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