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