@farm-junction/design-library 0.1.0

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