diff --git a/frontend-tools/video-js/src/components/video-player/VideoJSPlayer.jsx b/frontend-tools/video-js/src/components/video-player/VideoJSPlayer.jsx index 134f01fe..280a5558 100644 --- a/frontend-tools/video-js/src/components/video-player/VideoJSPlayer.jsx +++ b/frontend-tools/video-js/src/components/video-player/VideoJSPlayer.jsx @@ -86,27 +86,10 @@ function VideoJSPlayer() { "1080": {}, "1440": {}, }, - chapter_data: [ - { - "startTime": 1.1, - "endTime": 2.2, - "text": "AAAAIntroduction", - }, - { - "startTime": 2.2, - "endTime": 3.3, - "text": "BBBXXX", - }, - { - "startTime": 3.3, - "endTime": 4.3, - "text": "DDDDXXXd", - }, - { - "startTime": 4.3, - "endTime": 171, - "text": "DDDDXXXd4aaaaaa3333", - } + __chapter_data: [ + { startTime: 0, endTime: 4, text: 'A1 test' }, + { startTime: 5, endTime: 10, text: 'A2 of Marine Life' }, + { startTime: 10, endTime: 15, text: 'A3 Reef Ecosystems' }, ], related_media: [ { @@ -651,7 +634,7 @@ function VideoJSPlayer() { // Define chapters as JSON object // Note: The sample-chapters.vtt file is no longer needed as chapters are now loaded from this JSON - const chaptersData = mediaData?.data?.chapter_data ?? isDevelopment ? [ + const chaptersData = mediaData?.data?.chapter_data && mediaData?.data?.chapter_data.length > 0 ? mediaData?.data?.chapter_data : isDevelopment ? [ { startTime: 0, endTime: 4, text: 'Introduction' }, { startTime: 5, endTime: 10, text: 'Overview of Marine Life' }, { startTime: 10, endTime: 15, text: 'Coral Reef Ecosystems' }, @@ -675,6 +658,7 @@ function VideoJSPlayer() { { startTime: 1440, endTime: 1520, text: 'Commercial Aquaculture' }, { startTime: 1520, endTime: 1600, text: 'Ocean Exploration Technology' }, ] : []; + // const chaptersData = []; // Get video data from mediaData const currentVideo = useMemo( diff --git a/static/video_js/video-js.js b/static/video_js/video-js.js index 3fcb1aa1..e46195d1 100644 --- a/static/video_js/video-js.js +++ b/static/video_js/video-js.js @@ -6,19 +6,19 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - */Wc.exports;var D_;function wD(){return D_||(D_=1,function(s,e){(function(){function i(D,W){Object.defineProperty(u.prototype,D,{get:function(){console.warn("%s(...) is deprecated in plain JavaScript React classes. %s",W[0],W[1])}})}function a(D){return D===null||typeof D!="object"?null:(D=Vt&&D[Vt]||D["@@iterator"],typeof D=="function"?D:null)}function o(D,W){D=(D=D.constructor)&&(D.displayName||D.name)||"ReactClass";var be=D+"."+W;Nt[be]||(console.error("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.",W,D),Nt[be]=!0)}function u(D,W,be){this.props=D,this.context=W,this.refs=qi,this.updater=be||wi}function c(){}function f(D,W,be){this.props=D,this.context=W,this.refs=qi,this.updater=be||wi}function m(D){return""+D}function b(D){try{m(D);var W=!1}catch{W=!0}if(W){W=console;var be=W.error,Se=typeof Symbol=="function"&&Symbol.toStringTag&&D[Symbol.toStringTag]||D.constructor.name||"Object";return be.call(W,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",Se),m(D)}}function S(D){if(D==null)return null;if(typeof D=="function")return D.$$typeof===Fo?null:D.displayName||D.name||null;if(typeof D=="string")return D;switch(D){case re:return"Fragment";case fe:return"Profiler";case ue:return"StrictMode";case Me:return"Suspense";case Jt:return"SuspenseList";case Ai:return"Activity"}if(typeof D=="object")switch(typeof D.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),D.$$typeof){case Qe:return"Portal";case Ue:return(D.displayName||"Context")+".Provider";case Ee:return(D._context.displayName||"Context")+".Consumer";case Be:var W=D.render;return D=D.displayName,D||(D=W.displayName||W.name||"",D=D!==""?"ForwardRef("+D+")":"ForwardRef"),D;case lt:return W=D.displayName||null,W!==null?W:S(D.type)||"Memo";case Pt:W=D._payload,D=D._init;try{return S(D(W))}catch{}}return null}function E(D){if(D===re)return"<>";if(typeof D=="object"&&D!==null&&D.$$typeof===Pt)return"<...>";try{var W=S(D);return W?"<"+W+">":"<...>"}catch{return"<...>"}}function A(){var D=De.A;return D===null?null:D.getOwner()}function R(){return Error("react-stack-top-frame")}function I(D){if(Ba.call(D,"key")){var W=Object.getOwnPropertyDescriptor(D,"key").get;if(W&&W.isReactWarning)return!1}return D.key!==void 0}function w(D,W){function be(){Qs||(Qs=!0,console.error("%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://react.dev/link/special-props)",W))}be.isReactWarning=!0,Object.defineProperty(D,"key",{get:be,configurable:!0})}function z(){var D=S(this.type);return Fa[D]||(Fa[D]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),D=this.props.ref,D!==void 0?D:null}function F(D,W,be,Se,Pe,Ze,$e,ot){return be=Ze.ref,D={$$typeof:ke,type:D,key:W,props:Ze,_owner:Pe},(be!==void 0?be:null)!==null?Object.defineProperty(D,"ref",{enumerable:!1,get:z}):Object.defineProperty(D,"ref",{enumerable:!1,value:null}),D._store={},Object.defineProperty(D._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(D,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(D,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:$e}),Object.defineProperty(D,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:ot}),Object.freeze&&(Object.freeze(D.props),Object.freeze(D)),D}function X(D,W){return W=F(D.type,W,void 0,void 0,D._owner,D.props,D._debugStack,D._debugTask),D._store&&(W._store.validated=D._store.validated),W}function H(D){return typeof D=="object"&&D!==null&&D.$$typeof===ke}function Y(D){var W={"=":"=0",":":"=2"};return"$"+D.replace(/[=:]/g,function(be){return W[be]})}function G(D,W){return typeof D=="object"&&D!==null&&D.key!=null?(b(D.key),Y(""+D.key)):W.toString(36)}function ee(){}function Q(D){switch(D.status){case"fulfilled":return D.value;case"rejected":throw D.reason;default:switch(typeof D.status=="string"?D.then(ee,ee):(D.status="pending",D.then(function(W){D.status==="pending"&&(D.status="fulfilled",D.value=W)},function(W){D.status==="pending"&&(D.status="rejected",D.reason=W)})),D.status){case"fulfilled":return D.value;case"rejected":throw D.reason}}throw D}function oe(D,W,be,Se,Pe){var Ze=typeof D;(Ze==="undefined"||Ze==="boolean")&&(D=null);var $e=!1;if(D===null)$e=!0;else switch(Ze){case"bigint":case"string":case"number":$e=!0;break;case"object":switch(D.$$typeof){case ke:case Qe:$e=!0;break;case Pt:return $e=D._init,oe($e(D._payload),W,be,Se,Pe)}}if($e){$e=D,Pe=Pe($e);var ot=Se===""?"."+G($e,0):Se;return wt(Pe)?(be="",ot!=null&&(be=ot.replace(Nr,"$&/")+"/"),oe(Pe,W,be,"",function(ti){return ti})):Pe!=null&&(H(Pe)&&(Pe.key!=null&&($e&&$e.key===Pe.key||b(Pe.key)),be=X(Pe,be+(Pe.key==null||$e&&$e.key===Pe.key?"":(""+Pe.key).replace(Nr,"$&/")+"/")+ot),Se!==""&&$e!=null&&H($e)&&$e.key==null&&$e._store&&!$e._store.validated&&(be._store.validated=2),Pe=be),W.push(Pe)),1}if($e=0,ot=Se===""?".":Se+":",wt(D))for(var Ge=0;Ge";if(typeof D=="object"&&D!==null&&D.$$typeof===Ve)return"<...>";try{var X=S(D);return X?"<"+X+">":"<...>"}catch{return"<...>"}}function A(){var D=Te.A;return D===null?null:D.getOwner()}function R(){return Error("react-stack-top-frame")}function I(D){if(di.call(D,"key")){var X=Object.getOwnPropertyDescriptor(D,"key").get;if(X&&X.isReactWarning)return!1}return D.key!==void 0}function w(D,X){function ge(){Zs||(Zs=!0,console.error("%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://react.dev/link/special-props)",X))}ge.isReactWarning=!0,Object.defineProperty(D,"key",{get:ge,configurable:!0})}function j(){var D=S(this.type);return Ha[D]||(Ha[D]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),D=this.props.ref,D!==void 0?D:null}function F(D,X,ge,xe,Ne,Ze,Ge,ct){return ge=Ze.ref,D={$$typeof:Ee,type:D,key:X,props:Ze,_owner:Ne},(ge!==void 0?ge:null)!==null?Object.defineProperty(D,"ref",{enumerable:!1,get:j}):Object.defineProperty(D,"ref",{enumerable:!1,value:null}),D._store={},Object.defineProperty(D._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(D,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(D,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:Ge}),Object.defineProperty(D,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:ct}),Object.freeze&&(Object.freeze(D.props),Object.freeze(D)),D}function G(D,X){return X=F(D.type,X,void 0,void 0,D._owner,D.props,D._debugStack,D._debugTask),D._store&&(X._store.validated=D._store.validated),X}function $(D){return typeof D=="object"&&D!==null&&D.$$typeof===Ee}function Q(D){var X={"=":"=0",":":"=2"};return"$"+D.replace(/[=:]/g,function(ge){return X[ge]})}function W(D,X){return typeof D=="object"&&D!==null&&D.key!=null?(b(D.key),Q(""+D.key)):X.toString(36)}function K(){}function Y(D){switch(D.status){case"fulfilled":return D.value;case"rejected":throw D.reason;default:switch(typeof D.status=="string"?D.then(K,K):(D.status="pending",D.then(function(X){D.status==="pending"&&(D.status="fulfilled",D.value=X)},function(X){D.status==="pending"&&(D.status="rejected",D.reason=X)})),D.status){case"fulfilled":return D.value;case"rejected":throw D.reason}}throw D}function Z(D,X,ge,xe,Ne){var Ze=typeof D;(Ze==="undefined"||Ze==="boolean")&&(D=null);var Ge=!1;if(D===null)Ge=!0;else switch(Ze){case"bigint":case"string":case"number":Ge=!0;break;case"object":switch(D.$$typeof){case Ee:case Fe:Ge=!0;break;case Ve:return Ge=D._init,Z(Ge(D._payload),X,ge,xe,Ne)}}if(Ge){Ge=D,Ne=Ne(Ge);var ct=xe===""?"."+W(Ge,0):xe;return Pt(Ne)?(ge="",ct!=null&&(ge=ct.replace(Ur,"$&/")+"/"),Z(Ne,X,ge,"",function(ei){return ei})):Ne!=null&&($(Ne)&&(Ne.key!=null&&(Ge&&Ge.key===Ne.key||b(Ne.key)),ge=G(Ne,ge+(Ne.key==null||Ge&&Ge.key===Ne.key?"":(""+Ne.key).replace(Ur,"$&/")+"/")+ct),xe!==""&&Ge!=null&&$(Ge)&&Ge.key==null&&Ge._store&&!Ge._store.validated&&(ge._store.validated=2),Ne=ge),X.push(Ne)),1}if(Ge=0,ct=xe===""?".":xe+":",Pt(D))for(var Xe=0;Xe import('./MyComponent')) -Did you accidentally put curly braces around the import?`,W),"default"in W||console.error(`lazy: Expected the result of a dynamic import() call. Instead received: %s +Did you accidentally put curly braces around the import?`,X),"default"in X||console.error(`lazy: Expected the result of a dynamic import() call. Instead received: %s Your code should look like: - const MyComponent = lazy(() => import('./MyComponent'))`,W),W.default;throw D._result}function me(){var D=De.H;return D===null&&console.error(`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: + const MyComponent = lazy(() => import('./MyComponent'))`,X),X.default;throw D._result}function he(){var D=Te.H;return D===null&&console.error(`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://react.dev/link/invalid-hook-call for tips about how to debug and fix this problem.`),D}function Ae(){}function pe(D){if(dt===null)try{var W=("require"+Math.random()).slice(0,7);dt=(s&&s[W]).call(s,"timers").setImmediate}catch{dt=function(Se){Ur===!1&&(Ur=!0,typeof MessageChannel>"u"&&console.error("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 Pe=new MessageChannel;Pe.port1.onmessage=Se,Pe.port2.postMessage(void 0)}}return dt(D)}function we(D){return 1 ...) without await. This could lead to unexpected testing behaviour, interleaving multiple act calls and mixing their scopes. You should - await act(async () => ...);"))}),{then:function(Ge,ti){Pe=!0,$e.then(function(Ts){if(He(W,be),be===0){try{ye(Se),pe(function(){return le(Ts,Ge,ti)})}catch(Nd){De.thrownErrors.push(Nd)}if(0 ...)"))}),De.actQueue=null),0De.recentlyCreatedOwnerStacks++;return F(D,Pe,void 0,void 0,A(),Se,Ge?Error("react-stack-top-frame"):Pr,Ge?Ws(E(D)):Ks)},e.createRef=function(){var D={current:null};return Object.seal(D),D},e.forwardRef=function(D){D!=null&&D.$$typeof===lt?console.error("forwardRef requires a render function but received a `memo` component. Instead of forwardRef(memo(...)), use memo(forwardRef(...))."):typeof D!="function"?console.error("forwardRef requires a render function but was given %s.",D===null?"null":typeof D):D.length!==0&&D.length!==2&&console.error("forwardRef render functions accept exactly two parameters: props and ref. %s",D.length===1?"Did you forget to use the ref parameter?":"Any additional parameter will be undefined."),D!=null&&D.defaultProps!=null&&console.error("forwardRef render functions do not support defaultProps. Did you accidentally pass a React component?");var W={$$typeof:Be,render:D},be;return Object.defineProperty(W,"displayName",{enumerable:!1,configurable:!0,get:function(){return be},set:function(Se){be=Se,D.name||D.displayName||(Object.defineProperty(D,"name",{value:Se}),D.displayName=Se)}}),W},e.isValidElement=H,e.lazy=function(D){return{$$typeof:Pt,_payload:{_status:-1,_result:D},_init:Ie}},e.memo=function(D,W){D==null&&console.error("memo: The first argument must be a component. Instead received: %s",D===null?"null":typeof D),W={$$typeof:lt,type:D,compare:W===void 0?null:W};var be;return Object.defineProperty(W,"displayName",{enumerable:!1,configurable:!0,get:function(){return be},set:function(Se){be=Se,D.name||D.displayName||(Object.defineProperty(D,"name",{value:Se}),D.displayName=Se)}}),W},e.startTransition=function(D){var W=De.T,be={};De.T=be,be._updatedFibers=new Set;try{var Se=D(),Pe=De.S;Pe!==null&&Pe(be,Se),typeof Se=="object"&&Se!==null&&typeof Se.then=="function"&&Se.then(Ae,ja)}catch(Ze){ja(Ze)}finally{W===null&&be._updatedFibers&&(D=be._updatedFibers.size,be._updatedFibers.clear(),10"u"&&console.error("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 Ne=new MessageChannel;Ne.port1.onmessage=xe,Ne.port2.postMessage(void 0)}}return ht(D)}function Pe(D){return 1 ...) without await. This could lead to unexpected testing behaviour, interleaving multiple act calls and mixing their scopes. You should - await act(async () => ...);"))}),{then:function(Xe,ei){Ne=!0,Ge.then(function(xs){if(at(X,ge),ge===0){try{ve(xe),ye(function(){return ne(xs,Xe,ei)})}catch(Nd){Te.thrownErrors.push(Nd)}if(0 ...)"))}),Te.actQueue=null),0Te.recentlyCreatedOwnerStacks++;return F(D,Ne,void 0,void 0,A(),xe,Xe?Error("react-stack-top-frame"):Nr,Xe?Ks(E(D)):Js)},e.createRef=function(){var D={current:null};return Object.seal(D),D},e.forwardRef=function(D){D!=null&&D.$$typeof===Ue?console.error("forwardRef requires a render function but received a `memo` component. Instead of forwardRef(memo(...)), use memo(forwardRef(...))."):typeof D!="function"?console.error("forwardRef requires a render function but was given %s.",D===null?"null":typeof D):D.length!==0&&D.length!==2&&console.error("forwardRef render functions accept exactly two parameters: props and ref. %s",D.length===1?"Did you forget to use the ref parameter?":"Any additional parameter will be undefined."),D!=null&&D.defaultProps!=null&&console.error("forwardRef render functions do not support defaultProps. Did you accidentally pass a React component?");var X={$$typeof:Ce,render:D},ge;return Object.defineProperty(X,"displayName",{enumerable:!1,configurable:!0,get:function(){return ge},set:function(xe){ge=xe,D.name||D.displayName||(Object.defineProperty(D,"name",{value:xe}),D.displayName=xe)}}),X},e.isValidElement=$,e.lazy=function(D){return{$$typeof:Ve,_payload:{_status:-1,_result:D},_init:Le}},e.memo=function(D,X){D==null&&console.error("memo: The first argument must be a component. Instead received: %s",D===null?"null":typeof D),X={$$typeof:Ue,type:D,compare:X===void 0?null:X};var ge;return Object.defineProperty(X,"displayName",{enumerable:!1,configurable:!0,get:function(){return ge},set:function(xe){ge=xe,D.name||D.displayName||(Object.defineProperty(D,"name",{value:xe}),D.displayName=xe)}}),X},e.startTransition=function(D){var X=Te.T,ge={};Te.T=ge,ge._updatedFibers=new Set;try{var xe=D(),Ne=Te.S;Ne!==null&&Ne(ge,xe),typeof xe=="object"&&xe!==null&&typeof xe.then=="function"&&xe.then(_e,za)}catch(Ze){za(Ze)}finally{X===null&&ge._updatedFibers&&(D=ge._updatedFibers.size,ge._updatedFibers.clear(),10";if(typeof re=="object"&&re!==null&&re.$$typeof===oe)return"<...>";try{var ue=s(re);return ue?"<"+ue+">":"<...>"}catch{return"<...>"}}function o(){var re=me.A;return re===null?null:re.getOwner()}function u(){return Error("react-stack-top-frame")}function c(re){if(Ae.call(re,"key")){var ue=Object.getOwnPropertyDescriptor(re,"key").get;if(ue&&ue.isReactWarning)return!1}return re.key!==void 0}function f(re,ue){function fe(){He||(He=!0,console.error("%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://react.dev/link/special-props)",ue))}fe.isReactWarning=!0,Object.defineProperty(re,"key",{get:fe,configurable:!0})}function m(){var re=s(this.type);return le[re]||(le[re]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),re=this.props.ref,re!==void 0?re:null}function b(re,ue,fe,Ee,Ue,Be,Me,Jt){return fe=Be.ref,re={$$typeof:R,type:re,key:ue,props:Be,_owner:Ue},(fe!==void 0?fe:null)!==null?Object.defineProperty(re,"ref",{enumerable:!1,get:m}):Object.defineProperty(re,"ref",{enumerable:!1,value:null}),re._store={},Object.defineProperty(re._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(re,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(re,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:Me}),Object.defineProperty(re,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:Jt}),Object.freeze&&(Object.freeze(re.props),Object.freeze(re)),re}function S(re,ue,fe,Ee,Ue,Be,Me,Jt){var lt=ue.children;if(lt!==void 0)if(Ee)if(pe(lt)){for(Ee=0;Ee";if(typeof te=="object"&&te!==null&&te.$$typeof===Z)return"<...>";try{var Oe=s(te);return Oe?"<"+Oe+">":"<...>"}catch{return"<...>"}}function o(){var te=he.A;return te===null?null:te.getOwner()}function u(){return Error("react-stack-top-frame")}function c(te){if(_e.call(te,"key")){var Oe=Object.getOwnPropertyDescriptor(te,"key").get;if(Oe&&Oe.isReactWarning)return!1}return te.key!==void 0}function f(te,Oe){function ke(){at||(at=!0,console.error("%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://react.dev/link/special-props)",Oe))}ke.isReactWarning=!0,Object.defineProperty(te,"key",{get:ke,configurable:!0})}function m(){var te=s(this.type);return ne[te]||(ne[te]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),te=this.props.ref,te!==void 0?te:null}function b(te,Oe,ke,ut,pe,Ce,Ae,et){return ke=Ce.ref,te={$$typeof:R,type:te,key:Oe,props:Ce,_owner:pe},(ke!==void 0?ke:null)!==null?Object.defineProperty(te,"ref",{enumerable:!1,get:m}):Object.defineProperty(te,"ref",{enumerable:!1,value:null}),te._store={},Object.defineProperty(te._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(te,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(te,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:Ae}),Object.defineProperty(te,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:et}),Object.freeze&&(Object.freeze(te.props),Object.freeze(te)),te}function S(te,Oe,ke,ut,pe,Ce,Ae,et){var Ue=Oe.children;if(Ue!==void 0)if(ut)if(ye(Ue)){for(ut=0;ut React keys must be passed directly to JSX without using spread: let props = %s; - <%s key={someKey} {...props} />`,Ee,lt,Pt,lt),Qe[lt+Ee]=!0)}if(lt=null,fe!==void 0&&(i(fe),lt=""+fe),c(ue)&&(i(ue.key),lt=""+ue.key),"key"in ue){fe={};for(var Ai in ue)Ai!=="key"&&(fe[Ai]=ue[Ai])}else fe=ue;return lt&&f(fe,typeof re=="function"?re.displayName||re.name||"Unknown":re),b(re,lt,Be,Ue,o(),fe,Me,Jt)}function E(re){typeof re=="object"&&re!==null&&re.$$typeof===R&&re._store&&(re._store.validated=1)}var A=dn,R=Symbol.for("react.transitional.element"),I=Symbol.for("react.portal"),w=Symbol.for("react.fragment"),z=Symbol.for("react.strict_mode"),F=Symbol.for("react.profiler"),X=Symbol.for("react.consumer"),H=Symbol.for("react.context"),Y=Symbol.for("react.forward_ref"),G=Symbol.for("react.suspense"),ee=Symbol.for("react.suspense_list"),Q=Symbol.for("react.memo"),oe=Symbol.for("react.lazy"),ce=Symbol.for("react.activity"),Ie=Symbol.for("react.client.reference"),me=A.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,Ae=Object.prototype.hasOwnProperty,pe=Array.isArray,we=console.createTask?console.createTask:function(){return null};A={"react-stack-bottom-frame":function(re){return re()}};var He,le={},ye=A["react-stack-bottom-frame"].bind(A,u)(),ke=we(a(u)),Qe={};Yc.Fragment=w,Yc.jsx=function(re,ue,fe,Ee,Ue){var Be=1e4>me.recentlyCreatedOwnerStacks++;return S(re,ue,fe,!1,Ee,Ue,Be?Error("react-stack-top-frame"):ye,Be?we(a(re)):ke)},Yc.jsxs=function(re,ue,fe,Ee,Ue){var Be=1e4>me.recentlyCreatedOwnerStacks++;return S(re,ue,fe,!0,Ee,Ue,Be?Error("react-stack-top-frame"):ye,Be?we(a(re)):ke)}}()),Yc}A_.exports=DD();var Rf=A_.exports,O_={exports:{}},Ig={exports:{}},Pg={};/** + <%s key={someKey} {...props} />`,ut,Ue,Ve,Ue),Fe[Ue+ut]=!0)}if(Ue=null,ke!==void 0&&(i(ke),Ue=""+ke),c(Oe)&&(i(Oe.key),Ue=""+Oe.key),"key"in Oe){ke={};for(var Lt in Oe)Lt!=="key"&&(ke[Lt]=Oe[Lt])}else ke=Oe;return Ue&&f(ke,typeof te=="function"?te.displayName||te.name||"Unknown":te),b(te,Ue,Ce,pe,o(),ke,Ae,et)}function E(te){typeof te=="object"&&te!==null&&te.$$typeof===R&&te._store&&(te._store.validated=1)}var A=dn,R=Symbol.for("react.transitional.element"),I=Symbol.for("react.portal"),w=Symbol.for("react.fragment"),j=Symbol.for("react.strict_mode"),F=Symbol.for("react.profiler"),G=Symbol.for("react.consumer"),$=Symbol.for("react.context"),Q=Symbol.for("react.forward_ref"),W=Symbol.for("react.suspense"),K=Symbol.for("react.suspense_list"),Y=Symbol.for("react.memo"),Z=Symbol.for("react.lazy"),ue=Symbol.for("react.activity"),Le=Symbol.for("react.client.reference"),he=A.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,_e=Object.prototype.hasOwnProperty,ye=Array.isArray,Pe=console.createTask?console.createTask:function(){return null};A={"react-stack-bottom-frame":function(te){return te()}};var at,ne={},ve=A["react-stack-bottom-frame"].bind(A,u)(),Ee=Pe(a(u)),Fe={};Yc.Fragment=w,Yc.jsx=function(te,Oe,ke,ut,pe){var Ce=1e4>he.recentlyCreatedOwnerStacks++;return S(te,Oe,ke,!1,ut,pe,Ce?Error("react-stack-top-frame"):ve,Ce?Pe(a(te)):Ee)},Yc.jsxs=function(te,Oe,ke,ut,pe){var Ce=1e4>he.recentlyCreatedOwnerStacks++;return S(te,Oe,ke,!0,ut,pe,Ce?Error("react-stack-top-frame"):ve,Ce?Pe(a(te)):Ee)}}()),Yc}A_.exports=DD();var Rf=A_.exports,O_={exports:{}},Ig={exports:{}},Pg={};/** * @license React * scheduler.development.js * @@ -39,7 +39,7 @@ React keys must be passed directly to JSX without using spread: * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - */var R_;function kD(){return R_||(R_=1,function(s){(function(){function e(){if(G=!1,ce){var le=s.unstable_now();Ae=le;var ye=!0;try{e:{H=!1,Y&&(Y=!1,Q(Ie),Ie=-1),X=!0;var ke=F;try{t:{for(c(le),z=a(R);z!==null&&!(z.expirationTime>le&&m());){var Qe=z.callback;if(typeof Qe=="function"){z.callback=null,F=z.priorityLevel;var re=Qe(z.expirationTime<=le);if(le=s.unstable_now(),typeof re=="function"){z.callback=re,c(le),ye=!0;break t}z===a(R)&&o(R),c(le)}else o(R);z=a(R)}if(z!==null)ye=!0;else{var ue=a(I);ue!==null&&b(f,ue.startTime-le),ye=!1}}break e}finally{z=null,F=ke,X=!1}ye=void 0}}finally{ye?pe():ce=!1}}}function i(le,ye){var ke=le.length;le.push(ye);e:for(;0>>1,re=le[Qe];if(0>>1;Qeu(Ee,ke))Ueu(Be,Ee)?(le[Qe]=Be,le[Ue]=ke,Qe=Ue):(le[Qe]=Ee,le[fe]=ke,Qe=fe);else if(Ueu(Be,ke))le[Qe]=Be,le[Ue]=ke,Qe=Ue;else break e}}return ye}function u(le,ye){var ke=le.sortIndex-ye.sortIndex;return ke!==0?ke:le.id-ye.id}function c(le){for(var ye=a(I);ye!==null;){if(ye.callback===null)o(I);else if(ye.startTime<=le)o(I),ye.sortIndex=ye.expirationTime,i(R,ye);else break;ye=a(I)}}function f(le){if(Y=!1,c(le),!H)if(a(R)!==null)H=!0,ce||(ce=!0,pe());else{var ye=a(I);ye!==null&&b(f,ye.startTime-le)}}function m(){return G?!0:!(s.unstable_now()-Aele||125Qe?(le.sortIndex=ke,i(I,le),a(R)===null&&le===a(I)&&(Y?(Q(Ie),Ie=-1):Y=!0,b(f,ke-Qe))):(le.sortIndex=re,i(R,le),H||X||(H=!0,ce||(ce=!0,pe()))),le},s.unstable_shouldYield=m,s.unstable_wrapCallback=function(le){var ye=F;return function(){var ke=F;F=ye;try{return le.apply(this,arguments)}finally{F=ke}}},typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())})()}(Pg)),Pg}var M_;function OD(){return M_||(M_=1,Ig.exports=kD()),Ig.exports}var Ng={exports:{}},Fi={};/** + */var R_;function kD(){return R_||(R_=1,function(s){(function(){function e(){if(W=!1,ue){var ne=s.unstable_now();_e=ne;var ve=!0;try{e:{$=!1,Q&&(Q=!1,Y(Le),Le=-1),G=!0;var Ee=F;try{t:{for(c(ne),j=a(R);j!==null&&!(j.expirationTime>ne&&m());){var Fe=j.callback;if(typeof Fe=="function"){j.callback=null,F=j.priorityLevel;var te=Fe(j.expirationTime<=ne);if(ne=s.unstable_now(),typeof te=="function"){j.callback=te,c(ne),ve=!0;break t}j===a(R)&&o(R),c(ne)}else o(R);j=a(R)}if(j!==null)ve=!0;else{var Oe=a(I);Oe!==null&&b(f,Oe.startTime-ne),ve=!1}}break e}finally{j=null,F=Ee,G=!1}ve=void 0}}finally{ve?ye():ue=!1}}}function i(ne,ve){var Ee=ne.length;ne.push(ve);e:for(;0>>1,te=ne[Fe];if(0>>1;Feu(ut,Ee))peu(Ce,ut)?(ne[Fe]=Ce,ne[pe]=Ee,Fe=pe):(ne[Fe]=ut,ne[ke]=Ee,Fe=ke);else if(peu(Ce,Ee))ne[Fe]=Ce,ne[pe]=Ee,Fe=pe;else break e}}return ve}function u(ne,ve){var Ee=ne.sortIndex-ve.sortIndex;return Ee!==0?Ee:ne.id-ve.id}function c(ne){for(var ve=a(I);ve!==null;){if(ve.callback===null)o(I);else if(ve.startTime<=ne)o(I),ve.sortIndex=ve.expirationTime,i(R,ve);else break;ve=a(I)}}function f(ne){if(Q=!1,c(ne),!$)if(a(R)!==null)$=!0,ue||(ue=!0,ye());else{var ve=a(I);ve!==null&&b(f,ve.startTime-ne)}}function m(){return W?!0:!(s.unstable_now()-_ene||125Fe?(ne.sortIndex=Ee,i(I,ne),a(R)===null&&ne===a(I)&&(Q?(Y(Le),Le=-1):Q=!0,b(f,Ee-Fe))):(ne.sortIndex=te,i(R,ne),$||G||($=!0,ue||(ue=!0,ye()))),ne},s.unstable_shouldYield=m,s.unstable_wrapCallback=function(ne){var ve=F;return function(){var Ee=F;F=ve;try{return ne.apply(this,arguments)}finally{F=Ee}}},typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())})()}(Pg)),Pg}var M_;function OD(){return M_||(M_=1,Ig.exports=kD()),Ig.exports}var Ng={exports:{}},Hi={};/** * @license React * react-dom.development.js * @@ -51,7 +51,7 @@ React keys must be passed directly to JSX without using spread: 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://react.dev/link/invalid-hook-call for tips about how to debug and fix this problem.`),E}typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var f=dn,m={d:{f:s,r:function(){throw Error("Invalid form element. requestFormReset must be passed a form that was rendered by React.")},D:s,C:s,L:s,m:s,X:s,S:s,M:s},p:0,findDOMNode:null},b=Symbol.for("react.portal"),S=f.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;typeof Map=="function"&&Map.prototype!=null&&typeof Map.prototype.forEach=="function"&&typeof Set=="function"&&Set.prototype!=null&&typeof Set.prototype.clear=="function"&&typeof Set.prototype.forEach=="function"||console.error("React depends on Map and Set built-in types. Make sure that you load a polyfill in older browsers. https://reactjs.org/link/react-polyfills"),Fi.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=m,Fi.createPortal=function(E,A){var R=2` tag.%s',R),typeof E=="string"&&typeof A=="object"&&A!==null&&typeof A.as=="string"){R=A.as;var I=a(R,A.crossOrigin);m.d.L(E,R,{crossOrigin:I,integrity:typeof A.integrity=="string"?A.integrity:void 0,nonce:typeof A.nonce=="string"?A.nonce:void 0,type:typeof A.type=="string"?A.type:void 0,fetchPriority:typeof A.fetchPriority=="string"?A.fetchPriority:void 0,referrerPolicy:typeof A.referrerPolicy=="string"?A.referrerPolicy:void 0,imageSrcSet:typeof A.imageSrcSet=="string"?A.imageSrcSet:void 0,imageSizes:typeof A.imageSizes=="string"?A.imageSizes:void 0,media:typeof A.media=="string"?A.media:void 0})}},Fi.preloadModule=function(E,A){var R="";typeof E=="string"&&E||(R+=" The `href` argument encountered was "+o(E)+"."),A!==void 0&&typeof A!="object"?R+=" The `options` argument encountered was "+o(A)+".":A&&"as"in A&&typeof A.as!="string"&&(R+=" The `as` option encountered was "+o(A.as)+"."),R&&console.error('ReactDOM.preloadModule(): Expected two arguments, a non-empty `href` string and, optionally, an `options` object with an `as` property valid for a `` tag.%s',R),typeof E=="string"&&(A?(R=a(A.as,A.crossOrigin),m.d.m(E,{as:typeof A.as=="string"&&A.as!=="script"?A.as:void 0,crossOrigin:R,integrity:typeof A.integrity=="string"?A.integrity:void 0})):m.d.m(E))},Fi.requestFormReset=function(E){m.d.r(E)},Fi.unstable_batchedUpdates=function(E,A){return E(A)},Fi.useFormState=function(E,A,R){return c().useFormState(E,A,R)},Fi.useFormStatus=function(){return c().useHostTransitionStatus()},Fi.version="19.1.0",typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())}()),Fi}var I_;function MD(){return I_||(I_=1,Ng.exports=RD()),Ng.exports}var Qc={};/** +See https://react.dev/link/invalid-hook-call for tips about how to debug and fix this problem.`),E}typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var f=dn,m={d:{f:s,r:function(){throw Error("Invalid form element. requestFormReset must be passed a form that was rendered by React.")},D:s,C:s,L:s,m:s,X:s,S:s,M:s},p:0,findDOMNode:null},b=Symbol.for("react.portal"),S=f.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;typeof Map=="function"&&Map.prototype!=null&&typeof Map.prototype.forEach=="function"&&typeof Set=="function"&&Set.prototype!=null&&typeof Set.prototype.clear=="function"&&typeof Set.prototype.forEach=="function"||console.error("React depends on Map and Set built-in types. Make sure that you load a polyfill in older browsers. https://reactjs.org/link/react-polyfills"),Hi.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=m,Hi.createPortal=function(E,A){var R=2` tag.%s',R),typeof E=="string"&&typeof A=="object"&&A!==null&&typeof A.as=="string"){R=A.as;var I=a(R,A.crossOrigin);m.d.L(E,R,{crossOrigin:I,integrity:typeof A.integrity=="string"?A.integrity:void 0,nonce:typeof A.nonce=="string"?A.nonce:void 0,type:typeof A.type=="string"?A.type:void 0,fetchPriority:typeof A.fetchPriority=="string"?A.fetchPriority:void 0,referrerPolicy:typeof A.referrerPolicy=="string"?A.referrerPolicy:void 0,imageSrcSet:typeof A.imageSrcSet=="string"?A.imageSrcSet:void 0,imageSizes:typeof A.imageSizes=="string"?A.imageSizes:void 0,media:typeof A.media=="string"?A.media:void 0})}},Hi.preloadModule=function(E,A){var R="";typeof E=="string"&&E||(R+=" The `href` argument encountered was "+o(E)+"."),A!==void 0&&typeof A!="object"?R+=" The `options` argument encountered was "+o(A)+".":A&&"as"in A&&typeof A.as!="string"&&(R+=" The `as` option encountered was "+o(A.as)+"."),R&&console.error('ReactDOM.preloadModule(): Expected two arguments, a non-empty `href` string and, optionally, an `options` object with an `as` property valid for a `` tag.%s',R),typeof E=="string"&&(A?(R=a(A.as,A.crossOrigin),m.d.m(E,{as:typeof A.as=="string"&&A.as!=="script"?A.as:void 0,crossOrigin:R,integrity:typeof A.integrity=="string"?A.integrity:void 0})):m.d.m(E))},Hi.requestFormReset=function(E){m.d.r(E)},Hi.unstable_batchedUpdates=function(E,A){return E(A)},Hi.useFormState=function(E,A,R){return c().useFormState(E,A,R)},Hi.useFormStatus=function(){return c().useHostTransitionStatus()},Hi.version="19.1.0",typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())}()),Hi}var I_;function MD(){return I_||(I_=1,Ng.exports=RD()),Ng.exports}var Qc={};/** * @license React * react-dom-client.development.js * @@ -59,61 +59,61 @@ See https://react.dev/link/invalid-hook-call for tips about how to debug and fix * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - */var P_;function LD(){return P_||(P_=1,function(){function s(t,n){for(t=t.memoizedState;t!==null&&0=n.length)return l;var d=n[r],p=Pi(t)?t.slice():tt({},t);return p[d]=e(t[d],n,r+1,l),p}function i(t,n,r){if(n.length!==r.length)console.warn("copyWithRename() expects paths of the same length");else{for(var l=0;llr?console.error("Unexpected pop."):(n!==cb[lr]&&console.error("Unexpected Fiber popped."),t.current=ub[lr],ub[lr]=null,cb[lr]=null,lr--)}function Ae(t,n,r){lr++,ub[lr]=t.current,cb[lr]=r,t.current=n}function pe(t){return t===null&&console.error("Expected host context to exist. This error is likely caused by a bug in React. Please file an issue."),t}function we(t,n){Ae(ro,n,t),Ae(zh,t,t),Ae(ao,null,t);var r=n.nodeType;switch(r){case 9:case 11:r=r===9?"#document":"#fragment",n=(n=n.documentElement)&&(n=n.namespaceURI)?xC(n):_r;break;default:if(r=n.tagName,n=n.namespaceURI)n=xC(n),n=EC(n,r);else switch(r){case"svg":n=$c;break;case"math":n=wg;break;default:n=_r}}r=r.toLowerCase(),r=_n(null,r),r={context:n,ancestorInfo:r},me(ao,t),Ae(ao,r,t)}function He(t){me(ao,t),me(zh,t),me(ro,t)}function le(){return pe(ao.current)}function ye(t){t.memoizedState!==null&&Ae(zm,t,t);var n=pe(ao.current),r=t.type,l=EC(n.context,r);r=_n(n.ancestorInfo,r),l={context:l,ancestorInfo:r},n!==l&&(Ae(zh,t,t),Ae(ao,l,t))}function ke(t){zh.current===t&&(me(ao,t),me(zh,t)),zm.current===t&&(me(zm,t),wf._currentValue=Fl)}function Qe(t){return typeof Symbol=="function"&&Symbol.toStringTag&&t[Symbol.toStringTag]||t.constructor.name||"Object"}function re(t){try{return ue(t),!1}catch{return!0}}function ue(t){return""+t}function fe(t,n){if(re(t))return console.error("The provided `%s` attribute is an unsupported type %s. This value must be coerced to a string before using it here.",n,Qe(t)),ue(t)}function Ee(t,n){if(re(t))return console.error("The provided `%s` CSS property is an unsupported type %s. This value must be coerced to a string before using it here.",n,Qe(t)),ue(t)}function Ue(t){if(re(t))return console.error("Form field values (value, checked, defaultValue, or defaultChecked props) must be strings, not %s. This value must be coerced to a string before using it here.",Qe(t)),ue(t)}function Be(t){if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u")return!1;var n=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(n.isDisabled)return!0;if(!n.supportsFiber)return console.error("The installed version of React DevTools is too old and will not work with the current version of React. Please update React DevTools. https://react.dev/link/react-devtools"),!0;try{hc=n.inject(t),Xi=n}catch(r){console.error("React instrumentation encountered an error: %s.",r)}return!!n.checkDCE}function Me(t){if(typeof u6=="function"&&c6(t),Xi&&typeof Xi.setStrictMode=="function")try{Xi.setStrictMode(hc,t)}catch(n){Ta||(Ta=!0,console.error("React instrumentation encountered an error: %s",n))}}function Jt(t){xe=t}function lt(){xe!==null&&typeof xe.markCommitStopped=="function"&&xe.markCommitStopped()}function Pt(t){xe!==null&&typeof xe.markComponentRenderStarted=="function"&&xe.markComponentRenderStarted(t)}function Ai(){xe!==null&&typeof xe.markComponentRenderStopped=="function"&&xe.markComponentRenderStopped()}function Vt(t){xe!==null&&typeof xe.markRenderStarted=="function"&&xe.markRenderStarted(t)}function Nt(){xe!==null&&typeof xe.markRenderStopped=="function"&&xe.markRenderStopped()}function wi(t,n){xe!==null&&typeof xe.markStateUpdateScheduled=="function"&&xe.markStateUpdateScheduled(t,n)}function ei(t){return t>>>=0,t===0?32:31-(d6(t)/h6|0)|0}function qi(t){if(t&1)return"SyncHydrationLane";if(t&2)return"Sync";if(t&4)return"InputContinuousHydration";if(t&8)return"InputContinuous";if(t&16)return"DefaultHydration";if(t&32)return"Default";if(t&128)return"TransitionHydration";if(t&4194048)return"Transition";if(t&62914560)return"Retry";if(t&67108864)return"SelectiveHydration";if(t&134217728)return"IdleHydration";if(t&268435456)return"Idle";if(t&536870912)return"Offscreen";if(t&1073741824)return"Deferred"}function ct(t){var n=t&42;if(n!==0)return n;switch(t&-t){case 1:return 1;case 2:return 2;case 4:return 4;case 8:return 8;case 16:return 16;case 32:return 32;case 64:return 64;case 128:return 128;case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return t&4194048;case 4194304:case 8388608:case 16777216:case 33554432:return t&62914560;case 67108864:return 67108864;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 0;default:return console.error("Should have found matching lanes. This is a bug in React."),t}}function Ut(t,n,r){var l=t.pendingLanes;if(l===0)return 0;var d=0,p=t.suspendedLanes,T=t.pingedLanes;t=t.warmLanes;var C=l&134217727;return C!==0?(l=C&~p,l!==0?d=ct(l):(T&=C,T!==0?d=ct(T):r||(r=C&~t,r!==0&&(d=ct(r))))):(C=l&~p,C!==0?d=ct(C):T!==0?d=ct(T):r||(r=l&~t,r!==0&&(d=ct(r)))),d===0?0:n!==0&&n!==d&&!(n&p)&&(p=d&-d,r=n&-n,p>=r||p===32&&(r&4194048)!==0)?n:d}function wt(t,n){return(t.pendingLanes&~(t.suspendedLanes&~t.pingedLanes)&n)===0}function Fo(t,n){switch(t){case 1:case 2:case 4:case 8:case 64:return n+250;case 16:case 32:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return n+5e3;case 4194304:case 8388608:case 16777216:case 33554432:return-1;case 67108864:case 134217728:case 268435456:case 536870912:case 1073741824:return-1;default:return console.error("Should have found matching lanes. This is a bug in React."),-1}}function De(){var t=Vm;return Vm<<=1,!(Vm&4194048)&&(Vm=256),t}function Ba(){var t=qm;return qm<<=1,!(qm&62914560)&&(qm=4194304),t}function Ws(t){for(var n=[],r=0;31>r;r++)n.push(t);return n}function Qs(t,n){t.pendingLanes|=n,n!==268435456&&(t.suspendedLanes=0,t.pingedLanes=0,t.warmLanes=0)}function Ir(t,n,r,l,d,p){var T=t.pendingLanes;t.pendingLanes=r,t.suspendedLanes=0,t.pingedLanes=0,t.warmLanes=0,t.expiredLanes&=r,t.entangledLanes&=r,t.errorRecoveryDisabledLanes&=r,t.shellSuspendCounter=0;var C=t.entanglements,O=t.expirationTimes,L=t.hiddenUpdates;for(r=T&~r;0qh&&console.error("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}function bn(t){if(yb===void 0)try{throw Error()}catch(r){var n=r.stack.trim().match(/\n( *(at )?)/);yb=n&&n[1]||"",oA=-1=n.length)return l;var d=n[r],p=Ni(t)?t.slice():it({},t);return p[d]=e(t[d],n,r+1,l),p}function i(t,n,r){if(n.length!==r.length)console.warn("copyWithRename() expects paths of the same length");else{for(var l=0;lur?console.error("Unexpected pop."):(n!==cb[ur]&&console.error("Unexpected Fiber popped."),t.current=ub[ur],ub[ur]=null,cb[ur]=null,ur--)}function _e(t,n,r){ur++,ub[ur]=t.current,cb[ur]=r,t.current=n}function ye(t){return t===null&&console.error("Expected host context to exist. This error is likely caused by a bug in React. Please file an issue."),t}function Pe(t,n){_e(oo,n,t),_e(zh,t,t),_e(ro,null,t);var r=n.nodeType;switch(r){case 9:case 11:r=r===9?"#document":"#fragment",n=(n=n.documentElement)&&(n=n.namespaceURI)?xC(n):Tr;break;default:if(r=n.tagName,n=n.namespaceURI)n=xC(n),n=EC(n,r);else switch(r){case"svg":n=$c;break;case"math":n=wg;break;default:n=Tr}}r=r.toLowerCase(),r=Tn(null,r),r={context:n,ancestorInfo:r},he(ro,t),_e(ro,r,t)}function at(t){he(ro,t),he(zh,t),he(oo,t)}function ne(){return ye(ro.current)}function ve(t){t.memoizedState!==null&&_e(zm,t,t);var n=ye(ro.current),r=t.type,l=EC(n.context,r);r=Tn(n.ancestorInfo,r),l={context:l,ancestorInfo:r},n!==l&&(_e(zh,t,t),_e(ro,l,t))}function Ee(t){zh.current===t&&(he(ro,t),he(zh,t)),zm.current===t&&(he(zm,t),wf._currentValue=Fl)}function Fe(t){return typeof Symbol=="function"&&Symbol.toStringTag&&t[Symbol.toStringTag]||t.constructor.name||"Object"}function te(t){try{return Oe(t),!1}catch{return!0}}function Oe(t){return""+t}function ke(t,n){if(te(t))return console.error("The provided `%s` attribute is an unsupported type %s. This value must be coerced to a string before using it here.",n,Fe(t)),Oe(t)}function ut(t,n){if(te(t))return console.error("The provided `%s` CSS property is an unsupported type %s. This value must be coerced to a string before using it here.",n,Fe(t)),Oe(t)}function pe(t){if(te(t))return console.error("Form field values (value, checked, defaultValue, or defaultChecked props) must be strings, not %s. This value must be coerced to a string before using it here.",Fe(t)),Oe(t)}function Ce(t){if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u")return!1;var n=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(n.isDisabled)return!0;if(!n.supportsFiber)return console.error("The installed version of React DevTools is too old and will not work with the current version of React. Please update React DevTools. https://react.dev/link/react-devtools"),!0;try{hc=n.inject(t),Xi=n}catch(r){console.error("React instrumentation encountered an error: %s.",r)}return!!n.checkDCE}function Ae(t){if(typeof u6=="function"&&c6(t),Xi&&typeof Xi.setStrictMode=="function")try{Xi.setStrictMode(hc,t)}catch(n){xa||(xa=!0,console.error("React instrumentation encountered an error: %s",n))}}function et(t){we=t}function Ue(){we!==null&&typeof we.markCommitStopped=="function"&&we.markCommitStopped()}function Ve(t){we!==null&&typeof we.markComponentRenderStarted=="function"&&we.markComponentRenderStarted(t)}function Lt(){we!==null&&typeof we.markComponentRenderStopped=="function"&&we.markComponentRenderStopped()}function Ti(t){we!==null&&typeof we.markRenderStarted=="function"&&we.markRenderStarted(t)}function bn(){we!==null&&typeof we.markRenderStopped=="function"&&we.markRenderStopped()}function Pn(t,n){we!==null&&typeof we.markStateUpdateScheduled=="function"&&we.markStateUpdateScheduled(t,n)}function ri(t){return t>>>=0,t===0?32:31-(d6(t)/h6|0)|0}function jt(t){if(t&1)return"SyncHydrationLane";if(t&2)return"Sync";if(t&4)return"InputContinuousHydration";if(t&8)return"InputContinuous";if(t&16)return"DefaultHydration";if(t&32)return"Default";if(t&128)return"TransitionHydration";if(t&4194048)return"Transition";if(t&62914560)return"Retry";if(t&67108864)return"SelectiveHydration";if(t&134217728)return"IdleHydration";if(t&268435456)return"Idle";if(t&536870912)return"Offscreen";if(t&1073741824)return"Deferred"}function xt(t){var n=t&42;if(n!==0)return n;switch(t&-t){case 1:return 1;case 2:return 2;case 4:return 4;case 8:return 8;case 16:return 16;case 32:return 32;case 64:return 64;case 128:return 128;case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return t&4194048;case 4194304:case 8388608:case 16777216:case 33554432:return t&62914560;case 67108864:return 67108864;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 0;default:return console.error("Should have found matching lanes. This is a bug in React."),t}}function It(t,n,r){var l=t.pendingLanes;if(l===0)return 0;var d=0,p=t.suspendedLanes,T=t.pingedLanes;t=t.warmLanes;var C=l&134217727;return C!==0?(l=C&~p,l!==0?d=xt(l):(T&=C,T!==0?d=xt(T):r||(r=C&~t,r!==0&&(d=xt(r))))):(C=l&~p,C!==0?d=xt(C):T!==0?d=xt(T):r||(r=l&~t,r!==0&&(d=xt(r)))),d===0?0:n!==0&&n!==d&&!(n&p)&&(p=d&-d,r=n&-n,p>=r||p===32&&(r&4194048)!==0)?n:d}function Pt(t,n){return(t.pendingLanes&~(t.suspendedLanes&~t.pingedLanes)&n)===0}function Di(t,n){switch(t){case 1:case 2:case 4:case 8:case 64:return n+250;case 16:case 32:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return n+5e3;case 4194304:case 8388608:case 16777216:case 33554432:return-1;case 67108864:case 134217728:case 268435456:case 536870912:case 1073741824:return-1;default:return console.error("Should have found matching lanes. This is a bug in React."),-1}}function Te(){var t=Vm;return Vm<<=1,!(Vm&4194048)&&(Vm=256),t}function di(){var t=qm;return qm<<=1,!(qm&62914560)&&(qm=4194304),t}function Ks(t){for(var n=[],r=0;31>r;r++)n.push(t);return n}function Zs(t,n){t.pendingLanes|=n,n!==268435456&&(t.suspendedLanes=0,t.pingedLanes=0,t.warmLanes=0)}function Pr(t,n,r,l,d,p){var T=t.pendingLanes;t.pendingLanes=r,t.suspendedLanes=0,t.pingedLanes=0,t.warmLanes=0,t.expiredLanes&=r,t.entangledLanes&=r,t.errorRecoveryDisabledLanes&=r,t.shellSuspendCounter=0;var C=t.entanglements,O=t.expirationTimes,L=t.hiddenUpdates;for(r=T&~r;0qh&&console.error("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}function _n(t){if(yb===void 0)try{throw Error()}catch(r){var n=r.stack.trim().match(/\n( *(at )?)/);yb=n&&n[1]||"",oA=-1)":-1T||L[p]!==Z[T]){var ne=` -`+L[p].replace(" at new "," at ");return t.displayName&&ne.includes("")&&(ne=ne.replace("",t.displayName)),typeof t=="function"&&bb.set(t,ne),ne}while(1<=p&&0<=T);break}}}finally{vb=!1,ie.H=l,Nd(),Error.prepareStackTrace=r}return L=(L=t?t.displayName||t.name:"")?bn(L):"",typeof t=="function"&&bb.set(t,L),L}function Bd(t){var n=Error.prepareStackTrace;if(Error.prepareStackTrace=void 0,t=t.stack,Error.prepareStackTrace=n,t.startsWith(`Error: react-stack-top-frame +`+yb+t+oA}function Ud(t,n){if(!t||vb)return"";var r=bb.get(t);if(r!==void 0)return r;vb=!0,r=Error.prepareStackTrace,Error.prepareStackTrace=void 0;var l=null;l=ae.H,ae.H=null,Pd();try{var d={DetermineComponentFrameRoot:function(){try{if(n){var J=function(){throw Error()};if(Object.defineProperty(J.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(J,[])}catch(Re){var oe=Re}Reflect.construct(t,[],J)}else{try{J.call()}catch(Re){oe=Re}t.call(J.prototype)}}else{try{throw Error()}catch(Re){oe=Re}(J=t())&&typeof J.catch=="function"&&J.catch(function(){})}}catch(Re){if(Re&&oe&&typeof Re.stack=="string")return[Re.stack,oe.stack]}return[null,null]}};d.DetermineComponentFrameRoot.displayName="DetermineComponentFrameRoot";var p=Object.getOwnPropertyDescriptor(d.DetermineComponentFrameRoot,"name");p&&p.configurable&&Object.defineProperty(d.DetermineComponentFrameRoot,"name",{value:"DetermineComponentFrameRoot"});var T=d.DetermineComponentFrameRoot(),C=T[0],O=T[1];if(C&&O){var L=C.split(` +`),ee=O.split(` +`);for(T=p=0;pT||L[p]!==ee[T]){var re=` +`+L[p].replace(" at new "," at ");return t.displayName&&re.includes("")&&(re=re.replace("",t.displayName)),typeof t=="function"&&bb.set(t,re),re}while(1<=p&&0<=T);break}}}finally{vb=!1,ae.H=l,Nd(),Error.prepareStackTrace=r}return L=(L=t?t.displayName||t.name:"")?_n(L):"",typeof t=="function"&&bb.set(t,L),L}function Bd(t){var n=Error.prepareStackTrace;if(Error.prepareStackTrace=void 0,t=t.stack,Error.prepareStackTrace=n,t.startsWith(`Error: react-stack-top-frame `)&&(t=t.slice(29)),n=t.indexOf(` `),n!==-1&&(t=t.slice(n+1)),n=t.indexOf("react-stack-bottom-frame"),n!==-1&&(n=t.lastIndexOf(` -`,n)),n!==-1)t=t.slice(0,n);else return"";return t}function Fd(t){switch(t.tag){case 26:case 27:case 5:return bn(t.type);case 16:return bn("Lazy");case 13:return bn("Suspense");case 19:return bn("SuspenseList");case 0:case 15:return Ud(t.type,!1);case 11:return Ud(t.type.render,!1);case 1:return Ud(t.type,!0);case 31:return bn("Activity");default:return""}}function Ho(t){try{var n="";do{n+=Fd(t);var r=t._debugInfo;if(r)for(var l=r.length-1;0<=l;l--){var d=r[l];if(typeof d.name=="string"){var p=n,T=d.env,C=bn(d.name+(T?" ["+T+"]":""));n=p+C}}t=t.return}while(t);return n}catch(O){return` +`,n)),n!==-1)t=t.slice(0,n);else return"";return t}function Fd(t){switch(t.tag){case 26:case 27:case 5:return _n(t.type);case 16:return _n("Lazy");case 13:return _n("Suspense");case 19:return _n("SuspenseList");case 0:case 15:return Ud(t.type,!1);case 11:return Ud(t.type.render,!1);case 1:return Ud(t.type,!0);case 31:return _n("Activity");default:return""}}function Ho(t){try{var n="";do{n+=Fd(t);var r=t._debugInfo;if(r)for(var l=r.length-1;0<=l;l--){var d=r[l];if(typeof d.name=="string"){var p=n,T=d.env,C=_n(d.name+(T?" ["+T+"]":""));n=p+C}}t=t.return}while(t);return n}catch(O){return` Error generating stack: `+O.message+` -`+O.stack}}function Di(t){return(t=t?t.displayName||t.name:"")?bn(t):""}function Au(){if(qn===null)return null;var t=qn._debugOwner;return t!=null?oe(t):null}function Hy(){if(qn===null)return"";var t=qn;try{var n="";switch(t.tag===6&&(t=t.return),t.tag){case 26:case 27:case 5:n+=bn(t.type);break;case 13:n+=bn("Suspense");break;case 19:n+=bn("SuspenseList");break;case 31:n+=bn("Activity");break;case 30:case 0:case 15:case 1:t._debugOwner||n!==""||(n+=Di(t.type));break;case 11:t._debugOwner||n!==""||(n+=Di(t.type.render))}for(;t;)if(typeof t.tag=="number"){var r=t;t=r._debugOwner;var l=r._debugStack;t&&l&&(typeof l!="string"&&(r._debugStack=l=Bd(l)),l!==""&&(n+=` +`+O.stack}}function ki(t){return(t=t?t.displayName||t.name:"")?_n(t):""}function Au(){if(Gn===null)return null;var t=Gn._debugOwner;return t!=null?Z(t):null}function Hy(){if(Gn===null)return"";var t=Gn;try{var n="";switch(t.tag===6&&(t=t.return),t.tag){case 26:case 27:case 5:n+=_n(t.type);break;case 13:n+=_n("Suspense");break;case 19:n+=_n("SuspenseList");break;case 31:n+=_n("Activity");break;case 30:case 0:case 15:case 1:t._debugOwner||n!==""||(n+=ki(t.type));break;case 11:t._debugOwner||n!==""||(n+=ki(t.type.render))}for(;t;)if(typeof t.tag=="number"){var r=t;t=r._debugOwner;var l=r._debugStack;t&&l&&(typeof l!="string"&&(r._debugStack=l=Bd(l)),l!==""&&(n+=` `+l))}else if(t.debugStack!=null){var d=t.debugStack;(t=t.owner)&&d&&(n+=` `+Bd(d))}else break;var p=n}catch(T){p=` Error generating stack: `+T.message+` -`+T.stack}return p}function Le(t,n,r,l,d,p,T){var C=qn;Pn(t);try{return t!==null&&t._debugTask?t._debugTask.run(n.bind(null,r,l,d,p,T)):n(r,l,d,p,T)}finally{Pn(C)}throw Error("runWithFiberInDEV should never be called in production. This is a bug in React.")}function Pn(t){ie.getCurrentStack=t===null?null:Hy,xa=!1,qn=t}function ki(t){switch(typeof t){case"bigint":case"boolean":case"number":case"string":case"undefined":return t;case"object":return Ue(t),t;default:return""}}function bt(t){var n=t.type;return(t=t.nodeName)&&t.toLowerCase()==="input"&&(n==="checkbox"||n==="radio")}function jy(t){var n=bt(t)?"checked":"value",r=Object.getOwnPropertyDescriptor(t.constructor.prototype,n);Ue(t[n]);var l=""+t[n];if(!t.hasOwnProperty(n)&&typeof r<"u"&&typeof r.get=="function"&&typeof r.set=="function"){var d=r.get,p=r.set;return Object.defineProperty(t,n,{configurable:!0,get:function(){return d.call(this)},set:function(T){Ue(T),l=""+T,p.call(this,T)}}),Object.defineProperty(t,n,{enumerable:r.enumerable}),{getValue:function(){return l},setValue:function(T){Ue(T),l=""+T},stopTracking:function(){t._valueTracker=null,delete t[n]}}}}function za(t){t._valueTracker||(t._valueTracker=jy(t))}function jo(t){if(!t)return!1;var n=t._valueTracker;if(!n)return!0;var r=n.getValue(),l="";return t&&(l=bt(t)?t.checked?"true":"false":t.value),t=l,t!==r?(n.setValue(t),!0):!1}function wu(t){if(t=t||(typeof document<"u"?document:void 0),typeof t>"u")return null;try{return t.activeElement||t.body}catch{return t.body}}function oi(t){return t.replace(y6,function(n){return"\\"+n.charCodeAt(0).toString(16)+" "})}function Dt(t,n){n.checked===void 0||n.defaultChecked===void 0||uA||(console.error("%s contains an input of type %s with both checked and defaultChecked props. Input elements must be either controlled or uncontrolled (specify either the checked prop, or the defaultChecked prop, but not both). Decide between using a controlled or uncontrolled input element and remove one of these props. More info: https://react.dev/link/controlled-components",Au()||"A component",n.type),uA=!0),n.value===void 0||n.defaultValue===void 0||lA||(console.error("%s contains an input of type %s with both value and defaultValue props. Input elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled input element and remove one of these props. More info: https://react.dev/link/controlled-components",Au()||"A component",n.type),lA=!0)}function Du(t,n,r,l,d,p,T,C){t.name="",T!=null&&typeof T!="function"&&typeof T!="symbol"&&typeof T!="boolean"?(fe(T,"type"),t.type=T):t.removeAttribute("type"),n!=null?T==="number"?(n===0&&t.value===""||t.value!=n)&&(t.value=""+ki(n)):t.value!==""+ki(n)&&(t.value=""+ki(n)):T!=="submit"&&T!=="reset"||t.removeAttribute("value"),n!=null?Hd(t,T,ki(n)):r!=null?Hd(t,T,ki(r)):l!=null&&t.removeAttribute("value"),d==null&&p!=null&&(t.defaultChecked=!!p),d!=null&&(t.checked=d&&typeof d!="function"&&typeof d!="symbol"),C!=null&&typeof C!="function"&&typeof C!="symbol"&&typeof C!="boolean"?(fe(C,"name"),t.name=""+ki(C)):t.removeAttribute("name")}function zo(t,n,r,l,d,p,T,C){if(p!=null&&typeof p!="function"&&typeof p!="symbol"&&typeof p!="boolean"&&(fe(p,"type"),t.type=p),n!=null||r!=null){if(!(p!=="submit"&&p!=="reset"||n!=null))return;r=r!=null?""+ki(r):"",n=n!=null?""+ki(n):r,C||n===t.value||(t.value=n),t.defaultValue=n}l=l??d,l=typeof l!="function"&&typeof l!="symbol"&&!!l,t.checked=C?t.checked:!!l,t.defaultChecked=!!l,T!=null&&typeof T!="function"&&typeof T!="symbol"&&typeof T!="boolean"&&(fe(T,"name"),t.name=T)}function Hd(t,n,r){n==="number"&&wu(t.ownerDocument)===t||t.defaultValue===""+r||(t.defaultValue=""+r)}function Fp(t,n){n.value==null&&(typeof n.children=="object"&&n.children!==null?nb.Children.forEach(n.children,function(r){r==null||typeof r=="string"||typeof r=="number"||typeof r=="bigint"||dA||(dA=!0,console.error("Cannot infer the option value of complex children. Pass a `value` prop or use a plain string as children to