@owocow/saber-ui 0.0.6 → 0.0.8

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