@safronman/ui-kit-inctagram 0.1.1

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