@bonprix-ds/react-list 1.0.0

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