@possibly6400/ui-kit 1.0.5 → 1.0.6
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/index.js +1 -30
- package/dist/index.mjs +857 -1485
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1,902 +1,277 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
*/
|
|
12
|
-
var qe;
|
|
13
|
-
function Br() {
|
|
14
|
-
if (qe) return ue;
|
|
15
|
-
qe = 1;
|
|
16
|
-
var r = z, t = Symbol.for("react.element"), n = Symbol.for("react.fragment"), o = Object.prototype.hasOwnProperty, i = r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, c = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
17
|
-
function l(d, f, x) {
|
|
18
|
-
var p, g = {}, w = null, P = null;
|
|
19
|
-
x !== void 0 && (w = "" + x), f.key !== void 0 && (w = "" + f.key), f.ref !== void 0 && (P = f.ref);
|
|
20
|
-
for (p in f) o.call(f, p) && !c.hasOwnProperty(p) && (g[p] = f[p]);
|
|
21
|
-
if (d && d.defaultProps) for (p in f = d.defaultProps, f) g[p] === void 0 && (g[p] = f[p]);
|
|
22
|
-
return { $$typeof: t, type: d, key: w, ref: P, props: g, _owner: i.current };
|
|
23
|
-
}
|
|
24
|
-
return ue.Fragment = n, ue.jsx = l, ue.jsxs = l, ue;
|
|
25
|
-
}
|
|
26
|
-
var pe = {};
|
|
27
|
-
/**
|
|
28
|
-
* @license React
|
|
29
|
-
* react-jsx-runtime.development.js
|
|
30
|
-
*
|
|
31
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
32
|
-
*
|
|
33
|
-
* This source code is licensed under the MIT license found in the
|
|
34
|
-
* LICENSE file in the root directory of this source tree.
|
|
35
|
-
*/
|
|
36
|
-
var Je;
|
|
37
|
-
function Vr() {
|
|
38
|
-
return Je || (Je = 1, process.env.NODE_ENV !== "production" && function() {
|
|
39
|
-
var r = z, t = Symbol.for("react.element"), n = Symbol.for("react.portal"), o = Symbol.for("react.fragment"), i = Symbol.for("react.strict_mode"), c = Symbol.for("react.profiler"), l = Symbol.for("react.provider"), d = Symbol.for("react.context"), f = Symbol.for("react.forward_ref"), x = Symbol.for("react.suspense"), p = Symbol.for("react.suspense_list"), g = Symbol.for("react.memo"), w = Symbol.for("react.lazy"), P = Symbol.for("react.offscreen"), k = Symbol.iterator, h = "@@iterator";
|
|
40
|
-
function v(e) {
|
|
41
|
-
if (e === null || typeof e != "object")
|
|
42
|
-
return null;
|
|
43
|
-
var a = k && e[k] || e[h];
|
|
44
|
-
return typeof a == "function" ? a : null;
|
|
45
|
-
}
|
|
46
|
-
var N = r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
47
|
-
function j(e) {
|
|
48
|
-
{
|
|
49
|
-
for (var a = arguments.length, u = new Array(a > 1 ? a - 1 : 0), b = 1; b < a; b++)
|
|
50
|
-
u[b - 1] = arguments[b];
|
|
51
|
-
B("error", e, u);
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
function B(e, a, u) {
|
|
55
|
-
{
|
|
56
|
-
var b = N.ReactDebugCurrentFrame, E = b.getStackAddendum();
|
|
57
|
-
E !== "" && (a += "%s", u = u.concat([E]));
|
|
58
|
-
var S = u.map(function(C) {
|
|
59
|
-
return String(C);
|
|
60
|
-
});
|
|
61
|
-
S.unshift("Warning: " + a), Function.prototype.apply.call(console[e], console, S);
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
var O = !1, V = !1, Y = !1, H = !1, me = !1, ee;
|
|
65
|
-
ee = Symbol.for("react.module.reference");
|
|
66
|
-
function ae(e) {
|
|
67
|
-
return !!(typeof e == "string" || typeof e == "function" || e === o || e === c || me || e === i || e === x || e === p || H || e === P || O || V || Y || typeof e == "object" && e !== null && (e.$$typeof === w || e.$$typeof === g || e.$$typeof === l || e.$$typeof === d || e.$$typeof === f || // This needs to include all possible module reference object
|
|
68
|
-
// types supported by any Flight configuration anywhere since
|
|
69
|
-
// we don't know which Flight build this will end up being used
|
|
70
|
-
// with.
|
|
71
|
-
e.$$typeof === ee || e.getModuleId !== void 0));
|
|
72
|
-
}
|
|
73
|
-
function ie(e, a, u) {
|
|
74
|
-
var b = e.displayName;
|
|
75
|
-
if (b)
|
|
76
|
-
return b;
|
|
77
|
-
var E = a.displayName || a.name || "";
|
|
78
|
-
return E !== "" ? u + "(" + E + ")" : u;
|
|
79
|
-
}
|
|
80
|
-
function R(e) {
|
|
81
|
-
return e.displayName || "Context";
|
|
82
|
-
}
|
|
83
|
-
function W(e) {
|
|
84
|
-
if (e == null)
|
|
85
|
-
return null;
|
|
86
|
-
if (typeof e.tag == "number" && j("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof e == "function")
|
|
87
|
-
return e.displayName || e.name || null;
|
|
88
|
-
if (typeof e == "string")
|
|
89
|
-
return e;
|
|
90
|
-
switch (e) {
|
|
91
|
-
case o:
|
|
92
|
-
return "Fragment";
|
|
93
|
-
case n:
|
|
94
|
-
return "Portal";
|
|
95
|
-
case c:
|
|
96
|
-
return "Profiler";
|
|
97
|
-
case i:
|
|
98
|
-
return "StrictMode";
|
|
99
|
-
case x:
|
|
100
|
-
return "Suspense";
|
|
101
|
-
case p:
|
|
102
|
-
return "SuspenseList";
|
|
103
|
-
}
|
|
104
|
-
if (typeof e == "object")
|
|
105
|
-
switch (e.$$typeof) {
|
|
106
|
-
case d:
|
|
107
|
-
var a = e;
|
|
108
|
-
return R(a) + ".Consumer";
|
|
109
|
-
case l:
|
|
110
|
-
var u = e;
|
|
111
|
-
return R(u._context) + ".Provider";
|
|
112
|
-
case f:
|
|
113
|
-
return ie(e, e.render, "ForwardRef");
|
|
114
|
-
case g:
|
|
115
|
-
var b = e.displayName || null;
|
|
116
|
-
return b !== null ? b : W(e.type) || "Memo";
|
|
117
|
-
case w: {
|
|
118
|
-
var E = e, S = E._payload, C = E._init;
|
|
119
|
-
try {
|
|
120
|
-
return W(C(S));
|
|
121
|
-
} catch {
|
|
122
|
-
return null;
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
}
|
|
126
|
-
return null;
|
|
127
|
-
}
|
|
128
|
-
var F = Object.assign, Z = 0, X, le, re, K, ce, D, Ae;
|
|
129
|
-
function ze() {
|
|
130
|
-
}
|
|
131
|
-
ze.__reactDisabledLog = !0;
|
|
132
|
-
function pr() {
|
|
133
|
-
{
|
|
134
|
-
if (Z === 0) {
|
|
135
|
-
X = console.log, le = console.info, re = console.warn, K = console.error, ce = console.group, D = console.groupCollapsed, Ae = console.groupEnd;
|
|
136
|
-
var e = {
|
|
137
|
-
configurable: !0,
|
|
138
|
-
enumerable: !0,
|
|
139
|
-
value: ze,
|
|
140
|
-
writable: !0
|
|
141
|
-
};
|
|
142
|
-
Object.defineProperties(console, {
|
|
143
|
-
info: e,
|
|
144
|
-
log: e,
|
|
145
|
-
warn: e,
|
|
146
|
-
error: e,
|
|
147
|
-
group: e,
|
|
148
|
-
groupCollapsed: e,
|
|
149
|
-
groupEnd: e
|
|
150
|
-
});
|
|
151
|
-
}
|
|
152
|
-
Z++;
|
|
153
|
-
}
|
|
154
|
-
}
|
|
155
|
-
function fr() {
|
|
156
|
-
{
|
|
157
|
-
if (Z--, Z === 0) {
|
|
158
|
-
var e = {
|
|
159
|
-
configurable: !0,
|
|
160
|
-
enumerable: !0,
|
|
161
|
-
writable: !0
|
|
162
|
-
};
|
|
163
|
-
Object.defineProperties(console, {
|
|
164
|
-
log: F({}, e, {
|
|
165
|
-
value: X
|
|
166
|
-
}),
|
|
167
|
-
info: F({}, e, {
|
|
168
|
-
value: le
|
|
169
|
-
}),
|
|
170
|
-
warn: F({}, e, {
|
|
171
|
-
value: re
|
|
172
|
-
}),
|
|
173
|
-
error: F({}, e, {
|
|
174
|
-
value: K
|
|
175
|
-
}),
|
|
176
|
-
group: F({}, e, {
|
|
177
|
-
value: ce
|
|
178
|
-
}),
|
|
179
|
-
groupCollapsed: F({}, e, {
|
|
180
|
-
value: D
|
|
181
|
-
}),
|
|
182
|
-
groupEnd: F({}, e, {
|
|
183
|
-
value: Ae
|
|
184
|
-
})
|
|
185
|
-
});
|
|
186
|
-
}
|
|
187
|
-
Z < 0 && j("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
188
|
-
}
|
|
189
|
-
}
|
|
190
|
-
var ye = N.ReactCurrentDispatcher, we;
|
|
191
|
-
function xe(e, a, u) {
|
|
192
|
-
{
|
|
193
|
-
if (we === void 0)
|
|
194
|
-
try {
|
|
195
|
-
throw Error();
|
|
196
|
-
} catch (E) {
|
|
197
|
-
var b = E.stack.trim().match(/\n( *(at )?)/);
|
|
198
|
-
we = b && b[1] || "";
|
|
199
|
-
}
|
|
200
|
-
return `
|
|
201
|
-
` + we + e;
|
|
202
|
-
}
|
|
203
|
-
}
|
|
204
|
-
var _e = !1, he;
|
|
205
|
-
{
|
|
206
|
-
var br = typeof WeakMap == "function" ? WeakMap : Map;
|
|
207
|
-
he = new br();
|
|
208
|
-
}
|
|
209
|
-
function Me(e, a) {
|
|
210
|
-
if (!e || _e)
|
|
211
|
-
return "";
|
|
212
|
-
{
|
|
213
|
-
var u = he.get(e);
|
|
214
|
-
if (u !== void 0)
|
|
215
|
-
return u;
|
|
216
|
-
}
|
|
217
|
-
var b;
|
|
218
|
-
_e = !0;
|
|
219
|
-
var E = Error.prepareStackTrace;
|
|
220
|
-
Error.prepareStackTrace = void 0;
|
|
221
|
-
var S;
|
|
222
|
-
S = ye.current, ye.current = null, pr();
|
|
223
|
-
try {
|
|
224
|
-
if (a) {
|
|
225
|
-
var C = function() {
|
|
226
|
-
throw Error();
|
|
227
|
-
};
|
|
228
|
-
if (Object.defineProperty(C.prototype, "props", {
|
|
229
|
-
set: function() {
|
|
230
|
-
throw Error();
|
|
231
|
-
}
|
|
232
|
-
}), typeof Reflect == "object" && Reflect.construct) {
|
|
233
|
-
try {
|
|
234
|
-
Reflect.construct(C, []);
|
|
235
|
-
} catch (L) {
|
|
236
|
-
b = L;
|
|
237
|
-
}
|
|
238
|
-
Reflect.construct(e, [], C);
|
|
239
|
-
} else {
|
|
240
|
-
try {
|
|
241
|
-
C.call();
|
|
242
|
-
} catch (L) {
|
|
243
|
-
b = L;
|
|
244
|
-
}
|
|
245
|
-
e.call(C.prototype);
|
|
246
|
-
}
|
|
247
|
-
} else {
|
|
248
|
-
try {
|
|
249
|
-
throw Error();
|
|
250
|
-
} catch (L) {
|
|
251
|
-
b = L;
|
|
252
|
-
}
|
|
253
|
-
e();
|
|
254
|
-
}
|
|
255
|
-
} catch (L) {
|
|
256
|
-
if (L && b && typeof L.stack == "string") {
|
|
257
|
-
for (var _ = L.stack.split(`
|
|
258
|
-
`), I = b.stack.split(`
|
|
259
|
-
`), A = _.length - 1, M = I.length - 1; A >= 1 && M >= 0 && _[A] !== I[M]; )
|
|
260
|
-
M--;
|
|
261
|
-
for (; A >= 1 && M >= 0; A--, M--)
|
|
262
|
-
if (_[A] !== I[M]) {
|
|
263
|
-
if (A !== 1 || M !== 1)
|
|
264
|
-
do
|
|
265
|
-
if (A--, M--, M < 0 || _[A] !== I[M]) {
|
|
266
|
-
var $ = `
|
|
267
|
-
` + _[A].replace(" at new ", " at ");
|
|
268
|
-
return e.displayName && $.includes("<anonymous>") && ($ = $.replace("<anonymous>", e.displayName)), typeof e == "function" && he.set(e, $), $;
|
|
269
|
-
}
|
|
270
|
-
while (A >= 1 && M >= 0);
|
|
271
|
-
break;
|
|
272
|
-
}
|
|
273
|
-
}
|
|
274
|
-
} finally {
|
|
275
|
-
_e = !1, ye.current = S, fr(), Error.prepareStackTrace = E;
|
|
276
|
-
}
|
|
277
|
-
var oe = e ? e.displayName || e.name : "", Q = oe ? xe(oe) : "";
|
|
278
|
-
return typeof e == "function" && he.set(e, Q), Q;
|
|
279
|
-
}
|
|
280
|
-
function mr(e, a, u) {
|
|
281
|
-
return Me(e, !1);
|
|
282
|
-
}
|
|
283
|
-
function xr(e) {
|
|
284
|
-
var a = e.prototype;
|
|
285
|
-
return !!(a && a.isReactComponent);
|
|
286
|
-
}
|
|
287
|
-
function ge(e, a, u) {
|
|
288
|
-
if (e == null)
|
|
289
|
-
return "";
|
|
290
|
-
if (typeof e == "function")
|
|
291
|
-
return Me(e, xr(e));
|
|
292
|
-
if (typeof e == "string")
|
|
293
|
-
return xe(e);
|
|
294
|
-
switch (e) {
|
|
295
|
-
case x:
|
|
296
|
-
return xe("Suspense");
|
|
297
|
-
case p:
|
|
298
|
-
return xe("SuspenseList");
|
|
299
|
-
}
|
|
300
|
-
if (typeof e == "object")
|
|
301
|
-
switch (e.$$typeof) {
|
|
302
|
-
case f:
|
|
303
|
-
return mr(e.render);
|
|
304
|
-
case g:
|
|
305
|
-
return ge(e.type, a, u);
|
|
306
|
-
case w: {
|
|
307
|
-
var b = e, E = b._payload, S = b._init;
|
|
308
|
-
try {
|
|
309
|
-
return ge(S(E), a, u);
|
|
310
|
-
} catch {
|
|
311
|
-
}
|
|
312
|
-
}
|
|
313
|
-
}
|
|
314
|
-
return "";
|
|
315
|
-
}
|
|
316
|
-
var de = Object.prototype.hasOwnProperty, Ie = {}, Le = N.ReactDebugCurrentFrame;
|
|
317
|
-
function ve(e) {
|
|
318
|
-
if (e) {
|
|
319
|
-
var a = e._owner, u = ge(e.type, e._source, a ? a.type : null);
|
|
320
|
-
Le.setExtraStackFrame(u);
|
|
321
|
-
} else
|
|
322
|
-
Le.setExtraStackFrame(null);
|
|
323
|
-
}
|
|
324
|
-
function hr(e, a, u, b, E) {
|
|
325
|
-
{
|
|
326
|
-
var S = Function.call.bind(de);
|
|
327
|
-
for (var C in e)
|
|
328
|
-
if (S(e, C)) {
|
|
329
|
-
var _ = void 0;
|
|
330
|
-
try {
|
|
331
|
-
if (typeof e[C] != "function") {
|
|
332
|
-
var I = Error((b || "React class") + ": " + u + " type `" + C + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[C] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
333
|
-
throw I.name = "Invariant Violation", I;
|
|
334
|
-
}
|
|
335
|
-
_ = e[C](a, C, b, u, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
336
|
-
} catch (A) {
|
|
337
|
-
_ = A;
|
|
338
|
-
}
|
|
339
|
-
_ && !(_ instanceof Error) && (ve(E), j("%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).", b || "React class", u, C, typeof _), ve(null)), _ instanceof Error && !(_.message in Ie) && (Ie[_.message] = !0, ve(E), j("Failed %s type: %s", u, _.message), ve(null));
|
|
340
|
-
}
|
|
341
|
-
}
|
|
342
|
-
}
|
|
343
|
-
var gr = Array.isArray;
|
|
344
|
-
function Ce(e) {
|
|
345
|
-
return gr(e);
|
|
346
|
-
}
|
|
347
|
-
function vr(e) {
|
|
348
|
-
{
|
|
349
|
-
var a = typeof Symbol == "function" && Symbol.toStringTag, u = a && e[Symbol.toStringTag] || e.constructor.name || "Object";
|
|
350
|
-
return u;
|
|
351
|
-
}
|
|
352
|
-
}
|
|
353
|
-
function yr(e) {
|
|
354
|
-
try {
|
|
355
|
-
return Oe(e), !1;
|
|
356
|
-
} catch {
|
|
357
|
-
return !0;
|
|
358
|
-
}
|
|
359
|
-
}
|
|
360
|
-
function Oe(e) {
|
|
361
|
-
return "" + e;
|
|
362
|
-
}
|
|
363
|
-
function Fe(e) {
|
|
364
|
-
if (yr(e))
|
|
365
|
-
return j("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", vr(e)), Oe(e);
|
|
366
|
-
}
|
|
367
|
-
var De = N.ReactCurrentOwner, wr = {
|
|
368
|
-
key: !0,
|
|
369
|
-
ref: !0,
|
|
370
|
-
__self: !0,
|
|
371
|
-
__source: !0
|
|
372
|
-
}, $e, We;
|
|
373
|
-
function _r(e) {
|
|
374
|
-
if (de.call(e, "ref")) {
|
|
375
|
-
var a = Object.getOwnPropertyDescriptor(e, "ref").get;
|
|
376
|
-
if (a && a.isReactWarning)
|
|
377
|
-
return !1;
|
|
378
|
-
}
|
|
379
|
-
return e.ref !== void 0;
|
|
380
|
-
}
|
|
381
|
-
function Cr(e) {
|
|
382
|
-
if (de.call(e, "key")) {
|
|
383
|
-
var a = Object.getOwnPropertyDescriptor(e, "key").get;
|
|
384
|
-
if (a && a.isReactWarning)
|
|
385
|
-
return !1;
|
|
386
|
-
}
|
|
387
|
-
return e.key !== void 0;
|
|
388
|
-
}
|
|
389
|
-
function jr(e, a) {
|
|
390
|
-
typeof e.ref == "string" && De.current;
|
|
391
|
-
}
|
|
392
|
-
function kr(e, a) {
|
|
393
|
-
{
|
|
394
|
-
var u = function() {
|
|
395
|
-
$e || ($e = !0, j("%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)", a));
|
|
396
|
-
};
|
|
397
|
-
u.isReactWarning = !0, Object.defineProperty(e, "key", {
|
|
398
|
-
get: u,
|
|
399
|
-
configurable: !0
|
|
400
|
-
});
|
|
401
|
-
}
|
|
402
|
-
}
|
|
403
|
-
function Er(e, a) {
|
|
404
|
-
{
|
|
405
|
-
var u = function() {
|
|
406
|
-
We || (We = !0, j("%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)", a));
|
|
407
|
-
};
|
|
408
|
-
u.isReactWarning = !0, Object.defineProperty(e, "ref", {
|
|
409
|
-
get: u,
|
|
410
|
-
configurable: !0
|
|
411
|
-
});
|
|
412
|
-
}
|
|
413
|
-
}
|
|
414
|
-
var Rr = function(e, a, u, b, E, S, C) {
|
|
415
|
-
var _ = {
|
|
416
|
-
// This tag allows us to uniquely identify this as a React Element
|
|
417
|
-
$$typeof: t,
|
|
418
|
-
// Built-in properties that belong on the element
|
|
419
|
-
type: e,
|
|
420
|
-
key: a,
|
|
421
|
-
ref: u,
|
|
422
|
-
props: C,
|
|
423
|
-
// Record the component responsible for creating this element.
|
|
424
|
-
_owner: S
|
|
425
|
-
};
|
|
426
|
-
return _._store = {}, Object.defineProperty(_._store, "validated", {
|
|
427
|
-
configurable: !1,
|
|
428
|
-
enumerable: !1,
|
|
429
|
-
writable: !0,
|
|
430
|
-
value: !1
|
|
431
|
-
}), Object.defineProperty(_, "_self", {
|
|
432
|
-
configurable: !1,
|
|
433
|
-
enumerable: !1,
|
|
434
|
-
writable: !1,
|
|
435
|
-
value: b
|
|
436
|
-
}), Object.defineProperty(_, "_source", {
|
|
437
|
-
configurable: !1,
|
|
438
|
-
enumerable: !1,
|
|
439
|
-
writable: !1,
|
|
440
|
-
value: E
|
|
441
|
-
}), Object.freeze && (Object.freeze(_.props), Object.freeze(_)), _;
|
|
442
|
-
};
|
|
443
|
-
function Sr(e, a, u, b, E) {
|
|
444
|
-
{
|
|
445
|
-
var S, C = {}, _ = null, I = null;
|
|
446
|
-
u !== void 0 && (Fe(u), _ = "" + u), Cr(a) && (Fe(a.key), _ = "" + a.key), _r(a) && (I = a.ref, jr(a, E));
|
|
447
|
-
for (S in a)
|
|
448
|
-
de.call(a, S) && !wr.hasOwnProperty(S) && (C[S] = a[S]);
|
|
449
|
-
if (e && e.defaultProps) {
|
|
450
|
-
var A = e.defaultProps;
|
|
451
|
-
for (S in A)
|
|
452
|
-
C[S] === void 0 && (C[S] = A[S]);
|
|
453
|
-
}
|
|
454
|
-
if (_ || I) {
|
|
455
|
-
var M = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
|
|
456
|
-
_ && kr(C, M), I && Er(C, M);
|
|
457
|
-
}
|
|
458
|
-
return Rr(e, _, I, E, b, De.current, C);
|
|
459
|
-
}
|
|
460
|
-
}
|
|
461
|
-
var je = N.ReactCurrentOwner, Ge = N.ReactDebugCurrentFrame;
|
|
462
|
-
function te(e) {
|
|
463
|
-
if (e) {
|
|
464
|
-
var a = e._owner, u = ge(e.type, e._source, a ? a.type : null);
|
|
465
|
-
Ge.setExtraStackFrame(u);
|
|
466
|
-
} else
|
|
467
|
-
Ge.setExtraStackFrame(null);
|
|
468
|
-
}
|
|
469
|
-
var ke;
|
|
470
|
-
ke = !1;
|
|
471
|
-
function Ee(e) {
|
|
472
|
-
return typeof e == "object" && e !== null && e.$$typeof === t;
|
|
473
|
-
}
|
|
474
|
-
function Be() {
|
|
475
|
-
{
|
|
476
|
-
if (je.current) {
|
|
477
|
-
var e = W(je.current.type);
|
|
478
|
-
if (e)
|
|
479
|
-
return `
|
|
480
|
-
|
|
481
|
-
Check the render method of \`` + e + "`.";
|
|
482
|
-
}
|
|
483
|
-
return "";
|
|
484
|
-
}
|
|
485
|
-
}
|
|
486
|
-
function Nr(e) {
|
|
487
|
-
return "";
|
|
488
|
-
}
|
|
489
|
-
var Ve = {};
|
|
490
|
-
function Tr(e) {
|
|
491
|
-
{
|
|
492
|
-
var a = Be();
|
|
493
|
-
if (!a) {
|
|
494
|
-
var u = typeof e == "string" ? e : e.displayName || e.name;
|
|
495
|
-
u && (a = `
|
|
496
|
-
|
|
497
|
-
Check the top-level render call using <` + u + ">.");
|
|
498
|
-
}
|
|
499
|
-
return a;
|
|
500
|
-
}
|
|
501
|
-
}
|
|
502
|
-
function Ue(e, a) {
|
|
503
|
-
{
|
|
504
|
-
if (!e._store || e._store.validated || e.key != null)
|
|
505
|
-
return;
|
|
506
|
-
e._store.validated = !0;
|
|
507
|
-
var u = Tr(a);
|
|
508
|
-
if (Ve[u])
|
|
509
|
-
return;
|
|
510
|
-
Ve[u] = !0;
|
|
511
|
-
var b = "";
|
|
512
|
-
e && e._owner && e._owner !== je.current && (b = " It was passed a child from " + W(e._owner.type) + "."), te(e), j('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', u, b), te(null);
|
|
513
|
-
}
|
|
514
|
-
}
|
|
515
|
-
function Ye(e, a) {
|
|
516
|
-
{
|
|
517
|
-
if (typeof e != "object")
|
|
518
|
-
return;
|
|
519
|
-
if (Ce(e))
|
|
520
|
-
for (var u = 0; u < e.length; u++) {
|
|
521
|
-
var b = e[u];
|
|
522
|
-
Ee(b) && Ue(b, a);
|
|
523
|
-
}
|
|
524
|
-
else if (Ee(e))
|
|
525
|
-
e._store && (e._store.validated = !0);
|
|
526
|
-
else if (e) {
|
|
527
|
-
var E = v(e);
|
|
528
|
-
if (typeof E == "function" && E !== e.entries)
|
|
529
|
-
for (var S = E.call(e), C; !(C = S.next()).done; )
|
|
530
|
-
Ee(C.value) && Ue(C.value, a);
|
|
531
|
-
}
|
|
532
|
-
}
|
|
533
|
-
}
|
|
534
|
-
function Pr(e) {
|
|
535
|
-
{
|
|
536
|
-
var a = e.type;
|
|
537
|
-
if (a == null || typeof a == "string")
|
|
538
|
-
return;
|
|
539
|
-
var u;
|
|
540
|
-
if (typeof a == "function")
|
|
541
|
-
u = a.propTypes;
|
|
542
|
-
else if (typeof a == "object" && (a.$$typeof === f || // Note: Memo only checks outer props here.
|
|
543
|
-
// Inner props are checked in the reconciler.
|
|
544
|
-
a.$$typeof === g))
|
|
545
|
-
u = a.propTypes;
|
|
546
|
-
else
|
|
547
|
-
return;
|
|
548
|
-
if (u) {
|
|
549
|
-
var b = W(a);
|
|
550
|
-
hr(u, e.props, "prop", b, e);
|
|
551
|
-
} else if (a.PropTypes !== void 0 && !ke) {
|
|
552
|
-
ke = !0;
|
|
553
|
-
var E = W(a);
|
|
554
|
-
j("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", E || "Unknown");
|
|
555
|
-
}
|
|
556
|
-
typeof a.getDefaultProps == "function" && !a.getDefaultProps.isReactClassApproved && j("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
557
|
-
}
|
|
558
|
-
}
|
|
559
|
-
function Ar(e) {
|
|
560
|
-
{
|
|
561
|
-
for (var a = Object.keys(e.props), u = 0; u < a.length; u++) {
|
|
562
|
-
var b = a[u];
|
|
563
|
-
if (b !== "children" && b !== "key") {
|
|
564
|
-
te(e), j("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", b), te(null);
|
|
565
|
-
break;
|
|
566
|
-
}
|
|
567
|
-
}
|
|
568
|
-
e.ref !== null && (te(e), j("Invalid attribute `ref` supplied to `React.Fragment`."), te(null));
|
|
569
|
-
}
|
|
570
|
-
}
|
|
571
|
-
var Ze = {};
|
|
572
|
-
function Ke(e, a, u, b, E, S) {
|
|
573
|
-
{
|
|
574
|
-
var C = ae(e);
|
|
575
|
-
if (!C) {
|
|
576
|
-
var _ = "";
|
|
577
|
-
(e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (_ += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
578
|
-
var I = Nr();
|
|
579
|
-
I ? _ += I : _ += Be();
|
|
580
|
-
var A;
|
|
581
|
-
e === null ? A = "null" : Ce(e) ? A = "array" : e !== void 0 && e.$$typeof === t ? (A = "<" + (W(e.type) || "Unknown") + " />", _ = " Did you accidentally export a JSX literal instead of a component?") : A = typeof e, j("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", A, _);
|
|
582
|
-
}
|
|
583
|
-
var M = Sr(e, a, u, E, S);
|
|
584
|
-
if (M == null)
|
|
585
|
-
return M;
|
|
586
|
-
if (C) {
|
|
587
|
-
var $ = a.children;
|
|
588
|
-
if ($ !== void 0)
|
|
589
|
-
if (b)
|
|
590
|
-
if (Ce($)) {
|
|
591
|
-
for (var oe = 0; oe < $.length; oe++)
|
|
592
|
-
Ye($[oe], e);
|
|
593
|
-
Object.freeze && Object.freeze($);
|
|
594
|
-
} else
|
|
595
|
-
j("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
596
|
-
else
|
|
597
|
-
Ye($, e);
|
|
598
|
-
}
|
|
599
|
-
if (de.call(a, "key")) {
|
|
600
|
-
var Q = W(e), L = Object.keys(a).filter(function(Fr) {
|
|
601
|
-
return Fr !== "key";
|
|
602
|
-
}), Re = L.length > 0 ? "{key: someKey, " + L.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
603
|
-
if (!Ze[Q + Re]) {
|
|
604
|
-
var Or = L.length > 0 ? "{" + L.join(": ..., ") + ": ...}" : "{}";
|
|
605
|
-
j(`A props object containing a "key" prop is being spread into JSX:
|
|
606
|
-
let props = %s;
|
|
607
|
-
<%s {...props} />
|
|
608
|
-
React keys must be passed directly to JSX without using spread:
|
|
609
|
-
let props = %s;
|
|
610
|
-
<%s key={someKey} {...props} />`, Re, Q, Or, Q), Ze[Q + Re] = !0;
|
|
611
|
-
}
|
|
612
|
-
}
|
|
613
|
-
return e === o ? Ar(M) : Pr(M), M;
|
|
614
|
-
}
|
|
615
|
-
}
|
|
616
|
-
function zr(e, a, u) {
|
|
617
|
-
return Ke(e, a, u, !0);
|
|
618
|
-
}
|
|
619
|
-
function Mr(e, a, u) {
|
|
620
|
-
return Ke(e, a, u, !1);
|
|
621
|
-
}
|
|
622
|
-
var Ir = Mr, Lr = zr;
|
|
623
|
-
pe.Fragment = o, pe.jsx = Ir, pe.jsxs = Lr;
|
|
624
|
-
}()), pe;
|
|
625
|
-
}
|
|
626
|
-
process.env.NODE_ENV === "production" ? Ne.exports = Br() : Ne.exports = Vr();
|
|
627
|
-
var s = Ne.exports;
|
|
628
|
-
function rr(r) {
|
|
629
|
-
var t, n, o = "";
|
|
630
|
-
if (typeof r == "string" || typeof r == "number") o += r;
|
|
631
|
-
else if (typeof r == "object") if (Array.isArray(r)) {
|
|
632
|
-
var i = r.length;
|
|
633
|
-
for (t = 0; t < i; t++) r[t] && (n = rr(r[t])) && (o && (o += " "), o += n);
|
|
634
|
-
} else for (n in r) r[n] && (o && (o += " "), o += n);
|
|
635
|
-
return o;
|
|
1
|
+
import { jsxs as f, jsx as s } from "react/jsx-runtime";
|
|
2
|
+
import C, { useState as se, useId as fe, useRef as xe, createContext as ge, useContext as we } from "react";
|
|
3
|
+
function ne(e) {
|
|
4
|
+
var t, o, r = "";
|
|
5
|
+
if (typeof e == "string" || typeof e == "number") r += e;
|
|
6
|
+
else if (typeof e == "object") if (Array.isArray(e)) {
|
|
7
|
+
var n = e.length;
|
|
8
|
+
for (t = 0; t < n; t++) e[t] && (o = ne(e[t])) && (r && (r += " "), r += o);
|
|
9
|
+
} else for (o in e) e[o] && (r && (r += " "), r += o);
|
|
10
|
+
return r;
|
|
636
11
|
}
|
|
637
|
-
function
|
|
638
|
-
for (var
|
|
639
|
-
return
|
|
12
|
+
function ye() {
|
|
13
|
+
for (var e, t, o = 0, r = "", n = arguments.length; o < n; o++) (e = arguments[o]) && (t = ne(e)) && (r && (r += " "), r += t);
|
|
14
|
+
return r;
|
|
640
15
|
}
|
|
641
|
-
const
|
|
642
|
-
const t =
|
|
643
|
-
conflictingClassGroups:
|
|
644
|
-
conflictingClassGroupModifiers:
|
|
645
|
-
} =
|
|
16
|
+
const J = "-", ve = (e) => {
|
|
17
|
+
const t = Ce(e), {
|
|
18
|
+
conflictingClassGroups: o,
|
|
19
|
+
conflictingClassGroupModifiers: r
|
|
20
|
+
} = e;
|
|
646
21
|
return {
|
|
647
|
-
getClassGroupId: (
|
|
648
|
-
const
|
|
649
|
-
return
|
|
22
|
+
getClassGroupId: (a) => {
|
|
23
|
+
const i = a.split(J);
|
|
24
|
+
return i[0] === "" && i.length !== 1 && i.shift(), ae(i, t) || _e(a);
|
|
650
25
|
},
|
|
651
|
-
getConflictingClassGroupIds: (
|
|
652
|
-
const
|
|
653
|
-
return
|
|
26
|
+
getConflictingClassGroupIds: (a, i) => {
|
|
27
|
+
const d = o[a] || [];
|
|
28
|
+
return i && r[a] ? [...d, ...r[a]] : d;
|
|
654
29
|
}
|
|
655
30
|
};
|
|
656
|
-
},
|
|
657
|
-
var
|
|
658
|
-
if (
|
|
31
|
+
}, ae = (e, t) => {
|
|
32
|
+
var a;
|
|
33
|
+
if (e.length === 0)
|
|
659
34
|
return t.classGroupId;
|
|
660
|
-
const
|
|
661
|
-
if (
|
|
662
|
-
return
|
|
35
|
+
const o = e[0], r = t.nextPart.get(o), n = r ? ae(e.slice(1), r) : void 0;
|
|
36
|
+
if (n)
|
|
37
|
+
return n;
|
|
663
38
|
if (t.validators.length === 0)
|
|
664
39
|
return;
|
|
665
|
-
const
|
|
666
|
-
return (
|
|
667
|
-
validator:
|
|
668
|
-
}) =>
|
|
669
|
-
},
|
|
670
|
-
if (
|
|
671
|
-
const t =
|
|
672
|
-
if (
|
|
673
|
-
return "arbitrary.." +
|
|
40
|
+
const l = e.join(J);
|
|
41
|
+
return (a = t.validators.find(({
|
|
42
|
+
validator: i
|
|
43
|
+
}) => i(l))) == null ? void 0 : a.classGroupId;
|
|
44
|
+
}, te = /^\[(.+)\]$/, _e = (e) => {
|
|
45
|
+
if (te.test(e)) {
|
|
46
|
+
const t = te.exec(e)[1], o = t == null ? void 0 : t.substring(0, t.indexOf(":"));
|
|
47
|
+
if (o)
|
|
48
|
+
return "arbitrary.." + o;
|
|
674
49
|
}
|
|
675
|
-
},
|
|
50
|
+
}, Ce = (e) => {
|
|
676
51
|
const {
|
|
677
52
|
theme: t,
|
|
678
|
-
prefix:
|
|
679
|
-
} =
|
|
53
|
+
prefix: o
|
|
54
|
+
} = e, r = {
|
|
680
55
|
nextPart: /* @__PURE__ */ new Map(),
|
|
681
56
|
validators: []
|
|
682
57
|
};
|
|
683
|
-
return
|
|
684
|
-
|
|
685
|
-
}),
|
|
686
|
-
},
|
|
687
|
-
|
|
688
|
-
if (typeof
|
|
689
|
-
const
|
|
690
|
-
|
|
58
|
+
return Ne(Object.entries(e.classGroups), o).forEach(([l, a]) => {
|
|
59
|
+
K(a, r, l, t);
|
|
60
|
+
}), r;
|
|
61
|
+
}, K = (e, t, o, r) => {
|
|
62
|
+
e.forEach((n) => {
|
|
63
|
+
if (typeof n == "string") {
|
|
64
|
+
const l = n === "" ? t : re(t, n);
|
|
65
|
+
l.classGroupId = o;
|
|
691
66
|
return;
|
|
692
67
|
}
|
|
693
|
-
if (typeof
|
|
694
|
-
if (
|
|
695
|
-
|
|
68
|
+
if (typeof n == "function") {
|
|
69
|
+
if (ke(n)) {
|
|
70
|
+
K(n(r), t, o, r);
|
|
696
71
|
return;
|
|
697
72
|
}
|
|
698
73
|
t.validators.push({
|
|
699
|
-
validator:
|
|
700
|
-
classGroupId:
|
|
74
|
+
validator: n,
|
|
75
|
+
classGroupId: o
|
|
701
76
|
});
|
|
702
77
|
return;
|
|
703
78
|
}
|
|
704
|
-
Object.entries(
|
|
705
|
-
|
|
79
|
+
Object.entries(n).forEach(([l, a]) => {
|
|
80
|
+
K(a, re(t, l), o, r);
|
|
706
81
|
});
|
|
707
82
|
});
|
|
708
|
-
},
|
|
709
|
-
let
|
|
710
|
-
return t.split(
|
|
711
|
-
|
|
83
|
+
}, re = (e, t) => {
|
|
84
|
+
let o = e;
|
|
85
|
+
return t.split(J).forEach((r) => {
|
|
86
|
+
o.nextPart.has(r) || o.nextPart.set(r, {
|
|
712
87
|
nextPart: /* @__PURE__ */ new Map(),
|
|
713
88
|
validators: []
|
|
714
|
-
}),
|
|
715
|
-
}),
|
|
716
|
-
},
|
|
717
|
-
const
|
|
718
|
-
return [
|
|
719
|
-
}) :
|
|
720
|
-
if (
|
|
89
|
+
}), o = o.nextPart.get(r);
|
|
90
|
+
}), o;
|
|
91
|
+
}, ke = (e) => e.isThemeGetter, Ne = (e, t) => t ? e.map(([o, r]) => {
|
|
92
|
+
const n = r.map((l) => typeof l == "string" ? t + l : typeof l == "object" ? Object.fromEntries(Object.entries(l).map(([a, i]) => [t + a, i])) : l);
|
|
93
|
+
return [o, n];
|
|
94
|
+
}) : e, ze = (e) => {
|
|
95
|
+
if (e < 1)
|
|
721
96
|
return {
|
|
722
97
|
get: () => {
|
|
723
98
|
},
|
|
724
99
|
set: () => {
|
|
725
100
|
}
|
|
726
101
|
};
|
|
727
|
-
let t = 0,
|
|
728
|
-
const
|
|
729
|
-
|
|
102
|
+
let t = 0, o = /* @__PURE__ */ new Map(), r = /* @__PURE__ */ new Map();
|
|
103
|
+
const n = (l, a) => {
|
|
104
|
+
o.set(l, a), t++, t > e && (t = 0, r = o, o = /* @__PURE__ */ new Map());
|
|
730
105
|
};
|
|
731
106
|
return {
|
|
732
|
-
get(
|
|
733
|
-
let
|
|
734
|
-
if (
|
|
735
|
-
return
|
|
736
|
-
if ((
|
|
737
|
-
return
|
|
107
|
+
get(l) {
|
|
108
|
+
let a = o.get(l);
|
|
109
|
+
if (a !== void 0)
|
|
110
|
+
return a;
|
|
111
|
+
if ((a = r.get(l)) !== void 0)
|
|
112
|
+
return n(l, a), a;
|
|
738
113
|
},
|
|
739
|
-
set(
|
|
740
|
-
|
|
114
|
+
set(l, a) {
|
|
115
|
+
o.has(l) ? o.set(l, a) : n(l, a);
|
|
741
116
|
}
|
|
742
117
|
};
|
|
743
|
-
},
|
|
118
|
+
}, le = "!", Me = (e) => {
|
|
744
119
|
const {
|
|
745
120
|
separator: t,
|
|
746
|
-
experimentalParseClassName:
|
|
747
|
-
} =
|
|
748
|
-
const
|
|
749
|
-
let
|
|
750
|
-
for (let
|
|
751
|
-
let
|
|
752
|
-
if (
|
|
753
|
-
if (
|
|
754
|
-
|
|
121
|
+
experimentalParseClassName: o
|
|
122
|
+
} = e, r = t.length === 1, n = t[0], l = t.length, a = (i) => {
|
|
123
|
+
const d = [];
|
|
124
|
+
let h = 0, c = 0, w;
|
|
125
|
+
for (let b = 0; b < i.length; b++) {
|
|
126
|
+
let k = i[b];
|
|
127
|
+
if (h === 0) {
|
|
128
|
+
if (k === n && (r || i.slice(b, b + l) === t)) {
|
|
129
|
+
d.push(i.slice(c, b)), c = b + l;
|
|
755
130
|
continue;
|
|
756
131
|
}
|
|
757
|
-
if (
|
|
758
|
-
|
|
132
|
+
if (k === "/") {
|
|
133
|
+
w = b;
|
|
759
134
|
continue;
|
|
760
135
|
}
|
|
761
136
|
}
|
|
762
|
-
|
|
137
|
+
k === "[" ? h++ : k === "]" && h--;
|
|
763
138
|
}
|
|
764
|
-
const
|
|
139
|
+
const x = d.length === 0 ? i : i.substring(c), _ = x.startsWith(le), g = _ ? x.substring(1) : x, u = w && w > c ? w - c : void 0;
|
|
765
140
|
return {
|
|
766
|
-
modifiers:
|
|
767
|
-
hasImportantModifier:
|
|
768
|
-
baseClassName:
|
|
769
|
-
maybePostfixModifierPosition:
|
|
141
|
+
modifiers: d,
|
|
142
|
+
hasImportantModifier: _,
|
|
143
|
+
baseClassName: g,
|
|
144
|
+
maybePostfixModifierPosition: u
|
|
770
145
|
};
|
|
771
146
|
};
|
|
772
|
-
return
|
|
773
|
-
className:
|
|
774
|
-
parseClassName:
|
|
775
|
-
}) :
|
|
776
|
-
},
|
|
777
|
-
if (
|
|
778
|
-
return
|
|
147
|
+
return o ? (i) => o({
|
|
148
|
+
className: i,
|
|
149
|
+
parseClassName: a
|
|
150
|
+
}) : a;
|
|
151
|
+
}, Se = (e) => {
|
|
152
|
+
if (e.length <= 1)
|
|
153
|
+
return e;
|
|
779
154
|
const t = [];
|
|
780
|
-
let
|
|
781
|
-
return
|
|
782
|
-
|
|
783
|
-
}), t.push(...
|
|
784
|
-
},
|
|
785
|
-
cache:
|
|
786
|
-
parseClassName:
|
|
787
|
-
...
|
|
788
|
-
}),
|
|
155
|
+
let o = [];
|
|
156
|
+
return e.forEach((r) => {
|
|
157
|
+
r[0] === "[" ? (t.push(...o.sort(), r), o = []) : o.push(r);
|
|
158
|
+
}), t.push(...o.sort()), t;
|
|
159
|
+
}, Le = (e) => ({
|
|
160
|
+
cache: ze(e.cacheSize),
|
|
161
|
+
parseClassName: Me(e),
|
|
162
|
+
...ve(e)
|
|
163
|
+
}), Ae = /\s+/, Ie = (e, t) => {
|
|
789
164
|
const {
|
|
790
|
-
parseClassName:
|
|
791
|
-
getClassGroupId:
|
|
792
|
-
getConflictingClassGroupIds:
|
|
793
|
-
} = t,
|
|
794
|
-
let
|
|
795
|
-
for (let
|
|
796
|
-
const
|
|
797
|
-
modifiers:
|
|
798
|
-
hasImportantModifier:
|
|
799
|
-
baseClassName:
|
|
800
|
-
maybePostfixModifierPosition:
|
|
801
|
-
} =
|
|
802
|
-
let
|
|
803
|
-
if (!
|
|
804
|
-
if (!
|
|
805
|
-
|
|
165
|
+
parseClassName: o,
|
|
166
|
+
getClassGroupId: r,
|
|
167
|
+
getConflictingClassGroupIds: n
|
|
168
|
+
} = t, l = [], a = e.trim().split(Ae);
|
|
169
|
+
let i = "";
|
|
170
|
+
for (let d = a.length - 1; d >= 0; d -= 1) {
|
|
171
|
+
const h = a[d], {
|
|
172
|
+
modifiers: c,
|
|
173
|
+
hasImportantModifier: w,
|
|
174
|
+
baseClassName: x,
|
|
175
|
+
maybePostfixModifierPosition: _
|
|
176
|
+
} = o(h);
|
|
177
|
+
let g = !!_, u = r(g ? x.substring(0, _) : x);
|
|
178
|
+
if (!u) {
|
|
179
|
+
if (!g) {
|
|
180
|
+
i = h + (i.length > 0 ? " " + i : i);
|
|
806
181
|
continue;
|
|
807
182
|
}
|
|
808
|
-
if (
|
|
809
|
-
|
|
183
|
+
if (u = r(x), !u) {
|
|
184
|
+
i = h + (i.length > 0 ? " " + i : i);
|
|
810
185
|
continue;
|
|
811
186
|
}
|
|
812
|
-
|
|
187
|
+
g = !1;
|
|
813
188
|
}
|
|
814
|
-
const
|
|
815
|
-
if (
|
|
189
|
+
const b = Se(c).join(":"), k = w ? b + le : b, N = k + u;
|
|
190
|
+
if (l.includes(N))
|
|
816
191
|
continue;
|
|
817
|
-
|
|
818
|
-
const
|
|
819
|
-
for (let
|
|
820
|
-
const
|
|
821
|
-
|
|
192
|
+
l.push(N);
|
|
193
|
+
const R = n(u, g);
|
|
194
|
+
for (let M = 0; M < R.length; ++M) {
|
|
195
|
+
const E = R[M];
|
|
196
|
+
l.push(k + E);
|
|
822
197
|
}
|
|
823
|
-
|
|
198
|
+
i = h + (i.length > 0 ? " " + i : i);
|
|
824
199
|
}
|
|
825
|
-
return
|
|
200
|
+
return i;
|
|
826
201
|
};
|
|
827
|
-
function
|
|
828
|
-
let
|
|
829
|
-
for (;
|
|
830
|
-
(t = arguments[
|
|
831
|
-
return
|
|
202
|
+
function Re() {
|
|
203
|
+
let e = 0, t, o, r = "";
|
|
204
|
+
for (; e < arguments.length; )
|
|
205
|
+
(t = arguments[e++]) && (o = ie(t)) && (r && (r += " "), r += o);
|
|
206
|
+
return r;
|
|
832
207
|
}
|
|
833
|
-
const
|
|
834
|
-
if (typeof
|
|
835
|
-
return
|
|
836
|
-
let t,
|
|
837
|
-
for (let
|
|
838
|
-
r
|
|
839
|
-
return
|
|
208
|
+
const ie = (e) => {
|
|
209
|
+
if (typeof e == "string")
|
|
210
|
+
return e;
|
|
211
|
+
let t, o = "";
|
|
212
|
+
for (let r = 0; r < e.length; r++)
|
|
213
|
+
e[r] && (t = ie(e[r])) && (o && (o += " "), o += t);
|
|
214
|
+
return o;
|
|
840
215
|
};
|
|
841
|
-
function
|
|
842
|
-
let
|
|
843
|
-
function
|
|
844
|
-
const
|
|
845
|
-
return
|
|
216
|
+
function Ee(e, ...t) {
|
|
217
|
+
let o, r, n, l = a;
|
|
218
|
+
function a(d) {
|
|
219
|
+
const h = t.reduce((c, w) => w(c), e());
|
|
220
|
+
return o = Le(h), r = o.cache.get, n = o.cache.set, l = i, i(d);
|
|
846
221
|
}
|
|
847
|
-
function d
|
|
848
|
-
const
|
|
849
|
-
if (
|
|
850
|
-
return
|
|
851
|
-
const
|
|
852
|
-
return
|
|
222
|
+
function i(d) {
|
|
223
|
+
const h = r(d);
|
|
224
|
+
if (h)
|
|
225
|
+
return h;
|
|
226
|
+
const c = Ie(d, o);
|
|
227
|
+
return n(d, c), c;
|
|
853
228
|
}
|
|
854
229
|
return function() {
|
|
855
|
-
return
|
|
230
|
+
return l(Re.apply(null, arguments));
|
|
856
231
|
};
|
|
857
232
|
}
|
|
858
|
-
const
|
|
859
|
-
const t = (
|
|
233
|
+
const y = (e) => {
|
|
234
|
+
const t = (o) => o[e] || [];
|
|
860
235
|
return t.isThemeGetter = !0, t;
|
|
861
|
-
},
|
|
862
|
-
const
|
|
863
|
-
return
|
|
864
|
-
},
|
|
236
|
+
}, ce = /^\[(?:([a-z-]+):)?(.+)\]$/i, Te = /^\d+\/\d+$/, je = /* @__PURE__ */ new Set(["px", "full", "screen"]), Ge = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, Be = /\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$/, Pe = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, Fe = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, $e = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, L = (e) => j(e) || je.has(e) || Te.test(e), A = (e) => G(e, "length", Ke), j = (e) => !!e && !Number.isNaN(Number(e)), D = (e) => G(e, "number", j), F = (e) => !!e && Number.isInteger(Number(e)), Ve = (e) => e.endsWith("%") && j(e.slice(0, -1)), p = (e) => ce.test(e), I = (e) => Ge.test(e), We = /* @__PURE__ */ new Set(["length", "size", "percentage"]), Ze = (e) => G(e, We, de), Ue = (e) => G(e, "position", de), He = /* @__PURE__ */ new Set(["image", "url"]), qe = (e) => G(e, He, Qe), De = (e) => G(e, "", Je), $ = () => !0, G = (e, t, o) => {
|
|
237
|
+
const r = ce.exec(e);
|
|
238
|
+
return r ? r[1] ? typeof t == "string" ? r[1] === t : t.has(r[1]) : o(r[2]) : !1;
|
|
239
|
+
}, Ke = (e) => (
|
|
865
240
|
// `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
|
|
866
241
|
// For example, `hsl(0 0% 0%)` would be classified as a length without this check.
|
|
867
242
|
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
868
|
-
|
|
869
|
-
),
|
|
870
|
-
const
|
|
243
|
+
Be.test(e) && !Pe.test(e)
|
|
244
|
+
), de = () => !1, Je = (e) => Fe.test(e), Qe = (e) => $e.test(e), Xe = () => {
|
|
245
|
+
const e = y("colors"), t = y("spacing"), o = y("blur"), r = y("brightness"), n = y("borderColor"), l = y("borderRadius"), a = y("borderSpacing"), i = y("borderWidth"), d = y("contrast"), h = y("grayscale"), c = y("hueRotate"), w = y("invert"), x = y("gap"), _ = y("gradientColorStops"), g = y("gradientColorStopPositions"), u = y("inset"), b = y("margin"), k = y("opacity"), N = y("padding"), R = y("saturate"), M = y("scale"), E = y("sepia"), T = y("skew"), B = y("space"), Q = y("translate"), Z = () => ["auto", "contain", "none"], U = () => ["auto", "hidden", "clip", "visible", "scroll"], H = () => ["auto", p, t], v = () => [p, t], X = () => ["", L, A], V = () => ["auto", j, p], Y = () => ["bottom", "center", "left", "left-bottom", "left-top", "right", "right-bottom", "right-top", "top"], W = () => ["solid", "dashed", "dotted", "double", "none"], O = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], q = () => ["start", "end", "center", "between", "around", "evenly", "stretch"], P = () => ["", "0", p], ee = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], S = () => [j, p];
|
|
871
246
|
return {
|
|
872
247
|
cacheSize: 500,
|
|
873
248
|
separator: ":",
|
|
874
249
|
theme: {
|
|
875
|
-
colors: [
|
|
876
|
-
spacing: [
|
|
877
|
-
blur: ["none", "",
|
|
878
|
-
brightness:
|
|
879
|
-
borderColor: [
|
|
880
|
-
borderRadius: ["none", "", "full",
|
|
881
|
-
borderSpacing:
|
|
882
|
-
borderWidth:
|
|
883
|
-
contrast:
|
|
884
|
-
grayscale:
|
|
885
|
-
hueRotate:
|
|
886
|
-
invert:
|
|
887
|
-
gap:
|
|
888
|
-
gradientColorStops: [
|
|
889
|
-
gradientColorStopPositions: [
|
|
890
|
-
inset:
|
|
891
|
-
margin:
|
|
892
|
-
opacity:
|
|
893
|
-
padding:
|
|
894
|
-
saturate:
|
|
895
|
-
scale:
|
|
896
|
-
sepia:
|
|
897
|
-
skew:
|
|
898
|
-
space:
|
|
899
|
-
translate:
|
|
250
|
+
colors: [$],
|
|
251
|
+
spacing: [L, A],
|
|
252
|
+
blur: ["none", "", I, p],
|
|
253
|
+
brightness: S(),
|
|
254
|
+
borderColor: [e],
|
|
255
|
+
borderRadius: ["none", "", "full", I, p],
|
|
256
|
+
borderSpacing: v(),
|
|
257
|
+
borderWidth: X(),
|
|
258
|
+
contrast: S(),
|
|
259
|
+
grayscale: P(),
|
|
260
|
+
hueRotate: S(),
|
|
261
|
+
invert: P(),
|
|
262
|
+
gap: v(),
|
|
263
|
+
gradientColorStops: [e],
|
|
264
|
+
gradientColorStopPositions: [Ve, A],
|
|
265
|
+
inset: H(),
|
|
266
|
+
margin: H(),
|
|
267
|
+
opacity: S(),
|
|
268
|
+
padding: v(),
|
|
269
|
+
saturate: S(),
|
|
270
|
+
scale: S(),
|
|
271
|
+
sepia: P(),
|
|
272
|
+
skew: S(),
|
|
273
|
+
space: v(),
|
|
274
|
+
translate: v()
|
|
900
275
|
},
|
|
901
276
|
classGroups: {
|
|
902
277
|
// Layout
|
|
@@ -905,7 +280,7 @@ const T = (r) => {
|
|
|
905
280
|
* @see https://tailwindcss.com/docs/aspect-ratio
|
|
906
281
|
*/
|
|
907
282
|
aspect: [{
|
|
908
|
-
aspect: ["auto", "square", "video",
|
|
283
|
+
aspect: ["auto", "square", "video", p]
|
|
909
284
|
}],
|
|
910
285
|
/**
|
|
911
286
|
* Container
|
|
@@ -917,21 +292,21 @@ const T = (r) => {
|
|
|
917
292
|
* @see https://tailwindcss.com/docs/columns
|
|
918
293
|
*/
|
|
919
294
|
columns: [{
|
|
920
|
-
columns: [
|
|
295
|
+
columns: [I]
|
|
921
296
|
}],
|
|
922
297
|
/**
|
|
923
298
|
* Break After
|
|
924
299
|
* @see https://tailwindcss.com/docs/break-after
|
|
925
300
|
*/
|
|
926
301
|
"break-after": [{
|
|
927
|
-
"break-after":
|
|
302
|
+
"break-after": ee()
|
|
928
303
|
}],
|
|
929
304
|
/**
|
|
930
305
|
* Break Before
|
|
931
306
|
* @see https://tailwindcss.com/docs/break-before
|
|
932
307
|
*/
|
|
933
308
|
"break-before": [{
|
|
934
|
-
"break-before":
|
|
309
|
+
"break-before": ee()
|
|
935
310
|
}],
|
|
936
311
|
/**
|
|
937
312
|
* Break Inside
|
|
@@ -990,49 +365,49 @@ const T = (r) => {
|
|
|
990
365
|
* @see https://tailwindcss.com/docs/object-position
|
|
991
366
|
*/
|
|
992
367
|
"object-position": [{
|
|
993
|
-
object: [...
|
|
368
|
+
object: [...Y(), p]
|
|
994
369
|
}],
|
|
995
370
|
/**
|
|
996
371
|
* Overflow
|
|
997
372
|
* @see https://tailwindcss.com/docs/overflow
|
|
998
373
|
*/
|
|
999
374
|
overflow: [{
|
|
1000
|
-
overflow:
|
|
375
|
+
overflow: U()
|
|
1001
376
|
}],
|
|
1002
377
|
/**
|
|
1003
378
|
* Overflow X
|
|
1004
379
|
* @see https://tailwindcss.com/docs/overflow
|
|
1005
380
|
*/
|
|
1006
381
|
"overflow-x": [{
|
|
1007
|
-
"overflow-x":
|
|
382
|
+
"overflow-x": U()
|
|
1008
383
|
}],
|
|
1009
384
|
/**
|
|
1010
385
|
* Overflow Y
|
|
1011
386
|
* @see https://tailwindcss.com/docs/overflow
|
|
1012
387
|
*/
|
|
1013
388
|
"overflow-y": [{
|
|
1014
|
-
"overflow-y":
|
|
389
|
+
"overflow-y": U()
|
|
1015
390
|
}],
|
|
1016
391
|
/**
|
|
1017
392
|
* Overscroll Behavior
|
|
1018
393
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
1019
394
|
*/
|
|
1020
395
|
overscroll: [{
|
|
1021
|
-
overscroll:
|
|
396
|
+
overscroll: Z()
|
|
1022
397
|
}],
|
|
1023
398
|
/**
|
|
1024
399
|
* Overscroll Behavior X
|
|
1025
400
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
1026
401
|
*/
|
|
1027
402
|
"overscroll-x": [{
|
|
1028
|
-
"overscroll-x":
|
|
403
|
+
"overscroll-x": Z()
|
|
1029
404
|
}],
|
|
1030
405
|
/**
|
|
1031
406
|
* Overscroll Behavior Y
|
|
1032
407
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
1033
408
|
*/
|
|
1034
409
|
"overscroll-y": [{
|
|
1035
|
-
"overscroll-y":
|
|
410
|
+
"overscroll-y": Z()
|
|
1036
411
|
}],
|
|
1037
412
|
/**
|
|
1038
413
|
* Position
|
|
@@ -1044,63 +419,63 @@ const T = (r) => {
|
|
|
1044
419
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1045
420
|
*/
|
|
1046
421
|
inset: [{
|
|
1047
|
-
inset: [
|
|
422
|
+
inset: [u]
|
|
1048
423
|
}],
|
|
1049
424
|
/**
|
|
1050
425
|
* Right / Left
|
|
1051
426
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1052
427
|
*/
|
|
1053
428
|
"inset-x": [{
|
|
1054
|
-
"inset-x": [
|
|
429
|
+
"inset-x": [u]
|
|
1055
430
|
}],
|
|
1056
431
|
/**
|
|
1057
432
|
* Top / Bottom
|
|
1058
433
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1059
434
|
*/
|
|
1060
435
|
"inset-y": [{
|
|
1061
|
-
"inset-y": [
|
|
436
|
+
"inset-y": [u]
|
|
1062
437
|
}],
|
|
1063
438
|
/**
|
|
1064
439
|
* Start
|
|
1065
440
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1066
441
|
*/
|
|
1067
442
|
start: [{
|
|
1068
|
-
start: [
|
|
443
|
+
start: [u]
|
|
1069
444
|
}],
|
|
1070
445
|
/**
|
|
1071
446
|
* End
|
|
1072
447
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1073
448
|
*/
|
|
1074
449
|
end: [{
|
|
1075
|
-
end: [
|
|
450
|
+
end: [u]
|
|
1076
451
|
}],
|
|
1077
452
|
/**
|
|
1078
453
|
* Top
|
|
1079
454
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1080
455
|
*/
|
|
1081
456
|
top: [{
|
|
1082
|
-
top: [
|
|
457
|
+
top: [u]
|
|
1083
458
|
}],
|
|
1084
459
|
/**
|
|
1085
460
|
* Right
|
|
1086
461
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1087
462
|
*/
|
|
1088
463
|
right: [{
|
|
1089
|
-
right: [
|
|
464
|
+
right: [u]
|
|
1090
465
|
}],
|
|
1091
466
|
/**
|
|
1092
467
|
* Bottom
|
|
1093
468
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1094
469
|
*/
|
|
1095
470
|
bottom: [{
|
|
1096
|
-
bottom: [
|
|
471
|
+
bottom: [u]
|
|
1097
472
|
}],
|
|
1098
473
|
/**
|
|
1099
474
|
* Left
|
|
1100
475
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1101
476
|
*/
|
|
1102
477
|
left: [{
|
|
1103
|
-
left: [
|
|
478
|
+
left: [u]
|
|
1104
479
|
}],
|
|
1105
480
|
/**
|
|
1106
481
|
* Visibility
|
|
@@ -1112,7 +487,7 @@ const T = (r) => {
|
|
|
1112
487
|
* @see https://tailwindcss.com/docs/z-index
|
|
1113
488
|
*/
|
|
1114
489
|
z: [{
|
|
1115
|
-
z: ["auto",
|
|
490
|
+
z: ["auto", F, p]
|
|
1116
491
|
}],
|
|
1117
492
|
// Flexbox and Grid
|
|
1118
493
|
/**
|
|
@@ -1120,7 +495,7 @@ const T = (r) => {
|
|
|
1120
495
|
* @see https://tailwindcss.com/docs/flex-basis
|
|
1121
496
|
*/
|
|
1122
497
|
basis: [{
|
|
1123
|
-
basis:
|
|
498
|
+
basis: H()
|
|
1124
499
|
}],
|
|
1125
500
|
/**
|
|
1126
501
|
* Flex Direction
|
|
@@ -1141,35 +516,35 @@ const T = (r) => {
|
|
|
1141
516
|
* @see https://tailwindcss.com/docs/flex
|
|
1142
517
|
*/
|
|
1143
518
|
flex: [{
|
|
1144
|
-
flex: ["1", "auto", "initial", "none",
|
|
519
|
+
flex: ["1", "auto", "initial", "none", p]
|
|
1145
520
|
}],
|
|
1146
521
|
/**
|
|
1147
522
|
* Flex Grow
|
|
1148
523
|
* @see https://tailwindcss.com/docs/flex-grow
|
|
1149
524
|
*/
|
|
1150
525
|
grow: [{
|
|
1151
|
-
grow:
|
|
526
|
+
grow: P()
|
|
1152
527
|
}],
|
|
1153
528
|
/**
|
|
1154
529
|
* Flex Shrink
|
|
1155
530
|
* @see https://tailwindcss.com/docs/flex-shrink
|
|
1156
531
|
*/
|
|
1157
532
|
shrink: [{
|
|
1158
|
-
shrink:
|
|
533
|
+
shrink: P()
|
|
1159
534
|
}],
|
|
1160
535
|
/**
|
|
1161
536
|
* Order
|
|
1162
537
|
* @see https://tailwindcss.com/docs/order
|
|
1163
538
|
*/
|
|
1164
539
|
order: [{
|
|
1165
|
-
order: ["first", "last", "none",
|
|
540
|
+
order: ["first", "last", "none", F, p]
|
|
1166
541
|
}],
|
|
1167
542
|
/**
|
|
1168
543
|
* Grid Template Columns
|
|
1169
544
|
* @see https://tailwindcss.com/docs/grid-template-columns
|
|
1170
545
|
*/
|
|
1171
546
|
"grid-cols": [{
|
|
1172
|
-
"grid-cols": [
|
|
547
|
+
"grid-cols": [$]
|
|
1173
548
|
}],
|
|
1174
549
|
/**
|
|
1175
550
|
* Grid Column Start / End
|
|
@@ -1177,29 +552,29 @@ const T = (r) => {
|
|
|
1177
552
|
*/
|
|
1178
553
|
"col-start-end": [{
|
|
1179
554
|
col: ["auto", {
|
|
1180
|
-
span: ["full",
|
|
1181
|
-
},
|
|
555
|
+
span: ["full", F, p]
|
|
556
|
+
}, p]
|
|
1182
557
|
}],
|
|
1183
558
|
/**
|
|
1184
559
|
* Grid Column Start
|
|
1185
560
|
* @see https://tailwindcss.com/docs/grid-column
|
|
1186
561
|
*/
|
|
1187
562
|
"col-start": [{
|
|
1188
|
-
"col-start":
|
|
563
|
+
"col-start": V()
|
|
1189
564
|
}],
|
|
1190
565
|
/**
|
|
1191
566
|
* Grid Column End
|
|
1192
567
|
* @see https://tailwindcss.com/docs/grid-column
|
|
1193
568
|
*/
|
|
1194
569
|
"col-end": [{
|
|
1195
|
-
"col-end":
|
|
570
|
+
"col-end": V()
|
|
1196
571
|
}],
|
|
1197
572
|
/**
|
|
1198
573
|
* Grid Template Rows
|
|
1199
574
|
* @see https://tailwindcss.com/docs/grid-template-rows
|
|
1200
575
|
*/
|
|
1201
576
|
"grid-rows": [{
|
|
1202
|
-
"grid-rows": [
|
|
577
|
+
"grid-rows": [$]
|
|
1203
578
|
}],
|
|
1204
579
|
/**
|
|
1205
580
|
* Grid Row Start / End
|
|
@@ -1207,22 +582,22 @@ const T = (r) => {
|
|
|
1207
582
|
*/
|
|
1208
583
|
"row-start-end": [{
|
|
1209
584
|
row: ["auto", {
|
|
1210
|
-
span: [
|
|
1211
|
-
},
|
|
585
|
+
span: [F, p]
|
|
586
|
+
}, p]
|
|
1212
587
|
}],
|
|
1213
588
|
/**
|
|
1214
589
|
* Grid Row Start
|
|
1215
590
|
* @see https://tailwindcss.com/docs/grid-row
|
|
1216
591
|
*/
|
|
1217
592
|
"row-start": [{
|
|
1218
|
-
"row-start":
|
|
593
|
+
"row-start": V()
|
|
1219
594
|
}],
|
|
1220
595
|
/**
|
|
1221
596
|
* Grid Row End
|
|
1222
597
|
* @see https://tailwindcss.com/docs/grid-row
|
|
1223
598
|
*/
|
|
1224
599
|
"row-end": [{
|
|
1225
|
-
"row-end":
|
|
600
|
+
"row-end": V()
|
|
1226
601
|
}],
|
|
1227
602
|
/**
|
|
1228
603
|
* Grid Auto Flow
|
|
@@ -1236,42 +611,42 @@ const T = (r) => {
|
|
|
1236
611
|
* @see https://tailwindcss.com/docs/grid-auto-columns
|
|
1237
612
|
*/
|
|
1238
613
|
"auto-cols": [{
|
|
1239
|
-
"auto-cols": ["auto", "min", "max", "fr",
|
|
614
|
+
"auto-cols": ["auto", "min", "max", "fr", p]
|
|
1240
615
|
}],
|
|
1241
616
|
/**
|
|
1242
617
|
* Grid Auto Rows
|
|
1243
618
|
* @see https://tailwindcss.com/docs/grid-auto-rows
|
|
1244
619
|
*/
|
|
1245
620
|
"auto-rows": [{
|
|
1246
|
-
"auto-rows": ["auto", "min", "max", "fr",
|
|
621
|
+
"auto-rows": ["auto", "min", "max", "fr", p]
|
|
1247
622
|
}],
|
|
1248
623
|
/**
|
|
1249
624
|
* Gap
|
|
1250
625
|
* @see https://tailwindcss.com/docs/gap
|
|
1251
626
|
*/
|
|
1252
627
|
gap: [{
|
|
1253
|
-
gap: [
|
|
628
|
+
gap: [x]
|
|
1254
629
|
}],
|
|
1255
630
|
/**
|
|
1256
631
|
* Gap X
|
|
1257
632
|
* @see https://tailwindcss.com/docs/gap
|
|
1258
633
|
*/
|
|
1259
634
|
"gap-x": [{
|
|
1260
|
-
"gap-x": [
|
|
635
|
+
"gap-x": [x]
|
|
1261
636
|
}],
|
|
1262
637
|
/**
|
|
1263
638
|
* Gap Y
|
|
1264
639
|
* @see https://tailwindcss.com/docs/gap
|
|
1265
640
|
*/
|
|
1266
641
|
"gap-y": [{
|
|
1267
|
-
"gap-y": [
|
|
642
|
+
"gap-y": [x]
|
|
1268
643
|
}],
|
|
1269
644
|
/**
|
|
1270
645
|
* Justify Content
|
|
1271
646
|
* @see https://tailwindcss.com/docs/justify-content
|
|
1272
647
|
*/
|
|
1273
648
|
"justify-content": [{
|
|
1274
|
-
justify: ["normal", ...
|
|
649
|
+
justify: ["normal", ...q()]
|
|
1275
650
|
}],
|
|
1276
651
|
/**
|
|
1277
652
|
* Justify Items
|
|
@@ -1292,7 +667,7 @@ const T = (r) => {
|
|
|
1292
667
|
* @see https://tailwindcss.com/docs/align-content
|
|
1293
668
|
*/
|
|
1294
669
|
"align-content": [{
|
|
1295
|
-
content: ["normal", ...
|
|
670
|
+
content: ["normal", ...q(), "baseline"]
|
|
1296
671
|
}],
|
|
1297
672
|
/**
|
|
1298
673
|
* Align Items
|
|
@@ -1313,7 +688,7 @@ const T = (r) => {
|
|
|
1313
688
|
* @see https://tailwindcss.com/docs/place-content
|
|
1314
689
|
*/
|
|
1315
690
|
"place-content": [{
|
|
1316
|
-
"place-content": [...
|
|
691
|
+
"place-content": [...q(), "baseline"]
|
|
1317
692
|
}],
|
|
1318
693
|
/**
|
|
1319
694
|
* Place Items
|
|
@@ -1335,133 +710,133 @@ const T = (r) => {
|
|
|
1335
710
|
* @see https://tailwindcss.com/docs/padding
|
|
1336
711
|
*/
|
|
1337
712
|
p: [{
|
|
1338
|
-
p: [
|
|
713
|
+
p: [N]
|
|
1339
714
|
}],
|
|
1340
715
|
/**
|
|
1341
716
|
* Padding X
|
|
1342
717
|
* @see https://tailwindcss.com/docs/padding
|
|
1343
718
|
*/
|
|
1344
719
|
px: [{
|
|
1345
|
-
px: [
|
|
720
|
+
px: [N]
|
|
1346
721
|
}],
|
|
1347
722
|
/**
|
|
1348
723
|
* Padding Y
|
|
1349
724
|
* @see https://tailwindcss.com/docs/padding
|
|
1350
725
|
*/
|
|
1351
726
|
py: [{
|
|
1352
|
-
py: [
|
|
727
|
+
py: [N]
|
|
1353
728
|
}],
|
|
1354
729
|
/**
|
|
1355
730
|
* Padding Start
|
|
1356
731
|
* @see https://tailwindcss.com/docs/padding
|
|
1357
732
|
*/
|
|
1358
733
|
ps: [{
|
|
1359
|
-
ps: [
|
|
734
|
+
ps: [N]
|
|
1360
735
|
}],
|
|
1361
736
|
/**
|
|
1362
737
|
* Padding End
|
|
1363
738
|
* @see https://tailwindcss.com/docs/padding
|
|
1364
739
|
*/
|
|
1365
740
|
pe: [{
|
|
1366
|
-
pe: [
|
|
741
|
+
pe: [N]
|
|
1367
742
|
}],
|
|
1368
743
|
/**
|
|
1369
744
|
* Padding Top
|
|
1370
745
|
* @see https://tailwindcss.com/docs/padding
|
|
1371
746
|
*/
|
|
1372
747
|
pt: [{
|
|
1373
|
-
pt: [
|
|
748
|
+
pt: [N]
|
|
1374
749
|
}],
|
|
1375
750
|
/**
|
|
1376
751
|
* Padding Right
|
|
1377
752
|
* @see https://tailwindcss.com/docs/padding
|
|
1378
753
|
*/
|
|
1379
754
|
pr: [{
|
|
1380
|
-
pr: [
|
|
755
|
+
pr: [N]
|
|
1381
756
|
}],
|
|
1382
757
|
/**
|
|
1383
758
|
* Padding Bottom
|
|
1384
759
|
* @see https://tailwindcss.com/docs/padding
|
|
1385
760
|
*/
|
|
1386
761
|
pb: [{
|
|
1387
|
-
pb: [
|
|
762
|
+
pb: [N]
|
|
1388
763
|
}],
|
|
1389
764
|
/**
|
|
1390
765
|
* Padding Left
|
|
1391
766
|
* @see https://tailwindcss.com/docs/padding
|
|
1392
767
|
*/
|
|
1393
768
|
pl: [{
|
|
1394
|
-
pl: [
|
|
769
|
+
pl: [N]
|
|
1395
770
|
}],
|
|
1396
771
|
/**
|
|
1397
772
|
* Margin
|
|
1398
773
|
* @see https://tailwindcss.com/docs/margin
|
|
1399
774
|
*/
|
|
1400
775
|
m: [{
|
|
1401
|
-
m: [
|
|
776
|
+
m: [b]
|
|
1402
777
|
}],
|
|
1403
778
|
/**
|
|
1404
779
|
* Margin X
|
|
1405
780
|
* @see https://tailwindcss.com/docs/margin
|
|
1406
781
|
*/
|
|
1407
782
|
mx: [{
|
|
1408
|
-
mx: [
|
|
783
|
+
mx: [b]
|
|
1409
784
|
}],
|
|
1410
785
|
/**
|
|
1411
786
|
* Margin Y
|
|
1412
787
|
* @see https://tailwindcss.com/docs/margin
|
|
1413
788
|
*/
|
|
1414
789
|
my: [{
|
|
1415
|
-
my: [
|
|
790
|
+
my: [b]
|
|
1416
791
|
}],
|
|
1417
792
|
/**
|
|
1418
793
|
* Margin Start
|
|
1419
794
|
* @see https://tailwindcss.com/docs/margin
|
|
1420
795
|
*/
|
|
1421
796
|
ms: [{
|
|
1422
|
-
ms: [
|
|
797
|
+
ms: [b]
|
|
1423
798
|
}],
|
|
1424
799
|
/**
|
|
1425
800
|
* Margin End
|
|
1426
801
|
* @see https://tailwindcss.com/docs/margin
|
|
1427
802
|
*/
|
|
1428
803
|
me: [{
|
|
1429
|
-
me: [
|
|
804
|
+
me: [b]
|
|
1430
805
|
}],
|
|
1431
806
|
/**
|
|
1432
807
|
* Margin Top
|
|
1433
808
|
* @see https://tailwindcss.com/docs/margin
|
|
1434
809
|
*/
|
|
1435
810
|
mt: [{
|
|
1436
|
-
mt: [
|
|
811
|
+
mt: [b]
|
|
1437
812
|
}],
|
|
1438
813
|
/**
|
|
1439
814
|
* Margin Right
|
|
1440
815
|
* @see https://tailwindcss.com/docs/margin
|
|
1441
816
|
*/
|
|
1442
817
|
mr: [{
|
|
1443
|
-
mr: [
|
|
818
|
+
mr: [b]
|
|
1444
819
|
}],
|
|
1445
820
|
/**
|
|
1446
821
|
* Margin Bottom
|
|
1447
822
|
* @see https://tailwindcss.com/docs/margin
|
|
1448
823
|
*/
|
|
1449
824
|
mb: [{
|
|
1450
|
-
mb: [
|
|
825
|
+
mb: [b]
|
|
1451
826
|
}],
|
|
1452
827
|
/**
|
|
1453
828
|
* Margin Left
|
|
1454
829
|
* @see https://tailwindcss.com/docs/margin
|
|
1455
830
|
*/
|
|
1456
831
|
ml: [{
|
|
1457
|
-
ml: [
|
|
832
|
+
ml: [b]
|
|
1458
833
|
}],
|
|
1459
834
|
/**
|
|
1460
835
|
* Space Between X
|
|
1461
836
|
* @see https://tailwindcss.com/docs/space
|
|
1462
837
|
*/
|
|
1463
838
|
"space-x": [{
|
|
1464
|
-
"space-x": [
|
|
839
|
+
"space-x": [B]
|
|
1465
840
|
}],
|
|
1466
841
|
/**
|
|
1467
842
|
* Space Between X Reverse
|
|
@@ -1473,7 +848,7 @@ const T = (r) => {
|
|
|
1473
848
|
* @see https://tailwindcss.com/docs/space
|
|
1474
849
|
*/
|
|
1475
850
|
"space-y": [{
|
|
1476
|
-
"space-y": [
|
|
851
|
+
"space-y": [B]
|
|
1477
852
|
}],
|
|
1478
853
|
/**
|
|
1479
854
|
* Space Between Y Reverse
|
|
@@ -1486,51 +861,51 @@ const T = (r) => {
|
|
|
1486
861
|
* @see https://tailwindcss.com/docs/width
|
|
1487
862
|
*/
|
|
1488
863
|
w: [{
|
|
1489
|
-
w: ["auto", "min", "max", "fit", "svw", "lvw", "dvw",
|
|
864
|
+
w: ["auto", "min", "max", "fit", "svw", "lvw", "dvw", p, t]
|
|
1490
865
|
}],
|
|
1491
866
|
/**
|
|
1492
867
|
* Min-Width
|
|
1493
868
|
* @see https://tailwindcss.com/docs/min-width
|
|
1494
869
|
*/
|
|
1495
870
|
"min-w": [{
|
|
1496
|
-
"min-w": [
|
|
871
|
+
"min-w": [p, t, "min", "max", "fit"]
|
|
1497
872
|
}],
|
|
1498
873
|
/**
|
|
1499
874
|
* Max-Width
|
|
1500
875
|
* @see https://tailwindcss.com/docs/max-width
|
|
1501
876
|
*/
|
|
1502
877
|
"max-w": [{
|
|
1503
|
-
"max-w": [
|
|
1504
|
-
screen: [
|
|
1505
|
-
},
|
|
878
|
+
"max-w": [p, t, "none", "full", "min", "max", "fit", "prose", {
|
|
879
|
+
screen: [I]
|
|
880
|
+
}, I]
|
|
1506
881
|
}],
|
|
1507
882
|
/**
|
|
1508
883
|
* Height
|
|
1509
884
|
* @see https://tailwindcss.com/docs/height
|
|
1510
885
|
*/
|
|
1511
886
|
h: [{
|
|
1512
|
-
h: [
|
|
887
|
+
h: [p, t, "auto", "min", "max", "fit", "svh", "lvh", "dvh"]
|
|
1513
888
|
}],
|
|
1514
889
|
/**
|
|
1515
890
|
* Min-Height
|
|
1516
891
|
* @see https://tailwindcss.com/docs/min-height
|
|
1517
892
|
*/
|
|
1518
893
|
"min-h": [{
|
|
1519
|
-
"min-h": [
|
|
894
|
+
"min-h": [p, t, "min", "max", "fit", "svh", "lvh", "dvh"]
|
|
1520
895
|
}],
|
|
1521
896
|
/**
|
|
1522
897
|
* Max-Height
|
|
1523
898
|
* @see https://tailwindcss.com/docs/max-height
|
|
1524
899
|
*/
|
|
1525
900
|
"max-h": [{
|
|
1526
|
-
"max-h": [
|
|
901
|
+
"max-h": [p, t, "min", "max", "fit", "svh", "lvh", "dvh"]
|
|
1527
902
|
}],
|
|
1528
903
|
/**
|
|
1529
904
|
* Size
|
|
1530
905
|
* @see https://tailwindcss.com/docs/size
|
|
1531
906
|
*/
|
|
1532
907
|
size: [{
|
|
1533
|
-
size: [
|
|
908
|
+
size: [p, t, "auto", "min", "max", "fit"]
|
|
1534
909
|
}],
|
|
1535
910
|
// Typography
|
|
1536
911
|
/**
|
|
@@ -1538,7 +913,7 @@ const T = (r) => {
|
|
|
1538
913
|
* @see https://tailwindcss.com/docs/font-size
|
|
1539
914
|
*/
|
|
1540
915
|
"font-size": [{
|
|
1541
|
-
text: ["base",
|
|
916
|
+
text: ["base", I, A]
|
|
1542
917
|
}],
|
|
1543
918
|
/**
|
|
1544
919
|
* Font Smoothing
|
|
@@ -1555,14 +930,14 @@ const T = (r) => {
|
|
|
1555
930
|
* @see https://tailwindcss.com/docs/font-weight
|
|
1556
931
|
*/
|
|
1557
932
|
"font-weight": [{
|
|
1558
|
-
font: ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black",
|
|
933
|
+
font: ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black", D]
|
|
1559
934
|
}],
|
|
1560
935
|
/**
|
|
1561
936
|
* Font Family
|
|
1562
937
|
* @see https://tailwindcss.com/docs/font-family
|
|
1563
938
|
*/
|
|
1564
939
|
"font-family": [{
|
|
1565
|
-
font: [
|
|
940
|
+
font: [$]
|
|
1566
941
|
}],
|
|
1567
942
|
/**
|
|
1568
943
|
* Font Variant Numeric
|
|
@@ -1599,35 +974,35 @@ const T = (r) => {
|
|
|
1599
974
|
* @see https://tailwindcss.com/docs/letter-spacing
|
|
1600
975
|
*/
|
|
1601
976
|
tracking: [{
|
|
1602
|
-
tracking: ["tighter", "tight", "normal", "wide", "wider", "widest",
|
|
977
|
+
tracking: ["tighter", "tight", "normal", "wide", "wider", "widest", p]
|
|
1603
978
|
}],
|
|
1604
979
|
/**
|
|
1605
980
|
* Line Clamp
|
|
1606
981
|
* @see https://tailwindcss.com/docs/line-clamp
|
|
1607
982
|
*/
|
|
1608
983
|
"line-clamp": [{
|
|
1609
|
-
"line-clamp": ["none",
|
|
984
|
+
"line-clamp": ["none", j, D]
|
|
1610
985
|
}],
|
|
1611
986
|
/**
|
|
1612
987
|
* Line Height
|
|
1613
988
|
* @see https://tailwindcss.com/docs/line-height
|
|
1614
989
|
*/
|
|
1615
990
|
leading: [{
|
|
1616
|
-
leading: ["none", "tight", "snug", "normal", "relaxed", "loose",
|
|
991
|
+
leading: ["none", "tight", "snug", "normal", "relaxed", "loose", L, p]
|
|
1617
992
|
}],
|
|
1618
993
|
/**
|
|
1619
994
|
* List Style Image
|
|
1620
995
|
* @see https://tailwindcss.com/docs/list-style-image
|
|
1621
996
|
*/
|
|
1622
997
|
"list-image": [{
|
|
1623
|
-
"list-image": ["none",
|
|
998
|
+
"list-image": ["none", p]
|
|
1624
999
|
}],
|
|
1625
1000
|
/**
|
|
1626
1001
|
* List Style Type
|
|
1627
1002
|
* @see https://tailwindcss.com/docs/list-style-type
|
|
1628
1003
|
*/
|
|
1629
1004
|
"list-style-type": [{
|
|
1630
|
-
list: ["none", "disc", "decimal",
|
|
1005
|
+
list: ["none", "disc", "decimal", p]
|
|
1631
1006
|
}],
|
|
1632
1007
|
/**
|
|
1633
1008
|
* List Style Position
|
|
@@ -1642,14 +1017,14 @@ const T = (r) => {
|
|
|
1642
1017
|
* @see https://tailwindcss.com/docs/placeholder-color
|
|
1643
1018
|
*/
|
|
1644
1019
|
"placeholder-color": [{
|
|
1645
|
-
placeholder: [
|
|
1020
|
+
placeholder: [e]
|
|
1646
1021
|
}],
|
|
1647
1022
|
/**
|
|
1648
1023
|
* Placeholder Opacity
|
|
1649
1024
|
* @see https://tailwindcss.com/docs/placeholder-opacity
|
|
1650
1025
|
*/
|
|
1651
1026
|
"placeholder-opacity": [{
|
|
1652
|
-
"placeholder-opacity": [
|
|
1027
|
+
"placeholder-opacity": [k]
|
|
1653
1028
|
}],
|
|
1654
1029
|
/**
|
|
1655
1030
|
* Text Alignment
|
|
@@ -1663,14 +1038,14 @@ const T = (r) => {
|
|
|
1663
1038
|
* @see https://tailwindcss.com/docs/text-color
|
|
1664
1039
|
*/
|
|
1665
1040
|
"text-color": [{
|
|
1666
|
-
text: [
|
|
1041
|
+
text: [e]
|
|
1667
1042
|
}],
|
|
1668
1043
|
/**
|
|
1669
1044
|
* Text Opacity
|
|
1670
1045
|
* @see https://tailwindcss.com/docs/text-opacity
|
|
1671
1046
|
*/
|
|
1672
1047
|
"text-opacity": [{
|
|
1673
|
-
"text-opacity": [
|
|
1048
|
+
"text-opacity": [k]
|
|
1674
1049
|
}],
|
|
1675
1050
|
/**
|
|
1676
1051
|
* Text Decoration
|
|
@@ -1682,28 +1057,28 @@ const T = (r) => {
|
|
|
1682
1057
|
* @see https://tailwindcss.com/docs/text-decoration-style
|
|
1683
1058
|
*/
|
|
1684
1059
|
"text-decoration-style": [{
|
|
1685
|
-
decoration: [...
|
|
1060
|
+
decoration: [...W(), "wavy"]
|
|
1686
1061
|
}],
|
|
1687
1062
|
/**
|
|
1688
1063
|
* Text Decoration Thickness
|
|
1689
1064
|
* @see https://tailwindcss.com/docs/text-decoration-thickness
|
|
1690
1065
|
*/
|
|
1691
1066
|
"text-decoration-thickness": [{
|
|
1692
|
-
decoration: ["auto", "from-font",
|
|
1067
|
+
decoration: ["auto", "from-font", L, A]
|
|
1693
1068
|
}],
|
|
1694
1069
|
/**
|
|
1695
1070
|
* Text Underline Offset
|
|
1696
1071
|
* @see https://tailwindcss.com/docs/text-underline-offset
|
|
1697
1072
|
*/
|
|
1698
1073
|
"underline-offset": [{
|
|
1699
|
-
"underline-offset": ["auto",
|
|
1074
|
+
"underline-offset": ["auto", L, p]
|
|
1700
1075
|
}],
|
|
1701
1076
|
/**
|
|
1702
1077
|
* Text Decoration Color
|
|
1703
1078
|
* @see https://tailwindcss.com/docs/text-decoration-color
|
|
1704
1079
|
*/
|
|
1705
1080
|
"text-decoration-color": [{
|
|
1706
|
-
decoration: [
|
|
1081
|
+
decoration: [e]
|
|
1707
1082
|
}],
|
|
1708
1083
|
/**
|
|
1709
1084
|
* Text Transform
|
|
@@ -1727,14 +1102,14 @@ const T = (r) => {
|
|
|
1727
1102
|
* @see https://tailwindcss.com/docs/text-indent
|
|
1728
1103
|
*/
|
|
1729
1104
|
indent: [{
|
|
1730
|
-
indent:
|
|
1105
|
+
indent: v()
|
|
1731
1106
|
}],
|
|
1732
1107
|
/**
|
|
1733
1108
|
* Vertical Alignment
|
|
1734
1109
|
* @see https://tailwindcss.com/docs/vertical-align
|
|
1735
1110
|
*/
|
|
1736
1111
|
"vertical-align": [{
|
|
1737
|
-
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super",
|
|
1112
|
+
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", p]
|
|
1738
1113
|
}],
|
|
1739
1114
|
/**
|
|
1740
1115
|
* Whitespace
|
|
@@ -1762,7 +1137,7 @@ const T = (r) => {
|
|
|
1762
1137
|
* @see https://tailwindcss.com/docs/content
|
|
1763
1138
|
*/
|
|
1764
1139
|
content: [{
|
|
1765
|
-
content: ["none",
|
|
1140
|
+
content: ["none", p]
|
|
1766
1141
|
}],
|
|
1767
1142
|
// Backgrounds
|
|
1768
1143
|
/**
|
|
@@ -1785,7 +1160,7 @@ const T = (r) => {
|
|
|
1785
1160
|
* @see https://tailwindcss.com/docs/background-opacity
|
|
1786
1161
|
*/
|
|
1787
1162
|
"bg-opacity": [{
|
|
1788
|
-
"bg-opacity": [
|
|
1163
|
+
"bg-opacity": [k]
|
|
1789
1164
|
}],
|
|
1790
1165
|
/**
|
|
1791
1166
|
* Background Origin
|
|
@@ -1799,7 +1174,7 @@ const T = (r) => {
|
|
|
1799
1174
|
* @see https://tailwindcss.com/docs/background-position
|
|
1800
1175
|
*/
|
|
1801
1176
|
"bg-position": [{
|
|
1802
|
-
bg: [...
|
|
1177
|
+
bg: [...Y(), Ue]
|
|
1803
1178
|
}],
|
|
1804
1179
|
/**
|
|
1805
1180
|
* Background Repeat
|
|
@@ -1815,7 +1190,7 @@ const T = (r) => {
|
|
|
1815
1190
|
* @see https://tailwindcss.com/docs/background-size
|
|
1816
1191
|
*/
|
|
1817
1192
|
"bg-size": [{
|
|
1818
|
-
bg: ["auto", "cover", "contain",
|
|
1193
|
+
bg: ["auto", "cover", "contain", Ze]
|
|
1819
1194
|
}],
|
|
1820
1195
|
/**
|
|
1821
1196
|
* Background Image
|
|
@@ -1824,56 +1199,56 @@ const T = (r) => {
|
|
|
1824
1199
|
"bg-image": [{
|
|
1825
1200
|
bg: ["none", {
|
|
1826
1201
|
"gradient-to": ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
|
|
1827
|
-
},
|
|
1202
|
+
}, qe]
|
|
1828
1203
|
}],
|
|
1829
1204
|
/**
|
|
1830
1205
|
* Background Color
|
|
1831
1206
|
* @see https://tailwindcss.com/docs/background-color
|
|
1832
1207
|
*/
|
|
1833
1208
|
"bg-color": [{
|
|
1834
|
-
bg: [
|
|
1209
|
+
bg: [e]
|
|
1835
1210
|
}],
|
|
1836
1211
|
/**
|
|
1837
1212
|
* Gradient Color Stops From Position
|
|
1838
1213
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1839
1214
|
*/
|
|
1840
1215
|
"gradient-from-pos": [{
|
|
1841
|
-
from: [
|
|
1216
|
+
from: [g]
|
|
1842
1217
|
}],
|
|
1843
1218
|
/**
|
|
1844
1219
|
* Gradient Color Stops Via Position
|
|
1845
1220
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1846
1221
|
*/
|
|
1847
1222
|
"gradient-via-pos": [{
|
|
1848
|
-
via: [
|
|
1223
|
+
via: [g]
|
|
1849
1224
|
}],
|
|
1850
1225
|
/**
|
|
1851
1226
|
* Gradient Color Stops To Position
|
|
1852
1227
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1853
1228
|
*/
|
|
1854
1229
|
"gradient-to-pos": [{
|
|
1855
|
-
to: [
|
|
1230
|
+
to: [g]
|
|
1856
1231
|
}],
|
|
1857
1232
|
/**
|
|
1858
1233
|
* Gradient Color Stops From
|
|
1859
1234
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1860
1235
|
*/
|
|
1861
1236
|
"gradient-from": [{
|
|
1862
|
-
from: [
|
|
1237
|
+
from: [_]
|
|
1863
1238
|
}],
|
|
1864
1239
|
/**
|
|
1865
1240
|
* Gradient Color Stops Via
|
|
1866
1241
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1867
1242
|
*/
|
|
1868
1243
|
"gradient-via": [{
|
|
1869
|
-
via: [
|
|
1244
|
+
via: [_]
|
|
1870
1245
|
}],
|
|
1871
1246
|
/**
|
|
1872
1247
|
* Gradient Color Stops To
|
|
1873
1248
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1874
1249
|
*/
|
|
1875
1250
|
"gradient-to": [{
|
|
1876
|
-
to: [
|
|
1251
|
+
to: [_]
|
|
1877
1252
|
}],
|
|
1878
1253
|
// Borders
|
|
1879
1254
|
/**
|
|
@@ -1881,189 +1256,189 @@ const T = (r) => {
|
|
|
1881
1256
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1882
1257
|
*/
|
|
1883
1258
|
rounded: [{
|
|
1884
|
-
rounded: [
|
|
1259
|
+
rounded: [l]
|
|
1885
1260
|
}],
|
|
1886
1261
|
/**
|
|
1887
1262
|
* Border Radius Start
|
|
1888
1263
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1889
1264
|
*/
|
|
1890
1265
|
"rounded-s": [{
|
|
1891
|
-
"rounded-s": [
|
|
1266
|
+
"rounded-s": [l]
|
|
1892
1267
|
}],
|
|
1893
1268
|
/**
|
|
1894
1269
|
* Border Radius End
|
|
1895
1270
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1896
1271
|
*/
|
|
1897
1272
|
"rounded-e": [{
|
|
1898
|
-
"rounded-e": [
|
|
1273
|
+
"rounded-e": [l]
|
|
1899
1274
|
}],
|
|
1900
1275
|
/**
|
|
1901
1276
|
* Border Radius Top
|
|
1902
1277
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1903
1278
|
*/
|
|
1904
1279
|
"rounded-t": [{
|
|
1905
|
-
"rounded-t": [
|
|
1280
|
+
"rounded-t": [l]
|
|
1906
1281
|
}],
|
|
1907
1282
|
/**
|
|
1908
1283
|
* Border Radius Right
|
|
1909
1284
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1910
1285
|
*/
|
|
1911
1286
|
"rounded-r": [{
|
|
1912
|
-
"rounded-r": [
|
|
1287
|
+
"rounded-r": [l]
|
|
1913
1288
|
}],
|
|
1914
1289
|
/**
|
|
1915
1290
|
* Border Radius Bottom
|
|
1916
1291
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1917
1292
|
*/
|
|
1918
1293
|
"rounded-b": [{
|
|
1919
|
-
"rounded-b": [
|
|
1294
|
+
"rounded-b": [l]
|
|
1920
1295
|
}],
|
|
1921
1296
|
/**
|
|
1922
1297
|
* Border Radius Left
|
|
1923
1298
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1924
1299
|
*/
|
|
1925
1300
|
"rounded-l": [{
|
|
1926
|
-
"rounded-l": [
|
|
1301
|
+
"rounded-l": [l]
|
|
1927
1302
|
}],
|
|
1928
1303
|
/**
|
|
1929
1304
|
* Border Radius Start Start
|
|
1930
1305
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1931
1306
|
*/
|
|
1932
1307
|
"rounded-ss": [{
|
|
1933
|
-
"rounded-ss": [
|
|
1308
|
+
"rounded-ss": [l]
|
|
1934
1309
|
}],
|
|
1935
1310
|
/**
|
|
1936
1311
|
* Border Radius Start End
|
|
1937
1312
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1938
1313
|
*/
|
|
1939
1314
|
"rounded-se": [{
|
|
1940
|
-
"rounded-se": [
|
|
1315
|
+
"rounded-se": [l]
|
|
1941
1316
|
}],
|
|
1942
1317
|
/**
|
|
1943
1318
|
* Border Radius End End
|
|
1944
1319
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1945
1320
|
*/
|
|
1946
1321
|
"rounded-ee": [{
|
|
1947
|
-
"rounded-ee": [
|
|
1322
|
+
"rounded-ee": [l]
|
|
1948
1323
|
}],
|
|
1949
1324
|
/**
|
|
1950
1325
|
* Border Radius End Start
|
|
1951
1326
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1952
1327
|
*/
|
|
1953
1328
|
"rounded-es": [{
|
|
1954
|
-
"rounded-es": [
|
|
1329
|
+
"rounded-es": [l]
|
|
1955
1330
|
}],
|
|
1956
1331
|
/**
|
|
1957
1332
|
* Border Radius Top Left
|
|
1958
1333
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1959
1334
|
*/
|
|
1960
1335
|
"rounded-tl": [{
|
|
1961
|
-
"rounded-tl": [
|
|
1336
|
+
"rounded-tl": [l]
|
|
1962
1337
|
}],
|
|
1963
1338
|
/**
|
|
1964
1339
|
* Border Radius Top Right
|
|
1965
1340
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1966
1341
|
*/
|
|
1967
1342
|
"rounded-tr": [{
|
|
1968
|
-
"rounded-tr": [
|
|
1343
|
+
"rounded-tr": [l]
|
|
1969
1344
|
}],
|
|
1970
1345
|
/**
|
|
1971
1346
|
* Border Radius Bottom Right
|
|
1972
1347
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1973
1348
|
*/
|
|
1974
1349
|
"rounded-br": [{
|
|
1975
|
-
"rounded-br": [
|
|
1350
|
+
"rounded-br": [l]
|
|
1976
1351
|
}],
|
|
1977
1352
|
/**
|
|
1978
1353
|
* Border Radius Bottom Left
|
|
1979
1354
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1980
1355
|
*/
|
|
1981
1356
|
"rounded-bl": [{
|
|
1982
|
-
"rounded-bl": [
|
|
1357
|
+
"rounded-bl": [l]
|
|
1983
1358
|
}],
|
|
1984
1359
|
/**
|
|
1985
1360
|
* Border Width
|
|
1986
1361
|
* @see https://tailwindcss.com/docs/border-width
|
|
1987
1362
|
*/
|
|
1988
1363
|
"border-w": [{
|
|
1989
|
-
border: [
|
|
1364
|
+
border: [i]
|
|
1990
1365
|
}],
|
|
1991
1366
|
/**
|
|
1992
1367
|
* Border Width X
|
|
1993
1368
|
* @see https://tailwindcss.com/docs/border-width
|
|
1994
1369
|
*/
|
|
1995
1370
|
"border-w-x": [{
|
|
1996
|
-
"border-x": [
|
|
1371
|
+
"border-x": [i]
|
|
1997
1372
|
}],
|
|
1998
1373
|
/**
|
|
1999
1374
|
* Border Width Y
|
|
2000
1375
|
* @see https://tailwindcss.com/docs/border-width
|
|
2001
1376
|
*/
|
|
2002
1377
|
"border-w-y": [{
|
|
2003
|
-
"border-y": [
|
|
1378
|
+
"border-y": [i]
|
|
2004
1379
|
}],
|
|
2005
1380
|
/**
|
|
2006
1381
|
* Border Width Start
|
|
2007
1382
|
* @see https://tailwindcss.com/docs/border-width
|
|
2008
1383
|
*/
|
|
2009
1384
|
"border-w-s": [{
|
|
2010
|
-
"border-s": [
|
|
1385
|
+
"border-s": [i]
|
|
2011
1386
|
}],
|
|
2012
1387
|
/**
|
|
2013
1388
|
* Border Width End
|
|
2014
1389
|
* @see https://tailwindcss.com/docs/border-width
|
|
2015
1390
|
*/
|
|
2016
1391
|
"border-w-e": [{
|
|
2017
|
-
"border-e": [
|
|
1392
|
+
"border-e": [i]
|
|
2018
1393
|
}],
|
|
2019
1394
|
/**
|
|
2020
1395
|
* Border Width Top
|
|
2021
1396
|
* @see https://tailwindcss.com/docs/border-width
|
|
2022
1397
|
*/
|
|
2023
1398
|
"border-w-t": [{
|
|
2024
|
-
"border-t": [
|
|
1399
|
+
"border-t": [i]
|
|
2025
1400
|
}],
|
|
2026
1401
|
/**
|
|
2027
1402
|
* Border Width Right
|
|
2028
1403
|
* @see https://tailwindcss.com/docs/border-width
|
|
2029
1404
|
*/
|
|
2030
1405
|
"border-w-r": [{
|
|
2031
|
-
"border-r": [
|
|
1406
|
+
"border-r": [i]
|
|
2032
1407
|
}],
|
|
2033
1408
|
/**
|
|
2034
1409
|
* Border Width Bottom
|
|
2035
1410
|
* @see https://tailwindcss.com/docs/border-width
|
|
2036
1411
|
*/
|
|
2037
1412
|
"border-w-b": [{
|
|
2038
|
-
"border-b": [
|
|
1413
|
+
"border-b": [i]
|
|
2039
1414
|
}],
|
|
2040
1415
|
/**
|
|
2041
1416
|
* Border Width Left
|
|
2042
1417
|
* @see https://tailwindcss.com/docs/border-width
|
|
2043
1418
|
*/
|
|
2044
1419
|
"border-w-l": [{
|
|
2045
|
-
"border-l": [
|
|
1420
|
+
"border-l": [i]
|
|
2046
1421
|
}],
|
|
2047
1422
|
/**
|
|
2048
1423
|
* Border Opacity
|
|
2049
1424
|
* @see https://tailwindcss.com/docs/border-opacity
|
|
2050
1425
|
*/
|
|
2051
1426
|
"border-opacity": [{
|
|
2052
|
-
"border-opacity": [
|
|
1427
|
+
"border-opacity": [k]
|
|
2053
1428
|
}],
|
|
2054
1429
|
/**
|
|
2055
1430
|
* Border Style
|
|
2056
1431
|
* @see https://tailwindcss.com/docs/border-style
|
|
2057
1432
|
*/
|
|
2058
1433
|
"border-style": [{
|
|
2059
|
-
border: [...
|
|
1434
|
+
border: [...W(), "hidden"]
|
|
2060
1435
|
}],
|
|
2061
1436
|
/**
|
|
2062
1437
|
* Divide Width X
|
|
2063
1438
|
* @see https://tailwindcss.com/docs/divide-width
|
|
2064
1439
|
*/
|
|
2065
1440
|
"divide-x": [{
|
|
2066
|
-
"divide-x": [
|
|
1441
|
+
"divide-x": [i]
|
|
2067
1442
|
}],
|
|
2068
1443
|
/**
|
|
2069
1444
|
* Divide Width X Reverse
|
|
@@ -2075,7 +1450,7 @@ const T = (r) => {
|
|
|
2075
1450
|
* @see https://tailwindcss.com/docs/divide-width
|
|
2076
1451
|
*/
|
|
2077
1452
|
"divide-y": [{
|
|
2078
|
-
"divide-y": [
|
|
1453
|
+
"divide-y": [i]
|
|
2079
1454
|
}],
|
|
2080
1455
|
/**
|
|
2081
1456
|
* Divide Width Y Reverse
|
|
@@ -2087,119 +1462,119 @@ const T = (r) => {
|
|
|
2087
1462
|
* @see https://tailwindcss.com/docs/divide-opacity
|
|
2088
1463
|
*/
|
|
2089
1464
|
"divide-opacity": [{
|
|
2090
|
-
"divide-opacity": [
|
|
1465
|
+
"divide-opacity": [k]
|
|
2091
1466
|
}],
|
|
2092
1467
|
/**
|
|
2093
1468
|
* Divide Style
|
|
2094
1469
|
* @see https://tailwindcss.com/docs/divide-style
|
|
2095
1470
|
*/
|
|
2096
1471
|
"divide-style": [{
|
|
2097
|
-
divide:
|
|
1472
|
+
divide: W()
|
|
2098
1473
|
}],
|
|
2099
1474
|
/**
|
|
2100
1475
|
* Border Color
|
|
2101
1476
|
* @see https://tailwindcss.com/docs/border-color
|
|
2102
1477
|
*/
|
|
2103
1478
|
"border-color": [{
|
|
2104
|
-
border: [
|
|
1479
|
+
border: [n]
|
|
2105
1480
|
}],
|
|
2106
1481
|
/**
|
|
2107
1482
|
* Border Color X
|
|
2108
1483
|
* @see https://tailwindcss.com/docs/border-color
|
|
2109
1484
|
*/
|
|
2110
1485
|
"border-color-x": [{
|
|
2111
|
-
"border-x": [
|
|
1486
|
+
"border-x": [n]
|
|
2112
1487
|
}],
|
|
2113
1488
|
/**
|
|
2114
1489
|
* Border Color Y
|
|
2115
1490
|
* @see https://tailwindcss.com/docs/border-color
|
|
2116
1491
|
*/
|
|
2117
1492
|
"border-color-y": [{
|
|
2118
|
-
"border-y": [
|
|
1493
|
+
"border-y": [n]
|
|
2119
1494
|
}],
|
|
2120
1495
|
/**
|
|
2121
1496
|
* Border Color S
|
|
2122
1497
|
* @see https://tailwindcss.com/docs/border-color
|
|
2123
1498
|
*/
|
|
2124
1499
|
"border-color-s": [{
|
|
2125
|
-
"border-s": [
|
|
1500
|
+
"border-s": [n]
|
|
2126
1501
|
}],
|
|
2127
1502
|
/**
|
|
2128
1503
|
* Border Color E
|
|
2129
1504
|
* @see https://tailwindcss.com/docs/border-color
|
|
2130
1505
|
*/
|
|
2131
1506
|
"border-color-e": [{
|
|
2132
|
-
"border-e": [
|
|
1507
|
+
"border-e": [n]
|
|
2133
1508
|
}],
|
|
2134
1509
|
/**
|
|
2135
1510
|
* Border Color Top
|
|
2136
1511
|
* @see https://tailwindcss.com/docs/border-color
|
|
2137
1512
|
*/
|
|
2138
1513
|
"border-color-t": [{
|
|
2139
|
-
"border-t": [
|
|
1514
|
+
"border-t": [n]
|
|
2140
1515
|
}],
|
|
2141
1516
|
/**
|
|
2142
1517
|
* Border Color Right
|
|
2143
1518
|
* @see https://tailwindcss.com/docs/border-color
|
|
2144
1519
|
*/
|
|
2145
1520
|
"border-color-r": [{
|
|
2146
|
-
"border-r": [
|
|
1521
|
+
"border-r": [n]
|
|
2147
1522
|
}],
|
|
2148
1523
|
/**
|
|
2149
1524
|
* Border Color Bottom
|
|
2150
1525
|
* @see https://tailwindcss.com/docs/border-color
|
|
2151
1526
|
*/
|
|
2152
1527
|
"border-color-b": [{
|
|
2153
|
-
"border-b": [
|
|
1528
|
+
"border-b": [n]
|
|
2154
1529
|
}],
|
|
2155
1530
|
/**
|
|
2156
1531
|
* Border Color Left
|
|
2157
1532
|
* @see https://tailwindcss.com/docs/border-color
|
|
2158
1533
|
*/
|
|
2159
1534
|
"border-color-l": [{
|
|
2160
|
-
"border-l": [
|
|
1535
|
+
"border-l": [n]
|
|
2161
1536
|
}],
|
|
2162
1537
|
/**
|
|
2163
1538
|
* Divide Color
|
|
2164
1539
|
* @see https://tailwindcss.com/docs/divide-color
|
|
2165
1540
|
*/
|
|
2166
1541
|
"divide-color": [{
|
|
2167
|
-
divide: [
|
|
1542
|
+
divide: [n]
|
|
2168
1543
|
}],
|
|
2169
1544
|
/**
|
|
2170
1545
|
* Outline Style
|
|
2171
1546
|
* @see https://tailwindcss.com/docs/outline-style
|
|
2172
1547
|
*/
|
|
2173
1548
|
"outline-style": [{
|
|
2174
|
-
outline: ["", ...
|
|
1549
|
+
outline: ["", ...W()]
|
|
2175
1550
|
}],
|
|
2176
1551
|
/**
|
|
2177
1552
|
* Outline Offset
|
|
2178
1553
|
* @see https://tailwindcss.com/docs/outline-offset
|
|
2179
1554
|
*/
|
|
2180
1555
|
"outline-offset": [{
|
|
2181
|
-
"outline-offset": [
|
|
1556
|
+
"outline-offset": [L, p]
|
|
2182
1557
|
}],
|
|
2183
1558
|
/**
|
|
2184
1559
|
* Outline Width
|
|
2185
1560
|
* @see https://tailwindcss.com/docs/outline-width
|
|
2186
1561
|
*/
|
|
2187
1562
|
"outline-w": [{
|
|
2188
|
-
outline: [
|
|
1563
|
+
outline: [L, A]
|
|
2189
1564
|
}],
|
|
2190
1565
|
/**
|
|
2191
1566
|
* Outline Color
|
|
2192
1567
|
* @see https://tailwindcss.com/docs/outline-color
|
|
2193
1568
|
*/
|
|
2194
1569
|
"outline-color": [{
|
|
2195
|
-
outline: [
|
|
1570
|
+
outline: [e]
|
|
2196
1571
|
}],
|
|
2197
1572
|
/**
|
|
2198
1573
|
* Ring Width
|
|
2199
1574
|
* @see https://tailwindcss.com/docs/ring-width
|
|
2200
1575
|
*/
|
|
2201
1576
|
"ring-w": [{
|
|
2202
|
-
ring:
|
|
1577
|
+
ring: X()
|
|
2203
1578
|
}],
|
|
2204
1579
|
/**
|
|
2205
1580
|
* Ring Width Inset
|
|
@@ -2211,28 +1586,28 @@ const T = (r) => {
|
|
|
2211
1586
|
* @see https://tailwindcss.com/docs/ring-color
|
|
2212
1587
|
*/
|
|
2213
1588
|
"ring-color": [{
|
|
2214
|
-
ring: [
|
|
1589
|
+
ring: [e]
|
|
2215
1590
|
}],
|
|
2216
1591
|
/**
|
|
2217
1592
|
* Ring Opacity
|
|
2218
1593
|
* @see https://tailwindcss.com/docs/ring-opacity
|
|
2219
1594
|
*/
|
|
2220
1595
|
"ring-opacity": [{
|
|
2221
|
-
"ring-opacity": [
|
|
1596
|
+
"ring-opacity": [k]
|
|
2222
1597
|
}],
|
|
2223
1598
|
/**
|
|
2224
1599
|
* Ring Offset Width
|
|
2225
1600
|
* @see https://tailwindcss.com/docs/ring-offset-width
|
|
2226
1601
|
*/
|
|
2227
1602
|
"ring-offset-w": [{
|
|
2228
|
-
"ring-offset": [
|
|
1603
|
+
"ring-offset": [L, A]
|
|
2229
1604
|
}],
|
|
2230
1605
|
/**
|
|
2231
1606
|
* Ring Offset Color
|
|
2232
1607
|
* @see https://tailwindcss.com/docs/ring-offset-color
|
|
2233
1608
|
*/
|
|
2234
1609
|
"ring-offset-color": [{
|
|
2235
|
-
"ring-offset": [
|
|
1610
|
+
"ring-offset": [e]
|
|
2236
1611
|
}],
|
|
2237
1612
|
// Effects
|
|
2238
1613
|
/**
|
|
@@ -2240,35 +1615,35 @@ const T = (r) => {
|
|
|
2240
1615
|
* @see https://tailwindcss.com/docs/box-shadow
|
|
2241
1616
|
*/
|
|
2242
1617
|
shadow: [{
|
|
2243
|
-
shadow: ["", "inner", "none",
|
|
1618
|
+
shadow: ["", "inner", "none", I, De]
|
|
2244
1619
|
}],
|
|
2245
1620
|
/**
|
|
2246
1621
|
* Box Shadow Color
|
|
2247
1622
|
* @see https://tailwindcss.com/docs/box-shadow-color
|
|
2248
1623
|
*/
|
|
2249
1624
|
"shadow-color": [{
|
|
2250
|
-
shadow: [
|
|
1625
|
+
shadow: [$]
|
|
2251
1626
|
}],
|
|
2252
1627
|
/**
|
|
2253
1628
|
* Opacity
|
|
2254
1629
|
* @see https://tailwindcss.com/docs/opacity
|
|
2255
1630
|
*/
|
|
2256
1631
|
opacity: [{
|
|
2257
|
-
opacity: [
|
|
1632
|
+
opacity: [k]
|
|
2258
1633
|
}],
|
|
2259
1634
|
/**
|
|
2260
1635
|
* Mix Blend Mode
|
|
2261
1636
|
* @see https://tailwindcss.com/docs/mix-blend-mode
|
|
2262
1637
|
*/
|
|
2263
1638
|
"mix-blend": [{
|
|
2264
|
-
"mix-blend": [...
|
|
1639
|
+
"mix-blend": [...O(), "plus-lighter", "plus-darker"]
|
|
2265
1640
|
}],
|
|
2266
1641
|
/**
|
|
2267
1642
|
* Background Blend Mode
|
|
2268
1643
|
* @see https://tailwindcss.com/docs/background-blend-mode
|
|
2269
1644
|
*/
|
|
2270
1645
|
"bg-blend": [{
|
|
2271
|
-
"bg-blend":
|
|
1646
|
+
"bg-blend": O()
|
|
2272
1647
|
}],
|
|
2273
1648
|
// Filters
|
|
2274
1649
|
/**
|
|
@@ -2284,63 +1659,63 @@ const T = (r) => {
|
|
|
2284
1659
|
* @see https://tailwindcss.com/docs/blur
|
|
2285
1660
|
*/
|
|
2286
1661
|
blur: [{
|
|
2287
|
-
blur: [
|
|
1662
|
+
blur: [o]
|
|
2288
1663
|
}],
|
|
2289
1664
|
/**
|
|
2290
1665
|
* Brightness
|
|
2291
1666
|
* @see https://tailwindcss.com/docs/brightness
|
|
2292
1667
|
*/
|
|
2293
1668
|
brightness: [{
|
|
2294
|
-
brightness: [
|
|
1669
|
+
brightness: [r]
|
|
2295
1670
|
}],
|
|
2296
1671
|
/**
|
|
2297
1672
|
* Contrast
|
|
2298
1673
|
* @see https://tailwindcss.com/docs/contrast
|
|
2299
1674
|
*/
|
|
2300
1675
|
contrast: [{
|
|
2301
|
-
contrast: [
|
|
1676
|
+
contrast: [d]
|
|
2302
1677
|
}],
|
|
2303
1678
|
/**
|
|
2304
1679
|
* Drop Shadow
|
|
2305
1680
|
* @see https://tailwindcss.com/docs/drop-shadow
|
|
2306
1681
|
*/
|
|
2307
1682
|
"drop-shadow": [{
|
|
2308
|
-
"drop-shadow": ["", "none",
|
|
1683
|
+
"drop-shadow": ["", "none", I, p]
|
|
2309
1684
|
}],
|
|
2310
1685
|
/**
|
|
2311
1686
|
* Grayscale
|
|
2312
1687
|
* @see https://tailwindcss.com/docs/grayscale
|
|
2313
1688
|
*/
|
|
2314
1689
|
grayscale: [{
|
|
2315
|
-
grayscale: [
|
|
1690
|
+
grayscale: [h]
|
|
2316
1691
|
}],
|
|
2317
1692
|
/**
|
|
2318
1693
|
* Hue Rotate
|
|
2319
1694
|
* @see https://tailwindcss.com/docs/hue-rotate
|
|
2320
1695
|
*/
|
|
2321
1696
|
"hue-rotate": [{
|
|
2322
|
-
"hue-rotate": [
|
|
1697
|
+
"hue-rotate": [c]
|
|
2323
1698
|
}],
|
|
2324
1699
|
/**
|
|
2325
1700
|
* Invert
|
|
2326
1701
|
* @see https://tailwindcss.com/docs/invert
|
|
2327
1702
|
*/
|
|
2328
1703
|
invert: [{
|
|
2329
|
-
invert: [
|
|
1704
|
+
invert: [w]
|
|
2330
1705
|
}],
|
|
2331
1706
|
/**
|
|
2332
1707
|
* Saturate
|
|
2333
1708
|
* @see https://tailwindcss.com/docs/saturate
|
|
2334
1709
|
*/
|
|
2335
1710
|
saturate: [{
|
|
2336
|
-
saturate: [
|
|
1711
|
+
saturate: [R]
|
|
2337
1712
|
}],
|
|
2338
1713
|
/**
|
|
2339
1714
|
* Sepia
|
|
2340
1715
|
* @see https://tailwindcss.com/docs/sepia
|
|
2341
1716
|
*/
|
|
2342
1717
|
sepia: [{
|
|
2343
|
-
sepia: [
|
|
1718
|
+
sepia: [E]
|
|
2344
1719
|
}],
|
|
2345
1720
|
/**
|
|
2346
1721
|
* Backdrop Filter
|
|
@@ -2355,63 +1730,63 @@ const T = (r) => {
|
|
|
2355
1730
|
* @see https://tailwindcss.com/docs/backdrop-blur
|
|
2356
1731
|
*/
|
|
2357
1732
|
"backdrop-blur": [{
|
|
2358
|
-
"backdrop-blur": [
|
|
1733
|
+
"backdrop-blur": [o]
|
|
2359
1734
|
}],
|
|
2360
1735
|
/**
|
|
2361
1736
|
* Backdrop Brightness
|
|
2362
1737
|
* @see https://tailwindcss.com/docs/backdrop-brightness
|
|
2363
1738
|
*/
|
|
2364
1739
|
"backdrop-brightness": [{
|
|
2365
|
-
"backdrop-brightness": [
|
|
1740
|
+
"backdrop-brightness": [r]
|
|
2366
1741
|
}],
|
|
2367
1742
|
/**
|
|
2368
1743
|
* Backdrop Contrast
|
|
2369
1744
|
* @see https://tailwindcss.com/docs/backdrop-contrast
|
|
2370
1745
|
*/
|
|
2371
1746
|
"backdrop-contrast": [{
|
|
2372
|
-
"backdrop-contrast": [
|
|
1747
|
+
"backdrop-contrast": [d]
|
|
2373
1748
|
}],
|
|
2374
1749
|
/**
|
|
2375
1750
|
* Backdrop Grayscale
|
|
2376
1751
|
* @see https://tailwindcss.com/docs/backdrop-grayscale
|
|
2377
1752
|
*/
|
|
2378
1753
|
"backdrop-grayscale": [{
|
|
2379
|
-
"backdrop-grayscale": [
|
|
1754
|
+
"backdrop-grayscale": [h]
|
|
2380
1755
|
}],
|
|
2381
1756
|
/**
|
|
2382
1757
|
* Backdrop Hue Rotate
|
|
2383
1758
|
* @see https://tailwindcss.com/docs/backdrop-hue-rotate
|
|
2384
1759
|
*/
|
|
2385
1760
|
"backdrop-hue-rotate": [{
|
|
2386
|
-
"backdrop-hue-rotate": [
|
|
1761
|
+
"backdrop-hue-rotate": [c]
|
|
2387
1762
|
}],
|
|
2388
1763
|
/**
|
|
2389
1764
|
* Backdrop Invert
|
|
2390
1765
|
* @see https://tailwindcss.com/docs/backdrop-invert
|
|
2391
1766
|
*/
|
|
2392
1767
|
"backdrop-invert": [{
|
|
2393
|
-
"backdrop-invert": [
|
|
1768
|
+
"backdrop-invert": [w]
|
|
2394
1769
|
}],
|
|
2395
1770
|
/**
|
|
2396
1771
|
* Backdrop Opacity
|
|
2397
1772
|
* @see https://tailwindcss.com/docs/backdrop-opacity
|
|
2398
1773
|
*/
|
|
2399
1774
|
"backdrop-opacity": [{
|
|
2400
|
-
"backdrop-opacity": [
|
|
1775
|
+
"backdrop-opacity": [k]
|
|
2401
1776
|
}],
|
|
2402
1777
|
/**
|
|
2403
1778
|
* Backdrop Saturate
|
|
2404
1779
|
* @see https://tailwindcss.com/docs/backdrop-saturate
|
|
2405
1780
|
*/
|
|
2406
1781
|
"backdrop-saturate": [{
|
|
2407
|
-
"backdrop-saturate": [
|
|
1782
|
+
"backdrop-saturate": [R]
|
|
2408
1783
|
}],
|
|
2409
1784
|
/**
|
|
2410
1785
|
* Backdrop Sepia
|
|
2411
1786
|
* @see https://tailwindcss.com/docs/backdrop-sepia
|
|
2412
1787
|
*/
|
|
2413
1788
|
"backdrop-sepia": [{
|
|
2414
|
-
"backdrop-sepia": [
|
|
1789
|
+
"backdrop-sepia": [E]
|
|
2415
1790
|
}],
|
|
2416
1791
|
// Tables
|
|
2417
1792
|
/**
|
|
@@ -2426,21 +1801,21 @@ const T = (r) => {
|
|
|
2426
1801
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
2427
1802
|
*/
|
|
2428
1803
|
"border-spacing": [{
|
|
2429
|
-
"border-spacing": [
|
|
1804
|
+
"border-spacing": [a]
|
|
2430
1805
|
}],
|
|
2431
1806
|
/**
|
|
2432
1807
|
* Border Spacing X
|
|
2433
1808
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
2434
1809
|
*/
|
|
2435
1810
|
"border-spacing-x": [{
|
|
2436
|
-
"border-spacing-x": [
|
|
1811
|
+
"border-spacing-x": [a]
|
|
2437
1812
|
}],
|
|
2438
1813
|
/**
|
|
2439
1814
|
* Border Spacing Y
|
|
2440
1815
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
2441
1816
|
*/
|
|
2442
1817
|
"border-spacing-y": [{
|
|
2443
|
-
"border-spacing-y": [
|
|
1818
|
+
"border-spacing-y": [a]
|
|
2444
1819
|
}],
|
|
2445
1820
|
/**
|
|
2446
1821
|
* Table Layout
|
|
@@ -2462,35 +1837,35 @@ const T = (r) => {
|
|
|
2462
1837
|
* @see https://tailwindcss.com/docs/transition-property
|
|
2463
1838
|
*/
|
|
2464
1839
|
transition: [{
|
|
2465
|
-
transition: ["none", "all", "", "colors", "opacity", "shadow", "transform",
|
|
1840
|
+
transition: ["none", "all", "", "colors", "opacity", "shadow", "transform", p]
|
|
2466
1841
|
}],
|
|
2467
1842
|
/**
|
|
2468
1843
|
* Transition Duration
|
|
2469
1844
|
* @see https://tailwindcss.com/docs/transition-duration
|
|
2470
1845
|
*/
|
|
2471
1846
|
duration: [{
|
|
2472
|
-
duration:
|
|
1847
|
+
duration: S()
|
|
2473
1848
|
}],
|
|
2474
1849
|
/**
|
|
2475
1850
|
* Transition Timing Function
|
|
2476
1851
|
* @see https://tailwindcss.com/docs/transition-timing-function
|
|
2477
1852
|
*/
|
|
2478
1853
|
ease: [{
|
|
2479
|
-
ease: ["linear", "in", "out", "in-out",
|
|
1854
|
+
ease: ["linear", "in", "out", "in-out", p]
|
|
2480
1855
|
}],
|
|
2481
1856
|
/**
|
|
2482
1857
|
* Transition Delay
|
|
2483
1858
|
* @see https://tailwindcss.com/docs/transition-delay
|
|
2484
1859
|
*/
|
|
2485
1860
|
delay: [{
|
|
2486
|
-
delay:
|
|
1861
|
+
delay: S()
|
|
2487
1862
|
}],
|
|
2488
1863
|
/**
|
|
2489
1864
|
* Animation
|
|
2490
1865
|
* @see https://tailwindcss.com/docs/animation
|
|
2491
1866
|
*/
|
|
2492
1867
|
animate: [{
|
|
2493
|
-
animate: ["none", "spin", "ping", "pulse", "bounce",
|
|
1868
|
+
animate: ["none", "spin", "ping", "pulse", "bounce", p]
|
|
2494
1869
|
}],
|
|
2495
1870
|
// Transforms
|
|
2496
1871
|
/**
|
|
@@ -2505,63 +1880,63 @@ const T = (r) => {
|
|
|
2505
1880
|
* @see https://tailwindcss.com/docs/scale
|
|
2506
1881
|
*/
|
|
2507
1882
|
scale: [{
|
|
2508
|
-
scale: [
|
|
1883
|
+
scale: [M]
|
|
2509
1884
|
}],
|
|
2510
1885
|
/**
|
|
2511
1886
|
* Scale X
|
|
2512
1887
|
* @see https://tailwindcss.com/docs/scale
|
|
2513
1888
|
*/
|
|
2514
1889
|
"scale-x": [{
|
|
2515
|
-
"scale-x": [
|
|
1890
|
+
"scale-x": [M]
|
|
2516
1891
|
}],
|
|
2517
1892
|
/**
|
|
2518
1893
|
* Scale Y
|
|
2519
1894
|
* @see https://tailwindcss.com/docs/scale
|
|
2520
1895
|
*/
|
|
2521
1896
|
"scale-y": [{
|
|
2522
|
-
"scale-y": [
|
|
1897
|
+
"scale-y": [M]
|
|
2523
1898
|
}],
|
|
2524
1899
|
/**
|
|
2525
1900
|
* Rotate
|
|
2526
1901
|
* @see https://tailwindcss.com/docs/rotate
|
|
2527
1902
|
*/
|
|
2528
1903
|
rotate: [{
|
|
2529
|
-
rotate: [
|
|
1904
|
+
rotate: [F, p]
|
|
2530
1905
|
}],
|
|
2531
1906
|
/**
|
|
2532
1907
|
* Translate X
|
|
2533
1908
|
* @see https://tailwindcss.com/docs/translate
|
|
2534
1909
|
*/
|
|
2535
1910
|
"translate-x": [{
|
|
2536
|
-
"translate-x": [
|
|
1911
|
+
"translate-x": [Q]
|
|
2537
1912
|
}],
|
|
2538
1913
|
/**
|
|
2539
1914
|
* Translate Y
|
|
2540
1915
|
* @see https://tailwindcss.com/docs/translate
|
|
2541
1916
|
*/
|
|
2542
1917
|
"translate-y": [{
|
|
2543
|
-
"translate-y": [
|
|
1918
|
+
"translate-y": [Q]
|
|
2544
1919
|
}],
|
|
2545
1920
|
/**
|
|
2546
1921
|
* Skew X
|
|
2547
1922
|
* @see https://tailwindcss.com/docs/skew
|
|
2548
1923
|
*/
|
|
2549
1924
|
"skew-x": [{
|
|
2550
|
-
"skew-x": [
|
|
1925
|
+
"skew-x": [T]
|
|
2551
1926
|
}],
|
|
2552
1927
|
/**
|
|
2553
1928
|
* Skew Y
|
|
2554
1929
|
* @see https://tailwindcss.com/docs/skew
|
|
2555
1930
|
*/
|
|
2556
1931
|
"skew-y": [{
|
|
2557
|
-
"skew-y": [
|
|
1932
|
+
"skew-y": [T]
|
|
2558
1933
|
}],
|
|
2559
1934
|
/**
|
|
2560
1935
|
* Transform Origin
|
|
2561
1936
|
* @see https://tailwindcss.com/docs/transform-origin
|
|
2562
1937
|
*/
|
|
2563
1938
|
"transform-origin": [{
|
|
2564
|
-
origin: ["center", "top", "top-right", "right", "bottom-right", "bottom", "bottom-left", "left", "top-left",
|
|
1939
|
+
origin: ["center", "top", "top-right", "right", "bottom-right", "bottom", "bottom-left", "left", "top-left", p]
|
|
2565
1940
|
}],
|
|
2566
1941
|
// Interactivity
|
|
2567
1942
|
/**
|
|
@@ -2569,7 +1944,7 @@ const T = (r) => {
|
|
|
2569
1944
|
* @see https://tailwindcss.com/docs/accent-color
|
|
2570
1945
|
*/
|
|
2571
1946
|
accent: [{
|
|
2572
|
-
accent: ["auto",
|
|
1947
|
+
accent: ["auto", e]
|
|
2573
1948
|
}],
|
|
2574
1949
|
/**
|
|
2575
1950
|
* Appearance
|
|
@@ -2583,14 +1958,14 @@ const T = (r) => {
|
|
|
2583
1958
|
* @see https://tailwindcss.com/docs/cursor
|
|
2584
1959
|
*/
|
|
2585
1960
|
cursor: [{
|
|
2586
|
-
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",
|
|
1961
|
+
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", p]
|
|
2587
1962
|
}],
|
|
2588
1963
|
/**
|
|
2589
1964
|
* Caret Color
|
|
2590
1965
|
* @see https://tailwindcss.com/docs/just-in-time-mode#caret-color-utilities
|
|
2591
1966
|
*/
|
|
2592
1967
|
"caret-color": [{
|
|
2593
|
-
caret: [
|
|
1968
|
+
caret: [e]
|
|
2594
1969
|
}],
|
|
2595
1970
|
/**
|
|
2596
1971
|
* Pointer Events
|
|
@@ -2618,126 +1993,126 @@ const T = (r) => {
|
|
|
2618
1993
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2619
1994
|
*/
|
|
2620
1995
|
"scroll-m": [{
|
|
2621
|
-
"scroll-m":
|
|
1996
|
+
"scroll-m": v()
|
|
2622
1997
|
}],
|
|
2623
1998
|
/**
|
|
2624
1999
|
* Scroll Margin X
|
|
2625
2000
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2626
2001
|
*/
|
|
2627
2002
|
"scroll-mx": [{
|
|
2628
|
-
"scroll-mx":
|
|
2003
|
+
"scroll-mx": v()
|
|
2629
2004
|
}],
|
|
2630
2005
|
/**
|
|
2631
2006
|
* Scroll Margin Y
|
|
2632
2007
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2633
2008
|
*/
|
|
2634
2009
|
"scroll-my": [{
|
|
2635
|
-
"scroll-my":
|
|
2010
|
+
"scroll-my": v()
|
|
2636
2011
|
}],
|
|
2637
2012
|
/**
|
|
2638
2013
|
* Scroll Margin Start
|
|
2639
2014
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2640
2015
|
*/
|
|
2641
2016
|
"scroll-ms": [{
|
|
2642
|
-
"scroll-ms":
|
|
2017
|
+
"scroll-ms": v()
|
|
2643
2018
|
}],
|
|
2644
2019
|
/**
|
|
2645
2020
|
* Scroll Margin End
|
|
2646
2021
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2647
2022
|
*/
|
|
2648
2023
|
"scroll-me": [{
|
|
2649
|
-
"scroll-me":
|
|
2024
|
+
"scroll-me": v()
|
|
2650
2025
|
}],
|
|
2651
2026
|
/**
|
|
2652
2027
|
* Scroll Margin Top
|
|
2653
2028
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2654
2029
|
*/
|
|
2655
2030
|
"scroll-mt": [{
|
|
2656
|
-
"scroll-mt":
|
|
2031
|
+
"scroll-mt": v()
|
|
2657
2032
|
}],
|
|
2658
2033
|
/**
|
|
2659
2034
|
* Scroll Margin Right
|
|
2660
2035
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2661
2036
|
*/
|
|
2662
2037
|
"scroll-mr": [{
|
|
2663
|
-
"scroll-mr":
|
|
2038
|
+
"scroll-mr": v()
|
|
2664
2039
|
}],
|
|
2665
2040
|
/**
|
|
2666
2041
|
* Scroll Margin Bottom
|
|
2667
2042
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2668
2043
|
*/
|
|
2669
2044
|
"scroll-mb": [{
|
|
2670
|
-
"scroll-mb":
|
|
2045
|
+
"scroll-mb": v()
|
|
2671
2046
|
}],
|
|
2672
2047
|
/**
|
|
2673
2048
|
* Scroll Margin Left
|
|
2674
2049
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2675
2050
|
*/
|
|
2676
2051
|
"scroll-ml": [{
|
|
2677
|
-
"scroll-ml":
|
|
2052
|
+
"scroll-ml": v()
|
|
2678
2053
|
}],
|
|
2679
2054
|
/**
|
|
2680
2055
|
* Scroll Padding
|
|
2681
2056
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2682
2057
|
*/
|
|
2683
2058
|
"scroll-p": [{
|
|
2684
|
-
"scroll-p":
|
|
2059
|
+
"scroll-p": v()
|
|
2685
2060
|
}],
|
|
2686
2061
|
/**
|
|
2687
2062
|
* Scroll Padding X
|
|
2688
2063
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2689
2064
|
*/
|
|
2690
2065
|
"scroll-px": [{
|
|
2691
|
-
"scroll-px":
|
|
2066
|
+
"scroll-px": v()
|
|
2692
2067
|
}],
|
|
2693
2068
|
/**
|
|
2694
2069
|
* Scroll Padding Y
|
|
2695
2070
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2696
2071
|
*/
|
|
2697
2072
|
"scroll-py": [{
|
|
2698
|
-
"scroll-py":
|
|
2073
|
+
"scroll-py": v()
|
|
2699
2074
|
}],
|
|
2700
2075
|
/**
|
|
2701
2076
|
* Scroll Padding Start
|
|
2702
2077
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2703
2078
|
*/
|
|
2704
2079
|
"scroll-ps": [{
|
|
2705
|
-
"scroll-ps":
|
|
2080
|
+
"scroll-ps": v()
|
|
2706
2081
|
}],
|
|
2707
2082
|
/**
|
|
2708
2083
|
* Scroll Padding End
|
|
2709
2084
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2710
2085
|
*/
|
|
2711
2086
|
"scroll-pe": [{
|
|
2712
|
-
"scroll-pe":
|
|
2087
|
+
"scroll-pe": v()
|
|
2713
2088
|
}],
|
|
2714
2089
|
/**
|
|
2715
2090
|
* Scroll Padding Top
|
|
2716
2091
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2717
2092
|
*/
|
|
2718
2093
|
"scroll-pt": [{
|
|
2719
|
-
"scroll-pt":
|
|
2094
|
+
"scroll-pt": v()
|
|
2720
2095
|
}],
|
|
2721
2096
|
/**
|
|
2722
2097
|
* Scroll Padding Right
|
|
2723
2098
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2724
2099
|
*/
|
|
2725
2100
|
"scroll-pr": [{
|
|
2726
|
-
"scroll-pr":
|
|
2101
|
+
"scroll-pr": v()
|
|
2727
2102
|
}],
|
|
2728
2103
|
/**
|
|
2729
2104
|
* Scroll Padding Bottom
|
|
2730
2105
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2731
2106
|
*/
|
|
2732
2107
|
"scroll-pb": [{
|
|
2733
|
-
"scroll-pb":
|
|
2108
|
+
"scroll-pb": v()
|
|
2734
2109
|
}],
|
|
2735
2110
|
/**
|
|
2736
2111
|
* Scroll Padding Left
|
|
2737
2112
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2738
2113
|
*/
|
|
2739
2114
|
"scroll-pl": [{
|
|
2740
|
-
"scroll-pl":
|
|
2115
|
+
"scroll-pl": v()
|
|
2741
2116
|
}],
|
|
2742
2117
|
/**
|
|
2743
2118
|
* Scroll Snap Align
|
|
@@ -2805,7 +2180,7 @@ const T = (r) => {
|
|
|
2805
2180
|
* @see https://tailwindcss.com/docs/will-change
|
|
2806
2181
|
*/
|
|
2807
2182
|
"will-change": [{
|
|
2808
|
-
"will-change": ["auto", "scroll", "contents", "transform",
|
|
2183
|
+
"will-change": ["auto", "scroll", "contents", "transform", p]
|
|
2809
2184
|
}],
|
|
2810
2185
|
// SVG
|
|
2811
2186
|
/**
|
|
@@ -2813,21 +2188,21 @@ const T = (r) => {
|
|
|
2813
2188
|
* @see https://tailwindcss.com/docs/fill
|
|
2814
2189
|
*/
|
|
2815
2190
|
fill: [{
|
|
2816
|
-
fill: [
|
|
2191
|
+
fill: [e, "none"]
|
|
2817
2192
|
}],
|
|
2818
2193
|
/**
|
|
2819
2194
|
* Stroke Width
|
|
2820
2195
|
* @see https://tailwindcss.com/docs/stroke-width
|
|
2821
2196
|
*/
|
|
2822
2197
|
"stroke-w": [{
|
|
2823
|
-
stroke: [
|
|
2198
|
+
stroke: [L, A, D]
|
|
2824
2199
|
}],
|
|
2825
2200
|
/**
|
|
2826
2201
|
* Stroke
|
|
2827
2202
|
* @see https://tailwindcss.com/docs/stroke
|
|
2828
2203
|
*/
|
|
2829
2204
|
stroke: [{
|
|
2830
|
-
stroke: [
|
|
2205
|
+
stroke: [e, "none"]
|
|
2831
2206
|
}],
|
|
2832
2207
|
// Accessibility
|
|
2833
2208
|
/**
|
|
@@ -2895,53 +2270,53 @@ const T = (r) => {
|
|
|
2895
2270
|
"font-size": ["leading"]
|
|
2896
2271
|
}
|
|
2897
2272
|
};
|
|
2898
|
-
},
|
|
2899
|
-
function
|
|
2900
|
-
return
|
|
2273
|
+
}, Ye = /* @__PURE__ */ Ee(Xe);
|
|
2274
|
+
function m(...e) {
|
|
2275
|
+
return Ye(ye(e));
|
|
2901
2276
|
}
|
|
2902
|
-
const
|
|
2277
|
+
const Oe = {
|
|
2903
2278
|
primary: "bg-primary text-black theme-light:text-white border border-primary shadow-[inset_-4px_-4px_8px_var(--color-primary-shadow-dark),inset_4px_4px_8px_var(--color-primary-shadow-light)] active:shadow-[inset_3px_3px_6px_var(--color-primary-shadow-dark),_inset_-3px_-3px_6px_var(--color-primary-shadow-light)] disabled:shadow-none disabled:bg-primary-disabled disabled:text-text-disabled",
|
|
2904
2279
|
secondary: "bg-secondary text-white border border-secondary shadow-[inset_-4px_-4px_8px_var(--color-secondary-shadow-dark),inset_4px_4px_8px_var(--color-secondary-shadow-light)] active:shadow-[inset_3px_3px_6px_var(--color-secondary-shadow-dark),_inset_-3px_-3px_6px_var(--color-secondary-shadow-light)] disabled:shadow-none disabled:bg-secondary-disabled disabled:text-text-disabled",
|
|
2905
2280
|
danger: "bg-danger text-black theme-light:text-white border border-danger shadow-[inset_-4px_-4px_8px_var(--color-danger-shadow-dark),inset_4px_4px_8px_var(--color-danger-shadow-light)] active:shadow-[inset_3px_3px_6px_var(--color-danger-shadow-dark),_inset_-3px_-3px_6px_var(--color-danger-shadow-light)] disabled:shadow-none disabled:bg-danger-disabled disabled:text-text-disabled",
|
|
2906
2281
|
ghost: "bg-ghost text-text-primary border border-transparent shadow-[inset_-4px_-4px_8px_var(--color-ghost-shadow-dark),inset_4px_4px_8px_var(--color-ghost-shadow-light)] active:shadow-[inset_3px_3px_6px_var(--color-ghost-shadow-dark),_inset_-3px_-3px_6px_var(--color-ghost-shadow-light)] disabled:shadow-none disabled:bg-ghost-disabled disabled:text-text-disabled"
|
|
2907
|
-
},
|
|
2282
|
+
}, et = {
|
|
2908
2283
|
sm: "px-3 py-1 text-xs font-medium rounded-lg h-8",
|
|
2909
2284
|
md: "px-4 py-1.5 text-sm font-medium rounded-lg h-10",
|
|
2910
2285
|
lg: "px-6 py-2 text-md font-medium rounded-lg h-12"
|
|
2911
|
-
},
|
|
2912
|
-
variant:
|
|
2286
|
+
}, pe = C.forwardRef(({
|
|
2287
|
+
variant: e = "primary",
|
|
2913
2288
|
size: t = "md",
|
|
2914
|
-
loading:
|
|
2915
|
-
disabled:
|
|
2916
|
-
className:
|
|
2917
|
-
children:
|
|
2918
|
-
...
|
|
2919
|
-
},
|
|
2289
|
+
loading: o = !1,
|
|
2290
|
+
disabled: r = !1,
|
|
2291
|
+
className: n,
|
|
2292
|
+
children: l,
|
|
2293
|
+
...a
|
|
2294
|
+
}, i) => /* @__PURE__ */ f(
|
|
2920
2295
|
"button",
|
|
2921
2296
|
{
|
|
2922
|
-
ref:
|
|
2923
|
-
className:
|
|
2297
|
+
ref: i,
|
|
2298
|
+
className: m(
|
|
2924
2299
|
"inline-flex items-center justify-center",
|
|
2925
2300
|
"font-medium transition-all duration-200",
|
|
2926
2301
|
"focus-visible focus:outline-none",
|
|
2927
2302
|
"disabled:cursor-not-allowed disabled:opacity-50",
|
|
2928
|
-
|
|
2929
|
-
|
|
2930
|
-
|
|
2303
|
+
Oe[e],
|
|
2304
|
+
et[t],
|
|
2305
|
+
n
|
|
2931
2306
|
),
|
|
2932
|
-
disabled:
|
|
2933
|
-
...
|
|
2307
|
+
disabled: r || o,
|
|
2308
|
+
...a,
|
|
2934
2309
|
children: [
|
|
2935
|
-
/* @__PURE__ */ s
|
|
2310
|
+
/* @__PURE__ */ s("span", { className: m("inline-flex items-center", o ? "w-4 h-4 mr-2" : "w-0 h-4"), children: /* @__PURE__ */ f(
|
|
2936
2311
|
"svg",
|
|
2937
2312
|
{
|
|
2938
|
-
className:
|
|
2313
|
+
className: m("animate-spin h-4 w-4", !o && "opacity-0"),
|
|
2939
2314
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2940
2315
|
fill: "none",
|
|
2941
2316
|
viewBox: "0 0 24 24",
|
|
2942
2317
|
"aria-hidden": "true",
|
|
2943
2318
|
children: [
|
|
2944
|
-
/* @__PURE__ */ s
|
|
2319
|
+
/* @__PURE__ */ s(
|
|
2945
2320
|
"circle",
|
|
2946
2321
|
{
|
|
2947
2322
|
className: "opacity-25",
|
|
@@ -2952,7 +2327,7 @@ const jt = {
|
|
|
2952
2327
|
strokeWidth: "4"
|
|
2953
2328
|
}
|
|
2954
2329
|
),
|
|
2955
|
-
/* @__PURE__ */ s
|
|
2330
|
+
/* @__PURE__ */ s(
|
|
2956
2331
|
"path",
|
|
2957
2332
|
{
|
|
2958
2333
|
className: "opacity-75",
|
|
@@ -2963,65 +2338,62 @@ const jt = {
|
|
|
2963
2338
|
]
|
|
2964
2339
|
}
|
|
2965
2340
|
) }),
|
|
2966
|
-
|
|
2341
|
+
l
|
|
2967
2342
|
]
|
|
2968
2343
|
}
|
|
2969
2344
|
));
|
|
2970
|
-
|
|
2971
|
-
const
|
|
2972
|
-
button:
|
|
2345
|
+
pe.displayName = "Button";
|
|
2346
|
+
const tt = "_button_7snfv_7", rt = "_state_7snfv_75", ot = "_icon_7snfv_149", st = "_outline_7snfv_207", z = {
|
|
2347
|
+
button: tt,
|
|
2973
2348
|
"button--size-sm": "_button--size-sm_7snfv_59",
|
|
2974
|
-
state:
|
|
2349
|
+
state: rt,
|
|
2975
2350
|
"button--size-md": "_button--size-md_7snfv_83",
|
|
2976
2351
|
"button--size-lg": "_button--size-lg_7snfv_107",
|
|
2977
|
-
icon:
|
|
2978
|
-
outline:
|
|
2352
|
+
icon: ot,
|
|
2353
|
+
outline: st,
|
|
2979
2354
|
"state--default": "_state--default_7snfv_231",
|
|
2980
2355
|
"state--sent": "_state--sent_7snfv_717"
|
|
2981
|
-
},
|
|
2982
|
-
|
|
2983
|
-
|
|
2984
|
-
|
|
2985
|
-
|
|
2986
|
-
|
|
2987
|
-
lg: G["button--size-lg"]
|
|
2988
|
-
}, Gt = ({
|
|
2989
|
-
children: r = "Send Message",
|
|
2356
|
+
}, oe = (e) => e.split("").map((t, o) => /* @__PURE__ */ s("span", { style: { "--i": o }, children: t === " " ? " " : t }, o)), nt = {
|
|
2357
|
+
sm: z["button--size-sm"],
|
|
2358
|
+
md: z["button--size-md"],
|
|
2359
|
+
lg: z["button--size-lg"]
|
|
2360
|
+
}, gt = ({
|
|
2361
|
+
children: e = "Send Message",
|
|
2990
2362
|
successText: t = "Sent",
|
|
2991
|
-
onSubmit:
|
|
2992
|
-
disabled:
|
|
2993
|
-
size:
|
|
2994
|
-
className:
|
|
2995
|
-
...
|
|
2363
|
+
onSubmit: o,
|
|
2364
|
+
disabled: r,
|
|
2365
|
+
size: n = "md",
|
|
2366
|
+
className: l,
|
|
2367
|
+
...a
|
|
2996
2368
|
}) => {
|
|
2997
|
-
const [
|
|
2998
|
-
|
|
2999
|
-
if (n && !d)
|
|
3000
|
-
try {
|
|
3001
|
-
await n(), f(!0), (P = p.current) == null || P.focus(), setTimeout(() => {
|
|
3002
|
-
var h;
|
|
3003
|
-
f(!1), (h = p.current) == null || h.blur();
|
|
3004
|
-
}, 3e3);
|
|
3005
|
-
} catch (h) {
|
|
3006
|
-
console.error("Submit failed:", h);
|
|
3007
|
-
}
|
|
3008
|
-
(k = l.onClick) == null || k.call(l, w);
|
|
3009
|
-
};
|
|
3010
|
-
return /* @__PURE__ */ s.jsxs(
|
|
2369
|
+
const [i, d] = se(!1), h = fe(), c = xe(null);
|
|
2370
|
+
return /* @__PURE__ */ f(
|
|
3011
2371
|
"button",
|
|
3012
2372
|
{
|
|
3013
|
-
...
|
|
3014
|
-
ref:
|
|
2373
|
+
...a,
|
|
2374
|
+
ref: c,
|
|
3015
2375
|
type: "submit",
|
|
3016
|
-
disabled:
|
|
3017
|
-
onClick:
|
|
3018
|
-
|
|
3019
|
-
|
|
3020
|
-
|
|
2376
|
+
disabled: r,
|
|
2377
|
+
onClick: async (x) => {
|
|
2378
|
+
var _, g;
|
|
2379
|
+
if (o && !i)
|
|
2380
|
+
try {
|
|
2381
|
+
await o(), d(!0), (_ = c.current) == null || _.focus(), setTimeout(() => {
|
|
2382
|
+
var u;
|
|
2383
|
+
d(!1), (u = c.current) == null || u.blur();
|
|
2384
|
+
}, 3e3);
|
|
2385
|
+
} catch (u) {
|
|
2386
|
+
console.error("Submit failed:", u);
|
|
2387
|
+
}
|
|
2388
|
+
(g = a.onClick) == null || g.call(a, x);
|
|
2389
|
+
},
|
|
2390
|
+
className: m(z.button, nt[n], l),
|
|
2391
|
+
"aria-label": i ? "Submission successful" : a["aria-label"] || "Submit",
|
|
2392
|
+
"aria-disabled": r,
|
|
3021
2393
|
children: [
|
|
3022
|
-
/* @__PURE__ */ s
|
|
3023
|
-
/* @__PURE__ */
|
|
3024
|
-
/* @__PURE__ */ s
|
|
2394
|
+
/* @__PURE__ */ s("div", { className: z.outline }),
|
|
2395
|
+
/* @__PURE__ */ f("div", { className: m(z.state, z["state--default"]), children: [
|
|
2396
|
+
/* @__PURE__ */ s("div", { className: z.icon, children: /* @__PURE__ */ f(
|
|
3025
2397
|
"svg",
|
|
3026
2398
|
{
|
|
3027
2399
|
width: "1em",
|
|
@@ -3030,15 +2402,15 @@ const Et = "_button_7snfv_7", Rt = "_state_7snfv_75", St = "_icon_7snfv_149", Nt
|
|
|
3030
2402
|
fill: "none",
|
|
3031
2403
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3032
2404
|
children: [
|
|
3033
|
-
/* @__PURE__ */
|
|
3034
|
-
/* @__PURE__ */ s
|
|
2405
|
+
/* @__PURE__ */ f("g", { style: { filter: `url(#${h})` }, children: [
|
|
2406
|
+
/* @__PURE__ */ s(
|
|
3035
2407
|
"path",
|
|
3036
2408
|
{
|
|
3037
2409
|
d: "M14.2199 21.63C13.0399 21.63 11.3699 20.8 10.0499 16.83L9.32988 14.67L7.16988 13.95C3.20988 12.63 2.37988 10.96 2.37988 9.78001C2.37988 8.61001 3.20988 6.93001 7.16988 5.60001L15.6599 2.77001C17.7799 2.06001 19.5499 2.27001 20.6399 3.35001C21.7299 4.43001 21.9399 6.21001 21.2299 8.33001L18.3999 16.82C17.0699 20.8 15.3999 21.63 14.2199 21.63ZM7.63988 7.03001C4.85988 7.96001 3.86988 9.06001 3.86988 9.78001C3.86988 10.5 4.85988 11.6 7.63988 12.52L10.1599 13.36C10.3799 13.43 10.5599 13.61 10.6299 13.83L11.4699 16.35C12.3899 19.13 13.4999 20.12 14.2199 20.12C14.9399 20.12 16.0399 19.13 16.9699 16.35L19.7999 7.86001C20.3099 6.32001 20.2199 5.06001 19.5699 4.41001C18.9199 3.76001 17.6599 3.68001 16.1299 4.19001L7.63988 7.03001Z",
|
|
3038
2410
|
fill: "currentColor"
|
|
3039
2411
|
}
|
|
3040
2412
|
),
|
|
3041
|
-
/* @__PURE__ */ s
|
|
2413
|
+
/* @__PURE__ */ s(
|
|
3042
2414
|
"path",
|
|
3043
2415
|
{
|
|
3044
2416
|
d: "M10.11 14.4C9.92005 14.4 9.73005 14.33 9.58005 14.18C9.29005 13.89 9.29005 13.41 9.58005 13.12L13.16 9.53C13.45 9.24 13.93 9.24 14.22 9.53C14.51 9.82 14.51 10.3 14.22 10.59L10.64 14.18C10.5 14.33 10.3 14.4 10.11 14.4Z",
|
|
@@ -3046,7 +2418,7 @@ const Et = "_button_7snfv_7", Rt = "_state_7snfv_75", St = "_icon_7snfv_149", Nt
|
|
|
3046
2418
|
}
|
|
3047
2419
|
)
|
|
3048
2420
|
] }),
|
|
3049
|
-
/* @__PURE__ */ s
|
|
2421
|
+
/* @__PURE__ */ s("defs", { children: /* @__PURE__ */ s("filter", { id: h, children: /* @__PURE__ */ s(
|
|
3050
2422
|
"feDropShadow",
|
|
3051
2423
|
{
|
|
3052
2424
|
dx: "0",
|
|
@@ -3058,10 +2430,10 @@ const Et = "_button_7snfv_7", Rt = "_state_7snfv_75", St = "_icon_7snfv_149", Nt
|
|
|
3058
2430
|
]
|
|
3059
2431
|
}
|
|
3060
2432
|
) }),
|
|
3061
|
-
/* @__PURE__ */ s
|
|
2433
|
+
/* @__PURE__ */ s("p", { children: oe(typeof e == "string" ? e : "Send Message") })
|
|
3062
2434
|
] }),
|
|
3063
|
-
/* @__PURE__ */
|
|
3064
|
-
/* @__PURE__ */ s
|
|
2435
|
+
/* @__PURE__ */ f("div", { className: m(z.state, z["state--sent"]), children: [
|
|
2436
|
+
/* @__PURE__ */ s("div", { className: z.icon, children: /* @__PURE__ */ s(
|
|
3065
2437
|
"svg",
|
|
3066
2438
|
{
|
|
3067
2439
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3071,15 +2443,15 @@ const Et = "_button_7snfv_7", Rt = "_state_7snfv_75", St = "_icon_7snfv_149", Nt
|
|
|
3071
2443
|
width: "1em",
|
|
3072
2444
|
strokeWidth: "0.5px",
|
|
3073
2445
|
stroke: "black",
|
|
3074
|
-
children: /* @__PURE__ */
|
|
3075
|
-
/* @__PURE__ */ s
|
|
2446
|
+
children: /* @__PURE__ */ f("g", { style: { filter: `url(#${h})` }, children: [
|
|
2447
|
+
/* @__PURE__ */ s(
|
|
3076
2448
|
"path",
|
|
3077
2449
|
{
|
|
3078
2450
|
fill: "currentColor",
|
|
3079
2451
|
d: "M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z"
|
|
3080
2452
|
}
|
|
3081
2453
|
),
|
|
3082
|
-
/* @__PURE__ */ s
|
|
2454
|
+
/* @__PURE__ */ s(
|
|
3083
2455
|
"path",
|
|
3084
2456
|
{
|
|
3085
2457
|
fill: "currentColor",
|
|
@@ -3089,27 +2461,27 @@ const Et = "_button_7snfv_7", Rt = "_state_7snfv_75", St = "_icon_7snfv_149", Nt
|
|
|
3089
2461
|
] })
|
|
3090
2462
|
}
|
|
3091
2463
|
) }),
|
|
3092
|
-
/* @__PURE__ */ s
|
|
2464
|
+
/* @__PURE__ */ s("p", { children: oe(t) })
|
|
3093
2465
|
] })
|
|
3094
2466
|
]
|
|
3095
2467
|
}
|
|
3096
2468
|
);
|
|
3097
|
-
},
|
|
2469
|
+
}, at = {
|
|
3098
2470
|
sm: "px-4 py-2 text-sm",
|
|
3099
2471
|
md: "px-5 py-[10px] text-base",
|
|
3100
2472
|
lg: "px-6 py-3 text-lg"
|
|
3101
|
-
},
|
|
3102
|
-
size:
|
|
2473
|
+
}, ue = C.forwardRef(({
|
|
2474
|
+
size: e = "md",
|
|
3103
2475
|
error: t = !1,
|
|
3104
|
-
className:
|
|
3105
|
-
disabled:
|
|
3106
|
-
...
|
|
3107
|
-
},
|
|
3108
|
-
/* @__PURE__ */ s
|
|
2476
|
+
className: o,
|
|
2477
|
+
disabled: r,
|
|
2478
|
+
...n
|
|
2479
|
+
}, l) => /* @__PURE__ */ f("div", { className: "relative inline-flex items-center", children: [
|
|
2480
|
+
/* @__PURE__ */ s(
|
|
3109
2481
|
"input",
|
|
3110
2482
|
{
|
|
3111
|
-
ref:
|
|
3112
|
-
className:
|
|
2483
|
+
ref: l,
|
|
2484
|
+
className: m(
|
|
3113
2485
|
"bg-transparent",
|
|
3114
2486
|
"border-none",
|
|
3115
2487
|
"outline-none",
|
|
@@ -3119,16 +2491,16 @@ const Et = "_button_7snfv_7", Rt = "_state_7snfv_75", St = "_icon_7snfv_149", Nt
|
|
|
3119
2491
|
"transition-colors duration-200",
|
|
3120
2492
|
"disabled:text-text-disabled disabled:cursor-not-allowed",
|
|
3121
2493
|
t ? "shadow-[inset_2px_5px_10px_var(--input-shadow-error)] cursor-help" : "shadow-[inset_2px_5px_10px_var(--input-shadow)]",
|
|
3122
|
-
|
|
3123
|
-
|
|
2494
|
+
at[e],
|
|
2495
|
+
o
|
|
3124
2496
|
),
|
|
3125
2497
|
style: t ? { paddingRight: "2rem" } : void 0,
|
|
3126
|
-
disabled:
|
|
2498
|
+
disabled: r,
|
|
3127
2499
|
"aria-invalid": t,
|
|
3128
|
-
...
|
|
2500
|
+
...n
|
|
3129
2501
|
}
|
|
3130
2502
|
),
|
|
3131
|
-
t && /* @__PURE__ */ s
|
|
2503
|
+
t && /* @__PURE__ */ s(
|
|
3132
2504
|
"svg",
|
|
3133
2505
|
{
|
|
3134
2506
|
className: "absolute right-2 w-4 h-4 text-danger pointer-events-none flex-shrink-0",
|
|
@@ -3137,7 +2509,7 @@ const Et = "_button_7snfv_7", Rt = "_state_7snfv_75", St = "_icon_7snfv_149", Nt
|
|
|
3137
2509
|
stroke: "currentColor",
|
|
3138
2510
|
strokeWidth: "2",
|
|
3139
2511
|
"aria-hidden": "true",
|
|
3140
|
-
children: /* @__PURE__ */ s
|
|
2512
|
+
children: /* @__PURE__ */ s(
|
|
3141
2513
|
"path",
|
|
3142
2514
|
{
|
|
3143
2515
|
strokeLinecap: "round",
|
|
@@ -3148,348 +2520,348 @@ const Et = "_button_7snfv_7", Rt = "_state_7snfv_75", St = "_icon_7snfv_149", Nt
|
|
|
3148
2520
|
}
|
|
3149
2521
|
)
|
|
3150
2522
|
] }));
|
|
3151
|
-
|
|
3152
|
-
const
|
|
3153
|
-
label:
|
|
2523
|
+
ue.displayName = "Input";
|
|
2524
|
+
const lt = C.forwardRef(({
|
|
2525
|
+
label: e,
|
|
3154
2526
|
error: t = !1,
|
|
3155
|
-
className:
|
|
3156
|
-
disabled:
|
|
3157
|
-
checked:
|
|
3158
|
-
onChange:
|
|
3159
|
-
...
|
|
3160
|
-
},
|
|
3161
|
-
const
|
|
3162
|
-
return /* @__PURE__ */
|
|
3163
|
-
/* @__PURE__ */
|
|
3164
|
-
/* @__PURE__ */ s
|
|
2527
|
+
className: o,
|
|
2528
|
+
disabled: r,
|
|
2529
|
+
checked: n,
|
|
2530
|
+
onChange: l,
|
|
2531
|
+
...a
|
|
2532
|
+
}, i) => {
|
|
2533
|
+
const d = C.useId();
|
|
2534
|
+
return /* @__PURE__ */ f("div", { className: m("flex items-center space-x-2", r && "cursor-not-allowed", t && !r && "cursor-help", o), children: [
|
|
2535
|
+
/* @__PURE__ */ f("label", { className: m("checkbox-container", r && "opacity-50 cursor-not-allowed", t && !r && "cursor-help", !r && !t && "cursor-pointer"), children: [
|
|
2536
|
+
/* @__PURE__ */ s(
|
|
3165
2537
|
"input",
|
|
3166
2538
|
{
|
|
3167
|
-
ref:
|
|
3168
|
-
id:
|
|
2539
|
+
ref: i,
|
|
2540
|
+
id: d,
|
|
3169
2541
|
type: "checkbox",
|
|
3170
|
-
disabled:
|
|
3171
|
-
checked:
|
|
3172
|
-
onChange:
|
|
3173
|
-
"aria-checked":
|
|
2542
|
+
disabled: r,
|
|
2543
|
+
checked: n,
|
|
2544
|
+
onChange: l,
|
|
2545
|
+
"aria-checked": n,
|
|
3174
2546
|
"aria-invalid": t,
|
|
3175
|
-
"aria-disabled":
|
|
3176
|
-
...
|
|
2547
|
+
"aria-disabled": r,
|
|
2548
|
+
...a
|
|
3177
2549
|
}
|
|
3178
2550
|
),
|
|
3179
|
-
/* @__PURE__ */ s
|
|
2551
|
+
/* @__PURE__ */ s("svg", { viewBox: "0 0 64 64", height: "1em", width: "1em", children: /* @__PURE__ */ s(
|
|
3180
2552
|
"path",
|
|
3181
2553
|
{
|
|
3182
2554
|
d: "M 0 16 V 56 A 8 8 90 0 0 8 64 H 56 A 8 8 90 0 0 64 56 V 8 A 8 8 90 0 0 56 0 H 8 A 8 8 90 0 0 0 8 V 16 L 32 48 L 64 16 V 8 A 8 8 90 0 0 56 0 H 8 A 8 8 90 0 0 0 8 V 56 A 8 8 90 0 0 8 64 H 56 A 8 8 90 0 0 64 56 V 16",
|
|
3183
2555
|
pathLength: "575.0541381835938",
|
|
3184
|
-
className:
|
|
2556
|
+
className: m("checkbox-path", t && "checkbox-path-error")
|
|
3185
2557
|
}
|
|
3186
2558
|
) })
|
|
3187
2559
|
] }),
|
|
3188
|
-
|
|
2560
|
+
e && /* @__PURE__ */ s(
|
|
3189
2561
|
"label",
|
|
3190
2562
|
{
|
|
3191
|
-
htmlFor:
|
|
3192
|
-
className:
|
|
2563
|
+
htmlFor: d,
|
|
2564
|
+
className: m(
|
|
3193
2565
|
"text-sm font-medium select-none",
|
|
3194
|
-
|
|
2566
|
+
r ? "text-text-disabled cursor-not-allowed" : t ? "text-text-primary cursor-help" : "text-text-primary cursor-pointer"
|
|
3195
2567
|
),
|
|
3196
|
-
children:
|
|
2568
|
+
children: e
|
|
3197
2569
|
}
|
|
3198
2570
|
)
|
|
3199
2571
|
] });
|
|
3200
2572
|
});
|
|
3201
|
-
|
|
3202
|
-
const
|
|
3203
|
-
label:
|
|
2573
|
+
lt.displayName = "Checkbox";
|
|
2574
|
+
const wt = ({
|
|
2575
|
+
label: e,
|
|
3204
2576
|
error: t = !1,
|
|
3205
|
-
className:
|
|
3206
|
-
disabled:
|
|
3207
|
-
checked:
|
|
3208
|
-
onChange:
|
|
3209
|
-
id:
|
|
3210
|
-
...
|
|
2577
|
+
className: o,
|
|
2578
|
+
disabled: r,
|
|
2579
|
+
checked: n,
|
|
2580
|
+
onChange: l,
|
|
2581
|
+
id: a,
|
|
2582
|
+
...i
|
|
3211
2583
|
}) => {
|
|
3212
|
-
const
|
|
3213
|
-
if ((
|
|
3214
|
-
|
|
3215
|
-
const
|
|
3216
|
-
if (
|
|
3217
|
-
|
|
3218
|
-
const
|
|
3219
|
-
|
|
2584
|
+
const d = a || C.useId(), h = (c) => {
|
|
2585
|
+
if ((c.key === "Enter" || c.key === " ") && !r) {
|
|
2586
|
+
c.preventDefault();
|
|
2587
|
+
const w = document.getElementById(d);
|
|
2588
|
+
if (w) {
|
|
2589
|
+
w.checked = !w.checked;
|
|
2590
|
+
const x = new Event("change", { bubbles: !0 });
|
|
2591
|
+
w.dispatchEvent(x);
|
|
3220
2592
|
}
|
|
3221
2593
|
}
|
|
3222
2594
|
};
|
|
3223
|
-
return /* @__PURE__ */
|
|
3224
|
-
/* @__PURE__ */ s
|
|
2595
|
+
return /* @__PURE__ */ f("div", { className: m("toggle-wrapper", t && "toggle-wrapper--error", r && "cursor-not-allowed", t && !r && "cursor-help", o), children: [
|
|
2596
|
+
/* @__PURE__ */ s(
|
|
3225
2597
|
"input",
|
|
3226
2598
|
{
|
|
3227
|
-
id:
|
|
2599
|
+
id: d,
|
|
3228
2600
|
className: "toggle-checkbox",
|
|
3229
2601
|
type: "checkbox",
|
|
3230
|
-
checked:
|
|
3231
|
-
onChange:
|
|
3232
|
-
disabled:
|
|
2602
|
+
checked: n,
|
|
2603
|
+
onChange: l,
|
|
2604
|
+
disabled: r,
|
|
3233
2605
|
role: "switch",
|
|
3234
|
-
"aria-checked":
|
|
3235
|
-
"aria-disabled":
|
|
2606
|
+
"aria-checked": n,
|
|
2607
|
+
"aria-disabled": r,
|
|
3236
2608
|
"aria-invalid": t,
|
|
3237
|
-
...
|
|
2609
|
+
...i
|
|
3238
2610
|
}
|
|
3239
2611
|
),
|
|
3240
|
-
/* @__PURE__ */ s
|
|
2612
|
+
/* @__PURE__ */ s(
|
|
3241
2613
|
"div",
|
|
3242
2614
|
{
|
|
3243
|
-
className:
|
|
3244
|
-
onKeyDown:
|
|
3245
|
-
tabIndex:
|
|
2615
|
+
className: m("toggle-container", r && "cursor-not-allowed", t && !r && "cursor-help"),
|
|
2616
|
+
onKeyDown: h,
|
|
2617
|
+
tabIndex: r ? -1 : 0,
|
|
3246
2618
|
role: "button",
|
|
3247
2619
|
"aria-hidden": "true",
|
|
3248
|
-
children: /* @__PURE__ */ s
|
|
2620
|
+
children: /* @__PURE__ */ s("div", { className: "toggle-button", children: /* @__PURE__ */ s("div", { className: "toggle-button-circles-container", children: Array.from({ length: 12 }).map((c, w) => /* @__PURE__ */ s("div", { className: "toggle-button-circle" }, w)) }) })
|
|
3249
2621
|
}
|
|
3250
2622
|
),
|
|
3251
|
-
|
|
2623
|
+
e && /* @__PURE__ */ s(
|
|
3252
2624
|
"label",
|
|
3253
2625
|
{
|
|
3254
|
-
htmlFor:
|
|
3255
|
-
className:
|
|
2626
|
+
htmlFor: d,
|
|
2627
|
+
className: m(
|
|
3256
2628
|
"text-sm font-medium select-none ml-2",
|
|
3257
|
-
|
|
2629
|
+
r ? "text-text-disabled cursor-not-allowed" : t ? "text-text-primary cursor-help" : "text-text-primary cursor-pointer"
|
|
3258
2630
|
),
|
|
3259
|
-
children:
|
|
2631
|
+
children: e
|
|
3260
2632
|
}
|
|
3261
2633
|
)
|
|
3262
2634
|
] });
|
|
3263
|
-
},
|
|
2635
|
+
}, yt = ({ className: e, ...t }) => /* @__PURE__ */ s(
|
|
3264
2636
|
"div",
|
|
3265
2637
|
{
|
|
3266
|
-
className:
|
|
2638
|
+
className: m(
|
|
3267
2639
|
"card",
|
|
3268
2640
|
"w-full",
|
|
3269
2641
|
"rounded-lg border border-border",
|
|
3270
2642
|
"bg-surface-secondary text-text-primary",
|
|
3271
2643
|
"shadow-sm",
|
|
3272
|
-
|
|
2644
|
+
e
|
|
3273
2645
|
),
|
|
3274
2646
|
...t
|
|
3275
2647
|
}
|
|
3276
|
-
),
|
|
2648
|
+
), vt = ({ className: e, ...t }) => /* @__PURE__ */ s(
|
|
3277
2649
|
"div",
|
|
3278
2650
|
{
|
|
3279
|
-
className:
|
|
2651
|
+
className: m("flex items-start justify-between gap-4 px-6 py-4 border-b border-border", e),
|
|
3280
2652
|
...t
|
|
3281
2653
|
}
|
|
3282
|
-
),
|
|
2654
|
+
), _t = ({ className: e, ...t }) => /* @__PURE__ */ s("div", { className: m("px-6 py-4", e), ...t }), Ct = ({ className: e, ...t }) => /* @__PURE__ */ s(
|
|
3283
2655
|
"div",
|
|
3284
2656
|
{
|
|
3285
|
-
className:
|
|
2657
|
+
className: m("flex items-center justify-end gap-3 px-6 py-4 border-t border-border", e),
|
|
3286
2658
|
...t
|
|
3287
2659
|
}
|
|
3288
|
-
),
|
|
2660
|
+
), me = {
|
|
3289
2661
|
sm: 0.7,
|
|
3290
2662
|
md: 1,
|
|
3291
2663
|
lg: 1.3
|
|
3292
|
-
},
|
|
3293
|
-
const
|
|
3294
|
-
return /* @__PURE__ */
|
|
3295
|
-
/* @__PURE__ */ s
|
|
3296
|
-
/* @__PURE__ */ s
|
|
2664
|
+
}, kt = ({ size: e = "md", className: t, ...o }) => {
|
|
2665
|
+
const r = 8 * me[e];
|
|
2666
|
+
return /* @__PURE__ */ f("div", { className: m("loader", t), style: { fontSize: `${r}px` }, ...o, children: [
|
|
2667
|
+
/* @__PURE__ */ s("div", { className: "loader-face loader-face-1", children: /* @__PURE__ */ s("div", { className: "loader-circle" }) }),
|
|
2668
|
+
/* @__PURE__ */ s("div", { className: "loader-face loader-face-2", children: /* @__PURE__ */ s("div", { className: "loader-circle" }) })
|
|
3297
2669
|
] });
|
|
3298
|
-
},
|
|
3299
|
-
size:
|
|
2670
|
+
}, Nt = ({
|
|
2671
|
+
size: e = "md",
|
|
3300
2672
|
variant: t = "inline",
|
|
3301
|
-
label:
|
|
3302
|
-
className:
|
|
3303
|
-
...
|
|
2673
|
+
label: o,
|
|
2674
|
+
className: r,
|
|
2675
|
+
...n
|
|
3304
2676
|
}) => {
|
|
3305
|
-
const
|
|
3306
|
-
return t === "container" ? /* @__PURE__ */ s
|
|
2677
|
+
const l = 8 * me[e];
|
|
2678
|
+
return t === "container" ? /* @__PURE__ */ s(
|
|
3307
2679
|
"div",
|
|
3308
2680
|
{
|
|
3309
|
-
className:
|
|
2681
|
+
className: m(
|
|
3310
2682
|
"relative w-full min-h-[8rem] rounded-lg border border-border bg-surface-secondary flex items-center justify-center",
|
|
3311
|
-
|
|
2683
|
+
r
|
|
3312
2684
|
),
|
|
3313
|
-
...
|
|
3314
|
-
children: /* @__PURE__ */
|
|
3315
|
-
/* @__PURE__ */
|
|
3316
|
-
/* @__PURE__ */ s
|
|
3317
|
-
/* @__PURE__ */ s
|
|
2685
|
+
...n,
|
|
2686
|
+
children: /* @__PURE__ */ f("div", { className: "flex flex-col items-center gap-3", children: [
|
|
2687
|
+
/* @__PURE__ */ f("div", { className: "loader", style: { fontSize: `${l}px` }, children: [
|
|
2688
|
+
/* @__PURE__ */ s("div", { className: "loader-face loader-face-1", children: /* @__PURE__ */ s("div", { className: "loader-circle" }) }),
|
|
2689
|
+
/* @__PURE__ */ s("div", { className: "loader-face loader-face-2", children: /* @__PURE__ */ s("div", { className: "loader-circle" }) })
|
|
3318
2690
|
] }),
|
|
3319
|
-
|
|
2691
|
+
o && /* @__PURE__ */ s("span", { className: "text-sm text-text-secondary", children: o })
|
|
3320
2692
|
] })
|
|
3321
2693
|
}
|
|
3322
|
-
) : /* @__PURE__ */
|
|
3323
|
-
/* @__PURE__ */
|
|
3324
|
-
/* @__PURE__ */ s
|
|
3325
|
-
/* @__PURE__ */ s
|
|
2694
|
+
) : /* @__PURE__ */ f("div", { className: m("inline-flex items-center gap-2", r), ...n, children: [
|
|
2695
|
+
/* @__PURE__ */ f("div", { className: "loader", style: { fontSize: `${l}px` }, children: [
|
|
2696
|
+
/* @__PURE__ */ s("div", { className: "loader-face loader-face-1", children: /* @__PURE__ */ s("div", { className: "loader-circle" }) }),
|
|
2697
|
+
/* @__PURE__ */ s("div", { className: "loader-face loader-face-2", children: /* @__PURE__ */ s("div", { className: "loader-circle" }) })
|
|
3326
2698
|
] }),
|
|
3327
|
-
|
|
2699
|
+
o && /* @__PURE__ */ s("span", { className: "text-sm text-text-secondary", children: o })
|
|
3328
2700
|
] });
|
|
3329
|
-
},
|
|
3330
|
-
name:
|
|
2701
|
+
}, be = C.createContext(null), zt = ({
|
|
2702
|
+
name: e,
|
|
3331
2703
|
legend: t,
|
|
3332
|
-
value:
|
|
3333
|
-
defaultValue:
|
|
3334
|
-
disabled:
|
|
3335
|
-
onValueChange:
|
|
3336
|
-
className:
|
|
3337
|
-
children:
|
|
3338
|
-
...
|
|
2704
|
+
value: o,
|
|
2705
|
+
defaultValue: r,
|
|
2706
|
+
disabled: n = !1,
|
|
2707
|
+
onValueChange: l,
|
|
2708
|
+
className: a,
|
|
2709
|
+
children: i,
|
|
2710
|
+
...d
|
|
3339
2711
|
}) => {
|
|
3340
|
-
const
|
|
3341
|
-
(
|
|
3342
|
-
|
|
2712
|
+
const h = o !== void 0, [c, w] = C.useState(r), x = h ? o : c, _ = C.useCallback(
|
|
2713
|
+
(g) => {
|
|
2714
|
+
h || w(g), l == null || l(g);
|
|
3343
2715
|
},
|
|
3344
|
-
[
|
|
2716
|
+
[h, l]
|
|
3345
2717
|
);
|
|
3346
|
-
return /* @__PURE__ */ s
|
|
2718
|
+
return /* @__PURE__ */ s(be.Provider, { value: { name: e, value: x, disabled: n, onValueChange: _ }, children: /* @__PURE__ */ f(
|
|
3347
2719
|
"fieldset",
|
|
3348
2720
|
{
|
|
3349
|
-
className:
|
|
3350
|
-
disabled:
|
|
3351
|
-
...
|
|
2721
|
+
className: m("radio-input", n && "opacity-60 cursor-not-allowed", a),
|
|
2722
|
+
disabled: n,
|
|
2723
|
+
...d,
|
|
3352
2724
|
children: [
|
|
3353
|
-
t && /* @__PURE__ */ s
|
|
3354
|
-
|
|
2725
|
+
t && /* @__PURE__ */ s("legend", { className: "text-sm font-medium text-text-primary", children: t }),
|
|
2726
|
+
i
|
|
3355
2727
|
]
|
|
3356
2728
|
}
|
|
3357
2729
|
) });
|
|
3358
|
-
},
|
|
3359
|
-
label:
|
|
2730
|
+
}, Mt = ({
|
|
2731
|
+
label: e,
|
|
3360
2732
|
value: t,
|
|
3361
|
-
disabled:
|
|
3362
|
-
checked:
|
|
3363
|
-
defaultChecked:
|
|
3364
|
-
name:
|
|
3365
|
-
onChange:
|
|
3366
|
-
onCheckedChange:
|
|
3367
|
-
className:
|
|
3368
|
-
...
|
|
2733
|
+
disabled: o,
|
|
2734
|
+
checked: r,
|
|
2735
|
+
defaultChecked: n,
|
|
2736
|
+
name: l,
|
|
2737
|
+
onChange: a,
|
|
2738
|
+
onCheckedChange: i,
|
|
2739
|
+
className: d,
|
|
2740
|
+
...h
|
|
3369
2741
|
}) => {
|
|
3370
|
-
const
|
|
3371
|
-
var
|
|
3372
|
-
const
|
|
3373
|
-
|
|
3374
|
-
},
|
|
3375
|
-
/* @__PURE__ */ s
|
|
2742
|
+
const c = C.useContext(be), w = C.useId(), x = !!(o ?? (c == null ? void 0 : c.disabled)), _ = l ?? (c == null ? void 0 : c.name), g = !!c, u = r !== void 0, [b, k] = C.useState(!!n), N = g ? (c == null ? void 0 : c.value) === t : u ? !!r : b, R = (E) => {
|
|
2743
|
+
var B;
|
|
2744
|
+
const T = E.target.checked;
|
|
2745
|
+
g && T ? (B = c == null ? void 0 : c.onValueChange) == null || B.call(c, t) : u || k(T), i == null || i(T), a == null || a(E);
|
|
2746
|
+
}, M = /* @__PURE__ */ f("label", { htmlFor: w, className: m(x && "cursor-not-allowed", d), role: "radio", "aria-checked": N, "aria-disabled": x, children: [
|
|
2747
|
+
/* @__PURE__ */ s(
|
|
3376
2748
|
"input",
|
|
3377
2749
|
{
|
|
3378
|
-
id:
|
|
2750
|
+
id: w,
|
|
3379
2751
|
type: "radio",
|
|
3380
|
-
name:
|
|
2752
|
+
name: _,
|
|
3381
2753
|
value: t,
|
|
3382
|
-
checked:
|
|
3383
|
-
disabled:
|
|
3384
|
-
onChange:
|
|
2754
|
+
checked: N,
|
|
2755
|
+
disabled: x,
|
|
2756
|
+
onChange: R,
|
|
3385
2757
|
role: "radio",
|
|
3386
|
-
"aria-checked":
|
|
3387
|
-
"aria-disabled":
|
|
3388
|
-
...
|
|
2758
|
+
"aria-checked": N,
|
|
2759
|
+
"aria-disabled": x,
|
|
2760
|
+
...h
|
|
3389
2761
|
}
|
|
3390
2762
|
),
|
|
3391
|
-
/* @__PURE__ */ s
|
|
2763
|
+
/* @__PURE__ */ s("span", { children: e || "" })
|
|
3392
2764
|
] });
|
|
3393
|
-
return
|
|
3394
|
-
},
|
|
2765
|
+
return g ? M : /* @__PURE__ */ s("div", { className: "radio-input", children: M });
|
|
2766
|
+
}, it = {
|
|
3395
2767
|
top: "bottom-full left-1/2 -translate-x-1/2 mb-1",
|
|
3396
2768
|
bottom: "top-full left-1/2 -translate-x-1/2 mt-1",
|
|
3397
2769
|
left: "right-full top-1/2 -translate-y-1/2 mr-1",
|
|
3398
2770
|
right: "left-full top-1/2 -translate-y-1/2 ml-1"
|
|
3399
|
-
},
|
|
2771
|
+
}, ct = {
|
|
3400
2772
|
top: "top-full left-1/2 -translate-x-1/2 -mt-px",
|
|
3401
2773
|
bottom: "bottom-full left-1/2 -translate-x-1/2 -mb-px",
|
|
3402
2774
|
left: "left-full top-1/2 -translate-y-1/2 -ml-px",
|
|
3403
2775
|
right: "right-full top-1/2 -translate-y-1/2 -mr-px"
|
|
3404
|
-
},
|
|
2776
|
+
}, dt = {
|
|
3405
2777
|
top: "border-t-border border-r-transparent border-b-transparent border-l-transparent border-t-[6px] border-r-[6px] border-l-[6px]",
|
|
3406
2778
|
bottom: "border-b-border border-r-transparent border-t-transparent border-l-transparent border-b-[6px] border-r-[6px] border-l-[6px]",
|
|
3407
2779
|
left: "border-l-border border-r-transparent border-t-transparent border-b-transparent border-l-[6px] border-t-[6px] border-b-[6px]",
|
|
3408
2780
|
right: "border-r-border border-l-transparent border-t-transparent border-b-transparent border-r-[6px] border-t-[6px] border-b-[6px]"
|
|
3409
|
-
},
|
|
2781
|
+
}, pt = {
|
|
3410
2782
|
top: "top-full left-1/2 -translate-x-1/2 -mt-[5px]",
|
|
3411
2783
|
bottom: "bottom-full left-1/2 -translate-x-1/2 -mb-[5px]",
|
|
3412
2784
|
left: "left-full top-1/2 -translate-y-1/2 -ml-[5px]",
|
|
3413
2785
|
right: "right-full top-1/2 -translate-y-1/2 -mr-[5px]"
|
|
3414
|
-
},
|
|
3415
|
-
open:
|
|
2786
|
+
}, St = ({
|
|
2787
|
+
open: e,
|
|
3416
2788
|
onOpenChange: t,
|
|
3417
|
-
content:
|
|
3418
|
-
position:
|
|
3419
|
-
delay:
|
|
3420
|
-
disabled:
|
|
3421
|
-
children:
|
|
3422
|
-
className:
|
|
2789
|
+
content: o,
|
|
2790
|
+
position: r = "top",
|
|
2791
|
+
delay: n = 0,
|
|
2792
|
+
disabled: l = !1,
|
|
2793
|
+
children: a,
|
|
2794
|
+
className: i
|
|
3423
2795
|
}) => {
|
|
3424
|
-
const
|
|
3425
|
-
|
|
2796
|
+
const d = C.useRef(null), h = () => {
|
|
2797
|
+
d.current !== null && (window.clearTimeout(d.current), d.current = null);
|
|
3426
2798
|
};
|
|
3427
|
-
|
|
3428
|
-
const
|
|
3429
|
-
if (!
|
|
3430
|
-
if (
|
|
3431
|
-
|
|
2799
|
+
C.useEffect(() => h, []);
|
|
2800
|
+
const c = () => {
|
|
2801
|
+
if (!l) {
|
|
2802
|
+
if (h(), n > 0) {
|
|
2803
|
+
d.current = window.setTimeout(() => t == null ? void 0 : t(!0), n);
|
|
3432
2804
|
return;
|
|
3433
2805
|
}
|
|
3434
2806
|
t == null || t(!0);
|
|
3435
2807
|
}
|
|
3436
|
-
},
|
|
3437
|
-
|
|
3438
|
-
},
|
|
3439
|
-
return /* @__PURE__ */
|
|
3440
|
-
|
|
3441
|
-
"aria-describedby":
|
|
3442
|
-
onMouseEnter: (
|
|
3443
|
-
var
|
|
3444
|
-
(
|
|
2808
|
+
}, w = () => {
|
|
2809
|
+
h(), t == null || t(!1);
|
|
2810
|
+
}, x = C.Children.only(a), _ = C.useId();
|
|
2811
|
+
return /* @__PURE__ */ f("span", { className: m("relative inline-block", i), children: [
|
|
2812
|
+
C.cloneElement(x, {
|
|
2813
|
+
"aria-describedby": e && !l ? _ : void 0,
|
|
2814
|
+
onMouseEnter: (g) => {
|
|
2815
|
+
var u, b;
|
|
2816
|
+
(b = (u = x.props).onMouseEnter) == null || b.call(u, g), c();
|
|
3445
2817
|
},
|
|
3446
|
-
onMouseLeave: (
|
|
3447
|
-
var
|
|
3448
|
-
(
|
|
2818
|
+
onMouseLeave: (g) => {
|
|
2819
|
+
var u, b;
|
|
2820
|
+
(b = (u = x.props).onMouseLeave) == null || b.call(u, g), w();
|
|
3449
2821
|
},
|
|
3450
|
-
onFocus: (
|
|
3451
|
-
var
|
|
3452
|
-
(
|
|
2822
|
+
onFocus: (g) => {
|
|
2823
|
+
var u, b;
|
|
2824
|
+
(b = (u = x.props).onFocus) == null || b.call(u, g), c();
|
|
3453
2825
|
},
|
|
3454
|
-
onBlur: (
|
|
3455
|
-
var
|
|
3456
|
-
(
|
|
2826
|
+
onBlur: (g) => {
|
|
2827
|
+
var u, b;
|
|
2828
|
+
(b = (u = x.props).onBlur) == null || b.call(u, g), w();
|
|
3457
2829
|
}
|
|
3458
2830
|
}),
|
|
3459
|
-
|
|
2831
|
+
e && !l && /* @__PURE__ */ f(
|
|
3460
2832
|
"span",
|
|
3461
2833
|
{
|
|
3462
|
-
id:
|
|
2834
|
+
id: _,
|
|
3463
2835
|
role: "tooltip",
|
|
3464
|
-
className:
|
|
2836
|
+
className: m(
|
|
3465
2837
|
"absolute z-50 pointer-events-none",
|
|
3466
|
-
|
|
2838
|
+
it[r],
|
|
3467
2839
|
"whitespace-nowrap",
|
|
3468
2840
|
"rounded-md border border-border bg-surface text-text-primary",
|
|
3469
2841
|
"px-3 py-2 text-xs shadow-md"
|
|
3470
2842
|
),
|
|
3471
2843
|
children: [
|
|
3472
|
-
|
|
3473
|
-
/* @__PURE__ */ s
|
|
2844
|
+
o,
|
|
2845
|
+
/* @__PURE__ */ s(
|
|
3474
2846
|
"span",
|
|
3475
2847
|
{
|
|
3476
|
-
className:
|
|
2848
|
+
className: m(
|
|
3477
2849
|
"absolute w-0 h-0",
|
|
3478
|
-
|
|
3479
|
-
|
|
2850
|
+
ct[r],
|
|
2851
|
+
dt[r]
|
|
3480
2852
|
)
|
|
3481
2853
|
}
|
|
3482
2854
|
),
|
|
3483
|
-
/* @__PURE__ */ s
|
|
2855
|
+
/* @__PURE__ */ s(
|
|
3484
2856
|
"span",
|
|
3485
2857
|
{
|
|
3486
|
-
className:
|
|
2858
|
+
className: m(
|
|
3487
2859
|
"absolute w-0 h-0 bg-surface",
|
|
3488
|
-
|
|
3489
|
-
|
|
3490
|
-
|
|
3491
|
-
|
|
3492
|
-
|
|
2860
|
+
pt[r],
|
|
2861
|
+
r === "top" && "border-t-[5px] border-r-[5px] border-l-[5px] border-t-surface border-r-transparent border-l-transparent",
|
|
2862
|
+
r === "bottom" && "border-b-[5px] border-r-[5px] border-l-[5px] border-b-surface border-r-transparent border-l-transparent",
|
|
2863
|
+
r === "left" && "border-l-[5px] border-t-[5px] border-b-[5px] border-l-surface border-t-transparent border-b-transparent",
|
|
2864
|
+
r === "right" && "border-r-[5px] border-t-[5px] border-b-[5px] border-r-surface border-t-transparent border-b-transparent"
|
|
3493
2865
|
)
|
|
3494
2866
|
}
|
|
3495
2867
|
)
|
|
@@ -3497,72 +2869,72 @@ const Bt = ({
|
|
|
3497
2869
|
}
|
|
3498
2870
|
)
|
|
3499
2871
|
] });
|
|
3500
|
-
},
|
|
3501
|
-
children:
|
|
2872
|
+
}, he = ge(void 0), Lt = ({
|
|
2873
|
+
children: e,
|
|
3502
2874
|
defaultTheme: t
|
|
3503
2875
|
}) => {
|
|
3504
|
-
const
|
|
2876
|
+
const o = () => {
|
|
3505
2877
|
if (typeof window < "u") {
|
|
3506
|
-
const
|
|
3507
|
-
if (
|
|
3508
|
-
return
|
|
2878
|
+
const a = localStorage.getItem("theme");
|
|
2879
|
+
if (a === "light" || a === "dark")
|
|
2880
|
+
return a;
|
|
3509
2881
|
}
|
|
3510
2882
|
return typeof window < "u" && window.matchMedia ? window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light" : t || "dark";
|
|
3511
|
-
}, [
|
|
3512
|
-
|
|
2883
|
+
}, [r, n] = se(o), l = C.useCallback((a) => {
|
|
2884
|
+
n(a), typeof window < "u" && localStorage.setItem("theme", a);
|
|
3513
2885
|
}, []);
|
|
3514
|
-
return
|
|
2886
|
+
return C.useEffect(() => {
|
|
3515
2887
|
if (typeof document > "u") return;
|
|
3516
|
-
const
|
|
3517
|
-
|
|
3518
|
-
}, [
|
|
2888
|
+
const a = document.documentElement;
|
|
2889
|
+
r === "light" ? (a.classList.add("theme-light"), a.classList.remove("theme-dark")) : (a.classList.add("theme-dark"), a.classList.remove("theme-light"));
|
|
2890
|
+
}, [r]), C.useEffect(() => {
|
|
3519
2891
|
if (typeof window > "u" || !window.matchMedia) return;
|
|
3520
|
-
const
|
|
3521
|
-
typeof window < "u" && !localStorage.getItem("theme") &&
|
|
2892
|
+
const a = window.matchMedia("(prefers-color-scheme: dark)"), i = (d) => {
|
|
2893
|
+
typeof window < "u" && !localStorage.getItem("theme") && n(d.matches ? "dark" : "light");
|
|
3522
2894
|
};
|
|
3523
|
-
if (
|
|
3524
|
-
return
|
|
3525
|
-
if (
|
|
3526
|
-
return
|
|
3527
|
-
}, []), /* @__PURE__ */ s
|
|
3528
|
-
},
|
|
3529
|
-
const
|
|
3530
|
-
if (
|
|
2895
|
+
if (a.addEventListener)
|
|
2896
|
+
return a.addEventListener("change", i), () => a.removeEventListener("change", i);
|
|
2897
|
+
if (a.addListener)
|
|
2898
|
+
return a.addListener(i), () => a.removeListener(i);
|
|
2899
|
+
}, []), /* @__PURE__ */ s(he.Provider, { value: { theme: r, setTheme: l }, children: e });
|
|
2900
|
+
}, ut = () => {
|
|
2901
|
+
const e = we(he);
|
|
2902
|
+
if (e === void 0)
|
|
3531
2903
|
throw new Error("useTheme must be used within a ThemeProvider");
|
|
3532
|
-
return
|
|
3533
|
-
},
|
|
3534
|
-
className:
|
|
2904
|
+
return e;
|
|
2905
|
+
}, At = ({
|
|
2906
|
+
className: e,
|
|
3535
2907
|
showLabel: t = !0
|
|
3536
2908
|
}) => {
|
|
3537
|
-
const { theme:
|
|
3538
|
-
|
|
3539
|
-
},
|
|
3540
|
-
(
|
|
2909
|
+
const { theme: o, setTheme: r } = ut(), n = o === "dark", l = () => {
|
|
2910
|
+
r(n ? "light" : "dark");
|
|
2911
|
+
}, a = (i) => {
|
|
2912
|
+
(i.key === "Enter" || i.key === " ") && (i.preventDefault(), l());
|
|
3541
2913
|
};
|
|
3542
|
-
return /* @__PURE__ */
|
|
3543
|
-
/* @__PURE__ */
|
|
2914
|
+
return /* @__PURE__ */ f("div", { className: m("flex items-center gap-3", e), children: [
|
|
2915
|
+
/* @__PURE__ */ f(
|
|
3544
2916
|
"label",
|
|
3545
2917
|
{
|
|
3546
2918
|
className: "theme-switch cursor-pointer",
|
|
3547
|
-
onKeyDown:
|
|
2919
|
+
onKeyDown: a,
|
|
3548
2920
|
tabIndex: 0,
|
|
3549
2921
|
role: "switch",
|
|
3550
|
-
"aria-checked":
|
|
3551
|
-
"aria-label":
|
|
2922
|
+
"aria-checked": n,
|
|
2923
|
+
"aria-label": n ? "Switch to light mode" : "Switch to dark mode",
|
|
3552
2924
|
children: [
|
|
3553
|
-
/* @__PURE__ */ s
|
|
2925
|
+
/* @__PURE__ */ s(
|
|
3554
2926
|
"input",
|
|
3555
2927
|
{
|
|
3556
2928
|
type: "checkbox",
|
|
3557
2929
|
className: "theme-switch__checkbox",
|
|
3558
|
-
checked:
|
|
3559
|
-
onChange:
|
|
2930
|
+
checked: n,
|
|
2931
|
+
onChange: l,
|
|
3560
2932
|
"aria-hidden": "true"
|
|
3561
2933
|
}
|
|
3562
2934
|
),
|
|
3563
|
-
/* @__PURE__ */
|
|
3564
|
-
/* @__PURE__ */ s
|
|
3565
|
-
/* @__PURE__ */ s
|
|
2935
|
+
/* @__PURE__ */ f("div", { className: "theme-switch__container", children: [
|
|
2936
|
+
/* @__PURE__ */ s("div", { className: "theme-switch__clouds" }),
|
|
2937
|
+
/* @__PURE__ */ s("div", { className: "theme-switch__stars-container", children: /* @__PURE__ */ s("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 144 55", fill: "none", children: /* @__PURE__ */ s(
|
|
3566
2938
|
"path",
|
|
3567
2939
|
{
|
|
3568
2940
|
fillRule: "evenodd",
|
|
@@ -3571,40 +2943,40 @@ const Bt = ({
|
|
|
3571
2943
|
fill: "currentColor"
|
|
3572
2944
|
}
|
|
3573
2945
|
) }) }),
|
|
3574
|
-
/* @__PURE__ */ s
|
|
3575
|
-
/* @__PURE__ */ s
|
|
3576
|
-
/* @__PURE__ */ s
|
|
3577
|
-
/* @__PURE__ */ s
|
|
2946
|
+
/* @__PURE__ */ s("div", { className: "theme-switch__circle-container", children: /* @__PURE__ */ s("div", { className: "theme-switch__sun-moon-container", children: /* @__PURE__ */ f("div", { className: "theme-switch__moon", children: [
|
|
2947
|
+
/* @__PURE__ */ s("div", { className: "theme-switch__spot" }),
|
|
2948
|
+
/* @__PURE__ */ s("div", { className: "theme-switch__spot" }),
|
|
2949
|
+
/* @__PURE__ */ s("div", { className: "theme-switch__spot" })
|
|
3578
2950
|
] }) }) })
|
|
3579
2951
|
] })
|
|
3580
2952
|
]
|
|
3581
2953
|
}
|
|
3582
2954
|
),
|
|
3583
|
-
t && /* @__PURE__ */ s
|
|
2955
|
+
t && /* @__PURE__ */ s("span", { className: "text-sm font-medium text-text-primary", children: n ? "Dark" : "Light" })
|
|
3584
2956
|
] });
|
|
3585
|
-
},
|
|
3586
|
-
width:
|
|
2957
|
+
}, mt = ({
|
|
2958
|
+
width: e = 315,
|
|
3587
2959
|
aspectRatio: t = 1.33,
|
|
3588
|
-
className:
|
|
3589
|
-
children:
|
|
3590
|
-
...
|
|
3591
|
-
}) => /* @__PURE__ */
|
|
2960
|
+
className: o,
|
|
2961
|
+
children: r,
|
|
2962
|
+
...n
|
|
2963
|
+
}) => /* @__PURE__ */ f(
|
|
3592
2964
|
"div",
|
|
3593
2965
|
{
|
|
3594
|
-
className:
|
|
2966
|
+
className: m(
|
|
3595
2967
|
"relative flex justify-center items-center overflow-hidden",
|
|
3596
2968
|
"bg-surface-tertiary rounded-[24px]",
|
|
3597
2969
|
"shadow-[0_4px_8px_rgba(0,0,0,0.2),0_8px_16px_rgba(0,0,0,0.2),0_0_8px_rgba(255,255,255,0.1),0_0_16px_rgba(255,255,255,0.08)]",
|
|
3598
2970
|
"z-[8]",
|
|
3599
|
-
|
|
2971
|
+
o
|
|
3600
2972
|
),
|
|
3601
2973
|
style: {
|
|
3602
|
-
width: `${
|
|
3603
|
-
height: `${
|
|
2974
|
+
width: `${e + 1}px`,
|
|
2975
|
+
height: `${e * t + 1}px`
|
|
3604
2976
|
},
|
|
3605
|
-
...
|
|
2977
|
+
...n,
|
|
3606
2978
|
children: [
|
|
3607
|
-
/* @__PURE__ */ s
|
|
2979
|
+
/* @__PURE__ */ s(
|
|
3608
2980
|
"div",
|
|
3609
2981
|
{
|
|
3610
2982
|
className: "absolute inset-[-50px] z-[-2] form-border-animation",
|
|
@@ -3613,100 +2985,100 @@ const Bt = ({
|
|
|
3613
2985
|
}
|
|
3614
2986
|
}
|
|
3615
2987
|
),
|
|
3616
|
-
|
|
2988
|
+
r
|
|
3617
2989
|
]
|
|
3618
2990
|
}
|
|
3619
|
-
),
|
|
3620
|
-
width:
|
|
2991
|
+
), bt = ({
|
|
2992
|
+
width: e = 315,
|
|
3621
2993
|
aspectRatio: t = 1.33,
|
|
3622
|
-
className:
|
|
3623
|
-
children:
|
|
3624
|
-
...
|
|
3625
|
-
}) => /* @__PURE__ */ s
|
|
2994
|
+
className: o,
|
|
2995
|
+
children: r,
|
|
2996
|
+
...n
|
|
2997
|
+
}) => /* @__PURE__ */ s(
|
|
3626
2998
|
"div",
|
|
3627
2999
|
{
|
|
3628
|
-
className:
|
|
3000
|
+
className: m(
|
|
3629
3001
|
"absolute bg-surface-tertiary rounded-[24px] p-7 z-[10]",
|
|
3630
3002
|
"backdrop-blur-[15px]",
|
|
3631
3003
|
"shadow-[inset_0_40px_60px_-8px_rgba(255,255,255,0.12),inset_4px_0_12px_-6px_rgba(255,255,255,0.12),inset_0_0_12px_-4px_rgba(255,255,255,0.12)]",
|
|
3632
|
-
|
|
3004
|
+
o
|
|
3633
3005
|
),
|
|
3634
3006
|
style: {
|
|
3635
|
-
width: `${
|
|
3636
|
-
height: `${
|
|
3007
|
+
width: `${e}px`,
|
|
3008
|
+
height: `${e * t}px`
|
|
3637
3009
|
},
|
|
3638
|
-
...
|
|
3639
|
-
children:
|
|
3010
|
+
...n,
|
|
3011
|
+
children: r
|
|
3640
3012
|
}
|
|
3641
|
-
),
|
|
3013
|
+
), ht = ({ className: e, ...t }) => /* @__PURE__ */ f(
|
|
3642
3014
|
"div",
|
|
3643
3015
|
{
|
|
3644
|
-
className:
|
|
3016
|
+
className: m(
|
|
3645
3017
|
"w-[65px] h-[65px] rounded-[20px] border-2 border-white",
|
|
3646
3018
|
"bg-gradient-to-br from-white/20 to-black/20",
|
|
3647
3019
|
"shadow-[8px_8px_16px_rgba(0,0,0,0.2),-8px_-8px_16px_rgba(255,255,255,0.06)]",
|
|
3648
3020
|
"flex justify-center items-center relative",
|
|
3649
|
-
|
|
3021
|
+
e
|
|
3650
3022
|
),
|
|
3651
3023
|
...t,
|
|
3652
3024
|
children: [
|
|
3653
|
-
/* @__PURE__ */ s
|
|
3654
|
-
/* @__PURE__ */ s
|
|
3025
|
+
/* @__PURE__ */ s("div", { className: "absolute bottom-[10px] w-1/2 h-[20%] rounded-tl-[40px] rounded-tr-[40px] rounded-br-[20px] rounded-bl-[20px] border-[2.5px] border-white" }),
|
|
3026
|
+
/* @__PURE__ */ s("div", { className: "absolute top-[10px] w-[30%] h-[30%] rounded-full border-[2.5px] border-white" })
|
|
3655
3027
|
]
|
|
3656
3028
|
}
|
|
3657
|
-
),
|
|
3658
|
-
title:
|
|
3029
|
+
), It = ({
|
|
3030
|
+
title: e,
|
|
3659
3031
|
showLogo: t = !1,
|
|
3660
|
-
footer:
|
|
3661
|
-
width:
|
|
3662
|
-
aspectRatio:
|
|
3663
|
-
className:
|
|
3664
|
-
children:
|
|
3665
|
-
...
|
|
3666
|
-
}) => /* @__PURE__ */ s
|
|
3667
|
-
/* @__PURE__ */
|
|
3032
|
+
footer: o,
|
|
3033
|
+
width: r = 315,
|
|
3034
|
+
aspectRatio: n = 1.33,
|
|
3035
|
+
className: l,
|
|
3036
|
+
children: a,
|
|
3037
|
+
...i
|
|
3038
|
+
}) => /* @__PURE__ */ s(mt, { width: r, aspectRatio: n, children: /* @__PURE__ */ f(bt, { width: r, aspectRatio: n, children: [
|
|
3039
|
+
/* @__PURE__ */ f(
|
|
3668
3040
|
"form",
|
|
3669
3041
|
{
|
|
3670
|
-
className:
|
|
3671
|
-
...
|
|
3042
|
+
className: m("flex justify-center items-center flex-col gap-[10px]", l),
|
|
3043
|
+
...i,
|
|
3672
3044
|
children: [
|
|
3673
|
-
t && /* @__PURE__ */ s
|
|
3674
|
-
|
|
3675
|
-
|
|
3045
|
+
t && /* @__PURE__ */ s("div", { className: "flex justify-center items-center mb-2", children: /* @__PURE__ */ s(ht, {}) }),
|
|
3046
|
+
e && /* @__PURE__ */ s("div", { className: "w-full text-center text-2xl font-bold py-1.5 text-text-primary flex justify-center items-center", children: e }),
|
|
3047
|
+
a
|
|
3676
3048
|
]
|
|
3677
3049
|
}
|
|
3678
3050
|
),
|
|
3679
|
-
|
|
3680
|
-
] }) }),
|
|
3681
|
-
label:
|
|
3051
|
+
o && /* @__PURE__ */ s("div", { className: "w-full text-left text-text-secondary text-xs mt-4", children: o })
|
|
3052
|
+
] }) }), Rt = ({
|
|
3053
|
+
label: e,
|
|
3682
3054
|
error: t,
|
|
3683
|
-
className:
|
|
3684
|
-
size:
|
|
3685
|
-
...
|
|
3686
|
-
}) => /* @__PURE__ */
|
|
3687
|
-
|
|
3688
|
-
/* @__PURE__ */ s
|
|
3689
|
-
|
|
3055
|
+
className: o,
|
|
3056
|
+
size: r,
|
|
3057
|
+
...n
|
|
3058
|
+
}) => /* @__PURE__ */ f("div", { className: "w-full", children: [
|
|
3059
|
+
e && /* @__PURE__ */ s("label", { className: "block text-text-primary text-sm mb-1.5", children: e }),
|
|
3060
|
+
/* @__PURE__ */ s("div", { className: "flex justify-center", children: /* @__PURE__ */ s(
|
|
3061
|
+
ue,
|
|
3690
3062
|
{
|
|
3691
|
-
className:
|
|
3063
|
+
className: m(
|
|
3692
3064
|
"p-3 border-none rounded-xl bg-surface text-text-primary text-sm outline-none",
|
|
3693
3065
|
"focus:border focus:border-border-focus",
|
|
3694
|
-
|
|
3066
|
+
o
|
|
3695
3067
|
),
|
|
3696
3068
|
error: t,
|
|
3697
|
-
size:
|
|
3698
|
-
...
|
|
3069
|
+
size: r,
|
|
3070
|
+
...n
|
|
3699
3071
|
}
|
|
3700
3072
|
) })
|
|
3701
|
-
] }),
|
|
3702
|
-
variant:
|
|
3073
|
+
] }), Et = ({
|
|
3074
|
+
variant: e = "primary",
|
|
3703
3075
|
className: t,
|
|
3704
|
-
children:
|
|
3705
|
-
...
|
|
3706
|
-
}) =>
|
|
3076
|
+
children: o,
|
|
3077
|
+
...r
|
|
3078
|
+
}) => e === "google" ? /* @__PURE__ */ s(
|
|
3707
3079
|
"button",
|
|
3708
3080
|
{
|
|
3709
|
-
className:
|
|
3081
|
+
className: m(
|
|
3710
3082
|
"w-full h-10 border-none rounded-[20px] text-sm font-semibold cursor-pointer",
|
|
3711
3083
|
"grid place-content-center gap-2.5 bg-surface-secondary text-text-primary",
|
|
3712
3084
|
"transition-all duration-300",
|
|
@@ -3715,73 +3087,73 @@ const Bt = ({
|
|
|
3715
3087
|
"flex justify-center items-center gap-2.5",
|
|
3716
3088
|
t
|
|
3717
3089
|
),
|
|
3718
|
-
...
|
|
3719
|
-
children:
|
|
3090
|
+
...r,
|
|
3091
|
+
children: o
|
|
3720
3092
|
}
|
|
3721
|
-
) : /* @__PURE__ */ s
|
|
3722
|
-
|
|
3093
|
+
) : /* @__PURE__ */ s(
|
|
3094
|
+
pe,
|
|
3723
3095
|
{
|
|
3724
|
-
className:
|
|
3096
|
+
className: m(
|
|
3725
3097
|
"w-full h-10 rounded-[20px] text-sm font-semibold mt-1.5",
|
|
3726
3098
|
t
|
|
3727
3099
|
),
|
|
3728
3100
|
variant: "primary",
|
|
3729
|
-
...
|
|
3730
|
-
children:
|
|
3101
|
+
...r,
|
|
3102
|
+
children: o
|
|
3731
3103
|
}
|
|
3732
|
-
),
|
|
3733
|
-
className:
|
|
3104
|
+
), Tt = ({
|
|
3105
|
+
className: e,
|
|
3734
3106
|
children: t,
|
|
3735
|
-
...
|
|
3736
|
-
}) => /* @__PURE__ */ s
|
|
3107
|
+
...o
|
|
3108
|
+
}) => /* @__PURE__ */ s(
|
|
3737
3109
|
"div",
|
|
3738
3110
|
{
|
|
3739
|
-
className:
|
|
3111
|
+
className: m(
|
|
3740
3112
|
"w-full text-left text-text-secondary text-xs",
|
|
3741
|
-
|
|
3113
|
+
e
|
|
3742
3114
|
),
|
|
3743
|
-
...
|
|
3115
|
+
...o,
|
|
3744
3116
|
children: t
|
|
3745
3117
|
}
|
|
3746
|
-
),
|
|
3747
|
-
className:
|
|
3118
|
+
), jt = ({
|
|
3119
|
+
className: e,
|
|
3748
3120
|
children: t,
|
|
3749
|
-
...
|
|
3750
|
-
}) => /* @__PURE__ */ s
|
|
3121
|
+
...o
|
|
3122
|
+
}) => /* @__PURE__ */ s(
|
|
3751
3123
|
"a",
|
|
3752
3124
|
{
|
|
3753
|
-
className:
|
|
3125
|
+
className: m(
|
|
3754
3126
|
"relative text-text-secondary font-semibold no-underline transition-colors duration-300 ease-in-out",
|
|
3755
3127
|
"hover:text-white",
|
|
3756
3128
|
'after:content-[""] after:absolute after:left-0 after:bottom-[-2px] after:w-0 after:rounded-md after:h-[1px] after:bg-current after:transition-[width] after:duration-300 after:ease-in-out',
|
|
3757
3129
|
"hover:after:w-full",
|
|
3758
|
-
|
|
3130
|
+
e
|
|
3759
3131
|
),
|
|
3760
|
-
...
|
|
3132
|
+
...o,
|
|
3761
3133
|
children: t
|
|
3762
3134
|
}
|
|
3763
3135
|
);
|
|
3764
3136
|
export {
|
|
3765
|
-
|
|
3766
|
-
|
|
3767
|
-
|
|
3768
|
-
|
|
3769
|
-
|
|
3770
|
-
|
|
3771
|
-
|
|
3772
|
-
|
|
3773
|
-
|
|
3774
|
-
|
|
3775
|
-
|
|
3776
|
-
|
|
3777
|
-
|
|
3778
|
-
|
|
3779
|
-
|
|
3780
|
-
|
|
3781
|
-
|
|
3782
|
-
|
|
3783
|
-
|
|
3784
|
-
|
|
3785
|
-
|
|
3786
|
-
|
|
3137
|
+
pe as Button,
|
|
3138
|
+
yt as Card,
|
|
3139
|
+
_t as CardContent,
|
|
3140
|
+
Ct as CardFooter,
|
|
3141
|
+
vt as CardHeader,
|
|
3142
|
+
lt as Checkbox,
|
|
3143
|
+
It as Form,
|
|
3144
|
+
Et as FormButton,
|
|
3145
|
+
Rt as FormField,
|
|
3146
|
+
Tt as FormFooter,
|
|
3147
|
+
jt as FormFooterLink,
|
|
3148
|
+
ue as Input,
|
|
3149
|
+
Nt as Loader,
|
|
3150
|
+
Mt as RadioButton,
|
|
3151
|
+
zt as RadioGroup,
|
|
3152
|
+
kt as Spinner,
|
|
3153
|
+
gt as SubmitButton,
|
|
3154
|
+
Lt as ThemeProvider,
|
|
3155
|
+
At as ThemeSwitch,
|
|
3156
|
+
wt as Toggle,
|
|
3157
|
+
St as Tooltip,
|
|
3158
|
+
ut as useTheme
|
|
3787
3159
|
};
|