jcicl 0.0.109 → 0.0.112
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/.chunks/Close.js +8 -0
- package/.chunks/DefaultPropsProvider.js +76 -74
- package/.chunks/Input.js +13 -7
- package/.chunks/Portal.js +27 -26
- package/AppContainer/AppContainer.d.ts +4 -0
- package/AppContainer/AppContainer.js +1558 -50
- package/AppHeader/AppHeader.d.ts +2 -1
- package/AppHeader/AppHeader.js +143 -28
- package/Avatar/Avatar.js +12 -12
- package/AvatarWithImage/AvatarWithImage.js +5 -5
- package/Button/Button.d.ts +3 -2
- package/Button/Button.js +101 -76
- package/EditableInfoCard/EditableInfoCard.js +45 -46
- package/ErrorBoundary/ErrorBoundary.d.ts +1 -1
- package/Icon/Icon.js +6 -6
- package/ListButton/ListButton.d.ts +1 -3
- package/ListButton/ListButton.js +6 -6
- package/Nav/Nav.d.ts +3 -2
- package/Nav/Nav.js +57 -42
- package/Tooltip/Tooltip.js +69 -69
- package/WithLabel/WithLabel.d.ts +1 -1
- package/package.json +4 -2
- package/theme.d.ts +4 -4
- package/theme.js +9 -7
package/.chunks/Close.js
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import { c as r } from "./createSvgIcon.js";
|
|
3
|
+
const s = r(/* @__PURE__ */ o("path", {
|
|
4
|
+
d: "M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"
|
|
5
|
+
}), "Close");
|
|
6
|
+
export {
|
|
7
|
+
s as X
|
|
8
|
+
};
|
|
@@ -26,10 +26,11 @@ function ie(e, r, t = {
|
|
|
26
26
|
Object.prototype.hasOwnProperty.call(e, o) && pe(e[o]) ? n[o] = ie(e[o], r[o], t) : t.clone ? n[o] = pe(r[o]) ? Hr(r[o]) : r[o] : n[o] = r[o];
|
|
27
27
|
}), n;
|
|
28
28
|
}
|
|
29
|
+
var No = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
29
30
|
function ft(e) {
|
|
30
31
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
31
32
|
}
|
|
32
|
-
var cr = { exports: {} },
|
|
33
|
+
var cr = { exports: {} }, je = { exports: {} }, V = {};
|
|
33
34
|
/** @license React v16.13.1
|
|
34
35
|
* react-is.production.min.js
|
|
35
36
|
*
|
|
@@ -153,7 +154,7 @@ function pt() {
|
|
|
153
154
|
}
|
|
154
155
|
}
|
|
155
156
|
}
|
|
156
|
-
var d = l, B = f, X = c, Z = s, ee = r, i = y, C = n, x = T,
|
|
157
|
+
var d = l, B = f, X = c, Z = s, ee = r, i = y, C = n, x = T, D = E, q = t, te = a, re = o, ae = m, le = !1;
|
|
157
158
|
function ve(v) {
|
|
158
159
|
return le || (le = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), h(v) || w(v) === l;
|
|
159
160
|
}
|
|
@@ -187,18 +188,18 @@ function pt() {
|
|
|
187
188
|
function F(v) {
|
|
188
189
|
return w(v) === a;
|
|
189
190
|
}
|
|
190
|
-
function
|
|
191
|
+
function j(v) {
|
|
191
192
|
return w(v) === o;
|
|
192
193
|
}
|
|
193
194
|
function ne(v) {
|
|
194
195
|
return w(v) === m;
|
|
195
196
|
}
|
|
196
|
-
L.AsyncMode = d, L.ConcurrentMode = B, L.ContextConsumer = X, L.ContextProvider = Z, L.Element = ee, L.ForwardRef = i, L.Fragment = C, L.Lazy = x, L.Memo =
|
|
197
|
+
L.AsyncMode = d, L.ConcurrentMode = B, L.ContextConsumer = X, L.ContextProvider = Z, L.Element = ee, L.ForwardRef = i, L.Fragment = C, L.Lazy = x, L.Memo = D, L.Portal = q, L.Profiler = te, L.StrictMode = re, L.Suspense = ae, L.isAsyncMode = ve, L.isConcurrentMode = h, L.isContextConsumer = S, L.isContextProvider = I, L.isElement = R, L.isForwardRef = _, L.isFragment = M, L.isLazy = P, L.isMemo = k, L.isPortal = N, L.isProfiler = F, L.isStrictMode = j, L.isSuspense = ne, L.isValidElementType = A, L.typeOf = w;
|
|
197
198
|
}()), L;
|
|
198
199
|
}
|
|
199
200
|
var wr;
|
|
200
201
|
function Qr() {
|
|
201
|
-
return wr || (wr = 1, process.env.NODE_ENV === "production" ?
|
|
202
|
+
return wr || (wr = 1, process.env.NODE_ENV === "production" ? je.exports = dt() : je.exports = pt()), je.exports;
|
|
202
203
|
}
|
|
203
204
|
/*
|
|
204
205
|
object-assign
|
|
@@ -354,7 +355,7 @@ function yt() {
|
|
|
354
355
|
oneOf: X,
|
|
355
356
|
oneOfType: ee,
|
|
356
357
|
shape: x,
|
|
357
|
-
exact:
|
|
358
|
+
exact: D
|
|
358
359
|
};
|
|
359
360
|
function T(h, S) {
|
|
360
361
|
return h === S ? h !== 0 || 1 / h === 1 / S : h !== h && S !== S;
|
|
@@ -366,8 +367,8 @@ function yt() {
|
|
|
366
367
|
function p(h) {
|
|
367
368
|
if (process.env.NODE_ENV !== "production")
|
|
368
369
|
var S = {}, I = 0;
|
|
369
|
-
function R(M, P, k, N, F,
|
|
370
|
-
if (N = N || g,
|
|
370
|
+
function R(M, P, k, N, F, j, ne) {
|
|
371
|
+
if (N = N || g, j = j || k, ne !== t) {
|
|
371
372
|
if (l) {
|
|
372
373
|
var v = new Error(
|
|
373
374
|
"Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types"
|
|
@@ -377,11 +378,11 @@ function yt() {
|
|
|
377
378
|
var se = N + ":" + k;
|
|
378
379
|
!S[se] && // Avoid spamming the console because they are often not actionable except for lib authors
|
|
379
380
|
I < 3 && (a(
|
|
380
|
-
"You are manually calling a React.PropTypes validation function for the `" +
|
|
381
|
+
"You are manually calling a React.PropTypes validation function for the `" + j + "` prop on `" + N + "`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."
|
|
381
382
|
), S[se] = !0, I++);
|
|
382
383
|
}
|
|
383
384
|
}
|
|
384
|
-
return P[k] == null ? M ? P[k] === null ? new b("The " + F + " `" +
|
|
385
|
+
return P[k] == null ? M ? P[k] === null ? new b("The " + F + " `" + j + "` is marked as required " + ("in `" + N + "`, but its value is `null`.")) : new b("The " + F + " `" + j + "` is marked as required in " + ("`" + N + "`, but its value is `undefined`.")) : null : h(P, k, N, F, j);
|
|
385
386
|
}
|
|
386
387
|
var _ = R.bind(null, !1);
|
|
387
388
|
return _.isRequired = R.bind(null, !0), _;
|
|
@@ -390,9 +391,9 @@ function yt() {
|
|
|
390
391
|
function S(I, R, _, M, P, k) {
|
|
391
392
|
var N = I[R], F = re(N);
|
|
392
393
|
if (F !== h) {
|
|
393
|
-
var
|
|
394
|
+
var j = ae(N);
|
|
394
395
|
return new b(
|
|
395
|
-
"Invalid " + M + " `" + P + "` of type " + ("`" +
|
|
396
|
+
"Invalid " + M + " `" + P + "` of type " + ("`" + j + "` supplied to `" + _ + "`, expected ") + ("`" + h + "`."),
|
|
396
397
|
{ expectedType: h }
|
|
397
398
|
);
|
|
398
399
|
}
|
|
@@ -413,9 +414,9 @@ function yt() {
|
|
|
413
414
|
return new b("Invalid " + M + " `" + P + "` of type " + ("`" + N + "` supplied to `" + _ + "`, expected an array."));
|
|
414
415
|
}
|
|
415
416
|
for (var F = 0; F < k.length; F++) {
|
|
416
|
-
var
|
|
417
|
-
if (
|
|
418
|
-
return
|
|
417
|
+
var j = h(k, F, _, M, P + "[" + F + "]", t);
|
|
418
|
+
if (j instanceof Error)
|
|
419
|
+
return j;
|
|
419
420
|
}
|
|
420
421
|
return null;
|
|
421
422
|
}
|
|
@@ -479,9 +480,9 @@ function yt() {
|
|
|
479
480
|
return new b("Invalid " + M + " `" + P + "` of type " + ("`" + N + "` supplied to `" + _ + "`, expected an object."));
|
|
480
481
|
for (var F in k)
|
|
481
482
|
if (n(k, F)) {
|
|
482
|
-
var
|
|
483
|
-
if (
|
|
484
|
-
return
|
|
483
|
+
var j = h(k, F, _, M, P + "." + F, t);
|
|
484
|
+
if (j instanceof Error)
|
|
485
|
+
return j;
|
|
485
486
|
}
|
|
486
487
|
return null;
|
|
487
488
|
}
|
|
@@ -498,8 +499,8 @@ function yt() {
|
|
|
498
499
|
), s;
|
|
499
500
|
}
|
|
500
501
|
function R(_, M, P, k, N) {
|
|
501
|
-
for (var F = [],
|
|
502
|
-
var ne = h[
|
|
502
|
+
for (var F = [], j = 0; j < h.length; j++) {
|
|
503
|
+
var ne = h[j], v = ne(_, M, P, k, N, t);
|
|
503
504
|
if (v == null)
|
|
504
505
|
return null;
|
|
505
506
|
v.data && n(v.data, "expectedType") && F.push(v.data.expectedType);
|
|
@@ -526,10 +527,10 @@ function yt() {
|
|
|
526
527
|
if (N !== "object")
|
|
527
528
|
return new b("Invalid " + M + " `" + P + "` of type `" + N + "` " + ("supplied to `" + _ + "`, expected `object`."));
|
|
528
529
|
for (var F in h) {
|
|
529
|
-
var
|
|
530
|
-
if (typeof
|
|
531
|
-
return C(_, M, P, F, ae(
|
|
532
|
-
var ne =
|
|
530
|
+
var j = h[F];
|
|
531
|
+
if (typeof j != "function")
|
|
532
|
+
return C(_, M, P, F, ae(j));
|
|
533
|
+
var ne = j(k, F, _, M, P + "." + F, t);
|
|
533
534
|
if (ne)
|
|
534
535
|
return ne;
|
|
535
536
|
}
|
|
@@ -537,22 +538,22 @@ function yt() {
|
|
|
537
538
|
}
|
|
538
539
|
return p(S);
|
|
539
540
|
}
|
|
540
|
-
function
|
|
541
|
+
function D(h) {
|
|
541
542
|
function S(I, R, _, M, P) {
|
|
542
543
|
var k = I[R], N = re(k);
|
|
543
544
|
if (N !== "object")
|
|
544
545
|
return new b("Invalid " + M + " `" + P + "` of type `" + N + "` " + ("supplied to `" + _ + "`, expected `object`."));
|
|
545
546
|
var F = r({}, I[R], h);
|
|
546
|
-
for (var
|
|
547
|
-
var ne = h[
|
|
548
|
-
if (n(h,
|
|
549
|
-
return C(_, M, P,
|
|
547
|
+
for (var j in F) {
|
|
548
|
+
var ne = h[j];
|
|
549
|
+
if (n(h, j) && typeof ne != "function")
|
|
550
|
+
return C(_, M, P, j, ae(ne));
|
|
550
551
|
if (!ne)
|
|
551
552
|
return new b(
|
|
552
|
-
"Invalid " + M + " `" + P + "` key `" +
|
|
553
|
+
"Invalid " + M + " `" + P + "` key `" + j + "` supplied to `" + _ + "`.\nBad object: " + JSON.stringify(I[R], null, " ") + `
|
|
553
554
|
Valid keys: ` + JSON.stringify(Object.keys(h), null, " ")
|
|
554
555
|
);
|
|
555
|
-
var v = ne(k,
|
|
556
|
+
var v = ne(k, j, _, M, P + "." + j, t);
|
|
556
557
|
if (v)
|
|
557
558
|
return v;
|
|
558
559
|
}
|
|
@@ -823,7 +824,7 @@ function Et() {
|
|
|
823
824
|
}
|
|
824
825
|
}
|
|
825
826
|
}
|
|
826
|
-
var B = s, X = a, Z = e, ee = l, i = t, C = g, x = m,
|
|
827
|
+
var B = s, X = a, Z = e, ee = l, i = t, C = g, x = m, D = r, q = o, te = n, re = f, ae = y, le = !1, ve = !1;
|
|
827
828
|
function h($) {
|
|
828
829
|
return le || (le = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 18+.")), !1;
|
|
829
830
|
}
|
|
@@ -854,7 +855,7 @@ function Et() {
|
|
|
854
855
|
function F($) {
|
|
855
856
|
return d($) === r;
|
|
856
857
|
}
|
|
857
|
-
function
|
|
858
|
+
function j($) {
|
|
858
859
|
return d($) === o;
|
|
859
860
|
}
|
|
860
861
|
function ne($) {
|
|
@@ -866,7 +867,7 @@ function Et() {
|
|
|
866
867
|
function se($) {
|
|
867
868
|
return d($) === y;
|
|
868
869
|
}
|
|
869
|
-
U.ContextConsumer = B, U.ContextProvider = X, U.Element = Z, U.ForwardRef = ee, U.Fragment = i, U.Lazy = C, U.Memo = x, U.Portal =
|
|
870
|
+
U.ContextConsumer = B, U.ContextProvider = X, U.Element = Z, U.ForwardRef = ee, U.Fragment = i, U.Lazy = C, U.Memo = x, U.Portal = D, U.Profiler = q, U.StrictMode = te, U.Suspense = re, U.SuspenseList = ae, U.isAsyncMode = h, U.isConcurrentMode = S, U.isContextConsumer = I, U.isContextProvider = R, U.isElement = _, U.isForwardRef = M, U.isFragment = P, U.isLazy = k, U.isMemo = N, U.isPortal = F, U.isProfiler = j, U.isStrictMode = ne, U.isSuspense = v, U.isSuspenseList = se, U.isValidElementType = w, U.typeOf = d;
|
|
870
871
|
}()), U;
|
|
871
872
|
}
|
|
872
873
|
process.env.NODE_ENV === "production" ? ur.exports = Ct() : ur.exports = Et();
|
|
@@ -932,7 +933,7 @@ function lr(e, r) {
|
|
|
932
933
|
}
|
|
933
934
|
return t;
|
|
934
935
|
}
|
|
935
|
-
function
|
|
936
|
+
function jo(e, r, t = void 0) {
|
|
936
937
|
const n = {};
|
|
937
938
|
for (const o in e) {
|
|
938
939
|
const a = e[o];
|
|
@@ -994,7 +995,7 @@ function et(e) {
|
|
|
994
995
|
} else for (t in e) e[t] && (n && (n += " "), n += t);
|
|
995
996
|
return n;
|
|
996
997
|
}
|
|
997
|
-
function
|
|
998
|
+
function Bo() {
|
|
998
999
|
for (var e, r, t = 0, n = "", o = arguments.length; t < o; t++) (e = arguments[t]) && (r = et(e)) && (n && (n += " "), n += r);
|
|
999
1000
|
return n;
|
|
1000
1001
|
}
|
|
@@ -1059,7 +1060,7 @@ const Le = {
|
|
|
1059
1060
|
// desktop
|
|
1060
1061
|
xl: 1536
|
|
1061
1062
|
// large screen
|
|
1062
|
-
},
|
|
1063
|
+
}, jr = {
|
|
1063
1064
|
// Sorted ASC by size. That's important.
|
|
1064
1065
|
// It can't be configured as it's used statically for propTypes.
|
|
1065
1066
|
keys: ["xs", "sm", "md", "lg", "xl"],
|
|
@@ -1075,11 +1076,11 @@ const Le = {
|
|
|
1075
1076
|
function ge(e, r, t) {
|
|
1076
1077
|
const n = e.theme || {};
|
|
1077
1078
|
if (Array.isArray(r)) {
|
|
1078
|
-
const a = n.breakpoints ||
|
|
1079
|
+
const a = n.breakpoints || jr;
|
|
1079
1080
|
return r.reduce((s, c, l) => (s[a.up(a.keys[l])] = t(r[l]), s), {});
|
|
1080
1081
|
}
|
|
1081
1082
|
if (typeof r == "object") {
|
|
1082
|
-
const a = n.breakpoints ||
|
|
1083
|
+
const a = n.breakpoints || jr;
|
|
1083
1084
|
return Object.keys(r).reduce((s, c) => {
|
|
1084
1085
|
if (_t(a.keys, c)) {
|
|
1085
1086
|
const l = Pt(n.containerQueries ? n : kt, c);
|
|
@@ -1148,28 +1149,28 @@ function Nt(e) {
|
|
|
1148
1149
|
const r = {};
|
|
1149
1150
|
return (t) => (r[t] === void 0 && (r[t] = e(t)), r[t]);
|
|
1150
1151
|
}
|
|
1151
|
-
const
|
|
1152
|
+
const jt = {
|
|
1152
1153
|
m: "margin",
|
|
1153
1154
|
p: "padding"
|
|
1154
|
-
},
|
|
1155
|
+
}, Dt = {
|
|
1155
1156
|
t: "Top",
|
|
1156
1157
|
r: "Right",
|
|
1157
1158
|
b: "Bottom",
|
|
1158
1159
|
l: "Left",
|
|
1159
1160
|
x: ["Left", "Right"],
|
|
1160
1161
|
y: ["Top", "Bottom"]
|
|
1161
|
-
},
|
|
1162
|
+
}, Dr = {
|
|
1162
1163
|
marginX: "mx",
|
|
1163
1164
|
marginY: "my",
|
|
1164
1165
|
paddingX: "px",
|
|
1165
1166
|
paddingY: "py"
|
|
1166
1167
|
}, Bt = Nt((e) => {
|
|
1167
1168
|
if (e.length > 2)
|
|
1168
|
-
if (
|
|
1169
|
-
e =
|
|
1169
|
+
if (Dr[e])
|
|
1170
|
+
e = Dr[e];
|
|
1170
1171
|
else
|
|
1171
1172
|
return [e];
|
|
1172
|
-
const [r, t] = e.split(""), n =
|
|
1173
|
+
const [r, t] = e.split(""), n = jt[r], o = Dt[t] || "";
|
|
1173
1174
|
return Array.isArray(o) ? o.map((a) => n + a) : [n + o];
|
|
1174
1175
|
}), Ue = ["m", "mt", "mr", "mb", "ml", "mx", "my", "margin", "marginTop", "marginRight", "marginBottom", "marginLeft", "marginX", "marginY", "marginInline", "marginInlineStart", "marginInlineEnd", "marginBlock", "marginBlockStart", "marginBlockEnd"], ze = ["p", "pt", "pr", "pb", "pl", "px", "py", "padding", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "paddingX", "paddingY", "paddingInline", "paddingInlineStart", "paddingInlineEnd", "paddingBlock", "paddingBlockStart", "paddingBlockEnd"], Ft = [...Ue, ...ze];
|
|
1175
1176
|
function Ie(e, r, t, n) {
|
|
@@ -1979,7 +1980,7 @@ function kn(e = {}) {
|
|
|
1979
1980
|
y && y !== "Root" && y !== "root" || !1
|
|
1980
1981
|
), p = g || !1;
|
|
1981
1982
|
let O = or;
|
|
1982
|
-
y === "Root" || y === "root" ? O = n : y ? O = o :
|
|
1983
|
+
y === "Root" || y === "root" ? O = n : y ? O = o : jn(c) && (O = void 0);
|
|
1983
1984
|
const K = En(c, {
|
|
1984
1985
|
shouldForwardProp: O,
|
|
1985
1986
|
label: Mn(f, y),
|
|
@@ -2009,12 +2010,12 @@ function kn(e = {}) {
|
|
|
2009
2010
|
return E(x, te);
|
|
2010
2011
|
}), f && !b && Z.push(function(x) {
|
|
2011
2012
|
var te, re;
|
|
2012
|
-
const
|
|
2013
|
+
const D = x.theme, q = (re = (te = D == null ? void 0 : D.components) == null ? void 0 : te[f]) == null ? void 0 : re.variants;
|
|
2013
2014
|
return q ? ot(x, q) : null;
|
|
2014
2015
|
}), p || Z.push(Oe), Array.isArray(X[0])) {
|
|
2015
|
-
const C = X.shift(), x = new Array(B.length).fill(""),
|
|
2016
|
+
const C = X.shift(), x = new Array(B.length).fill(""), D = new Array(Z.length).fill("");
|
|
2016
2017
|
let q;
|
|
2017
|
-
q = [...x, ...C, ...
|
|
2018
|
+
q = [...x, ...C, ...D], q.raw = [...x, ...C.raw, ...D], B.unshift(q);
|
|
2018
2019
|
}
|
|
2019
2020
|
const ee = [...B, ...X, ...Z], i = K(...ee);
|
|
2020
2021
|
return c.muiName && (i.muiName = c.muiName), process.env.NODE_ENV !== "production" && (i.displayName = In(f, y, c)), i;
|
|
@@ -2034,7 +2035,7 @@ function Nn(e) {
|
|
|
2034
2035
|
return !1;
|
|
2035
2036
|
return !0;
|
|
2036
2037
|
}
|
|
2037
|
-
function
|
|
2038
|
+
function jn(e) {
|
|
2038
2039
|
return typeof e == "string" && // 96 is one less than the char code
|
|
2039
2040
|
// for "a" so this is checking that
|
|
2040
2041
|
// it's a lowercase character
|
|
@@ -2046,7 +2047,7 @@ function it(e) {
|
|
|
2046
2047
|
function hr(e, r = 0, t = 1) {
|
|
2047
2048
|
return process.env.NODE_ENV !== "production" && (e < r || e > t) && console.error(`MUI: The value provided ${e} is out of range [${r}, ${t}].`), Ot(e, r, t);
|
|
2048
2049
|
}
|
|
2049
|
-
function
|
|
2050
|
+
function Dn(e) {
|
|
2050
2051
|
e = e.slice(1);
|
|
2051
2052
|
const r = new RegExp(`.{1,${e.length >= 6 ? 2 : 1}}`, "g");
|
|
2052
2053
|
let t = e.match(r);
|
|
@@ -2056,7 +2057,7 @@ function he(e) {
|
|
|
2056
2057
|
if (e.type)
|
|
2057
2058
|
return e;
|
|
2058
2059
|
if (e.charAt(0) === "#")
|
|
2059
|
-
return he(
|
|
2060
|
+
return he(Dn(e));
|
|
2060
2061
|
const r = e.indexOf("("), t = e.substring(0, r);
|
|
2061
2062
|
if (!["rgb", "rgba", "hsl", "hsla", "color"].includes(t))
|
|
2062
2063
|
throw new Error(process.env.NODE_ENV !== "production" ? `MUI: Unsupported \`${e}\` color.
|
|
@@ -2118,7 +2119,7 @@ function Vr(e, r) {
|
|
|
2118
2119
|
function Fn(e, r) {
|
|
2119
2120
|
return e = he(e), r = hr(r), (e.type === "rgb" || e.type === "hsl") && (e.type += "a"), e.type === "color" ? e.values[3] = `/${r}` : e.values[3] = r, Xe(e);
|
|
2120
2121
|
}
|
|
2121
|
-
function
|
|
2122
|
+
function De(e, r, t) {
|
|
2122
2123
|
try {
|
|
2123
2124
|
return Fn(e, r);
|
|
2124
2125
|
} catch {
|
|
@@ -2341,15 +2342,15 @@ function Gn(e, r = {}) {
|
|
|
2341
2342
|
css: C
|
|
2342
2343
|
}]) => {
|
|
2343
2344
|
var q, te;
|
|
2344
|
-
const x = (te = (q = a[i]) == null ? void 0 : q.palette) == null ? void 0 : te.mode,
|
|
2345
|
+
const x = (te = (q = a[i]) == null ? void 0 : q.palette) == null ? void 0 : te.mode, D = !n && x ? {
|
|
2345
2346
|
colorScheme: x,
|
|
2346
2347
|
...C
|
|
2347
2348
|
} : {
|
|
2348
2349
|
...C
|
|
2349
2350
|
};
|
|
2350
2351
|
d(t(i, {
|
|
2351
|
-
...
|
|
2352
|
-
}),
|
|
2352
|
+
...D
|
|
2353
|
+
}), D);
|
|
2353
2354
|
}), A;
|
|
2354
2355
|
}
|
|
2355
2356
|
};
|
|
@@ -3148,22 +3149,22 @@ function Oo(e = {}, ...r) {
|
|
|
3148
3149
|
};
|
|
3149
3150
|
Object.keys(w.colorSchemes).forEach((ee) => {
|
|
3150
3151
|
const i = w.colorSchemes[ee].palette, C = (x) => {
|
|
3151
|
-
const
|
|
3152
|
+
const D = x.split("-"), q = D[1], te = D[2];
|
|
3152
3153
|
return g(x, i[q][te]);
|
|
3153
3154
|
};
|
|
3154
3155
|
if (i.mode === "light" && (u(i.common, "background", "#fff"), u(i.common, "onBackground", "#000")), i.mode === "dark" && (u(i.common, "background", "#000"), u(i.common, "onBackground", "#fff")), wo(i, ["Alert", "AppBar", "Avatar", "Button", "Chip", "FilledInput", "LinearProgress", "Skeleton", "Slider", "SnackbarContent", "SpeedDialAction", "StepConnector", "StepContent", "Switch", "TableCell", "Tooltip"]), i.mode === "light") {
|
|
3155
3156
|
u(i.Alert, "errorColor", z(i.error.light, 0.6)), u(i.Alert, "infoColor", z(i.info.light, 0.6)), u(i.Alert, "successColor", z(i.success.light, 0.6)), u(i.Alert, "warningColor", z(i.warning.light, 0.6)), u(i.Alert, "errorFilledBg", C("palette-error-main")), u(i.Alert, "infoFilledBg", C("palette-info-main")), u(i.Alert, "successFilledBg", C("palette-success-main")), u(i.Alert, "warningFilledBg", C("palette-warning-main")), u(i.Alert, "errorFilledColor", fe(() => i.getContrastText(i.error.main))), u(i.Alert, "infoFilledColor", fe(() => i.getContrastText(i.info.main))), u(i.Alert, "successFilledColor", fe(() => i.getContrastText(i.success.main))), u(i.Alert, "warningFilledColor", fe(() => i.getContrastText(i.warning.main))), u(i.Alert, "errorStandardBg", Y(i.error.light, 0.9)), u(i.Alert, "infoStandardBg", Y(i.info.light, 0.9)), u(i.Alert, "successStandardBg", Y(i.success.light, 0.9)), u(i.Alert, "warningStandardBg", Y(i.warning.light, 0.9)), u(i.Alert, "errorIconColor", C("palette-error-main")), u(i.Alert, "infoIconColor", C("palette-info-main")), u(i.Alert, "successIconColor", C("palette-success-main")), u(i.Alert, "warningIconColor", C("palette-warning-main")), u(i.AppBar, "defaultBg", C("palette-grey-100")), u(i.Avatar, "defaultBg", C("palette-grey-400")), u(i.Button, "inheritContainedBg", C("palette-grey-300")), u(i.Button, "inheritContainedHoverBg", C("palette-grey-A100")), u(i.Chip, "defaultBorder", C("palette-grey-400")), u(i.Chip, "defaultAvatarColor", C("palette-grey-700")), u(i.Chip, "defaultIconColor", C("palette-grey-700")), u(i.FilledInput, "bg", "rgba(0, 0, 0, 0.06)"), u(i.FilledInput, "hoverBg", "rgba(0, 0, 0, 0.09)"), u(i.FilledInput, "disabledBg", "rgba(0, 0, 0, 0.12)"), u(i.LinearProgress, "primaryBg", Y(i.primary.main, 0.62)), u(i.LinearProgress, "secondaryBg", Y(i.secondary.main, 0.62)), u(i.LinearProgress, "errorBg", Y(i.error.main, 0.62)), u(i.LinearProgress, "infoBg", Y(i.info.main, 0.62)), u(i.LinearProgress, "successBg", Y(i.success.main, 0.62)), u(i.LinearProgress, "warningBg", Y(i.warning.main, 0.62)), u(i.Skeleton, "bg", `rgba(${C("palette-text-primaryChannel")} / 0.11)`), u(i.Slider, "primaryTrack", Y(i.primary.main, 0.62)), u(i.Slider, "secondaryTrack", Y(i.secondary.main, 0.62)), u(i.Slider, "errorTrack", Y(i.error.main, 0.62)), u(i.Slider, "infoTrack", Y(i.info.main, 0.62)), u(i.Slider, "successTrack", Y(i.success.main, 0.62)), u(i.Slider, "warningTrack", Y(i.warning.main, 0.62));
|
|
3156
3157
|
const x = Be(i.background.default, 0.8);
|
|
3157
|
-
u(i.SnackbarContent, "bg", x), u(i.SnackbarContent, "color", fe(() => i.getContrastText(x))), u(i.SpeedDialAction, "fabHoverBg", Be(i.background.paper, 0.15)), u(i.StepConnector, "border", C("palette-grey-400")), u(i.StepContent, "border", C("palette-grey-400")), u(i.Switch, "defaultColor", C("palette-common-white")), u(i.Switch, "defaultDisabledColor", C("palette-grey-100")), u(i.Switch, "primaryDisabledColor", Y(i.primary.main, 0.62)), u(i.Switch, "secondaryDisabledColor", Y(i.secondary.main, 0.62)), u(i.Switch, "errorDisabledColor", Y(i.error.main, 0.62)), u(i.Switch, "infoDisabledColor", Y(i.info.main, 0.62)), u(i.Switch, "successDisabledColor", Y(i.success.main, 0.62)), u(i.Switch, "warningDisabledColor", Y(i.warning.main, 0.62)), u(i.TableCell, "border", Y(
|
|
3158
|
+
u(i.SnackbarContent, "bg", x), u(i.SnackbarContent, "color", fe(() => i.getContrastText(x))), u(i.SpeedDialAction, "fabHoverBg", Be(i.background.paper, 0.15)), u(i.StepConnector, "border", C("palette-grey-400")), u(i.StepContent, "border", C("palette-grey-400")), u(i.Switch, "defaultColor", C("palette-common-white")), u(i.Switch, "defaultDisabledColor", C("palette-grey-100")), u(i.Switch, "primaryDisabledColor", Y(i.primary.main, 0.62)), u(i.Switch, "secondaryDisabledColor", Y(i.secondary.main, 0.62)), u(i.Switch, "errorDisabledColor", Y(i.error.main, 0.62)), u(i.Switch, "infoDisabledColor", Y(i.info.main, 0.62)), u(i.Switch, "successDisabledColor", Y(i.success.main, 0.62)), u(i.Switch, "warningDisabledColor", Y(i.warning.main, 0.62)), u(i.TableCell, "border", Y(De(i.divider, 1), 0.88)), u(i.Tooltip, "bg", De(i.grey[700], 0.92));
|
|
3158
3159
|
}
|
|
3159
3160
|
if (i.mode === "dark") {
|
|
3160
3161
|
u(i.Alert, "errorColor", Y(i.error.light, 0.6)), u(i.Alert, "infoColor", Y(i.info.light, 0.6)), u(i.Alert, "successColor", Y(i.success.light, 0.6)), u(i.Alert, "warningColor", Y(i.warning.light, 0.6)), u(i.Alert, "errorFilledBg", C("palette-error-dark")), u(i.Alert, "infoFilledBg", C("palette-info-dark")), u(i.Alert, "successFilledBg", C("palette-success-dark")), u(i.Alert, "warningFilledBg", C("palette-warning-dark")), u(i.Alert, "errorFilledColor", fe(() => i.getContrastText(i.error.dark))), u(i.Alert, "infoFilledColor", fe(() => i.getContrastText(i.info.dark))), u(i.Alert, "successFilledColor", fe(() => i.getContrastText(i.success.dark))), u(i.Alert, "warningFilledColor", fe(() => i.getContrastText(i.warning.dark))), u(i.Alert, "errorStandardBg", z(i.error.light, 0.9)), u(i.Alert, "infoStandardBg", z(i.info.light, 0.9)), u(i.Alert, "successStandardBg", z(i.success.light, 0.9)), u(i.Alert, "warningStandardBg", z(i.warning.light, 0.9)), u(i.Alert, "errorIconColor", C("palette-error-main")), u(i.Alert, "infoIconColor", C("palette-info-main")), u(i.Alert, "successIconColor", C("palette-success-main")), u(i.Alert, "warningIconColor", C("palette-warning-main")), u(i.AppBar, "defaultBg", C("palette-grey-900")), u(i.AppBar, "darkBg", C("palette-background-paper")), u(i.AppBar, "darkColor", C("palette-text-primary")), u(i.Avatar, "defaultBg", C("palette-grey-600")), u(i.Button, "inheritContainedBg", C("palette-grey-800")), u(i.Button, "inheritContainedHoverBg", C("palette-grey-700")), u(i.Chip, "defaultBorder", C("palette-grey-700")), u(i.Chip, "defaultAvatarColor", C("palette-grey-300")), u(i.Chip, "defaultIconColor", C("palette-grey-300")), u(i.FilledInput, "bg", "rgba(255, 255, 255, 0.09)"), u(i.FilledInput, "hoverBg", "rgba(255, 255, 255, 0.13)"), u(i.FilledInput, "disabledBg", "rgba(255, 255, 255, 0.12)"), u(i.LinearProgress, "primaryBg", z(i.primary.main, 0.5)), u(i.LinearProgress, "secondaryBg", z(i.secondary.main, 0.5)), u(i.LinearProgress, "errorBg", z(i.error.main, 0.5)), u(i.LinearProgress, "infoBg", z(i.info.main, 0.5)), u(i.LinearProgress, "successBg", z(i.success.main, 0.5)), u(i.LinearProgress, "warningBg", z(i.warning.main, 0.5)), u(i.Skeleton, "bg", `rgba(${C("palette-text-primaryChannel")} / 0.13)`), u(i.Slider, "primaryTrack", z(i.primary.main, 0.5)), u(i.Slider, "secondaryTrack", z(i.secondary.main, 0.5)), u(i.Slider, "errorTrack", z(i.error.main, 0.5)), u(i.Slider, "infoTrack", z(i.info.main, 0.5)), u(i.Slider, "successTrack", z(i.success.main, 0.5)), u(i.Slider, "warningTrack", z(i.warning.main, 0.5));
|
|
3161
3162
|
const x = Be(i.background.default, 0.98);
|
|
3162
|
-
u(i.SnackbarContent, "bg", x), u(i.SnackbarContent, "color", fe(() => i.getContrastText(x))), u(i.SpeedDialAction, "fabHoverBg", Be(i.background.paper, 0.15)), u(i.StepConnector, "border", C("palette-grey-600")), u(i.StepContent, "border", C("palette-grey-600")), u(i.Switch, "defaultColor", C("palette-grey-300")), u(i.Switch, "defaultDisabledColor", C("palette-grey-600")), u(i.Switch, "primaryDisabledColor", z(i.primary.main, 0.55)), u(i.Switch, "secondaryDisabledColor", z(i.secondary.main, 0.55)), u(i.Switch, "errorDisabledColor", z(i.error.main, 0.55)), u(i.Switch, "infoDisabledColor", z(i.info.main, 0.55)), u(i.Switch, "successDisabledColor", z(i.success.main, 0.55)), u(i.Switch, "warningDisabledColor", z(i.warning.main, 0.55)), u(i.TableCell, "border", z(
|
|
3163
|
+
u(i.SnackbarContent, "bg", x), u(i.SnackbarContent, "color", fe(() => i.getContrastText(x))), u(i.SpeedDialAction, "fabHoverBg", Be(i.background.paper, 0.15)), u(i.StepConnector, "border", C("palette-grey-600")), u(i.StepContent, "border", C("palette-grey-600")), u(i.Switch, "defaultColor", C("palette-grey-300")), u(i.Switch, "defaultDisabledColor", C("palette-grey-600")), u(i.Switch, "primaryDisabledColor", z(i.primary.main, 0.55)), u(i.Switch, "secondaryDisabledColor", z(i.secondary.main, 0.55)), u(i.Switch, "errorDisabledColor", z(i.error.main, 0.55)), u(i.Switch, "infoDisabledColor", z(i.info.main, 0.55)), u(i.Switch, "successDisabledColor", z(i.success.main, 0.55)), u(i.Switch, "warningDisabledColor", z(i.warning.main, 0.55)), u(i.TableCell, "border", z(De(i.divider, 1), 0.68)), u(i.Tooltip, "bg", De(i.grey[700], 0.92));
|
|
3163
3164
|
}
|
|
3164
3165
|
de(i.background, "default"), de(i.background, "paper"), de(i.common, "background"), de(i.common, "onBackground"), de(i, "divider"), Object.keys(i).forEach((x) => {
|
|
3165
|
-
const
|
|
3166
|
-
|
|
3166
|
+
const D = i[x];
|
|
3167
|
+
D && typeof D == "object" && (D.main && u(i[x], "mainChannel", _e(Pe(D.main))), D.light && u(i[x], "lightChannel", _e(Pe(D.light))), D.dark && u(i[x], "darkChannel", _e(Pe(D.dark))), D.contrastText && u(i[x], "contrastTextChannel", _e(Pe(D.contrastText))), x === "text" && (de(i[x], "primary"), de(i[x], "secondary")), x === "action" && (D.active && de(i[x], "active"), D.selected && de(i[x], "selected")));
|
|
3167
3168
|
});
|
|
3168
3169
|
}), w = r.reduce((ee, i) => ie(ee, i), w);
|
|
3169
3170
|
const d = {
|
|
@@ -3248,34 +3249,35 @@ const _o = xo(), Po = "$$material";
|
|
|
3248
3249
|
function Ro(e) {
|
|
3249
3250
|
return e !== "ownerState" && e !== "theme" && e !== "sx" && e !== "as";
|
|
3250
3251
|
}
|
|
3251
|
-
const ko = (e) => Ro(e) && e !== "classes",
|
|
3252
|
+
const ko = (e) => Ro(e) && e !== "classes", Fo = kn({
|
|
3252
3253
|
themeId: Po,
|
|
3253
3254
|
defaultTheme: _o,
|
|
3254
3255
|
rootShouldForwardProp: ko
|
|
3255
3256
|
});
|
|
3256
3257
|
process.env.NODE_ENV !== "production" && (me.node, me.object.isRequired);
|
|
3257
|
-
function
|
|
3258
|
+
function Vo(e) {
|
|
3258
3259
|
return Un(e);
|
|
3259
3260
|
}
|
|
3260
3261
|
export {
|
|
3261
3262
|
me as P,
|
|
3262
3263
|
Po as T,
|
|
3263
3264
|
Do as a,
|
|
3264
|
-
|
|
3265
|
+
Bo as b,
|
|
3265
3266
|
mr as c,
|
|
3266
|
-
|
|
3267
|
+
jo as d,
|
|
3267
3268
|
Fn as e,
|
|
3268
3269
|
lr as f,
|
|
3269
3270
|
Zr as g,
|
|
3270
|
-
|
|
3271
|
-
|
|
3272
|
-
|
|
3273
|
-
|
|
3274
|
-
|
|
3275
|
-
|
|
3276
|
-
|
|
3271
|
+
No as h,
|
|
3272
|
+
nt as i,
|
|
3273
|
+
_o as j,
|
|
3274
|
+
ye as k,
|
|
3275
|
+
ie as l,
|
|
3276
|
+
Ir as m,
|
|
3277
|
+
yo as n,
|
|
3278
|
+
Ro as o,
|
|
3277
3279
|
xn as p,
|
|
3278
3280
|
ko as r,
|
|
3279
|
-
|
|
3280
|
-
|
|
3281
|
+
Fo as s,
|
|
3282
|
+
Vo as u
|
|
3281
3283
|
};
|
package/.chunks/Input.js
CHANGED
|
@@ -2,8 +2,8 @@ import { jsx as R, jsxs as he } from "react/jsx-runtime";
|
|
|
2
2
|
import { n as Yo } from "./emotion-styled.browser.esm.js";
|
|
3
3
|
import ye from "../theme.js";
|
|
4
4
|
import * as d from "react";
|
|
5
|
-
import { P as e, f as Mt,
|
|
6
|
-
import { o as ve,
|
|
5
|
+
import { P as e, f as Mt, j as Xo, T as Zo, a as oe, g as te, c as ue, s as j, u as ae, b as Q, d as ne, k as Jo, r as Se, l as go, m as vo, e as Po, n as Io, o as Lt } from "./DefaultPropsProvider.js";
|
|
6
|
+
import { o as ve, j as Qo, g as To, e as xo, k as jt, l as $t, m as Dt, i as At, a as et, T as Bt, r as zt, b as No, n as Wt, P as Vt, H as oo, G as Ut, c as qt, d as ko, f as Fo, h as ot } from "./Portal.js";
|
|
7
7
|
import { c as Te, e as to, r as Ie, d as Mo } from "./TransitionGroupContext.js";
|
|
8
8
|
import { m as le } from "./memoTheme.js";
|
|
9
9
|
import { c as so } from "./createSimplePaletteValueFilter.js";
|
|
@@ -6661,12 +6661,12 @@ const Dr = Yo(wo)({
|
|
|
6661
6661
|
borderRadius: "1rem",
|
|
6662
6662
|
border: `1px solid ${ye.colors.green}`,
|
|
6663
6663
|
boxShadow: "0 0 0 0",
|
|
6664
|
-
"&:focus
|
|
6664
|
+
"&:focus-visible": {
|
|
6665
6665
|
borderColor: ye.colors.darkGreen,
|
|
6666
6666
|
boxShadow: ye.boxShadow.darkGreenThick
|
|
6667
6667
|
}
|
|
6668
6668
|
},
|
|
6669
|
-
"&:hover, :focus
|
|
6669
|
+
"&:hover, :focus-visible": {
|
|
6670
6670
|
input: {
|
|
6671
6671
|
borderColor: ye.colors.darkGreen,
|
|
6672
6672
|
boxShadow: ye.boxShadow.darkGreenThick
|
|
@@ -6697,11 +6697,11 @@ const Dr = Yo(wo)({
|
|
|
6697
6697
|
padding: "2px 0",
|
|
6698
6698
|
borderRadius: "0",
|
|
6699
6699
|
borderBottom: `1px solid ${ye.colors.gray}`,
|
|
6700
|
-
"&:focus
|
|
6700
|
+
"&:focus-visible": {
|
|
6701
6701
|
boxShadow: `0 3px 2px -2px ${ye.colors.darkGreen}`
|
|
6702
6702
|
}
|
|
6703
6703
|
},
|
|
6704
|
-
"&:hover, :focus
|
|
6704
|
+
"&:hover, :focus-visible": {
|
|
6705
6705
|
input: {
|
|
6706
6706
|
boxShadow: `0 3px 2px -2px ${ye.colors.darkGreen}`
|
|
6707
6707
|
}
|
|
@@ -6718,5 +6718,11 @@ const Dr = Yo(wo)({
|
|
|
6718
6718
|
}), Zr = ({ variant: o = "outlined", ...t }) => o === "simple" ? /* @__PURE__ */ R(Ar, { ...t }) : /* @__PURE__ */ R(Dr, { ...t });
|
|
6719
6719
|
export {
|
|
6720
6720
|
Zr as I,
|
|
6721
|
-
|
|
6721
|
+
Et as M,
|
|
6722
|
+
wt as P,
|
|
6723
|
+
wo as T,
|
|
6724
|
+
rt as d,
|
|
6725
|
+
Yt as g,
|
|
6726
|
+
lt as i,
|
|
6727
|
+
we as o
|
|
6722
6728
|
};
|
package/.chunks/Portal.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as f from "react";
|
|
2
2
|
import _ from "react";
|
|
3
|
-
import { P as r, b as W,
|
|
3
|
+
import { P as r, b as W, i as de, T as pe, j as me } from "./DefaultPropsProvider.js";
|
|
4
4
|
import { c as q, _ as Ee, a as he, T as K, b as ge, e as P, s as X } from "./TransitionGroupContext.js";
|
|
5
5
|
import { jsx as H } from "react/jsx-runtime";
|
|
6
6
|
import { T as ve } from "./emotion-styled.browser.esm.js";
|
|
@@ -225,9 +225,9 @@ process.env.NODE_ENV !== "production" && r.oneOfType([r.string, r.shape({
|
|
|
225
225
|
exitDone: r.string,
|
|
226
226
|
exitActive: r.string
|
|
227
227
|
})]);
|
|
228
|
-
var
|
|
228
|
+
var je = function(s) {
|
|
229
229
|
return s.scrollTop;
|
|
230
|
-
}, I = "unmounted", T = "exited", b = "entering", S = "entered",
|
|
230
|
+
}, I = "unmounted", T = "exited", b = "entering", S = "entered", j = "exiting", g = /* @__PURE__ */ function(e) {
|
|
231
231
|
Ee(s, e);
|
|
232
232
|
function s(i, n) {
|
|
233
233
|
var t;
|
|
@@ -250,7 +250,7 @@ var Ae = function(s) {
|
|
|
250
250
|
var t = null;
|
|
251
251
|
if (n !== this.props) {
|
|
252
252
|
var a = this.state.status;
|
|
253
|
-
this.props.in ? a !== b && a !== S && (t = b) : (a === b || a === S) && (t =
|
|
253
|
+
this.props.in ? a !== b && a !== S && (t = b) : (a === b || a === S) && (t = j);
|
|
254
254
|
}
|
|
255
255
|
this.updateStatus(!1, t);
|
|
256
256
|
}, o.componentWillUnmount = function() {
|
|
@@ -267,7 +267,7 @@ var Ae = function(s) {
|
|
|
267
267
|
if (this.cancelNextCallback(), t === b) {
|
|
268
268
|
if (this.props.unmountOnExit || this.props.mountOnEnter) {
|
|
269
269
|
var a = this.props.nodeRef ? this.props.nodeRef.current : M.findDOMNode(this);
|
|
270
|
-
a &&
|
|
270
|
+
a && je(a);
|
|
271
271
|
}
|
|
272
272
|
this.performEnter(n);
|
|
273
273
|
} else
|
|
@@ -307,7 +307,7 @@ var Ae = function(s) {
|
|
|
307
307
|
return;
|
|
308
308
|
}
|
|
309
309
|
this.props.onExit(u), this.safeSetState({
|
|
310
|
-
status:
|
|
310
|
+
status: j
|
|
311
311
|
}, function() {
|
|
312
312
|
n.props.onExiting(u), n.onTransitionEnd(a.exit, function() {
|
|
313
313
|
n.safeSetState({
|
|
@@ -545,8 +545,8 @@ g.UNMOUNTED = I;
|
|
|
545
545
|
g.EXITED = T;
|
|
546
546
|
g.ENTERING = b;
|
|
547
547
|
g.ENTERED = S;
|
|
548
|
-
g.EXITING =
|
|
549
|
-
const
|
|
548
|
+
g.EXITING = j;
|
|
549
|
+
const Ae = (e) => e.scrollTop;
|
|
550
550
|
function J(e, s) {
|
|
551
551
|
const {
|
|
552
552
|
timeout: o,
|
|
@@ -559,13 +559,13 @@ function J(e, s) {
|
|
|
559
559
|
delay: n.transitionDelay
|
|
560
560
|
};
|
|
561
561
|
}
|
|
562
|
-
function
|
|
562
|
+
function A(e) {
|
|
563
563
|
return `scale(${e}, ${e ** 2})`;
|
|
564
564
|
}
|
|
565
565
|
const Ue = {
|
|
566
566
|
entering: {
|
|
567
567
|
opacity: 1,
|
|
568
|
-
transform:
|
|
568
|
+
transform: A(1)
|
|
569
569
|
},
|
|
570
570
|
entered: {
|
|
571
571
|
opacity: 1,
|
|
@@ -595,7 +595,7 @@ const Ue = {
|
|
|
595
595
|
v === void 0 ? d(x) : d(x, v);
|
|
596
596
|
}
|
|
597
597
|
}, se = R(p), ae = R((d, v) => {
|
|
598
|
-
|
|
598
|
+
Ae(d);
|
|
599
599
|
const {
|
|
600
600
|
duration: x,
|
|
601
601
|
delay: w,
|
|
@@ -636,7 +636,7 @@ const Ue = {
|
|
|
636
636
|
duration: L ? h : h * 0.666,
|
|
637
637
|
delay: L ? x : x || h * 0.333,
|
|
638
638
|
easing: w
|
|
639
|
-
})].join(","), d.style.opacity = 0, d.style.transform =
|
|
639
|
+
})].join(","), d.style.opacity = 0, d.style.transform = A(0.75), m && m(d);
|
|
640
640
|
}), fe = R(y);
|
|
641
641
|
return /* @__PURE__ */ H(ne, {
|
|
642
642
|
appear: n,
|
|
@@ -656,7 +656,7 @@ const Ue = {
|
|
|
656
656
|
children: (d, v) => /* @__PURE__ */ f.cloneElement(t, {
|
|
657
657
|
style: {
|
|
658
658
|
opacity: 0,
|
|
659
|
-
transform:
|
|
659
|
+
transform: A(0.75),
|
|
660
660
|
visibility: d === "exited" && !u ? "hidden" : void 0,
|
|
661
661
|
...Ue[d],
|
|
662
662
|
...N,
|
|
@@ -805,20 +805,21 @@ export {
|
|
|
805
805
|
Ne as H,
|
|
806
806
|
G as P,
|
|
807
807
|
g as T,
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
808
|
+
Le as a,
|
|
809
|
+
J as b,
|
|
810
|
+
et as c,
|
|
811
|
+
Ye as d,
|
|
812
|
+
ee as e,
|
|
813
|
+
Qe as f,
|
|
814
814
|
te as g,
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
815
|
+
Ke as h,
|
|
816
|
+
Ce as i,
|
|
817
|
+
Me as j,
|
|
818
|
+
be as k,
|
|
819
|
+
ke as l,
|
|
820
820
|
Ie as m,
|
|
821
|
+
Se as n,
|
|
821
822
|
Je as o,
|
|
822
|
-
|
|
823
|
-
|
|
823
|
+
Ae as r,
|
|
824
|
+
we as u
|
|
824
825
|
};
|
|
@@ -6,6 +6,10 @@ export interface AppContainerProps {
|
|
|
6
6
|
appHeaderProps?: AppHeaderProps;
|
|
7
7
|
actionsPanelContent?: React.ReactNode;
|
|
8
8
|
navWidth?: number;
|
|
9
|
+
breakpoints?: {
|
|
10
|
+
mobile: string;
|
|
11
|
+
tablet: string;
|
|
12
|
+
};
|
|
9
13
|
}
|
|
10
14
|
declare const AppContainer: React.FC<PropsWithChildren<AppContainerProps>>;
|
|
11
15
|
export default AppContainer;
|