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