@rock10/ui 1.0.9 → 1.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/DownloadButton.d.ts +3 -1
- package/dist/components/LikeButton.d.ts +3 -1
- package/dist/index.es.js +1083 -1016
- package/dist/index.umd.js +33 -18
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1,125 +1,125 @@
|
|
|
1
|
-
import
|
|
2
|
-
function
|
|
1
|
+
import vr, { forwardRef as kr, createElement as Ue, useEffect as Fe, useState as re, useRef as ur } from "react";
|
|
2
|
+
function wr(e) {
|
|
3
3
|
var a, o, t = "";
|
|
4
4
|
if (typeof e == "string" || typeof e == "number") t += e;
|
|
5
5
|
else if (typeof e == "object") if (Array.isArray(e)) {
|
|
6
|
-
var
|
|
7
|
-
for (a = 0; a <
|
|
6
|
+
var l = e.length;
|
|
7
|
+
for (a = 0; a < l; a++) e[a] && (o = wr(e[a])) && (t && (t += " "), t += o);
|
|
8
8
|
} else for (o in e) e[o] && (t && (t += " "), t += o);
|
|
9
9
|
return t;
|
|
10
10
|
}
|
|
11
|
-
function
|
|
12
|
-
for (var e, a, o = 0, t = "",
|
|
11
|
+
function nt() {
|
|
12
|
+
for (var e, a, o = 0, t = "", l = arguments.length; o < l; o++) (e = arguments[o]) && (a = wr(e)) && (t && (t += " "), t += a);
|
|
13
13
|
return t;
|
|
14
14
|
}
|
|
15
|
-
const
|
|
15
|
+
const it = (e, a) => {
|
|
16
16
|
const o = new Array(e.length + a.length);
|
|
17
17
|
for (let t = 0; t < e.length; t++)
|
|
18
18
|
o[t] = e[t];
|
|
19
19
|
for (let t = 0; t < a.length; t++)
|
|
20
20
|
o[e.length + t] = a[t];
|
|
21
21
|
return o;
|
|
22
|
-
},
|
|
22
|
+
}, lt = (e, a) => ({
|
|
23
23
|
classGroupId: e,
|
|
24
24
|
validator: a
|
|
25
|
-
}),
|
|
25
|
+
}), jr = (e = /* @__PURE__ */ new Map(), a = null, o) => ({
|
|
26
26
|
nextPart: e,
|
|
27
27
|
validators: a,
|
|
28
28
|
classGroupId: o
|
|
29
|
-
}),
|
|
30
|
-
const a =
|
|
29
|
+
}), Me = "-", mr = [], ct = "arbitrary..", dt = (e) => {
|
|
30
|
+
const a = mt(e), {
|
|
31
31
|
conflictingClassGroups: o,
|
|
32
32
|
conflictingClassGroupModifiers: t
|
|
33
33
|
} = e;
|
|
34
34
|
return {
|
|
35
|
-
getClassGroupId: (
|
|
36
|
-
if (
|
|
37
|
-
return
|
|
38
|
-
const
|
|
39
|
-
return
|
|
35
|
+
getClassGroupId: (n) => {
|
|
36
|
+
if (n.startsWith("[") && n.endsWith("]"))
|
|
37
|
+
return ut(n);
|
|
38
|
+
const d = n.split(Me), m = d[0] === "" && d.length > 1 ? 1 : 0;
|
|
39
|
+
return Cr(d, m, a);
|
|
40
40
|
},
|
|
41
|
-
getConflictingClassGroupIds: (
|
|
42
|
-
if (
|
|
43
|
-
const m = t[
|
|
44
|
-
return m ?
|
|
41
|
+
getConflictingClassGroupIds: (n, d) => {
|
|
42
|
+
if (d) {
|
|
43
|
+
const m = t[n], u = o[n];
|
|
44
|
+
return m ? u ? it(u, m) : m : u || mr;
|
|
45
45
|
}
|
|
46
|
-
return o[
|
|
46
|
+
return o[n] || mr;
|
|
47
47
|
}
|
|
48
48
|
};
|
|
49
|
-
},
|
|
49
|
+
}, Cr = (e, a, o) => {
|
|
50
50
|
if (e.length - a === 0)
|
|
51
51
|
return o.classGroupId;
|
|
52
|
-
const
|
|
53
|
-
if (
|
|
54
|
-
const
|
|
55
|
-
if (
|
|
52
|
+
const l = e[a], c = o.nextPart.get(l);
|
|
53
|
+
if (c) {
|
|
54
|
+
const u = Cr(e, a + 1, c);
|
|
55
|
+
if (u) return u;
|
|
56
56
|
}
|
|
57
|
-
const
|
|
58
|
-
if (
|
|
57
|
+
const n = o.validators;
|
|
58
|
+
if (n === null)
|
|
59
59
|
return;
|
|
60
|
-
const
|
|
61
|
-
for (let
|
|
62
|
-
const
|
|
63
|
-
if (
|
|
64
|
-
return
|
|
60
|
+
const d = a === 0 ? e.join(Me) : e.slice(a).join(Me), m = n.length;
|
|
61
|
+
for (let u = 0; u < m; u++) {
|
|
62
|
+
const h = n[u];
|
|
63
|
+
if (h.validator(d))
|
|
64
|
+
return h.classGroupId;
|
|
65
65
|
}
|
|
66
|
-
},
|
|
66
|
+
}, ut = (e) => e.slice(1, -1).indexOf(":") === -1 ? void 0 : (() => {
|
|
67
67
|
const a = e.slice(1, -1), o = a.indexOf(":"), t = a.slice(0, o);
|
|
68
|
-
return t ?
|
|
69
|
-
})(),
|
|
68
|
+
return t ? ct + t : void 0;
|
|
69
|
+
})(), mt = (e) => {
|
|
70
70
|
const {
|
|
71
71
|
theme: a,
|
|
72
72
|
classGroups: o
|
|
73
73
|
} = e;
|
|
74
|
-
return
|
|
75
|
-
},
|
|
76
|
-
const o =
|
|
74
|
+
return ft(o, a);
|
|
75
|
+
}, ft = (e, a) => {
|
|
76
|
+
const o = jr();
|
|
77
77
|
for (const t in e) {
|
|
78
|
-
const
|
|
79
|
-
|
|
78
|
+
const l = e[t];
|
|
79
|
+
Ke(l, o, t, a);
|
|
80
80
|
}
|
|
81
81
|
return o;
|
|
82
|
-
},
|
|
83
|
-
const
|
|
84
|
-
for (let
|
|
85
|
-
const
|
|
86
|
-
|
|
82
|
+
}, Ke = (e, a, o, t) => {
|
|
83
|
+
const l = e.length;
|
|
84
|
+
for (let c = 0; c < l; c++) {
|
|
85
|
+
const n = e[c];
|
|
86
|
+
pt(n, a, o, t);
|
|
87
87
|
}
|
|
88
|
-
},
|
|
88
|
+
}, pt = (e, a, o, t) => {
|
|
89
89
|
if (typeof e == "string") {
|
|
90
|
-
|
|
90
|
+
bt(e, a, o);
|
|
91
91
|
return;
|
|
92
92
|
}
|
|
93
93
|
if (typeof e == "function") {
|
|
94
|
-
|
|
94
|
+
gt(e, a, o, t);
|
|
95
95
|
return;
|
|
96
96
|
}
|
|
97
|
-
|
|
98
|
-
},
|
|
99
|
-
const t = e === "" ? a :
|
|
97
|
+
xt(e, a, o, t);
|
|
98
|
+
}, bt = (e, a, o) => {
|
|
99
|
+
const t = e === "" ? a : Rr(a, e);
|
|
100
100
|
t.classGroupId = o;
|
|
101
|
-
},
|
|
101
|
+
}, gt = (e, a, o, t) => {
|
|
102
102
|
if (ht(e)) {
|
|
103
|
-
|
|
103
|
+
Ke(e(t), a, o, t);
|
|
104
104
|
return;
|
|
105
105
|
}
|
|
106
|
-
a.validators === null && (a.validators = []), a.validators.push(
|
|
107
|
-
},
|
|
108
|
-
const
|
|
109
|
-
for (let
|
|
110
|
-
const [
|
|
111
|
-
|
|
106
|
+
a.validators === null && (a.validators = []), a.validators.push(lt(o, e));
|
|
107
|
+
}, xt = (e, a, o, t) => {
|
|
108
|
+
const l = Object.entries(e), c = l.length;
|
|
109
|
+
for (let n = 0; n < c; n++) {
|
|
110
|
+
const [d, m] = l[n];
|
|
111
|
+
Ke(m, Rr(a, d), o, t);
|
|
112
112
|
}
|
|
113
|
-
},
|
|
113
|
+
}, Rr = (e, a) => {
|
|
114
114
|
let o = e;
|
|
115
|
-
const t = a.split(
|
|
116
|
-
for (let
|
|
117
|
-
const
|
|
118
|
-
let
|
|
119
|
-
|
|
115
|
+
const t = a.split(Me), l = t.length;
|
|
116
|
+
for (let c = 0; c < l; c++) {
|
|
117
|
+
const n = t[c];
|
|
118
|
+
let d = o.nextPart.get(n);
|
|
119
|
+
d || (d = jr(), o.nextPart.set(n, d)), o = d;
|
|
120
120
|
}
|
|
121
121
|
return o;
|
|
122
|
-
}, ht = (e) => "isThemeGetter" in e && e.isThemeGetter === !0,
|
|
122
|
+
}, ht = (e) => "isThemeGetter" in e && e.isThemeGetter === !0, yt = (e) => {
|
|
123
123
|
if (e < 1)
|
|
124
124
|
return {
|
|
125
125
|
get: () => {
|
|
@@ -128,192 +128,192 @@ const nt = (e, a) => {
|
|
|
128
128
|
}
|
|
129
129
|
};
|
|
130
130
|
let a = 0, o = /* @__PURE__ */ Object.create(null), t = /* @__PURE__ */ Object.create(null);
|
|
131
|
-
const
|
|
132
|
-
o[
|
|
131
|
+
const l = (c, n) => {
|
|
132
|
+
o[c] = n, a++, a > e && (a = 0, t = o, o = /* @__PURE__ */ Object.create(null));
|
|
133
133
|
};
|
|
134
134
|
return {
|
|
135
|
-
get(
|
|
136
|
-
let
|
|
137
|
-
if (
|
|
138
|
-
return
|
|
139
|
-
if ((
|
|
140
|
-
return
|
|
135
|
+
get(c) {
|
|
136
|
+
let n = o[c];
|
|
137
|
+
if (n !== void 0)
|
|
138
|
+
return n;
|
|
139
|
+
if ((n = t[c]) !== void 0)
|
|
140
|
+
return l(c, n), n;
|
|
141
141
|
},
|
|
142
|
-
set(
|
|
143
|
-
|
|
142
|
+
set(c, n) {
|
|
143
|
+
c in o ? o[c] = n : l(c, n);
|
|
144
144
|
}
|
|
145
145
|
};
|
|
146
|
-
},
|
|
146
|
+
}, Ye = "!", fr = ":", vt = [], pr = (e, a, o, t, l) => ({
|
|
147
147
|
modifiers: e,
|
|
148
148
|
hasImportantModifier: a,
|
|
149
149
|
baseClassName: o,
|
|
150
150
|
maybePostfixModifierPosition: t,
|
|
151
|
-
isExternal:
|
|
152
|
-
}),
|
|
151
|
+
isExternal: l
|
|
152
|
+
}), kt = (e) => {
|
|
153
153
|
const {
|
|
154
154
|
prefix: a,
|
|
155
155
|
experimentalParseClassName: o
|
|
156
156
|
} = e;
|
|
157
|
-
let t = (
|
|
158
|
-
const
|
|
159
|
-
let
|
|
160
|
-
const
|
|
161
|
-
for (let
|
|
162
|
-
const
|
|
163
|
-
if (
|
|
164
|
-
if (
|
|
165
|
-
|
|
157
|
+
let t = (l) => {
|
|
158
|
+
const c = [];
|
|
159
|
+
let n = 0, d = 0, m = 0, u;
|
|
160
|
+
const h = l.length;
|
|
161
|
+
for (let P = 0; P < h; P++) {
|
|
162
|
+
const A = l[P];
|
|
163
|
+
if (n === 0 && d === 0) {
|
|
164
|
+
if (A === fr) {
|
|
165
|
+
c.push(l.slice(m, P)), m = P + 1;
|
|
166
166
|
continue;
|
|
167
167
|
}
|
|
168
|
-
if (
|
|
169
|
-
|
|
168
|
+
if (A === "/") {
|
|
169
|
+
u = P;
|
|
170
170
|
continue;
|
|
171
171
|
}
|
|
172
172
|
}
|
|
173
|
-
|
|
173
|
+
A === "[" ? n++ : A === "]" ? n-- : A === "(" ? d++ : A === ")" && d--;
|
|
174
174
|
}
|
|
175
|
-
const v =
|
|
176
|
-
let
|
|
177
|
-
v.endsWith(
|
|
175
|
+
const v = c.length === 0 ? l : l.slice(m);
|
|
176
|
+
let T = v, k = !1;
|
|
177
|
+
v.endsWith(Ye) ? (T = v.slice(0, -1), k = !0) : (
|
|
178
178
|
/**
|
|
179
179
|
* In Tailwind CSS v3 the important modifier was at the start of the base class name. This is still supported for legacy reasons.
|
|
180
180
|
* @see https://github.com/dcastil/tailwind-merge/issues/513#issuecomment-2614029864
|
|
181
181
|
*/
|
|
182
|
-
v.startsWith(
|
|
182
|
+
v.startsWith(Ye) && (T = v.slice(1), k = !0)
|
|
183
183
|
);
|
|
184
|
-
const
|
|
185
|
-
return
|
|
184
|
+
const S = u && u > m ? u - m : void 0;
|
|
185
|
+
return pr(c, k, T, S);
|
|
186
186
|
};
|
|
187
187
|
if (a) {
|
|
188
|
-
const
|
|
189
|
-
t = (
|
|
188
|
+
const l = a + fr, c = t;
|
|
189
|
+
t = (n) => n.startsWith(l) ? c(n.slice(l.length)) : pr(vt, !1, n, void 0, !0);
|
|
190
190
|
}
|
|
191
191
|
if (o) {
|
|
192
|
-
const
|
|
193
|
-
t = (
|
|
194
|
-
className:
|
|
195
|
-
parseClassName:
|
|
192
|
+
const l = t;
|
|
193
|
+
t = (c) => o({
|
|
194
|
+
className: c,
|
|
195
|
+
parseClassName: l
|
|
196
196
|
});
|
|
197
197
|
}
|
|
198
198
|
return t;
|
|
199
|
-
},
|
|
199
|
+
}, wt = (e) => {
|
|
200
200
|
const a = /* @__PURE__ */ new Map();
|
|
201
201
|
return e.orderSensitiveModifiers.forEach((o, t) => {
|
|
202
202
|
a.set(o, 1e6 + t);
|
|
203
203
|
}), (o) => {
|
|
204
204
|
const t = [];
|
|
205
|
-
let
|
|
206
|
-
for (let
|
|
207
|
-
const
|
|
208
|
-
|
|
205
|
+
let l = [];
|
|
206
|
+
for (let c = 0; c < o.length; c++) {
|
|
207
|
+
const n = o[c], d = n[0] === "[", m = a.has(n);
|
|
208
|
+
d || m ? (l.length > 0 && (l.sort(), t.push(...l), l = []), t.push(n)) : l.push(n);
|
|
209
209
|
}
|
|
210
|
-
return
|
|
210
|
+
return l.length > 0 && (l.sort(), t.push(...l)), t;
|
|
211
211
|
};
|
|
212
|
-
},
|
|
213
|
-
cache:
|
|
214
|
-
parseClassName:
|
|
215
|
-
sortModifiers:
|
|
216
|
-
postfixLookupClassGroupIds:
|
|
217
|
-
...
|
|
218
|
-
}),
|
|
212
|
+
}, jt = (e) => ({
|
|
213
|
+
cache: yt(e.cacheSize),
|
|
214
|
+
parseClassName: kt(e),
|
|
215
|
+
sortModifiers: wt(e),
|
|
216
|
+
postfixLookupClassGroupIds: Ct(e),
|
|
217
|
+
...dt(e)
|
|
218
|
+
}), Ct = (e) => {
|
|
219
219
|
const a = /* @__PURE__ */ Object.create(null), o = e.postfixLookupClassGroups;
|
|
220
220
|
if (o)
|
|
221
221
|
for (let t = 0; t < o.length; t++)
|
|
222
222
|
a[o[t]] = !0;
|
|
223
223
|
return a;
|
|
224
|
-
},
|
|
224
|
+
}, Rt = /\s+/, _t = (e, a) => {
|
|
225
225
|
const {
|
|
226
226
|
parseClassName: o,
|
|
227
227
|
getClassGroupId: t,
|
|
228
|
-
getConflictingClassGroupIds:
|
|
229
|
-
sortModifiers:
|
|
230
|
-
postfixLookupClassGroupIds:
|
|
231
|
-
} = a,
|
|
232
|
-
let
|
|
233
|
-
for (let
|
|
234
|
-
const v = m[
|
|
235
|
-
isExternal:
|
|
236
|
-
modifiers:
|
|
237
|
-
hasImportantModifier:
|
|
238
|
-
baseClassName:
|
|
239
|
-
maybePostfixModifierPosition:
|
|
228
|
+
getConflictingClassGroupIds: l,
|
|
229
|
+
sortModifiers: c,
|
|
230
|
+
postfixLookupClassGroupIds: n
|
|
231
|
+
} = a, d = [], m = e.trim().split(Rt);
|
|
232
|
+
let u = "";
|
|
233
|
+
for (let h = m.length - 1; h >= 0; h -= 1) {
|
|
234
|
+
const v = m[h], {
|
|
235
|
+
isExternal: T,
|
|
236
|
+
modifiers: k,
|
|
237
|
+
hasImportantModifier: S,
|
|
238
|
+
baseClassName: P,
|
|
239
|
+
maybePostfixModifierPosition: A
|
|
240
240
|
} = o(v);
|
|
241
|
-
if (
|
|
242
|
-
|
|
241
|
+
if (T) {
|
|
242
|
+
u = v + (u.length > 0 ? " " + u : u);
|
|
243
243
|
continue;
|
|
244
244
|
}
|
|
245
|
-
let
|
|
246
|
-
if (
|
|
247
|
-
const
|
|
248
|
-
C = t(
|
|
249
|
-
const
|
|
250
|
-
|
|
245
|
+
let O = !!A, C;
|
|
246
|
+
if (O) {
|
|
247
|
+
const I = P.substring(0, A);
|
|
248
|
+
C = t(I);
|
|
249
|
+
const b = C && n[C] ? t(P) : void 0;
|
|
250
|
+
b && b !== C && (C = b, O = !1);
|
|
251
251
|
} else
|
|
252
|
-
C = t(
|
|
252
|
+
C = t(P);
|
|
253
253
|
if (!C) {
|
|
254
|
-
if (
|
|
255
|
-
|
|
254
|
+
if (!O) {
|
|
255
|
+
u = v + (u.length > 0 ? " " + u : u);
|
|
256
256
|
continue;
|
|
257
257
|
}
|
|
258
|
-
if (C = t(
|
|
259
|
-
|
|
258
|
+
if (C = t(P), !C) {
|
|
259
|
+
u = v + (u.length > 0 ? " " + u : u);
|
|
260
260
|
continue;
|
|
261
261
|
}
|
|
262
|
-
|
|
262
|
+
O = !1;
|
|
263
263
|
}
|
|
264
|
-
const H =
|
|
265
|
-
if (
|
|
264
|
+
const H = k.length === 0 ? "" : k.length === 1 ? k[0] : c(k).join(":"), W = S ? H + Ye : H, q = W + C;
|
|
265
|
+
if (d.indexOf(q) > -1)
|
|
266
266
|
continue;
|
|
267
|
-
|
|
268
|
-
const
|
|
269
|
-
for (let
|
|
270
|
-
const
|
|
271
|
-
|
|
267
|
+
d.push(q);
|
|
268
|
+
const N = l(C, O);
|
|
269
|
+
for (let I = 0; I < N.length; ++I) {
|
|
270
|
+
const b = N[I];
|
|
271
|
+
d.push(W + b);
|
|
272
272
|
}
|
|
273
|
-
|
|
273
|
+
u = v + (u.length > 0 ? " " + u : u);
|
|
274
274
|
}
|
|
275
|
-
return
|
|
276
|
-
},
|
|
277
|
-
let a = 0, o, t,
|
|
275
|
+
return u;
|
|
276
|
+
}, Nt = (...e) => {
|
|
277
|
+
let a = 0, o, t, l = "";
|
|
278
278
|
for (; a < e.length; )
|
|
279
|
-
(o = e[a++]) && (t =
|
|
280
|
-
return
|
|
281
|
-
},
|
|
279
|
+
(o = e[a++]) && (t = _r(o)) && (l && (l += " "), l += t);
|
|
280
|
+
return l;
|
|
281
|
+
}, _r = (e) => {
|
|
282
282
|
if (typeof e == "string")
|
|
283
283
|
return e;
|
|
284
284
|
let a, o = "";
|
|
285
285
|
for (let t = 0; t < e.length; t++)
|
|
286
|
-
e[t] && (a =
|
|
286
|
+
e[t] && (a = _r(e[t])) && (o && (o += " "), o += a);
|
|
287
287
|
return o;
|
|
288
288
|
}, St = (e, ...a) => {
|
|
289
|
-
let o, t,
|
|
290
|
-
const
|
|
291
|
-
const
|
|
292
|
-
return o =
|
|
293
|
-
},
|
|
294
|
-
const
|
|
295
|
-
if (
|
|
296
|
-
return
|
|
297
|
-
const
|
|
298
|
-
return
|
|
289
|
+
let o, t, l, c;
|
|
290
|
+
const n = (m) => {
|
|
291
|
+
const u = a.reduce((h, v) => v(h), e());
|
|
292
|
+
return o = jt(u), t = o.cache.get, l = o.cache.set, c = d, d(m);
|
|
293
|
+
}, d = (m) => {
|
|
294
|
+
const u = t(m);
|
|
295
|
+
if (u)
|
|
296
|
+
return u;
|
|
297
|
+
const h = _t(m, o);
|
|
298
|
+
return l(m, h), h;
|
|
299
299
|
};
|
|
300
|
-
return
|
|
300
|
+
return c = n, (...m) => c(Nt(...m));
|
|
301
301
|
}, Et = [], V = (e) => {
|
|
302
302
|
const a = (o) => o[e] || Et;
|
|
303
303
|
return a.isThemeGetter = !0, a;
|
|
304
|
-
},
|
|
304
|
+
}, Nr = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, Sr = /^\((?:(\w[\w-]*):)?(.+)\)$/i, Tt = /^\d+(?:\.\d+)?\/\d+(?:\.\d+)?$/, Pt = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, At = /\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$/, Ot = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, zt = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, It = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, le = (e) => Tt.test(e), w = (e) => !!e && !Number.isNaN(Number(e)), oe = (e) => !!e && Number.isInteger(Number(e)), Be = (e) => e.endsWith("%") && w(e.slice(0, -1)), se = (e) => Pt.test(e), Er = () => !0, Ft = (e) => (
|
|
305
305
|
// `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
|
|
306
306
|
// For example, `hsl(0 0% 0%)` would be classified as a length without this check.
|
|
307
307
|
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
308
|
-
|
|
309
|
-
),
|
|
310
|
-
const t =
|
|
308
|
+
At.test(e) && !Ot.test(e)
|
|
309
|
+
), Je = () => !1, Mt = (e) => zt.test(e), Dt = (e) => It.test(e), $t = (e) => !p(e) && !g(e), Lt = (e) => e.startsWith("@container") && (e[10] === "/" && e[11] !== void 0 || e[11] === "s" && e[16] !== void 0 && e.startsWith("-size/", 10) || e[11] === "n" && e[18] !== void 0 && e.startsWith("-normal/", 10)), Wt = (e) => ce(e, Ar, Je), p = (e) => Nr.test(e), ge = (e) => ce(e, Or, Ft), br = (e) => ce(e, Jt, w), Gt = (e) => ce(e, Ir, Er), Vt = (e) => ce(e, zr, Je), gr = (e) => ce(e, Tr, Je), Bt = (e) => ce(e, Pr, Dt), Oe = (e) => ce(e, Fr, Mt), g = (e) => Sr.test(e), Se = (e) => xe(e, Or), Ut = (e) => xe(e, zr), xr = (e) => xe(e, Tr), Yt = (e) => xe(e, Ar), qt = (e) => xe(e, Pr), ze = (e) => xe(e, Fr, !0), Kt = (e) => xe(e, Ir, !0), ce = (e, a, o) => {
|
|
310
|
+
const t = Nr.exec(e);
|
|
311
311
|
return t ? t[1] ? a(t[1]) : o(t[2]) : !1;
|
|
312
|
-
},
|
|
313
|
-
const t =
|
|
312
|
+
}, xe = (e, a, o = !1) => {
|
|
313
|
+
const t = Sr.exec(e);
|
|
314
314
|
return t ? t[1] ? a(t[1]) : o : !1;
|
|
315
|
-
},
|
|
316
|
-
const e = V("color"), a = V("font"), o = V("text"), t = V("font-weight"),
|
|
315
|
+
}, Tr = (e) => e === "position" || e === "percentage", Pr = (e) => e === "image" || e === "url", Ar = (e) => e === "length" || e === "size" || e === "bg-size", Or = (e) => e === "length", Jt = (e) => e === "number", zr = (e) => e === "family-name", Ir = (e) => e === "number" || e === "weight", Fr = (e) => e === "shadow", Xt = () => {
|
|
316
|
+
const e = V("color"), a = V("font"), o = V("text"), t = V("font-weight"), l = V("tracking"), c = V("leading"), n = V("breakpoint"), d = V("container"), m = V("spacing"), u = V("radius"), h = V("shadow"), v = V("inset-shadow"), T = V("text-shadow"), k = V("drop-shadow"), S = V("blur"), P = V("perspective"), A = V("aspect"), O = V("ease"), C = V("animate"), H = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], W = () => [
|
|
317
317
|
"center",
|
|
318
318
|
"top",
|
|
319
319
|
"bottom",
|
|
@@ -331,51 +331,51 @@ const nt = (e, a) => {
|
|
|
331
331
|
"bottom-left",
|
|
332
332
|
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
333
333
|
"left-bottom"
|
|
334
|
-
], q = () => [...W(),
|
|
335
|
-
span: ["full",
|
|
336
|
-
},
|
|
337
|
-
position: [
|
|
334
|
+
], q = () => [...W(), g, p], N = () => ["auto", "hidden", "clip", "visible", "scroll"], I = () => ["auto", "contain", "none"], b = () => [g, p, m], M = () => [le, "full", "auto", ...b()], de = () => [oe, "none", "subgrid", g, p], ue = () => ["auto", {
|
|
335
|
+
span: ["full", oe, g, p]
|
|
336
|
+
}, oe, g, p], te = () => [oe, "auto", g, p], Z = () => ["auto", "min", "max", "fr", g, p], Q = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], U = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], $ = () => ["auto", ...b()], K = () => [le, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...b()], J = () => [le, "screen", "full", "dvw", "lvw", "svw", "min", "max", "fit", ...b()], ae = () => [le, "screen", "full", "lh", "dvh", "lvh", "svh", "min", "max", "fit", ...b()], x = () => [e, g, p], we = () => [...W(), xr, gr, {
|
|
337
|
+
position: [g, p]
|
|
338
338
|
}], je = () => ["no-repeat", {
|
|
339
339
|
repeat: ["", "x", "y", "space", "round"]
|
|
340
|
-
}], Ce = () => ["auto", "cover", "contain",
|
|
341
|
-
size: [
|
|
342
|
-
}], Re = () => [
|
|
340
|
+
}], Ce = () => ["auto", "cover", "contain", Yt, Wt, {
|
|
341
|
+
size: [g, p]
|
|
342
|
+
}], Re = () => [Be, Se, ge], B = () => [
|
|
343
343
|
// Deprecated since Tailwind CSS v4.0.0
|
|
344
344
|
"",
|
|
345
345
|
"none",
|
|
346
346
|
"full",
|
|
347
|
-
|
|
348
|
-
|
|
347
|
+
u,
|
|
348
|
+
g,
|
|
349
349
|
p
|
|
350
|
-
], G = () => ["",
|
|
350
|
+
], G = () => ["", w, Se, ge], ie = () => ["solid", "dashed", "dotted", "double"], me = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], F = () => [w, Be, xr, gr], fe = () => [
|
|
351
351
|
// Deprecated since Tailwind CSS v4.0.0
|
|
352
352
|
"",
|
|
353
353
|
"none",
|
|
354
|
-
|
|
355
|
-
|
|
354
|
+
S,
|
|
355
|
+
g,
|
|
356
356
|
p
|
|
357
|
-
], he = () => ["none",
|
|
357
|
+
], he = () => ["none", w, g, p], pe = () => ["none", w, g, p], _e = () => [w, g, p], ye = () => [le, "full", ...b()];
|
|
358
358
|
return {
|
|
359
359
|
cacheSize: 500,
|
|
360
360
|
theme: {
|
|
361
361
|
animate: ["spin", "ping", "pulse", "bounce"],
|
|
362
362
|
aspect: ["video"],
|
|
363
|
-
blur: [
|
|
364
|
-
breakpoint: [
|
|
365
|
-
color: [
|
|
366
|
-
container: [
|
|
367
|
-
"drop-shadow": [
|
|
363
|
+
blur: [se],
|
|
364
|
+
breakpoint: [se],
|
|
365
|
+
color: [Er],
|
|
366
|
+
container: [se],
|
|
367
|
+
"drop-shadow": [se],
|
|
368
368
|
ease: ["in", "out", "in-out"],
|
|
369
|
-
font: [
|
|
369
|
+
font: [$t],
|
|
370
370
|
"font-weight": ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black"],
|
|
371
|
-
"inset-shadow": [
|
|
371
|
+
"inset-shadow": [se],
|
|
372
372
|
leading: ["none", "tight", "snug", "normal", "relaxed", "loose"],
|
|
373
373
|
perspective: ["dramatic", "near", "normal", "midrange", "distant", "none"],
|
|
374
|
-
radius: [
|
|
375
|
-
shadow: [
|
|
376
|
-
spacing: ["px",
|
|
377
|
-
text: [
|
|
378
|
-
"text-shadow": [
|
|
374
|
+
radius: [se],
|
|
375
|
+
shadow: [se],
|
|
376
|
+
spacing: ["px", w],
|
|
377
|
+
text: [se],
|
|
378
|
+
"text-shadow": [se],
|
|
379
379
|
tracking: ["tighter", "tight", "normal", "wide", "wider", "widest"]
|
|
380
380
|
},
|
|
381
381
|
classGroups: {
|
|
@@ -387,7 +387,7 @@ const nt = (e, a) => {
|
|
|
387
387
|
* @see https://tailwindcss.com/docs/aspect-ratio
|
|
388
388
|
*/
|
|
389
389
|
aspect: [{
|
|
390
|
-
aspect: ["auto", "square",
|
|
390
|
+
aspect: ["auto", "square", le, p, g, A]
|
|
391
391
|
}],
|
|
392
392
|
/**
|
|
393
393
|
* Container
|
|
@@ -400,19 +400,19 @@ const nt = (e, a) => {
|
|
|
400
400
|
* @see https://tailwindcss.com/docs/responsive-design#container-queries
|
|
401
401
|
*/
|
|
402
402
|
"container-type": [{
|
|
403
|
-
"@container": ["", "normal", "size",
|
|
403
|
+
"@container": ["", "normal", "size", g, p]
|
|
404
404
|
}],
|
|
405
405
|
/**
|
|
406
406
|
* Container Name
|
|
407
407
|
* @see https://tailwindcss.com/docs/responsive-design#named-containers
|
|
408
408
|
*/
|
|
409
|
-
"container-named": [
|
|
409
|
+
"container-named": [Lt],
|
|
410
410
|
/**
|
|
411
411
|
* Columns
|
|
412
412
|
* @see https://tailwindcss.com/docs/columns
|
|
413
413
|
*/
|
|
414
414
|
columns: [{
|
|
415
|
-
columns: [
|
|
415
|
+
columns: [w, p, g, d]
|
|
416
416
|
}],
|
|
417
417
|
/**
|
|
418
418
|
* Break After
|
|
@@ -497,42 +497,42 @@ const nt = (e, a) => {
|
|
|
497
497
|
* @see https://tailwindcss.com/docs/overflow
|
|
498
498
|
*/
|
|
499
499
|
overflow: [{
|
|
500
|
-
overflow:
|
|
500
|
+
overflow: N()
|
|
501
501
|
}],
|
|
502
502
|
/**
|
|
503
503
|
* Overflow X
|
|
504
504
|
* @see https://tailwindcss.com/docs/overflow
|
|
505
505
|
*/
|
|
506
506
|
"overflow-x": [{
|
|
507
|
-
"overflow-x":
|
|
507
|
+
"overflow-x": N()
|
|
508
508
|
}],
|
|
509
509
|
/**
|
|
510
510
|
* Overflow Y
|
|
511
511
|
* @see https://tailwindcss.com/docs/overflow
|
|
512
512
|
*/
|
|
513
513
|
"overflow-y": [{
|
|
514
|
-
"overflow-y":
|
|
514
|
+
"overflow-y": N()
|
|
515
515
|
}],
|
|
516
516
|
/**
|
|
517
517
|
* Overscroll Behavior
|
|
518
518
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
519
519
|
*/
|
|
520
520
|
overscroll: [{
|
|
521
|
-
overscroll:
|
|
521
|
+
overscroll: I()
|
|
522
522
|
}],
|
|
523
523
|
/**
|
|
524
524
|
* Overscroll Behavior X
|
|
525
525
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
526
526
|
*/
|
|
527
527
|
"overscroll-x": [{
|
|
528
|
-
"overscroll-x":
|
|
528
|
+
"overscroll-x": I()
|
|
529
529
|
}],
|
|
530
530
|
/**
|
|
531
531
|
* Overscroll Behavior Y
|
|
532
532
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
533
533
|
*/
|
|
534
534
|
"overscroll-y": [{
|
|
535
|
-
"overscroll-y":
|
|
535
|
+
"overscroll-y": I()
|
|
536
536
|
}],
|
|
537
537
|
/**
|
|
538
538
|
* Position
|
|
@@ -638,7 +638,7 @@ const nt = (e, a) => {
|
|
|
638
638
|
* @see https://tailwindcss.com/docs/z-index
|
|
639
639
|
*/
|
|
640
640
|
z: [{
|
|
641
|
-
z: [
|
|
641
|
+
z: [oe, "auto", g, p]
|
|
642
642
|
}],
|
|
643
643
|
// ------------------------
|
|
644
644
|
// --- Flexbox and Grid ---
|
|
@@ -648,7 +648,7 @@ const nt = (e, a) => {
|
|
|
648
648
|
* @see https://tailwindcss.com/docs/flex-basis
|
|
649
649
|
*/
|
|
650
650
|
basis: [{
|
|
651
|
-
basis: [
|
|
651
|
+
basis: [le, "full", "auto", d, ...b()]
|
|
652
652
|
}],
|
|
653
653
|
/**
|
|
654
654
|
* Flex Direction
|
|
@@ -669,42 +669,42 @@ const nt = (e, a) => {
|
|
|
669
669
|
* @see https://tailwindcss.com/docs/flex
|
|
670
670
|
*/
|
|
671
671
|
flex: [{
|
|
672
|
-
flex: [
|
|
672
|
+
flex: [w, le, "auto", "initial", "none", p]
|
|
673
673
|
}],
|
|
674
674
|
/**
|
|
675
675
|
* Flex Grow
|
|
676
676
|
* @see https://tailwindcss.com/docs/flex-grow
|
|
677
677
|
*/
|
|
678
678
|
grow: [{
|
|
679
|
-
grow: ["",
|
|
679
|
+
grow: ["", w, g, p]
|
|
680
680
|
}],
|
|
681
681
|
/**
|
|
682
682
|
* Flex Shrink
|
|
683
683
|
* @see https://tailwindcss.com/docs/flex-shrink
|
|
684
684
|
*/
|
|
685
685
|
shrink: [{
|
|
686
|
-
shrink: ["",
|
|
686
|
+
shrink: ["", w, g, p]
|
|
687
687
|
}],
|
|
688
688
|
/**
|
|
689
689
|
* Order
|
|
690
690
|
* @see https://tailwindcss.com/docs/order
|
|
691
691
|
*/
|
|
692
692
|
order: [{
|
|
693
|
-
order: [
|
|
693
|
+
order: [oe, "first", "last", "none", g, p]
|
|
694
694
|
}],
|
|
695
695
|
/**
|
|
696
696
|
* Grid Template Columns
|
|
697
697
|
* @see https://tailwindcss.com/docs/grid-template-columns
|
|
698
698
|
*/
|
|
699
699
|
"grid-cols": [{
|
|
700
|
-
"grid-cols":
|
|
700
|
+
"grid-cols": de()
|
|
701
701
|
}],
|
|
702
702
|
/**
|
|
703
703
|
* Grid Column Start / End
|
|
704
704
|
* @see https://tailwindcss.com/docs/grid-column
|
|
705
705
|
*/
|
|
706
706
|
"col-start-end": [{
|
|
707
|
-
col:
|
|
707
|
+
col: ue()
|
|
708
708
|
}],
|
|
709
709
|
/**
|
|
710
710
|
* Grid Column Start
|
|
@@ -725,14 +725,14 @@ const nt = (e, a) => {
|
|
|
725
725
|
* @see https://tailwindcss.com/docs/grid-template-rows
|
|
726
726
|
*/
|
|
727
727
|
"grid-rows": [{
|
|
728
|
-
"grid-rows":
|
|
728
|
+
"grid-rows": de()
|
|
729
729
|
}],
|
|
730
730
|
/**
|
|
731
731
|
* Grid Row Start / End
|
|
732
732
|
* @see https://tailwindcss.com/docs/grid-row
|
|
733
733
|
*/
|
|
734
734
|
"row-start-end": [{
|
|
735
|
-
row:
|
|
735
|
+
row: ue()
|
|
736
736
|
}],
|
|
737
737
|
/**
|
|
738
738
|
* Grid Row Start
|
|
@@ -760,70 +760,70 @@ const nt = (e, a) => {
|
|
|
760
760
|
* @see https://tailwindcss.com/docs/grid-auto-columns
|
|
761
761
|
*/
|
|
762
762
|
"auto-cols": [{
|
|
763
|
-
"auto-cols":
|
|
763
|
+
"auto-cols": Z()
|
|
764
764
|
}],
|
|
765
765
|
/**
|
|
766
766
|
* Grid Auto Rows
|
|
767
767
|
* @see https://tailwindcss.com/docs/grid-auto-rows
|
|
768
768
|
*/
|
|
769
769
|
"auto-rows": [{
|
|
770
|
-
"auto-rows":
|
|
770
|
+
"auto-rows": Z()
|
|
771
771
|
}],
|
|
772
772
|
/**
|
|
773
773
|
* Gap
|
|
774
774
|
* @see https://tailwindcss.com/docs/gap
|
|
775
775
|
*/
|
|
776
776
|
gap: [{
|
|
777
|
-
gap:
|
|
777
|
+
gap: b()
|
|
778
778
|
}],
|
|
779
779
|
/**
|
|
780
780
|
* Gap X
|
|
781
781
|
* @see https://tailwindcss.com/docs/gap
|
|
782
782
|
*/
|
|
783
783
|
"gap-x": [{
|
|
784
|
-
"gap-x":
|
|
784
|
+
"gap-x": b()
|
|
785
785
|
}],
|
|
786
786
|
/**
|
|
787
787
|
* Gap Y
|
|
788
788
|
* @see https://tailwindcss.com/docs/gap
|
|
789
789
|
*/
|
|
790
790
|
"gap-y": [{
|
|
791
|
-
"gap-y":
|
|
791
|
+
"gap-y": b()
|
|
792
792
|
}],
|
|
793
793
|
/**
|
|
794
794
|
* Justify Content
|
|
795
795
|
* @see https://tailwindcss.com/docs/justify-content
|
|
796
796
|
*/
|
|
797
797
|
"justify-content": [{
|
|
798
|
-
justify: [...
|
|
798
|
+
justify: [...Q(), "normal"]
|
|
799
799
|
}],
|
|
800
800
|
/**
|
|
801
801
|
* Justify Items
|
|
802
802
|
* @see https://tailwindcss.com/docs/justify-items
|
|
803
803
|
*/
|
|
804
804
|
"justify-items": [{
|
|
805
|
-
"justify-items": [...
|
|
805
|
+
"justify-items": [...U(), "normal"]
|
|
806
806
|
}],
|
|
807
807
|
/**
|
|
808
808
|
* Justify Self
|
|
809
809
|
* @see https://tailwindcss.com/docs/justify-self
|
|
810
810
|
*/
|
|
811
811
|
"justify-self": [{
|
|
812
|
-
"justify-self": ["auto", ...
|
|
812
|
+
"justify-self": ["auto", ...U()]
|
|
813
813
|
}],
|
|
814
814
|
/**
|
|
815
815
|
* Align Content
|
|
816
816
|
* @see https://tailwindcss.com/docs/align-content
|
|
817
817
|
*/
|
|
818
818
|
"align-content": [{
|
|
819
|
-
content: ["normal", ...
|
|
819
|
+
content: ["normal", ...Q()]
|
|
820
820
|
}],
|
|
821
821
|
/**
|
|
822
822
|
* Align Items
|
|
823
823
|
* @see https://tailwindcss.com/docs/align-items
|
|
824
824
|
*/
|
|
825
825
|
"align-items": [{
|
|
826
|
-
items: [...
|
|
826
|
+
items: [...U(), {
|
|
827
827
|
baseline: ["", "last"]
|
|
828
828
|
}]
|
|
829
829
|
}],
|
|
@@ -832,7 +832,7 @@ const nt = (e, a) => {
|
|
|
832
832
|
* @see https://tailwindcss.com/docs/align-self
|
|
833
833
|
*/
|
|
834
834
|
"align-self": [{
|
|
835
|
-
self: ["auto", ...
|
|
835
|
+
self: ["auto", ...U(), {
|
|
836
836
|
baseline: ["", "last"]
|
|
837
837
|
}]
|
|
838
838
|
}],
|
|
@@ -841,21 +841,21 @@ const nt = (e, a) => {
|
|
|
841
841
|
* @see https://tailwindcss.com/docs/place-content
|
|
842
842
|
*/
|
|
843
843
|
"place-content": [{
|
|
844
|
-
"place-content":
|
|
844
|
+
"place-content": Q()
|
|
845
845
|
}],
|
|
846
846
|
/**
|
|
847
847
|
* Place Items
|
|
848
848
|
* @see https://tailwindcss.com/docs/place-items
|
|
849
849
|
*/
|
|
850
850
|
"place-items": [{
|
|
851
|
-
"place-items": [...
|
|
851
|
+
"place-items": [...U(), "baseline"]
|
|
852
852
|
}],
|
|
853
853
|
/**
|
|
854
854
|
* Place Self
|
|
855
855
|
* @see https://tailwindcss.com/docs/place-self
|
|
856
856
|
*/
|
|
857
857
|
"place-self": [{
|
|
858
|
-
"place-self": ["auto", ...
|
|
858
|
+
"place-self": ["auto", ...U()]
|
|
859
859
|
}],
|
|
860
860
|
// Spacing
|
|
861
861
|
/**
|
|
@@ -863,161 +863,161 @@ const nt = (e, a) => {
|
|
|
863
863
|
* @see https://tailwindcss.com/docs/padding
|
|
864
864
|
*/
|
|
865
865
|
p: [{
|
|
866
|
-
p:
|
|
866
|
+
p: b()
|
|
867
867
|
}],
|
|
868
868
|
/**
|
|
869
869
|
* Padding Inline
|
|
870
870
|
* @see https://tailwindcss.com/docs/padding
|
|
871
871
|
*/
|
|
872
872
|
px: [{
|
|
873
|
-
px:
|
|
873
|
+
px: b()
|
|
874
874
|
}],
|
|
875
875
|
/**
|
|
876
876
|
* Padding Block
|
|
877
877
|
* @see https://tailwindcss.com/docs/padding
|
|
878
878
|
*/
|
|
879
879
|
py: [{
|
|
880
|
-
py:
|
|
880
|
+
py: b()
|
|
881
881
|
}],
|
|
882
882
|
/**
|
|
883
883
|
* Padding Inline Start
|
|
884
884
|
* @see https://tailwindcss.com/docs/padding
|
|
885
885
|
*/
|
|
886
886
|
ps: [{
|
|
887
|
-
ps:
|
|
887
|
+
ps: b()
|
|
888
888
|
}],
|
|
889
889
|
/**
|
|
890
890
|
* Padding Inline End
|
|
891
891
|
* @see https://tailwindcss.com/docs/padding
|
|
892
892
|
*/
|
|
893
893
|
pe: [{
|
|
894
|
-
pe:
|
|
894
|
+
pe: b()
|
|
895
895
|
}],
|
|
896
896
|
/**
|
|
897
897
|
* Padding Block Start
|
|
898
898
|
* @see https://tailwindcss.com/docs/padding
|
|
899
899
|
*/
|
|
900
900
|
pbs: [{
|
|
901
|
-
pbs:
|
|
901
|
+
pbs: b()
|
|
902
902
|
}],
|
|
903
903
|
/**
|
|
904
904
|
* Padding Block End
|
|
905
905
|
* @see https://tailwindcss.com/docs/padding
|
|
906
906
|
*/
|
|
907
907
|
pbe: [{
|
|
908
|
-
pbe:
|
|
908
|
+
pbe: b()
|
|
909
909
|
}],
|
|
910
910
|
/**
|
|
911
911
|
* Padding Top
|
|
912
912
|
* @see https://tailwindcss.com/docs/padding
|
|
913
913
|
*/
|
|
914
914
|
pt: [{
|
|
915
|
-
pt:
|
|
915
|
+
pt: b()
|
|
916
916
|
}],
|
|
917
917
|
/**
|
|
918
918
|
* Padding Right
|
|
919
919
|
* @see https://tailwindcss.com/docs/padding
|
|
920
920
|
*/
|
|
921
921
|
pr: [{
|
|
922
|
-
pr:
|
|
922
|
+
pr: b()
|
|
923
923
|
}],
|
|
924
924
|
/**
|
|
925
925
|
* Padding Bottom
|
|
926
926
|
* @see https://tailwindcss.com/docs/padding
|
|
927
927
|
*/
|
|
928
928
|
pb: [{
|
|
929
|
-
pb:
|
|
929
|
+
pb: b()
|
|
930
930
|
}],
|
|
931
931
|
/**
|
|
932
932
|
* Padding Left
|
|
933
933
|
* @see https://tailwindcss.com/docs/padding
|
|
934
934
|
*/
|
|
935
935
|
pl: [{
|
|
936
|
-
pl:
|
|
936
|
+
pl: b()
|
|
937
937
|
}],
|
|
938
938
|
/**
|
|
939
939
|
* Margin
|
|
940
940
|
* @see https://tailwindcss.com/docs/margin
|
|
941
941
|
*/
|
|
942
942
|
m: [{
|
|
943
|
-
m:
|
|
943
|
+
m: $()
|
|
944
944
|
}],
|
|
945
945
|
/**
|
|
946
946
|
* Margin Inline
|
|
947
947
|
* @see https://tailwindcss.com/docs/margin
|
|
948
948
|
*/
|
|
949
949
|
mx: [{
|
|
950
|
-
mx:
|
|
950
|
+
mx: $()
|
|
951
951
|
}],
|
|
952
952
|
/**
|
|
953
953
|
* Margin Block
|
|
954
954
|
* @see https://tailwindcss.com/docs/margin
|
|
955
955
|
*/
|
|
956
956
|
my: [{
|
|
957
|
-
my:
|
|
957
|
+
my: $()
|
|
958
958
|
}],
|
|
959
959
|
/**
|
|
960
960
|
* Margin Inline Start
|
|
961
961
|
* @see https://tailwindcss.com/docs/margin
|
|
962
962
|
*/
|
|
963
963
|
ms: [{
|
|
964
|
-
ms:
|
|
964
|
+
ms: $()
|
|
965
965
|
}],
|
|
966
966
|
/**
|
|
967
967
|
* Margin Inline End
|
|
968
968
|
* @see https://tailwindcss.com/docs/margin
|
|
969
969
|
*/
|
|
970
970
|
me: [{
|
|
971
|
-
me:
|
|
971
|
+
me: $()
|
|
972
972
|
}],
|
|
973
973
|
/**
|
|
974
974
|
* Margin Block Start
|
|
975
975
|
* @see https://tailwindcss.com/docs/margin
|
|
976
976
|
*/
|
|
977
977
|
mbs: [{
|
|
978
|
-
mbs:
|
|
978
|
+
mbs: $()
|
|
979
979
|
}],
|
|
980
980
|
/**
|
|
981
981
|
* Margin Block End
|
|
982
982
|
* @see https://tailwindcss.com/docs/margin
|
|
983
983
|
*/
|
|
984
984
|
mbe: [{
|
|
985
|
-
mbe:
|
|
985
|
+
mbe: $()
|
|
986
986
|
}],
|
|
987
987
|
/**
|
|
988
988
|
* Margin Top
|
|
989
989
|
* @see https://tailwindcss.com/docs/margin
|
|
990
990
|
*/
|
|
991
991
|
mt: [{
|
|
992
|
-
mt:
|
|
992
|
+
mt: $()
|
|
993
993
|
}],
|
|
994
994
|
/**
|
|
995
995
|
* Margin Right
|
|
996
996
|
* @see https://tailwindcss.com/docs/margin
|
|
997
997
|
*/
|
|
998
998
|
mr: [{
|
|
999
|
-
mr:
|
|
999
|
+
mr: $()
|
|
1000
1000
|
}],
|
|
1001
1001
|
/**
|
|
1002
1002
|
* Margin Bottom
|
|
1003
1003
|
* @see https://tailwindcss.com/docs/margin
|
|
1004
1004
|
*/
|
|
1005
1005
|
mb: [{
|
|
1006
|
-
mb:
|
|
1006
|
+
mb: $()
|
|
1007
1007
|
}],
|
|
1008
1008
|
/**
|
|
1009
1009
|
* Margin Left
|
|
1010
1010
|
* @see https://tailwindcss.com/docs/margin
|
|
1011
1011
|
*/
|
|
1012
1012
|
ml: [{
|
|
1013
|
-
ml:
|
|
1013
|
+
ml: $()
|
|
1014
1014
|
}],
|
|
1015
1015
|
/**
|
|
1016
1016
|
* Space Between X
|
|
1017
1017
|
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
1018
1018
|
*/
|
|
1019
1019
|
"space-x": [{
|
|
1020
|
-
"space-x":
|
|
1020
|
+
"space-x": b()
|
|
1021
1021
|
}],
|
|
1022
1022
|
/**
|
|
1023
1023
|
* Space Between X Reverse
|
|
@@ -1029,7 +1029,7 @@ const nt = (e, a) => {
|
|
|
1029
1029
|
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
1030
1030
|
*/
|
|
1031
1031
|
"space-y": [{
|
|
1032
|
-
"space-y":
|
|
1032
|
+
"space-y": b()
|
|
1033
1033
|
}],
|
|
1034
1034
|
/**
|
|
1035
1035
|
* Space Between Y Reverse
|
|
@@ -1044,56 +1044,56 @@ const nt = (e, a) => {
|
|
|
1044
1044
|
* @see https://tailwindcss.com/docs/width#setting-both-width-and-height
|
|
1045
1045
|
*/
|
|
1046
1046
|
size: [{
|
|
1047
|
-
size:
|
|
1047
|
+
size: K()
|
|
1048
1048
|
}],
|
|
1049
1049
|
/**
|
|
1050
1050
|
* Inline Size
|
|
1051
1051
|
* @see https://tailwindcss.com/docs/width
|
|
1052
1052
|
*/
|
|
1053
1053
|
"inline-size": [{
|
|
1054
|
-
inline: ["auto", ...
|
|
1054
|
+
inline: ["auto", ...J()]
|
|
1055
1055
|
}],
|
|
1056
1056
|
/**
|
|
1057
1057
|
* Min-Inline Size
|
|
1058
1058
|
* @see https://tailwindcss.com/docs/min-width
|
|
1059
1059
|
*/
|
|
1060
1060
|
"min-inline-size": [{
|
|
1061
|
-
"min-inline": ["auto", ...
|
|
1061
|
+
"min-inline": ["auto", ...J()]
|
|
1062
1062
|
}],
|
|
1063
1063
|
/**
|
|
1064
1064
|
* Max-Inline Size
|
|
1065
1065
|
* @see https://tailwindcss.com/docs/max-width
|
|
1066
1066
|
*/
|
|
1067
1067
|
"max-inline-size": [{
|
|
1068
|
-
"max-inline": ["none", ...
|
|
1068
|
+
"max-inline": ["none", ...J()]
|
|
1069
1069
|
}],
|
|
1070
1070
|
/**
|
|
1071
1071
|
* Block Size
|
|
1072
1072
|
* @see https://tailwindcss.com/docs/height
|
|
1073
1073
|
*/
|
|
1074
1074
|
"block-size": [{
|
|
1075
|
-
block: ["auto", ...
|
|
1075
|
+
block: ["auto", ...ae()]
|
|
1076
1076
|
}],
|
|
1077
1077
|
/**
|
|
1078
1078
|
* Min-Block Size
|
|
1079
1079
|
* @see https://tailwindcss.com/docs/min-height
|
|
1080
1080
|
*/
|
|
1081
1081
|
"min-block-size": [{
|
|
1082
|
-
"min-block": ["auto", ...
|
|
1082
|
+
"min-block": ["auto", ...ae()]
|
|
1083
1083
|
}],
|
|
1084
1084
|
/**
|
|
1085
1085
|
* Max-Block Size
|
|
1086
1086
|
* @see https://tailwindcss.com/docs/max-height
|
|
1087
1087
|
*/
|
|
1088
1088
|
"max-block-size": [{
|
|
1089
|
-
"max-block": ["none", ...
|
|
1089
|
+
"max-block": ["none", ...ae()]
|
|
1090
1090
|
}],
|
|
1091
1091
|
/**
|
|
1092
1092
|
* Width
|
|
1093
1093
|
* @see https://tailwindcss.com/docs/width
|
|
1094
1094
|
*/
|
|
1095
1095
|
w: [{
|
|
1096
|
-
w: [
|
|
1096
|
+
w: [d, "screen", ...K()]
|
|
1097
1097
|
}],
|
|
1098
1098
|
/**
|
|
1099
1099
|
* Min-Width
|
|
@@ -1101,11 +1101,11 @@ const nt = (e, a) => {
|
|
|
1101
1101
|
*/
|
|
1102
1102
|
"min-w": [{
|
|
1103
1103
|
"min-w": [
|
|
1104
|
-
|
|
1104
|
+
d,
|
|
1105
1105
|
"screen",
|
|
1106
1106
|
/** Deprecated. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
1107
1107
|
"none",
|
|
1108
|
-
...
|
|
1108
|
+
...K()
|
|
1109
1109
|
]
|
|
1110
1110
|
}],
|
|
1111
1111
|
/**
|
|
@@ -1114,16 +1114,16 @@ const nt = (e, a) => {
|
|
|
1114
1114
|
*/
|
|
1115
1115
|
"max-w": [{
|
|
1116
1116
|
"max-w": [
|
|
1117
|
-
|
|
1117
|
+
d,
|
|
1118
1118
|
"screen",
|
|
1119
1119
|
"none",
|
|
1120
1120
|
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
1121
1121
|
"prose",
|
|
1122
1122
|
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
1123
1123
|
{
|
|
1124
|
-
screen: [
|
|
1124
|
+
screen: [n]
|
|
1125
1125
|
},
|
|
1126
|
-
...
|
|
1126
|
+
...K()
|
|
1127
1127
|
]
|
|
1128
1128
|
}],
|
|
1129
1129
|
/**
|
|
@@ -1131,21 +1131,21 @@ const nt = (e, a) => {
|
|
|
1131
1131
|
* @see https://tailwindcss.com/docs/height
|
|
1132
1132
|
*/
|
|
1133
1133
|
h: [{
|
|
1134
|
-
h: ["screen", "lh", ...
|
|
1134
|
+
h: ["screen", "lh", ...K()]
|
|
1135
1135
|
}],
|
|
1136
1136
|
/**
|
|
1137
1137
|
* Min-Height
|
|
1138
1138
|
* @see https://tailwindcss.com/docs/min-height
|
|
1139
1139
|
*/
|
|
1140
1140
|
"min-h": [{
|
|
1141
|
-
"min-h": ["screen", "lh", "none", ...
|
|
1141
|
+
"min-h": ["screen", "lh", "none", ...K()]
|
|
1142
1142
|
}],
|
|
1143
1143
|
/**
|
|
1144
1144
|
* Max-Height
|
|
1145
1145
|
* @see https://tailwindcss.com/docs/max-height
|
|
1146
1146
|
*/
|
|
1147
1147
|
"max-h": [{
|
|
1148
|
-
"max-h": ["screen", "lh", ...
|
|
1148
|
+
"max-h": ["screen", "lh", ...K()]
|
|
1149
1149
|
}],
|
|
1150
1150
|
// ------------------
|
|
1151
1151
|
// --- Typography ---
|
|
@@ -1155,7 +1155,7 @@ const nt = (e, a) => {
|
|
|
1155
1155
|
* @see https://tailwindcss.com/docs/font-size
|
|
1156
1156
|
*/
|
|
1157
1157
|
"font-size": [{
|
|
1158
|
-
text: ["base", o,
|
|
1158
|
+
text: ["base", o, Se, ge]
|
|
1159
1159
|
}],
|
|
1160
1160
|
/**
|
|
1161
1161
|
* Font Smoothing
|
|
@@ -1172,21 +1172,21 @@ const nt = (e, a) => {
|
|
|
1172
1172
|
* @see https://tailwindcss.com/docs/font-weight
|
|
1173
1173
|
*/
|
|
1174
1174
|
"font-weight": [{
|
|
1175
|
-
font: [t,
|
|
1175
|
+
font: [t, Kt, Gt]
|
|
1176
1176
|
}],
|
|
1177
1177
|
/**
|
|
1178
1178
|
* Font Stretch
|
|
1179
1179
|
* @see https://tailwindcss.com/docs/font-stretch
|
|
1180
1180
|
*/
|
|
1181
1181
|
"font-stretch": [{
|
|
1182
|
-
"font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded",
|
|
1182
|
+
"font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", Be, p]
|
|
1183
1183
|
}],
|
|
1184
1184
|
/**
|
|
1185
1185
|
* Font Family
|
|
1186
1186
|
* @see https://tailwindcss.com/docs/font-family
|
|
1187
1187
|
*/
|
|
1188
1188
|
"font-family": [{
|
|
1189
|
-
font: [
|
|
1189
|
+
font: [Ut, Vt, a]
|
|
1190
1190
|
}],
|
|
1191
1191
|
/**
|
|
1192
1192
|
* Font Feature Settings
|
|
@@ -1230,14 +1230,14 @@ const nt = (e, a) => {
|
|
|
1230
1230
|
* @see https://tailwindcss.com/docs/letter-spacing
|
|
1231
1231
|
*/
|
|
1232
1232
|
tracking: [{
|
|
1233
|
-
tracking: [
|
|
1233
|
+
tracking: [l, g, p]
|
|
1234
1234
|
}],
|
|
1235
1235
|
/**
|
|
1236
1236
|
* Line Clamp
|
|
1237
1237
|
* @see https://tailwindcss.com/docs/line-clamp
|
|
1238
1238
|
*/
|
|
1239
1239
|
"line-clamp": [{
|
|
1240
|
-
"line-clamp": [
|
|
1240
|
+
"line-clamp": [w, "none", g, br]
|
|
1241
1241
|
}],
|
|
1242
1242
|
/**
|
|
1243
1243
|
* Line Height
|
|
@@ -1246,8 +1246,8 @@ const nt = (e, a) => {
|
|
|
1246
1246
|
leading: [{
|
|
1247
1247
|
leading: [
|
|
1248
1248
|
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
1249
|
-
|
|
1250
|
-
...
|
|
1249
|
+
c,
|
|
1250
|
+
...b()
|
|
1251
1251
|
]
|
|
1252
1252
|
}],
|
|
1253
1253
|
/**
|
|
@@ -1255,7 +1255,7 @@ const nt = (e, a) => {
|
|
|
1255
1255
|
* @see https://tailwindcss.com/docs/list-style-image
|
|
1256
1256
|
*/
|
|
1257
1257
|
"list-image": [{
|
|
1258
|
-
"list-image": ["none",
|
|
1258
|
+
"list-image": ["none", g, p]
|
|
1259
1259
|
}],
|
|
1260
1260
|
/**
|
|
1261
1261
|
* List Style Position
|
|
@@ -1269,7 +1269,7 @@ const nt = (e, a) => {
|
|
|
1269
1269
|
* @see https://tailwindcss.com/docs/list-style-type
|
|
1270
1270
|
*/
|
|
1271
1271
|
"list-style-type": [{
|
|
1272
|
-
list: ["disc", "decimal", "none",
|
|
1272
|
+
list: ["disc", "decimal", "none", g, p]
|
|
1273
1273
|
}],
|
|
1274
1274
|
/**
|
|
1275
1275
|
* Text Alignment
|
|
@@ -1284,14 +1284,14 @@ const nt = (e, a) => {
|
|
|
1284
1284
|
* @see https://v3.tailwindcss.com/docs/placeholder-color
|
|
1285
1285
|
*/
|
|
1286
1286
|
"placeholder-color": [{
|
|
1287
|
-
placeholder:
|
|
1287
|
+
placeholder: x()
|
|
1288
1288
|
}],
|
|
1289
1289
|
/**
|
|
1290
1290
|
* Text Color
|
|
1291
1291
|
* @see https://tailwindcss.com/docs/text-color
|
|
1292
1292
|
*/
|
|
1293
1293
|
"text-color": [{
|
|
1294
|
-
text:
|
|
1294
|
+
text: x()
|
|
1295
1295
|
}],
|
|
1296
1296
|
/**
|
|
1297
1297
|
* Text Decoration
|
|
@@ -1303,28 +1303,28 @@ const nt = (e, a) => {
|
|
|
1303
1303
|
* @see https://tailwindcss.com/docs/text-decoration-style
|
|
1304
1304
|
*/
|
|
1305
1305
|
"text-decoration-style": [{
|
|
1306
|
-
decoration: [...
|
|
1306
|
+
decoration: [...ie(), "wavy"]
|
|
1307
1307
|
}],
|
|
1308
1308
|
/**
|
|
1309
1309
|
* Text Decoration Thickness
|
|
1310
1310
|
* @see https://tailwindcss.com/docs/text-decoration-thickness
|
|
1311
1311
|
*/
|
|
1312
1312
|
"text-decoration-thickness": [{
|
|
1313
|
-
decoration: [
|
|
1313
|
+
decoration: [w, "from-font", "auto", g, ge]
|
|
1314
1314
|
}],
|
|
1315
1315
|
/**
|
|
1316
1316
|
* Text Decoration Color
|
|
1317
1317
|
* @see https://tailwindcss.com/docs/text-decoration-color
|
|
1318
1318
|
*/
|
|
1319
1319
|
"text-decoration-color": [{
|
|
1320
|
-
decoration:
|
|
1320
|
+
decoration: x()
|
|
1321
1321
|
}],
|
|
1322
1322
|
/**
|
|
1323
1323
|
* Text Underline Offset
|
|
1324
1324
|
* @see https://tailwindcss.com/docs/text-underline-offset
|
|
1325
1325
|
*/
|
|
1326
1326
|
"underline-offset": [{
|
|
1327
|
-
"underline-offset": [
|
|
1327
|
+
"underline-offset": [w, "auto", g, p]
|
|
1328
1328
|
}],
|
|
1329
1329
|
/**
|
|
1330
1330
|
* Text Transform
|
|
@@ -1348,21 +1348,21 @@ const nt = (e, a) => {
|
|
|
1348
1348
|
* @see https://tailwindcss.com/docs/text-indent
|
|
1349
1349
|
*/
|
|
1350
1350
|
indent: [{
|
|
1351
|
-
indent:
|
|
1351
|
+
indent: b()
|
|
1352
1352
|
}],
|
|
1353
1353
|
/**
|
|
1354
1354
|
* Tab Size
|
|
1355
1355
|
* @see https://tailwindcss.com/docs/tab-size
|
|
1356
1356
|
*/
|
|
1357
1357
|
"tab-size": [{
|
|
1358
|
-
tab: [
|
|
1358
|
+
tab: [oe, g, p]
|
|
1359
1359
|
}],
|
|
1360
1360
|
/**
|
|
1361
1361
|
* Vertical Alignment
|
|
1362
1362
|
* @see https://tailwindcss.com/docs/vertical-align
|
|
1363
1363
|
*/
|
|
1364
1364
|
"vertical-align": [{
|
|
1365
|
-
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super",
|
|
1365
|
+
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", g, p]
|
|
1366
1366
|
}],
|
|
1367
1367
|
/**
|
|
1368
1368
|
* Whitespace
|
|
@@ -1397,7 +1397,7 @@ const nt = (e, a) => {
|
|
|
1397
1397
|
* @see https://tailwindcss.com/docs/content
|
|
1398
1398
|
*/
|
|
1399
1399
|
content: [{
|
|
1400
|
-
content: ["none",
|
|
1400
|
+
content: ["none", g, p]
|
|
1401
1401
|
}],
|
|
1402
1402
|
// -------------------
|
|
1403
1403
|
// --- Backgrounds ---
|
|
@@ -1452,17 +1452,17 @@ const nt = (e, a) => {
|
|
|
1452
1452
|
bg: ["none", {
|
|
1453
1453
|
linear: [{
|
|
1454
1454
|
to: ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
|
|
1455
|
-
},
|
|
1456
|
-
radial: ["",
|
|
1457
|
-
conic: [
|
|
1458
|
-
},
|
|
1455
|
+
}, oe, g, p],
|
|
1456
|
+
radial: ["", g, p],
|
|
1457
|
+
conic: [oe, g, p]
|
|
1458
|
+
}, qt, Bt]
|
|
1459
1459
|
}],
|
|
1460
1460
|
/**
|
|
1461
1461
|
* Background Color
|
|
1462
1462
|
* @see https://tailwindcss.com/docs/background-color
|
|
1463
1463
|
*/
|
|
1464
1464
|
"bg-color": [{
|
|
1465
|
-
bg:
|
|
1465
|
+
bg: x()
|
|
1466
1466
|
}],
|
|
1467
1467
|
/**
|
|
1468
1468
|
* Gradient Color Stops From Position
|
|
@@ -1490,21 +1490,21 @@ const nt = (e, a) => {
|
|
|
1490
1490
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1491
1491
|
*/
|
|
1492
1492
|
"gradient-from": [{
|
|
1493
|
-
from:
|
|
1493
|
+
from: x()
|
|
1494
1494
|
}],
|
|
1495
1495
|
/**
|
|
1496
1496
|
* Gradient Color Stops Via
|
|
1497
1497
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1498
1498
|
*/
|
|
1499
1499
|
"gradient-via": [{
|
|
1500
|
-
via:
|
|
1500
|
+
via: x()
|
|
1501
1501
|
}],
|
|
1502
1502
|
/**
|
|
1503
1503
|
* Gradient Color Stops To
|
|
1504
1504
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1505
1505
|
*/
|
|
1506
1506
|
"gradient-to": [{
|
|
1507
|
-
to:
|
|
1507
|
+
to: x()
|
|
1508
1508
|
}],
|
|
1509
1509
|
// ---------------
|
|
1510
1510
|
// --- Borders ---
|
|
@@ -1514,105 +1514,105 @@ const nt = (e, a) => {
|
|
|
1514
1514
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1515
1515
|
*/
|
|
1516
1516
|
rounded: [{
|
|
1517
|
-
rounded:
|
|
1517
|
+
rounded: B()
|
|
1518
1518
|
}],
|
|
1519
1519
|
/**
|
|
1520
1520
|
* Border Radius Start
|
|
1521
1521
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1522
1522
|
*/
|
|
1523
1523
|
"rounded-s": [{
|
|
1524
|
-
"rounded-s":
|
|
1524
|
+
"rounded-s": B()
|
|
1525
1525
|
}],
|
|
1526
1526
|
/**
|
|
1527
1527
|
* Border Radius End
|
|
1528
1528
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1529
1529
|
*/
|
|
1530
1530
|
"rounded-e": [{
|
|
1531
|
-
"rounded-e":
|
|
1531
|
+
"rounded-e": B()
|
|
1532
1532
|
}],
|
|
1533
1533
|
/**
|
|
1534
1534
|
* Border Radius Top
|
|
1535
1535
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1536
1536
|
*/
|
|
1537
1537
|
"rounded-t": [{
|
|
1538
|
-
"rounded-t":
|
|
1538
|
+
"rounded-t": B()
|
|
1539
1539
|
}],
|
|
1540
1540
|
/**
|
|
1541
1541
|
* Border Radius Right
|
|
1542
1542
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1543
1543
|
*/
|
|
1544
1544
|
"rounded-r": [{
|
|
1545
|
-
"rounded-r":
|
|
1545
|
+
"rounded-r": B()
|
|
1546
1546
|
}],
|
|
1547
1547
|
/**
|
|
1548
1548
|
* Border Radius Bottom
|
|
1549
1549
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1550
1550
|
*/
|
|
1551
1551
|
"rounded-b": [{
|
|
1552
|
-
"rounded-b":
|
|
1552
|
+
"rounded-b": B()
|
|
1553
1553
|
}],
|
|
1554
1554
|
/**
|
|
1555
1555
|
* Border Radius Left
|
|
1556
1556
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1557
1557
|
*/
|
|
1558
1558
|
"rounded-l": [{
|
|
1559
|
-
"rounded-l":
|
|
1559
|
+
"rounded-l": B()
|
|
1560
1560
|
}],
|
|
1561
1561
|
/**
|
|
1562
1562
|
* Border Radius Start Start
|
|
1563
1563
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1564
1564
|
*/
|
|
1565
1565
|
"rounded-ss": [{
|
|
1566
|
-
"rounded-ss":
|
|
1566
|
+
"rounded-ss": B()
|
|
1567
1567
|
}],
|
|
1568
1568
|
/**
|
|
1569
1569
|
* Border Radius Start End
|
|
1570
1570
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1571
1571
|
*/
|
|
1572
1572
|
"rounded-se": [{
|
|
1573
|
-
"rounded-se":
|
|
1573
|
+
"rounded-se": B()
|
|
1574
1574
|
}],
|
|
1575
1575
|
/**
|
|
1576
1576
|
* Border Radius End End
|
|
1577
1577
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1578
1578
|
*/
|
|
1579
1579
|
"rounded-ee": [{
|
|
1580
|
-
"rounded-ee":
|
|
1580
|
+
"rounded-ee": B()
|
|
1581
1581
|
}],
|
|
1582
1582
|
/**
|
|
1583
1583
|
* Border Radius End Start
|
|
1584
1584
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1585
1585
|
*/
|
|
1586
1586
|
"rounded-es": [{
|
|
1587
|
-
"rounded-es":
|
|
1587
|
+
"rounded-es": B()
|
|
1588
1588
|
}],
|
|
1589
1589
|
/**
|
|
1590
1590
|
* Border Radius Top Left
|
|
1591
1591
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1592
1592
|
*/
|
|
1593
1593
|
"rounded-tl": [{
|
|
1594
|
-
"rounded-tl":
|
|
1594
|
+
"rounded-tl": B()
|
|
1595
1595
|
}],
|
|
1596
1596
|
/**
|
|
1597
1597
|
* Border Radius Top Right
|
|
1598
1598
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1599
1599
|
*/
|
|
1600
1600
|
"rounded-tr": [{
|
|
1601
|
-
"rounded-tr":
|
|
1601
|
+
"rounded-tr": B()
|
|
1602
1602
|
}],
|
|
1603
1603
|
/**
|
|
1604
1604
|
* Border Radius Bottom Right
|
|
1605
1605
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1606
1606
|
*/
|
|
1607
1607
|
"rounded-br": [{
|
|
1608
|
-
"rounded-br":
|
|
1608
|
+
"rounded-br": B()
|
|
1609
1609
|
}],
|
|
1610
1610
|
/**
|
|
1611
1611
|
* Border Radius Bottom Left
|
|
1612
1612
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1613
1613
|
*/
|
|
1614
1614
|
"rounded-bl": [{
|
|
1615
|
-
"rounded-bl":
|
|
1615
|
+
"rounded-bl": B()
|
|
1616
1616
|
}],
|
|
1617
1617
|
/**
|
|
1618
1618
|
* Border Width
|
|
@@ -1720,126 +1720,126 @@ const nt = (e, a) => {
|
|
|
1720
1720
|
* @see https://tailwindcss.com/docs/border-style
|
|
1721
1721
|
*/
|
|
1722
1722
|
"border-style": [{
|
|
1723
|
-
border: [...
|
|
1723
|
+
border: [...ie(), "hidden", "none"]
|
|
1724
1724
|
}],
|
|
1725
1725
|
/**
|
|
1726
1726
|
* Divide Style
|
|
1727
1727
|
* @see https://tailwindcss.com/docs/border-style#setting-the-divider-style
|
|
1728
1728
|
*/
|
|
1729
1729
|
"divide-style": [{
|
|
1730
|
-
divide: [...
|
|
1730
|
+
divide: [...ie(), "hidden", "none"]
|
|
1731
1731
|
}],
|
|
1732
1732
|
/**
|
|
1733
1733
|
* Border Color
|
|
1734
1734
|
* @see https://tailwindcss.com/docs/border-color
|
|
1735
1735
|
*/
|
|
1736
1736
|
"border-color": [{
|
|
1737
|
-
border:
|
|
1737
|
+
border: x()
|
|
1738
1738
|
}],
|
|
1739
1739
|
/**
|
|
1740
1740
|
* Border Color Inline
|
|
1741
1741
|
* @see https://tailwindcss.com/docs/border-color
|
|
1742
1742
|
*/
|
|
1743
1743
|
"border-color-x": [{
|
|
1744
|
-
"border-x":
|
|
1744
|
+
"border-x": x()
|
|
1745
1745
|
}],
|
|
1746
1746
|
/**
|
|
1747
1747
|
* Border Color Block
|
|
1748
1748
|
* @see https://tailwindcss.com/docs/border-color
|
|
1749
1749
|
*/
|
|
1750
1750
|
"border-color-y": [{
|
|
1751
|
-
"border-y":
|
|
1751
|
+
"border-y": x()
|
|
1752
1752
|
}],
|
|
1753
1753
|
/**
|
|
1754
1754
|
* Border Color Inline Start
|
|
1755
1755
|
* @see https://tailwindcss.com/docs/border-color
|
|
1756
1756
|
*/
|
|
1757
1757
|
"border-color-s": [{
|
|
1758
|
-
"border-s":
|
|
1758
|
+
"border-s": x()
|
|
1759
1759
|
}],
|
|
1760
1760
|
/**
|
|
1761
1761
|
* Border Color Inline End
|
|
1762
1762
|
* @see https://tailwindcss.com/docs/border-color
|
|
1763
1763
|
*/
|
|
1764
1764
|
"border-color-e": [{
|
|
1765
|
-
"border-e":
|
|
1765
|
+
"border-e": x()
|
|
1766
1766
|
}],
|
|
1767
1767
|
/**
|
|
1768
1768
|
* Border Color Block Start
|
|
1769
1769
|
* @see https://tailwindcss.com/docs/border-color
|
|
1770
1770
|
*/
|
|
1771
1771
|
"border-color-bs": [{
|
|
1772
|
-
"border-bs":
|
|
1772
|
+
"border-bs": x()
|
|
1773
1773
|
}],
|
|
1774
1774
|
/**
|
|
1775
1775
|
* Border Color Block End
|
|
1776
1776
|
* @see https://tailwindcss.com/docs/border-color
|
|
1777
1777
|
*/
|
|
1778
1778
|
"border-color-be": [{
|
|
1779
|
-
"border-be":
|
|
1779
|
+
"border-be": x()
|
|
1780
1780
|
}],
|
|
1781
1781
|
/**
|
|
1782
1782
|
* Border Color Top
|
|
1783
1783
|
* @see https://tailwindcss.com/docs/border-color
|
|
1784
1784
|
*/
|
|
1785
1785
|
"border-color-t": [{
|
|
1786
|
-
"border-t":
|
|
1786
|
+
"border-t": x()
|
|
1787
1787
|
}],
|
|
1788
1788
|
/**
|
|
1789
1789
|
* Border Color Right
|
|
1790
1790
|
* @see https://tailwindcss.com/docs/border-color
|
|
1791
1791
|
*/
|
|
1792
1792
|
"border-color-r": [{
|
|
1793
|
-
"border-r":
|
|
1793
|
+
"border-r": x()
|
|
1794
1794
|
}],
|
|
1795
1795
|
/**
|
|
1796
1796
|
* Border Color Bottom
|
|
1797
1797
|
* @see https://tailwindcss.com/docs/border-color
|
|
1798
1798
|
*/
|
|
1799
1799
|
"border-color-b": [{
|
|
1800
|
-
"border-b":
|
|
1800
|
+
"border-b": x()
|
|
1801
1801
|
}],
|
|
1802
1802
|
/**
|
|
1803
1803
|
* Border Color Left
|
|
1804
1804
|
* @see https://tailwindcss.com/docs/border-color
|
|
1805
1805
|
*/
|
|
1806
1806
|
"border-color-l": [{
|
|
1807
|
-
"border-l":
|
|
1807
|
+
"border-l": x()
|
|
1808
1808
|
}],
|
|
1809
1809
|
/**
|
|
1810
1810
|
* Divide Color
|
|
1811
1811
|
* @see https://tailwindcss.com/docs/divide-color
|
|
1812
1812
|
*/
|
|
1813
1813
|
"divide-color": [{
|
|
1814
|
-
divide:
|
|
1814
|
+
divide: x()
|
|
1815
1815
|
}],
|
|
1816
1816
|
/**
|
|
1817
1817
|
* Outline Style
|
|
1818
1818
|
* @see https://tailwindcss.com/docs/outline-style
|
|
1819
1819
|
*/
|
|
1820
1820
|
"outline-style": [{
|
|
1821
|
-
outline: [...
|
|
1821
|
+
outline: [...ie(), "none", "hidden"]
|
|
1822
1822
|
}],
|
|
1823
1823
|
/**
|
|
1824
1824
|
* Outline Offset
|
|
1825
1825
|
* @see https://tailwindcss.com/docs/outline-offset
|
|
1826
1826
|
*/
|
|
1827
1827
|
"outline-offset": [{
|
|
1828
|
-
"outline-offset": [
|
|
1828
|
+
"outline-offset": [w, g, p]
|
|
1829
1829
|
}],
|
|
1830
1830
|
/**
|
|
1831
1831
|
* Outline Width
|
|
1832
1832
|
* @see https://tailwindcss.com/docs/outline-width
|
|
1833
1833
|
*/
|
|
1834
1834
|
"outline-w": [{
|
|
1835
|
-
outline: ["",
|
|
1835
|
+
outline: ["", w, Se, ge]
|
|
1836
1836
|
}],
|
|
1837
1837
|
/**
|
|
1838
1838
|
* Outline Color
|
|
1839
1839
|
* @see https://tailwindcss.com/docs/outline-color
|
|
1840
1840
|
*/
|
|
1841
1841
|
"outline-color": [{
|
|
1842
|
-
outline:
|
|
1842
|
+
outline: x()
|
|
1843
1843
|
}],
|
|
1844
1844
|
// ---------------
|
|
1845
1845
|
// --- Effects ---
|
|
@@ -1853,7 +1853,7 @@ const nt = (e, a) => {
|
|
|
1853
1853
|
// Deprecated since Tailwind CSS v4.0.0
|
|
1854
1854
|
"",
|
|
1855
1855
|
"none",
|
|
1856
|
-
|
|
1856
|
+
h,
|
|
1857
1857
|
ze,
|
|
1858
1858
|
Oe
|
|
1859
1859
|
]
|
|
@@ -1863,7 +1863,7 @@ const nt = (e, a) => {
|
|
|
1863
1863
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-shadow-color
|
|
1864
1864
|
*/
|
|
1865
1865
|
"shadow-color": [{
|
|
1866
|
-
shadow:
|
|
1866
|
+
shadow: x()
|
|
1867
1867
|
}],
|
|
1868
1868
|
/**
|
|
1869
1869
|
* Inset Box Shadow
|
|
@@ -1877,7 +1877,7 @@ const nt = (e, a) => {
|
|
|
1877
1877
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-shadow-color
|
|
1878
1878
|
*/
|
|
1879
1879
|
"inset-shadow-color": [{
|
|
1880
|
-
"inset-shadow":
|
|
1880
|
+
"inset-shadow": x()
|
|
1881
1881
|
}],
|
|
1882
1882
|
/**
|
|
1883
1883
|
* Ring Width
|
|
@@ -1898,7 +1898,7 @@ const nt = (e, a) => {
|
|
|
1898
1898
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-ring-color
|
|
1899
1899
|
*/
|
|
1900
1900
|
"ring-color": [{
|
|
1901
|
-
ring:
|
|
1901
|
+
ring: x()
|
|
1902
1902
|
}],
|
|
1903
1903
|
/**
|
|
1904
1904
|
* Ring Offset Width
|
|
@@ -1907,7 +1907,7 @@ const nt = (e, a) => {
|
|
|
1907
1907
|
* @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
|
|
1908
1908
|
*/
|
|
1909
1909
|
"ring-offset-w": [{
|
|
1910
|
-
"ring-offset": [
|
|
1910
|
+
"ring-offset": [w, ge]
|
|
1911
1911
|
}],
|
|
1912
1912
|
/**
|
|
1913
1913
|
* Ring Offset Color
|
|
@@ -1916,7 +1916,7 @@ const nt = (e, a) => {
|
|
|
1916
1916
|
* @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
|
|
1917
1917
|
*/
|
|
1918
1918
|
"ring-offset-color": [{
|
|
1919
|
-
"ring-offset":
|
|
1919
|
+
"ring-offset": x()
|
|
1920
1920
|
}],
|
|
1921
1921
|
/**
|
|
1922
1922
|
* Inset Ring Width
|
|
@@ -1930,42 +1930,42 @@ const nt = (e, a) => {
|
|
|
1930
1930
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-ring-color
|
|
1931
1931
|
*/
|
|
1932
1932
|
"inset-ring-color": [{
|
|
1933
|
-
"inset-ring":
|
|
1933
|
+
"inset-ring": x()
|
|
1934
1934
|
}],
|
|
1935
1935
|
/**
|
|
1936
1936
|
* Text Shadow
|
|
1937
1937
|
* @see https://tailwindcss.com/docs/text-shadow
|
|
1938
1938
|
*/
|
|
1939
1939
|
"text-shadow": [{
|
|
1940
|
-
"text-shadow": ["none",
|
|
1940
|
+
"text-shadow": ["none", T, ze, Oe]
|
|
1941
1941
|
}],
|
|
1942
1942
|
/**
|
|
1943
1943
|
* Text Shadow Color
|
|
1944
1944
|
* @see https://tailwindcss.com/docs/text-shadow#setting-the-shadow-color
|
|
1945
1945
|
*/
|
|
1946
1946
|
"text-shadow-color": [{
|
|
1947
|
-
"text-shadow":
|
|
1947
|
+
"text-shadow": x()
|
|
1948
1948
|
}],
|
|
1949
1949
|
/**
|
|
1950
1950
|
* Opacity
|
|
1951
1951
|
* @see https://tailwindcss.com/docs/opacity
|
|
1952
1952
|
*/
|
|
1953
1953
|
opacity: [{
|
|
1954
|
-
opacity: [
|
|
1954
|
+
opacity: [w, g, p]
|
|
1955
1955
|
}],
|
|
1956
1956
|
/**
|
|
1957
1957
|
* Mix Blend Mode
|
|
1958
1958
|
* @see https://tailwindcss.com/docs/mix-blend-mode
|
|
1959
1959
|
*/
|
|
1960
1960
|
"mix-blend": [{
|
|
1961
|
-
"mix-blend": [...
|
|
1961
|
+
"mix-blend": [...me(), "plus-darker", "plus-lighter"]
|
|
1962
1962
|
}],
|
|
1963
1963
|
/**
|
|
1964
1964
|
* Background Blend Mode
|
|
1965
1965
|
* @see https://tailwindcss.com/docs/background-blend-mode
|
|
1966
1966
|
*/
|
|
1967
1967
|
"bg-blend": [{
|
|
1968
|
-
"bg-blend":
|
|
1968
|
+
"bg-blend": me()
|
|
1969
1969
|
}],
|
|
1970
1970
|
/**
|
|
1971
1971
|
* Mask Clip
|
|
@@ -1986,7 +1986,7 @@ const nt = (e, a) => {
|
|
|
1986
1986
|
* @see https://tailwindcss.com/docs/mask-image
|
|
1987
1987
|
*/
|
|
1988
1988
|
"mask-image-linear-pos": [{
|
|
1989
|
-
"mask-linear": [
|
|
1989
|
+
"mask-linear": [w]
|
|
1990
1990
|
}],
|
|
1991
1991
|
"mask-image-linear-from-pos": [{
|
|
1992
1992
|
"mask-linear-from": F()
|
|
@@ -1995,10 +1995,10 @@ const nt = (e, a) => {
|
|
|
1995
1995
|
"mask-linear-to": F()
|
|
1996
1996
|
}],
|
|
1997
1997
|
"mask-image-linear-from-color": [{
|
|
1998
|
-
"mask-linear-from":
|
|
1998
|
+
"mask-linear-from": x()
|
|
1999
1999
|
}],
|
|
2000
2000
|
"mask-image-linear-to-color": [{
|
|
2001
|
-
"mask-linear-to":
|
|
2001
|
+
"mask-linear-to": x()
|
|
2002
2002
|
}],
|
|
2003
2003
|
"mask-image-t-from-pos": [{
|
|
2004
2004
|
"mask-t-from": F()
|
|
@@ -2007,10 +2007,10 @@ const nt = (e, a) => {
|
|
|
2007
2007
|
"mask-t-to": F()
|
|
2008
2008
|
}],
|
|
2009
2009
|
"mask-image-t-from-color": [{
|
|
2010
|
-
"mask-t-from":
|
|
2010
|
+
"mask-t-from": x()
|
|
2011
2011
|
}],
|
|
2012
2012
|
"mask-image-t-to-color": [{
|
|
2013
|
-
"mask-t-to":
|
|
2013
|
+
"mask-t-to": x()
|
|
2014
2014
|
}],
|
|
2015
2015
|
"mask-image-r-from-pos": [{
|
|
2016
2016
|
"mask-r-from": F()
|
|
@@ -2019,10 +2019,10 @@ const nt = (e, a) => {
|
|
|
2019
2019
|
"mask-r-to": F()
|
|
2020
2020
|
}],
|
|
2021
2021
|
"mask-image-r-from-color": [{
|
|
2022
|
-
"mask-r-from":
|
|
2022
|
+
"mask-r-from": x()
|
|
2023
2023
|
}],
|
|
2024
2024
|
"mask-image-r-to-color": [{
|
|
2025
|
-
"mask-r-to":
|
|
2025
|
+
"mask-r-to": x()
|
|
2026
2026
|
}],
|
|
2027
2027
|
"mask-image-b-from-pos": [{
|
|
2028
2028
|
"mask-b-from": F()
|
|
@@ -2031,10 +2031,10 @@ const nt = (e, a) => {
|
|
|
2031
2031
|
"mask-b-to": F()
|
|
2032
2032
|
}],
|
|
2033
2033
|
"mask-image-b-from-color": [{
|
|
2034
|
-
"mask-b-from":
|
|
2034
|
+
"mask-b-from": x()
|
|
2035
2035
|
}],
|
|
2036
2036
|
"mask-image-b-to-color": [{
|
|
2037
|
-
"mask-b-to":
|
|
2037
|
+
"mask-b-to": x()
|
|
2038
2038
|
}],
|
|
2039
2039
|
"mask-image-l-from-pos": [{
|
|
2040
2040
|
"mask-l-from": F()
|
|
@@ -2043,10 +2043,10 @@ const nt = (e, a) => {
|
|
|
2043
2043
|
"mask-l-to": F()
|
|
2044
2044
|
}],
|
|
2045
2045
|
"mask-image-l-from-color": [{
|
|
2046
|
-
"mask-l-from":
|
|
2046
|
+
"mask-l-from": x()
|
|
2047
2047
|
}],
|
|
2048
2048
|
"mask-image-l-to-color": [{
|
|
2049
|
-
"mask-l-to":
|
|
2049
|
+
"mask-l-to": x()
|
|
2050
2050
|
}],
|
|
2051
2051
|
"mask-image-x-from-pos": [{
|
|
2052
2052
|
"mask-x-from": F()
|
|
@@ -2055,10 +2055,10 @@ const nt = (e, a) => {
|
|
|
2055
2055
|
"mask-x-to": F()
|
|
2056
2056
|
}],
|
|
2057
2057
|
"mask-image-x-from-color": [{
|
|
2058
|
-
"mask-x-from":
|
|
2058
|
+
"mask-x-from": x()
|
|
2059
2059
|
}],
|
|
2060
2060
|
"mask-image-x-to-color": [{
|
|
2061
|
-
"mask-x-to":
|
|
2061
|
+
"mask-x-to": x()
|
|
2062
2062
|
}],
|
|
2063
2063
|
"mask-image-y-from-pos": [{
|
|
2064
2064
|
"mask-y-from": F()
|
|
@@ -2067,13 +2067,13 @@ const nt = (e, a) => {
|
|
|
2067
2067
|
"mask-y-to": F()
|
|
2068
2068
|
}],
|
|
2069
2069
|
"mask-image-y-from-color": [{
|
|
2070
|
-
"mask-y-from":
|
|
2070
|
+
"mask-y-from": x()
|
|
2071
2071
|
}],
|
|
2072
2072
|
"mask-image-y-to-color": [{
|
|
2073
|
-
"mask-y-to":
|
|
2073
|
+
"mask-y-to": x()
|
|
2074
2074
|
}],
|
|
2075
2075
|
"mask-image-radial": [{
|
|
2076
|
-
"mask-radial": [
|
|
2076
|
+
"mask-radial": [g, p]
|
|
2077
2077
|
}],
|
|
2078
2078
|
"mask-image-radial-from-pos": [{
|
|
2079
2079
|
"mask-radial-from": F()
|
|
@@ -2082,10 +2082,10 @@ const nt = (e, a) => {
|
|
|
2082
2082
|
"mask-radial-to": F()
|
|
2083
2083
|
}],
|
|
2084
2084
|
"mask-image-radial-from-color": [{
|
|
2085
|
-
"mask-radial-from":
|
|
2085
|
+
"mask-radial-from": x()
|
|
2086
2086
|
}],
|
|
2087
2087
|
"mask-image-radial-to-color": [{
|
|
2088
|
-
"mask-radial-to":
|
|
2088
|
+
"mask-radial-to": x()
|
|
2089
2089
|
}],
|
|
2090
2090
|
"mask-image-radial-shape": [{
|
|
2091
2091
|
"mask-radial": ["circle", "ellipse"]
|
|
@@ -2100,7 +2100,7 @@ const nt = (e, a) => {
|
|
|
2100
2100
|
"mask-radial-at": W()
|
|
2101
2101
|
}],
|
|
2102
2102
|
"mask-image-conic-pos": [{
|
|
2103
|
-
"mask-conic": [
|
|
2103
|
+
"mask-conic": [w]
|
|
2104
2104
|
}],
|
|
2105
2105
|
"mask-image-conic-from-pos": [{
|
|
2106
2106
|
"mask-conic-from": F()
|
|
@@ -2109,10 +2109,10 @@ const nt = (e, a) => {
|
|
|
2109
2109
|
"mask-conic-to": F()
|
|
2110
2110
|
}],
|
|
2111
2111
|
"mask-image-conic-from-color": [{
|
|
2112
|
-
"mask-conic-from":
|
|
2112
|
+
"mask-conic-from": x()
|
|
2113
2113
|
}],
|
|
2114
2114
|
"mask-image-conic-to-color": [{
|
|
2115
|
-
"mask-conic-to":
|
|
2115
|
+
"mask-conic-to": x()
|
|
2116
2116
|
}],
|
|
2117
2117
|
/**
|
|
2118
2118
|
* Mask Mode
|
|
@@ -2161,7 +2161,7 @@ const nt = (e, a) => {
|
|
|
2161
2161
|
* @see https://tailwindcss.com/docs/mask-image
|
|
2162
2162
|
*/
|
|
2163
2163
|
"mask-image": [{
|
|
2164
|
-
mask: ["none",
|
|
2164
|
+
mask: ["none", g, p]
|
|
2165
2165
|
}],
|
|
2166
2166
|
// ---------------
|
|
2167
2167
|
// --- Filters ---
|
|
@@ -2175,7 +2175,7 @@ const nt = (e, a) => {
|
|
|
2175
2175
|
// Deprecated since Tailwind CSS v3.0.0
|
|
2176
2176
|
"",
|
|
2177
2177
|
"none",
|
|
2178
|
-
|
|
2178
|
+
g,
|
|
2179
2179
|
p
|
|
2180
2180
|
]
|
|
2181
2181
|
}],
|
|
@@ -2184,21 +2184,21 @@ const nt = (e, a) => {
|
|
|
2184
2184
|
* @see https://tailwindcss.com/docs/blur
|
|
2185
2185
|
*/
|
|
2186
2186
|
blur: [{
|
|
2187
|
-
blur:
|
|
2187
|
+
blur: fe()
|
|
2188
2188
|
}],
|
|
2189
2189
|
/**
|
|
2190
2190
|
* Brightness
|
|
2191
2191
|
* @see https://tailwindcss.com/docs/brightness
|
|
2192
2192
|
*/
|
|
2193
2193
|
brightness: [{
|
|
2194
|
-
brightness: [
|
|
2194
|
+
brightness: [w, g, p]
|
|
2195
2195
|
}],
|
|
2196
2196
|
/**
|
|
2197
2197
|
* Contrast
|
|
2198
2198
|
* @see https://tailwindcss.com/docs/contrast
|
|
2199
2199
|
*/
|
|
2200
2200
|
contrast: [{
|
|
2201
|
-
contrast: [
|
|
2201
|
+
contrast: [w, g, p]
|
|
2202
2202
|
}],
|
|
2203
2203
|
/**
|
|
2204
2204
|
* Drop Shadow
|
|
@@ -2209,7 +2209,7 @@ const nt = (e, a) => {
|
|
|
2209
2209
|
// Deprecated since Tailwind CSS v4.0.0
|
|
2210
2210
|
"",
|
|
2211
2211
|
"none",
|
|
2212
|
-
|
|
2212
|
+
k,
|
|
2213
2213
|
ze,
|
|
2214
2214
|
Oe
|
|
2215
2215
|
]
|
|
@@ -2219,42 +2219,42 @@ const nt = (e, a) => {
|
|
|
2219
2219
|
* @see https://tailwindcss.com/docs/filter-drop-shadow#setting-the-shadow-color
|
|
2220
2220
|
*/
|
|
2221
2221
|
"drop-shadow-color": [{
|
|
2222
|
-
"drop-shadow":
|
|
2222
|
+
"drop-shadow": x()
|
|
2223
2223
|
}],
|
|
2224
2224
|
/**
|
|
2225
2225
|
* Grayscale
|
|
2226
2226
|
* @see https://tailwindcss.com/docs/grayscale
|
|
2227
2227
|
*/
|
|
2228
2228
|
grayscale: [{
|
|
2229
|
-
grayscale: ["",
|
|
2229
|
+
grayscale: ["", w, g, p]
|
|
2230
2230
|
}],
|
|
2231
2231
|
/**
|
|
2232
2232
|
* Hue Rotate
|
|
2233
2233
|
* @see https://tailwindcss.com/docs/hue-rotate
|
|
2234
2234
|
*/
|
|
2235
2235
|
"hue-rotate": [{
|
|
2236
|
-
"hue-rotate": [
|
|
2236
|
+
"hue-rotate": [w, g, p]
|
|
2237
2237
|
}],
|
|
2238
2238
|
/**
|
|
2239
2239
|
* Invert
|
|
2240
2240
|
* @see https://tailwindcss.com/docs/invert
|
|
2241
2241
|
*/
|
|
2242
2242
|
invert: [{
|
|
2243
|
-
invert: ["",
|
|
2243
|
+
invert: ["", w, g, p]
|
|
2244
2244
|
}],
|
|
2245
2245
|
/**
|
|
2246
2246
|
* Saturate
|
|
2247
2247
|
* @see https://tailwindcss.com/docs/saturate
|
|
2248
2248
|
*/
|
|
2249
2249
|
saturate: [{
|
|
2250
|
-
saturate: [
|
|
2250
|
+
saturate: [w, g, p]
|
|
2251
2251
|
}],
|
|
2252
2252
|
/**
|
|
2253
2253
|
* Sepia
|
|
2254
2254
|
* @see https://tailwindcss.com/docs/sepia
|
|
2255
2255
|
*/
|
|
2256
2256
|
sepia: [{
|
|
2257
|
-
sepia: ["",
|
|
2257
|
+
sepia: ["", w, g, p]
|
|
2258
2258
|
}],
|
|
2259
2259
|
/**
|
|
2260
2260
|
* Backdrop Filter
|
|
@@ -2265,7 +2265,7 @@ const nt = (e, a) => {
|
|
|
2265
2265
|
// Deprecated since Tailwind CSS v3.0.0
|
|
2266
2266
|
"",
|
|
2267
2267
|
"none",
|
|
2268
|
-
|
|
2268
|
+
g,
|
|
2269
2269
|
p
|
|
2270
2270
|
]
|
|
2271
2271
|
}],
|
|
@@ -2274,63 +2274,63 @@ const nt = (e, a) => {
|
|
|
2274
2274
|
* @see https://tailwindcss.com/docs/backdrop-blur
|
|
2275
2275
|
*/
|
|
2276
2276
|
"backdrop-blur": [{
|
|
2277
|
-
"backdrop-blur":
|
|
2277
|
+
"backdrop-blur": fe()
|
|
2278
2278
|
}],
|
|
2279
2279
|
/**
|
|
2280
2280
|
* Backdrop Brightness
|
|
2281
2281
|
* @see https://tailwindcss.com/docs/backdrop-brightness
|
|
2282
2282
|
*/
|
|
2283
2283
|
"backdrop-brightness": [{
|
|
2284
|
-
"backdrop-brightness": [
|
|
2284
|
+
"backdrop-brightness": [w, g, p]
|
|
2285
2285
|
}],
|
|
2286
2286
|
/**
|
|
2287
2287
|
* Backdrop Contrast
|
|
2288
2288
|
* @see https://tailwindcss.com/docs/backdrop-contrast
|
|
2289
2289
|
*/
|
|
2290
2290
|
"backdrop-contrast": [{
|
|
2291
|
-
"backdrop-contrast": [
|
|
2291
|
+
"backdrop-contrast": [w, g, p]
|
|
2292
2292
|
}],
|
|
2293
2293
|
/**
|
|
2294
2294
|
* Backdrop Grayscale
|
|
2295
2295
|
* @see https://tailwindcss.com/docs/backdrop-grayscale
|
|
2296
2296
|
*/
|
|
2297
2297
|
"backdrop-grayscale": [{
|
|
2298
|
-
"backdrop-grayscale": ["",
|
|
2298
|
+
"backdrop-grayscale": ["", w, g, p]
|
|
2299
2299
|
}],
|
|
2300
2300
|
/**
|
|
2301
2301
|
* Backdrop Hue Rotate
|
|
2302
2302
|
* @see https://tailwindcss.com/docs/backdrop-hue-rotate
|
|
2303
2303
|
*/
|
|
2304
2304
|
"backdrop-hue-rotate": [{
|
|
2305
|
-
"backdrop-hue-rotate": [
|
|
2305
|
+
"backdrop-hue-rotate": [w, g, p]
|
|
2306
2306
|
}],
|
|
2307
2307
|
/**
|
|
2308
2308
|
* Backdrop Invert
|
|
2309
2309
|
* @see https://tailwindcss.com/docs/backdrop-invert
|
|
2310
2310
|
*/
|
|
2311
2311
|
"backdrop-invert": [{
|
|
2312
|
-
"backdrop-invert": ["",
|
|
2312
|
+
"backdrop-invert": ["", w, g, p]
|
|
2313
2313
|
}],
|
|
2314
2314
|
/**
|
|
2315
2315
|
* Backdrop Opacity
|
|
2316
2316
|
* @see https://tailwindcss.com/docs/backdrop-opacity
|
|
2317
2317
|
*/
|
|
2318
2318
|
"backdrop-opacity": [{
|
|
2319
|
-
"backdrop-opacity": [
|
|
2319
|
+
"backdrop-opacity": [w, g, p]
|
|
2320
2320
|
}],
|
|
2321
2321
|
/**
|
|
2322
2322
|
* Backdrop Saturate
|
|
2323
2323
|
* @see https://tailwindcss.com/docs/backdrop-saturate
|
|
2324
2324
|
*/
|
|
2325
2325
|
"backdrop-saturate": [{
|
|
2326
|
-
"backdrop-saturate": [
|
|
2326
|
+
"backdrop-saturate": [w, g, p]
|
|
2327
2327
|
}],
|
|
2328
2328
|
/**
|
|
2329
2329
|
* Backdrop Sepia
|
|
2330
2330
|
* @see https://tailwindcss.com/docs/backdrop-sepia
|
|
2331
2331
|
*/
|
|
2332
2332
|
"backdrop-sepia": [{
|
|
2333
|
-
"backdrop-sepia": ["",
|
|
2333
|
+
"backdrop-sepia": ["", w, g, p]
|
|
2334
2334
|
}],
|
|
2335
2335
|
// --------------
|
|
2336
2336
|
// --- Tables ---
|
|
@@ -2347,21 +2347,21 @@ const nt = (e, a) => {
|
|
|
2347
2347
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
2348
2348
|
*/
|
|
2349
2349
|
"border-spacing": [{
|
|
2350
|
-
"border-spacing":
|
|
2350
|
+
"border-spacing": b()
|
|
2351
2351
|
}],
|
|
2352
2352
|
/**
|
|
2353
2353
|
* Border Spacing X
|
|
2354
2354
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
2355
2355
|
*/
|
|
2356
2356
|
"border-spacing-x": [{
|
|
2357
|
-
"border-spacing-x":
|
|
2357
|
+
"border-spacing-x": b()
|
|
2358
2358
|
}],
|
|
2359
2359
|
/**
|
|
2360
2360
|
* Border Spacing Y
|
|
2361
2361
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
2362
2362
|
*/
|
|
2363
2363
|
"border-spacing-y": [{
|
|
2364
|
-
"border-spacing-y":
|
|
2364
|
+
"border-spacing-y": b()
|
|
2365
2365
|
}],
|
|
2366
2366
|
/**
|
|
2367
2367
|
* Table Layout
|
|
@@ -2385,7 +2385,7 @@ const nt = (e, a) => {
|
|
|
2385
2385
|
* @see https://tailwindcss.com/docs/transition-property
|
|
2386
2386
|
*/
|
|
2387
2387
|
transition: [{
|
|
2388
|
-
transition: ["", "all", "colors", "opacity", "shadow", "transform", "none",
|
|
2388
|
+
transition: ["", "all", "colors", "opacity", "shadow", "transform", "none", g, p]
|
|
2389
2389
|
}],
|
|
2390
2390
|
/**
|
|
2391
2391
|
* Transition Behavior
|
|
@@ -2399,28 +2399,28 @@ const nt = (e, a) => {
|
|
|
2399
2399
|
* @see https://tailwindcss.com/docs/transition-duration
|
|
2400
2400
|
*/
|
|
2401
2401
|
duration: [{
|
|
2402
|
-
duration: [
|
|
2402
|
+
duration: [w, "initial", g, p]
|
|
2403
2403
|
}],
|
|
2404
2404
|
/**
|
|
2405
2405
|
* Transition Timing Function
|
|
2406
2406
|
* @see https://tailwindcss.com/docs/transition-timing-function
|
|
2407
2407
|
*/
|
|
2408
2408
|
ease: [{
|
|
2409
|
-
ease: ["linear", "initial",
|
|
2409
|
+
ease: ["linear", "initial", O, g, p]
|
|
2410
2410
|
}],
|
|
2411
2411
|
/**
|
|
2412
2412
|
* Transition Delay
|
|
2413
2413
|
* @see https://tailwindcss.com/docs/transition-delay
|
|
2414
2414
|
*/
|
|
2415
2415
|
delay: [{
|
|
2416
|
-
delay: [
|
|
2416
|
+
delay: [w, g, p]
|
|
2417
2417
|
}],
|
|
2418
2418
|
/**
|
|
2419
2419
|
* Animation
|
|
2420
2420
|
* @see https://tailwindcss.com/docs/animation
|
|
2421
2421
|
*/
|
|
2422
2422
|
animate: [{
|
|
2423
|
-
animate: ["none", C,
|
|
2423
|
+
animate: ["none", C, g, p]
|
|
2424
2424
|
}],
|
|
2425
2425
|
// ------------------
|
|
2426
2426
|
// --- Transforms ---
|
|
@@ -2437,7 +2437,7 @@ const nt = (e, a) => {
|
|
|
2437
2437
|
* @see https://tailwindcss.com/docs/perspective
|
|
2438
2438
|
*/
|
|
2439
2439
|
perspective: [{
|
|
2440
|
-
perspective: [
|
|
2440
|
+
perspective: [P, g, p]
|
|
2441
2441
|
}],
|
|
2442
2442
|
/**
|
|
2443
2443
|
* Perspective Origin
|
|
@@ -2479,28 +2479,28 @@ const nt = (e, a) => {
|
|
|
2479
2479
|
* @see https://tailwindcss.com/docs/scale
|
|
2480
2480
|
*/
|
|
2481
2481
|
scale: [{
|
|
2482
|
-
scale:
|
|
2482
|
+
scale: pe()
|
|
2483
2483
|
}],
|
|
2484
2484
|
/**
|
|
2485
2485
|
* Scale X
|
|
2486
2486
|
* @see https://tailwindcss.com/docs/scale
|
|
2487
2487
|
*/
|
|
2488
2488
|
"scale-x": [{
|
|
2489
|
-
"scale-x":
|
|
2489
|
+
"scale-x": pe()
|
|
2490
2490
|
}],
|
|
2491
2491
|
/**
|
|
2492
2492
|
* Scale Y
|
|
2493
2493
|
* @see https://tailwindcss.com/docs/scale
|
|
2494
2494
|
*/
|
|
2495
2495
|
"scale-y": [{
|
|
2496
|
-
"scale-y":
|
|
2496
|
+
"scale-y": pe()
|
|
2497
2497
|
}],
|
|
2498
2498
|
/**
|
|
2499
2499
|
* Scale Z
|
|
2500
2500
|
* @see https://tailwindcss.com/docs/scale
|
|
2501
2501
|
*/
|
|
2502
2502
|
"scale-z": [{
|
|
2503
|
-
"scale-z":
|
|
2503
|
+
"scale-z": pe()
|
|
2504
2504
|
}],
|
|
2505
2505
|
/**
|
|
2506
2506
|
* Scale 3D
|
|
@@ -2533,7 +2533,7 @@ const nt = (e, a) => {
|
|
|
2533
2533
|
* @see https://tailwindcss.com/docs/transform
|
|
2534
2534
|
*/
|
|
2535
2535
|
transform: [{
|
|
2536
|
-
transform: [
|
|
2536
|
+
transform: [g, p, "", "none", "gpu", "cpu"]
|
|
2537
2537
|
}],
|
|
2538
2538
|
/**
|
|
2539
2539
|
* Transform Origin
|
|
@@ -2554,28 +2554,28 @@ const nt = (e, a) => {
|
|
|
2554
2554
|
* @see https://tailwindcss.com/docs/translate
|
|
2555
2555
|
*/
|
|
2556
2556
|
translate: [{
|
|
2557
|
-
translate:
|
|
2557
|
+
translate: ye()
|
|
2558
2558
|
}],
|
|
2559
2559
|
/**
|
|
2560
2560
|
* Translate X
|
|
2561
2561
|
* @see https://tailwindcss.com/docs/translate
|
|
2562
2562
|
*/
|
|
2563
2563
|
"translate-x": [{
|
|
2564
|
-
"translate-x":
|
|
2564
|
+
"translate-x": ye()
|
|
2565
2565
|
}],
|
|
2566
2566
|
/**
|
|
2567
2567
|
* Translate Y
|
|
2568
2568
|
* @see https://tailwindcss.com/docs/translate
|
|
2569
2569
|
*/
|
|
2570
2570
|
"translate-y": [{
|
|
2571
|
-
"translate-y":
|
|
2571
|
+
"translate-y": ye()
|
|
2572
2572
|
}],
|
|
2573
2573
|
/**
|
|
2574
2574
|
* Translate Z
|
|
2575
2575
|
* @see https://tailwindcss.com/docs/translate
|
|
2576
2576
|
*/
|
|
2577
2577
|
"translate-z": [{
|
|
2578
|
-
"translate-z":
|
|
2578
|
+
"translate-z": ye()
|
|
2579
2579
|
}],
|
|
2580
2580
|
/**
|
|
2581
2581
|
* Translate None
|
|
@@ -2587,7 +2587,7 @@ const nt = (e, a) => {
|
|
|
2587
2587
|
* @see https://tailwindcss.com/docs/zoom
|
|
2588
2588
|
*/
|
|
2589
2589
|
zoom: [{
|
|
2590
|
-
zoom: [
|
|
2590
|
+
zoom: [oe, g, p]
|
|
2591
2591
|
}],
|
|
2592
2592
|
// ---------------------
|
|
2593
2593
|
// --- Interactivity ---
|
|
@@ -2597,7 +2597,7 @@ const nt = (e, a) => {
|
|
|
2597
2597
|
* @see https://tailwindcss.com/docs/accent-color
|
|
2598
2598
|
*/
|
|
2599
2599
|
accent: [{
|
|
2600
|
-
accent:
|
|
2600
|
+
accent: x()
|
|
2601
2601
|
}],
|
|
2602
2602
|
/**
|
|
2603
2603
|
* Appearance
|
|
@@ -2611,7 +2611,7 @@ const nt = (e, a) => {
|
|
|
2611
2611
|
* @see https://tailwindcss.com/docs/just-in-time-mode#caret-color-utilities
|
|
2612
2612
|
*/
|
|
2613
2613
|
"caret-color": [{
|
|
2614
|
-
caret:
|
|
2614
|
+
caret: x()
|
|
2615
2615
|
}],
|
|
2616
2616
|
/**
|
|
2617
2617
|
* Color Scheme
|
|
@@ -2625,7 +2625,7 @@ const nt = (e, a) => {
|
|
|
2625
2625
|
* @see https://tailwindcss.com/docs/cursor
|
|
2626
2626
|
*/
|
|
2627
2627
|
cursor: [{
|
|
2628
|
-
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",
|
|
2628
|
+
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", g, p]
|
|
2629
2629
|
}],
|
|
2630
2630
|
/**
|
|
2631
2631
|
* Field Sizing
|
|
@@ -2660,14 +2660,14 @@ const nt = (e, a) => {
|
|
|
2660
2660
|
* @see https://tailwindcss.com/docs/scrollbar-color
|
|
2661
2661
|
*/
|
|
2662
2662
|
"scrollbar-thumb-color": [{
|
|
2663
|
-
"scrollbar-thumb":
|
|
2663
|
+
"scrollbar-thumb": x()
|
|
2664
2664
|
}],
|
|
2665
2665
|
/**
|
|
2666
2666
|
* Scrollbar Track Color
|
|
2667
2667
|
* @see https://tailwindcss.com/docs/scrollbar-color
|
|
2668
2668
|
*/
|
|
2669
2669
|
"scrollbar-track-color": [{
|
|
2670
|
-
"scrollbar-track":
|
|
2670
|
+
"scrollbar-track": x()
|
|
2671
2671
|
}],
|
|
2672
2672
|
/**
|
|
2673
2673
|
* Scrollbar Gutter
|
|
@@ -2688,154 +2688,154 @@ const nt = (e, a) => {
|
|
|
2688
2688
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2689
2689
|
*/
|
|
2690
2690
|
"scroll-m": [{
|
|
2691
|
-
"scroll-m":
|
|
2691
|
+
"scroll-m": b()
|
|
2692
2692
|
}],
|
|
2693
2693
|
/**
|
|
2694
2694
|
* Scroll Margin Inline
|
|
2695
2695
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2696
2696
|
*/
|
|
2697
2697
|
"scroll-mx": [{
|
|
2698
|
-
"scroll-mx":
|
|
2698
|
+
"scroll-mx": b()
|
|
2699
2699
|
}],
|
|
2700
2700
|
/**
|
|
2701
2701
|
* Scroll Margin Block
|
|
2702
2702
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2703
2703
|
*/
|
|
2704
2704
|
"scroll-my": [{
|
|
2705
|
-
"scroll-my":
|
|
2705
|
+
"scroll-my": b()
|
|
2706
2706
|
}],
|
|
2707
2707
|
/**
|
|
2708
2708
|
* Scroll Margin Inline Start
|
|
2709
2709
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2710
2710
|
*/
|
|
2711
2711
|
"scroll-ms": [{
|
|
2712
|
-
"scroll-ms":
|
|
2712
|
+
"scroll-ms": b()
|
|
2713
2713
|
}],
|
|
2714
2714
|
/**
|
|
2715
2715
|
* Scroll Margin Inline End
|
|
2716
2716
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2717
2717
|
*/
|
|
2718
2718
|
"scroll-me": [{
|
|
2719
|
-
"scroll-me":
|
|
2719
|
+
"scroll-me": b()
|
|
2720
2720
|
}],
|
|
2721
2721
|
/**
|
|
2722
2722
|
* Scroll Margin Block Start
|
|
2723
2723
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2724
2724
|
*/
|
|
2725
2725
|
"scroll-mbs": [{
|
|
2726
|
-
"scroll-mbs":
|
|
2726
|
+
"scroll-mbs": b()
|
|
2727
2727
|
}],
|
|
2728
2728
|
/**
|
|
2729
2729
|
* Scroll Margin Block End
|
|
2730
2730
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2731
2731
|
*/
|
|
2732
2732
|
"scroll-mbe": [{
|
|
2733
|
-
"scroll-mbe":
|
|
2733
|
+
"scroll-mbe": b()
|
|
2734
2734
|
}],
|
|
2735
2735
|
/**
|
|
2736
2736
|
* Scroll Margin Top
|
|
2737
2737
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2738
2738
|
*/
|
|
2739
2739
|
"scroll-mt": [{
|
|
2740
|
-
"scroll-mt":
|
|
2740
|
+
"scroll-mt": b()
|
|
2741
2741
|
}],
|
|
2742
2742
|
/**
|
|
2743
2743
|
* Scroll Margin Right
|
|
2744
2744
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2745
2745
|
*/
|
|
2746
2746
|
"scroll-mr": [{
|
|
2747
|
-
"scroll-mr":
|
|
2747
|
+
"scroll-mr": b()
|
|
2748
2748
|
}],
|
|
2749
2749
|
/**
|
|
2750
2750
|
* Scroll Margin Bottom
|
|
2751
2751
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2752
2752
|
*/
|
|
2753
2753
|
"scroll-mb": [{
|
|
2754
|
-
"scroll-mb":
|
|
2754
|
+
"scroll-mb": b()
|
|
2755
2755
|
}],
|
|
2756
2756
|
/**
|
|
2757
2757
|
* Scroll Margin Left
|
|
2758
2758
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2759
2759
|
*/
|
|
2760
2760
|
"scroll-ml": [{
|
|
2761
|
-
"scroll-ml":
|
|
2761
|
+
"scroll-ml": b()
|
|
2762
2762
|
}],
|
|
2763
2763
|
/**
|
|
2764
2764
|
* Scroll Padding
|
|
2765
2765
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2766
2766
|
*/
|
|
2767
2767
|
"scroll-p": [{
|
|
2768
|
-
"scroll-p":
|
|
2768
|
+
"scroll-p": b()
|
|
2769
2769
|
}],
|
|
2770
2770
|
/**
|
|
2771
2771
|
* Scroll Padding Inline
|
|
2772
2772
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2773
2773
|
*/
|
|
2774
2774
|
"scroll-px": [{
|
|
2775
|
-
"scroll-px":
|
|
2775
|
+
"scroll-px": b()
|
|
2776
2776
|
}],
|
|
2777
2777
|
/**
|
|
2778
2778
|
* Scroll Padding Block
|
|
2779
2779
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2780
2780
|
*/
|
|
2781
2781
|
"scroll-py": [{
|
|
2782
|
-
"scroll-py":
|
|
2782
|
+
"scroll-py": b()
|
|
2783
2783
|
}],
|
|
2784
2784
|
/**
|
|
2785
2785
|
* Scroll Padding Inline Start
|
|
2786
2786
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2787
2787
|
*/
|
|
2788
2788
|
"scroll-ps": [{
|
|
2789
|
-
"scroll-ps":
|
|
2789
|
+
"scroll-ps": b()
|
|
2790
2790
|
}],
|
|
2791
2791
|
/**
|
|
2792
2792
|
* Scroll Padding Inline End
|
|
2793
2793
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2794
2794
|
*/
|
|
2795
2795
|
"scroll-pe": [{
|
|
2796
|
-
"scroll-pe":
|
|
2796
|
+
"scroll-pe": b()
|
|
2797
2797
|
}],
|
|
2798
2798
|
/**
|
|
2799
2799
|
* Scroll Padding Block Start
|
|
2800
2800
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2801
2801
|
*/
|
|
2802
2802
|
"scroll-pbs": [{
|
|
2803
|
-
"scroll-pbs":
|
|
2803
|
+
"scroll-pbs": b()
|
|
2804
2804
|
}],
|
|
2805
2805
|
/**
|
|
2806
2806
|
* Scroll Padding Block End
|
|
2807
2807
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2808
2808
|
*/
|
|
2809
2809
|
"scroll-pbe": [{
|
|
2810
|
-
"scroll-pbe":
|
|
2810
|
+
"scroll-pbe": b()
|
|
2811
2811
|
}],
|
|
2812
2812
|
/**
|
|
2813
2813
|
* Scroll Padding Top
|
|
2814
2814
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2815
2815
|
*/
|
|
2816
2816
|
"scroll-pt": [{
|
|
2817
|
-
"scroll-pt":
|
|
2817
|
+
"scroll-pt": b()
|
|
2818
2818
|
}],
|
|
2819
2819
|
/**
|
|
2820
2820
|
* Scroll Padding Right
|
|
2821
2821
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2822
2822
|
*/
|
|
2823
2823
|
"scroll-pr": [{
|
|
2824
|
-
"scroll-pr":
|
|
2824
|
+
"scroll-pr": b()
|
|
2825
2825
|
}],
|
|
2826
2826
|
/**
|
|
2827
2827
|
* Scroll Padding Bottom
|
|
2828
2828
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2829
2829
|
*/
|
|
2830
2830
|
"scroll-pb": [{
|
|
2831
|
-
"scroll-pb":
|
|
2831
|
+
"scroll-pb": b()
|
|
2832
2832
|
}],
|
|
2833
2833
|
/**
|
|
2834
2834
|
* Scroll Padding Left
|
|
2835
2835
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2836
2836
|
*/
|
|
2837
2837
|
"scroll-pl": [{
|
|
2838
|
-
"scroll-pl":
|
|
2838
|
+
"scroll-pl": b()
|
|
2839
2839
|
}],
|
|
2840
2840
|
/**
|
|
2841
2841
|
* Scroll Snap Align
|
|
@@ -2903,7 +2903,7 @@ const nt = (e, a) => {
|
|
|
2903
2903
|
* @see https://tailwindcss.com/docs/will-change
|
|
2904
2904
|
*/
|
|
2905
2905
|
"will-change": [{
|
|
2906
|
-
"will-change": ["auto", "scroll", "contents", "transform",
|
|
2906
|
+
"will-change": ["auto", "scroll", "contents", "transform", g, p]
|
|
2907
2907
|
}],
|
|
2908
2908
|
// -----------
|
|
2909
2909
|
// --- SVG ---
|
|
@@ -2913,21 +2913,21 @@ const nt = (e, a) => {
|
|
|
2913
2913
|
* @see https://tailwindcss.com/docs/fill
|
|
2914
2914
|
*/
|
|
2915
2915
|
fill: [{
|
|
2916
|
-
fill: ["none", ...
|
|
2916
|
+
fill: ["none", ...x()]
|
|
2917
2917
|
}],
|
|
2918
2918
|
/**
|
|
2919
2919
|
* Stroke Width
|
|
2920
2920
|
* @see https://tailwindcss.com/docs/stroke-width
|
|
2921
2921
|
*/
|
|
2922
2922
|
"stroke-w": [{
|
|
2923
|
-
stroke: [
|
|
2923
|
+
stroke: [w, Se, ge, br]
|
|
2924
2924
|
}],
|
|
2925
2925
|
/**
|
|
2926
2926
|
* Stroke
|
|
2927
2927
|
* @see https://tailwindcss.com/docs/stroke
|
|
2928
2928
|
*/
|
|
2929
2929
|
stroke: [{
|
|
2930
|
-
stroke: ["none", ...
|
|
2930
|
+
stroke: ["none", ...x()]
|
|
2931
2931
|
}],
|
|
2932
2932
|
// ---------------------
|
|
2933
2933
|
// --- Accessibility ---
|
|
@@ -2997,11 +2997,11 @@ const nt = (e, a) => {
|
|
|
2997
2997
|
postfixLookupClassGroups: ["container-type"],
|
|
2998
2998
|
orderSensitiveModifiers: ["*", "**", "after", "backdrop", "before", "details-content", "file", "first-letter", "first-line", "marker", "placeholder", "selection"]
|
|
2999
2999
|
};
|
|
3000
|
-
},
|
|
3001
|
-
function
|
|
3002
|
-
return
|
|
3000
|
+
}, Ht = /* @__PURE__ */ St(Xt);
|
|
3001
|
+
function E(...e) {
|
|
3002
|
+
return Ht(nt(e));
|
|
3003
3003
|
}
|
|
3004
|
-
var
|
|
3004
|
+
var qe = { exports: {} }, Ee = {};
|
|
3005
3005
|
/**
|
|
3006
3006
|
* @license React
|
|
3007
3007
|
* react-jsx-runtime.production.min.js
|
|
@@ -3011,19 +3011,19 @@ var Ue = { exports: {} }, Ne = {};
|
|
|
3011
3011
|
* This source code is licensed under the MIT license found in the
|
|
3012
3012
|
* LICENSE file in the root directory of this source tree.
|
|
3013
3013
|
*/
|
|
3014
|
-
var
|
|
3015
|
-
function
|
|
3016
|
-
if (
|
|
3017
|
-
|
|
3018
|
-
var e =
|
|
3019
|
-
function
|
|
3020
|
-
var
|
|
3021
|
-
|
|
3022
|
-
for (
|
|
3023
|
-
if (
|
|
3024
|
-
return { $$typeof: a, type:
|
|
3014
|
+
var hr;
|
|
3015
|
+
function Zt() {
|
|
3016
|
+
if (hr) return Ee;
|
|
3017
|
+
hr = 1;
|
|
3018
|
+
var e = vr, a = Symbol.for("react.element"), o = Symbol.for("react.fragment"), t = Object.prototype.hasOwnProperty, l = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, c = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
3019
|
+
function n(d, m, u) {
|
|
3020
|
+
var h, v = {}, T = null, k = null;
|
|
3021
|
+
u !== void 0 && (T = "" + u), m.key !== void 0 && (T = "" + m.key), m.ref !== void 0 && (k = m.ref);
|
|
3022
|
+
for (h in m) t.call(m, h) && !c.hasOwnProperty(h) && (v[h] = m[h]);
|
|
3023
|
+
if (d && d.defaultProps) for (h in m = d.defaultProps, m) v[h] === void 0 && (v[h] = m[h]);
|
|
3024
|
+
return { $$typeof: a, type: d, key: T, ref: k, props: v, _owner: l.current };
|
|
3025
3025
|
}
|
|
3026
|
-
return
|
|
3026
|
+
return Ee.Fragment = o, Ee.jsx = n, Ee.jsxs = n, Ee;
|
|
3027
3027
|
}
|
|
3028
3028
|
var Te = {};
|
|
3029
3029
|
/**
|
|
@@ -3035,54 +3035,54 @@ var Te = {};
|
|
|
3035
3035
|
* This source code is licensed under the MIT license found in the
|
|
3036
3036
|
* LICENSE file in the root directory of this source tree.
|
|
3037
3037
|
*/
|
|
3038
|
-
var
|
|
3039
|
-
function
|
|
3040
|
-
return
|
|
3041
|
-
var e =
|
|
3042
|
-
function
|
|
3038
|
+
var yr;
|
|
3039
|
+
function Qt() {
|
|
3040
|
+
return yr || (yr = 1, process.env.NODE_ENV !== "production" && function() {
|
|
3041
|
+
var e = vr, a = Symbol.for("react.element"), o = Symbol.for("react.portal"), t = Symbol.for("react.fragment"), l = Symbol.for("react.strict_mode"), c = Symbol.for("react.profiler"), n = Symbol.for("react.provider"), d = Symbol.for("react.context"), m = Symbol.for("react.forward_ref"), u = Symbol.for("react.suspense"), h = Symbol.for("react.suspense_list"), v = Symbol.for("react.memo"), T = Symbol.for("react.lazy"), k = Symbol.for("react.offscreen"), S = Symbol.iterator, P = "@@iterator";
|
|
3042
|
+
function A(r) {
|
|
3043
3043
|
if (r === null || typeof r != "object")
|
|
3044
3044
|
return null;
|
|
3045
|
-
var
|
|
3046
|
-
return typeof
|
|
3045
|
+
var i = S && r[S] || r[P];
|
|
3046
|
+
return typeof i == "function" ? i : null;
|
|
3047
3047
|
}
|
|
3048
|
-
var
|
|
3048
|
+
var O = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
3049
3049
|
function C(r) {
|
|
3050
3050
|
{
|
|
3051
|
-
for (var
|
|
3051
|
+
for (var i = arguments.length, f = new Array(i > 1 ? i - 1 : 0), y = 1; y < i; y++)
|
|
3052
3052
|
f[y - 1] = arguments[y];
|
|
3053
3053
|
H("error", r, f);
|
|
3054
3054
|
}
|
|
3055
3055
|
}
|
|
3056
|
-
function H(r,
|
|
3056
|
+
function H(r, i, f) {
|
|
3057
3057
|
{
|
|
3058
|
-
var y =
|
|
3059
|
-
|
|
3060
|
-
var
|
|
3058
|
+
var y = O.ReactDebugCurrentFrame, _ = y.getStackAddendum();
|
|
3059
|
+
_ !== "" && (i += "%s", f = f.concat([_]));
|
|
3060
|
+
var z = f.map(function(R) {
|
|
3061
3061
|
return String(R);
|
|
3062
3062
|
});
|
|
3063
|
-
|
|
3063
|
+
z.unshift("Warning: " + i), Function.prototype.apply.call(console[r], console, z);
|
|
3064
3064
|
}
|
|
3065
3065
|
}
|
|
3066
|
-
var W = !1, q = !1,
|
|
3066
|
+
var W = !1, q = !1, N = !1, I = !1, b = !1, M;
|
|
3067
3067
|
M = Symbol.for("react.module.reference");
|
|
3068
|
-
function
|
|
3069
|
-
return !!(typeof r == "string" || typeof r == "function" || r === t || r ===
|
|
3068
|
+
function de(r) {
|
|
3069
|
+
return !!(typeof r == "string" || typeof r == "function" || r === t || r === c || b || r === l || r === u || r === h || I || r === k || W || q || N || typeof r == "object" && r !== null && (r.$$typeof === T || r.$$typeof === v || r.$$typeof === n || r.$$typeof === d || r.$$typeof === m || // This needs to include all possible module reference object
|
|
3070
3070
|
// types supported by any Flight configuration anywhere since
|
|
3071
3071
|
// we don't know which Flight build this will end up being used
|
|
3072
3072
|
// with.
|
|
3073
3073
|
r.$$typeof === M || r.getModuleId !== void 0));
|
|
3074
3074
|
}
|
|
3075
|
-
function
|
|
3075
|
+
function ue(r, i, f) {
|
|
3076
3076
|
var y = r.displayName;
|
|
3077
3077
|
if (y)
|
|
3078
3078
|
return y;
|
|
3079
|
-
var
|
|
3080
|
-
return
|
|
3079
|
+
var _ = i.displayName || i.name || "";
|
|
3080
|
+
return _ !== "" ? f + "(" + _ + ")" : f;
|
|
3081
3081
|
}
|
|
3082
3082
|
function te(r) {
|
|
3083
3083
|
return r.displayName || "Context";
|
|
3084
3084
|
}
|
|
3085
|
-
function
|
|
3085
|
+
function Z(r) {
|
|
3086
3086
|
if (r == null)
|
|
3087
3087
|
return null;
|
|
3088
3088
|
if (typeof r.tag == "number" && C("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof r == "function")
|
|
@@ -3094,32 +3094,32 @@ function Zt() {
|
|
|
3094
3094
|
return "Fragment";
|
|
3095
3095
|
case o:
|
|
3096
3096
|
return "Portal";
|
|
3097
|
-
case
|
|
3097
|
+
case c:
|
|
3098
3098
|
return "Profiler";
|
|
3099
|
-
case
|
|
3099
|
+
case l:
|
|
3100
3100
|
return "StrictMode";
|
|
3101
|
-
case
|
|
3101
|
+
case u:
|
|
3102
3102
|
return "Suspense";
|
|
3103
|
-
case
|
|
3103
|
+
case h:
|
|
3104
3104
|
return "SuspenseList";
|
|
3105
3105
|
}
|
|
3106
3106
|
if (typeof r == "object")
|
|
3107
3107
|
switch (r.$$typeof) {
|
|
3108
|
-
case
|
|
3109
|
-
var
|
|
3110
|
-
return te(
|
|
3111
|
-
case
|
|
3108
|
+
case d:
|
|
3109
|
+
var i = r;
|
|
3110
|
+
return te(i) + ".Consumer";
|
|
3111
|
+
case n:
|
|
3112
3112
|
var f = r;
|
|
3113
3113
|
return te(f._context) + ".Provider";
|
|
3114
3114
|
case m:
|
|
3115
|
-
return
|
|
3115
|
+
return ue(r, r.render, "ForwardRef");
|
|
3116
3116
|
case v:
|
|
3117
3117
|
var y = r.displayName || null;
|
|
3118
|
-
return y !== null ? y :
|
|
3119
|
-
case
|
|
3120
|
-
var
|
|
3118
|
+
return y !== null ? y : Z(r.type) || "Memo";
|
|
3119
|
+
case T: {
|
|
3120
|
+
var _ = r, z = _._payload, R = _._init;
|
|
3121
3121
|
try {
|
|
3122
|
-
return
|
|
3122
|
+
return Z(R(z));
|
|
3123
3123
|
} catch {
|
|
3124
3124
|
return null;
|
|
3125
3125
|
}
|
|
@@ -3127,14 +3127,14 @@ function Zt() {
|
|
|
3127
3127
|
}
|
|
3128
3128
|
return null;
|
|
3129
3129
|
}
|
|
3130
|
-
var
|
|
3130
|
+
var Q = Object.assign, U = 0, $, K, J, ae, x, we, je;
|
|
3131
3131
|
function Ce() {
|
|
3132
3132
|
}
|
|
3133
3133
|
Ce.__reactDisabledLog = !0;
|
|
3134
3134
|
function Re() {
|
|
3135
3135
|
{
|
|
3136
|
-
if (
|
|
3137
|
-
|
|
3136
|
+
if (U === 0) {
|
|
3137
|
+
$ = console.log, K = console.info, J = console.warn, ae = console.error, x = console.group, we = console.groupCollapsed, je = console.groupEnd;
|
|
3138
3138
|
var r = {
|
|
3139
3139
|
configurable: !0,
|
|
3140
3140
|
enumerable: !0,
|
|
@@ -3151,79 +3151,79 @@ function Zt() {
|
|
|
3151
3151
|
groupEnd: r
|
|
3152
3152
|
});
|
|
3153
3153
|
}
|
|
3154
|
-
|
|
3154
|
+
U++;
|
|
3155
3155
|
}
|
|
3156
3156
|
}
|
|
3157
|
-
function
|
|
3157
|
+
function B() {
|
|
3158
3158
|
{
|
|
3159
|
-
if (
|
|
3159
|
+
if (U--, U === 0) {
|
|
3160
3160
|
var r = {
|
|
3161
3161
|
configurable: !0,
|
|
3162
3162
|
enumerable: !0,
|
|
3163
3163
|
writable: !0
|
|
3164
3164
|
};
|
|
3165
3165
|
Object.defineProperties(console, {
|
|
3166
|
-
log:
|
|
3167
|
-
value:
|
|
3166
|
+
log: Q({}, r, {
|
|
3167
|
+
value: $
|
|
3168
3168
|
}),
|
|
3169
|
-
info:
|
|
3170
|
-
value:
|
|
3169
|
+
info: Q({}, r, {
|
|
3170
|
+
value: K
|
|
3171
3171
|
}),
|
|
3172
|
-
warn:
|
|
3173
|
-
value:
|
|
3172
|
+
warn: Q({}, r, {
|
|
3173
|
+
value: J
|
|
3174
3174
|
}),
|
|
3175
|
-
error:
|
|
3176
|
-
value:
|
|
3175
|
+
error: Q({}, r, {
|
|
3176
|
+
value: ae
|
|
3177
3177
|
}),
|
|
3178
|
-
group:
|
|
3179
|
-
value:
|
|
3178
|
+
group: Q({}, r, {
|
|
3179
|
+
value: x
|
|
3180
3180
|
}),
|
|
3181
|
-
groupCollapsed:
|
|
3181
|
+
groupCollapsed: Q({}, r, {
|
|
3182
3182
|
value: we
|
|
3183
3183
|
}),
|
|
3184
|
-
groupEnd:
|
|
3184
|
+
groupEnd: Q({}, r, {
|
|
3185
3185
|
value: je
|
|
3186
3186
|
})
|
|
3187
3187
|
});
|
|
3188
3188
|
}
|
|
3189
|
-
|
|
3189
|
+
U < 0 && C("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
3190
3190
|
}
|
|
3191
3191
|
}
|
|
3192
|
-
var G =
|
|
3193
|
-
function
|
|
3192
|
+
var G = O.ReactCurrentDispatcher, ie;
|
|
3193
|
+
function me(r, i, f) {
|
|
3194
3194
|
{
|
|
3195
|
-
if (
|
|
3195
|
+
if (ie === void 0)
|
|
3196
3196
|
try {
|
|
3197
3197
|
throw Error();
|
|
3198
|
-
} catch (
|
|
3199
|
-
var y =
|
|
3200
|
-
|
|
3198
|
+
} catch (_) {
|
|
3199
|
+
var y = _.stack.trim().match(/\n( *(at )?)/);
|
|
3200
|
+
ie = y && y[1] || "";
|
|
3201
3201
|
}
|
|
3202
3202
|
return `
|
|
3203
|
-
` +
|
|
3203
|
+
` + ie + r;
|
|
3204
3204
|
}
|
|
3205
3205
|
}
|
|
3206
|
-
var F = !1,
|
|
3206
|
+
var F = !1, fe;
|
|
3207
3207
|
{
|
|
3208
3208
|
var he = typeof WeakMap == "function" ? WeakMap : Map;
|
|
3209
|
-
|
|
3209
|
+
fe = new he();
|
|
3210
3210
|
}
|
|
3211
|
-
function
|
|
3211
|
+
function pe(r, i) {
|
|
3212
3212
|
if (!r || F)
|
|
3213
3213
|
return "";
|
|
3214
3214
|
{
|
|
3215
|
-
var f =
|
|
3215
|
+
var f = fe.get(r);
|
|
3216
3216
|
if (f !== void 0)
|
|
3217
3217
|
return f;
|
|
3218
3218
|
}
|
|
3219
3219
|
var y;
|
|
3220
3220
|
F = !0;
|
|
3221
|
-
var
|
|
3221
|
+
var _ = Error.prepareStackTrace;
|
|
3222
3222
|
Error.prepareStackTrace = void 0;
|
|
3223
|
-
var
|
|
3224
|
-
|
|
3223
|
+
var z;
|
|
3224
|
+
z = G.current, G.current = null, Re();
|
|
3225
3225
|
try {
|
|
3226
|
-
if (
|
|
3226
|
+
if (i) {
|
|
3227
3227
|
var R = function() {
|
|
3228
3228
|
throw Error();
|
|
3229
3229
|
};
|
|
@@ -3257,144 +3257,144 @@ function Zt() {
|
|
|
3257
3257
|
} catch (X) {
|
|
3258
3258
|
if (X && y && typeof X.stack == "string") {
|
|
3259
3259
|
for (var j = X.stack.split(`
|
|
3260
|
-
`),
|
|
3261
|
-
`), D = j.length - 1, L =
|
|
3260
|
+
`), Y = y.stack.split(`
|
|
3261
|
+
`), D = j.length - 1, L = Y.length - 1; D >= 1 && L >= 0 && j[D] !== Y[L]; )
|
|
3262
3262
|
L--;
|
|
3263
3263
|
for (; D >= 1 && L >= 0; D--, L--)
|
|
3264
|
-
if (j[D] !==
|
|
3264
|
+
if (j[D] !== Y[L]) {
|
|
3265
3265
|
if (D !== 1 || L !== 1)
|
|
3266
3266
|
do
|
|
3267
|
-
if (D--, L--, L < 0 || j[D] !==
|
|
3268
|
-
var
|
|
3267
|
+
if (D--, L--, L < 0 || j[D] !== Y[L]) {
|
|
3268
|
+
var ee = `
|
|
3269
3269
|
` + j[D].replace(" at new ", " at ");
|
|
3270
|
-
return r.displayName &&
|
|
3270
|
+
return r.displayName && ee.includes("<anonymous>") && (ee = ee.replace("<anonymous>", r.displayName)), typeof r == "function" && fe.set(r, ee), ee;
|
|
3271
3271
|
}
|
|
3272
3272
|
while (D >= 1 && L >= 0);
|
|
3273
3273
|
break;
|
|
3274
3274
|
}
|
|
3275
3275
|
}
|
|
3276
3276
|
} finally {
|
|
3277
|
-
F = !1, G.current =
|
|
3277
|
+
F = !1, G.current = z, B(), Error.prepareStackTrace = _;
|
|
3278
3278
|
}
|
|
3279
|
-
var
|
|
3280
|
-
return typeof r == "function" &&
|
|
3279
|
+
var ke = r ? r.displayName || r.name : "", be = ke ? me(ke) : "";
|
|
3280
|
+
return typeof r == "function" && fe.set(r, be), be;
|
|
3281
3281
|
}
|
|
3282
|
-
function _e(r,
|
|
3283
|
-
return
|
|
3282
|
+
function _e(r, i, f) {
|
|
3283
|
+
return pe(r, !1);
|
|
3284
3284
|
}
|
|
3285
|
-
function
|
|
3286
|
-
var
|
|
3287
|
-
return !!(
|
|
3285
|
+
function ye(r) {
|
|
3286
|
+
var i = r.prototype;
|
|
3287
|
+
return !!(i && i.isReactComponent);
|
|
3288
3288
|
}
|
|
3289
|
-
function Pe(r,
|
|
3289
|
+
function Pe(r, i, f) {
|
|
3290
3290
|
if (r == null)
|
|
3291
3291
|
return "";
|
|
3292
3292
|
if (typeof r == "function")
|
|
3293
|
-
return
|
|
3293
|
+
return pe(r, ye(r));
|
|
3294
3294
|
if (typeof r == "string")
|
|
3295
|
-
return
|
|
3295
|
+
return me(r);
|
|
3296
3296
|
switch (r) {
|
|
3297
|
-
case
|
|
3298
|
-
return
|
|
3299
|
-
case
|
|
3300
|
-
return
|
|
3297
|
+
case u:
|
|
3298
|
+
return me("Suspense");
|
|
3299
|
+
case h:
|
|
3300
|
+
return me("SuspenseList");
|
|
3301
3301
|
}
|
|
3302
3302
|
if (typeof r == "object")
|
|
3303
3303
|
switch (r.$$typeof) {
|
|
3304
3304
|
case m:
|
|
3305
3305
|
return _e(r.render);
|
|
3306
3306
|
case v:
|
|
3307
|
-
return Pe(r.type,
|
|
3308
|
-
case
|
|
3309
|
-
var y = r,
|
|
3307
|
+
return Pe(r.type, i, f);
|
|
3308
|
+
case T: {
|
|
3309
|
+
var y = r, _ = y._payload, z = y._init;
|
|
3310
3310
|
try {
|
|
3311
|
-
return Pe(
|
|
3311
|
+
return Pe(z(_), i, f);
|
|
3312
3312
|
} catch {
|
|
3313
3313
|
}
|
|
3314
3314
|
}
|
|
3315
3315
|
}
|
|
3316
3316
|
return "";
|
|
3317
3317
|
}
|
|
3318
|
-
var
|
|
3318
|
+
var Ne = Object.prototype.hasOwnProperty, He = {}, Ze = O.ReactDebugCurrentFrame;
|
|
3319
3319
|
function Ae(r) {
|
|
3320
3320
|
if (r) {
|
|
3321
|
-
var
|
|
3322
|
-
|
|
3321
|
+
var i = r._owner, f = Pe(r.type, r._source, i ? i.type : null);
|
|
3322
|
+
Ze.setExtraStackFrame(f);
|
|
3323
3323
|
} else
|
|
3324
|
-
|
|
3324
|
+
Ze.setExtraStackFrame(null);
|
|
3325
3325
|
}
|
|
3326
|
-
function
|
|
3326
|
+
function Dr(r, i, f, y, _) {
|
|
3327
3327
|
{
|
|
3328
|
-
var
|
|
3328
|
+
var z = Function.call.bind(Ne);
|
|
3329
3329
|
for (var R in r)
|
|
3330
|
-
if (
|
|
3330
|
+
if (z(r, R)) {
|
|
3331
3331
|
var j = void 0;
|
|
3332
3332
|
try {
|
|
3333
3333
|
if (typeof r[R] != "function") {
|
|
3334
|
-
var
|
|
3335
|
-
throw
|
|
3334
|
+
var Y = Error((y || "React class") + ": " + f + " type `" + R + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof r[R] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
3335
|
+
throw Y.name = "Invariant Violation", Y;
|
|
3336
3336
|
}
|
|
3337
|
-
j = r[R](
|
|
3337
|
+
j = r[R](i, R, y, f, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
3338
3338
|
} catch (D) {
|
|
3339
3339
|
j = D;
|
|
3340
3340
|
}
|
|
3341
|
-
j && !(j instanceof Error) && (Ae(
|
|
3341
|
+
j && !(j instanceof Error) && (Ae(_), C("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", y || "React class", f, R, typeof j), Ae(null)), j instanceof Error && !(j.message in He) && (He[j.message] = !0, Ae(_), C("Failed %s type: %s", f, j.message), Ae(null));
|
|
3342
3342
|
}
|
|
3343
3343
|
}
|
|
3344
3344
|
}
|
|
3345
|
-
var
|
|
3346
|
-
function
|
|
3347
|
-
return
|
|
3345
|
+
var $r = Array.isArray;
|
|
3346
|
+
function $e(r) {
|
|
3347
|
+
return $r(r);
|
|
3348
3348
|
}
|
|
3349
|
-
function
|
|
3349
|
+
function Lr(r) {
|
|
3350
3350
|
{
|
|
3351
|
-
var
|
|
3351
|
+
var i = typeof Symbol == "function" && Symbol.toStringTag, f = i && r[Symbol.toStringTag] || r.constructor.name || "Object";
|
|
3352
3352
|
return f;
|
|
3353
3353
|
}
|
|
3354
3354
|
}
|
|
3355
|
-
function
|
|
3355
|
+
function Wr(r) {
|
|
3356
3356
|
try {
|
|
3357
|
-
return
|
|
3357
|
+
return Qe(r), !1;
|
|
3358
3358
|
} catch {
|
|
3359
3359
|
return !0;
|
|
3360
3360
|
}
|
|
3361
3361
|
}
|
|
3362
|
-
function
|
|
3362
|
+
function Qe(r) {
|
|
3363
3363
|
return "" + r;
|
|
3364
3364
|
}
|
|
3365
|
-
function
|
|
3366
|
-
if (
|
|
3367
|
-
return C("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",
|
|
3365
|
+
function er(r) {
|
|
3366
|
+
if (Wr(r))
|
|
3367
|
+
return C("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Lr(r)), Qe(r);
|
|
3368
3368
|
}
|
|
3369
|
-
var
|
|
3369
|
+
var rr = O.ReactCurrentOwner, Gr = {
|
|
3370
3370
|
key: !0,
|
|
3371
3371
|
ref: !0,
|
|
3372
3372
|
__self: !0,
|
|
3373
3373
|
__source: !0
|
|
3374
|
-
},
|
|
3375
|
-
function
|
|
3376
|
-
if (
|
|
3377
|
-
var
|
|
3378
|
-
if (
|
|
3374
|
+
}, tr, or;
|
|
3375
|
+
function Vr(r) {
|
|
3376
|
+
if (Ne.call(r, "ref")) {
|
|
3377
|
+
var i = Object.getOwnPropertyDescriptor(r, "ref").get;
|
|
3378
|
+
if (i && i.isReactWarning)
|
|
3379
3379
|
return !1;
|
|
3380
3380
|
}
|
|
3381
3381
|
return r.ref !== void 0;
|
|
3382
3382
|
}
|
|
3383
|
-
function
|
|
3384
|
-
if (
|
|
3385
|
-
var
|
|
3386
|
-
if (
|
|
3383
|
+
function Br(r) {
|
|
3384
|
+
if (Ne.call(r, "key")) {
|
|
3385
|
+
var i = Object.getOwnPropertyDescriptor(r, "key").get;
|
|
3386
|
+
if (i && i.isReactWarning)
|
|
3387
3387
|
return !1;
|
|
3388
3388
|
}
|
|
3389
3389
|
return r.key !== void 0;
|
|
3390
3390
|
}
|
|
3391
|
-
function
|
|
3392
|
-
typeof r.ref == "string" &&
|
|
3391
|
+
function Ur(r, i) {
|
|
3392
|
+
typeof r.ref == "string" && rr.current;
|
|
3393
3393
|
}
|
|
3394
|
-
function
|
|
3394
|
+
function Yr(r, i) {
|
|
3395
3395
|
{
|
|
3396
3396
|
var f = function() {
|
|
3397
|
-
|
|
3397
|
+
tr || (tr = !0, C("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", i));
|
|
3398
3398
|
};
|
|
3399
3399
|
f.isReactWarning = !0, Object.defineProperty(r, "key", {
|
|
3400
3400
|
get: f,
|
|
@@ -3402,10 +3402,10 @@ function Zt() {
|
|
|
3402
3402
|
});
|
|
3403
3403
|
}
|
|
3404
3404
|
}
|
|
3405
|
-
function
|
|
3405
|
+
function qr(r, i) {
|
|
3406
3406
|
{
|
|
3407
3407
|
var f = function() {
|
|
3408
|
-
|
|
3408
|
+
or || (or = !0, C("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", i));
|
|
3409
3409
|
};
|
|
3410
3410
|
f.isReactWarning = !0, Object.defineProperty(r, "ref", {
|
|
3411
3411
|
get: f,
|
|
@@ -3413,17 +3413,17 @@ function Zt() {
|
|
|
3413
3413
|
});
|
|
3414
3414
|
}
|
|
3415
3415
|
}
|
|
3416
|
-
var
|
|
3416
|
+
var Kr = function(r, i, f, y, _, z, R) {
|
|
3417
3417
|
var j = {
|
|
3418
3418
|
// This tag allows us to uniquely identify this as a React Element
|
|
3419
3419
|
$$typeof: a,
|
|
3420
3420
|
// Built-in properties that belong on the element
|
|
3421
3421
|
type: r,
|
|
3422
|
-
key:
|
|
3422
|
+
key: i,
|
|
3423
3423
|
ref: f,
|
|
3424
3424
|
props: R,
|
|
3425
3425
|
// Record the component responsible for creating this element.
|
|
3426
|
-
_owner:
|
|
3426
|
+
_owner: z
|
|
3427
3427
|
};
|
|
3428
3428
|
return j._store = {}, Object.defineProperty(j._store, "validated", {
|
|
3429
3429
|
configurable: !1,
|
|
@@ -3439,44 +3439,44 @@ function Zt() {
|
|
|
3439
3439
|
configurable: !1,
|
|
3440
3440
|
enumerable: !1,
|
|
3441
3441
|
writable: !1,
|
|
3442
|
-
value:
|
|
3442
|
+
value: _
|
|
3443
3443
|
}), Object.freeze && (Object.freeze(j.props), Object.freeze(j)), j;
|
|
3444
3444
|
};
|
|
3445
|
-
function
|
|
3445
|
+
function Jr(r, i, f, y, _) {
|
|
3446
3446
|
{
|
|
3447
|
-
var
|
|
3448
|
-
f !== void 0 && (
|
|
3449
|
-
for (
|
|
3450
|
-
|
|
3447
|
+
var z, R = {}, j = null, Y = null;
|
|
3448
|
+
f !== void 0 && (er(f), j = "" + f), Br(i) && (er(i.key), j = "" + i.key), Vr(i) && (Y = i.ref, Ur(i, _));
|
|
3449
|
+
for (z in i)
|
|
3450
|
+
Ne.call(i, z) && !Gr.hasOwnProperty(z) && (R[z] = i[z]);
|
|
3451
3451
|
if (r && r.defaultProps) {
|
|
3452
3452
|
var D = r.defaultProps;
|
|
3453
|
-
for (
|
|
3454
|
-
R[
|
|
3453
|
+
for (z in D)
|
|
3454
|
+
R[z] === void 0 && (R[z] = D[z]);
|
|
3455
3455
|
}
|
|
3456
|
-
if (j ||
|
|
3456
|
+
if (j || Y) {
|
|
3457
3457
|
var L = typeof r == "function" ? r.displayName || r.name || "Unknown" : r;
|
|
3458
|
-
j &&
|
|
3458
|
+
j && Yr(R, L), Y && qr(R, L);
|
|
3459
3459
|
}
|
|
3460
|
-
return
|
|
3460
|
+
return Kr(r, j, Y, _, y, rr.current, R);
|
|
3461
3461
|
}
|
|
3462
3462
|
}
|
|
3463
|
-
var
|
|
3464
|
-
function
|
|
3463
|
+
var Le = O.ReactCurrentOwner, ar = O.ReactDebugCurrentFrame;
|
|
3464
|
+
function ve(r) {
|
|
3465
3465
|
if (r) {
|
|
3466
|
-
var
|
|
3467
|
-
|
|
3466
|
+
var i = r._owner, f = Pe(r.type, r._source, i ? i.type : null);
|
|
3467
|
+
ar.setExtraStackFrame(f);
|
|
3468
3468
|
} else
|
|
3469
|
-
|
|
3469
|
+
ar.setExtraStackFrame(null);
|
|
3470
3470
|
}
|
|
3471
|
-
var
|
|
3472
|
-
|
|
3473
|
-
function
|
|
3471
|
+
var We;
|
|
3472
|
+
We = !1;
|
|
3473
|
+
function Ge(r) {
|
|
3474
3474
|
return typeof r == "object" && r !== null && r.$$typeof === a;
|
|
3475
3475
|
}
|
|
3476
|
-
function
|
|
3476
|
+
function sr() {
|
|
3477
3477
|
{
|
|
3478
|
-
if (
|
|
3479
|
-
var r =
|
|
3478
|
+
if (Le.current) {
|
|
3479
|
+
var r = Z(Le.current.type);
|
|
3480
3480
|
if (r)
|
|
3481
3481
|
return `
|
|
3482
3482
|
|
|
@@ -3485,162 +3485,162 @@ Check the render method of \`` + r + "`.";
|
|
|
3485
3485
|
return "";
|
|
3486
3486
|
}
|
|
3487
3487
|
}
|
|
3488
|
-
function
|
|
3488
|
+
function Xr(r) {
|
|
3489
3489
|
return "";
|
|
3490
3490
|
}
|
|
3491
|
-
var
|
|
3492
|
-
function
|
|
3491
|
+
var nr = {};
|
|
3492
|
+
function Hr(r) {
|
|
3493
3493
|
{
|
|
3494
|
-
var
|
|
3495
|
-
if (!
|
|
3494
|
+
var i = sr();
|
|
3495
|
+
if (!i) {
|
|
3496
3496
|
var f = typeof r == "string" ? r : r.displayName || r.name;
|
|
3497
|
-
f && (
|
|
3497
|
+
f && (i = `
|
|
3498
3498
|
|
|
3499
3499
|
Check the top-level render call using <` + f + ">.");
|
|
3500
3500
|
}
|
|
3501
|
-
return
|
|
3501
|
+
return i;
|
|
3502
3502
|
}
|
|
3503
3503
|
}
|
|
3504
|
-
function
|
|
3504
|
+
function ir(r, i) {
|
|
3505
3505
|
{
|
|
3506
3506
|
if (!r._store || r._store.validated || r.key != null)
|
|
3507
3507
|
return;
|
|
3508
3508
|
r._store.validated = !0;
|
|
3509
|
-
var f =
|
|
3510
|
-
if (
|
|
3509
|
+
var f = Hr(i);
|
|
3510
|
+
if (nr[f])
|
|
3511
3511
|
return;
|
|
3512
|
-
|
|
3512
|
+
nr[f] = !0;
|
|
3513
3513
|
var y = "";
|
|
3514
|
-
r && r._owner && r._owner !==
|
|
3514
|
+
r && r._owner && r._owner !== Le.current && (y = " It was passed a child from " + Z(r._owner.type) + "."), ve(r), C('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', f, y), ve(null);
|
|
3515
3515
|
}
|
|
3516
3516
|
}
|
|
3517
|
-
function
|
|
3517
|
+
function lr(r, i) {
|
|
3518
3518
|
{
|
|
3519
3519
|
if (typeof r != "object")
|
|
3520
3520
|
return;
|
|
3521
|
-
if (
|
|
3521
|
+
if ($e(r))
|
|
3522
3522
|
for (var f = 0; f < r.length; f++) {
|
|
3523
3523
|
var y = r[f];
|
|
3524
|
-
|
|
3524
|
+
Ge(y) && ir(y, i);
|
|
3525
3525
|
}
|
|
3526
|
-
else if (
|
|
3526
|
+
else if (Ge(r))
|
|
3527
3527
|
r._store && (r._store.validated = !0);
|
|
3528
3528
|
else if (r) {
|
|
3529
|
-
var
|
|
3530
|
-
if (typeof
|
|
3531
|
-
for (var
|
|
3532
|
-
|
|
3529
|
+
var _ = A(r);
|
|
3530
|
+
if (typeof _ == "function" && _ !== r.entries)
|
|
3531
|
+
for (var z = _.call(r), R; !(R = z.next()).done; )
|
|
3532
|
+
Ge(R.value) && ir(R.value, i);
|
|
3533
3533
|
}
|
|
3534
3534
|
}
|
|
3535
3535
|
}
|
|
3536
|
-
function
|
|
3536
|
+
function Zr(r) {
|
|
3537
3537
|
{
|
|
3538
|
-
var
|
|
3539
|
-
if (
|
|
3538
|
+
var i = r.type;
|
|
3539
|
+
if (i == null || typeof i == "string")
|
|
3540
3540
|
return;
|
|
3541
3541
|
var f;
|
|
3542
|
-
if (typeof
|
|
3543
|
-
f =
|
|
3544
|
-
else if (typeof
|
|
3542
|
+
if (typeof i == "function")
|
|
3543
|
+
f = i.propTypes;
|
|
3544
|
+
else if (typeof i == "object" && (i.$$typeof === m || // Note: Memo only checks outer props here.
|
|
3545
3545
|
// Inner props are checked in the reconciler.
|
|
3546
|
-
|
|
3547
|
-
f =
|
|
3546
|
+
i.$$typeof === v))
|
|
3547
|
+
f = i.propTypes;
|
|
3548
3548
|
else
|
|
3549
3549
|
return;
|
|
3550
3550
|
if (f) {
|
|
3551
|
-
var y =
|
|
3552
|
-
|
|
3553
|
-
} else if (
|
|
3554
|
-
|
|
3555
|
-
var
|
|
3556
|
-
C("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",
|
|
3551
|
+
var y = Z(i);
|
|
3552
|
+
Dr(f, r.props, "prop", y, r);
|
|
3553
|
+
} else if (i.PropTypes !== void 0 && !We) {
|
|
3554
|
+
We = !0;
|
|
3555
|
+
var _ = Z(i);
|
|
3556
|
+
C("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", _ || "Unknown");
|
|
3557
3557
|
}
|
|
3558
|
-
typeof
|
|
3558
|
+
typeof i.getDefaultProps == "function" && !i.getDefaultProps.isReactClassApproved && C("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
3559
3559
|
}
|
|
3560
3560
|
}
|
|
3561
|
-
function
|
|
3561
|
+
function Qr(r) {
|
|
3562
3562
|
{
|
|
3563
|
-
for (var
|
|
3564
|
-
var y =
|
|
3563
|
+
for (var i = Object.keys(r.props), f = 0; f < i.length; f++) {
|
|
3564
|
+
var y = i[f];
|
|
3565
3565
|
if (y !== "children" && y !== "key") {
|
|
3566
|
-
|
|
3566
|
+
ve(r), C("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", y), ve(null);
|
|
3567
3567
|
break;
|
|
3568
3568
|
}
|
|
3569
3569
|
}
|
|
3570
|
-
r.ref !== null && (
|
|
3570
|
+
r.ref !== null && (ve(r), C("Invalid attribute `ref` supplied to `React.Fragment`."), ve(null));
|
|
3571
3571
|
}
|
|
3572
3572
|
}
|
|
3573
|
-
var
|
|
3574
|
-
function
|
|
3573
|
+
var cr = {};
|
|
3574
|
+
function dr(r, i, f, y, _, z) {
|
|
3575
3575
|
{
|
|
3576
|
-
var R =
|
|
3576
|
+
var R = de(r);
|
|
3577
3577
|
if (!R) {
|
|
3578
3578
|
var j = "";
|
|
3579
3579
|
(r === void 0 || typeof r == "object" && r !== null && Object.keys(r).length === 0) && (j += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
3580
|
-
var
|
|
3581
|
-
|
|
3580
|
+
var Y = Xr();
|
|
3581
|
+
Y ? j += Y : j += sr();
|
|
3582
3582
|
var D;
|
|
3583
|
-
r === null ? D = "null" :
|
|
3583
|
+
r === null ? D = "null" : $e(r) ? D = "array" : r !== void 0 && r.$$typeof === a ? (D = "<" + (Z(r.type) || "Unknown") + " />", j = " Did you accidentally export a JSX literal instead of a component?") : D = typeof r, C("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", D, j);
|
|
3584
3584
|
}
|
|
3585
|
-
var L =
|
|
3585
|
+
var L = Jr(r, i, f, _, z);
|
|
3586
3586
|
if (L == null)
|
|
3587
3587
|
return L;
|
|
3588
3588
|
if (R) {
|
|
3589
|
-
var
|
|
3590
|
-
if (
|
|
3589
|
+
var ee = i.children;
|
|
3590
|
+
if (ee !== void 0)
|
|
3591
3591
|
if (y)
|
|
3592
|
-
if (
|
|
3593
|
-
for (var
|
|
3594
|
-
|
|
3595
|
-
Object.freeze && Object.freeze(
|
|
3592
|
+
if ($e(ee)) {
|
|
3593
|
+
for (var ke = 0; ke < ee.length; ke++)
|
|
3594
|
+
lr(ee[ke], r);
|
|
3595
|
+
Object.freeze && Object.freeze(ee);
|
|
3596
3596
|
} else
|
|
3597
3597
|
C("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
3598
3598
|
else
|
|
3599
|
-
|
|
3599
|
+
lr(ee, r);
|
|
3600
3600
|
}
|
|
3601
|
-
if (
|
|
3602
|
-
var
|
|
3603
|
-
return
|
|
3604
|
-
}),
|
|
3605
|
-
if (!
|
|
3606
|
-
var
|
|
3601
|
+
if (Ne.call(i, "key")) {
|
|
3602
|
+
var be = Z(r), X = Object.keys(i).filter(function(st) {
|
|
3603
|
+
return st !== "key";
|
|
3604
|
+
}), Ve = X.length > 0 ? "{key: someKey, " + X.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
3605
|
+
if (!cr[be + Ve]) {
|
|
3606
|
+
var at = X.length > 0 ? "{" + X.join(": ..., ") + ": ...}" : "{}";
|
|
3607
3607
|
C(`A props object containing a "key" prop is being spread into JSX:
|
|
3608
3608
|
let props = %s;
|
|
3609
3609
|
<%s {...props} />
|
|
3610
3610
|
React keys must be passed directly to JSX without using spread:
|
|
3611
3611
|
let props = %s;
|
|
3612
|
-
<%s key={someKey} {...props} />`,
|
|
3612
|
+
<%s key={someKey} {...props} />`, Ve, be, at, be), cr[be + Ve] = !0;
|
|
3613
3613
|
}
|
|
3614
3614
|
}
|
|
3615
|
-
return r === t ?
|
|
3615
|
+
return r === t ? Qr(L) : Zr(L), L;
|
|
3616
3616
|
}
|
|
3617
3617
|
}
|
|
3618
|
-
function
|
|
3619
|
-
return
|
|
3618
|
+
function et(r, i, f) {
|
|
3619
|
+
return dr(r, i, f, !0);
|
|
3620
3620
|
}
|
|
3621
|
-
function
|
|
3622
|
-
return
|
|
3621
|
+
function rt(r, i, f) {
|
|
3622
|
+
return dr(r, i, f, !1);
|
|
3623
3623
|
}
|
|
3624
|
-
var
|
|
3625
|
-
Te.Fragment = t, Te.jsx =
|
|
3624
|
+
var tt = rt, ot = et;
|
|
3625
|
+
Te.Fragment = t, Te.jsx = tt, Te.jsxs = ot;
|
|
3626
3626
|
}()), Te;
|
|
3627
3627
|
}
|
|
3628
|
-
process.env.NODE_ENV === "production" ?
|
|
3629
|
-
var
|
|
3628
|
+
process.env.NODE_ENV === "production" ? qe.exports = Zt() : qe.exports = Qt();
|
|
3629
|
+
var s = qe.exports;
|
|
3630
3630
|
/**
|
|
3631
3631
|
* @license lucide-react v0.475.0 - ISC
|
|
3632
3632
|
*
|
|
3633
3633
|
* This source code is licensed under the ISC license.
|
|
3634
3634
|
* See the LICENSE file in the root directory of this source tree.
|
|
3635
3635
|
*/
|
|
3636
|
-
const
|
|
3636
|
+
const eo = (e) => e.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase(), Mr = (...e) => e.filter((a, o, t) => !!a && a.trim() !== "" && t.indexOf(a) === o).join(" ").trim();
|
|
3637
3637
|
/**
|
|
3638
3638
|
* @license lucide-react v0.475.0 - ISC
|
|
3639
3639
|
*
|
|
3640
3640
|
* This source code is licensed under the ISC license.
|
|
3641
3641
|
* See the LICENSE file in the root directory of this source tree.
|
|
3642
3642
|
*/
|
|
3643
|
-
var
|
|
3643
|
+
var ro = {
|
|
3644
3644
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3645
3645
|
width: 24,
|
|
3646
3646
|
height: 24,
|
|
@@ -3657,31 +3657,31 @@ var eo = {
|
|
|
3657
3657
|
* This source code is licensed under the ISC license.
|
|
3658
3658
|
* See the LICENSE file in the root directory of this source tree.
|
|
3659
3659
|
*/
|
|
3660
|
-
const
|
|
3660
|
+
const to = kr(
|
|
3661
3661
|
({
|
|
3662
3662
|
color: e = "currentColor",
|
|
3663
3663
|
size: a = 24,
|
|
3664
3664
|
strokeWidth: o = 2,
|
|
3665
3665
|
absoluteStrokeWidth: t,
|
|
3666
|
-
className:
|
|
3667
|
-
children:
|
|
3668
|
-
iconNode:
|
|
3669
|
-
...
|
|
3670
|
-
}, m) =>
|
|
3666
|
+
className: l = "",
|
|
3667
|
+
children: c,
|
|
3668
|
+
iconNode: n,
|
|
3669
|
+
...d
|
|
3670
|
+
}, m) => Ue(
|
|
3671
3671
|
"svg",
|
|
3672
3672
|
{
|
|
3673
3673
|
ref: m,
|
|
3674
|
-
...
|
|
3674
|
+
...ro,
|
|
3675
3675
|
width: a,
|
|
3676
3676
|
height: a,
|
|
3677
3677
|
stroke: e,
|
|
3678
3678
|
strokeWidth: t ? Number(o) * 24 / Number(a) : o,
|
|
3679
|
-
className:
|
|
3680
|
-
...
|
|
3679
|
+
className: Mr("lucide", l),
|
|
3680
|
+
...d
|
|
3681
3681
|
},
|
|
3682
3682
|
[
|
|
3683
|
-
...
|
|
3684
|
-
...Array.isArray(
|
|
3683
|
+
...n.map(([u, h]) => Ue(u, h)),
|
|
3684
|
+
...Array.isArray(c) ? c : [c]
|
|
3685
3685
|
]
|
|
3686
3686
|
)
|
|
3687
3687
|
);
|
|
@@ -3691,13 +3691,13 @@ const ro = yr(
|
|
|
3691
3691
|
* This source code is licensed under the ISC license.
|
|
3692
3692
|
* See the LICENSE file in the root directory of this source tree.
|
|
3693
3693
|
*/
|
|
3694
|
-
const
|
|
3695
|
-
const o =
|
|
3696
|
-
({ className: t, ...
|
|
3697
|
-
ref:
|
|
3694
|
+
const ne = (e, a) => {
|
|
3695
|
+
const o = kr(
|
|
3696
|
+
({ className: t, ...l }, c) => Ue(to, {
|
|
3697
|
+
ref: c,
|
|
3698
3698
|
iconNode: a,
|
|
3699
|
-
className:
|
|
3700
|
-
...
|
|
3699
|
+
className: Mr(`lucide-${eo(e)}`, t),
|
|
3700
|
+
...l
|
|
3701
3701
|
})
|
|
3702
3702
|
);
|
|
3703
3703
|
return o.displayName = `${e}`, o;
|
|
@@ -3708,43 +3708,76 @@ const ke = (e, a) => {
|
|
|
3708
3708
|
* This source code is licensed under the ISC license.
|
|
3709
3709
|
* See the LICENSE file in the root directory of this source tree.
|
|
3710
3710
|
*/
|
|
3711
|
-
const
|
|
3711
|
+
const oo = [
|
|
3712
3712
|
["path", { d: "M8 2v4", key: "1cmpym" }],
|
|
3713
3713
|
["path", { d: "M16 2v4", key: "4m81vk" }],
|
|
3714
3714
|
["rect", { width: "18", height: "18", x: "3", y: "4", rx: "2", key: "1hopcy" }],
|
|
3715
3715
|
["path", { d: "M3 10h18", key: "8toen8" }]
|
|
3716
|
-
],
|
|
3716
|
+
], ao = ne("Calendar", oo);
|
|
3717
|
+
/**
|
|
3718
|
+
* @license lucide-react v0.475.0 - ISC
|
|
3719
|
+
*
|
|
3720
|
+
* This source code is licensed under the ISC license.
|
|
3721
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
3722
|
+
*/
|
|
3723
|
+
const so = [["path", { d: "M20 6 9 17l-5-5", key: "1gmf2c" }]], no = ne("Check", so);
|
|
3724
|
+
/**
|
|
3725
|
+
* @license lucide-react v0.475.0 - ISC
|
|
3726
|
+
*
|
|
3727
|
+
* This source code is licensed under the ISC license.
|
|
3728
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
3729
|
+
*/
|
|
3730
|
+
const io = [["path", { d: "m6 9 6 6 6-6", key: "qrunsl" }]], lo = ne("ChevronDown", io);
|
|
3731
|
+
/**
|
|
3732
|
+
* @license lucide-react v0.475.0 - ISC
|
|
3733
|
+
*
|
|
3734
|
+
* This source code is licensed under the ISC license.
|
|
3735
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
3736
|
+
*/
|
|
3737
|
+
const co = [
|
|
3738
|
+
["path", { d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4", key: "ih7n3h" }],
|
|
3739
|
+
["polyline", { points: "7 10 12 15 17 10", key: "2ggqvy" }],
|
|
3740
|
+
["line", { x1: "12", x2: "12", y1: "15", y2: "3", key: "1vk2je" }]
|
|
3741
|
+
], uo = ne("Download", co);
|
|
3717
3742
|
/**
|
|
3718
3743
|
* @license lucide-react v0.475.0 - ISC
|
|
3719
3744
|
*
|
|
3720
3745
|
* This source code is licensed under the ISC license.
|
|
3721
3746
|
* See the LICENSE file in the root directory of this source tree.
|
|
3722
3747
|
*/
|
|
3723
|
-
const
|
|
3748
|
+
const mo = [
|
|
3749
|
+
[
|
|
3750
|
+
"path",
|
|
3751
|
+
{
|
|
3752
|
+
d: "M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z",
|
|
3753
|
+
key: "c3ymky"
|
|
3754
|
+
}
|
|
3755
|
+
]
|
|
3756
|
+
], Ie = ne("Heart", mo);
|
|
3724
3757
|
/**
|
|
3725
3758
|
* @license lucide-react v0.475.0 - ISC
|
|
3726
3759
|
*
|
|
3727
3760
|
* This source code is licensed under the ISC license.
|
|
3728
3761
|
* See the LICENSE file in the root directory of this source tree.
|
|
3729
3762
|
*/
|
|
3730
|
-
const
|
|
3763
|
+
const fo = [["path", { d: "M21 12a9 9 0 1 1-6.219-8.56", key: "13zald" }]], Xe = ne("LoaderCircle", fo);
|
|
3731
3764
|
/**
|
|
3732
3765
|
* @license lucide-react v0.475.0 - ISC
|
|
3733
3766
|
*
|
|
3734
3767
|
* This source code is licensed under the ISC license.
|
|
3735
3768
|
* See the LICENSE file in the root directory of this source tree.
|
|
3736
3769
|
*/
|
|
3737
|
-
const
|
|
3770
|
+
const po = [
|
|
3738
3771
|
["circle", { cx: "11", cy: "11", r: "8", key: "4ej97u" }],
|
|
3739
3772
|
["path", { d: "m21 21-4.3-4.3", key: "1qie3q" }]
|
|
3740
|
-
],
|
|
3773
|
+
], bo = ne("Search", po);
|
|
3741
3774
|
/**
|
|
3742
3775
|
* @license lucide-react v0.475.0 - ISC
|
|
3743
3776
|
*
|
|
3744
3777
|
* This source code is licensed under the ISC license.
|
|
3745
3778
|
* See the LICENSE file in the root directory of this source tree.
|
|
3746
3779
|
*/
|
|
3747
|
-
const
|
|
3780
|
+
const go = [
|
|
3748
3781
|
[
|
|
3749
3782
|
"path",
|
|
3750
3783
|
{
|
|
@@ -3754,74 +3787,74 @@ const co = [
|
|
|
3754
3787
|
],
|
|
3755
3788
|
["path", { d: "M12 9v4", key: "juzpu7" }],
|
|
3756
3789
|
["path", { d: "M12 17h.01", key: "p32p05" }]
|
|
3757
|
-
],
|
|
3790
|
+
], xo = ne("TriangleAlert", go);
|
|
3758
3791
|
/**
|
|
3759
3792
|
* @license lucide-react v0.475.0 - ISC
|
|
3760
3793
|
*
|
|
3761
3794
|
* This source code is licensed under the ISC license.
|
|
3762
3795
|
* See the LICENSE file in the root directory of this source tree.
|
|
3763
3796
|
*/
|
|
3764
|
-
const
|
|
3797
|
+
const ho = [
|
|
3765
3798
|
["path", { d: "M18 6 6 18", key: "1bl5f8" }],
|
|
3766
3799
|
["path", { d: "m6 6 12 12", key: "d8bk6v" }]
|
|
3767
|
-
],
|
|
3800
|
+
], De = ne("X", ho), ko = ({
|
|
3768
3801
|
variant: e = "spinner",
|
|
3769
3802
|
size: a = "md",
|
|
3770
3803
|
text: o,
|
|
3771
3804
|
fullScreen: t = !1
|
|
3772
3805
|
}) => {
|
|
3773
|
-
const
|
|
3806
|
+
const l = {
|
|
3774
3807
|
sm: "w-6 h-6",
|
|
3775
3808
|
md: "w-10 h-10",
|
|
3776
3809
|
lg: "w-16 h-16"
|
|
3777
|
-
},
|
|
3810
|
+
}, c = {
|
|
3778
3811
|
sm: "text-xs",
|
|
3779
3812
|
md: "text-sm font-medium",
|
|
3780
3813
|
lg: "text-base font-semibold"
|
|
3781
3814
|
};
|
|
3782
3815
|
if (e === "skeleton")
|
|
3783
|
-
return /* @__PURE__ */
|
|
3816
|
+
return /* @__PURE__ */ s.jsxs(
|
|
3784
3817
|
"div",
|
|
3785
3818
|
{
|
|
3786
|
-
className:
|
|
3819
|
+
className: E(
|
|
3787
3820
|
"w-full bg-white dark:bg-dark-surface border border-gray-150 dark:border-dark-border rounded-xl overflow-hidden shadow-sm animate-pulse",
|
|
3788
3821
|
a === "sm" ? "max-w-xs" : a === "md" ? "max-w-sm" : "max-w-md"
|
|
3789
3822
|
),
|
|
3790
3823
|
children: [
|
|
3791
|
-
/* @__PURE__ */
|
|
3792
|
-
/* @__PURE__ */
|
|
3793
|
-
/* @__PURE__ */
|
|
3794
|
-
/* @__PURE__ */
|
|
3795
|
-
/* @__PURE__ */
|
|
3824
|
+
/* @__PURE__ */ s.jsx("div", { className: "aspect-video bg-gray-200 dark:bg-dark-surface-light w-full" }),
|
|
3825
|
+
/* @__PURE__ */ s.jsxs("div", { className: "p-4 space-y-3", children: [
|
|
3826
|
+
/* @__PURE__ */ s.jsx("div", { className: "h-4 bg-gray-200 dark:bg-dark-surface-light rounded w-3/4" }),
|
|
3827
|
+
/* @__PURE__ */ s.jsx("div", { className: "h-3 bg-gray-200 dark:bg-dark-surface-light rounded w-1/2" }),
|
|
3828
|
+
/* @__PURE__ */ s.jsx("div", { className: "h-3 bg-gray-200 dark:bg-dark-surface-light rounded w-5/6" })
|
|
3796
3829
|
] })
|
|
3797
3830
|
]
|
|
3798
3831
|
}
|
|
3799
3832
|
);
|
|
3800
|
-
const
|
|
3801
|
-
/* @__PURE__ */
|
|
3802
|
-
|
|
3833
|
+
const n = /* @__PURE__ */ s.jsxs("div", { className: "flex flex-col items-center justify-center space-y-3 p-4", children: [
|
|
3834
|
+
/* @__PURE__ */ s.jsx(
|
|
3835
|
+
Xe,
|
|
3803
3836
|
{
|
|
3804
|
-
className:
|
|
3837
|
+
className: E(
|
|
3805
3838
|
"text-primary-500 animate-spin",
|
|
3806
|
-
|
|
3839
|
+
l[a]
|
|
3807
3840
|
)
|
|
3808
3841
|
}
|
|
3809
3842
|
),
|
|
3810
|
-
o && /* @__PURE__ */
|
|
3843
|
+
o && /* @__PURE__ */ s.jsx("p", { className: E("text-gray-500 dark:text-dark-text-muted select-none", c[a]), children: o })
|
|
3811
3844
|
] });
|
|
3812
|
-
return t ? /* @__PURE__ */
|
|
3813
|
-
},
|
|
3845
|
+
return t ? /* @__PURE__ */ s.jsx("div", { className: "fixed inset-0 z-50 flex items-center justify-center bg-white/80 dark:bg-dark-bg/80 backdrop-blur-sm", children: n }) : /* @__PURE__ */ s.jsx("div", { className: "flex items-center justify-center w-full", children: n });
|
|
3846
|
+
}, wo = ({
|
|
3814
3847
|
icon: e,
|
|
3815
3848
|
variant: a = "primary",
|
|
3816
3849
|
size: o = "md",
|
|
3817
3850
|
rounded: t = !1,
|
|
3818
|
-
ariaLabel:
|
|
3819
|
-
disabled:
|
|
3820
|
-
loading:
|
|
3821
|
-
className:
|
|
3851
|
+
ariaLabel: l,
|
|
3852
|
+
disabled: c = !1,
|
|
3853
|
+
loading: n = !1,
|
|
3854
|
+
className: d = "",
|
|
3822
3855
|
...m
|
|
3823
3856
|
}) => {
|
|
3824
|
-
const
|
|
3857
|
+
const u = "relative inline-flex items-center justify-center gap-2 border-none font-semibold cursor-pointer transition-all select-none -webkit-tap-highlight-color-transparent outline-none focus-visible:ring-3 focus-visible:ring-primary-300 focus-visible:ring-offset-2 disabled:opacity-50 disabled:cursor-not-allowed disabled:pointer-events-none active:scale-95 duration-150", h = {
|
|
3825
3858
|
primary: "bg-gradient-to-br from-primary-500 to-primary-600 text-white shadow-md hover:from-primary-600 hover:to-primary-700 hover:shadow-lg hover:-translate-y-0.5",
|
|
3826
3859
|
secondary: "bg-gray-100 dark:bg-dark-surface text-gray-700 dark:text-dark-text border border-gray-300 dark:border-dark-border hover:bg-gray-200 dark:hover:bg-dark-surface-light hover:-translate-y-0.5",
|
|
3827
3860
|
ghost: "bg-transparent text-gray-600 dark:text-dark-text-muted hover:bg-gray-100 dark:hover:bg-dark-surface hover:text-gray-800 dark:hover:text-dark-text",
|
|
@@ -3839,129 +3872,129 @@ const mo = [
|
|
|
3839
3872
|
lg: "px-6 py-3 text-lg rounded-lg min-h-[48px] sm:min-h-[52px]"
|
|
3840
3873
|
// larger tap targets for key actions
|
|
3841
3874
|
};
|
|
3842
|
-
return /* @__PURE__ */
|
|
3875
|
+
return /* @__PURE__ */ s.jsx(
|
|
3843
3876
|
"button",
|
|
3844
3877
|
{
|
|
3845
|
-
className:
|
|
3846
|
-
|
|
3847
|
-
|
|
3878
|
+
className: E(
|
|
3879
|
+
u,
|
|
3880
|
+
h[a],
|
|
3848
3881
|
v[o],
|
|
3849
|
-
|
|
3850
|
-
|
|
3882
|
+
n && "pointer-events-none",
|
|
3883
|
+
d
|
|
3851
3884
|
),
|
|
3852
|
-
"aria-label":
|
|
3853
|
-
disabled:
|
|
3885
|
+
"aria-label": l,
|
|
3886
|
+
disabled: c || n,
|
|
3854
3887
|
...m,
|
|
3855
|
-
children:
|
|
3888
|
+
children: n ? /* @__PURE__ */ s.jsx(Xe, { className: "w-4 h-4 animate-spin", role: "status", "aria-hidden": "true" }) : /* @__PURE__ */ s.jsx("span", { className: "flex items-center justify-center leading-none", children: e })
|
|
3856
3889
|
}
|
|
3857
3890
|
);
|
|
3858
3891
|
};
|
|
3859
|
-
function
|
|
3860
|
-
if (
|
|
3892
|
+
function yo({ isOpen: e, onClose: a, title: o, children: t, footer: l, size: c = "md", closeOnOutsideClick: n = !1 }) {
|
|
3893
|
+
if (Fe(() => (e ? document.body.style.overflow = "hidden" : document.body.style.overflow = "unset", () => {
|
|
3861
3894
|
document.body.style.overflow = "unset";
|
|
3862
3895
|
}), [e]), !e) return null;
|
|
3863
|
-
const
|
|
3896
|
+
const d = {
|
|
3864
3897
|
sm: "max-w-md",
|
|
3865
3898
|
md: "max-w-lg",
|
|
3866
3899
|
lg: "max-w-2xl",
|
|
3867
3900
|
xl: "max-w-4xl"
|
|
3868
3901
|
};
|
|
3869
|
-
return /* @__PURE__ */
|
|
3870
|
-
/* @__PURE__ */
|
|
3871
|
-
/* @__PURE__ */
|
|
3902
|
+
return /* @__PURE__ */ s.jsxs("div", { className: "fixed inset-0 z-[100] flex items-center justify-center p-4 bg-black/50 backdrop-blur-sm animate-[fadeIn_0.2s_ease-out]", children: [
|
|
3903
|
+
/* @__PURE__ */ s.jsx("div", { className: "fixed inset-0", onClick: n ? a : void 0 }),
|
|
3904
|
+
/* @__PURE__ */ s.jsxs(
|
|
3872
3905
|
"div",
|
|
3873
3906
|
{
|
|
3874
|
-
className:
|
|
3907
|
+
className: E(
|
|
3875
3908
|
"relative w-full bg-white dark:bg-dark-surface border border-gray-150 dark:border-dark-border rounded-xl shadow-xl overflow-hidden flex flex-col max-h-[90vh] z-10 animate-[slideUp_0.2s_ease-out]",
|
|
3876
|
-
|
|
3909
|
+
d[c]
|
|
3877
3910
|
),
|
|
3878
3911
|
children: [
|
|
3879
|
-
/* @__PURE__ */
|
|
3880
|
-
/* @__PURE__ */
|
|
3881
|
-
/* @__PURE__ */
|
|
3912
|
+
/* @__PURE__ */ s.jsxs("div", { className: "flex justify-between items-center px-6 py-4 border-b border-gray-100 dark:border-dark-border", children: [
|
|
3913
|
+
/* @__PURE__ */ s.jsx("h2", { className: "text-lg font-bold text-gray-900 dark:text-dark-text", children: o }),
|
|
3914
|
+
/* @__PURE__ */ s.jsx(
|
|
3882
3915
|
"button",
|
|
3883
3916
|
{
|
|
3884
3917
|
className: "text-gray-400 hover:text-gray-600 dark:hover:text-gray-200 transition-colors p-1.5 hover:bg-gray-100 dark:hover:bg-dark-surface-light rounded-lg cursor-pointer",
|
|
3885
3918
|
onClick: a,
|
|
3886
|
-
children: /* @__PURE__ */
|
|
3919
|
+
children: /* @__PURE__ */ s.jsx(De, { className: "w-5 h-5" })
|
|
3887
3920
|
}
|
|
3888
3921
|
)
|
|
3889
3922
|
] }),
|
|
3890
|
-
/* @__PURE__ */
|
|
3891
|
-
|
|
3923
|
+
/* @__PURE__ */ s.jsx("div", { className: "p-6 overflow-y-auto flex-1 text-sm text-gray-700 dark:text-dark-text-muted", children: t }),
|
|
3924
|
+
l && /* @__PURE__ */ s.jsx("div", { className: "flex justify-end items-center gap-3 px-6 py-4 border-t border-gray-100 dark:border-dark-border bg-gray-50/50 dark:bg-dark-surface/50", children: l })
|
|
3892
3925
|
]
|
|
3893
3926
|
}
|
|
3894
3927
|
)
|
|
3895
3928
|
] });
|
|
3896
3929
|
}
|
|
3897
|
-
function
|
|
3930
|
+
function jo({
|
|
3898
3931
|
isOpen: e,
|
|
3899
3932
|
onClose: a,
|
|
3900
3933
|
onConfirm: o,
|
|
3901
3934
|
title: t,
|
|
3902
|
-
message:
|
|
3903
|
-
confirmText:
|
|
3904
|
-
cancelText:
|
|
3905
|
-
isLoading:
|
|
3935
|
+
message: l,
|
|
3936
|
+
confirmText: c = "Confirmar",
|
|
3937
|
+
cancelText: n = "Cancelar",
|
|
3938
|
+
isLoading: d = !1
|
|
3906
3939
|
}) {
|
|
3907
|
-
return /* @__PURE__ */
|
|
3908
|
-
|
|
3940
|
+
return /* @__PURE__ */ s.jsx(
|
|
3941
|
+
yo,
|
|
3909
3942
|
{
|
|
3910
3943
|
isOpen: e,
|
|
3911
3944
|
onClose: a,
|
|
3912
3945
|
title: t,
|
|
3913
3946
|
size: "sm",
|
|
3914
|
-
footer: /* @__PURE__ */
|
|
3915
|
-
/* @__PURE__ */
|
|
3947
|
+
footer: /* @__PURE__ */ s.jsxs(s.Fragment, { children: [
|
|
3948
|
+
/* @__PURE__ */ s.jsx(
|
|
3916
3949
|
"button",
|
|
3917
3950
|
{
|
|
3918
3951
|
className: "px-4 py-2 text-sm font-semibold text-gray-700 dark:text-dark-text bg-gray-100 hover:bg-gray-200 dark:bg-dark-surface-light dark:hover:bg-gray-700 rounded-lg transition-all disabled:opacity-50 cursor-pointer",
|
|
3919
3952
|
onClick: a,
|
|
3920
|
-
disabled:
|
|
3921
|
-
children:
|
|
3953
|
+
disabled: d,
|
|
3954
|
+
children: n
|
|
3922
3955
|
}
|
|
3923
3956
|
),
|
|
3924
|
-
/* @__PURE__ */
|
|
3957
|
+
/* @__PURE__ */ s.jsx(
|
|
3925
3958
|
"button",
|
|
3926
3959
|
{
|
|
3927
3960
|
className: "px-4 py-2 text-sm font-semibold text-white bg-red-600 hover:bg-red-700 active:scale-[0.98] rounded-lg shadow-sm transition-all disabled:opacity-50 cursor-pointer",
|
|
3928
3961
|
onClick: o,
|
|
3929
|
-
disabled:
|
|
3930
|
-
children:
|
|
3962
|
+
disabled: d,
|
|
3963
|
+
children: d ? "Aguarde..." : c
|
|
3931
3964
|
}
|
|
3932
3965
|
)
|
|
3933
3966
|
] }),
|
|
3934
|
-
children: /* @__PURE__ */
|
|
3935
|
-
/* @__PURE__ */
|
|
3936
|
-
/* @__PURE__ */
|
|
3967
|
+
children: /* @__PURE__ */ s.jsxs("div", { className: "flex gap-4 items-start", children: [
|
|
3968
|
+
/* @__PURE__ */ s.jsx("div", { className: "p-2.5 bg-red-50 dark:bg-red-950/20 text-red-600 dark:text-red-400 rounded-xl", children: /* @__PURE__ */ s.jsx(xo, { className: "w-6 h-6 flex-shrink-0" }) }),
|
|
3969
|
+
/* @__PURE__ */ s.jsx("div", { children: /* @__PURE__ */ s.jsx("p", { className: "text-gray-600 dark:text-dark-text-muted mt-1 leading-relaxed", children: l }) })
|
|
3937
3970
|
] })
|
|
3938
3971
|
}
|
|
3939
3972
|
);
|
|
3940
3973
|
}
|
|
3941
|
-
const
|
|
3974
|
+
const Co = ({
|
|
3942
3975
|
icon: e,
|
|
3943
3976
|
title: a,
|
|
3944
3977
|
description: o,
|
|
3945
3978
|
action: t,
|
|
3946
|
-
variant:
|
|
3979
|
+
variant: l = "default"
|
|
3947
3980
|
}) => {
|
|
3948
|
-
const
|
|
3981
|
+
const c = {
|
|
3949
3982
|
default: "text-primary-500 bg-primary-50 dark:bg-primary-950/20",
|
|
3950
3983
|
error: "text-red-500 bg-red-50 dark:bg-red-950/20",
|
|
3951
3984
|
search: "text-secondary-500 bg-secondary-50 dark:bg-secondary-950/20"
|
|
3952
3985
|
};
|
|
3953
|
-
return /* @__PURE__ */
|
|
3986
|
+
return /* @__PURE__ */ s.jsxs("div", { className: E(
|
|
3954
3987
|
"flex flex-col items-center justify-center p-8 sm:p-12 text-center min-h-[300px] sm:min-h-[400px] animate-fadeIn group"
|
|
3955
3988
|
), children: [
|
|
3956
|
-
e && /* @__PURE__ */
|
|
3989
|
+
e && /* @__PURE__ */ s.jsx("div", { className: E(
|
|
3957
3990
|
"flex items-center justify-center w-16 h-16 sm:w-20 sm:h-20 mb-6 text-4xl sm:text-[48px] rounded-full transition-all duration-200 group-hover:scale-105 group-hover:bg-opacity-80",
|
|
3958
|
-
l
|
|
3991
|
+
c[l]
|
|
3959
3992
|
), children: e }),
|
|
3960
|
-
/* @__PURE__ */
|
|
3961
|
-
/* @__PURE__ */
|
|
3962
|
-
o && /* @__PURE__ */
|
|
3993
|
+
/* @__PURE__ */ s.jsxs("div", { className: "max-w-[500px] mb-6 space-y-2", children: [
|
|
3994
|
+
/* @__PURE__ */ s.jsx("h3", { className: "text-xl sm:text-2xl font-bold font-heading text-gray-900 dark:text-dark-text leading-tight", children: a }),
|
|
3995
|
+
o && /* @__PURE__ */ s.jsx("p", { className: "text-sm sm:text-base text-gray-600 dark:text-dark-text-muted leading-relaxed", children: o })
|
|
3963
3996
|
] }),
|
|
3964
|
-
t && /* @__PURE__ */
|
|
3997
|
+
t && /* @__PURE__ */ s.jsx(
|
|
3965
3998
|
"button",
|
|
3966
3999
|
{
|
|
3967
4000
|
className: "inline-flex items-center justify-center px-6 py-3 font-semibold text-white bg-gradient-to-br from-primary-500 to-primary-600 rounded-lg shadow-md transition-all duration-200 cursor-pointer hover:from-primary-600 hover:to-primary-700 hover:shadow-lg hover:-translate-y-0.5 active:scale-95 active:translate-y-0 min-h-[44px]",
|
|
@@ -3970,32 +4003,32 @@ const xo = ({
|
|
|
3970
4003
|
}
|
|
3971
4004
|
)
|
|
3972
4005
|
] });
|
|
3973
|
-
},
|
|
4006
|
+
}, Ro = ({
|
|
3974
4007
|
onSearch: e,
|
|
3975
4008
|
debounceMs: a = 300,
|
|
3976
4009
|
placeholder: o = "Pesquisar vídeos...",
|
|
3977
4010
|
initialValue: t = "",
|
|
3978
|
-
showClear:
|
|
3979
|
-
autoFocus:
|
|
3980
|
-
size:
|
|
3981
|
-
className:
|
|
4011
|
+
showClear: l = !0,
|
|
4012
|
+
autoFocus: c = !1,
|
|
4013
|
+
size: n = "md",
|
|
4014
|
+
className: d = "",
|
|
3982
4015
|
...m
|
|
3983
4016
|
}) => {
|
|
3984
|
-
const [
|
|
3985
|
-
|
|
3986
|
-
|
|
3987
|
-
}, [
|
|
3988
|
-
e(
|
|
4017
|
+
const [u, h] = re(t), [v, T] = re(!1), k = ur(null), S = ur();
|
|
4018
|
+
Fe(() => {
|
|
4019
|
+
c && k.current && k.current.focus();
|
|
4020
|
+
}, [c]), Fe(() => (S.current && clearTimeout(S.current), S.current = setTimeout(() => {
|
|
4021
|
+
e(u);
|
|
3989
4022
|
}, a), () => {
|
|
3990
|
-
|
|
3991
|
-
}), [
|
|
3992
|
-
const
|
|
3993
|
-
|
|
3994
|
-
},
|
|
4023
|
+
S.current && clearTimeout(S.current);
|
|
4024
|
+
}), [u, e, a]);
|
|
4025
|
+
const P = (W) => {
|
|
4026
|
+
h(W.target.value);
|
|
4027
|
+
}, A = () => {
|
|
3995
4028
|
var W;
|
|
3996
|
-
|
|
3997
|
-
},
|
|
3998
|
-
W.key === "Escape" &&
|
|
4029
|
+
h(""), (W = k.current) == null || W.focus();
|
|
4030
|
+
}, O = (W) => {
|
|
4031
|
+
W.key === "Escape" && A();
|
|
3999
4032
|
}, C = {
|
|
4000
4033
|
sm: "h-9 text-sm rounded-lg",
|
|
4001
4034
|
md: "h-11 sm:h-12 text-base rounded-xl",
|
|
@@ -4006,76 +4039,76 @@ const xo = ({
|
|
|
4006
4039
|
md: "w-5 h-5 ml-4",
|
|
4007
4040
|
lg: "w-6 h-6 ml-5"
|
|
4008
4041
|
};
|
|
4009
|
-
return /* @__PURE__ */
|
|
4042
|
+
return /* @__PURE__ */ s.jsxs(
|
|
4010
4043
|
"div",
|
|
4011
4044
|
{
|
|
4012
|
-
className:
|
|
4045
|
+
className: E(
|
|
4013
4046
|
"relative flex items-center w-full max-w-[600px] bg-white dark:bg-dark-surface border border-gray-300 dark:border-dark-border shadow-sm transition-all duration-150 overflow-hidden",
|
|
4014
4047
|
v ? "border-primary-500 ring-3 ring-primary-100 dark:ring-primary-900/30" : "hover:border-gray-400 dark:hover:border-dark-border/80 hover:shadow",
|
|
4015
|
-
C[
|
|
4016
|
-
|
|
4048
|
+
C[n],
|
|
4049
|
+
d
|
|
4017
4050
|
),
|
|
4018
4051
|
children: [
|
|
4019
|
-
/* @__PURE__ */
|
|
4020
|
-
/* @__PURE__ */
|
|
4052
|
+
/* @__PURE__ */ s.jsx(bo, { className: E("text-gray-400 dark:text-dark-text-muted flex-shrink-0", H[n]), "aria-hidden": "true" }),
|
|
4053
|
+
/* @__PURE__ */ s.jsx(
|
|
4021
4054
|
"input",
|
|
4022
4055
|
{
|
|
4023
|
-
ref:
|
|
4056
|
+
ref: k,
|
|
4024
4057
|
type: "text",
|
|
4025
4058
|
className: "flex-1 h-full px-3 py-2 border-none bg-transparent font-sans text-gray-900 dark:text-dark-text outline-none placeholder-gray-400 dark:placeholder-dark-text-muted text-inherit",
|
|
4026
|
-
value:
|
|
4027
|
-
onChange:
|
|
4028
|
-
onKeyDown:
|
|
4029
|
-
onFocus: () =>
|
|
4030
|
-
onBlur: () =>
|
|
4059
|
+
value: u,
|
|
4060
|
+
onChange: P,
|
|
4061
|
+
onKeyDown: O,
|
|
4062
|
+
onFocus: () => T(!0),
|
|
4063
|
+
onBlur: () => T(!1),
|
|
4031
4064
|
placeholder: o,
|
|
4032
4065
|
"aria-label": "Campo de busca",
|
|
4033
4066
|
...m
|
|
4034
4067
|
}
|
|
4035
4068
|
),
|
|
4036
|
-
|
|
4069
|
+
l && u && /* @__PURE__ */ s.jsx(
|
|
4037
4070
|
"button",
|
|
4038
4071
|
{
|
|
4039
4072
|
type: "button",
|
|
4040
|
-
className:
|
|
4073
|
+
className: E(
|
|
4041
4074
|
"flex items-center justify-center mr-3 bg-gray-150 dark:bg-dark-surface-light border-none rounded-full cursor-pointer text-gray-500 dark:text-dark-text-muted transition-all duration-150 flex-shrink-0 hover:bg-gray-200 dark:hover:bg-dark-surface-light/80 hover:scale-105 active:scale-95",
|
|
4042
|
-
|
|
4075
|
+
n === "sm" ? "w-5 h-5 p-0.5" : n === "md" ? "w-6 h-6 p-1" : "w-7 h-7 p-1.5"
|
|
4043
4076
|
),
|
|
4044
|
-
onClick:
|
|
4077
|
+
onClick: A,
|
|
4045
4078
|
"aria-label": "Limpar busca",
|
|
4046
|
-
children: /* @__PURE__ */
|
|
4079
|
+
children: /* @__PURE__ */ s.jsx(De, { className: "w-full h-full" })
|
|
4047
4080
|
}
|
|
4048
4081
|
)
|
|
4049
4082
|
]
|
|
4050
4083
|
}
|
|
4051
4084
|
);
|
|
4052
|
-
},
|
|
4085
|
+
}, _o = ({
|
|
4053
4086
|
onDateSelect: e,
|
|
4054
4087
|
label: a = "Selecione uma data",
|
|
4055
4088
|
maxDate: o,
|
|
4056
4089
|
minDate: t,
|
|
4057
|
-
initialDate:
|
|
4090
|
+
initialDate: l
|
|
4058
4091
|
}) => {
|
|
4059
|
-
const [
|
|
4060
|
-
|
|
4061
|
-
|
|
4062
|
-
}, [
|
|
4063
|
-
const
|
|
4064
|
-
const
|
|
4065
|
-
|
|
4092
|
+
const [c, n] = re(l || "");
|
|
4093
|
+
Fe(() => {
|
|
4094
|
+
n(l || "");
|
|
4095
|
+
}, [l]);
|
|
4096
|
+
const d = (m) => {
|
|
4097
|
+
const u = m.target.value;
|
|
4098
|
+
n(u), e(u);
|
|
4066
4099
|
};
|
|
4067
|
-
return /* @__PURE__ */
|
|
4068
|
-
/* @__PURE__ */
|
|
4069
|
-
/* @__PURE__ */
|
|
4100
|
+
return /* @__PURE__ */ s.jsxs("div", { className: "flex flex-col gap-2.5 w-full max-w-[400px] md:max-w-full", children: [
|
|
4101
|
+
/* @__PURE__ */ s.jsx("label", { htmlFor: "date-picker", className: "font-sans text-xs font-semibold text-gray-700 dark:text-dark-text-muted uppercase tracking-wider", children: a }),
|
|
4102
|
+
/* @__PURE__ */ s.jsx(
|
|
4070
4103
|
"input",
|
|
4071
4104
|
{
|
|
4072
4105
|
id: "date-picker",
|
|
4073
4106
|
type: "date",
|
|
4074
|
-
value:
|
|
4075
|
-
onChange:
|
|
4107
|
+
value: c,
|
|
4108
|
+
onChange: d,
|
|
4076
4109
|
max: o,
|
|
4077
4110
|
min: t,
|
|
4078
|
-
className:
|
|
4111
|
+
className: E(
|
|
4079
4112
|
"w-full px-4 py-3 font-sans text-base font-medium border-2 border-gray-300 dark:border-dark-border rounded-xl bg-white dark:bg-dark-surface text-gray-900 dark:text-dark-text shadow-sm cursor-pointer outline-none transition-all duration-200",
|
|
4080
4113
|
"hover:border-primary-400 hover:shadow-md focus:border-primary-500 focus:ring-3 focus:ring-primary-100 dark:focus:ring-primary-900/30",
|
|
4081
4114
|
"webkit-calendar-picker-indicator:cursor-pointer webkit-calendar-picker-indicator:p-1 webkit-calendar-picker-indicator:rounded-md webkit-calendar-picker-indicator:transition-colors hover:webkit-calendar-picker-indicator:bg-primary-50"
|
|
@@ -4083,169 +4116,169 @@ const xo = ({
|
|
|
4083
4116
|
}
|
|
4084
4117
|
)
|
|
4085
4118
|
] });
|
|
4086
|
-
},
|
|
4119
|
+
}, No = ({
|
|
4087
4120
|
onDateChange: e,
|
|
4088
4121
|
initialStartDate: a,
|
|
4089
4122
|
initialEndDate: o,
|
|
4090
4123
|
allowRange: t = !0,
|
|
4091
|
-
placeholder:
|
|
4124
|
+
placeholder: l = "Selecionar data"
|
|
4092
4125
|
}) => {
|
|
4093
|
-
const [
|
|
4094
|
-
const
|
|
4095
|
-
return
|
|
4096
|
-
},
|
|
4097
|
-
const
|
|
4098
|
-
return
|
|
4099
|
-
},
|
|
4100
|
-
switch (
|
|
4126
|
+
const [c, n] = re(a || ""), [d, m] = re(o || ""), [u, h] = re(null), [v, T] = re(!1), k = () => (/* @__PURE__ */ new Date()).toISOString().split("T")[0], S = () => {
|
|
4127
|
+
const N = /* @__PURE__ */ new Date();
|
|
4128
|
+
return N.setDate(N.getDate() - 1), N.toISOString().split("T")[0];
|
|
4129
|
+
}, P = (N) => {
|
|
4130
|
+
const I = /* @__PURE__ */ new Date();
|
|
4131
|
+
return I.setDate(I.getDate() - N), I.toISOString().split("T")[0];
|
|
4132
|
+
}, A = (N) => {
|
|
4133
|
+
switch (h(N), N) {
|
|
4101
4134
|
case "today":
|
|
4102
|
-
|
|
4135
|
+
n(k()), m(k()), e(k(), k());
|
|
4103
4136
|
break;
|
|
4104
4137
|
case "yesterday":
|
|
4105
|
-
|
|
4138
|
+
n(S()), m(S()), e(S(), S());
|
|
4106
4139
|
break;
|
|
4107
4140
|
case "last7days":
|
|
4108
|
-
|
|
4141
|
+
n(P(7)), m(k()), e(P(7), k());
|
|
4109
4142
|
break;
|
|
4110
4143
|
case "last30days":
|
|
4111
|
-
|
|
4144
|
+
n(P(30)), m(k()), e(P(30), k());
|
|
4112
4145
|
break;
|
|
4113
4146
|
case "custom":
|
|
4114
|
-
|
|
4147
|
+
h("custom");
|
|
4115
4148
|
break;
|
|
4116
4149
|
}
|
|
4117
|
-
|
|
4118
|
-
},
|
|
4119
|
-
const
|
|
4120
|
-
|
|
4121
|
-
}, C = (
|
|
4122
|
-
const
|
|
4123
|
-
m(
|
|
4150
|
+
N !== "custom" && T(!1);
|
|
4151
|
+
}, O = (N) => {
|
|
4152
|
+
const I = N.target.value;
|
|
4153
|
+
n(I), h("custom"), e(I, t ? d : null);
|
|
4154
|
+
}, C = (N) => {
|
|
4155
|
+
const I = N.target.value;
|
|
4156
|
+
m(I), h("custom"), e(c, I);
|
|
4124
4157
|
}, H = () => {
|
|
4125
|
-
|
|
4126
|
-
}, W = () =>
|
|
4158
|
+
n(""), m(""), h(null), e(null, null);
|
|
4159
|
+
}, W = () => c ? u && u !== "custom" ? {
|
|
4127
4160
|
today: "Hoje",
|
|
4128
4161
|
yesterday: "Ontem",
|
|
4129
4162
|
last7days: "Últimos 7 dias",
|
|
4130
4163
|
last30days: "Últimos 30 dias",
|
|
4131
4164
|
custom: "Personalizado"
|
|
4132
|
-
}[
|
|
4133
|
-
const [
|
|
4134
|
-
return `${M}/${
|
|
4165
|
+
}[u] : t && d && c !== d ? `${q(c)} - ${q(d)}` : q(c) : l, q = (N) => {
|
|
4166
|
+
const [I, b, M] = N.split("-");
|
|
4167
|
+
return `${M}/${b}/${I}`;
|
|
4135
4168
|
};
|
|
4136
|
-
return /* @__PURE__ */
|
|
4137
|
-
/* @__PURE__ */
|
|
4169
|
+
return /* @__PURE__ */ s.jsxs("div", { className: "relative inline-block w-full sm:w-auto", children: [
|
|
4170
|
+
/* @__PURE__ */ s.jsxs(
|
|
4138
4171
|
"button",
|
|
4139
4172
|
{
|
|
4140
4173
|
type: "button",
|
|
4141
|
-
className:
|
|
4174
|
+
className: E(
|
|
4142
4175
|
"w-full sm:w-auto min-w-[200px] h-11 sm:h-12 px-4 flex items-center gap-2.5 bg-white dark:bg-dark-surface border-2 border-gray-300 dark:border-dark-border rounded-xl font-sans font-medium text-base text-gray-700 dark:text-dark-text cursor-pointer transition-all duration-200 outline-none select-none hover:border-gray-400 dark:hover:border-dark-border/80 hover:shadow-sm focus-visible:ring-3 focus-visible:ring-primary-300",
|
|
4143
4176
|
v && "border-primary-500 ring-3 ring-primary-100 dark:ring-primary-900/30"
|
|
4144
4177
|
),
|
|
4145
|
-
onClick: () =>
|
|
4178
|
+
onClick: () => T(!v),
|
|
4146
4179
|
"aria-label": "Selecionar data",
|
|
4147
4180
|
"aria-expanded": v,
|
|
4148
4181
|
children: [
|
|
4149
|
-
/* @__PURE__ */
|
|
4150
|
-
/* @__PURE__ */
|
|
4151
|
-
|
|
4182
|
+
/* @__PURE__ */ s.jsx(ao, { className: "w-5 h-5 text-gray-400 dark:text-dark-text-muted flex-shrink-0" }),
|
|
4183
|
+
/* @__PURE__ */ s.jsx("span", { className: "flex-1 text-left whitespace-nowrap overflow-hidden text-ellipsis", children: W() }),
|
|
4184
|
+
c || d ? /* @__PURE__ */ s.jsx(
|
|
4152
4185
|
"button",
|
|
4153
4186
|
{
|
|
4154
4187
|
type: "button",
|
|
4155
4188
|
className: "flex items-center justify-center w-5 h-5 bg-gray-200 dark:bg-dark-surface-light border-none rounded-full text-[10px] text-gray-600 dark:text-dark-text-muted transition-all duration-150 flex-shrink-0 hover:bg-gray-300 dark:hover:bg-dark-surface hover:scale-105 active:scale-95",
|
|
4156
|
-
onClick: (
|
|
4157
|
-
|
|
4189
|
+
onClick: (N) => {
|
|
4190
|
+
N.stopPropagation(), H();
|
|
4158
4191
|
},
|
|
4159
4192
|
"aria-label": "Limpar seleção",
|
|
4160
|
-
children: /* @__PURE__ */
|
|
4193
|
+
children: /* @__PURE__ */ s.jsx(De, { className: "w-3 h-3" })
|
|
4161
4194
|
}
|
|
4162
|
-
) : /* @__PURE__ */
|
|
4195
|
+
) : /* @__PURE__ */ s.jsx(lo, { className: "w-4 h-4 text-gray-400 dark:text-dark-text-muted flex-shrink-0" })
|
|
4163
4196
|
]
|
|
4164
4197
|
}
|
|
4165
4198
|
),
|
|
4166
|
-
v && /* @__PURE__ */
|
|
4167
|
-
/* @__PURE__ */
|
|
4168
|
-
/* @__PURE__ */
|
|
4199
|
+
v && /* @__PURE__ */ s.jsxs(s.Fragment, { children: [
|
|
4200
|
+
/* @__PURE__ */ s.jsx("div", { className: "fixed inset-0 z-40 sm:hidden", onClick: () => T(!1) }),
|
|
4201
|
+
/* @__PURE__ */ s.jsxs("div", { className: E(
|
|
4169
4202
|
"absolute top-[calc(100%+8px)] left-0 sm:left-auto z-50 min-w-[280px] bg-white dark:bg-dark-surface border border-gray-300 dark:border-dark-border rounded-2xl shadow-xl animate-slideUp sm:animate-slideDown",
|
|
4170
4203
|
"w-[calc(100vw-32px)] max-w-[340px] left-1/2 -translate-x-1/2 sm:left-0 sm:translate-x-0"
|
|
4171
4204
|
// mobile centering
|
|
4172
4205
|
), children: [
|
|
4173
|
-
/* @__PURE__ */
|
|
4174
|
-
/* @__PURE__ */
|
|
4206
|
+
/* @__PURE__ */ s.jsxs("div", { className: "flex flex-col gap-1 p-3", children: [
|
|
4207
|
+
/* @__PURE__ */ s.jsx(
|
|
4175
4208
|
"button",
|
|
4176
4209
|
{
|
|
4177
4210
|
type: "button",
|
|
4178
|
-
className:
|
|
4211
|
+
className: E(
|
|
4179
4212
|
"w-full px-3 py-2 text-left font-sans text-sm font-medium text-gray-700 dark:text-dark-text rounded-xl border-none bg-transparent cursor-pointer transition-all hover:bg-gray-150 dark:hover:bg-dark-surface-light min-h-[40px]",
|
|
4180
|
-
|
|
4213
|
+
u === "today" && "bg-primary-50 dark:bg-primary-950/20 text-primary-700 dark:text-primary-400 font-semibold"
|
|
4181
4214
|
),
|
|
4182
|
-
onClick: () =>
|
|
4215
|
+
onClick: () => A("today"),
|
|
4183
4216
|
children: "Hoje"
|
|
4184
4217
|
}
|
|
4185
4218
|
),
|
|
4186
|
-
/* @__PURE__ */
|
|
4219
|
+
/* @__PURE__ */ s.jsx(
|
|
4187
4220
|
"button",
|
|
4188
4221
|
{
|
|
4189
4222
|
type: "button",
|
|
4190
|
-
className:
|
|
4223
|
+
className: E(
|
|
4191
4224
|
"w-full px-3 py-2 text-left font-sans text-sm font-medium text-gray-700 dark:text-dark-text rounded-xl border-none bg-transparent cursor-pointer transition-all hover:bg-gray-150 dark:hover:bg-dark-surface-light min-h-[40px]",
|
|
4192
|
-
|
|
4225
|
+
u === "yesterday" && "bg-primary-50 dark:bg-primary-950/20 text-primary-700 dark:text-primary-400 font-semibold"
|
|
4193
4226
|
),
|
|
4194
|
-
onClick: () =>
|
|
4227
|
+
onClick: () => A("yesterday"),
|
|
4195
4228
|
children: "Ontem"
|
|
4196
4229
|
}
|
|
4197
4230
|
),
|
|
4198
|
-
/* @__PURE__ */
|
|
4231
|
+
/* @__PURE__ */ s.jsx(
|
|
4199
4232
|
"button",
|
|
4200
4233
|
{
|
|
4201
4234
|
type: "button",
|
|
4202
|
-
className:
|
|
4235
|
+
className: E(
|
|
4203
4236
|
"w-full px-3 py-2 text-left font-sans text-sm font-medium text-gray-700 dark:text-dark-text rounded-xl border-none bg-transparent cursor-pointer transition-all hover:bg-gray-150 dark:hover:bg-dark-surface-light min-h-[40px]",
|
|
4204
|
-
|
|
4237
|
+
u === "last7days" && "bg-primary-50 dark:bg-primary-950/20 text-primary-700 dark:text-primary-400 font-semibold"
|
|
4205
4238
|
),
|
|
4206
|
-
onClick: () =>
|
|
4239
|
+
onClick: () => A("last7days"),
|
|
4207
4240
|
children: "Últimos 7 dias"
|
|
4208
4241
|
}
|
|
4209
4242
|
),
|
|
4210
|
-
/* @__PURE__ */
|
|
4243
|
+
/* @__PURE__ */ s.jsx(
|
|
4211
4244
|
"button",
|
|
4212
4245
|
{
|
|
4213
4246
|
type: "button",
|
|
4214
|
-
className:
|
|
4247
|
+
className: E(
|
|
4215
4248
|
"w-full px-3 py-2 text-left font-sans text-sm font-medium text-gray-700 dark:text-dark-text rounded-xl border-none bg-transparent cursor-pointer transition-all hover:bg-gray-150 dark:hover:bg-dark-surface-light min-h-[40px]",
|
|
4216
|
-
|
|
4249
|
+
u === "last30days" && "bg-primary-50 dark:bg-primary-950/20 text-primary-700 dark:text-primary-400 font-semibold"
|
|
4217
4250
|
),
|
|
4218
|
-
onClick: () =>
|
|
4251
|
+
onClick: () => A("last30days"),
|
|
4219
4252
|
children: "Últimos 30 dias"
|
|
4220
4253
|
}
|
|
4221
4254
|
)
|
|
4222
4255
|
] }),
|
|
4223
|
-
/* @__PURE__ */
|
|
4224
|
-
/* @__PURE__ */
|
|
4225
|
-
/* @__PURE__ */
|
|
4256
|
+
/* @__PURE__ */ s.jsx("div", { className: "h-[1px] mx-3 my-1 bg-gray-200 dark:bg-dark-border" }),
|
|
4257
|
+
/* @__PURE__ */ s.jsxs("div", { className: "flex flex-col gap-3.5 p-4 bg-gray-50/50 dark:bg-dark-bg/20 rounded-b-2xl", children: [
|
|
4258
|
+
/* @__PURE__ */ s.jsxs("label", { className: "flex flex-col gap-1.5 font-sans text-xs font-semibold text-gray-500 dark:text-dark-text-muted uppercase tracking-wider", children: [
|
|
4226
4259
|
"Data inicial",
|
|
4227
|
-
/* @__PURE__ */
|
|
4260
|
+
/* @__PURE__ */ s.jsx(
|
|
4228
4261
|
"input",
|
|
4229
4262
|
{
|
|
4230
4263
|
type: "date",
|
|
4231
4264
|
className: "w-full px-3 py-2 bg-white dark:bg-dark-surface border border-gray-300 dark:border-dark-border rounded-lg font-sans text-sm text-gray-900 dark:text-dark-text cursor-pointer outline-none transition-colors hover:border-gray-400 focus:border-primary-500",
|
|
4232
|
-
value:
|
|
4233
|
-
onChange:
|
|
4234
|
-
max:
|
|
4265
|
+
value: c,
|
|
4266
|
+
onChange: O,
|
|
4267
|
+
max: k()
|
|
4235
4268
|
}
|
|
4236
4269
|
)
|
|
4237
4270
|
] }),
|
|
4238
|
-
t && /* @__PURE__ */
|
|
4271
|
+
t && /* @__PURE__ */ s.jsxs("label", { className: "flex flex-col gap-1.5 font-sans text-xs font-semibold text-gray-500 dark:text-dark-text-muted uppercase tracking-wider", children: [
|
|
4239
4272
|
"Data final",
|
|
4240
|
-
/* @__PURE__ */
|
|
4273
|
+
/* @__PURE__ */ s.jsx(
|
|
4241
4274
|
"input",
|
|
4242
4275
|
{
|
|
4243
4276
|
type: "date",
|
|
4244
4277
|
className: "w-full px-3 py-2 bg-white dark:bg-dark-surface border border-gray-300 dark:border-dark-border rounded-lg font-sans text-sm text-gray-900 dark:text-dark-text cursor-pointer outline-none transition-colors hover:border-gray-400 focus:border-primary-500",
|
|
4245
|
-
value:
|
|
4278
|
+
value: d,
|
|
4246
4279
|
onChange: C,
|
|
4247
|
-
min:
|
|
4248
|
-
max:
|
|
4280
|
+
min: c,
|
|
4281
|
+
max: k()
|
|
4249
4282
|
}
|
|
4250
4283
|
)
|
|
4251
4284
|
] })
|
|
@@ -4253,124 +4286,158 @@ const xo = ({
|
|
|
4253
4286
|
] })
|
|
4254
4287
|
] })
|
|
4255
4288
|
] });
|
|
4256
|
-
},
|
|
4289
|
+
}, So = ({
|
|
4257
4290
|
initialLikes: e = 0,
|
|
4258
4291
|
onLike: a,
|
|
4259
4292
|
onLikeChange: o,
|
|
4260
4293
|
size: t = "md",
|
|
4261
|
-
iconOnly:
|
|
4262
|
-
disabled:
|
|
4294
|
+
iconOnly: l = !1,
|
|
4295
|
+
disabled: c = !1,
|
|
4296
|
+
useLucide: n = !0
|
|
4263
4297
|
}) => {
|
|
4264
|
-
const [
|
|
4265
|
-
if (
|
|
4266
|
-
const A =
|
|
4267
|
-
|
|
4298
|
+
const [d, m] = re(e), [u, h] = re(!1), v = async () => {
|
|
4299
|
+
if (c || u) return;
|
|
4300
|
+
const A = d + 1;
|
|
4301
|
+
h(!0), m(A), o == null || o(A);
|
|
4268
4302
|
try {
|
|
4269
|
-
const
|
|
4270
|
-
|
|
4303
|
+
const O = await a();
|
|
4304
|
+
m(O), O !== A && (o == null || o(O));
|
|
4271
4305
|
} catch {
|
|
4272
|
-
|
|
4306
|
+
m(d), o == null || o(d);
|
|
4273
4307
|
} finally {
|
|
4274
|
-
setTimeout(() =>
|
|
4308
|
+
setTimeout(() => h(!1), 600);
|
|
4275
4309
|
}
|
|
4276
|
-
},
|
|
4310
|
+
}, T = {
|
|
4277
4311
|
sm: "px-2 py-1 text-sm min-h-[32px]",
|
|
4278
4312
|
md: "px-3 py-2 text-base min-h-[40px] sm:min-h-[44px]",
|
|
4279
4313
|
// thumb-friendly min height on mobile
|
|
4280
4314
|
lg: "px-4 py-3 text-lg min-h-[48px] sm:min-h-[52px]"
|
|
4281
|
-
},
|
|
4315
|
+
}, k = {
|
|
4282
4316
|
sm: "text-base",
|
|
4283
4317
|
md: "text-lg",
|
|
4284
4318
|
lg: "text-xl"
|
|
4285
|
-
},
|
|
4319
|
+
}, S = {
|
|
4320
|
+
sm: 16,
|
|
4321
|
+
md: 20,
|
|
4322
|
+
lg: 24
|
|
4323
|
+
}, P = {
|
|
4286
4324
|
sm: "min-w-[16px] h-4 text-[10px] px-1",
|
|
4287
4325
|
md: "min-w-[20px] h-5 text-xs px-1.5",
|
|
4288
4326
|
lg: "min-w-[22px] h-[22px] text-xs px-2"
|
|
4289
4327
|
};
|
|
4290
|
-
return /* @__PURE__ */
|
|
4328
|
+
return /* @__PURE__ */ s.jsxs(
|
|
4291
4329
|
"button",
|
|
4292
4330
|
{
|
|
4293
|
-
className:
|
|
4331
|
+
className: E(
|
|
4294
4332
|
"relative inline-flex items-center justify-center gap-2 font-semibold cursor-pointer transition-all duration-200 select-none rounded-lg border focus-visible:ring-3 focus-visible:ring-primary-300 focus-visible:ring-offset-2 disabled:opacity-50 disabled:cursor-not-allowed",
|
|
4295
4333
|
"bg-primary-50 border-primary-300 text-primary-700 hover:bg-primary-100 hover:border-primary-400 active:scale-95",
|
|
4296
|
-
|
|
4297
|
-
|
|
4334
|
+
T[t],
|
|
4335
|
+
u && "animate-heartBeat"
|
|
4298
4336
|
),
|
|
4299
|
-
onClick:
|
|
4300
|
-
disabled:
|
|
4337
|
+
onClick: v,
|
|
4338
|
+
disabled: c,
|
|
4301
4339
|
"aria-label": "Curtir vídeo",
|
|
4302
4340
|
"aria-pressed": !0,
|
|
4303
4341
|
children: [
|
|
4304
|
-
/* @__PURE__ */
|
|
4305
|
-
/* @__PURE__ */
|
|
4306
|
-
|
|
4307
|
-
|
|
4308
|
-
|
|
4309
|
-
|
|
4310
|
-
|
|
4342
|
+
/* @__PURE__ */ s.jsxs("span", { className: "relative flex items-center justify-center leading-none flex-shrink-0", children: [
|
|
4343
|
+
n ? /* @__PURE__ */ s.jsx(
|
|
4344
|
+
Ie,
|
|
4345
|
+
{
|
|
4346
|
+
className: E(
|
|
4347
|
+
"fill-rose-500 text-rose-500 transition-transform duration-150",
|
|
4348
|
+
u && "animate-iconPop"
|
|
4349
|
+
),
|
|
4350
|
+
size: S[t]
|
|
4351
|
+
}
|
|
4352
|
+
) : /* @__PURE__ */ s.jsx("span", { className: E("flex items-center justify-center transition-transform duration-150", u && "animate-iconPop"), children: "❤️" }),
|
|
4353
|
+
u && /* @__PURE__ */ s.jsx(s.Fragment, { children: n ? /* @__PURE__ */ s.jsxs(s.Fragment, { children: [
|
|
4354
|
+
/* @__PURE__ */ s.jsx(Ie, { className: "absolute pointer-events-none opacity-0 animate-heartFloat1 fill-rose-500 text-rose-500", size: S[t] - 4 }),
|
|
4355
|
+
/* @__PURE__ */ s.jsx(Ie, { className: "absolute pointer-events-none opacity-0 animate-heartFloat2 fill-rose-500 text-rose-500", size: S[t] - 4 }),
|
|
4356
|
+
/* @__PURE__ */ s.jsx(Ie, { className: "absolute pointer-events-none opacity-0 animate-heartFloat3 fill-rose-500 text-rose-500", size: S[t] - 4 })
|
|
4357
|
+
] }) : /* @__PURE__ */ s.jsxs(s.Fragment, { children: [
|
|
4358
|
+
/* @__PURE__ */ s.jsx("span", { className: E("absolute text-sm pointer-events-none opacity-0 animate-heartFloat1", k[t]), children: "❤️" }),
|
|
4359
|
+
/* @__PURE__ */ s.jsx("span", { className: E("absolute text-sm pointer-events-none opacity-0 animate-heartFloat2", k[t]), children: "❤️" }),
|
|
4360
|
+
/* @__PURE__ */ s.jsx("span", { className: E("absolute text-sm pointer-events-none opacity-0 animate-heartFloat3", k[t]), children: "❤️" })
|
|
4361
|
+
] }) })
|
|
4311
4362
|
] }),
|
|
4312
|
-
!
|
|
4313
|
-
/* @__PURE__ */
|
|
4314
|
-
|
|
4363
|
+
!l && /* @__PURE__ */ s.jsxs("span", { className: "flex items-center gap-1.5", children: [
|
|
4364
|
+
/* @__PURE__ */ s.jsx("span", { className: "whitespace-nowrap", children: "Curtido" }),
|
|
4365
|
+
d > 0 && /* @__PURE__ */ s.jsx("span", { className: E(
|
|
4315
4366
|
"inline-flex items-center justify-center rounded-full bg-primary-600 text-white font-bold transition-all duration-150 animate-countBounce",
|
|
4316
|
-
|
|
4317
|
-
), children:
|
|
4367
|
+
P[t]
|
|
4368
|
+
), children: d })
|
|
4318
4369
|
] })
|
|
4319
4370
|
]
|
|
4320
4371
|
}
|
|
4321
4372
|
);
|
|
4322
|
-
},
|
|
4373
|
+
}, Eo = ({
|
|
4323
4374
|
videoUrl: e,
|
|
4324
4375
|
fileName: a,
|
|
4325
4376
|
downloadCount: o = 0,
|
|
4326
4377
|
onDownloadIncrement: t,
|
|
4327
|
-
onDownloadComplete:
|
|
4328
|
-
onDownloadChange:
|
|
4329
|
-
onError:
|
|
4330
|
-
size:
|
|
4331
|
-
iconOnly: m = !1
|
|
4378
|
+
onDownloadComplete: l,
|
|
4379
|
+
onDownloadChange: c,
|
|
4380
|
+
onError: n,
|
|
4381
|
+
size: d = "md",
|
|
4382
|
+
iconOnly: m = !1,
|
|
4383
|
+
useLucide: u = !0
|
|
4332
4384
|
}) => {
|
|
4333
|
-
const [
|
|
4334
|
-
var
|
|
4385
|
+
const [h, v] = re("idle"), [T, k] = re(0), [S, P] = re(o), A = async () => {
|
|
4386
|
+
var I;
|
|
4335
4387
|
try {
|
|
4336
|
-
|
|
4337
|
-
const
|
|
4338
|
-
if (!
|
|
4388
|
+
v("downloading"), k(0);
|
|
4389
|
+
const b = await fetch(e);
|
|
4390
|
+
if (!b.ok)
|
|
4339
4391
|
throw new Error("Falha ao baixar o vídeo");
|
|
4340
|
-
const
|
|
4341
|
-
if (!
|
|
4392
|
+
const M = b.headers.get("content-length");
|
|
4393
|
+
if (!M)
|
|
4342
4394
|
throw new Error("Não foi possível obter o tamanho do arquivo");
|
|
4343
|
-
const
|
|
4344
|
-
if (!
|
|
4395
|
+
const de = (I = b.body) == null ? void 0 : I.getReader();
|
|
4396
|
+
if (!de)
|
|
4345
4397
|
throw new Error("Não foi possível ler o stream do vídeo");
|
|
4346
|
-
let
|
|
4347
|
-
const
|
|
4398
|
+
let ue = 0;
|
|
4399
|
+
const te = [], Z = parseInt(M, 10);
|
|
4348
4400
|
for (; ; ) {
|
|
4349
|
-
const { done:
|
|
4350
|
-
if (
|
|
4351
|
-
|
|
4401
|
+
const { done: J, value: ae } = await de.read();
|
|
4402
|
+
if (J) break;
|
|
4403
|
+
te.push(ae), ue += ae.length, k(Math.round(ue / Z * 100));
|
|
4352
4404
|
}
|
|
4353
|
-
|
|
4354
|
-
const
|
|
4355
|
-
|
|
4356
|
-
const
|
|
4357
|
-
if (
|
|
4358
|
-
|
|
4405
|
+
k(100);
|
|
4406
|
+
const Q = new Blob(te), U = window.URL.createObjectURL(Q), $ = document.createElement("a");
|
|
4407
|
+
$.href = U, $.download = a, document.body.appendChild($), $.click(), document.body.removeChild($), window.URL.revokeObjectURL(U), v("success");
|
|
4408
|
+
const K = S + 1;
|
|
4409
|
+
if (P(K), c == null || c(K), setTimeout(() => {
|
|
4410
|
+
v("idle"), k(0);
|
|
4359
4411
|
}, 2e3), t)
|
|
4360
4412
|
try {
|
|
4361
|
-
const
|
|
4362
|
-
|
|
4363
|
-
} catch (
|
|
4364
|
-
|
|
4413
|
+
const J = await t();
|
|
4414
|
+
J !== K && (P(J), c == null || c(J));
|
|
4415
|
+
} catch (J) {
|
|
4416
|
+
n == null || n(J);
|
|
4365
4417
|
}
|
|
4366
|
-
|
|
4367
|
-
} catch (
|
|
4368
|
-
|
|
4369
|
-
|
|
4418
|
+
l == null || l();
|
|
4419
|
+
} catch (b) {
|
|
4420
|
+
v("error"), n == null || n(b), setTimeout(() => {
|
|
4421
|
+
v("idle"), k(0);
|
|
4370
4422
|
}, 2e3);
|
|
4371
4423
|
}
|
|
4372
|
-
},
|
|
4373
|
-
|
|
4424
|
+
}, O = {
|
|
4425
|
+
sm: 16,
|
|
4426
|
+
md: 20,
|
|
4427
|
+
lg: 24
|
|
4428
|
+
}, C = () => {
|
|
4429
|
+
if (u)
|
|
4430
|
+
switch (h) {
|
|
4431
|
+
case "downloading":
|
|
4432
|
+
return /* @__PURE__ */ s.jsx(Xe, { className: "animate-spin text-primary-500", size: O[d] });
|
|
4433
|
+
case "success":
|
|
4434
|
+
return /* @__PURE__ */ s.jsx(no, { className: "text-green-600 dark:text-green-400", size: O[d] });
|
|
4435
|
+
case "error":
|
|
4436
|
+
return /* @__PURE__ */ s.jsx(De, { className: "text-red-600 dark:text-red-400", size: O[d] });
|
|
4437
|
+
default:
|
|
4438
|
+
return /* @__PURE__ */ s.jsx(uo, { className: "text-gray-600 dark:text-dark-text-muted group-hover:text-primary-500 transition-colors", size: O[d] });
|
|
4439
|
+
}
|
|
4440
|
+
switch (h) {
|
|
4374
4441
|
case "downloading":
|
|
4375
4442
|
return "⏳";
|
|
4376
4443
|
case "success":
|
|
@@ -4380,10 +4447,10 @@ const xo = ({
|
|
|
4380
4447
|
default:
|
|
4381
4448
|
return "⬇️";
|
|
4382
4449
|
}
|
|
4383
|
-
},
|
|
4384
|
-
switch (
|
|
4450
|
+
}, H = () => {
|
|
4451
|
+
switch (h) {
|
|
4385
4452
|
case "downloading":
|
|
4386
|
-
return `${
|
|
4453
|
+
return `${T}%`;
|
|
4387
4454
|
case "success":
|
|
4388
4455
|
return "Baixado!";
|
|
4389
4456
|
case "error":
|
|
@@ -4391,84 +4458,84 @@ const xo = ({
|
|
|
4391
4458
|
default:
|
|
4392
4459
|
return m ? "" : "Download";
|
|
4393
4460
|
}
|
|
4394
|
-
},
|
|
4461
|
+
}, W = {
|
|
4395
4462
|
idle: "bg-gray-100 dark:bg-dark-surface hover:bg-gray-200 dark:hover:bg-dark-surface-light border-gray-300 dark:border-dark-border text-gray-700 dark:text-dark-text hover:-translate-y-0.5",
|
|
4396
4463
|
downloading: "bg-primary-50 dark:bg-primary-900/20 border-primary-300 dark:border-primary-800 text-primary-700 dark:text-primary-400",
|
|
4397
4464
|
success: "bg-green-50 dark:bg-green-950/20 border-green-300 dark:border-green-800 text-green-700 dark:text-green-400 animate-successPulse",
|
|
4398
4465
|
error: "bg-red-50 dark:bg-red-950/20 border-red-300 dark:border-red-800 text-red-700 dark:text-red-400 animate-shake"
|
|
4399
|
-
},
|
|
4466
|
+
}, q = {
|
|
4400
4467
|
sm: "px-2 py-1 text-sm min-h-[32px] rounded-md",
|
|
4401
4468
|
md: "px-3 py-2 text-base min-h-[40px] sm:min-h-[44px] rounded-md",
|
|
4402
4469
|
// thumb-friendly size
|
|
4403
4470
|
lg: "px-4 py-3 text-lg min-h-[48px] sm:min-h-[52px] rounded-lg"
|
|
4404
|
-
},
|
|
4471
|
+
}, N = {
|
|
4405
4472
|
sm: "min-w-[16px] h-4 text-[10px] px-1",
|
|
4406
4473
|
md: "min-w-[20px] h-5 text-xs px-1.5",
|
|
4407
4474
|
lg: "min-w-[22px] h-[22px] text-xs px-2"
|
|
4408
4475
|
};
|
|
4409
|
-
return /* @__PURE__ */
|
|
4476
|
+
return /* @__PURE__ */ s.jsxs(
|
|
4410
4477
|
"button",
|
|
4411
4478
|
{
|
|
4412
|
-
className:
|
|
4479
|
+
className: E(
|
|
4413
4480
|
"relative inline-flex items-center gap-2 font-semibold cursor-pointer transition-all duration-200 select-none border overflow-hidden focus-visible:ring-3 focus-visible:ring-primary-300 focus-visible:ring-offset-2 disabled:opacity-75 disabled:cursor-not-allowed",
|
|
4414
|
-
|
|
4415
|
-
|
|
4481
|
+
W[h],
|
|
4482
|
+
q[d]
|
|
4416
4483
|
),
|
|
4417
|
-
onClick:
|
|
4418
|
-
disabled:
|
|
4484
|
+
onClick: A,
|
|
4485
|
+
disabled: h === "downloading",
|
|
4419
4486
|
"aria-label": `Baixar vídeo ${a}`,
|
|
4420
4487
|
children: [
|
|
4421
|
-
/* @__PURE__ */
|
|
4422
|
-
!m && /* @__PURE__ */
|
|
4423
|
-
/* @__PURE__ */
|
|
4424
|
-
|
|
4488
|
+
/* @__PURE__ */ s.jsx("span", { className: "flex items-center justify-center leading-none flex-shrink-0", children: C() }),
|
|
4489
|
+
!m && /* @__PURE__ */ s.jsxs("span", { className: "flex items-center gap-1.5 z-10", children: [
|
|
4490
|
+
/* @__PURE__ */ s.jsx("span", { className: "whitespace-nowrap", children: H() }),
|
|
4491
|
+
S > 0 && /* @__PURE__ */ s.jsx("span", { className: E(
|
|
4425
4492
|
"inline-flex items-center justify-center rounded-full bg-primary-500 text-white font-bold",
|
|
4426
|
-
|
|
4427
|
-
), children:
|
|
4493
|
+
N[d]
|
|
4494
|
+
), children: S })
|
|
4428
4495
|
] }),
|
|
4429
|
-
|
|
4496
|
+
h === "downloading" && /* @__PURE__ */ s.jsx("div", { className: "absolute bottom-0 left-0 right-0 h-[3px] bg-primary-100 dark:bg-primary-900 overflow-hidden", children: /* @__PURE__ */ s.jsx(
|
|
4430
4497
|
"div",
|
|
4431
4498
|
{
|
|
4432
4499
|
className: "h-full bg-gradient-to-r from-primary-500 to-primary-600 transition-all duration-250 ease-out",
|
|
4433
|
-
style: { width: `${
|
|
4500
|
+
style: { width: `${T}%` }
|
|
4434
4501
|
}
|
|
4435
4502
|
) })
|
|
4436
4503
|
]
|
|
4437
4504
|
}
|
|
4438
4505
|
);
|
|
4439
4506
|
};
|
|
4440
|
-
function
|
|
4441
|
-
return /* @__PURE__ */
|
|
4442
|
-
const
|
|
4443
|
-
return /* @__PURE__ */
|
|
4507
|
+
function To({ tabs: e, activeTab: a, onChange: o, className: t }) {
|
|
4508
|
+
return /* @__PURE__ */ s.jsx("div", { className: E("border-b border-gray-150 dark:border-dark-border/40 flex gap-2 overflow-x-auto select-none", t), children: e.map((l) => {
|
|
4509
|
+
const c = l.id === a;
|
|
4510
|
+
return /* @__PURE__ */ s.jsxs(
|
|
4444
4511
|
"button",
|
|
4445
4512
|
{
|
|
4446
4513
|
type: "button",
|
|
4447
|
-
onClick: () => o(
|
|
4448
|
-
className:
|
|
4514
|
+
onClick: () => o(l.id),
|
|
4515
|
+
className: E(
|
|
4449
4516
|
"flex items-center gap-2 px-4 py-3 text-xs font-bold uppercase tracking-wider border-b-2 transition-all cursor-pointer whitespace-nowrap outline-none",
|
|
4450
|
-
|
|
4517
|
+
c ? "border-primary-500 text-primary-500 font-extrabold" : "border-transparent text-gray-500 hover:text-gray-700 dark:text-dark-text-muted dark:hover:text-dark-text"
|
|
4451
4518
|
),
|
|
4452
4519
|
children: [
|
|
4453
|
-
|
|
4454
|
-
|
|
4520
|
+
l.icon,
|
|
4521
|
+
l.label
|
|
4455
4522
|
]
|
|
4456
4523
|
},
|
|
4457
|
-
|
|
4524
|
+
l.id
|
|
4458
4525
|
);
|
|
4459
4526
|
}) });
|
|
4460
4527
|
}
|
|
4461
4528
|
export {
|
|
4462
|
-
|
|
4463
|
-
|
|
4464
|
-
|
|
4465
|
-
|
|
4466
|
-
|
|
4467
|
-
|
|
4468
|
-
|
|
4469
|
-
|
|
4470
|
-
|
|
4471
|
-
|
|
4472
|
-
|
|
4473
|
-
|
|
4529
|
+
jo as ConfirmDialog,
|
|
4530
|
+
_o as DatePicker,
|
|
4531
|
+
No as DateSelector,
|
|
4532
|
+
Eo as DownloadButton,
|
|
4533
|
+
Co as EmptyState,
|
|
4534
|
+
wo as IconButton,
|
|
4535
|
+
So as LikeButton,
|
|
4536
|
+
ko as Loading,
|
|
4537
|
+
yo as Modal,
|
|
4538
|
+
Ro as SearchBar,
|
|
4539
|
+
To as Tabs,
|
|
4540
|
+
E as cn
|
|
4474
4541
|
};
|