dynamic-table-react
Version:
A dynamic table for ReactJS
1,444 lines (1,442 loc) • 506 kB
JavaScript
import * as y from "react";
import xt, { forwardRef as Tc, useContext as Rc, Children as Oc, isValidElement as Bo, cloneElement as Fo, createElement as Cc, useState as bn, useMemo as os } from "react";
import * as wc from "react-dom";
import _o from "react-dom";
function Pc(e) {
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
}
function Ht(e) {
if (e.__esModule) return e;
var t = e.default;
if (typeof t == "function") {
var o = function r() {
return this instanceof r ? Reflect.construct(t, arguments, this.constructor) : t.apply(this, arguments);
};
o.prototype = t.prototype;
} else o = {};
return Object.defineProperty(o, "__esModule", { value: !0 }), Object.keys(e).forEach(function(r) {
var i = Object.getOwnPropertyDescriptor(e, r);
Object.defineProperty(o, r, i.get ? i : {
enumerable: !0,
get: function() {
return e[r];
}
});
}), o;
}
var Jr = { exports: {} }, Vn = {};
/**
* @license React
* react-jsx-runtime.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
var rs;
function Sc() {
if (rs) return Vn;
rs = 1;
var e = xt, t = Symbol.for("react.element"), o = Symbol.for("react.fragment"), r = Object.prototype.hasOwnProperty, i = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, s = { key: !0, ref: !0, __self: !0, __source: !0 };
function a(l, c, d) {
var u, f = {}, m = null, x = null;
d !== void 0 && (m = "" + d), c.key !== void 0 && (m = "" + c.key), c.ref !== void 0 && (x = c.ref);
for (u in c) r.call(c, u) && !s.hasOwnProperty(u) && (f[u] = c[u]);
if (l && l.defaultProps) for (u in c = l.defaultProps, c) f[u] === void 0 && (f[u] = c[u]);
return { $$typeof: t, type: l, key: m, ref: x, props: f, _owner: i.current };
}
return Vn.Fragment = o, Vn.jsx = a, Vn.jsxs = a, Vn;
}
var zn = {};
/**
* @license React
* react-jsx-runtime.development.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
var is;
function $c() {
return is || (is = 1, process.env.NODE_ENV !== "production" && function() {
var e = xt, t = Symbol.for("react.element"), o = Symbol.for("react.portal"), r = Symbol.for("react.fragment"), i = Symbol.for("react.strict_mode"), s = Symbol.for("react.profiler"), a = Symbol.for("react.provider"), l = Symbol.for("react.context"), c = Symbol.for("react.forward_ref"), d = Symbol.for("react.suspense"), u = Symbol.for("react.suspense_list"), f = Symbol.for("react.memo"), m = Symbol.for("react.lazy"), x = Symbol.for("react.offscreen"), v = Symbol.iterator, h = "@@iterator";
function p(T) {
if (T === null || typeof T != "object")
return null;
var B = v && T[v] || T[h];
return typeof B == "function" ? B : null;
}
var E = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
function w(T) {
{
for (var B = arguments.length, X = new Array(B > 1 ? B - 1 : 0), ue = 1; ue < B; ue++)
X[ue - 1] = arguments[ue];
O("error", T, X);
}
}
function O(T, B, X) {
{
var ue = E.ReactDebugCurrentFrame, Te = ue.getStackAddendum();
Te !== "" && (B += "%s", X = X.concat([Te]));
var Ne = X.map(function(be) {
return String(be);
});
Ne.unshift("Warning: " + B), Function.prototype.apply.call(console[T], console, Ne);
}
}
var R = !1, b = !1, P = !1, C = !1, _ = !1, N;
N = Symbol.for("react.module.reference");
function k(T) {
return !!(typeof T == "string" || typeof T == "function" || T === r || T === s || _ || T === i || T === d || T === u || C || T === x || R || b || P || typeof T == "object" && T !== null && (T.$$typeof === m || T.$$typeof === f || T.$$typeof === a || T.$$typeof === l || T.$$typeof === c || // This needs to include all possible module reference object
// types supported by any Flight configuration anywhere since
// we don't know which Flight build this will end up being used
// with.
T.$$typeof === N || T.getModuleId !== void 0));
}
function F(T, B, X) {
var ue = T.displayName;
if (ue)
return ue;
var Te = B.displayName || B.name || "";
return Te !== "" ? X + "(" + Te + ")" : X;
}
function z(T) {
return T.displayName || "Context";
}
function A(T) {
if (T == null)
return null;
if (typeof T.tag == "number" && w("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof T == "function")
return T.displayName || T.name || null;
if (typeof T == "string")
return T;
switch (T) {
case r:
return "Fragment";
case o:
return "Portal";
case s:
return "Profiler";
case i:
return "StrictMode";
case d:
return "Suspense";
case u:
return "SuspenseList";
}
if (typeof T == "object")
switch (T.$$typeof) {
case l:
var B = T;
return z(B) + ".Consumer";
case a:
var X = T;
return z(X._context) + ".Provider";
case c:
return F(T, T.render, "ForwardRef");
case f:
var ue = T.displayName || null;
return ue !== null ? ue : A(T.type) || "Memo";
case m: {
var Te = T, Ne = Te._payload, be = Te._init;
try {
return A(be(Ne));
} catch {
return null;
}
}
}
return null;
}
var W = Object.assign, L = 0, M, V, j, K, I, U, Z;
function Q() {
}
Q.__reactDisabledLog = !0;
function q() {
{
if (L === 0) {
M = console.log, V = console.info, j = console.warn, K = console.error, I = console.group, U = console.groupCollapsed, Z = console.groupEnd;
var T = {
configurable: !0,
enumerable: !0,
value: Q,
writable: !0
};
Object.defineProperties(console, {
info: T,
log: T,
warn: T,
error: T,
group: T,
groupCollapsed: T,
groupEnd: T
});
}
L++;
}
}
function J() {
{
if (L--, L === 0) {
var T = {
configurable: !0,
enumerable: !0,
writable: !0
};
Object.defineProperties(console, {
log: W({}, T, {
value: M
}),
info: W({}, T, {
value: V
}),
warn: W({}, T, {
value: j
}),
error: W({}, T, {
value: K
}),
group: W({}, T, {
value: I
}),
groupCollapsed: W({}, T, {
value: U
}),
groupEnd: W({}, T, {
value: Z
})
});
}
L < 0 && w("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
}
}
var H = E.ReactCurrentDispatcher, ee;
function G(T, B, X) {
{
if (ee === void 0)
try {
throw Error();
} catch (Te) {
var ue = Te.stack.trim().match(/\n( *(at )?)/);
ee = ue && ue[1] || "";
}
return `
` + ee + T;
}
}
var Y = !1, ne;
{
var te = typeof WeakMap == "function" ? WeakMap : Map;
ne = new te();
}
function D(T, B) {
if (!T || Y)
return "";
{
var X = ne.get(T);
if (X !== void 0)
return X;
}
var ue;
Y = !0;
var Te = Error.prepareStackTrace;
Error.prepareStackTrace = void 0;
var Ne;
Ne = H.current, H.current = null, q();
try {
if (B) {
var be = function() {
throw Error();
};
if (Object.defineProperty(be.prototype, "props", {
set: function() {
throw Error();
}
}), typeof Reflect == "object" && Reflect.construct) {
try {
Reflect.construct(be, []);
} catch (st) {
ue = st;
}
Reflect.construct(T, [], be);
} else {
try {
be.call();
} catch (st) {
ue = st;
}
T.call(be.prototype);
}
} else {
try {
throw Error();
} catch (st) {
ue = st;
}
T();
}
} catch (st) {
if (st && ue && typeof st.stack == "string") {
for (var fe = st.stack.split(`
`), ae = ue.stack.split(`
`), ge = fe.length - 1, Xe = ae.length - 1; ge >= 1 && Xe >= 0 && fe[ge] !== ae[Xe]; )
Xe--;
for (; ge >= 1 && Xe >= 0; ge--, Xe--)
if (fe[ge] !== ae[Xe]) {
if (ge !== 1 || Xe !== 1)
do
if (ge--, Xe--, Xe < 0 || fe[ge] !== ae[Xe]) {
var bt = `
` + fe[ge].replace(" at new ", " at ");
return T.displayName && bt.includes("<anonymous>") && (bt = bt.replace("<anonymous>", T.displayName)), typeof T == "function" && ne.set(T, bt), bt;
}
while (ge >= 1 && Xe >= 0);
break;
}
}
} finally {
Y = !1, H.current = Ne, J(), Error.prepareStackTrace = Te;
}
var hn = T ? T.displayName || T.name : "", en = hn ? G(hn) : "";
return typeof T == "function" && ne.set(T, en), en;
}
function re(T, B, X) {
return D(T, !1);
}
function $(T) {
var B = T.prototype;
return !!(B && B.isReactComponent);
}
function se(T, B, X) {
if (T == null)
return "";
if (typeof T == "function")
return D(T, $(T));
if (typeof T == "string")
return G(T);
switch (T) {
case d:
return G("Suspense");
case u:
return G("SuspenseList");
}
if (typeof T == "object")
switch (T.$$typeof) {
case c:
return re(T.render);
case f:
return se(T.type, B, X);
case m: {
var ue = T, Te = ue._payload, Ne = ue._init;
try {
return se(Ne(Te), B, X);
} catch {
}
}
}
return "";
}
var ve = Object.prototype.hasOwnProperty, Ae = {}, we = E.ReactDebugCurrentFrame;
function He(T) {
if (T) {
var B = T._owner, X = se(T.type, T._source, B ? B.type : null);
we.setExtraStackFrame(X);
} else
we.setExtraStackFrame(null);
}
function De(T, B, X, ue, Te) {
{
var Ne = Function.call.bind(ve);
for (var be in T)
if (Ne(T, be)) {
var fe = void 0;
try {
if (typeof T[be] != "function") {
var ae = Error((ue || "React class") + ": " + X + " type `" + be + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof T[be] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
throw ae.name = "Invariant Violation", ae;
}
fe = T[be](B, be, ue, X, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
} catch (ge) {
fe = ge;
}
fe && !(fe instanceof Error) && (He(Te), w("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", ue || "React class", X, be, typeof fe), He(null)), fe instanceof Error && !(fe.message in Ae) && (Ae[fe.message] = !0, He(Te), w("Failed %s type: %s", X, fe.message), He(null));
}
}
}
var Ee = Array.isArray;
function Be(T) {
return Ee(T);
}
function Ve(T) {
{
var B = typeof Symbol == "function" && Symbol.toStringTag, X = B && T[Symbol.toStringTag] || T.constructor.name || "Object";
return X;
}
}
function xe(T) {
try {
return We(T), !1;
} catch {
return !0;
}
}
function We(T) {
return "" + T;
}
function Ze(T) {
if (xe(T))
return w("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Ve(T)), We(T);
}
var Ge = E.ReactCurrentOwner, me = {
key: !0,
ref: !0,
__self: !0,
__source: !0
}, ce, ze, ut;
ut = {};
function it(T) {
if (ve.call(T, "ref")) {
var B = Object.getOwnPropertyDescriptor(T, "ref").get;
if (B && B.isReactWarning)
return !1;
}
return T.ref !== void 0;
}
function St(T) {
if (ve.call(T, "key")) {
var B = Object.getOwnPropertyDescriptor(T, "key").get;
if (B && B.isReactWarning)
return !1;
}
return T.key !== void 0;
}
function ie(T, B) {
if (typeof T.ref == "string" && Ge.current && B && Ge.current.stateNode !== B) {
var X = A(Ge.current.type);
ut[X] || (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', A(Ge.current.type), T.ref), ut[X] = !0);
}
}
function pe(T, B) {
{
var X = function() {
ce || (ce = !0, w("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", B));
};
X.isReactWarning = !0, Object.defineProperty(T, "key", {
get: X,
configurable: !0
});
}
}
function Fe(T, B) {
{
var X = function() {
ze || (ze = !0, w("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", B));
};
X.isReactWarning = !0, Object.defineProperty(T, "ref", {
get: X,
configurable: !0
});
}
}
var ht = function(T, B, X, ue, Te, Ne, be) {
var fe = {
// This tag allows us to uniquely identify this as a React Element
$$typeof: t,
// Built-in properties that belong on the element
type: T,
key: B,
ref: X,
props: be,
// Record the component responsible for creating this element.
_owner: Ne
};
return fe._store = {}, Object.defineProperty(fe._store, "validated", {
configurable: !1,
enumerable: !1,
writable: !0,
value: !1
}), Object.defineProperty(fe, "_self", {
configurable: !1,
enumerable: !1,
writable: !1,
value: ue
}), Object.defineProperty(fe, "_source", {
configurable: !1,
enumerable: !1,
writable: !1,
value: Te
}), Object.freeze && (Object.freeze(fe.props), Object.freeze(fe)), fe;
};
function Xt(T, B, X, ue, Te) {
{
var Ne, be = {}, fe = null, ae = null;
X !== void 0 && (Ze(X), fe = "" + X), St(B) && (Ze(B.key), fe = "" + B.key), it(B) && (ae = B.ref, ie(B, Te));
for (Ne in B)
ve.call(B, Ne) && !me.hasOwnProperty(Ne) && (be[Ne] = B[Ne]);
if (T && T.defaultProps) {
var ge = T.defaultProps;
for (Ne in ge)
be[Ne] === void 0 && (be[Ne] = ge[Ne]);
}
if (fe || ae) {
var Xe = typeof T == "function" ? T.displayName || T.name || "Unknown" : T;
fe && pe(be, Xe), ae && Fe(be, Xe);
}
return ht(T, fe, ae, Te, ue, Ge.current, be);
}
}
var Bn = E.ReactCurrentOwner, wo = E.ReactDebugCurrentFrame;
function Lt(T) {
if (T) {
var B = T._owner, X = se(T.type, T._source, B ? B.type : null);
wo.setExtraStackFrame(X);
} else
wo.setExtraStackFrame(null);
}
var dn;
dn = !1;
function pn(T) {
return typeof T == "object" && T !== null && T.$$typeof === t;
}
function Fn() {
{
if (Bn.current) {
var T = A(Bn.current.type);
if (T)
return `
Check the render method of \`` + T + "`.";
}
return "";
}
}
function Po(T) {
return "";
}
var So = {};
function Ir(T) {
{
var B = Fn();
if (!B) {
var X = typeof T == "string" ? T : T.displayName || T.name;
X && (B = `
Check the top-level render call using <` + X + ">.");
}
return B;
}
}
function $o(T, B) {
{
if (!T._store || T._store.validated || T.key != null)
return;
T._store.validated = !0;
var X = Ir(B);
if (So[X])
return;
So[X] = !0;
var ue = "";
T && T._owner && T._owner !== Bn.current && (ue = " It was passed a child from " + A(T._owner.type) + "."), Lt(T), w('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', X, ue), Lt(null);
}
}
function fn(T, B) {
{
if (typeof T != "object")
return;
if (Be(T))
for (var X = 0; X < T.length; X++) {
var ue = T[X];
pn(ue) && $o(ue, B);
}
else if (pn(T))
T._store && (T._store.validated = !0);
else if (T) {
var Te = p(T);
if (typeof Te == "function" && Te !== T.entries)
for (var Ne = Te.call(T), be; !(be = Ne.next()).done; )
pn(be.value) && $o(be.value, B);
}
}
}
function kr(T) {
{
var B = T.type;
if (B == null || typeof B == "string")
return;
var X;
if (typeof B == "function")
X = B.propTypes;
else if (typeof B == "object" && (B.$$typeof === c || // Note: Memo only checks outer props here.
// Inner props are checked in the reconciler.
B.$$typeof === f))
X = B.propTypes;
else
return;
if (X) {
var ue = A(B);
De(X, T.props, "prop", ue, T);
} else if (B.PropTypes !== void 0 && !dn) {
dn = !0;
var Te = A(B);
w("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", Te || "Unknown");
}
typeof B.getDefaultProps == "function" && !B.getDefaultProps.isReactClassApproved && w("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
}
}
function Jt(T) {
{
for (var B = Object.keys(T.props), X = 0; X < B.length; X++) {
var ue = B[X];
if (ue !== "children" && ue !== "key") {
Lt(T), w("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", ue), Lt(null);
break;
}
}
T.ref !== null && (Lt(T), w("Invalid attribute `ref` supplied to `React.Fragment`."), Lt(null));
}
}
var mn = {};
function nt(T, B, X, ue, Te, Ne) {
{
var be = k(T);
if (!be) {
var fe = "";
(T === void 0 || typeof T == "object" && T !== null && Object.keys(T).length === 0) && (fe += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
var ae = Po();
ae ? fe += ae : fe += Fn();
var ge;
T === null ? ge = "null" : Be(T) ? ge = "array" : T !== void 0 && T.$$typeof === t ? (ge = "<" + (A(T.type) || "Unknown") + " />", fe = " Did you accidentally export a JSX literal instead of a component?") : ge = typeof T, w("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", ge, fe);
}
var Xe = Xt(T, B, X, Te, Ne);
if (Xe == null)
return Xe;
if (be) {
var bt = B.children;
if (bt !== void 0)
if (ue)
if (Be(bt)) {
for (var hn = 0; hn < bt.length; hn++)
fn(bt[hn], T);
Object.freeze && Object.freeze(bt);
} else
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.");
else
fn(bt, T);
}
if (ve.call(B, "key")) {
var en = A(T), st = Object.keys(B).filter(function(Ec) {
return Ec !== "key";
}), Nr = st.length > 0 ? "{key: someKey, " + st.join(": ..., ") + ": ...}" : "{key: someKey}";
if (!mn[en + Nr]) {
var xc = st.length > 0 ? "{" + st.join(": ..., ") + ": ...}" : "{}";
w(`A props object containing a "key" prop is being spread into JSX:
let props = %s;
<%s {...props} />
React keys must be passed directly to JSX without using spread:
let props = %s;
<%s key={someKey} {...props} />`, Nr, en, xc, en), mn[en + Nr] = !0;
}
}
return T === r ? Jt(Xe) : kr(Xe), Xe;
}
}
function Zt(T, B, X) {
return nt(T, B, X, !0);
}
function Mr(T, B, X) {
return nt(T, B, X, !1);
}
var Qt = Mr, Ln = Zt;
zn.Fragment = r, zn.jsx = Qt, zn.jsxs = Ln;
}()), zn;
}
process.env.NODE_ENV === "production" ? Jr.exports = Sc() : Jr.exports = $c();
var S = Jr.exports;
const io = {
black: "#000",
white: "#fff"
}, vn = {
50: "#ffebee",
100: "#ffcdd2",
200: "#ef9a9a",
300: "#e57373",
400: "#ef5350",
500: "#f44336",
600: "#e53935",
700: "#d32f2f",
800: "#c62828",
900: "#b71c1c",
A100: "#ff8a80",
A200: "#ff5252",
A400: "#ff1744",
A700: "#d50000"
}, gn = {
50: "#f3e5f5",
100: "#e1bee7",
200: "#ce93d8",
300: "#ba68c8",
400: "#ab47bc",
500: "#9c27b0",
600: "#8e24aa",
700: "#7b1fa2",
800: "#6a1b9a",
900: "#4a148c",
A100: "#ea80fc",
A200: "#e040fb",
A400: "#d500f9",
A700: "#aa00ff"
}, yn = {
50: "#e3f2fd",
100: "#bbdefb",
200: "#90caf9",
300: "#64b5f6",
400: "#42a5f5",
500: "#2196f3",
600: "#1e88e5",
700: "#1976d2",
800: "#1565c0",
900: "#0d47a1",
A100: "#82b1ff",
A200: "#448aff",
A400: "#2979ff",
A700: "#2962ff"
}, xn = {
50: "#e1f5fe",
100: "#b3e5fc",
200: "#81d4fa",
300: "#4fc3f7",
400: "#29b6f6",
500: "#03a9f4",
600: "#039be5",
700: "#0288d1",
800: "#0277bd",
900: "#01579b",
A100: "#80d8ff",
A200: "#40c4ff",
A400: "#00b0ff",
A700: "#0091ea"
}, En = {
50: "#e8f5e9",
100: "#c8e6c9",
200: "#a5d6a7",
300: "#81c784",
400: "#66bb6a",
500: "#4caf50",
600: "#43a047",
700: "#388e3c",
800: "#2e7d32",
900: "#1b5e20",
A100: "#b9f6ca",
A200: "#69f0ae",
A400: "#00e676",
A700: "#00c853"
}, Wn = {
50: "#fff3e0",
100: "#ffe0b2",
200: "#ffcc80",
300: "#ffb74d",
400: "#ffa726",
500: "#ff9800",
600: "#fb8c00",
700: "#f57c00",
800: "#ef6c00",
900: "#e65100",
A100: "#ffd180",
A200: "#ffab40",
A400: "#ff9100",
A700: "#ff6d00"
}, _c = {
50: "#fafafa",
100: "#f5f5f5",
200: "#eeeeee",
300: "#e0e0e0",
400: "#bdbdbd",
500: "#9e9e9e",
600: "#757575",
700: "#616161",
800: "#424242",
900: "#212121",
A100: "#f5f5f5",
A200: "#eeeeee",
A400: "#bdbdbd",
A700: "#616161"
};
function an(e) {
let t = "https://mui.com/production-error/?code=" + e;
for (let o = 1; o < arguments.length; o += 1)
t += "&args[]=" + encodeURIComponent(arguments[o]);
return "Minified MUI error #" + e + "; visit " + t + " for the full message.";
}
const Ic = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
__proto__: null,
default: an
}, Symbol.toStringTag, { value: "Module" })), vi = "$$material";
function g() {
return g = Object.assign ? Object.assign.bind() : function(e) {
for (var t = 1; t < arguments.length; t++) {
var o = arguments[t];
for (var r in o) ({}).hasOwnProperty.call(o, r) && (e[r] = o[r]);
}
return e;
}, g.apply(null, arguments);
}
function le(e, t) {
if (e == null) return {};
var o = {};
for (var r in e) if ({}.hasOwnProperty.call(e, r)) {
if (t.includes(r)) continue;
o[r] = e[r];
}
return o;
}
function Ia(e) {
var t = /* @__PURE__ */ Object.create(null);
return function(o) {
return t[o] === void 0 && (t[o] = e(o)), t[o];
};
}
var kc = /^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|abbr|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|disableRemotePlayback|download|draggable|encType|enterKeyHint|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|translate|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|incremental|fallback|inert|itemProp|itemScope|itemType|itemID|itemRef|on|option|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/, Mc = /* @__PURE__ */ Ia(
function(e) {
return kc.test(e) || e.charCodeAt(0) === 111 && e.charCodeAt(1) === 110 && e.charCodeAt(2) < 91;
}
/* Z+1 */
), Nc = !1;
function jc(e) {
if (e.sheet)
return e.sheet;
for (var t = 0; t < document.styleSheets.length; t++)
if (document.styleSheets[t].ownerNode === e)
return document.styleSheets[t];
}
function Ac(e) {
var t = document.createElement("style");
return t.setAttribute("data-emotion", e.key), e.nonce !== void 0 && t.setAttribute("nonce", e.nonce), t.appendChild(document.createTextNode("")), t.setAttribute("data-s", ""), t;
}
var Dc = /* @__PURE__ */ function() {
function e(o) {
var r = this;
this._insertTag = function(i) {
var s;
r.tags.length === 0 ? r.insertionPoint ? s = r.insertionPoint.nextSibling : r.prepend ? s = r.container.firstChild : s = r.before : s = r.tags[r.tags.length - 1].nextSibling, r.container.insertBefore(i, s), r.tags.push(i);
}, this.isSpeedy = o.speedy === void 0 ? !Nc : o.speedy, this.tags = [], this.ctr = 0, this.nonce = o.nonce, this.key = o.key, this.container = o.container, this.prepend = o.prepend, this.insertionPoint = o.insertionPoint, this.before = null;
}
var t = e.prototype;
return t.hydrate = function(r) {
r.forEach(this._insertTag);
}, t.insert = function(r) {
this.ctr % (this.isSpeedy ? 65e3 : 1) === 0 && this._insertTag(Ac(this));
var i = this.tags[this.tags.length - 1];
if (this.isSpeedy) {
var s = jc(i);
try {
s.insertRule(r, s.cssRules.length);
} catch {
}
} else
i.appendChild(document.createTextNode(r));
this.ctr++;
}, t.flush = function() {
this.tags.forEach(function(r) {
var i;
return (i = r.parentNode) == null ? void 0 : i.removeChild(r);
}), this.tags = [], this.ctr = 0;
}, e;
}(), tt = "-ms-", Ko = "-moz-", Oe = "-webkit-", ka = "comm", gi = "rule", yi = "decl", Bc = "@import", Ma = "@keyframes", Fc = "@layer", Lc = Math.abs, sr = String.fromCharCode, Vc = Object.assign;
function zc(e, t) {
return et(e, 0) ^ 45 ? (((t << 2 ^ et(e, 0)) << 2 ^ et(e, 1)) << 2 ^ et(e, 2)) << 2 ^ et(e, 3) : 0;
}
function Na(e) {
return e.trim();
}
function Wc(e, t) {
return (e = t.exec(e)) ? e[0] : e;
}
function Ce(e, t, o) {
return e.replace(t, o);
}
function Zr(e, t) {
return e.indexOf(t);
}
function et(e, t) {
return e.charCodeAt(t) | 0;
}
function so(e, t, o) {
return e.slice(t, o);
}
function $t(e) {
return e.length;
}
function xi(e) {
return e.length;
}
function Io(e, t) {
return t.push(e), e;
}
function Uc(e, t) {
return e.map(t).join("");
}
var ar = 1, Sn = 1, ja = 0, ct = 0, Je = 0, Nn = "";
function lr(e, t, o, r, i, s, a) {
return { value: e, root: t, parent: o, type: r, props: i, children: s, line: ar, column: Sn, length: a, return: "" };
}
function Un(e, t) {
return Vc(lr("", null, null, "", null, null, 0), e, { length: -e.length }, t);
}
function qc() {
return Je;
}
function Hc() {
return Je = ct > 0 ? et(Nn, --ct) : 0, Sn--, Je === 10 && (Sn = 1, ar--), Je;
}
function pt() {
return Je = ct < ja ? et(Nn, ct++) : 0, Sn++, Je === 10 && (Sn = 1, ar++), Je;
}
function It() {
return et(Nn, ct);
}
function Lo() {
return ct;
}
function ho(e, t) {
return so(Nn, e, t);
}
function ao(e) {
switch (e) {
case 0:
case 9:
case 10:
case 13:
case 32:
return 5;
case 33:
case 43:
case 44:
case 47:
case 62:
case 64:
case 126:
case 59:
case 123:
case 125:
return 4;
case 58:
return 3;
case 34:
case 39:
case 40:
case 91:
return 2;
case 41:
case 93:
return 1;
}
return 0;
}
function Aa(e) {
return ar = Sn = 1, ja = $t(Nn = e), ct = 0, [];
}
function Da(e) {
return Nn = "", e;
}
function Vo(e) {
return Na(ho(ct - 1, Qr(e === 91 ? e + 2 : e === 40 ? e + 1 : e)));
}
function Yc(e) {
for (; (Je = It()) && Je < 33; )
pt();
return ao(e) > 2 || ao(Je) > 3 ? "" : " ";
}
function Kc(e, t) {
for (; --t && pt() && !(Je < 48 || Je > 102 || Je > 57 && Je < 65 || Je > 70 && Je < 97); )
;
return ho(e, Lo() + (t < 6 && It() == 32 && pt() == 32));
}
function Qr(e) {
for (; pt(); )
switch (Je) {
case e:
return ct;
case 34:
case 39:
e !== 34 && e !== 39 && Qr(Je);
break;
case 40:
e === 41 && Qr(e);
break;
case 92:
pt();
break;
}
return ct;
}
function Gc(e, t) {
for (; pt() && e + Je !== 57; )
if (e + Je === 84 && It() === 47)
break;
return "/*" + ho(t, ct - 1) + "*" + sr(e === 47 ? e : pt());
}
function Xc(e) {
for (; !ao(It()); )
pt();
return ho(e, ct);
}
function Jc(e) {
return Da(zo("", null, null, null, [""], e = Aa(e), 0, [0], e));
}
function zo(e, t, o, r, i, s, a, l, c) {
for (var d = 0, u = 0, f = a, m = 0, x = 0, v = 0, h = 1, p = 1, E = 1, w = 0, O = "", R = i, b = s, P = r, C = O; p; )
switch (v = w, w = pt()) {
case 40:
if (v != 108 && et(C, f - 1) == 58) {
Zr(C += Ce(Vo(w), "&", "&\f"), "&\f") != -1 && (E = -1);
break;
}
case 34:
case 39:
case 91:
C += Vo(w);
break;
case 9:
case 10:
case 13:
case 32:
C += Yc(v);
break;
case 92:
C += Kc(Lo() - 1, 7);
continue;
case 47:
switch (It()) {
case 42:
case 47:
Io(Zc(Gc(pt(), Lo()), t, o), c);
break;
default:
C += "/";
}
break;
case 123 * h:
l[d++] = $t(C) * E;
case 125 * h:
case 59:
case 0:
switch (w) {
case 0:
case 125:
p = 0;
case 59 + u:
E == -1 && (C = Ce(C, /\f/g, "")), x > 0 && $t(C) - f && Io(x > 32 ? as(C + ";", r, o, f - 1) : as(Ce(C, " ", "") + ";", r, o, f - 2), c);
break;
case 59:
C += ";";
default:
if (Io(P = ss(C, t, o, d, u, i, l, O, R = [], b = [], f), s), w === 123)
if (u === 0)
zo(C, t, P, P, R, s, f, l, b);
else
switch (m === 99 && et(C, 3) === 110 ? 100 : m) {
case 100:
case 108:
case 109:
case 115:
zo(e, P, P, r && Io(ss(e, P, P, 0, 0, i, l, O, i, R = [], f), b), i, b, f, l, r ? R : b);
break;
default:
zo(C, P, P, P, [""], b, 0, l, b);
}
}
d = u = x = 0, h = E = 1, O = C = "", f = a;
break;
case 58:
f = 1 + $t(C), x = v;
default:
if (h < 1) {
if (w == 123)
--h;
else if (w == 125 && h++ == 0 && Hc() == 125)
continue;
}
switch (C += sr(w), w * h) {
case 38:
E = u > 0 ? 1 : (C += "\f", -1);
break;
case 44:
l[d++] = ($t(C) - 1) * E, E = 1;
break;
case 64:
It() === 45 && (C += Vo(pt())), m = It(), u = f = $t(O = C += Xc(Lo())), w++;
break;
case 45:
v === 45 && $t(C) == 2 && (h = 0);
}
}
return s;
}
function ss(e, t, o, r, i, s, a, l, c, d, u) {
for (var f = i - 1, m = i === 0 ? s : [""], x = xi(m), v = 0, h = 0, p = 0; v < r; ++v)
for (var E = 0, w = so(e, f + 1, f = Lc(h = a[v])), O = e; E < x; ++E)
(O = Na(h > 0 ? m[E] + " " + w : Ce(w, /&\f/g, m[E]))) && (c[p++] = O);
return lr(e, t, o, i === 0 ? gi : l, c, d, u);
}
function Zc(e, t, o) {
return lr(e, t, o, ka, sr(qc()), so(e, 2, -2), 0);
}
function as(e, t, o, r) {
return lr(e, t, o, yi, so(e, 0, r), so(e, r + 1, -1), r);
}
function wn(e, t) {
for (var o = "", r = xi(e), i = 0; i < r; i++)
o += t(e[i], i, e, t) || "";
return o;
}
function Qc(e, t, o, r) {
switch (e.type) {
case Fc:
if (e.children.length) break;
case Bc:
case yi:
return e.return = e.return || e.value;
case ka:
return "";
case Ma:
return e.return = e.value + "{" + wn(e.children, r) + "}";
case gi:
e.value = e.props.join(",");
}
return $t(o = wn(e.children, r)) ? e.return = e.value + "{" + o + "}" : "";
}
function eu(e) {
var t = xi(e);
return function(o, r, i, s) {
for (var a = "", l = 0; l < t; l++)
a += e[l](o, r, i, s) || "";
return a;
};
}
function tu(e) {
return function(t) {
t.root || (t = t.return) && e(t);
};
}
var nu = function(t, o, r) {
for (var i = 0, s = 0; i = s, s = It(), i === 38 && s === 12 && (o[r] = 1), !ao(s); )
pt();
return ho(t, ct);
}, ou = function(t, o) {
var r = -1, i = 44;
do
switch (ao(i)) {
case 0:
i === 38 && It() === 12 && (o[r] = 1), t[r] += nu(ct - 1, o, r);
break;
case 2:
t[r] += Vo(i);
break;
case 4:
if (i === 44) {
t[++r] = It() === 58 ? "&\f" : "", o[r] = t[r].length;
break;
}
default:
t[r] += sr(i);
}
while (i = pt());
return t;
}, ru = function(t, o) {
return Da(ou(Aa(t), o));
}, ls = /* @__PURE__ */ new WeakMap(), iu = function(t) {
if (!(t.type !== "rule" || !t.parent || // positive .length indicates that this rule contains pseudo
// negative .length indicates that this rule has been already prefixed
t.length < 1)) {
for (var o = t.value, r = t.parent, i = t.column === r.column && t.line === r.line; r.type !== "rule"; )
if (r = r.parent, !r) return;
if (!(t.props.length === 1 && o.charCodeAt(0) !== 58 && !ls.get(r)) && !i) {
ls.set(t, !0);
for (var s = [], a = ru(o, s), l = r.props, c = 0, d = 0; c < a.length; c++)
for (var u = 0; u < l.length; u++, d++)
t.props[d] = s[c] ? a[c].replace(/&\f/g, l[u]) : l[u] + " " + a[c];
}
}
}, su = function(t) {
if (t.type === "decl") {
var o = t.value;
// charcode for l
o.charCodeAt(0) === 108 && // charcode for b
o.charCodeAt(2) === 98 && (t.return = "", t.value = "");
}
};
function Ba(e, t) {
switch (zc(e, t)) {
case 5103:
return Oe + "print-" + e + e;
case 5737:
case 4201:
case 3177:
case 3433:
case 1641:
case 4457:
case 2921:
case 5572:
case 6356:
case 5844:
case 3191:
case 6645:
case 3005:
case 6391:
case 5879:
case 5623:
case 6135:
case 4599:
case 4855:
case 4215:
case 6389:
case 5109:
case 5365:
case 5621:
case 3829:
return Oe + e + e;
case 5349:
case 4246:
case 4810:
case 6968:
case 2756:
return Oe + e + Ko + e + tt + e + e;
case 6828:
case 4268:
return Oe + e + tt + e + e;
case 6165:
return Oe + e + tt + "flex-" + e + e;
case 5187:
return Oe + e + Ce(e, /(\w+).+(:[^]+)/, Oe + "box-$1$2" + tt + "flex-$1$2") + e;
case 5443:
return Oe + e + tt + "flex-item-" + Ce(e, /flex-|-self/, "") + e;
case 4675:
return Oe + e + tt + "flex-line-pack" + Ce(e, /align-content|flex-|-self/, "") + e;
case 5548:
return Oe + e + tt + Ce(e, "shrink", "negative") + e;
case 5292:
return Oe + e + tt + Ce(e, "basis", "preferred-size") + e;
case 6060:
return Oe + "box-" + Ce(e, "-grow", "") + Oe + e + tt + Ce(e, "grow", "positive") + e;
case 4554:
return Oe + Ce(e, /([^-])(transform)/g, "$1" + Oe + "$2") + e;
case 6187:
return Ce(Ce(Ce(e, /(zoom-|grab)/, Oe + "$1"), /(image-set)/, Oe + "$1"), e, "") + e;
case 5495:
case 3959:
return Ce(e, /(image-set\([^]*)/, Oe + "$1$`$1");
case 4968:
return Ce(Ce(e, /(.+:)(flex-)?(.*)/, Oe + "box-pack:$3" + tt + "flex-pack:$3"), /s.+-b[^;]+/, "justify") + Oe + e + e;
case 4095:
case 3583:
case 4068:
case 2532:
return Ce(e, /(.+)-inline(.+)/, Oe + "$1$2") + e;
case 8116:
case 7059:
case 5753:
case 5535:
case 5445:
case 5701:
case 4933:
case 4677:
case 5533:
case 5789:
case 5021:
case 4765:
if ($t(e) - 1 - t > 6) switch (et(e, t + 1)) {
case 109:
if (et(e, t + 4) !== 45) break;
case 102:
return Ce(e, /(.+:)(.+)-([^]+)/, "$1" + Oe + "$2-$3$1" + Ko + (et(e, t + 3) == 108 ? "$3" : "$2-$3")) + e;
case 115:
return ~Zr(e, "stretch") ? Ba(Ce(e, "stretch", "fill-available"), t) + e : e;
}
break;
case 4949:
if (et(e, t + 1) !== 115) break;
case 6444:
switch (et(e, $t(e) - 3 - (~Zr(e, "!important") && 10))) {
case 107:
return Ce(e, ":", ":" + Oe) + e;
case 101:
return Ce(e, /(.+:)([^;!]+)(;|!.+)?/, "$1" + Oe + (et(e, 14) === 45 ? "inline-" : "") + "box$3$1" + Oe + "$2$3$1" + tt + "$2box$3") + e;
}
break;
case 5936:
switch (et(e, t + 11)) {
case 114:
return Oe + e + tt + Ce(e, /[svh]\w+-[tblr]{2}/, "tb") + e;
case 108:
return Oe + e + tt + Ce(e, /[svh]\w+-[tblr]{2}/, "tb-rl") + e;
case 45:
return Oe + e + tt + Ce(e, /[svh]\w+-[tblr]{2}/, "lr") + e;
}
return Oe + e + tt + e + e;
}
return e;
}
var au = function(t, o, r, i) {
if (t.length > -1 && !t.return) switch (t.type) {
case yi:
t.return = Ba(t.value, t.length);
break;
case Ma:
return wn([Un(t, {
value: Ce(t.value, "@", "@" + Oe)
})], i);
case gi:
if (t.length) return Uc(t.props, function(s) {
switch (Wc(s, /(::plac\w+|:read-\w+)/)) {
case ":read-only":
case ":read-write":
return wn([Un(t, {
props: [Ce(s, /:(read-\w+)/, ":" + Ko + "$1")]
})], i);
case "::placeholder":
return wn([Un(t, {
props: [Ce(s, /:(plac\w+)/, ":" + Oe + "input-$1")]
}), Un(t, {
props: [Ce(s, /:(plac\w+)/, ":" + Ko + "$1")]
}), Un(t, {
props: [Ce(s, /:(plac\w+)/, tt + "input-$1")]
})], i);
}
return "";
});
}
}, lu = [au], Fa = function(t) {
var o = t.key;
if (o === "css") {
var r = document.querySelectorAll("style[data-emotion]:not([data-s])");
Array.prototype.forEach.call(r, function(h) {
var p = h.getAttribute("data-emotion");
p.indexOf(" ") !== -1 && (document.head.appendChild(h), h.setAttribute("data-s", ""));
});
}
var i = t.stylisPlugins || lu, s = {}, a, l = [];
a = t.container || document.head, Array.prototype.forEach.call(
// this means we will ignore elements which don't have a space in them which
// means that the style elements we're looking at are only Emotion 11 server-rendered style elements
document.querySelectorAll('style[data-emotion^="' + o + ' "]'),
function(h) {
for (var p = h.getAttribute("data-emotion").split(" "), E = 1; E < p.length; E++)
s[p[E]] = !0;
l.push(h);
}
);
var c, d = [iu, su];
{
var u, f = [Qc, tu(function(h) {
u.insert(h);
})], m = eu(d.concat(i, f)), x = function(p) {
return wn(Jc(p), m);
};
c = function(p, E, w, O) {
u = w, x(p ? p + "{" + E.styles + "}" : E.styles), O && (v.inserted[E.name] = !0);
};
}
var v = {
key: o,
sheet: new Dc({
key: o,
container: a,
nonce: t.nonce,
speedy: t.speedy,
prepend: t.prepend,
insertionPoint: t.insertionPoint
}),
nonce: t.nonce,
inserted: s,
registered: {},
insert: c
};
return v.sheet.hydrate(l), v;
}, ko = { exports: {} }, Pe = {};
/** @license React v16.13.1
* react-is.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
var cs;
function cu() {
if (cs) return Pe;
cs = 1;
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, o = e ? Symbol.for("react.portal") : 60106, r = e ? Symbol.for("react.fragment") : 60107, i = e ? Symbol.for("react.strict_mode") : 60108, s = e ? Symbol.for("react.profiler") : 60114, a = e ? Symbol.for("react.provider") : 60109, l = e ? Symbol.for("react.context") : 60110, c = e ? Symbol.for("react.async_mode") : 60111, d = e ? Symbol.for("react.concurrent_mode") : 60111, u = e ? Symbol.for("react.forward_ref") : 60112, f = e ? Symbol.for("react.suspense") : 60113, m = e ? Symbol.for("react.suspense_list") : 60120, x = e ? Symbol.for("react.memo") : 60115, v = e ? Symbol.for("react.lazy") : 60116, h = e ? Symbol.for("react.block") : 60121, p = e ? Symbol.for("react.fundamental") : 60117, E = e ? Symbol.for("react.responder") : 60118, w = e ? Symbol.for("react.scope") : 60119;
function O(b) {
if (typeof b == "object" && b !== null) {
var P = b.$$typeof;
switch (P) {
case t:
switch (b = b.type, b) {
case c:
case d:
case r:
case s:
case i:
case f:
return b;
default:
switch (b = b && b.$$typeof, b) {
case l:
case u:
case v:
case x:
case a:
return b;
default:
return P;
}
}
case o:
return P;
}
}
}
function R(b) {
return O(b) === d;
}
return Pe.AsyncMode = c, Pe.ConcurrentMode = d, Pe.ContextConsumer = l, Pe.ContextProvider = a, Pe.Element = t, Pe.ForwardRef = u, Pe.Fragment = r, Pe.Lazy = v, Pe.Memo = x, Pe.Portal = o, Pe.Profiler = s, Pe.StrictMode = i, Pe.Suspense = f, Pe.isAsyncMode = function(b) {
return R(b) || O(b) === c;
}, Pe.isConcurrentMode = R, Pe.isContextConsumer = function(b) {
return O(b) === l;
}, Pe.isContextProvider = function(b) {
return O(b) === a;
}, Pe.isElement = function(b) {
return typeof b == "object" && b !== null && b.$$typeof === t;
}, Pe.isForwardRef = function(b) {
return O(b) === u;
}, Pe.isFragment = function(b) {
return O(b) === r;
}, Pe.isLazy = function(b) {
return O(b) === v;
}, Pe.isMemo = function(b) {
return O(b) === x;
}, Pe.isPortal = function(b) {
return O(b) === o;
}, Pe.isProfiler = function(b) {
return O(b) === s;
}, Pe.isStrictMode = function(b) {
return O(b) === i;
}, Pe.isSuspense = function(b) {
return O(b) === f;
}, Pe.isValidElementType = function(b) {
return typeof b == "string" || typeof b == "function" || b === r || b === d || b === s || b === i || b === f || b === m || typeof b == "object" && b !== null && (b.$$typeof === v || b.$$typeof === x || b.$$typeof === a || b.$$typeof === l || b.$$typeof === u || b.$$typeof === p || b.$$typeof === E || b.$$typeof === w || b.$$typeof === h);
}, Pe.typeOf = O, Pe;
}
var Se = {};
/** @license React v16.13.1
* react-is.development.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
var us;
function uu() {
return us || (us = 1, process.env.NODE_ENV !== "production" && function() {
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, o = e ? Symbol.for("react.portal") : 60106, r = e ? Symbol.for("react.fragment") : 60107, i = e ? Symbol.for("react.strict_mode") : 60108, s = e ? Symbol.for("react.profiler") : 60114, a = e ? Symbol.for("react.provider") : 60109, l = e ? Symbol.for("react.context") : 60110, c = e ? Symbol.for("react.async_mode") : 60111, d = e ? Symbol.for("react.concurrent_mode") : 60111, u = e ? Symbol.for("react.forward_ref") : 60112, f = e ? Symbol.for("react.suspense") : 60113, m = e ? Symbol.for("react.suspense_list") : 60120, x = e ? Symbol.for("react.memo") : 60115, v = e ? Symbol.for("react.lazy") : 60116, h = e ? Symbol.for("react.block") : 60121, p = e ? Symbol.for("react.fundamental") : 60117, E = e ? Symbol.for("react.responder") : 60118, w = e ? Symbol.f