@stackloop/ui 3.1.0 → 3.2.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 +26 -1
- package/dist/CountrySelect.d.ts +16 -0
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.js +1018 -972
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import Ve, { forwardRef as
|
|
3
|
-
import { motion as
|
|
4
|
-
import { Loader2 as
|
|
1
|
+
import { jsxs as c, jsx as r, Fragment as ie } from "react/jsx-runtime";
|
|
2
|
+
import Ve, { forwardRef as le, useState as D, useRef as Y, useEffect as q, useMemo as Ce, createContext as nr, useCallback as Ee, useContext as sr } from "react";
|
|
3
|
+
import { motion as C, AnimatePresence as Q } from "framer-motion";
|
|
4
|
+
import { Loader2 as ir, EyeOff as lr, Eye as dr, Check as Ke, ChevronDown as Te, Search as te, X as H, Calendar as cr, ChevronLeft as Ne, ChevronRight as ke, ArrowUp as mr, ArrowDown as ur, ChevronsUpDown as pr, Plus as br, WifiOff as Se, Wifi as ye, Info as hr, AlertTriangle as fr, AlertCircle as gr, CheckCircle as yr, Camera as xr, Upload as wr, Play as vr, Pause as Cr, Mic as Nr, Square as kr, Trash2 as Sr, Image as Ar, FileText as Pe } from "lucide-react";
|
|
5
5
|
function He(e) {
|
|
6
6
|
var a, o, t = "";
|
|
7
7
|
if (typeof e == "string" || typeof e == "number") t += e;
|
|
@@ -15,46 +15,46 @@ function Mr() {
|
|
|
15
15
|
for (var e, a, o = 0, t = "", n = arguments.length; o < n; o++) (e = arguments[o]) && (a = He(e)) && (t && (t += " "), t += a);
|
|
16
16
|
return t;
|
|
17
17
|
}
|
|
18
|
-
const
|
|
18
|
+
const Tr = (e, a) => {
|
|
19
19
|
const o = new Array(e.length + a.length);
|
|
20
20
|
for (let t = 0; t < e.length; t++)
|
|
21
21
|
o[t] = e[t];
|
|
22
22
|
for (let t = 0; t < a.length; t++)
|
|
23
23
|
o[e.length + t] = a[t];
|
|
24
24
|
return o;
|
|
25
|
-
},
|
|
25
|
+
}, Ir = (e, a) => ({
|
|
26
26
|
classGroupId: e,
|
|
27
27
|
validator: a
|
|
28
28
|
}), We = (e = /* @__PURE__ */ new Map(), a = null, o) => ({
|
|
29
29
|
nextPart: e,
|
|
30
30
|
validators: a,
|
|
31
31
|
classGroupId: o
|
|
32
|
-
}), he = "-", Be = [],
|
|
33
|
-
const a =
|
|
32
|
+
}), he = "-", Be = [], zr = "arbitrary..", Rr = (e) => {
|
|
33
|
+
const a = Gr(e), {
|
|
34
34
|
conflictingClassGroups: o,
|
|
35
35
|
conflictingClassGroupModifiers: t
|
|
36
36
|
} = e;
|
|
37
37
|
return {
|
|
38
38
|
getClassGroupId: (i) => {
|
|
39
39
|
if (i.startsWith("[") && i.endsWith("]"))
|
|
40
|
-
return
|
|
40
|
+
return Lr(i);
|
|
41
41
|
const s = i.split(he), l = s[0] === "" && s.length > 1 ? 1 : 0;
|
|
42
|
-
return
|
|
42
|
+
return $e(s, l, a);
|
|
43
43
|
},
|
|
44
44
|
getConflictingClassGroupIds: (i, s) => {
|
|
45
45
|
if (s) {
|
|
46
46
|
const l = t[i], u = o[i];
|
|
47
|
-
return l ? u ?
|
|
47
|
+
return l ? u ? Tr(u, l) : l : u || Be;
|
|
48
48
|
}
|
|
49
49
|
return o[i] || Be;
|
|
50
50
|
}
|
|
51
51
|
};
|
|
52
|
-
},
|
|
52
|
+
}, $e = (e, a, o) => {
|
|
53
53
|
if (e.length - a === 0)
|
|
54
54
|
return o.classGroupId;
|
|
55
|
-
const n = e[a],
|
|
56
|
-
if (
|
|
57
|
-
const u =
|
|
55
|
+
const n = e[a], d = o.nextPart.get(n);
|
|
56
|
+
if (d) {
|
|
57
|
+
const u = $e(e, a + 1, d);
|
|
58
58
|
if (u) return u;
|
|
59
59
|
}
|
|
60
60
|
const i = o.validators;
|
|
@@ -66,63 +66,63 @@ const Ar = (e, a) => {
|
|
|
66
66
|
if (m.validator(s))
|
|
67
67
|
return m.classGroupId;
|
|
68
68
|
}
|
|
69
|
-
},
|
|
69
|
+
}, Lr = (e) => e.slice(1, -1).indexOf(":") === -1 ? void 0 : (() => {
|
|
70
70
|
const a = e.slice(1, -1), o = a.indexOf(":"), t = a.slice(0, o);
|
|
71
|
-
return t ?
|
|
72
|
-
})(),
|
|
71
|
+
return t ? zr + t : void 0;
|
|
72
|
+
})(), Gr = (e) => {
|
|
73
73
|
const {
|
|
74
74
|
theme: a,
|
|
75
75
|
classGroups: o
|
|
76
76
|
} = e;
|
|
77
|
-
return
|
|
78
|
-
},
|
|
77
|
+
return Er(o, a);
|
|
78
|
+
}, Er = (e, a) => {
|
|
79
79
|
const o = We();
|
|
80
80
|
for (const t in e) {
|
|
81
81
|
const n = e[t];
|
|
82
|
-
|
|
82
|
+
Ie(n, o, t, a);
|
|
83
83
|
}
|
|
84
84
|
return o;
|
|
85
|
-
},
|
|
85
|
+
}, Ie = (e, a, o, t) => {
|
|
86
86
|
const n = e.length;
|
|
87
|
-
for (let
|
|
88
|
-
const i = e[
|
|
89
|
-
|
|
87
|
+
for (let d = 0; d < n; d++) {
|
|
88
|
+
const i = e[d];
|
|
89
|
+
Pr(i, a, o, t);
|
|
90
90
|
}
|
|
91
|
-
},
|
|
91
|
+
}, Pr = (e, a, o, t) => {
|
|
92
92
|
if (typeof e == "string") {
|
|
93
|
-
|
|
93
|
+
Br(e, a, o);
|
|
94
94
|
return;
|
|
95
95
|
}
|
|
96
96
|
if (typeof e == "function") {
|
|
97
|
-
|
|
97
|
+
Dr(e, a, o, t);
|
|
98
98
|
return;
|
|
99
99
|
}
|
|
100
|
-
|
|
101
|
-
},
|
|
102
|
-
const t = e === "" ? a :
|
|
100
|
+
jr(e, a, o, t);
|
|
101
|
+
}, Br = (e, a, o) => {
|
|
102
|
+
const t = e === "" ? a : Ye(a, e);
|
|
103
103
|
t.classGroupId = o;
|
|
104
|
-
},
|
|
105
|
-
if (
|
|
106
|
-
|
|
104
|
+
}, Dr = (e, a, o, t) => {
|
|
105
|
+
if (Or(e)) {
|
|
106
|
+
Ie(e(t), a, o, t);
|
|
107
107
|
return;
|
|
108
108
|
}
|
|
109
|
-
a.validators === null && (a.validators = []), a.validators.push(
|
|
110
|
-
},
|
|
111
|
-
const n = Object.entries(e),
|
|
112
|
-
for (let i = 0; i <
|
|
109
|
+
a.validators === null && (a.validators = []), a.validators.push(Ir(o, e));
|
|
110
|
+
}, jr = (e, a, o, t) => {
|
|
111
|
+
const n = Object.entries(e), d = n.length;
|
|
112
|
+
for (let i = 0; i < d; i++) {
|
|
113
113
|
const [s, l] = n[i];
|
|
114
|
-
|
|
114
|
+
Ie(l, Ye(a, s), o, t);
|
|
115
115
|
}
|
|
116
|
-
},
|
|
116
|
+
}, Ye = (e, a) => {
|
|
117
117
|
let o = e;
|
|
118
118
|
const t = a.split(he), n = t.length;
|
|
119
|
-
for (let
|
|
120
|
-
const i = t[
|
|
119
|
+
for (let d = 0; d < n; d++) {
|
|
120
|
+
const i = t[d];
|
|
121
121
|
let s = o.nextPart.get(i);
|
|
122
122
|
s || (s = We(), o.nextPart.set(i, s)), o = s;
|
|
123
123
|
}
|
|
124
124
|
return o;
|
|
125
|
-
},
|
|
125
|
+
}, Or = (e) => "isThemeGetter" in e && e.isThemeGetter === !0, Fr = (e) => {
|
|
126
126
|
if (e < 1)
|
|
127
127
|
return {
|
|
128
128
|
get: () => {
|
|
@@ -131,129 +131,129 @@ const Ar = (e, a) => {
|
|
|
131
131
|
}
|
|
132
132
|
};
|
|
133
133
|
let a = 0, o = /* @__PURE__ */ Object.create(null), t = /* @__PURE__ */ Object.create(null);
|
|
134
|
-
const n = (
|
|
135
|
-
o[
|
|
134
|
+
const n = (d, i) => {
|
|
135
|
+
o[d] = i, a++, a > e && (a = 0, t = o, o = /* @__PURE__ */ Object.create(null));
|
|
136
136
|
};
|
|
137
137
|
return {
|
|
138
|
-
get(
|
|
139
|
-
let i = o[
|
|
138
|
+
get(d) {
|
|
139
|
+
let i = o[d];
|
|
140
140
|
if (i !== void 0)
|
|
141
141
|
return i;
|
|
142
|
-
if ((i = t[
|
|
143
|
-
return n(
|
|
142
|
+
if ((i = t[d]) !== void 0)
|
|
143
|
+
return n(d, i), i;
|
|
144
144
|
},
|
|
145
|
-
set(
|
|
146
|
-
|
|
145
|
+
set(d, i) {
|
|
146
|
+
d in o ? o[d] = i : n(d, i);
|
|
147
147
|
}
|
|
148
148
|
};
|
|
149
|
-
},
|
|
149
|
+
}, Ae = "!", De = ":", Ur = [], je = (e, a, o, t, n) => ({
|
|
150
150
|
modifiers: e,
|
|
151
151
|
hasImportantModifier: a,
|
|
152
152
|
baseClassName: o,
|
|
153
153
|
maybePostfixModifierPosition: t,
|
|
154
154
|
isExternal: n
|
|
155
|
-
}),
|
|
155
|
+
}), Vr = (e) => {
|
|
156
156
|
const {
|
|
157
157
|
prefix: a,
|
|
158
158
|
experimentalParseClassName: o
|
|
159
159
|
} = e;
|
|
160
160
|
let t = (n) => {
|
|
161
|
-
const
|
|
161
|
+
const d = [];
|
|
162
162
|
let i = 0, s = 0, l = 0, u;
|
|
163
163
|
const m = n.length;
|
|
164
|
-
for (let
|
|
165
|
-
const f = n[
|
|
164
|
+
for (let N = 0; N < m; N++) {
|
|
165
|
+
const f = n[N];
|
|
166
166
|
if (i === 0 && s === 0) {
|
|
167
167
|
if (f === De) {
|
|
168
|
-
|
|
168
|
+
d.push(n.slice(l, N)), l = N + 1;
|
|
169
169
|
continue;
|
|
170
170
|
}
|
|
171
171
|
if (f === "/") {
|
|
172
|
-
u =
|
|
172
|
+
u = N;
|
|
173
173
|
continue;
|
|
174
174
|
}
|
|
175
175
|
}
|
|
176
176
|
f === "[" ? i++ : f === "]" ? i-- : f === "(" ? s++ : f === ")" && s--;
|
|
177
177
|
}
|
|
178
|
-
const h =
|
|
179
|
-
let
|
|
180
|
-
h.endsWith(
|
|
178
|
+
const h = d.length === 0 ? n : n.slice(l);
|
|
179
|
+
let k = h, v = !1;
|
|
180
|
+
h.endsWith(Ae) ? (k = h.slice(0, -1), v = !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
|
-
h.startsWith(
|
|
185
|
+
h.startsWith(Ae) && (k = h.slice(1), v = !0)
|
|
186
186
|
);
|
|
187
187
|
const w = u && u > l ? u - l : void 0;
|
|
188
|
-
return je(
|
|
188
|
+
return je(d, v, k, w);
|
|
189
189
|
};
|
|
190
190
|
if (a) {
|
|
191
|
-
const n = a + De,
|
|
192
|
-
t = (i) => i.startsWith(n) ?
|
|
191
|
+
const n = a + De, d = t;
|
|
192
|
+
t = (i) => i.startsWith(n) ? d(i.slice(n.length)) : je(Ur, !1, i, void 0, !0);
|
|
193
193
|
}
|
|
194
194
|
if (o) {
|
|
195
195
|
const n = t;
|
|
196
|
-
t = (
|
|
197
|
-
className:
|
|
196
|
+
t = (d) => o({
|
|
197
|
+
className: d,
|
|
198
198
|
parseClassName: n
|
|
199
199
|
});
|
|
200
200
|
}
|
|
201
201
|
return t;
|
|
202
|
-
},
|
|
202
|
+
}, Kr = (e) => {
|
|
203
203
|
const a = /* @__PURE__ */ new Map();
|
|
204
204
|
return e.orderSensitiveModifiers.forEach((o, t) => {
|
|
205
205
|
a.set(o, 1e6 + t);
|
|
206
206
|
}), (o) => {
|
|
207
207
|
const t = [];
|
|
208
208
|
let n = [];
|
|
209
|
-
for (let
|
|
210
|
-
const i = o[
|
|
209
|
+
for (let d = 0; d < o.length; d++) {
|
|
210
|
+
const i = o[d], s = i[0] === "[", l = a.has(i);
|
|
211
211
|
s || l ? (n.length > 0 && (n.sort(), t.push(...n), n = []), t.push(i)) : n.push(i);
|
|
212
212
|
}
|
|
213
213
|
return n.length > 0 && (n.sort(), t.push(...n)), t;
|
|
214
214
|
};
|
|
215
|
-
},
|
|
216
|
-
cache:
|
|
217
|
-
parseClassName:
|
|
218
|
-
sortModifiers:
|
|
219
|
-
...
|
|
220
|
-
}),
|
|
215
|
+
}, Hr = (e) => ({
|
|
216
|
+
cache: Fr(e.cacheSize),
|
|
217
|
+
parseClassName: Vr(e),
|
|
218
|
+
sortModifiers: Kr(e),
|
|
219
|
+
...Rr(e)
|
|
220
|
+
}), Wr = /\s+/, $r = (e, a) => {
|
|
221
221
|
const {
|
|
222
222
|
parseClassName: o,
|
|
223
223
|
getClassGroupId: t,
|
|
224
224
|
getConflictingClassGroupIds: n,
|
|
225
|
-
sortModifiers:
|
|
226
|
-
} = a, i = [], s = e.trim().split(
|
|
225
|
+
sortModifiers: d
|
|
226
|
+
} = a, i = [], s = e.trim().split(Wr);
|
|
227
227
|
let l = "";
|
|
228
228
|
for (let u = s.length - 1; u >= 0; u -= 1) {
|
|
229
229
|
const m = s[u], {
|
|
230
230
|
isExternal: h,
|
|
231
|
-
modifiers:
|
|
232
|
-
hasImportantModifier:
|
|
231
|
+
modifiers: k,
|
|
232
|
+
hasImportantModifier: v,
|
|
233
233
|
baseClassName: w,
|
|
234
|
-
maybePostfixModifierPosition:
|
|
234
|
+
maybePostfixModifierPosition: N
|
|
235
235
|
} = o(m);
|
|
236
236
|
if (h) {
|
|
237
237
|
l = m + (l.length > 0 ? " " + l : l);
|
|
238
238
|
continue;
|
|
239
239
|
}
|
|
240
|
-
let f = !!
|
|
241
|
-
if (!
|
|
240
|
+
let f = !!N, S = t(f ? w.substring(0, N) : w);
|
|
241
|
+
if (!S) {
|
|
242
242
|
if (!f) {
|
|
243
243
|
l = m + (l.length > 0 ? " " + l : l);
|
|
244
244
|
continue;
|
|
245
245
|
}
|
|
246
|
-
if (
|
|
246
|
+
if (S = t(w), !S) {
|
|
247
247
|
l = m + (l.length > 0 ? " " + l : l);
|
|
248
248
|
continue;
|
|
249
249
|
}
|
|
250
250
|
f = !1;
|
|
251
251
|
}
|
|
252
|
-
const L =
|
|
253
|
-
if (i.indexOf(
|
|
252
|
+
const L = k.length === 0 ? "" : k.length === 1 ? k[0] : d(k).join(":"), R = v ? L + Ae : L, M = R + S;
|
|
253
|
+
if (i.indexOf(M) > -1)
|
|
254
254
|
continue;
|
|
255
|
-
i.push(
|
|
256
|
-
const G = n(
|
|
255
|
+
i.push(M);
|
|
256
|
+
const G = n(S, f);
|
|
257
257
|
for (let E = 0; E < G.length; ++E) {
|
|
258
258
|
const T = G[E];
|
|
259
259
|
i.push(R + T);
|
|
@@ -273,35 +273,35 @@ const Ar = (e, a) => {
|
|
|
273
273
|
for (let t = 0; t < e.length; t++)
|
|
274
274
|
e[t] && (a = _e(e[t])) && (o && (o += " "), o += a);
|
|
275
275
|
return o;
|
|
276
|
-
},
|
|
277
|
-
let o, t, n,
|
|
276
|
+
}, _r = (e, ...a) => {
|
|
277
|
+
let o, t, n, d;
|
|
278
278
|
const i = (l) => {
|
|
279
279
|
const u = a.reduce((m, h) => h(m), e());
|
|
280
|
-
return o =
|
|
280
|
+
return o = Hr(u), t = o.cache.get, n = o.cache.set, d = s, s(l);
|
|
281
281
|
}, s = (l) => {
|
|
282
282
|
const u = t(l);
|
|
283
283
|
if (u)
|
|
284
284
|
return u;
|
|
285
|
-
const m =
|
|
285
|
+
const m = $r(l, o);
|
|
286
286
|
return n(l, m), m;
|
|
287
287
|
};
|
|
288
|
-
return
|
|
289
|
-
},
|
|
290
|
-
const a = (o) => o[e] ||
|
|
288
|
+
return d = i, (...l) => d(Yr(...l));
|
|
289
|
+
}, Jr = [], j = (e) => {
|
|
290
|
+
const a = (o) => o[e] || Jr;
|
|
291
291
|
return a.isThemeGetter = !0, a;
|
|
292
|
-
}, Je = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, Ze = /^\((?:(\w[\w-]*):)?(.+)\)$/i,
|
|
292
|
+
}, Je = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, Ze = /^\((?:(\w[\w-]*):)?(.+)\)$/i, Zr = /^\d+\/\d+$/, qr = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, Qr = /\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$/, Xr = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, ea = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, ra = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, re = (e) => Zr.test(e), I = (e) => !!e && !Number.isNaN(Number(e)), X = (e) => !!e && Number.isInteger(Number(e)), xe = (e) => e.endsWith("%") && I(e.slice(0, -1)), Z = (e) => qr.test(e), aa = () => !0, ta = (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
|
-
), qe = () => !1,
|
|
296
|
+
Qr.test(e) && !Xr.test(e)
|
|
297
|
+
), qe = () => !1, oa = (e) => ea.test(e), na = (e) => ra.test(e), sa = (e) => !y(e) && !x(e), ia = (e) => oe(e, er, qe), y = (e) => Je.test(e), ee = (e) => oe(e, rr, ta), we = (e) => oe(e, ua, I), Oe = (e) => oe(e, Qe, qe), la = (e) => oe(e, Xe, na), pe = (e) => oe(e, ar, oa), x = (e) => Ze.test(e), se = (e) => ne(e, rr), da = (e) => ne(e, pa), Fe = (e) => ne(e, Qe), ca = (e) => ne(e, er), ma = (e) => ne(e, Xe), be = (e) => ne(e, ar, !0), oe = (e, a, o) => {
|
|
298
298
|
const t = Je.exec(e);
|
|
299
299
|
return t ? t[1] ? a(t[1]) : o(t[2]) : !1;
|
|
300
|
-
},
|
|
300
|
+
}, ne = (e, a, o = !1) => {
|
|
301
301
|
const t = Ze.exec(e);
|
|
302
302
|
return t ? t[1] ? a(t[1]) : o : !1;
|
|
303
|
-
}, Qe = (e) => e === "position" || e === "percentage", Xe = (e) => e === "image" || e === "url", er = (e) => e === "length" || e === "size" || e === "bg-size", rr = (e) => e === "length",
|
|
304
|
-
const e = j("color"), a = j("font"), o = j("text"), t = j("font-weight"), n = j("tracking"),
|
|
303
|
+
}, Qe = (e) => e === "position" || e === "percentage", Xe = (e) => e === "image" || e === "url", er = (e) => e === "length" || e === "size" || e === "bg-size", rr = (e) => e === "length", ua = (e) => e === "number", pa = (e) => e === "family-name", ar = (e) => e === "shadow", ba = () => {
|
|
304
|
+
const e = j("color"), a = j("font"), o = j("text"), t = j("font-weight"), n = j("tracking"), d = j("leading"), i = j("breakpoint"), s = j("container"), l = j("spacing"), u = j("radius"), m = j("shadow"), h = j("inset-shadow"), k = j("text-shadow"), v = j("drop-shadow"), w = j("blur"), N = j("perspective"), f = j("aspect"), S = j("ease"), L = j("animate"), R = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], M = () => [
|
|
305
305
|
"center",
|
|
306
306
|
"top",
|
|
307
307
|
"bottom",
|
|
@@ -319,15 +319,15 @@ const Ar = (e, a) => {
|
|
|
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
|
-
], G = () => [...
|
|
322
|
+
], G = () => [...M(), x, y], E = () => ["auto", "hidden", "clip", "visible", "scroll"], T = () => ["auto", "contain", "none"], g = () => [x, y, l], P = () => [re, "full", "auto", ...g()], B = () => [X, "none", "subgrid", x, y], b = () => ["auto", {
|
|
323
323
|
span: ["full", X, x, y]
|
|
324
|
-
}, X, x, y], z = () => [X, "auto", x, y], V = () => ["auto", "min", "max", "fr", x, y], W = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], O = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"],
|
|
324
|
+
}, X, x, y], z = () => [X, "auto", x, y], V = () => ["auto", "min", "max", "fr", x, y], W = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], O = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], $ = () => ["auto", ...g()], _ = () => [re, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...g()], A = () => [e, x, y], J = () => [...M(), Fe, Oe, {
|
|
325
325
|
position: [x, y]
|
|
326
|
-
}],
|
|
326
|
+
}], ze = () => ["no-repeat", {
|
|
327
327
|
repeat: ["", "x", "y", "space", "round"]
|
|
328
|
-
}],
|
|
328
|
+
}], Re = () => ["auto", "cover", "contain", ca, ia, {
|
|
329
329
|
size: [x, y]
|
|
330
|
-
}], fe = () => [xe,
|
|
330
|
+
}], fe = () => [xe, se, ee], U = () => [
|
|
331
331
|
// Deprecated since Tailwind CSS v4.0.0
|
|
332
332
|
"",
|
|
333
333
|
"none",
|
|
@@ -335,14 +335,14 @@ const Ar = (e, a) => {
|
|
|
335
335
|
u,
|
|
336
336
|
x,
|
|
337
337
|
y
|
|
338
|
-
], K = () => ["", I,
|
|
338
|
+
], K = () => ["", I, se, ee], de = () => ["solid", "dashed", "dotted", "double"], Le = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], F = () => [I, xe, Fe, Oe], Ge = () => [
|
|
339
339
|
// Deprecated since Tailwind CSS v4.0.0
|
|
340
340
|
"",
|
|
341
341
|
"none",
|
|
342
342
|
w,
|
|
343
343
|
x,
|
|
344
344
|
y
|
|
345
|
-
],
|
|
345
|
+
], ce = () => ["none", I, x, y], me = () => ["none", I, x, y], ge = () => [I, x, y], ue = () => [re, "full", ...g()];
|
|
346
346
|
return {
|
|
347
347
|
cacheSize: 500,
|
|
348
348
|
theme: {
|
|
@@ -350,11 +350,11 @@ const Ar = (e, a) => {
|
|
|
350
350
|
aspect: ["video"],
|
|
351
351
|
blur: [Z],
|
|
352
352
|
breakpoint: [Z],
|
|
353
|
-
color: [
|
|
353
|
+
color: [aa],
|
|
354
354
|
container: [Z],
|
|
355
355
|
"drop-shadow": [Z],
|
|
356
356
|
ease: ["in", "out", "in-out"],
|
|
357
|
-
font: [
|
|
357
|
+
font: [sa],
|
|
358
358
|
"font-weight": ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black"],
|
|
359
359
|
"inset-shadow": [Z],
|
|
360
360
|
leading: ["none", "tight", "snug", "normal", "relaxed", "loose"],
|
|
@@ -876,63 +876,63 @@ const Ar = (e, a) => {
|
|
|
876
876
|
* @see https://tailwindcss.com/docs/margin
|
|
877
877
|
*/
|
|
878
878
|
m: [{
|
|
879
|
-
m:
|
|
879
|
+
m: $()
|
|
880
880
|
}],
|
|
881
881
|
/**
|
|
882
882
|
* Margin X
|
|
883
883
|
* @see https://tailwindcss.com/docs/margin
|
|
884
884
|
*/
|
|
885
885
|
mx: [{
|
|
886
|
-
mx:
|
|
886
|
+
mx: $()
|
|
887
887
|
}],
|
|
888
888
|
/**
|
|
889
889
|
* Margin Y
|
|
890
890
|
* @see https://tailwindcss.com/docs/margin
|
|
891
891
|
*/
|
|
892
892
|
my: [{
|
|
893
|
-
my:
|
|
893
|
+
my: $()
|
|
894
894
|
}],
|
|
895
895
|
/**
|
|
896
896
|
* Margin Start
|
|
897
897
|
* @see https://tailwindcss.com/docs/margin
|
|
898
898
|
*/
|
|
899
899
|
ms: [{
|
|
900
|
-
ms:
|
|
900
|
+
ms: $()
|
|
901
901
|
}],
|
|
902
902
|
/**
|
|
903
903
|
* Margin End
|
|
904
904
|
* @see https://tailwindcss.com/docs/margin
|
|
905
905
|
*/
|
|
906
906
|
me: [{
|
|
907
|
-
me:
|
|
907
|
+
me: $()
|
|
908
908
|
}],
|
|
909
909
|
/**
|
|
910
910
|
* Margin Top
|
|
911
911
|
* @see https://tailwindcss.com/docs/margin
|
|
912
912
|
*/
|
|
913
913
|
mt: [{
|
|
914
|
-
mt:
|
|
914
|
+
mt: $()
|
|
915
915
|
}],
|
|
916
916
|
/**
|
|
917
917
|
* Margin Right
|
|
918
918
|
* @see https://tailwindcss.com/docs/margin
|
|
919
919
|
*/
|
|
920
920
|
mr: [{
|
|
921
|
-
mr:
|
|
921
|
+
mr: $()
|
|
922
922
|
}],
|
|
923
923
|
/**
|
|
924
924
|
* Margin Bottom
|
|
925
925
|
* @see https://tailwindcss.com/docs/margin
|
|
926
926
|
*/
|
|
927
927
|
mb: [{
|
|
928
|
-
mb:
|
|
928
|
+
mb: $()
|
|
929
929
|
}],
|
|
930
930
|
/**
|
|
931
931
|
* Margin Left
|
|
932
932
|
* @see https://tailwindcss.com/docs/margin
|
|
933
933
|
*/
|
|
934
934
|
ml: [{
|
|
935
|
-
ml:
|
|
935
|
+
ml: $()
|
|
936
936
|
}],
|
|
937
937
|
/**
|
|
938
938
|
* Space Between X
|
|
@@ -1035,7 +1035,7 @@ const Ar = (e, a) => {
|
|
|
1035
1035
|
* @see https://tailwindcss.com/docs/font-size
|
|
1036
1036
|
*/
|
|
1037
1037
|
"font-size": [{
|
|
1038
|
-
text: ["base", o,
|
|
1038
|
+
text: ["base", o, se, ee]
|
|
1039
1039
|
}],
|
|
1040
1040
|
/**
|
|
1041
1041
|
* Font Smoothing
|
|
@@ -1066,7 +1066,7 @@ const Ar = (e, a) => {
|
|
|
1066
1066
|
* @see https://tailwindcss.com/docs/font-family
|
|
1067
1067
|
*/
|
|
1068
1068
|
"font-family": [{
|
|
1069
|
-
font: [
|
|
1069
|
+
font: [da, y, a]
|
|
1070
1070
|
}],
|
|
1071
1071
|
/**
|
|
1072
1072
|
* Font Variant Numeric
|
|
@@ -1119,7 +1119,7 @@ const Ar = (e, a) => {
|
|
|
1119
1119
|
leading: [{
|
|
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
|
+
d,
|
|
1123
1123
|
...g()
|
|
1124
1124
|
]
|
|
1125
1125
|
}],
|
|
@@ -1157,14 +1157,14 @@ const Ar = (e, a) => {
|
|
|
1157
1157
|
* @see https://v3.tailwindcss.com/docs/placeholder-color
|
|
1158
1158
|
*/
|
|
1159
1159
|
"placeholder-color": [{
|
|
1160
|
-
placeholder:
|
|
1160
|
+
placeholder: A()
|
|
1161
1161
|
}],
|
|
1162
1162
|
/**
|
|
1163
1163
|
* Text Color
|
|
1164
1164
|
* @see https://tailwindcss.com/docs/text-color
|
|
1165
1165
|
*/
|
|
1166
1166
|
"text-color": [{
|
|
1167
|
-
text:
|
|
1167
|
+
text: A()
|
|
1168
1168
|
}],
|
|
1169
1169
|
/**
|
|
1170
1170
|
* Text Decoration
|
|
@@ -1176,7 +1176,7 @@ const Ar = (e, a) => {
|
|
|
1176
1176
|
* @see https://tailwindcss.com/docs/text-decoration-style
|
|
1177
1177
|
*/
|
|
1178
1178
|
"text-decoration-style": [{
|
|
1179
|
-
decoration: [...
|
|
1179
|
+
decoration: [...de(), "wavy"]
|
|
1180
1180
|
}],
|
|
1181
1181
|
/**
|
|
1182
1182
|
* Text Decoration Thickness
|
|
@@ -1190,7 +1190,7 @@ const Ar = (e, a) => {
|
|
|
1190
1190
|
* @see https://tailwindcss.com/docs/text-decoration-color
|
|
1191
1191
|
*/
|
|
1192
1192
|
"text-decoration-color": [{
|
|
1193
|
-
decoration:
|
|
1193
|
+
decoration: A()
|
|
1194
1194
|
}],
|
|
1195
1195
|
/**
|
|
1196
1196
|
* Text Underline Offset
|
|
@@ -1301,14 +1301,14 @@ const Ar = (e, a) => {
|
|
|
1301
1301
|
* @see https://tailwindcss.com/docs/background-repeat
|
|
1302
1302
|
*/
|
|
1303
1303
|
"bg-repeat": [{
|
|
1304
|
-
bg:
|
|
1304
|
+
bg: ze()
|
|
1305
1305
|
}],
|
|
1306
1306
|
/**
|
|
1307
1307
|
* Background Size
|
|
1308
1308
|
* @see https://tailwindcss.com/docs/background-size
|
|
1309
1309
|
*/
|
|
1310
1310
|
"bg-size": [{
|
|
1311
|
-
bg:
|
|
1311
|
+
bg: Re()
|
|
1312
1312
|
}],
|
|
1313
1313
|
/**
|
|
1314
1314
|
* Background Image
|
|
@@ -1321,14 +1321,14 @@ const Ar = (e, a) => {
|
|
|
1321
1321
|
}, X, x, y],
|
|
1322
1322
|
radial: ["", x, y],
|
|
1323
1323
|
conic: [X, x, y]
|
|
1324
|
-
},
|
|
1324
|
+
}, ma, la]
|
|
1325
1325
|
}],
|
|
1326
1326
|
/**
|
|
1327
1327
|
* Background Color
|
|
1328
1328
|
* @see https://tailwindcss.com/docs/background-color
|
|
1329
1329
|
*/
|
|
1330
1330
|
"bg-color": [{
|
|
1331
|
-
bg:
|
|
1331
|
+
bg: A()
|
|
1332
1332
|
}],
|
|
1333
1333
|
/**
|
|
1334
1334
|
* Gradient Color Stops From Position
|
|
@@ -1356,21 +1356,21 @@ const Ar = (e, a) => {
|
|
|
1356
1356
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1357
1357
|
*/
|
|
1358
1358
|
"gradient-from": [{
|
|
1359
|
-
from:
|
|
1359
|
+
from: A()
|
|
1360
1360
|
}],
|
|
1361
1361
|
/**
|
|
1362
1362
|
* Gradient Color Stops Via
|
|
1363
1363
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1364
1364
|
*/
|
|
1365
1365
|
"gradient-via": [{
|
|
1366
|
-
via:
|
|
1366
|
+
via: A()
|
|
1367
1367
|
}],
|
|
1368
1368
|
/**
|
|
1369
1369
|
* Gradient Color Stops To
|
|
1370
1370
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1371
1371
|
*/
|
|
1372
1372
|
"gradient-to": [{
|
|
1373
|
-
to:
|
|
1373
|
+
to: A()
|
|
1374
1374
|
}],
|
|
1375
1375
|
// ---------------
|
|
1376
1376
|
// --- Borders ---
|
|
@@ -1572,91 +1572,91 @@ const Ar = (e, a) => {
|
|
|
1572
1572
|
* @see https://tailwindcss.com/docs/border-style
|
|
1573
1573
|
*/
|
|
1574
1574
|
"border-style": [{
|
|
1575
|
-
border: [...
|
|
1575
|
+
border: [...de(), "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: [...de(), "hidden", "none"]
|
|
1583
1583
|
}],
|
|
1584
1584
|
/**
|
|
1585
1585
|
* Border Color
|
|
1586
1586
|
* @see https://tailwindcss.com/docs/border-color
|
|
1587
1587
|
*/
|
|
1588
1588
|
"border-color": [{
|
|
1589
|
-
border:
|
|
1589
|
+
border: A()
|
|
1590
1590
|
}],
|
|
1591
1591
|
/**
|
|
1592
1592
|
* Border Color X
|
|
1593
1593
|
* @see https://tailwindcss.com/docs/border-color
|
|
1594
1594
|
*/
|
|
1595
1595
|
"border-color-x": [{
|
|
1596
|
-
"border-x":
|
|
1596
|
+
"border-x": A()
|
|
1597
1597
|
}],
|
|
1598
1598
|
/**
|
|
1599
1599
|
* Border Color Y
|
|
1600
1600
|
* @see https://tailwindcss.com/docs/border-color
|
|
1601
1601
|
*/
|
|
1602
1602
|
"border-color-y": [{
|
|
1603
|
-
"border-y":
|
|
1603
|
+
"border-y": A()
|
|
1604
1604
|
}],
|
|
1605
1605
|
/**
|
|
1606
1606
|
* Border Color S
|
|
1607
1607
|
* @see https://tailwindcss.com/docs/border-color
|
|
1608
1608
|
*/
|
|
1609
1609
|
"border-color-s": [{
|
|
1610
|
-
"border-s":
|
|
1610
|
+
"border-s": A()
|
|
1611
1611
|
}],
|
|
1612
1612
|
/**
|
|
1613
1613
|
* Border Color E
|
|
1614
1614
|
* @see https://tailwindcss.com/docs/border-color
|
|
1615
1615
|
*/
|
|
1616
1616
|
"border-color-e": [{
|
|
1617
|
-
"border-e":
|
|
1617
|
+
"border-e": A()
|
|
1618
1618
|
}],
|
|
1619
1619
|
/**
|
|
1620
1620
|
* Border Color Top
|
|
1621
1621
|
* @see https://tailwindcss.com/docs/border-color
|
|
1622
1622
|
*/
|
|
1623
1623
|
"border-color-t": [{
|
|
1624
|
-
"border-t":
|
|
1624
|
+
"border-t": A()
|
|
1625
1625
|
}],
|
|
1626
1626
|
/**
|
|
1627
1627
|
* Border Color Right
|
|
1628
1628
|
* @see https://tailwindcss.com/docs/border-color
|
|
1629
1629
|
*/
|
|
1630
1630
|
"border-color-r": [{
|
|
1631
|
-
"border-r":
|
|
1631
|
+
"border-r": A()
|
|
1632
1632
|
}],
|
|
1633
1633
|
/**
|
|
1634
1634
|
* Border Color Bottom
|
|
1635
1635
|
* @see https://tailwindcss.com/docs/border-color
|
|
1636
1636
|
*/
|
|
1637
1637
|
"border-color-b": [{
|
|
1638
|
-
"border-b":
|
|
1638
|
+
"border-b": A()
|
|
1639
1639
|
}],
|
|
1640
1640
|
/**
|
|
1641
1641
|
* Border Color Left
|
|
1642
1642
|
* @see https://tailwindcss.com/docs/border-color
|
|
1643
1643
|
*/
|
|
1644
1644
|
"border-color-l": [{
|
|
1645
|
-
"border-l":
|
|
1645
|
+
"border-l": A()
|
|
1646
1646
|
}],
|
|
1647
1647
|
/**
|
|
1648
1648
|
* Divide Color
|
|
1649
1649
|
* @see https://tailwindcss.com/docs/divide-color
|
|
1650
1650
|
*/
|
|
1651
1651
|
"divide-color": [{
|
|
1652
|
-
divide:
|
|
1652
|
+
divide: A()
|
|
1653
1653
|
}],
|
|
1654
1654
|
/**
|
|
1655
1655
|
* Outline Style
|
|
1656
1656
|
* @see https://tailwindcss.com/docs/outline-style
|
|
1657
1657
|
*/
|
|
1658
1658
|
"outline-style": [{
|
|
1659
|
-
outline: [...
|
|
1659
|
+
outline: [...de(), "none", "hidden"]
|
|
1660
1660
|
}],
|
|
1661
1661
|
/**
|
|
1662
1662
|
* Outline Offset
|
|
@@ -1670,14 +1670,14 @@ const Ar = (e, a) => {
|
|
|
1670
1670
|
* @see https://tailwindcss.com/docs/outline-width
|
|
1671
1671
|
*/
|
|
1672
1672
|
"outline-w": [{
|
|
1673
|
-
outline: ["", I,
|
|
1673
|
+
outline: ["", I, se, ee]
|
|
1674
1674
|
}],
|
|
1675
1675
|
/**
|
|
1676
1676
|
* Outline Color
|
|
1677
1677
|
* @see https://tailwindcss.com/docs/outline-color
|
|
1678
1678
|
*/
|
|
1679
1679
|
"outline-color": [{
|
|
1680
|
-
outline:
|
|
1680
|
+
outline: A()
|
|
1681
1681
|
}],
|
|
1682
1682
|
// ---------------
|
|
1683
1683
|
// --- Effects ---
|
|
@@ -1692,8 +1692,8 @@ const Ar = (e, a) => {
|
|
|
1692
1692
|
"",
|
|
1693
1693
|
"none",
|
|
1694
1694
|
m,
|
|
1695
|
-
|
|
1696
|
-
|
|
1695
|
+
be,
|
|
1696
|
+
pe
|
|
1697
1697
|
]
|
|
1698
1698
|
}],
|
|
1699
1699
|
/**
|
|
@@ -1701,21 +1701,21 @@ const Ar = (e, a) => {
|
|
|
1701
1701
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-shadow-color
|
|
1702
1702
|
*/
|
|
1703
1703
|
"shadow-color": [{
|
|
1704
|
-
shadow:
|
|
1704
|
+
shadow: A()
|
|
1705
1705
|
}],
|
|
1706
1706
|
/**
|
|
1707
1707
|
* Inset Box Shadow
|
|
1708
1708
|
* @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-shadow
|
|
1709
1709
|
*/
|
|
1710
1710
|
"inset-shadow": [{
|
|
1711
|
-
"inset-shadow": ["none", h,
|
|
1711
|
+
"inset-shadow": ["none", h, be, pe]
|
|
1712
1712
|
}],
|
|
1713
1713
|
/**
|
|
1714
1714
|
* Inset Box Shadow Color
|
|
1715
1715
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-shadow-color
|
|
1716
1716
|
*/
|
|
1717
1717
|
"inset-shadow-color": [{
|
|
1718
|
-
"inset-shadow":
|
|
1718
|
+
"inset-shadow": A()
|
|
1719
1719
|
}],
|
|
1720
1720
|
/**
|
|
1721
1721
|
* Ring Width
|
|
@@ -1736,7 +1736,7 @@ const Ar = (e, a) => {
|
|
|
1736
1736
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-ring-color
|
|
1737
1737
|
*/
|
|
1738
1738
|
"ring-color": [{
|
|
1739
|
-
ring:
|
|
1739
|
+
ring: A()
|
|
1740
1740
|
}],
|
|
1741
1741
|
/**
|
|
1742
1742
|
* Ring Offset Width
|
|
@@ -1754,7 +1754,7 @@ const Ar = (e, a) => {
|
|
|
1754
1754
|
* @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
|
|
1755
1755
|
*/
|
|
1756
1756
|
"ring-offset-color": [{
|
|
1757
|
-
"ring-offset":
|
|
1757
|
+
"ring-offset": A()
|
|
1758
1758
|
}],
|
|
1759
1759
|
/**
|
|
1760
1760
|
* Inset Ring Width
|
|
@@ -1768,21 +1768,21 @@ const Ar = (e, a) => {
|
|
|
1768
1768
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-ring-color
|
|
1769
1769
|
*/
|
|
1770
1770
|
"inset-ring-color": [{
|
|
1771
|
-
"inset-ring":
|
|
1771
|
+
"inset-ring": A()
|
|
1772
1772
|
}],
|
|
1773
1773
|
/**
|
|
1774
1774
|
* Text Shadow
|
|
1775
1775
|
* @see https://tailwindcss.com/docs/text-shadow
|
|
1776
1776
|
*/
|
|
1777
1777
|
"text-shadow": [{
|
|
1778
|
-
"text-shadow": ["none",
|
|
1778
|
+
"text-shadow": ["none", k, be, pe]
|
|
1779
1779
|
}],
|
|
1780
1780
|
/**
|
|
1781
1781
|
* Text Shadow Color
|
|
1782
1782
|
* @see https://tailwindcss.com/docs/text-shadow#setting-the-shadow-color
|
|
1783
1783
|
*/
|
|
1784
1784
|
"text-shadow-color": [{
|
|
1785
|
-
"text-shadow":
|
|
1785
|
+
"text-shadow": A()
|
|
1786
1786
|
}],
|
|
1787
1787
|
/**
|
|
1788
1788
|
* Opacity
|
|
@@ -1796,14 +1796,14 @@ const Ar = (e, a) => {
|
|
|
1796
1796
|
* @see https://tailwindcss.com/docs/mix-blend-mode
|
|
1797
1797
|
*/
|
|
1798
1798
|
"mix-blend": [{
|
|
1799
|
-
"mix-blend": [...
|
|
1799
|
+
"mix-blend": [...Le(), "plus-darker", "plus-lighter"]
|
|
1800
1800
|
}],
|
|
1801
1801
|
/**
|
|
1802
1802
|
* Background Blend Mode
|
|
1803
1803
|
* @see https://tailwindcss.com/docs/background-blend-mode
|
|
1804
1804
|
*/
|
|
1805
1805
|
"bg-blend": [{
|
|
1806
|
-
"bg-blend":
|
|
1806
|
+
"bg-blend": Le()
|
|
1807
1807
|
}],
|
|
1808
1808
|
/**
|
|
1809
1809
|
* Mask Clip
|
|
@@ -1833,10 +1833,10 @@ const Ar = (e, a) => {
|
|
|
1833
1833
|
"mask-linear-to": F()
|
|
1834
1834
|
}],
|
|
1835
1835
|
"mask-image-linear-from-color": [{
|
|
1836
|
-
"mask-linear-from":
|
|
1836
|
+
"mask-linear-from": A()
|
|
1837
1837
|
}],
|
|
1838
1838
|
"mask-image-linear-to-color": [{
|
|
1839
|
-
"mask-linear-to":
|
|
1839
|
+
"mask-linear-to": A()
|
|
1840
1840
|
}],
|
|
1841
1841
|
"mask-image-t-from-pos": [{
|
|
1842
1842
|
"mask-t-from": F()
|
|
@@ -1845,10 +1845,10 @@ const Ar = (e, a) => {
|
|
|
1845
1845
|
"mask-t-to": F()
|
|
1846
1846
|
}],
|
|
1847
1847
|
"mask-image-t-from-color": [{
|
|
1848
|
-
"mask-t-from":
|
|
1848
|
+
"mask-t-from": A()
|
|
1849
1849
|
}],
|
|
1850
1850
|
"mask-image-t-to-color": [{
|
|
1851
|
-
"mask-t-to":
|
|
1851
|
+
"mask-t-to": A()
|
|
1852
1852
|
}],
|
|
1853
1853
|
"mask-image-r-from-pos": [{
|
|
1854
1854
|
"mask-r-from": F()
|
|
@@ -1857,10 +1857,10 @@ const Ar = (e, a) => {
|
|
|
1857
1857
|
"mask-r-to": F()
|
|
1858
1858
|
}],
|
|
1859
1859
|
"mask-image-r-from-color": [{
|
|
1860
|
-
"mask-r-from":
|
|
1860
|
+
"mask-r-from": A()
|
|
1861
1861
|
}],
|
|
1862
1862
|
"mask-image-r-to-color": [{
|
|
1863
|
-
"mask-r-to":
|
|
1863
|
+
"mask-r-to": A()
|
|
1864
1864
|
}],
|
|
1865
1865
|
"mask-image-b-from-pos": [{
|
|
1866
1866
|
"mask-b-from": F()
|
|
@@ -1869,10 +1869,10 @@ const Ar = (e, a) => {
|
|
|
1869
1869
|
"mask-b-to": F()
|
|
1870
1870
|
}],
|
|
1871
1871
|
"mask-image-b-from-color": [{
|
|
1872
|
-
"mask-b-from":
|
|
1872
|
+
"mask-b-from": A()
|
|
1873
1873
|
}],
|
|
1874
1874
|
"mask-image-b-to-color": [{
|
|
1875
|
-
"mask-b-to":
|
|
1875
|
+
"mask-b-to": A()
|
|
1876
1876
|
}],
|
|
1877
1877
|
"mask-image-l-from-pos": [{
|
|
1878
1878
|
"mask-l-from": F()
|
|
@@ -1881,10 +1881,10 @@ const Ar = (e, a) => {
|
|
|
1881
1881
|
"mask-l-to": F()
|
|
1882
1882
|
}],
|
|
1883
1883
|
"mask-image-l-from-color": [{
|
|
1884
|
-
"mask-l-from":
|
|
1884
|
+
"mask-l-from": A()
|
|
1885
1885
|
}],
|
|
1886
1886
|
"mask-image-l-to-color": [{
|
|
1887
|
-
"mask-l-to":
|
|
1887
|
+
"mask-l-to": A()
|
|
1888
1888
|
}],
|
|
1889
1889
|
"mask-image-x-from-pos": [{
|
|
1890
1890
|
"mask-x-from": F()
|
|
@@ -1893,10 +1893,10 @@ const Ar = (e, a) => {
|
|
|
1893
1893
|
"mask-x-to": F()
|
|
1894
1894
|
}],
|
|
1895
1895
|
"mask-image-x-from-color": [{
|
|
1896
|
-
"mask-x-from":
|
|
1896
|
+
"mask-x-from": A()
|
|
1897
1897
|
}],
|
|
1898
1898
|
"mask-image-x-to-color": [{
|
|
1899
|
-
"mask-x-to":
|
|
1899
|
+
"mask-x-to": A()
|
|
1900
1900
|
}],
|
|
1901
1901
|
"mask-image-y-from-pos": [{
|
|
1902
1902
|
"mask-y-from": F()
|
|
@@ -1905,10 +1905,10 @@ const Ar = (e, a) => {
|
|
|
1905
1905
|
"mask-y-to": F()
|
|
1906
1906
|
}],
|
|
1907
1907
|
"mask-image-y-from-color": [{
|
|
1908
|
-
"mask-y-from":
|
|
1908
|
+
"mask-y-from": A()
|
|
1909
1909
|
}],
|
|
1910
1910
|
"mask-image-y-to-color": [{
|
|
1911
|
-
"mask-y-to":
|
|
1911
|
+
"mask-y-to": A()
|
|
1912
1912
|
}],
|
|
1913
1913
|
"mask-image-radial": [{
|
|
1914
1914
|
"mask-radial": [x, y]
|
|
@@ -1920,10 +1920,10 @@ const Ar = (e, a) => {
|
|
|
1920
1920
|
"mask-radial-to": F()
|
|
1921
1921
|
}],
|
|
1922
1922
|
"mask-image-radial-from-color": [{
|
|
1923
|
-
"mask-radial-from":
|
|
1923
|
+
"mask-radial-from": A()
|
|
1924
1924
|
}],
|
|
1925
1925
|
"mask-image-radial-to-color": [{
|
|
1926
|
-
"mask-radial-to":
|
|
1926
|
+
"mask-radial-to": A()
|
|
1927
1927
|
}],
|
|
1928
1928
|
"mask-image-radial-shape": [{
|
|
1929
1929
|
"mask-radial": ["circle", "ellipse"]
|
|
@@ -1935,7 +1935,7 @@ const Ar = (e, a) => {
|
|
|
1935
1935
|
}]
|
|
1936
1936
|
}],
|
|
1937
1937
|
"mask-image-radial-pos": [{
|
|
1938
|
-
"mask-radial-at":
|
|
1938
|
+
"mask-radial-at": M()
|
|
1939
1939
|
}],
|
|
1940
1940
|
"mask-image-conic-pos": [{
|
|
1941
1941
|
"mask-conic": [I]
|
|
@@ -1947,10 +1947,10 @@ const Ar = (e, a) => {
|
|
|
1947
1947
|
"mask-conic-to": F()
|
|
1948
1948
|
}],
|
|
1949
1949
|
"mask-image-conic-from-color": [{
|
|
1950
|
-
"mask-conic-from":
|
|
1950
|
+
"mask-conic-from": A()
|
|
1951
1951
|
}],
|
|
1952
1952
|
"mask-image-conic-to-color": [{
|
|
1953
|
-
"mask-conic-to":
|
|
1953
|
+
"mask-conic-to": A()
|
|
1954
1954
|
}],
|
|
1955
1955
|
/**
|
|
1956
1956
|
* Mask Mode
|
|
@@ -1978,14 +1978,14 @@ const Ar = (e, a) => {
|
|
|
1978
1978
|
* @see https://tailwindcss.com/docs/mask-repeat
|
|
1979
1979
|
*/
|
|
1980
1980
|
"mask-repeat": [{
|
|
1981
|
-
mask:
|
|
1981
|
+
mask: ze()
|
|
1982
1982
|
}],
|
|
1983
1983
|
/**
|
|
1984
1984
|
* Mask Size
|
|
1985
1985
|
* @see https://tailwindcss.com/docs/mask-size
|
|
1986
1986
|
*/
|
|
1987
1987
|
"mask-size": [{
|
|
1988
|
-
mask:
|
|
1988
|
+
mask: Re()
|
|
1989
1989
|
}],
|
|
1990
1990
|
/**
|
|
1991
1991
|
* Mask Type
|
|
@@ -2022,7 +2022,7 @@ const Ar = (e, a) => {
|
|
|
2022
2022
|
* @see https://tailwindcss.com/docs/blur
|
|
2023
2023
|
*/
|
|
2024
2024
|
blur: [{
|
|
2025
|
-
blur:
|
|
2025
|
+
blur: Ge()
|
|
2026
2026
|
}],
|
|
2027
2027
|
/**
|
|
2028
2028
|
* Brightness
|
|
@@ -2047,9 +2047,9 @@ const Ar = (e, a) => {
|
|
|
2047
2047
|
// Deprecated since Tailwind CSS v4.0.0
|
|
2048
2048
|
"",
|
|
2049
2049
|
"none",
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2050
|
+
v,
|
|
2051
|
+
be,
|
|
2052
|
+
pe
|
|
2053
2053
|
]
|
|
2054
2054
|
}],
|
|
2055
2055
|
/**
|
|
@@ -2057,7 +2057,7 @@ const Ar = (e, a) => {
|
|
|
2057
2057
|
* @see https://tailwindcss.com/docs/filter-drop-shadow#setting-the-shadow-color
|
|
2058
2058
|
*/
|
|
2059
2059
|
"drop-shadow-color": [{
|
|
2060
|
-
"drop-shadow":
|
|
2060
|
+
"drop-shadow": A()
|
|
2061
2061
|
}],
|
|
2062
2062
|
/**
|
|
2063
2063
|
* Grayscale
|
|
@@ -2112,7 +2112,7 @@ const Ar = (e, a) => {
|
|
|
2112
2112
|
* @see https://tailwindcss.com/docs/backdrop-blur
|
|
2113
2113
|
*/
|
|
2114
2114
|
"backdrop-blur": [{
|
|
2115
|
-
"backdrop-blur":
|
|
2115
|
+
"backdrop-blur": Ge()
|
|
2116
2116
|
}],
|
|
2117
2117
|
/**
|
|
2118
2118
|
* Backdrop Brightness
|
|
@@ -2244,7 +2244,7 @@ const Ar = (e, a) => {
|
|
|
2244
2244
|
* @see https://tailwindcss.com/docs/transition-timing-function
|
|
2245
2245
|
*/
|
|
2246
2246
|
ease: [{
|
|
2247
|
-
ease: ["linear", "initial",
|
|
2247
|
+
ease: ["linear", "initial", S, x, y]
|
|
2248
2248
|
}],
|
|
2249
2249
|
/**
|
|
2250
2250
|
* Transition Delay
|
|
@@ -2275,7 +2275,7 @@ const Ar = (e, a) => {
|
|
|
2275
2275
|
* @see https://tailwindcss.com/docs/perspective
|
|
2276
2276
|
*/
|
|
2277
2277
|
perspective: [{
|
|
2278
|
-
perspective: [
|
|
2278
|
+
perspective: [N, x, y]
|
|
2279
2279
|
}],
|
|
2280
2280
|
/**
|
|
2281
2281
|
* Perspective Origin
|
|
@@ -2289,56 +2289,56 @@ const Ar = (e, a) => {
|
|
|
2289
2289
|
* @see https://tailwindcss.com/docs/rotate
|
|
2290
2290
|
*/
|
|
2291
2291
|
rotate: [{
|
|
2292
|
-
rotate:
|
|
2292
|
+
rotate: ce()
|
|
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": ce()
|
|
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": ce()
|
|
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": ce()
|
|
2314
2314
|
}],
|
|
2315
2315
|
/**
|
|
2316
2316
|
* Scale
|
|
2317
2317
|
* @see https://tailwindcss.com/docs/scale
|
|
2318
2318
|
*/
|
|
2319
2319
|
scale: [{
|
|
2320
|
-
scale:
|
|
2320
|
+
scale: me()
|
|
2321
2321
|
}],
|
|
2322
2322
|
/**
|
|
2323
2323
|
* Scale X
|
|
2324
2324
|
* @see https://tailwindcss.com/docs/scale
|
|
2325
2325
|
*/
|
|
2326
2326
|
"scale-x": [{
|
|
2327
|
-
"scale-x":
|
|
2327
|
+
"scale-x": me()
|
|
2328
2328
|
}],
|
|
2329
2329
|
/**
|
|
2330
2330
|
* Scale Y
|
|
2331
2331
|
* @see https://tailwindcss.com/docs/scale
|
|
2332
2332
|
*/
|
|
2333
2333
|
"scale-y": [{
|
|
2334
|
-
"scale-y":
|
|
2334
|
+
"scale-y": me()
|
|
2335
2335
|
}],
|
|
2336
2336
|
/**
|
|
2337
2337
|
* Scale Z
|
|
2338
2338
|
* @see https://tailwindcss.com/docs/scale
|
|
2339
2339
|
*/
|
|
2340
2340
|
"scale-z": [{
|
|
2341
|
-
"scale-z":
|
|
2341
|
+
"scale-z": me()
|
|
2342
2342
|
}],
|
|
2343
2343
|
/**
|
|
2344
2344
|
* Scale 3D
|
|
@@ -2392,28 +2392,28 @@ const Ar = (e, a) => {
|
|
|
2392
2392
|
* @see https://tailwindcss.com/docs/translate
|
|
2393
2393
|
*/
|
|
2394
2394
|
translate: [{
|
|
2395
|
-
translate:
|
|
2395
|
+
translate: ue()
|
|
2396
2396
|
}],
|
|
2397
2397
|
/**
|
|
2398
2398
|
* Translate X
|
|
2399
2399
|
* @see https://tailwindcss.com/docs/translate
|
|
2400
2400
|
*/
|
|
2401
2401
|
"translate-x": [{
|
|
2402
|
-
"translate-x":
|
|
2402
|
+
"translate-x": ue()
|
|
2403
2403
|
}],
|
|
2404
2404
|
/**
|
|
2405
2405
|
* Translate Y
|
|
2406
2406
|
* @see https://tailwindcss.com/docs/translate
|
|
2407
2407
|
*/
|
|
2408
2408
|
"translate-y": [{
|
|
2409
|
-
"translate-y":
|
|
2409
|
+
"translate-y": ue()
|
|
2410
2410
|
}],
|
|
2411
2411
|
/**
|
|
2412
2412
|
* Translate Z
|
|
2413
2413
|
* @see https://tailwindcss.com/docs/translate
|
|
2414
2414
|
*/
|
|
2415
2415
|
"translate-z": [{
|
|
2416
|
-
"translate-z":
|
|
2416
|
+
"translate-z": ue()
|
|
2417
2417
|
}],
|
|
2418
2418
|
/**
|
|
2419
2419
|
* Translate None
|
|
@@ -2428,7 +2428,7 @@ const Ar = (e, a) => {
|
|
|
2428
2428
|
* @see https://tailwindcss.com/docs/accent-color
|
|
2429
2429
|
*/
|
|
2430
2430
|
accent: [{
|
|
2431
|
-
accent:
|
|
2431
|
+
accent: A()
|
|
2432
2432
|
}],
|
|
2433
2433
|
/**
|
|
2434
2434
|
* Appearance
|
|
@@ -2442,7 +2442,7 @@ const Ar = (e, a) => {
|
|
|
2442
2442
|
* @see https://tailwindcss.com/docs/just-in-time-mode#caret-color-utilities
|
|
2443
2443
|
*/
|
|
2444
2444
|
"caret-color": [{
|
|
2445
|
-
caret:
|
|
2445
|
+
caret: A()
|
|
2446
2446
|
}],
|
|
2447
2447
|
/**
|
|
2448
2448
|
* Color Scheme
|
|
@@ -2688,21 +2688,21 @@ const Ar = (e, a) => {
|
|
|
2688
2688
|
* @see https://tailwindcss.com/docs/fill
|
|
2689
2689
|
*/
|
|
2690
2690
|
fill: [{
|
|
2691
|
-
fill: ["none", ...
|
|
2691
|
+
fill: ["none", ...A()]
|
|
2692
2692
|
}],
|
|
2693
2693
|
/**
|
|
2694
2694
|
* Stroke Width
|
|
2695
2695
|
* @see https://tailwindcss.com/docs/stroke-width
|
|
2696
2696
|
*/
|
|
2697
2697
|
"stroke-w": [{
|
|
2698
|
-
stroke: [I,
|
|
2698
|
+
stroke: [I, se, ee, we]
|
|
2699
2699
|
}],
|
|
2700
2700
|
/**
|
|
2701
2701
|
* Stroke
|
|
2702
2702
|
* @see https://tailwindcss.com/docs/stroke
|
|
2703
2703
|
*/
|
|
2704
2704
|
stroke: [{
|
|
2705
|
-
stroke: ["none", ...
|
|
2705
|
+
stroke: ["none", ...A()]
|
|
2706
2706
|
}],
|
|
2707
2707
|
// ---------------------
|
|
2708
2708
|
// --- Accessibility ---
|
|
@@ -2770,33 +2770,33 @@ const Ar = (e, a) => {
|
|
|
2770
2770
|
},
|
|
2771
2771
|
orderSensitiveModifiers: ["*", "**", "after", "backdrop", "before", "details-content", "file", "first-letter", "first-line", "marker", "placeholder", "selection"]
|
|
2772
2772
|
};
|
|
2773
|
-
},
|
|
2773
|
+
}, ha = /* @__PURE__ */ _r(ba);
|
|
2774
2774
|
function p(...e) {
|
|
2775
|
-
return
|
|
2775
|
+
return ha(Mr(e));
|
|
2776
2776
|
}
|
|
2777
2777
|
const Me = Ve.forwardRef(
|
|
2778
|
-
({ variant: e = "primary", size: a = "md", loading: o, icon: t, animate: n = !0, className:
|
|
2779
|
-
const m = n !== !1, h = "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] flex-shrink-0 whitespace-nowrap",
|
|
2778
|
+
({ variant: e = "primary", size: a = "md", loading: o, icon: t, animate: n = !0, className: d, children: i, disabled: s, ...l }, u) => {
|
|
2779
|
+
const m = n !== !1, h = "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] flex-shrink-0 whitespace-nowrap", k = {
|
|
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
|
+
}, v = {
|
|
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]"
|
|
2789
2789
|
};
|
|
2790
|
-
return /* @__PURE__ */
|
|
2791
|
-
|
|
2790
|
+
return /* @__PURE__ */ c(
|
|
2791
|
+
C.button,
|
|
2792
2792
|
{
|
|
2793
2793
|
ref: u,
|
|
2794
2794
|
whileTap: m ? { scale: s || o ? 1 : 0.98 } : void 0,
|
|
2795
|
-
className: p(h,
|
|
2795
|
+
className: p(h, k[e], v[a], d),
|
|
2796
2796
|
disabled: s || o,
|
|
2797
2797
|
...l,
|
|
2798
2798
|
children: [
|
|
2799
|
-
o ? /* @__PURE__ */ r(
|
|
2799
|
+
o ? /* @__PURE__ */ r(ir, { className: p("h-5 w-5", m && "animate-spin") }) : t ? /* @__PURE__ */ r("span", { className: "flex-shrink-0", children: t }) : null,
|
|
2800
2800
|
i
|
|
2801
2801
|
]
|
|
2802
2802
|
}
|
|
@@ -2804,15 +2804,15 @@ const Me = Ve.forwardRef(
|
|
|
2804
2804
|
}
|
|
2805
2805
|
);
|
|
2806
2806
|
Me.displayName = "Button";
|
|
2807
|
-
const
|
|
2808
|
-
({ label: e, error: a, hint: o, leftIcon: t, rightIcon: n, animate:
|
|
2809
|
-
const m =
|
|
2810
|
-
return /* @__PURE__ */
|
|
2811
|
-
e && /* @__PURE__ */
|
|
2807
|
+
const fa = le(
|
|
2808
|
+
({ label: e, error: a, hint: o, leftIcon: t, rightIcon: n, animate: d = !0, className: i, type: s, ...l }, u) => {
|
|
2809
|
+
const m = d !== !1, [h, k] = D(!1), v = s === "password", w = v && h ? "text" : s;
|
|
2810
|
+
return /* @__PURE__ */ c("div", { className: "w-full space-y-1.5", children: [
|
|
2811
|
+
e && /* @__PURE__ */ c("label", { className: "block text-sm font-medium text-foreground", children: [
|
|
2812
2812
|
e,
|
|
2813
2813
|
l.required && /* @__PURE__ */ r("span", { className: "text-error ml-1", children: "*" })
|
|
2814
2814
|
] }),
|
|
2815
|
-
/* @__PURE__ */
|
|
2815
|
+
/* @__PURE__ */ c("div", { className: "relative", children: [
|
|
2816
2816
|
t && /* @__PURE__ */ r("div", { className: "absolute flex items-center pointer-events-none text-primary", style: { left: "14px", top: "50%", transform: "translateY(-50%)" }, children: t }),
|
|
2817
2817
|
/* @__PURE__ */ r(
|
|
2818
2818
|
"input",
|
|
@@ -2833,16 +2833,16 @@ const ha = ie(
|
|
|
2833
2833
|
paddingTop: "12px",
|
|
2834
2834
|
paddingBottom: "12px",
|
|
2835
2835
|
paddingLeft: t ? "44px" : "16px",
|
|
2836
|
-
paddingRight: n ||
|
|
2836
|
+
paddingRight: n || v ? "44px" : "16px"
|
|
2837
2837
|
},
|
|
2838
2838
|
...l
|
|
2839
2839
|
}
|
|
2840
2840
|
),
|
|
2841
|
-
|
|
2842
|
-
|
|
2841
|
+
v && /* @__PURE__ */ r(
|
|
2842
|
+
C.button,
|
|
2843
2843
|
{
|
|
2844
2844
|
type: "button",
|
|
2845
|
-
onClick: () =>
|
|
2845
|
+
onClick: () => k(!h),
|
|
2846
2846
|
className: "absolute text-primary hover:text-primary-dark transition-colors",
|
|
2847
2847
|
style: {
|
|
2848
2848
|
right: "14px",
|
|
@@ -2855,13 +2855,13 @@ const ha = ie(
|
|
|
2855
2855
|
whileTap: m ? { scale: 0.9, y: "-50%" } : void 0,
|
|
2856
2856
|
animate: { y: "-50%" },
|
|
2857
2857
|
transition: m ? { duration: 0.1 } : { duration: 0 },
|
|
2858
|
-
children: h ? /* @__PURE__ */ r(
|
|
2858
|
+
children: h ? /* @__PURE__ */ r(lr, { className: "w-5 h-5" }) : /* @__PURE__ */ r(dr, { className: "w-5 h-5" })
|
|
2859
2859
|
}
|
|
2860
2860
|
),
|
|
2861
|
-
n && !
|
|
2861
|
+
n && !v && /* @__PURE__ */ r("div", { className: "absolute flex items-center pointer-events-none text-primary", style: { right: "14px", top: "50%", transform: "translateY(-50%)" }, children: n })
|
|
2862
2862
|
] }),
|
|
2863
2863
|
a && /* @__PURE__ */ r(
|
|
2864
|
-
|
|
2864
|
+
C.p,
|
|
2865
2865
|
{
|
|
2866
2866
|
...m ? { initial: { opacity: 0, y: -5 }, animate: { opacity: 1, y: 0 } } : {},
|
|
2867
2867
|
className: "text-sm text-error",
|
|
@@ -2872,17 +2872,17 @@ const ha = ie(
|
|
|
2872
2872
|
] });
|
|
2873
2873
|
}
|
|
2874
2874
|
);
|
|
2875
|
-
|
|
2876
|
-
const
|
|
2877
|
-
({ label: e, error: a, helperText: o, className: t, required: n, animate:
|
|
2878
|
-
const l =
|
|
2879
|
-
return /* @__PURE__ */
|
|
2880
|
-
|
|
2875
|
+
fa.displayName = "Input";
|
|
2876
|
+
const ga = le(
|
|
2877
|
+
({ label: e, error: a, helperText: o, className: t, required: n, animate: d = !0, ...i }, s) => {
|
|
2878
|
+
const l = d !== !1;
|
|
2879
|
+
return /* @__PURE__ */ c(
|
|
2880
|
+
C.div,
|
|
2881
2881
|
{
|
|
2882
2882
|
...l ? { initial: { opacity: 0, y: 10 }, animate: { opacity: 1, y: 0 }, transition: { duration: 0.3 } } : {},
|
|
2883
2883
|
className: "w-full",
|
|
2884
2884
|
children: [
|
|
2885
|
-
e && /* @__PURE__ */
|
|
2885
|
+
e && /* @__PURE__ */ c("label", { className: "block text-sm font-medium text-foreground mb-1.5", children: [
|
|
2886
2886
|
e,
|
|
2887
2887
|
n && /* @__PURE__ */ r("span", { className: "text-error ml-1", children: "*" })
|
|
2888
2888
|
] }),
|
|
@@ -2904,7 +2904,7 @@ const fa = ie(
|
|
|
2904
2904
|
}
|
|
2905
2905
|
),
|
|
2906
2906
|
a && /* @__PURE__ */ r(
|
|
2907
|
-
|
|
2907
|
+
C.p,
|
|
2908
2908
|
{
|
|
2909
2909
|
...l ? { initial: { opacity: 0, y: -5 }, animate: { opacity: 1, y: 0 } } : {},
|
|
2910
2910
|
className: "mt-1 text-sm text-error",
|
|
@@ -2917,65 +2917,65 @@ const fa = ie(
|
|
|
2917
2917
|
);
|
|
2918
2918
|
}
|
|
2919
2919
|
);
|
|
2920
|
-
|
|
2921
|
-
const
|
|
2922
|
-
({ label: e, description: a, className: o, checked: t, defaultChecked: n, onChange:
|
|
2923
|
-
const u = i !== !1, [m, h] = D(n || !1),
|
|
2924
|
-
return /* @__PURE__ */
|
|
2925
|
-
/* @__PURE__ */
|
|
2920
|
+
ga.displayName = "Textarea";
|
|
2921
|
+
const ya = le(
|
|
2922
|
+
({ label: e, description: a, className: o, checked: t, defaultChecked: n, onChange: d, animate: i = !0, ...s }, l) => {
|
|
2923
|
+
const u = i !== !1, [m, h] = D(n || !1), k = t !== void 0 ? t : m;
|
|
2924
|
+
return /* @__PURE__ */ c("label", { className: "flex items-start gap-3 cursor-pointer group", children: [
|
|
2925
|
+
/* @__PURE__ */ c("div", { className: "relative flex-shrink-0 mt-0.5", children: [
|
|
2926
2926
|
/* @__PURE__ */ r(
|
|
2927
2927
|
"input",
|
|
2928
2928
|
{
|
|
2929
2929
|
ref: l,
|
|
2930
2930
|
type: "checkbox",
|
|
2931
2931
|
className: "sr-only peer",
|
|
2932
|
-
checked:
|
|
2932
|
+
checked: k,
|
|
2933
2933
|
onChange: (w) => {
|
|
2934
|
-
t === void 0 && h(w.target.checked),
|
|
2934
|
+
t === void 0 && h(w.target.checked), d?.(w.target.checked);
|
|
2935
2935
|
},
|
|
2936
2936
|
...s
|
|
2937
2937
|
}
|
|
2938
2938
|
),
|
|
2939
2939
|
/* @__PURE__ */ r(
|
|
2940
|
-
|
|
2940
|
+
C.div,
|
|
2941
2941
|
{
|
|
2942
2942
|
className: p(
|
|
2943
2943
|
"w-6 h-6 rounded-md border-2 transition-all duration-200",
|
|
2944
2944
|
"peer-focus:ring-2 peer-focus:ring-primary peer-focus:ring-offset-2",
|
|
2945
2945
|
"peer-disabled:opacity-50 peer-disabled:cursor-not-allowed",
|
|
2946
2946
|
"flex items-center justify-center",
|
|
2947
|
-
|
|
2947
|
+
k ? "bg-primary border-primary" : "border-border bg-secondary",
|
|
2948
2948
|
o
|
|
2949
2949
|
),
|
|
2950
2950
|
whileTap: u ? { scale: 0.95 } : void 0,
|
|
2951
2951
|
children: /* @__PURE__ */ r(Ke, { className: p(
|
|
2952
2952
|
"w-4 h-4 text-white transition-opacity duration-200",
|
|
2953
|
-
|
|
2953
|
+
k ? "opacity-100" : "opacity-0"
|
|
2954
2954
|
) })
|
|
2955
2955
|
}
|
|
2956
2956
|
)
|
|
2957
2957
|
] }),
|
|
2958
|
-
(e || a) && /* @__PURE__ */
|
|
2958
|
+
(e || a) && /* @__PURE__ */ c("div", { className: "flex-1 space-y-0.5", children: [
|
|
2959
2959
|
e && /* @__PURE__ */ r("div", { className: "text-base font-medium text-foreground group-hover:text-primary transition-colors", children: e }),
|
|
2960
2960
|
a && /* @__PURE__ */ r("div", { className: "text-sm text-primary/70", children: a })
|
|
2961
2961
|
] })
|
|
2962
2962
|
] });
|
|
2963
2963
|
}
|
|
2964
2964
|
);
|
|
2965
|
-
|
|
2966
|
-
const
|
|
2965
|
+
ya.displayName = "Checkbox";
|
|
2966
|
+
const Ba = ({
|
|
2967
2967
|
options: e,
|
|
2968
2968
|
value: a,
|
|
2969
2969
|
onChange: o,
|
|
2970
2970
|
name: t,
|
|
2971
2971
|
disabled: n,
|
|
2972
|
-
className:
|
|
2972
|
+
className: d,
|
|
2973
2973
|
animate: i = !0
|
|
2974
2974
|
}) => {
|
|
2975
2975
|
const s = i !== !1;
|
|
2976
|
-
return /* @__PURE__ */ r("div", { className: p("flex flex-wrap gap-2",
|
|
2976
|
+
return /* @__PURE__ */ r("div", { className: p("flex flex-wrap gap-2", d), children: e.map((l) => {
|
|
2977
2977
|
const u = a === l.value;
|
|
2978
|
-
return /* @__PURE__ */
|
|
2978
|
+
return /* @__PURE__ */ c("label", { className: "relative cursor-pointer", children: [
|
|
2979
2979
|
/* @__PURE__ */ r(
|
|
2980
2980
|
"input",
|
|
2981
2981
|
{
|
|
@@ -2988,8 +2988,8 @@ const Ea = ({
|
|
|
2988
2988
|
className: "sr-only peer"
|
|
2989
2989
|
}
|
|
2990
2990
|
),
|
|
2991
|
-
/* @__PURE__ */
|
|
2992
|
-
|
|
2991
|
+
/* @__PURE__ */ c(
|
|
2992
|
+
C.div,
|
|
2993
2993
|
{
|
|
2994
2994
|
whileTap: s ? { scale: n ? 1 : 0.95 } : void 0,
|
|
2995
2995
|
className: p(
|
|
@@ -3007,15 +3007,15 @@ const Ea = ({
|
|
|
3007
3007
|
)
|
|
3008
3008
|
] }, l.value);
|
|
3009
3009
|
}) });
|
|
3010
|
-
},
|
|
3011
|
-
({ label: e, description: a, className: o, checked: t, onChange: n, animate:
|
|
3012
|
-
const l =
|
|
3013
|
-
return /* @__PURE__ */
|
|
3014
|
-
(e || a) && /* @__PURE__ */
|
|
3010
|
+
}, xa = le(
|
|
3011
|
+
({ label: e, description: a, className: o, checked: t, onChange: n, animate: d = !0, ...i }, s) => {
|
|
3012
|
+
const l = d !== !1;
|
|
3013
|
+
return /* @__PURE__ */ c("label", { className: "flex items-center justify-between gap-4 cursor-pointer group", children: [
|
|
3014
|
+
(e || a) && /* @__PURE__ */ c("div", { className: "flex-1 space-y-0.5", children: [
|
|
3015
3015
|
e && /* @__PURE__ */ r("div", { className: "text-base font-medium text-foreground", children: e }),
|
|
3016
3016
|
a && /* @__PURE__ */ r("div", { className: "text-sm text-primary/70", children: a })
|
|
3017
3017
|
] }),
|
|
3018
|
-
/* @__PURE__ */
|
|
3018
|
+
/* @__PURE__ */ c("div", { className: "relative flex-shrink-0", children: [
|
|
3019
3019
|
/* @__PURE__ */ r(
|
|
3020
3020
|
"input",
|
|
3021
3021
|
{
|
|
@@ -3040,7 +3040,7 @@ const Ea = ({
|
|
|
3040
3040
|
o
|
|
3041
3041
|
),
|
|
3042
3042
|
children: /* @__PURE__ */ r(
|
|
3043
|
-
|
|
3043
|
+
C.div,
|
|
3044
3044
|
{
|
|
3045
3045
|
className: "absolute top-1 w-5 h-5 bg-white rounded-full shadow-sm",
|
|
3046
3046
|
style: { left: t ? "24px" : "4px" },
|
|
@@ -3054,32 +3054,32 @@ const Ea = ({
|
|
|
3054
3054
|
] });
|
|
3055
3055
|
}
|
|
3056
3056
|
);
|
|
3057
|
-
|
|
3058
|
-
const
|
|
3057
|
+
xa.displayName = "Toggle";
|
|
3058
|
+
const Da = ({
|
|
3059
3059
|
value: e,
|
|
3060
3060
|
onChange: a,
|
|
3061
3061
|
min: o = 0,
|
|
3062
3062
|
max: t = 100,
|
|
3063
3063
|
step: n = 1,
|
|
3064
|
-
label:
|
|
3064
|
+
label: d,
|
|
3065
3065
|
showValue: i = !0,
|
|
3066
3066
|
unit: s = "%",
|
|
3067
3067
|
disabled: l,
|
|
3068
3068
|
className: u,
|
|
3069
3069
|
animate: m = !0
|
|
3070
3070
|
}) => {
|
|
3071
|
-
const h = m !== !1, [
|
|
3072
|
-
return /* @__PURE__ */
|
|
3073
|
-
(
|
|
3074
|
-
|
|
3075
|
-
i && /* @__PURE__ */
|
|
3071
|
+
const h = m !== !1, [k, v] = D(!1), w = (e - o) / (t - o) * 100;
|
|
3072
|
+
return /* @__PURE__ */ c("div", { className: p("w-full space-y-2", u), children: [
|
|
3073
|
+
(d || i) && /* @__PURE__ */ c("div", { className: "flex items-center justify-between", children: [
|
|
3074
|
+
d && /* @__PURE__ */ r("label", { className: "text-sm font-medium text-primary", children: d }),
|
|
3075
|
+
i && /* @__PURE__ */ c("span", { className: "text-sm font-semibold text-primary", children: [
|
|
3076
3076
|
e,
|
|
3077
3077
|
s
|
|
3078
3078
|
] })
|
|
3079
3079
|
] }),
|
|
3080
|
-
/* @__PURE__ */
|
|
3080
|
+
/* @__PURE__ */ c("div", { className: "relative h-12 flex items-center", children: [
|
|
3081
3081
|
/* @__PURE__ */ r("div", { className: "relative w-full h-2 bg-border rounded-full overflow-hidden", children: /* @__PURE__ */ r(
|
|
3082
|
-
|
|
3082
|
+
C.div,
|
|
3083
3083
|
{
|
|
3084
3084
|
className: "absolute left-0 top-0 h-full bg-primary rounded-full",
|
|
3085
3085
|
style: { width: `${w}%` },
|
|
@@ -3096,18 +3096,18 @@ const Pa = ({
|
|
|
3096
3096
|
max: t,
|
|
3097
3097
|
step: n,
|
|
3098
3098
|
value: e,
|
|
3099
|
-
onChange: (
|
|
3100
|
-
onMouseDown: () =>
|
|
3101
|
-
onMouseUp: () =>
|
|
3102
|
-
onTouchStart: () =>
|
|
3103
|
-
onTouchEnd: () =>
|
|
3099
|
+
onChange: (N) => a(Number(N.target.value)),
|
|
3100
|
+
onMouseDown: () => v(!0),
|
|
3101
|
+
onMouseUp: () => v(!1),
|
|
3102
|
+
onTouchStart: () => v(!0),
|
|
3103
|
+
onTouchEnd: () => v(!1),
|
|
3104
3104
|
disabled: l,
|
|
3105
3105
|
className: "absolute inset-0 w-full h-full opacity-0 cursor-pointer disabled:cursor-not-allowed",
|
|
3106
3106
|
style: { zIndex: 10 }
|
|
3107
3107
|
}
|
|
3108
3108
|
),
|
|
3109
3109
|
/* @__PURE__ */ r(
|
|
3110
|
-
|
|
3110
|
+
C.div,
|
|
3111
3111
|
{
|
|
3112
3112
|
className: p(
|
|
3113
3113
|
"absolute w-6 h-6 bg-background border-2 border-primary rounded-full shadow-md",
|
|
@@ -3115,19 +3115,19 @@ const Pa = ({
|
|
|
3115
3115
|
l && "opacity-50"
|
|
3116
3116
|
),
|
|
3117
3117
|
style: { left: `calc(${w}% - 12px)` },
|
|
3118
|
-
animate: h ? { scale:
|
|
3118
|
+
animate: h ? { scale: k ? 1.2 : 1 } : void 0,
|
|
3119
3119
|
transition: h ? { type: "spring", stiffness: 300, damping: 20 } : { duration: 0 }
|
|
3120
3120
|
}
|
|
3121
3121
|
)
|
|
3122
3122
|
] })
|
|
3123
3123
|
] });
|
|
3124
|
-
},
|
|
3124
|
+
}, ja = ({
|
|
3125
3125
|
value1: e,
|
|
3126
3126
|
value2: a,
|
|
3127
3127
|
onChange: o,
|
|
3128
3128
|
label1: t,
|
|
3129
3129
|
label2: n,
|
|
3130
|
-
min:
|
|
3130
|
+
min: d = 0,
|
|
3131
3131
|
max: i = 100,
|
|
3132
3132
|
step: s = 1,
|
|
3133
3133
|
unit: l = "%",
|
|
@@ -3135,115 +3135,115 @@ const Pa = ({
|
|
|
3135
3135
|
className: m,
|
|
3136
3136
|
animate: h = !0
|
|
3137
3137
|
}) => {
|
|
3138
|
-
const
|
|
3139
|
-
const L = i -
|
|
3140
|
-
o(
|
|
3138
|
+
const k = h !== !1, v = e + a, w = v > 0 ? e / v * 100 : 50, N = v > 0 ? a / v * 100 : 50, f = (S) => {
|
|
3139
|
+
const L = i - S;
|
|
3140
|
+
o(S, Math.max(d, Math.min(i, L)));
|
|
3141
3141
|
};
|
|
3142
|
-
return /* @__PURE__ */
|
|
3143
|
-
/* @__PURE__ */
|
|
3144
|
-
/* @__PURE__ */
|
|
3142
|
+
return /* @__PURE__ */ c("div", { className: p("w-full space-y-3", m), children: [
|
|
3143
|
+
/* @__PURE__ */ c("div", { className: "space-y-2", children: [
|
|
3144
|
+
/* @__PURE__ */ c("div", { className: "flex items-center justify-between", children: [
|
|
3145
3145
|
/* @__PURE__ */ r("label", { className: "text-sm font-medium text-primary", children: t }),
|
|
3146
|
-
/* @__PURE__ */
|
|
3146
|
+
/* @__PURE__ */ c("span", { className: "text-sm font-semibold text-primary", children: [
|
|
3147
3147
|
e,
|
|
3148
3148
|
l
|
|
3149
3149
|
] })
|
|
3150
3150
|
] }),
|
|
3151
|
-
/* @__PURE__ */
|
|
3151
|
+
/* @__PURE__ */ c("div", { className: "relative h-10 flex items-center", children: [
|
|
3152
3152
|
/* @__PURE__ */ r("div", { className: "w-full h-2 bg-border rounded-full overflow-hidden", children: /* @__PURE__ */ r(
|
|
3153
|
-
|
|
3153
|
+
C.div,
|
|
3154
3154
|
{
|
|
3155
3155
|
className: "h-full bg-primary",
|
|
3156
3156
|
initial: !1,
|
|
3157
|
-
animate:
|
|
3158
|
-
transition:
|
|
3157
|
+
animate: k ? { width: `${w}%` } : void 0,
|
|
3158
|
+
transition: k ? { type: "spring", stiffness: 300, damping: 30 } : { duration: 0 }
|
|
3159
3159
|
}
|
|
3160
3160
|
) }),
|
|
3161
3161
|
/* @__PURE__ */ r(
|
|
3162
3162
|
"input",
|
|
3163
3163
|
{
|
|
3164
3164
|
type: "range",
|
|
3165
|
-
min:
|
|
3165
|
+
min: d,
|
|
3166
3166
|
max: i,
|
|
3167
3167
|
step: s,
|
|
3168
3168
|
value: e,
|
|
3169
|
-
onChange: (
|
|
3169
|
+
onChange: (S) => f(Number(S.target.value)),
|
|
3170
3170
|
disabled: u,
|
|
3171
3171
|
className: "absolute inset-0 w-full opacity-0 cursor-pointer disabled:cursor-not-allowed"
|
|
3172
3172
|
}
|
|
3173
3173
|
)
|
|
3174
3174
|
] })
|
|
3175
3175
|
] }),
|
|
3176
|
-
/* @__PURE__ */
|
|
3177
|
-
/* @__PURE__ */
|
|
3176
|
+
/* @__PURE__ */ c("div", { className: "space-y-2", children: [
|
|
3177
|
+
/* @__PURE__ */ c("div", { className: "flex items-center justify-between", children: [
|
|
3178
3178
|
/* @__PURE__ */ r("label", { className: "text-sm font-medium text-primary", children: n }),
|
|
3179
|
-
/* @__PURE__ */
|
|
3179
|
+
/* @__PURE__ */ c("span", { className: "text-sm font-semibold text-success", children: [
|
|
3180
3180
|
a,
|
|
3181
3181
|
l
|
|
3182
3182
|
] })
|
|
3183
3183
|
] }),
|
|
3184
|
-
/* @__PURE__ */
|
|
3184
|
+
/* @__PURE__ */ c("div", { className: "relative h-10 flex items-center", children: [
|
|
3185
3185
|
/* @__PURE__ */ r("div", { className: "w-full h-2 bg-border rounded-full overflow-hidden", children: /* @__PURE__ */ r(
|
|
3186
|
-
|
|
3186
|
+
C.div,
|
|
3187
3187
|
{
|
|
3188
3188
|
className: "h-full bg-success",
|
|
3189
3189
|
initial: !1,
|
|
3190
|
-
animate:
|
|
3191
|
-
transition:
|
|
3190
|
+
animate: k ? { width: `${N}%` } : void 0,
|
|
3191
|
+
transition: k ? { type: "spring", stiffness: 300, damping: 30 } : { duration: 0 }
|
|
3192
3192
|
}
|
|
3193
3193
|
) }),
|
|
3194
3194
|
/* @__PURE__ */ r(
|
|
3195
3195
|
"input",
|
|
3196
3196
|
{
|
|
3197
3197
|
type: "range",
|
|
3198
|
-
min:
|
|
3198
|
+
min: d,
|
|
3199
3199
|
max: i,
|
|
3200
3200
|
step: s,
|
|
3201
3201
|
value: a,
|
|
3202
|
-
onChange: (
|
|
3202
|
+
onChange: (S) => f(i - Number(S.target.value)),
|
|
3203
3203
|
disabled: u,
|
|
3204
3204
|
className: "absolute inset-0 w-full opacity-0 cursor-pointer disabled:cursor-not-allowed"
|
|
3205
3205
|
}
|
|
3206
3206
|
)
|
|
3207
3207
|
] })
|
|
3208
3208
|
] }),
|
|
3209
|
-
/* @__PURE__ */
|
|
3209
|
+
/* @__PURE__ */ c("div", { className: "text-xs text-primary/70 text-center", children: [
|
|
3210
3210
|
"Total: ",
|
|
3211
|
-
|
|
3211
|
+
v,
|
|
3212
3212
|
l
|
|
3213
3213
|
] })
|
|
3214
3214
|
] });
|
|
3215
|
-
},
|
|
3215
|
+
}, Oa = ({
|
|
3216
3216
|
options: e,
|
|
3217
3217
|
value: a,
|
|
3218
3218
|
onChange: o,
|
|
3219
3219
|
placeholder: t = "Select an option",
|
|
3220
3220
|
label: n,
|
|
3221
|
-
error:
|
|
3221
|
+
error: d,
|
|
3222
3222
|
searchable: i = !1,
|
|
3223
3223
|
clearable: s = !0,
|
|
3224
3224
|
disabled: l,
|
|
3225
3225
|
className: u,
|
|
3226
3226
|
animate: m = !0
|
|
3227
3227
|
}) => {
|
|
3228
|
-
const h = m !== !1, [
|
|
3229
|
-
(
|
|
3228
|
+
const h = m !== !1, [k, v] = D(!1), [w, N] = D(""), f = Y(null), S = e.find((M) => M.value === a), L = i ? e.filter(
|
|
3229
|
+
(M) => M.label.toLowerCase().includes(w.toLowerCase())
|
|
3230
3230
|
) : e;
|
|
3231
3231
|
q(() => {
|
|
3232
|
-
const
|
|
3233
|
-
f.current && !f.current.contains(G.target) && (
|
|
3232
|
+
const M = (G) => {
|
|
3233
|
+
f.current && !f.current.contains(G.target) && (v(!1), N(""));
|
|
3234
3234
|
};
|
|
3235
|
-
return document.addEventListener("mousedown",
|
|
3235
|
+
return document.addEventListener("mousedown", M), () => document.removeEventListener("mousedown", M);
|
|
3236
3236
|
}, []);
|
|
3237
|
-
const R = (
|
|
3238
|
-
o(
|
|
3237
|
+
const R = (M) => {
|
|
3238
|
+
o(M), v(!1), N("");
|
|
3239
3239
|
};
|
|
3240
|
-
return /* @__PURE__ */
|
|
3240
|
+
return /* @__PURE__ */ c("div", { ref: f, className: p("relative w-full", u), children: [
|
|
3241
3241
|
n && /* @__PURE__ */ r("label", { className: "block mb-1.5 text-sm font-medium text-foreground", children: n }),
|
|
3242
|
-
/* @__PURE__ */
|
|
3242
|
+
/* @__PURE__ */ c(
|
|
3243
3243
|
"button",
|
|
3244
3244
|
{
|
|
3245
3245
|
type: "button",
|
|
3246
|
-
onClick: () => !l &&
|
|
3246
|
+
onClick: () => !l && v(!k),
|
|
3247
3247
|
disabled: l,
|
|
3248
3248
|
className: p(
|
|
3249
3249
|
"w-full px-4 py-3 rounded-md border transition-all duration-200",
|
|
@@ -3251,58 +3251,58 @@ const Pa = ({
|
|
|
3251
3251
|
"focus:outline-none focus:ring-2 focus:ring-primary",
|
|
3252
3252
|
"disabled:bg-secondary disabled:cursor-not-allowed",
|
|
3253
3253
|
"touch-target",
|
|
3254
|
-
|
|
3255
|
-
!
|
|
3256
|
-
|
|
3254
|
+
d && "border-error",
|
|
3255
|
+
!d && "border-border",
|
|
3256
|
+
k && "ring-2 ring-primary"
|
|
3257
3257
|
),
|
|
3258
3258
|
children: [
|
|
3259
|
-
/* @__PURE__ */
|
|
3260
|
-
|
|
3261
|
-
/* @__PURE__ */ r("span", { className: p("truncate", !
|
|
3259
|
+
/* @__PURE__ */ c("div", { className: "flex items-center gap-2 flex-1 min-w-0", children: [
|
|
3260
|
+
S?.icon && /* @__PURE__ */ r("span", { className: "flex-shrink-0", children: S.icon }),
|
|
3261
|
+
/* @__PURE__ */ r("span", { className: p("truncate", !S && "text-foreground/50"), children: S?.label || t })
|
|
3262
3262
|
] }),
|
|
3263
3263
|
/* @__PURE__ */ r(
|
|
3264
|
-
|
|
3264
|
+
Te,
|
|
3265
3265
|
{
|
|
3266
3266
|
className: p(
|
|
3267
3267
|
"w-5 h-5 text-primary transition-transform flex-shrink-0",
|
|
3268
|
-
|
|
3268
|
+
k && "rotate-180"
|
|
3269
3269
|
)
|
|
3270
3270
|
}
|
|
3271
3271
|
)
|
|
3272
3272
|
]
|
|
3273
3273
|
}
|
|
3274
3274
|
),
|
|
3275
|
-
h ? /* @__PURE__ */ r(Q, { children:
|
|
3276
|
-
|
|
3275
|
+
h ? /* @__PURE__ */ r(Q, { children: k ? /* @__PURE__ */ c(
|
|
3276
|
+
C.div,
|
|
3277
3277
|
{
|
|
3278
3278
|
initial: { opacity: 0, y: -10 },
|
|
3279
3279
|
animate: { opacity: 1, y: 0 },
|
|
3280
3280
|
exit: { opacity: 0, y: -10 },
|
|
3281
3281
|
transition: { duration: 0.2 },
|
|
3282
|
-
className: "absolute right-0 z-50 mt-2 w-max min-w-48 max-w-
|
|
3282
|
+
className: "absolute right-0 z-50 mt-2 w-max min-w-48 max-w-full bg-background rounded-md border border-border shadow-lg max-h-80 overflow-hidden",
|
|
3283
3283
|
children: [
|
|
3284
|
-
i && /* @__PURE__ */ r("div", { className: "p-2 border-b border-border", children: /* @__PURE__ */
|
|
3285
|
-
/* @__PURE__ */ r(
|
|
3284
|
+
i && /* @__PURE__ */ r("div", { className: "p-2 border-b border-border", children: /* @__PURE__ */ c("div", { className: "relative", children: [
|
|
3285
|
+
/* @__PURE__ */ r(te, { className: "absolute left-3 top-1/2 -translate-y-1/2 w-4 h-4 text-primary/50" }),
|
|
3286
3286
|
/* @__PURE__ */ r(
|
|
3287
3287
|
"input",
|
|
3288
3288
|
{
|
|
3289
3289
|
type: "text",
|
|
3290
3290
|
placeholder: "Search...",
|
|
3291
3291
|
value: w,
|
|
3292
|
-
onChange: (
|
|
3292
|
+
onChange: (M) => N(M.target.value),
|
|
3293
3293
|
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"
|
|
3294
3294
|
}
|
|
3295
3295
|
),
|
|
3296
3296
|
w && /* @__PURE__ */ r(
|
|
3297
3297
|
"button",
|
|
3298
3298
|
{
|
|
3299
|
-
onClick: () =>
|
|
3299
|
+
onClick: () => N(""),
|
|
3300
3300
|
className: "absolute right-2 top-1/2 -translate-y-1/2",
|
|
3301
3301
|
children: /* @__PURE__ */ r(H, { className: "w-4 h-4 text-primary/50 hover:text-primary" })
|
|
3302
3302
|
}
|
|
3303
3303
|
)
|
|
3304
3304
|
] }) }),
|
|
3305
|
-
/* @__PURE__ */
|
|
3305
|
+
/* @__PURE__ */ c("div", { className: "overflow-y-auto max-h-64 p-2 space-y-1", children: [
|
|
3306
3306
|
s && /* @__PURE__ */ r(
|
|
3307
3307
|
"button",
|
|
3308
3308
|
{
|
|
@@ -3317,52 +3317,52 @@ const Pa = ({
|
|
|
3317
3317
|
children: /* @__PURE__ */ r("span", { children: "None" })
|
|
3318
3318
|
}
|
|
3319
3319
|
),
|
|
3320
|
-
L.length > 0 ? L.map((
|
|
3320
|
+
L.length > 0 ? L.map((M) => /* @__PURE__ */ c(
|
|
3321
3321
|
"button",
|
|
3322
3322
|
{
|
|
3323
|
-
onClick: () => R(
|
|
3323
|
+
onClick: () => R(M.value),
|
|
3324
3324
|
className: p(
|
|
3325
3325
|
"w-full px-4 py-3 text-left flex items-center gap-2 rounded-sm cursor-pointer",
|
|
3326
3326
|
"hover:bg-secondary transition-colors",
|
|
3327
|
-
|
|
3327
|
+
M.value === a && "bg-border text-foreground"
|
|
3328
3328
|
),
|
|
3329
3329
|
children: [
|
|
3330
|
-
|
|
3331
|
-
/* @__PURE__ */ r("span", { children:
|
|
3330
|
+
M.icon && /* @__PURE__ */ r("span", { className: "flex-shrink-0", children: M.icon }),
|
|
3331
|
+
/* @__PURE__ */ r("span", { children: M.label })
|
|
3332
3332
|
]
|
|
3333
3333
|
},
|
|
3334
|
-
|
|
3334
|
+
M.value
|
|
3335
3335
|
)) : /* @__PURE__ */ r("div", { className: "px-4 py-6 text-center text-primary/70 text-sm", children: "No options found" })
|
|
3336
3336
|
] })
|
|
3337
3337
|
]
|
|
3338
3338
|
}
|
|
3339
|
-
) : null }) :
|
|
3340
|
-
|
|
3339
|
+
) : null }) : k && /* @__PURE__ */ c(
|
|
3340
|
+
C.div,
|
|
3341
3341
|
{
|
|
3342
|
-
className: "absolute right-0 z-50 mt-2 w-max min-w-48 max-w-
|
|
3342
|
+
className: "absolute right-0 z-50 mt-2 w-max min-w-48 max-w-full bg-background rounded-md border border-border shadow-lg max-h-80 overflow-hidden",
|
|
3343
3343
|
children: [
|
|
3344
|
-
i && /* @__PURE__ */ r("div", { className: "p-2 border-b border-border", children: /* @__PURE__ */
|
|
3345
|
-
/* @__PURE__ */ r(
|
|
3344
|
+
i && /* @__PURE__ */ r("div", { className: "p-2 border-b border-border", children: /* @__PURE__ */ c("div", { className: "relative", children: [
|
|
3345
|
+
/* @__PURE__ */ r(te, { className: "absolute left-3 top-1/2 -translate-y-1/2 w-4 h-4 text-primary/50" }),
|
|
3346
3346
|
/* @__PURE__ */ r(
|
|
3347
3347
|
"input",
|
|
3348
3348
|
{
|
|
3349
3349
|
type: "text",
|
|
3350
3350
|
placeholder: "Search...",
|
|
3351
3351
|
value: w,
|
|
3352
|
-
onChange: (
|
|
3352
|
+
onChange: (M) => N(M.target.value),
|
|
3353
3353
|
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"
|
|
3354
3354
|
}
|
|
3355
3355
|
),
|
|
3356
3356
|
w && /* @__PURE__ */ r(
|
|
3357
3357
|
"button",
|
|
3358
3358
|
{
|
|
3359
|
-
onClick: () =>
|
|
3359
|
+
onClick: () => N(""),
|
|
3360
3360
|
className: "absolute right-2 top-1/2 -translate-y-1/2",
|
|
3361
3361
|
children: /* @__PURE__ */ r(H, { className: "w-4 h-4 text-primary/50 hover:text-primary" })
|
|
3362
3362
|
}
|
|
3363
3363
|
)
|
|
3364
3364
|
] }) }),
|
|
3365
|
-
/* @__PURE__ */
|
|
3365
|
+
/* @__PURE__ */ c("div", { className: "overflow-y-auto max-h-64 p-2 space-y-1", children: [
|
|
3366
3366
|
s && /* @__PURE__ */ r(
|
|
3367
3367
|
"button",
|
|
3368
3368
|
{
|
|
@@ -3377,53 +3377,53 @@ const Pa = ({
|
|
|
3377
3377
|
children: /* @__PURE__ */ r("span", { children: "None" })
|
|
3378
3378
|
}
|
|
3379
3379
|
),
|
|
3380
|
-
L.length > 0 ? L.map((
|
|
3380
|
+
L.length > 0 ? L.map((M) => /* @__PURE__ */ c(
|
|
3381
3381
|
"button",
|
|
3382
3382
|
{
|
|
3383
|
-
onClick: () => R(
|
|
3383
|
+
onClick: () => R(M.value),
|
|
3384
3384
|
className: p(
|
|
3385
3385
|
"w-full px-4 py-3 text-left flex items-center gap-2 rounded-sm cursor-pointer",
|
|
3386
3386
|
"hover:bg-secondary transition-colors",
|
|
3387
|
-
|
|
3387
|
+
M.value === a && "bg-border text-foreground"
|
|
3388
3388
|
),
|
|
3389
3389
|
children: [
|
|
3390
|
-
|
|
3391
|
-
/* @__PURE__ */ r("span", { children:
|
|
3390
|
+
M.icon && /* @__PURE__ */ r("span", { className: "flex-shrink-0", children: M.icon }),
|
|
3391
|
+
/* @__PURE__ */ r("span", { children: M.label })
|
|
3392
3392
|
]
|
|
3393
3393
|
},
|
|
3394
|
-
|
|
3394
|
+
M.value
|
|
3395
3395
|
)) : /* @__PURE__ */ r("div", { className: "px-4 py-6 text-center text-primary/70 text-sm", children: "No options found" })
|
|
3396
3396
|
] })
|
|
3397
3397
|
]
|
|
3398
3398
|
}
|
|
3399
3399
|
),
|
|
3400
|
-
|
|
3401
|
-
|
|
3400
|
+
d && /* @__PURE__ */ r(
|
|
3401
|
+
C.p,
|
|
3402
3402
|
{
|
|
3403
3403
|
...h ? { initial: { opacity: 0, y: -5 }, animate: { opacity: 1, y: 0 } } : {},
|
|
3404
3404
|
className: "mt-1.5 text-sm text-error",
|
|
3405
|
-
children:
|
|
3405
|
+
children: d
|
|
3406
3406
|
}
|
|
3407
3407
|
)
|
|
3408
3408
|
] });
|
|
3409
|
-
},
|
|
3409
|
+
}, tr = le(
|
|
3410
3410
|
({
|
|
3411
3411
|
options: e,
|
|
3412
3412
|
value: a,
|
|
3413
3413
|
onChange: o,
|
|
3414
3414
|
placeholder: t = "Select an option",
|
|
3415
3415
|
label: n,
|
|
3416
|
-
error:
|
|
3416
|
+
error: d,
|
|
3417
3417
|
hint: i,
|
|
3418
3418
|
searchable: s = !1,
|
|
3419
3419
|
clearable: l = !0,
|
|
3420
3420
|
disabled: u,
|
|
3421
3421
|
required: m,
|
|
3422
3422
|
className: h,
|
|
3423
|
-
animate:
|
|
3424
|
-
},
|
|
3425
|
-
const w =
|
|
3426
|
-
(T) => T.label.toLowerCase().includes(
|
|
3423
|
+
animate: k = !0
|
|
3424
|
+
}, v) => {
|
|
3425
|
+
const w = k !== !1, [N, f] = D(!1), [S, L] = D(""), R = Y(null), M = e.find((T) => T.value === a), G = s ? e.filter(
|
|
3426
|
+
(T) => T.label.toLowerCase().includes(S.toLowerCase())
|
|
3427
3427
|
) : e;
|
|
3428
3428
|
q(() => {
|
|
3429
3429
|
const T = (g) => {
|
|
@@ -3434,20 +3434,20 @@ const Pa = ({
|
|
|
3434
3434
|
const E = (T) => {
|
|
3435
3435
|
o(T), f(!1), L("");
|
|
3436
3436
|
};
|
|
3437
|
-
return /* @__PURE__ */
|
|
3438
|
-
n && /* @__PURE__ */
|
|
3437
|
+
return /* @__PURE__ */ c("div", { ref: v, className: p("w-full space-y-1.5", h), children: [
|
|
3438
|
+
n && /* @__PURE__ */ c("label", { className: "block text-sm font-medium text-foreground", children: [
|
|
3439
3439
|
n,
|
|
3440
3440
|
m && /* @__PURE__ */ r("span", { className: "text-error ml-1", children: "*" })
|
|
3441
3441
|
] }),
|
|
3442
|
-
/* @__PURE__ */
|
|
3443
|
-
/* @__PURE__ */
|
|
3442
|
+
/* @__PURE__ */ c("div", { ref: R, className: "relative", children: [
|
|
3443
|
+
/* @__PURE__ */ c(
|
|
3444
3444
|
"button",
|
|
3445
3445
|
{
|
|
3446
3446
|
type: "button",
|
|
3447
|
-
onClick: () => !u && f(!
|
|
3447
|
+
onClick: () => !u && f(!N),
|
|
3448
3448
|
disabled: u,
|
|
3449
3449
|
"aria-haspopup": "listbox",
|
|
3450
|
-
"aria-expanded":
|
|
3450
|
+
"aria-expanded": N,
|
|
3451
3451
|
"aria-required": m,
|
|
3452
3452
|
className: p(
|
|
3453
3453
|
"w-full px-4 py-3 rounded-md border transition-all duration-200",
|
|
@@ -3455,51 +3455,51 @@ const Pa = ({
|
|
|
3455
3455
|
"focus:outline-none focus:ring-2 focus:ring-primary focus:border-transparent",
|
|
3456
3456
|
"disabled:bg-secondary disabled:cursor-not-allowed",
|
|
3457
3457
|
"touch-target text-base",
|
|
3458
|
-
|
|
3459
|
-
!
|
|
3460
|
-
|
|
3458
|
+
d && "border-error focus:ring-error",
|
|
3459
|
+
!d && "border-border",
|
|
3460
|
+
N && "ring-2 ring-primary"
|
|
3461
3461
|
),
|
|
3462
3462
|
children: [
|
|
3463
|
-
/* @__PURE__ */
|
|
3464
|
-
|
|
3465
|
-
/* @__PURE__ */ r("span", { className: p("truncate", !
|
|
3463
|
+
/* @__PURE__ */ c("div", { className: "flex items-center gap-2 flex-1 min-w-0", children: [
|
|
3464
|
+
M?.icon && /* @__PURE__ */ r("span", { className: "flex-shrink-0", children: M.icon }),
|
|
3465
|
+
/* @__PURE__ */ r("span", { className: p("truncate", !M && "text-foreground/50"), children: M?.label || t })
|
|
3466
3466
|
] }),
|
|
3467
3467
|
/* @__PURE__ */ r(
|
|
3468
|
-
|
|
3468
|
+
Te,
|
|
3469
3469
|
{
|
|
3470
3470
|
className: p(
|
|
3471
3471
|
"w-5 h-5 text-primary transition-transform flex-shrink-0",
|
|
3472
|
-
|
|
3472
|
+
N && "rotate-180"
|
|
3473
3473
|
)
|
|
3474
3474
|
}
|
|
3475
3475
|
)
|
|
3476
3476
|
]
|
|
3477
3477
|
}
|
|
3478
3478
|
),
|
|
3479
|
-
w ? /* @__PURE__ */ r(Q, { children:
|
|
3480
|
-
|
|
3479
|
+
w ? /* @__PURE__ */ r(Q, { children: N ? /* @__PURE__ */ c(
|
|
3480
|
+
C.div,
|
|
3481
3481
|
{
|
|
3482
3482
|
initial: { opacity: 0, y: -10 },
|
|
3483
3483
|
animate: { opacity: 1, y: 0 },
|
|
3484
3484
|
exit: { opacity: 0, y: -10 },
|
|
3485
3485
|
transition: { duration: 0.2 },
|
|
3486
3486
|
role: "listbox",
|
|
3487
|
-
className: "absolute right-0 z-50 mt-2 w-max min-w-48 max-w-
|
|
3487
|
+
className: "absolute right-0 z-50 mt-2 w-max min-w-48 max-w-full bg-background rounded-md border border-border shadow-lg max-h-80 overflow-hidden",
|
|
3488
3488
|
children: [
|
|
3489
|
-
s && /* @__PURE__ */ r("div", { className: "p-2 border-b border-border", children: /* @__PURE__ */
|
|
3490
|
-
/* @__PURE__ */ r(
|
|
3489
|
+
s && /* @__PURE__ */ r("div", { className: "p-2 border-b border-border", children: /* @__PURE__ */ c("div", { className: "relative", children: [
|
|
3490
|
+
/* @__PURE__ */ r(te, { className: "absolute left-3 top-1/2 -translate-y-1/2 w-4 h-4 text-primary/50" }),
|
|
3491
3491
|
/* @__PURE__ */ r(
|
|
3492
3492
|
"input",
|
|
3493
3493
|
{
|
|
3494
3494
|
type: "text",
|
|
3495
3495
|
placeholder: "Search...",
|
|
3496
|
-
value:
|
|
3496
|
+
value: S,
|
|
3497
3497
|
onChange: (T) => L(T.target.value),
|
|
3498
3498
|
className: "w-full pl-10 pr-8 py-2 text-sm border border-border rounded-md bg-background text-foreground focus:outline-none focus:ring-2 focus:ring-primary",
|
|
3499
3499
|
"aria-label": "Search options"
|
|
3500
3500
|
}
|
|
3501
3501
|
),
|
|
3502
|
-
|
|
3502
|
+
S && /* @__PURE__ */ r(
|
|
3503
3503
|
"button",
|
|
3504
3504
|
{
|
|
3505
3505
|
type: "button",
|
|
@@ -3510,7 +3510,7 @@ const Pa = ({
|
|
|
3510
3510
|
}
|
|
3511
3511
|
)
|
|
3512
3512
|
] }) }),
|
|
3513
|
-
/* @__PURE__ */
|
|
3513
|
+
/* @__PURE__ */ c("div", { className: "overflow-y-auto max-h-64 p-2 space-y-1", children: [
|
|
3514
3514
|
l && /* @__PURE__ */ r(
|
|
3515
3515
|
"button",
|
|
3516
3516
|
{
|
|
@@ -3527,7 +3527,7 @@ const Pa = ({
|
|
|
3527
3527
|
children: /* @__PURE__ */ r("span", { children: "None" })
|
|
3528
3528
|
}
|
|
3529
3529
|
),
|
|
3530
|
-
G.length > 0 ? G.map((T) => /* @__PURE__ */
|
|
3530
|
+
G.length > 0 ? G.map((T) => /* @__PURE__ */ c(
|
|
3531
3531
|
"button",
|
|
3532
3532
|
{
|
|
3533
3533
|
type: "button",
|
|
@@ -3551,26 +3551,26 @@ const Pa = ({
|
|
|
3551
3551
|
] })
|
|
3552
3552
|
]
|
|
3553
3553
|
}
|
|
3554
|
-
) : null }) :
|
|
3555
|
-
|
|
3554
|
+
) : null }) : N && /* @__PURE__ */ c(
|
|
3555
|
+
C.div,
|
|
3556
3556
|
{
|
|
3557
3557
|
role: "listbox",
|
|
3558
|
-
className: "absolute right-0 z-50 mt-2 w-max min-w-48 max-w-
|
|
3558
|
+
className: "absolute right-0 z-50 mt-2 w-max min-w-48 max-w-full bg-background rounded-md border border-border shadow-lg max-h-80 overflow-hidden",
|
|
3559
3559
|
children: [
|
|
3560
|
-
s && /* @__PURE__ */ r("div", { className: "p-2 border-b border-border", children: /* @__PURE__ */
|
|
3561
|
-
/* @__PURE__ */ r(
|
|
3560
|
+
s && /* @__PURE__ */ r("div", { className: "p-2 border-b border-border", children: /* @__PURE__ */ c("div", { className: "relative", children: [
|
|
3561
|
+
/* @__PURE__ */ r(te, { className: "absolute left-3 top-1/2 -translate-y-1/2 w-4 h-4 text-primary/50" }),
|
|
3562
3562
|
/* @__PURE__ */ r(
|
|
3563
3563
|
"input",
|
|
3564
3564
|
{
|
|
3565
3565
|
type: "text",
|
|
3566
3566
|
placeholder: "Search...",
|
|
3567
|
-
value:
|
|
3567
|
+
value: S,
|
|
3568
3568
|
onChange: (T) => L(T.target.value),
|
|
3569
3569
|
className: "w-full pl-10 pr-8 py-2 text-sm border border-border rounded-md bg-background text-foreground focus:outline-none focus:ring-2 focus:ring-primary",
|
|
3570
3570
|
"aria-label": "Search options"
|
|
3571
3571
|
}
|
|
3572
3572
|
),
|
|
3573
|
-
|
|
3573
|
+
S && /* @__PURE__ */ r(
|
|
3574
3574
|
"button",
|
|
3575
3575
|
{
|
|
3576
3576
|
type: "button",
|
|
@@ -3581,7 +3581,7 @@ const Pa = ({
|
|
|
3581
3581
|
}
|
|
3582
3582
|
)
|
|
3583
3583
|
] }) }),
|
|
3584
|
-
/* @__PURE__ */
|
|
3584
|
+
/* @__PURE__ */ c("div", { className: "overflow-y-auto max-h-64 p-2 space-y-1", children: [
|
|
3585
3585
|
l && /* @__PURE__ */ r(
|
|
3586
3586
|
"button",
|
|
3587
3587
|
{
|
|
@@ -3598,7 +3598,7 @@ const Pa = ({
|
|
|
3598
3598
|
children: /* @__PURE__ */ r("span", { children: "None" })
|
|
3599
3599
|
}
|
|
3600
3600
|
),
|
|
3601
|
-
G.length > 0 ? G.map((T) => /* @__PURE__ */
|
|
3601
|
+
G.length > 0 ? G.map((T) => /* @__PURE__ */ c(
|
|
3602
3602
|
"button",
|
|
3603
3603
|
{
|
|
3604
3604
|
type: "button",
|
|
@@ -3624,35 +3624,323 @@ const Pa = ({
|
|
|
3624
3624
|
}
|
|
3625
3625
|
)
|
|
3626
3626
|
] }),
|
|
3627
|
-
|
|
3628
|
-
|
|
3627
|
+
d && /* @__PURE__ */ r(
|
|
3628
|
+
C.p,
|
|
3629
3629
|
{
|
|
3630
3630
|
...w ? { initial: { opacity: 0, y: -5 }, animate: { opacity: 1, y: 0 } } : {},
|
|
3631
3631
|
className: "text-sm text-error",
|
|
3632
|
-
children:
|
|
3632
|
+
children: d
|
|
3633
3633
|
}
|
|
3634
3634
|
),
|
|
3635
|
-
i && !
|
|
3635
|
+
i && !d && /* @__PURE__ */ r("p", { className: "text-sm text-primary/70", children: i })
|
|
3636
3636
|
] });
|
|
3637
3637
|
}
|
|
3638
3638
|
);
|
|
3639
|
-
|
|
3640
|
-
const
|
|
3639
|
+
tr.displayName = "Select";
|
|
3640
|
+
const ae = [
|
|
3641
|
+
{ iso2: "AF", name: "Afghanistan", dialCode: "+93" },
|
|
3642
|
+
{ iso2: "AL", name: "Albania", dialCode: "+355" },
|
|
3643
|
+
{ iso2: "DZ", name: "Algeria", dialCode: "+213" },
|
|
3644
|
+
{ iso2: "AS", name: "American Samoa", dialCode: "+1-684" },
|
|
3645
|
+
{ iso2: "AD", name: "Andorra", dialCode: "+376" },
|
|
3646
|
+
{ iso2: "AO", name: "Angola", dialCode: "+244" },
|
|
3647
|
+
{ iso2: "AI", name: "Anguilla", dialCode: "+1-264" },
|
|
3648
|
+
{ iso2: "AQ", name: "Antarctica", dialCode: "+672" },
|
|
3649
|
+
{ iso2: "AG", name: "Antigua and Barbuda", dialCode: "+1-268" },
|
|
3650
|
+
{ iso2: "AR", name: "Argentina", dialCode: "+54" },
|
|
3651
|
+
{ iso2: "AM", name: "Armenia", dialCode: "+374" },
|
|
3652
|
+
{ iso2: "AW", name: "Aruba", dialCode: "+297" },
|
|
3653
|
+
{ iso2: "AU", name: "Australia", dialCode: "+61" },
|
|
3654
|
+
{ iso2: "AT", name: "Austria", dialCode: "+43" },
|
|
3655
|
+
{ iso2: "AZ", name: "Azerbaijan", dialCode: "+994" },
|
|
3656
|
+
{ iso2: "BS", name: "Bahamas", dialCode: "+1-242" },
|
|
3657
|
+
{ iso2: "BH", name: "Bahrain", dialCode: "+973" },
|
|
3658
|
+
{ iso2: "BD", name: "Bangladesh", dialCode: "+880" },
|
|
3659
|
+
{ iso2: "BB", name: "Barbados", dialCode: "+1-246" },
|
|
3660
|
+
{ iso2: "BY", name: "Belarus", dialCode: "+375" },
|
|
3661
|
+
{ iso2: "BE", name: "Belgium", dialCode: "+32" },
|
|
3662
|
+
{ iso2: "BZ", name: "Belize", dialCode: "+501" },
|
|
3663
|
+
{ iso2: "BJ", name: "Benin", dialCode: "+229" },
|
|
3664
|
+
{ iso2: "BM", name: "Bermuda", dialCode: "+1-441" },
|
|
3665
|
+
{ iso2: "BT", name: "Bhutan", dialCode: "+975" },
|
|
3666
|
+
{ iso2: "BO", name: "Bolivia", dialCode: "+591" },
|
|
3667
|
+
{ iso2: "BA", name: "Bosnia and Herzegovina", dialCode: "+387" },
|
|
3668
|
+
{ iso2: "BW", name: "Botswana", dialCode: "+267" },
|
|
3669
|
+
{ iso2: "BR", name: "Brazil", dialCode: "+55" },
|
|
3670
|
+
{ iso2: "IO", name: "British Indian Ocean Territory", dialCode: "+246" },
|
|
3671
|
+
{ iso2: "BN", name: "Brunei", dialCode: "+673" },
|
|
3672
|
+
{ iso2: "BG", name: "Bulgaria", dialCode: "+359" },
|
|
3673
|
+
{ iso2: "BF", name: "Burkina Faso", dialCode: "+226" },
|
|
3674
|
+
{ iso2: "BI", name: "Burundi", dialCode: "+257" },
|
|
3675
|
+
{ iso2: "KH", name: "Cambodia", dialCode: "+855" },
|
|
3676
|
+
{ iso2: "CM", name: "Cameroon", dialCode: "+237" },
|
|
3677
|
+
{ iso2: "CA", name: "Canada", dialCode: "+1" },
|
|
3678
|
+
{ iso2: "CV", name: "Cape Verde", dialCode: "+238" },
|
|
3679
|
+
{ iso2: "KY", name: "Cayman Islands", dialCode: "+1-345" },
|
|
3680
|
+
{ iso2: "CF", name: "Central African Republic", dialCode: "+236" },
|
|
3681
|
+
{ iso2: "TD", name: "Chad", dialCode: "+235" },
|
|
3682
|
+
{ iso2: "CL", name: "Chile", dialCode: "+56" },
|
|
3683
|
+
{ iso2: "CN", name: "China", dialCode: "+86" },
|
|
3684
|
+
{ iso2: "CX", name: "Christmas Island", dialCode: "+61" },
|
|
3685
|
+
{ iso2: "CC", name: "Cocos (Keeling) Islands", dialCode: "+61" },
|
|
3686
|
+
{ iso2: "CO", name: "Colombia", dialCode: "+57" },
|
|
3687
|
+
{ iso2: "KM", name: "Comoros", dialCode: "+269" },
|
|
3688
|
+
{ iso2: "CG", name: "Congo", dialCode: "+242" },
|
|
3689
|
+
{ iso2: "CD", name: "Congo, Democratic Republic", dialCode: "+243" },
|
|
3690
|
+
{ iso2: "CK", name: "Cook Islands", dialCode: "+682" },
|
|
3691
|
+
{ iso2: "CR", name: "Costa Rica", dialCode: "+506" },
|
|
3692
|
+
{ iso2: "CI", name: "Cote d'Ivoire", dialCode: "+225" },
|
|
3693
|
+
{ iso2: "HR", name: "Croatia", dialCode: "+385" },
|
|
3694
|
+
{ iso2: "CU", name: "Cuba", dialCode: "+53" },
|
|
3695
|
+
{ iso2: "CY", name: "Cyprus", dialCode: "+357" },
|
|
3696
|
+
{ iso2: "CZ", name: "Czech Republic", dialCode: "+420" },
|
|
3697
|
+
{ iso2: "DK", name: "Denmark", dialCode: "+45" },
|
|
3698
|
+
{ iso2: "DJ", name: "Djibouti", dialCode: "+253" },
|
|
3699
|
+
{ iso2: "DM", name: "Dominica", dialCode: "+1-767" },
|
|
3700
|
+
{ iso2: "DO", name: "Dominican Republic", dialCode: "+1-809" },
|
|
3701
|
+
{ iso2: "EC", name: "Ecuador", dialCode: "+593" },
|
|
3702
|
+
{ iso2: "EG", name: "Egypt", dialCode: "+20" },
|
|
3703
|
+
{ iso2: "SV", name: "El Salvador", dialCode: "+503" },
|
|
3704
|
+
{ iso2: "GQ", name: "Equatorial Guinea", dialCode: "+240" },
|
|
3705
|
+
{ iso2: "ER", name: "Eritrea", dialCode: "+291" },
|
|
3706
|
+
{ iso2: "EE", name: "Estonia", dialCode: "+372" },
|
|
3707
|
+
{ iso2: "ET", name: "Ethiopia", dialCode: "+251" },
|
|
3708
|
+
{ iso2: "FK", name: "Falkland Islands", dialCode: "+500" },
|
|
3709
|
+
{ iso2: "FO", name: "Faroe Islands", dialCode: "+298" },
|
|
3710
|
+
{ iso2: "FJ", name: "Fiji", dialCode: "+679" },
|
|
3711
|
+
{ iso2: "FI", name: "Finland", dialCode: "+358" },
|
|
3712
|
+
{ iso2: "FR", name: "France", dialCode: "+33" },
|
|
3713
|
+
{ iso2: "GF", name: "French Guiana", dialCode: "+594" },
|
|
3714
|
+
{ iso2: "PF", name: "French Polynesia", dialCode: "+689" },
|
|
3715
|
+
{ iso2: "GA", name: "Gabon", dialCode: "+241" },
|
|
3716
|
+
{ iso2: "GM", name: "Gambia", dialCode: "+220" },
|
|
3717
|
+
{ iso2: "GE", name: "Georgia", dialCode: "+995" },
|
|
3718
|
+
{ iso2: "DE", name: "Germany", dialCode: "+49" },
|
|
3719
|
+
{ iso2: "GH", name: "Ghana", dialCode: "+233" },
|
|
3720
|
+
{ iso2: "GI", name: "Gibraltar", dialCode: "+350" },
|
|
3721
|
+
{ iso2: "GR", name: "Greece", dialCode: "+30" },
|
|
3722
|
+
{ iso2: "GL", name: "Greenland", dialCode: "+299" },
|
|
3723
|
+
{ iso2: "GD", name: "Grenada", dialCode: "+1-473" },
|
|
3724
|
+
{ iso2: "GP", name: "Guadeloupe", dialCode: "+590" },
|
|
3725
|
+
{ iso2: "GU", name: "Guam", dialCode: "+1-671" },
|
|
3726
|
+
{ iso2: "GT", name: "Guatemala", dialCode: "+502" },
|
|
3727
|
+
{ iso2: "GG", name: "Guernsey", dialCode: "+44-1481" },
|
|
3728
|
+
{ iso2: "GN", name: "Guinea", dialCode: "+224" },
|
|
3729
|
+
{ iso2: "GW", name: "Guinea-Bissau", dialCode: "+245" },
|
|
3730
|
+
{ iso2: "GY", name: "Guyana", dialCode: "+592" },
|
|
3731
|
+
{ iso2: "HT", name: "Haiti", dialCode: "+509" },
|
|
3732
|
+
{ iso2: "HN", name: "Honduras", dialCode: "+504" },
|
|
3733
|
+
{ iso2: "HK", name: "Hong Kong", dialCode: "+852" },
|
|
3734
|
+
{ iso2: "HU", name: "Hungary", dialCode: "+36" },
|
|
3735
|
+
{ iso2: "IS", name: "Iceland", dialCode: "+354" },
|
|
3736
|
+
{ iso2: "IN", name: "India", dialCode: "+91" },
|
|
3737
|
+
{ iso2: "ID", name: "Indonesia", dialCode: "+62" },
|
|
3738
|
+
{ iso2: "IR", name: "Iran", dialCode: "+98" },
|
|
3739
|
+
{ iso2: "IQ", name: "Iraq", dialCode: "+964" },
|
|
3740
|
+
{ iso2: "IE", name: "Ireland", dialCode: "+353" },
|
|
3741
|
+
{ iso2: "IM", name: "Isle of Man", dialCode: "+44-1624" },
|
|
3742
|
+
{ iso2: "IL", name: "Israel", dialCode: "+972" },
|
|
3743
|
+
{ iso2: "IT", name: "Italy", dialCode: "+39" },
|
|
3744
|
+
{ iso2: "JM", name: "Jamaica", dialCode: "+1-876" },
|
|
3745
|
+
{ iso2: "JP", name: "Japan", dialCode: "+81" },
|
|
3746
|
+
{ iso2: "JE", name: "Jersey", dialCode: "+44-1534" },
|
|
3747
|
+
{ iso2: "JO", name: "Jordan", dialCode: "+962" },
|
|
3748
|
+
{ iso2: "KZ", name: "Kazakhstan", dialCode: "+7" },
|
|
3749
|
+
{ iso2: "KE", name: "Kenya", dialCode: "+254" },
|
|
3750
|
+
{ iso2: "KI", name: "Kiribati", dialCode: "+686" },
|
|
3751
|
+
{ iso2: "KP", name: "Korea, North", dialCode: "+850" },
|
|
3752
|
+
{ iso2: "KR", name: "Korea, South", dialCode: "+82" },
|
|
3753
|
+
{ iso2: "KW", name: "Kuwait", dialCode: "+965" },
|
|
3754
|
+
{ iso2: "KG", name: "Kyrgyzstan", dialCode: "+996" },
|
|
3755
|
+
{ iso2: "LA", name: "Laos", dialCode: "+856" },
|
|
3756
|
+
{ iso2: "LV", name: "Latvia", dialCode: "+371" },
|
|
3757
|
+
{ iso2: "LB", name: "Lebanon", dialCode: "+961" },
|
|
3758
|
+
{ iso2: "LS", name: "Lesotho", dialCode: "+266" },
|
|
3759
|
+
{ iso2: "LR", name: "Liberia", dialCode: "+231" },
|
|
3760
|
+
{ iso2: "LY", name: "Libya", dialCode: "+218" },
|
|
3761
|
+
{ iso2: "LI", name: "Liechtenstein", dialCode: "+423" },
|
|
3762
|
+
{ iso2: "LT", name: "Lithuania", dialCode: "+370" },
|
|
3763
|
+
{ iso2: "LU", name: "Luxembourg", dialCode: "+352" },
|
|
3764
|
+
{ iso2: "MO", name: "Macau", dialCode: "+853" },
|
|
3765
|
+
{ iso2: "MK", name: "North Macedonia", dialCode: "+389" },
|
|
3766
|
+
{ iso2: "MG", name: "Madagascar", dialCode: "+261" },
|
|
3767
|
+
{ iso2: "MW", name: "Malawi", dialCode: "+265" },
|
|
3768
|
+
{ iso2: "MY", name: "Malaysia", dialCode: "+60" },
|
|
3769
|
+
{ iso2: "MV", name: "Maldives", dialCode: "+960" },
|
|
3770
|
+
{ iso2: "ML", name: "Mali", dialCode: "+223" },
|
|
3771
|
+
{ iso2: "MT", name: "Malta", dialCode: "+356" },
|
|
3772
|
+
{ iso2: "MH", name: "Marshall Islands", dialCode: "+692" },
|
|
3773
|
+
{ iso2: "MQ", name: "Martinique", dialCode: "+596" },
|
|
3774
|
+
{ iso2: "MR", name: "Mauritania", dialCode: "+222" },
|
|
3775
|
+
{ iso2: "MU", name: "Mauritius", dialCode: "+230" },
|
|
3776
|
+
{ iso2: "YT", name: "Mayotte", dialCode: "+262" },
|
|
3777
|
+
{ iso2: "MX", name: "Mexico", dialCode: "+52" },
|
|
3778
|
+
{ iso2: "FM", name: "Micronesia", dialCode: "+691" },
|
|
3779
|
+
{ iso2: "MD", name: "Moldova", dialCode: "+373" },
|
|
3780
|
+
{ iso2: "MC", name: "Monaco", dialCode: "+377" },
|
|
3781
|
+
{ iso2: "MN", name: "Mongolia", dialCode: "+976" },
|
|
3782
|
+
{ iso2: "ME", name: "Montenegro", dialCode: "+382" },
|
|
3783
|
+
{ iso2: "MS", name: "Montserrat", dialCode: "+1-664" },
|
|
3784
|
+
{ iso2: "MA", name: "Morocco", dialCode: "+212" },
|
|
3785
|
+
{ iso2: "MZ", name: "Mozambique", dialCode: "+258" },
|
|
3786
|
+
{ iso2: "MM", name: "Myanmar", dialCode: "+95" },
|
|
3787
|
+
{ iso2: "NA", name: "Namibia", dialCode: "+264" },
|
|
3788
|
+
{ iso2: "NR", name: "Nauru", dialCode: "+674" },
|
|
3789
|
+
{ iso2: "NP", name: "Nepal", dialCode: "+977" },
|
|
3790
|
+
{ iso2: "NL", name: "Netherlands", dialCode: "+31" },
|
|
3791
|
+
{ iso2: "NC", name: "New Caledonia", dialCode: "+687" },
|
|
3792
|
+
{ iso2: "NZ", name: "New Zealand", dialCode: "+64" },
|
|
3793
|
+
{ iso2: "NI", name: "Nicaragua", dialCode: "+505" },
|
|
3794
|
+
{ iso2: "NE", name: "Niger", dialCode: "+227" },
|
|
3795
|
+
{ iso2: "NG", name: "Nigeria", dialCode: "+234" },
|
|
3796
|
+
{ iso2: "NU", name: "Niue", dialCode: "+683" },
|
|
3797
|
+
{ iso2: "NF", name: "Norfolk Island", dialCode: "+672" },
|
|
3798
|
+
{ iso2: "MP", name: "Northern Mariana Islands", dialCode: "+1-670" },
|
|
3799
|
+
{ iso2: "NO", name: "Norway", dialCode: "+47" },
|
|
3800
|
+
{ iso2: "OM", name: "Oman", dialCode: "+968" },
|
|
3801
|
+
{ iso2: "PK", name: "Pakistan", dialCode: "+92" },
|
|
3802
|
+
{ iso2: "PW", name: "Palau", dialCode: "+680" },
|
|
3803
|
+
{ iso2: "PS", name: "Palestine", dialCode: "+970" },
|
|
3804
|
+
{ iso2: "PA", name: "Panama", dialCode: "+507" },
|
|
3805
|
+
{ iso2: "PG", name: "Papua New Guinea", dialCode: "+675" },
|
|
3806
|
+
{ iso2: "PY", name: "Paraguay", dialCode: "+595" },
|
|
3807
|
+
{ iso2: "PE", name: "Peru", dialCode: "+51" },
|
|
3808
|
+
{ iso2: "PH", name: "Philippines", dialCode: "+63" },
|
|
3809
|
+
{ iso2: "PN", name: "Pitcairn", dialCode: "+64" },
|
|
3810
|
+
{ iso2: "PL", name: "Poland", dialCode: "+48" },
|
|
3811
|
+
{ iso2: "PT", name: "Portugal", dialCode: "+351" },
|
|
3812
|
+
{ iso2: "PR", name: "Puerto Rico", dialCode: "+1-787" },
|
|
3813
|
+
{ iso2: "QA", name: "Qatar", dialCode: "+974" },
|
|
3814
|
+
{ iso2: "RE", name: "Reunion", dialCode: "+262" },
|
|
3815
|
+
{ iso2: "RO", name: "Romania", dialCode: "+40" },
|
|
3816
|
+
{ iso2: "RU", name: "Russia", dialCode: "+7" },
|
|
3817
|
+
{ iso2: "RW", name: "Rwanda", dialCode: "+250" },
|
|
3818
|
+
{ iso2: "BL", name: "Saint Barthelemy", dialCode: "+590" },
|
|
3819
|
+
{ iso2: "SH", name: "Saint Helena", dialCode: "+290" },
|
|
3820
|
+
{ iso2: "KN", name: "Saint Kitts and Nevis", dialCode: "+1-869" },
|
|
3821
|
+
{ iso2: "LC", name: "Saint Lucia", dialCode: "+1-758" },
|
|
3822
|
+
{ iso2: "MF", name: "Saint Martin", dialCode: "+590" },
|
|
3823
|
+
{ iso2: "PM", name: "Saint Pierre and Miquelon", dialCode: "+508" },
|
|
3824
|
+
{ iso2: "VC", name: "Saint Vincent and the Grenadines", dialCode: "+1-784" },
|
|
3825
|
+
{ iso2: "WS", name: "Samoa", dialCode: "+685" },
|
|
3826
|
+
{ iso2: "SM", name: "San Marino", dialCode: "+378" },
|
|
3827
|
+
{ iso2: "ST", name: "Sao Tome and Principe", dialCode: "+239" },
|
|
3828
|
+
{ iso2: "SA", name: "Saudi Arabia", dialCode: "+966" },
|
|
3829
|
+
{ iso2: "SN", name: "Senegal", dialCode: "+221" },
|
|
3830
|
+
{ iso2: "RS", name: "Serbia", dialCode: "+381" },
|
|
3831
|
+
{ iso2: "SC", name: "Seychelles", dialCode: "+248" },
|
|
3832
|
+
{ iso2: "SL", name: "Sierra Leone", dialCode: "+232" },
|
|
3833
|
+
{ iso2: "SG", name: "Singapore", dialCode: "+65" },
|
|
3834
|
+
{ iso2: "SX", name: "Sint Maarten", dialCode: "+1-721" },
|
|
3835
|
+
{ iso2: "SK", name: "Slovakia", dialCode: "+421" },
|
|
3836
|
+
{ iso2: "SI", name: "Slovenia", dialCode: "+386" },
|
|
3837
|
+
{ iso2: "SB", name: "Solomon Islands", dialCode: "+677" },
|
|
3838
|
+
{ iso2: "SO", name: "Somalia", dialCode: "+252" },
|
|
3839
|
+
{ iso2: "ZA", name: "South Africa", dialCode: "+27" },
|
|
3840
|
+
{ iso2: "GS", name: "South Georgia and the South Sandwich Islands", dialCode: "+500" },
|
|
3841
|
+
{ iso2: "SS", name: "South Sudan", dialCode: "+211" },
|
|
3842
|
+
{ iso2: "ES", name: "Spain", dialCode: "+34" },
|
|
3843
|
+
{ iso2: "LK", name: "Sri Lanka", dialCode: "+94" },
|
|
3844
|
+
{ iso2: "SD", name: "Sudan", dialCode: "+249" },
|
|
3845
|
+
{ iso2: "SR", name: "Suriname", dialCode: "+597" },
|
|
3846
|
+
{ iso2: "SJ", name: "Svalbard and Jan Mayen", dialCode: "+47" },
|
|
3847
|
+
{ iso2: "SZ", name: "Swaziland", dialCode: "+268" },
|
|
3848
|
+
{ iso2: "SE", name: "Sweden", dialCode: "+46" },
|
|
3849
|
+
{ iso2: "CH", name: "Switzerland", dialCode: "+41" },
|
|
3850
|
+
{ iso2: "SY", name: "Syria", dialCode: "+963" },
|
|
3851
|
+
{ iso2: "TW", name: "Taiwan", dialCode: "+886" },
|
|
3852
|
+
{ iso2: "TJ", name: "Tajikistan", dialCode: "+992" },
|
|
3853
|
+
{ iso2: "TZ", name: "Tanzania", dialCode: "+255" },
|
|
3854
|
+
{ iso2: "TH", name: "Thailand", dialCode: "+66" },
|
|
3855
|
+
{ iso2: "TL", name: "Timor-Leste", dialCode: "+670" },
|
|
3856
|
+
{ iso2: "TG", name: "Togo", dialCode: "+228" },
|
|
3857
|
+
{ iso2: "TK", name: "Tokelau", dialCode: "+690" },
|
|
3858
|
+
{ iso2: "TO", name: "Tonga", dialCode: "+676" },
|
|
3859
|
+
{ iso2: "TT", name: "Trinidad and Tobago", dialCode: "+1-868" },
|
|
3860
|
+
{ iso2: "TN", name: "Tunisia", dialCode: "+216" },
|
|
3861
|
+
{ iso2: "TR", name: "Turkey", dialCode: "+90" },
|
|
3862
|
+
{ iso2: "TM", name: "Turkmenistan", dialCode: "+993" },
|
|
3863
|
+
{ iso2: "TC", name: "Turks and Caicos Islands", dialCode: "+1-649" },
|
|
3864
|
+
{ iso2: "TV", name: "Tuvalu", dialCode: "+688" },
|
|
3865
|
+
{ iso2: "UG", name: "Uganda", dialCode: "+256" },
|
|
3866
|
+
{ iso2: "UA", name: "Ukraine", dialCode: "+380" },
|
|
3867
|
+
{ iso2: "AE", name: "United Arab Emirates", dialCode: "+971" },
|
|
3868
|
+
{ iso2: "GB", name: "United Kingdom", dialCode: "+44" },
|
|
3869
|
+
{ iso2: "US", name: "United States", dialCode: "+1" },
|
|
3870
|
+
{ iso2: "UY", name: "Uruguay", dialCode: "+598" },
|
|
3871
|
+
{ iso2: "UZ", name: "Uzbekistan", dialCode: "+998" },
|
|
3872
|
+
{ iso2: "VU", name: "Vanuatu", dialCode: "+678" },
|
|
3873
|
+
{ iso2: "VA", name: "Vatican City", dialCode: "+379" },
|
|
3874
|
+
{ iso2: "VE", name: "Venezuela", dialCode: "+58" },
|
|
3875
|
+
{ iso2: "VN", name: "Vietnam", dialCode: "+84" },
|
|
3876
|
+
{ iso2: "VG", name: "British Virgin Islands", dialCode: "+1-284" },
|
|
3877
|
+
{ iso2: "VI", name: "US Virgin Islands", dialCode: "+1-340" },
|
|
3878
|
+
{ iso2: "WF", name: "Wallis and Futuna", dialCode: "+681" },
|
|
3879
|
+
{ iso2: "EH", name: "Western Sahara", dialCode: "+212" },
|
|
3880
|
+
{ iso2: "YE", name: "Yemen", dialCode: "+967" },
|
|
3881
|
+
{ iso2: "ZM", name: "Zambia", dialCode: "+260" },
|
|
3882
|
+
{ iso2: "ZW", name: "Zimbabwe", dialCode: "+263" }
|
|
3883
|
+
], wa = (e) => {
|
|
3884
|
+
const a = e.toUpperCase().split("").map((o) => 127397 + o.charCodeAt(0));
|
|
3885
|
+
return String.fromCodePoint(...a);
|
|
3886
|
+
}, va = ({
|
|
3641
3887
|
value: e,
|
|
3642
3888
|
onChange: a,
|
|
3643
|
-
|
|
3644
|
-
|
|
3645
|
-
|
|
3646
|
-
|
|
3647
|
-
|
|
3648
|
-
|
|
3889
|
+
onCountryChange: o,
|
|
3890
|
+
label: t = "Country",
|
|
3891
|
+
placeholder: n = "Select country",
|
|
3892
|
+
searchable: d = !0,
|
|
3893
|
+
clearable: i = !0,
|
|
3894
|
+
showFlags: s = !0,
|
|
3895
|
+
disabled: l,
|
|
3896
|
+
animate: u = !0,
|
|
3897
|
+
className: m
|
|
3898
|
+
}) => {
|
|
3899
|
+
const h = Ce(
|
|
3900
|
+
() => ae.map((v) => ({
|
|
3901
|
+
label: v.name,
|
|
3902
|
+
value: v.iso2,
|
|
3903
|
+
icon: s ? /* @__PURE__ */ r("span", { className: "text-base", "aria-hidden": !0, children: wa(v.iso2) }) : void 0
|
|
3904
|
+
})),
|
|
3905
|
+
[s]
|
|
3906
|
+
);
|
|
3907
|
+
return /* @__PURE__ */ r(
|
|
3908
|
+
tr,
|
|
3909
|
+
{
|
|
3910
|
+
label: t,
|
|
3911
|
+
placeholder: n,
|
|
3912
|
+
options: h,
|
|
3913
|
+
value: e,
|
|
3914
|
+
onChange: (v) => {
|
|
3915
|
+
a?.(v);
|
|
3916
|
+
const w = ae.find((N) => N.iso2 === v);
|
|
3917
|
+
w && o?.(w);
|
|
3918
|
+
},
|
|
3919
|
+
searchable: d,
|
|
3920
|
+
clearable: i,
|
|
3921
|
+
disabled: l,
|
|
3922
|
+
animate: u,
|
|
3923
|
+
className: m
|
|
3924
|
+
}
|
|
3925
|
+
);
|
|
3926
|
+
};
|
|
3927
|
+
va.displayName = "CountrySelect";
|
|
3928
|
+
const Fa = ({
|
|
3929
|
+
value: e,
|
|
3930
|
+
onChange: a,
|
|
3931
|
+
label: o,
|
|
3932
|
+
placeholder: t = "Select date",
|
|
3933
|
+
error: n,
|
|
3934
|
+
disabled: d,
|
|
3935
|
+
minDate: i,
|
|
3936
|
+
maxDate: s,
|
|
3649
3937
|
className: l,
|
|
3650
3938
|
animate: u = !0
|
|
3651
3939
|
}) => {
|
|
3652
|
-
const m = u !== !1, [h,
|
|
3940
|
+
const m = u !== !1, [h, k] = D(!1), [v, w] = D(e || /* @__PURE__ */ new Date()), N = Y(null);
|
|
3653
3941
|
q(() => {
|
|
3654
3942
|
const b = (z) => {
|
|
3655
|
-
|
|
3943
|
+
N.current && !N.current.contains(z.target) && k(!1);
|
|
3656
3944
|
};
|
|
3657
3945
|
return h && document.addEventListener("mousedown", b), () => {
|
|
3658
3946
|
document.removeEventListener("mousedown", b);
|
|
@@ -3671,32 +3959,32 @@ const ja = ({
|
|
|
3671
3959
|
"October",
|
|
3672
3960
|
"November",
|
|
3673
3961
|
"December"
|
|
3674
|
-
],
|
|
3675
|
-
const z = b.getFullYear(), V = b.getMonth(), W = new Date(z, V, 1),
|
|
3962
|
+
], S = ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"], L = (b) => {
|
|
3963
|
+
const z = b.getFullYear(), V = b.getMonth(), W = new Date(z, V, 1), $ = new Date(z, V + 1, 0).getDate(), _ = W.getDay(), A = [];
|
|
3676
3964
|
for (let J = 0; J < _; J++)
|
|
3677
|
-
|
|
3678
|
-
for (let J = 1; J <=
|
|
3679
|
-
|
|
3680
|
-
return
|
|
3965
|
+
A.push(null);
|
|
3966
|
+
for (let J = 1; J <= $; J++)
|
|
3967
|
+
A.push(new Date(z, V, J));
|
|
3968
|
+
return A;
|
|
3681
3969
|
}, R = () => {
|
|
3682
|
-
w(new Date(
|
|
3683
|
-
},
|
|
3684
|
-
w(new Date(
|
|
3970
|
+
w(new Date(v.getFullYear(), v.getMonth() - 1, 1));
|
|
3971
|
+
}, M = () => {
|
|
3972
|
+
w(new Date(v.getFullYear(), v.getMonth() + 1, 1));
|
|
3685
3973
|
}, G = (b) => {
|
|
3686
|
-
a(b),
|
|
3974
|
+
a(b), k(!1);
|
|
3687
3975
|
}, E = (b) => !!(i && b < i || s && b > s), T = (b, z) => !b || !z ? !1 : b.getDate() === z.getDate() && b.getMonth() === z.getMonth() && b.getFullYear() === z.getFullYear(), g = (b) => b ? T(b, /* @__PURE__ */ new Date()) : !1, P = (b) => b ? b.toLocaleDateString("en-US", {
|
|
3688
3976
|
year: "numeric",
|
|
3689
3977
|
month: "short",
|
|
3690
3978
|
day: "numeric"
|
|
3691
|
-
}) : "", B = L(
|
|
3692
|
-
return /* @__PURE__ */
|
|
3979
|
+
}) : "", B = L(v);
|
|
3980
|
+
return /* @__PURE__ */ c("div", { ref: N, className: p("relative w-full", l), children: [
|
|
3693
3981
|
o && /* @__PURE__ */ r("label", { className: "block mb-1.5 text-sm font-medium text-foreground", children: o }),
|
|
3694
|
-
/* @__PURE__ */
|
|
3982
|
+
/* @__PURE__ */ c(
|
|
3695
3983
|
"button",
|
|
3696
3984
|
{
|
|
3697
3985
|
type: "button",
|
|
3698
|
-
onClick: () => !
|
|
3699
|
-
disabled:
|
|
3986
|
+
onClick: () => !d && k(!h),
|
|
3987
|
+
disabled: d,
|
|
3700
3988
|
className: p(
|
|
3701
3989
|
"w-full px-4 py-3 rounded-md border transition-all duration-200",
|
|
3702
3990
|
"bg-background text-left flex items-center justify-between gap-2",
|
|
@@ -3709,12 +3997,12 @@ const ja = ({
|
|
|
3709
3997
|
),
|
|
3710
3998
|
children: [
|
|
3711
3999
|
/* @__PURE__ */ r("span", { className: p("truncate", !e && "text-foreground/50"), children: e ? P(e) : t }),
|
|
3712
|
-
/* @__PURE__ */ r(
|
|
4000
|
+
/* @__PURE__ */ r(cr, { className: "w-5 h-5 text-primary flex-shrink-0" })
|
|
3713
4001
|
]
|
|
3714
4002
|
}
|
|
3715
4003
|
),
|
|
3716
|
-
m ? /* @__PURE__ */ r(Q, { children: h ? /* @__PURE__ */
|
|
3717
|
-
|
|
4004
|
+
m ? /* @__PURE__ */ r(Q, { children: h ? /* @__PURE__ */ c(
|
|
4005
|
+
C.div,
|
|
3718
4006
|
{
|
|
3719
4007
|
initial: { opacity: 0, y: -10 },
|
|
3720
4008
|
animate: { opacity: 1, y: 0 },
|
|
@@ -3722,32 +4010,32 @@ const ja = ({
|
|
|
3722
4010
|
transition: { duration: 0.2 },
|
|
3723
4011
|
className: "absolute z-50 w-80 mt-2 bg-background rounded-md border border-border shadow-lg p-4",
|
|
3724
4012
|
children: [
|
|
3725
|
-
/* @__PURE__ */
|
|
4013
|
+
/* @__PURE__ */ c("div", { className: "flex items-center justify-between mb-4", children: [
|
|
3726
4014
|
/* @__PURE__ */ r(
|
|
3727
4015
|
"button",
|
|
3728
4016
|
{
|
|
3729
4017
|
type: "button",
|
|
3730
4018
|
onClick: R,
|
|
3731
4019
|
className: "p-2 hover:bg-secondary rounded-lg transition-colors",
|
|
3732
|
-
children: /* @__PURE__ */ r(
|
|
4020
|
+
children: /* @__PURE__ */ r(Ne, { className: "w-5 h-5 text-primary" })
|
|
3733
4021
|
}
|
|
3734
4022
|
),
|
|
3735
|
-
/* @__PURE__ */
|
|
3736
|
-
f[
|
|
4023
|
+
/* @__PURE__ */ c("div", { className: "font-semibold text-foreground", children: [
|
|
4024
|
+
f[v.getMonth()],
|
|
3737
4025
|
" ",
|
|
3738
|
-
|
|
4026
|
+
v.getFullYear()
|
|
3739
4027
|
] }),
|
|
3740
4028
|
/* @__PURE__ */ r(
|
|
3741
4029
|
"button",
|
|
3742
4030
|
{
|
|
3743
4031
|
type: "button",
|
|
3744
|
-
onClick:
|
|
4032
|
+
onClick: M,
|
|
3745
4033
|
className: "p-2 hover:bg-secondary rounded-lg transition-colors",
|
|
3746
|
-
children: /* @__PURE__ */ r(
|
|
4034
|
+
children: /* @__PURE__ */ r(ke, { className: "w-5 h-5 text-primary" })
|
|
3747
4035
|
}
|
|
3748
4036
|
)
|
|
3749
4037
|
] }),
|
|
3750
|
-
/* @__PURE__ */ r("div", { className: "grid grid-cols-7 gap-1 mb-2", children:
|
|
4038
|
+
/* @__PURE__ */ r("div", { className: "grid grid-cols-7 gap-1 mb-2", children: S.map((b) => /* @__PURE__ */ r(
|
|
3751
4039
|
"div",
|
|
3752
4040
|
{
|
|
3753
4041
|
className: "text-center text-xs font-medium text-primary/70 py-2",
|
|
@@ -3760,7 +4048,7 @@ const ja = ({
|
|
|
3760
4048
|
return /* @__PURE__ */ r("div", { className: "aspect-square" }, `empty-${z}`);
|
|
3761
4049
|
const V = T(b, e || null), W = g(b), O = E(b);
|
|
3762
4050
|
return /* @__PURE__ */ r(
|
|
3763
|
-
|
|
4051
|
+
C.button,
|
|
3764
4052
|
{
|
|
3765
4053
|
type: "button",
|
|
3766
4054
|
whileTap: m ? { scale: O ? 1 : 0.95 } : void 0,
|
|
@@ -3791,33 +4079,33 @@ const ja = ({
|
|
|
3791
4079
|
) })
|
|
3792
4080
|
]
|
|
3793
4081
|
}
|
|
3794
|
-
) : null }) : h && /* @__PURE__ */
|
|
3795
|
-
/* @__PURE__ */
|
|
4082
|
+
) : null }) : h && /* @__PURE__ */ c("div", { className: "absolute z-50 w-80 mt-2 bg-background rounded-md border border-border shadow-lg p-4", children: [
|
|
4083
|
+
/* @__PURE__ */ c("div", { className: "flex items-center justify-between mb-4", children: [
|
|
3796
4084
|
/* @__PURE__ */ r(
|
|
3797
4085
|
"button",
|
|
3798
4086
|
{
|
|
3799
4087
|
type: "button",
|
|
3800
4088
|
onClick: R,
|
|
3801
4089
|
className: "p-2 hover:bg-secondary rounded-lg transition-colors",
|
|
3802
|
-
children: /* @__PURE__ */ r(
|
|
4090
|
+
children: /* @__PURE__ */ r(Ne, { className: "w-5 h-5 text-primary" })
|
|
3803
4091
|
}
|
|
3804
4092
|
),
|
|
3805
|
-
/* @__PURE__ */
|
|
3806
|
-
f[
|
|
4093
|
+
/* @__PURE__ */ c("div", { className: "font-semibold text-foreground", children: [
|
|
4094
|
+
f[v.getMonth()],
|
|
3807
4095
|
" ",
|
|
3808
|
-
|
|
4096
|
+
v.getFullYear()
|
|
3809
4097
|
] }),
|
|
3810
4098
|
/* @__PURE__ */ r(
|
|
3811
4099
|
"button",
|
|
3812
4100
|
{
|
|
3813
4101
|
type: "button",
|
|
3814
|
-
onClick:
|
|
4102
|
+
onClick: M,
|
|
3815
4103
|
className: "p-2 hover:bg-secondary rounded-lg transition-colors",
|
|
3816
|
-
children: /* @__PURE__ */ r(
|
|
4104
|
+
children: /* @__PURE__ */ r(ke, { className: "w-5 h-5 text-primary" })
|
|
3817
4105
|
}
|
|
3818
4106
|
)
|
|
3819
4107
|
] }),
|
|
3820
|
-
/* @__PURE__ */ r("div", { className: "grid grid-cols-7 gap-1 mb-2", children:
|
|
4108
|
+
/* @__PURE__ */ r("div", { className: "grid grid-cols-7 gap-1 mb-2", children: S.map((b) => /* @__PURE__ */ r(
|
|
3821
4109
|
"div",
|
|
3822
4110
|
{
|
|
3823
4111
|
className: "text-center text-xs font-medium text-primary/70 py-2",
|
|
@@ -3860,7 +4148,7 @@ const ja = ({
|
|
|
3860
4148
|
) })
|
|
3861
4149
|
] }),
|
|
3862
4150
|
n && /* @__PURE__ */ r(
|
|
3863
|
-
|
|
4151
|
+
C.p,
|
|
3864
4152
|
{
|
|
3865
4153
|
...m ? { initial: { opacity: 0, y: -5 }, animate: { opacity: 1, y: 0 } } : {},
|
|
3866
4154
|
className: "mt-1.5 text-sm text-error",
|
|
@@ -3868,13 +4156,13 @@ const ja = ({
|
|
|
3868
4156
|
}
|
|
3869
4157
|
)
|
|
3870
4158
|
] });
|
|
3871
|
-
},
|
|
4159
|
+
}, Ua = ({
|
|
3872
4160
|
children: e,
|
|
3873
4161
|
variant: a = "default",
|
|
3874
4162
|
padding: o = "md",
|
|
3875
4163
|
className: t,
|
|
3876
4164
|
onClick: n,
|
|
3877
|
-
hover:
|
|
4165
|
+
hover: d = !1,
|
|
3878
4166
|
animate: i = !0
|
|
3879
4167
|
}) => {
|
|
3880
4168
|
const s = i !== !1, l = {
|
|
@@ -3886,7 +4174,7 @@ const ja = ({
|
|
|
3886
4174
|
sm: "p-3",
|
|
3887
4175
|
md: "p-4 sm:p-6",
|
|
3888
4176
|
lg: "p-6 sm:p-8"
|
|
3889
|
-
}, m = n ?
|
|
4177
|
+
}, m = n ? C.button : C.div;
|
|
3890
4178
|
return /* @__PURE__ */ r(
|
|
3891
4179
|
m,
|
|
3892
4180
|
{
|
|
@@ -3895,7 +4183,7 @@ const ja = ({
|
|
|
3895
4183
|
animate: { opacity: 1, y: 0 },
|
|
3896
4184
|
transition: { duration: 0.3 }
|
|
3897
4185
|
} : {},
|
|
3898
|
-
whileHover: s && (
|
|
4186
|
+
whileHover: s && (d || n) ? { y: -2, boxShadow: "0 10px 15px -3px rgb(0 0 0 / 0.1)" } : void 0,
|
|
3899
4187
|
whileTap: s && n ? { scale: 0.98 } : void 0,
|
|
3900
4188
|
className: p(
|
|
3901
4189
|
"rounded-lg transition-all duration-200",
|
|
@@ -3908,13 +4196,13 @@ const ja = ({
|
|
|
3908
4196
|
children: e
|
|
3909
4197
|
}
|
|
3910
4198
|
);
|
|
3911
|
-
},
|
|
4199
|
+
}, Va = ({ children: e, className: a }) => /* @__PURE__ */ r("div", { className: p("mb-4", a), children: e }), Ka = ({ children: e, className: a }) => /* @__PURE__ */ r("h3", { className: p("text-lg font-semibold text-foreground", a), children: e }), Ha = ({ children: e, className: a }) => /* @__PURE__ */ r("p", { className: p("text-sm text-foreground/70 mt-1", a), children: e }), Wa = ({ children: e, className: a }) => /* @__PURE__ */ r("div", { className: a, children: e }), $a = ({
|
|
3912
4200
|
isOpen: e,
|
|
3913
4201
|
onClose: a,
|
|
3914
4202
|
children: o,
|
|
3915
4203
|
title: t,
|
|
3916
4204
|
position: n = "right",
|
|
3917
|
-
className:
|
|
4205
|
+
className: d,
|
|
3918
4206
|
animate: i = !0
|
|
3919
4207
|
}) => {
|
|
3920
4208
|
const s = i !== !1;
|
|
@@ -3926,17 +4214,17 @@ const ja = ({
|
|
|
3926
4214
|
document.removeEventListener("keydown", u), document.body.style.overflow = "unset";
|
|
3927
4215
|
};
|
|
3928
4216
|
}, [e, a]);
|
|
3929
|
-
const l = e ? /* @__PURE__ */
|
|
4217
|
+
const l = e ? /* @__PURE__ */ c(ie, { children: [
|
|
3930
4218
|
/* @__PURE__ */ r(
|
|
3931
|
-
|
|
4219
|
+
C.div,
|
|
3932
4220
|
{
|
|
3933
4221
|
...s ? { initial: { opacity: 0 }, animate: { opacity: 1 }, exit: { opacity: 0 }, transition: { duration: 0.2 } } : {},
|
|
3934
4222
|
className: "fixed inset-0 z-40 bg-black/50 backdrop-blur-sm",
|
|
3935
4223
|
onClick: a
|
|
3936
4224
|
}
|
|
3937
4225
|
),
|
|
3938
|
-
/* @__PURE__ */
|
|
3939
|
-
|
|
4226
|
+
/* @__PURE__ */ c(
|
|
4227
|
+
C.div,
|
|
3940
4228
|
{
|
|
3941
4229
|
...s ? {
|
|
3942
4230
|
initial: { x: n === "left" ? "-100%" : "100%" },
|
|
@@ -3948,10 +4236,10 @@ const ja = ({
|
|
|
3948
4236
|
"fixed top-0 z-50 h-full w-[400px] sm:w-[480px] bg-background shadow-xl",
|
|
3949
4237
|
n === "left" ? "left-0 border-r" : "right-0 border-l",
|
|
3950
4238
|
"border-border",
|
|
3951
|
-
|
|
4239
|
+
d
|
|
3952
4240
|
),
|
|
3953
4241
|
children: [
|
|
3954
|
-
t && /* @__PURE__ */
|
|
4242
|
+
t && /* @__PURE__ */ c("div", { className: "flex items-center justify-between px-6 py-4 border-b border-border", children: [
|
|
3955
4243
|
/* @__PURE__ */ r("h2", { className: "text-xl font-semibold text-foreground", children: t }),
|
|
3956
4244
|
/* @__PURE__ */ r(
|
|
3957
4245
|
"button",
|
|
@@ -3969,19 +4257,19 @@ const ja = ({
|
|
|
3969
4257
|
)
|
|
3970
4258
|
] }) : null;
|
|
3971
4259
|
return s ? /* @__PURE__ */ r(Q, { children: l }) : l;
|
|
3972
|
-
},
|
|
4260
|
+
}, Ya = ({
|
|
3973
4261
|
isOpen: e,
|
|
3974
4262
|
onClose: a,
|
|
3975
4263
|
children: o,
|
|
3976
4264
|
title: t,
|
|
3977
4265
|
size: n = "md",
|
|
3978
|
-
className:
|
|
4266
|
+
className: d,
|
|
3979
4267
|
animate: i = !0
|
|
3980
4268
|
}) => {
|
|
3981
|
-
const s = i !== !1, l =
|
|
4269
|
+
const s = i !== !1, l = Y(null);
|
|
3982
4270
|
q(() => {
|
|
3983
|
-
const h = (
|
|
3984
|
-
|
|
4271
|
+
const h = (k) => {
|
|
4272
|
+
k.key === "Escape" && a();
|
|
3985
4273
|
};
|
|
3986
4274
|
return e && (document.addEventListener("keydown", h), document.body.style.overflow = "hidden"), () => {
|
|
3987
4275
|
document.removeEventListener("keydown", h), document.body.style.overflow = "unset";
|
|
@@ -4000,18 +4288,18 @@ const ja = ({
|
|
|
4000
4288
|
onClick: (h) => {
|
|
4001
4289
|
h.target === h.currentTarget && a();
|
|
4002
4290
|
},
|
|
4003
|
-
children: /* @__PURE__ */
|
|
4004
|
-
|
|
4291
|
+
children: /* @__PURE__ */ c(
|
|
4292
|
+
C.div,
|
|
4005
4293
|
{
|
|
4006
4294
|
ref: l,
|
|
4007
4295
|
...s ? { initial: { opacity: 0, scale: 0.95 }, animate: { opacity: 1, scale: 1 }, exit: { opacity: 0, scale: 0.95 }, transition: { duration: 0.2 } } : {},
|
|
4008
4296
|
className: p(
|
|
4009
4297
|
"bg-background border border-border rounded-lg shadow-2xl w-full max-h-[90vh] overflow-hidden flex flex-col",
|
|
4010
4298
|
u[n],
|
|
4011
|
-
|
|
4299
|
+
d
|
|
4012
4300
|
),
|
|
4013
4301
|
children: [
|
|
4014
|
-
t && /* @__PURE__ */
|
|
4302
|
+
t && /* @__PURE__ */ c("div", { className: "px-6 py-4 border-b border-border flex items-center justify-between", children: [
|
|
4015
4303
|
/* @__PURE__ */ r("h2", { className: "text-xl font-semibold text-foreground", children: t }),
|
|
4016
4304
|
/* @__PURE__ */ r(
|
|
4017
4305
|
"button",
|
|
@@ -4030,47 +4318,47 @@ const ja = ({
|
|
|
4030
4318
|
}
|
|
4031
4319
|
) : null;
|
|
4032
4320
|
return s ? /* @__PURE__ */ r(Q, { children: m }) : m;
|
|
4033
|
-
},
|
|
4321
|
+
}, _a = ({
|
|
4034
4322
|
children: e,
|
|
4035
4323
|
className: a
|
|
4036
|
-
}) => /* @__PURE__ */ r("div", { className: p("px-6 py-4", a), children: e }),
|
|
4324
|
+
}) => /* @__PURE__ */ r("div", { className: p("px-6 py-4", a), children: e }), Ja = ({
|
|
4037
4325
|
children: e,
|
|
4038
4326
|
className: a
|
|
4039
|
-
}) => /* @__PURE__ */ r("div", { className: p("px-6 py-4 border-t border-border flex items-center justify-end gap-3 bg-background sticky bottom-0", a), children: e }),
|
|
4327
|
+
}) => /* @__PURE__ */ r("div", { className: p("px-6 py-4 border-t border-border flex items-center justify-end gap-3 bg-background sticky bottom-0", a), children: e }), Za = ({
|
|
4040
4328
|
isOpen: e,
|
|
4041
4329
|
onClose: a,
|
|
4042
4330
|
title: o,
|
|
4043
4331
|
children: t,
|
|
4044
4332
|
showCloseButton: n = !1,
|
|
4045
|
-
className:
|
|
4333
|
+
className: d,
|
|
4046
4334
|
animate: i = !0
|
|
4047
4335
|
}) => {
|
|
4048
4336
|
const s = i !== !1;
|
|
4049
4337
|
q(() => (e ? document.body.style.overflow = "hidden" : document.body.style.overflow = "unset", () => {
|
|
4050
4338
|
document.body.style.overflow = "unset";
|
|
4051
4339
|
}), [e]);
|
|
4052
|
-
const l = e ? /* @__PURE__ */
|
|
4340
|
+
const l = e ? /* @__PURE__ */ c(ie, { children: [
|
|
4053
4341
|
/* @__PURE__ */ r(
|
|
4054
|
-
|
|
4342
|
+
C.div,
|
|
4055
4343
|
{
|
|
4056
4344
|
...s ? { initial: { opacity: 0 }, animate: { opacity: 1 }, exit: { opacity: 0 } } : {},
|
|
4057
4345
|
onClick: a,
|
|
4058
4346
|
className: "fixed inset-0 bg-black/50 z-40"
|
|
4059
4347
|
}
|
|
4060
4348
|
),
|
|
4061
|
-
/* @__PURE__ */
|
|
4062
|
-
|
|
4349
|
+
/* @__PURE__ */ c(
|
|
4350
|
+
C.div,
|
|
4063
4351
|
{
|
|
4064
4352
|
...s ? { initial: { y: "100%" }, animate: { y: 0 }, exit: { y: "100%" }, transition: { type: "spring", damping: 30, stiffness: 300 } } : {},
|
|
4065
4353
|
className: p(
|
|
4066
4354
|
"fixed bottom-0 left-0 right-0 z-50",
|
|
4067
4355
|
"bg-white rounded-t-3xl shadow-2xl",
|
|
4068
4356
|
"max-h-[90vh] flex flex-col",
|
|
4069
|
-
|
|
4357
|
+
d
|
|
4070
4358
|
),
|
|
4071
4359
|
children: [
|
|
4072
4360
|
/* @__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" }) }),
|
|
4073
|
-
(o || n) && /* @__PURE__ */
|
|
4361
|
+
(o || n) && /* @__PURE__ */ c("div", { className: "flex items-center justify-between px-6 py-4 ", children: [
|
|
4074
4362
|
o && /* @__PURE__ */ r("h2", { className: "text-lg font-semibold text-foreground", children: o }),
|
|
4075
4363
|
n && /* @__PURE__ */ r(
|
|
4076
4364
|
"button",
|
|
@@ -4088,31 +4376,31 @@ const ja = ({
|
|
|
4088
4376
|
] }) : null;
|
|
4089
4377
|
return s ? /* @__PURE__ */ r(Q, { children: l }) : l;
|
|
4090
4378
|
};
|
|
4091
|
-
function
|
|
4379
|
+
function qa({
|
|
4092
4380
|
data: e,
|
|
4093
4381
|
columns: a,
|
|
4094
4382
|
loading: o = !1,
|
|
4095
4383
|
onRowClick: t,
|
|
4096
4384
|
keyExtractor: n,
|
|
4097
|
-
className:
|
|
4385
|
+
className: d,
|
|
4098
4386
|
animate: i = !0
|
|
4099
4387
|
}) {
|
|
4100
|
-
const s = i !== !1, [l, u] = D(null), [m, h] = D("asc"),
|
|
4388
|
+
const s = i !== !1, [l, u] = D(null), [m, h] = D("asc"), k = (w) => {
|
|
4101
4389
|
l === w ? h(m === "asc" ? "desc" : "asc") : (u(w), h("asc"));
|
|
4102
|
-
},
|
|
4103
|
-
const f = w[l],
|
|
4104
|
-
return f <
|
|
4390
|
+
}, v = l ? [...e].sort((w, N) => {
|
|
4391
|
+
const f = w[l], S = N[l];
|
|
4392
|
+
return f < S ? m === "asc" ? -1 : 1 : f > S ? m === "asc" ? 1 : -1 : 0;
|
|
4105
4393
|
}) : e;
|
|
4106
|
-
return o ? /* @__PURE__ */ r("div", { className: p("border border-border rounded-lg overflow-hidden",
|
|
4107
|
-
/* @__PURE__ */ r("thead", { className: "border-b border-border", children: /* @__PURE__ */ r("tr", { children: a.map((w,
|
|
4108
|
-
/* @__PURE__ */ r("tbody", { children: [...Array(5)].map((w,
|
|
4394
|
+
return o ? /* @__PURE__ */ r("div", { className: p("border border-border rounded-lg overflow-hidden", d), children: /* @__PURE__ */ r("div", { className: "overflow-x-auto", children: /* @__PURE__ */ c("table", { className: "w-full", children: [
|
|
4395
|
+
/* @__PURE__ */ r("thead", { className: "border-b border-border", children: /* @__PURE__ */ r("tr", { children: a.map((w, N) => /* @__PURE__ */ r("th", { className: "px-6 py-4 text-left", children: /* @__PURE__ */ r("div", { className: p("h-4 bg-border rounded w-24", s && "animate-pulse") }) }, N)) }) }),
|
|
4396
|
+
/* @__PURE__ */ r("tbody", { children: [...Array(5)].map((w, N) => /* @__PURE__ */ r("tr", { className: "border-b border-border", children: a.map((f, S) => /* @__PURE__ */ r("td", { className: "px-6 py-4", children: /* @__PURE__ */ r("div", { className: p("h-4 bg-secondary rounded", s && "animate-pulse") }) }, S)) }, N)) })
|
|
4109
4397
|
] }) }) }) : /* @__PURE__ */ r(
|
|
4110
|
-
|
|
4398
|
+
C.div,
|
|
4111
4399
|
{
|
|
4112
4400
|
...s ? { initial: { opacity: 0, y: 20 }, animate: { opacity: 1, y: 0 }, transition: { duration: 0.3 } } : {},
|
|
4113
|
-
className: p("border border-border rounded-lg overflow-hidden",
|
|
4114
|
-
children: /* @__PURE__ */ r("div", { className: "overflow-x-auto", children: /* @__PURE__ */
|
|
4115
|
-
/* @__PURE__ */ r("thead", { className: "border-b border-border", children: /* @__PURE__ */ r("tr", { children: a.map((w,
|
|
4401
|
+
className: p("border border-border rounded-lg overflow-hidden", d),
|
|
4402
|
+
children: /* @__PURE__ */ r("div", { className: "overflow-x-auto", children: /* @__PURE__ */ c("table", { className: "w-full", children: [
|
|
4403
|
+
/* @__PURE__ */ r("thead", { className: "border-b border-border", children: /* @__PURE__ */ r("tr", { children: a.map((w, N) => /* @__PURE__ */ r(
|
|
4116
4404
|
"th",
|
|
4117
4405
|
{
|
|
4118
4406
|
className: p(
|
|
@@ -4120,24 +4408,24 @@ function Ja({
|
|
|
4120
4408
|
w.width,
|
|
4121
4409
|
w.sortable && "cursor-pointer transition-colors"
|
|
4122
4410
|
),
|
|
4123
|
-
onClick: () => w.sortable &&
|
|
4124
|
-
children: /* @__PURE__ */
|
|
4411
|
+
onClick: () => w.sortable && k(w.key),
|
|
4412
|
+
children: /* @__PURE__ */ c("div", { className: "flex items-center gap-2", children: [
|
|
4125
4413
|
w.header,
|
|
4126
|
-
w.sortable && /* @__PURE__ */ r("span", { className: "text-primary/50 hover:text-primary transition-colors", children: l === w.key ? m === "asc" ? /* @__PURE__ */ r(
|
|
4414
|
+
w.sortable && /* @__PURE__ */ r("span", { className: "text-primary/50 hover:text-primary transition-colors", children: l === w.key ? m === "asc" ? /* @__PURE__ */ r(mr, { className: "w-4 h-4" }) : /* @__PURE__ */ r(ur, { className: "w-4 h-4" }) : /* @__PURE__ */ r(pr, { className: "w-4 h-4" }) })
|
|
4127
4415
|
] })
|
|
4128
4416
|
},
|
|
4129
|
-
|
|
4417
|
+
N
|
|
4130
4418
|
)) }) }),
|
|
4131
|
-
/* @__PURE__ */ r("tbody", { children:
|
|
4132
|
-
|
|
4419
|
+
/* @__PURE__ */ r("tbody", { children: v.map((w, N) => /* @__PURE__ */ r(
|
|
4420
|
+
C.tr,
|
|
4133
4421
|
{
|
|
4134
|
-
...s ? { initial: { opacity: 0, y: 10 }, animate: { opacity: 1, y: 0 }, transition: { duration: 0.2, delay:
|
|
4422
|
+
...s ? { initial: { opacity: 0, y: 10 }, animate: { opacity: 1, y: 0 }, transition: { duration: 0.2, delay: N * 0.05 } } : {},
|
|
4135
4423
|
onClick: () => t && t(w),
|
|
4136
4424
|
className: p(
|
|
4137
4425
|
"border-b border-border transition-colors",
|
|
4138
4426
|
t && "cursor-pointer hover:bg-secondary"
|
|
4139
4427
|
),
|
|
4140
|
-
children: a.map((f,
|
|
4428
|
+
children: a.map((f, S) => /* @__PURE__ */ r(
|
|
4141
4429
|
"td",
|
|
4142
4430
|
{
|
|
4143
4431
|
className: p(
|
|
@@ -4148,7 +4436,7 @@ function Ja({
|
|
|
4148
4436
|
title: f.truncate && !f.render ? String(w[f.key] ?? "") : void 0,
|
|
4149
4437
|
children: f.truncate && !f.render ? /* @__PURE__ */ r("div", { className: "truncate", children: String(w[f.key] ?? "") }) : f.render ? f.render(w) : String(w[f.key] ?? "")
|
|
4150
4438
|
},
|
|
4151
|
-
|
|
4439
|
+
S
|
|
4152
4440
|
))
|
|
4153
4441
|
},
|
|
4154
4442
|
n(w)
|
|
@@ -4157,26 +4445,26 @@ function Ja({
|
|
|
4157
4445
|
}
|
|
4158
4446
|
);
|
|
4159
4447
|
}
|
|
4160
|
-
const
|
|
4448
|
+
const Qa = ({
|
|
4161
4449
|
currentPage: e,
|
|
4162
4450
|
totalPages: a,
|
|
4163
4451
|
onPageChange: o,
|
|
4164
4452
|
totalItems: t,
|
|
4165
4453
|
itemsPerPage: n,
|
|
4166
|
-
className:
|
|
4454
|
+
className: d,
|
|
4167
4455
|
animate: i = !0
|
|
4168
4456
|
}) => {
|
|
4169
4457
|
const s = i !== !1, u = Array.from({ length: a }, (m, h) => h + 1).slice(
|
|
4170
4458
|
Math.max(0, e - 2),
|
|
4171
4459
|
Math.min(a, e + 1)
|
|
4172
4460
|
);
|
|
4173
|
-
return /* @__PURE__ */
|
|
4174
|
-
|
|
4461
|
+
return /* @__PURE__ */ c(
|
|
4462
|
+
C.div,
|
|
4175
4463
|
{
|
|
4176
4464
|
...s ? { initial: { opacity: 0, y: 20 }, animate: { opacity: 1, y: 0 }, transition: { duration: 0.3 } } : {},
|
|
4177
|
-
className: p("flex items-center justify-between gap-4 flex-wrap",
|
|
4465
|
+
className: p("flex items-center justify-between gap-4 flex-wrap", d),
|
|
4178
4466
|
children: [
|
|
4179
|
-
/* @__PURE__ */ r("div", { className: "text-sm text-foreground/70", children: t && n && /* @__PURE__ */
|
|
4467
|
+
/* @__PURE__ */ r("div", { className: "text-sm text-foreground/70", children: t && n && /* @__PURE__ */ c("span", { children: [
|
|
4180
4468
|
"Showing ",
|
|
4181
4469
|
Math.min((e - 1) * n + 1, t),
|
|
4182
4470
|
" to",
|
|
@@ -4186,7 +4474,7 @@ const Za = ({
|
|
|
4186
4474
|
t,
|
|
4187
4475
|
" results"
|
|
4188
4476
|
] }) }),
|
|
4189
|
-
/* @__PURE__ */
|
|
4477
|
+
/* @__PURE__ */ c("div", { className: "flex items-center gap-2", children: [
|
|
4190
4478
|
/* @__PURE__ */ r(
|
|
4191
4479
|
Me,
|
|
4192
4480
|
{
|
|
@@ -4194,15 +4482,15 @@ const Za = ({
|
|
|
4194
4482
|
size: "sm",
|
|
4195
4483
|
disabled: e === 1,
|
|
4196
4484
|
onClick: () => o(e - 1),
|
|
4197
|
-
icon: /* @__PURE__ */ r(
|
|
4485
|
+
icon: /* @__PURE__ */ r(Ne, { className: "w-4 h-4" }),
|
|
4198
4486
|
animate: i,
|
|
4199
4487
|
children: "Previous"
|
|
4200
4488
|
}
|
|
4201
4489
|
),
|
|
4202
|
-
/* @__PURE__ */
|
|
4203
|
-
e > 3 && /* @__PURE__ */
|
|
4490
|
+
/* @__PURE__ */ c("div", { className: "flex items-center gap-1", children: [
|
|
4491
|
+
e > 3 && /* @__PURE__ */ c(ie, { children: [
|
|
4204
4492
|
/* @__PURE__ */ r(
|
|
4205
|
-
|
|
4493
|
+
C.button,
|
|
4206
4494
|
{
|
|
4207
4495
|
whileHover: s ? { scale: 1.05 } : void 0,
|
|
4208
4496
|
whileTap: s ? { scale: 0.95 } : void 0,
|
|
@@ -4214,7 +4502,7 @@ const Za = ({
|
|
|
4214
4502
|
/* @__PURE__ */ r("span", { className: "text-primary/50 px-1", children: "..." })
|
|
4215
4503
|
] }),
|
|
4216
4504
|
u.map((m) => /* @__PURE__ */ r(
|
|
4217
|
-
|
|
4505
|
+
C.button,
|
|
4218
4506
|
{
|
|
4219
4507
|
whileHover: s ? { scale: 1.05 } : void 0,
|
|
4220
4508
|
whileTap: s ? { scale: 0.95 } : void 0,
|
|
@@ -4227,10 +4515,10 @@ const Za = ({
|
|
|
4227
4515
|
},
|
|
4228
4516
|
m
|
|
4229
4517
|
)),
|
|
4230
|
-
e < a - 2 && /* @__PURE__ */
|
|
4518
|
+
e < a - 2 && /* @__PURE__ */ c(ie, { children: [
|
|
4231
4519
|
/* @__PURE__ */ r("span", { className: "text-primary/50 px-1", children: "..." }),
|
|
4232
4520
|
/* @__PURE__ */ r(
|
|
4233
|
-
|
|
4521
|
+
C.button,
|
|
4234
4522
|
{
|
|
4235
4523
|
whileHover: s ? { scale: 1.05 } : void 0,
|
|
4236
4524
|
whileTap: s ? { scale: 0.95 } : void 0,
|
|
@@ -4248,7 +4536,7 @@ const Za = ({
|
|
|
4248
4536
|
size: "sm",
|
|
4249
4537
|
disabled: e === a,
|
|
4250
4538
|
onClick: () => o(e + 1),
|
|
4251
|
-
icon: /* @__PURE__ */ r(
|
|
4539
|
+
icon: /* @__PURE__ */ r(ke, { className: "w-4 h-4" }),
|
|
4252
4540
|
animate: i,
|
|
4253
4541
|
children: "Next"
|
|
4254
4542
|
}
|
|
@@ -4257,22 +4545,22 @@ const Za = ({
|
|
|
4257
4545
|
]
|
|
4258
4546
|
}
|
|
4259
4547
|
);
|
|
4260
|
-
},
|
|
4548
|
+
}, Ca = ({
|
|
4261
4549
|
icon: e,
|
|
4262
4550
|
onClick: a,
|
|
4263
4551
|
label: o,
|
|
4264
4552
|
actions: t,
|
|
4265
4553
|
variant: n = "primary",
|
|
4266
|
-
position:
|
|
4554
|
+
position: d = "bottom-right",
|
|
4267
4555
|
disabled: i,
|
|
4268
4556
|
className: s,
|
|
4269
4557
|
animate: l = !0
|
|
4270
4558
|
}) => {
|
|
4271
|
-
const u = l !== !1, [m, h] = D(!1),
|
|
4559
|
+
const u = l !== !1, [m, h] = D(!1), k = {
|
|
4272
4560
|
"bottom-right": "fixed bottom-6 right-6",
|
|
4273
4561
|
"bottom-left": "fixed bottom-6 left-6",
|
|
4274
4562
|
"bottom-center": "fixed bottom-6 left-1/2 -translate-x-1/2"
|
|
4275
|
-
},
|
|
4563
|
+
}, v = {
|
|
4276
4564
|
primary: "bg-primary text-white hover:bg-primary-dark shadow-lg",
|
|
4277
4565
|
secondary: "bg-background text-primary border-2 border-primary hover:bg-secondary shadow-md"
|
|
4278
4566
|
}, w = {
|
|
@@ -4280,24 +4568,24 @@ const Za = ({
|
|
|
4280
4568
|
success: "bg-success text-white",
|
|
4281
4569
|
danger: "bg-error text-white",
|
|
4282
4570
|
warning: "bg-warning text-white"
|
|
4283
|
-
},
|
|
4571
|
+
}, N = () => {
|
|
4284
4572
|
t && t.length > 0 ? h(!m) : a && a();
|
|
4285
4573
|
};
|
|
4286
|
-
return /* @__PURE__ */
|
|
4574
|
+
return /* @__PURE__ */ c("div", { className: p(k[d], "z-50", s), children: [
|
|
4287
4575
|
u ? /* @__PURE__ */ r(Q, { children: m && t ? /* @__PURE__ */ r(
|
|
4288
|
-
|
|
4576
|
+
C.div,
|
|
4289
4577
|
{
|
|
4290
4578
|
initial: { opacity: 0 },
|
|
4291
4579
|
animate: { opacity: 1 },
|
|
4292
4580
|
exit: { opacity: 0 },
|
|
4293
4581
|
className: "absolute bottom-20 right-0 flex flex-col gap-3 mb-2",
|
|
4294
|
-
children: t.map((f,
|
|
4295
|
-
|
|
4582
|
+
children: t.map((f, S) => /* @__PURE__ */ c(
|
|
4583
|
+
C.div,
|
|
4296
4584
|
{
|
|
4297
4585
|
initial: { opacity: 0, y: 20, scale: 0.8 },
|
|
4298
4586
|
animate: { opacity: 1, y: 0, scale: 1 },
|
|
4299
4587
|
exit: { opacity: 0, y: 20, scale: 0.8 },
|
|
4300
|
-
transition: { delay:
|
|
4588
|
+
transition: { delay: S * 0.05 },
|
|
4301
4589
|
className: "flex items-center gap-3",
|
|
4302
4590
|
children: [
|
|
4303
4591
|
/* @__PURE__ */ r(
|
|
@@ -4312,7 +4600,7 @@ const Za = ({
|
|
|
4312
4600
|
}
|
|
4313
4601
|
),
|
|
4314
4602
|
/* @__PURE__ */ r(
|
|
4315
|
-
|
|
4603
|
+
C.button,
|
|
4316
4604
|
{
|
|
4317
4605
|
whileHover: u ? { scale: 1.1 } : void 0,
|
|
4318
4606
|
whileTap: u ? { scale: 0.9 } : void 0,
|
|
@@ -4328,10 +4616,10 @@ const Za = ({
|
|
|
4328
4616
|
)
|
|
4329
4617
|
]
|
|
4330
4618
|
},
|
|
4331
|
-
|
|
4619
|
+
S
|
|
4332
4620
|
))
|
|
4333
4621
|
}
|
|
4334
|
-
) : null }) : m && t && /* @__PURE__ */ r("div", { className: "absolute bottom-20 right-0 flex flex-col gap-3 mb-2", children: t.map((f,
|
|
4622
|
+
) : null }) : m && t && /* @__PURE__ */ r("div", { className: "absolute bottom-20 right-0 flex flex-col gap-3 mb-2", children: t.map((f, S) => /* @__PURE__ */ c("div", { className: "flex items-center gap-3", children: [
|
|
4335
4623
|
/* @__PURE__ */ r(
|
|
4336
4624
|
"span",
|
|
4337
4625
|
{
|
|
@@ -4356,43 +4644,43 @@ const Za = ({
|
|
|
4356
4644
|
children: f.icon
|
|
4357
4645
|
}
|
|
4358
4646
|
)
|
|
4359
|
-
] },
|
|
4360
|
-
/* @__PURE__ */
|
|
4361
|
-
|
|
4647
|
+
] }, S)) }),
|
|
4648
|
+
/* @__PURE__ */ c(
|
|
4649
|
+
C.button,
|
|
4362
4650
|
{
|
|
4363
4651
|
whileTap: u ? { scale: i ? 1 : 0.9 } : void 0,
|
|
4364
4652
|
whileHover: u ? { scale: i ? 1 : 1.05 } : void 0,
|
|
4365
|
-
onClick:
|
|
4653
|
+
onClick: N,
|
|
4366
4654
|
disabled: i,
|
|
4367
4655
|
className: p(
|
|
4368
4656
|
"z-30 rounded-full p-4 transition-all duration-200",
|
|
4369
4657
|
"disabled:opacity-50 disabled:cursor-not-allowed",
|
|
4370
4658
|
"flex items-center gap-2",
|
|
4371
|
-
|
|
4659
|
+
v[n],
|
|
4372
4660
|
o ? "px-6" : "w-16 h-16 justify-center",
|
|
4373
4661
|
m && "rotate-45"
|
|
4374
4662
|
),
|
|
4375
4663
|
children: [
|
|
4376
|
-
/* @__PURE__ */ r("span", { className: "flex-shrink-0", children: e || (m ? /* @__PURE__ */ r(H, { className: "w-6 h-6" }) : /* @__PURE__ */ r(
|
|
4664
|
+
/* @__PURE__ */ r("span", { className: "flex-shrink-0", children: e || (m ? /* @__PURE__ */ r(H, { className: "w-6 h-6" }) : /* @__PURE__ */ r(br, { className: "w-6 h-6" })) }),
|
|
4377
4665
|
o && /* @__PURE__ */ r("span", { className: "font-medium", children: o })
|
|
4378
4666
|
]
|
|
4379
4667
|
}
|
|
4380
4668
|
)
|
|
4381
4669
|
] });
|
|
4382
|
-
},
|
|
4670
|
+
}, Xa = Ca, et = ({
|
|
4383
4671
|
steps: e,
|
|
4384
4672
|
currentStep: a,
|
|
4385
4673
|
className: o,
|
|
4386
4674
|
animate: t = !0
|
|
4387
4675
|
}) => {
|
|
4388
|
-
const n = t !== !1,
|
|
4389
|
-
return /* @__PURE__ */
|
|
4676
|
+
const n = t !== !1, d = e[a];
|
|
4677
|
+
return /* @__PURE__ */ c("div", { className: p("w-full", o), children: [
|
|
4390
4678
|
/* @__PURE__ */ r("div", { className: "hidden md:block", children: /* @__PURE__ */ r("div", { className: "relative flex items-center mb-2", children: e.map((i, s) => {
|
|
4391
4679
|
const l = s < a, u = s === a, m = s > a;
|
|
4392
|
-
return /* @__PURE__ */
|
|
4393
|
-
/* @__PURE__ */
|
|
4680
|
+
return /* @__PURE__ */ c(Ve.Fragment, { children: [
|
|
4681
|
+
/* @__PURE__ */ c("div", { className: "flex flex-col items-center relative z-10", children: [
|
|
4394
4682
|
/* @__PURE__ */ r(
|
|
4395
|
-
|
|
4683
|
+
C.div,
|
|
4396
4684
|
{
|
|
4397
4685
|
initial: !1,
|
|
4398
4686
|
animate: n ? { scale: u ? 1.05 : 1 } : void 0,
|
|
@@ -4406,7 +4694,7 @@ const Za = ({
|
|
|
4406
4694
|
children: l ? /* @__PURE__ */ r(Ke, { className: "w-6 h-6 stroke-[3]" }) : /* @__PURE__ */ r("span", { children: s + 1 })
|
|
4407
4695
|
}
|
|
4408
4696
|
),
|
|
4409
|
-
/* @__PURE__ */
|
|
4697
|
+
/* @__PURE__ */ c("div", { className: "mt-3 text-center max-w-[120px]", children: [
|
|
4410
4698
|
/* @__PURE__ */ r(
|
|
4411
4699
|
"span",
|
|
4412
4700
|
{
|
|
@@ -4434,7 +4722,7 @@ const Za = ({
|
|
|
4434
4722
|
] })
|
|
4435
4723
|
] }),
|
|
4436
4724
|
s < e.length - 1 && /* @__PURE__ */ r("div", { className: "flex-1 relative", style: { marginTop: "-48px", marginLeft: "4px", marginRight: "4px" }, children: /* @__PURE__ */ r("div", { className: "h-1.5 bg-border rounded-full overflow-hidden", children: /* @__PURE__ */ r(
|
|
4437
|
-
|
|
4725
|
+
C.div,
|
|
4438
4726
|
{
|
|
4439
4727
|
initial: !1,
|
|
4440
4728
|
style: { width: s < a ? "100%" : "0%" },
|
|
@@ -4445,11 +4733,11 @@ const Za = ({
|
|
|
4445
4733
|
) }) })
|
|
4446
4734
|
] }, s);
|
|
4447
4735
|
}) }) }),
|
|
4448
|
-
/* @__PURE__ */
|
|
4736
|
+
/* @__PURE__ */ c("div", { className: "md:hidden", children: [
|
|
4449
4737
|
/* @__PURE__ */ r("div", { className: "flex items-center justify-center gap-2 mb-3", children: e.map((i, s) => {
|
|
4450
4738
|
const l = s < a, u = s === a;
|
|
4451
4739
|
return /* @__PURE__ */ r(
|
|
4452
|
-
|
|
4740
|
+
C.div,
|
|
4453
4741
|
{
|
|
4454
4742
|
initial: !1,
|
|
4455
4743
|
style: {
|
|
@@ -4466,25 +4754,25 @@ const Za = ({
|
|
|
4466
4754
|
);
|
|
4467
4755
|
}) }),
|
|
4468
4756
|
/* @__PURE__ */ r(
|
|
4469
|
-
|
|
4757
|
+
C.div,
|
|
4470
4758
|
{
|
|
4471
4759
|
...n ? { initial: { opacity: 0, y: 10 }, animate: { opacity: 1, y: 0 }, transition: { duration: 0.3 } } : {},
|
|
4472
4760
|
className: "text-center",
|
|
4473
|
-
children: /* @__PURE__ */ r("p", { className: "text-sm font-semibold text-foreground", children:
|
|
4761
|
+
children: /* @__PURE__ */ r("p", { className: "text-sm font-semibold text-foreground", children: d?.label })
|
|
4474
4762
|
},
|
|
4475
4763
|
a
|
|
4476
4764
|
)
|
|
4477
4765
|
] })
|
|
4478
4766
|
] });
|
|
4479
|
-
},
|
|
4767
|
+
}, rt = ({
|
|
4480
4768
|
children: e,
|
|
4481
4769
|
variant: a = "default",
|
|
4482
4770
|
size: o = "md",
|
|
4483
4771
|
className: t,
|
|
4484
4772
|
dot: n = !1,
|
|
4485
|
-
animate:
|
|
4773
|
+
animate: d = !0
|
|
4486
4774
|
}) => {
|
|
4487
|
-
const i =
|
|
4775
|
+
const i = d !== !1, s = {
|
|
4488
4776
|
default: "bg-secondary text-primary border border-border",
|
|
4489
4777
|
primary: "bg-primary/10 text-primary border border-primary/20",
|
|
4490
4778
|
success: "bg-success/10 text-success border border-success/20",
|
|
@@ -4503,8 +4791,8 @@ const Za = ({
|
|
|
4503
4791
|
danger: "bg-error",
|
|
4504
4792
|
info: "bg-info"
|
|
4505
4793
|
};
|
|
4506
|
-
return /* @__PURE__ */
|
|
4507
|
-
|
|
4794
|
+
return /* @__PURE__ */ c(
|
|
4795
|
+
C.span,
|
|
4508
4796
|
{
|
|
4509
4797
|
...i ? { initial: { opacity: 0, scale: 0.9 }, animate: { opacity: 1, scale: 1 }, transition: { duration: 0.2 } } : {},
|
|
4510
4798
|
className: p(
|
|
@@ -4519,14 +4807,14 @@ const Za = ({
|
|
|
4519
4807
|
]
|
|
4520
4808
|
}
|
|
4521
4809
|
);
|
|
4522
|
-
},
|
|
4810
|
+
}, at = ({
|
|
4523
4811
|
isOffline: e,
|
|
4524
4812
|
className: a,
|
|
4525
4813
|
animate: o = !0
|
|
4526
4814
|
}) => {
|
|
4527
4815
|
const t = o !== !1;
|
|
4528
|
-
return e ? /* @__PURE__ */
|
|
4529
|
-
|
|
4816
|
+
return e ? /* @__PURE__ */ c(
|
|
4817
|
+
C.div,
|
|
4530
4818
|
{
|
|
4531
4819
|
...t ? { initial: { opacity: 0, y: -10 }, animate: { opacity: 1, y: 0 }, exit: { opacity: 0, y: -10 } } : {},
|
|
4532
4820
|
className: p(
|
|
@@ -4535,41 +4823,41 @@ const Za = ({
|
|
|
4535
4823
|
a
|
|
4536
4824
|
),
|
|
4537
4825
|
children: [
|
|
4538
|
-
/* @__PURE__ */ r(
|
|
4826
|
+
/* @__PURE__ */ r(Se, { className: "w-4 h-4" }),
|
|
4539
4827
|
/* @__PURE__ */ r("span", { children: "Offline Mode" })
|
|
4540
4828
|
]
|
|
4541
4829
|
}
|
|
4542
4830
|
) : null;
|
|
4543
|
-
},
|
|
4831
|
+
}, tt = ({
|
|
4544
4832
|
status: e,
|
|
4545
4833
|
count: a,
|
|
4546
4834
|
className: o,
|
|
4547
4835
|
animate: t = !0
|
|
4548
4836
|
}) => {
|
|
4549
|
-
const n = t !== !1,
|
|
4837
|
+
const n = t !== !1, d = n ? /* @__PURE__ */ r(C.div, { animate: { rotate: 360 }, transition: { repeat: 1 / 0, duration: 1, ease: "linear" }, children: /* @__PURE__ */ r(ye, { className: "w-4 h-4" }) }) : /* @__PURE__ */ r(ye, { className: "w-4 h-4" }), s = {
|
|
4550
4838
|
synced: {
|
|
4551
4839
|
icon: /* @__PURE__ */ r(ye, { className: "w-4 h-4" }),
|
|
4552
4840
|
label: "Synced",
|
|
4553
4841
|
color: "bg-success text-white"
|
|
4554
4842
|
},
|
|
4555
4843
|
syncing: {
|
|
4556
|
-
icon:
|
|
4844
|
+
icon: d,
|
|
4557
4845
|
label: "Syncing...",
|
|
4558
4846
|
color: "bg-info text-white"
|
|
4559
4847
|
},
|
|
4560
4848
|
unsynced: {
|
|
4561
|
-
icon: /* @__PURE__ */ r(
|
|
4849
|
+
icon: /* @__PURE__ */ r(Se, { className: "w-4 h-4" }),
|
|
4562
4850
|
label: a ? `${a} Unsynced` : "Unsynced",
|
|
4563
4851
|
color: "bg-warning text-white"
|
|
4564
4852
|
},
|
|
4565
4853
|
error: {
|
|
4566
|
-
icon: /* @__PURE__ */ r(
|
|
4854
|
+
icon: /* @__PURE__ */ r(Se, { className: "w-4 h-4" }),
|
|
4567
4855
|
label: "Sync Error",
|
|
4568
4856
|
color: "bg-error text-white"
|
|
4569
4857
|
}
|
|
4570
4858
|
}[e];
|
|
4571
|
-
return /* @__PURE__ */
|
|
4572
|
-
|
|
4859
|
+
return /* @__PURE__ */ c(
|
|
4860
|
+
C.div,
|
|
4573
4861
|
{
|
|
4574
4862
|
...n ? { initial: { scale: 0.9, opacity: 0 }, animate: { scale: 1, opacity: 1 } } : {},
|
|
4575
4863
|
className: p(
|
|
@@ -4584,33 +4872,33 @@ const Za = ({
|
|
|
4584
4872
|
]
|
|
4585
4873
|
}
|
|
4586
4874
|
);
|
|
4587
|
-
},
|
|
4875
|
+
}, Na = {
|
|
4588
4876
|
sm: "w-4 h-4 border-2",
|
|
4589
4877
|
md: "w-8 h-8 border-2",
|
|
4590
4878
|
lg: "w-12 h-12 border-3",
|
|
4591
4879
|
xl: "w-16 h-16 border-4"
|
|
4592
|
-
},
|
|
4880
|
+
}, ka = {
|
|
4593
4881
|
primary: "border-primary border-t-transparent",
|
|
4594
4882
|
secondary: "border-secondary border-t-transparent",
|
|
4595
4883
|
white: "border-white border-t-transparent"
|
|
4596
|
-
},
|
|
4884
|
+
}, Sa = ({
|
|
4597
4885
|
size: e = "md",
|
|
4598
4886
|
variant: a = "primary",
|
|
4599
4887
|
className: o,
|
|
4600
4888
|
label: t,
|
|
4601
4889
|
animate: n = !0
|
|
4602
4890
|
}) => {
|
|
4603
|
-
const
|
|
4604
|
-
return /* @__PURE__ */
|
|
4891
|
+
const d = n !== !1, i = d ? C.div : "div";
|
|
4892
|
+
return /* @__PURE__ */ c("div", { className: p("inline-flex flex-col items-center gap-2", o), children: [
|
|
4605
4893
|
/* @__PURE__ */ r(
|
|
4606
4894
|
i,
|
|
4607
4895
|
{
|
|
4608
4896
|
className: p(
|
|
4609
4897
|
"rounded-full",
|
|
4610
|
-
|
|
4611
|
-
|
|
4898
|
+
Na[e],
|
|
4899
|
+
ka[a]
|
|
4612
4900
|
),
|
|
4613
|
-
...
|
|
4901
|
+
...d ? { animate: { rotate: 360 }, transition: { duration: 0.8, repeat: 1 / 0, ease: "linear" } } : {},
|
|
4614
4902
|
role: "status",
|
|
4615
4903
|
"aria-label": t || "Loading"
|
|
4616
4904
|
}
|
|
@@ -4618,25 +4906,25 @@ const Za = ({
|
|
|
4618
4906
|
t && /* @__PURE__ */ r("span", { className: "text-sm text-foreground/70", children: t })
|
|
4619
4907
|
] });
|
|
4620
4908
|
};
|
|
4621
|
-
|
|
4622
|
-
const
|
|
4623
|
-
const e =
|
|
4909
|
+
Sa.displayName = "Spinner";
|
|
4910
|
+
const or = nr(void 0), ot = () => {
|
|
4911
|
+
const e = sr(or);
|
|
4624
4912
|
if (!e)
|
|
4625
4913
|
throw new Error("useToast must be used within ToastProvider");
|
|
4626
4914
|
return e;
|
|
4627
|
-
},
|
|
4915
|
+
}, Aa = {
|
|
4628
4916
|
success: "bg-success/10 border-success text-success backdrop-blur-2xl",
|
|
4629
4917
|
error: "bg-error/10 border-error text-error backdrop-blur-2xl",
|
|
4630
4918
|
warning: "bg-warning/10 border-warning text-warning backdrop-blur-2xl",
|
|
4631
4919
|
info: "bg-info/10 border-info text-info backdrop-blur-2xl",
|
|
4632
4920
|
default: "bg-background border-border text-foreground backdrop-blur-2xl"
|
|
4633
|
-
}, Sa = {
|
|
4634
|
-
success: gr,
|
|
4635
|
-
error: fr,
|
|
4636
|
-
warning: hr,
|
|
4637
|
-
info: br,
|
|
4638
|
-
default: null
|
|
4639
4921
|
}, Ma = {
|
|
4922
|
+
success: yr,
|
|
4923
|
+
error: gr,
|
|
4924
|
+
warning: fr,
|
|
4925
|
+
info: hr,
|
|
4926
|
+
default: null
|
|
4927
|
+
}, Ta = {
|
|
4640
4928
|
"top-left": "top-4 left-4",
|
|
4641
4929
|
"top-center": "top-4 left-1/2 -translate-x-1/2",
|
|
4642
4930
|
"top-right": "top-4 right-4",
|
|
@@ -4644,8 +4932,8 @@ const tr = or(void 0), at = () => {
|
|
|
4644
4932
|
"bottom-center": "bottom-4 left-1/2 -translate-x-1/2",
|
|
4645
4933
|
"bottom-right": "bottom-4 right-4"
|
|
4646
4934
|
}, Ue = ({ toast: e, onRemove: a, animate: o = !0 }) => {
|
|
4647
|
-
const t = o !== !1, n = e.variant || "default",
|
|
4648
|
-
return /* @__PURE__ */
|
|
4935
|
+
const t = o !== !1, n = e.variant || "default", d = Ma[n], i = typeof e.message == "string" ? e.message : String(e.message), s = t ? C.div : "div";
|
|
4936
|
+
return /* @__PURE__ */ c(
|
|
4649
4937
|
s,
|
|
4650
4938
|
{
|
|
4651
4939
|
...t ? {
|
|
@@ -4657,11 +4945,11 @@ const tr = or(void 0), at = () => {
|
|
|
4657
4945
|
} : {},
|
|
4658
4946
|
className: p(
|
|
4659
4947
|
"flex items-start gap-3 p-4 rounded-md border shadow-lg min-w-[320px] max-w-md",
|
|
4660
|
-
|
|
4948
|
+
Aa[n]
|
|
4661
4949
|
),
|
|
4662
4950
|
children: [
|
|
4663
|
-
|
|
4664
|
-
/* @__PURE__ */
|
|
4951
|
+
d && /* @__PURE__ */ r(d, { className: "w-5 h-5 flex-shrink-0 mt-0.5" }),
|
|
4952
|
+
/* @__PURE__ */ c("div", { className: "flex-1 min-w-0", children: [
|
|
4665
4953
|
/* @__PURE__ */ r("p", { className: "text-sm font-medium leading-relaxed", children: i }),
|
|
4666
4954
|
e.action && /* @__PURE__ */ r(
|
|
4667
4955
|
"button",
|
|
@@ -4684,49 +4972,49 @@ const tr = or(void 0), at = () => {
|
|
|
4684
4972
|
]
|
|
4685
4973
|
}
|
|
4686
4974
|
);
|
|
4687
|
-
},
|
|
4975
|
+
}, Ia = ({
|
|
4688
4976
|
children: e,
|
|
4689
4977
|
position: a = "top-right",
|
|
4690
4978
|
maxToasts: o = 5,
|
|
4691
4979
|
animate: t = !0
|
|
4692
4980
|
}) => {
|
|
4693
|
-
const n = t !== !1, [
|
|
4981
|
+
const n = t !== !1, [d, i] = D([]), s = Ee((u) => {
|
|
4694
4982
|
i((m) => m.filter((h) => h.id !== u));
|
|
4695
|
-
}, []), l =
|
|
4983
|
+
}, []), l = Ee(
|
|
4696
4984
|
(u) => {
|
|
4697
4985
|
if (typeof u.message != "string") {
|
|
4698
4986
|
console.error("Toast message must be a string, received:", u.message);
|
|
4699
4987
|
return;
|
|
4700
4988
|
}
|
|
4701
4989
|
const m = Math.random().toString(36).substring(2, 9), h = u.duration ?? 5e3;
|
|
4702
|
-
i((
|
|
4990
|
+
i((k) => [...k, { ...u, id: m }].slice(-o)), h > 0 && setTimeout(() => {
|
|
4703
4991
|
s(m);
|
|
4704
4992
|
}, h);
|
|
4705
4993
|
},
|
|
4706
4994
|
[o, s]
|
|
4707
4995
|
);
|
|
4708
|
-
return /* @__PURE__ */
|
|
4996
|
+
return /* @__PURE__ */ c(or.Provider, { value: { toasts: d, addToast: l, removeToast: s }, children: [
|
|
4709
4997
|
e,
|
|
4710
|
-
/* @__PURE__ */ r("div", { className: p("fixed z-[100] flex flex-col gap-2",
|
|
4998
|
+
/* @__PURE__ */ r("div", { className: p("fixed z-[100] flex flex-col gap-2", Ta[a]), children: n ? /* @__PURE__ */ r(Q, { mode: "popLayout", children: d.map((u) => /* @__PURE__ */ r(Ue, { toast: u, onRemove: s, animate: n }, u.id)) }) : d.map((u) => /* @__PURE__ */ r(Ue, { toast: u, onRemove: s, animate: n }, u.id)) })
|
|
4711
4999
|
] });
|
|
4712
5000
|
};
|
|
4713
|
-
|
|
4714
|
-
const
|
|
5001
|
+
Ia.displayName = "ToastProvider";
|
|
5002
|
+
const nt = ({
|
|
4715
5003
|
onCapture: e,
|
|
4716
5004
|
onRemove: a,
|
|
4717
5005
|
preview: o,
|
|
4718
5006
|
label: t = "Take Photo",
|
|
4719
5007
|
disabled: n,
|
|
4720
|
-
className:
|
|
5008
|
+
className: d,
|
|
4721
5009
|
animate: i = !0
|
|
4722
5010
|
}) => {
|
|
4723
|
-
const s = i !== !1, l =
|
|
5011
|
+
const s = i !== !1, l = Y(null), u = (m) => {
|
|
4724
5012
|
const h = m.target.files?.[0];
|
|
4725
5013
|
h && e(h);
|
|
4726
5014
|
};
|
|
4727
|
-
return /* @__PURE__ */
|
|
5015
|
+
return /* @__PURE__ */ c("div", { className: p("w-full", d), children: [
|
|
4728
5016
|
t && /* @__PURE__ */ r("label", { className: "block mb-2 text-sm font-medium text-primary", children: t }),
|
|
4729
|
-
o ? /* @__PURE__ */
|
|
5017
|
+
o ? /* @__PURE__ */ c("div", { className: "relative rounded-lg overflow-hidden border-2 border-border", children: [
|
|
4730
5018
|
/* @__PURE__ */ r(
|
|
4731
5019
|
"img",
|
|
4732
5020
|
{
|
|
@@ -4743,8 +5031,8 @@ const tt = ({
|
|
|
4743
5031
|
children: /* @__PURE__ */ r(H, { className: "w-4 h-4" })
|
|
4744
5032
|
}
|
|
4745
5033
|
)
|
|
4746
|
-
] }) : /* @__PURE__ */
|
|
4747
|
-
|
|
5034
|
+
] }) : /* @__PURE__ */ c(
|
|
5035
|
+
C.button,
|
|
4748
5036
|
{
|
|
4749
5037
|
type: "button",
|
|
4750
5038
|
whileTap: s ? { scale: n ? 1 : 0.98 } : void 0,
|
|
@@ -4758,7 +5046,7 @@ const tt = ({
|
|
|
4758
5046
|
"disabled:opacity-50 disabled:cursor-not-allowed"
|
|
4759
5047
|
),
|
|
4760
5048
|
children: [
|
|
4761
|
-
/* @__PURE__ */ r(
|
|
5049
|
+
/* @__PURE__ */ r(xr, { className: "w-6 h-6 text-primary" }),
|
|
4762
5050
|
/* @__PURE__ */ r("span", { className: "font-medium text-foreground", children: "Capture Photo" })
|
|
4763
5051
|
]
|
|
4764
5052
|
}
|
|
@@ -4776,22 +5064,22 @@ const tt = ({
|
|
|
4776
5064
|
}
|
|
4777
5065
|
)
|
|
4778
5066
|
] });
|
|
4779
|
-
},
|
|
5067
|
+
}, st = ({
|
|
4780
5068
|
onUpload: e,
|
|
4781
5069
|
accept: a = "*/*",
|
|
4782
5070
|
multiple: o = !1,
|
|
4783
5071
|
label: t = "Upload Files",
|
|
4784
5072
|
disabled: n,
|
|
4785
|
-
className:
|
|
5073
|
+
className: d,
|
|
4786
5074
|
animate: i = !0
|
|
4787
5075
|
}) => {
|
|
4788
|
-
const s = i !== !1, l =
|
|
5076
|
+
const s = i !== !1, l = Y(null), u = (m) => {
|
|
4789
5077
|
m && e(Array.from(m));
|
|
4790
5078
|
};
|
|
4791
|
-
return /* @__PURE__ */
|
|
5079
|
+
return /* @__PURE__ */ c("div", { className: p("w-full", d), children: [
|
|
4792
5080
|
t && /* @__PURE__ */ r("label", { className: "block mb-2 text-sm font-medium text-primary", children: t }),
|
|
4793
|
-
/* @__PURE__ */
|
|
4794
|
-
|
|
5081
|
+
/* @__PURE__ */ c(
|
|
5082
|
+
C.button,
|
|
4795
5083
|
{
|
|
4796
5084
|
type: "button",
|
|
4797
5085
|
whileTap: s ? { scale: n ? 1 : 0.98 } : void 0,
|
|
@@ -4805,7 +5093,7 @@ const tt = ({
|
|
|
4805
5093
|
"disabled:opacity-50 disabled:cursor-not-allowed"
|
|
4806
5094
|
),
|
|
4807
5095
|
children: [
|
|
4808
|
-
/* @__PURE__ */ r(
|
|
5096
|
+
/* @__PURE__ */ r(wr, { className: "w-6 h-6 text-primary" }),
|
|
4809
5097
|
/* @__PURE__ */ r("span", { className: "font-medium text-foreground", children: o ? "Upload Files" : "Upload File" })
|
|
4810
5098
|
]
|
|
4811
5099
|
}
|
|
@@ -4823,54 +5111,54 @@ const tt = ({
|
|
|
4823
5111
|
}
|
|
4824
5112
|
)
|
|
4825
5113
|
] });
|
|
4826
|
-
},
|
|
5114
|
+
}, it = ({
|
|
4827
5115
|
onRecordingComplete: e,
|
|
4828
5116
|
label: a = "Record Audio",
|
|
4829
5117
|
maxDuration: o = 300,
|
|
4830
5118
|
// 5 minutes default
|
|
4831
5119
|
disabled: t,
|
|
4832
5120
|
className: n,
|
|
4833
|
-
animate:
|
|
5121
|
+
animate: d = !0
|
|
4834
5122
|
}) => {
|
|
4835
|
-
const i =
|
|
5123
|
+
const i = d !== !1, [s, l] = D(!1), [u, m] = D(!1), [h, k] = D(0), [v, w] = D(null), N = Y(null), f = Y([]), S = Y(null), L = async () => {
|
|
4836
5124
|
try {
|
|
4837
5125
|
const g = await navigator.mediaDevices.getUserMedia({ audio: !0 }), P = new MediaRecorder(g);
|
|
4838
|
-
|
|
5126
|
+
N.current = P, f.current = [], P.ondataavailable = (B) => {
|
|
4839
5127
|
B.data.size > 0 && f.current.push(B.data);
|
|
4840
5128
|
}, P.onstop = () => {
|
|
4841
5129
|
const B = new Blob(f.current, { type: "audio/webm" }), b = URL.createObjectURL(B);
|
|
4842
5130
|
w(b), e(B), g.getTracks().forEach((z) => z.stop());
|
|
4843
|
-
}, P.start(), l(!0),
|
|
4844
|
-
|
|
5131
|
+
}, P.start(), l(!0), k(0), S.current = setInterval(() => {
|
|
5132
|
+
k((B) => B >= o ? (G(), B) : B + 1);
|
|
4845
5133
|
}, 1e3);
|
|
4846
5134
|
} catch (g) {
|
|
4847
5135
|
console.error("Error accessing microphone:", g);
|
|
4848
5136
|
}
|
|
4849
5137
|
}, R = () => {
|
|
4850
|
-
|
|
4851
|
-
},
|
|
4852
|
-
|
|
4853
|
-
|
|
5138
|
+
N.current?.state === "recording" && (N.current.pause(), m(!0), S.current && clearInterval(S.current));
|
|
5139
|
+
}, M = () => {
|
|
5140
|
+
N.current?.state === "paused" && (N.current.resume(), m(!1), S.current = setInterval(() => {
|
|
5141
|
+
k((g) => Math.min(g + 1, o));
|
|
4854
5142
|
}, 1e3));
|
|
4855
5143
|
}, G = () => {
|
|
4856
|
-
|
|
5144
|
+
N.current && (N.current.stop(), l(!1), m(!1), S.current && (clearInterval(S.current), S.current = null));
|
|
4857
5145
|
}, E = () => {
|
|
4858
|
-
w(null),
|
|
5146
|
+
w(null), k(0);
|
|
4859
5147
|
}, T = (g) => {
|
|
4860
5148
|
const P = Math.floor(g / 60), B = g % 60;
|
|
4861
5149
|
return `${P.toString().padStart(2, "0")}:${B.toString().padStart(2, "0")}`;
|
|
4862
5150
|
};
|
|
4863
|
-
return /* @__PURE__ */
|
|
5151
|
+
return /* @__PURE__ */ c("div", { className: p("w-full", n), children: [
|
|
4864
5152
|
a && /* @__PURE__ */ r("label", { className: "block mb-2 text-sm font-medium text-primary", children: a }),
|
|
4865
|
-
/* @__PURE__ */
|
|
4866
|
-
!
|
|
4867
|
-
/* @__PURE__ */
|
|
5153
|
+
/* @__PURE__ */ c("div", { className: "p-4 md:p-6 bg-background rounded-lg border-2 border-border space-y-4", children: [
|
|
5154
|
+
!v && /* @__PURE__ */ c("div", { className: "flex flex-col items-center gap-4", children: [
|
|
5155
|
+
/* @__PURE__ */ c("div", { className: "relative", children: [
|
|
4868
5156
|
/* @__PURE__ */ r(
|
|
4869
|
-
|
|
5157
|
+
C.button,
|
|
4870
5158
|
{
|
|
4871
5159
|
type: "button",
|
|
4872
5160
|
whileTap: i ? { scale: t ? 1 : 0.95 } : void 0,
|
|
4873
|
-
onClick: s ? u ?
|
|
5161
|
+
onClick: s ? u ? M : R : L,
|
|
4874
5162
|
disabled: t,
|
|
4875
5163
|
className: p(
|
|
4876
5164
|
"w-16 h-16 md:w-20 md:h-20 rounded-full flex items-center justify-center",
|
|
@@ -4878,11 +5166,11 @@ const tt = ({
|
|
|
4878
5166
|
"disabled:opacity-50 disabled:cursor-not-allowed",
|
|
4879
5167
|
s ? p("bg-warning text-white", i && "animate-pulse") : "bg-primary text-white hover:bg-primary-dark"
|
|
4880
5168
|
),
|
|
4881
|
-
children: s ? u ? /* @__PURE__ */ r(
|
|
5169
|
+
children: s ? u ? /* @__PURE__ */ r(vr, { className: "w-6 h-6 md:w-8 md:h-8" }) : /* @__PURE__ */ r(Cr, { className: "w-6 h-6 md:w-8 md:h-8" }) : /* @__PURE__ */ r(Nr, { className: "w-6 h-6 md:w-8 md:h-8" })
|
|
4882
5170
|
}
|
|
4883
5171
|
),
|
|
4884
5172
|
s && !u && /* @__PURE__ */ r(
|
|
4885
|
-
|
|
5173
|
+
C.div,
|
|
4886
5174
|
{
|
|
4887
5175
|
className: "absolute top-0 right-0 w-4 h-4 bg-error rounded-full border-2 border-white",
|
|
4888
5176
|
animate: i ? { scale: [1, 1.2, 1] } : void 0,
|
|
@@ -4890,44 +5178,44 @@ const tt = ({
|
|
|
4890
5178
|
}
|
|
4891
5179
|
)
|
|
4892
5180
|
] }),
|
|
4893
|
-
/* @__PURE__ */
|
|
5181
|
+
/* @__PURE__ */ c("div", { className: "text-center", children: [
|
|
4894
5182
|
/* @__PURE__ */ r("p", { className: "text-xl md:text-2xl font-mono font-semibold text-foreground", children: T(h) }),
|
|
4895
5183
|
/* @__PURE__ */ r("p", { className: "text-xs md:text-sm text-primary/70 mt-1", children: s ? u ? "Paused" : "Recording..." : "Tap to record" })
|
|
4896
5184
|
] }),
|
|
4897
|
-
s && /* @__PURE__ */
|
|
4898
|
-
|
|
5185
|
+
s && /* @__PURE__ */ c(
|
|
5186
|
+
C.button,
|
|
4899
5187
|
{
|
|
4900
5188
|
...i ? { initial: { opacity: 0, scale: 0.8 }, animate: { opacity: 1, scale: 1 } } : {},
|
|
4901
5189
|
type: "button",
|
|
4902
5190
|
onClick: G,
|
|
4903
5191
|
className: "px-4 py-2 text-sm bg-error text-white rounded-full font-medium hover:bg-red-600 flex items-center gap-2",
|
|
4904
5192
|
children: [
|
|
4905
|
-
/* @__PURE__ */ r(
|
|
5193
|
+
/* @__PURE__ */ r(kr, { className: "w-4 h-4" }),
|
|
4906
5194
|
"Stop"
|
|
4907
5195
|
]
|
|
4908
5196
|
}
|
|
4909
5197
|
)
|
|
4910
5198
|
] }),
|
|
4911
|
-
|
|
4912
|
-
|
|
5199
|
+
v && /* @__PURE__ */ c(
|
|
5200
|
+
C.div,
|
|
4913
5201
|
{
|
|
4914
5202
|
...i ? { initial: { opacity: 0 }, animate: { opacity: 1 } } : {},
|
|
4915
5203
|
className: "space-y-3",
|
|
4916
5204
|
children: [
|
|
4917
|
-
/* @__PURE__ */ r("audio", { src:
|
|
4918
|
-
/* @__PURE__ */
|
|
4919
|
-
/* @__PURE__ */
|
|
5205
|
+
/* @__PURE__ */ r("audio", { src: v, controls: !0, className: "w-full" }),
|
|
5206
|
+
/* @__PURE__ */ c("div", { className: "flex items-center justify-between", children: [
|
|
5207
|
+
/* @__PURE__ */ c("span", { className: "text-sm text-primary/70", children: [
|
|
4920
5208
|
"Duration: ",
|
|
4921
5209
|
T(h)
|
|
4922
5210
|
] }),
|
|
4923
|
-
/* @__PURE__ */
|
|
5211
|
+
/* @__PURE__ */ c(
|
|
4924
5212
|
"button",
|
|
4925
5213
|
{
|
|
4926
5214
|
type: "button",
|
|
4927
5215
|
onClick: E,
|
|
4928
5216
|
className: "flex items-center gap-2 px-3 py-1.5 text-sm text-error hover:bg-red-50 rounded-lg transition-colors",
|
|
4929
5217
|
children: [
|
|
4930
|
-
/* @__PURE__ */ r(
|
|
5218
|
+
/* @__PURE__ */ r(Sr, { className: "w-4 h-4" }),
|
|
4931
5219
|
"Delete"
|
|
4932
5220
|
]
|
|
4933
5221
|
}
|
|
@@ -4938,302 +5226,59 @@ const tt = ({
|
|
|
4938
5226
|
)
|
|
4939
5227
|
] })
|
|
4940
5228
|
] });
|
|
4941
|
-
},
|
|
4942
|
-
{ iso2: "AF", name: "Afghanistan", dialCode: "+93" },
|
|
4943
|
-
{ iso2: "AL", name: "Albania", dialCode: "+355" },
|
|
4944
|
-
{ iso2: "DZ", name: "Algeria", dialCode: "+213" },
|
|
4945
|
-
{ iso2: "AS", name: "American Samoa", dialCode: "+1-684" },
|
|
4946
|
-
{ iso2: "AD", name: "Andorra", dialCode: "+376" },
|
|
4947
|
-
{ iso2: "AO", name: "Angola", dialCode: "+244" },
|
|
4948
|
-
{ iso2: "AI", name: "Anguilla", dialCode: "+1-264" },
|
|
4949
|
-
{ iso2: "AQ", name: "Antarctica", dialCode: "+672" },
|
|
4950
|
-
{ iso2: "AG", name: "Antigua and Barbuda", dialCode: "+1-268" },
|
|
4951
|
-
{ iso2: "AR", name: "Argentina", dialCode: "+54" },
|
|
4952
|
-
{ iso2: "AM", name: "Armenia", dialCode: "+374" },
|
|
4953
|
-
{ iso2: "AW", name: "Aruba", dialCode: "+297" },
|
|
4954
|
-
{ iso2: "AU", name: "Australia", dialCode: "+61" },
|
|
4955
|
-
{ iso2: "AT", name: "Austria", dialCode: "+43" },
|
|
4956
|
-
{ iso2: "AZ", name: "Azerbaijan", dialCode: "+994" },
|
|
4957
|
-
{ iso2: "BS", name: "Bahamas", dialCode: "+1-242" },
|
|
4958
|
-
{ iso2: "BH", name: "Bahrain", dialCode: "+973" },
|
|
4959
|
-
{ iso2: "BD", name: "Bangladesh", dialCode: "+880" },
|
|
4960
|
-
{ iso2: "BB", name: "Barbados", dialCode: "+1-246" },
|
|
4961
|
-
{ iso2: "BY", name: "Belarus", dialCode: "+375" },
|
|
4962
|
-
{ iso2: "BE", name: "Belgium", dialCode: "+32" },
|
|
4963
|
-
{ iso2: "BZ", name: "Belize", dialCode: "+501" },
|
|
4964
|
-
{ iso2: "BJ", name: "Benin", dialCode: "+229" },
|
|
4965
|
-
{ iso2: "BM", name: "Bermuda", dialCode: "+1-441" },
|
|
4966
|
-
{ iso2: "BT", name: "Bhutan", dialCode: "+975" },
|
|
4967
|
-
{ iso2: "BO", name: "Bolivia", dialCode: "+591" },
|
|
4968
|
-
{ iso2: "BA", name: "Bosnia and Herzegovina", dialCode: "+387" },
|
|
4969
|
-
{ iso2: "BW", name: "Botswana", dialCode: "+267" },
|
|
4970
|
-
{ iso2: "BR", name: "Brazil", dialCode: "+55" },
|
|
4971
|
-
{ iso2: "IO", name: "British Indian Ocean Territory", dialCode: "+246" },
|
|
4972
|
-
{ iso2: "BN", name: "Brunei", dialCode: "+673" },
|
|
4973
|
-
{ iso2: "BG", name: "Bulgaria", dialCode: "+359" },
|
|
4974
|
-
{ iso2: "BF", name: "Burkina Faso", dialCode: "+226" },
|
|
4975
|
-
{ iso2: "BI", name: "Burundi", dialCode: "+257" },
|
|
4976
|
-
{ iso2: "KH", name: "Cambodia", dialCode: "+855" },
|
|
4977
|
-
{ iso2: "CM", name: "Cameroon", dialCode: "+237" },
|
|
4978
|
-
{ iso2: "CA", name: "Canada", dialCode: "+1" },
|
|
4979
|
-
{ iso2: "CV", name: "Cape Verde", dialCode: "+238" },
|
|
4980
|
-
{ iso2: "KY", name: "Cayman Islands", dialCode: "+1-345" },
|
|
4981
|
-
{ iso2: "CF", name: "Central African Republic", dialCode: "+236" },
|
|
4982
|
-
{ iso2: "TD", name: "Chad", dialCode: "+235" },
|
|
4983
|
-
{ iso2: "CL", name: "Chile", dialCode: "+56" },
|
|
4984
|
-
{ iso2: "CN", name: "China", dialCode: "+86" },
|
|
4985
|
-
{ iso2: "CX", name: "Christmas Island", dialCode: "+61" },
|
|
4986
|
-
{ iso2: "CC", name: "Cocos (Keeling) Islands", dialCode: "+61" },
|
|
4987
|
-
{ iso2: "CO", name: "Colombia", dialCode: "+57" },
|
|
4988
|
-
{ iso2: "KM", name: "Comoros", dialCode: "+269" },
|
|
4989
|
-
{ iso2: "CG", name: "Congo", dialCode: "+242" },
|
|
4990
|
-
{ iso2: "CD", name: "Congo, Democratic Republic", dialCode: "+243" },
|
|
4991
|
-
{ iso2: "CK", name: "Cook Islands", dialCode: "+682" },
|
|
4992
|
-
{ iso2: "CR", name: "Costa Rica", dialCode: "+506" },
|
|
4993
|
-
{ iso2: "CI", name: "Cote d'Ivoire", dialCode: "+225" },
|
|
4994
|
-
{ iso2: "HR", name: "Croatia", dialCode: "+385" },
|
|
4995
|
-
{ iso2: "CU", name: "Cuba", dialCode: "+53" },
|
|
4996
|
-
{ iso2: "CY", name: "Cyprus", dialCode: "+357" },
|
|
4997
|
-
{ iso2: "CZ", name: "Czech Republic", dialCode: "+420" },
|
|
4998
|
-
{ iso2: "DK", name: "Denmark", dialCode: "+45" },
|
|
4999
|
-
{ iso2: "DJ", name: "Djibouti", dialCode: "+253" },
|
|
5000
|
-
{ iso2: "DM", name: "Dominica", dialCode: "+1-767" },
|
|
5001
|
-
{ iso2: "DO", name: "Dominican Republic", dialCode: "+1-809" },
|
|
5002
|
-
{ iso2: "EC", name: "Ecuador", dialCode: "+593" },
|
|
5003
|
-
{ iso2: "EG", name: "Egypt", dialCode: "+20" },
|
|
5004
|
-
{ iso2: "SV", name: "El Salvador", dialCode: "+503" },
|
|
5005
|
-
{ iso2: "GQ", name: "Equatorial Guinea", dialCode: "+240" },
|
|
5006
|
-
{ iso2: "ER", name: "Eritrea", dialCode: "+291" },
|
|
5007
|
-
{ iso2: "EE", name: "Estonia", dialCode: "+372" },
|
|
5008
|
-
{ iso2: "ET", name: "Ethiopia", dialCode: "+251" },
|
|
5009
|
-
{ iso2: "FK", name: "Falkland Islands", dialCode: "+500" },
|
|
5010
|
-
{ iso2: "FO", name: "Faroe Islands", dialCode: "+298" },
|
|
5011
|
-
{ iso2: "FJ", name: "Fiji", dialCode: "+679" },
|
|
5012
|
-
{ iso2: "FI", name: "Finland", dialCode: "+358" },
|
|
5013
|
-
{ iso2: "FR", name: "France", dialCode: "+33" },
|
|
5014
|
-
{ iso2: "GF", name: "French Guiana", dialCode: "+594" },
|
|
5015
|
-
{ iso2: "PF", name: "French Polynesia", dialCode: "+689" },
|
|
5016
|
-
{ iso2: "GA", name: "Gabon", dialCode: "+241" },
|
|
5017
|
-
{ iso2: "GM", name: "Gambia", dialCode: "+220" },
|
|
5018
|
-
{ iso2: "GE", name: "Georgia", dialCode: "+995" },
|
|
5019
|
-
{ iso2: "DE", name: "Germany", dialCode: "+49" },
|
|
5020
|
-
{ iso2: "GH", name: "Ghana", dialCode: "+233" },
|
|
5021
|
-
{ iso2: "GI", name: "Gibraltar", dialCode: "+350" },
|
|
5022
|
-
{ iso2: "GR", name: "Greece", dialCode: "+30" },
|
|
5023
|
-
{ iso2: "GL", name: "Greenland", dialCode: "+299" },
|
|
5024
|
-
{ iso2: "GD", name: "Grenada", dialCode: "+1-473" },
|
|
5025
|
-
{ iso2: "GP", name: "Guadeloupe", dialCode: "+590" },
|
|
5026
|
-
{ iso2: "GU", name: "Guam", dialCode: "+1-671" },
|
|
5027
|
-
{ iso2: "GT", name: "Guatemala", dialCode: "+502" },
|
|
5028
|
-
{ iso2: "GG", name: "Guernsey", dialCode: "+44-1481" },
|
|
5029
|
-
{ iso2: "GN", name: "Guinea", dialCode: "+224" },
|
|
5030
|
-
{ iso2: "GW", name: "Guinea-Bissau", dialCode: "+245" },
|
|
5031
|
-
{ iso2: "GY", name: "Guyana", dialCode: "+592" },
|
|
5032
|
-
{ iso2: "HT", name: "Haiti", dialCode: "+509" },
|
|
5033
|
-
{ iso2: "HN", name: "Honduras", dialCode: "+504" },
|
|
5034
|
-
{ iso2: "HK", name: "Hong Kong", dialCode: "+852" },
|
|
5035
|
-
{ iso2: "HU", name: "Hungary", dialCode: "+36" },
|
|
5036
|
-
{ iso2: "IS", name: "Iceland", dialCode: "+354" },
|
|
5037
|
-
{ iso2: "IN", name: "India", dialCode: "+91" },
|
|
5038
|
-
{ iso2: "ID", name: "Indonesia", dialCode: "+62" },
|
|
5039
|
-
{ iso2: "IR", name: "Iran", dialCode: "+98" },
|
|
5040
|
-
{ iso2: "IQ", name: "Iraq", dialCode: "+964" },
|
|
5041
|
-
{ iso2: "IE", name: "Ireland", dialCode: "+353" },
|
|
5042
|
-
{ iso2: "IM", name: "Isle of Man", dialCode: "+44-1624" },
|
|
5043
|
-
{ iso2: "IL", name: "Israel", dialCode: "+972" },
|
|
5044
|
-
{ iso2: "IT", name: "Italy", dialCode: "+39" },
|
|
5045
|
-
{ iso2: "JM", name: "Jamaica", dialCode: "+1-876" },
|
|
5046
|
-
{ iso2: "JP", name: "Japan", dialCode: "+81" },
|
|
5047
|
-
{ iso2: "JE", name: "Jersey", dialCode: "+44-1534" },
|
|
5048
|
-
{ iso2: "JO", name: "Jordan", dialCode: "+962" },
|
|
5049
|
-
{ iso2: "KZ", name: "Kazakhstan", dialCode: "+7" },
|
|
5050
|
-
{ iso2: "KE", name: "Kenya", dialCode: "+254" },
|
|
5051
|
-
{ iso2: "KI", name: "Kiribati", dialCode: "+686" },
|
|
5052
|
-
{ iso2: "KP", name: "Korea, North", dialCode: "+850" },
|
|
5053
|
-
{ iso2: "KR", name: "Korea, South", dialCode: "+82" },
|
|
5054
|
-
{ iso2: "KW", name: "Kuwait", dialCode: "+965" },
|
|
5055
|
-
{ iso2: "KG", name: "Kyrgyzstan", dialCode: "+996" },
|
|
5056
|
-
{ iso2: "LA", name: "Laos", dialCode: "+856" },
|
|
5057
|
-
{ iso2: "LV", name: "Latvia", dialCode: "+371" },
|
|
5058
|
-
{ iso2: "LB", name: "Lebanon", dialCode: "+961" },
|
|
5059
|
-
{ iso2: "LS", name: "Lesotho", dialCode: "+266" },
|
|
5060
|
-
{ iso2: "LR", name: "Liberia", dialCode: "+231" },
|
|
5061
|
-
{ iso2: "LY", name: "Libya", dialCode: "+218" },
|
|
5062
|
-
{ iso2: "LI", name: "Liechtenstein", dialCode: "+423" },
|
|
5063
|
-
{ iso2: "LT", name: "Lithuania", dialCode: "+370" },
|
|
5064
|
-
{ iso2: "LU", name: "Luxembourg", dialCode: "+352" },
|
|
5065
|
-
{ iso2: "MO", name: "Macau", dialCode: "+853" },
|
|
5066
|
-
{ iso2: "MK", name: "North Macedonia", dialCode: "+389" },
|
|
5067
|
-
{ iso2: "MG", name: "Madagascar", dialCode: "+261" },
|
|
5068
|
-
{ iso2: "MW", name: "Malawi", dialCode: "+265" },
|
|
5069
|
-
{ iso2: "MY", name: "Malaysia", dialCode: "+60" },
|
|
5070
|
-
{ iso2: "MV", name: "Maldives", dialCode: "+960" },
|
|
5071
|
-
{ iso2: "ML", name: "Mali", dialCode: "+223" },
|
|
5072
|
-
{ iso2: "MT", name: "Malta", dialCode: "+356" },
|
|
5073
|
-
{ iso2: "MH", name: "Marshall Islands", dialCode: "+692" },
|
|
5074
|
-
{ iso2: "MQ", name: "Martinique", dialCode: "+596" },
|
|
5075
|
-
{ iso2: "MR", name: "Mauritania", dialCode: "+222" },
|
|
5076
|
-
{ iso2: "MU", name: "Mauritius", dialCode: "+230" },
|
|
5077
|
-
{ iso2: "YT", name: "Mayotte", dialCode: "+262" },
|
|
5078
|
-
{ iso2: "MX", name: "Mexico", dialCode: "+52" },
|
|
5079
|
-
{ iso2: "FM", name: "Micronesia", dialCode: "+691" },
|
|
5080
|
-
{ iso2: "MD", name: "Moldova", dialCode: "+373" },
|
|
5081
|
-
{ iso2: "MC", name: "Monaco", dialCode: "+377" },
|
|
5082
|
-
{ iso2: "MN", name: "Mongolia", dialCode: "+976" },
|
|
5083
|
-
{ iso2: "ME", name: "Montenegro", dialCode: "+382" },
|
|
5084
|
-
{ iso2: "MS", name: "Montserrat", dialCode: "+1-664" },
|
|
5085
|
-
{ iso2: "MA", name: "Morocco", dialCode: "+212" },
|
|
5086
|
-
{ iso2: "MZ", name: "Mozambique", dialCode: "+258" },
|
|
5087
|
-
{ iso2: "MM", name: "Myanmar", dialCode: "+95" },
|
|
5088
|
-
{ iso2: "NA", name: "Namibia", dialCode: "+264" },
|
|
5089
|
-
{ iso2: "NR", name: "Nauru", dialCode: "+674" },
|
|
5090
|
-
{ iso2: "NP", name: "Nepal", dialCode: "+977" },
|
|
5091
|
-
{ iso2: "NL", name: "Netherlands", dialCode: "+31" },
|
|
5092
|
-
{ iso2: "NC", name: "New Caledonia", dialCode: "+687" },
|
|
5093
|
-
{ iso2: "NZ", name: "New Zealand", dialCode: "+64" },
|
|
5094
|
-
{ iso2: "NI", name: "Nicaragua", dialCode: "+505" },
|
|
5095
|
-
{ iso2: "NE", name: "Niger", dialCode: "+227" },
|
|
5096
|
-
{ iso2: "NG", name: "Nigeria", dialCode: "+234" },
|
|
5097
|
-
{ iso2: "NU", name: "Niue", dialCode: "+683" },
|
|
5098
|
-
{ iso2: "NF", name: "Norfolk Island", dialCode: "+672" },
|
|
5099
|
-
{ iso2: "MP", name: "Northern Mariana Islands", dialCode: "+1-670" },
|
|
5100
|
-
{ iso2: "NO", name: "Norway", dialCode: "+47" },
|
|
5101
|
-
{ iso2: "OM", name: "Oman", dialCode: "+968" },
|
|
5102
|
-
{ iso2: "PK", name: "Pakistan", dialCode: "+92" },
|
|
5103
|
-
{ iso2: "PW", name: "Palau", dialCode: "+680" },
|
|
5104
|
-
{ iso2: "PS", name: "Palestine", dialCode: "+970" },
|
|
5105
|
-
{ iso2: "PA", name: "Panama", dialCode: "+507" },
|
|
5106
|
-
{ iso2: "PG", name: "Papua New Guinea", dialCode: "+675" },
|
|
5107
|
-
{ iso2: "PY", name: "Paraguay", dialCode: "+595" },
|
|
5108
|
-
{ iso2: "PE", name: "Peru", dialCode: "+51" },
|
|
5109
|
-
{ iso2: "PH", name: "Philippines", dialCode: "+63" },
|
|
5110
|
-
{ iso2: "PN", name: "Pitcairn", dialCode: "+64" },
|
|
5111
|
-
{ iso2: "PL", name: "Poland", dialCode: "+48" },
|
|
5112
|
-
{ iso2: "PT", name: "Portugal", dialCode: "+351" },
|
|
5113
|
-
{ iso2: "PR", name: "Puerto Rico", dialCode: "+1-787" },
|
|
5114
|
-
{ iso2: "QA", name: "Qatar", dialCode: "+974" },
|
|
5115
|
-
{ iso2: "RE", name: "Reunion", dialCode: "+262" },
|
|
5116
|
-
{ iso2: "RO", name: "Romania", dialCode: "+40" },
|
|
5117
|
-
{ iso2: "RU", name: "Russia", dialCode: "+7" },
|
|
5118
|
-
{ iso2: "RW", name: "Rwanda", dialCode: "+250" },
|
|
5119
|
-
{ iso2: "BL", name: "Saint Barthelemy", dialCode: "+590" },
|
|
5120
|
-
{ iso2: "SH", name: "Saint Helena", dialCode: "+290" },
|
|
5121
|
-
{ iso2: "KN", name: "Saint Kitts and Nevis", dialCode: "+1-869" },
|
|
5122
|
-
{ iso2: "LC", name: "Saint Lucia", dialCode: "+1-758" },
|
|
5123
|
-
{ iso2: "MF", name: "Saint Martin", dialCode: "+590" },
|
|
5124
|
-
{ iso2: "PM", name: "Saint Pierre and Miquelon", dialCode: "+508" },
|
|
5125
|
-
{ iso2: "VC", name: "Saint Vincent and the Grenadines", dialCode: "+1-784" },
|
|
5126
|
-
{ iso2: "WS", name: "Samoa", dialCode: "+685" },
|
|
5127
|
-
{ iso2: "SM", name: "San Marino", dialCode: "+378" },
|
|
5128
|
-
{ iso2: "ST", name: "Sao Tome and Principe", dialCode: "+239" },
|
|
5129
|
-
{ iso2: "SA", name: "Saudi Arabia", dialCode: "+966" },
|
|
5130
|
-
{ iso2: "SN", name: "Senegal", dialCode: "+221" },
|
|
5131
|
-
{ iso2: "RS", name: "Serbia", dialCode: "+381" },
|
|
5132
|
-
{ iso2: "SC", name: "Seychelles", dialCode: "+248" },
|
|
5133
|
-
{ iso2: "SL", name: "Sierra Leone", dialCode: "+232" },
|
|
5134
|
-
{ iso2: "SG", name: "Singapore", dialCode: "+65" },
|
|
5135
|
-
{ iso2: "SX", name: "Sint Maarten", dialCode: "+1-721" },
|
|
5136
|
-
{ iso2: "SK", name: "Slovakia", dialCode: "+421" },
|
|
5137
|
-
{ iso2: "SI", name: "Slovenia", dialCode: "+386" },
|
|
5138
|
-
{ iso2: "SB", name: "Solomon Islands", dialCode: "+677" },
|
|
5139
|
-
{ iso2: "SO", name: "Somalia", dialCode: "+252" },
|
|
5140
|
-
{ iso2: "ZA", name: "South Africa", dialCode: "+27" },
|
|
5141
|
-
{ iso2: "GS", name: "South Georgia and the South Sandwich Islands", dialCode: "+500" },
|
|
5142
|
-
{ iso2: "SS", name: "South Sudan", dialCode: "+211" },
|
|
5143
|
-
{ iso2: "ES", name: "Spain", dialCode: "+34" },
|
|
5144
|
-
{ iso2: "LK", name: "Sri Lanka", dialCode: "+94" },
|
|
5145
|
-
{ iso2: "SD", name: "Sudan", dialCode: "+249" },
|
|
5146
|
-
{ iso2: "SR", name: "Suriname", dialCode: "+597" },
|
|
5147
|
-
{ iso2: "SJ", name: "Svalbard and Jan Mayen", dialCode: "+47" },
|
|
5148
|
-
{ iso2: "SZ", name: "Swaziland", dialCode: "+268" },
|
|
5149
|
-
{ iso2: "SE", name: "Sweden", dialCode: "+46" },
|
|
5150
|
-
{ iso2: "CH", name: "Switzerland", dialCode: "+41" },
|
|
5151
|
-
{ iso2: "SY", name: "Syria", dialCode: "+963" },
|
|
5152
|
-
{ iso2: "TW", name: "Taiwan", dialCode: "+886" },
|
|
5153
|
-
{ iso2: "TJ", name: "Tajikistan", dialCode: "+992" },
|
|
5154
|
-
{ iso2: "TZ", name: "Tanzania", dialCode: "+255" },
|
|
5155
|
-
{ iso2: "TH", name: "Thailand", dialCode: "+66" },
|
|
5156
|
-
{ iso2: "TL", name: "Timor-Leste", dialCode: "+670" },
|
|
5157
|
-
{ iso2: "TG", name: "Togo", dialCode: "+228" },
|
|
5158
|
-
{ iso2: "TK", name: "Tokelau", dialCode: "+690" },
|
|
5159
|
-
{ iso2: "TO", name: "Tonga", dialCode: "+676" },
|
|
5160
|
-
{ iso2: "TT", name: "Trinidad and Tobago", dialCode: "+1-868" },
|
|
5161
|
-
{ iso2: "TN", name: "Tunisia", dialCode: "+216" },
|
|
5162
|
-
{ iso2: "TR", name: "Turkey", dialCode: "+90" },
|
|
5163
|
-
{ iso2: "TM", name: "Turkmenistan", dialCode: "+993" },
|
|
5164
|
-
{ iso2: "TC", name: "Turks and Caicos Islands", dialCode: "+1-649" },
|
|
5165
|
-
{ iso2: "TV", name: "Tuvalu", dialCode: "+688" },
|
|
5166
|
-
{ iso2: "UG", name: "Uganda", dialCode: "+256" },
|
|
5167
|
-
{ iso2: "UA", name: "Ukraine", dialCode: "+380" },
|
|
5168
|
-
{ iso2: "AE", name: "United Arab Emirates", dialCode: "+971" },
|
|
5169
|
-
{ iso2: "GB", name: "United Kingdom", dialCode: "+44" },
|
|
5170
|
-
{ iso2: "US", name: "United States", dialCode: "+1" },
|
|
5171
|
-
{ iso2: "UY", name: "Uruguay", dialCode: "+598" },
|
|
5172
|
-
{ iso2: "UZ", name: "Uzbekistan", dialCode: "+998" },
|
|
5173
|
-
{ iso2: "VU", name: "Vanuatu", dialCode: "+678" },
|
|
5174
|
-
{ iso2: "VA", name: "Vatican City", dialCode: "+379" },
|
|
5175
|
-
{ iso2: "VE", name: "Venezuela", dialCode: "+58" },
|
|
5176
|
-
{ iso2: "VN", name: "Vietnam", dialCode: "+84" },
|
|
5177
|
-
{ iso2: "VG", name: "British Virgin Islands", dialCode: "+1-284" },
|
|
5178
|
-
{ iso2: "VI", name: "US Virgin Islands", dialCode: "+1-340" },
|
|
5179
|
-
{ iso2: "WF", name: "Wallis and Futuna", dialCode: "+681" },
|
|
5180
|
-
{ iso2: "EH", name: "Western Sahara", dialCode: "+212" },
|
|
5181
|
-
{ iso2: "YE", name: "Yemen", dialCode: "+967" },
|
|
5182
|
-
{ iso2: "ZM", name: "Zambia", dialCode: "+260" },
|
|
5183
|
-
{ iso2: "ZW", name: "Zimbabwe", dialCode: "+263" }
|
|
5184
|
-
], ve = (e) => {
|
|
5229
|
+
}, ve = (e) => {
|
|
5185
5230
|
const a = e.toUpperCase().split("").map((o) => 127397 + o.charCodeAt(0));
|
|
5186
5231
|
return String.fromCodePoint(...a);
|
|
5187
|
-
},
|
|
5232
|
+
}, za = () => {
|
|
5188
5233
|
if (typeof navigator > "u") return null;
|
|
5189
5234
|
const a = (navigator.language || "").match(/[-_](\w{2})$/);
|
|
5190
5235
|
return a ? a[1].toUpperCase() : null;
|
|
5191
|
-
},
|
|
5236
|
+
}, Ra = ({
|
|
5192
5237
|
value: e,
|
|
5193
5238
|
onChange: a,
|
|
5194
5239
|
country: o,
|
|
5195
5240
|
defaultCountry: t = "US",
|
|
5196
5241
|
autoDetect: n = !0,
|
|
5197
|
-
onCountryChange:
|
|
5242
|
+
onCountryChange: d,
|
|
5198
5243
|
label: i,
|
|
5199
5244
|
error: s,
|
|
5200
5245
|
hint: l,
|
|
5201
5246
|
searchable: u = !0,
|
|
5202
5247
|
showFlags: m = !0,
|
|
5203
5248
|
animate: h = !0,
|
|
5204
|
-
disabled:
|
|
5205
|
-
className:
|
|
5249
|
+
disabled: k,
|
|
5250
|
+
className: v,
|
|
5206
5251
|
placeholder: w,
|
|
5207
|
-
...
|
|
5252
|
+
...N
|
|
5208
5253
|
}) => {
|
|
5209
|
-
const f = h !== !1, [
|
|
5254
|
+
const f = h !== !1, [S, L] = D(!1), [R, M] = D(""), [G, E] = D(t), T = Y(null);
|
|
5210
5255
|
q(() => {
|
|
5211
5256
|
o && E(o.toUpperCase());
|
|
5212
5257
|
}, [o]), q(() => {
|
|
5213
5258
|
if (!o && n) {
|
|
5214
|
-
const b =
|
|
5259
|
+
const b = za();
|
|
5215
5260
|
b && E(b);
|
|
5216
5261
|
}
|
|
5217
5262
|
}, [n, o]), q(() => {
|
|
5218
5263
|
const b = (z) => {
|
|
5219
|
-
T.current && !T.current.contains(z.target) && (L(!1),
|
|
5264
|
+
T.current && !T.current.contains(z.target) && (L(!1), M(""));
|
|
5220
5265
|
};
|
|
5221
5266
|
return document.addEventListener("mousedown", b), () => document.removeEventListener("mousedown", b);
|
|
5222
5267
|
}, []);
|
|
5223
|
-
const g =
|
|
5268
|
+
const g = Ce(() => {
|
|
5224
5269
|
const b = (o || G || t).toUpperCase();
|
|
5225
|
-
return
|
|
5226
|
-
}, [o, G, t]), P =
|
|
5227
|
-
if (!u || !R.trim()) return
|
|
5270
|
+
return ae.find((z) => z.iso2 === b) || ae[0];
|
|
5271
|
+
}, [o, G, t]), P = Ce(() => {
|
|
5272
|
+
if (!u || !R.trim()) return ae;
|
|
5228
5273
|
const b = R.toLowerCase();
|
|
5229
|
-
return
|
|
5274
|
+
return ae.filter((z) => z.name.toLowerCase().includes(b) || z.iso2.toLowerCase().includes(b) || z.dialCode.replace(/\s/g, "").includes(b.replace(/\s/g, "")));
|
|
5230
5275
|
}, [R, u]), B = (b) => {
|
|
5231
|
-
o || E(b.iso2),
|
|
5276
|
+
o || E(b.iso2), d?.(b), L(!1), M("");
|
|
5232
5277
|
};
|
|
5233
|
-
return /* @__PURE__ */
|
|
5278
|
+
return /* @__PURE__ */ c("div", { ref: T, className: p("w-full space-y-1.5", v), children: [
|
|
5234
5279
|
i && /* @__PURE__ */ r("label", { className: "block text-sm font-medium text-foreground", children: i }),
|
|
5235
|
-
/* @__PURE__ */
|
|
5236
|
-
/* @__PURE__ */
|
|
5280
|
+
/* @__PURE__ */ c("div", { className: "relative", children: [
|
|
5281
|
+
/* @__PURE__ */ c(
|
|
5237
5282
|
"div",
|
|
5238
5283
|
{
|
|
5239
5284
|
className: p(
|
|
@@ -5243,12 +5288,12 @@ const tt = ({
|
|
|
5243
5288
|
s ? "border-error" : "border-border"
|
|
5244
5289
|
),
|
|
5245
5290
|
children: [
|
|
5246
|
-
/* @__PURE__ */
|
|
5291
|
+
/* @__PURE__ */ c(
|
|
5247
5292
|
"button",
|
|
5248
5293
|
{
|
|
5249
5294
|
type: "button",
|
|
5250
|
-
onClick: () => !
|
|
5251
|
-
disabled:
|
|
5295
|
+
onClick: () => !k && L(!S),
|
|
5296
|
+
disabled: k,
|
|
5252
5297
|
className: p(
|
|
5253
5298
|
"flex items-center gap-2 px-3 py-2 text-left",
|
|
5254
5299
|
"border-r border-border/70",
|
|
@@ -5256,16 +5301,16 @@ const tt = ({
|
|
|
5256
5301
|
"disabled:opacity-50 disabled:cursor-not-allowed"
|
|
5257
5302
|
),
|
|
5258
5303
|
"aria-haspopup": "listbox",
|
|
5259
|
-
"aria-expanded":
|
|
5304
|
+
"aria-expanded": S,
|
|
5260
5305
|
children: [
|
|
5261
5306
|
m && /* @__PURE__ */ r("span", { className: "text-base", "aria-hidden": !0, children: ve(g.iso2) }),
|
|
5262
5307
|
/* @__PURE__ */ r("span", { className: "text-sm font-medium text-foreground", children: g.dialCode }),
|
|
5263
5308
|
/* @__PURE__ */ r(
|
|
5264
|
-
|
|
5309
|
+
Te,
|
|
5265
5310
|
{
|
|
5266
5311
|
className: p(
|
|
5267
5312
|
"w-4 h-4 text-primary transition-transform",
|
|
5268
|
-
|
|
5313
|
+
S && "rotate-180"
|
|
5269
5314
|
)
|
|
5270
5315
|
}
|
|
5271
5316
|
)
|
|
@@ -5280,20 +5325,20 @@ const tt = ({
|
|
|
5280
5325
|
value: e ?? "",
|
|
5281
5326
|
onChange: (b) => a?.(b.target.value),
|
|
5282
5327
|
placeholder: w || "Phone number",
|
|
5283
|
-
disabled:
|
|
5328
|
+
disabled: k,
|
|
5284
5329
|
className: p(
|
|
5285
5330
|
"flex-1 px-4 py-2.5 text-base bg-transparent text-foreground",
|
|
5286
5331
|
"placeholder:text-foreground/50 focus:outline-none",
|
|
5287
5332
|
"disabled:opacity-50 disabled:cursor-not-allowed"
|
|
5288
5333
|
),
|
|
5289
|
-
...
|
|
5334
|
+
...N
|
|
5290
5335
|
}
|
|
5291
5336
|
)
|
|
5292
5337
|
]
|
|
5293
5338
|
}
|
|
5294
5339
|
),
|
|
5295
|
-
f ? /* @__PURE__ */ r(Q, { children:
|
|
5296
|
-
|
|
5340
|
+
f ? /* @__PURE__ */ r(Q, { children: S ? /* @__PURE__ */ c(
|
|
5341
|
+
C.div,
|
|
5297
5342
|
{
|
|
5298
5343
|
initial: { opacity: 0, y: -10 },
|
|
5299
5344
|
animate: { opacity: 1, y: 0 },
|
|
@@ -5302,15 +5347,15 @@ const tt = ({
|
|
|
5302
5347
|
role: "listbox",
|
|
5303
5348
|
className: "absolute right-0 z-50 mt-2 w-max min-w-56 max-w-none bg-background rounded-md border border-border shadow-lg max-h-80 overflow-hidden",
|
|
5304
5349
|
children: [
|
|
5305
|
-
u && /* @__PURE__ */ r("div", { className: "p-2 border-b border-border", children: /* @__PURE__ */
|
|
5306
|
-
/* @__PURE__ */ r(
|
|
5350
|
+
u && /* @__PURE__ */ r("div", { className: "p-2 border-b border-border", children: /* @__PURE__ */ c("div", { className: "relative", children: [
|
|
5351
|
+
/* @__PURE__ */ r(te, { className: "absolute left-3 top-1/2 -translate-y-1/2 w-4 h-4 text-primary/50" }),
|
|
5307
5352
|
/* @__PURE__ */ r(
|
|
5308
5353
|
"input",
|
|
5309
5354
|
{
|
|
5310
5355
|
type: "text",
|
|
5311
5356
|
placeholder: "Search country or code",
|
|
5312
5357
|
value: R,
|
|
5313
|
-
onChange: (b) =>
|
|
5358
|
+
onChange: (b) => M(b.target.value),
|
|
5314
5359
|
className: "w-full pl-10 pr-8 py-2 text-sm border border-border rounded-md bg-background text-foreground focus:outline-none focus:ring-2 focus:ring-primary"
|
|
5315
5360
|
}
|
|
5316
5361
|
),
|
|
@@ -5318,14 +5363,14 @@ const tt = ({
|
|
|
5318
5363
|
"button",
|
|
5319
5364
|
{
|
|
5320
5365
|
type: "button",
|
|
5321
|
-
onClick: () =>
|
|
5366
|
+
onClick: () => M(""),
|
|
5322
5367
|
className: "absolute right-2 top-1/2 -translate-y-1/2",
|
|
5323
5368
|
"aria-label": "Clear search",
|
|
5324
5369
|
children: /* @__PURE__ */ r(H, { className: "w-4 h-4 text-primary/50 hover:text-primary" })
|
|
5325
5370
|
}
|
|
5326
5371
|
)
|
|
5327
5372
|
] }) }),
|
|
5328
|
-
/* @__PURE__ */ r("div", { className: "overflow-y-auto max-h-64 p-2 space-y-1", children: P.map((b) => /* @__PURE__ */
|
|
5373
|
+
/* @__PURE__ */ r("div", { className: "overflow-y-auto max-h-64 p-2 space-y-1", children: P.map((b) => /* @__PURE__ */ c(
|
|
5329
5374
|
"button",
|
|
5330
5375
|
{
|
|
5331
5376
|
type: "button",
|
|
@@ -5347,21 +5392,21 @@ const tt = ({
|
|
|
5347
5392
|
)) })
|
|
5348
5393
|
]
|
|
5349
5394
|
}
|
|
5350
|
-
) : null }) :
|
|
5395
|
+
) : null }) : S && /* @__PURE__ */ c(
|
|
5351
5396
|
"div",
|
|
5352
5397
|
{
|
|
5353
5398
|
role: "listbox",
|
|
5354
5399
|
className: "absolute right-0 z-50 mt-2 w-max min-w-56 max-w-none bg-background rounded-md border border-border shadow-lg max-h-80 overflow-hidden",
|
|
5355
5400
|
children: [
|
|
5356
|
-
u && /* @__PURE__ */ r("div", { className: "p-2 border-b border-border", children: /* @__PURE__ */
|
|
5357
|
-
/* @__PURE__ */ r(
|
|
5401
|
+
u && /* @__PURE__ */ r("div", { className: "p-2 border-b border-border", children: /* @__PURE__ */ c("div", { className: "relative", children: [
|
|
5402
|
+
/* @__PURE__ */ r(te, { className: "absolute left-3 top-1/2 -translate-y-1/2 w-4 h-4 text-primary/50" }),
|
|
5358
5403
|
/* @__PURE__ */ r(
|
|
5359
5404
|
"input",
|
|
5360
5405
|
{
|
|
5361
5406
|
type: "text",
|
|
5362
5407
|
placeholder: "Search country or code",
|
|
5363
5408
|
value: R,
|
|
5364
|
-
onChange: (b) =>
|
|
5409
|
+
onChange: (b) => M(b.target.value),
|
|
5365
5410
|
className: "w-full pl-10 pr-8 py-2 text-sm border border-border rounded-md bg-background text-foreground focus:outline-none focus:ring-2 focus:ring-primary"
|
|
5366
5411
|
}
|
|
5367
5412
|
),
|
|
@@ -5369,14 +5414,14 @@ const tt = ({
|
|
|
5369
5414
|
"button",
|
|
5370
5415
|
{
|
|
5371
5416
|
type: "button",
|
|
5372
|
-
onClick: () =>
|
|
5417
|
+
onClick: () => M(""),
|
|
5373
5418
|
className: "absolute right-2 top-1/2 -translate-y-1/2",
|
|
5374
5419
|
"aria-label": "Clear search",
|
|
5375
5420
|
children: /* @__PURE__ */ r(H, { className: "w-4 h-4 text-primary/50 hover:text-primary" })
|
|
5376
5421
|
}
|
|
5377
5422
|
)
|
|
5378
5423
|
] }) }),
|
|
5379
|
-
/* @__PURE__ */ r("div", { className: "overflow-y-auto max-h-64 p-2 space-y-1", children: P.map((b) => /* @__PURE__ */
|
|
5424
|
+
/* @__PURE__ */ r("div", { className: "overflow-y-auto max-h-64 p-2 space-y-1", children: P.map((b) => /* @__PURE__ */ c(
|
|
5380
5425
|
"button",
|
|
5381
5426
|
{
|
|
5382
5427
|
type: "button",
|
|
@@ -5401,7 +5446,7 @@ const tt = ({
|
|
|
5401
5446
|
)
|
|
5402
5447
|
] }),
|
|
5403
5448
|
s && /* @__PURE__ */ r(
|
|
5404
|
-
|
|
5449
|
+
C.p,
|
|
5405
5450
|
{
|
|
5406
5451
|
...f ? { initial: { opacity: 0, y: -5 }, animate: { opacity: 1, y: 0 } } : {},
|
|
5407
5452
|
className: "text-sm text-error",
|
|
@@ -5411,16 +5456,16 @@ const tt = ({
|
|
|
5411
5456
|
l && !s && /* @__PURE__ */ r("p", { className: "text-sm text-primary/70", children: l })
|
|
5412
5457
|
] });
|
|
5413
5458
|
};
|
|
5414
|
-
|
|
5415
|
-
const
|
|
5459
|
+
Ra.displayName = "PhoneInput";
|
|
5460
|
+
const lt = ({
|
|
5416
5461
|
items: e,
|
|
5417
5462
|
onRemove: a,
|
|
5418
5463
|
onView: o,
|
|
5419
5464
|
columns: t = 3,
|
|
5420
5465
|
className: n,
|
|
5421
|
-
animate:
|
|
5466
|
+
animate: d = !0
|
|
5422
5467
|
}) => {
|
|
5423
|
-
const i =
|
|
5468
|
+
const i = d !== !1, s = {
|
|
5424
5469
|
2: "grid-cols-2",
|
|
5425
5470
|
3: "grid-cols-3",
|
|
5426
5471
|
4: "grid-cols-4"
|
|
@@ -5435,11 +5480,11 @@ const st = ({
|
|
|
5435
5480
|
case "audio":
|
|
5436
5481
|
return /* @__PURE__ */ r(Pe, { className: "w-8 h-8 text-primary" });
|
|
5437
5482
|
default:
|
|
5438
|
-
return /* @__PURE__ */ r(
|
|
5483
|
+
return /* @__PURE__ */ r(Ar, { className: "w-8 h-8 text-primary" });
|
|
5439
5484
|
}
|
|
5440
5485
|
};
|
|
5441
|
-
return e.length === 0 ? null : /* @__PURE__ */ r("div", { className: p("w-full", n), children: /* @__PURE__ */ r("div", { className: p("grid gap-3", s[t]), children: e.map((m) => /* @__PURE__ */
|
|
5442
|
-
|
|
5486
|
+
return e.length === 0 ? null : /* @__PURE__ */ r("div", { className: p("w-full", n), children: /* @__PURE__ */ r("div", { className: p("grid gap-3", s[t]), children: e.map((m) => /* @__PURE__ */ c(
|
|
5487
|
+
C.div,
|
|
5443
5488
|
{
|
|
5444
5489
|
...i ? { initial: { opacity: 0, scale: 0.8 }, animate: { opacity: 1, scale: 1 }, exit: { opacity: 0, scale: 0.8 } } : {},
|
|
5445
5490
|
className: "relative group",
|
|
@@ -5461,14 +5506,14 @@ const st = ({
|
|
|
5461
5506
|
alt: m.name,
|
|
5462
5507
|
className: "w-full h-full object-cover"
|
|
5463
5508
|
}
|
|
5464
|
-
) : /* @__PURE__ */
|
|
5509
|
+
) : /* @__PURE__ */ c("div", { className: "flex flex-col items-center gap-2 p-3", children: [
|
|
5465
5510
|
u(m.type),
|
|
5466
5511
|
/* @__PURE__ */ r("p", { className: "text-xs text-center text-primary line-clamp-2", children: m.name })
|
|
5467
5512
|
] })
|
|
5468
5513
|
}
|
|
5469
5514
|
),
|
|
5470
5515
|
a && /* @__PURE__ */ r(
|
|
5471
|
-
|
|
5516
|
+
C.button,
|
|
5472
5517
|
{
|
|
5473
5518
|
...i ? { initial: { opacity: 0 }, whileHover: { opacity: 1 } } : {},
|
|
5474
5519
|
className: "absolute -top-2 -right-2 p-1.5 bg-error text-white rounded-full shadow-lg hover:bg-red-600 opacity-0 group-hover:opacity-100 transition-opacity",
|
|
@@ -5478,7 +5523,7 @@ const st = ({
|
|
|
5478
5523
|
children: /* @__PURE__ */ r(H, { className: "w-4 h-4" })
|
|
5479
5524
|
}
|
|
5480
5525
|
),
|
|
5481
|
-
m.size && /* @__PURE__ */
|
|
5526
|
+
m.size && /* @__PURE__ */ c("div", { className: "absolute bottom-0 left-0 right-0 bg-black/60 text-white text-xs p-1.5 backdrop-blur-sm", children: [
|
|
5482
5527
|
/* @__PURE__ */ r("p", { className: "truncate", children: m.name }),
|
|
5483
5528
|
/* @__PURE__ */ r("p", { className: "text-white/70", children: l(m.size) })
|
|
5484
5529
|
] })
|
|
@@ -5486,16 +5531,16 @@ const st = ({
|
|
|
5486
5531
|
},
|
|
5487
5532
|
m.id
|
|
5488
5533
|
)) }) });
|
|
5489
|
-
},
|
|
5534
|
+
}, dt = ({
|
|
5490
5535
|
text: e = "Built by StackLoop",
|
|
5491
5536
|
showHeart: a = !0,
|
|
5492
5537
|
href: o,
|
|
5493
5538
|
position: t = "fixed",
|
|
5494
5539
|
backgroundColor: n = "bg-gray-900",
|
|
5495
|
-
textColor:
|
|
5540
|
+
textColor: d = "text-gray-400",
|
|
5496
5541
|
className: i = ""
|
|
5497
5542
|
}) => {
|
|
5498
|
-
const s = a ? /* @__PURE__ */
|
|
5543
|
+
const s = a ? /* @__PURE__ */ c(ie, { children: [
|
|
5499
5544
|
"Built with ",
|
|
5500
5545
|
/* @__PURE__ */ r("span", { className: "text-red-500 mx-1", children: "❤️" }),
|
|
5501
5546
|
" by ",
|
|
@@ -5506,10 +5551,10 @@ const st = ({
|
|
|
5506
5551
|
href: o,
|
|
5507
5552
|
target: "_blank",
|
|
5508
5553
|
rel: "noopener noreferrer",
|
|
5509
|
-
className: `${
|
|
5554
|
+
className: `${d} hover:text-white transition-colors duration-200 text-sm`,
|
|
5510
5555
|
children: s
|
|
5511
5556
|
}
|
|
5512
|
-
) : /* @__PURE__ */ r("span", { className: `${
|
|
5557
|
+
) : /* @__PURE__ */ r("span", { className: `${d} text-sm`, children: s });
|
|
5513
5558
|
return /* @__PURE__ */ r(
|
|
5514
5559
|
"div",
|
|
5515
5560
|
{
|
|
@@ -5520,44 +5565,45 @@ const st = ({
|
|
|
5520
5565
|
);
|
|
5521
5566
|
};
|
|
5522
5567
|
export {
|
|
5523
|
-
|
|
5524
|
-
|
|
5525
|
-
|
|
5568
|
+
it as AudioRecorder,
|
|
5569
|
+
rt as Badge,
|
|
5570
|
+
Za as BottomSheet,
|
|
5526
5571
|
Me as Button,
|
|
5527
|
-
|
|
5528
|
-
|
|
5529
|
-
|
|
5530
|
-
|
|
5531
|
-
|
|
5532
|
-
|
|
5533
|
-
|
|
5534
|
-
|
|
5535
|
-
|
|
5536
|
-
|
|
5537
|
-
|
|
5538
|
-
|
|
5539
|
-
|
|
5540
|
-
|
|
5541
|
-
|
|
5542
|
-
|
|
5543
|
-
|
|
5544
|
-
Ya as
|
|
5545
|
-
|
|
5546
|
-
|
|
5547
|
-
|
|
5548
|
-
|
|
5549
|
-
|
|
5550
|
-
|
|
5551
|
-
|
|
5552
|
-
|
|
5553
|
-
|
|
5554
|
-
|
|
5555
|
-
|
|
5556
|
-
|
|
5557
|
-
|
|
5558
|
-
|
|
5559
|
-
|
|
5572
|
+
nt as CameraCapture,
|
|
5573
|
+
Ua as Card,
|
|
5574
|
+
Wa as CardContent,
|
|
5575
|
+
Ha as CardDescription,
|
|
5576
|
+
Va as CardHeader,
|
|
5577
|
+
Ka as CardTitle,
|
|
5578
|
+
ya as Checkbox,
|
|
5579
|
+
va as CountrySelect,
|
|
5580
|
+
dt as CreditBar,
|
|
5581
|
+
Fa as DatePicker,
|
|
5582
|
+
$a as Drawer,
|
|
5583
|
+
Oa as Dropdown,
|
|
5584
|
+
ja as DualSlider,
|
|
5585
|
+
Xa as FAB,
|
|
5586
|
+
st as FileUploader,
|
|
5587
|
+
Ca as FloatingActionButton,
|
|
5588
|
+
fa as Input,
|
|
5589
|
+
Ya as Modal,
|
|
5590
|
+
_a as ModalContent,
|
|
5591
|
+
Ja as ModalFooter,
|
|
5592
|
+
at as OfflineBadge,
|
|
5593
|
+
Qa as Pagination,
|
|
5594
|
+
Ra as PhoneInput,
|
|
5595
|
+
Ba as RadioPills,
|
|
5596
|
+
tr as Select,
|
|
5597
|
+
Da as Slider,
|
|
5598
|
+
Sa as Spinner,
|
|
5599
|
+
et as StepProgress,
|
|
5600
|
+
tt as SyncIndicator,
|
|
5601
|
+
qa as Table,
|
|
5602
|
+
ga as Textarea,
|
|
5603
|
+
lt as ThumbnailGrid,
|
|
5604
|
+
Ia as ToastProvider,
|
|
5605
|
+
xa as Toggle,
|
|
5560
5606
|
p as cn,
|
|
5561
|
-
|
|
5607
|
+
ot as useToast
|
|
5562
5608
|
};
|
|
5563
5609
|
//# sourceMappingURL=index.js.map
|