@wherabouts/vue-ui 0.1.1

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