UNPKG

@suns/react-monorepo-nx

Version:

To evaluate and compare the bundled and unbundled builds on large codebase.

65 lines (56 loc) 76.6 kB
"use strict";var It=typeof document<"u"?document.currentScript:null,Ft=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Ln(o){return o&&o.__esModule&&Object.prototype.hasOwnProperty.call(o,"default")?o.default:o}var ct={exports:{}},hr={},ft={exports:{}},F={};/** * @license React * react.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 $t;function In(){if($t)return F;$t=1;var o=Symbol.for("react.element"),i=Symbol.for("react.portal"),u=Symbol.for("react.fragment"),s=Symbol.for("react.strict_mode"),c=Symbol.for("react.profiler"),r=Symbol.for("react.provider"),h=Symbol.for("react.context"),b=Symbol.for("react.forward_ref"),p=Symbol.for("react.suspense"),a=Symbol.for("react.memo"),v=Symbol.for("react.lazy"),E=Symbol.iterator;function P(f){return f===null||typeof f!="object"?null:(f=E&&f[E]||f["@@iterator"],typeof f=="function"?f:null)}var x={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},N=Object.assign,H={};function G(f,m,O){this.props=f,this.context=m,this.refs=H,this.updater=O||x}G.prototype.isReactComponent={},G.prototype.setState=function(f,m){if(typeof f!="object"&&typeof f!="function"&&f!=null)throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,f,m,"setState")},G.prototype.forceUpdate=function(f){this.updater.enqueueForceUpdate(this,f,"forceUpdate")};function Q(){}Q.prototype=G.prototype;function T(f,m,O){this.props=f,this.context=m,this.refs=H,this.updater=O||x}var Z=T.prototype=new Q;Z.constructor=T,N(Z,G.prototype),Z.isPureReactComponent=!0;var Y=Array.isArray,k=Object.prototype.hasOwnProperty,B={current:null},we={key:!0,ref:!0,__self:!0,__source:!0};function Re(f,m,O){var W,A={},D=null,K=null;if(m!=null)for(W in m.ref!==void 0&&(K=m.ref),m.key!==void 0&&(D=""+m.key),m)k.call(m,W)&&!we.hasOwnProperty(W)&&(A[W]=m[W]);var z=arguments.length-2;if(z===1)A.children=O;else if(1<z){for(var U=Array(z),se=0;se<z;se++)U[se]=arguments[se+2];A.children=U}if(f&&f.defaultProps)for(W in z=f.defaultProps,z)A[W]===void 0&&(A[W]=z[W]);return{$$typeof:o,type:f,key:D,ref:K,props:A,_owner:B.current}}function Fe(f,m){return{$$typeof:o,type:f.type,key:m,ref:f.ref,props:f.props,_owner:f._owner}}function $e(f){return typeof f=="object"&&f!==null&&f.$$typeof===o}function Ae(f){var m={"=":"=0",":":"=2"};return"$"+f.replace(/[=:]/g,function(O){return m[O]})}var ye=/\/+/g;function re(f,m){return typeof f=="object"&&f!==null&&f.key!=null?Ae(""+f.key):m.toString(36)}function ve(f,m,O,W,A){var D=typeof f;(D==="undefined"||D==="boolean")&&(f=null);var K=!1;if(f===null)K=!0;else switch(D){case"string":case"number":K=!0;break;case"object":switch(f.$$typeof){case o:case i:K=!0}}if(K)return K=f,A=A(K),f=W===""?"."+re(K,0):W,Y(A)?(O="",f!=null&&(O=f.replace(ye,"$&/")+"/"),ve(A,m,O,"",function(se){return se})):A!=null&&($e(A)&&(A=Fe(A,O+(!A.key||K&&K.key===A.key?"":(""+A.key).replace(ye,"$&/")+"/")+f)),m.push(A)),1;if(K=0,W=W===""?".":W+":",Y(f))for(var z=0;z<f.length;z++){D=f[z];var U=W+re(D,z);K+=ve(D,m,O,U,A)}else if(U=P(f),typeof U=="function")for(f=U.call(f),z=0;!(D=f.next()).done;)D=D.value,U=W+re(D,z++),K+=ve(D,m,O,U,A);else if(D==="object")throw m=String(f),Error("Objects are not valid as a React child (found: "+(m==="[object Object]"?"object with keys {"+Object.keys(f).join(", ")+"}":m)+"). If you meant to render a collection of children, use an array instead.");return K}function ee(f,m,O){if(f==null)return f;var W=[],A=0;return ve(f,W,"","",function(D){return m.call(O,D,A++)}),W}function te(f){if(f._status===-1){var m=f._result;m=m(),m.then(function(O){(f._status===0||f._status===-1)&&(f._status=1,f._result=O)},function(O){(f._status===0||f._status===-1)&&(f._status=2,f._result=O)}),f._status===-1&&(f._status=0,f._result=m)}if(f._status===1)return f._result.default;throw f._result}var S={current:null},Se={transition:null},De={ReactCurrentDispatcher:S,ReactCurrentBatchConfig:Se,ReactCurrentOwner:B};return F.Children={map:ee,forEach:function(f,m,O){ee(f,function(){m.apply(this,arguments)},O)},count:function(f){var m=0;return ee(f,function(){m++}),m},toArray:function(f){return ee(f,function(m){return m})||[]},only:function(f){if(!$e(f))throw Error("React.Children.only expected to receive a single React element child.");return f}},F.Component=G,F.Fragment=u,F.Profiler=c,F.PureComponent=T,F.StrictMode=s,F.Suspense=p,F.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=De,F.cloneElement=function(f,m,O){if(f==null)throw Error("React.cloneElement(...): The argument must be a React element, but you passed "+f+".");var W=N({},f.props),A=f.key,D=f.ref,K=f._owner;if(m!=null){if(m.ref!==void 0&&(D=m.ref,K=B.current),m.key!==void 0&&(A=""+m.key),f.type&&f.type.defaultProps)var z=f.type.defaultProps;for(U in m)k.call(m,U)&&!we.hasOwnProperty(U)&&(W[U]=m[U]===void 0&&z!==void 0?z[U]:m[U])}var U=arguments.length-2;if(U===1)W.children=O;else if(1<U){z=Array(U);for(var se=0;se<U;se++)z[se]=arguments[se+2];W.children=z}return{$$typeof:o,type:f.type,key:A,ref:D,props:W,_owner:K}},F.createContext=function(f){return f={$$typeof:h,_currentValue:f,_currentValue2:f,_threadCount:0,Provider:null,Consumer:null,_defaultValue:null,_globalName:null},f.Provider={$$typeof:r,_context:f},f.Consumer=f},F.createElement=Re,F.createFactory=function(f){var m=Re.bind(null,f);return m.type=f,m},F.createRef=function(){return{current:null}},F.forwardRef=function(f){return{$$typeof:b,render:f}},F.isValidElement=$e,F.lazy=function(f){return{$$typeof:v,_payload:{_status:-1,_result:f},_init:te}},F.memo=function(f,m){return{$$typeof:a,type:f,compare:m===void 0?null:m}},F.startTransition=function(f){var m=Se.transition;Se.transition={};try{f()}finally{Se.transition=m}},F.unstable_act=function(){throw Error("act(...) is not supported in production builds of React.")},F.useCallback=function(f,m){return S.current.useCallback(f,m)},F.useContext=function(f){return S.current.useContext(f)},F.useDebugValue=function(){},F.useDeferredValue=function(f){return S.current.useDeferredValue(f)},F.useEffect=function(f,m){return S.current.useEffect(f,m)},F.useId=function(){return S.current.useId()},F.useImperativeHandle=function(f,m,O){return S.current.useImperativeHandle(f,m,O)},F.useInsertionEffect=function(f,m){return S.current.useInsertionEffect(f,m)},F.useLayoutEffect=function(f,m){return S.current.useLayoutEffect(f,m)},F.useMemo=function(f,m){return S.current.useMemo(f,m)},F.useReducer=function(f,m,O){return S.current.useReducer(f,m,O)},F.useRef=function(f){return S.current.useRef(f)},F.useState=function(f){return S.current.useState(f)},F.useSyncExternalStore=function(f,m,O){return S.current.useSyncExternalStore(f,m,O)},F.useTransition=function(){return S.current.useTransition()},F.version="18.2.0",F}var Rr={exports:{}};/** * @license React * react.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. */Rr.exports;var Mt;function Fn(){return Mt||(Mt=1,function(o,i){process.env.NODE_ENV!=="production"&&function(){typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error);var u="18.2.0",s=Symbol.for("react.element"),c=Symbol.for("react.portal"),r=Symbol.for("react.fragment"),h=Symbol.for("react.strict_mode"),b=Symbol.for("react.profiler"),p=Symbol.for("react.provider"),a=Symbol.for("react.context"),v=Symbol.for("react.forward_ref"),E=Symbol.for("react.suspense"),P=Symbol.for("react.suspense_list"),x=Symbol.for("react.memo"),N=Symbol.for("react.lazy"),H=Symbol.for("react.offscreen"),G=Symbol.iterator,Q="@@iterator";function T(e){if(e===null||typeof e!="object")return null;var t=G&&e[G]||e[Q];return typeof t=="function"?t:null}var Z={current:null},Y={transition:null},k={current:null,isBatchingLegacy:!1,didScheduleLegacyUpdate:!1},B={current:null},we={},Re=null;function Fe(e){Re=e}we.setExtraStackFrame=function(e){Re=e},we.getCurrentStack=null,we.getStackAddendum=function(){var e="";Re&&(e+=Re);var t=we.getCurrentStack;return t&&(e+=t()||""),e};var $e=!1,Ae=!1,ye=!1,re=!1,ve=!1,ee={ReactCurrentDispatcher:Z,ReactCurrentBatchConfig:Y,ReactCurrentOwner:B};ee.ReactDebugCurrentFrame=we,ee.ReactCurrentActQueue=k;function te(e){{for(var t=arguments.length,l=new Array(t>1?t-1:0),d=1;d<t;d++)l[d-1]=arguments[d];Se("warn",e,l)}}function S(e){{for(var t=arguments.length,l=new Array(t>1?t-1:0),d=1;d<t;d++)l[d-1]=arguments[d];Se("error",e,l)}}function Se(e,t,l){{var d=ee.ReactDebugCurrentFrame,g=d.getStackAddendum();g!==""&&(t+="%s",l=l.concat([g]));var C=l.map(function(R){return String(R)});C.unshift("Warning: "+t),Function.prototype.apply.call(console[e],console,C)}}var De={};function f(e,t){{var l=e.constructor,d=l&&(l.displayName||l.name)||"ReactClass",g=d+"."+t;if(De[g])return;S("Can't call %s on a component that is not yet mounted. This is a no-op, but it might indicate a bug in your application. Instead, assign to `this.state` directly or define a `state = {};` class property with the desired state in the %s component.",t,d),De[g]=!0}}var m={isMounted:function(e){return!1},enqueueForceUpdate:function(e,t,l){f(e,"forceUpdate")},enqueueReplaceState:function(e,t,l,d){f(e,"replaceState")},enqueueSetState:function(e,t,l,d){f(e,"setState")}},O=Object.assign,W={};Object.freeze(W);function A(e,t,l){this.props=e,this.context=t,this.refs=W,this.updater=l||m}A.prototype.isReactComponent={},A.prototype.setState=function(e,t){if(typeof e!="object"&&typeof e!="function"&&e!=null)throw new Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,e,t,"setState")},A.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")};{var D={isMounted:["isMounted","Instead, make sure to clean up subscriptions and pending requests in componentWillUnmount to prevent memory leaks."],replaceState:["replaceState","Refactor your code to use setState instead (see https://github.com/facebook/react/issues/3236)."]},K=function(e,t){Object.defineProperty(A.prototype,e,{get:function(){te("%s(...) is deprecated in plain JavaScript React classes. %s",t[0],t[1])}})};for(var z in D)D.hasOwnProperty(z)&&K(z,D[z])}function U(){}U.prototype=A.prototype;function se(e,t,l){this.props=e,this.context=t,this.refs=W,this.updater=l||m}var be=se.prototype=new U;be.constructor=se,O(be,A.prototype),be.isPureReactComponent=!0;function ke(){var e={current:null};return Object.seal(e),e}var He=Array.isArray;function ge(e){return He(e)}function Te(e){{var t=typeof Symbol=="function"&&Symbol.toStringTag,l=t&&e[Symbol.toStringTag]||e.constructor.name||"Object";return l}}function _e(e){try{return fe(e),!1}catch{return!0}}function fe(e){return""+e}function Ee(e){if(_e(e))return S("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",Te(e)),fe(e)}function Ne(e,t,l){var d=e.displayName;if(d)return d;var g=t.displayName||t.name||"";return g!==""?l+"("+g+")":l}function Pe(e){return e.displayName||"Context"}function Ce(e){if(e==null)return null;if(typeof e.tag=="number"&&S("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),typeof e=="function")return e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case r:return"Fragment";case c:return"Portal";case b:return"Profiler";case h:return"StrictMode";case E:return"Suspense";case P:return"SuspenseList"}if(typeof e=="object")switch(e.$$typeof){case a:var t=e;return Pe(t)+".Consumer";case p:var l=e;return Pe(l._context)+".Provider";case v:return Ne(e,e.render,"ForwardRef");case x:var d=e.displayName||null;return d!==null?d:Ce(e.type)||"Memo";case N:{var g=e,C=g._payload,R=g._init;try{return Ce(R(C))}catch{return null}}}return null}var Ye=Object.prototype.hasOwnProperty,le={key:!0,ref:!0,__self:!0,__source:!0},rr,Xe,Me;Me={};function Ve(e){if(Ye.call(e,"ref")){var t=Object.getOwnPropertyDescriptor(e,"ref").get;if(t&&t.isReactWarning)return!1}return e.ref!==void 0}function xe(e){if(Ye.call(e,"key")){var t=Object.getOwnPropertyDescriptor(e,"key").get;if(t&&t.isReactWarning)return!1}return e.key!==void 0}function We(e,t){var l=function(){rr||(rr=!0,S("%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)",t))};l.isReactWarning=!0,Object.defineProperty(e,"key",{get:l,configurable:!0})}function qe(e,t){var l=function(){Xe||(Xe=!0,S("%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)",t))};l.isReactWarning=!0,Object.defineProperty(e,"ref",{get:l,configurable:!0})}function ze(e){if(typeof e.ref=="string"&&B.current&&e.__self&&B.current.stateNode!==e.__self){var t=Ce(B.current.type);Me[t]||(S('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',t,e.ref),Me[t]=!0)}}var Le=function(e,t,l,d,g,C,R){var j={$$typeof:s,type:e,key:t,ref:l,props:R,_owner:C};return j._store={},Object.defineProperty(j._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:!1}),Object.defineProperty(j,"_self",{configurable:!1,enumerable:!1,writable:!1,value:d}),Object.defineProperty(j,"_source",{configurable:!1,enumerable:!1,writable:!1,value:g}),Object.freeze&&(Object.freeze(j.props),Object.freeze(j)),j};function Be(e,t,l){var d,g={},C=null,R=null,j=null,V=null;if(t!=null){Ve(t)&&(R=t.ref,ze(t)),xe(t)&&(Ee(t.key),C=""+t.key),j=t.__self===void 0?null:t.__self,V=t.__source===void 0?null:t.__source;for(d in t)Ye.call(t,d)&&!le.hasOwnProperty(d)&&(g[d]=t[d])}var X=arguments.length-2;if(X===1)g.children=l;else if(X>1){for(var ae=Array(X),oe=0;oe<X;oe++)ae[oe]=arguments[oe+2];Object.freeze&&Object.freeze(ae),g.children=ae}if(e&&e.defaultProps){var ie=e.defaultProps;for(d in ie)g[d]===void 0&&(g[d]=ie[d])}if(C||R){var de=typeof e=="function"?e.displayName||e.name||"Unknown":e;C&&We(g,de),R&&qe(g,de)}return Le(e,C,R,j,V,B.current,g)}function ne(e,t){var l=Le(e.type,t,e.ref,e._self,e._source,e._owner,e.props);return l}function qr(e,t,l){if(e==null)throw new Error("React.cloneElement(...): The argument must be a React element, but you passed "+e+".");var d,g=O({},e.props),C=e.key,R=e.ref,j=e._self,V=e._source,X=e._owner;if(t!=null){Ve(t)&&(R=t.ref,X=B.current),xe(t)&&(Ee(t.key),C=""+t.key);var ae;e.type&&e.type.defaultProps&&(ae=e.type.defaultProps);for(d in t)Ye.call(t,d)&&!le.hasOwnProperty(d)&&(t[d]===void 0&&ae!==void 0?g[d]=ae[d]:g[d]=t[d])}var oe=arguments.length-2;if(oe===1)g.children=l;else if(oe>1){for(var ie=Array(oe),de=0;de<oe;de++)ie[de]=arguments[de+2];g.children=ie}return Le(e.type,C,R,j,V,X,g)}function Qe(e){return typeof e=="object"&&e!==null&&e.$$typeof===s}var kr=".",Hr=":";function zr(e){var t=/[=:]/g,l={"=":"=0",":":"=2"},d=e.replace(t,function(g){return l[g]});return"$"+d}var or=!1,Pr=/\/+/g;function Ke(e){return e.replace(Pr,"$&/")}function tr(e,t){return typeof e=="object"&&e!==null&&e.key!=null?(Ee(e.key),zr(""+e.key)):t.toString(36)}function Ze(e,t,l,d,g){var C=typeof e;(C==="undefined"||C==="boolean")&&(e=null);var R=!1;if(e===null)R=!0;else switch(C){case"string":case"number":R=!0;break;case"object":switch(e.$$typeof){case s:case c:R=!0}}if(R){var j=e,V=g(j),X=d===""?kr+tr(j,0):d;if(ge(V)){var ae="";X!=null&&(ae=Ke(X)+"/"),Ze(V,t,ae,"",function(Nn){return Nn})}else V!=null&&(Qe(V)&&(V.key&&(!j||j.key!==V.key)&&Ee(V.key),V=ne(V,l+(V.key&&(!j||j.key!==V.key)?Ke(""+V.key)+"/":"")+X)),t.push(V));return 1}var oe,ie,de=0,he=d===""?kr:d+Hr;if(ge(e))for(var Ur=0;Ur<e.length;Ur++)oe=e[Ur],ie=he+tr(oe,Ur),de+=Ze(oe,t,l,ie,g);else{var ut=T(e);if(typeof ut=="function"){var Dt=e;ut===Dt.entries&&(or||te("Using Maps as children is not supported. Use an array of keyed ReactElements instead."),or=!0);for(var An=ut.call(Dt),Nt,Dn=0;!(Nt=An.next()).done;)oe=Nt.value,ie=he+tr(oe,Dn++),de+=Ze(oe,t,l,ie,g)}else if(C==="object"){var Lt=String(e);throw new Error("Objects are not valid as a React child (found: "+(Lt==="[object Object]"?"object with keys {"+Object.keys(e).join(", ")+"}":Lt)+"). If you meant to render a collection of children, use an array instead.")}}return de}function nr(e,t,l){if(e==null)return e;var d=[],g=0;return Ze(e,d,"","",function(C){return t.call(l,C,g++)}),d}function Br(e){var t=0;return nr(e,function(){t++}),t}function xr(e,t,l){nr(e,function(){t.apply(this,arguments)},l)}function Kr(e){return nr(e,function(t){return t})||[]}function Ar(e){if(!Qe(e))throw new Error("React.Children.only expected to receive a single React element child.");return e}function Dr(e){var t={$$typeof:a,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null,_defaultValue:null,_globalName:null};t.Provider={$$typeof:p,_context:t};var l=!1,d=!1,g=!1;{var C={$$typeof:a,_context:t};Object.defineProperties(C,{Provider:{get:function(){return d||(d=!0,S("Rendering <Context.Consumer.Provider> is not supported and will be removed in a future major release. Did you mean to render <Context.Provider> instead?")),t.Provider},set:function(R){t.Provider=R}},_currentValue:{get:function(){return t._currentValue},set:function(R){t._currentValue=R}},_currentValue2:{get:function(){return t._currentValue2},set:function(R){t._currentValue2=R}},_threadCount:{get:function(){return t._threadCount},set:function(R){t._threadCount=R}},Consumer:{get:function(){return l||(l=!0,S("Rendering <Context.Consumer.Consumer> is not supported and will be removed in a future major release. Did you mean to render <Context.Consumer> instead?")),t.Consumer}},displayName:{get:function(){return t.displayName},set:function(R){g||(te("Setting `displayName` on Context.Consumer has no effect. You should set it directly on the context with Context.displayName = '%s'.",R),g=!0)}}}),t.Consumer=C}return t._currentRenderer=null,t._currentRenderer2=null,t}var ar=-1,dr=0,vr=1,Jr=2;function Gr(e){if(e._status===ar){var t=e._result,l=t();if(l.then(function(C){if(e._status===dr||e._status===ar){var R=e;R._status=vr,R._result=C}},function(C){if(e._status===dr||e._status===ar){var R=e;R._status=Jr,R._result=C}}),e._status===ar){var d=e;d._status=dr,d._result=l}}if(e._status===vr){var g=e._result;return g===void 0&&S(`lazy: Expected the result of a dynamic import() call. Instead received: %s Your code should look like: const MyComponent = lazy(() => import('./MyComponent')) Did you accidentally put curly braces around the import?`,g),"default"in g||S(`lazy: Expected the result of a dynamic import() call. Instead received: %s Your code should look like: const MyComponent = lazy(() => import('./MyComponent'))`,g),g.default}else throw e._result}function Xr(e){var t={_status:ar,_result:e},l={$$typeof:N,_payload:t,_init:Gr};{var d,g;Object.defineProperties(l,{defaultProps:{configurable:!0,get:function(){return d},set:function(C){S("React.lazy(...): It is not supported to assign `defaultProps` to a lazy component import. Either specify them where the component is defined, or create a wrapping component around it."),d=C,Object.defineProperty(l,"defaultProps",{enumerable:!0})}},propTypes:{configurable:!0,get:function(){return g},set:function(C){S("React.lazy(...): It is not supported to assign `propTypes` to a lazy component import. Either specify them where the component is defined, or create a wrapping component around it."),g=C,Object.defineProperty(l,"propTypes",{enumerable:!0})}}})}return l}function Qr(e){e!=null&&e.$$typeof===x?S("forwardRef requires a render function but received a `memo` component. Instead of forwardRef(memo(...)), use memo(forwardRef(...))."):typeof e!="function"?S("forwardRef requires a render function but was given %s.",e===null?"null":typeof e):e.length!==0&&e.length!==2&&S("forwardRef render functions accept exactly two parameters: props and ref. %s",e.length===1?"Did you forget to use the ref parameter?":"Any additional parameter will be undefined."),e!=null&&(e.defaultProps!=null||e.propTypes!=null)&&S("forwardRef render functions do not support propTypes or defaultProps. Did you accidentally pass a React component?");var t={$$typeof:v,render:e};{var l;Object.defineProperty(t,"displayName",{enumerable:!1,configurable:!0,get:function(){return l},set:function(d){l=d,!e.name&&!e.displayName&&(e.displayName=d)}})}return t}var n;n=Symbol.for("react.module.reference");function y(e){return!!(typeof e=="string"||typeof e=="function"||e===r||e===b||ve||e===h||e===E||e===P||re||e===H||$e||Ae||ye||typeof e=="object"&&e!==null&&(e.$$typeof===N||e.$$typeof===x||e.$$typeof===p||e.$$typeof===a||e.$$typeof===v||e.$$typeof===n||e.getModuleId!==void 0))}function _(e,t){y(e)||S("memo: The first argument must be a component. Instead received: %s",e===null?"null":typeof e);var l={$$typeof:x,type:e,compare:t===void 0?null:t};{var d;Object.defineProperty(l,"displayName",{enumerable:!1,configurable:!0,get:function(){return d},set:function(g){d=g,!e.name&&!e.displayName&&(e.displayName=g)}})}return l}function w(){var e=Z.current;return e===null&&S(`Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons: 1. You might have mismatching versions of React and the renderer (such as React DOM) 2. You might be breaking the Rules of Hooks 3. You might have more than one copy of React in the same app See https://reactjs.org/link/invalid-hook-call for tips about how to debug and fix this problem.`),e}function q(e){var t=w();if(e._context!==void 0){var l=e._context;l.Consumer===e?S("Calling useContext(Context.Consumer) is not supported, may cause bugs, and will be removed in a future major release. Did you mean to call useContext(Context) instead?"):l.Provider===e&&S("Calling useContext(Context.Provider) is not supported. Did you mean to call useContext(Context) instead?")}return t.useContext(e)}function J(e){var t=w();return t.useState(e)}function $(e,t,l){var d=w();return d.useReducer(e,t,l)}function L(e){var t=w();return t.useRef(e)}function pe(e,t){var l=w();return l.useEffect(e,t)}function ue(e,t){var l=w();return l.useInsertionEffect(e,t)}function ce(e,t){var l=w();return l.useLayoutEffect(e,t)}function Oe(e,t){var l=w();return l.useCallback(e,t)}function er(e,t){var l=w();return l.useMemo(e,t)}function Nr(e,t,l){var d=w();return d.useImperativeHandle(e,t,l)}function Ue(e,t){{var l=w();return l.useDebugValue(e,t)}}function cn(){var e=w();return e.useTransition()}function fn(e){var t=w();return t.useDeferredValue(e)}function ln(){var e=w();return e.useId()}function dn(e,t,l){var d=w();return d.useSyncExternalStore(e,t,l)}var pr=0,vt,pt,ht,yt,bt,mt,gt;function _t(){}_t.__reactDisabledLog=!0;function vn(){{if(pr===0){vt=console.log,pt=console.info,ht=console.warn,yt=console.error,bt=console.group,mt=console.groupCollapsed,gt=console.groupEnd;var e={configurable:!0,enumerable:!0,value:_t,writable:!0};Object.defineProperties(console,{info:e,log:e,warn:e,error:e,group:e,groupCollapsed:e,groupEnd:e})}pr++}}function pn(){{if(pr--,pr===0){var e={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:O({},e,{value:vt}),info:O({},e,{value:pt}),warn:O({},e,{value:ht}),error:O({},e,{value:yt}),group:O({},e,{value:bt}),groupCollapsed:O({},e,{value:mt}),groupEnd:O({},e,{value:gt})})}pr<0&&S("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var Zr=ee.ReactCurrentDispatcher,et;function Lr(e,t,l){{if(et===void 0)try{throw Error()}catch(g){var d=g.stack.trim().match(/\n( *(at )?)/);et=d&&d[1]||""}return` `+et+e}}var rt=!1,Ir;{var hn=typeof WeakMap=="function"?WeakMap:Map;Ir=new hn}function Et(e,t){if(!e||rt)return"";{var l=Ir.get(e);if(l!==void 0)return l}var d;rt=!0;var g=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var C;C=Zr.current,Zr.current=null,vn();try{if(t){var R=function(){throw Error()};if(Object.defineProperty(R.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(R,[])}catch(he){d=he}Reflect.construct(e,[],R)}else{try{R.call()}catch(he){d=he}e.call(R.prototype)}}else{try{throw Error()}catch(he){d=he}e()}}catch(he){if(he&&d&&typeof he.stack=="string"){for(var j=he.stack.split(` `),V=d.stack.split(` `),X=j.length-1,ae=V.length-1;X>=1&&ae>=0&&j[X]!==V[ae];)ae--;for(;X>=1&&ae>=0;X--,ae--)if(j[X]!==V[ae]){if(X!==1||ae!==1)do if(X--,ae--,ae<0||j[X]!==V[ae]){var oe=` `+j[X].replace(" at new "," at ");return e.displayName&&oe.includes("<anonymous>")&&(oe=oe.replace("<anonymous>",e.displayName)),typeof e=="function"&&Ir.set(e,oe),oe}while(X>=1&&ae>=0);break}}}finally{rt=!1,Zr.current=C,pn(),Error.prepareStackTrace=g}var ie=e?e.displayName||e.name:"",de=ie?Lr(ie):"";return typeof e=="function"&&Ir.set(e,de),de}function yn(e,t,l){return Et(e,!1)}function bn(e){var t=e.prototype;return!!(t&&t.isReactComponent)}function Fr(e,t,l){if(e==null)return"";if(typeof e=="function")return Et(e,bn(e));if(typeof e=="string")return Lr(e);switch(e){case E:return Lr("Suspense");case P:return Lr("SuspenseList")}if(typeof e=="object")switch(e.$$typeof){case v:return yn(e.render);case x:return Fr(e.type,t,l);case N:{var d=e,g=d._payload,C=d._init;try{return Fr(C(g),t,l)}catch{}}}return""}var wt={},Rt=ee.ReactDebugCurrentFrame;function $r(e){if(e){var t=e._owner,l=Fr(e.type,e._source,t?t.type:null);Rt.setExtraStackFrame(l)}else Rt.setExtraStackFrame(null)}function mn(e,t,l,d,g){{var C=Function.call.bind(Ye);for(var R in e)if(C(e,R)){var j=void 0;try{if(typeof e[R]!="function"){var V=Error((d||"React class")+": "+l+" type `"+R+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof e[R]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw V.name="Invariant Violation",V}j=e[R](t,R,d,l,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(X){j=X}j&&!(j instanceof Error)&&($r(g),S("%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).",d||"React class",l,R,typeof j),$r(null)),j instanceof Error&&!(j.message in wt)&&(wt[j.message]=!0,$r(g),S("Failed %s type: %s",l,j.message),$r(null))}}}function ur(e){if(e){var t=e._owner,l=Fr(e.type,e._source,t?t.type:null);Fe(l)}else Fe(null)}var tt;tt=!1;function St(){if(B.current){var e=Ce(B.current.type);if(e)return` Check the render method of \``+e+"`."}return""}function gn(e){if(e!==void 0){var t=e.fileName.replace(/^.*[\\\/]/,""),l=e.lineNumber;return` Check your code at `+t+":"+l+"."}return""}function _n(e){return e!=null?gn(e.__source):""}var Tt={};function En(e){var t=St();if(!t){var l=typeof e=="string"?e:e.displayName||e.name;l&&(t=` Check the top-level render call using <`+l+">.")}return t}function Ct(e,t){if(!(!e._store||e._store.validated||e.key!=null)){e._store.validated=!0;var l=En(t);if(!Tt[l]){Tt[l]=!0;var d="";e&&e._owner&&e._owner!==B.current&&(d=" It was passed a child from "+Ce(e._owner.type)+"."),ur(e),S('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.',l,d),ur(null)}}}function Ot(e,t){if(typeof e=="object"){if(ge(e))for(var l=0;l<e.length;l++){var d=e[l];Qe(d)&&Ct(d,t)}else if(Qe(e))e._store&&(e._store.validated=!0);else if(e){var g=T(e);if(typeof g=="function"&&g!==e.entries)for(var C=g.call(e),R;!(R=C.next()).done;)Qe(R.value)&&Ct(R.value,t)}}}function jt(e){{var t=e.type;if(t==null||typeof t=="string")return;var l;if(typeof t=="function")l=t.propTypes;else if(typeof t=="object"&&(t.$$typeof===v||t.$$typeof===x))l=t.propTypes;else return;if(l){var d=Ce(t);mn(l,e.props,"prop",d,e)}else if(t.PropTypes!==void 0&&!tt){tt=!0;var g=Ce(t);S("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",g||"Unknown")}typeof t.getDefaultProps=="function"&&!t.getDefaultProps.isReactClassApproved&&S("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function wn(e){{for(var t=Object.keys(e.props),l=0;l<t.length;l++){var d=t[l];if(d!=="children"&&d!=="key"){ur(e),S("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",d),ur(null);break}}e.ref!==null&&(ur(e),S("Invalid attribute `ref` supplied to `React.Fragment`."),ur(null))}}function kt(e,t,l){var d=y(e);if(!d){var g="";(e===void 0||typeof e=="object"&&e!==null&&Object.keys(e).length===0)&&(g+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");var C=_n(t);C?g+=C:g+=St();var R;e===null?R="null":ge(e)?R="array":e!==void 0&&e.$$typeof===s?(R="<"+(Ce(e.type)||"Unknown")+" />",g=" Did you accidentally export a JSX literal instead of a component?"):R=typeof e,S("React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",R,g)}var j=Be.apply(this,arguments);if(j==null)return j;if(d)for(var V=2;V<arguments.length;V++)Ot(arguments[V],e);return e===r?wn(j):jt(j),j}var Pt=!1;function Rn(e){var t=kt.bind(null,e);return t.type=e,Pt||(Pt=!0,te("React.createFactory() is deprecated and will be removed in a future major release. Consider using JSX or use React.createElement() directly instead.")),Object.defineProperty(t,"type",{enumerable:!1,get:function(){return te("Factory.type is deprecated. Access the class directly before passing it to createFactory."),Object.defineProperty(this,"type",{value:e}),e}}),t}function Sn(e,t,l){for(var d=qr.apply(this,arguments),g=2;g<arguments.length;g++)Ot(arguments[g],d.type);return jt(d),d}function Tn(e,t){var l=Y.transition;Y.transition={};var d=Y.transition;Y.transition._updatedFibers=new Set;try{e()}finally{if(Y.transition=l,l===null&&d._updatedFibers){var g=d._updatedFibers.size;g>10&&te("Detected a large number of updates inside startTransition. If this is due to a subscription please re-write it to use React provided hooks. Otherwise concurrent mode guarantees are off the table."),d._updatedFibers.clear()}}}var xt=!1,Mr=null;function Cn(e){if(Mr===null)try{var t=("require"+Math.random()).slice(0,7),l=o&&o[t];Mr=l.call(o,"timers").setImmediate}catch{Mr=function(g){xt===!1&&(xt=!0,typeof MessageChannel>"u"&&S("This browser does not have a MessageChannel implementation, so enqueuing tasks via await act(async () => ...) will fail. Please file an issue at https://github.com/facebook/react/issues if you encounter this warning."));var C=new MessageChannel;C.port1.onmessage=g,C.port2.postMessage(void 0)}}return Mr(e)}var ir=0,At=!1;function On(e){{var t=ir;ir++,k.current===null&&(k.current=[]);var l=k.isBatchingLegacy,d;try{if(k.isBatchingLegacy=!0,d=e(),!l&&k.didScheduleLegacyUpdate){var g=k.current;g!==null&&(k.didScheduleLegacyUpdate=!1,ot(g))}}catch(ie){throw Wr(t),ie}finally{k.isBatchingLegacy=l}if(d!==null&&typeof d=="object"&&typeof d.then=="function"){var C=d,R=!1,j={then:function(ie,de){R=!0,C.then(function(he){Wr(t),ir===0?nt(he,ie,de):ie(he)},function(he){Wr(t),de(he)})}};return!At&&typeof Promise<"u"&&Promise.resolve().then(function(){}).then(function(){R||(At=!0,S("You called act(async () => ...) without await. This could lead to unexpected testing behaviour, interleaving multiple act calls and mixing their scopes. You should - await act(async () => ...);"))}),j}else{var V=d;if(Wr(t),ir===0){var X=k.current;X!==null&&(ot(X),k.current=null);var ae={then:function(ie,de){k.current===null?(k.current=[],nt(V,ie,de)):ie(V)}};return ae}else{var oe={then:function(ie,de){ie(V)}};return oe}}}}function Wr(e){e!==ir-1&&S("You seem to have overlapping act() calls, this is not supported. Be sure to await previous act() calls before making a new one. "),ir=e}function nt(e,t,l){{var d=k.current;if(d!==null)try{ot(d),Cn(function(){d.length===0?(k.current=null,t(e)):nt(e,t,l)})}catch(g){l(g)}else t(e)}}var at=!1;function ot(e){if(!at){at=!0;var t=0;try{for(;t<e.length;t++){var l=e[t];do l=l(!0);while(l!==null)}e.length=0}catch(d){throw e=e.slice(t+1),d}finally{at=!1}}}var jn=kt,kn=Sn,Pn=Rn,xn={map:nr,forEach:xr,count:Br,toArray:Kr,only:Ar};i.Children=xn,i.Component=A,i.Fragment=r,i.Profiler=b,i.PureComponent=se,i.StrictMode=h,i.Suspense=E,i.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=ee,i.cloneElement=kn,i.createContext=Dr,i.createElement=jn,i.createFactory=Pn,i.createRef=ke,i.forwardRef=Qr,i.isValidElement=Qe,i.lazy=Xr,i.memo=_,i.startTransition=Tn,i.unstable_act=On,i.useCallback=Oe,i.useContext=q,i.useDebugValue=Ue,i.useDeferredValue=fn,i.useEffect=pe,i.useId=ln,i.useImperativeHandle=Nr,i.useInsertionEffect=ue,i.useLayoutEffect=ce,i.useMemo=er,i.useReducer=$,i.useRef=L,i.useState=J,i.useSyncExternalStore=dn,i.useTransition=cn,i.version=u,typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error)}()}(Rr,Rr.exports)),Rr.exports}process.env.NODE_ENV==="production"?ft.exports=In():ft.exports=Fn();var I=ft.exports;/** * @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 Wt;function $n(){if(Wt)return hr;Wt=1;var o=I,i=Symbol.for("react.element"),u=Symbol.for("react.fragment"),s=Object.prototype.hasOwnProperty,c=o.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,r={key:!0,ref:!0,__self:!0,__source:!0};function h(b,p,a){var v,E={},P=null,x=null;a!==void 0&&(P=""+a),p.key!==void 0&&(P=""+p.key),p.ref!==void 0&&(x=p.ref);for(v in p)s.call(p,v)&&!r.hasOwnProperty(v)&&(E[v]=p[v]);if(b&&b.defaultProps)for(v in p=b.defaultProps,p)E[v]===void 0&&(E[v]=p[v]);return{$$typeof:i,type:b,key:P,ref:x,props:E,_owner:c.current}}return hr.Fragment=u,hr.jsx=h,hr.jsxs=h,hr}var yr={};/** * @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 Ut;function Mn(){return Ut||(Ut=1,process.env.NODE_ENV!=="production"&&function(){var o=I,i=Symbol.for("react.element"),u=Symbol.for("react.portal"),s=Symbol.for("react.fragment"),c=Symbol.for("react.strict_mode"),r=Symbol.for("react.profiler"),h=Symbol.for("react.provider"),b=Symbol.for("react.context"),p=Symbol.for("react.forward_ref"),a=Symbol.for("react.suspense"),v=Symbol.for("react.suspense_list"),E=Symbol.for("react.memo"),P=Symbol.for("react.lazy"),x=Symbol.for("react.offscreen"),N=Symbol.iterator,H="@@iterator";function G(n){if(n===null||typeof n!="object")return null;var y=N&&n[N]||n[H];return typeof y=="function"?y:null}var Q=o.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function T(n){{for(var y=arguments.length,_=new Array(y>1?y-1:0),w=1;w<y;w++)_[w-1]=arguments[w];Z("error",n,_)}}function Z(n,y,_){{var w=Q.ReactDebugCurrentFrame,q=w.getStackAddendum();q!==""&&(y+="%s",_=_.concat([q]));var J=_.map(function($){return String($)});J.unshift("Warning: "+y),Function.prototype.apply.call(console[n],console,J)}}var Y=!1,k=!1,B=!1,we=!1,Re=!1,Fe;Fe=Symbol.for("react.module.reference");function $e(n){return!!(typeof n=="string"||typeof n=="function"||n===s||n===r||Re||n===c||n===a||n===v||we||n===x||Y||k||B||typeof n=="object"&&n!==null&&(n.$$typeof===P||n.$$typeof===E||n.$$typeof===h||n.$$typeof===b||n.$$typeof===p||n.$$typeof===Fe||n.getModuleId!==void 0))}function Ae(n,y,_){var w=n.displayName;if(w)return w;var q=y.displayName||y.name||"";return q!==""?_+"("+q+")":_}function ye(n){return n.displayName||"Context"}function re(n){if(n==null)return null;if(typeof n.tag=="number"&&T("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),typeof n=="function")return n.displayName||n.name||null;if(typeof n=="string")return n;switch(n){case s:return"Fragment";case u:return"Portal";case r:return"Profiler";case c:return"StrictMode";case a:return"Suspense";case v:return"SuspenseList"}if(typeof n=="object")switch(n.$$typeof){case b:var y=n;return ye(y)+".Consumer";case h:var _=n;return ye(_._context)+".Provider";case p:return Ae(n,n.render,"ForwardRef");case E:var w=n.displayName||null;return w!==null?w:re(n.type)||"Memo";case P:{var q=n,J=q._payload,$=q._init;try{return re($(J))}catch{return null}}}return null}var ve=Object.assign,ee=0,te,S,Se,De,f,m,O;function W(){}W.__reactDisabledLog=!0;function A(){{if(ee===0){te=console.log,S=console.info,Se=console.warn,De=console.error,f=console.group,m=console.groupCollapsed,O=console.groupEnd;var n={configurable:!0,enumerable:!0,value:W,writable:!0};Object.defineProperties(console,{info:n,log:n,warn:n,error:n,group:n,groupCollapsed:n,groupEnd:n})}ee++}}function D(){{if(ee--,ee===0){var n={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:ve({},n,{value:te}),info:ve({},n,{value:S}),warn:ve({},n,{value:Se}),error:ve({},n,{value:De}),group:ve({},n,{value:f}),groupCollapsed:ve({},n,{value:m}),groupEnd:ve({},n,{value:O})})}ee<0&&T("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var K=Q.ReactCurrentDispatcher,z;function U(n,y,_){{if(z===void 0)try{throw Error()}catch(q){var w=q.stack.trim().match(/\n( *(at )?)/);z=w&&w[1]||""}return` `+z+n}}var se=!1,be;{var ke=typeof WeakMap=="function"?WeakMap:Map;be=new ke}function He(n,y){if(!n||se)return"";{var _=be.get(n);if(_!==void 0)return _}var w;se=!0;var q=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var J;J=K.current,K.current=null,A();try{if(y){var $=function(){throw Error()};if(Object.defineProperty($.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct($,[])}catch(Ue){w=Ue}Reflect.construct(n,[],$)}else{try{$.call()}catch(Ue){w=Ue}n.call($.prototype)}}else{try{throw Error()}catch(Ue){w=Ue}n()}}catch(Ue){if(Ue&&w&&typeof Ue.stack=="string"){for(var L=Ue.stack.split(` `),pe=w.stack.split(` `),ue=L.length-1,ce=pe.length-1;ue>=1&&ce>=0&&L[ue]!==pe[ce];)ce--;for(;ue>=1&&ce>=0;ue--,ce--)if(L[ue]!==pe[ce]){if(ue!==1||ce!==1)do if(ue--,ce--,ce<0||L[ue]!==pe[ce]){var Oe=` `+L[ue].replace(" at new "," at ");return n.displayName&&Oe.includes("<anonymous>")&&(Oe=Oe.replace("<anonymous>",n.displayName)),typeof n=="function"&&be.set(n,Oe),Oe}while(ue>=1&&ce>=0);break}}}finally{se=!1,K.current=J,D(),Error.prepareStackTrace=q}var er=n?n.displayName||n.name:"",Nr=er?U(er):"";return typeof n=="function"&&be.set(n,Nr),Nr}function ge(n,y,_){return He(n,!1)}function Te(n){var y=n.prototype;return!!(y&&y.isReactComponent)}function _e(n,y,_){if(n==null)return"";if(typeof n=="function")return He(n,Te(n));if(typeof n=="string")return U(n);switch(n){case a:return U("Suspense");case v:return U("SuspenseList")}if(typeof n=="object")switch(n.$$typeof){case p:return ge(n.render);case E:return _e(n.type,y,_);case P:{var w=n,q=w._payload,J=w._init;try{return _e(J(q),y,_)}catch{}}}return""}var fe=Object.prototype.hasOwnProperty,Ee={},Ne=Q.ReactDebugCurrentFrame;function Pe(n){if(n){var y=n._owner,_=_e(n.type,n._source,y?y.type:null);Ne.setExtraStackFrame(_)}else Ne.setExtraStackFrame(null)}function Ce(n,y,_,w,q){{var J=Function.call.bind(fe);for(var $ in n)if(J(n,$)){var L=void 0;try{if(typeof n[$]!="function"){var pe=Error((w||"React class")+": "+_+" type `"+$+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof n[$]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw pe.name="Invariant Violation",pe}L=n[$](y,$,w,_,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(ue){L=ue}L&&!(L instanceof Error)&&(Pe(q),T("%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).",w||"React class",_,$,typeof L),Pe(null)),L instanceof Error&&!(L.message in Ee)&&(Ee[L.message]=!0,Pe(q),T("Failed %s type: %s",_,L.message),Pe(null))}}}var Ye=Array.isArray;function le(n){return Ye(n)}function rr(n){{var y=typeof Symbol=="function"&&Symbol.toStringTag,_=y&&n[Symbol.toStringTag]||n.constructor.name||"Object";return _}}function Xe(n){try{return Me(n),!1}catch{return!0}}function Me(n){return""+n}function Ve(n){if(Xe(n))return T("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",rr(n)),Me(n)}var xe=Q.ReactCurrentOwner,We={key:!0,ref:!0,__self:!0,__source:!0},qe,ze,Le;Le={};function Be(n){if(fe.call(n,"ref")){var y=Object.getOwnPropertyDescriptor(n,"ref").get;if(y&&y.isReactWarning)return!1}return n.ref!==void 0}function ne(n){if(fe.call(n,"key")){var y=Object.getOwnPropertyDescriptor(n,"key").get;if(y&&y.isReactWarning)return!1}return n.key!==void 0}function qr(n,y){if(typeof n.ref=="string"&&xe.current&&y&&xe.current.stateNode!==y){var _=re(xe.current.type);Le[_]||(T('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',re(xe.current.type),n.ref),Le[_]=!0)}}function Qe(n,y){{var _=function(){qe||(qe=!0,T("%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)",y))};_.isReactWarning=!0,Object.defineProperty(n,"key",{get:_,configurable:!0})}}function kr(n,y){{var _=function(){ze||(ze=!0,T("%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)",y))};_.isReactWarning=!0,Object.defineProperty(n,"ref",{get:_,configurable:!0})}}var Hr=function(n,y,_,w,q,J,$){var L={$$typeof:i,type:n,key:y,ref:_,props:$,_owner:J};return L._store={},Object.defineProperty(L._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:!1}),Object.defineProperty(L,"_self",{configurable:!1,enumerable:!1,writable:!1,value:w}),Object.defineProperty(L,"_source",{configurable:!1,enumerable:!1,writable:!1,value:q}),Object.freeze&&(Object.freeze(L.props),Object.freeze(L)),L};function zr(n,y,_,w,q){{var J,$={},L=null,pe=null;_!==void 0&&(Ve(_),L=""+_),ne(y)&&(Ve(y.key),L=""+y.key),Be(y)&&(pe=y.ref,qr(y,q));for(J in y)fe.call(y,J)&&!We.hasOwnProperty(J)&&($[J]=y[J]);if(n&&n.defaultProps){var ue=n.defaultProps;for(J in ue)$[J]===void 0&&($[J]=ue[J])}if(L||pe){var ce=typeof n=="function"?n.displayName||n.name||"Unknown":n;L&&Qe($,ce),pe&&kr($,ce)}return Hr(n,L,pe,q,w,xe.current,$)}}var or=Q.ReactCurrentOwner,Pr=Q.ReactDebugCurrentFrame;function Ke(n){if(n){var y=n._owner,_=_e(n.type,n._source,y?y.type:null);Pr.setExtraStackFrame(_)}else Pr.setExtraStackFrame(null)}var tr;tr=!1;function Ze(n){return typeof n=="object"&&n!==null&&n.$$typeof===i}function nr(){{if(or.current){var n=re(or.current.type);if(n)return` Check the render method of \``+n+"`."}return""}}function Br(n){{if(n!==void 0){var y=n.fileName.replace(/^.*[\\\/]/,""),_=n.lineNumber;return` Check your code at `+y+":"+_+"."}return""}}var xr={};function Kr(n){{var y=nr();if(!y){var _=typeof n=="string"?n:n.displayName||n.name;_&&(y=` Check the top-level render call using <`+_+">.")}return y}}function Ar(n,y){{if(!n._store||n._store.validated||n.key!=null)return;n._store.validated=!0;var _=Kr(y);if(xr[_])return;xr[_]=!0;var w="";n&&n._owner&&n._owner!==or.current&&(w=" It was passed a child from "+re(n._owner.type)+"."),Ke(n),T('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.',_,w),Ke(null)}}function Dr(n,y){{if(typeof n!="object")return;if(le(n))for(var _=0;_<n.length;_++){var w=n[_];Ze(w)&&Ar(w,y)}else if(Ze(n))n._store&&(n._store.validated=!0);else if(n){var q=G(n);if(typeof q=="function"&&q!==n.entries)for(var J=q.call(n),$;!($=J.next()).done;)Ze($.value)&&Ar($.value,y)}}}function ar(n){{var y=n.type;if(y==null||typeof y=="string")return;var _;if(typeof y=="function")_=y.propTypes;else if(typeof y=="object"&&(y.$$typeof===p||y.$$typeof===E))_=y.propTypes;else return;if(_){var w=re(y);Ce(_,n.props,"prop",w,n)}else if(y.PropTypes!==void 0&&!tr){tr=!0;var q=re(y);T("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",q||"Unknown")}typeof y.getDefaultProps=="function"&&!y.getDefaultProps.isReactClassApproved&&T("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function dr(n){{for(var y=Object.keys(n.props),_=0;_<y.length;_++){var w=y[_];if(w!=="children"&&w!=="key"){Ke(n),T("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",w),Ke(null);break}}n.ref!==null&&(Ke(n),T("Invalid attribute `ref` supplied to `React.Fragment`."),Ke(null))}}function vr(n,y,_,w,q,J){{var $=$e(n);if(!$){var L="";(n===void 0||typeof n=="object"&&n!==null&&Object.keys(n).length===0)&&(L+=" 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 pe=Br(q);pe?L+=pe:L+=nr();var ue;n===null?ue="null":le(n)?ue="array":n!==void 0&&n.$$typeof===i?(ue="<"+(re(n.type)||"Unknown")+" />",L=" Did you accidentally export a JSX literal instead of a component?"):ue=typeof n,T("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",ue,L)}var ce=zr(n,y,_,q,J);if(ce==null)return ce;if($){var Oe=y.children;if(Oe!==void 0)if(w)if(le(Oe)){for(var er=0;er<Oe.length;er++)Dr(Oe[er],n);Object.freeze&&Object.freeze(Oe)}else T("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 Dr(Oe,n)}return n===s?dr(ce):ar(ce),ce}}function Jr(n,y,_){return vr(n,y,_,!0)}function Gr(n,y,_){return vr(n,y,_,!1)}var Xr=Gr,Qr=Jr;yr.Fragment=s,yr.jsx=Xr,yr.jsxs=Qr}()),yr}process.env.NODE_ENV==="production"?ct.exports=$n():ct.exports=Mn();var M=ct.exports;const Wn="_container_i1u4i_1",Yt={container:Wn,"lds-spinner":"_lds-spinner_i1u4i_6"};function Xt(o){return M.jsxs("div",{className:Yt.container,children:[M.jsxs("div",{className:Yt["lds-spinner"],children:[M.jsx("div",{}),M.jsx("div",{}),M.jsx("div",{}),M.jsx("div",{}),M.jsx("div",{}),M.jsx("div",{}),M.jsx("div",{}),M.jsx("div",{}),M.jsx("div",{}),M.jsx("div",{}),M.jsx("div",{}),M.jsx("div",{})]}),M.jsx("span",{children:" Loading..."})]})}const Un="_container_12q6w_5",Yn={container:Un};var Qt={};(function(o){var i=Ft&&Ft.__assign||function(){return i=Object.assign||function(N){for(var H,G=1,Q=arguments.length;G<Q;G++){H=arguments[G];for(var T in H)Object.prototype.hasOwnProperty.call(H,T)&&(N[T]=H[T])}return N},i.apply(this,arguments)};Object.defineProperty(o,"__esModule",{value:!0});var u;(function(N){N.Browser="browser",N.Server="server",N.Native="native"})(u=o.Device||(o.Device={}));var s=u.Browser,c=u.Server,r=u.Native,h=!!(typeof window<"u"&&window.document&&window.document.createElement),b=typeof navigator<"u"&&navigator.product=="ReactNative",p=b?r:h?s:c,a={isBrowser:p===s,isServer:p===c,isNative:p===r,device:p,canUseWorkers:typeof Worker<"u",canUseEventListeners:p===s&&!!window.addEventListener,canUseViewport:p===s&&!!window.screen},v=function(){for(var N=[],H=0;H<arguments.length;H++)N[H]=arguments[H];return N.reduce(function(G,Q){return i(i({},G),Q)},{})},E=function(N){return Object.keys(N).map(function(H){return N[H]})},P=function(){return v((E(a),a))},x=P();o.weAreServer=function(){a.isServer=!0,x=P()},o.useSSR=function(){return x},o.default=o.useSSR})(Qt);const Zt=Ln(Qt);var Vr={};Object.defineProperty(Vr,"__esModule",{value:!0});var Sr=I;Vr.isObject=function(o){return Object.prototype.toString.call(o)==="[object Object]"};var Vn=function(){var o=Sr.useRef(!1);return Sr.useEffect(function(){return o.current=!0,function(){o.current=!1}},[]),o};function en(o,i){i===void 0&&(i=!0);var u=Vn(),s=Sr.useState(o),c=s[0],r=s[1],h=Sr.useRef(c),b=Sr.useCallback(function(p){!u.current&&i||(h.current=typeof p=="function"?p(h.current):p,r(h.current))},[]);return[h,b]}Vr.useRefState=en;var