@paolojulian.dev/design-system 1.0.0

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