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