bonuspluscomponents 0.0.43 → 0.0.44

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,42 +1,4 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});var Nr={exports:{}},Ge={},Mr={exports:{}},g={};/**
2
- * @license React
3
- * react.production.min.js
4
- *
5
- * Copyright (c) Facebook, Inc. and its affiliates.
6
- *
7
- * This source code is licensed under the MIT license found in the
8
- * LICENSE file in the root directory of this source tree.
9
- */var ft;function Wt(){if(ft)return g;ft=1;var x=Symbol.for("react.element"),p=Symbol.for("react.portal"),Ee=Symbol.for("react.fragment"),X=Symbol.for("react.strict_mode"),de=Symbol.for("react.profiler"),re=Symbol.for("react.provider"),te=Symbol.for("react.context"),Q=Symbol.for("react.forward_ref"),L=Symbol.for("react.suspense"),Z=Symbol.for("react.memo"),N=Symbol.for("react.lazy"),U=Symbol.iterator;function ee(n){return n===null||typeof n!="object"?null:(n=U&&n[U]||n["@@iterator"],typeof n=="function"?n:null)}var G={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},se=Object.assign,Ie={};function ne(n,s,h){this.props=n,this.context=s,this.refs=Ie,this.updater=h||G}ne.prototype.isReactComponent={},ne.prototype.setState=function(n,s){if(typeof n!="object"&&typeof n!="function"&&n!=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,n,s,"setState")},ne.prototype.forceUpdate=function(n){this.updater.enqueueForceUpdate(this,n,"forceUpdate")};function ae(){}ae.prototype=ne.prototype;function F(n,s,h){this.props=n,this.context=s,this.refs=Ie,this.updater=h||G}var ye=F.prototype=new ae;ye.constructor=F,se(ye,ne.prototype),ye.isPureReactComponent=!0;var oe=Array.isArray,M=Object.prototype.hasOwnProperty,q={current:null},ce={key:!0,ref:!0,__self:!0,__source:!0};function pe(n,s,h){var C,_={},P=null,k=null;if(s!=null)for(C in s.ref!==void 0&&(k=s.ref),s.key!==void 0&&(P=""+s.key),s)M.call(s,C)&&!ce.hasOwnProperty(C)&&(_[C]=s[C]);var T=arguments.length-2;if(T===1)_.children=h;else if(1<T){for(var w=Array(T),V=0;V<T;V++)w[V]=arguments[V+2];_.children=w}if(n&&n.defaultProps)for(C in T=n.defaultProps,T)_[C]===void 0&&(_[C]=T[C]);return{$$typeof:x,type:n,key:P,ref:k,props:_,_owner:q.current}}function Re(n,s){return{$$typeof:x,type:n.type,key:s,ref:n.ref,props:n.props,_owner:n._owner}}function Ce(n){return typeof n=="object"&&n!==null&&n.$$typeof===x}function Ye(n){var s={"=":"=0",":":"=2"};return"$"+n.replace(/[=:]/g,function(h){return s[h]})}var we=/\/+/g;function H(n,s){return typeof n=="object"&&n!==null&&n.key!=null?Ye(""+n.key):s.toString(36)}function K(n,s,h,C,_){var P=typeof n;(P==="undefined"||P==="boolean")&&(n=null);var k=!1;if(n===null)k=!0;else switch(P){case"string":case"number":k=!0;break;case"object":switch(n.$$typeof){case x:case p:k=!0}}if(k)return k=n,_=_(k),n=C===""?"."+H(k,0):C,oe(_)?(h="",n!=null&&(h=n.replace(we,"$&/")+"/"),K(_,s,h,"",function(V){return V})):_!=null&&(Ce(_)&&(_=Re(_,h+(!_.key||k&&k.key===_.key?"":(""+_.key).replace(we,"$&/")+"/")+n)),s.push(_)),1;if(k=0,C=C===""?".":C+":",oe(n))for(var T=0;T<n.length;T++){P=n[T];var w=C+H(P,T);k+=K(P,s,h,w,_)}else if(w=ee(n),typeof w=="function")for(n=w.call(n),T=0;!(P=n.next()).done;)P=P.value,w=C+H(P,T++),k+=K(P,s,h,w,_);else if(P==="object")throw s=String(n),Error("Objects are not valid as a React child (found: "+(s==="[object Object]"?"object with keys {"+Object.keys(n).join(", ")+"}":s)+"). If you meant to render a collection of children, use an array instead.");return k}function Y(n,s,h){if(n==null)return n;var C=[],_=0;return K(n,C,"","",function(P){return s.call(h,P,_++)}),C}function ue(n){if(n._status===-1){var s=n._result;s=s(),s.then(function(h){(n._status===0||n._status===-1)&&(n._status=1,n._result=h)},function(h){(n._status===0||n._status===-1)&&(n._status=2,n._result=h)}),n._status===-1&&(n._status=0,n._result=s)}if(n._status===1)return n._result.default;throw n._result}var d={current:null},fe={transition:null},Se={ReactCurrentDispatcher:d,ReactCurrentBatchConfig:fe,ReactCurrentOwner:q};return g.Children={map:Y,forEach:function(n,s,h){Y(n,function(){s.apply(this,arguments)},h)},count:function(n){var s=0;return Y(n,function(){s++}),s},toArray:function(n){return Y(n,function(s){return s})||[]},only:function(n){if(!Ce(n))throw Error("React.Children.only expected to receive a single React element child.");return n}},g.Component=ne,g.Fragment=Ee,g.Profiler=de,g.PureComponent=F,g.StrictMode=X,g.Suspense=L,g.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=Se,g.cloneElement=function(n,s,h){if(n==null)throw Error("React.cloneElement(...): The argument must be a React element, but you passed "+n+".");var C=se({},n.props),_=n.key,P=n.ref,k=n._owner;if(s!=null){if(s.ref!==void 0&&(P=s.ref,k=q.current),s.key!==void 0&&(_=""+s.key),n.type&&n.type.defaultProps)var T=n.type.defaultProps;for(w in s)M.call(s,w)&&!ce.hasOwnProperty(w)&&(C[w]=s[w]===void 0&&T!==void 0?T[w]:s[w])}var w=arguments.length-2;if(w===1)C.children=h;else if(1<w){T=Array(w);for(var V=0;V<w;V++)T[V]=arguments[V+2];C.children=T}return{$$typeof:x,type:n.type,key:_,ref:P,props:C,_owner:k}},g.createContext=function(n){return n={$$typeof:te,_currentValue:n,_currentValue2:n,_threadCount:0,Provider:null,Consumer:null,_defaultValue:null,_globalName:null},n.Provider={$$typeof:re,_context:n},n.Consumer=n},g.createElement=pe,g.createFactory=function(n){var s=pe.bind(null,n);return s.type=n,s},g.createRef=function(){return{current:null}},g.forwardRef=function(n){return{$$typeof:Q,render:n}},g.isValidElement=Ce,g.lazy=function(n){return{$$typeof:N,_payload:{_status:-1,_result:n},_init:ue}},g.memo=function(n,s){return{$$typeof:Z,type:n,compare:s===void 0?null:s}},g.startTransition=function(n){var s=fe.transition;fe.transition={};try{n()}finally{fe.transition=s}},g.unstable_act=function(){throw Error("act(...) is not supported in production builds of React.")},g.useCallback=function(n,s){return d.current.useCallback(n,s)},g.useContext=function(n){return d.current.useContext(n)},g.useDebugValue=function(){},g.useDeferredValue=function(n){return d.current.useDeferredValue(n)},g.useEffect=function(n,s){return d.current.useEffect(n,s)},g.useId=function(){return d.current.useId()},g.useImperativeHandle=function(n,s,h){return d.current.useImperativeHandle(n,s,h)},g.useInsertionEffect=function(n,s){return d.current.useInsertionEffect(n,s)},g.useLayoutEffect=function(n,s){return d.current.useLayoutEffect(n,s)},g.useMemo=function(n,s){return d.current.useMemo(n,s)},g.useReducer=function(n,s,h){return d.current.useReducer(n,s,h)},g.useRef=function(n){return d.current.useRef(n)},g.useState=function(n){return d.current.useState(n)},g.useSyncExternalStore=function(n,s,h){return d.current.useSyncExternalStore(n,s,h)},g.useTransition=function(){return d.current.useTransition()},g.version="18.2.0",g}var Je={exports:{}};/**
10
- * @license React
11
- * react.development.js
12
- *
13
- * Copyright (c) Facebook, Inc. and its affiliates.
14
- *
15
- * This source code is licensed under the MIT license found in the
16
- * LICENSE file in the root directory of this source tree.
17
- */Je.exports;var lt;function Vt(){return lt||(lt=1,function(x,p){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 Ee="18.2.0",X=Symbol.for("react.element"),de=Symbol.for("react.portal"),re=Symbol.for("react.fragment"),te=Symbol.for("react.strict_mode"),Q=Symbol.for("react.profiler"),L=Symbol.for("react.provider"),Z=Symbol.for("react.context"),N=Symbol.for("react.forward_ref"),U=Symbol.for("react.suspense"),ee=Symbol.for("react.suspense_list"),G=Symbol.for("react.memo"),se=Symbol.for("react.lazy"),Ie=Symbol.for("react.offscreen"),ne=Symbol.iterator,ae="@@iterator";function F(e){if(e===null||typeof e!="object")return null;var r=ne&&e[ne]||e[ae];return typeof r=="function"?r:null}var ye={current:null},oe={transition:null},M={current:null,isBatchingLegacy:!1,didScheduleLegacyUpdate:!1},q={current:null},ce={},pe=null;function Re(e){pe=e}ce.setExtraStackFrame=function(e){pe=e},ce.getCurrentStack=null,ce.getStackAddendum=function(){var e="";pe&&(e+=pe);var r=ce.getCurrentStack;return r&&(e+=r()||""),e};var Ce=!1,Ye=!1,we=!1,H=!1,K=!1,Y={ReactCurrentDispatcher:ye,ReactCurrentBatchConfig:oe,ReactCurrentOwner:q};Y.ReactDebugCurrentFrame=ce,Y.ReactCurrentActQueue=M;function ue(e){{for(var r=arguments.length,a=new Array(r>1?r-1:0),o=1;o<r;o++)a[o-1]=arguments[o];fe("warn",e,a)}}function d(e){{for(var r=arguments.length,a=new Array(r>1?r-1:0),o=1;o<r;o++)a[o-1]=arguments[o];fe("error",e,a)}}function fe(e,r,a){{var o=Y.ReactDebugCurrentFrame,i=o.getStackAddendum();i!==""&&(r+="%s",a=a.concat([i]));var v=a.map(function(l){return String(l)});v.unshift("Warning: "+r),Function.prototype.apply.call(console[e],console,v)}}var Se={};function n(e,r){{var a=e.constructor,o=a&&(a.displayName||a.name)||"ReactClass",i=o+"."+r;if(Se[i])return;d("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.",r,o),Se[i]=!0}}var s={isMounted:function(e){return!1},enqueueForceUpdate:function(e,r,a){n(e,"forceUpdate")},enqueueReplaceState:function(e,r,a,o){n(e,"replaceState")},enqueueSetState:function(e,r,a,o){n(e,"setState")}},h=Object.assign,C={};Object.freeze(C);function _(e,r,a){this.props=e,this.context=r,this.refs=C,this.updater=a||s}_.prototype.isReactComponent={},_.prototype.setState=function(e,r){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,r,"setState")},_.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")};{var P={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,r){Object.defineProperty(_.prototype,e,{get:function(){ue("%s(...) is deprecated in plain JavaScript React classes. %s",r[0],r[1])}})};for(var T in P)P.hasOwnProperty(T)&&k(T,P[T])}function w(){}w.prototype=_.prototype;function V(e,r,a){this.props=e,this.context=r,this.refs=C,this.updater=a||s}var he=V.prototype=new w;he.constructor=V,h(he,_.prototype),he.isPureReactComponent=!0;function hr(){var e={current:null};return Object.seal(e),e}var Xe=Array.isArray;function Fe(e){return Xe(e)}function mr(e){{var r=typeof Symbol=="function"&&Symbol.toStringTag,a=r&&e[Symbol.toStringTag]||e.constructor.name||"Object";return a}}function $e(e){try{return Te(e),!1}catch{return!0}}function Te(e){return""+e}function Oe(e){if($e(e))return d("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",mr(e)),Te(e)}function Qe(e,r,a){var o=e.displayName;if(o)return o;var i=r.displayName||r.name||"";return i!==""?a+"("+i+")":a}function Pe(e){return e.displayName||"Context"}function le(e){if(e==null)return null;if(typeof e.tag=="number"&&d("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 re:return"Fragment";case de:return"Portal";case Q:return"Profiler";case te:return"StrictMode";case U:return"Suspense";case ee:return"SuspenseList"}if(typeof e=="object")switch(e.$$typeof){case Z:var r=e;return Pe(r)+".Consumer";case L:var a=e;return Pe(a._context)+".Provider";case N:return Qe(e,e.render,"ForwardRef");case G:var o=e.displayName||null;return o!==null?o:le(e.type)||"Memo";case se:{var i=e,v=i._payload,l=i._init;try{return le(l(v))}catch{return null}}}return null}var ke=Object.prototype.hasOwnProperty,Le={key:!0,ref:!0,__self:!0,__source:!0},Ze,er,Ne;Ne={};function Be(e){if(ke.call(e,"ref")){var r=Object.getOwnPropertyDescriptor(e,"ref").get;if(r&&r.isReactWarning)return!1}return e.ref!==void 0}function me(e){if(ke.call(e,"key")){var r=Object.getOwnPropertyDescriptor(e,"key").get;if(r&&r.isReactWarning)return!1}return e.key!==void 0}function gr(e,r){var a=function(){Ze||(Ze=!0,d("%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)",r))};a.isReactWarning=!0,Object.defineProperty(e,"key",{get:a,configurable:!0})}function rr(e,r){var a=function(){er||(er=!0,d("%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)",r))};a.isReactWarning=!0,Object.defineProperty(e,"ref",{get:a,configurable:!0})}function tr(e){if(typeof e.ref=="string"&&q.current&&e.__self&&q.current.stateNode!==e.__self){var r=le(q.current.type);Ne[r]||(d('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',r,e.ref),Ne[r]=!0)}}var je=function(e,r,a,o,i,v,l){var y={$$typeof:X,type:e,key:r,ref:a,props:l,_owner:v};return y._store={},Object.defineProperty(y._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:!1}),Object.defineProperty(y,"_self",{configurable:!1,enumerable:!1,writable:!1,value:o}),Object.defineProperty(y,"_source",{configurable:!1,enumerable:!1,writable:!1,value:i}),Object.freeze&&(Object.freeze(y.props),Object.freeze(y)),y};function _r(e,r,a){var o,i={},v=null,l=null,y=null,E=null;if(r!=null){Be(r)&&(l=r.ref,tr(r)),me(r)&&(Oe(r.key),v=""+r.key),y=r.__self===void 0?null:r.__self,E=r.__source===void 0?null:r.__source;for(o in r)ke.call(r,o)&&!Le.hasOwnProperty(o)&&(i[o]=r[o])}var O=arguments.length-2;if(O===1)i.children=a;else if(O>1){for(var j=Array(O),A=0;A<O;A++)j[A]=arguments[A+2];Object.freeze&&Object.freeze(j),i.children=j}if(e&&e.defaultProps){var I=e.defaultProps;for(o in I)i[o]===void 0&&(i[o]=I[o])}if(v||l){var W=typeof e=="function"?e.displayName||e.name||"Unknown":e;v&&gr(i,W),l&&rr(i,W)}return je(e,v,l,y,E,q.current,i)}function br(e,r){var a=je(e.type,r,e.ref,e._self,e._source,e._owner,e.props);return a}function Er(e,r,a){if(e==null)throw new Error("React.cloneElement(...): The argument must be a React element, but you passed "+e+".");var o,i=h({},e.props),v=e.key,l=e.ref,y=e._self,E=e._source,O=e._owner;if(r!=null){Be(r)&&(l=r.ref,O=q.current),me(r)&&(Oe(r.key),v=""+r.key);var j;e.type&&e.type.defaultProps&&(j=e.type.defaultProps);for(o in r)ke.call(r,o)&&!Le.hasOwnProperty(o)&&(r[o]===void 0&&j!==void 0?i[o]=j[o]:i[o]=r[o])}var A=arguments.length-2;if(A===1)i.children=a;else if(A>1){for(var I=Array(A),W=0;W<A;W++)I[W]=arguments[W+2];i.children=I}return je(e.type,v,l,y,E,O,i)}function ge(e){return typeof e=="object"&&e!==null&&e.$$typeof===X}var nr=".",Rr=":";function Cr(e){var r=/[=:]/g,a={"=":"=0",":":"=2"},o=e.replace(r,function(i){return a[i]});return"$"+o}var Me=!1,ar=/\/+/g;function ve(e){return e.replace(ar,"$&/")}function Ae(e,r){return typeof e=="object"&&e!==null&&e.key!=null?(Oe(e.key),Cr(""+e.key)):r.toString(36)}function _e(e,r,a,o,i){var v=typeof e;(v==="undefined"||v==="boolean")&&(e=null);var l=!1;if(e===null)l=!0;else switch(v){case"string":case"number":l=!0;break;case"object":switch(e.$$typeof){case X:case de:l=!0}}if(l){var y=e,E=i(y),O=o===""?nr+Ae(y,0):o;if(Fe(E)){var j="";O!=null&&(j=ve(O)+"/"),_e(E,r,j,"",function(Mt){return Mt})}else E!=null&&(ge(E)&&(E.key&&(!y||y.key!==E.key)&&Oe(E.key),E=br(E,a+(E.key&&(!y||y.key!==E.key)?ve(""+E.key)+"/":"")+O)),r.push(E));return 1}var A,I,W=0,z=o===""?nr:o+Rr;if(Fe(e))for(var yr=0;yr<e.length;yr++)A=e[yr],I=z+Ae(A,yr),W+=_e(A,r,a,I,i);else{var Lr=F(e);if(typeof Lr=="function"){var it=e;Lr===it.entries&&(Me||ue("Using Maps as children is not supported. Use an array of keyed ReactElements instead."),Me=!0);for(var Lt=Lr.call(it),st,Nt=0;!(st=Lt.next()).done;)A=st.value,I=z+Ae(A,Nt++),W+=_e(A,r,a,I,i)}else if(v==="object"){var ct=String(e);throw new Error("Objects are not valid as a React child (found: "+(ct==="[object Object]"?"object with keys {"+Object.keys(e).join(", ")+"}":ct)+"). If you meant to render a collection of children, use an array instead.")}}return W}function xe(e,r,a){if(e==null)return e;var o=[],i=0;return _e(e,o,"","",function(v){return r.call(a,v,i++)}),o}function wr(e){var r=0;return xe(e,function(){r++}),r}function or(e,r,a){xe(e,function(){r.apply(this,arguments)},a)}function Sr(e){return xe(e,function(r){return r})||[]}function ur(e){if(!ge(e))throw new Error("React.Children.only expected to receive a single React element child.");return e}function ir(e){var r={$$typeof:Z,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null,_defaultValue:null,_globalName:null};r.Provider={$$typeof:L,_context:r};var a=!1,o=!1,i=!1;{var v={$$typeof:Z,_context:r};Object.defineProperties(v,{Provider:{get:function(){return o||(o=!0,d("Rendering <Context.Consumer.Provider> is not supported and will be removed in a future major release. Did you mean to render <Context.Provider> instead?")),r.Provider},set:function(l){r.Provider=l}},_currentValue:{get:function(){return r._currentValue},set:function(l){r._currentValue=l}},_currentValue2:{get:function(){return r._currentValue2},set:function(l){r._currentValue2=l}},_threadCount:{get:function(){return r._threadCount},set:function(l){r._threadCount=l}},Consumer:{get:function(){return a||(a=!0,d("Rendering <Context.Consumer.Consumer> is not supported and will be removed in a future major release. Did you mean to render <Context.Consumer> instead?")),r.Consumer}},displayName:{get:function(){return r.displayName},set:function(l){i||(ue("Setting `displayName` on Context.Consumer has no effect. You should set it directly on the context with Context.displayName = '%s'.",l),i=!0)}}}),r.Consumer=v}return r._currentRenderer=null,r._currentRenderer2=null,r}var De=-1,ze=0,qe=1,Tr=2;function Or(e){if(e._status===De){var r=e._result,a=r();if(a.then(function(v){if(e._status===ze||e._status===De){var l=e;l._status=qe,l._result=v}},function(v){if(e._status===ze||e._status===De){var l=e;l._status=Tr,l._result=v}}),e._status===De){var o=e;o._status=ze,o._result=a}}if(e._status===qe){var i=e._result;return i===void 0&&d(`lazy: Expected the result of a dynamic import() call. Instead received: %s
18
-
19
- Your code should look like:
20
- const MyComponent = lazy(() => import('./MyComponent'))
21
-
22
- Did you accidentally put curly braces around the import?`,i),"default"in i||d(`lazy: Expected the result of a dynamic import() call. Instead received: %s
23
-
24
- Your code should look like:
25
- const MyComponent = lazy(() => import('./MyComponent'))`,i),i.default}else throw e._result}function Pr(e){var r={_status:De,_result:e},a={$$typeof:se,_payload:r,_init:Or};{var o,i;Object.defineProperties(a,{defaultProps:{configurable:!0,get:function(){return o},set:function(v){d("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."),o=v,Object.defineProperty(a,"defaultProps",{enumerable:!0})}},propTypes:{configurable:!0,get:function(){return i},set:function(v){d("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."),i=v,Object.defineProperty(a,"propTypes",{enumerable:!0})}}})}return a}function kr(e){e!=null&&e.$$typeof===G?d("forwardRef requires a render function but received a `memo` component. Instead of forwardRef(memo(...)), use memo(forwardRef(...))."):typeof e!="function"?d("forwardRef requires a render function but was given %s.",e===null?"null":typeof e):e.length!==0&&e.length!==2&&d("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)&&d("forwardRef render functions do not support propTypes or defaultProps. Did you accidentally pass a React component?");var r={$$typeof:N,render:e};{var a;Object.defineProperty(r,"displayName",{enumerable:!1,configurable:!0,get:function(){return a},set:function(o){a=o,!e.name&&!e.displayName&&(e.displayName=o)}})}return r}var t;t=Symbol.for("react.module.reference");function u(e){return!!(typeof e=="string"||typeof e=="function"||e===re||e===Q||K||e===te||e===U||e===ee||H||e===Ie||Ce||Ye||we||typeof e=="object"&&e!==null&&(e.$$typeof===se||e.$$typeof===G||e.$$typeof===L||e.$$typeof===Z||e.$$typeof===N||e.$$typeof===t||e.getModuleId!==void 0))}function c(e,r){u(e)||d("memo: The first argument must be a component. Instead received: %s",e===null?"null":typeof e);var a={$$typeof:G,type:e,compare:r===void 0?null:r};{var o;Object.defineProperty(a,"displayName",{enumerable:!1,configurable:!0,get:function(){return o},set:function(i){o=i,!e.name&&!e.displayName&&(e.displayName=i)}})}return a}function f(){var e=ye.current;return e===null&&d(`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:
26
- 1. You might have mismatching versions of React and the renderer (such as React DOM)
27
- 2. You might be breaking the Rules of Hooks
28
- 3. You might have more than one copy of React in the same app
29
- See https://reactjs.org/link/invalid-hook-call for tips about how to debug and fix this problem.`),e}function R(e){var r=f();if(e._context!==void 0){var a=e._context;a.Consumer===e?d("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?"):a.Provider===e&&d("Calling useContext(Context.Provider) is not supported. Did you mean to call useContext(Context) instead?")}return r.useContext(e)}function S(e){var r=f();return r.useState(e)}function b(e,r,a){var o=f();return o.useReducer(e,r,a)}function m(e){var r=f();return r.useRef(e)}function B(e,r){var a=f();return a.useEffect(e,r)}function D(e,r){var a=f();return a.useInsertionEffect(e,r)}function $(e,r){var a=f();return a.useLayoutEffect(e,r)}function J(e,r){var a=f();return a.useCallback(e,r)}function be(e,r){var a=f();return a.useMemo(e,r)}function sr(e,r,a){var o=f();return o.useImperativeHandle(e,r,a)}function ie(e,r){{var a=f();return a.useDebugValue(e,r)}}function vt(){var e=f();return e.useTransition()}function yt(e){var r=f();return r.useDeferredValue(e)}function ht(){var e=f();return e.useId()}function mt(e,r,a){var o=f();return o.useSyncExternalStore(e,r,a)}var He=0,Vr,Ur,Yr,Br,zr,qr,Hr;function Gr(){}Gr.__reactDisabledLog=!0;function gt(){{if(He===0){Vr=console.log,Ur=console.info,Yr=console.warn,Br=console.error,zr=console.group,qr=console.groupCollapsed,Hr=console.groupEnd;var e={configurable:!0,enumerable:!0,value:Gr,writable:!0};Object.defineProperties(console,{info:e,log:e,warn:e,error:e,group:e,groupCollapsed:e,groupEnd:e})}He++}}function _t(){{if(He--,He===0){var e={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:h({},e,{value:Vr}),info:h({},e,{value:Ur}),warn:h({},e,{value:Yr}),error:h({},e,{value:Br}),group:h({},e,{value:zr}),groupCollapsed:h({},e,{value:qr}),groupEnd:h({},e,{value:Hr})})}He<0&&d("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var jr=Y.ReactCurrentDispatcher,Ar;function cr(e,r,a){{if(Ar===void 0)try{throw Error()}catch(i){var o=i.stack.trim().match(/\n( *(at )?)/);Ar=o&&o[1]||""}return`
30
- `+Ar+e}}var xr=!1,fr;{var bt=typeof WeakMap=="function"?WeakMap:Map;fr=new bt}function Kr(e,r){if(!e||xr)return"";{var a=fr.get(e);if(a!==void 0)return a}var o;xr=!0;var i=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var v;v=jr.current,jr.current=null,gt();try{if(r){var l=function(){throw Error()};if(Object.defineProperty(l.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(l,[])}catch(z){o=z}Reflect.construct(e,[],l)}else{try{l.call()}catch(z){o=z}e.call(l.prototype)}}else{try{throw Error()}catch(z){o=z}e()}}catch(z){if(z&&o&&typeof z.stack=="string"){for(var y=z.stack.split(`
31
- `),E=o.stack.split(`
32
- `),O=y.length-1,j=E.length-1;O>=1&&j>=0&&y[O]!==E[j];)j--;for(;O>=1&&j>=0;O--,j--)if(y[O]!==E[j]){if(O!==1||j!==1)do if(O--,j--,j<0||y[O]!==E[j]){var A=`
33
- `+y[O].replace(" at new "," at ");return e.displayName&&A.includes("<anonymous>")&&(A=A.replace("<anonymous>",e.displayName)),typeof e=="function"&&fr.set(e,A),A}while(O>=1&&j>=0);break}}}finally{xr=!1,jr.current=v,_t(),Error.prepareStackTrace=i}var I=e?e.displayName||e.name:"",W=I?cr(I):"";return typeof e=="function"&&fr.set(e,W),W}function Et(e,r,a){return Kr(e,!1)}function Rt(e){var r=e.prototype;return!!(r&&r.isReactComponent)}function lr(e,r,a){if(e==null)return"";if(typeof e=="function")return Kr(e,Rt(e));if(typeof e=="string")return cr(e);switch(e){case U:return cr("Suspense");case ee:return cr("SuspenseList")}if(typeof e=="object")switch(e.$$typeof){case N:return Et(e.render);case G:return lr(e.type,r,a);case se:{var o=e,i=o._payload,v=o._init;try{return lr(v(i),r,a)}catch{}}}return""}var Jr={},Xr=Y.ReactDebugCurrentFrame;function dr(e){if(e){var r=e._owner,a=lr(e.type,e._source,r?r.type:null);Xr.setExtraStackFrame(a)}else Xr.setExtraStackFrame(null)}function Ct(e,r,a,o,i){{var v=Function.call.bind(ke);for(var l in e)if(v(e,l)){var y=void 0;try{if(typeof e[l]!="function"){var E=Error((o||"React class")+": "+a+" type `"+l+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof e[l]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw E.name="Invariant Violation",E}y=e[l](r,l,o,a,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(O){y=O}y&&!(y instanceof Error)&&(dr(i),d("%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).",o||"React class",a,l,typeof y),dr(null)),y instanceof Error&&!(y.message in Jr)&&(Jr[y.message]=!0,dr(i),d("Failed %s type: %s",a,y.message),dr(null))}}}function We(e){if(e){var r=e._owner,a=lr(e.type,e._source,r?r.type:null);Re(a)}else Re(null)}var Dr;Dr=!1;function Qr(){if(q.current){var e=le(q.current.type);if(e)return`
34
-
35
- Check the render method of \``+e+"`."}return""}function wt(e){if(e!==void 0){var r=e.fileName.replace(/^.*[\\\/]/,""),a=e.lineNumber;return`
36
-
37
- Check your code at `+r+":"+a+"."}return""}function St(e){return e!=null?wt(e.__source):""}var Zr={};function Tt(e){var r=Qr();if(!r){var a=typeof e=="string"?e:e.displayName||e.name;a&&(r=`
38
-
39
- Check the top-level render call using <`+a+">.")}return r}function et(e,r){if(!(!e._store||e._store.validated||e.key!=null)){e._store.validated=!0;var a=Tt(r);if(!Zr[a]){Zr[a]=!0;var o="";e&&e._owner&&e._owner!==q.current&&(o=" It was passed a child from "+le(e._owner.type)+"."),We(e),d('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.',a,o),We(null)}}}function rt(e,r){if(typeof e=="object"){if(Fe(e))for(var a=0;a<e.length;a++){var o=e[a];ge(o)&&et(o,r)}else if(ge(e))e._store&&(e._store.validated=!0);else if(e){var i=F(e);if(typeof i=="function"&&i!==e.entries)for(var v=i.call(e),l;!(l=v.next()).done;)ge(l.value)&&et(l.value,r)}}}function tt(e){{var r=e.type;if(r==null||typeof r=="string")return;var a;if(typeof r=="function")a=r.propTypes;else if(typeof r=="object"&&(r.$$typeof===N||r.$$typeof===G))a=r.propTypes;else return;if(a){var o=le(r);Ct(a,e.props,"prop",o,e)}else if(r.PropTypes!==void 0&&!Dr){Dr=!0;var i=le(r);d("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",i||"Unknown")}typeof r.getDefaultProps=="function"&&!r.getDefaultProps.isReactClassApproved&&d("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function Ot(e){{for(var r=Object.keys(e.props),a=0;a<r.length;a++){var o=r[a];if(o!=="children"&&o!=="key"){We(e),d("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",o),We(null);break}}e.ref!==null&&(We(e),d("Invalid attribute `ref` supplied to `React.Fragment`."),We(null))}}function nt(e,r,a){var o=u(e);if(!o){var i="";(e===void 0||typeof e=="object"&&e!==null&&Object.keys(e).length===0)&&(i+=" 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 v=St(r);v?i+=v:i+=Qr();var l;e===null?l="null":Fe(e)?l="array":e!==void 0&&e.$$typeof===X?(l="<"+(le(e.type)||"Unknown")+" />",i=" Did you accidentally export a JSX literal instead of a component?"):l=typeof e,d("React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",l,i)}var y=_r.apply(this,arguments);if(y==null)return y;if(o)for(var E=2;E<arguments.length;E++)rt(arguments[E],e);return e===re?Ot(y):tt(y),y}var at=!1;function Pt(e){var r=nt.bind(null,e);return r.type=e,at||(at=!0,ue("React.createFactory() is deprecated and will be removed in a future major release. Consider using JSX or use React.createElement() directly instead.")),Object.defineProperty(r,"type",{enumerable:!1,get:function(){return ue("Factory.type is deprecated. Access the class directly before passing it to createFactory."),Object.defineProperty(this,"type",{value:e}),e}}),r}function kt(e,r,a){for(var o=Er.apply(this,arguments),i=2;i<arguments.length;i++)rt(arguments[i],o.type);return tt(o),o}function jt(e,r){var a=oe.transition;oe.transition={};var o=oe.transition;oe.transition._updatedFibers=new Set;try{e()}finally{if(oe.transition=a,a===null&&o._updatedFibers){var i=o._updatedFibers.size;i>10&&ue("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."),o._updatedFibers.clear()}}}var ot=!1,pr=null;function At(e){if(pr===null)try{var r=("require"+Math.random()).slice(0,7),a=x&&x[r];pr=a.call(x,"timers").setImmediate}catch{pr=function(i){ot===!1&&(ot=!0,typeof MessageChannel>"u"&&d("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 v=new MessageChannel;v.port1.onmessage=i,v.port2.postMessage(void 0)}}return pr(e)}var Ve=0,ut=!1;function xt(e){{var r=Ve;Ve++,M.current===null&&(M.current=[]);var a=M.isBatchingLegacy,o;try{if(M.isBatchingLegacy=!0,o=e(),!a&&M.didScheduleLegacyUpdate){var i=M.current;i!==null&&(M.didScheduleLegacyUpdate=!1,$r(i))}}catch(I){throw vr(r),I}finally{M.isBatchingLegacy=a}if(o!==null&&typeof o=="object"&&typeof o.then=="function"){var v=o,l=!1,y={then:function(I,W){l=!0,v.then(function(z){vr(r),Ve===0?Ir(z,I,W):I(z)},function(z){vr(r),W(z)})}};return!ut&&typeof Promise<"u"&&Promise.resolve().then(function(){}).then(function(){l||(ut=!0,d("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 () => ...);"))}),y}else{var E=o;if(vr(r),Ve===0){var O=M.current;O!==null&&($r(O),M.current=null);var j={then:function(I,W){M.current===null?(M.current=[],Ir(E,I,W)):I(E)}};return j}else{var A={then:function(I,W){I(E)}};return A}}}}function vr(e){e!==Ve-1&&d("You seem to have overlapping act() calls, this is not supported. Be sure to await previous act() calls before making a new one. "),Ve=e}function Ir(e,r,a){{var o=M.current;if(o!==null)try{$r(o),At(function(){o.length===0?(M.current=null,r(e)):Ir(e,r,a)})}catch(i){a(i)}else r(e)}}var Fr=!1;function $r(e){if(!Fr){Fr=!0;var r=0;try{for(;r<e.length;r++){var a=e[r];do a=a(!0);while(a!==null)}e.length=0}catch(o){throw e=e.slice(r+1),o}finally{Fr=!1}}}var Dt=nt,It=kt,Ft=Pt,$t={map:xe,forEach:or,count:wr,toArray:Sr,only:ur};p.Children=$t,p.Component=_,p.Fragment=re,p.Profiler=Q,p.PureComponent=V,p.StrictMode=te,p.Suspense=U,p.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=Y,p.cloneElement=It,p.createContext=ir,p.createElement=Dt,p.createFactory=Ft,p.createRef=hr,p.forwardRef=kr,p.isValidElement=ge,p.lazy=Pr,p.memo=c,p.startTransition=jt,p.unstable_act=xt,p.useCallback=J,p.useContext=R,p.useDebugValue=ie,p.useDeferredValue=yt,p.useEffect=B,p.useId=ht,p.useImperativeHandle=sr,p.useInsertionEffect=D,p.useLayoutEffect=$,p.useMemo=be,p.useReducer=b,p.useRef=m,p.useState=S,p.useSyncExternalStore=mt,p.useTransition=vt,p.version=Ee,typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error)}()}(Je,Je.exports)),Je.exports}process.env.NODE_ENV==="production"?Mr.exports=Wt():Mr.exports=Vt();var Ue=Mr.exports;/**
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const x=require("react");var X={exports:{}},A={};/**
40
2
  * @license React
41
3
  * react-jsx-runtime.production.min.js
42
4
  *
@@ -44,7 +6,7 @@ Check the top-level render call using <`+a+">.")}return r}function et(e,r){if(!(
44
6
  *
45
7
  * This source code is licensed under the MIT license found in the
46
8
  * LICENSE file in the root directory of this source tree.
47
- */var dt;function Ut(){if(dt)return Ge;dt=1;var x=Ue,p=Symbol.for("react.element"),Ee=Symbol.for("react.fragment"),X=Object.prototype.hasOwnProperty,de=x.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,re={key:!0,ref:!0,__self:!0,__source:!0};function te(Q,L,Z){var N,U={},ee=null,G=null;Z!==void 0&&(ee=""+Z),L.key!==void 0&&(ee=""+L.key),L.ref!==void 0&&(G=L.ref);for(N in L)X.call(L,N)&&!re.hasOwnProperty(N)&&(U[N]=L[N]);if(Q&&Q.defaultProps)for(N in L=Q.defaultProps,L)U[N]===void 0&&(U[N]=L[N]);return{$$typeof:p,type:Q,key:ee,ref:G,props:U,_owner:de.current}}return Ge.Fragment=Ee,Ge.jsx=te,Ge.jsxs=te,Ge}var Ke={};/**
9
+ */var Pe;function ur(){if(Pe)return A;Pe=1;var d=x,b=Symbol.for("react.element"),V=Symbol.for("react.fragment"),T=Object.prototype.hasOwnProperty,F=d.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,I={key:!0,ref:!0,__self:!0,__source:!0};function w(E,c,P){var p,h={},_=null,$=null;P!==void 0&&(_=""+P),c.key!==void 0&&(_=""+c.key),c.ref!==void 0&&($=c.ref);for(p in c)T.call(c,p)&&!I.hasOwnProperty(p)&&(h[p]=c[p]);if(E&&E.defaultProps)for(p in c=E.defaultProps,c)h[p]===void 0&&(h[p]=c[p]);return{$$typeof:b,type:E,key:_,ref:$,props:h,_owner:F.current}}return A.Fragment=V,A.jsx=w,A.jsxs=w,A}var D={};/**
48
10
  * @license React
49
11
  * react-jsx-runtime.development.js
50
12
  *
@@ -52,14 +14,14 @@ Check the top-level render call using <`+a+">.")}return r}function et(e,r){if(!(
52
14
  *
53
15
  * This source code is licensed under the MIT license found in the
54
16
  * LICENSE file in the root directory of this source tree.
55
- */var pt;function Yt(){return pt||(pt=1,process.env.NODE_ENV!=="production"&&function(){var x=Ue,p=Symbol.for("react.element"),Ee=Symbol.for("react.portal"),X=Symbol.for("react.fragment"),de=Symbol.for("react.strict_mode"),re=Symbol.for("react.profiler"),te=Symbol.for("react.provider"),Q=Symbol.for("react.context"),L=Symbol.for("react.forward_ref"),Z=Symbol.for("react.suspense"),N=Symbol.for("react.suspense_list"),U=Symbol.for("react.memo"),ee=Symbol.for("react.lazy"),G=Symbol.for("react.offscreen"),se=Symbol.iterator,Ie="@@iterator";function ne(t){if(t===null||typeof t!="object")return null;var u=se&&t[se]||t[Ie];return typeof u=="function"?u:null}var ae=x.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function F(t){{for(var u=arguments.length,c=new Array(u>1?u-1:0),f=1;f<u;f++)c[f-1]=arguments[f];ye("error",t,c)}}function ye(t,u,c){{var f=ae.ReactDebugCurrentFrame,R=f.getStackAddendum();R!==""&&(u+="%s",c=c.concat([R]));var S=c.map(function(b){return String(b)});S.unshift("Warning: "+u),Function.prototype.apply.call(console[t],console,S)}}var oe=!1,M=!1,q=!1,ce=!1,pe=!1,Re;Re=Symbol.for("react.module.reference");function Ce(t){return!!(typeof t=="string"||typeof t=="function"||t===X||t===re||pe||t===de||t===Z||t===N||ce||t===G||oe||M||q||typeof t=="object"&&t!==null&&(t.$$typeof===ee||t.$$typeof===U||t.$$typeof===te||t.$$typeof===Q||t.$$typeof===L||t.$$typeof===Re||t.getModuleId!==void 0))}function Ye(t,u,c){var f=t.displayName;if(f)return f;var R=u.displayName||u.name||"";return R!==""?c+"("+R+")":c}function we(t){return t.displayName||"Context"}function H(t){if(t==null)return null;if(typeof t.tag=="number"&&F("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 X:return"Fragment";case Ee:return"Portal";case re:return"Profiler";case de:return"StrictMode";case Z:return"Suspense";case N:return"SuspenseList"}if(typeof t=="object")switch(t.$$typeof){case Q:var u=t;return we(u)+".Consumer";case te:var c=t;return we(c._context)+".Provider";case L:return Ye(t,t.render,"ForwardRef");case U:var f=t.displayName||null;return f!==null?f:H(t.type)||"Memo";case ee:{var R=t,S=R._payload,b=R._init;try{return H(b(S))}catch{return null}}}return null}var K=Object.assign,Y=0,ue,d,fe,Se,n,s,h;function C(){}C.__reactDisabledLog=!0;function _(){{if(Y===0){ue=console.log,d=console.info,fe=console.warn,Se=console.error,n=console.group,s=console.groupCollapsed,h=console.groupEnd;var t={configurable:!0,enumerable:!0,value:C,writable:!0};Object.defineProperties(console,{info:t,log:t,warn:t,error:t,group:t,groupCollapsed:t,groupEnd:t})}Y++}}function P(){{if(Y--,Y===0){var t={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:K({},t,{value:ue}),info:K({},t,{value:d}),warn:K({},t,{value:fe}),error:K({},t,{value:Se}),group:K({},t,{value:n}),groupCollapsed:K({},t,{value:s}),groupEnd:K({},t,{value:h})})}Y<0&&F("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var k=ae.ReactCurrentDispatcher,T;function w(t,u,c){{if(T===void 0)try{throw Error()}catch(R){var f=R.stack.trim().match(/\n( *(at )?)/);T=f&&f[1]||""}return`
56
- `+T+t}}var V=!1,he;{var hr=typeof WeakMap=="function"?WeakMap:Map;he=new hr}function Xe(t,u){if(!t||V)return"";{var c=he.get(t);if(c!==void 0)return c}var f;V=!0;var R=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var S;S=k.current,k.current=null,_();try{if(u){var b=function(){throw Error()};if(Object.defineProperty(b.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(b,[])}catch(ie){f=ie}Reflect.construct(t,[],b)}else{try{b.call()}catch(ie){f=ie}t.call(b.prototype)}}else{try{throw Error()}catch(ie){f=ie}t()}}catch(ie){if(ie&&f&&typeof ie.stack=="string"){for(var m=ie.stack.split(`
57
- `),B=f.stack.split(`
58
- `),D=m.length-1,$=B.length-1;D>=1&&$>=0&&m[D]!==B[$];)$--;for(;D>=1&&$>=0;D--,$--)if(m[D]!==B[$]){if(D!==1||$!==1)do if(D--,$--,$<0||m[D]!==B[$]){var J=`
59
- `+m[D].replace(" at new "," at ");return t.displayName&&J.includes("<anonymous>")&&(J=J.replace("<anonymous>",t.displayName)),typeof t=="function"&&he.set(t,J),J}while(D>=1&&$>=0);break}}}finally{V=!1,k.current=S,P(),Error.prepareStackTrace=R}var be=t?t.displayName||t.name:"",sr=be?w(be):"";return typeof t=="function"&&he.set(t,sr),sr}function Fe(t,u,c){return Xe(t,!1)}function mr(t){var u=t.prototype;return!!(u&&u.isReactComponent)}function $e(t,u,c){if(t==null)return"";if(typeof t=="function")return Xe(t,mr(t));if(typeof t=="string")return w(t);switch(t){case Z:return w("Suspense");case N:return w("SuspenseList")}if(typeof t=="object")switch(t.$$typeof){case L:return Fe(t.render);case U:return $e(t.type,u,c);case ee:{var f=t,R=f._payload,S=f._init;try{return $e(S(R),u,c)}catch{}}}return""}var Te=Object.prototype.hasOwnProperty,Oe={},Qe=ae.ReactDebugCurrentFrame;function Pe(t){if(t){var u=t._owner,c=$e(t.type,t._source,u?u.type:null);Qe.setExtraStackFrame(c)}else Qe.setExtraStackFrame(null)}function le(t,u,c,f,R){{var S=Function.call.bind(Te);for(var b in t)if(S(t,b)){var m=void 0;try{if(typeof t[b]!="function"){var B=Error((f||"React class")+": "+c+" type `"+b+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof t[b]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw B.name="Invariant Violation",B}m=t[b](u,b,f,c,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(D){m=D}m&&!(m instanceof Error)&&(Pe(R),F("%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).",f||"React class",c,b,typeof m),Pe(null)),m instanceof Error&&!(m.message in Oe)&&(Oe[m.message]=!0,Pe(R),F("Failed %s type: %s",c,m.message),Pe(null))}}}var ke=Array.isArray;function Le(t){return ke(t)}function Ze(t){{var u=typeof Symbol=="function"&&Symbol.toStringTag,c=u&&t[Symbol.toStringTag]||t.constructor.name||"Object";return c}}function er(t){try{return Ne(t),!1}catch{return!0}}function Ne(t){return""+t}function Be(t){if(er(t))return F("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",Ze(t)),Ne(t)}var me=ae.ReactCurrentOwner,gr={key:!0,ref:!0,__self:!0,__source:!0},rr,tr,je;je={};function _r(t){if(Te.call(t,"ref")){var u=Object.getOwnPropertyDescriptor(t,"ref").get;if(u&&u.isReactWarning)return!1}return t.ref!==void 0}function br(t){if(Te.call(t,"key")){var u=Object.getOwnPropertyDescriptor(t,"key").get;if(u&&u.isReactWarning)return!1}return t.key!==void 0}function Er(t,u){if(typeof t.ref=="string"&&me.current&&u&&me.current.stateNode!==u){var c=H(me.current.type);je[c]||(F('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',H(me.current.type),t.ref),je[c]=!0)}}function ge(t,u){{var c=function(){rr||(rr=!0,F("%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)",u))};c.isReactWarning=!0,Object.defineProperty(t,"key",{get:c,configurable:!0})}}function nr(t,u){{var c=function(){tr||(tr=!0,F("%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)",u))};c.isReactWarning=!0,Object.defineProperty(t,"ref",{get:c,configurable:!0})}}var Rr=function(t,u,c,f,R,S,b){var m={$$typeof:p,type:t,key:u,ref:c,props:b,_owner:S};return m._store={},Object.defineProperty(m._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:!1}),Object.defineProperty(m,"_self",{configurable:!1,enumerable:!1,writable:!1,value:f}),Object.defineProperty(m,"_source",{configurable:!1,enumerable:!1,writable:!1,value:R}),Object.freeze&&(Object.freeze(m.props),Object.freeze(m)),m};function Cr(t,u,c,f,R){{var S,b={},m=null,B=null;c!==void 0&&(Be(c),m=""+c),br(u)&&(Be(u.key),m=""+u.key),_r(u)&&(B=u.ref,Er(u,R));for(S in u)Te.call(u,S)&&!gr.hasOwnProperty(S)&&(b[S]=u[S]);if(t&&t.defaultProps){var D=t.defaultProps;for(S in D)b[S]===void 0&&(b[S]=D[S])}if(m||B){var $=typeof t=="function"?t.displayName||t.name||"Unknown":t;m&&ge(b,$),B&&nr(b,$)}return Rr(t,m,B,R,f,me.current,b)}}var Me=ae.ReactCurrentOwner,ar=ae.ReactDebugCurrentFrame;function ve(t){if(t){var u=t._owner,c=$e(t.type,t._source,u?u.type:null);ar.setExtraStackFrame(c)}else ar.setExtraStackFrame(null)}var Ae;Ae=!1;function _e(t){return typeof t=="object"&&t!==null&&t.$$typeof===p}function xe(){{if(Me.current){var t=H(Me.current.type);if(t)return`
17
+ */var Ce;function sr(){return Ce||(Ce=1,process.env.NODE_ENV!=="production"&&function(){var d=x,b=Symbol.for("react.element"),V=Symbol.for("react.portal"),T=Symbol.for("react.fragment"),F=Symbol.for("react.strict_mode"),I=Symbol.for("react.profiler"),w=Symbol.for("react.provider"),E=Symbol.for("react.context"),c=Symbol.for("react.forward_ref"),P=Symbol.for("react.suspense"),p=Symbol.for("react.suspense_list"),h=Symbol.for("react.memo"),_=Symbol.for("react.lazy"),$=Symbol.for("react.offscreen"),Q=Symbol.iterator,Se="@@iterator";function Oe(e){if(e===null||typeof e!="object")return null;var r=Q&&e[Q]||e[Se];return typeof r=="function"?r:null}var C=d.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function f(e){{for(var r=arguments.length,t=new Array(r>1?r-1:0),n=1;n<r;n++)t[n-1]=arguments[n];xe("error",e,t)}}function xe(e,r,t){{var n=C.ReactDebugCurrentFrame,i=n.getStackAddendum();i!==""&&(r+="%s",t=t.concat([i]));var u=t.map(function(o){return String(o)});u.unshift("Warning: "+r),Function.prototype.apply.call(console[e],console,u)}}var we=!1,je=!1,ke=!1,Ae=!1,De=!1,ee;ee=Symbol.for("react.module.reference");function Fe(e){return!!(typeof e=="string"||typeof e=="function"||e===T||e===I||De||e===F||e===P||e===p||Ae||e===$||we||je||ke||typeof e=="object"&&e!==null&&(e.$$typeof===_||e.$$typeof===h||e.$$typeof===w||e.$$typeof===E||e.$$typeof===c||e.$$typeof===ee||e.getModuleId!==void 0))}function Ie(e,r,t){var n=e.displayName;if(n)return n;var i=r.displayName||r.name||"";return i!==""?t+"("+i+")":t}function re(e){return e.displayName||"Context"}function m(e){if(e==null)return null;if(typeof e.tag=="number"&&f("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 T:return"Fragment";case V:return"Portal";case I:return"Profiler";case F:return"StrictMode";case P:return"Suspense";case p:return"SuspenseList"}if(typeof e=="object")switch(e.$$typeof){case E:var r=e;return re(r)+".Consumer";case w:var t=e;return re(t._context)+".Provider";case c:return Ie(e,e.render,"ForwardRef");case h:var n=e.displayName||null;return n!==null?n:m(e.type)||"Memo";case _:{var i=e,u=i._payload,o=i._init;try{return m(o(u))}catch{return null}}}return null}var R=Object.assign,j=0,te,ne,ae,oe,ie,ue,se;function le(){}le.__reactDisabledLog=!0;function $e(){{if(j===0){te=console.log,ne=console.info,ae=console.warn,oe=console.error,ie=console.group,ue=console.groupCollapsed,se=console.groupEnd;var e={configurable:!0,enumerable:!0,value:le,writable:!0};Object.defineProperties(console,{info:e,log:e,warn:e,error:e,group:e,groupCollapsed:e,groupEnd:e})}j++}}function We(){{if(j--,j===0){var e={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:R({},e,{value:te}),info:R({},e,{value:ne}),warn:R({},e,{value:ae}),error:R({},e,{value:oe}),group:R({},e,{value:ie}),groupCollapsed:R({},e,{value:ue}),groupEnd:R({},e,{value:se})})}j<0&&f("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var U=C.ReactCurrentDispatcher,q;function W(e,r,t){{if(q===void 0)try{throw Error()}catch(i){var n=i.stack.trim().match(/\n( *(at )?)/);q=n&&n[1]||""}return`
18
+ `+q+e}}var B=!1,Y;{var Ye=typeof WeakMap=="function"?WeakMap:Map;Y=new Ye}function ce(e,r){if(!e||B)return"";{var t=Y.get(e);if(t!==void 0)return t}var n;B=!0;var i=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var u;u=U.current,U.current=null,$e();try{if(r){var o=function(){throw Error()};if(Object.defineProperty(o.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(o,[])}catch(y){n=y}Reflect.construct(e,[],o)}else{try{o.call()}catch(y){n=y}e.call(o.prototype)}}else{try{throw Error()}catch(y){n=y}e()}}catch(y){if(y&&n&&typeof y.stack=="string"){for(var a=y.stack.split(`
19
+ `),v=n.stack.split(`
20
+ `),s=a.length-1,l=v.length-1;s>=1&&l>=0&&a[s]!==v[l];)l--;for(;s>=1&&l>=0;s--,l--)if(a[s]!==v[l]){if(s!==1||l!==1)do if(s--,l--,l<0||a[s]!==v[l]){var g=`
21
+ `+a[s].replace(" at new "," at ");return e.displayName&&g.includes("<anonymous>")&&(g=g.replace("<anonymous>",e.displayName)),typeof e=="function"&&Y.set(e,g),g}while(s>=1&&l>=0);break}}}finally{B=!1,U.current=u,We(),Error.prepareStackTrace=i}var O=e?e.displayName||e.name:"",Te=O?W(O):"";return typeof e=="function"&&Y.set(e,Te),Te}function Ne(e,r,t){return ce(e,!1)}function Le(e){var r=e.prototype;return!!(r&&r.isReactComponent)}function N(e,r,t){if(e==null)return"";if(typeof e=="function")return ce(e,Le(e));if(typeof e=="string")return W(e);switch(e){case P:return W("Suspense");case p:return W("SuspenseList")}if(typeof e=="object")switch(e.$$typeof){case c:return Ne(e.render);case h:return N(e.type,r,t);case _:{var n=e,i=n._payload,u=n._init;try{return N(u(i),r,t)}catch{}}}return""}var L=Object.prototype.hasOwnProperty,fe={},ve=C.ReactDebugCurrentFrame;function M(e){if(e){var r=e._owner,t=N(e.type,e._source,r?r.type:null);ve.setExtraStackFrame(t)}else ve.setExtraStackFrame(null)}function Me(e,r,t,n,i){{var u=Function.call.bind(L);for(var o in e)if(u(e,o)){var a=void 0;try{if(typeof e[o]!="function"){var v=Error((n||"React class")+": "+t+" type `"+o+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof e[o]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw v.name="Invariant Violation",v}a=e[o](r,o,n,t,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(s){a=s}a&&!(a instanceof Error)&&(M(i),f("%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).",n||"React class",t,o,typeof a),M(null)),a instanceof Error&&!(a.message in fe)&&(fe[a.message]=!0,M(i),f("Failed %s type: %s",t,a.message),M(null))}}}var Ve=Array.isArray;function J(e){return Ve(e)}function Ue(e){{var r=typeof Symbol=="function"&&Symbol.toStringTag,t=r&&e[Symbol.toStringTag]||e.constructor.name||"Object";return t}}function qe(e){try{return de(e),!1}catch{return!0}}function de(e){return""+e}function pe(e){if(qe(e))return f("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",Ue(e)),de(e)}var k=C.ReactCurrentOwner,Be={key:!0,ref:!0,__self:!0,__source:!0},be,ge,G;G={};function Je(e){if(L.call(e,"ref")){var r=Object.getOwnPropertyDescriptor(e,"ref").get;if(r&&r.isReactWarning)return!1}return e.ref!==void 0}function Ge(e){if(L.call(e,"key")){var r=Object.getOwnPropertyDescriptor(e,"key").get;if(r&&r.isReactWarning)return!1}return e.key!==void 0}function ze(e,r){if(typeof e.ref=="string"&&k.current&&r&&k.current.stateNode!==r){var t=m(k.current.type);G[t]||(f('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',m(k.current.type),e.ref),G[t]=!0)}}function Ke(e,r){{var t=function(){be||(be=!0,f("%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)",r))};t.isReactWarning=!0,Object.defineProperty(e,"key",{get:t,configurable:!0})}}function He(e,r){{var t=function(){ge||(ge=!0,f("%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)",r))};t.isReactWarning=!0,Object.defineProperty(e,"ref",{get:t,configurable:!0})}}var Xe=function(e,r,t,n,i,u,o){var a={$$typeof:b,type:e,key:r,ref:t,props:o,_owner:u};return a._store={},Object.defineProperty(a._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:!1}),Object.defineProperty(a,"_self",{configurable:!1,enumerable:!1,writable:!1,value:n}),Object.defineProperty(a,"_source",{configurable:!1,enumerable:!1,writable:!1,value:i}),Object.freeze&&(Object.freeze(a.props),Object.freeze(a)),a};function Ze(e,r,t,n,i){{var u,o={},a=null,v=null;t!==void 0&&(pe(t),a=""+t),Ge(r)&&(pe(r.key),a=""+r.key),Je(r)&&(v=r.ref,ze(r,i));for(u in r)L.call(r,u)&&!Be.hasOwnProperty(u)&&(o[u]=r[u]);if(e&&e.defaultProps){var s=e.defaultProps;for(u in s)o[u]===void 0&&(o[u]=s[u])}if(a||v){var l=typeof e=="function"?e.displayName||e.name||"Unknown":e;a&&Ke(o,l),v&&He(o,l)}return Xe(e,a,v,i,n,k.current,o)}}var z=C.ReactCurrentOwner,he=C.ReactDebugCurrentFrame;function S(e){if(e){var r=e._owner,t=N(e.type,e._source,r?r.type:null);he.setExtraStackFrame(t)}else he.setExtraStackFrame(null)}var K;K=!1;function H(e){return typeof e=="object"&&e!==null&&e.$$typeof===b}function me(){{if(z.current){var e=m(z.current.type);if(e)return`
60
22
 
61
- Check the render method of \``+t+"`."}return""}}function wr(t){{if(t!==void 0){var u=t.fileName.replace(/^.*[\\\/]/,""),c=t.lineNumber;return`
23
+ Check the render method of \``+e+"`."}return""}}function Qe(e){{if(e!==void 0){var r=e.fileName.replace(/^.*[\\\/]/,""),t=e.lineNumber;return`
62
24
 
63
- Check your code at `+u+":"+c+"."}return""}}var or={};function Sr(t){{var u=xe();if(!u){var c=typeof t=="string"?t:t.displayName||t.name;c&&(u=`
25
+ Check your code at `+r+":"+t+"."}return""}}var ye={};function er(e){{var r=me();if(!r){var t=typeof e=="string"?e:e.displayName||e.name;t&&(r=`
64
26
 
65
- Check the top-level render call using <`+c+">.")}return u}}function ur(t,u){{if(!t._store||t._store.validated||t.key!=null)return;t._store.validated=!0;var c=Sr(u);if(or[c])return;or[c]=!0;var f="";t&&t._owner&&t._owner!==Me.current&&(f=" It was passed a child from "+H(t._owner.type)+"."),ve(t),F('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.',c,f),ve(null)}}function ir(t,u){{if(typeof t!="object")return;if(Le(t))for(var c=0;c<t.length;c++){var f=t[c];_e(f)&&ur(f,u)}else if(_e(t))t._store&&(t._store.validated=!0);else if(t){var R=ne(t);if(typeof R=="function"&&R!==t.entries)for(var S=R.call(t),b;!(b=S.next()).done;)_e(b.value)&&ur(b.value,u)}}}function De(t){{var u=t.type;if(u==null||typeof u=="string")return;var c;if(typeof u=="function")c=u.propTypes;else if(typeof u=="object"&&(u.$$typeof===L||u.$$typeof===U))c=u.propTypes;else return;if(c){var f=H(u);le(c,t.props,"prop",f,t)}else if(u.PropTypes!==void 0&&!Ae){Ae=!0;var R=H(u);F("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",R||"Unknown")}typeof u.getDefaultProps=="function"&&!u.getDefaultProps.isReactClassApproved&&F("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function ze(t){{for(var u=Object.keys(t.props),c=0;c<u.length;c++){var f=u[c];if(f!=="children"&&f!=="key"){ve(t),F("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",f),ve(null);break}}t.ref!==null&&(ve(t),F("Invalid attribute `ref` supplied to `React.Fragment`."),ve(null))}}function qe(t,u,c,f,R,S){{var b=Ce(t);if(!b){var m="";(t===void 0||typeof t=="object"&&t!==null&&Object.keys(t).length===0)&&(m+=" 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 B=wr(R);B?m+=B:m+=xe();var D;t===null?D="null":Le(t)?D="array":t!==void 0&&t.$$typeof===p?(D="<"+(H(t.type)||"Unknown")+" />",m=" Did you accidentally export a JSX literal instead of a component?"):D=typeof t,F("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",D,m)}var $=Cr(t,u,c,R,S);if($==null)return $;if(b){var J=u.children;if(J!==void 0)if(f)if(Le(J)){for(var be=0;be<J.length;be++)ir(J[be],t);Object.freeze&&Object.freeze(J)}else F("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 ir(J,t)}return t===X?ze($):De($),$}}function Tr(t,u,c){return qe(t,u,c,!0)}function Or(t,u,c){return qe(t,u,c,!1)}var Pr=Or,kr=Tr;Ke.Fragment=X,Ke.jsx=Pr,Ke.jsxs=kr}()),Ke}process.env.NODE_ENV==="production"?Nr.exports=Ut():Nr.exports=Yt();var Wr=Nr.exports;const Bt={popups:[]},zt=Ue.createContext(Bt),qt=()=>{const[x,p]=Ue.useState([]);return{popups:x}},Ht=({children:x})=>{const p=qt();return Wr.jsx(zt.Provider,{value:p,children:x})},Gt={cabinetType:null,cabinetIsLoading:!0,apiAxios:null,phoneNumber:null,setPhoneNumber:null,cabinetSettings:null},Kt=Ue.createContext(Gt),Jt=()=>{const[x,p]=Ue.useState(null);return{cabinetType:2,apiAxios:null,cabinetIsLoading:!1,cabinetSettings:null,phoneNumber:x,setPhoneNumber:p}},Xt=({children:x})=>{const p=Jt();return Wr.jsx(Kt.Provider,{value:p,children:x})};const Qt=({number:x})=>Wr.jsx("div",{children:x});exports.AppProvider=Xt;exports.PopupProvider=Ht;exports.TestComponent=Qt;
27
+ Check the top-level render call using <`+t+">.")}return r}}function Ee(e,r){{if(!e._store||e._store.validated||e.key!=null)return;e._store.validated=!0;var t=er(r);if(ye[t])return;ye[t]=!0;var n="";e&&e._owner&&e._owner!==z.current&&(n=" It was passed a child from "+m(e._owner.type)+"."),S(e),f('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.',t,n),S(null)}}function _e(e,r){{if(typeof e!="object")return;if(J(e))for(var t=0;t<e.length;t++){var n=e[t];H(n)&&Ee(n,r)}else if(H(e))e._store&&(e._store.validated=!0);else if(e){var i=Oe(e);if(typeof i=="function"&&i!==e.entries)for(var u=i.call(e),o;!(o=u.next()).done;)H(o.value)&&Ee(o.value,r)}}}function rr(e){{var r=e.type;if(r==null||typeof r=="string")return;var t;if(typeof r=="function")t=r.propTypes;else if(typeof r=="object"&&(r.$$typeof===c||r.$$typeof===h))t=r.propTypes;else return;if(t){var n=m(r);Me(t,e.props,"prop",n,e)}else if(r.PropTypes!==void 0&&!K){K=!0;var i=m(r);f("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",i||"Unknown")}typeof r.getDefaultProps=="function"&&!r.getDefaultProps.isReactClassApproved&&f("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function tr(e){{for(var r=Object.keys(e.props),t=0;t<r.length;t++){var n=r[t];if(n!=="children"&&n!=="key"){S(e),f("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",n),S(null);break}}e.ref!==null&&(S(e),f("Invalid attribute `ref` supplied to `React.Fragment`."),S(null))}}function Re(e,r,t,n,i,u){{var o=Fe(e);if(!o){var a="";(e===void 0||typeof e=="object"&&e!==null&&Object.keys(e).length===0)&&(a+=" 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 v=Qe(i);v?a+=v:a+=me();var s;e===null?s="null":J(e)?s="array":e!==void 0&&e.$$typeof===b?(s="<"+(m(e.type)||"Unknown")+" />",a=" Did you accidentally export a JSX literal instead of a component?"):s=typeof e,f("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",s,a)}var l=Ze(e,r,t,i,u);if(l==null)return l;if(o){var g=r.children;if(g!==void 0)if(n)if(J(g)){for(var O=0;O<g.length;O++)_e(g[O],e);Object.freeze&&Object.freeze(g)}else f("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 _e(g,e)}return e===T?tr(l):rr(l),l}}function nr(e,r,t){return Re(e,r,t,!0)}function ar(e,r,t){return Re(e,r,t,!1)}var or=ar,ir=nr;D.Fragment=T,D.jsx=or,D.jsxs=ir}()),D}process.env.NODE_ENV==="production"?X.exports=ur():X.exports=sr();var Z=X.exports;const lr={popups:[]},cr=x.createContext(lr),fr=()=>{const[d,b]=x.useState([]);return{popups:d}},vr=({children:d})=>{const b=fr();return Z.jsx(cr.Provider,{value:b,children:d})},dr={cabinetType:null,cabinetIsLoading:!0,apiAxios:null,phoneNumber:null,setPhoneNumber:null,cabinetSettings:null},pr=x.createContext(dr),br=()=>{const[d,b]=x.useState(null);return{cabinetType:2,apiAxios:null,cabinetIsLoading:!1,cabinetSettings:null,phoneNumber:d,setPhoneNumber:b}},gr=({children:d})=>{const b=br();return Z.jsx(pr.Provider,{value:b,children:d})};const hr=({number:d})=>Z.jsx("div",{children:d});exports.AppProvider=gr;exports.PopupProvider=vr;exports.TestComponent=hr;