wasvg 1.0.0 → 1.0.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/categories/Pets.d.ts +2 -0
- package/dist/{interests/sports → categories}/Sports.d.ts +1 -1
- package/dist/categories/index.d.ts +2 -0
- package/dist/common/index.d.ts +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/interests/InterestSvg.d.ts +3 -3
- package/dist/interests/index.d.ts +2 -3
- package/dist/interests/music/MusicInterestSvg.d.ts +8 -0
- package/dist/interests/music/all/index.d.ts +2 -0
- package/dist/interests/music/index.d.ts +2 -0
- package/dist/interests/pets/PetsInterestSvg.d.ts +8 -0
- package/dist/interests/pets/all/index.d.ts +2 -0
- package/dist/interests/pets/index.d.ts +2 -0
- package/dist/interests/sports/SportsInterestSvg.d.ts +8 -0
- package/dist/interests/sports/{interests → all}/index.d.ts +0 -4
- package/dist/interests/sports/index.d.ts +2 -2
- package/dist/wasvg.cjs.js +120 -1
- package/dist/wasvg.es.js +4240 -44
- package/package.json +2 -2
- package/dist/Badminton-CBmkgUV4.mjs +0 -43
- package/dist/Badminton-Curw8JqA.js +0 -17
- package/dist/Basketball-BFjybuZN.mjs +0 -20
- package/dist/Basketball-C6gj2P1K.js +0 -1
- package/dist/Cat-Dne-PIE8.mjs +0 -22
- package/dist/Cat-DsMzYmPA.js +0 -1
- package/dist/Dog-CTGP2bGj.mjs +0 -26
- package/dist/Dog-D-KNS9El.js +0 -1
- package/dist/Football-BqhBtMRG.mjs +0 -20
- package/dist/Football-C7eAQh1X.js +0 -1
- package/dist/Golf-Bg5aZvof.mjs +0 -20
- package/dist/Golf-DVTBXQ8R.js +0 -1
- package/dist/Guitar-CFpadZfg.js +0 -31
- package/dist/Guitar-J19aIwQO.mjs +0 -53
- package/dist/Hiking-BSnqHwEJ.js +0 -1
- package/dist/Hiking-Dda1oHTy.mjs +0 -20
- package/dist/Hockey-C9iKm674.js +0 -11
- package/dist/Hockey-DtAkOXH_.mjs +0 -45
- package/dist/Pickleball-B3j4Fecr.js +0 -1
- package/dist/Pickleball-C_P-t_iD.mjs +0 -20
- package/dist/Running-DVgZaRLm.mjs +0 -20
- package/dist/Running-nCwz27vw.js +0 -1
- package/dist/Sing-D3G02Qe9.mjs +0 -26
- package/dist/Sing-pC3IANvI.js +0 -1
- package/dist/Soccer-Cm5HvlZP.mjs +0 -20
- package/dist/Soccer-Cqk1y0wE.js +0 -1
- package/dist/TableTennis-CeCYx-l_.mjs +0 -58
- package/dist/TableTennis-DY-EByxC.js +0 -24
- package/dist/Tennis-D2UeuI_R.mjs +0 -20
- package/dist/Tennis-DIl758lP.js +0 -1
- package/dist/index-Cb5eUIDZ.js +0 -41
- package/dist/index-DPuEkWuJ.mjs +0 -3836
- package/dist/interests/Category.d.ts +0 -9
- package/dist/interests/allInterestSvgs.d.ts +0 -18
- package/dist/interests/util.d.ts +0 -2
- /package/dist/interests/{sports/interests → music/all}/Guitar.d.ts +0 -0
- /package/dist/interests/{sports/interests → music/all}/Sing.d.ts +0 -0
- /package/dist/interests/{sports/interests → pets/all}/Cat.d.ts +0 -0
- /package/dist/interests/{sports/interests → pets/all}/Dog.d.ts +0 -0
- /package/dist/interests/sports/{interests → all}/Badminton.d.ts +0 -0
- /package/dist/interests/sports/{interests → all}/Basketball.d.ts +0 -0
- /package/dist/interests/sports/{interests → all}/Football.d.ts +0 -0
- /package/dist/interests/sports/{interests → all}/Golf.d.ts +0 -0
- /package/dist/interests/sports/{interests → all}/Hiking.d.ts +0 -0
- /package/dist/interests/sports/{interests → all}/Hockey.d.ts +0 -0
- /package/dist/interests/sports/{interests → all}/Pickleball.d.ts +0 -0
- /package/dist/interests/sports/{interests → all}/Running.d.ts +0 -0
- /package/dist/interests/sports/{interests → all}/Soccer.d.ts +0 -0
- /package/dist/interests/sports/{interests → all}/TableTennis.d.ts +0 -0
- /package/dist/interests/sports/{interests → all}/Tennis.d.ts +0 -0
package/dist/wasvg.es.js
CHANGED
|
@@ -1,46 +1,4242 @@
|
|
|
1
|
-
import
|
|
1
|
+
import N1, { useState as X0, useEffect as Q0, useCallback as K0, useRef as e2 } from "react";
|
|
2
|
+
var c = /* @__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))(c || {});
|
|
3
|
+
var d1 = { exports: {} }, l1 = {};
|
|
4
|
+
/**
|
|
5
|
+
* @license React
|
|
6
|
+
* react-jsx-runtime.production.js
|
|
7
|
+
*
|
|
8
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
9
|
+
*
|
|
10
|
+
* This source code is licensed under the MIT license found in the
|
|
11
|
+
* LICENSE file in the root directory of this source tree.
|
|
12
|
+
*/
|
|
13
|
+
var T1;
|
|
14
|
+
function I1() {
|
|
15
|
+
if (T1) return l1;
|
|
16
|
+
T1 = 1;
|
|
17
|
+
var e = Symbol.for("react.transitional.element"), t = Symbol.for("react.fragment");
|
|
18
|
+
function o(a, s, d) {
|
|
19
|
+
var u = null;
|
|
20
|
+
if (d !== void 0 && (u = "" + d), s.key !== void 0 && (u = "" + s.key), "key" in s) {
|
|
21
|
+
d = {};
|
|
22
|
+
for (var x in s)
|
|
23
|
+
x !== "key" && (d[x] = s[x]);
|
|
24
|
+
} else d = s;
|
|
25
|
+
return s = d.ref, {
|
|
26
|
+
$$typeof: e,
|
|
27
|
+
type: a,
|
|
28
|
+
key: u,
|
|
29
|
+
ref: s !== void 0 ? s : null,
|
|
30
|
+
props: d
|
|
31
|
+
};
|
|
32
|
+
}
|
|
33
|
+
return l1.Fragment = t, l1.jsx = o, l1.jsxs = o, l1;
|
|
34
|
+
}
|
|
35
|
+
var i1 = {};
|
|
36
|
+
/**
|
|
37
|
+
* @license React
|
|
38
|
+
* react-jsx-runtime.development.js
|
|
39
|
+
*
|
|
40
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
41
|
+
*
|
|
42
|
+
* This source code is licensed under the MIT license found in the
|
|
43
|
+
* LICENSE file in the root directory of this source tree.
|
|
44
|
+
*/
|
|
45
|
+
var k1;
|
|
46
|
+
function $1() {
|
|
47
|
+
return k1 || (k1 = 1, process.env.NODE_ENV !== "production" && function() {
|
|
48
|
+
function e(n) {
|
|
49
|
+
if (n == null) return null;
|
|
50
|
+
if (typeof n == "function")
|
|
51
|
+
return n.$$typeof === m1 ? null : n.displayName || n.name || null;
|
|
52
|
+
if (typeof n == "string") return n;
|
|
53
|
+
switch (n) {
|
|
54
|
+
case Z:
|
|
55
|
+
return "Fragment";
|
|
56
|
+
case P:
|
|
57
|
+
return "Profiler";
|
|
58
|
+
case I:
|
|
59
|
+
return "StrictMode";
|
|
60
|
+
case G:
|
|
61
|
+
return "Suspense";
|
|
62
|
+
case _:
|
|
63
|
+
return "SuspenseList";
|
|
64
|
+
case H:
|
|
65
|
+
return "Activity";
|
|
66
|
+
}
|
|
67
|
+
if (typeof n == "object")
|
|
68
|
+
switch (typeof n.tag == "number" && console.error(
|
|
69
|
+
"Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
|
|
70
|
+
), n.$$typeof) {
|
|
71
|
+
case M:
|
|
72
|
+
return "Portal";
|
|
73
|
+
case F:
|
|
74
|
+
return (n.displayName || "Context") + ".Provider";
|
|
75
|
+
case Q:
|
|
76
|
+
return (n._context.displayName || "Context") + ".Consumer";
|
|
77
|
+
case $:
|
|
78
|
+
var v = n.render;
|
|
79
|
+
return n = n.displayName, n || (n = v.displayName || v.name || "", n = n !== "" ? "ForwardRef(" + n + ")" : "ForwardRef"), n;
|
|
80
|
+
case W:
|
|
81
|
+
return v = n.displayName || null, v !== null ? v : e(n.type) || "Memo";
|
|
82
|
+
case h:
|
|
83
|
+
v = n._payload, n = n._init;
|
|
84
|
+
try {
|
|
85
|
+
return e(n(v));
|
|
86
|
+
} catch {
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
return null;
|
|
90
|
+
}
|
|
91
|
+
function t(n) {
|
|
92
|
+
return "" + n;
|
|
93
|
+
}
|
|
94
|
+
function o(n) {
|
|
95
|
+
try {
|
|
96
|
+
t(n);
|
|
97
|
+
var v = !1;
|
|
98
|
+
} catch {
|
|
99
|
+
v = !0;
|
|
100
|
+
}
|
|
101
|
+
if (v) {
|
|
102
|
+
v = console;
|
|
103
|
+
var w = v.error, f = typeof Symbol == "function" && Symbol.toStringTag && n[Symbol.toStringTag] || n.constructor.name || "Object";
|
|
104
|
+
return w.call(
|
|
105
|
+
v,
|
|
106
|
+
"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
|
|
107
|
+
f
|
|
108
|
+
), t(n);
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
function a(n) {
|
|
112
|
+
if (n === Z) return "<>";
|
|
113
|
+
if (typeof n == "object" && n !== null && n.$$typeof === h)
|
|
114
|
+
return "<...>";
|
|
115
|
+
try {
|
|
116
|
+
var v = e(n);
|
|
117
|
+
return v ? "<" + v + ">" : "<...>";
|
|
118
|
+
} catch {
|
|
119
|
+
return "<...>";
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
function s() {
|
|
123
|
+
var n = K.A;
|
|
124
|
+
return n === null ? null : n.getOwner();
|
|
125
|
+
}
|
|
126
|
+
function d() {
|
|
127
|
+
return Error("react-stack-top-frame");
|
|
128
|
+
}
|
|
129
|
+
function u(n) {
|
|
130
|
+
if (U.call(n, "key")) {
|
|
131
|
+
var v = Object.getOwnPropertyDescriptor(n, "key").get;
|
|
132
|
+
if (v && v.isReactWarning) return !1;
|
|
133
|
+
}
|
|
134
|
+
return n.key !== void 0;
|
|
135
|
+
}
|
|
136
|
+
function x(n, v) {
|
|
137
|
+
function w() {
|
|
138
|
+
O || (O = !0, console.error(
|
|
139
|
+
"%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",
|
|
140
|
+
v
|
|
141
|
+
));
|
|
142
|
+
}
|
|
143
|
+
w.isReactWarning = !0, Object.defineProperty(n, "key", {
|
|
144
|
+
get: w,
|
|
145
|
+
configurable: !0
|
|
146
|
+
});
|
|
147
|
+
}
|
|
148
|
+
function p() {
|
|
149
|
+
var n = e(this.type);
|
|
150
|
+
return z[n] || (z[n] = !0, console.error(
|
|
151
|
+
"Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
|
|
152
|
+
)), n = this.props.ref, n !== void 0 ? n : null;
|
|
153
|
+
}
|
|
154
|
+
function j(n, v, w, f, b, C, e1, q) {
|
|
155
|
+
return w = C.ref, n = {
|
|
156
|
+
$$typeof: N,
|
|
157
|
+
type: n,
|
|
158
|
+
key: v,
|
|
159
|
+
props: C,
|
|
160
|
+
_owner: b
|
|
161
|
+
}, (w !== void 0 ? w : null) !== null ? Object.defineProperty(n, "ref", {
|
|
162
|
+
enumerable: !1,
|
|
163
|
+
get: p
|
|
164
|
+
}) : Object.defineProperty(n, "ref", { enumerable: !1, value: null }), n._store = {}, Object.defineProperty(n._store, "validated", {
|
|
165
|
+
configurable: !1,
|
|
166
|
+
enumerable: !1,
|
|
167
|
+
writable: !0,
|
|
168
|
+
value: 0
|
|
169
|
+
}), Object.defineProperty(n, "_debugInfo", {
|
|
170
|
+
configurable: !1,
|
|
171
|
+
enumerable: !1,
|
|
172
|
+
writable: !0,
|
|
173
|
+
value: null
|
|
174
|
+
}), Object.defineProperty(n, "_debugStack", {
|
|
175
|
+
configurable: !1,
|
|
176
|
+
enumerable: !1,
|
|
177
|
+
writable: !0,
|
|
178
|
+
value: e1
|
|
179
|
+
}), Object.defineProperty(n, "_debugTask", {
|
|
180
|
+
configurable: !1,
|
|
181
|
+
enumerable: !1,
|
|
182
|
+
writable: !0,
|
|
183
|
+
value: q
|
|
184
|
+
}), Object.freeze && (Object.freeze(n.props), Object.freeze(n)), n;
|
|
185
|
+
}
|
|
186
|
+
function y(n, v, w, f, b, C, e1, q) {
|
|
187
|
+
var T = v.children;
|
|
188
|
+
if (T !== void 0)
|
|
189
|
+
if (f)
|
|
190
|
+
if (h1(T)) {
|
|
191
|
+
for (f = 0; f < T.length; f++)
|
|
192
|
+
R(T[f]);
|
|
193
|
+
Object.freeze && Object.freeze(T);
|
|
194
|
+
} else
|
|
195
|
+
console.error(
|
|
196
|
+
"React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
|
|
197
|
+
);
|
|
198
|
+
else R(T);
|
|
199
|
+
if (U.call(v, "key")) {
|
|
200
|
+
T = e(n);
|
|
201
|
+
var L = Object.keys(v).filter(function(s1) {
|
|
202
|
+
return s1 !== "key";
|
|
203
|
+
});
|
|
204
|
+
f = 0 < L.length ? "{key: someKey, " + L.join(": ..., ") + ": ...}" : "{key: someKey}", a1[T + f] || (L = 0 < L.length ? "{" + L.join(": ..., ") + ": ...}" : "{}", console.error(
|
|
205
|
+
`A props object containing a "key" prop is being spread into JSX:
|
|
206
|
+
let props = %s;
|
|
207
|
+
<%s {...props} />
|
|
208
|
+
React keys must be passed directly to JSX without using spread:
|
|
209
|
+
let props = %s;
|
|
210
|
+
<%s key={someKey} {...props} />`,
|
|
211
|
+
f,
|
|
212
|
+
T,
|
|
213
|
+
L,
|
|
214
|
+
T
|
|
215
|
+
), a1[T + f] = !0);
|
|
216
|
+
}
|
|
217
|
+
if (T = null, w !== void 0 && (o(w), T = "" + w), u(v) && (o(v.key), T = "" + v.key), "key" in v) {
|
|
218
|
+
w = {};
|
|
219
|
+
for (var D in v)
|
|
220
|
+
D !== "key" && (w[D] = v[D]);
|
|
221
|
+
} else w = v;
|
|
222
|
+
return T && x(
|
|
223
|
+
w,
|
|
224
|
+
typeof n == "function" ? n.displayName || n.name || "Unknown" : n
|
|
225
|
+
), j(
|
|
226
|
+
n,
|
|
227
|
+
T,
|
|
228
|
+
C,
|
|
229
|
+
b,
|
|
230
|
+
s(),
|
|
231
|
+
w,
|
|
232
|
+
e1,
|
|
233
|
+
q
|
|
234
|
+
);
|
|
235
|
+
}
|
|
236
|
+
function R(n) {
|
|
237
|
+
typeof n == "object" && n !== null && n.$$typeof === N && n._store && (n._store.validated = 1);
|
|
238
|
+
}
|
|
239
|
+
var S = N1, N = Symbol.for("react.transitional.element"), M = Symbol.for("react.portal"), Z = Symbol.for("react.fragment"), I = Symbol.for("react.strict_mode"), P = Symbol.for("react.profiler");
|
|
240
|
+
Symbol.for("react.provider");
|
|
241
|
+
var Q = Symbol.for("react.consumer"), F = Symbol.for("react.context"), $ = Symbol.for("react.forward_ref"), G = Symbol.for("react.suspense"), _ = Symbol.for("react.suspense_list"), W = Symbol.for("react.memo"), h = Symbol.for("react.lazy"), H = Symbol.for("react.activity"), m1 = Symbol.for("react.client.reference"), K = S.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, U = Object.prototype.hasOwnProperty, h1 = Array.isArray, V = console.createTask ? console.createTask : function() {
|
|
242
|
+
return null;
|
|
243
|
+
};
|
|
244
|
+
S = {
|
|
245
|
+
"react-stack-bottom-frame": function(n) {
|
|
246
|
+
return n();
|
|
247
|
+
}
|
|
248
|
+
};
|
|
249
|
+
var O, z = {}, A = S["react-stack-bottom-frame"].bind(
|
|
250
|
+
S,
|
|
251
|
+
d
|
|
252
|
+
)(), m = V(a(d)), a1 = {};
|
|
253
|
+
i1.Fragment = Z, i1.jsx = function(n, v, w, f, b) {
|
|
254
|
+
var C = 1e4 > K.recentlyCreatedOwnerStacks++;
|
|
255
|
+
return y(
|
|
256
|
+
n,
|
|
257
|
+
v,
|
|
258
|
+
w,
|
|
259
|
+
!1,
|
|
260
|
+
f,
|
|
261
|
+
b,
|
|
262
|
+
C ? Error("react-stack-top-frame") : A,
|
|
263
|
+
C ? V(a(n)) : m
|
|
264
|
+
);
|
|
265
|
+
}, i1.jsxs = function(n, v, w, f, b) {
|
|
266
|
+
var C = 1e4 > K.recentlyCreatedOwnerStacks++;
|
|
267
|
+
return y(
|
|
268
|
+
n,
|
|
269
|
+
v,
|
|
270
|
+
w,
|
|
271
|
+
!0,
|
|
272
|
+
f,
|
|
273
|
+
b,
|
|
274
|
+
C ? Error("react-stack-top-frame") : A,
|
|
275
|
+
C ? V(a(n)) : m
|
|
276
|
+
);
|
|
277
|
+
};
|
|
278
|
+
}()), i1;
|
|
279
|
+
}
|
|
280
|
+
var t2 = d1.exports, y1;
|
|
281
|
+
function G1() {
|
|
282
|
+
return y1 || (y1 = 1, process.env.NODE_ENV === "production" ? d1.exports = I1() : d1.exports = $1()), d1.exports;
|
|
283
|
+
}
|
|
284
|
+
var r = G1();
|
|
285
|
+
function D1({
|
|
286
|
+
className: e = "",
|
|
287
|
+
size: t = c.md
|
|
288
|
+
}) {
|
|
289
|
+
return /* @__PURE__ */ r.jsx(
|
|
290
|
+
"svg",
|
|
291
|
+
{
|
|
292
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
293
|
+
className: e,
|
|
294
|
+
height: t,
|
|
295
|
+
width: t,
|
|
296
|
+
viewBox: "0 -960 960 960",
|
|
297
|
+
children: /* @__PURE__ */ r.jsx("path", { d: "m414-168 12-56q3-13 12.5-21.5T462-256l124-10q13-2 24 5t16 19l16 38q39-23 70-55.5t52-72.5l-12-6q-11-8-16-19.5t-2-24.5l28-122q3-12 12.5-20t21.5-10q-5-25-12.5-48.5T764-628q-9 5-19.5 4.5T726-630l-106-64q-11-7-16-19t-2-25l8-34q-31-14-63.5-21t-66.5-7q-14 0-29 1.5t-29 4.5l30 68q5 12 2.5 25T442-680l-94 82q-10 9-23.5 10t-24.5-6l-92-56q-23 38-35.5 81.5T160-480q0 16 4 52l88-8q14-2 25.5 4.5T294-412l48 114q5 12 2.5 25T332-252l-38 32q27 20 57.5 33t62.5 19Zm72-172q-13 2-24-5t-16-19l-54-124q-5-12-1.5-25t13.5-21l102-86q9-9 22-10t24 6l112 66q11 7 17 19t3 25l-32 130q-3 13-12 21.5T618-352l-132 12Zm-6 260q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Z" })
|
|
298
|
+
}
|
|
299
|
+
);
|
|
300
|
+
}
|
|
301
|
+
function Y1({
|
|
302
|
+
className: e = "",
|
|
303
|
+
size: t = c.md
|
|
304
|
+
}) {
|
|
305
|
+
return /* @__PURE__ */ r.jsx(
|
|
306
|
+
"svg",
|
|
307
|
+
{
|
|
308
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
309
|
+
className: e,
|
|
310
|
+
height: t,
|
|
311
|
+
width: t,
|
|
312
|
+
viewBox: "0 -960 960 960",
|
|
313
|
+
children: /* @__PURE__ */ r.jsx("path", { d: "m280-40 123-622q6-29 27-43.5t44-14.5q23 0 42.5 10t31.5 30l40 64q18 29 46.5 52.5T700-529v-71h60v560h-60v-406q-48-11-89-35t-71-59l-24 120 84 80v300h-80v-240l-84-80-72 320h-84Zm17-395-85-16q-16-3-25-16.5t-6-30.5l30-157q6-32 34-50.5t60-12.5l46 9-54 274Zm243-305q-33 0-56.5-23.5T460-820q0-33 23.5-56.5T540-900q33 0 56.5 23.5T620-820q0 33-23.5 56.5T540-740Z" })
|
|
314
|
+
}
|
|
315
|
+
);
|
|
316
|
+
}
|
|
317
|
+
function F1({
|
|
318
|
+
className: e = "",
|
|
319
|
+
size: t = c.md
|
|
320
|
+
}) {
|
|
321
|
+
return /* @__PURE__ */ r.jsx(
|
|
322
|
+
"svg",
|
|
323
|
+
{
|
|
324
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
325
|
+
className: e,
|
|
326
|
+
height: t,
|
|
327
|
+
width: t,
|
|
328
|
+
viewBox: "0 -960 960 960",
|
|
329
|
+
children: /* @__PURE__ */ r.jsx("path", { d: "m137-160-57-56 164-164q31-31 42.5-77.5T298-600q0-58 26-114t74-104q91-91 201-103t181 61q72 72 60 182T738-478q-48 48-104 74t-114 26q-97 0-142 11t-77 43L137-160Zm275-334q47 46 127 34t143-75q64-64 76.5-143.5T724-803q-48-48-125.5-36T456-763q-63 63-76.5 142.5T412-494ZM720-40q-66 0-113-47t-47-113q0-66 47-113t113-47q66 0 113 47t47 113q0 66-47 113T720-40Zm0-80q33 0 56.5-23.5T800-200q0-33-23.5-56.5T720-280q-33 0-56.5 23.5T640-200q0 33 23.5 56.5T720-120Zm0-80Z" })
|
|
330
|
+
}
|
|
331
|
+
);
|
|
332
|
+
}
|
|
333
|
+
function W1({
|
|
334
|
+
className: e = "",
|
|
335
|
+
size: t = c.md
|
|
336
|
+
}) {
|
|
337
|
+
return /* @__PURE__ */ r.jsx(
|
|
338
|
+
"svg",
|
|
339
|
+
{
|
|
340
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
341
|
+
className: e,
|
|
342
|
+
height: t,
|
|
343
|
+
width: t,
|
|
344
|
+
viewBox: "0 -960 960 960",
|
|
345
|
+
children: /* @__PURE__ */ r.jsx("path", { d: "m216-160-56-56 384-384H440v80h-80v-160h233q16 0 31 6t26 17l120 119q27 27 66 42t84 16v80q-62 0-112.5-19T718-476l-40-42-88 88 90 90-262 151-40-69 172-99-68-68-266 265Zm-96-280v-80h200v80H120ZM40-560v-80h200v80H40Zm739-80q-33 0-57-23.5T698-720q0-33 24-56.5t57-23.5q33 0 57 23.5t24 56.5q0 33-24 56.5T779-640Zm-659-40v-80h200v80H120Z" })
|
|
346
|
+
}
|
|
347
|
+
);
|
|
348
|
+
}
|
|
349
|
+
function U1({
|
|
350
|
+
className: e = "",
|
|
351
|
+
size: t = c.md
|
|
352
|
+
}) {
|
|
353
|
+
return /* @__PURE__ */ r.jsx(
|
|
354
|
+
"svg",
|
|
355
|
+
{
|
|
356
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
357
|
+
className: e,
|
|
358
|
+
height: t,
|
|
359
|
+
width: t,
|
|
360
|
+
viewBox: "0 -960 960 960",
|
|
361
|
+
children: /* @__PURE__ */ r.jsx("path", { d: "M162-520h114q-6-38-23-71t-43-59q-18 29-30.5 61.5T162-520Zm522 0h114q-5-36-17.5-68.5T750-650q-26 26-43 59t-23 71ZM210-310q26-26 43-59t23-71H162q5 36 17.5 68.5T210-310Zm540 0q18-29 30.5-61.5T798-440H684q6 38 23 71t43 59ZM358-520h82v-278q-53 8-98.5 29.5T260-712q39 38 64.5 86.5T358-520Zm162 0h82q8-57 33.5-105.5T700-712q-36-35-81.5-56.5T520-798v278Zm-80 358v-278h-82q-8 57-33.5 105.5T260-248q36 35 81.5 56.5T440-162Zm80 0q53-8 98.5-29.5T700-248q-39-38-64.5-86.5T602-440h-82v278Zm-40-318Zm0 400q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Z" })
|
|
362
|
+
}
|
|
363
|
+
);
|
|
364
|
+
}
|
|
365
|
+
function V1({
|
|
366
|
+
className: e = "",
|
|
367
|
+
size: t = c.md
|
|
368
|
+
}) {
|
|
369
|
+
return /* @__PURE__ */ r.jsx(
|
|
370
|
+
"svg",
|
|
371
|
+
{
|
|
372
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
373
|
+
className: e,
|
|
374
|
+
height: t,
|
|
375
|
+
width: t,
|
|
376
|
+
viewBox: "0 -960 960 960",
|
|
377
|
+
children: /* @__PURE__ */ r.jsx("path", { d: "M480-320q-117 0-198.5-81.5T200-600q0-117 81.5-198.5T480-880q117 0 198.5 81.5T760-600q0 117-81.5 198.5T480-320Zm0-80q83 0 141.5-58.5T680-600q0-83-58.5-141.5T480-800q-83 0-141.5 58.5T280-600q0 83 58.5 141.5T480-400Zm-80-200q17 0 28.5-11.5T440-640q0-17-11.5-28.5T400-680q-17 0-28.5 11.5T360-640q0 17 11.5 28.5T400-600Zm160 0q17 0 28.5-11.5T600-640q0-17-11.5-28.5T560-680q-17 0-28.5 11.5T520-640q0 17 11.5 28.5T560-600Zm-80-80q17 0 28.5-11.5T520-720q0-17-11.5-28.5T480-760q-17 0-28.5 11.5T440-720q0 17 11.5 28.5T480-680ZM440-80v-40q0-33-23.5-56.5T360-200h-80v-80h400v80h-80q-33 0-56.5 23.5T520-120v40h-80Zm40-520Z" })
|
|
378
|
+
}
|
|
379
|
+
);
|
|
380
|
+
}
|
|
381
|
+
function J1({
|
|
382
|
+
className: e = "fill-gray-600",
|
|
383
|
+
size: t = c.md
|
|
384
|
+
}) {
|
|
385
|
+
return /* @__PURE__ */ r.jsx(
|
|
386
|
+
"svg",
|
|
387
|
+
{
|
|
388
|
+
className: e,
|
|
389
|
+
height: t,
|
|
390
|
+
width: t,
|
|
391
|
+
version: "1.1",
|
|
392
|
+
id: "Capa_1",
|
|
393
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
394
|
+
viewBox: "0 0 306.292 306.292",
|
|
395
|
+
children: /* @__PURE__ */ r.jsx("g", { children: /* @__PURE__ */ r.jsx(
|
|
396
|
+
"path",
|
|
397
|
+
{
|
|
398
|
+
d: `M299.109,71.481c-8.554-18.094-23.642-31.774-42.484-38.52c-18.844-6.748-39.186-5.751-57.279,2.803
|
|
399
|
+
c-6.996,3.307-13.397,7.655-19.002,12.861c-0.341-0.174-0.689-0.334-1.053-0.465c-2.247-0.805-4.722-0.684-6.88,0.336
|
|
400
|
+
l-24.527,11.595c-3.118,1.474-4.993,4.508-5.142,7.729L6.619,105.204c-4.793,1.316-7.612,6.269-6.295,11.062
|
|
401
|
+
c1.097,3.996,4.721,6.619,8.673,6.619c0.789,0,1.591-0.105,2.389-0.324l41.318-11.347l13.88,29.362l-37.462,14.199
|
|
402
|
+
c-4.648,1.762-6.987,6.958-5.226,11.605c1.363,3.598,4.785,5.813,8.417,5.813c1.06,0,2.139-0.189,3.188-0.587L74.301,156.9
|
|
403
|
+
l16.834,35.61l-35.99,20.649c-4.311,2.474-5.801,7.974-3.327,12.286c1.664,2.899,4.695,4.522,7.814,4.522
|
|
404
|
+
c1.519,0,3.059-0.385,4.471-1.195l34.75-19.937l13.366,28.273l-35.116,24.239c-4.09,2.824-5.118,8.429-2.294,12.52
|
|
405
|
+
c1.747,2.53,4.557,3.888,7.415,3.888c1.763,0,3.544-0.517,5.105-1.594l116.818-80.637c0.293,0.143,0.593,0.274,0.903,0.385
|
|
406
|
+
c0.983,0.352,2.009,0.527,3.034,0.527c1.318,0,2.632-0.29,3.847-0.863l24.527-11.595c2.621-1.239,4.358-3.583,4.936-6.211
|
|
407
|
+
c7.579-1.027,15-3.214,21.998-6.522C300.744,153.587,316.766,108.834,299.109,71.481z M212.373,175.453L163.713,72.518l8.254-3.902
|
|
408
|
+
l48.661,102.935L212.373,175.453z M165.768,200.144l-11.045-23.364l30.182-17.316l9.791,20.712L165.768,200.144z M167.07,121.737
|
|
409
|
+
l10.117,21.401l-30.182,17.317l-12.473-26.385L167.07,121.737z M159.353,105.413l-32.538,12.333L115.566,93.95l33.959-9.326
|
|
410
|
+
L159.353,105.413z M97.944,98.79l11.987,25.356l-26.462,10.03l-13.143-27.802L97.944,98.79z M117.648,140.47l13.696,28.971
|
|
411
|
+
l-24.546,14.083L91.186,150.5L117.648,140.47z M139.061,185.766l11.696,24.74l-23.526,16.24l-12.715-26.897L139.061,185.766z
|
|
412
|
+
M235.225,160.313l-45.309-95.844c4.85-5.146,10.652-9.373,17.122-12.432c13.747-6.499,29.202-7.256,43.519-2.13
|
|
413
|
+
c14.316,5.125,25.78,15.52,32.278,29.267c6.499,13.748,7.255,29.203,2.13,43.519c-5.125,14.316-15.52,25.78-29.267,32.278
|
|
414
|
+
C249.225,158.032,242.28,159.832,235.225,160.313z`
|
|
415
|
+
}
|
|
416
|
+
) })
|
|
417
|
+
}
|
|
418
|
+
);
|
|
419
|
+
}
|
|
420
|
+
function X1({
|
|
421
|
+
className: e = "fill-gray-600",
|
|
422
|
+
size: t = c.md
|
|
423
|
+
}) {
|
|
424
|
+
return /* @__PURE__ */ r.jsx(
|
|
425
|
+
"svg",
|
|
426
|
+
{
|
|
427
|
+
className: e,
|
|
428
|
+
height: t,
|
|
429
|
+
width: t,
|
|
430
|
+
version: "1.1",
|
|
431
|
+
id: "Capa_1",
|
|
432
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
433
|
+
viewBox: "0 0 345.134 345.134",
|
|
434
|
+
children: /* @__PURE__ */ r.jsxs("g", { children: [
|
|
435
|
+
/* @__PURE__ */ r.jsx(
|
|
436
|
+
"path",
|
|
437
|
+
{
|
|
438
|
+
d: `M62.549,252.369c-9.506,0-18.442,3.701-25.164,10.423c-13.874,13.875-13.874,36.452,0,50.327
|
|
439
|
+
c6.722,6.721,15.658,10.422,25.164,10.422s18.442-3.702,25.163-10.422c6.721-6.721,10.423-15.658,10.423-25.164
|
|
440
|
+
c0-9.505-3.702-18.442-10.423-25.163S72.055,252.369,62.549,252.369z M74.984,300.391c-3.321,3.321-7.737,5.15-12.435,5.15
|
|
441
|
+
c-4.698,0-9.114-1.829-12.436-5.15c-6.856-6.857-6.856-18.014,0-24.871c3.321-3.322,7.737-5.151,12.436-5.151
|
|
442
|
+
c4.697,0,9.113,1.829,12.435,5.15c3.322,3.322,5.151,7.738,5.151,12.436C80.135,292.653,78.306,297.069,74.984,300.391z`
|
|
443
|
+
}
|
|
444
|
+
),
|
|
445
|
+
/* @__PURE__ */ r.jsx(
|
|
446
|
+
"path",
|
|
447
|
+
{
|
|
448
|
+
d: `M318.144,274.188c-0.21-7.501-3.541-14.67-9.136-19.67l-52.374-46.799c3.393-3.516,6.552-7.243,9.456-11.16
|
|
449
|
+
c0.618-0.631,1.141-1.352,1.553-2.142c13.073-18.52,20.587-40.958,20.587-64.543c0-29.765-12.02-62.442-32.152-87.412
|
|
450
|
+
C233.999,15.081,205.654,0,176.263,0c-25.543,0-50.292,11.395-70.828,32.351c-17.977,3.975-33.666,12.256-45.911,24.5
|
|
451
|
+
c-20.782,20.783-30.162,51.489-26.411,86.463c3.421,31.892,18.027,63.498,39.074,84.544c19.245,19.246,44.48,30.343,70.581,32.386
|
|
452
|
+
l-3.145,55.938c-0.422,7.492,2.293,14.917,7.448,20.37c5.155,5.453,12.416,8.581,19.921,8.581h18.541
|
|
453
|
+
c7.504,0,14.765-3.127,19.92-8.581c5.155-5.453,7.87-12.878,7.448-20.37l-3.564-63.404l47.854,53.555
|
|
454
|
+
c5,5.596,12.169,8.926,19.671,9.137c0.254,0.007,0.506,0.011,0.759,0.011c7.235,0,14.268-2.902,19.395-8.029l13.11-13.11
|
|
455
|
+
C315.433,289.036,318.355,281.69,318.144,274.188z M277.367,297.478c-2.613-0.074-5.012-1.188-6.754-3.137l-47.936-53.646
|
|
456
|
+
c-5.366-6.005-12.813-9.207-20.429-9.207c-3.877,0-7.799,0.83-11.512,2.542c-11.226,5.178-23.144,7.96-35.07,8.481l89.517-89.517
|
|
457
|
+
c-0.521,11.926-3.303,23.844-8.482,35.07c-5.076,11.006-2.397,23.842,6.665,31.94l53.646,47.936
|
|
458
|
+
c1.95,1.742,3.063,4.141,3.138,6.754c0.073,2.614-0.904,5.072-2.754,6.92l-13.11,13.11
|
|
459
|
+
C282.439,296.573,279.981,297.552,277.367,297.478z M157.594,317.193l3.203-56.98c10.334-0.85,20.618-3.146,30.541-6.93
|
|
460
|
+
l3.593,63.911c0.146,2.61-0.762,5.094-2.559,6.994c-1.796,1.9-4.225,2.946-6.839,2.946h-18.541c-2.614,0-5.044-1.046-6.841-2.947
|
|
461
|
+
C158.356,322.287,157.447,319.803,157.594,317.193z M72.252,69.579c16.857-16.857,42.365-24.397,71.816-21.243
|
|
462
|
+
c27.938,2.997,55.502,15.671,73.735,33.905c13.173,13.173,21.79,29.694,25.456,47.222L134.234,238.489
|
|
463
|
+
c-0.663,0.663-1.2,1.404-1.613,2.193c-17.708-3.607-34.412-12.257-47.705-25.551c-18.234-18.234-30.909-45.799-33.905-73.736
|
|
464
|
+
C47.851,111.941,55.395,86.436,72.252,69.579z M242.066,53.761c17.636,21.873,28.164,50.327,28.164,76.113
|
|
465
|
+
c0,14.016-3.173,27.544-8.912,39.77c2.333-12.385,2.54-25.007,0.712-37.323c-0.009-0.883-0.149-1.762-0.416-2.612
|
|
466
|
+
c-3.852-22.34-14.405-43.519-31.081-60.196c-21.047-21.047-52.652-35.654-84.544-39.074c-3.016-0.323-5.997-0.542-8.946-0.671
|
|
467
|
+
C149.446,22.066,162.779,18,176.263,18C200.103,18,223.472,30.7,242.066,53.761z`
|
|
468
|
+
}
|
|
469
|
+
)
|
|
470
|
+
] })
|
|
471
|
+
}
|
|
472
|
+
);
|
|
473
|
+
}
|
|
474
|
+
function Q1({
|
|
475
|
+
className: e = "fill-gray-600",
|
|
476
|
+
size: t = c.md
|
|
477
|
+
}) {
|
|
478
|
+
return /* @__PURE__ */ r.jsx(
|
|
479
|
+
"svg",
|
|
480
|
+
{
|
|
481
|
+
className: e,
|
|
482
|
+
height: t,
|
|
483
|
+
width: t,
|
|
484
|
+
version: "1.1",
|
|
485
|
+
id: "Capa_1",
|
|
486
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
487
|
+
viewBox: "0 0 306.292 306.292",
|
|
488
|
+
children: /* @__PURE__ */ r.jsxs("g", { children: [
|
|
489
|
+
/* @__PURE__ */ r.jsx(
|
|
490
|
+
"path",
|
|
491
|
+
{
|
|
492
|
+
d: `M318.816,57.259c-4.269-2.55-9.792-1.156-12.342,3.111l0,0l-25.322,42.392h-29.876l33.178-55.544l0,0
|
|
493
|
+
c2.549-4.267,1.156-9.793-3.111-12.342c-4.27-2.549-9.793-1.157-12.342,3.111L170.763,202.45
|
|
494
|
+
c-9.397,15.731-26.617,25.503-44.94,25.503H37.96c-4.915,0-9.582,2.368-12.484,6.333L2.999,264.99
|
|
495
|
+
c-3.461,4.729-3.964,10.913-1.313,16.14c2.651,5.226,7.938,8.472,13.798,8.472h135.109c24.624,0,47.766-13.132,60.393-34.272
|
|
496
|
+
L321.928,69.6C324.476,65.333,323.084,59.808,318.816,57.259z M150.594,271.602H20.467l18.775-25.649h86.581
|
|
497
|
+
c24.624,0,47.765-13.132,60.394-34.272l33.313-55.77h29.876l-53.872,90.188C186.137,261.83,168.917,271.602,150.594,271.602z
|
|
498
|
+
M260.157,137.911h-29.876l10.244-17.149h29.876L260.157,137.911z`
|
|
499
|
+
}
|
|
500
|
+
),
|
|
501
|
+
/* @__PURE__ */ r.jsx(
|
|
502
|
+
"path",
|
|
503
|
+
{
|
|
504
|
+
d: `M85.667,214.104c24.565,0,53.252-6.091,53.252-23.258v-27.82c0-17.167-28.687-23.258-53.252-23.258
|
|
505
|
+
s-53.252,6.091-53.252,23.258v27.82C32.415,208.013,61.101,214.104,85.667,214.104z M85.667,196.104
|
|
506
|
+
c-19.354,0-31.959-4.2-35.252-6.772v-8.043c13.519,4.639,30.465,4.995,35.252,4.995c4.833,0,21.754-0.359,35.252-4.986v8.034
|
|
507
|
+
C117.626,191.904,105.02,196.104,85.667,196.104z M118.242,163.028c-5.383,2.434-16.712,5.256-32.576,5.256
|
|
508
|
+
c-15.864,0-27.191-2.822-32.575-5.256c5.38-2.435,16.703-5.259,32.575-5.259C101.54,157.768,112.863,160.592,118.242,163.028z`
|
|
509
|
+
}
|
|
510
|
+
)
|
|
511
|
+
] })
|
|
512
|
+
}
|
|
513
|
+
);
|
|
514
|
+
}
|
|
515
|
+
function K1({
|
|
516
|
+
className: e = "",
|
|
517
|
+
size: t = c.md
|
|
518
|
+
}) {
|
|
519
|
+
return /* @__PURE__ */ r.jsx(
|
|
520
|
+
"svg",
|
|
521
|
+
{
|
|
522
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
523
|
+
className: e,
|
|
524
|
+
height: t,
|
|
525
|
+
width: t,
|
|
526
|
+
viewBox: "0 -960 960 960",
|
|
527
|
+
children: /* @__PURE__ */ r.jsx("path", { d: "M480-480ZM362-202 202-362q-3 38-1.5 79t7.5 73q23 7 69.5 9t84.5-1Zm96-16q59-13 106-37t82-59q34-34 58-80.5T742-500L500-742q-57 14-103 38.5T316-644q-35 35-59.5 81.5T218-458l240 240Zm-62-122-56-56 224-224 56 56-224 224Zm362-256q4-39 2.5-81t-8.5-73q-23-8-69.5-10t-84.5 2l160 162ZM310-120q-57 0-104-8.5T148-148q-11-12-19.5-60T120-314q0-119 36-220.5T258-702q66-66 169-102t223-36q58 0 104.5 8.5T812-812q11 12 19.5 60t8.5 108q0 117-36 218.5T702-258q-65 65-168 101.5T310-120Z" })
|
|
528
|
+
}
|
|
529
|
+
);
|
|
530
|
+
}
|
|
531
|
+
var e0 = Object.defineProperty, t0 = (e, t, o) => t in e ? e0(e, t, { enumerable: !0, configurable: !0, writable: !0, value: o }) : e[t] = o, J = (e, t, o) => t0(e, typeof t != "symbol" ? t + "" : t, o);
|
|
532
|
+
const q1 = "-", r0 = (e) => {
|
|
533
|
+
const t = n0(e), {
|
|
534
|
+
conflictingClassGroups: o,
|
|
535
|
+
conflictingClassGroupModifiers: a
|
|
536
|
+
} = e;
|
|
537
|
+
return {
|
|
538
|
+
getClassGroupId: (s) => {
|
|
539
|
+
const d = s.split(q1);
|
|
540
|
+
return d[0] === "" && d.length !== 1 && d.shift(), z1(d, t) || o0(s);
|
|
541
|
+
},
|
|
542
|
+
getConflictingClassGroupIds: (s, d) => {
|
|
543
|
+
const u = o[s] || [];
|
|
544
|
+
return d && a[s] ? [...u, ...a[s]] : u;
|
|
545
|
+
}
|
|
546
|
+
};
|
|
547
|
+
}, z1 = (e, t) => {
|
|
548
|
+
var o;
|
|
549
|
+
if (e.length === 0)
|
|
550
|
+
return t.classGroupId;
|
|
551
|
+
const a = e[0], s = t.nextPart.get(a), d = s ? z1(e.slice(1), s) : void 0;
|
|
552
|
+
if (d)
|
|
553
|
+
return d;
|
|
554
|
+
if (t.validators.length === 0)
|
|
555
|
+
return;
|
|
556
|
+
const u = e.join(q1);
|
|
557
|
+
return (o = t.validators.find(({
|
|
558
|
+
validator: x
|
|
559
|
+
}) => x(u))) == null ? void 0 : o.classGroupId;
|
|
560
|
+
}, j1 = /^\[(.+)\]$/, o0 = (e) => {
|
|
561
|
+
if (j1.test(e)) {
|
|
562
|
+
const t = j1.exec(e)[1], o = t == null ? void 0 : t.substring(0, t.indexOf(":"));
|
|
563
|
+
if (o)
|
|
564
|
+
return "arbitrary.." + o;
|
|
565
|
+
}
|
|
566
|
+
}, n0 = (e) => {
|
|
567
|
+
const {
|
|
568
|
+
theme: t,
|
|
569
|
+
classGroups: o
|
|
570
|
+
} = e, a = {
|
|
571
|
+
nextPart: /* @__PURE__ */ new Map(),
|
|
572
|
+
validators: []
|
|
573
|
+
};
|
|
574
|
+
for (const s in o)
|
|
575
|
+
w1(o[s], a, s, t);
|
|
576
|
+
return a;
|
|
577
|
+
}, w1 = (e, t, o, a) => {
|
|
578
|
+
e.forEach((s) => {
|
|
579
|
+
if (typeof s == "string") {
|
|
580
|
+
const d = s === "" ? t : Z1(t, s);
|
|
581
|
+
d.classGroupId = o;
|
|
582
|
+
return;
|
|
583
|
+
}
|
|
584
|
+
if (typeof s == "function") {
|
|
585
|
+
if (a0(s)) {
|
|
586
|
+
w1(s(a), t, o, a);
|
|
587
|
+
return;
|
|
588
|
+
}
|
|
589
|
+
t.validators.push({
|
|
590
|
+
validator: s,
|
|
591
|
+
classGroupId: o
|
|
592
|
+
});
|
|
593
|
+
return;
|
|
594
|
+
}
|
|
595
|
+
Object.entries(s).forEach(([d, u]) => {
|
|
596
|
+
w1(u, Z1(t, d), o, a);
|
|
597
|
+
});
|
|
598
|
+
});
|
|
599
|
+
}, Z1 = (e, t) => {
|
|
600
|
+
let o = e;
|
|
601
|
+
return t.split(q1).forEach((a) => {
|
|
602
|
+
o.nextPart.has(a) || o.nextPart.set(a, {
|
|
603
|
+
nextPart: /* @__PURE__ */ new Map(),
|
|
604
|
+
validators: []
|
|
605
|
+
}), o = o.nextPart.get(a);
|
|
606
|
+
}), o;
|
|
607
|
+
}, a0 = (e) => e.isThemeGetter, s0 = (e) => {
|
|
608
|
+
if (e < 1)
|
|
609
|
+
return {
|
|
610
|
+
get: () => {
|
|
611
|
+
},
|
|
612
|
+
set: () => {
|
|
613
|
+
}
|
|
614
|
+
};
|
|
615
|
+
let t = 0, o = /* @__PURE__ */ new Map(), a = /* @__PURE__ */ new Map();
|
|
616
|
+
const s = (d, u) => {
|
|
617
|
+
o.set(d, u), t++, t > e && (t = 0, a = o, o = /* @__PURE__ */ new Map());
|
|
618
|
+
};
|
|
619
|
+
return {
|
|
620
|
+
get(d) {
|
|
621
|
+
let u = o.get(d);
|
|
622
|
+
if (u !== void 0)
|
|
623
|
+
return u;
|
|
624
|
+
if ((u = a.get(d)) !== void 0)
|
|
625
|
+
return s(d, u), u;
|
|
626
|
+
},
|
|
627
|
+
set(d, u) {
|
|
628
|
+
o.has(d) ? o.set(d, u) : s(d, u);
|
|
629
|
+
}
|
|
630
|
+
};
|
|
631
|
+
}, x1 = "!", b1 = ":", l0 = b1.length, i0 = (e) => {
|
|
632
|
+
const {
|
|
633
|
+
prefix: t,
|
|
634
|
+
experimentalParseClassName: o
|
|
635
|
+
} = e;
|
|
636
|
+
let a = (s) => {
|
|
637
|
+
const d = [];
|
|
638
|
+
let u = 0, x = 0, p = 0, j;
|
|
639
|
+
for (let M = 0; M < s.length; M++) {
|
|
640
|
+
let Z = s[M];
|
|
641
|
+
if (u === 0 && x === 0) {
|
|
642
|
+
if (Z === b1) {
|
|
643
|
+
d.push(s.slice(p, M)), p = M + l0;
|
|
644
|
+
continue;
|
|
645
|
+
}
|
|
646
|
+
if (Z === "/") {
|
|
647
|
+
j = M;
|
|
648
|
+
continue;
|
|
649
|
+
}
|
|
650
|
+
}
|
|
651
|
+
Z === "[" ? u++ : Z === "]" ? u-- : Z === "(" ? x++ : Z === ")" && x--;
|
|
652
|
+
}
|
|
653
|
+
const y = d.length === 0 ? s : s.substring(p), R = c0(y), S = R !== y, N = j && j > p ? j - p : void 0;
|
|
654
|
+
return {
|
|
655
|
+
modifiers: d,
|
|
656
|
+
hasImportantModifier: S,
|
|
657
|
+
baseClassName: R,
|
|
658
|
+
maybePostfixModifierPosition: N
|
|
659
|
+
};
|
|
660
|
+
};
|
|
661
|
+
if (t) {
|
|
662
|
+
const s = t + b1, d = a;
|
|
663
|
+
a = (u) => u.startsWith(s) ? d(u.substring(s.length)) : {
|
|
664
|
+
isExternal: !0,
|
|
665
|
+
modifiers: [],
|
|
666
|
+
hasImportantModifier: !1,
|
|
667
|
+
baseClassName: u,
|
|
668
|
+
maybePostfixModifierPosition: void 0
|
|
669
|
+
};
|
|
670
|
+
}
|
|
671
|
+
if (o) {
|
|
672
|
+
const s = a;
|
|
673
|
+
a = (d) => o({
|
|
674
|
+
className: d,
|
|
675
|
+
parseClassName: s
|
|
676
|
+
});
|
|
677
|
+
}
|
|
678
|
+
return a;
|
|
679
|
+
}, c0 = (e) => e.endsWith(x1) ? e.substring(0, e.length - 1) : e.startsWith(x1) ? e.substring(1) : e, d0 = (e) => {
|
|
680
|
+
const t = Object.fromEntries(e.orderSensitiveModifiers.map((o) => [o, !0]));
|
|
681
|
+
return (o) => {
|
|
682
|
+
if (o.length <= 1)
|
|
683
|
+
return o;
|
|
684
|
+
const a = [];
|
|
685
|
+
let s = [];
|
|
686
|
+
return o.forEach((d) => {
|
|
687
|
+
d[0] === "[" || t[d] ? (a.push(...s.sort(), d), s = []) : s.push(d);
|
|
688
|
+
}), a.push(...s.sort()), a;
|
|
689
|
+
};
|
|
690
|
+
}, m0 = (e) => ({
|
|
691
|
+
cache: s0(e.cacheSize),
|
|
692
|
+
parseClassName: i0(e),
|
|
693
|
+
sortModifiers: d0(e),
|
|
694
|
+
...r0(e)
|
|
695
|
+
}), h0 = /\s+/, v0 = (e, t) => {
|
|
696
|
+
const {
|
|
697
|
+
parseClassName: o,
|
|
698
|
+
getClassGroupId: a,
|
|
699
|
+
getConflictingClassGroupIds: s,
|
|
700
|
+
sortModifiers: d
|
|
701
|
+
} = t, u = [], x = e.trim().split(h0);
|
|
702
|
+
let p = "";
|
|
703
|
+
for (let j = x.length - 1; j >= 0; j -= 1) {
|
|
704
|
+
const y = x[j], {
|
|
705
|
+
isExternal: R,
|
|
706
|
+
modifiers: S,
|
|
707
|
+
hasImportantModifier: N,
|
|
708
|
+
baseClassName: M,
|
|
709
|
+
maybePostfixModifierPosition: Z
|
|
710
|
+
} = o(y);
|
|
711
|
+
if (R) {
|
|
712
|
+
p = y + (p.length > 0 ? " " + p : p);
|
|
713
|
+
continue;
|
|
714
|
+
}
|
|
715
|
+
let I = !!Z, P = a(I ? M.substring(0, Z) : M);
|
|
716
|
+
if (!P) {
|
|
717
|
+
if (!I) {
|
|
718
|
+
p = y + (p.length > 0 ? " " + p : p);
|
|
719
|
+
continue;
|
|
720
|
+
}
|
|
721
|
+
if (P = a(M), !P) {
|
|
722
|
+
p = y + (p.length > 0 ? " " + p : p);
|
|
723
|
+
continue;
|
|
724
|
+
}
|
|
725
|
+
I = !1;
|
|
726
|
+
}
|
|
727
|
+
const Q = d(S).join(":"), F = N ? Q + x1 : Q, $ = F + P;
|
|
728
|
+
if (u.includes($))
|
|
729
|
+
continue;
|
|
730
|
+
u.push($);
|
|
731
|
+
const G = s(P, I);
|
|
732
|
+
for (let _ = 0; _ < G.length; ++_) {
|
|
733
|
+
const W = G[_];
|
|
734
|
+
u.push(F + W);
|
|
735
|
+
}
|
|
736
|
+
p = y + (p.length > 0 ? " " + p : p);
|
|
737
|
+
}
|
|
738
|
+
return p;
|
|
739
|
+
};
|
|
740
|
+
function u0() {
|
|
741
|
+
let e = 0, t, o, a = "";
|
|
742
|
+
for (; e < arguments.length; )
|
|
743
|
+
(t = arguments[e++]) && (o = E1(t)) && (a && (a += " "), a += o);
|
|
744
|
+
return a;
|
|
745
|
+
}
|
|
746
|
+
const E1 = (e) => {
|
|
747
|
+
if (typeof e == "string")
|
|
748
|
+
return e;
|
|
749
|
+
let t, o = "";
|
|
750
|
+
for (let a = 0; a < e.length; a++)
|
|
751
|
+
e[a] && (t = E1(e[a])) && (o && (o += " "), o += t);
|
|
752
|
+
return o;
|
|
753
|
+
};
|
|
754
|
+
function g0(e, ...t) {
|
|
755
|
+
let o, a, s, d = u;
|
|
756
|
+
function u(p) {
|
|
757
|
+
const j = t.reduce((y, R) => R(y), e());
|
|
758
|
+
return o = m0(j), a = o.cache.get, s = o.cache.set, d = x, x(p);
|
|
759
|
+
}
|
|
760
|
+
function x(p) {
|
|
761
|
+
const j = a(p);
|
|
762
|
+
if (j)
|
|
763
|
+
return j;
|
|
764
|
+
const y = v0(p, o);
|
|
765
|
+
return s(p, y), y;
|
|
766
|
+
}
|
|
767
|
+
return function() {
|
|
768
|
+
return d(u0.apply(null, arguments));
|
|
769
|
+
};
|
|
770
|
+
}
|
|
771
|
+
const k = (e) => {
|
|
772
|
+
const t = (o) => o[e] || [];
|
|
773
|
+
return t.isThemeGetter = !0, t;
|
|
774
|
+
}, R1 = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, H1 = /^\((?:(\w[\w-]*):)?(.+)\)$/i, p0 = /^\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) => p0.test(e), g = (e) => !!e && !Number.isNaN(Number(e)), Y = (e) => !!e && Number.isInteger(Number(e)), p1 = (e) => e.endsWith("%") && g(e.slice(0, -1)), B = (e) => f0.test(e), T0 = () => !0, k0 = (e) => (
|
|
775
|
+
// `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
|
|
776
|
+
// For example, `hsl(0 0% 0%)` would be classified as a length without this check.
|
|
777
|
+
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
778
|
+
w0.test(e) && !x0.test(e)
|
|
779
|
+
), L1 = () => !1, y0 = (e) => b0.test(e), j0 = (e) => q0.test(e), Z0 = (e) => !l(e) && !i(e), C0 = (e) => r1(e, P1, L1), l = (e) => R1.test(e), X = (e) => r1(e, _1, k0), f1 = (e) => r1(e, H0, g), C1 = (e) => r1(e, S1, L1), M0 = (e) => r1(e, A1, j0), u1 = (e) => r1(e, O1, y0), i = (e) => H1.test(e), c1 = (e) => o1(e, _1), z0 = (e) => o1(e, L0), M1 = (e) => o1(e, S1), E0 = (e) => o1(e, P1), R0 = (e) => o1(e, A1), g1 = (e) => o1(e, O1, !0), r1 = (e, t, o) => {
|
|
780
|
+
const a = R1.exec(e);
|
|
781
|
+
return a ? a[1] ? t(a[1]) : o(a[2]) : !1;
|
|
782
|
+
}, o1 = (e, t, o = !1) => {
|
|
783
|
+
const a = H1.exec(e);
|
|
784
|
+
return a ? a[1] ? t(a[1]) : o : !1;
|
|
785
|
+
}, S1 = (e) => e === "position" || e === "percentage", A1 = (e) => e === "image" || e === "url", P1 = (e) => e === "length" || e === "size" || e === "bg-size", _1 = (e) => e === "length", H0 = (e) => e === "number", L0 = (e) => e === "family-name", O1 = (e) => e === "shadow", S0 = () => {
|
|
786
|
+
const e = k("color"), t = k("font"), o = k("text"), a = k("font-weight"), s = k("tracking"), d = k("leading"), u = k("breakpoint"), x = k("container"), p = k("spacing"), j = k("radius"), y = k("shadow"), R = k("inset-shadow"), S = k("text-shadow"), N = k("drop-shadow"), M = k("blur"), Z = k("perspective"), I = k("aspect"), P = k("ease"), Q = k("animate"), F = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], $ = () => [
|
|
787
|
+
"center",
|
|
788
|
+
"top",
|
|
789
|
+
"bottom",
|
|
790
|
+
"left",
|
|
791
|
+
"right",
|
|
792
|
+
"top-left",
|
|
793
|
+
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
794
|
+
"left-top",
|
|
795
|
+
"top-right",
|
|
796
|
+
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
797
|
+
"right-top",
|
|
798
|
+
"bottom-right",
|
|
799
|
+
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
800
|
+
"right-bottom",
|
|
801
|
+
"bottom-left",
|
|
802
|
+
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
803
|
+
"left-bottom"
|
|
804
|
+
], G = () => [...$(), i, l], _ = () => ["auto", "hidden", "clip", "visible", "scroll"], W = () => ["auto", "contain", "none"], h = () => [i, l, p], H = () => [t1, "full", "auto", ...h()], m1 = () => [Y, "none", "subgrid", i, l], K = () => ["auto", {
|
|
805
|
+
span: ["full", Y, i, l]
|
|
806
|
+
}, Y, i, l], U = () => [Y, "auto", i, l], h1 = () => ["auto", "min", "max", "fr", i, l], V = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], O = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], z = () => ["auto", ...h()], A = () => [t1, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...h()], m = () => [e, i, l], a1 = () => [...$(), M1, C1, {
|
|
807
|
+
position: [i, l]
|
|
808
|
+
}], n = () => ["no-repeat", {
|
|
809
|
+
repeat: ["", "x", "y", "space", "round"]
|
|
810
|
+
}], v = () => ["auto", "cover", "contain", E0, C0, {
|
|
811
|
+
size: [i, l]
|
|
812
|
+
}], w = () => [p1, c1, X], f = () => [
|
|
813
|
+
// Deprecated since Tailwind CSS v4.0.0
|
|
814
|
+
"",
|
|
815
|
+
"none",
|
|
816
|
+
"full",
|
|
817
|
+
j,
|
|
818
|
+
i,
|
|
819
|
+
l
|
|
820
|
+
], b = () => ["", g, c1, X], C = () => ["solid", "dashed", "dotted", "double"], e1 = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], q = () => [g, p1, M1, C1], T = () => [
|
|
821
|
+
// Deprecated since Tailwind CSS v4.0.0
|
|
822
|
+
"",
|
|
823
|
+
"none",
|
|
824
|
+
M,
|
|
825
|
+
i,
|
|
826
|
+
l
|
|
827
|
+
], L = () => ["none", g, i, l], D = () => ["none", g, i, l], s1 = () => [g, i, l], v1 = () => [t1, "full", ...h()];
|
|
828
|
+
return {
|
|
829
|
+
cacheSize: 500,
|
|
830
|
+
theme: {
|
|
831
|
+
animate: ["spin", "ping", "pulse", "bounce"],
|
|
832
|
+
aspect: ["video"],
|
|
833
|
+
blur: [B],
|
|
834
|
+
breakpoint: [B],
|
|
835
|
+
color: [T0],
|
|
836
|
+
container: [B],
|
|
837
|
+
"drop-shadow": [B],
|
|
838
|
+
ease: ["in", "out", "in-out"],
|
|
839
|
+
font: [Z0],
|
|
840
|
+
"font-weight": ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black"],
|
|
841
|
+
"inset-shadow": [B],
|
|
842
|
+
leading: ["none", "tight", "snug", "normal", "relaxed", "loose"],
|
|
843
|
+
perspective: ["dramatic", "near", "normal", "midrange", "distant", "none"],
|
|
844
|
+
radius: [B],
|
|
845
|
+
shadow: [B],
|
|
846
|
+
spacing: ["px", g],
|
|
847
|
+
text: [B],
|
|
848
|
+
"text-shadow": [B],
|
|
849
|
+
tracking: ["tighter", "tight", "normal", "wide", "wider", "widest"]
|
|
850
|
+
},
|
|
851
|
+
classGroups: {
|
|
852
|
+
// --------------
|
|
853
|
+
// --- Layout ---
|
|
854
|
+
// --------------
|
|
855
|
+
/**
|
|
856
|
+
* Aspect Ratio
|
|
857
|
+
* @see https://tailwindcss.com/docs/aspect-ratio
|
|
858
|
+
*/
|
|
859
|
+
aspect: [{
|
|
860
|
+
aspect: ["auto", "square", t1, l, i, I]
|
|
861
|
+
}],
|
|
862
|
+
/**
|
|
863
|
+
* Container
|
|
864
|
+
* @see https://tailwindcss.com/docs/container
|
|
865
|
+
* @deprecated since Tailwind CSS v4.0.0
|
|
866
|
+
*/
|
|
867
|
+
container: ["container"],
|
|
868
|
+
/**
|
|
869
|
+
* Columns
|
|
870
|
+
* @see https://tailwindcss.com/docs/columns
|
|
871
|
+
*/
|
|
872
|
+
columns: [{
|
|
873
|
+
columns: [g, l, i, x]
|
|
874
|
+
}],
|
|
875
|
+
/**
|
|
876
|
+
* Break After
|
|
877
|
+
* @see https://tailwindcss.com/docs/break-after
|
|
878
|
+
*/
|
|
879
|
+
"break-after": [{
|
|
880
|
+
"break-after": F()
|
|
881
|
+
}],
|
|
882
|
+
/**
|
|
883
|
+
* Break Before
|
|
884
|
+
* @see https://tailwindcss.com/docs/break-before
|
|
885
|
+
*/
|
|
886
|
+
"break-before": [{
|
|
887
|
+
"break-before": F()
|
|
888
|
+
}],
|
|
889
|
+
/**
|
|
890
|
+
* Break Inside
|
|
891
|
+
* @see https://tailwindcss.com/docs/break-inside
|
|
892
|
+
*/
|
|
893
|
+
"break-inside": [{
|
|
894
|
+
"break-inside": ["auto", "avoid", "avoid-page", "avoid-column"]
|
|
895
|
+
}],
|
|
896
|
+
/**
|
|
897
|
+
* Box Decoration Break
|
|
898
|
+
* @see https://tailwindcss.com/docs/box-decoration-break
|
|
899
|
+
*/
|
|
900
|
+
"box-decoration": [{
|
|
901
|
+
"box-decoration": ["slice", "clone"]
|
|
902
|
+
}],
|
|
903
|
+
/**
|
|
904
|
+
* Box Sizing
|
|
905
|
+
* @see https://tailwindcss.com/docs/box-sizing
|
|
906
|
+
*/
|
|
907
|
+
box: [{
|
|
908
|
+
box: ["border", "content"]
|
|
909
|
+
}],
|
|
910
|
+
/**
|
|
911
|
+
* Display
|
|
912
|
+
* @see https://tailwindcss.com/docs/display
|
|
913
|
+
*/
|
|
914
|
+
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"],
|
|
915
|
+
/**
|
|
916
|
+
* Screen Reader Only
|
|
917
|
+
* @see https://tailwindcss.com/docs/display#screen-reader-only
|
|
918
|
+
*/
|
|
919
|
+
sr: ["sr-only", "not-sr-only"],
|
|
920
|
+
/**
|
|
921
|
+
* Floats
|
|
922
|
+
* @see https://tailwindcss.com/docs/float
|
|
923
|
+
*/
|
|
924
|
+
float: [{
|
|
925
|
+
float: ["right", "left", "none", "start", "end"]
|
|
926
|
+
}],
|
|
927
|
+
/**
|
|
928
|
+
* Clear
|
|
929
|
+
* @see https://tailwindcss.com/docs/clear
|
|
930
|
+
*/
|
|
931
|
+
clear: [{
|
|
932
|
+
clear: ["left", "right", "both", "none", "start", "end"]
|
|
933
|
+
}],
|
|
934
|
+
/**
|
|
935
|
+
* Isolation
|
|
936
|
+
* @see https://tailwindcss.com/docs/isolation
|
|
937
|
+
*/
|
|
938
|
+
isolation: ["isolate", "isolation-auto"],
|
|
939
|
+
/**
|
|
940
|
+
* Object Fit
|
|
941
|
+
* @see https://tailwindcss.com/docs/object-fit
|
|
942
|
+
*/
|
|
943
|
+
"object-fit": [{
|
|
944
|
+
object: ["contain", "cover", "fill", "none", "scale-down"]
|
|
945
|
+
}],
|
|
946
|
+
/**
|
|
947
|
+
* Object Position
|
|
948
|
+
* @see https://tailwindcss.com/docs/object-position
|
|
949
|
+
*/
|
|
950
|
+
"object-position": [{
|
|
951
|
+
object: G()
|
|
952
|
+
}],
|
|
953
|
+
/**
|
|
954
|
+
* Overflow
|
|
955
|
+
* @see https://tailwindcss.com/docs/overflow
|
|
956
|
+
*/
|
|
957
|
+
overflow: [{
|
|
958
|
+
overflow: _()
|
|
959
|
+
}],
|
|
960
|
+
/**
|
|
961
|
+
* Overflow X
|
|
962
|
+
* @see https://tailwindcss.com/docs/overflow
|
|
963
|
+
*/
|
|
964
|
+
"overflow-x": [{
|
|
965
|
+
"overflow-x": _()
|
|
966
|
+
}],
|
|
967
|
+
/**
|
|
968
|
+
* Overflow Y
|
|
969
|
+
* @see https://tailwindcss.com/docs/overflow
|
|
970
|
+
*/
|
|
971
|
+
"overflow-y": [{
|
|
972
|
+
"overflow-y": _()
|
|
973
|
+
}],
|
|
974
|
+
/**
|
|
975
|
+
* Overscroll Behavior
|
|
976
|
+
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
977
|
+
*/
|
|
978
|
+
overscroll: [{
|
|
979
|
+
overscroll: W()
|
|
980
|
+
}],
|
|
981
|
+
/**
|
|
982
|
+
* Overscroll Behavior X
|
|
983
|
+
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
984
|
+
*/
|
|
985
|
+
"overscroll-x": [{
|
|
986
|
+
"overscroll-x": W()
|
|
987
|
+
}],
|
|
988
|
+
/**
|
|
989
|
+
* Overscroll Behavior Y
|
|
990
|
+
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
991
|
+
*/
|
|
992
|
+
"overscroll-y": [{
|
|
993
|
+
"overscroll-y": W()
|
|
994
|
+
}],
|
|
995
|
+
/**
|
|
996
|
+
* Position
|
|
997
|
+
* @see https://tailwindcss.com/docs/position
|
|
998
|
+
*/
|
|
999
|
+
position: ["static", "fixed", "absolute", "relative", "sticky"],
|
|
1000
|
+
/**
|
|
1001
|
+
* Top / Right / Bottom / Left
|
|
1002
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1003
|
+
*/
|
|
1004
|
+
inset: [{
|
|
1005
|
+
inset: H()
|
|
1006
|
+
}],
|
|
1007
|
+
/**
|
|
1008
|
+
* Right / Left
|
|
1009
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1010
|
+
*/
|
|
1011
|
+
"inset-x": [{
|
|
1012
|
+
"inset-x": H()
|
|
1013
|
+
}],
|
|
1014
|
+
/**
|
|
1015
|
+
* Top / Bottom
|
|
1016
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1017
|
+
*/
|
|
1018
|
+
"inset-y": [{
|
|
1019
|
+
"inset-y": H()
|
|
1020
|
+
}],
|
|
1021
|
+
/**
|
|
1022
|
+
* Start
|
|
1023
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1024
|
+
*/
|
|
1025
|
+
start: [{
|
|
1026
|
+
start: H()
|
|
1027
|
+
}],
|
|
1028
|
+
/**
|
|
1029
|
+
* End
|
|
1030
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1031
|
+
*/
|
|
1032
|
+
end: [{
|
|
1033
|
+
end: H()
|
|
1034
|
+
}],
|
|
1035
|
+
/**
|
|
1036
|
+
* Top
|
|
1037
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1038
|
+
*/
|
|
1039
|
+
top: [{
|
|
1040
|
+
top: H()
|
|
1041
|
+
}],
|
|
1042
|
+
/**
|
|
1043
|
+
* Right
|
|
1044
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1045
|
+
*/
|
|
1046
|
+
right: [{
|
|
1047
|
+
right: H()
|
|
1048
|
+
}],
|
|
1049
|
+
/**
|
|
1050
|
+
* Bottom
|
|
1051
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1052
|
+
*/
|
|
1053
|
+
bottom: [{
|
|
1054
|
+
bottom: H()
|
|
1055
|
+
}],
|
|
1056
|
+
/**
|
|
1057
|
+
* Left
|
|
1058
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1059
|
+
*/
|
|
1060
|
+
left: [{
|
|
1061
|
+
left: H()
|
|
1062
|
+
}],
|
|
1063
|
+
/**
|
|
1064
|
+
* Visibility
|
|
1065
|
+
* @see https://tailwindcss.com/docs/visibility
|
|
1066
|
+
*/
|
|
1067
|
+
visibility: ["visible", "invisible", "collapse"],
|
|
1068
|
+
/**
|
|
1069
|
+
* Z-Index
|
|
1070
|
+
* @see https://tailwindcss.com/docs/z-index
|
|
1071
|
+
*/
|
|
1072
|
+
z: [{
|
|
1073
|
+
z: [Y, "auto", i, l]
|
|
1074
|
+
}],
|
|
1075
|
+
// ------------------------
|
|
1076
|
+
// --- Flexbox and Grid ---
|
|
1077
|
+
// ------------------------
|
|
1078
|
+
/**
|
|
1079
|
+
* Flex Basis
|
|
1080
|
+
* @see https://tailwindcss.com/docs/flex-basis
|
|
1081
|
+
*/
|
|
1082
|
+
basis: [{
|
|
1083
|
+
basis: [t1, "full", "auto", x, ...h()]
|
|
1084
|
+
}],
|
|
1085
|
+
/**
|
|
1086
|
+
* Flex Direction
|
|
1087
|
+
* @see https://tailwindcss.com/docs/flex-direction
|
|
1088
|
+
*/
|
|
1089
|
+
"flex-direction": [{
|
|
1090
|
+
flex: ["row", "row-reverse", "col", "col-reverse"]
|
|
1091
|
+
}],
|
|
1092
|
+
/**
|
|
1093
|
+
* Flex Wrap
|
|
1094
|
+
* @see https://tailwindcss.com/docs/flex-wrap
|
|
1095
|
+
*/
|
|
1096
|
+
"flex-wrap": [{
|
|
1097
|
+
flex: ["nowrap", "wrap", "wrap-reverse"]
|
|
1098
|
+
}],
|
|
1099
|
+
/**
|
|
1100
|
+
* Flex
|
|
1101
|
+
* @see https://tailwindcss.com/docs/flex
|
|
1102
|
+
*/
|
|
1103
|
+
flex: [{
|
|
1104
|
+
flex: [g, t1, "auto", "initial", "none", l]
|
|
1105
|
+
}],
|
|
1106
|
+
/**
|
|
1107
|
+
* Flex Grow
|
|
1108
|
+
* @see https://tailwindcss.com/docs/flex-grow
|
|
1109
|
+
*/
|
|
1110
|
+
grow: [{
|
|
1111
|
+
grow: ["", g, i, l]
|
|
1112
|
+
}],
|
|
1113
|
+
/**
|
|
1114
|
+
* Flex Shrink
|
|
1115
|
+
* @see https://tailwindcss.com/docs/flex-shrink
|
|
1116
|
+
*/
|
|
1117
|
+
shrink: [{
|
|
1118
|
+
shrink: ["", g, i, l]
|
|
1119
|
+
}],
|
|
1120
|
+
/**
|
|
1121
|
+
* Order
|
|
1122
|
+
* @see https://tailwindcss.com/docs/order
|
|
1123
|
+
*/
|
|
1124
|
+
order: [{
|
|
1125
|
+
order: [Y, "first", "last", "none", i, l]
|
|
1126
|
+
}],
|
|
1127
|
+
/**
|
|
1128
|
+
* Grid Template Columns
|
|
1129
|
+
* @see https://tailwindcss.com/docs/grid-template-columns
|
|
1130
|
+
*/
|
|
1131
|
+
"grid-cols": [{
|
|
1132
|
+
"grid-cols": m1()
|
|
1133
|
+
}],
|
|
1134
|
+
/**
|
|
1135
|
+
* Grid Column Start / End
|
|
1136
|
+
* @see https://tailwindcss.com/docs/grid-column
|
|
1137
|
+
*/
|
|
1138
|
+
"col-start-end": [{
|
|
1139
|
+
col: K()
|
|
1140
|
+
}],
|
|
1141
|
+
/**
|
|
1142
|
+
* Grid Column Start
|
|
1143
|
+
* @see https://tailwindcss.com/docs/grid-column
|
|
1144
|
+
*/
|
|
1145
|
+
"col-start": [{
|
|
1146
|
+
"col-start": U()
|
|
1147
|
+
}],
|
|
1148
|
+
/**
|
|
1149
|
+
* Grid Column End
|
|
1150
|
+
* @see https://tailwindcss.com/docs/grid-column
|
|
1151
|
+
*/
|
|
1152
|
+
"col-end": [{
|
|
1153
|
+
"col-end": U()
|
|
1154
|
+
}],
|
|
1155
|
+
/**
|
|
1156
|
+
* Grid Template Rows
|
|
1157
|
+
* @see https://tailwindcss.com/docs/grid-template-rows
|
|
1158
|
+
*/
|
|
1159
|
+
"grid-rows": [{
|
|
1160
|
+
"grid-rows": m1()
|
|
1161
|
+
}],
|
|
1162
|
+
/**
|
|
1163
|
+
* Grid Row Start / End
|
|
1164
|
+
* @see https://tailwindcss.com/docs/grid-row
|
|
1165
|
+
*/
|
|
1166
|
+
"row-start-end": [{
|
|
1167
|
+
row: K()
|
|
1168
|
+
}],
|
|
1169
|
+
/**
|
|
1170
|
+
* Grid Row Start
|
|
1171
|
+
* @see https://tailwindcss.com/docs/grid-row
|
|
1172
|
+
*/
|
|
1173
|
+
"row-start": [{
|
|
1174
|
+
"row-start": U()
|
|
1175
|
+
}],
|
|
1176
|
+
/**
|
|
1177
|
+
* Grid Row End
|
|
1178
|
+
* @see https://tailwindcss.com/docs/grid-row
|
|
1179
|
+
*/
|
|
1180
|
+
"row-end": [{
|
|
1181
|
+
"row-end": U()
|
|
1182
|
+
}],
|
|
1183
|
+
/**
|
|
1184
|
+
* Grid Auto Flow
|
|
1185
|
+
* @see https://tailwindcss.com/docs/grid-auto-flow
|
|
1186
|
+
*/
|
|
1187
|
+
"grid-flow": [{
|
|
1188
|
+
"grid-flow": ["row", "col", "dense", "row-dense", "col-dense"]
|
|
1189
|
+
}],
|
|
1190
|
+
/**
|
|
1191
|
+
* Grid Auto Columns
|
|
1192
|
+
* @see https://tailwindcss.com/docs/grid-auto-columns
|
|
1193
|
+
*/
|
|
1194
|
+
"auto-cols": [{
|
|
1195
|
+
"auto-cols": h1()
|
|
1196
|
+
}],
|
|
1197
|
+
/**
|
|
1198
|
+
* Grid Auto Rows
|
|
1199
|
+
* @see https://tailwindcss.com/docs/grid-auto-rows
|
|
1200
|
+
*/
|
|
1201
|
+
"auto-rows": [{
|
|
1202
|
+
"auto-rows": h1()
|
|
1203
|
+
}],
|
|
1204
|
+
/**
|
|
1205
|
+
* Gap
|
|
1206
|
+
* @see https://tailwindcss.com/docs/gap
|
|
1207
|
+
*/
|
|
1208
|
+
gap: [{
|
|
1209
|
+
gap: h()
|
|
1210
|
+
}],
|
|
1211
|
+
/**
|
|
1212
|
+
* Gap X
|
|
1213
|
+
* @see https://tailwindcss.com/docs/gap
|
|
1214
|
+
*/
|
|
1215
|
+
"gap-x": [{
|
|
1216
|
+
"gap-x": h()
|
|
1217
|
+
}],
|
|
1218
|
+
/**
|
|
1219
|
+
* Gap Y
|
|
1220
|
+
* @see https://tailwindcss.com/docs/gap
|
|
1221
|
+
*/
|
|
1222
|
+
"gap-y": [{
|
|
1223
|
+
"gap-y": h()
|
|
1224
|
+
}],
|
|
1225
|
+
/**
|
|
1226
|
+
* Justify Content
|
|
1227
|
+
* @see https://tailwindcss.com/docs/justify-content
|
|
1228
|
+
*/
|
|
1229
|
+
"justify-content": [{
|
|
1230
|
+
justify: [...V(), "normal"]
|
|
1231
|
+
}],
|
|
1232
|
+
/**
|
|
1233
|
+
* Justify Items
|
|
1234
|
+
* @see https://tailwindcss.com/docs/justify-items
|
|
1235
|
+
*/
|
|
1236
|
+
"justify-items": [{
|
|
1237
|
+
"justify-items": [...O(), "normal"]
|
|
1238
|
+
}],
|
|
1239
|
+
/**
|
|
1240
|
+
* Justify Self
|
|
1241
|
+
* @see https://tailwindcss.com/docs/justify-self
|
|
1242
|
+
*/
|
|
1243
|
+
"justify-self": [{
|
|
1244
|
+
"justify-self": ["auto", ...O()]
|
|
1245
|
+
}],
|
|
1246
|
+
/**
|
|
1247
|
+
* Align Content
|
|
1248
|
+
* @see https://tailwindcss.com/docs/align-content
|
|
1249
|
+
*/
|
|
1250
|
+
"align-content": [{
|
|
1251
|
+
content: ["normal", ...V()]
|
|
1252
|
+
}],
|
|
1253
|
+
/**
|
|
1254
|
+
* Align Items
|
|
1255
|
+
* @see https://tailwindcss.com/docs/align-items
|
|
1256
|
+
*/
|
|
1257
|
+
"align-items": [{
|
|
1258
|
+
items: [...O(), {
|
|
1259
|
+
baseline: ["", "last"]
|
|
1260
|
+
}]
|
|
1261
|
+
}],
|
|
1262
|
+
/**
|
|
1263
|
+
* Align Self
|
|
1264
|
+
* @see https://tailwindcss.com/docs/align-self
|
|
1265
|
+
*/
|
|
1266
|
+
"align-self": [{
|
|
1267
|
+
self: ["auto", ...O(), {
|
|
1268
|
+
baseline: ["", "last"]
|
|
1269
|
+
}]
|
|
1270
|
+
}],
|
|
1271
|
+
/**
|
|
1272
|
+
* Place Content
|
|
1273
|
+
* @see https://tailwindcss.com/docs/place-content
|
|
1274
|
+
*/
|
|
1275
|
+
"place-content": [{
|
|
1276
|
+
"place-content": V()
|
|
1277
|
+
}],
|
|
1278
|
+
/**
|
|
1279
|
+
* Place Items
|
|
1280
|
+
* @see https://tailwindcss.com/docs/place-items
|
|
1281
|
+
*/
|
|
1282
|
+
"place-items": [{
|
|
1283
|
+
"place-items": [...O(), "baseline"]
|
|
1284
|
+
}],
|
|
1285
|
+
/**
|
|
1286
|
+
* Place Self
|
|
1287
|
+
* @see https://tailwindcss.com/docs/place-self
|
|
1288
|
+
*/
|
|
1289
|
+
"place-self": [{
|
|
1290
|
+
"place-self": ["auto", ...O()]
|
|
1291
|
+
}],
|
|
1292
|
+
// Spacing
|
|
1293
|
+
/**
|
|
1294
|
+
* Padding
|
|
1295
|
+
* @see https://tailwindcss.com/docs/padding
|
|
1296
|
+
*/
|
|
1297
|
+
p: [{
|
|
1298
|
+
p: h()
|
|
1299
|
+
}],
|
|
1300
|
+
/**
|
|
1301
|
+
* Padding X
|
|
1302
|
+
* @see https://tailwindcss.com/docs/padding
|
|
1303
|
+
*/
|
|
1304
|
+
px: [{
|
|
1305
|
+
px: h()
|
|
1306
|
+
}],
|
|
1307
|
+
/**
|
|
1308
|
+
* Padding Y
|
|
1309
|
+
* @see https://tailwindcss.com/docs/padding
|
|
1310
|
+
*/
|
|
1311
|
+
py: [{
|
|
1312
|
+
py: h()
|
|
1313
|
+
}],
|
|
1314
|
+
/**
|
|
1315
|
+
* Padding Start
|
|
1316
|
+
* @see https://tailwindcss.com/docs/padding
|
|
1317
|
+
*/
|
|
1318
|
+
ps: [{
|
|
1319
|
+
ps: h()
|
|
1320
|
+
}],
|
|
1321
|
+
/**
|
|
1322
|
+
* Padding End
|
|
1323
|
+
* @see https://tailwindcss.com/docs/padding
|
|
1324
|
+
*/
|
|
1325
|
+
pe: [{
|
|
1326
|
+
pe: h()
|
|
1327
|
+
}],
|
|
1328
|
+
/**
|
|
1329
|
+
* Padding Top
|
|
1330
|
+
* @see https://tailwindcss.com/docs/padding
|
|
1331
|
+
*/
|
|
1332
|
+
pt: [{
|
|
1333
|
+
pt: h()
|
|
1334
|
+
}],
|
|
1335
|
+
/**
|
|
1336
|
+
* Padding Right
|
|
1337
|
+
* @see https://tailwindcss.com/docs/padding
|
|
1338
|
+
*/
|
|
1339
|
+
pr: [{
|
|
1340
|
+
pr: h()
|
|
1341
|
+
}],
|
|
1342
|
+
/**
|
|
1343
|
+
* Padding Bottom
|
|
1344
|
+
* @see https://tailwindcss.com/docs/padding
|
|
1345
|
+
*/
|
|
1346
|
+
pb: [{
|
|
1347
|
+
pb: h()
|
|
1348
|
+
}],
|
|
1349
|
+
/**
|
|
1350
|
+
* Padding Left
|
|
1351
|
+
* @see https://tailwindcss.com/docs/padding
|
|
1352
|
+
*/
|
|
1353
|
+
pl: [{
|
|
1354
|
+
pl: h()
|
|
1355
|
+
}],
|
|
1356
|
+
/**
|
|
1357
|
+
* Margin
|
|
1358
|
+
* @see https://tailwindcss.com/docs/margin
|
|
1359
|
+
*/
|
|
1360
|
+
m: [{
|
|
1361
|
+
m: z()
|
|
1362
|
+
}],
|
|
1363
|
+
/**
|
|
1364
|
+
* Margin X
|
|
1365
|
+
* @see https://tailwindcss.com/docs/margin
|
|
1366
|
+
*/
|
|
1367
|
+
mx: [{
|
|
1368
|
+
mx: z()
|
|
1369
|
+
}],
|
|
1370
|
+
/**
|
|
1371
|
+
* Margin Y
|
|
1372
|
+
* @see https://tailwindcss.com/docs/margin
|
|
1373
|
+
*/
|
|
1374
|
+
my: [{
|
|
1375
|
+
my: z()
|
|
1376
|
+
}],
|
|
1377
|
+
/**
|
|
1378
|
+
* Margin Start
|
|
1379
|
+
* @see https://tailwindcss.com/docs/margin
|
|
1380
|
+
*/
|
|
1381
|
+
ms: [{
|
|
1382
|
+
ms: z()
|
|
1383
|
+
}],
|
|
1384
|
+
/**
|
|
1385
|
+
* Margin End
|
|
1386
|
+
* @see https://tailwindcss.com/docs/margin
|
|
1387
|
+
*/
|
|
1388
|
+
me: [{
|
|
1389
|
+
me: z()
|
|
1390
|
+
}],
|
|
1391
|
+
/**
|
|
1392
|
+
* Margin Top
|
|
1393
|
+
* @see https://tailwindcss.com/docs/margin
|
|
1394
|
+
*/
|
|
1395
|
+
mt: [{
|
|
1396
|
+
mt: z()
|
|
1397
|
+
}],
|
|
1398
|
+
/**
|
|
1399
|
+
* Margin Right
|
|
1400
|
+
* @see https://tailwindcss.com/docs/margin
|
|
1401
|
+
*/
|
|
1402
|
+
mr: [{
|
|
1403
|
+
mr: z()
|
|
1404
|
+
}],
|
|
1405
|
+
/**
|
|
1406
|
+
* Margin Bottom
|
|
1407
|
+
* @see https://tailwindcss.com/docs/margin
|
|
1408
|
+
*/
|
|
1409
|
+
mb: [{
|
|
1410
|
+
mb: z()
|
|
1411
|
+
}],
|
|
1412
|
+
/**
|
|
1413
|
+
* Margin Left
|
|
1414
|
+
* @see https://tailwindcss.com/docs/margin
|
|
1415
|
+
*/
|
|
1416
|
+
ml: [{
|
|
1417
|
+
ml: z()
|
|
1418
|
+
}],
|
|
1419
|
+
/**
|
|
1420
|
+
* Space Between X
|
|
1421
|
+
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
1422
|
+
*/
|
|
1423
|
+
"space-x": [{
|
|
1424
|
+
"space-x": h()
|
|
1425
|
+
}],
|
|
1426
|
+
/**
|
|
1427
|
+
* Space Between X Reverse
|
|
1428
|
+
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
1429
|
+
*/
|
|
1430
|
+
"space-x-reverse": ["space-x-reverse"],
|
|
1431
|
+
/**
|
|
1432
|
+
* Space Between Y
|
|
1433
|
+
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
1434
|
+
*/
|
|
1435
|
+
"space-y": [{
|
|
1436
|
+
"space-y": h()
|
|
1437
|
+
}],
|
|
1438
|
+
/**
|
|
1439
|
+
* Space Between Y Reverse
|
|
1440
|
+
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
1441
|
+
*/
|
|
1442
|
+
"space-y-reverse": ["space-y-reverse"],
|
|
1443
|
+
// --------------
|
|
1444
|
+
// --- Sizing ---
|
|
1445
|
+
// --------------
|
|
1446
|
+
/**
|
|
1447
|
+
* Size
|
|
1448
|
+
* @see https://tailwindcss.com/docs/width#setting-both-width-and-height
|
|
1449
|
+
*/
|
|
1450
|
+
size: [{
|
|
1451
|
+
size: A()
|
|
1452
|
+
}],
|
|
1453
|
+
/**
|
|
1454
|
+
* Width
|
|
1455
|
+
* @see https://tailwindcss.com/docs/width
|
|
1456
|
+
*/
|
|
1457
|
+
w: [{
|
|
1458
|
+
w: [x, "screen", ...A()]
|
|
1459
|
+
}],
|
|
1460
|
+
/**
|
|
1461
|
+
* Min-Width
|
|
1462
|
+
* @see https://tailwindcss.com/docs/min-width
|
|
1463
|
+
*/
|
|
1464
|
+
"min-w": [{
|
|
1465
|
+
"min-w": [
|
|
1466
|
+
x,
|
|
1467
|
+
"screen",
|
|
1468
|
+
/** Deprecated. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
1469
|
+
"none",
|
|
1470
|
+
...A()
|
|
1471
|
+
]
|
|
1472
|
+
}],
|
|
1473
|
+
/**
|
|
1474
|
+
* Max-Width
|
|
1475
|
+
* @see https://tailwindcss.com/docs/max-width
|
|
1476
|
+
*/
|
|
1477
|
+
"max-w": [{
|
|
1478
|
+
"max-w": [
|
|
1479
|
+
x,
|
|
1480
|
+
"screen",
|
|
1481
|
+
"none",
|
|
1482
|
+
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
1483
|
+
"prose",
|
|
1484
|
+
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
1485
|
+
{
|
|
1486
|
+
screen: [u]
|
|
1487
|
+
},
|
|
1488
|
+
...A()
|
|
1489
|
+
]
|
|
1490
|
+
}],
|
|
1491
|
+
/**
|
|
1492
|
+
* Height
|
|
1493
|
+
* @see https://tailwindcss.com/docs/height
|
|
1494
|
+
*/
|
|
1495
|
+
h: [{
|
|
1496
|
+
h: ["screen", "lh", ...A()]
|
|
1497
|
+
}],
|
|
1498
|
+
/**
|
|
1499
|
+
* Min-Height
|
|
1500
|
+
* @see https://tailwindcss.com/docs/min-height
|
|
1501
|
+
*/
|
|
1502
|
+
"min-h": [{
|
|
1503
|
+
"min-h": ["screen", "lh", "none", ...A()]
|
|
1504
|
+
}],
|
|
1505
|
+
/**
|
|
1506
|
+
* Max-Height
|
|
1507
|
+
* @see https://tailwindcss.com/docs/max-height
|
|
1508
|
+
*/
|
|
1509
|
+
"max-h": [{
|
|
1510
|
+
"max-h": ["screen", "lh", ...A()]
|
|
1511
|
+
}],
|
|
1512
|
+
// ------------------
|
|
1513
|
+
// --- Typography ---
|
|
1514
|
+
// ------------------
|
|
1515
|
+
/**
|
|
1516
|
+
* Font Size
|
|
1517
|
+
* @see https://tailwindcss.com/docs/font-size
|
|
1518
|
+
*/
|
|
1519
|
+
"font-size": [{
|
|
1520
|
+
text: ["base", o, c1, X]
|
|
1521
|
+
}],
|
|
1522
|
+
/**
|
|
1523
|
+
* Font Smoothing
|
|
1524
|
+
* @see https://tailwindcss.com/docs/font-smoothing
|
|
1525
|
+
*/
|
|
1526
|
+
"font-smoothing": ["antialiased", "subpixel-antialiased"],
|
|
1527
|
+
/**
|
|
1528
|
+
* Font Style
|
|
1529
|
+
* @see https://tailwindcss.com/docs/font-style
|
|
1530
|
+
*/
|
|
1531
|
+
"font-style": ["italic", "not-italic"],
|
|
1532
|
+
/**
|
|
1533
|
+
* Font Weight
|
|
1534
|
+
* @see https://tailwindcss.com/docs/font-weight
|
|
1535
|
+
*/
|
|
1536
|
+
"font-weight": [{
|
|
1537
|
+
font: [a, i, f1]
|
|
1538
|
+
}],
|
|
1539
|
+
/**
|
|
1540
|
+
* Font Stretch
|
|
1541
|
+
* @see https://tailwindcss.com/docs/font-stretch
|
|
1542
|
+
*/
|
|
1543
|
+
"font-stretch": [{
|
|
1544
|
+
"font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", p1, l]
|
|
1545
|
+
}],
|
|
1546
|
+
/**
|
|
1547
|
+
* Font Family
|
|
1548
|
+
* @see https://tailwindcss.com/docs/font-family
|
|
1549
|
+
*/
|
|
1550
|
+
"font-family": [{
|
|
1551
|
+
font: [z0, l, t]
|
|
1552
|
+
}],
|
|
1553
|
+
/**
|
|
1554
|
+
* Font Variant Numeric
|
|
1555
|
+
* @see https://tailwindcss.com/docs/font-variant-numeric
|
|
1556
|
+
*/
|
|
1557
|
+
"fvn-normal": ["normal-nums"],
|
|
1558
|
+
/**
|
|
1559
|
+
* Font Variant Numeric
|
|
1560
|
+
* @see https://tailwindcss.com/docs/font-variant-numeric
|
|
1561
|
+
*/
|
|
1562
|
+
"fvn-ordinal": ["ordinal"],
|
|
1563
|
+
/**
|
|
1564
|
+
* Font Variant Numeric
|
|
1565
|
+
* @see https://tailwindcss.com/docs/font-variant-numeric
|
|
1566
|
+
*/
|
|
1567
|
+
"fvn-slashed-zero": ["slashed-zero"],
|
|
1568
|
+
/**
|
|
1569
|
+
* Font Variant Numeric
|
|
1570
|
+
* @see https://tailwindcss.com/docs/font-variant-numeric
|
|
1571
|
+
*/
|
|
1572
|
+
"fvn-figure": ["lining-nums", "oldstyle-nums"],
|
|
1573
|
+
/**
|
|
1574
|
+
* Font Variant Numeric
|
|
1575
|
+
* @see https://tailwindcss.com/docs/font-variant-numeric
|
|
1576
|
+
*/
|
|
1577
|
+
"fvn-spacing": ["proportional-nums", "tabular-nums"],
|
|
1578
|
+
/**
|
|
1579
|
+
* Font Variant Numeric
|
|
1580
|
+
* @see https://tailwindcss.com/docs/font-variant-numeric
|
|
1581
|
+
*/
|
|
1582
|
+
"fvn-fraction": ["diagonal-fractions", "stacked-fractions"],
|
|
1583
|
+
/**
|
|
1584
|
+
* Letter Spacing
|
|
1585
|
+
* @see https://tailwindcss.com/docs/letter-spacing
|
|
1586
|
+
*/
|
|
1587
|
+
tracking: [{
|
|
1588
|
+
tracking: [s, i, l]
|
|
1589
|
+
}],
|
|
1590
|
+
/**
|
|
1591
|
+
* Line Clamp
|
|
1592
|
+
* @see https://tailwindcss.com/docs/line-clamp
|
|
1593
|
+
*/
|
|
1594
|
+
"line-clamp": [{
|
|
1595
|
+
"line-clamp": [g, "none", i, f1]
|
|
1596
|
+
}],
|
|
1597
|
+
/**
|
|
1598
|
+
* Line Height
|
|
1599
|
+
* @see https://tailwindcss.com/docs/line-height
|
|
1600
|
+
*/
|
|
1601
|
+
leading: [{
|
|
1602
|
+
leading: [
|
|
1603
|
+
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
1604
|
+
d,
|
|
1605
|
+
...h()
|
|
1606
|
+
]
|
|
1607
|
+
}],
|
|
1608
|
+
/**
|
|
1609
|
+
* List Style Image
|
|
1610
|
+
* @see https://tailwindcss.com/docs/list-style-image
|
|
1611
|
+
*/
|
|
1612
|
+
"list-image": [{
|
|
1613
|
+
"list-image": ["none", i, l]
|
|
1614
|
+
}],
|
|
1615
|
+
/**
|
|
1616
|
+
* List Style Position
|
|
1617
|
+
* @see https://tailwindcss.com/docs/list-style-position
|
|
1618
|
+
*/
|
|
1619
|
+
"list-style-position": [{
|
|
1620
|
+
list: ["inside", "outside"]
|
|
1621
|
+
}],
|
|
1622
|
+
/**
|
|
1623
|
+
* List Style Type
|
|
1624
|
+
* @see https://tailwindcss.com/docs/list-style-type
|
|
1625
|
+
*/
|
|
1626
|
+
"list-style-type": [{
|
|
1627
|
+
list: ["disc", "decimal", "none", i, l]
|
|
1628
|
+
}],
|
|
1629
|
+
/**
|
|
1630
|
+
* Text Alignment
|
|
1631
|
+
* @see https://tailwindcss.com/docs/text-align
|
|
1632
|
+
*/
|
|
1633
|
+
"text-alignment": [{
|
|
1634
|
+
text: ["left", "center", "right", "justify", "start", "end"]
|
|
1635
|
+
}],
|
|
1636
|
+
/**
|
|
1637
|
+
* Placeholder Color
|
|
1638
|
+
* @deprecated since Tailwind CSS v3.0.0
|
|
1639
|
+
* @see https://v3.tailwindcss.com/docs/placeholder-color
|
|
1640
|
+
*/
|
|
1641
|
+
"placeholder-color": [{
|
|
1642
|
+
placeholder: m()
|
|
1643
|
+
}],
|
|
1644
|
+
/**
|
|
1645
|
+
* Text Color
|
|
1646
|
+
* @see https://tailwindcss.com/docs/text-color
|
|
1647
|
+
*/
|
|
1648
|
+
"text-color": [{
|
|
1649
|
+
text: m()
|
|
1650
|
+
}],
|
|
1651
|
+
/**
|
|
1652
|
+
* Text Decoration
|
|
1653
|
+
* @see https://tailwindcss.com/docs/text-decoration
|
|
1654
|
+
*/
|
|
1655
|
+
"text-decoration": ["underline", "overline", "line-through", "no-underline"],
|
|
1656
|
+
/**
|
|
1657
|
+
* Text Decoration Style
|
|
1658
|
+
* @see https://tailwindcss.com/docs/text-decoration-style
|
|
1659
|
+
*/
|
|
1660
|
+
"text-decoration-style": [{
|
|
1661
|
+
decoration: [...C(), "wavy"]
|
|
1662
|
+
}],
|
|
1663
|
+
/**
|
|
1664
|
+
* Text Decoration Thickness
|
|
1665
|
+
* @see https://tailwindcss.com/docs/text-decoration-thickness
|
|
1666
|
+
*/
|
|
1667
|
+
"text-decoration-thickness": [{
|
|
1668
|
+
decoration: [g, "from-font", "auto", i, X]
|
|
1669
|
+
}],
|
|
1670
|
+
/**
|
|
1671
|
+
* Text Decoration Color
|
|
1672
|
+
* @see https://tailwindcss.com/docs/text-decoration-color
|
|
1673
|
+
*/
|
|
1674
|
+
"text-decoration-color": [{
|
|
1675
|
+
decoration: m()
|
|
1676
|
+
}],
|
|
1677
|
+
/**
|
|
1678
|
+
* Text Underline Offset
|
|
1679
|
+
* @see https://tailwindcss.com/docs/text-underline-offset
|
|
1680
|
+
*/
|
|
1681
|
+
"underline-offset": [{
|
|
1682
|
+
"underline-offset": [g, "auto", i, l]
|
|
1683
|
+
}],
|
|
1684
|
+
/**
|
|
1685
|
+
* Text Transform
|
|
1686
|
+
* @see https://tailwindcss.com/docs/text-transform
|
|
1687
|
+
*/
|
|
1688
|
+
"text-transform": ["uppercase", "lowercase", "capitalize", "normal-case"],
|
|
1689
|
+
/**
|
|
1690
|
+
* Text Overflow
|
|
1691
|
+
* @see https://tailwindcss.com/docs/text-overflow
|
|
1692
|
+
*/
|
|
1693
|
+
"text-overflow": ["truncate", "text-ellipsis", "text-clip"],
|
|
1694
|
+
/**
|
|
1695
|
+
* Text Wrap
|
|
1696
|
+
* @see https://tailwindcss.com/docs/text-wrap
|
|
1697
|
+
*/
|
|
1698
|
+
"text-wrap": [{
|
|
1699
|
+
text: ["wrap", "nowrap", "balance", "pretty"]
|
|
1700
|
+
}],
|
|
1701
|
+
/**
|
|
1702
|
+
* Text Indent
|
|
1703
|
+
* @see https://tailwindcss.com/docs/text-indent
|
|
1704
|
+
*/
|
|
1705
|
+
indent: [{
|
|
1706
|
+
indent: h()
|
|
1707
|
+
}],
|
|
1708
|
+
/**
|
|
1709
|
+
* Vertical Alignment
|
|
1710
|
+
* @see https://tailwindcss.com/docs/vertical-align
|
|
1711
|
+
*/
|
|
1712
|
+
"vertical-align": [{
|
|
1713
|
+
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", i, l]
|
|
1714
|
+
}],
|
|
1715
|
+
/**
|
|
1716
|
+
* Whitespace
|
|
1717
|
+
* @see https://tailwindcss.com/docs/whitespace
|
|
1718
|
+
*/
|
|
1719
|
+
whitespace: [{
|
|
1720
|
+
whitespace: ["normal", "nowrap", "pre", "pre-line", "pre-wrap", "break-spaces"]
|
|
1721
|
+
}],
|
|
1722
|
+
/**
|
|
1723
|
+
* Word Break
|
|
1724
|
+
* @see https://tailwindcss.com/docs/word-break
|
|
1725
|
+
*/
|
|
1726
|
+
break: [{
|
|
1727
|
+
break: ["normal", "words", "all", "keep"]
|
|
1728
|
+
}],
|
|
1729
|
+
/**
|
|
1730
|
+
* Overflow Wrap
|
|
1731
|
+
* @see https://tailwindcss.com/docs/overflow-wrap
|
|
1732
|
+
*/
|
|
1733
|
+
wrap: [{
|
|
1734
|
+
wrap: ["break-word", "anywhere", "normal"]
|
|
1735
|
+
}],
|
|
1736
|
+
/**
|
|
1737
|
+
* Hyphens
|
|
1738
|
+
* @see https://tailwindcss.com/docs/hyphens
|
|
1739
|
+
*/
|
|
1740
|
+
hyphens: [{
|
|
1741
|
+
hyphens: ["none", "manual", "auto"]
|
|
1742
|
+
}],
|
|
1743
|
+
/**
|
|
1744
|
+
* Content
|
|
1745
|
+
* @see https://tailwindcss.com/docs/content
|
|
1746
|
+
*/
|
|
1747
|
+
content: [{
|
|
1748
|
+
content: ["none", i, l]
|
|
1749
|
+
}],
|
|
1750
|
+
// -------------------
|
|
1751
|
+
// --- Backgrounds ---
|
|
1752
|
+
// -------------------
|
|
1753
|
+
/**
|
|
1754
|
+
* Background Attachment
|
|
1755
|
+
* @see https://tailwindcss.com/docs/background-attachment
|
|
1756
|
+
*/
|
|
1757
|
+
"bg-attachment": [{
|
|
1758
|
+
bg: ["fixed", "local", "scroll"]
|
|
1759
|
+
}],
|
|
1760
|
+
/**
|
|
1761
|
+
* Background Clip
|
|
1762
|
+
* @see https://tailwindcss.com/docs/background-clip
|
|
1763
|
+
*/
|
|
1764
|
+
"bg-clip": [{
|
|
1765
|
+
"bg-clip": ["border", "padding", "content", "text"]
|
|
1766
|
+
}],
|
|
1767
|
+
/**
|
|
1768
|
+
* Background Origin
|
|
1769
|
+
* @see https://tailwindcss.com/docs/background-origin
|
|
1770
|
+
*/
|
|
1771
|
+
"bg-origin": [{
|
|
1772
|
+
"bg-origin": ["border", "padding", "content"]
|
|
1773
|
+
}],
|
|
1774
|
+
/**
|
|
1775
|
+
* Background Position
|
|
1776
|
+
* @see https://tailwindcss.com/docs/background-position
|
|
1777
|
+
*/
|
|
1778
|
+
"bg-position": [{
|
|
1779
|
+
bg: a1()
|
|
1780
|
+
}],
|
|
1781
|
+
/**
|
|
1782
|
+
* Background Repeat
|
|
1783
|
+
* @see https://tailwindcss.com/docs/background-repeat
|
|
1784
|
+
*/
|
|
1785
|
+
"bg-repeat": [{
|
|
1786
|
+
bg: n()
|
|
1787
|
+
}],
|
|
1788
|
+
/**
|
|
1789
|
+
* Background Size
|
|
1790
|
+
* @see https://tailwindcss.com/docs/background-size
|
|
1791
|
+
*/
|
|
1792
|
+
"bg-size": [{
|
|
1793
|
+
bg: v()
|
|
1794
|
+
}],
|
|
1795
|
+
/**
|
|
1796
|
+
* Background Image
|
|
1797
|
+
* @see https://tailwindcss.com/docs/background-image
|
|
1798
|
+
*/
|
|
1799
|
+
"bg-image": [{
|
|
1800
|
+
bg: ["none", {
|
|
1801
|
+
linear: [{
|
|
1802
|
+
to: ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
|
|
1803
|
+
}, Y, i, l],
|
|
1804
|
+
radial: ["", i, l],
|
|
1805
|
+
conic: [Y, i, l]
|
|
1806
|
+
}, R0, M0]
|
|
1807
|
+
}],
|
|
1808
|
+
/**
|
|
1809
|
+
* Background Color
|
|
1810
|
+
* @see https://tailwindcss.com/docs/background-color
|
|
1811
|
+
*/
|
|
1812
|
+
"bg-color": [{
|
|
1813
|
+
bg: m()
|
|
1814
|
+
}],
|
|
1815
|
+
/**
|
|
1816
|
+
* Gradient Color Stops From Position
|
|
1817
|
+
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1818
|
+
*/
|
|
1819
|
+
"gradient-from-pos": [{
|
|
1820
|
+
from: w()
|
|
1821
|
+
}],
|
|
1822
|
+
/**
|
|
1823
|
+
* Gradient Color Stops Via Position
|
|
1824
|
+
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1825
|
+
*/
|
|
1826
|
+
"gradient-via-pos": [{
|
|
1827
|
+
via: w()
|
|
1828
|
+
}],
|
|
1829
|
+
/**
|
|
1830
|
+
* Gradient Color Stops To Position
|
|
1831
|
+
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1832
|
+
*/
|
|
1833
|
+
"gradient-to-pos": [{
|
|
1834
|
+
to: w()
|
|
1835
|
+
}],
|
|
1836
|
+
/**
|
|
1837
|
+
* Gradient Color Stops From
|
|
1838
|
+
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1839
|
+
*/
|
|
1840
|
+
"gradient-from": [{
|
|
1841
|
+
from: m()
|
|
1842
|
+
}],
|
|
1843
|
+
/**
|
|
1844
|
+
* Gradient Color Stops Via
|
|
1845
|
+
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1846
|
+
*/
|
|
1847
|
+
"gradient-via": [{
|
|
1848
|
+
via: m()
|
|
1849
|
+
}],
|
|
1850
|
+
/**
|
|
1851
|
+
* Gradient Color Stops To
|
|
1852
|
+
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1853
|
+
*/
|
|
1854
|
+
"gradient-to": [{
|
|
1855
|
+
to: m()
|
|
1856
|
+
}],
|
|
1857
|
+
// ---------------
|
|
1858
|
+
// --- Borders ---
|
|
1859
|
+
// ---------------
|
|
1860
|
+
/**
|
|
1861
|
+
* Border Radius
|
|
1862
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1863
|
+
*/
|
|
1864
|
+
rounded: [{
|
|
1865
|
+
rounded: f()
|
|
1866
|
+
}],
|
|
1867
|
+
/**
|
|
1868
|
+
* Border Radius Start
|
|
1869
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1870
|
+
*/
|
|
1871
|
+
"rounded-s": [{
|
|
1872
|
+
"rounded-s": f()
|
|
1873
|
+
}],
|
|
1874
|
+
/**
|
|
1875
|
+
* Border Radius End
|
|
1876
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1877
|
+
*/
|
|
1878
|
+
"rounded-e": [{
|
|
1879
|
+
"rounded-e": f()
|
|
1880
|
+
}],
|
|
1881
|
+
/**
|
|
1882
|
+
* Border Radius Top
|
|
1883
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1884
|
+
*/
|
|
1885
|
+
"rounded-t": [{
|
|
1886
|
+
"rounded-t": f()
|
|
1887
|
+
}],
|
|
1888
|
+
/**
|
|
1889
|
+
* Border Radius Right
|
|
1890
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1891
|
+
*/
|
|
1892
|
+
"rounded-r": [{
|
|
1893
|
+
"rounded-r": f()
|
|
1894
|
+
}],
|
|
1895
|
+
/**
|
|
1896
|
+
* Border Radius Bottom
|
|
1897
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1898
|
+
*/
|
|
1899
|
+
"rounded-b": [{
|
|
1900
|
+
"rounded-b": f()
|
|
1901
|
+
}],
|
|
1902
|
+
/**
|
|
1903
|
+
* Border Radius Left
|
|
1904
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1905
|
+
*/
|
|
1906
|
+
"rounded-l": [{
|
|
1907
|
+
"rounded-l": f()
|
|
1908
|
+
}],
|
|
1909
|
+
/**
|
|
1910
|
+
* Border Radius Start Start
|
|
1911
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1912
|
+
*/
|
|
1913
|
+
"rounded-ss": [{
|
|
1914
|
+
"rounded-ss": f()
|
|
1915
|
+
}],
|
|
1916
|
+
/**
|
|
1917
|
+
* Border Radius Start End
|
|
1918
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1919
|
+
*/
|
|
1920
|
+
"rounded-se": [{
|
|
1921
|
+
"rounded-se": f()
|
|
1922
|
+
}],
|
|
1923
|
+
/**
|
|
1924
|
+
* Border Radius End End
|
|
1925
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1926
|
+
*/
|
|
1927
|
+
"rounded-ee": [{
|
|
1928
|
+
"rounded-ee": f()
|
|
1929
|
+
}],
|
|
1930
|
+
/**
|
|
1931
|
+
* Border Radius End Start
|
|
1932
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1933
|
+
*/
|
|
1934
|
+
"rounded-es": [{
|
|
1935
|
+
"rounded-es": f()
|
|
1936
|
+
}],
|
|
1937
|
+
/**
|
|
1938
|
+
* Border Radius Top Left
|
|
1939
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1940
|
+
*/
|
|
1941
|
+
"rounded-tl": [{
|
|
1942
|
+
"rounded-tl": f()
|
|
1943
|
+
}],
|
|
1944
|
+
/**
|
|
1945
|
+
* Border Radius Top Right
|
|
1946
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1947
|
+
*/
|
|
1948
|
+
"rounded-tr": [{
|
|
1949
|
+
"rounded-tr": f()
|
|
1950
|
+
}],
|
|
1951
|
+
/**
|
|
1952
|
+
* Border Radius Bottom Right
|
|
1953
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1954
|
+
*/
|
|
1955
|
+
"rounded-br": [{
|
|
1956
|
+
"rounded-br": f()
|
|
1957
|
+
}],
|
|
1958
|
+
/**
|
|
1959
|
+
* Border Radius Bottom Left
|
|
1960
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1961
|
+
*/
|
|
1962
|
+
"rounded-bl": [{
|
|
1963
|
+
"rounded-bl": f()
|
|
1964
|
+
}],
|
|
1965
|
+
/**
|
|
1966
|
+
* Border Width
|
|
1967
|
+
* @see https://tailwindcss.com/docs/border-width
|
|
1968
|
+
*/
|
|
1969
|
+
"border-w": [{
|
|
1970
|
+
border: b()
|
|
1971
|
+
}],
|
|
1972
|
+
/**
|
|
1973
|
+
* Border Width X
|
|
1974
|
+
* @see https://tailwindcss.com/docs/border-width
|
|
1975
|
+
*/
|
|
1976
|
+
"border-w-x": [{
|
|
1977
|
+
"border-x": b()
|
|
1978
|
+
}],
|
|
1979
|
+
/**
|
|
1980
|
+
* Border Width Y
|
|
1981
|
+
* @see https://tailwindcss.com/docs/border-width
|
|
1982
|
+
*/
|
|
1983
|
+
"border-w-y": [{
|
|
1984
|
+
"border-y": b()
|
|
1985
|
+
}],
|
|
1986
|
+
/**
|
|
1987
|
+
* Border Width Start
|
|
1988
|
+
* @see https://tailwindcss.com/docs/border-width
|
|
1989
|
+
*/
|
|
1990
|
+
"border-w-s": [{
|
|
1991
|
+
"border-s": b()
|
|
1992
|
+
}],
|
|
1993
|
+
/**
|
|
1994
|
+
* Border Width End
|
|
1995
|
+
* @see https://tailwindcss.com/docs/border-width
|
|
1996
|
+
*/
|
|
1997
|
+
"border-w-e": [{
|
|
1998
|
+
"border-e": b()
|
|
1999
|
+
}],
|
|
2000
|
+
/**
|
|
2001
|
+
* Border Width Top
|
|
2002
|
+
* @see https://tailwindcss.com/docs/border-width
|
|
2003
|
+
*/
|
|
2004
|
+
"border-w-t": [{
|
|
2005
|
+
"border-t": b()
|
|
2006
|
+
}],
|
|
2007
|
+
/**
|
|
2008
|
+
* Border Width Right
|
|
2009
|
+
* @see https://tailwindcss.com/docs/border-width
|
|
2010
|
+
*/
|
|
2011
|
+
"border-w-r": [{
|
|
2012
|
+
"border-r": b()
|
|
2013
|
+
}],
|
|
2014
|
+
/**
|
|
2015
|
+
* Border Width Bottom
|
|
2016
|
+
* @see https://tailwindcss.com/docs/border-width
|
|
2017
|
+
*/
|
|
2018
|
+
"border-w-b": [{
|
|
2019
|
+
"border-b": b()
|
|
2020
|
+
}],
|
|
2021
|
+
/**
|
|
2022
|
+
* Border Width Left
|
|
2023
|
+
* @see https://tailwindcss.com/docs/border-width
|
|
2024
|
+
*/
|
|
2025
|
+
"border-w-l": [{
|
|
2026
|
+
"border-l": b()
|
|
2027
|
+
}],
|
|
2028
|
+
/**
|
|
2029
|
+
* Divide Width X
|
|
2030
|
+
* @see https://tailwindcss.com/docs/border-width#between-children
|
|
2031
|
+
*/
|
|
2032
|
+
"divide-x": [{
|
|
2033
|
+
"divide-x": b()
|
|
2034
|
+
}],
|
|
2035
|
+
/**
|
|
2036
|
+
* Divide Width X Reverse
|
|
2037
|
+
* @see https://tailwindcss.com/docs/border-width#between-children
|
|
2038
|
+
*/
|
|
2039
|
+
"divide-x-reverse": ["divide-x-reverse"],
|
|
2040
|
+
/**
|
|
2041
|
+
* Divide Width Y
|
|
2042
|
+
* @see https://tailwindcss.com/docs/border-width#between-children
|
|
2043
|
+
*/
|
|
2044
|
+
"divide-y": [{
|
|
2045
|
+
"divide-y": b()
|
|
2046
|
+
}],
|
|
2047
|
+
/**
|
|
2048
|
+
* Divide Width Y Reverse
|
|
2049
|
+
* @see https://tailwindcss.com/docs/border-width#between-children
|
|
2050
|
+
*/
|
|
2051
|
+
"divide-y-reverse": ["divide-y-reverse"],
|
|
2052
|
+
/**
|
|
2053
|
+
* Border Style
|
|
2054
|
+
* @see https://tailwindcss.com/docs/border-style
|
|
2055
|
+
*/
|
|
2056
|
+
"border-style": [{
|
|
2057
|
+
border: [...C(), "hidden", "none"]
|
|
2058
|
+
}],
|
|
2059
|
+
/**
|
|
2060
|
+
* Divide Style
|
|
2061
|
+
* @see https://tailwindcss.com/docs/border-style#setting-the-divider-style
|
|
2062
|
+
*/
|
|
2063
|
+
"divide-style": [{
|
|
2064
|
+
divide: [...C(), "hidden", "none"]
|
|
2065
|
+
}],
|
|
2066
|
+
/**
|
|
2067
|
+
* Border Color
|
|
2068
|
+
* @see https://tailwindcss.com/docs/border-color
|
|
2069
|
+
*/
|
|
2070
|
+
"border-color": [{
|
|
2071
|
+
border: m()
|
|
2072
|
+
}],
|
|
2073
|
+
/**
|
|
2074
|
+
* Border Color X
|
|
2075
|
+
* @see https://tailwindcss.com/docs/border-color
|
|
2076
|
+
*/
|
|
2077
|
+
"border-color-x": [{
|
|
2078
|
+
"border-x": m()
|
|
2079
|
+
}],
|
|
2080
|
+
/**
|
|
2081
|
+
* Border Color Y
|
|
2082
|
+
* @see https://tailwindcss.com/docs/border-color
|
|
2083
|
+
*/
|
|
2084
|
+
"border-color-y": [{
|
|
2085
|
+
"border-y": m()
|
|
2086
|
+
}],
|
|
2087
|
+
/**
|
|
2088
|
+
* Border Color S
|
|
2089
|
+
* @see https://tailwindcss.com/docs/border-color
|
|
2090
|
+
*/
|
|
2091
|
+
"border-color-s": [{
|
|
2092
|
+
"border-s": m()
|
|
2093
|
+
}],
|
|
2094
|
+
/**
|
|
2095
|
+
* Border Color E
|
|
2096
|
+
* @see https://tailwindcss.com/docs/border-color
|
|
2097
|
+
*/
|
|
2098
|
+
"border-color-e": [{
|
|
2099
|
+
"border-e": m()
|
|
2100
|
+
}],
|
|
2101
|
+
/**
|
|
2102
|
+
* Border Color Top
|
|
2103
|
+
* @see https://tailwindcss.com/docs/border-color
|
|
2104
|
+
*/
|
|
2105
|
+
"border-color-t": [{
|
|
2106
|
+
"border-t": m()
|
|
2107
|
+
}],
|
|
2108
|
+
/**
|
|
2109
|
+
* Border Color Right
|
|
2110
|
+
* @see https://tailwindcss.com/docs/border-color
|
|
2111
|
+
*/
|
|
2112
|
+
"border-color-r": [{
|
|
2113
|
+
"border-r": m()
|
|
2114
|
+
}],
|
|
2115
|
+
/**
|
|
2116
|
+
* Border Color Bottom
|
|
2117
|
+
* @see https://tailwindcss.com/docs/border-color
|
|
2118
|
+
*/
|
|
2119
|
+
"border-color-b": [{
|
|
2120
|
+
"border-b": m()
|
|
2121
|
+
}],
|
|
2122
|
+
/**
|
|
2123
|
+
* Border Color Left
|
|
2124
|
+
* @see https://tailwindcss.com/docs/border-color
|
|
2125
|
+
*/
|
|
2126
|
+
"border-color-l": [{
|
|
2127
|
+
"border-l": m()
|
|
2128
|
+
}],
|
|
2129
|
+
/**
|
|
2130
|
+
* Divide Color
|
|
2131
|
+
* @see https://tailwindcss.com/docs/divide-color
|
|
2132
|
+
*/
|
|
2133
|
+
"divide-color": [{
|
|
2134
|
+
divide: m()
|
|
2135
|
+
}],
|
|
2136
|
+
/**
|
|
2137
|
+
* Outline Style
|
|
2138
|
+
* @see https://tailwindcss.com/docs/outline-style
|
|
2139
|
+
*/
|
|
2140
|
+
"outline-style": [{
|
|
2141
|
+
outline: [...C(), "none", "hidden"]
|
|
2142
|
+
}],
|
|
2143
|
+
/**
|
|
2144
|
+
* Outline Offset
|
|
2145
|
+
* @see https://tailwindcss.com/docs/outline-offset
|
|
2146
|
+
*/
|
|
2147
|
+
"outline-offset": [{
|
|
2148
|
+
"outline-offset": [g, i, l]
|
|
2149
|
+
}],
|
|
2150
|
+
/**
|
|
2151
|
+
* Outline Width
|
|
2152
|
+
* @see https://tailwindcss.com/docs/outline-width
|
|
2153
|
+
*/
|
|
2154
|
+
"outline-w": [{
|
|
2155
|
+
outline: ["", g, c1, X]
|
|
2156
|
+
}],
|
|
2157
|
+
/**
|
|
2158
|
+
* Outline Color
|
|
2159
|
+
* @see https://tailwindcss.com/docs/outline-color
|
|
2160
|
+
*/
|
|
2161
|
+
"outline-color": [{
|
|
2162
|
+
outline: m()
|
|
2163
|
+
}],
|
|
2164
|
+
// ---------------
|
|
2165
|
+
// --- Effects ---
|
|
2166
|
+
// ---------------
|
|
2167
|
+
/**
|
|
2168
|
+
* Box Shadow
|
|
2169
|
+
* @see https://tailwindcss.com/docs/box-shadow
|
|
2170
|
+
*/
|
|
2171
|
+
shadow: [{
|
|
2172
|
+
shadow: [
|
|
2173
|
+
// Deprecated since Tailwind CSS v4.0.0
|
|
2174
|
+
"",
|
|
2175
|
+
"none",
|
|
2176
|
+
y,
|
|
2177
|
+
g1,
|
|
2178
|
+
u1
|
|
2179
|
+
]
|
|
2180
|
+
}],
|
|
2181
|
+
/**
|
|
2182
|
+
* Box Shadow Color
|
|
2183
|
+
* @see https://tailwindcss.com/docs/box-shadow#setting-the-shadow-color
|
|
2184
|
+
*/
|
|
2185
|
+
"shadow-color": [{
|
|
2186
|
+
shadow: m()
|
|
2187
|
+
}],
|
|
2188
|
+
/**
|
|
2189
|
+
* Inset Box Shadow
|
|
2190
|
+
* @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-shadow
|
|
2191
|
+
*/
|
|
2192
|
+
"inset-shadow": [{
|
|
2193
|
+
"inset-shadow": ["none", R, g1, u1]
|
|
2194
|
+
}],
|
|
2195
|
+
/**
|
|
2196
|
+
* Inset Box Shadow Color
|
|
2197
|
+
* @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-shadow-color
|
|
2198
|
+
*/
|
|
2199
|
+
"inset-shadow-color": [{
|
|
2200
|
+
"inset-shadow": m()
|
|
2201
|
+
}],
|
|
2202
|
+
/**
|
|
2203
|
+
* Ring Width
|
|
2204
|
+
* @see https://tailwindcss.com/docs/box-shadow#adding-a-ring
|
|
2205
|
+
*/
|
|
2206
|
+
"ring-w": [{
|
|
2207
|
+
ring: b()
|
|
2208
|
+
}],
|
|
2209
|
+
/**
|
|
2210
|
+
* Ring Width Inset
|
|
2211
|
+
* @see https://v3.tailwindcss.com/docs/ring-width#inset-rings
|
|
2212
|
+
* @deprecated since Tailwind CSS v4.0.0
|
|
2213
|
+
* @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
|
|
2214
|
+
*/
|
|
2215
|
+
"ring-w-inset": ["ring-inset"],
|
|
2216
|
+
/**
|
|
2217
|
+
* Ring Color
|
|
2218
|
+
* @see https://tailwindcss.com/docs/box-shadow#setting-the-ring-color
|
|
2219
|
+
*/
|
|
2220
|
+
"ring-color": [{
|
|
2221
|
+
ring: m()
|
|
2222
|
+
}],
|
|
2223
|
+
/**
|
|
2224
|
+
* Ring Offset Width
|
|
2225
|
+
* @see https://v3.tailwindcss.com/docs/ring-offset-width
|
|
2226
|
+
* @deprecated since Tailwind CSS v4.0.0
|
|
2227
|
+
* @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
|
|
2228
|
+
*/
|
|
2229
|
+
"ring-offset-w": [{
|
|
2230
|
+
"ring-offset": [g, X]
|
|
2231
|
+
}],
|
|
2232
|
+
/**
|
|
2233
|
+
* Ring Offset Color
|
|
2234
|
+
* @see https://v3.tailwindcss.com/docs/ring-offset-color
|
|
2235
|
+
* @deprecated since Tailwind CSS v4.0.0
|
|
2236
|
+
* @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
|
|
2237
|
+
*/
|
|
2238
|
+
"ring-offset-color": [{
|
|
2239
|
+
"ring-offset": m()
|
|
2240
|
+
}],
|
|
2241
|
+
/**
|
|
2242
|
+
* Inset Ring Width
|
|
2243
|
+
* @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-ring
|
|
2244
|
+
*/
|
|
2245
|
+
"inset-ring-w": [{
|
|
2246
|
+
"inset-ring": b()
|
|
2247
|
+
}],
|
|
2248
|
+
/**
|
|
2249
|
+
* Inset Ring Color
|
|
2250
|
+
* @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-ring-color
|
|
2251
|
+
*/
|
|
2252
|
+
"inset-ring-color": [{
|
|
2253
|
+
"inset-ring": m()
|
|
2254
|
+
}],
|
|
2255
|
+
/**
|
|
2256
|
+
* Text Shadow
|
|
2257
|
+
* @see https://tailwindcss.com/docs/text-shadow
|
|
2258
|
+
*/
|
|
2259
|
+
"text-shadow": [{
|
|
2260
|
+
"text-shadow": ["none", S, g1, u1]
|
|
2261
|
+
}],
|
|
2262
|
+
/**
|
|
2263
|
+
* Text Shadow Color
|
|
2264
|
+
* @see https://tailwindcss.com/docs/text-shadow#setting-the-shadow-color
|
|
2265
|
+
*/
|
|
2266
|
+
"text-shadow-color": [{
|
|
2267
|
+
"text-shadow": m()
|
|
2268
|
+
}],
|
|
2269
|
+
/**
|
|
2270
|
+
* Opacity
|
|
2271
|
+
* @see https://tailwindcss.com/docs/opacity
|
|
2272
|
+
*/
|
|
2273
|
+
opacity: [{
|
|
2274
|
+
opacity: [g, i, l]
|
|
2275
|
+
}],
|
|
2276
|
+
/**
|
|
2277
|
+
* Mix Blend Mode
|
|
2278
|
+
* @see https://tailwindcss.com/docs/mix-blend-mode
|
|
2279
|
+
*/
|
|
2280
|
+
"mix-blend": [{
|
|
2281
|
+
"mix-blend": [...e1(), "plus-darker", "plus-lighter"]
|
|
2282
|
+
}],
|
|
2283
|
+
/**
|
|
2284
|
+
* Background Blend Mode
|
|
2285
|
+
* @see https://tailwindcss.com/docs/background-blend-mode
|
|
2286
|
+
*/
|
|
2287
|
+
"bg-blend": [{
|
|
2288
|
+
"bg-blend": e1()
|
|
2289
|
+
}],
|
|
2290
|
+
/**
|
|
2291
|
+
* Mask Clip
|
|
2292
|
+
* @see https://tailwindcss.com/docs/mask-clip
|
|
2293
|
+
*/
|
|
2294
|
+
"mask-clip": [{
|
|
2295
|
+
"mask-clip": ["border", "padding", "content", "fill", "stroke", "view"]
|
|
2296
|
+
}, "mask-no-clip"],
|
|
2297
|
+
/**
|
|
2298
|
+
* Mask Composite
|
|
2299
|
+
* @see https://tailwindcss.com/docs/mask-composite
|
|
2300
|
+
*/
|
|
2301
|
+
"mask-composite": [{
|
|
2302
|
+
mask: ["add", "subtract", "intersect", "exclude"]
|
|
2303
|
+
}],
|
|
2304
|
+
/**
|
|
2305
|
+
* Mask Image
|
|
2306
|
+
* @see https://tailwindcss.com/docs/mask-image
|
|
2307
|
+
*/
|
|
2308
|
+
"mask-image-linear-pos": [{
|
|
2309
|
+
"mask-linear": [g]
|
|
2310
|
+
}],
|
|
2311
|
+
"mask-image-linear-from-pos": [{
|
|
2312
|
+
"mask-linear-from": q()
|
|
2313
|
+
}],
|
|
2314
|
+
"mask-image-linear-to-pos": [{
|
|
2315
|
+
"mask-linear-to": q()
|
|
2316
|
+
}],
|
|
2317
|
+
"mask-image-linear-from-color": [{
|
|
2318
|
+
"mask-linear-from": m()
|
|
2319
|
+
}],
|
|
2320
|
+
"mask-image-linear-to-color": [{
|
|
2321
|
+
"mask-linear-to": m()
|
|
2322
|
+
}],
|
|
2323
|
+
"mask-image-t-from-pos": [{
|
|
2324
|
+
"mask-t-from": q()
|
|
2325
|
+
}],
|
|
2326
|
+
"mask-image-t-to-pos": [{
|
|
2327
|
+
"mask-t-to": q()
|
|
2328
|
+
}],
|
|
2329
|
+
"mask-image-t-from-color": [{
|
|
2330
|
+
"mask-t-from": m()
|
|
2331
|
+
}],
|
|
2332
|
+
"mask-image-t-to-color": [{
|
|
2333
|
+
"mask-t-to": m()
|
|
2334
|
+
}],
|
|
2335
|
+
"mask-image-r-from-pos": [{
|
|
2336
|
+
"mask-r-from": q()
|
|
2337
|
+
}],
|
|
2338
|
+
"mask-image-r-to-pos": [{
|
|
2339
|
+
"mask-r-to": q()
|
|
2340
|
+
}],
|
|
2341
|
+
"mask-image-r-from-color": [{
|
|
2342
|
+
"mask-r-from": m()
|
|
2343
|
+
}],
|
|
2344
|
+
"mask-image-r-to-color": [{
|
|
2345
|
+
"mask-r-to": m()
|
|
2346
|
+
}],
|
|
2347
|
+
"mask-image-b-from-pos": [{
|
|
2348
|
+
"mask-b-from": q()
|
|
2349
|
+
}],
|
|
2350
|
+
"mask-image-b-to-pos": [{
|
|
2351
|
+
"mask-b-to": q()
|
|
2352
|
+
}],
|
|
2353
|
+
"mask-image-b-from-color": [{
|
|
2354
|
+
"mask-b-from": m()
|
|
2355
|
+
}],
|
|
2356
|
+
"mask-image-b-to-color": [{
|
|
2357
|
+
"mask-b-to": m()
|
|
2358
|
+
}],
|
|
2359
|
+
"mask-image-l-from-pos": [{
|
|
2360
|
+
"mask-l-from": q()
|
|
2361
|
+
}],
|
|
2362
|
+
"mask-image-l-to-pos": [{
|
|
2363
|
+
"mask-l-to": q()
|
|
2364
|
+
}],
|
|
2365
|
+
"mask-image-l-from-color": [{
|
|
2366
|
+
"mask-l-from": m()
|
|
2367
|
+
}],
|
|
2368
|
+
"mask-image-l-to-color": [{
|
|
2369
|
+
"mask-l-to": m()
|
|
2370
|
+
}],
|
|
2371
|
+
"mask-image-x-from-pos": [{
|
|
2372
|
+
"mask-x-from": q()
|
|
2373
|
+
}],
|
|
2374
|
+
"mask-image-x-to-pos": [{
|
|
2375
|
+
"mask-x-to": q()
|
|
2376
|
+
}],
|
|
2377
|
+
"mask-image-x-from-color": [{
|
|
2378
|
+
"mask-x-from": m()
|
|
2379
|
+
}],
|
|
2380
|
+
"mask-image-x-to-color": [{
|
|
2381
|
+
"mask-x-to": m()
|
|
2382
|
+
}],
|
|
2383
|
+
"mask-image-y-from-pos": [{
|
|
2384
|
+
"mask-y-from": q()
|
|
2385
|
+
}],
|
|
2386
|
+
"mask-image-y-to-pos": [{
|
|
2387
|
+
"mask-y-to": q()
|
|
2388
|
+
}],
|
|
2389
|
+
"mask-image-y-from-color": [{
|
|
2390
|
+
"mask-y-from": m()
|
|
2391
|
+
}],
|
|
2392
|
+
"mask-image-y-to-color": [{
|
|
2393
|
+
"mask-y-to": m()
|
|
2394
|
+
}],
|
|
2395
|
+
"mask-image-radial": [{
|
|
2396
|
+
"mask-radial": [i, l]
|
|
2397
|
+
}],
|
|
2398
|
+
"mask-image-radial-from-pos": [{
|
|
2399
|
+
"mask-radial-from": q()
|
|
2400
|
+
}],
|
|
2401
|
+
"mask-image-radial-to-pos": [{
|
|
2402
|
+
"mask-radial-to": q()
|
|
2403
|
+
}],
|
|
2404
|
+
"mask-image-radial-from-color": [{
|
|
2405
|
+
"mask-radial-from": m()
|
|
2406
|
+
}],
|
|
2407
|
+
"mask-image-radial-to-color": [{
|
|
2408
|
+
"mask-radial-to": m()
|
|
2409
|
+
}],
|
|
2410
|
+
"mask-image-radial-shape": [{
|
|
2411
|
+
"mask-radial": ["circle", "ellipse"]
|
|
2412
|
+
}],
|
|
2413
|
+
"mask-image-radial-size": [{
|
|
2414
|
+
"mask-radial": [{
|
|
2415
|
+
closest: ["side", "corner"],
|
|
2416
|
+
farthest: ["side", "corner"]
|
|
2417
|
+
}]
|
|
2418
|
+
}],
|
|
2419
|
+
"mask-image-radial-pos": [{
|
|
2420
|
+
"mask-radial-at": $()
|
|
2421
|
+
}],
|
|
2422
|
+
"mask-image-conic-pos": [{
|
|
2423
|
+
"mask-conic": [g]
|
|
2424
|
+
}],
|
|
2425
|
+
"mask-image-conic-from-pos": [{
|
|
2426
|
+
"mask-conic-from": q()
|
|
2427
|
+
}],
|
|
2428
|
+
"mask-image-conic-to-pos": [{
|
|
2429
|
+
"mask-conic-to": q()
|
|
2430
|
+
}],
|
|
2431
|
+
"mask-image-conic-from-color": [{
|
|
2432
|
+
"mask-conic-from": m()
|
|
2433
|
+
}],
|
|
2434
|
+
"mask-image-conic-to-color": [{
|
|
2435
|
+
"mask-conic-to": m()
|
|
2436
|
+
}],
|
|
2437
|
+
/**
|
|
2438
|
+
* Mask Mode
|
|
2439
|
+
* @see https://tailwindcss.com/docs/mask-mode
|
|
2440
|
+
*/
|
|
2441
|
+
"mask-mode": [{
|
|
2442
|
+
mask: ["alpha", "luminance", "match"]
|
|
2443
|
+
}],
|
|
2444
|
+
/**
|
|
2445
|
+
* Mask Origin
|
|
2446
|
+
* @see https://tailwindcss.com/docs/mask-origin
|
|
2447
|
+
*/
|
|
2448
|
+
"mask-origin": [{
|
|
2449
|
+
"mask-origin": ["border", "padding", "content", "fill", "stroke", "view"]
|
|
2450
|
+
}],
|
|
2451
|
+
/**
|
|
2452
|
+
* Mask Position
|
|
2453
|
+
* @see https://tailwindcss.com/docs/mask-position
|
|
2454
|
+
*/
|
|
2455
|
+
"mask-position": [{
|
|
2456
|
+
mask: a1()
|
|
2457
|
+
}],
|
|
2458
|
+
/**
|
|
2459
|
+
* Mask Repeat
|
|
2460
|
+
* @see https://tailwindcss.com/docs/mask-repeat
|
|
2461
|
+
*/
|
|
2462
|
+
"mask-repeat": [{
|
|
2463
|
+
mask: n()
|
|
2464
|
+
}],
|
|
2465
|
+
/**
|
|
2466
|
+
* Mask Size
|
|
2467
|
+
* @see https://tailwindcss.com/docs/mask-size
|
|
2468
|
+
*/
|
|
2469
|
+
"mask-size": [{
|
|
2470
|
+
mask: v()
|
|
2471
|
+
}],
|
|
2472
|
+
/**
|
|
2473
|
+
* Mask Type
|
|
2474
|
+
* @see https://tailwindcss.com/docs/mask-type
|
|
2475
|
+
*/
|
|
2476
|
+
"mask-type": [{
|
|
2477
|
+
"mask-type": ["alpha", "luminance"]
|
|
2478
|
+
}],
|
|
2479
|
+
/**
|
|
2480
|
+
* Mask Image
|
|
2481
|
+
* @see https://tailwindcss.com/docs/mask-image
|
|
2482
|
+
*/
|
|
2483
|
+
"mask-image": [{
|
|
2484
|
+
mask: ["none", i, l]
|
|
2485
|
+
}],
|
|
2486
|
+
// ---------------
|
|
2487
|
+
// --- Filters ---
|
|
2488
|
+
// ---------------
|
|
2489
|
+
/**
|
|
2490
|
+
* Filter
|
|
2491
|
+
* @see https://tailwindcss.com/docs/filter
|
|
2492
|
+
*/
|
|
2493
|
+
filter: [{
|
|
2494
|
+
filter: [
|
|
2495
|
+
// Deprecated since Tailwind CSS v3.0.0
|
|
2496
|
+
"",
|
|
2497
|
+
"none",
|
|
2498
|
+
i,
|
|
2499
|
+
l
|
|
2500
|
+
]
|
|
2501
|
+
}],
|
|
2502
|
+
/**
|
|
2503
|
+
* Blur
|
|
2504
|
+
* @see https://tailwindcss.com/docs/blur
|
|
2505
|
+
*/
|
|
2506
|
+
blur: [{
|
|
2507
|
+
blur: T()
|
|
2508
|
+
}],
|
|
2509
|
+
/**
|
|
2510
|
+
* Brightness
|
|
2511
|
+
* @see https://tailwindcss.com/docs/brightness
|
|
2512
|
+
*/
|
|
2513
|
+
brightness: [{
|
|
2514
|
+
brightness: [g, i, l]
|
|
2515
|
+
}],
|
|
2516
|
+
/**
|
|
2517
|
+
* Contrast
|
|
2518
|
+
* @see https://tailwindcss.com/docs/contrast
|
|
2519
|
+
*/
|
|
2520
|
+
contrast: [{
|
|
2521
|
+
contrast: [g, i, l]
|
|
2522
|
+
}],
|
|
2523
|
+
/**
|
|
2524
|
+
* Drop Shadow
|
|
2525
|
+
* @see https://tailwindcss.com/docs/drop-shadow
|
|
2526
|
+
*/
|
|
2527
|
+
"drop-shadow": [{
|
|
2528
|
+
"drop-shadow": [
|
|
2529
|
+
// Deprecated since Tailwind CSS v4.0.0
|
|
2530
|
+
"",
|
|
2531
|
+
"none",
|
|
2532
|
+
N,
|
|
2533
|
+
g1,
|
|
2534
|
+
u1
|
|
2535
|
+
]
|
|
2536
|
+
}],
|
|
2537
|
+
/**
|
|
2538
|
+
* Drop Shadow Color
|
|
2539
|
+
* @see https://tailwindcss.com/docs/filter-drop-shadow#setting-the-shadow-color
|
|
2540
|
+
*/
|
|
2541
|
+
"drop-shadow-color": [{
|
|
2542
|
+
"drop-shadow": m()
|
|
2543
|
+
}],
|
|
2544
|
+
/**
|
|
2545
|
+
* Grayscale
|
|
2546
|
+
* @see https://tailwindcss.com/docs/grayscale
|
|
2547
|
+
*/
|
|
2548
|
+
grayscale: [{
|
|
2549
|
+
grayscale: ["", g, i, l]
|
|
2550
|
+
}],
|
|
2551
|
+
/**
|
|
2552
|
+
* Hue Rotate
|
|
2553
|
+
* @see https://tailwindcss.com/docs/hue-rotate
|
|
2554
|
+
*/
|
|
2555
|
+
"hue-rotate": [{
|
|
2556
|
+
"hue-rotate": [g, i, l]
|
|
2557
|
+
}],
|
|
2558
|
+
/**
|
|
2559
|
+
* Invert
|
|
2560
|
+
* @see https://tailwindcss.com/docs/invert
|
|
2561
|
+
*/
|
|
2562
|
+
invert: [{
|
|
2563
|
+
invert: ["", g, i, l]
|
|
2564
|
+
}],
|
|
2565
|
+
/**
|
|
2566
|
+
* Saturate
|
|
2567
|
+
* @see https://tailwindcss.com/docs/saturate
|
|
2568
|
+
*/
|
|
2569
|
+
saturate: [{
|
|
2570
|
+
saturate: [g, i, l]
|
|
2571
|
+
}],
|
|
2572
|
+
/**
|
|
2573
|
+
* Sepia
|
|
2574
|
+
* @see https://tailwindcss.com/docs/sepia
|
|
2575
|
+
*/
|
|
2576
|
+
sepia: [{
|
|
2577
|
+
sepia: ["", g, i, l]
|
|
2578
|
+
}],
|
|
2579
|
+
/**
|
|
2580
|
+
* Backdrop Filter
|
|
2581
|
+
* @see https://tailwindcss.com/docs/backdrop-filter
|
|
2582
|
+
*/
|
|
2583
|
+
"backdrop-filter": [{
|
|
2584
|
+
"backdrop-filter": [
|
|
2585
|
+
// Deprecated since Tailwind CSS v3.0.0
|
|
2586
|
+
"",
|
|
2587
|
+
"none",
|
|
2588
|
+
i,
|
|
2589
|
+
l
|
|
2590
|
+
]
|
|
2591
|
+
}],
|
|
2592
|
+
/**
|
|
2593
|
+
* Backdrop Blur
|
|
2594
|
+
* @see https://tailwindcss.com/docs/backdrop-blur
|
|
2595
|
+
*/
|
|
2596
|
+
"backdrop-blur": [{
|
|
2597
|
+
"backdrop-blur": T()
|
|
2598
|
+
}],
|
|
2599
|
+
/**
|
|
2600
|
+
* Backdrop Brightness
|
|
2601
|
+
* @see https://tailwindcss.com/docs/backdrop-brightness
|
|
2602
|
+
*/
|
|
2603
|
+
"backdrop-brightness": [{
|
|
2604
|
+
"backdrop-brightness": [g, i, l]
|
|
2605
|
+
}],
|
|
2606
|
+
/**
|
|
2607
|
+
* Backdrop Contrast
|
|
2608
|
+
* @see https://tailwindcss.com/docs/backdrop-contrast
|
|
2609
|
+
*/
|
|
2610
|
+
"backdrop-contrast": [{
|
|
2611
|
+
"backdrop-contrast": [g, i, l]
|
|
2612
|
+
}],
|
|
2613
|
+
/**
|
|
2614
|
+
* Backdrop Grayscale
|
|
2615
|
+
* @see https://tailwindcss.com/docs/backdrop-grayscale
|
|
2616
|
+
*/
|
|
2617
|
+
"backdrop-grayscale": [{
|
|
2618
|
+
"backdrop-grayscale": ["", g, i, l]
|
|
2619
|
+
}],
|
|
2620
|
+
/**
|
|
2621
|
+
* Backdrop Hue Rotate
|
|
2622
|
+
* @see https://tailwindcss.com/docs/backdrop-hue-rotate
|
|
2623
|
+
*/
|
|
2624
|
+
"backdrop-hue-rotate": [{
|
|
2625
|
+
"backdrop-hue-rotate": [g, i, l]
|
|
2626
|
+
}],
|
|
2627
|
+
/**
|
|
2628
|
+
* Backdrop Invert
|
|
2629
|
+
* @see https://tailwindcss.com/docs/backdrop-invert
|
|
2630
|
+
*/
|
|
2631
|
+
"backdrop-invert": [{
|
|
2632
|
+
"backdrop-invert": ["", g, i, l]
|
|
2633
|
+
}],
|
|
2634
|
+
/**
|
|
2635
|
+
* Backdrop Opacity
|
|
2636
|
+
* @see https://tailwindcss.com/docs/backdrop-opacity
|
|
2637
|
+
*/
|
|
2638
|
+
"backdrop-opacity": [{
|
|
2639
|
+
"backdrop-opacity": [g, i, l]
|
|
2640
|
+
}],
|
|
2641
|
+
/**
|
|
2642
|
+
* Backdrop Saturate
|
|
2643
|
+
* @see https://tailwindcss.com/docs/backdrop-saturate
|
|
2644
|
+
*/
|
|
2645
|
+
"backdrop-saturate": [{
|
|
2646
|
+
"backdrop-saturate": [g, i, l]
|
|
2647
|
+
}],
|
|
2648
|
+
/**
|
|
2649
|
+
* Backdrop Sepia
|
|
2650
|
+
* @see https://tailwindcss.com/docs/backdrop-sepia
|
|
2651
|
+
*/
|
|
2652
|
+
"backdrop-sepia": [{
|
|
2653
|
+
"backdrop-sepia": ["", g, i, l]
|
|
2654
|
+
}],
|
|
2655
|
+
// --------------
|
|
2656
|
+
// --- Tables ---
|
|
2657
|
+
// --------------
|
|
2658
|
+
/**
|
|
2659
|
+
* Border Collapse
|
|
2660
|
+
* @see https://tailwindcss.com/docs/border-collapse
|
|
2661
|
+
*/
|
|
2662
|
+
"border-collapse": [{
|
|
2663
|
+
border: ["collapse", "separate"]
|
|
2664
|
+
}],
|
|
2665
|
+
/**
|
|
2666
|
+
* Border Spacing
|
|
2667
|
+
* @see https://tailwindcss.com/docs/border-spacing
|
|
2668
|
+
*/
|
|
2669
|
+
"border-spacing": [{
|
|
2670
|
+
"border-spacing": h()
|
|
2671
|
+
}],
|
|
2672
|
+
/**
|
|
2673
|
+
* Border Spacing X
|
|
2674
|
+
* @see https://tailwindcss.com/docs/border-spacing
|
|
2675
|
+
*/
|
|
2676
|
+
"border-spacing-x": [{
|
|
2677
|
+
"border-spacing-x": h()
|
|
2678
|
+
}],
|
|
2679
|
+
/**
|
|
2680
|
+
* Border Spacing Y
|
|
2681
|
+
* @see https://tailwindcss.com/docs/border-spacing
|
|
2682
|
+
*/
|
|
2683
|
+
"border-spacing-y": [{
|
|
2684
|
+
"border-spacing-y": h()
|
|
2685
|
+
}],
|
|
2686
|
+
/**
|
|
2687
|
+
* Table Layout
|
|
2688
|
+
* @see https://tailwindcss.com/docs/table-layout
|
|
2689
|
+
*/
|
|
2690
|
+
"table-layout": [{
|
|
2691
|
+
table: ["auto", "fixed"]
|
|
2692
|
+
}],
|
|
2693
|
+
/**
|
|
2694
|
+
* Caption Side
|
|
2695
|
+
* @see https://tailwindcss.com/docs/caption-side
|
|
2696
|
+
*/
|
|
2697
|
+
caption: [{
|
|
2698
|
+
caption: ["top", "bottom"]
|
|
2699
|
+
}],
|
|
2700
|
+
// ---------------------------------
|
|
2701
|
+
// --- Transitions and Animation ---
|
|
2702
|
+
// ---------------------------------
|
|
2703
|
+
/**
|
|
2704
|
+
* Transition Property
|
|
2705
|
+
* @see https://tailwindcss.com/docs/transition-property
|
|
2706
|
+
*/
|
|
2707
|
+
transition: [{
|
|
2708
|
+
transition: ["", "all", "colors", "opacity", "shadow", "transform", "none", i, l]
|
|
2709
|
+
}],
|
|
2710
|
+
/**
|
|
2711
|
+
* Transition Behavior
|
|
2712
|
+
* @see https://tailwindcss.com/docs/transition-behavior
|
|
2713
|
+
*/
|
|
2714
|
+
"transition-behavior": [{
|
|
2715
|
+
transition: ["normal", "discrete"]
|
|
2716
|
+
}],
|
|
2717
|
+
/**
|
|
2718
|
+
* Transition Duration
|
|
2719
|
+
* @see https://tailwindcss.com/docs/transition-duration
|
|
2720
|
+
*/
|
|
2721
|
+
duration: [{
|
|
2722
|
+
duration: [g, "initial", i, l]
|
|
2723
|
+
}],
|
|
2724
|
+
/**
|
|
2725
|
+
* Transition Timing Function
|
|
2726
|
+
* @see https://tailwindcss.com/docs/transition-timing-function
|
|
2727
|
+
*/
|
|
2728
|
+
ease: [{
|
|
2729
|
+
ease: ["linear", "initial", P, i, l]
|
|
2730
|
+
}],
|
|
2731
|
+
/**
|
|
2732
|
+
* Transition Delay
|
|
2733
|
+
* @see https://tailwindcss.com/docs/transition-delay
|
|
2734
|
+
*/
|
|
2735
|
+
delay: [{
|
|
2736
|
+
delay: [g, i, l]
|
|
2737
|
+
}],
|
|
2738
|
+
/**
|
|
2739
|
+
* Animation
|
|
2740
|
+
* @see https://tailwindcss.com/docs/animation
|
|
2741
|
+
*/
|
|
2742
|
+
animate: [{
|
|
2743
|
+
animate: ["none", Q, i, l]
|
|
2744
|
+
}],
|
|
2745
|
+
// ------------------
|
|
2746
|
+
// --- Transforms ---
|
|
2747
|
+
// ------------------
|
|
2748
|
+
/**
|
|
2749
|
+
* Backface Visibility
|
|
2750
|
+
* @see https://tailwindcss.com/docs/backface-visibility
|
|
2751
|
+
*/
|
|
2752
|
+
backface: [{
|
|
2753
|
+
backface: ["hidden", "visible"]
|
|
2754
|
+
}],
|
|
2755
|
+
/**
|
|
2756
|
+
* Perspective
|
|
2757
|
+
* @see https://tailwindcss.com/docs/perspective
|
|
2758
|
+
*/
|
|
2759
|
+
perspective: [{
|
|
2760
|
+
perspective: [Z, i, l]
|
|
2761
|
+
}],
|
|
2762
|
+
/**
|
|
2763
|
+
* Perspective Origin
|
|
2764
|
+
* @see https://tailwindcss.com/docs/perspective-origin
|
|
2765
|
+
*/
|
|
2766
|
+
"perspective-origin": [{
|
|
2767
|
+
"perspective-origin": G()
|
|
2768
|
+
}],
|
|
2769
|
+
/**
|
|
2770
|
+
* Rotate
|
|
2771
|
+
* @see https://tailwindcss.com/docs/rotate
|
|
2772
|
+
*/
|
|
2773
|
+
rotate: [{
|
|
2774
|
+
rotate: L()
|
|
2775
|
+
}],
|
|
2776
|
+
/**
|
|
2777
|
+
* Rotate X
|
|
2778
|
+
* @see https://tailwindcss.com/docs/rotate
|
|
2779
|
+
*/
|
|
2780
|
+
"rotate-x": [{
|
|
2781
|
+
"rotate-x": L()
|
|
2782
|
+
}],
|
|
2783
|
+
/**
|
|
2784
|
+
* Rotate Y
|
|
2785
|
+
* @see https://tailwindcss.com/docs/rotate
|
|
2786
|
+
*/
|
|
2787
|
+
"rotate-y": [{
|
|
2788
|
+
"rotate-y": L()
|
|
2789
|
+
}],
|
|
2790
|
+
/**
|
|
2791
|
+
* Rotate Z
|
|
2792
|
+
* @see https://tailwindcss.com/docs/rotate
|
|
2793
|
+
*/
|
|
2794
|
+
"rotate-z": [{
|
|
2795
|
+
"rotate-z": L()
|
|
2796
|
+
}],
|
|
2797
|
+
/**
|
|
2798
|
+
* Scale
|
|
2799
|
+
* @see https://tailwindcss.com/docs/scale
|
|
2800
|
+
*/
|
|
2801
|
+
scale: [{
|
|
2802
|
+
scale: D()
|
|
2803
|
+
}],
|
|
2804
|
+
/**
|
|
2805
|
+
* Scale X
|
|
2806
|
+
* @see https://tailwindcss.com/docs/scale
|
|
2807
|
+
*/
|
|
2808
|
+
"scale-x": [{
|
|
2809
|
+
"scale-x": D()
|
|
2810
|
+
}],
|
|
2811
|
+
/**
|
|
2812
|
+
* Scale Y
|
|
2813
|
+
* @see https://tailwindcss.com/docs/scale
|
|
2814
|
+
*/
|
|
2815
|
+
"scale-y": [{
|
|
2816
|
+
"scale-y": D()
|
|
2817
|
+
}],
|
|
2818
|
+
/**
|
|
2819
|
+
* Scale Z
|
|
2820
|
+
* @see https://tailwindcss.com/docs/scale
|
|
2821
|
+
*/
|
|
2822
|
+
"scale-z": [{
|
|
2823
|
+
"scale-z": D()
|
|
2824
|
+
}],
|
|
2825
|
+
/**
|
|
2826
|
+
* Scale 3D
|
|
2827
|
+
* @see https://tailwindcss.com/docs/scale
|
|
2828
|
+
*/
|
|
2829
|
+
"scale-3d": ["scale-3d"],
|
|
2830
|
+
/**
|
|
2831
|
+
* Skew
|
|
2832
|
+
* @see https://tailwindcss.com/docs/skew
|
|
2833
|
+
*/
|
|
2834
|
+
skew: [{
|
|
2835
|
+
skew: s1()
|
|
2836
|
+
}],
|
|
2837
|
+
/**
|
|
2838
|
+
* Skew X
|
|
2839
|
+
* @see https://tailwindcss.com/docs/skew
|
|
2840
|
+
*/
|
|
2841
|
+
"skew-x": [{
|
|
2842
|
+
"skew-x": s1()
|
|
2843
|
+
}],
|
|
2844
|
+
/**
|
|
2845
|
+
* Skew Y
|
|
2846
|
+
* @see https://tailwindcss.com/docs/skew
|
|
2847
|
+
*/
|
|
2848
|
+
"skew-y": [{
|
|
2849
|
+
"skew-y": s1()
|
|
2850
|
+
}],
|
|
2851
|
+
/**
|
|
2852
|
+
* Transform
|
|
2853
|
+
* @see https://tailwindcss.com/docs/transform
|
|
2854
|
+
*/
|
|
2855
|
+
transform: [{
|
|
2856
|
+
transform: [i, l, "", "none", "gpu", "cpu"]
|
|
2857
|
+
}],
|
|
2858
|
+
/**
|
|
2859
|
+
* Transform Origin
|
|
2860
|
+
* @see https://tailwindcss.com/docs/transform-origin
|
|
2861
|
+
*/
|
|
2862
|
+
"transform-origin": [{
|
|
2863
|
+
origin: G()
|
|
2864
|
+
}],
|
|
2865
|
+
/**
|
|
2866
|
+
* Transform Style
|
|
2867
|
+
* @see https://tailwindcss.com/docs/transform-style
|
|
2868
|
+
*/
|
|
2869
|
+
"transform-style": [{
|
|
2870
|
+
transform: ["3d", "flat"]
|
|
2871
|
+
}],
|
|
2872
|
+
/**
|
|
2873
|
+
* Translate
|
|
2874
|
+
* @see https://tailwindcss.com/docs/translate
|
|
2875
|
+
*/
|
|
2876
|
+
translate: [{
|
|
2877
|
+
translate: v1()
|
|
2878
|
+
}],
|
|
2879
|
+
/**
|
|
2880
|
+
* Translate X
|
|
2881
|
+
* @see https://tailwindcss.com/docs/translate
|
|
2882
|
+
*/
|
|
2883
|
+
"translate-x": [{
|
|
2884
|
+
"translate-x": v1()
|
|
2885
|
+
}],
|
|
2886
|
+
/**
|
|
2887
|
+
* Translate Y
|
|
2888
|
+
* @see https://tailwindcss.com/docs/translate
|
|
2889
|
+
*/
|
|
2890
|
+
"translate-y": [{
|
|
2891
|
+
"translate-y": v1()
|
|
2892
|
+
}],
|
|
2893
|
+
/**
|
|
2894
|
+
* Translate Z
|
|
2895
|
+
* @see https://tailwindcss.com/docs/translate
|
|
2896
|
+
*/
|
|
2897
|
+
"translate-z": [{
|
|
2898
|
+
"translate-z": v1()
|
|
2899
|
+
}],
|
|
2900
|
+
/**
|
|
2901
|
+
* Translate None
|
|
2902
|
+
* @see https://tailwindcss.com/docs/translate
|
|
2903
|
+
*/
|
|
2904
|
+
"translate-none": ["translate-none"],
|
|
2905
|
+
// ---------------------
|
|
2906
|
+
// --- Interactivity ---
|
|
2907
|
+
// ---------------------
|
|
2908
|
+
/**
|
|
2909
|
+
* Accent Color
|
|
2910
|
+
* @see https://tailwindcss.com/docs/accent-color
|
|
2911
|
+
*/
|
|
2912
|
+
accent: [{
|
|
2913
|
+
accent: m()
|
|
2914
|
+
}],
|
|
2915
|
+
/**
|
|
2916
|
+
* Appearance
|
|
2917
|
+
* @see https://tailwindcss.com/docs/appearance
|
|
2918
|
+
*/
|
|
2919
|
+
appearance: [{
|
|
2920
|
+
appearance: ["none", "auto"]
|
|
2921
|
+
}],
|
|
2922
|
+
/**
|
|
2923
|
+
* Caret Color
|
|
2924
|
+
* @see https://tailwindcss.com/docs/just-in-time-mode#caret-color-utilities
|
|
2925
|
+
*/
|
|
2926
|
+
"caret-color": [{
|
|
2927
|
+
caret: m()
|
|
2928
|
+
}],
|
|
2929
|
+
/**
|
|
2930
|
+
* Color Scheme
|
|
2931
|
+
* @see https://tailwindcss.com/docs/color-scheme
|
|
2932
|
+
*/
|
|
2933
|
+
"color-scheme": [{
|
|
2934
|
+
scheme: ["normal", "dark", "light", "light-dark", "only-dark", "only-light"]
|
|
2935
|
+
}],
|
|
2936
|
+
/**
|
|
2937
|
+
* Cursor
|
|
2938
|
+
* @see https://tailwindcss.com/docs/cursor
|
|
2939
|
+
*/
|
|
2940
|
+
cursor: [{
|
|
2941
|
+
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", i, l]
|
|
2942
|
+
}],
|
|
2943
|
+
/**
|
|
2944
|
+
* Field Sizing
|
|
2945
|
+
* @see https://tailwindcss.com/docs/field-sizing
|
|
2946
|
+
*/
|
|
2947
|
+
"field-sizing": [{
|
|
2948
|
+
"field-sizing": ["fixed", "content"]
|
|
2949
|
+
}],
|
|
2950
|
+
/**
|
|
2951
|
+
* Pointer Events
|
|
2952
|
+
* @see https://tailwindcss.com/docs/pointer-events
|
|
2953
|
+
*/
|
|
2954
|
+
"pointer-events": [{
|
|
2955
|
+
"pointer-events": ["auto", "none"]
|
|
2956
|
+
}],
|
|
2957
|
+
/**
|
|
2958
|
+
* Resize
|
|
2959
|
+
* @see https://tailwindcss.com/docs/resize
|
|
2960
|
+
*/
|
|
2961
|
+
resize: [{
|
|
2962
|
+
resize: ["none", "", "y", "x"]
|
|
2963
|
+
}],
|
|
2964
|
+
/**
|
|
2965
|
+
* Scroll Behavior
|
|
2966
|
+
* @see https://tailwindcss.com/docs/scroll-behavior
|
|
2967
|
+
*/
|
|
2968
|
+
"scroll-behavior": [{
|
|
2969
|
+
scroll: ["auto", "smooth"]
|
|
2970
|
+
}],
|
|
2971
|
+
/**
|
|
2972
|
+
* Scroll Margin
|
|
2973
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2974
|
+
*/
|
|
2975
|
+
"scroll-m": [{
|
|
2976
|
+
"scroll-m": h()
|
|
2977
|
+
}],
|
|
2978
|
+
/**
|
|
2979
|
+
* Scroll Margin X
|
|
2980
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2981
|
+
*/
|
|
2982
|
+
"scroll-mx": [{
|
|
2983
|
+
"scroll-mx": h()
|
|
2984
|
+
}],
|
|
2985
|
+
/**
|
|
2986
|
+
* Scroll Margin Y
|
|
2987
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2988
|
+
*/
|
|
2989
|
+
"scroll-my": [{
|
|
2990
|
+
"scroll-my": h()
|
|
2991
|
+
}],
|
|
2992
|
+
/**
|
|
2993
|
+
* Scroll Margin Start
|
|
2994
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2995
|
+
*/
|
|
2996
|
+
"scroll-ms": [{
|
|
2997
|
+
"scroll-ms": h()
|
|
2998
|
+
}],
|
|
2999
|
+
/**
|
|
3000
|
+
* Scroll Margin End
|
|
3001
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
|
3002
|
+
*/
|
|
3003
|
+
"scroll-me": [{
|
|
3004
|
+
"scroll-me": h()
|
|
3005
|
+
}],
|
|
3006
|
+
/**
|
|
3007
|
+
* Scroll Margin Top
|
|
3008
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
|
3009
|
+
*/
|
|
3010
|
+
"scroll-mt": [{
|
|
3011
|
+
"scroll-mt": h()
|
|
3012
|
+
}],
|
|
3013
|
+
/**
|
|
3014
|
+
* Scroll Margin Right
|
|
3015
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
|
3016
|
+
*/
|
|
3017
|
+
"scroll-mr": [{
|
|
3018
|
+
"scroll-mr": h()
|
|
3019
|
+
}],
|
|
3020
|
+
/**
|
|
3021
|
+
* Scroll Margin Bottom
|
|
3022
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
|
3023
|
+
*/
|
|
3024
|
+
"scroll-mb": [{
|
|
3025
|
+
"scroll-mb": h()
|
|
3026
|
+
}],
|
|
3027
|
+
/**
|
|
3028
|
+
* Scroll Margin Left
|
|
3029
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
|
3030
|
+
*/
|
|
3031
|
+
"scroll-ml": [{
|
|
3032
|
+
"scroll-ml": h()
|
|
3033
|
+
}],
|
|
3034
|
+
/**
|
|
3035
|
+
* Scroll Padding
|
|
3036
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
|
3037
|
+
*/
|
|
3038
|
+
"scroll-p": [{
|
|
3039
|
+
"scroll-p": h()
|
|
3040
|
+
}],
|
|
3041
|
+
/**
|
|
3042
|
+
* Scroll Padding X
|
|
3043
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
|
3044
|
+
*/
|
|
3045
|
+
"scroll-px": [{
|
|
3046
|
+
"scroll-px": h()
|
|
3047
|
+
}],
|
|
3048
|
+
/**
|
|
3049
|
+
* Scroll Padding Y
|
|
3050
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
|
3051
|
+
*/
|
|
3052
|
+
"scroll-py": [{
|
|
3053
|
+
"scroll-py": h()
|
|
3054
|
+
}],
|
|
3055
|
+
/**
|
|
3056
|
+
* Scroll Padding Start
|
|
3057
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
|
3058
|
+
*/
|
|
3059
|
+
"scroll-ps": [{
|
|
3060
|
+
"scroll-ps": h()
|
|
3061
|
+
}],
|
|
3062
|
+
/**
|
|
3063
|
+
* Scroll Padding End
|
|
3064
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
|
3065
|
+
*/
|
|
3066
|
+
"scroll-pe": [{
|
|
3067
|
+
"scroll-pe": h()
|
|
3068
|
+
}],
|
|
3069
|
+
/**
|
|
3070
|
+
* Scroll Padding Top
|
|
3071
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
|
3072
|
+
*/
|
|
3073
|
+
"scroll-pt": [{
|
|
3074
|
+
"scroll-pt": h()
|
|
3075
|
+
}],
|
|
3076
|
+
/**
|
|
3077
|
+
* Scroll Padding Right
|
|
3078
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
|
3079
|
+
*/
|
|
3080
|
+
"scroll-pr": [{
|
|
3081
|
+
"scroll-pr": h()
|
|
3082
|
+
}],
|
|
3083
|
+
/**
|
|
3084
|
+
* Scroll Padding Bottom
|
|
3085
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
|
3086
|
+
*/
|
|
3087
|
+
"scroll-pb": [{
|
|
3088
|
+
"scroll-pb": h()
|
|
3089
|
+
}],
|
|
3090
|
+
/**
|
|
3091
|
+
* Scroll Padding Left
|
|
3092
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
|
3093
|
+
*/
|
|
3094
|
+
"scroll-pl": [{
|
|
3095
|
+
"scroll-pl": h()
|
|
3096
|
+
}],
|
|
3097
|
+
/**
|
|
3098
|
+
* Scroll Snap Align
|
|
3099
|
+
* @see https://tailwindcss.com/docs/scroll-snap-align
|
|
3100
|
+
*/
|
|
3101
|
+
"snap-align": [{
|
|
3102
|
+
snap: ["start", "end", "center", "align-none"]
|
|
3103
|
+
}],
|
|
3104
|
+
/**
|
|
3105
|
+
* Scroll Snap Stop
|
|
3106
|
+
* @see https://tailwindcss.com/docs/scroll-snap-stop
|
|
3107
|
+
*/
|
|
3108
|
+
"snap-stop": [{
|
|
3109
|
+
snap: ["normal", "always"]
|
|
3110
|
+
}],
|
|
3111
|
+
/**
|
|
3112
|
+
* Scroll Snap Type
|
|
3113
|
+
* @see https://tailwindcss.com/docs/scroll-snap-type
|
|
3114
|
+
*/
|
|
3115
|
+
"snap-type": [{
|
|
3116
|
+
snap: ["none", "x", "y", "both"]
|
|
3117
|
+
}],
|
|
3118
|
+
/**
|
|
3119
|
+
* Scroll Snap Type Strictness
|
|
3120
|
+
* @see https://tailwindcss.com/docs/scroll-snap-type
|
|
3121
|
+
*/
|
|
3122
|
+
"snap-strictness": [{
|
|
3123
|
+
snap: ["mandatory", "proximity"]
|
|
3124
|
+
}],
|
|
3125
|
+
/**
|
|
3126
|
+
* Touch Action
|
|
3127
|
+
* @see https://tailwindcss.com/docs/touch-action
|
|
3128
|
+
*/
|
|
3129
|
+
touch: [{
|
|
3130
|
+
touch: ["auto", "none", "manipulation"]
|
|
3131
|
+
}],
|
|
3132
|
+
/**
|
|
3133
|
+
* Touch Action X
|
|
3134
|
+
* @see https://tailwindcss.com/docs/touch-action
|
|
3135
|
+
*/
|
|
3136
|
+
"touch-x": [{
|
|
3137
|
+
"touch-pan": ["x", "left", "right"]
|
|
3138
|
+
}],
|
|
3139
|
+
/**
|
|
3140
|
+
* Touch Action Y
|
|
3141
|
+
* @see https://tailwindcss.com/docs/touch-action
|
|
3142
|
+
*/
|
|
3143
|
+
"touch-y": [{
|
|
3144
|
+
"touch-pan": ["y", "up", "down"]
|
|
3145
|
+
}],
|
|
3146
|
+
/**
|
|
3147
|
+
* Touch Action Pinch Zoom
|
|
3148
|
+
* @see https://tailwindcss.com/docs/touch-action
|
|
3149
|
+
*/
|
|
3150
|
+
"touch-pz": ["touch-pinch-zoom"],
|
|
3151
|
+
/**
|
|
3152
|
+
* User Select
|
|
3153
|
+
* @see https://tailwindcss.com/docs/user-select
|
|
3154
|
+
*/
|
|
3155
|
+
select: [{
|
|
3156
|
+
select: ["none", "text", "all", "auto"]
|
|
3157
|
+
}],
|
|
3158
|
+
/**
|
|
3159
|
+
* Will Change
|
|
3160
|
+
* @see https://tailwindcss.com/docs/will-change
|
|
3161
|
+
*/
|
|
3162
|
+
"will-change": [{
|
|
3163
|
+
"will-change": ["auto", "scroll", "contents", "transform", i, l]
|
|
3164
|
+
}],
|
|
3165
|
+
// -----------
|
|
3166
|
+
// --- SVG ---
|
|
3167
|
+
// -----------
|
|
3168
|
+
/**
|
|
3169
|
+
* Fill
|
|
3170
|
+
* @see https://tailwindcss.com/docs/fill
|
|
3171
|
+
*/
|
|
3172
|
+
fill: [{
|
|
3173
|
+
fill: ["none", ...m()]
|
|
3174
|
+
}],
|
|
3175
|
+
/**
|
|
3176
|
+
* Stroke Width
|
|
3177
|
+
* @see https://tailwindcss.com/docs/stroke-width
|
|
3178
|
+
*/
|
|
3179
|
+
"stroke-w": [{
|
|
3180
|
+
stroke: [g, c1, X, f1]
|
|
3181
|
+
}],
|
|
3182
|
+
/**
|
|
3183
|
+
* Stroke
|
|
3184
|
+
* @see https://tailwindcss.com/docs/stroke
|
|
3185
|
+
*/
|
|
3186
|
+
stroke: [{
|
|
3187
|
+
stroke: ["none", ...m()]
|
|
3188
|
+
}],
|
|
3189
|
+
// ---------------------
|
|
3190
|
+
// --- Accessibility ---
|
|
3191
|
+
// ---------------------
|
|
3192
|
+
/**
|
|
3193
|
+
* Forced Color Adjust
|
|
3194
|
+
* @see https://tailwindcss.com/docs/forced-color-adjust
|
|
3195
|
+
*/
|
|
3196
|
+
"forced-color-adjust": [{
|
|
3197
|
+
"forced-color-adjust": ["auto", "none"]
|
|
3198
|
+
}]
|
|
3199
|
+
},
|
|
3200
|
+
conflictingClassGroups: {
|
|
3201
|
+
overflow: ["overflow-x", "overflow-y"],
|
|
3202
|
+
overscroll: ["overscroll-x", "overscroll-y"],
|
|
3203
|
+
inset: ["inset-x", "inset-y", "start", "end", "top", "right", "bottom", "left"],
|
|
3204
|
+
"inset-x": ["right", "left"],
|
|
3205
|
+
"inset-y": ["top", "bottom"],
|
|
3206
|
+
flex: ["basis", "grow", "shrink"],
|
|
3207
|
+
gap: ["gap-x", "gap-y"],
|
|
3208
|
+
p: ["px", "py", "ps", "pe", "pt", "pr", "pb", "pl"],
|
|
3209
|
+
px: ["pr", "pl"],
|
|
3210
|
+
py: ["pt", "pb"],
|
|
3211
|
+
m: ["mx", "my", "ms", "me", "mt", "mr", "mb", "ml"],
|
|
3212
|
+
mx: ["mr", "ml"],
|
|
3213
|
+
my: ["mt", "mb"],
|
|
3214
|
+
size: ["w", "h"],
|
|
3215
|
+
"font-size": ["leading"],
|
|
3216
|
+
"fvn-normal": ["fvn-ordinal", "fvn-slashed-zero", "fvn-figure", "fvn-spacing", "fvn-fraction"],
|
|
3217
|
+
"fvn-ordinal": ["fvn-normal"],
|
|
3218
|
+
"fvn-slashed-zero": ["fvn-normal"],
|
|
3219
|
+
"fvn-figure": ["fvn-normal"],
|
|
3220
|
+
"fvn-spacing": ["fvn-normal"],
|
|
3221
|
+
"fvn-fraction": ["fvn-normal"],
|
|
3222
|
+
"line-clamp": ["display", "overflow"],
|
|
3223
|
+
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"],
|
|
3224
|
+
"rounded-s": ["rounded-ss", "rounded-es"],
|
|
3225
|
+
"rounded-e": ["rounded-se", "rounded-ee"],
|
|
3226
|
+
"rounded-t": ["rounded-tl", "rounded-tr"],
|
|
3227
|
+
"rounded-r": ["rounded-tr", "rounded-br"],
|
|
3228
|
+
"rounded-b": ["rounded-br", "rounded-bl"],
|
|
3229
|
+
"rounded-l": ["rounded-tl", "rounded-bl"],
|
|
3230
|
+
"border-spacing": ["border-spacing-x", "border-spacing-y"],
|
|
3231
|
+
"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"],
|
|
3232
|
+
"border-w-x": ["border-w-r", "border-w-l"],
|
|
3233
|
+
"border-w-y": ["border-w-t", "border-w-b"],
|
|
3234
|
+
"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"],
|
|
3235
|
+
"border-color-x": ["border-color-r", "border-color-l"],
|
|
3236
|
+
"border-color-y": ["border-color-t", "border-color-b"],
|
|
3237
|
+
translate: ["translate-x", "translate-y", "translate-none"],
|
|
3238
|
+
"translate-none": ["translate", "translate-x", "translate-y", "translate-z"],
|
|
3239
|
+
"scroll-m": ["scroll-mx", "scroll-my", "scroll-ms", "scroll-me", "scroll-mt", "scroll-mr", "scroll-mb", "scroll-ml"],
|
|
3240
|
+
"scroll-mx": ["scroll-mr", "scroll-ml"],
|
|
3241
|
+
"scroll-my": ["scroll-mt", "scroll-mb"],
|
|
3242
|
+
"scroll-p": ["scroll-px", "scroll-py", "scroll-ps", "scroll-pe", "scroll-pt", "scroll-pr", "scroll-pb", "scroll-pl"],
|
|
3243
|
+
"scroll-px": ["scroll-pr", "scroll-pl"],
|
|
3244
|
+
"scroll-py": ["scroll-pt", "scroll-pb"],
|
|
3245
|
+
touch: ["touch-x", "touch-y", "touch-pz"],
|
|
3246
|
+
"touch-x": ["touch"],
|
|
3247
|
+
"touch-y": ["touch"],
|
|
3248
|
+
"touch-pz": ["touch"]
|
|
3249
|
+
},
|
|
3250
|
+
conflictingClassGroupModifiers: {
|
|
3251
|
+
"font-size": ["leading"]
|
|
3252
|
+
},
|
|
3253
|
+
orderSensitiveModifiers: ["*", "**", "after", "backdrop", "before", "details-content", "file", "first-letter", "first-line", "marker", "placeholder", "selection"]
|
|
3254
|
+
};
|
|
3255
|
+
}, A0 = /* @__PURE__ */ g0(S0);
|
|
3256
|
+
function B1(e) {
|
|
3257
|
+
var t, o, a = "";
|
|
3258
|
+
if (typeof e == "string" || typeof e == "number") a += e;
|
|
3259
|
+
else if (typeof e == "object") if (Array.isArray(e)) {
|
|
3260
|
+
var s = e.length;
|
|
3261
|
+
for (t = 0; t < s; t++) e[t] && (o = B1(e[t])) && (a && (a += " "), a += o);
|
|
3262
|
+
} else for (o in e) e[o] && (a && (a += " "), a += o);
|
|
3263
|
+
return a;
|
|
3264
|
+
}
|
|
3265
|
+
function P0() {
|
|
3266
|
+
for (var e, t, o = 0, a = "", s = arguments.length; o < s; o++) (e = arguments[o]) && (t = B1(e)) && (a && (a += " "), a += t);
|
|
3267
|
+
return a;
|
|
3268
|
+
}
|
|
3269
|
+
function n1(...e) {
|
|
3270
|
+
const t = e.filter((o) => o && o.trim() !== "");
|
|
3271
|
+
return t.length === 0 ? "" : t.length === 1 ? t[0] : A0(P0(t));
|
|
3272
|
+
}
|
|
3273
|
+
const _0 = (e) => !Array.isArray(e) || e.length === 0, E = class {
|
|
3274
|
+
};
|
|
3275
|
+
J(E, "IsZeroArray", (e) => _0(e)), J(E, "RemoveItem", (e, t) => E.IsZeroArray(e) ? [] : e.filter(
|
|
3276
|
+
(o) => o !== t
|
|
3277
|
+
)), J(E, "RemoveItemByID", (e, t) => E.IsZeroArray(e) ? [] : e.filter(
|
|
3278
|
+
(o) => o.id !== t
|
|
3279
|
+
)), J(E, "UpdateItem", (e, t) => E.IsZeroArray(e) ? [] : (e.forEach(
|
|
3280
|
+
(o, a) => {
|
|
3281
|
+
o.id === t.id && (e[a] = t);
|
|
3282
|
+
}
|
|
3283
|
+
), e)), J(E, "PrependItem", (e, t) => E.IsZeroArray(e) ? [t] : [t, ...e]), J(E, "AppendArray", (e, t) => E.IsZeroArray(e) ? t : [...e, ...t]), J(E, "Union", (e, t) => e.concat(t.filter((o) => e.indexOf(o) < 0)));
|
|
3284
|
+
function O0({
|
|
3285
|
+
className: e = "",
|
|
3286
|
+
size: t = c.md
|
|
3287
|
+
}) {
|
|
3288
|
+
return /* @__PURE__ */ r.jsx(
|
|
3289
|
+
"svg",
|
|
3290
|
+
{
|
|
3291
|
+
viewBox: "0 0 64 64",
|
|
3292
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3293
|
+
height: t,
|
|
3294
|
+
width: t,
|
|
3295
|
+
className: n1("stroke-2 text-gray-600", e),
|
|
3296
|
+
children: /* @__PURE__ */ r.jsx("g", { id: "Layer_25", "data-name": "Layer 25", children: /* @__PURE__ */ r.jsx("path", { stroke: "currentColor", d: "m57.6 31.316a7.931 7.931 0 0 0 0-11.2l-13.75-13.752a7.928 7.928 0 0 0 -11.2 0l-14.885 14.885a7.875 7.875 0 0 0 -1.912 8.105l2.865 8.6-11.718 11.714a2.575 2.575 0 0 0 -2.213.742 2.529 2.529 0 0 0 0 3.571l5.2 5.2a2.511 2.511 0 0 0 1.787.74 2.551 2.551 0 0 0 1.834-.789 2.5 2.5 0 0 0 .741-1.785 2.642 2.642 0 0 0 -.038-.389l11.705-11.709 8.6 2.865a7.974 7.974 0 0 0 2.524.412 7.879 7.879 0 0 0 5.577-2.326zm-45.458 26.45a.538.538 0 0 1 -.743 0l-5.2-5.2a.546.546 0 0 1 .05-.792.521.521 0 0 1 .741 0l5.2 5.2a.516.516 0 0 1 .154.37.579.579 0 0 1 -.202.422zm1.1-2.571-4.47-4.47 11.09-11.091 4.471 4.471zm22-8.978-8.959-2.986-5.548-5.551-2.986-8.959a5.891 5.891 0 0 1 1.43-6.058l14.885-14.885a5.925 5.925 0 0 1 8.372 0l13.752 13.752a5.927 5.927 0 0 1 0 8.372l-14.888 14.885a5.9 5.9 0 0 1 -6.055 1.43zm15.707-4.265a9 9 0 1 0 9 9 9.01 9.01 0 0 0 -8.997-9zm0 16a7 7 0 1 1 7-7 7.008 7.008 0 0 1 -6.997 7zm-2.9-12a2.1 2.1 0 1 0 2.1 2.1 2.1 2.1 0 0 0 -2.097-2.1zm-.1 2.1a.1.1 0 1 1 .2 0c.002.11-.197.11-.197.001zm5.9 2.1a2.1 2.1 0 1 0 -2.1-2.1 2.1 2.1 0 0 0 2.103 2.101zm0-2.2a.1.1 0 0 1 .1.1c0 .108-.2.11-.2 0a.1.1 0 0 1 .103-.1zm-5.8 3.8a2.1 2.1 0 1 0 2.1 2.1 2.1 2.1 0 0 0 -2.097-2.1zm-.1 2.1a.1.1 0 1 1 .2 0c.002.11-.197.11-.197.001zm5.9-2.1a2.1 2.1 0 1 0 2.1 2.1 2.1 2.1 0 0 0 -2.097-2.1zm-.1 2.1a.1.1 0 1 1 .2 0c.004.109-.197.111-.197.001z" }) })
|
|
3297
|
+
}
|
|
3298
|
+
);
|
|
3299
|
+
}
|
|
3300
|
+
const B0 = [
|
|
3301
|
+
F1,
|
|
3302
|
+
V1,
|
|
3303
|
+
O0,
|
|
3304
|
+
U1,
|
|
3305
|
+
W1,
|
|
3306
|
+
X1,
|
|
3307
|
+
Y1,
|
|
3308
|
+
J1,
|
|
3309
|
+
K1,
|
|
3310
|
+
Q1,
|
|
3311
|
+
D1
|
|
3312
|
+
];
|
|
3313
|
+
function N0({
|
|
3314
|
+
seq: e,
|
|
3315
|
+
className: t,
|
|
3316
|
+
size: o
|
|
3317
|
+
}) {
|
|
3318
|
+
const a = B0[e - 1];
|
|
3319
|
+
return /* @__PURE__ */ r.jsx(
|
|
3320
|
+
a,
|
|
3321
|
+
{
|
|
3322
|
+
className: t,
|
|
3323
|
+
size: o
|
|
3324
|
+
}
|
|
3325
|
+
);
|
|
3326
|
+
}
|
|
3327
|
+
function I0({
|
|
3328
|
+
className: e = "",
|
|
3329
|
+
size: t = c.md
|
|
3330
|
+
}) {
|
|
3331
|
+
return /* @__PURE__ */ r.jsx(
|
|
3332
|
+
"svg",
|
|
3333
|
+
{
|
|
3334
|
+
viewBox: "0 0 64 64",
|
|
3335
|
+
height: t,
|
|
3336
|
+
width: t,
|
|
3337
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3338
|
+
className: n1("stroke-2 text-gray-600", e),
|
|
3339
|
+
children: /* @__PURE__ */ r.jsx(
|
|
3340
|
+
"path",
|
|
3341
|
+
{
|
|
3342
|
+
stroke: "currentColor",
|
|
3343
|
+
d: "m8.417 33.059-6.246 9.274c-.195.29-.226.661-.079.978 5.351 11.583 16.444 13.958 24.645 13.958 5.629 0 9.895-1.12 9.998-1.148.402-.109.694-.457.733-.872l1.151-12.266c.266-2.833 2.611-4.968 5.456-4.968h11.981c2.471 0 4.544-1.771 4.93-4.212l.858-5.43c.152-.974-.363-1.946-1.256-2.364l-12.155-5.699c-1.065-.5-1.827-1.49-2.038-2.648l-.156-.855c-.279-1.538-1.193-2.904-2.509-3.749-10.726-6.891-17.595-6.45-19.042-6.258-.625-.166-1.299-.161-1.948.064-5.653 1.959-9.772 5.42-11.725 7.309-1.011.977-1.316 2.5-.761 3.788.229.532.482 1.06.745 1.586l-1.408 10.421c-.148 1.099-.555 2.168-1.175 3.09zm51.452-4.997-.322 2.039c-.9-.203-1.503-.569-1.79-1.096-.341-.629-.236-1.473-.046-2.136l2.03.952c.091.042.145.142.129.242zm-47.463-12.451c1.834-1.774 5.699-5.023 10.988-6.857.146-.05.293-.074.439-.074.516 0 1.009.299 1.247.798 1.441 3.016 4.852 10.849 5.392 18.419.031.439-.181.871-.567 1.154-1.179.865-3.628 2.359-6.797 2.653-.434.038-.869-.124-1.165-.437-2.09-2.215-7.232-8.022-9.853-14.099-.231-.538-.107-1.149.315-1.559zm-.832 14.625 1.048-7.761c2.773 4.549 6.227 8.428 7.867 10.166.644.682 1.558 1.069 2.493 1.069.104 0 .207-.005.312-.015 3.647-.338 6.449-2.045 7.795-3.032.944-.694 1.46-1.782 1.378-2.91-.538-7.539-3.656-15.083-5.515-18.998 2.812.165 8.257 1.204 15.698 5.985.85.546 1.441 1.429 1.622 2.424l.155.855c.326 1.793 1.506 3.326 3.156 4.101l8.302 3.892c-.329.99-.63 2.567.108 3.936.588 1.089 1.681 1.797 3.241 2.124l-.224 1.417c-.231 1.463-1.475 2.524-2.955 2.524h-11.981c-3.883 0-7.085 2.916-7.448 6.782l-1.084 11.552c-3.889.857-23.69 4.341-31.395-11.372l5.928-8.802c.79-1.175 1.309-2.538 1.498-3.939z"
|
|
3344
|
+
}
|
|
3345
|
+
)
|
|
3346
|
+
}
|
|
3347
|
+
);
|
|
3348
|
+
}
|
|
3349
|
+
function $0({
|
|
3350
|
+
className: e = "",
|
|
3351
|
+
size: t = c.md
|
|
3352
|
+
}) {
|
|
3353
|
+
return /* @__PURE__ */ r.jsx(
|
|
3354
|
+
"svg",
|
|
3355
|
+
{
|
|
3356
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3357
|
+
id: "Layer_1",
|
|
3358
|
+
"data-name": "Layer 1",
|
|
3359
|
+
viewBox: "0 0 24 24",
|
|
3360
|
+
width: t,
|
|
3361
|
+
height: t,
|
|
3362
|
+
className: n1("stroke-1 text-gray-600", e),
|
|
3363
|
+
children: /* @__PURE__ */ r.jsx("path", { stroke: "currentColor", d: "M13.93134,12.38086l-1.5196,1.45575a.60053.60053,0,0,1-.82348,0l-1.5196-1.45575A.22208.22208,0,0,1,10.23334,12h3.53332A.22208.22208,0,0,1,13.93134,12.38086ZM22.5,12.99854a.5.5,0,0,1-.5.5l-1.52527.00036a8.44058,8.44058,0,0,1-.66357,2.8476l2.41247,1.20623a.50006.50006,0,0,1-.44726.89454L19.3573,17.23773a8.4811,8.4811,0,0,1-14.71466.00006l-2.419,1.20948a.50006.50006,0,0,1-.44726-.89454L4.18878,16.3465a8.442,8.442,0,0,1-.66351-2.8476L2,13.49854a.5.5,0,0,1,0-1l1.5.00036V3a.50012.50012,0,0,1,.8125-.39062L8.3252,5.81982A5.24634,5.24634,0,0,1,12,4.5a5.24634,5.24634,0,0,1,3.6748,1.31982l4.0127-3.21044A.50012.50012,0,0,1,20.5,3v9.4989l1.5-.00036A.49971.49971,0,0,1,22.5,12.99854Zm-3.02533.50061L16,13.5a.5.5,0,0,1,0-1l3.5-.00085V4.04053L15.94531,6.88428a.504.504,0,0,1-.6914-.064A4.08011,4.08011,0,0,0,12,5.5,4.08206,4.08206,0,0,0,8.74561,6.82031a.50133.50133,0,0,1-.69092.064L4.5,4.04053v8.45862L8,12.5a.5.5,0,0,1,0,1l-3.47467-.00085A7.44977,7.44977,0,0,0,5.0838,15.899l2.69257-1.34626a.50006.50006,0,0,1,.44726.89454l-2.68481,1.3424a7.48092,7.48092,0,0,0,12.92236,0l-2.68481-1.3424a.50006.50006,0,1,1,.44726-.89454L18.9162,15.899A7.44977,7.44977,0,0,0,19.47467,13.49915Z" })
|
|
3364
|
+
}
|
|
3365
|
+
);
|
|
3366
|
+
}
|
|
3367
|
+
const G0 = [
|
|
3368
|
+
$0,
|
|
3369
|
+
I0
|
|
3370
|
+
];
|
|
3371
|
+
function D0({
|
|
3372
|
+
seq: e,
|
|
3373
|
+
className: t,
|
|
3374
|
+
size: o
|
|
3375
|
+
}) {
|
|
3376
|
+
const a = G0[e - 1];
|
|
3377
|
+
return /* @__PURE__ */ r.jsx(
|
|
3378
|
+
a,
|
|
3379
|
+
{
|
|
3380
|
+
className: t,
|
|
3381
|
+
size: o
|
|
3382
|
+
}
|
|
3383
|
+
);
|
|
3384
|
+
}
|
|
3385
|
+
function Y0({
|
|
3386
|
+
className: e = "",
|
|
3387
|
+
size: t = c.md
|
|
3388
|
+
}) {
|
|
3389
|
+
return /* @__PURE__ */ r.jsx(
|
|
3390
|
+
"svg",
|
|
3391
|
+
{
|
|
3392
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3393
|
+
height: t,
|
|
3394
|
+
width: t,
|
|
3395
|
+
className: n1("stroke-2 text-gray-600", e),
|
|
3396
|
+
viewBox: "0 0 465.072 465.072",
|
|
3397
|
+
children: /* @__PURE__ */ r.jsxs("g", { children: [
|
|
3398
|
+
/* @__PURE__ */ r.jsx("path", { d: `M85.266,308.804c-2.929-2.927-7.677-2.929-10.607,0c-2.929,2.93-2.929,7.678,0,10.607l70.997,70.998
|
|
3399
|
+
c1.465,1.464,3.384,2.196,5.304,2.196c1.919,0,3.839-0.732,5.304-2.196c2.929-2.93,2.929-7.678,0-10.607L85.266,308.804z` }),
|
|
3400
|
+
/* @__PURE__ */ r.jsx("path", { d: `M464.423,53.43c0.201-0.866,4.711-21.407-13.333-39.452C433.045-4.066,412.505,0.441,411.638,0.645
|
|
3401
|
+
c-1.366,0.316-2.616,1.011-3.608,2.002l-2.88,2.88l-1.768-1.768c-2.93-2.928-7.677-2.929-10.606,0.001
|
|
3402
|
+
c-2.929,2.929-2.929,7.678,0.001,10.606l1.767,1.767l-7.986,7.986l-1.768-1.768c-2.93-2.928-7.677-2.929-10.606,0.001
|
|
3403
|
+
c-2.929,2.929-2.929,7.678,0.001,10.606l1.767,1.767l-7.986,7.986l-1.768-1.768c-2.93-2.928-7.678-2.928-10.607,0
|
|
3404
|
+
c-2.929,2.93-2.929,7.678,0,10.607l3.249,3.249l-11.219,22.438l-80.766,77.747c-16.543-12.764-49.225-31.294-83.268-13.071
|
|
3405
|
+
c-22.692,12.115-28.734,27.553-34.064,41.173c-4.247,10.853-7.915,20.225-19.394,28.731c-5.339,3.952-15.196,5.917-26.61,8.192
|
|
3406
|
+
c-28.515,5.684-67.567,13.468-93.229,60.904c-30.572,56.524,14.76,111.313,35.693,132.269l5.939,5.929
|
|
3407
|
+
c15.912,15.911,51.405,45.96,92.376,45.96c12.89-0.001,26.323-2.976,39.858-10.3c47.438-25.661,55.223-64.704,60.906-93.212
|
|
3408
|
+
c2.275-11.411,4.24-21.266,8.191-26.603c8.504-11.482,17.878-15.152,28.732-19.401c13.623-5.333,29.064-11.378,41.169-34.063
|
|
3409
|
+
c18.224-34.048-0.311-66.731-13.078-83.274l77.735-80.754l22.461-11.231l3.244,3.243c1.465,1.464,3.384,2.196,5.303,2.196
|
|
3410
|
+
s3.839-0.732,5.304-2.197c2.929-2.929,2.929-7.678-0.001-10.606l-1.767-1.767l7.986-7.986l1.767,1.767
|
|
3411
|
+
c1.465,1.464,3.385,2.196,5.304,2.196s3.839-0.732,5.304-2.196c2.929-2.93,2.929-7.678,0-10.607l-1.767-1.767l7.985-7.985
|
|
3412
|
+
l1.767,1.767c1.465,1.464,3.385,2.196,5.304,2.196s3.839-0.732,5.304-2.196c2.929-2.93,2.929-7.678,0-10.607l-1.767-1.767
|
|
3413
|
+
l2.879-2.879C463.412,56.046,464.107,54.796,464.423,53.43z M309.925,274.423c-9.501,17.807-20.58,22.145-33.407,27.166
|
|
3414
|
+
c-11.365,4.449-24.246,9.492-35.32,24.443c-5.949,8.037-8.219,19.417-10.846,32.596c-5.387,27.018-12.091,60.642-53.334,82.952
|
|
3415
|
+
c-47.683,25.804-95.949-14.535-114.479-33.064l-5.968-5.957c-18.535-18.555-58.861-66.855-33.089-114.507
|
|
3416
|
+
c22.31-41.24,55.942-47.943,82.968-53.331c13.181-2.627,24.564-4.896,32.605-10.849c14.947-11.077,19.987-23.956,24.435-35.318
|
|
3417
|
+
c5.019-12.825,9.354-23.9,27.167-33.411c25.473-13.636,51.046-0.133,65.255,10.375l-48.613,46.795
|
|
3418
|
+
c-0.711-0.031-1.424-0.052-2.14-0.052c-12.778,0-24.779,4.965-33.788,13.973c-9.008,8.989-13.968,20.968-13.965,33.729
|
|
3419
|
+
c0.002,12.761,4.967,24.738,13.968,33.713c8.998,9.011,20.983,13.974,33.749,13.974s24.746-4.964,33.716-13.959
|
|
3420
|
+
c9.001-8.963,13.967-20.926,13.982-33.687c0.001-0.753-0.019-1.504-0.052-2.251l46.775-48.592
|
|
3421
|
+
C310.054,223.369,323.562,248.944,309.925,274.423z M209.293,227.527c7.171,0.894,13.793,4.096,18.959,9.252
|
|
3422
|
+
c5.177,5.181,8.393,11.807,9.297,18.982c0.008,0.076,0.018,0.152,0.028,0.228c0.157,1.316,0.245,2.649,0.243,3.997
|
|
3423
|
+
c-0.011,8.748-3.408,16.942-9.585,23.094c-6.153,6.171-14.362,9.569-23.113,9.569c-8.755,0-16.971-3.399-23.146-9.584
|
|
3424
|
+
c-6.17-6.152-9.569-14.358-9.57-23.105c-0.002-8.747,3.394-16.954,9.565-23.113c6.182-6.181,14.416-9.585,23.188-9.585
|
|
3425
|
+
c1.318,0,2.621,0.086,3.909,0.238C209.142,227.509,209.217,227.519,209.293,227.527z M248.66,240.392
|
|
3426
|
+
c-2.344-5.231-5.634-10.049-9.805-14.223c-4.16-4.151-8.964-7.426-14.181-9.76L353.647,92.256l19.152,19.175L248.66,240.392z
|
|
3427
|
+
M450.041,48.204l-6.391,6.391c-0.007,0.007-0.014,0.012-0.02,0.018c-0.007,0.007-0.012,0.014-0.018,0.02l-18.554,18.554
|
|
3428
|
+
c-0.007,0.007-0.014,0.012-0.02,0.018c-0.007,0.007-0.012,0.014-0.018,0.02l-17.73,17.73l-22.502,11.251l-21.913-21.938
|
|
3429
|
+
l11.254-22.508l42.729-42.729c4.118-0.302,14.189,0.116,23.625,9.553C449.943,34.045,450.341,44.143,450.041,48.204z` })
|
|
3430
|
+
] })
|
|
3431
|
+
}
|
|
3432
|
+
);
|
|
3433
|
+
}
|
|
3434
|
+
function F0({
|
|
3435
|
+
className: e = "",
|
|
3436
|
+
size: t = c.md
|
|
3437
|
+
}) {
|
|
3438
|
+
return /* @__PURE__ */ r.jsxs(
|
|
3439
|
+
"svg",
|
|
3440
|
+
{
|
|
3441
|
+
height: t,
|
|
3442
|
+
width: t,
|
|
3443
|
+
className: n1("stroke-2 text-gray-600", e),
|
|
3444
|
+
viewBox: "0 -5 512.00242 512",
|
|
3445
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3446
|
+
children: [
|
|
3447
|
+
/* @__PURE__ */ r.jsx("path", { d: "m287.832031 219.1875c-3.9375-3.9375-10.320312-3.941406-14.261719-.003906l-49.390624 49.367187c-3.9375 3.9375-3.941407 10.324219-.003907 14.265625 1.96875 1.96875 4.550781 2.953125 7.132813 2.953125 2.578125 0 5.160156-.984375 7.128906-2.953125l49.390625-49.367187c3.941406-3.9375 3.941406-10.324219.003906-14.261719zm0 0" }),
|
|
3448
|
+
/* @__PURE__ */ r.jsx("path", { d: "m473.394531 298.691406c-16.042969-11.1875-35.847656-17.867187-52.984375-17.867187-5.570312 0-10.085937 4.515625-10.085937 10.085937v108.027344c-9.933594-7.394531-22.773438-11.871094-36.785157-11.871094-31.421874 0-56.984374 22.425782-56.984374 49.992188s25.5625 49.992187 56.984374 49.992187c31.402344 0 56.953126-22.425781 56.953126-49.992187v-135.101563c24.5 4.476563 51.695312 23.855469 51.695312 43.617188v38.601562c0 5.570313 4.515625 10.085938 10.082031 10.085938 5.570313 0 10.085938-4.515625 10.085938-10.085938v-38.601562c0-17.207031-10.285157-33.859375-28.960938-46.882813zm-99.855469 168.191406c-20.296874 0-36.8125-13.378906-36.8125-29.824218 0-16.445313 16.515626-29.824219 36.8125-29.824219 20.285157 0 36.785157 13.378906 36.785157 29.824219 0 16.445312-16.5 29.824218-36.785157 29.824218zm0 0" }),
|
|
3449
|
+
/* @__PURE__ */ r.jsx("path", { d: "m44.941406 225.824219c24.109375 0 43.722656-17.367188 43.722656-38.71875 0-.59375-.023437-1.183594-.054687-1.773438.035156-.328125.054687-.664062.054687-1.003906v-84.902344c.964844-.109375 1.9375-.285156 2.90625-.546875l109.199219-29.054687v34.632812c-6.800781-3.867187-14.882812-6.121093-23.550781-6.121093-24.109375 0-43.71875 17.359374-43.71875 38.691406 0 21.351562 19.609375 38.722656 43.71875 38.722656s43.71875-17.371094 43.71875-38.722656v-118.21875c0-6.15625-2.597656-11.6875-7.132812-15.171875-4.441407-3.40625-10.265626-4.480469-15.96875-2.960938l-111.449219 29.625c-.003907.003907-.007813.003907-.011719.003907-10.195312 2.726562-17.882812 12.90625-17.882812 23.679687v100.523437c-6.804688-3.867187-14.882813-6.125-23.550782-6.125-24.109375 0-43.722656 17.371094-43.722656 38.722657 0 21.351562 19.613281 38.71875 43.722656 38.71875zm132.277344-70.246094c-12.984375 0-23.550781-8.320313-23.550781-18.546875 0-10.214844 10.566406-18.523438 23.550781-18.523438 12.988281 0 23.550781 8.308594 23.550781 18.523438 0 10.226562-10.5625 18.546875-23.550781 18.546875zm-88.558594-101.59375c0-1.6875 1.691406-3.859375 2.914063-4.191406l109.195312-29.023438v24.804688c0 1.628906-1.730469 3.839843-2.9375 4.160156l-109.171875 29.046875zm-43.71875 114.570313c12.765625 0 23.550782 8.496093 23.550782 18.550781 0 10.054687-10.785157 18.550781-23.550782 18.550781s-23.550781-8.496094-23.550781-18.550781c0-10.054688 10.785156-18.550781 23.550781-18.550781zm0 0" }),
|
|
3450
|
+
/* @__PURE__ */ r.jsx("path", { d: "m382.570312 233.960938c3.988282.410156 7.984376.613281 11.972657.613281 20.511719 0 40.792969-5.382813 58.535156-15.570313 3.554687 1.195313 7.261719 1.800782 10.972656 1.800782 8.757813 0 17.511719-3.328126 24.175781-9.988282 6.441407-6.417968 9.992188-14.992187 10-24.140625.003907-3.796875-.613281-7.492187-1.785156-10.980469 12.167969-21.191406 17.46875-46.003906 14.949219-70.488281-2.75-26.695312-14.734375-51.867187-33.753906-70.875-19.023438-19-44.199219-30.972656-70.894531-33.714843-24.488282-2.519532-49.324219 2.785156-70.53125 14.953124-11.925782-4.007812-25.636719-1.277343-35.117188 8.199219-6.445312 6.4375-9.992188 15.023438-9.992188 24.171875 0 3.777344.617188 7.460938 1.78125 10.9375-12.171874 21.1875-17.476562 46-14.953124 70.488282.367187 3.558593.910156 7.089843 1.597656 10.585937l-222.347656 234c-14.992188 15.792969-14.917969 40.011719.1875 55.144531l8.800781 8.789063c-10.433594 41.769531-54.425781 43.882812-56.410157 43.957031-5.550781.179688-9.914062 4.816406-9.75390575 10.371094.16015575 5.46875 4.64062475 9.792968 10.07421875 9.792968.101563 0 .199219 0 .300781-.003906.671875-.019531 16.675782-.574218 33.957032-8.753906 13.15625-6.230469 29.109374-17.910156 37.824218-39.394531l.554688.554687c7.585937 7.601563 17.472656 11.40625 27.4375 11.40625 9.882812 0 19.839844-3.738281 27.714844-11.226562l85.976562-81.855469c4.03125-3.839844 4.191406-10.222656.347656-14.257813-3.839844-4.035156-10.222656-4.191406-14.257812-.351562l-85.96875 81.851562c-7.816406 7.429688-19.664063 7.507813-26.988282.171876l-25.347656-25.308594c-7.316406-7.332032-7.238281-19.191406.171875-26.996094l214.460938-225.695312c5.867187 14.144531 14.472656 27.144531 25.429687 38.09375 10.9375 10.933593 23.929688 19.527343 38.070313 25.386718l-61.6875 58.5625c-.058594.054688-.113281.109375-.171875.164063l-12.097656 12.039062c-3.949219 3.925781-3.964844 10.3125-.039063 14.261719 1.972656 1.980469 4.5625 2.972656 7.152344 2.972656 2.570312 0 5.144531-.976562 7.113281-2.9375l12.011719-11.953125 69.925781-66.378906c3.5.691406 7.035156 1.234375 10.601562 1.601563zm80.808594-185.363282c28.71875 28.703125 36.136719 72.589844 19.785156 108.800782l-128.644531-128.554688c36.226563-16.34375 80.132813-8.933594 108.859375 19.753906zm-148.027344-10.5625c2.734376-2.734375 6.324219-4.097656 9.914063-4.097656 3.59375 0 7.183594 1.363281 9.917969 4.097656l138.796875 138.699219c2.632812 2.632813 4.082031 6.15625 4.078125 9.925781-.003906 3.753906-1.449219 7.257813-4.082032 9.878906-5.472656 5.472657-14.382812 5.472657-19.859374 0l-138.765626-138.695312c-2.632812-2.632812-4.082031-6.148438-4.082031-9.90625s1.449219-7.273438 4.082031-9.902344zm-9.191406 39.136719 128.621094 128.5625c-36.21875 16.355469-80.113281 8.945313-108.832031-19.757813-28.734375-28.71875-36.152344-72.601562-19.789063-108.804687zm0 0" }),
|
|
3451
|
+
/* @__PURE__ */ r.jsx("path", { d: "m256.359375 326.582031c-4.277344-3.5625-10.636719-2.988281-14.203125 1.292969l-.140625.167969c-3.566406 4.28125-2.988281 10.640625 1.289063 14.203125 1.886718 1.574218 4.175781 2.339844 6.453124 2.339844 2.886719 0 5.757813-1.238282 7.75-3.628907l.144532-.171875c3.5625-4.277344 2.984375-10.636718-1.292969-14.203125zm0 0" })
|
|
3452
|
+
]
|
|
3453
|
+
}
|
|
3454
|
+
);
|
|
3455
|
+
}
|
|
3456
|
+
const W0 = [
|
|
3457
|
+
Y0,
|
|
3458
|
+
F0
|
|
3459
|
+
];
|
|
3460
|
+
function U0({
|
|
3461
|
+
seq: e,
|
|
3462
|
+
className: t,
|
|
3463
|
+
size: o
|
|
3464
|
+
}) {
|
|
3465
|
+
const a = W0[e - 1];
|
|
3466
|
+
return /* @__PURE__ */ r.jsx(
|
|
3467
|
+
a,
|
|
3468
|
+
{
|
|
3469
|
+
className: t,
|
|
3470
|
+
size: o
|
|
3471
|
+
}
|
|
3472
|
+
);
|
|
3473
|
+
}
|
|
3474
|
+
const V0 = [N0, D0, U0];
|
|
3475
|
+
function o2({
|
|
3476
|
+
interestSeq: e,
|
|
3477
|
+
categorySeq: t,
|
|
3478
|
+
size: o = c.md,
|
|
3479
|
+
className: a = ""
|
|
3480
|
+
}) {
|
|
3481
|
+
const s = V0[t - 1];
|
|
3482
|
+
return /* @__PURE__ */ r.jsx(
|
|
3483
|
+
s,
|
|
3484
|
+
{
|
|
3485
|
+
seq: e,
|
|
3486
|
+
size: o,
|
|
3487
|
+
className: a
|
|
3488
|
+
}
|
|
3489
|
+
);
|
|
3490
|
+
}
|
|
3491
|
+
function n2({
|
|
3492
|
+
className: e = "fill-blue-500",
|
|
3493
|
+
size: t = c.xl
|
|
3494
|
+
}) {
|
|
3495
|
+
return /* @__PURE__ */ r.jsx(
|
|
3496
|
+
"svg",
|
|
3497
|
+
{
|
|
3498
|
+
className: e,
|
|
3499
|
+
version: "1.0",
|
|
3500
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3501
|
+
width: t,
|
|
3502
|
+
height: t,
|
|
3503
|
+
viewBox: "0 0 1271.000000 1280.000000",
|
|
3504
|
+
preserveAspectRatio: "xMidYMid meet",
|
|
3505
|
+
children: /* @__PURE__ */ r.jsx(
|
|
3506
|
+
"g",
|
|
3507
|
+
{
|
|
3508
|
+
transform: "translate(0.000000,1280.000000) scale(0.100000,-0.100000)",
|
|
3509
|
+
stroke: "none",
|
|
3510
|
+
children: /* @__PURE__ */ r.jsx(
|
|
3511
|
+
"path",
|
|
3512
|
+
{
|
|
3513
|
+
d: `M2735 9065 c-95 -17 -242 -58 -345 -95 -115 -42 -232 -91 -247 -102
|
|
3514
|
+
-9 -7 1 -26 37 -71 28 -34 48 -67 46 -73 -3 -7 16 -36 41 -65 175 -204 392
|
|
3515
|
+
-650 554 -1139 307 -927 500 -2012 550 -3085 15 -317 6 -892 -15 -1065 -25
|
|
3516
|
+
-197 -66 -410 -102 -532 -5 -16 2 -18 49 -18 29 0 56 -3 59 -6 3 -3 -1 -30 -8
|
|
3517
|
+
-60 -8 -30 -12 -59 -8 -65 12 -21 333 10 494 48 179 41 395 127 555 220 169
|
|
3518
|
+
99 372 266 508 418 344 386 884 1271 1248 2047 41 87 78 158 82 158 4 0 5 -44
|
|
3519
|
+
2 -97 -17 -296 -25 -822 -15 -1001 34 -639 137 -1012 385 -1386 131 -199 252
|
|
3520
|
+
-312 420 -392 382 -182 871 -120 1295 163 492 329 919 914 1386 1896 242 509
|
|
3521
|
+
423 982 549 1439 209 754 259 1532 125 1928 -30 88 -145 299 -200 368 -52 65
|
|
3522
|
+
-143 130 -227 163 -72 27 -273 38 -380 20 -96 -17 -255 -72 -361 -125 -107
|
|
3523
|
+
-54 -362 -222 -362 -239 0 -4 19 -16 43 -28 23 -12 54 -30 69 -41 l28 -19 -28
|
|
3524
|
+
-24 c-15 -13 -25 -25 -22 -28 3 -2 31 -18 63 -36 95 -54 172 -133 213 -217
|
|
3525
|
+
105 -218 148 -604 125 -1110 -24 -524 -78 -910 -187 -1348 -88 -350 -203 -663
|
|
3526
|
+
-360 -982 -290 -590 -623 -887 -993 -886 -157 0 -271 48 -367 155 -55 61 -68
|
|
3527
|
+
86 -105 195 -103 304 -137 765 -109 1452 20 469 61 880 126 1270 25 146 69
|
|
3528
|
+
409 99 585 94 561 97 619 42 722 -12 23 -39 73 -59 112 -84 157 -195 211 -436
|
|
3529
|
+
211 -160 0 -313 -30 -545 -108 l-172 -57 -1 -170 c-2 -180 -18 -310 -61 -505
|
|
3530
|
+
-155 -700 -679 -1808 -1286 -2720 -167 -251 -405 -585 -412 -578 -2 2 -8 73
|
|
3531
|
+
-15 158 -128 1750 -385 3120 -730 3892 -101 227 -262 498 -366 620 -101 116
|
|
3532
|
+
-210 193 -323 228 -75 24 -234 26 -346 5z`
|
|
3533
|
+
}
|
|
3534
|
+
)
|
|
3535
|
+
}
|
|
3536
|
+
)
|
|
3537
|
+
}
|
|
3538
|
+
);
|
|
3539
|
+
}
|
|
3540
|
+
function a2({
|
|
3541
|
+
className: e = "",
|
|
3542
|
+
size: t = c.md
|
|
3543
|
+
}) {
|
|
3544
|
+
return /* @__PURE__ */ r.jsx(
|
|
3545
|
+
"svg",
|
|
3546
|
+
{
|
|
3547
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3548
|
+
className: e,
|
|
3549
|
+
height: t,
|
|
3550
|
+
width: t,
|
|
3551
|
+
viewBox: "0 -960 960 960",
|
|
3552
|
+
children: /* @__PURE__ */ r.jsx("path", { d: "M240-200h120v-240h240v240h120v-360L480-740 240-560v360Zm-80 80v-480l320-240 320 240v480H520v-240h-80v240H160Zm320-350Z" })
|
|
3553
|
+
}
|
|
3554
|
+
);
|
|
3555
|
+
}
|
|
3556
|
+
function s2({
|
|
3557
|
+
className: e = "",
|
|
3558
|
+
size: t = c.md
|
|
3559
|
+
}) {
|
|
3560
|
+
return /* @__PURE__ */ r.jsx(
|
|
3561
|
+
"svg",
|
|
3562
|
+
{
|
|
3563
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3564
|
+
className: e,
|
|
3565
|
+
height: t,
|
|
3566
|
+
width: t,
|
|
3567
|
+
viewBox: "0 -960 960 960",
|
|
3568
|
+
children: /* @__PURE__ */ r.jsx("path", { d: "M480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm-40-82v-78q-33 0-56.5-23.5T360-320v-40L168-552q-3 18-5.5 36t-2.5 36q0 121 79.5 212T440-162Zm276-102q20-22 36-47.5t26.5-53q10.5-27.5 16-56.5t5.5-59q0-98-54.5-179T600-776v16q0 33-23.5 56.5T520-680h-80v80q0 17-11.5 28.5T400-560h-80v80h240q17 0 28.5 11.5T600-440v120h40q26 0 47 15.5t29 40.5Z" })
|
|
3569
|
+
}
|
|
3570
|
+
);
|
|
3571
|
+
}
|
|
3572
|
+
function l2({
|
|
3573
|
+
className: e = "",
|
|
3574
|
+
size: t = c.md
|
|
3575
|
+
}) {
|
|
3576
|
+
return /* @__PURE__ */ r.jsx(
|
|
3577
|
+
"svg",
|
|
3578
|
+
{
|
|
3579
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3580
|
+
className: e,
|
|
3581
|
+
height: t,
|
|
3582
|
+
width: t,
|
|
3583
|
+
viewBox: "0 -960 960 960",
|
|
3584
|
+
children: /* @__PURE__ */ r.jsx("path", { d: "M200-80q-33 0-56.5-23.5T120-160v-560q0-33 23.5-56.5T200-800h40v-80h80v80h320v-80h80v80h40q33 0 56.5 23.5T840-720v560q0 33-23.5 56.5T760-80H200Zm0-80h560v-400H200v400Zm0-480h560v-80H200v80Zm0 0v-80 80Zm280 240q-17 0-28.5-11.5T440-440q0-17 11.5-28.5T480-480q17 0 28.5 11.5T520-440q0 17-11.5 28.5T480-400Zm-160 0q-17 0-28.5-11.5T280-440q0-17 11.5-28.5T320-480q17 0 28.5 11.5T360-440q0 17-11.5 28.5T320-400Zm320 0q-17 0-28.5-11.5T600-440q0-17 11.5-28.5T640-480q17 0 28.5 11.5T680-440q0 17-11.5 28.5T640-400ZM480-240q-17 0-28.5-11.5T440-280q0-17 11.5-28.5T480-320q17 0 28.5 11.5T520-280q0 17-11.5 28.5T480-240Zm-160 0q-17 0-28.5-11.5T280-280q0-17 11.5-28.5T320-320q17 0 28.5 11.5T360-280q0 17-11.5 28.5T320-240Zm320 0q-17 0-28.5-11.5T600-280q0-17 11.5-28.5T640-320q17 0 28.5 11.5T680-280q0 17-11.5 28.5T640-240Z" })
|
|
3585
|
+
}
|
|
3586
|
+
);
|
|
3587
|
+
}
|
|
3588
|
+
function i2({
|
|
3589
|
+
className: e = "",
|
|
3590
|
+
size: t = c.md
|
|
3591
|
+
}) {
|
|
3592
|
+
return /* @__PURE__ */ r.jsxs(
|
|
3593
|
+
"svg",
|
|
3594
|
+
{
|
|
3595
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3596
|
+
className: e,
|
|
3597
|
+
height: t,
|
|
3598
|
+
width: t,
|
|
3599
|
+
viewBox: "0 0 512 512",
|
|
3600
|
+
children: [
|
|
3601
|
+
/* @__PURE__ */ r.jsx("path", { d: "m480.052 369.741c49.476-69.417 41.913-164.522-25.665-226.473-30.877-28.305-70.24-45.926-112.761-50.847-.265-.326-.536-.649-.833-.958-36.991-38.425-90.135-60.463-145.805-60.463-105.939 0-194.988 78.933-194.988 180 0 35.435 11.007 69.404 31.916 98.741l-29.209 91.706c-1.836 5.764-.03 12.065 4.579 15.982 4.617 3.924 11.13 4.678 16.511 1.941l88.827-45.167c18.242 7.855 37.586 13.009 57.618 15.354 38.642 40.636 92.073 61.443 146.738 61.443 28.416 0 56.729-5.791 82.36-16.798l88.831 45.169c2.151 1.094 4.48 1.629 6.795 1.629 10.123 0 17.38-9.865 14.295-19.553zm-361.374-25.72c-4.201-1.995-9.088-1.929-13.233.179l-63.267 32.17 20.66-64.866c1.504-4.723.579-9.883-2.473-13.788-19.866-25.43-30.367-55.415-30.367-86.716 0-82.71 74.014-150 164.99-150 36.636 0 71.905 11.099 100.514 31.086-96.348 9.688-173.51 84.942-173.51 178.914 0 29.228 7.492 57.366 21.617 82.576-8.552-2.547-16.881-5.732-24.931-9.555zm287.845 60.178c-4.085-2.077-8.976-2.202-13.233-.178-23.385 11.108-49.772 16.979-76.31 16.979-90.976 0-164.99-67.29-164.99-150s74.014-150 164.99-150 164.99 67.29 164.99 150c0 31.301-10.501 61.286-30.368 86.715-3.051 3.905-3.976 9.065-2.473 13.788l20.66 64.866z" }),
|
|
3602
|
+
/* @__PURE__ */ r.jsx("circle", { cx: "255.984", cy: "271", r: "15" }),
|
|
3603
|
+
/* @__PURE__ */ r.jsx("circle", { cx: "315.981", cy: "271", r: "15" }),
|
|
3604
|
+
/* @__PURE__ */ r.jsx("circle", { cx: "375.977", cy: "271", r: "15" })
|
|
3605
|
+
]
|
|
3606
|
+
}
|
|
3607
|
+
);
|
|
3608
|
+
}
|
|
3609
|
+
function c2({
|
|
3610
|
+
className: e = "",
|
|
3611
|
+
size: t = c.md
|
|
3612
|
+
}) {
|
|
3613
|
+
return /* @__PURE__ */ r.jsx(
|
|
3614
|
+
"svg",
|
|
3615
|
+
{
|
|
3616
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3617
|
+
className: e,
|
|
3618
|
+
height: t,
|
|
3619
|
+
width: t,
|
|
3620
|
+
viewBox: "0 -960 960 960",
|
|
3621
|
+
children: /* @__PURE__ */ r.jsx("path", { d: "M440-280h80v-160h160v-80H520v-160h-80v160H280v80h160v160ZM200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Zm0-80h560v-560H200v560Zm0-560v560-560Z" })
|
|
3622
|
+
}
|
|
3623
|
+
);
|
|
3624
|
+
}
|
|
3625
|
+
function d2({
|
|
3626
|
+
className: e = "",
|
|
3627
|
+
size: t = c.lg
|
|
3628
|
+
}) {
|
|
3629
|
+
return /* @__PURE__ */ r.jsx(
|
|
3630
|
+
"svg",
|
|
3631
|
+
{
|
|
3632
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3633
|
+
className: e,
|
|
3634
|
+
height: t,
|
|
3635
|
+
width: t,
|
|
3636
|
+
viewBox: "0 -960 960 960",
|
|
3637
|
+
children: /* @__PURE__ */ r.jsx("path", { d: "M160-200v-80h80v-280q0-83 50-147.5T420-792v-28q0-25 17.5-42.5T480-880q25 0 42.5 17.5T540-820v28q80 20 130 84.5T720-560v280h80v80H160Zm320-300Zm0 420q-33 0-56.5-23.5T400-160h160q0 33-23.5 56.5T480-80ZM320-280h320v-280q0-66-47-113t-113-47q-66 0-113 47t-47 113v280Z" })
|
|
3638
|
+
}
|
|
3639
|
+
);
|
|
3640
|
+
}
|
|
3641
|
+
function m2({
|
|
3642
|
+
className: e = "",
|
|
3643
|
+
size: t = c.md
|
|
3644
|
+
}) {
|
|
3645
|
+
return /* @__PURE__ */ r.jsx(
|
|
3646
|
+
"svg",
|
|
3647
|
+
{
|
|
3648
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3649
|
+
className: e,
|
|
3650
|
+
height: t,
|
|
3651
|
+
width: t,
|
|
3652
|
+
viewBox: "0 -960 960 960",
|
|
3653
|
+
children: /* @__PURE__ */ r.jsx("path", { d: "M580-240q-42 0-71-29t-29-71q0-42 29-71t71-29q42 0 71 29t29 71q0 42-29 71t-71 29ZM200-80q-33 0-56.5-23.5T120-160v-560q0-33 23.5-56.5T200-800h40v-80h80v80h320v-80h80v80h40q33 0 56.5 23.5T840-720v560q0 33-23.5 56.5T760-80H200Zm0-80h560v-400H200v400Zm0-480h560v-80H200v80Zm0 0v-80 80Z" })
|
|
3654
|
+
}
|
|
3655
|
+
);
|
|
3656
|
+
}
|
|
3657
|
+
function h2({
|
|
3658
|
+
className: e = "",
|
|
3659
|
+
size: t = c.md
|
|
3660
|
+
}) {
|
|
3661
|
+
return /* @__PURE__ */ r.jsx(
|
|
3662
|
+
"svg",
|
|
3663
|
+
{
|
|
3664
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3665
|
+
className: e,
|
|
3666
|
+
height: t,
|
|
3667
|
+
width: t,
|
|
3668
|
+
viewBox: "0 -960 960 960",
|
|
3669
|
+
children: /* @__PURE__ */ r.jsx("path", { d: "M500-482q29-32 44.5-73t15.5-85q0-44-15.5-85T500-798q60 8 100 53t40 105q0 60-40 105t-100 53Zm220 322v-120q0-36-16-68.5T662-406q51 18 94.5 46.5T800-280v120h-80Zm80-280v-80h-80v-80h80v-80h80v80h80v80h-80v80h-80Zm-480-40q-66 0-113-47t-47-113q0-66 47-113t113-47q66 0 113 47t47 113q0 66-47 113t-113 47ZM0-160v-112q0-34 17.5-62.5T64-378q62-31 126-46.5T320-440q66 0 130 15.5T576-378q29 15 46.5 43.5T640-272v112H0Zm320-400q33 0 56.5-23.5T400-640q0-33-23.5-56.5T320-720q-33 0-56.5 23.5T240-640q0 33 23.5 56.5T320-560ZM80-240h480v-32q0-11-5.5-20T540-306q-54-27-109-40.5T320-360q-56 0-111 13.5T100-306q-9 5-14.5 14T80-272v32Zm240-400Zm0 400Z" })
|
|
3670
|
+
}
|
|
3671
|
+
);
|
|
3672
|
+
}
|
|
3673
|
+
function v2({
|
|
3674
|
+
className: e = "",
|
|
3675
|
+
size: t = c.md
|
|
3676
|
+
}) {
|
|
3677
|
+
return /* @__PURE__ */ r.jsx(
|
|
3678
|
+
"svg",
|
|
3679
|
+
{
|
|
3680
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3681
|
+
className: e,
|
|
3682
|
+
height: t,
|
|
3683
|
+
width: t,
|
|
3684
|
+
viewBox: "0 -960 960 960",
|
|
3685
|
+
children: /* @__PURE__ */ r.jsx("path", { d: "M120-680v-160l160 80-160 80Zm600 0v-160l160 80-160 80Zm-280-40v-160l160 80-160 80Zm0 640q-76-2-141.5-12.5t-114-26.5Q136-135 108-156t-28-44v-360q0-25 31.5-46.5t85.5-38q54-16.5 127-26t156-9.5q83 0 156 9.5t127 26q54 16.5 85.5 38T880-560v360q0 23-28 44t-76.5 37q-48.5 16-114 26.5T520-80v-160h-80v160Zm40-440q97 0 167.5-11.5T760-558q0-5-76-23.5T480-600q-128 0-204 18.5T200-558q42 15 112.5 26.5T480-520ZM360-166v-154h240v154q80-8 131-23.5t69-27.5v-271q-55 22-138 35t-182 13q-99 0-182-13t-138-35v271q18 12 69 27.5T360-166Zm120-161Z" })
|
|
3686
|
+
}
|
|
3687
|
+
);
|
|
3688
|
+
}
|
|
3689
|
+
function u2({
|
|
3690
|
+
className: e = "",
|
|
3691
|
+
size: t = c.md
|
|
3692
|
+
}) {
|
|
3693
|
+
return /* @__PURE__ */ r.jsx(
|
|
3694
|
+
"svg",
|
|
3695
|
+
{
|
|
3696
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3697
|
+
className: e,
|
|
3698
|
+
height: t,
|
|
3699
|
+
width: t,
|
|
3700
|
+
viewBox: "0 -960 960 960",
|
|
3701
|
+
children: /* @__PURE__ */ r.jsx("path", { d: "M520-400h80v-120h120v-80H600v-120h-80v120H400v80h120v120ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z" })
|
|
3702
|
+
}
|
|
3703
|
+
);
|
|
3704
|
+
}
|
|
3705
|
+
function g2({
|
|
3706
|
+
className: e = "",
|
|
3707
|
+
size: t = c.md
|
|
3708
|
+
}) {
|
|
3709
|
+
return /* @__PURE__ */ r.jsx(
|
|
3710
|
+
"svg",
|
|
3711
|
+
{
|
|
3712
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3713
|
+
className: e,
|
|
3714
|
+
height: t,
|
|
3715
|
+
width: t,
|
|
3716
|
+
viewBox: "0 -960 960 960",
|
|
3717
|
+
children: /* @__PURE__ */ r.jsx("path", { d: "M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h360v80H200v560h560v-360h80v360q0 33-23.5 56.5T760-120H200Zm120-160v-80h320v80H320Zm0-120v-80h320v80H320Zm0-120v-80h320v80H320Zm360-80v-80h-80v-80h80v-80h80v80h80v80h-80v80h-80Z" })
|
|
3718
|
+
}
|
|
3719
|
+
);
|
|
3720
|
+
}
|
|
3721
|
+
function p2({
|
|
3722
|
+
className: e = "",
|
|
3723
|
+
size: t = c.md
|
|
3724
|
+
}) {
|
|
3725
|
+
return /* @__PURE__ */ r.jsx(
|
|
3726
|
+
"svg",
|
|
3727
|
+
{
|
|
3728
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3729
|
+
className: e,
|
|
3730
|
+
height: t,
|
|
3731
|
+
width: t,
|
|
3732
|
+
viewBox: "0 -960 960 960",
|
|
3733
|
+
children: /* @__PURE__ */ r.jsx("path", { d: "m260-260 300-140 140-300-300 140-140 300Zm220-180q-17 0-28.5-11.5T440-480q0-17 11.5-28.5T480-520q17 0 28.5 11.5T520-480q0 17-11.5 28.5T480-440Zm0 360q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z" })
|
|
3734
|
+
}
|
|
3735
|
+
);
|
|
3736
|
+
}
|
|
3737
|
+
function f2({
|
|
3738
|
+
className: e = "",
|
|
3739
|
+
size: t = c.md
|
|
3740
|
+
}) {
|
|
3741
|
+
return /* @__PURE__ */ r.jsx(
|
|
3742
|
+
"svg",
|
|
3743
|
+
{
|
|
3744
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3745
|
+
className: e,
|
|
3746
|
+
height: t,
|
|
3747
|
+
width: t,
|
|
3748
|
+
viewBox: "0 -960 960 960",
|
|
3749
|
+
children: /* @__PURE__ */ r.jsx("path", { d: "M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h440l200 200v440q0 33-23.5 56.5T760-120H200Zm0-80h560v-400H600v-160H200v560Zm80-80h400v-80H280v80Zm0-320h200v-80H280v80Zm0 160h400v-80H280v80Zm-80-320v160-160 560-560Z" })
|
|
3750
|
+
}
|
|
3751
|
+
);
|
|
3752
|
+
}
|
|
3753
|
+
function w2({
|
|
3754
|
+
className: e = "",
|
|
3755
|
+
size: t = c.sm
|
|
3756
|
+
}) {
|
|
3757
|
+
return /* @__PURE__ */ r.jsx(
|
|
3758
|
+
"svg",
|
|
3759
|
+
{
|
|
3760
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3761
|
+
className: e,
|
|
3762
|
+
height: t,
|
|
3763
|
+
width: t,
|
|
3764
|
+
viewBox: "0 -960 960 960",
|
|
3765
|
+
children: /* @__PURE__ */ r.jsx("path", { d: "M40-160v-112q0-34 17.5-62.5T104-378q62-31 126-46.5T360-440q66 0 130 15.5T616-378q29 15 46.5 43.5T680-272v112H40Zm720 0v-120q0-44-24.5-84.5T666-434q51 6 96 20.5t84 35.5q36 20 55 44.5t19 53.5v120H760ZM360-480q-66 0-113-47t-47-113q0-66 47-113t113-47q66 0 113 47t47 113q0 66-47 113t-113 47Zm400-160q0 66-47 113t-113 47q-11 0-28-2.5t-28-5.5q27-32 41.5-71t14.5-81q0-42-14.5-81T544-792q14-5 28-6.5t28-1.5q66 0 113 47t47 113ZM120-240h480v-32q0-11-5.5-20T580-306q-54-27-109-40.5T360-360q-56 0-111 13.5T140-306q-9 5-14.5 14t-5.5 20v32Zm240-320q33 0 56.5-23.5T440-640q0-33-23.5-56.5T360-720q-33 0-56.5 23.5T280-640q0 33 23.5 56.5T360-560Zm0 320Zm0-400Z" })
|
|
3766
|
+
}
|
|
3767
|
+
);
|
|
3768
|
+
}
|
|
3769
|
+
function x2({
|
|
3770
|
+
className: e = "",
|
|
3771
|
+
size: t = c.md
|
|
3772
|
+
}) {
|
|
3773
|
+
return /* @__PURE__ */ r.jsx(
|
|
3774
|
+
"svg",
|
|
3775
|
+
{
|
|
3776
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3777
|
+
className: e,
|
|
3778
|
+
height: t,
|
|
3779
|
+
width: t,
|
|
3780
|
+
viewBox: "0 -960 960 960",
|
|
3781
|
+
children: /* @__PURE__ */ r.jsx("path", { d: "M0-240v-63q0-43 44-70t116-27q13 0 25 .5t23 2.5q-14 21-21 44t-7 48v65H0Zm240 0v-65q0-32 17.5-58.5T307-410q32-20 76.5-30t96.5-10q53 0 97.5 10t76.5 30q32 20 49 46.5t17 58.5v65H240Zm540 0v-65q0-26-6.5-49T754-397q11-2 22.5-2.5t23.5-.5q72 0 116 26.5t44 70.5v63H780Zm-455-80h311q-10-20-55.5-35T480-370q-55 0-100.5 15T325-320ZM160-440q-33 0-56.5-23.5T80-520q0-34 23.5-57t56.5-23q34 0 57 23t23 57q0 33-23 56.5T160-440Zm640 0q-33 0-56.5-23.5T720-520q0-34 23.5-57t56.5-23q34 0 57 23t23 57q0 33-23 56.5T800-440Zm-320-40q-50 0-85-35t-35-85q0-51 35-85.5t85-34.5q51 0 85.5 34.5T600-600q0 50-34.5 85T480-480Zm0-80q17 0 28.5-11.5T520-600q0-17-11.5-28.5T480-640q-17 0-28.5 11.5T440-600q0 17 11.5 28.5T480-560Zm1 240Zm-1-280Z" })
|
|
3782
|
+
}
|
|
3783
|
+
);
|
|
3784
|
+
}
|
|
3785
|
+
function b2({
|
|
3786
|
+
className: e = "",
|
|
3787
|
+
size: t = c.md
|
|
3788
|
+
}) {
|
|
3789
|
+
return /* @__PURE__ */ r.jsx(
|
|
3790
|
+
"svg",
|
|
3791
|
+
{
|
|
3792
|
+
className: n1("stroke-2 text-gray-600", e),
|
|
3793
|
+
height: t,
|
|
3794
|
+
width: t,
|
|
3795
|
+
enableBackground: "new 0 0 512.004 512.004",
|
|
3796
|
+
viewBox: "0 0 512.004 512.004",
|
|
3797
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3798
|
+
children: /* @__PURE__ */ r.jsx(
|
|
3799
|
+
"path",
|
|
3800
|
+
{
|
|
3801
|
+
stroke: "currentColor",
|
|
3802
|
+
d: "m507.905 302.062c-1.535-.781-3.08-1.543-4.622-2.31 0 0 3.439-24.286 3.439-24.286 1.955-13.083-5.943-25.129-18.193-29.656l2.496-17.896c1.816-13.021-5.278-25.918-17.252-31.363-11.124-5.058-29.114-12.711-51.648-20.448-12.258-4.208-24.526-7.988-36.754-11.334v-49.244l62.187-22.473c6.533-2.27 6.531-11.839 0-14.107l-67.138-24.263c-4.806-1.736-10.049 1.95-10.049 7.054v99.146c-14.653-3.591-29.219-6.55-43.608-8.84-23.424-3.727-46.407-5.662-68.375-5.794v-48.625l62.187-22.473c6.533-2.27 6.531-11.839 0-14.107l-67.138-24.263c-4.806-1.736-10.049 1.95-10.049 7.054v102.59c-19.094.541-38.586 2.282-58.125 5.236-17.92 2.709-35.925 6.413-53.858 11.073v-47.209l62.186-22.473c6.533-2.27 6.531-11.839 0-14.107l-67.137-24.262c-4.806-1.736-10.049 1.95-10.049 7.054v105.133c-24.242 6.586-63.348 21.848-78.643 29.548-11.877 5.634-18.638 18.159-16.823 31.165l2.492 17.873c-1.116.529-2.18 1.038-3.175 1.52-10.641 5.152-16.676 16.481-15.018 28.191l3.482 24.586c-1.542.767-3.087 1.528-4.621 2.31-3.691 1.88-5.16 6.396-3.28 10.087 1.88 3.69 6.396 5.158 10.087 3.28.011-.005.021-.011.032-.016l3.193 22.55c-1.76.872-3.521 1.743-5.271 2.635-3.691 1.879-5.159 6.396-3.28 10.087s6.396 5.159 10.087 3.28c.227-.115.456-.226.682-.341l16.367 115.586c.523 3.699 3.689 6.449 7.426 6.449h365.981c9.856-.31 9.99-14.638 0-15h-44.157l2.601-33.046h105.463l-4.679 33.046h-27.209c-9.922.34-9.931 14.657 0 15h33.722c3.736 0 6.902-2.75 7.426-6.448l16.367-115.587c.227.115.456.226.683.341 3.614 1.862 8.2.447 10.087-3.28 1.879-3.691.411-8.208-3.28-10.087-1.75-.891-3.511-1.763-5.271-2.635l3.193-22.55c.011.006.022.011.032.016 3.614 1.862 8.2.448 10.087-3.28 1.877-3.691.409-8.207-3.283-10.087zm-122.534-229.641 37.57 13.577-37.57 13.577zm-253.967 0 37.569 13.577-37.569 13.577zm344.766 153.422-1.911 13.706c-13.941-5.893-31.896-12.859-52.852-19.618l4.269-26.677c18.032 6.494 32.487 12.677 41.889 16.951 6.066 2.759 9.524 9.043 8.605 15.638zm-69.238-10.395c-23.17-6.877-49.344-13.212-77.361-17.562l2.739-29.708c25.955 4.558 52.456 11.301 78.971 20.096zm-150.93-23.454c-19.26 0-38.895 1.193-58.721 3.549l-2.772-30.046c42.085-5.674 80.582-5.809 122.956.32l-2.764 29.976c-18.96-2.39-38.636-3.799-58.699-3.799zm2.386-137.475 37.57 13.577-37.57 13.577zm-222.594 170.991c-.904-6.484 2.471-12.729 8.396-15.541 9.334-4.427 23.777-10.819 42.058-17.479l4.255 26.618c-21.292 6.868-39.234 13.978-52.829 19.888zm-15.704 47.553c-.74-5.229 1.953-10.289 6.703-12.589 17.005-8.234 52.479-23.87 99.012-36.064 9.517-2.849 5.886-16.696-3.803-14.51-5.849 1.533-11.525 3.119-17.022 4.739l-4.343-27.162c26.132-8.692 52.647-15.314 79.014-19.733l2.748 29.786c-9.815 1.448-19.664 3.168-29.528 5.179-4.059.827-6.679 4.789-5.851 8.847s4.787 6.679 8.847 5.85c110.477-24.098 227.488-4.432 329.096 43.272 4.886 2.262 7.661 7.36 6.907 12.685l-2.774 19.588c-145.659-68.164-320.533-68.164-466.191 0zm21.885 154.55h105.463l2.601 33.046h-103.385zm123.109 33.046-5.688-72.267h193.211l-5.688 72.267zm307.069-48.046h-106.406l2.45-31.133c.338-4.297-3.166-8.088-7.477-8.088h-209.437c-4.31 0-7.815 3.791-7.477 8.088l2.45 31.133h-106.405l-9.333-65.909c140.612-66.935 310.357-66.934 450.968 0zm11.529-81.422c-142.366-66.257-312.996-66.256-455.361 0l-3.218-22.727c143.897-68.846 317.901-68.845 461.798 0z"
|
|
3803
|
+
}
|
|
3804
|
+
)
|
|
3805
|
+
}
|
|
3806
|
+
);
|
|
3807
|
+
}
|
|
3808
|
+
function q2({
|
|
3809
|
+
className: e = "",
|
|
3810
|
+
size: t = c.md
|
|
3811
|
+
}) {
|
|
3812
|
+
return /* @__PURE__ */ r.jsx(
|
|
3813
|
+
"svg",
|
|
3814
|
+
{
|
|
3815
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3816
|
+
className: e,
|
|
3817
|
+
height: t,
|
|
3818
|
+
width: t,
|
|
3819
|
+
viewBox: "0 -960 960 960",
|
|
3820
|
+
children: /* @__PURE__ */ r.jsx("path", { d: "M360-400h400L622-580l-92 120-62-80-108 140Zm-40 160q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z" })
|
|
3821
|
+
}
|
|
3822
|
+
);
|
|
3823
|
+
}
|
|
3824
|
+
function T2({
|
|
3825
|
+
className: e = "",
|
|
3826
|
+
size: t = c.md
|
|
3827
|
+
}) {
|
|
3828
|
+
return /* @__PURE__ */ r.jsx(
|
|
3829
|
+
"svg",
|
|
3830
|
+
{
|
|
3831
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3832
|
+
className: e,
|
|
3833
|
+
height: t,
|
|
3834
|
+
width: t,
|
|
3835
|
+
viewBox: "0 -960 960 960",
|
|
3836
|
+
children: /* @__PURE__ */ r.jsx("path", { d: "M440-440H200v-80h240v-240h80v240h240v80H520v240h-80v-240Z" })
|
|
3837
|
+
}
|
|
3838
|
+
);
|
|
3839
|
+
}
|
|
3840
|
+
function k2({
|
|
3841
|
+
className: e = "",
|
|
3842
|
+
size: t = c.md
|
|
3843
|
+
}) {
|
|
3844
|
+
return /* @__PURE__ */ r.jsx(
|
|
3845
|
+
"svg",
|
|
3846
|
+
{
|
|
3847
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3848
|
+
className: e,
|
|
3849
|
+
height: t,
|
|
3850
|
+
width: t,
|
|
3851
|
+
viewBox: "0 -960 960 960",
|
|
3852
|
+
children: /* @__PURE__ */ r.jsx("path", { d: "M480-480q-66 0-113-47t-47-113q0-66 47-113t113-47q66 0 113 47t47 113q0 66-47 113t-113 47ZM160-160v-112q0-34 17.5-62.5T224-378q62-31 126-46.5T480-440q66 0 130 15.5T736-378q29 15 46.5 43.5T800-272v112H160Zm80-80h480v-32q0-11-5.5-20T700-306q-54-27-109-40.5T480-360q-56 0-111 13.5T260-306q-9 5-14.5 14t-5.5 20v32Zm240-320q33 0 56.5-23.5T560-640q0-33-23.5-56.5T480-720q-33 0-56.5 23.5T400-640q0 33 23.5 56.5T480-560Zm0-80Zm0 400Z" })
|
|
3853
|
+
}
|
|
3854
|
+
);
|
|
3855
|
+
}
|
|
3856
|
+
function y2({
|
|
3857
|
+
className: e = "",
|
|
3858
|
+
size: t = c.md
|
|
3859
|
+
}) {
|
|
3860
|
+
return /* @__PURE__ */ r.jsx(
|
|
3861
|
+
"svg",
|
|
3862
|
+
{
|
|
3863
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3864
|
+
className: e,
|
|
3865
|
+
height: t,
|
|
3866
|
+
width: t,
|
|
3867
|
+
shapeRendering: "geometricPrecision",
|
|
3868
|
+
textRendering: "geometricPrecision",
|
|
3869
|
+
imageRendering: "optimizeQuality",
|
|
3870
|
+
fillRule: "evenodd",
|
|
3871
|
+
clipRule: "evenodd",
|
|
3872
|
+
viewBox: "0 0 471 511.77",
|
|
3873
|
+
children: /* @__PURE__ */ r.jsx("path", { d: "M235.51 433.34c5 0 9.05 4.05 9.05 9.05 0 5-4.05 9.05-9.05 9.05-5 0-9.05-4.05-9.05-9.05 0-5 4.05-9.05 9.05-9.05zm92.93-249.19-4.69-33.93c-31.46-13.57-61.81-19.16-91.19-18.53-29.22.62-57.61 7.42-85.27 18.62l-4.7 33.78c24.62-13.39 58.71-20.11 92.75-20.11 34.01 0 68.21 6.71 93.1 20.17zm-92.93-123.5c12.47 0 22.58 10.12 22.58 22.59s-10.11 22.59-22.58 22.59c-12.48 0-22.59-10.12-22.59-22.59s10.11-22.59 22.59-22.59zM237.99 0c7.09 0 12.89 5.8 12.89 12.89v4.36c21.53 3.12 41.04 13.08 55.86 27.59 17.54 17.2 28.53 40.79 28.53 67.02l-.87 33.79 8.48 61.43-3.17-2.23c-.79 3.41-1.8 6.58-2.82 9.17l-.03.11c-2.05 5.23-4.79 9.99-7.98 13.5-2.67 2.85-5.67 4.9-8.92 5.7-.63 2.01-1.32 4.1-1.83 6.15-3.62 12.21-6.47 21.83-14.01 31.38-1.64 2.08-3.4 4.09-5.26 5.99-1.29 1.36-2.6 2.64-3.96 3.85.18 1.88.2 15.61.18 23.83 7.51 1.31 13.54 2.28 19.52 3.25 62.65 10.09 122.09 19.67 137.97 98.13l18.34 99.26a5.583 5.583 0 0 1-5.49 6.58l-114.17.01-.39.01-.4-.01-230.65.01H5.6c-3.09 0-5.6-2.51-5.6-5.6 0-.46.06-.9.16-1.32l13.58-82.79c18.25-92.87 65.89-102.15 136.01-115.8 8.1-1.58 16.5-3.22 24.79-4.96.49-.11.98-.14 1.46-.11v-20.38l.05-2.73c-6.95-6.28-12.65-14.63-16.47-23.13-2.67-5.93-4.79-12.33-7.25-19.57l-1.27-3.77c-2.79-.36-5.38-1.65-7.72-3.55-2.93-2.41-5.45-5.92-7.5-9.98-1.6-3.15-3.34-7.91-4.54-13.17l-3.19 2.28 8.52-61.38-1.9-29.83a87.52 87.52 0 0 1-.19-5.64c0-25.31 10.9-48.04 28.14-64.83 16.37-15.94 38.49-26.52 62.41-28.83v-3.79C225.09 5.8 230.9 0 237.99 0zm55.48 315.6c-4.4 13.43-15.09 22.77-28.38 28.13-8.93 3.59-19.07 5.36-29.18 5.32-10.12-.04-20.25-1.89-29.16-5.5-14.49-5.89-25.9-16.4-29.41-31.46-.17.06-.34.1-.52.14-6.65 1.4-12.91 2.65-18.94 3.83.37 24.37 3.27 43.16 14.03 60.26 8.86 14.07 23.14 27.32 45.79 41.95 5.02-3.59 11.17-5.7 17.81-5.7 6.14 0 11.87 1.82 16.68 4.96 16.59-11.04 29.22-22.22 38.57-35.16 12.09-16.74 18.9-36.73 21.93-63.6-6.85-1.11-13.74-2.21-19.22-3.17zm29.96-177.31.64-24.25v-2.18c0-23.1-9.69-43.89-25.16-59.06-15.54-15.22-36.88-24.8-60.12-25.4l-3.82-.01c-2.06 0-4.02.06-5.84.18-22.49 1.43-43.39 11.07-58.66 25.95-15.16 14.75-24.74 34.68-24.74 56.82 0 1.75.05 3.39.15 4.94l1.49 23.28c27.49-10.67 55.76-17.11 84.98-17.73 29.44-.63 59.76 4.65 91.08 17.46zm-182.76 59.98c1.21 5.72 3.53 11.66 5.08 14.8 1.39 2.74 2.96 5.01 4.61 6.36 3 2.38 3.99-.29 7.2 1.43 2.75 1.5 3.37 5.19 4.32 7.94l1.13 3.36c2.2 6.58 4.21 12.44 6.55 17.74 4.87 10.86 11.38 18.62 20.78 25.79 28.09 21.33 65.27 22.24 93.19.07 4.36-3.44 8.34-7.35 11.85-11.82 3.08-3.83 5.27-7.93 7.06-12.43 1.86-4.61 3.37-9.58 5.01-15.18.95-3.21 1.91-6.44 2.93-9.66 1.57-6.1 6.33-2.01 10.46-6.54 2.08-2.38 4.06-6.04 5.66-10.13.63-1.61 2.67-6.59 3.99-11.61-23.31-15.5-59.2-23.22-95.15-23.22-35.98 0-71.71 7.73-94.67 23.1zm46.36 105.21c.3 1.79.5 1.68.61 2.69 1.54 12.94 10.97 22 23.31 27.01 7.63 3.1 16.32 4.68 25 4.72 8.7.03 17.38-1.47 24.98-4.54 12.22-4.92 21.58-13.98 23.23-27.21.11-.92.45-1.77.94-2.49v-15.1c-29.67 18.61-58.62 19.97-90.16 3.62-2.99-1.57-5.99-3.29-9.03-5.23l1.12 16.53zm30.39 125.24c-.46.57-.89 1.15-1.3 1.77-2.4 3.66-3.8 8.04-3.8 12.73 0 12.81 10.38 23.2 23.19 23.2 8.4 0 7.38 11.52 7.37 13.6v8.11h15.62v-41.84a23.71 23.71 0 0 0 0-6.13v-.02h-.01c-.52-3.93-2.03-7.55-4.26-10.61l-.11-.15c-.27-.34-.53-.68-.81-1.02l-.12-.14-.12-.14-.06-.07-.06-.07-.12-.14-.13-.14-.12-.13-.13-.14c-.29-.31-.6-.62-.91-.92l-.14-.13-.41-.38-.13-.12-.14-.12-.15-.12-.11-.1-.03-.02-.14-.12-.29-.24-.14-.11-.15-.11-.05-.04-.09-.08-.15-.11-.15-.11-.02-.01-.13-.1-.15-.11-.13-.09-.02-.02-.16-.1-.15-.11-.09-.06-.06-.04-.16-.11-.16-.1-.05-.04-.1-.06-.16-.1-.16-.09-.16-.1-.16-.1-.14-.08-.02-.01-.16-.09-.17-.09-.16-.09-.16-.09-.17-.09-.06-.03-.1-.06-.17-.08-.17-.09-.02-.01-.15-.07-.17-.08-.17-.08-.17-.08a23.004 23.004 0 0 0-9.58-2.07c-3.9 0-7.57.96-10.79 2.66l-.16.08-.11.06-.05.03-.16.09-.17.09-.11.07-.04.02-.17.1-.15.09-.12.07-.04.03-.16.09-.15.1-.12.08-.04.02-.15.1-.15.1-.13.08-.03.02-.15.11-.15.1-.13.09-.02.02-.15.1-.14.11-.14.1-.01.01-.15.11-.15.12-.13.1-.01.01-.14.11-.15.12-.13.11h-.01l-.14.12-.14.12-.27.24-.14.12-.27.24-.14.13-.13.13-.01.01-.12.11-.13.13-.13.13-.02.02-.11.11-.13.13-.13.13-.02.02-.1.11-.13.14-.61.68-.11.14-.12.14-.12.14-.11.15zm-7.59-2.25c-23.06-15.13-37.88-29.13-47.36-44.2-11.79-18.73-15.17-38.66-15.71-64.04-62.92 12.3-105.68 22.71-122.05 105.97l-4.48 27.31H114v-50.49c0-3.09 2.5-5.6 5.6-5.6 3.08 0 5.59 2.51 5.59 5.6v99.55h220.07v-99.55c0-3.09 2.51-5.6 5.6-5.6s5.59 2.51 5.59 5.6v50.49h93.2l-8.04-43.5c-13.48-66.4-63.32-78.41-117.9-87.45-3.29 28.59-10.71 50.07-23.9 68.33-9.8 13.57-22.69 25.21-39.37 36.54 2.7 3.78 4.56 8.2 5.32 12.98.11.47.18.95.2 1.45.11 1.17.16 2.18.2 3.36-.04 1.17-.09 2.17-.2 3.32v41.59a7.46 7.46 0 0 1-7.46 7.46h-15.62c-4.12 0-7.47-3.34-7.47-7.46v-8.11l.05-.83v-1.38c0-1.38.09-3.93.05-3.93-8.47 0-16.13-3.43-21.68-8.98-5.54-5.55-8.98-13.21-8.98-21.68 0-6.18 1.83-11.93 4.98-16.75zM15.8 478.45l-3.63 22.12H114v-22.12H15.8zm340.65 22.12h102.26l-4.08-22.12h-98.18v22.12z" })
|
|
3874
|
+
}
|
|
3875
|
+
);
|
|
3876
|
+
}
|
|
3877
|
+
function j2({
|
|
3878
|
+
className: e = "",
|
|
3879
|
+
size: t = c.md
|
|
3880
|
+
}) {
|
|
3881
|
+
return /* @__PURE__ */ r.jsx(
|
|
3882
|
+
"svg",
|
|
3883
|
+
{
|
|
3884
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3885
|
+
className: e,
|
|
3886
|
+
height: t,
|
|
3887
|
+
width: t,
|
|
3888
|
+
viewBox: "0 -960 960 960",
|
|
3889
|
+
children: /* @__PURE__ */ r.jsx("path", { d: "M400-80 0-480l400-400 71 71-329 329 329 329-71 71Z" })
|
|
3890
|
+
}
|
|
3891
|
+
);
|
|
3892
|
+
}
|
|
3893
|
+
function Z2({
|
|
3894
|
+
className: e = "",
|
|
3895
|
+
size: t = c.sm
|
|
3896
|
+
}) {
|
|
3897
|
+
return /* @__PURE__ */ r.jsx(
|
|
3898
|
+
"svg",
|
|
3899
|
+
{
|
|
3900
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3901
|
+
className: e,
|
|
3902
|
+
height: t,
|
|
3903
|
+
width: t,
|
|
3904
|
+
viewBox: "0 -960 960 960",
|
|
3905
|
+
children: /* @__PURE__ */ r.jsx("path", { d: "m321-80-71-71 329-329-329-329 71-71 400 400L321-80Z" })
|
|
3906
|
+
}
|
|
3907
|
+
);
|
|
3908
|
+
}
|
|
3909
|
+
function C2({
|
|
3910
|
+
className: e = "",
|
|
3911
|
+
size: t = c.md
|
|
3912
|
+
}) {
|
|
3913
|
+
return /* @__PURE__ */ r.jsx(
|
|
3914
|
+
"svg",
|
|
3915
|
+
{
|
|
3916
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3917
|
+
className: e,
|
|
3918
|
+
height: t,
|
|
3919
|
+
width: t,
|
|
3920
|
+
viewBox: "0 -960 960 960",
|
|
3921
|
+
children: /* @__PURE__ */ r.jsx("path", { d: "M200-200h57l391-391-57-57-391 391v57Zm-80 80v-170l528-527q12-11 26.5-17t30.5-6q16 0 31 6t26 18l55 56q12 11 17.5 26t5.5 30q0 16-5.5 30.5T817-647L290-120H120Zm640-584-56-56 56 56Zm-141 85-28-29 57 57-29-28Z" })
|
|
3922
|
+
}
|
|
3923
|
+
);
|
|
3924
|
+
}
|
|
3925
|
+
function M2({
|
|
3926
|
+
className: e = "",
|
|
3927
|
+
size: t = c.md
|
|
3928
|
+
}) {
|
|
3929
|
+
return /* @__PURE__ */ r.jsx(
|
|
3930
|
+
"svg",
|
|
3931
|
+
{
|
|
3932
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3933
|
+
className: e,
|
|
3934
|
+
height: t,
|
|
3935
|
+
width: t,
|
|
3936
|
+
viewBox: "0 -960 960 960",
|
|
3937
|
+
children: /* @__PURE__ */ r.jsx("path", { d: "M120-240v-80h720v80H120Zm0-200v-80h720v80H120Zm0-200v-80h720v80H120Z" })
|
|
3938
|
+
}
|
|
3939
|
+
);
|
|
3940
|
+
}
|
|
3941
|
+
function z2({
|
|
3942
|
+
className: e = "fill-gray-600",
|
|
3943
|
+
size: t = c.md
|
|
3944
|
+
}) {
|
|
3945
|
+
return /* @__PURE__ */ r.jsx(
|
|
3946
|
+
"svg",
|
|
3947
|
+
{
|
|
3948
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3949
|
+
className: e,
|
|
3950
|
+
height: t,
|
|
3951
|
+
width: t,
|
|
3952
|
+
viewBox: "0 -960 960 960",
|
|
3953
|
+
children: /* @__PURE__ */ r.jsx("path", { d: "m256-200-56-56 224-224-224-224 56-56 224 224 224-224 56 56-224 224 224 224-56 56-224-224-224 224Z" })
|
|
3954
|
+
}
|
|
3955
|
+
);
|
|
3956
|
+
}
|
|
3957
|
+
function E2({
|
|
3958
|
+
className: e = "",
|
|
3959
|
+
size: t = c.md
|
|
3960
|
+
}) {
|
|
3961
|
+
return /* @__PURE__ */ r.jsx(
|
|
3962
|
+
"svg",
|
|
3963
|
+
{
|
|
3964
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3965
|
+
className: e,
|
|
3966
|
+
height: t,
|
|
3967
|
+
width: t,
|
|
3968
|
+
viewBox: "0 -960 960 960",
|
|
3969
|
+
children: /* @__PURE__ */ r.jsx("path", { d: "M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Zm0-80h560v-560H200v560Zm40-80h480L570-480 450-320l-90-120-120 160Zm-40 80v-560 560Zm140-360q25 0 42.5-17.5T400-620q0-25-17.5-42.5T340-680q-25 0-42.5 17.5T280-620q0 25 17.5 42.5T340-560Z" })
|
|
3970
|
+
}
|
|
3971
|
+
);
|
|
3972
|
+
}
|
|
3973
|
+
function R2({
|
|
3974
|
+
className: e = "",
|
|
3975
|
+
size: t = c.xs
|
|
3976
|
+
}) {
|
|
3977
|
+
return /* @__PURE__ */ r.jsxs(
|
|
3978
|
+
"svg",
|
|
3979
|
+
{
|
|
3980
|
+
height: t,
|
|
3981
|
+
width: t,
|
|
3982
|
+
viewBox: "0 0 24 24",
|
|
3983
|
+
className: e,
|
|
3984
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3985
|
+
"aria-labelledby": "pollIconTitle",
|
|
3986
|
+
strokeWidth: "1",
|
|
3987
|
+
strokeLinecap: "square",
|
|
3988
|
+
strokeLinejoin: "miter",
|
|
3989
|
+
children: [
|
|
3990
|
+
" ",
|
|
3991
|
+
/* @__PURE__ */ r.jsx("title", { id: "pollIconTitle", children: "Poll" }),
|
|
3992
|
+
" ",
|
|
3993
|
+
/* @__PURE__ */ r.jsx("path", { d: "M4 4V20" }),
|
|
3994
|
+
" ",
|
|
3995
|
+
/* @__PURE__ */ r.jsx("path", { d: "M4 6H15V10H4" }),
|
|
3996
|
+
" ",
|
|
3997
|
+
/* @__PURE__ */ r.jsx("path", { d: "M4 10H19V14H4" }),
|
|
3998
|
+
" ",
|
|
3999
|
+
/* @__PURE__ */ r.jsx("path", { d: "M4 14H12V18H4" })
|
|
4000
|
+
]
|
|
4001
|
+
}
|
|
4002
|
+
);
|
|
4003
|
+
}
|
|
4004
|
+
function H2({
|
|
4005
|
+
className: e = "",
|
|
4006
|
+
size: t = c.md
|
|
4007
|
+
}) {
|
|
4008
|
+
return /* @__PURE__ */ r.jsx(
|
|
4009
|
+
"svg",
|
|
4010
|
+
{
|
|
4011
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4012
|
+
className: e,
|
|
4013
|
+
height: t,
|
|
4014
|
+
width: t,
|
|
4015
|
+
viewBox: "0 -960 960 960",
|
|
4016
|
+
children: /* @__PURE__ */ r.jsx("path", { d: "M280-280h280v-80H280v80Zm0-160h400v-80H280v80Zm0-160h400v-80H280v80Zm-80 480q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Zm0-80h560v-560H200v560Zm0-560v560-560Z" })
|
|
4017
|
+
}
|
|
4018
|
+
);
|
|
4019
|
+
}
|
|
4020
|
+
function L2({
|
|
4021
|
+
className: e = "",
|
|
4022
|
+
size: t = c.md
|
|
4023
|
+
}) {
|
|
4024
|
+
return /* @__PURE__ */ r.jsx(
|
|
4025
|
+
"svg",
|
|
4026
|
+
{
|
|
4027
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4028
|
+
className: e,
|
|
4029
|
+
height: t,
|
|
4030
|
+
width: t,
|
|
4031
|
+
viewBox: "0 -960 960 960",
|
|
4032
|
+
children: /* @__PURE__ */ r.jsx("path", { d: "M240-80q-33 0-56.5-23.5T160-160v-400q0-33 23.5-56.5T240-640h40v-80q0-83 58.5-141.5T480-920q83 0 141.5 58.5T680-720v80h40q33 0 56.5 23.5T800-560v400q0 33-23.5 56.5T720-80H240Zm0-80h480v-400H240v400Zm240-120q33 0 56.5-23.5T560-360q0-33-23.5-56.5T480-440q-33 0-56.5 23.5T400-360q0 33 23.5 56.5T480-280ZM360-640h240v-80q0-50-35-85t-85-35q-50 0-85 35t-35 85v80ZM240-160v-400 400Z" })
|
|
4033
|
+
}
|
|
4034
|
+
);
|
|
4035
|
+
}
|
|
4036
|
+
function S2({
|
|
4037
|
+
className: e = "",
|
|
4038
|
+
size: t = c.md
|
|
4039
|
+
}) {
|
|
4040
|
+
return /* @__PURE__ */ r.jsx(
|
|
4041
|
+
"svg",
|
|
4042
|
+
{
|
|
4043
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4044
|
+
className: e,
|
|
4045
|
+
height: t,
|
|
4046
|
+
width: t,
|
|
4047
|
+
viewBox: "0 -960 960 960",
|
|
4048
|
+
children: /* @__PURE__ */ r.jsx("path", { d: "M200-440v-80h560v80H200Z" })
|
|
4049
|
+
}
|
|
4050
|
+
);
|
|
4051
|
+
}
|
|
4052
|
+
function A2({
|
|
4053
|
+
className: e = "",
|
|
4054
|
+
size: t = c.sm
|
|
4055
|
+
}) {
|
|
4056
|
+
return /* @__PURE__ */ r.jsx(
|
|
4057
|
+
"svg",
|
|
4058
|
+
{
|
|
4059
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4060
|
+
className: e,
|
|
4061
|
+
height: t,
|
|
4062
|
+
width: t,
|
|
4063
|
+
viewBox: "0 -960 960 960",
|
|
4064
|
+
children: /* @__PURE__ */ r.jsx("path", { d: "M120-120v-560h240v-80l120-120 120 120v240h240v400H120Zm80-80h80v-80h-80v80Zm0-160h80v-80h-80v80Zm0-160h80v-80h-80v80Zm240 320h80v-80h-80v80Zm0-160h80v-80h-80v80Zm0-160h80v-80h-80v80Zm0-160h80v-80h-80v80Zm240 480h80v-80h-80v80Zm0-160h80v-80h-80v80Z" })
|
|
4065
|
+
}
|
|
4066
|
+
);
|
|
4067
|
+
}
|
|
4068
|
+
function P2({
|
|
4069
|
+
className: e = "",
|
|
4070
|
+
size: t = c.md
|
|
4071
|
+
}) {
|
|
4072
|
+
return /* @__PURE__ */ r.jsx(
|
|
4073
|
+
"svg",
|
|
4074
|
+
{
|
|
4075
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4076
|
+
className: e,
|
|
4077
|
+
height: t,
|
|
4078
|
+
width: t,
|
|
4079
|
+
viewBox: "0 -960 960 960",
|
|
4080
|
+
children: /* @__PURE__ */ r.jsx("path", { d: "M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h280v80H200Zm440-160-55-58 102-102H360v-80h327L585-622l55-58 200 200-200 200Z" })
|
|
4081
|
+
}
|
|
4082
|
+
);
|
|
4083
|
+
}
|
|
4084
|
+
function _2({
|
|
4085
|
+
className: e = "",
|
|
4086
|
+
size: t = c.md
|
|
4087
|
+
}) {
|
|
4088
|
+
return /* @__PURE__ */ r.jsxs(
|
|
4089
|
+
"svg",
|
|
4090
|
+
{
|
|
4091
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4092
|
+
className: e,
|
|
4093
|
+
height: t,
|
|
4094
|
+
width: t,
|
|
4095
|
+
viewBox: "0 0 16 16",
|
|
4096
|
+
children: [
|
|
4097
|
+
/* @__PURE__ */ r.jsx("path", { d: "M11.25 1a.75.75 0 010 1.5h-9a.75.75 0 00-.75.75v6.531l.706-.51a.75.75 0 01.88 1.214L1.19 11.858A.75.75 0 010 11.25v-8A2.25 2.25 0 012.25 1h9z" }),
|
|
4098
|
+
/* @__PURE__ */ r.jsx("path", { fillRule: "evenodd", d: "M6.25 4A2.25 2.25 0 004 6.25v4.534a2.25 2.25 0 002.25 2.25h6.041l2.52 1.824A.75.75 0 0016 14.25v-8A2.25 2.25 0 0013.75 4h-7.5zM5.5 6.25a.75.75 0 01.75-.75h7.5a.75.75 0 01.75.75v6.531l-1.526-1.104a.75.75 0 00-.44-.143H6.25a.75.75 0 01-.75-.75V6.25z", clipRule: "evenodd" })
|
|
4099
|
+
]
|
|
4100
|
+
}
|
|
4101
|
+
);
|
|
4102
|
+
}
|
|
4103
|
+
function O2({
|
|
4104
|
+
className: e = "fill-blue-500",
|
|
4105
|
+
size: t = c.md
|
|
4106
|
+
}) {
|
|
4107
|
+
return /* @__PURE__ */ r.jsx(
|
|
4108
|
+
"svg",
|
|
4109
|
+
{
|
|
4110
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4111
|
+
className: "fill-blue-500",
|
|
4112
|
+
width: "24",
|
|
4113
|
+
height: "24",
|
|
4114
|
+
viewBox: "0 0 24 24",
|
|
4115
|
+
fill: "none",
|
|
4116
|
+
children: /* @__PURE__ */ r.jsx("path", { d: "M7 17L17 7M17 7H7M17 7V17", stroke: "gray" })
|
|
4117
|
+
}
|
|
4118
|
+
);
|
|
4119
|
+
}
|
|
4120
|
+
function B2({
|
|
4121
|
+
className: e = "",
|
|
4122
|
+
size: t = c.md
|
|
4123
|
+
}) {
|
|
4124
|
+
return /* @__PURE__ */ r.jsx(
|
|
4125
|
+
"svg",
|
|
4126
|
+
{
|
|
4127
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4128
|
+
className: e,
|
|
4129
|
+
viewBox: "0 0 32 32",
|
|
4130
|
+
height: t,
|
|
4131
|
+
width: t,
|
|
4132
|
+
children: /* @__PURE__ */ r.jsxs("g", { id: "g1331", transform: "translate(-.012 -.026)", children: [
|
|
4133
|
+
/* @__PURE__ */ r.jsx("path", { id: "rect1177", d: "m48 42c-1.610617 0-3.072579.964923-3.707031 2.445312l-2.212891 5.160157c-.068789.157032-.080078.278389-.080078.410156v1.384766c0 1.410987.833351 2.629848 2.025391 3.21875v11.78125c0 1.977102 1.622506 3.599609 3.599609 3.599609h11.375c.552285 0 1-.447715 1-1s-.447715-1-1-1h-11.375c-.903697 0-1.599609-.695912-1.599609-1.599609v-11.445313c.847723-.104088 1.610521-.491751 2.173828-1.083984.65782.691024 1.580369 1.128906 2.601562 1.128906 1.021136 0 1.9423-.437842 2.59961-1.128906.657309.691064 1.578473 1.128906 2.599609 1.128906s1.9423-.437842 2.599609-1.128906c.65731.691064 1.578474 1.128906 2.59961 1.128906 1.021194 0 1.943742-.437882 2.601562-1.128906.65731.691064 1.578474 1.128906 2.59961 1.128906 1.976921 0 3.599609-1.622688 3.599609-3.599609v-1.1875c.04465-.204256.02415-.417368-.05859-.609375l-2.230472-5.164063c-.638436-1.47827-2.100696-2.439453-3.710938-2.439453zm0 2h16c.817605 0 1.550834.481826 1.875 1.232422l1.626953 3.767578h-22.984375l1.613281-3.767578c.321445-.750037 1.053125-1.232422 1.869141-1.232422zm-4 7h3.199219v.400391c0 .903878-.695732 1.599609-1.59961 1.599609s-1.599609-.695731-1.599609-1.599609zm5.199219 0h3.201172v.400391c0 .903877-.695732 1.599609-1.59961 1.599609-.903877 0-1.601562-.696635-1.601562-1.599609zm5.201172 0h3.199218v.400391c0 .903878-.695731 1.599609-1.599609 1.599609s-1.599609-.695731-1.599609-1.599609zm5.199218 0h3.201172v.400391c0 .902974-.697684 1.599609-1.601562 1.599609s-1.59961-.695732-1.59961-1.599609zm5.201172 0h3.199219v.400391c0 .903878-.695731 1.599609-1.599609 1.599609-.903879 0-1.59961-.695732-1.59961-1.599609z", transform: "translate(-40 -40)", "font-variant-ligatures": "normal", "font-variant-position": "normal", "font-variant-caps": "normal", "font-variant-numeric": "normal", "font-variant-alternates": "normal", "font-variant-east-asian": "normal", "font-feature-settings": "normal", "font-variation-settings": "normal", "text-indent": "0", "text-align": "start", "text-decoration-line": "none", "text-decoration-style": "solid", "text-decoration-color": "rgb(0,0,0)", "text-transform": "none", "text-orientation": "mixed", "white-space": "normal", "shape-padding": "0", "shape-margin": "0", "inline-size": "0", "mix-blend-mode": "normal", "solid-color": "rgb(0,0,0)", "solid-opacity": "1", vectorEffect: "none" }),
|
|
4134
|
+
/* @__PURE__ */ r.jsx("path", { id: "path1289", d: "m24.609375 16.513672c-2.977321 0-5.392578 2.479593-5.392578 5.486328 0 4.762769 4.826172 7.876953 4.826172 7.876953a1.0001 1.0001 0 0 0 1.132812 0s4.824219-3.114183 4.824219-7.876953c0-3.006736-2.413303-5.486328-5.390625-5.486328zm0 2c1.872992 0 3.390625 1.53752 3.390625 3.486328 0 2.838188-2.558448 5.020104-3.390625 5.691406-.832177-.671302-3.392578-2.853218-3.392578-5.691406 0-1.948809 1.519587-3.486328 3.392578-3.486328z", "font-variant-ligatures": "normal", "font-variant-position": "normal", "font-variant-caps": "normal", "font-variant-numeric": "normal", "font-variant-alternates": "normal", "font-variant-east-asian": "normal", "font-feature-settings": "normal", "font-variation-settings": "normal", "text-indent": "0", "text-align": "start", "text-decoration-line": "none", "text-decoration-style": "solid", "text-decoration-color": "rgb(0,0,0)", "text-transform": "none", "text-orientation": "mixed", "white-space": "normal", "shape-padding": "0", "shape-margin": "0", "inline-size": "0", "mix-blend-mode": "normal", "solid-color": "rgb(0,0,0)", "solid-opacity": "1", vectorEffect: "none" }),
|
|
4135
|
+
/* @__PURE__ */ r.jsx("path", { id: "ellipse1291", d: "m26.032797 21.999998a1.4239348 1.4548275 0 0 1 -1.423935 1.454828 1.4239348 1.4548275 0 0 1 -1.423935-1.454828 1.4239348 1.4548275 0 0 1 1.423935-1.454827 1.4239348 1.4548275 0 0 1 1.423935 1.454827z" }),
|
|
4136
|
+
/* @__PURE__ */ r.jsx("path", { id: "rect1319", d: "m9 18a1.0001 1.0001 0 0 0 -1 1v5a1.0001 1.0001 0 0 0 1 1h5.949219a1.0001 1.0001 0 0 0 1-1v-5a1.0001 1.0001 0 0 0 -1-1zm1 2h3.949219v3h-3.949219z", "font-variant-ligatures": "normal", "font-variant-position": "normal", "font-variant-caps": "normal", "font-variant-numeric": "normal", "font-variant-alternates": "normal", "font-variant-east-asian": "normal", "font-feature-settings": "normal", "font-variation-settings": "normal", "text-indent": "0", "text-align": "start", "text-decoration-line": "none", "text-decoration-style": "solid", "text-decoration-color": "rgb(0,0,0)", "text-transform": "none", "text-orientation": "mixed", "white-space": "normal", "shape-padding": "0", "shape-margin": "0", "inline-size": "0", "mix-blend-mode": "normal", "solid-color": "rgb(0,0,0)", "solid-opacity": "1", vectorEffect: "none" })
|
|
4137
|
+
] })
|
|
4138
|
+
}
|
|
4139
|
+
);
|
|
4140
|
+
}
|
|
4141
|
+
function N2({
|
|
4142
|
+
className: e = "",
|
|
4143
|
+
size: t = c.md
|
|
4144
|
+
}) {
|
|
4145
|
+
return /* @__PURE__ */ r.jsxs(
|
|
4146
|
+
"svg",
|
|
4147
|
+
{
|
|
4148
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4149
|
+
className: e,
|
|
4150
|
+
height: t,
|
|
4151
|
+
width: t,
|
|
4152
|
+
viewBox: "0 0 24 24",
|
|
4153
|
+
children: [
|
|
4154
|
+
/* @__PURE__ */ r.jsx("path", { d: "M6.08706 7.18785C6.02201 7.35088 5.96237 7.51555 5.90814 7.68161C6.37118 7.75292 6.87059 7.84964 7.39119 7.9808C7.63693 7.29058 7.99847 6.63236 8.47583 6.0363L12.6895 10.25L12.4375 10.5019C12.6247 10.6634 12.8083 10.8335 12.9875 11.0127C13.1667 11.1918 13.3368 11.3754 13.4982 11.5626L13.7501 11.3106L17.9635 15.5239C17.3675 16.0012 16.7094 16.3627 16.0193 16.6085C16.1504 17.1291 16.2472 17.6285 16.3185 18.0915C16.6436 17.9853 16.9635 17.8584 17.276 17.7107C18.1109 17.3162 18.8933 16.7737 19.5838 16.0833C19.7145 15.9526 19.8399 15.8186 19.96 15.6816C20.522 15.0395 20.9861 14.3094 21.3289 13.5148C21.7434 12.5518 21.966 11.5259 21.9965 10.4954C21.9989 10.4139 22.0001 10.3321 22.0001 10.25C22.0001 10.1458 21.9981 10.042 21.9943 9.93868C21.9725 9.35607 21.8892 8.77533 21.7446 8.207C21.0019 5.29266 18.7081 2.99781 15.7937 2.25509C15.398 2.15433 14.9959 2.0836 14.5916 2.0424C14.3149 2.01436 14.0342 2 13.7501 2C13.4726 2 13.1982 2.0137 12.9277 2.04047C12.2733 2.10565 11.6252 2.24882 10.9985 2.47C8.76014 3.26166 6.96533 4.99194 6.08706 7.18785ZM20.0475 7.81481C19.1674 8.50945 17.9608 8.58967 17.0053 8.05547L19.0245 6.0363C19.4634 6.58439 19.8044 7.18505 20.0475 7.81481ZM15.9181 9.14268C17.2639 10.0817 19.0318 10.1519 20.4407 9.35317C20.6778 11.1325 20.2056 12.9883 19.0242 14.4633L14.8108 10.25L15.9181 9.14268ZM14.8574 8.08201L13.7501 9.1893L9.53645 4.9756C11.0116 3.79404 12.8676 3.32188 14.6471 3.55914C13.8483 4.96806 13.9184 6.73612 14.8574 8.08201ZM15.9446 6.9948C15.4104 6.03922 15.4907 4.83257 16.1855 3.95245C16.8152 4.19559 17.4158 4.53664 17.9638 4.9756L15.9446 6.9948Z", fill: "#212121" }),
|
|
4155
|
+
/* @__PURE__ */ r.jsx("path", { d: "M6.96973 13.4697C7.26262 13.1768 7.7375 13.1768 8.03039 13.4697L10.5304 15.9697C10.8233 16.2626 10.8233 16.7374 10.5304 17.0303C10.2375 17.3232 9.76262 17.3232 9.46973 17.0303L6.96973 14.5303C6.67684 14.2374 6.67684 13.7626 6.96973 13.4697Z", fill: "#212121" }),
|
|
4156
|
+
/* @__PURE__ */ r.jsx("path", { d: "M2.02815 11.0186C1.9188 9.57689 3.07688 8.4188 4.5186 8.52815C6.49666 8.67819 9.85794 9.29728 12.2804 11.7197C14.7028 14.1422 15.3219 17.5035 15.472 19.4815C15.5813 20.9232 14.4232 22.0813 12.9815 21.972C11.0035 21.8219 7.64217 21.2028 5.21972 18.7804C2.79728 16.3579 2.17819 12.9967 2.02815 11.0186ZM4.40515 10.0239C3.87938 9.98398 3.48398 10.3794 3.52386 10.9051C3.66515 12.7678 4.24225 15.6816 6.28038 17.7197C8.31852 19.7579 11.2323 20.335 13.095 20.4763C13.6207 20.5161 14.0161 20.1207 13.9763 19.595C13.835 17.7323 13.2579 14.8185 11.2197 12.7804C9.18159 10.7423 6.26785 10.1651 4.40515 10.0239Z", fill: "#212121" })
|
|
4157
|
+
]
|
|
4158
|
+
}
|
|
4159
|
+
);
|
|
4160
|
+
}
|
|
4161
|
+
function I2({
|
|
4162
|
+
className: e = "",
|
|
4163
|
+
size: t = c.md
|
|
4164
|
+
}) {
|
|
4165
|
+
return /* @__PURE__ */ r.jsxs(
|
|
4166
|
+
"svg",
|
|
4167
|
+
{
|
|
4168
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4169
|
+
className: e,
|
|
4170
|
+
height: t,
|
|
4171
|
+
width: t,
|
|
4172
|
+
viewBox: "0 -32 512.00001 512",
|
|
4173
|
+
children: [
|
|
4174
|
+
/* @__PURE__ */ r.jsx("path", { d: "m342.382812 239.351562c-23.039062-35.941406-62.277343-57.402343-104.964843-57.402343-42.683594 0-81.925781 21.460937-104.960938 57.402343l-55.515625 86.605469c-9.210937 14.371094-13.460937 30.96875-12.292968 47.996094 1.167968 17.03125 7.648437 32.890625 18.738281 45.871094 11.097656 12.976562 25.761719 21.84375 42.40625 25.648437 16.644531 3.800782 33.707031 2.179688 49.339843-4.691406l1.019532-.453125c39.339844-16.957031 84.304687-16.804687 123.546875.453125 10.121093 4.449219 20.84375 6.699219 31.664062 6.699219 5.882813 0 11.800781-.667969 17.664063-2.003907 16.644531-3.800781 31.308594-12.667968 42.410156-25.644531 11.09375-12.976562 17.578125-28.839843 18.75-45.871093 1.171875-17.035157-3.078125-33.632813-12.289062-48.007813zm26.246094 160.972657c-14.121094 16.507812-36.964844 21.726562-56.847656 12.984375-23.632812-10.394532-49-15.589844-74.375-15.589844-25.351562 0-50.714844 5.191406-74.332031 15.574219l-.671875.296875c-19.730469 8.34375-42.238282 3.058594-56.203125-13.265625-14.105469-16.511719-15.710938-39.886719-3.992188-58.171875l55.519531-86.605469c17.492188-27.289063 47.28125-43.582031 79.691407-43.582031 32.410156 0 62.203125 16.292968 79.699219 43.582031l55.511718 86.601563c11.722656 18.292968 10.113282 41.671874-4 58.175781zm0 0" }),
|
|
4175
|
+
/* @__PURE__ */ r.jsx("path", { d: "m91.894531 239.238281c16.515625-6.34375 29.0625-19.652343 35.332031-37.476562 5.960938-16.960938 5.472657-36.109375-1.382812-53.921875-6.859375-17.800782-19.335938-32.332032-35.128906-40.921875-16.597656-9.019531-34.828125-10.488281-51.316406-4.132813-33.171876 12.753906-48.394532 53.746094-33.929688 91.398438 11.554688 29.96875 38.503906 48.886718 65.75 48.886718 6.957031 0 13.933594-1.234374 20.675781-3.832031zm-58.417969-55.835937c-8.523437-22.1875-1.035156-45.789063 16.703126-52.609375 3.203124-1.234375 6.589843-1.847657 10.046874-1.847657 5.335938 0 10.847657 1.457032 16.152344 4.34375 9.539063 5.183594 17.160156 14.183594 21.457032 25.335938 4.292968 11.160156 4.675781 22.941406 1.074218 33.179688-3.300781 9.382812-9.617187 16.28125-17.78125 19.417968l-.015625.007813c-17.714843 6.828125-39.085937-5.660157-47.636719-27.828125zm0 0" }),
|
|
4176
|
+
/* @__PURE__ */ r.jsx("path", { d: "m199.613281 171.386719c41.46875 0 75.207031-38.4375 75.207031-85.683594 0-47.257813-33.738281-85.703125-75.207031-85.703125-41.464843 0-75.199219 38.445312-75.199219 85.703125 0 47.246094 33.734376 85.683594 75.199219 85.683594zm0-141.375c24.917969 0 45.195313 24.984375 45.195313 55.691406 0 30.695313-20.277344 55.671875-45.195313 55.671875s-45.1875-24.976562-45.1875-55.671875c0-30.707031 20.269531-55.691406 45.1875-55.691406zm0 0" }),
|
|
4177
|
+
/* @__PURE__ */ r.jsx("path", { d: "m329.496094 192.4375h.003906c6.378906 2.117188 12.886719 3.128906 19.367188 3.128906 30.242187 0 59.714843-22.011718 70.960937-55.839844 6.476563-19.472656 6.050781-40.0625-1.199219-57.972656-7.585937-18.746094-21.644531-32.355468-39.589844-38.324218-17.945312-5.960938-37.363281-3.476563-54.664062 7-16.527344 10.011718-29.191406 26.246093-35.65625 45.71875-13.652344 41.078124 4.640625 84.273437 40.777344 96.289062zm-12.296875-86.824219c4.222656-12.714843 12.292969-23.191406 22.726562-29.511719 9.652344-5.847656 20.183594-7.335937 29.648438-4.191406 9.460937 3.148438 17 10.640625 21.234375 21.101563 4.574218 11.304687 4.769531 24.53125.539062 37.246093-8.433594 25.375-31.933594 40.492188-52.382812 33.699219-20.433594-6.796875-30.199219-32.96875-21.765625-58.34375zm0 0" }),
|
|
4178
|
+
/* @__PURE__ */ r.jsx("path", { d: "m487.875 182.4375-.011719-.011719c-28.597656-21.125-71.367187-11.96875-95.347656 20.421875-23.957031 32.40625-20.210937 75.972656 8.34375 97.113282 10.414063 7.714843 22.71875 11.402343 35.3125 11.402343 21.949219 0 44.785156-11.203125 60.046875-31.804687 23.957031-32.40625 20.214844-75.972656-8.34375-97.121094zm-15.777344 79.265625c-14.160156 19.113281-38.101562 25.453125-53.378906 14.136719-15.265625-11.300782-16.195312-36.042969-2.074219-55.144532 9.386719-12.679687 23.097657-19.734374 35.734375-19.734374 6.390625 0 12.507813 1.804687 17.648438 5.605468 15.253906 11.3125 16.179687 36.046875 2.070312 55.136719zm0 0" })
|
|
4179
|
+
]
|
|
4180
|
+
}
|
|
4181
|
+
);
|
|
4182
|
+
}
|
|
2
4183
|
export {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
4184
|
+
T2 as AddSvg,
|
|
4185
|
+
b2 as ArenaSvg,
|
|
4186
|
+
J1 as Badminton,
|
|
4187
|
+
U1 as Basketball,
|
|
4188
|
+
m2 as CalendarEventSvg,
|
|
4189
|
+
l2 as CalendarSvg,
|
|
4190
|
+
$0 as Cat,
|
|
4191
|
+
i2 as ChatSvg,
|
|
4192
|
+
A2 as CitySvg,
|
|
4193
|
+
z2 as CloseSvg,
|
|
4194
|
+
y2 as CoachSvg,
|
|
4195
|
+
S2 as CollapseSvg,
|
|
4196
|
+
q2 as CollectionSvg,
|
|
4197
|
+
v2 as CreateArenaSvg,
|
|
4198
|
+
u2 as CreateCollectionSvg,
|
|
4199
|
+
g2 as CreatePostSvg,
|
|
4200
|
+
c2 as CreateSvg,
|
|
4201
|
+
h2 as CreateTeamSvg,
|
|
4202
|
+
_2 as DiscussionSvg,
|
|
4203
|
+
I0 as Dog,
|
|
4204
|
+
C2 as EditSvg,
|
|
4205
|
+
p2 as ExploreSvg,
|
|
4206
|
+
K1 as Football,
|
|
4207
|
+
V1 as Golf,
|
|
4208
|
+
Y0 as Guitar,
|
|
4209
|
+
Y1 as Hiking,
|
|
4210
|
+
Q1 as Hockey,
|
|
4211
|
+
a2 as HomeSvg,
|
|
4212
|
+
E2 as ImageSvg,
|
|
4213
|
+
o2 as InterestSvg,
|
|
4214
|
+
j2 as LeftArrowSvg,
|
|
4215
|
+
P2 as LogoutSvg,
|
|
4216
|
+
s2 as MapSvg,
|
|
4217
|
+
B2 as MarketSvg,
|
|
4218
|
+
M2 as MenuSvg,
|
|
4219
|
+
U0 as MusicInterestSvg,
|
|
4220
|
+
f2 as NewsfeedSvg,
|
|
4221
|
+
d2 as NotificationSvg,
|
|
4222
|
+
w2 as PartnersSvg,
|
|
4223
|
+
D0 as PetsInterestSvg,
|
|
4224
|
+
I2 as PetsSvg,
|
|
4225
|
+
O0 as Pickleball,
|
|
4226
|
+
R2 as PollSvg,
|
|
4227
|
+
L2 as PrivateSvg,
|
|
4228
|
+
Z2 as RightArrowSvg,
|
|
4229
|
+
W1 as Running,
|
|
4230
|
+
F0 as Sing,
|
|
4231
|
+
D1 as Soccer,
|
|
4232
|
+
N0 as SportsInterestSvg,
|
|
4233
|
+
N2 as SportsSvg,
|
|
4234
|
+
c as SvgSize,
|
|
4235
|
+
X1 as TableTennis,
|
|
4236
|
+
x2 as TeamSvg,
|
|
4237
|
+
F1 as Tennis,
|
|
4238
|
+
H2 as TextPostSvg,
|
|
4239
|
+
O2 as UpArrowSvg,
|
|
4240
|
+
k2 as UserSvg,
|
|
4241
|
+
n2 as WorenaLogoSvg
|
|
46
4242
|
};
|