@helden-inc/cce-ui 0.1.0

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