UNPKG

@keyhowl/reservation-form

Version:

In order to use this form, you need to have a registration in Keyhowl. There is a detailed tutorial on how to use this package on the [Keyhowl website](https://keyhowl.com).

1,480 lines (1,477 loc) 1.93 MB
import * as U from "react"; import qt, { forwardRef as HD, useContext as Mu, Children as TC, isValidElement as p0, cloneElement as j2, createContext as Nu, useState as dr, useEffect as On, useReducer as vh, useCallback as or, useMemo as C0, createElement as Tu, useImperativeHandle as dz, useRef as df, useLayoutEffect as fz, Component as pz } from "react"; function WD(e) { return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e; } function kl(e) { if (e.__esModule) return e; var t = e.default; if (typeof t == "function") { var r = function o() { if (this instanceof o) { var l = [null]; l.push.apply(l, arguments); var d = Function.bind.apply(t, l); return new d(); } return t.apply(this, arguments); }; r.prototype = t.prototype; } else r = {}; return Object.defineProperty(r, "__esModule", { value: !0 }), Object.keys(e).forEach(function(o) { var l = Object.getOwnPropertyDescriptor(e, o); Object.defineProperty(r, o, l.get ? l : { enumerable: !0, get: function() { return e[o]; } }); }), r; } var S = {}, mz = { get exports() { return S; }, set exports(e) { S = e; } }, Yy = {}; /** * @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 P7; function hz() { if (P7) return Yy; P7 = 1; var e = qt, t = Symbol.for("react.element"), r = Symbol.for("react.fragment"), o = Object.prototype.hasOwnProperty, l = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, d = { key: !0, ref: !0, __self: !0, __source: !0 }; function p(v, y, b) { var T, O = {}, E = null, D = null; b !== void 0 && (E = "" + b), y.key !== void 0 && (E = "" + y.key), y.ref !== void 0 && (D = y.ref); for (T in y) o.call(y, T) && !d.hasOwnProperty(T) && (O[T] = y[T]); if (v && v.defaultProps) for (T in y = v.defaultProps, y) O[T] === void 0 && (O[T] = y[T]); return { $$typeof: t, type: v, key: E, ref: D, props: O, _owner: l.current }; } return Yy.Fragment = r, Yy.jsx = p, Yy.jsxs = p, Yy; } var qy = {}; /** * @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 A7; function vz() { return A7 || (A7 = 1, process.env.NODE_ENV !== "production" && function() { var e = qt, t = Symbol.for("react.element"), r = Symbol.for("react.portal"), o = Symbol.for("react.fragment"), l = Symbol.for("react.strict_mode"), d = Symbol.for("react.profiler"), p = Symbol.for("react.provider"), v = Symbol.for("react.context"), y = Symbol.for("react.forward_ref"), b = Symbol.for("react.suspense"), T = Symbol.for("react.suspense_list"), O = Symbol.for("react.memo"), E = Symbol.for("react.lazy"), D = Symbol.for("react.offscreen"), M = Symbol.iterator, N = "@@iterator"; function _(X) { if (X === null || typeof X != "object") return null; var Fe = M && X[M] || X[N]; return typeof Fe == "function" ? Fe : null; } var j = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED; function V(X) { { for (var Fe = arguments.length, Je = new Array(Fe > 1 ? Fe - 1 : 0), kt = 1; kt < Fe; kt++) Je[kt - 1] = arguments[kt]; I("error", X, Je); } } function I(X, Fe, Je) { { var kt = j.ReactDebugCurrentFrame, Kt = kt.getStackAddendum(); Kt !== "" && (Fe += "%s", Je = Je.concat([Kt])); var vn = Je.map(function(tn) { return String(tn); }); vn.unshift("Warning: " + Fe), Function.prototype.apply.call(console[X], console, vn); } } var $ = !1, P = !1, H = !1, z = !1, K = !1, te; te = Symbol.for("react.module.reference"); function Q(X) { return !!(typeof X == "string" || typeof X == "function" || X === o || X === d || K || X === l || X === b || X === T || z || X === D || $ || P || H || typeof X == "object" && X !== null && (X.$$typeof === E || X.$$typeof === O || X.$$typeof === p || X.$$typeof === v || X.$$typeof === y || // 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. X.$$typeof === te || X.getModuleId !== void 0)); } function J(X, Fe, Je) { var kt = X.displayName; if (kt) return kt; var Kt = Fe.displayName || Fe.name || ""; return Kt !== "" ? Je + "(" + Kt + ")" : Je; } function ce(X) { return X.displayName || "Context"; } function W(X) { if (X == null) return null; if (typeof X.tag == "number" && V("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof X == "function") return X.displayName || X.name || null; if (typeof X == "string") return X; switch (X) { case o: return "Fragment"; case r: return "Portal"; case d: return "Profiler"; case l: return "StrictMode"; case b: return "Suspense"; case T: return "SuspenseList"; } if (typeof X == "object") switch (X.$$typeof) { case v: var Fe = X; return ce(Fe) + ".Consumer"; case p: var Je = X; return ce(Je._context) + ".Provider"; case y: return J(X, X.render, "ForwardRef"); case O: var kt = X.displayName || null; return kt !== null ? kt : W(X.type) || "Memo"; case E: { var Kt = X, vn = Kt._payload, tn = Kt._init; try { return W(tn(vn)); } catch { return null; } } } return null; } var ne = Object.assign, ee = 0, ae, oe, G, fe, Z, ge, be; function Ce() { } Ce.__reactDisabledLog = !0; function ye() { { if (ee === 0) { ae = console.log, oe = console.info, G = console.warn, fe = console.error, Z = console.group, ge = console.groupCollapsed, be = console.groupEnd; var X = { configurable: !0, enumerable: !0, value: Ce, writable: !0 }; Object.defineProperties(console, { info: X, log: X, warn: X, error: X, group: X, groupCollapsed: X, groupEnd: X }); } ee++; } } function je() { { if (ee--, ee === 0) { var X = { configurable: !0, enumerable: !0, writable: !0 }; Object.defineProperties(console, { log: ne({}, X, { value: ae }), info: ne({}, X, { value: oe }), warn: ne({}, X, { value: G }), error: ne({}, X, { value: fe }), group: ne({}, X, { value: Z }), groupCollapsed: ne({}, X, { value: ge }), groupEnd: ne({}, X, { value: be }) }); } ee < 0 && V("disabledDepth fell below zero. This is a bug in React. Please file an issue."); } } var Se = j.ReactCurrentDispatcher, Re; function me(X, Fe, Je) { { if (Re === void 0) try { throw Error(); } catch (Kt) { var kt = Kt.stack.trim().match(/\n( *(at )?)/); Re = kt && kt[1] || ""; } return ` ` + Re + X; } } var we = !1, Pe; { var Ae = typeof WeakMap == "function" ? WeakMap : Map; Pe = new Ae(); } function ue(X, Fe) { if (!X || we) return ""; { var Je = Pe.get(X); if (Je !== void 0) return Je; } var kt; we = !0; var Kt = Error.prepareStackTrace; Error.prepareStackTrace = void 0; var vn; vn = Se.current, Se.current = null, ye(); try { if (Fe) { var tn = function() { throw Error(); }; if (Object.defineProperty(tn.prototype, "props", { set: function() { throw Error(); } }), typeof Reflect == "object" && Reflect.construct) { try { Reflect.construct(tn, []); } catch (Tn) { kt = Tn; } Reflect.construct(X, [], tn); } else { try { tn.call(); } catch (Tn) { kt = Tn; } X.call(tn.prototype); } } else { try { throw Error(); } catch (Tn) { kt = Tn; } X(); } } catch (Tn) { if (Tn && kt && typeof Tn.stack == "string") { for (var At = Tn.stack.split(` `), Tr = kt.stack.split(` `), yt = At.length - 1, un = Tr.length - 1; yt >= 1 && un >= 0 && At[yt] !== Tr[un]; ) un--; for (; yt >= 1 && un >= 0; yt--, un--) if (At[yt] !== Tr[un]) { if (yt !== 1 || un !== 1) do if (yt--, un--, un < 0 || At[yt] !== Tr[un]) { var Oa = ` ` + At[yt].replace(" at new ", " at "); return X.displayName && Oa.includes("<anonymous>") && (Oa = Oa.replace("<anonymous>", X.displayName)), typeof X == "function" && Pe.set(X, Oa), Oa; } while (yt >= 1 && un >= 0); break; } } } finally { we = !1, Se.current = vn, je(), Error.prepareStackTrace = Kt; } var zs = X ? X.displayName || X.name : "", Ff = zs ? me(zs) : ""; return typeof X == "function" && Pe.set(X, Ff), Ff; } function Ke(X, Fe, Je) { return ue(X, !1); } function De(X) { var Fe = X.prototype; return !!(Fe && Fe.isReactComponent); } function $e(X, Fe, Je) { if (X == null) return ""; if (typeof X == "function") return ue(X, De(X)); if (typeof X == "string") return me(X); switch (X) { case b: return me("Suspense"); case T: return me("SuspenseList"); } if (typeof X == "object") switch (X.$$typeof) { case y: return Ke(X.render); case O: return $e(X.type, Fe, Je); case E: { var kt = X, Kt = kt._payload, vn = kt._init; try { return $e(vn(Kt), Fe, Je); } catch { } } } return ""; } var nt = Object.prototype.hasOwnProperty, wt = {}, Dt = j.ReactDebugCurrentFrame; function sn(X) { if (X) { var Fe = X._owner, Je = $e(X.type, X._source, Fe ? Fe.type : null); Dt.setExtraStackFrame(Je); } else Dt.setExtraStackFrame(null); } function de(X, Fe, Je, kt, Kt) { { var vn = Function.call.bind(nt); for (var tn in X) if (vn(X, tn)) { var At = void 0; try { if (typeof X[tn] != "function") { var Tr = Error((kt || "React class") + ": " + Je + " type `" + tn + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof X[tn] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`."); throw Tr.name = "Invariant Violation", Tr; } At = X[tn](Fe, tn, kt, Je, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"); } catch (yt) { At = yt; } At && !(At instanceof Error) && (sn(Kt), V("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", kt || "React class", Je, tn, typeof At), sn(null)), At instanceof Error && !(At.message in wt) && (wt[At.message] = !0, sn(Kt), V("Failed %s type: %s", Je, At.message), sn(null)); } } } var Ie = Array.isArray; function We(X) { return Ie(X); } function Ye(X) { { var Fe = typeof Symbol == "function" && Symbol.toStringTag, Je = Fe && X[Symbol.toStringTag] || X.constructor.name || "Object"; return Je; } } function Xe(X) { try { return pt(X), !1; } catch { return !0; } } function pt(X) { return "" + X; } function Ut(X) { if (Xe(X)) return V("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Ye(X)), pt(X); } var Bt = j.ReactCurrentOwner, Rt = { key: !0, ref: !0, __self: !0, __source: !0 }, vt, hn, He; He = {}; function at(X) { if (nt.call(X, "ref")) { var Fe = Object.getOwnPropertyDescriptor(X, "ref").get; if (Fe && Fe.isReactWarning) return !1; } return X.ref !== void 0; } function Pt(X) { if (nt.call(X, "key")) { var Fe = Object.getOwnPropertyDescriptor(X, "key").get; if (Fe && Fe.isReactWarning) return !1; } return X.key !== void 0; } function Ge(X, Fe) { if (typeof X.ref == "string" && Bt.current && Fe && Bt.current.stateNode !== Fe) { var Je = W(Bt.current.type); He[Je] || (V('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', W(Bt.current.type), X.ref), He[Je] = !0); } } function Tt(X, Fe) { { var Je = function() { vt || (vt = !0, V("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", Fe)); }; Je.isReactWarning = !0, Object.defineProperty(X, "key", { get: Je, configurable: !0 }); } } function ft(X, Fe) { { var Je = function() { hn || (hn = !0, V("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", Fe)); }; Je.isReactWarning = !0, Object.defineProperty(X, "ref", { get: Je, configurable: !0 }); } } var Zt = function(X, Fe, Je, kt, Kt, vn, tn) { var At = { // This tag allows us to uniquely identify this as a React Element $$typeof: t, // Built-in properties that belong on the element type: X, key: Fe, ref: Je, props: tn, // Record the component responsible for creating this element. _owner: vn }; return At._store = {}, Object.defineProperty(At._store, "validated", { configurable: !1, enumerable: !1, writable: !0, value: !1 }), Object.defineProperty(At, "_self", { configurable: !1, enumerable: !1, writable: !1, value: kt }), Object.defineProperty(At, "_source", { configurable: !1, enumerable: !1, writable: !1, value: Kt }), Object.freeze && (Object.freeze(At.props), Object.freeze(At)), At; }; function Kn(X, Fe, Je, kt, Kt) { { var vn, tn = {}, At = null, Tr = null; Je !== void 0 && (Ut(Je), At = "" + Je), Pt(Fe) && (Ut(Fe.key), At = "" + Fe.key), at(Fe) && (Tr = Fe.ref, Ge(Fe, Kt)); for (vn in Fe) nt.call(Fe, vn) && !Rt.hasOwnProperty(vn) && (tn[vn] = Fe[vn]); if (X && X.defaultProps) { var yt = X.defaultProps; for (vn in yt) tn[vn] === void 0 && (tn[vn] = yt[vn]); } if (At || Tr) { var un = typeof X == "function" ? X.displayName || X.name || "Unknown" : X; At && Tt(tn, un), Tr && ft(tn, un); } return Zt(X, At, Tr, Kt, kt, Bt.current, tn); } } var dn = j.ReactCurrentOwner, Ea = j.ReactDebugCurrentFrame; function Nn(X) { if (X) { var Fe = X._owner, Je = $e(X.type, X._source, Fe ? Fe.type : null); Ea.setExtraStackFrame(Je); } else Ea.setExtraStackFrame(null); } var _n; _n = !1; function as(X) { return typeof X == "object" && X !== null && X.$$typeof === t; } function Oi() { { if (dn.current) { var X = W(dn.current.type); if (X) return ` Check the render method of \`` + X + "`."; } return ""; } } function os(X) { { if (X !== void 0) { var Fe = X.fileName.replace(/^.*[\\\/]/, ""), Je = X.lineNumber; return ` Check your code at ` + Fe + ":" + Je + "."; } return ""; } } var _l = {}; function $u(X) { { var Fe = Oi(); if (!Fe) { var Je = typeof X == "string" ? X : X.displayName || X.name; Je && (Fe = ` Check the top-level render call using <` + Je + ">."); } return Fe; } } function is(X, Fe) { { if (!X._store || X._store.validated || X.key != null) return; X._store.validated = !0; var Je = $u(Fe); if (_l[Je]) return; _l[Je] = !0; var kt = ""; X && X._owner && X._owner !== dn.current && (kt = " It was passed a child from " + W(X._owner.type) + "."), Nn(X), V('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', Je, kt), Nn(null); } } function Ri(X, Fe) { { if (typeof X != "object") return; if (We(X)) for (var Je = 0; Je < X.length; Je++) { var kt = X[Je]; as(kt) && is(kt, Fe); } else if (as(X)) X._store && (X._store.validated = !0); else if (X) { var Kt = _(X); if (typeof Kt == "function" && Kt !== X.entries) for (var vn = Kt.call(X), tn; !(tn = vn.next()).done; ) as(tn.value) && is(tn.value, Fe); } } } function ss(X) { { var Fe = X.type; if (Fe == null || typeof Fe == "string") return; var Je; if (typeof Fe == "function") Je = Fe.propTypes; else if (typeof Fe == "object" && (Fe.$$typeof === y || // Note: Memo only checks outer props here. // Inner props are checked in the reconciler. Fe.$$typeof === O)) Je = Fe.propTypes; else return; if (Je) { var kt = W(Fe); de(Je, X.props, "prop", kt, X); } else if (Fe.PropTypes !== void 0 && !_n) { _n = !0; var Kt = W(Fe); V("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", Kt || "Unknown"); } typeof Fe.getDefaultProps == "function" && !Fe.getDefaultProps.isReactClassApproved && V("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead."); } } function Ro(X) { { for (var Fe = Object.keys(X.props), Je = 0; Je < Fe.length; Je++) { var kt = Fe[Je]; if (kt !== "children" && kt !== "key") { Nn(X), V("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", kt), Nn(null); break; } } X.ref !== null && (Nn(X), V("Invalid attribute `ref` supplied to `React.Fragment`."), Nn(null)); } } function Va(X, Fe, Je, kt, Kt, vn) { { var tn = Q(X); if (!tn) { var At = ""; (X === void 0 || typeof X == "object" && X !== null && Object.keys(X).length === 0) && (At += " 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 Tr = os(Kt); Tr ? At += Tr : At += Oi(); var yt; X === null ? yt = "null" : We(X) ? yt = "array" : X !== void 0 && X.$$typeof === t ? (yt = "<" + (W(X.type) || "Unknown") + " />", At = " Did you accidentally export a JSX literal instead of a component?") : yt = typeof X, V("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", yt, At); } var un = Kn(X, Fe, Je, Kt, vn); if (un == null) return un; if (tn) { var Oa = Fe.children; if (Oa !== void 0) if (kt) if (We(Oa)) { for (var zs = 0; zs < Oa.length; zs++) Ri(Oa[zs], X); Object.freeze && Object.freeze(Oa); } else V("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."); else Ri(Oa, X); } return X === o ? Ro(un) : ss(un), un; } } function gr(X, Fe, Je) { return Va(X, Fe, Je, !0); } function Ar(X, Fe, Je) { return Va(X, Fe, Je, !1); } var uo = Ar, Ba = gr; qy.Fragment = o, qy.jsx = uo, qy.jsxs = Ba; }()), qy; } (function(e) { process.env.NODE_ENV === "production" ? e.exports = hz() : e.exports = vz(); })(mz); const yz = { black: "#000", white: "#fff" }, E0 = yz, gz = { 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" }, _m = gz, bz = { 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" }, Pm = bz, xz = { 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" }, Am = xz, Sz = { 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" }, jm = Sz, wz = { 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" }, $m = wz, Tz = { 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" }, Gy = Tz, Cz = { 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" }, Ez = Cz; function Eu(e) { let t = "https://mui.com/production-error/?code=" + e; for (let r = 1; r < arguments.length; r += 1) t += "&args[]=" + encodeURIComponent(arguments[r]); return "Minified MUI error #" + e + "; visit " + t + " for the full message."; } const Oz = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({ __proto__: null, default: Eu }, Symbol.toStringTag, { value: "Module" })), Rf = "$$material"; function F() { return F = Object.assign ? Object.assign.bind() : function(e) { for (var t = 1; t < arguments.length; t++) { var r = arguments[t]; for (var o in r) ({}).hasOwnProperty.call(r, o) && (e[o] = r[o]); } return e; }, F.apply(null, arguments); } const Rz = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({ __proto__: null, get default() { return F; } }, Symbol.toStringTag, { value: "Module" })); function Qe(e, t) { if (e == null) return {}; var r = {}; for (var o in e) if ({}.hasOwnProperty.call(e, o)) { if (t.includes(o)) continue; r[o] = e[o]; } return r; } function YD(e) { var t = /* @__PURE__ */ Object.create(null); return function(r) { return t[r] === void 0 && (t[r] = e(r)), t[r]; }; } var Dz = /^((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|fetchpriority|fetchPriority|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)-.*))$/, kz = /* @__PURE__ */ YD( function(e) { return Dz.test(e) || e.charCodeAt(0) === 111 && e.charCodeAt(1) === 110 && e.charCodeAt(2) < 91; } /* Z+1 */ ), Mz = !1; function Nz(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 _z(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 Pz = /* @__PURE__ */ function() { function e(r) { var o = this; this._insertTag = function(l) { var d; o.tags.length === 0 ? o.insertionPoint ? d = o.insertionPoint.nextSibling : o.prepend ? d = o.container.firstChild : d = o.before : d = o.tags[o.tags.length - 1].nextSibling, o.container.insertBefore(l, d), o.tags.push(l); }, this.isSpeedy = r.speedy === void 0 ? !Mz : r.speedy, this.tags = [], this.ctr = 0, this.nonce = r.nonce, this.key = r.key, this.container = r.container, this.prepend = r.prepend, this.insertionPoint = r.insertionPoint, this.before = null; } var t = e.prototype; return t.hydrate = function(o) { o.forEach(this._insertTag); }, t.insert = function(o) { this.ctr % (this.isSpeedy ? 65e3 : 1) === 0 && this._insertTag(_z(this)); var l = this.tags[this.tags.length - 1]; if (this.isSpeedy) { var d = Nz(l); try { d.insertRule(o, d.cssRules.length); } catch { } } else l.appendChild(document.createTextNode(o)); this.ctr++; }, t.flush = function() { this.tags.forEach(function(o) { var l; return (l = o.parentNode) == null ? void 0 : l.removeChild(o); }), this.tags = [], this.ctr = 0; }, e; }(), ao = "-ms-", J2 = "-moz-", jn = "-webkit-", qD = "comm", CC = "rule", EC = "decl", Az = "@import", GD = "@keyframes", jz = "@layer", $z = Math.abs, Ex = String.fromCharCode, Iz = Object.assign; function Lz(e, t) { return Ia(e, 0) ^ 45 ? (((t << 2 ^ Ia(e, 0)) << 2 ^ Ia(e, 1)) << 2 ^ Ia(e, 2)) << 2 ^ Ia(e, 3) : 0; } function ZD(e) { return e.trim(); } function Fz(e, t) { return (e = t.exec(e)) ? e[0] : e; } function $n(e, t, r) { return e.replace(t, r); } function PT(e, t) { return e.indexOf(t); } function Ia(e, t) { return e.charCodeAt(t) | 0; } function O0(e, t, r) { return e.slice(t, r); } function Cl(e) { return e.length; } function OC(e) { return e.length; } function l2(e, t) { return t.push(e), e; } function zz(e, t) { return e.map(t).join(""); } var Ox = 1, th = 1, KD = 0, Jo = 0, na = 0, yh = ""; function Rx(e, t, r, o, l, d, p) { return { value: e, root: t, parent: r, type: o, props: l, children: d, line: Ox, column: th, length: p, return: "" }; } function Zy(e, t) { return Iz(Rx("", null, null, "", null, null, 0), e, { length: -e.length }, t); } function Uz() { return na; } function Vz() { return na = Jo > 0 ? Ia(yh, --Jo) : 0, th--, na === 10 && (th = 1, Ox--), na; } function Si() { return na = Jo < KD ? Ia(yh, Jo++) : 0, th++, na === 10 && (th = 1, Ox++), na; } function Ol() { return Ia(yh, Jo); } function $2() { return Jo; } function z0(e, t) { return O0(yh, e, t); } function R0(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 QD(e) { return Ox = th = 1, KD = Cl(yh = e), Jo = 0, []; } function XD(e) { return yh = "", e; } function I2(e) { return ZD(z0(Jo - 1, AT(e === 91 ? e + 2 : e === 40 ? e + 1 : e))); } function Bz(e) { for (; (na = Ol()) && na < 33; ) Si(); return R0(e) > 2 || R0(na) > 3 ? "" : " "; } function Hz(e, t) { for (; --t && Si() && !(na < 48 || na > 102 || na > 57 && na < 65 || na > 70 && na < 97); ) ; return z0(e, $2() + (t < 6 && Ol() == 32 && Si() == 32)); } function AT(e) { for (; Si(); ) switch (na) { case e: return Jo; case 34: case 39: e !== 34 && e !== 39 && AT(na); break; case 40: e === 41 && AT(e); break; case 92: Si(); break; } return Jo; } function Wz(e, t) { for (; Si() && e + na !== 47 + 10; ) if (e + na === 42 + 42 && Ol() === 47) break; return "/*" + z0(t, Jo - 1) + "*" + Ex(e === 47 ? e : Si()); } function Yz(e) { for (; !R0(Ol()); ) Si(); return z0(e, Jo); } function qz(e) { return XD(L2("", null, null, null, [""], e = QD(e), 0, [0], e)); } function L2(e, t, r, o, l, d, p, v, y) { for (var b = 0, T = 0, O = p, E = 0, D = 0, M = 0, N = 1, _ = 1, j = 1, V = 0, I = "", $ = l, P = d, H = o, z = I; _; ) switch (M = V, V = Si()) { case 40: if (M != 108 && Ia(z, O - 1) == 58) { PT(z += $n(I2(V), "&", "&\f"), "&\f") != -1 && (j = -1); break; } case 34: case 39: case 91: z += I2(V); break; case 9: case 10: case 13: case 32: z += Bz(M); break; case 92: z += Hz($2() - 1, 7); continue; case 47: switch (Ol()) { case 42: case 47: l2(Gz(Wz(Si(), $2()), t, r), y); break; default: z += "/"; } break; case 123 * N: v[b++] = Cl(z) * j; case 125 * N: case 59: case 0: switch (V) { case 0: case 125: _ = 0; case 59 + T: j == -1 && (z = $n(z, /\f/g, "")), D > 0 && Cl(z) - O && l2(D > 32 ? $7(z + ";", o, r, O - 1) : $7($n(z, " ", "") + ";", o, r, O - 2), y); break; case 59: z += ";"; default: if (l2(H = j7(z, t, r, b, T, l, v, I, $ = [], P = [], O), d), V === 123) if (T === 0) L2(z, t, H, H, $, d, O, v, P); else switch (E === 99 && Ia(z, 3) === 110 ? 100 : E) { case 100: case 108: case 109: case 115: L2(e, H, H, o && l2(j7(e, H, H, 0, 0, l, v, I, l, $ = [], O), P), l, P, O, v, o ? $ : P); break; default: L2(z, H, H, H, [""], P, 0, v, P); } } b = T = D = 0, N = j = 1, I = z = "", O = p; break; case 58: O = 1 + Cl(z), D = M; default: if (N < 1) { if (V == 123) --N; else if (V == 125 && N++ == 0 && Vz() == 125) continue; } switch (z += Ex(V), V * N) { case 38: j = T > 0 ? 1 : (z += "\f", -1); break; case 44: v[b++] = (Cl(z) - 1) * j, j = 1; break; case 64: Ol() === 45 && (z += I2(Si())), E = Ol(), T = O = Cl(I = z += Yz($2())), V++; break; case 45: M === 45 && Cl(z) == 2 && (N = 0); } } return d; } function j7(e, t, r, o, l, d, p, v, y, b, T) { for (var O = l - 1, E = l === 0 ? d : [""], D = OC(E), M = 0, N = 0, _ = 0; M < o; ++M) for (var j = 0, V = O0(e, O + 1, O = $z(N = p[M])), I = e; j < D; ++j) (I = ZD(N > 0 ? E[j] + " " + V : $n(V, /&\f/g, E[j]))) && (y[_++] = I); return Rx(e, t, r, l === 0 ? CC : v, y, b, T); } function Gz(e, t, r) { return Rx(e, t, r, qD, Ex(Uz()), O0(e, 2, -2), 0); } function $7(e, t, r, o) { return Rx(e, t, r, EC, O0(e, 0, o), O0(e, o + 1, -1), o); } function Km(e, t) { for (var r = "", o = OC(e), l = 0; l < o; l++) r += t(e[l], l, e, t) || ""; return r; } function Zz(e, t, r, o) { switch (e.type) { case jz: if (e.children.length) break; case Az: case EC: return e.return = e.return || e.value; case qD: return ""; case GD: return e.return = e.value + "{" + Km(e.children, o) + "}"; case CC: e.value = e.props.join(","); } return Cl(r = Km(e.children, o)) ? e.return = e.value + "{" + r + "}" : ""; } function Kz(e) { var t = OC(e); return function(r, o, l, d) { for (var p = "", v = 0; v < t; v++) p += e[v](r, o, l, d) || ""; return p; }; } function Qz(e) { return function(t) { t.root || (t = t.return) && e(t); }; } var Xz = function(t, r, o) { for (var l = 0, d = 0; l = d, d = Ol(), l === 38 && d === 12 && (r[o] = 1), !R0(d); ) Si(); return z0(t, Jo); }, Jz = function(t, r) { var o = -1, l = 44; do switch (R0(l)) { case 0: l === 38 && Ol() === 12 && (r[o] = 1), t[o] += Xz(Jo - 1, r, o); break; case 2: t[o] += I2(l); break; case 4: if (l === 44) { t[++o] = Ol() === 58 ? "&\f" : "", r[o] = t[o].length; break; } default: t[o] += Ex(l); } while (l = Si()); return t; }, eU = function(t, r) { return XD(Jz(QD(t), r)); }, I7 = /* @__PURE__ */ new WeakMap(), tU = 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 r = t.value, o = t.parent, l = t.column === o.column && t.line === o.line; o.type !== "rule"; ) if (o = o.parent, !o) return; if (!(t.props.length === 1 && r.charCodeAt(0) !== 58 && !I7.get(o)) && !l) { I7.set(t, !0); for (var d = [], p = eU(r, d), v = o.props, y = 0, b = 0; y < p.length; y++) for (var T = 0; T < v.length; T++, b++) t.props[b] = d[y] ? p[y].replace(/&\f/g, v[T]) : v[T] + " " + p[y]; } } }, nU = function(t) { if (t.type === "decl") { var r = t.value; // charcode for l r.charCodeAt(0) === 108 && // charcode for b r.charCodeAt(2) === 98 && (t.return = "", t.value = ""); } }; function JD(e, t) { switch (Lz(e, t)) { case 5103: return jn + "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 jn + e + e; case 5349: case 4246: case 4810: case 6968: case 2756: return jn + e + J2 + e + ao + e + e; case 6828: case 4268: return jn + e + ao + e + e; case 6165: return jn + e + ao + "flex-" + e + e; case 5187: return jn + e + $n(e, /(\w+).+(:[^]+)/, jn + "box-$1$2" + ao + "flex-$1$2") + e; case 5443: return jn + e + ao + "flex-item-" + $n(e, /flex-|-self/, "") + e; case 4675: return jn + e + ao + "flex-line-pack" + $n(e, /align-content|flex-|-self/, "") + e; case 5548: return jn + e + ao + $n(e, "shrink", "negative") + e; case 5292: return jn + e + ao + $n(e, "basis", "preferred-size") + e; case 6060: return jn + "box-" + $n(e, "-grow", "") + jn + e + ao + $n(e, "grow", "positive") + e; case 4554: return jn + $n(e, /([^-])(transform)/g, "$1" + jn + "$2") + e; case 6187: return $n($n($n(e, /(zoom-|grab)/, jn + "$1"), /(image-set)/, jn + "$1"), e, "") + e; case 5495: case 3959: return $n(e, /(image-set\([^]*)/, jn + "$1$`$1"); case 4968: return $n($n(e, /(.+:)(flex-)?(.*)/, jn + "box-pack:$3" + ao + "flex-pack:$3"), /s.+-b[^;]+/, "justify") + jn + e + e; case 4095: case 3583: case 4068: case 2532: return $n(e, /(.+)-inline(.+)/, jn + "$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 (Cl(e) - 1 - t > 6) switch (Ia(e, t + 1)) { case 109: if (Ia(e, t + 4) !== 45) break; case 102: return $n(e, /(.+:)(.+)-([^]+)/, "$1" + jn + "$2-$3$1" + J2 + (Ia(e, t + 3) == 108 ? "$3" : "$2-$3")) + e; case 115: return ~PT(e, "stretch") ? JD($n(e, "stretch", "fill-available"), t) + e : e; } break; case 4949: if (Ia(e, t + 1) !== 115) break; case 6444: switch (Ia(e, Cl(e) - 3 - (~PT(e, "!important") && 10))) { case 107: return $n(e, ":", ":" + jn) + e; case 101: return $n(e, /(.+:)([^;!]+)(;|!.+)?/, "$1" + jn + (Ia(e, 14) === 45 ? "inline-" : "") + "box$3$1" + jn + "$2$3$1" + ao + "$2box$3") + e; } break; case 5936: switch (Ia(e, t + 11)) { case 114: return jn + e + ao + $n(e, /[svh]\w+-[tblr]{2}/, "tb") + e; case 108: return jn + e + ao + $n(e, /[svh]\w+-[tblr]{2}/, "tb-rl") + e; case 45: return jn + e + ao + $n(e, /[svh]\w+-[tblr]{2}/, "lr") + e; } return jn + e + ao + e + e; } return e; } var rU = function(t, r, o, l) { if (t.length > -1 && !t.return) switch (t.type) { case EC: t.return = JD(t.value, t.length); break; case GD: return Km([Zy(t, { value: $n(t.value, "@", "@" + jn) })], l); case CC: if (t.length) return zz(t.props, function(d) { switch (Fz(d, /(::plac\w+|:read-\w+)/)) { case ":read-only": case ":read-write": return Km([Zy(t, { props: [$n(d, /:(read-\w+)/, ":" + J2 + "$1")] })], l); case "::placeholder": return Km([Zy(t, { props: [$n(d, /:(plac\w+)/, ":" + jn + "input-$1")] }), Zy(t, { props: [$n(d, /:(plac\w+)/, ":" + J2 + "$1")] }), Zy(t, { props: [$n(d, /:(plac\w+)/, ao + "input-$1")] })], l); } return ""; }); } }, aU = [rU], RC = function(t) { var r = t.key; if (r === "css") { var o = document.querySelectorAll("style[data-emotion]:not([data-s])"); Array.prototype.forEach.call(o, function(N) { var _ = N.getAttribute("data-emotion"); _.indexOf(" ") !== -1 && (document.head.appendChild(N), N.setAttribute("data-s", "")); }); } var l = t.stylisPlugins || aU, d = {}, p, v = []; p = 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^="' + r + ' "]'), function(N) { for (var _ = N.getAttribute("data-emotion").split(" "), j = 1; j < _.length; j++) d[_[j]] = !0; v.push(N); } ); var y, b = [tU, nU]; { var T, O = [Zz, Qz(function(N) { T.insert(N); })], E = Kz(b.concat(l, O)), D = function(_) { return Km(qz(_), E); }; y = function(_, j, V, I) { T = V, D(_ ? _ + "{" + j.styles + "}" : j.styles), I && (M.inserted[j.name] = !0); }; } var M = { key: r, sheet: new Pz({ key: r, container: p, nonce: t.nonce, speedy: t.speedy, prepend: t.prepend, insertionPoint: t.insertionPoint }), nonce: t.nonce, inserted: d, registered: {}, insert: y }; return M.sheet.hydrate(v), M; }, jT = {}, oU = { get exports() { return jT; }, set exports(e) { jT = e; } }, zn = {}; /** @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 L7; function iU() { if (L7) return zn; L7 = 1; var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, r = e ? Symbol.for("react.portal") : 60106, o = e ? Symbol.for("react.fragment") : 60107, l = e ? Symbol.for("react.strict_mode") : 60108, d = e ? Symbol.for("react.profiler") : 60114, p = e ? Symbol.for("react.provider") : 60109, v = e ? Symbol.for("react.context") : 60110, y = e ? Symbol.for("react.async_mode") : 60111, b = e ? Symbol.for("react.concurrent_mode") : 60111, T = e ? Symbol.for("react.forward_ref") : 60112, O = e ? Symbol.for("react.suspense") : 60113, E = e ? Symbol.for("react.suspense_list") : 60120, D = e ? Symbol.for("react.memo") : 60115, M = e ? Symbol.for("react.lazy") : 60116, N = e ? Symbol.for("react.block") : 60121, _ = e ? Symbol.for("react.fundamental") : 60117, j = e ? Symbol.for("react.responder") : 60118, V = e ? Symbol.for("react.scope") : 60119; function I(P) { if (typeof P == "object" && P !== null) { var H = P.$$typeof; switch (H) { case t: switch (P = P.type, P) { case y: case b: case o: case d: case l: case O: return P; default: switch (P = P && P.$$typeof, P) { case v: case T: case M: case D: case p: return P; default: return H; } } case r: return H; } } } function $(P) { return I(P) === b; } return zn.AsyncMode = y, zn.ConcurrentMode = b, zn.ContextConsumer = v, zn.ContextProvider = p, zn.Element = t, zn.ForwardRef = T, zn.Fragment = o, zn.Lazy = M, zn.Memo = D, zn.Portal = r, zn.Profiler = d, zn.StrictMode = l, zn.Suspense = O, zn.isAsyncMode = function(P) { return $(P) || I(P) === y; }, zn.isConcurrentMode = $, zn.isContextConsumer = function(P) { return I(P) === v; }, zn.isContextProvider = function(P) { return I(P) === p; }, zn.isElement = function(P) { return typeof P == "object" && P !== null && P.$$typeof === t; }, zn.isForwardRef = function(P) { return I(P) === T; }, zn.isFragment = function(P) { return I(P) === o; }, zn.isLazy = function(P) { return I(P) === M; }, zn.isMemo = function(P) { return I(P) === D; }, zn.isPortal = function(P) { return I(P) === r; }, zn.isProfiler = function(P) { return I(P) === d; }, zn.isStrictMode = function(P) { return I(P) === l; }, zn.isSuspense = function(P) { return I(P) === O; }, zn.isValidElementType = function(P) { return typeof P == "string" || typeof P == "function" || P === o || P === b || P === d || P === l || P === O || P === E || typeof P == "object" && P !== null && (P.$$typeof === M || P.$$typeof === D || P.$$typeof === p || P.$$typeof === v || P.$$typeof === T || P.$$typeof === _ || P.$$typeof === j || P.$$typeof === V || P.$$typeof === N); }, zn.typeOf = I, zn; } var Un = {}; /** @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 F7; function sU() { return F7 || (F7 = 1, process.env.NODE_ENV !== "production" && function() { var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, r = e ? Symbol.for("react.portal") : 60106, o = e ? Symbol.for("react.fragment") : 60107, l = e ? Symbol.for("react.strict_mode") : 60108, d = e ? Sym