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