@uoguelph/web-components 1.9.1-rc.8 → 2.0.0-rc.0

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