@sudobility/logistics-components 1.0.7

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