@la-batcave/ui 3.1.2

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