componentes-uniube 1.0.2 → 1.0.3

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