@ukpc-lib/react 0.2.8 → 0.2.11
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.
- package/dist/assets/icons/notification-icon.svg +7 -0
- package/dist/components/Notification/NotificationList/components/AllContent.d.ts +4 -0
- package/dist/components/Notification/NotificationList/components/CustomOpenListContext.d.ts +12 -0
- package/dist/components/Notification/NotificationList/components/NotitficationItem.d.ts +7 -0
- package/dist/components/Notification/NotificationList/components/query.d.ts +2 -0
- package/dist/components/Notification/NotificationList/index.d.ts +3 -0
- package/dist/components/Notification/Tabs/index.d.ts +13 -0
- package/dist/components/Notification/firebase/firebaseConfig.d.ts +3 -2
- package/dist/components/Notification/index.d.ts +8 -0
- package/dist/components/Notification/models/NotiticationDto.d.ts +49 -0
- package/dist/components/Topbar/icons/NotificationIcon.d.ts +3 -1
- package/dist/components/Topbar/icons/country-flags/GermanyIcon.d.ts +4 -0
- package/dist/components/Topbar/icons/country-flags/UnitedKingdomIcon.d.ts +4 -0
- package/dist/components/Topbar/index.d.ts +2 -1
- package/dist/components/index.cjs +28 -26
- package/dist/components/index.js +3959 -3436
- package/dist/index.css +1 -1
- package/dist/index.module-1924da8e.cjs +1086 -0
- package/dist/index.module-1e1600c5.js +24705 -0
- package/dist/share/TranslationProvider/index.d.ts +11 -0
- package/dist/share/index.cjs +1 -1
- package/dist/share/index.d.ts +1 -0
- package/dist/share/index.js +45 -43
- package/package.json +5 -1
- package/web-components-bundle/global-menu/index.cjs +2 -2
- package/web-components-bundle/global-menu/index.js +2 -3
- package/web-components-bundle/global-topbar/index.cjs +1 -2
- package/web-components-bundle/global-topbar/index.js +3 -234
- package/web-components-bundle/has-permission/index.cjs +1 -1046
- package/web-components-bundle/has-permission/index.js +4 -17739
- package/web-components-bundle/index-178bf236.cjs +884 -0
- package/web-components-bundle/index-1b59168e.js +19857 -0
- package/web-components-bundle/index-374bf205.cjs +106 -0
- package/web-components-bundle/index-75324537.js +17036 -0
- package/dist/index.module-331f7b11.js +0 -22724
- package/dist/index.module-4e0ade57.cjs +0 -1086
- package/web-components-bundle/index-5a2ec4da.cjs +0 -38
- package/web-components-bundle/index-8330a770.js +0 -7687
- package/web-components-bundle/react-to-web-component-287abfaf.cjs +0 -69
- package/web-components-bundle/react-to-web-component-8933be15.js +0 -9353
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
2
|
-
`;function
|
|
3
|
-
`;function
|
|
4
|
-
`;function wc({logo:e,user:t,baseUrl:n,style:r,classNames:i="",customColors:s}){const o=e||"/public/assets/icons/logo-header.png",a={...r,color:(s==null?void 0:s.color)||"black",backgroundColor:(s==null?void 0:s.bgColor)||"black"},[l,c]=P.useState(!1),d=()=>{window.location.href=`${n}/authentication/logout?callbackUrl=${window.location.href}`};return g.jsxs(Uo,{styles:[xc],style:{zIndex:1202},children:[g.jsx("nav",{className:`navbar ${i}`,style:s?a:r,children:g.jsxs("div",{className:"navbar-container",children:[g.jsx("div",{className:"logo-container",children:g.jsx("img",{src:o,alt:"logo-header"})}),g.jsxs("div",{className:"right-side-container",children:[g.jsx("span",{className:"cursor-pointer",children:g.jsx(vc,{primaryColor:s==null?void 0:s.primaryColor})}),g.jsx("span",{className:"cursor-pointer",children:g.jsx(yc,{primaryColor:s==null?void 0:s.primaryColor})}),g.jsxs("div",{className:"userContainer",children:[g.jsx(Sc,{primaryColor:s==null?void 0:s.primaryColor,avatarUrl:t==null?void 0:t.avatarUrl,userName:t==null?void 0:t.firstName,setShowConfirmModal:c}),g.jsx("p",{className:"userFullName",children:`${(t==null?void 0:t.firstName)||"Unknown"} ${(t==null?void 0:t.lastName)||"User"}`})]})]})]})}),g.jsx(Wo,{isOpen:l,onClose:()=>c(!1),onConfirm:d})]})}function Sc({avatarUrl:e,userName:t,setShowConfirmModal:n,primaryColor:r="#009d4f"}){const[i,s]=P.useState(!1),o=P.useRef(null),a=P.useRef(null),[l,c]=P.useState(!1),[d,u]=P.useState(!1),h={backgroundColor:l?r:"transparent"},p={backgroundColor:d?r:"transparent"};return P.useEffect(()=>{const y=f=>{o.current&&!o.current.contains(f.target)&&s(!1),a.current&&!a.current.contains(f.target)&&s(!1)};return document.addEventListener("click",y,!0),()=>{document.removeEventListener("click",y,!0)}},[o]),g.jsx(g.Fragment,{children:g.jsxs("div",{style:{position:"relative"},children:[e?g.jsx("img",{onClick:()=>s(!i),ref:o,alt:"user avatar",className:"userAvatar",src:e}):g.jsx("div",{onClick:()=>s(!i),ref:o,className:"userAvatarNull",children:(t==null?void 0:t.charAt(0))??""}),g.jsx("div",{style:{display:i?"block":"none"},className:"avartarDropdownMenu",ref:a,children:g.jsxs("ul",{children:[g.jsx("li",{onMouseEnter:()=>u(!0),onMouseLeave:()=>u(!1),style:p,className:"avatar-dropdown-item",children:"Profile"}),g.jsx("li",{onMouseEnter:()=>c(!0),onMouseLeave:()=>c(!1),style:h,onClick:()=>n(!0),className:"avatar-dropdown-item",children:"Logout"})]})})]})})}var Ec=typeof global=="object"&&global&&global.Object===Object&&global;const Tc=Ec;var Cc=typeof self=="object"&&self&&self.Object===Object&&self,Pc=Tc||Cc||Function("return this")();const Ho=Pc;var _c=Ho.Symbol;const Rn=_c;var Yo=Object.prototype,Ac=Yo.hasOwnProperty,Oc=Yo.toString,It=Rn?Rn.toStringTag:void 0;function kc(e){var t=Ac.call(e,It),n=e[It];try{e[It]=void 0;var r=!0}catch{}var i=Oc.call(e);return r&&(t?e[It]=n:delete e[It]),i}var Mc=Object.prototype,jc=Mc.toString;function Rc(e){return jc.call(e)}var Dc="[object Null]",Nc="[object Undefined]",Fi=Rn?Rn.toStringTag:void 0;function Vc(e){return e==null?e===void 0?Nc:Dc:Fi&&Fi in Object(e)?kc(e):Rc(e)}function Ic(e){return e!=null&&typeof e=="object"}var Lc="[object Symbol]";function $c(e){return typeof e=="symbol"||Ic(e)&&Vc(e)==Lc}var zc=/\s/;function Fc(e){for(var t=e.length;t--&&zc.test(e.charAt(t)););return t}var Bc=/^\s+/;function Wc(e){return e&&e.slice(0,Fc(e)+1).replace(Bc,"")}function Dn(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}var Bi=0/0,Uc=/^[-+]0x[0-9a-f]+$/i,Hc=/^0b[01]+$/i,Yc=/^0o[0-7]+$/i,Gc=parseInt;function Wi(e){if(typeof e=="number")return e;if($c(e))return Bi;if(Dn(e)){var t=typeof e.valueOf=="function"?e.valueOf():e;e=Dn(t)?t+"":t}if(typeof e!="string")return e===0?e:+e;e=Wc(e);var n=Hc.test(e);return n||Yc.test(e)?Gc(e.slice(2),n?2:8):Uc.test(e)?Bi:+e}var qc=function(){return Ho.Date.now()};const mr=qc;var Kc="Expected a function",Xc=Math.max,Zc=Math.min;function Sn(e,t,n){var r,i,s,o,a,l,c=0,d=!1,u=!1,h=!0;if(typeof e!="function")throw new TypeError(Kc);t=Wi(t)||0,Dn(n)&&(d=!!n.leading,u="maxWait"in n,s=u?Xc(Wi(n.maxWait)||0,t):s,h="trailing"in n?!!n.trailing:h);function p(T){var C=r,_=i;return r=i=void 0,c=T,o=e.apply(_,C),o}function y(T){return c=T,a=setTimeout(b,t),d?p(T):o}function f(T){var C=T-l,_=T-c,O=t-C;return u?Zc(O,s-_):O}function m(T){var C=T-l,_=T-c;return l===void 0||C>=t||C<0||u&&_>=s}function b(){var T=mr();if(m(T))return w(T);a=setTimeout(b,f(T))}function w(T){return a=void 0,h&&r?p(T):(r=i=void 0,o)}function x(){a!==void 0&&clearTimeout(a),c=0,r=l=i=a=void 0}function S(){return a===void 0?o:w(mr())}function v(){var T=mr(),C=m(T);if(r=arguments,i=this,l=T,C){if(a===void 0)return y(l);if(u)return clearTimeout(a),a=setTimeout(b,t),p(l)}return a===void 0&&(a=setTimeout(b,t)),o}return v.cancel=x,v.flush=S,v}var Jc="Expected a function";function Qc(e,t,n){var r=!0,i=!0;if(typeof e!="function")throw new TypeError(Jc);return Dn(n)&&(r="leading"in n?!!n.leading:r,i="trailing"in n?!!n.trailing:i),Sn(e,t,{leading:r,maxWait:t,trailing:i})}var eu=!!(typeof window<"u"&&window.document&&window.document.createElement),tu=eu;const Go=E.getDefaultExportFromCjs(tu);var xt=function(){return xt=Object.assign||function(t){for(var n,r=1,i=arguments.length;r<i;r++){n=arguments[r];for(var s in n)Object.prototype.hasOwnProperty.call(n,s)&&(t[s]=n[s])}return t},xt.apply(this,arguments)},bt=null,Ui=null;Go&&window.addEventListener("resize",function(){Ui!==window.devicePixelRatio&&(Ui=window.devicePixelRatio,bt=null)});function Hi(){if(bt===null){if(typeof document>"u")return bt=0,bt;var e=document.body,t=document.createElement("div");t.classList.add("simplebar-hide-scrollbar"),e.appendChild(t);var n=t.getBoundingClientRect().right;e.removeChild(t),bt=n}return bt}function qo(e){return!e||!e.ownerDocument||!e.ownerDocument.defaultView?window:e.ownerDocument.defaultView}function Ko(e){return!e||!e.ownerDocument?document:e.ownerDocument}var Xo=function(e){var t={},n=Array.prototype.reduce.call(e,function(r,i){var s=i.name.match(/data-simplebar-(.+)/);if(s){var o=s[1].replace(/\W+(.)/g,function(a,l){return l.toUpperCase()});switch(i.value){case"true":r[o]=!0;break;case"false":r[o]=!1;break;case void 0:r[o]=!0;break;default:r[o]=i.value}}return r},t);return n};function Zo(e,t){var n;e&&(n=e.classList).add.apply(n,t.split(" "))}function Jo(e,t){e&&t.split(" ").forEach(function(n){e.classList.remove(n)})}function Qo(e){return".".concat(e.split(" ").join("."))}var nu=Object.freeze({__proto__:null,getElementWindow:qo,getElementDocument:Ko,getOptions:Xo,addClasses:Zo,removeClasses:Jo,classNamesToQuery:Qo}),Ue=qo,gr=Ko,ru=Xo,He=Zo,Ye=Jo,de=Qo,pn=function(){function e(t,n){n===void 0&&(n={});var r=this;if(this.removePreventClickId=null,this.minScrollbarWidth=20,this.stopScrollDelay=175,this.isScrolling=!1,this.isMouseEntering=!1,this.scrollXTicking=!1,this.scrollYTicking=!1,this.wrapperEl=null,this.contentWrapperEl=null,this.contentEl=null,this.offsetEl=null,this.maskEl=null,this.placeholderEl=null,this.heightAutoObserverWrapperEl=null,this.heightAutoObserverEl=null,this.rtlHelpers=null,this.scrollbarWidth=0,this.resizeObserver=null,this.mutationObserver=null,this.elStyles=null,this.isRtl=null,this.mouseX=0,this.mouseY=0,this.onMouseMove=function(){},this.onWindowResize=function(){},this.onStopScrolling=function(){},this.onMouseEntered=function(){},this.onScroll=function(){var i=Ue(r.el);r.scrollXTicking||(i.requestAnimationFrame(r.scrollX),r.scrollXTicking=!0),r.scrollYTicking||(i.requestAnimationFrame(r.scrollY),r.scrollYTicking=!0),r.isScrolling||(r.isScrolling=!0,He(r.el,r.classNames.scrolling)),r.showScrollbar("x"),r.showScrollbar("y"),r.onStopScrolling()},this.scrollX=function(){r.axis.x.isOverflowing&&r.positionScrollbar("x"),r.scrollXTicking=!1},this.scrollY=function(){r.axis.y.isOverflowing&&r.positionScrollbar("y"),r.scrollYTicking=!1},this._onStopScrolling=function(){Ye(r.el,r.classNames.scrolling),r.options.autoHide&&(r.hideScrollbar("x"),r.hideScrollbar("y")),r.isScrolling=!1},this.onMouseEnter=function(){r.isMouseEntering||(He(r.el,r.classNames.mouseEntered),r.showScrollbar("x"),r.showScrollbar("y"),r.isMouseEntering=!0),r.onMouseEntered()},this._onMouseEntered=function(){Ye(r.el,r.classNames.mouseEntered),r.options.autoHide&&(r.hideScrollbar("x"),r.hideScrollbar("y")),r.isMouseEntering=!1},this._onMouseMove=function(i){r.mouseX=i.clientX,r.mouseY=i.clientY,(r.axis.x.isOverflowing||r.axis.x.forceVisible)&&r.onMouseMoveForAxis("x"),(r.axis.y.isOverflowing||r.axis.y.forceVisible)&&r.onMouseMoveForAxis("y")},this.onMouseLeave=function(){r.onMouseMove.cancel(),(r.axis.x.isOverflowing||r.axis.x.forceVisible)&&r.onMouseLeaveForAxis("x"),(r.axis.y.isOverflowing||r.axis.y.forceVisible)&&r.onMouseLeaveForAxis("y"),r.mouseX=-1,r.mouseY=-1},this._onWindowResize=function(){r.scrollbarWidth=r.getScrollbarWidth(),r.hideNativeScrollbar()},this.onPointerEvent=function(i){if(!(!r.axis.x.track.el||!r.axis.y.track.el||!r.axis.x.scrollbar.el||!r.axis.y.scrollbar.el)){var s,o;r.axis.x.track.rect=r.axis.x.track.el.getBoundingClientRect(),r.axis.y.track.rect=r.axis.y.track.el.getBoundingClientRect(),(r.axis.x.isOverflowing||r.axis.x.forceVisible)&&(s=r.isWithinBounds(r.axis.x.track.rect)),(r.axis.y.isOverflowing||r.axis.y.forceVisible)&&(o=r.isWithinBounds(r.axis.y.track.rect)),(s||o)&&(i.stopPropagation(),i.type==="pointerdown"&&i.pointerType!=="touch"&&(s&&(r.axis.x.scrollbar.rect=r.axis.x.scrollbar.el.getBoundingClientRect(),r.isWithinBounds(r.axis.x.scrollbar.rect)?r.onDragStart(i,"x"):r.onTrackClick(i,"x")),o&&(r.axis.y.scrollbar.rect=r.axis.y.scrollbar.el.getBoundingClientRect(),r.isWithinBounds(r.axis.y.scrollbar.rect)?r.onDragStart(i,"y"):r.onTrackClick(i,"y"))))}},this.drag=function(i){var s,o,a,l,c,d,u,h,p,y,f;if(!(!r.draggedAxis||!r.contentWrapperEl)){var m,b=r.axis[r.draggedAxis].track,w=(o=(s=b.rect)===null||s===void 0?void 0:s[r.axis[r.draggedAxis].sizeAttr])!==null&&o!==void 0?o:0,x=r.axis[r.draggedAxis].scrollbar,S=(l=(a=r.contentWrapperEl)===null||a===void 0?void 0:a[r.axis[r.draggedAxis].scrollSizeAttr])!==null&&l!==void 0?l:0,v=parseInt((d=(c=r.elStyles)===null||c===void 0?void 0:c[r.axis[r.draggedAxis].sizeAttr])!==null&&d!==void 0?d:"0px",10);i.preventDefault(),i.stopPropagation(),r.draggedAxis==="y"?m=i.pageY:m=i.pageX;var T=m-((h=(u=b.rect)===null||u===void 0?void 0:u[r.axis[r.draggedAxis].offsetAttr])!==null&&h!==void 0?h:0)-r.axis[r.draggedAxis].dragOffset;T=r.draggedAxis==="x"&&r.isRtl?((y=(p=b.rect)===null||p===void 0?void 0:p[r.axis[r.draggedAxis].sizeAttr])!==null&&y!==void 0?y:0)-x.size-T:T;var C=T/(w-x.size),_=C*(S-v);r.draggedAxis==="x"&&r.isRtl&&(_=!((f=e.getRtlHelpers())===null||f===void 0)&&f.isScrollingToNegative?-_:_),r.contentWrapperEl[r.axis[r.draggedAxis].scrollOffsetAttr]=_}},this.onEndDrag=function(i){var s=gr(r.el),o=Ue(r.el);i.preventDefault(),i.stopPropagation(),Ye(r.el,r.classNames.dragging),s.removeEventListener("mousemove",r.drag,!0),s.removeEventListener("mouseup",r.onEndDrag,!0),r.removePreventClickId=o.setTimeout(function(){s.removeEventListener("click",r.preventClick,!0),s.removeEventListener("dblclick",r.preventClick,!0),r.removePreventClickId=null})},this.preventClick=function(i){i.preventDefault(),i.stopPropagation()},this.el=t,this.options=xt(xt({},e.defaultOptions),n),this.classNames=xt(xt({},e.defaultOptions.classNames),n.classNames),this.axis={x:{scrollOffsetAttr:"scrollLeft",sizeAttr:"width",scrollSizeAttr:"scrollWidth",offsetSizeAttr:"offsetWidth",offsetAttr:"left",overflowAttr:"overflowX",dragOffset:0,isOverflowing:!0,forceVisible:!1,track:{size:null,el:null,rect:null,isVisible:!1},scrollbar:{size:null,el:null,rect:null,isVisible:!1}},y:{scrollOffsetAttr:"scrollTop",sizeAttr:"height",scrollSizeAttr:"scrollHeight",offsetSizeAttr:"offsetHeight",offsetAttr:"top",overflowAttr:"overflowY",dragOffset:0,isOverflowing:!0,forceVisible:!1,track:{size:null,el:null,rect:null,isVisible:!1},scrollbar:{size:null,el:null,rect:null,isVisible:!1}}},typeof this.el!="object"||!this.el.nodeName)throw new Error("Argument passed to SimpleBar must be an HTML element instead of ".concat(this.el));this.onMouseMove=Qc(this._onMouseMove,64),this.onWindowResize=Sn(this._onWindowResize,64,{leading:!0}),this.onStopScrolling=Sn(this._onStopScrolling,this.stopScrollDelay),this.onMouseEntered=Sn(this._onMouseEntered,this.stopScrollDelay),this.init()}return e.getRtlHelpers=function(){if(e.rtlHelpers)return e.rtlHelpers;var t=document.createElement("div");t.innerHTML='<div class="simplebar-dummy-scrollbar-size"><div></div></div>';var n=t.firstElementChild,r=n==null?void 0:n.firstElementChild;if(!r)return null;document.body.appendChild(n),n.scrollLeft=0;var i=e.getOffset(n),s=e.getOffset(r);n.scrollLeft=-999;var o=e.getOffset(r);return document.body.removeChild(n),e.rtlHelpers={isScrollOriginAtZero:i.left!==s.left,isScrollingToNegative:s.left!==o.left},e.rtlHelpers},e.prototype.getScrollbarWidth=function(){try{return this.contentWrapperEl&&getComputedStyle(this.contentWrapperEl,"::-webkit-scrollbar").display==="none"||"scrollbarWidth"in document.documentElement.style||"-ms-overflow-style"in document.documentElement.style?0:Hi()}catch{return Hi()}},e.getOffset=function(t){var n=t.getBoundingClientRect(),r=gr(t),i=Ue(t);return{top:n.top+(i.pageYOffset||r.documentElement.scrollTop),left:n.left+(i.pageXOffset||r.documentElement.scrollLeft)}},e.prototype.init=function(){Go&&(this.initDOM(),this.rtlHelpers=e.getRtlHelpers(),this.scrollbarWidth=this.getScrollbarWidth(),this.recalculate(),this.initListeners())},e.prototype.initDOM=function(){var t,n;this.wrapperEl=this.el.querySelector(de(this.classNames.wrapper)),this.contentWrapperEl=this.options.scrollableNode||this.el.querySelector(de(this.classNames.contentWrapper)),this.contentEl=this.options.contentNode||this.el.querySelector(de(this.classNames.contentEl)),this.offsetEl=this.el.querySelector(de(this.classNames.offset)),this.maskEl=this.el.querySelector(de(this.classNames.mask)),this.placeholderEl=this.findChild(this.wrapperEl,de(this.classNames.placeholder)),this.heightAutoObserverWrapperEl=this.el.querySelector(de(this.classNames.heightAutoObserverWrapperEl)),this.heightAutoObserverEl=this.el.querySelector(de(this.classNames.heightAutoObserverEl)),this.axis.x.track.el=this.findChild(this.el,"".concat(de(this.classNames.track)).concat(de(this.classNames.horizontal))),this.axis.y.track.el=this.findChild(this.el,"".concat(de(this.classNames.track)).concat(de(this.classNames.vertical))),this.axis.x.scrollbar.el=((t=this.axis.x.track.el)===null||t===void 0?void 0:t.querySelector(de(this.classNames.scrollbar)))||null,this.axis.y.scrollbar.el=((n=this.axis.y.track.el)===null||n===void 0?void 0:n.querySelector(de(this.classNames.scrollbar)))||null,this.options.autoHide||(He(this.axis.x.scrollbar.el,this.classNames.visible),He(this.axis.y.scrollbar.el,this.classNames.visible))},e.prototype.initListeners=function(){var t=this,n,r=Ue(this.el);if(this.el.addEventListener("mouseenter",this.onMouseEnter),this.el.addEventListener("pointerdown",this.onPointerEvent,!0),this.el.addEventListener("mousemove",this.onMouseMove),this.el.addEventListener("mouseleave",this.onMouseLeave),(n=this.contentWrapperEl)===null||n===void 0||n.addEventListener("scroll",this.onScroll),r.addEventListener("resize",this.onWindowResize),!!this.contentEl){if(window.ResizeObserver){var i=!1,s=r.ResizeObserver||ResizeObserver;this.resizeObserver=new s(function(){i&&r.requestAnimationFrame(function(){t.recalculate()})}),this.resizeObserver.observe(this.el),this.resizeObserver.observe(this.contentEl),r.requestAnimationFrame(function(){i=!0})}this.mutationObserver=new r.MutationObserver(function(){r.requestAnimationFrame(function(){t.recalculate()})}),this.mutationObserver.observe(this.contentEl,{childList:!0,subtree:!0,characterData:!0})}},e.prototype.recalculate=function(){if(!(!this.heightAutoObserverEl||!this.contentEl||!this.contentWrapperEl||!this.wrapperEl||!this.placeholderEl)){var t=Ue(this.el);this.elStyles=t.getComputedStyle(this.el),this.isRtl=this.elStyles.direction==="rtl";var n=this.contentEl.offsetWidth,r=this.heightAutoObserverEl.offsetHeight<=1,i=this.heightAutoObserverEl.offsetWidth<=1||n>0,s=this.contentWrapperEl.offsetWidth,o=this.elStyles.overflowX,a=this.elStyles.overflowY;this.contentEl.style.padding="".concat(this.elStyles.paddingTop," ").concat(this.elStyles.paddingRight," ").concat(this.elStyles.paddingBottom," ").concat(this.elStyles.paddingLeft),this.wrapperEl.style.margin="-".concat(this.elStyles.paddingTop," -").concat(this.elStyles.paddingRight," -").concat(this.elStyles.paddingBottom," -").concat(this.elStyles.paddingLeft);var l=this.contentEl.scrollHeight,c=this.contentEl.scrollWidth;this.contentWrapperEl.style.height=r?"auto":"100%",this.placeholderEl.style.width=i?"".concat(n||c,"px"):"auto",this.placeholderEl.style.height="".concat(l,"px");var d=this.contentWrapperEl.offsetHeight;this.axis.x.isOverflowing=n!==0&&c>n,this.axis.y.isOverflowing=l>d,this.axis.x.isOverflowing=o==="hidden"?!1:this.axis.x.isOverflowing,this.axis.y.isOverflowing=a==="hidden"?!1:this.axis.y.isOverflowing,this.axis.x.forceVisible=this.options.forceVisible==="x"||this.options.forceVisible===!0,this.axis.y.forceVisible=this.options.forceVisible==="y"||this.options.forceVisible===!0,this.hideNativeScrollbar();var u=this.axis.x.isOverflowing?this.scrollbarWidth:0,h=this.axis.y.isOverflowing?this.scrollbarWidth:0;this.axis.x.isOverflowing=this.axis.x.isOverflowing&&c>s-h,this.axis.y.isOverflowing=this.axis.y.isOverflowing&&l>d-u,this.axis.x.scrollbar.size=this.getScrollbarSize("x"),this.axis.y.scrollbar.size=this.getScrollbarSize("y"),this.axis.x.scrollbar.el&&(this.axis.x.scrollbar.el.style.width="".concat(this.axis.x.scrollbar.size,"px")),this.axis.y.scrollbar.el&&(this.axis.y.scrollbar.el.style.height="".concat(this.axis.y.scrollbar.size,"px")),this.positionScrollbar("x"),this.positionScrollbar("y"),this.toggleTrackVisibility("x"),this.toggleTrackVisibility("y")}},e.prototype.getScrollbarSize=function(t){var n,r;if(t===void 0&&(t="y"),!this.axis[t].isOverflowing||!this.contentEl)return 0;var i=this.contentEl[this.axis[t].scrollSizeAttr],s=(r=(n=this.axis[t].track.el)===null||n===void 0?void 0:n[this.axis[t].offsetSizeAttr])!==null&&r!==void 0?r:0,o=s/i,a;return a=Math.max(~~(o*s),this.options.scrollbarMinSize),this.options.scrollbarMaxSize&&(a=Math.min(a,this.options.scrollbarMaxSize)),a},e.prototype.positionScrollbar=function(t){var n,r,i;t===void 0&&(t="y");var s=this.axis[t].scrollbar;if(!(!this.axis[t].isOverflowing||!this.contentWrapperEl||!s.el||!this.elStyles)){var o=this.contentWrapperEl[this.axis[t].scrollSizeAttr],a=((n=this.axis[t].track.el)===null||n===void 0?void 0:n[this.axis[t].offsetSizeAttr])||0,l=parseInt(this.elStyles[this.axis[t].sizeAttr],10),c=this.contentWrapperEl[this.axis[t].scrollOffsetAttr];c=t==="x"&&this.isRtl&&(!((r=e.getRtlHelpers())===null||r===void 0)&&r.isScrollOriginAtZero)?-c:c,t==="x"&&this.isRtl&&(c=!((i=e.getRtlHelpers())===null||i===void 0)&&i.isScrollingToNegative?c:-c);var d=c/(o-l),u=~~((a-s.size)*d);u=t==="x"&&this.isRtl?-u+(a-s.size):u,s.el.style.transform=t==="x"?"translate3d(".concat(u,"px, 0, 0)"):"translate3d(0, ".concat(u,"px, 0)")}},e.prototype.toggleTrackVisibility=function(t){t===void 0&&(t="y");var n=this.axis[t].track.el,r=this.axis[t].scrollbar.el;!n||!r||!this.contentWrapperEl||(this.axis[t].isOverflowing||this.axis[t].forceVisible?(n.style.visibility="visible",this.contentWrapperEl.style[this.axis[t].overflowAttr]="scroll",this.el.classList.add("".concat(this.classNames.scrollable,"-").concat(t))):(n.style.visibility="hidden",this.contentWrapperEl.style[this.axis[t].overflowAttr]="hidden",this.el.classList.remove("".concat(this.classNames.scrollable,"-").concat(t))),this.axis[t].isOverflowing?r.style.display="block":r.style.display="none")},e.prototype.showScrollbar=function(t){t===void 0&&(t="y"),this.axis[t].isOverflowing&&!this.axis[t].scrollbar.isVisible&&(He(this.axis[t].scrollbar.el,this.classNames.visible),this.axis[t].scrollbar.isVisible=!0)},e.prototype.hideScrollbar=function(t){t===void 0&&(t="y"),this.axis[t].isOverflowing&&this.axis[t].scrollbar.isVisible&&(Ye(this.axis[t].scrollbar.el,this.classNames.visible),this.axis[t].scrollbar.isVisible=!1)},e.prototype.hideNativeScrollbar=function(){this.offsetEl&&(this.offsetEl.style[this.isRtl?"left":"right"]=this.axis.y.isOverflowing||this.axis.y.forceVisible?"-".concat(this.scrollbarWidth,"px"):"0px",this.offsetEl.style.bottom=this.axis.x.isOverflowing||this.axis.x.forceVisible?"-".concat(this.scrollbarWidth,"px"):"0px")},e.prototype.onMouseMoveForAxis=function(t){t===void 0&&(t="y");var n=this.axis[t];!n.track.el||!n.scrollbar.el||(n.track.rect=n.track.el.getBoundingClientRect(),n.scrollbar.rect=n.scrollbar.el.getBoundingClientRect(),this.isWithinBounds(n.track.rect)?(this.showScrollbar(t),He(n.track.el,this.classNames.hover),this.isWithinBounds(n.scrollbar.rect)?He(n.scrollbar.el,this.classNames.hover):Ye(n.scrollbar.el,this.classNames.hover)):(Ye(n.track.el,this.classNames.hover),this.options.autoHide&&this.hideScrollbar(t)))},e.prototype.onMouseLeaveForAxis=function(t){t===void 0&&(t="y"),Ye(this.axis[t].track.el,this.classNames.hover),Ye(this.axis[t].scrollbar.el,this.classNames.hover),this.options.autoHide&&this.hideScrollbar(t)},e.prototype.onDragStart=function(t,n){var r;n===void 0&&(n="y");var i=gr(this.el),s=Ue(this.el),o=this.axis[n].scrollbar,a=n==="y"?t.pageY:t.pageX;this.axis[n].dragOffset=a-(((r=o.rect)===null||r===void 0?void 0:r[this.axis[n].offsetAttr])||0),this.draggedAxis=n,He(this.el,this.classNames.dragging),i.addEventListener("mousemove",this.drag,!0),i.addEventListener("mouseup",this.onEndDrag,!0),this.removePreventClickId===null?(i.addEventListener("click",this.preventClick,!0),i.addEventListener("dblclick",this.preventClick,!0)):(s.clearTimeout(this.removePreventClickId),this.removePreventClickId=null)},e.prototype.onTrackClick=function(t,n){var r=this,i,s,o,a;n===void 0&&(n="y");var l=this.axis[n];if(!(!this.options.clickOnTrack||!l.scrollbar.el||!this.contentWrapperEl)){t.preventDefault();var c=Ue(this.el);this.axis[n].scrollbar.rect=l.scrollbar.el.getBoundingClientRect();var d=this.axis[n].scrollbar,u=(s=(i=d.rect)===null||i===void 0?void 0:i[this.axis[n].offsetAttr])!==null&&s!==void 0?s:0,h=parseInt((a=(o=this.elStyles)===null||o===void 0?void 0:o[this.axis[n].sizeAttr])!==null&&a!==void 0?a:"0px",10),p=this.contentWrapperEl[this.axis[n].scrollOffsetAttr],y=n==="y"?this.mouseY-u:this.mouseX-u,f=y<0?-1:1,m=f===-1?p-h:p+h,b=40,w=function(){r.contentWrapperEl&&(f===-1?p>m&&(p-=b,r.contentWrapperEl[r.axis[n].scrollOffsetAttr]=p,c.requestAnimationFrame(w)):p<m&&(p+=b,r.contentWrapperEl[r.axis[n].scrollOffsetAttr]=p,c.requestAnimationFrame(w)))};w()}},e.prototype.getContentElement=function(){return this.contentEl},e.prototype.getScrollElement=function(){return this.contentWrapperEl},e.prototype.removeListeners=function(){var t=Ue(this.el);this.el.removeEventListener("mouseenter",this.onMouseEnter),this.el.removeEventListener("pointerdown",this.onPointerEvent,!0),this.el.removeEventListener("mousemove",this.onMouseMove),this.el.removeEventListener("mouseleave",this.onMouseLeave),this.contentWrapperEl&&this.contentWrapperEl.removeEventListener("scroll",this.onScroll),t.removeEventListener("resize",this.onWindowResize),this.mutationObserver&&this.mutationObserver.disconnect(),this.resizeObserver&&this.resizeObserver.disconnect(),this.onMouseMove.cancel(),this.onWindowResize.cancel(),this.onStopScrolling.cancel(),this.onMouseEntered.cancel()},e.prototype.unMount=function(){this.removeListeners()},e.prototype.isWithinBounds=function(t){return this.mouseX>=t.left&&this.mouseX<=t.left+t.width&&this.mouseY>=t.top&&this.mouseY<=t.top+t.height},e.prototype.findChild=function(t,n){var r=t.matches||t.webkitMatchesSelector||t.mozMatchesSelector||t.msMatchesSelector;return Array.prototype.filter.call(t.children,function(i){return r.call(i,n)})[0]},e.rtlHelpers=null,e.defaultOptions={forceVisible:!1,clickOnTrack:!0,scrollbarMinSize:25,scrollbarMaxSize:0,ariaLabel:"scrollable content",classNames:{contentEl:"simplebar-content",contentWrapper:"simplebar-content-wrapper",offset:"simplebar-offset",mask:"simplebar-mask",wrapper:"simplebar-wrapper",placeholder:"simplebar-placeholder",scrollbar:"simplebar-scrollbar",track:"simplebar-track",heightAutoObserverWrapperEl:"simplebar-height-auto-observer-wrapper",heightAutoObserverEl:"simplebar-height-auto-observer",visible:"simplebar-visible",horizontal:"simplebar-horizontal",vertical:"simplebar-vertical",hover:"simplebar-hover",dragging:"simplebar-dragging",scrolling:"simplebar-scrolling",scrollable:"simplebar-scrollable",mouseEntered:"simplebar-mouse-entered"},scrollableNode:null,contentNode:null,autoHide:!0},e.getOptions=ru,e.helpers=nu,e}(),me=function(){return me=Object.assign||function(t){for(var n,r=1,i=arguments.length;r<i;r++){n=arguments[r];for(var s in n)Object.prototype.hasOwnProperty.call(n,s)&&(t[s]=n[s])}return t},me.apply(this,arguments)};function iu(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]]);return n}var ea=R.forwardRef(function(e,t){var n=e.children,r=e.scrollableNodeProps,i=r===void 0?{}:r,s=iu(e,["children","scrollableNodeProps"]),o=R.useRef(),a=R.useRef(),l=R.useRef(),c={},d={};Object.keys(s).forEach(function(p){Object.prototype.hasOwnProperty.call(pn.defaultOptions,p)?c[p]=s[p]:d[p]=s[p]});var u=me(me({},pn.defaultOptions.classNames),c.classNames),h=me(me({},i),{className:"".concat(u.contentWrapper).concat(i.className?" ".concat(i.className):""),tabIndex:0,role:"region","aria-label":c.ariaLabel||pn.defaultOptions.ariaLabel});return R.useEffect(function(){var p;return a.current=h.ref?h.ref.current:a.current,o.current&&(p=new pn(o.current,me(me(me({},c),a.current&&{scrollableNode:a.current}),l.current&&{contentNode:l.current})),typeof t=="function"?t(p):t&&(t.current=p)),function(){p==null||p.unMount(),p=null,typeof t=="function"&&t(null)}},[]),R.createElement("div",me({"data-simplebar":"init",ref:o},d),R.createElement("div",{className:u.wrapper},R.createElement("div",{className:u.heightAutoObserverWrapperEl},R.createElement("div",{className:u.heightAutoObserverEl})),R.createElement("div",{className:u.mask},R.createElement("div",{className:u.offset},typeof n=="function"?n({scrollableNodeRef:a,scrollableNodeProps:me(me({},h),{ref:a}),contentNodeRef:l,contentNodeProps:{className:u.contentEl,ref:l}}):R.createElement("div",me({},h),R.createElement("div",{className:u.contentEl},n)))),R.createElement("div",{className:u.placeholder})),R.createElement("div",{className:"".concat(u.track," simplebar-horizontal")},R.createElement("div",{className:u.scrollbar})),R.createElement("div",{className:"".concat(u.track," simplebar-vertical")},R.createElement("div",{className:u.scrollbar})))});ea.displayName="SimpleBar";const su=`[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask{direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto!important;height:auto!important;z-index:0}.simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{display:none;width:0;height:0}.simplebar-content:after,.simplebar-content:before{content:" ";display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden}[data-simplebar].simplebar-dragging,[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:"";background:#000;border-radius:7px;left:2px;right:2px;opacity:0;transition:opacity .2s .5s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition-delay:0s;transition-duration:0s}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-scrollbar:before{top:2px;bottom:2px;left:2px;right:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:0;bottom:0;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.simplebar-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll;-ms-overflow-style:scrollbar!important}.simplebar-dummy-scrollbar-size>div{width:200%;height:200%;margin:10px 0}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}
|
|
5
|
-
`,ou=e=>g.jsx(E.Q,{autoClose:3e3,hideProgressBar:!0,closeButton:!1,position:"bottom-left",newestOnTop:!0,pauseOnFocusLoss:!1,style:{fontFamily:"inherit"},...e}),ta=P.createContext({transformPagePoint:e=>e,isStatic:!1,reducedMotion:"never"}),qn=P.createContext({}),ei=P.createContext(null),Kn=typeof document<"u",au=Kn?P.useLayoutEffect:P.useEffect,na=P.createContext({strict:!1}),ti=e=>e.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase(),lu="framerAppearId",ra="data-"+ti(lu);function cu(e,t,n,r){const{visualElement:i}=P.useContext(qn),s=P.useContext(na),o=P.useContext(ei),a=P.useContext(ta).reducedMotion,l=P.useRef();r=r||s.renderer,!l.current&&r&&(l.current=r(e,{visualState:t,parent:i,props:n,presenceContext:o,blockInitialAnimation:o?o.initial===!1:!1,reducedMotionConfig:a}));const c=l.current;P.useInsertionEffect(()=>{c&&c.update(n,o)});const d=P.useRef(!!(n[ra]&&!window.HandoffComplete));return au(()=>{c&&(c.render(),d.current&&c.animationState&&c.animationState.animateChanges())}),P.useEffect(()=>{c&&(c.updateFeatures(),!d.current&&c.animationState&&c.animationState.animateChanges(),d.current&&(d.current=!1,window.HandoffComplete=!0))}),c}function wt(e){return e&&typeof e=="object"&&Object.prototype.hasOwnProperty.call(e,"current")}function uu(e,t,n){return P.useCallback(r=>{r&&e.mount&&e.mount(r),t&&(r?t.mount(r):t.unmount()),n&&(typeof n=="function"?n(r):wt(n)&&(n.current=r))},[t])}function qt(e){return typeof e=="string"||Array.isArray(e)}function Xn(e){return e!==null&&typeof e=="object"&&typeof e.start=="function"}const ni=["animate","whileInView","whileFocus","whileHover","whileTap","whileDrag","exit"],ri=["initial",...ni];function Zn(e){return Xn(e.animate)||ri.some(t=>qt(e[t]))}function ia(e){return!!(Zn(e)||e.variants)}function du(e,t){if(Zn(e)){const{initial:n,animate:r}=e;return{initial:n===!1||qt(n)?n:void 0,animate:qt(r)?r:void 0}}return e.inherit!==!1?t:{}}function fu(e){const{initial:t,animate:n}=du(e,P.useContext(qn));return P.useMemo(()=>({initial:t,animate:n}),[Yi(t),Yi(n)])}function Yi(e){return Array.isArray(e)?e.join(" "):e}const Gi={animation:["animate","variants","whileHover","whileTap","exit","whileInView","whileFocus","whileDrag"],exit:["exit"],drag:["drag","dragControls"],focus:["whileFocus"],hover:["whileHover","onHoverStart","onHoverEnd"],tap:["whileTap","onTap","onTapStart","onTapCancel"],pan:["onPan","onPanStart","onPanSessionStart","onPanEnd"],inView:["whileInView","onViewportEnter","onViewportLeave"],layout:["layout","layoutId"]},Kt={};for(const e in Gi)Kt[e]={isEnabled:t=>Gi[e].some(n=>!!t[n])};function hu(e){for(const t in e)Kt[t]={...Kt[t],...e[t]}}const sa=P.createContext({}),oa=P.createContext({}),pu=Symbol.for("motionComponentSymbol");function mu({preloadedFeatures:e,createVisualElement:t,useRender:n,useVisualState:r,Component:i}){e&&hu(e);function s(a,l){let c;const d={...P.useContext(ta),...a,layoutId:gu(a)},{isStatic:u}=d,h=fu(a),p=r(a,u);if(!u&&Kn){h.visualElement=cu(i,p,d,t);const y=P.useContext(oa),f=P.useContext(na).strict;h.visualElement&&(c=h.visualElement.loadFeatures(d,f,e,y))}return R.createElement(qn.Provider,{value:h},c&&h.visualElement?R.createElement(c,{visualElement:h.visualElement,...d}):null,n(i,a,uu(p,h.visualElement,l),p,u,h.visualElement))}const o=P.forwardRef(s);return o[pu]=i,o}function gu({layoutId:e}){const t=P.useContext(sa).id;return t&&e!==void 0?t+"-"+e:e}function yu(e){function t(r,i={}){return mu(e(r,i))}if(typeof Proxy>"u")return t;const n=new Map;return new Proxy(t,{get:(r,i)=>(n.has(i)||n.set(i,t(i)),n.get(i))})}const vu=["animate","circle","defs","desc","ellipse","g","image","line","filter","marker","mask","metadata","path","pattern","polygon","polyline","rect","stop","switch","symbol","svg","text","tspan","use","view"];function ii(e){return typeof e!="string"||e.includes("-")?!1:!!(vu.indexOf(e)>-1||/[A-Z]/.test(e))}const Nn={};function bu(e){Object.assign(Nn,e)}const nn=["transformPerspective","x","y","z","translateX","translateY","translateZ","scale","scaleX","scaleY","rotate","rotateX","rotateY","rotateZ","skew","skewX","skewY"],lt=new Set(nn);function aa(e,{layout:t,layoutId:n}){return lt.has(e)||e.startsWith("origin")||(t||n!==void 0)&&(!!Nn[e]||e==="opacity")}const fe=e=>!!(e&&e.getVelocity),xu={x:"translateX",y:"translateY",z:"translateZ",transformPerspective:"perspective"},wu=nn.length;function Su(e,{enableHardwareAcceleration:t=!0,allowTransformNone:n=!0},r,i){let s="";for(let o=0;o<wu;o++){const a=nn[o];if(e[a]!==void 0){const l=xu[a]||a;s+=`${l}(${e[a]}) `}}return t&&!e.z&&(s+="translateZ(0)"),s=s.trim(),i?s=i(e,r?"":s):n&&r&&(s="none"),s}const la=e=>t=>typeof t=="string"&&t.startsWith(e),ca=la("--"),Rr=la("var(--"),Eu=/var\s*\(\s*--[\w-]+(\s*,\s*(?:(?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)+)?\s*\)/g,Tu=(e,t)=>t&&typeof e=="number"?t.transform(e):e,Je=(e,t,n)=>Math.min(Math.max(n,e),t),ct={test:e=>typeof e=="number",parse:parseFloat,transform:e=>e},Wt={...ct,transform:e=>Je(0,1,e)},mn={...ct,default:1},Ut=e=>Math.round(e*1e5)/1e5,Jn=/(-)?([\d]*\.?[\d])+/g,ua=/(#[0-9a-f]{3,8}|(rgb|hsl)a?\((-?[\d\.]+%?[,\s]+){2}(-?[\d\.]+%?)\s*[\,\/]?\s*[\d\.]*%?\))/gi,Cu=/^(#[0-9a-f]{3,8}|(rgb|hsl)a?\((-?[\d\.]+%?[,\s]+){2}(-?[\d\.]+%?)\s*[\,\/]?\s*[\d\.]*%?\))$/i;function rn(e){return typeof e=="string"}const sn=e=>({test:t=>rn(t)&&t.endsWith(e)&&t.split(" ").length===1,parse:parseFloat,transform:t=>`${t}${e}`}),Ge=sn("deg"),je=sn("%"),j=sn("px"),Pu=sn("vh"),_u=sn("vw"),qi={...je,parse:e=>je.parse(e)/100,transform:e=>je.transform(e*100)},Ki={...ct,transform:Math.round},da={borderWidth:j,borderTopWidth:j,borderRightWidth:j,borderBottomWidth:j,borderLeftWidth:j,borderRadius:j,radius:j,borderTopLeftRadius:j,borderTopRightRadius:j,borderBottomRightRadius:j,borderBottomLeftRadius:j,width:j,maxWidth:j,height:j,maxHeight:j,size:j,top:j,right:j,bottom:j,left:j,padding:j,paddingTop:j,paddingRight:j,paddingBottom:j,paddingLeft:j,margin:j,marginTop:j,marginRight:j,marginBottom:j,marginLeft:j,rotate:Ge,rotateX:Ge,rotateY:Ge,rotateZ:Ge,scale:mn,scaleX:mn,scaleY:mn,scaleZ:mn,skew:Ge,skewX:Ge,skewY:Ge,distance:j,translateX:j,translateY:j,translateZ:j,x:j,y:j,z:j,perspective:j,transformPerspective:j,opacity:Wt,originX:qi,originY:qi,originZ:j,zIndex:Ki,fillOpacity:Wt,strokeOpacity:Wt,numOctaves:Ki};function si(e,t,n,r){const{style:i,vars:s,transform:o,transformOrigin:a}=e;let l=!1,c=!1,d=!0;for(const u in t){const h=t[u];if(ca(u)){s[u]=h;continue}const p=da[u],y=Tu(h,p);if(lt.has(u)){if(l=!0,o[u]=y,!d)continue;h!==(p.default||0)&&(d=!1)}else u.startsWith("origin")?(c=!0,a[u]=y):i[u]=y}if(t.transform||(l||r?i.transform=Su(e.transform,n,d,r):i.transform&&(i.transform="none")),c){const{originX:u="50%",originY:h="50%",originZ:p=0}=a;i.transformOrigin=`${u} ${h} ${p}`}}const oi=()=>({style:{},transform:{},transformOrigin:{},vars:{}});function fa(e,t,n){for(const r in t)!fe(t[r])&&!aa(r,n)&&(e[r]=t[r])}function Au({transformTemplate:e},t,n){return P.useMemo(()=>{const r=oi();return si(r,t,{enableHardwareAcceleration:!n},e),Object.assign({},r.vars,r.style)},[t])}function Ou(e,t,n){const r=e.style||{},i={};return fa(i,r,e),Object.assign(i,Au(e,t,n)),e.transformValues?e.transformValues(i):i}function ku(e,t,n){const r={},i=Ou(e,t,n);return e.drag&&e.dragListener!==!1&&(r.draggable=!1,i.userSelect=i.WebkitUserSelect=i.WebkitTouchCallout="none",i.touchAction=e.drag===!0?"none":`pan-${e.drag==="x"?"y":"x"}`),e.tabIndex===void 0&&(e.onTap||e.onTapStart||e.whileTap)&&(r.tabIndex=0),r.style=i,r}const Mu=new Set(["animate","exit","variants","initial","style","values","variants","transition","transformTemplate","transformValues","custom","inherit","onBeforeLayoutMeasure","onAnimationStart","onAnimationComplete","onUpdate","onDragStart","onDrag","onDragEnd","onMeasureDragConstraints","onDirectionLock","onDragTransitionEnd","_dragX","_dragY","onHoverStart","onHoverEnd","onViewportEnter","onViewportLeave","globalTapTarget","ignoreStrict","viewport"]);function Vn(e){return e.startsWith("while")||e.startsWith("drag")&&e!=="draggable"||e.startsWith("layout")||e.startsWith("onTap")||e.startsWith("onPan")||e.startsWith("onLayout")||Mu.has(e)}let ha=e=>!Vn(e);function ju(e){e&&(ha=t=>t.startsWith("on")?!Vn(t):e(t))}try{ju(require("@emotion/is-prop-valid").default)}catch{}function Ru(e,t,n){const r={};for(const i in e)i==="values"&&typeof e.values=="object"||(ha(i)||n===!0&&Vn(i)||!t&&!Vn(i)||e.draggable&&i.startsWith("onDrag"))&&(r[i]=e[i]);return r}function Xi(e,t,n){return typeof e=="string"?e:j.transform(t+n*e)}function Du(e,t,n){const r=Xi(t,e.x,e.width),i=Xi(n,e.y,e.height);return`${r} ${i}`}const Nu={offset:"stroke-dashoffset",array:"stroke-dasharray"},Vu={offset:"strokeDashoffset",array:"strokeDasharray"};function Iu(e,t,n=1,r=0,i=!0){e.pathLength=1;const s=i?Nu:Vu;e[s.offset]=j.transform(-r);const o=j.transform(t),a=j.transform(n);e[s.array]=`${o} ${a}`}function ai(e,{attrX:t,attrY:n,attrScale:r,originX:i,originY:s,pathLength:o,pathSpacing:a=1,pathOffset:l=0,...c},d,u,h){if(si(e,c,d,h),u){e.style.viewBox&&(e.attrs.viewBox=e.style.viewBox);return}e.attrs=e.style,e.style={};const{attrs:p,style:y,dimensions:f}=e;p.transform&&(f&&(y.transform=p.transform),delete p.transform),f&&(i!==void 0||s!==void 0||y.transform)&&(y.transformOrigin=Du(f,i!==void 0?i:.5,s!==void 0?s:.5)),t!==void 0&&(p.x=t),n!==void 0&&(p.y=n),r!==void 0&&(p.scale=r),o!==void 0&&Iu(p,o,a,l,!1)}const pa=()=>({...oi(),attrs:{}}),li=e=>typeof e=="string"&&e.toLowerCase()==="svg";function Lu(e,t,n,r){const i=P.useMemo(()=>{const s=pa();return ai(s,t,{enableHardwareAcceleration:!1},li(r),e.transformTemplate),{...s.attrs,style:{...s.style}}},[t]);if(e.style){const s={};fa(s,e.style,e),i.style={...s,...i.style}}return i}function $u(e=!1){return(n,r,i,{latestValues:s},o)=>{const l=(ii(n)?Lu:ku)(r,s,o,n),d={...Ru(r,typeof n=="string",e),...l,ref:i},{children:u}=r,h=P.useMemo(()=>fe(u)?u.get():u,[u]);return P.createElement(n,{...d,children:h})}}function ma(e,{style:t,vars:n},r,i){Object.assign(e.style,t,i&&i.getProjectionStyles(r));for(const s in n)e.style.setProperty(s,n[s])}const ga=new Set(["baseFrequency","diffuseConstant","kernelMatrix","kernelUnitLength","keySplines","keyTimes","limitingConeAngle","markerHeight","markerWidth","numOctaves","targetX","targetY","surfaceScale","specularConstant","specularExponent","stdDeviation","tableValues","viewBox","gradientTransform","pathLength","startOffset","textLength","lengthAdjust"]);function ya(e,t,n,r){ma(e,t,void 0,r);for(const i in t.attrs)e.setAttribute(ga.has(i)?i:ti(i),t.attrs[i])}function ci(e,t){const{style:n}=e,r={};for(const i in n)(fe(n[i])||t.style&&fe(t.style[i])||aa(i,e))&&(r[i]=n[i]);return r}function va(e,t){const n=ci(e,t);for(const r in e)if(fe(e[r])||fe(t[r])){const i=nn.indexOf(r)!==-1?"attr"+r.charAt(0).toUpperCase()+r.substring(1):r;n[i]=e[r]}return n}function ui(e,t,n,r={},i={}){return typeof t=="function"&&(t=t(n!==void 0?n:e.custom,r,i)),typeof t=="string"&&(t=e.variants&&e.variants[t]),typeof t=="function"&&(t=t(n!==void 0?n:e.custom,r,i)),t}function zu(e){const t=P.useRef(null);return t.current===null&&(t.current=e()),t.current}const In=e=>Array.isArray(e),Fu=e=>!!(e&&typeof e=="object"&&e.mix&&e.toValue),Bu=e=>In(e)?e[e.length-1]||0:e;function En(e){const t=fe(e)?e.get():e;return Fu(t)?t.toValue():t}function Wu({scrapeMotionValuesFromProps:e,createRenderState:t,onMount:n},r,i,s){const o={latestValues:Uu(r,i,s,e),renderState:t()};return n&&(o.mount=a=>n(r,a,o)),o}const ba=e=>(t,n)=>{const r=P.useContext(qn),i=P.useContext(ei),s=()=>Wu(e,t,r,i);return n?s():zu(s)};function Uu(e,t,n,r){const i={},s=r(e,{});for(const h in s)i[h]=En(s[h]);let{initial:o,animate:a}=e;const l=Zn(e),c=ia(e);t&&c&&!l&&e.inherit!==!1&&(o===void 0&&(o=t.initial),a===void 0&&(a=t.animate));let d=n?n.initial===!1:!1;d=d||o===!1;const u=d?a:o;return u&&typeof u!="boolean"&&!Xn(u)&&(Array.isArray(u)?u:[u]).forEach(p=>{const y=ui(e,p);if(!y)return;const{transitionEnd:f,transition:m,...b}=y;for(const w in b){let x=b[w];if(Array.isArray(x)){const S=d?x.length-1:0;x=x[S]}x!==null&&(i[w]=x)}for(const w in f)i[w]=f[w]}),i}const J=e=>e;class Zi{constructor(){this.order=[],this.scheduled=new Set}add(t){if(!this.scheduled.has(t))return this.scheduled.add(t),this.order.push(t),!0}remove(t){const n=this.order.indexOf(t);n!==-1&&(this.order.splice(n,1),this.scheduled.delete(t))}clear(){this.order.length=0,this.scheduled.clear()}}function Hu(e){let t=new Zi,n=new Zi,r=0,i=!1,s=!1;const o=new WeakSet,a={schedule:(l,c=!1,d=!1)=>{const u=d&&i,h=u?t:n;return c&&o.add(l),h.add(l)&&u&&i&&(r=t.order.length),l},cancel:l=>{n.remove(l),o.delete(l)},process:l=>{if(i){s=!0;return}if(i=!0,[t,n]=[n,t],n.clear(),r=t.order.length,r)for(let c=0;c<r;c++){const d=t.order[c];d(l),o.has(d)&&(a.schedule(d),e())}i=!1,s&&(s=!1,a.process(l))}};return a}const gn=["prepare","read","update","preRender","render","postRender"],Yu=40;function Gu(e,t){let n=!1,r=!0;const i={delta:0,timestamp:0,isProcessing:!1},s=gn.reduce((u,h)=>(u[h]=Hu(()=>n=!0),u),{}),o=u=>s[u].process(i),a=()=>{const u=performance.now();n=!1,i.delta=r?1e3/60:Math.max(Math.min(u-i.timestamp,Yu),1),i.timestamp=u,i.isProcessing=!0,gn.forEach(o),i.isProcessing=!1,n&&t&&(r=!1,e(a))},l=()=>{n=!0,r=!0,i.isProcessing||e(a)};return{schedule:gn.reduce((u,h)=>{const p=s[h];return u[h]=(y,f=!1,m=!1)=>(n||l(),p.schedule(y,f,m)),u},{}),cancel:u=>gn.forEach(h=>s[h].cancel(u)),state:i,steps:s}}const{schedule:Y,cancel:Fe,state:se,steps:yr}=Gu(typeof requestAnimationFrame<"u"?requestAnimationFrame:J,!0),qu={useVisualState:ba({scrapeMotionValuesFromProps:va,createRenderState:pa,onMount:(e,t,{renderState:n,latestValues:r})=>{Y.read(()=>{try{n.dimensions=typeof t.getBBox=="function"?t.getBBox():t.getBoundingClientRect()}catch{n.dimensions={x:0,y:0,width:0,height:0}}}),Y.render(()=>{ai(n,r,{enableHardwareAcceleration:!1},li(t.tagName),e.transformTemplate),ya(t,n)})}})},Ku={useVisualState:ba({scrapeMotionValuesFromProps:ci,createRenderState:oi})};function Xu(e,{forwardMotionProps:t=!1},n,r){return{...ii(e)?qu:Ku,preloadedFeatures:n,useRender:$u(t),createVisualElement:r,Component:e}}function Le(e,t,n,r={passive:!0}){return e.addEventListener(t,n,r),()=>e.removeEventListener(t,n)}const xa=e=>e.pointerType==="mouse"?typeof e.button!="number"||e.button<=0:e.isPrimary!==!1;function Qn(e,t="page"){return{point:{x:e[t+"X"],y:e[t+"Y"]}}}const Zu=e=>t=>xa(t)&&e(t,Qn(t));function $e(e,t,n,r){return Le(e,t,Zu(n),r)}const Ju=(e,t)=>n=>t(e(n)),Xe=(...e)=>e.reduce(Ju);function wa(e){let t=null;return()=>{const n=()=>{t=null};return t===null?(t=e,n):!1}}const Ji=wa("dragHorizontal"),Qi=wa("dragVertical");function Sa(e){let t=!1;if(e==="y")t=Qi();else if(e==="x")t=Ji();else{const n=Ji(),r=Qi();n&&r?t=()=>{n(),r()}:(n&&n(),r&&r())}return t}function Ea(){const e=Sa(!0);return e?(e(),!1):!0}class et{constructor(t){this.isMounted=!1,this.node=t}update(){}}function es(e,t){const n="pointer"+(t?"enter":"leave"),r="onHover"+(t?"Start":"End"),i=(s,o)=>{if(s.pointerType==="touch"||Ea())return;const a=e.getProps();e.animationState&&a.whileHover&&e.animationState.setActive("whileHover",t),a[r]&&Y.update(()=>a[r](s,o))};return $e(e.current,n,i,{passive:!e.getProps()[r]})}class Qu extends et{mount(){this.unmount=Xe(es(this.node,!0),es(this.node,!1))}unmount(){}}class ed extends et{constructor(){super(...arguments),this.isActive=!1}onFocus(){let t=!1;try{t=this.node.current.matches(":focus-visible")}catch{t=!0}!t||!this.node.animationState||(this.node.animationState.setActive("whileFocus",!0),this.isActive=!0)}onBlur(){!this.isActive||!this.node.animationState||(this.node.animationState.setActive("whileFocus",!1),this.isActive=!1)}mount(){this.unmount=Xe(Le(this.node.current,"focus",()=>this.onFocus()),Le(this.node.current,"blur",()=>this.onBlur()))}unmount(){}}const Ta=(e,t)=>t?e===t?!0:Ta(e,t.parentElement):!1;function vr(e,t){if(!t)return;const n=new PointerEvent("pointer"+e);t(n,Qn(n))}class td extends et{constructor(){super(...arguments),this.removeStartListeners=J,this.removeEndListeners=J,this.removeAccessibleListeners=J,this.startPointerPress=(t,n)=>{if(this.isPressing)return;this.removeEndListeners();const r=this.node.getProps(),s=$e(window,"pointerup",(a,l)=>{if(!this.checkPressEnd())return;const{onTap:c,onTapCancel:d,globalTapTarget:u}=this.node.getProps();Y.update(()=>{!u&&!Ta(this.node.current,a.target)?d&&d(a,l):c&&c(a,l)})},{passive:!(r.onTap||r.onPointerUp)}),o=$e(window,"pointercancel",(a,l)=>this.cancelPress(a,l),{passive:!(r.onTapCancel||r.onPointerCancel)});this.removeEndListeners=Xe(s,o),this.startPress(t,n)},this.startAccessiblePress=()=>{const t=s=>{if(s.key!=="Enter"||this.isPressing)return;const o=a=>{a.key!=="Enter"||!this.checkPressEnd()||vr("up",(l,c)=>{const{onTap:d}=this.node.getProps();d&&Y.update(()=>d(l,c))})};this.removeEndListeners(),this.removeEndListeners=Le(this.node.current,"keyup",o),vr("down",(a,l)=>{this.startPress(a,l)})},n=Le(this.node.current,"keydown",t),r=()=>{this.isPressing&&vr("cancel",(s,o)=>this.cancelPress(s,o))},i=Le(this.node.current,"blur",r);this.removeAccessibleListeners=Xe(n,i)}}startPress(t,n){this.isPressing=!0;const{onTapStart:r,whileTap:i}=this.node.getProps();i&&this.node.animationState&&this.node.animationState.setActive("whileTap",!0),r&&Y.update(()=>r(t,n))}checkPressEnd(){return this.removeEndListeners(),this.isPressing=!1,this.node.getProps().whileTap&&this.node.animationState&&this.node.animationState.setActive("whileTap",!1),!Ea()}cancelPress(t,n){if(!this.checkPressEnd())return;const{onTapCancel:r}=this.node.getProps();r&&Y.update(()=>r(t,n))}mount(){const t=this.node.getProps(),n=$e(t.globalTapTarget?window:this.node.current,"pointerdown",this.startPointerPress,{passive:!(t.onTapStart||t.onPointerStart)}),r=Le(this.node.current,"focus",this.startAccessiblePress);this.removeStartListeners=Xe(n,r)}unmount(){this.removeStartListeners(),this.removeEndListeners(),this.removeAccessibleListeners()}}const Dr=new WeakMap,br=new WeakMap,nd=e=>{const t=Dr.get(e.target);t&&t(e)},rd=e=>{e.forEach(nd)};function id({root:e,...t}){const n=e||document;br.has(n)||br.set(n,{});const r=br.get(n),i=JSON.stringify(t);return r[i]||(r[i]=new IntersectionObserver(rd,{root:e,...t})),r[i]}function sd(e,t,n){const r=id(t);return Dr.set(e,n),r.observe(e),()=>{Dr.delete(e),r.unobserve(e)}}const od={some:0,all:1};class ad extends et{constructor(){super(...arguments),this.hasEnteredView=!1,this.isInView=!1}startObserver(){this.unmount();const{viewport:t={}}=this.node.getProps(),{root:n,margin:r,amount:i="some",once:s}=t,o={root:n?n.current:void 0,rootMargin:r,threshold:typeof i=="number"?i:od[i]},a=l=>{const{isIntersecting:c}=l;if(this.isInView===c||(this.isInView=c,s&&!c&&this.hasEnteredView))return;c&&(this.hasEnteredView=!0),this.node.animationState&&this.node.animationState.setActive("whileInView",c);const{onViewportEnter:d,onViewportLeave:u}=this.node.getProps(),h=c?d:u;h&&h(l)};return sd(this.node.current,o,a)}mount(){this.startObserver()}update(){if(typeof IntersectionObserver>"u")return;const{props:t,prevProps:n}=this.node;["amount","margin","root"].some(ld(t,n))&&this.startObserver()}unmount(){}}function ld({viewport:e={}},{viewport:t={}}={}){return n=>e[n]!==t[n]}const cd={inView:{Feature:ad},tap:{Feature:td},focus:{Feature:ed},hover:{Feature:Qu}};function Ca(e,t){if(!Array.isArray(t))return!1;const n=t.length;if(n!==e.length)return!1;for(let r=0;r<n;r++)if(t[r]!==e[r])return!1;return!0}function ud(e){const t={};return e.values.forEach((n,r)=>t[r]=n.get()),t}function dd(e){const t={};return e.values.forEach((n,r)=>t[r]=n.getVelocity()),t}function er(e,t,n){const r=e.getProps();return ui(r,t,n!==void 0?n:r.custom,ud(e),dd(e))}let on=J,Oe=J;process.env.NODE_ENV!=="production"&&(on=(e,t)=>{!e&&typeof console<"u"&&console.warn(t)},Oe=(e,t)=>{if(!e)throw new Error(t)});const Ze=e=>e*1e3,ze=e=>e/1e3,fd={current:!1},Pa=e=>Array.isArray(e)&&typeof e[0]=="number";function _a(e){return!!(!e||typeof e=="string"&&Aa[e]||Pa(e)||Array.isArray(e)&&e.every(_a))}const Bt=([e,t,n,r])=>`cubic-bezier(${e}, ${t}, ${n}, ${r})`,Aa={linear:"linear",ease:"ease",easeIn:"ease-in",easeOut:"ease-out",easeInOut:"ease-in-out",circIn:Bt([0,.65,.55,1]),circOut:Bt([.55,0,1,.45]),backIn:Bt([.31,.01,.66,-.59]),backOut:Bt([.33,1.53,.69,.99])};function Oa(e){if(e)return Pa(e)?Bt(e):Array.isArray(e)?e.map(Oa):Aa[e]}function hd(e,t,n,{delay:r=0,duration:i,repeat:s=0,repeatType:o="loop",ease:a,times:l}={}){const c={[t]:n};l&&(c.offset=l);const d=Oa(a);return Array.isArray(d)&&(c.easing=d),e.animate(c,{delay:r,duration:i,easing:Array.isArray(d)?"linear":d,fill:"both",iterations:s+1,direction:o==="reverse"?"alternate":"normal"})}function pd(e,{repeat:t,repeatType:n="loop"}){const r=t&&n!=="loop"&&t%2===1?0:e.length-1;return e[r]}const ka=(e,t,n)=>(((1-3*n+3*t)*e+(3*n-6*t))*e+3*t)*e,md=1e-7,gd=12;function yd(e,t,n,r,i){let s,o,a=0;do o=t+(n-t)/2,s=ka(o,r,i)-e,s>0?n=o:t=o;while(Math.abs(s)>md&&++a<gd);return o}function an(e,t,n,r){if(e===t&&n===r)return J;const i=s=>yd(s,0,1,e,n);return s=>s===0||s===1?s:ka(i(s),t,r)}const vd=an(.42,0,1,1),bd=an(0,0,.58,1),Ma=an(.42,0,.58,1),xd=e=>Array.isArray(e)&&typeof e[0]!="number",ja=e=>t=>t<=.5?e(2*t)/2:(2-e(2*(1-t)))/2,Ra=e=>t=>1-e(1-t),di=e=>1-Math.sin(Math.acos(e)),Da=Ra(di),wd=ja(di),Na=an(.33,1.53,.69,.99),fi=Ra(Na),Sd=ja(fi),Ed=e=>(e*=2)<1?.5*fi(e):.5*(2-Math.pow(2,-10*(e-1))),ts={linear:J,easeIn:vd,easeInOut:Ma,easeOut:bd,circIn:di,circInOut:wd,circOut:Da,backIn:fi,backInOut:Sd,backOut:Na,anticipate:Ed},ns=e=>{if(Array.isArray(e)){Oe(e.length===4,"Cubic bezier arrays must contain four numerical values.");const[t,n,r,i]=e;return an(t,n,r,i)}else if(typeof e=="string")return Oe(ts[e]!==void 0,`Invalid easing type '${e}'`),ts[e];return e},hi=(e,t)=>n=>!!(rn(n)&&Cu.test(n)&&n.startsWith(e)||t&&Object.prototype.hasOwnProperty.call(n,t)),Va=(e,t,n)=>r=>{if(!rn(r))return r;const[i,s,o,a]=r.match(Jn);return{[e]:parseFloat(i),[t]:parseFloat(s),[n]:parseFloat(o),alpha:a!==void 0?parseFloat(a):1}},Td=e=>Je(0,255,e),xr={...ct,transform:e=>Math.round(Td(e))},ot={test:hi("rgb","red"),parse:Va("red","green","blue"),transform:({red:e,green:t,blue:n,alpha:r=1})=>"rgba("+xr.transform(e)+", "+xr.transform(t)+", "+xr.transform(n)+", "+Ut(Wt.transform(r))+")"};function Cd(e){let t="",n="",r="",i="";return e.length>5?(t=e.substring(1,3),n=e.substring(3,5),r=e.substring(5,7),i=e.substring(7,9)):(t=e.substring(1,2),n=e.substring(2,3),r=e.substring(3,4),i=e.substring(4,5),t+=t,n+=n,r+=r,i+=i),{red:parseInt(t,16),green:parseInt(n,16),blue:parseInt(r,16),alpha:i?parseInt(i,16)/255:1}}const Nr={test:hi("#"),parse:Cd,transform:ot.transform},St={test:hi("hsl","hue"),parse:Va("hue","saturation","lightness"),transform:({hue:e,saturation:t,lightness:n,alpha:r=1})=>"hsla("+Math.round(e)+", "+je.transform(Ut(t))+", "+je.transform(Ut(n))+", "+Ut(Wt.transform(r))+")"},le={test:e=>ot.test(e)||Nr.test(e)||St.test(e),parse:e=>ot.test(e)?ot.parse(e):St.test(e)?St.parse(e):Nr.parse(e),transform:e=>rn(e)?e:e.hasOwnProperty("red")?ot.transform(e):St.transform(e)},K=(e,t,n)=>-n*e+n*t+e;function wr(e,t,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?e+(t-e)*6*n:n<1/2?t:n<2/3?e+(t-e)*(2/3-n)*6:e}function Pd({hue:e,saturation:t,lightness:n,alpha:r}){e/=360,t/=100,n/=100;let i=0,s=0,o=0;if(!t)i=s=o=n;else{const a=n<.5?n*(1+t):n+t-n*t,l=2*n-a;i=wr(l,a,e+1/3),s=wr(l,a,e),o=wr(l,a,e-1/3)}return{red:Math.round(i*255),green:Math.round(s*255),blue:Math.round(o*255),alpha:r}}const Sr=(e,t,n)=>{const r=e*e;return Math.sqrt(Math.max(0,n*(t*t-r)+r))},_d=[Nr,ot,St],Ad=e=>_d.find(t=>t.test(e));function rs(e){const t=Ad(e);Oe(!!t,`'${e}' is not an animatable color. Use the equivalent color code instead.`);let n=t.parse(e);return t===St&&(n=Pd(n)),n}const Ia=(e,t)=>{const n=rs(e),r=rs(t),i={...n};return s=>(i.red=Sr(n.red,r.red,s),i.green=Sr(n.green,r.green,s),i.blue=Sr(n.blue,r.blue,s),i.alpha=K(n.alpha,r.alpha,s),ot.transform(i))};function Od(e){var t,n;return isNaN(e)&&rn(e)&&(((t=e.match(Jn))===null||t===void 0?void 0:t.length)||0)+(((n=e.match(ua))===null||n===void 0?void 0:n.length)||0)>0}const La={regex:Eu,countKey:"Vars",token:"${v}",parse:J},$a={regex:ua,countKey:"Colors",token:"${c}",parse:le.parse},za={regex:Jn,countKey:"Numbers",token:"${n}",parse:ct.parse};function Er(e,{regex:t,countKey:n,token:r,parse:i}){const s=e.tokenised.match(t);s&&(e["num"+n]=s.length,e.tokenised=e.tokenised.replace(t,r),e.values.push(...s.map(i)))}function Ln(e){const t=e.toString(),n={value:t,tokenised:t,values:[],numVars:0,numColors:0,numNumbers:0};return n.value.includes("var(--")&&Er(n,La),Er(n,$a),Er(n,za),n}function Fa(e){return Ln(e).values}function Ba(e){const{values:t,numColors:n,numVars:r,tokenised:i}=Ln(e),s=t.length;return o=>{let a=i;for(let l=0;l<s;l++)l<r?a=a.replace(La.token,o[l]):l<r+n?a=a.replace($a.token,le.transform(o[l])):a=a.replace(za.token,Ut(o[l]));return a}}const kd=e=>typeof e=="number"?0:e;function Md(e){const t=Fa(e);return Ba(e)(t.map(kd))}const Qe={test:Od,parse:Fa,createTransformer:Ba,getAnimatableNone:Md},Wa=(e,t)=>n=>`${n>0?t:e}`;function Ua(e,t){return typeof e=="number"?n=>K(e,t,n):le.test(e)?Ia(e,t):e.startsWith("var(")?Wa(e,t):Ya(e,t)}const Ha=(e,t)=>{const n=[...e],r=n.length,i=e.map((s,o)=>Ua(s,t[o]));return s=>{for(let o=0;o<r;o++)n[o]=i[o](s);return n}},jd=(e,t)=>{const n={...e,...t},r={};for(const i in n)e[i]!==void 0&&t[i]!==void 0&&(r[i]=Ua(e[i],t[i]));return i=>{for(const s in r)n[s]=r[s](i);return n}},Ya=(e,t)=>{const n=Qe.createTransformer(t),r=Ln(e),i=Ln(t);return r.numVars===i.numVars&&r.numColors===i.numColors&&r.numNumbers>=i.numNumbers?Xe(Ha(r.values,i.values),n):(on(!0,`Complex values '${e}' and '${t}' too different to mix. Ensure all colors are of the same type, and that each contains the same quantity of number and color values. Falling back to instant transition.`),Wa(e,t))},Xt=(e,t,n)=>{const r=t-e;return r===0?1:(n-e)/r},is=(e,t)=>n=>K(e,t,n);function Rd(e){return typeof e=="number"?is:typeof e=="string"?le.test(e)?Ia:Ya:Array.isArray(e)?Ha:typeof e=="object"?jd:is}function Dd(e,t,n){const r=[],i=n||Rd(e[0]),s=e.length-1;for(let o=0;o<s;o++){let a=i(e[o],e[o+1]);if(t){const l=Array.isArray(t)?t[o]||J:t;a=Xe(l,a)}r.push(a)}return r}function Ga(e,t,{clamp:n=!0,ease:r,mixer:i}={}){const s=e.length;if(Oe(s===t.length,"Both input and output ranges must be the same length"),s===1)return()=>t[0];e[0]>e[s-1]&&(e=[...e].reverse(),t=[...t].reverse());const o=Dd(t,r,i),a=o.length,l=c=>{let d=0;if(a>1)for(;d<e.length-2&&!(c<e[d+1]);d++);const u=Xt(e[d],e[d+1],c);return o[d](u)};return n?c=>l(Je(e[0],e[s-1],c)):l}function Nd(e,t){const n=e[e.length-1];for(let r=1;r<=t;r++){const i=Xt(0,t,r);e.push(K(n,1,i))}}function Vd(e){const t=[0];return Nd(t,e.length-1),t}function Id(e,t){return e.map(n=>n*t)}function Ld(e,t){return e.map(()=>t||Ma).splice(0,e.length-1)}function $n({duration:e=300,keyframes:t,times:n,ease:r="easeInOut"}){const i=xd(r)?r.map(ns):ns(r),s={done:!1,value:t[0]},o=Id(n&&n.length===t.length?n:Vd(t),e),a=Ga(o,t,{ease:Array.isArray(i)?i:Ld(t,i)});return{calculatedDuration:e,next:l=>(s.value=a(l),s.done=l>=e,s)}}function qa(e,t){return t?e*(1e3/t):0}const $d=5;function Ka(e,t,n){const r=Math.max(t-$d,0);return qa(n-e(r),t-r)}const Tr=.001,zd=.01,ss=10,Fd=.05,Bd=1;function Wd({duration:e=800,bounce:t=.25,velocity:n=0,mass:r=1}){let i,s;on(e<=Ze(ss),"Spring duration must be 10 seconds or less");let o=1-t;o=Je(Fd,Bd,o),e=Je(zd,ss,ze(e)),o<1?(i=c=>{const d=c*o,u=d*e,h=d-n,p=Vr(c,o),y=Math.exp(-u);return Tr-h/p*y},s=c=>{const u=c*o*e,h=u*n+n,p=Math.pow(o,2)*Math.pow(c,2)*e,y=Math.exp(-u),f=Vr(Math.pow(c,2),o);return(-i(c)+Tr>0?-1:1)*((h-p)*y)/f}):(i=c=>{const d=Math.exp(-c*e),u=(c-n)*e+1;return-Tr+d*u},s=c=>{const d=Math.exp(-c*e),u=(n-c)*(e*e);return d*u});const a=5/e,l=Hd(i,s,a);if(e=Ze(e),isNaN(l))return{stiffness:100,damping:10,duration:e};{const c=Math.pow(l,2)*r;return{stiffness:c,damping:o*2*Math.sqrt(r*c),duration:e}}}const Ud=12;function Hd(e,t,n){let r=n;for(let i=1;i<Ud;i++)r=r-e(r)/t(r);return r}function Vr(e,t){return e*Math.sqrt(1-t*t)}const Yd=["duration","bounce"],Gd=["stiffness","damping","mass"];function os(e,t){return t.some(n=>e[n]!==void 0)}function qd(e){let t={velocity:0,stiffness:100,damping:10,mass:1,isResolvedFromDuration:!1,...e};if(!os(e,Gd)&&os(e,Yd)){const n=Wd(e);t={...t,...n,mass:1},t.isResolvedFromDuration=!0}return t}function Xa({keyframes:e,restDelta:t,restSpeed:n,...r}){const i=e[0],s=e[e.length-1],o={done:!1,value:i},{stiffness:a,damping:l,mass:c,duration:d,velocity:u,isResolvedFromDuration:h}=qd({...r,velocity:-ze(r.velocity||0)}),p=u||0,y=l/(2*Math.sqrt(a*c)),f=s-i,m=ze(Math.sqrt(a/c)),b=Math.abs(f)<5;n||(n=b?.01:2),t||(t=b?.005:.5);let w;if(y<1){const x=Vr(m,y);w=S=>{const v=Math.exp(-y*m*S);return s-v*((p+y*m*f)/x*Math.sin(x*S)+f*Math.cos(x*S))}}else if(y===1)w=x=>s-Math.exp(-m*x)*(f+(p+m*f)*x);else{const x=m*Math.sqrt(y*y-1);w=S=>{const v=Math.exp(-y*m*S),T=Math.min(x*S,300);return s-v*((p+y*m*f)*Math.sinh(T)+x*f*Math.cosh(T))/x}}return{calculatedDuration:h&&d||null,next:x=>{const S=w(x);if(h)o.done=x>=d;else{let v=p;x!==0&&(y<1?v=Ka(w,x,S):v=0);const T=Math.abs(v)<=n,C=Math.abs(s-S)<=t;o.done=T&&C}return o.value=o.done?s:S,o}}}function as({keyframes:e,velocity:t=0,power:n=.8,timeConstant:r=325,bounceDamping:i=10,bounceStiffness:s=500,modifyTarget:o,min:a,max:l,restDelta:c=.5,restSpeed:d}){const u=e[0],h={done:!1,value:u},p=_=>a!==void 0&&_<a||l!==void 0&&_>l,y=_=>a===void 0?l:l===void 0||Math.abs(a-_)<Math.abs(l-_)?a:l;let f=n*t;const m=u+f,b=o===void 0?m:o(m);b!==m&&(f=b-u);const w=_=>-f*Math.exp(-_/r),x=_=>b+w(_),S=_=>{const O=w(_),D=x(_);h.done=Math.abs(O)<=c,h.value=h.done?b:D};let v,T;const C=_=>{p(h.value)&&(v=_,T=Xa({keyframes:[h.value,y(h.value)],velocity:Ka(x,_,h.value),damping:i,stiffness:s,restDelta:c,restSpeed:d}))};return C(0),{calculatedDuration:null,next:_=>{let O=!1;return!T&&v===void 0&&(O=!0,S(_),C(_)),v!==void 0&&_>v?T.next(_-v):(!O&&S(_),h)}}}const Kd=e=>{const t=({timestamp:n})=>e(n);return{start:()=>Y.update(t,!0),stop:()=>Fe(t),now:()=>se.isProcessing?se.timestamp:performance.now()}},ls=2e4;function cs(e){let t=0;const n=50;let r=e.next(t);for(;!r.done&&t<ls;)t+=n,r=e.next(t);return t>=ls?1/0:t}const Xd={decay:as,inertia:as,tween:$n,keyframes:$n,spring:Xa};function zn({autoplay:e=!0,delay:t=0,driver:n=Kd,keyframes:r,type:i="keyframes",repeat:s=0,repeatDelay:o=0,repeatType:a="loop",onPlay:l,onStop:c,onComplete:d,onUpdate:u,...h}){let p=1,y=!1,f,m;const b=()=>{m=new Promise(W=>{f=W})};b();let w;const x=Xd[i]||$n;let S;x!==$n&&typeof r[0]!="number"&&(process.env.NODE_ENV!=="production"&&Oe(r.length===2,`Only two keyframes currently supported with spring and inertia animations. Trying to animate ${r}`),S=Ga([0,100],r,{clamp:!1}),r=[0,100]);const v=x({...h,keyframes:r});let T;a==="mirror"&&(T=x({...h,keyframes:[...r].reverse(),velocity:-(h.velocity||0)}));let C="idle",_=null,O=null,D=null;v.calculatedDuration===null&&s&&(v.calculatedDuration=cs(v));const{calculatedDuration:M}=v;let N=1/0,q=1/0;M!==null&&(N=M+o,q=N*(s+1)-o);let U=0;const ce=W=>{if(O===null)return;p>0&&(O=Math.min(O,W)),p<0&&(O=Math.min(W-q/p,O)),_!==null?U=_:U=Math.round(W-O)*p;const Pe=U-t*(p>=0?1:-1),Ne=p>=0?Pe<0:Pe>q;U=Math.max(Pe,0),C==="finished"&&_===null&&(U=q);let be=U,Ve=v;if(s){const nt=Math.min(U,q)/N;let We=Math.floor(nt),_e=nt%1;!_e&&nt>=1&&(_e=1),_e===1&&We--,We=Math.min(We,s+1),!!(We%2)&&(a==="reverse"?(_e=1-_e,o&&(_e-=o/N)):a==="mirror"&&(Ve=T)),be=Je(0,1,_e)*N}const Ie=Ne?{done:!1,value:r[0]}:Ve.next(be);S&&(Ie.value=S(Ie.value));let{done:dt}=Ie;!Ne&&M!==null&&(dt=p>=0?U>=q:U<=0);const Nt=_===null&&(C==="finished"||C==="running"&&dt);return u&&u(Ie.value),Nt&&ae(),Ie},H=()=>{w&&w.stop(),w=void 0},oe=()=>{C="idle",H(),f(),b(),O=D=null},ae=()=>{C="finished",d&&d(),H(),f()},pe=()=>{if(y)return;w||(w=n(ce));const W=w.now();l&&l(),_!==null?O=W-_:(!O||C==="finished")&&(O=W),C==="finished"&&b(),D=O,_=null,C="running",w.start()};e&&pe();const ke={then(W,Pe){return m.then(W,Pe)},get time(){return ze(U)},set time(W){W=Ze(W),U=W,_!==null||!w||p===0?_=W:O=w.now()-W/p},get duration(){const W=v.calculatedDuration===null?cs(v):v.calculatedDuration;return ze(W)},get speed(){return p},set speed(W){W===p||!w||(p=W,ke.time=ze(U))},get state(){return C},play:pe,pause:()=>{C="paused",_=U},stop:()=>{y=!0,C!=="idle"&&(C="idle",c&&c(),oe())},cancel:()=>{D!==null&&ce(D),oe()},complete:()=>{C="finished"},sample:W=>(O=0,ce(W))};return ke}function Zd(e){let t;return()=>(t===void 0&&(t=e()),t)}const Jd=Zd(()=>Object.hasOwnProperty.call(Element.prototype,"animate")),Qd=new Set(["opacity","clipPath","filter","transform","backgroundColor"]),yn=10,e0=2e4,t0=(e,t)=>t.type==="spring"||e==="backgroundColor"||!_a(t.ease);function n0(e,t,{onUpdate:n,onComplete:r,...i}){if(!(Jd()&&Qd.has(t)&&!i.repeatDelay&&i.repeatType!=="mirror"&&i.damping!==0&&i.type!=="inertia"))return!1;let o=!1,a,l,c=!1;const d=()=>{l=new Promise(x=>{a=x})};d();let{keyframes:u,duration:h=300,ease:p,times:y}=i;if(t0(t,i)){const x=zn({...i,repeat:0,delay:0});let S={done:!1,value:u[0]};const v=[];let T=0;for(;!S.done&&T<e0;)S=x.sample(T),v.push(S.value),T+=yn;y=void 0,u=v,h=T-yn,p="linear"}const f=hd(e.owner.current,t,u,{...i,duration:h,ease:p,times:y}),m=()=>{c=!1,f.cancel()},b=()=>{c=!0,Y.update(m),a(),d()};return f.onfinish=()=>{c||(e.set(pd(u,i)),r&&r(),b())},{then(x,S){return l.then(x,S)},attachTimeline(x){return f.timeline=x,f.onfinish=null,J},get time(){return ze(f.currentTime||0)},set time(x){f.currentTime=Ze(x)},get speed(){return f.playbackRate},set speed(x){f.playbackRate=x},get duration(){return ze(h)},play:()=>{o||(f.play(),Fe(m))},pause:()=>f.pause(),stop:()=>{if(o=!0,f.playState==="idle")return;const{currentTime:x}=f;if(x){const S=zn({...i,autoplay:!1});e.setWithVelocity(S.sample(x-yn).value,S.sample(x).value,yn)}b()},complete:()=>{c||f.finish()},cancel:b}}function r0({keyframes:e,delay:t,onUpdate:n,onComplete:r}){const i=()=>(n&&n(e[e.length-1]),r&&r(),{time:0,speed:1,duration:0,play:J,pause:J,stop:J,then:s=>(s(),Promise.resolve()),cancel:J,complete:J});return t?zn({keyframes:[0,1],duration:0,delay:t,onComplete:i}):i()}const i0={type:"spring",stiffness:500,damping:25,restSpeed:10},s0=e=>({type:"spring",stiffness:550,damping:e===0?2*Math.sqrt(550):30,restSpeed:10}),o0={type:"keyframes",duration:.8},a0={type:"keyframes",ease:[.25,.1,.35,1],duration:.3},l0=(e,{keyframes:t})=>t.length>2?o0:lt.has(e)?e.startsWith("scale")?s0(t[1]):i0:a0,Ir=(e,t)=>e==="zIndex"?!1:!!(typeof t=="number"||Array.isArray(t)||typeof t=="string"&&(Qe.test(t)||t==="0")&&!t.startsWith("url(")),c0=new Set(["brightness","contrast","saturate","opacity"]);function u0(e){const[t,n]=e.slice(0,-1).split("(");if(t==="drop-shadow")return e;const[r]=n.match(Jn)||[];if(!r)return e;const i=n.replace(r,"");let s=c0.has(t)?1:0;return r!==n&&(s*=100),t+"("+s+i+")"}const d0=/([a-z-]*)\(.*?\)/g,Lr={...Qe,getAnimatableNone:e=>{const t=e.match(d0);return t?t.map(u0).join(" "):e}},f0={...da,color:le,backgroundColor:le,outlineColor:le,fill:le,stroke:le,borderColor:le,borderTopColor:le,borderRightColor:le,borderBottomColor:le,borderLeftColor:le,filter:Lr,WebkitFilter:Lr},pi=e=>f0[e];function Za(e,t){let n=pi(e);return n!==Lr&&(n=Qe),n.getAnimatableNone?n.getAnimatableNone(t):void 0}const Ja=e=>/^0[^.\s]+$/.test(e);function h0(e){if(typeof e=="number")return e===0;if(e!==null)return e==="none"||e==="0"||Ja(e)}function p0(e,t,n,r){const i=Ir(t,n);let s;Array.isArray(n)?s=[...n]:s=[null,n];const o=r.from!==void 0?r.from:e.get();let a;const l=[];for(let c=0;c<s.length;c++)s[c]===null&&(s[c]=c===0?o:s[c-1]),h0(s[c])&&l.push(c),typeof s[c]=="string"&&s[c]!=="none"&&s[c]!=="0"&&(a=s[c]);if(i&&l.length&&a)for(let c=0;c<l.length;c++){const d=l[c];s[d]=Za(t,a)}return s}function m0({when:e,delay:t,delayChildren:n,staggerChildren:r,staggerDirection:i,repeat:s,repeatType:o,repeatDelay:a,from:l,elapsed:c,...d}){return!!Object.keys(d).length}function mi(e,t){return e[t]||e.default||e}const g0={skipAnimations:!1},gi=(e,t,n,r={})=>i=>{const s=mi(r,e)||{},o=s.delay||r.delay||0;let{elapsed:a=0}=r;a=a-Ze(o);const l=p0(t,e,n,s),c=l[0],d=l[l.length-1],u=Ir(e,c),h=Ir(e,d);on(u===h,`You are trying to animate ${e} from "${c}" to "${d}". ${c} is not an animatable value - to enable this animation set ${c} to a value animatable to ${d} via the \`style\` property.`);let p={keyframes:l,velocity:t.getVelocity(),ease:"easeOut",...s,delay:-a,onUpdate:y=>{t.set(y),s.onUpdate&&s.onUpdate(y)},onComplete:()=>{i(),s.onComplete&&s.onComplete()}};if(m0(s)||(p={...p,...l0(e,p)}),p.duration&&(p.duration=Ze(p.duration)),p.repeatDelay&&(p.repeatDelay=Ze(p.repeatDelay)),!u||!h||fd.current||s.type===!1||g0.skipAnimations)return r0(p);if(!r.isHandoff&&t.owner&&t.owner.current instanceof HTMLElement&&!t.owner.getProps().onUpdate){const y=n0(t,e,p);if(y)return y}return zn(p)};function Fn(e){return!!(fe(e)&&e.add)}const Qa=e=>/^\-?\d*\.?\d+$/.test(e);function yi(e,t){e.indexOf(t)===-1&&e.push(t)}function bi(e,t){const n=e.indexOf(t);n>-1&&e.splice(n,1)}class xi{constructor(){this.subscriptions=[]}add(t){return yi(this.subscriptions,t),()=>bi(this.subscriptions,t)}notify(t,n,r){const i=this.subscriptions.length;if(i)if(i===1)this.subscriptions[0](t,n,r);else for(let s=0;s<i;s++){const o=this.subscriptions[s];o&&o(t,n,r)}}getSize(){return this.subscriptions.length}clear(){this.subscriptions.length=0}}const us=new Set;function wi(e,t,n){e||us.has(t)||(console.warn(t),n&&console.warn(n),us.add(t))}const y0=e=>!isNaN(parseFloat(e));class v0{constructor(t,n={}){this.version="10.18.0",this.timeDelta=0,this.lastUpdated=0,this.canTrackVelocity=!1,this.events={},this.updateAndNotify=(r,i=!0)=>{this.prev=this.current,this.current=r;const{delta:s,timestamp:o}=se;this.lastUpdated!==o&&(this.timeDelta=s,this.lastUpdated=o,Y.postRender(this.scheduleVelocityCheck)),this.prev!==this.current&&this.events.change&&this.events.change.notify(this.current),this.events.velocityChange&&this.events.velocityChange.notify(this.getVelocity()),i&&this.events.renderRequest&&this.events.renderRequest.notify(this.current)},this.scheduleVelocityCheck=()=>Y.postRender(this.velocityCheck),this.velocityCheck=({timestamp:r})=>{r!==this.lastUpdated&&(this.prev=this.current,this.events.velocityChange&&this.events.velocityChange.notify(this.getVelocity()))},this.hasAnimated=!1,this.prev=this.current=t,this.canTrackVelocity=y0(this.current),this.owner=n.owner}onChange(t){return process.env.NODE_ENV!=="production"&&wi(!1,'value.onChange(callback) is deprecated. Switch to value.on("change", callback).'),this.on("change",t)}on(t,n){this.events[t]||(this.events[t]=new xi);const r=this.events[t].add(n);return t==="change"?()=>{r(),Y.read(()=>{this.events.change.getSize()||this.stop()})}:r}clearListeners(){for(const t in this.events)this.events[t].clear()}attach(t,n){this.passiveEffect=t,this.stopPassiveEffect=n}set(t,n=!0){!n||!this.passiveEffect?this.updateAndNotify(t,n):this.passiveEffect(t,this.updateAndNotify)}setWithVelocity(t,n,r){this.set(n),this.prev=t,this.timeDelta=r}jump(t){this.updateAndNotify(t),this.prev=t,this.stop(),this.stopPassiveEffect&&this.stopPassiveEffect()}get(){return this.current}getPrevious(){return this.prev}getVelocity(){return this.canTrackVelocity?qa(parseFloat(this.current)-parseFloat(this.prev),this.timeDelta):0}start(t){return this.stop(),new Promise(n=>{this.hasAnimated=!0,this.animation=t(n),this.events.animationStart&&this.events.animationStart.notify()}).then(()=>{this.events.animationComplete&&this.events.animationComplete.notify(),this.clearAnimation()})}stop(){this.animation&&(this.animation.stop(),this.events.animationCancel&&this.events.animationCancel.notify()),this.clearAnimation()}isAnimating(){return!!this.animation}clearAnimation(){delete this.animation}destroy(){this.clearListeners(),this.stop(),this.stopPassiveEffect&&this.stopPassiveEffect()}}function At(e,t){return new v0(e,t)}const el=e=>t=>t.test(e),b0={test:e=>e==="auto",parse:e=>e},tl=[ct,j,je,Ge,_u,Pu,b0],Lt=e=>tl.find(el(e)),x0=[...tl,le,Qe],w0=e=>x0.find(el(e));function S0(e,t,n){e.hasValue(t)?e.getValue(t).set(n):e.addValue(t,At(n))}function E0(e,t){const n=er(e,t);let{transitionEnd:r={},transition:i={},...s}=n?e.makeTargetAnimatable(n,!1):{};s={...s,...r};for(const o in s){const a=Bu(s[o]);S0(e,o,a)}}function T0(e,t,n){var r,i;const s=Object.keys(t).filter(a=>!e.hasValue(a)),o=s.length;if(o)for(let a=0;a<o;a++){const l=s[a],c=t[l];let d=null;Array.isArray(c)&&(d=c[0]),d===null&&(d=(i=(r=n[l])!==null&&r!==void 0?r:e.readValue(l))!==null&&i!==void 0?i:t[l]),d!=null&&(typeof d=="string"&&(Qa(d)||Ja(d))?d=parseFloat(d):!w0(d)&&Qe.test(c)&&(d=Za(l,c)),e.addValue(l,At(d,{owner:e})),n[l]===void 0&&(n[l]=d),d!==null&&e.setBaseTarget(l,d))}}function C0(e,t){return t?(t[e]||t.default||t).from:void 0}function P0(e,t,n){const r={};for(const i in e){const s=C0(i,t);if(s!==void 0)r[i]=s;else{const o=n.getValue(i);o&&(r[i]=o.get())}}return r}function _0({protectedKeys:e,needsAnimating:t},n){const r=e.hasOwnProperty(n)&&t[n]!==!0;return t[n]=!1,r}function A0(e,t){const n=e.get();if(Array.isArray(t)){for(let r=0;r<t.length;r++)if(t[r]!==n)return!0}else return n!==t}function nl(e,t,{delay:n=0,transitionOverride:r,type:i}={}){let{transition:s=e.getDefaultTransition(),transitionEnd:o,...a}=e.makeTargetAnimatable(t);const l=e.getValue("willChange");r&&(s=r);const c=[],d=i&&e.animationState&&e.animationState.getState()[i];for(const u in a){const h=e.getValue(u),p=a[u];if(!h||p===void 0||d&&_0(d,u))continue;const y={delay:n,elapsed:0,...mi(s||{},u)};if(window.HandoffAppearAnimations){const b=e.getProps()[ra];if(b){const w=window.HandoffAppearAnimations(b,u,h,Y);w!==null&&(y.elapsed=w,y.isHandoff=!0)}}let f=!y.isHandoff&&!A0(h,p);if(y.type==="spring"&&(h.getVelocity()||y.velocity)&&(f=!1),h.animation&&(f=!1),f)continue;h.start(gi(u,h,p,e.shouldReduceMotion&<.has(u)?{type:!1}:y));const m=h.animation;Fn(l)&&(l.add(u),m.then(()=>l.remove(u))),c.push(m)}return o&&Promise.all(c).then(()=>{o&&E0(e,o)}),c}function $r(e,t,n={}){const r=er(e,t,n.custom);let{transition:i=e.getDefaultTransition()||{}}=r||{};n.transitionOverride&&(i=n.transitionOverride);const s=r?()=>Promise.all(nl(e,r,n)):()=>Promise.resolve(),o=e.variantChildren&&e.variantChildren.size?(l=0)=>{const{delayChildren:c=0,staggerChildren:d,staggerDirection:u}=i;return O0(e,t,c+l,d,u,n)}:()=>Promise.resolve(),{when:a}=i;if(a){const[l,c]=a==="beforeChildren"?[s,o]:[o,s];return l().then(()=>c())}else return Promise.all([s(),o(n.delay)])}function O0(e,t,n=0,r=0,i=1,s){const o=[],a=(e.variantChildren.size-1)*r,l=i===1?(c=0)=>c*r:(c=0)=>a-c*r;return Array.from(e.variantChildren).sort(k0).forEach((c,d)=>{c.notify("AnimationStart",t),o.push($r(c,t,{...s,delay:n+l(d)}).then(()=>c.notify("AnimationComplete",t)))}),Promise.all(o)}function k0(e,t){return e.sortNodePosition(t)}function M0(e,t,n={}){e.notify("AnimationStart",t);let r;if(Array.isArray(t)){const i=t.map(s=>$r(e,s,n));r=Promise.all(i)}else if(typeof t=="string")r=$r(e,t,n);else{const i=typeof t=="function"?er(e,t,n.custom):t;r=Promise.all(nl(e,i,n))}return r.then(()=>e.notify("AnimationComplete",t))}const j0=[...ni].reverse(),R0=ni.length;function D0(e){return t=>Promise.all(t.map(({animation:n,options:r})=>M0(e,n,r)))}function N0(e){let t=D0(e);const n=I0();let r=!0;const i=(l,c)=>{const d=er(e,c);if(d){const{transition:u,transitionEnd:h,...p}=d;l={...l,...p,...h}}return l};function s(l){t=l(e)}function o(l,c){const d=e.getProps(),u=e.getVariantContext(!0)||{},h=[],p=new Set;let y={},f=1/0;for(let b=0;b<R0;b++){const w=j0[b],x=n[w],S=d[w]!==void 0?d[w]:u[w],v=qt(S),T=w===c?x.isActive:null;T===!1&&(f=b);let C=S===u[w]&&S!==d[w]&&v;if(C&&r&&e.manuallyAnimateOnMount&&(C=!1),x.protectedKeys={...y},!x.isActive&&T===null||!S&&!x.prevProp||Xn(S)||typeof S=="boolean")continue;let O=V0(x.prevProp,S)||w===c&&x.isActive&&!C&&v||b>f&&v,D=!1;const M=Array.isArray(S)?S:[S];let N=M.reduce(i,{});T===!1&&(N={});const{prevResolvedValues:q={}}=x,U={...q,...N},ce=H=>{O=!0,p.has(H)&&(D=!0,p.delete(H)),x.needsAnimating[H]=!0};for(const H in U){const oe=N[H],ae=q[H];if(y.hasOwnProperty(H))continue;let pe=!1;In(oe)&&In(ae)?pe=!Ca(oe,ae):pe=oe!==ae,pe?oe!==void 0?ce(H):p.add(H):oe!==void 0&&p.has(H)?ce(H):x.protectedKeys[H]=!0}x.prevProp=S,x.prevResolvedValues=N,x.isActive&&(y={...y,...N}),r&&e.blockInitialAnimation&&(O=!1),O&&(!C||D)&&h.push(...M.map(H=>({animation:H,options:{type:w,...l}})))}if(p.size){const b={};p.forEach(w=>{const x=e.getBaseTarget(w);x!==void 0&&(b[w]=x)}),h.push({animation:b})}let m=!!h.length;return r&&(d.initial===!1||d.initial===d.animate)&&!e.manuallyAnimateOnMount&&(m=!1),r=!1,m?t(h):Promise.resolve()}function a(l,c,d){var u;if(n[l].isActive===c)return Promise.resolve();(u=e.variantChildren)===null||u===void 0||u.forEach(p=>{var y;return(y=p.animationState)===null||y===void 0?void 0:y.setActive(l,c)}),n[l].isActive=c;const h=o(d,l);for(const p in n)n[p].protectedKeys={};return h}return{animateChanges:o,setActive:a,setAnimateFunction:s,getState:()=>n}}function V0(e,t){return typeof t=="string"?t!==e:Array.isArray(t)?!Ca(t,e):!1}function rt(e=!1){return{isActive:e,protectedKeys:{},needsAnimating:{},prevResolvedValues:{}}}function I0(){return{animate:rt(!0),whileInView:rt(),whileHover:rt(),whileTap:rt(),whileDrag:rt(),whileFocus:rt(),exit:rt()}}class L0 extends et{constructor(t){super(t),t.animationState||(t.animationState=N0(t))}updateAnimationControlsSubscription(){const{animate:t}=this.node.getProps();this.unmount(),Xn(t)&&(this.unmount=t.subscribe(this.node))}mount(){this.updateAnimationControlsSubscription()}update(){const{animate:t}=this.node.getProps(),{animate:n}=this.node.prevProps||{};t!==n&&this.updateAnimationControlsSubscription()}unmount(){}}let $0=0;class z0 extends et{constructor(){super(...arguments),this.id=$0++}update(){if(!this.node.presenceContext)return;const{isPresent:t,onExitComplete:n,custom:r}=this.node.presenceContext,{isPresent:i}=this.node.prevPresenceContext||{};if(!this.node.animationState||t===i)return;const s=this.node.animationState.setActive("exit",!t,{custom:r??this.node.getProps().custom});n&&!t&&s.then(()=>n(this.id))}mount(){const{register:t}=this.node.presenceContext||{};t&&(this.unmount=t(this.id))}unmount(){}}const F0={animation:{Feature:L0},exit:{Feature:z0}},ds=(e,t)=>Math.abs(e-t);function B0(e,t){const n=ds(e.x,t.x),r=ds(e.y,t.y);return Math.sqrt(n**2+r**2)}class rl{constructor(t,n,{transformPagePoint:r,contextWindow:i,dragSnapToOrigin:s=!1}={}){if(this.startEvent=null,this.lastMoveEvent=null,this.lastMoveEventInfo=null,this.handlers={},this.contextWindow=window,this.updatePoint=()=>{if(!(this.lastMoveEvent&&this.lastMoveEventInfo))return;const u=Pr(this.lastMoveEventInfo,this.history),h=this.startEvent!==null,p=B0(u.offset,{x:0,y:0})>=3;if(!h&&!p)return;const{point:y}=u,{timestamp:f}=se;this.history.push({...y,timestamp:f});const{onStart:m,onMove:b}=this.handlers;h||(m&&m(this.lastMoveEvent,u),this.startEvent=this.lastMoveEvent),b&&b(this.lastMoveEvent,u)},this.handlePointerMove=(u,h)=>{this.lastMoveEvent=u,this.lastMoveEventInfo=Cr(h,this.transformPagePoint),Y.update(this.updatePoint,!0)},this.handlePointerUp=(u,h)=>{this.end();const{onEnd:p,onSessionEnd:y,resumeAnimation:f}=this.handlers;if(this.dragSnapToOrigin&&f&&f(),!(this.lastMoveEvent&&this.lastMoveEventInfo))return;const m=Pr(u.type==="pointercancel"?this.lastMoveEventInfo:Cr(h,this.transformPagePoint),this.history);this.startEvent&&p&&p(u,m),y&&y(u,m)},!xa(t))return;this.dragSnapToOrigin=s,this.handlers=n,this.transformPagePoint=r,this.contextWindow=i||window;const o=Qn(t),a=Cr(o,this.transformPagePoint),{point:l}=a,{timestamp:c}=se;this.history=[{...l,timestamp:c}];const{onSessionStart:d}=n;d&&d(t,Pr(a,this.history)),this.removeListeners=Xe($e(this.contextWindow,"pointermove",this.handlePointerMove),$e(this.contextWindow,"pointerup",this.handlePointerUp),$e(this.contextWindow,"pointercancel",this.handlePointerUp))}updateHandlers(t){this.handlers=t}end(){this.removeListeners&&this.removeListeners(),Fe(this.updatePoint)}}function Cr(e,t){return t?{point:t(e.point)}:e}function fs(e,t){return{x:e.x-t.x,y:e.y-t.y}}function Pr({point:e},t){return{point:e,delta:fs(e,il(t)),offset:fs(e,W0(t)),velocity:U0(t,.1)}}function W0(e){return e[0]}function il(e){return e[e.length-1]}function U0(e,t){if(e.length<2)return{x:0,y:0};let n=e.length-1,r=null;const i=il(e);for(;n>=0&&(r=e[n],!(i.timestamp-r.timestamp>Ze(t)));)n--;if(!r)return{x:0,y:0};const s=ze(i.timestamp-r.timestamp);if(s===0)return{x:0,y:0};const o={x:(i.x-r.x)/s,y:(i.y-r.y)/s};return o.x===1/0&&(o.x=0),o.y===1/0&&(o.y=0),o}function ve(e){return e.max-e.min}function zr(e,t=0,n=.01){return Math.abs(e-t)<=n}function hs(e,t,n,r=.5){e.origin=r,e.originPoint=K(t.min,t.max,e.origin),e.scale=ve(n)/ve(t),(zr(e.scale,1,1e-4)||isNaN(e.scale))&&(e.scale=1),e.translate=K(n.min,n.max,e.origin)-e.originPoint,(zr(e.translate)||isNaN(e.translate))&&(e.translate=0)}function Ht(e,t,n,r){hs(e.x,t.x,n.x,r?r.originX:void 0),hs(e.y,t.y,n.y,r?r.originY:void 0)}function ps(e,t,n){e.min=n.min+t.min,e.max=e.min+ve(t)}function H0(e,t,n){ps(e.x,t.x,n.x),ps(e.y,t.y,n.y)}function ms(e,t,n){e.min=t.min-n.min,e.max=e.min+ve(t)}function Yt(e,t,n){ms(e.x,t.x,n.x),ms(e.y,t.y,n.y)}function Y0(e,{min:t,max:n},r){return t!==void 0&&e<t?e=r?K(t,e,r.min):Math.max(e,t):n!==void 0&&e>n&&(e=r?K(n,e,r.max):Math.min(e,n)),e}function gs(e,t,n){return{min:t!==void 0?e.min+t:void 0,max:n!==void 0?e.max+n-(e.max-e.min):void 0}}function G0(e,{top:t,left:n,bottom:r,right:i}){return{x:gs(e.x,n,i),y:gs(e.y,t,r)}}function ys(e,t){let n=t.min-e.min,r=t.max-e.max;return t.max-t.min<e.max-e.min&&([n,r]=[r,n]),{min:n,max:r}}function q0(e,t){return{x:ys(e.x,t.x),y:ys(e.y,t.y)}}function K0(e,t){let n=.5;const r=ve(e),i=ve(t);return i>r?n=Xt(t.min,t.max-r,e.min):r>i&&(n=Xt(e.min,e.max-i,t.min)),Je(0,1,n)}function X0(e,t){const n={};return t.min!==void 0&&(n.min=t.min-e.min),t.max!==void 0&&(n.max=t.max-e.min),n}const Fr=.35;function Z0(e=Fr){return e===!1?e=0:e===!0&&(e=Fr),{x:vs(e,"left","right"),y:vs(e,"top","bottom")}}function vs(e,t,n){return{min:bs(e,t),max:bs(e,n)}}function bs(e,t){return typeof e=="number"?e:e[t]||0}const xs=()=>({translate:0,scale:1,origin:0,originPoint:0}),Et=()=>({x:xs(),y:xs()}),ws=()=>({min:0,max:0}),te=()=>({x:ws(),y:ws()});function we(e){return[e("x"),e("y")]}function sl({top:e,left:t,right:n,bottom:r}){return{x:{min:t,max:n},y:{min:e,max:r}}}function J0({x:e,y:t}){return{top:t.min,right:e.max,bottom:t.max,left:e.min}}function Q0(e,t){if(!t)return e;const n=t({x:e.left,y:e.top}),r=t({x:e.right,y:e.bottom});return{top:n.y,left:n.x,bottom:r.y,right:r.x}}function _r(e){return e===void 0||e===1}function Br({scale:e,scaleX:t,scaleY:n}){return!_r(e)||!_r(t)||!_r(n)}function it(e){return Br(e)||ol(e)||e.z||e.rotate||e.rotateX||e.rotateY}function ol(e){return Ss(e.x)||Ss(e.y)}function Ss(e){return e&&e!=="0%"}function Bn(e,t,n){const r=e-n,i=t*r;return n+i}function Es(e,t,n,r,i){return i!==void 0&&(e=Bn(e,i,r)),Bn(e,n,r)+t}function Wr(e,t=0,n=1,r,i){e.min=Es(e.min,t,n,r,i),e.max=Es(e.max,t,n,r,i)}function al(e,{x:t,y:n}){Wr(e.x,t.translate,t.scale,t.originPoint),Wr(e.y,n.translate,n.scale,n.originPoint)}function ef(e,t,n,r=!1){const i=n.length;if(!i)return;t.x=t.y=1;let s,o;for(let a=0;a<i;a++){s=n[a],o=s.projectionDelta;const l=s.instance;l&&l.style&&l.style.display==="contents"||(r&&s.options.layoutScroll&&s.scroll&&s!==s.root&&Tt(e,{x:-s.scroll.offset.x,y:-s.scroll.offset.y}),o&&(t.x*=o.x.scale,t.y*=o.y.scale,al(e,o)),r&&it(s.latestValues)&&Tt(e,s.latestValues))}t.x=Ts(t.x),t.y=Ts(t.y)}function Ts(e){return Number.isInteger(e)||e>1.0000000000001||e<.999999999999?e:1}function qe(e,t){e.min=e.min+t,e.max=e.max+t}function Cs(e,t,[n,r,i]){const s=t[i]!==void 0?t[i]:.5,o=K(e.min,e.max,s);Wr(e,t[n],t[r],o,t.scale)}const tf=["x","scaleX","originX"],nf=["y","scaleY","originY"];function Tt(e,t){Cs(e.x,t,tf),Cs(e.y,t,nf)}function ll(e,t){return sl(Q0(e.getBoundingClientRect(),t))}function rf(e,t,n){const r=ll(e,n),{scroll:i}=t;return i&&(qe(r.x,i.offset.x),qe(r.y,i.offset.y)),r}const cl=({current:e})=>e?e.ownerDocument.defaultView:null,sf=new WeakMap;class of{constructor(t){this.openGlobalLock=null,this.isDragging=!1,this.currentDirection=null,this.originPoint={x:0,y:0},this.constraints=!1,this.hasMutatedConstraints=!1,this.elastic=te(),this.visualElement=t}start(t,{snapToCursor:n=!1}={}){const{presenceContext:r}=this.visualElement;if(r&&r.isPresent===!1)return;const i=d=>{const{dragSnapToOrigin:u}=this.getProps();u?this.pauseAnimation():this.stopAnimation(),n&&this.snapToCursor(Qn(d,"page").point)},s=(d,u)=>{const{drag:h,dragPropagation:p,onDragStart:y}=this.getProps();if(h&&!p&&(this.openGlobalLock&&this.openGlobalLock(),this.openGlobalLock=Sa(h),!this.openGlobalLock))return;this.isDragging=!0,this.currentDirection=null,this.resolveConstraints(),this.visualElement.projection&&(this.visualElement.projection.isAnimationBlocked=!0,this.visualElement.projection.target=void 0),we(m=>{let b=this.getAxisMotionValue(m).get()||0;if(je.test(b)){const{projection:w}=this.visualElement;if(w&&w.layout){const x=w.layout.layoutBox[m];x&&(b=ve(x)*(parseFloat(b)/100))}}this.originPoint[m]=b}),y&&Y.update(()=>y(d,u),!1,!0);const{animationState:f}=this.visualElement;f&&f.setActive("whileDrag",!0)},o=(d,u)=>{const{dragPropagation:h,dragDirectionLock:p,onDirectionLock:y,onDrag:f}=this.getProps();if(!h&&!this.openGlobalLock)return;const{offset:m}=u;if(p&&this.currentDirection===null){this.currentDirection=af(m),this.currentDirection!==null&&y&&y(this.currentDirection);return}this.updateAxis("x",u.point,m),this.updateAxis("y",u.point,m),this.visualElement.render(),f&&f(d,u)},a=(d,u)=>this.stop(d,u),l=()=>we(d=>{var u;return this.getAnimationState(d)==="paused"&&((u=this.getAxisMotionValue(d).animation)===null||u===void 0?void 0:u.play())}),{dragSnapToOrigin:c}=this.getProps();this.panSession=new rl(t,{onSessionStart:i,onStart:s,onMove:o,onSessionEnd:a,resumeAnimation:l},{transformPagePoint:this.visualElement.getTransformPagePoint(),dragSnapToOrigin:c,contextWindow:cl(this.visualElement)})}stop(t,n){const r=this.isDragging;if(this.cancel(),!r)return;const{velocity:i}=n;this.startAnimation(i);const{onDragEnd:s}=this.getProps();s&&Y.update(()=>s(t,n))}cancel(){this.isDragging=!1;const{projection:t,animationState:n}=this.visualElement;t&&(t.isAnimationBlocked=!1),this.panSession&&this.panSession.end(),this.panSession=void 0;const{dragPropagation:r}=this.getProps();!r&&this.openGlobalLock&&(this.openGlobalLock(),this.openGlobalLock=null),n&&n.setActive("whileDrag",!1)}updateAxis(t,n,r){const{drag:i}=this.getProps();if(!r||!vn(t,i,this.currentDirection))return;const s=this.getAxisMotionValue(t);let o=this.originPoint[t]+r[t];this.constraints&&this.constraints[t]&&(o=Y0(o,this.constraints[t],this.elastic[t])),s.set(o)}resolveConstraints(){var t;const{dragConstraints:n,dragElastic:r}=this.getProps(),i=this.visualElement.projection&&!this.visualElement.projection.layout?this.visualElement.projection.measure(!1):(t=this.visualElement.projection)===null||t===void 0?void 0:t.layout,s=this.constraints;n&&wt(n)?this.constraints||(this.constraints=this.resolveRefConstraints()):n&&i?this.constraints=G0(i.layoutBox,n):this.constraints=!1,this.elastic=Z0(r),s!==this.constraints&&i&&this.constraints&&!this.hasMutatedConstraints&&we(o=>{this.getAxisMotionValue(o)&&(this.constraints[o]=X0(i.layoutBox[o],this.constraints[o]))})}resolveRefConstraints(){const{dragConstraints:t,onMeasureDragConstraints:n}=this.getProps();if(!t||!wt(t))return!1;const r=t.current;Oe(r!==null,"If `dragConstraints` is set as a React ref, that ref must be passed to another component's `ref` prop.");const{projection:i}=this.visualElement;if(!i||!i.layout)return!1;const s=rf(r,i.root,this.visualElement.getTransformPagePoint());let o=q0(i.layout.layoutBox,s);if(n){const a=n(J0(o));this.hasMutatedConstraints=!!a,a&&(o=sl(a))}return o}startAnimation(t){const{drag:n,dragMomentum:r,dragElastic:i,dragTransition:s,dragSnapToOrigin:o,onDragTransitionEnd:a}=this.getProps(),l=this.constraints||{},c=we(d=>{if(!vn(d,n,this.currentDirection))return;let u=l&&l[d]||{};o&&(u={min:0,max:0});const h=i?200:1e6,p=i?40:1e7,y={type:"inertia",velocity:r?t[d]:0,bounceStiffness:h,bounceDamping:p,timeConstant:750,restDelta:1,restSpeed:10,...s,...u};return this.startAxisValueAnimation(d,y)});return Promise.all(c).then(a)}startAxisValueAnimation(t,n){const r=this.getAxisMotionValue(t);return r.start(gi(t,r,0,n))}stopAnimation(){we(t=>this.getAxisMotionValue(t).stop())}pauseAnimation(){we(t=>{var n;return(n=this.getAxisMotionValue(t).animation)===null||n===void 0?void 0:n.pause()})}getAnimationState(t){var n;return(n=this.getAxisMotionValue(t).animation)===null||n===void 0?void 0:n.state}getAxisMotionValue(t){const n="_drag"+t.toUpperCase(),r=this.visualElement.getProps(),i=r[n];return i||this.visualElement.getValue(t,(r.initial?r.initial[t]:void 0)||0)}snapToCursor(t){we(n=>{const{drag:r}=this.getProps();if(!vn(n,r,this.currentDirection))return;const{projection:i}=this.visualElement,s=this.getAxisMotionValue(n);if(i&&i.layout){const{min:o,max:a}=i.layout.layoutBox[n];s.set(t[n]-K(o,a,.5))}})}scalePositionWithinConstraints(){if(!this.visualElement.current)return;const{drag:t,dragConstraints:n}=this.getProps(),{projection:r}=this.visualElement;if(!wt(n)||!r||!this.constraints)return;this.stopAnimation();const i={x:0,y:0};we(o=>{const a=this.getAxisMotionValue(o);if(a){const l=a.get();i[o]=K0({min:l,max:l},this.constraints[o])}});const{transformTemplate:s}=this.visualElement.getProps();this.visualElement.current.style.transform=s?s({},""):"none",r.root&&r.root.updateScroll(),r.updateLayout(),this.resolveConstraints(),we(o=>{if(!vn(o,t,null))return;const a=this.getAxisMotionValue(o),{min:l,max:c}=this.constraints[o];a.set(K(l,c,i[o]))})}addListeners(){if(!this.visualElement.current)return;sf.set(this.visualElement,this);const t=this.visualElement.current,n=$e(t,"pointerdown",l=>{const{drag:c,dragListener:d=!0}=this.getProps();c&&d&&this.start(l)}),r=()=>{const{dragConstraints:l}=this.getProps();wt(l)&&(this.constraints=this.resolveRefConstraints())},{projection:i}=this.visualElement,s=i.addEventListener("measure",r);i&&!i.layout&&(i.root&&i.root.updateScroll(),i.updateLayout()),r();const o=Le(window,"resize",()=>this.scalePositionWithinConstraints()),a=i.addEventListener("didUpdate",({delta:l,hasLayoutChanged:c})=>{this.isDragging&&c&&(we(d=>{const u=this.getAxisMotionValue(d);u&&(this.originPoint[d]+=l[d].translate,u.set(u.get()+l[d].translate))}),this.visualElement.render())});return()=>{o(),n(),s(),a&&a()}}getProps(){const t=this.visualElement.getProps(),{drag:n=!1,dragDirectionLock:r=!1,dragPropagation:i=!1,dragConstraints:s=!1,dragElastic:o=Fr,dragMomentum:a=!0}=t;return{...t,drag:n,dragDirectionLock:r,dragPropagation:i,dragConstraints:s,dragElastic:o,dragMomentum:a}}}function vn(e,t,n){return(t===!0||t===e)&&(n===null||n===e)}function af(e,t=10){let n=null;return Math.abs(e.y)>t?n="y":Math.abs(e.x)>t&&(n="x"),n}class lf extends et{constructor(t){super(t),this.removeGroupControls=J,this.removeListeners=J,this.controls=new of(t)}mount(){const{dragControls:t}=this.node.getProps();t&&(this.removeGroupControls=t.subscribe(this.controls)),this.removeListeners=this.controls.addListeners()||J}unmount(){this.removeGroupControls(),this.removeListeners()}}const Ps=e=>(t,n)=>{e&&Y.update(()=>e(t,n))};class cf extends et{constructor(){super(...arguments),this.removePointerDownListener=J}onPointerDown(t){this.session=new rl(t,this.createPanHandlers(),{transformPagePoint:this.node.getTransformPagePoint(),contextWindow:cl(this.node)})}createPanHandlers(){const{onPanSessionStart:t,onPanStart:n,onPan:r,onPanEnd:i}=this.node.getProps();return{onSessionStart:Ps(t),onStart:Ps(n),onMove:r,onEnd:(s,o)=>{delete this.session,i&&Y.update(()=>i(s,o))}}}mount(){this.removePointerDownListener=$e(this.node.current,"pointerdown",t=>this.onPointerDown(t))}update(){this.session&&this.session.updateHandlers(this.createPanHandlers())}unmount(){this.removePointerDownListener(),this.session&&this.session.end()}}function uf(){const e=P.useContext(ei);if(e===null)return[!0,null];const{isPresent:t,onExitComplete:n,register:r}=e,i=P.useId();return P.useEffect(()=>r(i),[]),!t&&n?[!1,()=>n&&n(i)]:[!0]}const Tn={hasAnimatedSinceResize:!0,hasEverUpdated:!1};function _s(e,t){return t.max===t.min?0:e/(t.max-t.min)*100}const $t={correct:(e,t)=>{if(!t.target)return e;if(typeof e=="string")if(j.test(e))e=parseFloat(e);else return e;const n=_s(e,t.target.x),r=_s(e,t.target.y);return`${n}% ${r}%`}},df={correct:(e,{treeScale:t,projectionDelta:n})=>{const r=e,i=Qe.parse(e);if(i.length>5)return r;const s=Qe.createTransformer(e),o=typeof i[0]!="number"?1:0,a=n.x.scale*t.x,l=n.y.scale*t.y;i[0+o]/=a,i[1+o]/=l;const c=K(a,l,.5);return typeof i[2+o]=="number"&&(i[2+o]/=c),typeof i[3+o]=="number"&&(i[3+o]/=c),s(i)}};class ff extends P.Component{componentDidMount(){const{visualElement:t,layoutGroup:n,switchLayoutGroup:r,layoutId:i}=this.props,{projection:s}=t;bu(hf),s&&(n.group&&n.group.add(s),r&&r.register&&i&&r.register(s),s.root.didUpdate(),s.addEventListener("animationComplete",()=>{this.safeToRemove()}),s.setOptions({...s.options,onExitComplete:()=>this.safeToRemove()})),Tn.hasEverUpdated=!0}getSnapshotBeforeUpdate(t){const{layoutDependency:n,visualElement:r,drag:i,isPresent:s}=this.props,o=r.projection;return o&&(o.isPresent=s,i||t.layoutDependency!==n||n===void 0?o.willUpdate():this.safeToRemove(),t.isPresent!==s&&(s?o.promote():o.relegate()||Y.postRender(()=>{const a=o.getStack();(!a||!a.members.length)&&this.safeToRemove()}))),null}componentDidUpdate(){const{projection:t}=this.props.visualElement;t&&(t.root.didUpdate(),queueMicrotask(()=>{!t.currentAnimation&&t.isLead()&&this.safeToRemove()}))}componentWillUnmount(){const{visualElement:t,layoutGroup:n,switchLayoutGroup:r}=this.props,{projection:i}=t;i&&(i.scheduleCheckAfterUnmount(),n&&n.group&&n.group.remove(i),r&&r.deregister&&r.deregister(i))}safeToRemove(){const{safeToRemove:t}=this.props;t&&t()}render(){return null}}function ul(e){const[t,n]=uf(),r=P.useContext(sa);return P.createElement(ff,{...e,layoutGroup:r,switchLayoutGroup:P.useContext(oa),isPresent:t,safeToRemove:n})}const hf={borderRadius:{...$t,applyTo:["borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius"]},borderTopLeftRadius:$t,borderTopRightRadius:$t,borderBottomLeftRadius:$t,borderBottomRightRadius:$t,boxShadow:df},dl=["TopLeft","TopRight","BottomLeft","BottomRight"],pf=dl.length,As=e=>typeof e=="string"?parseFloat(e):e,Os=e=>typeof e=="number"||j.test(e);function mf(e,t,n,r,i,s){i?(e.opacity=K(0,n.opacity!==void 0?n.opacity:1,gf(r)),e.opacityExit=K(t.opacity!==void 0?t.opacity:1,0,yf(r))):s&&(e.opacity=K(t.opacity!==void 0?t.opacity:1,n.opacity!==void 0?n.opacity:1,r));for(let o=0;o<pf;o++){const a=`border${dl[o]}Radius`;let l=ks(t,a),c=ks(n,a);if(l===void 0&&c===void 0)continue;l||(l=0),c||(c=0),l===0||c===0||Os(l)===Os(c)?(e[a]=Math.max(K(As(l),As(c),r),0),(je.test(c)||je.test(l))&&(e[a]+="%")):e[a]=c}(t.rotate||n.rotate)&&(e.rotate=K(t.rotate||0,n.rotate||0,r))}function ks(e,t){return e[t]!==void 0?e[t]:e.borderRadius}const gf=fl(0,.5,Da),yf=fl(.5,.95,J);function fl(e,t,n){return r=>r<e?0:r>t?1:n(Xt(e,t,r))}function Ms(e,t){e.min=t.min,e.max=t.max}function xe(e,t){Ms(e.x,t.x),Ms(e.y,t.y)}function js(e,t,n,r,i){return e-=t,e=Bn(e,1/n,r),i!==void 0&&(e=Bn(e,1/i,r)),e}function vf(e,t=0,n=1,r=.5,i,s=e,o=e){if(je.test(t)&&(t=parseFloat(t),t=K(o.min,o.max,t/100)-o.min),typeof t!="number")return;let a=K(s.min,s.max,r);e===s&&(a-=t),e.min=js(e.min,t,n,a,i),e.max=js(e.max,t,n,a,i)}function Rs(e,t,[n,r,i],s,o){vf(e,t[n],t[r],t[i],t.scale,s,o)}const bf=["x","scaleX","originX"],xf=["y","scaleY","originY"];function Ds(e,t,n,r){Rs(e.x,t,bf,n?n.x:void 0,r?r.x:void 0),Rs(e.y,t,xf,n?n.y:void 0,r?r.y:void 0)}function Ns(e){return e.translate===0&&e.scale===1}function hl(e){return Ns(e.x)&&Ns(e.y)}function wf(e,t){return e.x.min===t.x.min&&e.x.max===t.x.max&&e.y.min===t.y.min&&e.y.max===t.y.max}function pl(e,t){return Math.round(e.x.min)===Math.round(t.x.min)&&Math.round(e.x.max)===Math.round(t.x.max)&&Math.round(e.y.min)===Math.round(t.y.min)&&Math.round(e.y.max)===Math.round(t.y.max)}function Vs(e){return ve(e.x)/ve(e.y)}class Sf{constructor(){this.members=[]}add(t){yi(this.members,t),t.scheduleRender()}remove(t){if(bi(this.members,t),t===this.prevLead&&(this.prevLead=void 0),t===this.lead){const n=this.members[this.members.length-1];n&&this.promote(n)}}relegate(t){const n=this.members.findIndex(i=>t===i);if(n===0)return!1;let r;for(let i=n;i>=0;i--){const s=this.members[i];if(s.isPresent!==!1){r=s;break}}return r?(this.promote(r),!0):!1}promote(t,n){const r=this.lead;if(t!==r&&(this.prevLead=r,this.lead=t,t.show(),r)){r.instance&&r.scheduleRender(),t.scheduleRender(),t.resumeFrom=r,n&&(t.resumeFrom.preserveOpacity=!0),r.snapshot&&(t.snapshot=r.snapshot,t.snapshot.latestValues=r.animationValues||r.latestValues),t.root&&t.root.isUpdating&&(t.isLayoutDirty=!0);const{crossfade:i}=t.options;i===!1&&r.hide()}}exitAnimationComplete(){this.members.forEach(t=>{const{options:n,resumingFrom:r}=t;n.onExitComplete&&n.onExitComplete(),r&&r.options.onExitComplete&&r.options.onExitComplete()})}scheduleRender(){this.members.forEach(t=>{t.instance&&t.scheduleRender(!1)})}removeLeadSnapshot(){this.lead&&this.lead.snapshot&&(this.lead.snapshot=void 0)}}function Is(e,t,n){let r="";const i=e.x.translate/t.x,s=e.y.translate/t.y;if((i||s)&&(r=`translate3d(${i}px, ${s}px, 0) `),(t.x!==1||t.y!==1)&&(r+=`scale(${1/t.x}, ${1/t.y}) `),n){const{rotate:l,rotateX:c,rotateY:d}=n;l&&(r+=`rotate(${l}deg) `),c&&(r+=`rotateX(${c}deg) `),d&&(r+=`rotateY(${d}deg) `)}const o=e.x.scale*t.x,a=e.y.scale*t.y;return(o!==1||a!==1)&&(r+=`scale(${o}, ${a})`),r||"none"}const Ef=(e,t)=>e.depth-t.depth;class Tf{constructor(){this.children=[],this.isDirty=!1}add(t){yi(this.children,t),this.isDirty=!0}remove(t){bi(this.children,t),this.isDirty=!0}forEach(t){this.isDirty&&this.children.sort(Ef),this.isDirty=!1,this.children.forEach(t)}}function Cf(e,t){const n=performance.now(),r=({timestamp:i})=>{const s=i-n;s>=t&&(Fe(r),e(s-t))};return Y.read(r,!0),()=>Fe(r)}function Pf(e){window.MotionDebug&&window.MotionDebug.record(e)}function _f(e){return e instanceof SVGElement&&e.tagName!=="svg"}function Af(e,t,n){const r=fe(e)?e:At(e);return r.start(gi("",r,t,n)),r.animation}const Ls=["","X","Y","Z"],Of={visibility:"hidden"},$s=1e3;let kf=0;const st={type:"projectionFrame",totalNodes:0,resolvedTargetDeltas:0,recalculatedProjection:0};function ml({attachResizeListener:e,defaultParent:t,measureScroll:n,checkIsScrollRoot:r,resetTransform:i}){return class{constructor(o={},a=t==null?void 0:t()){this.id=kf++,this.animationId=0,this.children=new Set,this.options={},this.isTreeAnimating=!1,this.isAnimationBlocked=!1,this.isLayoutDirty=!1,this.isProjectionDirty=!1,this.isSharedProjectionDirty=!1,this.isTransformDirty=!1,this.updateManuallyBlocked=!1,this.updateBlockedByResize=!1,this.isUpdating=!1,this.isSVG=!1,this.needsReset=!1,this.shouldResetTransform=!1,this.treeScale={x:1,y:1},this.eventHandlers=new Map,this.hasTreeAnimated=!1,this.updateScheduled=!1,this.projectionUpdateScheduled=!1,this.checkUpdateFailed=()=>{this.isUpdating&&(this.isUpdating=!1,this.clearAllSnapshots())},this.updateProjection=()=>{this.projectionUpdateScheduled=!1,st.totalNodes=st.resolvedTargetDeltas=st.recalculatedProjection=0,this.nodes.forEach(Rf),this.nodes.forEach(Lf),this.nodes.forEach($f),this.nodes.forEach(Df),Pf(st)},this.hasProjected=!1,this.isVisible=!0,this.animationProgress=0,this.sharedNodes=new Map,this.latestValues=o,this.root=a?a.root||a:this,this.path=a?[...a.path,a]:[],this.parent=a,this.depth=a?a.depth+1:0;for(let l=0;l<this.path.length;l++)this.path[l].shouldResetTransform=!0;this.root===this&&(this.nodes=new Tf)}addEventListener(o,a){return this.eventHandlers.has(o)||this.eventHandlers.set(o,new xi),this.eventHandlers.get(o).add(a)}notifyListeners(o,...a){const l=this.eventHandlers.get(o);l&&l.notify(...a)}hasListeners(o){return this.eventHandlers.has(o)}mount(o,a=this.root.hasTreeAnimated){if(this.instance)return;this.isSVG=_f(o),this.instance=o;const{layoutId:l,layout:c,visualElement:d}=this.options;if(d&&!d.current&&d.mount(o),this.root.nodes.add(this),this.parent&&this.parent.children.add(this),a&&(c||l)&&(this.isLayoutDirty=!0),e){let u;const h=()=>this.root.updateBlockedByResize=!1;e(o,()=>{this.root.updateBlockedByResize=!0,u&&u(),u=Cf(h,250),Tn.hasAnimatedSinceResize&&(Tn.hasAnimatedSinceResize=!1,this.nodes.forEach(Fs))})}l&&this.root.registerSharedNode(l,this),this.options.animate!==!1&&d&&(l||c)&&this.addEventListener("didUpdate",({delta:u,hasLayoutChanged:h,hasRelativeTargetChanged:p,layout:y})=>{if(this.isTreeAnimationBlocked()){this.target=void 0,this.relativeTarget=void 0;return}const f=this.options.transition||d.getDefaultTransition()||Uf,{onLayoutAnimationStart:m,onLayoutAnimationComplete:b}=d.getProps(),w=!this.targetLayout||!pl(this.targetLayout,y)||p,x=!h&&p;if(this.options.layoutRoot||this.resumeFrom&&this.resumeFrom.instance||x||h&&(w||!this.currentAnimation)){this.resumeFrom&&(this.resumingFrom=this.resumeFrom,this.resumingFrom.resumingFrom=void 0),this.setAnimationOrigin(u,x);const S={...mi(f,"layout"),onPlay:m,onComplete:b};(d.shouldReduceMotion||this.options.layoutRoot)&&(S.delay=0,S.type=!1),this.startAnimation(S)}else h||Fs(this),this.isLead()&&this.options.onExitComplete&&this.options.onExitComplete();this.targetLayout=y})}unmount(){this.options.layoutId&&this.willUpdate(),this.root.nodes.remove(this);const o=this.getStack();o&&o.remove(this),this.parent&&this.parent.children.delete(this),this.instance=void 0,Fe(this.updateProjection)}blockUpdate(){this.updateManuallyBlocked=!0}unblockUpdate(){this.updateManuallyBlocked=!1}isUpdateBlocked(){return this.updateManuallyBlocked||this.updateBlockedByResize}isTreeAnimationBlocked(){return this.isAnimationBlocked||this.parent&&this.parent.isTreeAnimationBlocked()||!1}startUpdate(){this.isUpdateBlocked()||(this.isUpdating=!0,this.nodes&&this.nodes.forEach(zf),this.animationId++)}getTransformTemplate(){const{visualElement:o}=this.options;return o&&o.getProps().transformTemplate}willUpdate(o=!0){if(this.root.hasTreeAnimated=!0,this.root.isUpdateBlocked()){this.options.onExitComplete&&this.options.onExitComplete();return}if(!this.root.isUpdating&&this.root.startUpdate(),this.isLayoutDirty)return;this.isLayoutDirty=!0;for(let d=0;d<this.path.length;d++){const u=this.path[d];u.shouldResetTransform=!0,u.updateScroll("snapshot"),u.options.layoutRoot&&u.willUpdate(!1)}const{layoutId:a,layout:l}=this.options;if(a===void 0&&!l)return;const c=this.getTransformTemplate();this.prevTransformTemplateValue=c?c(this.latestValues,""):void 0,this.updateSnapshot(),o&&this.notifyListeners("willUpdate")}update(){if(this.updateScheduled=!1,this.isUpdateBlocked()){this.unblockUpdate(),this.clearAllSnapshots(),this.nodes.forEach(zs);return}this.isUpdating||this.nodes.forEach(Vf),this.isUpdating=!1,this.nodes.forEach(If),this.nodes.forEach(Mf),this.nodes.forEach(jf),this.clearAllSnapshots();const a=performance.now();se.delta=Je(0,1e3/60,a-se.timestamp),se.timestamp=a,se.isProcessing=!0,yr.update.process(se),yr.preRender.process(se),yr.render.process(se),se.isProcessing=!1}didUpdate(){this.updateScheduled||(this.updateScheduled=!0,queueMicrotask(()=>this.update()))}clearAllSnapshots(){this.nodes.forEach(Nf),this.sharedNodes.forEach(Ff)}scheduleUpdateProjection(){this.projectionUpdateScheduled||(this.projectionUpdateScheduled=!0,Y.preRender(this.updateProjection,!1,!0))}scheduleCheckAfterUnmount(){Y.postRender(()=>{this.isLayoutDirty?this.root.didUpdate():this.root.checkUpdateFailed()})}updateSnapshot(){this.snapshot||!this.instance||(this.snapshot=this.measure())}updateLayout(){if(!this.instance||(this.updateScroll(),!(this.options.alwaysMeasureLayout&&this.isLead())&&!this.isLayoutDirty))return;if(this.resumeFrom&&!this.resumeFrom.instance)for(let l=0;l<this.path.length;l++)this.path[l].updateScroll();const o=this.layout;this.layout=this.measure(!1),this.layoutCorrected=te(),this.isLayoutDirty=!1,this.projectionDelta=void 0,this.notifyListeners("measure",this.layout.layoutBox);const{visualElement:a}=this.options;a&&a.notify("LayoutMeasure",this.layout.layoutBox,o?o.layoutBox:void 0)}updateScroll(o="measure"){let a=!!(this.options.layoutScroll&&this.instance);this.scroll&&this.scroll.animationId===this.root.animationId&&this.scroll.phase===o&&(a=!1),a&&(this.scroll={animationId:this.root.animationId,phase:o,isRoot:r(this.instance),offset:n(this.instance)})}resetTransform(){if(!i)return;const o=this.isLayoutDirty||this.shouldResetTransform,a=this.projectionDelta&&!hl(this.projectionDelta),l=this.getTransformTemplate(),c=l?l(this.latestValues,""):void 0,d=c!==this.prevTransformTemplateValue;o&&(a||it(this.latestValues)||d)&&(i(this.instance,c),this.shouldResetTransform=!1,this.scheduleRender())}measure(o=!0){const a=this.measurePageBox();let l=this.removeElementScroll(a);return o&&(l=this.removeTransform(l)),Hf(l),{animationId:this.root.animationId,measuredBox:a,layoutBox:l,latestValues:{},source:this.id}}measurePageBox(){const{visualElement:o}=this.options;if(!o)return te();const a=o.measureViewportBox(),{scroll:l}=this.root;return l&&(qe(a.x,l.offset.x),qe(a.y,l.offset.y)),a}removeElementScroll(o){const a=te();xe(a,o);for(let l=0;l<this.path.length;l++){const c=this.path[l],{scroll:d,options:u}=c;if(c!==this.root&&d&&u.layoutScroll){if(d.isRoot){xe(a,o);const{scroll:h}=this.root;h&&(qe(a.x,-h.offset.x),qe(a.y,-h.offset.y))}qe(a.x,d.offset.x),qe(a.y,d.offset.y)}}return a}applyTransform(o,a=!1){const l=te();xe(l,o);for(let c=0;c<this.path.length;c++){const d=this.path[c];!a&&d.options.layoutScroll&&d.scroll&&d!==d.root&&Tt(l,{x:-d.scroll.offset.x,y:-d.scroll.offset.y}),it(d.latestValues)&&Tt(l,d.latestValues)}return it(this.latestValues)&&Tt(l,this.latestValues),l}removeTransform(o){const a=te();xe(a,o);for(let l=0;l<this.path.length;l++){const c=this.path[l];if(!c.instance||!it(c.latestValues))continue;Br(c.latestValues)&&c.updateSnapshot();const d=te(),u=c.measurePageBox();xe(d,u),Ds(a,c.latestValues,c.snapshot?c.snapshot.layoutBox:void 0,d)}return it(this.latestValues)&&Ds(a,this.latestValues),a}setTargetDelta(o){this.targetDelta=o,this.root.scheduleUpdateProjection(),this.isProjectionDirty=!0}setOptions(o){this.options={...this.options,...o,crossfade:o.crossfade!==void 0?o.crossfade:!0}}clearMeasurements(){this.scroll=void 0,this.layout=void 0,this.snapshot=void 0,this.prevTransformTemplateValue=void 0,this.targetDelta=void 0,this.target=void 0,this.isLayoutDirty=!1}forceRelativeParentToResolveTarget(){this.relativeParent&&this.relativeParent.resolvedRelativeTargetAt!==se.timestamp&&this.relativeParent.resolveTargetDelta(!0)}resolveTargetDelta(o=!1){var a;const l=this.getLead();this.isProjectionDirty||(this.isProjectionDirty=l.isProjectionDirty),this.isTransformDirty||(this.isTransformDirty=l.isTransformDirty),this.isSharedProjectionDirty||(this.isSharedProjectionDirty=l.isSharedProjectionDirty);const c=!!this.resumingFrom||this!==l;if(!(o||c&&this.isSharedProjectionDirty||this.isProjectionDirty||!((a=this.parent)===null||a===void 0)&&a.isProjectionDirty||this.attemptToResolveRelativeTarget))return;const{layout:u,layoutId:h}=this.options;if(!(!this.layout||!(u||h))){if(this.resolvedRelativeTargetAt=se.timestamp,!this.targetDelta&&!this.relativeTarget){const p=this.getClosestProjectingParent();p&&p.layout&&this.animationProgress!==1?(this.relativeParent=p,this.forceRelativeParentToResolveTarget(),this.relativeTarget=te(),this.relativeTargetOrigin=te(),Yt(this.relativeTargetOrigin,this.layout.layoutBox,p.layout.layoutBox),xe(this.relativeTarget,this.relativeTargetOrigin)):this.relativeParent=this.relativeTarget=void 0}if(!(!this.relativeTarget&&!this.targetDelta)){if(this.target||(this.target=te(),this.targetWithTransforms=te()),this.relativeTarget&&this.relativeTargetOrigin&&this.relativeParent&&this.relativeParent.target?(this.forceRelativeParentToResolveTarget(),H0(this.target,this.relativeTarget,this.relativeParent.target)):this.targetDelta?(this.resumingFrom?this.target=this.applyTransform(this.layout.layoutBox):xe(this.target,this.layout.layoutBox),al(this.target,this.targetDelta)):xe(this.target,this.layout.layoutBox),this.attemptToResolveRelativeTarget){this.attemptToResolveRelativeTarget=!1;const p=this.getClosestProjectingParent();p&&!!p.resumingFrom==!!this.resumingFrom&&!p.options.layoutScroll&&p.target&&this.animationProgress!==1?(this.relativeParent=p,this.forceRelativeParentToResolveTarget(),this.relativeTarget=te(),this.relativeTargetOrigin=te(),Yt(this.relativeTargetOrigin,this.target,p.target),xe(this.relativeTarget,this.relativeTargetOrigin)):this.relativeParent=this.relativeTarget=void 0}st.resolvedTargetDeltas++}}}getClosestProjectingParent(){if(!(!this.parent||Br(this.parent.latestValues)||ol(this.parent.latestValues)))return this.parent.isProjecting()?this.parent:this.parent.getClosestProjectingParent()}isProjecting(){return!!((this.relativeTarget||this.targetDelta||this.options.layoutRoot)&&this.layout)}calcProjection(){var o;const a=this.getLead(),l=!!this.resumingFrom||this!==a;let c=!0;if((this.isProjectionDirty||!((o=this.parent)===null||o===void 0)&&o.isProjectionDirty)&&(c=!1),l&&(this.isSharedProjectionDirty||this.isTransformDirty)&&(c=!1),this.resolvedRelativeTargetAt===se.timestamp&&(c=!1),c)return;const{layout:d,layoutId:u}=this.options;if(this.isTreeAnimating=!!(this.parent&&this.parent.isTreeAnimating||this.currentAnimation||this.pendingAnimation),this.isTreeAnimating||(this.targetDelta=this.relativeTarget=void 0),!this.layout||!(d||u))return;xe(this.layoutCorrected,this.layout.layoutBox);const h=this.treeScale.x,p=this.treeScale.y;ef(this.layoutCorrected,this.treeScale,this.path,l),a.layout&&!a.target&&(this.treeScale.x!==1||this.treeScale.y!==1)&&(a.target=a.layout.layoutBox);const{target:y}=a;if(!y){this.projectionTransform&&(this.projectionDelta=Et(),this.projectionTransform="none",this.scheduleRender());return}this.projectionDelta||(this.projectionDelta=Et(),this.projectionDeltaWithTransform=Et());const f=this.projectionTransform;Ht(this.projectionDelta,this.layoutCorrected,y,this.latestValues),this.projectionTransform=Is(this.projectionDelta,this.treeScale),(this.projectionTransform!==f||this.treeScale.x!==h||this.treeScale.y!==p)&&(this.hasProjected=!0,this.scheduleRender(),this.notifyListeners("projectionUpdate",y)),st.recalculatedProjection++}hide(){this.isVisible=!1}show(){this.isVisible=!0}scheduleRender(o=!0){if(this.options.scheduleRender&&this.options.scheduleRender(),o){const a=this.getStack();a&&a.scheduleRender()}this.resumingFrom&&!this.resumingFrom.instance&&(this.resumingFrom=void 0)}setAnimationOrigin(o,a=!1){const l=this.snapshot,c=l?l.latestValues:{},d={...this.latestValues},u=Et();(!this.relativeParent||!this.relativeParent.options.layoutRoot)&&(this.relativeTarget=this.relativeTargetOrigin=void 0),this.attemptToResolveRelativeTarget=!a;const h=te(),p=l?l.source:void 0,y=this.layout?this.layout.source:void 0,f=p!==y,m=this.getStack(),b=!m||m.members.length<=1,w=!!(f&&!b&&this.options.crossfade===!0&&!this.path.some(Wf));this.animationProgress=0;let x;this.mixTargetDelta=S=>{const v=S/1e3;Bs(u.x,o.x,v),Bs(u.y,o.y,v),this.setTargetDelta(u),this.relativeTarget&&this.relativeTargetOrigin&&this.layout&&this.relativeParent&&this.relativeParent.layout&&(Yt(h,this.layout.layoutBox,this.relativeParent.layout.layoutBox),Bf(this.relativeTarget,this.relativeTargetOrigin,h,v),x&&wf(this.relativeTarget,x)&&(this.isProjectionDirty=!1),x||(x=te()),xe(x,this.relativeTarget)),f&&(this.animationValues=d,mf(d,c,this.latestValues,v,w,b)),this.root.scheduleUpdateProjection(),this.scheduleRender(),this.animationProgress=v},this.mixTargetDelta(this.options.layoutRoot?1e3:0)}startAnimation(o){this.notifyListeners("animationStart"),this.currentAnimation&&this.currentAnimation.stop(),this.resumingFrom&&this.resumingFrom.currentAnimation&&this.resumingFrom.currentAnimation.stop(),this.pendingAnimation&&(Fe(this.pendingAnimation),this.pendingAnimation=void 0),this.pendingAnimation=Y.update(()=>{Tn.hasAnimatedSinceResize=!0,this.currentAnimation=Af(0,$s,{...o,onUpdate:a=>{this.mixTargetDelta(a),o.onUpdate&&o.onUpdate(a)},onComplete:()=>{o.onComplete&&o.onComplete(),this.completeAnimation()}}),this.resumingFrom&&(this.resumingFrom.currentAnimation=this.currentAnimation),this.pendingAnimation=void 0})}completeAnimation(){this.resumingFrom&&(this.resumingFrom.currentAnimation=void 0,this.resumingFrom.preserveOpacity=void 0);const o=this.getStack();o&&o.exitAnimationComplete(),this.resumingFrom=this.currentAnimation=this.animationValues=void 0,this.notifyListeners("animationComplete")}finishAnimation(){this.currentAnimation&&(this.mixTargetDelta&&this.mixTargetDelta($s),this.currentAnimation.stop()),this.completeAnimation()}applyTransformsToTarget(){const o=this.getLead();let{targetWithTransforms:a,target:l,layout:c,latestValues:d}=o;if(!(!a||!l||!c)){if(this!==o&&this.layout&&c&&gl(this.options.animationType,this.layout.layoutBox,c.layoutBox)){l=this.target||te();const u=ve(this.layout.layoutBox.x);l.x.min=o.target.x.min,l.x.max=l.x.min+u;const h=ve(this.layout.layoutBox.y);l.y.min=o.target.y.min,l.y.max=l.y.min+h}xe(a,l),Tt(a,d),Ht(this.projectionDeltaWithTransform,this.layoutCorrected,a,d)}}registerSharedNode(o,a){this.sharedNodes.has(o)||this.sharedNodes.set(o,new Sf),this.sharedNodes.get(o).add(a);const c=a.options.initialPromotionConfig;a.promote({transition:c?c.transition:void 0,preserveFollowOpacity:c&&c.shouldPreserveFollowOpacity?c.shouldPreserveFollowOpacity(a):void 0})}isLead(){const o=this.getStack();return o?o.lead===this:!0}getLead(){var o;const{layoutId:a}=this.options;return a?((o=this.getStack())===null||o===void 0?void 0:o.lead)||this:this}getPrevLead(){var o;const{layoutId:a}=this.options;return a?(o=this.getStack())===null||o===void 0?void 0:o.prevLead:void 0}getStack(){const{layoutId:o}=this.options;if(o)return this.root.sharedNodes.get(o)}promote({needsReset:o,transition:a,preserveFollowOpacity:l}={}){const c=this.getStack();c&&c.promote(this,l),o&&(this.projectionDelta=void 0,this.needsReset=!0),a&&this.setOptions({transition:a})}relegate(){const o=this.getStack();return o?o.relegate(this):!1}resetRotation(){const{visualElement:o}=this.options;if(!o)return;let a=!1;const{latestValues:l}=o;if((l.rotate||l.rotateX||l.rotateY||l.rotateZ)&&(a=!0),!a)return;const c={};for(let d=0;d<Ls.length;d++){const u="rotate"+Ls[d];l[u]&&(c[u]=l[u],o.setStaticValue(u,0))}o.render();for(const d in c)o.setStaticValue(d,c[d]);o.scheduleRender()}getProjectionStyles(o){var a,l;if(!this.instance||this.isSVG)return;if(!this.isVisible)return Of;const c={visibility:""},d=this.getTransformTemplate();if(this.needsReset)return this.needsReset=!1,c.opacity="",c.pointerEvents=En(o==null?void 0:o.pointerEvents)||"",c.transform=d?d(this.latestValues,""):"none",c;const u=this.getLead();if(!this.projectionDelta||!this.layout||!u.target){const f={};return this.options.layoutId&&(f.opacity=this.latestValues.opacity!==void 0?this.latestValues.opacity:1,f.pointerEvents=En(o==null?void 0:o.pointerEvents)||""),this.hasProjected&&!it(this.latestValues)&&(f.transform=d?d({},""):"none",this.hasProjected=!1),f}const h=u.animationValues||u.latestValues;this.applyTransformsToTarget(),c.transform=Is(this.projectionDeltaWithTransform,this.treeScale,h),d&&(c.transform=d(h,c.transform));const{x:p,y}=this.projectionDelta;c.transformOrigin=`${p.origin*100}% ${y.origin*100}% 0`,u.animationValues?c.opacity=u===this?(l=(a=h.opacity)!==null&&a!==void 0?a:this.latestValues.opacity)!==null&&l!==void 0?l:1:this.preserveOpacity?this.latestValues.opacity:h.opacityExit:c.opacity=u===this?h.opacity!==void 0?h.opacity:"":h.opacityExit!==void 0?h.opacityExit:0;for(const f in Nn){if(h[f]===void 0)continue;const{correct:m,applyTo:b}=Nn[f],w=c.transform==="none"?h[f]:m(h[f],u);if(b){const x=b.length;for(let S=0;S<x;S++)c[b[S]]=w}else c[f]=w}return this.options.layoutId&&(c.pointerEvents=u===this?En(o==null?void 0:o.pointerEvents)||"":"none"),c}clearSnapshot(){this.resumeFrom=this.snapshot=void 0}resetTree(){this.root.nodes.forEach(o=>{var a;return(a=o.currentAnimation)===null||a===void 0?void 0:a.stop()}),this.root.nodes.forEach(zs),this.root.sharedNodes.clear()}}}function Mf(e){e.updateLayout()}function jf(e){var t;const n=((t=e.resumeFrom)===null||t===void 0?void 0:t.snapshot)||e.snapshot;if(e.isLead()&&e.layout&&n&&e.hasListeners("didUpdate")){const{layoutBox:r,measuredBox:i}=e.layout,{animationType:s}=e.options,o=n.source!==e.layout.source;s==="size"?we(u=>{const h=o?n.measuredBox[u]:n.layoutBox[u],p=ve(h);h.min=r[u].min,h.max=h.min+p}):gl(s,n.layoutBox,r)&&we(u=>{const h=o?n.measuredBox[u]:n.layoutBox[u],p=ve(r[u]);h.max=h.min+p,e.relativeTarget&&!e.currentAnimation&&(e.isProjectionDirty=!0,e.relativeTarget[u].max=e.relativeTarget[u].min+p)});const a=Et();Ht(a,r,n.layoutBox);const l=Et();o?Ht(l,e.applyTransform(i,!0),n.measuredBox):Ht(l,r,n.layoutBox);const c=!hl(a);let d=!1;if(!e.resumeFrom){const u=e.getClosestProjectingParent();if(u&&!u.resumeFrom){const{snapshot:h,layout:p}=u;if(h&&p){const y=te();Yt(y,n.layoutBox,h.layoutBox);const f=te();Yt(f,r,p.layoutBox),pl(y,f)||(d=!0),u.options.layoutRoot&&(e.relativeTarget=f,e.relativeTargetOrigin=y,e.relativeParent=u)}}}e.notifyListeners("didUpdate",{layout:r,snapshot:n,delta:l,layoutDelta:a,hasLayoutChanged:c,hasRelativeTargetChanged:d})}else if(e.isLead()){const{onExitComplete:r}=e.options;r&&r()}e.options.transition=void 0}function Rf(e){st.totalNodes++,e.parent&&(e.isProjecting()||(e.isProjectionDirty=e.parent.isProjectionDirty),e.isSharedProjectionDirty||(e.isSharedProjectionDirty=!!(e.isProjectionDirty||e.parent.isProjectionDirty||e.parent.isSharedProjectionDirty)),e.isTransformDirty||(e.isTransformDirty=e.parent.isTransformDirty))}function Df(e){e.isProjectionDirty=e.isSharedProjectionDirty=e.isTransformDirty=!1}function Nf(e){e.clearSnapshot()}function zs(e){e.clearMeasurements()}function Vf(e){e.isLayoutDirty=!1}function If(e){const{visualElement:t}=e.options;t&&t.getProps().onBeforeLayoutMeasure&&t.notify("BeforeLayoutMeasure"),e.resetTransform()}function Fs(e){e.finishAnimation(),e.targetDelta=e.relativeTarget=e.target=void 0,e.isProjectionDirty=!0}function Lf(e){e.resolveTargetDelta()}function $f(e){e.calcProjection()}function zf(e){e.resetRotation()}function Ff(e){e.removeLeadSnapshot()}function Bs(e,t,n){e.translate=K(t.translate,0,n),e.scale=K(t.scale,1,n),e.origin=t.origin,e.originPoint=t.originPoint}function Ws(e,t,n,r){e.min=K(t.min,n.min,r),e.max=K(t.max,n.max,r)}function Bf(e,t,n,r){Ws(e.x,t.x,n.x,r),Ws(e.y,t.y,n.y,r)}function Wf(e){return e.animationValues&&e.animationValues.opacityExit!==void 0}const Uf={duration:.45,ease:[.4,0,.1,1]},Us=e=>typeof navigator<"u"&&navigator.userAgent.toLowerCase().includes(e),Hs=Us("applewebkit/")&&!Us("chrome/")?Math.round:J;function Ys(e){e.min=Hs(e.min),e.max=Hs(e.max)}function Hf(e){Ys(e.x),Ys(e.y)}function gl(e,t,n){return e==="position"||e==="preserve-aspect"&&!zr(Vs(t),Vs(n),.2)}const Yf=ml({attachResizeListener:(e,t)=>Le(e,"resize",t),measureScroll:()=>({x:document.documentElement.scrollLeft||document.body.scrollLeft,y:document.documentElement.scrollTop||document.body.scrollTop}),checkIsScrollRoot:()=>!0}),Ar={current:void 0},yl=ml({measureScroll:e=>({x:e.scrollLeft,y:e.scrollTop}),defaultParent:()=>{if(!Ar.current){const e=new Yf({});e.mount(window),e.setOptions({layoutScroll:!0}),Ar.current=e}return Ar.current},resetTransform:(e,t)=>{e.style.transform=t!==void 0?t:"none"},checkIsScrollRoot:e=>window.getComputedStyle(e).position==="fixed"}),Gf={pan:{Feature:cf},drag:{Feature:lf,ProjectionNode:yl,MeasureLayout:ul}},qf=/var\((--[a-zA-Z0-9-_]+),? ?([a-zA-Z0-9 ()%#.,-]+)?\)/;function Kf(e){const t=qf.exec(e);if(!t)return[,];const[,n,r]=t;return[n,r]}const Xf=4;function Ur(e,t,n=1){Oe(n<=Xf,`Max CSS variable fallback depth detected in property "${e}". This may indicate a circular fallback dependency.`);const[r,i]=Kf(e);if(!r)return;const s=window.getComputedStyle(t).getPropertyValue(r);if(s){const o=s.trim();return Qa(o)?parseFloat(o):o}else return Rr(i)?Ur(i,t,n+1):i}function Zf(e,{...t},n){const r=e.current;if(!(r instanceof Element))return{target:t,transitionEnd:n};n&&(n={...n}),e.values.forEach(i=>{const s=i.get();if(!Rr(s))return;const o=Ur(s,r);o&&i.set(o)});for(const i in t){const s=t[i];if(!Rr(s))continue;const o=Ur(s,r);o&&(t[i]=o,n||(n={}),n[i]===void 0&&(n[i]=s))}return{target:t,transitionEnd:n}}const Jf=new Set(["width","height","top","left","right","bottom","x","y","translateX","translateY"]),vl=e=>Jf.has(e),Qf=e=>Object.keys(e).some(vl),bn=e=>e===ct||e===j,Gs=(e,t)=>parseFloat(e.split(", ")[t]),qs=(e,t)=>(n,{transform:r})=>{if(r==="none"||!r)return 0;const i=r.match(/^matrix3d\((.+)\)$/);if(i)return Gs(i[1],t);{const s=r.match(/^matrix\((.+)\)$/);return s?Gs(s[1],e):0}},eh=new Set(["x","y","z"]),th=nn.filter(e=>!eh.has(e));function nh(e){const t=[];return th.forEach(n=>{const r=e.getValue(n);r!==void 0&&(t.push([n,r.get()]),r.set(n.startsWith("scale")?1:0))}),t.length&&e.render(),t}const Ot={width:({x:e},{paddingLeft:t="0",paddingRight:n="0"})=>e.max-e.min-parseFloat(t)-parseFloat(n),height:({y:e},{paddingTop:t="0",paddingBottom:n="0"})=>e.max-e.min-parseFloat(t)-parseFloat(n),top:(e,{top:t})=>parseFloat(t),left:(e,{left:t})=>parseFloat(t),bottom:({y:e},{top:t})=>parseFloat(t)+(e.max-e.min),right:({x:e},{left:t})=>parseFloat(t)+(e.max-e.min),x:qs(4,13),y:qs(5,14)};Ot.translateX=Ot.x;Ot.translateY=Ot.y;const rh=(e,t,n)=>{const r=t.measureViewportBox(),i=t.current,s=getComputedStyle(i),{display:o}=s,a={};o==="none"&&t.setStaticValue("display",e.display||"block"),n.forEach(c=>{a[c]=Ot[c](r,s)}),t.render();const l=t.measureViewportBox();return n.forEach(c=>{const d=t.getValue(c);d&&d.jump(a[c]),e[c]=Ot[c](l,s)}),e},ih=(e,t,n={},r={})=>{t={...t},r={...r};const i=Object.keys(t).filter(vl);let s=[],o=!1;const a=[];if(i.forEach(l=>{const c=e.getValue(l);if(!e.hasValue(l))return;let d=n[l],u=Lt(d);const h=t[l];let p;if(In(h)){const y=h.length,f=h[0]===null?1:0;d=h[f],u=Lt(d);for(let m=f;m<y&&h[m]!==null;m++)p?Oe(Lt(h[m])===p,"All keyframes must be of the same type"):(p=Lt(h[m]),Oe(p===u||bn(u)&&bn(p),"Keyframes must be of the same dimension as the current value"))}else p=Lt(h);if(u!==p)if(bn(u)&&bn(p)){const y=c.get();typeof y=="string"&&c.set(parseFloat(y)),typeof h=="string"?t[l]=parseFloat(h):Array.isArray(h)&&p===j&&(t[l]=h.map(parseFloat))}else u!=null&&u.transform&&(p!=null&&p.transform)&&(d===0||h===0)?d===0?c.set(p.transform(d)):t[l]=u.transform(h):(o||(s=nh(e),o=!0),a.push(l),r[l]=r[l]!==void 0?r[l]:t[l],c.jump(h))}),a.length){const l=a.indexOf("height")>=0?window.pageYOffset:null,c=rh(t,e,a);return s.length&&s.forEach(([d,u])=>{e.getValue(d).set(u)}),e.render(),Kn&&l!==null&&window.scrollTo({top:l}),{target:c,transitionEnd:r}}else return{target:t,transitionEnd:r}};function sh(e,t,n,r){return Qf(t)?ih(e,t,n,r):{target:t,transitionEnd:r}}const oh=(e,t,n,r)=>{const i=Zf(e,t,r);return t=i.target,r=i.transitionEnd,sh(e,t,n,r)},Hr={current:null},bl={current:!1};function ah(){if(bl.current=!0,!!Kn)if(window.matchMedia){const e=window.matchMedia("(prefers-reduced-motion)"),t=()=>Hr.current=e.matches;e.addListener(t),t()}else Hr.current=!1}function lh(e,t,n){const{willChange:r}=t;for(const i in t){const s=t[i],o=n[i];if(fe(s))e.addValue(i,s),Fn(r)&&r.add(i),process.env.NODE_ENV==="development"&&wi(s.version==="10.18.0",`Attempting to mix Framer Motion versions ${s.version} with 10.18.0 may not work as expected.`);else if(fe(o))e.addValue(i,At(s,{owner:e})),Fn(r)&&r.remove(i);else if(o!==s)if(e.hasValue(i)){const a=e.getValue(i);!a.hasAnimated&&a.set(s)}else{const a=e.getStaticValue(i);e.addValue(i,At(a!==void 0?a:s,{owner:e}))}}for(const i in n)t[i]===void 0&&e.removeValue(i);return t}const Ks=new WeakMap,xl=Object.keys(Kt),ch=xl.length,Xs=["AnimationStart","AnimationComplete","Update","BeforeLayoutMeasure","LayoutMeasure","LayoutAnimationStart","LayoutAnimationComplete"],uh=ri.length;class dh{constructor({parent:t,props:n,presenceContext:r,reducedMotionConfig:i,visualState:s},o={}){this.current=null,this.children=new Set,this.isVariantNode=!1,this.isControllingVariants=!1,this.shouldReduceMotion=null,this.values=new Map,this.features={},this.valueSubscriptions=new Map,this.prevMotionValues={},this.events={},this.propEventSubscriptions={},this.notifyUpdate=()=>this.notify("Update",this.latestValues),this.render=()=>{this.current&&(this.triggerBuild(),this.renderInstance(this.current,this.renderState,this.props.style,this.projection))},this.scheduleRender=()=>Y.render(this.render,!1,!0);const{latestValues:a,renderState:l}=s;this.latestValues=a,this.baseTarget={...a},this.initialValues=n.initial?{...a}:{},this.renderState=l,this.parent=t,this.props=n,this.presenceContext=r,this.depth=t?t.depth+1:0,this.reducedMotionConfig=i,this.options=o,this.isControllingVariants=Zn(n),this.isVariantNode=ia(n),this.isVariantNode&&(this.variantChildren=new Set),this.manuallyAnimateOnMount=!!(t&&t.current);const{willChange:c,...d}=this.scrapeMotionValuesFromProps(n,{});for(const u in d){const h=d[u];a[u]!==void 0&&fe(h)&&(h.set(a[u],!1),Fn(c)&&c.add(u))}}scrapeMotionValuesFromProps(t,n){return{}}mount(t){this.current=t,Ks.set(t,this),this.projection&&!this.projection.instance&&this.projection.mount(t),this.parent&&this.isVariantNode&&!this.isControllingVariants&&(this.removeFromVariantTree=this.parent.addVariantChild(this)),this.values.forEach((n,r)=>this.bindToMotionValue(r,n)),bl.current||ah(),this.shouldReduceMotion=this.reducedMotionConfig==="never"?!1:this.reducedMotionConfig==="always"?!0:Hr.current,process.env.NODE_ENV!=="production"&&wi(this.shouldReduceMotion!==!0,"You have Reduced Motion enabled on your device. Animations may not appear as expected."),this.parent&&this.parent.children.add(this),this.update(this.props,this.presenceContext)}unmount(){Ks.delete(this.current),this.projection&&this.projection.unmount(),Fe(this.notifyUpdate),Fe(this.render),this.valueSubscriptions.forEach(t=>t()),this.removeFromVariantTree&&this.removeFromVariantTree(),this.parent&&this.parent.children.delete(this);for(const t in this.events)this.events[t].clear();for(const t in this.features)this.features[t].unmount();this.current=null}bindToMotionValue(t,n){const r=lt.has(t),i=n.on("change",o=>{this.latestValues[t]=o,this.props.onUpdate&&Y.update(this.notifyUpdate,!1,!0),r&&this.projection&&(this.projection.isTransformDirty=!0)}),s=n.on("renderRequest",this.scheduleRender);this.valueSubscriptions.set(t,()=>{i(),s()})}sortNodePosition(t){return!this.current||!this.sortInstanceNodePosition||this.type!==t.type?0:this.sortInstanceNodePosition(this.current,t.current)}loadFeatures({children:t,...n},r,i,s){let o,a;if(process.env.NODE_ENV!=="production"&&i&&r){const l="You have rendered a `motion` component within a `LazyMotion` component. This will break tree shaking. Import and render a `m` component instead.";n.ignoreStrict?on(!1,l):Oe(!1,l)}for(let l=0;l<ch;l++){const c=xl[l],{isEnabled:d,Feature:u,ProjectionNode:h,MeasureLayout:p}=Kt[c];h&&(o=h),d(n)&&(!this.features[c]&&u&&(this.features[c]=new u(this)),p&&(a=p))}if((this.type==="html"||this.type==="svg")&&!this.projection&&o){this.projection=new o(this.latestValues,this.parent&&this.parent.projection);const{layoutId:l,layout:c,drag:d,dragConstraints:u,layoutScroll:h,layoutRoot:p}=n;this.projection.setOptions({layoutId:l,layout:c,alwaysMeasureLayout:!!d||u&&wt(u),visualElement:this,scheduleRender:()=>this.scheduleRender(),animationType:typeof c=="string"?c:"both",initialPromotionConfig:s,layoutScroll:h,layoutRoot:p})}return a}updateFeatures(){for(const t in this.features){const n=this.features[t];n.isMounted?n.update():(n.mount(),n.isMounted=!0)}}triggerBuild(){this.build(this.renderState,this.latestValues,this.options,this.props)}measureViewportBox(){return this.current?this.measureInstanceViewportBox(this.current,this.props):te()}getStaticValue(t){return this.latestValues[t]}setStaticValue(t,n){this.latestValues[t]=n}makeTargetAnimatable(t,n=!0){return this.makeTargetAnimatableFromInstance(t,this.props,n)}update(t,n){(t.transformTemplate||this.props.transformTemplate)&&this.scheduleRender(),this.prevProps=this.props,this.props=t,this.prevPresenceContext=this.presenceContext,this.presenceContext=n;for(let r=0;r<Xs.length;r++){const i=Xs[r];this.propEventSubscriptions[i]&&(this.propEventSubscriptions[i](),delete this.propEventSubscriptions[i]);const s=t["on"+i];s&&(this.propEventSubscriptions[i]=this.on(i,s))}this.prevMotionValues=lh(this,this.scrapeMotionValuesFromProps(t,this.prevProps),this.prevMotionValues),this.handleChildMotionValue&&this.handleChildMotionValue()}getProps(){return this.props}getVariant(t){return this.props.variants?this.props.variants[t]:void 0}getDefaultTransition(){return this.props.transition}getTransformPagePoint(){return this.props.transformPagePoint}getClosestVariantNode(){return this.isVariantNode?this:this.parent?this.parent.getClosestVariantNode():void 0}getVariantContext(t=!1){if(t)return this.parent?this.parent.getVariantContext():void 0;if(!this.isControllingVariants){const r=this.parent?this.parent.getVariantContext()||{}:{};return this.props.initial!==void 0&&(r.initial=this.props.initial),r}const n={};for(let r=0;r<uh;r++){const i=ri[r],s=this.props[i];(qt(s)||s===!1)&&(n[i]=s)}return n}addVariantChild(t){const n=this.getClosestVariantNode();if(n)return n.variantChildren&&n.variantChildren.add(t),()=>n.variantChildren.delete(t)}addValue(t,n){n!==this.values.get(t)&&(this.removeValue(t),this.bindToMotionValue(t,n)),this.values.set(t,n),this.latestValues[t]=n.get()}removeValue(t){this.values.delete(t);const n=this.valueSubscriptions.get(t);n&&(n(),this.valueSubscriptions.delete(t)),delete this.latestValues[t],this.removeValueFromRenderState(t,this.renderState)}hasValue(t){return this.values.has(t)}getValue(t,n){if(this.props.values&&this.props.values[t])return this.props.values[t];let r=this.values.get(t);return r===void 0&&n!==void 0&&(r=At(n,{owner:this}),this.addValue(t,r)),r}readValue(t){var n;return this.latestValues[t]!==void 0||!this.current?this.latestValues[t]:(n=this.getBaseTargetFromProps(this.props,t))!==null&&n!==void 0?n:this.readValueFromInstance(this.current,t,this.options)}setBaseTarget(t,n){this.baseTarget[t]=n}getBaseTarget(t){var n;const{initial:r}=this.props,i=typeof r=="string"||typeof r=="object"?(n=ui(this.props,r))===null||n===void 0?void 0:n[t]:void 0;if(r&&i!==void 0)return i;const s=this.getBaseTargetFromProps(this.props,t);return s!==void 0&&!fe(s)?s:this.initialValues[t]!==void 0&&i===void 0?void 0:this.baseTarget[t]}on(t,n){return this.events[t]||(this.events[t]=new xi),this.events[t].add(n)}notify(t,...n){this.events[t]&&this.events[t].notify(...n)}}class wl extends dh{sortInstanceNodePosition(t,n){return t.compareDocumentPosition(n)&2?1:-1}getBaseTargetFromProps(t,n){return t.style?t.style[n]:void 0}removeValueFromRenderState(t,{vars:n,style:r}){delete n[t],delete r[t]}makeTargetAnimatableFromInstance({transition:t,transitionEnd:n,...r},{transformValues:i},s){let o=P0(r,t||{},this);if(i&&(n&&(n=i(n)),r&&(r=i(r)),o&&(o=i(o))),s){T0(this,r,o);const a=oh(this,r,o,n);n=a.transitionEnd,r=a.target}return{transition:t,transitionEnd:n,...r}}}function fh(e){return window.getComputedStyle(e)}class hh extends wl{constructor(){super(...arguments),this.type="html"}readValueFromInstance(t,n){if(lt.has(n)){const r=pi(n);return r&&r.default||0}else{const r=fh(t),i=(ca(n)?r.getPropertyValue(n):r[n])||0;return typeof i=="string"?i.trim():i}}measureInstanceViewportBox(t,{transformPagePoint:n}){return ll(t,n)}build(t,n,r,i){si(t,n,r,i.transformTemplate)}scrapeMotionValuesFromProps(t,n){return ci(t,n)}handleChildMotionValue(){this.childSubscription&&(this.childSubscription(),delete this.childSubscription);const{children:t}=this.props;fe(t)&&(this.childSubscription=t.on("change",n=>{this.current&&(this.current.textContent=`${n}`)}))}renderInstance(t,n,r,i){ma(t,n,r,i)}}class ph extends wl{constructor(){super(...arguments),this.type="svg",this.isSVGTag=!1}getBaseTargetFromProps(t,n){return t[n]}readValueFromInstance(t,n){if(lt.has(n)){const r=pi(n);return r&&r.default||0}return n=ga.has(n)?n:ti(n),t.getAttribute(n)}measureInstanceViewportBox(){return te()}scrapeMotionValuesFromProps(t,n){return va(t,n)}build(t,n,r,i){ai(t,n,r,this.isSVGTag,i.transformTemplate)}renderInstance(t,n,r,i){ya(t,n,r,i)}mount(t){this.isSVGTag=li(t.tagName),super.mount(t)}}const mh=(e,t)=>ii(e)?new ph(t,{enableHardwareAcceleration:!1}):new hh(t,{enableHardwareAcceleration:!0}),gh={layout:{ProjectionNode:yl,MeasureLayout:ul}},yh={...F0,...cd,...Gf,...gh},vh=yu((e,t)=>Xu(e,t,yh,mh));function bh(e){return g.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",fill:"currentColor",viewBox:"0 0 16 16",...e,children:g.jsx("path",{fill:"currenColor",d:"M4.427 7.427l3.396 3.396a.25.25 0 00.354 0l3.396-3.396A.25.25 0 0011.396 7H4.604a.25.25 0 00-.177.427z"})})}function xh(e){const{children:t,parentRef:n,onlyChild:r}=e,[i,s]=P.useState({top:0,left:0});return P.useLayoutEffect(()=>{if(n.current){const o=n.current.getBoundingClientRect();s({top:o.top,left:o.left+o.width})}},[n]),r?t:pc.createPortal(g.jsx("div",{style:{position:"fixed",top:i.top,left:i.left,zIndex:1200},children:t}),n.current)}function Sl({item:e,level:t=0,...n}){var O,D;const{isActive:r,isCollapsed:i,expanded:s,toggleExpand:o}=n,a=`level-${t}`,l=i?"collapsed":"expanded",c=r(e.id)?"active":"",d=(M,N=a)=>`${M} ${N} ${l} ${c}`,u=!!((O=e.children)!=null&&O.length),[h,p]=P.useState(!1),y=P.useRef(),f=window.location.origin,m=e.path&&e.path.includes("http")?new URL(e.path):{origin:"",pathname:""},b=window.location.pathname.split("/")[1],w=m.pathname.split("/")[1],x=n.ssr||!f.includes("local")&&f!==m.origin||w!==b,S=u||t===0?"div":x?"a":Bo.Link,v=e.path||"#",T=t+1,C=u&&!(i&&T>=2&&!h),_=i||t===0?void 0:`${t}rem`;return g.jsxs("div",{ref:y,className:d("menu-item__wrapper"),onMouseEnter:()=>i&&p(!0),onMouseLeave:()=>i&&p(!1),children:[g.jsxs(S,{to:v,href:v,style:{paddingLeft:_,transition:"all 0.3s"},className:d("menu-item__link"),onClick:M=>{u&&(M.preventDefault(),i||o(e.id))},children:[t!==0&&g.jsx(wh,{cls:d,item:e}),g.jsx("span",{className:d("menu-item__label"),children:e.name}),u&&g.jsx("div",{className:d("menu-item__icon-arrow__wrapper"),children:g.jsx(bh,{className:d(`menu-item__icon-arrow__icon ${s(e.id)?"open":"close"}`)})})]}),C&&g.jsx(xh,{parentRef:y,onlyChild:!i||i&&T<2,children:g.jsx(vh.div,{className:d("menu-item__dropdown",`level-${T}`),initial:{height:i||s(e.id)?"auto":0},animate:{height:i||s(e.id)?"auto":0},transition:{duration:.25},children:(D=e.children)==null?void 0:D.map(M=>P.createElement(Sl,{...n,key:M.id,item:M,level:T}))})})]})}function wh({item:e,cls:t}){var o,a;const[n,r]=P.useState(!e.icon),i=()=>{r(!0)},s=(o=e.icon)==null?void 0:o.endsWith(".svg");return g.jsx("div",{className:t("menu-item__icon"),children:n?g.jsx("div",{style:{width:24,height:24,backgroundColor:"#dadada",borderRadius:"5px",display:"flex",justifyContent:"center",alignItems:"center"},children:(a=e.name.trim().at(0))==null?void 0:a.toUpperCase()}):s?g.jsx(E.ReactSVG,{src:e.icon,beforeInjection:l=>{l.setAttribute("style","margin: 0 auto;"),l.querySelectorAll("path").forEach(d=>{d.hasAttribute("fill")&&d.setAttribute("fill","currentColor"),d.hasAttribute("stroke")&&d.setAttribute("stroke","currentColor")})}}):g.jsx("img",{src:e.icon||"/",alt:" ",style:{height:24,maxHeight:24},onError:i})})}function Sh(){return g.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"22",height:"22",fill:"currentColor",stroke:"currentColor",strokeWidth:"0",viewBox:"0 0 24 24",children:g.jsx("path",{d:"M21 18v2H3v-2h18zM6.596 3.903L8.01 5.318 4.828 8.5 8.01 11.68l-1.414 1.415L2 8.5l4.596-4.597zM21 11v2h-9v-2h9zm0-7v2h-9V4h9z"})})}function Eh(){return g.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"22",height:"22",fill:"currentColor",stroke:"currentColor",strokeWidth:"0",viewBox:"0 0 24 24",children:g.jsx("path",{d:"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z"})})}function Th(e){return g.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"20",fill:"none",viewBox:"0 0 18 20",...e,children:g.jsx("path",{fill:"#E01B00",fillRule:"evenodd",d:"M.179 2.875A2.375 2.375 0 012.554.5h3.393a1.018 1.018 0 010 2.036H2.554a.34.34 0 00-.34.339v14.25c0 .187.152.34.34.34h3.393a1.018 1.018 0 110 2.035H2.554a2.375 2.375 0 01-2.375-2.375V2.875zm14.167 6.107h-7.72a1.018 1.018 0 000 2.036h7.72l-2.673 2.673a1.018 1.018 0 101.44 1.44l4.41-4.411a1.018 1.018 0 000-1.44l-4.41-4.41a1.018 1.018 0 10-1.44 1.439l2.673 2.673z",clipRule:"evenodd"})})}const Ch=`.wrap-section{padding:0 8px;transition:all .3s}.wrap-section.collapsed{padding:0 4px}.side-bar{display:flex;flex-direction:column;max-width:18rem;height:calc(100vh - 64px);border-right:1px solid #ddd;background-color:#fafafa;transition:all .3s}.side-bar.expanded{width:17rem}.side-bar.collapsed{width:64px}.side-bar__wrap-btn-logout,.side-bar__btn-logout{margin:40px 0}.side-bar__logout-btn__text{margin-left:12px;font-size:.875rem;opacity:1}.side-bar__logout-btn__text.collapsed{opacity:0;transition:ease-in-out .2s;transition-delay:.15s}.side-bar__wrapper-toggle-btn{display:flex;flex-direction:row;justify-content:flex-end;transition:all .3s;margin-right:-8px;margin-top:40px}.side-bar__wrapper-toggle-btn.collapsed{justify-content:center;width:100%}.side-bar__toggle-btn{margin-top:-6px;color:#85858a}.side-bar__logout-btn{width:100%;text-align:left;display:flex;flex-direction:row;align-items:center;padding:8px 16px 8px 18.6665px;min-height:48px;border-radius:.375rem;overflow:hidden;transition:all .3s ease-in-out}.side-bar__logout-btn:hover{background-color:#919eab14}.side-bar__icon-logout{flex-shrink:0}.menu-item__wrapper{display:flex;flex-direction:column;position:relative;width:100%}.menu-item__link{display:flex;flex-direction:row;border-radius:.375rem;align-items:center;padding:.5rem;position:relative;height:48px;cursor:pointer;color:#85858a}.menu-item__link:hover{background-color:#919eab14}.menu-item__link.collapsed.level-1{padding-left:calc(.5rem + 7.665px)!important}.menu-item__link.active{background-color:#009d4f1a!important;color:#009d4f!important}.menu-item__link.level-0{height:37px}.menu-item__link.menu-item__link.collapsed.level-0{padding:0;height:0;transition:all .15s}.menu-item__icon{width:1.5rem;height:1.5rem;flex-shrink:0;display:grid;place-items:center}.menu-item__icon.collapsed.level-1>*{margin:0 auto}.menu-item__label{font-size:.875rem;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:100%;flex-shrink:1;margin-left:12px;padding-right:12px;color:#292929;opacity:1;transition:all .15s ease-in-out}.menu-item__label.level-1.collapsed{text-overflow:unset}.menu-item__label.active{color:inherit}.menu-item__label.collapsed{margin-left:8px;font-size:.75rem;line-height:1rem}.menu-item__label.collapsed.level-0,.menu-item__label.collapsed.level-1{font-size:.875rem;opacity:0;transition-delay:.15s}.menu-item__label.level-0{color:#85858a;margin-left:0}.menu-item__icon-arrow__wrapper{display:grid;place-items:center;position:absolute;top:50%;transform:translateY(-50%);right:0}.menu-item__icon-arrow__wrapper.expanded{right:4px}.menu-item__icon-arrow__wrapper.level-0.collapsed{display:none}.menu-item__icon-arrow__icon{transition:all .3s!important;transform:rotate(-90deg)!important}.menu-item__icon-arrow__icon.active{color:inherit}.menu-item__icon-arrow__icon.expanded.open{transform:rotate(0)!important}.menu-item__dropdown.collapsed{background-color:#fafafa;border:1px solid #ddd;box-shadow:#0000001a 0 10px 15px -3px,#0000000d 0 4px 6px -2px;border-radius:4px;width:180px;max-width:180px;padding:4px;z-index:1200}.menu-item__dropdown,.menu-item__dropdown>*{margin-top:4px}.menu-item__dropdown:first-of-type{margin-top:0}.menu-item__dropdown>*:first-child{margin-top:0}.menu-item__dropdown.collapsed .menu-item__link{height:40px}.menu-item__dropdown.collapsed .menu-item__link.level-1{height:48px}.menu-item__dropdown.collapsed.level-1{width:auto;max-width:unset;box-shadow:none;border:none;padding:0;background-color:unset}.menu-item__dropdown.expanded{overflow:hidden}.icon-btn{display:inline-flex;align-items:center;justify-content:center;padding:8px;border-radius:50%;background-color:transparent;transition:background-color .3s ease;border:none}.icon-btn:hover{background-color:var(--btn-bg-hover)}.simplebar-scrollbar:before{background-color:#0000002d}.side-bar__menu.collapsed .simplebar-track.simplebar-vertical{display:none}
|
|
6
|
-
`;function Ph(e){const{baseUrl:t,menuPath:n}=e,r=Bo.useLocation(),[i,s]=P.useState([]),[o,a]=P.useState(localStorage.getItem("isCollapsed")==="true"),[l,c]=P.useState({}),d=Si(i),[u,h]=P.useState(window.location.href);P.useEffect(()=>{h(window.location.href)},[r]);const p=El(d,u).filter(v=>v.parentKey!==0);console.log("matchPaths:",u,r,p);const y=v=>{c({...l,[v]:!l[v]})},f=()=>{a(!o),localStorage.setItem("isCollapsed",JSON.stringify(!o))};P.useLayoutEffect(()=>{(async()=>{var T,C;try{const O=t+(n||"/global-menu-config/api/v1/menu-items/user"),{data:D}=await hc.get(O,{withCredentials:!0});let M=D.map(q=>({...q,parentKey:0}));M=Cl(M),e.replacePath&&(M=Tl(M,e.replacePath));const N=Ah(M);c(N),s(M)}catch(_){console.log(_),E.pushError(((C=(T=_.response)==null?void 0:T.data)==null?void 0:C.errorMessage)||"Have error when get menu items")}})()},[t,n,e.replacePath]);const[m,b]=P.useState(!1),w=o?"collapsed":"expanded",x=v=>`${v} ${w}`,S=P.useRef(null);return g.jsxs("div",{className:x("side-bar"),children:[g.jsx("div",{className:x("wrap-section side-bar__wrapper-toggle-btn"),children:g.jsx("button",{className:"icon-btn side-bar__toggle-btn",onClick:f,children:o?g.jsx(Eh,{}):g.jsx(Sh,{})})}),g.jsx(ea,{ref:S,className:x("wrap-section side-bar__menu"),style:{marginTop:24,flex:1,overflow:"auto",height:"100%",overflowX:"hidden"},children:i.map(v=>{const T=C=>p.some(_=>_.id===C);return g.jsx(Sl,{item:v,isActive:T,isCollapsed:o,expanded:C=>l[C],toggleExpand:y,replacePath:e.replacePath,ssr:e.ssr},v.id)})}),g.jsxs("div",{className:x("wrap-section side-bar__wrap-btn-logout"),children:[g.jsxs("button",{className:x("side-bar__logout-btn"),onClick:()=>b(!0),children:[g.jsx(Th,{className:x("side-bar__icon-logout")}),g.jsx("span",{className:x("side-bar__logout-btn__text"),children:"Logout"})]}),g.jsx(Wo,{isOpen:m,onClose:()=>b(!1),onConfirm:()=>e.logout?e.logout():E.logout(e.baseUrl)})]})]})}function Si(e){let t=[];for(const n of e)t.push(n),n.children&&(t=t.concat(Si(n.children)));return t}function _h(e,t){const n=new URL(e).searchParams,r=new URL(t).searchParams;return Array.from(r).filter(([i,s])=>s===n.get(i)).length}function El(e,t){const n=new URL(t),r=e.filter(o=>o.path&&o.path.includes("http")).map(o=>({item:o,itemUrl:new URL(o.path),matchingParamsCount:_h(t,o.path)})).sort((o,a)=>{const l=new URL(o.itemUrl).searchParams,c=new URL(a.itemUrl).searchParams;return Array.from(l).length-Array.from(c).length}).filter(({itemUrl:o})=>n.pathname===o.pathname).sort((o,a)=>a.matchingParamsCount-o.matchingParamsCount);let i=r.length>0?r[0].item:null;console.log("matchingItems:",r);let s=[];for(;i;)s=[i,...s],i=e.find(o=>o.id===(i==null?void 0:i.parentKey))||null;return s}function Tl(e,t){return e.map(n=>(n.path&&(n.path=t(n.path)),n.children&&n.children.length>0&&(n.children=Tl(n.children,t)),n))}function Cl(e){return e.map(n=>n.path&&!n.path.includes("http")&&n.path.includes("/")?{...n,path:window.location.origin+n.path}:(n.children&&(n.children=Cl(n.children)),n))}function Ah(e){const t=Si(e),n=El(t,window.location.href),r={};return n.forEach(i=>r[i.id]=!0),t.forEach(i=>{var s;(s=i.children)!=null&&s.length&&(r[i.id]=!0)}),r}function Oh(e){return g.jsx(Uo,{styles:[su,Ch],style:{position:"sticky",zIndex:1200},children:g.jsx(Ph,{...e})})}const kh=({children:e})=>g.jsxs(L.Stack,{justifyContent:"center",alignItems:"center",sx:{backgroundColor:"#FAFAFA",minHeight:"450px"},children:[g.jsx(Mh,{}),e]});function Mh(){return g.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"150",height:"150",fill:"none",viewBox:"0 0 150 150",children:[g.jsx("path",{fill:"#F9FAFB",d:"M120.843 66.48a2.885 2.885 0 100-5.77 2.885 2.885 0 000 5.77zM75 127.04c28.319 0 51.276-9.006 51.276-20.115 0-11.11-22.957-20.115-51.276-20.115-28.32 0-51.276 9.006-51.276 20.115 0 11.109 22.957 20.115 51.276 20.115z"}),g.jsx("path",{fill:"#DDD",d:"M73.354 34.489l-2.13 13.355H57.378L73.354 34.49z"}),g.jsx("path",{fill:"#F9FAFB",d:"M71.223 48.157H57.38a.313.313 0 01-.295-.206.313.313 0 01.093-.346L73.154 34.25a.313.313 0 01.508.288l-2.13 13.357a.308.308 0 01-.308.263zm-12.983-.625h12.717l1.957-12.268L58.24 47.532zM74.63 59.596a.314.314 0 01-.252-.128l-.844-1.15a.314.314 0 01.043-.418.311.311 0 01.42.003c.005.005.012.01.018.018a.188.188 0 01.015.018l.045.06.807 1.1a.312.312 0 01-.252.497z"}),g.jsx("path",{fill:"#000",d:"M74.63 59.596a.314.314 0 01-.252-.128l-.844-1.15a.314.314 0 01.043-.418.311.311 0 01.42.003c.005.005.012.01.018.018a.188.188 0 01.015.018l.045.06.807 1.1a.312.312 0 01-.252.497z"}),g.jsx("path",{fill:"#85858A",d:"M74.454 58.965l3.503 4.775c-.209-.284-.431-.56-.667-.83-2.59-2.952-6.367-4.428-10.378-4.428-1.74 0-3.524.278-5.275.833l-3.503-4.775a17.477 17.477 0 015.275-.833c4.011 0 7.788 1.476 10.378 4.428.236.27.458.546.667.83z"}),g.jsx("path",{fill:"#F9FAFB",d:"M77.957 64.053a.314.314 0 01-.253-.128c-.203-.278-.422-.55-.65-.81-2.446-2.786-6.047-4.32-10.143-4.32-1.727 0-3.468.274-5.18.818a.316.316 0 01-.348-.113l-3.503-4.775a.312.312 0 01.158-.483 17.748 17.748 0 015.37-.847c4.278 0 8.047 1.61 10.612 4.533.24.274.47.561.685.853l3.5 4.772.003.003a.311.311 0 01-.251.497zM66.912 58.17c3.207 0 6.128.905 8.471 2.59l-1.18-1.61c-.203-.278-.423-.55-.65-.81-2.446-2.786-6.048-4.32-10.144-4.32-1.586 0-3.186.231-4.762.691l3.11 4.24a17.67 17.67 0 015.155-.782zM56.104 81.024a.312.312 0 01-.233-.105l-.049-.055a8.826 8.826 0 01-.458-.571l-3.503-4.775a.312.312 0 01.504-.37l.003.005c.132.179.274.355.422.525l.045.05.02.023 3.502 4.775a.312.312 0 01-.253.498z"}),g.jsx("path",{fill:"#000",d:"M56.104 81.024a.312.312 0 01-.233-.105l-.049-.055a8.826 8.826 0 01-.458-.571l-3.503-4.775a.312.312 0 01.504-.37l.003.005c.132.179.274.355.422.525l.045.05.02.023 3.502 4.775a.312.312 0 01-.253.498z"}),g.jsx("path",{fill:"#85858A",d:"M52.855 76.208l3.503 4.775a7.826 7.826 0 01-.743-.875l-3.503-4.775a7.8 7.8 0 00.743.875z"}),g.jsx("path",{fill:"#F9FAFB",d:"M56.358 81.296a.311.311 0 01-.223-.095 7.86 7.86 0 01-.773-.908l-3.502-4.775a.312.312 0 11.504-.37l.003.005a7.954 7.954 0 00.712.837l.03.034 3.502 4.775a.313.313 0 01-.253.497z"}),g.jsx("path",{fill:"#F9FAFB",d:"M56.358 81.296a.311.311 0 01-.223-.095 7.361 7.361 0 01-.265-.283l-.01-.011c-.036-.044-.078-.103-.117-.157l-.043-.06-3.353-4.57a.312.312 0 01.485-.394c.08.09.163.177.246.263l.03.033 3.502 4.775a.313.313 0 01-.252.499z"}),g.jsx("path",{fill:"#000",d:"M56.358 81.296a.311.311 0 01-.223-.095 7.361 7.361 0 01-.265-.283l-.01-.011c-.036-.044-.078-.103-.117-.157l-.043-.06-3.353-4.57a.312.312 0 01.485-.394c.08.09.163.177.246.263l.03.033 3.502 4.775a.313.313 0 01-.252.499z"}),g.jsx("path",{fill:"#85858A",d:"M52.855 76.208l3.503 4.775a7.826 7.826 0 01-.743-.875l-3.503-4.775a7.8 7.8 0 00.743.875z"}),g.jsx("path",{fill:"#F9FAFB",d:"M56.358 81.296a.311.311 0 01-.223-.095 7.86 7.86 0 01-.773-.908l-3.502-4.775a.312.312 0 11.504-.37l.003.005a7.954 7.954 0 00.712.837l.03.034 3.502 4.775a.313.313 0 01-.253.497z"}),g.jsx("path",{fill:"#EEE",d:"M71.03 70.342a11.476 11.476 0 01-1.11 2.438 12.543 12.543 0 01-2.703 3.136c-2.342 1.96-5.159 2.937-7.82 2.937-2.66 0-5.164-.98-6.88-2.938C49.078 72 50.09 65.651 54.775 61.738c2.343-1.96 5.16-2.938 7.82-2.938s5.165.98 6.881 2.938a8.329 8.329 0 01.754 1.008 8.034 8.034 0 011.056 2.539c.376 1.62.28 3.364-.257 5.057z"}),g.jsx("path",{fill:"#98A2B3",d:"M71.289 65.285h-9.161c-.967 0-1.632-.754-1.482-1.688.148-.933 1.052-1.687 2.02-1.687h6.956a8.024 8.024 0 011.667 3.375zM71.03 70.342a11.476 11.476 0 01-1.11 2.438c-.155.256-.32.51-.5.76h-8.705c-.918 0-1.543-.716-1.403-1.6.142-.883.997-1.6 1.913-1.6h9.805v.002z"}),g.jsx("path",{fill:"#F7F9FC",d:"M73.632 34.257h38.646l-.591 3.703-10.155 63.675H48.801l3.071-19.259c2.022 1.048 4.33 1.571 6.72 1.571 3.213 0 6.576-.946 9.602-2.839h27.097c.471 0 .909-.366.983-.82.072-.452-.25-.819-.72-.819H70.44c2.295-1.933 3.996-4.255 5.068-6.708h21.116c.47 0 .908-.367.98-.818.072-.453-.25-.82-.72-.82H76.129c.712-2.236.91-4.531.57-6.71h21.256c.47 0 .908-.366.98-.817.073-.453-.25-.821-.719-.821H76.333a12.247 12.247 0 00-2.544-4.642c-2.59-2.951-6.367-4.427-10.378-4.427-2.389 0-4.86.523-7.215 1.569l1.184-7.432h13.845l2.13-13.354.277-.232zM93.96 89.454c.47 0 .908-.366.982-.82.072-.452-.25-.819-.72-.819H61.258c-.468 0-.907.367-.979.818-.072.453.25.821.718.821h32.964zm5.325-33.386c.47 0 .908-.367.981-.818.072-.453-.25-.82-.72-.82H77.201c-.47 0-.907.366-.979.82-.072.451.247.818.718.818h22.346z"}),g.jsx("path",{fill:"#F9FAFB",d:"M101.532 101.946h-52.73a.311.311 0 01-.309-.361l3.072-19.259a.312.312 0 01.453-.228c1.942 1.006 4.215 1.537 6.576 1.537 3.255 0 6.517-.966 9.435-2.792a.317.317 0 01.165-.047h27.098c.316 0 .625-.256.672-.557a.39.39 0 00-.08-.32.423.423 0 00-.331-.137H70.44a.313.313 0 01-.201-.551c2.175-1.834 3.898-4.114 4.983-6.595a.313.313 0 01.286-.187h21.116c.316 0 .625-.254.672-.556a.392.392 0 00-.08-.32.423.423 0 00-.331-.138H76.128a.314.314 0 01-.299-.407c.696-2.182.889-4.453.56-6.566a.31.31 0 01.308-.361h21.256c.316 0 .625-.254.672-.555a.392.392 0 00-.08-.321.423.423 0 00-.331-.138h-21.88a.312.312 0 01-.3-.225 11.883 11.883 0 00-2.481-4.523c-2.446-2.786-6.047-4.32-10.143-4.32-2.367 0-4.818.532-7.09 1.542a.316.316 0 01-.317-.037.31.31 0 01-.118-.298l1.184-7.431a.313.313 0 01.309-.264h13.578l2.087-13.092a.314.314 0 01.107-.19l.278-.235a.316.316 0 01.201-.074h38.649a.312.312 0 01.308.361L101.84 101.68a.31.31 0 01-.308.267zm-52.365-.625h52.098l10.646-66.753H73.746l-.102.086-2.11 13.24a.313.313 0 01-.309.264H57.647l-1.054 6.61c2.201-.9 4.546-1.373 6.818-1.373 4.278 0 8.047 1.61 10.613 4.533a12.512 12.512 0 012.541 4.535h21.652c.32 0 .614.13.807.356.191.225.27.518.22.825-.097.607-.663 1.082-1.29 1.082H77.058c.253 1.971.078 4.059-.51 6.084h20.337c.32 0 .614.13.807.357.191.225.27.518.22.825-.097.607-.663 1.082-1.29 1.082h-20.91c-1.019 2.252-2.544 4.337-4.444 6.083h24.285c.32 0 .614.13.807.357.191.225.27.517.22.824-.097.607-.663 1.083-1.29 1.083H68.283c-2.998 1.858-6.347 2.839-9.69 2.839-2.307 0-4.536-.488-6.48-1.416l-2.946 18.477zM93.96 89.767H60.997c-.318 0-.612-.13-.805-.357a1.004 1.004 0 01-.221-.827c.097-.607.662-1.082 1.287-1.082h32.964c.32 0 .614.131.807.357.192.225.27.517.22.824-.095.608-.661 1.085-1.288 1.085zm-32.703-1.64c-.315 0-.622.255-.67.556a.395.395 0 00.079.323.42.42 0 00.329.137H93.96c.316 0 .625-.255.672-.557a.39.39 0 00-.08-.32.423.423 0 00-.331-.137H61.258v-.001zm38.028-31.746H76.94c-.32 0-.612-.13-.805-.356a1.004 1.004 0 01-.221-.824c.097-.608.662-1.083 1.287-1.083h22.346c.32 0 .614.13.807.357.192.225.271.518.221.825-.096.606-.663 1.08-1.289 1.08zm-22.085-1.64c-.315 0-.622.256-.67.558a.387.387 0 00.079.32.423.423 0 00.33.135h22.346c.317 0 .625-.254.672-.555a.392.392 0 00-.079-.321.423.423 0 00-.332-.138H77.201v.002z"}),g.jsx("path",{fill:"#DDD",d:"M55.21 61.447l-.332 2.085c-.052.039-.103.078-.153.12-1.13.942-1.372 2.473-.544 3.416.036.042.075.082.115.12l-1.44 9.019a8.348 8.348 0 01-.3-.325c-1.709-1.949-2.312-4.503-1.903-7.056.407-2.554 1.823-5.106 4.154-7.054.13-.11.267-.22.403-.325zM96.884 71.122c.471 0 .792.367.72.821-.073.451-.511.818-.98.818H75.507c.237-.54.444-1.087.618-1.639h20.758z"}),g.jsx("path",{fill:"#DDD",d:"M96.623 73.074H75.508a.31.31 0 01-.261-.142.316.316 0 01-.025-.296c.235-.536.439-1.076.607-1.607a.31.31 0 01.299-.218h20.756c.32 0 .614.13.807.357.192.225.271.518.221.825-.096.606-.662 1.08-1.289 1.08zm-20.643-.625h20.643c.317 0 .625-.254.672-.556a.392.392 0 00-.079-.32.423.423 0 00-.332-.138h-20.53a16.42 16.42 0 01-.374 1.014zM95.555 79.468c.47 0 .791.367.719.818-.072.453-.511.821-.982.821H68.193a19.625 19.625 0 002.248-1.638h25.114z"}),g.jsx("path",{fill:"#DDD",d:"M95.292 81.42H68.193a.313.313 0 01-.165-.578 19.558 19.558 0 002.148-1.56l.059-.049a.33.33 0 01.205-.076h25.114c.32 0 .614.13.807.357.192.225.27.517.221.824-.097.605-.662 1.082-1.29 1.082zm-26.063-.626h26.063c.316 0 .625-.255.672-.556a.39.39 0 00-.08-.32.423.423 0 00-.331-.137h-25c-.425.355-.868.694-1.324 1.013z"}),g.jsx("path",{fill:"#EEE",d:"M115.432 38.557l-.495 3.106-.095.598-10.06 63.074H51.517l-2.716-3.702h52.731l10.155-63.672.592-3.704 3.153 4.3z"}),g.jsx("path",{fill:"#F9FAFB",d:"M104.782 105.647H51.518a.31.31 0 01-.252-.127l-2.716-3.702a.31.31 0 01-.026-.326.31.31 0 01.279-.171h52.464l10.113-63.41.592-3.704a.311.311 0 01.56-.135l3.153 4.3c.05.067.069.152.057.234l-.591 3.704-10.061 63.075a.312.312 0 01-.308.262zm-53.107-.625h52.839l10.019-62.81.57-3.576-2.634-3.592-.473 2.966-10.156 63.672a.313.313 0 01-.308.264H49.418l2.257 3.076z"}),g.jsx("path",{fill:"#DDD",d:"M108.03 109.039l3.503 4.775H58.8l-3.503-4.775h52.733z"}),g.jsx("path",{fill:"#F9FAFB",d:"M111.533 114.126H58.8a.31.31 0 01-.252-.127l-3.503-4.775a.312.312 0 01.253-.498h52.734c.1 0 .193.048.251.128l3.503 4.775a.314.314 0 01-.253.497zm-52.575-.625h51.958l-3.044-4.15H55.913l3.045 4.15z"}),g.jsx("path",{fill:"#F7F9FC",d:"M118.776 41.663l-10.746 67.376H55.297l.59-3.704h48.895l10.154-63.672h3.84z"}),g.jsx("path",{fill:"#F9FAFB",d:"M108.03 109.351H55.297a.313.313 0 01-.308-.361l.59-3.703a.313.313 0 01.308-.263h48.628l10.112-63.41a.314.314 0 01.309-.264h3.84a.313.313 0 01.308.361l-10.745 67.376a.313.313 0 01-.309.264zm-52.366-.625h52.1l10.645-66.751h-3.207l-10.112 63.41a.314.314 0 01-.308.264H56.154l-.49 3.077z"}),g.jsx("path",{fill:"#EEE",d:"M118.776 41.663l3.503 4.775-10.746 67.376-3.503-4.775 10.746-67.376z"}),g.jsx("path",{fill:"#F9FAFB",d:"M111.533 114.126a.306.306 0 01-.251-.127l-3.503-4.775a.312.312 0 01-.057-.235l10.746-67.377a.309.309 0 01.234-.254.309.309 0 01.325.12l3.503 4.775a.31.31 0 01.057.234l-10.746 67.377a.309.309 0 01-.308.262zm-3.174-5.168l2.982 4.067 10.607-66.508-2.982-4.067-10.607 66.508z"}),g.jsx("path",{fill:"#85858A",d:"M49.987 81.18L31.79 96.393c-.043.036-.088.068-.132.101l-.061.046c-.036.025-.074.047-.11.071-.026.017-.053.035-.079.05-.02.011-.04.02-.06.032a2.11 2.11 0 01-.148.075l-.055.022a2.406 2.406 0 01-.294.107l-.076.021c-.04.01-.08.02-.121.028l-.074.014a4.26 4.26 0 01-.132.018l-.062.007c-.064.005-.13.008-.193.008-.545 0-1.056-.2-1.407-.6l-.649-.739a1.784 1.784 0 01-.09-.112l3.503 4.775c.027.039.058.076.09.112l.648.739c.352.4.863.6 1.408.6.063 0 .127-.003.193-.008.02-.002.041-.006.062-.007l.132-.018.074-.014c.04-.009.08-.017.12-.028l.077-.021.055-.015.04-.015c.067-.023.134-.049.2-.077l.04-.015c.005-.003.01-.006.015-.007.05-.024.098-.049.148-.075.019-.01.037-.017.055-.028l.005-.004c.026-.015.053-.033.08-.05.033-.021.067-.04.1-.064a.025.025 0 00.009-.007l.061-.046c.034-.025.068-.048.1-.075a.364.364 0 00.032-.026l18.197-15.213-3.504-4.775z"}),g.jsx("path",{fill:"#F9FAFB",d:"M33.694 102.081c-.658 0-1.241-.252-1.641-.707l-.65-.739a1.901 1.901 0 01-.106-.134l-3.501-4.772c0-.001-.002-.001-.002-.003a.312.312 0 01.503-.369l.001.003c.023.03.046.06.071.089l.649.739c.279.318.696.493 1.172.493.056 0 .11-.003.165-.009l.056-.007c.037-.004.075-.008.114-.015l.047-.01.018-.004.106-.023.068-.019a2.276 2.276 0 00.257-.093l.047-.019c.044-.02.087-.043.13-.067l.053-.028c.011-.006.024-.013.035-.022l.058-.037a2.329 2.329 0 00.099-.067l.04-.03c.035-.027.07-.052.104-.081l18.198-15.213a.314.314 0 01.45.055l3.504 4.775a.313.313 0 01-.052.425l-18.23 15.246c-.03.023-.059.045-.09.066l-.04.029-.05.038a1.955 1.955 0 01-.095.062l-.052.032a.92.92 0 01-.058.036c-.006.005-.011.007-.017.01a.658.658 0 01-.044.022l-.013.006c-.055.029-.11.058-.166.085l-.017.008-.044.018c-.075.032-.15.061-.225.086-.013.006-.03.011-.045.017l-.046.012-.015.004-.087.024c-.046.011-.09.022-.137.031l-.015.002-.07.014c-.05.009-.1.016-.148.021l-.018.003a1.864 1.864 0 01-.27.017zm-4.003-4.825l2.112 2.877c.022.031.047.061.072.091l.648.739c.311.355.8.531 1.338.486l.054-.007a1.482 1.482 0 00.161-.025l.017-.003a1.73 1.73 0 00.105-.024c.023-.005.045-.012.068-.018l.048-.012a.295.295 0 01.034-.014c.059-.02.118-.042.177-.068.01-.006.023-.01.036-.014l.01-.004c.045-.021.089-.045.133-.068a.296.296 0 01.035-.018l.01-.006c.002-.003.006-.004.01-.005l.034-.021.065-.041a.622.622 0 00.057-.036l.033-.025.053-.04.063-.047.027-.022 17.974-15.025-3.132-4.271L31.99 96.633c-.044.037-.089.071-.135.105l-.03.023c-.017.013-.032.025-.049.036-.033.023-.067.043-.1.064l-.048.03c-.021.015-.042.027-.063.04-.017.01-.033.018-.05.026l-.018.01c-.054.029-.11.058-.165.084-.016.007-.03.014-.047.02l-.016.007a2.6 2.6 0 01-.554.173l-.015.003c-.022.004-.046.01-.068.013-.05.008-.099.015-.149.02l-.02.003a2.429 2.429 0 01-.772-.035z"}),g.jsx("path",{fill:"#98A2B3",d:"M76.699 64.414a12.649 12.649 0 00-.367-1.639 12.218 12.218 0 00-2.544-4.642c-2.59-2.951-6.367-4.426-10.378-4.426-2.39 0-4.861.522-7.216 1.57a19.487 19.487 0 00-4.58 2.862c-6.318 5.28-8.203 13.503-4.815 19.405l-18.2 15.216c-.956.797-1.162 2.093-.462 2.894l.65.74c.35.4.863.6 1.405.6a2.51 2.51 0 001.597-.6l18.198-15.212a13.02 13.02 0 001.885 1.193c2.022 1.046 4.33 1.57 6.721 1.57 3.214 0 6.576-.944 9.6-2.838.753-.47 1.482-.999 2.249-1.639 2.293-1.935 3.996-4.255 5.068-6.71.234-.537.443-1.087.616-1.638.713-2.231.911-4.53.573-6.706zm-9.481 11.503c-2.343 1.96-5.16 2.937-7.82 2.937s-5.165-.979-6.881-2.937c-3.438-3.917-2.425-10.264 2.26-14.178 2.342-1.96 5.16-2.938 7.82-2.938s5.164.98 6.88 2.938a8.34 8.34 0 01.754 1.008 8.029 8.029 0 011.056 2.54c.375 1.62.281 3.364-.258 5.056a11.476 11.476 0 01-1.11 2.438 12.45 12.45 0 01-2.701 3.136z"}),g.jsx("path",{fill:"#F9FAFB",d:"M30.192 97.307c-.659 0-1.242-.251-1.64-.708l-.65-.74a2.048 2.048 0 01-.486-1.52c.055-.68.412-1.344.982-1.82L46.4 77.471c-1.585-2.903-1.989-6.42-1.136-9.936.882-3.635 3.066-7.057 6.151-9.636a19.8 19.8 0 014.654-2.907c2.347-1.045 4.886-1.597 7.343-1.597 4.278 0 8.048 1.61 10.613 4.533a12.492 12.492 0 012.61 4.76c.16.543.286 1.106.375 1.677.344 2.207.141 4.577-.584 6.85a16.681 16.681 0 01-.627 1.668c-1.123 2.569-2.906 4.927-5.155 6.824a20.11 20.11 0 01-2.284 1.664c-3.014 1.887-6.39 2.886-9.766 2.886-2.46 0-4.833-.556-6.864-1.606A13.36 13.36 0 0150 81.58L31.989 96.633a2.817 2.817 0 01-1.797.674zM63.41 54.019c-2.37 0-4.82.534-7.089 1.544a19.182 19.182 0 00-4.507 2.815c-6.13 5.123-8.126 13.12-4.744 19.01a.313.313 0 01-.071.395L28.799 93c-.442.37-.72.875-.76 1.389-.032.401.086.777.333 1.06l.649.738c.279.32.694.495 1.17.495.495 0 .992-.188 1.398-.528l18.198-15.211a.313.313 0 01.39-.009c.583.443 1.2.835 1.84 1.164 1.941 1.005 4.216 1.536 6.577 1.536 3.257 0 6.52-.965 9.434-2.79.751-.47 1.476-.997 2.213-1.614 2.175-1.833 3.898-4.114 4.983-6.594.234-.536.437-1.077.605-1.607.696-2.184.89-4.453.561-6.565a12.39 12.39 0 00-.357-1.598 11.865 11.865 0 00-2.48-4.525c-2.445-2.786-6.048-4.32-10.142-4.32zm-4.014 25.148c-2.868 0-5.396-1.08-7.117-3.045-1.536-1.75-2.276-4.066-2.086-6.525.234-3.015 1.83-5.968 4.38-8.098 2.323-1.942 5.172-3.011 8.023-3.011 2.868 0 5.396 1.08 7.117 3.044a8.743 8.743 0 01.783 1.046 8.385 8.385 0 011.097 2.637c.385 1.66.293 3.466-.265 5.221a11.584 11.584 0 01-1.14 2.506 12.926 12.926 0 01-2.77 3.215c-2.322 1.94-5.17 3.01-8.022 3.01zm3.2-20.054c-2.704 0-5.411 1.018-7.62 2.865-2.423 2.023-3.94 4.82-4.16 7.668-.177 2.289.51 4.442 1.934 6.064 1.6 1.826 3.961 2.832 6.646 2.832 2.704 0 5.411-1.018 7.62-2.865a12.3 12.3 0 002.637-3.059c.313-.518.582-1.057.803-1.603.101-.25.194-.508.276-.768.524-1.648.611-3.34.252-4.893a7.792 7.792 0 00-1.739-3.41c-1.603-1.826-3.964-2.831-6.649-2.831z"}),g.jsx("path",{fill:"#F7F9FC",d:"M59.778 66.756a.997.997 0 00-.11-.225.974.974 0 00-.103-.14 1.233 1.233 0 00-.94-.4 1.694 1.694 0 00-1.07.401c-.372.31-.575.734-.586 1.14-.008.292.082.574.278.797.235.267.576.402.94.402s.749-.134 1.068-.402c.152-.127.277-.272.371-.429.045-.072.08-.147.113-.225.125-.305.14-.632.039-.92z"}),g.jsx("path",{fill:"#F7F9FC",d:"M58.64 64.293a1.938 1.938 0 00-.373-.639c-.414-.472-1.018-.708-1.659-.708a2.941 2.941 0 00-1.883.707c-1.13.941-1.372 2.472-.544 3.415.037.042.075.082.115.12.405.391.958.586 1.543.586.375 0 .764-.08 1.135-.242.262-.114.515-.27.75-.464.266-.225.486-.48.651-.755.063-.105.118-.212.164-.32l.032-.078c.22-.54.246-1.115.07-1.622z"}),g.jsx("path",{fill:"#DDD",d:"M104.782 105.335H51.517l-2.716-3.702h52.731l3.25 3.702z"}),g.jsx("path",{fill:"#F9FAFB",d:"M104.782 105.647H51.518a.308.308 0 01-.252-.128l-2.716-3.701a.31.31 0 01-.026-.326.31.31 0 01.279-.171h52.73c.09 0 .175.039.235.107l3.25 3.701c.08.092.1.224.05.335a.317.317 0 01-.286.183zm-53.107-.625h52.415l-2.701-3.076H49.417l2.258 3.076z"}),g.jsx("path",{fill:"#DDD",d:"M98.215 62.775c.47 0 .792.367.72.82-.073.452-.512.819-.981.819H76.698a12.81 12.81 0 00-.365-1.639h21.882z"}),g.jsx("path",{fill:"#DDD",d:"M97.954 64.726H76.7a.312.312 0 01-.309-.265 12.214 12.214 0 00-.357-1.599.309.309 0 01.05-.275.31.31 0 01.25-.125h21.884c.319 0 .614.131.806.357.192.225.271.518.221.825-.097.607-.663 1.082-1.29 1.082zm-20.99-.625h20.99c.317 0 .625-.254.672-.555a.392.392 0 00-.079-.321.423.423 0 00-.332-.138H76.743c.088.335.161.674.22 1.014zM99.547 54.43c.471 0 .792.366.72.82-.073.451-.512.818-.981.818H76.94c-.47 0-.79-.367-.718-.818.072-.453.51-.82.98-.82h22.345z"}),g.jsx("path",{fill:"#DDD",d:"M99.286 56.38H76.94c-.32 0-.613-.129-.806-.355a1.004 1.004 0 01-.22-.824c.097-.607.662-1.083 1.287-1.083h22.346c.32 0 .614.13.807.357.191.225.271.518.221.825-.096.606-.663 1.08-1.29 1.08zM77.2 54.742c-.315 0-.622.255-.67.557a.391.391 0 00.078.32.423.423 0 00.33.136h22.347c.316 0 .625-.254.672-.555a.392.392 0 00-.08-.32.423.423 0 00-.331-.138H77.2zM94.222 87.815c.471 0 .792.367.72.818-.073.453-.511.821-.982.821H60.997c-.468 0-.79-.366-.718-.82.072-.452.511-.819.98-.819h32.963z"}),g.jsx("path",{fill:"#DDD",d:"M93.961 89.767H60.997c-.318 0-.61-.13-.804-.356a1.004 1.004 0 01-.22-.826c.096-.607.662-1.082 1.287-1.082h32.962c.32 0 .614.13.807.357.192.225.27.516.22.823-.095.607-.662 1.084-1.288 1.084zm-32.703-1.64c-.315 0-.622.255-.67.556a.395.395 0 00.079.323.419.419 0 00.329.137H93.96c.316 0 .625-.255.672-.557a.39.39 0 00-.08-.32.423.423 0 00-.331-.137H61.258v-.001z"}),g.jsx("path",{fill:"#DDD",d:"M80.201 69.189c-.025-.16-.053-.32-.083-.478l-.008-.046-.02-.089c-.026-.129-.056-.258-.086-.386-.011-.047-.022-.096-.035-.143a14.558 14.558 0 00-.133-.496c-.065-.223-.14-.444-.218-.663-.01-.028-.017-.056-.028-.084-.01-.029-.023-.057-.033-.085a11.396 11.396 0 00-.553-1.268c-.013-.023-.022-.047-.033-.07-.017-.034-.038-.067-.055-.1a16.26 16.26 0 00-.219-.4c-.032-.055-.061-.11-.094-.164a11.61 11.61 0 00-.337-.536v-.003c-.1-.147-.2-.293-.306-.438l-3.503-4.775a12.034 12.034 0 01.644.977l.095.164a16.362 16.362 0 01.308.57c.104.205.203.412.294.621l.021.053a11.536 11.536 0 01.297.761 12.302 12.302 0 01.47 1.69 11.138 11.138 0 01.111.614c.339 2.175.14 4.473-.57 6.707a16.401 16.401 0 01-.619 1.64c-.048.11-.1.22-.15.33-.04.086-.08.172-.122.258l-.104.214c-.043.086-.088.17-.132.257a11.944 11.944 0 01-.253.467l-.117.206-.151.256-.112.186c-.134.215-.271.43-.414.64l-.087.127a17.85 17.85 0 01-.902 1.204l-.11.135c-.15.18-.304.36-.463.537l-.075.082a18.882 18.882 0 01-1.029 1.053l-.27.249c-.048.044-.096.09-.146.134-.142.127-.285.25-.43.374a20.29 20.29 0 01-1.082.844l-.084.063a21.276 21.276 0 01-1.082.73c-.209.13-.418.256-.63.377-.056.032-.112.06-.167.093-.186.104-.373.205-.56.303l-.213.11a18.01 18.01 0 01-.62.298c-.038.017-.074.035-.112.051-.048.023-.098.043-.147.064-.136.06-.272.12-.41.175l-.204.082c-.12.047-.24.095-.36.14-.072.028-.145.055-.217.081-.118.043-.236.083-.355.124a9.937 9.937 0 01-.218.072c-.097.032-.195.06-.293.091a16.404 16.404 0 01-.997.275 16.845 16.845 0 01-1.56.308c-.123.019-.247.036-.37.052l-.267.035c-.13.015-.257.026-.385.037-.083.007-.168.017-.251.023-.142.01-.282.018-.422.025-.071.004-.14.008-.212.01-.21.01-.42.013-.63.013-2.39 0-4.697-.523-6.721-1.57a12.644 12.644 0 01-1.885-1.195l3.503 4.775c.593.454 1.224.851 1.885 1.194 2.022 1.048 4.33 1.571 6.72 1.571.209 0 .419-.004.63-.012.07-.003.14-.009.21-.011.141-.007.283-.014.423-.025l.25-.023c.13-.01.257-.023.386-.037.09-.01.178-.022.267-.033.124-.017.247-.032.37-.052l.277-.044.363-.064c.093-.018.187-.036.28-.056.12-.025.24-.05.358-.077a16.81 16.81 0 00.918-.235l.362-.107.18-.053.113-.037.218-.073c.118-.04.236-.08.354-.123l.218-.08c.12-.045.24-.092.36-.141l.204-.082c.137-.057.273-.115.41-.175.048-.022.098-.042.147-.064a.206.206 0 01.026-.011c.028-.013.056-.028.084-.04a18.01 18.01 0 001.393-.711c.04-.023.08-.042.12-.066.014-.008.031-.02.046-.027.211-.121.422-.246.63-.377.213-.133.423-.272.633-.415l.057-.038c.13-.09.262-.183.393-.277l.084-.063c.167-.122.334-.247.5-.378l.038-.029c.089-.07.18-.14.268-.214a19.263 19.263 0 00.703-.598l.146-.134c.09-.083.182-.165.27-.25l.014-.012c.017-.015.032-.032.048-.047.148-.142.293-.287.436-.43l.135-.14c.134-.14.266-.28.395-.423l.059-.063.015-.018c.158-.178.312-.357.462-.537l.11-.134c.132-.162.263-.326.388-.492.013-.019.03-.037.044-.056l.013-.017c.158-.211.31-.424.458-.639l.086-.125c.143-.213.282-.426.415-.642l.027-.04.086-.146c.051-.084.101-.17.151-.255l.117-.207.14-.256.111-.21a8.98 8.98 0 00.13-.258c.037-.07.072-.142.106-.214l.123-.258c.016-.038.036-.074.052-.111l.098-.22c.237-.54.444-1.087.618-1.639.72-2.237.92-4.534.58-6.712z"}),g.jsx("path",{fill:"#F9FAFB",d:"M62.094 89.035c-2.46 0-4.833-.556-6.864-1.607a13.081 13.081 0 01-1.931-1.224.303.303 0 01-.063-.064l-3.503-4.775a.313.313 0 01.442-.433c.57.438 1.189.83 1.839 1.165 1.941 1.006 4.215 1.536 6.576 1.536.196 0 .404-.004.618-.012.04-.001.08-.004.12-.007l.087-.006c.14-.007.277-.014.416-.025.054-.004.108-.01.16-.013l.085-.009c.13-.01.255-.023.378-.037.065-.007.13-.017.196-.025l.068-.009a16.852 16.852 0 00.607-.09l.028-.004c.118-.02.237-.04.355-.063l.277-.055c.116-.024.234-.05.351-.077.093-.02.185-.043.278-.065.117-.029.235-.058.351-.09l.275-.075c.118-.033.236-.07.354-.106l.04-.012c.083-.025.166-.052.248-.078l.214-.07c.116-.04.232-.08.348-.123.071-.026.143-.051.214-.08.118-.044.236-.09.354-.137l.055-.02.147-.059c.135-.055.268-.114.403-.172l.063-.028c.027-.01.055-.023.081-.035l.108-.05a18.639 18.639 0 001.371-.698l.068-.038.096-.052a16.582 16.582 0 001.242-.78c.147-.101.296-.204.443-.31l.083-.062c.18-.132.342-.254.493-.372l.038-.03c.187-.148.362-.29.532-.431.143-.121.283-.243.422-.367l.086-.079.094-.086c.077-.07.155-.14.23-.211l.062-.06c.14-.135.28-.272.43-.424l.133-.137c.132-.138.262-.276.389-.417l.073-.079c.147-.164.296-.337.456-.53l.108-.131c.138-.168.263-.326.38-.483l.058-.073c.144-.191.291-.397.45-.627l.084-.124c.145-.212.28-.425.407-.63l.096-.157.014-.024.149-.251c.034-.06.068-.12.1-.18l.015-.025.139-.251.11-.207c.042-.083.085-.168.129-.251l.102-.21.12-.253.012-.029c.046-.099.092-.197.135-.296.235-.536.44-1.076.607-1.608.696-2.184.889-4.453.56-6.565a11.271 11.271 0 00-.082-.467l-.028-.133a11.506 11.506 0 00-.083-.377l-.035-.142a12.175 12.175 0 00-.343-1.13l-.06-.164c-.08-.212-.154-.401-.23-.578l-.021-.051a11.148 11.148 0 00-.374-.772c-.07-.13-.14-.26-.214-.39l-.029-.05-.064-.109a11.675 11.675 0 00-.628-.951.312.312 0 01.503-.37l.001.002 3.502 4.773a12.91 12.91 0 01.661 1.002c.024.038.044.077.067.115l.029.051c.078.136.153.273.225.41l.02.036.035.067c.009.015.016.032.023.047l.01.025c.119.233.217.442.303.639l.023.053c.082.191.16.39.243.61l.01.029c.01.019.018.038.025.06.007.017.012.037.018.056l.01.03a11.728 11.728 0 01.359 1.185l.028.114.008.034c.032.132.061.264.088.396l.008.034.013.056.008.048c.034.181.062.34.086.49.343 2.21.143 4.577-.582 6.85a16.635 16.635 0 01-.73 1.892l-.031.068-.022.046a14.23 14.23 0 01-.23.48 11.92 11.92 0 01-.248.476l-.143.26-.021.037a9.74 9.74 0 01-.253.433l-.036.06c-.017.03-.035.058-.051.088l-.02.03c-.139.224-.28.443-.429.663l-.087.126c-.166.24-.319.453-.467.65l-.058.076c-.123.16-.255.33-.395.5l-.014.018-.097.119c-.165.198-.318.377-.47.547l-.017.02a.915.915 0 01-.037.038l-.023.025c-.132.145-.266.288-.402.43l-.137.14c-.154.158-.3.3-.443.438l-.017.017a9.64 9.64 0 00-.032.032l-.012.011c-.078.074-.157.146-.236.218l-.096.09-.093.084a19.541 19.541 0 01-.986.823l-.038.031c-.158.124-.325.25-.508.383l-.086.064a23.375 23.375 0 01-.438.309l-.02.013a18.483 18.483 0 01-1.283.806l-.05.03-.072.038a19.12 19.12 0 01-1.465.747l-.032.016c-.018.008-.036.018-.054.025l-.02.008-.098.043-.059.025c-.138.061-.277.12-.416.178l-.149.06-.058.023c-.122.049-.245.096-.367.142l-.22.082-.36.126-.221.074-.047.015-.069.022c-.036.011-.072.022-.11.032l-.073.022a18.815 18.815 0 01-.65.186c-.122.032-.243.064-.365.093-.095.024-.19.046-.286.069a17.79 17.79 0 01-.365.079 15.73 15.73 0 01-.656.122l-.032.005c-.083.014-.165.028-.249.04-.126.02-.251.037-.377.052l-.069.008c-.067.009-.136.018-.202.025-.13.016-.261.027-.392.04l-.083.008-.174.015c-.144.011-.287.018-.43.025l-.081.004a10.9 10.9 0 01-.767.024zm-8.379-3.3a12.43 12.43 0 001.804 1.137c1.942 1.006 4.216 1.536 6.577 1.536a16.05 16.05 0 00.739-.02l.086-.005c.139-.007.276-.013.415-.025l.163-.014.084-.008c.128-.01.253-.023.38-.037l.193-.024.069-.01c.12-.015.243-.032.364-.05.079-.012.16-.025.239-.039l.032-.005c.12-.02.237-.04.355-.063l.277-.055a20.067 20.067 0 00.63-.142l.352-.09c.091-.025.183-.049.273-.075.118-.033.236-.07.354-.106l.084-.025.093-.027.11-.038a17.076 17.076 0 00.561-.192c.072-.026.144-.051.215-.079.118-.044.236-.09.354-.137l.06-.024.14-.055c.135-.056.27-.114.403-.173l.064-.027.08-.035.061-.028.049-.024c.198-.091.404-.19.611-.293a21.557 21.557 0 00.761-.404l.063-.033.054-.03.046-.027a18.234 18.234 0 001.243-.78l.055-.035c.13-.09.259-.18.388-.274l.084-.062c.178-.131.34-.252.492-.373l.038-.03.264-.21a19.304 19.304 0 00.69-.587c.029-.025.057-.052.083-.077l.1-.092c.075-.069.152-.137.225-.208a.08.08 0 01.011-.01l.052-.05a17.113 17.113 0 00.562-.56c.132-.138.263-.277.389-.417l.074-.08a18.896 18.896 0 00.548-.644l.016-.018c.134-.165.263-.33.382-.483l.056-.074c.143-.189.29-.394.45-.626l.084-.123c.144-.212.28-.425.408-.63l.025-.039.046-.078.039-.065.148-.25c.032-.056.064-.111.095-.168l.02-.038c.046-.083.094-.166.138-.25a14.79 14.79 0 00.238-.458l.104-.211.12-.253.052-.11.096-.213c.236-.538.44-1.078.607-1.609.696-2.183.889-4.453.56-6.565a12.975 12.975 0 00-.082-.465l-.027-.132a16.316 16.316 0 00-.083-.377l-.008-.034-.025-.106a11.436 11.436 0 00-.343-1.13l-.017-.05-.01-.031-.012-.03-.021-.052a12.056 12.056 0 00-.23-.578l-.022-.051c-.08-.186-.175-.385-.287-.607l-.022-.046-.011-.025a13.258 13.258 0 00-.267-.486l-.03-.054a11.045 11.045 0 00-.389-.628c-.002-.001-.003-.004-.005-.007a13.32 13.32 0 00-.296-.422l-1.195-1.63a12.852 12.852 0 01.261.9l.036.146c.03.132.06.263.087.395l.03.139c.034.178.062.337.086.49.343 2.208.141 4.577-.582 6.85a16.382 16.382 0 01-.63 1.67c-.045.102-.094.205-.141.308l-.013.028-.123.262-.107.218-.133.261-.113.214c-.047.088-.096.174-.145.261l-.013.025a12.525 12.525 0 01-.26.446l-.014.024-.1.165c-.13.213-.272.432-.422.653l-.088.128c-.164.239-.316.451-.466.65l-.059.075c-.123.162-.252.326-.394.5l-.113.136c-.163.198-.318.376-.47.546l-.077.082a23.629 23.629 0 01-.54.572 18.55 18.55 0 01-.443.437l-.064.063-.238.22-.09.082c-.032.03-.062.059-.094.087a19.541 19.541 0 01-.988.823l-.037.03c-.157.123-.324.25-.509.384l-.086.064a21.1 21.1 0 01-1.1.743c-.197.124-.407.249-.64.383l-.106.059-.063.036a18.867 18.867 0 01-1.417.72l-.049.023-.064.03-.091.04-.06.026c-.139.06-.278.12-.417.178l-.155.062-.053.02c-.122.05-.243.097-.367.142l-.222.082a17.86 17.86 0 01-.58.2l-.26.08-.04.01a18.815 18.815 0 01-1.666.427 17.24 17.24 0 01-.655.122l-.028.004-.254.042c-.127.02-.252.036-.377.052l-.066.008c-.07.01-.138.018-.206.026-.129.016-.258.027-.387.04l-.087.008a7.906 7.906 0 01-.173.015c-.143.01-.286.018-.43.025l-.081.004a17.27 17.27 0 01-.775.02c-2.461 0-4.834-.556-6.864-1.608-.154-.079-.306-.162-.456-.247l2.446 3.33zM120.843 90.037a2.067 2.067 0 100-4.134 2.067 2.067 0 000 4.134zM33.935 82.412a2.067 2.067 0 100-4.133 2.067 2.067 0 000 4.133zM34.97 84.083a.728.728 0 100-1.455.728.728 0 000 1.455zM45.217 56.42a2.067 2.067 0 100-4.134 2.067 2.067 0 000 4.133zM47.632 53.008a.728.728 0 100-1.455.728.728 0 000 1.455z"}),g.jsx("path",{fill:"#EEE",d:"M126.15 45.536a3.556 3.556 0 10-.001-7.11 3.556 3.556 0 00.001 7.11z"}),g.jsx("path",{fill:"#F9FAFB",d:"M122.594 40.225a1.693 1.693 0 100-3.386 1.693 1.693 0 000 3.386z"})]})}var jh=typeof E.commonjsGlobal=="object"&&E.commonjsGlobal&&E.commonjsGlobal.Object===Object&&E.commonjsGlobal,Rh=typeof self=="object"&&self&&self.Object===Object&&self;jh||Rh||Function("return this")();function Dh(e){const[t,n]=P.useState(!!e),r=P.useCallback(()=>{n(!0)},[]),i=P.useCallback(()=>{n(!1)},[]),s=P.useCallback(()=>{n(o=>!o)},[]);return{value:t,setValue:n,setTrue:r,setFalse:i,toggle:s}}function Nh(e){var t;return g.jsxs(L.Dialog,{...e.dialogProps,open:e.open,children:[!e.hideTitle&&g.jsxs(L.DialogTitle,{component:L.Stack,sx:{...e.titleProps,textAlign:"center"},children:[typeof e.title=="string"?g.jsx(L.Typography,{variant:"h4",children:e.title}):e.title,typeof e.subTitle=="string"?g.jsx(L.Typography,{color:"success.main",variant:"body1",...e.subTitleProps,children:e.subTitle}):e.subTitle]}),g.jsx(L.DialogContent,{sx:{...e.contentProps,overflowY:e.fixOverflow?"unset":void 0},children:e.desc}),!(e.hideClose&&e.hideConfirm)&&g.jsx(L.DialogActions,{...e.dialogActionsProps,sx:{display:"flex",justifyContent:"space-between","& button":{minWidth:e.minWidthButton||200},px:3,pb:3,...(t=e.dialogActionsProps)==null?void 0:t.sx},children:e.customActions?e.customActions:g.jsxs(g.Fragment,{children:[!e.hideClose&&g.jsx(L.Button,{color:"error",onClick:e.onClose,children:"Close"}),!e.hideConfirm&&g.jsx(L.Button,{color:"primary",onClick:e.onConfirm,children:"Submit"})]})})]})}function Vh(e){const t=Dh(typeof e=="boolean"?e:void 0);return{setTrue:t.setTrue,open:t.value,onClose:t.setFalse,onConfirm:typeof e!="boolean"?e==null?void 0:e.onConfirm:void 0}}const Ih=()=>g.jsx("div",{className:E.styles["page-container"],children:g.jsxs("div",{className:E.styles["page-main-content"],children:[g.jsx(Lh,{}),g.jsxs("div",{className:"flex flex-col gap-[8px] items-center justify-center text-center",children:[g.jsx("h2",{className:E.styles["page-title"],children:"Access Denied: No Access Permission"}),g.jsxs("p",{className:E.styles["text-base"],children:["We regret to inform you that you do not have the necessary permissions to access this page. ",g.jsx("br",{})," Please contact our administrator for assistance. Thank you for your understanding."]})]})]})}),Lh=()=>g.jsxs("svg",{width:"61",height:"60",viewBox:"0 0 61 60",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[g.jsxs("g",{filter:"url(#filter0_d_10800_50471)",children:[g.jsx("rect",{x:"2.5",y:"1",width:"56",height:"56",rx:"28",fill:"white"}),g.jsx("path",{d:"M24.6667 27.833V23.1663C24.6667 21.6192 25.2812 20.1355 26.3752 19.0416C27.4692 17.9476 28.9529 17.333 30.5 17.333C32.0471 17.333 33.5308 17.9476 34.6248 19.0416C35.7188 20.1355 36.3333 21.6192 36.3333 23.1663V27.833M22.3333 27.833H38.6667C39.9553 27.833 41 28.8777 41 30.1663V38.333C41 39.6217 39.9553 40.6663 38.6667 40.6663H22.3333C21.0447 40.6663 20 39.6217 20 38.333V30.1663C20 28.8777 21.0447 27.833 22.3333 27.833Z",stroke:"#292929","stroke-width":"2.33333","stroke-linecap":"round","stroke-linejoin":"round"})]}),g.jsx("defs",{children:g.jsxs("filter",{id:"filter0_d_10800_50471",x:"0.5",y:"0",width:"60",height:"60",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[g.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),g.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),g.jsx("feOffset",{dy:"1"}),g.jsx("feGaussianBlur",{stdDeviation:"1"}),g.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0.0627451 0 0 0 0 0.0941176 0 0 0 0 0.156863 0 0 0 0.05 0"}),g.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_10800_50471"}),g.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_10800_50471",result:"shape"})]})})]});function Ke(e){if(typeof e!="object"||e===null)return!1;const t=Object.getPrototypeOf(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)}function Pl(e){if(!Ke(e))return e;const t={};return Object.keys(e).forEach(n=>{t[n]=Pl(e[n])}),t}function Re(e,t,n={clone:!0}){const r=n.clone?E._extends({},e):e;return Ke(e)&&Ke(t)&&Object.keys(t).forEach(i=>{i!=="__proto__"&&(Ke(t[i])&&i in e&&Ke(e[i])?r[i]=Re(e[i],t[i],n):n.clone?r[i]=Ke(t[i])?Pl(t[i]):t[i]:r[i]=t[i])}),r}const $h=Object.freeze(Object.defineProperty({__proto__:null,default:Re,isPlainObject:Ke},Symbol.toStringTag,{value:"Module"}));function Zt(e){let t="https://mui.com/production-error/?code="+e;for(let n=1;n<arguments.length;n+=1)t+="&args[]="+encodeURIComponent(arguments[n]);return"Minified MUI error #"+e+"; visit "+t+" for the full message."}const zh=Object.freeze(Object.defineProperty({__proto__:null,default:Zt},Symbol.toStringTag,{value:"Module"}));var Yr={exports:{}},$={};/**
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const w=require("../index.module-1924da8e.cjs"),p=require("react/jsx-runtime"),_=require("react"),le=require("moment"),qt=require("axios");require("@r2wc/react-to-web-component");const Hs=require("react-router-dom"),gc=require("react-dom"),L=require("@mui/material");function yc(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const n in e)if(n!=="default"){const r=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,r.get?r:{enumerable:!0,get:()=>e[n]})}}return t.default=e,Object.freeze(t)}const N=yc(_),vc=`.modal-overlay{z-index:1300;position:fixed;top:0;right:0;bottom:0;left:0;background:hsla(0,0%,0%,.254);--tw-backdrop-blur: blur(4px);justify-content:center;align-items:center;-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.modal-title{font-size:1.25rem;line-height:1.75rem;color:#e01b00;font-weight:500}.modal-footer{display:flex;justify-content:space-between;width:80%}.modal-container{background:#ffffff;-webkit-backdrop-filter:blur(4.5px);backdrop-filter:blur(4.5px);display:flex;padding:32px 24px 40px;flex-direction:column;align-items:center;gap:24px;align-self:stretch;width:500px;height:204px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:.5rem}.modal-button{border-radius:3px;border:1px solid #ddd;background:#ddd;padding:8px 32px;font-size:14px}.confirm-btn{background:#e01b00!important}.text-white{color:#fff}.text-sm{font-size:.875rem;line-height:1.25rem}
|
|
2
|
+
`;function Us({isOpen:e,onClose:t,onConfirm:n}){if(!e)return null;function r(i){var s;((s=i.target)==null?void 0:s.id)==="modal-wrapper"&&t()}return p.jsxs(p.Fragment,{children:[p.jsx("style",{type:"text/css",children:vc}),p.jsx("div",{onClick:r,className:"modal-overlay",id:"modal-wrapper",children:p.jsxs("div",{className:"modal-container",children:[p.jsx("h3",{className:"modal-title",children:"Log out"}),p.jsx("p",{className:"text-sm",children:"Are you sure want to log out?"}),p.jsxs("div",{className:"modal-footer",children:[p.jsx("button",{className:"modal-button",onClick:t,children:"Cancel"}),p.jsx("button",{onClick:n,className:"text-white confirm-btn modal-button",children:"Confirm"})]})]})})]})}function bc({primaryColor:e="#009d4f"}){return p.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"25",viewBox:"0 0 24 25",fill:"none",children:[p.jsx("path",{d:"M8.5 19.5H8C4 19.5 2 18.5 2 13.5V8.5C2 4.5 4 2.5 8 2.5H16C20 2.5 22 4.5 22 8.5V13.5C22 17.5 20 19.5 16 19.5H15.5C15.19 19.5 14.89 19.65 14.7 19.9L13.2 21.9C12.54 22.78 11.46 22.78 10.8 21.9L9.3 19.9C9.14 19.68 8.77 19.5 8.5 19.5Z",stroke:e,"stroke-width":"1.5","stroke-miterlimit":"10","stroke-linecap":"round","stroke-linejoin":"round"}),p.jsx("path",{d:"M15.9965 11.5H16.0054",stroke:e,"stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"}),p.jsx("path",{d:"M11.9955 11.5H12.0045",stroke:e,"stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"}),p.jsx("path",{d:"M7.99451 11.5H8.00349",stroke:e,"stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"})]})}const xc=e=>{const{tabs:t}=e,n=r=>{e.setCurrentTab(r.target.id)};return p.jsxs("div",{className:"tab-container",children:[p.jsx("div",{style:{display:"flex",width:"100%",height:"50px",borderBottom:`1px solid ${w.color.grey200}`},className:"tab-container__title",children:t.map((r,i)=>p.jsx("button",{id:r.id,disabled:e.currentTab===`${r.id}`,onClick:n,className:`tab-title ${e.currentTab===`${r.id}`?"is-active":""}`,children:r.tabTitle},i))}),p.jsx("div",{className:"tab-content",children:t.map((r,i)=>p.jsx("div",{children:e.currentTab===`${r.id}`&&p.jsx("div",{children:r.children})},i))})]})},wc=({notification:e,handleUpdateRead:t})=>p.jsxs("div",{className:"notitification-item__container",children:[p.jsx("div",{className:"notification-item__image-container",children:p.jsx("img",{src:e==null?void 0:e.userAvatarUrl,alt:e.userName})}),p.jsxs("div",{className:"notification-item__content",children:[p.jsx("p",{className:"notification-item__user-name",children:e.userName}),p.jsxs("p",{children:[`${e.message} `,p.jsx("a",{className:"notification-item__context-link",href:e.contextUrl,children:e.context})]})]}),p.jsx("div",{className:"notification-item__time",children:p.jsx("p",{children:le(e.createdAt).local().startOf("hour").fromNow()})}),p.jsx("button",{className:`${(e==null?void 0:e.isRead)===!1?"unread":"read"} + notification-item__read-at`,onClick:()=>t(e.id,!e.isRead),"aria-label":"Mark as read"})]}),Bi=({notidata:e,handleUpdateRead:t,handleUpdateReadAll:n})=>p.jsxs("div",{children:[p.jsx("div",{className:"mark-all-read",children:p.jsx("button",{onClick:n,children:"Mark all as read"})}),p.jsx("div",{className:"notification-items__wrapper",children:p.jsx("div",{className:"notification-items__content",children:Object.values(e).map((r,i)=>p.jsx(wc,{notification:r,handleUpdateRead:t},i))})})]}),Gs=({baseUrl:e,notiPath:t,setNotiData:n})=>async()=>{const s=e+(t||"/notification-management/api/v1/notifications"),o=await qt.get(s,{params:{filter:{notificationFilterType:"all"}},withCredentials:!0}),a=await qt.get(s,{params:{filter:{notificationFilterType:"unread"}},withCredentials:!0});Promise.all([o,a]).then(l=>{var c,d,u,h;console.log("result: "+l),n({all:{rows:(c=l[0].data)==null?void 0:c.rows,total:(d=l[0].data)==null?void 0:d.total},unread:{rows:(u=l[1].data)==null?void 0:u.rows,total:(h=l[1].data)==null?void 0:h.total}})})},Sc=({baseUrl:e,notiPath:t})=>{const{setShowModalFalse:n}=_.useContext(w.CustomOpenList),{notidata:r,setNotiData:i}=_.useContext(w.CustomOpenList),[s,o]=_.useState("all"),a=Gs({baseUrl:e,notiPath:t,setNotiData:i}),l=async()=>{var u,h;try{const y=e+(t||"/notification-management/api/v1/notifications");await qt.put(y,{withCredentials:!0})}catch(m){console.log(m),w.pushError(((h=(u=m.response)==null?void 0:u.data)==null?void 0:h.errorMessage)||"Have error when get notification list")}await a()},c=async(u,h)=>{var m,y;try{const f=t||`/notification-management/api/v1/notifications/${u}`,g=e+f;await qt.put(g,{isRead:h},{withCredentials:!0})}catch(f){w.pushError(((y=(m=f.response)==null?void 0:m.data)==null?void 0:y.errorMessage)||"Have error when get notification list")}await a()},d=[{id:"all",tabTitle:`All (${r.all.total||0})`,children:p.jsx(Bi,{notidata:r.all.rows,handleUpdateRead:c,handleUpdateReadAll:l})},{id:"unread",tabTitle:`Unread (${r.unread.total||0})`,children:p.jsx(Bi,{notidata:r.unread.rows,handleUpdateRead:c,handleUpdateReadAll:l})}];return p.jsx(p.Fragment,{children:p.jsx("div",{style:{position:"absolute",backgroundColor:"#fff",width:"550px",height:"90vh",right:"100px",top:"100%",padding:"32px",boxShadow:"10px 0px 20px #999",borderRadius:"0 0 8px 8px",overflow:"hidden"},children:p.jsxs("div",{className:"list-content",children:[p.jsxs("div",{style:{display:"flex",justifyContent:"space-between",alignItems:"center"},children:[p.jsx("h3",{style:{fontSize:"24px",fontWeight:"500"},className:"list-title",children:"Notifications"}),p.jsx("button",{onClick:n,children:p.jsx("svg",{width:"24",height:"25",viewBox:"0 0 24 25",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:p.jsx("path",{d:"M7.05086 6.13616C6.66033 5.74563 6.02717 5.74563 5.63664 6.13616C5.24612 6.52668 5.24612 7.15984 5.63664 7.55037L10.5864 12.5001L5.63664 17.4499C5.24612 17.8404 5.24612 18.4736 5.63664 18.8641C6.02717 19.2546 6.66033 19.2546 7.05086 18.8641L12.0006 13.9143L16.9504 18.8641C17.3409 19.2546 17.974 19.2546 18.3646 18.8641C18.7551 18.4736 18.7551 17.8404 18.3646 17.4499L13.4148 12.5001L18.3646 7.55037C18.7551 7.15984 18.7551 6.52668 18.3646 6.13616C17.974 5.74563 17.3409 5.74563 16.9504 6.13616L12.0006 11.0859L7.05086 6.13616Z",fill:"#85858A"})})})]}),p.jsx(xc,{tabs:d,setCurrentTab:o,currentTab:s})]})})})};function Ec({primaryColor:e="#009d4f",baseUrl:t,notiPath:n}){const{isOpen:r,toggleOpen:i}=_.useContext(w.CustomOpenList),{notidata:s,setNotiData:o}=_.useContext(w.CustomOpenList),a=Gs({baseUrl:t,notiPath:n,setNotiData:o}),l=async()=>{var c,d;try{await a()}catch(u){w.pushError(((d=(c=u.response)==null?void 0:c.data)==null?void 0:d.errorMessage)||"Have error when get notification list")}};return _.useEffect(()=>{l()},[]),p.jsxs("div",{children:[p.jsxs("svg",{width:"24",height:"25",viewBox:"0 0 24 25",fill:"none",xmlns:"http://www.w3.org/2000/svg",onClick:i,children:[p.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.7968 17.4705C16.5901 17.4705 18.8076 16.8556 19.0218 14.3874C19.0218 11.921 17.4757 12.0796 17.4757 9.05334C17.4757 6.68952 15.2352 4 11.7968 4C8.35833 4 6.1178 6.68952 6.1178 9.05334C6.1178 12.0796 4.57178 11.921 4.57178 14.3874C4.78679 16.8649 7.00428 17.4705 11.7968 17.4705Z",stroke:e,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),p.jsx("path",{d:"M13.8274 20.0286C12.6679 21.3161 10.8591 21.3313 9.68848 20.0286",stroke:e,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),p.jsx("span",{style:{position:"absolute",top:"18px",background:`${w.color.darkDanger}`,width:"13px",height:"13px",border:"1px solid #fff",borderRadius:"50%",color:"#fff",fontSize:"8px"},className:"notification-badge",children:s.unread.total||0}),!r&&p.jsx(Sc,{baseUrl:t,notiPath:n})]})}const Tc=`*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}
|
|
3
|
+
`;function Ys({children:e,styles:t=[],...n}){return p.jsxs(w.C.div,{...n,children:[[Tc,...t].map((r,i)=>p.jsx("style",{type:"text/css",children:r},i)),e]})}const Cc=`.avatar-dropdown-item{padding:.5rem;font-size:.875rem;line-height:1.25rem;cursor:pointer;border-radius:.25rem}.avartarDropdownMenu{background-color:#fff;padding:.5rem;width:13rem;--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);position:absolute;left:-10rem;top:3.2rem}.avartarDropdownMenu ul{list-style:none;padding-inline-start:0;margin-block-end:0}.navbar{position:fixed;display:flex;z-index:30;background:#292929;top:0;width:100%;padding-left:2.5rem;height:64px}.navbar-container{display:flex;flex-direction:row;align-items:center;width:100%;justify-content:space-between}.logo-container{padding:16px 0;height:100%}.right-side-container{display:flex;flex-direction:row;align-items:center;text-align:center;margin-right:2.5rem;gap:1rem}.userContainer{display:flex;align-items:center;gap:.5rem}.languageDropdown{height:100%;padding:0 8px;display:flex;flex-direction:row;gap:8px;border-radius:3px;align-items:center;justify-content:center;height:41px;background-color:#ffffff1a;cursor:pointer;transition:background-color .2s ease-in-out}.languageDropdown:hover{background-color:#fff3}.userFullName{color:#fff;font-weight:400;font-size:.875rem;line-height:1.25rem}.userAvatar{width:2.5rem;height:2.5rem;cursor:pointer;-o-object-fit:cover;object-fit:cover;border-radius:9999px;border:2px solid #FFFFFF}.userAvatarNull{width:2.5rem;height:2.5rem;background:#DDDDDD;border-radius:100%;color:#fff;font-size:20px;font-weight:400;display:flex;align-items:center;justify-content:center}.relative{position:relative}.cursor-pointer{cursor:pointer}
|
|
4
|
+
`,_c=`.tab-title{min-width:90px;padding:5px 16px;font-size:14px;font-weight:500;color:#c5c5c5;transition:all .3s ease-in-out;position:relative}.tab-title.is-active{color:#2e7d32}.tab-title.is-active:before{transition:all .3s ease-in-out;position:absolute;content:"";width:100%;height:100%;top:0;left:0;border-bottom:2px solid #2E7D32}.tab-content{padding:16px 0}
|
|
5
|
+
`,Pc=`:root{--textPrimary: #292929;--textWhite: #fff;--primary500: #2E7D32;--grey100: #FAFAFA;--gray200: #EEEEEE;--gray600: #85858A;--link: #007BFF }.list-content{overflow-y:auto;overflow-x:hidden}.mark-all-read{text-align:right;color:#007bff;margin-bottom:8px;font-size:12px}.notification-items__wrapper{overflow:hidden}.notification-items__content{height:calc(100vh - 275px);overflow-x:hidden;overflow-y:auto}.notitification-item__container{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:#FAFAFA 1px solid;text-align:left;font-size:12px;position:relative;z-index:10}.notitification-item__container:before{position:absolute;content:"";width:100%;top:4px;bottom:4px;left:0;background-color:#fafafa;border-radius:4px;opacity:0;transition:opacity .3s ease-in-out;z-index:-1}.notitification-item__container:hover:before{opacity:1}.notification-item__image-container{width:40px;height:40px;display:flex;justify-content:center;align-items:center;border-radius:50%;overflow:hidden;margin-right:16px}.notification-item__image-container img{width:100%;height:100%;text-align:center;-o-object-fit:cover;object-fit:cover;color:transparent;text-indent:10000px}.notification-item__context-link{color:#007bff}.notification-item__content{width:65%;padding-right:16px}.notification-item__user-name{margin-bottom:2px;font-size:14px}.notification-item__time{margin-right:15px}.notification-item__read-at{border-width:2px;border-style:solid;border-radius:50%;width:10px;height:10px;display:block;position:relative}.notification-item__read-at:before{position:absolute;top:-30px;right:0;width:91px;background-color:#85858a;color:#fff;border-radius:4px;font-size:10px;text-align:center;padding:4px;opacity:0;transition:opacity .3s cubic-bezier(.39,.575,.565,1)}.notification-item__read-at:hover:before{opacity:1}.notification-item__read-at.read:before{content:"Mark as read"}.notification-item__read-at.unread:before{content:"Mark as unread"}.notification-item__read-at.read{border-color:#eee}.notification-item__read-at.unread{border-color:#2e7d32;background-color:#2e7d32}
|
|
6
|
+
`;function Ac(e){return p.jsxs("svg",{width:"34",height:"25",viewBox:"0 0 34 25",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[p.jsxs("g",{"clip-path":"url(#clip0_16865_28134)",children:[p.jsx("rect",{y:"0.5",width:"34",height:"24",rx:"3",fill:"#1A47B8"}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M3.61691 0.5H0V4.5L30.3635 24.5L34 24.5V20.5L3.61691 0.5Z",fill:"white"}),p.jsx("path",{d:"M1.20635 0.5L34 22.1567V24.5H32.8219L0 2.82089V0.5H1.20635Z",fill:"#F93939"}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M30.7619 0.5H34V4.5C34 4.5 12.9683 17.8249 3.2381 24.5H0V20.5L30.7619 0.5Z",fill:"white"}),p.jsx("path",{d:"M34 0.5H32.9019L0 22.1753V24.5H1.20635L34 2.83842V0.5Z",fill:"#F93939"}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M12.3648 0.5H21.6635V7.90291H34V17.0922H21.6635V24.5H12.3648V17.0922H0V7.90291H12.3648V0.5Z",fill:"white"}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M14.3158 0.5H19.6842V9.73077H34V15.2692H19.6842V24.5H14.3158V15.2692H0V9.73077H14.3158V0.5Z",fill:"#F93939"})]}),p.jsx("defs",{children:p.jsx("clipPath",{id:"clip0_16865_28134",children:p.jsx("rect",{y:"0.5",width:"34",height:"24",rx:"3",fill:"white"})})})]})}function kc(e){return p.jsxs("svg",{width:"34",height:"24",viewBox:"0 0 34 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[p.jsxs("g",{"clip-path":"url(#clip0_16886_62505)",children:[p.jsx("rect",{width:"34",height:"24",rx:"3",fill:"#F93939"}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M0 16H34V24H0V16Z",fill:"#FFDA2C"}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M0 0H34V8H0V0Z",fill:"#151515"})]}),p.jsx("defs",{children:p.jsx("clipPath",{id:"clip0_16886_62505",children:p.jsx("rect",{width:"34",height:"24",rx:"3",fill:"white"})})})]})}function Oc({logo:e,user:t,baseUrl:n,notiPath:r,style:i,classNames:s="",customColors:o}){const a=e||"/public/assets/icons/logo-header.png",l={...i,color:(o==null?void 0:o.color)||"black",backgroundColor:(o==null?void 0:o.bgColor)||"black"},[c,d]=_.useState(!1),u=()=>{window.location.href=`${n}/authentication/logout?callbackUrl=${window.location.href}`};return p.jsxs(Ys,{styles:[Cc,_c,Pc],style:{zIndex:1202},children:[p.jsx("nav",{className:`navbar ${s}`,style:o?l:i,children:p.jsxs("div",{className:"navbar-container",children:[p.jsx("div",{className:"logo-container",children:p.jsx("img",{src:a,alt:"logo-header"})}),p.jsxs("div",{className:"right-side-container",children:[p.jsx(w.CustomOpenListProvider,{children:p.jsx("span",{className:"cursor-pointer",children:p.jsx(Ec,{primaryColor:o==null?void 0:o.primaryColor,baseUrl:n,notiPath:r})})}),p.jsx("span",{className:"cursor-pointer",children:p.jsx(bc,{primaryColor:o==null?void 0:o.primaryColor})}),p.jsx(jc,{primaryColor:o==null?void 0:o.primaryColor}),p.jsxs("div",{className:"userContainer",children:[p.jsx(Mc,{primaryColor:o==null?void 0:o.primaryColor,avatarUrl:t==null?void 0:t.avatarUrl,userName:t==null?void 0:t.firstName,setShowConfirmModal:d}),p.jsx("p",{className:"userFullName",children:`${(t==null?void 0:t.firstName)||"Unknown"} ${(t==null?void 0:t.lastName)||"User"}`})]})]})]})}),p.jsx(Us,{isOpen:c,onClose:()=>d(!1),onConfirm:u})]})}function jc({primaryColor:e="#009d4f"}){var a;const[t,n]=_.useState(!1),r=_.useRef(null),i=[{value:w.Language.en,element:p.jsx(Ac,{})},{value:w.Language.de,element:p.jsx(kc,{})}],{language:s,setLanguage:o}=w.useTranslation();return _.useEffect(()=>{const l=c=>{r.current&&!r.current.contains(c.target)&&n(!1)};return document.addEventListener("click",l,!0),()=>{document.removeEventListener("click",l,!0)}},[r]),p.jsxs("div",{className:"languageDropdownContainer",style:{position:"relative"},children:[p.jsxs("div",{className:"languageDropdown",onClick:()=>n(!t),ref:r,children:[(a=i.find(l=>l.value==s))==null?void 0:a.element,p.jsx("svg",{width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:p.jsx("path",{d:"M4.42724 7.92678L7.82372 11.3232C7.92135 11.4209 8.07964 11.4209 8.17727 11.3232L11.5737 7.92678C11.7312 7.76928 11.6197 7.5 11.3969 7.5H4.60402C4.38129 7.5 4.26975 7.76929 4.42724 7.92678Z",fill:"#85858A"})})]}),p.jsx("div",{className:"dropdownListLanguage",style:{display:t?"block":"none",position:"absolute",top:"53px",right:"0px",padding:"8px",boxShadow:"0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1)",backgroundColor:"#fafafa"},children:i.filter(l=>l.value!==s).map(l=>p.jsx("div",{className:"languageItem",style:{width:"100px",padding:"8px",display:"flex",alignItems:"center",justifyContent:"center",cursor:"pointer"},onMouseEnter:c=>{c.currentTarget.style.backgroundColor=e,c.currentTarget.style.transition="background-color 0.3s ease-in-out"},onMouseLeave:c=>{c.currentTarget.style.backgroundColor="#fafafa",c.currentTarget.style.transition="background-color 0.3s ease-out"},onClick:()=>{o(l.value),localStorage.setItem("language",l.value),w.instance.changeLanguage(l.value),n(!1),window.location.reload()},children:l.element}))})]})}function Mc({avatarUrl:e,userName:t,setShowConfirmModal:n,primaryColor:r="#009d4f"}){const[i,s]=_.useState(!1),o=_.useRef(null),a=_.useRef(null),[l,c]=_.useState(!1),[d,u]=_.useState(!1),h={backgroundColor:l?r:"transparent"},m={backgroundColor:d?r:"transparent"};return _.useEffect(()=>{const y=f=>{o.current&&!o.current.contains(f.target)&&s(!1),a.current&&!a.current.contains(f.target)&&s(!1)};return document.addEventListener("click",y,!0),()=>{document.removeEventListener("click",y,!0)}},[o]),p.jsx(p.Fragment,{children:p.jsxs("div",{style:{position:"relative"},children:[e?p.jsx("img",{onClick:()=>s(!i),ref:o,alt:"user avatar",className:"userAvatar",src:e}):p.jsx("div",{onClick:()=>s(!i),ref:o,className:"userAvatarNull",children:(t==null?void 0:t.charAt(0))??""}),p.jsx("div",{style:{display:i?"block":"none"},className:"avartarDropdownMenu",ref:a,children:p.jsxs("ul",{children:[p.jsx("li",{onMouseEnter:()=>u(!0),onMouseLeave:()=>u(!1),style:m,className:"avatar-dropdown-item",children:"Profile"}),p.jsx("li",{onMouseEnter:()=>c(!0),onMouseLeave:()=>c(!1),style:h,onClick:()=>n(!0),className:"avatar-dropdown-item",children:"Logout"})]})})]})})}var Nc=typeof global=="object"&&global&&global.Object===Object&&global;const Dc=Nc;var Rc=typeof self=="object"&&self&&self.Object===Object&&self,Vc=Dc||Rc||Function("return this")();const qs=Vc;var Ic=qs.Symbol;const Dn=Ic;var Ks=Object.prototype,Lc=Ks.hasOwnProperty,$c=Ks.toString,It=Dn?Dn.toStringTag:void 0;function zc(e){var t=Lc.call(e,It),n=e[It];try{e[It]=void 0;var r=!0}catch{}var i=$c.call(e);return r&&(t?e[It]=n:delete e[It]),i}var Fc=Object.prototype,Bc=Fc.toString;function Wc(e){return Bc.call(e)}var Hc="[object Null]",Uc="[object Undefined]",Wi=Dn?Dn.toStringTag:void 0;function Gc(e){return e==null?e===void 0?Uc:Hc:Wi&&Wi in Object(e)?zc(e):Wc(e)}function Yc(e){return e!=null&&typeof e=="object"}var qc="[object Symbol]";function Kc(e){return typeof e=="symbol"||Yc(e)&&Gc(e)==qc}var Xc=/\s/;function Zc(e){for(var t=e.length;t--&&Xc.test(e.charAt(t)););return t}var Jc=/^\s+/;function Qc(e){return e&&e.slice(0,Zc(e)+1).replace(Jc,"")}function Rn(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}var Hi=0/0,eu=/^[-+]0x[0-9a-f]+$/i,tu=/^0b[01]+$/i,nu=/^0o[0-7]+$/i,ru=parseInt;function Ui(e){if(typeof e=="number")return e;if(Kc(e))return Hi;if(Rn(e)){var t=typeof e.valueOf=="function"?e.valueOf():e;e=Rn(t)?t+"":t}if(typeof e!="string")return e===0?e:+e;e=Qc(e);var n=tu.test(e);return n||nu.test(e)?ru(e.slice(2),n?2:8):eu.test(e)?Hi:+e}var iu=function(){return qs.Date.now()};const gr=iu;var ou="Expected a function",su=Math.max,au=Math.min;function En(e,t,n){var r,i,s,o,a,l,c=0,d=!1,u=!1,h=!0;if(typeof e!="function")throw new TypeError(ou);t=Ui(t)||0,Rn(n)&&(d=!!n.leading,u="maxWait"in n,s=u?su(Ui(n.maxWait)||0,t):s,h="trailing"in n?!!n.trailing:h);function m(T){var C=r,P=i;return r=i=void 0,c=T,o=e.apply(P,C),o}function y(T){return c=T,a=setTimeout(b,t),d?m(T):o}function f(T){var C=T-l,P=T-c,k=t-C;return u?au(k,s-P):k}function g(T){var C=T-l,P=T-c;return l===void 0||C>=t||C<0||u&&P>=s}function b(){var T=gr();if(g(T))return S(T);a=setTimeout(b,f(T))}function S(T){return a=void 0,h&&r?m(T):(r=i=void 0,o)}function x(){a!==void 0&&clearTimeout(a),c=0,r=l=i=a=void 0}function E(){return a===void 0?o:S(gr())}function v(){var T=gr(),C=g(T);if(r=arguments,i=this,l=T,C){if(a===void 0)return y(l);if(u)return clearTimeout(a),a=setTimeout(b,t),m(l)}return a===void 0&&(a=setTimeout(b,t)),o}return v.cancel=x,v.flush=E,v}var lu="Expected a function";function cu(e,t,n){var r=!0,i=!0;if(typeof e!="function")throw new TypeError(lu);return Rn(n)&&(r="leading"in n?!!n.leading:r,i="trailing"in n?!!n.trailing:i),En(e,t,{leading:r,maxWait:t,trailing:i})}var uu=!!(typeof window<"u"&&window.document&&window.document.createElement),du=uu;const Xs=w.getDefaultExportFromCjs(du);var xt=function(){return xt=Object.assign||function(t){for(var n,r=1,i=arguments.length;r<i;r++){n=arguments[r];for(var s in n)Object.prototype.hasOwnProperty.call(n,s)&&(t[s]=n[s])}return t},xt.apply(this,arguments)},bt=null,Gi=null;Xs&&window.addEventListener("resize",function(){Gi!==window.devicePixelRatio&&(Gi=window.devicePixelRatio,bt=null)});function Yi(){if(bt===null){if(typeof document>"u")return bt=0,bt;var e=document.body,t=document.createElement("div");t.classList.add("simplebar-hide-scrollbar"),e.appendChild(t);var n=t.getBoundingClientRect().right;e.removeChild(t),bt=n}return bt}function Zs(e){return!e||!e.ownerDocument||!e.ownerDocument.defaultView?window:e.ownerDocument.defaultView}function Js(e){return!e||!e.ownerDocument?document:e.ownerDocument}var Qs=function(e){var t={},n=Array.prototype.reduce.call(e,function(r,i){var s=i.name.match(/data-simplebar-(.+)/);if(s){var o=s[1].replace(/\W+(.)/g,function(a,l){return l.toUpperCase()});switch(i.value){case"true":r[o]=!0;break;case"false":r[o]=!1;break;case void 0:r[o]=!0;break;default:r[o]=i.value}}return r},t);return n};function ea(e,t){var n;e&&(n=e.classList).add.apply(n,t.split(" "))}function ta(e,t){e&&t.split(" ").forEach(function(n){e.classList.remove(n)})}function na(e){return".".concat(e.split(" ").join("."))}var fu=Object.freeze({__proto__:null,getElementWindow:Zs,getElementDocument:Js,getOptions:Qs,addClasses:ea,removeClasses:ta,classNamesToQuery:na}),He=Zs,yr=Js,hu=Qs,Ue=ea,Ge=ta,de=na,mn=function(){function e(t,n){n===void 0&&(n={});var r=this;if(this.removePreventClickId=null,this.minScrollbarWidth=20,this.stopScrollDelay=175,this.isScrolling=!1,this.isMouseEntering=!1,this.scrollXTicking=!1,this.scrollYTicking=!1,this.wrapperEl=null,this.contentWrapperEl=null,this.contentEl=null,this.offsetEl=null,this.maskEl=null,this.placeholderEl=null,this.heightAutoObserverWrapperEl=null,this.heightAutoObserverEl=null,this.rtlHelpers=null,this.scrollbarWidth=0,this.resizeObserver=null,this.mutationObserver=null,this.elStyles=null,this.isRtl=null,this.mouseX=0,this.mouseY=0,this.onMouseMove=function(){},this.onWindowResize=function(){},this.onStopScrolling=function(){},this.onMouseEntered=function(){},this.onScroll=function(){var i=He(r.el);r.scrollXTicking||(i.requestAnimationFrame(r.scrollX),r.scrollXTicking=!0),r.scrollYTicking||(i.requestAnimationFrame(r.scrollY),r.scrollYTicking=!0),r.isScrolling||(r.isScrolling=!0,Ue(r.el,r.classNames.scrolling)),r.showScrollbar("x"),r.showScrollbar("y"),r.onStopScrolling()},this.scrollX=function(){r.axis.x.isOverflowing&&r.positionScrollbar("x"),r.scrollXTicking=!1},this.scrollY=function(){r.axis.y.isOverflowing&&r.positionScrollbar("y"),r.scrollYTicking=!1},this._onStopScrolling=function(){Ge(r.el,r.classNames.scrolling),r.options.autoHide&&(r.hideScrollbar("x"),r.hideScrollbar("y")),r.isScrolling=!1},this.onMouseEnter=function(){r.isMouseEntering||(Ue(r.el,r.classNames.mouseEntered),r.showScrollbar("x"),r.showScrollbar("y"),r.isMouseEntering=!0),r.onMouseEntered()},this._onMouseEntered=function(){Ge(r.el,r.classNames.mouseEntered),r.options.autoHide&&(r.hideScrollbar("x"),r.hideScrollbar("y")),r.isMouseEntering=!1},this._onMouseMove=function(i){r.mouseX=i.clientX,r.mouseY=i.clientY,(r.axis.x.isOverflowing||r.axis.x.forceVisible)&&r.onMouseMoveForAxis("x"),(r.axis.y.isOverflowing||r.axis.y.forceVisible)&&r.onMouseMoveForAxis("y")},this.onMouseLeave=function(){r.onMouseMove.cancel(),(r.axis.x.isOverflowing||r.axis.x.forceVisible)&&r.onMouseLeaveForAxis("x"),(r.axis.y.isOverflowing||r.axis.y.forceVisible)&&r.onMouseLeaveForAxis("y"),r.mouseX=-1,r.mouseY=-1},this._onWindowResize=function(){r.scrollbarWidth=r.getScrollbarWidth(),r.hideNativeScrollbar()},this.onPointerEvent=function(i){if(!(!r.axis.x.track.el||!r.axis.y.track.el||!r.axis.x.scrollbar.el||!r.axis.y.scrollbar.el)){var s,o;r.axis.x.track.rect=r.axis.x.track.el.getBoundingClientRect(),r.axis.y.track.rect=r.axis.y.track.el.getBoundingClientRect(),(r.axis.x.isOverflowing||r.axis.x.forceVisible)&&(s=r.isWithinBounds(r.axis.x.track.rect)),(r.axis.y.isOverflowing||r.axis.y.forceVisible)&&(o=r.isWithinBounds(r.axis.y.track.rect)),(s||o)&&(i.stopPropagation(),i.type==="pointerdown"&&i.pointerType!=="touch"&&(s&&(r.axis.x.scrollbar.rect=r.axis.x.scrollbar.el.getBoundingClientRect(),r.isWithinBounds(r.axis.x.scrollbar.rect)?r.onDragStart(i,"x"):r.onTrackClick(i,"x")),o&&(r.axis.y.scrollbar.rect=r.axis.y.scrollbar.el.getBoundingClientRect(),r.isWithinBounds(r.axis.y.scrollbar.rect)?r.onDragStart(i,"y"):r.onTrackClick(i,"y"))))}},this.drag=function(i){var s,o,a,l,c,d,u,h,m,y,f;if(!(!r.draggedAxis||!r.contentWrapperEl)){var g,b=r.axis[r.draggedAxis].track,S=(o=(s=b.rect)===null||s===void 0?void 0:s[r.axis[r.draggedAxis].sizeAttr])!==null&&o!==void 0?o:0,x=r.axis[r.draggedAxis].scrollbar,E=(l=(a=r.contentWrapperEl)===null||a===void 0?void 0:a[r.axis[r.draggedAxis].scrollSizeAttr])!==null&&l!==void 0?l:0,v=parseInt((d=(c=r.elStyles)===null||c===void 0?void 0:c[r.axis[r.draggedAxis].sizeAttr])!==null&&d!==void 0?d:"0px",10);i.preventDefault(),i.stopPropagation(),r.draggedAxis==="y"?g=i.pageY:g=i.pageX;var T=g-((h=(u=b.rect)===null||u===void 0?void 0:u[r.axis[r.draggedAxis].offsetAttr])!==null&&h!==void 0?h:0)-r.axis[r.draggedAxis].dragOffset;T=r.draggedAxis==="x"&&r.isRtl?((y=(m=b.rect)===null||m===void 0?void 0:m[r.axis[r.draggedAxis].sizeAttr])!==null&&y!==void 0?y:0)-x.size-T:T;var C=T/(S-x.size),P=C*(E-v);r.draggedAxis==="x"&&r.isRtl&&(P=!((f=e.getRtlHelpers())===null||f===void 0)&&f.isScrollingToNegative?-P:P),r.contentWrapperEl[r.axis[r.draggedAxis].scrollOffsetAttr]=P}},this.onEndDrag=function(i){var s=yr(r.el),o=He(r.el);i.preventDefault(),i.stopPropagation(),Ge(r.el,r.classNames.dragging),s.removeEventListener("mousemove",r.drag,!0),s.removeEventListener("mouseup",r.onEndDrag,!0),r.removePreventClickId=o.setTimeout(function(){s.removeEventListener("click",r.preventClick,!0),s.removeEventListener("dblclick",r.preventClick,!0),r.removePreventClickId=null})},this.preventClick=function(i){i.preventDefault(),i.stopPropagation()},this.el=t,this.options=xt(xt({},e.defaultOptions),n),this.classNames=xt(xt({},e.defaultOptions.classNames),n.classNames),this.axis={x:{scrollOffsetAttr:"scrollLeft",sizeAttr:"width",scrollSizeAttr:"scrollWidth",offsetSizeAttr:"offsetWidth",offsetAttr:"left",overflowAttr:"overflowX",dragOffset:0,isOverflowing:!0,forceVisible:!1,track:{size:null,el:null,rect:null,isVisible:!1},scrollbar:{size:null,el:null,rect:null,isVisible:!1}},y:{scrollOffsetAttr:"scrollTop",sizeAttr:"height",scrollSizeAttr:"scrollHeight",offsetSizeAttr:"offsetHeight",offsetAttr:"top",overflowAttr:"overflowY",dragOffset:0,isOverflowing:!0,forceVisible:!1,track:{size:null,el:null,rect:null,isVisible:!1},scrollbar:{size:null,el:null,rect:null,isVisible:!1}}},typeof this.el!="object"||!this.el.nodeName)throw new Error("Argument passed to SimpleBar must be an HTML element instead of ".concat(this.el));this.onMouseMove=cu(this._onMouseMove,64),this.onWindowResize=En(this._onWindowResize,64,{leading:!0}),this.onStopScrolling=En(this._onStopScrolling,this.stopScrollDelay),this.onMouseEntered=En(this._onMouseEntered,this.stopScrollDelay),this.init()}return e.getRtlHelpers=function(){if(e.rtlHelpers)return e.rtlHelpers;var t=document.createElement("div");t.innerHTML='<div class="simplebar-dummy-scrollbar-size"><div></div></div>';var n=t.firstElementChild,r=n==null?void 0:n.firstElementChild;if(!r)return null;document.body.appendChild(n),n.scrollLeft=0;var i=e.getOffset(n),s=e.getOffset(r);n.scrollLeft=-999;var o=e.getOffset(r);return document.body.removeChild(n),e.rtlHelpers={isScrollOriginAtZero:i.left!==s.left,isScrollingToNegative:s.left!==o.left},e.rtlHelpers},e.prototype.getScrollbarWidth=function(){try{return this.contentWrapperEl&&getComputedStyle(this.contentWrapperEl,"::-webkit-scrollbar").display==="none"||"scrollbarWidth"in document.documentElement.style||"-ms-overflow-style"in document.documentElement.style?0:Yi()}catch{return Yi()}},e.getOffset=function(t){var n=t.getBoundingClientRect(),r=yr(t),i=He(t);return{top:n.top+(i.pageYOffset||r.documentElement.scrollTop),left:n.left+(i.pageXOffset||r.documentElement.scrollLeft)}},e.prototype.init=function(){Xs&&(this.initDOM(),this.rtlHelpers=e.getRtlHelpers(),this.scrollbarWidth=this.getScrollbarWidth(),this.recalculate(),this.initListeners())},e.prototype.initDOM=function(){var t,n;this.wrapperEl=this.el.querySelector(de(this.classNames.wrapper)),this.contentWrapperEl=this.options.scrollableNode||this.el.querySelector(de(this.classNames.contentWrapper)),this.contentEl=this.options.contentNode||this.el.querySelector(de(this.classNames.contentEl)),this.offsetEl=this.el.querySelector(de(this.classNames.offset)),this.maskEl=this.el.querySelector(de(this.classNames.mask)),this.placeholderEl=this.findChild(this.wrapperEl,de(this.classNames.placeholder)),this.heightAutoObserverWrapperEl=this.el.querySelector(de(this.classNames.heightAutoObserverWrapperEl)),this.heightAutoObserverEl=this.el.querySelector(de(this.classNames.heightAutoObserverEl)),this.axis.x.track.el=this.findChild(this.el,"".concat(de(this.classNames.track)).concat(de(this.classNames.horizontal))),this.axis.y.track.el=this.findChild(this.el,"".concat(de(this.classNames.track)).concat(de(this.classNames.vertical))),this.axis.x.scrollbar.el=((t=this.axis.x.track.el)===null||t===void 0?void 0:t.querySelector(de(this.classNames.scrollbar)))||null,this.axis.y.scrollbar.el=((n=this.axis.y.track.el)===null||n===void 0?void 0:n.querySelector(de(this.classNames.scrollbar)))||null,this.options.autoHide||(Ue(this.axis.x.scrollbar.el,this.classNames.visible),Ue(this.axis.y.scrollbar.el,this.classNames.visible))},e.prototype.initListeners=function(){var t=this,n,r=He(this.el);if(this.el.addEventListener("mouseenter",this.onMouseEnter),this.el.addEventListener("pointerdown",this.onPointerEvent,!0),this.el.addEventListener("mousemove",this.onMouseMove),this.el.addEventListener("mouseleave",this.onMouseLeave),(n=this.contentWrapperEl)===null||n===void 0||n.addEventListener("scroll",this.onScroll),r.addEventListener("resize",this.onWindowResize),!!this.contentEl){if(window.ResizeObserver){var i=!1,s=r.ResizeObserver||ResizeObserver;this.resizeObserver=new s(function(){i&&r.requestAnimationFrame(function(){t.recalculate()})}),this.resizeObserver.observe(this.el),this.resizeObserver.observe(this.contentEl),r.requestAnimationFrame(function(){i=!0})}this.mutationObserver=new r.MutationObserver(function(){r.requestAnimationFrame(function(){t.recalculate()})}),this.mutationObserver.observe(this.contentEl,{childList:!0,subtree:!0,characterData:!0})}},e.prototype.recalculate=function(){if(!(!this.heightAutoObserverEl||!this.contentEl||!this.contentWrapperEl||!this.wrapperEl||!this.placeholderEl)){var t=He(this.el);this.elStyles=t.getComputedStyle(this.el),this.isRtl=this.elStyles.direction==="rtl";var n=this.contentEl.offsetWidth,r=this.heightAutoObserverEl.offsetHeight<=1,i=this.heightAutoObserverEl.offsetWidth<=1||n>0,s=this.contentWrapperEl.offsetWidth,o=this.elStyles.overflowX,a=this.elStyles.overflowY;this.contentEl.style.padding="".concat(this.elStyles.paddingTop," ").concat(this.elStyles.paddingRight," ").concat(this.elStyles.paddingBottom," ").concat(this.elStyles.paddingLeft),this.wrapperEl.style.margin="-".concat(this.elStyles.paddingTop," -").concat(this.elStyles.paddingRight," -").concat(this.elStyles.paddingBottom," -").concat(this.elStyles.paddingLeft);var l=this.contentEl.scrollHeight,c=this.contentEl.scrollWidth;this.contentWrapperEl.style.height=r?"auto":"100%",this.placeholderEl.style.width=i?"".concat(n||c,"px"):"auto",this.placeholderEl.style.height="".concat(l,"px");var d=this.contentWrapperEl.offsetHeight;this.axis.x.isOverflowing=n!==0&&c>n,this.axis.y.isOverflowing=l>d,this.axis.x.isOverflowing=o==="hidden"?!1:this.axis.x.isOverflowing,this.axis.y.isOverflowing=a==="hidden"?!1:this.axis.y.isOverflowing,this.axis.x.forceVisible=this.options.forceVisible==="x"||this.options.forceVisible===!0,this.axis.y.forceVisible=this.options.forceVisible==="y"||this.options.forceVisible===!0,this.hideNativeScrollbar();var u=this.axis.x.isOverflowing?this.scrollbarWidth:0,h=this.axis.y.isOverflowing?this.scrollbarWidth:0;this.axis.x.isOverflowing=this.axis.x.isOverflowing&&c>s-h,this.axis.y.isOverflowing=this.axis.y.isOverflowing&&l>d-u,this.axis.x.scrollbar.size=this.getScrollbarSize("x"),this.axis.y.scrollbar.size=this.getScrollbarSize("y"),this.axis.x.scrollbar.el&&(this.axis.x.scrollbar.el.style.width="".concat(this.axis.x.scrollbar.size,"px")),this.axis.y.scrollbar.el&&(this.axis.y.scrollbar.el.style.height="".concat(this.axis.y.scrollbar.size,"px")),this.positionScrollbar("x"),this.positionScrollbar("y"),this.toggleTrackVisibility("x"),this.toggleTrackVisibility("y")}},e.prototype.getScrollbarSize=function(t){var n,r;if(t===void 0&&(t="y"),!this.axis[t].isOverflowing||!this.contentEl)return 0;var i=this.contentEl[this.axis[t].scrollSizeAttr],s=(r=(n=this.axis[t].track.el)===null||n===void 0?void 0:n[this.axis[t].offsetSizeAttr])!==null&&r!==void 0?r:0,o=s/i,a;return a=Math.max(~~(o*s),this.options.scrollbarMinSize),this.options.scrollbarMaxSize&&(a=Math.min(a,this.options.scrollbarMaxSize)),a},e.prototype.positionScrollbar=function(t){var n,r,i;t===void 0&&(t="y");var s=this.axis[t].scrollbar;if(!(!this.axis[t].isOverflowing||!this.contentWrapperEl||!s.el||!this.elStyles)){var o=this.contentWrapperEl[this.axis[t].scrollSizeAttr],a=((n=this.axis[t].track.el)===null||n===void 0?void 0:n[this.axis[t].offsetSizeAttr])||0,l=parseInt(this.elStyles[this.axis[t].sizeAttr],10),c=this.contentWrapperEl[this.axis[t].scrollOffsetAttr];c=t==="x"&&this.isRtl&&(!((r=e.getRtlHelpers())===null||r===void 0)&&r.isScrollOriginAtZero)?-c:c,t==="x"&&this.isRtl&&(c=!((i=e.getRtlHelpers())===null||i===void 0)&&i.isScrollingToNegative?c:-c);var d=c/(o-l),u=~~((a-s.size)*d);u=t==="x"&&this.isRtl?-u+(a-s.size):u,s.el.style.transform=t==="x"?"translate3d(".concat(u,"px, 0, 0)"):"translate3d(0, ".concat(u,"px, 0)")}},e.prototype.toggleTrackVisibility=function(t){t===void 0&&(t="y");var n=this.axis[t].track.el,r=this.axis[t].scrollbar.el;!n||!r||!this.contentWrapperEl||(this.axis[t].isOverflowing||this.axis[t].forceVisible?(n.style.visibility="visible",this.contentWrapperEl.style[this.axis[t].overflowAttr]="scroll",this.el.classList.add("".concat(this.classNames.scrollable,"-").concat(t))):(n.style.visibility="hidden",this.contentWrapperEl.style[this.axis[t].overflowAttr]="hidden",this.el.classList.remove("".concat(this.classNames.scrollable,"-").concat(t))),this.axis[t].isOverflowing?r.style.display="block":r.style.display="none")},e.prototype.showScrollbar=function(t){t===void 0&&(t="y"),this.axis[t].isOverflowing&&!this.axis[t].scrollbar.isVisible&&(Ue(this.axis[t].scrollbar.el,this.classNames.visible),this.axis[t].scrollbar.isVisible=!0)},e.prototype.hideScrollbar=function(t){t===void 0&&(t="y"),this.axis[t].isOverflowing&&this.axis[t].scrollbar.isVisible&&(Ge(this.axis[t].scrollbar.el,this.classNames.visible),this.axis[t].scrollbar.isVisible=!1)},e.prototype.hideNativeScrollbar=function(){this.offsetEl&&(this.offsetEl.style[this.isRtl?"left":"right"]=this.axis.y.isOverflowing||this.axis.y.forceVisible?"-".concat(this.scrollbarWidth,"px"):"0px",this.offsetEl.style.bottom=this.axis.x.isOverflowing||this.axis.x.forceVisible?"-".concat(this.scrollbarWidth,"px"):"0px")},e.prototype.onMouseMoveForAxis=function(t){t===void 0&&(t="y");var n=this.axis[t];!n.track.el||!n.scrollbar.el||(n.track.rect=n.track.el.getBoundingClientRect(),n.scrollbar.rect=n.scrollbar.el.getBoundingClientRect(),this.isWithinBounds(n.track.rect)?(this.showScrollbar(t),Ue(n.track.el,this.classNames.hover),this.isWithinBounds(n.scrollbar.rect)?Ue(n.scrollbar.el,this.classNames.hover):Ge(n.scrollbar.el,this.classNames.hover)):(Ge(n.track.el,this.classNames.hover),this.options.autoHide&&this.hideScrollbar(t)))},e.prototype.onMouseLeaveForAxis=function(t){t===void 0&&(t="y"),Ge(this.axis[t].track.el,this.classNames.hover),Ge(this.axis[t].scrollbar.el,this.classNames.hover),this.options.autoHide&&this.hideScrollbar(t)},e.prototype.onDragStart=function(t,n){var r;n===void 0&&(n="y");var i=yr(this.el),s=He(this.el),o=this.axis[n].scrollbar,a=n==="y"?t.pageY:t.pageX;this.axis[n].dragOffset=a-(((r=o.rect)===null||r===void 0?void 0:r[this.axis[n].offsetAttr])||0),this.draggedAxis=n,Ue(this.el,this.classNames.dragging),i.addEventListener("mousemove",this.drag,!0),i.addEventListener("mouseup",this.onEndDrag,!0),this.removePreventClickId===null?(i.addEventListener("click",this.preventClick,!0),i.addEventListener("dblclick",this.preventClick,!0)):(s.clearTimeout(this.removePreventClickId),this.removePreventClickId=null)},e.prototype.onTrackClick=function(t,n){var r=this,i,s,o,a;n===void 0&&(n="y");var l=this.axis[n];if(!(!this.options.clickOnTrack||!l.scrollbar.el||!this.contentWrapperEl)){t.preventDefault();var c=He(this.el);this.axis[n].scrollbar.rect=l.scrollbar.el.getBoundingClientRect();var d=this.axis[n].scrollbar,u=(s=(i=d.rect)===null||i===void 0?void 0:i[this.axis[n].offsetAttr])!==null&&s!==void 0?s:0,h=parseInt((a=(o=this.elStyles)===null||o===void 0?void 0:o[this.axis[n].sizeAttr])!==null&&a!==void 0?a:"0px",10),m=this.contentWrapperEl[this.axis[n].scrollOffsetAttr],y=n==="y"?this.mouseY-u:this.mouseX-u,f=y<0?-1:1,g=f===-1?m-h:m+h,b=40,S=function(){r.contentWrapperEl&&(f===-1?m>g&&(m-=b,r.contentWrapperEl[r.axis[n].scrollOffsetAttr]=m,c.requestAnimationFrame(S)):m<g&&(m+=b,r.contentWrapperEl[r.axis[n].scrollOffsetAttr]=m,c.requestAnimationFrame(S)))};S()}},e.prototype.getContentElement=function(){return this.contentEl},e.prototype.getScrollElement=function(){return this.contentWrapperEl},e.prototype.removeListeners=function(){var t=He(this.el);this.el.removeEventListener("mouseenter",this.onMouseEnter),this.el.removeEventListener("pointerdown",this.onPointerEvent,!0),this.el.removeEventListener("mousemove",this.onMouseMove),this.el.removeEventListener("mouseleave",this.onMouseLeave),this.contentWrapperEl&&this.contentWrapperEl.removeEventListener("scroll",this.onScroll),t.removeEventListener("resize",this.onWindowResize),this.mutationObserver&&this.mutationObserver.disconnect(),this.resizeObserver&&this.resizeObserver.disconnect(),this.onMouseMove.cancel(),this.onWindowResize.cancel(),this.onStopScrolling.cancel(),this.onMouseEntered.cancel()},e.prototype.unMount=function(){this.removeListeners()},e.prototype.isWithinBounds=function(t){return this.mouseX>=t.left&&this.mouseX<=t.left+t.width&&this.mouseY>=t.top&&this.mouseY<=t.top+t.height},e.prototype.findChild=function(t,n){var r=t.matches||t.webkitMatchesSelector||t.mozMatchesSelector||t.msMatchesSelector;return Array.prototype.filter.call(t.children,function(i){return r.call(i,n)})[0]},e.rtlHelpers=null,e.defaultOptions={forceVisible:!1,clickOnTrack:!0,scrollbarMinSize:25,scrollbarMaxSize:0,ariaLabel:"scrollable content",classNames:{contentEl:"simplebar-content",contentWrapper:"simplebar-content-wrapper",offset:"simplebar-offset",mask:"simplebar-mask",wrapper:"simplebar-wrapper",placeholder:"simplebar-placeholder",scrollbar:"simplebar-scrollbar",track:"simplebar-track",heightAutoObserverWrapperEl:"simplebar-height-auto-observer-wrapper",heightAutoObserverEl:"simplebar-height-auto-observer",visible:"simplebar-visible",horizontal:"simplebar-horizontal",vertical:"simplebar-vertical",hover:"simplebar-hover",dragging:"simplebar-dragging",scrolling:"simplebar-scrolling",scrollable:"simplebar-scrollable",mouseEntered:"simplebar-mouse-entered"},scrollableNode:null,contentNode:null,autoHide:!0},e.getOptions=hu,e.helpers=fu,e}(),me=function(){return me=Object.assign||function(t){for(var n,r=1,i=arguments.length;r<i;r++){n=arguments[r];for(var s in n)Object.prototype.hasOwnProperty.call(n,s)&&(t[s]=n[s])}return t},me.apply(this,arguments)};function pu(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]]);return n}var ra=N.forwardRef(function(e,t){var n=e.children,r=e.scrollableNodeProps,i=r===void 0?{}:r,s=pu(e,["children","scrollableNodeProps"]),o=N.useRef(),a=N.useRef(),l=N.useRef(),c={},d={};Object.keys(s).forEach(function(m){Object.prototype.hasOwnProperty.call(mn.defaultOptions,m)?c[m]=s[m]:d[m]=s[m]});var u=me(me({},mn.defaultOptions.classNames),c.classNames),h=me(me({},i),{className:"".concat(u.contentWrapper).concat(i.className?" ".concat(i.className):""),tabIndex:0,role:"region","aria-label":c.ariaLabel||mn.defaultOptions.ariaLabel});return N.useEffect(function(){var m;return a.current=h.ref?h.ref.current:a.current,o.current&&(m=new mn(o.current,me(me(me({},c),a.current&&{scrollableNode:a.current}),l.current&&{contentNode:l.current})),typeof t=="function"?t(m):t&&(t.current=m)),function(){m==null||m.unMount(),m=null,typeof t=="function"&&t(null)}},[]),N.createElement("div",me({"data-simplebar":"init",ref:o},d),N.createElement("div",{className:u.wrapper},N.createElement("div",{className:u.heightAutoObserverWrapperEl},N.createElement("div",{className:u.heightAutoObserverEl})),N.createElement("div",{className:u.mask},N.createElement("div",{className:u.offset},typeof n=="function"?n({scrollableNodeRef:a,scrollableNodeProps:me(me({},h),{ref:a}),contentNodeRef:l,contentNodeProps:{className:u.contentEl,ref:l}}):N.createElement("div",me({},h),N.createElement("div",{className:u.contentEl},n)))),N.createElement("div",{className:u.placeholder})),N.createElement("div",{className:"".concat(u.track," simplebar-horizontal")},N.createElement("div",{className:u.scrollbar})),N.createElement("div",{className:"".concat(u.track," simplebar-vertical")},N.createElement("div",{className:u.scrollbar})))});ra.displayName="SimpleBar";const mu=`[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask{direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto!important;height:auto!important;z-index:0}.simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{display:none;width:0;height:0}.simplebar-content:after,.simplebar-content:before{content:" ";display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden}[data-simplebar].simplebar-dragging,[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:"";background:#000;border-radius:7px;left:2px;right:2px;opacity:0;transition:opacity .2s .5s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition-delay:0s;transition-duration:0s}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-scrollbar:before{top:2px;bottom:2px;left:2px;right:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:0;bottom:0;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.simplebar-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll;-ms-overflow-style:scrollbar!important}.simplebar-dummy-scrollbar-size>div{width:200%;height:200%;margin:10px 0}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}
|
|
7
|
+
`,gu=e=>p.jsx(w.Q,{autoClose:3e3,hideProgressBar:!0,closeButton:!1,position:"bottom-left",newestOnTop:!0,pauseOnFocusLoss:!1,style:{fontFamily:"inherit"},...e}),ia=_.createContext({transformPagePoint:e=>e,isStatic:!1,reducedMotion:"never"}),Kn=_.createContext({}),ti=_.createContext(null),Xn=typeof document<"u",yu=Xn?_.useLayoutEffect:_.useEffect,oa=_.createContext({strict:!1}),ni=e=>e.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase(),vu="framerAppearId",sa="data-"+ni(vu);function bu(e,t,n,r){const{visualElement:i}=_.useContext(Kn),s=_.useContext(oa),o=_.useContext(ti),a=_.useContext(ia).reducedMotion,l=_.useRef();r=r||s.renderer,!l.current&&r&&(l.current=r(e,{visualState:t,parent:i,props:n,presenceContext:o,blockInitialAnimation:o?o.initial===!1:!1,reducedMotionConfig:a}));const c=l.current;_.useInsertionEffect(()=>{c&&c.update(n,o)});const d=_.useRef(!!(n[sa]&&!window.HandoffComplete));return yu(()=>{c&&(c.render(),d.current&&c.animationState&&c.animationState.animateChanges())}),_.useEffect(()=>{c&&(c.updateFeatures(),!d.current&&c.animationState&&c.animationState.animateChanges(),d.current&&(d.current=!1,window.HandoffComplete=!0))}),c}function wt(e){return e&&typeof e=="object"&&Object.prototype.hasOwnProperty.call(e,"current")}function xu(e,t,n){return _.useCallback(r=>{r&&e.mount&&e.mount(r),t&&(r?t.mount(r):t.unmount()),n&&(typeof n=="function"?n(r):wt(n)&&(n.current=r))},[t])}function Kt(e){return typeof e=="string"||Array.isArray(e)}function Zn(e){return e!==null&&typeof e=="object"&&typeof e.start=="function"}const ri=["animate","whileInView","whileFocus","whileHover","whileTap","whileDrag","exit"],ii=["initial",...ri];function Jn(e){return Zn(e.animate)||ii.some(t=>Kt(e[t]))}function aa(e){return!!(Jn(e)||e.variants)}function wu(e,t){if(Jn(e)){const{initial:n,animate:r}=e;return{initial:n===!1||Kt(n)?n:void 0,animate:Kt(r)?r:void 0}}return e.inherit!==!1?t:{}}function Su(e){const{initial:t,animate:n}=wu(e,_.useContext(Kn));return _.useMemo(()=>({initial:t,animate:n}),[qi(t),qi(n)])}function qi(e){return Array.isArray(e)?e.join(" "):e}const Ki={animation:["animate","variants","whileHover","whileTap","exit","whileInView","whileFocus","whileDrag"],exit:["exit"],drag:["drag","dragControls"],focus:["whileFocus"],hover:["whileHover","onHoverStart","onHoverEnd"],tap:["whileTap","onTap","onTapStart","onTapCancel"],pan:["onPan","onPanStart","onPanSessionStart","onPanEnd"],inView:["whileInView","onViewportEnter","onViewportLeave"],layout:["layout","layoutId"]},Xt={};for(const e in Ki)Xt[e]={isEnabled:t=>Ki[e].some(n=>!!t[n])};function Eu(e){for(const t in e)Xt[t]={...Xt[t],...e[t]}}const la=_.createContext({}),ca=_.createContext({}),Tu=Symbol.for("motionComponentSymbol");function Cu({preloadedFeatures:e,createVisualElement:t,useRender:n,useVisualState:r,Component:i}){e&&Eu(e);function s(a,l){let c;const d={..._.useContext(ia),...a,layoutId:_u(a)},{isStatic:u}=d,h=Su(a),m=r(a,u);if(!u&&Xn){h.visualElement=bu(i,m,d,t);const y=_.useContext(ca),f=_.useContext(oa).strict;h.visualElement&&(c=h.visualElement.loadFeatures(d,f,e,y))}return N.createElement(Kn.Provider,{value:h},c&&h.visualElement?N.createElement(c,{visualElement:h.visualElement,...d}):null,n(i,a,xu(m,h.visualElement,l),m,u,h.visualElement))}const o=_.forwardRef(s);return o[Tu]=i,o}function _u({layoutId:e}){const t=_.useContext(la).id;return t&&e!==void 0?t+"-"+e:e}function Pu(e){function t(r,i={}){return Cu(e(r,i))}if(typeof Proxy>"u")return t;const n=new Map;return new Proxy(t,{get:(r,i)=>(n.has(i)||n.set(i,t(i)),n.get(i))})}const Au=["animate","circle","defs","desc","ellipse","g","image","line","filter","marker","mask","metadata","path","pattern","polygon","polyline","rect","stop","switch","symbol","svg","text","tspan","use","view"];function oi(e){return typeof e!="string"||e.includes("-")?!1:!!(Au.indexOf(e)>-1||/[A-Z]/.test(e))}const Vn={};function ku(e){Object.assign(Vn,e)}const rn=["transformPerspective","x","y","z","translateX","translateY","translateZ","scale","scaleX","scaleY","rotate","rotateX","rotateY","rotateZ","skew","skewX","skewY"],lt=new Set(rn);function ua(e,{layout:t,layoutId:n}){return lt.has(e)||e.startsWith("origin")||(t||n!==void 0)&&(!!Vn[e]||e==="opacity")}const fe=e=>!!(e&&e.getVelocity),Ou={x:"translateX",y:"translateY",z:"translateZ",transformPerspective:"perspective"},ju=rn.length;function Mu(e,{enableHardwareAcceleration:t=!0,allowTransformNone:n=!0},r,i){let s="";for(let o=0;o<ju;o++){const a=rn[o];if(e[a]!==void 0){const l=Ou[a]||a;s+=`${l}(${e[a]}) `}}return t&&!e.z&&(s+="translateZ(0)"),s=s.trim(),i?s=i(e,r?"":s):n&&r&&(s="none"),s}const da=e=>t=>typeof t=="string"&&t.startsWith(e),fa=da("--"),Dr=da("var(--"),Nu=/var\s*\(\s*--[\w-]+(\s*,\s*(?:(?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)+)?\s*\)/g,Du=(e,t)=>t&&typeof e=="number"?t.transform(e):e,Je=(e,t,n)=>Math.min(Math.max(n,e),t),ct={test:e=>typeof e=="number",parse:parseFloat,transform:e=>e},Wt={...ct,transform:e=>Je(0,1,e)},gn={...ct,default:1},Ht=e=>Math.round(e*1e5)/1e5,Qn=/(-)?([\d]*\.?[\d])+/g,ha=/(#[0-9a-f]{3,8}|(rgb|hsl)a?\((-?[\d\.]+%?[,\s]+){2}(-?[\d\.]+%?)\s*[\,\/]?\s*[\d\.]*%?\))/gi,Ru=/^(#[0-9a-f]{3,8}|(rgb|hsl)a?\((-?[\d\.]+%?[,\s]+){2}(-?[\d\.]+%?)\s*[\,\/]?\s*[\d\.]*%?\))$/i;function on(e){return typeof e=="string"}const sn=e=>({test:t=>on(t)&&t.endsWith(e)&&t.split(" ").length===1,parse:parseFloat,transform:t=>`${t}${e}`}),Ye=sn("deg"),Me=sn("%"),M=sn("px"),Vu=sn("vh"),Iu=sn("vw"),Xi={...Me,parse:e=>Me.parse(e)/100,transform:e=>Me.transform(e*100)},Zi={...ct,transform:Math.round},pa={borderWidth:M,borderTopWidth:M,borderRightWidth:M,borderBottomWidth:M,borderLeftWidth:M,borderRadius:M,radius:M,borderTopLeftRadius:M,borderTopRightRadius:M,borderBottomRightRadius:M,borderBottomLeftRadius:M,width:M,maxWidth:M,height:M,maxHeight:M,size:M,top:M,right:M,bottom:M,left:M,padding:M,paddingTop:M,paddingRight:M,paddingBottom:M,paddingLeft:M,margin:M,marginTop:M,marginRight:M,marginBottom:M,marginLeft:M,rotate:Ye,rotateX:Ye,rotateY:Ye,rotateZ:Ye,scale:gn,scaleX:gn,scaleY:gn,scaleZ:gn,skew:Ye,skewX:Ye,skewY:Ye,distance:M,translateX:M,translateY:M,translateZ:M,x:M,y:M,z:M,perspective:M,transformPerspective:M,opacity:Wt,originX:Xi,originY:Xi,originZ:M,zIndex:Zi,fillOpacity:Wt,strokeOpacity:Wt,numOctaves:Zi};function si(e,t,n,r){const{style:i,vars:s,transform:o,transformOrigin:a}=e;let l=!1,c=!1,d=!0;for(const u in t){const h=t[u];if(fa(u)){s[u]=h;continue}const m=pa[u],y=Du(h,m);if(lt.has(u)){if(l=!0,o[u]=y,!d)continue;h!==(m.default||0)&&(d=!1)}else u.startsWith("origin")?(c=!0,a[u]=y):i[u]=y}if(t.transform||(l||r?i.transform=Mu(e.transform,n,d,r):i.transform&&(i.transform="none")),c){const{originX:u="50%",originY:h="50%",originZ:m=0}=a;i.transformOrigin=`${u} ${h} ${m}`}}const ai=()=>({style:{},transform:{},transformOrigin:{},vars:{}});function ma(e,t,n){for(const r in t)!fe(t[r])&&!ua(r,n)&&(e[r]=t[r])}function Lu({transformTemplate:e},t,n){return _.useMemo(()=>{const r=ai();return si(r,t,{enableHardwareAcceleration:!n},e),Object.assign({},r.vars,r.style)},[t])}function $u(e,t,n){const r=e.style||{},i={};return ma(i,r,e),Object.assign(i,Lu(e,t,n)),e.transformValues?e.transformValues(i):i}function zu(e,t,n){const r={},i=$u(e,t,n);return e.drag&&e.dragListener!==!1&&(r.draggable=!1,i.userSelect=i.WebkitUserSelect=i.WebkitTouchCallout="none",i.touchAction=e.drag===!0?"none":`pan-${e.drag==="x"?"y":"x"}`),e.tabIndex===void 0&&(e.onTap||e.onTapStart||e.whileTap)&&(r.tabIndex=0),r.style=i,r}const Fu=new Set(["animate","exit","variants","initial","style","values","variants","transition","transformTemplate","transformValues","custom","inherit","onBeforeLayoutMeasure","onAnimationStart","onAnimationComplete","onUpdate","onDragStart","onDrag","onDragEnd","onMeasureDragConstraints","onDirectionLock","onDragTransitionEnd","_dragX","_dragY","onHoverStart","onHoverEnd","onViewportEnter","onViewportLeave","globalTapTarget","ignoreStrict","viewport"]);function In(e){return e.startsWith("while")||e.startsWith("drag")&&e!=="draggable"||e.startsWith("layout")||e.startsWith("onTap")||e.startsWith("onPan")||e.startsWith("onLayout")||Fu.has(e)}let ga=e=>!In(e);function Bu(e){e&&(ga=t=>t.startsWith("on")?!In(t):e(t))}try{Bu(require("@emotion/is-prop-valid").default)}catch{}function Wu(e,t,n){const r={};for(const i in e)i==="values"&&typeof e.values=="object"||(ga(i)||n===!0&&In(i)||!t&&!In(i)||e.draggable&&i.startsWith("onDrag"))&&(r[i]=e[i]);return r}function Ji(e,t,n){return typeof e=="string"?e:M.transform(t+n*e)}function Hu(e,t,n){const r=Ji(t,e.x,e.width),i=Ji(n,e.y,e.height);return`${r} ${i}`}const Uu={offset:"stroke-dashoffset",array:"stroke-dasharray"},Gu={offset:"strokeDashoffset",array:"strokeDasharray"};function Yu(e,t,n=1,r=0,i=!0){e.pathLength=1;const s=i?Uu:Gu;e[s.offset]=M.transform(-r);const o=M.transform(t),a=M.transform(n);e[s.array]=`${o} ${a}`}function li(e,{attrX:t,attrY:n,attrScale:r,originX:i,originY:s,pathLength:o,pathSpacing:a=1,pathOffset:l=0,...c},d,u,h){if(si(e,c,d,h),u){e.style.viewBox&&(e.attrs.viewBox=e.style.viewBox);return}e.attrs=e.style,e.style={};const{attrs:m,style:y,dimensions:f}=e;m.transform&&(f&&(y.transform=m.transform),delete m.transform),f&&(i!==void 0||s!==void 0||y.transform)&&(y.transformOrigin=Hu(f,i!==void 0?i:.5,s!==void 0?s:.5)),t!==void 0&&(m.x=t),n!==void 0&&(m.y=n),r!==void 0&&(m.scale=r),o!==void 0&&Yu(m,o,a,l,!1)}const ya=()=>({...ai(),attrs:{}}),ci=e=>typeof e=="string"&&e.toLowerCase()==="svg";function qu(e,t,n,r){const i=_.useMemo(()=>{const s=ya();return li(s,t,{enableHardwareAcceleration:!1},ci(r),e.transformTemplate),{...s.attrs,style:{...s.style}}},[t]);if(e.style){const s={};ma(s,e.style,e),i.style={...s,...i.style}}return i}function Ku(e=!1){return(n,r,i,{latestValues:s},o)=>{const l=(oi(n)?qu:zu)(r,s,o,n),d={...Wu(r,typeof n=="string",e),...l,ref:i},{children:u}=r,h=_.useMemo(()=>fe(u)?u.get():u,[u]);return _.createElement(n,{...d,children:h})}}function va(e,{style:t,vars:n},r,i){Object.assign(e.style,t,i&&i.getProjectionStyles(r));for(const s in n)e.style.setProperty(s,n[s])}const ba=new Set(["baseFrequency","diffuseConstant","kernelMatrix","kernelUnitLength","keySplines","keyTimes","limitingConeAngle","markerHeight","markerWidth","numOctaves","targetX","targetY","surfaceScale","specularConstant","specularExponent","stdDeviation","tableValues","viewBox","gradientTransform","pathLength","startOffset","textLength","lengthAdjust"]);function xa(e,t,n,r){va(e,t,void 0,r);for(const i in t.attrs)e.setAttribute(ba.has(i)?i:ni(i),t.attrs[i])}function ui(e,t){const{style:n}=e,r={};for(const i in n)(fe(n[i])||t.style&&fe(t.style[i])||ua(i,e))&&(r[i]=n[i]);return r}function wa(e,t){const n=ui(e,t);for(const r in e)if(fe(e[r])||fe(t[r])){const i=rn.indexOf(r)!==-1?"attr"+r.charAt(0).toUpperCase()+r.substring(1):r;n[i]=e[r]}return n}function di(e,t,n,r={},i={}){return typeof t=="function"&&(t=t(n!==void 0?n:e.custom,r,i)),typeof t=="string"&&(t=e.variants&&e.variants[t]),typeof t=="function"&&(t=t(n!==void 0?n:e.custom,r,i)),t}function Xu(e){const t=_.useRef(null);return t.current===null&&(t.current=e()),t.current}const Ln=e=>Array.isArray(e),Zu=e=>!!(e&&typeof e=="object"&&e.mix&&e.toValue),Ju=e=>Ln(e)?e[e.length-1]||0:e;function Tn(e){const t=fe(e)?e.get():e;return Zu(t)?t.toValue():t}function Qu({scrapeMotionValuesFromProps:e,createRenderState:t,onMount:n},r,i,s){const o={latestValues:ed(r,i,s,e),renderState:t()};return n&&(o.mount=a=>n(r,a,o)),o}const Sa=e=>(t,n)=>{const r=_.useContext(Kn),i=_.useContext(ti),s=()=>Qu(e,t,r,i);return n?s():Xu(s)};function ed(e,t,n,r){const i={},s=r(e,{});for(const h in s)i[h]=Tn(s[h]);let{initial:o,animate:a}=e;const l=Jn(e),c=aa(e);t&&c&&!l&&e.inherit!==!1&&(o===void 0&&(o=t.initial),a===void 0&&(a=t.animate));let d=n?n.initial===!1:!1;d=d||o===!1;const u=d?a:o;return u&&typeof u!="boolean"&&!Zn(u)&&(Array.isArray(u)?u:[u]).forEach(m=>{const y=di(e,m);if(!y)return;const{transitionEnd:f,transition:g,...b}=y;for(const S in b){let x=b[S];if(Array.isArray(x)){const E=d?x.length-1:0;x=x[E]}x!==null&&(i[S]=x)}for(const S in f)i[S]=f[S]}),i}const J=e=>e;class Qi{constructor(){this.order=[],this.scheduled=new Set}add(t){if(!this.scheduled.has(t))return this.scheduled.add(t),this.order.push(t),!0}remove(t){const n=this.order.indexOf(t);n!==-1&&(this.order.splice(n,1),this.scheduled.delete(t))}clear(){this.order.length=0,this.scheduled.clear()}}function td(e){let t=new Qi,n=new Qi,r=0,i=!1,s=!1;const o=new WeakSet,a={schedule:(l,c=!1,d=!1)=>{const u=d&&i,h=u?t:n;return c&&o.add(l),h.add(l)&&u&&i&&(r=t.order.length),l},cancel:l=>{n.remove(l),o.delete(l)},process:l=>{if(i){s=!0;return}if(i=!0,[t,n]=[n,t],n.clear(),r=t.order.length,r)for(let c=0;c<r;c++){const d=t.order[c];d(l),o.has(d)&&(a.schedule(d),e())}i=!1,s&&(s=!1,a.process(l))}};return a}const yn=["prepare","read","update","preRender","render","postRender"],nd=40;function rd(e,t){let n=!1,r=!0;const i={delta:0,timestamp:0,isProcessing:!1},s=yn.reduce((u,h)=>(u[h]=td(()=>n=!0),u),{}),o=u=>s[u].process(i),a=()=>{const u=performance.now();n=!1,i.delta=r?1e3/60:Math.max(Math.min(u-i.timestamp,nd),1),i.timestamp=u,i.isProcessing=!0,yn.forEach(o),i.isProcessing=!1,n&&t&&(r=!1,e(a))},l=()=>{n=!0,r=!0,i.isProcessing||e(a)};return{schedule:yn.reduce((u,h)=>{const m=s[h];return u[h]=(y,f=!1,g=!1)=>(n||l(),m.schedule(y,f,g)),u},{}),cancel:u=>yn.forEach(h=>s[h].cancel(u)),state:i,steps:s}}const{schedule:G,cancel:Fe,state:oe,steps:vr}=rd(typeof requestAnimationFrame<"u"?requestAnimationFrame:J,!0),id={useVisualState:Sa({scrapeMotionValuesFromProps:wa,createRenderState:ya,onMount:(e,t,{renderState:n,latestValues:r})=>{G.read(()=>{try{n.dimensions=typeof t.getBBox=="function"?t.getBBox():t.getBoundingClientRect()}catch{n.dimensions={x:0,y:0,width:0,height:0}}}),G.render(()=>{li(n,r,{enableHardwareAcceleration:!1},ci(t.tagName),e.transformTemplate),xa(t,n)})}})},od={useVisualState:Sa({scrapeMotionValuesFromProps:ui,createRenderState:ai})};function sd(e,{forwardMotionProps:t=!1},n,r){return{...oi(e)?id:od,preloadedFeatures:n,useRender:Ku(t),createVisualElement:r,Component:e}}function Le(e,t,n,r={passive:!0}){return e.addEventListener(t,n,r),()=>e.removeEventListener(t,n)}const Ea=e=>e.pointerType==="mouse"?typeof e.button!="number"||e.button<=0:e.isPrimary!==!1;function er(e,t="page"){return{point:{x:e[t+"X"],y:e[t+"Y"]}}}const ad=e=>t=>Ea(t)&&e(t,er(t));function $e(e,t,n,r){return Le(e,t,ad(n),r)}const ld=(e,t)=>n=>t(e(n)),Xe=(...e)=>e.reduce(ld);function Ta(e){let t=null;return()=>{const n=()=>{t=null};return t===null?(t=e,n):!1}}const eo=Ta("dragHorizontal"),to=Ta("dragVertical");function Ca(e){let t=!1;if(e==="y")t=to();else if(e==="x")t=eo();else{const n=eo(),r=to();n&&r?t=()=>{n(),r()}:(n&&n(),r&&r())}return t}function _a(){const e=Ca(!0);return e?(e(),!1):!0}class et{constructor(t){this.isMounted=!1,this.node=t}update(){}}function no(e,t){const n="pointer"+(t?"enter":"leave"),r="onHover"+(t?"Start":"End"),i=(s,o)=>{if(s.pointerType==="touch"||_a())return;const a=e.getProps();e.animationState&&a.whileHover&&e.animationState.setActive("whileHover",t),a[r]&&G.update(()=>a[r](s,o))};return $e(e.current,n,i,{passive:!e.getProps()[r]})}class cd extends et{mount(){this.unmount=Xe(no(this.node,!0),no(this.node,!1))}unmount(){}}class ud extends et{constructor(){super(...arguments),this.isActive=!1}onFocus(){let t=!1;try{t=this.node.current.matches(":focus-visible")}catch{t=!0}!t||!this.node.animationState||(this.node.animationState.setActive("whileFocus",!0),this.isActive=!0)}onBlur(){!this.isActive||!this.node.animationState||(this.node.animationState.setActive("whileFocus",!1),this.isActive=!1)}mount(){this.unmount=Xe(Le(this.node.current,"focus",()=>this.onFocus()),Le(this.node.current,"blur",()=>this.onBlur()))}unmount(){}}const Pa=(e,t)=>t?e===t?!0:Pa(e,t.parentElement):!1;function br(e,t){if(!t)return;const n=new PointerEvent("pointer"+e);t(n,er(n))}class dd extends et{constructor(){super(...arguments),this.removeStartListeners=J,this.removeEndListeners=J,this.removeAccessibleListeners=J,this.startPointerPress=(t,n)=>{if(this.isPressing)return;this.removeEndListeners();const r=this.node.getProps(),s=$e(window,"pointerup",(a,l)=>{if(!this.checkPressEnd())return;const{onTap:c,onTapCancel:d,globalTapTarget:u}=this.node.getProps();G.update(()=>{!u&&!Pa(this.node.current,a.target)?d&&d(a,l):c&&c(a,l)})},{passive:!(r.onTap||r.onPointerUp)}),o=$e(window,"pointercancel",(a,l)=>this.cancelPress(a,l),{passive:!(r.onTapCancel||r.onPointerCancel)});this.removeEndListeners=Xe(s,o),this.startPress(t,n)},this.startAccessiblePress=()=>{const t=s=>{if(s.key!=="Enter"||this.isPressing)return;const o=a=>{a.key!=="Enter"||!this.checkPressEnd()||br("up",(l,c)=>{const{onTap:d}=this.node.getProps();d&&G.update(()=>d(l,c))})};this.removeEndListeners(),this.removeEndListeners=Le(this.node.current,"keyup",o),br("down",(a,l)=>{this.startPress(a,l)})},n=Le(this.node.current,"keydown",t),r=()=>{this.isPressing&&br("cancel",(s,o)=>this.cancelPress(s,o))},i=Le(this.node.current,"blur",r);this.removeAccessibleListeners=Xe(n,i)}}startPress(t,n){this.isPressing=!0;const{onTapStart:r,whileTap:i}=this.node.getProps();i&&this.node.animationState&&this.node.animationState.setActive("whileTap",!0),r&&G.update(()=>r(t,n))}checkPressEnd(){return this.removeEndListeners(),this.isPressing=!1,this.node.getProps().whileTap&&this.node.animationState&&this.node.animationState.setActive("whileTap",!1),!_a()}cancelPress(t,n){if(!this.checkPressEnd())return;const{onTapCancel:r}=this.node.getProps();r&&G.update(()=>r(t,n))}mount(){const t=this.node.getProps(),n=$e(t.globalTapTarget?window:this.node.current,"pointerdown",this.startPointerPress,{passive:!(t.onTapStart||t.onPointerStart)}),r=Le(this.node.current,"focus",this.startAccessiblePress);this.removeStartListeners=Xe(n,r)}unmount(){this.removeStartListeners(),this.removeEndListeners(),this.removeAccessibleListeners()}}const Rr=new WeakMap,xr=new WeakMap,fd=e=>{const t=Rr.get(e.target);t&&t(e)},hd=e=>{e.forEach(fd)};function pd({root:e,...t}){const n=e||document;xr.has(n)||xr.set(n,{});const r=xr.get(n),i=JSON.stringify(t);return r[i]||(r[i]=new IntersectionObserver(hd,{root:e,...t})),r[i]}function md(e,t,n){const r=pd(t);return Rr.set(e,n),r.observe(e),()=>{Rr.delete(e),r.unobserve(e)}}const gd={some:0,all:1};class yd extends et{constructor(){super(...arguments),this.hasEnteredView=!1,this.isInView=!1}startObserver(){this.unmount();const{viewport:t={}}=this.node.getProps(),{root:n,margin:r,amount:i="some",once:s}=t,o={root:n?n.current:void 0,rootMargin:r,threshold:typeof i=="number"?i:gd[i]},a=l=>{const{isIntersecting:c}=l;if(this.isInView===c||(this.isInView=c,s&&!c&&this.hasEnteredView))return;c&&(this.hasEnteredView=!0),this.node.animationState&&this.node.animationState.setActive("whileInView",c);const{onViewportEnter:d,onViewportLeave:u}=this.node.getProps(),h=c?d:u;h&&h(l)};return md(this.node.current,o,a)}mount(){this.startObserver()}update(){if(typeof IntersectionObserver>"u")return;const{props:t,prevProps:n}=this.node;["amount","margin","root"].some(vd(t,n))&&this.startObserver()}unmount(){}}function vd({viewport:e={}},{viewport:t={}}={}){return n=>e[n]!==t[n]}const bd={inView:{Feature:yd},tap:{Feature:dd},focus:{Feature:ud},hover:{Feature:cd}};function Aa(e,t){if(!Array.isArray(t))return!1;const n=t.length;if(n!==e.length)return!1;for(let r=0;r<n;r++)if(t[r]!==e[r])return!1;return!0}function xd(e){const t={};return e.values.forEach((n,r)=>t[r]=n.get()),t}function wd(e){const t={};return e.values.forEach((n,r)=>t[r]=n.getVelocity()),t}function tr(e,t,n){const r=e.getProps();return di(r,t,n!==void 0?n:r.custom,xd(e),wd(e))}let an=J,ke=J;process.env.NODE_ENV!=="production"&&(an=(e,t)=>{!e&&typeof console<"u"&&console.warn(t)},ke=(e,t)=>{if(!e)throw new Error(t)});const Ze=e=>e*1e3,ze=e=>e/1e3,Sd={current:!1},ka=e=>Array.isArray(e)&&typeof e[0]=="number";function Oa(e){return!!(!e||typeof e=="string"&&ja[e]||ka(e)||Array.isArray(e)&&e.every(Oa))}const Bt=([e,t,n,r])=>`cubic-bezier(${e}, ${t}, ${n}, ${r})`,ja={linear:"linear",ease:"ease",easeIn:"ease-in",easeOut:"ease-out",easeInOut:"ease-in-out",circIn:Bt([0,.65,.55,1]),circOut:Bt([.55,0,1,.45]),backIn:Bt([.31,.01,.66,-.59]),backOut:Bt([.33,1.53,.69,.99])};function Ma(e){if(e)return ka(e)?Bt(e):Array.isArray(e)?e.map(Ma):ja[e]}function Ed(e,t,n,{delay:r=0,duration:i,repeat:s=0,repeatType:o="loop",ease:a,times:l}={}){const c={[t]:n};l&&(c.offset=l);const d=Ma(a);return Array.isArray(d)&&(c.easing=d),e.animate(c,{delay:r,duration:i,easing:Array.isArray(d)?"linear":d,fill:"both",iterations:s+1,direction:o==="reverse"?"alternate":"normal"})}function Td(e,{repeat:t,repeatType:n="loop"}){const r=t&&n!=="loop"&&t%2===1?0:e.length-1;return e[r]}const Na=(e,t,n)=>(((1-3*n+3*t)*e+(3*n-6*t))*e+3*t)*e,Cd=1e-7,_d=12;function Pd(e,t,n,r,i){let s,o,a=0;do o=t+(n-t)/2,s=Na(o,r,i)-e,s>0?n=o:t=o;while(Math.abs(s)>Cd&&++a<_d);return o}function ln(e,t,n,r){if(e===t&&n===r)return J;const i=s=>Pd(s,0,1,e,n);return s=>s===0||s===1?s:Na(i(s),t,r)}const Ad=ln(.42,0,1,1),kd=ln(0,0,.58,1),Da=ln(.42,0,.58,1),Od=e=>Array.isArray(e)&&typeof e[0]!="number",Ra=e=>t=>t<=.5?e(2*t)/2:(2-e(2*(1-t)))/2,Va=e=>t=>1-e(1-t),fi=e=>1-Math.sin(Math.acos(e)),Ia=Va(fi),jd=Ra(fi),La=ln(.33,1.53,.69,.99),hi=Va(La),Md=Ra(hi),Nd=e=>(e*=2)<1?.5*hi(e):.5*(2-Math.pow(2,-10*(e-1))),ro={linear:J,easeIn:Ad,easeInOut:Da,easeOut:kd,circIn:fi,circInOut:jd,circOut:Ia,backIn:hi,backInOut:Md,backOut:La,anticipate:Nd},io=e=>{if(Array.isArray(e)){ke(e.length===4,"Cubic bezier arrays must contain four numerical values.");const[t,n,r,i]=e;return ln(t,n,r,i)}else if(typeof e=="string")return ke(ro[e]!==void 0,`Invalid easing type '${e}'`),ro[e];return e},pi=(e,t)=>n=>!!(on(n)&&Ru.test(n)&&n.startsWith(e)||t&&Object.prototype.hasOwnProperty.call(n,t)),$a=(e,t,n)=>r=>{if(!on(r))return r;const[i,s,o,a]=r.match(Qn);return{[e]:parseFloat(i),[t]:parseFloat(s),[n]:parseFloat(o),alpha:a!==void 0?parseFloat(a):1}},Dd=e=>Je(0,255,e),wr={...ct,transform:e=>Math.round(Dd(e))},st={test:pi("rgb","red"),parse:$a("red","green","blue"),transform:({red:e,green:t,blue:n,alpha:r=1})=>"rgba("+wr.transform(e)+", "+wr.transform(t)+", "+wr.transform(n)+", "+Ht(Wt.transform(r))+")"};function Rd(e){let t="",n="",r="",i="";return e.length>5?(t=e.substring(1,3),n=e.substring(3,5),r=e.substring(5,7),i=e.substring(7,9)):(t=e.substring(1,2),n=e.substring(2,3),r=e.substring(3,4),i=e.substring(4,5),t+=t,n+=n,r+=r,i+=i),{red:parseInt(t,16),green:parseInt(n,16),blue:parseInt(r,16),alpha:i?parseInt(i,16)/255:1}}const Vr={test:pi("#"),parse:Rd,transform:st.transform},St={test:pi("hsl","hue"),parse:$a("hue","saturation","lightness"),transform:({hue:e,saturation:t,lightness:n,alpha:r=1})=>"hsla("+Math.round(e)+", "+Me.transform(Ht(t))+", "+Me.transform(Ht(n))+", "+Ht(Wt.transform(r))+")"},ce={test:e=>st.test(e)||Vr.test(e)||St.test(e),parse:e=>st.test(e)?st.parse(e):St.test(e)?St.parse(e):Vr.parse(e),transform:e=>on(e)?e:e.hasOwnProperty("red")?st.transform(e):St.transform(e)},K=(e,t,n)=>-n*e+n*t+e;function Sr(e,t,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?e+(t-e)*6*n:n<1/2?t:n<2/3?e+(t-e)*(2/3-n)*6:e}function Vd({hue:e,saturation:t,lightness:n,alpha:r}){e/=360,t/=100,n/=100;let i=0,s=0,o=0;if(!t)i=s=o=n;else{const a=n<.5?n*(1+t):n+t-n*t,l=2*n-a;i=Sr(l,a,e+1/3),s=Sr(l,a,e),o=Sr(l,a,e-1/3)}return{red:Math.round(i*255),green:Math.round(s*255),blue:Math.round(o*255),alpha:r}}const Er=(e,t,n)=>{const r=e*e;return Math.sqrt(Math.max(0,n*(t*t-r)+r))},Id=[Vr,st,St],Ld=e=>Id.find(t=>t.test(e));function oo(e){const t=Ld(e);ke(!!t,`'${e}' is not an animatable color. Use the equivalent color code instead.`);let n=t.parse(e);return t===St&&(n=Vd(n)),n}const za=(e,t)=>{const n=oo(e),r=oo(t),i={...n};return s=>(i.red=Er(n.red,r.red,s),i.green=Er(n.green,r.green,s),i.blue=Er(n.blue,r.blue,s),i.alpha=K(n.alpha,r.alpha,s),st.transform(i))};function $d(e){var t,n;return isNaN(e)&&on(e)&&(((t=e.match(Qn))===null||t===void 0?void 0:t.length)||0)+(((n=e.match(ha))===null||n===void 0?void 0:n.length)||0)>0}const Fa={regex:Nu,countKey:"Vars",token:"${v}",parse:J},Ba={regex:ha,countKey:"Colors",token:"${c}",parse:ce.parse},Wa={regex:Qn,countKey:"Numbers",token:"${n}",parse:ct.parse};function Tr(e,{regex:t,countKey:n,token:r,parse:i}){const s=e.tokenised.match(t);s&&(e["num"+n]=s.length,e.tokenised=e.tokenised.replace(t,r),e.values.push(...s.map(i)))}function $n(e){const t=e.toString(),n={value:t,tokenised:t,values:[],numVars:0,numColors:0,numNumbers:0};return n.value.includes("var(--")&&Tr(n,Fa),Tr(n,Ba),Tr(n,Wa),n}function Ha(e){return $n(e).values}function Ua(e){const{values:t,numColors:n,numVars:r,tokenised:i}=$n(e),s=t.length;return o=>{let a=i;for(let l=0;l<s;l++)l<r?a=a.replace(Fa.token,o[l]):l<r+n?a=a.replace(Ba.token,ce.transform(o[l])):a=a.replace(Wa.token,Ht(o[l]));return a}}const zd=e=>typeof e=="number"?0:e;function Fd(e){const t=Ha(e);return Ua(e)(t.map(zd))}const Qe={test:$d,parse:Ha,createTransformer:Ua,getAnimatableNone:Fd},Ga=(e,t)=>n=>`${n>0?t:e}`;function Ya(e,t){return typeof e=="number"?n=>K(e,t,n):ce.test(e)?za(e,t):e.startsWith("var(")?Ga(e,t):Ka(e,t)}const qa=(e,t)=>{const n=[...e],r=n.length,i=e.map((s,o)=>Ya(s,t[o]));return s=>{for(let o=0;o<r;o++)n[o]=i[o](s);return n}},Bd=(e,t)=>{const n={...e,...t},r={};for(const i in n)e[i]!==void 0&&t[i]!==void 0&&(r[i]=Ya(e[i],t[i]));return i=>{for(const s in r)n[s]=r[s](i);return n}},Ka=(e,t)=>{const n=Qe.createTransformer(t),r=$n(e),i=$n(t);return r.numVars===i.numVars&&r.numColors===i.numColors&&r.numNumbers>=i.numNumbers?Xe(qa(r.values,i.values),n):(an(!0,`Complex values '${e}' and '${t}' too different to mix. Ensure all colors are of the same type, and that each contains the same quantity of number and color values. Falling back to instant transition.`),Ga(e,t))},Zt=(e,t,n)=>{const r=t-e;return r===0?1:(n-e)/r},so=(e,t)=>n=>K(e,t,n);function Wd(e){return typeof e=="number"?so:typeof e=="string"?ce.test(e)?za:Ka:Array.isArray(e)?qa:typeof e=="object"?Bd:so}function Hd(e,t,n){const r=[],i=n||Wd(e[0]),s=e.length-1;for(let o=0;o<s;o++){let a=i(e[o],e[o+1]);if(t){const l=Array.isArray(t)?t[o]||J:t;a=Xe(l,a)}r.push(a)}return r}function Xa(e,t,{clamp:n=!0,ease:r,mixer:i}={}){const s=e.length;if(ke(s===t.length,"Both input and output ranges must be the same length"),s===1)return()=>t[0];e[0]>e[s-1]&&(e=[...e].reverse(),t=[...t].reverse());const o=Hd(t,r,i),a=o.length,l=c=>{let d=0;if(a>1)for(;d<e.length-2&&!(c<e[d+1]);d++);const u=Zt(e[d],e[d+1],c);return o[d](u)};return n?c=>l(Je(e[0],e[s-1],c)):l}function Ud(e,t){const n=e[e.length-1];for(let r=1;r<=t;r++){const i=Zt(0,t,r);e.push(K(n,1,i))}}function Gd(e){const t=[0];return Ud(t,e.length-1),t}function Yd(e,t){return e.map(n=>n*t)}function qd(e,t){return e.map(()=>t||Da).splice(0,e.length-1)}function zn({duration:e=300,keyframes:t,times:n,ease:r="easeInOut"}){const i=Od(r)?r.map(io):io(r),s={done:!1,value:t[0]},o=Yd(n&&n.length===t.length?n:Gd(t),e),a=Xa(o,t,{ease:Array.isArray(i)?i:qd(t,i)});return{calculatedDuration:e,next:l=>(s.value=a(l),s.done=l>=e,s)}}function Za(e,t){return t?e*(1e3/t):0}const Kd=5;function Ja(e,t,n){const r=Math.max(t-Kd,0);return Za(n-e(r),t-r)}const Cr=.001,Xd=.01,ao=10,Zd=.05,Jd=1;function Qd({duration:e=800,bounce:t=.25,velocity:n=0,mass:r=1}){let i,s;an(e<=Ze(ao),"Spring duration must be 10 seconds or less");let o=1-t;o=Je(Zd,Jd,o),e=Je(Xd,ao,ze(e)),o<1?(i=c=>{const d=c*o,u=d*e,h=d-n,m=Ir(c,o),y=Math.exp(-u);return Cr-h/m*y},s=c=>{const u=c*o*e,h=u*n+n,m=Math.pow(o,2)*Math.pow(c,2)*e,y=Math.exp(-u),f=Ir(Math.pow(c,2),o);return(-i(c)+Cr>0?-1:1)*((h-m)*y)/f}):(i=c=>{const d=Math.exp(-c*e),u=(c-n)*e+1;return-Cr+d*u},s=c=>{const d=Math.exp(-c*e),u=(n-c)*(e*e);return d*u});const a=5/e,l=t0(i,s,a);if(e=Ze(e),isNaN(l))return{stiffness:100,damping:10,duration:e};{const c=Math.pow(l,2)*r;return{stiffness:c,damping:o*2*Math.sqrt(r*c),duration:e}}}const e0=12;function t0(e,t,n){let r=n;for(let i=1;i<e0;i++)r=r-e(r)/t(r);return r}function Ir(e,t){return e*Math.sqrt(1-t*t)}const n0=["duration","bounce"],r0=["stiffness","damping","mass"];function lo(e,t){return t.some(n=>e[n]!==void 0)}function i0(e){let t={velocity:0,stiffness:100,damping:10,mass:1,isResolvedFromDuration:!1,...e};if(!lo(e,r0)&&lo(e,n0)){const n=Qd(e);t={...t,...n,mass:1},t.isResolvedFromDuration=!0}return t}function Qa({keyframes:e,restDelta:t,restSpeed:n,...r}){const i=e[0],s=e[e.length-1],o={done:!1,value:i},{stiffness:a,damping:l,mass:c,duration:d,velocity:u,isResolvedFromDuration:h}=i0({...r,velocity:-ze(r.velocity||0)}),m=u||0,y=l/(2*Math.sqrt(a*c)),f=s-i,g=ze(Math.sqrt(a/c)),b=Math.abs(f)<5;n||(n=b?.01:2),t||(t=b?.005:.5);let S;if(y<1){const x=Ir(g,y);S=E=>{const v=Math.exp(-y*g*E);return s-v*((m+y*g*f)/x*Math.sin(x*E)+f*Math.cos(x*E))}}else if(y===1)S=x=>s-Math.exp(-g*x)*(f+(m+g*f)*x);else{const x=g*Math.sqrt(y*y-1);S=E=>{const v=Math.exp(-y*g*E),T=Math.min(x*E,300);return s-v*((m+y*g*f)*Math.sinh(T)+x*f*Math.cosh(T))/x}}return{calculatedDuration:h&&d||null,next:x=>{const E=S(x);if(h)o.done=x>=d;else{let v=m;x!==0&&(y<1?v=Ja(S,x,E):v=0);const T=Math.abs(v)<=n,C=Math.abs(s-E)<=t;o.done=T&&C}return o.value=o.done?s:E,o}}}function co({keyframes:e,velocity:t=0,power:n=.8,timeConstant:r=325,bounceDamping:i=10,bounceStiffness:s=500,modifyTarget:o,min:a,max:l,restDelta:c=.5,restSpeed:d}){const u=e[0],h={done:!1,value:u},m=P=>a!==void 0&&P<a||l!==void 0&&P>l,y=P=>a===void 0?l:l===void 0||Math.abs(a-P)<Math.abs(l-P)?a:l;let f=n*t;const g=u+f,b=o===void 0?g:o(g);b!==g&&(f=b-u);const S=P=>-f*Math.exp(-P/r),x=P=>b+S(P),E=P=>{const k=S(P),D=x(P);h.done=Math.abs(k)<=c,h.value=h.done?b:D};let v,T;const C=P=>{m(h.value)&&(v=P,T=Qa({keyframes:[h.value,y(h.value)],velocity:Ja(x,P,h.value),damping:i,stiffness:s,restDelta:c,restSpeed:d}))};return C(0),{calculatedDuration:null,next:P=>{let k=!1;return!T&&v===void 0&&(k=!0,E(P),C(P)),v!==void 0&&P>v?T.next(P-v):(!k&&E(P),h)}}}const o0=e=>{const t=({timestamp:n})=>e(n);return{start:()=>G.update(t,!0),stop:()=>Fe(t),now:()=>oe.isProcessing?oe.timestamp:performance.now()}},uo=2e4;function fo(e){let t=0;const n=50;let r=e.next(t);for(;!r.done&&t<uo;)t+=n,r=e.next(t);return t>=uo?1/0:t}const s0={decay:co,inertia:co,tween:zn,keyframes:zn,spring:Qa};function Fn({autoplay:e=!0,delay:t=0,driver:n=o0,keyframes:r,type:i="keyframes",repeat:s=0,repeatDelay:o=0,repeatType:a="loop",onPlay:l,onStop:c,onComplete:d,onUpdate:u,...h}){let m=1,y=!1,f,g;const b=()=>{g=new Promise(W=>{f=W})};b();let S;const x=s0[i]||zn;let E;x!==zn&&typeof r[0]!="number"&&(process.env.NODE_ENV!=="production"&&ke(r.length===2,`Only two keyframes currently supported with spring and inertia animations. Trying to animate ${r}`),E=Xa([0,100],r,{clamp:!1}),r=[0,100]);const v=x({...h,keyframes:r});let T;a==="mirror"&&(T=x({...h,keyframes:[...r].reverse(),velocity:-(h.velocity||0)}));let C="idle",P=null,k=null,D=null;v.calculatedDuration===null&&s&&(v.calculatedDuration=fo(v));const{calculatedDuration:j}=v;let R=1/0,q=1/0;j!==null&&(R=j+o,q=R*(s+1)-o);let H=0;const ue=W=>{if(k===null)return;m>0&&(k=Math.min(k,W)),m<0&&(k=Math.min(W-q/m,k)),P!==null?H=P:H=Math.round(W-k)*m;const _e=H-t*(m>=0?1:-1),Re=m>=0?_e<0:_e>q;H=Math.max(_e,0),C==="finished"&&P===null&&(H=q);let be=H,Ve=v;if(s){const nt=Math.min(H,q)/R;let We=Math.floor(nt),Pe=nt%1;!Pe&&nt>=1&&(Pe=1),Pe===1&&We--,We=Math.min(We,s+1),!!(We%2)&&(a==="reverse"?(Pe=1-Pe,o&&(Pe-=o/R)):a==="mirror"&&(Ve=T)),be=Je(0,1,Pe)*R}const Ie=Re?{done:!1,value:r[0]}:Ve.next(be);E&&(Ie.value=E(Ie.value));let{done:dt}=Ie;!Re&&j!==null&&(dt=m>=0?H>=q:H<=0);const Rt=P===null&&(C==="finished"||C==="running"&&dt);return u&&u(Ie.value),Rt&&ae(),Ie},U=()=>{S&&S.stop(),S=void 0},se=()=>{C="idle",U(),f(),b(),k=D=null},ae=()=>{C="finished",d&&d(),U(),f()},pe=()=>{if(y)return;S||(S=n(ue));const W=S.now();l&&l(),P!==null?k=W-P:(!k||C==="finished")&&(k=W),C==="finished"&&b(),D=k,P=null,C="running",S.start()};e&&pe();const Oe={then(W,_e){return g.then(W,_e)},get time(){return ze(H)},set time(W){W=Ze(W),H=W,P!==null||!S||m===0?P=W:k=S.now()-W/m},get duration(){const W=v.calculatedDuration===null?fo(v):v.calculatedDuration;return ze(W)},get speed(){return m},set speed(W){W===m||!S||(m=W,Oe.time=ze(H))},get state(){return C},play:pe,pause:()=>{C="paused",P=H},stop:()=>{y=!0,C!=="idle"&&(C="idle",c&&c(),se())},cancel:()=>{D!==null&&ue(D),se()},complete:()=>{C="finished"},sample:W=>(k=0,ue(W))};return Oe}function a0(e){let t;return()=>(t===void 0&&(t=e()),t)}const l0=a0(()=>Object.hasOwnProperty.call(Element.prototype,"animate")),c0=new Set(["opacity","clipPath","filter","transform","backgroundColor"]),vn=10,u0=2e4,d0=(e,t)=>t.type==="spring"||e==="backgroundColor"||!Oa(t.ease);function f0(e,t,{onUpdate:n,onComplete:r,...i}){if(!(l0()&&c0.has(t)&&!i.repeatDelay&&i.repeatType!=="mirror"&&i.damping!==0&&i.type!=="inertia"))return!1;let o=!1,a,l,c=!1;const d=()=>{l=new Promise(x=>{a=x})};d();let{keyframes:u,duration:h=300,ease:m,times:y}=i;if(d0(t,i)){const x=Fn({...i,repeat:0,delay:0});let E={done:!1,value:u[0]};const v=[];let T=0;for(;!E.done&&T<u0;)E=x.sample(T),v.push(E.value),T+=vn;y=void 0,u=v,h=T-vn,m="linear"}const f=Ed(e.owner.current,t,u,{...i,duration:h,ease:m,times:y}),g=()=>{c=!1,f.cancel()},b=()=>{c=!0,G.update(g),a(),d()};return f.onfinish=()=>{c||(e.set(Td(u,i)),r&&r(),b())},{then(x,E){return l.then(x,E)},attachTimeline(x){return f.timeline=x,f.onfinish=null,J},get time(){return ze(f.currentTime||0)},set time(x){f.currentTime=Ze(x)},get speed(){return f.playbackRate},set speed(x){f.playbackRate=x},get duration(){return ze(h)},play:()=>{o||(f.play(),Fe(g))},pause:()=>f.pause(),stop:()=>{if(o=!0,f.playState==="idle")return;const{currentTime:x}=f;if(x){const E=Fn({...i,autoplay:!1});e.setWithVelocity(E.sample(x-vn).value,E.sample(x).value,vn)}b()},complete:()=>{c||f.finish()},cancel:b}}function h0({keyframes:e,delay:t,onUpdate:n,onComplete:r}){const i=()=>(n&&n(e[e.length-1]),r&&r(),{time:0,speed:1,duration:0,play:J,pause:J,stop:J,then:s=>(s(),Promise.resolve()),cancel:J,complete:J});return t?Fn({keyframes:[0,1],duration:0,delay:t,onComplete:i}):i()}const p0={type:"spring",stiffness:500,damping:25,restSpeed:10},m0=e=>({type:"spring",stiffness:550,damping:e===0?2*Math.sqrt(550):30,restSpeed:10}),g0={type:"keyframes",duration:.8},y0={type:"keyframes",ease:[.25,.1,.35,1],duration:.3},v0=(e,{keyframes:t})=>t.length>2?g0:lt.has(e)?e.startsWith("scale")?m0(t[1]):p0:y0,Lr=(e,t)=>e==="zIndex"?!1:!!(typeof t=="number"||Array.isArray(t)||typeof t=="string"&&(Qe.test(t)||t==="0")&&!t.startsWith("url(")),b0=new Set(["brightness","contrast","saturate","opacity"]);function x0(e){const[t,n]=e.slice(0,-1).split("(");if(t==="drop-shadow")return e;const[r]=n.match(Qn)||[];if(!r)return e;const i=n.replace(r,"");let s=b0.has(t)?1:0;return r!==n&&(s*=100),t+"("+s+i+")"}const w0=/([a-z-]*)\(.*?\)/g,$r={...Qe,getAnimatableNone:e=>{const t=e.match(w0);return t?t.map(x0).join(" "):e}},S0={...pa,color:ce,backgroundColor:ce,outlineColor:ce,fill:ce,stroke:ce,borderColor:ce,borderTopColor:ce,borderRightColor:ce,borderBottomColor:ce,borderLeftColor:ce,filter:$r,WebkitFilter:$r},mi=e=>S0[e];function el(e,t){let n=mi(e);return n!==$r&&(n=Qe),n.getAnimatableNone?n.getAnimatableNone(t):void 0}const tl=e=>/^0[^.\s]+$/.test(e);function E0(e){if(typeof e=="number")return e===0;if(e!==null)return e==="none"||e==="0"||tl(e)}function T0(e,t,n,r){const i=Lr(t,n);let s;Array.isArray(n)?s=[...n]:s=[null,n];const o=r.from!==void 0?r.from:e.get();let a;const l=[];for(let c=0;c<s.length;c++)s[c]===null&&(s[c]=c===0?o:s[c-1]),E0(s[c])&&l.push(c),typeof s[c]=="string"&&s[c]!=="none"&&s[c]!=="0"&&(a=s[c]);if(i&&l.length&&a)for(let c=0;c<l.length;c++){const d=l[c];s[d]=el(t,a)}return s}function C0({when:e,delay:t,delayChildren:n,staggerChildren:r,staggerDirection:i,repeat:s,repeatType:o,repeatDelay:a,from:l,elapsed:c,...d}){return!!Object.keys(d).length}function gi(e,t){return e[t]||e.default||e}const _0={skipAnimations:!1},yi=(e,t,n,r={})=>i=>{const s=gi(r,e)||{},o=s.delay||r.delay||0;let{elapsed:a=0}=r;a=a-Ze(o);const l=T0(t,e,n,s),c=l[0],d=l[l.length-1],u=Lr(e,c),h=Lr(e,d);an(u===h,`You are trying to animate ${e} from "${c}" to "${d}". ${c} is not an animatable value - to enable this animation set ${c} to a value animatable to ${d} via the \`style\` property.`);let m={keyframes:l,velocity:t.getVelocity(),ease:"easeOut",...s,delay:-a,onUpdate:y=>{t.set(y),s.onUpdate&&s.onUpdate(y)},onComplete:()=>{i(),s.onComplete&&s.onComplete()}};if(C0(s)||(m={...m,...v0(e,m)}),m.duration&&(m.duration=Ze(m.duration)),m.repeatDelay&&(m.repeatDelay=Ze(m.repeatDelay)),!u||!h||Sd.current||s.type===!1||_0.skipAnimations)return h0(m);if(!r.isHandoff&&t.owner&&t.owner.current instanceof HTMLElement&&!t.owner.getProps().onUpdate){const y=f0(t,e,m);if(y)return y}return Fn(m)};function Bn(e){return!!(fe(e)&&e.add)}const nl=e=>/^\-?\d*\.?\d+$/.test(e);function bi(e,t){e.indexOf(t)===-1&&e.push(t)}function xi(e,t){const n=e.indexOf(t);n>-1&&e.splice(n,1)}class wi{constructor(){this.subscriptions=[]}add(t){return bi(this.subscriptions,t),()=>xi(this.subscriptions,t)}notify(t,n,r){const i=this.subscriptions.length;if(i)if(i===1)this.subscriptions[0](t,n,r);else for(let s=0;s<i;s++){const o=this.subscriptions[s];o&&o(t,n,r)}}getSize(){return this.subscriptions.length}clear(){this.subscriptions.length=0}}const ho=new Set;function Si(e,t,n){e||ho.has(t)||(console.warn(t),n&&console.warn(n),ho.add(t))}const P0=e=>!isNaN(parseFloat(e));class A0{constructor(t,n={}){this.version="10.18.0",this.timeDelta=0,this.lastUpdated=0,this.canTrackVelocity=!1,this.events={},this.updateAndNotify=(r,i=!0)=>{this.prev=this.current,this.current=r;const{delta:s,timestamp:o}=oe;this.lastUpdated!==o&&(this.timeDelta=s,this.lastUpdated=o,G.postRender(this.scheduleVelocityCheck)),this.prev!==this.current&&this.events.change&&this.events.change.notify(this.current),this.events.velocityChange&&this.events.velocityChange.notify(this.getVelocity()),i&&this.events.renderRequest&&this.events.renderRequest.notify(this.current)},this.scheduleVelocityCheck=()=>G.postRender(this.velocityCheck),this.velocityCheck=({timestamp:r})=>{r!==this.lastUpdated&&(this.prev=this.current,this.events.velocityChange&&this.events.velocityChange.notify(this.getVelocity()))},this.hasAnimated=!1,this.prev=this.current=t,this.canTrackVelocity=P0(this.current),this.owner=n.owner}onChange(t){return process.env.NODE_ENV!=="production"&&Si(!1,'value.onChange(callback) is deprecated. Switch to value.on("change", callback).'),this.on("change",t)}on(t,n){this.events[t]||(this.events[t]=new wi);const r=this.events[t].add(n);return t==="change"?()=>{r(),G.read(()=>{this.events.change.getSize()||this.stop()})}:r}clearListeners(){for(const t in this.events)this.events[t].clear()}attach(t,n){this.passiveEffect=t,this.stopPassiveEffect=n}set(t,n=!0){!n||!this.passiveEffect?this.updateAndNotify(t,n):this.passiveEffect(t,this.updateAndNotify)}setWithVelocity(t,n,r){this.set(n),this.prev=t,this.timeDelta=r}jump(t){this.updateAndNotify(t),this.prev=t,this.stop(),this.stopPassiveEffect&&this.stopPassiveEffect()}get(){return this.current}getPrevious(){return this.prev}getVelocity(){return this.canTrackVelocity?Za(parseFloat(this.current)-parseFloat(this.prev),this.timeDelta):0}start(t){return this.stop(),new Promise(n=>{this.hasAnimated=!0,this.animation=t(n),this.events.animationStart&&this.events.animationStart.notify()}).then(()=>{this.events.animationComplete&&this.events.animationComplete.notify(),this.clearAnimation()})}stop(){this.animation&&(this.animation.stop(),this.events.animationCancel&&this.events.animationCancel.notify()),this.clearAnimation()}isAnimating(){return!!this.animation}clearAnimation(){delete this.animation}destroy(){this.clearListeners(),this.stop(),this.stopPassiveEffect&&this.stopPassiveEffect()}}function At(e,t){return new A0(e,t)}const rl=e=>t=>t.test(e),k0={test:e=>e==="auto",parse:e=>e},il=[ct,M,Me,Ye,Iu,Vu,k0],Lt=e=>il.find(rl(e)),O0=[...il,ce,Qe],j0=e=>O0.find(rl(e));function M0(e,t,n){e.hasValue(t)?e.getValue(t).set(n):e.addValue(t,At(n))}function N0(e,t){const n=tr(e,t);let{transitionEnd:r={},transition:i={},...s}=n?e.makeTargetAnimatable(n,!1):{};s={...s,...r};for(const o in s){const a=Ju(s[o]);M0(e,o,a)}}function D0(e,t,n){var r,i;const s=Object.keys(t).filter(a=>!e.hasValue(a)),o=s.length;if(o)for(let a=0;a<o;a++){const l=s[a],c=t[l];let d=null;Array.isArray(c)&&(d=c[0]),d===null&&(d=(i=(r=n[l])!==null&&r!==void 0?r:e.readValue(l))!==null&&i!==void 0?i:t[l]),d!=null&&(typeof d=="string"&&(nl(d)||tl(d))?d=parseFloat(d):!j0(d)&&Qe.test(c)&&(d=el(l,c)),e.addValue(l,At(d,{owner:e})),n[l]===void 0&&(n[l]=d),d!==null&&e.setBaseTarget(l,d))}}function R0(e,t){return t?(t[e]||t.default||t).from:void 0}function V0(e,t,n){const r={};for(const i in e){const s=R0(i,t);if(s!==void 0)r[i]=s;else{const o=n.getValue(i);o&&(r[i]=o.get())}}return r}function I0({protectedKeys:e,needsAnimating:t},n){const r=e.hasOwnProperty(n)&&t[n]!==!0;return t[n]=!1,r}function L0(e,t){const n=e.get();if(Array.isArray(t)){for(let r=0;r<t.length;r++)if(t[r]!==n)return!0}else return n!==t}function ol(e,t,{delay:n=0,transitionOverride:r,type:i}={}){let{transition:s=e.getDefaultTransition(),transitionEnd:o,...a}=e.makeTargetAnimatable(t);const l=e.getValue("willChange");r&&(s=r);const c=[],d=i&&e.animationState&&e.animationState.getState()[i];for(const u in a){const h=e.getValue(u),m=a[u];if(!h||m===void 0||d&&I0(d,u))continue;const y={delay:n,elapsed:0,...gi(s||{},u)};if(window.HandoffAppearAnimations){const b=e.getProps()[sa];if(b){const S=window.HandoffAppearAnimations(b,u,h,G);S!==null&&(y.elapsed=S,y.isHandoff=!0)}}let f=!y.isHandoff&&!L0(h,m);if(y.type==="spring"&&(h.getVelocity()||y.velocity)&&(f=!1),h.animation&&(f=!1),f)continue;h.start(yi(u,h,m,e.shouldReduceMotion&<.has(u)?{type:!1}:y));const g=h.animation;Bn(l)&&(l.add(u),g.then(()=>l.remove(u))),c.push(g)}return o&&Promise.all(c).then(()=>{o&&N0(e,o)}),c}function zr(e,t,n={}){const r=tr(e,t,n.custom);let{transition:i=e.getDefaultTransition()||{}}=r||{};n.transitionOverride&&(i=n.transitionOverride);const s=r?()=>Promise.all(ol(e,r,n)):()=>Promise.resolve(),o=e.variantChildren&&e.variantChildren.size?(l=0)=>{const{delayChildren:c=0,staggerChildren:d,staggerDirection:u}=i;return $0(e,t,c+l,d,u,n)}:()=>Promise.resolve(),{when:a}=i;if(a){const[l,c]=a==="beforeChildren"?[s,o]:[o,s];return l().then(()=>c())}else return Promise.all([s(),o(n.delay)])}function $0(e,t,n=0,r=0,i=1,s){const o=[],a=(e.variantChildren.size-1)*r,l=i===1?(c=0)=>c*r:(c=0)=>a-c*r;return Array.from(e.variantChildren).sort(z0).forEach((c,d)=>{c.notify("AnimationStart",t),o.push(zr(c,t,{...s,delay:n+l(d)}).then(()=>c.notify("AnimationComplete",t)))}),Promise.all(o)}function z0(e,t){return e.sortNodePosition(t)}function F0(e,t,n={}){e.notify("AnimationStart",t);let r;if(Array.isArray(t)){const i=t.map(s=>zr(e,s,n));r=Promise.all(i)}else if(typeof t=="string")r=zr(e,t,n);else{const i=typeof t=="function"?tr(e,t,n.custom):t;r=Promise.all(ol(e,i,n))}return r.then(()=>e.notify("AnimationComplete",t))}const B0=[...ri].reverse(),W0=ri.length;function H0(e){return t=>Promise.all(t.map(({animation:n,options:r})=>F0(e,n,r)))}function U0(e){let t=H0(e);const n=Y0();let r=!0;const i=(l,c)=>{const d=tr(e,c);if(d){const{transition:u,transitionEnd:h,...m}=d;l={...l,...m,...h}}return l};function s(l){t=l(e)}function o(l,c){const d=e.getProps(),u=e.getVariantContext(!0)||{},h=[],m=new Set;let y={},f=1/0;for(let b=0;b<W0;b++){const S=B0[b],x=n[S],E=d[S]!==void 0?d[S]:u[S],v=Kt(E),T=S===c?x.isActive:null;T===!1&&(f=b);let C=E===u[S]&&E!==d[S]&&v;if(C&&r&&e.manuallyAnimateOnMount&&(C=!1),x.protectedKeys={...y},!x.isActive&&T===null||!E&&!x.prevProp||Zn(E)||typeof E=="boolean")continue;let k=G0(x.prevProp,E)||S===c&&x.isActive&&!C&&v||b>f&&v,D=!1;const j=Array.isArray(E)?E:[E];let R=j.reduce(i,{});T===!1&&(R={});const{prevResolvedValues:q={}}=x,H={...q,...R},ue=U=>{k=!0,m.has(U)&&(D=!0,m.delete(U)),x.needsAnimating[U]=!0};for(const U in H){const se=R[U],ae=q[U];if(y.hasOwnProperty(U))continue;let pe=!1;Ln(se)&&Ln(ae)?pe=!Aa(se,ae):pe=se!==ae,pe?se!==void 0?ue(U):m.add(U):se!==void 0&&m.has(U)?ue(U):x.protectedKeys[U]=!0}x.prevProp=E,x.prevResolvedValues=R,x.isActive&&(y={...y,...R}),r&&e.blockInitialAnimation&&(k=!1),k&&(!C||D)&&h.push(...j.map(U=>({animation:U,options:{type:S,...l}})))}if(m.size){const b={};m.forEach(S=>{const x=e.getBaseTarget(S);x!==void 0&&(b[S]=x)}),h.push({animation:b})}let g=!!h.length;return r&&(d.initial===!1||d.initial===d.animate)&&!e.manuallyAnimateOnMount&&(g=!1),r=!1,g?t(h):Promise.resolve()}function a(l,c,d){var u;if(n[l].isActive===c)return Promise.resolve();(u=e.variantChildren)===null||u===void 0||u.forEach(m=>{var y;return(y=m.animationState)===null||y===void 0?void 0:y.setActive(l,c)}),n[l].isActive=c;const h=o(d,l);for(const m in n)n[m].protectedKeys={};return h}return{animateChanges:o,setActive:a,setAnimateFunction:s,getState:()=>n}}function G0(e,t){return typeof t=="string"?t!==e:Array.isArray(t)?!Aa(t,e):!1}function rt(e=!1){return{isActive:e,protectedKeys:{},needsAnimating:{},prevResolvedValues:{}}}function Y0(){return{animate:rt(!0),whileInView:rt(),whileHover:rt(),whileTap:rt(),whileDrag:rt(),whileFocus:rt(),exit:rt()}}class q0 extends et{constructor(t){super(t),t.animationState||(t.animationState=U0(t))}updateAnimationControlsSubscription(){const{animate:t}=this.node.getProps();this.unmount(),Zn(t)&&(this.unmount=t.subscribe(this.node))}mount(){this.updateAnimationControlsSubscription()}update(){const{animate:t}=this.node.getProps(),{animate:n}=this.node.prevProps||{};t!==n&&this.updateAnimationControlsSubscription()}unmount(){}}let K0=0;class X0 extends et{constructor(){super(...arguments),this.id=K0++}update(){if(!this.node.presenceContext)return;const{isPresent:t,onExitComplete:n,custom:r}=this.node.presenceContext,{isPresent:i}=this.node.prevPresenceContext||{};if(!this.node.animationState||t===i)return;const s=this.node.animationState.setActive("exit",!t,{custom:r??this.node.getProps().custom});n&&!t&&s.then(()=>n(this.id))}mount(){const{register:t}=this.node.presenceContext||{};t&&(this.unmount=t(this.id))}unmount(){}}const Z0={animation:{Feature:q0},exit:{Feature:X0}},po=(e,t)=>Math.abs(e-t);function J0(e,t){const n=po(e.x,t.x),r=po(e.y,t.y);return Math.sqrt(n**2+r**2)}class sl{constructor(t,n,{transformPagePoint:r,contextWindow:i,dragSnapToOrigin:s=!1}={}){if(this.startEvent=null,this.lastMoveEvent=null,this.lastMoveEventInfo=null,this.handlers={},this.contextWindow=window,this.updatePoint=()=>{if(!(this.lastMoveEvent&&this.lastMoveEventInfo))return;const u=Pr(this.lastMoveEventInfo,this.history),h=this.startEvent!==null,m=J0(u.offset,{x:0,y:0})>=3;if(!h&&!m)return;const{point:y}=u,{timestamp:f}=oe;this.history.push({...y,timestamp:f});const{onStart:g,onMove:b}=this.handlers;h||(g&&g(this.lastMoveEvent,u),this.startEvent=this.lastMoveEvent),b&&b(this.lastMoveEvent,u)},this.handlePointerMove=(u,h)=>{this.lastMoveEvent=u,this.lastMoveEventInfo=_r(h,this.transformPagePoint),G.update(this.updatePoint,!0)},this.handlePointerUp=(u,h)=>{this.end();const{onEnd:m,onSessionEnd:y,resumeAnimation:f}=this.handlers;if(this.dragSnapToOrigin&&f&&f(),!(this.lastMoveEvent&&this.lastMoveEventInfo))return;const g=Pr(u.type==="pointercancel"?this.lastMoveEventInfo:_r(h,this.transformPagePoint),this.history);this.startEvent&&m&&m(u,g),y&&y(u,g)},!Ea(t))return;this.dragSnapToOrigin=s,this.handlers=n,this.transformPagePoint=r,this.contextWindow=i||window;const o=er(t),a=_r(o,this.transformPagePoint),{point:l}=a,{timestamp:c}=oe;this.history=[{...l,timestamp:c}];const{onSessionStart:d}=n;d&&d(t,Pr(a,this.history)),this.removeListeners=Xe($e(this.contextWindow,"pointermove",this.handlePointerMove),$e(this.contextWindow,"pointerup",this.handlePointerUp),$e(this.contextWindow,"pointercancel",this.handlePointerUp))}updateHandlers(t){this.handlers=t}end(){this.removeListeners&&this.removeListeners(),Fe(this.updatePoint)}}function _r(e,t){return t?{point:t(e.point)}:e}function mo(e,t){return{x:e.x-t.x,y:e.y-t.y}}function Pr({point:e},t){return{point:e,delta:mo(e,al(t)),offset:mo(e,Q0(t)),velocity:ef(t,.1)}}function Q0(e){return e[0]}function al(e){return e[e.length-1]}function ef(e,t){if(e.length<2)return{x:0,y:0};let n=e.length-1,r=null;const i=al(e);for(;n>=0&&(r=e[n],!(i.timestamp-r.timestamp>Ze(t)));)n--;if(!r)return{x:0,y:0};const s=ze(i.timestamp-r.timestamp);if(s===0)return{x:0,y:0};const o={x:(i.x-r.x)/s,y:(i.y-r.y)/s};return o.x===1/0&&(o.x=0),o.y===1/0&&(o.y=0),o}function ve(e){return e.max-e.min}function Fr(e,t=0,n=.01){return Math.abs(e-t)<=n}function go(e,t,n,r=.5){e.origin=r,e.originPoint=K(t.min,t.max,e.origin),e.scale=ve(n)/ve(t),(Fr(e.scale,1,1e-4)||isNaN(e.scale))&&(e.scale=1),e.translate=K(n.min,n.max,e.origin)-e.originPoint,(Fr(e.translate)||isNaN(e.translate))&&(e.translate=0)}function Ut(e,t,n,r){go(e.x,t.x,n.x,r?r.originX:void 0),go(e.y,t.y,n.y,r?r.originY:void 0)}function yo(e,t,n){e.min=n.min+t.min,e.max=e.min+ve(t)}function tf(e,t,n){yo(e.x,t.x,n.x),yo(e.y,t.y,n.y)}function vo(e,t,n){e.min=t.min-n.min,e.max=e.min+ve(t)}function Gt(e,t,n){vo(e.x,t.x,n.x),vo(e.y,t.y,n.y)}function nf(e,{min:t,max:n},r){return t!==void 0&&e<t?e=r?K(t,e,r.min):Math.max(e,t):n!==void 0&&e>n&&(e=r?K(n,e,r.max):Math.min(e,n)),e}function bo(e,t,n){return{min:t!==void 0?e.min+t:void 0,max:n!==void 0?e.max+n-(e.max-e.min):void 0}}function rf(e,{top:t,left:n,bottom:r,right:i}){return{x:bo(e.x,n,i),y:bo(e.y,t,r)}}function xo(e,t){let n=t.min-e.min,r=t.max-e.max;return t.max-t.min<e.max-e.min&&([n,r]=[r,n]),{min:n,max:r}}function of(e,t){return{x:xo(e.x,t.x),y:xo(e.y,t.y)}}function sf(e,t){let n=.5;const r=ve(e),i=ve(t);return i>r?n=Zt(t.min,t.max-r,e.min):r>i&&(n=Zt(e.min,e.max-i,t.min)),Je(0,1,n)}function af(e,t){const n={};return t.min!==void 0&&(n.min=t.min-e.min),t.max!==void 0&&(n.max=t.max-e.min),n}const Br=.35;function lf(e=Br){return e===!1?e=0:e===!0&&(e=Br),{x:wo(e,"left","right"),y:wo(e,"top","bottom")}}function wo(e,t,n){return{min:So(e,t),max:So(e,n)}}function So(e,t){return typeof e=="number"?e:e[t]||0}const Eo=()=>({translate:0,scale:1,origin:0,originPoint:0}),Et=()=>({x:Eo(),y:Eo()}),To=()=>({min:0,max:0}),te=()=>({x:To(),y:To()});function we(e){return[e("x"),e("y")]}function ll({top:e,left:t,right:n,bottom:r}){return{x:{min:t,max:n},y:{min:e,max:r}}}function cf({x:e,y:t}){return{top:t.min,right:e.max,bottom:t.max,left:e.min}}function uf(e,t){if(!t)return e;const n=t({x:e.left,y:e.top}),r=t({x:e.right,y:e.bottom});return{top:n.y,left:n.x,bottom:r.y,right:r.x}}function Ar(e){return e===void 0||e===1}function Wr({scale:e,scaleX:t,scaleY:n}){return!Ar(e)||!Ar(t)||!Ar(n)}function it(e){return Wr(e)||cl(e)||e.z||e.rotate||e.rotateX||e.rotateY}function cl(e){return Co(e.x)||Co(e.y)}function Co(e){return e&&e!=="0%"}function Wn(e,t,n){const r=e-n,i=t*r;return n+i}function _o(e,t,n,r,i){return i!==void 0&&(e=Wn(e,i,r)),Wn(e,n,r)+t}function Hr(e,t=0,n=1,r,i){e.min=_o(e.min,t,n,r,i),e.max=_o(e.max,t,n,r,i)}function ul(e,{x:t,y:n}){Hr(e.x,t.translate,t.scale,t.originPoint),Hr(e.y,n.translate,n.scale,n.originPoint)}function df(e,t,n,r=!1){const i=n.length;if(!i)return;t.x=t.y=1;let s,o;for(let a=0;a<i;a++){s=n[a],o=s.projectionDelta;const l=s.instance;l&&l.style&&l.style.display==="contents"||(r&&s.options.layoutScroll&&s.scroll&&s!==s.root&&Tt(e,{x:-s.scroll.offset.x,y:-s.scroll.offset.y}),o&&(t.x*=o.x.scale,t.y*=o.y.scale,ul(e,o)),r&&it(s.latestValues)&&Tt(e,s.latestValues))}t.x=Po(t.x),t.y=Po(t.y)}function Po(e){return Number.isInteger(e)||e>1.0000000000001||e<.999999999999?e:1}function qe(e,t){e.min=e.min+t,e.max=e.max+t}function Ao(e,t,[n,r,i]){const s=t[i]!==void 0?t[i]:.5,o=K(e.min,e.max,s);Hr(e,t[n],t[r],o,t.scale)}const ff=["x","scaleX","originX"],hf=["y","scaleY","originY"];function Tt(e,t){Ao(e.x,t,ff),Ao(e.y,t,hf)}function dl(e,t){return ll(uf(e.getBoundingClientRect(),t))}function pf(e,t,n){const r=dl(e,n),{scroll:i}=t;return i&&(qe(r.x,i.offset.x),qe(r.y,i.offset.y)),r}const fl=({current:e})=>e?e.ownerDocument.defaultView:null,mf=new WeakMap;class gf{constructor(t){this.openGlobalLock=null,this.isDragging=!1,this.currentDirection=null,this.originPoint={x:0,y:0},this.constraints=!1,this.hasMutatedConstraints=!1,this.elastic=te(),this.visualElement=t}start(t,{snapToCursor:n=!1}={}){const{presenceContext:r}=this.visualElement;if(r&&r.isPresent===!1)return;const i=d=>{const{dragSnapToOrigin:u}=this.getProps();u?this.pauseAnimation():this.stopAnimation(),n&&this.snapToCursor(er(d,"page").point)},s=(d,u)=>{const{drag:h,dragPropagation:m,onDragStart:y}=this.getProps();if(h&&!m&&(this.openGlobalLock&&this.openGlobalLock(),this.openGlobalLock=Ca(h),!this.openGlobalLock))return;this.isDragging=!0,this.currentDirection=null,this.resolveConstraints(),this.visualElement.projection&&(this.visualElement.projection.isAnimationBlocked=!0,this.visualElement.projection.target=void 0),we(g=>{let b=this.getAxisMotionValue(g).get()||0;if(Me.test(b)){const{projection:S}=this.visualElement;if(S&&S.layout){const x=S.layout.layoutBox[g];x&&(b=ve(x)*(parseFloat(b)/100))}}this.originPoint[g]=b}),y&&G.update(()=>y(d,u),!1,!0);const{animationState:f}=this.visualElement;f&&f.setActive("whileDrag",!0)},o=(d,u)=>{const{dragPropagation:h,dragDirectionLock:m,onDirectionLock:y,onDrag:f}=this.getProps();if(!h&&!this.openGlobalLock)return;const{offset:g}=u;if(m&&this.currentDirection===null){this.currentDirection=yf(g),this.currentDirection!==null&&y&&y(this.currentDirection);return}this.updateAxis("x",u.point,g),this.updateAxis("y",u.point,g),this.visualElement.render(),f&&f(d,u)},a=(d,u)=>this.stop(d,u),l=()=>we(d=>{var u;return this.getAnimationState(d)==="paused"&&((u=this.getAxisMotionValue(d).animation)===null||u===void 0?void 0:u.play())}),{dragSnapToOrigin:c}=this.getProps();this.panSession=new sl(t,{onSessionStart:i,onStart:s,onMove:o,onSessionEnd:a,resumeAnimation:l},{transformPagePoint:this.visualElement.getTransformPagePoint(),dragSnapToOrigin:c,contextWindow:fl(this.visualElement)})}stop(t,n){const r=this.isDragging;if(this.cancel(),!r)return;const{velocity:i}=n;this.startAnimation(i);const{onDragEnd:s}=this.getProps();s&&G.update(()=>s(t,n))}cancel(){this.isDragging=!1;const{projection:t,animationState:n}=this.visualElement;t&&(t.isAnimationBlocked=!1),this.panSession&&this.panSession.end(),this.panSession=void 0;const{dragPropagation:r}=this.getProps();!r&&this.openGlobalLock&&(this.openGlobalLock(),this.openGlobalLock=null),n&&n.setActive("whileDrag",!1)}updateAxis(t,n,r){const{drag:i}=this.getProps();if(!r||!bn(t,i,this.currentDirection))return;const s=this.getAxisMotionValue(t);let o=this.originPoint[t]+r[t];this.constraints&&this.constraints[t]&&(o=nf(o,this.constraints[t],this.elastic[t])),s.set(o)}resolveConstraints(){var t;const{dragConstraints:n,dragElastic:r}=this.getProps(),i=this.visualElement.projection&&!this.visualElement.projection.layout?this.visualElement.projection.measure(!1):(t=this.visualElement.projection)===null||t===void 0?void 0:t.layout,s=this.constraints;n&&wt(n)?this.constraints||(this.constraints=this.resolveRefConstraints()):n&&i?this.constraints=rf(i.layoutBox,n):this.constraints=!1,this.elastic=lf(r),s!==this.constraints&&i&&this.constraints&&!this.hasMutatedConstraints&&we(o=>{this.getAxisMotionValue(o)&&(this.constraints[o]=af(i.layoutBox[o],this.constraints[o]))})}resolveRefConstraints(){const{dragConstraints:t,onMeasureDragConstraints:n}=this.getProps();if(!t||!wt(t))return!1;const r=t.current;ke(r!==null,"If `dragConstraints` is set as a React ref, that ref must be passed to another component's `ref` prop.");const{projection:i}=this.visualElement;if(!i||!i.layout)return!1;const s=pf(r,i.root,this.visualElement.getTransformPagePoint());let o=of(i.layout.layoutBox,s);if(n){const a=n(cf(o));this.hasMutatedConstraints=!!a,a&&(o=ll(a))}return o}startAnimation(t){const{drag:n,dragMomentum:r,dragElastic:i,dragTransition:s,dragSnapToOrigin:o,onDragTransitionEnd:a}=this.getProps(),l=this.constraints||{},c=we(d=>{if(!bn(d,n,this.currentDirection))return;let u=l&&l[d]||{};o&&(u={min:0,max:0});const h=i?200:1e6,m=i?40:1e7,y={type:"inertia",velocity:r?t[d]:0,bounceStiffness:h,bounceDamping:m,timeConstant:750,restDelta:1,restSpeed:10,...s,...u};return this.startAxisValueAnimation(d,y)});return Promise.all(c).then(a)}startAxisValueAnimation(t,n){const r=this.getAxisMotionValue(t);return r.start(yi(t,r,0,n))}stopAnimation(){we(t=>this.getAxisMotionValue(t).stop())}pauseAnimation(){we(t=>{var n;return(n=this.getAxisMotionValue(t).animation)===null||n===void 0?void 0:n.pause()})}getAnimationState(t){var n;return(n=this.getAxisMotionValue(t).animation)===null||n===void 0?void 0:n.state}getAxisMotionValue(t){const n="_drag"+t.toUpperCase(),r=this.visualElement.getProps(),i=r[n];return i||this.visualElement.getValue(t,(r.initial?r.initial[t]:void 0)||0)}snapToCursor(t){we(n=>{const{drag:r}=this.getProps();if(!bn(n,r,this.currentDirection))return;const{projection:i}=this.visualElement,s=this.getAxisMotionValue(n);if(i&&i.layout){const{min:o,max:a}=i.layout.layoutBox[n];s.set(t[n]-K(o,a,.5))}})}scalePositionWithinConstraints(){if(!this.visualElement.current)return;const{drag:t,dragConstraints:n}=this.getProps(),{projection:r}=this.visualElement;if(!wt(n)||!r||!this.constraints)return;this.stopAnimation();const i={x:0,y:0};we(o=>{const a=this.getAxisMotionValue(o);if(a){const l=a.get();i[o]=sf({min:l,max:l},this.constraints[o])}});const{transformTemplate:s}=this.visualElement.getProps();this.visualElement.current.style.transform=s?s({},""):"none",r.root&&r.root.updateScroll(),r.updateLayout(),this.resolveConstraints(),we(o=>{if(!bn(o,t,null))return;const a=this.getAxisMotionValue(o),{min:l,max:c}=this.constraints[o];a.set(K(l,c,i[o]))})}addListeners(){if(!this.visualElement.current)return;mf.set(this.visualElement,this);const t=this.visualElement.current,n=$e(t,"pointerdown",l=>{const{drag:c,dragListener:d=!0}=this.getProps();c&&d&&this.start(l)}),r=()=>{const{dragConstraints:l}=this.getProps();wt(l)&&(this.constraints=this.resolveRefConstraints())},{projection:i}=this.visualElement,s=i.addEventListener("measure",r);i&&!i.layout&&(i.root&&i.root.updateScroll(),i.updateLayout()),r();const o=Le(window,"resize",()=>this.scalePositionWithinConstraints()),a=i.addEventListener("didUpdate",({delta:l,hasLayoutChanged:c})=>{this.isDragging&&c&&(we(d=>{const u=this.getAxisMotionValue(d);u&&(this.originPoint[d]+=l[d].translate,u.set(u.get()+l[d].translate))}),this.visualElement.render())});return()=>{o(),n(),s(),a&&a()}}getProps(){const t=this.visualElement.getProps(),{drag:n=!1,dragDirectionLock:r=!1,dragPropagation:i=!1,dragConstraints:s=!1,dragElastic:o=Br,dragMomentum:a=!0}=t;return{...t,drag:n,dragDirectionLock:r,dragPropagation:i,dragConstraints:s,dragElastic:o,dragMomentum:a}}}function bn(e,t,n){return(t===!0||t===e)&&(n===null||n===e)}function yf(e,t=10){let n=null;return Math.abs(e.y)>t?n="y":Math.abs(e.x)>t&&(n="x"),n}class vf extends et{constructor(t){super(t),this.removeGroupControls=J,this.removeListeners=J,this.controls=new gf(t)}mount(){const{dragControls:t}=this.node.getProps();t&&(this.removeGroupControls=t.subscribe(this.controls)),this.removeListeners=this.controls.addListeners()||J}unmount(){this.removeGroupControls(),this.removeListeners()}}const ko=e=>(t,n)=>{e&&G.update(()=>e(t,n))};class bf extends et{constructor(){super(...arguments),this.removePointerDownListener=J}onPointerDown(t){this.session=new sl(t,this.createPanHandlers(),{transformPagePoint:this.node.getTransformPagePoint(),contextWindow:fl(this.node)})}createPanHandlers(){const{onPanSessionStart:t,onPanStart:n,onPan:r,onPanEnd:i}=this.node.getProps();return{onSessionStart:ko(t),onStart:ko(n),onMove:r,onEnd:(s,o)=>{delete this.session,i&&G.update(()=>i(s,o))}}}mount(){this.removePointerDownListener=$e(this.node.current,"pointerdown",t=>this.onPointerDown(t))}update(){this.session&&this.session.updateHandlers(this.createPanHandlers())}unmount(){this.removePointerDownListener(),this.session&&this.session.end()}}function xf(){const e=_.useContext(ti);if(e===null)return[!0,null];const{isPresent:t,onExitComplete:n,register:r}=e,i=_.useId();return _.useEffect(()=>r(i),[]),!t&&n?[!1,()=>n&&n(i)]:[!0]}const Cn={hasAnimatedSinceResize:!0,hasEverUpdated:!1};function Oo(e,t){return t.max===t.min?0:e/(t.max-t.min)*100}const $t={correct:(e,t)=>{if(!t.target)return e;if(typeof e=="string")if(M.test(e))e=parseFloat(e);else return e;const n=Oo(e,t.target.x),r=Oo(e,t.target.y);return`${n}% ${r}%`}},wf={correct:(e,{treeScale:t,projectionDelta:n})=>{const r=e,i=Qe.parse(e);if(i.length>5)return r;const s=Qe.createTransformer(e),o=typeof i[0]!="number"?1:0,a=n.x.scale*t.x,l=n.y.scale*t.y;i[0+o]/=a,i[1+o]/=l;const c=K(a,l,.5);return typeof i[2+o]=="number"&&(i[2+o]/=c),typeof i[3+o]=="number"&&(i[3+o]/=c),s(i)}};class Sf extends _.Component{componentDidMount(){const{visualElement:t,layoutGroup:n,switchLayoutGroup:r,layoutId:i}=this.props,{projection:s}=t;ku(Ef),s&&(n.group&&n.group.add(s),r&&r.register&&i&&r.register(s),s.root.didUpdate(),s.addEventListener("animationComplete",()=>{this.safeToRemove()}),s.setOptions({...s.options,onExitComplete:()=>this.safeToRemove()})),Cn.hasEverUpdated=!0}getSnapshotBeforeUpdate(t){const{layoutDependency:n,visualElement:r,drag:i,isPresent:s}=this.props,o=r.projection;return o&&(o.isPresent=s,i||t.layoutDependency!==n||n===void 0?o.willUpdate():this.safeToRemove(),t.isPresent!==s&&(s?o.promote():o.relegate()||G.postRender(()=>{const a=o.getStack();(!a||!a.members.length)&&this.safeToRemove()}))),null}componentDidUpdate(){const{projection:t}=this.props.visualElement;t&&(t.root.didUpdate(),queueMicrotask(()=>{!t.currentAnimation&&t.isLead()&&this.safeToRemove()}))}componentWillUnmount(){const{visualElement:t,layoutGroup:n,switchLayoutGroup:r}=this.props,{projection:i}=t;i&&(i.scheduleCheckAfterUnmount(),n&&n.group&&n.group.remove(i),r&&r.deregister&&r.deregister(i))}safeToRemove(){const{safeToRemove:t}=this.props;t&&t()}render(){return null}}function hl(e){const[t,n]=xf(),r=_.useContext(la);return _.createElement(Sf,{...e,layoutGroup:r,switchLayoutGroup:_.useContext(ca),isPresent:t,safeToRemove:n})}const Ef={borderRadius:{...$t,applyTo:["borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius"]},borderTopLeftRadius:$t,borderTopRightRadius:$t,borderBottomLeftRadius:$t,borderBottomRightRadius:$t,boxShadow:wf},pl=["TopLeft","TopRight","BottomLeft","BottomRight"],Tf=pl.length,jo=e=>typeof e=="string"?parseFloat(e):e,Mo=e=>typeof e=="number"||M.test(e);function Cf(e,t,n,r,i,s){i?(e.opacity=K(0,n.opacity!==void 0?n.opacity:1,_f(r)),e.opacityExit=K(t.opacity!==void 0?t.opacity:1,0,Pf(r))):s&&(e.opacity=K(t.opacity!==void 0?t.opacity:1,n.opacity!==void 0?n.opacity:1,r));for(let o=0;o<Tf;o++){const a=`border${pl[o]}Radius`;let l=No(t,a),c=No(n,a);if(l===void 0&&c===void 0)continue;l||(l=0),c||(c=0),l===0||c===0||Mo(l)===Mo(c)?(e[a]=Math.max(K(jo(l),jo(c),r),0),(Me.test(c)||Me.test(l))&&(e[a]+="%")):e[a]=c}(t.rotate||n.rotate)&&(e.rotate=K(t.rotate||0,n.rotate||0,r))}function No(e,t){return e[t]!==void 0?e[t]:e.borderRadius}const _f=ml(0,.5,Ia),Pf=ml(.5,.95,J);function ml(e,t,n){return r=>r<e?0:r>t?1:n(Zt(e,t,r))}function Do(e,t){e.min=t.min,e.max=t.max}function xe(e,t){Do(e.x,t.x),Do(e.y,t.y)}function Ro(e,t,n,r,i){return e-=t,e=Wn(e,1/n,r),i!==void 0&&(e=Wn(e,1/i,r)),e}function Af(e,t=0,n=1,r=.5,i,s=e,o=e){if(Me.test(t)&&(t=parseFloat(t),t=K(o.min,o.max,t/100)-o.min),typeof t!="number")return;let a=K(s.min,s.max,r);e===s&&(a-=t),e.min=Ro(e.min,t,n,a,i),e.max=Ro(e.max,t,n,a,i)}function Vo(e,t,[n,r,i],s,o){Af(e,t[n],t[r],t[i],t.scale,s,o)}const kf=["x","scaleX","originX"],Of=["y","scaleY","originY"];function Io(e,t,n,r){Vo(e.x,t,kf,n?n.x:void 0,r?r.x:void 0),Vo(e.y,t,Of,n?n.y:void 0,r?r.y:void 0)}function Lo(e){return e.translate===0&&e.scale===1}function gl(e){return Lo(e.x)&&Lo(e.y)}function jf(e,t){return e.x.min===t.x.min&&e.x.max===t.x.max&&e.y.min===t.y.min&&e.y.max===t.y.max}function yl(e,t){return Math.round(e.x.min)===Math.round(t.x.min)&&Math.round(e.x.max)===Math.round(t.x.max)&&Math.round(e.y.min)===Math.round(t.y.min)&&Math.round(e.y.max)===Math.round(t.y.max)}function $o(e){return ve(e.x)/ve(e.y)}class Mf{constructor(){this.members=[]}add(t){bi(this.members,t),t.scheduleRender()}remove(t){if(xi(this.members,t),t===this.prevLead&&(this.prevLead=void 0),t===this.lead){const n=this.members[this.members.length-1];n&&this.promote(n)}}relegate(t){const n=this.members.findIndex(i=>t===i);if(n===0)return!1;let r;for(let i=n;i>=0;i--){const s=this.members[i];if(s.isPresent!==!1){r=s;break}}return r?(this.promote(r),!0):!1}promote(t,n){const r=this.lead;if(t!==r&&(this.prevLead=r,this.lead=t,t.show(),r)){r.instance&&r.scheduleRender(),t.scheduleRender(),t.resumeFrom=r,n&&(t.resumeFrom.preserveOpacity=!0),r.snapshot&&(t.snapshot=r.snapshot,t.snapshot.latestValues=r.animationValues||r.latestValues),t.root&&t.root.isUpdating&&(t.isLayoutDirty=!0);const{crossfade:i}=t.options;i===!1&&r.hide()}}exitAnimationComplete(){this.members.forEach(t=>{const{options:n,resumingFrom:r}=t;n.onExitComplete&&n.onExitComplete(),r&&r.options.onExitComplete&&r.options.onExitComplete()})}scheduleRender(){this.members.forEach(t=>{t.instance&&t.scheduleRender(!1)})}removeLeadSnapshot(){this.lead&&this.lead.snapshot&&(this.lead.snapshot=void 0)}}function zo(e,t,n){let r="";const i=e.x.translate/t.x,s=e.y.translate/t.y;if((i||s)&&(r=`translate3d(${i}px, ${s}px, 0) `),(t.x!==1||t.y!==1)&&(r+=`scale(${1/t.x}, ${1/t.y}) `),n){const{rotate:l,rotateX:c,rotateY:d}=n;l&&(r+=`rotate(${l}deg) `),c&&(r+=`rotateX(${c}deg) `),d&&(r+=`rotateY(${d}deg) `)}const o=e.x.scale*t.x,a=e.y.scale*t.y;return(o!==1||a!==1)&&(r+=`scale(${o}, ${a})`),r||"none"}const Nf=(e,t)=>e.depth-t.depth;class Df{constructor(){this.children=[],this.isDirty=!1}add(t){bi(this.children,t),this.isDirty=!0}remove(t){xi(this.children,t),this.isDirty=!0}forEach(t){this.isDirty&&this.children.sort(Nf),this.isDirty=!1,this.children.forEach(t)}}function Rf(e,t){const n=performance.now(),r=({timestamp:i})=>{const s=i-n;s>=t&&(Fe(r),e(s-t))};return G.read(r,!0),()=>Fe(r)}function Vf(e){window.MotionDebug&&window.MotionDebug.record(e)}function If(e){return e instanceof SVGElement&&e.tagName!=="svg"}function Lf(e,t,n){const r=fe(e)?e:At(e);return r.start(yi("",r,t,n)),r.animation}const Fo=["","X","Y","Z"],$f={visibility:"hidden"},Bo=1e3;let zf=0;const ot={type:"projectionFrame",totalNodes:0,resolvedTargetDeltas:0,recalculatedProjection:0};function vl({attachResizeListener:e,defaultParent:t,measureScroll:n,checkIsScrollRoot:r,resetTransform:i}){return class{constructor(o={},a=t==null?void 0:t()){this.id=zf++,this.animationId=0,this.children=new Set,this.options={},this.isTreeAnimating=!1,this.isAnimationBlocked=!1,this.isLayoutDirty=!1,this.isProjectionDirty=!1,this.isSharedProjectionDirty=!1,this.isTransformDirty=!1,this.updateManuallyBlocked=!1,this.updateBlockedByResize=!1,this.isUpdating=!1,this.isSVG=!1,this.needsReset=!1,this.shouldResetTransform=!1,this.treeScale={x:1,y:1},this.eventHandlers=new Map,this.hasTreeAnimated=!1,this.updateScheduled=!1,this.projectionUpdateScheduled=!1,this.checkUpdateFailed=()=>{this.isUpdating&&(this.isUpdating=!1,this.clearAllSnapshots())},this.updateProjection=()=>{this.projectionUpdateScheduled=!1,ot.totalNodes=ot.resolvedTargetDeltas=ot.recalculatedProjection=0,this.nodes.forEach(Wf),this.nodes.forEach(qf),this.nodes.forEach(Kf),this.nodes.forEach(Hf),Vf(ot)},this.hasProjected=!1,this.isVisible=!0,this.animationProgress=0,this.sharedNodes=new Map,this.latestValues=o,this.root=a?a.root||a:this,this.path=a?[...a.path,a]:[],this.parent=a,this.depth=a?a.depth+1:0;for(let l=0;l<this.path.length;l++)this.path[l].shouldResetTransform=!0;this.root===this&&(this.nodes=new Df)}addEventListener(o,a){return this.eventHandlers.has(o)||this.eventHandlers.set(o,new wi),this.eventHandlers.get(o).add(a)}notifyListeners(o,...a){const l=this.eventHandlers.get(o);l&&l.notify(...a)}hasListeners(o){return this.eventHandlers.has(o)}mount(o,a=this.root.hasTreeAnimated){if(this.instance)return;this.isSVG=If(o),this.instance=o;const{layoutId:l,layout:c,visualElement:d}=this.options;if(d&&!d.current&&d.mount(o),this.root.nodes.add(this),this.parent&&this.parent.children.add(this),a&&(c||l)&&(this.isLayoutDirty=!0),e){let u;const h=()=>this.root.updateBlockedByResize=!1;e(o,()=>{this.root.updateBlockedByResize=!0,u&&u(),u=Rf(h,250),Cn.hasAnimatedSinceResize&&(Cn.hasAnimatedSinceResize=!1,this.nodes.forEach(Ho))})}l&&this.root.registerSharedNode(l,this),this.options.animate!==!1&&d&&(l||c)&&this.addEventListener("didUpdate",({delta:u,hasLayoutChanged:h,hasRelativeTargetChanged:m,layout:y})=>{if(this.isTreeAnimationBlocked()){this.target=void 0,this.relativeTarget=void 0;return}const f=this.options.transition||d.getDefaultTransition()||eh,{onLayoutAnimationStart:g,onLayoutAnimationComplete:b}=d.getProps(),S=!this.targetLayout||!yl(this.targetLayout,y)||m,x=!h&&m;if(this.options.layoutRoot||this.resumeFrom&&this.resumeFrom.instance||x||h&&(S||!this.currentAnimation)){this.resumeFrom&&(this.resumingFrom=this.resumeFrom,this.resumingFrom.resumingFrom=void 0),this.setAnimationOrigin(u,x);const E={...gi(f,"layout"),onPlay:g,onComplete:b};(d.shouldReduceMotion||this.options.layoutRoot)&&(E.delay=0,E.type=!1),this.startAnimation(E)}else h||Ho(this),this.isLead()&&this.options.onExitComplete&&this.options.onExitComplete();this.targetLayout=y})}unmount(){this.options.layoutId&&this.willUpdate(),this.root.nodes.remove(this);const o=this.getStack();o&&o.remove(this),this.parent&&this.parent.children.delete(this),this.instance=void 0,Fe(this.updateProjection)}blockUpdate(){this.updateManuallyBlocked=!0}unblockUpdate(){this.updateManuallyBlocked=!1}isUpdateBlocked(){return this.updateManuallyBlocked||this.updateBlockedByResize}isTreeAnimationBlocked(){return this.isAnimationBlocked||this.parent&&this.parent.isTreeAnimationBlocked()||!1}startUpdate(){this.isUpdateBlocked()||(this.isUpdating=!0,this.nodes&&this.nodes.forEach(Xf),this.animationId++)}getTransformTemplate(){const{visualElement:o}=this.options;return o&&o.getProps().transformTemplate}willUpdate(o=!0){if(this.root.hasTreeAnimated=!0,this.root.isUpdateBlocked()){this.options.onExitComplete&&this.options.onExitComplete();return}if(!this.root.isUpdating&&this.root.startUpdate(),this.isLayoutDirty)return;this.isLayoutDirty=!0;for(let d=0;d<this.path.length;d++){const u=this.path[d];u.shouldResetTransform=!0,u.updateScroll("snapshot"),u.options.layoutRoot&&u.willUpdate(!1)}const{layoutId:a,layout:l}=this.options;if(a===void 0&&!l)return;const c=this.getTransformTemplate();this.prevTransformTemplateValue=c?c(this.latestValues,""):void 0,this.updateSnapshot(),o&&this.notifyListeners("willUpdate")}update(){if(this.updateScheduled=!1,this.isUpdateBlocked()){this.unblockUpdate(),this.clearAllSnapshots(),this.nodes.forEach(Wo);return}this.isUpdating||this.nodes.forEach(Gf),this.isUpdating=!1,this.nodes.forEach(Yf),this.nodes.forEach(Ff),this.nodes.forEach(Bf),this.clearAllSnapshots();const a=performance.now();oe.delta=Je(0,1e3/60,a-oe.timestamp),oe.timestamp=a,oe.isProcessing=!0,vr.update.process(oe),vr.preRender.process(oe),vr.render.process(oe),oe.isProcessing=!1}didUpdate(){this.updateScheduled||(this.updateScheduled=!0,queueMicrotask(()=>this.update()))}clearAllSnapshots(){this.nodes.forEach(Uf),this.sharedNodes.forEach(Zf)}scheduleUpdateProjection(){this.projectionUpdateScheduled||(this.projectionUpdateScheduled=!0,G.preRender(this.updateProjection,!1,!0))}scheduleCheckAfterUnmount(){G.postRender(()=>{this.isLayoutDirty?this.root.didUpdate():this.root.checkUpdateFailed()})}updateSnapshot(){this.snapshot||!this.instance||(this.snapshot=this.measure())}updateLayout(){if(!this.instance||(this.updateScroll(),!(this.options.alwaysMeasureLayout&&this.isLead())&&!this.isLayoutDirty))return;if(this.resumeFrom&&!this.resumeFrom.instance)for(let l=0;l<this.path.length;l++)this.path[l].updateScroll();const o=this.layout;this.layout=this.measure(!1),this.layoutCorrected=te(),this.isLayoutDirty=!1,this.projectionDelta=void 0,this.notifyListeners("measure",this.layout.layoutBox);const{visualElement:a}=this.options;a&&a.notify("LayoutMeasure",this.layout.layoutBox,o?o.layoutBox:void 0)}updateScroll(o="measure"){let a=!!(this.options.layoutScroll&&this.instance);this.scroll&&this.scroll.animationId===this.root.animationId&&this.scroll.phase===o&&(a=!1),a&&(this.scroll={animationId:this.root.animationId,phase:o,isRoot:r(this.instance),offset:n(this.instance)})}resetTransform(){if(!i)return;const o=this.isLayoutDirty||this.shouldResetTransform,a=this.projectionDelta&&!gl(this.projectionDelta),l=this.getTransformTemplate(),c=l?l(this.latestValues,""):void 0,d=c!==this.prevTransformTemplateValue;o&&(a||it(this.latestValues)||d)&&(i(this.instance,c),this.shouldResetTransform=!1,this.scheduleRender())}measure(o=!0){const a=this.measurePageBox();let l=this.removeElementScroll(a);return o&&(l=this.removeTransform(l)),th(l),{animationId:this.root.animationId,measuredBox:a,layoutBox:l,latestValues:{},source:this.id}}measurePageBox(){const{visualElement:o}=this.options;if(!o)return te();const a=o.measureViewportBox(),{scroll:l}=this.root;return l&&(qe(a.x,l.offset.x),qe(a.y,l.offset.y)),a}removeElementScroll(o){const a=te();xe(a,o);for(let l=0;l<this.path.length;l++){const c=this.path[l],{scroll:d,options:u}=c;if(c!==this.root&&d&&u.layoutScroll){if(d.isRoot){xe(a,o);const{scroll:h}=this.root;h&&(qe(a.x,-h.offset.x),qe(a.y,-h.offset.y))}qe(a.x,d.offset.x),qe(a.y,d.offset.y)}}return a}applyTransform(o,a=!1){const l=te();xe(l,o);for(let c=0;c<this.path.length;c++){const d=this.path[c];!a&&d.options.layoutScroll&&d.scroll&&d!==d.root&&Tt(l,{x:-d.scroll.offset.x,y:-d.scroll.offset.y}),it(d.latestValues)&&Tt(l,d.latestValues)}return it(this.latestValues)&&Tt(l,this.latestValues),l}removeTransform(o){const a=te();xe(a,o);for(let l=0;l<this.path.length;l++){const c=this.path[l];if(!c.instance||!it(c.latestValues))continue;Wr(c.latestValues)&&c.updateSnapshot();const d=te(),u=c.measurePageBox();xe(d,u),Io(a,c.latestValues,c.snapshot?c.snapshot.layoutBox:void 0,d)}return it(this.latestValues)&&Io(a,this.latestValues),a}setTargetDelta(o){this.targetDelta=o,this.root.scheduleUpdateProjection(),this.isProjectionDirty=!0}setOptions(o){this.options={...this.options,...o,crossfade:o.crossfade!==void 0?o.crossfade:!0}}clearMeasurements(){this.scroll=void 0,this.layout=void 0,this.snapshot=void 0,this.prevTransformTemplateValue=void 0,this.targetDelta=void 0,this.target=void 0,this.isLayoutDirty=!1}forceRelativeParentToResolveTarget(){this.relativeParent&&this.relativeParent.resolvedRelativeTargetAt!==oe.timestamp&&this.relativeParent.resolveTargetDelta(!0)}resolveTargetDelta(o=!1){var a;const l=this.getLead();this.isProjectionDirty||(this.isProjectionDirty=l.isProjectionDirty),this.isTransformDirty||(this.isTransformDirty=l.isTransformDirty),this.isSharedProjectionDirty||(this.isSharedProjectionDirty=l.isSharedProjectionDirty);const c=!!this.resumingFrom||this!==l;if(!(o||c&&this.isSharedProjectionDirty||this.isProjectionDirty||!((a=this.parent)===null||a===void 0)&&a.isProjectionDirty||this.attemptToResolveRelativeTarget))return;const{layout:u,layoutId:h}=this.options;if(!(!this.layout||!(u||h))){if(this.resolvedRelativeTargetAt=oe.timestamp,!this.targetDelta&&!this.relativeTarget){const m=this.getClosestProjectingParent();m&&m.layout&&this.animationProgress!==1?(this.relativeParent=m,this.forceRelativeParentToResolveTarget(),this.relativeTarget=te(),this.relativeTargetOrigin=te(),Gt(this.relativeTargetOrigin,this.layout.layoutBox,m.layout.layoutBox),xe(this.relativeTarget,this.relativeTargetOrigin)):this.relativeParent=this.relativeTarget=void 0}if(!(!this.relativeTarget&&!this.targetDelta)){if(this.target||(this.target=te(),this.targetWithTransforms=te()),this.relativeTarget&&this.relativeTargetOrigin&&this.relativeParent&&this.relativeParent.target?(this.forceRelativeParentToResolveTarget(),tf(this.target,this.relativeTarget,this.relativeParent.target)):this.targetDelta?(this.resumingFrom?this.target=this.applyTransform(this.layout.layoutBox):xe(this.target,this.layout.layoutBox),ul(this.target,this.targetDelta)):xe(this.target,this.layout.layoutBox),this.attemptToResolveRelativeTarget){this.attemptToResolveRelativeTarget=!1;const m=this.getClosestProjectingParent();m&&!!m.resumingFrom==!!this.resumingFrom&&!m.options.layoutScroll&&m.target&&this.animationProgress!==1?(this.relativeParent=m,this.forceRelativeParentToResolveTarget(),this.relativeTarget=te(),this.relativeTargetOrigin=te(),Gt(this.relativeTargetOrigin,this.target,m.target),xe(this.relativeTarget,this.relativeTargetOrigin)):this.relativeParent=this.relativeTarget=void 0}ot.resolvedTargetDeltas++}}}getClosestProjectingParent(){if(!(!this.parent||Wr(this.parent.latestValues)||cl(this.parent.latestValues)))return this.parent.isProjecting()?this.parent:this.parent.getClosestProjectingParent()}isProjecting(){return!!((this.relativeTarget||this.targetDelta||this.options.layoutRoot)&&this.layout)}calcProjection(){var o;const a=this.getLead(),l=!!this.resumingFrom||this!==a;let c=!0;if((this.isProjectionDirty||!((o=this.parent)===null||o===void 0)&&o.isProjectionDirty)&&(c=!1),l&&(this.isSharedProjectionDirty||this.isTransformDirty)&&(c=!1),this.resolvedRelativeTargetAt===oe.timestamp&&(c=!1),c)return;const{layout:d,layoutId:u}=this.options;if(this.isTreeAnimating=!!(this.parent&&this.parent.isTreeAnimating||this.currentAnimation||this.pendingAnimation),this.isTreeAnimating||(this.targetDelta=this.relativeTarget=void 0),!this.layout||!(d||u))return;xe(this.layoutCorrected,this.layout.layoutBox);const h=this.treeScale.x,m=this.treeScale.y;df(this.layoutCorrected,this.treeScale,this.path,l),a.layout&&!a.target&&(this.treeScale.x!==1||this.treeScale.y!==1)&&(a.target=a.layout.layoutBox);const{target:y}=a;if(!y){this.projectionTransform&&(this.projectionDelta=Et(),this.projectionTransform="none",this.scheduleRender());return}this.projectionDelta||(this.projectionDelta=Et(),this.projectionDeltaWithTransform=Et());const f=this.projectionTransform;Ut(this.projectionDelta,this.layoutCorrected,y,this.latestValues),this.projectionTransform=zo(this.projectionDelta,this.treeScale),(this.projectionTransform!==f||this.treeScale.x!==h||this.treeScale.y!==m)&&(this.hasProjected=!0,this.scheduleRender(),this.notifyListeners("projectionUpdate",y)),ot.recalculatedProjection++}hide(){this.isVisible=!1}show(){this.isVisible=!0}scheduleRender(o=!0){if(this.options.scheduleRender&&this.options.scheduleRender(),o){const a=this.getStack();a&&a.scheduleRender()}this.resumingFrom&&!this.resumingFrom.instance&&(this.resumingFrom=void 0)}setAnimationOrigin(o,a=!1){const l=this.snapshot,c=l?l.latestValues:{},d={...this.latestValues},u=Et();(!this.relativeParent||!this.relativeParent.options.layoutRoot)&&(this.relativeTarget=this.relativeTargetOrigin=void 0),this.attemptToResolveRelativeTarget=!a;const h=te(),m=l?l.source:void 0,y=this.layout?this.layout.source:void 0,f=m!==y,g=this.getStack(),b=!g||g.members.length<=1,S=!!(f&&!b&&this.options.crossfade===!0&&!this.path.some(Qf));this.animationProgress=0;let x;this.mixTargetDelta=E=>{const v=E/1e3;Uo(u.x,o.x,v),Uo(u.y,o.y,v),this.setTargetDelta(u),this.relativeTarget&&this.relativeTargetOrigin&&this.layout&&this.relativeParent&&this.relativeParent.layout&&(Gt(h,this.layout.layoutBox,this.relativeParent.layout.layoutBox),Jf(this.relativeTarget,this.relativeTargetOrigin,h,v),x&&jf(this.relativeTarget,x)&&(this.isProjectionDirty=!1),x||(x=te()),xe(x,this.relativeTarget)),f&&(this.animationValues=d,Cf(d,c,this.latestValues,v,S,b)),this.root.scheduleUpdateProjection(),this.scheduleRender(),this.animationProgress=v},this.mixTargetDelta(this.options.layoutRoot?1e3:0)}startAnimation(o){this.notifyListeners("animationStart"),this.currentAnimation&&this.currentAnimation.stop(),this.resumingFrom&&this.resumingFrom.currentAnimation&&this.resumingFrom.currentAnimation.stop(),this.pendingAnimation&&(Fe(this.pendingAnimation),this.pendingAnimation=void 0),this.pendingAnimation=G.update(()=>{Cn.hasAnimatedSinceResize=!0,this.currentAnimation=Lf(0,Bo,{...o,onUpdate:a=>{this.mixTargetDelta(a),o.onUpdate&&o.onUpdate(a)},onComplete:()=>{o.onComplete&&o.onComplete(),this.completeAnimation()}}),this.resumingFrom&&(this.resumingFrom.currentAnimation=this.currentAnimation),this.pendingAnimation=void 0})}completeAnimation(){this.resumingFrom&&(this.resumingFrom.currentAnimation=void 0,this.resumingFrom.preserveOpacity=void 0);const o=this.getStack();o&&o.exitAnimationComplete(),this.resumingFrom=this.currentAnimation=this.animationValues=void 0,this.notifyListeners("animationComplete")}finishAnimation(){this.currentAnimation&&(this.mixTargetDelta&&this.mixTargetDelta(Bo),this.currentAnimation.stop()),this.completeAnimation()}applyTransformsToTarget(){const o=this.getLead();let{targetWithTransforms:a,target:l,layout:c,latestValues:d}=o;if(!(!a||!l||!c)){if(this!==o&&this.layout&&c&&bl(this.options.animationType,this.layout.layoutBox,c.layoutBox)){l=this.target||te();const u=ve(this.layout.layoutBox.x);l.x.min=o.target.x.min,l.x.max=l.x.min+u;const h=ve(this.layout.layoutBox.y);l.y.min=o.target.y.min,l.y.max=l.y.min+h}xe(a,l),Tt(a,d),Ut(this.projectionDeltaWithTransform,this.layoutCorrected,a,d)}}registerSharedNode(o,a){this.sharedNodes.has(o)||this.sharedNodes.set(o,new Mf),this.sharedNodes.get(o).add(a);const c=a.options.initialPromotionConfig;a.promote({transition:c?c.transition:void 0,preserveFollowOpacity:c&&c.shouldPreserveFollowOpacity?c.shouldPreserveFollowOpacity(a):void 0})}isLead(){const o=this.getStack();return o?o.lead===this:!0}getLead(){var o;const{layoutId:a}=this.options;return a?((o=this.getStack())===null||o===void 0?void 0:o.lead)||this:this}getPrevLead(){var o;const{layoutId:a}=this.options;return a?(o=this.getStack())===null||o===void 0?void 0:o.prevLead:void 0}getStack(){const{layoutId:o}=this.options;if(o)return this.root.sharedNodes.get(o)}promote({needsReset:o,transition:a,preserveFollowOpacity:l}={}){const c=this.getStack();c&&c.promote(this,l),o&&(this.projectionDelta=void 0,this.needsReset=!0),a&&this.setOptions({transition:a})}relegate(){const o=this.getStack();return o?o.relegate(this):!1}resetRotation(){const{visualElement:o}=this.options;if(!o)return;let a=!1;const{latestValues:l}=o;if((l.rotate||l.rotateX||l.rotateY||l.rotateZ)&&(a=!0),!a)return;const c={};for(let d=0;d<Fo.length;d++){const u="rotate"+Fo[d];l[u]&&(c[u]=l[u],o.setStaticValue(u,0))}o.render();for(const d in c)o.setStaticValue(d,c[d]);o.scheduleRender()}getProjectionStyles(o){var a,l;if(!this.instance||this.isSVG)return;if(!this.isVisible)return $f;const c={visibility:""},d=this.getTransformTemplate();if(this.needsReset)return this.needsReset=!1,c.opacity="",c.pointerEvents=Tn(o==null?void 0:o.pointerEvents)||"",c.transform=d?d(this.latestValues,""):"none",c;const u=this.getLead();if(!this.projectionDelta||!this.layout||!u.target){const f={};return this.options.layoutId&&(f.opacity=this.latestValues.opacity!==void 0?this.latestValues.opacity:1,f.pointerEvents=Tn(o==null?void 0:o.pointerEvents)||""),this.hasProjected&&!it(this.latestValues)&&(f.transform=d?d({},""):"none",this.hasProjected=!1),f}const h=u.animationValues||u.latestValues;this.applyTransformsToTarget(),c.transform=zo(this.projectionDeltaWithTransform,this.treeScale,h),d&&(c.transform=d(h,c.transform));const{x:m,y}=this.projectionDelta;c.transformOrigin=`${m.origin*100}% ${y.origin*100}% 0`,u.animationValues?c.opacity=u===this?(l=(a=h.opacity)!==null&&a!==void 0?a:this.latestValues.opacity)!==null&&l!==void 0?l:1:this.preserveOpacity?this.latestValues.opacity:h.opacityExit:c.opacity=u===this?h.opacity!==void 0?h.opacity:"":h.opacityExit!==void 0?h.opacityExit:0;for(const f in Vn){if(h[f]===void 0)continue;const{correct:g,applyTo:b}=Vn[f],S=c.transform==="none"?h[f]:g(h[f],u);if(b){const x=b.length;for(let E=0;E<x;E++)c[b[E]]=S}else c[f]=S}return this.options.layoutId&&(c.pointerEvents=u===this?Tn(o==null?void 0:o.pointerEvents)||"":"none"),c}clearSnapshot(){this.resumeFrom=this.snapshot=void 0}resetTree(){this.root.nodes.forEach(o=>{var a;return(a=o.currentAnimation)===null||a===void 0?void 0:a.stop()}),this.root.nodes.forEach(Wo),this.root.sharedNodes.clear()}}}function Ff(e){e.updateLayout()}function Bf(e){var t;const n=((t=e.resumeFrom)===null||t===void 0?void 0:t.snapshot)||e.snapshot;if(e.isLead()&&e.layout&&n&&e.hasListeners("didUpdate")){const{layoutBox:r,measuredBox:i}=e.layout,{animationType:s}=e.options,o=n.source!==e.layout.source;s==="size"?we(u=>{const h=o?n.measuredBox[u]:n.layoutBox[u],m=ve(h);h.min=r[u].min,h.max=h.min+m}):bl(s,n.layoutBox,r)&&we(u=>{const h=o?n.measuredBox[u]:n.layoutBox[u],m=ve(r[u]);h.max=h.min+m,e.relativeTarget&&!e.currentAnimation&&(e.isProjectionDirty=!0,e.relativeTarget[u].max=e.relativeTarget[u].min+m)});const a=Et();Ut(a,r,n.layoutBox);const l=Et();o?Ut(l,e.applyTransform(i,!0),n.measuredBox):Ut(l,r,n.layoutBox);const c=!gl(a);let d=!1;if(!e.resumeFrom){const u=e.getClosestProjectingParent();if(u&&!u.resumeFrom){const{snapshot:h,layout:m}=u;if(h&&m){const y=te();Gt(y,n.layoutBox,h.layoutBox);const f=te();Gt(f,r,m.layoutBox),yl(y,f)||(d=!0),u.options.layoutRoot&&(e.relativeTarget=f,e.relativeTargetOrigin=y,e.relativeParent=u)}}}e.notifyListeners("didUpdate",{layout:r,snapshot:n,delta:l,layoutDelta:a,hasLayoutChanged:c,hasRelativeTargetChanged:d})}else if(e.isLead()){const{onExitComplete:r}=e.options;r&&r()}e.options.transition=void 0}function Wf(e){ot.totalNodes++,e.parent&&(e.isProjecting()||(e.isProjectionDirty=e.parent.isProjectionDirty),e.isSharedProjectionDirty||(e.isSharedProjectionDirty=!!(e.isProjectionDirty||e.parent.isProjectionDirty||e.parent.isSharedProjectionDirty)),e.isTransformDirty||(e.isTransformDirty=e.parent.isTransformDirty))}function Hf(e){e.isProjectionDirty=e.isSharedProjectionDirty=e.isTransformDirty=!1}function Uf(e){e.clearSnapshot()}function Wo(e){e.clearMeasurements()}function Gf(e){e.isLayoutDirty=!1}function Yf(e){const{visualElement:t}=e.options;t&&t.getProps().onBeforeLayoutMeasure&&t.notify("BeforeLayoutMeasure"),e.resetTransform()}function Ho(e){e.finishAnimation(),e.targetDelta=e.relativeTarget=e.target=void 0,e.isProjectionDirty=!0}function qf(e){e.resolveTargetDelta()}function Kf(e){e.calcProjection()}function Xf(e){e.resetRotation()}function Zf(e){e.removeLeadSnapshot()}function Uo(e,t,n){e.translate=K(t.translate,0,n),e.scale=K(t.scale,1,n),e.origin=t.origin,e.originPoint=t.originPoint}function Go(e,t,n,r){e.min=K(t.min,n.min,r),e.max=K(t.max,n.max,r)}function Jf(e,t,n,r){Go(e.x,t.x,n.x,r),Go(e.y,t.y,n.y,r)}function Qf(e){return e.animationValues&&e.animationValues.opacityExit!==void 0}const eh={duration:.45,ease:[.4,0,.1,1]},Yo=e=>typeof navigator<"u"&&navigator.userAgent.toLowerCase().includes(e),qo=Yo("applewebkit/")&&!Yo("chrome/")?Math.round:J;function Ko(e){e.min=qo(e.min),e.max=qo(e.max)}function th(e){Ko(e.x),Ko(e.y)}function bl(e,t,n){return e==="position"||e==="preserve-aspect"&&!Fr($o(t),$o(n),.2)}const nh=vl({attachResizeListener:(e,t)=>Le(e,"resize",t),measureScroll:()=>({x:document.documentElement.scrollLeft||document.body.scrollLeft,y:document.documentElement.scrollTop||document.body.scrollTop}),checkIsScrollRoot:()=>!0}),kr={current:void 0},xl=vl({measureScroll:e=>({x:e.scrollLeft,y:e.scrollTop}),defaultParent:()=>{if(!kr.current){const e=new nh({});e.mount(window),e.setOptions({layoutScroll:!0}),kr.current=e}return kr.current},resetTransform:(e,t)=>{e.style.transform=t!==void 0?t:"none"},checkIsScrollRoot:e=>window.getComputedStyle(e).position==="fixed"}),rh={pan:{Feature:bf},drag:{Feature:vf,ProjectionNode:xl,MeasureLayout:hl}},ih=/var\((--[a-zA-Z0-9-_]+),? ?([a-zA-Z0-9 ()%#.,-]+)?\)/;function oh(e){const t=ih.exec(e);if(!t)return[,];const[,n,r]=t;return[n,r]}const sh=4;function Ur(e,t,n=1){ke(n<=sh,`Max CSS variable fallback depth detected in property "${e}". This may indicate a circular fallback dependency.`);const[r,i]=oh(e);if(!r)return;const s=window.getComputedStyle(t).getPropertyValue(r);if(s){const o=s.trim();return nl(o)?parseFloat(o):o}else return Dr(i)?Ur(i,t,n+1):i}function ah(e,{...t},n){const r=e.current;if(!(r instanceof Element))return{target:t,transitionEnd:n};n&&(n={...n}),e.values.forEach(i=>{const s=i.get();if(!Dr(s))return;const o=Ur(s,r);o&&i.set(o)});for(const i in t){const s=t[i];if(!Dr(s))continue;const o=Ur(s,r);o&&(t[i]=o,n||(n={}),n[i]===void 0&&(n[i]=s))}return{target:t,transitionEnd:n}}const lh=new Set(["width","height","top","left","right","bottom","x","y","translateX","translateY"]),wl=e=>lh.has(e),ch=e=>Object.keys(e).some(wl),xn=e=>e===ct||e===M,Xo=(e,t)=>parseFloat(e.split(", ")[t]),Zo=(e,t)=>(n,{transform:r})=>{if(r==="none"||!r)return 0;const i=r.match(/^matrix3d\((.+)\)$/);if(i)return Xo(i[1],t);{const s=r.match(/^matrix\((.+)\)$/);return s?Xo(s[1],e):0}},uh=new Set(["x","y","z"]),dh=rn.filter(e=>!uh.has(e));function fh(e){const t=[];return dh.forEach(n=>{const r=e.getValue(n);r!==void 0&&(t.push([n,r.get()]),r.set(n.startsWith("scale")?1:0))}),t.length&&e.render(),t}const kt={width:({x:e},{paddingLeft:t="0",paddingRight:n="0"})=>e.max-e.min-parseFloat(t)-parseFloat(n),height:({y:e},{paddingTop:t="0",paddingBottom:n="0"})=>e.max-e.min-parseFloat(t)-parseFloat(n),top:(e,{top:t})=>parseFloat(t),left:(e,{left:t})=>parseFloat(t),bottom:({y:e},{top:t})=>parseFloat(t)+(e.max-e.min),right:({x:e},{left:t})=>parseFloat(t)+(e.max-e.min),x:Zo(4,13),y:Zo(5,14)};kt.translateX=kt.x;kt.translateY=kt.y;const hh=(e,t,n)=>{const r=t.measureViewportBox(),i=t.current,s=getComputedStyle(i),{display:o}=s,a={};o==="none"&&t.setStaticValue("display",e.display||"block"),n.forEach(c=>{a[c]=kt[c](r,s)}),t.render();const l=t.measureViewportBox();return n.forEach(c=>{const d=t.getValue(c);d&&d.jump(a[c]),e[c]=kt[c](l,s)}),e},ph=(e,t,n={},r={})=>{t={...t},r={...r};const i=Object.keys(t).filter(wl);let s=[],o=!1;const a=[];if(i.forEach(l=>{const c=e.getValue(l);if(!e.hasValue(l))return;let d=n[l],u=Lt(d);const h=t[l];let m;if(Ln(h)){const y=h.length,f=h[0]===null?1:0;d=h[f],u=Lt(d);for(let g=f;g<y&&h[g]!==null;g++)m?ke(Lt(h[g])===m,"All keyframes must be of the same type"):(m=Lt(h[g]),ke(m===u||xn(u)&&xn(m),"Keyframes must be of the same dimension as the current value"))}else m=Lt(h);if(u!==m)if(xn(u)&&xn(m)){const y=c.get();typeof y=="string"&&c.set(parseFloat(y)),typeof h=="string"?t[l]=parseFloat(h):Array.isArray(h)&&m===M&&(t[l]=h.map(parseFloat))}else u!=null&&u.transform&&(m!=null&&m.transform)&&(d===0||h===0)?d===0?c.set(m.transform(d)):t[l]=u.transform(h):(o||(s=fh(e),o=!0),a.push(l),r[l]=r[l]!==void 0?r[l]:t[l],c.jump(h))}),a.length){const l=a.indexOf("height")>=0?window.pageYOffset:null,c=hh(t,e,a);return s.length&&s.forEach(([d,u])=>{e.getValue(d).set(u)}),e.render(),Xn&&l!==null&&window.scrollTo({top:l}),{target:c,transitionEnd:r}}else return{target:t,transitionEnd:r}};function mh(e,t,n,r){return ch(t)?ph(e,t,n,r):{target:t,transitionEnd:r}}const gh=(e,t,n,r)=>{const i=ah(e,t,r);return t=i.target,r=i.transitionEnd,mh(e,t,n,r)},Gr={current:null},Sl={current:!1};function yh(){if(Sl.current=!0,!!Xn)if(window.matchMedia){const e=window.matchMedia("(prefers-reduced-motion)"),t=()=>Gr.current=e.matches;e.addListener(t),t()}else Gr.current=!1}function vh(e,t,n){const{willChange:r}=t;for(const i in t){const s=t[i],o=n[i];if(fe(s))e.addValue(i,s),Bn(r)&&r.add(i),process.env.NODE_ENV==="development"&&Si(s.version==="10.18.0",`Attempting to mix Framer Motion versions ${s.version} with 10.18.0 may not work as expected.`);else if(fe(o))e.addValue(i,At(s,{owner:e})),Bn(r)&&r.remove(i);else if(o!==s)if(e.hasValue(i)){const a=e.getValue(i);!a.hasAnimated&&a.set(s)}else{const a=e.getStaticValue(i);e.addValue(i,At(a!==void 0?a:s,{owner:e}))}}for(const i in n)t[i]===void 0&&e.removeValue(i);return t}const Jo=new WeakMap,El=Object.keys(Xt),bh=El.length,Qo=["AnimationStart","AnimationComplete","Update","BeforeLayoutMeasure","LayoutMeasure","LayoutAnimationStart","LayoutAnimationComplete"],xh=ii.length;class wh{constructor({parent:t,props:n,presenceContext:r,reducedMotionConfig:i,visualState:s},o={}){this.current=null,this.children=new Set,this.isVariantNode=!1,this.isControllingVariants=!1,this.shouldReduceMotion=null,this.values=new Map,this.features={},this.valueSubscriptions=new Map,this.prevMotionValues={},this.events={},this.propEventSubscriptions={},this.notifyUpdate=()=>this.notify("Update",this.latestValues),this.render=()=>{this.current&&(this.triggerBuild(),this.renderInstance(this.current,this.renderState,this.props.style,this.projection))},this.scheduleRender=()=>G.render(this.render,!1,!0);const{latestValues:a,renderState:l}=s;this.latestValues=a,this.baseTarget={...a},this.initialValues=n.initial?{...a}:{},this.renderState=l,this.parent=t,this.props=n,this.presenceContext=r,this.depth=t?t.depth+1:0,this.reducedMotionConfig=i,this.options=o,this.isControllingVariants=Jn(n),this.isVariantNode=aa(n),this.isVariantNode&&(this.variantChildren=new Set),this.manuallyAnimateOnMount=!!(t&&t.current);const{willChange:c,...d}=this.scrapeMotionValuesFromProps(n,{});for(const u in d){const h=d[u];a[u]!==void 0&&fe(h)&&(h.set(a[u],!1),Bn(c)&&c.add(u))}}scrapeMotionValuesFromProps(t,n){return{}}mount(t){this.current=t,Jo.set(t,this),this.projection&&!this.projection.instance&&this.projection.mount(t),this.parent&&this.isVariantNode&&!this.isControllingVariants&&(this.removeFromVariantTree=this.parent.addVariantChild(this)),this.values.forEach((n,r)=>this.bindToMotionValue(r,n)),Sl.current||yh(),this.shouldReduceMotion=this.reducedMotionConfig==="never"?!1:this.reducedMotionConfig==="always"?!0:Gr.current,process.env.NODE_ENV!=="production"&&Si(this.shouldReduceMotion!==!0,"You have Reduced Motion enabled on your device. Animations may not appear as expected."),this.parent&&this.parent.children.add(this),this.update(this.props,this.presenceContext)}unmount(){Jo.delete(this.current),this.projection&&this.projection.unmount(),Fe(this.notifyUpdate),Fe(this.render),this.valueSubscriptions.forEach(t=>t()),this.removeFromVariantTree&&this.removeFromVariantTree(),this.parent&&this.parent.children.delete(this);for(const t in this.events)this.events[t].clear();for(const t in this.features)this.features[t].unmount();this.current=null}bindToMotionValue(t,n){const r=lt.has(t),i=n.on("change",o=>{this.latestValues[t]=o,this.props.onUpdate&&G.update(this.notifyUpdate,!1,!0),r&&this.projection&&(this.projection.isTransformDirty=!0)}),s=n.on("renderRequest",this.scheduleRender);this.valueSubscriptions.set(t,()=>{i(),s()})}sortNodePosition(t){return!this.current||!this.sortInstanceNodePosition||this.type!==t.type?0:this.sortInstanceNodePosition(this.current,t.current)}loadFeatures({children:t,...n},r,i,s){let o,a;if(process.env.NODE_ENV!=="production"&&i&&r){const l="You have rendered a `motion` component within a `LazyMotion` component. This will break tree shaking. Import and render a `m` component instead.";n.ignoreStrict?an(!1,l):ke(!1,l)}for(let l=0;l<bh;l++){const c=El[l],{isEnabled:d,Feature:u,ProjectionNode:h,MeasureLayout:m}=Xt[c];h&&(o=h),d(n)&&(!this.features[c]&&u&&(this.features[c]=new u(this)),m&&(a=m))}if((this.type==="html"||this.type==="svg")&&!this.projection&&o){this.projection=new o(this.latestValues,this.parent&&this.parent.projection);const{layoutId:l,layout:c,drag:d,dragConstraints:u,layoutScroll:h,layoutRoot:m}=n;this.projection.setOptions({layoutId:l,layout:c,alwaysMeasureLayout:!!d||u&&wt(u),visualElement:this,scheduleRender:()=>this.scheduleRender(),animationType:typeof c=="string"?c:"both",initialPromotionConfig:s,layoutScroll:h,layoutRoot:m})}return a}updateFeatures(){for(const t in this.features){const n=this.features[t];n.isMounted?n.update():(n.mount(),n.isMounted=!0)}}triggerBuild(){this.build(this.renderState,this.latestValues,this.options,this.props)}measureViewportBox(){return this.current?this.measureInstanceViewportBox(this.current,this.props):te()}getStaticValue(t){return this.latestValues[t]}setStaticValue(t,n){this.latestValues[t]=n}makeTargetAnimatable(t,n=!0){return this.makeTargetAnimatableFromInstance(t,this.props,n)}update(t,n){(t.transformTemplate||this.props.transformTemplate)&&this.scheduleRender(),this.prevProps=this.props,this.props=t,this.prevPresenceContext=this.presenceContext,this.presenceContext=n;for(let r=0;r<Qo.length;r++){const i=Qo[r];this.propEventSubscriptions[i]&&(this.propEventSubscriptions[i](),delete this.propEventSubscriptions[i]);const s=t["on"+i];s&&(this.propEventSubscriptions[i]=this.on(i,s))}this.prevMotionValues=vh(this,this.scrapeMotionValuesFromProps(t,this.prevProps),this.prevMotionValues),this.handleChildMotionValue&&this.handleChildMotionValue()}getProps(){return this.props}getVariant(t){return this.props.variants?this.props.variants[t]:void 0}getDefaultTransition(){return this.props.transition}getTransformPagePoint(){return this.props.transformPagePoint}getClosestVariantNode(){return this.isVariantNode?this:this.parent?this.parent.getClosestVariantNode():void 0}getVariantContext(t=!1){if(t)return this.parent?this.parent.getVariantContext():void 0;if(!this.isControllingVariants){const r=this.parent?this.parent.getVariantContext()||{}:{};return this.props.initial!==void 0&&(r.initial=this.props.initial),r}const n={};for(let r=0;r<xh;r++){const i=ii[r],s=this.props[i];(Kt(s)||s===!1)&&(n[i]=s)}return n}addVariantChild(t){const n=this.getClosestVariantNode();if(n)return n.variantChildren&&n.variantChildren.add(t),()=>n.variantChildren.delete(t)}addValue(t,n){n!==this.values.get(t)&&(this.removeValue(t),this.bindToMotionValue(t,n)),this.values.set(t,n),this.latestValues[t]=n.get()}removeValue(t){this.values.delete(t);const n=this.valueSubscriptions.get(t);n&&(n(),this.valueSubscriptions.delete(t)),delete this.latestValues[t],this.removeValueFromRenderState(t,this.renderState)}hasValue(t){return this.values.has(t)}getValue(t,n){if(this.props.values&&this.props.values[t])return this.props.values[t];let r=this.values.get(t);return r===void 0&&n!==void 0&&(r=At(n,{owner:this}),this.addValue(t,r)),r}readValue(t){var n;return this.latestValues[t]!==void 0||!this.current?this.latestValues[t]:(n=this.getBaseTargetFromProps(this.props,t))!==null&&n!==void 0?n:this.readValueFromInstance(this.current,t,this.options)}setBaseTarget(t,n){this.baseTarget[t]=n}getBaseTarget(t){var n;const{initial:r}=this.props,i=typeof r=="string"||typeof r=="object"?(n=di(this.props,r))===null||n===void 0?void 0:n[t]:void 0;if(r&&i!==void 0)return i;const s=this.getBaseTargetFromProps(this.props,t);return s!==void 0&&!fe(s)?s:this.initialValues[t]!==void 0&&i===void 0?void 0:this.baseTarget[t]}on(t,n){return this.events[t]||(this.events[t]=new wi),this.events[t].add(n)}notify(t,...n){this.events[t]&&this.events[t].notify(...n)}}class Tl extends wh{sortInstanceNodePosition(t,n){return t.compareDocumentPosition(n)&2?1:-1}getBaseTargetFromProps(t,n){return t.style?t.style[n]:void 0}removeValueFromRenderState(t,{vars:n,style:r}){delete n[t],delete r[t]}makeTargetAnimatableFromInstance({transition:t,transitionEnd:n,...r},{transformValues:i},s){let o=V0(r,t||{},this);if(i&&(n&&(n=i(n)),r&&(r=i(r)),o&&(o=i(o))),s){D0(this,r,o);const a=gh(this,r,o,n);n=a.transitionEnd,r=a.target}return{transition:t,transitionEnd:n,...r}}}function Sh(e){return window.getComputedStyle(e)}class Eh extends Tl{constructor(){super(...arguments),this.type="html"}readValueFromInstance(t,n){if(lt.has(n)){const r=mi(n);return r&&r.default||0}else{const r=Sh(t),i=(fa(n)?r.getPropertyValue(n):r[n])||0;return typeof i=="string"?i.trim():i}}measureInstanceViewportBox(t,{transformPagePoint:n}){return dl(t,n)}build(t,n,r,i){si(t,n,r,i.transformTemplate)}scrapeMotionValuesFromProps(t,n){return ui(t,n)}handleChildMotionValue(){this.childSubscription&&(this.childSubscription(),delete this.childSubscription);const{children:t}=this.props;fe(t)&&(this.childSubscription=t.on("change",n=>{this.current&&(this.current.textContent=`${n}`)}))}renderInstance(t,n,r,i){va(t,n,r,i)}}class Th extends Tl{constructor(){super(...arguments),this.type="svg",this.isSVGTag=!1}getBaseTargetFromProps(t,n){return t[n]}readValueFromInstance(t,n){if(lt.has(n)){const r=mi(n);return r&&r.default||0}return n=ba.has(n)?n:ni(n),t.getAttribute(n)}measureInstanceViewportBox(){return te()}scrapeMotionValuesFromProps(t,n){return wa(t,n)}build(t,n,r,i){li(t,n,r,this.isSVGTag,i.transformTemplate)}renderInstance(t,n,r,i){xa(t,n,r,i)}mount(t){this.isSVGTag=ci(t.tagName),super.mount(t)}}const Ch=(e,t)=>oi(e)?new Th(t,{enableHardwareAcceleration:!1}):new Eh(t,{enableHardwareAcceleration:!0}),_h={layout:{ProjectionNode:xl,MeasureLayout:hl}},Ph={...Z0,...bd,...rh,..._h},Ah=Pu((e,t)=>sd(e,t,Ph,Ch));function kh(e){return p.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",fill:"currentColor",viewBox:"0 0 16 16",...e,children:p.jsx("path",{fill:"currenColor",d:"M4.427 7.427l3.396 3.396a.25.25 0 00.354 0l3.396-3.396A.25.25 0 0011.396 7H4.604a.25.25 0 00-.177.427z"})})}function Oh(e){const{children:t,parentRef:n,onlyChild:r}=e,[i,s]=_.useState({top:0,left:0});return _.useLayoutEffect(()=>{if(n.current){const o=n.current.getBoundingClientRect();s({top:o.top,left:o.left+o.width})}},[n]),r?t:gc.createPortal(p.jsx("div",{style:{position:"fixed",top:i.top,left:i.left,zIndex:1200},children:t}),n.current)}function Cl({item:e,level:t=0,...n}){var k,D;const{isActive:r,isCollapsed:i,expanded:s,toggleExpand:o}=n,a=`level-${t}`,l=i?"collapsed":"expanded",c=r(e.id)?"active":"",d=(j,R=a)=>`${j} ${R} ${l} ${c}`,u=!!((k=e.children)!=null&&k.length),[h,m]=_.useState(!1),y=_.useRef(),f=window.location.origin,g=e.path&&e.path.includes("http")?new URL(e.path):{origin:"",pathname:""},b=window.location.pathname.split("/")[1],S=g.pathname.split("/")[1],x=n.ssr||!f.includes("local")&&f!==g.origin||S!==b,E=u||t===0?"div":x?"a":Hs.Link,v=e.path||"#",T=t+1,C=u&&!(i&&T>=2&&!h),P=i||t===0?void 0:`${t}rem`;return p.jsxs("div",{ref:y,className:d("menu-item__wrapper"),onMouseEnter:()=>i&&m(!0),onMouseLeave:()=>i&&m(!1),children:[p.jsxs(E,{to:v,href:v,style:{paddingLeft:P,transition:"all 0.3s"},className:d("menu-item__link"),onClick:j=>{u&&(j.preventDefault(),i||o(e.id))},children:[t!==0&&p.jsx(jh,{cls:d,item:e}),p.jsx("span",{className:d("menu-item__label"),children:e.name}),u&&p.jsx("div",{className:d("menu-item__icon-arrow__wrapper"),children:p.jsx(kh,{className:d(`menu-item__icon-arrow__icon ${s(e.id)?"open":"close"}`)})})]}),C&&p.jsx(Oh,{parentRef:y,onlyChild:!i||i&&T<2,children:p.jsx(Ah.div,{className:d("menu-item__dropdown",`level-${T}`),initial:{height:i||s(e.id)?"auto":0},animate:{height:i||s(e.id)?"auto":0},transition:{duration:.25},children:(D=e.children)==null?void 0:D.map(j=>_.createElement(Cl,{...n,key:j.id,item:j,level:T}))})})]})}function jh({item:e,cls:t}){var o,a;const[n,r]=_.useState(!e.icon),i=()=>{r(!0)},s=(o=e.icon)==null?void 0:o.endsWith(".svg");return p.jsx("div",{className:t("menu-item__icon"),children:n?p.jsx("div",{style:{width:24,height:24,backgroundColor:"#dadada",borderRadius:"5px",display:"flex",justifyContent:"center",alignItems:"center"},children:(a=e.name.trim().at(0))==null?void 0:a.toUpperCase()}):s?p.jsx(w.ReactSVG,{src:e.icon,beforeInjection:l=>{l.setAttribute("style","margin: 0 auto;"),l.querySelectorAll("path").forEach(d=>{d.hasAttribute("fill")&&d.setAttribute("fill","currentColor"),d.hasAttribute("stroke")&&d.setAttribute("stroke","currentColor")})}}):p.jsx("img",{src:e.icon||"/",alt:" ",style:{height:24,maxHeight:24},onError:i})})}function Mh(){return p.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"22",height:"22",fill:"currentColor",stroke:"currentColor",strokeWidth:"0",viewBox:"0 0 24 24",children:p.jsx("path",{d:"M21 18v2H3v-2h18zM6.596 3.903L8.01 5.318 4.828 8.5 8.01 11.68l-1.414 1.415L2 8.5l4.596-4.597zM21 11v2h-9v-2h9zm0-7v2h-9V4h9z"})})}function Nh(){return p.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"22",height:"22",fill:"currentColor",stroke:"currentColor",strokeWidth:"0",viewBox:"0 0 24 24",children:p.jsx("path",{d:"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z"})})}function Dh(e){return p.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"20",fill:"none",viewBox:"0 0 18 20",...e,children:p.jsx("path",{fill:"#E01B00",fillRule:"evenodd",d:"M.179 2.875A2.375 2.375 0 012.554.5h3.393a1.018 1.018 0 010 2.036H2.554a.34.34 0 00-.34.339v14.25c0 .187.152.34.34.34h3.393a1.018 1.018 0 110 2.035H2.554a2.375 2.375 0 01-2.375-2.375V2.875zm14.167 6.107h-7.72a1.018 1.018 0 000 2.036h7.72l-2.673 2.673a1.018 1.018 0 101.44 1.44l4.41-4.411a1.018 1.018 0 000-1.44l-4.41-4.41a1.018 1.018 0 10-1.44 1.439l2.673 2.673z",clipRule:"evenodd"})})}const Rh=`.wrap-section{padding:0 8px;transition:all .3s}.wrap-section.collapsed{padding:0 4px}.side-bar{display:flex;flex-direction:column;max-width:18rem;height:calc(100vh - 64px);border-right:1px solid #ddd;background-color:#fafafa;transition:all .3s}.side-bar.expanded{width:17rem}.side-bar.collapsed{width:64px}.side-bar__wrap-btn-logout,.side-bar__btn-logout{margin:40px 0}.side-bar__logout-btn__text{margin-left:12px;font-size:.875rem;opacity:1}.side-bar__logout-btn__text.collapsed{opacity:0;transition:ease-in-out .2s;transition-delay:.15s}.side-bar__wrapper-toggle-btn{display:flex;flex-direction:row;justify-content:flex-end;transition:all .3s;margin-right:-8px;margin-top:40px}.side-bar__wrapper-toggle-btn.collapsed{justify-content:center;width:100%}.side-bar__toggle-btn{margin-top:-6px;color:#85858a}.side-bar__logout-btn{width:100%;text-align:left;display:flex;flex-direction:row;align-items:center;padding:8px 16px 8px 18.6665px;min-height:48px;border-radius:.375rem;overflow:hidden;transition:all .3s ease-in-out}.side-bar__logout-btn:hover{background-color:#919eab14}.side-bar__icon-logout{flex-shrink:0}.menu-item__wrapper{display:flex;flex-direction:column;position:relative;width:100%}.menu-item__link{display:flex;flex-direction:row;border-radius:.375rem;align-items:center;padding:.5rem;position:relative;height:48px;cursor:pointer;color:#85858a}.menu-item__link:hover{background-color:#919eab14}.menu-item__link.collapsed.level-1{padding-left:calc(.5rem + 7.665px)!important}.menu-item__link.active{background-color:#009d4f1a!important;color:#009d4f!important}.menu-item__link.level-0{height:37px}.menu-item__link.menu-item__link.collapsed.level-0{padding:0;height:0;transition:all .15s}.menu-item__icon{width:1.5rem;height:1.5rem;flex-shrink:0;display:grid;place-items:center}.menu-item__icon.collapsed.level-1>*{margin:0 auto}.menu-item__label{font-size:.875rem;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:100%;flex-shrink:1;margin-left:12px;padding-right:12px;color:#292929;opacity:1;transition:all .15s ease-in-out}.menu-item__label.level-1.collapsed{text-overflow:unset}.menu-item__label.active{color:inherit}.menu-item__label.collapsed{margin-left:8px;font-size:.75rem;line-height:1rem}.menu-item__label.collapsed.level-0,.menu-item__label.collapsed.level-1{font-size:.875rem;opacity:0;transition-delay:.15s}.menu-item__label.level-0{color:#85858a;margin-left:0}.menu-item__icon-arrow__wrapper{display:grid;place-items:center;position:absolute;top:50%;transform:translateY(-50%);right:0}.menu-item__icon-arrow__wrapper.expanded{right:4px}.menu-item__icon-arrow__wrapper.level-0.collapsed{display:none}.menu-item__icon-arrow__icon{transition:all .3s!important;transform:rotate(-90deg)!important}.menu-item__icon-arrow__icon.active{color:inherit}.menu-item__icon-arrow__icon.expanded.open{transform:rotate(0)!important}.menu-item__dropdown.collapsed{background-color:#fafafa;border:1px solid #ddd;box-shadow:#0000001a 0 10px 15px -3px,#0000000d 0 4px 6px -2px;border-radius:4px;width:180px;max-width:180px;padding:4px;z-index:1200}.menu-item__dropdown,.menu-item__dropdown>*{margin-top:4px}.menu-item__dropdown:first-of-type{margin-top:0}.menu-item__dropdown>*:first-child{margin-top:0}.menu-item__dropdown.collapsed .menu-item__link{height:40px}.menu-item__dropdown.collapsed .menu-item__link.level-1{height:48px}.menu-item__dropdown.collapsed.level-1{width:auto;max-width:unset;box-shadow:none;border:none;padding:0;background-color:unset}.menu-item__dropdown.expanded{overflow:hidden}.icon-btn{display:inline-flex;align-items:center;justify-content:center;padding:8px;border-radius:50%;background-color:transparent;transition:background-color .3s ease;border:none}.icon-btn:hover{background-color:var(--btn-bg-hover)}.simplebar-scrollbar:before{background-color:#0000002d}.side-bar__menu.collapsed .simplebar-track.simplebar-vertical{display:none}
|
|
8
|
+
`;function Vh(e){const{baseUrl:t,menuPath:n}=e,r=Hs.useLocation(),[i,s]=_.useState([]),[o,a]=_.useState(localStorage.getItem("isCollapsed")==="true"),[l,c]=_.useState({}),d=Ei(i),[u,h]=_.useState(window.location.href);_.useEffect(()=>{h(window.location.href)},[r]);const m=_l(d,u).filter(v=>v.parentKey!==0);console.log("matchPaths:",u,r,m);const y=v=>{c({...l,[v]:!l[v]})},f=()=>{a(!o),localStorage.setItem("isCollapsed",JSON.stringify(!o))};_.useLayoutEffect(()=>{(async()=>{var T,C;try{const k=t+(n||"/global-menu-config/api/v1/menu-items/user"),{data:D}=await qt.get(k,{withCredentials:!0});let j=D.map(q=>({...q,parentKey:0}));j=Al(j),e.replacePath&&(j=Pl(j,e.replacePath));const R=Lh(j);c(R),s(j)}catch(P){console.log(P),w.pushError(((C=(T=P.response)==null?void 0:T.data)==null?void 0:C.errorMessage)||"Have error when get menu items")}})()},[t,n,e.replacePath]);const[g,b]=_.useState(!1),S=o?"collapsed":"expanded",x=v=>`${v} ${S}`,E=_.useRef(null);return p.jsxs("div",{className:x("side-bar"),children:[p.jsx("div",{className:x("wrap-section side-bar__wrapper-toggle-btn"),children:p.jsx("button",{className:"icon-btn side-bar__toggle-btn",onClick:f,children:o?p.jsx(Nh,{}):p.jsx(Mh,{})})}),p.jsx(ra,{ref:E,className:x("wrap-section side-bar__menu"),style:{marginTop:24,flex:1,overflow:"auto",height:"100%",overflowX:"hidden"},children:i.map(v=>{const T=C=>m.some(P=>P.id===C);return p.jsx(Cl,{item:v,isActive:T,isCollapsed:o,expanded:C=>l[C],toggleExpand:y,replacePath:e.replacePath,ssr:e.ssr},v.id)})}),p.jsxs("div",{className:x("wrap-section side-bar__wrap-btn-logout"),children:[p.jsxs("button",{className:x("side-bar__logout-btn"),onClick:()=>b(!0),children:[p.jsx(Dh,{className:x("side-bar__icon-logout")}),p.jsx("span",{className:x("side-bar__logout-btn__text"),children:"Logout"})]}),p.jsx(Us,{isOpen:g,onClose:()=>b(!1),onConfirm:()=>e.logout?e.logout():w.logout(e.baseUrl)})]})]})}function Ei(e){let t=[];for(const n of e)t.push(n),n.children&&(t=t.concat(Ei(n.children)));return t}function Ih(e,t){const n=new URL(e).searchParams,r=new URL(t).searchParams;return Array.from(r).filter(([i,s])=>s===n.get(i)).length}function _l(e,t){const n=new URL(t),r=e.filter(o=>o.path&&o.path.includes("http")).map(o=>({item:o,itemUrl:new URL(o.path),matchingParamsCount:Ih(t,o.path)})).sort((o,a)=>{const l=new URL(o.itemUrl).searchParams,c=new URL(a.itemUrl).searchParams;return Array.from(l).length-Array.from(c).length}).filter(({itemUrl:o})=>n.pathname===o.pathname).sort((o,a)=>a.matchingParamsCount-o.matchingParamsCount);let i=r.length>0?r[0].item:null;console.log("matchingItems:",r);let s=[];for(;i;)s=[i,...s],i=e.find(o=>o.id===(i==null?void 0:i.parentKey))||null;return s}function Pl(e,t){return e.map(n=>(n.path&&(n.path=t(n.path)),n.children&&n.children.length>0&&(n.children=Pl(n.children,t)),n))}function Al(e){return e.map(n=>n.path&&!n.path.includes("http")&&n.path.includes("/")?{...n,path:window.location.origin+n.path}:(n.children&&(n.children=Al(n.children)),n))}function Lh(e){const t=Ei(e),n=_l(t,window.location.href),r={};return n.forEach(i=>r[i.id]=!0),t.forEach(i=>{var s;(s=i.children)!=null&&s.length&&(r[i.id]=!0)}),r}function $h(e){return p.jsx(Ys,{styles:[mu,Rh],style:{position:"sticky",zIndex:1200},children:p.jsx(Vh,{...e})})}const zh=({children:e})=>p.jsxs(L.Stack,{justifyContent:"center",alignItems:"center",sx:{backgroundColor:"#FAFAFA",minHeight:"450px"},children:[p.jsx(Fh,{}),e]});function Fh(){return p.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"150",height:"150",fill:"none",viewBox:"0 0 150 150",children:[p.jsx("path",{fill:"#F9FAFB",d:"M120.843 66.48a2.885 2.885 0 100-5.77 2.885 2.885 0 000 5.77zM75 127.04c28.319 0 51.276-9.006 51.276-20.115 0-11.11-22.957-20.115-51.276-20.115-28.32 0-51.276 9.006-51.276 20.115 0 11.109 22.957 20.115 51.276 20.115z"}),p.jsx("path",{fill:"#DDD",d:"M73.354 34.489l-2.13 13.355H57.378L73.354 34.49z"}),p.jsx("path",{fill:"#F9FAFB",d:"M71.223 48.157H57.38a.313.313 0 01-.295-.206.313.313 0 01.093-.346L73.154 34.25a.313.313 0 01.508.288l-2.13 13.357a.308.308 0 01-.308.263zm-12.983-.625h12.717l1.957-12.268L58.24 47.532zM74.63 59.596a.314.314 0 01-.252-.128l-.844-1.15a.314.314 0 01.043-.418.311.311 0 01.42.003c.005.005.012.01.018.018a.188.188 0 01.015.018l.045.06.807 1.1a.312.312 0 01-.252.497z"}),p.jsx("path",{fill:"#000",d:"M74.63 59.596a.314.314 0 01-.252-.128l-.844-1.15a.314.314 0 01.043-.418.311.311 0 01.42.003c.005.005.012.01.018.018a.188.188 0 01.015.018l.045.06.807 1.1a.312.312 0 01-.252.497z"}),p.jsx("path",{fill:"#85858A",d:"M74.454 58.965l3.503 4.775c-.209-.284-.431-.56-.667-.83-2.59-2.952-6.367-4.428-10.378-4.428-1.74 0-3.524.278-5.275.833l-3.503-4.775a17.477 17.477 0 015.275-.833c4.011 0 7.788 1.476 10.378 4.428.236.27.458.546.667.83z"}),p.jsx("path",{fill:"#F9FAFB",d:"M77.957 64.053a.314.314 0 01-.253-.128c-.203-.278-.422-.55-.65-.81-2.446-2.786-6.047-4.32-10.143-4.32-1.727 0-3.468.274-5.18.818a.316.316 0 01-.348-.113l-3.503-4.775a.312.312 0 01.158-.483 17.748 17.748 0 015.37-.847c4.278 0 8.047 1.61 10.612 4.533.24.274.47.561.685.853l3.5 4.772.003.003a.311.311 0 01-.251.497zM66.912 58.17c3.207 0 6.128.905 8.471 2.59l-1.18-1.61c-.203-.278-.423-.55-.65-.81-2.446-2.786-6.048-4.32-10.144-4.32-1.586 0-3.186.231-4.762.691l3.11 4.24a17.67 17.67 0 015.155-.782zM56.104 81.024a.312.312 0 01-.233-.105l-.049-.055a8.826 8.826 0 01-.458-.571l-3.503-4.775a.312.312 0 01.504-.37l.003.005c.132.179.274.355.422.525l.045.05.02.023 3.502 4.775a.312.312 0 01-.253.498z"}),p.jsx("path",{fill:"#000",d:"M56.104 81.024a.312.312 0 01-.233-.105l-.049-.055a8.826 8.826 0 01-.458-.571l-3.503-4.775a.312.312 0 01.504-.37l.003.005c.132.179.274.355.422.525l.045.05.02.023 3.502 4.775a.312.312 0 01-.253.498z"}),p.jsx("path",{fill:"#85858A",d:"M52.855 76.208l3.503 4.775a7.826 7.826 0 01-.743-.875l-3.503-4.775a7.8 7.8 0 00.743.875z"}),p.jsx("path",{fill:"#F9FAFB",d:"M56.358 81.296a.311.311 0 01-.223-.095 7.86 7.86 0 01-.773-.908l-3.502-4.775a.312.312 0 11.504-.37l.003.005a7.954 7.954 0 00.712.837l.03.034 3.502 4.775a.313.313 0 01-.253.497z"}),p.jsx("path",{fill:"#F9FAFB",d:"M56.358 81.296a.311.311 0 01-.223-.095 7.361 7.361 0 01-.265-.283l-.01-.011c-.036-.044-.078-.103-.117-.157l-.043-.06-3.353-4.57a.312.312 0 01.485-.394c.08.09.163.177.246.263l.03.033 3.502 4.775a.313.313 0 01-.252.499z"}),p.jsx("path",{fill:"#000",d:"M56.358 81.296a.311.311 0 01-.223-.095 7.361 7.361 0 01-.265-.283l-.01-.011c-.036-.044-.078-.103-.117-.157l-.043-.06-3.353-4.57a.312.312 0 01.485-.394c.08.09.163.177.246.263l.03.033 3.502 4.775a.313.313 0 01-.252.499z"}),p.jsx("path",{fill:"#85858A",d:"M52.855 76.208l3.503 4.775a7.826 7.826 0 01-.743-.875l-3.503-4.775a7.8 7.8 0 00.743.875z"}),p.jsx("path",{fill:"#F9FAFB",d:"M56.358 81.296a.311.311 0 01-.223-.095 7.86 7.86 0 01-.773-.908l-3.502-4.775a.312.312 0 11.504-.37l.003.005a7.954 7.954 0 00.712.837l.03.034 3.502 4.775a.313.313 0 01-.253.497z"}),p.jsx("path",{fill:"#EEE",d:"M71.03 70.342a11.476 11.476 0 01-1.11 2.438 12.543 12.543 0 01-2.703 3.136c-2.342 1.96-5.159 2.937-7.82 2.937-2.66 0-5.164-.98-6.88-2.938C49.078 72 50.09 65.651 54.775 61.738c2.343-1.96 5.16-2.938 7.82-2.938s5.165.98 6.881 2.938a8.329 8.329 0 01.754 1.008 8.034 8.034 0 011.056 2.539c.376 1.62.28 3.364-.257 5.057z"}),p.jsx("path",{fill:"#98A2B3",d:"M71.289 65.285h-9.161c-.967 0-1.632-.754-1.482-1.688.148-.933 1.052-1.687 2.02-1.687h6.956a8.024 8.024 0 011.667 3.375zM71.03 70.342a11.476 11.476 0 01-1.11 2.438c-.155.256-.32.51-.5.76h-8.705c-.918 0-1.543-.716-1.403-1.6.142-.883.997-1.6 1.913-1.6h9.805v.002z"}),p.jsx("path",{fill:"#F7F9FC",d:"M73.632 34.257h38.646l-.591 3.703-10.155 63.675H48.801l3.071-19.259c2.022 1.048 4.33 1.571 6.72 1.571 3.213 0 6.576-.946 9.602-2.839h27.097c.471 0 .909-.366.983-.82.072-.452-.25-.819-.72-.819H70.44c2.295-1.933 3.996-4.255 5.068-6.708h21.116c.47 0 .908-.367.98-.818.072-.453-.25-.82-.72-.82H76.129c.712-2.236.91-4.531.57-6.71h21.256c.47 0 .908-.366.98-.817.073-.453-.25-.821-.719-.821H76.333a12.247 12.247 0 00-2.544-4.642c-2.59-2.951-6.367-4.427-10.378-4.427-2.389 0-4.86.523-7.215 1.569l1.184-7.432h13.845l2.13-13.354.277-.232zM93.96 89.454c.47 0 .908-.366.982-.82.072-.452-.25-.819-.72-.819H61.258c-.468 0-.907.367-.979.818-.072.453.25.821.718.821h32.964zm5.325-33.386c.47 0 .908-.367.981-.818.072-.453-.25-.82-.72-.82H77.201c-.47 0-.907.366-.979.82-.072.451.247.818.718.818h22.346z"}),p.jsx("path",{fill:"#F9FAFB",d:"M101.532 101.946h-52.73a.311.311 0 01-.309-.361l3.072-19.259a.312.312 0 01.453-.228c1.942 1.006 4.215 1.537 6.576 1.537 3.255 0 6.517-.966 9.435-2.792a.317.317 0 01.165-.047h27.098c.316 0 .625-.256.672-.557a.39.39 0 00-.08-.32.423.423 0 00-.331-.137H70.44a.313.313 0 01-.201-.551c2.175-1.834 3.898-4.114 4.983-6.595a.313.313 0 01.286-.187h21.116c.316 0 .625-.254.672-.556a.392.392 0 00-.08-.32.423.423 0 00-.331-.138H76.128a.314.314 0 01-.299-.407c.696-2.182.889-4.453.56-6.566a.31.31 0 01.308-.361h21.256c.316 0 .625-.254.672-.555a.392.392 0 00-.08-.321.423.423 0 00-.331-.138h-21.88a.312.312 0 01-.3-.225 11.883 11.883 0 00-2.481-4.523c-2.446-2.786-6.047-4.32-10.143-4.32-2.367 0-4.818.532-7.09 1.542a.316.316 0 01-.317-.037.31.31 0 01-.118-.298l1.184-7.431a.313.313 0 01.309-.264h13.578l2.087-13.092a.314.314 0 01.107-.19l.278-.235a.316.316 0 01.201-.074h38.649a.312.312 0 01.308.361L101.84 101.68a.31.31 0 01-.308.267zm-52.365-.625h52.098l10.646-66.753H73.746l-.102.086-2.11 13.24a.313.313 0 01-.309.264H57.647l-1.054 6.61c2.201-.9 4.546-1.373 6.818-1.373 4.278 0 8.047 1.61 10.613 4.533a12.512 12.512 0 012.541 4.535h21.652c.32 0 .614.13.807.356.191.225.27.518.22.825-.097.607-.663 1.082-1.29 1.082H77.058c.253 1.971.078 4.059-.51 6.084h20.337c.32 0 .614.13.807.357.191.225.27.518.22.825-.097.607-.663 1.082-1.29 1.082h-20.91c-1.019 2.252-2.544 4.337-4.444 6.083h24.285c.32 0 .614.13.807.357.191.225.27.517.22.824-.097.607-.663 1.083-1.29 1.083H68.283c-2.998 1.858-6.347 2.839-9.69 2.839-2.307 0-4.536-.488-6.48-1.416l-2.946 18.477zM93.96 89.767H60.997c-.318 0-.612-.13-.805-.357a1.004 1.004 0 01-.221-.827c.097-.607.662-1.082 1.287-1.082h32.964c.32 0 .614.131.807.357.192.225.27.517.22.824-.095.608-.661 1.085-1.288 1.085zm-32.703-1.64c-.315 0-.622.255-.67.556a.395.395 0 00.079.323.42.42 0 00.329.137H93.96c.316 0 .625-.255.672-.557a.39.39 0 00-.08-.32.423.423 0 00-.331-.137H61.258v-.001zm38.028-31.746H76.94c-.32 0-.612-.13-.805-.356a1.004 1.004 0 01-.221-.824c.097-.608.662-1.083 1.287-1.083h22.346c.32 0 .614.13.807.357.192.225.271.518.221.825-.096.606-.663 1.08-1.289 1.08zm-22.085-1.64c-.315 0-.622.256-.67.558a.387.387 0 00.079.32.423.423 0 00.33.135h22.346c.317 0 .625-.254.672-.555a.392.392 0 00-.079-.321.423.423 0 00-.332-.138H77.201v.002z"}),p.jsx("path",{fill:"#DDD",d:"M55.21 61.447l-.332 2.085c-.052.039-.103.078-.153.12-1.13.942-1.372 2.473-.544 3.416.036.042.075.082.115.12l-1.44 9.019a8.348 8.348 0 01-.3-.325c-1.709-1.949-2.312-4.503-1.903-7.056.407-2.554 1.823-5.106 4.154-7.054.13-.11.267-.22.403-.325zM96.884 71.122c.471 0 .792.367.72.821-.073.451-.511.818-.98.818H75.507c.237-.54.444-1.087.618-1.639h20.758z"}),p.jsx("path",{fill:"#DDD",d:"M96.623 73.074H75.508a.31.31 0 01-.261-.142.316.316 0 01-.025-.296c.235-.536.439-1.076.607-1.607a.31.31 0 01.299-.218h20.756c.32 0 .614.13.807.357.192.225.271.518.221.825-.096.606-.662 1.08-1.289 1.08zm-20.643-.625h20.643c.317 0 .625-.254.672-.556a.392.392 0 00-.079-.32.423.423 0 00-.332-.138h-20.53a16.42 16.42 0 01-.374 1.014zM95.555 79.468c.47 0 .791.367.719.818-.072.453-.511.821-.982.821H68.193a19.625 19.625 0 002.248-1.638h25.114z"}),p.jsx("path",{fill:"#DDD",d:"M95.292 81.42H68.193a.313.313 0 01-.165-.578 19.558 19.558 0 002.148-1.56l.059-.049a.33.33 0 01.205-.076h25.114c.32 0 .614.13.807.357.192.225.27.517.221.824-.097.605-.662 1.082-1.29 1.082zm-26.063-.626h26.063c.316 0 .625-.255.672-.556a.39.39 0 00-.08-.32.423.423 0 00-.331-.137h-25c-.425.355-.868.694-1.324 1.013z"}),p.jsx("path",{fill:"#EEE",d:"M115.432 38.557l-.495 3.106-.095.598-10.06 63.074H51.517l-2.716-3.702h52.731l10.155-63.672.592-3.704 3.153 4.3z"}),p.jsx("path",{fill:"#F9FAFB",d:"M104.782 105.647H51.518a.31.31 0 01-.252-.127l-2.716-3.702a.31.31 0 01-.026-.326.31.31 0 01.279-.171h52.464l10.113-63.41.592-3.704a.311.311 0 01.56-.135l3.153 4.3c.05.067.069.152.057.234l-.591 3.704-10.061 63.075a.312.312 0 01-.308.262zm-53.107-.625h52.839l10.019-62.81.57-3.576-2.634-3.592-.473 2.966-10.156 63.672a.313.313 0 01-.308.264H49.418l2.257 3.076z"}),p.jsx("path",{fill:"#DDD",d:"M108.03 109.039l3.503 4.775H58.8l-3.503-4.775h52.733z"}),p.jsx("path",{fill:"#F9FAFB",d:"M111.533 114.126H58.8a.31.31 0 01-.252-.127l-3.503-4.775a.312.312 0 01.253-.498h52.734c.1 0 .193.048.251.128l3.503 4.775a.314.314 0 01-.253.497zm-52.575-.625h51.958l-3.044-4.15H55.913l3.045 4.15z"}),p.jsx("path",{fill:"#F7F9FC",d:"M118.776 41.663l-10.746 67.376H55.297l.59-3.704h48.895l10.154-63.672h3.84z"}),p.jsx("path",{fill:"#F9FAFB",d:"M108.03 109.351H55.297a.313.313 0 01-.308-.361l.59-3.703a.313.313 0 01.308-.263h48.628l10.112-63.41a.314.314 0 01.309-.264h3.84a.313.313 0 01.308.361l-10.745 67.376a.313.313 0 01-.309.264zm-52.366-.625h52.1l10.645-66.751h-3.207l-10.112 63.41a.314.314 0 01-.308.264H56.154l-.49 3.077z"}),p.jsx("path",{fill:"#EEE",d:"M118.776 41.663l3.503 4.775-10.746 67.376-3.503-4.775 10.746-67.376z"}),p.jsx("path",{fill:"#F9FAFB",d:"M111.533 114.126a.306.306 0 01-.251-.127l-3.503-4.775a.312.312 0 01-.057-.235l10.746-67.377a.309.309 0 01.234-.254.309.309 0 01.325.12l3.503 4.775a.31.31 0 01.057.234l-10.746 67.377a.309.309 0 01-.308.262zm-3.174-5.168l2.982 4.067 10.607-66.508-2.982-4.067-10.607 66.508z"}),p.jsx("path",{fill:"#85858A",d:"M49.987 81.18L31.79 96.393c-.043.036-.088.068-.132.101l-.061.046c-.036.025-.074.047-.11.071-.026.017-.053.035-.079.05-.02.011-.04.02-.06.032a2.11 2.11 0 01-.148.075l-.055.022a2.406 2.406 0 01-.294.107l-.076.021c-.04.01-.08.02-.121.028l-.074.014a4.26 4.26 0 01-.132.018l-.062.007c-.064.005-.13.008-.193.008-.545 0-1.056-.2-1.407-.6l-.649-.739a1.784 1.784 0 01-.09-.112l3.503 4.775c.027.039.058.076.09.112l.648.739c.352.4.863.6 1.408.6.063 0 .127-.003.193-.008.02-.002.041-.006.062-.007l.132-.018.074-.014c.04-.009.08-.017.12-.028l.077-.021.055-.015.04-.015c.067-.023.134-.049.2-.077l.04-.015c.005-.003.01-.006.015-.007.05-.024.098-.049.148-.075.019-.01.037-.017.055-.028l.005-.004c.026-.015.053-.033.08-.05.033-.021.067-.04.1-.064a.025.025 0 00.009-.007l.061-.046c.034-.025.068-.048.1-.075a.364.364 0 00.032-.026l18.197-15.213-3.504-4.775z"}),p.jsx("path",{fill:"#F9FAFB",d:"M33.694 102.081c-.658 0-1.241-.252-1.641-.707l-.65-.739a1.901 1.901 0 01-.106-.134l-3.501-4.772c0-.001-.002-.001-.002-.003a.312.312 0 01.503-.369l.001.003c.023.03.046.06.071.089l.649.739c.279.318.696.493 1.172.493.056 0 .11-.003.165-.009l.056-.007c.037-.004.075-.008.114-.015l.047-.01.018-.004.106-.023.068-.019a2.276 2.276 0 00.257-.093l.047-.019c.044-.02.087-.043.13-.067l.053-.028c.011-.006.024-.013.035-.022l.058-.037a2.329 2.329 0 00.099-.067l.04-.03c.035-.027.07-.052.104-.081l18.198-15.213a.314.314 0 01.45.055l3.504 4.775a.313.313 0 01-.052.425l-18.23 15.246c-.03.023-.059.045-.09.066l-.04.029-.05.038a1.955 1.955 0 01-.095.062l-.052.032a.92.92 0 01-.058.036c-.006.005-.011.007-.017.01a.658.658 0 01-.044.022l-.013.006c-.055.029-.11.058-.166.085l-.017.008-.044.018c-.075.032-.15.061-.225.086-.013.006-.03.011-.045.017l-.046.012-.015.004-.087.024c-.046.011-.09.022-.137.031l-.015.002-.07.014c-.05.009-.1.016-.148.021l-.018.003a1.864 1.864 0 01-.27.017zm-4.003-4.825l2.112 2.877c.022.031.047.061.072.091l.648.739c.311.355.8.531 1.338.486l.054-.007a1.482 1.482 0 00.161-.025l.017-.003a1.73 1.73 0 00.105-.024c.023-.005.045-.012.068-.018l.048-.012a.295.295 0 01.034-.014c.059-.02.118-.042.177-.068.01-.006.023-.01.036-.014l.01-.004c.045-.021.089-.045.133-.068a.296.296 0 01.035-.018l.01-.006c.002-.003.006-.004.01-.005l.034-.021.065-.041a.622.622 0 00.057-.036l.033-.025.053-.04.063-.047.027-.022 17.974-15.025-3.132-4.271L31.99 96.633c-.044.037-.089.071-.135.105l-.03.023c-.017.013-.032.025-.049.036-.033.023-.067.043-.1.064l-.048.03c-.021.015-.042.027-.063.04-.017.01-.033.018-.05.026l-.018.01c-.054.029-.11.058-.165.084-.016.007-.03.014-.047.02l-.016.007a2.6 2.6 0 01-.554.173l-.015.003c-.022.004-.046.01-.068.013-.05.008-.099.015-.149.02l-.02.003a2.429 2.429 0 01-.772-.035z"}),p.jsx("path",{fill:"#98A2B3",d:"M76.699 64.414a12.649 12.649 0 00-.367-1.639 12.218 12.218 0 00-2.544-4.642c-2.59-2.951-6.367-4.426-10.378-4.426-2.39 0-4.861.522-7.216 1.57a19.487 19.487 0 00-4.58 2.862c-6.318 5.28-8.203 13.503-4.815 19.405l-18.2 15.216c-.956.797-1.162 2.093-.462 2.894l.65.74c.35.4.863.6 1.405.6a2.51 2.51 0 001.597-.6l18.198-15.212a13.02 13.02 0 001.885 1.193c2.022 1.046 4.33 1.57 6.721 1.57 3.214 0 6.576-.944 9.6-2.838.753-.47 1.482-.999 2.249-1.639 2.293-1.935 3.996-4.255 5.068-6.71.234-.537.443-1.087.616-1.638.713-2.231.911-4.53.573-6.706zm-9.481 11.503c-2.343 1.96-5.16 2.937-7.82 2.937s-5.165-.979-6.881-2.937c-3.438-3.917-2.425-10.264 2.26-14.178 2.342-1.96 5.16-2.938 7.82-2.938s5.164.98 6.88 2.938a8.34 8.34 0 01.754 1.008 8.029 8.029 0 011.056 2.54c.375 1.62.281 3.364-.258 5.056a11.476 11.476 0 01-1.11 2.438 12.45 12.45 0 01-2.701 3.136z"}),p.jsx("path",{fill:"#F9FAFB",d:"M30.192 97.307c-.659 0-1.242-.251-1.64-.708l-.65-.74a2.048 2.048 0 01-.486-1.52c.055-.68.412-1.344.982-1.82L46.4 77.471c-1.585-2.903-1.989-6.42-1.136-9.936.882-3.635 3.066-7.057 6.151-9.636a19.8 19.8 0 014.654-2.907c2.347-1.045 4.886-1.597 7.343-1.597 4.278 0 8.048 1.61 10.613 4.533a12.492 12.492 0 012.61 4.76c.16.543.286 1.106.375 1.677.344 2.207.141 4.577-.584 6.85a16.681 16.681 0 01-.627 1.668c-1.123 2.569-2.906 4.927-5.155 6.824a20.11 20.11 0 01-2.284 1.664c-3.014 1.887-6.39 2.886-9.766 2.886-2.46 0-4.833-.556-6.864-1.606A13.36 13.36 0 0150 81.58L31.989 96.633a2.817 2.817 0 01-1.797.674zM63.41 54.019c-2.37 0-4.82.534-7.089 1.544a19.182 19.182 0 00-4.507 2.815c-6.13 5.123-8.126 13.12-4.744 19.01a.313.313 0 01-.071.395L28.799 93c-.442.37-.72.875-.76 1.389-.032.401.086.777.333 1.06l.649.738c.279.32.694.495 1.17.495.495 0 .992-.188 1.398-.528l18.198-15.211a.313.313 0 01.39-.009c.583.443 1.2.835 1.84 1.164 1.941 1.005 4.216 1.536 6.577 1.536 3.257 0 6.52-.965 9.434-2.79.751-.47 1.476-.997 2.213-1.614 2.175-1.833 3.898-4.114 4.983-6.594.234-.536.437-1.077.605-1.607.696-2.184.89-4.453.561-6.565a12.39 12.39 0 00-.357-1.598 11.865 11.865 0 00-2.48-4.525c-2.445-2.786-6.048-4.32-10.142-4.32zm-4.014 25.148c-2.868 0-5.396-1.08-7.117-3.045-1.536-1.75-2.276-4.066-2.086-6.525.234-3.015 1.83-5.968 4.38-8.098 2.323-1.942 5.172-3.011 8.023-3.011 2.868 0 5.396 1.08 7.117 3.044a8.743 8.743 0 01.783 1.046 8.385 8.385 0 011.097 2.637c.385 1.66.293 3.466-.265 5.221a11.584 11.584 0 01-1.14 2.506 12.926 12.926 0 01-2.77 3.215c-2.322 1.94-5.17 3.01-8.022 3.01zm3.2-20.054c-2.704 0-5.411 1.018-7.62 2.865-2.423 2.023-3.94 4.82-4.16 7.668-.177 2.289.51 4.442 1.934 6.064 1.6 1.826 3.961 2.832 6.646 2.832 2.704 0 5.411-1.018 7.62-2.865a12.3 12.3 0 002.637-3.059c.313-.518.582-1.057.803-1.603.101-.25.194-.508.276-.768.524-1.648.611-3.34.252-4.893a7.792 7.792 0 00-1.739-3.41c-1.603-1.826-3.964-2.831-6.649-2.831z"}),p.jsx("path",{fill:"#F7F9FC",d:"M59.778 66.756a.997.997 0 00-.11-.225.974.974 0 00-.103-.14 1.233 1.233 0 00-.94-.4 1.694 1.694 0 00-1.07.401c-.372.31-.575.734-.586 1.14-.008.292.082.574.278.797.235.267.576.402.94.402s.749-.134 1.068-.402c.152-.127.277-.272.371-.429.045-.072.08-.147.113-.225.125-.305.14-.632.039-.92z"}),p.jsx("path",{fill:"#F7F9FC",d:"M58.64 64.293a1.938 1.938 0 00-.373-.639c-.414-.472-1.018-.708-1.659-.708a2.941 2.941 0 00-1.883.707c-1.13.941-1.372 2.472-.544 3.415.037.042.075.082.115.12.405.391.958.586 1.543.586.375 0 .764-.08 1.135-.242.262-.114.515-.27.75-.464.266-.225.486-.48.651-.755.063-.105.118-.212.164-.32l.032-.078c.22-.54.246-1.115.07-1.622z"}),p.jsx("path",{fill:"#DDD",d:"M104.782 105.335H51.517l-2.716-3.702h52.731l3.25 3.702z"}),p.jsx("path",{fill:"#F9FAFB",d:"M104.782 105.647H51.518a.308.308 0 01-.252-.128l-2.716-3.701a.31.31 0 01-.026-.326.31.31 0 01.279-.171h52.73c.09 0 .175.039.235.107l3.25 3.701c.08.092.1.224.05.335a.317.317 0 01-.286.183zm-53.107-.625h52.415l-2.701-3.076H49.417l2.258 3.076z"}),p.jsx("path",{fill:"#DDD",d:"M98.215 62.775c.47 0 .792.367.72.82-.073.452-.512.819-.981.819H76.698a12.81 12.81 0 00-.365-1.639h21.882z"}),p.jsx("path",{fill:"#DDD",d:"M97.954 64.726H76.7a.312.312 0 01-.309-.265 12.214 12.214 0 00-.357-1.599.309.309 0 01.05-.275.31.31 0 01.25-.125h21.884c.319 0 .614.131.806.357.192.225.271.518.221.825-.097.607-.663 1.082-1.29 1.082zm-20.99-.625h20.99c.317 0 .625-.254.672-.555a.392.392 0 00-.079-.321.423.423 0 00-.332-.138H76.743c.088.335.161.674.22 1.014zM99.547 54.43c.471 0 .792.366.72.82-.073.451-.512.818-.981.818H76.94c-.47 0-.79-.367-.718-.818.072-.453.51-.82.98-.82h22.345z"}),p.jsx("path",{fill:"#DDD",d:"M99.286 56.38H76.94c-.32 0-.613-.129-.806-.355a1.004 1.004 0 01-.22-.824c.097-.607.662-1.083 1.287-1.083h22.346c.32 0 .614.13.807.357.191.225.271.518.221.825-.096.606-.663 1.08-1.29 1.08zM77.2 54.742c-.315 0-.622.255-.67.557a.391.391 0 00.078.32.423.423 0 00.33.136h22.347c.316 0 .625-.254.672-.555a.392.392 0 00-.08-.32.423.423 0 00-.331-.138H77.2zM94.222 87.815c.471 0 .792.367.72.818-.073.453-.511.821-.982.821H60.997c-.468 0-.79-.366-.718-.82.072-.452.511-.819.98-.819h32.963z"}),p.jsx("path",{fill:"#DDD",d:"M93.961 89.767H60.997c-.318 0-.61-.13-.804-.356a1.004 1.004 0 01-.22-.826c.096-.607.662-1.082 1.287-1.082h32.962c.32 0 .614.13.807.357.192.225.27.516.22.823-.095.607-.662 1.084-1.288 1.084zm-32.703-1.64c-.315 0-.622.255-.67.556a.395.395 0 00.079.323.419.419 0 00.329.137H93.96c.316 0 .625-.255.672-.557a.39.39 0 00-.08-.32.423.423 0 00-.331-.137H61.258v-.001z"}),p.jsx("path",{fill:"#DDD",d:"M80.201 69.189c-.025-.16-.053-.32-.083-.478l-.008-.046-.02-.089c-.026-.129-.056-.258-.086-.386-.011-.047-.022-.096-.035-.143a14.558 14.558 0 00-.133-.496c-.065-.223-.14-.444-.218-.663-.01-.028-.017-.056-.028-.084-.01-.029-.023-.057-.033-.085a11.396 11.396 0 00-.553-1.268c-.013-.023-.022-.047-.033-.07-.017-.034-.038-.067-.055-.1a16.26 16.26 0 00-.219-.4c-.032-.055-.061-.11-.094-.164a11.61 11.61 0 00-.337-.536v-.003c-.1-.147-.2-.293-.306-.438l-3.503-4.775a12.034 12.034 0 01.644.977l.095.164a16.362 16.362 0 01.308.57c.104.205.203.412.294.621l.021.053a11.536 11.536 0 01.297.761 12.302 12.302 0 01.47 1.69 11.138 11.138 0 01.111.614c.339 2.175.14 4.473-.57 6.707a16.401 16.401 0 01-.619 1.64c-.048.11-.1.22-.15.33-.04.086-.08.172-.122.258l-.104.214c-.043.086-.088.17-.132.257a11.944 11.944 0 01-.253.467l-.117.206-.151.256-.112.186c-.134.215-.271.43-.414.64l-.087.127a17.85 17.85 0 01-.902 1.204l-.11.135c-.15.18-.304.36-.463.537l-.075.082a18.882 18.882 0 01-1.029 1.053l-.27.249c-.048.044-.096.09-.146.134-.142.127-.285.25-.43.374a20.29 20.29 0 01-1.082.844l-.084.063a21.276 21.276 0 01-1.082.73c-.209.13-.418.256-.63.377-.056.032-.112.06-.167.093-.186.104-.373.205-.56.303l-.213.11a18.01 18.01 0 01-.62.298c-.038.017-.074.035-.112.051-.048.023-.098.043-.147.064-.136.06-.272.12-.41.175l-.204.082c-.12.047-.24.095-.36.14-.072.028-.145.055-.217.081-.118.043-.236.083-.355.124a9.937 9.937 0 01-.218.072c-.097.032-.195.06-.293.091a16.404 16.404 0 01-.997.275 16.845 16.845 0 01-1.56.308c-.123.019-.247.036-.37.052l-.267.035c-.13.015-.257.026-.385.037-.083.007-.168.017-.251.023-.142.01-.282.018-.422.025-.071.004-.14.008-.212.01-.21.01-.42.013-.63.013-2.39 0-4.697-.523-6.721-1.57a12.644 12.644 0 01-1.885-1.195l3.503 4.775c.593.454 1.224.851 1.885 1.194 2.022 1.048 4.33 1.571 6.72 1.571.209 0 .419-.004.63-.012.07-.003.14-.009.21-.011.141-.007.283-.014.423-.025l.25-.023c.13-.01.257-.023.386-.037.09-.01.178-.022.267-.033.124-.017.247-.032.37-.052l.277-.044.363-.064c.093-.018.187-.036.28-.056.12-.025.24-.05.358-.077a16.81 16.81 0 00.918-.235l.362-.107.18-.053.113-.037.218-.073c.118-.04.236-.08.354-.123l.218-.08c.12-.045.24-.092.36-.141l.204-.082c.137-.057.273-.115.41-.175.048-.022.098-.042.147-.064a.206.206 0 01.026-.011c.028-.013.056-.028.084-.04a18.01 18.01 0 001.393-.711c.04-.023.08-.042.12-.066.014-.008.031-.02.046-.027.211-.121.422-.246.63-.377.213-.133.423-.272.633-.415l.057-.038c.13-.09.262-.183.393-.277l.084-.063c.167-.122.334-.247.5-.378l.038-.029c.089-.07.18-.14.268-.214a19.263 19.263 0 00.703-.598l.146-.134c.09-.083.182-.165.27-.25l.014-.012c.017-.015.032-.032.048-.047.148-.142.293-.287.436-.43l.135-.14c.134-.14.266-.28.395-.423l.059-.063.015-.018c.158-.178.312-.357.462-.537l.11-.134c.132-.162.263-.326.388-.492.013-.019.03-.037.044-.056l.013-.017c.158-.211.31-.424.458-.639l.086-.125c.143-.213.282-.426.415-.642l.027-.04.086-.146c.051-.084.101-.17.151-.255l.117-.207.14-.256.111-.21a8.98 8.98 0 00.13-.258c.037-.07.072-.142.106-.214l.123-.258c.016-.038.036-.074.052-.111l.098-.22c.237-.54.444-1.087.618-1.639.72-2.237.92-4.534.58-6.712z"}),p.jsx("path",{fill:"#F9FAFB",d:"M62.094 89.035c-2.46 0-4.833-.556-6.864-1.607a13.081 13.081 0 01-1.931-1.224.303.303 0 01-.063-.064l-3.503-4.775a.313.313 0 01.442-.433c.57.438 1.189.83 1.839 1.165 1.941 1.006 4.215 1.536 6.576 1.536.196 0 .404-.004.618-.012.04-.001.08-.004.12-.007l.087-.006c.14-.007.277-.014.416-.025.054-.004.108-.01.16-.013l.085-.009c.13-.01.255-.023.378-.037.065-.007.13-.017.196-.025l.068-.009a16.852 16.852 0 00.607-.09l.028-.004c.118-.02.237-.04.355-.063l.277-.055c.116-.024.234-.05.351-.077.093-.02.185-.043.278-.065.117-.029.235-.058.351-.09l.275-.075c.118-.033.236-.07.354-.106l.04-.012c.083-.025.166-.052.248-.078l.214-.07c.116-.04.232-.08.348-.123.071-.026.143-.051.214-.08.118-.044.236-.09.354-.137l.055-.02.147-.059c.135-.055.268-.114.403-.172l.063-.028c.027-.01.055-.023.081-.035l.108-.05a18.639 18.639 0 001.371-.698l.068-.038.096-.052a16.582 16.582 0 001.242-.78c.147-.101.296-.204.443-.31l.083-.062c.18-.132.342-.254.493-.372l.038-.03c.187-.148.362-.29.532-.431.143-.121.283-.243.422-.367l.086-.079.094-.086c.077-.07.155-.14.23-.211l.062-.06c.14-.135.28-.272.43-.424l.133-.137c.132-.138.262-.276.389-.417l.073-.079c.147-.164.296-.337.456-.53l.108-.131c.138-.168.263-.326.38-.483l.058-.073c.144-.191.291-.397.45-.627l.084-.124c.145-.212.28-.425.407-.63l.096-.157.014-.024.149-.251c.034-.06.068-.12.1-.18l.015-.025.139-.251.11-.207c.042-.083.085-.168.129-.251l.102-.21.12-.253.012-.029c.046-.099.092-.197.135-.296.235-.536.44-1.076.607-1.608.696-2.184.889-4.453.56-6.565a11.271 11.271 0 00-.082-.467l-.028-.133a11.506 11.506 0 00-.083-.377l-.035-.142a12.175 12.175 0 00-.343-1.13l-.06-.164c-.08-.212-.154-.401-.23-.578l-.021-.051a11.148 11.148 0 00-.374-.772c-.07-.13-.14-.26-.214-.39l-.029-.05-.064-.109a11.675 11.675 0 00-.628-.951.312.312 0 01.503-.37l.001.002 3.502 4.773a12.91 12.91 0 01.661 1.002c.024.038.044.077.067.115l.029.051c.078.136.153.273.225.41l.02.036.035.067c.009.015.016.032.023.047l.01.025c.119.233.217.442.303.639l.023.053c.082.191.16.39.243.61l.01.029c.01.019.018.038.025.06.007.017.012.037.018.056l.01.03a11.728 11.728 0 01.359 1.185l.028.114.008.034c.032.132.061.264.088.396l.008.034.013.056.008.048c.034.181.062.34.086.49.343 2.21.143 4.577-.582 6.85a16.635 16.635 0 01-.73 1.892l-.031.068-.022.046a14.23 14.23 0 01-.23.48 11.92 11.92 0 01-.248.476l-.143.26-.021.037a9.74 9.74 0 01-.253.433l-.036.06c-.017.03-.035.058-.051.088l-.02.03c-.139.224-.28.443-.429.663l-.087.126c-.166.24-.319.453-.467.65l-.058.076c-.123.16-.255.33-.395.5l-.014.018-.097.119c-.165.198-.318.377-.47.547l-.017.02a.915.915 0 01-.037.038l-.023.025c-.132.145-.266.288-.402.43l-.137.14c-.154.158-.3.3-.443.438l-.017.017a9.64 9.64 0 00-.032.032l-.012.011c-.078.074-.157.146-.236.218l-.096.09-.093.084a19.541 19.541 0 01-.986.823l-.038.031c-.158.124-.325.25-.508.383l-.086.064a23.375 23.375 0 01-.438.309l-.02.013a18.483 18.483 0 01-1.283.806l-.05.03-.072.038a19.12 19.12 0 01-1.465.747l-.032.016c-.018.008-.036.018-.054.025l-.02.008-.098.043-.059.025c-.138.061-.277.12-.416.178l-.149.06-.058.023c-.122.049-.245.096-.367.142l-.22.082-.36.126-.221.074-.047.015-.069.022c-.036.011-.072.022-.11.032l-.073.022a18.815 18.815 0 01-.65.186c-.122.032-.243.064-.365.093-.095.024-.19.046-.286.069a17.79 17.79 0 01-.365.079 15.73 15.73 0 01-.656.122l-.032.005c-.083.014-.165.028-.249.04-.126.02-.251.037-.377.052l-.069.008c-.067.009-.136.018-.202.025-.13.016-.261.027-.392.04l-.083.008-.174.015c-.144.011-.287.018-.43.025l-.081.004a10.9 10.9 0 01-.767.024zm-8.379-3.3a12.43 12.43 0 001.804 1.137c1.942 1.006 4.216 1.536 6.577 1.536a16.05 16.05 0 00.739-.02l.086-.005c.139-.007.276-.013.415-.025l.163-.014.084-.008c.128-.01.253-.023.38-.037l.193-.024.069-.01c.12-.015.243-.032.364-.05.079-.012.16-.025.239-.039l.032-.005c.12-.02.237-.04.355-.063l.277-.055a20.067 20.067 0 00.63-.142l.352-.09c.091-.025.183-.049.273-.075.118-.033.236-.07.354-.106l.084-.025.093-.027.11-.038a17.076 17.076 0 00.561-.192c.072-.026.144-.051.215-.079.118-.044.236-.09.354-.137l.06-.024.14-.055c.135-.056.27-.114.403-.173l.064-.027.08-.035.061-.028.049-.024c.198-.091.404-.19.611-.293a21.557 21.557 0 00.761-.404l.063-.033.054-.03.046-.027a18.234 18.234 0 001.243-.78l.055-.035c.13-.09.259-.18.388-.274l.084-.062c.178-.131.34-.252.492-.373l.038-.03.264-.21a19.304 19.304 0 00.69-.587c.029-.025.057-.052.083-.077l.1-.092c.075-.069.152-.137.225-.208a.08.08 0 01.011-.01l.052-.05a17.113 17.113 0 00.562-.56c.132-.138.263-.277.389-.417l.074-.08a18.896 18.896 0 00.548-.644l.016-.018c.134-.165.263-.33.382-.483l.056-.074c.143-.189.29-.394.45-.626l.084-.123c.144-.212.28-.425.408-.63l.025-.039.046-.078.039-.065.148-.25c.032-.056.064-.111.095-.168l.02-.038c.046-.083.094-.166.138-.25a14.79 14.79 0 00.238-.458l.104-.211.12-.253.052-.11.096-.213c.236-.538.44-1.078.607-1.609.696-2.183.889-4.453.56-6.565a12.975 12.975 0 00-.082-.465l-.027-.132a16.316 16.316 0 00-.083-.377l-.008-.034-.025-.106a11.436 11.436 0 00-.343-1.13l-.017-.05-.01-.031-.012-.03-.021-.052a12.056 12.056 0 00-.23-.578l-.022-.051c-.08-.186-.175-.385-.287-.607l-.022-.046-.011-.025a13.258 13.258 0 00-.267-.486l-.03-.054a11.045 11.045 0 00-.389-.628c-.002-.001-.003-.004-.005-.007a13.32 13.32 0 00-.296-.422l-1.195-1.63a12.852 12.852 0 01.261.9l.036.146c.03.132.06.263.087.395l.03.139c.034.178.062.337.086.49.343 2.208.141 4.577-.582 6.85a16.382 16.382 0 01-.63 1.67c-.045.102-.094.205-.141.308l-.013.028-.123.262-.107.218-.133.261-.113.214c-.047.088-.096.174-.145.261l-.013.025a12.525 12.525 0 01-.26.446l-.014.024-.1.165c-.13.213-.272.432-.422.653l-.088.128c-.164.239-.316.451-.466.65l-.059.075c-.123.162-.252.326-.394.5l-.113.136c-.163.198-.318.376-.47.546l-.077.082a23.629 23.629 0 01-.54.572 18.55 18.55 0 01-.443.437l-.064.063-.238.22-.09.082c-.032.03-.062.059-.094.087a19.541 19.541 0 01-.988.823l-.037.03c-.157.123-.324.25-.509.384l-.086.064a21.1 21.1 0 01-1.1.743c-.197.124-.407.249-.64.383l-.106.059-.063.036a18.867 18.867 0 01-1.417.72l-.049.023-.064.03-.091.04-.06.026c-.139.06-.278.12-.417.178l-.155.062-.053.02c-.122.05-.243.097-.367.142l-.222.082a17.86 17.86 0 01-.58.2l-.26.08-.04.01a18.815 18.815 0 01-1.666.427 17.24 17.24 0 01-.655.122l-.028.004-.254.042c-.127.02-.252.036-.377.052l-.066.008c-.07.01-.138.018-.206.026-.129.016-.258.027-.387.04l-.087.008a7.906 7.906 0 01-.173.015c-.143.01-.286.018-.43.025l-.081.004a17.27 17.27 0 01-.775.02c-2.461 0-4.834-.556-6.864-1.608-.154-.079-.306-.162-.456-.247l2.446 3.33zM120.843 90.037a2.067 2.067 0 100-4.134 2.067 2.067 0 000 4.134zM33.935 82.412a2.067 2.067 0 100-4.133 2.067 2.067 0 000 4.133zM34.97 84.083a.728.728 0 100-1.455.728.728 0 000 1.455zM45.217 56.42a2.067 2.067 0 100-4.134 2.067 2.067 0 000 4.133zM47.632 53.008a.728.728 0 100-1.455.728.728 0 000 1.455z"}),p.jsx("path",{fill:"#EEE",d:"M126.15 45.536a3.556 3.556 0 10-.001-7.11 3.556 3.556 0 00.001 7.11z"}),p.jsx("path",{fill:"#F9FAFB",d:"M122.594 40.225a1.693 1.693 0 100-3.386 1.693 1.693 0 000 3.386z"})]})}var Bh=typeof w.commonjsGlobal=="object"&&w.commonjsGlobal&&w.commonjsGlobal.Object===Object&&w.commonjsGlobal,Wh=typeof self=="object"&&self&&self.Object===Object&&self;Bh||Wh||Function("return this")();function Hh(e){const[t,n]=_.useState(!!e),r=_.useCallback(()=>{n(!0)},[]),i=_.useCallback(()=>{n(!1)},[]),s=_.useCallback(()=>{n(o=>!o)},[]);return{value:t,setValue:n,setTrue:r,setFalse:i,toggle:s}}function Uh(e){var t;return p.jsxs(L.Dialog,{...e.dialogProps,open:e.open,children:[!e.hideTitle&&p.jsxs(L.DialogTitle,{component:L.Stack,sx:{...e.titleProps,textAlign:"center"},children:[typeof e.title=="string"?p.jsx(L.Typography,{variant:"h4",children:e.title}):e.title,typeof e.subTitle=="string"?p.jsx(L.Typography,{color:"success.main",variant:"body1",...e.subTitleProps,children:e.subTitle}):e.subTitle]}),p.jsx(L.DialogContent,{sx:{...e.contentProps,overflowY:e.fixOverflow?"unset":void 0},children:e.desc}),!(e.hideClose&&e.hideConfirm)&&p.jsx(L.DialogActions,{...e.dialogActionsProps,sx:{display:"flex",justifyContent:"space-between","& button":{minWidth:e.minWidthButton||200},px:3,pb:3,...(t=e.dialogActionsProps)==null?void 0:t.sx},children:e.customActions?e.customActions:p.jsxs(p.Fragment,{children:[!e.hideClose&&p.jsx(L.Button,{color:"error",onClick:e.onClose,children:"Close"}),!e.hideConfirm&&p.jsx(L.Button,{color:"primary",onClick:e.onConfirm,children:"Submit"})]})})]})}function Gh(e){const t=Hh(typeof e=="boolean"?e:void 0);return{setTrue:t.setTrue,open:t.value,onClose:t.setFalse,onConfirm:typeof e!="boolean"?e==null?void 0:e.onConfirm:void 0}}const Yh=()=>p.jsx("div",{className:w.styles["page-container"],children:p.jsxs("div",{className:w.styles["page-main-content"],children:[p.jsx(qh,{}),p.jsxs("div",{className:"flex flex-col gap-[8px] items-center justify-center text-center",children:[p.jsx("h2",{className:w.styles["page-title"],children:w.t("components.unauthorizedPage.title")}),p.jsxs("p",{className:w.styles["text-base"],children:[w.t("components.unauthorizedPage.description1")," ",p.jsx("br",{})," ",w.t("components.unauthorizedPage.description2")]})]})]})}),qh=()=>p.jsxs("svg",{width:"61",height:"60",viewBox:"0 0 61 60",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[p.jsxs("g",{filter:"url(#filter0_d_10800_50471)",children:[p.jsx("rect",{x:"2.5",y:"1",width:"56",height:"56",rx:"28",fill:"white"}),p.jsx("path",{d:"M24.6667 27.833V23.1663C24.6667 21.6192 25.2812 20.1355 26.3752 19.0416C27.4692 17.9476 28.9529 17.333 30.5 17.333C32.0471 17.333 33.5308 17.9476 34.6248 19.0416C35.7188 20.1355 36.3333 21.6192 36.3333 23.1663V27.833M22.3333 27.833H38.6667C39.9553 27.833 41 28.8777 41 30.1663V38.333C41 39.6217 39.9553 40.6663 38.6667 40.6663H22.3333C21.0447 40.6663 20 39.6217 20 38.333V30.1663C20 28.8777 21.0447 27.833 22.3333 27.833Z",stroke:"#292929","stroke-width":"2.33333","stroke-linecap":"round","stroke-linejoin":"round"})]}),p.jsx("defs",{children:p.jsxs("filter",{id:"filter0_d_10800_50471",x:"0.5",y:"0",width:"60",height:"60",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[p.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),p.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),p.jsx("feOffset",{dy:"1"}),p.jsx("feGaussianBlur",{stdDeviation:"1"}),p.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0.0627451 0 0 0 0 0.0941176 0 0 0 0 0.156863 0 0 0 0.05 0"}),p.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_10800_50471"}),p.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_10800_50471",result:"shape"})]})})]});function Ke(e){if(typeof e!="object"||e===null)return!1;const t=Object.getPrototypeOf(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)}function kl(e){if(!Ke(e))return e;const t={};return Object.keys(e).forEach(n=>{t[n]=kl(e[n])}),t}function Ne(e,t,n={clone:!0}){const r=n.clone?w._extends({},e):e;return Ke(e)&&Ke(t)&&Object.keys(t).forEach(i=>{i!=="__proto__"&&(Ke(t[i])&&i in e&&Ke(e[i])?r[i]=Ne(e[i],t[i],n):n.clone?r[i]=Ke(t[i])?kl(t[i]):t[i]:r[i]=t[i])}),r}const Kh=Object.freeze(Object.defineProperty({__proto__:null,default:Ne,isPlainObject:Ke},Symbol.toStringTag,{value:"Module"}));function Jt(e){let t="https://mui.com/production-error/?code="+e;for(let n=1;n<arguments.length;n+=1)t+="&args[]="+encodeURIComponent(arguments[n]);return"Minified MUI error #"+e+"; visit "+t+" for the full message."}const Xh=Object.freeze(Object.defineProperty({__proto__:null,default:Jt},Symbol.toStringTag,{value:"Module"}));var Yr={exports:{}},$={};/**
|
|
7
9
|
* @license React
|
|
8
10
|
* react-is.production.min.js
|
|
9
11
|
*
|
|
@@ -11,7 +13,7 @@
|
|
|
11
13
|
*
|
|
12
14
|
* This source code is licensed under the MIT license found in the
|
|
13
15
|
* LICENSE file in the root directory of this source tree.
|
|
14
|
-
*/var
|
|
16
|
+
*/var es;function Zh(){if(es)return $;es=1;var e=Symbol.for("react.element"),t=Symbol.for("react.portal"),n=Symbol.for("react.fragment"),r=Symbol.for("react.strict_mode"),i=Symbol.for("react.profiler"),s=Symbol.for("react.provider"),o=Symbol.for("react.context"),a=Symbol.for("react.server_context"),l=Symbol.for("react.forward_ref"),c=Symbol.for("react.suspense"),d=Symbol.for("react.suspense_list"),u=Symbol.for("react.memo"),h=Symbol.for("react.lazy"),m=Symbol.for("react.offscreen"),y;y=Symbol.for("react.module.reference");function f(g){if(typeof g=="object"&&g!==null){var b=g.$$typeof;switch(b){case e:switch(g=g.type,g){case n:case i:case r:case c:case d:return g;default:switch(g=g&&g.$$typeof,g){case a:case o:case l:case h:case u:case s:return g;default:return b}}case t:return b}}}return $.ContextConsumer=o,$.ContextProvider=s,$.Element=e,$.ForwardRef=l,$.Fragment=n,$.Lazy=h,$.Memo=u,$.Portal=t,$.Profiler=i,$.StrictMode=r,$.Suspense=c,$.SuspenseList=d,$.isAsyncMode=function(){return!1},$.isConcurrentMode=function(){return!1},$.isContextConsumer=function(g){return f(g)===o},$.isContextProvider=function(g){return f(g)===s},$.isElement=function(g){return typeof g=="object"&&g!==null&&g.$$typeof===e},$.isForwardRef=function(g){return f(g)===l},$.isFragment=function(g){return f(g)===n},$.isLazy=function(g){return f(g)===h},$.isMemo=function(g){return f(g)===u},$.isPortal=function(g){return f(g)===t},$.isProfiler=function(g){return f(g)===i},$.isStrictMode=function(g){return f(g)===r},$.isSuspense=function(g){return f(g)===c},$.isSuspenseList=function(g){return f(g)===d},$.isValidElementType=function(g){return typeof g=="string"||typeof g=="function"||g===n||g===i||g===r||g===c||g===d||g===m||typeof g=="object"&&g!==null&&(g.$$typeof===h||g.$$typeof===u||g.$$typeof===s||g.$$typeof===o||g.$$typeof===l||g.$$typeof===y||g.getModuleId!==void 0)},$.typeOf=f,$}var z={};/**
|
|
15
17
|
* @license React
|
|
16
18
|
* react-is.development.js
|
|
17
19
|
*
|
|
@@ -19,49 +21,49 @@
|
|
|
19
21
|
*
|
|
20
22
|
* This source code is licensed under the MIT license found in the
|
|
21
23
|
* LICENSE file in the root directory of this source tree.
|
|
22
|
-
*/var
|
|
24
|
+
*/var ts;function Jh(){return ts||(ts=1,process.env.NODE_ENV!=="production"&&function(){var e=Symbol.for("react.element"),t=Symbol.for("react.portal"),n=Symbol.for("react.fragment"),r=Symbol.for("react.strict_mode"),i=Symbol.for("react.profiler"),s=Symbol.for("react.provider"),o=Symbol.for("react.context"),a=Symbol.for("react.server_context"),l=Symbol.for("react.forward_ref"),c=Symbol.for("react.suspense"),d=Symbol.for("react.suspense_list"),u=Symbol.for("react.memo"),h=Symbol.for("react.lazy"),m=Symbol.for("react.offscreen"),y=!1,f=!1,g=!1,b=!1,S=!1,x;x=Symbol.for("react.module.reference");function E(O){return!!(typeof O=="string"||typeof O=="function"||O===n||O===i||S||O===r||O===c||O===d||b||O===m||y||f||g||typeof O=="object"&&O!==null&&(O.$$typeof===h||O.$$typeof===u||O.$$typeof===s||O.$$typeof===o||O.$$typeof===l||O.$$typeof===x||O.getModuleId!==void 0))}function v(O){if(typeof O=="object"&&O!==null){var ft=O.$$typeof;switch(ft){case e:var pn=O.type;switch(pn){case n:case i:case r:case c:case d:return pn;default:var Fi=pn&&pn.$$typeof;switch(Fi){case a:case o:case l:case h:case u:case s:return Fi;default:return ft}}case t:return ft}}}var T=o,C=s,P=e,k=l,D=n,j=h,R=u,q=t,H=i,ue=r,U=c,se=d,ae=!1,pe=!1;function Oe(O){return ae||(ae=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 18+.")),!1}function W(O){return pe||(pe=!0,console.warn("The ReactIs.isConcurrentMode() alias has been deprecated, and will be removed in React 18+.")),!1}function _e(O){return v(O)===o}function Re(O){return v(O)===s}function be(O){return typeof O=="object"&&O!==null&&O.$$typeof===e}function Ve(O){return v(O)===l}function Ie(O){return v(O)===n}function dt(O){return v(O)===h}function Rt(O){return v(O)===u}function nt(O){return v(O)===t}function We(O){return v(O)===i}function Pe(O){return v(O)===r}function A(O){return v(O)===c}function Vt(O){return v(O)===d}z.ContextConsumer=T,z.ContextProvider=C,z.Element=P,z.ForwardRef=k,z.Fragment=D,z.Lazy=j,z.Memo=R,z.Portal=q,z.Profiler=H,z.StrictMode=ue,z.Suspense=U,z.SuspenseList=se,z.isAsyncMode=Oe,z.isConcurrentMode=W,z.isContextConsumer=_e,z.isContextProvider=Re,z.isElement=be,z.isForwardRef=Ve,z.isFragment=Ie,z.isLazy=dt,z.isMemo=Rt,z.isPortal=nt,z.isProfiler=We,z.isStrictMode=Pe,z.isSuspense=A,z.isSuspenseList=Vt,z.isValidElementType=E,z.typeOf=v}()),z}process.env.NODE_ENV==="production"?Yr.exports=Zh():Yr.exports=Jh();var ns=Yr.exports;const Qh=/^\s*function(?:\s|\s*\/\*.*\*\/\s*)+([^(\s/]*)\s*/;function Ol(e){const t=`${e}`.match(Qh);return t&&t[1]||""}function jl(e,t=""){return e.displayName||e.name||Ol(e)||t}function rs(e,t,n){const r=jl(t);return e.displayName||(r!==""?`${n}(${r})`:n)}function e1(e){if(e!=null){if(typeof e=="string")return e;if(typeof e=="function")return jl(e,"Component");if(typeof e=="object")switch(e.$$typeof){case ns.ForwardRef:return rs(e,e.render,"ForwardRef");case ns.Memo:return rs(e,e.type,"memo");default:return}}}const t1=Object.freeze(Object.defineProperty({__proto__:null,default:e1,getFunctionName:Ol},Symbol.toStringTag,{value:"Module"}));function at(e){if(typeof e!="string")throw new Error(process.env.NODE_ENV!=="production"?"MUI: `capitalize(string)` expects a string argument.":Jt(7));return e.charAt(0).toUpperCase()+e.slice(1)}const n1=Object.freeze(Object.defineProperty({__proto__:null,default:at},Symbol.toStringTag,{value:"Module"}));function Ml(e,t){const n=w._extends({},t);return Object.keys(e).forEach(r=>{if(r.toString().match(/^(components|slots)$/))n[r]=w._extends({},e[r],n[r]);else if(r.toString().match(/^(componentsProps|slotProps)$/)){const i=e[r]||{},s=t[r];n[r]={},!s||!Object.keys(s)?n[r]=i:!i||!Object.keys(i)?n[r]=s:(n[r]=w._extends({},s),Object.keys(i).forEach(o=>{n[r][o]=Ml(i[o],s[o])}))}else n[r]===void 0&&(n[r]=e[r])}),n}function r1(e,t,n=void 0){const r={};return Object.keys(e).forEach(i=>{r[i]=e[i].reduce((s,o)=>{if(o){const a=t(o);a!==""&&s.push(a),n&&n[o]&&s.push(n[o])}return s},[]).join(" ")}),r}const is=e=>e,i1=()=>{let e=is;return{configure(t){e=t},generate(t){return e(t)},reset(){e=is}}},o1=i1(),s1=o1,a1={active:"active",checked:"checked",completed:"completed",disabled:"disabled",error:"error",expanded:"expanded",focused:"focused",focusVisible:"focusVisible",open:"open",readOnly:"readOnly",required:"required",selected:"selected"};function Ti(e,t,n="Mui"){const r=a1[t];return r?`${n}-${r}`:`${s1.generate(e)}-${t}`}function l1(e,t,n="Mui"){const r={};return t.forEach(i=>{r[i]=Ti(e,i,n)}),r}function c1(e,t=Number.MIN_SAFE_INTEGER,n=Number.MAX_SAFE_INTEGER){return Math.max(t,Math.min(e,n))}const u1=Object.freeze(Object.defineProperty({__proto__:null,default:c1},Symbol.toStringTag,{value:"Module"}));function d1(e){const{theme:t,name:n,props:r}=e;return!t||!t.components||!t.components[n]||!t.components[n].defaultProps?r:Ml(t.components[n].defaultProps,r)}const f1=["values","unit","step"],h1=e=>{const t=Object.keys(e).map(n=>({key:n,val:e[n]}))||[];return t.sort((n,r)=>n.val-r.val),t.reduce((n,r)=>w._extends({},n,{[r.key]:r.val}),{})};function Nl(e){const{values:t={xs:0,sm:600,md:900,lg:1200,xl:1536},unit:n="px",step:r=5}=e,i=w._objectWithoutPropertiesLoose(e,f1),s=h1(t),o=Object.keys(s);function a(h){return`@media (min-width:${typeof t[h]=="number"?t[h]:h}${n})`}function l(h){return`@media (max-width:${(typeof t[h]=="number"?t[h]:h)-r/100}${n})`}function c(h,m){const y=o.indexOf(m);return`@media (min-width:${typeof t[h]=="number"?t[h]:h}${n}) and (max-width:${(y!==-1&&typeof t[o[y]]=="number"?t[o[y]]:m)-r/100}${n})`}function d(h){return o.indexOf(h)+1<o.length?c(h,o[o.indexOf(h)+1]):a(h)}function u(h){const m=o.indexOf(h);return m===0?a(o[1]):m===o.length-1?l(o[m]):c(h,o[o.indexOf(h)+1]).replace("@media","@media not all and")}return w._extends({keys:o,values:s,up:a,down:l,between:c,only:d,not:u,unit:n},i)}const p1={borderRadius:4},m1=p1,g1=process.env.NODE_ENV!=="production"?w.PropTypes.oneOfType([w.PropTypes.number,w.PropTypes.string,w.PropTypes.object,w.PropTypes.array]):{},tt=g1;function Yt(e,t){return t?Ne(e,t,{clone:!1}):e}const Ci={xs:0,sm:600,md:900,lg:1200,xl:1536},os={keys:["xs","sm","md","lg","xl"],up:e=>`@media (min-width:${Ci[e]}px)`};function Be(e,t,n){const r=e.theme||{};if(Array.isArray(t)){const s=r.breakpoints||os;return t.reduce((o,a,l)=>(o[s.up(s.keys[l])]=n(t[l]),o),{})}if(typeof t=="object"){const s=r.breakpoints||os;return Object.keys(t).reduce((o,a)=>{if(Object.keys(s.values||Ci).indexOf(a)!==-1){const l=s.up(a);o[l]=n(t[a],a)}else{const l=a;o[l]=t[l]}return o},{})}return n(t)}function y1(e={}){var t;return((t=e.keys)==null?void 0:t.reduce((r,i)=>{const s=e.up(i);return r[s]={},r},{}))||{}}function v1(e,t){return e.reduce((n,r)=>{const i=n[r];return(!i||Object.keys(i).length===0)&&delete n[r],n},t)}function nr(e,t,n=!0){if(!t||typeof t!="string")return null;if(e&&e.vars&&n){const r=`vars.${t}`.split(".").reduce((i,s)=>i&&i[s]?i[s]:null,e);if(r!=null)return r}return t.split(".").reduce((r,i)=>r&&r[i]!=null?r[i]:null,e)}function Hn(e,t,n,r=n){let i;return typeof e=="function"?i=e(n):Array.isArray(e)?i=e[n]||r:i=nr(e,n)||r,t&&(i=t(i,r,e)),i}function Q(e){const{prop:t,cssProperty:n=e.prop,themeKey:r,transform:i}=e,s=o=>{if(o[t]==null)return null;const a=o[t],l=o.theme,c=nr(l,r)||{};return Be(o,a,u=>{let h=Hn(c,i,u);return u===h&&typeof u=="string"&&(h=Hn(c,i,`${t}${u==="default"?"":at(u)}`,u)),n===!1?h:{[n]:h}})};return s.propTypes=process.env.NODE_ENV!=="production"?{[t]:tt}:{},s.filterProps=[t],s}function b1(e){const t={};return n=>(t[n]===void 0&&(t[n]=e(n)),t[n])}const x1={m:"margin",p:"padding"},w1={t:"Top",r:"Right",b:"Bottom",l:"Left",x:["Left","Right"],y:["Top","Bottom"]},ss={marginX:"mx",marginY:"my",paddingX:"px",paddingY:"py"},S1=b1(e=>{if(e.length>2)if(ss[e])e=ss[e];else return[e];const[t,n]=e.split(""),r=x1[t],i=w1[n]||"";return Array.isArray(i)?i.map(s=>r+s):[r+i]}),rr=["m","mt","mr","mb","ml","mx","my","margin","marginTop","marginRight","marginBottom","marginLeft","marginX","marginY","marginInline","marginInlineStart","marginInlineEnd","marginBlock","marginBlockStart","marginBlockEnd"],ir=["p","pt","pr","pb","pl","px","py","padding","paddingTop","paddingRight","paddingBottom","paddingLeft","paddingX","paddingY","paddingInline","paddingInlineStart","paddingInlineEnd","paddingBlock","paddingBlockStart","paddingBlockEnd"],E1=[...rr,...ir];function cn(e,t,n,r){var i;const s=(i=nr(e,t,!1))!=null?i:n;return typeof s=="number"?o=>typeof o=="string"?o:(process.env.NODE_ENV!=="production"&&typeof o!="number"&&console.error(`MUI: Expected ${r} argument to be a number or a string, got ${o}.`),s*o):Array.isArray(s)?o=>typeof o=="string"?o:(process.env.NODE_ENV!=="production"&&(Number.isInteger(o)?o>s.length-1&&console.error([`MUI: The value provided (${o}) overflows.`,`The supported values are: ${JSON.stringify(s)}.`,`${o} > ${s.length-1}, you need to add the missing values.`].join(`
|
|
23
25
|
`)):console.error([`MUI: The \`theme.${t}\` array type cannot be combined with non integer values.You should either use an integer value that can be used as index, or define the \`theme.${t}\` as a number.`].join(`
|
|
24
26
|
`))),s[o]):typeof s=="function"?s:(process.env.NODE_ENV!=="production"&&console.error([`MUI: The \`theme.${t}\` value (${s}) is invalid.`,"It should be a number, an array or a function."].join(`
|
|
25
|
-
`)),()=>{})}function Ml(e){return ln(e,"spacing",8,"spacing")}function cn(e,t){if(typeof t=="string"||t==null)return t;const n=Math.abs(t),r=e(n);return t>=0?r:typeof r=="number"?-r:`-${r}`}function p1(e,t){return n=>e.reduce((r,i)=>(r[i]=cn(t,n),r),{})}function m1(e,t,n,r){if(t.indexOf(n)===-1)return null;const i=f1(n),s=p1(i,r),o=e[n];return Be(e,o,s)}function jl(e,t){const n=Ml(e.theme);return Object.keys(e).map(r=>m1(e,t,r,n)).reduce(Gt,{})}function X(e){return jl(e,nr)}X.propTypes=process.env.NODE_ENV!=="production"?nr.reduce((e,t)=>(e[t]=tt,e),{}):{};X.filterProps=nr;function Z(e){return jl(e,rr)}Z.propTypes=process.env.NODE_ENV!=="production"?rr.reduce((e,t)=>(e[t]=tt,e),{}):{};Z.filterProps=rr;process.env.NODE_ENV!=="production"&&h1.reduce((e,t)=>(e[t]=tt,e),{});function g1(e=8){if(e.mui)return e;const t=Ml({spacing:e}),n=(...r)=>(process.env.NODE_ENV!=="production"&&(r.length<=4||console.error(`MUI: Too many arguments provided, expected between 0 and 4, got ${r.length}`)),(r.length===0?[1]:r).map(s=>{const o=t(s);return typeof o=="number"?`${o}px`:o}).join(" "));return n.mui=!0,n}function ir(...e){const t=e.reduce((r,i)=>(i.filterProps.forEach(s=>{r[s]=i}),r),{}),n=r=>Object.keys(r).reduce((i,s)=>t[s]?Gt(i,t[s](r)):i,{});return n.propTypes=process.env.NODE_ENV!=="production"?e.reduce((r,i)=>Object.assign(r,i.propTypes),{}):{},n.filterProps=e.reduce((r,i)=>r.concat(i.filterProps),[]),n}function Ee(e){return typeof e!="number"?e:`${e}px solid`}function Ce(e,t){return Q({prop:e,themeKey:"borders",transform:t})}const y1=Ce("border",Ee),v1=Ce("borderTop",Ee),b1=Ce("borderRight",Ee),x1=Ce("borderBottom",Ee),w1=Ce("borderLeft",Ee),S1=Ce("borderColor"),E1=Ce("borderTopColor"),T1=Ce("borderRightColor"),C1=Ce("borderBottomColor"),P1=Ce("borderLeftColor"),_1=Ce("outline",Ee),A1=Ce("outlineColor"),sr=e=>{if(e.borderRadius!==void 0&&e.borderRadius!==null){const t=ln(e.theme,"shape.borderRadius",4,"borderRadius"),n=r=>({borderRadius:cn(t,r)});return Be(e,e.borderRadius,n)}return null};sr.propTypes=process.env.NODE_ENV!=="production"?{borderRadius:tt}:{};sr.filterProps=["borderRadius"];ir(y1,v1,b1,x1,w1,S1,E1,T1,C1,P1,sr,_1,A1);const or=e=>{if(e.gap!==void 0&&e.gap!==null){const t=ln(e.theme,"spacing",8,"gap"),n=r=>({gap:cn(t,r)});return Be(e,e.gap,n)}return null};or.propTypes=process.env.NODE_ENV!=="production"?{gap:tt}:{};or.filterProps=["gap"];const ar=e=>{if(e.columnGap!==void 0&&e.columnGap!==null){const t=ln(e.theme,"spacing",8,"columnGap"),n=r=>({columnGap:cn(t,r)});return Be(e,e.columnGap,n)}return null};ar.propTypes=process.env.NODE_ENV!=="production"?{columnGap:tt}:{};ar.filterProps=["columnGap"];const lr=e=>{if(e.rowGap!==void 0&&e.rowGap!==null){const t=ln(e.theme,"spacing",8,"rowGap"),n=r=>({rowGap:cn(t,r)});return Be(e,e.rowGap,n)}return null};lr.propTypes=process.env.NODE_ENV!=="production"?{rowGap:tt}:{};lr.filterProps=["rowGap"];const O1=Q({prop:"gridColumn"}),k1=Q({prop:"gridRow"}),M1=Q({prop:"gridAutoFlow"}),j1=Q({prop:"gridAutoColumns"}),R1=Q({prop:"gridAutoRows"}),D1=Q({prop:"gridTemplateColumns"}),N1=Q({prop:"gridTemplateRows"}),V1=Q({prop:"gridTemplateAreas"}),I1=Q({prop:"gridArea"});ir(or,ar,lr,O1,k1,M1,j1,R1,D1,N1,V1,I1);function Pt(e,t){return t==="grey"?t:e}const L1=Q({prop:"color",themeKey:"palette",transform:Pt}),$1=Q({prop:"bgcolor",cssProperty:"backgroundColor",themeKey:"palette",transform:Pt}),z1=Q({prop:"backgroundColor",themeKey:"palette",transform:Pt});ir(L1,$1,z1);function ge(e){return e<=1&&e!==0?`${e*100}%`:e}const F1=Q({prop:"width",transform:ge}),Ci=e=>{if(e.maxWidth!==void 0&&e.maxWidth!==null){const t=n=>{var r,i;const s=((r=e.theme)==null||(r=r.breakpoints)==null||(r=r.values)==null?void 0:r[n])||Ti[n];return s?((i=e.theme)==null||(i=i.breakpoints)==null?void 0:i.unit)!=="px"?{maxWidth:`${s}${e.theme.breakpoints.unit}`}:{maxWidth:s}:{maxWidth:ge(n)}};return Be(e,e.maxWidth,t)}return null};Ci.filterProps=["maxWidth"];const B1=Q({prop:"minWidth",transform:ge}),W1=Q({prop:"height",transform:ge}),U1=Q({prop:"maxHeight",transform:ge}),H1=Q({prop:"minHeight",transform:ge});Q({prop:"size",cssProperty:"width",transform:ge});Q({prop:"size",cssProperty:"height",transform:ge});const Y1=Q({prop:"boxSizing"});ir(F1,Ci,B1,W1,U1,H1,Y1);const G1={border:{themeKey:"borders",transform:Ee},borderTop:{themeKey:"borders",transform:Ee},borderRight:{themeKey:"borders",transform:Ee},borderBottom:{themeKey:"borders",transform:Ee},borderLeft:{themeKey:"borders",transform:Ee},borderColor:{themeKey:"palette"},borderTopColor:{themeKey:"palette"},borderRightColor:{themeKey:"palette"},borderBottomColor:{themeKey:"palette"},borderLeftColor:{themeKey:"palette"},outline:{themeKey:"borders",transform:Ee},outlineColor:{themeKey:"palette"},borderRadius:{themeKey:"shape.borderRadius",style:sr},color:{themeKey:"palette",transform:Pt},bgcolor:{themeKey:"palette",cssProperty:"backgroundColor",transform:Pt},backgroundColor:{themeKey:"palette",transform:Pt},p:{style:Z},pt:{style:Z},pr:{style:Z},pb:{style:Z},pl:{style:Z},px:{style:Z},py:{style:Z},padding:{style:Z},paddingTop:{style:Z},paddingRight:{style:Z},paddingBottom:{style:Z},paddingLeft:{style:Z},paddingX:{style:Z},paddingY:{style:Z},paddingInline:{style:Z},paddingInlineStart:{style:Z},paddingInlineEnd:{style:Z},paddingBlock:{style:Z},paddingBlockStart:{style:Z},paddingBlockEnd:{style:Z},m:{style:X},mt:{style:X},mr:{style:X},mb:{style:X},ml:{style:X},mx:{style:X},my:{style:X},margin:{style:X},marginTop:{style:X},marginRight:{style:X},marginBottom:{style:X},marginLeft:{style:X},marginX:{style:X},marginY:{style:X},marginInline:{style:X},marginInlineStart:{style:X},marginInlineEnd:{style:X},marginBlock:{style:X},marginBlockStart:{style:X},marginBlockEnd:{style:X},displayPrint:{cssProperty:!1,transform:e=>({"@media print":{display:e}})},display:{},overflow:{},textOverflow:{},visibility:{},whiteSpace:{},flexBasis:{},flexDirection:{},flexWrap:{},justifyContent:{},alignItems:{},alignContent:{},order:{},flex:{},flexGrow:{},flexShrink:{},alignSelf:{},justifyItems:{},justifySelf:{},gap:{style:or},rowGap:{style:lr},columnGap:{style:ar},gridColumn:{},gridRow:{},gridAutoFlow:{},gridAutoColumns:{},gridAutoRows:{},gridTemplateColumns:{},gridTemplateRows:{},gridTemplateAreas:{},gridArea:{},position:{},zIndex:{themeKey:"zIndex"},top:{},right:{},bottom:{},left:{},boxShadow:{themeKey:"shadows"},width:{transform:ge},maxWidth:{style:Ci},minWidth:{transform:ge},height:{transform:ge},maxHeight:{transform:ge},minHeight:{transform:ge},boxSizing:{},fontFamily:{themeKey:"typography"},fontSize:{themeKey:"typography"},fontStyle:{themeKey:"typography"},fontWeight:{themeKey:"typography"},letterSpacing:{},textTransform:{},lineHeight:{},textAlign:{},typography:{cssProperty:!1,themeKey:"typography"}},un=G1;function q1(...e){const t=e.reduce((r,i)=>r.concat(Object.keys(i)),[]),n=new Set(t);return e.every(r=>n.size===Object.keys(r).length)}function K1(e,t){return typeof e=="function"?e(t):e}function Rl(){function e(n,r,i,s){const o={[n]:r,theme:i},a=s[n];if(!a)return{[n]:r};const{cssProperty:l=n,themeKey:c,transform:d,style:u}=a;if(r==null)return null;if(c==="typography"&&r==="inherit")return{[n]:r};const h=tr(i,c)||{};return u?u(o):Be(o,r,y=>{let f=Wn(h,d,y);return y===f&&typeof y=="string"&&(f=Wn(h,d,`${n}${y==="default"?"":at(y)}`,y)),l===!1?f:{[l]:f}})}function t(n){var r;const{sx:i,theme:s={}}=n||{};if(!i)return null;const o=(r=s.unstable_sxConfig)!=null?r:un;function a(l){let c=l;if(typeof l=="function")c=l(s);else if(typeof l!="object")return l;if(!c)return null;const d=a1(s.breakpoints),u=Object.keys(d);let h=d;return Object.keys(c).forEach(p=>{const y=K1(c[p],s);if(y!=null)if(typeof y=="object")if(o[p])h=Gt(h,e(p,y,s,o));else{const f=Be({theme:s},y,m=>({[p]:m}));q1(f,y)?h[p]=t({sx:y,theme:s}):h=Gt(h,f)}else h=Gt(h,e(p,y,s,o))}),l1(u,h)}return Array.isArray(i)?i.map(a):a(i)}return t}const Dl=Rl();Dl.filterProps=["sx"];const Pi=Dl;function Nl(e,t){const n=this;return n.vars&&typeof n.getColorSchemeSelector=="function"?{[n.getColorSchemeSelector(e).replace(/(\[[^\]]+\])/,"*:where($1)")]:t}:n.palette.mode===e?t:{}}const X1=["breakpoints","palette","spacing","shape"];function _i(e={},...t){const{breakpoints:n={},palette:r={},spacing:i,shape:s={}}=e,o=E._objectWithoutPropertiesLoose(e,X1),a=kl(n),l=g1(i);let c=Re({breakpoints:a,direction:"ltr",components:{},palette:E._extends({mode:"light"},r),spacing:l,shape:E._extends({},s1,s)},o);return c.applyStyles=Nl,c=t.reduce((d,u)=>Re(d,u),c),c.unstable_sxConfig=E._extends({},un,o==null?void 0:o.unstable_sxConfig),c.unstable_sx=function(u){return Pi({sx:u,theme:this})},c}const Z1=Object.freeze(Object.defineProperty({__proto__:null,default:_i,private_createBreakpoints:kl,unstable_applyStyles:Nl},Symbol.toStringTag,{value:"Module"}));function Vl(e){var t=Object.create(null);return function(n){return t[n]===void 0&&(t[n]=e(n)),t[n]}}var J1=/^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|abbr|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|disableRemotePlayback|download|draggable|encType|enterKeyHint|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|translate|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|incremental|fallback|inert|itemProp|itemScope|itemType|itemID|itemRef|on|option|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/,Q1=Vl(function(e){return J1.test(e)||e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)<91});function ep(e){if(e.sheet)return e.sheet;for(var t=0;t<document.styleSheets.length;t++)if(document.styleSheets[t].ownerNode===e)return document.styleSheets[t]}function tp(e){var t=document.createElement("style");return t.setAttribute("data-emotion",e.key),e.nonce!==void 0&&t.setAttribute("nonce",e.nonce),t.appendChild(document.createTextNode("")),t.setAttribute("data-s",""),t}var np=function(){function e(n){var r=this;this._insertTag=function(i){var s;r.tags.length===0?r.insertionPoint?s=r.insertionPoint.nextSibling:r.prepend?s=r.container.firstChild:s=r.before:s=r.tags[r.tags.length-1].nextSibling,r.container.insertBefore(i,s),r.tags.push(i)},this.isSpeedy=n.speedy===void 0?process.env.NODE_ENV==="production":n.speedy,this.tags=[],this.ctr=0,this.nonce=n.nonce,this.key=n.key,this.container=n.container,this.prepend=n.prepend,this.insertionPoint=n.insertionPoint,this.before=null}var t=e.prototype;return t.hydrate=function(r){r.forEach(this._insertTag)},t.insert=function(r){this.ctr%(this.isSpeedy?65e3:1)===0&&this._insertTag(tp(this));var i=this.tags[this.tags.length-1];if(process.env.NODE_ENV!=="production"){var s=r.charCodeAt(0)===64&&r.charCodeAt(1)===105;s&&this._alreadyInsertedOrderInsensitiveRule&&console.error(`You're attempting to insert the following rule:
|
|
26
|
-
`+r+"\n\n`@import` rules must be before all other types of rules in a stylesheet but other rules have already been inserted. Please ensure that `@import` rules are before all other rules."),this._alreadyInsertedOrderInsensitiveRule=this._alreadyInsertedOrderInsensitiveRule||!s}if(this.isSpeedy){var o=ep(i);try{o.insertRule(r,o.cssRules.length)}catch(a){process.env.NODE_ENV!=="production"&&!/:(-moz-placeholder|-moz-focus-inner|-moz-focusring|-ms-input-placeholder|-moz-read-write|-moz-read-only|-ms-clear|-ms-expand|-ms-reveal){/.test(r)&&console.error('There was a problem inserting the following rule: "'+r+'"',a)}}else i.appendChild(document.createTextNode(r));this.ctr++},t.flush=function(){this.tags.forEach(function(r){return r.parentNode&&r.parentNode.removeChild(r)}),this.tags=[],this.ctr=0,process.env.NODE_ENV!=="production"&&(this._alreadyInsertedOrderInsensitiveRule=!1)},e}(),ie="-ms-",Un="-moz-",V="-webkit-",Ai="comm",Oi="rule",ki="decl",rp="@import",Il="@keyframes",ip="@layer",sp=Math.abs,cr=String.fromCharCode,op=Object.assign;function ap(e,t){return re(e,0)^45?(((t<<2^re(e,0))<<2^re(e,1))<<2^re(e,2))<<2^re(e,3):0}function Ll(e){return e.trim()}function lp(e,t){return(e=t.exec(e))?e[0]:e}function I(e,t,n){return e.replace(t,n)}function Gr(e,t){return e.indexOf(t)}function re(e,t){return e.charCodeAt(t)|0}function Jt(e,t,n){return e.slice(t,n)}function Me(e){return e.length}function Mi(e){return e.length}function xn(e,t){return t.push(e),e}function cp(e,t){return e.map(t).join("")}var ur=1,kt=1,$l=0,he=0,ne=0,jt="";function dr(e,t,n,r,i,s,o){return{value:e,root:t,parent:n,type:r,props:i,children:s,line:ur,column:kt,length:o,return:""}}function zt(e,t){return op(dr("",null,null,"",null,null,0),e,{length:-e.length},t)}function up(){return ne}function dp(){return ne=he>0?re(jt,--he):0,kt--,ne===10&&(kt=1,ur--),ne}function ye(){return ne=he<$l?re(jt,he++):0,kt++,ne===10&&(kt=1,ur++),ne}function De(){return re(jt,he)}function Cn(){return he}function dn(e,t){return Jt(jt,e,t)}function Qt(e){switch(e){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function zl(e){return ur=kt=1,$l=Me(jt=e),he=0,[]}function Fl(e){return jt="",e}function Pn(e){return Ll(dn(he-1,qr(e===91?e+2:e===40?e+1:e)))}function fp(e){for(;(ne=De())&&ne<33;)ye();return Qt(e)>2||Qt(ne)>3?"":" "}function hp(e,t){for(;--t&&ye()&&!(ne<48||ne>102||ne>57&&ne<65||ne>70&&ne<97););return dn(e,Cn()+(t<6&&De()==32&&ye()==32))}function qr(e){for(;ye();)switch(ne){case e:return he;case 34:case 39:e!==34&&e!==39&&qr(ne);break;case 40:e===41&&qr(e);break;case 92:ye();break}return he}function pp(e,t){for(;ye()&&e+ne!==47+10;)if(e+ne===42+42&&De()===47)break;return"/*"+dn(t,he-1)+"*"+cr(e===47?e:ye())}function mp(e){for(;!Qt(De());)ye();return dn(e,he)}function gp(e){return Fl(_n("",null,null,null,[""],e=zl(e),0,[0],e))}function _n(e,t,n,r,i,s,o,a,l){for(var c=0,d=0,u=o,h=0,p=0,y=0,f=1,m=1,b=1,w=0,x="",S=i,v=s,T=r,C=x;m;)switch(y=w,w=ye()){case 40:if(y!=108&&re(C,u-1)==58){Gr(C+=I(Pn(w),"&","&\f"),"&\f")!=-1&&(b=-1);break}case 34:case 39:case 91:C+=Pn(w);break;case 9:case 10:case 13:case 32:C+=fp(y);break;case 92:C+=hp(Cn()-1,7);continue;case 47:switch(De()){case 42:case 47:xn(yp(pp(ye(),Cn()),t,n),l);break;default:C+="/"}break;case 123*f:a[c++]=Me(C)*b;case 125*f:case 59:case 0:switch(w){case 0:case 125:m=0;case 59+d:b==-1&&(C=I(C,/\f/g,"")),p>0&&Me(C)-u&&xn(p>32?so(C+";",r,n,u-1):so(I(C," ","")+";",r,n,u-2),l);break;case 59:C+=";";default:if(xn(T=io(C,t,n,c,d,i,a,x,S=[],v=[],u),s),w===123)if(d===0)_n(C,t,T,T,S,s,u,a,v);else switch(h===99&&re(C,3)===110?100:h){case 100:case 108:case 109:case 115:_n(e,T,T,r&&xn(io(e,T,T,0,0,i,a,x,i,S=[],u),v),i,v,u,a,r?S:v);break;default:_n(C,T,T,T,[""],v,0,a,v)}}c=d=p=0,f=b=1,x=C="",u=o;break;case 58:u=1+Me(C),p=y;default:if(f<1){if(w==123)--f;else if(w==125&&f++==0&&dp()==125)continue}switch(C+=cr(w),w*f){case 38:b=d>0?1:(C+="\f",-1);break;case 44:a[c++]=(Me(C)-1)*b,b=1;break;case 64:De()===45&&(C+=Pn(ye())),h=De(),d=u=Me(x=C+=mp(Cn())),w++;break;case 45:y===45&&Me(C)==2&&(f=0)}}return s}function io(e,t,n,r,i,s,o,a,l,c,d){for(var u=i-1,h=i===0?s:[""],p=Mi(h),y=0,f=0,m=0;y<r;++y)for(var b=0,w=Jt(e,u+1,u=sp(f=o[y])),x=e;b<p;++b)(x=Ll(f>0?h[b]+" "+w:I(w,/&\f/g,h[b])))&&(l[m++]=x);return dr(e,t,n,i===0?Oi:a,l,c,d)}function yp(e,t,n){return dr(e,t,n,Ai,cr(up()),Jt(e,2,-2),0)}function so(e,t,n,r){return dr(e,t,n,ki,Jt(e,0,r),Jt(e,r+1,-1),r)}function _t(e,t){for(var n="",r=Mi(e),i=0;i<r;i++)n+=t(e[i],i,e,t)||"";return n}function vp(e,t,n,r){switch(e.type){case ip:if(e.children.length)break;case rp:case ki:return e.return=e.return||e.value;case Ai:return"";case Il:return e.return=e.value+"{"+_t(e.children,r)+"}";case Oi:e.value=e.props.join(",")}return Me(n=_t(e.children,r))?e.return=e.value+"{"+n+"}":""}function bp(e){var t=Mi(e);return function(n,r,i,s){for(var o="",a=0;a<t;a++)o+=e[a](n,r,i,s)||"";return o}}function xp(e){return function(t){t.root||(t=t.return)&&e(t)}}var wp=function(t,n,r){for(var i=0,s=0;i=s,s=De(),i===38&&s===12&&(n[r]=1),!Qt(s);)ye();return dn(t,he)},Sp=function(t,n){var r=-1,i=44;do switch(Qt(i)){case 0:i===38&&De()===12&&(n[r]=1),t[r]+=wp(he-1,n,r);break;case 2:t[r]+=Pn(i);break;case 4:if(i===44){t[++r]=De()===58?"&\f":"",n[r]=t[r].length;break}default:t[r]+=cr(i)}while(i=ye());return t},Ep=function(t,n){return Fl(Sp(zl(t),n))},oo=new WeakMap,Tp=function(t){if(!(t.type!=="rule"||!t.parent||t.length<1)){for(var n=t.value,r=t.parent,i=t.column===r.column&&t.line===r.line;r.type!=="rule";)if(r=r.parent,!r)return;if(!(t.props.length===1&&n.charCodeAt(0)!==58&&!oo.get(r))&&!i){oo.set(t,!0);for(var s=[],o=Ep(n,s),a=r.props,l=0,c=0;l<o.length;l++)for(var d=0;d<a.length;d++,c++)t.props[c]=s[l]?o[l].replace(/&\f/g,a[d]):a[d]+" "+o[l]}}},Cp=function(t){if(t.type==="decl"){var n=t.value;n.charCodeAt(0)===108&&n.charCodeAt(2)===98&&(t.return="",t.value="")}},Pp="emotion-disable-server-rendering-unsafe-selector-warning-please-do-not-use-this-the-warning-exists-for-a-reason",_p=function(t){return t.type==="comm"&&t.children.indexOf(Pp)>-1},Ap=function(t){return function(n,r,i){if(!(n.type!=="rule"||t.compat)){var s=n.value.match(/(:first|:nth|:nth-last)-child/g);if(s){for(var o=!!n.parent,a=o?n.parent.children:i,l=a.length-1;l>=0;l--){var c=a[l];if(c.line<n.line)break;if(c.column<n.column){if(_p(c))return;break}}s.forEach(function(d){console.error('The pseudo class "'+d+'" is potentially unsafe when doing server-side rendering. Try changing it to "'+d.split("-child")[0]+'-of-type".')})}}}},Bl=function(t){return t.type.charCodeAt(1)===105&&t.type.charCodeAt(0)===64},Op=function(t,n){for(var r=t-1;r>=0;r--)if(!Bl(n[r]))return!0;return!1},ao=function(t){t.type="",t.value="",t.return="",t.children="",t.props=""},kp=function(t,n,r){Bl(t)&&(t.parent?(console.error("`@import` rules can't be nested inside other rules. Please move it to the top level and put it before regular rules. Keep in mind that they can only be used within global styles."),ao(t)):Op(n,r)&&(console.error("`@import` rules can't be after other rules. Please put your `@import` rules before your other rules."),ao(t)))};function Wl(e,t){switch(ap(e,t)){case 5103:return V+"print-"+e+e;case 5737:case 4201:case 3177:case 3433:case 1641:case 4457:case 2921:case 5572:case 6356:case 5844:case 3191:case 6645:case 3005:case 6391:case 5879:case 5623:case 6135:case 4599:case 4855:case 4215:case 6389:case 5109:case 5365:case 5621:case 3829:return V+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return V+e+Un+e+ie+e+e;case 6828:case 4268:return V+e+ie+e+e;case 6165:return V+e+ie+"flex-"+e+e;case 5187:return V+e+I(e,/(\w+).+(:[^]+)/,V+"box-$1$2"+ie+"flex-$1$2")+e;case 5443:return V+e+ie+"flex-item-"+I(e,/flex-|-self/,"")+e;case 4675:return V+e+ie+"flex-line-pack"+I(e,/align-content|flex-|-self/,"")+e;case 5548:return V+e+ie+I(e,"shrink","negative")+e;case 5292:return V+e+ie+I(e,"basis","preferred-size")+e;case 6060:return V+"box-"+I(e,"-grow","")+V+e+ie+I(e,"grow","positive")+e;case 4554:return V+I(e,/([^-])(transform)/g,"$1"+V+"$2")+e;case 6187:return I(I(I(e,/(zoom-|grab)/,V+"$1"),/(image-set)/,V+"$1"),e,"")+e;case 5495:case 3959:return I(e,/(image-set\([^]*)/,V+"$1$`$1");case 4968:return I(I(e,/(.+:)(flex-)?(.*)/,V+"box-pack:$3"+ie+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+V+e+e;case 4095:case 3583:case 4068:case 2532:return I(e,/(.+)-inline(.+)/,V+"$1$2")+e;case 8116:case 7059:case 5753:case 5535:case 5445:case 5701:case 4933:case 4677:case 5533:case 5789:case 5021:case 4765:if(Me(e)-1-t>6)switch(re(e,t+1)){case 109:if(re(e,t+4)!==45)break;case 102:return I(e,/(.+:)(.+)-([^]+)/,"$1"+V+"$2-$3$1"+Un+(re(e,t+3)==108?"$3":"$2-$3"))+e;case 115:return~Gr(e,"stretch")?Wl(I(e,"stretch","fill-available"),t)+e:e}break;case 4949:if(re(e,t+1)!==115)break;case 6444:switch(re(e,Me(e)-3-(~Gr(e,"!important")&&10))){case 107:return I(e,":",":"+V)+e;case 101:return I(e,/(.+:)([^;!]+)(;|!.+)?/,"$1"+V+(re(e,14)===45?"inline-":"")+"box$3$1"+V+"$2$3$1"+ie+"$2box$3")+e}break;case 5936:switch(re(e,t+11)){case 114:return V+e+ie+I(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return V+e+ie+I(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return V+e+ie+I(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return V+e+ie+e+e}return e}var Mp=function(t,n,r,i){if(t.length>-1&&!t.return)switch(t.type){case ki:t.return=Wl(t.value,t.length);break;case Il:return _t([zt(t,{value:I(t.value,"@","@"+V)})],i);case Oi:if(t.length)return cp(t.props,function(s){switch(lp(s,/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":return _t([zt(t,{props:[I(s,/:(read-\w+)/,":"+Un+"$1")]})],i);case"::placeholder":return _t([zt(t,{props:[I(s,/:(plac\w+)/,":"+V+"input-$1")]}),zt(t,{props:[I(s,/:(plac\w+)/,":"+Un+"$1")]}),zt(t,{props:[I(s,/:(plac\w+)/,ie+"input-$1")]})],i)}return""})}},jp=[Mp],Ul=function(t){var n=t.key;if(process.env.NODE_ENV!=="production"&&!n)throw new Error(`You have to configure \`key\` for your cache. Please make sure it's unique (and not equal to 'css') as it's used for linking styles to your cache.
|
|
27
|
-
If multiple caches share the same key they might "fight" for each other's style elements.`);if(n==="css"){var r=document.querySelectorAll("style[data-emotion]:not([data-s])");Array.prototype.forEach.call(r,function(f){var
|
|
27
|
+
`)),()=>{})}function Dl(e){return cn(e,"spacing",8,"spacing")}function un(e,t){if(typeof t=="string"||t==null)return t;const n=Math.abs(t),r=e(n);return t>=0?r:typeof r=="number"?-r:`-${r}`}function T1(e,t){return n=>e.reduce((r,i)=>(r[i]=un(t,n),r),{})}function C1(e,t,n,r){if(t.indexOf(n)===-1)return null;const i=S1(n),s=T1(i,r),o=e[n];return Be(e,o,s)}function Rl(e,t){const n=Dl(e.theme);return Object.keys(e).map(r=>C1(e,t,r,n)).reduce(Yt,{})}function X(e){return Rl(e,rr)}X.propTypes=process.env.NODE_ENV!=="production"?rr.reduce((e,t)=>(e[t]=tt,e),{}):{};X.filterProps=rr;function Z(e){return Rl(e,ir)}Z.propTypes=process.env.NODE_ENV!=="production"?ir.reduce((e,t)=>(e[t]=tt,e),{}):{};Z.filterProps=ir;process.env.NODE_ENV!=="production"&&E1.reduce((e,t)=>(e[t]=tt,e),{});function _1(e=8){if(e.mui)return e;const t=Dl({spacing:e}),n=(...r)=>(process.env.NODE_ENV!=="production"&&(r.length<=4||console.error(`MUI: Too many arguments provided, expected between 0 and 4, got ${r.length}`)),(r.length===0?[1]:r).map(s=>{const o=t(s);return typeof o=="number"?`${o}px`:o}).join(" "));return n.mui=!0,n}function or(...e){const t=e.reduce((r,i)=>(i.filterProps.forEach(s=>{r[s]=i}),r),{}),n=r=>Object.keys(r).reduce((i,s)=>t[s]?Yt(i,t[s](r)):i,{});return n.propTypes=process.env.NODE_ENV!=="production"?e.reduce((r,i)=>Object.assign(r,i.propTypes),{}):{},n.filterProps=e.reduce((r,i)=>r.concat(i.filterProps),[]),n}function Ee(e){return typeof e!="number"?e:`${e}px solid`}function Ce(e,t){return Q({prop:e,themeKey:"borders",transform:t})}const P1=Ce("border",Ee),A1=Ce("borderTop",Ee),k1=Ce("borderRight",Ee),O1=Ce("borderBottom",Ee),j1=Ce("borderLeft",Ee),M1=Ce("borderColor"),N1=Ce("borderTopColor"),D1=Ce("borderRightColor"),R1=Ce("borderBottomColor"),V1=Ce("borderLeftColor"),I1=Ce("outline",Ee),L1=Ce("outlineColor"),sr=e=>{if(e.borderRadius!==void 0&&e.borderRadius!==null){const t=cn(e.theme,"shape.borderRadius",4,"borderRadius"),n=r=>({borderRadius:un(t,r)});return Be(e,e.borderRadius,n)}return null};sr.propTypes=process.env.NODE_ENV!=="production"?{borderRadius:tt}:{};sr.filterProps=["borderRadius"];or(P1,A1,k1,O1,j1,M1,N1,D1,R1,V1,sr,I1,L1);const ar=e=>{if(e.gap!==void 0&&e.gap!==null){const t=cn(e.theme,"spacing",8,"gap"),n=r=>({gap:un(t,r)});return Be(e,e.gap,n)}return null};ar.propTypes=process.env.NODE_ENV!=="production"?{gap:tt}:{};ar.filterProps=["gap"];const lr=e=>{if(e.columnGap!==void 0&&e.columnGap!==null){const t=cn(e.theme,"spacing",8,"columnGap"),n=r=>({columnGap:un(t,r)});return Be(e,e.columnGap,n)}return null};lr.propTypes=process.env.NODE_ENV!=="production"?{columnGap:tt}:{};lr.filterProps=["columnGap"];const cr=e=>{if(e.rowGap!==void 0&&e.rowGap!==null){const t=cn(e.theme,"spacing",8,"rowGap"),n=r=>({rowGap:un(t,r)});return Be(e,e.rowGap,n)}return null};cr.propTypes=process.env.NODE_ENV!=="production"?{rowGap:tt}:{};cr.filterProps=["rowGap"];const $1=Q({prop:"gridColumn"}),z1=Q({prop:"gridRow"}),F1=Q({prop:"gridAutoFlow"}),B1=Q({prop:"gridAutoColumns"}),W1=Q({prop:"gridAutoRows"}),H1=Q({prop:"gridTemplateColumns"}),U1=Q({prop:"gridTemplateRows"}),G1=Q({prop:"gridTemplateAreas"}),Y1=Q({prop:"gridArea"});or(ar,lr,cr,$1,z1,F1,B1,W1,H1,U1,G1,Y1);function _t(e,t){return t==="grey"?t:e}const q1=Q({prop:"color",themeKey:"palette",transform:_t}),K1=Q({prop:"bgcolor",cssProperty:"backgroundColor",themeKey:"palette",transform:_t}),X1=Q({prop:"backgroundColor",themeKey:"palette",transform:_t});or(q1,K1,X1);function ge(e){return e<=1&&e!==0?`${e*100}%`:e}const Z1=Q({prop:"width",transform:ge}),_i=e=>{if(e.maxWidth!==void 0&&e.maxWidth!==null){const t=n=>{var r,i;const s=((r=e.theme)==null||(r=r.breakpoints)==null||(r=r.values)==null?void 0:r[n])||Ci[n];return s?((i=e.theme)==null||(i=i.breakpoints)==null?void 0:i.unit)!=="px"?{maxWidth:`${s}${e.theme.breakpoints.unit}`}:{maxWidth:s}:{maxWidth:ge(n)}};return Be(e,e.maxWidth,t)}return null};_i.filterProps=["maxWidth"];const J1=Q({prop:"minWidth",transform:ge}),Q1=Q({prop:"height",transform:ge}),ep=Q({prop:"maxHeight",transform:ge}),tp=Q({prop:"minHeight",transform:ge});Q({prop:"size",cssProperty:"width",transform:ge});Q({prop:"size",cssProperty:"height",transform:ge});const np=Q({prop:"boxSizing"});or(Z1,_i,J1,Q1,ep,tp,np);const rp={border:{themeKey:"borders",transform:Ee},borderTop:{themeKey:"borders",transform:Ee},borderRight:{themeKey:"borders",transform:Ee},borderBottom:{themeKey:"borders",transform:Ee},borderLeft:{themeKey:"borders",transform:Ee},borderColor:{themeKey:"palette"},borderTopColor:{themeKey:"palette"},borderRightColor:{themeKey:"palette"},borderBottomColor:{themeKey:"palette"},borderLeftColor:{themeKey:"palette"},outline:{themeKey:"borders",transform:Ee},outlineColor:{themeKey:"palette"},borderRadius:{themeKey:"shape.borderRadius",style:sr},color:{themeKey:"palette",transform:_t},bgcolor:{themeKey:"palette",cssProperty:"backgroundColor",transform:_t},backgroundColor:{themeKey:"palette",transform:_t},p:{style:Z},pt:{style:Z},pr:{style:Z},pb:{style:Z},pl:{style:Z},px:{style:Z},py:{style:Z},padding:{style:Z},paddingTop:{style:Z},paddingRight:{style:Z},paddingBottom:{style:Z},paddingLeft:{style:Z},paddingX:{style:Z},paddingY:{style:Z},paddingInline:{style:Z},paddingInlineStart:{style:Z},paddingInlineEnd:{style:Z},paddingBlock:{style:Z},paddingBlockStart:{style:Z},paddingBlockEnd:{style:Z},m:{style:X},mt:{style:X},mr:{style:X},mb:{style:X},ml:{style:X},mx:{style:X},my:{style:X},margin:{style:X},marginTop:{style:X},marginRight:{style:X},marginBottom:{style:X},marginLeft:{style:X},marginX:{style:X},marginY:{style:X},marginInline:{style:X},marginInlineStart:{style:X},marginInlineEnd:{style:X},marginBlock:{style:X},marginBlockStart:{style:X},marginBlockEnd:{style:X},displayPrint:{cssProperty:!1,transform:e=>({"@media print":{display:e}})},display:{},overflow:{},textOverflow:{},visibility:{},whiteSpace:{},flexBasis:{},flexDirection:{},flexWrap:{},justifyContent:{},alignItems:{},alignContent:{},order:{},flex:{},flexGrow:{},flexShrink:{},alignSelf:{},justifyItems:{},justifySelf:{},gap:{style:ar},rowGap:{style:cr},columnGap:{style:lr},gridColumn:{},gridRow:{},gridAutoFlow:{},gridAutoColumns:{},gridAutoRows:{},gridTemplateColumns:{},gridTemplateRows:{},gridTemplateAreas:{},gridArea:{},position:{},zIndex:{themeKey:"zIndex"},top:{},right:{},bottom:{},left:{},boxShadow:{themeKey:"shadows"},width:{transform:ge},maxWidth:{style:_i},minWidth:{transform:ge},height:{transform:ge},maxHeight:{transform:ge},minHeight:{transform:ge},boxSizing:{},fontFamily:{themeKey:"typography"},fontSize:{themeKey:"typography"},fontStyle:{themeKey:"typography"},fontWeight:{themeKey:"typography"},letterSpacing:{},textTransform:{},lineHeight:{},textAlign:{},typography:{cssProperty:!1,themeKey:"typography"}},dn=rp;function ip(...e){const t=e.reduce((r,i)=>r.concat(Object.keys(i)),[]),n=new Set(t);return e.every(r=>n.size===Object.keys(r).length)}function op(e,t){return typeof e=="function"?e(t):e}function Vl(){function e(n,r,i,s){const o={[n]:r,theme:i},a=s[n];if(!a)return{[n]:r};const{cssProperty:l=n,themeKey:c,transform:d,style:u}=a;if(r==null)return null;if(c==="typography"&&r==="inherit")return{[n]:r};const h=nr(i,c)||{};return u?u(o):Be(o,r,y=>{let f=Hn(h,d,y);return y===f&&typeof y=="string"&&(f=Hn(h,d,`${n}${y==="default"?"":at(y)}`,y)),l===!1?f:{[l]:f}})}function t(n){var r;const{sx:i,theme:s={}}=n||{};if(!i)return null;const o=(r=s.unstable_sxConfig)!=null?r:dn;function a(l){let c=l;if(typeof l=="function")c=l(s);else if(typeof l!="object")return l;if(!c)return null;const d=y1(s.breakpoints),u=Object.keys(d);let h=d;return Object.keys(c).forEach(m=>{const y=op(c[m],s);if(y!=null)if(typeof y=="object")if(o[m])h=Yt(h,e(m,y,s,o));else{const f=Be({theme:s},y,g=>({[m]:g}));ip(f,y)?h[m]=t({sx:y,theme:s}):h=Yt(h,f)}else h=Yt(h,e(m,y,s,o))}),v1(u,h)}return Array.isArray(i)?i.map(a):a(i)}return t}const Il=Vl();Il.filterProps=["sx"];const Pi=Il;function Ll(e,t){const n=this;return n.vars&&typeof n.getColorSchemeSelector=="function"?{[n.getColorSchemeSelector(e).replace(/(\[[^\]]+\])/,"*:where($1)")]:t}:n.palette.mode===e?t:{}}const sp=["breakpoints","palette","spacing","shape"];function Ai(e={},...t){const{breakpoints:n={},palette:r={},spacing:i,shape:s={}}=e,o=w._objectWithoutPropertiesLoose(e,sp),a=Nl(n),l=_1(i);let c=Ne({breakpoints:a,direction:"ltr",components:{},palette:w._extends({mode:"light"},r),spacing:l,shape:w._extends({},m1,s)},o);return c.applyStyles=Ll,c=t.reduce((d,u)=>Ne(d,u),c),c.unstable_sxConfig=w._extends({},dn,o==null?void 0:o.unstable_sxConfig),c.unstable_sx=function(u){return Pi({sx:u,theme:this})},c}const ap=Object.freeze(Object.defineProperty({__proto__:null,default:Ai,private_createBreakpoints:Nl,unstable_applyStyles:Ll},Symbol.toStringTag,{value:"Module"}));function $l(e){var t=Object.create(null);return function(n){return t[n]===void 0&&(t[n]=e(n)),t[n]}}var lp=/^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|abbr|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|disableRemotePlayback|download|draggable|encType|enterKeyHint|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|translate|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|incremental|fallback|inert|itemProp|itemScope|itemType|itemID|itemRef|on|option|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/,cp=$l(function(e){return lp.test(e)||e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)<91});function up(e){if(e.sheet)return e.sheet;for(var t=0;t<document.styleSheets.length;t++)if(document.styleSheets[t].ownerNode===e)return document.styleSheets[t]}function dp(e){var t=document.createElement("style");return t.setAttribute("data-emotion",e.key),e.nonce!==void 0&&t.setAttribute("nonce",e.nonce),t.appendChild(document.createTextNode("")),t.setAttribute("data-s",""),t}var fp=function(){function e(n){var r=this;this._insertTag=function(i){var s;r.tags.length===0?r.insertionPoint?s=r.insertionPoint.nextSibling:r.prepend?s=r.container.firstChild:s=r.before:s=r.tags[r.tags.length-1].nextSibling,r.container.insertBefore(i,s),r.tags.push(i)},this.isSpeedy=n.speedy===void 0?process.env.NODE_ENV==="production":n.speedy,this.tags=[],this.ctr=0,this.nonce=n.nonce,this.key=n.key,this.container=n.container,this.prepend=n.prepend,this.insertionPoint=n.insertionPoint,this.before=null}var t=e.prototype;return t.hydrate=function(r){r.forEach(this._insertTag)},t.insert=function(r){this.ctr%(this.isSpeedy?65e3:1)===0&&this._insertTag(dp(this));var i=this.tags[this.tags.length-1];if(process.env.NODE_ENV!=="production"){var s=r.charCodeAt(0)===64&&r.charCodeAt(1)===105;s&&this._alreadyInsertedOrderInsensitiveRule&&console.error(`You're attempting to insert the following rule:
|
|
28
|
+
`+r+"\n\n`@import` rules must be before all other types of rules in a stylesheet but other rules have already been inserted. Please ensure that `@import` rules are before all other rules."),this._alreadyInsertedOrderInsensitiveRule=this._alreadyInsertedOrderInsensitiveRule||!s}if(this.isSpeedy){var o=up(i);try{o.insertRule(r,o.cssRules.length)}catch(a){process.env.NODE_ENV!=="production"&&!/:(-moz-placeholder|-moz-focus-inner|-moz-focusring|-ms-input-placeholder|-moz-read-write|-moz-read-only|-ms-clear|-ms-expand|-ms-reveal){/.test(r)&&console.error('There was a problem inserting the following rule: "'+r+'"',a)}}else i.appendChild(document.createTextNode(r));this.ctr++},t.flush=function(){this.tags.forEach(function(r){return r.parentNode&&r.parentNode.removeChild(r)}),this.tags=[],this.ctr=0,process.env.NODE_ENV!=="production"&&(this._alreadyInsertedOrderInsensitiveRule=!1)},e}(),ie="-ms-",Un="-moz-",V="-webkit-",ki="comm",Oi="rule",ji="decl",hp="@import",zl="@keyframes",pp="@layer",mp=Math.abs,ur=String.fromCharCode,gp=Object.assign;function yp(e,t){return re(e,0)^45?(((t<<2^re(e,0))<<2^re(e,1))<<2^re(e,2))<<2^re(e,3):0}function Fl(e){return e.trim()}function vp(e,t){return(e=t.exec(e))?e[0]:e}function I(e,t,n){return e.replace(t,n)}function qr(e,t){return e.indexOf(t)}function re(e,t){return e.charCodeAt(t)|0}function Qt(e,t,n){return e.slice(t,n)}function je(e){return e.length}function Mi(e){return e.length}function wn(e,t){return t.push(e),e}function bp(e,t){return e.map(t).join("")}var dr=1,Ot=1,Bl=0,he=0,ne=0,Mt="";function fr(e,t,n,r,i,s,o){return{value:e,root:t,parent:n,type:r,props:i,children:s,line:dr,column:Ot,length:o,return:""}}function zt(e,t){return gp(fr("",null,null,"",null,null,0),e,{length:-e.length},t)}function xp(){return ne}function wp(){return ne=he>0?re(Mt,--he):0,Ot--,ne===10&&(Ot=1,dr--),ne}function ye(){return ne=he<Bl?re(Mt,he++):0,Ot++,ne===10&&(Ot=1,dr++),ne}function De(){return re(Mt,he)}function _n(){return he}function fn(e,t){return Qt(Mt,e,t)}function en(e){switch(e){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function Wl(e){return dr=Ot=1,Bl=je(Mt=e),he=0,[]}function Hl(e){return Mt="",e}function Pn(e){return Fl(fn(he-1,Kr(e===91?e+2:e===40?e+1:e)))}function Sp(e){for(;(ne=De())&&ne<33;)ye();return en(e)>2||en(ne)>3?"":" "}function Ep(e,t){for(;--t&&ye()&&!(ne<48||ne>102||ne>57&&ne<65||ne>70&&ne<97););return fn(e,_n()+(t<6&&De()==32&&ye()==32))}function Kr(e){for(;ye();)switch(ne){case e:return he;case 34:case 39:e!==34&&e!==39&&Kr(ne);break;case 40:e===41&&Kr(e);break;case 92:ye();break}return he}function Tp(e,t){for(;ye()&&e+ne!==47+10;)if(e+ne===42+42&&De()===47)break;return"/*"+fn(t,he-1)+"*"+ur(e===47?e:ye())}function Cp(e){for(;!en(De());)ye();return fn(e,he)}function _p(e){return Hl(An("",null,null,null,[""],e=Wl(e),0,[0],e))}function An(e,t,n,r,i,s,o,a,l){for(var c=0,d=0,u=o,h=0,m=0,y=0,f=1,g=1,b=1,S=0,x="",E=i,v=s,T=r,C=x;g;)switch(y=S,S=ye()){case 40:if(y!=108&&re(C,u-1)==58){qr(C+=I(Pn(S),"&","&\f"),"&\f")!=-1&&(b=-1);break}case 34:case 39:case 91:C+=Pn(S);break;case 9:case 10:case 13:case 32:C+=Sp(y);break;case 92:C+=Ep(_n()-1,7);continue;case 47:switch(De()){case 42:case 47:wn(Pp(Tp(ye(),_n()),t,n),l);break;default:C+="/"}break;case 123*f:a[c++]=je(C)*b;case 125*f:case 59:case 0:switch(S){case 0:case 125:g=0;case 59+d:b==-1&&(C=I(C,/\f/g,"")),m>0&&je(C)-u&&wn(m>32?ls(C+";",r,n,u-1):ls(I(C," ","")+";",r,n,u-2),l);break;case 59:C+=";";default:if(wn(T=as(C,t,n,c,d,i,a,x,E=[],v=[],u),s),S===123)if(d===0)An(C,t,T,T,E,s,u,a,v);else switch(h===99&&re(C,3)===110?100:h){case 100:case 108:case 109:case 115:An(e,T,T,r&&wn(as(e,T,T,0,0,i,a,x,i,E=[],u),v),i,v,u,a,r?E:v);break;default:An(C,T,T,T,[""],v,0,a,v)}}c=d=m=0,f=b=1,x=C="",u=o;break;case 58:u=1+je(C),m=y;default:if(f<1){if(S==123)--f;else if(S==125&&f++==0&&wp()==125)continue}switch(C+=ur(S),S*f){case 38:b=d>0?1:(C+="\f",-1);break;case 44:a[c++]=(je(C)-1)*b,b=1;break;case 64:De()===45&&(C+=Pn(ye())),h=De(),d=u=je(x=C+=Cp(_n())),S++;break;case 45:y===45&&je(C)==2&&(f=0)}}return s}function as(e,t,n,r,i,s,o,a,l,c,d){for(var u=i-1,h=i===0?s:[""],m=Mi(h),y=0,f=0,g=0;y<r;++y)for(var b=0,S=Qt(e,u+1,u=mp(f=o[y])),x=e;b<m;++b)(x=Fl(f>0?h[b]+" "+S:I(S,/&\f/g,h[b])))&&(l[g++]=x);return fr(e,t,n,i===0?Oi:a,l,c,d)}function Pp(e,t,n){return fr(e,t,n,ki,ur(xp()),Qt(e,2,-2),0)}function ls(e,t,n,r){return fr(e,t,n,ji,Qt(e,0,r),Qt(e,r+1,-1),r)}function Pt(e,t){for(var n="",r=Mi(e),i=0;i<r;i++)n+=t(e[i],i,e,t)||"";return n}function Ap(e,t,n,r){switch(e.type){case pp:if(e.children.length)break;case hp:case ji:return e.return=e.return||e.value;case ki:return"";case zl:return e.return=e.value+"{"+Pt(e.children,r)+"}";case Oi:e.value=e.props.join(",")}return je(n=Pt(e.children,r))?e.return=e.value+"{"+n+"}":""}function kp(e){var t=Mi(e);return function(n,r,i,s){for(var o="",a=0;a<t;a++)o+=e[a](n,r,i,s)||"";return o}}function Op(e){return function(t){t.root||(t=t.return)&&e(t)}}var jp=function(t,n,r){for(var i=0,s=0;i=s,s=De(),i===38&&s===12&&(n[r]=1),!en(s);)ye();return fn(t,he)},Mp=function(t,n){var r=-1,i=44;do switch(en(i)){case 0:i===38&&De()===12&&(n[r]=1),t[r]+=jp(he-1,n,r);break;case 2:t[r]+=Pn(i);break;case 4:if(i===44){t[++r]=De()===58?"&\f":"",n[r]=t[r].length;break}default:t[r]+=ur(i)}while(i=ye());return t},Np=function(t,n){return Hl(Mp(Wl(t),n))},cs=new WeakMap,Dp=function(t){if(!(t.type!=="rule"||!t.parent||t.length<1)){for(var n=t.value,r=t.parent,i=t.column===r.column&&t.line===r.line;r.type!=="rule";)if(r=r.parent,!r)return;if(!(t.props.length===1&&n.charCodeAt(0)!==58&&!cs.get(r))&&!i){cs.set(t,!0);for(var s=[],o=Np(n,s),a=r.props,l=0,c=0;l<o.length;l++)for(var d=0;d<a.length;d++,c++)t.props[c]=s[l]?o[l].replace(/&\f/g,a[d]):a[d]+" "+o[l]}}},Rp=function(t){if(t.type==="decl"){var n=t.value;n.charCodeAt(0)===108&&n.charCodeAt(2)===98&&(t.return="",t.value="")}},Vp="emotion-disable-server-rendering-unsafe-selector-warning-please-do-not-use-this-the-warning-exists-for-a-reason",Ip=function(t){return t.type==="comm"&&t.children.indexOf(Vp)>-1},Lp=function(t){return function(n,r,i){if(!(n.type!=="rule"||t.compat)){var s=n.value.match(/(:first|:nth|:nth-last)-child/g);if(s){for(var o=!!n.parent,a=o?n.parent.children:i,l=a.length-1;l>=0;l--){var c=a[l];if(c.line<n.line)break;if(c.column<n.column){if(Ip(c))return;break}}s.forEach(function(d){console.error('The pseudo class "'+d+'" is potentially unsafe when doing server-side rendering. Try changing it to "'+d.split("-child")[0]+'-of-type".')})}}}},Ul=function(t){return t.type.charCodeAt(1)===105&&t.type.charCodeAt(0)===64},$p=function(t,n){for(var r=t-1;r>=0;r--)if(!Ul(n[r]))return!0;return!1},us=function(t){t.type="",t.value="",t.return="",t.children="",t.props=""},zp=function(t,n,r){Ul(t)&&(t.parent?(console.error("`@import` rules can't be nested inside other rules. Please move it to the top level and put it before regular rules. Keep in mind that they can only be used within global styles."),us(t)):$p(n,r)&&(console.error("`@import` rules can't be after other rules. Please put your `@import` rules before your other rules."),us(t)))};function Gl(e,t){switch(yp(e,t)){case 5103:return V+"print-"+e+e;case 5737:case 4201:case 3177:case 3433:case 1641:case 4457:case 2921:case 5572:case 6356:case 5844:case 3191:case 6645:case 3005:case 6391:case 5879:case 5623:case 6135:case 4599:case 4855:case 4215:case 6389:case 5109:case 5365:case 5621:case 3829:return V+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return V+e+Un+e+ie+e+e;case 6828:case 4268:return V+e+ie+e+e;case 6165:return V+e+ie+"flex-"+e+e;case 5187:return V+e+I(e,/(\w+).+(:[^]+)/,V+"box-$1$2"+ie+"flex-$1$2")+e;case 5443:return V+e+ie+"flex-item-"+I(e,/flex-|-self/,"")+e;case 4675:return V+e+ie+"flex-line-pack"+I(e,/align-content|flex-|-self/,"")+e;case 5548:return V+e+ie+I(e,"shrink","negative")+e;case 5292:return V+e+ie+I(e,"basis","preferred-size")+e;case 6060:return V+"box-"+I(e,"-grow","")+V+e+ie+I(e,"grow","positive")+e;case 4554:return V+I(e,/([^-])(transform)/g,"$1"+V+"$2")+e;case 6187:return I(I(I(e,/(zoom-|grab)/,V+"$1"),/(image-set)/,V+"$1"),e,"")+e;case 5495:case 3959:return I(e,/(image-set\([^]*)/,V+"$1$`$1");case 4968:return I(I(e,/(.+:)(flex-)?(.*)/,V+"box-pack:$3"+ie+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+V+e+e;case 4095:case 3583:case 4068:case 2532:return I(e,/(.+)-inline(.+)/,V+"$1$2")+e;case 8116:case 7059:case 5753:case 5535:case 5445:case 5701:case 4933:case 4677:case 5533:case 5789:case 5021:case 4765:if(je(e)-1-t>6)switch(re(e,t+1)){case 109:if(re(e,t+4)!==45)break;case 102:return I(e,/(.+:)(.+)-([^]+)/,"$1"+V+"$2-$3$1"+Un+(re(e,t+3)==108?"$3":"$2-$3"))+e;case 115:return~qr(e,"stretch")?Gl(I(e,"stretch","fill-available"),t)+e:e}break;case 4949:if(re(e,t+1)!==115)break;case 6444:switch(re(e,je(e)-3-(~qr(e,"!important")&&10))){case 107:return I(e,":",":"+V)+e;case 101:return I(e,/(.+:)([^;!]+)(;|!.+)?/,"$1"+V+(re(e,14)===45?"inline-":"")+"box$3$1"+V+"$2$3$1"+ie+"$2box$3")+e}break;case 5936:switch(re(e,t+11)){case 114:return V+e+ie+I(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return V+e+ie+I(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return V+e+ie+I(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return V+e+ie+e+e}return e}var Fp=function(t,n,r,i){if(t.length>-1&&!t.return)switch(t.type){case ji:t.return=Gl(t.value,t.length);break;case zl:return Pt([zt(t,{value:I(t.value,"@","@"+V)})],i);case Oi:if(t.length)return bp(t.props,function(s){switch(vp(s,/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":return Pt([zt(t,{props:[I(s,/:(read-\w+)/,":"+Un+"$1")]})],i);case"::placeholder":return Pt([zt(t,{props:[I(s,/:(plac\w+)/,":"+V+"input-$1")]}),zt(t,{props:[I(s,/:(plac\w+)/,":"+Un+"$1")]}),zt(t,{props:[I(s,/:(plac\w+)/,ie+"input-$1")]})],i)}return""})}},Bp=[Fp],Yl=function(t){var n=t.key;if(process.env.NODE_ENV!=="production"&&!n)throw new Error(`You have to configure \`key\` for your cache. Please make sure it's unique (and not equal to 'css') as it's used for linking styles to your cache.
|
|
29
|
+
If multiple caches share the same key they might "fight" for each other's style elements.`);if(n==="css"){var r=document.querySelectorAll("style[data-emotion]:not([data-s])");Array.prototype.forEach.call(r,function(f){var g=f.getAttribute("data-emotion");g.indexOf(" ")!==-1&&(document.head.appendChild(f),f.setAttribute("data-s",""))})}var i=t.stylisPlugins||Bp;if(process.env.NODE_ENV!=="production"&&/[^a-z-]/.test(n))throw new Error('Emotion key must only contain lower case alphabetical characters and - but "'+n+'" was passed');var s={},o,a=[];o=t.container||document.head,Array.prototype.forEach.call(document.querySelectorAll('style[data-emotion^="'+n+' "]'),function(f){for(var g=f.getAttribute("data-emotion").split(" "),b=1;b<g.length;b++)s[g[b]]=!0;a.push(f)});var l,c=[Dp,Rp];process.env.NODE_ENV!=="production"&&c.push(Lp({get compat(){return y.compat}}),zp);{var d,u=[Ap,process.env.NODE_ENV!=="production"?function(f){f.root||(f.return?d.insert(f.return):f.value&&f.type!==ki&&d.insert(f.value+"{}"))}:Op(function(f){d.insert(f)})],h=kp(c.concat(i,u)),m=function(g){return Pt(_p(g),h)};l=function(g,b,S,x){d=S,process.env.NODE_ENV!=="production"&&b.map!==void 0&&(d={insert:function(v){S.insert(v+b.map)}}),m(g?g+"{"+b.styles+"}":b.styles),x&&(y.inserted[b.name]=!0)}}var y={key:n,sheet:new fp({key:n,container:o,nonce:t.nonce,speedy:t.speedy,prepend:t.prepend,insertionPoint:t.insertionPoint}),nonce:t.nonce,inserted:s,registered:{},insert:l};return y.sheet.hydrate(a),y},Xr={exports:{}},F={};/** @license React v16.13.1
|
|
28
30
|
* react-is.production.min.js
|
|
29
31
|
*
|
|
30
32
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
31
33
|
*
|
|
32
34
|
* This source code is licensed under the MIT license found in the
|
|
33
35
|
* LICENSE file in the root directory of this source tree.
|
|
34
|
-
*/var
|
|
36
|
+
*/var ds;function Wp(){if(ds)return F;ds=1;var e=typeof Symbol=="function"&&Symbol.for,t=e?Symbol.for("react.element"):60103,n=e?Symbol.for("react.portal"):60106,r=e?Symbol.for("react.fragment"):60107,i=e?Symbol.for("react.strict_mode"):60108,s=e?Symbol.for("react.profiler"):60114,o=e?Symbol.for("react.provider"):60109,a=e?Symbol.for("react.context"):60110,l=e?Symbol.for("react.async_mode"):60111,c=e?Symbol.for("react.concurrent_mode"):60111,d=e?Symbol.for("react.forward_ref"):60112,u=e?Symbol.for("react.suspense"):60113,h=e?Symbol.for("react.suspense_list"):60120,m=e?Symbol.for("react.memo"):60115,y=e?Symbol.for("react.lazy"):60116,f=e?Symbol.for("react.block"):60121,g=e?Symbol.for("react.fundamental"):60117,b=e?Symbol.for("react.responder"):60118,S=e?Symbol.for("react.scope"):60119;function x(v){if(typeof v=="object"&&v!==null){var T=v.$$typeof;switch(T){case t:switch(v=v.type,v){case l:case c:case r:case s:case i:case u:return v;default:switch(v=v&&v.$$typeof,v){case a:case d:case y:case m:case o:return v;default:return T}}case n:return T}}}function E(v){return x(v)===c}return F.AsyncMode=l,F.ConcurrentMode=c,F.ContextConsumer=a,F.ContextProvider=o,F.Element=t,F.ForwardRef=d,F.Fragment=r,F.Lazy=y,F.Memo=m,F.Portal=n,F.Profiler=s,F.StrictMode=i,F.Suspense=u,F.isAsyncMode=function(v){return E(v)||x(v)===l},F.isConcurrentMode=E,F.isContextConsumer=function(v){return x(v)===a},F.isContextProvider=function(v){return x(v)===o},F.isElement=function(v){return typeof v=="object"&&v!==null&&v.$$typeof===t},F.isForwardRef=function(v){return x(v)===d},F.isFragment=function(v){return x(v)===r},F.isLazy=function(v){return x(v)===y},F.isMemo=function(v){return x(v)===m},F.isPortal=function(v){return x(v)===n},F.isProfiler=function(v){return x(v)===s},F.isStrictMode=function(v){return x(v)===i},F.isSuspense=function(v){return x(v)===u},F.isValidElementType=function(v){return typeof v=="string"||typeof v=="function"||v===r||v===c||v===s||v===i||v===u||v===h||typeof v=="object"&&v!==null&&(v.$$typeof===y||v.$$typeof===m||v.$$typeof===o||v.$$typeof===a||v.$$typeof===d||v.$$typeof===g||v.$$typeof===b||v.$$typeof===S||v.$$typeof===f)},F.typeOf=x,F}var B={};/** @license React v16.13.1
|
|
35
37
|
* react-is.development.js
|
|
36
38
|
*
|
|
37
39
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
38
40
|
*
|
|
39
41
|
* This source code is licensed under the MIT license found in the
|
|
40
42
|
* LICENSE file in the root directory of this source tree.
|
|
41
|
-
*/var
|
|
43
|
+
*/var fs;function Hp(){return fs||(fs=1,process.env.NODE_ENV!=="production"&&function(){var e=typeof Symbol=="function"&&Symbol.for,t=e?Symbol.for("react.element"):60103,n=e?Symbol.for("react.portal"):60106,r=e?Symbol.for("react.fragment"):60107,i=e?Symbol.for("react.strict_mode"):60108,s=e?Symbol.for("react.profiler"):60114,o=e?Symbol.for("react.provider"):60109,a=e?Symbol.for("react.context"):60110,l=e?Symbol.for("react.async_mode"):60111,c=e?Symbol.for("react.concurrent_mode"):60111,d=e?Symbol.for("react.forward_ref"):60112,u=e?Symbol.for("react.suspense"):60113,h=e?Symbol.for("react.suspense_list"):60120,m=e?Symbol.for("react.memo"):60115,y=e?Symbol.for("react.lazy"):60116,f=e?Symbol.for("react.block"):60121,g=e?Symbol.for("react.fundamental"):60117,b=e?Symbol.for("react.responder"):60118,S=e?Symbol.for("react.scope"):60119;function x(A){return typeof A=="string"||typeof A=="function"||A===r||A===c||A===s||A===i||A===u||A===h||typeof A=="object"&&A!==null&&(A.$$typeof===y||A.$$typeof===m||A.$$typeof===o||A.$$typeof===a||A.$$typeof===d||A.$$typeof===g||A.$$typeof===b||A.$$typeof===S||A.$$typeof===f)}function E(A){if(typeof A=="object"&&A!==null){var Vt=A.$$typeof;switch(Vt){case t:var O=A.type;switch(O){case l:case c:case r:case s:case i:case u:return O;default:var ft=O&&O.$$typeof;switch(ft){case a:case d:case y:case m:case o:return ft;default:return Vt}}case n:return Vt}}}var v=l,T=c,C=a,P=o,k=t,D=d,j=r,R=y,q=m,H=n,ue=s,U=i,se=u,ae=!1;function pe(A){return ae||(ae=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")),Oe(A)||E(A)===l}function Oe(A){return E(A)===c}function W(A){return E(A)===a}function _e(A){return E(A)===o}function Re(A){return typeof A=="object"&&A!==null&&A.$$typeof===t}function be(A){return E(A)===d}function Ve(A){return E(A)===r}function Ie(A){return E(A)===y}function dt(A){return E(A)===m}function Rt(A){return E(A)===n}function nt(A){return E(A)===s}function We(A){return E(A)===i}function Pe(A){return E(A)===u}B.AsyncMode=v,B.ConcurrentMode=T,B.ContextConsumer=C,B.ContextProvider=P,B.Element=k,B.ForwardRef=D,B.Fragment=j,B.Lazy=R,B.Memo=q,B.Portal=H,B.Profiler=ue,B.StrictMode=U,B.Suspense=se,B.isAsyncMode=pe,B.isConcurrentMode=Oe,B.isContextConsumer=W,B.isContextProvider=_e,B.isElement=Re,B.isForwardRef=be,B.isFragment=Ve,B.isLazy=Ie,B.isMemo=dt,B.isPortal=Rt,B.isProfiler=nt,B.isStrictMode=We,B.isSuspense=Pe,B.isValidElementType=x,B.typeOf=E}()),B}process.env.NODE_ENV==="production"?Xr.exports=Wp():Xr.exports=Hp();var Up=Xr.exports,ql=Up,Gp={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},Yp={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},Kl={};Kl[ql.ForwardRef]=Gp;Kl[ql.Memo]=Yp;var qp=!0;function Ni(e,t,n){var r="";return n.split(" ").forEach(function(i){e[i]!==void 0?t.push(e[i]+";"):r+=i+" "}),r}var hr=function(t,n,r){var i=t.key+"-"+n.name;(r===!1||qp===!1)&&t.registered[i]===void 0&&(t.registered[i]=n.styles)},pr=function(t,n,r){hr(t,n,r);var i=t.key+"-"+n.name;if(t.inserted[n.name]===void 0){var s=n;do t.insert(n===s?"."+i:"",s,t.sheet,!0),s=s.next;while(s!==void 0)}};function Kp(e){for(var t=0,n,r=0,i=e.length;i>=4;++r,i-=4)n=e.charCodeAt(r)&255|(e.charCodeAt(++r)&255)<<8|(e.charCodeAt(++r)&255)<<16|(e.charCodeAt(++r)&255)<<24,n=(n&65535)*1540483477+((n>>>16)*59797<<16),n^=n>>>24,t=(n&65535)*1540483477+((n>>>16)*59797<<16)^(t&65535)*1540483477+((t>>>16)*59797<<16);switch(i){case 3:t^=(e.charCodeAt(r+2)&255)<<16;case 2:t^=(e.charCodeAt(r+1)&255)<<8;case 1:t^=e.charCodeAt(r)&255,t=(t&65535)*1540483477+((t>>>16)*59797<<16)}return t^=t>>>13,t=(t&65535)*1540483477+((t>>>16)*59797<<16),((t^t>>>15)>>>0).toString(36)}var Xp={animationIterationCount:1,aspectRatio:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},hs=`You have illegal escape sequence in your template literal, most likely inside content's property value.
|
|
42
44
|
Because you write your CSS inside a JavaScript string you actually have to do double escaping, so for example "content: '\\00d7';" should become "content: '\\\\00d7';".
|
|
43
45
|
You can read more about this here:
|
|
44
|
-
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#ES2018_revision_of_illegal_escape_sequences`,
|
|
46
|
+
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#ES2018_revision_of_illegal_escape_sequences`,Zp="You have passed in falsy value as style object's key (can happen when in example you pass unexported component as computed key).",Jp=/[A-Z]|^ms/g,Xl=/_EMO_([^_]+?)_([^]*?)_EMO_/g,Di=function(t){return t.charCodeAt(1)===45},ps=function(t){return t!=null&&typeof t!="boolean"},Or=$l(function(e){return Di(e)?e:e.replace(Jp,"-$&").toLowerCase()}),Gn=function(t,n){switch(t){case"animation":case"animationName":if(typeof n=="string")return n.replace(Xl,function(r,i,s){return Ae={name:i,styles:s,next:Ae},i})}return Xp[t]!==1&&!Di(t)&&typeof n=="number"&&n!==0?n+"px":n};if(process.env.NODE_ENV!=="production"){var Qp=/(var|attr|counters?|url|element|(((repeating-)?(linear|radial))|conic)-gradient)\(|(no-)?(open|close)-quote/,em=["normal","none","initial","inherit","unset"],tm=Gn,nm=/^-ms-/,rm=/-(.)/g,ms={};Gn=function(t,n){if(t==="content"&&(typeof n!="string"||em.indexOf(n)===-1&&!Qp.test(n)&&(n.charAt(0)!==n.charAt(n.length-1)||n.charAt(0)!=='"'&&n.charAt(0)!=="'")))throw new Error("You seem to be using a value for 'content' without quotes, try replacing it with `content: '\""+n+"\"'`");var r=tm(t,n);return r!==""&&!Di(t)&&t.indexOf("-")!==-1&&ms[t]===void 0&&(ms[t]=!0,console.error("Using kebab-case for css properties in objects is not supported. Did you mean "+t.replace(nm,"ms-").replace(rm,function(i,s){return s.toUpperCase()})+"?")),r}}var Zl="Component selectors can only be used in conjunction with @emotion/babel-plugin, the swc Emotion plugin, or another Emotion-aware compiler transform.";function tn(e,t,n){if(n==null)return"";if(n.__emotion_styles!==void 0){if(process.env.NODE_ENV!=="production"&&n.toString()==="NO_COMPONENT_SELECTOR")throw new Error(Zl);return n}switch(typeof n){case"boolean":return"";case"object":{if(n.anim===1)return Ae={name:n.name,styles:n.styles,next:Ae},n.name;if(n.styles!==void 0){var r=n.next;if(r!==void 0)for(;r!==void 0;)Ae={name:r.name,styles:r.styles,next:Ae},r=r.next;var i=n.styles+";";return process.env.NODE_ENV!=="production"&&n.map!==void 0&&(i+=n.map),i}return im(e,t,n)}case"function":{if(e!==void 0){var s=Ae,o=n(e);return Ae=s,tn(e,t,o)}else process.env.NODE_ENV!=="production"&&console.error("Functions that are interpolated in css calls will be stringified.\nIf you want to have a css call based on props, create a function that returns a css call like this\nlet dynamicStyle = (props) => css`color: ${props.color}`\nIt can be called directly with props or interpolated in a styled call like this\nlet SomeComponent = styled('div')`${dynamicStyle}`");break}case"string":if(process.env.NODE_ENV!=="production"){var a=[],l=n.replace(Xl,function(d,u,h){var m="animation"+a.length;return a.push("const "+m+" = keyframes`"+h.replace(/^@keyframes animation-\w+/,"")+"`"),"${"+m+"}"});a.length&&console.error("`keyframes` output got interpolated into plain string, please wrap it with `css`.\n\nInstead of doing this:\n\n"+[].concat(a,["`"+l+"`"]).join(`
|
|
45
47
|
`)+`
|
|
46
48
|
|
|
47
49
|
You should wrap it with \`css\` like this:
|
|
48
50
|
|
|
49
|
-
`+("css`"+l+"`"))}break}if(t==null)return n;var c=t[n];return c!==void 0?c:n}function
|
|
51
|
+
`+("css`"+l+"`"))}break}if(t==null)return n;var c=t[n];return c!==void 0?c:n}function im(e,t,n){var r="";if(Array.isArray(n))for(var i=0;i<n.length;i++)r+=tn(e,t,n[i])+";";else for(var s in n){var o=n[s];if(typeof o!="object")t!=null&&t[o]!==void 0?r+=s+"{"+t[o]+"}":ps(o)&&(r+=Or(s)+":"+Gn(s,o)+";");else{if(s==="NO_COMPONENT_SELECTOR"&&process.env.NODE_ENV!=="production")throw new Error(Zl);if(Array.isArray(o)&&typeof o[0]=="string"&&(t==null||t[o[0]]===void 0))for(var a=0;a<o.length;a++)ps(o[a])&&(r+=Or(s)+":"+Gn(s,o[a])+";");else{var l=tn(e,t,o);switch(s){case"animation":case"animationName":{r+=Or(s)+":"+l+";";break}default:process.env.NODE_ENV!=="production"&&s==="undefined"&&console.error(Zp),r+=s+"{"+l+"}"}}}}return r}var gs=/label:\s*([^\s;\n{]+)\s*(;|$)/g,Jl;process.env.NODE_ENV!=="production"&&(Jl=/\/\*#\ssourceMappingURL=data:application\/json;\S+\s+\*\//g);var Ae,jt=function(t,n,r){if(t.length===1&&typeof t[0]=="object"&&t[0]!==null&&t[0].styles!==void 0)return t[0];var i=!0,s="";Ae=void 0;var o=t[0];o==null||o.raw===void 0?(i=!1,s+=tn(r,n,o)):(process.env.NODE_ENV!=="production"&&o[0]===void 0&&console.error(hs),s+=o[0]);for(var a=1;a<t.length;a++)s+=tn(r,n,t[a]),i&&(process.env.NODE_ENV!=="production"&&o[a]===void 0&&console.error(hs),s+=o[a]);var l;process.env.NODE_ENV!=="production"&&(s=s.replace(Jl,function(h){return l=h,""})),gs.lastIndex=0;for(var c="",d;(d=gs.exec(s))!==null;)c+="-"+d[1];var u=Kp(s)+c;return process.env.NODE_ENV!=="production"?{name:u,styles:s,map:l,next:Ae,toString:function(){return"You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."}}:{name:u,styles:s,next:Ae}},om=function(t){return t()},Ql=N["useInsertionEffect"]?N["useInsertionEffect"]:!1,Ri=Ql||om,ys=Ql||N.useLayoutEffect,sm={}.hasOwnProperty,Vi=N.createContext(typeof HTMLElement<"u"?Yl({key:"css"}):null);process.env.NODE_ENV!=="production"&&(Vi.displayName="EmotionCacheContext");var am=Vi.Provider,mr=function(t){return _.forwardRef(function(n,r){var i=_.useContext(Vi);return t(n,i,r)})},ut=N.createContext({});process.env.NODE_ENV!=="production"&&(ut.displayName="EmotionThemeContext");var vs="__EMOTION_TYPE_PLEASE_DO_NOT_USE__",bs="__EMOTION_LABEL_PLEASE_DO_NOT_USE__",lm=function(t){var n=t.cache,r=t.serialized,i=t.isStringTag;return hr(n,r,i),Ri(function(){return pr(n,r,i)}),null},cm=mr(function(e,t,n){var r=e.css;typeof r=="string"&&t.registered[r]!==void 0&&(r=t.registered[r]);var i=e[vs],s=[r],o="";typeof e.className=="string"?o=Ni(t.registered,s,e.className):e.className!=null&&(o=e.className+" ");var a=jt(s,void 0,N.useContext(ut));if(process.env.NODE_ENV!=="production"&&a.name.indexOf("-")===-1){var l=e[bs];l&&(a=jt([a,"label:"+l+";"]))}o+=t.key+"-"+a.name;var c={};for(var d in e)sm.call(e,d)&&d!=="css"&&d!==vs&&(process.env.NODE_ENV==="production"||d!==bs)&&(c[d]=e[d]);return c.ref=n,c.className=o,N.createElement(N.Fragment,null,N.createElement(lm,{cache:t,serialized:a,isStringTag:typeof i=="string"}),N.createElement(i,c))});process.env.NODE_ENV!=="production"&&(cm.displayName="EmotionCssPropInternal");var um={name:"@emotion/react",version:"11.11.4",main:"dist/emotion-react.cjs.js",module:"dist/emotion-react.esm.js",browser:{"./dist/emotion-react.esm.js":"./dist/emotion-react.browser.esm.js"},exports:{".":{module:{worker:"./dist/emotion-react.worker.esm.js",browser:"./dist/emotion-react.browser.esm.js",default:"./dist/emotion-react.esm.js"},import:"./dist/emotion-react.cjs.mjs",default:"./dist/emotion-react.cjs.js"},"./jsx-runtime":{module:{worker:"./jsx-runtime/dist/emotion-react-jsx-runtime.worker.esm.js",browser:"./jsx-runtime/dist/emotion-react-jsx-runtime.browser.esm.js",default:"./jsx-runtime/dist/emotion-react-jsx-runtime.esm.js"},import:"./jsx-runtime/dist/emotion-react-jsx-runtime.cjs.mjs",default:"./jsx-runtime/dist/emotion-react-jsx-runtime.cjs.js"},"./_isolated-hnrs":{module:{worker:"./_isolated-hnrs/dist/emotion-react-_isolated-hnrs.worker.esm.js",browser:"./_isolated-hnrs/dist/emotion-react-_isolated-hnrs.browser.esm.js",default:"./_isolated-hnrs/dist/emotion-react-_isolated-hnrs.esm.js"},import:"./_isolated-hnrs/dist/emotion-react-_isolated-hnrs.cjs.mjs",default:"./_isolated-hnrs/dist/emotion-react-_isolated-hnrs.cjs.js"},"./jsx-dev-runtime":{module:{worker:"./jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.worker.esm.js",browser:"./jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.browser.esm.js",default:"./jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.esm.js"},import:"./jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.cjs.mjs",default:"./jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.cjs.js"},"./package.json":"./package.json","./types/css-prop":"./types/css-prop.d.ts","./macro":{types:{import:"./macro.d.mts",default:"./macro.d.ts"},default:"./macro.js"}},types:"types/index.d.ts",files:["src","dist","jsx-runtime","jsx-dev-runtime","_isolated-hnrs","types/*.d.ts","macro.*"],sideEffects:!1,author:"Emotion Contributors",license:"MIT",scripts:{"test:typescript":"dtslint types"},dependencies:{"@babel/runtime":"^7.18.3","@emotion/babel-plugin":"^11.11.0","@emotion/cache":"^11.11.0","@emotion/serialize":"^1.1.3","@emotion/use-insertion-effect-with-fallbacks":"^1.0.1","@emotion/utils":"^1.2.1","@emotion/weak-memoize":"^0.3.1","hoist-non-react-statics":"^3.3.1"},peerDependencies:{react:">=16.8.0"},peerDependenciesMeta:{"@types/react":{optional:!0}},devDependencies:{"@definitelytyped/dtslint":"0.0.112","@emotion/css":"11.11.2","@emotion/css-prettifier":"1.1.3","@emotion/server":"11.11.0","@emotion/styled":"11.11.0","html-tag-names":"^1.1.2",react:"16.14.0","svg-tag-names":"^1.1.1",typescript:"^4.5.5"},repository:"https://github.com/emotion-js/emotion/tree/main/packages/react",publishConfig:{access:"public"},"umd:main":"dist/emotion-react.umd.min.js",preconstruct:{entrypoints:["./index.js","./jsx-runtime.js","./jsx-dev-runtime.js","./_isolated-hnrs.js"],umdName:"emotionReact",exports:{envConditions:["browser","worker"],extra:{"./types/css-prop":"./types/css-prop.d.ts","./macro":{types:{import:"./macro.d.mts",default:"./macro.d.ts"},default:"./macro.js"}}}}},xs=!1,ec=mr(function(e,t){process.env.NODE_ENV!=="production"&&!xs&&(e.className||e.css)&&(console.error("It looks like you're using the css prop on Global, did you mean to use the styles prop instead?"),xs=!0);var n=e.styles,r=jt([n],void 0,N.useContext(ut)),i=N.useRef();return ys(function(){var s=t.key+"-global",o=new t.sheet.constructor({key:s,nonce:t.sheet.nonce,container:t.sheet.container,speedy:t.sheet.isSpeedy}),a=!1,l=document.querySelector('style[data-emotion="'+s+" "+r.name+'"]');return t.sheet.tags.length&&(o.before=t.sheet.tags[0]),l!==null&&(a=!0,l.setAttribute("data-emotion",s),o.hydrate([l])),i.current=[o,a],function(){o.flush()}},[t]),ys(function(){var s=i.current,o=s[0],a=s[1];if(a){s[1]=!1;return}if(r.next!==void 0&&pr(t,r.next,!0),o.tags.length){var l=o.tags[o.tags.length-1].nextElementSibling;o.before=l,o.flush()}t.insert("",r,o,!1)},[t,r.name]),null});process.env.NODE_ENV!=="production"&&(ec.displayName="EmotionGlobal");function tc(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return jt(t)}var dm=function(){var t=tc.apply(void 0,arguments),n="animation-"+t.name;return{name:n,styles:"@keyframes "+n+"{"+t.styles+"}",anim:1,toString:function(){return"_EMO_"+this.name+"_"+this.styles+"_EMO_"}}},fm=function e(t){for(var n=t.length,r=0,i="";r<n;r++){var s=t[r];if(s!=null){var o=void 0;switch(typeof s){case"boolean":break;case"object":{if(Array.isArray(s))o=e(s);else{process.env.NODE_ENV!=="production"&&s.styles!==void 0&&s.name!==void 0&&console.error("You have passed styles created with `css` from `@emotion/react` package to the `cx`.\n`cx` is meant to compose class names (strings) so you should convert those styles to a class name by passing them to the `css` received from <ClassNames/> component."),o="";for(var a in s)s[a]&&a&&(o&&(o+=" "),o+=a)}break}default:o=s}o&&(i&&(i+=" "),i+=o)}}return i};function hm(e,t,n){var r=[],i=Ni(e,r,n);return r.length<2?n:i+t(r)}var pm=function(t){var n=t.cache,r=t.serializedArr;return Ri(function(){for(var i=0;i<r.length;i++)pr(n,r[i],!1)}),null},mm=mr(function(e,t){var n=!1,r=[],i=function(){if(n&&process.env.NODE_ENV!=="production")throw new Error("css can only be used during render");for(var c=arguments.length,d=new Array(c),u=0;u<c;u++)d[u]=arguments[u];var h=jt(d,t.registered);return r.push(h),hr(t,h,!1),t.key+"-"+h.name},s=function(){if(n&&process.env.NODE_ENV!=="production")throw new Error("cx can only be used during render");for(var c=arguments.length,d=new Array(c),u=0;u<c;u++)d[u]=arguments[u];return hm(t.registered,i,fm(d))},o={css:i,cx:s,theme:N.useContext(ut)},a=e.children(o);return n=!0,N.createElement(N.Fragment,null,N.createElement(pm,{cache:t,serializedArr:r}),a)});process.env.NODE_ENV!=="production"&&(mm.displayName="EmotionClassNames");if(process.env.NODE_ENV!=="production"){var ws=!0,gm=typeof jest<"u"||typeof vi<"u";if(ws&&!gm){var Ss=typeof globalThis<"u"?globalThis:ws?window:global,Es="__EMOTION_REACT_"+um.version.split(".")[0]+"__";Ss[Es]&&console.warn("You are loading @emotion/react when it is already loaded. Running multiple instances may cause problems. This can happen if multiple versions are used, or if multiple builds of the same version are used."),Ss[Es]=!0}}var ym=cp,vm=function(t){return t!=="theme"},Ts=function(t){return typeof t=="string"&&t.charCodeAt(0)>96?ym:vm},Cs=function(t,n,r){var i;if(n){var s=n.shouldForwardProp;i=t.__emotion_forwardProp&&s?function(o){return t.__emotion_forwardProp(o)&&s(o)}:s}return typeof i!="function"&&r&&(i=t.__emotion_forwardProp),i},_s=`You have illegal escape sequence in your template literal, most likely inside content's property value.
|
|
50
52
|
Because you write your CSS inside a JavaScript string you actually have to do double escaping, so for example "content: '\\00d7';" should become "content: '\\\\00d7';".
|
|
51
53
|
You can read more about this here:
|
|
52
|
-
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#ES2018_revision_of_illegal_escape_sequences`,
|
|
53
|
-
You may have forgotten to import it.`);var r=t.__emotion_real===t,i=r&&t.__emotion_base||t,s,o;n!==void 0&&(s=n.label,o=n.target);var a=
|
|
54
|
+
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#ES2018_revision_of_illegal_escape_sequences`,bm=function(t){var n=t.cache,r=t.serialized,i=t.isStringTag;return hr(n,r,i),Ri(function(){return pr(n,r,i)}),null},xm=function e(t,n){if(process.env.NODE_ENV!=="production"&&t===void 0)throw new Error(`You are trying to create a styled element with an undefined component.
|
|
55
|
+
You may have forgotten to import it.`);var r=t.__emotion_real===t,i=r&&t.__emotion_base||t,s,o;n!==void 0&&(s=n.label,o=n.target);var a=Cs(t,n,r),l=a||Ts(i),c=!l("as");return function(){var d=arguments,u=r&&t.__emotion_styles!==void 0?t.__emotion_styles.slice(0):[];if(s!==void 0&&u.push("label:"+s+";"),d[0]==null||d[0].raw===void 0)u.push.apply(u,d);else{process.env.NODE_ENV!=="production"&&d[0][0]===void 0&&console.error(_s),u.push(d[0][0]);for(var h=d.length,m=1;m<h;m++)process.env.NODE_ENV!=="production"&&d[0][m]===void 0&&console.error(_s),u.push(d[m],d[0][m])}var y=mr(function(f,g,b){var S=c&&f.as||i,x="",E=[],v=f;if(f.theme==null){v={};for(var T in f)v[T]=f[T];v.theme=N.useContext(ut)}typeof f.className=="string"?x=Ni(g.registered,E,f.className):f.className!=null&&(x=f.className+" ");var C=jt(u.concat(E),g.registered,v);x+=g.key+"-"+C.name,o!==void 0&&(x+=" "+o);var P=c&&a===void 0?Ts(S):l,k={};for(var D in f)c&&D==="as"||P(D)&&(k[D]=f[D]);return k.className=x,k.ref=b,N.createElement(N.Fragment,null,N.createElement(bm,{cache:g,serialized:C,isStringTag:typeof S=="string"}),N.createElement(S,k))});return y.displayName=s!==void 0?s:"Styled("+(typeof i=="string"?i:i.displayName||i.name||"Component")+")",y.defaultProps=t.defaultProps,y.__emotion_real=y,y.__emotion_base=i,y.__emotion_styles=u,y.__emotion_forwardProp=a,Object.defineProperty(y,"toString",{value:function(){return o===void 0&&process.env.NODE_ENV!=="production"?"NO_COMPONENT_SELECTOR":"."+o}}),y.withComponent=function(f,g){return e(f,w._extends({},n,g,{shouldForwardProp:Cs(y,g,!0)})).apply(void 0,u)},y}},wm=["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","marquee","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","tspan"],Zr=xm.bind();wm.forEach(function(e){Zr[e]=Zr(e)});let Jr;typeof document=="object"&&(Jr=Yl({key:"css",prepend:!0}));function nc(e){const{injectFirst:t,children:n}=e;return t&&Jr?p.jsx(am,{value:Jr,children:n}):n}process.env.NODE_ENV!=="production"&&(nc.propTypes={children:w.PropTypes.node,injectFirst:w.PropTypes.bool});function Sm(e){return e==null||Object.keys(e).length===0}function rc(e){const{styles:t,defaultTheme:n={}}=e,r=typeof t=="function"?i=>t(Sm(i)?n:i):t;return p.jsx(ec,{styles:r})}process.env.NODE_ENV!=="production"&&(rc.propTypes={defaultTheme:w.PropTypes.object,styles:w.PropTypes.oneOfType([w.PropTypes.array,w.PropTypes.string,w.PropTypes.object,w.PropTypes.func])});/**
|
|
54
56
|
* @mui/styled-engine v5.15.11
|
|
55
57
|
*
|
|
56
58
|
* @license MIT
|
|
57
59
|
* This source code is licensed under the MIT license found in the
|
|
58
60
|
* LICENSE file in the root directory of this source tree.
|
|
59
|
-
*/function
|
|
60
|
-
`)):r.some(s=>s===void 0)&&console.error(`MUI: the styled(${i})(...args) API requires all its args to be defined.`),n(...r)}:n}const
|
|
61
|
-
The following formats are supported: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color().`:(0,
|
|
62
|
-
The following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rgb, rec-2020.`:(0,
|
|
63
|
-
`))}return
|
|
64
|
-
The color object needs to have a \`main\` property or a \`${b}\` property.`:
|
|
61
|
+
*/function Em(e,t){const n=Zr(e,t);return process.env.NODE_ENV!=="production"?(...r)=>{const i=typeof e=="string"?`"${e}"`:"component";return r.length===0?console.error([`MUI: Seems like you called \`styled(${i})()\` without a \`style\` argument.`,'You must provide a `styles` argument: `styled("div")(styleYouForgotToPass)`.'].join(`
|
|
62
|
+
`)):r.some(s=>s===void 0)&&console.error(`MUI: the styled(${i})(...args) API requires all its args to be defined.`),n(...r)}:n}const Tm=(e,t)=>{Array.isArray(e.__emotion_styles)&&(e.__emotion_styles=t(e.__emotion_styles))},Cm=Object.freeze(Object.defineProperty({__proto__:null,GlobalStyles:rc,StyledEngineProvider:nc,ThemeContext:ut,css:tc,default:Em,internal_processStyles:Tm,keyframes:dm},Symbol.toStringTag,{value:"Module"}));function _m(e){return Object.keys(e).length===0}function Pm(e=null){const t=N.useContext(ut);return!t||_m(t)?e:t}const Am=Ai();function km(e=Am){return Pm(e)}function Om({props:e,name:t,defaultTheme:n,themeId:r}){let i=km(n);return r&&(i=i[r]||i),d1({theme:i,name:t,props:e})}const jm=["sx"],Mm=e=>{var t,n;const r={systemProps:{},otherProps:{}},i=(t=e==null||(n=e.theme)==null?void 0:n.unstable_sxConfig)!=null?t:dn;return Object.keys(e).forEach(s=>{i[s]?r.systemProps[s]=e[s]:r.otherProps[s]=e[s]}),r};function Nm(e){const{sx:t}=e,n=w._objectWithoutPropertiesLoose(e,jm),{systemProps:r,otherProps:i}=Mm(n);let s;return Array.isArray(t)?s=[r,...t]:typeof t=="function"?s=(...o)=>{const a=t(...o);return Ke(a)?w._extends({},r,a):r}:s=w._extends({},r,t),w._extends({},i,{sx:s})}const Dm=Object.freeze(Object.defineProperty({__proto__:null,default:Pi,extendSxProp:Nm,unstable_createStyleFunctionSx:Vl,unstable_defaultSxConfig:dn},Symbol.toStringTag,{value:"Module"}));function Rm(e,t){return w._extends({toolbar:{minHeight:56,[e.up("xs")]:{"@media (orientation: landscape)":{minHeight:48}},[e.up("sm")]:{minHeight:64}}},t)}var ee={},ic={exports:{}};(function(e){function t(n){return n&&n.__esModule?n:{default:n}}e.exports=t,e.exports.__esModule=!0,e.exports.default=e.exports})(ic);var oc=ic.exports;const Vm=w.getAugmentedNamespace(Xh),Im=w.getAugmentedNamespace(u1);var sc=oc;Object.defineProperty(ee,"__esModule",{value:!0});ee.alpha=uc;ee.blend=Km;ee.colorChannel=void 0;var Lm=ee.darken=Li;ee.decomposeColor=Te;ee.emphasize=qm;var Ps=ee.getContrastRatio=Hm;ee.getLuminance=Yn;ee.hexToRgb=ac;ee.hslToRgb=cc;var $m=ee.lighten=$i;ee.private_safeAlpha=Um;ee.private_safeColorChannel=void 0;ee.private_safeDarken=Gm;ee.private_safeEmphasize=dc;ee.private_safeLighten=Ym;ee.recomposeColor=Nt;ee.rgbToHex=Wm;var As=sc(Vm),zm=sc(Im);function Ii(e,t=0,n=1){return process.env.NODE_ENV!=="production"&&(e<t||e>n)&&console.error(`MUI: The value provided ${e} is out of range [${t}, ${n}].`),(0,zm.default)(e,t,n)}function ac(e){e=e.slice(1);const t=new RegExp(`.{1,${e.length>=6?2:1}}`,"g");let n=e.match(t);return n&&n[0].length===1&&(n=n.map(r=>r+r)),n?`rgb${n.length===4?"a":""}(${n.map((r,i)=>i<3?parseInt(r,16):Math.round(parseInt(r,16)/255*1e3)/1e3).join(", ")})`:""}function Fm(e){const t=e.toString(16);return t.length===1?`0${t}`:t}function Te(e){if(e.type)return e;if(e.charAt(0)==="#")return Te(ac(e));const t=e.indexOf("("),n=e.substring(0,t);if(["rgb","rgba","hsl","hsla","color"].indexOf(n)===-1)throw new Error(process.env.NODE_ENV!=="production"?`MUI: Unsupported \`${e}\` color.
|
|
63
|
+
The following formats are supported: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color().`:(0,As.default)(9,e));let r=e.substring(t+1,e.length-1),i;if(n==="color"){if(r=r.split(" "),i=r.shift(),r.length===4&&r[3].charAt(0)==="/"&&(r[3]=r[3].slice(1)),["srgb","display-p3","a98-rgb","prophoto-rgb","rec-2020"].indexOf(i)===-1)throw new Error(process.env.NODE_ENV!=="production"?`MUI: unsupported \`${i}\` color space.
|
|
64
|
+
The following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rgb, rec-2020.`:(0,As.default)(10,i))}else r=r.split(",");return r=r.map(s=>parseFloat(s)),{type:n,values:r,colorSpace:i}}const lc=e=>{const t=Te(e);return t.values.slice(0,3).map((n,r)=>t.type.indexOf("hsl")!==-1&&r!==0?`${n}%`:n).join(" ")};ee.colorChannel=lc;const Bm=(e,t)=>{try{return lc(e)}catch{return t&&process.env.NODE_ENV!=="production"&&console.warn(t),e}};ee.private_safeColorChannel=Bm;function Nt(e){const{type:t,colorSpace:n}=e;let{values:r}=e;return t.indexOf("rgb")!==-1?r=r.map((i,s)=>s<3?parseInt(i,10):i):t.indexOf("hsl")!==-1&&(r[1]=`${r[1]}%`,r[2]=`${r[2]}%`),t.indexOf("color")!==-1?r=`${n} ${r.join(" ")}`:r=`${r.join(", ")}`,`${t}(${r})`}function Wm(e){if(e.indexOf("#")===0)return e;const{values:t}=Te(e);return`#${t.map((n,r)=>Fm(r===3?Math.round(255*n):n)).join("")}`}function cc(e){e=Te(e);const{values:t}=e,n=t[0],r=t[1]/100,i=t[2]/100,s=r*Math.min(i,1-i),o=(c,d=(c+n/30)%12)=>i-s*Math.max(Math.min(d-3,9-d,1),-1);let a="rgb";const l=[Math.round(o(0)*255),Math.round(o(8)*255),Math.round(o(4)*255)];return e.type==="hsla"&&(a+="a",l.push(t[3])),Nt({type:a,values:l})}function Yn(e){e=Te(e);let t=e.type==="hsl"||e.type==="hsla"?Te(cc(e)).values:e.values;return t=t.map(n=>(e.type!=="color"&&(n/=255),n<=.03928?n/12.92:((n+.055)/1.055)**2.4)),Number((.2126*t[0]+.7152*t[1]+.0722*t[2]).toFixed(3))}function Hm(e,t){const n=Yn(e),r=Yn(t);return(Math.max(n,r)+.05)/(Math.min(n,r)+.05)}function uc(e,t){return e=Te(e),t=Ii(t),(e.type==="rgb"||e.type==="hsl")&&(e.type+="a"),e.type==="color"?e.values[3]=`/${t}`:e.values[3]=t,Nt(e)}function Um(e,t,n){try{return uc(e,t)}catch{return n&&process.env.NODE_ENV!=="production"&&console.warn(n),e}}function Li(e,t){if(e=Te(e),t=Ii(t),e.type.indexOf("hsl")!==-1)e.values[2]*=1-t;else if(e.type.indexOf("rgb")!==-1||e.type.indexOf("color")!==-1)for(let n=0;n<3;n+=1)e.values[n]*=1-t;return Nt(e)}function Gm(e,t,n){try{return Li(e,t)}catch{return n&&process.env.NODE_ENV!=="production"&&console.warn(n),e}}function $i(e,t){if(e=Te(e),t=Ii(t),e.type.indexOf("hsl")!==-1)e.values[2]+=(100-e.values[2])*t;else if(e.type.indexOf("rgb")!==-1)for(let n=0;n<3;n+=1)e.values[n]+=(255-e.values[n])*t;else if(e.type.indexOf("color")!==-1)for(let n=0;n<3;n+=1)e.values[n]+=(1-e.values[n])*t;return Nt(e)}function Ym(e,t,n){try{return $i(e,t)}catch{return n&&process.env.NODE_ENV!=="production"&&console.warn(n),e}}function qm(e,t=.15){return Yn(e)>.5?Li(e,t):$i(e,t)}function dc(e,t,n){try{return dc(e,t)}catch{return n&&process.env.NODE_ENV!=="production"&&console.warn(n),e}}function Km(e,t,n,r=1){const i=(l,c)=>Math.round((l**(1/r)*(1-n)+c**(1/r)*n)**r),s=Te(e),o=Te(t),a=[i(s.values[0],o.values[0]),i(s.values[1],o.values[1]),i(s.values[2],o.values[2])];return Nt({type:"rgb",values:a})}const Xm={black:"#000",white:"#fff"},nn=Xm,Zm={50:"#fafafa",100:"#f5f5f5",200:"#eeeeee",300:"#e0e0e0",400:"#bdbdbd",500:"#9e9e9e",600:"#757575",700:"#616161",800:"#424242",900:"#212121",A100:"#f5f5f5",A200:"#eeeeee",A400:"#bdbdbd",A700:"#616161"},Jm=Zm,Qm={50:"#f3e5f5",100:"#e1bee7",200:"#ce93d8",300:"#ba68c8",400:"#ab47bc",500:"#9c27b0",600:"#8e24aa",700:"#7b1fa2",800:"#6a1b9a",900:"#4a148c",A100:"#ea80fc",A200:"#e040fb",A400:"#d500f9",A700:"#aa00ff"},ht=Qm,eg={50:"#ffebee",100:"#ffcdd2",200:"#ef9a9a",300:"#e57373",400:"#ef5350",500:"#f44336",600:"#e53935",700:"#d32f2f",800:"#c62828",900:"#b71c1c",A100:"#ff8a80",A200:"#ff5252",A400:"#ff1744",A700:"#d50000"},pt=eg,tg={50:"#fff3e0",100:"#ffe0b2",200:"#ffcc80",300:"#ffb74d",400:"#ffa726",500:"#ff9800",600:"#fb8c00",700:"#f57c00",800:"#ef6c00",900:"#e65100",A100:"#ffd180",A200:"#ffab40",A400:"#ff9100",A700:"#ff6d00"},Ft=tg,ng={50:"#e3f2fd",100:"#bbdefb",200:"#90caf9",300:"#64b5f6",400:"#42a5f5",500:"#2196f3",600:"#1e88e5",700:"#1976d2",800:"#1565c0",900:"#0d47a1",A100:"#82b1ff",A200:"#448aff",A400:"#2979ff",A700:"#2962ff"},mt=ng,rg={50:"#e1f5fe",100:"#b3e5fc",200:"#81d4fa",300:"#4fc3f7",400:"#29b6f6",500:"#03a9f4",600:"#039be5",700:"#0288d1",800:"#0277bd",900:"#01579b",A100:"#80d8ff",A200:"#40c4ff",A400:"#00b0ff",A700:"#0091ea"},gt=rg,ig={50:"#e8f5e9",100:"#c8e6c9",200:"#a5d6a7",300:"#81c784",400:"#66bb6a",500:"#4caf50",600:"#43a047",700:"#388e3c",800:"#2e7d32",900:"#1b5e20",A100:"#b9f6ca",A200:"#69f0ae",A400:"#00e676",A700:"#00c853"},yt=ig,og=["mode","contrastThreshold","tonalOffset"],ks={text:{primary:"rgba(0, 0, 0, 0.87)",secondary:"rgba(0, 0, 0, 0.6)",disabled:"rgba(0, 0, 0, 0.38)"},divider:"rgba(0, 0, 0, 0.12)",background:{paper:nn.white,default:nn.white},action:{active:"rgba(0, 0, 0, 0.54)",hover:"rgba(0, 0, 0, 0.04)",hoverOpacity:.04,selected:"rgba(0, 0, 0, 0.08)",selectedOpacity:.08,disabled:"rgba(0, 0, 0, 0.26)",disabledBackground:"rgba(0, 0, 0, 0.12)",disabledOpacity:.38,focus:"rgba(0, 0, 0, 0.12)",focusOpacity:.12,activatedOpacity:.12}},jr={text:{primary:nn.white,secondary:"rgba(255, 255, 255, 0.7)",disabled:"rgba(255, 255, 255, 0.5)",icon:"rgba(255, 255, 255, 0.5)"},divider:"rgba(255, 255, 255, 0.12)",background:{paper:"#121212",default:"#121212"},action:{active:nn.white,hover:"rgba(255, 255, 255, 0.08)",hoverOpacity:.08,selected:"rgba(255, 255, 255, 0.16)",selectedOpacity:.16,disabled:"rgba(255, 255, 255, 0.3)",disabledBackground:"rgba(255, 255, 255, 0.12)",disabledOpacity:.38,focus:"rgba(255, 255, 255, 0.12)",focusOpacity:.12,activatedOpacity:.24}};function Os(e,t,n,r){const i=r.light||r,s=r.dark||r*1.5;e[t]||(e.hasOwnProperty(n)?e[t]=e[n]:t==="light"?e.light=$m(e.main,i):t==="dark"&&(e.dark=Lm(e.main,s)))}function sg(e="light"){return e==="dark"?{main:mt[200],light:mt[50],dark:mt[400]}:{main:mt[700],light:mt[400],dark:mt[800]}}function ag(e="light"){return e==="dark"?{main:ht[200],light:ht[50],dark:ht[400]}:{main:ht[500],light:ht[300],dark:ht[700]}}function lg(e="light"){return e==="dark"?{main:pt[500],light:pt[300],dark:pt[700]}:{main:pt[700],light:pt[400],dark:pt[800]}}function cg(e="light"){return e==="dark"?{main:gt[400],light:gt[300],dark:gt[700]}:{main:gt[700],light:gt[500],dark:gt[900]}}function ug(e="light"){return e==="dark"?{main:yt[400],light:yt[300],dark:yt[700]}:{main:yt[800],light:yt[500],dark:yt[900]}}function dg(e="light"){return e==="dark"?{main:Ft[400],light:Ft[300],dark:Ft[700]}:{main:"#ed6c02",light:Ft[500],dark:Ft[900]}}function fg(e){const{mode:t="light",contrastThreshold:n=3,tonalOffset:r=.2}=e,i=w._objectWithoutPropertiesLoose(e,og),s=e.primary||sg(t),o=e.secondary||ag(t),a=e.error||lg(t),l=e.info||cg(t),c=e.success||ug(t),d=e.warning||dg(t);function u(f){const g=Ps(f,jr.text.primary)>=n?jr.text.primary:ks.text.primary;if(process.env.NODE_ENV!=="production"){const b=Ps(f,g);b<3&&console.error([`MUI: The contrast ratio of ${b}:1 for ${g} on ${f}`,"falls below the WCAG recommended absolute minimum contrast ratio of 3:1.","https://www.w3.org/TR/2008/REC-WCAG20-20081211/#visual-audio-contrast-contrast"].join(`
|
|
65
|
+
`))}return g}const h=({color:f,name:g,mainShade:b=500,lightShade:S=300,darkShade:x=700})=>{if(f=w._extends({},f),!f.main&&f[b]&&(f.main=f[b]),!f.hasOwnProperty("main"))throw new Error(process.env.NODE_ENV!=="production"?`MUI: The color${g?` (${g})`:""} provided to augmentColor(color) is invalid.
|
|
66
|
+
The color object needs to have a \`main\` property or a \`${b}\` property.`:Jt(11,g?` (${g})`:"",b));if(typeof f.main!="string")throw new Error(process.env.NODE_ENV!=="production"?`MUI: The color${g?` (${g})`:""} provided to augmentColor(color) is invalid.
|
|
65
67
|
\`color.main\` should be a string, but \`${JSON.stringify(f.main)}\` was provided instead.
|
|
66
68
|
|
|
67
69
|
Did you intend to use one of the following approaches?
|
|
@@ -74,6 +76,6 @@ const theme1 = createTheme({ palette: {
|
|
|
74
76
|
|
|
75
77
|
const theme2 = createTheme({ palette: {
|
|
76
78
|
primary: { main: green[500] },
|
|
77
|
-
} });`:
|
|
78
|
-
`)),Object.keys(c).length!==0&&console.error(`MUI: Unrecognized argument(s) [${Object.keys(c).join(",")}].`)}return(Array.isArray(i)?i:[i]).map(d=>`${d} ${typeof o=="string"?o:
|
|
79
|
-
`))}h[y]={}}}};Object.keys(c.components).forEach(h=>{const p=c.components[h].styleOverrides;p&&h.indexOf("Mui")===0&&u(p,h)})}return c.unstable_sxConfig=E._extends({},un,o==null?void 0:o.unstable_sxConfig),c.unstable_sx=function(u){return Pi({sx:u,theme:this})},c}const x2=b2(),cc=x2,uc="$$material";function w2({props:e,name:t}){return xm({props:e,name:t,defaultTheme:cc,themeId:uc})}var fn={};const S2=E.getAugmentedNamespace(E._extends$1),E2=E.getAugmentedNamespace(E.objectWithoutPropertiesLoose),T2=E.getAugmentedNamespace(mm),C2=E.getAugmentedNamespace($h),P2=E.getAugmentedNamespace(Yh),_2=E.getAugmentedNamespace(Hh),A2=E.getAugmentedNamespace(Z1),O2=E.getAugmentedNamespace(Tm);var Dt=nc;Object.defineProperty(fn,"__esModule",{value:!0});var k2=fn.default=H2,M2=fn.shouldForwardProp=An;fn.systemDefaultTheme=void 0;var Se=Dt(S2),Jr=Dt(E2),jo=z2(T2),j2=C2,R2=Dt(P2),D2=Dt(_2),N2=Dt(A2),V2=Dt(O2);const I2=["ownerState"],L2=["variants"],$2=["name","slot","skipVariantsResolver","skipSx","overridesResolver"];function dc(e){if(typeof WeakMap!="function")return null;var t=new WeakMap,n=new WeakMap;return(dc=function(r){return r?n:t})(e)}function z2(e,t){if(!t&&e&&e.__esModule)return e;if(e===null||typeof e!="object"&&typeof e!="function")return{default:e};var n=dc(t);if(n&&n.has(e))return n.get(e);var r={__proto__:null},i=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var s in e)if(s!=="default"&&Object.prototype.hasOwnProperty.call(e,s)){var o=i?Object.getOwnPropertyDescriptor(e,s):null;o&&(o.get||o.set)?Object.defineProperty(r,s,o):r[s]=e[s]}return r.default=e,n&&n.set(e,r),r}function F2(e){return Object.keys(e).length===0}function B2(e){return typeof e=="string"&&e.charCodeAt(0)>96}function An(e){return e!=="ownerState"&&e!=="theme"&&e!=="sx"&&e!=="as"}const W2=fn.systemDefaultTheme=(0,N2.default)(),Ro=e=>e&&e.charAt(0).toLowerCase()+e.slice(1);function wn({defaultTheme:e,theme:t,themeId:n}){return F2(t)?e:t[n]||t}function U2(e){return e?(t,n)=>n[e]:null}function On(e,t){let{ownerState:n}=t,r=(0,Jr.default)(t,I2);const i=typeof e=="function"?e((0,Se.default)({ownerState:n},r)):e;if(Array.isArray(i))return i.flatMap(s=>On(s,(0,Se.default)({ownerState:n},r)));if(i&&typeof i=="object"&&Array.isArray(i.variants)){const{variants:s=[]}=i;let a=(0,Jr.default)(i,L2);return s.forEach(l=>{let c=!0;typeof l.props=="function"?c=l.props((0,Se.default)({ownerState:n},r,n)):Object.keys(l.props).forEach(d=>{(n==null?void 0:n[d])!==l.props[d]&&r[d]!==l.props[d]&&(c=!1)}),c&&(Array.isArray(a)||(a=[a]),a.push(typeof l.style=="function"?l.style((0,Se.default)({ownerState:n},r,n)):l.style))}),a}return i}function H2(e={}){const{themeId:t,defaultTheme:n=W2,rootShouldForwardProp:r=An,slotShouldForwardProp:i=An}=e,s=o=>(0,V2.default)((0,Se.default)({},o,{theme:wn((0,Se.default)({},o,{defaultTheme:n,themeId:t}))}));return s.__mui_systemSx=!0,(o,a={})=>{(0,jo.internal_processStyles)(o,v=>v.filter(T=>!(T!=null&&T.__mui_systemSx)));const{name:l,slot:c,skipVariantsResolver:d,skipSx:u,overridesResolver:h=U2(Ro(c))}=a,p=(0,Jr.default)(a,$2),y=d!==void 0?d:c&&c!=="Root"&&c!=="root"||!1,f=u||!1;let m;process.env.NODE_ENV!=="production"&&l&&(m=`${l}-${Ro(c||"Root")}`);let b=An;c==="Root"||c==="root"?b=r:c?b=i:B2(o)&&(b=void 0);const w=(0,jo.default)(o,(0,Se.default)({shouldForwardProp:b,label:m},p)),x=v=>typeof v=="function"&&v.__emotion_real!==v||(0,j2.isPlainObject)(v)?T=>On(v,(0,Se.default)({},T,{theme:wn({theme:T.theme,defaultTheme:n,themeId:t})})):v,S=(v,...T)=>{let C=x(v);const _=T?T.map(x):[];l&&h&&_.push(M=>{const N=wn((0,Se.default)({},M,{defaultTheme:n,themeId:t}));if(!N.components||!N.components[l]||!N.components[l].styleOverrides)return null;const q=N.components[l].styleOverrides,U={};return Object.entries(q).forEach(([ce,H])=>{U[ce]=On(H,(0,Se.default)({},M,{theme:N}))}),h(M,U)}),l&&!y&&_.push(M=>{var N;const q=wn((0,Se.default)({},M,{defaultTheme:n,themeId:t})),U=q==null||(N=q.components)==null||(N=N[l])==null?void 0:N.variants;return On({variants:U},(0,Se.default)({},M,{theme:q}))}),f||_.push(s);const O=_.length-T.length;if(Array.isArray(v)&&O>0){const M=new Array(O).fill("");C=[...v,...M],C.raw=[...v.raw,...M]}const D=w(C,..._);if(process.env.NODE_ENV!=="production"){let M;l&&(M=`${l}${(0,R2.default)(c||"")}`),M===void 0&&(M=`Styled(${(0,D2.default)(o)})`),D.displayName=M}return o.muiName&&(D.muiName=o.muiName),D};return w.withConfig&&(S.withConfig=w.withConfig),S}}const Y2=e=>M2(e)&&e!=="classes",G2=k2({themeId:uc,defaultTheme:cc,rootShouldForwardProp:Y2}),q2=G2;function K2(e){return Ei("MuiSvgIcon",e)}Jh("MuiSvgIcon",["root","colorPrimary","colorSecondary","colorAction","colorError","colorDisabled","fontSizeInherit","fontSizeSmall","fontSizeMedium","fontSizeLarge"]);const X2=["children","className","color","component","fontSize","htmlColor","inheritViewBox","titleAccess","viewBox"],Z2=e=>{const{color:t,fontSize:n,classes:r}=e,i={root:["root",t!=="inherit"&&`color${at(t)}`,`fontSize${at(n)}`]};return Gh(i,K2,r)},J2=q2("svg",{name:"MuiSvgIcon",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,n.color!=="inherit"&&t[`color${at(n.color)}`],t[`fontSize${at(n.fontSize)}`]]}})(({theme:e,ownerState:t})=>{var n,r,i,s,o,a,l,c,d,u,h,p,y;return{userSelect:"none",width:"1em",height:"1em",display:"inline-block",fill:t.hasSvgAsChild?void 0:"currentColor",flexShrink:0,transition:(n=e.transitions)==null||(r=n.create)==null?void 0:r.call(n,"fill",{duration:(i=e.transitions)==null||(i=i.duration)==null?void 0:i.shorter}),fontSize:{inherit:"inherit",small:((s=e.typography)==null||(o=s.pxToRem)==null?void 0:o.call(s,20))||"1.25rem",medium:((a=e.typography)==null||(l=a.pxToRem)==null?void 0:l.call(a,24))||"1.5rem",large:((c=e.typography)==null||(d=c.pxToRem)==null?void 0:d.call(c,35))||"2.1875rem"}[t.fontSize],color:(u=(h=(e.vars||e).palette)==null||(h=h[t.color])==null?void 0:h.main)!=null?u:{action:(p=(e.vars||e).palette)==null||(p=p.action)==null?void 0:p.active,disabled:(y=(e.vars||e).palette)==null||(y=y.action)==null?void 0:y.disabled,inherit:void 0}[t.color]}}),$i=R.forwardRef(function(t,n){const r=w2({props:t,name:"MuiSvgIcon"}),{children:i,className:s,color:o="inherit",component:a="svg",fontSize:l="medium",htmlColor:c,inheritViewBox:d=!1,titleAccess:u,viewBox:h="0 0 24 24"}=r,p=E._objectWithoutPropertiesLoose(r,X2),y=R.isValidElement(i)&&i.type==="svg",f=E._extends({},r,{color:o,component:a,fontSize:l,instanceFontSize:t.fontSize,inheritViewBox:d,viewBox:h,hasSvgAsChild:y}),m={};d||(m.viewBox=h);const b=Z2(f);return g.jsxs(J2,E._extends({as:a,className:E.clsx(b.root,s),focusable:"false",color:c,"aria-hidden":u?void 0:!0,role:u?"img":void 0,ref:n},m,p,y&&i.props,{ownerState:f,children:[y?i.props.children:i,u?g.jsx("title",{children:u}):null]}))});process.env.NODE_ENV!=="production"&&($i.propTypes={children:E.PropTypes.node,classes:E.PropTypes.object,className:E.PropTypes.string,color:E.PropTypes.oneOfType([E.PropTypes.oneOf(["inherit","action","disabled","primary","secondary","error","info","success","warning"]),E.PropTypes.string]),component:E.PropTypes.elementType,fontSize:E.PropTypes.oneOfType([E.PropTypes.oneOf(["inherit","large","medium","small"]),E.PropTypes.string]),htmlColor:E.PropTypes.string,inheritViewBox:E.PropTypes.bool,shapeRendering:E.PropTypes.string,sx:E.PropTypes.oneOfType([E.PropTypes.arrayOf(E.PropTypes.oneOfType([E.PropTypes.func,E.PropTypes.object,E.PropTypes.bool])),E.PropTypes.func,E.PropTypes.object]),titleAccess:E.PropTypes.string,viewBox:E.PropTypes.string});$i.muiName="SvgIcon";const Do=$i;function Q2(e,t){function n(r,i){return g.jsx(Do,E._extends({"data-testid":`${t}Icon`,ref:i},r,{children:e}))}return process.env.NODE_ENV!=="production"&&(n.displayName=`${t}Icon`),n.muiName=Do.muiName,R.memo(R.forwardRef(n))}const eg=Q2(g.jsx("path",{d:"m7 10 5 5 5-5z"}),"ArrowDropDown");function No(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}var Vo=Number.isNaN||function(t){return typeof t=="number"&&t!==t};function tg(e,t){return!!(e===t||Vo(e)&&Vo(t))}function ng(e,t){if(e.length!==t.length)return!1;for(var n=0;n<e.length;n++)if(!tg(e[n],t[n]))return!1;return!0}function Mr(e,t){t===void 0&&(t=ng);var n,r=[],i,s=!1;function o(){for(var a=[],l=0;l<arguments.length;l++)a[l]=arguments[l];return s&&n===this&&t(a,r)||(i=e.apply(this,a),s=!0,n=this,r=a),i}return o}var rg=typeof performance=="object"&&typeof performance.now=="function",Io=rg?function(){return performance.now()}:function(){return Date.now()};function Lo(e){cancelAnimationFrame(e.id)}function ig(e,t){var n=Io();function r(){Io()-n>=t?e.call(null):i.id=requestAnimationFrame(r)}var i={id:requestAnimationFrame(r)};return i}var jr=-1;function $o(e){if(e===void 0&&(e=!1),jr===-1||e){var t=document.createElement("div"),n=t.style;n.width="50px",n.height="50px",n.overflow="scroll",document.body.appendChild(t),jr=t.offsetWidth-t.clientWidth,document.body.removeChild(t)}return jr}var vt=null;function zo(e){if(e===void 0&&(e=!1),vt===null||e){var t=document.createElement("div"),n=t.style;n.width="50px",n.height="50px",n.overflow="scroll",n.direction="rtl";var r=document.createElement("div"),i=r.style;return i.width="100px",i.height="100px",t.appendChild(r),document.body.appendChild(t),t.scrollLeft>0?vt="positive-descending":(t.scrollLeft=1,t.scrollLeft===0?vt="negative":vt="positive-ascending"),document.body.removeChild(t),vt}return vt}process.env.NODE_ENV;var sg=150,og=function(t,n){return t},kn=null,Mn=null;process.env.NODE_ENV!=="production"&&typeof window<"u"&&typeof window.WeakSet<"u"&&(kn=new WeakSet,Mn=new WeakSet);function ag(e){var t,n=e.getItemOffset,r=e.getEstimatedTotalSize,i=e.getItemSize,s=e.getOffsetForIndexAndAlignment,o=e.getStartIndexForOffset,a=e.getStopIndexForStartIndex,l=e.initInstanceProps,c=e.shouldResetStyleCacheOnItemSizeChange,d=e.validateProps;return t=function(u){E._inheritsLoose(h,u);function h(y){var f;return f=u.call(this,y)||this,f._instanceProps=l(f.props,No(f)),f._outerRef=void 0,f._resetIsScrollingTimeoutId=null,f.state={instance:No(f),isScrolling:!1,scrollDirection:"forward",scrollOffset:typeof f.props.initialScrollOffset=="number"?f.props.initialScrollOffset:0,scrollUpdateWasRequested:!1},f._callOnItemsRendered=void 0,f._callOnItemsRendered=Mr(function(m,b,w,x){return f.props.onItemsRendered({overscanStartIndex:m,overscanStopIndex:b,visibleStartIndex:w,visibleStopIndex:x})}),f._callOnScroll=void 0,f._callOnScroll=Mr(function(m,b,w){return f.props.onScroll({scrollDirection:m,scrollOffset:b,scrollUpdateWasRequested:w})}),f._getItemStyle=void 0,f._getItemStyle=function(m){var b=f.props,w=b.direction,x=b.itemSize,S=b.layout,v=f._getItemStyleCache(c&&x,c&&S,c&&w),T;if(v.hasOwnProperty(m))T=v[m];else{var C=n(f.props,m,f._instanceProps),_=i(f.props,m,f._instanceProps),O=w==="horizontal"||S==="horizontal",D=w==="rtl",M=O?C:0;v[m]=T={position:"absolute",left:D?void 0:M,right:D?M:void 0,top:O?0:C,height:O?"100%":_,width:O?_:"100%"}}return T},f._getItemStyleCache=void 0,f._getItemStyleCache=Mr(function(m,b,w){return{}}),f._onScrollHorizontal=function(m){var b=m.currentTarget,w=b.clientWidth,x=b.scrollLeft,S=b.scrollWidth;f.setState(function(v){if(v.scrollOffset===x)return null;var T=f.props.direction,C=x;if(T==="rtl")switch(zo()){case"negative":C=-x;break;case"positive-descending":C=S-w-x;break}return C=Math.max(0,Math.min(C,S-w)),{isScrolling:!0,scrollDirection:v.scrollOffset<C?"forward":"backward",scrollOffset:C,scrollUpdateWasRequested:!1}},f._resetIsScrollingDebounced)},f._onScrollVertical=function(m){var b=m.currentTarget,w=b.clientHeight,x=b.scrollHeight,S=b.scrollTop;f.setState(function(v){if(v.scrollOffset===S)return null;var T=Math.max(0,Math.min(S,x-w));return{isScrolling:!0,scrollDirection:v.scrollOffset<T?"forward":"backward",scrollOffset:T,scrollUpdateWasRequested:!1}},f._resetIsScrollingDebounced)},f._outerRefSetter=function(m){var b=f.props.outerRef;f._outerRef=m,typeof b=="function"?b(m):b!=null&&typeof b=="object"&&b.hasOwnProperty("current")&&(b.current=m)},f._resetIsScrollingDebounced=function(){f._resetIsScrollingTimeoutId!==null&&Lo(f._resetIsScrollingTimeoutId),f._resetIsScrollingTimeoutId=ig(f._resetIsScrolling,sg)},f._resetIsScrolling=function(){f._resetIsScrollingTimeoutId=null,f.setState({isScrolling:!1},function(){f._getItemStyleCache(-1,null)})},f}h.getDerivedStateFromProps=function(f,m){return lg(f,m),d(f),null};var p=h.prototype;return p.scrollTo=function(f){f=Math.max(0,f),this.setState(function(m){return m.scrollOffset===f?null:{scrollDirection:m.scrollOffset<f?"forward":"backward",scrollOffset:f,scrollUpdateWasRequested:!0}},this._resetIsScrollingDebounced)},p.scrollToItem=function(f,m){m===void 0&&(m="auto");var b=this.props,w=b.itemCount,x=b.layout,S=this.state.scrollOffset;f=Math.max(0,Math.min(f,w-1));var v=0;if(this._outerRef){var T=this._outerRef;x==="vertical"?v=T.scrollWidth>T.clientWidth?$o():0:v=T.scrollHeight>T.clientHeight?$o():0}this.scrollTo(s(this.props,f,m,S,this._instanceProps,v))},p.componentDidMount=function(){var f=this.props,m=f.direction,b=f.initialScrollOffset,w=f.layout;if(typeof b=="number"&&this._outerRef!=null){var x=this._outerRef;m==="horizontal"||w==="horizontal"?x.scrollLeft=b:x.scrollTop=b}this._callPropsCallbacks()},p.componentDidUpdate=function(){var f=this.props,m=f.direction,b=f.layout,w=this.state,x=w.scrollOffset,S=w.scrollUpdateWasRequested;if(S&&this._outerRef!=null){var v=this._outerRef;if(m==="horizontal"||b==="horizontal")if(m==="rtl")switch(zo()){case"negative":v.scrollLeft=-x;break;case"positive-ascending":v.scrollLeft=x;break;default:var T=v.clientWidth,C=v.scrollWidth;v.scrollLeft=C-T-x;break}else v.scrollLeft=x;else v.scrollTop=x}this._callPropsCallbacks()},p.componentWillUnmount=function(){this._resetIsScrollingTimeoutId!==null&&Lo(this._resetIsScrollingTimeoutId)},p.render=function(){var f=this.props,m=f.children,b=f.className,w=f.direction,x=f.height,S=f.innerRef,v=f.innerElementType,T=f.innerTagName,C=f.itemCount,_=f.itemData,O=f.itemKey,D=O===void 0?og:O,M=f.layout,N=f.outerElementType,q=f.outerTagName,U=f.style,ce=f.useIsScrolling,H=f.width,oe=this.state.isScrolling,ae=w==="horizontal"||M==="horizontal",pe=ae?this._onScrollHorizontal:this._onScrollVertical,ke=this._getRangeToRender(),W=ke[0],Pe=ke[1],Ne=[];if(C>0)for(var be=W;be<=Pe;be++)Ne.push(P.createElement(m,{data:_,key:D(be,_),index:be,isScrolling:ce?oe:void 0,style:this._getItemStyle(be)}));var Ve=r(this.props,this._instanceProps);return P.createElement(N||q||"div",{className:b,onScroll:pe,ref:this._outerRefSetter,style:E._extends({position:"relative",height:x,width:H,overflow:"auto",WebkitOverflowScrolling:"touch",willChange:"transform",direction:w},U)},P.createElement(v||T||"div",{children:Ne,ref:S,style:{height:ae?"100%":Ve,pointerEvents:oe?"none":void 0,width:ae?Ve:"100%"}}))},p._callPropsCallbacks=function(){if(typeof this.props.onItemsRendered=="function"){var f=this.props.itemCount;if(f>0){var m=this._getRangeToRender(),b=m[0],w=m[1],x=m[2],S=m[3];this._callOnItemsRendered(b,w,x,S)}}if(typeof this.props.onScroll=="function"){var v=this.state,T=v.scrollDirection,C=v.scrollOffset,_=v.scrollUpdateWasRequested;this._callOnScroll(T,C,_)}},p._getRangeToRender=function(){var f=this.props,m=f.itemCount,b=f.overscanCount,w=this.state,x=w.isScrolling,S=w.scrollDirection,v=w.scrollOffset;if(m===0)return[0,0,0,0];var T=o(this.props,v,this._instanceProps),C=a(this.props,T,v,this._instanceProps),_=!x||S==="backward"?Math.max(1,b):1,O=!x||S==="forward"?Math.max(1,b):1;return[Math.max(0,T-_),Math.max(0,Math.min(m-1,C+O)),T,C]},h}(P.PureComponent),t.defaultProps={direction:"ltr",itemData:void 0,layout:"vertical",overscanCount:2,useIsScrolling:!1},t}var lg=function(t,n){var r=t.children,i=t.direction,s=t.height,o=t.layout,a=t.innerTagName,l=t.outerTagName,c=t.width,d=n.instance;if(process.env.NODE_ENV!=="production"){(a!=null||l!=null)&&Mn&&!Mn.has(d)&&(Mn.add(d),console.warn("The innerTagName and outerTagName props have been deprecated. Please use the innerElementType and outerElementType props instead."));var u=i==="horizontal"||o==="horizontal";switch(i){case"horizontal":case"vertical":kn&&!kn.has(d)&&(kn.add(d),console.warn('The direction prop should be either "ltr" (default) or "rtl". Please use the layout prop to specify "vertical" (default) or "horizontal" orientation.'));break;case"ltr":case"rtl":break;default:throw Error('An invalid "direction" prop has been specified. Value should be either "ltr" or "rtl". '+('"'+i+'" was specified.'))}switch(o){case"horizontal":case"vertical":break;default:throw Error('An invalid "layout" prop has been specified. Value should be either "horizontal" or "vertical". '+('"'+o+'" was specified.'))}if(r==null)throw Error('An invalid "children" prop has been specified. Value should be a React component. '+('"'+(r===null?"null":typeof r)+'" was specified.'));if(u&&typeof c!="number")throw Error('An invalid "width" prop has been specified. Horizontal lists must specify a number for width. '+('"'+(c===null?"null":typeof c)+'" was specified.'));if(!u&&typeof s!="number")throw Error('An invalid "height" prop has been specified. Vertical lists must specify a number for height. '+('"'+(s===null?"null":typeof s)+'" was specified.'))}},cg=50,Ct=function(t,n,r){var i=t,s=i.itemSize,o=r.itemMetadataMap,a=r.lastMeasuredIndex;if(n>a){var l=0;if(a>=0){var c=o[a];l=c.offset+c.size}for(var d=a+1;d<=n;d++){var u=s(d);o[d]={offset:l,size:u},l+=u}r.lastMeasuredIndex=n}return o[n]},ug=function(t,n,r){var i=n.itemMetadataMap,s=n.lastMeasuredIndex,o=s>0?i[s].offset:0;return o>=r?fc(t,n,s,0,r):dg(t,n,Math.max(0,s),r)},fc=function(t,n,r,i,s){for(;i<=r;){var o=i+Math.floor((r-i)/2),a=Ct(t,o,n).offset;if(a===s)return o;a<s?i=o+1:a>s&&(r=o-1)}return i>0?i-1:0},dg=function(t,n,r,i){for(var s=t.itemCount,o=1;r<s&&Ct(t,r,n).offset<i;)r+=o,o*=2;return fc(t,n,Math.min(r,s-1),Math.floor(r/2),i)},Fo=function(t,n){var r=t.itemCount,i=n.itemMetadataMap,s=n.estimatedItemSize,o=n.lastMeasuredIndex,a=0;if(o>=r&&(o=r-1),o>=0){var l=i[o];a=l.offset+l.size}var c=r-o-1,d=c*s;return a+d},fg=ag({getItemOffset:function(t,n,r){return Ct(t,n,r).offset},getItemSize:function(t,n,r){return r.itemMetadataMap[n].size},getEstimatedTotalSize:Fo,getOffsetForIndexAndAlignment:function(t,n,r,i,s,o){var a=t.direction,l=t.height,c=t.layout,d=t.width,u=a==="horizontal"||c==="horizontal",h=u?d:l,p=Ct(t,n,s),y=Fo(t,s),f=Math.max(0,Math.min(y-h,p.offset)),m=Math.max(0,p.offset-h+p.size+o);switch(r==="smart"&&(i>=m-h&&i<=f+h?r="auto":r="center"),r){case"start":return f;case"end":return m;case"center":return Math.round(m+(f-m)/2);case"auto":default:return i>=m&&i<=f?i:i<m?m:f}},getStartIndexForOffset:function(t,n,r){return ug(t,r,n)},getStopIndexForStartIndex:function(t,n,r,i){for(var s=t.direction,o=t.height,a=t.itemCount,l=t.layout,c=t.width,d=s==="horizontal"||l==="horizontal",u=d?c:o,h=Ct(t,n,i),p=r+u,y=h.offset+h.size,f=n;f<a-1&&y<p;)f++,y+=Ct(t,f,i).size;return f},initInstanceProps:function(t,n){var r=t,i=r.estimatedItemSize,s={itemMetadataMap:{},estimatedItemSize:i||cg,lastMeasuredIndex:-1};return n.resetAfterIndex=function(o,a){a===void 0&&(a=!0),s.lastMeasuredIndex=Math.min(s.lastMeasuredIndex,o-1),n._getItemStyleCache(-1),a&&n.forceUpdate()},s},shouldResetStyleCacheOnItemSizeChange:!1,validateProps:function(t){var n=t.itemSize;if(process.env.NODE_ENV!=="production"&&typeof n!="function")throw Error('An invalid "itemSize" prop has been specified. Value should be a function. '+('"'+(n===null?"null":typeof n)+'" was specified.'))}});function jn(e,t){return t?e:void 0}function Qr(e){return g.jsx(L.Stack,{sx:{cursor:"pointer"},onClick:t=>{var n;t.preventDefault(),t.stopPropagation(),(n=e.onClick)==null||n.call(e,e.option)},...e.stackProps,children:g.jsx(L.Stack,{sx:{p:1,transition:"0.2s",borderRadius:"5px",cursor:"pointer",...jn({backgroundColor:"#eeeeee80"},e.select),":hover":{backgroundColor:"#eeeeee80",borderColor:"transparent"}},children:e.renderOption(e.option)})})}const Gn=37,hg=(e,t)=>{const o=document.createElement("p");o.innerText=t,o.style.width=`${e-16-16-4}px`,document.body.appendChild(o);const a=o.offsetHeight;return document.body.removeChild(o),a>21?Gn+21:Gn};function pg(e){const[t,n]=P.useState(!1),[r,i]=P.useState(""),[s,o]=P.useState(""),[a,l]=P.useState(!1),{isRequired:c=!1}=e,d=P.useCallback(E._.debounce(S=>{var v;(v=e.handleChangeSearch)==null||v.call(e,S)},300),[e.handleChangeSearch]),u=()=>{n(!t)},h=()=>{n(!1)};P.useEffect(()=>{i(e.value?e.getOptionLabel(e.value):"")},[e.value]),P.useEffect(()=>{t||i(e.value?e.getOptionLabel(e.value):"")},[t]),P.useEffect(()=>{l(e.searchLoading)},[e.paging.rows,e.searchLoading]);const p=e.paging.rows,{hasNextPage:y}=e,f=y?p.length+1:p.length,m=()=>e.isNextPageLoading?void 0:e.loadNextPage(s),b=S=>!y||S<p.length,w=S=>{i(S.target.value),t&&(o(S.target.value),d(S.target.value),l(!0))},x=P.useRef(null);return g.jsx(L.ClickAwayListener,{onClickAway:h,mouseEvent:"onMouseDown",touchEvent:"onTouchEnd",children:g.jsx("div",{ref:x,style:{width:e.wrapperWidth??"auto"},children:g.jsxs(L.Stack,{sx:{position:"relative"},children:[g.jsx(L.TextField,{required:c,label:e.label,value:r,disabled:e.loading||e.disabled||e.readOnly,fullWidth:!0,error:e.error,helperText:e.helperText,onClick:S=>{e.loading||e.disabled||e.readOnly||(S.preventDefault(),S.stopPropagation(),n(!0))},autoComplete:"off",onChange:w,placeholder:e.placeholder||"All options",sx:{"& input:not(:focus)":{"&::placeholder":{color:e.placeHolderColor||"#C5C5C5",opacity:1}}},InputProps:{readOnly:e.readOnly,endAdornment:g.jsx(L.IconButton,{size:"small",sx:{padding:"1px"},onClick:S=>{S.preventDefault(),S.stopPropagation(),u()},disabled:e.loading||e.disabled||e.readOnly,children:e.loading?g.jsx(L.CircularProgress,{size:"16px"}):g.jsx(eg,{fontSize:"small",style:{transition:"0.3s"},className:t?"rotate":""})})}}),g.jsx(L.Fade,{in:t,timeout:0,unmountOnExit:!1,children:g.jsxs(L.Paper,{sx:{position:"absolute",top:"calc(100% + 2px)",zIndex:2,left:0,right:0,p:1},children:[!e.disabledAllOption&&g.jsx(L.Stack,{sx:{...jn({display:"none"},!!a)},children:g.jsx(L.Stack,{children:g.jsx(Qr,{option:void 0,select:!e.value,renderOption:()=>g.jsx(L.Typography,{children:e.placeholder||"All options"}),onClick:()=>{var S,v;h(),(S=e.onChange)==null||S.call(e,void 0),(v=e.handleChangeSearch)==null||v.call(e,"")}})})}),!a&&g.jsx(E.InfiniteLoader,{isItemLoaded:b,itemCount:f,loadMoreItems:m,threshold:5,children:({onItemsRendered:S,ref:v})=>g.jsx(fg,{ref:v,onItemsRendered:S,height:Gn*Math.min(e.itemsNumber||6,f),itemCount:f,itemSize:T=>{var C;return hg((C=x.current)==null?void 0:C.offsetWidth,p[T]?e.getOptionLabel(p[T]):"")},width:"100%",className:"styled-scroll",children:({index:T,style:C})=>{var O;const _=p[T];return b(T)?g.jsx(Qr,{stackProps:{style:C},option:_,renderOption:D=>{var M;return g.jsxs(L.Stack,{direction:"row",alignItems:"center",justifyContent:"space-between",children:[g.jsx(L.Typography,{children:e.getOptionLabel(D)}),(M=e.renderOptionTooltip)==null?void 0:M.call(e,D)]})},onClick:D=>{var M;h(),(M=e.onChange)==null||M.call(e,D)},select:((O=e.isEqual)==null?void 0:O.call(e,_,e.value))??E._.isEqual(_,e.value)}):g.jsx(L.Stack,{style:C,sx:{height:Gn,pl:1},justifyContent:"center",children:g.jsx(L.Typography,{children:"Loading..."})})}})}),g.jsx(L.Stack,{sx:{height:30,display:"flex",justifyContent:"center",paddingLeft:"5px",...jn({display:"none"},!a)},children:g.jsx(L.Typography,{color:"grayText",children:"Searching..."})}),g.jsx(L.Stack,{sx:{height:30,display:"flex",justifyContent:"center",paddingLeft:"5px",...jn({display:"none"},!!(p.length||e.loading||a))},children:g.jsx(L.Typography,{color:"grayText",children:"No options"})})]})})]})})})}function mg(e){var d;const{listProps:t}=e,[n,r]=P.useState({initLoading:!e.disabled,searchLoading:!1,hasNextPage:!1,isNextPageLoading:!1,paging:{page:1,pageSize:((d=e.listProps)==null?void 0:d.pageSize)||20,rows:[],total:0,totalPages:1}}),i=async(u,h)=>{var p,y;if(e.list)r(()=>{var b;const f=((b=u==null?void 0:u.search)==null?void 0:b.content)||"";return{hasNextPage:!1,isNextPageLoading:!1,paging:{page:1,pageSize:1e5,rows:e.list.options.filter(w=>e.list.searchOption?e.list.searchOption(w,f):E.search(w,f,e.list.searchFields)),total:e.list.options.length,totalPages:1},searchLoading:!1,initLoading:!1}});else{r(f=>({...f,isNextPageLoading:!0}));try{const f={page:1,pageSize:20,filter:{...t==null?void 0:t.filter,...u==null?void 0:u.filter},...E.lodashExports.omit(t,"filter"),...E.lodashExports.omit(u,"filter"),search:{fields:((p=t==null?void 0:t.search)==null?void 0:p.fields)??[],content:((y=u==null?void 0:u.search)==null?void 0:y.content)??""}};h&&(f.filter={},f.search&&(f.search.content=""),f.page=1);const m=await e.getList(f);r(b=>({initLoading:!1,searchLoading:!1,isNextPageLoading:!1,paging:{...m,rows:(u==null?void 0:u.page)===1?m.rows:b.paging.rows.concat(m.rows)},hasNextPage:m.page<m.totalPages}))}catch{}}},s=()=>(r(u=>({...u,initLoading:!0})),i(void 0,!0)),o=u=>(r(h=>({...h,initLoading:!0})),i(u)),a=u=>{i({page:n.paging.page+1,search:{content:u}})},l=u=>{r(h=>({...h,searchLoading:!0})),i({page:1,search:{content:u}})};P.useEffect(()=>{e.disabled||(r(u=>({...u,initLoading:!0})),i({page:1}))},[...e.dependencyList||[]]);const c=()=>{r(u=>({...u,initLoading:!u.initLoading}))};return{...e,loadNextPage:a,handleChangeSearch:l,paging:n.paging,hasNextPage:n.hasNextPage,isNextPageLoading:n.isNextPageLoading,searchLoading:n.searchLoading,loading:e.loading||n.initLoading,getList:o,reset:s,toggleLoading:c}}function gg(e){return g.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[g.jsx("path",{d:"M12 3.16663H3.99998C2.80336 3.16663 1.83331 4.13668 1.83331 5.33329V12C1.83331 13.1966 2.80336 14.1666 3.99998 14.1666H12C13.1966 14.1666 14.1666 13.1966 14.1666 12V5.33329C14.1666 4.13668 13.1966 3.16663 12 3.16663Z",stroke:"#85858A"}),g.jsx("path",{d:"M4.5 1.83337V4.16671",stroke:"#85858A",strokeLinecap:"round"}),g.jsx("path",{d:"M2.5 6.16663H13.5",stroke:"#85858A",strokeLinecap:"round"}),g.jsx("path",{d:"M11.8333 1.83337V4.16671",stroke:"#85858A",strokeLinecap:"round"}),g.jsx("path",{d:"M5.5 9.33337C5.77614 9.33337 6 9.10952 6 8.83337C6 8.55723 5.77614 8.33337 5.5 8.33337C5.22386 8.33337 5 8.55723 5 8.83337C5 9.10952 5.22386 9.33337 5.5 9.33337Z",fill:"#85858A"}),g.jsx("path",{d:"M8.16669 9.33337C8.44283 9.33337 8.66669 9.10952 8.66669 8.83337C8.66669 8.55723 8.44283 8.33337 8.16669 8.33337C7.89054 8.33337 7.66669 8.55723 7.66669 8.83337C7.66669 9.10952 7.89054 9.33337 8.16669 9.33337Z",fill:"#85858A"}),g.jsx("path",{d:"M10.8333 9.33337C11.1095 9.33337 11.3333 9.10952 11.3333 8.83337C11.3333 8.55723 11.1095 8.33337 10.8333 8.33337C10.5572 8.33337 10.3333 8.55723 10.3333 8.83337C10.3333 9.10952 10.5572 9.33337 10.8333 9.33337Z",fill:"#85858A"}),g.jsx("path",{d:"M5.5 12C5.77614 12 6 11.7761 6 11.5C6 11.2239 5.77614 11 5.5 11C5.22386 11 5 11.2239 5 11.5C5 11.7761 5.22386 12 5.5 12Z",fill:"#85858A"}),g.jsx("path",{d:"M8.16669 12C8.44283 12 8.66669 11.7761 8.66669 11.5C8.66669 11.2239 8.44283 11 8.16669 11C7.89054 11 7.66669 11.2239 7.66669 11.5C7.66669 11.7761 7.89054 12 8.16669 12Z",fill:"#85858A"}),g.jsx("path",{d:"M10.8333 12C11.1095 12 11.3333 11.7761 11.3333 11.5C11.3333 11.2239 11.1095 11 10.8333 11C10.5572 11 10.3333 11.2239 10.3333 11.5C10.3333 11.7761 10.5572 12 10.8333 12Z",fill:"#85858A"})]})}const yg="Reset date";function vg(e){var o,a;const[t,n]=P.useState(e.value),r=!(t!=null&&t.startDate)||!t.endDate?"":ue(t.startDate).format("DD/MM/YYYY")+" - "+ue(t.endDate).format("DD/MM/YYYY"),i=P.useRef(Date.now()),s=()=>{i.current=Date.now()};return P.useEffect(()=>{var l;n(e.value),(l=e.value)!=null&&l.endDate&&e.value.startDate||s()},[e.value]),g.jsx(E.DateRangePicker,{initialSettings:{autoApply:!0,ranges:{Today:[ue(),ue()],Yesterday:[ue().subtract(1,"days"),ue().subtract(1,"days")],"Last 7 days":[ue().subtract(6,"days"),ue()],"Last 30 days":[ue().subtract(29,"days"),ue()],"This month":[ue().startOf("month"),ue().endOf("month")],"Last month":[ue().subtract(1,"month").startOf("month"),ue().subtract(1,"month").endOf("month")],"Reset date":[((o=e.dateReset)==null?void 0:o.startDate)??void 0,((a=e.dateReset)==null?void 0:a.endDate)??void 0]},alwaysShowCalendars:!0,startDate:(t==null?void 0:t.startDate)??void 0,endDate:(t==null?void 0:t.endDate)??void 0,opens:"left",...e.initialSettings},onApply:(l,c)=>{var f,m,b;const d=c.chosenLabel===yg,{startDate:u,endDate:h}=c,p=d?((f=e.dateReset)==null?void 0:f.startDate)??void 0:u.toDate(),y=d?((m=e.dateReset)==null?void 0:m.endDate)??void 0:h.toDate();console.log("onApply"),n({startDate:p,endDate:y}),(b=e.onChange)==null||b.call(e,{startDate:p,endDate:y})},children:g.jsx(L.TextField,{label:e.label??"Permit date",placeholder:"Select date range",value:r,InputProps:{readOnly:!0,endAdornment:g.jsx(gg,{width:24,height:24,color:"gray"})},fullWidth:!0,sx:{"& *":{cursor:"pointer"},display:"flex",justifyContent:"center"}})},i.current)}function bg(e){return g.jsx("svg",{...e,width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:g.jsx("path",{d:"M16 2.75H8C5.10051 2.75 2.75 5.10051 2.75 8V16C2.75 18.8995 5.10051 21.25 8 21.25H16C18.8995 21.25 21.25 18.8995 21.25 16V8C21.25 5.10051 18.8995 2.75 16 2.75Z",stroke:"#85858A",strokeWidth:"1.5"})})}function xg(e){return g.jsxs("svg",{...e,width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[g.jsx("path",{d:"M16 2.75H8C5.10051 2.75 2.75 5.10051 2.75 8V16C2.75 18.8995 5.10051 21.25 8 21.25H16C18.8995 21.25 21.25 18.8995 21.25 16V8C21.25 5.10051 18.8995 2.75 16 2.75Z",stroke:"#009D4F",strokeWidth:"1.5"}),g.jsx("path",{d:"M9 12L11 14L15 10",stroke:"#009D4F",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]})}const wg=["granted","denied"],Sg=e=>{const[t,n]=P.useState(!1),r=()=>{Notification.requestPermission(function(s){s==="granted"&&E.requestForToken(e.path),wg.includes(s)&&n(!0)})},i=()=>{n(!0)};return g.jsx(g.Fragment,{children:t?"":g.jsx("div",{className:E.styles$1["subscription-diaglog"],children:g.jsxs("div",{className:E.styles$1["subscription-container"],children:[g.jsx("h4",{className:E.styles$1["subscription-title"],children:"Notification"}),g.jsx("p",{className:E.styles$1["subscription-text"],children:"Option to receive notifications about the latest information. You can turn them off at any time."}),g.jsxs("div",{className:E.styles$1["subscription-btn__container"],children:[g.jsx("button",{className:E.styles$1["btn-cancel"],onClick:i,children:"Not now"}),g.jsx("button",{className:E.styles$1["btn-success"],onClick:r,children:"Turn on"})]})]})})})},Eg=e=>{const[t,n]=P.useState({title:"",body:""}),r=()=>E.B(g.jsx(i,{}));function i(){return g.jsxs("div",{children:[g.jsx("p",{children:g.jsx("b",{children:t==null?void 0:t.title})}),g.jsx("p",{children:t==null?void 0:t.body})]})}return P.useEffect(()=>{t!=null&&t.title&&r()},[t]),E.onMessageListener().then(s=>{var o,a;n({title:(o=s==null?void 0:s.notification)==null?void 0:o.title,body:(a=s==null?void 0:s.notification)==null?void 0:a.body}),console.log(s)}).catch(s=>console.log("failed: ",s)),g.jsxs("div",{children:["Notification"in window&&Notification.permission==="default"?g.jsx(Sg,{path:e.path}):"",Notification.permission==="granted"?g.jsx(E.Q,{}):""]})};exports.pushError=E.pushError;exports.pushSuccess=E.pushSuccess;exports.pushWarning=E.pushWarning;exports.AutocompleteOption=Qr;exports.CheckedIcon=xg;exports.GlobalMenu=Oh;exports.NoData=kh;exports.NotificationBase=Eg;exports.PopUpBase=Nh;exports.StyledAutocomplete=pg;exports.StyledDateRangePicker=vg;exports.ToastConfig=ou;exports.TopBar=wc;exports.UnauthorizedPage=Ih;exports.UncheckedIcon=bg;exports.usePopUp=Vh;exports.useStyledAutocomplete=mg;
|
|
79
|
+
} });`:Jt(12,g?` (${g})`:"",JSON.stringify(f.main)));return Os(f,"light",S,r),Os(f,"dark",x,r),f.contrastText||(f.contrastText=u(f.main)),f},m={dark:jr,light:ks};return process.env.NODE_ENV!=="production"&&(m[t]||console.error(`MUI: The palette mode \`${t}\` is not supported.`)),Ne(w._extends({common:w._extends({},nn),mode:t,primary:h({color:s,name:"primary"}),secondary:h({color:o,name:"secondary",mainShade:"A400",lightShade:"A200",darkShade:"A700"}),error:h({color:a,name:"error"}),warning:h({color:d,name:"warning"}),info:h({color:l,name:"info"}),success:h({color:c,name:"success"}),grey:Jm,contrastThreshold:n,getContrastText:u,augmentColor:h,tonalOffset:r},m[t]),i)}const hg=["fontFamily","fontSize","fontWeightLight","fontWeightRegular","fontWeightMedium","fontWeightBold","htmlFontSize","allVariants","pxToRem"];function pg(e){return Math.round(e*1e5)/1e5}const js={textTransform:"uppercase"},Ms='"Roboto", "Helvetica", "Arial", sans-serif';function mg(e,t){const n=typeof t=="function"?t(e):t,{fontFamily:r=Ms,fontSize:i=14,fontWeightLight:s=300,fontWeightRegular:o=400,fontWeightMedium:a=500,fontWeightBold:l=700,htmlFontSize:c=16,allVariants:d,pxToRem:u}=n,h=w._objectWithoutPropertiesLoose(n,hg);process.env.NODE_ENV!=="production"&&(typeof i!="number"&&console.error("MUI: `fontSize` is required to be a number."),typeof c!="number"&&console.error("MUI: `htmlFontSize` is required to be a number."));const m=i/14,y=u||(b=>`${b/c*m}rem`),f=(b,S,x,E,v)=>w._extends({fontFamily:r,fontWeight:b,fontSize:y(S),lineHeight:x},r===Ms?{letterSpacing:`${pg(E/S)}em`}:{},v,d),g={h1:f(s,96,1.167,-1.5),h2:f(s,60,1.2,-.5),h3:f(o,48,1.167,0),h4:f(o,34,1.235,.25),h5:f(o,24,1.334,0),h6:f(a,20,1.6,.15),subtitle1:f(o,16,1.75,.15),subtitle2:f(a,14,1.57,.1),body1:f(o,16,1.5,.15),body2:f(o,14,1.43,.15),button:f(a,14,1.75,.4,js),caption:f(o,12,1.66,.4),overline:f(o,12,2.66,1,js),inherit:{fontFamily:"inherit",fontWeight:"inherit",fontSize:"inherit",lineHeight:"inherit",letterSpacing:"inherit"}};return Ne(w._extends({htmlFontSize:c,pxToRem:y,fontFamily:r,fontSize:i,fontWeightLight:s,fontWeightRegular:o,fontWeightMedium:a,fontWeightBold:l},g),h,{clone:!1})}const gg=.2,yg=.14,vg=.12;function Y(...e){return[`${e[0]}px ${e[1]}px ${e[2]}px ${e[3]}px rgba(0,0,0,${gg})`,`${e[4]}px ${e[5]}px ${e[6]}px ${e[7]}px rgba(0,0,0,${yg})`,`${e[8]}px ${e[9]}px ${e[10]}px ${e[11]}px rgba(0,0,0,${vg})`].join(",")}const bg=["none",Y(0,2,1,-1,0,1,1,0,0,1,3,0),Y(0,3,1,-2,0,2,2,0,0,1,5,0),Y(0,3,3,-2,0,3,4,0,0,1,8,0),Y(0,2,4,-1,0,4,5,0,0,1,10,0),Y(0,3,5,-1,0,5,8,0,0,1,14,0),Y(0,3,5,-1,0,6,10,0,0,1,18,0),Y(0,4,5,-2,0,7,10,1,0,2,16,1),Y(0,5,5,-3,0,8,10,1,0,3,14,2),Y(0,5,6,-3,0,9,12,1,0,3,16,2),Y(0,6,6,-3,0,10,14,1,0,4,18,3),Y(0,6,7,-4,0,11,15,1,0,4,20,3),Y(0,7,8,-4,0,12,17,2,0,5,22,4),Y(0,7,8,-4,0,13,19,2,0,5,24,4),Y(0,7,9,-4,0,14,21,2,0,5,26,4),Y(0,8,9,-5,0,15,22,2,0,6,28,5),Y(0,8,10,-5,0,16,24,2,0,6,30,5),Y(0,8,11,-5,0,17,26,2,0,6,32,5),Y(0,9,11,-5,0,18,28,2,0,7,34,6),Y(0,9,12,-6,0,19,29,2,0,7,36,6),Y(0,10,13,-6,0,20,31,3,0,8,38,7),Y(0,10,13,-6,0,21,33,3,0,8,40,7),Y(0,10,14,-6,0,22,35,3,0,8,42,7),Y(0,11,14,-7,0,23,36,3,0,9,44,8),Y(0,11,15,-7,0,24,38,3,0,9,46,8)],xg=bg,wg=["duration","easing","delay"],Sg={easeInOut:"cubic-bezier(0.4, 0, 0.2, 1)",easeOut:"cubic-bezier(0.0, 0, 0.2, 1)",easeIn:"cubic-bezier(0.4, 0, 1, 1)",sharp:"cubic-bezier(0.4, 0, 0.6, 1)"},Eg={shortest:150,shorter:200,short:250,standard:300,complex:375,enteringScreen:225,leavingScreen:195};function Ns(e){return`${Math.round(e)}ms`}function Tg(e){if(!e)return 0;const t=e/36;return Math.round((4+15*t**.25+t/5)*10)}function Cg(e){const t=w._extends({},Sg,e.easing),n=w._extends({},Eg,e.duration),r=(i=["all"],s={})=>{const{duration:o=n.standard,easing:a=t.easeInOut,delay:l=0}=s,c=w._objectWithoutPropertiesLoose(s,wg);if(process.env.NODE_ENV!=="production"){const d=h=>typeof h=="string",u=h=>!isNaN(parseFloat(h));!d(i)&&!Array.isArray(i)&&console.error('MUI: Argument "props" must be a string or Array.'),!u(o)&&!d(o)&&console.error(`MUI: Argument "duration" must be a number or a string but found ${o}.`),d(a)||console.error('MUI: Argument "easing" must be a string.'),!u(l)&&!d(l)&&console.error('MUI: Argument "delay" must be a number or a string.'),typeof s!="object"&&console.error(["MUI: Secong argument of transition.create must be an object.","Arguments should be either `create('prop1', options)` or `create(['prop1', 'prop2'], options)`"].join(`
|
|
80
|
+
`)),Object.keys(c).length!==0&&console.error(`MUI: Unrecognized argument(s) [${Object.keys(c).join(",")}].`)}return(Array.isArray(i)?i:[i]).map(d=>`${d} ${typeof o=="string"?o:Ns(o)} ${a} ${typeof l=="string"?l:Ns(l)}`).join(",")};return w._extends({getAutoHeightDuration:Tg,create:r},e,{easing:t,duration:n})}const _g={mobileStepper:1e3,fab:1050,speedDial:1050,appBar:1100,drawer:1200,modal:1300,snackbar:1400,tooltip:1500},Pg=_g,Ag=["breakpoints","mixins","spacing","palette","transitions","typography","shape"];function kg(e={},...t){const{mixins:n={},palette:r={},transitions:i={},typography:s={}}=e,o=w._objectWithoutPropertiesLoose(e,Ag);if(e.vars)throw new Error(process.env.NODE_ENV!=="production"?"MUI: `vars` is a private field used for CSS variables support.\nPlease use another name.":Jt(18));const a=fg(r),l=Ai(e);let c=Ne(l,{mixins:Rm(l.breakpoints,n),palette:a,shadows:xg.slice(),typography:mg(a,s),transitions:Cg(i),zIndex:w._extends({},Pg)});if(c=Ne(c,o),c=t.reduce((d,u)=>Ne(d,u),c),process.env.NODE_ENV!=="production"){const d=["active","checked","completed","disabled","error","expanded","focused","focusVisible","required","selected"],u=(h,m)=>{let y;for(y in h){const f=h[y];if(d.indexOf(y)!==-1&&Object.keys(f).length>0){if(process.env.NODE_ENV!=="production"){const g=Ti("",y);console.error([`MUI: The \`${m}\` component increases the CSS specificity of the \`${y}\` internal state.`,"You can not override it like this: ",JSON.stringify(h,null,2),"",`Instead, you need to use the '&.${g}' syntax:`,JSON.stringify({root:{[`&.${g}`]:f}},null,2),"","https://mui.com/r/state-classes-guide"].join(`
|
|
81
|
+
`))}h[y]={}}}};Object.keys(c.components).forEach(h=>{const m=c.components[h].styleOverrides;m&&h.indexOf("Mui")===0&&u(m,h)})}return c.unstable_sxConfig=w._extends({},dn,o==null?void 0:o.unstable_sxConfig),c.unstable_sx=function(u){return Pi({sx:u,theme:this})},c}const Og=kg(),fc=Og,hc="$$material";function jg({props:e,name:t}){return Om({props:e,name:t,defaultTheme:fc,themeId:hc})}var hn={};const Mg=w.getAugmentedNamespace(w._extends$1),Ng=w.getAugmentedNamespace(w.objectWithoutPropertiesLoose),Dg=w.getAugmentedNamespace(Cm),Rg=w.getAugmentedNamespace(Kh),Vg=w.getAugmentedNamespace(n1),Ig=w.getAugmentedNamespace(t1),Lg=w.getAugmentedNamespace(ap),$g=w.getAugmentedNamespace(Dm);var Dt=oc;Object.defineProperty(hn,"__esModule",{value:!0});var zg=hn.default=t2,Fg=hn.shouldForwardProp=kn;hn.systemDefaultTheme=void 0;var Se=Dt(Mg),Qr=Dt(Ng),Ds=Xg(Dg),Bg=Rg,Wg=Dt(Vg),Hg=Dt(Ig),Ug=Dt(Lg),Gg=Dt($g);const Yg=["ownerState"],qg=["variants"],Kg=["name","slot","skipVariantsResolver","skipSx","overridesResolver"];function pc(e){if(typeof WeakMap!="function")return null;var t=new WeakMap,n=new WeakMap;return(pc=function(r){return r?n:t})(e)}function Xg(e,t){if(!t&&e&&e.__esModule)return e;if(e===null||typeof e!="object"&&typeof e!="function")return{default:e};var n=pc(t);if(n&&n.has(e))return n.get(e);var r={__proto__:null},i=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var s in e)if(s!=="default"&&Object.prototype.hasOwnProperty.call(e,s)){var o=i?Object.getOwnPropertyDescriptor(e,s):null;o&&(o.get||o.set)?Object.defineProperty(r,s,o):r[s]=e[s]}return r.default=e,n&&n.set(e,r),r}function Zg(e){return Object.keys(e).length===0}function Jg(e){return typeof e=="string"&&e.charCodeAt(0)>96}function kn(e){return e!=="ownerState"&&e!=="theme"&&e!=="sx"&&e!=="as"}const Qg=hn.systemDefaultTheme=(0,Ug.default)(),Rs=e=>e&&e.charAt(0).toLowerCase()+e.slice(1);function Sn({defaultTheme:e,theme:t,themeId:n}){return Zg(t)?e:t[n]||t}function e2(e){return e?(t,n)=>n[e]:null}function On(e,t){let{ownerState:n}=t,r=(0,Qr.default)(t,Yg);const i=typeof e=="function"?e((0,Se.default)({ownerState:n},r)):e;if(Array.isArray(i))return i.flatMap(s=>On(s,(0,Se.default)({ownerState:n},r)));if(i&&typeof i=="object"&&Array.isArray(i.variants)){const{variants:s=[]}=i;let a=(0,Qr.default)(i,qg);return s.forEach(l=>{let c=!0;typeof l.props=="function"?c=l.props((0,Se.default)({ownerState:n},r,n)):Object.keys(l.props).forEach(d=>{(n==null?void 0:n[d])!==l.props[d]&&r[d]!==l.props[d]&&(c=!1)}),c&&(Array.isArray(a)||(a=[a]),a.push(typeof l.style=="function"?l.style((0,Se.default)({ownerState:n},r,n)):l.style))}),a}return i}function t2(e={}){const{themeId:t,defaultTheme:n=Qg,rootShouldForwardProp:r=kn,slotShouldForwardProp:i=kn}=e,s=o=>(0,Gg.default)((0,Se.default)({},o,{theme:Sn((0,Se.default)({},o,{defaultTheme:n,themeId:t}))}));return s.__mui_systemSx=!0,(o,a={})=>{(0,Ds.internal_processStyles)(o,v=>v.filter(T=>!(T!=null&&T.__mui_systemSx)));const{name:l,slot:c,skipVariantsResolver:d,skipSx:u,overridesResolver:h=e2(Rs(c))}=a,m=(0,Qr.default)(a,Kg),y=d!==void 0?d:c&&c!=="Root"&&c!=="root"||!1,f=u||!1;let g;process.env.NODE_ENV!=="production"&&l&&(g=`${l}-${Rs(c||"Root")}`);let b=kn;c==="Root"||c==="root"?b=r:c?b=i:Jg(o)&&(b=void 0);const S=(0,Ds.default)(o,(0,Se.default)({shouldForwardProp:b,label:g},m)),x=v=>typeof v=="function"&&v.__emotion_real!==v||(0,Bg.isPlainObject)(v)?T=>On(v,(0,Se.default)({},T,{theme:Sn({theme:T.theme,defaultTheme:n,themeId:t})})):v,E=(v,...T)=>{let C=x(v);const P=T?T.map(x):[];l&&h&&P.push(j=>{const R=Sn((0,Se.default)({},j,{defaultTheme:n,themeId:t}));if(!R.components||!R.components[l]||!R.components[l].styleOverrides)return null;const q=R.components[l].styleOverrides,H={};return Object.entries(q).forEach(([ue,U])=>{H[ue]=On(U,(0,Se.default)({},j,{theme:R}))}),h(j,H)}),l&&!y&&P.push(j=>{var R;const q=Sn((0,Se.default)({},j,{defaultTheme:n,themeId:t})),H=q==null||(R=q.components)==null||(R=R[l])==null?void 0:R.variants;return On({variants:H},(0,Se.default)({},j,{theme:q}))}),f||P.push(s);const k=P.length-T.length;if(Array.isArray(v)&&k>0){const j=new Array(k).fill("");C=[...v,...j],C.raw=[...v.raw,...j]}const D=S(C,...P);if(process.env.NODE_ENV!=="production"){let j;l&&(j=`${l}${(0,Wg.default)(c||"")}`),j===void 0&&(j=`Styled(${(0,Hg.default)(o)})`),D.displayName=j}return o.muiName&&(D.muiName=o.muiName),D};return S.withConfig&&(E.withConfig=S.withConfig),E}}const n2=e=>Fg(e)&&e!=="classes",r2=zg({themeId:hc,defaultTheme:fc,rootShouldForwardProp:n2}),i2=r2;function o2(e){return Ti("MuiSvgIcon",e)}l1("MuiSvgIcon",["root","colorPrimary","colorSecondary","colorAction","colorError","colorDisabled","fontSizeInherit","fontSizeSmall","fontSizeMedium","fontSizeLarge"]);const s2=["children","className","color","component","fontSize","htmlColor","inheritViewBox","titleAccess","viewBox"],a2=e=>{const{color:t,fontSize:n,classes:r}=e,i={root:["root",t!=="inherit"&&`color${at(t)}`,`fontSize${at(n)}`]};return r1(i,o2,r)},l2=i2("svg",{name:"MuiSvgIcon",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,n.color!=="inherit"&&t[`color${at(n.color)}`],t[`fontSize${at(n.fontSize)}`]]}})(({theme:e,ownerState:t})=>{var n,r,i,s,o,a,l,c,d,u,h,m,y;return{userSelect:"none",width:"1em",height:"1em",display:"inline-block",fill:t.hasSvgAsChild?void 0:"currentColor",flexShrink:0,transition:(n=e.transitions)==null||(r=n.create)==null?void 0:r.call(n,"fill",{duration:(i=e.transitions)==null||(i=i.duration)==null?void 0:i.shorter}),fontSize:{inherit:"inherit",small:((s=e.typography)==null||(o=s.pxToRem)==null?void 0:o.call(s,20))||"1.25rem",medium:((a=e.typography)==null||(l=a.pxToRem)==null?void 0:l.call(a,24))||"1.5rem",large:((c=e.typography)==null||(d=c.pxToRem)==null?void 0:d.call(c,35))||"2.1875rem"}[t.fontSize],color:(u=(h=(e.vars||e).palette)==null||(h=h[t.color])==null?void 0:h.main)!=null?u:{action:(m=(e.vars||e).palette)==null||(m=m.action)==null?void 0:m.active,disabled:(y=(e.vars||e).palette)==null||(y=y.action)==null?void 0:y.disabled,inherit:void 0}[t.color]}}),zi=N.forwardRef(function(t,n){const r=jg({props:t,name:"MuiSvgIcon"}),{children:i,className:s,color:o="inherit",component:a="svg",fontSize:l="medium",htmlColor:c,inheritViewBox:d=!1,titleAccess:u,viewBox:h="0 0 24 24"}=r,m=w._objectWithoutPropertiesLoose(r,s2),y=N.isValidElement(i)&&i.type==="svg",f=w._extends({},r,{color:o,component:a,fontSize:l,instanceFontSize:t.fontSize,inheritViewBox:d,viewBox:h,hasSvgAsChild:y}),g={};d||(g.viewBox=h);const b=a2(f);return p.jsxs(l2,w._extends({as:a,className:w.clsx(b.root,s),focusable:"false",color:c,"aria-hidden":u?void 0:!0,role:u?"img":void 0,ref:n},g,m,y&&i.props,{ownerState:f,children:[y?i.props.children:i,u?p.jsx("title",{children:u}):null]}))});process.env.NODE_ENV!=="production"&&(zi.propTypes={children:w.PropTypes.node,classes:w.PropTypes.object,className:w.PropTypes.string,color:w.PropTypes.oneOfType([w.PropTypes.oneOf(["inherit","action","disabled","primary","secondary","error","info","success","warning"]),w.PropTypes.string]),component:w.PropTypes.elementType,fontSize:w.PropTypes.oneOfType([w.PropTypes.oneOf(["inherit","large","medium","small"]),w.PropTypes.string]),htmlColor:w.PropTypes.string,inheritViewBox:w.PropTypes.bool,shapeRendering:w.PropTypes.string,sx:w.PropTypes.oneOfType([w.PropTypes.arrayOf(w.PropTypes.oneOfType([w.PropTypes.func,w.PropTypes.object,w.PropTypes.bool])),w.PropTypes.func,w.PropTypes.object]),titleAccess:w.PropTypes.string,viewBox:w.PropTypes.string});zi.muiName="SvgIcon";const Vs=zi;function c2(e,t){function n(r,i){return p.jsx(Vs,w._extends({"data-testid":`${t}Icon`,ref:i},r,{children:e}))}return process.env.NODE_ENV!=="production"&&(n.displayName=`${t}Icon`),n.muiName=Vs.muiName,N.memo(N.forwardRef(n))}const u2=c2(p.jsx("path",{d:"m7 10 5 5 5-5z"}),"ArrowDropDown");function Is(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}var Ls=Number.isNaN||function(t){return typeof t=="number"&&t!==t};function d2(e,t){return!!(e===t||Ls(e)&&Ls(t))}function f2(e,t){if(e.length!==t.length)return!1;for(var n=0;n<e.length;n++)if(!d2(e[n],t[n]))return!1;return!0}function Mr(e,t){t===void 0&&(t=f2);var n,r=[],i,s=!1;function o(){for(var a=[],l=0;l<arguments.length;l++)a[l]=arguments[l];return s&&n===this&&t(a,r)||(i=e.apply(this,a),s=!0,n=this,r=a),i}return o}var h2=typeof performance=="object"&&typeof performance.now=="function",$s=h2?function(){return performance.now()}:function(){return Date.now()};function zs(e){cancelAnimationFrame(e.id)}function p2(e,t){var n=$s();function r(){$s()-n>=t?e.call(null):i.id=requestAnimationFrame(r)}var i={id:requestAnimationFrame(r)};return i}var Nr=-1;function Fs(e){if(e===void 0&&(e=!1),Nr===-1||e){var t=document.createElement("div"),n=t.style;n.width="50px",n.height="50px",n.overflow="scroll",document.body.appendChild(t),Nr=t.offsetWidth-t.clientWidth,document.body.removeChild(t)}return Nr}var vt=null;function Bs(e){if(e===void 0&&(e=!1),vt===null||e){var t=document.createElement("div"),n=t.style;n.width="50px",n.height="50px",n.overflow="scroll",n.direction="rtl";var r=document.createElement("div"),i=r.style;return i.width="100px",i.height="100px",t.appendChild(r),document.body.appendChild(t),t.scrollLeft>0?vt="positive-descending":(t.scrollLeft=1,t.scrollLeft===0?vt="negative":vt="positive-ascending"),document.body.removeChild(t),vt}return vt}process.env.NODE_ENV;var m2=150,g2=function(t,n){return t},jn=null,Mn=null;process.env.NODE_ENV!=="production"&&typeof window<"u"&&typeof window.WeakSet<"u"&&(jn=new WeakSet,Mn=new WeakSet);function y2(e){var t,n=e.getItemOffset,r=e.getEstimatedTotalSize,i=e.getItemSize,s=e.getOffsetForIndexAndAlignment,o=e.getStartIndexForOffset,a=e.getStopIndexForStartIndex,l=e.initInstanceProps,c=e.shouldResetStyleCacheOnItemSizeChange,d=e.validateProps;return t=function(u){w._inheritsLoose(h,u);function h(y){var f;return f=u.call(this,y)||this,f._instanceProps=l(f.props,Is(f)),f._outerRef=void 0,f._resetIsScrollingTimeoutId=null,f.state={instance:Is(f),isScrolling:!1,scrollDirection:"forward",scrollOffset:typeof f.props.initialScrollOffset=="number"?f.props.initialScrollOffset:0,scrollUpdateWasRequested:!1},f._callOnItemsRendered=void 0,f._callOnItemsRendered=Mr(function(g,b,S,x){return f.props.onItemsRendered({overscanStartIndex:g,overscanStopIndex:b,visibleStartIndex:S,visibleStopIndex:x})}),f._callOnScroll=void 0,f._callOnScroll=Mr(function(g,b,S){return f.props.onScroll({scrollDirection:g,scrollOffset:b,scrollUpdateWasRequested:S})}),f._getItemStyle=void 0,f._getItemStyle=function(g){var b=f.props,S=b.direction,x=b.itemSize,E=b.layout,v=f._getItemStyleCache(c&&x,c&&E,c&&S),T;if(v.hasOwnProperty(g))T=v[g];else{var C=n(f.props,g,f._instanceProps),P=i(f.props,g,f._instanceProps),k=S==="horizontal"||E==="horizontal",D=S==="rtl",j=k?C:0;v[g]=T={position:"absolute",left:D?void 0:j,right:D?j:void 0,top:k?0:C,height:k?"100%":P,width:k?P:"100%"}}return T},f._getItemStyleCache=void 0,f._getItemStyleCache=Mr(function(g,b,S){return{}}),f._onScrollHorizontal=function(g){var b=g.currentTarget,S=b.clientWidth,x=b.scrollLeft,E=b.scrollWidth;f.setState(function(v){if(v.scrollOffset===x)return null;var T=f.props.direction,C=x;if(T==="rtl")switch(Bs()){case"negative":C=-x;break;case"positive-descending":C=E-S-x;break}return C=Math.max(0,Math.min(C,E-S)),{isScrolling:!0,scrollDirection:v.scrollOffset<C?"forward":"backward",scrollOffset:C,scrollUpdateWasRequested:!1}},f._resetIsScrollingDebounced)},f._onScrollVertical=function(g){var b=g.currentTarget,S=b.clientHeight,x=b.scrollHeight,E=b.scrollTop;f.setState(function(v){if(v.scrollOffset===E)return null;var T=Math.max(0,Math.min(E,x-S));return{isScrolling:!0,scrollDirection:v.scrollOffset<T?"forward":"backward",scrollOffset:T,scrollUpdateWasRequested:!1}},f._resetIsScrollingDebounced)},f._outerRefSetter=function(g){var b=f.props.outerRef;f._outerRef=g,typeof b=="function"?b(g):b!=null&&typeof b=="object"&&b.hasOwnProperty("current")&&(b.current=g)},f._resetIsScrollingDebounced=function(){f._resetIsScrollingTimeoutId!==null&&zs(f._resetIsScrollingTimeoutId),f._resetIsScrollingTimeoutId=p2(f._resetIsScrolling,m2)},f._resetIsScrolling=function(){f._resetIsScrollingTimeoutId=null,f.setState({isScrolling:!1},function(){f._getItemStyleCache(-1,null)})},f}h.getDerivedStateFromProps=function(f,g){return v2(f,g),d(f),null};var m=h.prototype;return m.scrollTo=function(f){f=Math.max(0,f),this.setState(function(g){return g.scrollOffset===f?null:{scrollDirection:g.scrollOffset<f?"forward":"backward",scrollOffset:f,scrollUpdateWasRequested:!0}},this._resetIsScrollingDebounced)},m.scrollToItem=function(f,g){g===void 0&&(g="auto");var b=this.props,S=b.itemCount,x=b.layout,E=this.state.scrollOffset;f=Math.max(0,Math.min(f,S-1));var v=0;if(this._outerRef){var T=this._outerRef;x==="vertical"?v=T.scrollWidth>T.clientWidth?Fs():0:v=T.scrollHeight>T.clientHeight?Fs():0}this.scrollTo(s(this.props,f,g,E,this._instanceProps,v))},m.componentDidMount=function(){var f=this.props,g=f.direction,b=f.initialScrollOffset,S=f.layout;if(typeof b=="number"&&this._outerRef!=null){var x=this._outerRef;g==="horizontal"||S==="horizontal"?x.scrollLeft=b:x.scrollTop=b}this._callPropsCallbacks()},m.componentDidUpdate=function(){var f=this.props,g=f.direction,b=f.layout,S=this.state,x=S.scrollOffset,E=S.scrollUpdateWasRequested;if(E&&this._outerRef!=null){var v=this._outerRef;if(g==="horizontal"||b==="horizontal")if(g==="rtl")switch(Bs()){case"negative":v.scrollLeft=-x;break;case"positive-ascending":v.scrollLeft=x;break;default:var T=v.clientWidth,C=v.scrollWidth;v.scrollLeft=C-T-x;break}else v.scrollLeft=x;else v.scrollTop=x}this._callPropsCallbacks()},m.componentWillUnmount=function(){this._resetIsScrollingTimeoutId!==null&&zs(this._resetIsScrollingTimeoutId)},m.render=function(){var f=this.props,g=f.children,b=f.className,S=f.direction,x=f.height,E=f.innerRef,v=f.innerElementType,T=f.innerTagName,C=f.itemCount,P=f.itemData,k=f.itemKey,D=k===void 0?g2:k,j=f.layout,R=f.outerElementType,q=f.outerTagName,H=f.style,ue=f.useIsScrolling,U=f.width,se=this.state.isScrolling,ae=S==="horizontal"||j==="horizontal",pe=ae?this._onScrollHorizontal:this._onScrollVertical,Oe=this._getRangeToRender(),W=Oe[0],_e=Oe[1],Re=[];if(C>0)for(var be=W;be<=_e;be++)Re.push(_.createElement(g,{data:P,key:D(be,P),index:be,isScrolling:ue?se:void 0,style:this._getItemStyle(be)}));var Ve=r(this.props,this._instanceProps);return _.createElement(R||q||"div",{className:b,onScroll:pe,ref:this._outerRefSetter,style:w._extends({position:"relative",height:x,width:U,overflow:"auto",WebkitOverflowScrolling:"touch",willChange:"transform",direction:S},H)},_.createElement(v||T||"div",{children:Re,ref:E,style:{height:ae?"100%":Ve,pointerEvents:se?"none":void 0,width:ae?Ve:"100%"}}))},m._callPropsCallbacks=function(){if(typeof this.props.onItemsRendered=="function"){var f=this.props.itemCount;if(f>0){var g=this._getRangeToRender(),b=g[0],S=g[1],x=g[2],E=g[3];this._callOnItemsRendered(b,S,x,E)}}if(typeof this.props.onScroll=="function"){var v=this.state,T=v.scrollDirection,C=v.scrollOffset,P=v.scrollUpdateWasRequested;this._callOnScroll(T,C,P)}},m._getRangeToRender=function(){var f=this.props,g=f.itemCount,b=f.overscanCount,S=this.state,x=S.isScrolling,E=S.scrollDirection,v=S.scrollOffset;if(g===0)return[0,0,0,0];var T=o(this.props,v,this._instanceProps),C=a(this.props,T,v,this._instanceProps),P=!x||E==="backward"?Math.max(1,b):1,k=!x||E==="forward"?Math.max(1,b):1;return[Math.max(0,T-P),Math.max(0,Math.min(g-1,C+k)),T,C]},h}(_.PureComponent),t.defaultProps={direction:"ltr",itemData:void 0,layout:"vertical",overscanCount:2,useIsScrolling:!1},t}var v2=function(t,n){var r=t.children,i=t.direction,s=t.height,o=t.layout,a=t.innerTagName,l=t.outerTagName,c=t.width,d=n.instance;if(process.env.NODE_ENV!=="production"){(a!=null||l!=null)&&Mn&&!Mn.has(d)&&(Mn.add(d),console.warn("The innerTagName and outerTagName props have been deprecated. Please use the innerElementType and outerElementType props instead."));var u=i==="horizontal"||o==="horizontal";switch(i){case"horizontal":case"vertical":jn&&!jn.has(d)&&(jn.add(d),console.warn('The direction prop should be either "ltr" (default) or "rtl". Please use the layout prop to specify "vertical" (default) or "horizontal" orientation.'));break;case"ltr":case"rtl":break;default:throw Error('An invalid "direction" prop has been specified. Value should be either "ltr" or "rtl". '+('"'+i+'" was specified.'))}switch(o){case"horizontal":case"vertical":break;default:throw Error('An invalid "layout" prop has been specified. Value should be either "horizontal" or "vertical". '+('"'+o+'" was specified.'))}if(r==null)throw Error('An invalid "children" prop has been specified. Value should be a React component. '+('"'+(r===null?"null":typeof r)+'" was specified.'));if(u&&typeof c!="number")throw Error('An invalid "width" prop has been specified. Horizontal lists must specify a number for width. '+('"'+(c===null?"null":typeof c)+'" was specified.'));if(!u&&typeof s!="number")throw Error('An invalid "height" prop has been specified. Vertical lists must specify a number for height. '+('"'+(s===null?"null":typeof s)+'" was specified.'))}},b2=50,Ct=function(t,n,r){var i=t,s=i.itemSize,o=r.itemMetadataMap,a=r.lastMeasuredIndex;if(n>a){var l=0;if(a>=0){var c=o[a];l=c.offset+c.size}for(var d=a+1;d<=n;d++){var u=s(d);o[d]={offset:l,size:u},l+=u}r.lastMeasuredIndex=n}return o[n]},x2=function(t,n,r){var i=n.itemMetadataMap,s=n.lastMeasuredIndex,o=s>0?i[s].offset:0;return o>=r?mc(t,n,s,0,r):w2(t,n,Math.max(0,s),r)},mc=function(t,n,r,i,s){for(;i<=r;){var o=i+Math.floor((r-i)/2),a=Ct(t,o,n).offset;if(a===s)return o;a<s?i=o+1:a>s&&(r=o-1)}return i>0?i-1:0},w2=function(t,n,r,i){for(var s=t.itemCount,o=1;r<s&&Ct(t,r,n).offset<i;)r+=o,o*=2;return mc(t,n,Math.min(r,s-1),Math.floor(r/2),i)},Ws=function(t,n){var r=t.itemCount,i=n.itemMetadataMap,s=n.estimatedItemSize,o=n.lastMeasuredIndex,a=0;if(o>=r&&(o=r-1),o>=0){var l=i[o];a=l.offset+l.size}var c=r-o-1,d=c*s;return a+d},S2=y2({getItemOffset:function(t,n,r){return Ct(t,n,r).offset},getItemSize:function(t,n,r){return r.itemMetadataMap[n].size},getEstimatedTotalSize:Ws,getOffsetForIndexAndAlignment:function(t,n,r,i,s,o){var a=t.direction,l=t.height,c=t.layout,d=t.width,u=a==="horizontal"||c==="horizontal",h=u?d:l,m=Ct(t,n,s),y=Ws(t,s),f=Math.max(0,Math.min(y-h,m.offset)),g=Math.max(0,m.offset-h+m.size+o);switch(r==="smart"&&(i>=g-h&&i<=f+h?r="auto":r="center"),r){case"start":return f;case"end":return g;case"center":return Math.round(g+(f-g)/2);case"auto":default:return i>=g&&i<=f?i:i<g?g:f}},getStartIndexForOffset:function(t,n,r){return x2(t,r,n)},getStopIndexForStartIndex:function(t,n,r,i){for(var s=t.direction,o=t.height,a=t.itemCount,l=t.layout,c=t.width,d=s==="horizontal"||l==="horizontal",u=d?c:o,h=Ct(t,n,i),m=r+u,y=h.offset+h.size,f=n;f<a-1&&y<m;)f++,y+=Ct(t,f,i).size;return f},initInstanceProps:function(t,n){var r=t,i=r.estimatedItemSize,s={itemMetadataMap:{},estimatedItemSize:i||b2,lastMeasuredIndex:-1};return n.resetAfterIndex=function(o,a){a===void 0&&(a=!0),s.lastMeasuredIndex=Math.min(s.lastMeasuredIndex,o-1),n._getItemStyleCache(-1),a&&n.forceUpdate()},s},shouldResetStyleCacheOnItemSizeChange:!1,validateProps:function(t){var n=t.itemSize;if(process.env.NODE_ENV!=="production"&&typeof n!="function")throw Error('An invalid "itemSize" prop has been specified. Value should be a function. '+('"'+(n===null?"null":typeof n)+'" was specified.'))}});function Nn(e,t){return t?e:void 0}function ei(e){return p.jsx(L.Stack,{sx:{cursor:"pointer"},onClick:t=>{var n;t.preventDefault(),t.stopPropagation(),(n=e.onClick)==null||n.call(e,e.option)},...e.stackProps,children:p.jsx(L.Stack,{sx:{p:1,transition:"0.2s",borderRadius:"5px",cursor:"pointer",...Nn({backgroundColor:"#eeeeee80"},e.select),":hover":{backgroundColor:"#eeeeee80",borderColor:"transparent"}},children:e.renderOption(e.option)})})}const qn=37,E2=(e,t)=>{const o=document.createElement("p");o.innerText=t,o.style.width=`${e-16-16-4}px`,document.body.appendChild(o);const a=o.offsetHeight;return document.body.removeChild(o),a>21?qn+21:qn};function T2(e){const[t,n]=_.useState(!1),[r,i]=_.useState(""),[s,o]=_.useState(""),[a,l]=_.useState(!1),{isRequired:c=!1}=e,d=_.useCallback(w._.debounce(E=>{var v;(v=e.handleChangeSearch)==null||v.call(e,E)},300),[e.handleChangeSearch]),u=()=>{n(!t)},h=()=>{n(!1)};_.useEffect(()=>{i(e.value?e.getOptionLabel(e.value):"")},[e.value]),_.useEffect(()=>{t||i(e.value?e.getOptionLabel(e.value):"")},[t]),_.useEffect(()=>{l(e.searchLoading)},[e.paging.rows,e.searchLoading]);const m=e.paging.rows,{hasNextPage:y}=e,f=y?m.length+1:m.length,g=()=>e.isNextPageLoading?void 0:e.loadNextPage(s),b=E=>!y||E<m.length,S=E=>{i(E.target.value),t&&(o(E.target.value),d(E.target.value),l(!0))},x=_.useRef(null);return p.jsx(L.ClickAwayListener,{onClickAway:h,mouseEvent:"onMouseDown",touchEvent:"onTouchEnd",children:p.jsx("div",{ref:x,style:{width:e.wrapperWidth??"auto"},children:p.jsxs(L.Stack,{sx:{position:"relative"},children:[p.jsx(L.TextField,{required:c,label:e.label,value:r,disabled:e.loading||e.disabled||e.readOnly,fullWidth:!0,error:e.error,helperText:e.helperText,onClick:E=>{e.loading||e.disabled||e.readOnly||(E.preventDefault(),E.stopPropagation(),n(!0))},autoComplete:"off",onChange:S,placeholder:e.placeholder||"All options",sx:{"& input:not(:focus)":{"&::placeholder":{color:e.placeHolderColor||"#C5C5C5",opacity:1}}},InputProps:{readOnly:e.readOnly,endAdornment:p.jsx(L.IconButton,{size:"small",sx:{padding:"1px"},onClick:E=>{E.preventDefault(),E.stopPropagation(),u()},disabled:e.loading||e.disabled||e.readOnly,children:e.loading?p.jsx(L.CircularProgress,{size:"16px"}):p.jsx(u2,{fontSize:"small",style:{transition:"0.3s"},className:t?"rotate":""})})}}),p.jsx(L.Fade,{in:t,timeout:0,unmountOnExit:!1,children:p.jsxs(L.Paper,{sx:{position:"absolute",top:"calc(100% + 2px)",zIndex:2,left:0,right:0,p:1},children:[!e.disabledAllOption&&p.jsx(L.Stack,{sx:{...Nn({display:"none"},!!a)},children:p.jsx(L.Stack,{children:p.jsx(ei,{option:void 0,select:!e.value,renderOption:()=>p.jsx(L.Typography,{children:e.placeholder||"All options"}),onClick:()=>{var E,v;h(),(E=e.onChange)==null||E.call(e,void 0),(v=e.handleChangeSearch)==null||v.call(e,"")}})})}),!a&&p.jsx(w.InfiniteLoader,{isItemLoaded:b,itemCount:f,loadMoreItems:g,threshold:5,children:({onItemsRendered:E,ref:v})=>p.jsx(S2,{ref:v,onItemsRendered:E,height:qn*Math.min(e.itemsNumber||6,f),itemCount:f,itemSize:T=>{var C;return E2((C=x.current)==null?void 0:C.offsetWidth,m[T]?e.getOptionLabel(m[T]):"")},width:"100%",className:"styled-scroll",children:({index:T,style:C})=>{var k;const P=m[T];return b(T)?p.jsx(ei,{stackProps:{style:C},option:P,renderOption:D=>{var j;return p.jsxs(L.Stack,{direction:"row",alignItems:"center",justifyContent:"space-between",children:[p.jsx(L.Typography,{children:e.getOptionLabel(D)}),(j=e.renderOptionTooltip)==null?void 0:j.call(e,D)]})},onClick:D=>{var j;h(),(j=e.onChange)==null||j.call(e,D)},select:((k=e.isEqual)==null?void 0:k.call(e,P,e.value))??w._.isEqual(P,e.value)}):p.jsx(L.Stack,{style:C,sx:{height:qn,pl:1},justifyContent:"center",children:p.jsx(L.Typography,{children:"Loading..."})})}})}),p.jsx(L.Stack,{sx:{height:30,display:"flex",justifyContent:"center",paddingLeft:"5px",...Nn({display:"none"},!a)},children:p.jsx(L.Typography,{color:"grayText",children:"Searching..."})}),p.jsx(L.Stack,{sx:{height:30,display:"flex",justifyContent:"center",paddingLeft:"5px",...Nn({display:"none"},!!(m.length||e.loading||a))},children:p.jsx(L.Typography,{color:"grayText",children:"No options"})})]})})]})})})}function C2(e){var d;const{listProps:t}=e,[n,r]=_.useState({initLoading:!e.disabled,searchLoading:!1,hasNextPage:!1,isNextPageLoading:!1,paging:{page:1,pageSize:((d=e.listProps)==null?void 0:d.pageSize)||20,rows:[],total:0,totalPages:1}}),i=async(u,h)=>{var m,y;if(e.list)r(()=>{var b;const f=((b=u==null?void 0:u.search)==null?void 0:b.content)||"";return{hasNextPage:!1,isNextPageLoading:!1,paging:{page:1,pageSize:1e5,rows:e.list.options.filter(S=>e.list.searchOption?e.list.searchOption(S,f):w.search(S,f,e.list.searchFields)),total:e.list.options.length,totalPages:1},searchLoading:!1,initLoading:!1}});else{r(f=>({...f,isNextPageLoading:!0}));try{const f={page:1,pageSize:20,filter:{...t==null?void 0:t.filter,...u==null?void 0:u.filter},...w.lodashExports.omit(t,"filter"),...w.lodashExports.omit(u,"filter"),search:{fields:((m=t==null?void 0:t.search)==null?void 0:m.fields)??[],content:((y=u==null?void 0:u.search)==null?void 0:y.content)??""}};h&&(f.filter={},f.search&&(f.search.content=""),f.page=1);const g=await e.getList(f);r(b=>({initLoading:!1,searchLoading:!1,isNextPageLoading:!1,paging:{...g,rows:(u==null?void 0:u.page)===1?g.rows:b.paging.rows.concat(g.rows)},hasNextPage:g.page<g.totalPages}))}catch{}}},s=()=>(r(u=>({...u,initLoading:!0})),i(void 0,!0)),o=u=>(r(h=>({...h,initLoading:!0})),i(u)),a=u=>{i({page:n.paging.page+1,search:{content:u}})},l=u=>{r(h=>({...h,searchLoading:!0})),i({page:1,search:{content:u}})};_.useEffect(()=>{e.disabled||(r(u=>({...u,initLoading:!0})),i({page:1}))},[...e.dependencyList||[]]);const c=()=>{r(u=>({...u,initLoading:!u.initLoading}))};return{...e,loadNextPage:a,handleChangeSearch:l,paging:n.paging,hasNextPage:n.hasNextPage,isNextPageLoading:n.isNextPageLoading,searchLoading:n.searchLoading,loading:e.loading||n.initLoading,getList:o,reset:s,toggleLoading:c}}function _2(e){return p.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[p.jsx("path",{d:"M12 3.16663H3.99998C2.80336 3.16663 1.83331 4.13668 1.83331 5.33329V12C1.83331 13.1966 2.80336 14.1666 3.99998 14.1666H12C13.1966 14.1666 14.1666 13.1966 14.1666 12V5.33329C14.1666 4.13668 13.1966 3.16663 12 3.16663Z",stroke:"#85858A"}),p.jsx("path",{d:"M4.5 1.83337V4.16671",stroke:"#85858A",strokeLinecap:"round"}),p.jsx("path",{d:"M2.5 6.16663H13.5",stroke:"#85858A",strokeLinecap:"round"}),p.jsx("path",{d:"M11.8333 1.83337V4.16671",stroke:"#85858A",strokeLinecap:"round"}),p.jsx("path",{d:"M5.5 9.33337C5.77614 9.33337 6 9.10952 6 8.83337C6 8.55723 5.77614 8.33337 5.5 8.33337C5.22386 8.33337 5 8.55723 5 8.83337C5 9.10952 5.22386 9.33337 5.5 9.33337Z",fill:"#85858A"}),p.jsx("path",{d:"M8.16669 9.33337C8.44283 9.33337 8.66669 9.10952 8.66669 8.83337C8.66669 8.55723 8.44283 8.33337 8.16669 8.33337C7.89054 8.33337 7.66669 8.55723 7.66669 8.83337C7.66669 9.10952 7.89054 9.33337 8.16669 9.33337Z",fill:"#85858A"}),p.jsx("path",{d:"M10.8333 9.33337C11.1095 9.33337 11.3333 9.10952 11.3333 8.83337C11.3333 8.55723 11.1095 8.33337 10.8333 8.33337C10.5572 8.33337 10.3333 8.55723 10.3333 8.83337C10.3333 9.10952 10.5572 9.33337 10.8333 9.33337Z",fill:"#85858A"}),p.jsx("path",{d:"M5.5 12C5.77614 12 6 11.7761 6 11.5C6 11.2239 5.77614 11 5.5 11C5.22386 11 5 11.2239 5 11.5C5 11.7761 5.22386 12 5.5 12Z",fill:"#85858A"}),p.jsx("path",{d:"M8.16669 12C8.44283 12 8.66669 11.7761 8.66669 11.5C8.66669 11.2239 8.44283 11 8.16669 11C7.89054 11 7.66669 11.2239 7.66669 11.5C7.66669 11.7761 7.89054 12 8.16669 12Z",fill:"#85858A"}),p.jsx("path",{d:"M10.8333 12C11.1095 12 11.3333 11.7761 11.3333 11.5C11.3333 11.2239 11.1095 11 10.8333 11C10.5572 11 10.3333 11.2239 10.3333 11.5C10.3333 11.7761 10.5572 12 10.8333 12Z",fill:"#85858A"})]})}const P2="Reset date";function A2(e){var o,a;const[t,n]=_.useState(e.value),r=!(t!=null&&t.startDate)||!t.endDate?"":le(t.startDate).format("DD/MM/YYYY")+" - "+le(t.endDate).format("DD/MM/YYYY"),i=_.useRef(Date.now()),s=()=>{i.current=Date.now()};return _.useEffect(()=>{var l;n(e.value),(l=e.value)!=null&&l.endDate&&e.value.startDate||s()},[e.value]),p.jsx(w.DateRangePicker,{initialSettings:{autoApply:!0,ranges:{Today:[le(),le()],Yesterday:[le().subtract(1,"days"),le().subtract(1,"days")],"Last 7 days":[le().subtract(6,"days"),le()],"Last 30 days":[le().subtract(29,"days"),le()],"This month":[le().startOf("month"),le().endOf("month")],"Last month":[le().subtract(1,"month").startOf("month"),le().subtract(1,"month").endOf("month")],"Reset date":[((o=e.dateReset)==null?void 0:o.startDate)??void 0,((a=e.dateReset)==null?void 0:a.endDate)??void 0]},alwaysShowCalendars:!0,startDate:(t==null?void 0:t.startDate)??void 0,endDate:(t==null?void 0:t.endDate)??void 0,opens:"left",...e.initialSettings},onApply:(l,c)=>{var f,g,b;const d=c.chosenLabel===P2,{startDate:u,endDate:h}=c,m=d?((f=e.dateReset)==null?void 0:f.startDate)??void 0:u.toDate(),y=d?((g=e.dateReset)==null?void 0:g.endDate)??void 0:h.toDate();console.log("onApply"),n({startDate:m,endDate:y}),(b=e.onChange)==null||b.call(e,{startDate:m,endDate:y})},children:p.jsx(L.TextField,{label:e.label??"Permit date",placeholder:"Select date range",value:r,InputProps:{readOnly:!0,endAdornment:p.jsx(_2,{width:24,height:24,color:"gray"})},fullWidth:!0,sx:{"& *":{cursor:"pointer"},display:"flex",justifyContent:"center"}})},i.current)}function k2(e){return p.jsx("svg",{...e,width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:p.jsx("path",{d:"M16 2.75H8C5.10051 2.75 2.75 5.10051 2.75 8V16C2.75 18.8995 5.10051 21.25 8 21.25H16C18.8995 21.25 21.25 18.8995 21.25 16V8C21.25 5.10051 18.8995 2.75 16 2.75Z",stroke:"#85858A",strokeWidth:"1.5"})})}function O2(e){return p.jsxs("svg",{...e,width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[p.jsx("path",{d:"M16 2.75H8C5.10051 2.75 2.75 5.10051 2.75 8V16C2.75 18.8995 5.10051 21.25 8 21.25H16C18.8995 21.25 21.25 18.8995 21.25 16V8C21.25 5.10051 18.8995 2.75 16 2.75Z",stroke:"#009D4F",strokeWidth:"1.5"}),p.jsx("path",{d:"M9 12L11 14L15 10",stroke:"#009D4F",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]})}const j2=e=>{"serviceWorker"in navigator&&navigator.serviceWorker.register(e.path).then(function(t){console.log("Registration successful, scope is:",t.scope);const n=w.getMessagingInWindow(w.initializeApp({apiKey:e.apiKey,authDomain:e.authDomain,projectId:e.projectId,storageBucket:e.storageBucket,messagingSenderId:e.messagingSenderId,appId:e.appId,measurementId:e.measurementId}));w.getToken(n,{serviceWorkerRegistration:t,vapidKey:e.vapidKey}).then(r=>{r?console.log("current token for client: ",r):console.log("No registration token available. Request permission to generate one.")}).catch(r=>{console.log("An error occurred while retrieving token. ",r)})}).catch(function(t){console.log("Service worker registration failed, error:",t)})},M2=e=>new Promise(t=>{const n=w.getMessagingInWindow(w.initializeApp({apiKey:e.apiKey,authDomain:e.authDomain,projectId:e.projectId,storageBucket:e.storageBucket,messagingSenderId:e.messagingSenderId,appId:e.appId,measurementId:e.measurementId}));w.onMessage(n,r=>{console.log("payload",r),t(r)})}),N2=["granted","denied"],D2=e=>{const[t,n]=_.useState(!1),r=()=>{Notification.requestPermission(function(s){s==="granted"&&j2(e),N2.includes(s)&&n(!0)})},i=()=>{n(!0)};return p.jsx(p.Fragment,{children:t?"":p.jsx("div",{className:w.styles$1["subscription-diaglog"],children:p.jsxs("div",{className:w.styles$1["subscription-container"],children:[p.jsx("h4",{className:w.styles$1["subscription-title"],children:"Notification"}),p.jsx("p",{className:w.styles$1["subscription-text"],children:"Option to receive notifications about the latest information. You can turn them off at any time."}),p.jsxs("div",{className:w.styles$1["subscription-btn__container"],children:[p.jsx("button",{className:w.styles$1["btn-cancel"],onClick:i,children:"Not now"}),p.jsx("button",{className:w.styles$1["btn-success"],onClick:r,children:"Turn on"})]})]})})})},R2=e=>{const[t,n]=_.useState({title:"",body:""}),r=()=>w.B(p.jsx(i,{}));function i(){return p.jsxs("div",{children:[p.jsx("p",{children:p.jsx("b",{children:t==null?void 0:t.title})}),p.jsx("p",{children:t==null?void 0:t.body})]})}return _.useEffect(()=>{t!=null&&t.title&&r()},[t]),M2(e).then(s=>{var o,a;n({title:(o=s==null?void 0:s.notification)==null?void 0:o.title,body:(a=s==null?void 0:s.notification)==null?void 0:a.body}),console.log(s)}).catch(s=>console.log("failed: ",s)),p.jsxs("div",{children:["Notification"in window&&Notification.permission==="default"?p.jsx(D2,{...e}):"",Notification.permission==="granted"?p.jsx(w.Q,{}):""]})};exports.pushError=w.pushError;exports.pushSuccess=w.pushSuccess;exports.pushWarning=w.pushWarning;exports.AutocompleteOption=ei;exports.CheckedIcon=O2;exports.GlobalMenu=$h;exports.NoData=zh;exports.NotificationBase=R2;exports.PopUpBase=Uh;exports.StyledAutocomplete=T2;exports.StyledDateRangePicker=A2;exports.ToastConfig=gu;exports.TopBar=Oc;exports.UnauthorizedPage=Yh;exports.UncheckedIcon=k2;exports.usePopUp=Gh;exports.useStyledAutocomplete=C2;
|