@possibly6400/ui-kit 1.0.4 → 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.mjs CHANGED
@@ -1,902 +1,277 @@
1
- import z, { useState as er, useId as Dr, useRef as $r, createContext as Wr, useContext as Gr } from "react";
2
- var Ne = { exports: {} }, ue = {};
3
- /**
4
- * @license React
5
- * react-jsx-runtime.production.min.js
6
- *
7
- * Copyright (c) Facebook, Inc. and its affiliates.
8
- *
9
- * This source code is licensed under the MIT license found in the
10
- * LICENSE file in the root directory of this source tree.
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 Ur() {
638
- for (var r, t, n = 0, o = "", i = arguments.length; n < i; n++) (r = arguments[n]) && (t = rr(r)) && (o && (o += " "), o += t);
639
- return o;
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 Pe = "-", Yr = (r) => {
642
- const t = Kr(r), {
643
- conflictingClassGroups: n,
644
- conflictingClassGroupModifiers: o
645
- } = r;
16
+ const J = "-", ve = (e) => {
17
+ const t = Ce(e), {
18
+ conflictingClassGroups: o,
19
+ conflictingClassGroupModifiers: r
20
+ } = e;
646
21
  return {
647
- getClassGroupId: (l) => {
648
- const d = l.split(Pe);
649
- return d[0] === "" && d.length !== 1 && d.shift(), tr(d, t) || Zr(l);
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: (l, d) => {
652
- const f = n[l] || [];
653
- return d && o[l] ? [...f, ...o[l]] : f;
26
+ getConflictingClassGroupIds: (a, i) => {
27
+ const d = o[a] || [];
28
+ return i && r[a] ? [...d, ...r[a]] : d;
654
29
  }
655
30
  };
656
- }, tr = (r, t) => {
657
- var l;
658
- if (r.length === 0)
31
+ }, ae = (e, t) => {
32
+ var a;
33
+ if (e.length === 0)
659
34
  return t.classGroupId;
660
- const n = r[0], o = t.nextPart.get(n), i = o ? tr(r.slice(1), o) : void 0;
661
- if (i)
662
- return i;
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 c = r.join(Pe);
666
- return (l = t.validators.find(({
667
- validator: d
668
- }) => d(c))) == null ? void 0 : l.classGroupId;
669
- }, He = /^\[(.+)\]$/, Zr = (r) => {
670
- if (He.test(r)) {
671
- const t = He.exec(r)[1], n = t == null ? void 0 : t.substring(0, t.indexOf(":"));
672
- if (n)
673
- return "arbitrary.." + n;
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
- }, Kr = (r) => {
50
+ }, Ce = (e) => {
676
51
  const {
677
52
  theme: t,
678
- prefix: n
679
- } = r, o = {
53
+ prefix: o
54
+ } = e, r = {
680
55
  nextPart: /* @__PURE__ */ new Map(),
681
56
  validators: []
682
57
  };
683
- return Jr(Object.entries(r.classGroups), n).forEach(([c, l]) => {
684
- Te(l, o, c, t);
685
- }), o;
686
- }, Te = (r, t, n, o) => {
687
- r.forEach((i) => {
688
- if (typeof i == "string") {
689
- const c = i === "" ? t : Xe(t, i);
690
- c.classGroupId = n;
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 i == "function") {
694
- if (qr(i)) {
695
- Te(i(o), t, n, o);
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: i,
700
- classGroupId: n
74
+ validator: n,
75
+ classGroupId: o
701
76
  });
702
77
  return;
703
78
  }
704
- Object.entries(i).forEach(([c, l]) => {
705
- Te(l, Xe(t, c), n, o);
79
+ Object.entries(n).forEach(([l, a]) => {
80
+ K(a, re(t, l), o, r);
706
81
  });
707
82
  });
708
- }, Xe = (r, t) => {
709
- let n = r;
710
- return t.split(Pe).forEach((o) => {
711
- n.nextPart.has(o) || n.nextPart.set(o, {
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
- }), n = n.nextPart.get(o);
715
- }), n;
716
- }, qr = (r) => r.isThemeGetter, Jr = (r, t) => t ? r.map(([n, o]) => {
717
- const i = o.map((c) => typeof c == "string" ? t + c : typeof c == "object" ? Object.fromEntries(Object.entries(c).map(([l, d]) => [t + l, d])) : c);
718
- return [n, i];
719
- }) : r, Hr = (r) => {
720
- if (r < 1)
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, n = /* @__PURE__ */ new Map(), o = /* @__PURE__ */ new Map();
728
- const i = (c, l) => {
729
- n.set(c, l), t++, t > r && (t = 0, o = n, n = /* @__PURE__ */ new Map());
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(c) {
733
- let l = n.get(c);
734
- if (l !== void 0)
735
- return l;
736
- if ((l = o.get(c)) !== void 0)
737
- return i(c, l), l;
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(c, l) {
740
- n.has(c) ? n.set(c, l) : i(c, l);
114
+ set(l, a) {
115
+ o.has(l) ? o.set(l, a) : n(l, a);
741
116
  }
742
117
  };
743
- }, or = "!", Xr = (r) => {
118
+ }, le = "!", Me = (e) => {
744
119
  const {
745
120
  separator: t,
746
- experimentalParseClassName: n
747
- } = r, o = t.length === 1, i = t[0], c = t.length, l = (d) => {
748
- const f = [];
749
- let x = 0, p = 0, g;
750
- for (let v = 0; v < d.length; v++) {
751
- let N = d[v];
752
- if (x === 0) {
753
- if (N === i && (o || d.slice(v, v + c) === t)) {
754
- f.push(d.slice(p, v)), p = v + c;
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 (N === "/") {
758
- g = v;
132
+ if (k === "/") {
133
+ w = b;
759
134
  continue;
760
135
  }
761
136
  }
762
- N === "[" ? x++ : N === "]" && x--;
137
+ k === "[" ? h++ : k === "]" && h--;
763
138
  }
764
- const w = f.length === 0 ? d : d.substring(p), P = w.startsWith(or), k = P ? w.substring(1) : w, h = g && g > p ? g - p : void 0;
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: f,
767
- hasImportantModifier: P,
768
- baseClassName: k,
769
- maybePostfixModifierPosition: h
141
+ modifiers: d,
142
+ hasImportantModifier: _,
143
+ baseClassName: g,
144
+ maybePostfixModifierPosition: u
770
145
  };
771
146
  };
772
- return n ? (d) => n({
773
- className: d,
774
- parseClassName: l
775
- }) : l;
776
- }, Qr = (r) => {
777
- if (r.length <= 1)
778
- return r;
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 n = [];
781
- return r.forEach((o) => {
782
- o[0] === "[" ? (t.push(...n.sort(), o), n = []) : n.push(o);
783
- }), t.push(...n.sort()), t;
784
- }, et = (r) => ({
785
- cache: Hr(r.cacheSize),
786
- parseClassName: Xr(r),
787
- ...Yr(r)
788
- }), rt = /\s+/, tt = (r, t) => {
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: n,
791
- getClassGroupId: o,
792
- getConflictingClassGroupIds: i
793
- } = t, c = [], l = r.trim().split(rt);
794
- let d = "";
795
- for (let f = l.length - 1; f >= 0; f -= 1) {
796
- const x = l[f], {
797
- modifiers: p,
798
- hasImportantModifier: g,
799
- baseClassName: w,
800
- maybePostfixModifierPosition: P
801
- } = n(x);
802
- let k = !!P, h = o(k ? w.substring(0, P) : w);
803
- if (!h) {
804
- if (!k) {
805
- d = x + (d.length > 0 ? " " + d : d);
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 (h = o(w), !h) {
809
- d = x + (d.length > 0 ? " " + d : d);
183
+ if (u = r(x), !u) {
184
+ i = h + (i.length > 0 ? " " + i : i);
810
185
  continue;
811
186
  }
812
- k = !1;
187
+ g = !1;
813
188
  }
814
- const v = Qr(p).join(":"), N = g ? v + or : v, j = N + h;
815
- if (c.includes(j))
189
+ const b = Se(c).join(":"), k = w ? b + le : b, N = k + u;
190
+ if (l.includes(N))
816
191
  continue;
817
- c.push(j);
818
- const B = i(h, k);
819
- for (let O = 0; O < B.length; ++O) {
820
- const V = B[O];
821
- c.push(N + V);
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
- d = x + (d.length > 0 ? " " + d : d);
198
+ i = h + (i.length > 0 ? " " + i : i);
824
199
  }
825
- return d;
200
+ return i;
826
201
  };
827
- function ot() {
828
- let r = 0, t, n, o = "";
829
- for (; r < arguments.length; )
830
- (t = arguments[r++]) && (n = nr(t)) && (o && (o += " "), o += n);
831
- return o;
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 nr = (r) => {
834
- if (typeof r == "string")
835
- return r;
836
- let t, n = "";
837
- for (let o = 0; o < r.length; o++)
838
- r[o] && (t = nr(r[o])) && (n && (n += " "), n += t);
839
- return n;
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 nt(r, ...t) {
842
- let n, o, i, c = l;
843
- function l(f) {
844
- const x = t.reduce((p, g) => g(p), r());
845
- return n = et(x), o = n.cache.get, i = n.cache.set, c = d, d(f);
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(f) {
848
- const x = o(f);
849
- if (x)
850
- return x;
851
- const p = tt(f, n);
852
- return i(f, p), p;
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 c(ot.apply(null, arguments));
230
+ return l(Re.apply(null, arguments));
856
231
  };
857
232
  }
858
- const T = (r) => {
859
- const t = (n) => n[r] || [];
233
+ const y = (e) => {
234
+ const t = (o) => o[e] || [];
860
235
  return t.isThemeGetter = !0, t;
861
- }, sr = /^\[(?:([a-z-]+):)?(.+)\]$/i, st = /^\d+\/\d+$/, at = /* @__PURE__ */ new Set(["px", "full", "screen"]), it = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, lt = /\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$/, ct = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, dt = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, ut = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, U = (r) => ne(r) || at.has(r) || st.test(r), q = (r) => se(r, "length", vt), ne = (r) => !!r && !Number.isNaN(Number(r)), Se = (r) => se(r, "number", ne), fe = (r) => !!r && Number.isInteger(Number(r)), pt = (r) => r.endsWith("%") && ne(r.slice(0, -1)), m = (r) => sr.test(r), J = (r) => it.test(r), ft = /* @__PURE__ */ new Set(["length", "size", "percentage"]), bt = (r) => se(r, ft, ar), mt = (r) => se(r, "position", ar), xt = /* @__PURE__ */ new Set(["image", "url"]), ht = (r) => se(r, xt, wt), gt = (r) => se(r, "", yt), be = () => !0, se = (r, t, n) => {
862
- const o = sr.exec(r);
863
- return o ? o[1] ? typeof t == "string" ? o[1] === t : t.has(o[1]) : n(o[2]) : !1;
864
- }, vt = (r) => (
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
- lt.test(r) && !ct.test(r)
869
- ), ar = () => !1, yt = (r) => dt.test(r), wt = (r) => ut.test(r), _t = () => {
870
- const r = T("colors"), t = T("spacing"), n = T("blur"), o = T("brightness"), i = T("borderColor"), c = T("borderRadius"), l = T("borderSpacing"), d = T("borderWidth"), f = T("contrast"), x = T("grayscale"), p = T("hueRotate"), g = T("invert"), w = T("gap"), P = T("gradientColorStops"), k = T("gradientColorStopPositions"), h = T("inset"), v = T("margin"), N = T("opacity"), j = T("padding"), B = T("saturate"), O = T("scale"), V = T("sepia"), Y = T("skew"), H = T("space"), me = T("translate"), ee = () => ["auto", "contain", "none"], ae = () => ["auto", "hidden", "clip", "visible", "scroll"], ie = () => ["auto", m, t], R = () => [m, t], W = () => ["", U, q], F = () => ["auto", ne, m], Z = () => ["bottom", "center", "left", "left-bottom", "left-top", "right", "right-bottom", "right-top", "top"], X = () => ["solid", "dashed", "dotted", "double", "none"], le = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], re = () => ["start", "end", "center", "between", "around", "evenly", "stretch"], K = () => ["", "0", m], ce = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], D = () => [ne, m];
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: [be],
876
- spacing: [U, q],
877
- blur: ["none", "", J, m],
878
- brightness: D(),
879
- borderColor: [r],
880
- borderRadius: ["none", "", "full", J, m],
881
- borderSpacing: R(),
882
- borderWidth: W(),
883
- contrast: D(),
884
- grayscale: K(),
885
- hueRotate: D(),
886
- invert: K(),
887
- gap: R(),
888
- gradientColorStops: [r],
889
- gradientColorStopPositions: [pt, q],
890
- inset: ie(),
891
- margin: ie(),
892
- opacity: D(),
893
- padding: R(),
894
- saturate: D(),
895
- scale: D(),
896
- sepia: K(),
897
- skew: D(),
898
- space: R(),
899
- translate: R()
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", m]
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: [J]
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": ce()
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": ce()
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: [...Z(), m]
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: ae()
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": ae()
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": ae()
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: ee()
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": ee()
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": ee()
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: [h]
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": [h]
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": [h]
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: [h]
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: [h]
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: [h]
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: [h]
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: [h]
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: [h]
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", fe, m]
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: ie()
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", m]
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: K()
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: K()
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", fe, m]
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": [be]
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", fe, m]
1181
- }, m]
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": F()
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": F()
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": [be]
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: [fe, m]
1211
- }, m]
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": F()
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": F()
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", m]
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", m]
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: [w]
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": [w]
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": [w]
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", ...re()]
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", ...re(), "baseline"]
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": [...re(), "baseline"]
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: [j]
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: [j]
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: [j]
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: [j]
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: [j]
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: [j]
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: [j]
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: [j]
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: [j]
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: [v]
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: [v]
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: [v]
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: [v]
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: [v]
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: [v]
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: [v]
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: [v]
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: [v]
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": [H]
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": [H]
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", m, t]
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": [m, t, "min", "max", "fit"]
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": [m, t, "none", "full", "min", "max", "fit", "prose", {
1504
- screen: [J]
1505
- }, J]
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: [m, t, "auto", "min", "max", "fit", "svh", "lvh", "dvh"]
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": [m, t, "min", "max", "fit", "svh", "lvh", "dvh"]
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": [m, t, "min", "max", "fit", "svh", "lvh", "dvh"]
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: [m, t, "auto", "min", "max", "fit"]
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", J, q]
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", Se]
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: [be]
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", m]
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", ne, Se]
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", U, m]
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", m]
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", m]
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: [r]
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": [N]
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: [r]
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": [N]
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: [...X(), "wavy"]
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", U, q]
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", U, m]
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: [r]
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: R()
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", m]
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", m]
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": [N]
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: [...Z(), mt]
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", bt]
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
- }, ht]
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: [r]
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: [k]
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: [k]
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: [k]
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: [P]
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: [P]
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: [P]
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: [c]
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": [c]
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": [c]
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": [c]
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": [c]
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": [c]
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": [c]
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": [c]
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": [c]
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": [c]
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": [c]
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": [c]
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": [c]
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": [c]
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": [c]
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: [d]
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": [d]
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": [d]
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": [d]
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": [d]
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": [d]
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": [d]
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": [d]
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": [d]
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": [N]
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: [...X(), "hidden"]
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": [d]
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": [d]
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": [N]
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: X()
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: [i]
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": [i]
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": [i]
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": [i]
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": [i]
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": [i]
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": [i]
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": [i]
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": [i]
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: [i]
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: ["", ...X()]
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": [U, m]
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: [U, q]
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: [r]
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: W()
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: [r]
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": [N]
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": [U, q]
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": [r]
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", J, gt]
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: [be]
1625
+ shadow: [$]
2251
1626
  }],
2252
1627
  /**
2253
1628
  * Opacity
2254
1629
  * @see https://tailwindcss.com/docs/opacity
2255
1630
  */
2256
1631
  opacity: [{
2257
- opacity: [N]
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": [...le(), "plus-lighter", "plus-darker"]
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": le()
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: [n]
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: [o]
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: [f]
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", J, m]
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: [x]
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": [p]
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: [g]
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: [B]
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: [V]
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": [n]
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": [o]
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": [f]
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": [x]
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": [p]
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": [g]
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": [N]
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": [B]
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": [V]
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": [l]
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": [l]
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": [l]
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", m]
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: D()
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", m]
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: D()
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", m]
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: [O]
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": [O]
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": [O]
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: [fe, m]
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": [me]
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": [me]
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": [Y]
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": [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", m]
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", r]
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", m]
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: [r]
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": R()
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": R()
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": R()
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": R()
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": R()
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": R()
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": R()
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": R()
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": R()
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": R()
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": R()
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": R()
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": R()
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": R()
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": R()
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": R()
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": R()
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": R()
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", m]
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: [r, "none"]
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: [U, q, Se]
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: [r, "none"]
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
- }, Ct = /* @__PURE__ */ nt(_t);
2899
- function y(...r) {
2900
- return Ct(Ur(r));
2273
+ }, Ye = /* @__PURE__ */ Ee(Xe);
2274
+ function m(...e) {
2275
+ return Ye(ye(e));
2901
2276
  }
2902
- const jt = {
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
- }, kt = {
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
- }, ir = z.forwardRef(({
2912
- variant: r = "primary",
2286
+ }, pe = C.forwardRef(({
2287
+ variant: e = "primary",
2913
2288
  size: t = "md",
2914
- loading: n = !1,
2915
- disabled: o = !1,
2916
- className: i,
2917
- children: c,
2918
- ...l
2919
- }, d) => /* @__PURE__ */ s.jsxs(
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: d,
2923
- className: y(
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
- jt[r],
2929
- kt[t],
2930
- i
2303
+ Oe[e],
2304
+ et[t],
2305
+ n
2931
2306
  ),
2932
- disabled: o || n,
2933
- ...l,
2307
+ disabled: r || o,
2308
+ ...a,
2934
2309
  children: [
2935
- /* @__PURE__ */ s.jsx("span", { className: y("inline-flex items-center", n ? "w-4 h-4 mr-2" : "w-0 h-4"), children: /* @__PURE__ */ s.jsxs(
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: y("animate-spin h-4 w-4", !n && "opacity-0"),
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.jsx(
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.jsx(
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
- c
2341
+ l
2967
2342
  ]
2968
2343
  }
2969
2344
  ));
2970
- ir.displayName = "Button";
2971
- const Et = "_button_7snfv_7", Rt = "_state_7snfv_75", St = "_icon_7snfv_149", Nt = "_outline_7snfv_207", G = {
2972
- button: Et,
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: Rt,
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: St,
2978
- outline: Nt,
2352
+ icon: ot,
2353
+ outline: st,
2979
2354
  "state--default": "_state--default_7snfv_231",
2980
2355
  "state--sent": "_state--sent_7snfv_717"
2981
- }, Qe = (r) => r.split("").map((t, n) => {
2982
- const o = t === " " ? " " : t;
2983
- return /* @__PURE__ */ s.jsx("span", { style: { "--i": n }, children: o }, n);
2984
- }), Tt = {
2985
- sm: G["button--size-sm"],
2986
- md: G["button--size-md"],
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: n,
2992
- disabled: o,
2993
- size: i = "md",
2994
- className: c,
2995
- ...l
2363
+ onSubmit: o,
2364
+ disabled: r,
2365
+ size: n = "md",
2366
+ className: l,
2367
+ ...a
2996
2368
  }) => {
2997
- const [d, f] = er(!1), x = Dr(), p = $r(null), g = async (w) => {
2998
- var P, k;
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
- ...l,
3014
- ref: p,
2373
+ ...a,
2374
+ ref: c,
3015
2375
  type: "submit",
3016
- disabled: o,
3017
- onClick: g,
3018
- className: y(G.button, Tt[i], c),
3019
- "aria-label": d ? "Submission successful" : l["aria-label"] || "Submit",
3020
- "aria-disabled": o,
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.jsx("div", { className: G.outline }),
3023
- /* @__PURE__ */ s.jsxs("div", { className: y(G.state, G["state--default"]), children: [
3024
- /* @__PURE__ */ s.jsx("div", { className: G.icon, children: /* @__PURE__ */ s.jsxs(
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__ */ s.jsxs("g", { style: { filter: `url(#${x})` }, children: [
3034
- /* @__PURE__ */ s.jsx(
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.jsx(
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.jsx("defs", { children: /* @__PURE__ */ s.jsx("filter", { id: x, children: /* @__PURE__ */ s.jsx(
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.jsx("p", { children: Qe(typeof r == "string" ? r : "Send Message") })
2433
+ /* @__PURE__ */ s("p", { children: oe(typeof e == "string" ? e : "Send Message") })
3062
2434
  ] }),
3063
- /* @__PURE__ */ s.jsxs("div", { className: y(G.state, G["state--sent"]), children: [
3064
- /* @__PURE__ */ s.jsx("div", { className: G.icon, children: /* @__PURE__ */ s.jsx(
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__ */ s.jsxs("g", { style: { filter: `url(#${x})` }, children: [
3075
- /* @__PURE__ */ s.jsx(
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.jsx(
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.jsx("p", { children: Qe(t) })
2464
+ /* @__PURE__ */ s("p", { children: oe(t) })
3093
2465
  ] })
3094
2466
  ]
3095
2467
  }
3096
2468
  );
3097
- }, Pt = {
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
- }, lr = z.forwardRef(({
3102
- size: r = "md",
2473
+ }, ue = C.forwardRef(({
2474
+ size: e = "md",
3103
2475
  error: t = !1,
3104
- className: n,
3105
- disabled: o,
3106
- ...i
3107
- }, c) => /* @__PURE__ */ s.jsxs("div", { className: "relative inline-flex items-center", children: [
3108
- /* @__PURE__ */ s.jsx(
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: c,
3112
- className: y(
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
- Pt[r],
3123
- n
2494
+ at[e],
2495
+ o
3124
2496
  ),
3125
2497
  style: t ? { paddingRight: "2rem" } : void 0,
3126
- disabled: o,
2498
+ disabled: r,
3127
2499
  "aria-invalid": t,
3128
- ...i
2500
+ ...n
3129
2501
  }
3130
2502
  ),
3131
- t && /* @__PURE__ */ s.jsx(
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.jsx(
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
- lr.displayName = "Input";
3152
- const At = z.forwardRef(({
3153
- label: r,
2523
+ ue.displayName = "Input";
2524
+ const lt = C.forwardRef(({
2525
+ label: e,
3154
2526
  error: t = !1,
3155
- className: n,
3156
- disabled: o,
3157
- checked: i,
3158
- onChange: c,
3159
- ...l
3160
- }, d) => {
3161
- const f = z.useId();
3162
- return /* @__PURE__ */ s.jsxs("div", { className: y("flex items-center space-x-2", o && "cursor-not-allowed", t && !o && "cursor-help", n), children: [
3163
- /* @__PURE__ */ s.jsxs("label", { className: y("checkbox-container", o && "opacity-50 cursor-not-allowed", t && !o && "cursor-help", !o && !t && "cursor-pointer"), children: [
3164
- /* @__PURE__ */ s.jsx(
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: d,
3168
- id: f,
2539
+ ref: i,
2540
+ id: d,
3169
2541
  type: "checkbox",
3170
- disabled: o,
3171
- checked: i,
3172
- onChange: c,
3173
- "aria-checked": i,
2542
+ disabled: r,
2543
+ checked: n,
2544
+ onChange: l,
2545
+ "aria-checked": n,
3174
2546
  "aria-invalid": t,
3175
- "aria-disabled": o,
3176
- ...l
2547
+ "aria-disabled": r,
2548
+ ...a
3177
2549
  }
3178
2550
  ),
3179
- /* @__PURE__ */ s.jsx("svg", { viewBox: "0 0 64 64", height: "1em", width: "1em", children: /* @__PURE__ */ s.jsx(
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: y("checkbox-path", t && "checkbox-path-error")
2556
+ className: m("checkbox-path", t && "checkbox-path-error")
3185
2557
  }
3186
2558
  ) })
3187
2559
  ] }),
3188
- r && /* @__PURE__ */ s.jsx(
2560
+ e && /* @__PURE__ */ s(
3189
2561
  "label",
3190
2562
  {
3191
- htmlFor: f,
3192
- className: y(
2563
+ htmlFor: d,
2564
+ className: m(
3193
2565
  "text-sm font-medium select-none",
3194
- o ? "text-text-disabled cursor-not-allowed" : t ? "text-text-primary cursor-help" : "text-text-primary cursor-pointer"
2566
+ r ? "text-text-disabled cursor-not-allowed" : t ? "text-text-primary cursor-help" : "text-text-primary cursor-pointer"
3195
2567
  ),
3196
- children: r
2568
+ children: e
3197
2569
  }
3198
2570
  )
3199
2571
  ] });
3200
2572
  });
3201
- At.displayName = "Checkbox";
3202
- const Bt = ({
3203
- label: r,
2573
+ lt.displayName = "Checkbox";
2574
+ const wt = ({
2575
+ label: e,
3204
2576
  error: t = !1,
3205
- className: n,
3206
- disabled: o,
3207
- checked: i,
3208
- onChange: c,
3209
- id: l,
3210
- ...d
2577
+ className: o,
2578
+ disabled: r,
2579
+ checked: n,
2580
+ onChange: l,
2581
+ id: a,
2582
+ ...i
3211
2583
  }) => {
3212
- const f = l || z.useId(), x = (p) => {
3213
- if ((p.key === "Enter" || p.key === " ") && !o) {
3214
- p.preventDefault();
3215
- const g = document.getElementById(f);
3216
- if (g) {
3217
- g.checked = !g.checked;
3218
- const w = new Event("change", { bubbles: !0 });
3219
- g.dispatchEvent(w);
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__ */ s.jsxs("div", { className: y("toggle-wrapper", t && "toggle-wrapper--error", o && "cursor-not-allowed", t && !o && "cursor-help", n), children: [
3224
- /* @__PURE__ */ s.jsx(
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: f,
2599
+ id: d,
3228
2600
  className: "toggle-checkbox",
3229
2601
  type: "checkbox",
3230
- checked: i,
3231
- onChange: c,
3232
- disabled: o,
2602
+ checked: n,
2603
+ onChange: l,
2604
+ disabled: r,
3233
2605
  role: "switch",
3234
- "aria-checked": i,
3235
- "aria-disabled": o,
2606
+ "aria-checked": n,
2607
+ "aria-disabled": r,
3236
2608
  "aria-invalid": t,
3237
- ...d
2609
+ ...i
3238
2610
  }
3239
2611
  ),
3240
- /* @__PURE__ */ s.jsx(
2612
+ /* @__PURE__ */ s(
3241
2613
  "div",
3242
2614
  {
3243
- className: y("toggle-container", o && "cursor-not-allowed", t && !o && "cursor-help"),
3244
- onKeyDown: x,
3245
- tabIndex: o ? -1 : 0,
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.jsx("div", { className: "toggle-button", children: /* @__PURE__ */ s.jsx("div", { className: "toggle-button-circles-container", children: Array.from({ length: 12 }).map((p, g) => /* @__PURE__ */ s.jsx("div", { className: "toggle-button-circle" }, g)) }) })
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
- r && /* @__PURE__ */ s.jsx(
2623
+ e && /* @__PURE__ */ s(
3252
2624
  "label",
3253
2625
  {
3254
- htmlFor: f,
3255
- className: y(
2626
+ htmlFor: d,
2627
+ className: m(
3256
2628
  "text-sm font-medium select-none ml-2",
3257
- o ? "text-text-disabled cursor-not-allowed" : t ? "text-text-primary cursor-help" : "text-text-primary cursor-pointer"
2629
+ r ? "text-text-disabled cursor-not-allowed" : t ? "text-text-primary cursor-help" : "text-text-primary cursor-pointer"
3258
2630
  ),
3259
- children: r
2631
+ children: e
3260
2632
  }
3261
2633
  )
3262
2634
  ] });
3263
- }, Vt = ({ className: r, ...t }) => /* @__PURE__ */ s.jsx(
2635
+ }, yt = ({ className: e, ...t }) => /* @__PURE__ */ s(
3264
2636
  "div",
3265
2637
  {
3266
- className: y(
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
- r
2644
+ e
3273
2645
  ),
3274
2646
  ...t
3275
2647
  }
3276
- ), Ut = ({ className: r, ...t }) => /* @__PURE__ */ s.jsx(
2648
+ ), vt = ({ className: e, ...t }) => /* @__PURE__ */ s(
3277
2649
  "div",
3278
2650
  {
3279
- className: y("flex items-start justify-between gap-4 px-6 py-4 border-b border-border", r),
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
- ), Yt = ({ className: r, ...t }) => /* @__PURE__ */ s.jsx("div", { className: y("px-6 py-4", r), ...t }), Zt = ({ className: r, ...t }) => /* @__PURE__ */ s.jsx(
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: y("flex items-center justify-end gap-3 px-6 py-4 border-t border-border", r),
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
- ), cr = {
2660
+ ), me = {
3289
2661
  sm: 0.7,
3290
2662
  md: 1,
3291
2663
  lg: 1.3
3292
- }, Kt = ({ size: r = "md", className: t, ...n }) => {
3293
- const o = 8 * cr[r];
3294
- return /* @__PURE__ */ s.jsxs("div", { className: y("loader", t), style: { fontSize: `${o}px` }, ...n, children: [
3295
- /* @__PURE__ */ s.jsx("div", { className: "loader-face loader-face-1", children: /* @__PURE__ */ s.jsx("div", { className: "loader-circle" }) }),
3296
- /* @__PURE__ */ s.jsx("div", { className: "loader-face loader-face-2", children: /* @__PURE__ */ s.jsx("div", { className: "loader-circle" }) })
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
- }, qt = ({
3299
- size: r = "md",
2670
+ }, Nt = ({
2671
+ size: e = "md",
3300
2672
  variant: t = "inline",
3301
- label: n,
3302
- className: o,
3303
- ...i
2673
+ label: o,
2674
+ className: r,
2675
+ ...n
3304
2676
  }) => {
3305
- const c = 8 * cr[r];
3306
- return t === "container" ? /* @__PURE__ */ s.jsx(
2677
+ const l = 8 * me[e];
2678
+ return t === "container" ? /* @__PURE__ */ s(
3307
2679
  "div",
3308
2680
  {
3309
- className: y(
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
- o
2683
+ r
3312
2684
  ),
3313
- ...i,
3314
- children: /* @__PURE__ */ s.jsxs("div", { className: "flex flex-col items-center gap-3", children: [
3315
- /* @__PURE__ */ s.jsxs("div", { className: "loader", style: { fontSize: `${c}px` }, children: [
3316
- /* @__PURE__ */ s.jsx("div", { className: "loader-face loader-face-1", children: /* @__PURE__ */ s.jsx("div", { className: "loader-circle" }) }),
3317
- /* @__PURE__ */ s.jsx("div", { className: "loader-face loader-face-2", children: /* @__PURE__ */ s.jsx("div", { className: "loader-circle" }) })
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
- n && /* @__PURE__ */ s.jsx("span", { className: "text-sm text-text-secondary", children: n })
2691
+ o && /* @__PURE__ */ s("span", { className: "text-sm text-text-secondary", children: o })
3320
2692
  ] })
3321
2693
  }
3322
- ) : /* @__PURE__ */ s.jsxs("div", { className: y("inline-flex items-center gap-2", o), ...i, children: [
3323
- /* @__PURE__ */ s.jsxs("div", { className: "loader", style: { fontSize: `${c}px` }, children: [
3324
- /* @__PURE__ */ s.jsx("div", { className: "loader-face loader-face-1", children: /* @__PURE__ */ s.jsx("div", { className: "loader-circle" }) }),
3325
- /* @__PURE__ */ s.jsx("div", { className: "loader-face loader-face-2", children: /* @__PURE__ */ s.jsx("div", { className: "loader-circle" }) })
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
- n && /* @__PURE__ */ s.jsx("span", { className: "text-sm text-text-secondary", children: n })
2699
+ o && /* @__PURE__ */ s("span", { className: "text-sm text-text-secondary", children: o })
3328
2700
  ] });
3329
- }, dr = z.createContext(null), Jt = ({
3330
- name: r,
2701
+ }, be = C.createContext(null), zt = ({
2702
+ name: e,
3331
2703
  legend: t,
3332
- value: n,
3333
- defaultValue: o,
3334
- disabled: i = !1,
3335
- onValueChange: c,
3336
- className: l,
3337
- children: d,
3338
- ...f
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 x = n !== void 0, [p, g] = z.useState(o), w = x ? n : p, P = z.useCallback(
3341
- (k) => {
3342
- x || g(k), c == null || c(k);
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
- [x, c]
2716
+ [h, l]
3345
2717
  );
3346
- return /* @__PURE__ */ s.jsx(dr.Provider, { value: { name: r, value: w, disabled: i, onValueChange: P }, children: /* @__PURE__ */ s.jsxs(
2718
+ return /* @__PURE__ */ s(be.Provider, { value: { name: e, value: x, disabled: n, onValueChange: _ }, children: /* @__PURE__ */ f(
3347
2719
  "fieldset",
3348
2720
  {
3349
- className: y("radio-input", i && "opacity-60 cursor-not-allowed", l),
3350
- disabled: i,
3351
- ...f,
2721
+ className: m("radio-input", n && "opacity-60 cursor-not-allowed", a),
2722
+ disabled: n,
2723
+ ...d,
3352
2724
  children: [
3353
- t && /* @__PURE__ */ s.jsx("legend", { className: "text-sm font-medium text-text-primary", children: t }),
3354
- d
2725
+ t && /* @__PURE__ */ s("legend", { className: "text-sm font-medium text-text-primary", children: t }),
2726
+ i
3355
2727
  ]
3356
2728
  }
3357
2729
  ) });
3358
- }, Ht = ({
3359
- label: r,
2730
+ }, Mt = ({
2731
+ label: e,
3360
2732
  value: t,
3361
- disabled: n,
3362
- checked: o,
3363
- defaultChecked: i,
3364
- name: c,
3365
- onChange: l,
3366
- onCheckedChange: d,
3367
- className: f,
3368
- ...x
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 p = z.useContext(dr), g = z.useId(), w = !!(n ?? (p == null ? void 0 : p.disabled)), P = c ?? (p == null ? void 0 : p.name), k = !!p, h = o !== void 0, [v, N] = z.useState(!!i), j = k ? (p == null ? void 0 : p.value) === t : h ? !!o : v, B = (V) => {
3371
- var H;
3372
- const Y = V.target.checked;
3373
- k && Y ? (H = p == null ? void 0 : p.onValueChange) == null || H.call(p, t) : h || N(Y), d == null || d(Y), l == null || l(V);
3374
- }, O = /* @__PURE__ */ s.jsxs("label", { htmlFor: g, className: y(w && "cursor-not-allowed", f), role: "radio", "aria-checked": j, "aria-disabled": w, children: [
3375
- /* @__PURE__ */ s.jsx(
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: g,
2750
+ id: w,
3379
2751
  type: "radio",
3380
- name: P,
2752
+ name: _,
3381
2753
  value: t,
3382
- checked: j,
3383
- disabled: w,
3384
- onChange: B,
2754
+ checked: N,
2755
+ disabled: x,
2756
+ onChange: R,
3385
2757
  role: "radio",
3386
- "aria-checked": j,
3387
- "aria-disabled": w,
3388
- ...x
2758
+ "aria-checked": N,
2759
+ "aria-disabled": x,
2760
+ ...h
3389
2761
  }
3390
2762
  ),
3391
- /* @__PURE__ */ s.jsx("span", { children: r || "" })
2763
+ /* @__PURE__ */ s("span", { children: e || "" })
3392
2764
  ] });
3393
- return k ? O : /* @__PURE__ */ s.jsx("div", { className: "radio-input", children: O });
3394
- }, zt = {
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
- }, Mt = {
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
- }, It = {
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
- }, Lt = {
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
- }, Xt = ({
3415
- open: r,
2786
+ }, St = ({
2787
+ open: e,
3416
2788
  onOpenChange: t,
3417
- content: n,
3418
- position: o = "top",
3419
- delay: i = 0,
3420
- disabled: c = !1,
3421
- children: l,
3422
- className: d
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 f = z.useRef(null), x = () => {
3425
- f.current !== null && (window.clearTimeout(f.current), f.current = null);
2796
+ const d = C.useRef(null), h = () => {
2797
+ d.current !== null && (window.clearTimeout(d.current), d.current = null);
3426
2798
  };
3427
- z.useEffect(() => x, []);
3428
- const p = () => {
3429
- if (!c) {
3430
- if (x(), i > 0) {
3431
- f.current = window.setTimeout(() => t == null ? void 0 : t(!0), i);
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
- }, g = () => {
3437
- x(), t == null || t(!1);
3438
- }, w = z.Children.only(l), P = z.useId();
3439
- return /* @__PURE__ */ s.jsxs("span", { className: y("relative inline-block", d), children: [
3440
- z.cloneElement(w, {
3441
- "aria-describedby": r && !c ? P : void 0,
3442
- onMouseEnter: (k) => {
3443
- var h, v;
3444
- (v = (h = w.props).onMouseEnter) == null || v.call(h, k), p();
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: (k) => {
3447
- var h, v;
3448
- (v = (h = w.props).onMouseLeave) == null || v.call(h, k), g();
2818
+ onMouseLeave: (g) => {
2819
+ var u, b;
2820
+ (b = (u = x.props).onMouseLeave) == null || b.call(u, g), w();
3449
2821
  },
3450
- onFocus: (k) => {
3451
- var h, v;
3452
- (v = (h = w.props).onFocus) == null || v.call(h, k), p();
2822
+ onFocus: (g) => {
2823
+ var u, b;
2824
+ (b = (u = x.props).onFocus) == null || b.call(u, g), c();
3453
2825
  },
3454
- onBlur: (k) => {
3455
- var h, v;
3456
- (v = (h = w.props).onBlur) == null || v.call(h, k), g();
2826
+ onBlur: (g) => {
2827
+ var u, b;
2828
+ (b = (u = x.props).onBlur) == null || b.call(u, g), w();
3457
2829
  }
3458
2830
  }),
3459
- r && !c && /* @__PURE__ */ s.jsxs(
2831
+ e && !l && /* @__PURE__ */ f(
3460
2832
  "span",
3461
2833
  {
3462
- id: P,
2834
+ id: _,
3463
2835
  role: "tooltip",
3464
- className: y(
2836
+ className: m(
3465
2837
  "absolute z-50 pointer-events-none",
3466
- zt[o],
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
- n,
3473
- /* @__PURE__ */ s.jsx(
2844
+ o,
2845
+ /* @__PURE__ */ s(
3474
2846
  "span",
3475
2847
  {
3476
- className: y(
2848
+ className: m(
3477
2849
  "absolute w-0 h-0",
3478
- Mt[o],
3479
- It[o]
2850
+ ct[r],
2851
+ dt[r]
3480
2852
  )
3481
2853
  }
3482
2854
  ),
3483
- /* @__PURE__ */ s.jsx(
2855
+ /* @__PURE__ */ s(
3484
2856
  "span",
3485
2857
  {
3486
- className: y(
2858
+ className: m(
3487
2859
  "absolute w-0 h-0 bg-surface",
3488
- Lt[o],
3489
- o === "top" && "border-t-[5px] border-r-[5px] border-l-[5px] border-t-surface border-r-transparent border-l-transparent",
3490
- o === "bottom" && "border-b-[5px] border-r-[5px] border-l-[5px] border-b-surface border-r-transparent border-l-transparent",
3491
- o === "left" && "border-l-[5px] border-t-[5px] border-b-[5px] border-l-surface border-t-transparent border-b-transparent",
3492
- o === "right" && "border-r-[5px] border-t-[5px] border-b-[5px] border-r-surface border-t-transparent border-b-transparent"
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
- }, ur = Wr(void 0), Qt = ({
3501
- children: r,
2872
+ }, he = ge(void 0), Lt = ({
2873
+ children: e,
3502
2874
  defaultTheme: t
3503
2875
  }) => {
3504
- const n = () => {
2876
+ const o = () => {
3505
2877
  if (typeof window < "u") {
3506
- const l = localStorage.getItem("theme");
3507
- if (l === "light" || l === "dark")
3508
- return l;
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
- }, [o, i] = er(n), c = z.useCallback((l) => {
3512
- i(l), typeof window < "u" && localStorage.setItem("theme", l);
2883
+ }, [r, n] = se(o), l = C.useCallback((a) => {
2884
+ n(a), typeof window < "u" && localStorage.setItem("theme", a);
3513
2885
  }, []);
3514
- return z.useEffect(() => {
2886
+ return C.useEffect(() => {
3515
2887
  if (typeof document > "u") return;
3516
- const l = document.documentElement;
3517
- o === "light" ? (l.classList.add("theme-light"), l.classList.remove("theme-dark")) : (l.classList.add("theme-dark"), l.classList.remove("theme-light"));
3518
- }, [o]), z.useEffect(() => {
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 l = window.matchMedia("(prefers-color-scheme: dark)"), d = (f) => {
3521
- typeof window < "u" && !localStorage.getItem("theme") && i(f.matches ? "dark" : "light");
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 (l.addEventListener)
3524
- return l.addEventListener("change", d), () => l.removeEventListener("change", d);
3525
- if (l.addListener)
3526
- return l.addListener(d), () => l.removeListener(d);
3527
- }, []), /* @__PURE__ */ s.jsx(ur.Provider, { value: { theme: o, setTheme: c }, children: r });
3528
- }, Ot = () => {
3529
- const r = Gr(ur);
3530
- if (r === void 0)
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 r;
3533
- }, eo = ({
3534
- className: r,
2904
+ return e;
2905
+ }, At = ({
2906
+ className: e,
3535
2907
  showLabel: t = !0
3536
2908
  }) => {
3537
- const { theme: n, setTheme: o } = Ot(), i = n === "dark", c = () => {
3538
- o(i ? "light" : "dark");
3539
- }, l = (d) => {
3540
- (d.key === "Enter" || d.key === " ") && (d.preventDefault(), c());
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__ */ s.jsxs("div", { className: y("flex items-center gap-3", r), children: [
3543
- /* @__PURE__ */ s.jsxs(
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: l,
2919
+ onKeyDown: a,
3548
2920
  tabIndex: 0,
3549
2921
  role: "switch",
3550
- "aria-checked": i,
3551
- "aria-label": i ? "Switch to light mode" : "Switch to dark mode",
2922
+ "aria-checked": n,
2923
+ "aria-label": n ? "Switch to light mode" : "Switch to dark mode",
3552
2924
  children: [
3553
- /* @__PURE__ */ s.jsx(
2925
+ /* @__PURE__ */ s(
3554
2926
  "input",
3555
2927
  {
3556
2928
  type: "checkbox",
3557
2929
  className: "theme-switch__checkbox",
3558
- checked: i,
3559
- onChange: c,
2930
+ checked: n,
2931
+ onChange: l,
3560
2932
  "aria-hidden": "true"
3561
2933
  }
3562
2934
  ),
3563
- /* @__PURE__ */ s.jsxs("div", { className: "theme-switch__container", children: [
3564
- /* @__PURE__ */ s.jsx("div", { className: "theme-switch__clouds" }),
3565
- /* @__PURE__ */ s.jsx("div", { className: "theme-switch__stars-container", children: /* @__PURE__ */ s.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 144 55", fill: "none", children: /* @__PURE__ */ s.jsx(
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.jsx("div", { className: "theme-switch__circle-container", children: /* @__PURE__ */ s.jsx("div", { className: "theme-switch__sun-moon-container", children: /* @__PURE__ */ s.jsxs("div", { className: "theme-switch__moon", children: [
3575
- /* @__PURE__ */ s.jsx("div", { className: "theme-switch__spot" }),
3576
- /* @__PURE__ */ s.jsx("div", { className: "theme-switch__spot" }),
3577
- /* @__PURE__ */ s.jsx("div", { className: "theme-switch__spot" })
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.jsx("span", { className: "text-sm font-medium text-text-primary", children: i ? "Dark" : "Light" })
2955
+ t && /* @__PURE__ */ s("span", { className: "text-sm font-medium text-text-primary", children: n ? "Dark" : "Light" })
3584
2956
  ] });
3585
- }, Ft = ({
3586
- width: r = 315,
2957
+ }, mt = ({
2958
+ width: e = 315,
3587
2959
  aspectRatio: t = 1.33,
3588
- className: n,
3589
- children: o,
3590
- ...i
3591
- }) => /* @__PURE__ */ s.jsxs(
2960
+ className: o,
2961
+ children: r,
2962
+ ...n
2963
+ }) => /* @__PURE__ */ f(
3592
2964
  "div",
3593
2965
  {
3594
- className: y(
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
- n
2971
+ o
3600
2972
  ),
3601
2973
  style: {
3602
- width: `${r + 1}px`,
3603
- height: `${r * t + 1}px`
2974
+ width: `${e + 1}px`,
2975
+ height: `${e * t + 1}px`
3604
2976
  },
3605
- ...i,
2977
+ ...n,
3606
2978
  children: [
3607
- /* @__PURE__ */ s.jsx(
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
- o
2988
+ r
3617
2989
  ]
3618
2990
  }
3619
- ), Dt = ({
3620
- width: r = 315,
2991
+ ), bt = ({
2992
+ width: e = 315,
3621
2993
  aspectRatio: t = 1.33,
3622
- className: n,
3623
- children: o,
3624
- ...i
3625
- }) => /* @__PURE__ */ s.jsx(
2994
+ className: o,
2995
+ children: r,
2996
+ ...n
2997
+ }) => /* @__PURE__ */ s(
3626
2998
  "div",
3627
2999
  {
3628
- className: y(
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
- n
3004
+ o
3633
3005
  ),
3634
3006
  style: {
3635
- width: `${r}px`,
3636
- height: `${r * t}px`
3007
+ width: `${e}px`,
3008
+ height: `${e * t}px`
3637
3009
  },
3638
- ...i,
3639
- children: o
3010
+ ...n,
3011
+ children: r
3640
3012
  }
3641
- ), $t = ({ className: r, ...t }) => /* @__PURE__ */ s.jsxs(
3013
+ ), ht = ({ className: e, ...t }) => /* @__PURE__ */ f(
3642
3014
  "div",
3643
3015
  {
3644
- className: y(
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
- r
3021
+ e
3650
3022
  ),
3651
3023
  ...t,
3652
3024
  children: [
3653
- /* @__PURE__ */ s.jsx("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" }),
3654
- /* @__PURE__ */ s.jsx("div", { className: "absolute top-[10px] w-[30%] h-[30%] rounded-full border-[2.5px] border-white" })
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
- ), ro = ({
3658
- title: r,
3029
+ ), It = ({
3030
+ title: e,
3659
3031
  showLogo: t = !1,
3660
- footer: n,
3661
- width: o = 315,
3662
- aspectRatio: i = 1.33,
3663
- className: c,
3664
- children: l,
3665
- ...d
3666
- }) => /* @__PURE__ */ s.jsx(Ft, { width: o, aspectRatio: i, children: /* @__PURE__ */ s.jsxs(Dt, { width: o, aspectRatio: i, children: [
3667
- /* @__PURE__ */ s.jsxs(
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: y("flex justify-center items-center flex-col gap-[10px]", c),
3671
- ...d,
3042
+ className: m("flex justify-center items-center flex-col gap-[10px]", l),
3043
+ ...i,
3672
3044
  children: [
3673
- t && /* @__PURE__ */ s.jsx("div", { className: "flex justify-center items-center mb-2", children: /* @__PURE__ */ s.jsx($t, {}) }),
3674
- r && /* @__PURE__ */ s.jsx("div", { className: "w-full text-center text-2xl font-bold py-1.5 text-text-primary flex justify-center items-center", children: r }),
3675
- l
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
- n && /* @__PURE__ */ s.jsx("div", { className: "w-full text-left text-text-secondary text-xs mt-4", children: n })
3680
- ] }) }), to = ({
3681
- label: r,
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: n,
3684
- size: o,
3685
- ...i
3686
- }) => /* @__PURE__ */ s.jsxs("div", { className: "w-full", children: [
3687
- r && /* @__PURE__ */ s.jsx("label", { className: "block text-text-primary text-sm mb-1.5", children: r }),
3688
- /* @__PURE__ */ s.jsx("div", { className: "flex justify-center", children: /* @__PURE__ */ s.jsx(
3689
- lr,
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: y(
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
- n
3066
+ o
3695
3067
  ),
3696
3068
  error: t,
3697
- size: o,
3698
- ...i
3069
+ size: r,
3070
+ ...n
3699
3071
  }
3700
3072
  ) })
3701
- ] }), oo = ({
3702
- variant: r = "primary",
3073
+ ] }), Et = ({
3074
+ variant: e = "primary",
3703
3075
  className: t,
3704
- children: n,
3705
- ...o
3706
- }) => r === "google" ? /* @__PURE__ */ s.jsx(
3076
+ children: o,
3077
+ ...r
3078
+ }) => e === "google" ? /* @__PURE__ */ s(
3707
3079
  "button",
3708
3080
  {
3709
- className: y(
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
- ...o,
3719
- children: n
3090
+ ...r,
3091
+ children: o
3720
3092
  }
3721
- ) : /* @__PURE__ */ s.jsx(
3722
- ir,
3093
+ ) : /* @__PURE__ */ s(
3094
+ pe,
3723
3095
  {
3724
- className: y(
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
- ...o,
3730
- children: n
3101
+ ...r,
3102
+ children: o
3731
3103
  }
3732
- ), no = ({
3733
- className: r,
3104
+ ), Tt = ({
3105
+ className: e,
3734
3106
  children: t,
3735
- ...n
3736
- }) => /* @__PURE__ */ s.jsx(
3107
+ ...o
3108
+ }) => /* @__PURE__ */ s(
3737
3109
  "div",
3738
3110
  {
3739
- className: y(
3111
+ className: m(
3740
3112
  "w-full text-left text-text-secondary text-xs",
3741
- r
3113
+ e
3742
3114
  ),
3743
- ...n,
3115
+ ...o,
3744
3116
  children: t
3745
3117
  }
3746
- ), so = ({
3747
- className: r,
3118
+ ), jt = ({
3119
+ className: e,
3748
3120
  children: t,
3749
- ...n
3750
- }) => /* @__PURE__ */ s.jsx(
3121
+ ...o
3122
+ }) => /* @__PURE__ */ s(
3751
3123
  "a",
3752
3124
  {
3753
- className: y(
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
- r
3130
+ e
3759
3131
  ),
3760
- ...n,
3132
+ ...o,
3761
3133
  children: t
3762
3134
  }
3763
3135
  );
3764
3136
  export {
3765
- ir as Button,
3766
- Vt as Card,
3767
- Yt as CardContent,
3768
- Zt as CardFooter,
3769
- Ut as CardHeader,
3770
- At as Checkbox,
3771
- ro as Form,
3772
- oo as FormButton,
3773
- to as FormField,
3774
- no as FormFooter,
3775
- so as FormFooterLink,
3776
- lr as Input,
3777
- qt as Loader,
3778
- Ht as RadioButton,
3779
- Jt as RadioGroup,
3780
- Kt as Spinner,
3781
- Gt as SubmitButton,
3782
- Qt as ThemeProvider,
3783
- eo as ThemeSwitch,
3784
- Bt as Toggle,
3785
- Xt as Tooltip,
3786
- Ot as useTheme
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
  };