buildgrid-ui 1.0.0 → 1.1.0-alpha.2

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