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