@openfeed-ink/widget 0.1.3

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