@glasshome/ui 0.3.1 → 0.3.3

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