@equal-experts/kuat-react 0.1.3 → 0.2.1

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