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