@ram_28/kf-ai-sdk 1.0.11 → 1.0.13

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