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