@rock10/ui 1.0.17 → 1.0.20

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