rechtspilot-ui 0.0.9 → 0.0.11
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/UserCircle-BXC-Bx6D.js +3510 -0
- package/dist/components/Button/Button.d.ts +5 -4
- package/dist/icons/Account.d.ts +1 -2
- package/dist/icons/Attach.d.ts +1 -2
- package/dist/icons/Checkmark.d.ts +1 -2
- package/dist/icons/Chevron.d.ts +6 -0
- package/dist/icons/Close.d.ts +1 -2
- package/dist/icons/Data.d.ts +1 -2
- package/dist/icons/DoubleChevron.d.ts +6 -0
- package/dist/icons/Edit.d.ts +1 -2
- package/dist/icons/Email.d.ts +1 -2
- package/dist/icons/Enter.d.ts +1 -2
- package/dist/icons/Home.d.ts +2 -0
- package/dist/icons/Menu.d.ts +1 -2
- package/dist/icons/Message.d.ts +2 -0
- package/dist/icons/Pilot.d.ts +1 -2
- package/dist/icons/UserCircle.d.ts +1 -2
- package/dist/icons/index.d.ts +16 -14
- package/dist/icons.es.js +19 -0
- package/dist/index.es.js +1572 -4806
- package/dist/lib/theme.d.ts +9 -0
- package/dist/lib/types.d.ts +2 -2
- package/dist/stories/Button.stories.d.ts +1 -0
- package/package.json +11 -1
- package/dist/icons/Caret.d.ts +0 -6
- package/dist/icons/DoubleCaret.d.ts +0 -6
|
@@ -0,0 +1,3510 @@
|
|
|
1
|
+
import Q1, { useState as T3, useRef as P3, useEffect as Z3 } from "react";
|
|
2
|
+
var H1 = { exports: {} }, c1 = {};
|
|
3
|
+
/**
|
|
4
|
+
* @license React
|
|
5
|
+
* react-jsx-runtime.production.min.js
|
|
6
|
+
*
|
|
7
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
8
|
+
*
|
|
9
|
+
* This source code is licensed under the MIT license found in the
|
|
10
|
+
* LICENSE file in the root directory of this source tree.
|
|
11
|
+
*/
|
|
12
|
+
var J1;
|
|
13
|
+
function A3() {
|
|
14
|
+
if (J1) return c1;
|
|
15
|
+
J1 = 1;
|
|
16
|
+
var r = Q1, t = Symbol.for("react.element"), o = Symbol.for("react.fragment"), s = Object.prototype.hasOwnProperty, d = r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, c = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
17
|
+
function f(l, p, M) {
|
|
18
|
+
var m, R = {}, H = null, T = null;
|
|
19
|
+
M !== void 0 && (H = "" + M), p.key !== void 0 && (H = "" + p.key), p.ref !== void 0 && (T = p.ref);
|
|
20
|
+
for (m in p) s.call(p, m) && !c.hasOwnProperty(m) && (R[m] = p[m]);
|
|
21
|
+
if (l && l.defaultProps) for (m in p = l.defaultProps, p) R[m] === void 0 && (R[m] = p[m]);
|
|
22
|
+
return { $$typeof: t, type: l, key: H, ref: T, props: R, _owner: d.current };
|
|
23
|
+
}
|
|
24
|
+
return c1.Fragment = o, c1.jsx = f, c1.jsxs = f, c1;
|
|
25
|
+
}
|
|
26
|
+
var d1 = {};
|
|
27
|
+
/**
|
|
28
|
+
* @license React
|
|
29
|
+
* react-jsx-runtime.development.js
|
|
30
|
+
*
|
|
31
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
32
|
+
*
|
|
33
|
+
* This source code is licensed under the MIT license found in the
|
|
34
|
+
* LICENSE file in the root directory of this source tree.
|
|
35
|
+
*/
|
|
36
|
+
var q1;
|
|
37
|
+
function O3() {
|
|
38
|
+
return q1 || (q1 = 1, process.env.NODE_ENV !== "production" && function() {
|
|
39
|
+
var r = Q1, t = Symbol.for("react.element"), o = Symbol.for("react.portal"), s = Symbol.for("react.fragment"), d = Symbol.for("react.strict_mode"), c = Symbol.for("react.profiler"), f = Symbol.for("react.provider"), l = Symbol.for("react.context"), p = Symbol.for("react.forward_ref"), M = Symbol.for("react.suspense"), m = Symbol.for("react.suspense_list"), R = Symbol.for("react.memo"), H = Symbol.for("react.lazy"), T = Symbol.for("react.offscreen"), A = Symbol.iterator, _ = "@@iterator";
|
|
40
|
+
function k(e) {
|
|
41
|
+
if (e === null || typeof e != "object")
|
|
42
|
+
return null;
|
|
43
|
+
var n = A && e[A] || e[_];
|
|
44
|
+
return typeof n == "function" ? n : null;
|
|
45
|
+
}
|
|
46
|
+
var j = r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
47
|
+
function v(e) {
|
|
48
|
+
{
|
|
49
|
+
for (var n = arguments.length, a = new Array(n > 1 ? n - 1 : 0), u = 1; u < n; u++)
|
|
50
|
+
a[u - 1] = arguments[u];
|
|
51
|
+
U("error", e, a);
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
function U(e, n, a) {
|
|
55
|
+
{
|
|
56
|
+
var u = j.ReactDebugCurrentFrame, b = u.getStackAddendum();
|
|
57
|
+
b !== "" && (n += "%s", a = a.concat([b]));
|
|
58
|
+
var y = a.map(function(g) {
|
|
59
|
+
return String(g);
|
|
60
|
+
});
|
|
61
|
+
y.unshift("Warning: " + n), Function.prototype.apply.call(console[e], console, y);
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
var B = !1, q = !1, C1 = !1, p1 = !1, h1 = !1, K;
|
|
65
|
+
K = Symbol.for("react.module.reference");
|
|
66
|
+
function o1(e) {
|
|
67
|
+
return !!(typeof e == "string" || typeof e == "function" || e === s || e === c || h1 || e === d || e === M || e === m || p1 || e === T || B || q || C1 || typeof e == "object" && e !== null && (e.$$typeof === H || e.$$typeof === R || e.$$typeof === f || e.$$typeof === l || e.$$typeof === p || // This needs to include all possible module reference object
|
|
68
|
+
// types supported by any Flight configuration anywhere since
|
|
69
|
+
// we don't know which Flight build this will end up being used
|
|
70
|
+
// with.
|
|
71
|
+
e.$$typeof === K || e.getModuleId !== void 0));
|
|
72
|
+
}
|
|
73
|
+
function n1(e, n, a) {
|
|
74
|
+
var u = e.displayName;
|
|
75
|
+
if (u)
|
|
76
|
+
return u;
|
|
77
|
+
var b = n.displayName || n.name || "";
|
|
78
|
+
return b !== "" ? a + "(" + b + ")" : a;
|
|
79
|
+
}
|
|
80
|
+
function w(e) {
|
|
81
|
+
return e.displayName || "Context";
|
|
82
|
+
}
|
|
83
|
+
function O(e) {
|
|
84
|
+
if (e == null)
|
|
85
|
+
return null;
|
|
86
|
+
if (typeof e.tag == "number" && v("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof e == "function")
|
|
87
|
+
return e.displayName || e.name || null;
|
|
88
|
+
if (typeof e == "string")
|
|
89
|
+
return e;
|
|
90
|
+
switch (e) {
|
|
91
|
+
case s:
|
|
92
|
+
return "Fragment";
|
|
93
|
+
case o:
|
|
94
|
+
return "Portal";
|
|
95
|
+
case c:
|
|
96
|
+
return "Profiler";
|
|
97
|
+
case d:
|
|
98
|
+
return "StrictMode";
|
|
99
|
+
case M:
|
|
100
|
+
return "Suspense";
|
|
101
|
+
case m:
|
|
102
|
+
return "SuspenseList";
|
|
103
|
+
}
|
|
104
|
+
if (typeof e == "object")
|
|
105
|
+
switch (e.$$typeof) {
|
|
106
|
+
case l:
|
|
107
|
+
var n = e;
|
|
108
|
+
return w(n) + ".Consumer";
|
|
109
|
+
case f:
|
|
110
|
+
var a = e;
|
|
111
|
+
return w(a._context) + ".Provider";
|
|
112
|
+
case p:
|
|
113
|
+
return n1(e, e.render, "ForwardRef");
|
|
114
|
+
case R:
|
|
115
|
+
var u = e.displayName || null;
|
|
116
|
+
return u !== null ? u : O(e.type) || "Memo";
|
|
117
|
+
case H: {
|
|
118
|
+
var b = e, y = b._payload, g = b._init;
|
|
119
|
+
try {
|
|
120
|
+
return O(g(y));
|
|
121
|
+
} catch {
|
|
122
|
+
return null;
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
return null;
|
|
127
|
+
}
|
|
128
|
+
var I = Object.assign, G = 0, Y, s1, X, $, a1, W, T1;
|
|
129
|
+
function P1() {
|
|
130
|
+
}
|
|
131
|
+
P1.__reactDisabledLog = !0;
|
|
132
|
+
function a3() {
|
|
133
|
+
{
|
|
134
|
+
if (G === 0) {
|
|
135
|
+
Y = console.log, s1 = console.info, X = console.warn, $ = console.error, a1 = console.group, W = console.groupCollapsed, T1 = console.groupEnd;
|
|
136
|
+
var e = {
|
|
137
|
+
configurable: !0,
|
|
138
|
+
enumerable: !0,
|
|
139
|
+
value: P1,
|
|
140
|
+
writable: !0
|
|
141
|
+
};
|
|
142
|
+
Object.defineProperties(console, {
|
|
143
|
+
info: e,
|
|
144
|
+
log: e,
|
|
145
|
+
warn: e,
|
|
146
|
+
error: e,
|
|
147
|
+
group: e,
|
|
148
|
+
groupCollapsed: e,
|
|
149
|
+
groupEnd: e
|
|
150
|
+
});
|
|
151
|
+
}
|
|
152
|
+
G++;
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
function i3() {
|
|
156
|
+
{
|
|
157
|
+
if (G--, G === 0) {
|
|
158
|
+
var e = {
|
|
159
|
+
configurable: !0,
|
|
160
|
+
enumerable: !0,
|
|
161
|
+
writable: !0
|
|
162
|
+
};
|
|
163
|
+
Object.defineProperties(console, {
|
|
164
|
+
log: I({}, e, {
|
|
165
|
+
value: Y
|
|
166
|
+
}),
|
|
167
|
+
info: I({}, e, {
|
|
168
|
+
value: s1
|
|
169
|
+
}),
|
|
170
|
+
warn: I({}, e, {
|
|
171
|
+
value: X
|
|
172
|
+
}),
|
|
173
|
+
error: I({}, e, {
|
|
174
|
+
value: $
|
|
175
|
+
}),
|
|
176
|
+
group: I({}, e, {
|
|
177
|
+
value: a1
|
|
178
|
+
}),
|
|
179
|
+
groupCollapsed: I({}, e, {
|
|
180
|
+
value: W
|
|
181
|
+
}),
|
|
182
|
+
groupEnd: I({}, e, {
|
|
183
|
+
value: T1
|
|
184
|
+
})
|
|
185
|
+
});
|
|
186
|
+
}
|
|
187
|
+
G < 0 && v("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
var w1 = j.ReactCurrentDispatcher, y1;
|
|
191
|
+
function g1(e, n, a) {
|
|
192
|
+
{
|
|
193
|
+
if (y1 === void 0)
|
|
194
|
+
try {
|
|
195
|
+
throw Error();
|
|
196
|
+
} catch (b) {
|
|
197
|
+
var u = b.stack.trim().match(/\n( *(at )?)/);
|
|
198
|
+
y1 = u && u[1] || "";
|
|
199
|
+
}
|
|
200
|
+
return `
|
|
201
|
+
` + y1 + e;
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
var x1 = !1, b1;
|
|
205
|
+
{
|
|
206
|
+
var l3 = typeof WeakMap == "function" ? WeakMap : Map;
|
|
207
|
+
b1 = new l3();
|
|
208
|
+
}
|
|
209
|
+
function Z1(e, n) {
|
|
210
|
+
if (!e || x1)
|
|
211
|
+
return "";
|
|
212
|
+
{
|
|
213
|
+
var a = b1.get(e);
|
|
214
|
+
if (a !== void 0)
|
|
215
|
+
return a;
|
|
216
|
+
}
|
|
217
|
+
var u;
|
|
218
|
+
x1 = !0;
|
|
219
|
+
var b = Error.prepareStackTrace;
|
|
220
|
+
Error.prepareStackTrace = void 0;
|
|
221
|
+
var y;
|
|
222
|
+
y = w1.current, w1.current = null, a3();
|
|
223
|
+
try {
|
|
224
|
+
if (n) {
|
|
225
|
+
var g = function() {
|
|
226
|
+
throw Error();
|
|
227
|
+
};
|
|
228
|
+
if (Object.defineProperty(g.prototype, "props", {
|
|
229
|
+
set: function() {
|
|
230
|
+
throw Error();
|
|
231
|
+
}
|
|
232
|
+
}), typeof Reflect == "object" && Reflect.construct) {
|
|
233
|
+
try {
|
|
234
|
+
Reflect.construct(g, []);
|
|
235
|
+
} catch (P) {
|
|
236
|
+
u = P;
|
|
237
|
+
}
|
|
238
|
+
Reflect.construct(e, [], g);
|
|
239
|
+
} else {
|
|
240
|
+
try {
|
|
241
|
+
g.call();
|
|
242
|
+
} catch (P) {
|
|
243
|
+
u = P;
|
|
244
|
+
}
|
|
245
|
+
e.call(g.prototype);
|
|
246
|
+
}
|
|
247
|
+
} else {
|
|
248
|
+
try {
|
|
249
|
+
throw Error();
|
|
250
|
+
} catch (P) {
|
|
251
|
+
u = P;
|
|
252
|
+
}
|
|
253
|
+
e();
|
|
254
|
+
}
|
|
255
|
+
} catch (P) {
|
|
256
|
+
if (P && u && typeof P.stack == "string") {
|
|
257
|
+
for (var h = P.stack.split(`
|
|
258
|
+
`), S = u.stack.split(`
|
|
259
|
+
`), L = h.length - 1, E = S.length - 1; L >= 1 && E >= 0 && h[L] !== S[E]; )
|
|
260
|
+
E--;
|
|
261
|
+
for (; L >= 1 && E >= 0; L--, E--)
|
|
262
|
+
if (h[L] !== S[E]) {
|
|
263
|
+
if (L !== 1 || E !== 1)
|
|
264
|
+
do
|
|
265
|
+
if (L--, E--, E < 0 || h[L] !== S[E]) {
|
|
266
|
+
var F = `
|
|
267
|
+
` + h[L].replace(" at new ", " at ");
|
|
268
|
+
return e.displayName && F.includes("<anonymous>") && (F = F.replace("<anonymous>", e.displayName)), typeof e == "function" && b1.set(e, F), F;
|
|
269
|
+
}
|
|
270
|
+
while (L >= 1 && E >= 0);
|
|
271
|
+
break;
|
|
272
|
+
}
|
|
273
|
+
}
|
|
274
|
+
} finally {
|
|
275
|
+
x1 = !1, w1.current = y, i3(), Error.prepareStackTrace = b;
|
|
276
|
+
}
|
|
277
|
+
var e1 = e ? e.displayName || e.name : "", J = e1 ? g1(e1) : "";
|
|
278
|
+
return typeof e == "function" && b1.set(e, J), J;
|
|
279
|
+
}
|
|
280
|
+
function c3(e, n, a) {
|
|
281
|
+
return Z1(e, !1);
|
|
282
|
+
}
|
|
283
|
+
function d3(e) {
|
|
284
|
+
var n = e.prototype;
|
|
285
|
+
return !!(n && n.isReactComponent);
|
|
286
|
+
}
|
|
287
|
+
function m1(e, n, a) {
|
|
288
|
+
if (e == null)
|
|
289
|
+
return "";
|
|
290
|
+
if (typeof e == "function")
|
|
291
|
+
return Z1(e, d3(e));
|
|
292
|
+
if (typeof e == "string")
|
|
293
|
+
return g1(e);
|
|
294
|
+
switch (e) {
|
|
295
|
+
case M:
|
|
296
|
+
return g1("Suspense");
|
|
297
|
+
case m:
|
|
298
|
+
return g1("SuspenseList");
|
|
299
|
+
}
|
|
300
|
+
if (typeof e == "object")
|
|
301
|
+
switch (e.$$typeof) {
|
|
302
|
+
case p:
|
|
303
|
+
return c3(e.render);
|
|
304
|
+
case R:
|
|
305
|
+
return m1(e.type, n, a);
|
|
306
|
+
case H: {
|
|
307
|
+
var u = e, b = u._payload, y = u._init;
|
|
308
|
+
try {
|
|
309
|
+
return m1(y(b), n, a);
|
|
310
|
+
} catch {
|
|
311
|
+
}
|
|
312
|
+
}
|
|
313
|
+
}
|
|
314
|
+
return "";
|
|
315
|
+
}
|
|
316
|
+
var i1 = Object.prototype.hasOwnProperty, A1 = {}, O1 = j.ReactDebugCurrentFrame;
|
|
317
|
+
function v1(e) {
|
|
318
|
+
if (e) {
|
|
319
|
+
var n = e._owner, a = m1(e.type, e._source, n ? n.type : null);
|
|
320
|
+
O1.setExtraStackFrame(a);
|
|
321
|
+
} else
|
|
322
|
+
O1.setExtraStackFrame(null);
|
|
323
|
+
}
|
|
324
|
+
function u3(e, n, a, u, b) {
|
|
325
|
+
{
|
|
326
|
+
var y = Function.call.bind(i1);
|
|
327
|
+
for (var g in e)
|
|
328
|
+
if (y(e, g)) {
|
|
329
|
+
var h = void 0;
|
|
330
|
+
try {
|
|
331
|
+
if (typeof e[g] != "function") {
|
|
332
|
+
var S = Error((u || "React class") + ": " + a + " type `" + g + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[g] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
333
|
+
throw S.name = "Invariant Violation", S;
|
|
334
|
+
}
|
|
335
|
+
h = e[g](n, g, u, a, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
336
|
+
} catch (L) {
|
|
337
|
+
h = L;
|
|
338
|
+
}
|
|
339
|
+
h && !(h instanceof Error) && (v1(b), v("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", u || "React class", a, g, typeof h), v1(null)), h instanceof Error && !(h.message in A1) && (A1[h.message] = !0, v1(b), v("Failed %s type: %s", a, h.message), v1(null));
|
|
340
|
+
}
|
|
341
|
+
}
|
|
342
|
+
}
|
|
343
|
+
var f3 = Array.isArray;
|
|
344
|
+
function V1(e) {
|
|
345
|
+
return f3(e);
|
|
346
|
+
}
|
|
347
|
+
function C3(e) {
|
|
348
|
+
{
|
|
349
|
+
var n = typeof Symbol == "function" && Symbol.toStringTag, a = n && e[Symbol.toStringTag] || e.constructor.name || "Object";
|
|
350
|
+
return a;
|
|
351
|
+
}
|
|
352
|
+
}
|
|
353
|
+
function p3(e) {
|
|
354
|
+
try {
|
|
355
|
+
return I1(e), !1;
|
|
356
|
+
} catch {
|
|
357
|
+
return !0;
|
|
358
|
+
}
|
|
359
|
+
}
|
|
360
|
+
function I1(e) {
|
|
361
|
+
return "" + e;
|
|
362
|
+
}
|
|
363
|
+
function W1(e) {
|
|
364
|
+
if (p3(e))
|
|
365
|
+
return v("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", C3(e)), I1(e);
|
|
366
|
+
}
|
|
367
|
+
var l1 = j.ReactCurrentOwner, h3 = {
|
|
368
|
+
key: !0,
|
|
369
|
+
ref: !0,
|
|
370
|
+
__self: !0,
|
|
371
|
+
__source: !0
|
|
372
|
+
}, F1, B1, M1;
|
|
373
|
+
M1 = {};
|
|
374
|
+
function g3(e) {
|
|
375
|
+
if (i1.call(e, "ref")) {
|
|
376
|
+
var n = Object.getOwnPropertyDescriptor(e, "ref").get;
|
|
377
|
+
if (n && n.isReactWarning)
|
|
378
|
+
return !1;
|
|
379
|
+
}
|
|
380
|
+
return e.ref !== void 0;
|
|
381
|
+
}
|
|
382
|
+
function b3(e) {
|
|
383
|
+
if (i1.call(e, "key")) {
|
|
384
|
+
var n = Object.getOwnPropertyDescriptor(e, "key").get;
|
|
385
|
+
if (n && n.isReactWarning)
|
|
386
|
+
return !1;
|
|
387
|
+
}
|
|
388
|
+
return e.key !== void 0;
|
|
389
|
+
}
|
|
390
|
+
function m3(e, n) {
|
|
391
|
+
if (typeof e.ref == "string" && l1.current && n && l1.current.stateNode !== n) {
|
|
392
|
+
var a = O(l1.current.type);
|
|
393
|
+
M1[a] || (v('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', O(l1.current.type), e.ref), M1[a] = !0);
|
|
394
|
+
}
|
|
395
|
+
}
|
|
396
|
+
function v3(e, n) {
|
|
397
|
+
{
|
|
398
|
+
var a = function() {
|
|
399
|
+
F1 || (F1 = !0, v("%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://reactjs.org/link/special-props)", n));
|
|
400
|
+
};
|
|
401
|
+
a.isReactWarning = !0, Object.defineProperty(e, "key", {
|
|
402
|
+
get: a,
|
|
403
|
+
configurable: !0
|
|
404
|
+
});
|
|
405
|
+
}
|
|
406
|
+
}
|
|
407
|
+
function w3(e, n) {
|
|
408
|
+
{
|
|
409
|
+
var a = function() {
|
|
410
|
+
B1 || (B1 = !0, v("%s: `ref` 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://reactjs.org/link/special-props)", n));
|
|
411
|
+
};
|
|
412
|
+
a.isReactWarning = !0, Object.defineProperty(e, "ref", {
|
|
413
|
+
get: a,
|
|
414
|
+
configurable: !0
|
|
415
|
+
});
|
|
416
|
+
}
|
|
417
|
+
}
|
|
418
|
+
var y3 = function(e, n, a, u, b, y, g) {
|
|
419
|
+
var h = {
|
|
420
|
+
// This tag allows us to uniquely identify this as a React Element
|
|
421
|
+
$$typeof: t,
|
|
422
|
+
// Built-in properties that belong on the element
|
|
423
|
+
type: e,
|
|
424
|
+
key: n,
|
|
425
|
+
ref: a,
|
|
426
|
+
props: g,
|
|
427
|
+
// Record the component responsible for creating this element.
|
|
428
|
+
_owner: y
|
|
429
|
+
};
|
|
430
|
+
return h._store = {}, Object.defineProperty(h._store, "validated", {
|
|
431
|
+
configurable: !1,
|
|
432
|
+
enumerable: !1,
|
|
433
|
+
writable: !0,
|
|
434
|
+
value: !1
|
|
435
|
+
}), Object.defineProperty(h, "_self", {
|
|
436
|
+
configurable: !1,
|
|
437
|
+
enumerable: !1,
|
|
438
|
+
writable: !1,
|
|
439
|
+
value: u
|
|
440
|
+
}), Object.defineProperty(h, "_source", {
|
|
441
|
+
configurable: !1,
|
|
442
|
+
enumerable: !1,
|
|
443
|
+
writable: !1,
|
|
444
|
+
value: b
|
|
445
|
+
}), Object.freeze && (Object.freeze(h.props), Object.freeze(h)), h;
|
|
446
|
+
};
|
|
447
|
+
function x3(e, n, a, u, b) {
|
|
448
|
+
{
|
|
449
|
+
var y, g = {}, h = null, S = null;
|
|
450
|
+
a !== void 0 && (W1(a), h = "" + a), b3(n) && (W1(n.key), h = "" + n.key), g3(n) && (S = n.ref, m3(n, b));
|
|
451
|
+
for (y in n)
|
|
452
|
+
i1.call(n, y) && !h3.hasOwnProperty(y) && (g[y] = n[y]);
|
|
453
|
+
if (e && e.defaultProps) {
|
|
454
|
+
var L = e.defaultProps;
|
|
455
|
+
for (y in L)
|
|
456
|
+
g[y] === void 0 && (g[y] = L[y]);
|
|
457
|
+
}
|
|
458
|
+
if (h || S) {
|
|
459
|
+
var E = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
|
|
460
|
+
h && v3(g, E), S && w3(g, E);
|
|
461
|
+
}
|
|
462
|
+
return y3(e, h, S, b, u, l1.current, g);
|
|
463
|
+
}
|
|
464
|
+
}
|
|
465
|
+
var k1 = j.ReactCurrentOwner, z1 = j.ReactDebugCurrentFrame;
|
|
466
|
+
function Q(e) {
|
|
467
|
+
if (e) {
|
|
468
|
+
var n = e._owner, a = m1(e.type, e._source, n ? n.type : null);
|
|
469
|
+
z1.setExtraStackFrame(a);
|
|
470
|
+
} else
|
|
471
|
+
z1.setExtraStackFrame(null);
|
|
472
|
+
}
|
|
473
|
+
var j1;
|
|
474
|
+
j1 = !1;
|
|
475
|
+
function R1(e) {
|
|
476
|
+
return typeof e == "object" && e !== null && e.$$typeof === t;
|
|
477
|
+
}
|
|
478
|
+
function G1() {
|
|
479
|
+
{
|
|
480
|
+
if (k1.current) {
|
|
481
|
+
var e = O(k1.current.type);
|
|
482
|
+
if (e)
|
|
483
|
+
return `
|
|
484
|
+
|
|
485
|
+
Check the render method of \`` + e + "`.";
|
|
486
|
+
}
|
|
487
|
+
return "";
|
|
488
|
+
}
|
|
489
|
+
}
|
|
490
|
+
function V3(e) {
|
|
491
|
+
return "";
|
|
492
|
+
}
|
|
493
|
+
var $1 = {};
|
|
494
|
+
function M3(e) {
|
|
495
|
+
{
|
|
496
|
+
var n = G1();
|
|
497
|
+
if (!n) {
|
|
498
|
+
var a = typeof e == "string" ? e : e.displayName || e.name;
|
|
499
|
+
a && (n = `
|
|
500
|
+
|
|
501
|
+
Check the top-level render call using <` + a + ">.");
|
|
502
|
+
}
|
|
503
|
+
return n;
|
|
504
|
+
}
|
|
505
|
+
}
|
|
506
|
+
function D1(e, n) {
|
|
507
|
+
{
|
|
508
|
+
if (!e._store || e._store.validated || e.key != null)
|
|
509
|
+
return;
|
|
510
|
+
e._store.validated = !0;
|
|
511
|
+
var a = M3(n);
|
|
512
|
+
if ($1[a])
|
|
513
|
+
return;
|
|
514
|
+
$1[a] = !0;
|
|
515
|
+
var u = "";
|
|
516
|
+
e && e._owner && e._owner !== k1.current && (u = " It was passed a child from " + O(e._owner.type) + "."), Q(e), v('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', a, u), Q(null);
|
|
517
|
+
}
|
|
518
|
+
}
|
|
519
|
+
function N1(e, n) {
|
|
520
|
+
{
|
|
521
|
+
if (typeof e != "object")
|
|
522
|
+
return;
|
|
523
|
+
if (V1(e))
|
|
524
|
+
for (var a = 0; a < e.length; a++) {
|
|
525
|
+
var u = e[a];
|
|
526
|
+
R1(u) && D1(u, n);
|
|
527
|
+
}
|
|
528
|
+
else if (R1(e))
|
|
529
|
+
e._store && (e._store.validated = !0);
|
|
530
|
+
else if (e) {
|
|
531
|
+
var b = k(e);
|
|
532
|
+
if (typeof b == "function" && b !== e.entries)
|
|
533
|
+
for (var y = b.call(e), g; !(g = y.next()).done; )
|
|
534
|
+
R1(g.value) && D1(g.value, n);
|
|
535
|
+
}
|
|
536
|
+
}
|
|
537
|
+
}
|
|
538
|
+
function k3(e) {
|
|
539
|
+
{
|
|
540
|
+
var n = e.type;
|
|
541
|
+
if (n == null || typeof n == "string")
|
|
542
|
+
return;
|
|
543
|
+
var a;
|
|
544
|
+
if (typeof n == "function")
|
|
545
|
+
a = n.propTypes;
|
|
546
|
+
else if (typeof n == "object" && (n.$$typeof === p || // Note: Memo only checks outer props here.
|
|
547
|
+
// Inner props are checked in the reconciler.
|
|
548
|
+
n.$$typeof === R))
|
|
549
|
+
a = n.propTypes;
|
|
550
|
+
else
|
|
551
|
+
return;
|
|
552
|
+
if (a) {
|
|
553
|
+
var u = O(n);
|
|
554
|
+
u3(a, e.props, "prop", u, e);
|
|
555
|
+
} else if (n.PropTypes !== void 0 && !j1) {
|
|
556
|
+
j1 = !0;
|
|
557
|
+
var b = O(n);
|
|
558
|
+
v("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", b || "Unknown");
|
|
559
|
+
}
|
|
560
|
+
typeof n.getDefaultProps == "function" && !n.getDefaultProps.isReactClassApproved && v("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
561
|
+
}
|
|
562
|
+
}
|
|
563
|
+
function j3(e) {
|
|
564
|
+
{
|
|
565
|
+
for (var n = Object.keys(e.props), a = 0; a < n.length; a++) {
|
|
566
|
+
var u = n[a];
|
|
567
|
+
if (u !== "children" && u !== "key") {
|
|
568
|
+
Q(e), v("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", u), Q(null);
|
|
569
|
+
break;
|
|
570
|
+
}
|
|
571
|
+
}
|
|
572
|
+
e.ref !== null && (Q(e), v("Invalid attribute `ref` supplied to `React.Fragment`."), Q(null));
|
|
573
|
+
}
|
|
574
|
+
}
|
|
575
|
+
var U1 = {};
|
|
576
|
+
function Y1(e, n, a, u, b, y) {
|
|
577
|
+
{
|
|
578
|
+
var g = o1(e);
|
|
579
|
+
if (!g) {
|
|
580
|
+
var h = "";
|
|
581
|
+
(e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (h += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
582
|
+
var S = V3();
|
|
583
|
+
S ? h += S : h += G1();
|
|
584
|
+
var L;
|
|
585
|
+
e === null ? L = "null" : V1(e) ? L = "array" : e !== void 0 && e.$$typeof === t ? (L = "<" + (O(e.type) || "Unknown") + " />", h = " Did you accidentally export a JSX literal instead of a component?") : L = typeof e, v("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", L, h);
|
|
586
|
+
}
|
|
587
|
+
var E = x3(e, n, a, b, y);
|
|
588
|
+
if (E == null)
|
|
589
|
+
return E;
|
|
590
|
+
if (g) {
|
|
591
|
+
var F = n.children;
|
|
592
|
+
if (F !== void 0)
|
|
593
|
+
if (u)
|
|
594
|
+
if (V1(F)) {
|
|
595
|
+
for (var e1 = 0; e1 < F.length; e1++)
|
|
596
|
+
N1(F[e1], e);
|
|
597
|
+
Object.freeze && Object.freeze(F);
|
|
598
|
+
} else
|
|
599
|
+
v("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
600
|
+
else
|
|
601
|
+
N1(F, e);
|
|
602
|
+
}
|
|
603
|
+
if (i1.call(n, "key")) {
|
|
604
|
+
var J = O(e), P = Object.keys(n).filter(function(S3) {
|
|
605
|
+
return S3 !== "key";
|
|
606
|
+
}), L1 = P.length > 0 ? "{key: someKey, " + P.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
607
|
+
if (!U1[J + L1]) {
|
|
608
|
+
var _3 = P.length > 0 ? "{" + P.join(": ..., ") + ": ...}" : "{}";
|
|
609
|
+
v(`A props object containing a "key" prop is being spread into JSX:
|
|
610
|
+
let props = %s;
|
|
611
|
+
<%s {...props} />
|
|
612
|
+
React keys must be passed directly to JSX without using spread:
|
|
613
|
+
let props = %s;
|
|
614
|
+
<%s key={someKey} {...props} />`, L1, J, _3, J), U1[J + L1] = !0;
|
|
615
|
+
}
|
|
616
|
+
}
|
|
617
|
+
return e === s ? j3(E) : k3(E), E;
|
|
618
|
+
}
|
|
619
|
+
}
|
|
620
|
+
function R3(e, n, a) {
|
|
621
|
+
return Y1(e, n, a, !0);
|
|
622
|
+
}
|
|
623
|
+
function L3(e, n, a) {
|
|
624
|
+
return Y1(e, n, a, !1);
|
|
625
|
+
}
|
|
626
|
+
var E3 = L3, H3 = R3;
|
|
627
|
+
d1.Fragment = s, d1.jsx = E3, d1.jsxs = H3;
|
|
628
|
+
}()), d1;
|
|
629
|
+
}
|
|
630
|
+
process.env.NODE_ENV === "production" ? H1.exports = A3() : H1.exports = O3();
|
|
631
|
+
var i = H1.exports;
|
|
632
|
+
const Z = {
|
|
633
|
+
primary: {
|
|
634
|
+
25: "hsla(100, 71%, 96%, 1)",
|
|
635
|
+
50: "hsla(100, 31%, 92%, 1)",
|
|
636
|
+
100: "hsla(100, 71%, 88%, 1)",
|
|
637
|
+
200: "hsla(100, 71%, 84%, 1)",
|
|
638
|
+
300: "hsla(100, 70%, 75%, 1)",
|
|
639
|
+
400: "hsla(100, 71%, 67%, 1)",
|
|
640
|
+
500: "hsla(100, 71%, 58%, 1)",
|
|
641
|
+
600: "hsla(110, 51%, 47%, 1)",
|
|
642
|
+
700: "hsla(110, 51%, 35%, 1)",
|
|
643
|
+
800: "hsla(120, 50%, 24%, 1)",
|
|
644
|
+
900: "hsla(130, 52%, 18%, 1)",
|
|
645
|
+
950: "hsla(130, 52%, 14%, 1)"
|
|
646
|
+
},
|
|
647
|
+
neutral: {
|
|
648
|
+
25: "hsla(180, 7%, 97%, 1)",
|
|
649
|
+
50: "hsla(150, 7%, 95%, 1)",
|
|
650
|
+
100: "hsla(156, 5%, 82%, 1)",
|
|
651
|
+
200: "hsla(150, 5%, 76%, 1)",
|
|
652
|
+
300: "hsla(150, 5%, 64%, 1)",
|
|
653
|
+
400: "hsla(150, 5%, 51%, 1)",
|
|
654
|
+
500: "hsla(150, 8%, 39%, 1)",
|
|
655
|
+
600: "hsla(150, 7%, 31%, 1)",
|
|
656
|
+
700: "hsla(150, 8%, 24%, 1)",
|
|
657
|
+
800: "hsla(150, 7%, 16%, 1)",
|
|
658
|
+
"800-A04": "hsla(150, 7%, 16%, .04)",
|
|
659
|
+
"800-A08": "hsla(150, 7%, 16%, .08)",
|
|
660
|
+
"800-A16": "hsla(150, 7%, 16%, .16)",
|
|
661
|
+
900: "hsla(150, 7%, 12%, 1)",
|
|
662
|
+
950: "hsla(150, 10%, 8%, 1)"
|
|
663
|
+
},
|
|
664
|
+
fg: {
|
|
665
|
+
primary: "hsla(130, 52%, 18%, 1)",
|
|
666
|
+
secondary: "hsla(150, 8%, 39%, 1)",
|
|
667
|
+
tertiary: "hsla(150, 5%, 64%, 1)",
|
|
668
|
+
accent: {
|
|
669
|
+
action: "hsla(110, 51%, 35%, 1)",
|
|
670
|
+
error: "hsla(18, 100%, 50%, 1)"
|
|
671
|
+
},
|
|
672
|
+
disabled: "hsla(130, 52%, 18%, 0.4)"
|
|
673
|
+
},
|
|
674
|
+
bg: {
|
|
675
|
+
primary: "hsla(0, 0%, 100%, 1)",
|
|
676
|
+
secondary: "hsla(100, 31%, 92%, 1)",
|
|
677
|
+
elevated: "hsla(0, 0%, 100%, 0.6)",
|
|
678
|
+
tertiary: "hsla(150, 7%, 95%, 1)"
|
|
679
|
+
},
|
|
680
|
+
sf: {
|
|
681
|
+
primary: "hsla(100, 71%, 58%, 1)",
|
|
682
|
+
secondary: "hsla(150, 7%, 12%, 1)",
|
|
683
|
+
tertiary: "hsla(180, 7%, 97%, 1)",
|
|
684
|
+
tertiaryHover: "hsla(180, 7%, 94%, 1)",
|
|
685
|
+
light: {
|
|
686
|
+
action: "hsla(100, 71%, 96%, 1)",
|
|
687
|
+
error: "hsla(17, 100%, 97%, 1)"
|
|
688
|
+
},
|
|
689
|
+
disabled: "hsla(100, 71%, 58%, 0.4)"
|
|
690
|
+
},
|
|
691
|
+
border: {
|
|
692
|
+
default: "hsla(150, 5%, 91%, 1)",
|
|
693
|
+
action: "hsla(110, 51%, 35%, 1)",
|
|
694
|
+
error: "hsla(18, 100%, 50%, 1)"
|
|
695
|
+
},
|
|
696
|
+
white: "hsla(0, 0%, 100%, 1)",
|
|
697
|
+
black: "hsla(0, 0%, 0%, 1)",
|
|
698
|
+
darkGreen: "hsla(154, 60%, 19%, 1)",
|
|
699
|
+
palePeach: "hsla(18, 100%, 90%, 1)",
|
|
700
|
+
cream: "hsla(17, 100%, 97%, 1)",
|
|
701
|
+
coralTint: "hsla(17, 100%, 85%, 1)"
|
|
702
|
+
}, m2 = {
|
|
703
|
+
title: {
|
|
704
|
+
fontFamily: "Lora",
|
|
705
|
+
fontWeight: 500,
|
|
706
|
+
letterSpacing: "0px"
|
|
707
|
+
},
|
|
708
|
+
label: {
|
|
709
|
+
fontFamily: "Inter",
|
|
710
|
+
fontWeight: 500
|
|
711
|
+
},
|
|
712
|
+
body: {
|
|
713
|
+
fontFamily: "Inter",
|
|
714
|
+
fontWeight: 400
|
|
715
|
+
},
|
|
716
|
+
caption: {
|
|
717
|
+
fontFamily: "Inter",
|
|
718
|
+
fontWeight: 600
|
|
719
|
+
}
|
|
720
|
+
};
|
|
721
|
+
function v2({ color: r = Z.darkGreen, size: t = "small", ...o }) {
|
|
722
|
+
return /* @__PURE__ */ i.jsxs(
|
|
723
|
+
"svg",
|
|
724
|
+
{
|
|
725
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
726
|
+
width: t === "small" ? "20" : "29",
|
|
727
|
+
height: t === "small" ? "23" : "33",
|
|
728
|
+
viewBox: "0 0 29 33",
|
|
729
|
+
fill: "none",
|
|
730
|
+
...o,
|
|
731
|
+
children: [
|
|
732
|
+
/* @__PURE__ */ i.jsx(
|
|
733
|
+
"path",
|
|
734
|
+
{
|
|
735
|
+
fillRule: "evenodd",
|
|
736
|
+
clipRule: "evenodd",
|
|
737
|
+
d: "M13.9665 32.5C11.6771 32.5 9.49965 31.4823 7.30965 29.389L7.19384 29.2786C6.10021 28.2342 4.77495 26.9685 4.06699 25.3089C1.80215 25.1794 0 23.2959 0 20.9999V17.7911C0 15.7027 1.49132 13.9557 3.46554 13.5597V13.0418C1.13133 11.7417 0.747299 10.8524 0.614555 10.5454C0.0109254 9.1431 0.295534 7.74355 1.41484 6.60239C2.80456 5.18646 4.40349 4.17476 5.94943 3.19639L6.021 3.1505C7.80184 2.02409 9.4849 1.28991 11.1701 0.904785C11.1887 0.900415 11.2133 0.894953 11.245 0.888398C11.4318 0.846881 11.6749 0.794439 11.9344 0.751283C12.786 0.581939 13.5672 0.5 14.3238 0.5C15.0804 0.5 15.8561 0.581394 16.735 0.755654C16.9797 0.796078 17.2354 0.851252 17.408 0.889491L17.4282 0.894406C17.4544 0.899869 17.4839 0.906424 17.5167 0.914618C19.1807 1.29646 20.8512 2.02737 22.6227 3.14887L22.697 3.19585C24.2451 4.17586 25.8435 5.18755 27.2321 6.60184C28.352 7.743 28.6366 9.14255 28.0341 10.5437C27.9008 10.8524 27.5168 11.7417 25.182 13.0418V13.5597C27.1562 13.9557 28.6481 15.7027 28.6481 17.7911V20.9999C28.6481 23.2964 26.8454 25.1794 24.5806 25.3089C23.8726 26.9685 22.5473 28.2336 21.4537 29.2781L21.3368 29.3895C19.1473 31.4823 16.9694 32.5 14.6805 32.5H13.9671H13.9665Z",
|
|
738
|
+
fill: "white"
|
|
739
|
+
}
|
|
740
|
+
),
|
|
741
|
+
/* @__PURE__ */ i.jsx("path", { d: "M5.37793 14.2972H5.37848L5.37793 14.2966V14.2972Z", fill: "#B6FF9C" }),
|
|
742
|
+
/* @__PURE__ */ i.jsx(
|
|
743
|
+
"path",
|
|
744
|
+
{
|
|
745
|
+
d: "M24.3311 14.5687H24.0891V12.3879C25.038 11.9001 26.6621 10.9649 27.0297 10.1122C27.4574 9.11741 27.263 8.19422 26.4518 7.36771C25.1511 6.043 23.6062 5.06463 22.1116 4.11904L22.0373 4.07206C20.3663 3.01448 18.8018 2.32891 17.2553 1.97602C17.2318 1.96946 17.2072 1.96454 17.2023 1.964C17.1919 1.96127 17.1815 1.95854 17.1706 1.95635C16.9903 1.91647 16.7555 1.86622 16.5391 1.83126C15.7246 1.66847 15.0205 1.59308 14.3229 1.59308C13.6253 1.59308 12.9168 1.66956 12.1302 1.82688C11.8909 1.86676 11.6582 1.91647 11.4626 1.95963C11.4353 1.96509 11.4228 1.96782 11.4162 1.97001C9.85223 2.32727 8.27951 3.01502 6.60847 4.0726L6.53309 4.12068C5.03958 5.06627 3.49473 6.0441 2.1946 7.3688C1.38339 8.19531 1.18946 9.11905 1.61719 10.1138C1.98483 10.9655 3.6089 11.9007 4.55777 12.3885V14.5692H4.31632C2.53875 14.5692 1.09277 16.0152 1.09277 17.7922V21.001C1.09277 22.7786 2.53875 24.2245 4.31632 24.2245H4.84019C5.33457 25.9934 6.78328 27.3765 7.94793 28.4887L8.06428 28.6002C10.0407 30.4897 11.9712 31.4085 13.9662 31.4085H14.6796C16.6741 31.4085 18.6046 30.4903 20.5815 28.6002L20.6979 28.4887C21.8631 27.3765 23.3112 25.9934 23.8056 24.2245H24.33C26.1076 24.2245 27.5536 22.7786 27.5536 21.001V17.7922C27.5536 16.0152 26.1076 14.5692 24.33 14.5692L24.3311 14.5687Z",
|
|
746
|
+
fill: r
|
|
747
|
+
}
|
|
748
|
+
),
|
|
749
|
+
/* @__PURE__ */ i.jsx(
|
|
750
|
+
"path",
|
|
751
|
+
{
|
|
752
|
+
d: "M22.6448 11.7597V13.6476C20.6946 13.0304 17.6819 12.3022 14.3229 12.3022C10.9638 12.3022 7.95007 13.0304 6.00098 13.6476V11.7597C8.76729 10.7273 11.5156 10.2039 14.1699 10.2039C14.1961 10.2039 14.2218 10.205 14.2475 10.2061C14.2966 10.2083 14.348 10.2083 14.3988 10.2061C14.4245 10.205 14.4501 10.2039 14.4764 10.2039C17.1307 10.2039 19.879 10.7273 22.6453 11.7597H22.6448Z",
|
|
753
|
+
fill: "white"
|
|
754
|
+
}
|
|
755
|
+
),
|
|
756
|
+
/* @__PURE__ */ i.jsx(
|
|
757
|
+
"path",
|
|
758
|
+
{
|
|
759
|
+
d: "M15.6817 25.6569C14.7017 25.6569 13.9041 26.2037 13.9041 26.8756C13.9041 27.5475 14.7012 28.0943 15.6817 28.0943C16.3077 28.0943 16.8917 27.8654 17.2113 27.4967C18.4529 27.3558 19.5646 27.0706 20.5189 26.6494C20.2606 26.9106 19.994 27.1662 19.7023 27.4448L19.5854 27.5562C17.8662 29.1994 16.3077 29.9647 14.6804 29.9647H13.967C12.3396 29.9647 10.7811 29.1994 9.062 27.5562L8.9451 27.4443C7.61329 26.1731 6.10449 24.732 6.10449 22.9326V20.37C6.10613 20.3493 6.10722 20.328 6.10722 20.3067V15.3274C8.14809 16.5259 11.1378 17.2131 14.3237 17.2131C17.5095 17.2131 20.4987 16.5265 22.5401 15.3274V20.3067C22.5401 20.3296 22.5412 20.3515 22.5429 20.3706V22.9326C22.5429 23.2014 22.5035 23.5259 22.4429 23.7591C22.4183 23.8542 22.3708 23.9421 22.3025 24.0208C21.1788 25.3133 19.5444 26.084 17.3052 26.3774C17.019 25.9393 16.3853 25.6574 15.6817 25.6574V25.6569Z",
|
|
760
|
+
fill: "white"
|
|
761
|
+
}
|
|
762
|
+
),
|
|
763
|
+
/* @__PURE__ */ i.jsx(
|
|
764
|
+
"path",
|
|
765
|
+
{
|
|
766
|
+
d: "M9.76783 21.3091C10.6379 21.3091 11.3433 20.6037 11.3433 19.7336C11.3433 18.8636 10.6379 18.1582 9.76783 18.1582C8.89774 18.1582 8.19238 18.8636 8.19238 19.7336C8.19238 20.6037 8.89774 21.3091 9.76783 21.3091Z",
|
|
767
|
+
fill: r
|
|
768
|
+
}
|
|
769
|
+
),
|
|
770
|
+
/* @__PURE__ */ i.jsx(
|
|
771
|
+
"path",
|
|
772
|
+
{
|
|
773
|
+
d: "M18.8782 21.3091C19.7483 21.3091 20.4536 20.6037 20.4536 19.7336C20.4536 18.8636 19.7483 18.1582 18.8782 18.1582C18.0081 18.1582 17.3027 18.8636 17.3027 19.7336C17.3027 20.6037 18.0081 21.3091 18.8782 21.3091Z",
|
|
774
|
+
fill: r
|
|
775
|
+
}
|
|
776
|
+
)
|
|
777
|
+
]
|
|
778
|
+
}
|
|
779
|
+
);
|
|
780
|
+
}
|
|
781
|
+
function e3(r) {
|
|
782
|
+
var t, o, s = "";
|
|
783
|
+
if (typeof r == "string" || typeof r == "number") s += r;
|
|
784
|
+
else if (typeof r == "object") if (Array.isArray(r)) {
|
|
785
|
+
var d = r.length;
|
|
786
|
+
for (t = 0; t < d; t++) r[t] && (o = e3(r[t])) && (s && (s += " "), s += o);
|
|
787
|
+
} else for (o in r) r[o] && (s && (s += " "), s += o);
|
|
788
|
+
return s;
|
|
789
|
+
}
|
|
790
|
+
function I3() {
|
|
791
|
+
for (var r, t, o = 0, s = "", d = arguments.length; o < d; o++) (r = arguments[o]) && (t = e3(r)) && (s && (s += " "), s += t);
|
|
792
|
+
return s;
|
|
793
|
+
}
|
|
794
|
+
const S1 = "-", W3 = (r) => {
|
|
795
|
+
const t = B3(r), {
|
|
796
|
+
conflictingClassGroups: o,
|
|
797
|
+
conflictingClassGroupModifiers: s
|
|
798
|
+
} = r;
|
|
799
|
+
return {
|
|
800
|
+
getClassGroupId: (f) => {
|
|
801
|
+
const l = f.split(S1);
|
|
802
|
+
return l[0] === "" && l.length !== 1 && l.shift(), r3(l, t) || F3(f);
|
|
803
|
+
},
|
|
804
|
+
getConflictingClassGroupIds: (f, l) => {
|
|
805
|
+
const p = o[f] || [];
|
|
806
|
+
return l && s[f] ? [...p, ...s[f]] : p;
|
|
807
|
+
}
|
|
808
|
+
};
|
|
809
|
+
}, r3 = (r, t) => {
|
|
810
|
+
var f;
|
|
811
|
+
if (r.length === 0)
|
|
812
|
+
return t.classGroupId;
|
|
813
|
+
const o = r[0], s = t.nextPart.get(o), d = s ? r3(r.slice(1), s) : void 0;
|
|
814
|
+
if (d)
|
|
815
|
+
return d;
|
|
816
|
+
if (t.validators.length === 0)
|
|
817
|
+
return;
|
|
818
|
+
const c = r.join(S1);
|
|
819
|
+
return (f = t.validators.find(({
|
|
820
|
+
validator: l
|
|
821
|
+
}) => l(c))) == null ? void 0 : f.classGroupId;
|
|
822
|
+
}, K1 = /^\[(.+)\]$/, F3 = (r) => {
|
|
823
|
+
if (K1.test(r)) {
|
|
824
|
+
const t = K1.exec(r)[1], o = t == null ? void 0 : t.substring(0, t.indexOf(":"));
|
|
825
|
+
if (o)
|
|
826
|
+
return "arbitrary.." + o;
|
|
827
|
+
}
|
|
828
|
+
}, B3 = (r) => {
|
|
829
|
+
const {
|
|
830
|
+
theme: t,
|
|
831
|
+
prefix: o
|
|
832
|
+
} = r, s = {
|
|
833
|
+
nextPart: /* @__PURE__ */ new Map(),
|
|
834
|
+
validators: []
|
|
835
|
+
};
|
|
836
|
+
return G3(Object.entries(r.classGroups), o).forEach(([c, f]) => {
|
|
837
|
+
_1(f, s, c, t);
|
|
838
|
+
}), s;
|
|
839
|
+
}, _1 = (r, t, o, s) => {
|
|
840
|
+
r.forEach((d) => {
|
|
841
|
+
if (typeof d == "string") {
|
|
842
|
+
const c = d === "" ? t : X1(t, d);
|
|
843
|
+
c.classGroupId = o;
|
|
844
|
+
return;
|
|
845
|
+
}
|
|
846
|
+
if (typeof d == "function") {
|
|
847
|
+
if (z3(d)) {
|
|
848
|
+
_1(d(s), t, o, s);
|
|
849
|
+
return;
|
|
850
|
+
}
|
|
851
|
+
t.validators.push({
|
|
852
|
+
validator: d,
|
|
853
|
+
classGroupId: o
|
|
854
|
+
});
|
|
855
|
+
return;
|
|
856
|
+
}
|
|
857
|
+
Object.entries(d).forEach(([c, f]) => {
|
|
858
|
+
_1(f, X1(t, c), o, s);
|
|
859
|
+
});
|
|
860
|
+
});
|
|
861
|
+
}, X1 = (r, t) => {
|
|
862
|
+
let o = r;
|
|
863
|
+
return t.split(S1).forEach((s) => {
|
|
864
|
+
o.nextPart.has(s) || o.nextPart.set(s, {
|
|
865
|
+
nextPart: /* @__PURE__ */ new Map(),
|
|
866
|
+
validators: []
|
|
867
|
+
}), o = o.nextPart.get(s);
|
|
868
|
+
}), o;
|
|
869
|
+
}, z3 = (r) => r.isThemeGetter, G3 = (r, t) => t ? r.map(([o, s]) => {
|
|
870
|
+
const d = s.map((c) => typeof c == "string" ? t + c : typeof c == "object" ? Object.fromEntries(Object.entries(c).map(([f, l]) => [t + f, l])) : c);
|
|
871
|
+
return [o, d];
|
|
872
|
+
}) : r, $3 = (r) => {
|
|
873
|
+
if (r < 1)
|
|
874
|
+
return {
|
|
875
|
+
get: () => {
|
|
876
|
+
},
|
|
877
|
+
set: () => {
|
|
878
|
+
}
|
|
879
|
+
};
|
|
880
|
+
let t = 0, o = /* @__PURE__ */ new Map(), s = /* @__PURE__ */ new Map();
|
|
881
|
+
const d = (c, f) => {
|
|
882
|
+
o.set(c, f), t++, t > r && (t = 0, s = o, o = /* @__PURE__ */ new Map());
|
|
883
|
+
};
|
|
884
|
+
return {
|
|
885
|
+
get(c) {
|
|
886
|
+
let f = o.get(c);
|
|
887
|
+
if (f !== void 0)
|
|
888
|
+
return f;
|
|
889
|
+
if ((f = s.get(c)) !== void 0)
|
|
890
|
+
return d(c, f), f;
|
|
891
|
+
},
|
|
892
|
+
set(c, f) {
|
|
893
|
+
o.has(c) ? o.set(c, f) : d(c, f);
|
|
894
|
+
}
|
|
895
|
+
};
|
|
896
|
+
}, t3 = "!", D3 = (r) => {
|
|
897
|
+
const {
|
|
898
|
+
separator: t,
|
|
899
|
+
experimentalParseClassName: o
|
|
900
|
+
} = r, s = t.length === 1, d = t[0], c = t.length, f = (l) => {
|
|
901
|
+
const p = [];
|
|
902
|
+
let M = 0, m = 0, R;
|
|
903
|
+
for (let k = 0; k < l.length; k++) {
|
|
904
|
+
let j = l[k];
|
|
905
|
+
if (M === 0) {
|
|
906
|
+
if (j === d && (s || l.slice(k, k + c) === t)) {
|
|
907
|
+
p.push(l.slice(m, k)), m = k + c;
|
|
908
|
+
continue;
|
|
909
|
+
}
|
|
910
|
+
if (j === "/") {
|
|
911
|
+
R = k;
|
|
912
|
+
continue;
|
|
913
|
+
}
|
|
914
|
+
}
|
|
915
|
+
j === "[" ? M++ : j === "]" && M--;
|
|
916
|
+
}
|
|
917
|
+
const H = p.length === 0 ? l : l.substring(m), T = H.startsWith(t3), A = T ? H.substring(1) : H, _ = R && R > m ? R - m : void 0;
|
|
918
|
+
return {
|
|
919
|
+
modifiers: p,
|
|
920
|
+
hasImportantModifier: T,
|
|
921
|
+
baseClassName: A,
|
|
922
|
+
maybePostfixModifierPosition: _
|
|
923
|
+
};
|
|
924
|
+
};
|
|
925
|
+
return o ? (l) => o({
|
|
926
|
+
className: l,
|
|
927
|
+
parseClassName: f
|
|
928
|
+
}) : f;
|
|
929
|
+
}, N3 = (r) => {
|
|
930
|
+
if (r.length <= 1)
|
|
931
|
+
return r;
|
|
932
|
+
const t = [];
|
|
933
|
+
let o = [];
|
|
934
|
+
return r.forEach((s) => {
|
|
935
|
+
s[0] === "[" ? (t.push(...o.sort(), s), o = []) : o.push(s);
|
|
936
|
+
}), t.push(...o.sort()), t;
|
|
937
|
+
}, U3 = (r) => ({
|
|
938
|
+
cache: $3(r.cacheSize),
|
|
939
|
+
parseClassName: D3(r),
|
|
940
|
+
...W3(r)
|
|
941
|
+
}), Y3 = /\s+/, J3 = (r, t) => {
|
|
942
|
+
const {
|
|
943
|
+
parseClassName: o,
|
|
944
|
+
getClassGroupId: s,
|
|
945
|
+
getConflictingClassGroupIds: d
|
|
946
|
+
} = t, c = [], f = r.trim().split(Y3);
|
|
947
|
+
let l = "";
|
|
948
|
+
for (let p = f.length - 1; p >= 0; p -= 1) {
|
|
949
|
+
const M = f[p], {
|
|
950
|
+
modifiers: m,
|
|
951
|
+
hasImportantModifier: R,
|
|
952
|
+
baseClassName: H,
|
|
953
|
+
maybePostfixModifierPosition: T
|
|
954
|
+
} = o(M);
|
|
955
|
+
let A = !!T, _ = s(A ? H.substring(0, T) : H);
|
|
956
|
+
if (!_) {
|
|
957
|
+
if (!A) {
|
|
958
|
+
l = M + (l.length > 0 ? " " + l : l);
|
|
959
|
+
continue;
|
|
960
|
+
}
|
|
961
|
+
if (_ = s(H), !_) {
|
|
962
|
+
l = M + (l.length > 0 ? " " + l : l);
|
|
963
|
+
continue;
|
|
964
|
+
}
|
|
965
|
+
A = !1;
|
|
966
|
+
}
|
|
967
|
+
const k = N3(m).join(":"), j = R ? k + t3 : k, v = j + _;
|
|
968
|
+
if (c.includes(v))
|
|
969
|
+
continue;
|
|
970
|
+
c.push(v);
|
|
971
|
+
const U = d(_, A);
|
|
972
|
+
for (let B = 0; B < U.length; ++B) {
|
|
973
|
+
const q = U[B];
|
|
974
|
+
c.push(j + q);
|
|
975
|
+
}
|
|
976
|
+
l = M + (l.length > 0 ? " " + l : l);
|
|
977
|
+
}
|
|
978
|
+
return l;
|
|
979
|
+
};
|
|
980
|
+
function q3() {
|
|
981
|
+
let r = 0, t, o, s = "";
|
|
982
|
+
for (; r < arguments.length; )
|
|
983
|
+
(t = arguments[r++]) && (o = o3(t)) && (s && (s += " "), s += o);
|
|
984
|
+
return s;
|
|
985
|
+
}
|
|
986
|
+
const o3 = (r) => {
|
|
987
|
+
if (typeof r == "string")
|
|
988
|
+
return r;
|
|
989
|
+
let t, o = "";
|
|
990
|
+
for (let s = 0; s < r.length; s++)
|
|
991
|
+
r[s] && (t = o3(r[s])) && (o && (o += " "), o += t);
|
|
992
|
+
return o;
|
|
993
|
+
};
|
|
994
|
+
function K3(r, ...t) {
|
|
995
|
+
let o, s, d, c = f;
|
|
996
|
+
function f(p) {
|
|
997
|
+
const M = t.reduce((m, R) => R(m), r());
|
|
998
|
+
return o = U3(M), s = o.cache.get, d = o.cache.set, c = l, l(p);
|
|
999
|
+
}
|
|
1000
|
+
function l(p) {
|
|
1001
|
+
const M = s(p);
|
|
1002
|
+
if (M)
|
|
1003
|
+
return M;
|
|
1004
|
+
const m = J3(p, o);
|
|
1005
|
+
return d(p, m), m;
|
|
1006
|
+
}
|
|
1007
|
+
return function() {
|
|
1008
|
+
return c(q3.apply(null, arguments));
|
|
1009
|
+
};
|
|
1010
|
+
}
|
|
1011
|
+
const V = (r) => {
|
|
1012
|
+
const t = (o) => o[r] || [];
|
|
1013
|
+
return t.isThemeGetter = !0, t;
|
|
1014
|
+
}, n3 = /^\[(?:([a-z-]+):)?(.+)\]$/i, X3 = /^\d+\/\d+$/, Q3 = /* @__PURE__ */ new Set(["px", "full", "screen"]), e2 = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, r2 = /\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$/, t2 = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, o2 = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, n2 = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, z = (r) => r1(r) || Q3.has(r) || X3.test(r), D = (r) => t1(r, "length", f2), r1 = (r) => !!r && !Number.isNaN(Number(r)), E1 = (r) => t1(r, "number", r1), u1 = (r) => !!r && Number.isInteger(Number(r)), s2 = (r) => r.endsWith("%") && r1(r.slice(0, -1)), C = (r) => n3.test(r), N = (r) => e2.test(r), a2 = /* @__PURE__ */ new Set(["length", "size", "percentage"]), i2 = (r) => t1(r, a2, s3), l2 = (r) => t1(r, "position", s3), c2 = /* @__PURE__ */ new Set(["image", "url"]), d2 = (r) => t1(r, c2, p2), u2 = (r) => t1(r, "", C2), f1 = () => !0, t1 = (r, t, o) => {
|
|
1015
|
+
const s = n3.exec(r);
|
|
1016
|
+
return s ? s[1] ? typeof t == "string" ? s[1] === t : t.has(s[1]) : o(s[2]) : !1;
|
|
1017
|
+
}, f2 = (r) => (
|
|
1018
|
+
// `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
|
|
1019
|
+
// For example, `hsl(0 0% 0%)` would be classified as a length without this check.
|
|
1020
|
+
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
1021
|
+
r2.test(r) && !t2.test(r)
|
|
1022
|
+
), s3 = () => !1, C2 = (r) => o2.test(r), p2 = (r) => n2.test(r), h2 = () => {
|
|
1023
|
+
const r = V("colors"), t = V("spacing"), o = V("blur"), s = V("brightness"), d = V("borderColor"), c = V("borderRadius"), f = V("borderSpacing"), l = V("borderWidth"), p = V("contrast"), M = V("grayscale"), m = V("hueRotate"), R = V("invert"), H = V("gap"), T = V("gradientColorStops"), A = V("gradientColorStopPositions"), _ = V("inset"), k = V("margin"), j = V("opacity"), v = V("padding"), U = V("saturate"), B = V("scale"), q = V("sepia"), C1 = V("skew"), p1 = V("space"), h1 = V("translate"), K = () => ["auto", "contain", "none"], o1 = () => ["auto", "hidden", "clip", "visible", "scroll"], n1 = () => ["auto", C, t], w = () => [C, t], O = () => ["", z, D], I = () => ["auto", r1, C], G = () => ["bottom", "center", "left", "left-bottom", "left-top", "right", "right-bottom", "right-top", "top"], Y = () => ["solid", "dashed", "dotted", "double", "none"], s1 = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], X = () => ["start", "end", "center", "between", "around", "evenly", "stretch"], $ = () => ["", "0", C], a1 = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], W = () => [r1, C];
|
|
1024
|
+
return {
|
|
1025
|
+
cacheSize: 500,
|
|
1026
|
+
separator: ":",
|
|
1027
|
+
theme: {
|
|
1028
|
+
colors: [f1],
|
|
1029
|
+
spacing: [z, D],
|
|
1030
|
+
blur: ["none", "", N, C],
|
|
1031
|
+
brightness: W(),
|
|
1032
|
+
borderColor: [r],
|
|
1033
|
+
borderRadius: ["none", "", "full", N, C],
|
|
1034
|
+
borderSpacing: w(),
|
|
1035
|
+
borderWidth: O(),
|
|
1036
|
+
contrast: W(),
|
|
1037
|
+
grayscale: $(),
|
|
1038
|
+
hueRotate: W(),
|
|
1039
|
+
invert: $(),
|
|
1040
|
+
gap: w(),
|
|
1041
|
+
gradientColorStops: [r],
|
|
1042
|
+
gradientColorStopPositions: [s2, D],
|
|
1043
|
+
inset: n1(),
|
|
1044
|
+
margin: n1(),
|
|
1045
|
+
opacity: W(),
|
|
1046
|
+
padding: w(),
|
|
1047
|
+
saturate: W(),
|
|
1048
|
+
scale: W(),
|
|
1049
|
+
sepia: $(),
|
|
1050
|
+
skew: W(),
|
|
1051
|
+
space: w(),
|
|
1052
|
+
translate: w()
|
|
1053
|
+
},
|
|
1054
|
+
classGroups: {
|
|
1055
|
+
// Layout
|
|
1056
|
+
/**
|
|
1057
|
+
* Aspect Ratio
|
|
1058
|
+
* @see https://tailwindcss.com/docs/aspect-ratio
|
|
1059
|
+
*/
|
|
1060
|
+
aspect: [{
|
|
1061
|
+
aspect: ["auto", "square", "video", C]
|
|
1062
|
+
}],
|
|
1063
|
+
/**
|
|
1064
|
+
* Container
|
|
1065
|
+
* @see https://tailwindcss.com/docs/container
|
|
1066
|
+
*/
|
|
1067
|
+
container: ["container"],
|
|
1068
|
+
/**
|
|
1069
|
+
* Columns
|
|
1070
|
+
* @see https://tailwindcss.com/docs/columns
|
|
1071
|
+
*/
|
|
1072
|
+
columns: [{
|
|
1073
|
+
columns: [N]
|
|
1074
|
+
}],
|
|
1075
|
+
/**
|
|
1076
|
+
* Break After
|
|
1077
|
+
* @see https://tailwindcss.com/docs/break-after
|
|
1078
|
+
*/
|
|
1079
|
+
"break-after": [{
|
|
1080
|
+
"break-after": a1()
|
|
1081
|
+
}],
|
|
1082
|
+
/**
|
|
1083
|
+
* Break Before
|
|
1084
|
+
* @see https://tailwindcss.com/docs/break-before
|
|
1085
|
+
*/
|
|
1086
|
+
"break-before": [{
|
|
1087
|
+
"break-before": a1()
|
|
1088
|
+
}],
|
|
1089
|
+
/**
|
|
1090
|
+
* Break Inside
|
|
1091
|
+
* @see https://tailwindcss.com/docs/break-inside
|
|
1092
|
+
*/
|
|
1093
|
+
"break-inside": [{
|
|
1094
|
+
"break-inside": ["auto", "avoid", "avoid-page", "avoid-column"]
|
|
1095
|
+
}],
|
|
1096
|
+
/**
|
|
1097
|
+
* Box Decoration Break
|
|
1098
|
+
* @see https://tailwindcss.com/docs/box-decoration-break
|
|
1099
|
+
*/
|
|
1100
|
+
"box-decoration": [{
|
|
1101
|
+
"box-decoration": ["slice", "clone"]
|
|
1102
|
+
}],
|
|
1103
|
+
/**
|
|
1104
|
+
* Box Sizing
|
|
1105
|
+
* @see https://tailwindcss.com/docs/box-sizing
|
|
1106
|
+
*/
|
|
1107
|
+
box: [{
|
|
1108
|
+
box: ["border", "content"]
|
|
1109
|
+
}],
|
|
1110
|
+
/**
|
|
1111
|
+
* Display
|
|
1112
|
+
* @see https://tailwindcss.com/docs/display
|
|
1113
|
+
*/
|
|
1114
|
+
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"],
|
|
1115
|
+
/**
|
|
1116
|
+
* Floats
|
|
1117
|
+
* @see https://tailwindcss.com/docs/float
|
|
1118
|
+
*/
|
|
1119
|
+
float: [{
|
|
1120
|
+
float: ["right", "left", "none", "start", "end"]
|
|
1121
|
+
}],
|
|
1122
|
+
/**
|
|
1123
|
+
* Clear
|
|
1124
|
+
* @see https://tailwindcss.com/docs/clear
|
|
1125
|
+
*/
|
|
1126
|
+
clear: [{
|
|
1127
|
+
clear: ["left", "right", "both", "none", "start", "end"]
|
|
1128
|
+
}],
|
|
1129
|
+
/**
|
|
1130
|
+
* Isolation
|
|
1131
|
+
* @see https://tailwindcss.com/docs/isolation
|
|
1132
|
+
*/
|
|
1133
|
+
isolation: ["isolate", "isolation-auto"],
|
|
1134
|
+
/**
|
|
1135
|
+
* Object Fit
|
|
1136
|
+
* @see https://tailwindcss.com/docs/object-fit
|
|
1137
|
+
*/
|
|
1138
|
+
"object-fit": [{
|
|
1139
|
+
object: ["contain", "cover", "fill", "none", "scale-down"]
|
|
1140
|
+
}],
|
|
1141
|
+
/**
|
|
1142
|
+
* Object Position
|
|
1143
|
+
* @see https://tailwindcss.com/docs/object-position
|
|
1144
|
+
*/
|
|
1145
|
+
"object-position": [{
|
|
1146
|
+
object: [...G(), C]
|
|
1147
|
+
}],
|
|
1148
|
+
/**
|
|
1149
|
+
* Overflow
|
|
1150
|
+
* @see https://tailwindcss.com/docs/overflow
|
|
1151
|
+
*/
|
|
1152
|
+
overflow: [{
|
|
1153
|
+
overflow: o1()
|
|
1154
|
+
}],
|
|
1155
|
+
/**
|
|
1156
|
+
* Overflow X
|
|
1157
|
+
* @see https://tailwindcss.com/docs/overflow
|
|
1158
|
+
*/
|
|
1159
|
+
"overflow-x": [{
|
|
1160
|
+
"overflow-x": o1()
|
|
1161
|
+
}],
|
|
1162
|
+
/**
|
|
1163
|
+
* Overflow Y
|
|
1164
|
+
* @see https://tailwindcss.com/docs/overflow
|
|
1165
|
+
*/
|
|
1166
|
+
"overflow-y": [{
|
|
1167
|
+
"overflow-y": o1()
|
|
1168
|
+
}],
|
|
1169
|
+
/**
|
|
1170
|
+
* Overscroll Behavior
|
|
1171
|
+
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
1172
|
+
*/
|
|
1173
|
+
overscroll: [{
|
|
1174
|
+
overscroll: K()
|
|
1175
|
+
}],
|
|
1176
|
+
/**
|
|
1177
|
+
* Overscroll Behavior X
|
|
1178
|
+
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
1179
|
+
*/
|
|
1180
|
+
"overscroll-x": [{
|
|
1181
|
+
"overscroll-x": K()
|
|
1182
|
+
}],
|
|
1183
|
+
/**
|
|
1184
|
+
* Overscroll Behavior Y
|
|
1185
|
+
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
1186
|
+
*/
|
|
1187
|
+
"overscroll-y": [{
|
|
1188
|
+
"overscroll-y": K()
|
|
1189
|
+
}],
|
|
1190
|
+
/**
|
|
1191
|
+
* Position
|
|
1192
|
+
* @see https://tailwindcss.com/docs/position
|
|
1193
|
+
*/
|
|
1194
|
+
position: ["static", "fixed", "absolute", "relative", "sticky"],
|
|
1195
|
+
/**
|
|
1196
|
+
* Top / Right / Bottom / Left
|
|
1197
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1198
|
+
*/
|
|
1199
|
+
inset: [{
|
|
1200
|
+
inset: [_]
|
|
1201
|
+
}],
|
|
1202
|
+
/**
|
|
1203
|
+
* Right / Left
|
|
1204
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1205
|
+
*/
|
|
1206
|
+
"inset-x": [{
|
|
1207
|
+
"inset-x": [_]
|
|
1208
|
+
}],
|
|
1209
|
+
/**
|
|
1210
|
+
* Top / Bottom
|
|
1211
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1212
|
+
*/
|
|
1213
|
+
"inset-y": [{
|
|
1214
|
+
"inset-y": [_]
|
|
1215
|
+
}],
|
|
1216
|
+
/**
|
|
1217
|
+
* Start
|
|
1218
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1219
|
+
*/
|
|
1220
|
+
start: [{
|
|
1221
|
+
start: [_]
|
|
1222
|
+
}],
|
|
1223
|
+
/**
|
|
1224
|
+
* End
|
|
1225
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1226
|
+
*/
|
|
1227
|
+
end: [{
|
|
1228
|
+
end: [_]
|
|
1229
|
+
}],
|
|
1230
|
+
/**
|
|
1231
|
+
* Top
|
|
1232
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1233
|
+
*/
|
|
1234
|
+
top: [{
|
|
1235
|
+
top: [_]
|
|
1236
|
+
}],
|
|
1237
|
+
/**
|
|
1238
|
+
* Right
|
|
1239
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1240
|
+
*/
|
|
1241
|
+
right: [{
|
|
1242
|
+
right: [_]
|
|
1243
|
+
}],
|
|
1244
|
+
/**
|
|
1245
|
+
* Bottom
|
|
1246
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1247
|
+
*/
|
|
1248
|
+
bottom: [{
|
|
1249
|
+
bottom: [_]
|
|
1250
|
+
}],
|
|
1251
|
+
/**
|
|
1252
|
+
* Left
|
|
1253
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1254
|
+
*/
|
|
1255
|
+
left: [{
|
|
1256
|
+
left: [_]
|
|
1257
|
+
}],
|
|
1258
|
+
/**
|
|
1259
|
+
* Visibility
|
|
1260
|
+
* @see https://tailwindcss.com/docs/visibility
|
|
1261
|
+
*/
|
|
1262
|
+
visibility: ["visible", "invisible", "collapse"],
|
|
1263
|
+
/**
|
|
1264
|
+
* Z-Index
|
|
1265
|
+
* @see https://tailwindcss.com/docs/z-index
|
|
1266
|
+
*/
|
|
1267
|
+
z: [{
|
|
1268
|
+
z: ["auto", u1, C]
|
|
1269
|
+
}],
|
|
1270
|
+
// Flexbox and Grid
|
|
1271
|
+
/**
|
|
1272
|
+
* Flex Basis
|
|
1273
|
+
* @see https://tailwindcss.com/docs/flex-basis
|
|
1274
|
+
*/
|
|
1275
|
+
basis: [{
|
|
1276
|
+
basis: n1()
|
|
1277
|
+
}],
|
|
1278
|
+
/**
|
|
1279
|
+
* Flex Direction
|
|
1280
|
+
* @see https://tailwindcss.com/docs/flex-direction
|
|
1281
|
+
*/
|
|
1282
|
+
"flex-direction": [{
|
|
1283
|
+
flex: ["row", "row-reverse", "col", "col-reverse"]
|
|
1284
|
+
}],
|
|
1285
|
+
/**
|
|
1286
|
+
* Flex Wrap
|
|
1287
|
+
* @see https://tailwindcss.com/docs/flex-wrap
|
|
1288
|
+
*/
|
|
1289
|
+
"flex-wrap": [{
|
|
1290
|
+
flex: ["wrap", "wrap-reverse", "nowrap"]
|
|
1291
|
+
}],
|
|
1292
|
+
/**
|
|
1293
|
+
* Flex
|
|
1294
|
+
* @see https://tailwindcss.com/docs/flex
|
|
1295
|
+
*/
|
|
1296
|
+
flex: [{
|
|
1297
|
+
flex: ["1", "auto", "initial", "none", C]
|
|
1298
|
+
}],
|
|
1299
|
+
/**
|
|
1300
|
+
* Flex Grow
|
|
1301
|
+
* @see https://tailwindcss.com/docs/flex-grow
|
|
1302
|
+
*/
|
|
1303
|
+
grow: [{
|
|
1304
|
+
grow: $()
|
|
1305
|
+
}],
|
|
1306
|
+
/**
|
|
1307
|
+
* Flex Shrink
|
|
1308
|
+
* @see https://tailwindcss.com/docs/flex-shrink
|
|
1309
|
+
*/
|
|
1310
|
+
shrink: [{
|
|
1311
|
+
shrink: $()
|
|
1312
|
+
}],
|
|
1313
|
+
/**
|
|
1314
|
+
* Order
|
|
1315
|
+
* @see https://tailwindcss.com/docs/order
|
|
1316
|
+
*/
|
|
1317
|
+
order: [{
|
|
1318
|
+
order: ["first", "last", "none", u1, C]
|
|
1319
|
+
}],
|
|
1320
|
+
/**
|
|
1321
|
+
* Grid Template Columns
|
|
1322
|
+
* @see https://tailwindcss.com/docs/grid-template-columns
|
|
1323
|
+
*/
|
|
1324
|
+
"grid-cols": [{
|
|
1325
|
+
"grid-cols": [f1]
|
|
1326
|
+
}],
|
|
1327
|
+
/**
|
|
1328
|
+
* Grid Column Start / End
|
|
1329
|
+
* @see https://tailwindcss.com/docs/grid-column
|
|
1330
|
+
*/
|
|
1331
|
+
"col-start-end": [{
|
|
1332
|
+
col: ["auto", {
|
|
1333
|
+
span: ["full", u1, C]
|
|
1334
|
+
}, C]
|
|
1335
|
+
}],
|
|
1336
|
+
/**
|
|
1337
|
+
* Grid Column Start
|
|
1338
|
+
* @see https://tailwindcss.com/docs/grid-column
|
|
1339
|
+
*/
|
|
1340
|
+
"col-start": [{
|
|
1341
|
+
"col-start": I()
|
|
1342
|
+
}],
|
|
1343
|
+
/**
|
|
1344
|
+
* Grid Column End
|
|
1345
|
+
* @see https://tailwindcss.com/docs/grid-column
|
|
1346
|
+
*/
|
|
1347
|
+
"col-end": [{
|
|
1348
|
+
"col-end": I()
|
|
1349
|
+
}],
|
|
1350
|
+
/**
|
|
1351
|
+
* Grid Template Rows
|
|
1352
|
+
* @see https://tailwindcss.com/docs/grid-template-rows
|
|
1353
|
+
*/
|
|
1354
|
+
"grid-rows": [{
|
|
1355
|
+
"grid-rows": [f1]
|
|
1356
|
+
}],
|
|
1357
|
+
/**
|
|
1358
|
+
* Grid Row Start / End
|
|
1359
|
+
* @see https://tailwindcss.com/docs/grid-row
|
|
1360
|
+
*/
|
|
1361
|
+
"row-start-end": [{
|
|
1362
|
+
row: ["auto", {
|
|
1363
|
+
span: [u1, C]
|
|
1364
|
+
}, C]
|
|
1365
|
+
}],
|
|
1366
|
+
/**
|
|
1367
|
+
* Grid Row Start
|
|
1368
|
+
* @see https://tailwindcss.com/docs/grid-row
|
|
1369
|
+
*/
|
|
1370
|
+
"row-start": [{
|
|
1371
|
+
"row-start": I()
|
|
1372
|
+
}],
|
|
1373
|
+
/**
|
|
1374
|
+
* Grid Row End
|
|
1375
|
+
* @see https://tailwindcss.com/docs/grid-row
|
|
1376
|
+
*/
|
|
1377
|
+
"row-end": [{
|
|
1378
|
+
"row-end": I()
|
|
1379
|
+
}],
|
|
1380
|
+
/**
|
|
1381
|
+
* Grid Auto Flow
|
|
1382
|
+
* @see https://tailwindcss.com/docs/grid-auto-flow
|
|
1383
|
+
*/
|
|
1384
|
+
"grid-flow": [{
|
|
1385
|
+
"grid-flow": ["row", "col", "dense", "row-dense", "col-dense"]
|
|
1386
|
+
}],
|
|
1387
|
+
/**
|
|
1388
|
+
* Grid Auto Columns
|
|
1389
|
+
* @see https://tailwindcss.com/docs/grid-auto-columns
|
|
1390
|
+
*/
|
|
1391
|
+
"auto-cols": [{
|
|
1392
|
+
"auto-cols": ["auto", "min", "max", "fr", C]
|
|
1393
|
+
}],
|
|
1394
|
+
/**
|
|
1395
|
+
* Grid Auto Rows
|
|
1396
|
+
* @see https://tailwindcss.com/docs/grid-auto-rows
|
|
1397
|
+
*/
|
|
1398
|
+
"auto-rows": [{
|
|
1399
|
+
"auto-rows": ["auto", "min", "max", "fr", C]
|
|
1400
|
+
}],
|
|
1401
|
+
/**
|
|
1402
|
+
* Gap
|
|
1403
|
+
* @see https://tailwindcss.com/docs/gap
|
|
1404
|
+
*/
|
|
1405
|
+
gap: [{
|
|
1406
|
+
gap: [H]
|
|
1407
|
+
}],
|
|
1408
|
+
/**
|
|
1409
|
+
* Gap X
|
|
1410
|
+
* @see https://tailwindcss.com/docs/gap
|
|
1411
|
+
*/
|
|
1412
|
+
"gap-x": [{
|
|
1413
|
+
"gap-x": [H]
|
|
1414
|
+
}],
|
|
1415
|
+
/**
|
|
1416
|
+
* Gap Y
|
|
1417
|
+
* @see https://tailwindcss.com/docs/gap
|
|
1418
|
+
*/
|
|
1419
|
+
"gap-y": [{
|
|
1420
|
+
"gap-y": [H]
|
|
1421
|
+
}],
|
|
1422
|
+
/**
|
|
1423
|
+
* Justify Content
|
|
1424
|
+
* @see https://tailwindcss.com/docs/justify-content
|
|
1425
|
+
*/
|
|
1426
|
+
"justify-content": [{
|
|
1427
|
+
justify: ["normal", ...X()]
|
|
1428
|
+
}],
|
|
1429
|
+
/**
|
|
1430
|
+
* Justify Items
|
|
1431
|
+
* @see https://tailwindcss.com/docs/justify-items
|
|
1432
|
+
*/
|
|
1433
|
+
"justify-items": [{
|
|
1434
|
+
"justify-items": ["start", "end", "center", "stretch"]
|
|
1435
|
+
}],
|
|
1436
|
+
/**
|
|
1437
|
+
* Justify Self
|
|
1438
|
+
* @see https://tailwindcss.com/docs/justify-self
|
|
1439
|
+
*/
|
|
1440
|
+
"justify-self": [{
|
|
1441
|
+
"justify-self": ["auto", "start", "end", "center", "stretch"]
|
|
1442
|
+
}],
|
|
1443
|
+
/**
|
|
1444
|
+
* Align Content
|
|
1445
|
+
* @see https://tailwindcss.com/docs/align-content
|
|
1446
|
+
*/
|
|
1447
|
+
"align-content": [{
|
|
1448
|
+
content: ["normal", ...X(), "baseline"]
|
|
1449
|
+
}],
|
|
1450
|
+
/**
|
|
1451
|
+
* Align Items
|
|
1452
|
+
* @see https://tailwindcss.com/docs/align-items
|
|
1453
|
+
*/
|
|
1454
|
+
"align-items": [{
|
|
1455
|
+
items: ["start", "end", "center", "baseline", "stretch"]
|
|
1456
|
+
}],
|
|
1457
|
+
/**
|
|
1458
|
+
* Align Self
|
|
1459
|
+
* @see https://tailwindcss.com/docs/align-self
|
|
1460
|
+
*/
|
|
1461
|
+
"align-self": [{
|
|
1462
|
+
self: ["auto", "start", "end", "center", "stretch", "baseline"]
|
|
1463
|
+
}],
|
|
1464
|
+
/**
|
|
1465
|
+
* Place Content
|
|
1466
|
+
* @see https://tailwindcss.com/docs/place-content
|
|
1467
|
+
*/
|
|
1468
|
+
"place-content": [{
|
|
1469
|
+
"place-content": [...X(), "baseline"]
|
|
1470
|
+
}],
|
|
1471
|
+
/**
|
|
1472
|
+
* Place Items
|
|
1473
|
+
* @see https://tailwindcss.com/docs/place-items
|
|
1474
|
+
*/
|
|
1475
|
+
"place-items": [{
|
|
1476
|
+
"place-items": ["start", "end", "center", "baseline", "stretch"]
|
|
1477
|
+
}],
|
|
1478
|
+
/**
|
|
1479
|
+
* Place Self
|
|
1480
|
+
* @see https://tailwindcss.com/docs/place-self
|
|
1481
|
+
*/
|
|
1482
|
+
"place-self": [{
|
|
1483
|
+
"place-self": ["auto", "start", "end", "center", "stretch"]
|
|
1484
|
+
}],
|
|
1485
|
+
// Spacing
|
|
1486
|
+
/**
|
|
1487
|
+
* Padding
|
|
1488
|
+
* @see https://tailwindcss.com/docs/padding
|
|
1489
|
+
*/
|
|
1490
|
+
p: [{
|
|
1491
|
+
p: [v]
|
|
1492
|
+
}],
|
|
1493
|
+
/**
|
|
1494
|
+
* Padding X
|
|
1495
|
+
* @see https://tailwindcss.com/docs/padding
|
|
1496
|
+
*/
|
|
1497
|
+
px: [{
|
|
1498
|
+
px: [v]
|
|
1499
|
+
}],
|
|
1500
|
+
/**
|
|
1501
|
+
* Padding Y
|
|
1502
|
+
* @see https://tailwindcss.com/docs/padding
|
|
1503
|
+
*/
|
|
1504
|
+
py: [{
|
|
1505
|
+
py: [v]
|
|
1506
|
+
}],
|
|
1507
|
+
/**
|
|
1508
|
+
* Padding Start
|
|
1509
|
+
* @see https://tailwindcss.com/docs/padding
|
|
1510
|
+
*/
|
|
1511
|
+
ps: [{
|
|
1512
|
+
ps: [v]
|
|
1513
|
+
}],
|
|
1514
|
+
/**
|
|
1515
|
+
* Padding End
|
|
1516
|
+
* @see https://tailwindcss.com/docs/padding
|
|
1517
|
+
*/
|
|
1518
|
+
pe: [{
|
|
1519
|
+
pe: [v]
|
|
1520
|
+
}],
|
|
1521
|
+
/**
|
|
1522
|
+
* Padding Top
|
|
1523
|
+
* @see https://tailwindcss.com/docs/padding
|
|
1524
|
+
*/
|
|
1525
|
+
pt: [{
|
|
1526
|
+
pt: [v]
|
|
1527
|
+
}],
|
|
1528
|
+
/**
|
|
1529
|
+
* Padding Right
|
|
1530
|
+
* @see https://tailwindcss.com/docs/padding
|
|
1531
|
+
*/
|
|
1532
|
+
pr: [{
|
|
1533
|
+
pr: [v]
|
|
1534
|
+
}],
|
|
1535
|
+
/**
|
|
1536
|
+
* Padding Bottom
|
|
1537
|
+
* @see https://tailwindcss.com/docs/padding
|
|
1538
|
+
*/
|
|
1539
|
+
pb: [{
|
|
1540
|
+
pb: [v]
|
|
1541
|
+
}],
|
|
1542
|
+
/**
|
|
1543
|
+
* Padding Left
|
|
1544
|
+
* @see https://tailwindcss.com/docs/padding
|
|
1545
|
+
*/
|
|
1546
|
+
pl: [{
|
|
1547
|
+
pl: [v]
|
|
1548
|
+
}],
|
|
1549
|
+
/**
|
|
1550
|
+
* Margin
|
|
1551
|
+
* @see https://tailwindcss.com/docs/margin
|
|
1552
|
+
*/
|
|
1553
|
+
m: [{
|
|
1554
|
+
m: [k]
|
|
1555
|
+
}],
|
|
1556
|
+
/**
|
|
1557
|
+
* Margin X
|
|
1558
|
+
* @see https://tailwindcss.com/docs/margin
|
|
1559
|
+
*/
|
|
1560
|
+
mx: [{
|
|
1561
|
+
mx: [k]
|
|
1562
|
+
}],
|
|
1563
|
+
/**
|
|
1564
|
+
* Margin Y
|
|
1565
|
+
* @see https://tailwindcss.com/docs/margin
|
|
1566
|
+
*/
|
|
1567
|
+
my: [{
|
|
1568
|
+
my: [k]
|
|
1569
|
+
}],
|
|
1570
|
+
/**
|
|
1571
|
+
* Margin Start
|
|
1572
|
+
* @see https://tailwindcss.com/docs/margin
|
|
1573
|
+
*/
|
|
1574
|
+
ms: [{
|
|
1575
|
+
ms: [k]
|
|
1576
|
+
}],
|
|
1577
|
+
/**
|
|
1578
|
+
* Margin End
|
|
1579
|
+
* @see https://tailwindcss.com/docs/margin
|
|
1580
|
+
*/
|
|
1581
|
+
me: [{
|
|
1582
|
+
me: [k]
|
|
1583
|
+
}],
|
|
1584
|
+
/**
|
|
1585
|
+
* Margin Top
|
|
1586
|
+
* @see https://tailwindcss.com/docs/margin
|
|
1587
|
+
*/
|
|
1588
|
+
mt: [{
|
|
1589
|
+
mt: [k]
|
|
1590
|
+
}],
|
|
1591
|
+
/**
|
|
1592
|
+
* Margin Right
|
|
1593
|
+
* @see https://tailwindcss.com/docs/margin
|
|
1594
|
+
*/
|
|
1595
|
+
mr: [{
|
|
1596
|
+
mr: [k]
|
|
1597
|
+
}],
|
|
1598
|
+
/**
|
|
1599
|
+
* Margin Bottom
|
|
1600
|
+
* @see https://tailwindcss.com/docs/margin
|
|
1601
|
+
*/
|
|
1602
|
+
mb: [{
|
|
1603
|
+
mb: [k]
|
|
1604
|
+
}],
|
|
1605
|
+
/**
|
|
1606
|
+
* Margin Left
|
|
1607
|
+
* @see https://tailwindcss.com/docs/margin
|
|
1608
|
+
*/
|
|
1609
|
+
ml: [{
|
|
1610
|
+
ml: [k]
|
|
1611
|
+
}],
|
|
1612
|
+
/**
|
|
1613
|
+
* Space Between X
|
|
1614
|
+
* @see https://tailwindcss.com/docs/space
|
|
1615
|
+
*/
|
|
1616
|
+
"space-x": [{
|
|
1617
|
+
"space-x": [p1]
|
|
1618
|
+
}],
|
|
1619
|
+
/**
|
|
1620
|
+
* Space Between X Reverse
|
|
1621
|
+
* @see https://tailwindcss.com/docs/space
|
|
1622
|
+
*/
|
|
1623
|
+
"space-x-reverse": ["space-x-reverse"],
|
|
1624
|
+
/**
|
|
1625
|
+
* Space Between Y
|
|
1626
|
+
* @see https://tailwindcss.com/docs/space
|
|
1627
|
+
*/
|
|
1628
|
+
"space-y": [{
|
|
1629
|
+
"space-y": [p1]
|
|
1630
|
+
}],
|
|
1631
|
+
/**
|
|
1632
|
+
* Space Between Y Reverse
|
|
1633
|
+
* @see https://tailwindcss.com/docs/space
|
|
1634
|
+
*/
|
|
1635
|
+
"space-y-reverse": ["space-y-reverse"],
|
|
1636
|
+
// Sizing
|
|
1637
|
+
/**
|
|
1638
|
+
* Width
|
|
1639
|
+
* @see https://tailwindcss.com/docs/width
|
|
1640
|
+
*/
|
|
1641
|
+
w: [{
|
|
1642
|
+
w: ["auto", "min", "max", "fit", "svw", "lvw", "dvw", C, t]
|
|
1643
|
+
}],
|
|
1644
|
+
/**
|
|
1645
|
+
* Min-Width
|
|
1646
|
+
* @see https://tailwindcss.com/docs/min-width
|
|
1647
|
+
*/
|
|
1648
|
+
"min-w": [{
|
|
1649
|
+
"min-w": [C, t, "min", "max", "fit"]
|
|
1650
|
+
}],
|
|
1651
|
+
/**
|
|
1652
|
+
* Max-Width
|
|
1653
|
+
* @see https://tailwindcss.com/docs/max-width
|
|
1654
|
+
*/
|
|
1655
|
+
"max-w": [{
|
|
1656
|
+
"max-w": [C, t, "none", "full", "min", "max", "fit", "prose", {
|
|
1657
|
+
screen: [N]
|
|
1658
|
+
}, N]
|
|
1659
|
+
}],
|
|
1660
|
+
/**
|
|
1661
|
+
* Height
|
|
1662
|
+
* @see https://tailwindcss.com/docs/height
|
|
1663
|
+
*/
|
|
1664
|
+
h: [{
|
|
1665
|
+
h: [C, t, "auto", "min", "max", "fit", "svh", "lvh", "dvh"]
|
|
1666
|
+
}],
|
|
1667
|
+
/**
|
|
1668
|
+
* Min-Height
|
|
1669
|
+
* @see https://tailwindcss.com/docs/min-height
|
|
1670
|
+
*/
|
|
1671
|
+
"min-h": [{
|
|
1672
|
+
"min-h": [C, t, "min", "max", "fit", "svh", "lvh", "dvh"]
|
|
1673
|
+
}],
|
|
1674
|
+
/**
|
|
1675
|
+
* Max-Height
|
|
1676
|
+
* @see https://tailwindcss.com/docs/max-height
|
|
1677
|
+
*/
|
|
1678
|
+
"max-h": [{
|
|
1679
|
+
"max-h": [C, t, "min", "max", "fit", "svh", "lvh", "dvh"]
|
|
1680
|
+
}],
|
|
1681
|
+
/**
|
|
1682
|
+
* Size
|
|
1683
|
+
* @see https://tailwindcss.com/docs/size
|
|
1684
|
+
*/
|
|
1685
|
+
size: [{
|
|
1686
|
+
size: [C, t, "auto", "min", "max", "fit"]
|
|
1687
|
+
}],
|
|
1688
|
+
// Typography
|
|
1689
|
+
/**
|
|
1690
|
+
* Font Size
|
|
1691
|
+
* @see https://tailwindcss.com/docs/font-size
|
|
1692
|
+
*/
|
|
1693
|
+
"font-size": [{
|
|
1694
|
+
text: ["base", N, D]
|
|
1695
|
+
}],
|
|
1696
|
+
/**
|
|
1697
|
+
* Font Smoothing
|
|
1698
|
+
* @see https://tailwindcss.com/docs/font-smoothing
|
|
1699
|
+
*/
|
|
1700
|
+
"font-smoothing": ["antialiased", "subpixel-antialiased"],
|
|
1701
|
+
/**
|
|
1702
|
+
* Font Style
|
|
1703
|
+
* @see https://tailwindcss.com/docs/font-style
|
|
1704
|
+
*/
|
|
1705
|
+
"font-style": ["italic", "not-italic"],
|
|
1706
|
+
/**
|
|
1707
|
+
* Font Weight
|
|
1708
|
+
* @see https://tailwindcss.com/docs/font-weight
|
|
1709
|
+
*/
|
|
1710
|
+
"font-weight": [{
|
|
1711
|
+
font: ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black", E1]
|
|
1712
|
+
}],
|
|
1713
|
+
/**
|
|
1714
|
+
* Font Family
|
|
1715
|
+
* @see https://tailwindcss.com/docs/font-family
|
|
1716
|
+
*/
|
|
1717
|
+
"font-family": [{
|
|
1718
|
+
font: [f1]
|
|
1719
|
+
}],
|
|
1720
|
+
/**
|
|
1721
|
+
* Font Variant Numeric
|
|
1722
|
+
* @see https://tailwindcss.com/docs/font-variant-numeric
|
|
1723
|
+
*/
|
|
1724
|
+
"fvn-normal": ["normal-nums"],
|
|
1725
|
+
/**
|
|
1726
|
+
* Font Variant Numeric
|
|
1727
|
+
* @see https://tailwindcss.com/docs/font-variant-numeric
|
|
1728
|
+
*/
|
|
1729
|
+
"fvn-ordinal": ["ordinal"],
|
|
1730
|
+
/**
|
|
1731
|
+
* Font Variant Numeric
|
|
1732
|
+
* @see https://tailwindcss.com/docs/font-variant-numeric
|
|
1733
|
+
*/
|
|
1734
|
+
"fvn-slashed-zero": ["slashed-zero"],
|
|
1735
|
+
/**
|
|
1736
|
+
* Font Variant Numeric
|
|
1737
|
+
* @see https://tailwindcss.com/docs/font-variant-numeric
|
|
1738
|
+
*/
|
|
1739
|
+
"fvn-figure": ["lining-nums", "oldstyle-nums"],
|
|
1740
|
+
/**
|
|
1741
|
+
* Font Variant Numeric
|
|
1742
|
+
* @see https://tailwindcss.com/docs/font-variant-numeric
|
|
1743
|
+
*/
|
|
1744
|
+
"fvn-spacing": ["proportional-nums", "tabular-nums"],
|
|
1745
|
+
/**
|
|
1746
|
+
* Font Variant Numeric
|
|
1747
|
+
* @see https://tailwindcss.com/docs/font-variant-numeric
|
|
1748
|
+
*/
|
|
1749
|
+
"fvn-fraction": ["diagonal-fractions", "stacked-fractons"],
|
|
1750
|
+
/**
|
|
1751
|
+
* Letter Spacing
|
|
1752
|
+
* @see https://tailwindcss.com/docs/letter-spacing
|
|
1753
|
+
*/
|
|
1754
|
+
tracking: [{
|
|
1755
|
+
tracking: ["tighter", "tight", "normal", "wide", "wider", "widest", C]
|
|
1756
|
+
}],
|
|
1757
|
+
/**
|
|
1758
|
+
* Line Clamp
|
|
1759
|
+
* @see https://tailwindcss.com/docs/line-clamp
|
|
1760
|
+
*/
|
|
1761
|
+
"line-clamp": [{
|
|
1762
|
+
"line-clamp": ["none", r1, E1]
|
|
1763
|
+
}],
|
|
1764
|
+
/**
|
|
1765
|
+
* Line Height
|
|
1766
|
+
* @see https://tailwindcss.com/docs/line-height
|
|
1767
|
+
*/
|
|
1768
|
+
leading: [{
|
|
1769
|
+
leading: ["none", "tight", "snug", "normal", "relaxed", "loose", z, C]
|
|
1770
|
+
}],
|
|
1771
|
+
/**
|
|
1772
|
+
* List Style Image
|
|
1773
|
+
* @see https://tailwindcss.com/docs/list-style-image
|
|
1774
|
+
*/
|
|
1775
|
+
"list-image": [{
|
|
1776
|
+
"list-image": ["none", C]
|
|
1777
|
+
}],
|
|
1778
|
+
/**
|
|
1779
|
+
* List Style Type
|
|
1780
|
+
* @see https://tailwindcss.com/docs/list-style-type
|
|
1781
|
+
*/
|
|
1782
|
+
"list-style-type": [{
|
|
1783
|
+
list: ["none", "disc", "decimal", C]
|
|
1784
|
+
}],
|
|
1785
|
+
/**
|
|
1786
|
+
* List Style Position
|
|
1787
|
+
* @see https://tailwindcss.com/docs/list-style-position
|
|
1788
|
+
*/
|
|
1789
|
+
"list-style-position": [{
|
|
1790
|
+
list: ["inside", "outside"]
|
|
1791
|
+
}],
|
|
1792
|
+
/**
|
|
1793
|
+
* Placeholder Color
|
|
1794
|
+
* @deprecated since Tailwind CSS v3.0.0
|
|
1795
|
+
* @see https://tailwindcss.com/docs/placeholder-color
|
|
1796
|
+
*/
|
|
1797
|
+
"placeholder-color": [{
|
|
1798
|
+
placeholder: [r]
|
|
1799
|
+
}],
|
|
1800
|
+
/**
|
|
1801
|
+
* Placeholder Opacity
|
|
1802
|
+
* @see https://tailwindcss.com/docs/placeholder-opacity
|
|
1803
|
+
*/
|
|
1804
|
+
"placeholder-opacity": [{
|
|
1805
|
+
"placeholder-opacity": [j]
|
|
1806
|
+
}],
|
|
1807
|
+
/**
|
|
1808
|
+
* Text Alignment
|
|
1809
|
+
* @see https://tailwindcss.com/docs/text-align
|
|
1810
|
+
*/
|
|
1811
|
+
"text-alignment": [{
|
|
1812
|
+
text: ["left", "center", "right", "justify", "start", "end"]
|
|
1813
|
+
}],
|
|
1814
|
+
/**
|
|
1815
|
+
* Text Color
|
|
1816
|
+
* @see https://tailwindcss.com/docs/text-color
|
|
1817
|
+
*/
|
|
1818
|
+
"text-color": [{
|
|
1819
|
+
text: [r]
|
|
1820
|
+
}],
|
|
1821
|
+
/**
|
|
1822
|
+
* Text Opacity
|
|
1823
|
+
* @see https://tailwindcss.com/docs/text-opacity
|
|
1824
|
+
*/
|
|
1825
|
+
"text-opacity": [{
|
|
1826
|
+
"text-opacity": [j]
|
|
1827
|
+
}],
|
|
1828
|
+
/**
|
|
1829
|
+
* Text Decoration
|
|
1830
|
+
* @see https://tailwindcss.com/docs/text-decoration
|
|
1831
|
+
*/
|
|
1832
|
+
"text-decoration": ["underline", "overline", "line-through", "no-underline"],
|
|
1833
|
+
/**
|
|
1834
|
+
* Text Decoration Style
|
|
1835
|
+
* @see https://tailwindcss.com/docs/text-decoration-style
|
|
1836
|
+
*/
|
|
1837
|
+
"text-decoration-style": [{
|
|
1838
|
+
decoration: [...Y(), "wavy"]
|
|
1839
|
+
}],
|
|
1840
|
+
/**
|
|
1841
|
+
* Text Decoration Thickness
|
|
1842
|
+
* @see https://tailwindcss.com/docs/text-decoration-thickness
|
|
1843
|
+
*/
|
|
1844
|
+
"text-decoration-thickness": [{
|
|
1845
|
+
decoration: ["auto", "from-font", z, D]
|
|
1846
|
+
}],
|
|
1847
|
+
/**
|
|
1848
|
+
* Text Underline Offset
|
|
1849
|
+
* @see https://tailwindcss.com/docs/text-underline-offset
|
|
1850
|
+
*/
|
|
1851
|
+
"underline-offset": [{
|
|
1852
|
+
"underline-offset": ["auto", z, C]
|
|
1853
|
+
}],
|
|
1854
|
+
/**
|
|
1855
|
+
* Text Decoration Color
|
|
1856
|
+
* @see https://tailwindcss.com/docs/text-decoration-color
|
|
1857
|
+
*/
|
|
1858
|
+
"text-decoration-color": [{
|
|
1859
|
+
decoration: [r]
|
|
1860
|
+
}],
|
|
1861
|
+
/**
|
|
1862
|
+
* Text Transform
|
|
1863
|
+
* @see https://tailwindcss.com/docs/text-transform
|
|
1864
|
+
*/
|
|
1865
|
+
"text-transform": ["uppercase", "lowercase", "capitalize", "normal-case"],
|
|
1866
|
+
/**
|
|
1867
|
+
* Text Overflow
|
|
1868
|
+
* @see https://tailwindcss.com/docs/text-overflow
|
|
1869
|
+
*/
|
|
1870
|
+
"text-overflow": ["truncate", "text-ellipsis", "text-clip"],
|
|
1871
|
+
/**
|
|
1872
|
+
* Text Wrap
|
|
1873
|
+
* @see https://tailwindcss.com/docs/text-wrap
|
|
1874
|
+
*/
|
|
1875
|
+
"text-wrap": [{
|
|
1876
|
+
text: ["wrap", "nowrap", "balance", "pretty"]
|
|
1877
|
+
}],
|
|
1878
|
+
/**
|
|
1879
|
+
* Text Indent
|
|
1880
|
+
* @see https://tailwindcss.com/docs/text-indent
|
|
1881
|
+
*/
|
|
1882
|
+
indent: [{
|
|
1883
|
+
indent: w()
|
|
1884
|
+
}],
|
|
1885
|
+
/**
|
|
1886
|
+
* Vertical Alignment
|
|
1887
|
+
* @see https://tailwindcss.com/docs/vertical-align
|
|
1888
|
+
*/
|
|
1889
|
+
"vertical-align": [{
|
|
1890
|
+
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", C]
|
|
1891
|
+
}],
|
|
1892
|
+
/**
|
|
1893
|
+
* Whitespace
|
|
1894
|
+
* @see https://tailwindcss.com/docs/whitespace
|
|
1895
|
+
*/
|
|
1896
|
+
whitespace: [{
|
|
1897
|
+
whitespace: ["normal", "nowrap", "pre", "pre-line", "pre-wrap", "break-spaces"]
|
|
1898
|
+
}],
|
|
1899
|
+
/**
|
|
1900
|
+
* Word Break
|
|
1901
|
+
* @see https://tailwindcss.com/docs/word-break
|
|
1902
|
+
*/
|
|
1903
|
+
break: [{
|
|
1904
|
+
break: ["normal", "words", "all", "keep"]
|
|
1905
|
+
}],
|
|
1906
|
+
/**
|
|
1907
|
+
* Hyphens
|
|
1908
|
+
* @see https://tailwindcss.com/docs/hyphens
|
|
1909
|
+
*/
|
|
1910
|
+
hyphens: [{
|
|
1911
|
+
hyphens: ["none", "manual", "auto"]
|
|
1912
|
+
}],
|
|
1913
|
+
/**
|
|
1914
|
+
* Content
|
|
1915
|
+
* @see https://tailwindcss.com/docs/content
|
|
1916
|
+
*/
|
|
1917
|
+
content: [{
|
|
1918
|
+
content: ["none", C]
|
|
1919
|
+
}],
|
|
1920
|
+
// Backgrounds
|
|
1921
|
+
/**
|
|
1922
|
+
* Background Attachment
|
|
1923
|
+
* @see https://tailwindcss.com/docs/background-attachment
|
|
1924
|
+
*/
|
|
1925
|
+
"bg-attachment": [{
|
|
1926
|
+
bg: ["fixed", "local", "scroll"]
|
|
1927
|
+
}],
|
|
1928
|
+
/**
|
|
1929
|
+
* Background Clip
|
|
1930
|
+
* @see https://tailwindcss.com/docs/background-clip
|
|
1931
|
+
*/
|
|
1932
|
+
"bg-clip": [{
|
|
1933
|
+
"bg-clip": ["border", "padding", "content", "text"]
|
|
1934
|
+
}],
|
|
1935
|
+
/**
|
|
1936
|
+
* Background Opacity
|
|
1937
|
+
* @deprecated since Tailwind CSS v3.0.0
|
|
1938
|
+
* @see https://tailwindcss.com/docs/background-opacity
|
|
1939
|
+
*/
|
|
1940
|
+
"bg-opacity": [{
|
|
1941
|
+
"bg-opacity": [j]
|
|
1942
|
+
}],
|
|
1943
|
+
/**
|
|
1944
|
+
* Background Origin
|
|
1945
|
+
* @see https://tailwindcss.com/docs/background-origin
|
|
1946
|
+
*/
|
|
1947
|
+
"bg-origin": [{
|
|
1948
|
+
"bg-origin": ["border", "padding", "content"]
|
|
1949
|
+
}],
|
|
1950
|
+
/**
|
|
1951
|
+
* Background Position
|
|
1952
|
+
* @see https://tailwindcss.com/docs/background-position
|
|
1953
|
+
*/
|
|
1954
|
+
"bg-position": [{
|
|
1955
|
+
bg: [...G(), l2]
|
|
1956
|
+
}],
|
|
1957
|
+
/**
|
|
1958
|
+
* Background Repeat
|
|
1959
|
+
* @see https://tailwindcss.com/docs/background-repeat
|
|
1960
|
+
*/
|
|
1961
|
+
"bg-repeat": [{
|
|
1962
|
+
bg: ["no-repeat", {
|
|
1963
|
+
repeat: ["", "x", "y", "round", "space"]
|
|
1964
|
+
}]
|
|
1965
|
+
}],
|
|
1966
|
+
/**
|
|
1967
|
+
* Background Size
|
|
1968
|
+
* @see https://tailwindcss.com/docs/background-size
|
|
1969
|
+
*/
|
|
1970
|
+
"bg-size": [{
|
|
1971
|
+
bg: ["auto", "cover", "contain", i2]
|
|
1972
|
+
}],
|
|
1973
|
+
/**
|
|
1974
|
+
* Background Image
|
|
1975
|
+
* @see https://tailwindcss.com/docs/background-image
|
|
1976
|
+
*/
|
|
1977
|
+
"bg-image": [{
|
|
1978
|
+
bg: ["none", {
|
|
1979
|
+
"gradient-to": ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
|
|
1980
|
+
}, d2]
|
|
1981
|
+
}],
|
|
1982
|
+
/**
|
|
1983
|
+
* Background Color
|
|
1984
|
+
* @see https://tailwindcss.com/docs/background-color
|
|
1985
|
+
*/
|
|
1986
|
+
"bg-color": [{
|
|
1987
|
+
bg: [r]
|
|
1988
|
+
}],
|
|
1989
|
+
/**
|
|
1990
|
+
* Gradient Color Stops From Position
|
|
1991
|
+
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1992
|
+
*/
|
|
1993
|
+
"gradient-from-pos": [{
|
|
1994
|
+
from: [A]
|
|
1995
|
+
}],
|
|
1996
|
+
/**
|
|
1997
|
+
* Gradient Color Stops Via Position
|
|
1998
|
+
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1999
|
+
*/
|
|
2000
|
+
"gradient-via-pos": [{
|
|
2001
|
+
via: [A]
|
|
2002
|
+
}],
|
|
2003
|
+
/**
|
|
2004
|
+
* Gradient Color Stops To Position
|
|
2005
|
+
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
2006
|
+
*/
|
|
2007
|
+
"gradient-to-pos": [{
|
|
2008
|
+
to: [A]
|
|
2009
|
+
}],
|
|
2010
|
+
/**
|
|
2011
|
+
* Gradient Color Stops From
|
|
2012
|
+
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
2013
|
+
*/
|
|
2014
|
+
"gradient-from": [{
|
|
2015
|
+
from: [T]
|
|
2016
|
+
}],
|
|
2017
|
+
/**
|
|
2018
|
+
* Gradient Color Stops Via
|
|
2019
|
+
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
2020
|
+
*/
|
|
2021
|
+
"gradient-via": [{
|
|
2022
|
+
via: [T]
|
|
2023
|
+
}],
|
|
2024
|
+
/**
|
|
2025
|
+
* Gradient Color Stops To
|
|
2026
|
+
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
2027
|
+
*/
|
|
2028
|
+
"gradient-to": [{
|
|
2029
|
+
to: [T]
|
|
2030
|
+
}],
|
|
2031
|
+
// Borders
|
|
2032
|
+
/**
|
|
2033
|
+
* Border Radius
|
|
2034
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
2035
|
+
*/
|
|
2036
|
+
rounded: [{
|
|
2037
|
+
rounded: [c]
|
|
2038
|
+
}],
|
|
2039
|
+
/**
|
|
2040
|
+
* Border Radius Start
|
|
2041
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
2042
|
+
*/
|
|
2043
|
+
"rounded-s": [{
|
|
2044
|
+
"rounded-s": [c]
|
|
2045
|
+
}],
|
|
2046
|
+
/**
|
|
2047
|
+
* Border Radius End
|
|
2048
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
2049
|
+
*/
|
|
2050
|
+
"rounded-e": [{
|
|
2051
|
+
"rounded-e": [c]
|
|
2052
|
+
}],
|
|
2053
|
+
/**
|
|
2054
|
+
* Border Radius Top
|
|
2055
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
2056
|
+
*/
|
|
2057
|
+
"rounded-t": [{
|
|
2058
|
+
"rounded-t": [c]
|
|
2059
|
+
}],
|
|
2060
|
+
/**
|
|
2061
|
+
* Border Radius Right
|
|
2062
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
2063
|
+
*/
|
|
2064
|
+
"rounded-r": [{
|
|
2065
|
+
"rounded-r": [c]
|
|
2066
|
+
}],
|
|
2067
|
+
/**
|
|
2068
|
+
* Border Radius Bottom
|
|
2069
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
2070
|
+
*/
|
|
2071
|
+
"rounded-b": [{
|
|
2072
|
+
"rounded-b": [c]
|
|
2073
|
+
}],
|
|
2074
|
+
/**
|
|
2075
|
+
* Border Radius Left
|
|
2076
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
2077
|
+
*/
|
|
2078
|
+
"rounded-l": [{
|
|
2079
|
+
"rounded-l": [c]
|
|
2080
|
+
}],
|
|
2081
|
+
/**
|
|
2082
|
+
* Border Radius Start Start
|
|
2083
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
2084
|
+
*/
|
|
2085
|
+
"rounded-ss": [{
|
|
2086
|
+
"rounded-ss": [c]
|
|
2087
|
+
}],
|
|
2088
|
+
/**
|
|
2089
|
+
* Border Radius Start End
|
|
2090
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
2091
|
+
*/
|
|
2092
|
+
"rounded-se": [{
|
|
2093
|
+
"rounded-se": [c]
|
|
2094
|
+
}],
|
|
2095
|
+
/**
|
|
2096
|
+
* Border Radius End End
|
|
2097
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
2098
|
+
*/
|
|
2099
|
+
"rounded-ee": [{
|
|
2100
|
+
"rounded-ee": [c]
|
|
2101
|
+
}],
|
|
2102
|
+
/**
|
|
2103
|
+
* Border Radius End Start
|
|
2104
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
2105
|
+
*/
|
|
2106
|
+
"rounded-es": [{
|
|
2107
|
+
"rounded-es": [c]
|
|
2108
|
+
}],
|
|
2109
|
+
/**
|
|
2110
|
+
* Border Radius Top Left
|
|
2111
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
2112
|
+
*/
|
|
2113
|
+
"rounded-tl": [{
|
|
2114
|
+
"rounded-tl": [c]
|
|
2115
|
+
}],
|
|
2116
|
+
/**
|
|
2117
|
+
* Border Radius Top Right
|
|
2118
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
2119
|
+
*/
|
|
2120
|
+
"rounded-tr": [{
|
|
2121
|
+
"rounded-tr": [c]
|
|
2122
|
+
}],
|
|
2123
|
+
/**
|
|
2124
|
+
* Border Radius Bottom Right
|
|
2125
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
2126
|
+
*/
|
|
2127
|
+
"rounded-br": [{
|
|
2128
|
+
"rounded-br": [c]
|
|
2129
|
+
}],
|
|
2130
|
+
/**
|
|
2131
|
+
* Border Radius Bottom Left
|
|
2132
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
2133
|
+
*/
|
|
2134
|
+
"rounded-bl": [{
|
|
2135
|
+
"rounded-bl": [c]
|
|
2136
|
+
}],
|
|
2137
|
+
/**
|
|
2138
|
+
* Border Width
|
|
2139
|
+
* @see https://tailwindcss.com/docs/border-width
|
|
2140
|
+
*/
|
|
2141
|
+
"border-w": [{
|
|
2142
|
+
border: [l]
|
|
2143
|
+
}],
|
|
2144
|
+
/**
|
|
2145
|
+
* Border Width X
|
|
2146
|
+
* @see https://tailwindcss.com/docs/border-width
|
|
2147
|
+
*/
|
|
2148
|
+
"border-w-x": [{
|
|
2149
|
+
"border-x": [l]
|
|
2150
|
+
}],
|
|
2151
|
+
/**
|
|
2152
|
+
* Border Width Y
|
|
2153
|
+
* @see https://tailwindcss.com/docs/border-width
|
|
2154
|
+
*/
|
|
2155
|
+
"border-w-y": [{
|
|
2156
|
+
"border-y": [l]
|
|
2157
|
+
}],
|
|
2158
|
+
/**
|
|
2159
|
+
* Border Width Start
|
|
2160
|
+
* @see https://tailwindcss.com/docs/border-width
|
|
2161
|
+
*/
|
|
2162
|
+
"border-w-s": [{
|
|
2163
|
+
"border-s": [l]
|
|
2164
|
+
}],
|
|
2165
|
+
/**
|
|
2166
|
+
* Border Width End
|
|
2167
|
+
* @see https://tailwindcss.com/docs/border-width
|
|
2168
|
+
*/
|
|
2169
|
+
"border-w-e": [{
|
|
2170
|
+
"border-e": [l]
|
|
2171
|
+
}],
|
|
2172
|
+
/**
|
|
2173
|
+
* Border Width Top
|
|
2174
|
+
* @see https://tailwindcss.com/docs/border-width
|
|
2175
|
+
*/
|
|
2176
|
+
"border-w-t": [{
|
|
2177
|
+
"border-t": [l]
|
|
2178
|
+
}],
|
|
2179
|
+
/**
|
|
2180
|
+
* Border Width Right
|
|
2181
|
+
* @see https://tailwindcss.com/docs/border-width
|
|
2182
|
+
*/
|
|
2183
|
+
"border-w-r": [{
|
|
2184
|
+
"border-r": [l]
|
|
2185
|
+
}],
|
|
2186
|
+
/**
|
|
2187
|
+
* Border Width Bottom
|
|
2188
|
+
* @see https://tailwindcss.com/docs/border-width
|
|
2189
|
+
*/
|
|
2190
|
+
"border-w-b": [{
|
|
2191
|
+
"border-b": [l]
|
|
2192
|
+
}],
|
|
2193
|
+
/**
|
|
2194
|
+
* Border Width Left
|
|
2195
|
+
* @see https://tailwindcss.com/docs/border-width
|
|
2196
|
+
*/
|
|
2197
|
+
"border-w-l": [{
|
|
2198
|
+
"border-l": [l]
|
|
2199
|
+
}],
|
|
2200
|
+
/**
|
|
2201
|
+
* Border Opacity
|
|
2202
|
+
* @see https://tailwindcss.com/docs/border-opacity
|
|
2203
|
+
*/
|
|
2204
|
+
"border-opacity": [{
|
|
2205
|
+
"border-opacity": [j]
|
|
2206
|
+
}],
|
|
2207
|
+
/**
|
|
2208
|
+
* Border Style
|
|
2209
|
+
* @see https://tailwindcss.com/docs/border-style
|
|
2210
|
+
*/
|
|
2211
|
+
"border-style": [{
|
|
2212
|
+
border: [...Y(), "hidden"]
|
|
2213
|
+
}],
|
|
2214
|
+
/**
|
|
2215
|
+
* Divide Width X
|
|
2216
|
+
* @see https://tailwindcss.com/docs/divide-width
|
|
2217
|
+
*/
|
|
2218
|
+
"divide-x": [{
|
|
2219
|
+
"divide-x": [l]
|
|
2220
|
+
}],
|
|
2221
|
+
/**
|
|
2222
|
+
* Divide Width X Reverse
|
|
2223
|
+
* @see https://tailwindcss.com/docs/divide-width
|
|
2224
|
+
*/
|
|
2225
|
+
"divide-x-reverse": ["divide-x-reverse"],
|
|
2226
|
+
/**
|
|
2227
|
+
* Divide Width Y
|
|
2228
|
+
* @see https://tailwindcss.com/docs/divide-width
|
|
2229
|
+
*/
|
|
2230
|
+
"divide-y": [{
|
|
2231
|
+
"divide-y": [l]
|
|
2232
|
+
}],
|
|
2233
|
+
/**
|
|
2234
|
+
* Divide Width Y Reverse
|
|
2235
|
+
* @see https://tailwindcss.com/docs/divide-width
|
|
2236
|
+
*/
|
|
2237
|
+
"divide-y-reverse": ["divide-y-reverse"],
|
|
2238
|
+
/**
|
|
2239
|
+
* Divide Opacity
|
|
2240
|
+
* @see https://tailwindcss.com/docs/divide-opacity
|
|
2241
|
+
*/
|
|
2242
|
+
"divide-opacity": [{
|
|
2243
|
+
"divide-opacity": [j]
|
|
2244
|
+
}],
|
|
2245
|
+
/**
|
|
2246
|
+
* Divide Style
|
|
2247
|
+
* @see https://tailwindcss.com/docs/divide-style
|
|
2248
|
+
*/
|
|
2249
|
+
"divide-style": [{
|
|
2250
|
+
divide: Y()
|
|
2251
|
+
}],
|
|
2252
|
+
/**
|
|
2253
|
+
* Border Color
|
|
2254
|
+
* @see https://tailwindcss.com/docs/border-color
|
|
2255
|
+
*/
|
|
2256
|
+
"border-color": [{
|
|
2257
|
+
border: [d]
|
|
2258
|
+
}],
|
|
2259
|
+
/**
|
|
2260
|
+
* Border Color X
|
|
2261
|
+
* @see https://tailwindcss.com/docs/border-color
|
|
2262
|
+
*/
|
|
2263
|
+
"border-color-x": [{
|
|
2264
|
+
"border-x": [d]
|
|
2265
|
+
}],
|
|
2266
|
+
/**
|
|
2267
|
+
* Border Color Y
|
|
2268
|
+
* @see https://tailwindcss.com/docs/border-color
|
|
2269
|
+
*/
|
|
2270
|
+
"border-color-y": [{
|
|
2271
|
+
"border-y": [d]
|
|
2272
|
+
}],
|
|
2273
|
+
/**
|
|
2274
|
+
* Border Color Top
|
|
2275
|
+
* @see https://tailwindcss.com/docs/border-color
|
|
2276
|
+
*/
|
|
2277
|
+
"border-color-t": [{
|
|
2278
|
+
"border-t": [d]
|
|
2279
|
+
}],
|
|
2280
|
+
/**
|
|
2281
|
+
* Border Color Right
|
|
2282
|
+
* @see https://tailwindcss.com/docs/border-color
|
|
2283
|
+
*/
|
|
2284
|
+
"border-color-r": [{
|
|
2285
|
+
"border-r": [d]
|
|
2286
|
+
}],
|
|
2287
|
+
/**
|
|
2288
|
+
* Border Color Bottom
|
|
2289
|
+
* @see https://tailwindcss.com/docs/border-color
|
|
2290
|
+
*/
|
|
2291
|
+
"border-color-b": [{
|
|
2292
|
+
"border-b": [d]
|
|
2293
|
+
}],
|
|
2294
|
+
/**
|
|
2295
|
+
* Border Color Left
|
|
2296
|
+
* @see https://tailwindcss.com/docs/border-color
|
|
2297
|
+
*/
|
|
2298
|
+
"border-color-l": [{
|
|
2299
|
+
"border-l": [d]
|
|
2300
|
+
}],
|
|
2301
|
+
/**
|
|
2302
|
+
* Divide Color
|
|
2303
|
+
* @see https://tailwindcss.com/docs/divide-color
|
|
2304
|
+
*/
|
|
2305
|
+
"divide-color": [{
|
|
2306
|
+
divide: [d]
|
|
2307
|
+
}],
|
|
2308
|
+
/**
|
|
2309
|
+
* Outline Style
|
|
2310
|
+
* @see https://tailwindcss.com/docs/outline-style
|
|
2311
|
+
*/
|
|
2312
|
+
"outline-style": [{
|
|
2313
|
+
outline: ["", ...Y()]
|
|
2314
|
+
}],
|
|
2315
|
+
/**
|
|
2316
|
+
* Outline Offset
|
|
2317
|
+
* @see https://tailwindcss.com/docs/outline-offset
|
|
2318
|
+
*/
|
|
2319
|
+
"outline-offset": [{
|
|
2320
|
+
"outline-offset": [z, C]
|
|
2321
|
+
}],
|
|
2322
|
+
/**
|
|
2323
|
+
* Outline Width
|
|
2324
|
+
* @see https://tailwindcss.com/docs/outline-width
|
|
2325
|
+
*/
|
|
2326
|
+
"outline-w": [{
|
|
2327
|
+
outline: [z, D]
|
|
2328
|
+
}],
|
|
2329
|
+
/**
|
|
2330
|
+
* Outline Color
|
|
2331
|
+
* @see https://tailwindcss.com/docs/outline-color
|
|
2332
|
+
*/
|
|
2333
|
+
"outline-color": [{
|
|
2334
|
+
outline: [r]
|
|
2335
|
+
}],
|
|
2336
|
+
/**
|
|
2337
|
+
* Ring Width
|
|
2338
|
+
* @see https://tailwindcss.com/docs/ring-width
|
|
2339
|
+
*/
|
|
2340
|
+
"ring-w": [{
|
|
2341
|
+
ring: O()
|
|
2342
|
+
}],
|
|
2343
|
+
/**
|
|
2344
|
+
* Ring Width Inset
|
|
2345
|
+
* @see https://tailwindcss.com/docs/ring-width
|
|
2346
|
+
*/
|
|
2347
|
+
"ring-w-inset": ["ring-inset"],
|
|
2348
|
+
/**
|
|
2349
|
+
* Ring Color
|
|
2350
|
+
* @see https://tailwindcss.com/docs/ring-color
|
|
2351
|
+
*/
|
|
2352
|
+
"ring-color": [{
|
|
2353
|
+
ring: [r]
|
|
2354
|
+
}],
|
|
2355
|
+
/**
|
|
2356
|
+
* Ring Opacity
|
|
2357
|
+
* @see https://tailwindcss.com/docs/ring-opacity
|
|
2358
|
+
*/
|
|
2359
|
+
"ring-opacity": [{
|
|
2360
|
+
"ring-opacity": [j]
|
|
2361
|
+
}],
|
|
2362
|
+
/**
|
|
2363
|
+
* Ring Offset Width
|
|
2364
|
+
* @see https://tailwindcss.com/docs/ring-offset-width
|
|
2365
|
+
*/
|
|
2366
|
+
"ring-offset-w": [{
|
|
2367
|
+
"ring-offset": [z, D]
|
|
2368
|
+
}],
|
|
2369
|
+
/**
|
|
2370
|
+
* Ring Offset Color
|
|
2371
|
+
* @see https://tailwindcss.com/docs/ring-offset-color
|
|
2372
|
+
*/
|
|
2373
|
+
"ring-offset-color": [{
|
|
2374
|
+
"ring-offset": [r]
|
|
2375
|
+
}],
|
|
2376
|
+
// Effects
|
|
2377
|
+
/**
|
|
2378
|
+
* Box Shadow
|
|
2379
|
+
* @see https://tailwindcss.com/docs/box-shadow
|
|
2380
|
+
*/
|
|
2381
|
+
shadow: [{
|
|
2382
|
+
shadow: ["", "inner", "none", N, u2]
|
|
2383
|
+
}],
|
|
2384
|
+
/**
|
|
2385
|
+
* Box Shadow Color
|
|
2386
|
+
* @see https://tailwindcss.com/docs/box-shadow-color
|
|
2387
|
+
*/
|
|
2388
|
+
"shadow-color": [{
|
|
2389
|
+
shadow: [f1]
|
|
2390
|
+
}],
|
|
2391
|
+
/**
|
|
2392
|
+
* Opacity
|
|
2393
|
+
* @see https://tailwindcss.com/docs/opacity
|
|
2394
|
+
*/
|
|
2395
|
+
opacity: [{
|
|
2396
|
+
opacity: [j]
|
|
2397
|
+
}],
|
|
2398
|
+
/**
|
|
2399
|
+
* Mix Blend Mode
|
|
2400
|
+
* @see https://tailwindcss.com/docs/mix-blend-mode
|
|
2401
|
+
*/
|
|
2402
|
+
"mix-blend": [{
|
|
2403
|
+
"mix-blend": [...s1(), "plus-lighter", "plus-darker"]
|
|
2404
|
+
}],
|
|
2405
|
+
/**
|
|
2406
|
+
* Background Blend Mode
|
|
2407
|
+
* @see https://tailwindcss.com/docs/background-blend-mode
|
|
2408
|
+
*/
|
|
2409
|
+
"bg-blend": [{
|
|
2410
|
+
"bg-blend": s1()
|
|
2411
|
+
}],
|
|
2412
|
+
// Filters
|
|
2413
|
+
/**
|
|
2414
|
+
* Filter
|
|
2415
|
+
* @deprecated since Tailwind CSS v3.0.0
|
|
2416
|
+
* @see https://tailwindcss.com/docs/filter
|
|
2417
|
+
*/
|
|
2418
|
+
filter: [{
|
|
2419
|
+
filter: ["", "none"]
|
|
2420
|
+
}],
|
|
2421
|
+
/**
|
|
2422
|
+
* Blur
|
|
2423
|
+
* @see https://tailwindcss.com/docs/blur
|
|
2424
|
+
*/
|
|
2425
|
+
blur: [{
|
|
2426
|
+
blur: [o]
|
|
2427
|
+
}],
|
|
2428
|
+
/**
|
|
2429
|
+
* Brightness
|
|
2430
|
+
* @see https://tailwindcss.com/docs/brightness
|
|
2431
|
+
*/
|
|
2432
|
+
brightness: [{
|
|
2433
|
+
brightness: [s]
|
|
2434
|
+
}],
|
|
2435
|
+
/**
|
|
2436
|
+
* Contrast
|
|
2437
|
+
* @see https://tailwindcss.com/docs/contrast
|
|
2438
|
+
*/
|
|
2439
|
+
contrast: [{
|
|
2440
|
+
contrast: [p]
|
|
2441
|
+
}],
|
|
2442
|
+
/**
|
|
2443
|
+
* Drop Shadow
|
|
2444
|
+
* @see https://tailwindcss.com/docs/drop-shadow
|
|
2445
|
+
*/
|
|
2446
|
+
"drop-shadow": [{
|
|
2447
|
+
"drop-shadow": ["", "none", N, C]
|
|
2448
|
+
}],
|
|
2449
|
+
/**
|
|
2450
|
+
* Grayscale
|
|
2451
|
+
* @see https://tailwindcss.com/docs/grayscale
|
|
2452
|
+
*/
|
|
2453
|
+
grayscale: [{
|
|
2454
|
+
grayscale: [M]
|
|
2455
|
+
}],
|
|
2456
|
+
/**
|
|
2457
|
+
* Hue Rotate
|
|
2458
|
+
* @see https://tailwindcss.com/docs/hue-rotate
|
|
2459
|
+
*/
|
|
2460
|
+
"hue-rotate": [{
|
|
2461
|
+
"hue-rotate": [m]
|
|
2462
|
+
}],
|
|
2463
|
+
/**
|
|
2464
|
+
* Invert
|
|
2465
|
+
* @see https://tailwindcss.com/docs/invert
|
|
2466
|
+
*/
|
|
2467
|
+
invert: [{
|
|
2468
|
+
invert: [R]
|
|
2469
|
+
}],
|
|
2470
|
+
/**
|
|
2471
|
+
* Saturate
|
|
2472
|
+
* @see https://tailwindcss.com/docs/saturate
|
|
2473
|
+
*/
|
|
2474
|
+
saturate: [{
|
|
2475
|
+
saturate: [U]
|
|
2476
|
+
}],
|
|
2477
|
+
/**
|
|
2478
|
+
* Sepia
|
|
2479
|
+
* @see https://tailwindcss.com/docs/sepia
|
|
2480
|
+
*/
|
|
2481
|
+
sepia: [{
|
|
2482
|
+
sepia: [q]
|
|
2483
|
+
}],
|
|
2484
|
+
/**
|
|
2485
|
+
* Backdrop Filter
|
|
2486
|
+
* @deprecated since Tailwind CSS v3.0.0
|
|
2487
|
+
* @see https://tailwindcss.com/docs/backdrop-filter
|
|
2488
|
+
*/
|
|
2489
|
+
"backdrop-filter": [{
|
|
2490
|
+
"backdrop-filter": ["", "none"]
|
|
2491
|
+
}],
|
|
2492
|
+
/**
|
|
2493
|
+
* Backdrop Blur
|
|
2494
|
+
* @see https://tailwindcss.com/docs/backdrop-blur
|
|
2495
|
+
*/
|
|
2496
|
+
"backdrop-blur": [{
|
|
2497
|
+
"backdrop-blur": [o]
|
|
2498
|
+
}],
|
|
2499
|
+
/**
|
|
2500
|
+
* Backdrop Brightness
|
|
2501
|
+
* @see https://tailwindcss.com/docs/backdrop-brightness
|
|
2502
|
+
*/
|
|
2503
|
+
"backdrop-brightness": [{
|
|
2504
|
+
"backdrop-brightness": [s]
|
|
2505
|
+
}],
|
|
2506
|
+
/**
|
|
2507
|
+
* Backdrop Contrast
|
|
2508
|
+
* @see https://tailwindcss.com/docs/backdrop-contrast
|
|
2509
|
+
*/
|
|
2510
|
+
"backdrop-contrast": [{
|
|
2511
|
+
"backdrop-contrast": [p]
|
|
2512
|
+
}],
|
|
2513
|
+
/**
|
|
2514
|
+
* Backdrop Grayscale
|
|
2515
|
+
* @see https://tailwindcss.com/docs/backdrop-grayscale
|
|
2516
|
+
*/
|
|
2517
|
+
"backdrop-grayscale": [{
|
|
2518
|
+
"backdrop-grayscale": [M]
|
|
2519
|
+
}],
|
|
2520
|
+
/**
|
|
2521
|
+
* Backdrop Hue Rotate
|
|
2522
|
+
* @see https://tailwindcss.com/docs/backdrop-hue-rotate
|
|
2523
|
+
*/
|
|
2524
|
+
"backdrop-hue-rotate": [{
|
|
2525
|
+
"backdrop-hue-rotate": [m]
|
|
2526
|
+
}],
|
|
2527
|
+
/**
|
|
2528
|
+
* Backdrop Invert
|
|
2529
|
+
* @see https://tailwindcss.com/docs/backdrop-invert
|
|
2530
|
+
*/
|
|
2531
|
+
"backdrop-invert": [{
|
|
2532
|
+
"backdrop-invert": [R]
|
|
2533
|
+
}],
|
|
2534
|
+
/**
|
|
2535
|
+
* Backdrop Opacity
|
|
2536
|
+
* @see https://tailwindcss.com/docs/backdrop-opacity
|
|
2537
|
+
*/
|
|
2538
|
+
"backdrop-opacity": [{
|
|
2539
|
+
"backdrop-opacity": [j]
|
|
2540
|
+
}],
|
|
2541
|
+
/**
|
|
2542
|
+
* Backdrop Saturate
|
|
2543
|
+
* @see https://tailwindcss.com/docs/backdrop-saturate
|
|
2544
|
+
*/
|
|
2545
|
+
"backdrop-saturate": [{
|
|
2546
|
+
"backdrop-saturate": [U]
|
|
2547
|
+
}],
|
|
2548
|
+
/**
|
|
2549
|
+
* Backdrop Sepia
|
|
2550
|
+
* @see https://tailwindcss.com/docs/backdrop-sepia
|
|
2551
|
+
*/
|
|
2552
|
+
"backdrop-sepia": [{
|
|
2553
|
+
"backdrop-sepia": [q]
|
|
2554
|
+
}],
|
|
2555
|
+
// Tables
|
|
2556
|
+
/**
|
|
2557
|
+
* Border Collapse
|
|
2558
|
+
* @see https://tailwindcss.com/docs/border-collapse
|
|
2559
|
+
*/
|
|
2560
|
+
"border-collapse": [{
|
|
2561
|
+
border: ["collapse", "separate"]
|
|
2562
|
+
}],
|
|
2563
|
+
/**
|
|
2564
|
+
* Border Spacing
|
|
2565
|
+
* @see https://tailwindcss.com/docs/border-spacing
|
|
2566
|
+
*/
|
|
2567
|
+
"border-spacing": [{
|
|
2568
|
+
"border-spacing": [f]
|
|
2569
|
+
}],
|
|
2570
|
+
/**
|
|
2571
|
+
* Border Spacing X
|
|
2572
|
+
* @see https://tailwindcss.com/docs/border-spacing
|
|
2573
|
+
*/
|
|
2574
|
+
"border-spacing-x": [{
|
|
2575
|
+
"border-spacing-x": [f]
|
|
2576
|
+
}],
|
|
2577
|
+
/**
|
|
2578
|
+
* Border Spacing Y
|
|
2579
|
+
* @see https://tailwindcss.com/docs/border-spacing
|
|
2580
|
+
*/
|
|
2581
|
+
"border-spacing-y": [{
|
|
2582
|
+
"border-spacing-y": [f]
|
|
2583
|
+
}],
|
|
2584
|
+
/**
|
|
2585
|
+
* Table Layout
|
|
2586
|
+
* @see https://tailwindcss.com/docs/table-layout
|
|
2587
|
+
*/
|
|
2588
|
+
"table-layout": [{
|
|
2589
|
+
table: ["auto", "fixed"]
|
|
2590
|
+
}],
|
|
2591
|
+
/**
|
|
2592
|
+
* Caption Side
|
|
2593
|
+
* @see https://tailwindcss.com/docs/caption-side
|
|
2594
|
+
*/
|
|
2595
|
+
caption: [{
|
|
2596
|
+
caption: ["top", "bottom"]
|
|
2597
|
+
}],
|
|
2598
|
+
// Transitions and Animation
|
|
2599
|
+
/**
|
|
2600
|
+
* Tranisition Property
|
|
2601
|
+
* @see https://tailwindcss.com/docs/transition-property
|
|
2602
|
+
*/
|
|
2603
|
+
transition: [{
|
|
2604
|
+
transition: ["none", "all", "", "colors", "opacity", "shadow", "transform", C]
|
|
2605
|
+
}],
|
|
2606
|
+
/**
|
|
2607
|
+
* Transition Duration
|
|
2608
|
+
* @see https://tailwindcss.com/docs/transition-duration
|
|
2609
|
+
*/
|
|
2610
|
+
duration: [{
|
|
2611
|
+
duration: W()
|
|
2612
|
+
}],
|
|
2613
|
+
/**
|
|
2614
|
+
* Transition Timing Function
|
|
2615
|
+
* @see https://tailwindcss.com/docs/transition-timing-function
|
|
2616
|
+
*/
|
|
2617
|
+
ease: [{
|
|
2618
|
+
ease: ["linear", "in", "out", "in-out", C]
|
|
2619
|
+
}],
|
|
2620
|
+
/**
|
|
2621
|
+
* Transition Delay
|
|
2622
|
+
* @see https://tailwindcss.com/docs/transition-delay
|
|
2623
|
+
*/
|
|
2624
|
+
delay: [{
|
|
2625
|
+
delay: W()
|
|
2626
|
+
}],
|
|
2627
|
+
/**
|
|
2628
|
+
* Animation
|
|
2629
|
+
* @see https://tailwindcss.com/docs/animation
|
|
2630
|
+
*/
|
|
2631
|
+
animate: [{
|
|
2632
|
+
animate: ["none", "spin", "ping", "pulse", "bounce", C]
|
|
2633
|
+
}],
|
|
2634
|
+
// Transforms
|
|
2635
|
+
/**
|
|
2636
|
+
* Transform
|
|
2637
|
+
* @see https://tailwindcss.com/docs/transform
|
|
2638
|
+
*/
|
|
2639
|
+
transform: [{
|
|
2640
|
+
transform: ["", "gpu", "none"]
|
|
2641
|
+
}],
|
|
2642
|
+
/**
|
|
2643
|
+
* Scale
|
|
2644
|
+
* @see https://tailwindcss.com/docs/scale
|
|
2645
|
+
*/
|
|
2646
|
+
scale: [{
|
|
2647
|
+
scale: [B]
|
|
2648
|
+
}],
|
|
2649
|
+
/**
|
|
2650
|
+
* Scale X
|
|
2651
|
+
* @see https://tailwindcss.com/docs/scale
|
|
2652
|
+
*/
|
|
2653
|
+
"scale-x": [{
|
|
2654
|
+
"scale-x": [B]
|
|
2655
|
+
}],
|
|
2656
|
+
/**
|
|
2657
|
+
* Scale Y
|
|
2658
|
+
* @see https://tailwindcss.com/docs/scale
|
|
2659
|
+
*/
|
|
2660
|
+
"scale-y": [{
|
|
2661
|
+
"scale-y": [B]
|
|
2662
|
+
}],
|
|
2663
|
+
/**
|
|
2664
|
+
* Rotate
|
|
2665
|
+
* @see https://tailwindcss.com/docs/rotate
|
|
2666
|
+
*/
|
|
2667
|
+
rotate: [{
|
|
2668
|
+
rotate: [u1, C]
|
|
2669
|
+
}],
|
|
2670
|
+
/**
|
|
2671
|
+
* Translate X
|
|
2672
|
+
* @see https://tailwindcss.com/docs/translate
|
|
2673
|
+
*/
|
|
2674
|
+
"translate-x": [{
|
|
2675
|
+
"translate-x": [h1]
|
|
2676
|
+
}],
|
|
2677
|
+
/**
|
|
2678
|
+
* Translate Y
|
|
2679
|
+
* @see https://tailwindcss.com/docs/translate
|
|
2680
|
+
*/
|
|
2681
|
+
"translate-y": [{
|
|
2682
|
+
"translate-y": [h1]
|
|
2683
|
+
}],
|
|
2684
|
+
/**
|
|
2685
|
+
* Skew X
|
|
2686
|
+
* @see https://tailwindcss.com/docs/skew
|
|
2687
|
+
*/
|
|
2688
|
+
"skew-x": [{
|
|
2689
|
+
"skew-x": [C1]
|
|
2690
|
+
}],
|
|
2691
|
+
/**
|
|
2692
|
+
* Skew Y
|
|
2693
|
+
* @see https://tailwindcss.com/docs/skew
|
|
2694
|
+
*/
|
|
2695
|
+
"skew-y": [{
|
|
2696
|
+
"skew-y": [C1]
|
|
2697
|
+
}],
|
|
2698
|
+
/**
|
|
2699
|
+
* Transform Origin
|
|
2700
|
+
* @see https://tailwindcss.com/docs/transform-origin
|
|
2701
|
+
*/
|
|
2702
|
+
"transform-origin": [{
|
|
2703
|
+
origin: ["center", "top", "top-right", "right", "bottom-right", "bottom", "bottom-left", "left", "top-left", C]
|
|
2704
|
+
}],
|
|
2705
|
+
// Interactivity
|
|
2706
|
+
/**
|
|
2707
|
+
* Accent Color
|
|
2708
|
+
* @see https://tailwindcss.com/docs/accent-color
|
|
2709
|
+
*/
|
|
2710
|
+
accent: [{
|
|
2711
|
+
accent: ["auto", r]
|
|
2712
|
+
}],
|
|
2713
|
+
/**
|
|
2714
|
+
* Appearance
|
|
2715
|
+
* @see https://tailwindcss.com/docs/appearance
|
|
2716
|
+
*/
|
|
2717
|
+
appearance: [{
|
|
2718
|
+
appearance: ["none", "auto"]
|
|
2719
|
+
}],
|
|
2720
|
+
/**
|
|
2721
|
+
* Cursor
|
|
2722
|
+
* @see https://tailwindcss.com/docs/cursor
|
|
2723
|
+
*/
|
|
2724
|
+
cursor: [{
|
|
2725
|
+
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", C]
|
|
2726
|
+
}],
|
|
2727
|
+
/**
|
|
2728
|
+
* Caret Color
|
|
2729
|
+
* @see https://tailwindcss.com/docs/just-in-time-mode#caret-color-utilities
|
|
2730
|
+
*/
|
|
2731
|
+
"caret-color": [{
|
|
2732
|
+
caret: [r]
|
|
2733
|
+
}],
|
|
2734
|
+
/**
|
|
2735
|
+
* Pointer Events
|
|
2736
|
+
* @see https://tailwindcss.com/docs/pointer-events
|
|
2737
|
+
*/
|
|
2738
|
+
"pointer-events": [{
|
|
2739
|
+
"pointer-events": ["none", "auto"]
|
|
2740
|
+
}],
|
|
2741
|
+
/**
|
|
2742
|
+
* Resize
|
|
2743
|
+
* @see https://tailwindcss.com/docs/resize
|
|
2744
|
+
*/
|
|
2745
|
+
resize: [{
|
|
2746
|
+
resize: ["none", "y", "x", ""]
|
|
2747
|
+
}],
|
|
2748
|
+
/**
|
|
2749
|
+
* Scroll Behavior
|
|
2750
|
+
* @see https://tailwindcss.com/docs/scroll-behavior
|
|
2751
|
+
*/
|
|
2752
|
+
"scroll-behavior": [{
|
|
2753
|
+
scroll: ["auto", "smooth"]
|
|
2754
|
+
}],
|
|
2755
|
+
/**
|
|
2756
|
+
* Scroll Margin
|
|
2757
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2758
|
+
*/
|
|
2759
|
+
"scroll-m": [{
|
|
2760
|
+
"scroll-m": w()
|
|
2761
|
+
}],
|
|
2762
|
+
/**
|
|
2763
|
+
* Scroll Margin X
|
|
2764
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2765
|
+
*/
|
|
2766
|
+
"scroll-mx": [{
|
|
2767
|
+
"scroll-mx": w()
|
|
2768
|
+
}],
|
|
2769
|
+
/**
|
|
2770
|
+
* Scroll Margin Y
|
|
2771
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2772
|
+
*/
|
|
2773
|
+
"scroll-my": [{
|
|
2774
|
+
"scroll-my": w()
|
|
2775
|
+
}],
|
|
2776
|
+
/**
|
|
2777
|
+
* Scroll Margin Start
|
|
2778
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2779
|
+
*/
|
|
2780
|
+
"scroll-ms": [{
|
|
2781
|
+
"scroll-ms": w()
|
|
2782
|
+
}],
|
|
2783
|
+
/**
|
|
2784
|
+
* Scroll Margin End
|
|
2785
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2786
|
+
*/
|
|
2787
|
+
"scroll-me": [{
|
|
2788
|
+
"scroll-me": w()
|
|
2789
|
+
}],
|
|
2790
|
+
/**
|
|
2791
|
+
* Scroll Margin Top
|
|
2792
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2793
|
+
*/
|
|
2794
|
+
"scroll-mt": [{
|
|
2795
|
+
"scroll-mt": w()
|
|
2796
|
+
}],
|
|
2797
|
+
/**
|
|
2798
|
+
* Scroll Margin Right
|
|
2799
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2800
|
+
*/
|
|
2801
|
+
"scroll-mr": [{
|
|
2802
|
+
"scroll-mr": w()
|
|
2803
|
+
}],
|
|
2804
|
+
/**
|
|
2805
|
+
* Scroll Margin Bottom
|
|
2806
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2807
|
+
*/
|
|
2808
|
+
"scroll-mb": [{
|
|
2809
|
+
"scroll-mb": w()
|
|
2810
|
+
}],
|
|
2811
|
+
/**
|
|
2812
|
+
* Scroll Margin Left
|
|
2813
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2814
|
+
*/
|
|
2815
|
+
"scroll-ml": [{
|
|
2816
|
+
"scroll-ml": w()
|
|
2817
|
+
}],
|
|
2818
|
+
/**
|
|
2819
|
+
* Scroll Padding
|
|
2820
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2821
|
+
*/
|
|
2822
|
+
"scroll-p": [{
|
|
2823
|
+
"scroll-p": w()
|
|
2824
|
+
}],
|
|
2825
|
+
/**
|
|
2826
|
+
* Scroll Padding X
|
|
2827
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2828
|
+
*/
|
|
2829
|
+
"scroll-px": [{
|
|
2830
|
+
"scroll-px": w()
|
|
2831
|
+
}],
|
|
2832
|
+
/**
|
|
2833
|
+
* Scroll Padding Y
|
|
2834
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2835
|
+
*/
|
|
2836
|
+
"scroll-py": [{
|
|
2837
|
+
"scroll-py": w()
|
|
2838
|
+
}],
|
|
2839
|
+
/**
|
|
2840
|
+
* Scroll Padding Start
|
|
2841
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2842
|
+
*/
|
|
2843
|
+
"scroll-ps": [{
|
|
2844
|
+
"scroll-ps": w()
|
|
2845
|
+
}],
|
|
2846
|
+
/**
|
|
2847
|
+
* Scroll Padding End
|
|
2848
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2849
|
+
*/
|
|
2850
|
+
"scroll-pe": [{
|
|
2851
|
+
"scroll-pe": w()
|
|
2852
|
+
}],
|
|
2853
|
+
/**
|
|
2854
|
+
* Scroll Padding Top
|
|
2855
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2856
|
+
*/
|
|
2857
|
+
"scroll-pt": [{
|
|
2858
|
+
"scroll-pt": w()
|
|
2859
|
+
}],
|
|
2860
|
+
/**
|
|
2861
|
+
* Scroll Padding Right
|
|
2862
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2863
|
+
*/
|
|
2864
|
+
"scroll-pr": [{
|
|
2865
|
+
"scroll-pr": w()
|
|
2866
|
+
}],
|
|
2867
|
+
/**
|
|
2868
|
+
* Scroll Padding Bottom
|
|
2869
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2870
|
+
*/
|
|
2871
|
+
"scroll-pb": [{
|
|
2872
|
+
"scroll-pb": w()
|
|
2873
|
+
}],
|
|
2874
|
+
/**
|
|
2875
|
+
* Scroll Padding Left
|
|
2876
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2877
|
+
*/
|
|
2878
|
+
"scroll-pl": [{
|
|
2879
|
+
"scroll-pl": w()
|
|
2880
|
+
}],
|
|
2881
|
+
/**
|
|
2882
|
+
* Scroll Snap Align
|
|
2883
|
+
* @see https://tailwindcss.com/docs/scroll-snap-align
|
|
2884
|
+
*/
|
|
2885
|
+
"snap-align": [{
|
|
2886
|
+
snap: ["start", "end", "center", "align-none"]
|
|
2887
|
+
}],
|
|
2888
|
+
/**
|
|
2889
|
+
* Scroll Snap Stop
|
|
2890
|
+
* @see https://tailwindcss.com/docs/scroll-snap-stop
|
|
2891
|
+
*/
|
|
2892
|
+
"snap-stop": [{
|
|
2893
|
+
snap: ["normal", "always"]
|
|
2894
|
+
}],
|
|
2895
|
+
/**
|
|
2896
|
+
* Scroll Snap Type
|
|
2897
|
+
* @see https://tailwindcss.com/docs/scroll-snap-type
|
|
2898
|
+
*/
|
|
2899
|
+
"snap-type": [{
|
|
2900
|
+
snap: ["none", "x", "y", "both"]
|
|
2901
|
+
}],
|
|
2902
|
+
/**
|
|
2903
|
+
* Scroll Snap Type Strictness
|
|
2904
|
+
* @see https://tailwindcss.com/docs/scroll-snap-type
|
|
2905
|
+
*/
|
|
2906
|
+
"snap-strictness": [{
|
|
2907
|
+
snap: ["mandatory", "proximity"]
|
|
2908
|
+
}],
|
|
2909
|
+
/**
|
|
2910
|
+
* Touch Action
|
|
2911
|
+
* @see https://tailwindcss.com/docs/touch-action
|
|
2912
|
+
*/
|
|
2913
|
+
touch: [{
|
|
2914
|
+
touch: ["auto", "none", "manipulation"]
|
|
2915
|
+
}],
|
|
2916
|
+
/**
|
|
2917
|
+
* Touch Action X
|
|
2918
|
+
* @see https://tailwindcss.com/docs/touch-action
|
|
2919
|
+
*/
|
|
2920
|
+
"touch-x": [{
|
|
2921
|
+
"touch-pan": ["x", "left", "right"]
|
|
2922
|
+
}],
|
|
2923
|
+
/**
|
|
2924
|
+
* Touch Action Y
|
|
2925
|
+
* @see https://tailwindcss.com/docs/touch-action
|
|
2926
|
+
*/
|
|
2927
|
+
"touch-y": [{
|
|
2928
|
+
"touch-pan": ["y", "up", "down"]
|
|
2929
|
+
}],
|
|
2930
|
+
/**
|
|
2931
|
+
* Touch Action Pinch Zoom
|
|
2932
|
+
* @see https://tailwindcss.com/docs/touch-action
|
|
2933
|
+
*/
|
|
2934
|
+
"touch-pz": ["touch-pinch-zoom"],
|
|
2935
|
+
/**
|
|
2936
|
+
* User Select
|
|
2937
|
+
* @see https://tailwindcss.com/docs/user-select
|
|
2938
|
+
*/
|
|
2939
|
+
select: [{
|
|
2940
|
+
select: ["none", "text", "all", "auto"]
|
|
2941
|
+
}],
|
|
2942
|
+
/**
|
|
2943
|
+
* Will Change
|
|
2944
|
+
* @see https://tailwindcss.com/docs/will-change
|
|
2945
|
+
*/
|
|
2946
|
+
"will-change": [{
|
|
2947
|
+
"will-change": ["auto", "scroll", "contents", "transform", C]
|
|
2948
|
+
}],
|
|
2949
|
+
// SVG
|
|
2950
|
+
/**
|
|
2951
|
+
* Fill
|
|
2952
|
+
* @see https://tailwindcss.com/docs/fill
|
|
2953
|
+
*/
|
|
2954
|
+
fill: [{
|
|
2955
|
+
fill: [r, "none"]
|
|
2956
|
+
}],
|
|
2957
|
+
/**
|
|
2958
|
+
* Stroke Width
|
|
2959
|
+
* @see https://tailwindcss.com/docs/stroke-width
|
|
2960
|
+
*/
|
|
2961
|
+
"stroke-w": [{
|
|
2962
|
+
stroke: [z, D, E1]
|
|
2963
|
+
}],
|
|
2964
|
+
/**
|
|
2965
|
+
* Stroke
|
|
2966
|
+
* @see https://tailwindcss.com/docs/stroke
|
|
2967
|
+
*/
|
|
2968
|
+
stroke: [{
|
|
2969
|
+
stroke: [r, "none"]
|
|
2970
|
+
}],
|
|
2971
|
+
// Accessibility
|
|
2972
|
+
/**
|
|
2973
|
+
* Screen Readers
|
|
2974
|
+
* @see https://tailwindcss.com/docs/screen-readers
|
|
2975
|
+
*/
|
|
2976
|
+
sr: ["sr-only", "not-sr-only"],
|
|
2977
|
+
/**
|
|
2978
|
+
* Forced Color Adjust
|
|
2979
|
+
* @see https://tailwindcss.com/docs/forced-color-adjust
|
|
2980
|
+
*/
|
|
2981
|
+
"forced-color-adjust": [{
|
|
2982
|
+
"forced-color-adjust": ["auto", "none"]
|
|
2983
|
+
}]
|
|
2984
|
+
},
|
|
2985
|
+
conflictingClassGroups: {
|
|
2986
|
+
overflow: ["overflow-x", "overflow-y"],
|
|
2987
|
+
overscroll: ["overscroll-x", "overscroll-y"],
|
|
2988
|
+
inset: ["inset-x", "inset-y", "start", "end", "top", "right", "bottom", "left"],
|
|
2989
|
+
"inset-x": ["right", "left"],
|
|
2990
|
+
"inset-y": ["top", "bottom"],
|
|
2991
|
+
flex: ["basis", "grow", "shrink"],
|
|
2992
|
+
gap: ["gap-x", "gap-y"],
|
|
2993
|
+
p: ["px", "py", "ps", "pe", "pt", "pr", "pb", "pl"],
|
|
2994
|
+
px: ["pr", "pl"],
|
|
2995
|
+
py: ["pt", "pb"],
|
|
2996
|
+
m: ["mx", "my", "ms", "me", "mt", "mr", "mb", "ml"],
|
|
2997
|
+
mx: ["mr", "ml"],
|
|
2998
|
+
my: ["mt", "mb"],
|
|
2999
|
+
size: ["w", "h"],
|
|
3000
|
+
"font-size": ["leading"],
|
|
3001
|
+
"fvn-normal": ["fvn-ordinal", "fvn-slashed-zero", "fvn-figure", "fvn-spacing", "fvn-fraction"],
|
|
3002
|
+
"fvn-ordinal": ["fvn-normal"],
|
|
3003
|
+
"fvn-slashed-zero": ["fvn-normal"],
|
|
3004
|
+
"fvn-figure": ["fvn-normal"],
|
|
3005
|
+
"fvn-spacing": ["fvn-normal"],
|
|
3006
|
+
"fvn-fraction": ["fvn-normal"],
|
|
3007
|
+
"line-clamp": ["display", "overflow"],
|
|
3008
|
+
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"],
|
|
3009
|
+
"rounded-s": ["rounded-ss", "rounded-es"],
|
|
3010
|
+
"rounded-e": ["rounded-se", "rounded-ee"],
|
|
3011
|
+
"rounded-t": ["rounded-tl", "rounded-tr"],
|
|
3012
|
+
"rounded-r": ["rounded-tr", "rounded-br"],
|
|
3013
|
+
"rounded-b": ["rounded-br", "rounded-bl"],
|
|
3014
|
+
"rounded-l": ["rounded-tl", "rounded-bl"],
|
|
3015
|
+
"border-spacing": ["border-spacing-x", "border-spacing-y"],
|
|
3016
|
+
"border-w": ["border-w-s", "border-w-e", "border-w-t", "border-w-r", "border-w-b", "border-w-l"],
|
|
3017
|
+
"border-w-x": ["border-w-r", "border-w-l"],
|
|
3018
|
+
"border-w-y": ["border-w-t", "border-w-b"],
|
|
3019
|
+
"border-color": ["border-color-t", "border-color-r", "border-color-b", "border-color-l"],
|
|
3020
|
+
"border-color-x": ["border-color-r", "border-color-l"],
|
|
3021
|
+
"border-color-y": ["border-color-t", "border-color-b"],
|
|
3022
|
+
"scroll-m": ["scroll-mx", "scroll-my", "scroll-ms", "scroll-me", "scroll-mt", "scroll-mr", "scroll-mb", "scroll-ml"],
|
|
3023
|
+
"scroll-mx": ["scroll-mr", "scroll-ml"],
|
|
3024
|
+
"scroll-my": ["scroll-mt", "scroll-mb"],
|
|
3025
|
+
"scroll-p": ["scroll-px", "scroll-py", "scroll-ps", "scroll-pe", "scroll-pt", "scroll-pr", "scroll-pb", "scroll-pl"],
|
|
3026
|
+
"scroll-px": ["scroll-pr", "scroll-pl"],
|
|
3027
|
+
"scroll-py": ["scroll-pt", "scroll-pb"],
|
|
3028
|
+
touch: ["touch-x", "touch-y", "touch-pz"],
|
|
3029
|
+
"touch-x": ["touch"],
|
|
3030
|
+
"touch-y": ["touch"],
|
|
3031
|
+
"touch-pz": ["touch"]
|
|
3032
|
+
},
|
|
3033
|
+
conflictingClassGroupModifiers: {
|
|
3034
|
+
"font-size": ["leading"]
|
|
3035
|
+
}
|
|
3036
|
+
};
|
|
3037
|
+
}, g2 = /* @__PURE__ */ K3(h2);
|
|
3038
|
+
function w2(...r) {
|
|
3039
|
+
return g2(I3(r));
|
|
3040
|
+
}
|
|
3041
|
+
const y2 = () => {
|
|
3042
|
+
const [r, t] = T3(window.innerWidth <= 768), o = P3(window.innerWidth);
|
|
3043
|
+
return Z3(() => {
|
|
3044
|
+
const s = () => {
|
|
3045
|
+
const d = window.innerWidth;
|
|
3046
|
+
d <= 768 && o.current > 768 ? t(!0) : d > 768 && o.current <= 768 && t(!1), o.current = d;
|
|
3047
|
+
};
|
|
3048
|
+
return window.addEventListener("resize", s), () => window.removeEventListener("resize", s);
|
|
3049
|
+
}, []), r;
|
|
3050
|
+
}, x = (r) => r === "small" ? "24" : r === "large" ? "64" : isNaN(Number(r)) ? "24" : `${r}`;
|
|
3051
|
+
function x2({ color: r = Z.fg.tertiary, ...t }) {
|
|
3052
|
+
return /* @__PURE__ */ i.jsx("svg", { width: "20", height: "21", viewBox: "0 0 20 21", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t, children: /* @__PURE__ */ i.jsx("g", { id: "icon / 20 / edit", children: /* @__PURE__ */ i.jsxs("g", { id: "Icon", children: [
|
|
3053
|
+
/* @__PURE__ */ i.jsx(
|
|
3054
|
+
"path",
|
|
3055
|
+
{
|
|
3056
|
+
d: "M12.9597 4.06902C13.3502 3.67849 13.9834 3.67849 14.3739 4.06902L16.4311 6.12621C16.8217 6.51673 16.8217 7.1499 16.4311 7.54042L14.4716 9.49998L11.0002 6.02858L12.9597 4.06902Z",
|
|
3057
|
+
fill: r
|
|
3058
|
+
}
|
|
3059
|
+
),
|
|
3060
|
+
/* @__PURE__ */ i.jsx(
|
|
3061
|
+
"path",
|
|
3062
|
+
{
|
|
3063
|
+
d: "M10.5288 6.49998L3.62639 13.4023C3.43885 13.5899 3.3335 13.8442 3.3335 14.1095V16.8333C3.3335 17.0174 3.48273 17.1666 3.66683 17.1666H6.39069C6.6559 17.1666 6.91026 17.0613 7.09779 16.8738L14.0002 9.97139L10.5288 6.49998Z",
|
|
3064
|
+
fill: r
|
|
3065
|
+
}
|
|
3066
|
+
)
|
|
3067
|
+
] }) }) });
|
|
3068
|
+
}
|
|
3069
|
+
function V2({
|
|
3070
|
+
color: r = Z.primary[900],
|
|
3071
|
+
size: t = "small",
|
|
3072
|
+
direction: o = "right",
|
|
3073
|
+
...s
|
|
3074
|
+
}) {
|
|
3075
|
+
return /* @__PURE__ */ i.jsx(
|
|
3076
|
+
"svg",
|
|
3077
|
+
{
|
|
3078
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3079
|
+
width: x(t),
|
|
3080
|
+
height: x(t),
|
|
3081
|
+
viewBox: "0 0 24 24",
|
|
3082
|
+
fill: "none",
|
|
3083
|
+
style: { transform: `${o === "right" && "rotate(180deg)"}` },
|
|
3084
|
+
...s,
|
|
3085
|
+
children: /* @__PURE__ */ i.jsx(
|
|
3086
|
+
"path",
|
|
3087
|
+
{
|
|
3088
|
+
d: "M14.2929 19.7071C14.6834 20.0976 15.3166 20.0976 15.7071 19.7071C16.0976 19.3166 16.0976 18.6834 15.7071 18.2929L14.2929 19.7071ZM8 12L7.29289 11.2929C7.10536 11.4804 7 11.7348 7 12C7 12.2652 7.10536 12.5196 7.29289 12.7071L8 12ZM15.7071 5.70711C16.0976 5.31658 16.0976 4.68342 15.7071 4.29289C15.3166 3.90237 14.6834 3.90237 14.2929 4.29289L15.7071 5.70711ZM15.7071 18.2929L8.70711 11.2929L7.29289 12.7071L14.2929 19.7071L15.7071 18.2929ZM8.70711 12.7071L15.7071 5.70711L14.2929 4.29289L7.29289 11.2929L8.70711 12.7071Z",
|
|
3089
|
+
fill: r
|
|
3090
|
+
}
|
|
3091
|
+
)
|
|
3092
|
+
}
|
|
3093
|
+
);
|
|
3094
|
+
}
|
|
3095
|
+
function M2({ color: r = Z.primary[900], size: t = "small", ...o }) {
|
|
3096
|
+
return /* @__PURE__ */ i.jsx(
|
|
3097
|
+
"svg",
|
|
3098
|
+
{
|
|
3099
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3100
|
+
width: x(t),
|
|
3101
|
+
height: x(t),
|
|
3102
|
+
viewBox: "0 0 24 24",
|
|
3103
|
+
fill: "none",
|
|
3104
|
+
...o,
|
|
3105
|
+
children: /* @__PURE__ */ i.jsx(
|
|
3106
|
+
"path",
|
|
3107
|
+
{
|
|
3108
|
+
d: "M7 7.00003L17 17M17 7.00003L7 17",
|
|
3109
|
+
stroke: r,
|
|
3110
|
+
strokeWidth: "2",
|
|
3111
|
+
strokeLinecap: "round",
|
|
3112
|
+
strokeLinejoin: "round"
|
|
3113
|
+
}
|
|
3114
|
+
)
|
|
3115
|
+
}
|
|
3116
|
+
);
|
|
3117
|
+
}
|
|
3118
|
+
function k2({ color: r = Z.sf.primary, size: t = "small", ...o }) {
|
|
3119
|
+
return /* @__PURE__ */ i.jsx(
|
|
3120
|
+
"svg",
|
|
3121
|
+
{
|
|
3122
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3123
|
+
width: x(t),
|
|
3124
|
+
height: x(t),
|
|
3125
|
+
viewBox: "0 0 24 24",
|
|
3126
|
+
fill: "none",
|
|
3127
|
+
...o,
|
|
3128
|
+
children: /* @__PURE__ */ i.jsx("path", { d: "M7 12L11 16L17 7", stroke: r, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
3129
|
+
}
|
|
3130
|
+
);
|
|
3131
|
+
}
|
|
3132
|
+
function j2({ color: r = "#E6F0E2", size: t = "large", ...o }) {
|
|
3133
|
+
return /* @__PURE__ */ i.jsx(
|
|
3134
|
+
"svg",
|
|
3135
|
+
{
|
|
3136
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3137
|
+
width: x(t),
|
|
3138
|
+
height: x(t),
|
|
3139
|
+
viewBox: "0 0 64 64",
|
|
3140
|
+
fill: "none",
|
|
3141
|
+
...o,
|
|
3142
|
+
children: /* @__PURE__ */ i.jsx(
|
|
3143
|
+
"path",
|
|
3144
|
+
{
|
|
3145
|
+
d: "M16.3092 50.1609C19.855 45.5848 25.3348 42.6667 32 42.6667C38.6652 42.6667 44.145 45.5848 47.6908 50.1609M16.3092 50.1609C20.5165 53.7992 26.0012 56 32 56C37.9988 56 43.4835 53.7992 47.6908 50.1609M16.3092 50.1609C11.2201 45.76 8 39.2561 8 32C8 18.7452 18.7452 8 32 8C45.2548 8 56 18.7452 56 32C56 39.2561 52.7799 45.76 47.6908 50.1609M40 26.6667C40 31.0849 36.4183 34.6667 32 34.6667C27.5817 34.6667 24 31.0849 24 26.6667C24 22.2484 27.5817 18.6667 32 18.6667C36.4183 18.6667 40 22.2484 40 26.6667Z",
|
|
3146
|
+
stroke: r,
|
|
3147
|
+
strokeWidth: "2",
|
|
3148
|
+
strokeLinejoin: "round"
|
|
3149
|
+
}
|
|
3150
|
+
)
|
|
3151
|
+
}
|
|
3152
|
+
);
|
|
3153
|
+
}
|
|
3154
|
+
function R2({ color: r = Z.fg.tertiary, size: t = "small", ...o }) {
|
|
3155
|
+
return /* @__PURE__ */ i.jsx(
|
|
3156
|
+
"svg",
|
|
3157
|
+
{
|
|
3158
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3159
|
+
width: x(t),
|
|
3160
|
+
height: x(t),
|
|
3161
|
+
viewBox: "0 0 24 24",
|
|
3162
|
+
fill: "none",
|
|
3163
|
+
...o,
|
|
3164
|
+
children: /* @__PURE__ */ i.jsx(
|
|
3165
|
+
"path",
|
|
3166
|
+
{
|
|
3167
|
+
d: "M14 2C11.2386 2 9 4.23858 9 7V15C9 16.6569 10.3431 18 12 18C13.6569 18 15 16.6569 15 15V7C15 6.44772 14.5523 6 14 6C13.4477 6 13 6.44772 13 7V15C13 15.5523 12.5523 16 12 16C11.4477 16 11 15.5523 11 15V7C11 5.34315 12.3431 4 14 4C15.6569 4 17 5.34315 17 7V15C17 17.7614 14.7614 20 12 20C9.23858 20 7 17.7614 7 15V11C7 10.4477 6.55228 10 6 10C5.44772 10 5 10.4477 5 11V15C5 18.866 8.13401 22 12 22C15.866 22 19 18.866 19 15V7C19 4.23858 16.7614 2 14 2Z",
|
|
3168
|
+
fill: r
|
|
3169
|
+
}
|
|
3170
|
+
)
|
|
3171
|
+
}
|
|
3172
|
+
);
|
|
3173
|
+
}
|
|
3174
|
+
function L2({ color: r = Z.primary[900], size: t = "small", ...o }) {
|
|
3175
|
+
return /* @__PURE__ */ i.jsxs(
|
|
3176
|
+
"svg",
|
|
3177
|
+
{
|
|
3178
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3179
|
+
width: x(t),
|
|
3180
|
+
height: x(t),
|
|
3181
|
+
viewBox: "0 0 24 24",
|
|
3182
|
+
fill: "none",
|
|
3183
|
+
...o,
|
|
3184
|
+
children: [
|
|
3185
|
+
/* @__PURE__ */ i.jsx(
|
|
3186
|
+
"path",
|
|
3187
|
+
{
|
|
3188
|
+
d: "M13 3.50003V7.00003C13 8.1046 13.8954 9.00003 15 9.00003H18.5M9 13H12M9 17H15.5",
|
|
3189
|
+
stroke: r,
|
|
3190
|
+
strokeWidth: "2",
|
|
3191
|
+
strokeLinecap: "round"
|
|
3192
|
+
}
|
|
3193
|
+
),
|
|
3194
|
+
/* @__PURE__ */ i.jsx(
|
|
3195
|
+
"path",
|
|
3196
|
+
{
|
|
3197
|
+
d: "M5 5.00003C5 3.89546 5.89543 3.00003 7 3.00003H13L19 9.00003V19C19 20.1046 18.1046 21 17 21H7C5.89543 21 5 20.1046 5 19V5.00003Z",
|
|
3198
|
+
stroke: r,
|
|
3199
|
+
strokeWidth: "2"
|
|
3200
|
+
}
|
|
3201
|
+
)
|
|
3202
|
+
]
|
|
3203
|
+
}
|
|
3204
|
+
);
|
|
3205
|
+
}
|
|
3206
|
+
function E2({
|
|
3207
|
+
color: r = Z.primary[900],
|
|
3208
|
+
size: t = "small",
|
|
3209
|
+
direction: o = "right",
|
|
3210
|
+
...s
|
|
3211
|
+
}) {
|
|
3212
|
+
return /* @__PURE__ */ i.jsx(
|
|
3213
|
+
"svg",
|
|
3214
|
+
{
|
|
3215
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3216
|
+
width: x(t),
|
|
3217
|
+
height: x(t),
|
|
3218
|
+
viewBox: "0 0 24 24",
|
|
3219
|
+
fill: "none",
|
|
3220
|
+
style: { transform: `${o === "left" && "rotate(180deg)"}` },
|
|
3221
|
+
...s,
|
|
3222
|
+
children: /* @__PURE__ */ i.jsx(
|
|
3223
|
+
"path",
|
|
3224
|
+
{
|
|
3225
|
+
fillRule: "evenodd",
|
|
3226
|
+
clipRule: "evenodd",
|
|
3227
|
+
d: "M13.2929 7.29289C12.9024 7.68342 12.9024 8.31658 13.2929 8.70711L16.5858 12L13.2929 15.2929C12.9024 15.6834 12.9024 16.3166 13.2929 16.7071C13.6834 17.0976 14.3166 17.0976 14.7071 16.7071L18.7071 12.7071C19.0976 12.3166 19.0976 11.6834 18.7071 11.2929L14.7071 7.29289C14.3166 6.90237 13.6834 6.90237 13.2929 7.29289ZM6.29289 7.29289C5.90237 7.68342 5.90237 8.31658 6.29289 8.70711L9.58579 12L6.29289 15.2929C5.90237 15.6834 5.90237 16.3166 6.29289 16.7071C6.68342 17.0976 7.31658 17.0976 7.70711 16.7071L11.7071 12.7071C12.0976 12.3166 12.0976 11.6834 11.7071 11.2929L7.70711 7.29289C7.31658 6.90237 6.68342 6.90237 6.29289 7.29289Z",
|
|
3228
|
+
fill: r
|
|
3229
|
+
}
|
|
3230
|
+
)
|
|
3231
|
+
}
|
|
3232
|
+
);
|
|
3233
|
+
}
|
|
3234
|
+
function H2({ color: r = Z.primary[900], size: t = "small", ...o }) {
|
|
3235
|
+
return /* @__PURE__ */ i.jsx(
|
|
3236
|
+
"svg",
|
|
3237
|
+
{
|
|
3238
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3239
|
+
width: x(t),
|
|
3240
|
+
height: x(t),
|
|
3241
|
+
viewBox: "0 0 24 24",
|
|
3242
|
+
fill: "none",
|
|
3243
|
+
...o,
|
|
3244
|
+
children: /* @__PURE__ */ i.jsx(
|
|
3245
|
+
"path",
|
|
3246
|
+
{
|
|
3247
|
+
d: "M21 5H22C22 4.44772 21.5523 4 21 4V5ZM21 19V20C21.5523 20 22 19.5523 22 19H21ZM3 19H2C2 19.5523 2.44772 20 3 20V19ZM3 5V4C2.44772 4 2 4.44772 2 5H3ZM12 13L11.3668 13.774C11.7351 14.0754 12.2649 14.0754 12.6332 13.774L12 13ZM20 5V19H22V5H20ZM21 18H3V20H21V18ZM4 19V5H2V19H4ZM3 6H21V4H3V6ZM20.3668 4.86241L11.3668 12.226L12.6332 13.774L21.6332 6.41033L20.3668 4.86241ZM12.6332 12.226L3.63324 4.86241L2.36676 6.41033L11.3668 13.774L12.6332 12.226Z",
|
|
3248
|
+
fill: r
|
|
3249
|
+
}
|
|
3250
|
+
)
|
|
3251
|
+
}
|
|
3252
|
+
);
|
|
3253
|
+
}
|
|
3254
|
+
function _2({ color: r = Z.fg.tertiary, size: t = "small", ...o }) {
|
|
3255
|
+
return /* @__PURE__ */ i.jsx(
|
|
3256
|
+
"svg",
|
|
3257
|
+
{
|
|
3258
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3259
|
+
width: x(t),
|
|
3260
|
+
height: x(t),
|
|
3261
|
+
viewBox: "0 0 24 24",
|
|
3262
|
+
fill: "none",
|
|
3263
|
+
...o,
|
|
3264
|
+
children: /* @__PURE__ */ i.jsx(
|
|
3265
|
+
"path",
|
|
3266
|
+
{
|
|
3267
|
+
d: "M20 5V15H4M4 15L8 11M4 15L8 19",
|
|
3268
|
+
stroke: r,
|
|
3269
|
+
strokeWidth: "2",
|
|
3270
|
+
strokeLinecap: "round",
|
|
3271
|
+
strokeLinejoin: "round"
|
|
3272
|
+
}
|
|
3273
|
+
)
|
|
3274
|
+
}
|
|
3275
|
+
);
|
|
3276
|
+
}
|
|
3277
|
+
function S2({ color: r = Z.white, size: t = "small", ...o }) {
|
|
3278
|
+
return /* @__PURE__ */ i.jsxs(
|
|
3279
|
+
"svg",
|
|
3280
|
+
{
|
|
3281
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3282
|
+
width: x(t),
|
|
3283
|
+
height: x(t),
|
|
3284
|
+
viewBox: "0 0 32 32",
|
|
3285
|
+
fill: "none",
|
|
3286
|
+
...o,
|
|
3287
|
+
children: [
|
|
3288
|
+
/* @__PURE__ */ i.jsx(
|
|
3289
|
+
"path",
|
|
3290
|
+
{
|
|
3291
|
+
d: "M5.33334 11.6667L16 3L26.6667 11.6667V26.6667H5.33334V11.6667Z",
|
|
3292
|
+
stroke: r,
|
|
3293
|
+
"stroke-width": "2",
|
|
3294
|
+
"stroke-linejoin": "round"
|
|
3295
|
+
}
|
|
3296
|
+
),
|
|
3297
|
+
/* @__PURE__ */ i.jsx("path", { d: "M12 17.3333H20V26.6667H12V17.3333Z", stroke: "white", "stroke-width": "2", "stroke-linejoin": "round" })
|
|
3298
|
+
]
|
|
3299
|
+
}
|
|
3300
|
+
);
|
|
3301
|
+
}
|
|
3302
|
+
function T2() {
|
|
3303
|
+
return /* @__PURE__ */ i.jsxs("svg", { width: "135", height: "40", viewBox: "0 0 135 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3304
|
+
/* @__PURE__ */ i.jsx(
|
|
3305
|
+
"path",
|
|
3306
|
+
{
|
|
3307
|
+
d: "M47.9119 32.4545V33.4773H44.3366V32.4545H47.9119ZM45.2955 30.8864H46.5696V37.0781C46.5696 37.3253 46.6065 37.5114 46.6804 37.6364C46.7543 37.7585 46.8494 37.8423 46.9659 37.8878C47.0852 37.9304 47.2145 37.9517 47.3537 37.9517C47.456 37.9517 47.5455 37.9446 47.6222 37.9304C47.6989 37.9162 47.7585 37.9048 47.8011 37.8963L48.0312 38.9489C47.9574 38.9773 47.8523 39.0057 47.7159 39.0341C47.5795 39.0653 47.4091 39.0824 47.2045 39.0852C46.8693 39.0909 46.5568 39.0312 46.267 38.9062C45.9773 38.7812 45.7429 38.5881 45.5639 38.3267C45.3849 38.0653 45.2955 37.7372 45.2955 37.3423V30.8864ZM51.5921 39.1321C50.9472 39.1321 50.3918 38.9943 49.9259 38.7188C49.4628 38.4403 49.1049 38.0497 48.852 37.5469C48.602 37.0412 48.477 36.4489 48.477 35.7699C48.477 35.0994 48.602 34.5085 48.852 33.9972C49.1049 33.4858 49.4571 33.0866 49.9088 32.7997C50.3634 32.5128 50.8946 32.3693 51.5026 32.3693C51.8719 32.3693 52.2299 32.4304 52.5765 32.5526C52.9231 32.6747 53.2341 32.8665 53.5097 33.1278C53.7853 33.3892 54.0026 33.7287 54.1617 34.1463C54.3208 34.5611 54.4003 35.0653 54.4003 35.6591V36.1108H49.1972V35.1562H53.1517C53.1517 34.821 53.0836 34.5241 52.9472 34.2656C52.8108 34.0043 52.6191 33.7983 52.3719 33.6477C52.1276 33.4972 51.8407 33.4219 51.5111 33.4219C51.1532 33.4219 50.8407 33.5099 50.5736 33.6861C50.3094 33.8594 50.1049 34.0866 49.96 34.3679C49.8179 34.6463 49.7469 34.9489 49.7469 35.2756V36.0213C49.7469 36.4588 49.8236 36.831 49.977 37.1378C50.1333 37.4446 50.3506 37.679 50.629 37.8409C50.9074 38 51.2327 38.0795 51.6049 38.0795C51.8463 38.0795 52.0665 38.0455 52.2654 37.9773C52.4642 37.9062 52.6361 37.8011 52.781 37.6619C52.9259 37.5227 53.0367 37.3509 53.1134 37.1463L54.3194 37.3636C54.2228 37.7187 54.0495 38.0298 53.7995 38.2969C53.5523 38.5611 53.2412 38.767 52.8662 38.9148C52.4941 39.0597 52.0694 39.1321 51.5921 39.1321ZM55.334 39V32.4545H56.6082V39H55.334ZM55.9775 31.4446C55.7559 31.4446 55.5656 31.3707 55.4065 31.223C55.2502 31.0724 55.1721 30.8935 55.1721 30.6861C55.1721 30.4759 55.2502 30.2969 55.4065 30.1491C55.5656 29.9986 55.7559 29.9233 55.9775 29.9233C56.1991 29.9233 56.388 29.9986 56.5443 30.1491C56.7034 30.2969 56.7829 30.4759 56.7829 30.6861C56.7829 30.8935 56.7034 31.0724 56.5443 31.223C56.388 31.3707 56.1991 31.4446 55.9775 31.4446ZM59.1165 30.2727V39H57.8423V30.2727H59.1165ZM68.6458 32.4545L66.2722 39H64.9086L62.5308 32.4545H63.8987L65.5563 37.4915H65.6245L67.2779 32.4545H68.6458ZM71.8977 39.1321C71.2841 39.1321 70.7486 38.9915 70.2912 38.7102C69.8338 38.429 69.4787 38.0355 69.2258 37.5298C68.973 37.0241 68.8466 36.4332 68.8466 35.7571C68.8466 35.0781 68.973 34.4844 69.2258 33.9759C69.4787 33.4673 69.8338 33.0724 70.2912 32.7912C70.7486 32.5099 71.2841 32.3693 71.8977 32.3693C72.5113 32.3693 73.0468 32.5099 73.5042 32.7912C73.9616 33.0724 74.3167 33.4673 74.5696 33.9759C74.8224 34.4844 74.9488 35.0781 74.9488 35.7571C74.9488 36.4332 74.8224 37.0241 74.5696 37.5298C74.3167 38.0355 73.9616 38.429 73.5042 38.7102C73.0468 38.9915 72.5113 39.1321 71.8977 39.1321ZM71.902 38.0625C72.2997 38.0625 72.6292 37.9574 72.8906 37.7472C73.152 37.5369 73.3451 37.2571 73.4701 36.9077C73.598 36.5582 73.6619 36.1733 73.6619 35.7528C73.6619 35.3352 73.598 34.9517 73.4701 34.6023C73.3451 34.25 73.152 33.9673 72.8906 33.7543C72.6292 33.5412 72.2997 33.4347 71.902 33.4347C71.5014 33.4347 71.169 33.5412 70.9048 33.7543C70.6434 33.9673 70.4488 34.25 70.321 34.6023C70.196 34.9517 70.1335 35.3352 70.1335 35.7528C70.1335 36.1733 70.196 36.5582 70.321 36.9077C70.4488 37.2571 70.6434 37.5369 70.9048 37.7472C71.169 37.9574 71.5014 38.0625 71.902 38.0625ZM77.1652 35.1136V39H75.8911V32.4545H77.1141V33.5199H77.195C77.3456 33.1733 77.5814 32.8949 77.9024 32.6847C78.2263 32.4744 78.634 32.3693 79.1254 32.3693C79.5715 32.3693 79.9621 32.4631 80.2973 32.6506C80.6325 32.8352 80.8925 33.1108 81.0771 33.4773C81.2618 33.8437 81.3541 34.2969 81.3541 34.8366V39H80.08V34.9901C80.08 34.5156 79.9564 34.1449 79.7092 33.8778C79.4621 33.608 79.1226 33.473 78.6908 33.473C78.3953 33.473 78.1325 33.5369 77.9024 33.6648C77.6752 33.7926 77.4948 33.9801 77.3612 34.2273C77.2306 34.4716 77.1652 34.767 77.1652 35.1136ZM87.1836 39.1449C86.7688 39.1449 86.3938 39.0682 86.0586 38.9148C85.7233 38.7585 85.4577 38.5327 85.2617 38.2372C85.0685 37.9418 84.9719 37.5795 84.9719 37.1506C84.9719 36.7812 85.0429 36.4773 85.185 36.2386C85.327 36 85.5188 35.8111 85.7603 35.6719C86.0017 35.5327 86.2716 35.4276 86.5699 35.3565C86.8682 35.2855 87.1722 35.2315 87.4818 35.1946C87.8739 35.1491 88.1921 35.1122 88.4364 35.0838C88.6807 35.0526 88.8583 35.0028 88.9691 34.9347C89.0799 34.8665 89.1353 34.7557 89.1353 34.6023V34.5724C89.1353 34.2003 89.0301 33.9119 88.8199 33.7074C88.6125 33.5028 88.3029 33.4006 87.8909 33.4006C87.462 33.4006 87.1239 33.4957 86.8767 33.6861C86.6324 33.8736 86.4634 34.0824 86.3696 34.3125L85.1722 34.0398C85.3142 33.642 85.5216 33.321 85.7943 33.0767C86.0699 32.8295 86.3867 32.6506 86.7446 32.5398C87.1026 32.4261 87.479 32.3693 87.8739 32.3693C88.1353 32.3693 88.4122 32.4006 88.7049 32.4631C89.0003 32.5227 89.2759 32.6335 89.5316 32.7955C89.7901 32.9574 90.0017 33.1889 90.1665 33.4901C90.3313 33.7884 90.4137 34.1761 90.4137 34.6534V39H89.1693V38.1051H89.1182C89.0358 38.2699 88.9122 38.4318 88.7475 38.5909C88.5827 38.75 88.3711 38.8821 88.1125 38.9872C87.854 39.0923 87.5443 39.1449 87.1836 39.1449ZM87.4605 38.1222C87.8128 38.1222 88.1139 38.0526 88.3639 37.9134C88.6168 37.7741 88.8086 37.5923 88.9392 37.3679C89.0728 37.1406 89.1395 36.8977 89.1395 36.6392V35.7955C89.0941 35.8409 89.006 35.8835 88.8753 35.9233C88.7475 35.9602 88.6012 35.9929 88.4364 36.0213C88.2716 36.0469 88.1111 36.071 87.9549 36.0938C87.7986 36.1136 87.6679 36.1307 87.5628 36.1449C87.3157 36.1761 87.0898 36.2287 86.8853 36.3026C86.6836 36.3764 86.5216 36.483 86.3995 36.6222C86.2801 36.7585 86.2205 36.9403 86.2205 37.1676C86.2205 37.483 86.337 37.7216 86.5699 37.8835C86.8029 38.0426 87.0997 38.1222 87.4605 38.1222ZM91.733 39V30.2727H93.0072V33.5156H93.0839C93.1577 33.3793 93.2643 33.2216 93.4035 33.0426C93.5427 32.8636 93.7359 32.7074 93.983 32.5739C94.2302 32.4375 94.5569 32.3693 94.9631 32.3693C95.4915 32.3693 95.9631 32.5028 96.3779 32.7699C96.7927 33.0369 97.118 33.4219 97.3538 33.9247C97.5924 34.4276 97.7117 35.0327 97.7117 35.7401C97.7117 36.4474 97.5938 37.054 97.358 37.5597C97.1222 38.0625 96.7984 38.4503 96.3864 38.723C95.9745 38.9929 95.5043 39.1278 94.9759 39.1278C94.5782 39.1278 94.2529 39.0611 94.0001 38.9276C93.7501 38.794 93.554 38.6378 93.412 38.4588C93.27 38.2798 93.1606 38.1207 93.0839 37.9815H92.9773V39H91.733ZM92.9816 35.7273C92.9816 36.1875 93.0484 36.5909 93.1819 36.9375C93.3154 37.2841 93.5086 37.5554 93.7614 37.7514C94.0143 37.9446 94.3239 38.0412 94.6904 38.0412C95.0711 38.0412 95.3893 37.9403 95.645 37.7386C95.9006 37.5341 96.0938 37.2571 96.2245 36.9077C96.358 36.5582 96.4248 36.1648 96.4248 35.7273C96.4248 35.2955 96.3594 34.9077 96.2288 34.5639C96.1009 34.2202 95.9077 33.9489 95.6492 33.75C95.3935 33.5511 95.0739 33.4517 94.6904 33.4517C94.3211 33.4517 94.0086 33.5469 93.7529 33.7372C93.5001 33.9276 93.3083 34.1932 93.1776 34.5341C93.0469 34.875 92.9816 35.2727 92.9816 35.7273ZM101.42 39.1321C100.806 39.1321 100.27 38.9915 99.813 38.7102C99.3557 38.429 99.0005 38.0355 98.7477 37.5298C98.4949 37.0241 98.3684 36.4332 98.3684 35.7571C98.3684 35.0781 98.4949 34.4844 98.7477 33.9759C99.0005 33.4673 99.3557 33.0724 99.813 32.7912C100.27 32.5099 100.806 32.3693 101.42 32.3693C102.033 32.3693 102.569 32.5099 103.026 32.7912C103.483 33.0724 103.839 33.4673 104.091 33.9759C104.344 34.4844 104.471 35.0781 104.471 35.7571C104.471 36.4332 104.344 37.0241 104.091 37.5298C103.839 38.0355 103.483 38.429 103.026 38.7102C102.569 38.9915 102.033 39.1321 101.42 39.1321ZM101.424 38.0625C101.822 38.0625 102.151 37.9574 102.412 37.7472C102.674 37.5369 102.867 37.2571 102.992 36.9077C103.12 36.5582 103.184 36.1733 103.184 35.7528C103.184 35.3352 103.12 34.9517 102.992 34.6023C102.867 34.25 102.674 33.9673 102.412 33.7543C102.151 33.5412 101.822 33.4347 101.424 33.4347C101.023 33.4347 100.691 33.5412 100.427 33.7543C100.165 33.9673 99.9707 34.25 99.8429 34.6023C99.7179 34.9517 99.6554 35.3352 99.6554 35.7528C99.6554 36.1733 99.7179 36.5582 99.8429 36.9077C99.9707 37.2571 100.165 37.5369 100.427 37.7472C100.691 37.9574 101.023 38.0625 101.424 38.0625ZM107.318 39.1449C106.903 39.1449 106.528 39.0682 106.193 38.9148C105.858 38.7585 105.592 38.5327 105.396 38.2372C105.203 37.9418 105.106 37.5795 105.106 37.1506C105.106 36.7812 105.177 36.4773 105.319 36.2386C105.461 36 105.653 35.8111 105.894 35.6719C106.136 35.5327 106.406 35.4276 106.704 35.3565C107.002 35.2855 107.306 35.2315 107.616 35.1946C108.008 35.1491 108.326 35.1122 108.571 35.0838C108.815 35.0526 108.992 35.0028 109.103 34.9347C109.214 34.8665 109.269 34.7557 109.269 34.6023V34.5724C109.269 34.2003 109.164 33.9119 108.954 33.7074C108.747 33.5028 108.437 33.4006 108.025 33.4006C107.596 33.4006 107.258 33.4957 107.011 33.6861C106.767 33.8736 106.598 34.0824 106.504 34.3125L105.306 34.0398C105.448 33.642 105.656 33.321 105.929 33.0767C106.204 32.8295 106.521 32.6506 106.879 32.5398C107.237 32.4261 107.613 32.3693 108.008 32.3693C108.269 32.3693 108.546 32.4006 108.839 32.4631C109.135 32.5227 109.41 32.6335 109.666 32.7955C109.924 32.9574 110.136 33.1889 110.301 33.4901C110.465 33.7884 110.548 34.1761 110.548 34.6534V39H109.304V38.1051H109.252C109.17 38.2699 109.046 38.4318 108.882 38.5909C108.717 38.75 108.505 38.8821 108.247 38.9872C107.988 39.0923 107.679 39.1449 107.318 39.1449ZM107.595 38.1222C107.947 38.1222 108.248 38.0526 108.498 37.9134C108.751 37.7741 108.943 37.5923 109.073 37.3679C109.207 37.1406 109.274 36.8977 109.274 36.6392V35.7955C109.228 35.8409 109.14 35.8835 109.01 35.9233C108.882 35.9602 108.735 35.9929 108.571 36.0213C108.406 36.0469 108.245 36.071 108.089 36.0938C107.933 36.1136 107.802 36.1307 107.697 36.1449C107.45 36.1761 107.224 36.2287 107.019 36.3026C106.818 36.3764 106.656 36.483 106.534 36.6222C106.414 36.7585 106.355 36.9403 106.355 37.1676C106.355 37.483 106.471 37.7216 106.704 37.8835C106.937 38.0426 107.234 38.1222 107.595 38.1222ZM113.039 30.2727V39H111.765V30.2727H113.039ZM116.178 39.1449C115.763 39.1449 115.388 39.0682 115.053 38.9148C114.718 38.7585 114.452 38.5327 114.256 38.2372C114.063 37.9418 113.966 37.5795 113.966 37.1506C113.966 36.7812 114.037 36.4773 114.18 36.2386C114.322 36 114.513 35.8111 114.755 35.6719C114.996 35.5327 115.266 35.4276 115.564 35.3565C115.863 35.2855 116.167 35.2315 116.476 35.1946C116.868 35.1491 117.187 35.1122 117.431 35.0838C117.675 35.0526 117.853 35.0028 117.964 34.9347C118.074 34.8665 118.13 34.7557 118.13 34.6023V34.5724C118.13 34.2003 118.025 33.9119 117.814 33.7074C117.607 33.5028 117.297 33.4006 116.885 33.4006C116.456 33.4006 116.118 33.4957 115.871 33.6861C115.627 33.8736 115.458 34.0824 115.364 34.3125L114.167 34.0398C114.309 33.642 114.516 33.321 114.789 33.0767C115.064 32.8295 115.381 32.6506 115.739 32.5398C116.097 32.4261 116.474 32.3693 116.868 32.3693C117.13 32.3693 117.407 32.4006 117.699 32.4631C117.995 32.5227 118.27 32.6335 118.526 32.7955C118.785 32.9574 118.996 33.1889 119.161 33.4901C119.326 33.7884 119.408 34.1761 119.408 34.6534V39H118.164V38.1051H118.113C118.03 38.2699 117.907 38.4318 117.742 38.5909C117.577 38.75 117.366 38.8821 117.107 38.9872C116.849 39.0923 116.539 39.1449 116.178 39.1449ZM116.455 38.1222C116.807 38.1222 117.108 38.0526 117.358 37.9134C117.611 37.7741 117.803 37.5923 117.934 37.3679C118.067 37.1406 118.134 36.8977 118.134 36.6392V35.7955C118.089 35.8409 118.001 35.8835 117.87 35.9233C117.742 35.9602 117.596 35.9929 117.431 36.0213C117.266 36.0469 117.106 36.071 116.949 36.0938C116.793 36.1136 116.662 36.1307 116.557 36.1449C116.31 36.1761 116.084 36.2287 115.88 36.3026C115.678 36.3764 115.516 36.483 115.394 36.6222C115.275 36.7585 115.215 36.9403 115.215 37.1676C115.215 37.483 115.331 37.7216 115.564 37.8835C115.797 38.0426 116.094 38.1222 116.455 38.1222ZM120.625 39V32.4545H121.857V33.4943H121.925C122.044 33.142 122.255 32.8651 122.556 32.6634C122.86 32.4588 123.203 32.3565 123.587 32.3565C123.666 32.3565 123.76 32.3594 123.868 32.3651C123.979 32.3707 124.066 32.3778 124.128 32.3864V33.6051C124.077 33.5909 123.986 33.5753 123.855 33.5582C123.725 33.5384 123.594 33.5284 123.463 33.5284C123.162 33.5284 122.894 33.5923 122.658 33.7202C122.425 33.8452 122.24 34.0199 122.104 34.2443C121.968 34.4659 121.899 34.7187 121.899 35.0028V39H120.625ZM124.751 39V32.4545H125.974V33.5199H126.055C126.191 33.1591 126.414 32.8778 126.724 32.6761C127.033 32.4716 127.404 32.3693 127.836 32.3693C128.273 32.3693 128.64 32.4716 128.935 32.6761C129.234 32.8807 129.454 33.1619 129.596 33.5199H129.664C129.82 33.1705 130.069 32.892 130.41 32.6847C130.751 32.4744 131.157 32.3693 131.629 32.3693C132.222 32.3693 132.707 32.5554 133.082 32.9276C133.46 33.2997 133.648 33.8608 133.648 34.6108V39H132.374V34.7301C132.374 34.2869 132.254 33.9659 132.012 33.767C131.771 33.5682 131.482 33.4688 131.147 33.4688C130.732 33.4688 130.41 33.5966 130.18 33.8523C129.95 34.1051 129.835 34.4304 129.835 34.8281V39H128.565V34.6491C128.565 34.294 128.454 34.0085 128.232 33.7926C128.011 33.5767 127.722 33.4688 127.367 33.4688C127.126 33.4688 126.903 33.5327 126.698 33.6605C126.496 33.7855 126.333 33.9602 126.208 34.1847C126.086 34.4091 126.025 34.669 126.025 34.9645V39H124.751Z",
|
|
3308
|
+
fill: "#134B33",
|
|
3309
|
+
"fill-opacity": "0.6"
|
|
3310
|
+
}
|
|
3311
|
+
),
|
|
3312
|
+
/* @__PURE__ */ i.jsx(
|
|
3313
|
+
"path",
|
|
3314
|
+
{
|
|
3315
|
+
d: "M42.8828 24.6605L38.5744 19.8648H37.1901V24.6605H34.5391V11.5986H40.7971C43.6039 11.5986 45.4759 13.256 45.4759 15.7317C45.4759 17.9157 44.0141 19.4747 41.7329 19.8069L46.1195 24.661H42.8834L42.8828 24.6605ZM40.7971 17.4666C42.0252 17.4666 42.8435 16.7647 42.8435 15.7311C42.8435 14.6976 42.0252 13.9962 40.7971 13.9962H37.1901V17.4666H40.7971Z",
|
|
3316
|
+
fill: "#134B33"
|
|
3317
|
+
}
|
|
3318
|
+
),
|
|
3319
|
+
/* @__PURE__ */ i.jsx(
|
|
3320
|
+
"path",
|
|
3321
|
+
{
|
|
3322
|
+
d: "M55.6923 20.4886H48.2843C48.5372 21.892 49.532 22.7502 50.7212 22.7502C51.4811 22.7502 52.4365 22.6524 53.1384 21.4631L55.4393 21.951C54.5817 23.9782 52.8462 24.9533 50.7212 24.9533C47.9718 24.9533 45.7305 22.8676 45.7305 19.8068C45.7305 16.7461 47.9724 14.6408 50.76 14.6408C53.3526 14.6408 55.595 16.6483 55.6923 19.6118V20.4897V20.4886ZM48.3619 18.6755H53.0603C52.7287 17.4278 51.7935 16.8816 50.76 16.8816C49.7849 16.8816 48.6743 17.4666 48.3619 18.6755Z",
|
|
3323
|
+
fill: "#134B33"
|
|
3324
|
+
}
|
|
3325
|
+
),
|
|
3326
|
+
/* @__PURE__ */ i.jsx(
|
|
3327
|
+
"path",
|
|
3328
|
+
{
|
|
3329
|
+
d: "M64.1299 20.7033L66.5084 21.3075C65.9627 23.5302 63.9546 24.9533 61.6346 24.9533C58.7879 24.9533 56.4297 22.8676 56.4297 19.8068C56.4297 16.7461 58.7885 14.6408 61.6346 14.6408C63.8961 14.6408 65.8649 16.0441 66.5084 18.2276L64.0327 18.9295C63.6814 17.565 62.7653 16.9996 61.6346 16.9996C60.016 16.9996 58.9251 18.15 58.9251 19.8074C58.9251 21.4648 60.0165 22.5945 61.6346 22.5945C62.7653 22.5945 63.6814 22.0487 64.1299 20.7038V20.7033Z",
|
|
3330
|
+
fill: "#134B33"
|
|
3331
|
+
}
|
|
3332
|
+
),
|
|
3333
|
+
/* @__PURE__ */ i.jsx(
|
|
3334
|
+
"path",
|
|
3335
|
+
{
|
|
3336
|
+
d: "M77.2127 18.7334V24.6605H74.6392V19.2797C74.6392 17.9151 73.8596 16.9985 72.6704 16.9985C71.2086 16.9985 70.2532 17.9736 70.2532 20.352V24.6605H67.6797V10.624H70.2532V15.8092C71.013 15.0488 72.0269 14.6397 73.3139 14.6397C75.6531 14.6397 77.2127 16.3162 77.2127 18.7334Z",
|
|
3337
|
+
fill: "#134B33"
|
|
3338
|
+
}
|
|
3339
|
+
),
|
|
3340
|
+
/* @__PURE__ */ i.jsx(
|
|
3341
|
+
"path",
|
|
3342
|
+
{
|
|
3343
|
+
d: "M88.6166 21.5609C88.7526 22.5551 89.6108 22.8862 90.6241 22.8862C91.5796 22.8862 92.1444 22.4574 92.1444 21.9111C92.1444 21.5609 91.9112 21.2097 91.0721 21.0343L89.0836 20.6246C87.329 20.2548 86.3354 19.26 86.3354 17.8567C86.3354 15.9851 87.8556 14.6402 90.3128 14.6402C92.6131 14.6402 94.2115 15.8295 94.5431 17.5256L92.0865 18.0129C91.9893 17.2334 91.307 16.668 90.2346 16.668C89.1623 16.668 88.9094 17.1749 88.9094 17.6234C88.9094 17.9359 89.0257 18.2669 89.7862 18.4423L92.1062 18.9492C93.822 19.319 94.66 20.3914 94.66 21.6975C94.66 23.8416 92.925 24.9533 90.3903 24.9533C88.2462 24.9533 86.2769 24.1153 86.0234 22.087L88.6166 21.5609Z",
|
|
3344
|
+
fill: "#134B33"
|
|
3345
|
+
}
|
|
3346
|
+
),
|
|
3347
|
+
/* @__PURE__ */ i.jsx(
|
|
3348
|
+
"path",
|
|
3349
|
+
{
|
|
3350
|
+
d: "M106.434 19.8063C106.434 22.8671 104.133 24.9527 101.657 24.9527C100.331 24.9527 99.259 24.5627 98.4407 23.8995V27.9747H95.8672V14.9325H98.4407V15.712C99.259 15.0297 100.331 14.6397 101.657 14.6397C104.133 14.6397 106.434 16.745 106.434 19.8058V19.8063ZM103.938 19.8063C103.938 18.0123 102.768 16.8816 101.208 16.8816C99.8238 16.8816 98.4401 18.0123 98.4401 19.8063C98.4401 21.6003 99.8238 22.7108 101.208 22.7108C102.767 22.7108 103.938 21.5997 103.938 19.8063Z",
|
|
3351
|
+
fill: "#134B33"
|
|
3352
|
+
}
|
|
3353
|
+
),
|
|
3354
|
+
/* @__PURE__ */ i.jsx(
|
|
3355
|
+
"path",
|
|
3356
|
+
{
|
|
3357
|
+
d: "M110.588 12.0274C110.588 12.885 109.925 13.528 109.029 13.528C108.132 13.528 107.469 12.885 107.469 12.0274C107.469 11.1698 108.112 10.4869 109.029 10.4869C109.946 10.4869 110.588 11.208 110.588 12.0274ZM107.742 24.6605V14.9325H110.315V24.6605H107.742Z",
|
|
3358
|
+
fill: "#134B33"
|
|
3359
|
+
}
|
|
3360
|
+
),
|
|
3361
|
+
/* @__PURE__ */ i.jsx("path", { d: "M112.402 24.6605V10.624H114.976V24.6605H112.402Z", fill: "#134B33" }),
|
|
3362
|
+
/* @__PURE__ */ i.jsx(
|
|
3363
|
+
"path",
|
|
3364
|
+
{
|
|
3365
|
+
d: "M126.692 19.8063C126.692 22.8671 124.294 24.9139 121.447 24.9139C118.601 24.9139 116.145 22.8671 116.145 19.8063C116.145 16.7455 118.542 14.6987 121.447 14.6987C124.352 14.6987 126.692 16.7455 126.692 19.8063ZM124.197 19.8063C124.197 17.9932 122.793 16.9012 121.447 16.9012C120.102 16.9012 118.64 17.9932 118.64 19.8063C118.64 21.6194 120.044 22.7108 121.447 22.7108C122.851 22.7108 124.197 21.6194 124.197 19.8063Z",
|
|
3366
|
+
fill: "#134B33"
|
|
3367
|
+
}
|
|
3368
|
+
),
|
|
3369
|
+
/* @__PURE__ */ i.jsx(
|
|
3370
|
+
"path",
|
|
3371
|
+
{
|
|
3372
|
+
d: "M83.6447 22.5546C82.787 22.5464 82.2216 22.0477 82.2216 20.8781V17.0373H85.3993V14.9325H82.2216V11.9881H79.6482V14.9325H77.5625V17.0373H79.6482V21.0731C79.6482 23.7438 81.1684 24.9527 83.4693 24.9527C84.2876 24.9527 84.9896 24.7774 86.0035 24.2316L85.2939 22.1766C85.2939 22.1766 84.2488 22.5601 83.6447 22.5546Z",
|
|
3373
|
+
fill: "#134B33"
|
|
3374
|
+
}
|
|
3375
|
+
),
|
|
3376
|
+
/* @__PURE__ */ i.jsx(
|
|
3377
|
+
"path",
|
|
3378
|
+
{
|
|
3379
|
+
d: "M132.578 22.5546C131.721 22.5464 131.155 22.0477 131.155 20.8781V17.0373H134.333V14.9325H131.155V11.9881H128.582V14.9325H126.496V17.0373H128.582V21.0731C128.582 23.7438 130.102 24.9527 132.403 24.9527C133.221 24.9527 133.923 24.7774 134.937 24.2316L134.227 22.1766C134.227 22.1766 133.182 22.5601 132.578 22.5546Z",
|
|
3380
|
+
fill: "#134B33"
|
|
3381
|
+
}
|
|
3382
|
+
),
|
|
3383
|
+
/* @__PURE__ */ i.jsx(
|
|
3384
|
+
"path",
|
|
3385
|
+
{
|
|
3386
|
+
fillRule: "evenodd",
|
|
3387
|
+
clipRule: "evenodd",
|
|
3388
|
+
d: "M13.9665 32.5C11.6771 32.5 9.49965 31.4823 7.30965 29.389L7.19384 29.2786C6.10021 28.2342 4.77495 26.9685 4.06699 25.3089C1.80215 25.1794 0 23.2959 0 20.9999V17.7911C0 15.7027 1.49132 13.9557 3.46554 13.5597V13.0418C1.13133 11.7417 0.747299 10.8524 0.614555 10.5454C0.0109254 9.1431 0.295534 7.74355 1.41484 6.60239C2.80456 5.18646 4.40349 4.17476 5.94943 3.19639L6.021 3.1505C7.80184 2.02409 9.4849 1.28991 11.1701 0.904785C11.1887 0.900415 11.2133 0.894953 11.245 0.888398C11.4318 0.846881 11.6749 0.794439 11.9344 0.751283C12.786 0.581939 13.5672 0.5 14.3238 0.5C15.0804 0.5 15.8561 0.581394 16.735 0.755654C16.9797 0.796078 17.2354 0.851252 17.408 0.889491L17.4282 0.894406C17.4544 0.899869 17.4839 0.906424 17.5167 0.914618C19.1807 1.29646 20.8512 2.02737 22.6227 3.14887L22.697 3.19585C24.2451 4.17586 25.8435 5.18755 27.2321 6.60184C28.352 7.743 28.6366 9.14255 28.0341 10.5437C27.9008 10.8524 27.5168 11.7417 25.182 13.0418V13.5597C27.1562 13.9557 28.6481 15.7027 28.6481 17.7911V20.9999C28.6481 23.2964 26.8454 25.1794 24.5806 25.3089C23.8726 26.9685 22.5473 28.2336 21.4537 29.2781L21.3368 29.3895C19.1473 31.4823 16.9694 32.5 14.6805 32.5H13.9671H13.9665Z",
|
|
3389
|
+
fill: "white"
|
|
3390
|
+
}
|
|
3391
|
+
),
|
|
3392
|
+
/* @__PURE__ */ i.jsx(
|
|
3393
|
+
"path",
|
|
3394
|
+
{
|
|
3395
|
+
d: "M24.3321 14.5687H24.0901V12.3879C25.039 11.9001 26.663 10.9649 27.0307 10.1122C27.4584 9.11742 27.264 8.19422 26.4527 7.36772C25.1521 6.04301 23.6072 5.06464 22.1126 4.11905L22.0383 4.07206C20.3673 3.01448 18.8028 2.32891 17.2563 1.97602C17.2328 1.96947 17.2082 1.96455 17.2033 1.96401C17.1929 1.96127 17.1825 1.95854 17.1716 1.95636C16.9913 1.91648 16.7564 1.86622 16.5401 1.83126C15.7256 1.66847 15.0215 1.59309 14.3239 1.59309C13.6263 1.59309 12.9178 1.66957 12.1312 1.82689C11.8919 1.86677 11.6592 1.91648 11.4636 1.95964C11.4363 1.9651 11.4237 1.96783 11.4172 1.97001C9.8532 2.32728 8.28049 3.01503 6.60945 4.07261L6.53406 4.12068C5.04056 5.06628 3.4957 6.0441 2.19558 7.36881C1.38437 8.19532 1.19044 9.11906 1.61817 10.1138C1.98581 10.9655 3.60987 11.9007 4.55875 12.3885V14.5692H4.31729C2.53973 14.5692 1.09375 16.0152 1.09375 17.7922V21.001C1.09375 22.7786 2.53973 24.2245 4.31729 24.2245H4.84117C5.33554 25.9934 6.78425 27.3765 7.9489 28.4887L8.06526 28.6002C10.0417 30.4897 11.9722 31.4086 13.9672 31.4086H14.6806C16.675 31.4086 18.6056 30.4903 20.5825 28.6002L20.6989 28.4887C21.8641 27.3765 23.3122 25.9934 23.8066 24.2245H24.331C26.1086 24.2245 27.5546 22.7786 27.5546 21.001V17.7922C27.5546 16.0152 26.1086 14.5692 24.331 14.5692L24.3321 14.5687Z",
|
|
3396
|
+
fill: "#134C33"
|
|
3397
|
+
}
|
|
3398
|
+
),
|
|
3399
|
+
/* @__PURE__ */ i.jsx(
|
|
3400
|
+
"path",
|
|
3401
|
+
{
|
|
3402
|
+
d: "M22.6438 11.7597V13.6476C20.6936 13.0304 17.6809 12.3022 14.3219 12.3022C10.9629 12.3022 7.94909 13.0304 6 13.6476V11.7597C8.76632 10.7273 11.5146 10.2039 14.1689 10.2039C14.1952 10.2039 14.2208 10.205 14.2465 10.2061C14.2957 10.2083 14.347 10.2083 14.3978 10.2061C14.4235 10.205 14.4492 10.2039 14.4754 10.2039C17.1297 10.2039 19.878 10.7273 22.6443 11.7597H22.6438Z",
|
|
3403
|
+
fill: "white"
|
|
3404
|
+
}
|
|
3405
|
+
),
|
|
3406
|
+
/* @__PURE__ */ i.jsx(
|
|
3407
|
+
"path",
|
|
3408
|
+
{
|
|
3409
|
+
d: "M15.6827 25.6569C14.7027 25.6569 13.9051 26.2037 13.9051 26.8756C13.9051 27.5475 14.7021 28.0943 15.6827 28.0943C16.3087 28.0943 16.8927 27.8654 17.2122 27.4967C18.4539 27.3558 19.5656 27.0706 20.5199 26.6494C20.2615 26.9106 19.995 27.1662 19.7032 27.4448L19.5863 27.5562C17.8672 29.1994 16.3087 29.9648 14.6814 29.9648H13.9679C12.3406 29.9648 10.7821 29.1994 9.06298 27.5562L8.94608 27.4443C7.61427 26.1731 6.10547 24.732 6.10547 22.9326V20.3701C6.10711 20.3493 6.1082 20.328 6.1082 20.3067V15.3274C8.14907 16.5259 11.1388 17.2132 14.3247 17.2132C17.5105 17.2132 20.4997 16.5265 22.5411 15.3274V20.3067C22.5411 20.3296 22.5422 20.3515 22.5438 20.3706V22.9326C22.5438 23.2014 22.5045 23.5259 22.4439 23.7591C22.4193 23.8542 22.3718 23.9421 22.3035 24.0208C21.1798 25.3133 19.5454 26.0841 17.3062 26.3774C17.02 25.9393 16.3863 25.6574 15.6827 25.6574V25.6569Z",
|
|
3410
|
+
fill: "white"
|
|
3411
|
+
}
|
|
3412
|
+
),
|
|
3413
|
+
/* @__PURE__ */ i.jsx(
|
|
3414
|
+
"path",
|
|
3415
|
+
{
|
|
3416
|
+
d: "M9.76685 21.3091C10.6369 21.3091 11.3423 20.6037 11.3423 19.7336C11.3423 18.8636 10.6369 18.1582 9.76685 18.1582C8.89676 18.1582 8.19141 18.8636 8.19141 19.7336C8.19141 20.6037 8.89676 21.3091 9.76685 21.3091Z",
|
|
3417
|
+
fill: "#134C33"
|
|
3418
|
+
}
|
|
3419
|
+
),
|
|
3420
|
+
/* @__PURE__ */ i.jsx(
|
|
3421
|
+
"path",
|
|
3422
|
+
{
|
|
3423
|
+
d: "M18.8762 21.3091C19.7463 21.3091 20.4517 20.6037 20.4517 19.7336C20.4517 18.8636 19.7463 18.1582 18.8762 18.1582C18.0061 18.1582 17.3008 18.8636 17.3008 19.7336C17.3008 20.6037 18.0061 21.3091 18.8762 21.3091Z",
|
|
3424
|
+
fill: "#134C33"
|
|
3425
|
+
}
|
|
3426
|
+
)
|
|
3427
|
+
] });
|
|
3428
|
+
}
|
|
3429
|
+
function P2({ color: r = Z.primary[900], size: t = "small", ...o }) {
|
|
3430
|
+
return /* @__PURE__ */ i.jsx(
|
|
3431
|
+
"svg",
|
|
3432
|
+
{
|
|
3433
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3434
|
+
width: x(t),
|
|
3435
|
+
height: x(t),
|
|
3436
|
+
viewBox: "0 0 24 24",
|
|
3437
|
+
fill: "none",
|
|
3438
|
+
...o,
|
|
3439
|
+
children: /* @__PURE__ */ i.jsx("path", { d: "M3 12H21M3 6H21M3 18H11", stroke: r, strokeWidth: "2", strokeLinecap: "round" })
|
|
3440
|
+
}
|
|
3441
|
+
);
|
|
3442
|
+
}
|
|
3443
|
+
function Z2({ color: r = Z.white, size: t = "small", ...o }) {
|
|
3444
|
+
return /* @__PURE__ */ i.jsx(
|
|
3445
|
+
"svg",
|
|
3446
|
+
{
|
|
3447
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3448
|
+
width: x(t),
|
|
3449
|
+
height: x(t),
|
|
3450
|
+
viewBox: "0 0 32 32",
|
|
3451
|
+
fill: "none",
|
|
3452
|
+
...o,
|
|
3453
|
+
children: /* @__PURE__ */ i.jsx(
|
|
3454
|
+
"path",
|
|
3455
|
+
{
|
|
3456
|
+
d: "M20 13.3335H12M16 18.6668H12M4 26.6668H21.3333C25.0152 26.6668 28 23.6821 28 20.0002V12.0002C28 8.31826 25.0152 5.3335 21.3333 5.3335H10.6667C6.98477 5.3335 4 8.31826 4 12.0002V26.6668Z",
|
|
3457
|
+
stroke: r,
|
|
3458
|
+
"stroke-width": "2",
|
|
3459
|
+
"stroke-linecap": "round",
|
|
3460
|
+
"stroke-linejoin": "round"
|
|
3461
|
+
}
|
|
3462
|
+
)
|
|
3463
|
+
}
|
|
3464
|
+
);
|
|
3465
|
+
}
|
|
3466
|
+
function A2({ color: r = Z.white, size: t = "small", ...o }) {
|
|
3467
|
+
return /* @__PURE__ */ i.jsx(
|
|
3468
|
+
"svg",
|
|
3469
|
+
{
|
|
3470
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3471
|
+
width: x(t),
|
|
3472
|
+
height: x(t),
|
|
3473
|
+
viewBox: "0 0 32 32",
|
|
3474
|
+
fill: "none",
|
|
3475
|
+
...o,
|
|
3476
|
+
children: /* @__PURE__ */ i.jsx(
|
|
3477
|
+
"path",
|
|
3478
|
+
{
|
|
3479
|
+
d: "M8.15458 25.0804C9.9275 22.7924 12.6674 21.3333 16 21.3333C19.3326 21.3333 22.0725 22.7924 23.8454 25.0804M8.15458 25.0804C10.2582 26.8996 13.0006 28 16 28C18.9994 28 21.7418 26.8996 23.8454 25.0804M8.15458 25.0804C5.61003 22.88 4 19.628 4 16C4 9.37258 9.37258 4 16 4C22.6274 4 28 9.37258 28 16C28 19.628 26.39 22.88 23.8454 25.0804M20 13.3333C20 15.5425 18.2091 17.3333 16 17.3333C13.7909 17.3333 12 15.5425 12 13.3333C12 11.1242 13.7909 9.33333 16 9.33333C18.2091 9.33333 20 11.1242 20 13.3333Z",
|
|
3480
|
+
stroke: r,
|
|
3481
|
+
"stroke-width": "2",
|
|
3482
|
+
"stroke-linejoin": "round"
|
|
3483
|
+
}
|
|
3484
|
+
)
|
|
3485
|
+
}
|
|
3486
|
+
);
|
|
3487
|
+
}
|
|
3488
|
+
export {
|
|
3489
|
+
j2 as A,
|
|
3490
|
+
V2 as C,
|
|
3491
|
+
L2 as D,
|
|
3492
|
+
x2 as E,
|
|
3493
|
+
S2 as H,
|
|
3494
|
+
T2 as L,
|
|
3495
|
+
P2 as M,
|
|
3496
|
+
v2 as P,
|
|
3497
|
+
A2 as U,
|
|
3498
|
+
R2 as a,
|
|
3499
|
+
k2 as b,
|
|
3500
|
+
M2 as c,
|
|
3501
|
+
E2 as d,
|
|
3502
|
+
H2 as e,
|
|
3503
|
+
_2 as f,
|
|
3504
|
+
Z2 as g,
|
|
3505
|
+
Z as h,
|
|
3506
|
+
w2 as i,
|
|
3507
|
+
i as j,
|
|
3508
|
+
m2 as t,
|
|
3509
|
+
y2 as u
|
|
3510
|
+
};
|