@clasing/ui 0.0.1

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