singularity-components 0.1.7 → 0.1.8

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