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