@antoniobenincasa/ui 0.0.1

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