jcicl 1.0.77 → 1.0.78

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