rechtspilot-ui 0.0.39 → 0.0.41
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-BkKNoFy-.js → Ellipses-CpK_thly.js} +306 -231
- package/dist/icons/CheckCircle.d.ts +2 -0
- package/dist/icons/ErrorCircle.d.ts +2 -0
- package/dist/icons/Rotate.d.ts +2 -0
- package/dist/icons/index.d.ts +3 -0
- package/dist/icons.es.js +26 -23
- package/dist/index.es.js +778 -776
- package/package.json +1 -1
|
@@ -14,14 +14,14 @@ function P3() {
|
|
|
14
14
|
if (K1) return c1;
|
|
15
15
|
K1 = 1;
|
|
16
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
|
-
function
|
|
17
|
+
function f(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
22
|
return { $$typeof: t, type: l, key: _, ref: T, props: H, _owner: d.current };
|
|
23
23
|
}
|
|
24
|
-
return c1.Fragment = o, c1.jsx =
|
|
24
|
+
return c1.Fragment = o, c1.jsx = f, c1.jsxs = f, c1;
|
|
25
25
|
}
|
|
26
26
|
var d1 = {};
|
|
27
27
|
/**
|
|
@@ -36,8 +36,8 @@ var d1 = {};
|
|
|
36
36
|
var X1;
|
|
37
37
|
function A3() {
|
|
38
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"),
|
|
40
|
-
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"), f = 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
|
+
function V(e) {
|
|
41
41
|
if (e === null || typeof e != "object")
|
|
42
42
|
return null;
|
|
43
43
|
var s = A && e[A] || e[S];
|
|
@@ -48,10 +48,10 @@ function A3() {
|
|
|
48
48
|
{
|
|
49
49
|
for (var s = arguments.length, a = new Array(s > 1 ? s - 1 : 0), u = 1; u < s; u++)
|
|
50
50
|
a[u - 1] = arguments[u];
|
|
51
|
-
|
|
51
|
+
Y("error", e, a);
|
|
52
52
|
}
|
|
53
53
|
}
|
|
54
|
-
function
|
|
54
|
+
function Y(e, s, a) {
|
|
55
55
|
{
|
|
56
56
|
var u = L.ReactDebugCurrentFrame, b = u.getStackAddendum();
|
|
57
57
|
b !== "" && (s += "%s", a = a.concat([b]));
|
|
@@ -64,7 +64,7 @@ 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 === d || e === j || e === m || p1 || e === T || F || J || f1 || typeof e == "object" && e !== null && (e.$$typeof === _ || e.$$typeof === H || e.$$typeof ===
|
|
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 === f || 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.
|
|
@@ -106,7 +106,7 @@ function A3() {
|
|
|
106
106
|
case l:
|
|
107
107
|
var s = e;
|
|
108
108
|
return x(s) + ".Consumer";
|
|
109
|
-
case
|
|
109
|
+
case f:
|
|
110
110
|
var a = e;
|
|
111
111
|
return x(a._context) + ".Provider";
|
|
112
112
|
case h:
|
|
@@ -125,14 +125,14 @@ function A3() {
|
|
|
125
125
|
}
|
|
126
126
|
return null;
|
|
127
127
|
}
|
|
128
|
-
var W = Object.assign, G = 0,
|
|
128
|
+
var W = Object.assign, G = 0, z, s1, X, $, i1, B, P1;
|
|
129
129
|
function A1() {
|
|
130
130
|
}
|
|
131
131
|
A1.__reactDisabledLog = !0;
|
|
132
132
|
function l3() {
|
|
133
133
|
{
|
|
134
134
|
if (G === 0) {
|
|
135
|
-
|
|
135
|
+
z = 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,
|
|
@@ -162,7 +162,7 @@ function A3() {
|
|
|
162
162
|
};
|
|
163
163
|
Object.defineProperties(console, {
|
|
164
164
|
log: W({}, e, {
|
|
165
|
-
value:
|
|
165
|
+
value: z
|
|
166
166
|
}),
|
|
167
167
|
info: W({}, e, {
|
|
168
168
|
value: s1
|
|
@@ -341,7 +341,7 @@ function A3() {
|
|
|
341
341
|
}
|
|
342
342
|
}
|
|
343
343
|
var p3 = Array.isArray;
|
|
344
|
-
function
|
|
344
|
+
function M1(e) {
|
|
345
345
|
return p3(e);
|
|
346
346
|
}
|
|
347
347
|
function h3(e) {
|
|
@@ -369,8 +369,8 @@ function A3() {
|
|
|
369
369
|
ref: !0,
|
|
370
370
|
__self: !0,
|
|
371
371
|
__source: !0
|
|
372
|
-
}, D1, G1,
|
|
373
|
-
|
|
372
|
+
}, D1, G1, k1;
|
|
373
|
+
k1 = {};
|
|
374
374
|
function b3(e) {
|
|
375
375
|
if (a1.call(e, "ref")) {
|
|
376
376
|
var s = Object.getOwnPropertyDescriptor(e, "ref").get;
|
|
@@ -390,7 +390,7 @@ function A3() {
|
|
|
390
390
|
function w3(e, s) {
|
|
391
391
|
if (typeof e.ref == "string" && l1.current && s && l1.current.stateNode !== s) {
|
|
392
392
|
var a = O(l1.current.type);
|
|
393
|
-
|
|
393
|
+
k1[a] || (w('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), k1[a] = !0);
|
|
394
394
|
}
|
|
395
395
|
}
|
|
396
396
|
function x3(e, s) {
|
|
@@ -415,7 +415,7 @@ function A3() {
|
|
|
415
415
|
});
|
|
416
416
|
}
|
|
417
417
|
}
|
|
418
|
-
var
|
|
418
|
+
var M3 = 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,
|
|
@@ -444,7 +444,7 @@ function A3() {
|
|
|
444
444
|
value: b
|
|
445
445
|
}), Object.freeze && (Object.freeze(g.props), Object.freeze(g)), g;
|
|
446
446
|
};
|
|
447
|
-
function
|
|
447
|
+
function k3(e, s, a, u, b) {
|
|
448
448
|
{
|
|
449
449
|
var y, v = {}, g = null, Z = null;
|
|
450
450
|
a !== void 0 && (F1(a), g = "" + a), m3(s) && (F1(s.key), g = "" + s.key), b3(s) && (Z = s.ref, w3(s, b));
|
|
@@ -459,7 +459,7 @@ 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
|
|
462
|
+
return M3(e, g, Z, b, u, l1.current, v);
|
|
463
463
|
}
|
|
464
464
|
}
|
|
465
465
|
var j1 = L.ReactCurrentOwner, $1 = L.ReactDebugCurrentFrame;
|
|
@@ -470,8 +470,8 @@ function A3() {
|
|
|
470
470
|
} else
|
|
471
471
|
$1.setExtraStackFrame(null);
|
|
472
472
|
}
|
|
473
|
-
var
|
|
474
|
-
|
|
473
|
+
var V1;
|
|
474
|
+
V1 = !1;
|
|
475
475
|
function L1(e) {
|
|
476
476
|
return typeof e == "object" && e !== null && e.$$typeof === t;
|
|
477
477
|
}
|
|
@@ -490,8 +490,8 @@ Check the render method of \`` + e + "`.";
|
|
|
490
490
|
function j3(e) {
|
|
491
491
|
return "";
|
|
492
492
|
}
|
|
493
|
-
var
|
|
494
|
-
function
|
|
493
|
+
var U1 = {};
|
|
494
|
+
function V3(e) {
|
|
495
495
|
{
|
|
496
496
|
var s = N1();
|
|
497
497
|
if (!s) {
|
|
@@ -503,35 +503,35 @@ Check the top-level render call using <` + a + ">.");
|
|
|
503
503
|
return s;
|
|
504
504
|
}
|
|
505
505
|
}
|
|
506
|
-
function
|
|
506
|
+
function Y1(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
|
-
var a =
|
|
512
|
-
if (
|
|
511
|
+
var a = V3(s);
|
|
512
|
+
if (U1[a])
|
|
513
513
|
return;
|
|
514
|
-
|
|
514
|
+
U1[a] = !0;
|
|
515
515
|
var u = "";
|
|
516
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 z1(e, s) {
|
|
520
520
|
{
|
|
521
521
|
if (typeof e != "object")
|
|
522
522
|
return;
|
|
523
|
-
if (
|
|
523
|
+
if (M1(e))
|
|
524
524
|
for (var a = 0; a < e.length; a++) {
|
|
525
525
|
var u = e[a];
|
|
526
|
-
L1(u) &&
|
|
526
|
+
L1(u) && Y1(u, s);
|
|
527
527
|
}
|
|
528
528
|
else if (L1(e))
|
|
529
529
|
e._store && (e._store.validated = !0);
|
|
530
530
|
else if (e) {
|
|
531
|
-
var b =
|
|
531
|
+
var b = V(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) && Y1(v.value, s);
|
|
535
535
|
}
|
|
536
536
|
}
|
|
537
537
|
}
|
|
@@ -552,8 +552,8 @@ Check the top-level render call using <` + a + ">.");
|
|
|
552
552
|
if (a) {
|
|
553
553
|
var u = O(s);
|
|
554
554
|
f3(a, e.props, "prop", u, e);
|
|
555
|
-
} else if (s.PropTypes !== void 0 && !
|
|
556
|
-
|
|
555
|
+
} else if (s.PropTypes !== void 0 && !V1) {
|
|
556
|
+
V1 = !0;
|
|
557
557
|
var b = O(s);
|
|
558
558
|
w("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", b || "Unknown");
|
|
559
559
|
}
|
|
@@ -582,23 +582,23 @@ Check the top-level render call using <` + a + ">.");
|
|
|
582
582
|
var Z = j3();
|
|
583
583
|
Z ? g += Z : g += N1();
|
|
584
584
|
var R;
|
|
585
|
-
e === null ? R = "null" :
|
|
585
|
+
e === null ? R = "null" : M1(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
|
}
|
|
587
|
-
var E =
|
|
587
|
+
var E = k3(e, s, a, b, y);
|
|
588
588
|
if (E == null)
|
|
589
589
|
return E;
|
|
590
590
|
if (v) {
|
|
591
591
|
var I = s.children;
|
|
592
592
|
if (I !== void 0)
|
|
593
593
|
if (u)
|
|
594
|
-
if (
|
|
594
|
+
if (M1(I)) {
|
|
595
595
|
for (var e1 = 0; e1 < I.length; e1++)
|
|
596
|
-
|
|
596
|
+
z1(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
|
+
z1(I, e);
|
|
602
602
|
}
|
|
603
603
|
if (a1.call(s, "key")) {
|
|
604
604
|
var q = O(e), P = Object.keys(s).filter(function(T3) {
|
|
@@ -746,17 +746,17 @@ const T1 = "-", W3 = (r) => {
|
|
|
746
746
|
conflictingClassGroupModifiers: i
|
|
747
747
|
} = r;
|
|
748
748
|
return {
|
|
749
|
-
getClassGroupId: (
|
|
750
|
-
const l =
|
|
751
|
-
return l[0] === "" && l.length !== 1 && l.shift(), o3(l, t) || B3(
|
|
749
|
+
getClassGroupId: (f) => {
|
|
750
|
+
const l = f.split(T1);
|
|
751
|
+
return l[0] === "" && l.length !== 1 && l.shift(), o3(l, t) || B3(f);
|
|
752
752
|
},
|
|
753
|
-
getConflictingClassGroupIds: (
|
|
754
|
-
const h = o[
|
|
755
|
-
return l && i[
|
|
753
|
+
getConflictingClassGroupIds: (f, l) => {
|
|
754
|
+
const h = o[f] || [];
|
|
755
|
+
return l && i[f] ? [...h, ...i[f]] : h;
|
|
756
756
|
}
|
|
757
757
|
};
|
|
758
758
|
}, o3 = (r, t) => {
|
|
759
|
-
var
|
|
759
|
+
var f;
|
|
760
760
|
if (r.length === 0)
|
|
761
761
|
return t.classGroupId;
|
|
762
762
|
const o = r[0], i = t.nextPart.get(o), d = i ? o3(r.slice(1), i) : void 0;
|
|
@@ -765,9 +765,9 @@ const T1 = "-", W3 = (r) => {
|
|
|
765
765
|
if (t.validators.length === 0)
|
|
766
766
|
return;
|
|
767
767
|
const c = r.join(T1);
|
|
768
|
-
return (
|
|
768
|
+
return (f = t.validators.find(({
|
|
769
769
|
validator: l
|
|
770
|
-
}) => l(c))) == null ? void 0 :
|
|
770
|
+
}) => l(c))) == null ? void 0 : f.classGroupId;
|
|
771
771
|
}, Q1 = /^\[(.+)\]$/, B3 = (r) => {
|
|
772
772
|
if (Q1.test(r)) {
|
|
773
773
|
const t = Q1.exec(r)[1], o = t == null ? void 0 : t.substring(0, t.indexOf(":"));
|
|
@@ -782,8 +782,8 @@ const T1 = "-", W3 = (r) => {
|
|
|
782
782
|
nextPart: /* @__PURE__ */ new Map(),
|
|
783
783
|
validators: []
|
|
784
784
|
};
|
|
785
|
-
return D3(Object.entries(r.classGroups), o).forEach(([c,
|
|
786
|
-
Z1(
|
|
785
|
+
return D3(Object.entries(r.classGroups), o).forEach(([c, f]) => {
|
|
786
|
+
Z1(f, i, c, t);
|
|
787
787
|
}), i;
|
|
788
788
|
}, Z1 = (r, t, o, i) => {
|
|
789
789
|
r.forEach((d) => {
|
|
@@ -803,8 +803,8 @@ const T1 = "-", W3 = (r) => {
|
|
|
803
803
|
});
|
|
804
804
|
return;
|
|
805
805
|
}
|
|
806
|
-
Object.entries(d).forEach(([c,
|
|
807
|
-
Z1(
|
|
806
|
+
Object.entries(d).forEach(([c, f]) => {
|
|
807
|
+
Z1(f, e3(t, c), o, i);
|
|
808
808
|
});
|
|
809
809
|
});
|
|
810
810
|
}, e3 = (r, t) => {
|
|
@@ -816,7 +816,7 @@ const T1 = "-", W3 = (r) => {
|
|
|
816
816
|
}), o = o.nextPart.get(i);
|
|
817
817
|
}), o;
|
|
818
818
|
}, F3 = (r) => r.isThemeGetter, D3 = (r, t) => t ? r.map(([o, i]) => {
|
|
819
|
-
const d = i.map((c) => typeof c == "string" ? t + c : typeof c == "object" ? Object.fromEntries(Object.entries(c).map(([
|
|
819
|
+
const d = i.map((c) => typeof c == "string" ? t + c : typeof c == "object" ? Object.fromEntries(Object.entries(c).map(([f, l]) => [t + f, l])) : c);
|
|
820
820
|
return [o, d];
|
|
821
821
|
}) : r, G3 = (r) => {
|
|
822
822
|
if (r < 1)
|
|
@@ -827,37 +827,37 @@ const T1 = "-", W3 = (r) => {
|
|
|
827
827
|
}
|
|
828
828
|
};
|
|
829
829
|
let t = 0, o = /* @__PURE__ */ new Map(), i = /* @__PURE__ */ new Map();
|
|
830
|
-
const d = (c,
|
|
831
|
-
o.set(c,
|
|
830
|
+
const d = (c, f) => {
|
|
831
|
+
o.set(c, f), t++, t > r && (t = 0, i = o, o = /* @__PURE__ */ new Map());
|
|
832
832
|
};
|
|
833
833
|
return {
|
|
834
834
|
get(c) {
|
|
835
|
-
let
|
|
836
|
-
if (
|
|
837
|
-
return
|
|
838
|
-
if ((
|
|
839
|
-
return d(c,
|
|
835
|
+
let f = o.get(c);
|
|
836
|
+
if (f !== void 0)
|
|
837
|
+
return f;
|
|
838
|
+
if ((f = i.get(c)) !== void 0)
|
|
839
|
+
return d(c, f), f;
|
|
840
840
|
},
|
|
841
|
-
set(c,
|
|
842
|
-
o.has(c) ? o.set(c,
|
|
841
|
+
set(c, f) {
|
|
842
|
+
o.has(c) ? o.set(c, f) : d(c, f);
|
|
843
843
|
}
|
|
844
844
|
};
|
|
845
845
|
}, n3 = "!", $3 = (r) => {
|
|
846
846
|
const {
|
|
847
847
|
separator: t,
|
|
848
848
|
experimentalParseClassName: o
|
|
849
|
-
} = r, i = t.length === 1, d = t[0], c = t.length,
|
|
849
|
+
} = r, i = t.length === 1, d = t[0], c = t.length, f = (l) => {
|
|
850
850
|
const h = [];
|
|
851
851
|
let j = 0, m = 0, H;
|
|
852
|
-
for (let
|
|
853
|
-
let L = l[
|
|
852
|
+
for (let V = 0; V < l.length; V++) {
|
|
853
|
+
let L = l[V];
|
|
854
854
|
if (j === 0) {
|
|
855
|
-
if (L === d && (i || l.slice(
|
|
856
|
-
h.push(l.slice(m,
|
|
855
|
+
if (L === d && (i || l.slice(V, V + c) === t)) {
|
|
856
|
+
h.push(l.slice(m, V)), m = V + c;
|
|
857
857
|
continue;
|
|
858
858
|
}
|
|
859
859
|
if (L === "/") {
|
|
860
|
-
H =
|
|
860
|
+
H = V;
|
|
861
861
|
continue;
|
|
862
862
|
}
|
|
863
863
|
}
|
|
@@ -873,8 +873,8 @@ const T1 = "-", W3 = (r) => {
|
|
|
873
873
|
};
|
|
874
874
|
return o ? (l) => o({
|
|
875
875
|
className: l,
|
|
876
|
-
parseClassName:
|
|
877
|
-
}) :
|
|
876
|
+
parseClassName: f
|
|
877
|
+
}) : f;
|
|
878
878
|
}, N3 = (r) => {
|
|
879
879
|
if (r.length <= 1)
|
|
880
880
|
return r;
|
|
@@ -883,19 +883,19 @@ const T1 = "-", W3 = (r) => {
|
|
|
883
883
|
return r.forEach((i) => {
|
|
884
884
|
i[0] === "[" ? (t.push(...o.sort(), i), o = []) : o.push(i);
|
|
885
885
|
}), t.push(...o.sort()), t;
|
|
886
|
-
},
|
|
886
|
+
}, U3 = (r) => ({
|
|
887
887
|
cache: G3(r.cacheSize),
|
|
888
888
|
parseClassName: $3(r),
|
|
889
889
|
...W3(r)
|
|
890
|
-
}),
|
|
890
|
+
}), Y3 = /\s+/, z3 = (r, t) => {
|
|
891
891
|
const {
|
|
892
892
|
parseClassName: o,
|
|
893
893
|
getClassGroupId: i,
|
|
894
894
|
getConflictingClassGroupIds: d
|
|
895
|
-
} = t, c = [],
|
|
895
|
+
} = t, c = [], f = r.trim().split(Y3);
|
|
896
896
|
let l = "";
|
|
897
|
-
for (let h =
|
|
898
|
-
const j =
|
|
897
|
+
for (let h = f.length - 1; h >= 0; h -= 1) {
|
|
898
|
+
const j = f[h], {
|
|
899
899
|
modifiers: m,
|
|
900
900
|
hasImportantModifier: H,
|
|
901
901
|
baseClassName: _,
|
|
@@ -913,13 +913,13 @@ const T1 = "-", W3 = (r) => {
|
|
|
913
913
|
}
|
|
914
914
|
A = !1;
|
|
915
915
|
}
|
|
916
|
-
const
|
|
916
|
+
const V = N3(m).join(":"), L = H ? V + n3 : V, w = L + S;
|
|
917
917
|
if (c.includes(w))
|
|
918
918
|
continue;
|
|
919
919
|
c.push(w);
|
|
920
|
-
const
|
|
921
|
-
for (let F = 0; F <
|
|
922
|
-
const J =
|
|
920
|
+
const Y = d(S, A);
|
|
921
|
+
for (let F = 0; F < Y.length; ++F) {
|
|
922
|
+
const J = Y[F];
|
|
923
923
|
c.push(L + J);
|
|
924
924
|
}
|
|
925
925
|
l = j + (l.length > 0 ? " " + l : l);
|
|
@@ -941,26 +941,26 @@ const s3 = (r) => {
|
|
|
941
941
|
return o;
|
|
942
942
|
};
|
|
943
943
|
function J3(r, ...t) {
|
|
944
|
-
let o, i, d, c =
|
|
945
|
-
function
|
|
944
|
+
let o, i, d, c = f;
|
|
945
|
+
function f(h) {
|
|
946
946
|
const j = t.reduce((m, H) => H(m), r());
|
|
947
|
-
return o =
|
|
947
|
+
return o = U3(j), i = o.cache.get, d = o.cache.set, c = l, l(h);
|
|
948
948
|
}
|
|
949
949
|
function l(h) {
|
|
950
950
|
const j = i(h);
|
|
951
951
|
if (j)
|
|
952
952
|
return j;
|
|
953
|
-
const m =
|
|
953
|
+
const m = z3(h, o);
|
|
954
954
|
return d(h, m), m;
|
|
955
955
|
}
|
|
956
956
|
return function() {
|
|
957
957
|
return c(q3.apply(null, arguments));
|
|
958
958
|
};
|
|
959
959
|
}
|
|
960
|
-
const
|
|
960
|
+
const k = (r) => {
|
|
961
961
|
const t = (o) => o[r] || [];
|
|
962
962
|
return t.isThemeGetter = !0, t;
|
|
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)),
|
|
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)), p = (r) => i3.test(r), U = (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) => {
|
|
964
964
|
const i = i3.exec(r);
|
|
965
965
|
return i ? i[1] ? typeof t == "string" ? i[1] === t : t.has(i[1]) : o(i[2]) : !1;
|
|
966
966
|
}, u2 = (r) => (
|
|
@@ -969,17 +969,17 @@ const V = (r) => {
|
|
|
969
969
|
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
970
970
|
e2.test(r) && !r2.test(r)
|
|
971
971
|
), a3 = () => !1, C2 = (r) => t2.test(r), f2 = (r) => o2.test(r), p2 = () => {
|
|
972
|
-
const r =
|
|
972
|
+
const r = k("colors"), t = k("spacing"), o = k("blur"), i = k("brightness"), d = k("borderColor"), c = k("borderRadius"), f = k("borderSpacing"), l = k("borderWidth"), h = k("contrast"), j = k("grayscale"), m = k("hueRotate"), H = k("invert"), _ = k("gap"), T = k("gradientColorStops"), A = k("gradientColorStopPositions"), S = k("inset"), V = k("margin"), L = k("opacity"), w = k("padding"), Y = k("saturate"), F = k("scale"), J = k("sepia"), f1 = k("skew"), p1 = k("space"), h1 = k("translate"), K = () => ["auto", "contain", "none"], o1 = () => ["auto", "hidden", "clip", "visible", "scroll"], n1 = () => ["auto", p, t], x = () => [p, t], O = () => ["", D, N], W = () => ["auto", r1, p], G = () => ["bottom", "center", "left", "left-bottom", "left-top", "right", "right-bottom", "right-top", "top"], z = () => ["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", p], i1 = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], B = () => [r1, p];
|
|
973
973
|
return {
|
|
974
974
|
cacheSize: 500,
|
|
975
975
|
separator: ":",
|
|
976
976
|
theme: {
|
|
977
977
|
colors: [C1],
|
|
978
978
|
spacing: [D, N],
|
|
979
|
-
blur: ["none", "",
|
|
979
|
+
blur: ["none", "", U, p],
|
|
980
980
|
brightness: B(),
|
|
981
981
|
borderColor: [r],
|
|
982
|
-
borderRadius: ["none", "", "full",
|
|
982
|
+
borderRadius: ["none", "", "full", U, p],
|
|
983
983
|
borderSpacing: x(),
|
|
984
984
|
borderWidth: O(),
|
|
985
985
|
contrast: B(),
|
|
@@ -1007,7 +1007,7 @@ const V = (r) => {
|
|
|
1007
1007
|
* @see https://tailwindcss.com/docs/aspect-ratio
|
|
1008
1008
|
*/
|
|
1009
1009
|
aspect: [{
|
|
1010
|
-
aspect: ["auto", "square", "video",
|
|
1010
|
+
aspect: ["auto", "square", "video", p]
|
|
1011
1011
|
}],
|
|
1012
1012
|
/**
|
|
1013
1013
|
* Container
|
|
@@ -1019,7 +1019,7 @@ const V = (r) => {
|
|
|
1019
1019
|
* @see https://tailwindcss.com/docs/columns
|
|
1020
1020
|
*/
|
|
1021
1021
|
columns: [{
|
|
1022
|
-
columns: [
|
|
1022
|
+
columns: [U]
|
|
1023
1023
|
}],
|
|
1024
1024
|
/**
|
|
1025
1025
|
* Break After
|
|
@@ -1092,7 +1092,7 @@ const V = (r) => {
|
|
|
1092
1092
|
* @see https://tailwindcss.com/docs/object-position
|
|
1093
1093
|
*/
|
|
1094
1094
|
"object-position": [{
|
|
1095
|
-
object: [...G(),
|
|
1095
|
+
object: [...G(), p]
|
|
1096
1096
|
}],
|
|
1097
1097
|
/**
|
|
1098
1098
|
* Overflow
|
|
@@ -1214,7 +1214,7 @@ const V = (r) => {
|
|
|
1214
1214
|
* @see https://tailwindcss.com/docs/z-index
|
|
1215
1215
|
*/
|
|
1216
1216
|
z: [{
|
|
1217
|
-
z: ["auto", u1,
|
|
1217
|
+
z: ["auto", u1, p]
|
|
1218
1218
|
}],
|
|
1219
1219
|
// Flexbox and Grid
|
|
1220
1220
|
/**
|
|
@@ -1243,7 +1243,7 @@ const V = (r) => {
|
|
|
1243
1243
|
* @see https://tailwindcss.com/docs/flex
|
|
1244
1244
|
*/
|
|
1245
1245
|
flex: [{
|
|
1246
|
-
flex: ["1", "auto", "initial", "none",
|
|
1246
|
+
flex: ["1", "auto", "initial", "none", p]
|
|
1247
1247
|
}],
|
|
1248
1248
|
/**
|
|
1249
1249
|
* Flex Grow
|
|
@@ -1264,7 +1264,7 @@ const V = (r) => {
|
|
|
1264
1264
|
* @see https://tailwindcss.com/docs/order
|
|
1265
1265
|
*/
|
|
1266
1266
|
order: [{
|
|
1267
|
-
order: ["first", "last", "none", u1,
|
|
1267
|
+
order: ["first", "last", "none", u1, p]
|
|
1268
1268
|
}],
|
|
1269
1269
|
/**
|
|
1270
1270
|
* Grid Template Columns
|
|
@@ -1279,8 +1279,8 @@ const V = (r) => {
|
|
|
1279
1279
|
*/
|
|
1280
1280
|
"col-start-end": [{
|
|
1281
1281
|
col: ["auto", {
|
|
1282
|
-
span: ["full", u1,
|
|
1283
|
-
},
|
|
1282
|
+
span: ["full", u1, p]
|
|
1283
|
+
}, p]
|
|
1284
1284
|
}],
|
|
1285
1285
|
/**
|
|
1286
1286
|
* Grid Column Start
|
|
@@ -1309,8 +1309,8 @@ const V = (r) => {
|
|
|
1309
1309
|
*/
|
|
1310
1310
|
"row-start-end": [{
|
|
1311
1311
|
row: ["auto", {
|
|
1312
|
-
span: [u1,
|
|
1313
|
-
},
|
|
1312
|
+
span: [u1, p]
|
|
1313
|
+
}, p]
|
|
1314
1314
|
}],
|
|
1315
1315
|
/**
|
|
1316
1316
|
* Grid Row Start
|
|
@@ -1338,14 +1338,14 @@ const V = (r) => {
|
|
|
1338
1338
|
* @see https://tailwindcss.com/docs/grid-auto-columns
|
|
1339
1339
|
*/
|
|
1340
1340
|
"auto-cols": [{
|
|
1341
|
-
"auto-cols": ["auto", "min", "max", "fr",
|
|
1341
|
+
"auto-cols": ["auto", "min", "max", "fr", p]
|
|
1342
1342
|
}],
|
|
1343
1343
|
/**
|
|
1344
1344
|
* Grid Auto Rows
|
|
1345
1345
|
* @see https://tailwindcss.com/docs/grid-auto-rows
|
|
1346
1346
|
*/
|
|
1347
1347
|
"auto-rows": [{
|
|
1348
|
-
"auto-rows": ["auto", "min", "max", "fr",
|
|
1348
|
+
"auto-rows": ["auto", "min", "max", "fr", p]
|
|
1349
1349
|
}],
|
|
1350
1350
|
/**
|
|
1351
1351
|
* Gap
|
|
@@ -1500,63 +1500,63 @@ const V = (r) => {
|
|
|
1500
1500
|
* @see https://tailwindcss.com/docs/margin
|
|
1501
1501
|
*/
|
|
1502
1502
|
m: [{
|
|
1503
|
-
m: [
|
|
1503
|
+
m: [V]
|
|
1504
1504
|
}],
|
|
1505
1505
|
/**
|
|
1506
1506
|
* Margin X
|
|
1507
1507
|
* @see https://tailwindcss.com/docs/margin
|
|
1508
1508
|
*/
|
|
1509
1509
|
mx: [{
|
|
1510
|
-
mx: [
|
|
1510
|
+
mx: [V]
|
|
1511
1511
|
}],
|
|
1512
1512
|
/**
|
|
1513
1513
|
* Margin Y
|
|
1514
1514
|
* @see https://tailwindcss.com/docs/margin
|
|
1515
1515
|
*/
|
|
1516
1516
|
my: [{
|
|
1517
|
-
my: [
|
|
1517
|
+
my: [V]
|
|
1518
1518
|
}],
|
|
1519
1519
|
/**
|
|
1520
1520
|
* Margin Start
|
|
1521
1521
|
* @see https://tailwindcss.com/docs/margin
|
|
1522
1522
|
*/
|
|
1523
1523
|
ms: [{
|
|
1524
|
-
ms: [
|
|
1524
|
+
ms: [V]
|
|
1525
1525
|
}],
|
|
1526
1526
|
/**
|
|
1527
1527
|
* Margin End
|
|
1528
1528
|
* @see https://tailwindcss.com/docs/margin
|
|
1529
1529
|
*/
|
|
1530
1530
|
me: [{
|
|
1531
|
-
me: [
|
|
1531
|
+
me: [V]
|
|
1532
1532
|
}],
|
|
1533
1533
|
/**
|
|
1534
1534
|
* Margin Top
|
|
1535
1535
|
* @see https://tailwindcss.com/docs/margin
|
|
1536
1536
|
*/
|
|
1537
1537
|
mt: [{
|
|
1538
|
-
mt: [
|
|
1538
|
+
mt: [V]
|
|
1539
1539
|
}],
|
|
1540
1540
|
/**
|
|
1541
1541
|
* Margin Right
|
|
1542
1542
|
* @see https://tailwindcss.com/docs/margin
|
|
1543
1543
|
*/
|
|
1544
1544
|
mr: [{
|
|
1545
|
-
mr: [
|
|
1545
|
+
mr: [V]
|
|
1546
1546
|
}],
|
|
1547
1547
|
/**
|
|
1548
1548
|
* Margin Bottom
|
|
1549
1549
|
* @see https://tailwindcss.com/docs/margin
|
|
1550
1550
|
*/
|
|
1551
1551
|
mb: [{
|
|
1552
|
-
mb: [
|
|
1552
|
+
mb: [V]
|
|
1553
1553
|
}],
|
|
1554
1554
|
/**
|
|
1555
1555
|
* Margin Left
|
|
1556
1556
|
* @see https://tailwindcss.com/docs/margin
|
|
1557
1557
|
*/
|
|
1558
1558
|
ml: [{
|
|
1559
|
-
ml: [
|
|
1559
|
+
ml: [V]
|
|
1560
1560
|
}],
|
|
1561
1561
|
/**
|
|
1562
1562
|
* Space Between X
|
|
@@ -1588,51 +1588,51 @@ const V = (r) => {
|
|
|
1588
1588
|
* @see https://tailwindcss.com/docs/width
|
|
1589
1589
|
*/
|
|
1590
1590
|
w: [{
|
|
1591
|
-
w: ["auto", "min", "max", "fit", "svw", "lvw", "dvw",
|
|
1591
|
+
w: ["auto", "min", "max", "fit", "svw", "lvw", "dvw", p, t]
|
|
1592
1592
|
}],
|
|
1593
1593
|
/**
|
|
1594
1594
|
* Min-Width
|
|
1595
1595
|
* @see https://tailwindcss.com/docs/min-width
|
|
1596
1596
|
*/
|
|
1597
1597
|
"min-w": [{
|
|
1598
|
-
"min-w": [
|
|
1598
|
+
"min-w": [p, t, "min", "max", "fit"]
|
|
1599
1599
|
}],
|
|
1600
1600
|
/**
|
|
1601
1601
|
* Max-Width
|
|
1602
1602
|
* @see https://tailwindcss.com/docs/max-width
|
|
1603
1603
|
*/
|
|
1604
1604
|
"max-w": [{
|
|
1605
|
-
"max-w": [
|
|
1606
|
-
screen: [
|
|
1607
|
-
},
|
|
1605
|
+
"max-w": [p, t, "none", "full", "min", "max", "fit", "prose", {
|
|
1606
|
+
screen: [U]
|
|
1607
|
+
}, U]
|
|
1608
1608
|
}],
|
|
1609
1609
|
/**
|
|
1610
1610
|
* Height
|
|
1611
1611
|
* @see https://tailwindcss.com/docs/height
|
|
1612
1612
|
*/
|
|
1613
1613
|
h: [{
|
|
1614
|
-
h: [
|
|
1614
|
+
h: [p, t, "auto", "min", "max", "fit", "svh", "lvh", "dvh"]
|
|
1615
1615
|
}],
|
|
1616
1616
|
/**
|
|
1617
1617
|
* Min-Height
|
|
1618
1618
|
* @see https://tailwindcss.com/docs/min-height
|
|
1619
1619
|
*/
|
|
1620
1620
|
"min-h": [{
|
|
1621
|
-
"min-h": [
|
|
1621
|
+
"min-h": [p, t, "min", "max", "fit", "svh", "lvh", "dvh"]
|
|
1622
1622
|
}],
|
|
1623
1623
|
/**
|
|
1624
1624
|
* Max-Height
|
|
1625
1625
|
* @see https://tailwindcss.com/docs/max-height
|
|
1626
1626
|
*/
|
|
1627
1627
|
"max-h": [{
|
|
1628
|
-
"max-h": [
|
|
1628
|
+
"max-h": [p, t, "min", "max", "fit", "svh", "lvh", "dvh"]
|
|
1629
1629
|
}],
|
|
1630
1630
|
/**
|
|
1631
1631
|
* Size
|
|
1632
1632
|
* @see https://tailwindcss.com/docs/size
|
|
1633
1633
|
*/
|
|
1634
1634
|
size: [{
|
|
1635
|
-
size: [
|
|
1635
|
+
size: [p, t, "auto", "min", "max", "fit"]
|
|
1636
1636
|
}],
|
|
1637
1637
|
// Typography
|
|
1638
1638
|
/**
|
|
@@ -1640,7 +1640,7 @@ const V = (r) => {
|
|
|
1640
1640
|
* @see https://tailwindcss.com/docs/font-size
|
|
1641
1641
|
*/
|
|
1642
1642
|
"font-size": [{
|
|
1643
|
-
text: ["base",
|
|
1643
|
+
text: ["base", U, N]
|
|
1644
1644
|
}],
|
|
1645
1645
|
/**
|
|
1646
1646
|
* Font Smoothing
|
|
@@ -1701,7 +1701,7 @@ const V = (r) => {
|
|
|
1701
1701
|
* @see https://tailwindcss.com/docs/letter-spacing
|
|
1702
1702
|
*/
|
|
1703
1703
|
tracking: [{
|
|
1704
|
-
tracking: ["tighter", "tight", "normal", "wide", "wider", "widest",
|
|
1704
|
+
tracking: ["tighter", "tight", "normal", "wide", "wider", "widest", p]
|
|
1705
1705
|
}],
|
|
1706
1706
|
/**
|
|
1707
1707
|
* Line Clamp
|
|
@@ -1715,21 +1715,21 @@ const V = (r) => {
|
|
|
1715
1715
|
* @see https://tailwindcss.com/docs/line-height
|
|
1716
1716
|
*/
|
|
1717
1717
|
leading: [{
|
|
1718
|
-
leading: ["none", "tight", "snug", "normal", "relaxed", "loose", D,
|
|
1718
|
+
leading: ["none", "tight", "snug", "normal", "relaxed", "loose", D, p]
|
|
1719
1719
|
}],
|
|
1720
1720
|
/**
|
|
1721
1721
|
* List Style Image
|
|
1722
1722
|
* @see https://tailwindcss.com/docs/list-style-image
|
|
1723
1723
|
*/
|
|
1724
1724
|
"list-image": [{
|
|
1725
|
-
"list-image": ["none",
|
|
1725
|
+
"list-image": ["none", p]
|
|
1726
1726
|
}],
|
|
1727
1727
|
/**
|
|
1728
1728
|
* List Style Type
|
|
1729
1729
|
* @see https://tailwindcss.com/docs/list-style-type
|
|
1730
1730
|
*/
|
|
1731
1731
|
"list-style-type": [{
|
|
1732
|
-
list: ["none", "disc", "decimal",
|
|
1732
|
+
list: ["none", "disc", "decimal", p]
|
|
1733
1733
|
}],
|
|
1734
1734
|
/**
|
|
1735
1735
|
* List Style Position
|
|
@@ -1784,7 +1784,7 @@ const V = (r) => {
|
|
|
1784
1784
|
* @see https://tailwindcss.com/docs/text-decoration-style
|
|
1785
1785
|
*/
|
|
1786
1786
|
"text-decoration-style": [{
|
|
1787
|
-
decoration: [...
|
|
1787
|
+
decoration: [...z(), "wavy"]
|
|
1788
1788
|
}],
|
|
1789
1789
|
/**
|
|
1790
1790
|
* Text Decoration Thickness
|
|
@@ -1798,7 +1798,7 @@ const V = (r) => {
|
|
|
1798
1798
|
* @see https://tailwindcss.com/docs/text-underline-offset
|
|
1799
1799
|
*/
|
|
1800
1800
|
"underline-offset": [{
|
|
1801
|
-
"underline-offset": ["auto", D,
|
|
1801
|
+
"underline-offset": ["auto", D, p]
|
|
1802
1802
|
}],
|
|
1803
1803
|
/**
|
|
1804
1804
|
* Text Decoration Color
|
|
@@ -1836,7 +1836,7 @@ const V = (r) => {
|
|
|
1836
1836
|
* @see https://tailwindcss.com/docs/vertical-align
|
|
1837
1837
|
*/
|
|
1838
1838
|
"vertical-align": [{
|
|
1839
|
-
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super",
|
|
1839
|
+
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", p]
|
|
1840
1840
|
}],
|
|
1841
1841
|
/**
|
|
1842
1842
|
* Whitespace
|
|
@@ -1864,7 +1864,7 @@ const V = (r) => {
|
|
|
1864
1864
|
* @see https://tailwindcss.com/docs/content
|
|
1865
1865
|
*/
|
|
1866
1866
|
content: [{
|
|
1867
|
-
content: ["none",
|
|
1867
|
+
content: ["none", p]
|
|
1868
1868
|
}],
|
|
1869
1869
|
// Backgrounds
|
|
1870
1870
|
/**
|
|
@@ -2158,7 +2158,7 @@ const V = (r) => {
|
|
|
2158
2158
|
* @see https://tailwindcss.com/docs/border-style
|
|
2159
2159
|
*/
|
|
2160
2160
|
"border-style": [{
|
|
2161
|
-
border: [...
|
|
2161
|
+
border: [...z(), "hidden"]
|
|
2162
2162
|
}],
|
|
2163
2163
|
/**
|
|
2164
2164
|
* Divide Width X
|
|
@@ -2196,7 +2196,7 @@ const V = (r) => {
|
|
|
2196
2196
|
* @see https://tailwindcss.com/docs/divide-style
|
|
2197
2197
|
*/
|
|
2198
2198
|
"divide-style": [{
|
|
2199
|
-
divide:
|
|
2199
|
+
divide: z()
|
|
2200
2200
|
}],
|
|
2201
2201
|
/**
|
|
2202
2202
|
* Border Color
|
|
@@ -2259,14 +2259,14 @@ const V = (r) => {
|
|
|
2259
2259
|
* @see https://tailwindcss.com/docs/outline-style
|
|
2260
2260
|
*/
|
|
2261
2261
|
"outline-style": [{
|
|
2262
|
-
outline: ["", ...
|
|
2262
|
+
outline: ["", ...z()]
|
|
2263
2263
|
}],
|
|
2264
2264
|
/**
|
|
2265
2265
|
* Outline Offset
|
|
2266
2266
|
* @see https://tailwindcss.com/docs/outline-offset
|
|
2267
2267
|
*/
|
|
2268
2268
|
"outline-offset": [{
|
|
2269
|
-
"outline-offset": [D,
|
|
2269
|
+
"outline-offset": [D, p]
|
|
2270
2270
|
}],
|
|
2271
2271
|
/**
|
|
2272
2272
|
* Outline Width
|
|
@@ -2328,7 +2328,7 @@ const V = (r) => {
|
|
|
2328
2328
|
* @see https://tailwindcss.com/docs/box-shadow
|
|
2329
2329
|
*/
|
|
2330
2330
|
shadow: [{
|
|
2331
|
-
shadow: ["", "inner", "none",
|
|
2331
|
+
shadow: ["", "inner", "none", U, d2]
|
|
2332
2332
|
}],
|
|
2333
2333
|
/**
|
|
2334
2334
|
* Box Shadow Color
|
|
@@ -2393,7 +2393,7 @@ const V = (r) => {
|
|
|
2393
2393
|
* @see https://tailwindcss.com/docs/drop-shadow
|
|
2394
2394
|
*/
|
|
2395
2395
|
"drop-shadow": [{
|
|
2396
|
-
"drop-shadow": ["", "none",
|
|
2396
|
+
"drop-shadow": ["", "none", U, p]
|
|
2397
2397
|
}],
|
|
2398
2398
|
/**
|
|
2399
2399
|
* Grayscale
|
|
@@ -2421,7 +2421,7 @@ const V = (r) => {
|
|
|
2421
2421
|
* @see https://tailwindcss.com/docs/saturate
|
|
2422
2422
|
*/
|
|
2423
2423
|
saturate: [{
|
|
2424
|
-
saturate: [
|
|
2424
|
+
saturate: [Y]
|
|
2425
2425
|
}],
|
|
2426
2426
|
/**
|
|
2427
2427
|
* Sepia
|
|
@@ -2492,7 +2492,7 @@ const V = (r) => {
|
|
|
2492
2492
|
* @see https://tailwindcss.com/docs/backdrop-saturate
|
|
2493
2493
|
*/
|
|
2494
2494
|
"backdrop-saturate": [{
|
|
2495
|
-
"backdrop-saturate": [
|
|
2495
|
+
"backdrop-saturate": [Y]
|
|
2496
2496
|
}],
|
|
2497
2497
|
/**
|
|
2498
2498
|
* Backdrop Sepia
|
|
@@ -2514,21 +2514,21 @@ const V = (r) => {
|
|
|
2514
2514
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
2515
2515
|
*/
|
|
2516
2516
|
"border-spacing": [{
|
|
2517
|
-
"border-spacing": [
|
|
2517
|
+
"border-spacing": [f]
|
|
2518
2518
|
}],
|
|
2519
2519
|
/**
|
|
2520
2520
|
* Border Spacing X
|
|
2521
2521
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
2522
2522
|
*/
|
|
2523
2523
|
"border-spacing-x": [{
|
|
2524
|
-
"border-spacing-x": [
|
|
2524
|
+
"border-spacing-x": [f]
|
|
2525
2525
|
}],
|
|
2526
2526
|
/**
|
|
2527
2527
|
* Border Spacing Y
|
|
2528
2528
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
2529
2529
|
*/
|
|
2530
2530
|
"border-spacing-y": [{
|
|
2531
|
-
"border-spacing-y": [
|
|
2531
|
+
"border-spacing-y": [f]
|
|
2532
2532
|
}],
|
|
2533
2533
|
/**
|
|
2534
2534
|
* Table Layout
|
|
@@ -2550,7 +2550,7 @@ const V = (r) => {
|
|
|
2550
2550
|
* @see https://tailwindcss.com/docs/transition-property
|
|
2551
2551
|
*/
|
|
2552
2552
|
transition: [{
|
|
2553
|
-
transition: ["none", "all", "", "colors", "opacity", "shadow", "transform",
|
|
2553
|
+
transition: ["none", "all", "", "colors", "opacity", "shadow", "transform", p]
|
|
2554
2554
|
}],
|
|
2555
2555
|
/**
|
|
2556
2556
|
* Transition Duration
|
|
@@ -2564,7 +2564,7 @@ const V = (r) => {
|
|
|
2564
2564
|
* @see https://tailwindcss.com/docs/transition-timing-function
|
|
2565
2565
|
*/
|
|
2566
2566
|
ease: [{
|
|
2567
|
-
ease: ["linear", "in", "out", "in-out",
|
|
2567
|
+
ease: ["linear", "in", "out", "in-out", p]
|
|
2568
2568
|
}],
|
|
2569
2569
|
/**
|
|
2570
2570
|
* Transition Delay
|
|
@@ -2578,7 +2578,7 @@ const V = (r) => {
|
|
|
2578
2578
|
* @see https://tailwindcss.com/docs/animation
|
|
2579
2579
|
*/
|
|
2580
2580
|
animate: [{
|
|
2581
|
-
animate: ["none", "spin", "ping", "pulse", "bounce",
|
|
2581
|
+
animate: ["none", "spin", "ping", "pulse", "bounce", p]
|
|
2582
2582
|
}],
|
|
2583
2583
|
// Transforms
|
|
2584
2584
|
/**
|
|
@@ -2614,7 +2614,7 @@ const V = (r) => {
|
|
|
2614
2614
|
* @see https://tailwindcss.com/docs/rotate
|
|
2615
2615
|
*/
|
|
2616
2616
|
rotate: [{
|
|
2617
|
-
rotate: [u1,
|
|
2617
|
+
rotate: [u1, p]
|
|
2618
2618
|
}],
|
|
2619
2619
|
/**
|
|
2620
2620
|
* Translate X
|
|
@@ -2649,7 +2649,7 @@ const V = (r) => {
|
|
|
2649
2649
|
* @see https://tailwindcss.com/docs/transform-origin
|
|
2650
2650
|
*/
|
|
2651
2651
|
"transform-origin": [{
|
|
2652
|
-
origin: ["center", "top", "top-right", "right", "bottom-right", "bottom", "bottom-left", "left", "top-left",
|
|
2652
|
+
origin: ["center", "top", "top-right", "right", "bottom-right", "bottom", "bottom-left", "left", "top-left", p]
|
|
2653
2653
|
}],
|
|
2654
2654
|
// Interactivity
|
|
2655
2655
|
/**
|
|
@@ -2671,7 +2671,7 @@ const V = (r) => {
|
|
|
2671
2671
|
* @see https://tailwindcss.com/docs/cursor
|
|
2672
2672
|
*/
|
|
2673
2673
|
cursor: [{
|
|
2674
|
-
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",
|
|
2674
|
+
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", p]
|
|
2675
2675
|
}],
|
|
2676
2676
|
/**
|
|
2677
2677
|
* Caret Color
|
|
@@ -2893,7 +2893,7 @@ const V = (r) => {
|
|
|
2893
2893
|
* @see https://tailwindcss.com/docs/will-change
|
|
2894
2894
|
*/
|
|
2895
2895
|
"will-change": [{
|
|
2896
|
-
"will-change": ["auto", "scroll", "contents", "transform",
|
|
2896
|
+
"will-change": ["auto", "scroll", "contents", "transform", p]
|
|
2897
2897
|
}],
|
|
2898
2898
|
// SVG
|
|
2899
2899
|
/**
|
|
@@ -2987,14 +2987,14 @@ const V = (r) => {
|
|
|
2987
2987
|
function b2(...r) {
|
|
2988
2988
|
return h2(O3(r));
|
|
2989
2989
|
}
|
|
2990
|
-
const
|
|
2990
|
+
const C = (r) => r === "small" ? "24" : r === "large" ? "64" : isNaN(Number(r)) ? "24" : `${r}`;
|
|
2991
2991
|
function m2({ color: r = M.fg.tertiary, size: t = "small", ...o }) {
|
|
2992
2992
|
return /* @__PURE__ */ n.jsx(
|
|
2993
2993
|
"svg",
|
|
2994
2994
|
{
|
|
2995
2995
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2996
|
-
width:
|
|
2997
|
-
height:
|
|
2996
|
+
width: C(t),
|
|
2997
|
+
height: C(t),
|
|
2998
2998
|
viewBox: "0 0 24 24",
|
|
2999
2999
|
fill: "none",
|
|
3000
3000
|
...o,
|
|
@@ -3016,8 +3016,8 @@ function w2({ color: r = M.primary[900], size: t = "small", ...o }) {
|
|
|
3016
3016
|
"svg",
|
|
3017
3017
|
{
|
|
3018
3018
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3019
|
-
width:
|
|
3020
|
-
height:
|
|
3019
|
+
width: C(t),
|
|
3020
|
+
height: C(t),
|
|
3021
3021
|
viewBox: "0 0 24 24",
|
|
3022
3022
|
fill: "none",
|
|
3023
3023
|
...o,
|
|
@@ -3056,8 +3056,8 @@ function x2({
|
|
|
3056
3056
|
"svg",
|
|
3057
3057
|
{
|
|
3058
3058
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3059
|
-
width:
|
|
3060
|
-
height:
|
|
3059
|
+
width: C(t),
|
|
3060
|
+
height: C(t),
|
|
3061
3061
|
viewBox: "0 0 24 24",
|
|
3062
3062
|
fill: "none",
|
|
3063
3063
|
style: { transform: `${d()}` },
|
|
@@ -3131,13 +3131,13 @@ function y2({ size: r = "large" }) {
|
|
|
3131
3131
|
}
|
|
3132
3132
|
);
|
|
3133
3133
|
}
|
|
3134
|
-
function
|
|
3134
|
+
function M2({ color: r = M.sf.primary, size: t = "small", ...o }) {
|
|
3135
3135
|
return /* @__PURE__ */ n.jsx(
|
|
3136
3136
|
"svg",
|
|
3137
3137
|
{
|
|
3138
3138
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3139
|
-
width:
|
|
3140
|
-
height:
|
|
3139
|
+
width: C(t),
|
|
3140
|
+
height: C(t),
|
|
3141
3141
|
viewBox: "0 0 24 24",
|
|
3142
3142
|
fill: "none",
|
|
3143
3143
|
...o,
|
|
@@ -3145,7 +3145,7 @@ function V2({ color: r = M.sf.primary, size: t = "small", ...o }) {
|
|
|
3145
3145
|
}
|
|
3146
3146
|
);
|
|
3147
3147
|
}
|
|
3148
|
-
function
|
|
3148
|
+
function k2({ color: r = "#7D8983", ...t }) {
|
|
3149
3149
|
return /* @__PURE__ */ n.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", ...t, children: [
|
|
3150
3150
|
/* @__PURE__ */ n.jsx(
|
|
3151
3151
|
"path",
|
|
@@ -3177,8 +3177,8 @@ function j2({ color: r = "#E6F0E2", size: t = "large", ...o }) {
|
|
|
3177
3177
|
"svg",
|
|
3178
3178
|
{
|
|
3179
3179
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3180
|
-
width:
|
|
3181
|
-
height:
|
|
3180
|
+
width: C(t),
|
|
3181
|
+
height: C(t),
|
|
3182
3182
|
viewBox: "0 0 64 64",
|
|
3183
3183
|
fill: "none",
|
|
3184
3184
|
...o,
|
|
@@ -3194,7 +3194,7 @@ function j2({ color: r = "#E6F0E2", size: t = "large", ...o }) {
|
|
|
3194
3194
|
}
|
|
3195
3195
|
);
|
|
3196
3196
|
}
|
|
3197
|
-
function
|
|
3197
|
+
function V2({ color: r = M.primary[800] }) {
|
|
3198
3198
|
return /* @__PURE__ */ n.jsx("svg", { width: "14", height: "18", viewBox: "0 0 14 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ n.jsx(
|
|
3199
3199
|
"path",
|
|
3200
3200
|
{
|
|
@@ -3212,8 +3212,8 @@ function L2({ color: r = M.fg.tertiary, size: t = "small", ...o }) {
|
|
|
3212
3212
|
"svg",
|
|
3213
3213
|
{
|
|
3214
3214
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3215
|
-
width:
|
|
3216
|
-
height:
|
|
3215
|
+
width: C(t),
|
|
3216
|
+
height: C(t),
|
|
3217
3217
|
viewBox: "0 0 24 24",
|
|
3218
3218
|
fill: "none",
|
|
3219
3219
|
...o,
|
|
@@ -3227,13 +3227,36 @@ function L2({ color: r = M.fg.tertiary, size: t = "small", ...o }) {
|
|
|
3227
3227
|
}
|
|
3228
3228
|
);
|
|
3229
3229
|
}
|
|
3230
|
-
function H2({ size: r = "small", color: t = M.primary[
|
|
3230
|
+
function H2({ size: r = "small", color: t = M.primary[600], ...o }) {
|
|
3231
3231
|
return /* @__PURE__ */ n.jsx(
|
|
3232
3232
|
"svg",
|
|
3233
3233
|
{
|
|
3234
3234
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3235
|
-
width:
|
|
3236
|
-
height:
|
|
3235
|
+
width: C(r),
|
|
3236
|
+
height: C(r),
|
|
3237
|
+
viewBox: "0 0 24 24",
|
|
3238
|
+
fill: "none",
|
|
3239
|
+
...o,
|
|
3240
|
+
children: /* @__PURE__ */ n.jsx(
|
|
3241
|
+
"path",
|
|
3242
|
+
{
|
|
3243
|
+
d: "M15 9.5L10.5 15L8.5 13M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z",
|
|
3244
|
+
stroke: t,
|
|
3245
|
+
strokeWidth: "2",
|
|
3246
|
+
strokeLinecap: "round",
|
|
3247
|
+
strokeLinejoin: "round"
|
|
3248
|
+
}
|
|
3249
|
+
)
|
|
3250
|
+
}
|
|
3251
|
+
);
|
|
3252
|
+
}
|
|
3253
|
+
function R2({ size: r = "small", color: t = M.primary[900], ...o }) {
|
|
3254
|
+
return /* @__PURE__ */ n.jsx(
|
|
3255
|
+
"svg",
|
|
3256
|
+
{
|
|
3257
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3258
|
+
width: C(r),
|
|
3259
|
+
height: C(r),
|
|
3237
3260
|
viewBox: "0 0 24 24",
|
|
3238
3261
|
fill: "none",
|
|
3239
3262
|
...o,
|
|
@@ -3250,13 +3273,13 @@ function H2({ size: r = "small", color: t = M.primary[900], ...o }) {
|
|
|
3250
3273
|
}
|
|
3251
3274
|
);
|
|
3252
3275
|
}
|
|
3253
|
-
function
|
|
3276
|
+
function E2({ color: r = M.primary[900], size: t = "small", ...o }) {
|
|
3254
3277
|
return /* @__PURE__ */ n.jsxs(
|
|
3255
3278
|
"svg",
|
|
3256
3279
|
{
|
|
3257
3280
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3258
|
-
width:
|
|
3259
|
-
height:
|
|
3281
|
+
width: C(t),
|
|
3282
|
+
height: C(t),
|
|
3260
3283
|
viewBox: "0 0 24 24",
|
|
3261
3284
|
fill: "none",
|
|
3262
3285
|
...o,
|
|
@@ -3282,13 +3305,13 @@ function R2({ color: r = M.primary[900], size: t = "small", ...o }) {
|
|
|
3282
3305
|
}
|
|
3283
3306
|
);
|
|
3284
3307
|
}
|
|
3285
|
-
function
|
|
3308
|
+
function _2({ color: r = M.primary[900], size: t = "small", ...o }) {
|
|
3286
3309
|
return /* @__PURE__ */ n.jsxs(
|
|
3287
3310
|
"svg",
|
|
3288
3311
|
{
|
|
3289
3312
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3290
|
-
width:
|
|
3291
|
-
height:
|
|
3313
|
+
width: C(t),
|
|
3314
|
+
height: C(t),
|
|
3292
3315
|
viewBox: "0 0 24 24",
|
|
3293
3316
|
fill: "none",
|
|
3294
3317
|
...o,
|
|
@@ -3314,7 +3337,7 @@ function E2({ color: r = M.primary[900], size: t = "small", ...o }) {
|
|
|
3314
3337
|
}
|
|
3315
3338
|
);
|
|
3316
3339
|
}
|
|
3317
|
-
function
|
|
3340
|
+
function S2({
|
|
3318
3341
|
color: r = M.primary[900],
|
|
3319
3342
|
size: t = "small",
|
|
3320
3343
|
direction: o = "right",
|
|
@@ -3324,8 +3347,8 @@ function _2({
|
|
|
3324
3347
|
"svg",
|
|
3325
3348
|
{
|
|
3326
3349
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3327
|
-
width:
|
|
3328
|
-
height:
|
|
3350
|
+
width: C(t),
|
|
3351
|
+
height: C(t),
|
|
3329
3352
|
viewBox: "0 0 24 24",
|
|
3330
3353
|
fill: "none",
|
|
3331
3354
|
style: { transform: `${o === "left" && "rotate(180deg)"}` },
|
|
@@ -3342,7 +3365,7 @@ function _2({
|
|
|
3342
3365
|
}
|
|
3343
3366
|
);
|
|
3344
3367
|
}
|
|
3345
|
-
function
|
|
3368
|
+
function Z2({ color: r = M.fg.tertiary, ...t }) {
|
|
3346
3369
|
return /* @__PURE__ */ n.jsx("svg", { width: "20", height: "21", viewBox: "0 0 20 21", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t, children: /* @__PURE__ */ n.jsx("g", { id: "icon / 20 / edit", children: /* @__PURE__ */ n.jsxs("g", { id: "Icon", children: [
|
|
3347
3370
|
/* @__PURE__ */ n.jsx(
|
|
3348
3371
|
"path",
|
|
@@ -3360,13 +3383,13 @@ function S2({ color: r = M.fg.tertiary, ...t }) {
|
|
|
3360
3383
|
)
|
|
3361
3384
|
] }) }) });
|
|
3362
3385
|
}
|
|
3363
|
-
function
|
|
3386
|
+
function T2({ color: r = M.primary[900], size: t = "small", ...o }) {
|
|
3364
3387
|
return /* @__PURE__ */ n.jsx(
|
|
3365
3388
|
"svg",
|
|
3366
3389
|
{
|
|
3367
3390
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3368
|
-
width:
|
|
3369
|
-
height:
|
|
3391
|
+
width: C(t),
|
|
3392
|
+
height: C(t),
|
|
3370
3393
|
viewBox: "0 0 24 24",
|
|
3371
3394
|
fill: "none",
|
|
3372
3395
|
...o,
|
|
@@ -3380,13 +3403,13 @@ function Z2({ color: r = M.primary[900], size: t = "small", ...o }) {
|
|
|
3380
3403
|
}
|
|
3381
3404
|
);
|
|
3382
3405
|
}
|
|
3383
|
-
function
|
|
3406
|
+
function P2({ color: r = M.fg.tertiary, size: t = "small", ...o }) {
|
|
3384
3407
|
return /* @__PURE__ */ n.jsx(
|
|
3385
3408
|
"svg",
|
|
3386
3409
|
{
|
|
3387
3410
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3388
|
-
width:
|
|
3389
|
-
height:
|
|
3411
|
+
width: C(t),
|
|
3412
|
+
height: C(t),
|
|
3390
3413
|
viewBox: "0 0 24 24",
|
|
3391
3414
|
fill: "none",
|
|
3392
3415
|
...o,
|
|
@@ -3403,13 +3426,39 @@ function T2({ color: r = M.fg.tertiary, size: t = "small", ...o }) {
|
|
|
3403
3426
|
}
|
|
3404
3427
|
);
|
|
3405
3428
|
}
|
|
3406
|
-
function
|
|
3429
|
+
function A2({ size: r = "small", color: t = M.primary[600], ...o }) {
|
|
3407
3430
|
return /* @__PURE__ */ n.jsxs(
|
|
3408
3431
|
"svg",
|
|
3409
3432
|
{
|
|
3410
3433
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3411
|
-
width:
|
|
3412
|
-
height:
|
|
3434
|
+
width: C(r),
|
|
3435
|
+
height: C(r),
|
|
3436
|
+
viewBox: "0 0 24 24",
|
|
3437
|
+
fill: "none",
|
|
3438
|
+
...o,
|
|
3439
|
+
children: [
|
|
3440
|
+
/* @__PURE__ */ n.jsx(
|
|
3441
|
+
"path",
|
|
3442
|
+
{
|
|
3443
|
+
d: "M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z",
|
|
3444
|
+
stroke: t,
|
|
3445
|
+
strokeWidth: "2",
|
|
3446
|
+
strokeLinecap: "round",
|
|
3447
|
+
strokeLinejoin: "round"
|
|
3448
|
+
}
|
|
3449
|
+
),
|
|
3450
|
+
/* @__PURE__ */ n.jsx("path", { d: "M9 9L15 15M15 9L9 15", stroke: t, strokeWidth: "2", strokeLinecap: "round" })
|
|
3451
|
+
]
|
|
3452
|
+
}
|
|
3453
|
+
);
|
|
3454
|
+
}
|
|
3455
|
+
function O2({ color: r = M.white, size: t = "small", ...o }) {
|
|
3456
|
+
return /* @__PURE__ */ n.jsxs(
|
|
3457
|
+
"svg",
|
|
3458
|
+
{
|
|
3459
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3460
|
+
width: C(t),
|
|
3461
|
+
height: C(t),
|
|
3413
3462
|
viewBox: "0 0 32 32",
|
|
3414
3463
|
fill: "none",
|
|
3415
3464
|
...o,
|
|
@@ -3428,13 +3477,13 @@ function P2({ color: r = M.white, size: t = "small", ...o }) {
|
|
|
3428
3477
|
}
|
|
3429
3478
|
);
|
|
3430
3479
|
}
|
|
3431
|
-
function
|
|
3480
|
+
function W2({ color: r = M.fg.accent.error, size: t = "small", ...o }) {
|
|
3432
3481
|
return /* @__PURE__ */ n.jsx(
|
|
3433
3482
|
"svg",
|
|
3434
3483
|
{
|
|
3435
3484
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3436
|
-
width:
|
|
3437
|
-
height:
|
|
3485
|
+
width: C(t),
|
|
3486
|
+
height: C(t),
|
|
3438
3487
|
viewBox: "0 0 24 24",
|
|
3439
3488
|
fill: "none",
|
|
3440
3489
|
...o,
|
|
@@ -3451,7 +3500,7 @@ function A2({ color: r = M.fg.accent.error, size: t = "small", ...o }) {
|
|
|
3451
3500
|
}
|
|
3452
3501
|
);
|
|
3453
3502
|
}
|
|
3454
|
-
function
|
|
3503
|
+
function B2({ full: r = !0 }) {
|
|
3455
3504
|
const t = () => r ? {
|
|
3456
3505
|
width: "135",
|
|
3457
3506
|
height: "40",
|
|
@@ -3580,13 +3629,13 @@ function O2({ full: r = !0 }) {
|
|
|
3580
3629
|
)
|
|
3581
3630
|
] });
|
|
3582
3631
|
}
|
|
3583
|
-
function
|
|
3632
|
+
function I2({ color: r = M.primary[900], size: t = "small", ...o }) {
|
|
3584
3633
|
return /* @__PURE__ */ n.jsx(
|
|
3585
3634
|
"svg",
|
|
3586
3635
|
{
|
|
3587
3636
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3588
|
-
width:
|
|
3589
|
-
height:
|
|
3637
|
+
width: C(t),
|
|
3638
|
+
height: C(t),
|
|
3590
3639
|
viewBox: "0 0 24 24",
|
|
3591
3640
|
fill: "none",
|
|
3592
3641
|
...o,
|
|
@@ -3594,13 +3643,13 @@ function W2({ color: r = M.primary[900], size: t = "small", ...o }) {
|
|
|
3594
3643
|
}
|
|
3595
3644
|
);
|
|
3596
3645
|
}
|
|
3597
|
-
function
|
|
3646
|
+
function F2({ color: r = M.white, size: t = "small", ...o }) {
|
|
3598
3647
|
return /* @__PURE__ */ n.jsx(
|
|
3599
3648
|
"svg",
|
|
3600
3649
|
{
|
|
3601
3650
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3602
|
-
width:
|
|
3603
|
-
height:
|
|
3651
|
+
width: C(t),
|
|
3652
|
+
height: C(t),
|
|
3604
3653
|
viewBox: "0 0 32 32",
|
|
3605
3654
|
fill: "none",
|
|
3606
3655
|
...o,
|
|
@@ -3617,7 +3666,7 @@ function B2({ color: r = M.white, size: t = "small", ...o }) {
|
|
|
3617
3666
|
}
|
|
3618
3667
|
);
|
|
3619
3668
|
}
|
|
3620
|
-
function
|
|
3669
|
+
function D2({ color: r = M.darkGreen, size: t = "small", ...o }) {
|
|
3621
3670
|
return /* @__PURE__ */ n.jsxs(
|
|
3622
3671
|
"svg",
|
|
3623
3672
|
{
|
|
@@ -3677,7 +3726,7 @@ function I2({ color: r = M.darkGreen, size: t = "small", ...o }) {
|
|
|
3677
3726
|
}
|
|
3678
3727
|
);
|
|
3679
3728
|
}
|
|
3680
|
-
function
|
|
3729
|
+
function G2({ color: r = M.fg.accent.action, ...t }) {
|
|
3681
3730
|
return /* @__PURE__ */ n.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", ...t, children: /* @__PURE__ */ n.jsx(
|
|
3682
3731
|
"path",
|
|
3683
3732
|
{
|
|
@@ -3689,7 +3738,30 @@ function F2({ color: r = M.fg.accent.action, ...t }) {
|
|
|
3689
3738
|
}
|
|
3690
3739
|
) });
|
|
3691
3740
|
}
|
|
3692
|
-
function
|
|
3741
|
+
function $2({ size: r = "small", color: t = M.primary[600], ...o }) {
|
|
3742
|
+
return /* @__PURE__ */ n.jsx(
|
|
3743
|
+
"svg",
|
|
3744
|
+
{
|
|
3745
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3746
|
+
width: C(r),
|
|
3747
|
+
height: C(r),
|
|
3748
|
+
viewBox: "0 0 24 24",
|
|
3749
|
+
fill: "none",
|
|
3750
|
+
...o,
|
|
3751
|
+
children: /* @__PURE__ */ n.jsx(
|
|
3752
|
+
"path",
|
|
3753
|
+
{
|
|
3754
|
+
d: "M5 20V16M5 16H9M5 16C6.38324 18.3912 9.03887 20 12 20C16.4183 20 20 16.4183 20 12M19.0118 4V8H15.0118M4 12C4 7.58172 7.58172 4 12 4C14.9611 4 17.6168 5.60879 19 8",
|
|
3755
|
+
stroke: t,
|
|
3756
|
+
strokeWidth: "2",
|
|
3757
|
+
strokeLinecap: "round",
|
|
3758
|
+
strokeLinejoin: "round"
|
|
3759
|
+
}
|
|
3760
|
+
)
|
|
3761
|
+
}
|
|
3762
|
+
);
|
|
3763
|
+
}
|
|
3764
|
+
function N2({ color: r = M.white, size: t = "small", ...o }) {
|
|
3693
3765
|
return t === "small" ? /* @__PURE__ */ n.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", ...o, children: /* @__PURE__ */ n.jsx(
|
|
3694
3766
|
"path",
|
|
3695
3767
|
{
|
|
@@ -3708,13 +3780,13 @@ function D2({ color: r = M.white, size: t = "small", ...o }) {
|
|
|
3708
3780
|
}
|
|
3709
3781
|
) });
|
|
3710
3782
|
}
|
|
3711
|
-
function
|
|
3783
|
+
function U2({ size: r = "small", color: t = M.fg.accent.action, ...o }) {
|
|
3712
3784
|
return /* @__PURE__ */ n.jsx(
|
|
3713
3785
|
"svg",
|
|
3714
3786
|
{
|
|
3715
3787
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3716
|
-
width:
|
|
3717
|
-
height:
|
|
3788
|
+
width: C(r),
|
|
3789
|
+
height: C(r),
|
|
3718
3790
|
viewBox: "0 0 24 24",
|
|
3719
3791
|
fill: "none",
|
|
3720
3792
|
...o,
|
|
@@ -3731,13 +3803,13 @@ function G2({ size: r = "small", color: t = M.fg.accent.action, ...o }) {
|
|
|
3731
3803
|
}
|
|
3732
3804
|
);
|
|
3733
3805
|
}
|
|
3734
|
-
function
|
|
3806
|
+
function Y2({ size: r = "small", color: t = M.fg.accent.action, ...o }) {
|
|
3735
3807
|
return /* @__PURE__ */ n.jsx(
|
|
3736
3808
|
"svg",
|
|
3737
3809
|
{
|
|
3738
3810
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3739
|
-
width:
|
|
3740
|
-
height:
|
|
3811
|
+
width: C(r),
|
|
3812
|
+
height: C(r),
|
|
3741
3813
|
viewBox: "0 0 24 24",
|
|
3742
3814
|
fill: "none",
|
|
3743
3815
|
...o,
|
|
@@ -3754,13 +3826,13 @@ function $2({ size: r = "small", color: t = M.fg.accent.action, ...o }) {
|
|
|
3754
3826
|
}
|
|
3755
3827
|
);
|
|
3756
3828
|
}
|
|
3757
|
-
function
|
|
3829
|
+
function z2({ size: r = "small", color: t = M.primary[600], ...o }) {
|
|
3758
3830
|
return /* @__PURE__ */ n.jsxs(
|
|
3759
3831
|
"svg",
|
|
3760
3832
|
{
|
|
3761
3833
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3762
|
-
width:
|
|
3763
|
-
height:
|
|
3834
|
+
width: C(r),
|
|
3835
|
+
height: C(r),
|
|
3764
3836
|
viewBox: "0 0 24 24",
|
|
3765
3837
|
fill: "none",
|
|
3766
3838
|
...o,
|
|
@@ -3781,12 +3853,12 @@ function N2({ size: r = "small", color: t = M.primary[600], ...o }) {
|
|
|
3781
3853
|
}
|
|
3782
3854
|
)
|
|
3783
3855
|
] }),
|
|
3784
|
-
/* @__PURE__ */ n.jsx("defs", { children: /* @__PURE__ */ n.jsx("clipPath", { id: "clip0_8172_9230", children: /* @__PURE__ */ n.jsx("rect", { width:
|
|
3856
|
+
/* @__PURE__ */ n.jsx("defs", { children: /* @__PURE__ */ n.jsx("clipPath", { id: "clip0_8172_9230", children: /* @__PURE__ */ n.jsx("rect", { width: C(r), height: C(r), fill: "white" }) }) })
|
|
3785
3857
|
]
|
|
3786
3858
|
}
|
|
3787
3859
|
);
|
|
3788
3860
|
}
|
|
3789
|
-
function
|
|
3861
|
+
function q2({ color: r = M.fg.tertiary, ...t }) {
|
|
3790
3862
|
return /* @__PURE__ */ n.jsx("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t, children: /* @__PURE__ */ n.jsx("g", { id: "icon / 24 / Options", children: /* @__PURE__ */ n.jsx(
|
|
3791
3863
|
"path",
|
|
3792
3864
|
{
|
|
@@ -3801,34 +3873,37 @@ function z2({ color: r = M.fg.tertiary, ...t }) {
|
|
|
3801
3873
|
export {
|
|
3802
3874
|
j2 as A,
|
|
3803
3875
|
m2 as C,
|
|
3804
|
-
|
|
3805
|
-
|
|
3806
|
-
|
|
3807
|
-
|
|
3808
|
-
|
|
3809
|
-
|
|
3810
|
-
|
|
3811
|
-
|
|
3812
|
-
|
|
3813
|
-
|
|
3876
|
+
_2 as D,
|
|
3877
|
+
Z2 as E,
|
|
3878
|
+
O2 as H,
|
|
3879
|
+
k2 as I,
|
|
3880
|
+
W2 as L,
|
|
3881
|
+
I2 as M,
|
|
3882
|
+
D2 as P,
|
|
3883
|
+
$2 as R,
|
|
3884
|
+
G2 as S,
|
|
3885
|
+
N2 as U,
|
|
3886
|
+
V2 as a,
|
|
3814
3887
|
L2 as b,
|
|
3815
3888
|
x2 as c,
|
|
3816
|
-
|
|
3817
|
-
|
|
3818
|
-
|
|
3889
|
+
M2 as d,
|
|
3890
|
+
H2 as e,
|
|
3891
|
+
w2 as f,
|
|
3819
3892
|
R2 as g,
|
|
3820
|
-
|
|
3821
|
-
|
|
3893
|
+
E2 as h,
|
|
3894
|
+
S2 as i,
|
|
3822
3895
|
T2 as j,
|
|
3823
|
-
|
|
3824
|
-
|
|
3896
|
+
P2 as k,
|
|
3897
|
+
A2 as l,
|
|
3825
3898
|
B2 as m,
|
|
3826
|
-
|
|
3827
|
-
|
|
3828
|
-
|
|
3829
|
-
|
|
3830
|
-
|
|
3831
|
-
|
|
3832
|
-
|
|
3833
|
-
|
|
3899
|
+
y2 as n,
|
|
3900
|
+
F2 as o,
|
|
3901
|
+
U2 as p,
|
|
3902
|
+
Y2 as q,
|
|
3903
|
+
z2 as r,
|
|
3904
|
+
q2 as s,
|
|
3905
|
+
n as t,
|
|
3906
|
+
M as u,
|
|
3907
|
+
v2 as v,
|
|
3908
|
+
b2 as w
|
|
3834
3909
|
};
|