@datawire-ai/busyfile-design-library 1.0.8 → 1.1.0

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