@possibly6400/ui-kit 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs ADDED
@@ -0,0 +1,3761 @@
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, p, x) {
18
+ var f, g = {}, y = null, P = null;
19
+ x !== void 0 && (y = "" + x), p.key !== void 0 && (y = "" + p.key), p.ref !== void 0 && (P = p.ref);
20
+ for (f in p) o.call(p, f) && !c.hasOwnProperty(f) && (g[f] = p[f]);
21
+ if (d && d.defaultProps) for (f in p = d.defaultProps, p) g[f] === void 0 && (g[f] = p[f]);
22
+ return { $$typeof: t, type: d, key: y, ref: P, props: g, _owner: i.current };
23
+ }
24
+ return ue.Fragment = n, ue.jsx = l, ue.jsxs = l, ue;
25
+ }
26
+ var fe = {};
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"), p = Symbol.for("react.forward_ref"), x = Symbol.for("react.suspense"), f = Symbol.for("react.suspense_list"), g = Symbol.for("react.memo"), y = 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 === f || H || e === P || O || V || Y || typeof e == "object" && e !== null && (e.$$typeof === y || e.$$typeof === g || e.$$typeof === l || e.$$typeof === d || e.$$typeof === p || // 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 f:
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 p:
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 y: {
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 fr() {
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 pr() {
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, fr();
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 w = L.stack.split(`
258
+ `), I = b.stack.split(`
259
+ `), A = w.length - 1, M = I.length - 1; A >= 1 && M >= 0 && w[A] !== I[M]; )
260
+ M--;
261
+ for (; A >= 1 && M >= 0; A--, M--)
262
+ if (w[A] !== I[M]) {
263
+ if (A !== 1 || M !== 1)
264
+ do
265
+ if (A--, M--, M < 0 || w[A] !== I[M]) {
266
+ var $ = `
267
+ ` + w[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, pr(), 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 f:
298
+ return xe("SuspenseList");
299
+ }
300
+ if (typeof e == "object")
301
+ switch (e.$$typeof) {
302
+ case p:
303
+ return mr(e.render);
304
+ case g:
305
+ return ge(e.type, a, u);
306
+ case y: {
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 w = 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
+ w = e[C](a, C, b, u, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
336
+ } catch (A) {
337
+ w = A;
338
+ }
339
+ w && !(w 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 w), ve(null)), w instanceof Error && !(w.message in Ie) && (Ie[w.message] = !0, ve(E), j("Failed %s type: %s", u, w.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 w = {
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 w._store = {}, Object.defineProperty(w._store, "validated", {
427
+ configurable: !1,
428
+ enumerable: !1,
429
+ writable: !0,
430
+ value: !1
431
+ }), Object.defineProperty(w, "_self", {
432
+ configurable: !1,
433
+ enumerable: !1,
434
+ writable: !1,
435
+ value: b
436
+ }), Object.defineProperty(w, "_source", {
437
+ configurable: !1,
438
+ enumerable: !1,
439
+ writable: !1,
440
+ value: E
441
+ }), Object.freeze && (Object.freeze(w.props), Object.freeze(w)), w;
442
+ };
443
+ function Sr(e, a, u, b, E) {
444
+ {
445
+ var S, C = {}, w = null, I = null;
446
+ u !== void 0 && (Fe(u), w = "" + u), Cr(a) && (Fe(a.key), w = "" + 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 (w || I) {
455
+ var M = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
456
+ w && kr(C, M), I && Er(C, M);
457
+ }
458
+ return Rr(e, w, 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 === p || // 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 w = "";
577
+ (e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (w += " 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 ? w += I : w += Be();
580
+ var A;
581
+ e === null ? A = "null" : Ce(e) ? A = "array" : e !== void 0 && e.$$typeof === t ? (A = "<" + (W(e.type) || "Unknown") + " />", w = " 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, w);
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
+ fe.Fragment = o, fe.jsx = Ir, fe.jsxs = Lr;
624
+ }()), fe;
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;
636
+ }
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;
640
+ }
641
+ const Pe = "-", Yr = (r) => {
642
+ const t = Kr(r), {
643
+ conflictingClassGroups: n,
644
+ conflictingClassGroupModifiers: o
645
+ } = r;
646
+ return {
647
+ getClassGroupId: (l) => {
648
+ const d = l.split(Pe);
649
+ return d[0] === "" && d.length !== 1 && d.shift(), tr(d, t) || Zr(l);
650
+ },
651
+ getConflictingClassGroupIds: (l, d) => {
652
+ const p = n[l] || [];
653
+ return d && o[l] ? [...p, ...o[l]] : p;
654
+ }
655
+ };
656
+ }, tr = (r, t) => {
657
+ var l;
658
+ if (r.length === 0)
659
+ 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;
663
+ if (t.validators.length === 0)
664
+ 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;
674
+ }
675
+ }, Kr = (r) => {
676
+ const {
677
+ theme: t,
678
+ prefix: n
679
+ } = r, o = {
680
+ nextPart: /* @__PURE__ */ new Map(),
681
+ validators: []
682
+ };
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;
691
+ return;
692
+ }
693
+ if (typeof i == "function") {
694
+ if (qr(i)) {
695
+ Te(i(o), t, n, o);
696
+ return;
697
+ }
698
+ t.validators.push({
699
+ validator: i,
700
+ classGroupId: n
701
+ });
702
+ return;
703
+ }
704
+ Object.entries(i).forEach(([c, l]) => {
705
+ Te(l, Xe(t, c), n, o);
706
+ });
707
+ });
708
+ }, Xe = (r, t) => {
709
+ let n = r;
710
+ return t.split(Pe).forEach((o) => {
711
+ n.nextPart.has(o) || n.nextPart.set(o, {
712
+ nextPart: /* @__PURE__ */ new Map(),
713
+ 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)
721
+ return {
722
+ get: () => {
723
+ },
724
+ set: () => {
725
+ }
726
+ };
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());
730
+ };
731
+ 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;
738
+ },
739
+ set(c, l) {
740
+ n.has(c) ? n.set(c, l) : i(c, l);
741
+ }
742
+ };
743
+ }, or = "!", Xr = (r) => {
744
+ const {
745
+ separator: t,
746
+ experimentalParseClassName: n
747
+ } = r, o = t.length === 1, i = t[0], c = t.length, l = (d) => {
748
+ const p = [];
749
+ let x = 0, f = 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
+ p.push(d.slice(f, v)), f = v + c;
755
+ continue;
756
+ }
757
+ if (N === "/") {
758
+ g = v;
759
+ continue;
760
+ }
761
+ }
762
+ N === "[" ? x++ : N === "]" && x--;
763
+ }
764
+ const y = p.length === 0 ? d : d.substring(f), P = y.startsWith(or), k = P ? y.substring(1) : y, h = g && g > f ? g - f : void 0;
765
+ return {
766
+ modifiers: p,
767
+ hasImportantModifier: P,
768
+ baseClassName: k,
769
+ maybePostfixModifierPosition: h
770
+ };
771
+ };
772
+ return n ? (d) => n({
773
+ className: d,
774
+ parseClassName: l
775
+ }) : l;
776
+ }, Qr = (r) => {
777
+ if (r.length <= 1)
778
+ return r;
779
+ 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) => {
789
+ const {
790
+ parseClassName: n,
791
+ getClassGroupId: o,
792
+ getConflictingClassGroupIds: i
793
+ } = t, c = [], l = r.trim().split(rt);
794
+ let d = "";
795
+ for (let p = l.length - 1; p >= 0; p -= 1) {
796
+ const x = l[p], {
797
+ modifiers: f,
798
+ hasImportantModifier: g,
799
+ baseClassName: y,
800
+ maybePostfixModifierPosition: P
801
+ } = n(x);
802
+ let k = !!P, h = o(k ? y.substring(0, P) : y);
803
+ if (!h) {
804
+ if (!k) {
805
+ d = x + (d.length > 0 ? " " + d : d);
806
+ continue;
807
+ }
808
+ if (h = o(y), !h) {
809
+ d = x + (d.length > 0 ? " " + d : d);
810
+ continue;
811
+ }
812
+ k = !1;
813
+ }
814
+ const v = Qr(f).join(":"), N = g ? v + or : v, j = N + h;
815
+ if (c.includes(j))
816
+ 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);
822
+ }
823
+ d = x + (d.length > 0 ? " " + d : d);
824
+ }
825
+ return d;
826
+ };
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;
832
+ }
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;
840
+ };
841
+ function nt(r, ...t) {
842
+ let n, o, i, c = l;
843
+ function l(p) {
844
+ const x = t.reduce((f, g) => g(f), r());
845
+ return n = et(x), o = n.cache.get, i = n.cache.set, c = d, d(p);
846
+ }
847
+ function d(p) {
848
+ const x = o(p);
849
+ if (x)
850
+ return x;
851
+ const f = tt(p, n);
852
+ return i(p, f), f;
853
+ }
854
+ return function() {
855
+ return c(ot.apply(null, arguments));
856
+ };
857
+ }
858
+ const T = (r) => {
859
+ const t = (n) => n[r] || [];
860
+ 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), pe = (r) => !!r && Number.isInteger(Number(r)), ft = (r) => r.endsWith("%") && ne(r.slice(0, -1)), m = (r) => sr.test(r), J = (r) => it.test(r), pt = /* @__PURE__ */ new Set(["length", "size", "percentage"]), bt = (r) => se(r, pt, 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) => (
865
+ // `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
866
+ // For example, `hsl(0 0% 0%)` would be classified as a length without this check.
867
+ // 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"), p = T("contrast"), x = T("grayscale"), f = T("hueRotate"), g = T("invert"), y = 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];
871
+ return {
872
+ cacheSize: 500,
873
+ separator: ":",
874
+ 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: [ft, 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()
900
+ },
901
+ classGroups: {
902
+ // Layout
903
+ /**
904
+ * Aspect Ratio
905
+ * @see https://tailwindcss.com/docs/aspect-ratio
906
+ */
907
+ aspect: [{
908
+ aspect: ["auto", "square", "video", m]
909
+ }],
910
+ /**
911
+ * Container
912
+ * @see https://tailwindcss.com/docs/container
913
+ */
914
+ container: ["container"],
915
+ /**
916
+ * Columns
917
+ * @see https://tailwindcss.com/docs/columns
918
+ */
919
+ columns: [{
920
+ columns: [J]
921
+ }],
922
+ /**
923
+ * Break After
924
+ * @see https://tailwindcss.com/docs/break-after
925
+ */
926
+ "break-after": [{
927
+ "break-after": ce()
928
+ }],
929
+ /**
930
+ * Break Before
931
+ * @see https://tailwindcss.com/docs/break-before
932
+ */
933
+ "break-before": [{
934
+ "break-before": ce()
935
+ }],
936
+ /**
937
+ * Break Inside
938
+ * @see https://tailwindcss.com/docs/break-inside
939
+ */
940
+ "break-inside": [{
941
+ "break-inside": ["auto", "avoid", "avoid-page", "avoid-column"]
942
+ }],
943
+ /**
944
+ * Box Decoration Break
945
+ * @see https://tailwindcss.com/docs/box-decoration-break
946
+ */
947
+ "box-decoration": [{
948
+ "box-decoration": ["slice", "clone"]
949
+ }],
950
+ /**
951
+ * Box Sizing
952
+ * @see https://tailwindcss.com/docs/box-sizing
953
+ */
954
+ box: [{
955
+ box: ["border", "content"]
956
+ }],
957
+ /**
958
+ * Display
959
+ * @see https://tailwindcss.com/docs/display
960
+ */
961
+ display: ["block", "inline-block", "inline", "flex", "inline-flex", "table", "inline-table", "table-caption", "table-cell", "table-column", "table-column-group", "table-footer-group", "table-header-group", "table-row-group", "table-row", "flow-root", "grid", "inline-grid", "contents", "list-item", "hidden"],
962
+ /**
963
+ * Floats
964
+ * @see https://tailwindcss.com/docs/float
965
+ */
966
+ float: [{
967
+ float: ["right", "left", "none", "start", "end"]
968
+ }],
969
+ /**
970
+ * Clear
971
+ * @see https://tailwindcss.com/docs/clear
972
+ */
973
+ clear: [{
974
+ clear: ["left", "right", "both", "none", "start", "end"]
975
+ }],
976
+ /**
977
+ * Isolation
978
+ * @see https://tailwindcss.com/docs/isolation
979
+ */
980
+ isolation: ["isolate", "isolation-auto"],
981
+ /**
982
+ * Object Fit
983
+ * @see https://tailwindcss.com/docs/object-fit
984
+ */
985
+ "object-fit": [{
986
+ object: ["contain", "cover", "fill", "none", "scale-down"]
987
+ }],
988
+ /**
989
+ * Object Position
990
+ * @see https://tailwindcss.com/docs/object-position
991
+ */
992
+ "object-position": [{
993
+ object: [...Z(), m]
994
+ }],
995
+ /**
996
+ * Overflow
997
+ * @see https://tailwindcss.com/docs/overflow
998
+ */
999
+ overflow: [{
1000
+ overflow: ae()
1001
+ }],
1002
+ /**
1003
+ * Overflow X
1004
+ * @see https://tailwindcss.com/docs/overflow
1005
+ */
1006
+ "overflow-x": [{
1007
+ "overflow-x": ae()
1008
+ }],
1009
+ /**
1010
+ * Overflow Y
1011
+ * @see https://tailwindcss.com/docs/overflow
1012
+ */
1013
+ "overflow-y": [{
1014
+ "overflow-y": ae()
1015
+ }],
1016
+ /**
1017
+ * Overscroll Behavior
1018
+ * @see https://tailwindcss.com/docs/overscroll-behavior
1019
+ */
1020
+ overscroll: [{
1021
+ overscroll: ee()
1022
+ }],
1023
+ /**
1024
+ * Overscroll Behavior X
1025
+ * @see https://tailwindcss.com/docs/overscroll-behavior
1026
+ */
1027
+ "overscroll-x": [{
1028
+ "overscroll-x": ee()
1029
+ }],
1030
+ /**
1031
+ * Overscroll Behavior Y
1032
+ * @see https://tailwindcss.com/docs/overscroll-behavior
1033
+ */
1034
+ "overscroll-y": [{
1035
+ "overscroll-y": ee()
1036
+ }],
1037
+ /**
1038
+ * Position
1039
+ * @see https://tailwindcss.com/docs/position
1040
+ */
1041
+ position: ["static", "fixed", "absolute", "relative", "sticky"],
1042
+ /**
1043
+ * Top / Right / Bottom / Left
1044
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
1045
+ */
1046
+ inset: [{
1047
+ inset: [h]
1048
+ }],
1049
+ /**
1050
+ * Right / Left
1051
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
1052
+ */
1053
+ "inset-x": [{
1054
+ "inset-x": [h]
1055
+ }],
1056
+ /**
1057
+ * Top / Bottom
1058
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
1059
+ */
1060
+ "inset-y": [{
1061
+ "inset-y": [h]
1062
+ }],
1063
+ /**
1064
+ * Start
1065
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
1066
+ */
1067
+ start: [{
1068
+ start: [h]
1069
+ }],
1070
+ /**
1071
+ * End
1072
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
1073
+ */
1074
+ end: [{
1075
+ end: [h]
1076
+ }],
1077
+ /**
1078
+ * Top
1079
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
1080
+ */
1081
+ top: [{
1082
+ top: [h]
1083
+ }],
1084
+ /**
1085
+ * Right
1086
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
1087
+ */
1088
+ right: [{
1089
+ right: [h]
1090
+ }],
1091
+ /**
1092
+ * Bottom
1093
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
1094
+ */
1095
+ bottom: [{
1096
+ bottom: [h]
1097
+ }],
1098
+ /**
1099
+ * Left
1100
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
1101
+ */
1102
+ left: [{
1103
+ left: [h]
1104
+ }],
1105
+ /**
1106
+ * Visibility
1107
+ * @see https://tailwindcss.com/docs/visibility
1108
+ */
1109
+ visibility: ["visible", "invisible", "collapse"],
1110
+ /**
1111
+ * Z-Index
1112
+ * @see https://tailwindcss.com/docs/z-index
1113
+ */
1114
+ z: [{
1115
+ z: ["auto", pe, m]
1116
+ }],
1117
+ // Flexbox and Grid
1118
+ /**
1119
+ * Flex Basis
1120
+ * @see https://tailwindcss.com/docs/flex-basis
1121
+ */
1122
+ basis: [{
1123
+ basis: ie()
1124
+ }],
1125
+ /**
1126
+ * Flex Direction
1127
+ * @see https://tailwindcss.com/docs/flex-direction
1128
+ */
1129
+ "flex-direction": [{
1130
+ flex: ["row", "row-reverse", "col", "col-reverse"]
1131
+ }],
1132
+ /**
1133
+ * Flex Wrap
1134
+ * @see https://tailwindcss.com/docs/flex-wrap
1135
+ */
1136
+ "flex-wrap": [{
1137
+ flex: ["wrap", "wrap-reverse", "nowrap"]
1138
+ }],
1139
+ /**
1140
+ * Flex
1141
+ * @see https://tailwindcss.com/docs/flex
1142
+ */
1143
+ flex: [{
1144
+ flex: ["1", "auto", "initial", "none", m]
1145
+ }],
1146
+ /**
1147
+ * Flex Grow
1148
+ * @see https://tailwindcss.com/docs/flex-grow
1149
+ */
1150
+ grow: [{
1151
+ grow: K()
1152
+ }],
1153
+ /**
1154
+ * Flex Shrink
1155
+ * @see https://tailwindcss.com/docs/flex-shrink
1156
+ */
1157
+ shrink: [{
1158
+ shrink: K()
1159
+ }],
1160
+ /**
1161
+ * Order
1162
+ * @see https://tailwindcss.com/docs/order
1163
+ */
1164
+ order: [{
1165
+ order: ["first", "last", "none", pe, m]
1166
+ }],
1167
+ /**
1168
+ * Grid Template Columns
1169
+ * @see https://tailwindcss.com/docs/grid-template-columns
1170
+ */
1171
+ "grid-cols": [{
1172
+ "grid-cols": [be]
1173
+ }],
1174
+ /**
1175
+ * Grid Column Start / End
1176
+ * @see https://tailwindcss.com/docs/grid-column
1177
+ */
1178
+ "col-start-end": [{
1179
+ col: ["auto", {
1180
+ span: ["full", pe, m]
1181
+ }, m]
1182
+ }],
1183
+ /**
1184
+ * Grid Column Start
1185
+ * @see https://tailwindcss.com/docs/grid-column
1186
+ */
1187
+ "col-start": [{
1188
+ "col-start": F()
1189
+ }],
1190
+ /**
1191
+ * Grid Column End
1192
+ * @see https://tailwindcss.com/docs/grid-column
1193
+ */
1194
+ "col-end": [{
1195
+ "col-end": F()
1196
+ }],
1197
+ /**
1198
+ * Grid Template Rows
1199
+ * @see https://tailwindcss.com/docs/grid-template-rows
1200
+ */
1201
+ "grid-rows": [{
1202
+ "grid-rows": [be]
1203
+ }],
1204
+ /**
1205
+ * Grid Row Start / End
1206
+ * @see https://tailwindcss.com/docs/grid-row
1207
+ */
1208
+ "row-start-end": [{
1209
+ row: ["auto", {
1210
+ span: [pe, m]
1211
+ }, m]
1212
+ }],
1213
+ /**
1214
+ * Grid Row Start
1215
+ * @see https://tailwindcss.com/docs/grid-row
1216
+ */
1217
+ "row-start": [{
1218
+ "row-start": F()
1219
+ }],
1220
+ /**
1221
+ * Grid Row End
1222
+ * @see https://tailwindcss.com/docs/grid-row
1223
+ */
1224
+ "row-end": [{
1225
+ "row-end": F()
1226
+ }],
1227
+ /**
1228
+ * Grid Auto Flow
1229
+ * @see https://tailwindcss.com/docs/grid-auto-flow
1230
+ */
1231
+ "grid-flow": [{
1232
+ "grid-flow": ["row", "col", "dense", "row-dense", "col-dense"]
1233
+ }],
1234
+ /**
1235
+ * Grid Auto Columns
1236
+ * @see https://tailwindcss.com/docs/grid-auto-columns
1237
+ */
1238
+ "auto-cols": [{
1239
+ "auto-cols": ["auto", "min", "max", "fr", m]
1240
+ }],
1241
+ /**
1242
+ * Grid Auto Rows
1243
+ * @see https://tailwindcss.com/docs/grid-auto-rows
1244
+ */
1245
+ "auto-rows": [{
1246
+ "auto-rows": ["auto", "min", "max", "fr", m]
1247
+ }],
1248
+ /**
1249
+ * Gap
1250
+ * @see https://tailwindcss.com/docs/gap
1251
+ */
1252
+ gap: [{
1253
+ gap: [y]
1254
+ }],
1255
+ /**
1256
+ * Gap X
1257
+ * @see https://tailwindcss.com/docs/gap
1258
+ */
1259
+ "gap-x": [{
1260
+ "gap-x": [y]
1261
+ }],
1262
+ /**
1263
+ * Gap Y
1264
+ * @see https://tailwindcss.com/docs/gap
1265
+ */
1266
+ "gap-y": [{
1267
+ "gap-y": [y]
1268
+ }],
1269
+ /**
1270
+ * Justify Content
1271
+ * @see https://tailwindcss.com/docs/justify-content
1272
+ */
1273
+ "justify-content": [{
1274
+ justify: ["normal", ...re()]
1275
+ }],
1276
+ /**
1277
+ * Justify Items
1278
+ * @see https://tailwindcss.com/docs/justify-items
1279
+ */
1280
+ "justify-items": [{
1281
+ "justify-items": ["start", "end", "center", "stretch"]
1282
+ }],
1283
+ /**
1284
+ * Justify Self
1285
+ * @see https://tailwindcss.com/docs/justify-self
1286
+ */
1287
+ "justify-self": [{
1288
+ "justify-self": ["auto", "start", "end", "center", "stretch"]
1289
+ }],
1290
+ /**
1291
+ * Align Content
1292
+ * @see https://tailwindcss.com/docs/align-content
1293
+ */
1294
+ "align-content": [{
1295
+ content: ["normal", ...re(), "baseline"]
1296
+ }],
1297
+ /**
1298
+ * Align Items
1299
+ * @see https://tailwindcss.com/docs/align-items
1300
+ */
1301
+ "align-items": [{
1302
+ items: ["start", "end", "center", "baseline", "stretch"]
1303
+ }],
1304
+ /**
1305
+ * Align Self
1306
+ * @see https://tailwindcss.com/docs/align-self
1307
+ */
1308
+ "align-self": [{
1309
+ self: ["auto", "start", "end", "center", "stretch", "baseline"]
1310
+ }],
1311
+ /**
1312
+ * Place Content
1313
+ * @see https://tailwindcss.com/docs/place-content
1314
+ */
1315
+ "place-content": [{
1316
+ "place-content": [...re(), "baseline"]
1317
+ }],
1318
+ /**
1319
+ * Place Items
1320
+ * @see https://tailwindcss.com/docs/place-items
1321
+ */
1322
+ "place-items": [{
1323
+ "place-items": ["start", "end", "center", "baseline", "stretch"]
1324
+ }],
1325
+ /**
1326
+ * Place Self
1327
+ * @see https://tailwindcss.com/docs/place-self
1328
+ */
1329
+ "place-self": [{
1330
+ "place-self": ["auto", "start", "end", "center", "stretch"]
1331
+ }],
1332
+ // Spacing
1333
+ /**
1334
+ * Padding
1335
+ * @see https://tailwindcss.com/docs/padding
1336
+ */
1337
+ p: [{
1338
+ p: [j]
1339
+ }],
1340
+ /**
1341
+ * Padding X
1342
+ * @see https://tailwindcss.com/docs/padding
1343
+ */
1344
+ px: [{
1345
+ px: [j]
1346
+ }],
1347
+ /**
1348
+ * Padding Y
1349
+ * @see https://tailwindcss.com/docs/padding
1350
+ */
1351
+ py: [{
1352
+ py: [j]
1353
+ }],
1354
+ /**
1355
+ * Padding Start
1356
+ * @see https://tailwindcss.com/docs/padding
1357
+ */
1358
+ ps: [{
1359
+ ps: [j]
1360
+ }],
1361
+ /**
1362
+ * Padding End
1363
+ * @see https://tailwindcss.com/docs/padding
1364
+ */
1365
+ pe: [{
1366
+ pe: [j]
1367
+ }],
1368
+ /**
1369
+ * Padding Top
1370
+ * @see https://tailwindcss.com/docs/padding
1371
+ */
1372
+ pt: [{
1373
+ pt: [j]
1374
+ }],
1375
+ /**
1376
+ * Padding Right
1377
+ * @see https://tailwindcss.com/docs/padding
1378
+ */
1379
+ pr: [{
1380
+ pr: [j]
1381
+ }],
1382
+ /**
1383
+ * Padding Bottom
1384
+ * @see https://tailwindcss.com/docs/padding
1385
+ */
1386
+ pb: [{
1387
+ pb: [j]
1388
+ }],
1389
+ /**
1390
+ * Padding Left
1391
+ * @see https://tailwindcss.com/docs/padding
1392
+ */
1393
+ pl: [{
1394
+ pl: [j]
1395
+ }],
1396
+ /**
1397
+ * Margin
1398
+ * @see https://tailwindcss.com/docs/margin
1399
+ */
1400
+ m: [{
1401
+ m: [v]
1402
+ }],
1403
+ /**
1404
+ * Margin X
1405
+ * @see https://tailwindcss.com/docs/margin
1406
+ */
1407
+ mx: [{
1408
+ mx: [v]
1409
+ }],
1410
+ /**
1411
+ * Margin Y
1412
+ * @see https://tailwindcss.com/docs/margin
1413
+ */
1414
+ my: [{
1415
+ my: [v]
1416
+ }],
1417
+ /**
1418
+ * Margin Start
1419
+ * @see https://tailwindcss.com/docs/margin
1420
+ */
1421
+ ms: [{
1422
+ ms: [v]
1423
+ }],
1424
+ /**
1425
+ * Margin End
1426
+ * @see https://tailwindcss.com/docs/margin
1427
+ */
1428
+ me: [{
1429
+ me: [v]
1430
+ }],
1431
+ /**
1432
+ * Margin Top
1433
+ * @see https://tailwindcss.com/docs/margin
1434
+ */
1435
+ mt: [{
1436
+ mt: [v]
1437
+ }],
1438
+ /**
1439
+ * Margin Right
1440
+ * @see https://tailwindcss.com/docs/margin
1441
+ */
1442
+ mr: [{
1443
+ mr: [v]
1444
+ }],
1445
+ /**
1446
+ * Margin Bottom
1447
+ * @see https://tailwindcss.com/docs/margin
1448
+ */
1449
+ mb: [{
1450
+ mb: [v]
1451
+ }],
1452
+ /**
1453
+ * Margin Left
1454
+ * @see https://tailwindcss.com/docs/margin
1455
+ */
1456
+ ml: [{
1457
+ ml: [v]
1458
+ }],
1459
+ /**
1460
+ * Space Between X
1461
+ * @see https://tailwindcss.com/docs/space
1462
+ */
1463
+ "space-x": [{
1464
+ "space-x": [H]
1465
+ }],
1466
+ /**
1467
+ * Space Between X Reverse
1468
+ * @see https://tailwindcss.com/docs/space
1469
+ */
1470
+ "space-x-reverse": ["space-x-reverse"],
1471
+ /**
1472
+ * Space Between Y
1473
+ * @see https://tailwindcss.com/docs/space
1474
+ */
1475
+ "space-y": [{
1476
+ "space-y": [H]
1477
+ }],
1478
+ /**
1479
+ * Space Between Y Reverse
1480
+ * @see https://tailwindcss.com/docs/space
1481
+ */
1482
+ "space-y-reverse": ["space-y-reverse"],
1483
+ // Sizing
1484
+ /**
1485
+ * Width
1486
+ * @see https://tailwindcss.com/docs/width
1487
+ */
1488
+ w: [{
1489
+ w: ["auto", "min", "max", "fit", "svw", "lvw", "dvw", m, t]
1490
+ }],
1491
+ /**
1492
+ * Min-Width
1493
+ * @see https://tailwindcss.com/docs/min-width
1494
+ */
1495
+ "min-w": [{
1496
+ "min-w": [m, t, "min", "max", "fit"]
1497
+ }],
1498
+ /**
1499
+ * Max-Width
1500
+ * @see https://tailwindcss.com/docs/max-width
1501
+ */
1502
+ "max-w": [{
1503
+ "max-w": [m, t, "none", "full", "min", "max", "fit", "prose", {
1504
+ screen: [J]
1505
+ }, J]
1506
+ }],
1507
+ /**
1508
+ * Height
1509
+ * @see https://tailwindcss.com/docs/height
1510
+ */
1511
+ h: [{
1512
+ h: [m, t, "auto", "min", "max", "fit", "svh", "lvh", "dvh"]
1513
+ }],
1514
+ /**
1515
+ * Min-Height
1516
+ * @see https://tailwindcss.com/docs/min-height
1517
+ */
1518
+ "min-h": [{
1519
+ "min-h": [m, t, "min", "max", "fit", "svh", "lvh", "dvh"]
1520
+ }],
1521
+ /**
1522
+ * Max-Height
1523
+ * @see https://tailwindcss.com/docs/max-height
1524
+ */
1525
+ "max-h": [{
1526
+ "max-h": [m, t, "min", "max", "fit", "svh", "lvh", "dvh"]
1527
+ }],
1528
+ /**
1529
+ * Size
1530
+ * @see https://tailwindcss.com/docs/size
1531
+ */
1532
+ size: [{
1533
+ size: [m, t, "auto", "min", "max", "fit"]
1534
+ }],
1535
+ // Typography
1536
+ /**
1537
+ * Font Size
1538
+ * @see https://tailwindcss.com/docs/font-size
1539
+ */
1540
+ "font-size": [{
1541
+ text: ["base", J, q]
1542
+ }],
1543
+ /**
1544
+ * Font Smoothing
1545
+ * @see https://tailwindcss.com/docs/font-smoothing
1546
+ */
1547
+ "font-smoothing": ["antialiased", "subpixel-antialiased"],
1548
+ /**
1549
+ * Font Style
1550
+ * @see https://tailwindcss.com/docs/font-style
1551
+ */
1552
+ "font-style": ["italic", "not-italic"],
1553
+ /**
1554
+ * Font Weight
1555
+ * @see https://tailwindcss.com/docs/font-weight
1556
+ */
1557
+ "font-weight": [{
1558
+ font: ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black", Se]
1559
+ }],
1560
+ /**
1561
+ * Font Family
1562
+ * @see https://tailwindcss.com/docs/font-family
1563
+ */
1564
+ "font-family": [{
1565
+ font: [be]
1566
+ }],
1567
+ /**
1568
+ * Font Variant Numeric
1569
+ * @see https://tailwindcss.com/docs/font-variant-numeric
1570
+ */
1571
+ "fvn-normal": ["normal-nums"],
1572
+ /**
1573
+ * Font Variant Numeric
1574
+ * @see https://tailwindcss.com/docs/font-variant-numeric
1575
+ */
1576
+ "fvn-ordinal": ["ordinal"],
1577
+ /**
1578
+ * Font Variant Numeric
1579
+ * @see https://tailwindcss.com/docs/font-variant-numeric
1580
+ */
1581
+ "fvn-slashed-zero": ["slashed-zero"],
1582
+ /**
1583
+ * Font Variant Numeric
1584
+ * @see https://tailwindcss.com/docs/font-variant-numeric
1585
+ */
1586
+ "fvn-figure": ["lining-nums", "oldstyle-nums"],
1587
+ /**
1588
+ * Font Variant Numeric
1589
+ * @see https://tailwindcss.com/docs/font-variant-numeric
1590
+ */
1591
+ "fvn-spacing": ["proportional-nums", "tabular-nums"],
1592
+ /**
1593
+ * Font Variant Numeric
1594
+ * @see https://tailwindcss.com/docs/font-variant-numeric
1595
+ */
1596
+ "fvn-fraction": ["diagonal-fractions", "stacked-fractions"],
1597
+ /**
1598
+ * Letter Spacing
1599
+ * @see https://tailwindcss.com/docs/letter-spacing
1600
+ */
1601
+ tracking: [{
1602
+ tracking: ["tighter", "tight", "normal", "wide", "wider", "widest", m]
1603
+ }],
1604
+ /**
1605
+ * Line Clamp
1606
+ * @see https://tailwindcss.com/docs/line-clamp
1607
+ */
1608
+ "line-clamp": [{
1609
+ "line-clamp": ["none", ne, Se]
1610
+ }],
1611
+ /**
1612
+ * Line Height
1613
+ * @see https://tailwindcss.com/docs/line-height
1614
+ */
1615
+ leading: [{
1616
+ leading: ["none", "tight", "snug", "normal", "relaxed", "loose", U, m]
1617
+ }],
1618
+ /**
1619
+ * List Style Image
1620
+ * @see https://tailwindcss.com/docs/list-style-image
1621
+ */
1622
+ "list-image": [{
1623
+ "list-image": ["none", m]
1624
+ }],
1625
+ /**
1626
+ * List Style Type
1627
+ * @see https://tailwindcss.com/docs/list-style-type
1628
+ */
1629
+ "list-style-type": [{
1630
+ list: ["none", "disc", "decimal", m]
1631
+ }],
1632
+ /**
1633
+ * List Style Position
1634
+ * @see https://tailwindcss.com/docs/list-style-position
1635
+ */
1636
+ "list-style-position": [{
1637
+ list: ["inside", "outside"]
1638
+ }],
1639
+ /**
1640
+ * Placeholder Color
1641
+ * @deprecated since Tailwind CSS v3.0.0
1642
+ * @see https://tailwindcss.com/docs/placeholder-color
1643
+ */
1644
+ "placeholder-color": [{
1645
+ placeholder: [r]
1646
+ }],
1647
+ /**
1648
+ * Placeholder Opacity
1649
+ * @see https://tailwindcss.com/docs/placeholder-opacity
1650
+ */
1651
+ "placeholder-opacity": [{
1652
+ "placeholder-opacity": [N]
1653
+ }],
1654
+ /**
1655
+ * Text Alignment
1656
+ * @see https://tailwindcss.com/docs/text-align
1657
+ */
1658
+ "text-alignment": [{
1659
+ text: ["left", "center", "right", "justify", "start", "end"]
1660
+ }],
1661
+ /**
1662
+ * Text Color
1663
+ * @see https://tailwindcss.com/docs/text-color
1664
+ */
1665
+ "text-color": [{
1666
+ text: [r]
1667
+ }],
1668
+ /**
1669
+ * Text Opacity
1670
+ * @see https://tailwindcss.com/docs/text-opacity
1671
+ */
1672
+ "text-opacity": [{
1673
+ "text-opacity": [N]
1674
+ }],
1675
+ /**
1676
+ * Text Decoration
1677
+ * @see https://tailwindcss.com/docs/text-decoration
1678
+ */
1679
+ "text-decoration": ["underline", "overline", "line-through", "no-underline"],
1680
+ /**
1681
+ * Text Decoration Style
1682
+ * @see https://tailwindcss.com/docs/text-decoration-style
1683
+ */
1684
+ "text-decoration-style": [{
1685
+ decoration: [...X(), "wavy"]
1686
+ }],
1687
+ /**
1688
+ * Text Decoration Thickness
1689
+ * @see https://tailwindcss.com/docs/text-decoration-thickness
1690
+ */
1691
+ "text-decoration-thickness": [{
1692
+ decoration: ["auto", "from-font", U, q]
1693
+ }],
1694
+ /**
1695
+ * Text Underline Offset
1696
+ * @see https://tailwindcss.com/docs/text-underline-offset
1697
+ */
1698
+ "underline-offset": [{
1699
+ "underline-offset": ["auto", U, m]
1700
+ }],
1701
+ /**
1702
+ * Text Decoration Color
1703
+ * @see https://tailwindcss.com/docs/text-decoration-color
1704
+ */
1705
+ "text-decoration-color": [{
1706
+ decoration: [r]
1707
+ }],
1708
+ /**
1709
+ * Text Transform
1710
+ * @see https://tailwindcss.com/docs/text-transform
1711
+ */
1712
+ "text-transform": ["uppercase", "lowercase", "capitalize", "normal-case"],
1713
+ /**
1714
+ * Text Overflow
1715
+ * @see https://tailwindcss.com/docs/text-overflow
1716
+ */
1717
+ "text-overflow": ["truncate", "text-ellipsis", "text-clip"],
1718
+ /**
1719
+ * Text Wrap
1720
+ * @see https://tailwindcss.com/docs/text-wrap
1721
+ */
1722
+ "text-wrap": [{
1723
+ text: ["wrap", "nowrap", "balance", "pretty"]
1724
+ }],
1725
+ /**
1726
+ * Text Indent
1727
+ * @see https://tailwindcss.com/docs/text-indent
1728
+ */
1729
+ indent: [{
1730
+ indent: R()
1731
+ }],
1732
+ /**
1733
+ * Vertical Alignment
1734
+ * @see https://tailwindcss.com/docs/vertical-align
1735
+ */
1736
+ "vertical-align": [{
1737
+ align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", m]
1738
+ }],
1739
+ /**
1740
+ * Whitespace
1741
+ * @see https://tailwindcss.com/docs/whitespace
1742
+ */
1743
+ whitespace: [{
1744
+ whitespace: ["normal", "nowrap", "pre", "pre-line", "pre-wrap", "break-spaces"]
1745
+ }],
1746
+ /**
1747
+ * Word Break
1748
+ * @see https://tailwindcss.com/docs/word-break
1749
+ */
1750
+ break: [{
1751
+ break: ["normal", "words", "all", "keep"]
1752
+ }],
1753
+ /**
1754
+ * Hyphens
1755
+ * @see https://tailwindcss.com/docs/hyphens
1756
+ */
1757
+ hyphens: [{
1758
+ hyphens: ["none", "manual", "auto"]
1759
+ }],
1760
+ /**
1761
+ * Content
1762
+ * @see https://tailwindcss.com/docs/content
1763
+ */
1764
+ content: [{
1765
+ content: ["none", m]
1766
+ }],
1767
+ // Backgrounds
1768
+ /**
1769
+ * Background Attachment
1770
+ * @see https://tailwindcss.com/docs/background-attachment
1771
+ */
1772
+ "bg-attachment": [{
1773
+ bg: ["fixed", "local", "scroll"]
1774
+ }],
1775
+ /**
1776
+ * Background Clip
1777
+ * @see https://tailwindcss.com/docs/background-clip
1778
+ */
1779
+ "bg-clip": [{
1780
+ "bg-clip": ["border", "padding", "content", "text"]
1781
+ }],
1782
+ /**
1783
+ * Background Opacity
1784
+ * @deprecated since Tailwind CSS v3.0.0
1785
+ * @see https://tailwindcss.com/docs/background-opacity
1786
+ */
1787
+ "bg-opacity": [{
1788
+ "bg-opacity": [N]
1789
+ }],
1790
+ /**
1791
+ * Background Origin
1792
+ * @see https://tailwindcss.com/docs/background-origin
1793
+ */
1794
+ "bg-origin": [{
1795
+ "bg-origin": ["border", "padding", "content"]
1796
+ }],
1797
+ /**
1798
+ * Background Position
1799
+ * @see https://tailwindcss.com/docs/background-position
1800
+ */
1801
+ "bg-position": [{
1802
+ bg: [...Z(), mt]
1803
+ }],
1804
+ /**
1805
+ * Background Repeat
1806
+ * @see https://tailwindcss.com/docs/background-repeat
1807
+ */
1808
+ "bg-repeat": [{
1809
+ bg: ["no-repeat", {
1810
+ repeat: ["", "x", "y", "round", "space"]
1811
+ }]
1812
+ }],
1813
+ /**
1814
+ * Background Size
1815
+ * @see https://tailwindcss.com/docs/background-size
1816
+ */
1817
+ "bg-size": [{
1818
+ bg: ["auto", "cover", "contain", bt]
1819
+ }],
1820
+ /**
1821
+ * Background Image
1822
+ * @see https://tailwindcss.com/docs/background-image
1823
+ */
1824
+ "bg-image": [{
1825
+ bg: ["none", {
1826
+ "gradient-to": ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
1827
+ }, ht]
1828
+ }],
1829
+ /**
1830
+ * Background Color
1831
+ * @see https://tailwindcss.com/docs/background-color
1832
+ */
1833
+ "bg-color": [{
1834
+ bg: [r]
1835
+ }],
1836
+ /**
1837
+ * Gradient Color Stops From Position
1838
+ * @see https://tailwindcss.com/docs/gradient-color-stops
1839
+ */
1840
+ "gradient-from-pos": [{
1841
+ from: [k]
1842
+ }],
1843
+ /**
1844
+ * Gradient Color Stops Via Position
1845
+ * @see https://tailwindcss.com/docs/gradient-color-stops
1846
+ */
1847
+ "gradient-via-pos": [{
1848
+ via: [k]
1849
+ }],
1850
+ /**
1851
+ * Gradient Color Stops To Position
1852
+ * @see https://tailwindcss.com/docs/gradient-color-stops
1853
+ */
1854
+ "gradient-to-pos": [{
1855
+ to: [k]
1856
+ }],
1857
+ /**
1858
+ * Gradient Color Stops From
1859
+ * @see https://tailwindcss.com/docs/gradient-color-stops
1860
+ */
1861
+ "gradient-from": [{
1862
+ from: [P]
1863
+ }],
1864
+ /**
1865
+ * Gradient Color Stops Via
1866
+ * @see https://tailwindcss.com/docs/gradient-color-stops
1867
+ */
1868
+ "gradient-via": [{
1869
+ via: [P]
1870
+ }],
1871
+ /**
1872
+ * Gradient Color Stops To
1873
+ * @see https://tailwindcss.com/docs/gradient-color-stops
1874
+ */
1875
+ "gradient-to": [{
1876
+ to: [P]
1877
+ }],
1878
+ // Borders
1879
+ /**
1880
+ * Border Radius
1881
+ * @see https://tailwindcss.com/docs/border-radius
1882
+ */
1883
+ rounded: [{
1884
+ rounded: [c]
1885
+ }],
1886
+ /**
1887
+ * Border Radius Start
1888
+ * @see https://tailwindcss.com/docs/border-radius
1889
+ */
1890
+ "rounded-s": [{
1891
+ "rounded-s": [c]
1892
+ }],
1893
+ /**
1894
+ * Border Radius End
1895
+ * @see https://tailwindcss.com/docs/border-radius
1896
+ */
1897
+ "rounded-e": [{
1898
+ "rounded-e": [c]
1899
+ }],
1900
+ /**
1901
+ * Border Radius Top
1902
+ * @see https://tailwindcss.com/docs/border-radius
1903
+ */
1904
+ "rounded-t": [{
1905
+ "rounded-t": [c]
1906
+ }],
1907
+ /**
1908
+ * Border Radius Right
1909
+ * @see https://tailwindcss.com/docs/border-radius
1910
+ */
1911
+ "rounded-r": [{
1912
+ "rounded-r": [c]
1913
+ }],
1914
+ /**
1915
+ * Border Radius Bottom
1916
+ * @see https://tailwindcss.com/docs/border-radius
1917
+ */
1918
+ "rounded-b": [{
1919
+ "rounded-b": [c]
1920
+ }],
1921
+ /**
1922
+ * Border Radius Left
1923
+ * @see https://tailwindcss.com/docs/border-radius
1924
+ */
1925
+ "rounded-l": [{
1926
+ "rounded-l": [c]
1927
+ }],
1928
+ /**
1929
+ * Border Radius Start Start
1930
+ * @see https://tailwindcss.com/docs/border-radius
1931
+ */
1932
+ "rounded-ss": [{
1933
+ "rounded-ss": [c]
1934
+ }],
1935
+ /**
1936
+ * Border Radius Start End
1937
+ * @see https://tailwindcss.com/docs/border-radius
1938
+ */
1939
+ "rounded-se": [{
1940
+ "rounded-se": [c]
1941
+ }],
1942
+ /**
1943
+ * Border Radius End End
1944
+ * @see https://tailwindcss.com/docs/border-radius
1945
+ */
1946
+ "rounded-ee": [{
1947
+ "rounded-ee": [c]
1948
+ }],
1949
+ /**
1950
+ * Border Radius End Start
1951
+ * @see https://tailwindcss.com/docs/border-radius
1952
+ */
1953
+ "rounded-es": [{
1954
+ "rounded-es": [c]
1955
+ }],
1956
+ /**
1957
+ * Border Radius Top Left
1958
+ * @see https://tailwindcss.com/docs/border-radius
1959
+ */
1960
+ "rounded-tl": [{
1961
+ "rounded-tl": [c]
1962
+ }],
1963
+ /**
1964
+ * Border Radius Top Right
1965
+ * @see https://tailwindcss.com/docs/border-radius
1966
+ */
1967
+ "rounded-tr": [{
1968
+ "rounded-tr": [c]
1969
+ }],
1970
+ /**
1971
+ * Border Radius Bottom Right
1972
+ * @see https://tailwindcss.com/docs/border-radius
1973
+ */
1974
+ "rounded-br": [{
1975
+ "rounded-br": [c]
1976
+ }],
1977
+ /**
1978
+ * Border Radius Bottom Left
1979
+ * @see https://tailwindcss.com/docs/border-radius
1980
+ */
1981
+ "rounded-bl": [{
1982
+ "rounded-bl": [c]
1983
+ }],
1984
+ /**
1985
+ * Border Width
1986
+ * @see https://tailwindcss.com/docs/border-width
1987
+ */
1988
+ "border-w": [{
1989
+ border: [d]
1990
+ }],
1991
+ /**
1992
+ * Border Width X
1993
+ * @see https://tailwindcss.com/docs/border-width
1994
+ */
1995
+ "border-w-x": [{
1996
+ "border-x": [d]
1997
+ }],
1998
+ /**
1999
+ * Border Width Y
2000
+ * @see https://tailwindcss.com/docs/border-width
2001
+ */
2002
+ "border-w-y": [{
2003
+ "border-y": [d]
2004
+ }],
2005
+ /**
2006
+ * Border Width Start
2007
+ * @see https://tailwindcss.com/docs/border-width
2008
+ */
2009
+ "border-w-s": [{
2010
+ "border-s": [d]
2011
+ }],
2012
+ /**
2013
+ * Border Width End
2014
+ * @see https://tailwindcss.com/docs/border-width
2015
+ */
2016
+ "border-w-e": [{
2017
+ "border-e": [d]
2018
+ }],
2019
+ /**
2020
+ * Border Width Top
2021
+ * @see https://tailwindcss.com/docs/border-width
2022
+ */
2023
+ "border-w-t": [{
2024
+ "border-t": [d]
2025
+ }],
2026
+ /**
2027
+ * Border Width Right
2028
+ * @see https://tailwindcss.com/docs/border-width
2029
+ */
2030
+ "border-w-r": [{
2031
+ "border-r": [d]
2032
+ }],
2033
+ /**
2034
+ * Border Width Bottom
2035
+ * @see https://tailwindcss.com/docs/border-width
2036
+ */
2037
+ "border-w-b": [{
2038
+ "border-b": [d]
2039
+ }],
2040
+ /**
2041
+ * Border Width Left
2042
+ * @see https://tailwindcss.com/docs/border-width
2043
+ */
2044
+ "border-w-l": [{
2045
+ "border-l": [d]
2046
+ }],
2047
+ /**
2048
+ * Border Opacity
2049
+ * @see https://tailwindcss.com/docs/border-opacity
2050
+ */
2051
+ "border-opacity": [{
2052
+ "border-opacity": [N]
2053
+ }],
2054
+ /**
2055
+ * Border Style
2056
+ * @see https://tailwindcss.com/docs/border-style
2057
+ */
2058
+ "border-style": [{
2059
+ border: [...X(), "hidden"]
2060
+ }],
2061
+ /**
2062
+ * Divide Width X
2063
+ * @see https://tailwindcss.com/docs/divide-width
2064
+ */
2065
+ "divide-x": [{
2066
+ "divide-x": [d]
2067
+ }],
2068
+ /**
2069
+ * Divide Width X Reverse
2070
+ * @see https://tailwindcss.com/docs/divide-width
2071
+ */
2072
+ "divide-x-reverse": ["divide-x-reverse"],
2073
+ /**
2074
+ * Divide Width Y
2075
+ * @see https://tailwindcss.com/docs/divide-width
2076
+ */
2077
+ "divide-y": [{
2078
+ "divide-y": [d]
2079
+ }],
2080
+ /**
2081
+ * Divide Width Y Reverse
2082
+ * @see https://tailwindcss.com/docs/divide-width
2083
+ */
2084
+ "divide-y-reverse": ["divide-y-reverse"],
2085
+ /**
2086
+ * Divide Opacity
2087
+ * @see https://tailwindcss.com/docs/divide-opacity
2088
+ */
2089
+ "divide-opacity": [{
2090
+ "divide-opacity": [N]
2091
+ }],
2092
+ /**
2093
+ * Divide Style
2094
+ * @see https://tailwindcss.com/docs/divide-style
2095
+ */
2096
+ "divide-style": [{
2097
+ divide: X()
2098
+ }],
2099
+ /**
2100
+ * Border Color
2101
+ * @see https://tailwindcss.com/docs/border-color
2102
+ */
2103
+ "border-color": [{
2104
+ border: [i]
2105
+ }],
2106
+ /**
2107
+ * Border Color X
2108
+ * @see https://tailwindcss.com/docs/border-color
2109
+ */
2110
+ "border-color-x": [{
2111
+ "border-x": [i]
2112
+ }],
2113
+ /**
2114
+ * Border Color Y
2115
+ * @see https://tailwindcss.com/docs/border-color
2116
+ */
2117
+ "border-color-y": [{
2118
+ "border-y": [i]
2119
+ }],
2120
+ /**
2121
+ * Border Color S
2122
+ * @see https://tailwindcss.com/docs/border-color
2123
+ */
2124
+ "border-color-s": [{
2125
+ "border-s": [i]
2126
+ }],
2127
+ /**
2128
+ * Border Color E
2129
+ * @see https://tailwindcss.com/docs/border-color
2130
+ */
2131
+ "border-color-e": [{
2132
+ "border-e": [i]
2133
+ }],
2134
+ /**
2135
+ * Border Color Top
2136
+ * @see https://tailwindcss.com/docs/border-color
2137
+ */
2138
+ "border-color-t": [{
2139
+ "border-t": [i]
2140
+ }],
2141
+ /**
2142
+ * Border Color Right
2143
+ * @see https://tailwindcss.com/docs/border-color
2144
+ */
2145
+ "border-color-r": [{
2146
+ "border-r": [i]
2147
+ }],
2148
+ /**
2149
+ * Border Color Bottom
2150
+ * @see https://tailwindcss.com/docs/border-color
2151
+ */
2152
+ "border-color-b": [{
2153
+ "border-b": [i]
2154
+ }],
2155
+ /**
2156
+ * Border Color Left
2157
+ * @see https://tailwindcss.com/docs/border-color
2158
+ */
2159
+ "border-color-l": [{
2160
+ "border-l": [i]
2161
+ }],
2162
+ /**
2163
+ * Divide Color
2164
+ * @see https://tailwindcss.com/docs/divide-color
2165
+ */
2166
+ "divide-color": [{
2167
+ divide: [i]
2168
+ }],
2169
+ /**
2170
+ * Outline Style
2171
+ * @see https://tailwindcss.com/docs/outline-style
2172
+ */
2173
+ "outline-style": [{
2174
+ outline: ["", ...X()]
2175
+ }],
2176
+ /**
2177
+ * Outline Offset
2178
+ * @see https://tailwindcss.com/docs/outline-offset
2179
+ */
2180
+ "outline-offset": [{
2181
+ "outline-offset": [U, m]
2182
+ }],
2183
+ /**
2184
+ * Outline Width
2185
+ * @see https://tailwindcss.com/docs/outline-width
2186
+ */
2187
+ "outline-w": [{
2188
+ outline: [U, q]
2189
+ }],
2190
+ /**
2191
+ * Outline Color
2192
+ * @see https://tailwindcss.com/docs/outline-color
2193
+ */
2194
+ "outline-color": [{
2195
+ outline: [r]
2196
+ }],
2197
+ /**
2198
+ * Ring Width
2199
+ * @see https://tailwindcss.com/docs/ring-width
2200
+ */
2201
+ "ring-w": [{
2202
+ ring: W()
2203
+ }],
2204
+ /**
2205
+ * Ring Width Inset
2206
+ * @see https://tailwindcss.com/docs/ring-width
2207
+ */
2208
+ "ring-w-inset": ["ring-inset"],
2209
+ /**
2210
+ * Ring Color
2211
+ * @see https://tailwindcss.com/docs/ring-color
2212
+ */
2213
+ "ring-color": [{
2214
+ ring: [r]
2215
+ }],
2216
+ /**
2217
+ * Ring Opacity
2218
+ * @see https://tailwindcss.com/docs/ring-opacity
2219
+ */
2220
+ "ring-opacity": [{
2221
+ "ring-opacity": [N]
2222
+ }],
2223
+ /**
2224
+ * Ring Offset Width
2225
+ * @see https://tailwindcss.com/docs/ring-offset-width
2226
+ */
2227
+ "ring-offset-w": [{
2228
+ "ring-offset": [U, q]
2229
+ }],
2230
+ /**
2231
+ * Ring Offset Color
2232
+ * @see https://tailwindcss.com/docs/ring-offset-color
2233
+ */
2234
+ "ring-offset-color": [{
2235
+ "ring-offset": [r]
2236
+ }],
2237
+ // Effects
2238
+ /**
2239
+ * Box Shadow
2240
+ * @see https://tailwindcss.com/docs/box-shadow
2241
+ */
2242
+ shadow: [{
2243
+ shadow: ["", "inner", "none", J, gt]
2244
+ }],
2245
+ /**
2246
+ * Box Shadow Color
2247
+ * @see https://tailwindcss.com/docs/box-shadow-color
2248
+ */
2249
+ "shadow-color": [{
2250
+ shadow: [be]
2251
+ }],
2252
+ /**
2253
+ * Opacity
2254
+ * @see https://tailwindcss.com/docs/opacity
2255
+ */
2256
+ opacity: [{
2257
+ opacity: [N]
2258
+ }],
2259
+ /**
2260
+ * Mix Blend Mode
2261
+ * @see https://tailwindcss.com/docs/mix-blend-mode
2262
+ */
2263
+ "mix-blend": [{
2264
+ "mix-blend": [...le(), "plus-lighter", "plus-darker"]
2265
+ }],
2266
+ /**
2267
+ * Background Blend Mode
2268
+ * @see https://tailwindcss.com/docs/background-blend-mode
2269
+ */
2270
+ "bg-blend": [{
2271
+ "bg-blend": le()
2272
+ }],
2273
+ // Filters
2274
+ /**
2275
+ * Filter
2276
+ * @deprecated since Tailwind CSS v3.0.0
2277
+ * @see https://tailwindcss.com/docs/filter
2278
+ */
2279
+ filter: [{
2280
+ filter: ["", "none"]
2281
+ }],
2282
+ /**
2283
+ * Blur
2284
+ * @see https://tailwindcss.com/docs/blur
2285
+ */
2286
+ blur: [{
2287
+ blur: [n]
2288
+ }],
2289
+ /**
2290
+ * Brightness
2291
+ * @see https://tailwindcss.com/docs/brightness
2292
+ */
2293
+ brightness: [{
2294
+ brightness: [o]
2295
+ }],
2296
+ /**
2297
+ * Contrast
2298
+ * @see https://tailwindcss.com/docs/contrast
2299
+ */
2300
+ contrast: [{
2301
+ contrast: [p]
2302
+ }],
2303
+ /**
2304
+ * Drop Shadow
2305
+ * @see https://tailwindcss.com/docs/drop-shadow
2306
+ */
2307
+ "drop-shadow": [{
2308
+ "drop-shadow": ["", "none", J, m]
2309
+ }],
2310
+ /**
2311
+ * Grayscale
2312
+ * @see https://tailwindcss.com/docs/grayscale
2313
+ */
2314
+ grayscale: [{
2315
+ grayscale: [x]
2316
+ }],
2317
+ /**
2318
+ * Hue Rotate
2319
+ * @see https://tailwindcss.com/docs/hue-rotate
2320
+ */
2321
+ "hue-rotate": [{
2322
+ "hue-rotate": [f]
2323
+ }],
2324
+ /**
2325
+ * Invert
2326
+ * @see https://tailwindcss.com/docs/invert
2327
+ */
2328
+ invert: [{
2329
+ invert: [g]
2330
+ }],
2331
+ /**
2332
+ * Saturate
2333
+ * @see https://tailwindcss.com/docs/saturate
2334
+ */
2335
+ saturate: [{
2336
+ saturate: [B]
2337
+ }],
2338
+ /**
2339
+ * Sepia
2340
+ * @see https://tailwindcss.com/docs/sepia
2341
+ */
2342
+ sepia: [{
2343
+ sepia: [V]
2344
+ }],
2345
+ /**
2346
+ * Backdrop Filter
2347
+ * @deprecated since Tailwind CSS v3.0.0
2348
+ * @see https://tailwindcss.com/docs/backdrop-filter
2349
+ */
2350
+ "backdrop-filter": [{
2351
+ "backdrop-filter": ["", "none"]
2352
+ }],
2353
+ /**
2354
+ * Backdrop Blur
2355
+ * @see https://tailwindcss.com/docs/backdrop-blur
2356
+ */
2357
+ "backdrop-blur": [{
2358
+ "backdrop-blur": [n]
2359
+ }],
2360
+ /**
2361
+ * Backdrop Brightness
2362
+ * @see https://tailwindcss.com/docs/backdrop-brightness
2363
+ */
2364
+ "backdrop-brightness": [{
2365
+ "backdrop-brightness": [o]
2366
+ }],
2367
+ /**
2368
+ * Backdrop Contrast
2369
+ * @see https://tailwindcss.com/docs/backdrop-contrast
2370
+ */
2371
+ "backdrop-contrast": [{
2372
+ "backdrop-contrast": [p]
2373
+ }],
2374
+ /**
2375
+ * Backdrop Grayscale
2376
+ * @see https://tailwindcss.com/docs/backdrop-grayscale
2377
+ */
2378
+ "backdrop-grayscale": [{
2379
+ "backdrop-grayscale": [x]
2380
+ }],
2381
+ /**
2382
+ * Backdrop Hue Rotate
2383
+ * @see https://tailwindcss.com/docs/backdrop-hue-rotate
2384
+ */
2385
+ "backdrop-hue-rotate": [{
2386
+ "backdrop-hue-rotate": [f]
2387
+ }],
2388
+ /**
2389
+ * Backdrop Invert
2390
+ * @see https://tailwindcss.com/docs/backdrop-invert
2391
+ */
2392
+ "backdrop-invert": [{
2393
+ "backdrop-invert": [g]
2394
+ }],
2395
+ /**
2396
+ * Backdrop Opacity
2397
+ * @see https://tailwindcss.com/docs/backdrop-opacity
2398
+ */
2399
+ "backdrop-opacity": [{
2400
+ "backdrop-opacity": [N]
2401
+ }],
2402
+ /**
2403
+ * Backdrop Saturate
2404
+ * @see https://tailwindcss.com/docs/backdrop-saturate
2405
+ */
2406
+ "backdrop-saturate": [{
2407
+ "backdrop-saturate": [B]
2408
+ }],
2409
+ /**
2410
+ * Backdrop Sepia
2411
+ * @see https://tailwindcss.com/docs/backdrop-sepia
2412
+ */
2413
+ "backdrop-sepia": [{
2414
+ "backdrop-sepia": [V]
2415
+ }],
2416
+ // Tables
2417
+ /**
2418
+ * Border Collapse
2419
+ * @see https://tailwindcss.com/docs/border-collapse
2420
+ */
2421
+ "border-collapse": [{
2422
+ border: ["collapse", "separate"]
2423
+ }],
2424
+ /**
2425
+ * Border Spacing
2426
+ * @see https://tailwindcss.com/docs/border-spacing
2427
+ */
2428
+ "border-spacing": [{
2429
+ "border-spacing": [l]
2430
+ }],
2431
+ /**
2432
+ * Border Spacing X
2433
+ * @see https://tailwindcss.com/docs/border-spacing
2434
+ */
2435
+ "border-spacing-x": [{
2436
+ "border-spacing-x": [l]
2437
+ }],
2438
+ /**
2439
+ * Border Spacing Y
2440
+ * @see https://tailwindcss.com/docs/border-spacing
2441
+ */
2442
+ "border-spacing-y": [{
2443
+ "border-spacing-y": [l]
2444
+ }],
2445
+ /**
2446
+ * Table Layout
2447
+ * @see https://tailwindcss.com/docs/table-layout
2448
+ */
2449
+ "table-layout": [{
2450
+ table: ["auto", "fixed"]
2451
+ }],
2452
+ /**
2453
+ * Caption Side
2454
+ * @see https://tailwindcss.com/docs/caption-side
2455
+ */
2456
+ caption: [{
2457
+ caption: ["top", "bottom"]
2458
+ }],
2459
+ // Transitions and Animation
2460
+ /**
2461
+ * Tranisition Property
2462
+ * @see https://tailwindcss.com/docs/transition-property
2463
+ */
2464
+ transition: [{
2465
+ transition: ["none", "all", "", "colors", "opacity", "shadow", "transform", m]
2466
+ }],
2467
+ /**
2468
+ * Transition Duration
2469
+ * @see https://tailwindcss.com/docs/transition-duration
2470
+ */
2471
+ duration: [{
2472
+ duration: D()
2473
+ }],
2474
+ /**
2475
+ * Transition Timing Function
2476
+ * @see https://tailwindcss.com/docs/transition-timing-function
2477
+ */
2478
+ ease: [{
2479
+ ease: ["linear", "in", "out", "in-out", m]
2480
+ }],
2481
+ /**
2482
+ * Transition Delay
2483
+ * @see https://tailwindcss.com/docs/transition-delay
2484
+ */
2485
+ delay: [{
2486
+ delay: D()
2487
+ }],
2488
+ /**
2489
+ * Animation
2490
+ * @see https://tailwindcss.com/docs/animation
2491
+ */
2492
+ animate: [{
2493
+ animate: ["none", "spin", "ping", "pulse", "bounce", m]
2494
+ }],
2495
+ // Transforms
2496
+ /**
2497
+ * Transform
2498
+ * @see https://tailwindcss.com/docs/transform
2499
+ */
2500
+ transform: [{
2501
+ transform: ["", "gpu", "none"]
2502
+ }],
2503
+ /**
2504
+ * Scale
2505
+ * @see https://tailwindcss.com/docs/scale
2506
+ */
2507
+ scale: [{
2508
+ scale: [O]
2509
+ }],
2510
+ /**
2511
+ * Scale X
2512
+ * @see https://tailwindcss.com/docs/scale
2513
+ */
2514
+ "scale-x": [{
2515
+ "scale-x": [O]
2516
+ }],
2517
+ /**
2518
+ * Scale Y
2519
+ * @see https://tailwindcss.com/docs/scale
2520
+ */
2521
+ "scale-y": [{
2522
+ "scale-y": [O]
2523
+ }],
2524
+ /**
2525
+ * Rotate
2526
+ * @see https://tailwindcss.com/docs/rotate
2527
+ */
2528
+ rotate: [{
2529
+ rotate: [pe, m]
2530
+ }],
2531
+ /**
2532
+ * Translate X
2533
+ * @see https://tailwindcss.com/docs/translate
2534
+ */
2535
+ "translate-x": [{
2536
+ "translate-x": [me]
2537
+ }],
2538
+ /**
2539
+ * Translate Y
2540
+ * @see https://tailwindcss.com/docs/translate
2541
+ */
2542
+ "translate-y": [{
2543
+ "translate-y": [me]
2544
+ }],
2545
+ /**
2546
+ * Skew X
2547
+ * @see https://tailwindcss.com/docs/skew
2548
+ */
2549
+ "skew-x": [{
2550
+ "skew-x": [Y]
2551
+ }],
2552
+ /**
2553
+ * Skew Y
2554
+ * @see https://tailwindcss.com/docs/skew
2555
+ */
2556
+ "skew-y": [{
2557
+ "skew-y": [Y]
2558
+ }],
2559
+ /**
2560
+ * Transform Origin
2561
+ * @see https://tailwindcss.com/docs/transform-origin
2562
+ */
2563
+ "transform-origin": [{
2564
+ origin: ["center", "top", "top-right", "right", "bottom-right", "bottom", "bottom-left", "left", "top-left", m]
2565
+ }],
2566
+ // Interactivity
2567
+ /**
2568
+ * Accent Color
2569
+ * @see https://tailwindcss.com/docs/accent-color
2570
+ */
2571
+ accent: [{
2572
+ accent: ["auto", r]
2573
+ }],
2574
+ /**
2575
+ * Appearance
2576
+ * @see https://tailwindcss.com/docs/appearance
2577
+ */
2578
+ appearance: [{
2579
+ appearance: ["none", "auto"]
2580
+ }],
2581
+ /**
2582
+ * Cursor
2583
+ * @see https://tailwindcss.com/docs/cursor
2584
+ */
2585
+ 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]
2587
+ }],
2588
+ /**
2589
+ * Caret Color
2590
+ * @see https://tailwindcss.com/docs/just-in-time-mode#caret-color-utilities
2591
+ */
2592
+ "caret-color": [{
2593
+ caret: [r]
2594
+ }],
2595
+ /**
2596
+ * Pointer Events
2597
+ * @see https://tailwindcss.com/docs/pointer-events
2598
+ */
2599
+ "pointer-events": [{
2600
+ "pointer-events": ["none", "auto"]
2601
+ }],
2602
+ /**
2603
+ * Resize
2604
+ * @see https://tailwindcss.com/docs/resize
2605
+ */
2606
+ resize: [{
2607
+ resize: ["none", "y", "x", ""]
2608
+ }],
2609
+ /**
2610
+ * Scroll Behavior
2611
+ * @see https://tailwindcss.com/docs/scroll-behavior
2612
+ */
2613
+ "scroll-behavior": [{
2614
+ scroll: ["auto", "smooth"]
2615
+ }],
2616
+ /**
2617
+ * Scroll Margin
2618
+ * @see https://tailwindcss.com/docs/scroll-margin
2619
+ */
2620
+ "scroll-m": [{
2621
+ "scroll-m": R()
2622
+ }],
2623
+ /**
2624
+ * Scroll Margin X
2625
+ * @see https://tailwindcss.com/docs/scroll-margin
2626
+ */
2627
+ "scroll-mx": [{
2628
+ "scroll-mx": R()
2629
+ }],
2630
+ /**
2631
+ * Scroll Margin Y
2632
+ * @see https://tailwindcss.com/docs/scroll-margin
2633
+ */
2634
+ "scroll-my": [{
2635
+ "scroll-my": R()
2636
+ }],
2637
+ /**
2638
+ * Scroll Margin Start
2639
+ * @see https://tailwindcss.com/docs/scroll-margin
2640
+ */
2641
+ "scroll-ms": [{
2642
+ "scroll-ms": R()
2643
+ }],
2644
+ /**
2645
+ * Scroll Margin End
2646
+ * @see https://tailwindcss.com/docs/scroll-margin
2647
+ */
2648
+ "scroll-me": [{
2649
+ "scroll-me": R()
2650
+ }],
2651
+ /**
2652
+ * Scroll Margin Top
2653
+ * @see https://tailwindcss.com/docs/scroll-margin
2654
+ */
2655
+ "scroll-mt": [{
2656
+ "scroll-mt": R()
2657
+ }],
2658
+ /**
2659
+ * Scroll Margin Right
2660
+ * @see https://tailwindcss.com/docs/scroll-margin
2661
+ */
2662
+ "scroll-mr": [{
2663
+ "scroll-mr": R()
2664
+ }],
2665
+ /**
2666
+ * Scroll Margin Bottom
2667
+ * @see https://tailwindcss.com/docs/scroll-margin
2668
+ */
2669
+ "scroll-mb": [{
2670
+ "scroll-mb": R()
2671
+ }],
2672
+ /**
2673
+ * Scroll Margin Left
2674
+ * @see https://tailwindcss.com/docs/scroll-margin
2675
+ */
2676
+ "scroll-ml": [{
2677
+ "scroll-ml": R()
2678
+ }],
2679
+ /**
2680
+ * Scroll Padding
2681
+ * @see https://tailwindcss.com/docs/scroll-padding
2682
+ */
2683
+ "scroll-p": [{
2684
+ "scroll-p": R()
2685
+ }],
2686
+ /**
2687
+ * Scroll Padding X
2688
+ * @see https://tailwindcss.com/docs/scroll-padding
2689
+ */
2690
+ "scroll-px": [{
2691
+ "scroll-px": R()
2692
+ }],
2693
+ /**
2694
+ * Scroll Padding Y
2695
+ * @see https://tailwindcss.com/docs/scroll-padding
2696
+ */
2697
+ "scroll-py": [{
2698
+ "scroll-py": R()
2699
+ }],
2700
+ /**
2701
+ * Scroll Padding Start
2702
+ * @see https://tailwindcss.com/docs/scroll-padding
2703
+ */
2704
+ "scroll-ps": [{
2705
+ "scroll-ps": R()
2706
+ }],
2707
+ /**
2708
+ * Scroll Padding End
2709
+ * @see https://tailwindcss.com/docs/scroll-padding
2710
+ */
2711
+ "scroll-pe": [{
2712
+ "scroll-pe": R()
2713
+ }],
2714
+ /**
2715
+ * Scroll Padding Top
2716
+ * @see https://tailwindcss.com/docs/scroll-padding
2717
+ */
2718
+ "scroll-pt": [{
2719
+ "scroll-pt": R()
2720
+ }],
2721
+ /**
2722
+ * Scroll Padding Right
2723
+ * @see https://tailwindcss.com/docs/scroll-padding
2724
+ */
2725
+ "scroll-pr": [{
2726
+ "scroll-pr": R()
2727
+ }],
2728
+ /**
2729
+ * Scroll Padding Bottom
2730
+ * @see https://tailwindcss.com/docs/scroll-padding
2731
+ */
2732
+ "scroll-pb": [{
2733
+ "scroll-pb": R()
2734
+ }],
2735
+ /**
2736
+ * Scroll Padding Left
2737
+ * @see https://tailwindcss.com/docs/scroll-padding
2738
+ */
2739
+ "scroll-pl": [{
2740
+ "scroll-pl": R()
2741
+ }],
2742
+ /**
2743
+ * Scroll Snap Align
2744
+ * @see https://tailwindcss.com/docs/scroll-snap-align
2745
+ */
2746
+ "snap-align": [{
2747
+ snap: ["start", "end", "center", "align-none"]
2748
+ }],
2749
+ /**
2750
+ * Scroll Snap Stop
2751
+ * @see https://tailwindcss.com/docs/scroll-snap-stop
2752
+ */
2753
+ "snap-stop": [{
2754
+ snap: ["normal", "always"]
2755
+ }],
2756
+ /**
2757
+ * Scroll Snap Type
2758
+ * @see https://tailwindcss.com/docs/scroll-snap-type
2759
+ */
2760
+ "snap-type": [{
2761
+ snap: ["none", "x", "y", "both"]
2762
+ }],
2763
+ /**
2764
+ * Scroll Snap Type Strictness
2765
+ * @see https://tailwindcss.com/docs/scroll-snap-type
2766
+ */
2767
+ "snap-strictness": [{
2768
+ snap: ["mandatory", "proximity"]
2769
+ }],
2770
+ /**
2771
+ * Touch Action
2772
+ * @see https://tailwindcss.com/docs/touch-action
2773
+ */
2774
+ touch: [{
2775
+ touch: ["auto", "none", "manipulation"]
2776
+ }],
2777
+ /**
2778
+ * Touch Action X
2779
+ * @see https://tailwindcss.com/docs/touch-action
2780
+ */
2781
+ "touch-x": [{
2782
+ "touch-pan": ["x", "left", "right"]
2783
+ }],
2784
+ /**
2785
+ * Touch Action Y
2786
+ * @see https://tailwindcss.com/docs/touch-action
2787
+ */
2788
+ "touch-y": [{
2789
+ "touch-pan": ["y", "up", "down"]
2790
+ }],
2791
+ /**
2792
+ * Touch Action Pinch Zoom
2793
+ * @see https://tailwindcss.com/docs/touch-action
2794
+ */
2795
+ "touch-pz": ["touch-pinch-zoom"],
2796
+ /**
2797
+ * User Select
2798
+ * @see https://tailwindcss.com/docs/user-select
2799
+ */
2800
+ select: [{
2801
+ select: ["none", "text", "all", "auto"]
2802
+ }],
2803
+ /**
2804
+ * Will Change
2805
+ * @see https://tailwindcss.com/docs/will-change
2806
+ */
2807
+ "will-change": [{
2808
+ "will-change": ["auto", "scroll", "contents", "transform", m]
2809
+ }],
2810
+ // SVG
2811
+ /**
2812
+ * Fill
2813
+ * @see https://tailwindcss.com/docs/fill
2814
+ */
2815
+ fill: [{
2816
+ fill: [r, "none"]
2817
+ }],
2818
+ /**
2819
+ * Stroke Width
2820
+ * @see https://tailwindcss.com/docs/stroke-width
2821
+ */
2822
+ "stroke-w": [{
2823
+ stroke: [U, q, Se]
2824
+ }],
2825
+ /**
2826
+ * Stroke
2827
+ * @see https://tailwindcss.com/docs/stroke
2828
+ */
2829
+ stroke: [{
2830
+ stroke: [r, "none"]
2831
+ }],
2832
+ // Accessibility
2833
+ /**
2834
+ * Screen Readers
2835
+ * @see https://tailwindcss.com/docs/screen-readers
2836
+ */
2837
+ sr: ["sr-only", "not-sr-only"],
2838
+ /**
2839
+ * Forced Color Adjust
2840
+ * @see https://tailwindcss.com/docs/forced-color-adjust
2841
+ */
2842
+ "forced-color-adjust": [{
2843
+ "forced-color-adjust": ["auto", "none"]
2844
+ }]
2845
+ },
2846
+ conflictingClassGroups: {
2847
+ overflow: ["overflow-x", "overflow-y"],
2848
+ overscroll: ["overscroll-x", "overscroll-y"],
2849
+ inset: ["inset-x", "inset-y", "start", "end", "top", "right", "bottom", "left"],
2850
+ "inset-x": ["right", "left"],
2851
+ "inset-y": ["top", "bottom"],
2852
+ flex: ["basis", "grow", "shrink"],
2853
+ gap: ["gap-x", "gap-y"],
2854
+ p: ["px", "py", "ps", "pe", "pt", "pr", "pb", "pl"],
2855
+ px: ["pr", "pl"],
2856
+ py: ["pt", "pb"],
2857
+ m: ["mx", "my", "ms", "me", "mt", "mr", "mb", "ml"],
2858
+ mx: ["mr", "ml"],
2859
+ my: ["mt", "mb"],
2860
+ size: ["w", "h"],
2861
+ "font-size": ["leading"],
2862
+ "fvn-normal": ["fvn-ordinal", "fvn-slashed-zero", "fvn-figure", "fvn-spacing", "fvn-fraction"],
2863
+ "fvn-ordinal": ["fvn-normal"],
2864
+ "fvn-slashed-zero": ["fvn-normal"],
2865
+ "fvn-figure": ["fvn-normal"],
2866
+ "fvn-spacing": ["fvn-normal"],
2867
+ "fvn-fraction": ["fvn-normal"],
2868
+ "line-clamp": ["display", "overflow"],
2869
+ rounded: ["rounded-s", "rounded-e", "rounded-t", "rounded-r", "rounded-b", "rounded-l", "rounded-ss", "rounded-se", "rounded-ee", "rounded-es", "rounded-tl", "rounded-tr", "rounded-br", "rounded-bl"],
2870
+ "rounded-s": ["rounded-ss", "rounded-es"],
2871
+ "rounded-e": ["rounded-se", "rounded-ee"],
2872
+ "rounded-t": ["rounded-tl", "rounded-tr"],
2873
+ "rounded-r": ["rounded-tr", "rounded-br"],
2874
+ "rounded-b": ["rounded-br", "rounded-bl"],
2875
+ "rounded-l": ["rounded-tl", "rounded-bl"],
2876
+ "border-spacing": ["border-spacing-x", "border-spacing-y"],
2877
+ "border-w": ["border-w-s", "border-w-e", "border-w-t", "border-w-r", "border-w-b", "border-w-l"],
2878
+ "border-w-x": ["border-w-r", "border-w-l"],
2879
+ "border-w-y": ["border-w-t", "border-w-b"],
2880
+ "border-color": ["border-color-s", "border-color-e", "border-color-t", "border-color-r", "border-color-b", "border-color-l"],
2881
+ "border-color-x": ["border-color-r", "border-color-l"],
2882
+ "border-color-y": ["border-color-t", "border-color-b"],
2883
+ "scroll-m": ["scroll-mx", "scroll-my", "scroll-ms", "scroll-me", "scroll-mt", "scroll-mr", "scroll-mb", "scroll-ml"],
2884
+ "scroll-mx": ["scroll-mr", "scroll-ml"],
2885
+ "scroll-my": ["scroll-mt", "scroll-mb"],
2886
+ "scroll-p": ["scroll-px", "scroll-py", "scroll-ps", "scroll-pe", "scroll-pt", "scroll-pr", "scroll-pb", "scroll-pl"],
2887
+ "scroll-px": ["scroll-pr", "scroll-pl"],
2888
+ "scroll-py": ["scroll-pt", "scroll-pb"],
2889
+ touch: ["touch-x", "touch-y", "touch-pz"],
2890
+ "touch-x": ["touch"],
2891
+ "touch-y": ["touch"],
2892
+ "touch-pz": ["touch"]
2893
+ },
2894
+ conflictingClassGroupModifiers: {
2895
+ "font-size": ["leading"]
2896
+ }
2897
+ };
2898
+ }, Ct = /* @__PURE__ */ nt(_t);
2899
+ function _(...r) {
2900
+ return Ct(Ur(r));
2901
+ }
2902
+ const jt = {
2903
+ 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
+ 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
+ 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
+ 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 = {
2908
+ sm: "px-3 py-1 text-xs font-medium rounded-lg h-8",
2909
+ md: "px-4 py-1.5 text-sm font-medium rounded-lg h-10",
2910
+ lg: "px-6 py-2 text-md font-medium rounded-lg h-12"
2911
+ }, ir = z.forwardRef(({
2912
+ variant: r = "primary",
2913
+ size: t = "md",
2914
+ loading: n = !1,
2915
+ disabled: o = !1,
2916
+ className: i,
2917
+ children: c,
2918
+ ...l
2919
+ }, d) => /* @__PURE__ */ s.jsxs(
2920
+ "button",
2921
+ {
2922
+ ref: d,
2923
+ className: _(
2924
+ "inline-flex items-center justify-center",
2925
+ "font-medium transition-all duration-200",
2926
+ "focus-visible focus:outline-none",
2927
+ "disabled:cursor-not-allowed disabled:opacity-50",
2928
+ jt[r],
2929
+ kt[t],
2930
+ i
2931
+ ),
2932
+ disabled: o || n,
2933
+ ...l,
2934
+ children: [
2935
+ /* @__PURE__ */ s.jsx("span", { className: _("inline-flex items-center", n ? "w-4 h-4 mr-2" : "w-0 h-4"), children: /* @__PURE__ */ s.jsxs(
2936
+ "svg",
2937
+ {
2938
+ className: _("animate-spin h-4 w-4", !n && "opacity-0"),
2939
+ xmlns: "http://www.w3.org/2000/svg",
2940
+ fill: "none",
2941
+ viewBox: "0 0 24 24",
2942
+ "aria-hidden": "true",
2943
+ children: [
2944
+ /* @__PURE__ */ s.jsx(
2945
+ "circle",
2946
+ {
2947
+ className: "opacity-25",
2948
+ cx: "12",
2949
+ cy: "12",
2950
+ r: "10",
2951
+ stroke: "currentColor",
2952
+ strokeWidth: "4"
2953
+ }
2954
+ ),
2955
+ /* @__PURE__ */ s.jsx(
2956
+ "path",
2957
+ {
2958
+ className: "opacity-75",
2959
+ fill: "currentColor",
2960
+ d: "M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"
2961
+ }
2962
+ )
2963
+ ]
2964
+ }
2965
+ ) }),
2966
+ c
2967
+ ]
2968
+ }
2969
+ ));
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,
2973
+ "button--size-sm": "_button--size-sm_7snfv_59",
2974
+ state: Rt,
2975
+ "button--size-md": "_button--size-md_7snfv_83",
2976
+ "button--size-lg": "_button--size-lg_7snfv_107",
2977
+ icon: St,
2978
+ outline: Nt,
2979
+ "state--default": "_state--default_7snfv_231",
2980
+ "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",
2990
+ successText: t = "Sent",
2991
+ onSubmit: n,
2992
+ disabled: o,
2993
+ size: i = "md",
2994
+ className: c,
2995
+ ...l
2996
+ }) => {
2997
+ const [d, p] = er(!1), x = Dr(), f = $r(null), g = async (y) => {
2998
+ var P, k;
2999
+ if (n && !d)
3000
+ try {
3001
+ await n(), p(!0), (P = f.current) == null || P.focus(), setTimeout(() => {
3002
+ var h;
3003
+ p(!1), (h = f.current) == null || h.blur();
3004
+ }, 3e3);
3005
+ } catch (h) {
3006
+ console.error("Submit failed:", h);
3007
+ }
3008
+ (k = l.onClick) == null || k.call(l, y);
3009
+ };
3010
+ return /* @__PURE__ */ s.jsxs(
3011
+ "button",
3012
+ {
3013
+ ...l,
3014
+ ref: f,
3015
+ type: "submit",
3016
+ disabled: o,
3017
+ onClick: g,
3018
+ className: _(G.button, Tt[i], c),
3019
+ "aria-label": d ? "Submission successful" : l["aria-label"] || "Submit",
3020
+ "aria-disabled": o,
3021
+ children: [
3022
+ /* @__PURE__ */ s.jsx("div", { className: G.outline }),
3023
+ /* @__PURE__ */ s.jsxs("div", { className: _(G.state, G["state--default"]), children: [
3024
+ /* @__PURE__ */ s.jsx("div", { className: G.icon, children: /* @__PURE__ */ s.jsxs(
3025
+ "svg",
3026
+ {
3027
+ width: "1em",
3028
+ height: "1em",
3029
+ viewBox: "0 0 24 24",
3030
+ fill: "none",
3031
+ xmlns: "http://www.w3.org/2000/svg",
3032
+ children: [
3033
+ /* @__PURE__ */ s.jsxs("g", { style: { filter: `url(#${x})` }, children: [
3034
+ /* @__PURE__ */ s.jsx(
3035
+ "path",
3036
+ {
3037
+ 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
+ fill: "currentColor"
3039
+ }
3040
+ ),
3041
+ /* @__PURE__ */ s.jsx(
3042
+ "path",
3043
+ {
3044
+ 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",
3045
+ fill: "currentColor"
3046
+ }
3047
+ )
3048
+ ] }),
3049
+ /* @__PURE__ */ s.jsx("defs", { children: /* @__PURE__ */ s.jsx("filter", { id: x, children: /* @__PURE__ */ s.jsx(
3050
+ "feDropShadow",
3051
+ {
3052
+ dx: "0",
3053
+ dy: "1",
3054
+ stdDeviation: "0.6",
3055
+ floodOpacity: "0.5"
3056
+ }
3057
+ ) }) })
3058
+ ]
3059
+ }
3060
+ ) }),
3061
+ /* @__PURE__ */ s.jsx("p", { children: Qe(typeof r == "string" ? r : "Send Message") })
3062
+ ] }),
3063
+ /* @__PURE__ */ s.jsxs("div", { className: _(G.state, G["state--sent"]), children: [
3064
+ /* @__PURE__ */ s.jsx("div", { className: G.icon, children: /* @__PURE__ */ s.jsx(
3065
+ "svg",
3066
+ {
3067
+ xmlns: "http://www.w3.org/2000/svg",
3068
+ fill: "none",
3069
+ viewBox: "0 0 24 24",
3070
+ height: "1em",
3071
+ width: "1em",
3072
+ strokeWidth: "0.5px",
3073
+ stroke: "black",
3074
+ children: /* @__PURE__ */ s.jsxs("g", { style: { filter: `url(#${x})` }, children: [
3075
+ /* @__PURE__ */ s.jsx(
3076
+ "path",
3077
+ {
3078
+ fill: "currentColor",
3079
+ 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
+ }
3081
+ ),
3082
+ /* @__PURE__ */ s.jsx(
3083
+ "path",
3084
+ {
3085
+ fill: "currentColor",
3086
+ d: "M10.5795 15.5801C10.3795 15.5801 10.1895 15.5001 10.0495 15.3601L7.21945 12.5301C6.92945 12.2401 6.92945 11.7601 7.21945 11.4701C7.50945 11.1801 7.98945 11.1801 8.27945 11.4701L10.5795 13.7701L15.7195 8.6301C16.0095 8.3401 16.4895 8.3401 16.7795 8.6301C17.0695 8.9201 17.0695 9.4001 16.7795 9.6901L11.1095 15.3601C10.9695 15.5001 10.7795 15.5801 10.5795 15.5801Z"
3087
+ }
3088
+ )
3089
+ ] })
3090
+ }
3091
+ ) }),
3092
+ /* @__PURE__ */ s.jsx("p", { children: Qe(t) })
3093
+ ] })
3094
+ ]
3095
+ }
3096
+ );
3097
+ }, Pt = {
3098
+ sm: "px-3 py-1.5 text-xs rounded-md min-h-[2rem]",
3099
+ md: "px-4 py-2 text-sm rounded-md min-h-[2.5rem]",
3100
+ lg: "px-6 py-3 text-md rounded-lg min-h-[3rem]"
3101
+ }, lr = z.forwardRef(({
3102
+ size: r = "md",
3103
+ error: t = !1,
3104
+ className: n,
3105
+ disabled: o,
3106
+ ...i
3107
+ }, c) => /* @__PURE__ */ s.jsx(
3108
+ "input",
3109
+ {
3110
+ ref: c,
3111
+ className: _(
3112
+ "w-full",
3113
+ "bg-surface border border-border",
3114
+ "text-text-primary placeholder-text-secondary",
3115
+ "transition-colors duration-200",
3116
+ "focus-visible focus:outline-none focus:border-border-focus",
3117
+ "disabled:bg-surface-secondary disabled:text-text-disabled disabled:cursor-not-allowed",
3118
+ t && "border-danger focus:border-danger",
3119
+ Pt[r],
3120
+ n
3121
+ ),
3122
+ disabled: o,
3123
+ ...i
3124
+ }
3125
+ ));
3126
+ lr.displayName = "Input";
3127
+ const At = z.forwardRef(({
3128
+ label: r,
3129
+ error: t = !1,
3130
+ className: n,
3131
+ disabled: o,
3132
+ checked: i,
3133
+ onChange: c,
3134
+ ...l
3135
+ }, d) => {
3136
+ const p = z.useId();
3137
+ return /* @__PURE__ */ s.jsxs("div", { className: _("flex items-center space-x-2", n), children: [
3138
+ /* @__PURE__ */ s.jsxs("label", { className: _("checkbox-container", o && "opacity-50 cursor-not-allowed", !o && "cursor-pointer"), children: [
3139
+ /* @__PURE__ */ s.jsx(
3140
+ "input",
3141
+ {
3142
+ ref: d,
3143
+ id: p,
3144
+ type: "checkbox",
3145
+ disabled: o,
3146
+ checked: i,
3147
+ onChange: c,
3148
+ "aria-checked": i,
3149
+ "aria-invalid": t,
3150
+ "aria-disabled": o,
3151
+ ...l
3152
+ }
3153
+ ),
3154
+ /* @__PURE__ */ s.jsx("svg", { viewBox: "0 0 64 64", height: "1em", width: "1em", children: /* @__PURE__ */ s.jsx(
3155
+ "path",
3156
+ {
3157
+ 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",
3158
+ pathLength: "575.0541381835938",
3159
+ className: _("checkbox-path", t && "checkbox-path-error")
3160
+ }
3161
+ ) })
3162
+ ] }),
3163
+ r && /* @__PURE__ */ s.jsx(
3164
+ "label",
3165
+ {
3166
+ htmlFor: p,
3167
+ className: _(
3168
+ "text-sm font-medium select-none",
3169
+ o ? "text-text-disabled cursor-not-allowed" : "text-text-primary cursor-pointer"
3170
+ ),
3171
+ children: r
3172
+ }
3173
+ )
3174
+ ] });
3175
+ });
3176
+ At.displayName = "Checkbox";
3177
+ const Bt = ({
3178
+ label: r,
3179
+ error: t = !1,
3180
+ className: n,
3181
+ disabled: o,
3182
+ checked: i,
3183
+ onChange: c,
3184
+ id: l,
3185
+ ...d
3186
+ }) => {
3187
+ const p = l || z.useId(), x = (f) => {
3188
+ if ((f.key === "Enter" || f.key === " ") && !o) {
3189
+ f.preventDefault();
3190
+ const g = document.getElementById(p);
3191
+ if (g) {
3192
+ g.checked = !g.checked;
3193
+ const y = new Event("change", { bubbles: !0 });
3194
+ g.dispatchEvent(y);
3195
+ }
3196
+ }
3197
+ };
3198
+ return /* @__PURE__ */ s.jsxs("div", { className: _("toggle-wrapper", t && "toggle-wrapper--error", n), children: [
3199
+ /* @__PURE__ */ s.jsx(
3200
+ "input",
3201
+ {
3202
+ id: p,
3203
+ className: "toggle-checkbox",
3204
+ type: "checkbox",
3205
+ checked: i,
3206
+ onChange: c,
3207
+ disabled: o,
3208
+ role: "switch",
3209
+ "aria-checked": i,
3210
+ "aria-disabled": o,
3211
+ ...d
3212
+ }
3213
+ ),
3214
+ /* @__PURE__ */ s.jsx(
3215
+ "div",
3216
+ {
3217
+ className: "toggle-container",
3218
+ onKeyDown: x,
3219
+ tabIndex: o ? -1 : 0,
3220
+ role: "button",
3221
+ "aria-hidden": "true",
3222
+ children: /* @__PURE__ */ s.jsx("div", { className: "toggle-button", children: /* @__PURE__ */ s.jsx("div", { className: "toggle-button-circles-container", children: Array.from({ length: 12 }).map((f, g) => /* @__PURE__ */ s.jsx("div", { className: "toggle-button-circle" }, g)) }) })
3223
+ }
3224
+ ),
3225
+ r && /* @__PURE__ */ s.jsx(
3226
+ "label",
3227
+ {
3228
+ htmlFor: p,
3229
+ className: _(
3230
+ "text-sm font-medium select-none ml-2",
3231
+ o ? "text-text-disabled cursor-not-allowed" : "text-text-primary cursor-pointer"
3232
+ ),
3233
+ children: r
3234
+ }
3235
+ )
3236
+ ] });
3237
+ }, Vt = ({ className: r, ...t }) => /* @__PURE__ */ s.jsx(
3238
+ "div",
3239
+ {
3240
+ className: _(
3241
+ "card",
3242
+ "w-full",
3243
+ "rounded-lg border border-border",
3244
+ "bg-surface-secondary text-text-primary",
3245
+ "shadow-sm",
3246
+ r
3247
+ ),
3248
+ ...t
3249
+ }
3250
+ ), Ut = ({ className: r, ...t }) => /* @__PURE__ */ s.jsx(
3251
+ "div",
3252
+ {
3253
+ className: _("flex items-start justify-between gap-4 px-6 py-4 border-b border-border", r),
3254
+ ...t
3255
+ }
3256
+ ), Yt = ({ className: r, ...t }) => /* @__PURE__ */ s.jsx("div", { className: _("px-6 py-4", r), ...t }), Zt = ({ className: r, ...t }) => /* @__PURE__ */ s.jsx(
3257
+ "div",
3258
+ {
3259
+ className: _("flex items-center justify-end gap-3 px-6 py-4 border-t border-border", r),
3260
+ ...t
3261
+ }
3262
+ ), cr = {
3263
+ sm: 0.7,
3264
+ md: 1,
3265
+ lg: 1.3
3266
+ }, Kt = ({ size: r = "md", className: t, ...n }) => {
3267
+ const o = 8 * cr[r];
3268
+ return /* @__PURE__ */ s.jsxs("div", { className: _("loader", t), style: { fontSize: `${o}px` }, ...n, children: [
3269
+ /* @__PURE__ */ s.jsx("div", { className: "loader-face loader-face-1", children: /* @__PURE__ */ s.jsx("div", { className: "loader-circle" }) }),
3270
+ /* @__PURE__ */ s.jsx("div", { className: "loader-face loader-face-2", children: /* @__PURE__ */ s.jsx("div", { className: "loader-circle" }) })
3271
+ ] });
3272
+ }, qt = ({
3273
+ size: r = "md",
3274
+ variant: t = "inline",
3275
+ label: n,
3276
+ className: o,
3277
+ ...i
3278
+ }) => {
3279
+ const c = 8 * cr[r];
3280
+ return t === "container" ? /* @__PURE__ */ s.jsx(
3281
+ "div",
3282
+ {
3283
+ className: _(
3284
+ "relative w-full min-h-[8rem] rounded-lg border border-border bg-surface-secondary flex items-center justify-center",
3285
+ o
3286
+ ),
3287
+ ...i,
3288
+ children: /* @__PURE__ */ s.jsxs("div", { className: "flex flex-col items-center gap-3", children: [
3289
+ /* @__PURE__ */ s.jsxs("div", { className: "loader", style: { fontSize: `${c}px` }, children: [
3290
+ /* @__PURE__ */ s.jsx("div", { className: "loader-face loader-face-1", children: /* @__PURE__ */ s.jsx("div", { className: "loader-circle" }) }),
3291
+ /* @__PURE__ */ s.jsx("div", { className: "loader-face loader-face-2", children: /* @__PURE__ */ s.jsx("div", { className: "loader-circle" }) })
3292
+ ] }),
3293
+ n && /* @__PURE__ */ s.jsx("span", { className: "text-sm text-text-secondary", children: n })
3294
+ ] })
3295
+ }
3296
+ ) : /* @__PURE__ */ s.jsxs("div", { className: _("inline-flex items-center gap-2", o), ...i, children: [
3297
+ /* @__PURE__ */ s.jsxs("div", { className: "loader", style: { fontSize: `${c}px` }, children: [
3298
+ /* @__PURE__ */ s.jsx("div", { className: "loader-face loader-face-1", children: /* @__PURE__ */ s.jsx("div", { className: "loader-circle" }) }),
3299
+ /* @__PURE__ */ s.jsx("div", { className: "loader-face loader-face-2", children: /* @__PURE__ */ s.jsx("div", { className: "loader-circle" }) })
3300
+ ] }),
3301
+ n && /* @__PURE__ */ s.jsx("span", { className: "text-sm text-text-secondary", children: n })
3302
+ ] });
3303
+ }, dr = z.createContext(null), Jt = ({
3304
+ name: r,
3305
+ legend: t,
3306
+ value: n,
3307
+ defaultValue: o,
3308
+ disabled: i = !1,
3309
+ onValueChange: c,
3310
+ className: l,
3311
+ children: d,
3312
+ ...p
3313
+ }) => {
3314
+ const x = n !== void 0, [f, g] = z.useState(o), y = x ? n : f, P = z.useCallback(
3315
+ (k) => {
3316
+ x || g(k), c == null || c(k);
3317
+ },
3318
+ [x, c]
3319
+ );
3320
+ return /* @__PURE__ */ s.jsx(dr.Provider, { value: { name: r, value: y, disabled: i, onValueChange: P }, children: /* @__PURE__ */ s.jsxs(
3321
+ "fieldset",
3322
+ {
3323
+ className: _("radio-input", i && "opacity-60", l),
3324
+ disabled: i,
3325
+ ...p,
3326
+ children: [
3327
+ t && /* @__PURE__ */ s.jsx("legend", { className: "text-sm font-medium text-text-primary", children: t }),
3328
+ d
3329
+ ]
3330
+ }
3331
+ ) });
3332
+ }, Ht = ({
3333
+ label: r,
3334
+ value: t,
3335
+ disabled: n,
3336
+ checked: o,
3337
+ defaultChecked: i,
3338
+ name: c,
3339
+ onChange: l,
3340
+ onCheckedChange: d,
3341
+ className: p,
3342
+ ...x
3343
+ }) => {
3344
+ const f = z.useContext(dr), g = z.useId(), y = !!(n ?? (f == null ? void 0 : f.disabled)), P = c ?? (f == null ? void 0 : f.name), k = !!f, h = o !== void 0, [v, N] = z.useState(!!i), j = k ? (f == null ? void 0 : f.value) === t : h ? !!o : v, B = (V) => {
3345
+ var H;
3346
+ const Y = V.target.checked;
3347
+ k && Y ? (H = f == null ? void 0 : f.onValueChange) == null || H.call(f, t) : h || N(Y), d == null || d(Y), l == null || l(V);
3348
+ }, O = /* @__PURE__ */ s.jsxs("label", { htmlFor: g, className: _(y && "cursor-not-allowed", p), role: "radio", "aria-checked": j, "aria-disabled": y, children: [
3349
+ /* @__PURE__ */ s.jsx(
3350
+ "input",
3351
+ {
3352
+ id: g,
3353
+ type: "radio",
3354
+ name: P,
3355
+ value: t,
3356
+ checked: j,
3357
+ disabled: y,
3358
+ onChange: B,
3359
+ role: "radio",
3360
+ "aria-checked": j,
3361
+ "aria-disabled": y,
3362
+ ...x
3363
+ }
3364
+ ),
3365
+ /* @__PURE__ */ s.jsx("span", { children: r || "" })
3366
+ ] });
3367
+ return k ? O : /* @__PURE__ */ s.jsx("div", { className: "radio-input", children: O });
3368
+ }, zt = {
3369
+ top: "bottom-full left-1/2 -translate-x-1/2 mb-1",
3370
+ bottom: "top-full left-1/2 -translate-x-1/2 mt-1",
3371
+ left: "right-full top-1/2 -translate-y-1/2 mr-1",
3372
+ right: "left-full top-1/2 -translate-y-1/2 ml-1"
3373
+ }, Mt = {
3374
+ top: "top-full left-1/2 -translate-x-1/2 -mt-px",
3375
+ bottom: "bottom-full left-1/2 -translate-x-1/2 -mb-px",
3376
+ left: "left-full top-1/2 -translate-y-1/2 -ml-px",
3377
+ right: "right-full top-1/2 -translate-y-1/2 -mr-px"
3378
+ }, It = {
3379
+ top: "border-t-border border-r-transparent border-b-transparent border-l-transparent border-t-[6px] border-r-[6px] border-l-[6px]",
3380
+ bottom: "border-b-border border-r-transparent border-t-transparent border-l-transparent border-b-[6px] border-r-[6px] border-l-[6px]",
3381
+ left: "border-l-border border-r-transparent border-t-transparent border-b-transparent border-l-[6px] border-t-[6px] border-b-[6px]",
3382
+ right: "border-r-border border-l-transparent border-t-transparent border-b-transparent border-r-[6px] border-t-[6px] border-b-[6px]"
3383
+ }, Lt = {
3384
+ top: "top-full left-1/2 -translate-x-1/2 -mt-[5px]",
3385
+ bottom: "bottom-full left-1/2 -translate-x-1/2 -mb-[5px]",
3386
+ left: "left-full top-1/2 -translate-y-1/2 -ml-[5px]",
3387
+ right: "right-full top-1/2 -translate-y-1/2 -mr-[5px]"
3388
+ }, Xt = ({
3389
+ open: r,
3390
+ onOpenChange: t,
3391
+ content: n,
3392
+ position: o = "top",
3393
+ delay: i = 0,
3394
+ disabled: c = !1,
3395
+ children: l,
3396
+ className: d
3397
+ }) => {
3398
+ const p = z.useRef(null), x = () => {
3399
+ p.current !== null && (window.clearTimeout(p.current), p.current = null);
3400
+ };
3401
+ z.useEffect(() => x, []);
3402
+ const f = () => {
3403
+ if (!c) {
3404
+ if (x(), i > 0) {
3405
+ p.current = window.setTimeout(() => t == null ? void 0 : t(!0), i);
3406
+ return;
3407
+ }
3408
+ t == null || t(!0);
3409
+ }
3410
+ }, g = () => {
3411
+ x(), t == null || t(!1);
3412
+ }, y = z.Children.only(l), P = z.useId();
3413
+ return /* @__PURE__ */ s.jsxs("span", { className: _("relative inline-block", d), children: [
3414
+ z.cloneElement(y, {
3415
+ "aria-describedby": r && !c ? P : void 0,
3416
+ onMouseEnter: (k) => {
3417
+ var h, v;
3418
+ (v = (h = y.props).onMouseEnter) == null || v.call(h, k), f();
3419
+ },
3420
+ onMouseLeave: (k) => {
3421
+ var h, v;
3422
+ (v = (h = y.props).onMouseLeave) == null || v.call(h, k), g();
3423
+ },
3424
+ onFocus: (k) => {
3425
+ var h, v;
3426
+ (v = (h = y.props).onFocus) == null || v.call(h, k), f();
3427
+ },
3428
+ onBlur: (k) => {
3429
+ var h, v;
3430
+ (v = (h = y.props).onBlur) == null || v.call(h, k), g();
3431
+ }
3432
+ }),
3433
+ r && !c && /* @__PURE__ */ s.jsxs(
3434
+ "span",
3435
+ {
3436
+ id: P,
3437
+ role: "tooltip",
3438
+ className: _(
3439
+ "absolute z-50 pointer-events-none",
3440
+ zt[o],
3441
+ "whitespace-nowrap",
3442
+ "rounded-md border border-border bg-surface text-text-primary",
3443
+ "px-3 py-2 text-xs shadow-md"
3444
+ ),
3445
+ children: [
3446
+ n,
3447
+ /* @__PURE__ */ s.jsx(
3448
+ "span",
3449
+ {
3450
+ className: _(
3451
+ "absolute w-0 h-0",
3452
+ Mt[o],
3453
+ It[o]
3454
+ )
3455
+ }
3456
+ ),
3457
+ /* @__PURE__ */ s.jsx(
3458
+ "span",
3459
+ {
3460
+ className: _(
3461
+ "absolute w-0 h-0 bg-surface",
3462
+ Lt[o],
3463
+ o === "top" && "border-t-[5px] border-r-[5px] border-l-[5px] border-t-surface border-r-transparent border-l-transparent",
3464
+ o === "bottom" && "border-b-[5px] border-r-[5px] border-l-[5px] border-b-surface border-r-transparent border-l-transparent",
3465
+ o === "left" && "border-l-[5px] border-t-[5px] border-b-[5px] border-l-surface border-t-transparent border-b-transparent",
3466
+ o === "right" && "border-r-[5px] border-t-[5px] border-b-[5px] border-r-surface border-t-transparent border-b-transparent"
3467
+ )
3468
+ }
3469
+ )
3470
+ ]
3471
+ }
3472
+ )
3473
+ ] });
3474
+ }, ur = Wr(void 0), Qt = ({
3475
+ children: r,
3476
+ defaultTheme: t
3477
+ }) => {
3478
+ const n = () => {
3479
+ if (typeof window < "u") {
3480
+ const l = localStorage.getItem("theme");
3481
+ if (l === "light" || l === "dark")
3482
+ return l;
3483
+ }
3484
+ return typeof window < "u" && window.matchMedia ? window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light" : t || "dark";
3485
+ }, [o, i] = er(n), c = z.useCallback((l) => {
3486
+ i(l), typeof window < "u" && localStorage.setItem("theme", l);
3487
+ }, []);
3488
+ return z.useEffect(() => {
3489
+ if (typeof document > "u") return;
3490
+ const l = document.documentElement;
3491
+ o === "light" ? (l.classList.add("theme-light"), l.classList.remove("theme-dark")) : (l.classList.add("theme-dark"), l.classList.remove("theme-light"));
3492
+ }, [o]), z.useEffect(() => {
3493
+ if (typeof window > "u" || !window.matchMedia) return;
3494
+ const l = window.matchMedia("(prefers-color-scheme: dark)"), d = (p) => {
3495
+ typeof window < "u" && !localStorage.getItem("theme") && i(p.matches ? "dark" : "light");
3496
+ };
3497
+ if (l.addEventListener)
3498
+ return l.addEventListener("change", d), () => l.removeEventListener("change", d);
3499
+ if (l.addListener)
3500
+ return l.addListener(d), () => l.removeListener(d);
3501
+ }, []), /* @__PURE__ */ s.jsx(ur.Provider, { value: { theme: o, setTheme: c }, children: r });
3502
+ }, Ot = () => {
3503
+ const r = Gr(ur);
3504
+ if (r === void 0)
3505
+ throw new Error("useTheme must be used within a ThemeProvider");
3506
+ return r;
3507
+ }, eo = ({
3508
+ className: r,
3509
+ showLabel: t = !0
3510
+ }) => {
3511
+ const { theme: n, setTheme: o } = Ot(), i = n === "dark", c = () => {
3512
+ o(i ? "light" : "dark");
3513
+ }, l = (d) => {
3514
+ (d.key === "Enter" || d.key === " ") && (d.preventDefault(), c());
3515
+ };
3516
+ return /* @__PURE__ */ s.jsxs("div", { className: _("flex items-center gap-3", r), children: [
3517
+ /* @__PURE__ */ s.jsxs(
3518
+ "label",
3519
+ {
3520
+ className: "theme-switch cursor-pointer",
3521
+ onKeyDown: l,
3522
+ tabIndex: 0,
3523
+ role: "switch",
3524
+ "aria-checked": i,
3525
+ "aria-label": i ? "Switch to light mode" : "Switch to dark mode",
3526
+ children: [
3527
+ /* @__PURE__ */ s.jsx(
3528
+ "input",
3529
+ {
3530
+ type: "checkbox",
3531
+ className: "theme-switch__checkbox",
3532
+ checked: i,
3533
+ onChange: c,
3534
+ "aria-hidden": "true"
3535
+ }
3536
+ ),
3537
+ /* @__PURE__ */ s.jsxs("div", { className: "theme-switch__container", children: [
3538
+ /* @__PURE__ */ s.jsx("div", { className: "theme-switch__clouds" }),
3539
+ /* @__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(
3540
+ "path",
3541
+ {
3542
+ fillRule: "evenodd",
3543
+ clipRule: "evenodd",
3544
+ d: "M135.831 3.00688C135.055 3.85027 134.111 4.29946 133 4.35447C134.111 4.40947 135.055 4.85867 135.831 5.71123C136.607 6.55462 136.996 7.56303 136.996 8.72727C136.996 7.95722 137.172 7.25134 137.525 6.59129C137.886 5.93124 138.372 5.39954 138.98 5.00535C139.598 4.60199 140.268 4.39114 141 4.35447C139.88 4.2903 138.936 3.85027 138.16 3.00688C137.384 2.16348 136.996 1.16425 136.996 0C136.996 1.16425 136.607 2.16348 135.831 3.00688ZM31 23.3545C32.1114 23.2995 33.0551 22.8503 33.8313 22.0069C34.6075 21.1635 34.9956 20.1642 34.9956 19C34.9956 20.1642 35.3837 21.1635 36.1599 22.0069C36.9361 22.8503 37.8798 23.2903 39 23.3545C38.2679 23.3911 37.5976 23.602 36.9802 24.0053C36.3716 24.3995 35.8864 24.9312 35.5248 25.5913C35.172 26.2513 34.9956 26.9572 34.9956 27.7273C34.9956 26.563 34.6075 25.5546 33.8313 24.7112C33.0551 23.8587 32.1114 23.4095 31 23.3545ZM0 36.3545C1.11136 36.2995 2.05513 35.8503 2.83131 35.0069C3.6075 34.1635 3.99559 33.1642 3.99559 32C3.99559 33.1642 4.38368 34.1635 5.15987 35.0069C5.93605 35.8503 6.87982 36.2903 8 36.3545C7.26792 36.3911 6.59757 36.602 5.98015 37.0053C5.37155 37.3995 4.88644 37.9312 4.52481 38.5913C4.172 39.2513 3.99559 39.9572 3.99559 40.7273C3.99559 39.563 3.6075 38.5546 2.83131 37.7112C2.05513 36.8587 1.11136 36.4095 0 36.3545ZM56.8313 24.0069C56.0551 24.8503 55.1114 25.2995 54 25.3545C55.1114 25.4095 56.0551 25.8587 56.8313 26.7112C57.6075 27.5546 57.9956 28.563 57.9956 29.7273C57.9956 28.9572 58.172 28.2513 58.5248 27.5913C58.8864 26.9312 59.3716 26.3995 59.9802 26.0053C60.5976 25.602 61.2679 25.3911 62 25.3545C60.8798 25.2903 59.9361 24.8503 59.1599 24.0069C58.3837 23.1635 57.9956 22.1642 57.9956 21C57.9956 22.1642 57.6075 23.1635 56.8313 24.0069ZM81 25.3545C82.1114 25.2995 83.0551 24.8503 83.8313 24.0069C84.6075 23.1635 84.9956 22.1642 84.9956 21C84.9956 22.1642 85.3837 23.1635 86.1599 24.0069C86.9361 24.8503 87.8798 25.2903 89 25.3545C88.2679 25.3911 87.5976 25.602 86.9802 26.0053C86.3716 26.3995 85.8864 26.9312 85.5248 27.5913C85.172 28.2513 84.9956 28.9572 84.9956 29.7273C84.9956 28.563 84.6075 27.5546 83.8313 26.7112C83.0551 25.8587 82.1114 25.4095 81 25.3545ZM136 36.3545C137.111 36.2995 138.055 35.8503 138.831 35.0069C139.607 34.1635 139.996 33.1642 139.996 32C139.996 33.1642 140.384 34.1635 141.16 35.0069C141.936 35.8503 142.88 36.2903 144 36.3545C143.268 36.3911 142.598 36.602 141.98 37.0053C141.372 37.3995 140.886 37.9312 140.525 38.5913C140.172 39.2513 139.996 39.9572 139.996 40.7273C139.996 39.563 139.607 38.5546 138.831 37.7112C138.055 36.8587 137.111 36.4095 136 36.3545ZM101.831 49.0069C101.055 49.8503 100.111 50.2995 99 50.3545C100.111 50.4095 101.055 50.8587 101.831 51.7112C102.607 52.5546 102.996 53.563 102.996 54.7273C102.996 53.9572 103.172 53.2513 103.525 52.5913C103.886 51.9312 104.372 51.3995 104.98 51.0053C105.598 50.602 106.268 50.3911 107 50.3545C105.88 50.2903 104.936 49.8503 104.16 49.0069C103.384 48.1635 102.996 47.1642 102.996 46C102.996 47.1642 102.607 48.1635 101.831 49.0069Z",
3545
+ fill: "currentColor"
3546
+ }
3547
+ ) }) }),
3548
+ /* @__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: [
3549
+ /* @__PURE__ */ s.jsx("div", { className: "theme-switch__spot" }),
3550
+ /* @__PURE__ */ s.jsx("div", { className: "theme-switch__spot" }),
3551
+ /* @__PURE__ */ s.jsx("div", { className: "theme-switch__spot" })
3552
+ ] }) }) })
3553
+ ] })
3554
+ ]
3555
+ }
3556
+ ),
3557
+ t && /* @__PURE__ */ s.jsx("span", { className: "text-sm font-medium text-text-primary", children: i ? "Dark" : "Light" })
3558
+ ] });
3559
+ }, Ft = ({
3560
+ width: r = 315,
3561
+ aspectRatio: t = 1.33,
3562
+ className: n,
3563
+ children: o,
3564
+ ...i
3565
+ }) => /* @__PURE__ */ s.jsxs(
3566
+ "div",
3567
+ {
3568
+ className: _(
3569
+ "relative flex justify-center items-center overflow-hidden",
3570
+ "bg-surface-tertiary rounded-[24px]",
3571
+ "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)]",
3572
+ "z-[8]",
3573
+ n
3574
+ ),
3575
+ style: {
3576
+ width: `${r + 1}px`,
3577
+ height: `${r * t + 1}px`
3578
+ },
3579
+ ...i,
3580
+ children: [
3581
+ /* @__PURE__ */ s.jsx(
3582
+ "div",
3583
+ {
3584
+ className: "absolute inset-[-50px] z-[-2] form-border-animation",
3585
+ style: {
3586
+ background: "conic-gradient(from 45deg, transparent 75%, var(--color-text-primary), transparent 100%)"
3587
+ }
3588
+ }
3589
+ ),
3590
+ o
3591
+ ]
3592
+ }
3593
+ ), Dt = ({
3594
+ width: r = 315,
3595
+ aspectRatio: t = 1.33,
3596
+ className: n,
3597
+ children: o,
3598
+ ...i
3599
+ }) => /* @__PURE__ */ s.jsx(
3600
+ "div",
3601
+ {
3602
+ className: _(
3603
+ "absolute bg-surface-tertiary rounded-[24px] p-7 z-[10]",
3604
+ "backdrop-blur-[15px]",
3605
+ "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)]",
3606
+ n
3607
+ ),
3608
+ style: {
3609
+ width: `${r}px`,
3610
+ height: `${r * t}px`
3611
+ },
3612
+ ...i,
3613
+ children: o
3614
+ }
3615
+ ), $t = ({ className: r, ...t }) => /* @__PURE__ */ s.jsxs(
3616
+ "div",
3617
+ {
3618
+ className: _(
3619
+ "w-[65px] h-[65px] rounded-[20px] border-2 border-white",
3620
+ "bg-gradient-to-br from-white/20 to-black/20",
3621
+ "shadow-[8px_8px_16px_rgba(0,0,0,0.2),-8px_-8px_16px_rgba(255,255,255,0.06)]",
3622
+ "flex justify-center items-center relative",
3623
+ r
3624
+ ),
3625
+ ...t,
3626
+ children: [
3627
+ /* @__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" }),
3628
+ /* @__PURE__ */ s.jsx("div", { className: "absolute top-[10px] w-[30%] h-[30%] rounded-full border-[2.5px] border-white" })
3629
+ ]
3630
+ }
3631
+ ), ro = ({
3632
+ title: r,
3633
+ showLogo: t = !1,
3634
+ footer: n,
3635
+ width: o = 315,
3636
+ aspectRatio: i = 1.33,
3637
+ className: c,
3638
+ children: l,
3639
+ ...d
3640
+ }) => /* @__PURE__ */ s.jsx(Ft, { width: o, aspectRatio: i, children: /* @__PURE__ */ s.jsxs(Dt, { width: o, aspectRatio: i, children: [
3641
+ /* @__PURE__ */ s.jsxs(
3642
+ "form",
3643
+ {
3644
+ className: _("flex justify-center items-center flex-col gap-[10px]", c),
3645
+ ...d,
3646
+ children: [
3647
+ t && /* @__PURE__ */ s.jsx("div", { className: "flex justify-center items-center mb-2", children: /* @__PURE__ */ s.jsx($t, {}) }),
3648
+ 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 }),
3649
+ l
3650
+ ]
3651
+ }
3652
+ ),
3653
+ n && /* @__PURE__ */ s.jsx("div", { className: "w-full text-left text-text-secondary text-xs mt-4", children: n })
3654
+ ] }) }), to = ({
3655
+ label: r,
3656
+ error: t,
3657
+ className: n,
3658
+ size: o,
3659
+ ...i
3660
+ }) => /* @__PURE__ */ s.jsxs("div", { className: "w-full", children: [
3661
+ r && /* @__PURE__ */ s.jsx("label", { className: "block text-text-primary text-sm mb-1.5", children: r }),
3662
+ /* @__PURE__ */ s.jsx(
3663
+ lr,
3664
+ {
3665
+ className: _(
3666
+ "w-full p-2.5 border-none rounded-xl bg-surface text-text-primary text-sm outline-none",
3667
+ "focus:border focus:border-border-focus",
3668
+ n
3669
+ ),
3670
+ error: t,
3671
+ size: o,
3672
+ ...i
3673
+ }
3674
+ )
3675
+ ] }), oo = ({
3676
+ variant: r = "primary",
3677
+ className: t,
3678
+ children: n,
3679
+ ...o
3680
+ }) => r === "google" ? /* @__PURE__ */ s.jsx(
3681
+ "button",
3682
+ {
3683
+ className: _(
3684
+ "w-full h-10 border-none rounded-[20px] text-sm font-semibold cursor-pointer",
3685
+ "grid place-content-center gap-2.5 bg-surface-secondary text-text-primary",
3686
+ "transition-all duration-300",
3687
+ "shadow-[inset_0px_3px_6px_-4px_rgba(255,255,255,0.6),inset_0px_-3px_6px_-2px_rgba(0,0,0,0.8)]",
3688
+ "hover:bg-white/25 hover:shadow-[inset_0px_3px_6px_rgba(255,255,255,0.6),inset_0px_-3px_6px_rgba(0,0,0,0.8),0px_0px_8px_rgba(255,255,255,0.05)]",
3689
+ "flex justify-center items-center gap-2.5",
3690
+ t
3691
+ ),
3692
+ ...o,
3693
+ children: n
3694
+ }
3695
+ ) : /* @__PURE__ */ s.jsx(
3696
+ ir,
3697
+ {
3698
+ className: _(
3699
+ "w-full h-10 rounded-[20px] text-sm font-semibold mt-1.5",
3700
+ t
3701
+ ),
3702
+ variant: "primary",
3703
+ ...o,
3704
+ children: n
3705
+ }
3706
+ ), no = ({
3707
+ className: r,
3708
+ children: t,
3709
+ ...n
3710
+ }) => /* @__PURE__ */ s.jsx(
3711
+ "div",
3712
+ {
3713
+ className: _(
3714
+ "w-full text-left text-text-secondary text-xs",
3715
+ r
3716
+ ),
3717
+ ...n,
3718
+ children: t
3719
+ }
3720
+ ), so = ({
3721
+ className: r,
3722
+ children: t,
3723
+ ...n
3724
+ }) => /* @__PURE__ */ s.jsx(
3725
+ "a",
3726
+ {
3727
+ className: _(
3728
+ "relative text-text-secondary font-semibold no-underline transition-colors duration-300 ease-in-out",
3729
+ "hover:text-white",
3730
+ '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',
3731
+ "hover:after:w-full",
3732
+ r
3733
+ ),
3734
+ ...n,
3735
+ children: t
3736
+ }
3737
+ );
3738
+ export {
3739
+ ir as Button,
3740
+ Vt as Card,
3741
+ Yt as CardContent,
3742
+ Zt as CardFooter,
3743
+ Ut as CardHeader,
3744
+ At as Checkbox,
3745
+ ro as Form,
3746
+ oo as FormButton,
3747
+ to as FormField,
3748
+ no as FormFooter,
3749
+ so as FormFooterLink,
3750
+ lr as Input,
3751
+ qt as Loader,
3752
+ Ht as RadioButton,
3753
+ Jt as RadioGroup,
3754
+ Kt as Spinner,
3755
+ Gt as SubmitButton,
3756
+ Qt as ThemeProvider,
3757
+ eo as ThemeSwitch,
3758
+ Bt as Toggle,
3759
+ Xt as Tooltip,
3760
+ Ot as useTheme
3761
+ };