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