wasvg 1.5.1 → 1.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +2 -0
- package/dist/wasvg.cjs.js +8 -8
- package/dist/wasvg.es.js +242 -211
- package/package.json +1 -1
package/dist/wasvg.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import N1, { useState as c2, useEffect as i2, useCallback as d2, useRef as h2 } from "react";
|
|
2
2
|
var a = /* @__PURE__ */ ((e) => (e[e.xs = 18] = "xs", e[e.sm = 24] = "sm", e[e.md = 28] = "md", e[e.lg = 32] = "lg", e[e.xl = 50] = "xl", e))(a || {});
|
|
3
3
|
var d1 = { exports: {} }, l1 = {};
|
|
4
4
|
/**
|
|
@@ -11,7 +11,7 @@ var d1 = { exports: {} }, l1 = {};
|
|
|
11
11
|
* LICENSE file in the root directory of this source tree.
|
|
12
12
|
*/
|
|
13
13
|
var T1;
|
|
14
|
-
function
|
|
14
|
+
function I1() {
|
|
15
15
|
if (T1) return l1;
|
|
16
16
|
T1 = 1;
|
|
17
17
|
var e = Symbol.for("react.transitional.element"), t = Symbol.for("react.fragment");
|
|
@@ -43,25 +43,25 @@ var c1 = {};
|
|
|
43
43
|
* LICENSE file in the root directory of this source tree.
|
|
44
44
|
*/
|
|
45
45
|
var k1;
|
|
46
|
-
function
|
|
46
|
+
function V1() {
|
|
47
47
|
return k1 || (k1 = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
48
48
|
function e(n) {
|
|
49
49
|
if (n == null) return null;
|
|
50
50
|
if (typeof n == "function")
|
|
51
|
-
return n.$$typeof ===
|
|
51
|
+
return n.$$typeof === h1 ? null : n.displayName || n.name || null;
|
|
52
52
|
if (typeof n == "string") return n;
|
|
53
53
|
switch (n) {
|
|
54
54
|
case j:
|
|
55
55
|
return "Fragment";
|
|
56
|
-
case
|
|
56
|
+
case R:
|
|
57
57
|
return "Profiler";
|
|
58
|
-
case
|
|
58
|
+
case I:
|
|
59
59
|
return "StrictMode";
|
|
60
|
-
case
|
|
60
|
+
case $:
|
|
61
61
|
return "Suspense";
|
|
62
62
|
case B:
|
|
63
63
|
return "SuspenseList";
|
|
64
|
-
case
|
|
64
|
+
case H:
|
|
65
65
|
return "Activity";
|
|
66
66
|
}
|
|
67
67
|
if (typeof n == "object")
|
|
@@ -74,12 +74,12 @@ function $1() {
|
|
|
74
74
|
return (n.displayName || "Context") + ".Provider";
|
|
75
75
|
case Q:
|
|
76
76
|
return (n._context.displayName || "Context") + ".Consumer";
|
|
77
|
-
case
|
|
77
|
+
case V:
|
|
78
78
|
var v = n.render;
|
|
79
79
|
return n = n.displayName, n || (n = v.displayName || v.name || "", n = n !== "" ? "ForwardRef(" + n + ")" : "ForwardRef"), n;
|
|
80
80
|
case F:
|
|
81
81
|
return v = n.displayName || null, v !== null ? v : e(n.type) || "Memo";
|
|
82
|
-
case
|
|
82
|
+
case m:
|
|
83
83
|
v = n._payload, n = n._init;
|
|
84
84
|
try {
|
|
85
85
|
return e(n(v));
|
|
@@ -110,7 +110,7 @@ function $1() {
|
|
|
110
110
|
}
|
|
111
111
|
function s(n) {
|
|
112
112
|
if (n === j) return "<>";
|
|
113
|
-
if (typeof n == "object" && n !== null && n.$$typeof ===
|
|
113
|
+
if (typeof n == "object" && n !== null && n.$$typeof === m)
|
|
114
114
|
return "<...>";
|
|
115
115
|
try {
|
|
116
116
|
var v = e(n);
|
|
@@ -153,7 +153,7 @@ function $1() {
|
|
|
153
153
|
}
|
|
154
154
|
function C(n, v, w, f, b, y, e1, q) {
|
|
155
155
|
return w = y.ref, n = {
|
|
156
|
-
$$typeof:
|
|
156
|
+
$$typeof: N,
|
|
157
157
|
type: n,
|
|
158
158
|
key: v,
|
|
159
159
|
props: y,
|
|
@@ -187,7 +187,7 @@ function $1() {
|
|
|
187
187
|
var T = v.children;
|
|
188
188
|
if (T !== void 0)
|
|
189
189
|
if (f)
|
|
190
|
-
if (
|
|
190
|
+
if (m1(T)) {
|
|
191
191
|
for (f = 0; f < T.length; f++)
|
|
192
192
|
E(T[f]);
|
|
193
193
|
Object.freeze && Object.freeze(T);
|
|
@@ -198,10 +198,10 @@ function $1() {
|
|
|
198
198
|
else E(T);
|
|
199
199
|
if (Y.call(v, "key")) {
|
|
200
200
|
T = e(n);
|
|
201
|
-
var
|
|
201
|
+
var S = Object.keys(v).filter(function(a1) {
|
|
202
202
|
return a1 !== "key";
|
|
203
203
|
});
|
|
204
|
-
f = 0 <
|
|
204
|
+
f = 0 < S.length ? "{key: someKey, " + S.join(": ..., ") + ": ...}" : "{key: someKey}", s1[T + f] || (S = 0 < S.length ? "{" + S.join(": ..., ") + ": ...}" : "{}", console.error(
|
|
205
205
|
`A props object containing a "key" prop is being spread into JSX:
|
|
206
206
|
let props = %s;
|
|
207
207
|
<%s {...props} />
|
|
@@ -210,7 +210,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
210
210
|
<%s key={someKey} {...props} />`,
|
|
211
211
|
f,
|
|
212
212
|
T,
|
|
213
|
-
|
|
213
|
+
S,
|
|
214
214
|
T
|
|
215
215
|
), s1[T + f] = !0);
|
|
216
216
|
}
|
|
@@ -234,22 +234,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
234
234
|
);
|
|
235
235
|
}
|
|
236
236
|
function E(n) {
|
|
237
|
-
typeof n == "object" && n !== null && n.$$typeof ===
|
|
237
|
+
typeof n == "object" && n !== null && n.$$typeof === N && n._store && (n._store.validated = 1);
|
|
238
238
|
}
|
|
239
|
-
var
|
|
239
|
+
var A = N1, N = Symbol.for("react.transitional.element"), Z = Symbol.for("react.portal"), j = Symbol.for("react.fragment"), I = Symbol.for("react.strict_mode"), R = Symbol.for("react.profiler");
|
|
240
240
|
Symbol.for("react.provider");
|
|
241
|
-
var Q = Symbol.for("react.consumer"), D = Symbol.for("react.context"),
|
|
241
|
+
var Q = Symbol.for("react.consumer"), D = Symbol.for("react.context"), V = Symbol.for("react.forward_ref"), $ = Symbol.for("react.suspense"), B = Symbol.for("react.suspense_list"), F = Symbol.for("react.memo"), m = Symbol.for("react.lazy"), H = Symbol.for("react.activity"), h1 = Symbol.for("react.client.reference"), K = A.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, Y = Object.prototype.hasOwnProperty, m1 = Array.isArray, U = console.createTask ? console.createTask : function() {
|
|
242
242
|
return null;
|
|
243
243
|
};
|
|
244
|
-
|
|
244
|
+
A = {
|
|
245
245
|
react_stack_bottom_frame: function(n) {
|
|
246
246
|
return n();
|
|
247
247
|
}
|
|
248
248
|
};
|
|
249
|
-
var P, M = {},
|
|
250
|
-
|
|
249
|
+
var P, M = {}, _ = A.react_stack_bottom_frame.bind(
|
|
250
|
+
A,
|
|
251
251
|
d
|
|
252
|
-
)(),
|
|
252
|
+
)(), h = U(s(d)), s1 = {};
|
|
253
253
|
c1.Fragment = j, c1.jsx = function(n, v, w, f, b) {
|
|
254
254
|
var y = 1e4 > K.recentlyCreatedOwnerStacks++;
|
|
255
255
|
return L(
|
|
@@ -259,8 +259,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
259
259
|
!1,
|
|
260
260
|
f,
|
|
261
261
|
b,
|
|
262
|
-
y ? Error("react-stack-top-frame") :
|
|
263
|
-
y ? U(s(n)) :
|
|
262
|
+
y ? Error("react-stack-top-frame") : _,
|
|
263
|
+
y ? U(s(n)) : h
|
|
264
264
|
);
|
|
265
265
|
}, c1.jsxs = function(n, v, w, f, b) {
|
|
266
266
|
var y = 1e4 > K.recentlyCreatedOwnerStacks++;
|
|
@@ -271,17 +271,17 @@ React keys must be passed directly to JSX without using spread:
|
|
|
271
271
|
!0,
|
|
272
272
|
f,
|
|
273
273
|
b,
|
|
274
|
-
y ? Error("react-stack-top-frame") :
|
|
275
|
-
y ? U(s(n)) :
|
|
274
|
+
y ? Error("react-stack-top-frame") : _,
|
|
275
|
+
y ? U(s(n)) : h
|
|
276
276
|
);
|
|
277
277
|
};
|
|
278
278
|
})()), c1;
|
|
279
279
|
}
|
|
280
|
-
var
|
|
281
|
-
function
|
|
282
|
-
return L1 || (L1 = 1, process.env.NODE_ENV === "production" ? d1.exports =
|
|
280
|
+
var m2 = d1.exports, L1;
|
|
281
|
+
function $1() {
|
|
282
|
+
return L1 || (L1 = 1, process.env.NODE_ENV === "production" ? d1.exports = I1() : d1.exports = V1()), d1.exports;
|
|
283
283
|
}
|
|
284
|
-
var r =
|
|
284
|
+
var r = $1();
|
|
285
285
|
function W1({ className: e = "", size: t = a.md }) {
|
|
286
286
|
return /* @__PURE__ */ r.jsx(
|
|
287
287
|
"svg",
|
|
@@ -620,12 +620,12 @@ const q1 = "-", r0 = (e) => {
|
|
|
620
620
|
}
|
|
621
621
|
j === "[" ? u++ : j === "]" ? u-- : j === "(" ? x++ : j === ")" && x--;
|
|
622
622
|
}
|
|
623
|
-
const L = d.length === 0 ? l : l.substring(g), E = i0(L),
|
|
623
|
+
const L = d.length === 0 ? l : l.substring(g), E = i0(L), A = E !== L, N = C && C > g ? C - g : void 0;
|
|
624
624
|
return {
|
|
625
625
|
modifiers: d,
|
|
626
|
-
hasImportantModifier:
|
|
626
|
+
hasImportantModifier: A,
|
|
627
627
|
baseClassName: E,
|
|
628
|
-
maybePostfixModifierPosition:
|
|
628
|
+
maybePostfixModifierPosition: N
|
|
629
629
|
};
|
|
630
630
|
};
|
|
631
631
|
if (t) {
|
|
@@ -657,24 +657,24 @@ const q1 = "-", r0 = (e) => {
|
|
|
657
657
|
d[0] === "[" || t[d] ? (s.push(...l.sort(), d), l = []) : l.push(d);
|
|
658
658
|
}), s.push(...l.sort()), s;
|
|
659
659
|
};
|
|
660
|
-
},
|
|
660
|
+
}, h0 = (e) => ({
|
|
661
661
|
cache: a0(e.cacheSize),
|
|
662
662
|
parseClassName: c0(e),
|
|
663
663
|
sortModifiers: d0(e),
|
|
664
664
|
...r0(e)
|
|
665
|
-
}),
|
|
665
|
+
}), m0 = /\s+/, v0 = (e, t) => {
|
|
666
666
|
const {
|
|
667
667
|
parseClassName: o,
|
|
668
668
|
getClassGroupId: s,
|
|
669
669
|
getConflictingClassGroupIds: l,
|
|
670
670
|
sortModifiers: d
|
|
671
|
-
} = t, u = [], x = e.trim().split(
|
|
671
|
+
} = t, u = [], x = e.trim().split(m0);
|
|
672
672
|
let g = "";
|
|
673
673
|
for (let C = x.length - 1; C >= 0; C -= 1) {
|
|
674
674
|
const L = x[C], {
|
|
675
675
|
isExternal: E,
|
|
676
|
-
modifiers:
|
|
677
|
-
hasImportantModifier:
|
|
676
|
+
modifiers: A,
|
|
677
|
+
hasImportantModifier: N,
|
|
678
678
|
baseClassName: Z,
|
|
679
679
|
maybePostfixModifierPosition: j
|
|
680
680
|
} = o(L);
|
|
@@ -682,25 +682,25 @@ const q1 = "-", r0 = (e) => {
|
|
|
682
682
|
g = L + (g.length > 0 ? " " + g : g);
|
|
683
683
|
continue;
|
|
684
684
|
}
|
|
685
|
-
let
|
|
686
|
-
if (!
|
|
687
|
-
if (!
|
|
685
|
+
let I = !!j, R = s(I ? Z.substring(0, j) : Z);
|
|
686
|
+
if (!R) {
|
|
687
|
+
if (!I) {
|
|
688
688
|
g = L + (g.length > 0 ? " " + g : g);
|
|
689
689
|
continue;
|
|
690
690
|
}
|
|
691
|
-
if (
|
|
691
|
+
if (R = s(Z), !R) {
|
|
692
692
|
g = L + (g.length > 0 ? " " + g : g);
|
|
693
693
|
continue;
|
|
694
694
|
}
|
|
695
|
-
|
|
695
|
+
I = !1;
|
|
696
696
|
}
|
|
697
|
-
const Q = d(
|
|
698
|
-
if (u.includes(
|
|
697
|
+
const Q = d(A).join(":"), D = N ? Q + x1 : Q, V = D + R;
|
|
698
|
+
if (u.includes(V))
|
|
699
699
|
continue;
|
|
700
|
-
u.push(
|
|
701
|
-
const
|
|
702
|
-
for (let B = 0; B <
|
|
703
|
-
const F =
|
|
700
|
+
u.push(V);
|
|
701
|
+
const $ = l(R, I);
|
|
702
|
+
for (let B = 0; B < $.length; ++B) {
|
|
703
|
+
const F = $[B];
|
|
704
704
|
u.push(D + F);
|
|
705
705
|
}
|
|
706
706
|
g = L + (g.length > 0 ? " " + g : g);
|
|
@@ -725,7 +725,7 @@ function p0(e, ...t) {
|
|
|
725
725
|
let o, s, l, d = u;
|
|
726
726
|
function u(g) {
|
|
727
727
|
const C = t.reduce((L, E) => E(L), e());
|
|
728
|
-
return o =
|
|
728
|
+
return o = h0(C), s = o.cache.get, l = o.cache.set, d = x, x(g);
|
|
729
729
|
}
|
|
730
730
|
function x(g) {
|
|
731
731
|
const C = s(g);
|
|
@@ -741,19 +741,19 @@ function p0(e, ...t) {
|
|
|
741
741
|
const k = (e) => {
|
|
742
742
|
const t = (o) => o[e] || [];
|
|
743
743
|
return t.isThemeGetter = !0, t;
|
|
744
|
-
}, E1 = /^\[(?:(\w[\w-]*):)?(.+)\]$/i,
|
|
744
|
+
}, E1 = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, H1 = /^\((?:(\w[\w-]*):)?(.+)\)$/i, g0 = /^\d+\/\d+$/, f0 = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, w0 = /\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$/, x0 = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, b0 = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, q0 = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, t1 = (e) => g0.test(e), p = (e) => !!e && !Number.isNaN(Number(e)), G = (e) => !!e && Number.isInteger(Number(e)), g1 = (e) => e.endsWith("%") && p(e.slice(0, -1)), O = (e) => f0.test(e), T0 = () => !0, k0 = (e) => (
|
|
745
745
|
// `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
|
|
746
746
|
// For example, `hsl(0 0% 0%)` would be classified as a length without this check.
|
|
747
747
|
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
748
748
|
w0.test(e) && !x0.test(e)
|
|
749
|
-
),
|
|
749
|
+
), S1 = () => !1, L0 = (e) => b0.test(e), C0 = (e) => q0.test(e), j0 = (e) => !c(e) && !i(e), y0 = (e) => r1(e, R1, S1), c = (e) => E1.test(e), X = (e) => r1(e, B1, k0), f1 = (e) => r1(e, H0, p), y1 = (e) => r1(e, A1, S1), Z0 = (e) => r1(e, _1, C0), u1 = (e) => r1(e, P1, L0), i = (e) => H1.test(e), i1 = (e) => o1(e, B1), M0 = (e) => o1(e, S0), Z1 = (e) => o1(e, A1), z0 = (e) => o1(e, R1), E0 = (e) => o1(e, _1), p1 = (e) => o1(e, P1, !0), r1 = (e, t, o) => {
|
|
750
750
|
const s = E1.exec(e);
|
|
751
751
|
return s ? s[1] ? t(s[1]) : o(s[2]) : !1;
|
|
752
752
|
}, o1 = (e, t, o = !1) => {
|
|
753
|
-
const s =
|
|
753
|
+
const s = H1.exec(e);
|
|
754
754
|
return s ? s[1] ? t(s[1]) : o : !1;
|
|
755
|
-
},
|
|
756
|
-
const e = k("color"), t = k("font"), o = k("text"), s = k("font-weight"), l = k("tracking"), d = k("leading"), u = k("breakpoint"), x = k("container"), g = k("spacing"), C = k("radius"), L = k("shadow"), E = k("inset-shadow"),
|
|
755
|
+
}, A1 = (e) => e === "position" || e === "percentage", _1 = (e) => e === "image" || e === "url", R1 = (e) => e === "length" || e === "size" || e === "bg-size", B1 = (e) => e === "length", H0 = (e) => e === "number", S0 = (e) => e === "family-name", P1 = (e) => e === "shadow", A0 = () => {
|
|
756
|
+
const e = k("color"), t = k("font"), o = k("text"), s = k("font-weight"), l = k("tracking"), d = k("leading"), u = k("breakpoint"), x = k("container"), g = k("spacing"), C = k("radius"), L = k("shadow"), E = k("inset-shadow"), A = k("text-shadow"), N = k("drop-shadow"), Z = k("blur"), j = k("perspective"), I = k("aspect"), R = k("ease"), Q = k("animate"), D = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], V = () => [
|
|
757
757
|
"center",
|
|
758
758
|
"top",
|
|
759
759
|
"bottom",
|
|
@@ -771,9 +771,9 @@ const k = (e) => {
|
|
|
771
771
|
"bottom-left",
|
|
772
772
|
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
773
773
|
"left-bottom"
|
|
774
|
-
],
|
|
774
|
+
], $ = () => [...V(), i, c], B = () => ["auto", "hidden", "clip", "visible", "scroll"], F = () => ["auto", "contain", "none"], m = () => [i, c, g], H = () => [t1, "full", "auto", ...m()], h1 = () => [G, "none", "subgrid", i, c], K = () => ["auto", {
|
|
775
775
|
span: ["full", G, i, c]
|
|
776
|
-
}, G, i, c], Y = () => [G, "auto", i, c],
|
|
776
|
+
}, G, i, c], Y = () => [G, "auto", i, c], m1 = () => ["auto", "min", "max", "fr", i, c], U = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], P = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], M = () => ["auto", ...m()], _ = () => [t1, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...m()], h = () => [e, i, c], s1 = () => [...V(), Z1, y1, {
|
|
777
777
|
position: [i, c]
|
|
778
778
|
}], n = () => ["no-repeat", {
|
|
779
779
|
repeat: ["", "x", "y", "space", "round"]
|
|
@@ -794,7 +794,7 @@ const k = (e) => {
|
|
|
794
794
|
Z,
|
|
795
795
|
i,
|
|
796
796
|
c
|
|
797
|
-
],
|
|
797
|
+
], S = () => ["none", p, i, c], W = () => ["none", p, i, c], a1 = () => [p, i, c], v1 = () => [t1, "full", ...m()];
|
|
798
798
|
return {
|
|
799
799
|
cacheSize: 500,
|
|
800
800
|
theme: {
|
|
@@ -827,7 +827,7 @@ const k = (e) => {
|
|
|
827
827
|
* @see https://tailwindcss.com/docs/aspect-ratio
|
|
828
828
|
*/
|
|
829
829
|
aspect: [{
|
|
830
|
-
aspect: ["auto", "square", t1, c, i,
|
|
830
|
+
aspect: ["auto", "square", t1, c, i, I]
|
|
831
831
|
}],
|
|
832
832
|
/**
|
|
833
833
|
* Container
|
|
@@ -918,7 +918,7 @@ const k = (e) => {
|
|
|
918
918
|
* @see https://tailwindcss.com/docs/object-position
|
|
919
919
|
*/
|
|
920
920
|
"object-position": [{
|
|
921
|
-
object:
|
|
921
|
+
object: $()
|
|
922
922
|
}],
|
|
923
923
|
/**
|
|
924
924
|
* Overflow
|
|
@@ -972,63 +972,63 @@ const k = (e) => {
|
|
|
972
972
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
973
973
|
*/
|
|
974
974
|
inset: [{
|
|
975
|
-
inset:
|
|
975
|
+
inset: H()
|
|
976
976
|
}],
|
|
977
977
|
/**
|
|
978
978
|
* Right / Left
|
|
979
979
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
980
980
|
*/
|
|
981
981
|
"inset-x": [{
|
|
982
|
-
"inset-x":
|
|
982
|
+
"inset-x": H()
|
|
983
983
|
}],
|
|
984
984
|
/**
|
|
985
985
|
* Top / Bottom
|
|
986
986
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
987
987
|
*/
|
|
988
988
|
"inset-y": [{
|
|
989
|
-
"inset-y":
|
|
989
|
+
"inset-y": H()
|
|
990
990
|
}],
|
|
991
991
|
/**
|
|
992
992
|
* Start
|
|
993
993
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
994
994
|
*/
|
|
995
995
|
start: [{
|
|
996
|
-
start:
|
|
996
|
+
start: H()
|
|
997
997
|
}],
|
|
998
998
|
/**
|
|
999
999
|
* End
|
|
1000
1000
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1001
1001
|
*/
|
|
1002
1002
|
end: [{
|
|
1003
|
-
end:
|
|
1003
|
+
end: H()
|
|
1004
1004
|
}],
|
|
1005
1005
|
/**
|
|
1006
1006
|
* Top
|
|
1007
1007
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1008
1008
|
*/
|
|
1009
1009
|
top: [{
|
|
1010
|
-
top:
|
|
1010
|
+
top: H()
|
|
1011
1011
|
}],
|
|
1012
1012
|
/**
|
|
1013
1013
|
* Right
|
|
1014
1014
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1015
1015
|
*/
|
|
1016
1016
|
right: [{
|
|
1017
|
-
right:
|
|
1017
|
+
right: H()
|
|
1018
1018
|
}],
|
|
1019
1019
|
/**
|
|
1020
1020
|
* Bottom
|
|
1021
1021
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1022
1022
|
*/
|
|
1023
1023
|
bottom: [{
|
|
1024
|
-
bottom:
|
|
1024
|
+
bottom: H()
|
|
1025
1025
|
}],
|
|
1026
1026
|
/**
|
|
1027
1027
|
* Left
|
|
1028
1028
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1029
1029
|
*/
|
|
1030
1030
|
left: [{
|
|
1031
|
-
left:
|
|
1031
|
+
left: H()
|
|
1032
1032
|
}],
|
|
1033
1033
|
/**
|
|
1034
1034
|
* Visibility
|
|
@@ -1050,7 +1050,7 @@ const k = (e) => {
|
|
|
1050
1050
|
* @see https://tailwindcss.com/docs/flex-basis
|
|
1051
1051
|
*/
|
|
1052
1052
|
basis: [{
|
|
1053
|
-
basis: [t1, "full", "auto", x, ...
|
|
1053
|
+
basis: [t1, "full", "auto", x, ...m()]
|
|
1054
1054
|
}],
|
|
1055
1055
|
/**
|
|
1056
1056
|
* Flex Direction
|
|
@@ -1099,7 +1099,7 @@ const k = (e) => {
|
|
|
1099
1099
|
* @see https://tailwindcss.com/docs/grid-template-columns
|
|
1100
1100
|
*/
|
|
1101
1101
|
"grid-cols": [{
|
|
1102
|
-
"grid-cols":
|
|
1102
|
+
"grid-cols": h1()
|
|
1103
1103
|
}],
|
|
1104
1104
|
/**
|
|
1105
1105
|
* Grid Column Start / End
|
|
@@ -1127,7 +1127,7 @@ const k = (e) => {
|
|
|
1127
1127
|
* @see https://tailwindcss.com/docs/grid-template-rows
|
|
1128
1128
|
*/
|
|
1129
1129
|
"grid-rows": [{
|
|
1130
|
-
"grid-rows":
|
|
1130
|
+
"grid-rows": h1()
|
|
1131
1131
|
}],
|
|
1132
1132
|
/**
|
|
1133
1133
|
* Grid Row Start / End
|
|
@@ -1162,35 +1162,35 @@ const k = (e) => {
|
|
|
1162
1162
|
* @see https://tailwindcss.com/docs/grid-auto-columns
|
|
1163
1163
|
*/
|
|
1164
1164
|
"auto-cols": [{
|
|
1165
|
-
"auto-cols":
|
|
1165
|
+
"auto-cols": m1()
|
|
1166
1166
|
}],
|
|
1167
1167
|
/**
|
|
1168
1168
|
* Grid Auto Rows
|
|
1169
1169
|
* @see https://tailwindcss.com/docs/grid-auto-rows
|
|
1170
1170
|
*/
|
|
1171
1171
|
"auto-rows": [{
|
|
1172
|
-
"auto-rows":
|
|
1172
|
+
"auto-rows": m1()
|
|
1173
1173
|
}],
|
|
1174
1174
|
/**
|
|
1175
1175
|
* Gap
|
|
1176
1176
|
* @see https://tailwindcss.com/docs/gap
|
|
1177
1177
|
*/
|
|
1178
1178
|
gap: [{
|
|
1179
|
-
gap:
|
|
1179
|
+
gap: m()
|
|
1180
1180
|
}],
|
|
1181
1181
|
/**
|
|
1182
1182
|
* Gap X
|
|
1183
1183
|
* @see https://tailwindcss.com/docs/gap
|
|
1184
1184
|
*/
|
|
1185
1185
|
"gap-x": [{
|
|
1186
|
-
"gap-x":
|
|
1186
|
+
"gap-x": m()
|
|
1187
1187
|
}],
|
|
1188
1188
|
/**
|
|
1189
1189
|
* Gap Y
|
|
1190
1190
|
* @see https://tailwindcss.com/docs/gap
|
|
1191
1191
|
*/
|
|
1192
1192
|
"gap-y": [{
|
|
1193
|
-
"gap-y":
|
|
1193
|
+
"gap-y": m()
|
|
1194
1194
|
}],
|
|
1195
1195
|
/**
|
|
1196
1196
|
* Justify Content
|
|
@@ -1265,63 +1265,63 @@ const k = (e) => {
|
|
|
1265
1265
|
* @see https://tailwindcss.com/docs/padding
|
|
1266
1266
|
*/
|
|
1267
1267
|
p: [{
|
|
1268
|
-
p:
|
|
1268
|
+
p: m()
|
|
1269
1269
|
}],
|
|
1270
1270
|
/**
|
|
1271
1271
|
* Padding X
|
|
1272
1272
|
* @see https://tailwindcss.com/docs/padding
|
|
1273
1273
|
*/
|
|
1274
1274
|
px: [{
|
|
1275
|
-
px:
|
|
1275
|
+
px: m()
|
|
1276
1276
|
}],
|
|
1277
1277
|
/**
|
|
1278
1278
|
* Padding Y
|
|
1279
1279
|
* @see https://tailwindcss.com/docs/padding
|
|
1280
1280
|
*/
|
|
1281
1281
|
py: [{
|
|
1282
|
-
py:
|
|
1282
|
+
py: m()
|
|
1283
1283
|
}],
|
|
1284
1284
|
/**
|
|
1285
1285
|
* Padding Start
|
|
1286
1286
|
* @see https://tailwindcss.com/docs/padding
|
|
1287
1287
|
*/
|
|
1288
1288
|
ps: [{
|
|
1289
|
-
ps:
|
|
1289
|
+
ps: m()
|
|
1290
1290
|
}],
|
|
1291
1291
|
/**
|
|
1292
1292
|
* Padding End
|
|
1293
1293
|
* @see https://tailwindcss.com/docs/padding
|
|
1294
1294
|
*/
|
|
1295
1295
|
pe: [{
|
|
1296
|
-
pe:
|
|
1296
|
+
pe: m()
|
|
1297
1297
|
}],
|
|
1298
1298
|
/**
|
|
1299
1299
|
* Padding Top
|
|
1300
1300
|
* @see https://tailwindcss.com/docs/padding
|
|
1301
1301
|
*/
|
|
1302
1302
|
pt: [{
|
|
1303
|
-
pt:
|
|
1303
|
+
pt: m()
|
|
1304
1304
|
}],
|
|
1305
1305
|
/**
|
|
1306
1306
|
* Padding Right
|
|
1307
1307
|
* @see https://tailwindcss.com/docs/padding
|
|
1308
1308
|
*/
|
|
1309
1309
|
pr: [{
|
|
1310
|
-
pr:
|
|
1310
|
+
pr: m()
|
|
1311
1311
|
}],
|
|
1312
1312
|
/**
|
|
1313
1313
|
* Padding Bottom
|
|
1314
1314
|
* @see https://tailwindcss.com/docs/padding
|
|
1315
1315
|
*/
|
|
1316
1316
|
pb: [{
|
|
1317
|
-
pb:
|
|
1317
|
+
pb: m()
|
|
1318
1318
|
}],
|
|
1319
1319
|
/**
|
|
1320
1320
|
* Padding Left
|
|
1321
1321
|
* @see https://tailwindcss.com/docs/padding
|
|
1322
1322
|
*/
|
|
1323
1323
|
pl: [{
|
|
1324
|
-
pl:
|
|
1324
|
+
pl: m()
|
|
1325
1325
|
}],
|
|
1326
1326
|
/**
|
|
1327
1327
|
* Margin
|
|
@@ -1391,7 +1391,7 @@ const k = (e) => {
|
|
|
1391
1391
|
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
1392
1392
|
*/
|
|
1393
1393
|
"space-x": [{
|
|
1394
|
-
"space-x":
|
|
1394
|
+
"space-x": m()
|
|
1395
1395
|
}],
|
|
1396
1396
|
/**
|
|
1397
1397
|
* Space Between X Reverse
|
|
@@ -1403,7 +1403,7 @@ const k = (e) => {
|
|
|
1403
1403
|
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
1404
1404
|
*/
|
|
1405
1405
|
"space-y": [{
|
|
1406
|
-
"space-y":
|
|
1406
|
+
"space-y": m()
|
|
1407
1407
|
}],
|
|
1408
1408
|
/**
|
|
1409
1409
|
* Space Between Y Reverse
|
|
@@ -1418,14 +1418,14 @@ const k = (e) => {
|
|
|
1418
1418
|
* @see https://tailwindcss.com/docs/width#setting-both-width-and-height
|
|
1419
1419
|
*/
|
|
1420
1420
|
size: [{
|
|
1421
|
-
size:
|
|
1421
|
+
size: _()
|
|
1422
1422
|
}],
|
|
1423
1423
|
/**
|
|
1424
1424
|
* Width
|
|
1425
1425
|
* @see https://tailwindcss.com/docs/width
|
|
1426
1426
|
*/
|
|
1427
1427
|
w: [{
|
|
1428
|
-
w: [x, "screen", ...
|
|
1428
|
+
w: [x, "screen", ..._()]
|
|
1429
1429
|
}],
|
|
1430
1430
|
/**
|
|
1431
1431
|
* Min-Width
|
|
@@ -1437,7 +1437,7 @@ const k = (e) => {
|
|
|
1437
1437
|
"screen",
|
|
1438
1438
|
/** Deprecated. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
1439
1439
|
"none",
|
|
1440
|
-
...
|
|
1440
|
+
..._()
|
|
1441
1441
|
]
|
|
1442
1442
|
}],
|
|
1443
1443
|
/**
|
|
@@ -1455,7 +1455,7 @@ const k = (e) => {
|
|
|
1455
1455
|
{
|
|
1456
1456
|
screen: [u]
|
|
1457
1457
|
},
|
|
1458
|
-
...
|
|
1458
|
+
..._()
|
|
1459
1459
|
]
|
|
1460
1460
|
}],
|
|
1461
1461
|
/**
|
|
@@ -1463,21 +1463,21 @@ const k = (e) => {
|
|
|
1463
1463
|
* @see https://tailwindcss.com/docs/height
|
|
1464
1464
|
*/
|
|
1465
1465
|
h: [{
|
|
1466
|
-
h: ["screen", "lh", ...
|
|
1466
|
+
h: ["screen", "lh", ..._()]
|
|
1467
1467
|
}],
|
|
1468
1468
|
/**
|
|
1469
1469
|
* Min-Height
|
|
1470
1470
|
* @see https://tailwindcss.com/docs/min-height
|
|
1471
1471
|
*/
|
|
1472
1472
|
"min-h": [{
|
|
1473
|
-
"min-h": ["screen", "lh", "none", ...
|
|
1473
|
+
"min-h": ["screen", "lh", "none", ..._()]
|
|
1474
1474
|
}],
|
|
1475
1475
|
/**
|
|
1476
1476
|
* Max-Height
|
|
1477
1477
|
* @see https://tailwindcss.com/docs/max-height
|
|
1478
1478
|
*/
|
|
1479
1479
|
"max-h": [{
|
|
1480
|
-
"max-h": ["screen", "lh", ...
|
|
1480
|
+
"max-h": ["screen", "lh", ..._()]
|
|
1481
1481
|
}],
|
|
1482
1482
|
// ------------------
|
|
1483
1483
|
// --- Typography ---
|
|
@@ -1572,7 +1572,7 @@ const k = (e) => {
|
|
|
1572
1572
|
leading: [
|
|
1573
1573
|
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
1574
1574
|
d,
|
|
1575
|
-
...
|
|
1575
|
+
...m()
|
|
1576
1576
|
]
|
|
1577
1577
|
}],
|
|
1578
1578
|
/**
|
|
@@ -1609,14 +1609,14 @@ const k = (e) => {
|
|
|
1609
1609
|
* @see https://v3.tailwindcss.com/docs/placeholder-color
|
|
1610
1610
|
*/
|
|
1611
1611
|
"placeholder-color": [{
|
|
1612
|
-
placeholder:
|
|
1612
|
+
placeholder: h()
|
|
1613
1613
|
}],
|
|
1614
1614
|
/**
|
|
1615
1615
|
* Text Color
|
|
1616
1616
|
* @see https://tailwindcss.com/docs/text-color
|
|
1617
1617
|
*/
|
|
1618
1618
|
"text-color": [{
|
|
1619
|
-
text:
|
|
1619
|
+
text: h()
|
|
1620
1620
|
}],
|
|
1621
1621
|
/**
|
|
1622
1622
|
* Text Decoration
|
|
@@ -1642,7 +1642,7 @@ const k = (e) => {
|
|
|
1642
1642
|
* @see https://tailwindcss.com/docs/text-decoration-color
|
|
1643
1643
|
*/
|
|
1644
1644
|
"text-decoration-color": [{
|
|
1645
|
-
decoration:
|
|
1645
|
+
decoration: h()
|
|
1646
1646
|
}],
|
|
1647
1647
|
/**
|
|
1648
1648
|
* Text Underline Offset
|
|
@@ -1673,7 +1673,7 @@ const k = (e) => {
|
|
|
1673
1673
|
* @see https://tailwindcss.com/docs/text-indent
|
|
1674
1674
|
*/
|
|
1675
1675
|
indent: [{
|
|
1676
|
-
indent:
|
|
1676
|
+
indent: m()
|
|
1677
1677
|
}],
|
|
1678
1678
|
/**
|
|
1679
1679
|
* Vertical Alignment
|
|
@@ -1780,7 +1780,7 @@ const k = (e) => {
|
|
|
1780
1780
|
* @see https://tailwindcss.com/docs/background-color
|
|
1781
1781
|
*/
|
|
1782
1782
|
"bg-color": [{
|
|
1783
|
-
bg:
|
|
1783
|
+
bg: h()
|
|
1784
1784
|
}],
|
|
1785
1785
|
/**
|
|
1786
1786
|
* Gradient Color Stops From Position
|
|
@@ -1808,21 +1808,21 @@ const k = (e) => {
|
|
|
1808
1808
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1809
1809
|
*/
|
|
1810
1810
|
"gradient-from": [{
|
|
1811
|
-
from:
|
|
1811
|
+
from: h()
|
|
1812
1812
|
}],
|
|
1813
1813
|
/**
|
|
1814
1814
|
* Gradient Color Stops Via
|
|
1815
1815
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1816
1816
|
*/
|
|
1817
1817
|
"gradient-via": [{
|
|
1818
|
-
via:
|
|
1818
|
+
via: h()
|
|
1819
1819
|
}],
|
|
1820
1820
|
/**
|
|
1821
1821
|
* Gradient Color Stops To
|
|
1822
1822
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1823
1823
|
*/
|
|
1824
1824
|
"gradient-to": [{
|
|
1825
|
-
to:
|
|
1825
|
+
to: h()
|
|
1826
1826
|
}],
|
|
1827
1827
|
// ---------------
|
|
1828
1828
|
// --- Borders ---
|
|
@@ -2038,70 +2038,70 @@ const k = (e) => {
|
|
|
2038
2038
|
* @see https://tailwindcss.com/docs/border-color
|
|
2039
2039
|
*/
|
|
2040
2040
|
"border-color": [{
|
|
2041
|
-
border:
|
|
2041
|
+
border: h()
|
|
2042
2042
|
}],
|
|
2043
2043
|
/**
|
|
2044
2044
|
* Border Color X
|
|
2045
2045
|
* @see https://tailwindcss.com/docs/border-color
|
|
2046
2046
|
*/
|
|
2047
2047
|
"border-color-x": [{
|
|
2048
|
-
"border-x":
|
|
2048
|
+
"border-x": h()
|
|
2049
2049
|
}],
|
|
2050
2050
|
/**
|
|
2051
2051
|
* Border Color Y
|
|
2052
2052
|
* @see https://tailwindcss.com/docs/border-color
|
|
2053
2053
|
*/
|
|
2054
2054
|
"border-color-y": [{
|
|
2055
|
-
"border-y":
|
|
2055
|
+
"border-y": h()
|
|
2056
2056
|
}],
|
|
2057
2057
|
/**
|
|
2058
2058
|
* Border Color S
|
|
2059
2059
|
* @see https://tailwindcss.com/docs/border-color
|
|
2060
2060
|
*/
|
|
2061
2061
|
"border-color-s": [{
|
|
2062
|
-
"border-s":
|
|
2062
|
+
"border-s": h()
|
|
2063
2063
|
}],
|
|
2064
2064
|
/**
|
|
2065
2065
|
* Border Color E
|
|
2066
2066
|
* @see https://tailwindcss.com/docs/border-color
|
|
2067
2067
|
*/
|
|
2068
2068
|
"border-color-e": [{
|
|
2069
|
-
"border-e":
|
|
2069
|
+
"border-e": h()
|
|
2070
2070
|
}],
|
|
2071
2071
|
/**
|
|
2072
2072
|
* Border Color Top
|
|
2073
2073
|
* @see https://tailwindcss.com/docs/border-color
|
|
2074
2074
|
*/
|
|
2075
2075
|
"border-color-t": [{
|
|
2076
|
-
"border-t":
|
|
2076
|
+
"border-t": h()
|
|
2077
2077
|
}],
|
|
2078
2078
|
/**
|
|
2079
2079
|
* Border Color Right
|
|
2080
2080
|
* @see https://tailwindcss.com/docs/border-color
|
|
2081
2081
|
*/
|
|
2082
2082
|
"border-color-r": [{
|
|
2083
|
-
"border-r":
|
|
2083
|
+
"border-r": h()
|
|
2084
2084
|
}],
|
|
2085
2085
|
/**
|
|
2086
2086
|
* Border Color Bottom
|
|
2087
2087
|
* @see https://tailwindcss.com/docs/border-color
|
|
2088
2088
|
*/
|
|
2089
2089
|
"border-color-b": [{
|
|
2090
|
-
"border-b":
|
|
2090
|
+
"border-b": h()
|
|
2091
2091
|
}],
|
|
2092
2092
|
/**
|
|
2093
2093
|
* Border Color Left
|
|
2094
2094
|
* @see https://tailwindcss.com/docs/border-color
|
|
2095
2095
|
*/
|
|
2096
2096
|
"border-color-l": [{
|
|
2097
|
-
"border-l":
|
|
2097
|
+
"border-l": h()
|
|
2098
2098
|
}],
|
|
2099
2099
|
/**
|
|
2100
2100
|
* Divide Color
|
|
2101
2101
|
* @see https://tailwindcss.com/docs/divide-color
|
|
2102
2102
|
*/
|
|
2103
2103
|
"divide-color": [{
|
|
2104
|
-
divide:
|
|
2104
|
+
divide: h()
|
|
2105
2105
|
}],
|
|
2106
2106
|
/**
|
|
2107
2107
|
* Outline Style
|
|
@@ -2129,7 +2129,7 @@ const k = (e) => {
|
|
|
2129
2129
|
* @see https://tailwindcss.com/docs/outline-color
|
|
2130
2130
|
*/
|
|
2131
2131
|
"outline-color": [{
|
|
2132
|
-
outline:
|
|
2132
|
+
outline: h()
|
|
2133
2133
|
}],
|
|
2134
2134
|
// ---------------
|
|
2135
2135
|
// --- Effects ---
|
|
@@ -2153,7 +2153,7 @@ const k = (e) => {
|
|
|
2153
2153
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-shadow-color
|
|
2154
2154
|
*/
|
|
2155
2155
|
"shadow-color": [{
|
|
2156
|
-
shadow:
|
|
2156
|
+
shadow: h()
|
|
2157
2157
|
}],
|
|
2158
2158
|
/**
|
|
2159
2159
|
* Inset Box Shadow
|
|
@@ -2167,7 +2167,7 @@ const k = (e) => {
|
|
|
2167
2167
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-shadow-color
|
|
2168
2168
|
*/
|
|
2169
2169
|
"inset-shadow-color": [{
|
|
2170
|
-
"inset-shadow":
|
|
2170
|
+
"inset-shadow": h()
|
|
2171
2171
|
}],
|
|
2172
2172
|
/**
|
|
2173
2173
|
* Ring Width
|
|
@@ -2188,7 +2188,7 @@ const k = (e) => {
|
|
|
2188
2188
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-ring-color
|
|
2189
2189
|
*/
|
|
2190
2190
|
"ring-color": [{
|
|
2191
|
-
ring:
|
|
2191
|
+
ring: h()
|
|
2192
2192
|
}],
|
|
2193
2193
|
/**
|
|
2194
2194
|
* Ring Offset Width
|
|
@@ -2206,7 +2206,7 @@ const k = (e) => {
|
|
|
2206
2206
|
* @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
|
|
2207
2207
|
*/
|
|
2208
2208
|
"ring-offset-color": [{
|
|
2209
|
-
"ring-offset":
|
|
2209
|
+
"ring-offset": h()
|
|
2210
2210
|
}],
|
|
2211
2211
|
/**
|
|
2212
2212
|
* Inset Ring Width
|
|
@@ -2220,21 +2220,21 @@ const k = (e) => {
|
|
|
2220
2220
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-ring-color
|
|
2221
2221
|
*/
|
|
2222
2222
|
"inset-ring-color": [{
|
|
2223
|
-
"inset-ring":
|
|
2223
|
+
"inset-ring": h()
|
|
2224
2224
|
}],
|
|
2225
2225
|
/**
|
|
2226
2226
|
* Text Shadow
|
|
2227
2227
|
* @see https://tailwindcss.com/docs/text-shadow
|
|
2228
2228
|
*/
|
|
2229
2229
|
"text-shadow": [{
|
|
2230
|
-
"text-shadow": ["none",
|
|
2230
|
+
"text-shadow": ["none", A, p1, u1]
|
|
2231
2231
|
}],
|
|
2232
2232
|
/**
|
|
2233
2233
|
* Text Shadow Color
|
|
2234
2234
|
* @see https://tailwindcss.com/docs/text-shadow#setting-the-shadow-color
|
|
2235
2235
|
*/
|
|
2236
2236
|
"text-shadow-color": [{
|
|
2237
|
-
"text-shadow":
|
|
2237
|
+
"text-shadow": h()
|
|
2238
2238
|
}],
|
|
2239
2239
|
/**
|
|
2240
2240
|
* Opacity
|
|
@@ -2285,10 +2285,10 @@ const k = (e) => {
|
|
|
2285
2285
|
"mask-linear-to": q()
|
|
2286
2286
|
}],
|
|
2287
2287
|
"mask-image-linear-from-color": [{
|
|
2288
|
-
"mask-linear-from":
|
|
2288
|
+
"mask-linear-from": h()
|
|
2289
2289
|
}],
|
|
2290
2290
|
"mask-image-linear-to-color": [{
|
|
2291
|
-
"mask-linear-to":
|
|
2291
|
+
"mask-linear-to": h()
|
|
2292
2292
|
}],
|
|
2293
2293
|
"mask-image-t-from-pos": [{
|
|
2294
2294
|
"mask-t-from": q()
|
|
@@ -2297,10 +2297,10 @@ const k = (e) => {
|
|
|
2297
2297
|
"mask-t-to": q()
|
|
2298
2298
|
}],
|
|
2299
2299
|
"mask-image-t-from-color": [{
|
|
2300
|
-
"mask-t-from":
|
|
2300
|
+
"mask-t-from": h()
|
|
2301
2301
|
}],
|
|
2302
2302
|
"mask-image-t-to-color": [{
|
|
2303
|
-
"mask-t-to":
|
|
2303
|
+
"mask-t-to": h()
|
|
2304
2304
|
}],
|
|
2305
2305
|
"mask-image-r-from-pos": [{
|
|
2306
2306
|
"mask-r-from": q()
|
|
@@ -2309,10 +2309,10 @@ const k = (e) => {
|
|
|
2309
2309
|
"mask-r-to": q()
|
|
2310
2310
|
}],
|
|
2311
2311
|
"mask-image-r-from-color": [{
|
|
2312
|
-
"mask-r-from":
|
|
2312
|
+
"mask-r-from": h()
|
|
2313
2313
|
}],
|
|
2314
2314
|
"mask-image-r-to-color": [{
|
|
2315
|
-
"mask-r-to":
|
|
2315
|
+
"mask-r-to": h()
|
|
2316
2316
|
}],
|
|
2317
2317
|
"mask-image-b-from-pos": [{
|
|
2318
2318
|
"mask-b-from": q()
|
|
@@ -2321,10 +2321,10 @@ const k = (e) => {
|
|
|
2321
2321
|
"mask-b-to": q()
|
|
2322
2322
|
}],
|
|
2323
2323
|
"mask-image-b-from-color": [{
|
|
2324
|
-
"mask-b-from":
|
|
2324
|
+
"mask-b-from": h()
|
|
2325
2325
|
}],
|
|
2326
2326
|
"mask-image-b-to-color": [{
|
|
2327
|
-
"mask-b-to":
|
|
2327
|
+
"mask-b-to": h()
|
|
2328
2328
|
}],
|
|
2329
2329
|
"mask-image-l-from-pos": [{
|
|
2330
2330
|
"mask-l-from": q()
|
|
@@ -2333,10 +2333,10 @@ const k = (e) => {
|
|
|
2333
2333
|
"mask-l-to": q()
|
|
2334
2334
|
}],
|
|
2335
2335
|
"mask-image-l-from-color": [{
|
|
2336
|
-
"mask-l-from":
|
|
2336
|
+
"mask-l-from": h()
|
|
2337
2337
|
}],
|
|
2338
2338
|
"mask-image-l-to-color": [{
|
|
2339
|
-
"mask-l-to":
|
|
2339
|
+
"mask-l-to": h()
|
|
2340
2340
|
}],
|
|
2341
2341
|
"mask-image-x-from-pos": [{
|
|
2342
2342
|
"mask-x-from": q()
|
|
@@ -2345,10 +2345,10 @@ const k = (e) => {
|
|
|
2345
2345
|
"mask-x-to": q()
|
|
2346
2346
|
}],
|
|
2347
2347
|
"mask-image-x-from-color": [{
|
|
2348
|
-
"mask-x-from":
|
|
2348
|
+
"mask-x-from": h()
|
|
2349
2349
|
}],
|
|
2350
2350
|
"mask-image-x-to-color": [{
|
|
2351
|
-
"mask-x-to":
|
|
2351
|
+
"mask-x-to": h()
|
|
2352
2352
|
}],
|
|
2353
2353
|
"mask-image-y-from-pos": [{
|
|
2354
2354
|
"mask-y-from": q()
|
|
@@ -2357,10 +2357,10 @@ const k = (e) => {
|
|
|
2357
2357
|
"mask-y-to": q()
|
|
2358
2358
|
}],
|
|
2359
2359
|
"mask-image-y-from-color": [{
|
|
2360
|
-
"mask-y-from":
|
|
2360
|
+
"mask-y-from": h()
|
|
2361
2361
|
}],
|
|
2362
2362
|
"mask-image-y-to-color": [{
|
|
2363
|
-
"mask-y-to":
|
|
2363
|
+
"mask-y-to": h()
|
|
2364
2364
|
}],
|
|
2365
2365
|
"mask-image-radial": [{
|
|
2366
2366
|
"mask-radial": [i, c]
|
|
@@ -2372,10 +2372,10 @@ const k = (e) => {
|
|
|
2372
2372
|
"mask-radial-to": q()
|
|
2373
2373
|
}],
|
|
2374
2374
|
"mask-image-radial-from-color": [{
|
|
2375
|
-
"mask-radial-from":
|
|
2375
|
+
"mask-radial-from": h()
|
|
2376
2376
|
}],
|
|
2377
2377
|
"mask-image-radial-to-color": [{
|
|
2378
|
-
"mask-radial-to":
|
|
2378
|
+
"mask-radial-to": h()
|
|
2379
2379
|
}],
|
|
2380
2380
|
"mask-image-radial-shape": [{
|
|
2381
2381
|
"mask-radial": ["circle", "ellipse"]
|
|
@@ -2387,7 +2387,7 @@ const k = (e) => {
|
|
|
2387
2387
|
}]
|
|
2388
2388
|
}],
|
|
2389
2389
|
"mask-image-radial-pos": [{
|
|
2390
|
-
"mask-radial-at":
|
|
2390
|
+
"mask-radial-at": V()
|
|
2391
2391
|
}],
|
|
2392
2392
|
"mask-image-conic-pos": [{
|
|
2393
2393
|
"mask-conic": [p]
|
|
@@ -2399,10 +2399,10 @@ const k = (e) => {
|
|
|
2399
2399
|
"mask-conic-to": q()
|
|
2400
2400
|
}],
|
|
2401
2401
|
"mask-image-conic-from-color": [{
|
|
2402
|
-
"mask-conic-from":
|
|
2402
|
+
"mask-conic-from": h()
|
|
2403
2403
|
}],
|
|
2404
2404
|
"mask-image-conic-to-color": [{
|
|
2405
|
-
"mask-conic-to":
|
|
2405
|
+
"mask-conic-to": h()
|
|
2406
2406
|
}],
|
|
2407
2407
|
/**
|
|
2408
2408
|
* Mask Mode
|
|
@@ -2499,7 +2499,7 @@ const k = (e) => {
|
|
|
2499
2499
|
// Deprecated since Tailwind CSS v4.0.0
|
|
2500
2500
|
"",
|
|
2501
2501
|
"none",
|
|
2502
|
-
|
|
2502
|
+
N,
|
|
2503
2503
|
p1,
|
|
2504
2504
|
u1
|
|
2505
2505
|
]
|
|
@@ -2509,7 +2509,7 @@ const k = (e) => {
|
|
|
2509
2509
|
* @see https://tailwindcss.com/docs/filter-drop-shadow#setting-the-shadow-color
|
|
2510
2510
|
*/
|
|
2511
2511
|
"drop-shadow-color": [{
|
|
2512
|
-
"drop-shadow":
|
|
2512
|
+
"drop-shadow": h()
|
|
2513
2513
|
}],
|
|
2514
2514
|
/**
|
|
2515
2515
|
* Grayscale
|
|
@@ -2637,21 +2637,21 @@ const k = (e) => {
|
|
|
2637
2637
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
2638
2638
|
*/
|
|
2639
2639
|
"border-spacing": [{
|
|
2640
|
-
"border-spacing":
|
|
2640
|
+
"border-spacing": m()
|
|
2641
2641
|
}],
|
|
2642
2642
|
/**
|
|
2643
2643
|
* Border Spacing X
|
|
2644
2644
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
2645
2645
|
*/
|
|
2646
2646
|
"border-spacing-x": [{
|
|
2647
|
-
"border-spacing-x":
|
|
2647
|
+
"border-spacing-x": m()
|
|
2648
2648
|
}],
|
|
2649
2649
|
/**
|
|
2650
2650
|
* Border Spacing Y
|
|
2651
2651
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
2652
2652
|
*/
|
|
2653
2653
|
"border-spacing-y": [{
|
|
2654
|
-
"border-spacing-y":
|
|
2654
|
+
"border-spacing-y": m()
|
|
2655
2655
|
}],
|
|
2656
2656
|
/**
|
|
2657
2657
|
* Table Layout
|
|
@@ -2696,7 +2696,7 @@ const k = (e) => {
|
|
|
2696
2696
|
* @see https://tailwindcss.com/docs/transition-timing-function
|
|
2697
2697
|
*/
|
|
2698
2698
|
ease: [{
|
|
2699
|
-
ease: ["linear", "initial",
|
|
2699
|
+
ease: ["linear", "initial", R, i, c]
|
|
2700
2700
|
}],
|
|
2701
2701
|
/**
|
|
2702
2702
|
* Transition Delay
|
|
@@ -2734,35 +2734,35 @@ const k = (e) => {
|
|
|
2734
2734
|
* @see https://tailwindcss.com/docs/perspective-origin
|
|
2735
2735
|
*/
|
|
2736
2736
|
"perspective-origin": [{
|
|
2737
|
-
"perspective-origin":
|
|
2737
|
+
"perspective-origin": $()
|
|
2738
2738
|
}],
|
|
2739
2739
|
/**
|
|
2740
2740
|
* Rotate
|
|
2741
2741
|
* @see https://tailwindcss.com/docs/rotate
|
|
2742
2742
|
*/
|
|
2743
2743
|
rotate: [{
|
|
2744
|
-
rotate:
|
|
2744
|
+
rotate: S()
|
|
2745
2745
|
}],
|
|
2746
2746
|
/**
|
|
2747
2747
|
* Rotate X
|
|
2748
2748
|
* @see https://tailwindcss.com/docs/rotate
|
|
2749
2749
|
*/
|
|
2750
2750
|
"rotate-x": [{
|
|
2751
|
-
"rotate-x":
|
|
2751
|
+
"rotate-x": S()
|
|
2752
2752
|
}],
|
|
2753
2753
|
/**
|
|
2754
2754
|
* Rotate Y
|
|
2755
2755
|
* @see https://tailwindcss.com/docs/rotate
|
|
2756
2756
|
*/
|
|
2757
2757
|
"rotate-y": [{
|
|
2758
|
-
"rotate-y":
|
|
2758
|
+
"rotate-y": S()
|
|
2759
2759
|
}],
|
|
2760
2760
|
/**
|
|
2761
2761
|
* Rotate Z
|
|
2762
2762
|
* @see https://tailwindcss.com/docs/rotate
|
|
2763
2763
|
*/
|
|
2764
2764
|
"rotate-z": [{
|
|
2765
|
-
"rotate-z":
|
|
2765
|
+
"rotate-z": S()
|
|
2766
2766
|
}],
|
|
2767
2767
|
/**
|
|
2768
2768
|
* Scale
|
|
@@ -2830,7 +2830,7 @@ const k = (e) => {
|
|
|
2830
2830
|
* @see https://tailwindcss.com/docs/transform-origin
|
|
2831
2831
|
*/
|
|
2832
2832
|
"transform-origin": [{
|
|
2833
|
-
origin:
|
|
2833
|
+
origin: $()
|
|
2834
2834
|
}],
|
|
2835
2835
|
/**
|
|
2836
2836
|
* Transform Style
|
|
@@ -2880,7 +2880,7 @@ const k = (e) => {
|
|
|
2880
2880
|
* @see https://tailwindcss.com/docs/accent-color
|
|
2881
2881
|
*/
|
|
2882
2882
|
accent: [{
|
|
2883
|
-
accent:
|
|
2883
|
+
accent: h()
|
|
2884
2884
|
}],
|
|
2885
2885
|
/**
|
|
2886
2886
|
* Appearance
|
|
@@ -2894,7 +2894,7 @@ const k = (e) => {
|
|
|
2894
2894
|
* @see https://tailwindcss.com/docs/just-in-time-mode#caret-color-utilities
|
|
2895
2895
|
*/
|
|
2896
2896
|
"caret-color": [{
|
|
2897
|
-
caret:
|
|
2897
|
+
caret: h()
|
|
2898
2898
|
}],
|
|
2899
2899
|
/**
|
|
2900
2900
|
* Color Scheme
|
|
@@ -2943,126 +2943,126 @@ const k = (e) => {
|
|
|
2943
2943
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2944
2944
|
*/
|
|
2945
2945
|
"scroll-m": [{
|
|
2946
|
-
"scroll-m":
|
|
2946
|
+
"scroll-m": m()
|
|
2947
2947
|
}],
|
|
2948
2948
|
/**
|
|
2949
2949
|
* Scroll Margin X
|
|
2950
2950
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2951
2951
|
*/
|
|
2952
2952
|
"scroll-mx": [{
|
|
2953
|
-
"scroll-mx":
|
|
2953
|
+
"scroll-mx": m()
|
|
2954
2954
|
}],
|
|
2955
2955
|
/**
|
|
2956
2956
|
* Scroll Margin Y
|
|
2957
2957
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2958
2958
|
*/
|
|
2959
2959
|
"scroll-my": [{
|
|
2960
|
-
"scroll-my":
|
|
2960
|
+
"scroll-my": m()
|
|
2961
2961
|
}],
|
|
2962
2962
|
/**
|
|
2963
2963
|
* Scroll Margin Start
|
|
2964
2964
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2965
2965
|
*/
|
|
2966
2966
|
"scroll-ms": [{
|
|
2967
|
-
"scroll-ms":
|
|
2967
|
+
"scroll-ms": m()
|
|
2968
2968
|
}],
|
|
2969
2969
|
/**
|
|
2970
2970
|
* Scroll Margin End
|
|
2971
2971
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2972
2972
|
*/
|
|
2973
2973
|
"scroll-me": [{
|
|
2974
|
-
"scroll-me":
|
|
2974
|
+
"scroll-me": m()
|
|
2975
2975
|
}],
|
|
2976
2976
|
/**
|
|
2977
2977
|
* Scroll Margin Top
|
|
2978
2978
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2979
2979
|
*/
|
|
2980
2980
|
"scroll-mt": [{
|
|
2981
|
-
"scroll-mt":
|
|
2981
|
+
"scroll-mt": m()
|
|
2982
2982
|
}],
|
|
2983
2983
|
/**
|
|
2984
2984
|
* Scroll Margin Right
|
|
2985
2985
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2986
2986
|
*/
|
|
2987
2987
|
"scroll-mr": [{
|
|
2988
|
-
"scroll-mr":
|
|
2988
|
+
"scroll-mr": m()
|
|
2989
2989
|
}],
|
|
2990
2990
|
/**
|
|
2991
2991
|
* Scroll Margin Bottom
|
|
2992
2992
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2993
2993
|
*/
|
|
2994
2994
|
"scroll-mb": [{
|
|
2995
|
-
"scroll-mb":
|
|
2995
|
+
"scroll-mb": m()
|
|
2996
2996
|
}],
|
|
2997
2997
|
/**
|
|
2998
2998
|
* Scroll Margin Left
|
|
2999
2999
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
3000
3000
|
*/
|
|
3001
3001
|
"scroll-ml": [{
|
|
3002
|
-
"scroll-ml":
|
|
3002
|
+
"scroll-ml": m()
|
|
3003
3003
|
}],
|
|
3004
3004
|
/**
|
|
3005
3005
|
* Scroll Padding
|
|
3006
3006
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
3007
3007
|
*/
|
|
3008
3008
|
"scroll-p": [{
|
|
3009
|
-
"scroll-p":
|
|
3009
|
+
"scroll-p": m()
|
|
3010
3010
|
}],
|
|
3011
3011
|
/**
|
|
3012
3012
|
* Scroll Padding X
|
|
3013
3013
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
3014
3014
|
*/
|
|
3015
3015
|
"scroll-px": [{
|
|
3016
|
-
"scroll-px":
|
|
3016
|
+
"scroll-px": m()
|
|
3017
3017
|
}],
|
|
3018
3018
|
/**
|
|
3019
3019
|
* Scroll Padding Y
|
|
3020
3020
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
3021
3021
|
*/
|
|
3022
3022
|
"scroll-py": [{
|
|
3023
|
-
"scroll-py":
|
|
3023
|
+
"scroll-py": m()
|
|
3024
3024
|
}],
|
|
3025
3025
|
/**
|
|
3026
3026
|
* Scroll Padding Start
|
|
3027
3027
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
3028
3028
|
*/
|
|
3029
3029
|
"scroll-ps": [{
|
|
3030
|
-
"scroll-ps":
|
|
3030
|
+
"scroll-ps": m()
|
|
3031
3031
|
}],
|
|
3032
3032
|
/**
|
|
3033
3033
|
* Scroll Padding End
|
|
3034
3034
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
3035
3035
|
*/
|
|
3036
3036
|
"scroll-pe": [{
|
|
3037
|
-
"scroll-pe":
|
|
3037
|
+
"scroll-pe": m()
|
|
3038
3038
|
}],
|
|
3039
3039
|
/**
|
|
3040
3040
|
* Scroll Padding Top
|
|
3041
3041
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
3042
3042
|
*/
|
|
3043
3043
|
"scroll-pt": [{
|
|
3044
|
-
"scroll-pt":
|
|
3044
|
+
"scroll-pt": m()
|
|
3045
3045
|
}],
|
|
3046
3046
|
/**
|
|
3047
3047
|
* Scroll Padding Right
|
|
3048
3048
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
3049
3049
|
*/
|
|
3050
3050
|
"scroll-pr": [{
|
|
3051
|
-
"scroll-pr":
|
|
3051
|
+
"scroll-pr": m()
|
|
3052
3052
|
}],
|
|
3053
3053
|
/**
|
|
3054
3054
|
* Scroll Padding Bottom
|
|
3055
3055
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
3056
3056
|
*/
|
|
3057
3057
|
"scroll-pb": [{
|
|
3058
|
-
"scroll-pb":
|
|
3058
|
+
"scroll-pb": m()
|
|
3059
3059
|
}],
|
|
3060
3060
|
/**
|
|
3061
3061
|
* Scroll Padding Left
|
|
3062
3062
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
3063
3063
|
*/
|
|
3064
3064
|
"scroll-pl": [{
|
|
3065
|
-
"scroll-pl":
|
|
3065
|
+
"scroll-pl": m()
|
|
3066
3066
|
}],
|
|
3067
3067
|
/**
|
|
3068
3068
|
* Scroll Snap Align
|
|
@@ -3140,7 +3140,7 @@ const k = (e) => {
|
|
|
3140
3140
|
* @see https://tailwindcss.com/docs/fill
|
|
3141
3141
|
*/
|
|
3142
3142
|
fill: [{
|
|
3143
|
-
fill: ["none", ...
|
|
3143
|
+
fill: ["none", ...h()]
|
|
3144
3144
|
}],
|
|
3145
3145
|
/**
|
|
3146
3146
|
* Stroke Width
|
|
@@ -3154,7 +3154,7 @@ const k = (e) => {
|
|
|
3154
3154
|
* @see https://tailwindcss.com/docs/stroke
|
|
3155
3155
|
*/
|
|
3156
3156
|
stroke: [{
|
|
3157
|
-
stroke: ["none", ...
|
|
3157
|
+
stroke: ["none", ...h()]
|
|
3158
3158
|
}],
|
|
3159
3159
|
// ---------------------
|
|
3160
3160
|
// --- Accessibility ---
|
|
@@ -3222,7 +3222,7 @@ const k = (e) => {
|
|
|
3222
3222
|
},
|
|
3223
3223
|
orderSensitiveModifiers: ["*", "**", "after", "backdrop", "before", "details-content", "file", "first-letter", "first-line", "marker", "placeholder", "selection"]
|
|
3224
3224
|
};
|
|
3225
|
-
},
|
|
3225
|
+
}, _0 = /* @__PURE__ */ p0(A0);
|
|
3226
3226
|
function O1(e) {
|
|
3227
3227
|
var t, o, s = "";
|
|
3228
3228
|
if (typeof e == "string" || typeof e == "number") s += e;
|
|
@@ -3232,13 +3232,13 @@ function O1(e) {
|
|
|
3232
3232
|
} else for (o in e) e[o] && (s && (s += " "), s += o);
|
|
3233
3233
|
return s;
|
|
3234
3234
|
}
|
|
3235
|
-
function
|
|
3235
|
+
function R0() {
|
|
3236
3236
|
for (var e, t, o = 0, s = "", l = arguments.length; o < l; o++) (e = arguments[o]) && (t = O1(e)) && (s && (s += " "), s += t);
|
|
3237
3237
|
return s;
|
|
3238
3238
|
}
|
|
3239
3239
|
function n1(...e) {
|
|
3240
3240
|
const t = e.filter((o) => o && o.trim() !== "");
|
|
3241
|
-
return t.length === 0 ? "" : t.length === 1 ? t[0] : R0(
|
|
3241
|
+
return t.length === 0 ? "" : t.length === 1 ? t[0] : _0(R0(t));
|
|
3242
3242
|
}
|
|
3243
3243
|
const B0 = (e) => !Array.isArray(e) || e.length === 0, z = class {
|
|
3244
3244
|
};
|
|
@@ -3273,7 +3273,7 @@ function O0({ className: e = "", size: t = a.md }) {
|
|
|
3273
3273
|
}
|
|
3274
3274
|
);
|
|
3275
3275
|
}
|
|
3276
|
-
function
|
|
3276
|
+
function N0({ className: e = "fill-gray-600", size: t = a.md }) {
|
|
3277
3277
|
return /* @__PURE__ */ r.jsx(
|
|
3278
3278
|
"svg",
|
|
3279
3279
|
{
|
|
@@ -3288,7 +3288,7 @@ function I0({ className: e = "fill-gray-600", size: t = a.md }) {
|
|
|
3288
3288
|
}
|
|
3289
3289
|
);
|
|
3290
3290
|
}
|
|
3291
|
-
function
|
|
3291
|
+
function I0({ className: e = "fill-gray-600", size: t = a.md }) {
|
|
3292
3292
|
return /* @__PURE__ */ r.jsx(
|
|
3293
3293
|
"svg",
|
|
3294
3294
|
{
|
|
@@ -3303,7 +3303,7 @@ function N0({ className: e = "fill-gray-600", size: t = a.md }) {
|
|
|
3303
3303
|
}
|
|
3304
3304
|
);
|
|
3305
3305
|
}
|
|
3306
|
-
function
|
|
3306
|
+
function V0({ className: e = "fill-gray-600", size: t = a.md }) {
|
|
3307
3307
|
return /* @__PURE__ */ r.jsxs(
|
|
3308
3308
|
"svg",
|
|
3309
3309
|
{
|
|
@@ -3322,7 +3322,7 @@ function $0({ className: e = "fill-gray-600", size: t = a.md }) {
|
|
|
3322
3322
|
}
|
|
3323
3323
|
);
|
|
3324
3324
|
}
|
|
3325
|
-
function
|
|
3325
|
+
function $0({ className: e = "fill-gray-600", size: t = a.md }) {
|
|
3326
3326
|
return /* @__PURE__ */ r.jsx(
|
|
3327
3327
|
"svg",
|
|
3328
3328
|
{
|
|
@@ -3490,17 +3490,17 @@ const F0 = [
|
|
|
3490
3490
|
U1,
|
|
3491
3491
|
G1,
|
|
3492
3492
|
F1,
|
|
3493
|
-
N0,
|
|
3494
|
-
D0,
|
|
3495
3493
|
I0,
|
|
3496
|
-
|
|
3494
|
+
D0,
|
|
3495
|
+
N0,
|
|
3496
|
+
$0,
|
|
3497
3497
|
X1,
|
|
3498
3498
|
K1,
|
|
3499
3499
|
W1,
|
|
3500
3500
|
J1,
|
|
3501
3501
|
W0,
|
|
3502
3502
|
G0,
|
|
3503
|
-
|
|
3503
|
+
V0,
|
|
3504
3504
|
Q1
|
|
3505
3505
|
];
|
|
3506
3506
|
function Y0({ seq: e, className: t, size: o }) {
|
|
@@ -3896,7 +3896,7 @@ function E2({ className: e = "", size: t = a.md }) {
|
|
|
3896
3896
|
}
|
|
3897
3897
|
);
|
|
3898
3898
|
}
|
|
3899
|
-
function
|
|
3899
|
+
function H2({ className: e = "", size: t = a.md }) {
|
|
3900
3900
|
return /* @__PURE__ */ r.jsxs(
|
|
3901
3901
|
"svg",
|
|
3902
3902
|
{
|
|
@@ -3934,7 +3934,7 @@ function S2({ className: e = "", size: t = a.md }) {
|
|
|
3934
3934
|
}
|
|
3935
3935
|
);
|
|
3936
3936
|
}
|
|
3937
|
-
function
|
|
3937
|
+
function S2({ className: e = "", size: t = a.md }) {
|
|
3938
3938
|
return /* @__PURE__ */ r.jsx(
|
|
3939
3939
|
"svg",
|
|
3940
3940
|
{
|
|
@@ -3947,7 +3947,7 @@ function A2({ className: e = "", size: t = a.md }) {
|
|
|
3947
3947
|
}
|
|
3948
3948
|
);
|
|
3949
3949
|
}
|
|
3950
|
-
function
|
|
3950
|
+
function A2({ className: e = "", size: t = a.md }) {
|
|
3951
3951
|
return /* @__PURE__ */ r.jsx(
|
|
3952
3952
|
"svg",
|
|
3953
3953
|
{
|
|
@@ -3960,7 +3960,7 @@ function H2({ className: e = "", size: t = a.md }) {
|
|
|
3960
3960
|
}
|
|
3961
3961
|
);
|
|
3962
3962
|
}
|
|
3963
|
-
function
|
|
3963
|
+
function _2({ className: e = "", size: t = a.md }) {
|
|
3964
3964
|
return /* @__PURE__ */ r.jsx(
|
|
3965
3965
|
"svg",
|
|
3966
3966
|
{
|
|
@@ -3978,7 +3978,7 @@ function R2({ className: e = "", size: t = a.md }) {
|
|
|
3978
3978
|
}
|
|
3979
3979
|
);
|
|
3980
3980
|
}
|
|
3981
|
-
function
|
|
3981
|
+
function R2({ className: e = "", size: t = a.md }) {
|
|
3982
3982
|
return /* @__PURE__ */ r.jsx(
|
|
3983
3983
|
"svg",
|
|
3984
3984
|
{
|
|
@@ -4030,7 +4030,7 @@ function O2({ className: e = "", size: t = a.md }) {
|
|
|
4030
4030
|
}
|
|
4031
4031
|
);
|
|
4032
4032
|
}
|
|
4033
|
-
function
|
|
4033
|
+
function N2({ className: e = "fill-gray-600", size: t = a.md }) {
|
|
4034
4034
|
return /* @__PURE__ */ r.jsx(
|
|
4035
4035
|
"svg",
|
|
4036
4036
|
{
|
|
@@ -4043,7 +4043,7 @@ function I2({ className: e = "fill-gray-600", size: t = a.md }) {
|
|
|
4043
4043
|
}
|
|
4044
4044
|
);
|
|
4045
4045
|
}
|
|
4046
|
-
function
|
|
4046
|
+
function I2({ className: e = "", size: t = a.md }) {
|
|
4047
4047
|
return /* @__PURE__ */ r.jsx(
|
|
4048
4048
|
"svg",
|
|
4049
4049
|
{
|
|
@@ -4056,7 +4056,7 @@ function N2({ className: e = "", size: t = a.md }) {
|
|
|
4056
4056
|
}
|
|
4057
4057
|
);
|
|
4058
4058
|
}
|
|
4059
|
-
function
|
|
4059
|
+
function V2({ className: e = "", size: t = a.xs }) {
|
|
4060
4060
|
return /* @__PURE__ */ r.jsxs(
|
|
4061
4061
|
"svg",
|
|
4062
4062
|
{
|
|
@@ -4084,7 +4084,7 @@ function $2({ className: e = "", size: t = a.xs }) {
|
|
|
4084
4084
|
}
|
|
4085
4085
|
);
|
|
4086
4086
|
}
|
|
4087
|
-
function
|
|
4087
|
+
function $2({ className: e = "", size: t = a.md }) {
|
|
4088
4088
|
return /* @__PURE__ */ r.jsx(
|
|
4089
4089
|
"svg",
|
|
4090
4090
|
{
|
|
@@ -4445,6 +4445,36 @@ function e5({ className: e = "", size: t = a.md }) {
|
|
|
4445
4445
|
}
|
|
4446
4446
|
);
|
|
4447
4447
|
}
|
|
4448
|
+
function t5({ className: e = "", size: t = a.md }) {
|
|
4449
|
+
return /* @__PURE__ */ r.jsxs(
|
|
4450
|
+
"svg",
|
|
4451
|
+
{
|
|
4452
|
+
className: e,
|
|
4453
|
+
width: t,
|
|
4454
|
+
height: t,
|
|
4455
|
+
viewBox: "0 0 32 32",
|
|
4456
|
+
id: "icon",
|
|
4457
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4458
|
+
children: [
|
|
4459
|
+
/* @__PURE__ */ r.jsx("defs", { children: /* @__PURE__ */ r.jsx("style", { children: ".cls-1{fill:none;}" }) }),
|
|
4460
|
+
/* @__PURE__ */ r.jsx("title", { children: "event-schedule" }),
|
|
4461
|
+
/* @__PURE__ */ r.jsx("path", { d: "M21,30a8,8,0,1,1,8-8A8,8,0,0,1,21,30Zm0-14a6,6,0,1,0,6,6A6,6,0,0,0,21,16Z" }),
|
|
4462
|
+
/* @__PURE__ */ r.jsx("polygon", { points: "22.59 25 20 22.41 20 18 22 18 22 21.59 24 23.59 22.59 25" }),
|
|
4463
|
+
/* @__PURE__ */ r.jsx("path", { d: "M28,6a2,2,0,0,0-2-2H22V2H20V4H12V2H10V4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2h4V26H6V6h4V8h2V6h8V8h2V6h4v6h2Z" }),
|
|
4464
|
+
/* @__PURE__ */ r.jsx(
|
|
4465
|
+
"rect",
|
|
4466
|
+
{
|
|
4467
|
+
id: "_Transparent_Rectangle_",
|
|
4468
|
+
"data-name": "<Transparent Rectangle>",
|
|
4469
|
+
className: "cls-1",
|
|
4470
|
+
width: "32",
|
|
4471
|
+
height: "32"
|
|
4472
|
+
}
|
|
4473
|
+
)
|
|
4474
|
+
]
|
|
4475
|
+
}
|
|
4476
|
+
);
|
|
4477
|
+
}
|
|
4448
4478
|
function n2({ className: e = "", size: t = a.md }) {
|
|
4449
4479
|
return /* @__PURE__ */ r.jsxs(
|
|
4450
4480
|
"svg",
|
|
@@ -4482,27 +4512,27 @@ function s2({ className: e = "", size: t = a.md }) {
|
|
|
4482
4512
|
);
|
|
4483
4513
|
}
|
|
4484
4514
|
const a2 = [n2, s2];
|
|
4485
|
-
function
|
|
4515
|
+
function r5({ seq: e, size: t = a.md, className: o = "" }) {
|
|
4486
4516
|
const s = a2[e - 1];
|
|
4487
4517
|
return /* @__PURE__ */ r.jsx(s, { size: t, className: o });
|
|
4488
4518
|
}
|
|
4489
4519
|
export {
|
|
4490
|
-
|
|
4520
|
+
S2 as AddSvg,
|
|
4491
4521
|
E2 as ArenaSvg,
|
|
4492
4522
|
J1 as Badminton,
|
|
4493
4523
|
D0 as Baseball,
|
|
4494
4524
|
Y1 as Basketball,
|
|
4495
|
-
|
|
4525
|
+
N0 as Biking,
|
|
4496
4526
|
T2 as CalendarEventSvg,
|
|
4497
4527
|
w2 as CalendarSvg,
|
|
4498
4528
|
J0 as Cat,
|
|
4499
|
-
|
|
4529
|
+
r5 as CategorySvg,
|
|
4500
4530
|
x2 as ChatSvg,
|
|
4501
4531
|
D2 as CitySvg,
|
|
4502
|
-
|
|
4503
|
-
|
|
4532
|
+
N2 as CloseSvg,
|
|
4533
|
+
_2 as CoachSvg,
|
|
4504
4534
|
G2 as CollapseSvg,
|
|
4505
|
-
|
|
4535
|
+
H2 as CollectionSvg,
|
|
4506
4536
|
Q2 as CommentSvg,
|
|
4507
4537
|
L2 as CreateArenaSvg,
|
|
4508
4538
|
C2 as CreateCollectionSvg,
|
|
@@ -4512,19 +4542,20 @@ export {
|
|
|
4512
4542
|
Y2 as DiscussionSvg,
|
|
4513
4543
|
U0 as Dog,
|
|
4514
4544
|
P2 as EditSvg,
|
|
4545
|
+
t5 as EventSvg,
|
|
4515
4546
|
y2 as ExploreSvg,
|
|
4516
4547
|
K1 as Football,
|
|
4517
4548
|
e5 as GameSvg,
|
|
4518
4549
|
U1 as Golf,
|
|
4519
4550
|
K0 as Guitar,
|
|
4520
|
-
|
|
4551
|
+
I0 as Gym,
|
|
4521
4552
|
G1 as Hiking,
|
|
4522
4553
|
Q1 as Hockey,
|
|
4523
4554
|
g2 as HomeSvg,
|
|
4524
|
-
|
|
4555
|
+
I2 as ImageSvg,
|
|
4525
4556
|
u2 as InterestSvg,
|
|
4526
4557
|
K2 as LeaderboardSvg,
|
|
4527
|
-
|
|
4558
|
+
R2 as LeftArrowSvg,
|
|
4528
4559
|
F2 as LogoutSvg,
|
|
4529
4560
|
f2 as MapSvg,
|
|
4530
4561
|
J2 as MarketSvg,
|
|
@@ -4536,7 +4567,7 @@ export {
|
|
|
4536
4567
|
Q0 as PetsInterestSvg,
|
|
4537
4568
|
s2 as PetsSvg,
|
|
4538
4569
|
O0 as Pickleball,
|
|
4539
|
-
|
|
4570
|
+
V2 as PollSvg,
|
|
4540
4571
|
W2 as PrivateSvg,
|
|
4541
4572
|
B2 as RightArrowSvg,
|
|
4542
4573
|
F1 as Running,
|
|
@@ -4548,13 +4579,13 @@ export {
|
|
|
4548
4579
|
n2 as SportsSvg,
|
|
4549
4580
|
G0 as Surf,
|
|
4550
4581
|
a as SvgSize,
|
|
4551
|
-
|
|
4582
|
+
V0 as Swim,
|
|
4552
4583
|
X1 as TableTennis,
|
|
4553
4584
|
z2 as TeamSvg,
|
|
4554
4585
|
D1 as Tennis,
|
|
4555
|
-
|
|
4586
|
+
$2 as TextPostSvg,
|
|
4556
4587
|
U2 as UpArrowSvg,
|
|
4557
|
-
|
|
4588
|
+
A2 as UserSvg,
|
|
4558
4589
|
p2 as WorenaLogoSvg,
|
|
4559
|
-
|
|
4590
|
+
$0 as Yoga
|
|
4560
4591
|
};
|