@stackloop/ui 1.0.9 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +213 -0
- package/dist/Select.d.ts +20 -0
- package/dist/Spinner.d.ts +8 -0
- package/dist/Toast.d.ts +26 -0
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +6 -0
- package/dist/index.js +1111 -830
- package/dist/index.js.map +1 -1
- package/dist/ui.css +1 -1
- package/package.json +2 -1
package/dist/index.js
CHANGED
|
@@ -1,128 +1,128 @@
|
|
|
1
|
-
import { jsxs as d, jsx as r, Fragment as
|
|
2
|
-
import
|
|
1
|
+
import { jsxs as d, jsx as r, Fragment as me } from "react/jsx-runtime";
|
|
2
|
+
import Le, { forwardRef as ae, useState as O, useRef as H, useEffect as Z, createContext as er, useCallback as ze, useContext as rr } from "react";
|
|
3
3
|
import { motion as g, AnimatePresence as Q } from "framer-motion";
|
|
4
|
-
import { Loader2 as
|
|
5
|
-
function
|
|
4
|
+
import { Loader2 as tr, Check as Oe, X as $, ChevronDown as Ee, Search as Fe, Calendar as or, ChevronLeft as Pe, ChevronRight as Ge, ArrowUp as ar, ArrowDown as nr, ChevronsUpDown as sr, Plus as ir, WifiOff as ge, Wifi as Te, Info as lr, AlertTriangle as cr, AlertCircle as dr, CheckCircle as mr, Camera as ur, Upload as pr, Play as br, Pause as hr, Mic as fr, Square as gr, Trash2 as yr, Image as xr, FileText as Me } from "lucide-react";
|
|
5
|
+
function Ue(e) {
|
|
6
6
|
var t, a, o = "";
|
|
7
7
|
if (typeof e == "string" || typeof e == "number") o += e;
|
|
8
8
|
else if (typeof e == "object") if (Array.isArray(e)) {
|
|
9
|
-
var
|
|
10
|
-
for (t = 0; t <
|
|
9
|
+
var s = e.length;
|
|
10
|
+
for (t = 0; t < s; t++) e[t] && (a = Ue(e[t])) && (o && (o += " "), o += a);
|
|
11
11
|
} else for (a in e) e[a] && (o && (o += " "), o += a);
|
|
12
12
|
return o;
|
|
13
13
|
}
|
|
14
|
-
function
|
|
15
|
-
for (var e, t, a = 0, o = "",
|
|
14
|
+
function wr() {
|
|
15
|
+
for (var e, t, a = 0, o = "", s = arguments.length; a < s; a++) (e = arguments[a]) && (t = Ue(e)) && (o && (o += " "), o += t);
|
|
16
16
|
return o;
|
|
17
17
|
}
|
|
18
|
-
const
|
|
18
|
+
const vr = (e, t) => {
|
|
19
19
|
const a = new Array(e.length + t.length);
|
|
20
20
|
for (let o = 0; o < e.length; o++)
|
|
21
21
|
a[o] = e[o];
|
|
22
22
|
for (let o = 0; o < t.length; o++)
|
|
23
23
|
a[e.length + o] = t[o];
|
|
24
24
|
return a;
|
|
25
|
-
},
|
|
25
|
+
}, Nr = (e, t) => ({
|
|
26
26
|
classGroupId: e,
|
|
27
27
|
validator: t
|
|
28
|
-
}),
|
|
28
|
+
}), Be = (e = /* @__PURE__ */ new Map(), t = null, a) => ({
|
|
29
29
|
nextPart: e,
|
|
30
30
|
validators: t,
|
|
31
31
|
classGroupId: a
|
|
32
|
-
}),
|
|
33
|
-
const t =
|
|
32
|
+
}), ue = "-", Re = [], kr = "arbitrary..", Cr = (e) => {
|
|
33
|
+
const t = zr(e), {
|
|
34
34
|
conflictingClassGroups: a,
|
|
35
35
|
conflictingClassGroupModifiers: o
|
|
36
36
|
} = e;
|
|
37
37
|
return {
|
|
38
|
-
getClassGroupId: (
|
|
39
|
-
if (
|
|
40
|
-
return
|
|
41
|
-
const c =
|
|
42
|
-
return
|
|
38
|
+
getClassGroupId: (n) => {
|
|
39
|
+
if (n.startsWith("[") && n.endsWith("]"))
|
|
40
|
+
return Sr(n);
|
|
41
|
+
const c = n.split(ue), i = c[0] === "" && c.length > 1 ? 1 : 0;
|
|
42
|
+
return $e(c, i, t);
|
|
43
43
|
},
|
|
44
|
-
getConflictingClassGroupIds: (
|
|
44
|
+
getConflictingClassGroupIds: (n, c) => {
|
|
45
45
|
if (c) {
|
|
46
|
-
const i = o[
|
|
47
|
-
return i ? m ?
|
|
46
|
+
const i = o[n], m = a[n];
|
|
47
|
+
return i ? m ? vr(m, i) : i : m || Re;
|
|
48
48
|
}
|
|
49
|
-
return a[
|
|
49
|
+
return a[n] || Re;
|
|
50
50
|
}
|
|
51
51
|
};
|
|
52
|
-
},
|
|
52
|
+
}, $e = (e, t, a) => {
|
|
53
53
|
if (e.length - t === 0)
|
|
54
54
|
return a.classGroupId;
|
|
55
|
-
const
|
|
55
|
+
const s = e[t], l = a.nextPart.get(s);
|
|
56
56
|
if (l) {
|
|
57
|
-
const m =
|
|
57
|
+
const m = $e(e, t + 1, l);
|
|
58
58
|
if (m) return m;
|
|
59
59
|
}
|
|
60
|
-
const
|
|
61
|
-
if (
|
|
60
|
+
const n = a.validators;
|
|
61
|
+
if (n === null)
|
|
62
62
|
return;
|
|
63
|
-
const c = t === 0 ? e.join(
|
|
63
|
+
const c = t === 0 ? e.join(ue) : e.slice(t).join(ue), i = n.length;
|
|
64
64
|
for (let m = 0; m < i; m++) {
|
|
65
|
-
const
|
|
66
|
-
if (
|
|
67
|
-
return
|
|
65
|
+
const y = n[m];
|
|
66
|
+
if (y.validator(c))
|
|
67
|
+
return y.classGroupId;
|
|
68
68
|
}
|
|
69
|
-
},
|
|
69
|
+
}, Sr = (e) => e.slice(1, -1).indexOf(":") === -1 ? void 0 : (() => {
|
|
70
70
|
const t = e.slice(1, -1), a = t.indexOf(":"), o = t.slice(0, a);
|
|
71
|
-
return o ?
|
|
72
|
-
})(),
|
|
71
|
+
return o ? kr + o : void 0;
|
|
72
|
+
})(), zr = (e) => {
|
|
73
73
|
const {
|
|
74
74
|
theme: t,
|
|
75
75
|
classGroups: a
|
|
76
76
|
} = e;
|
|
77
|
-
return
|
|
78
|
-
},
|
|
79
|
-
const a =
|
|
77
|
+
return Tr(a, t);
|
|
78
|
+
}, Tr = (e, t) => {
|
|
79
|
+
const a = Be();
|
|
80
80
|
for (const o in e) {
|
|
81
|
-
const
|
|
82
|
-
we(
|
|
81
|
+
const s = e[o];
|
|
82
|
+
we(s, a, o, t);
|
|
83
83
|
}
|
|
84
84
|
return a;
|
|
85
85
|
}, we = (e, t, a, o) => {
|
|
86
|
-
const
|
|
87
|
-
for (let l = 0; l <
|
|
88
|
-
const
|
|
89
|
-
|
|
86
|
+
const s = e.length;
|
|
87
|
+
for (let l = 0; l < s; l++) {
|
|
88
|
+
const n = e[l];
|
|
89
|
+
Mr(n, t, a, o);
|
|
90
90
|
}
|
|
91
|
-
},
|
|
91
|
+
}, Mr = (e, t, a, o) => {
|
|
92
92
|
if (typeof e == "string") {
|
|
93
|
-
|
|
93
|
+
Rr(e, t, a);
|
|
94
94
|
return;
|
|
95
95
|
}
|
|
96
96
|
if (typeof e == "function") {
|
|
97
|
-
|
|
97
|
+
Ar(e, t, a, o);
|
|
98
98
|
return;
|
|
99
99
|
}
|
|
100
|
-
|
|
101
|
-
},
|
|
102
|
-
const o = e === "" ? t :
|
|
100
|
+
Ir(e, t, a, o);
|
|
101
|
+
}, Rr = (e, t, a) => {
|
|
102
|
+
const o = e === "" ? t : Ve(t, e);
|
|
103
103
|
o.classGroupId = a;
|
|
104
|
-
},
|
|
105
|
-
if (
|
|
104
|
+
}, Ar = (e, t, a, o) => {
|
|
105
|
+
if (jr(e)) {
|
|
106
106
|
we(e(o), t, a, o);
|
|
107
107
|
return;
|
|
108
108
|
}
|
|
109
|
-
t.validators === null && (t.validators = []), t.validators.push(
|
|
110
|
-
},
|
|
111
|
-
const
|
|
112
|
-
for (let
|
|
113
|
-
const [c, i] = n
|
|
114
|
-
we(i,
|
|
109
|
+
t.validators === null && (t.validators = []), t.validators.push(Nr(a, e));
|
|
110
|
+
}, Ir = (e, t, a, o) => {
|
|
111
|
+
const s = Object.entries(e), l = s.length;
|
|
112
|
+
for (let n = 0; n < l; n++) {
|
|
113
|
+
const [c, i] = s[n];
|
|
114
|
+
we(i, Ve(t, c), a, o);
|
|
115
115
|
}
|
|
116
|
-
},
|
|
116
|
+
}, Ve = (e, t) => {
|
|
117
117
|
let a = e;
|
|
118
|
-
const o = t.split(
|
|
119
|
-
for (let l = 0; l <
|
|
120
|
-
const
|
|
121
|
-
let c = a.nextPart.get(
|
|
122
|
-
c || (c =
|
|
118
|
+
const o = t.split(ue), s = o.length;
|
|
119
|
+
for (let l = 0; l < s; l++) {
|
|
120
|
+
const n = o[l];
|
|
121
|
+
let c = a.nextPart.get(n);
|
|
122
|
+
c || (c = Be(), a.nextPart.set(n, c)), a = c;
|
|
123
123
|
}
|
|
124
124
|
return a;
|
|
125
|
-
},
|
|
125
|
+
}, jr = (e) => "isThemeGetter" in e && e.isThemeGetter === !0, Dr = (e) => {
|
|
126
126
|
if (e < 1)
|
|
127
127
|
return {
|
|
128
128
|
get: () => {
|
|
@@ -131,177 +131,177 @@ const pr = (e, t) => {
|
|
|
131
131
|
}
|
|
132
132
|
};
|
|
133
133
|
let t = 0, a = /* @__PURE__ */ Object.create(null), o = /* @__PURE__ */ Object.create(null);
|
|
134
|
-
const
|
|
135
|
-
a[l] =
|
|
134
|
+
const s = (l, n) => {
|
|
135
|
+
a[l] = n, t++, t > e && (t = 0, o = a, a = /* @__PURE__ */ Object.create(null));
|
|
136
136
|
};
|
|
137
137
|
return {
|
|
138
138
|
get(l) {
|
|
139
|
-
let
|
|
140
|
-
if (
|
|
141
|
-
return
|
|
142
|
-
if ((
|
|
143
|
-
return
|
|
139
|
+
let n = a[l];
|
|
140
|
+
if (n !== void 0)
|
|
141
|
+
return n;
|
|
142
|
+
if ((n = o[l]) !== void 0)
|
|
143
|
+
return s(l, n), n;
|
|
144
144
|
},
|
|
145
|
-
set(l,
|
|
146
|
-
l in a ? a[l] =
|
|
145
|
+
set(l, n) {
|
|
146
|
+
l in a ? a[l] = n : s(l, n);
|
|
147
147
|
}
|
|
148
148
|
};
|
|
149
|
-
}, ye = "!",
|
|
149
|
+
}, ye = "!", Ae = ":", Lr = [], Ie = (e, t, a, o, s) => ({
|
|
150
150
|
modifiers: e,
|
|
151
151
|
hasImportantModifier: t,
|
|
152
152
|
baseClassName: a,
|
|
153
153
|
maybePostfixModifierPosition: o,
|
|
154
|
-
isExternal:
|
|
155
|
-
}),
|
|
154
|
+
isExternal: s
|
|
155
|
+
}), Or = (e) => {
|
|
156
156
|
const {
|
|
157
157
|
prefix: t,
|
|
158
158
|
experimentalParseClassName: a
|
|
159
159
|
} = e;
|
|
160
|
-
let o = (
|
|
160
|
+
let o = (s) => {
|
|
161
161
|
const l = [];
|
|
162
|
-
let
|
|
163
|
-
const
|
|
164
|
-
for (let
|
|
165
|
-
const M =
|
|
166
|
-
if (
|
|
167
|
-
if (M ===
|
|
168
|
-
l.push(
|
|
162
|
+
let n = 0, c = 0, i = 0, m;
|
|
163
|
+
const y = s.length;
|
|
164
|
+
for (let w = 0; w < y; w++) {
|
|
165
|
+
const M = s[w];
|
|
166
|
+
if (n === 0 && c === 0) {
|
|
167
|
+
if (M === Ae) {
|
|
168
|
+
l.push(s.slice(i, w)), i = w + 1;
|
|
169
169
|
continue;
|
|
170
170
|
}
|
|
171
171
|
if (M === "/") {
|
|
172
|
-
m =
|
|
172
|
+
m = w;
|
|
173
173
|
continue;
|
|
174
174
|
}
|
|
175
175
|
}
|
|
176
|
-
M === "[" ?
|
|
176
|
+
M === "[" ? n++ : M === "]" ? n-- : M === "(" ? c++ : M === ")" && c--;
|
|
177
177
|
}
|
|
178
|
-
const
|
|
179
|
-
let f =
|
|
180
|
-
|
|
178
|
+
const x = l.length === 0 ? s : s.slice(i);
|
|
179
|
+
let f = x, N = !1;
|
|
180
|
+
x.endsWith(ye) ? (f = x.slice(0, -1), N = !0) : (
|
|
181
181
|
/**
|
|
182
182
|
* In Tailwind CSS v3 the important modifier was at the start of the base class name. This is still supported for legacy reasons.
|
|
183
183
|
* @see https://github.com/dcastil/tailwind-merge/issues/513#issuecomment-2614029864
|
|
184
184
|
*/
|
|
185
|
-
|
|
185
|
+
x.startsWith(ye) && (f = x.slice(1), N = !0)
|
|
186
186
|
);
|
|
187
|
-
const
|
|
188
|
-
return
|
|
187
|
+
const k = m && m > i ? m - i : void 0;
|
|
188
|
+
return Ie(l, N, f, k);
|
|
189
189
|
};
|
|
190
190
|
if (t) {
|
|
191
|
-
const
|
|
192
|
-
o = (
|
|
191
|
+
const s = t + Ae, l = o;
|
|
192
|
+
o = (n) => n.startsWith(s) ? l(n.slice(s.length)) : Ie(Lr, !1, n, void 0, !0);
|
|
193
193
|
}
|
|
194
194
|
if (a) {
|
|
195
|
-
const
|
|
195
|
+
const s = o;
|
|
196
196
|
o = (l) => a({
|
|
197
197
|
className: l,
|
|
198
|
-
parseClassName:
|
|
198
|
+
parseClassName: s
|
|
199
199
|
});
|
|
200
200
|
}
|
|
201
201
|
return o;
|
|
202
|
-
},
|
|
202
|
+
}, Er = (e) => {
|
|
203
203
|
const t = /* @__PURE__ */ new Map();
|
|
204
204
|
return e.orderSensitiveModifiers.forEach((a, o) => {
|
|
205
205
|
t.set(a, 1e6 + o);
|
|
206
206
|
}), (a) => {
|
|
207
207
|
const o = [];
|
|
208
|
-
let
|
|
208
|
+
let s = [];
|
|
209
209
|
for (let l = 0; l < a.length; l++) {
|
|
210
|
-
const
|
|
211
|
-
c || i ? (
|
|
210
|
+
const n = a[l], c = n[0] === "[", i = t.has(n);
|
|
211
|
+
c || i ? (s.length > 0 && (s.sort(), o.push(...s), s = []), o.push(n)) : s.push(n);
|
|
212
212
|
}
|
|
213
|
-
return
|
|
213
|
+
return s.length > 0 && (s.sort(), o.push(...s)), o;
|
|
214
214
|
};
|
|
215
|
-
},
|
|
216
|
-
cache:
|
|
217
|
-
parseClassName:
|
|
218
|
-
sortModifiers:
|
|
219
|
-
...
|
|
220
|
-
}),
|
|
215
|
+
}, Fr = (e) => ({
|
|
216
|
+
cache: Dr(e.cacheSize),
|
|
217
|
+
parseClassName: Or(e),
|
|
218
|
+
sortModifiers: Er(e),
|
|
219
|
+
...Cr(e)
|
|
220
|
+
}), Pr = /\s+/, Gr = (e, t) => {
|
|
221
221
|
const {
|
|
222
222
|
parseClassName: a,
|
|
223
223
|
getClassGroupId: o,
|
|
224
|
-
getConflictingClassGroupIds:
|
|
224
|
+
getConflictingClassGroupIds: s,
|
|
225
225
|
sortModifiers: l
|
|
226
|
-
} = t,
|
|
226
|
+
} = t, n = [], c = e.trim().split(Pr);
|
|
227
227
|
let i = "";
|
|
228
228
|
for (let m = c.length - 1; m >= 0; m -= 1) {
|
|
229
|
-
const
|
|
230
|
-
isExternal:
|
|
229
|
+
const y = c[m], {
|
|
230
|
+
isExternal: x,
|
|
231
231
|
modifiers: f,
|
|
232
|
-
hasImportantModifier:
|
|
233
|
-
baseClassName:
|
|
234
|
-
maybePostfixModifierPosition:
|
|
235
|
-
} = a(
|
|
236
|
-
if (
|
|
237
|
-
i =
|
|
232
|
+
hasImportantModifier: N,
|
|
233
|
+
baseClassName: k,
|
|
234
|
+
maybePostfixModifierPosition: w
|
|
235
|
+
} = a(y);
|
|
236
|
+
if (x) {
|
|
237
|
+
i = y + (i.length > 0 ? " " + i : i);
|
|
238
238
|
continue;
|
|
239
239
|
}
|
|
240
|
-
let M = !!
|
|
241
|
-
if (!
|
|
240
|
+
let M = !!w, j = o(M ? k.substring(0, w) : k);
|
|
241
|
+
if (!j) {
|
|
242
242
|
if (!M) {
|
|
243
|
-
i =
|
|
243
|
+
i = y + (i.length > 0 ? " " + i : i);
|
|
244
244
|
continue;
|
|
245
245
|
}
|
|
246
|
-
if (
|
|
247
|
-
i =
|
|
246
|
+
if (j = o(k), !j) {
|
|
247
|
+
i = y + (i.length > 0 ? " " + i : i);
|
|
248
248
|
continue;
|
|
249
249
|
}
|
|
250
250
|
M = !1;
|
|
251
251
|
}
|
|
252
|
-
const
|
|
253
|
-
if (
|
|
252
|
+
const D = f.length === 0 ? "" : f.length === 1 ? f[0] : l(f).join(":"), T = N ? D + ye : D, F = T + j;
|
|
253
|
+
if (n.indexOf(F) > -1)
|
|
254
254
|
continue;
|
|
255
|
-
|
|
256
|
-
const
|
|
257
|
-
for (let
|
|
258
|
-
const
|
|
259
|
-
|
|
255
|
+
n.push(F);
|
|
256
|
+
const P = s(j, M);
|
|
257
|
+
for (let S = 0; S < P.length; ++S) {
|
|
258
|
+
const L = P[S];
|
|
259
|
+
n.push(T + L);
|
|
260
260
|
}
|
|
261
|
-
i =
|
|
261
|
+
i = y + (i.length > 0 ? " " + i : i);
|
|
262
262
|
}
|
|
263
263
|
return i;
|
|
264
|
-
},
|
|
265
|
-
let t = 0, a, o,
|
|
264
|
+
}, Ur = (...e) => {
|
|
265
|
+
let t = 0, a, o, s = "";
|
|
266
266
|
for (; t < e.length; )
|
|
267
|
-
(a = e[t++]) && (o =
|
|
268
|
-
return
|
|
269
|
-
},
|
|
267
|
+
(a = e[t++]) && (o = _e(a)) && (s && (s += " "), s += o);
|
|
268
|
+
return s;
|
|
269
|
+
}, _e = (e) => {
|
|
270
270
|
if (typeof e == "string")
|
|
271
271
|
return e;
|
|
272
272
|
let t, a = "";
|
|
273
273
|
for (let o = 0; o < e.length; o++)
|
|
274
|
-
e[o] && (t =
|
|
274
|
+
e[o] && (t = _e(e[o])) && (a && (a += " "), a += t);
|
|
275
275
|
return a;
|
|
276
|
-
},
|
|
277
|
-
let a, o,
|
|
278
|
-
const
|
|
279
|
-
const m = t.reduce((
|
|
280
|
-
return a =
|
|
276
|
+
}, Br = (e, ...t) => {
|
|
277
|
+
let a, o, s, l;
|
|
278
|
+
const n = (i) => {
|
|
279
|
+
const m = t.reduce((y, x) => x(y), e());
|
|
280
|
+
return a = Fr(m), o = a.cache.get, s = a.cache.set, l = c, c(i);
|
|
281
281
|
}, c = (i) => {
|
|
282
282
|
const m = o(i);
|
|
283
283
|
if (m)
|
|
284
284
|
return m;
|
|
285
|
-
const
|
|
286
|
-
return
|
|
285
|
+
const y = Gr(i, a);
|
|
286
|
+
return s(i, y), y;
|
|
287
287
|
};
|
|
288
|
-
return l =
|
|
289
|
-
},
|
|
290
|
-
const t = (a) => a[e] ||
|
|
288
|
+
return l = n, (...i) => l(Ur(...i));
|
|
289
|
+
}, $r = [], R = (e) => {
|
|
290
|
+
const t = (a) => a[e] || $r;
|
|
291
291
|
return t.isThemeGetter = !0, t;
|
|
292
|
-
},
|
|
292
|
+
}, We = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, Ye = /^\((?:(\w[\w-]*):)?(.+)\)$/i, Vr = /^\d+\/\d+$/, _r = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, Wr = /\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$/, Yr = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, Hr = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, qr = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, X = (e) => Vr.test(e), z = (e) => !!e && !Number.isNaN(Number(e)), J = (e) => !!e && Number.isInteger(Number(e)), he = (e) => e.endsWith("%") && z(e.slice(0, -1)), Y = (e) => _r.test(e), Jr = () => !0, Qr = (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
|
-
),
|
|
298
|
-
const o =
|
|
296
|
+
Wr.test(e) && !Yr.test(e)
|
|
297
|
+
), He = () => !1, Kr = (e) => Hr.test(e), Xr = (e) => qr.test(e), Zr = (e) => !p(e) && !b(e), et = (e) => ee(e, Qe, He), p = (e) => We.test(e), K = (e) => ee(e, Ke, Qr), fe = (e) => ee(e, nt, z), je = (e) => ee(e, qe, He), rt = (e) => ee(e, Je, Xr), ce = (e) => ee(e, Xe, Kr), b = (e) => Ye.test(e), oe = (e) => re(e, Ke), tt = (e) => re(e, st), De = (e) => re(e, qe), ot = (e) => re(e, Qe), at = (e) => re(e, Je), de = (e) => re(e, Xe, !0), ee = (e, t, a) => {
|
|
298
|
+
const o = We.exec(e);
|
|
299
299
|
return o ? o[1] ? t(o[1]) : a(o[2]) : !1;
|
|
300
|
-
},
|
|
301
|
-
const o =
|
|
300
|
+
}, re = (e, t, a = !1) => {
|
|
301
|
+
const o = Ye.exec(e);
|
|
302
302
|
return o ? o[1] ? t(o[1]) : a : !1;
|
|
303
|
-
},
|
|
304
|
-
const e =
|
|
303
|
+
}, qe = (e) => e === "position" || e === "percentage", Je = (e) => e === "image" || e === "url", Qe = (e) => e === "length" || e === "size" || e === "bg-size", Ke = (e) => e === "length", nt = (e) => e === "number", st = (e) => e === "family-name", Xe = (e) => e === "shadow", it = () => {
|
|
304
|
+
const e = R("color"), t = R("font"), a = R("text"), o = R("font-weight"), s = R("tracking"), l = R("leading"), n = R("breakpoint"), c = R("container"), i = R("spacing"), m = R("radius"), y = R("shadow"), x = R("inset-shadow"), f = R("text-shadow"), N = R("drop-shadow"), k = R("blur"), w = R("perspective"), M = R("aspect"), j = R("ease"), D = R("animate"), T = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], F = () => [
|
|
305
305
|
"center",
|
|
306
306
|
"top",
|
|
307
307
|
"bottom",
|
|
@@ -319,51 +319,51 @@ const pr = (e, t) => {
|
|
|
319
319
|
"bottom-left",
|
|
320
320
|
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
321
321
|
"left-bottom"
|
|
322
|
-
],
|
|
323
|
-
span: ["full",
|
|
324
|
-
},
|
|
325
|
-
position: [
|
|
326
|
-
}],
|
|
322
|
+
], P = () => [...F(), b, p], S = () => ["auto", "hidden", "clip", "visible", "scroll"], L = () => ["auto", "contain", "none"], h = () => [b, p, i], C = () => [X, "full", "auto", ...h()], A = () => [J, "none", "subgrid", b, p], V = () => ["auto", {
|
|
323
|
+
span: ["full", J, b, p]
|
|
324
|
+
}, J, b, p], _ = () => [J, "auto", b, p], W = () => ["auto", "min", "max", "fr", b, p], te = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], q = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], U = () => ["auto", ...h()], G = () => [X, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...h()], v = () => [e, b, p], ve = () => [...F(), De, je, {
|
|
325
|
+
position: [b, p]
|
|
326
|
+
}], Ne = () => ["no-repeat", {
|
|
327
327
|
repeat: ["", "x", "y", "space", "round"]
|
|
328
|
-
}],
|
|
329
|
-
size: [
|
|
330
|
-
}], pe = () => [he,
|
|
328
|
+
}], ke = () => ["auto", "cover", "contain", ot, et, {
|
|
329
|
+
size: [b, p]
|
|
330
|
+
}], pe = () => [he, oe, K], E = () => [
|
|
331
331
|
// Deprecated since Tailwind CSS v4.0.0
|
|
332
332
|
"",
|
|
333
333
|
"none",
|
|
334
334
|
"full",
|
|
335
335
|
m,
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
],
|
|
336
|
+
b,
|
|
337
|
+
p
|
|
338
|
+
], B = () => ["", z, oe, K], ne = () => ["solid", "dashed", "dotted", "double"], Ce = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], I = () => [z, he, De, je], Se = () => [
|
|
339
339
|
// Deprecated since Tailwind CSS v4.0.0
|
|
340
340
|
"",
|
|
341
341
|
"none",
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
], se = () => ["none", z,
|
|
342
|
+
k,
|
|
343
|
+
b,
|
|
344
|
+
p
|
|
345
|
+
], se = () => ["none", z, b, p], ie = () => ["none", z, b, p], be = () => [z, b, p], le = () => [X, "full", ...h()];
|
|
346
346
|
return {
|
|
347
347
|
cacheSize: 500,
|
|
348
348
|
theme: {
|
|
349
349
|
animate: ["spin", "ping", "pulse", "bounce"],
|
|
350
350
|
aspect: ["video"],
|
|
351
|
-
blur: [
|
|
352
|
-
breakpoint: [
|
|
353
|
-
color: [
|
|
354
|
-
container: [
|
|
355
|
-
"drop-shadow": [
|
|
351
|
+
blur: [Y],
|
|
352
|
+
breakpoint: [Y],
|
|
353
|
+
color: [Jr],
|
|
354
|
+
container: [Y],
|
|
355
|
+
"drop-shadow": [Y],
|
|
356
356
|
ease: ["in", "out", "in-out"],
|
|
357
|
-
font: [
|
|
357
|
+
font: [Zr],
|
|
358
358
|
"font-weight": ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black"],
|
|
359
|
-
"inset-shadow": [
|
|
359
|
+
"inset-shadow": [Y],
|
|
360
360
|
leading: ["none", "tight", "snug", "normal", "relaxed", "loose"],
|
|
361
361
|
perspective: ["dramatic", "near", "normal", "midrange", "distant", "none"],
|
|
362
|
-
radius: [
|
|
363
|
-
shadow: [
|
|
362
|
+
radius: [Y],
|
|
363
|
+
shadow: [Y],
|
|
364
364
|
spacing: ["px", z],
|
|
365
|
-
text: [
|
|
366
|
-
"text-shadow": [
|
|
365
|
+
text: [Y],
|
|
366
|
+
"text-shadow": [Y],
|
|
367
367
|
tracking: ["tighter", "tight", "normal", "wide", "wider", "widest"]
|
|
368
368
|
},
|
|
369
369
|
classGroups: {
|
|
@@ -375,7 +375,7 @@ const pr = (e, t) => {
|
|
|
375
375
|
* @see https://tailwindcss.com/docs/aspect-ratio
|
|
376
376
|
*/
|
|
377
377
|
aspect: [{
|
|
378
|
-
aspect: ["auto", "square", X,
|
|
378
|
+
aspect: ["auto", "square", X, p, b, M]
|
|
379
379
|
}],
|
|
380
380
|
/**
|
|
381
381
|
* Container
|
|
@@ -388,21 +388,21 @@ const pr = (e, t) => {
|
|
|
388
388
|
* @see https://tailwindcss.com/docs/columns
|
|
389
389
|
*/
|
|
390
390
|
columns: [{
|
|
391
|
-
columns: [z,
|
|
391
|
+
columns: [z, p, b, c]
|
|
392
392
|
}],
|
|
393
393
|
/**
|
|
394
394
|
* Break After
|
|
395
395
|
* @see https://tailwindcss.com/docs/break-after
|
|
396
396
|
*/
|
|
397
397
|
"break-after": [{
|
|
398
|
-
"break-after":
|
|
398
|
+
"break-after": T()
|
|
399
399
|
}],
|
|
400
400
|
/**
|
|
401
401
|
* Break Before
|
|
402
402
|
* @see https://tailwindcss.com/docs/break-before
|
|
403
403
|
*/
|
|
404
404
|
"break-before": [{
|
|
405
|
-
"break-before":
|
|
405
|
+
"break-before": T()
|
|
406
406
|
}],
|
|
407
407
|
/**
|
|
408
408
|
* Break Inside
|
|
@@ -466,49 +466,49 @@ const pr = (e, t) => {
|
|
|
466
466
|
* @see https://tailwindcss.com/docs/object-position
|
|
467
467
|
*/
|
|
468
468
|
"object-position": [{
|
|
469
|
-
object:
|
|
469
|
+
object: P()
|
|
470
470
|
}],
|
|
471
471
|
/**
|
|
472
472
|
* Overflow
|
|
473
473
|
* @see https://tailwindcss.com/docs/overflow
|
|
474
474
|
*/
|
|
475
475
|
overflow: [{
|
|
476
|
-
overflow:
|
|
476
|
+
overflow: S()
|
|
477
477
|
}],
|
|
478
478
|
/**
|
|
479
479
|
* Overflow X
|
|
480
480
|
* @see https://tailwindcss.com/docs/overflow
|
|
481
481
|
*/
|
|
482
482
|
"overflow-x": [{
|
|
483
|
-
"overflow-x":
|
|
483
|
+
"overflow-x": S()
|
|
484
484
|
}],
|
|
485
485
|
/**
|
|
486
486
|
* Overflow Y
|
|
487
487
|
* @see https://tailwindcss.com/docs/overflow
|
|
488
488
|
*/
|
|
489
489
|
"overflow-y": [{
|
|
490
|
-
"overflow-y":
|
|
490
|
+
"overflow-y": S()
|
|
491
491
|
}],
|
|
492
492
|
/**
|
|
493
493
|
* Overscroll Behavior
|
|
494
494
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
495
495
|
*/
|
|
496
496
|
overscroll: [{
|
|
497
|
-
overscroll:
|
|
497
|
+
overscroll: L()
|
|
498
498
|
}],
|
|
499
499
|
/**
|
|
500
500
|
* Overscroll Behavior X
|
|
501
501
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
502
502
|
*/
|
|
503
503
|
"overscroll-x": [{
|
|
504
|
-
"overscroll-x":
|
|
504
|
+
"overscroll-x": L()
|
|
505
505
|
}],
|
|
506
506
|
/**
|
|
507
507
|
* Overscroll Behavior Y
|
|
508
508
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
509
509
|
*/
|
|
510
510
|
"overscroll-y": [{
|
|
511
|
-
"overscroll-y":
|
|
511
|
+
"overscroll-y": L()
|
|
512
512
|
}],
|
|
513
513
|
/**
|
|
514
514
|
* Position
|
|
@@ -520,63 +520,63 @@ const pr = (e, t) => {
|
|
|
520
520
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
521
521
|
*/
|
|
522
522
|
inset: [{
|
|
523
|
-
inset:
|
|
523
|
+
inset: C()
|
|
524
524
|
}],
|
|
525
525
|
/**
|
|
526
526
|
* Right / Left
|
|
527
527
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
528
528
|
*/
|
|
529
529
|
"inset-x": [{
|
|
530
|
-
"inset-x":
|
|
530
|
+
"inset-x": C()
|
|
531
531
|
}],
|
|
532
532
|
/**
|
|
533
533
|
* Top / Bottom
|
|
534
534
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
535
535
|
*/
|
|
536
536
|
"inset-y": [{
|
|
537
|
-
"inset-y":
|
|
537
|
+
"inset-y": C()
|
|
538
538
|
}],
|
|
539
539
|
/**
|
|
540
540
|
* Start
|
|
541
541
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
542
542
|
*/
|
|
543
543
|
start: [{
|
|
544
|
-
start:
|
|
544
|
+
start: C()
|
|
545
545
|
}],
|
|
546
546
|
/**
|
|
547
547
|
* End
|
|
548
548
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
549
549
|
*/
|
|
550
550
|
end: [{
|
|
551
|
-
end:
|
|
551
|
+
end: C()
|
|
552
552
|
}],
|
|
553
553
|
/**
|
|
554
554
|
* Top
|
|
555
555
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
556
556
|
*/
|
|
557
557
|
top: [{
|
|
558
|
-
top:
|
|
558
|
+
top: C()
|
|
559
559
|
}],
|
|
560
560
|
/**
|
|
561
561
|
* Right
|
|
562
562
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
563
563
|
*/
|
|
564
564
|
right: [{
|
|
565
|
-
right:
|
|
565
|
+
right: C()
|
|
566
566
|
}],
|
|
567
567
|
/**
|
|
568
568
|
* Bottom
|
|
569
569
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
570
570
|
*/
|
|
571
571
|
bottom: [{
|
|
572
|
-
bottom:
|
|
572
|
+
bottom: C()
|
|
573
573
|
}],
|
|
574
574
|
/**
|
|
575
575
|
* Left
|
|
576
576
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
577
577
|
*/
|
|
578
578
|
left: [{
|
|
579
|
-
left:
|
|
579
|
+
left: C()
|
|
580
580
|
}],
|
|
581
581
|
/**
|
|
582
582
|
* Visibility
|
|
@@ -588,7 +588,7 @@ const pr = (e, t) => {
|
|
|
588
588
|
* @see https://tailwindcss.com/docs/z-index
|
|
589
589
|
*/
|
|
590
590
|
z: [{
|
|
591
|
-
z: [
|
|
591
|
+
z: [J, "auto", b, p]
|
|
592
592
|
}],
|
|
593
593
|
// ------------------------
|
|
594
594
|
// --- Flexbox and Grid ---
|
|
@@ -619,28 +619,28 @@ const pr = (e, t) => {
|
|
|
619
619
|
* @see https://tailwindcss.com/docs/flex
|
|
620
620
|
*/
|
|
621
621
|
flex: [{
|
|
622
|
-
flex: [z, X, "auto", "initial", "none",
|
|
622
|
+
flex: [z, X, "auto", "initial", "none", p]
|
|
623
623
|
}],
|
|
624
624
|
/**
|
|
625
625
|
* Flex Grow
|
|
626
626
|
* @see https://tailwindcss.com/docs/flex-grow
|
|
627
627
|
*/
|
|
628
628
|
grow: [{
|
|
629
|
-
grow: ["", z,
|
|
629
|
+
grow: ["", z, b, p]
|
|
630
630
|
}],
|
|
631
631
|
/**
|
|
632
632
|
* Flex Shrink
|
|
633
633
|
* @see https://tailwindcss.com/docs/flex-shrink
|
|
634
634
|
*/
|
|
635
635
|
shrink: [{
|
|
636
|
-
shrink: ["", z,
|
|
636
|
+
shrink: ["", z, b, p]
|
|
637
637
|
}],
|
|
638
638
|
/**
|
|
639
639
|
* Order
|
|
640
640
|
* @see https://tailwindcss.com/docs/order
|
|
641
641
|
*/
|
|
642
642
|
order: [{
|
|
643
|
-
order: [
|
|
643
|
+
order: [J, "first", "last", "none", b, p]
|
|
644
644
|
}],
|
|
645
645
|
/**
|
|
646
646
|
* Grid Template Columns
|
|
@@ -654,21 +654,21 @@ const pr = (e, t) => {
|
|
|
654
654
|
* @see https://tailwindcss.com/docs/grid-column
|
|
655
655
|
*/
|
|
656
656
|
"col-start-end": [{
|
|
657
|
-
col:
|
|
657
|
+
col: V()
|
|
658
658
|
}],
|
|
659
659
|
/**
|
|
660
660
|
* Grid Column Start
|
|
661
661
|
* @see https://tailwindcss.com/docs/grid-column
|
|
662
662
|
*/
|
|
663
663
|
"col-start": [{
|
|
664
|
-
"col-start":
|
|
664
|
+
"col-start": _()
|
|
665
665
|
}],
|
|
666
666
|
/**
|
|
667
667
|
* Grid Column End
|
|
668
668
|
* @see https://tailwindcss.com/docs/grid-column
|
|
669
669
|
*/
|
|
670
670
|
"col-end": [{
|
|
671
|
-
"col-end":
|
|
671
|
+
"col-end": _()
|
|
672
672
|
}],
|
|
673
673
|
/**
|
|
674
674
|
* Grid Template Rows
|
|
@@ -682,21 +682,21 @@ const pr = (e, t) => {
|
|
|
682
682
|
* @see https://tailwindcss.com/docs/grid-row
|
|
683
683
|
*/
|
|
684
684
|
"row-start-end": [{
|
|
685
|
-
row:
|
|
685
|
+
row: V()
|
|
686
686
|
}],
|
|
687
687
|
/**
|
|
688
688
|
* Grid Row Start
|
|
689
689
|
* @see https://tailwindcss.com/docs/grid-row
|
|
690
690
|
*/
|
|
691
691
|
"row-start": [{
|
|
692
|
-
"row-start":
|
|
692
|
+
"row-start": _()
|
|
693
693
|
}],
|
|
694
694
|
/**
|
|
695
695
|
* Grid Row End
|
|
696
696
|
* @see https://tailwindcss.com/docs/grid-row
|
|
697
697
|
*/
|
|
698
698
|
"row-end": [{
|
|
699
|
-
"row-end":
|
|
699
|
+
"row-end": _()
|
|
700
700
|
}],
|
|
701
701
|
/**
|
|
702
702
|
* Grid Auto Flow
|
|
@@ -710,14 +710,14 @@ const pr = (e, t) => {
|
|
|
710
710
|
* @see https://tailwindcss.com/docs/grid-auto-columns
|
|
711
711
|
*/
|
|
712
712
|
"auto-cols": [{
|
|
713
|
-
"auto-cols":
|
|
713
|
+
"auto-cols": W()
|
|
714
714
|
}],
|
|
715
715
|
/**
|
|
716
716
|
* Grid Auto Rows
|
|
717
717
|
* @see https://tailwindcss.com/docs/grid-auto-rows
|
|
718
718
|
*/
|
|
719
719
|
"auto-rows": [{
|
|
720
|
-
"auto-rows":
|
|
720
|
+
"auto-rows": W()
|
|
721
721
|
}],
|
|
722
722
|
/**
|
|
723
723
|
* Gap
|
|
@@ -745,35 +745,35 @@ const pr = (e, t) => {
|
|
|
745
745
|
* @see https://tailwindcss.com/docs/justify-content
|
|
746
746
|
*/
|
|
747
747
|
"justify-content": [{
|
|
748
|
-
justify: [...
|
|
748
|
+
justify: [...te(), "normal"]
|
|
749
749
|
}],
|
|
750
750
|
/**
|
|
751
751
|
* Justify Items
|
|
752
752
|
* @see https://tailwindcss.com/docs/justify-items
|
|
753
753
|
*/
|
|
754
754
|
"justify-items": [{
|
|
755
|
-
"justify-items": [...
|
|
755
|
+
"justify-items": [...q(), "normal"]
|
|
756
756
|
}],
|
|
757
757
|
/**
|
|
758
758
|
* Justify Self
|
|
759
759
|
* @see https://tailwindcss.com/docs/justify-self
|
|
760
760
|
*/
|
|
761
761
|
"justify-self": [{
|
|
762
|
-
"justify-self": ["auto", ...
|
|
762
|
+
"justify-self": ["auto", ...q()]
|
|
763
763
|
}],
|
|
764
764
|
/**
|
|
765
765
|
* Align Content
|
|
766
766
|
* @see https://tailwindcss.com/docs/align-content
|
|
767
767
|
*/
|
|
768
768
|
"align-content": [{
|
|
769
|
-
content: ["normal", ...
|
|
769
|
+
content: ["normal", ...te()]
|
|
770
770
|
}],
|
|
771
771
|
/**
|
|
772
772
|
* Align Items
|
|
773
773
|
* @see https://tailwindcss.com/docs/align-items
|
|
774
774
|
*/
|
|
775
775
|
"align-items": [{
|
|
776
|
-
items: [...
|
|
776
|
+
items: [...q(), {
|
|
777
777
|
baseline: ["", "last"]
|
|
778
778
|
}]
|
|
779
779
|
}],
|
|
@@ -782,7 +782,7 @@ const pr = (e, t) => {
|
|
|
782
782
|
* @see https://tailwindcss.com/docs/align-self
|
|
783
783
|
*/
|
|
784
784
|
"align-self": [{
|
|
785
|
-
self: ["auto", ...
|
|
785
|
+
self: ["auto", ...q(), {
|
|
786
786
|
baseline: ["", "last"]
|
|
787
787
|
}]
|
|
788
788
|
}],
|
|
@@ -791,21 +791,21 @@ const pr = (e, t) => {
|
|
|
791
791
|
* @see https://tailwindcss.com/docs/place-content
|
|
792
792
|
*/
|
|
793
793
|
"place-content": [{
|
|
794
|
-
"place-content":
|
|
794
|
+
"place-content": te()
|
|
795
795
|
}],
|
|
796
796
|
/**
|
|
797
797
|
* Place Items
|
|
798
798
|
* @see https://tailwindcss.com/docs/place-items
|
|
799
799
|
*/
|
|
800
800
|
"place-items": [{
|
|
801
|
-
"place-items": [...
|
|
801
|
+
"place-items": [...q(), "baseline"]
|
|
802
802
|
}],
|
|
803
803
|
/**
|
|
804
804
|
* Place Self
|
|
805
805
|
* @see https://tailwindcss.com/docs/place-self
|
|
806
806
|
*/
|
|
807
807
|
"place-self": [{
|
|
808
|
-
"place-self": ["auto", ...
|
|
808
|
+
"place-self": ["auto", ...q()]
|
|
809
809
|
}],
|
|
810
810
|
// Spacing
|
|
811
811
|
/**
|
|
@@ -876,63 +876,63 @@ const pr = (e, t) => {
|
|
|
876
876
|
* @see https://tailwindcss.com/docs/margin
|
|
877
877
|
*/
|
|
878
878
|
m: [{
|
|
879
|
-
m:
|
|
879
|
+
m: U()
|
|
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: U()
|
|
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: U()
|
|
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: U()
|
|
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: U()
|
|
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: U()
|
|
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: U()
|
|
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: U()
|
|
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: U()
|
|
936
936
|
}],
|
|
937
937
|
/**
|
|
938
938
|
* Space Between X
|
|
@@ -966,14 +966,14 @@ const pr = (e, t) => {
|
|
|
966
966
|
* @see https://tailwindcss.com/docs/width#setting-both-width-and-height
|
|
967
967
|
*/
|
|
968
968
|
size: [{
|
|
969
|
-
size:
|
|
969
|
+
size: G()
|
|
970
970
|
}],
|
|
971
971
|
/**
|
|
972
972
|
* Width
|
|
973
973
|
* @see https://tailwindcss.com/docs/width
|
|
974
974
|
*/
|
|
975
975
|
w: [{
|
|
976
|
-
w: [c, "screen", ...
|
|
976
|
+
w: [c, "screen", ...G()]
|
|
977
977
|
}],
|
|
978
978
|
/**
|
|
979
979
|
* Min-Width
|
|
@@ -985,7 +985,7 @@ const pr = (e, t) => {
|
|
|
985
985
|
"screen",
|
|
986
986
|
/** Deprecated. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
987
987
|
"none",
|
|
988
|
-
...
|
|
988
|
+
...G()
|
|
989
989
|
]
|
|
990
990
|
}],
|
|
991
991
|
/**
|
|
@@ -1001,9 +1001,9 @@ const pr = (e, t) => {
|
|
|
1001
1001
|
"prose",
|
|
1002
1002
|
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
1003
1003
|
{
|
|
1004
|
-
screen: [
|
|
1004
|
+
screen: [n]
|
|
1005
1005
|
},
|
|
1006
|
-
...
|
|
1006
|
+
...G()
|
|
1007
1007
|
]
|
|
1008
1008
|
}],
|
|
1009
1009
|
/**
|
|
@@ -1011,21 +1011,21 @@ const pr = (e, t) => {
|
|
|
1011
1011
|
* @see https://tailwindcss.com/docs/height
|
|
1012
1012
|
*/
|
|
1013
1013
|
h: [{
|
|
1014
|
-
h: ["screen", "lh", ...
|
|
1014
|
+
h: ["screen", "lh", ...G()]
|
|
1015
1015
|
}],
|
|
1016
1016
|
/**
|
|
1017
1017
|
* Min-Height
|
|
1018
1018
|
* @see https://tailwindcss.com/docs/min-height
|
|
1019
1019
|
*/
|
|
1020
1020
|
"min-h": [{
|
|
1021
|
-
"min-h": ["screen", "lh", "none", ...
|
|
1021
|
+
"min-h": ["screen", "lh", "none", ...G()]
|
|
1022
1022
|
}],
|
|
1023
1023
|
/**
|
|
1024
1024
|
* Max-Height
|
|
1025
1025
|
* @see https://tailwindcss.com/docs/max-height
|
|
1026
1026
|
*/
|
|
1027
1027
|
"max-h": [{
|
|
1028
|
-
"max-h": ["screen", "lh", ...
|
|
1028
|
+
"max-h": ["screen", "lh", ...G()]
|
|
1029
1029
|
}],
|
|
1030
1030
|
// ------------------
|
|
1031
1031
|
// --- Typography ---
|
|
@@ -1035,7 +1035,7 @@ const pr = (e, t) => {
|
|
|
1035
1035
|
* @see https://tailwindcss.com/docs/font-size
|
|
1036
1036
|
*/
|
|
1037
1037
|
"font-size": [{
|
|
1038
|
-
text: ["base", a,
|
|
1038
|
+
text: ["base", a, oe, K]
|
|
1039
1039
|
}],
|
|
1040
1040
|
/**
|
|
1041
1041
|
* Font Smoothing
|
|
@@ -1052,21 +1052,21 @@ const pr = (e, t) => {
|
|
|
1052
1052
|
* @see https://tailwindcss.com/docs/font-weight
|
|
1053
1053
|
*/
|
|
1054
1054
|
"font-weight": [{
|
|
1055
|
-
font: [o,
|
|
1055
|
+
font: [o, b, fe]
|
|
1056
1056
|
}],
|
|
1057
1057
|
/**
|
|
1058
1058
|
* Font Stretch
|
|
1059
1059
|
* @see https://tailwindcss.com/docs/font-stretch
|
|
1060
1060
|
*/
|
|
1061
1061
|
"font-stretch": [{
|
|
1062
|
-
"font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", he,
|
|
1062
|
+
"font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", he, p]
|
|
1063
1063
|
}],
|
|
1064
1064
|
/**
|
|
1065
1065
|
* Font Family
|
|
1066
1066
|
* @see https://tailwindcss.com/docs/font-family
|
|
1067
1067
|
*/
|
|
1068
1068
|
"font-family": [{
|
|
1069
|
-
font: [
|
|
1069
|
+
font: [tt, p, t]
|
|
1070
1070
|
}],
|
|
1071
1071
|
/**
|
|
1072
1072
|
* Font Variant Numeric
|
|
@@ -1103,14 +1103,14 @@ const pr = (e, t) => {
|
|
|
1103
1103
|
* @see https://tailwindcss.com/docs/letter-spacing
|
|
1104
1104
|
*/
|
|
1105
1105
|
tracking: [{
|
|
1106
|
-
tracking: [
|
|
1106
|
+
tracking: [s, b, p]
|
|
1107
1107
|
}],
|
|
1108
1108
|
/**
|
|
1109
1109
|
* Line Clamp
|
|
1110
1110
|
* @see https://tailwindcss.com/docs/line-clamp
|
|
1111
1111
|
*/
|
|
1112
1112
|
"line-clamp": [{
|
|
1113
|
-
"line-clamp": [z, "none",
|
|
1113
|
+
"line-clamp": [z, "none", b, fe]
|
|
1114
1114
|
}],
|
|
1115
1115
|
/**
|
|
1116
1116
|
* Line Height
|
|
@@ -1128,7 +1128,7 @@ const pr = (e, t) => {
|
|
|
1128
1128
|
* @see https://tailwindcss.com/docs/list-style-image
|
|
1129
1129
|
*/
|
|
1130
1130
|
"list-image": [{
|
|
1131
|
-
"list-image": ["none",
|
|
1131
|
+
"list-image": ["none", b, p]
|
|
1132
1132
|
}],
|
|
1133
1133
|
/**
|
|
1134
1134
|
* List Style Position
|
|
@@ -1142,7 +1142,7 @@ const pr = (e, t) => {
|
|
|
1142
1142
|
* @see https://tailwindcss.com/docs/list-style-type
|
|
1143
1143
|
*/
|
|
1144
1144
|
"list-style-type": [{
|
|
1145
|
-
list: ["disc", "decimal", "none",
|
|
1145
|
+
list: ["disc", "decimal", "none", b, p]
|
|
1146
1146
|
}],
|
|
1147
1147
|
/**
|
|
1148
1148
|
* Text Alignment
|
|
@@ -1157,14 +1157,14 @@ const pr = (e, t) => {
|
|
|
1157
1157
|
* @see https://v3.tailwindcss.com/docs/placeholder-color
|
|
1158
1158
|
*/
|
|
1159
1159
|
"placeholder-color": [{
|
|
1160
|
-
placeholder:
|
|
1160
|
+
placeholder: v()
|
|
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: v()
|
|
1168
1168
|
}],
|
|
1169
1169
|
/**
|
|
1170
1170
|
* Text Decoration
|
|
@@ -1176,28 +1176,28 @@ const pr = (e, t) => {
|
|
|
1176
1176
|
* @see https://tailwindcss.com/docs/text-decoration-style
|
|
1177
1177
|
*/
|
|
1178
1178
|
"text-decoration-style": [{
|
|
1179
|
-
decoration: [...
|
|
1179
|
+
decoration: [...ne(), "wavy"]
|
|
1180
1180
|
}],
|
|
1181
1181
|
/**
|
|
1182
1182
|
* Text Decoration Thickness
|
|
1183
1183
|
* @see https://tailwindcss.com/docs/text-decoration-thickness
|
|
1184
1184
|
*/
|
|
1185
1185
|
"text-decoration-thickness": [{
|
|
1186
|
-
decoration: [z, "from-font", "auto",
|
|
1186
|
+
decoration: [z, "from-font", "auto", b, K]
|
|
1187
1187
|
}],
|
|
1188
1188
|
/**
|
|
1189
1189
|
* Text Decoration Color
|
|
1190
1190
|
* @see https://tailwindcss.com/docs/text-decoration-color
|
|
1191
1191
|
*/
|
|
1192
1192
|
"text-decoration-color": [{
|
|
1193
|
-
decoration:
|
|
1193
|
+
decoration: v()
|
|
1194
1194
|
}],
|
|
1195
1195
|
/**
|
|
1196
1196
|
* Text Underline Offset
|
|
1197
1197
|
* @see https://tailwindcss.com/docs/text-underline-offset
|
|
1198
1198
|
*/
|
|
1199
1199
|
"underline-offset": [{
|
|
1200
|
-
"underline-offset": [z, "auto",
|
|
1200
|
+
"underline-offset": [z, "auto", b, p]
|
|
1201
1201
|
}],
|
|
1202
1202
|
/**
|
|
1203
1203
|
* Text Transform
|
|
@@ -1228,7 +1228,7 @@ const pr = (e, t) => {
|
|
|
1228
1228
|
* @see https://tailwindcss.com/docs/vertical-align
|
|
1229
1229
|
*/
|
|
1230
1230
|
"vertical-align": [{
|
|
1231
|
-
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super",
|
|
1231
|
+
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", b, p]
|
|
1232
1232
|
}],
|
|
1233
1233
|
/**
|
|
1234
1234
|
* Whitespace
|
|
@@ -1263,7 +1263,7 @@ const pr = (e, t) => {
|
|
|
1263
1263
|
* @see https://tailwindcss.com/docs/content
|
|
1264
1264
|
*/
|
|
1265
1265
|
content: [{
|
|
1266
|
-
content: ["none",
|
|
1266
|
+
content: ["none", b, p]
|
|
1267
1267
|
}],
|
|
1268
1268
|
// -------------------
|
|
1269
1269
|
// --- Backgrounds ---
|
|
@@ -1301,14 +1301,14 @@ const pr = (e, t) => {
|
|
|
1301
1301
|
* @see https://tailwindcss.com/docs/background-repeat
|
|
1302
1302
|
*/
|
|
1303
1303
|
"bg-repeat": [{
|
|
1304
|
-
bg:
|
|
1304
|
+
bg: Ne()
|
|
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: ke()
|
|
1312
1312
|
}],
|
|
1313
1313
|
/**
|
|
1314
1314
|
* Background Image
|
|
@@ -1318,17 +1318,17 @@ const pr = (e, t) => {
|
|
|
1318
1318
|
bg: ["none", {
|
|
1319
1319
|
linear: [{
|
|
1320
1320
|
to: ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
|
|
1321
|
-
},
|
|
1322
|
-
radial: ["",
|
|
1323
|
-
conic: [
|
|
1324
|
-
},
|
|
1321
|
+
}, J, b, p],
|
|
1322
|
+
radial: ["", b, p],
|
|
1323
|
+
conic: [J, b, p]
|
|
1324
|
+
}, at, rt]
|
|
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: v()
|
|
1332
1332
|
}],
|
|
1333
1333
|
/**
|
|
1334
1334
|
* Gradient Color Stops From Position
|
|
@@ -1356,21 +1356,21 @@ const pr = (e, t) => {
|
|
|
1356
1356
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1357
1357
|
*/
|
|
1358
1358
|
"gradient-from": [{
|
|
1359
|
-
from:
|
|
1359
|
+
from: v()
|
|
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: v()
|
|
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: v()
|
|
1374
1374
|
}],
|
|
1375
1375
|
// ---------------
|
|
1376
1376
|
// --- Borders ---
|
|
@@ -1380,175 +1380,175 @@ const pr = (e, t) => {
|
|
|
1380
1380
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1381
1381
|
*/
|
|
1382
1382
|
rounded: [{
|
|
1383
|
-
rounded:
|
|
1383
|
+
rounded: E()
|
|
1384
1384
|
}],
|
|
1385
1385
|
/**
|
|
1386
1386
|
* Border Radius Start
|
|
1387
1387
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1388
1388
|
*/
|
|
1389
1389
|
"rounded-s": [{
|
|
1390
|
-
"rounded-s":
|
|
1390
|
+
"rounded-s": E()
|
|
1391
1391
|
}],
|
|
1392
1392
|
/**
|
|
1393
1393
|
* Border Radius End
|
|
1394
1394
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1395
1395
|
*/
|
|
1396
1396
|
"rounded-e": [{
|
|
1397
|
-
"rounded-e":
|
|
1397
|
+
"rounded-e": E()
|
|
1398
1398
|
}],
|
|
1399
1399
|
/**
|
|
1400
1400
|
* Border Radius Top
|
|
1401
1401
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1402
1402
|
*/
|
|
1403
1403
|
"rounded-t": [{
|
|
1404
|
-
"rounded-t":
|
|
1404
|
+
"rounded-t": E()
|
|
1405
1405
|
}],
|
|
1406
1406
|
/**
|
|
1407
1407
|
* Border Radius Right
|
|
1408
1408
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1409
1409
|
*/
|
|
1410
1410
|
"rounded-r": [{
|
|
1411
|
-
"rounded-r":
|
|
1411
|
+
"rounded-r": E()
|
|
1412
1412
|
}],
|
|
1413
1413
|
/**
|
|
1414
1414
|
* Border Radius Bottom
|
|
1415
1415
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1416
1416
|
*/
|
|
1417
1417
|
"rounded-b": [{
|
|
1418
|
-
"rounded-b":
|
|
1418
|
+
"rounded-b": E()
|
|
1419
1419
|
}],
|
|
1420
1420
|
/**
|
|
1421
1421
|
* Border Radius Left
|
|
1422
1422
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1423
1423
|
*/
|
|
1424
1424
|
"rounded-l": [{
|
|
1425
|
-
"rounded-l":
|
|
1425
|
+
"rounded-l": E()
|
|
1426
1426
|
}],
|
|
1427
1427
|
/**
|
|
1428
1428
|
* Border Radius Start Start
|
|
1429
1429
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1430
1430
|
*/
|
|
1431
1431
|
"rounded-ss": [{
|
|
1432
|
-
"rounded-ss":
|
|
1432
|
+
"rounded-ss": E()
|
|
1433
1433
|
}],
|
|
1434
1434
|
/**
|
|
1435
1435
|
* Border Radius Start End
|
|
1436
1436
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1437
1437
|
*/
|
|
1438
1438
|
"rounded-se": [{
|
|
1439
|
-
"rounded-se":
|
|
1439
|
+
"rounded-se": E()
|
|
1440
1440
|
}],
|
|
1441
1441
|
/**
|
|
1442
1442
|
* Border Radius End End
|
|
1443
1443
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1444
1444
|
*/
|
|
1445
1445
|
"rounded-ee": [{
|
|
1446
|
-
"rounded-ee":
|
|
1446
|
+
"rounded-ee": E()
|
|
1447
1447
|
}],
|
|
1448
1448
|
/**
|
|
1449
1449
|
* Border Radius End Start
|
|
1450
1450
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1451
1451
|
*/
|
|
1452
1452
|
"rounded-es": [{
|
|
1453
|
-
"rounded-es":
|
|
1453
|
+
"rounded-es": E()
|
|
1454
1454
|
}],
|
|
1455
1455
|
/**
|
|
1456
1456
|
* Border Radius Top Left
|
|
1457
1457
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1458
1458
|
*/
|
|
1459
1459
|
"rounded-tl": [{
|
|
1460
|
-
"rounded-tl":
|
|
1460
|
+
"rounded-tl": E()
|
|
1461
1461
|
}],
|
|
1462
1462
|
/**
|
|
1463
1463
|
* Border Radius Top Right
|
|
1464
1464
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1465
1465
|
*/
|
|
1466
1466
|
"rounded-tr": [{
|
|
1467
|
-
"rounded-tr":
|
|
1467
|
+
"rounded-tr": E()
|
|
1468
1468
|
}],
|
|
1469
1469
|
/**
|
|
1470
1470
|
* Border Radius Bottom Right
|
|
1471
1471
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1472
1472
|
*/
|
|
1473
1473
|
"rounded-br": [{
|
|
1474
|
-
"rounded-br":
|
|
1474
|
+
"rounded-br": E()
|
|
1475
1475
|
}],
|
|
1476
1476
|
/**
|
|
1477
1477
|
* Border Radius Bottom Left
|
|
1478
1478
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1479
1479
|
*/
|
|
1480
1480
|
"rounded-bl": [{
|
|
1481
|
-
"rounded-bl":
|
|
1481
|
+
"rounded-bl": E()
|
|
1482
1482
|
}],
|
|
1483
1483
|
/**
|
|
1484
1484
|
* Border Width
|
|
1485
1485
|
* @see https://tailwindcss.com/docs/border-width
|
|
1486
1486
|
*/
|
|
1487
1487
|
"border-w": [{
|
|
1488
|
-
border:
|
|
1488
|
+
border: B()
|
|
1489
1489
|
}],
|
|
1490
1490
|
/**
|
|
1491
1491
|
* Border Width X
|
|
1492
1492
|
* @see https://tailwindcss.com/docs/border-width
|
|
1493
1493
|
*/
|
|
1494
1494
|
"border-w-x": [{
|
|
1495
|
-
"border-x":
|
|
1495
|
+
"border-x": B()
|
|
1496
1496
|
}],
|
|
1497
1497
|
/**
|
|
1498
1498
|
* Border Width Y
|
|
1499
1499
|
* @see https://tailwindcss.com/docs/border-width
|
|
1500
1500
|
*/
|
|
1501
1501
|
"border-w-y": [{
|
|
1502
|
-
"border-y":
|
|
1502
|
+
"border-y": B()
|
|
1503
1503
|
}],
|
|
1504
1504
|
/**
|
|
1505
1505
|
* Border Width Start
|
|
1506
1506
|
* @see https://tailwindcss.com/docs/border-width
|
|
1507
1507
|
*/
|
|
1508
1508
|
"border-w-s": [{
|
|
1509
|
-
"border-s":
|
|
1509
|
+
"border-s": B()
|
|
1510
1510
|
}],
|
|
1511
1511
|
/**
|
|
1512
1512
|
* Border Width End
|
|
1513
1513
|
* @see https://tailwindcss.com/docs/border-width
|
|
1514
1514
|
*/
|
|
1515
1515
|
"border-w-e": [{
|
|
1516
|
-
"border-e":
|
|
1516
|
+
"border-e": B()
|
|
1517
1517
|
}],
|
|
1518
1518
|
/**
|
|
1519
1519
|
* Border Width Top
|
|
1520
1520
|
* @see https://tailwindcss.com/docs/border-width
|
|
1521
1521
|
*/
|
|
1522
1522
|
"border-w-t": [{
|
|
1523
|
-
"border-t":
|
|
1523
|
+
"border-t": B()
|
|
1524
1524
|
}],
|
|
1525
1525
|
/**
|
|
1526
1526
|
* Border Width Right
|
|
1527
1527
|
* @see https://tailwindcss.com/docs/border-width
|
|
1528
1528
|
*/
|
|
1529
1529
|
"border-w-r": [{
|
|
1530
|
-
"border-r":
|
|
1530
|
+
"border-r": B()
|
|
1531
1531
|
}],
|
|
1532
1532
|
/**
|
|
1533
1533
|
* Border Width Bottom
|
|
1534
1534
|
* @see https://tailwindcss.com/docs/border-width
|
|
1535
1535
|
*/
|
|
1536
1536
|
"border-w-b": [{
|
|
1537
|
-
"border-b":
|
|
1537
|
+
"border-b": B()
|
|
1538
1538
|
}],
|
|
1539
1539
|
/**
|
|
1540
1540
|
* Border Width Left
|
|
1541
1541
|
* @see https://tailwindcss.com/docs/border-width
|
|
1542
1542
|
*/
|
|
1543
1543
|
"border-w-l": [{
|
|
1544
|
-
"border-l":
|
|
1544
|
+
"border-l": B()
|
|
1545
1545
|
}],
|
|
1546
1546
|
/**
|
|
1547
1547
|
* Divide Width X
|
|
1548
1548
|
* @see https://tailwindcss.com/docs/border-width#between-children
|
|
1549
1549
|
*/
|
|
1550
1550
|
"divide-x": [{
|
|
1551
|
-
"divide-x":
|
|
1551
|
+
"divide-x": B()
|
|
1552
1552
|
}],
|
|
1553
1553
|
/**
|
|
1554
1554
|
* Divide Width X Reverse
|
|
@@ -1560,7 +1560,7 @@ const pr = (e, t) => {
|
|
|
1560
1560
|
* @see https://tailwindcss.com/docs/border-width#between-children
|
|
1561
1561
|
*/
|
|
1562
1562
|
"divide-y": [{
|
|
1563
|
-
"divide-y":
|
|
1563
|
+
"divide-y": B()
|
|
1564
1564
|
}],
|
|
1565
1565
|
/**
|
|
1566
1566
|
* Divide Width Y Reverse
|
|
@@ -1572,112 +1572,112 @@ const pr = (e, t) => {
|
|
|
1572
1572
|
* @see https://tailwindcss.com/docs/border-style
|
|
1573
1573
|
*/
|
|
1574
1574
|
"border-style": [{
|
|
1575
|
-
border: [...
|
|
1575
|
+
border: [...ne(), "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: [...ne(), "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: v()
|
|
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": v()
|
|
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": v()
|
|
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": v()
|
|
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": v()
|
|
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": v()
|
|
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": v()
|
|
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": v()
|
|
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": v()
|
|
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: v()
|
|
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: [...ne(), "none", "hidden"]
|
|
1660
1660
|
}],
|
|
1661
1661
|
/**
|
|
1662
1662
|
* Outline Offset
|
|
1663
1663
|
* @see https://tailwindcss.com/docs/outline-offset
|
|
1664
1664
|
*/
|
|
1665
1665
|
"outline-offset": [{
|
|
1666
|
-
"outline-offset": [z,
|
|
1666
|
+
"outline-offset": [z, b, p]
|
|
1667
1667
|
}],
|
|
1668
1668
|
/**
|
|
1669
1669
|
* Outline Width
|
|
1670
1670
|
* @see https://tailwindcss.com/docs/outline-width
|
|
1671
1671
|
*/
|
|
1672
1672
|
"outline-w": [{
|
|
1673
|
-
outline: ["", z,
|
|
1673
|
+
outline: ["", z, oe, K]
|
|
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: v()
|
|
1681
1681
|
}],
|
|
1682
1682
|
// ---------------
|
|
1683
1683
|
// --- Effects ---
|
|
@@ -1691,9 +1691,9 @@ const pr = (e, t) => {
|
|
|
1691
1691
|
// Deprecated since Tailwind CSS v4.0.0
|
|
1692
1692
|
"",
|
|
1693
1693
|
"none",
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1694
|
+
y,
|
|
1695
|
+
de,
|
|
1696
|
+
ce
|
|
1697
1697
|
]
|
|
1698
1698
|
}],
|
|
1699
1699
|
/**
|
|
@@ -1701,28 +1701,28 @@ const pr = (e, t) => {
|
|
|
1701
1701
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-shadow-color
|
|
1702
1702
|
*/
|
|
1703
1703
|
"shadow-color": [{
|
|
1704
|
-
shadow:
|
|
1704
|
+
shadow: v()
|
|
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",
|
|
1711
|
+
"inset-shadow": ["none", x, de, ce]
|
|
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": v()
|
|
1719
1719
|
}],
|
|
1720
1720
|
/**
|
|
1721
1721
|
* Ring Width
|
|
1722
1722
|
* @see https://tailwindcss.com/docs/box-shadow#adding-a-ring
|
|
1723
1723
|
*/
|
|
1724
1724
|
"ring-w": [{
|
|
1725
|
-
ring:
|
|
1725
|
+
ring: B()
|
|
1726
1726
|
}],
|
|
1727
1727
|
/**
|
|
1728
1728
|
* Ring Width Inset
|
|
@@ -1736,7 +1736,7 @@ const pr = (e, t) => {
|
|
|
1736
1736
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-ring-color
|
|
1737
1737
|
*/
|
|
1738
1738
|
"ring-color": [{
|
|
1739
|
-
ring:
|
|
1739
|
+
ring: v()
|
|
1740
1740
|
}],
|
|
1741
1741
|
/**
|
|
1742
1742
|
* Ring Offset Width
|
|
@@ -1754,42 +1754,42 @@ const pr = (e, t) => {
|
|
|
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": v()
|
|
1758
1758
|
}],
|
|
1759
1759
|
/**
|
|
1760
1760
|
* Inset Ring Width
|
|
1761
1761
|
* @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-ring
|
|
1762
1762
|
*/
|
|
1763
1763
|
"inset-ring-w": [{
|
|
1764
|
-
"inset-ring":
|
|
1764
|
+
"inset-ring": B()
|
|
1765
1765
|
}],
|
|
1766
1766
|
/**
|
|
1767
1767
|
* Inset Ring Color
|
|
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": v()
|
|
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", f,
|
|
1778
|
+
"text-shadow": ["none", f, de, ce]
|
|
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": v()
|
|
1786
1786
|
}],
|
|
1787
1787
|
/**
|
|
1788
1788
|
* Opacity
|
|
1789
1789
|
* @see https://tailwindcss.com/docs/opacity
|
|
1790
1790
|
*/
|
|
1791
1791
|
opacity: [{
|
|
1792
|
-
opacity: [z,
|
|
1792
|
+
opacity: [z, b, p]
|
|
1793
1793
|
}],
|
|
1794
1794
|
/**
|
|
1795
1795
|
* Mix Blend Mode
|
|
@@ -1827,103 +1827,103 @@ const pr = (e, t) => {
|
|
|
1827
1827
|
"mask-linear": [z]
|
|
1828
1828
|
}],
|
|
1829
1829
|
"mask-image-linear-from-pos": [{
|
|
1830
|
-
"mask-linear-from":
|
|
1830
|
+
"mask-linear-from": I()
|
|
1831
1831
|
}],
|
|
1832
1832
|
"mask-image-linear-to-pos": [{
|
|
1833
|
-
"mask-linear-to":
|
|
1833
|
+
"mask-linear-to": I()
|
|
1834
1834
|
}],
|
|
1835
1835
|
"mask-image-linear-from-color": [{
|
|
1836
|
-
"mask-linear-from":
|
|
1836
|
+
"mask-linear-from": v()
|
|
1837
1837
|
}],
|
|
1838
1838
|
"mask-image-linear-to-color": [{
|
|
1839
|
-
"mask-linear-to":
|
|
1839
|
+
"mask-linear-to": v()
|
|
1840
1840
|
}],
|
|
1841
1841
|
"mask-image-t-from-pos": [{
|
|
1842
|
-
"mask-t-from":
|
|
1842
|
+
"mask-t-from": I()
|
|
1843
1843
|
}],
|
|
1844
1844
|
"mask-image-t-to-pos": [{
|
|
1845
|
-
"mask-t-to":
|
|
1845
|
+
"mask-t-to": I()
|
|
1846
1846
|
}],
|
|
1847
1847
|
"mask-image-t-from-color": [{
|
|
1848
|
-
"mask-t-from":
|
|
1848
|
+
"mask-t-from": v()
|
|
1849
1849
|
}],
|
|
1850
1850
|
"mask-image-t-to-color": [{
|
|
1851
|
-
"mask-t-to":
|
|
1851
|
+
"mask-t-to": v()
|
|
1852
1852
|
}],
|
|
1853
1853
|
"mask-image-r-from-pos": [{
|
|
1854
|
-
"mask-r-from":
|
|
1854
|
+
"mask-r-from": I()
|
|
1855
1855
|
}],
|
|
1856
1856
|
"mask-image-r-to-pos": [{
|
|
1857
|
-
"mask-r-to":
|
|
1857
|
+
"mask-r-to": I()
|
|
1858
1858
|
}],
|
|
1859
1859
|
"mask-image-r-from-color": [{
|
|
1860
|
-
"mask-r-from":
|
|
1860
|
+
"mask-r-from": v()
|
|
1861
1861
|
}],
|
|
1862
1862
|
"mask-image-r-to-color": [{
|
|
1863
|
-
"mask-r-to":
|
|
1863
|
+
"mask-r-to": v()
|
|
1864
1864
|
}],
|
|
1865
1865
|
"mask-image-b-from-pos": [{
|
|
1866
|
-
"mask-b-from":
|
|
1866
|
+
"mask-b-from": I()
|
|
1867
1867
|
}],
|
|
1868
1868
|
"mask-image-b-to-pos": [{
|
|
1869
|
-
"mask-b-to":
|
|
1869
|
+
"mask-b-to": I()
|
|
1870
1870
|
}],
|
|
1871
1871
|
"mask-image-b-from-color": [{
|
|
1872
|
-
"mask-b-from":
|
|
1872
|
+
"mask-b-from": v()
|
|
1873
1873
|
}],
|
|
1874
1874
|
"mask-image-b-to-color": [{
|
|
1875
|
-
"mask-b-to":
|
|
1875
|
+
"mask-b-to": v()
|
|
1876
1876
|
}],
|
|
1877
1877
|
"mask-image-l-from-pos": [{
|
|
1878
|
-
"mask-l-from":
|
|
1878
|
+
"mask-l-from": I()
|
|
1879
1879
|
}],
|
|
1880
1880
|
"mask-image-l-to-pos": [{
|
|
1881
|
-
"mask-l-to":
|
|
1881
|
+
"mask-l-to": I()
|
|
1882
1882
|
}],
|
|
1883
1883
|
"mask-image-l-from-color": [{
|
|
1884
|
-
"mask-l-from":
|
|
1884
|
+
"mask-l-from": v()
|
|
1885
1885
|
}],
|
|
1886
1886
|
"mask-image-l-to-color": [{
|
|
1887
|
-
"mask-l-to":
|
|
1887
|
+
"mask-l-to": v()
|
|
1888
1888
|
}],
|
|
1889
1889
|
"mask-image-x-from-pos": [{
|
|
1890
|
-
"mask-x-from":
|
|
1890
|
+
"mask-x-from": I()
|
|
1891
1891
|
}],
|
|
1892
1892
|
"mask-image-x-to-pos": [{
|
|
1893
|
-
"mask-x-to":
|
|
1893
|
+
"mask-x-to": I()
|
|
1894
1894
|
}],
|
|
1895
1895
|
"mask-image-x-from-color": [{
|
|
1896
|
-
"mask-x-from":
|
|
1896
|
+
"mask-x-from": v()
|
|
1897
1897
|
}],
|
|
1898
1898
|
"mask-image-x-to-color": [{
|
|
1899
|
-
"mask-x-to":
|
|
1899
|
+
"mask-x-to": v()
|
|
1900
1900
|
}],
|
|
1901
1901
|
"mask-image-y-from-pos": [{
|
|
1902
|
-
"mask-y-from":
|
|
1902
|
+
"mask-y-from": I()
|
|
1903
1903
|
}],
|
|
1904
1904
|
"mask-image-y-to-pos": [{
|
|
1905
|
-
"mask-y-to":
|
|
1905
|
+
"mask-y-to": I()
|
|
1906
1906
|
}],
|
|
1907
1907
|
"mask-image-y-from-color": [{
|
|
1908
|
-
"mask-y-from":
|
|
1908
|
+
"mask-y-from": v()
|
|
1909
1909
|
}],
|
|
1910
1910
|
"mask-image-y-to-color": [{
|
|
1911
|
-
"mask-y-to":
|
|
1911
|
+
"mask-y-to": v()
|
|
1912
1912
|
}],
|
|
1913
1913
|
"mask-image-radial": [{
|
|
1914
|
-
"mask-radial": [
|
|
1914
|
+
"mask-radial": [b, p]
|
|
1915
1915
|
}],
|
|
1916
1916
|
"mask-image-radial-from-pos": [{
|
|
1917
|
-
"mask-radial-from":
|
|
1917
|
+
"mask-radial-from": I()
|
|
1918
1918
|
}],
|
|
1919
1919
|
"mask-image-radial-to-pos": [{
|
|
1920
|
-
"mask-radial-to":
|
|
1920
|
+
"mask-radial-to": I()
|
|
1921
1921
|
}],
|
|
1922
1922
|
"mask-image-radial-from-color": [{
|
|
1923
|
-
"mask-radial-from":
|
|
1923
|
+
"mask-radial-from": v()
|
|
1924
1924
|
}],
|
|
1925
1925
|
"mask-image-radial-to-color": [{
|
|
1926
|
-
"mask-radial-to":
|
|
1926
|
+
"mask-radial-to": v()
|
|
1927
1927
|
}],
|
|
1928
1928
|
"mask-image-radial-shape": [{
|
|
1929
1929
|
"mask-radial": ["circle", "ellipse"]
|
|
@@ -1935,22 +1935,22 @@ const pr = (e, t) => {
|
|
|
1935
1935
|
}]
|
|
1936
1936
|
}],
|
|
1937
1937
|
"mask-image-radial-pos": [{
|
|
1938
|
-
"mask-radial-at":
|
|
1938
|
+
"mask-radial-at": F()
|
|
1939
1939
|
}],
|
|
1940
1940
|
"mask-image-conic-pos": [{
|
|
1941
1941
|
"mask-conic": [z]
|
|
1942
1942
|
}],
|
|
1943
1943
|
"mask-image-conic-from-pos": [{
|
|
1944
|
-
"mask-conic-from":
|
|
1944
|
+
"mask-conic-from": I()
|
|
1945
1945
|
}],
|
|
1946
1946
|
"mask-image-conic-to-pos": [{
|
|
1947
|
-
"mask-conic-to":
|
|
1947
|
+
"mask-conic-to": I()
|
|
1948
1948
|
}],
|
|
1949
1949
|
"mask-image-conic-from-color": [{
|
|
1950
|
-
"mask-conic-from":
|
|
1950
|
+
"mask-conic-from": v()
|
|
1951
1951
|
}],
|
|
1952
1952
|
"mask-image-conic-to-color": [{
|
|
1953
|
-
"mask-conic-to":
|
|
1953
|
+
"mask-conic-to": v()
|
|
1954
1954
|
}],
|
|
1955
1955
|
/**
|
|
1956
1956
|
* Mask Mode
|
|
@@ -1978,14 +1978,14 @@ const pr = (e, t) => {
|
|
|
1978
1978
|
* @see https://tailwindcss.com/docs/mask-repeat
|
|
1979
1979
|
*/
|
|
1980
1980
|
"mask-repeat": [{
|
|
1981
|
-
mask:
|
|
1981
|
+
mask: Ne()
|
|
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: ke()
|
|
1989
1989
|
}],
|
|
1990
1990
|
/**
|
|
1991
1991
|
* Mask Type
|
|
@@ -1999,7 +1999,7 @@ const pr = (e, t) => {
|
|
|
1999
1999
|
* @see https://tailwindcss.com/docs/mask-image
|
|
2000
2000
|
*/
|
|
2001
2001
|
"mask-image": [{
|
|
2002
|
-
mask: ["none",
|
|
2002
|
+
mask: ["none", b, p]
|
|
2003
2003
|
}],
|
|
2004
2004
|
// ---------------
|
|
2005
2005
|
// --- Filters ---
|
|
@@ -2013,8 +2013,8 @@ const pr = (e, t) => {
|
|
|
2013
2013
|
// Deprecated since Tailwind CSS v3.0.0
|
|
2014
2014
|
"",
|
|
2015
2015
|
"none",
|
|
2016
|
-
|
|
2017
|
-
|
|
2016
|
+
b,
|
|
2017
|
+
p
|
|
2018
2018
|
]
|
|
2019
2019
|
}],
|
|
2020
2020
|
/**
|
|
@@ -2022,21 +2022,21 @@ const pr = (e, t) => {
|
|
|
2022
2022
|
* @see https://tailwindcss.com/docs/blur
|
|
2023
2023
|
*/
|
|
2024
2024
|
blur: [{
|
|
2025
|
-
blur:
|
|
2025
|
+
blur: Se()
|
|
2026
2026
|
}],
|
|
2027
2027
|
/**
|
|
2028
2028
|
* Brightness
|
|
2029
2029
|
* @see https://tailwindcss.com/docs/brightness
|
|
2030
2030
|
*/
|
|
2031
2031
|
brightness: [{
|
|
2032
|
-
brightness: [z,
|
|
2032
|
+
brightness: [z, b, p]
|
|
2033
2033
|
}],
|
|
2034
2034
|
/**
|
|
2035
2035
|
* Contrast
|
|
2036
2036
|
* @see https://tailwindcss.com/docs/contrast
|
|
2037
2037
|
*/
|
|
2038
2038
|
contrast: [{
|
|
2039
|
-
contrast: [z,
|
|
2039
|
+
contrast: [z, b, p]
|
|
2040
2040
|
}],
|
|
2041
2041
|
/**
|
|
2042
2042
|
* Drop Shadow
|
|
@@ -2047,9 +2047,9 @@ const pr = (e, t) => {
|
|
|
2047
2047
|
// Deprecated since Tailwind CSS v4.0.0
|
|
2048
2048
|
"",
|
|
2049
2049
|
"none",
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2050
|
+
N,
|
|
2051
|
+
de,
|
|
2052
|
+
ce
|
|
2053
2053
|
]
|
|
2054
2054
|
}],
|
|
2055
2055
|
/**
|
|
@@ -2057,42 +2057,42 @@ const pr = (e, t) => {
|
|
|
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": v()
|
|
2061
2061
|
}],
|
|
2062
2062
|
/**
|
|
2063
2063
|
* Grayscale
|
|
2064
2064
|
* @see https://tailwindcss.com/docs/grayscale
|
|
2065
2065
|
*/
|
|
2066
2066
|
grayscale: [{
|
|
2067
|
-
grayscale: ["", z,
|
|
2067
|
+
grayscale: ["", z, b, p]
|
|
2068
2068
|
}],
|
|
2069
2069
|
/**
|
|
2070
2070
|
* Hue Rotate
|
|
2071
2071
|
* @see https://tailwindcss.com/docs/hue-rotate
|
|
2072
2072
|
*/
|
|
2073
2073
|
"hue-rotate": [{
|
|
2074
|
-
"hue-rotate": [z,
|
|
2074
|
+
"hue-rotate": [z, b, p]
|
|
2075
2075
|
}],
|
|
2076
2076
|
/**
|
|
2077
2077
|
* Invert
|
|
2078
2078
|
* @see https://tailwindcss.com/docs/invert
|
|
2079
2079
|
*/
|
|
2080
2080
|
invert: [{
|
|
2081
|
-
invert: ["", z,
|
|
2081
|
+
invert: ["", z, b, p]
|
|
2082
2082
|
}],
|
|
2083
2083
|
/**
|
|
2084
2084
|
* Saturate
|
|
2085
2085
|
* @see https://tailwindcss.com/docs/saturate
|
|
2086
2086
|
*/
|
|
2087
2087
|
saturate: [{
|
|
2088
|
-
saturate: [z,
|
|
2088
|
+
saturate: [z, b, p]
|
|
2089
2089
|
}],
|
|
2090
2090
|
/**
|
|
2091
2091
|
* Sepia
|
|
2092
2092
|
* @see https://tailwindcss.com/docs/sepia
|
|
2093
2093
|
*/
|
|
2094
2094
|
sepia: [{
|
|
2095
|
-
sepia: ["", z,
|
|
2095
|
+
sepia: ["", z, b, p]
|
|
2096
2096
|
}],
|
|
2097
2097
|
/**
|
|
2098
2098
|
* Backdrop Filter
|
|
@@ -2103,8 +2103,8 @@ const pr = (e, t) => {
|
|
|
2103
2103
|
// Deprecated since Tailwind CSS v3.0.0
|
|
2104
2104
|
"",
|
|
2105
2105
|
"none",
|
|
2106
|
-
|
|
2107
|
-
|
|
2106
|
+
b,
|
|
2107
|
+
p
|
|
2108
2108
|
]
|
|
2109
2109
|
}],
|
|
2110
2110
|
/**
|
|
@@ -2112,63 +2112,63 @@ const pr = (e, t) => {
|
|
|
2112
2112
|
* @see https://tailwindcss.com/docs/backdrop-blur
|
|
2113
2113
|
*/
|
|
2114
2114
|
"backdrop-blur": [{
|
|
2115
|
-
"backdrop-blur":
|
|
2115
|
+
"backdrop-blur": Se()
|
|
2116
2116
|
}],
|
|
2117
2117
|
/**
|
|
2118
2118
|
* Backdrop Brightness
|
|
2119
2119
|
* @see https://tailwindcss.com/docs/backdrop-brightness
|
|
2120
2120
|
*/
|
|
2121
2121
|
"backdrop-brightness": [{
|
|
2122
|
-
"backdrop-brightness": [z,
|
|
2122
|
+
"backdrop-brightness": [z, b, p]
|
|
2123
2123
|
}],
|
|
2124
2124
|
/**
|
|
2125
2125
|
* Backdrop Contrast
|
|
2126
2126
|
* @see https://tailwindcss.com/docs/backdrop-contrast
|
|
2127
2127
|
*/
|
|
2128
2128
|
"backdrop-contrast": [{
|
|
2129
|
-
"backdrop-contrast": [z,
|
|
2129
|
+
"backdrop-contrast": [z, b, p]
|
|
2130
2130
|
}],
|
|
2131
2131
|
/**
|
|
2132
2132
|
* Backdrop Grayscale
|
|
2133
2133
|
* @see https://tailwindcss.com/docs/backdrop-grayscale
|
|
2134
2134
|
*/
|
|
2135
2135
|
"backdrop-grayscale": [{
|
|
2136
|
-
"backdrop-grayscale": ["", z,
|
|
2136
|
+
"backdrop-grayscale": ["", z, b, p]
|
|
2137
2137
|
}],
|
|
2138
2138
|
/**
|
|
2139
2139
|
* Backdrop Hue Rotate
|
|
2140
2140
|
* @see https://tailwindcss.com/docs/backdrop-hue-rotate
|
|
2141
2141
|
*/
|
|
2142
2142
|
"backdrop-hue-rotate": [{
|
|
2143
|
-
"backdrop-hue-rotate": [z,
|
|
2143
|
+
"backdrop-hue-rotate": [z, b, p]
|
|
2144
2144
|
}],
|
|
2145
2145
|
/**
|
|
2146
2146
|
* Backdrop Invert
|
|
2147
2147
|
* @see https://tailwindcss.com/docs/backdrop-invert
|
|
2148
2148
|
*/
|
|
2149
2149
|
"backdrop-invert": [{
|
|
2150
|
-
"backdrop-invert": ["", z,
|
|
2150
|
+
"backdrop-invert": ["", z, b, p]
|
|
2151
2151
|
}],
|
|
2152
2152
|
/**
|
|
2153
2153
|
* Backdrop Opacity
|
|
2154
2154
|
* @see https://tailwindcss.com/docs/backdrop-opacity
|
|
2155
2155
|
*/
|
|
2156
2156
|
"backdrop-opacity": [{
|
|
2157
|
-
"backdrop-opacity": [z,
|
|
2157
|
+
"backdrop-opacity": [z, b, p]
|
|
2158
2158
|
}],
|
|
2159
2159
|
/**
|
|
2160
2160
|
* Backdrop Saturate
|
|
2161
2161
|
* @see https://tailwindcss.com/docs/backdrop-saturate
|
|
2162
2162
|
*/
|
|
2163
2163
|
"backdrop-saturate": [{
|
|
2164
|
-
"backdrop-saturate": [z,
|
|
2164
|
+
"backdrop-saturate": [z, b, p]
|
|
2165
2165
|
}],
|
|
2166
2166
|
/**
|
|
2167
2167
|
* Backdrop Sepia
|
|
2168
2168
|
* @see https://tailwindcss.com/docs/backdrop-sepia
|
|
2169
2169
|
*/
|
|
2170
2170
|
"backdrop-sepia": [{
|
|
2171
|
-
"backdrop-sepia": ["", z,
|
|
2171
|
+
"backdrop-sepia": ["", z, b, p]
|
|
2172
2172
|
}],
|
|
2173
2173
|
// --------------
|
|
2174
2174
|
// --- Tables ---
|
|
@@ -2223,7 +2223,7 @@ const pr = (e, t) => {
|
|
|
2223
2223
|
* @see https://tailwindcss.com/docs/transition-property
|
|
2224
2224
|
*/
|
|
2225
2225
|
transition: [{
|
|
2226
|
-
transition: ["", "all", "colors", "opacity", "shadow", "transform", "none",
|
|
2226
|
+
transition: ["", "all", "colors", "opacity", "shadow", "transform", "none", b, p]
|
|
2227
2227
|
}],
|
|
2228
2228
|
/**
|
|
2229
2229
|
* Transition Behavior
|
|
@@ -2237,28 +2237,28 @@ const pr = (e, t) => {
|
|
|
2237
2237
|
* @see https://tailwindcss.com/docs/transition-duration
|
|
2238
2238
|
*/
|
|
2239
2239
|
duration: [{
|
|
2240
|
-
duration: [z, "initial",
|
|
2240
|
+
duration: [z, "initial", b, p]
|
|
2241
2241
|
}],
|
|
2242
2242
|
/**
|
|
2243
2243
|
* Transition Timing Function
|
|
2244
2244
|
* @see https://tailwindcss.com/docs/transition-timing-function
|
|
2245
2245
|
*/
|
|
2246
2246
|
ease: [{
|
|
2247
|
-
ease: ["linear", "initial",
|
|
2247
|
+
ease: ["linear", "initial", j, b, p]
|
|
2248
2248
|
}],
|
|
2249
2249
|
/**
|
|
2250
2250
|
* Transition Delay
|
|
2251
2251
|
* @see https://tailwindcss.com/docs/transition-delay
|
|
2252
2252
|
*/
|
|
2253
2253
|
delay: [{
|
|
2254
|
-
delay: [z,
|
|
2254
|
+
delay: [z, b, p]
|
|
2255
2255
|
}],
|
|
2256
2256
|
/**
|
|
2257
2257
|
* Animation
|
|
2258
2258
|
* @see https://tailwindcss.com/docs/animation
|
|
2259
2259
|
*/
|
|
2260
2260
|
animate: [{
|
|
2261
|
-
animate: ["none",
|
|
2261
|
+
animate: ["none", D, b, p]
|
|
2262
2262
|
}],
|
|
2263
2263
|
// ------------------
|
|
2264
2264
|
// --- Transforms ---
|
|
@@ -2275,14 +2275,14 @@ const pr = (e, t) => {
|
|
|
2275
2275
|
* @see https://tailwindcss.com/docs/perspective
|
|
2276
2276
|
*/
|
|
2277
2277
|
perspective: [{
|
|
2278
|
-
perspective: [
|
|
2278
|
+
perspective: [w, b, p]
|
|
2279
2279
|
}],
|
|
2280
2280
|
/**
|
|
2281
2281
|
* Perspective Origin
|
|
2282
2282
|
* @see https://tailwindcss.com/docs/perspective-origin
|
|
2283
2283
|
*/
|
|
2284
2284
|
"perspective-origin": [{
|
|
2285
|
-
"perspective-origin":
|
|
2285
|
+
"perspective-origin": P()
|
|
2286
2286
|
}],
|
|
2287
2287
|
/**
|
|
2288
2288
|
* Rotate
|
|
@@ -2317,28 +2317,28 @@ const pr = (e, t) => {
|
|
|
2317
2317
|
* @see https://tailwindcss.com/docs/scale
|
|
2318
2318
|
*/
|
|
2319
2319
|
scale: [{
|
|
2320
|
-
scale:
|
|
2320
|
+
scale: ie()
|
|
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": ie()
|
|
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": ie()
|
|
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": ie()
|
|
2342
2342
|
}],
|
|
2343
2343
|
/**
|
|
2344
2344
|
* Scale 3D
|
|
@@ -2371,14 +2371,14 @@ const pr = (e, t) => {
|
|
|
2371
2371
|
* @see https://tailwindcss.com/docs/transform
|
|
2372
2372
|
*/
|
|
2373
2373
|
transform: [{
|
|
2374
|
-
transform: [
|
|
2374
|
+
transform: [b, p, "", "none", "gpu", "cpu"]
|
|
2375
2375
|
}],
|
|
2376
2376
|
/**
|
|
2377
2377
|
* Transform Origin
|
|
2378
2378
|
* @see https://tailwindcss.com/docs/transform-origin
|
|
2379
2379
|
*/
|
|
2380
2380
|
"transform-origin": [{
|
|
2381
|
-
origin:
|
|
2381
|
+
origin: P()
|
|
2382
2382
|
}],
|
|
2383
2383
|
/**
|
|
2384
2384
|
* Transform Style
|
|
@@ -2392,28 +2392,28 @@ const pr = (e, t) => {
|
|
|
2392
2392
|
* @see https://tailwindcss.com/docs/translate
|
|
2393
2393
|
*/
|
|
2394
2394
|
translate: [{
|
|
2395
|
-
translate:
|
|
2395
|
+
translate: le()
|
|
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": le()
|
|
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": le()
|
|
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": le()
|
|
2417
2417
|
}],
|
|
2418
2418
|
/**
|
|
2419
2419
|
* Translate None
|
|
@@ -2428,7 +2428,7 @@ const pr = (e, t) => {
|
|
|
2428
2428
|
* @see https://tailwindcss.com/docs/accent-color
|
|
2429
2429
|
*/
|
|
2430
2430
|
accent: [{
|
|
2431
|
-
accent:
|
|
2431
|
+
accent: v()
|
|
2432
2432
|
}],
|
|
2433
2433
|
/**
|
|
2434
2434
|
* Appearance
|
|
@@ -2442,7 +2442,7 @@ const pr = (e, t) => {
|
|
|
2442
2442
|
* @see https://tailwindcss.com/docs/just-in-time-mode#caret-color-utilities
|
|
2443
2443
|
*/
|
|
2444
2444
|
"caret-color": [{
|
|
2445
|
-
caret:
|
|
2445
|
+
caret: v()
|
|
2446
2446
|
}],
|
|
2447
2447
|
/**
|
|
2448
2448
|
* Color Scheme
|
|
@@ -2456,7 +2456,7 @@ const pr = (e, t) => {
|
|
|
2456
2456
|
* @see https://tailwindcss.com/docs/cursor
|
|
2457
2457
|
*/
|
|
2458
2458
|
cursor: [{
|
|
2459
|
-
cursor: ["auto", "default", "pointer", "wait", "text", "move", "help", "not-allowed", "none", "context-menu", "progress", "cell", "crosshair", "vertical-text", "alias", "copy", "no-drop", "grab", "grabbing", "all-scroll", "col-resize", "row-resize", "n-resize", "e-resize", "s-resize", "w-resize", "ne-resize", "nw-resize", "se-resize", "sw-resize", "ew-resize", "ns-resize", "nesw-resize", "nwse-resize", "zoom-in", "zoom-out",
|
|
2459
|
+
cursor: ["auto", "default", "pointer", "wait", "text", "move", "help", "not-allowed", "none", "context-menu", "progress", "cell", "crosshair", "vertical-text", "alias", "copy", "no-drop", "grab", "grabbing", "all-scroll", "col-resize", "row-resize", "n-resize", "e-resize", "s-resize", "w-resize", "ne-resize", "nw-resize", "se-resize", "sw-resize", "ew-resize", "ns-resize", "nesw-resize", "nwse-resize", "zoom-in", "zoom-out", b, p]
|
|
2460
2460
|
}],
|
|
2461
2461
|
/**
|
|
2462
2462
|
* Field Sizing
|
|
@@ -2678,7 +2678,7 @@ const pr = (e, t) => {
|
|
|
2678
2678
|
* @see https://tailwindcss.com/docs/will-change
|
|
2679
2679
|
*/
|
|
2680
2680
|
"will-change": [{
|
|
2681
|
-
"will-change": ["auto", "scroll", "contents", "transform",
|
|
2681
|
+
"will-change": ["auto", "scroll", "contents", "transform", b, p]
|
|
2682
2682
|
}],
|
|
2683
2683
|
// -----------
|
|
2684
2684
|
// --- SVG ---
|
|
@@ -2688,21 +2688,21 @@ const pr = (e, t) => {
|
|
|
2688
2688
|
* @see https://tailwindcss.com/docs/fill
|
|
2689
2689
|
*/
|
|
2690
2690
|
fill: [{
|
|
2691
|
-
fill: ["none", ...
|
|
2691
|
+
fill: ["none", ...v()]
|
|
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: [z,
|
|
2698
|
+
stroke: [z, oe, K, fe]
|
|
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", ...v()]
|
|
2706
2706
|
}],
|
|
2707
2707
|
// ---------------------
|
|
2708
2708
|
// --- Accessibility ---
|
|
@@ -2770,19 +2770,19 @@ const pr = (e, t) => {
|
|
|
2770
2770
|
},
|
|
2771
2771
|
orderSensitiveModifiers: ["*", "**", "after", "backdrop", "before", "details-content", "file", "first-letter", "first-line", "marker", "placeholder", "selection"]
|
|
2772
2772
|
};
|
|
2773
|
-
},
|
|
2774
|
-
function
|
|
2775
|
-
return
|
|
2773
|
+
}, lt = /* @__PURE__ */ Br(it);
|
|
2774
|
+
function u(...e) {
|
|
2775
|
+
return lt(wr(e));
|
|
2776
2776
|
}
|
|
2777
|
-
const xe =
|
|
2778
|
-
({ variant: e = "primary", size: t = "md", loading: a, icon: o, className:
|
|
2779
|
-
const m = "inline-flex items-center justify-center gap-2 font-medium rounded-md transition-all duration-200 touch-target disabled:opacity-50 disabled:cursor-not-allowed active:scale-[0.98]",
|
|
2777
|
+
const xe = Le.forwardRef(
|
|
2778
|
+
({ variant: e = "primary", size: t = "md", loading: a, icon: o, className: s, children: l, disabled: n, ...c }, i) => {
|
|
2779
|
+
const m = "inline-flex items-center justify-center gap-2 font-medium rounded-md transition-all duration-200 touch-target disabled:opacity-50 disabled:cursor-not-allowed active:scale-[0.98]", y = {
|
|
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
|
+
}, x = {
|
|
2786
2786
|
sm: "px-3 py-2 text-sm min-h-[2.25rem]",
|
|
2787
2787
|
md: "px-4 py-2.5 text-base min-h-[2.75rem]",
|
|
2788
2788
|
lg: "px-6 py-3.5 text-lg min-h-[3.25rem]"
|
|
@@ -2791,12 +2791,12 @@ const xe = De.forwardRef(
|
|
|
2791
2791
|
g.button,
|
|
2792
2792
|
{
|
|
2793
2793
|
ref: i,
|
|
2794
|
-
whileTap: { scale:
|
|
2795
|
-
className:
|
|
2796
|
-
disabled:
|
|
2794
|
+
whileTap: { scale: n || a ? 1 : 0.98 },
|
|
2795
|
+
className: u(m, y[e], x[t], s),
|
|
2796
|
+
disabled: n || a,
|
|
2797
2797
|
...c,
|
|
2798
2798
|
children: [
|
|
2799
|
-
a ? /* @__PURE__ */ r(
|
|
2799
|
+
a ? /* @__PURE__ */ r(tr, { className: "h-5 w-5 animate-spin" }) : o ? /* @__PURE__ */ r("span", { className: "flex-shrink-0", children: o }) : null,
|
|
2800
2800
|
l
|
|
2801
2801
|
]
|
|
2802
2802
|
}
|
|
@@ -2804,19 +2804,19 @@ const xe = De.forwardRef(
|
|
|
2804
2804
|
}
|
|
2805
2805
|
);
|
|
2806
2806
|
xe.displayName = "Button";
|
|
2807
|
-
const
|
|
2808
|
-
({ label: e, error: t, hint: a, leftIcon: o, rightIcon:
|
|
2807
|
+
const ct = ae(
|
|
2808
|
+
({ label: e, error: t, hint: a, leftIcon: o, rightIcon: s, className: l, ...n }, c) => /* @__PURE__ */ d("div", { className: "w-full space-y-1.5", children: [
|
|
2809
2809
|
e && /* @__PURE__ */ d("label", { className: "block text-sm font-medium text-foreground", children: [
|
|
2810
2810
|
e,
|
|
2811
|
-
|
|
2811
|
+
n.required && /* @__PURE__ */ r("span", { className: "text-error ml-1", children: "*" })
|
|
2812
2812
|
] }),
|
|
2813
2813
|
/* @__PURE__ */ d("div", { className: "relative", children: [
|
|
2814
|
-
o && /* @__PURE__ */ r("div", { className: "absolute left-
|
|
2814
|
+
o && /* @__PURE__ */ r("div", { className: "absolute left-3.5 inset-y-0 flex items-center pointer-events-none text-primary", children: o }),
|
|
2815
2815
|
/* @__PURE__ */ r(
|
|
2816
2816
|
"input",
|
|
2817
2817
|
{
|
|
2818
2818
|
ref: c,
|
|
2819
|
-
className:
|
|
2819
|
+
className: u(
|
|
2820
2820
|
"w-full px-4 py-3 rounded-md border transition-all duration-200",
|
|
2821
2821
|
"bg-background text-foreground placeholder:text-foreground/50",
|
|
2822
2822
|
"focus:outline-none focus:ring-2 focus:ring-primary focus:border-transparent",
|
|
@@ -2825,13 +2825,13 @@ const rt = ue(
|
|
|
2825
2825
|
t && "border-error focus:ring-error",
|
|
2826
2826
|
!t && "border-border",
|
|
2827
2827
|
o && "pl-11",
|
|
2828
|
-
|
|
2828
|
+
s && "pr-11",
|
|
2829
2829
|
l
|
|
2830
2830
|
),
|
|
2831
|
-
...
|
|
2831
|
+
...n
|
|
2832
2832
|
}
|
|
2833
2833
|
),
|
|
2834
|
-
|
|
2834
|
+
s && /* @__PURE__ */ r("div", { className: "absolute right-3.5 inset-y-0 flex items-center pointer-events-none text-primary", children: s })
|
|
2835
2835
|
] }),
|
|
2836
2836
|
t && /* @__PURE__ */ r(
|
|
2837
2837
|
g.p,
|
|
@@ -2845,9 +2845,9 @@ const rt = ue(
|
|
|
2845
2845
|
a && !t && /* @__PURE__ */ r("p", { className: "text-sm text-primary/70", children: a })
|
|
2846
2846
|
] })
|
|
2847
2847
|
);
|
|
2848
|
-
|
|
2849
|
-
const
|
|
2850
|
-
({ label: e, error: t, helperText: a, className: o, required:
|
|
2848
|
+
ct.displayName = "Input";
|
|
2849
|
+
const dt = ae(
|
|
2850
|
+
({ label: e, error: t, helperText: a, className: o, required: s, ...l }, n) => /* @__PURE__ */ d(
|
|
2851
2851
|
g.div,
|
|
2852
2852
|
{
|
|
2853
2853
|
initial: { opacity: 0, y: 10 },
|
|
@@ -2857,13 +2857,13 @@ const tt = ue(
|
|
|
2857
2857
|
children: [
|
|
2858
2858
|
e && /* @__PURE__ */ d("label", { className: "block text-sm font-medium text-foreground mb-1.5", children: [
|
|
2859
2859
|
e,
|
|
2860
|
-
|
|
2860
|
+
s && /* @__PURE__ */ r("span", { className: "text-error ml-1", children: "*" })
|
|
2861
2861
|
] }),
|
|
2862
2862
|
/* @__PURE__ */ r(
|
|
2863
2863
|
"textarea",
|
|
2864
2864
|
{
|
|
2865
|
-
ref:
|
|
2866
|
-
className:
|
|
2865
|
+
ref: n,
|
|
2866
|
+
className: u(
|
|
2867
2867
|
"w-full px-4 py-3 bg-background border border-border rounded-md",
|
|
2868
2868
|
"text-foreground placeholder:text-foreground/50",
|
|
2869
2869
|
"focus:outline-none focus:ring-2 focus:ring-primary focus:border-transparent",
|
|
@@ -2890,10 +2890,10 @@ const tt = ue(
|
|
|
2890
2890
|
}
|
|
2891
2891
|
)
|
|
2892
2892
|
);
|
|
2893
|
-
|
|
2894
|
-
const
|
|
2895
|
-
({ label: e, description: t, className: a, checked: o, defaultChecked:
|
|
2896
|
-
const [i, m] =
|
|
2893
|
+
dt.displayName = "Textarea";
|
|
2894
|
+
const mt = ae(
|
|
2895
|
+
({ label: e, description: t, className: a, checked: o, defaultChecked: s, onChange: l, ...n }, c) => {
|
|
2896
|
+
const [i, m] = O(s || !1), y = o !== void 0 ? o : i;
|
|
2897
2897
|
return /* @__PURE__ */ d("label", { className: "flex items-start gap-3 cursor-pointer group", children: [
|
|
2898
2898
|
/* @__PURE__ */ d("div", { className: "relative flex-shrink-0 mt-0.5", children: [
|
|
2899
2899
|
/* @__PURE__ */ r(
|
|
@@ -2902,28 +2902,28 @@ const ot = ue(
|
|
|
2902
2902
|
ref: c,
|
|
2903
2903
|
type: "checkbox",
|
|
2904
2904
|
className: "sr-only peer",
|
|
2905
|
-
checked:
|
|
2905
|
+
checked: y,
|
|
2906
2906
|
onChange: (f) => {
|
|
2907
2907
|
o === void 0 && m(f.target.checked), l?.(f.target.checked);
|
|
2908
2908
|
},
|
|
2909
|
-
...
|
|
2909
|
+
...n
|
|
2910
2910
|
}
|
|
2911
2911
|
),
|
|
2912
2912
|
/* @__PURE__ */ r(
|
|
2913
2913
|
g.div,
|
|
2914
2914
|
{
|
|
2915
|
-
className:
|
|
2915
|
+
className: u(
|
|
2916
2916
|
"w-6 h-6 rounded-md border-2 transition-all duration-200",
|
|
2917
2917
|
"peer-focus:ring-2 peer-focus:ring-primary peer-focus:ring-offset-2",
|
|
2918
2918
|
"peer-disabled:opacity-50 peer-disabled:cursor-not-allowed",
|
|
2919
2919
|
"flex items-center justify-center",
|
|
2920
|
-
|
|
2920
|
+
y ? "bg-primary border-primary" : "border-border bg-background",
|
|
2921
2921
|
a
|
|
2922
2922
|
),
|
|
2923
2923
|
whileTap: { scale: 0.95 },
|
|
2924
|
-
children: /* @__PURE__ */ r(
|
|
2924
|
+
children: /* @__PURE__ */ r(Oe, { className: u(
|
|
2925
2925
|
"w-4 h-4 text-white transition-opacity duration-200",
|
|
2926
|
-
|
|
2926
|
+
y ? "opacity-100" : "opacity-0"
|
|
2927
2927
|
) })
|
|
2928
2928
|
}
|
|
2929
2929
|
)
|
|
@@ -2935,34 +2935,34 @@ const ot = ue(
|
|
|
2935
2935
|
] });
|
|
2936
2936
|
}
|
|
2937
2937
|
);
|
|
2938
|
-
|
|
2939
|
-
const
|
|
2938
|
+
mt.displayName = "Checkbox";
|
|
2939
|
+
const Tt = ({
|
|
2940
2940
|
options: e,
|
|
2941
2941
|
value: t,
|
|
2942
2942
|
onChange: a,
|
|
2943
2943
|
name: o,
|
|
2944
|
-
disabled:
|
|
2944
|
+
disabled: s,
|
|
2945
2945
|
className: l
|
|
2946
|
-
}) => /* @__PURE__ */ r("div", { className:
|
|
2947
|
-
const c = t ===
|
|
2946
|
+
}) => /* @__PURE__ */ r("div", { className: u("flex flex-wrap gap-2", l), children: e.map((n) => {
|
|
2947
|
+
const c = t === n.value;
|
|
2948
2948
|
return /* @__PURE__ */ d("label", { className: "relative cursor-pointer", children: [
|
|
2949
2949
|
/* @__PURE__ */ r(
|
|
2950
2950
|
"input",
|
|
2951
2951
|
{
|
|
2952
2952
|
type: "radio",
|
|
2953
2953
|
name: o,
|
|
2954
|
-
value:
|
|
2954
|
+
value: n.value,
|
|
2955
2955
|
checked: c,
|
|
2956
2956
|
onChange: (i) => a?.(i.target.value),
|
|
2957
|
-
disabled:
|
|
2957
|
+
disabled: s,
|
|
2958
2958
|
className: "sr-only peer"
|
|
2959
2959
|
}
|
|
2960
2960
|
),
|
|
2961
2961
|
/* @__PURE__ */ d(
|
|
2962
2962
|
g.div,
|
|
2963
2963
|
{
|
|
2964
|
-
whileTap: { scale:
|
|
2965
|
-
className:
|
|
2964
|
+
whileTap: { scale: s ? 1 : 0.95 },
|
|
2965
|
+
className: u(
|
|
2966
2966
|
"px-4 py-2.5 rounded-full border-2 transition-all duration-200",
|
|
2967
2967
|
"flex items-center gap-2 min-h-[2.75rem]",
|
|
2968
2968
|
"peer-focus:ring-2 peer-focus:ring-primary peer-focus:ring-offset-2",
|
|
@@ -2970,14 +2970,14 @@ const dt = ({
|
|
|
2970
2970
|
c ? "bg-primary border-primary text-white" : "bg-background border-border text-primary hover:border-border-dark"
|
|
2971
2971
|
),
|
|
2972
2972
|
children: [
|
|
2973
|
-
|
|
2974
|
-
/* @__PURE__ */ r("span", { className: "font-medium text-base", children:
|
|
2973
|
+
n.icon && /* @__PURE__ */ r("span", { className: "flex-shrink-0", children: n.icon }),
|
|
2974
|
+
/* @__PURE__ */ r("span", { className: "font-medium text-base", children: n.label })
|
|
2975
2975
|
]
|
|
2976
2976
|
}
|
|
2977
2977
|
)
|
|
2978
|
-
] },
|
|
2979
|
-
}) }),
|
|
2980
|
-
({ label: e, description: t, className: a, checked: o, onChange:
|
|
2978
|
+
] }, n.value);
|
|
2979
|
+
}) }), ut = ae(
|
|
2980
|
+
({ label: e, description: t, className: a, checked: o, onChange: s, ...l }, n) => /* @__PURE__ */ d("label", { className: "flex items-center justify-between gap-4 cursor-pointer group", children: [
|
|
2981
2981
|
(e || t) && /* @__PURE__ */ d("div", { className: "flex-1 space-y-0.5", children: [
|
|
2982
2982
|
e && /* @__PURE__ */ r("div", { className: "text-base font-medium text-foreground", children: e }),
|
|
2983
2983
|
t && /* @__PURE__ */ r("div", { className: "text-sm text-primary/70", children: t })
|
|
@@ -2986,10 +2986,10 @@ const dt = ({
|
|
|
2986
2986
|
/* @__PURE__ */ r(
|
|
2987
2987
|
"input",
|
|
2988
2988
|
{
|
|
2989
|
-
ref:
|
|
2989
|
+
ref: n,
|
|
2990
2990
|
type: "checkbox",
|
|
2991
2991
|
onChange: (i) => {
|
|
2992
|
-
|
|
2992
|
+
s?.(i.target.checked);
|
|
2993
2993
|
},
|
|
2994
2994
|
className: "sr-only peer",
|
|
2995
2995
|
checked: o,
|
|
@@ -2999,7 +2999,7 @@ const dt = ({
|
|
|
2999
2999
|
/* @__PURE__ */ r(
|
|
3000
3000
|
"div",
|
|
3001
3001
|
{
|
|
3002
|
-
className:
|
|
3002
|
+
className: u(
|
|
3003
3003
|
"w-12 h-7 rounded-full transition-all duration-200 relative",
|
|
3004
3004
|
"peer-focus:ring-2 peer-focus:ring-primary peer-focus:ring-offset-2",
|
|
3005
3005
|
"peer-disabled:opacity-50 peer-disabled:cursor-not-allowed",
|
|
@@ -3019,24 +3019,24 @@ const dt = ({
|
|
|
3019
3019
|
] })
|
|
3020
3020
|
] })
|
|
3021
3021
|
);
|
|
3022
|
-
|
|
3023
|
-
const
|
|
3022
|
+
ut.displayName = "Toggle";
|
|
3023
|
+
const Mt = ({
|
|
3024
3024
|
value: e,
|
|
3025
3025
|
onChange: t,
|
|
3026
3026
|
min: a = 0,
|
|
3027
3027
|
max: o = 100,
|
|
3028
|
-
step:
|
|
3028
|
+
step: s = 1,
|
|
3029
3029
|
label: l,
|
|
3030
|
-
showValue:
|
|
3030
|
+
showValue: n = !0,
|
|
3031
3031
|
unit: c = "%",
|
|
3032
3032
|
disabled: i,
|
|
3033
3033
|
className: m
|
|
3034
3034
|
}) => {
|
|
3035
|
-
const [
|
|
3036
|
-
return /* @__PURE__ */ d("div", { className:
|
|
3037
|
-
(l ||
|
|
3035
|
+
const [y, x] = O(!1), f = (e - a) / (o - a) * 100;
|
|
3036
|
+
return /* @__PURE__ */ d("div", { className: u("w-full space-y-2", m), children: [
|
|
3037
|
+
(l || n) && /* @__PURE__ */ d("div", { className: "flex items-center justify-between", children: [
|
|
3038
3038
|
l && /* @__PURE__ */ r("label", { className: "text-sm font-medium text-primary", children: l }),
|
|
3039
|
-
|
|
3039
|
+
n && /* @__PURE__ */ d("span", { className: "text-sm font-semibold text-primary", children: [
|
|
3040
3040
|
e,
|
|
3041
3041
|
c
|
|
3042
3042
|
] })
|
|
@@ -3058,13 +3058,13 @@ const mt = ({
|
|
|
3058
3058
|
type: "range",
|
|
3059
3059
|
min: a,
|
|
3060
3060
|
max: o,
|
|
3061
|
-
step:
|
|
3061
|
+
step: s,
|
|
3062
3062
|
value: e,
|
|
3063
|
-
onChange: (
|
|
3064
|
-
onMouseDown: () =>
|
|
3065
|
-
onMouseUp: () =>
|
|
3066
|
-
onTouchStart: () =>
|
|
3067
|
-
onTouchEnd: () =>
|
|
3063
|
+
onChange: (N) => t(Number(N.target.value)),
|
|
3064
|
+
onMouseDown: () => x(!0),
|
|
3065
|
+
onMouseUp: () => x(!1),
|
|
3066
|
+
onTouchStart: () => x(!0),
|
|
3067
|
+
onTouchEnd: () => x(!1),
|
|
3068
3068
|
disabled: i,
|
|
3069
3069
|
className: "absolute inset-0 w-full h-full opacity-0 cursor-pointer disabled:cursor-not-allowed",
|
|
3070
3070
|
style: { zIndex: 10 }
|
|
@@ -3073,36 +3073,36 @@ const mt = ({
|
|
|
3073
3073
|
/* @__PURE__ */ r(
|
|
3074
3074
|
g.div,
|
|
3075
3075
|
{
|
|
3076
|
-
className:
|
|
3076
|
+
className: u(
|
|
3077
3077
|
"absolute w-6 h-6 bg-background border-2 border-primary rounded-full shadow-md",
|
|
3078
3078
|
"pointer-events-none",
|
|
3079
3079
|
i && "opacity-50"
|
|
3080
3080
|
),
|
|
3081
3081
|
style: { left: `calc(${f}% - 12px)` },
|
|
3082
|
-
animate: { scale:
|
|
3082
|
+
animate: { scale: y ? 1.2 : 1 },
|
|
3083
3083
|
transition: { type: "spring", stiffness: 300, damping: 20 }
|
|
3084
3084
|
}
|
|
3085
3085
|
)
|
|
3086
3086
|
] })
|
|
3087
3087
|
] });
|
|
3088
|
-
},
|
|
3088
|
+
}, Rt = ({
|
|
3089
3089
|
value1: e,
|
|
3090
3090
|
value2: t,
|
|
3091
3091
|
onChange: a,
|
|
3092
3092
|
label1: o,
|
|
3093
|
-
label2:
|
|
3093
|
+
label2: s,
|
|
3094
3094
|
min: l = 0,
|
|
3095
|
-
max:
|
|
3095
|
+
max: n = 100,
|
|
3096
3096
|
step: c = 1,
|
|
3097
3097
|
unit: i = "%",
|
|
3098
3098
|
disabled: m,
|
|
3099
|
-
className:
|
|
3099
|
+
className: y
|
|
3100
3100
|
}) => {
|
|
3101
|
-
const
|
|
3102
|
-
const M =
|
|
3103
|
-
a(
|
|
3101
|
+
const x = e + t, f = x > 0 ? e / x * 100 : 50, N = x > 0 ? t / x * 100 : 50, k = (w) => {
|
|
3102
|
+
const M = n - w;
|
|
3103
|
+
a(w, Math.max(l, Math.min(n, M)));
|
|
3104
3104
|
};
|
|
3105
|
-
return /* @__PURE__ */ d("div", { className:
|
|
3105
|
+
return /* @__PURE__ */ d("div", { className: u("w-full space-y-3", y), children: [
|
|
3106
3106
|
/* @__PURE__ */ d("div", { className: "space-y-2", children: [
|
|
3107
3107
|
/* @__PURE__ */ d("div", { className: "flex items-center justify-between", children: [
|
|
3108
3108
|
/* @__PURE__ */ r("label", { className: "text-sm font-medium text-primary", children: o }),
|
|
@@ -3126,10 +3126,10 @@ const mt = ({
|
|
|
3126
3126
|
{
|
|
3127
3127
|
type: "range",
|
|
3128
3128
|
min: l,
|
|
3129
|
-
max:
|
|
3129
|
+
max: n,
|
|
3130
3130
|
step: c,
|
|
3131
3131
|
value: e,
|
|
3132
|
-
onChange: (
|
|
3132
|
+
onChange: (w) => k(Number(w.target.value)),
|
|
3133
3133
|
disabled: m,
|
|
3134
3134
|
className: "absolute inset-0 w-full opacity-0 cursor-pointer disabled:cursor-not-allowed"
|
|
3135
3135
|
}
|
|
@@ -3138,7 +3138,7 @@ const mt = ({
|
|
|
3138
3138
|
] }),
|
|
3139
3139
|
/* @__PURE__ */ d("div", { className: "space-y-2", children: [
|
|
3140
3140
|
/* @__PURE__ */ d("div", { className: "flex items-center justify-between", children: [
|
|
3141
|
-
/* @__PURE__ */ r("label", { className: "text-sm font-medium text-primary", children:
|
|
3141
|
+
/* @__PURE__ */ r("label", { className: "text-sm font-medium text-primary", children: s }),
|
|
3142
3142
|
/* @__PURE__ */ d("span", { className: "text-sm font-semibold text-success", children: [
|
|
3143
3143
|
t,
|
|
3144
3144
|
i
|
|
@@ -3150,7 +3150,7 @@ const mt = ({
|
|
|
3150
3150
|
{
|
|
3151
3151
|
className: "h-full bg-success",
|
|
3152
3152
|
initial: !1,
|
|
3153
|
-
animate: { width: `${
|
|
3153
|
+
animate: { width: `${N}%` },
|
|
3154
3154
|
transition: { type: "spring", stiffness: 300, damping: 30 }
|
|
3155
3155
|
}
|
|
3156
3156
|
) }),
|
|
@@ -3159,10 +3159,10 @@ const mt = ({
|
|
|
3159
3159
|
{
|
|
3160
3160
|
type: "range",
|
|
3161
3161
|
min: l,
|
|
3162
|
-
max:
|
|
3162
|
+
max: n,
|
|
3163
3163
|
step: c,
|
|
3164
3164
|
value: t,
|
|
3165
|
-
onChange: (
|
|
3165
|
+
onChange: (w) => k(n - Number(w.target.value)),
|
|
3166
3166
|
disabled: m,
|
|
3167
3167
|
className: "absolute inset-0 w-full opacity-0 cursor-pointer disabled:cursor-not-allowed"
|
|
3168
3168
|
}
|
|
@@ -3171,45 +3171,45 @@ const mt = ({
|
|
|
3171
3171
|
] }),
|
|
3172
3172
|
/* @__PURE__ */ d("div", { className: "text-xs text-primary/70 text-center", children: [
|
|
3173
3173
|
"Total: ",
|
|
3174
|
-
|
|
3174
|
+
x,
|
|
3175
3175
|
i
|
|
3176
3176
|
] })
|
|
3177
3177
|
] });
|
|
3178
|
-
},
|
|
3178
|
+
}, At = ({
|
|
3179
3179
|
options: e,
|
|
3180
3180
|
value: t,
|
|
3181
3181
|
onChange: a,
|
|
3182
3182
|
placeholder: o = "Select an option",
|
|
3183
|
-
label:
|
|
3183
|
+
label: s,
|
|
3184
3184
|
error: l,
|
|
3185
|
-
searchable:
|
|
3185
|
+
searchable: n = !1,
|
|
3186
3186
|
clearable: c = !0,
|
|
3187
3187
|
disabled: i,
|
|
3188
3188
|
className: m
|
|
3189
3189
|
}) => {
|
|
3190
|
-
const [
|
|
3191
|
-
(
|
|
3190
|
+
const [y, x] = O(!1), [f, N] = O(""), k = H(null), w = e.find((T) => T.value === t), M = n ? e.filter(
|
|
3191
|
+
(T) => T.label.toLowerCase().includes(f.toLowerCase())
|
|
3192
3192
|
) : e;
|
|
3193
|
-
|
|
3194
|
-
const
|
|
3195
|
-
|
|
3193
|
+
Z(() => {
|
|
3194
|
+
const T = (F) => {
|
|
3195
|
+
k.current && !k.current.contains(F.target) && (x(!1), N(""));
|
|
3196
3196
|
};
|
|
3197
|
-
return document.addEventListener("mousedown",
|
|
3197
|
+
return document.addEventListener("mousedown", T), () => document.removeEventListener("mousedown", T);
|
|
3198
3198
|
}, []);
|
|
3199
|
-
const
|
|
3200
|
-
a(
|
|
3201
|
-
},
|
|
3202
|
-
|
|
3199
|
+
const j = (T) => {
|
|
3200
|
+
a(T), x(!1), N("");
|
|
3201
|
+
}, D = (T) => {
|
|
3202
|
+
T.stopPropagation(), a("");
|
|
3203
3203
|
};
|
|
3204
|
-
return /* @__PURE__ */ d("div", { ref:
|
|
3205
|
-
|
|
3204
|
+
return /* @__PURE__ */ d("div", { ref: k, className: u("relative w-full", m), children: [
|
|
3205
|
+
s && /* @__PURE__ */ r("label", { className: "block mb-1.5 text-sm font-medium text-foreground", children: s }),
|
|
3206
3206
|
/* @__PURE__ */ d(
|
|
3207
3207
|
"button",
|
|
3208
3208
|
{
|
|
3209
3209
|
type: "button",
|
|
3210
|
-
onClick: () => !i &&
|
|
3210
|
+
onClick: () => !i && x(!y),
|
|
3211
3211
|
disabled: i,
|
|
3212
|
-
className:
|
|
3212
|
+
className: u(
|
|
3213
3213
|
"w-full px-4 py-3 rounded-md border transition-all duration-200",
|
|
3214
3214
|
"bg-background text-left flex items-center justify-between gap-2",
|
|
3215
3215
|
"focus:outline-none focus:ring-2 focus:ring-primary",
|
|
@@ -3217,29 +3217,29 @@ const mt = ({
|
|
|
3217
3217
|
"touch-target",
|
|
3218
3218
|
l && "border-error",
|
|
3219
3219
|
!l && "border-border",
|
|
3220
|
-
|
|
3220
|
+
y && "ring-2 ring-primary"
|
|
3221
3221
|
),
|
|
3222
3222
|
children: [
|
|
3223
3223
|
/* @__PURE__ */ d("div", { className: "flex items-center gap-2 flex-1 min-w-0", children: [
|
|
3224
|
-
|
|
3225
|
-
/* @__PURE__ */ r("span", { className:
|
|
3224
|
+
w?.icon && /* @__PURE__ */ r("span", { className: "flex-shrink-0", children: w.icon }),
|
|
3225
|
+
/* @__PURE__ */ r("span", { className: u("truncate", !w && "text-foreground/50"), children: w?.label || o })
|
|
3226
3226
|
] }),
|
|
3227
3227
|
/* @__PURE__ */ d("div", { className: "flex items-center gap-1 flex-shrink-0", children: [
|
|
3228
|
-
c &&
|
|
3228
|
+
c && w && /* @__PURE__ */ r(
|
|
3229
3229
|
"button",
|
|
3230
3230
|
{
|
|
3231
3231
|
type: "button",
|
|
3232
|
-
onClick:
|
|
3232
|
+
onClick: D,
|
|
3233
3233
|
className: "p-1 hover:bg-secondary rounded transition-colors",
|
|
3234
|
-
children: /* @__PURE__ */ r(
|
|
3234
|
+
children: /* @__PURE__ */ r($, { className: "w-4 h-4 text-primary" })
|
|
3235
3235
|
}
|
|
3236
3236
|
),
|
|
3237
3237
|
/* @__PURE__ */ r(
|
|
3238
|
-
|
|
3238
|
+
Ee,
|
|
3239
3239
|
{
|
|
3240
|
-
className:
|
|
3240
|
+
className: u(
|
|
3241
3241
|
"w-5 h-5 text-primary transition-transform",
|
|
3242
|
-
|
|
3242
|
+
y && "rotate-180"
|
|
3243
3243
|
)
|
|
3244
3244
|
}
|
|
3245
3245
|
)
|
|
@@ -3247,7 +3247,7 @@ const mt = ({
|
|
|
3247
3247
|
]
|
|
3248
3248
|
}
|
|
3249
3249
|
),
|
|
3250
|
-
/* @__PURE__ */ r(Q, { children:
|
|
3250
|
+
/* @__PURE__ */ r(Q, { children: y && /* @__PURE__ */ d(
|
|
3251
3251
|
g.div,
|
|
3252
3252
|
{
|
|
3253
3253
|
initial: { opacity: 0, y: -10 },
|
|
@@ -3256,42 +3256,42 @@ const mt = ({
|
|
|
3256
3256
|
transition: { duration: 0.2 },
|
|
3257
3257
|
className: "absolute z-50 w-full mt-2 bg-background rounded-md border border-border shadow-lg max-h-80 overflow-hidden",
|
|
3258
3258
|
children: [
|
|
3259
|
-
|
|
3260
|
-
/* @__PURE__ */ r(
|
|
3259
|
+
n && /* @__PURE__ */ r("div", { className: "p-2 border-b border-border", children: /* @__PURE__ */ d("div", { className: "relative", children: [
|
|
3260
|
+
/* @__PURE__ */ r(Fe, { className: "absolute left-3 top-1/2 -translate-y-1/2 w-4 h-4 text-primary/50" }),
|
|
3261
3261
|
/* @__PURE__ */ r(
|
|
3262
3262
|
"input",
|
|
3263
3263
|
{
|
|
3264
3264
|
type: "text",
|
|
3265
3265
|
placeholder: "Search...",
|
|
3266
3266
|
value: f,
|
|
3267
|
-
onChange: (
|
|
3267
|
+
onChange: (T) => N(T.target.value),
|
|
3268
3268
|
className: "w-full pl-10 pr-8 py-2 text-sm border border-border rounded-md focus:outline-none focus:ring-2 focus:ring-primary"
|
|
3269
3269
|
}
|
|
3270
3270
|
),
|
|
3271
3271
|
f && /* @__PURE__ */ r(
|
|
3272
3272
|
"button",
|
|
3273
3273
|
{
|
|
3274
|
-
onClick: () =>
|
|
3274
|
+
onClick: () => N(""),
|
|
3275
3275
|
className: "absolute right-2 top-1/2 -translate-y-1/2",
|
|
3276
|
-
children: /* @__PURE__ */ r(
|
|
3276
|
+
children: /* @__PURE__ */ r($, { className: "w-4 h-4 text-primary/50 hover:text-primary" })
|
|
3277
3277
|
}
|
|
3278
3278
|
)
|
|
3279
3279
|
] }) }),
|
|
3280
|
-
/* @__PURE__ */ r("div", { className: "overflow-y-auto max-h-64", children: M.length > 0 ? M.map((
|
|
3280
|
+
/* @__PURE__ */ r("div", { className: "overflow-y-auto max-h-64", children: M.length > 0 ? M.map((T) => /* @__PURE__ */ d(
|
|
3281
3281
|
"button",
|
|
3282
3282
|
{
|
|
3283
|
-
onClick: () =>
|
|
3284
|
-
className:
|
|
3283
|
+
onClick: () => j(T.value),
|
|
3284
|
+
className: u(
|
|
3285
3285
|
"w-full px-4 py-3 text-left flex items-center gap-2",
|
|
3286
3286
|
"hover:bg-secondary transition-colors",
|
|
3287
|
-
|
|
3287
|
+
T.value === t && "bg-border text-foreground"
|
|
3288
3288
|
),
|
|
3289
3289
|
children: [
|
|
3290
|
-
|
|
3291
|
-
/* @__PURE__ */ r("span", { children:
|
|
3290
|
+
T.icon && /* @__PURE__ */ r("span", { className: "flex-shrink-0", children: T.icon }),
|
|
3291
|
+
/* @__PURE__ */ r("span", { children: T.label })
|
|
3292
3292
|
]
|
|
3293
3293
|
},
|
|
3294
|
-
|
|
3294
|
+
T.value
|
|
3295
3295
|
)) : /* @__PURE__ */ r("div", { className: "px-4 py-6 text-center text-primary/70 text-sm", children: "No options found" }) })
|
|
3296
3296
|
]
|
|
3297
3297
|
}
|
|
@@ -3306,27 +3306,183 @@ const mt = ({
|
|
|
3306
3306
|
}
|
|
3307
3307
|
)
|
|
3308
3308
|
] });
|
|
3309
|
-
},
|
|
3309
|
+
}, pt = ae(
|
|
3310
|
+
({
|
|
3311
|
+
options: e,
|
|
3312
|
+
value: t,
|
|
3313
|
+
onChange: a,
|
|
3314
|
+
placeholder: o = "Select an option",
|
|
3315
|
+
label: s,
|
|
3316
|
+
error: l,
|
|
3317
|
+
hint: n,
|
|
3318
|
+
searchable: c = !1,
|
|
3319
|
+
clearable: i = !0,
|
|
3320
|
+
disabled: m,
|
|
3321
|
+
required: y,
|
|
3322
|
+
className: x
|
|
3323
|
+
}, f) => {
|
|
3324
|
+
const [N, k] = O(!1), [w, M] = O(""), j = H(null), D = e.find((S) => S.value === t), T = c ? e.filter(
|
|
3325
|
+
(S) => S.label.toLowerCase().includes(w.toLowerCase())
|
|
3326
|
+
) : e;
|
|
3327
|
+
Z(() => {
|
|
3328
|
+
const S = (L) => {
|
|
3329
|
+
j.current && !j.current.contains(L.target) && (k(!1), M(""));
|
|
3330
|
+
};
|
|
3331
|
+
return document.addEventListener("mousedown", S), () => document.removeEventListener("mousedown", S);
|
|
3332
|
+
}, []);
|
|
3333
|
+
const F = (S) => {
|
|
3334
|
+
a(S), k(!1), M("");
|
|
3335
|
+
}, P = (S) => {
|
|
3336
|
+
S.stopPropagation(), a("");
|
|
3337
|
+
};
|
|
3338
|
+
return /* @__PURE__ */ d("div", { ref: f, className: u("w-full space-y-1.5", x), children: [
|
|
3339
|
+
s && /* @__PURE__ */ d("label", { className: "block text-sm font-medium text-foreground", children: [
|
|
3340
|
+
s,
|
|
3341
|
+
y && /* @__PURE__ */ r("span", { className: "text-error ml-1", children: "*" })
|
|
3342
|
+
] }),
|
|
3343
|
+
/* @__PURE__ */ d("div", { ref: j, className: "relative", children: [
|
|
3344
|
+
/* @__PURE__ */ d(
|
|
3345
|
+
"button",
|
|
3346
|
+
{
|
|
3347
|
+
type: "button",
|
|
3348
|
+
onClick: () => !m && k(!N),
|
|
3349
|
+
disabled: m,
|
|
3350
|
+
"aria-haspopup": "listbox",
|
|
3351
|
+
"aria-expanded": N,
|
|
3352
|
+
"aria-required": y,
|
|
3353
|
+
className: u(
|
|
3354
|
+
"w-full px-4 py-3 rounded-md border transition-all duration-200",
|
|
3355
|
+
"bg-background text-left flex items-center justify-between gap-2",
|
|
3356
|
+
"focus:outline-none focus:ring-2 focus:ring-primary focus:border-transparent",
|
|
3357
|
+
"disabled:bg-secondary disabled:cursor-not-allowed",
|
|
3358
|
+
"touch-target text-base",
|
|
3359
|
+
l && "border-error focus:ring-error",
|
|
3360
|
+
!l && "border-border",
|
|
3361
|
+
N && "ring-2 ring-primary"
|
|
3362
|
+
),
|
|
3363
|
+
children: [
|
|
3364
|
+
/* @__PURE__ */ d("div", { className: "flex items-center gap-2 flex-1 min-w-0", children: [
|
|
3365
|
+
D?.icon && /* @__PURE__ */ r("span", { className: "flex-shrink-0", children: D.icon }),
|
|
3366
|
+
/* @__PURE__ */ r("span", { className: u("truncate", !D && "text-foreground/50"), children: D?.label || o })
|
|
3367
|
+
] }),
|
|
3368
|
+
/* @__PURE__ */ d("div", { className: "flex items-center gap-1 flex-shrink-0", children: [
|
|
3369
|
+
i && D && !m && /* @__PURE__ */ r(
|
|
3370
|
+
"button",
|
|
3371
|
+
{
|
|
3372
|
+
type: "button",
|
|
3373
|
+
onClick: P,
|
|
3374
|
+
className: "p-1 hover:bg-secondary rounded transition-colors",
|
|
3375
|
+
"aria-label": "Clear selection",
|
|
3376
|
+
children: /* @__PURE__ */ r($, { className: "w-4 h-4 text-primary" })
|
|
3377
|
+
}
|
|
3378
|
+
),
|
|
3379
|
+
/* @__PURE__ */ r(
|
|
3380
|
+
Ee,
|
|
3381
|
+
{
|
|
3382
|
+
className: u(
|
|
3383
|
+
"w-5 h-5 text-primary transition-transform",
|
|
3384
|
+
N && "rotate-180"
|
|
3385
|
+
)
|
|
3386
|
+
}
|
|
3387
|
+
)
|
|
3388
|
+
] })
|
|
3389
|
+
]
|
|
3390
|
+
}
|
|
3391
|
+
),
|
|
3392
|
+
/* @__PURE__ */ r(Q, { children: N && /* @__PURE__ */ d(
|
|
3393
|
+
g.div,
|
|
3394
|
+
{
|
|
3395
|
+
initial: { opacity: 0, y: -10 },
|
|
3396
|
+
animate: { opacity: 1, y: 0 },
|
|
3397
|
+
exit: { opacity: 0, y: -10 },
|
|
3398
|
+
transition: { duration: 0.2 },
|
|
3399
|
+
role: "listbox",
|
|
3400
|
+
className: "absolute z-50 w-full mt-2 bg-background rounded-md border border-border shadow-lg max-h-80 overflow-hidden",
|
|
3401
|
+
children: [
|
|
3402
|
+
c && /* @__PURE__ */ r("div", { className: "p-2 border-b border-border", children: /* @__PURE__ */ d("div", { className: "relative", children: [
|
|
3403
|
+
/* @__PURE__ */ r(Fe, { className: "absolute left-3 top-1/2 -translate-y-1/2 w-4 h-4 text-primary/50" }),
|
|
3404
|
+
/* @__PURE__ */ r(
|
|
3405
|
+
"input",
|
|
3406
|
+
{
|
|
3407
|
+
type: "text",
|
|
3408
|
+
placeholder: "Search...",
|
|
3409
|
+
value: w,
|
|
3410
|
+
onChange: (S) => M(S.target.value),
|
|
3411
|
+
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",
|
|
3412
|
+
"aria-label": "Search options"
|
|
3413
|
+
}
|
|
3414
|
+
),
|
|
3415
|
+
w && /* @__PURE__ */ r(
|
|
3416
|
+
"button",
|
|
3417
|
+
{
|
|
3418
|
+
type: "button",
|
|
3419
|
+
onClick: () => M(""),
|
|
3420
|
+
className: "absolute right-2 top-1/2 -translate-y-1/2",
|
|
3421
|
+
"aria-label": "Clear search",
|
|
3422
|
+
children: /* @__PURE__ */ r($, { className: "w-4 h-4 text-primary/50 hover:text-primary" })
|
|
3423
|
+
}
|
|
3424
|
+
)
|
|
3425
|
+
] }) }),
|
|
3426
|
+
/* @__PURE__ */ r("div", { className: "overflow-y-auto max-h-64", children: T.length > 0 ? T.map((S) => /* @__PURE__ */ d(
|
|
3427
|
+
"button",
|
|
3428
|
+
{
|
|
3429
|
+
type: "button",
|
|
3430
|
+
role: "option",
|
|
3431
|
+
"aria-selected": S.value === t,
|
|
3432
|
+
onClick: () => !S.disabled && F(S.value),
|
|
3433
|
+
disabled: S.disabled,
|
|
3434
|
+
className: u(
|
|
3435
|
+
"w-full px-4 py-3 text-left flex items-center gap-2",
|
|
3436
|
+
"hover:bg-secondary transition-colors",
|
|
3437
|
+
"disabled:opacity-50 disabled:cursor-not-allowed",
|
|
3438
|
+
S.value === t && "bg-border text-foreground font-medium"
|
|
3439
|
+
),
|
|
3440
|
+
children: [
|
|
3441
|
+
S.icon && /* @__PURE__ */ r("span", { className: "flex-shrink-0", children: S.icon }),
|
|
3442
|
+
/* @__PURE__ */ r("span", { children: S.label })
|
|
3443
|
+
]
|
|
3444
|
+
},
|
|
3445
|
+
S.value
|
|
3446
|
+
)) : /* @__PURE__ */ r("div", { className: "px-4 py-6 text-center text-primary/70 text-sm", children: "No options found" }) })
|
|
3447
|
+
]
|
|
3448
|
+
}
|
|
3449
|
+
) })
|
|
3450
|
+
] }),
|
|
3451
|
+
l && /* @__PURE__ */ r(
|
|
3452
|
+
g.p,
|
|
3453
|
+
{
|
|
3454
|
+
initial: { opacity: 0, y: -5 },
|
|
3455
|
+
animate: { opacity: 1, y: 0 },
|
|
3456
|
+
className: "text-sm text-error",
|
|
3457
|
+
children: l
|
|
3458
|
+
}
|
|
3459
|
+
),
|
|
3460
|
+
n && !l && /* @__PURE__ */ r("p", { className: "text-sm text-primary/70", children: n })
|
|
3461
|
+
] });
|
|
3462
|
+
}
|
|
3463
|
+
);
|
|
3464
|
+
pt.displayName = "Select";
|
|
3465
|
+
const It = ({
|
|
3310
3466
|
value: e,
|
|
3311
3467
|
onChange: t,
|
|
3312
3468
|
label: a,
|
|
3313
3469
|
placeholder: o = "Select date",
|
|
3314
|
-
error:
|
|
3470
|
+
error: s,
|
|
3315
3471
|
disabled: l,
|
|
3316
|
-
minDate:
|
|
3472
|
+
minDate: n,
|
|
3317
3473
|
maxDate: c,
|
|
3318
3474
|
className: i
|
|
3319
3475
|
}) => {
|
|
3320
|
-
const [m,
|
|
3321
|
-
|
|
3322
|
-
const
|
|
3323
|
-
|
|
3476
|
+
const [m, y] = O(!1), [x, f] = O(e || /* @__PURE__ */ new Date()), N = H(null);
|
|
3477
|
+
Z(() => {
|
|
3478
|
+
const C = (A) => {
|
|
3479
|
+
N.current && !N.current.contains(A.target) && y(!1);
|
|
3324
3480
|
};
|
|
3325
|
-
return m && document.addEventListener("mousedown",
|
|
3326
|
-
document.removeEventListener("mousedown",
|
|
3481
|
+
return m && document.addEventListener("mousedown", C), () => {
|
|
3482
|
+
document.removeEventListener("mousedown", C);
|
|
3327
3483
|
};
|
|
3328
3484
|
}, [m]);
|
|
3329
|
-
const
|
|
3485
|
+
const k = [
|
|
3330
3486
|
"January",
|
|
3331
3487
|
"February",
|
|
3332
3488
|
"March",
|
|
@@ -3339,45 +3495,45 @@ const mt = ({
|
|
|
3339
3495
|
"October",
|
|
3340
3496
|
"November",
|
|
3341
3497
|
"December"
|
|
3342
|
-
],
|
|
3343
|
-
const A =
|
|
3344
|
-
for (let
|
|
3345
|
-
|
|
3346
|
-
for (let
|
|
3347
|
-
|
|
3348
|
-
return
|
|
3349
|
-
},
|
|
3350
|
-
f(new Date(
|
|
3351
|
-
},
|
|
3352
|
-
f(new Date(
|
|
3353
|
-
},
|
|
3354
|
-
t(
|
|
3355
|
-
},
|
|
3498
|
+
], w = ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"], M = (C) => {
|
|
3499
|
+
const A = C.getFullYear(), V = C.getMonth(), _ = new Date(A, V, 1), te = new Date(A, V + 1, 0).getDate(), q = _.getDay(), U = [];
|
|
3500
|
+
for (let G = 0; G < q; G++)
|
|
3501
|
+
U.push(null);
|
|
3502
|
+
for (let G = 1; G <= te; G++)
|
|
3503
|
+
U.push(new Date(A, V, G));
|
|
3504
|
+
return U;
|
|
3505
|
+
}, j = () => {
|
|
3506
|
+
f(new Date(x.getFullYear(), x.getMonth() - 1, 1));
|
|
3507
|
+
}, D = () => {
|
|
3508
|
+
f(new Date(x.getFullYear(), x.getMonth() + 1, 1));
|
|
3509
|
+
}, T = (C) => {
|
|
3510
|
+
t(C), y(!1);
|
|
3511
|
+
}, F = (C) => !!(n && C < n || c && C > c), P = (C, A) => !C || !A ? !1 : C.getDate() === A.getDate() && C.getMonth() === A.getMonth() && C.getFullYear() === A.getFullYear(), S = (C) => C ? P(C, /* @__PURE__ */ new Date()) : !1, L = (C) => C ? C.toLocaleDateString("en-US", {
|
|
3356
3512
|
year: "numeric",
|
|
3357
3513
|
month: "short",
|
|
3358
3514
|
day: "numeric"
|
|
3359
|
-
}) : "", h = M(
|
|
3360
|
-
return /* @__PURE__ */ d("div", { ref:
|
|
3515
|
+
}) : "", h = M(x);
|
|
3516
|
+
return /* @__PURE__ */ d("div", { ref: N, className: u("relative w-full", i), children: [
|
|
3361
3517
|
a && /* @__PURE__ */ r("label", { className: "block mb-1.5 text-sm font-medium text-foreground", children: a }),
|
|
3362
3518
|
/* @__PURE__ */ d(
|
|
3363
3519
|
"button",
|
|
3364
3520
|
{
|
|
3365
3521
|
type: "button",
|
|
3366
|
-
onClick: () => !l &&
|
|
3522
|
+
onClick: () => !l && y(!m),
|
|
3367
3523
|
disabled: l,
|
|
3368
|
-
className:
|
|
3524
|
+
className: u(
|
|
3369
3525
|
"w-full px-4 py-3 rounded-md border transition-all duration-200",
|
|
3370
3526
|
"bg-background text-left flex items-center justify-between gap-2",
|
|
3371
3527
|
"focus:outline-none focus:ring-2 focus:ring-primary",
|
|
3372
3528
|
"disabled:bg-secondary disabled:cursor-not-allowed",
|
|
3373
3529
|
"touch-target",
|
|
3374
|
-
|
|
3375
|
-
!
|
|
3530
|
+
s && "border-error",
|
|
3531
|
+
!s && "border-border",
|
|
3376
3532
|
m && "ring-2 ring-primary"
|
|
3377
3533
|
),
|
|
3378
3534
|
children: [
|
|
3379
|
-
/* @__PURE__ */ r("span", { className:
|
|
3380
|
-
/* @__PURE__ */ r(
|
|
3535
|
+
/* @__PURE__ */ r("span", { className: u("truncate", !e && "text-foreground/50"), children: e ? L(e) : o }),
|
|
3536
|
+
/* @__PURE__ */ r(or, { className: "w-5 h-5 text-primary flex-shrink-0" })
|
|
3381
3537
|
]
|
|
3382
3538
|
}
|
|
3383
3539
|
),
|
|
@@ -3395,64 +3551,64 @@ const mt = ({
|
|
|
3395
3551
|
"button",
|
|
3396
3552
|
{
|
|
3397
3553
|
type: "button",
|
|
3398
|
-
onClick:
|
|
3554
|
+
onClick: j,
|
|
3399
3555
|
className: "p-2 hover:bg-secondary rounded-lg transition-colors",
|
|
3400
|
-
children: /* @__PURE__ */ r(
|
|
3556
|
+
children: /* @__PURE__ */ r(Pe, { className: "w-5 h-5 text-primary" })
|
|
3401
3557
|
}
|
|
3402
3558
|
),
|
|
3403
3559
|
/* @__PURE__ */ d("div", { className: "font-semibold text-foreground", children: [
|
|
3404
|
-
|
|
3560
|
+
k[x.getMonth()],
|
|
3405
3561
|
" ",
|
|
3406
|
-
|
|
3562
|
+
x.getFullYear()
|
|
3407
3563
|
] }),
|
|
3408
3564
|
/* @__PURE__ */ r(
|
|
3409
3565
|
"button",
|
|
3410
3566
|
{
|
|
3411
3567
|
type: "button",
|
|
3412
|
-
onClick:
|
|
3568
|
+
onClick: D,
|
|
3413
3569
|
className: "p-2 hover:bg-secondary rounded-lg transition-colors",
|
|
3414
|
-
children: /* @__PURE__ */ r(
|
|
3570
|
+
children: /* @__PURE__ */ r(Ge, { className: "w-5 h-5 text-primary" })
|
|
3415
3571
|
}
|
|
3416
3572
|
)
|
|
3417
3573
|
] }),
|
|
3418
|
-
/* @__PURE__ */ r("div", { className: "grid grid-cols-7 gap-1 mb-2", children:
|
|
3574
|
+
/* @__PURE__ */ r("div", { className: "grid grid-cols-7 gap-1 mb-2", children: w.map((C) => /* @__PURE__ */ r(
|
|
3419
3575
|
"div",
|
|
3420
3576
|
{
|
|
3421
3577
|
className: "text-center text-xs font-medium text-primary/70 py-2",
|
|
3422
|
-
children:
|
|
3578
|
+
children: C
|
|
3423
3579
|
},
|
|
3424
|
-
|
|
3580
|
+
C
|
|
3425
3581
|
)) }),
|
|
3426
|
-
/* @__PURE__ */ r("div", { className: "grid grid-cols-7 gap-1", children: h.map((
|
|
3427
|
-
if (!
|
|
3582
|
+
/* @__PURE__ */ r("div", { className: "grid grid-cols-7 gap-1", children: h.map((C, A) => {
|
|
3583
|
+
if (!C)
|
|
3428
3584
|
return /* @__PURE__ */ r("div", { className: "aspect-square" }, `empty-${A}`);
|
|
3429
|
-
const
|
|
3585
|
+
const V = P(C, e || null), _ = S(C), W = F(C);
|
|
3430
3586
|
return /* @__PURE__ */ r(
|
|
3431
3587
|
g.button,
|
|
3432
3588
|
{
|
|
3433
3589
|
type: "button",
|
|
3434
|
-
whileTap: { scale:
|
|
3435
|
-
onClick: () => !
|
|
3436
|
-
disabled:
|
|
3437
|
-
className:
|
|
3590
|
+
whileTap: { scale: W ? 1 : 0.95 },
|
|
3591
|
+
onClick: () => !W && T(C),
|
|
3592
|
+
disabled: W,
|
|
3593
|
+
className: u(
|
|
3438
3594
|
"aspect-square rounded-lg flex items-center justify-center",
|
|
3439
3595
|
"text-sm font-medium transition-all duration-200",
|
|
3440
3596
|
"hover:bg-secondary",
|
|
3441
|
-
|
|
3442
|
-
|
|
3443
|
-
|
|
3444
|
-
|
|
3597
|
+
V && "bg-primary text-white hover:bg-primary-dark",
|
|
3598
|
+
_ && !V && "border-2 border-primary text-primary",
|
|
3599
|
+
W && "text-border-dark cursor-not-allowed hover:bg-transparent",
|
|
3600
|
+
!V && !_ && !W && "text-foreground"
|
|
3445
3601
|
),
|
|
3446
|
-
children:
|
|
3602
|
+
children: C.getDate()
|
|
3447
3603
|
},
|
|
3448
|
-
|
|
3604
|
+
C.toISOString()
|
|
3449
3605
|
);
|
|
3450
3606
|
}) }),
|
|
3451
3607
|
/* @__PURE__ */ r("div", { className: "mt-4 pt-4 border-t border-border", children: /* @__PURE__ */ r(
|
|
3452
3608
|
"button",
|
|
3453
3609
|
{
|
|
3454
3610
|
type: "button",
|
|
3455
|
-
onClick: () =>
|
|
3611
|
+
onClick: () => T(/* @__PURE__ */ new Date()),
|
|
3456
3612
|
className: "w-full py-2 text-sm font-medium text-primary hover:bg-secondary rounded-lg transition-colors",
|
|
3457
3613
|
children: "Today"
|
|
3458
3614
|
}
|
|
@@ -3460,68 +3616,68 @@ const mt = ({
|
|
|
3460
3616
|
]
|
|
3461
3617
|
}
|
|
3462
3618
|
) }),
|
|
3463
|
-
|
|
3619
|
+
s && /* @__PURE__ */ r(
|
|
3464
3620
|
g.p,
|
|
3465
3621
|
{
|
|
3466
3622
|
initial: { opacity: 0, y: -5 },
|
|
3467
3623
|
animate: { opacity: 1, y: 0 },
|
|
3468
3624
|
className: "mt-1.5 text-sm text-error",
|
|
3469
|
-
children:
|
|
3625
|
+
children: s
|
|
3470
3626
|
}
|
|
3471
3627
|
)
|
|
3472
3628
|
] });
|
|
3473
|
-
},
|
|
3629
|
+
}, jt = ({
|
|
3474
3630
|
children: e,
|
|
3475
3631
|
variant: t = "default",
|
|
3476
3632
|
padding: a = "md",
|
|
3477
3633
|
className: o,
|
|
3478
|
-
onClick:
|
|
3634
|
+
onClick: s,
|
|
3479
3635
|
hover: l = !1
|
|
3480
3636
|
}) => {
|
|
3481
|
-
const
|
|
3637
|
+
const n = {
|
|
3482
3638
|
default: "bg-background border border-border",
|
|
3483
3639
|
outlined: "bg-transparent border-2 border-border-dark",
|
|
3484
|
-
elevated: "bg-background shadow-card"
|
|
3640
|
+
elevated: "bg-background border-2 border-border shadow-card"
|
|
3485
3641
|
}, c = {
|
|
3486
3642
|
none: "p-0",
|
|
3487
3643
|
sm: "p-3",
|
|
3488
3644
|
md: "p-4 sm:p-6",
|
|
3489
3645
|
lg: "p-6 sm:p-8"
|
|
3490
|
-
}, i =
|
|
3646
|
+
}, i = s ? g.button : g.div;
|
|
3491
3647
|
return /* @__PURE__ */ r(
|
|
3492
3648
|
i,
|
|
3493
3649
|
{
|
|
3494
3650
|
initial: { opacity: 0, y: 20 },
|
|
3495
3651
|
animate: { opacity: 1, y: 0 },
|
|
3496
3652
|
transition: { duration: 0.3 },
|
|
3497
|
-
whileHover: l ||
|
|
3498
|
-
whileTap:
|
|
3499
|
-
className:
|
|
3653
|
+
whileHover: l || s ? { y: -2, boxShadow: "0 10px 15px -3px rgb(0 0 0 / 0.1)" } : void 0,
|
|
3654
|
+
whileTap: s ? { scale: 0.98 } : void 0,
|
|
3655
|
+
className: u(
|
|
3500
3656
|
"rounded-lg transition-all duration-200",
|
|
3501
|
-
|
|
3657
|
+
n[t],
|
|
3502
3658
|
c[a],
|
|
3503
|
-
|
|
3659
|
+
s && "cursor-pointer w-full text-left",
|
|
3504
3660
|
o
|
|
3505
3661
|
),
|
|
3506
|
-
onClick:
|
|
3662
|
+
onClick: s,
|
|
3507
3663
|
children: e
|
|
3508
3664
|
}
|
|
3509
3665
|
);
|
|
3510
|
-
},
|
|
3666
|
+
}, Dt = ({ children: e, className: t }) => /* @__PURE__ */ r("div", { className: u("mb-4", t), children: e }), Lt = ({ children: e, className: t }) => /* @__PURE__ */ r("h3", { className: u("text-lg font-semibold text-foreground", t), children: e }), Ot = ({ children: e, className: t }) => /* @__PURE__ */ r("p", { className: u("text-sm text-foreground/70 mt-1", t), children: e }), Et = ({ children: e, className: t }) => /* @__PURE__ */ r("div", { className: t, children: e }), Ft = ({
|
|
3511
3667
|
isOpen: e,
|
|
3512
3668
|
onClose: t,
|
|
3513
3669
|
children: a,
|
|
3514
3670
|
title: o,
|
|
3515
|
-
position:
|
|
3671
|
+
position: s = "right",
|
|
3516
3672
|
className: l
|
|
3517
|
-
}) => (
|
|
3518
|
-
const
|
|
3673
|
+
}) => (Z(() => {
|
|
3674
|
+
const n = (c) => {
|
|
3519
3675
|
c.key === "Escape" && t();
|
|
3520
3676
|
};
|
|
3521
|
-
return e && (document.addEventListener("keydown",
|
|
3522
|
-
document.removeEventListener("keydown",
|
|
3677
|
+
return e && (document.addEventListener("keydown", n), document.body.style.overflow = "hidden"), () => {
|
|
3678
|
+
document.removeEventListener("keydown", n), document.body.style.overflow = "unset";
|
|
3523
3679
|
};
|
|
3524
|
-
}, [e, t]), /* @__PURE__ */ r(Q, { children: e && /* @__PURE__ */ d(
|
|
3680
|
+
}, [e, t]), /* @__PURE__ */ r(Q, { children: e && /* @__PURE__ */ d(me, { children: [
|
|
3525
3681
|
/* @__PURE__ */ r(
|
|
3526
3682
|
g.div,
|
|
3527
3683
|
{
|
|
@@ -3536,13 +3692,13 @@ const mt = ({
|
|
|
3536
3692
|
/* @__PURE__ */ d(
|
|
3537
3693
|
g.div,
|
|
3538
3694
|
{
|
|
3539
|
-
initial: { x:
|
|
3695
|
+
initial: { x: s === "left" ? "-100%" : "100%" },
|
|
3540
3696
|
animate: { x: 0 },
|
|
3541
|
-
exit: { x:
|
|
3697
|
+
exit: { x: s === "left" ? "-100%" : "100%" },
|
|
3542
3698
|
transition: { type: "spring", damping: 30, stiffness: 300 },
|
|
3543
|
-
className:
|
|
3699
|
+
className: u(
|
|
3544
3700
|
"fixed top-0 z-50 h-full w-[400px] sm:w-[480px] bg-background shadow-xl",
|
|
3545
|
-
|
|
3701
|
+
s === "left" ? "left-0 border-r" : "right-0 border-l",
|
|
3546
3702
|
"border-border",
|
|
3547
3703
|
l
|
|
3548
3704
|
),
|
|
@@ -3555,7 +3711,7 @@ const mt = ({
|
|
|
3555
3711
|
onClick: t,
|
|
3556
3712
|
className: "p-2 rounded-lg hover:bg-secondary transition-colors",
|
|
3557
3713
|
"aria-label": "Close drawer",
|
|
3558
|
-
children: /* @__PURE__ */ r(
|
|
3714
|
+
children: /* @__PURE__ */ r($, { className: "w-5 h-5" })
|
|
3559
3715
|
}
|
|
3560
3716
|
)
|
|
3561
3717
|
] }),
|
|
@@ -3563,16 +3719,16 @@ const mt = ({
|
|
|
3563
3719
|
]
|
|
3564
3720
|
}
|
|
3565
3721
|
)
|
|
3566
|
-
] }) })),
|
|
3722
|
+
] }) })), Pt = ({
|
|
3567
3723
|
isOpen: e,
|
|
3568
3724
|
onClose: t,
|
|
3569
3725
|
children: a,
|
|
3570
3726
|
title: o,
|
|
3571
|
-
size:
|
|
3727
|
+
size: s = "md",
|
|
3572
3728
|
className: l
|
|
3573
3729
|
}) => {
|
|
3574
|
-
const
|
|
3575
|
-
|
|
3730
|
+
const n = H(null);
|
|
3731
|
+
Z(() => {
|
|
3576
3732
|
const i = (m) => {
|
|
3577
3733
|
m.key === "Escape" && t();
|
|
3578
3734
|
};
|
|
@@ -3597,14 +3753,14 @@ const mt = ({
|
|
|
3597
3753
|
children: /* @__PURE__ */ d(
|
|
3598
3754
|
g.div,
|
|
3599
3755
|
{
|
|
3600
|
-
ref:
|
|
3756
|
+
ref: n,
|
|
3601
3757
|
initial: { opacity: 0, scale: 0.95 },
|
|
3602
3758
|
animate: { opacity: 1, scale: 1 },
|
|
3603
3759
|
exit: { opacity: 0, scale: 0.95 },
|
|
3604
3760
|
transition: { duration: 0.2 },
|
|
3605
|
-
className:
|
|
3761
|
+
className: u(
|
|
3606
3762
|
"bg-background border border-border rounded-lg shadow-2xl w-full max-h-[90vh] overflow-hidden flex flex-col",
|
|
3607
|
-
c[
|
|
3763
|
+
c[s],
|
|
3608
3764
|
l
|
|
3609
3765
|
),
|
|
3610
3766
|
children: [
|
|
@@ -3616,7 +3772,7 @@ const mt = ({
|
|
|
3616
3772
|
onClick: t,
|
|
3617
3773
|
className: "p-2 rounded-lg hover:bg-secondary transition-colors",
|
|
3618
3774
|
"aria-label": "Close modal",
|
|
3619
|
-
children: /* @__PURE__ */ r(
|
|
3775
|
+
children: /* @__PURE__ */ r($, { className: "w-5 h-5" })
|
|
3620
3776
|
}
|
|
3621
3777
|
)
|
|
3622
3778
|
] }),
|
|
@@ -3626,22 +3782,22 @@ const mt = ({
|
|
|
3626
3782
|
)
|
|
3627
3783
|
}
|
|
3628
3784
|
) });
|
|
3629
|
-
},
|
|
3785
|
+
}, Gt = ({
|
|
3630
3786
|
children: e,
|
|
3631
3787
|
className: t
|
|
3632
|
-
}) => /* @__PURE__ */ r("div", { className:
|
|
3788
|
+
}) => /* @__PURE__ */ r("div", { className: u("px-6 py-4", t), children: e }), Ut = ({
|
|
3633
3789
|
children: e,
|
|
3634
3790
|
className: t
|
|
3635
|
-
}) => /* @__PURE__ */ r("div", { className:
|
|
3791
|
+
}) => /* @__PURE__ */ r("div", { className: u("px-6 py-4 border-t border-border flex items-center justify-end gap-3 bg-background sticky bottom-0", t), children: e }), Bt = ({
|
|
3636
3792
|
isOpen: e,
|
|
3637
3793
|
onClose: t,
|
|
3638
3794
|
title: a,
|
|
3639
3795
|
children: o,
|
|
3640
|
-
showCloseButton:
|
|
3796
|
+
showCloseButton: s = !0,
|
|
3641
3797
|
className: l
|
|
3642
|
-
}) => (
|
|
3798
|
+
}) => (Z(() => (e ? document.body.style.overflow = "hidden" : document.body.style.overflow = "unset", () => {
|
|
3643
3799
|
document.body.style.overflow = "unset";
|
|
3644
|
-
}), [e]), /* @__PURE__ */ r(Q, { children: e && /* @__PURE__ */ d(
|
|
3800
|
+
}), [e]), /* @__PURE__ */ r(Q, { children: e && /* @__PURE__ */ d(me, { children: [
|
|
3645
3801
|
/* @__PURE__ */ r(
|
|
3646
3802
|
g.div,
|
|
3647
3803
|
{
|
|
@@ -3659,7 +3815,7 @@ const mt = ({
|
|
|
3659
3815
|
animate: { y: 0 },
|
|
3660
3816
|
exit: { y: "100%" },
|
|
3661
3817
|
transition: { type: "spring", damping: 30, stiffness: 300 },
|
|
3662
|
-
className:
|
|
3818
|
+
className: u(
|
|
3663
3819
|
"fixed bottom-0 left-0 right-0 z-50",
|
|
3664
3820
|
"bg-white rounded-t-3xl shadow-2xl",
|
|
3665
3821
|
"max-h-[90vh] flex flex-col",
|
|
@@ -3667,14 +3823,14 @@ const mt = ({
|
|
|
3667
3823
|
),
|
|
3668
3824
|
children: [
|
|
3669
3825
|
/* @__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" }) }),
|
|
3670
|
-
(a ||
|
|
3826
|
+
(a || s) && /* @__PURE__ */ d("div", { className: "flex items-center justify-between px-6 py-4 border-b border-border", children: [
|
|
3671
3827
|
a && /* @__PURE__ */ r("h2", { className: "text-lg font-semibold text-foreground", children: a }),
|
|
3672
|
-
|
|
3828
|
+
s && /* @__PURE__ */ r(
|
|
3673
3829
|
"button",
|
|
3674
3830
|
{
|
|
3675
3831
|
onClick: t,
|
|
3676
3832
|
className: "p-2 rounded-full hover:bg-secondary transition-colors",
|
|
3677
|
-
children: /* @__PURE__ */ r(
|
|
3833
|
+
children: /* @__PURE__ */ r($, { className: "w-5 h-5 text-primary" })
|
|
3678
3834
|
}
|
|
3679
3835
|
)
|
|
3680
3836
|
] }),
|
|
@@ -3683,84 +3839,84 @@ const mt = ({
|
|
|
3683
3839
|
}
|
|
3684
3840
|
)
|
|
3685
3841
|
] }) }));
|
|
3686
|
-
function
|
|
3842
|
+
function $t({
|
|
3687
3843
|
data: e,
|
|
3688
3844
|
columns: t,
|
|
3689
3845
|
loading: a = !1,
|
|
3690
3846
|
onRowClick: o,
|
|
3691
|
-
keyExtractor:
|
|
3847
|
+
keyExtractor: s,
|
|
3692
3848
|
className: l
|
|
3693
3849
|
}) {
|
|
3694
|
-
const [
|
|
3695
|
-
|
|
3696
|
-
},
|
|
3697
|
-
const
|
|
3698
|
-
return
|
|
3850
|
+
const [n, c] = O(null), [i, m] = O("asc"), y = (f) => {
|
|
3851
|
+
n === f ? m(i === "asc" ? "desc" : "asc") : (c(f), m("asc"));
|
|
3852
|
+
}, x = n ? [...e].sort((f, N) => {
|
|
3853
|
+
const k = f[n], w = N[n];
|
|
3854
|
+
return k < w ? i === "asc" ? -1 : 1 : k > w ? i === "asc" ? 1 : -1 : 0;
|
|
3699
3855
|
}) : e;
|
|
3700
|
-
return a ? /* @__PURE__ */ r("div", { className:
|
|
3701
|
-
/* @__PURE__ */ r("thead", { className: "
|
|
3702
|
-
/* @__PURE__ */ r("tbody", { children: [...Array(5)].map((f,
|
|
3856
|
+
return a ? /* @__PURE__ */ r("div", { className: u("border border-border rounded-lg overflow-hidden", l), children: /* @__PURE__ */ r("div", { className: "overflow-x-auto", children: /* @__PURE__ */ d("table", { className: "w-full", children: [
|
|
3857
|
+
/* @__PURE__ */ r("thead", { className: "border-b border-border", children: /* @__PURE__ */ r("tr", { children: t.map((f, N) => /* @__PURE__ */ r("th", { className: "px-6 py-4 text-left", children: /* @__PURE__ */ r("div", { className: "h-4 bg-border rounded w-24 animate-pulse" }) }, N)) }) }),
|
|
3858
|
+
/* @__PURE__ */ r("tbody", { children: [...Array(5)].map((f, N) => /* @__PURE__ */ r("tr", { className: "border-b border-border", children: t.map((k, w) => /* @__PURE__ */ r("td", { className: "px-6 py-4", children: /* @__PURE__ */ r("div", { className: "h-4 bg-secondary rounded animate-pulse" }) }, w)) }, N)) })
|
|
3703
3859
|
] }) }) }) : /* @__PURE__ */ r(
|
|
3704
3860
|
g.div,
|
|
3705
3861
|
{
|
|
3706
3862
|
initial: { opacity: 0, y: 20 },
|
|
3707
3863
|
animate: { opacity: 1, y: 0 },
|
|
3708
3864
|
transition: { duration: 0.3 },
|
|
3709
|
-
className:
|
|
3865
|
+
className: u("border border-border rounded-lg overflow-hidden", l),
|
|
3710
3866
|
children: /* @__PURE__ */ r("div", { className: "overflow-x-auto", children: /* @__PURE__ */ d("table", { className: "w-full", children: [
|
|
3711
|
-
/* @__PURE__ */ r("thead", { className: "
|
|
3867
|
+
/* @__PURE__ */ r("thead", { className: "border-b border-border", children: /* @__PURE__ */ r("tr", { children: t.map((f, N) => /* @__PURE__ */ r(
|
|
3712
3868
|
"th",
|
|
3713
3869
|
{
|
|
3714
|
-
className:
|
|
3870
|
+
className: u(
|
|
3715
3871
|
"px-6 py-4 text-left text-sm font-semibold text-foreground",
|
|
3716
3872
|
f.width,
|
|
3717
|
-
f.sortable && "cursor-pointer
|
|
3873
|
+
f.sortable && "cursor-pointer transition-colors"
|
|
3718
3874
|
),
|
|
3719
|
-
onClick: () => f.sortable &&
|
|
3875
|
+
onClick: () => f.sortable && y(f.key),
|
|
3720
3876
|
children: /* @__PURE__ */ d("div", { className: "flex items-center gap-2", children: [
|
|
3721
3877
|
f.header,
|
|
3722
|
-
f.sortable && /* @__PURE__ */ r("span", { className: "text-primary/50", children:
|
|
3878
|
+
f.sortable && /* @__PURE__ */ r("span", { className: "text-primary/50 hover:text-primary transition-colors", children: n === f.key ? i === "asc" ? /* @__PURE__ */ r(ar, { className: "w-4 h-4" }) : /* @__PURE__ */ r(nr, { className: "w-4 h-4" }) : /* @__PURE__ */ r(sr, { className: "w-4 h-4" }) })
|
|
3723
3879
|
] })
|
|
3724
3880
|
},
|
|
3725
|
-
|
|
3881
|
+
N
|
|
3726
3882
|
)) }) }),
|
|
3727
|
-
/* @__PURE__ */ r("tbody", { children:
|
|
3883
|
+
/* @__PURE__ */ r("tbody", { children: x.map((f, N) => /* @__PURE__ */ r(
|
|
3728
3884
|
g.tr,
|
|
3729
3885
|
{
|
|
3730
3886
|
initial: { opacity: 0, y: 10 },
|
|
3731
3887
|
animate: { opacity: 1, y: 0 },
|
|
3732
|
-
transition: { duration: 0.2, delay:
|
|
3888
|
+
transition: { duration: 0.2, delay: N * 0.05 },
|
|
3733
3889
|
onClick: () => o && o(f),
|
|
3734
|
-
className:
|
|
3890
|
+
className: u(
|
|
3735
3891
|
"border-b border-border transition-colors",
|
|
3736
3892
|
o && "cursor-pointer hover:bg-secondary"
|
|
3737
3893
|
),
|
|
3738
|
-
children: t.map((
|
|
3894
|
+
children: t.map((k, w) => /* @__PURE__ */ r(
|
|
3739
3895
|
"td",
|
|
3740
3896
|
{
|
|
3741
|
-
className:
|
|
3897
|
+
className: u(
|
|
3742
3898
|
"px-6 py-4 text-sm text-foreground/70",
|
|
3743
|
-
|
|
3899
|
+
k.width
|
|
3744
3900
|
),
|
|
3745
|
-
style:
|
|
3746
|
-
title:
|
|
3747
|
-
children:
|
|
3901
|
+
style: k.width ? { width: k.width } : void 0,
|
|
3902
|
+
title: k.truncate && !k.render ? String(f[k.key] ?? "") : void 0,
|
|
3903
|
+
children: k.truncate && !k.render ? /* @__PURE__ */ r("div", { className: "truncate", children: String(f[k.key] ?? "") }) : k.render ? k.render(f) : String(f[k.key] ?? "")
|
|
3748
3904
|
},
|
|
3749
|
-
|
|
3905
|
+
w
|
|
3750
3906
|
))
|
|
3751
3907
|
},
|
|
3752
|
-
|
|
3908
|
+
s(f)
|
|
3753
3909
|
)) })
|
|
3754
3910
|
] }) })
|
|
3755
3911
|
}
|
|
3756
3912
|
);
|
|
3757
3913
|
}
|
|
3758
|
-
const
|
|
3914
|
+
const Vt = ({
|
|
3759
3915
|
currentPage: e,
|
|
3760
3916
|
totalPages: t,
|
|
3761
3917
|
onPageChange: a,
|
|
3762
3918
|
totalItems: o,
|
|
3763
|
-
itemsPerPage:
|
|
3919
|
+
itemsPerPage: s,
|
|
3764
3920
|
className: l
|
|
3765
3921
|
}) => {
|
|
3766
3922
|
const c = Array.from({ length: t }, (i, m) => m + 1).slice(
|
|
@@ -3773,14 +3929,14 @@ const St = ({
|
|
|
3773
3929
|
initial: { opacity: 0, y: 20 },
|
|
3774
3930
|
animate: { opacity: 1, y: 0 },
|
|
3775
3931
|
transition: { duration: 0.3 },
|
|
3776
|
-
className:
|
|
3932
|
+
className: u("flex items-center justify-between gap-4 flex-wrap", l),
|
|
3777
3933
|
children: [
|
|
3778
|
-
/* @__PURE__ */ r("div", { className: "text-sm text-foreground/70", children: o &&
|
|
3934
|
+
/* @__PURE__ */ r("div", { className: "text-sm text-foreground/70", children: o && s && /* @__PURE__ */ d("span", { children: [
|
|
3779
3935
|
"Showing ",
|
|
3780
|
-
Math.min((e - 1) *
|
|
3936
|
+
Math.min((e - 1) * s + 1, o),
|
|
3781
3937
|
" to",
|
|
3782
3938
|
" ",
|
|
3783
|
-
Math.min(e *
|
|
3939
|
+
Math.min(e * s, o),
|
|
3784
3940
|
" of ",
|
|
3785
3941
|
o,
|
|
3786
3942
|
" results"
|
|
@@ -3793,12 +3949,12 @@ const St = ({
|
|
|
3793
3949
|
size: "sm",
|
|
3794
3950
|
disabled: e === 1,
|
|
3795
3951
|
onClick: () => a(e - 1),
|
|
3796
|
-
icon: /* @__PURE__ */ r(
|
|
3952
|
+
icon: /* @__PURE__ */ r(Pe, { className: "w-4 h-4" }),
|
|
3797
3953
|
children: "Previous"
|
|
3798
3954
|
}
|
|
3799
3955
|
),
|
|
3800
3956
|
/* @__PURE__ */ d("div", { className: "flex items-center gap-1", children: [
|
|
3801
|
-
e > 3 && /* @__PURE__ */ d(
|
|
3957
|
+
e > 3 && /* @__PURE__ */ d(me, { children: [
|
|
3802
3958
|
/* @__PURE__ */ r(
|
|
3803
3959
|
g.button,
|
|
3804
3960
|
{
|
|
@@ -3817,7 +3973,7 @@ const St = ({
|
|
|
3817
3973
|
whileHover: { scale: 1.05 },
|
|
3818
3974
|
whileTap: { scale: 0.95 },
|
|
3819
3975
|
onClick: () => a(i),
|
|
3820
|
-
className:
|
|
3976
|
+
className: u(
|
|
3821
3977
|
"w-10 h-10 rounded-md text-sm border transition-all",
|
|
3822
3978
|
i === e ? "bg-primary text-white border-primary shadow-sm" : "hover:bg-secondary border-border"
|
|
3823
3979
|
),
|
|
@@ -3825,7 +3981,7 @@ const St = ({
|
|
|
3825
3981
|
},
|
|
3826
3982
|
i
|
|
3827
3983
|
)),
|
|
3828
|
-
e < t - 2 && /* @__PURE__ */ d(
|
|
3984
|
+
e < t - 2 && /* @__PURE__ */ d(me, { children: [
|
|
3829
3985
|
/* @__PURE__ */ r("span", { className: "text-primary/50 px-1", children: "..." }),
|
|
3830
3986
|
/* @__PURE__ */ r(
|
|
3831
3987
|
g.button,
|
|
@@ -3846,7 +4002,7 @@ const St = ({
|
|
|
3846
4002
|
size: "sm",
|
|
3847
4003
|
disabled: e === t,
|
|
3848
4004
|
onClick: () => a(e + 1),
|
|
3849
|
-
icon: /* @__PURE__ */ r(
|
|
4005
|
+
icon: /* @__PURE__ */ r(Ge, { className: "w-4 h-4" }),
|
|
3850
4006
|
children: "Next"
|
|
3851
4007
|
}
|
|
3852
4008
|
)
|
|
@@ -3854,21 +4010,21 @@ const St = ({
|
|
|
3854
4010
|
]
|
|
3855
4011
|
}
|
|
3856
4012
|
);
|
|
3857
|
-
},
|
|
4013
|
+
}, bt = ({
|
|
3858
4014
|
icon: e,
|
|
3859
4015
|
onClick: t,
|
|
3860
4016
|
label: a,
|
|
3861
4017
|
actions: o,
|
|
3862
|
-
variant:
|
|
4018
|
+
variant: s = "primary",
|
|
3863
4019
|
position: l = "bottom-right",
|
|
3864
|
-
disabled:
|
|
4020
|
+
disabled: n,
|
|
3865
4021
|
className: c
|
|
3866
4022
|
}) => {
|
|
3867
|
-
const [i, m] =
|
|
4023
|
+
const [i, m] = O(!1), y = {
|
|
3868
4024
|
"bottom-right": "fixed bottom-6 right-6",
|
|
3869
4025
|
"bottom-left": "fixed bottom-6 left-6",
|
|
3870
4026
|
"bottom-center": "fixed bottom-6 left-1/2 -translate-x-1/2"
|
|
3871
|
-
},
|
|
4027
|
+
}, x = {
|
|
3872
4028
|
primary: "bg-primary text-white hover:bg-primary-dark shadow-lg",
|
|
3873
4029
|
secondary: "bg-background text-primary border-2 border-primary hover:bg-secondary shadow-md"
|
|
3874
4030
|
}, f = {
|
|
@@ -3876,10 +4032,10 @@ const St = ({
|
|
|
3876
4032
|
success: "bg-success text-white",
|
|
3877
4033
|
danger: "bg-error text-white",
|
|
3878
4034
|
warning: "bg-warning text-white"
|
|
3879
|
-
},
|
|
4035
|
+
}, N = () => {
|
|
3880
4036
|
o && o.length > 0 ? m(!i) : t && t();
|
|
3881
4037
|
};
|
|
3882
|
-
return /* @__PURE__ */ d("div", { className:
|
|
4038
|
+
return /* @__PURE__ */ d("div", { className: u(y[l], "z-50", c), children: [
|
|
3883
4039
|
/* @__PURE__ */ r(Q, { children: i && o && /* @__PURE__ */ r(
|
|
3884
4040
|
g.div,
|
|
3885
4041
|
{
|
|
@@ -3887,69 +4043,69 @@ const St = ({
|
|
|
3887
4043
|
animate: { opacity: 1 },
|
|
3888
4044
|
exit: { opacity: 0 },
|
|
3889
4045
|
className: "absolute bottom-20 right-0 flex flex-col gap-3 mb-2",
|
|
3890
|
-
children: o.map((
|
|
4046
|
+
children: o.map((k, w) => /* @__PURE__ */ d(
|
|
3891
4047
|
g.div,
|
|
3892
4048
|
{
|
|
3893
4049
|
initial: { opacity: 0, y: 20, scale: 0.8 },
|
|
3894
4050
|
animate: { opacity: 1, y: 0, scale: 1 },
|
|
3895
4051
|
exit: { opacity: 0, y: 20, scale: 0.8 },
|
|
3896
|
-
transition: { delay:
|
|
4052
|
+
transition: { delay: w * 0.05 },
|
|
3897
4053
|
className: "flex items-center gap-3",
|
|
3898
4054
|
children: [
|
|
3899
|
-
/* @__PURE__ */ r("span", { className: "bg-background border border-border rounded-md px-3 py-1.5 text-sm font-medium whitespace-nowrap shadow-lg", children:
|
|
4055
|
+
/* @__PURE__ */ r("span", { className: "bg-background border border-border rounded-md px-3 py-1.5 text-sm font-medium whitespace-nowrap shadow-lg", children: k.label }),
|
|
3900
4056
|
/* @__PURE__ */ r(
|
|
3901
4057
|
g.button,
|
|
3902
4058
|
{
|
|
3903
4059
|
whileHover: { scale: 1.1 },
|
|
3904
4060
|
whileTap: { scale: 0.9 },
|
|
3905
4061
|
onClick: () => {
|
|
3906
|
-
|
|
4062
|
+
k.onClick(), m(!1);
|
|
3907
4063
|
},
|
|
3908
|
-
className:
|
|
4064
|
+
className: u(
|
|
3909
4065
|
"w-12 h-12 rounded-full shadow-lg flex items-center justify-center transition-all",
|
|
3910
|
-
f[
|
|
4066
|
+
f[k.variant || "primary"]
|
|
3911
4067
|
),
|
|
3912
|
-
children:
|
|
4068
|
+
children: k.icon
|
|
3913
4069
|
}
|
|
3914
4070
|
)
|
|
3915
4071
|
]
|
|
3916
4072
|
},
|
|
3917
|
-
|
|
4073
|
+
w
|
|
3918
4074
|
))
|
|
3919
4075
|
}
|
|
3920
4076
|
) }),
|
|
3921
4077
|
/* @__PURE__ */ d(
|
|
3922
4078
|
g.button,
|
|
3923
4079
|
{
|
|
3924
|
-
whileTap: { scale:
|
|
3925
|
-
whileHover: { scale:
|
|
3926
|
-
onClick:
|
|
3927
|
-
disabled:
|
|
3928
|
-
className:
|
|
4080
|
+
whileTap: { scale: n ? 1 : 0.9 },
|
|
4081
|
+
whileHover: { scale: n ? 1 : 1.05 },
|
|
4082
|
+
onClick: N,
|
|
4083
|
+
disabled: n,
|
|
4084
|
+
className: u(
|
|
3929
4085
|
"z-30 rounded-full p-4 transition-all duration-200",
|
|
3930
4086
|
"disabled:opacity-50 disabled:cursor-not-allowed",
|
|
3931
4087
|
"flex items-center gap-2",
|
|
3932
|
-
|
|
4088
|
+
x[s],
|
|
3933
4089
|
a ? "px-6" : "w-16 h-16 justify-center",
|
|
3934
4090
|
i && "rotate-45"
|
|
3935
4091
|
),
|
|
3936
4092
|
children: [
|
|
3937
|
-
/* @__PURE__ */ r("span", { className: "flex-shrink-0", children: e || (i ? /* @__PURE__ */ r(
|
|
4093
|
+
/* @__PURE__ */ r("span", { className: "flex-shrink-0", children: e || (i ? /* @__PURE__ */ r($, { className: "w-6 h-6" }) : /* @__PURE__ */ r(ir, { className: "w-6 h-6" })) }),
|
|
3938
4094
|
a && /* @__PURE__ */ r("span", { className: "font-medium", children: a })
|
|
3939
4095
|
]
|
|
3940
4096
|
}
|
|
3941
4097
|
)
|
|
3942
4098
|
] });
|
|
3943
|
-
},
|
|
4099
|
+
}, _t = bt, Wt = ({
|
|
3944
4100
|
steps: e,
|
|
3945
4101
|
currentStep: t,
|
|
3946
4102
|
className: a
|
|
3947
4103
|
}) => {
|
|
3948
4104
|
const o = e[t];
|
|
3949
|
-
return /* @__PURE__ */ d("div", { className:
|
|
3950
|
-
/* @__PURE__ */ r("div", { className: "hidden md:block", children: /* @__PURE__ */ r("div", { className: "relative flex items-center mb-2", children: e.map((
|
|
3951
|
-
const
|
|
3952
|
-
return /* @__PURE__ */ d(
|
|
4105
|
+
return /* @__PURE__ */ d("div", { className: u("w-full", a), children: [
|
|
4106
|
+
/* @__PURE__ */ r("div", { className: "hidden md:block", children: /* @__PURE__ */ r("div", { className: "relative flex items-center mb-2", children: e.map((s, l) => {
|
|
4107
|
+
const n = l < t, c = l === t, i = l > t;
|
|
4108
|
+
return /* @__PURE__ */ d(Le.Fragment, { children: [
|
|
3953
4109
|
/* @__PURE__ */ d("div", { className: "flex flex-col items-center relative z-10", children: [
|
|
3954
4110
|
/* @__PURE__ */ r(
|
|
3955
4111
|
g.div,
|
|
@@ -3957,41 +4113,41 @@ const St = ({
|
|
|
3957
4113
|
initial: !1,
|
|
3958
4114
|
animate: {
|
|
3959
4115
|
scale: c ? 1.05 : 1,
|
|
3960
|
-
backgroundColor:
|
|
4116
|
+
backgroundColor: n || c ? "var(--color-primary)" : "var(--color-border)"
|
|
3961
4117
|
},
|
|
3962
|
-
className:
|
|
4118
|
+
className: u(
|
|
3963
4119
|
"w-12 h-12 rounded-full flex items-center justify-center",
|
|
3964
4120
|
"font-semibold text-base transition-all duration-300",
|
|
3965
|
-
(
|
|
4121
|
+
(n || c) && "text-white shadow-lg",
|
|
3966
4122
|
i && "text-primary/50",
|
|
3967
4123
|
"ring-4 ring-white"
|
|
3968
4124
|
),
|
|
3969
|
-
children:
|
|
4125
|
+
children: n ? /* @__PURE__ */ r(Oe, { className: "w-6 h-6 stroke-[3]" }) : /* @__PURE__ */ r("span", { children: l + 1 })
|
|
3970
4126
|
}
|
|
3971
4127
|
),
|
|
3972
4128
|
/* @__PURE__ */ d("div", { className: "mt-3 text-center max-w-[120px]", children: [
|
|
3973
4129
|
/* @__PURE__ */ r(
|
|
3974
4130
|
"span",
|
|
3975
4131
|
{
|
|
3976
|
-
className:
|
|
4132
|
+
className: u(
|
|
3977
4133
|
"text-sm font-semibold block",
|
|
3978
4134
|
c && "text-primary",
|
|
3979
|
-
|
|
4135
|
+
n && "text-primary",
|
|
3980
4136
|
i && "text-primary/50"
|
|
3981
4137
|
),
|
|
3982
|
-
children:
|
|
4138
|
+
children: s.label
|
|
3983
4139
|
}
|
|
3984
4140
|
),
|
|
3985
|
-
|
|
4141
|
+
s.description && /* @__PURE__ */ r(
|
|
3986
4142
|
"p",
|
|
3987
4143
|
{
|
|
3988
|
-
className:
|
|
4144
|
+
className: u(
|
|
3989
4145
|
"text-xs mt-1 leading-tight",
|
|
3990
4146
|
c && "text-primary",
|
|
3991
|
-
|
|
4147
|
+
n && "text-primary/70",
|
|
3992
4148
|
i && "text-primary/50"
|
|
3993
4149
|
),
|
|
3994
|
-
children:
|
|
4150
|
+
children: s.description
|
|
3995
4151
|
}
|
|
3996
4152
|
)
|
|
3997
4153
|
] })
|
|
@@ -4010,20 +4166,20 @@ const St = ({
|
|
|
4010
4166
|
] }, l);
|
|
4011
4167
|
}) }) }),
|
|
4012
4168
|
/* @__PURE__ */ d("div", { className: "md:hidden", children: [
|
|
4013
|
-
/* @__PURE__ */ r("div", { className: "flex items-center justify-center gap-2 mb-3", children: e.map((
|
|
4014
|
-
const
|
|
4169
|
+
/* @__PURE__ */ r("div", { className: "flex items-center justify-center gap-2 mb-3", children: e.map((s, l) => {
|
|
4170
|
+
const n = l < t, c = l === t;
|
|
4015
4171
|
return /* @__PURE__ */ r(
|
|
4016
4172
|
g.div,
|
|
4017
4173
|
{
|
|
4018
4174
|
initial: !1,
|
|
4019
4175
|
animate: {
|
|
4020
4176
|
scale: c ? 1.2 : 1,
|
|
4021
|
-
backgroundColor:
|
|
4177
|
+
backgroundColor: n || c ? "var(--color-primary)" : "var(--color-border-dark)"
|
|
4022
4178
|
},
|
|
4023
|
-
className:
|
|
4179
|
+
className: u(
|
|
4024
4180
|
"rounded-full transition-all duration-300",
|
|
4025
4181
|
c ? "w-3 h-3" : "w-2 h-2",
|
|
4026
|
-
(
|
|
4182
|
+
(n || c) && "shadow-sm"
|
|
4027
4183
|
)
|
|
4028
4184
|
},
|
|
4029
4185
|
l
|
|
@@ -4042,12 +4198,12 @@ const St = ({
|
|
|
4042
4198
|
)
|
|
4043
4199
|
] })
|
|
4044
4200
|
] });
|
|
4045
|
-
},
|
|
4201
|
+
}, Yt = ({
|
|
4046
4202
|
children: e,
|
|
4047
4203
|
variant: t = "default",
|
|
4048
4204
|
size: a = "md",
|
|
4049
4205
|
className: o,
|
|
4050
|
-
dot:
|
|
4206
|
+
dot: s = !1
|
|
4051
4207
|
}) => {
|
|
4052
4208
|
const l = {
|
|
4053
4209
|
default: "bg-secondary text-primary border border-border",
|
|
@@ -4056,7 +4212,7 @@ const St = ({
|
|
|
4056
4212
|
warning: "bg-warning/10 text-warning border border-warning/20",
|
|
4057
4213
|
danger: "bg-error/10 text-error border border-error/20",
|
|
4058
4214
|
info: "bg-info/10 text-info border border-info/20"
|
|
4059
|
-
},
|
|
4215
|
+
}, n = {
|
|
4060
4216
|
sm: "px-2 py-0.5 text-xs",
|
|
4061
4217
|
md: "px-2.5 py-1 text-sm",
|
|
4062
4218
|
lg: "px-3 py-1.5 text-base"
|
|
@@ -4074,19 +4230,19 @@ const St = ({
|
|
|
4074
4230
|
initial: { opacity: 0, scale: 0.9 },
|
|
4075
4231
|
animate: { opacity: 1, scale: 1 },
|
|
4076
4232
|
transition: { duration: 0.2 },
|
|
4077
|
-
className:
|
|
4233
|
+
className: u(
|
|
4078
4234
|
"inline-flex items-center gap-1.5 rounded-lg font-medium",
|
|
4079
4235
|
l[t],
|
|
4080
|
-
|
|
4236
|
+
n[a],
|
|
4081
4237
|
o
|
|
4082
4238
|
),
|
|
4083
4239
|
children: [
|
|
4084
|
-
|
|
4240
|
+
s && /* @__PURE__ */ r("span", { className: u("w-1.5 h-1.5 rounded-full", c[t]) }),
|
|
4085
4241
|
e
|
|
4086
4242
|
]
|
|
4087
4243
|
}
|
|
4088
4244
|
);
|
|
4089
|
-
},
|
|
4245
|
+
}, Ht = ({
|
|
4090
4246
|
isOffline: e,
|
|
4091
4247
|
className: t
|
|
4092
4248
|
}) => e ? /* @__PURE__ */ d(
|
|
@@ -4095,7 +4251,7 @@ const St = ({
|
|
|
4095
4251
|
initial: { opacity: 0, y: -10 },
|
|
4096
4252
|
animate: { opacity: 1, y: 0 },
|
|
4097
4253
|
exit: { opacity: 0, y: -10 },
|
|
4098
|
-
className:
|
|
4254
|
+
className: u(
|
|
4099
4255
|
"inline-flex items-center gap-2 px-3 py-1.5 rounded-full",
|
|
4100
4256
|
"bg-warning text-white text-sm font-medium shadow-sm",
|
|
4101
4257
|
t
|
|
@@ -4105,19 +4261,19 @@ const St = ({
|
|
|
4105
4261
|
/* @__PURE__ */ r("span", { children: "Offline Mode" })
|
|
4106
4262
|
]
|
|
4107
4263
|
}
|
|
4108
|
-
) : null,
|
|
4264
|
+
) : null, qt = ({
|
|
4109
4265
|
status: e,
|
|
4110
4266
|
count: t,
|
|
4111
4267
|
className: a
|
|
4112
4268
|
}) => {
|
|
4113
|
-
const
|
|
4269
|
+
const s = {
|
|
4114
4270
|
synced: {
|
|
4115
|
-
icon: /* @__PURE__ */ r(
|
|
4271
|
+
icon: /* @__PURE__ */ r(Te, { className: "w-4 h-4" }),
|
|
4116
4272
|
label: "Synced",
|
|
4117
4273
|
color: "bg-success text-white"
|
|
4118
4274
|
},
|
|
4119
4275
|
syncing: {
|
|
4120
|
-
icon: /* @__PURE__ */ r(g.div, { animate: { rotate: 360 }, transition: { repeat: 1 / 0, duration: 1, ease: "linear" }, children: /* @__PURE__ */ r(
|
|
4276
|
+
icon: /* @__PURE__ */ r(g.div, { animate: { rotate: 360 }, transition: { repeat: 1 / 0, duration: 1, ease: "linear" }, children: /* @__PURE__ */ r(Te, { className: "w-4 h-4" }) }),
|
|
4121
4277
|
label: "Syncing...",
|
|
4122
4278
|
color: "bg-info text-white"
|
|
4123
4279
|
},
|
|
@@ -4137,31 +4293,152 @@ const St = ({
|
|
|
4137
4293
|
{
|
|
4138
4294
|
initial: { scale: 0.9, opacity: 0 },
|
|
4139
4295
|
animate: { scale: 1, opacity: 1 },
|
|
4140
|
-
className:
|
|
4296
|
+
className: u(
|
|
4141
4297
|
"inline-flex items-center gap-2 px-3 py-1.5 rounded-full",
|
|
4142
4298
|
"text-sm font-medium shadow-sm",
|
|
4143
|
-
|
|
4299
|
+
s.color,
|
|
4144
4300
|
a
|
|
4145
4301
|
),
|
|
4146
4302
|
children: [
|
|
4147
|
-
|
|
4148
|
-
/* @__PURE__ */ r("span", { children:
|
|
4303
|
+
s.icon,
|
|
4304
|
+
/* @__PURE__ */ r("span", { children: s.label })
|
|
4149
4305
|
]
|
|
4150
4306
|
}
|
|
4151
4307
|
);
|
|
4152
|
-
},
|
|
4308
|
+
}, ht = {
|
|
4309
|
+
sm: "w-4 h-4 border-2",
|
|
4310
|
+
md: "w-8 h-8 border-2",
|
|
4311
|
+
lg: "w-12 h-12 border-3",
|
|
4312
|
+
xl: "w-16 h-16 border-4"
|
|
4313
|
+
}, ft = {
|
|
4314
|
+
primary: "border-primary border-t-transparent",
|
|
4315
|
+
secondary: "border-secondary border-t-transparent",
|
|
4316
|
+
white: "border-white border-t-transparent"
|
|
4317
|
+
}, gt = ({
|
|
4318
|
+
size: e = "md",
|
|
4319
|
+
variant: t = "primary",
|
|
4320
|
+
className: a,
|
|
4321
|
+
label: o
|
|
4322
|
+
}) => /* @__PURE__ */ d("div", { className: u("inline-flex flex-col items-center gap-2", a), children: [
|
|
4323
|
+
/* @__PURE__ */ r(
|
|
4324
|
+
g.div,
|
|
4325
|
+
{
|
|
4326
|
+
className: u(
|
|
4327
|
+
"rounded-full",
|
|
4328
|
+
ht[e],
|
|
4329
|
+
ft[t]
|
|
4330
|
+
),
|
|
4331
|
+
animate: { rotate: 360 },
|
|
4332
|
+
transition: {
|
|
4333
|
+
duration: 0.8,
|
|
4334
|
+
repeat: 1 / 0,
|
|
4335
|
+
ease: "linear"
|
|
4336
|
+
},
|
|
4337
|
+
role: "status",
|
|
4338
|
+
"aria-label": o || "Loading"
|
|
4339
|
+
}
|
|
4340
|
+
),
|
|
4341
|
+
o && /* @__PURE__ */ r("span", { className: "text-sm text-foreground/70", children: o })
|
|
4342
|
+
] });
|
|
4343
|
+
gt.displayName = "Spinner";
|
|
4344
|
+
const Ze = er(void 0), Jt = () => {
|
|
4345
|
+
const e = rr(Ze);
|
|
4346
|
+
if (!e)
|
|
4347
|
+
throw new Error("useToast must be used within ToastProvider");
|
|
4348
|
+
return e;
|
|
4349
|
+
}, yt = {
|
|
4350
|
+
success: "bg-success/10 border-success text-success backdrop-blur-2xl",
|
|
4351
|
+
error: "bg-error/10 border-error text-error backdrop-blur-2xl",
|
|
4352
|
+
warning: "bg-warning/10 border-warning text-warning backdrop-blur-2xl",
|
|
4353
|
+
info: "bg-info/10 border-info text-info backdrop-blur-2xl",
|
|
4354
|
+
default: "bg-background border-border text-foreground backdrop-blur-2xl"
|
|
4355
|
+
}, xt = {
|
|
4356
|
+
success: mr,
|
|
4357
|
+
error: dr,
|
|
4358
|
+
warning: cr,
|
|
4359
|
+
info: lr,
|
|
4360
|
+
default: null
|
|
4361
|
+
}, wt = {
|
|
4362
|
+
"top-left": "top-4 left-4",
|
|
4363
|
+
"top-center": "top-4 left-1/2 -translate-x-1/2",
|
|
4364
|
+
"top-right": "top-4 right-4",
|
|
4365
|
+
"bottom-left": "bottom-4 left-4",
|
|
4366
|
+
"bottom-center": "bottom-4 left-1/2 -translate-x-1/2",
|
|
4367
|
+
"bottom-right": "bottom-4 right-4"
|
|
4368
|
+
}, vt = ({ toast: e, onRemove: t }) => {
|
|
4369
|
+
const a = e.variant || "default", o = xt[a];
|
|
4370
|
+
return /* @__PURE__ */ d(
|
|
4371
|
+
g.div,
|
|
4372
|
+
{
|
|
4373
|
+
layout: !0,
|
|
4374
|
+
initial: { opacity: 0, y: -20, scale: 0.95 },
|
|
4375
|
+
animate: { opacity: 1, y: 0, scale: 1 },
|
|
4376
|
+
exit: { opacity: 0, x: 100, scale: 0.95 },
|
|
4377
|
+
transition: { duration: 0.2 },
|
|
4378
|
+
className: u(
|
|
4379
|
+
"flex items-start gap-3 p-4 rounded-md border shadow-lg min-w-[320px] max-w-md",
|
|
4380
|
+
yt[a]
|
|
4381
|
+
),
|
|
4382
|
+
children: [
|
|
4383
|
+
o && /* @__PURE__ */ r(o, { className: "w-5 h-5 flex-shrink-0 mt-0.5" }),
|
|
4384
|
+
/* @__PURE__ */ d("div", { className: "flex-1 min-w-0", children: [
|
|
4385
|
+
/* @__PURE__ */ r("p", { className: "text-sm font-medium leading-relaxed", children: e.message }),
|
|
4386
|
+
e.action && /* @__PURE__ */ r(
|
|
4387
|
+
"button",
|
|
4388
|
+
{
|
|
4389
|
+
onClick: e.action.onClick,
|
|
4390
|
+
className: "mt-2 text-xs font-semibold hover:underline",
|
|
4391
|
+
children: e.action.label
|
|
4392
|
+
}
|
|
4393
|
+
)
|
|
4394
|
+
] }),
|
|
4395
|
+
/* @__PURE__ */ r(
|
|
4396
|
+
"button",
|
|
4397
|
+
{
|
|
4398
|
+
onClick: () => t(e.id),
|
|
4399
|
+
className: "flex-shrink-0 hover:opacity-70 transition-opacity",
|
|
4400
|
+
"aria-label": "Close notification",
|
|
4401
|
+
children: /* @__PURE__ */ r($, { className: "w-4 h-4" })
|
|
4402
|
+
}
|
|
4403
|
+
)
|
|
4404
|
+
]
|
|
4405
|
+
}
|
|
4406
|
+
);
|
|
4407
|
+
}, Nt = ({
|
|
4408
|
+
children: e,
|
|
4409
|
+
position: t = "top-right",
|
|
4410
|
+
maxToasts: a = 5
|
|
4411
|
+
}) => {
|
|
4412
|
+
const [o, s] = O([]), l = ze(
|
|
4413
|
+
(c) => {
|
|
4414
|
+
const i = Math.random().toString(36).substring(2, 9), m = c.duration ?? 5e3;
|
|
4415
|
+
s((y) => [...y, { ...c, id: i }].slice(-a)), m > 0 && setTimeout(() => {
|
|
4416
|
+
n(i);
|
|
4417
|
+
}, m);
|
|
4418
|
+
},
|
|
4419
|
+
[a]
|
|
4420
|
+
), n = ze((c) => {
|
|
4421
|
+
s((i) => i.filter((m) => m.id !== c));
|
|
4422
|
+
}, []);
|
|
4423
|
+
return /* @__PURE__ */ d(Ze.Provider, { value: { toasts: o, addToast: l, removeToast: n }, children: [
|
|
4424
|
+
e,
|
|
4425
|
+
/* @__PURE__ */ r("div", { className: u("fixed z-[100] flex flex-col gap-2", wt[t]), children: /* @__PURE__ */ r(Q, { mode: "popLayout", children: o.map((c) => /* @__PURE__ */ r(vt, { toast: c, onRemove: n }, c.id)) }) })
|
|
4426
|
+
] });
|
|
4427
|
+
};
|
|
4428
|
+
Nt.displayName = "ToastProvider";
|
|
4429
|
+
const Qt = ({
|
|
4153
4430
|
onCapture: e,
|
|
4154
4431
|
onRemove: t,
|
|
4155
4432
|
preview: a,
|
|
4156
4433
|
label: o = "Take Photo",
|
|
4157
|
-
disabled:
|
|
4434
|
+
disabled: s,
|
|
4158
4435
|
className: l
|
|
4159
4436
|
}) => {
|
|
4160
|
-
const
|
|
4437
|
+
const n = H(null), c = (i) => {
|
|
4161
4438
|
const m = i.target.files?.[0];
|
|
4162
4439
|
m && e(m);
|
|
4163
4440
|
};
|
|
4164
|
-
return /* @__PURE__ */ d("div", { className:
|
|
4441
|
+
return /* @__PURE__ */ d("div", { className: u("w-full", l), children: [
|
|
4165
4442
|
o && /* @__PURE__ */ r("label", { className: "block mb-2 text-sm font-medium text-primary", children: o }),
|
|
4166
4443
|
a ? /* @__PURE__ */ d("div", { className: "relative rounded-lg overflow-hidden border-2 border-border", children: [
|
|
4167
4444
|
/* @__PURE__ */ r(
|
|
@@ -4177,17 +4454,17 @@ const St = ({
|
|
|
4177
4454
|
{
|
|
4178
4455
|
onClick: t,
|
|
4179
4456
|
className: "absolute top-2 right-2 p-2 bg-error text-white rounded-full shadow-lg hover:bg-red-600",
|
|
4180
|
-
children: /* @__PURE__ */ r(
|
|
4457
|
+
children: /* @__PURE__ */ r($, { className: "w-4 h-4" })
|
|
4181
4458
|
}
|
|
4182
4459
|
)
|
|
4183
4460
|
] }) : /* @__PURE__ */ d(
|
|
4184
4461
|
g.button,
|
|
4185
4462
|
{
|
|
4186
4463
|
type: "button",
|
|
4187
|
-
whileTap: { scale:
|
|
4188
|
-
onClick: () =>
|
|
4189
|
-
disabled:
|
|
4190
|
-
className:
|
|
4464
|
+
whileTap: { scale: s ? 1 : 0.98 },
|
|
4465
|
+
onClick: () => n.current?.click(),
|
|
4466
|
+
disabled: s,
|
|
4467
|
+
className: u(
|
|
4191
4468
|
"w-full p-4 rounded-lg border-2 border-border",
|
|
4192
4469
|
"flex items-center justify-center gap-3",
|
|
4193
4470
|
"bg-secondary hover:bg-border hover:border-border-dark",
|
|
@@ -4195,7 +4472,7 @@ const St = ({
|
|
|
4195
4472
|
"disabled:opacity-50 disabled:cursor-not-allowed"
|
|
4196
4473
|
),
|
|
4197
4474
|
children: [
|
|
4198
|
-
/* @__PURE__ */ r(
|
|
4475
|
+
/* @__PURE__ */ r(ur, { className: "w-6 h-6 text-primary" }),
|
|
4199
4476
|
/* @__PURE__ */ r("span", { className: "font-medium text-foreground", children: "Capture Photo" })
|
|
4200
4477
|
]
|
|
4201
4478
|
}
|
|
@@ -4203,37 +4480,37 @@ const St = ({
|
|
|
4203
4480
|
/* @__PURE__ */ r(
|
|
4204
4481
|
"input",
|
|
4205
4482
|
{
|
|
4206
|
-
ref:
|
|
4483
|
+
ref: n,
|
|
4207
4484
|
type: "file",
|
|
4208
4485
|
accept: "image/*",
|
|
4209
4486
|
capture: "environment",
|
|
4210
4487
|
onChange: c,
|
|
4211
4488
|
className: "hidden",
|
|
4212
|
-
disabled:
|
|
4489
|
+
disabled: s
|
|
4213
4490
|
}
|
|
4214
4491
|
)
|
|
4215
4492
|
] });
|
|
4216
|
-
},
|
|
4493
|
+
}, Kt = ({
|
|
4217
4494
|
onUpload: e,
|
|
4218
4495
|
accept: t = "*/*",
|
|
4219
4496
|
multiple: a = !1,
|
|
4220
4497
|
label: o = "Upload Files",
|
|
4221
|
-
disabled:
|
|
4498
|
+
disabled: s,
|
|
4222
4499
|
className: l
|
|
4223
4500
|
}) => {
|
|
4224
|
-
const
|
|
4501
|
+
const n = H(null), c = (i) => {
|
|
4225
4502
|
i && e(Array.from(i));
|
|
4226
4503
|
};
|
|
4227
|
-
return /* @__PURE__ */ d("div", { className:
|
|
4504
|
+
return /* @__PURE__ */ d("div", { className: u("w-full", l), children: [
|
|
4228
4505
|
o && /* @__PURE__ */ r("label", { className: "block mb-2 text-sm font-medium text-primary", children: o }),
|
|
4229
4506
|
/* @__PURE__ */ d(
|
|
4230
4507
|
g.button,
|
|
4231
4508
|
{
|
|
4232
4509
|
type: "button",
|
|
4233
|
-
whileTap: { scale:
|
|
4234
|
-
onClick: () => !
|
|
4235
|
-
disabled:
|
|
4236
|
-
className:
|
|
4510
|
+
whileTap: { scale: s ? 1 : 0.98 },
|
|
4511
|
+
onClick: () => !s && n.current?.click(),
|
|
4512
|
+
disabled: s,
|
|
4513
|
+
className: u(
|
|
4237
4514
|
"w-full p-4 rounded-lg border-2 border-border",
|
|
4238
4515
|
"flex items-center justify-center gap-3",
|
|
4239
4516
|
"bg-secondary hover:bg-border hover:border-border-dark",
|
|
@@ -4241,7 +4518,7 @@ const St = ({
|
|
|
4241
4518
|
"disabled:opacity-50 disabled:cursor-not-allowed"
|
|
4242
4519
|
),
|
|
4243
4520
|
children: [
|
|
4244
|
-
/* @__PURE__ */ r(
|
|
4521
|
+
/* @__PURE__ */ r(pr, { className: "w-6 h-6 text-primary" }),
|
|
4245
4522
|
/* @__PURE__ */ r("span", { className: "font-medium text-foreground", children: a ? "Upload Files" : "Upload File" })
|
|
4246
4523
|
]
|
|
4247
4524
|
}
|
|
@@ -4249,71 +4526,71 @@ const St = ({
|
|
|
4249
4526
|
/* @__PURE__ */ r(
|
|
4250
4527
|
"input",
|
|
4251
4528
|
{
|
|
4252
|
-
ref:
|
|
4529
|
+
ref: n,
|
|
4253
4530
|
type: "file",
|
|
4254
4531
|
accept: t,
|
|
4255
4532
|
multiple: a,
|
|
4256
4533
|
onChange: (i) => c(i.target.files),
|
|
4257
4534
|
className: "hidden",
|
|
4258
|
-
disabled:
|
|
4535
|
+
disabled: s
|
|
4259
4536
|
}
|
|
4260
4537
|
)
|
|
4261
4538
|
] });
|
|
4262
|
-
},
|
|
4539
|
+
}, Xt = ({
|
|
4263
4540
|
onRecordingComplete: e,
|
|
4264
4541
|
label: t = "Record Audio",
|
|
4265
4542
|
maxDuration: a = 300,
|
|
4266
4543
|
// 5 minutes default
|
|
4267
4544
|
disabled: o,
|
|
4268
|
-
className:
|
|
4545
|
+
className: s
|
|
4269
4546
|
}) => {
|
|
4270
|
-
const [l,
|
|
4547
|
+
const [l, n] = O(!1), [c, i] = O(!1), [m, y] = O(0), [x, f] = O(null), N = H(null), k = H([]), w = H(null), M = async () => {
|
|
4271
4548
|
try {
|
|
4272
|
-
const
|
|
4273
|
-
|
|
4274
|
-
h.data.size > 0 &&
|
|
4275
|
-
},
|
|
4276
|
-
const h = new Blob(
|
|
4277
|
-
f(
|
|
4278
|
-
},
|
|
4279
|
-
|
|
4549
|
+
const S = await navigator.mediaDevices.getUserMedia({ audio: !0 }), L = new MediaRecorder(S);
|
|
4550
|
+
N.current = L, k.current = [], L.ondataavailable = (h) => {
|
|
4551
|
+
h.data.size > 0 && k.current.push(h.data);
|
|
4552
|
+
}, L.onstop = () => {
|
|
4553
|
+
const h = new Blob(k.current, { type: "audio/webm" }), C = URL.createObjectURL(h);
|
|
4554
|
+
f(C), e(h), S.getTracks().forEach((A) => A.stop());
|
|
4555
|
+
}, L.start(), n(!0), y(0), w.current = setInterval(() => {
|
|
4556
|
+
y((h) => h >= a ? (T(), h) : h + 1);
|
|
4280
4557
|
}, 1e3);
|
|
4281
|
-
} catch (
|
|
4282
|
-
console.error("Error accessing microphone:",
|
|
4558
|
+
} catch (S) {
|
|
4559
|
+
console.error("Error accessing microphone:", S);
|
|
4283
4560
|
}
|
|
4284
|
-
},
|
|
4285
|
-
|
|
4286
|
-
},
|
|
4287
|
-
|
|
4288
|
-
|
|
4561
|
+
}, j = () => {
|
|
4562
|
+
N.current?.state === "recording" && (N.current.pause(), i(!0), w.current && clearInterval(w.current));
|
|
4563
|
+
}, D = () => {
|
|
4564
|
+
N.current?.state === "paused" && (N.current.resume(), i(!1), w.current = setInterval(() => {
|
|
4565
|
+
y((S) => Math.min(S + 1, a));
|
|
4289
4566
|
}, 1e3));
|
|
4290
|
-
},
|
|
4291
|
-
|
|
4292
|
-
},
|
|
4293
|
-
f(null),
|
|
4294
|
-
},
|
|
4295
|
-
const
|
|
4296
|
-
return `${
|
|
4567
|
+
}, T = () => {
|
|
4568
|
+
N.current && (N.current.stop(), n(!1), i(!1), w.current && (clearInterval(w.current), w.current = null));
|
|
4569
|
+
}, F = () => {
|
|
4570
|
+
f(null), y(0);
|
|
4571
|
+
}, P = (S) => {
|
|
4572
|
+
const L = Math.floor(S / 60), h = S % 60;
|
|
4573
|
+
return `${L.toString().padStart(2, "0")}:${h.toString().padStart(2, "0")}`;
|
|
4297
4574
|
};
|
|
4298
|
-
return /* @__PURE__ */ d("div", { className:
|
|
4575
|
+
return /* @__PURE__ */ d("div", { className: u("w-full", s), children: [
|
|
4299
4576
|
t && /* @__PURE__ */ r("label", { className: "block mb-2 text-sm font-medium text-primary", children: t }),
|
|
4300
4577
|
/* @__PURE__ */ d("div", { className: "p-4 md:p-6 bg-background rounded-lg border-2 border-border space-y-4", children: [
|
|
4301
|
-
!
|
|
4578
|
+
!x && /* @__PURE__ */ d("div", { className: "flex flex-col items-center gap-4", children: [
|
|
4302
4579
|
/* @__PURE__ */ d("div", { className: "relative", children: [
|
|
4303
4580
|
/* @__PURE__ */ r(
|
|
4304
4581
|
g.button,
|
|
4305
4582
|
{
|
|
4306
4583
|
type: "button",
|
|
4307
4584
|
whileTap: { scale: o ? 1 : 0.95 },
|
|
4308
|
-
onClick: l ? c ?
|
|
4585
|
+
onClick: l ? c ? D : j : M,
|
|
4309
4586
|
disabled: o,
|
|
4310
|
-
className:
|
|
4587
|
+
className: u(
|
|
4311
4588
|
"w-16 h-16 md:w-20 md:h-20 rounded-full flex items-center justify-center",
|
|
4312
4589
|
"transition-all duration-200",
|
|
4313
4590
|
"disabled:opacity-50 disabled:cursor-not-allowed",
|
|
4314
4591
|
l ? "bg-warning text-white animate-pulse" : "bg-primary text-white hover:bg-primary-dark"
|
|
4315
4592
|
),
|
|
4316
|
-
children: l ? c ? /* @__PURE__ */ r(
|
|
4593
|
+
children: l ? c ? /* @__PURE__ */ r(br, { className: "w-6 h-6 md:w-8 md:h-8" }) : /* @__PURE__ */ r(hr, { className: "w-6 h-6 md:w-8 md:h-8" }) : /* @__PURE__ */ r(fr, { className: "w-6 h-6 md:w-8 md:h-8" })
|
|
4317
4594
|
}
|
|
4318
4595
|
),
|
|
4319
4596
|
l && !c && /* @__PURE__ */ r(
|
|
@@ -4326,7 +4603,7 @@ const St = ({
|
|
|
4326
4603
|
)
|
|
4327
4604
|
] }),
|
|
4328
4605
|
/* @__PURE__ */ d("div", { className: "text-center", children: [
|
|
4329
|
-
/* @__PURE__ */ r("p", { className: "text-xl md:text-2xl font-mono font-semibold text-foreground", children:
|
|
4606
|
+
/* @__PURE__ */ r("p", { className: "text-xl md:text-2xl font-mono font-semibold text-foreground", children: P(m) }),
|
|
4330
4607
|
/* @__PURE__ */ r("p", { className: "text-xs md:text-sm text-primary/70 mt-1", children: l ? c ? "Paused" : "Recording..." : "Tap to record" })
|
|
4331
4608
|
] }),
|
|
4332
4609
|
l && /* @__PURE__ */ d(
|
|
@@ -4335,36 +4612,36 @@ const St = ({
|
|
|
4335
4612
|
initial: { opacity: 0, scale: 0.8 },
|
|
4336
4613
|
animate: { opacity: 1, scale: 1 },
|
|
4337
4614
|
type: "button",
|
|
4338
|
-
onClick:
|
|
4615
|
+
onClick: T,
|
|
4339
4616
|
className: "px-4 py-2 text-sm bg-error text-white rounded-full font-medium hover:bg-red-600 flex items-center gap-2",
|
|
4340
4617
|
children: [
|
|
4341
|
-
/* @__PURE__ */ r(
|
|
4618
|
+
/* @__PURE__ */ r(gr, { className: "w-4 h-4" }),
|
|
4342
4619
|
"Stop"
|
|
4343
4620
|
]
|
|
4344
4621
|
}
|
|
4345
4622
|
)
|
|
4346
4623
|
] }),
|
|
4347
|
-
|
|
4624
|
+
x && /* @__PURE__ */ d(
|
|
4348
4625
|
g.div,
|
|
4349
4626
|
{
|
|
4350
4627
|
initial: { opacity: 0 },
|
|
4351
4628
|
animate: { opacity: 1 },
|
|
4352
4629
|
className: "space-y-3",
|
|
4353
4630
|
children: [
|
|
4354
|
-
/* @__PURE__ */ r("audio", { src:
|
|
4631
|
+
/* @__PURE__ */ r("audio", { src: x, controls: !0, className: "w-full" }),
|
|
4355
4632
|
/* @__PURE__ */ d("div", { className: "flex items-center justify-between", children: [
|
|
4356
4633
|
/* @__PURE__ */ d("span", { className: "text-sm text-primary/70", children: [
|
|
4357
4634
|
"Duration: ",
|
|
4358
|
-
|
|
4635
|
+
P(m)
|
|
4359
4636
|
] }),
|
|
4360
4637
|
/* @__PURE__ */ d(
|
|
4361
4638
|
"button",
|
|
4362
4639
|
{
|
|
4363
4640
|
type: "button",
|
|
4364
|
-
onClick:
|
|
4641
|
+
onClick: F,
|
|
4365
4642
|
className: "flex items-center gap-2 px-3 py-1.5 text-sm text-error hover:bg-red-50 rounded-lg transition-colors",
|
|
4366
4643
|
children: [
|
|
4367
|
-
/* @__PURE__ */ r(
|
|
4644
|
+
/* @__PURE__ */ r(yr, { className: "w-4 h-4" }),
|
|
4368
4645
|
"Delete"
|
|
4369
4646
|
]
|
|
4370
4647
|
}
|
|
@@ -4375,18 +4652,18 @@ const St = ({
|
|
|
4375
4652
|
)
|
|
4376
4653
|
] })
|
|
4377
4654
|
] });
|
|
4378
|
-
},
|
|
4655
|
+
}, Zt = ({
|
|
4379
4656
|
items: e,
|
|
4380
4657
|
onRemove: t,
|
|
4381
4658
|
onView: a,
|
|
4382
4659
|
columns: o = 3,
|
|
4383
|
-
className:
|
|
4660
|
+
className: s
|
|
4384
4661
|
}) => {
|
|
4385
4662
|
const l = {
|
|
4386
4663
|
2: "grid-cols-2",
|
|
4387
4664
|
3: "grid-cols-3",
|
|
4388
4665
|
4: "grid-cols-4"
|
|
4389
|
-
},
|
|
4666
|
+
}, n = (i) => {
|
|
4390
4667
|
if (!i) return "";
|
|
4391
4668
|
const m = i / 1024;
|
|
4392
4669
|
return m < 1024 ? `${m.toFixed(1)} KB` : `${(m / 1024).toFixed(1)} MB`;
|
|
@@ -4397,10 +4674,10 @@ const St = ({
|
|
|
4397
4674
|
case "audio":
|
|
4398
4675
|
return /* @__PURE__ */ r(Me, { className: "w-8 h-8 text-primary" });
|
|
4399
4676
|
default:
|
|
4400
|
-
return /* @__PURE__ */ r(
|
|
4677
|
+
return /* @__PURE__ */ r(xr, { className: "w-8 h-8 text-primary" });
|
|
4401
4678
|
}
|
|
4402
4679
|
};
|
|
4403
|
-
return e.length === 0 ? null : /* @__PURE__ */ r("div", { className:
|
|
4680
|
+
return e.length === 0 ? null : /* @__PURE__ */ r("div", { className: u("w-full", s), children: /* @__PURE__ */ r("div", { className: u("grid gap-3", l[o]), children: e.map((i) => /* @__PURE__ */ d(
|
|
4404
4681
|
g.div,
|
|
4405
4682
|
{
|
|
4406
4683
|
initial: { opacity: 0, scale: 0.8 },
|
|
@@ -4412,7 +4689,7 @@ const St = ({
|
|
|
4412
4689
|
"div",
|
|
4413
4690
|
{
|
|
4414
4691
|
onClick: () => a?.(i),
|
|
4415
|
-
className:
|
|
4692
|
+
className: u(
|
|
4416
4693
|
"aspect-square rounded-lg overflow-hidden border-2 border-border",
|
|
4417
4694
|
"flex items-center justify-center",
|
|
4418
4695
|
"cursor-pointer hover:border-border-dark transition-all",
|
|
@@ -4440,12 +4717,12 @@ const St = ({
|
|
|
4440
4717
|
onClick: (m) => {
|
|
4441
4718
|
m.stopPropagation(), t(i.id);
|
|
4442
4719
|
},
|
|
4443
|
-
children: /* @__PURE__ */ r(
|
|
4720
|
+
children: /* @__PURE__ */ r($, { className: "w-4 h-4" })
|
|
4444
4721
|
}
|
|
4445
4722
|
),
|
|
4446
4723
|
i.size && /* @__PURE__ */ d("div", { className: "absolute bottom-0 left-0 right-0 bg-black/60 text-white text-xs p-1.5 backdrop-blur-sm", children: [
|
|
4447
4724
|
/* @__PURE__ */ r("p", { className: "truncate", children: i.name }),
|
|
4448
|
-
/* @__PURE__ */ r("p", { className: "text-white/70", children:
|
|
4725
|
+
/* @__PURE__ */ r("p", { className: "text-white/70", children: n(i.size) })
|
|
4449
4726
|
] })
|
|
4450
4727
|
]
|
|
4451
4728
|
},
|
|
@@ -4453,38 +4730,42 @@ const St = ({
|
|
|
4453
4730
|
)) }) });
|
|
4454
4731
|
};
|
|
4455
4732
|
export {
|
|
4456
|
-
|
|
4457
|
-
|
|
4458
|
-
|
|
4733
|
+
Xt as AudioRecorder,
|
|
4734
|
+
Yt as Badge,
|
|
4735
|
+
Bt as BottomSheet,
|
|
4459
4736
|
xe as Button,
|
|
4460
|
-
|
|
4461
|
-
|
|
4462
|
-
|
|
4463
|
-
|
|
4464
|
-
|
|
4465
|
-
|
|
4466
|
-
|
|
4467
|
-
|
|
4468
|
-
|
|
4469
|
-
|
|
4470
|
-
|
|
4471
|
-
|
|
4472
|
-
|
|
4473
|
-
|
|
4474
|
-
|
|
4475
|
-
|
|
4476
|
-
|
|
4477
|
-
|
|
4478
|
-
|
|
4479
|
-
|
|
4480
|
-
|
|
4481
|
-
|
|
4482
|
-
|
|
4483
|
-
|
|
4484
|
-
|
|
4485
|
-
|
|
4486
|
-
|
|
4487
|
-
|
|
4488
|
-
|
|
4737
|
+
Qt as CameraCapture,
|
|
4738
|
+
jt as Card,
|
|
4739
|
+
Et as CardContent,
|
|
4740
|
+
Ot as CardDescription,
|
|
4741
|
+
Dt as CardHeader,
|
|
4742
|
+
Lt as CardTitle,
|
|
4743
|
+
mt as Checkbox,
|
|
4744
|
+
It as DatePicker,
|
|
4745
|
+
Ft as Drawer,
|
|
4746
|
+
At as Dropdown,
|
|
4747
|
+
Rt as DualSlider,
|
|
4748
|
+
_t as FAB,
|
|
4749
|
+
Kt as FileUploader,
|
|
4750
|
+
bt as FloatingActionButton,
|
|
4751
|
+
ct as Input,
|
|
4752
|
+
Pt as Modal,
|
|
4753
|
+
Gt as ModalContent,
|
|
4754
|
+
Ut as ModalFooter,
|
|
4755
|
+
Ht as OfflineBadge,
|
|
4756
|
+
Vt as Pagination,
|
|
4757
|
+
Tt as RadioPills,
|
|
4758
|
+
pt as Select,
|
|
4759
|
+
Mt as Slider,
|
|
4760
|
+
gt as Spinner,
|
|
4761
|
+
Wt as StepProgress,
|
|
4762
|
+
qt as SyncIndicator,
|
|
4763
|
+
$t as Table,
|
|
4764
|
+
dt as Textarea,
|
|
4765
|
+
Zt as ThumbnailGrid,
|
|
4766
|
+
Nt as ToastProvider,
|
|
4767
|
+
ut as Toggle,
|
|
4768
|
+
u as cn,
|
|
4769
|
+
Jt as useToast
|
|
4489
4770
|
};
|
|
4490
4771
|
//# sourceMappingURL=index.js.map
|