@motiadev/ui 0.2.2-build.20250618141055

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