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