@equal-experts/kuat-react 0.2.4 → 0.2.6

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