ui-oialbert 1.0.0

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