rechtspilot-ui 0.0.28 → 0.0.30
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/{Ellipses-DgEc7DGk.js → Ellipses-zyG2uNgU.js} +183 -168
- package/dist/components/Loading/Loading.d.ts +6 -0
- package/dist/components/Select/Select.d.ts +4 -2
- package/dist/components/Spinner/Spinner.d.ts +6 -0
- package/dist/icons/Chevron.d.ts +1 -1
- package/dist/icons.es.js +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.es.js +1600 -1608
- package/dist/lib/theme.d.ts +3 -0
- package/dist/stories/Button.stories.d.ts +2 -3
- package/dist/stories/Loading.stories.d.ts +6 -0
- package/dist/stories/Spinner.stories.d.ts +6 -0
- package/package.json +1 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import r3 from "react";
|
|
2
|
-
var
|
|
2
|
+
var S1 = { exports: {} }, c1 = {};
|
|
3
3
|
/**
|
|
4
4
|
* @license React
|
|
5
5
|
* react-jsx-runtime.production.min.js
|
|
@@ -9,17 +9,17 @@ var _1 = { exports: {} }, c1 = {};
|
|
|
9
9
|
* This source code is licensed under the MIT license found in the
|
|
10
10
|
* LICENSE file in the root directory of this source tree.
|
|
11
11
|
*/
|
|
12
|
-
var
|
|
12
|
+
var K1;
|
|
13
13
|
function P3() {
|
|
14
|
-
if (
|
|
15
|
-
|
|
16
|
-
var r = r3, t = Symbol.for("react.element"), o = Symbol.for("react.fragment"), i = Object.prototype.hasOwnProperty,
|
|
14
|
+
if (K1) return c1;
|
|
15
|
+
K1 = 1;
|
|
16
|
+
var r = r3, t = Symbol.for("react.element"), o = Symbol.for("react.fragment"), i = 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
17
|
function C(l, h, j) {
|
|
18
18
|
var m, H = {}, _ = null, T = null;
|
|
19
19
|
j !== void 0 && (_ = "" + j), h.key !== void 0 && (_ = "" + h.key), h.ref !== void 0 && (T = h.ref);
|
|
20
20
|
for (m in h) i.call(h, m) && !c.hasOwnProperty(m) && (H[m] = h[m]);
|
|
21
21
|
if (l && l.defaultProps) for (m in h = l.defaultProps, h) H[m] === void 0 && (H[m] = h[m]);
|
|
22
|
-
return { $$typeof: t, type: l, key: _, ref: T, props: H, _owner:
|
|
22
|
+
return { $$typeof: t, type: l, key: _, ref: T, props: H, _owner: d.current };
|
|
23
23
|
}
|
|
24
24
|
return c1.Fragment = o, c1.jsx = C, c1.jsxs = C, c1;
|
|
25
25
|
}
|
|
@@ -33,10 +33,10 @@ var d1 = {};
|
|
|
33
33
|
* This source code is licensed under the MIT license found in the
|
|
34
34
|
* LICENSE file in the root directory of this source tree.
|
|
35
35
|
*/
|
|
36
|
-
var
|
|
36
|
+
var X1;
|
|
37
37
|
function A3() {
|
|
38
|
-
return
|
|
39
|
-
var r = r3, t = Symbol.for("react.element"), o = Symbol.for("react.portal"), i = Symbol.for("react.fragment"),
|
|
38
|
+
return X1 || (X1 = 1, process.env.NODE_ENV !== "production" && function() {
|
|
39
|
+
var r = r3, t = Symbol.for("react.element"), o = Symbol.for("react.portal"), i = Symbol.for("react.fragment"), d = Symbol.for("react.strict_mode"), c = Symbol.for("react.profiler"), C = Symbol.for("react.provider"), l = Symbol.for("react.context"), h = Symbol.for("react.forward_ref"), j = Symbol.for("react.suspense"), m = Symbol.for("react.suspense_list"), H = Symbol.for("react.memo"), _ = Symbol.for("react.lazy"), T = Symbol.for("react.offscreen"), A = Symbol.iterator, S = "@@iterator";
|
|
40
40
|
function k(e) {
|
|
41
41
|
if (e === null || typeof e != "object")
|
|
42
42
|
return null;
|
|
@@ -46,14 +46,14 @@ function A3() {
|
|
|
46
46
|
var L = r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
47
47
|
function w(e) {
|
|
48
48
|
{
|
|
49
|
-
for (var s = arguments.length, a = new Array(s > 1 ? s - 1 : 0),
|
|
50
|
-
a[
|
|
49
|
+
for (var s = arguments.length, a = new Array(s > 1 ? s - 1 : 0), u = 1; u < s; u++)
|
|
50
|
+
a[u - 1] = arguments[u];
|
|
51
51
|
U("error", e, a);
|
|
52
52
|
}
|
|
53
53
|
}
|
|
54
54
|
function U(e, s, a) {
|
|
55
55
|
{
|
|
56
|
-
var
|
|
56
|
+
var u = L.ReactDebugCurrentFrame, b = u.getStackAddendum();
|
|
57
57
|
b !== "" && (s += "%s", a = a.concat([b]));
|
|
58
58
|
var y = a.map(function(v) {
|
|
59
59
|
return String(v);
|
|
@@ -64,16 +64,16 @@ function A3() {
|
|
|
64
64
|
var F = !1, J = !1, f1 = !1, p1 = !1, h1 = !1, K;
|
|
65
65
|
K = Symbol.for("react.module.reference");
|
|
66
66
|
function o1(e) {
|
|
67
|
-
return !!(typeof e == "string" || typeof e == "function" || e === i || e === c || h1 || e ===
|
|
67
|
+
return !!(typeof e == "string" || typeof e == "function" || e === i || e === c || h1 || e === d || e === j || e === m || p1 || e === T || F || J || f1 || typeof e == "object" && e !== null && (e.$$typeof === _ || e.$$typeof === H || e.$$typeof === C || e.$$typeof === l || e.$$typeof === h || // This needs to include all possible module reference object
|
|
68
68
|
// types supported by any Flight configuration anywhere since
|
|
69
69
|
// we don't know which Flight build this will end up being used
|
|
70
70
|
// with.
|
|
71
71
|
e.$$typeof === K || e.getModuleId !== void 0));
|
|
72
72
|
}
|
|
73
73
|
function n1(e, s, a) {
|
|
74
|
-
var
|
|
75
|
-
if (
|
|
76
|
-
return
|
|
74
|
+
var u = e.displayName;
|
|
75
|
+
if (u)
|
|
76
|
+
return u;
|
|
77
77
|
var b = s.displayName || s.name || "";
|
|
78
78
|
return b !== "" ? a + "(" + b + ")" : a;
|
|
79
79
|
}
|
|
@@ -94,7 +94,7 @@ function A3() {
|
|
|
94
94
|
return "Portal";
|
|
95
95
|
case c:
|
|
96
96
|
return "Profiler";
|
|
97
|
-
case
|
|
97
|
+
case d:
|
|
98
98
|
return "StrictMode";
|
|
99
99
|
case j:
|
|
100
100
|
return "Suspense";
|
|
@@ -112,8 +112,8 @@ function A3() {
|
|
|
112
112
|
case h:
|
|
113
113
|
return n1(e, e.render, "ForwardRef");
|
|
114
114
|
case H:
|
|
115
|
-
var
|
|
116
|
-
return
|
|
115
|
+
var u = e.displayName || null;
|
|
116
|
+
return u !== null ? u : O(e.type) || "Memo";
|
|
117
117
|
case _: {
|
|
118
118
|
var b = e, y = b._payload, v = b._init;
|
|
119
119
|
try {
|
|
@@ -125,18 +125,18 @@ function A3() {
|
|
|
125
125
|
}
|
|
126
126
|
return null;
|
|
127
127
|
}
|
|
128
|
-
var W = Object.assign, G = 0, Y, s1, X, $, i1, B,
|
|
129
|
-
function
|
|
128
|
+
var W = Object.assign, G = 0, Y, s1, X, $, i1, B, P1;
|
|
129
|
+
function A1() {
|
|
130
130
|
}
|
|
131
|
-
|
|
131
|
+
A1.__reactDisabledLog = !0;
|
|
132
132
|
function l3() {
|
|
133
133
|
{
|
|
134
134
|
if (G === 0) {
|
|
135
|
-
Y = console.log, s1 = console.info, X = console.warn, $ = console.error, i1 = console.group, B = console.groupCollapsed,
|
|
135
|
+
Y = console.log, s1 = console.info, X = console.warn, $ = console.error, i1 = console.group, B = console.groupCollapsed, P1 = console.groupEnd;
|
|
136
136
|
var e = {
|
|
137
137
|
configurable: !0,
|
|
138
138
|
enumerable: !0,
|
|
139
|
-
value:
|
|
139
|
+
value: A1,
|
|
140
140
|
writable: !0
|
|
141
141
|
};
|
|
142
142
|
Object.defineProperties(console, {
|
|
@@ -180,7 +180,7 @@ function A3() {
|
|
|
180
180
|
value: B
|
|
181
181
|
}),
|
|
182
182
|
groupEnd: W({}, e, {
|
|
183
|
-
value:
|
|
183
|
+
value: P1
|
|
184
184
|
})
|
|
185
185
|
});
|
|
186
186
|
}
|
|
@@ -194,8 +194,8 @@ function A3() {
|
|
|
194
194
|
try {
|
|
195
195
|
throw Error();
|
|
196
196
|
} catch (b) {
|
|
197
|
-
var
|
|
198
|
-
x1 =
|
|
197
|
+
var u = b.stack.trim().match(/\n( *(at )?)/);
|
|
198
|
+
x1 = u && u[1] || "";
|
|
199
199
|
}
|
|
200
200
|
return `
|
|
201
201
|
` + x1 + e;
|
|
@@ -206,7 +206,7 @@ function A3() {
|
|
|
206
206
|
var d3 = typeof WeakMap == "function" ? WeakMap : Map;
|
|
207
207
|
v1 = new d3();
|
|
208
208
|
}
|
|
209
|
-
function
|
|
209
|
+
function O1(e, s) {
|
|
210
210
|
if (!e || y1)
|
|
211
211
|
return "";
|
|
212
212
|
{
|
|
@@ -214,7 +214,7 @@ function A3() {
|
|
|
214
214
|
if (a !== void 0)
|
|
215
215
|
return a;
|
|
216
216
|
}
|
|
217
|
-
var
|
|
217
|
+
var u;
|
|
218
218
|
y1 = !0;
|
|
219
219
|
var b = Error.prepareStackTrace;
|
|
220
220
|
Error.prepareStackTrace = void 0;
|
|
@@ -233,14 +233,14 @@ function A3() {
|
|
|
233
233
|
try {
|
|
234
234
|
Reflect.construct(v, []);
|
|
235
235
|
} catch (P) {
|
|
236
|
-
|
|
236
|
+
u = P;
|
|
237
237
|
}
|
|
238
238
|
Reflect.construct(e, [], v);
|
|
239
239
|
} else {
|
|
240
240
|
try {
|
|
241
241
|
v.call();
|
|
242
242
|
} catch (P) {
|
|
243
|
-
|
|
243
|
+
u = P;
|
|
244
244
|
}
|
|
245
245
|
e.call(v.prototype);
|
|
246
246
|
}
|
|
@@ -248,14 +248,14 @@ function A3() {
|
|
|
248
248
|
try {
|
|
249
249
|
throw Error();
|
|
250
250
|
} catch (P) {
|
|
251
|
-
|
|
251
|
+
u = P;
|
|
252
252
|
}
|
|
253
253
|
e();
|
|
254
254
|
}
|
|
255
255
|
} catch (P) {
|
|
256
|
-
if (P &&
|
|
256
|
+
if (P && u && typeof P.stack == "string") {
|
|
257
257
|
for (var g = P.stack.split(`
|
|
258
|
-
`), Z =
|
|
258
|
+
`), Z = u.stack.split(`
|
|
259
259
|
`), R = g.length - 1, E = Z.length - 1; R >= 1 && E >= 0 && g[R] !== Z[E]; )
|
|
260
260
|
E--;
|
|
261
261
|
for (; R >= 1 && E >= 0; R--, E--)
|
|
@@ -278,7 +278,7 @@ function A3() {
|
|
|
278
278
|
return typeof e == "function" && v1.set(e, q), q;
|
|
279
279
|
}
|
|
280
280
|
function u3(e, s, a) {
|
|
281
|
-
return
|
|
281
|
+
return O1(e, !1);
|
|
282
282
|
}
|
|
283
283
|
function C3(e) {
|
|
284
284
|
var s = e.prototype;
|
|
@@ -288,7 +288,7 @@ function A3() {
|
|
|
288
288
|
if (e == null)
|
|
289
289
|
return "";
|
|
290
290
|
if (typeof e == "function")
|
|
291
|
-
return
|
|
291
|
+
return O1(e, C3(e));
|
|
292
292
|
if (typeof e == "string")
|
|
293
293
|
return g1(e);
|
|
294
294
|
switch (e) {
|
|
@@ -304,7 +304,7 @@ function A3() {
|
|
|
304
304
|
case H:
|
|
305
305
|
return b1(e.type, s, a);
|
|
306
306
|
case _: {
|
|
307
|
-
var
|
|
307
|
+
var u = e, b = u._payload, y = u._init;
|
|
308
308
|
try {
|
|
309
309
|
return b1(y(b), s, a);
|
|
310
310
|
} catch {
|
|
@@ -313,15 +313,15 @@ function A3() {
|
|
|
313
313
|
}
|
|
314
314
|
return "";
|
|
315
315
|
}
|
|
316
|
-
var a1 = Object.prototype.hasOwnProperty,
|
|
316
|
+
var a1 = Object.prototype.hasOwnProperty, W1 = {}, B1 = L.ReactDebugCurrentFrame;
|
|
317
317
|
function m1(e) {
|
|
318
318
|
if (e) {
|
|
319
319
|
var s = e._owner, a = b1(e.type, e._source, s ? s.type : null);
|
|
320
|
-
|
|
320
|
+
B1.setExtraStackFrame(a);
|
|
321
321
|
} else
|
|
322
|
-
|
|
322
|
+
B1.setExtraStackFrame(null);
|
|
323
323
|
}
|
|
324
|
-
function f3(e, s, a,
|
|
324
|
+
function f3(e, s, a, u, b) {
|
|
325
325
|
{
|
|
326
326
|
var y = Function.call.bind(a1);
|
|
327
327
|
for (var v in e)
|
|
@@ -329,14 +329,14 @@ function A3() {
|
|
|
329
329
|
var g = void 0;
|
|
330
330
|
try {
|
|
331
331
|
if (typeof e[v] != "function") {
|
|
332
|
-
var Z = Error((
|
|
332
|
+
var Z = Error((u || "React class") + ": " + a + " type `" + v + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[v] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
333
333
|
throw Z.name = "Invariant Violation", Z;
|
|
334
334
|
}
|
|
335
|
-
g = e[v](s, v,
|
|
335
|
+
g = e[v](s, v, u, a, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
336
336
|
} catch (R) {
|
|
337
337
|
g = R;
|
|
338
338
|
}
|
|
339
|
-
g && !(g instanceof Error) && (m1(b), w("%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).",
|
|
339
|
+
g && !(g instanceof Error) && (m1(b), w("%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, v, typeof g), m1(null)), g instanceof Error && !(g.message in W1) && (W1[g.message] = !0, m1(b), w("Failed %s type: %s", a, g.message), m1(null));
|
|
340
340
|
}
|
|
341
341
|
}
|
|
342
342
|
}
|
|
@@ -352,24 +352,24 @@ function A3() {
|
|
|
352
352
|
}
|
|
353
353
|
function g3(e) {
|
|
354
354
|
try {
|
|
355
|
-
return
|
|
355
|
+
return I1(e), !1;
|
|
356
356
|
} catch {
|
|
357
357
|
return !0;
|
|
358
358
|
}
|
|
359
359
|
}
|
|
360
|
-
function
|
|
360
|
+
function I1(e) {
|
|
361
361
|
return "" + e;
|
|
362
362
|
}
|
|
363
|
-
function
|
|
363
|
+
function F1(e) {
|
|
364
364
|
if (g3(e))
|
|
365
|
-
return w("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", h3(e)),
|
|
365
|
+
return w("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", h3(e)), I1(e);
|
|
366
366
|
}
|
|
367
367
|
var l1 = L.ReactCurrentOwner, v3 = {
|
|
368
368
|
key: !0,
|
|
369
369
|
ref: !0,
|
|
370
370
|
__self: !0,
|
|
371
371
|
__source: !0
|
|
372
|
-
},
|
|
372
|
+
}, D1, G1, M1;
|
|
373
373
|
M1 = {};
|
|
374
374
|
function b3(e) {
|
|
375
375
|
if (a1.call(e, "ref")) {
|
|
@@ -396,7 +396,7 @@ function A3() {
|
|
|
396
396
|
function x3(e, s) {
|
|
397
397
|
{
|
|
398
398
|
var a = function() {
|
|
399
|
-
|
|
399
|
+
D1 || (D1 = !0, w("%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)", s));
|
|
400
400
|
};
|
|
401
401
|
a.isReactWarning = !0, Object.defineProperty(e, "key", {
|
|
402
402
|
get: a,
|
|
@@ -407,7 +407,7 @@ function A3() {
|
|
|
407
407
|
function y3(e, s) {
|
|
408
408
|
{
|
|
409
409
|
var a = function() {
|
|
410
|
-
|
|
410
|
+
G1 || (G1 = !0, w("%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)", s));
|
|
411
411
|
};
|
|
412
412
|
a.isReactWarning = !0, Object.defineProperty(e, "ref", {
|
|
413
413
|
get: a,
|
|
@@ -415,7 +415,7 @@ function A3() {
|
|
|
415
415
|
});
|
|
416
416
|
}
|
|
417
417
|
}
|
|
418
|
-
var V3 = function(e, s, a,
|
|
418
|
+
var V3 = function(e, s, a, u, b, y, v) {
|
|
419
419
|
var g = {
|
|
420
420
|
// This tag allows us to uniquely identify this as a React Element
|
|
421
421
|
$$typeof: t,
|
|
@@ -436,7 +436,7 @@ function A3() {
|
|
|
436
436
|
configurable: !1,
|
|
437
437
|
enumerable: !1,
|
|
438
438
|
writable: !1,
|
|
439
|
-
value:
|
|
439
|
+
value: u
|
|
440
440
|
}), Object.defineProperty(g, "_source", {
|
|
441
441
|
configurable: !1,
|
|
442
442
|
enumerable: !1,
|
|
@@ -444,10 +444,10 @@ function A3() {
|
|
|
444
444
|
value: b
|
|
445
445
|
}), Object.freeze && (Object.freeze(g.props), Object.freeze(g)), g;
|
|
446
446
|
};
|
|
447
|
-
function M3(e, s, a,
|
|
447
|
+
function M3(e, s, a, u, b) {
|
|
448
448
|
{
|
|
449
449
|
var y, v = {}, g = null, Z = null;
|
|
450
|
-
a !== void 0 && (
|
|
450
|
+
a !== void 0 && (F1(a), g = "" + a), m3(s) && (F1(s.key), g = "" + s.key), b3(s) && (Z = s.ref, w3(s, b));
|
|
451
451
|
for (y in s)
|
|
452
452
|
a1.call(s, y) && !v3.hasOwnProperty(y) && (v[y] = s[y]);
|
|
453
453
|
if (e && e.defaultProps) {
|
|
@@ -459,23 +459,23 @@ function A3() {
|
|
|
459
459
|
var E = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
|
|
460
460
|
g && x3(v, E), Z && y3(v, E);
|
|
461
461
|
}
|
|
462
|
-
return V3(e, g, Z, b,
|
|
462
|
+
return V3(e, g, Z, b, u, l1.current, v);
|
|
463
463
|
}
|
|
464
464
|
}
|
|
465
|
-
var j1 = L.ReactCurrentOwner,
|
|
465
|
+
var j1 = L.ReactCurrentOwner, $1 = L.ReactDebugCurrentFrame;
|
|
466
466
|
function Q(e) {
|
|
467
467
|
if (e) {
|
|
468
468
|
var s = e._owner, a = b1(e.type, e._source, s ? s.type : null);
|
|
469
|
-
|
|
469
|
+
$1.setExtraStackFrame(a);
|
|
470
470
|
} else
|
|
471
|
-
|
|
471
|
+
$1.setExtraStackFrame(null);
|
|
472
472
|
}
|
|
473
473
|
var k1;
|
|
474
474
|
k1 = !1;
|
|
475
475
|
function L1(e) {
|
|
476
476
|
return typeof e == "object" && e !== null && e.$$typeof === t;
|
|
477
477
|
}
|
|
478
|
-
function
|
|
478
|
+
function N1() {
|
|
479
479
|
{
|
|
480
480
|
if (j1.current) {
|
|
481
481
|
var e = O(j1.current.type);
|
|
@@ -490,10 +490,10 @@ Check the render method of \`` + e + "`.";
|
|
|
490
490
|
function j3(e) {
|
|
491
491
|
return "";
|
|
492
492
|
}
|
|
493
|
-
var
|
|
493
|
+
var z1 = {};
|
|
494
494
|
function k3(e) {
|
|
495
495
|
{
|
|
496
|
-
var s =
|
|
496
|
+
var s = N1();
|
|
497
497
|
if (!s) {
|
|
498
498
|
var a = typeof e == "string" ? e : e.displayName || e.name;
|
|
499
499
|
a && (s = `
|
|
@@ -503,27 +503,27 @@ Check the top-level render call using <` + a + ">.");
|
|
|
503
503
|
return s;
|
|
504
504
|
}
|
|
505
505
|
}
|
|
506
|
-
function
|
|
506
|
+
function U1(e, s) {
|
|
507
507
|
{
|
|
508
508
|
if (!e._store || e._store.validated || e.key != null)
|
|
509
509
|
return;
|
|
510
510
|
e._store.validated = !0;
|
|
511
511
|
var a = k3(s);
|
|
512
|
-
if (
|
|
512
|
+
if (z1[a])
|
|
513
513
|
return;
|
|
514
|
-
|
|
515
|
-
var
|
|
516
|
-
e && e._owner && e._owner !== j1.current && (
|
|
514
|
+
z1[a] = !0;
|
|
515
|
+
var u = "";
|
|
516
|
+
e && e._owner && e._owner !== j1.current && (u = " It was passed a child from " + O(e._owner.type) + "."), Q(e), w('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
517
|
}
|
|
518
518
|
}
|
|
519
|
-
function
|
|
519
|
+
function Y1(e, s) {
|
|
520
520
|
{
|
|
521
521
|
if (typeof e != "object")
|
|
522
522
|
return;
|
|
523
523
|
if (V1(e))
|
|
524
524
|
for (var a = 0; a < e.length; a++) {
|
|
525
|
-
var
|
|
526
|
-
L1(
|
|
525
|
+
var u = e[a];
|
|
526
|
+
L1(u) && U1(u, s);
|
|
527
527
|
}
|
|
528
528
|
else if (L1(e))
|
|
529
529
|
e._store && (e._store.validated = !0);
|
|
@@ -531,7 +531,7 @@ Check the top-level render call using <` + a + ">.");
|
|
|
531
531
|
var b = k(e);
|
|
532
532
|
if (typeof b == "function" && b !== e.entries)
|
|
533
533
|
for (var y = b.call(e), v; !(v = y.next()).done; )
|
|
534
|
-
L1(v.value) &&
|
|
534
|
+
L1(v.value) && U1(v.value, s);
|
|
535
535
|
}
|
|
536
536
|
}
|
|
537
537
|
}
|
|
@@ -550,8 +550,8 @@ Check the top-level render call using <` + a + ">.");
|
|
|
550
550
|
else
|
|
551
551
|
return;
|
|
552
552
|
if (a) {
|
|
553
|
-
var
|
|
554
|
-
f3(a, e.props, "prop",
|
|
553
|
+
var u = O(s);
|
|
554
|
+
f3(a, e.props, "prop", u, e);
|
|
555
555
|
} else if (s.PropTypes !== void 0 && !k1) {
|
|
556
556
|
k1 = !0;
|
|
557
557
|
var b = O(s);
|
|
@@ -563,24 +563,24 @@ Check the top-level render call using <` + a + ">.");
|
|
|
563
563
|
function H3(e) {
|
|
564
564
|
{
|
|
565
565
|
for (var s = Object.keys(e.props), a = 0; a < s.length; a++) {
|
|
566
|
-
var
|
|
567
|
-
if (
|
|
568
|
-
Q(e), w("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",
|
|
566
|
+
var u = s[a];
|
|
567
|
+
if (u !== "children" && u !== "key") {
|
|
568
|
+
Q(e), w("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", u), Q(null);
|
|
569
569
|
break;
|
|
570
570
|
}
|
|
571
571
|
}
|
|
572
572
|
e.ref !== null && (Q(e), w("Invalid attribute `ref` supplied to `React.Fragment`."), Q(null));
|
|
573
573
|
}
|
|
574
574
|
}
|
|
575
|
-
var
|
|
576
|
-
function
|
|
575
|
+
var q1 = {};
|
|
576
|
+
function J1(e, s, a, u, b, y) {
|
|
577
577
|
{
|
|
578
578
|
var v = o1(e);
|
|
579
579
|
if (!v) {
|
|
580
580
|
var g = "";
|
|
581
581
|
(e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (g += " 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
582
|
var Z = j3();
|
|
583
|
-
Z ? g += Z : g +=
|
|
583
|
+
Z ? g += Z : g += N1();
|
|
584
584
|
var R;
|
|
585
585
|
e === null ? R = "null" : V1(e) ? R = "array" : e !== void 0 && e.$$typeof === t ? (R = "<" + (O(e.type) || "Unknown") + " />", g = " Did you accidentally export a JSX literal instead of a component?") : R = typeof e, w("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", R, g);
|
|
586
586
|
}
|
|
@@ -590,46 +590,46 @@ Check the top-level render call using <` + a + ">.");
|
|
|
590
590
|
if (v) {
|
|
591
591
|
var I = s.children;
|
|
592
592
|
if (I !== void 0)
|
|
593
|
-
if (
|
|
593
|
+
if (u)
|
|
594
594
|
if (V1(I)) {
|
|
595
595
|
for (var e1 = 0; e1 < I.length; e1++)
|
|
596
|
-
|
|
596
|
+
Y1(I[e1], e);
|
|
597
597
|
Object.freeze && Object.freeze(I);
|
|
598
598
|
} else
|
|
599
599
|
w("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
600
|
else
|
|
601
|
-
|
|
601
|
+
Y1(I, e);
|
|
602
602
|
}
|
|
603
603
|
if (a1.call(s, "key")) {
|
|
604
604
|
var q = O(e), P = Object.keys(s).filter(function(T3) {
|
|
605
605
|
return T3 !== "key";
|
|
606
606
|
}), H1 = P.length > 0 ? "{key: someKey, " + P.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
607
|
-
if (!
|
|
607
|
+
if (!q1[q + H1]) {
|
|
608
608
|
var Z3 = P.length > 0 ? "{" + P.join(": ..., ") + ": ...}" : "{}";
|
|
609
609
|
w(`A props object containing a "key" prop is being spread into JSX:
|
|
610
610
|
let props = %s;
|
|
611
611
|
<%s {...props} />
|
|
612
612
|
React keys must be passed directly to JSX without using spread:
|
|
613
613
|
let props = %s;
|
|
614
|
-
<%s key={someKey} {...props} />`, H1, q, Z3, q),
|
|
614
|
+
<%s key={someKey} {...props} />`, H1, q, Z3, q), q1[q + H1] = !0;
|
|
615
615
|
}
|
|
616
616
|
}
|
|
617
617
|
return e === i ? H3(E) : L3(E), E;
|
|
618
618
|
}
|
|
619
619
|
}
|
|
620
620
|
function R3(e, s, a) {
|
|
621
|
-
return
|
|
621
|
+
return J1(e, s, a, !0);
|
|
622
622
|
}
|
|
623
623
|
function E3(e, s, a) {
|
|
624
|
-
return
|
|
624
|
+
return J1(e, s, a, !1);
|
|
625
625
|
}
|
|
626
626
|
var _3 = E3, S3 = R3;
|
|
627
627
|
d1.Fragment = i, d1.jsx = _3, d1.jsxs = S3;
|
|
628
628
|
}()), d1;
|
|
629
629
|
}
|
|
630
|
-
process.env.NODE_ENV === "production" ?
|
|
631
|
-
var n =
|
|
632
|
-
const
|
|
630
|
+
process.env.NODE_ENV === "production" ? S1.exports = P3() : S1.exports = A3();
|
|
631
|
+
var n = S1.exports;
|
|
632
|
+
const R1 = {
|
|
633
633
|
25: "hsla(100, 71%, 96%, 1)",
|
|
634
634
|
50: "hsla(100, 31%, 92%, 1)",
|
|
635
635
|
100: "hsla(100, 71%, 88%, 1)",
|
|
@@ -643,7 +643,8 @@ const X1 = {
|
|
|
643
643
|
800: "hsla(120, 50%, 24%, 1)",
|
|
644
644
|
900: "hsla(130, 52%, 18%, 1)",
|
|
645
645
|
950: "hsla(130, 52%, 14%, 1)"
|
|
646
|
-
},
|
|
646
|
+
}, E1 = {
|
|
647
|
+
"0-A8": "hsla(0, 0%, 100%, 0.8)",
|
|
647
648
|
25: "hsla(180, 7%, 97%, 1)",
|
|
648
649
|
50: "hsla(150, 7%, 95%, 1)",
|
|
649
650
|
100: "hsla(156, 5%, 82%, 1)",
|
|
@@ -656,12 +657,13 @@ const X1 = {
|
|
|
656
657
|
800: "hsla(150, 7%, 16%, 1)",
|
|
657
658
|
"800-A04": "hsla(150, 7%, 16%, .04)",
|
|
658
659
|
"800-A08": "hsla(150, 7%, 16%, .08)",
|
|
660
|
+
"800-A8": "hsla(150, 7%, 16%, .8)",
|
|
659
661
|
"800-A16": "hsla(150, 7%, 16%, .16)",
|
|
660
662
|
900: "hsla(150, 7%, 12%, 1)",
|
|
661
663
|
950: "hsla(150, 10%, 8%, 1)"
|
|
662
664
|
}, M = {
|
|
663
|
-
primary:
|
|
664
|
-
neutral:
|
|
665
|
+
primary: R1,
|
|
666
|
+
neutral: E1,
|
|
665
667
|
fg: {
|
|
666
668
|
primary: "hsla(130, 52%, 18%, 1)",
|
|
667
669
|
secondary: "hsla(150, 8%, 39%, 1)",
|
|
@@ -675,10 +677,11 @@ const X1 = {
|
|
|
675
677
|
disabled: "hsla(130, 52%, 18%, 0.4)"
|
|
676
678
|
},
|
|
677
679
|
bg: {
|
|
678
|
-
|
|
680
|
+
base: "hsla(0, 0%, 100%, 1)",
|
|
681
|
+
primary: R1[50],
|
|
679
682
|
secondary: "hsla(180, 7%, 97%, 1)",
|
|
680
683
|
elevated: "hsla(0, 0%, 100%, 0.6)",
|
|
681
|
-
tertiary:
|
|
684
|
+
tertiary: E1[50]
|
|
682
685
|
},
|
|
683
686
|
sf: {
|
|
684
687
|
primary: "hsla(100, 71%, 58%, 1)",
|
|
@@ -686,9 +689,9 @@ const X1 = {
|
|
|
686
689
|
tertiary: "hsla(180, 7%, 97%, 1)",
|
|
687
690
|
tertiaryHover: "hsla(180, 7%, 94%, 1)",
|
|
688
691
|
light: {
|
|
689
|
-
action:
|
|
692
|
+
action: R1[25],
|
|
690
693
|
error: "hsla(17, 100%, 97%, 1)",
|
|
691
|
-
tertiary:
|
|
694
|
+
tertiary: E1[50],
|
|
692
695
|
warning: "hsla(40, 100%, 97%, 1)"
|
|
693
696
|
},
|
|
694
697
|
base: "hsla(150, 7%, 16%, 0.04)",
|
|
@@ -728,23 +731,23 @@ function t3(r) {
|
|
|
728
731
|
var t, o, i = "";
|
|
729
732
|
if (typeof r == "string" || typeof r == "number") i += r;
|
|
730
733
|
else if (typeof r == "object") if (Array.isArray(r)) {
|
|
731
|
-
var
|
|
732
|
-
for (t = 0; t <
|
|
734
|
+
var d = r.length;
|
|
735
|
+
for (t = 0; t < d; t++) r[t] && (o = t3(r[t])) && (i && (i += " "), i += o);
|
|
733
736
|
} else for (o in r) r[o] && (i && (i += " "), i += o);
|
|
734
737
|
return i;
|
|
735
738
|
}
|
|
736
739
|
function O3() {
|
|
737
|
-
for (var r, t, o = 0, i = "",
|
|
740
|
+
for (var r, t, o = 0, i = "", d = arguments.length; o < d; o++) (r = arguments[o]) && (t = t3(r)) && (i && (i += " "), i += t);
|
|
738
741
|
return i;
|
|
739
742
|
}
|
|
740
|
-
const
|
|
743
|
+
const T1 = "-", W3 = (r) => {
|
|
741
744
|
const t = I3(r), {
|
|
742
745
|
conflictingClassGroups: o,
|
|
743
746
|
conflictingClassGroupModifiers: i
|
|
744
747
|
} = r;
|
|
745
748
|
return {
|
|
746
749
|
getClassGroupId: (C) => {
|
|
747
|
-
const l = C.split(
|
|
750
|
+
const l = C.split(T1);
|
|
748
751
|
return l[0] === "" && l.length !== 1 && l.shift(), o3(l, t) || B3(C);
|
|
749
752
|
},
|
|
750
753
|
getConflictingClassGroupIds: (C, l) => {
|
|
@@ -756,12 +759,12 @@ const Z1 = "-", W3 = (r) => {
|
|
|
756
759
|
var C;
|
|
757
760
|
if (r.length === 0)
|
|
758
761
|
return t.classGroupId;
|
|
759
|
-
const o = r[0], i = t.nextPart.get(o),
|
|
760
|
-
if (
|
|
761
|
-
return
|
|
762
|
+
const o = r[0], i = t.nextPart.get(o), d = i ? o3(r.slice(1), i) : void 0;
|
|
763
|
+
if (d)
|
|
764
|
+
return d;
|
|
762
765
|
if (t.validators.length === 0)
|
|
763
766
|
return;
|
|
764
|
-
const c = r.join(
|
|
767
|
+
const c = r.join(T1);
|
|
765
768
|
return (C = t.validators.find(({
|
|
766
769
|
validator: l
|
|
767
770
|
}) => l(c))) == null ? void 0 : C.classGroupId;
|
|
@@ -780,41 +783,41 @@ const Z1 = "-", W3 = (r) => {
|
|
|
780
783
|
validators: []
|
|
781
784
|
};
|
|
782
785
|
return D3(Object.entries(r.classGroups), o).forEach(([c, C]) => {
|
|
783
|
-
|
|
786
|
+
Z1(C, i, c, t);
|
|
784
787
|
}), i;
|
|
785
|
-
},
|
|
786
|
-
r.forEach((
|
|
787
|
-
if (typeof
|
|
788
|
-
const c =
|
|
788
|
+
}, Z1 = (r, t, o, i) => {
|
|
789
|
+
r.forEach((d) => {
|
|
790
|
+
if (typeof d == "string") {
|
|
791
|
+
const c = d === "" ? t : e3(t, d);
|
|
789
792
|
c.classGroupId = o;
|
|
790
793
|
return;
|
|
791
794
|
}
|
|
792
|
-
if (typeof
|
|
793
|
-
if (F3(
|
|
794
|
-
|
|
795
|
+
if (typeof d == "function") {
|
|
796
|
+
if (F3(d)) {
|
|
797
|
+
Z1(d(i), t, o, i);
|
|
795
798
|
return;
|
|
796
799
|
}
|
|
797
800
|
t.validators.push({
|
|
798
|
-
validator:
|
|
801
|
+
validator: d,
|
|
799
802
|
classGroupId: o
|
|
800
803
|
});
|
|
801
804
|
return;
|
|
802
805
|
}
|
|
803
|
-
Object.entries(
|
|
804
|
-
|
|
806
|
+
Object.entries(d).forEach(([c, C]) => {
|
|
807
|
+
Z1(C, e3(t, c), o, i);
|
|
805
808
|
});
|
|
806
809
|
});
|
|
807
810
|
}, e3 = (r, t) => {
|
|
808
811
|
let o = r;
|
|
809
|
-
return t.split(
|
|
812
|
+
return t.split(T1).forEach((i) => {
|
|
810
813
|
o.nextPart.has(i) || o.nextPart.set(i, {
|
|
811
814
|
nextPart: /* @__PURE__ */ new Map(),
|
|
812
815
|
validators: []
|
|
813
816
|
}), o = o.nextPart.get(i);
|
|
814
817
|
}), o;
|
|
815
818
|
}, F3 = (r) => r.isThemeGetter, D3 = (r, t) => t ? r.map(([o, i]) => {
|
|
816
|
-
const
|
|
817
|
-
return [o,
|
|
819
|
+
const d = i.map((c) => typeof c == "string" ? t + c : typeof c == "object" ? Object.fromEntries(Object.entries(c).map(([C, l]) => [t + C, l])) : c);
|
|
820
|
+
return [o, d];
|
|
818
821
|
}) : r, G3 = (r) => {
|
|
819
822
|
if (r < 1)
|
|
820
823
|
return {
|
|
@@ -824,7 +827,7 @@ const Z1 = "-", W3 = (r) => {
|
|
|
824
827
|
}
|
|
825
828
|
};
|
|
826
829
|
let t = 0, o = /* @__PURE__ */ new Map(), i = /* @__PURE__ */ new Map();
|
|
827
|
-
const
|
|
830
|
+
const d = (c, C) => {
|
|
828
831
|
o.set(c, C), t++, t > r && (t = 0, i = o, o = /* @__PURE__ */ new Map());
|
|
829
832
|
};
|
|
830
833
|
return {
|
|
@@ -833,23 +836,23 @@ const Z1 = "-", W3 = (r) => {
|
|
|
833
836
|
if (C !== void 0)
|
|
834
837
|
return C;
|
|
835
838
|
if ((C = i.get(c)) !== void 0)
|
|
836
|
-
return
|
|
839
|
+
return d(c, C), C;
|
|
837
840
|
},
|
|
838
841
|
set(c, C) {
|
|
839
|
-
o.has(c) ? o.set(c, C) :
|
|
842
|
+
o.has(c) ? o.set(c, C) : d(c, C);
|
|
840
843
|
}
|
|
841
844
|
};
|
|
842
845
|
}, n3 = "!", $3 = (r) => {
|
|
843
846
|
const {
|
|
844
847
|
separator: t,
|
|
845
848
|
experimentalParseClassName: o
|
|
846
|
-
} = r, i = t.length === 1,
|
|
849
|
+
} = r, i = t.length === 1, d = t[0], c = t.length, C = (l) => {
|
|
847
850
|
const h = [];
|
|
848
851
|
let j = 0, m = 0, H;
|
|
849
852
|
for (let k = 0; k < l.length; k++) {
|
|
850
853
|
let L = l[k];
|
|
851
854
|
if (j === 0) {
|
|
852
|
-
if (L ===
|
|
855
|
+
if (L === d && (i || l.slice(k, k + c) === t)) {
|
|
853
856
|
h.push(l.slice(m, k)), m = k + c;
|
|
854
857
|
continue;
|
|
855
858
|
}
|
|
@@ -888,7 +891,7 @@ const Z1 = "-", W3 = (r) => {
|
|
|
888
891
|
const {
|
|
889
892
|
parseClassName: o,
|
|
890
893
|
getClassGroupId: i,
|
|
891
|
-
getConflictingClassGroupIds:
|
|
894
|
+
getConflictingClassGroupIds: d
|
|
892
895
|
} = t, c = [], C = r.trim().split(U3);
|
|
893
896
|
let l = "";
|
|
894
897
|
for (let h = C.length - 1; h >= 0; h -= 1) {
|
|
@@ -914,7 +917,7 @@ const Z1 = "-", W3 = (r) => {
|
|
|
914
917
|
if (c.includes(w))
|
|
915
918
|
continue;
|
|
916
919
|
c.push(w);
|
|
917
|
-
const U =
|
|
920
|
+
const U = d(S, A);
|
|
918
921
|
for (let F = 0; F < U.length; ++F) {
|
|
919
922
|
const J = U[F];
|
|
920
923
|
c.push(L + J);
|
|
@@ -938,17 +941,17 @@ const s3 = (r) => {
|
|
|
938
941
|
return o;
|
|
939
942
|
};
|
|
940
943
|
function J3(r, ...t) {
|
|
941
|
-
let o, i,
|
|
944
|
+
let o, i, d, c = C;
|
|
942
945
|
function C(h) {
|
|
943
946
|
const j = t.reduce((m, H) => H(m), r());
|
|
944
|
-
return o = z3(j), i = o.cache.get,
|
|
947
|
+
return o = z3(j), i = o.cache.get, d = o.cache.set, c = l, l(h);
|
|
945
948
|
}
|
|
946
949
|
function l(h) {
|
|
947
950
|
const j = i(h);
|
|
948
951
|
if (j)
|
|
949
952
|
return j;
|
|
950
953
|
const m = Y3(h, o);
|
|
951
|
-
return
|
|
954
|
+
return d(h, m), m;
|
|
952
955
|
}
|
|
953
956
|
return function() {
|
|
954
957
|
return c(q3.apply(null, arguments));
|
|
@@ -957,7 +960,7 @@ function J3(r, ...t) {
|
|
|
957
960
|
const V = (r) => {
|
|
958
961
|
const t = (o) => o[r] || [];
|
|
959
962
|
return t.isThemeGetter = !0, t;
|
|
960
|
-
}, i3 = /^\[(?:([a-z-]+):)?(.+)\]$/i, K3 = /^\d+\/\d+$/, X3 = /* @__PURE__ */ new Set(["px", "full", "screen"]), Q3 = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, e2 = /\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$/, r2 = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, t2 = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, o2 = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, D = (r) => r1(r) || X3.has(r) || K3.test(r), N = (r) => t1(r, "length", u2), r1 = (r) => !!r && !Number.isNaN(Number(r)),
|
|
963
|
+
}, i3 = /^\[(?:([a-z-]+):)?(.+)\]$/i, K3 = /^\d+\/\d+$/, X3 = /* @__PURE__ */ new Set(["px", "full", "screen"]), Q3 = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, e2 = /\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$/, r2 = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, t2 = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, o2 = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, D = (r) => r1(r) || X3.has(r) || K3.test(r), N = (r) => t1(r, "length", u2), r1 = (r) => !!r && !Number.isNaN(Number(r)), _1 = (r) => t1(r, "number", r1), u1 = (r) => !!r && Number.isInteger(Number(r)), n2 = (r) => r.endsWith("%") && r1(r.slice(0, -1)), f = (r) => i3.test(r), z = (r) => Q3.test(r), s2 = /* @__PURE__ */ new Set(["length", "size", "percentage"]), i2 = (r) => t1(r, s2, a3), a2 = (r) => t1(r, "position", a3), l2 = /* @__PURE__ */ new Set(["image", "url"]), c2 = (r) => t1(r, l2, f2), d2 = (r) => t1(r, "", C2), C1 = () => !0, t1 = (r, t, o) => {
|
|
961
964
|
const i = i3.exec(r);
|
|
962
965
|
return i ? i[1] ? typeof t == "string" ? i[1] === t : t.has(i[1]) : o(i[2]) : !1;
|
|
963
966
|
}, u2 = (r) => (
|
|
@@ -966,7 +969,7 @@ const V = (r) => {
|
|
|
966
969
|
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
967
970
|
e2.test(r) && !r2.test(r)
|
|
968
971
|
), a3 = () => !1, C2 = (r) => t2.test(r), f2 = (r) => o2.test(r), p2 = () => {
|
|
969
|
-
const r = V("colors"), t = V("spacing"), o = V("blur"), i = V("brightness"),
|
|
972
|
+
const r = V("colors"), t = V("spacing"), o = V("blur"), i = V("brightness"), d = V("borderColor"), c = V("borderRadius"), C = V("borderSpacing"), l = V("borderWidth"), h = V("contrast"), j = V("grayscale"), m = V("hueRotate"), H = V("invert"), _ = V("gap"), T = V("gradientColorStops"), A = V("gradientColorStopPositions"), S = V("inset"), k = V("margin"), L = V("opacity"), w = V("padding"), U = V("saturate"), F = V("scale"), J = V("sepia"), f1 = V("skew"), p1 = V("space"), h1 = V("translate"), K = () => ["auto", "contain", "none"], o1 = () => ["auto", "hidden", "clip", "visible", "scroll"], n1 = () => ["auto", f, t], x = () => [f, t], O = () => ["", D, N], W = () => ["auto", r1, f], 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", f], i1 = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], B = () => [r1, f];
|
|
970
973
|
return {
|
|
971
974
|
cacheSize: 500,
|
|
972
975
|
separator: ":",
|
|
@@ -1654,7 +1657,7 @@ const V = (r) => {
|
|
|
1654
1657
|
* @see https://tailwindcss.com/docs/font-weight
|
|
1655
1658
|
*/
|
|
1656
1659
|
"font-weight": [{
|
|
1657
|
-
font: ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black",
|
|
1660
|
+
font: ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black", _1]
|
|
1658
1661
|
}],
|
|
1659
1662
|
/**
|
|
1660
1663
|
* Font Family
|
|
@@ -1705,7 +1708,7 @@ const V = (r) => {
|
|
|
1705
1708
|
* @see https://tailwindcss.com/docs/line-clamp
|
|
1706
1709
|
*/
|
|
1707
1710
|
"line-clamp": [{
|
|
1708
|
-
"line-clamp": ["none", r1,
|
|
1711
|
+
"line-clamp": ["none", r1, _1]
|
|
1709
1712
|
}],
|
|
1710
1713
|
/**
|
|
1711
1714
|
* Line Height
|
|
@@ -2200,56 +2203,56 @@ const V = (r) => {
|
|
|
2200
2203
|
* @see https://tailwindcss.com/docs/border-color
|
|
2201
2204
|
*/
|
|
2202
2205
|
"border-color": [{
|
|
2203
|
-
border: [
|
|
2206
|
+
border: [d]
|
|
2204
2207
|
}],
|
|
2205
2208
|
/**
|
|
2206
2209
|
* Border Color X
|
|
2207
2210
|
* @see https://tailwindcss.com/docs/border-color
|
|
2208
2211
|
*/
|
|
2209
2212
|
"border-color-x": [{
|
|
2210
|
-
"border-x": [
|
|
2213
|
+
"border-x": [d]
|
|
2211
2214
|
}],
|
|
2212
2215
|
/**
|
|
2213
2216
|
* Border Color Y
|
|
2214
2217
|
* @see https://tailwindcss.com/docs/border-color
|
|
2215
2218
|
*/
|
|
2216
2219
|
"border-color-y": [{
|
|
2217
|
-
"border-y": [
|
|
2220
|
+
"border-y": [d]
|
|
2218
2221
|
}],
|
|
2219
2222
|
/**
|
|
2220
2223
|
* Border Color Top
|
|
2221
2224
|
* @see https://tailwindcss.com/docs/border-color
|
|
2222
2225
|
*/
|
|
2223
2226
|
"border-color-t": [{
|
|
2224
|
-
"border-t": [
|
|
2227
|
+
"border-t": [d]
|
|
2225
2228
|
}],
|
|
2226
2229
|
/**
|
|
2227
2230
|
* Border Color Right
|
|
2228
2231
|
* @see https://tailwindcss.com/docs/border-color
|
|
2229
2232
|
*/
|
|
2230
2233
|
"border-color-r": [{
|
|
2231
|
-
"border-r": [
|
|
2234
|
+
"border-r": [d]
|
|
2232
2235
|
}],
|
|
2233
2236
|
/**
|
|
2234
2237
|
* Border Color Bottom
|
|
2235
2238
|
* @see https://tailwindcss.com/docs/border-color
|
|
2236
2239
|
*/
|
|
2237
2240
|
"border-color-b": [{
|
|
2238
|
-
"border-b": [
|
|
2241
|
+
"border-b": [d]
|
|
2239
2242
|
}],
|
|
2240
2243
|
/**
|
|
2241
2244
|
* Border Color Left
|
|
2242
2245
|
* @see https://tailwindcss.com/docs/border-color
|
|
2243
2246
|
*/
|
|
2244
2247
|
"border-color-l": [{
|
|
2245
|
-
"border-l": [
|
|
2248
|
+
"border-l": [d]
|
|
2246
2249
|
}],
|
|
2247
2250
|
/**
|
|
2248
2251
|
* Divide Color
|
|
2249
2252
|
* @see https://tailwindcss.com/docs/divide-color
|
|
2250
2253
|
*/
|
|
2251
2254
|
"divide-color": [{
|
|
2252
|
-
divide: [
|
|
2255
|
+
divide: [d]
|
|
2253
2256
|
}],
|
|
2254
2257
|
/**
|
|
2255
2258
|
* Outline Style
|
|
@@ -2905,7 +2908,7 @@ const V = (r) => {
|
|
|
2905
2908
|
* @see https://tailwindcss.com/docs/stroke-width
|
|
2906
2909
|
*/
|
|
2907
2910
|
"stroke-w": [{
|
|
2908
|
-
stroke: [D, N,
|
|
2911
|
+
stroke: [D, N, _1]
|
|
2909
2912
|
}],
|
|
2910
2913
|
/**
|
|
2911
2914
|
* Stroke
|
|
@@ -3008,12 +3011,7 @@ function m2({ color: r = M.fg.tertiary, size: t = "small", ...o }) {
|
|
|
3008
3011
|
}
|
|
3009
3012
|
);
|
|
3010
3013
|
}
|
|
3011
|
-
function w2({
|
|
3012
|
-
color: r = M.primary[900],
|
|
3013
|
-
size: t = "small",
|
|
3014
|
-
direction: o = "right",
|
|
3015
|
-
...i
|
|
3016
|
-
}) {
|
|
3014
|
+
function w2({ color: r = M.primary[900], size: t = "small", ...o }) {
|
|
3017
3015
|
return /* @__PURE__ */ n.jsx(
|
|
3018
3016
|
"svg",
|
|
3019
3017
|
{
|
|
@@ -3022,19 +3020,38 @@ function w2({
|
|
|
3022
3020
|
height: p(t),
|
|
3023
3021
|
viewBox: "0 0 24 24",
|
|
3024
3022
|
fill: "none",
|
|
3025
|
-
|
|
3026
|
-
...i,
|
|
3023
|
+
...o,
|
|
3027
3024
|
children: /* @__PURE__ */ n.jsx(
|
|
3028
3025
|
"path",
|
|
3029
3026
|
{
|
|
3030
|
-
d: "
|
|
3031
|
-
|
|
3027
|
+
d: "M7 7.00003L17 17M17 7.00003L7 17",
|
|
3028
|
+
stroke: r,
|
|
3029
|
+
strokeWidth: "2",
|
|
3030
|
+
strokeLinecap: "round",
|
|
3031
|
+
strokeLinejoin: "round"
|
|
3032
3032
|
}
|
|
3033
3033
|
)
|
|
3034
3034
|
}
|
|
3035
3035
|
);
|
|
3036
3036
|
}
|
|
3037
|
-
function x2({
|
|
3037
|
+
function x2({
|
|
3038
|
+
color: r = M.primary[900],
|
|
3039
|
+
size: t = "small",
|
|
3040
|
+
direction: o = "right",
|
|
3041
|
+
...i
|
|
3042
|
+
}) {
|
|
3043
|
+
const d = () => {
|
|
3044
|
+
switch (o) {
|
|
3045
|
+
case "right":
|
|
3046
|
+
return "rotate(180deg)";
|
|
3047
|
+
case "up":
|
|
3048
|
+
return "rotate(90deg)";
|
|
3049
|
+
case "down":
|
|
3050
|
+
return "rotate(-90deg)";
|
|
3051
|
+
default:
|
|
3052
|
+
return "rotate(0deg)";
|
|
3053
|
+
}
|
|
3054
|
+
};
|
|
3038
3055
|
return /* @__PURE__ */ n.jsx(
|
|
3039
3056
|
"svg",
|
|
3040
3057
|
{
|
|
@@ -3043,15 +3060,13 @@ function x2({ color: r = M.primary[900], size: t = "small", ...o }) {
|
|
|
3043
3060
|
height: p(t),
|
|
3044
3061
|
viewBox: "0 0 24 24",
|
|
3045
3062
|
fill: "none",
|
|
3046
|
-
|
|
3063
|
+
style: { transform: `${d()}` },
|
|
3064
|
+
...i,
|
|
3047
3065
|
children: /* @__PURE__ */ n.jsx(
|
|
3048
3066
|
"path",
|
|
3049
3067
|
{
|
|
3050
|
-
d: "
|
|
3051
|
-
|
|
3052
|
-
strokeWidth: "2",
|
|
3053
|
-
strokeLinecap: "round",
|
|
3054
|
-
strokeLinejoin: "round"
|
|
3068
|
+
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",
|
|
3069
|
+
fill: r
|
|
3055
3070
|
}
|
|
3056
3071
|
)
|
|
3057
3072
|
}
|
|
@@ -3205,9 +3220,9 @@ function L2({ color: r = M.primary[800] }) {
|
|
|
3205
3220
|
id: "Icon",
|
|
3206
3221
|
d: "M1 7L6.99998 1M6.99998 1L13 7M6.99998 1V17",
|
|
3207
3222
|
stroke: r,
|
|
3208
|
-
|
|
3209
|
-
|
|
3210
|
-
|
|
3223
|
+
strokeWidth: "2",
|
|
3224
|
+
strokeLinecap: "round",
|
|
3225
|
+
strokeLinejoin: "round"
|
|
3211
3226
|
}
|
|
3212
3227
|
) });
|
|
3213
3228
|
}
|
|
@@ -3571,8 +3586,8 @@ function W2() {
|
|
|
3571
3586
|
/* @__PURE__ */ n.jsx(
|
|
3572
3587
|
"path",
|
|
3573
3588
|
{
|
|
3574
|
-
|
|
3575
|
-
|
|
3589
|
+
fillRule: "evenodd",
|
|
3590
|
+
clipRule: "evenodd",
|
|
3576
3591
|
d: "M17.9665 34C15.6771 34 13.4997 32.9823 11.3097 30.889L11.1938 30.7786C10.1002 29.7342 8.77495 28.4685 8.06699 26.8089C5.80215 26.6794 4 24.7959 4 22.4999V19.2911C4 17.2027 5.49132 15.4557 7.46554 15.0597V14.5418C5.13133 13.2417 4.7473 12.3524 4.61455 12.0454C4.01093 10.6431 4.29553 9.24355 5.41484 8.10239C6.80456 6.68646 8.40349 5.67476 9.94943 4.69639L10.021 4.6505C11.8018 3.52409 13.4849 2.78991 15.1701 2.40479C15.1887 2.40042 15.2133 2.39495 15.245 2.3884C15.4318 2.34688 15.6749 2.29444 15.9344 2.25128C16.786 2.08194 17.5672 2 18.3238 2C19.0804 2 19.8561 2.08139 20.735 2.25565C20.9797 2.29608 21.2354 2.35125 21.408 2.38949L21.4282 2.39441C21.4544 2.39987 21.4839 2.40642 21.5167 2.41462C23.1807 2.79646 24.8512 3.52737 26.6227 4.64887L26.697 4.69585C28.2451 5.67586 29.8435 6.68755 31.2321 8.10184C32.352 9.243 32.6366 10.6426 32.0341 12.0437C31.9008 12.3524 31.5168 13.2417 29.182 14.5418V15.0597C31.1562 15.4557 32.6481 17.2027 32.6481 19.2911V22.4999C32.6481 24.7964 30.8454 26.6794 28.5806 26.8089C27.8726 28.4685 26.5473 29.7336 25.4537 30.7781L25.3368 30.8895C23.1473 32.9823 20.9694 34 18.6805 34H17.9671H17.9665Z",
|
|
3577
3592
|
fill: "white"
|
|
3578
3593
|
}
|
|
@@ -3766,8 +3781,8 @@ function z2({ color: r = M.fg.tertiary, ...t }) {
|
|
|
3766
3781
|
"path",
|
|
3767
3782
|
{
|
|
3768
3783
|
id: "Union",
|
|
3769
|
-
|
|
3770
|
-
|
|
3784
|
+
fillRule: "evenodd",
|
|
3785
|
+
clipRule: "evenodd",
|
|
3771
3786
|
d: "M4.5 11.5C4.5 10.9477 4.94772 10.5 5.5 10.5H6.5C7.05228 10.5 7.5 10.9477 7.5 11.5V12.5C7.5 13.0523 7.05228 13.5 6.5 13.5H5.5C4.94772 13.5 4.5 13.0523 4.5 12.5V11.5ZM10.5 11.5C10.5 10.9477 10.9477 10.5 11.5 10.5H12.5C13.0523 10.5 13.5 10.9477 13.5 11.5V12.5C13.5 13.0523 13.0523 13.5 12.5 13.5H11.5C10.9477 13.5 10.5 13.0523 10.5 12.5V11.5ZM17.5 10.5C16.9477 10.5 16.5 10.9477 16.5 11.5V12.5C16.5 13.0523 16.9477 13.5 17.5 13.5H18.5C19.0523 13.5 19.5 13.0523 19.5 12.5V11.5C19.5 10.9477 19.0523 10.5 18.5 10.5H17.5Z",
|
|
3772
3787
|
fill: r
|
|
3773
3788
|
}
|
|
@@ -3787,9 +3802,9 @@ export {
|
|
|
3787
3802
|
D2 as U,
|
|
3788
3803
|
L2 as a,
|
|
3789
3804
|
H2 as b,
|
|
3790
|
-
|
|
3805
|
+
x2 as c,
|
|
3791
3806
|
M2 as d,
|
|
3792
|
-
|
|
3807
|
+
w2 as e,
|
|
3793
3808
|
R2 as f,
|
|
3794
3809
|
E2 as g,
|
|
3795
3810
|
S2 as h,
|