odin-system 0.1.0

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