@pondipondi/mimas 0.1.1 → 0.1.3

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.
@@ -0,0 +1,3306 @@
1
+ import ur from "react";
2
+ var $e = { exports: {} }, me = {};
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 nr;
13
+ function Jr() {
14
+ if (nr) return me;
15
+ nr = 1;
16
+ var r = ur, n = Symbol.for("react.element"), t = Symbol.for("react.fragment"), a = Object.prototype.hasOwnProperty, f = r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, i = { key: !0, ref: !0, __self: !0, __source: !0 };
17
+ function s(c, d, C) {
18
+ var p, k = {}, A = null, $ = null;
19
+ C !== void 0 && (A = "" + C), d.key !== void 0 && (A = "" + d.key), d.ref !== void 0 && ($ = d.ref);
20
+ for (p in d) a.call(d, p) && !i.hasOwnProperty(p) && (k[p] = d[p]);
21
+ if (c && c.defaultProps) for (p in d = c.defaultProps, d) k[p] === void 0 && (k[p] = d[p]);
22
+ return { $$typeof: n, type: c, key: A, ref: $, props: k, _owner: f.current };
23
+ }
24
+ return me.Fragment = t, me.jsx = s, me.jsxs = s, me;
25
+ }
26
+ var ve = {};
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 or;
37
+ function qr() {
38
+ return or || (or = 1, process.env.NODE_ENV !== "production" && function() {
39
+ var r = ur, n = Symbol.for("react.element"), t = Symbol.for("react.portal"), a = Symbol.for("react.fragment"), f = Symbol.for("react.strict_mode"), i = Symbol.for("react.profiler"), s = Symbol.for("react.provider"), c = Symbol.for("react.context"), d = Symbol.for("react.forward_ref"), C = Symbol.for("react.suspense"), p = Symbol.for("react.suspense_list"), k = Symbol.for("react.memo"), A = Symbol.for("react.lazy"), $ = Symbol.for("react.offscreen"), G = Symbol.iterator, N = "@@iterator";
40
+ function _(e) {
41
+ if (e === null || typeof e != "object")
42
+ return null;
43
+ var o = G && e[G] || e[N];
44
+ return typeof o == "function" ? o : null;
45
+ }
46
+ var M = r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
47
+ function v(e) {
48
+ {
49
+ for (var o = arguments.length, l = new Array(o > 1 ? o - 1 : 0), b = 1; b < o; b++)
50
+ l[b - 1] = arguments[b];
51
+ ie("error", e, l);
52
+ }
53
+ }
54
+ function ie(e, o, l) {
55
+ {
56
+ var b = M.ReactDebugCurrentFrame, j = b.getStackAddendum();
57
+ j !== "" && (o += "%s", l = l.concat([j]));
58
+ var P = l.map(function(R) {
59
+ return String(R);
60
+ });
61
+ P.unshift("Warning: " + o), Function.prototype.apply.call(console[e], console, P);
62
+ }
63
+ }
64
+ var X = !1, ae = !1, se = !1, Q = !1, ee = !1, J;
65
+ J = Symbol.for("react.module.reference");
66
+ function re(e) {
67
+ return !!(typeof e == "string" || typeof e == "function" || e === a || e === i || ee || e === f || e === C || e === p || Q || e === $ || X || ae || se || typeof e == "object" && e !== null && (e.$$typeof === A || e.$$typeof === k || e.$$typeof === s || e.$$typeof === c || e.$$typeof === d || // 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 === J || e.getModuleId !== void 0));
72
+ }
73
+ function te(e, o, l) {
74
+ var b = e.displayName;
75
+ if (b)
76
+ return b;
77
+ var j = o.displayName || o.name || "";
78
+ return j !== "" ? l + "(" + j + ")" : l;
79
+ }
80
+ function u(e) {
81
+ return e.displayName || "Context";
82
+ }
83
+ function m(e) {
84
+ if (e == null)
85
+ return null;
86
+ if (typeof e.tag == "number" && v("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 a:
92
+ return "Fragment";
93
+ case t:
94
+ return "Portal";
95
+ case i:
96
+ return "Profiler";
97
+ case f:
98
+ return "StrictMode";
99
+ case C:
100
+ return "Suspense";
101
+ case p:
102
+ return "SuspenseList";
103
+ }
104
+ if (typeof e == "object")
105
+ switch (e.$$typeof) {
106
+ case c:
107
+ var o = e;
108
+ return u(o) + ".Consumer";
109
+ case s:
110
+ var l = e;
111
+ return u(l._context) + ".Provider";
112
+ case d:
113
+ return te(e, e.render, "ForwardRef");
114
+ case k:
115
+ var b = e.displayName || null;
116
+ return b !== null ? b : m(e.type) || "Memo";
117
+ case A: {
118
+ var j = e, P = j._payload, R = j._init;
119
+ try {
120
+ return m(R(P));
121
+ } catch {
122
+ return null;
123
+ }
124
+ }
125
+ }
126
+ return null;
127
+ }
128
+ var g = Object.assign, x = 0, y, E, S, T, z, D, W;
129
+ function ke() {
130
+ }
131
+ ke.__reactDisabledLog = !0;
132
+ function fe() {
133
+ {
134
+ if (x === 0) {
135
+ y = console.log, E = console.info, S = console.warn, T = console.error, z = console.group, D = console.groupCollapsed, W = console.groupEnd;
136
+ var e = {
137
+ configurable: !0,
138
+ enumerable: !0,
139
+ value: ke,
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
+ x++;
153
+ }
154
+ }
155
+ function pe() {
156
+ {
157
+ if (x--, x === 0) {
158
+ var e = {
159
+ configurable: !0,
160
+ enumerable: !0,
161
+ writable: !0
162
+ };
163
+ Object.defineProperties(console, {
164
+ log: g({}, e, {
165
+ value: y
166
+ }),
167
+ info: g({}, e, {
168
+ value: E
169
+ }),
170
+ warn: g({}, e, {
171
+ value: S
172
+ }),
173
+ error: g({}, e, {
174
+ value: T
175
+ }),
176
+ group: g({}, e, {
177
+ value: z
178
+ }),
179
+ groupCollapsed: g({}, e, {
180
+ value: D
181
+ }),
182
+ groupEnd: g({}, e, {
183
+ value: W
184
+ })
185
+ });
186
+ }
187
+ x < 0 && v("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
188
+ }
189
+ }
190
+ var le = M.ReactCurrentDispatcher, be;
191
+ function Ee(e, o, l) {
192
+ {
193
+ if (be === void 0)
194
+ try {
195
+ throw Error();
196
+ } catch (j) {
197
+ var b = j.stack.trim().match(/\n( *(at )?)/);
198
+ be = b && b[1] || "";
199
+ }
200
+ return `
201
+ ` + be + e;
202
+ }
203
+ }
204
+ var Te = !1, Ce;
205
+ {
206
+ var Rr = typeof WeakMap == "function" ? WeakMap : Map;
207
+ Ce = new Rr();
208
+ }
209
+ function Le(e, o) {
210
+ if (!e || Te)
211
+ return "";
212
+ {
213
+ var l = Ce.get(e);
214
+ if (l !== void 0)
215
+ return l;
216
+ }
217
+ var b;
218
+ Te = !0;
219
+ var j = Error.prepareStackTrace;
220
+ Error.prepareStackTrace = void 0;
221
+ var P;
222
+ P = le.current, le.current = null, fe();
223
+ try {
224
+ if (o) {
225
+ var R = function() {
226
+ throw Error();
227
+ };
228
+ if (Object.defineProperty(R.prototype, "props", {
229
+ set: function() {
230
+ throw Error();
231
+ }
232
+ }), typeof Reflect == "object" && Reflect.construct) {
233
+ try {
234
+ Reflect.construct(R, []);
235
+ } catch (Y) {
236
+ b = Y;
237
+ }
238
+ Reflect.construct(e, [], R);
239
+ } else {
240
+ try {
241
+ R.call();
242
+ } catch (Y) {
243
+ b = Y;
244
+ }
245
+ e.call(R.prototype);
246
+ }
247
+ } else {
248
+ try {
249
+ throw Error();
250
+ } catch (Y) {
251
+ b = Y;
252
+ }
253
+ e();
254
+ }
255
+ } catch (Y) {
256
+ if (Y && b && typeof Y.stack == "string") {
257
+ for (var w = Y.stack.split(`
258
+ `), L = b.stack.split(`
259
+ `), I = w.length - 1, F = L.length - 1; I >= 1 && F >= 0 && w[I] !== L[F]; )
260
+ F--;
261
+ for (; I >= 1 && F >= 0; I--, F--)
262
+ if (w[I] !== L[F]) {
263
+ if (I !== 1 || F !== 1)
264
+ do
265
+ if (I--, F--, F < 0 || w[I] !== L[F]) {
266
+ var B = `
267
+ ` + w[I].replace(" at new ", " at ");
268
+ return e.displayName && B.includes("<anonymous>") && (B = B.replace("<anonymous>", e.displayName)), typeof e == "function" && Ce.set(e, B), B;
269
+ }
270
+ while (I >= 1 && F >= 0);
271
+ break;
272
+ }
273
+ }
274
+ } finally {
275
+ Te = !1, le.current = P, pe(), Error.prepareStackTrace = j;
276
+ }
277
+ var ue = e ? e.displayName || e.name : "", ne = ue ? Ee(ue) : "";
278
+ return typeof e == "function" && Ce.set(e, ne), ne;
279
+ }
280
+ function kr(e, o, l) {
281
+ return Le(e, !1);
282
+ }
283
+ function Er(e) {
284
+ var o = e.prototype;
285
+ return !!(o && o.isReactComponent);
286
+ }
287
+ function _e(e, o, l) {
288
+ if (e == null)
289
+ return "";
290
+ if (typeof e == "function")
291
+ return Le(e, Er(e));
292
+ if (typeof e == "string")
293
+ return Ee(e);
294
+ switch (e) {
295
+ case C:
296
+ return Ee("Suspense");
297
+ case p:
298
+ return Ee("SuspenseList");
299
+ }
300
+ if (typeof e == "object")
301
+ switch (e.$$typeof) {
302
+ case d:
303
+ return kr(e.render);
304
+ case k:
305
+ return _e(e.type, o, l);
306
+ case A: {
307
+ var b = e, j = b._payload, P = b._init;
308
+ try {
309
+ return _e(P(j), o, l);
310
+ } catch {
311
+ }
312
+ }
313
+ }
314
+ return "";
315
+ }
316
+ var ge = Object.prototype.hasOwnProperty, De = {}, Ye = M.ReactDebugCurrentFrame;
317
+ function je(e) {
318
+ if (e) {
319
+ var o = e._owner, l = _e(e.type, e._source, o ? o.type : null);
320
+ Ye.setExtraStackFrame(l);
321
+ } else
322
+ Ye.setExtraStackFrame(null);
323
+ }
324
+ function Cr(e, o, l, b, j) {
325
+ {
326
+ var P = Function.call.bind(ge);
327
+ for (var R in e)
328
+ if (P(e, R)) {
329
+ var w = void 0;
330
+ try {
331
+ if (typeof e[R] != "function") {
332
+ var L = Error((b || "React class") + ": " + l + " type `" + R + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[R] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
333
+ throw L.name = "Invariant Violation", L;
334
+ }
335
+ w = e[R](o, R, b, l, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
336
+ } catch (I) {
337
+ w = I;
338
+ }
339
+ w && !(w instanceof Error) && (je(j), v("%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", l, R, typeof w), je(null)), w instanceof Error && !(w.message in De) && (De[w.message] = !0, je(j), v("Failed %s type: %s", l, w.message), je(null));
340
+ }
341
+ }
342
+ }
343
+ var _r = Array.isArray;
344
+ function Ae(e) {
345
+ return _r(e);
346
+ }
347
+ function jr(e) {
348
+ {
349
+ var o = typeof Symbol == "function" && Symbol.toStringTag, l = o && e[Symbol.toStringTag] || e.constructor.name || "Object";
350
+ return l;
351
+ }
352
+ }
353
+ function Sr(e) {
354
+ try {
355
+ return Ue(e), !1;
356
+ } catch {
357
+ return !0;
358
+ }
359
+ }
360
+ function Ue(e) {
361
+ return "" + e;
362
+ }
363
+ function Be(e) {
364
+ if (Sr(e))
365
+ return v("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", jr(e)), Ue(e);
366
+ }
367
+ var Je = M.ReactCurrentOwner, Tr = {
368
+ key: !0,
369
+ ref: !0,
370
+ __self: !0,
371
+ __source: !0
372
+ }, qe, Ke;
373
+ function Ar(e) {
374
+ if (ge.call(e, "ref")) {
375
+ var o = Object.getOwnPropertyDescriptor(e, "ref").get;
376
+ if (o && o.isReactWarning)
377
+ return !1;
378
+ }
379
+ return e.ref !== void 0;
380
+ }
381
+ function Pr(e) {
382
+ if (ge.call(e, "key")) {
383
+ var o = Object.getOwnPropertyDescriptor(e, "key").get;
384
+ if (o && o.isReactWarning)
385
+ return !1;
386
+ }
387
+ return e.key !== void 0;
388
+ }
389
+ function Or(e, o) {
390
+ typeof e.ref == "string" && Je.current;
391
+ }
392
+ function Mr(e, o) {
393
+ {
394
+ var l = function() {
395
+ qe || (qe = !0, v("%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)", o));
396
+ };
397
+ l.isReactWarning = !0, Object.defineProperty(e, "key", {
398
+ get: l,
399
+ configurable: !0
400
+ });
401
+ }
402
+ }
403
+ function zr(e, o) {
404
+ {
405
+ var l = function() {
406
+ Ke || (Ke = !0, v("%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)", o));
407
+ };
408
+ l.isReactWarning = !0, Object.defineProperty(e, "ref", {
409
+ get: l,
410
+ configurable: !0
411
+ });
412
+ }
413
+ }
414
+ var Ir = function(e, o, l, b, j, P, R) {
415
+ var w = {
416
+ // This tag allows us to uniquely identify this as a React Element
417
+ $$typeof: n,
418
+ // Built-in properties that belong on the element
419
+ type: e,
420
+ key: o,
421
+ ref: l,
422
+ props: R,
423
+ // Record the component responsible for creating this element.
424
+ _owner: P
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: j
441
+ }), Object.freeze && (Object.freeze(w.props), Object.freeze(w)), w;
442
+ };
443
+ function $r(e, o, l, b, j) {
444
+ {
445
+ var P, R = {}, w = null, L = null;
446
+ l !== void 0 && (Be(l), w = "" + l), Pr(o) && (Be(o.key), w = "" + o.key), Ar(o) && (L = o.ref, Or(o, j));
447
+ for (P in o)
448
+ ge.call(o, P) && !Tr.hasOwnProperty(P) && (R[P] = o[P]);
449
+ if (e && e.defaultProps) {
450
+ var I = e.defaultProps;
451
+ for (P in I)
452
+ R[P] === void 0 && (R[P] = I[P]);
453
+ }
454
+ if (w || L) {
455
+ var F = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
456
+ w && Mr(R, F), L && zr(R, F);
457
+ }
458
+ return Ir(e, w, L, j, b, Je.current, R);
459
+ }
460
+ }
461
+ var Pe = M.ReactCurrentOwner, Xe = M.ReactDebugCurrentFrame;
462
+ function ce(e) {
463
+ if (e) {
464
+ var o = e._owner, l = _e(e.type, e._source, o ? o.type : null);
465
+ Xe.setExtraStackFrame(l);
466
+ } else
467
+ Xe.setExtraStackFrame(null);
468
+ }
469
+ var Oe;
470
+ Oe = !1;
471
+ function Me(e) {
472
+ return typeof e == "object" && e !== null && e.$$typeof === n;
473
+ }
474
+ function He() {
475
+ {
476
+ if (Pe.current) {
477
+ var e = m(Pe.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 Ze = {};
490
+ function Fr(e) {
491
+ {
492
+ var o = He();
493
+ if (!o) {
494
+ var l = typeof e == "string" ? e : e.displayName || e.name;
495
+ l && (o = `
496
+
497
+ Check the top-level render call using <` + l + ">.");
498
+ }
499
+ return o;
500
+ }
501
+ }
502
+ function Qe(e, o) {
503
+ {
504
+ if (!e._store || e._store.validated || e.key != null)
505
+ return;
506
+ e._store.validated = !0;
507
+ var l = Fr(o);
508
+ if (Ze[l])
509
+ return;
510
+ Ze[l] = !0;
511
+ var b = "";
512
+ e && e._owner && e._owner !== Pe.current && (b = " It was passed a child from " + m(e._owner.type) + "."), ce(e), v('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', l, b), ce(null);
513
+ }
514
+ }
515
+ function er(e, o) {
516
+ {
517
+ if (typeof e != "object")
518
+ return;
519
+ if (Ae(e))
520
+ for (var l = 0; l < e.length; l++) {
521
+ var b = e[l];
522
+ Me(b) && Qe(b, o);
523
+ }
524
+ else if (Me(e))
525
+ e._store && (e._store.validated = !0);
526
+ else if (e) {
527
+ var j = _(e);
528
+ if (typeof j == "function" && j !== e.entries)
529
+ for (var P = j.call(e), R; !(R = P.next()).done; )
530
+ Me(R.value) && Qe(R.value, o);
531
+ }
532
+ }
533
+ }
534
+ function Vr(e) {
535
+ {
536
+ var o = e.type;
537
+ if (o == null || typeof o == "string")
538
+ return;
539
+ var l;
540
+ if (typeof o == "function")
541
+ l = o.propTypes;
542
+ else if (typeof o == "object" && (o.$$typeof === d || // Note: Memo only checks outer props here.
543
+ // Inner props are checked in the reconciler.
544
+ o.$$typeof === k))
545
+ l = o.propTypes;
546
+ else
547
+ return;
548
+ if (l) {
549
+ var b = m(o);
550
+ Cr(l, e.props, "prop", b, e);
551
+ } else if (o.PropTypes !== void 0 && !Oe) {
552
+ Oe = !0;
553
+ var j = m(o);
554
+ v("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", j || "Unknown");
555
+ }
556
+ typeof o.getDefaultProps == "function" && !o.getDefaultProps.isReactClassApproved && v("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
557
+ }
558
+ }
559
+ function Gr(e) {
560
+ {
561
+ for (var o = Object.keys(e.props), l = 0; l < o.length; l++) {
562
+ var b = o[l];
563
+ if (b !== "children" && b !== "key") {
564
+ ce(e), v("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", b), ce(null);
565
+ break;
566
+ }
567
+ }
568
+ e.ref !== null && (ce(e), v("Invalid attribute `ref` supplied to `React.Fragment`."), ce(null));
569
+ }
570
+ }
571
+ var rr = {};
572
+ function tr(e, o, l, b, j, P) {
573
+ {
574
+ var R = re(e);
575
+ if (!R) {
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 L = Nr();
579
+ L ? w += L : w += He();
580
+ var I;
581
+ e === null ? I = "null" : Ae(e) ? I = "array" : e !== void 0 && e.$$typeof === n ? (I = "<" + (m(e.type) || "Unknown") + " />", w = " Did you accidentally export a JSX literal instead of a component?") : I = typeof e, v("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", I, w);
582
+ }
583
+ var F = $r(e, o, l, j, P);
584
+ if (F == null)
585
+ return F;
586
+ if (R) {
587
+ var B = o.children;
588
+ if (B !== void 0)
589
+ if (b)
590
+ if (Ae(B)) {
591
+ for (var ue = 0; ue < B.length; ue++)
592
+ er(B[ue], e);
593
+ Object.freeze && Object.freeze(B);
594
+ } else
595
+ v("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
+ er(B, e);
598
+ }
599
+ if (ge.call(o, "key")) {
600
+ var ne = m(e), Y = Object.keys(o).filter(function(Br) {
601
+ return Br !== "key";
602
+ }), ze = Y.length > 0 ? "{key: someKey, " + Y.join(": ..., ") + ": ...}" : "{key: someKey}";
603
+ if (!rr[ne + ze]) {
604
+ var Ur = Y.length > 0 ? "{" + Y.join(": ..., ") + ": ...}" : "{}";
605
+ v(`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} />`, ze, ne, Ur, ne), rr[ne + ze] = !0;
611
+ }
612
+ }
613
+ return e === a ? Gr(F) : Vr(F), F;
614
+ }
615
+ }
616
+ function Wr(e, o, l) {
617
+ return tr(e, o, l, !0);
618
+ }
619
+ function Lr(e, o, l) {
620
+ return tr(e, o, l, !1);
621
+ }
622
+ var Dr = Lr, Yr = Wr;
623
+ ve.Fragment = a, ve.jsx = Dr, ve.jsxs = Yr;
624
+ }()), ve;
625
+ }
626
+ process.env.NODE_ENV === "production" ? $e.exports = Jr() : $e.exports = qr();
627
+ var V = $e.exports, ir = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, U = (r) => !r || typeof r != "object" || Object.keys(r).length === 0, Kr = (r, n) => JSON.stringify(r) === JSON.stringify(n);
628
+ function dr(r, n) {
629
+ r.forEach(function(t) {
630
+ Array.isArray(t) ? dr(t, n) : n.push(t);
631
+ });
632
+ }
633
+ function fr(r) {
634
+ let n = [];
635
+ return dr(r, n), n;
636
+ }
637
+ var pr = (...r) => fr(r).filter(Boolean), br = (r, n) => {
638
+ let t = {}, a = Object.keys(r), f = Object.keys(n);
639
+ for (let i of a) if (f.includes(i)) {
640
+ let s = r[i], c = n[i];
641
+ typeof s == "object" && typeof c == "object" ? t[i] = br(s, c) : Array.isArray(s) || Array.isArray(c) ? t[i] = pr(c, s) : t[i] = c + " " + s;
642
+ } else t[i] = r[i];
643
+ for (let i of f) a.includes(i) || (t[i] = n[i]);
644
+ return t;
645
+ }, ar = (r) => !r || typeof r != "string" ? r : r.replace(/\s+/g, " ").trim();
646
+ const We = "-";
647
+ function Xr(r) {
648
+ const n = Zr(r), {
649
+ conflictingClassGroups: t,
650
+ conflictingClassGroupModifiers: a
651
+ } = r;
652
+ function f(s) {
653
+ const c = s.split(We);
654
+ return c[0] === "" && c.length !== 1 && c.shift(), gr(c, n) || Hr(s);
655
+ }
656
+ function i(s, c) {
657
+ const d = t[s] || [];
658
+ return c && a[s] ? [...d, ...a[s]] : d;
659
+ }
660
+ return {
661
+ getClassGroupId: f,
662
+ getConflictingClassGroupIds: i
663
+ };
664
+ }
665
+ function gr(r, n) {
666
+ var s;
667
+ if (r.length === 0)
668
+ return n.classGroupId;
669
+ const t = r[0], a = n.nextPart.get(t), f = a ? gr(r.slice(1), a) : void 0;
670
+ if (f)
671
+ return f;
672
+ if (n.validators.length === 0)
673
+ return;
674
+ const i = r.join(We);
675
+ return (s = n.validators.find(({
676
+ validator: c
677
+ }) => c(i))) == null ? void 0 : s.classGroupId;
678
+ }
679
+ const sr = /^\[(.+)\]$/;
680
+ function Hr(r) {
681
+ if (sr.test(r)) {
682
+ const n = sr.exec(r)[1], t = n == null ? void 0 : n.substring(0, n.indexOf(":"));
683
+ if (t)
684
+ return "arbitrary.." + t;
685
+ }
686
+ }
687
+ function Zr(r) {
688
+ const {
689
+ theme: n,
690
+ prefix: t
691
+ } = r, a = {
692
+ nextPart: /* @__PURE__ */ new Map(),
693
+ validators: []
694
+ };
695
+ return et(Object.entries(r.classGroups), t).forEach(([i, s]) => {
696
+ Ne(s, a, i, n);
697
+ }), a;
698
+ }
699
+ function Ne(r, n, t, a) {
700
+ r.forEach((f) => {
701
+ if (typeof f == "string") {
702
+ const i = f === "" ? n : lr(n, f);
703
+ i.classGroupId = t;
704
+ return;
705
+ }
706
+ if (typeof f == "function") {
707
+ if (Qr(f)) {
708
+ Ne(f(a), n, t, a);
709
+ return;
710
+ }
711
+ n.validators.push({
712
+ validator: f,
713
+ classGroupId: t
714
+ });
715
+ return;
716
+ }
717
+ Object.entries(f).forEach(([i, s]) => {
718
+ Ne(s, lr(n, i), t, a);
719
+ });
720
+ });
721
+ }
722
+ function lr(r, n) {
723
+ let t = r;
724
+ return n.split(We).forEach((a) => {
725
+ t.nextPart.has(a) || t.nextPart.set(a, {
726
+ nextPart: /* @__PURE__ */ new Map(),
727
+ validators: []
728
+ }), t = t.nextPart.get(a);
729
+ }), t;
730
+ }
731
+ function Qr(r) {
732
+ return r.isThemeGetter;
733
+ }
734
+ function et(r, n) {
735
+ return n ? r.map(([t, a]) => {
736
+ const f = a.map((i) => typeof i == "string" ? n + i : typeof i == "object" ? Object.fromEntries(Object.entries(i).map(([s, c]) => [n + s, c])) : i);
737
+ return [t, f];
738
+ }) : r;
739
+ }
740
+ function rt(r) {
741
+ if (r < 1)
742
+ return {
743
+ get: () => {
744
+ },
745
+ set: () => {
746
+ }
747
+ };
748
+ let n = 0, t = /* @__PURE__ */ new Map(), a = /* @__PURE__ */ new Map();
749
+ function f(i, s) {
750
+ t.set(i, s), n++, n > r && (n = 0, a = t, t = /* @__PURE__ */ new Map());
751
+ }
752
+ return {
753
+ get(i) {
754
+ let s = t.get(i);
755
+ if (s !== void 0)
756
+ return s;
757
+ if ((s = a.get(i)) !== void 0)
758
+ return f(i, s), s;
759
+ },
760
+ set(i, s) {
761
+ t.has(i) ? t.set(i, s) : f(i, s);
762
+ }
763
+ };
764
+ }
765
+ const mr = "!";
766
+ function tt(r) {
767
+ const {
768
+ separator: n,
769
+ experimentalParseClassName: t
770
+ } = r, a = n.length === 1, f = n[0], i = n.length;
771
+ function s(c) {
772
+ const d = [];
773
+ let C = 0, p = 0, k;
774
+ for (let _ = 0; _ < c.length; _++) {
775
+ let M = c[_];
776
+ if (C === 0) {
777
+ if (M === f && (a || c.slice(_, _ + i) === n)) {
778
+ d.push(c.slice(p, _)), p = _ + i;
779
+ continue;
780
+ }
781
+ if (M === "/") {
782
+ k = _;
783
+ continue;
784
+ }
785
+ }
786
+ M === "[" ? C++ : M === "]" && C--;
787
+ }
788
+ const A = d.length === 0 ? c : c.substring(p), $ = A.startsWith(mr), G = $ ? A.substring(1) : A, N = k && k > p ? k - p : void 0;
789
+ return {
790
+ modifiers: d,
791
+ hasImportantModifier: $,
792
+ baseClassName: G,
793
+ maybePostfixModifierPosition: N
794
+ };
795
+ }
796
+ return t ? function(d) {
797
+ return t({
798
+ className: d,
799
+ parseClassName: s
800
+ });
801
+ } : s;
802
+ }
803
+ function nt(r) {
804
+ if (r.length <= 1)
805
+ return r;
806
+ const n = [];
807
+ let t = [];
808
+ return r.forEach((a) => {
809
+ a[0] === "[" ? (n.push(...t.sort(), a), t = []) : t.push(a);
810
+ }), n.push(...t.sort()), n;
811
+ }
812
+ function ot(r) {
813
+ return {
814
+ cache: rt(r.cacheSize),
815
+ parseClassName: tt(r),
816
+ ...Xr(r)
817
+ };
818
+ }
819
+ const it = /\s+/;
820
+ function at(r, n) {
821
+ const {
822
+ parseClassName: t,
823
+ getClassGroupId: a,
824
+ getConflictingClassGroupIds: f
825
+ } = n, i = /* @__PURE__ */ new Set();
826
+ return r.trim().split(it).map((s) => {
827
+ const {
828
+ modifiers: c,
829
+ hasImportantModifier: d,
830
+ baseClassName: C,
831
+ maybePostfixModifierPosition: p
832
+ } = t(s);
833
+ let k = !!p, A = a(k ? C.substring(0, p) : C);
834
+ if (!A) {
835
+ if (!k)
836
+ return {
837
+ isTailwindClass: !1,
838
+ originalClassName: s
839
+ };
840
+ if (A = a(C), !A)
841
+ return {
842
+ isTailwindClass: !1,
843
+ originalClassName: s
844
+ };
845
+ k = !1;
846
+ }
847
+ const $ = nt(c).join(":");
848
+ return {
849
+ isTailwindClass: !0,
850
+ modifierId: d ? $ + mr : $,
851
+ classGroupId: A,
852
+ originalClassName: s,
853
+ hasPostfixModifier: k
854
+ };
855
+ }).reverse().filter((s) => {
856
+ if (!s.isTailwindClass)
857
+ return !0;
858
+ const {
859
+ modifierId: c,
860
+ classGroupId: d,
861
+ hasPostfixModifier: C
862
+ } = s, p = c + d;
863
+ return i.has(p) ? !1 : (i.add(p), f(d, C).forEach((k) => i.add(c + k)), !0);
864
+ }).reverse().map((s) => s.originalClassName).join(" ");
865
+ }
866
+ function st() {
867
+ let r = 0, n, t, a = "";
868
+ for (; r < arguments.length; )
869
+ (n = arguments[r++]) && (t = vr(n)) && (a && (a += " "), a += t);
870
+ return a;
871
+ }
872
+ function vr(r) {
873
+ if (typeof r == "string")
874
+ return r;
875
+ let n, t = "";
876
+ for (let a = 0; a < r.length; a++)
877
+ r[a] && (n = vr(r[a])) && (t && (t += " "), t += n);
878
+ return t;
879
+ }
880
+ function Fe(r, ...n) {
881
+ let t, a, f, i = s;
882
+ function s(d) {
883
+ const C = n.reduce((p, k) => k(p), r());
884
+ return t = ot(C), a = t.cache.get, f = t.cache.set, i = c, c(d);
885
+ }
886
+ function c(d) {
887
+ const C = a(d);
888
+ if (C)
889
+ return C;
890
+ const p = at(d, t);
891
+ return f(d, p), p;
892
+ }
893
+ return function() {
894
+ return i(st.apply(null, arguments));
895
+ };
896
+ }
897
+ function O(r) {
898
+ const n = (t) => t[r] || [];
899
+ return n.isThemeGetter = !0, n;
900
+ }
901
+ const hr = /^\[(?:([a-z-]+):)?(.+)\]$/i, lt = /^\d+\/\d+$/, ct = /* @__PURE__ */ new Set(["px", "full", "screen"]), ut = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, dt = /\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$/, ft = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, pt = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, bt = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/;
902
+ function q(r) {
903
+ return oe(r) || ct.has(r) || lt.test(r);
904
+ }
905
+ function H(r) {
906
+ return de(r, "length", Rt);
907
+ }
908
+ function oe(r) {
909
+ return !!r && !Number.isNaN(Number(r));
910
+ }
911
+ function Se(r) {
912
+ return de(r, "number", oe);
913
+ }
914
+ function he(r) {
915
+ return !!r && Number.isInteger(Number(r));
916
+ }
917
+ function gt(r) {
918
+ return r.endsWith("%") && oe(r.slice(0, -1));
919
+ }
920
+ function h(r) {
921
+ return hr.test(r);
922
+ }
923
+ function Z(r) {
924
+ return ut.test(r);
925
+ }
926
+ const mt = /* @__PURE__ */ new Set(["length", "size", "percentage"]);
927
+ function vt(r) {
928
+ return de(r, mt, yr);
929
+ }
930
+ function ht(r) {
931
+ return de(r, "position", yr);
932
+ }
933
+ const yt = /* @__PURE__ */ new Set(["image", "url"]);
934
+ function xt(r) {
935
+ return de(r, yt, Et);
936
+ }
937
+ function wt(r) {
938
+ return de(r, "", kt);
939
+ }
940
+ function ye() {
941
+ return !0;
942
+ }
943
+ function de(r, n, t) {
944
+ const a = hr.exec(r);
945
+ return a ? a[1] ? typeof n == "string" ? a[1] === n : n.has(a[1]) : t(a[2]) : !1;
946
+ }
947
+ function Rt(r) {
948
+ return dt.test(r) && !ft.test(r);
949
+ }
950
+ function yr() {
951
+ return !1;
952
+ }
953
+ function kt(r) {
954
+ return pt.test(r);
955
+ }
956
+ function Et(r) {
957
+ return bt.test(r);
958
+ }
959
+ function Ve() {
960
+ const r = O("colors"), n = O("spacing"), t = O("blur"), a = O("brightness"), f = O("borderColor"), i = O("borderRadius"), s = O("borderSpacing"), c = O("borderWidth"), d = O("contrast"), C = O("grayscale"), p = O("hueRotate"), k = O("invert"), A = O("gap"), $ = O("gradientColorStops"), G = O("gradientColorStopPositions"), N = O("inset"), _ = O("margin"), M = O("opacity"), v = O("padding"), ie = O("saturate"), X = O("scale"), ae = O("sepia"), se = O("skew"), Q = O("space"), ee = O("translate"), J = () => ["auto", "contain", "none"], re = () => ["auto", "hidden", "clip", "visible", "scroll"], te = () => ["auto", h, n], u = () => [h, n], m = () => ["", q, H], g = () => ["auto", oe, h], x = () => ["bottom", "center", "left", "left-bottom", "left-top", "right", "right-bottom", "right-top", "top"], y = () => ["solid", "dashed", "dotted", "double", "none"], E = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], S = () => ["start", "end", "center", "between", "around", "evenly", "stretch"], T = () => ["", "0", h], z = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], D = () => [oe, Se], W = () => [oe, h];
961
+ return {
962
+ cacheSize: 500,
963
+ separator: ":",
964
+ theme: {
965
+ colors: [ye],
966
+ spacing: [q, H],
967
+ blur: ["none", "", Z, h],
968
+ brightness: D(),
969
+ borderColor: [r],
970
+ borderRadius: ["none", "", "full", Z, h],
971
+ borderSpacing: u(),
972
+ borderWidth: m(),
973
+ contrast: D(),
974
+ grayscale: T(),
975
+ hueRotate: W(),
976
+ invert: T(),
977
+ gap: u(),
978
+ gradientColorStops: [r],
979
+ gradientColorStopPositions: [gt, H],
980
+ inset: te(),
981
+ margin: te(),
982
+ opacity: D(),
983
+ padding: u(),
984
+ saturate: D(),
985
+ scale: D(),
986
+ sepia: T(),
987
+ skew: W(),
988
+ space: u(),
989
+ translate: u()
990
+ },
991
+ classGroups: {
992
+ // Layout
993
+ /**
994
+ * Aspect Ratio
995
+ * @see https://tailwindcss.com/docs/aspect-ratio
996
+ */
997
+ aspect: [{
998
+ aspect: ["auto", "square", "video", h]
999
+ }],
1000
+ /**
1001
+ * Container
1002
+ * @see https://tailwindcss.com/docs/container
1003
+ */
1004
+ container: ["container"],
1005
+ /**
1006
+ * Columns
1007
+ * @see https://tailwindcss.com/docs/columns
1008
+ */
1009
+ columns: [{
1010
+ columns: [Z]
1011
+ }],
1012
+ /**
1013
+ * Break After
1014
+ * @see https://tailwindcss.com/docs/break-after
1015
+ */
1016
+ "break-after": [{
1017
+ "break-after": z()
1018
+ }],
1019
+ /**
1020
+ * Break Before
1021
+ * @see https://tailwindcss.com/docs/break-before
1022
+ */
1023
+ "break-before": [{
1024
+ "break-before": z()
1025
+ }],
1026
+ /**
1027
+ * Break Inside
1028
+ * @see https://tailwindcss.com/docs/break-inside
1029
+ */
1030
+ "break-inside": [{
1031
+ "break-inside": ["auto", "avoid", "avoid-page", "avoid-column"]
1032
+ }],
1033
+ /**
1034
+ * Box Decoration Break
1035
+ * @see https://tailwindcss.com/docs/box-decoration-break
1036
+ */
1037
+ "box-decoration": [{
1038
+ "box-decoration": ["slice", "clone"]
1039
+ }],
1040
+ /**
1041
+ * Box Sizing
1042
+ * @see https://tailwindcss.com/docs/box-sizing
1043
+ */
1044
+ box: [{
1045
+ box: ["border", "content"]
1046
+ }],
1047
+ /**
1048
+ * Display
1049
+ * @see https://tailwindcss.com/docs/display
1050
+ */
1051
+ 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"],
1052
+ /**
1053
+ * Floats
1054
+ * @see https://tailwindcss.com/docs/float
1055
+ */
1056
+ float: [{
1057
+ float: ["right", "left", "none", "start", "end"]
1058
+ }],
1059
+ /**
1060
+ * Clear
1061
+ * @see https://tailwindcss.com/docs/clear
1062
+ */
1063
+ clear: [{
1064
+ clear: ["left", "right", "both", "none", "start", "end"]
1065
+ }],
1066
+ /**
1067
+ * Isolation
1068
+ * @see https://tailwindcss.com/docs/isolation
1069
+ */
1070
+ isolation: ["isolate", "isolation-auto"],
1071
+ /**
1072
+ * Object Fit
1073
+ * @see https://tailwindcss.com/docs/object-fit
1074
+ */
1075
+ "object-fit": [{
1076
+ object: ["contain", "cover", "fill", "none", "scale-down"]
1077
+ }],
1078
+ /**
1079
+ * Object Position
1080
+ * @see https://tailwindcss.com/docs/object-position
1081
+ */
1082
+ "object-position": [{
1083
+ object: [...x(), h]
1084
+ }],
1085
+ /**
1086
+ * Overflow
1087
+ * @see https://tailwindcss.com/docs/overflow
1088
+ */
1089
+ overflow: [{
1090
+ overflow: re()
1091
+ }],
1092
+ /**
1093
+ * Overflow X
1094
+ * @see https://tailwindcss.com/docs/overflow
1095
+ */
1096
+ "overflow-x": [{
1097
+ "overflow-x": re()
1098
+ }],
1099
+ /**
1100
+ * Overflow Y
1101
+ * @see https://tailwindcss.com/docs/overflow
1102
+ */
1103
+ "overflow-y": [{
1104
+ "overflow-y": re()
1105
+ }],
1106
+ /**
1107
+ * Overscroll Behavior
1108
+ * @see https://tailwindcss.com/docs/overscroll-behavior
1109
+ */
1110
+ overscroll: [{
1111
+ overscroll: J()
1112
+ }],
1113
+ /**
1114
+ * Overscroll Behavior X
1115
+ * @see https://tailwindcss.com/docs/overscroll-behavior
1116
+ */
1117
+ "overscroll-x": [{
1118
+ "overscroll-x": J()
1119
+ }],
1120
+ /**
1121
+ * Overscroll Behavior Y
1122
+ * @see https://tailwindcss.com/docs/overscroll-behavior
1123
+ */
1124
+ "overscroll-y": [{
1125
+ "overscroll-y": J()
1126
+ }],
1127
+ /**
1128
+ * Position
1129
+ * @see https://tailwindcss.com/docs/position
1130
+ */
1131
+ position: ["static", "fixed", "absolute", "relative", "sticky"],
1132
+ /**
1133
+ * Top / Right / Bottom / Left
1134
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
1135
+ */
1136
+ inset: [{
1137
+ inset: [N]
1138
+ }],
1139
+ /**
1140
+ * Right / Left
1141
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
1142
+ */
1143
+ "inset-x": [{
1144
+ "inset-x": [N]
1145
+ }],
1146
+ /**
1147
+ * Top / Bottom
1148
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
1149
+ */
1150
+ "inset-y": [{
1151
+ "inset-y": [N]
1152
+ }],
1153
+ /**
1154
+ * Start
1155
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
1156
+ */
1157
+ start: [{
1158
+ start: [N]
1159
+ }],
1160
+ /**
1161
+ * End
1162
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
1163
+ */
1164
+ end: [{
1165
+ end: [N]
1166
+ }],
1167
+ /**
1168
+ * Top
1169
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
1170
+ */
1171
+ top: [{
1172
+ top: [N]
1173
+ }],
1174
+ /**
1175
+ * Right
1176
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
1177
+ */
1178
+ right: [{
1179
+ right: [N]
1180
+ }],
1181
+ /**
1182
+ * Bottom
1183
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
1184
+ */
1185
+ bottom: [{
1186
+ bottom: [N]
1187
+ }],
1188
+ /**
1189
+ * Left
1190
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
1191
+ */
1192
+ left: [{
1193
+ left: [N]
1194
+ }],
1195
+ /**
1196
+ * Visibility
1197
+ * @see https://tailwindcss.com/docs/visibility
1198
+ */
1199
+ visibility: ["visible", "invisible", "collapse"],
1200
+ /**
1201
+ * Z-Index
1202
+ * @see https://tailwindcss.com/docs/z-index
1203
+ */
1204
+ z: [{
1205
+ z: ["auto", he, h]
1206
+ }],
1207
+ // Flexbox and Grid
1208
+ /**
1209
+ * Flex Basis
1210
+ * @see https://tailwindcss.com/docs/flex-basis
1211
+ */
1212
+ basis: [{
1213
+ basis: te()
1214
+ }],
1215
+ /**
1216
+ * Flex Direction
1217
+ * @see https://tailwindcss.com/docs/flex-direction
1218
+ */
1219
+ "flex-direction": [{
1220
+ flex: ["row", "row-reverse", "col", "col-reverse"]
1221
+ }],
1222
+ /**
1223
+ * Flex Wrap
1224
+ * @see https://tailwindcss.com/docs/flex-wrap
1225
+ */
1226
+ "flex-wrap": [{
1227
+ flex: ["wrap", "wrap-reverse", "nowrap"]
1228
+ }],
1229
+ /**
1230
+ * Flex
1231
+ * @see https://tailwindcss.com/docs/flex
1232
+ */
1233
+ flex: [{
1234
+ flex: ["1", "auto", "initial", "none", h]
1235
+ }],
1236
+ /**
1237
+ * Flex Grow
1238
+ * @see https://tailwindcss.com/docs/flex-grow
1239
+ */
1240
+ grow: [{
1241
+ grow: T()
1242
+ }],
1243
+ /**
1244
+ * Flex Shrink
1245
+ * @see https://tailwindcss.com/docs/flex-shrink
1246
+ */
1247
+ shrink: [{
1248
+ shrink: T()
1249
+ }],
1250
+ /**
1251
+ * Order
1252
+ * @see https://tailwindcss.com/docs/order
1253
+ */
1254
+ order: [{
1255
+ order: ["first", "last", "none", he, h]
1256
+ }],
1257
+ /**
1258
+ * Grid Template Columns
1259
+ * @see https://tailwindcss.com/docs/grid-template-columns
1260
+ */
1261
+ "grid-cols": [{
1262
+ "grid-cols": [ye]
1263
+ }],
1264
+ /**
1265
+ * Grid Column Start / End
1266
+ * @see https://tailwindcss.com/docs/grid-column
1267
+ */
1268
+ "col-start-end": [{
1269
+ col: ["auto", {
1270
+ span: ["full", he, h]
1271
+ }, h]
1272
+ }],
1273
+ /**
1274
+ * Grid Column Start
1275
+ * @see https://tailwindcss.com/docs/grid-column
1276
+ */
1277
+ "col-start": [{
1278
+ "col-start": g()
1279
+ }],
1280
+ /**
1281
+ * Grid Column End
1282
+ * @see https://tailwindcss.com/docs/grid-column
1283
+ */
1284
+ "col-end": [{
1285
+ "col-end": g()
1286
+ }],
1287
+ /**
1288
+ * Grid Template Rows
1289
+ * @see https://tailwindcss.com/docs/grid-template-rows
1290
+ */
1291
+ "grid-rows": [{
1292
+ "grid-rows": [ye]
1293
+ }],
1294
+ /**
1295
+ * Grid Row Start / End
1296
+ * @see https://tailwindcss.com/docs/grid-row
1297
+ */
1298
+ "row-start-end": [{
1299
+ row: ["auto", {
1300
+ span: [he, h]
1301
+ }, h]
1302
+ }],
1303
+ /**
1304
+ * Grid Row Start
1305
+ * @see https://tailwindcss.com/docs/grid-row
1306
+ */
1307
+ "row-start": [{
1308
+ "row-start": g()
1309
+ }],
1310
+ /**
1311
+ * Grid Row End
1312
+ * @see https://tailwindcss.com/docs/grid-row
1313
+ */
1314
+ "row-end": [{
1315
+ "row-end": g()
1316
+ }],
1317
+ /**
1318
+ * Grid Auto Flow
1319
+ * @see https://tailwindcss.com/docs/grid-auto-flow
1320
+ */
1321
+ "grid-flow": [{
1322
+ "grid-flow": ["row", "col", "dense", "row-dense", "col-dense"]
1323
+ }],
1324
+ /**
1325
+ * Grid Auto Columns
1326
+ * @see https://tailwindcss.com/docs/grid-auto-columns
1327
+ */
1328
+ "auto-cols": [{
1329
+ "auto-cols": ["auto", "min", "max", "fr", h]
1330
+ }],
1331
+ /**
1332
+ * Grid Auto Rows
1333
+ * @see https://tailwindcss.com/docs/grid-auto-rows
1334
+ */
1335
+ "auto-rows": [{
1336
+ "auto-rows": ["auto", "min", "max", "fr", h]
1337
+ }],
1338
+ /**
1339
+ * Gap
1340
+ * @see https://tailwindcss.com/docs/gap
1341
+ */
1342
+ gap: [{
1343
+ gap: [A]
1344
+ }],
1345
+ /**
1346
+ * Gap X
1347
+ * @see https://tailwindcss.com/docs/gap
1348
+ */
1349
+ "gap-x": [{
1350
+ "gap-x": [A]
1351
+ }],
1352
+ /**
1353
+ * Gap Y
1354
+ * @see https://tailwindcss.com/docs/gap
1355
+ */
1356
+ "gap-y": [{
1357
+ "gap-y": [A]
1358
+ }],
1359
+ /**
1360
+ * Justify Content
1361
+ * @see https://tailwindcss.com/docs/justify-content
1362
+ */
1363
+ "justify-content": [{
1364
+ justify: ["normal", ...S()]
1365
+ }],
1366
+ /**
1367
+ * Justify Items
1368
+ * @see https://tailwindcss.com/docs/justify-items
1369
+ */
1370
+ "justify-items": [{
1371
+ "justify-items": ["start", "end", "center", "stretch"]
1372
+ }],
1373
+ /**
1374
+ * Justify Self
1375
+ * @see https://tailwindcss.com/docs/justify-self
1376
+ */
1377
+ "justify-self": [{
1378
+ "justify-self": ["auto", "start", "end", "center", "stretch"]
1379
+ }],
1380
+ /**
1381
+ * Align Content
1382
+ * @see https://tailwindcss.com/docs/align-content
1383
+ */
1384
+ "align-content": [{
1385
+ content: ["normal", ...S(), "baseline"]
1386
+ }],
1387
+ /**
1388
+ * Align Items
1389
+ * @see https://tailwindcss.com/docs/align-items
1390
+ */
1391
+ "align-items": [{
1392
+ items: ["start", "end", "center", "baseline", "stretch"]
1393
+ }],
1394
+ /**
1395
+ * Align Self
1396
+ * @see https://tailwindcss.com/docs/align-self
1397
+ */
1398
+ "align-self": [{
1399
+ self: ["auto", "start", "end", "center", "stretch", "baseline"]
1400
+ }],
1401
+ /**
1402
+ * Place Content
1403
+ * @see https://tailwindcss.com/docs/place-content
1404
+ */
1405
+ "place-content": [{
1406
+ "place-content": [...S(), "baseline"]
1407
+ }],
1408
+ /**
1409
+ * Place Items
1410
+ * @see https://tailwindcss.com/docs/place-items
1411
+ */
1412
+ "place-items": [{
1413
+ "place-items": ["start", "end", "center", "baseline", "stretch"]
1414
+ }],
1415
+ /**
1416
+ * Place Self
1417
+ * @see https://tailwindcss.com/docs/place-self
1418
+ */
1419
+ "place-self": [{
1420
+ "place-self": ["auto", "start", "end", "center", "stretch"]
1421
+ }],
1422
+ // Spacing
1423
+ /**
1424
+ * Padding
1425
+ * @see https://tailwindcss.com/docs/padding
1426
+ */
1427
+ p: [{
1428
+ p: [v]
1429
+ }],
1430
+ /**
1431
+ * Padding X
1432
+ * @see https://tailwindcss.com/docs/padding
1433
+ */
1434
+ px: [{
1435
+ px: [v]
1436
+ }],
1437
+ /**
1438
+ * Padding Y
1439
+ * @see https://tailwindcss.com/docs/padding
1440
+ */
1441
+ py: [{
1442
+ py: [v]
1443
+ }],
1444
+ /**
1445
+ * Padding Start
1446
+ * @see https://tailwindcss.com/docs/padding
1447
+ */
1448
+ ps: [{
1449
+ ps: [v]
1450
+ }],
1451
+ /**
1452
+ * Padding End
1453
+ * @see https://tailwindcss.com/docs/padding
1454
+ */
1455
+ pe: [{
1456
+ pe: [v]
1457
+ }],
1458
+ /**
1459
+ * Padding Top
1460
+ * @see https://tailwindcss.com/docs/padding
1461
+ */
1462
+ pt: [{
1463
+ pt: [v]
1464
+ }],
1465
+ /**
1466
+ * Padding Right
1467
+ * @see https://tailwindcss.com/docs/padding
1468
+ */
1469
+ pr: [{
1470
+ pr: [v]
1471
+ }],
1472
+ /**
1473
+ * Padding Bottom
1474
+ * @see https://tailwindcss.com/docs/padding
1475
+ */
1476
+ pb: [{
1477
+ pb: [v]
1478
+ }],
1479
+ /**
1480
+ * Padding Left
1481
+ * @see https://tailwindcss.com/docs/padding
1482
+ */
1483
+ pl: [{
1484
+ pl: [v]
1485
+ }],
1486
+ /**
1487
+ * Margin
1488
+ * @see https://tailwindcss.com/docs/margin
1489
+ */
1490
+ m: [{
1491
+ m: [_]
1492
+ }],
1493
+ /**
1494
+ * Margin X
1495
+ * @see https://tailwindcss.com/docs/margin
1496
+ */
1497
+ mx: [{
1498
+ mx: [_]
1499
+ }],
1500
+ /**
1501
+ * Margin Y
1502
+ * @see https://tailwindcss.com/docs/margin
1503
+ */
1504
+ my: [{
1505
+ my: [_]
1506
+ }],
1507
+ /**
1508
+ * Margin Start
1509
+ * @see https://tailwindcss.com/docs/margin
1510
+ */
1511
+ ms: [{
1512
+ ms: [_]
1513
+ }],
1514
+ /**
1515
+ * Margin End
1516
+ * @see https://tailwindcss.com/docs/margin
1517
+ */
1518
+ me: [{
1519
+ me: [_]
1520
+ }],
1521
+ /**
1522
+ * Margin Top
1523
+ * @see https://tailwindcss.com/docs/margin
1524
+ */
1525
+ mt: [{
1526
+ mt: [_]
1527
+ }],
1528
+ /**
1529
+ * Margin Right
1530
+ * @see https://tailwindcss.com/docs/margin
1531
+ */
1532
+ mr: [{
1533
+ mr: [_]
1534
+ }],
1535
+ /**
1536
+ * Margin Bottom
1537
+ * @see https://tailwindcss.com/docs/margin
1538
+ */
1539
+ mb: [{
1540
+ mb: [_]
1541
+ }],
1542
+ /**
1543
+ * Margin Left
1544
+ * @see https://tailwindcss.com/docs/margin
1545
+ */
1546
+ ml: [{
1547
+ ml: [_]
1548
+ }],
1549
+ /**
1550
+ * Space Between X
1551
+ * @see https://tailwindcss.com/docs/space
1552
+ */
1553
+ "space-x": [{
1554
+ "space-x": [Q]
1555
+ }],
1556
+ /**
1557
+ * Space Between X Reverse
1558
+ * @see https://tailwindcss.com/docs/space
1559
+ */
1560
+ "space-x-reverse": ["space-x-reverse"],
1561
+ /**
1562
+ * Space Between Y
1563
+ * @see https://tailwindcss.com/docs/space
1564
+ */
1565
+ "space-y": [{
1566
+ "space-y": [Q]
1567
+ }],
1568
+ /**
1569
+ * Space Between Y Reverse
1570
+ * @see https://tailwindcss.com/docs/space
1571
+ */
1572
+ "space-y-reverse": ["space-y-reverse"],
1573
+ // Sizing
1574
+ /**
1575
+ * Width
1576
+ * @see https://tailwindcss.com/docs/width
1577
+ */
1578
+ w: [{
1579
+ w: ["auto", "min", "max", "fit", "svw", "lvw", "dvw", h, n]
1580
+ }],
1581
+ /**
1582
+ * Min-Width
1583
+ * @see https://tailwindcss.com/docs/min-width
1584
+ */
1585
+ "min-w": [{
1586
+ "min-w": [h, n, "min", "max", "fit"]
1587
+ }],
1588
+ /**
1589
+ * Max-Width
1590
+ * @see https://tailwindcss.com/docs/max-width
1591
+ */
1592
+ "max-w": [{
1593
+ "max-w": [h, n, "none", "full", "min", "max", "fit", "prose", {
1594
+ screen: [Z]
1595
+ }, Z]
1596
+ }],
1597
+ /**
1598
+ * Height
1599
+ * @see https://tailwindcss.com/docs/height
1600
+ */
1601
+ h: [{
1602
+ h: [h, n, "auto", "min", "max", "fit", "svh", "lvh", "dvh"]
1603
+ }],
1604
+ /**
1605
+ * Min-Height
1606
+ * @see https://tailwindcss.com/docs/min-height
1607
+ */
1608
+ "min-h": [{
1609
+ "min-h": [h, n, "min", "max", "fit", "svh", "lvh", "dvh"]
1610
+ }],
1611
+ /**
1612
+ * Max-Height
1613
+ * @see https://tailwindcss.com/docs/max-height
1614
+ */
1615
+ "max-h": [{
1616
+ "max-h": [h, n, "min", "max", "fit", "svh", "lvh", "dvh"]
1617
+ }],
1618
+ /**
1619
+ * Size
1620
+ * @see https://tailwindcss.com/docs/size
1621
+ */
1622
+ size: [{
1623
+ size: [h, n, "auto", "min", "max", "fit"]
1624
+ }],
1625
+ // Typography
1626
+ /**
1627
+ * Font Size
1628
+ * @see https://tailwindcss.com/docs/font-size
1629
+ */
1630
+ "font-size": [{
1631
+ text: ["base", Z, H]
1632
+ }],
1633
+ /**
1634
+ * Font Smoothing
1635
+ * @see https://tailwindcss.com/docs/font-smoothing
1636
+ */
1637
+ "font-smoothing": ["antialiased", "subpixel-antialiased"],
1638
+ /**
1639
+ * Font Style
1640
+ * @see https://tailwindcss.com/docs/font-style
1641
+ */
1642
+ "font-style": ["italic", "not-italic"],
1643
+ /**
1644
+ * Font Weight
1645
+ * @see https://tailwindcss.com/docs/font-weight
1646
+ */
1647
+ "font-weight": [{
1648
+ font: ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black", Se]
1649
+ }],
1650
+ /**
1651
+ * Font Family
1652
+ * @see https://tailwindcss.com/docs/font-family
1653
+ */
1654
+ "font-family": [{
1655
+ font: [ye]
1656
+ }],
1657
+ /**
1658
+ * Font Variant Numeric
1659
+ * @see https://tailwindcss.com/docs/font-variant-numeric
1660
+ */
1661
+ "fvn-normal": ["normal-nums"],
1662
+ /**
1663
+ * Font Variant Numeric
1664
+ * @see https://tailwindcss.com/docs/font-variant-numeric
1665
+ */
1666
+ "fvn-ordinal": ["ordinal"],
1667
+ /**
1668
+ * Font Variant Numeric
1669
+ * @see https://tailwindcss.com/docs/font-variant-numeric
1670
+ */
1671
+ "fvn-slashed-zero": ["slashed-zero"],
1672
+ /**
1673
+ * Font Variant Numeric
1674
+ * @see https://tailwindcss.com/docs/font-variant-numeric
1675
+ */
1676
+ "fvn-figure": ["lining-nums", "oldstyle-nums"],
1677
+ /**
1678
+ * Font Variant Numeric
1679
+ * @see https://tailwindcss.com/docs/font-variant-numeric
1680
+ */
1681
+ "fvn-spacing": ["proportional-nums", "tabular-nums"],
1682
+ /**
1683
+ * Font Variant Numeric
1684
+ * @see https://tailwindcss.com/docs/font-variant-numeric
1685
+ */
1686
+ "fvn-fraction": ["diagonal-fractions", "stacked-fractons"],
1687
+ /**
1688
+ * Letter Spacing
1689
+ * @see https://tailwindcss.com/docs/letter-spacing
1690
+ */
1691
+ tracking: [{
1692
+ tracking: ["tighter", "tight", "normal", "wide", "wider", "widest", h]
1693
+ }],
1694
+ /**
1695
+ * Line Clamp
1696
+ * @see https://tailwindcss.com/docs/line-clamp
1697
+ */
1698
+ "line-clamp": [{
1699
+ "line-clamp": ["none", oe, Se]
1700
+ }],
1701
+ /**
1702
+ * Line Height
1703
+ * @see https://tailwindcss.com/docs/line-height
1704
+ */
1705
+ leading: [{
1706
+ leading: ["none", "tight", "snug", "normal", "relaxed", "loose", q, h]
1707
+ }],
1708
+ /**
1709
+ * List Style Image
1710
+ * @see https://tailwindcss.com/docs/list-style-image
1711
+ */
1712
+ "list-image": [{
1713
+ "list-image": ["none", h]
1714
+ }],
1715
+ /**
1716
+ * List Style Type
1717
+ * @see https://tailwindcss.com/docs/list-style-type
1718
+ */
1719
+ "list-style-type": [{
1720
+ list: ["none", "disc", "decimal", h]
1721
+ }],
1722
+ /**
1723
+ * List Style Position
1724
+ * @see https://tailwindcss.com/docs/list-style-position
1725
+ */
1726
+ "list-style-position": [{
1727
+ list: ["inside", "outside"]
1728
+ }],
1729
+ /**
1730
+ * Placeholder Color
1731
+ * @deprecated since Tailwind CSS v3.0.0
1732
+ * @see https://tailwindcss.com/docs/placeholder-color
1733
+ */
1734
+ "placeholder-color": [{
1735
+ placeholder: [r]
1736
+ }],
1737
+ /**
1738
+ * Placeholder Opacity
1739
+ * @see https://tailwindcss.com/docs/placeholder-opacity
1740
+ */
1741
+ "placeholder-opacity": [{
1742
+ "placeholder-opacity": [M]
1743
+ }],
1744
+ /**
1745
+ * Text Alignment
1746
+ * @see https://tailwindcss.com/docs/text-align
1747
+ */
1748
+ "text-alignment": [{
1749
+ text: ["left", "center", "right", "justify", "start", "end"]
1750
+ }],
1751
+ /**
1752
+ * Text Color
1753
+ * @see https://tailwindcss.com/docs/text-color
1754
+ */
1755
+ "text-color": [{
1756
+ text: [r]
1757
+ }],
1758
+ /**
1759
+ * Text Opacity
1760
+ * @see https://tailwindcss.com/docs/text-opacity
1761
+ */
1762
+ "text-opacity": [{
1763
+ "text-opacity": [M]
1764
+ }],
1765
+ /**
1766
+ * Text Decoration
1767
+ * @see https://tailwindcss.com/docs/text-decoration
1768
+ */
1769
+ "text-decoration": ["underline", "overline", "line-through", "no-underline"],
1770
+ /**
1771
+ * Text Decoration Style
1772
+ * @see https://tailwindcss.com/docs/text-decoration-style
1773
+ */
1774
+ "text-decoration-style": [{
1775
+ decoration: [...y(), "wavy"]
1776
+ }],
1777
+ /**
1778
+ * Text Decoration Thickness
1779
+ * @see https://tailwindcss.com/docs/text-decoration-thickness
1780
+ */
1781
+ "text-decoration-thickness": [{
1782
+ decoration: ["auto", "from-font", q, H]
1783
+ }],
1784
+ /**
1785
+ * Text Underline Offset
1786
+ * @see https://tailwindcss.com/docs/text-underline-offset
1787
+ */
1788
+ "underline-offset": [{
1789
+ "underline-offset": ["auto", q, h]
1790
+ }],
1791
+ /**
1792
+ * Text Decoration Color
1793
+ * @see https://tailwindcss.com/docs/text-decoration-color
1794
+ */
1795
+ "text-decoration-color": [{
1796
+ decoration: [r]
1797
+ }],
1798
+ /**
1799
+ * Text Transform
1800
+ * @see https://tailwindcss.com/docs/text-transform
1801
+ */
1802
+ "text-transform": ["uppercase", "lowercase", "capitalize", "normal-case"],
1803
+ /**
1804
+ * Text Overflow
1805
+ * @see https://tailwindcss.com/docs/text-overflow
1806
+ */
1807
+ "text-overflow": ["truncate", "text-ellipsis", "text-clip"],
1808
+ /**
1809
+ * Text Wrap
1810
+ * @see https://tailwindcss.com/docs/text-wrap
1811
+ */
1812
+ "text-wrap": [{
1813
+ text: ["wrap", "nowrap", "balance", "pretty"]
1814
+ }],
1815
+ /**
1816
+ * Text Indent
1817
+ * @see https://tailwindcss.com/docs/text-indent
1818
+ */
1819
+ indent: [{
1820
+ indent: u()
1821
+ }],
1822
+ /**
1823
+ * Vertical Alignment
1824
+ * @see https://tailwindcss.com/docs/vertical-align
1825
+ */
1826
+ "vertical-align": [{
1827
+ align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", h]
1828
+ }],
1829
+ /**
1830
+ * Whitespace
1831
+ * @see https://tailwindcss.com/docs/whitespace
1832
+ */
1833
+ whitespace: [{
1834
+ whitespace: ["normal", "nowrap", "pre", "pre-line", "pre-wrap", "break-spaces"]
1835
+ }],
1836
+ /**
1837
+ * Word Break
1838
+ * @see https://tailwindcss.com/docs/word-break
1839
+ */
1840
+ break: [{
1841
+ break: ["normal", "words", "all", "keep"]
1842
+ }],
1843
+ /**
1844
+ * Hyphens
1845
+ * @see https://tailwindcss.com/docs/hyphens
1846
+ */
1847
+ hyphens: [{
1848
+ hyphens: ["none", "manual", "auto"]
1849
+ }],
1850
+ /**
1851
+ * Content
1852
+ * @see https://tailwindcss.com/docs/content
1853
+ */
1854
+ content: [{
1855
+ content: ["none", h]
1856
+ }],
1857
+ // Backgrounds
1858
+ /**
1859
+ * Background Attachment
1860
+ * @see https://tailwindcss.com/docs/background-attachment
1861
+ */
1862
+ "bg-attachment": [{
1863
+ bg: ["fixed", "local", "scroll"]
1864
+ }],
1865
+ /**
1866
+ * Background Clip
1867
+ * @see https://tailwindcss.com/docs/background-clip
1868
+ */
1869
+ "bg-clip": [{
1870
+ "bg-clip": ["border", "padding", "content", "text"]
1871
+ }],
1872
+ /**
1873
+ * Background Opacity
1874
+ * @deprecated since Tailwind CSS v3.0.0
1875
+ * @see https://tailwindcss.com/docs/background-opacity
1876
+ */
1877
+ "bg-opacity": [{
1878
+ "bg-opacity": [M]
1879
+ }],
1880
+ /**
1881
+ * Background Origin
1882
+ * @see https://tailwindcss.com/docs/background-origin
1883
+ */
1884
+ "bg-origin": [{
1885
+ "bg-origin": ["border", "padding", "content"]
1886
+ }],
1887
+ /**
1888
+ * Background Position
1889
+ * @see https://tailwindcss.com/docs/background-position
1890
+ */
1891
+ "bg-position": [{
1892
+ bg: [...x(), ht]
1893
+ }],
1894
+ /**
1895
+ * Background Repeat
1896
+ * @see https://tailwindcss.com/docs/background-repeat
1897
+ */
1898
+ "bg-repeat": [{
1899
+ bg: ["no-repeat", {
1900
+ repeat: ["", "x", "y", "round", "space"]
1901
+ }]
1902
+ }],
1903
+ /**
1904
+ * Background Size
1905
+ * @see https://tailwindcss.com/docs/background-size
1906
+ */
1907
+ "bg-size": [{
1908
+ bg: ["auto", "cover", "contain", vt]
1909
+ }],
1910
+ /**
1911
+ * Background Image
1912
+ * @see https://tailwindcss.com/docs/background-image
1913
+ */
1914
+ "bg-image": [{
1915
+ bg: ["none", {
1916
+ "gradient-to": ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
1917
+ }, xt]
1918
+ }],
1919
+ /**
1920
+ * Background Color
1921
+ * @see https://tailwindcss.com/docs/background-color
1922
+ */
1923
+ "bg-color": [{
1924
+ bg: [r]
1925
+ }],
1926
+ /**
1927
+ * Gradient Color Stops From Position
1928
+ * @see https://tailwindcss.com/docs/gradient-color-stops
1929
+ */
1930
+ "gradient-from-pos": [{
1931
+ from: [G]
1932
+ }],
1933
+ /**
1934
+ * Gradient Color Stops Via Position
1935
+ * @see https://tailwindcss.com/docs/gradient-color-stops
1936
+ */
1937
+ "gradient-via-pos": [{
1938
+ via: [G]
1939
+ }],
1940
+ /**
1941
+ * Gradient Color Stops To Position
1942
+ * @see https://tailwindcss.com/docs/gradient-color-stops
1943
+ */
1944
+ "gradient-to-pos": [{
1945
+ to: [G]
1946
+ }],
1947
+ /**
1948
+ * Gradient Color Stops From
1949
+ * @see https://tailwindcss.com/docs/gradient-color-stops
1950
+ */
1951
+ "gradient-from": [{
1952
+ from: [$]
1953
+ }],
1954
+ /**
1955
+ * Gradient Color Stops Via
1956
+ * @see https://tailwindcss.com/docs/gradient-color-stops
1957
+ */
1958
+ "gradient-via": [{
1959
+ via: [$]
1960
+ }],
1961
+ /**
1962
+ * Gradient Color Stops To
1963
+ * @see https://tailwindcss.com/docs/gradient-color-stops
1964
+ */
1965
+ "gradient-to": [{
1966
+ to: [$]
1967
+ }],
1968
+ // Borders
1969
+ /**
1970
+ * Border Radius
1971
+ * @see https://tailwindcss.com/docs/border-radius
1972
+ */
1973
+ rounded: [{
1974
+ rounded: [i]
1975
+ }],
1976
+ /**
1977
+ * Border Radius Start
1978
+ * @see https://tailwindcss.com/docs/border-radius
1979
+ */
1980
+ "rounded-s": [{
1981
+ "rounded-s": [i]
1982
+ }],
1983
+ /**
1984
+ * Border Radius End
1985
+ * @see https://tailwindcss.com/docs/border-radius
1986
+ */
1987
+ "rounded-e": [{
1988
+ "rounded-e": [i]
1989
+ }],
1990
+ /**
1991
+ * Border Radius Top
1992
+ * @see https://tailwindcss.com/docs/border-radius
1993
+ */
1994
+ "rounded-t": [{
1995
+ "rounded-t": [i]
1996
+ }],
1997
+ /**
1998
+ * Border Radius Right
1999
+ * @see https://tailwindcss.com/docs/border-radius
2000
+ */
2001
+ "rounded-r": [{
2002
+ "rounded-r": [i]
2003
+ }],
2004
+ /**
2005
+ * Border Radius Bottom
2006
+ * @see https://tailwindcss.com/docs/border-radius
2007
+ */
2008
+ "rounded-b": [{
2009
+ "rounded-b": [i]
2010
+ }],
2011
+ /**
2012
+ * Border Radius Left
2013
+ * @see https://tailwindcss.com/docs/border-radius
2014
+ */
2015
+ "rounded-l": [{
2016
+ "rounded-l": [i]
2017
+ }],
2018
+ /**
2019
+ * Border Radius Start Start
2020
+ * @see https://tailwindcss.com/docs/border-radius
2021
+ */
2022
+ "rounded-ss": [{
2023
+ "rounded-ss": [i]
2024
+ }],
2025
+ /**
2026
+ * Border Radius Start End
2027
+ * @see https://tailwindcss.com/docs/border-radius
2028
+ */
2029
+ "rounded-se": [{
2030
+ "rounded-se": [i]
2031
+ }],
2032
+ /**
2033
+ * Border Radius End End
2034
+ * @see https://tailwindcss.com/docs/border-radius
2035
+ */
2036
+ "rounded-ee": [{
2037
+ "rounded-ee": [i]
2038
+ }],
2039
+ /**
2040
+ * Border Radius End Start
2041
+ * @see https://tailwindcss.com/docs/border-radius
2042
+ */
2043
+ "rounded-es": [{
2044
+ "rounded-es": [i]
2045
+ }],
2046
+ /**
2047
+ * Border Radius Top Left
2048
+ * @see https://tailwindcss.com/docs/border-radius
2049
+ */
2050
+ "rounded-tl": [{
2051
+ "rounded-tl": [i]
2052
+ }],
2053
+ /**
2054
+ * Border Radius Top Right
2055
+ * @see https://tailwindcss.com/docs/border-radius
2056
+ */
2057
+ "rounded-tr": [{
2058
+ "rounded-tr": [i]
2059
+ }],
2060
+ /**
2061
+ * Border Radius Bottom Right
2062
+ * @see https://tailwindcss.com/docs/border-radius
2063
+ */
2064
+ "rounded-br": [{
2065
+ "rounded-br": [i]
2066
+ }],
2067
+ /**
2068
+ * Border Radius Bottom Left
2069
+ * @see https://tailwindcss.com/docs/border-radius
2070
+ */
2071
+ "rounded-bl": [{
2072
+ "rounded-bl": [i]
2073
+ }],
2074
+ /**
2075
+ * Border Width
2076
+ * @see https://tailwindcss.com/docs/border-width
2077
+ */
2078
+ "border-w": [{
2079
+ border: [c]
2080
+ }],
2081
+ /**
2082
+ * Border Width X
2083
+ * @see https://tailwindcss.com/docs/border-width
2084
+ */
2085
+ "border-w-x": [{
2086
+ "border-x": [c]
2087
+ }],
2088
+ /**
2089
+ * Border Width Y
2090
+ * @see https://tailwindcss.com/docs/border-width
2091
+ */
2092
+ "border-w-y": [{
2093
+ "border-y": [c]
2094
+ }],
2095
+ /**
2096
+ * Border Width Start
2097
+ * @see https://tailwindcss.com/docs/border-width
2098
+ */
2099
+ "border-w-s": [{
2100
+ "border-s": [c]
2101
+ }],
2102
+ /**
2103
+ * Border Width End
2104
+ * @see https://tailwindcss.com/docs/border-width
2105
+ */
2106
+ "border-w-e": [{
2107
+ "border-e": [c]
2108
+ }],
2109
+ /**
2110
+ * Border Width Top
2111
+ * @see https://tailwindcss.com/docs/border-width
2112
+ */
2113
+ "border-w-t": [{
2114
+ "border-t": [c]
2115
+ }],
2116
+ /**
2117
+ * Border Width Right
2118
+ * @see https://tailwindcss.com/docs/border-width
2119
+ */
2120
+ "border-w-r": [{
2121
+ "border-r": [c]
2122
+ }],
2123
+ /**
2124
+ * Border Width Bottom
2125
+ * @see https://tailwindcss.com/docs/border-width
2126
+ */
2127
+ "border-w-b": [{
2128
+ "border-b": [c]
2129
+ }],
2130
+ /**
2131
+ * Border Width Left
2132
+ * @see https://tailwindcss.com/docs/border-width
2133
+ */
2134
+ "border-w-l": [{
2135
+ "border-l": [c]
2136
+ }],
2137
+ /**
2138
+ * Border Opacity
2139
+ * @see https://tailwindcss.com/docs/border-opacity
2140
+ */
2141
+ "border-opacity": [{
2142
+ "border-opacity": [M]
2143
+ }],
2144
+ /**
2145
+ * Border Style
2146
+ * @see https://tailwindcss.com/docs/border-style
2147
+ */
2148
+ "border-style": [{
2149
+ border: [...y(), "hidden"]
2150
+ }],
2151
+ /**
2152
+ * Divide Width X
2153
+ * @see https://tailwindcss.com/docs/divide-width
2154
+ */
2155
+ "divide-x": [{
2156
+ "divide-x": [c]
2157
+ }],
2158
+ /**
2159
+ * Divide Width X Reverse
2160
+ * @see https://tailwindcss.com/docs/divide-width
2161
+ */
2162
+ "divide-x-reverse": ["divide-x-reverse"],
2163
+ /**
2164
+ * Divide Width Y
2165
+ * @see https://tailwindcss.com/docs/divide-width
2166
+ */
2167
+ "divide-y": [{
2168
+ "divide-y": [c]
2169
+ }],
2170
+ /**
2171
+ * Divide Width Y Reverse
2172
+ * @see https://tailwindcss.com/docs/divide-width
2173
+ */
2174
+ "divide-y-reverse": ["divide-y-reverse"],
2175
+ /**
2176
+ * Divide Opacity
2177
+ * @see https://tailwindcss.com/docs/divide-opacity
2178
+ */
2179
+ "divide-opacity": [{
2180
+ "divide-opacity": [M]
2181
+ }],
2182
+ /**
2183
+ * Divide Style
2184
+ * @see https://tailwindcss.com/docs/divide-style
2185
+ */
2186
+ "divide-style": [{
2187
+ divide: y()
2188
+ }],
2189
+ /**
2190
+ * Border Color
2191
+ * @see https://tailwindcss.com/docs/border-color
2192
+ */
2193
+ "border-color": [{
2194
+ border: [f]
2195
+ }],
2196
+ /**
2197
+ * Border Color X
2198
+ * @see https://tailwindcss.com/docs/border-color
2199
+ */
2200
+ "border-color-x": [{
2201
+ "border-x": [f]
2202
+ }],
2203
+ /**
2204
+ * Border Color Y
2205
+ * @see https://tailwindcss.com/docs/border-color
2206
+ */
2207
+ "border-color-y": [{
2208
+ "border-y": [f]
2209
+ }],
2210
+ /**
2211
+ * Border Color Top
2212
+ * @see https://tailwindcss.com/docs/border-color
2213
+ */
2214
+ "border-color-t": [{
2215
+ "border-t": [f]
2216
+ }],
2217
+ /**
2218
+ * Border Color Right
2219
+ * @see https://tailwindcss.com/docs/border-color
2220
+ */
2221
+ "border-color-r": [{
2222
+ "border-r": [f]
2223
+ }],
2224
+ /**
2225
+ * Border Color Bottom
2226
+ * @see https://tailwindcss.com/docs/border-color
2227
+ */
2228
+ "border-color-b": [{
2229
+ "border-b": [f]
2230
+ }],
2231
+ /**
2232
+ * Border Color Left
2233
+ * @see https://tailwindcss.com/docs/border-color
2234
+ */
2235
+ "border-color-l": [{
2236
+ "border-l": [f]
2237
+ }],
2238
+ /**
2239
+ * Divide Color
2240
+ * @see https://tailwindcss.com/docs/divide-color
2241
+ */
2242
+ "divide-color": [{
2243
+ divide: [f]
2244
+ }],
2245
+ /**
2246
+ * Outline Style
2247
+ * @see https://tailwindcss.com/docs/outline-style
2248
+ */
2249
+ "outline-style": [{
2250
+ outline: ["", ...y()]
2251
+ }],
2252
+ /**
2253
+ * Outline Offset
2254
+ * @see https://tailwindcss.com/docs/outline-offset
2255
+ */
2256
+ "outline-offset": [{
2257
+ "outline-offset": [q, h]
2258
+ }],
2259
+ /**
2260
+ * Outline Width
2261
+ * @see https://tailwindcss.com/docs/outline-width
2262
+ */
2263
+ "outline-w": [{
2264
+ outline: [q, H]
2265
+ }],
2266
+ /**
2267
+ * Outline Color
2268
+ * @see https://tailwindcss.com/docs/outline-color
2269
+ */
2270
+ "outline-color": [{
2271
+ outline: [r]
2272
+ }],
2273
+ /**
2274
+ * Ring Width
2275
+ * @see https://tailwindcss.com/docs/ring-width
2276
+ */
2277
+ "ring-w": [{
2278
+ ring: m()
2279
+ }],
2280
+ /**
2281
+ * Ring Width Inset
2282
+ * @see https://tailwindcss.com/docs/ring-width
2283
+ */
2284
+ "ring-w-inset": ["ring-inset"],
2285
+ /**
2286
+ * Ring Color
2287
+ * @see https://tailwindcss.com/docs/ring-color
2288
+ */
2289
+ "ring-color": [{
2290
+ ring: [r]
2291
+ }],
2292
+ /**
2293
+ * Ring Opacity
2294
+ * @see https://tailwindcss.com/docs/ring-opacity
2295
+ */
2296
+ "ring-opacity": [{
2297
+ "ring-opacity": [M]
2298
+ }],
2299
+ /**
2300
+ * Ring Offset Width
2301
+ * @see https://tailwindcss.com/docs/ring-offset-width
2302
+ */
2303
+ "ring-offset-w": [{
2304
+ "ring-offset": [q, H]
2305
+ }],
2306
+ /**
2307
+ * Ring Offset Color
2308
+ * @see https://tailwindcss.com/docs/ring-offset-color
2309
+ */
2310
+ "ring-offset-color": [{
2311
+ "ring-offset": [r]
2312
+ }],
2313
+ // Effects
2314
+ /**
2315
+ * Box Shadow
2316
+ * @see https://tailwindcss.com/docs/box-shadow
2317
+ */
2318
+ shadow: [{
2319
+ shadow: ["", "inner", "none", Z, wt]
2320
+ }],
2321
+ /**
2322
+ * Box Shadow Color
2323
+ * @see https://tailwindcss.com/docs/box-shadow-color
2324
+ */
2325
+ "shadow-color": [{
2326
+ shadow: [ye]
2327
+ }],
2328
+ /**
2329
+ * Opacity
2330
+ * @see https://tailwindcss.com/docs/opacity
2331
+ */
2332
+ opacity: [{
2333
+ opacity: [M]
2334
+ }],
2335
+ /**
2336
+ * Mix Blend Mode
2337
+ * @see https://tailwindcss.com/docs/mix-blend-mode
2338
+ */
2339
+ "mix-blend": [{
2340
+ "mix-blend": [...E(), "plus-lighter", "plus-darker"]
2341
+ }],
2342
+ /**
2343
+ * Background Blend Mode
2344
+ * @see https://tailwindcss.com/docs/background-blend-mode
2345
+ */
2346
+ "bg-blend": [{
2347
+ "bg-blend": E()
2348
+ }],
2349
+ // Filters
2350
+ /**
2351
+ * Filter
2352
+ * @deprecated since Tailwind CSS v3.0.0
2353
+ * @see https://tailwindcss.com/docs/filter
2354
+ */
2355
+ filter: [{
2356
+ filter: ["", "none"]
2357
+ }],
2358
+ /**
2359
+ * Blur
2360
+ * @see https://tailwindcss.com/docs/blur
2361
+ */
2362
+ blur: [{
2363
+ blur: [t]
2364
+ }],
2365
+ /**
2366
+ * Brightness
2367
+ * @see https://tailwindcss.com/docs/brightness
2368
+ */
2369
+ brightness: [{
2370
+ brightness: [a]
2371
+ }],
2372
+ /**
2373
+ * Contrast
2374
+ * @see https://tailwindcss.com/docs/contrast
2375
+ */
2376
+ contrast: [{
2377
+ contrast: [d]
2378
+ }],
2379
+ /**
2380
+ * Drop Shadow
2381
+ * @see https://tailwindcss.com/docs/drop-shadow
2382
+ */
2383
+ "drop-shadow": [{
2384
+ "drop-shadow": ["", "none", Z, h]
2385
+ }],
2386
+ /**
2387
+ * Grayscale
2388
+ * @see https://tailwindcss.com/docs/grayscale
2389
+ */
2390
+ grayscale: [{
2391
+ grayscale: [C]
2392
+ }],
2393
+ /**
2394
+ * Hue Rotate
2395
+ * @see https://tailwindcss.com/docs/hue-rotate
2396
+ */
2397
+ "hue-rotate": [{
2398
+ "hue-rotate": [p]
2399
+ }],
2400
+ /**
2401
+ * Invert
2402
+ * @see https://tailwindcss.com/docs/invert
2403
+ */
2404
+ invert: [{
2405
+ invert: [k]
2406
+ }],
2407
+ /**
2408
+ * Saturate
2409
+ * @see https://tailwindcss.com/docs/saturate
2410
+ */
2411
+ saturate: [{
2412
+ saturate: [ie]
2413
+ }],
2414
+ /**
2415
+ * Sepia
2416
+ * @see https://tailwindcss.com/docs/sepia
2417
+ */
2418
+ sepia: [{
2419
+ sepia: [ae]
2420
+ }],
2421
+ /**
2422
+ * Backdrop Filter
2423
+ * @deprecated since Tailwind CSS v3.0.0
2424
+ * @see https://tailwindcss.com/docs/backdrop-filter
2425
+ */
2426
+ "backdrop-filter": [{
2427
+ "backdrop-filter": ["", "none"]
2428
+ }],
2429
+ /**
2430
+ * Backdrop Blur
2431
+ * @see https://tailwindcss.com/docs/backdrop-blur
2432
+ */
2433
+ "backdrop-blur": [{
2434
+ "backdrop-blur": [t]
2435
+ }],
2436
+ /**
2437
+ * Backdrop Brightness
2438
+ * @see https://tailwindcss.com/docs/backdrop-brightness
2439
+ */
2440
+ "backdrop-brightness": [{
2441
+ "backdrop-brightness": [a]
2442
+ }],
2443
+ /**
2444
+ * Backdrop Contrast
2445
+ * @see https://tailwindcss.com/docs/backdrop-contrast
2446
+ */
2447
+ "backdrop-contrast": [{
2448
+ "backdrop-contrast": [d]
2449
+ }],
2450
+ /**
2451
+ * Backdrop Grayscale
2452
+ * @see https://tailwindcss.com/docs/backdrop-grayscale
2453
+ */
2454
+ "backdrop-grayscale": [{
2455
+ "backdrop-grayscale": [C]
2456
+ }],
2457
+ /**
2458
+ * Backdrop Hue Rotate
2459
+ * @see https://tailwindcss.com/docs/backdrop-hue-rotate
2460
+ */
2461
+ "backdrop-hue-rotate": [{
2462
+ "backdrop-hue-rotate": [p]
2463
+ }],
2464
+ /**
2465
+ * Backdrop Invert
2466
+ * @see https://tailwindcss.com/docs/backdrop-invert
2467
+ */
2468
+ "backdrop-invert": [{
2469
+ "backdrop-invert": [k]
2470
+ }],
2471
+ /**
2472
+ * Backdrop Opacity
2473
+ * @see https://tailwindcss.com/docs/backdrop-opacity
2474
+ */
2475
+ "backdrop-opacity": [{
2476
+ "backdrop-opacity": [M]
2477
+ }],
2478
+ /**
2479
+ * Backdrop Saturate
2480
+ * @see https://tailwindcss.com/docs/backdrop-saturate
2481
+ */
2482
+ "backdrop-saturate": [{
2483
+ "backdrop-saturate": [ie]
2484
+ }],
2485
+ /**
2486
+ * Backdrop Sepia
2487
+ * @see https://tailwindcss.com/docs/backdrop-sepia
2488
+ */
2489
+ "backdrop-sepia": [{
2490
+ "backdrop-sepia": [ae]
2491
+ }],
2492
+ // Tables
2493
+ /**
2494
+ * Border Collapse
2495
+ * @see https://tailwindcss.com/docs/border-collapse
2496
+ */
2497
+ "border-collapse": [{
2498
+ border: ["collapse", "separate"]
2499
+ }],
2500
+ /**
2501
+ * Border Spacing
2502
+ * @see https://tailwindcss.com/docs/border-spacing
2503
+ */
2504
+ "border-spacing": [{
2505
+ "border-spacing": [s]
2506
+ }],
2507
+ /**
2508
+ * Border Spacing X
2509
+ * @see https://tailwindcss.com/docs/border-spacing
2510
+ */
2511
+ "border-spacing-x": [{
2512
+ "border-spacing-x": [s]
2513
+ }],
2514
+ /**
2515
+ * Border Spacing Y
2516
+ * @see https://tailwindcss.com/docs/border-spacing
2517
+ */
2518
+ "border-spacing-y": [{
2519
+ "border-spacing-y": [s]
2520
+ }],
2521
+ /**
2522
+ * Table Layout
2523
+ * @see https://tailwindcss.com/docs/table-layout
2524
+ */
2525
+ "table-layout": [{
2526
+ table: ["auto", "fixed"]
2527
+ }],
2528
+ /**
2529
+ * Caption Side
2530
+ * @see https://tailwindcss.com/docs/caption-side
2531
+ */
2532
+ caption: [{
2533
+ caption: ["top", "bottom"]
2534
+ }],
2535
+ // Transitions and Animation
2536
+ /**
2537
+ * Tranisition Property
2538
+ * @see https://tailwindcss.com/docs/transition-property
2539
+ */
2540
+ transition: [{
2541
+ transition: ["none", "all", "", "colors", "opacity", "shadow", "transform", h]
2542
+ }],
2543
+ /**
2544
+ * Transition Duration
2545
+ * @see https://tailwindcss.com/docs/transition-duration
2546
+ */
2547
+ duration: [{
2548
+ duration: W()
2549
+ }],
2550
+ /**
2551
+ * Transition Timing Function
2552
+ * @see https://tailwindcss.com/docs/transition-timing-function
2553
+ */
2554
+ ease: [{
2555
+ ease: ["linear", "in", "out", "in-out", h]
2556
+ }],
2557
+ /**
2558
+ * Transition Delay
2559
+ * @see https://tailwindcss.com/docs/transition-delay
2560
+ */
2561
+ delay: [{
2562
+ delay: W()
2563
+ }],
2564
+ /**
2565
+ * Animation
2566
+ * @see https://tailwindcss.com/docs/animation
2567
+ */
2568
+ animate: [{
2569
+ animate: ["none", "spin", "ping", "pulse", "bounce", h]
2570
+ }],
2571
+ // Transforms
2572
+ /**
2573
+ * Transform
2574
+ * @see https://tailwindcss.com/docs/transform
2575
+ */
2576
+ transform: [{
2577
+ transform: ["", "gpu", "none"]
2578
+ }],
2579
+ /**
2580
+ * Scale
2581
+ * @see https://tailwindcss.com/docs/scale
2582
+ */
2583
+ scale: [{
2584
+ scale: [X]
2585
+ }],
2586
+ /**
2587
+ * Scale X
2588
+ * @see https://tailwindcss.com/docs/scale
2589
+ */
2590
+ "scale-x": [{
2591
+ "scale-x": [X]
2592
+ }],
2593
+ /**
2594
+ * Scale Y
2595
+ * @see https://tailwindcss.com/docs/scale
2596
+ */
2597
+ "scale-y": [{
2598
+ "scale-y": [X]
2599
+ }],
2600
+ /**
2601
+ * Rotate
2602
+ * @see https://tailwindcss.com/docs/rotate
2603
+ */
2604
+ rotate: [{
2605
+ rotate: [he, h]
2606
+ }],
2607
+ /**
2608
+ * Translate X
2609
+ * @see https://tailwindcss.com/docs/translate
2610
+ */
2611
+ "translate-x": [{
2612
+ "translate-x": [ee]
2613
+ }],
2614
+ /**
2615
+ * Translate Y
2616
+ * @see https://tailwindcss.com/docs/translate
2617
+ */
2618
+ "translate-y": [{
2619
+ "translate-y": [ee]
2620
+ }],
2621
+ /**
2622
+ * Skew X
2623
+ * @see https://tailwindcss.com/docs/skew
2624
+ */
2625
+ "skew-x": [{
2626
+ "skew-x": [se]
2627
+ }],
2628
+ /**
2629
+ * Skew Y
2630
+ * @see https://tailwindcss.com/docs/skew
2631
+ */
2632
+ "skew-y": [{
2633
+ "skew-y": [se]
2634
+ }],
2635
+ /**
2636
+ * Transform Origin
2637
+ * @see https://tailwindcss.com/docs/transform-origin
2638
+ */
2639
+ "transform-origin": [{
2640
+ origin: ["center", "top", "top-right", "right", "bottom-right", "bottom", "bottom-left", "left", "top-left", h]
2641
+ }],
2642
+ // Interactivity
2643
+ /**
2644
+ * Accent Color
2645
+ * @see https://tailwindcss.com/docs/accent-color
2646
+ */
2647
+ accent: [{
2648
+ accent: ["auto", r]
2649
+ }],
2650
+ /**
2651
+ * Appearance
2652
+ * @see https://tailwindcss.com/docs/appearance
2653
+ */
2654
+ appearance: [{
2655
+ appearance: ["none", "auto"]
2656
+ }],
2657
+ /**
2658
+ * Cursor
2659
+ * @see https://tailwindcss.com/docs/cursor
2660
+ */
2661
+ cursor: [{
2662
+ 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", h]
2663
+ }],
2664
+ /**
2665
+ * Caret Color
2666
+ * @see https://tailwindcss.com/docs/just-in-time-mode#caret-color-utilities
2667
+ */
2668
+ "caret-color": [{
2669
+ caret: [r]
2670
+ }],
2671
+ /**
2672
+ * Pointer Events
2673
+ * @see https://tailwindcss.com/docs/pointer-events
2674
+ */
2675
+ "pointer-events": [{
2676
+ "pointer-events": ["none", "auto"]
2677
+ }],
2678
+ /**
2679
+ * Resize
2680
+ * @see https://tailwindcss.com/docs/resize
2681
+ */
2682
+ resize: [{
2683
+ resize: ["none", "y", "x", ""]
2684
+ }],
2685
+ /**
2686
+ * Scroll Behavior
2687
+ * @see https://tailwindcss.com/docs/scroll-behavior
2688
+ */
2689
+ "scroll-behavior": [{
2690
+ scroll: ["auto", "smooth"]
2691
+ }],
2692
+ /**
2693
+ * Scroll Margin
2694
+ * @see https://tailwindcss.com/docs/scroll-margin
2695
+ */
2696
+ "scroll-m": [{
2697
+ "scroll-m": u()
2698
+ }],
2699
+ /**
2700
+ * Scroll Margin X
2701
+ * @see https://tailwindcss.com/docs/scroll-margin
2702
+ */
2703
+ "scroll-mx": [{
2704
+ "scroll-mx": u()
2705
+ }],
2706
+ /**
2707
+ * Scroll Margin Y
2708
+ * @see https://tailwindcss.com/docs/scroll-margin
2709
+ */
2710
+ "scroll-my": [{
2711
+ "scroll-my": u()
2712
+ }],
2713
+ /**
2714
+ * Scroll Margin Start
2715
+ * @see https://tailwindcss.com/docs/scroll-margin
2716
+ */
2717
+ "scroll-ms": [{
2718
+ "scroll-ms": u()
2719
+ }],
2720
+ /**
2721
+ * Scroll Margin End
2722
+ * @see https://tailwindcss.com/docs/scroll-margin
2723
+ */
2724
+ "scroll-me": [{
2725
+ "scroll-me": u()
2726
+ }],
2727
+ /**
2728
+ * Scroll Margin Top
2729
+ * @see https://tailwindcss.com/docs/scroll-margin
2730
+ */
2731
+ "scroll-mt": [{
2732
+ "scroll-mt": u()
2733
+ }],
2734
+ /**
2735
+ * Scroll Margin Right
2736
+ * @see https://tailwindcss.com/docs/scroll-margin
2737
+ */
2738
+ "scroll-mr": [{
2739
+ "scroll-mr": u()
2740
+ }],
2741
+ /**
2742
+ * Scroll Margin Bottom
2743
+ * @see https://tailwindcss.com/docs/scroll-margin
2744
+ */
2745
+ "scroll-mb": [{
2746
+ "scroll-mb": u()
2747
+ }],
2748
+ /**
2749
+ * Scroll Margin Left
2750
+ * @see https://tailwindcss.com/docs/scroll-margin
2751
+ */
2752
+ "scroll-ml": [{
2753
+ "scroll-ml": u()
2754
+ }],
2755
+ /**
2756
+ * Scroll Padding
2757
+ * @see https://tailwindcss.com/docs/scroll-padding
2758
+ */
2759
+ "scroll-p": [{
2760
+ "scroll-p": u()
2761
+ }],
2762
+ /**
2763
+ * Scroll Padding X
2764
+ * @see https://tailwindcss.com/docs/scroll-padding
2765
+ */
2766
+ "scroll-px": [{
2767
+ "scroll-px": u()
2768
+ }],
2769
+ /**
2770
+ * Scroll Padding Y
2771
+ * @see https://tailwindcss.com/docs/scroll-padding
2772
+ */
2773
+ "scroll-py": [{
2774
+ "scroll-py": u()
2775
+ }],
2776
+ /**
2777
+ * Scroll Padding Start
2778
+ * @see https://tailwindcss.com/docs/scroll-padding
2779
+ */
2780
+ "scroll-ps": [{
2781
+ "scroll-ps": u()
2782
+ }],
2783
+ /**
2784
+ * Scroll Padding End
2785
+ * @see https://tailwindcss.com/docs/scroll-padding
2786
+ */
2787
+ "scroll-pe": [{
2788
+ "scroll-pe": u()
2789
+ }],
2790
+ /**
2791
+ * Scroll Padding Top
2792
+ * @see https://tailwindcss.com/docs/scroll-padding
2793
+ */
2794
+ "scroll-pt": [{
2795
+ "scroll-pt": u()
2796
+ }],
2797
+ /**
2798
+ * Scroll Padding Right
2799
+ * @see https://tailwindcss.com/docs/scroll-padding
2800
+ */
2801
+ "scroll-pr": [{
2802
+ "scroll-pr": u()
2803
+ }],
2804
+ /**
2805
+ * Scroll Padding Bottom
2806
+ * @see https://tailwindcss.com/docs/scroll-padding
2807
+ */
2808
+ "scroll-pb": [{
2809
+ "scroll-pb": u()
2810
+ }],
2811
+ /**
2812
+ * Scroll Padding Left
2813
+ * @see https://tailwindcss.com/docs/scroll-padding
2814
+ */
2815
+ "scroll-pl": [{
2816
+ "scroll-pl": u()
2817
+ }],
2818
+ /**
2819
+ * Scroll Snap Align
2820
+ * @see https://tailwindcss.com/docs/scroll-snap-align
2821
+ */
2822
+ "snap-align": [{
2823
+ snap: ["start", "end", "center", "align-none"]
2824
+ }],
2825
+ /**
2826
+ * Scroll Snap Stop
2827
+ * @see https://tailwindcss.com/docs/scroll-snap-stop
2828
+ */
2829
+ "snap-stop": [{
2830
+ snap: ["normal", "always"]
2831
+ }],
2832
+ /**
2833
+ * Scroll Snap Type
2834
+ * @see https://tailwindcss.com/docs/scroll-snap-type
2835
+ */
2836
+ "snap-type": [{
2837
+ snap: ["none", "x", "y", "both"]
2838
+ }],
2839
+ /**
2840
+ * Scroll Snap Type Strictness
2841
+ * @see https://tailwindcss.com/docs/scroll-snap-type
2842
+ */
2843
+ "snap-strictness": [{
2844
+ snap: ["mandatory", "proximity"]
2845
+ }],
2846
+ /**
2847
+ * Touch Action
2848
+ * @see https://tailwindcss.com/docs/touch-action
2849
+ */
2850
+ touch: [{
2851
+ touch: ["auto", "none", "manipulation"]
2852
+ }],
2853
+ /**
2854
+ * Touch Action X
2855
+ * @see https://tailwindcss.com/docs/touch-action
2856
+ */
2857
+ "touch-x": [{
2858
+ "touch-pan": ["x", "left", "right"]
2859
+ }],
2860
+ /**
2861
+ * Touch Action Y
2862
+ * @see https://tailwindcss.com/docs/touch-action
2863
+ */
2864
+ "touch-y": [{
2865
+ "touch-pan": ["y", "up", "down"]
2866
+ }],
2867
+ /**
2868
+ * Touch Action Pinch Zoom
2869
+ * @see https://tailwindcss.com/docs/touch-action
2870
+ */
2871
+ "touch-pz": ["touch-pinch-zoom"],
2872
+ /**
2873
+ * User Select
2874
+ * @see https://tailwindcss.com/docs/user-select
2875
+ */
2876
+ select: [{
2877
+ select: ["none", "text", "all", "auto"]
2878
+ }],
2879
+ /**
2880
+ * Will Change
2881
+ * @see https://tailwindcss.com/docs/will-change
2882
+ */
2883
+ "will-change": [{
2884
+ "will-change": ["auto", "scroll", "contents", "transform", h]
2885
+ }],
2886
+ // SVG
2887
+ /**
2888
+ * Fill
2889
+ * @see https://tailwindcss.com/docs/fill
2890
+ */
2891
+ fill: [{
2892
+ fill: [r, "none"]
2893
+ }],
2894
+ /**
2895
+ * Stroke Width
2896
+ * @see https://tailwindcss.com/docs/stroke-width
2897
+ */
2898
+ "stroke-w": [{
2899
+ stroke: [q, H, Se]
2900
+ }],
2901
+ /**
2902
+ * Stroke
2903
+ * @see https://tailwindcss.com/docs/stroke
2904
+ */
2905
+ stroke: [{
2906
+ stroke: [r, "none"]
2907
+ }],
2908
+ // Accessibility
2909
+ /**
2910
+ * Screen Readers
2911
+ * @see https://tailwindcss.com/docs/screen-readers
2912
+ */
2913
+ sr: ["sr-only", "not-sr-only"],
2914
+ /**
2915
+ * Forced Color Adjust
2916
+ * @see https://tailwindcss.com/docs/forced-color-adjust
2917
+ */
2918
+ "forced-color-adjust": [{
2919
+ "forced-color-adjust": ["auto", "none"]
2920
+ }]
2921
+ },
2922
+ conflictingClassGroups: {
2923
+ overflow: ["overflow-x", "overflow-y"],
2924
+ overscroll: ["overscroll-x", "overscroll-y"],
2925
+ inset: ["inset-x", "inset-y", "start", "end", "top", "right", "bottom", "left"],
2926
+ "inset-x": ["right", "left"],
2927
+ "inset-y": ["top", "bottom"],
2928
+ flex: ["basis", "grow", "shrink"],
2929
+ gap: ["gap-x", "gap-y"],
2930
+ p: ["px", "py", "ps", "pe", "pt", "pr", "pb", "pl"],
2931
+ px: ["pr", "pl"],
2932
+ py: ["pt", "pb"],
2933
+ m: ["mx", "my", "ms", "me", "mt", "mr", "mb", "ml"],
2934
+ mx: ["mr", "ml"],
2935
+ my: ["mt", "mb"],
2936
+ size: ["w", "h"],
2937
+ "font-size": ["leading"],
2938
+ "fvn-normal": ["fvn-ordinal", "fvn-slashed-zero", "fvn-figure", "fvn-spacing", "fvn-fraction"],
2939
+ "fvn-ordinal": ["fvn-normal"],
2940
+ "fvn-slashed-zero": ["fvn-normal"],
2941
+ "fvn-figure": ["fvn-normal"],
2942
+ "fvn-spacing": ["fvn-normal"],
2943
+ "fvn-fraction": ["fvn-normal"],
2944
+ "line-clamp": ["display", "overflow"],
2945
+ 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"],
2946
+ "rounded-s": ["rounded-ss", "rounded-es"],
2947
+ "rounded-e": ["rounded-se", "rounded-ee"],
2948
+ "rounded-t": ["rounded-tl", "rounded-tr"],
2949
+ "rounded-r": ["rounded-tr", "rounded-br"],
2950
+ "rounded-b": ["rounded-br", "rounded-bl"],
2951
+ "rounded-l": ["rounded-tl", "rounded-bl"],
2952
+ "border-spacing": ["border-spacing-x", "border-spacing-y"],
2953
+ "border-w": ["border-w-s", "border-w-e", "border-w-t", "border-w-r", "border-w-b", "border-w-l"],
2954
+ "border-w-x": ["border-w-r", "border-w-l"],
2955
+ "border-w-y": ["border-w-t", "border-w-b"],
2956
+ "border-color": ["border-color-t", "border-color-r", "border-color-b", "border-color-l"],
2957
+ "border-color-x": ["border-color-r", "border-color-l"],
2958
+ "border-color-y": ["border-color-t", "border-color-b"],
2959
+ "scroll-m": ["scroll-mx", "scroll-my", "scroll-ms", "scroll-me", "scroll-mt", "scroll-mr", "scroll-mb", "scroll-ml"],
2960
+ "scroll-mx": ["scroll-mr", "scroll-ml"],
2961
+ "scroll-my": ["scroll-mt", "scroll-mb"],
2962
+ "scroll-p": ["scroll-px", "scroll-py", "scroll-ps", "scroll-pe", "scroll-pt", "scroll-pr", "scroll-pb", "scroll-pl"],
2963
+ "scroll-px": ["scroll-pr", "scroll-pl"],
2964
+ "scroll-py": ["scroll-pt", "scroll-pb"],
2965
+ touch: ["touch-x", "touch-y", "touch-pz"],
2966
+ "touch-x": ["touch"],
2967
+ "touch-y": ["touch"],
2968
+ "touch-pz": ["touch"]
2969
+ },
2970
+ conflictingClassGroupModifiers: {
2971
+ "font-size": ["leading"]
2972
+ }
2973
+ };
2974
+ }
2975
+ function Ct(r, {
2976
+ cacheSize: n,
2977
+ prefix: t,
2978
+ separator: a,
2979
+ experimentalParseClassName: f,
2980
+ extend: i = {},
2981
+ override: s = {}
2982
+ }) {
2983
+ we(r, "cacheSize", n), we(r, "prefix", t), we(r, "separator", a), we(r, "experimentalParseClassName", f);
2984
+ for (const c in s)
2985
+ _t(r[c], s[c]);
2986
+ for (const c in i)
2987
+ jt(r[c], i[c]);
2988
+ return r;
2989
+ }
2990
+ function we(r, n, t) {
2991
+ t !== void 0 && (r[n] = t);
2992
+ }
2993
+ function _t(r, n) {
2994
+ if (n)
2995
+ for (const t in n)
2996
+ we(r, t, n[t]);
2997
+ }
2998
+ function jt(r, n) {
2999
+ if (n)
3000
+ for (const t in n) {
3001
+ const a = n[t];
3002
+ a !== void 0 && (r[t] = (r[t] || []).concat(a));
3003
+ }
3004
+ }
3005
+ function St(r, ...n) {
3006
+ return typeof r == "function" ? Fe(Ve, r, ...n) : Fe(() => Ct(Ve(), r), ...n);
3007
+ }
3008
+ const Tt = /* @__PURE__ */ Fe(Ve);
3009
+ var At = { twMerge: !0, twMergeConfig: {}, responsiveVariants: !1 }, xr = (r) => r || void 0, Re = (...r) => xr(fr(r).filter(Boolean).join(" ")), Ie = null, K = {}, Ge = !1, xe = (...r) => (n) => n.twMerge ? ((!Ie || Ge) && (Ge = !1, Ie = U(K) ? Tt : St({ ...K, extend: { theme: K.theme, classGroups: K.classGroups, conflictingClassGroupModifiers: K.conflictingClassGroupModifiers, conflictingClassGroups: K.conflictingClassGroups, ...K.extend } })), xr(Ie(Re(r)))) : Re(r), cr = (r, n) => {
3010
+ for (let t in n) r.hasOwnProperty(t) ? r[t] = Re(r[t], n[t]) : r[t] = n[t];
3011
+ return r;
3012
+ }, wr = (r, n) => {
3013
+ let { extend: t = null, slots: a = {}, variants: f = {}, compoundVariants: i = [], compoundSlots: s = [], defaultVariants: c = {} } = r, d = { ...At, ...n }, C = t != null && t.base ? Re(t.base, r == null ? void 0 : r.base) : r == null ? void 0 : r.base, p = t != null && t.variants && !U(t.variants) ? br(f, t.variants) : f, k = t != null && t.defaultVariants && !U(t.defaultVariants) ? { ...t.defaultVariants, ...c } : c;
3014
+ !U(d.twMergeConfig) && !Kr(d.twMergeConfig, K) && (Ge = !0, K = d.twMergeConfig);
3015
+ let A = U(t == null ? void 0 : t.slots), $ = U(a) ? {} : { base: Re(r == null ? void 0 : r.base, A && (t == null ? void 0 : t.base)), ...a }, G = A ? $ : cr({ ...t == null ? void 0 : t.slots }, U($) ? { base: r == null ? void 0 : r.base } : $), N = U(t == null ? void 0 : t.compoundVariants) ? i : pr(t == null ? void 0 : t.compoundVariants, i), _ = (v) => {
3016
+ if (U(p) && U(a) && A) return xe(C, v == null ? void 0 : v.class, v == null ? void 0 : v.className)(d);
3017
+ if (N && !Array.isArray(N)) throw new TypeError(`The "compoundVariants" prop must be an array. Received: ${typeof N}`);
3018
+ if (s && !Array.isArray(s)) throw new TypeError(`The "compoundSlots" prop must be an array. Received: ${typeof s}`);
3019
+ let ie = (u, m, g = [], x) => {
3020
+ let y = g;
3021
+ if (typeof m == "string") y = y.concat(ar(m).split(" ").map((E) => `${u}:${E}`));
3022
+ else if (Array.isArray(m)) y = y.concat(m.reduce((E, S) => E.concat(`${u}:${S}`), []));
3023
+ else if (typeof m == "object" && typeof x == "string") {
3024
+ for (let E in m) if (m.hasOwnProperty(E) && E === x) {
3025
+ let S = m[E];
3026
+ if (S && typeof S == "string") {
3027
+ let T = ar(S);
3028
+ y[x] ? y[x] = y[x].concat(T.split(" ").map((z) => `${u}:${z}`)) : y[x] = T.split(" ").map((z) => `${u}:${z}`);
3029
+ } else Array.isArray(S) && S.length > 0 && (y[x] = S.reduce((T, z) => T.concat(`${u}:${z}`), []));
3030
+ }
3031
+ }
3032
+ return y;
3033
+ }, X = (u, m = p, g = null, x = null) => {
3034
+ var y;
3035
+ let E = m[u];
3036
+ if (!E || U(E)) return null;
3037
+ let S = (y = x == null ? void 0 : x[u]) != null ? y : v == null ? void 0 : v[u];
3038
+ if (S === null) return null;
3039
+ let T = ir(S), z = Array.isArray(d.responsiveVariants) && d.responsiveVariants.length > 0 || d.responsiveVariants === !0, D = k == null ? void 0 : k[u], W = [];
3040
+ if (typeof T == "object" && z) for (let [pe, le] of Object.entries(T)) {
3041
+ let be = E[le];
3042
+ if (pe === "initial") {
3043
+ D = le;
3044
+ continue;
3045
+ }
3046
+ Array.isArray(d.responsiveVariants) && !d.responsiveVariants.includes(pe) || (W = ie(pe, be, W, g));
3047
+ }
3048
+ let ke = T != null && typeof T != "object" ? T : ir(D), fe = E[ke || "false"];
3049
+ return typeof W == "object" && typeof g == "string" && W[g] ? cr(W, fe) : W.length > 0 ? (W.push(fe), W) : fe;
3050
+ }, ae = () => p ? Object.keys(p).map((u) => X(u, p)) : null, se = (u, m) => {
3051
+ if (!p || typeof p != "object") return null;
3052
+ let g = new Array();
3053
+ for (let x in p) {
3054
+ let y = X(x, p, u, m), E = u === "base" && typeof y == "string" ? y : y && y[u];
3055
+ E && (g[g.length] = E);
3056
+ }
3057
+ return g;
3058
+ }, Q = {};
3059
+ for (let u in v) v[u] !== void 0 && (Q[u] = v[u]);
3060
+ let ee = (u, m) => {
3061
+ var g;
3062
+ let x = typeof (v == null ? void 0 : v[u]) == "object" ? { [u]: (g = v[u]) == null ? void 0 : g.initial } : {};
3063
+ return { ...k, ...Q, ...x, ...m };
3064
+ }, J = (u = [], m) => {
3065
+ let g = [];
3066
+ for (let { class: x, className: y, ...E } of u) {
3067
+ let S = !0;
3068
+ for (let [T, z] of Object.entries(E)) {
3069
+ let D = ee(T, m);
3070
+ if (Array.isArray(z)) {
3071
+ if (!z.includes(D[T])) {
3072
+ S = !1;
3073
+ break;
3074
+ }
3075
+ } else if (D[T] !== z) {
3076
+ S = !1;
3077
+ break;
3078
+ }
3079
+ }
3080
+ S && (x && g.push(x), y && g.push(y));
3081
+ }
3082
+ return g;
3083
+ }, re = (u) => {
3084
+ let m = J(N, u);
3085
+ if (!Array.isArray(m)) return m;
3086
+ let g = {};
3087
+ for (let x of m) if (typeof x == "string" && (g.base = xe(g.base, x)(d)), typeof x == "object") for (let [y, E] of Object.entries(x)) g[y] = xe(g[y], E)(d);
3088
+ return g;
3089
+ }, te = (u) => {
3090
+ if (s.length < 1) return null;
3091
+ let m = {};
3092
+ for (let { slots: g = [], class: x, className: y, ...E } of s) {
3093
+ if (!U(E)) {
3094
+ let S = !0;
3095
+ for (let T of Object.keys(E)) {
3096
+ let z = ee(T, u)[T];
3097
+ if (z === void 0 || (Array.isArray(E[T]) ? !E[T].includes(z) : E[T] !== z)) {
3098
+ S = !1;
3099
+ break;
3100
+ }
3101
+ }
3102
+ if (!S) continue;
3103
+ }
3104
+ for (let S of g) m[S] = m[S] || [], m[S].push([x, y]);
3105
+ }
3106
+ return m;
3107
+ };
3108
+ if (!U(a) || !A) {
3109
+ let u = {};
3110
+ if (typeof G == "object" && !U(G)) for (let m of Object.keys(G)) u[m] = (g) => {
3111
+ var x, y;
3112
+ return xe(G[m], se(m, g), ((x = re(g)) != null ? x : [])[m], ((y = te(g)) != null ? y : [])[m], g == null ? void 0 : g.class, g == null ? void 0 : g.className)(d);
3113
+ };
3114
+ return u;
3115
+ }
3116
+ return xe(C, ae(), J(N), v == null ? void 0 : v.class, v == null ? void 0 : v.className)(d);
3117
+ }, M = () => {
3118
+ if (!(!p || typeof p != "object")) return Object.keys(p);
3119
+ };
3120
+ return _.variantKeys = M(), _.extend = t, _.base = C, _.slots = G, _.variants = p, _.defaultVariants = k, _.compoundSlots = s, _.compoundVariants = N, _;
3121
+ };
3122
+ const Pt = wr({
3123
+ base: "animate-spin",
3124
+ variants: {
3125
+ size: {
3126
+ small: "w-5 h-5",
3127
+ large: "w-8 h-8"
3128
+ }
3129
+ }
3130
+ });
3131
+ function Ot({ size: r }) {
3132
+ return /* @__PURE__ */ V.jsx("div", { className: Pt({ size: r }), children: /* @__PURE__ */ V.jsx("svg", { viewBox: "0 0 800 800", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ V.jsx(
3133
+ "circle",
3134
+ {
3135
+ cx: "400",
3136
+ cy: "400",
3137
+ fill: "none",
3138
+ r: "200",
3139
+ "stroke-width": "50",
3140
+ "stroke-dasharray": "269 150",
3141
+ stroke: "currentColor",
3142
+ opacity: 0.5,
3143
+ "stroke-linecap": "round"
3144
+ }
3145
+ ) }) });
3146
+ }
3147
+ function Mt() {
3148
+ return /* @__PURE__ */ V.jsx(V.Fragment, { children: /* @__PURE__ */ V.jsxs(
3149
+ "svg",
3150
+ {
3151
+ className: "pointer-events-none absolute inset-0 isolate z-10 h-full w-full opacity-25",
3152
+ height: "100%",
3153
+ id: "texture",
3154
+ children: [
3155
+ /* @__PURE__ */ V.jsxs("filter", { id: "noise", children: [
3156
+ /* @__PURE__ */ V.jsx("feTurbulence", { type: "fractalNoise", baseFrequency: "0.75", numOctaves: "4", stitchTiles: "stitch" }),
3157
+ /* @__PURE__ */ V.jsx("feColorMatrix", { type: "saturate", values: "0" })
3158
+ ] }),
3159
+ /* @__PURE__ */ V.jsx("rect", { width: "100%", height: "100%", filter: "url(#noise)" })
3160
+ ]
3161
+ }
3162
+ ) });
3163
+ }
3164
+ const zt = wr({
3165
+ slots: {
3166
+ outer: "group p-[2px] bg-neutral-200 dark:bg-neutral-900",
3167
+ inner: "relative shadow-form border overflow-hidden animate-press",
3168
+ chip: "pb-[2px]"
3169
+ },
3170
+ variants: {
3171
+ corners: {
3172
+ sharp: {
3173
+ inner: "rounded-sm",
3174
+ outer: "rounded-sm",
3175
+ chip: "rounded-sm"
3176
+ },
3177
+ round: {
3178
+ inner: "rounded-md",
3179
+ outer: "rounded-lg",
3180
+ chip: "rounded-md"
3181
+ },
3182
+ circle: {
3183
+ inner: "rounded-full",
3184
+ outer: "rounded-full",
3185
+ chip: "rounded-full"
3186
+ }
3187
+ },
3188
+ leftCorners: {
3189
+ none: {},
3190
+ sharp: {
3191
+ inner: "rounded-s-sm",
3192
+ outer: "rounded-s-sm",
3193
+ chip: "rounded-s-sm"
3194
+ },
3195
+ round: {
3196
+ inner: "rounded-s-md",
3197
+ outer: "rounded-s-lg",
3198
+ chip: "rounded-s-md"
3199
+ },
3200
+ circle: {
3201
+ inner: "rounded-s-full",
3202
+ outer: "rounded-s-full",
3203
+ chip: "rounded-s-full"
3204
+ }
3205
+ },
3206
+ size: {
3207
+ small: {
3208
+ inner: "py-[2px] px-2 text-xs min-h-5"
3209
+ },
3210
+ large: {
3211
+ inner: "py-1 px-3 min-h-8"
3212
+ }
3213
+ },
3214
+ colour: {
3215
+ neutral: {
3216
+ inner: "bg-neutral-800 border-neutral-700/70 group-disabled:border-neutral-700/40 group-active:border-neutral-700/40 text-neutral-200",
3217
+ chip: "bg-neutral-800"
3218
+ },
3219
+ red: {
3220
+ inner: "bg-red-700 border-red-500/60 group-disabled:border-red-600/40 group-active:border-red-600/40 text-neutral-200",
3221
+ chip: "bg-red-900"
3222
+ },
3223
+ green: {
3224
+ inner: "bg-lime-700 border-lime-600/70 group-disabled:border-lime-600/40 group-active:border-lime-600/40 text-neutral-200",
3225
+ chip: "bg-lime-900"
3226
+ },
3227
+ blue: {
3228
+ inner: "bg-sky-700 border-sky-600/70 group-disabled:border-sky-600/40 group-active:border-sky-600/40 text-neutral-200",
3229
+ chip: "bg-sky-900"
3230
+ },
3231
+ white: {
3232
+ inner: "bg-neutral-300 border-neutral-300/70 group-disabled:border-neutral-300/40 group-active:border-neutral-300/40 text-neutral-800",
3233
+ chip: "bg-neutral-400"
3234
+ }
3235
+ },
3236
+ width: {
3237
+ fit: {},
3238
+ grow: {
3239
+ inner: "w-full",
3240
+ outer: "w-full",
3241
+ chip: "w-full"
3242
+ }
3243
+ }
3244
+ },
3245
+ defaultVariants: {
3246
+ size: "large",
3247
+ colour: "neutral",
3248
+ corners: "round",
3249
+ leftCorners: "none"
3250
+ }
3251
+ });
3252
+ function $t({
3253
+ size: r,
3254
+ colour: n,
3255
+ width: t,
3256
+ corners: a,
3257
+ leftCorners: f,
3258
+ loading: i,
3259
+ text: s,
3260
+ children: c,
3261
+ className: d,
3262
+ disabled: C,
3263
+ onClick: p,
3264
+ ...k
3265
+ }) {
3266
+ const { outer: A, chip: $, inner: G } = zt({
3267
+ size: r,
3268
+ colour: n,
3269
+ width: t,
3270
+ corners: a,
3271
+ leftCorners: f
3272
+ });
3273
+ return /* @__PURE__ */ V.jsx(
3274
+ "button",
3275
+ {
3276
+ className: A(),
3277
+ disabled: C || i,
3278
+ onClick: p,
3279
+ ...k,
3280
+ children: /* @__PURE__ */ V.jsx("div", { className: $(), children: /* @__PURE__ */ V.jsxs("div", { className: G({ className: d }), children: [
3281
+ /* @__PURE__ */ V.jsxs(
3282
+ "span",
3283
+ {
3284
+ className: "relative block z-10 text-inherit group-disabled:opacity-50",
3285
+ style: { visibility: i ? "hidden" : "visible" },
3286
+ children: [
3287
+ c,
3288
+ s
3289
+ ]
3290
+ }
3291
+ ),
3292
+ i && /* @__PURE__ */ V.jsx("div", { className: "absolute inset-0 w-full h-full flex justify-center items-center", children: /* @__PURE__ */ V.jsx(Ot, { size: r }) }),
3293
+ /* @__PURE__ */ V.jsx(Mt, {})
3294
+ ] }) })
3295
+ }
3296
+ );
3297
+ }
3298
+ function Nt() {
3299
+ return /* @__PURE__ */ V.jsx("div", { children: "ToggleSet" });
3300
+ }
3301
+ export {
3302
+ $t as Button,
3303
+ Ot as LoadingRing,
3304
+ Mt as Noise,
3305
+ Nt as ToggleSet
3306
+ };