diff --git a/public/js/vendor.js b/public/js/vendor.js index 598f54d..f5c9428 100644 --- a/public/js/vendor.js +++ b/public/js/vendor.js @@ -1,2 +1,2 @@ /*! For license information please see vendor.js.LICENSE.txt */ -(self.webpackChunkchrome_extension_typescript_starter=self.webpackChunkchrome_extension_typescript_starter||[]).push([[736],{94090:(e,t,r)=>{"use strict";r.d(t,{UQ:()=>P,KF:()=>B,di:()=>g,XE:()=>F,Qd:()=>R,Hk:()=>N,a2:()=>k,As:()=>x,EF:()=>E,mc:()=>y,_v:()=>v,eG:()=>b,Zl:()=>S,Ss:()=>I});var n=r(10894),o=r(32090),i=r(37496),a=r(9199),s=r(26450),l=r(67294),c=r(40242),u=r(97375);function d(){return d=Object.assign||function(e){for(var t=1;t=0||(o[r]=e[r]);return o}var m=["onChange","defaultIndex","index","allowMultiple","allowToggle"],f=["isDisabled","isFocusable","id"],h=(0,c.n)(),g=h[0],b=h[1],v=h[2],y=h[3];function x(e){var t=e.onChange,r=e.defaultIndex,n=e.index,o=e.allowMultiple,i=e.allowToggle,s=p(e,m);!function(e){var t=e.index||e.defaultIndex,r=!(0,a.o8)(t)&&!(0,a.kJ)(t)&&e.allowMultiple;(0,a.ZK)({condition:!!r,message:"If 'allowMultiple' is passed, then 'index' or 'defaultIndex' must be an array. You passed: "+typeof t+","})}(e),function(e){(0,a.ZK)({condition:!(!e.allowMultiple||!e.allowToggle),message:"If 'allowMultiple' is passed, 'allowToggle' will be ignored. Either remove 'allowToggle' or 'allowMultiple' depending on whether you want multiple accordions visible or not"})}(e);var c=v(),d=(0,l.useState)(-1),f=d[0],h=d[1];(0,u.zq)((function(){h(-1)}));var g=(0,u.Tx)({value:n,defaultValue:function(){return o?null!=r?r:[]:null!=r?r:-1},onChange:t}),b=g[0],y=g[1];return{index:b,setIndex:y,htmlProps:s,getAccordionItemProps:function(e){var t=!1;return null!==e&&(t=(0,a.kJ)(b)?b.includes(e):b===e),{isOpen:t,onChange:function(t){if(null!==e)if(o&&(0,a.kJ)(b)){var r=t?(0,a.jX)(b,e):(0,a.cl)(b,e);y(r)}else t?y(e):i&&y(-1)}}},focusedIndex:f,setFocusedIndex:h,descendants:c}}var w=(0,s.kr)({name:"AccordionContext",errorMessage:"useAccordionContext: `context` is undefined. Seems you forgot to wrap the accordion components in ``"}),k=w[0],E=w[1];function S(e){var t=e.isDisabled,r=e.isFocusable,n=e.id,o=p(e,f),i=E(),c=i.getAccordionItemProps,m=i.setFocusedIndex,h=(0,l.useRef)(null),g=(0,u.ZS)(n,"accordion-button","accordion-panel"),b=g[0],v=g[1];!function(e){(0,a.ZK)({condition:!(!e.isFocusable||e.isDisabled),message:"Using only 'isFocusable', this prop is reserved for situations where you pass 'isDisabled' but you still want the element to receive focus (A11y). Either remove it or pass 'isDisabled' as well.\n "})}(e);var x=y({disabled:t&&!r}),w=x.register,k=x.index,S=x.descendants,C=c(-1===k?null:k),T=C.isOpen,A=C.onChange;!function(e){(0,a.ZK)({condition:e.isOpen&&!!e.isDisabled,message:"Cannot open a disabled accordion item"})}({isOpen:T,isDisabled:t});var P=(0,l.useCallback)((function(){null==A||A(!T),m(k)}),[k,m,T,A]),M=(0,l.useCallback)((function(e){var t={ArrowDown:function(){var e=S.nextEnabled(k);e&&(0,a.T_)(e.node)},ArrowUp:function(){var e=S.prevEnabled(k);e&&(0,a.T_)(e.node)},Home:function(){var e=S.firstEnabled();e&&(0,a.T_)(e.node)},End:function(){var e=S.lastEnabled();e&&(0,a.T_)(e.node)}}[(0,a.uh)(e)];t&&(e.preventDefault(),t(e))}),[S,k]),_=(0,l.useCallback)((function(){m(k)}),[m,k]),O=(0,l.useCallback)((function(e,r){return void 0===e&&(e={}),void 0===r&&(r=null),d({},e,{type:"button",ref:(0,s.lq)(w,h,r),id:b,disabled:!!t,"aria-expanded":!!T,"aria-controls":v,onClick:(0,a.v0)(e.onClick,P),onFocus:(0,a.v0)(e.onFocus,_),onKeyDown:(0,a.v0)(e.onKeyDown,M)})}),[b,t,T,P,_,M,v,w]),R=(0,l.useCallback)((function(e,t){return void 0===e&&(e={}),void 0===t&&(t=null),d({},e,{ref:t,role:"region",id:v,"aria-labelledby":b,hidden:!T})}),[b,T,v]);return{isOpen:T,isDisabled:t,isFocusable:r,onOpen:function(){null==A||A(!0)},onClose:function(){null==A||A(!1)},getButtonProps:O,getPanelProps:R,htmlProps:o}}var C=["children","reduceMotion"],T=["htmlProps","descendants"],A=["htmlProps"],P=(0,o.Gp)((function(e,t){var r=e.children,n=e.reduceMotion,i=p(e,C),s=(0,o.jC)("Accordion",i),c=x((0,o.Lr)(i)),u=c.htmlProps,m=c.descendants,f=p(c,T),h=l.useMemo((function(){return d({},f,{reduceMotion:!!n})}),[f,n]);return l.createElement(g,{value:m},l.createElement(k,{value:h},l.createElement(o.Fo,{value:s},l.createElement(o.m$.div,d({ref:t},u,{className:(0,a.cx)("chakra-accordion",i.className)}),r))))}));a.Ts&&(P.displayName="Accordion");var M=(0,s.kr)({name:"AccordionItemContext",errorMessage:"useAccordionItemContext: `context` is undefined. Seems you forgot to wrap the accordion item parts in `` "}),_=M[0],O=M[1],R=(0,o.Gp)((function(e,t){var r=e.children,n=e.className,i=S(e),s=i.htmlProps,c=p(i,A),u=d({},(0,o.yK)().container,{overflowAnchor:"none"}),m=l.useMemo((function(){return c}),[c]);return l.createElement(_,{value:m},l.createElement(o.m$.div,d({ref:t},s,{className:(0,a.cx)("chakra-accordion__item",n),__css:u}),(0,a.Pu)(r,{isExpanded:!!c.isOpen,isDisabled:!!c.isDisabled})))}));function I(){var e=O(),t=e.isOpen,r=e.isDisabled;return{isOpen:t,onClose:e.onClose,isDisabled:r,onOpen:e.onOpen}}a.Ts&&(R.displayName="AccordionItem");var B=(0,o.Gp)((function(e,t){var r=(0,O().getButtonProps)(e,t),n=d({display:"flex",alignItems:"center",width:"100%",outline:0},(0,o.yK)().button);return l.createElement(o.m$.button,d({},r,{className:(0,a.cx)("chakra-accordion__button",e.className),__css:n}))}));a.Ts&&(B.displayName="AccordionButton");var N=(0,o.Gp)((function(e,t){var r=E().reduceMotion,n=O(),s=n.getPanelProps,c=n.isOpen,u=s(e,t),p=(0,a.cx)("chakra-accordion__panel",e.className),m=(0,o.yK)();r||delete u.hidden;var f=l.createElement(o.m$.div,d({},u,{__css:m.panel,className:p}));return r?f:l.createElement(i.UO,{in:c},f)}));a.Ts&&(N.displayName="AccordionPanel");var F=function(e){var t=O(),r=t.isOpen,i=t.isDisabled,s=E().reduceMotion,c=(0,a.cx)("chakra-accordion__icon",e.className),u=d({opacity:i?.4:1,transform:r?"rotate(-180deg)":void 0,transition:s?void 0:"transform 0.2s",transformOrigin:"center"},(0,o.yK)().icon);return l.createElement(n.JO,d({viewBox:"0 0 24 24","aria-hidden":!0,className:c,__css:u},e),l.createElement("path",{fill:"currentColor",d:"M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"}))};a.Ts&&(F.displayName="AccordionIcon")},6886:(e,t,r)=>{"use strict";if(r.d(t,{bZ:()=>h,X:()=>b,zM:()=>v,Cd:()=>g}),902!=r.j)var n=r(32090);if(902!=r.j)var o=r(9199);var i=r(26450),a=r(67294),s=r(10894);function l(){return l=Object.assign||function(e){for(var t=1;t`"}),m=p[0],f=p[1],h=902!=r.j?(0,n.Gp)((function(e,t){var r,i=(0,n.Lr)(e),s=i.status,c=void 0===s?"info":s,p=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n=0||(o[r]=e[r]);return o}(i,u),f=null!=(r=e.colorScheme)?r:d[c].colorScheme,h=(0,n.jC)("Alert",l({},e,{colorScheme:f})),g=l({width:"100%",display:"flex",alignItems:"center",position:"relative",overflow:"hidden"},h.container);return a.createElement(m,{value:{status:c}},a.createElement(n.Fo,{value:h},a.createElement(n.m$.div,l({role:"alert",ref:t},p,{className:(0,o.cx)("chakra-alert",e.className),__css:g}))))})):null,g=902!=r.j?(0,n.Gp)((function(e,t){var r=(0,n.yK)();return a.createElement(n.m$.div,l({ref:t},e,{className:(0,o.cx)("chakra-alert__title",e.className),__css:r.title}))})):null,b=902!=r.j?(0,n.Gp)((function(e,t){var r=l({display:"inline"},(0,n.yK)().description);return a.createElement(n.m$.div,l({ref:t},e,{className:(0,o.cx)("chakra-alert__desc",e.className),__css:r}))})):null,v=function(e){var t=f().status,r=d[t].icon,i=(0,n.yK)();return a.createElement(n.m$.span,l({display:"inherit"},e,{className:(0,o.cx)("chakra-alert__icon",e.className),__css:i.icon}),a.createElement(r,{w:"100%",h:"100%"}))}},7657:(e,t,r)=>{"use strict";r.d(t,{qE:()=>b,MX:()=>p,HE:()=>x,Oh:()=>g});var n=r(34651),o=r(32090),i=r(9199),a=r(67294),s=r(26450);function l(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n=0||(o[r]=e[r]);return o}function c(){return c=Object.assign||function(e){for(var t=1;t0&&a.createElement(o.m$.span,{className:"chakra-avatar__excess",__css:S},"+"+k),E)}));i.Ts&&(x.displayName="AvatarGroup")},11739:(e,t,r)=>{"use strict";r.d(t,{aG:()=>g,gN:()=>h,At:()=>f,bg:()=>m});var n=r(32090),o=r(9199),i=r(26450),a=r(67294);function s(){return s=Object.assign||function(e){for(var t=1;t=0||(o[r]=e[r]);return o}var c=["spacing"],u=["isCurrentPage","as","className","href"],d=["isCurrentPage","separator","isLastChild","spacing","children","className"],p=["children","spacing","separator","className"],m=(0,n.Gp)((function(e,t){var r=e.spacing,o=l(e,c),i=s({mx:r},(0,n.yK)().separator);return a.createElement(n.m$.span,s({ref:t,role:"presentation"},o,{__css:i}))}));o.Ts&&(m.displayName="BreadcrumbSeparator");var f=(0,n.Gp)((function(e,t){var r=e.isCurrentPage,i=e.as,c=e.className,d=e.href,p=l(e,u),m=(0,n.yK)(),f=s({ref:t,as:i,className:(0,o.cx)("chakra-breadcrumb__link",c)},p);return r?a.createElement(n.m$.span,s({"aria-current":"page",__css:m.link},f)):a.createElement(n.m$.a,s({__css:m.link,href:d},f))}));o.Ts&&(f.displayName="BreadcrumbLink");var h=(0,n.Gp)((function(e,t){var r=e.isCurrentPage,c=e.separator,u=e.isLastChild,p=e.spacing,h=e.children,g=e.className,b=l(e,d),v=(0,i.WR)(h).map((function(e){return e.type===f?a.cloneElement(e,{isCurrentPage:r}):e.type===m?a.cloneElement(e,{spacing:p,children:e.props.children||c}):e})),y=s({display:"inline-flex",alignItems:"center"},(0,n.yK)().item),x=(0,o.cx)("chakra-breadcrumb__list-item",g);return a.createElement(n.m$.li,s({ref:t,className:x},b,{__css:y}),v,!u&&a.createElement(m,{spacing:p},c))}));o.Ts&&(h.displayName="BreadcrumbItem");var g=(0,n.Gp)((function(e,t){var r=(0,n.jC)("Breadcrumb",e),c=(0,n.Lr)(e),u=c.children,d=c.spacing,m=void 0===d?"0.5rem":d,f=c.separator,h=void 0===f?"/":f,g=c.className,b=l(c,p),v=(0,i.WR)(u),y=v.length,x=v.map((function(e,t){return a.cloneElement(e,{separator:h,spacing:m,isLastChild:y===t+1})})),w=(0,o.cx)("chakra-breadcrumb",g);return a.createElement(n.m$.nav,s({ref:t,"aria-label":"breadcrumb",className:w,__css:r.container},b),a.createElement(n.Fo,{value:r},a.createElement(n.m$.ol,{className:"chakra-breadcrumb__list"},x)))}));o.Ts&&(g.displayName="Breadcrumb")},15193:(e,t,r)=>{"use strict";r.d(t,{zx:()=>E,hE:()=>b,X4:()=>y,hU:()=>T,iv:()=>g});var n=r(97375),o=r(32090),i=r(9199),a=r(38554),s=r.n(a),l=r(67294),c=r(26450),u=r(49609);function d(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n=0||(o[r]=e[r]);return o}function p(){return p=Object.assign||function(e){for(var t=1;t *:first-of-type:not(:last-of-type)":{borderEndRadius:0},"> *:not(:first-of-type):not(:last-of-type)":{borderRadius:0},"> *:not(:first-of-type):last-of-type":{borderStartRadius:0}}:{"& > *:not(style) ~ *:not(style)":{marginStart:u}}),l.createElement(h,{value:y},l.createElement(o.m$.div,p({ref:t,role:"group",__css:x,className:v},b)))}));i.Ts&&(b.displayName="ButtonGroup");var v=["label","placement","spacing","children","className","__css"],y=function(e){var t=e.label,r=e.placement;e.spacing;var n=e.children,a=void 0===n?l.createElement(u.$,{color:"currentColor",width:"1em",height:"1em"}):n,s=e.className,c=e.__css,m=d(e,v),f=(0,i.cx)("chakra-button__spinner",s),h="start"===r?"marginEnd":"marginStart",g=l.useMemo((function(){var e;return p(((e={display:"flex",alignItems:"center",position:t?"relative":"absolute"})[h]=t?"0.5rem":0,e.fontSize="1em",e.lineHeight="normal",e),c)}),[c,t,h]);return l.createElement(o.m$.div,p({className:f},m,{__css:g}),a)};i.Ts&&(y.displayName="ButtonSpinner");var x=["children","className"],w=function(e){var t=e.children,r=e.className,n=d(e,x),a=l.isValidElement(t)?l.cloneElement(t,{"aria-hidden":!0,focusable:!1}):t,s=(0,i.cx)("chakra-button__icon",r);return l.createElement(o.m$.span,p({display:"inline-flex",alignSelf:"center",flexShrink:0},n,{className:s}),a)};i.Ts&&(w.displayName="ButtonIcon");var k=["isDisabled","isLoading","isActive","isFullWidth","children","leftIcon","rightIcon","loadingText","iconSpacing","type","spinner","spinnerPlacement","className","as"],E=(0,o.Gp)((function(e,t){var r,a,c,u,m=g(),f=(0,o.mq)("Button",p({},m,e)),h=(0,o.Lr)(e),b=h.isDisabled,v=void 0===b?null==m?void 0:m.isDisabled:b,x=h.isLoading,w=h.isActive,E=h.isFullWidth,C=h.children,T=h.leftIcon,A=h.rightIcon,P=h.loadingText,M=h.iconSpacing,_=void 0===M?"0.5rem":M,O=h.type,R=h.spinner,I=h.spinnerPlacement,B=void 0===I?"start":I,N=h.className,F=h.as,D=d(h,k),L=l.useMemo((function(){var e,t=s()({},null!=(e=null==f?void 0:f._focus)?e:{},{zIndex:1});return p({display:"inline-flex",appearance:"none",alignItems:"center",justifyContent:"center",userSelect:"none",position:"relative",whiteSpace:"nowrap",verticalAlign:"middle",outline:"none",width:E?"100%":"auto"},f,!!m&&{_focus:t})}),[f,m,E]),j=(r=F,c=(a=l.useState(!r))[0],u=a[1],{ref:l.useCallback((function(e){e&&u("BUTTON"===e.tagName)}),[]),type:c?"button":void 0}),z=j.ref,U=j.type,G={rightIcon:A,leftIcon:T,iconSpacing:_,children:C};return l.createElement(o.m$.button,p({disabled:v||x,ref:(0,n.qq)(t,z),as:F,type:null!=O?O:U,"data-active":(0,i.PB)(w),"data-loading":(0,i.PB)(x),__css:L,className:(0,i.cx)("chakra-button",N)},D),x&&"start"===B&&l.createElement(y,{className:"chakra-button__spinner--start",label:P,placement:"start"},R),x?P||l.createElement(o.m$.span,{opacity:0},l.createElement(S,G)):l.createElement(S,G),x&&"end"===B&&l.createElement(y,{className:"chakra-button__spinner--end",label:P,placement:"end"},R))}));function S(e){var t=e.leftIcon,r=e.rightIcon,n=e.children,o=e.iconSpacing;return l.createElement(l.Fragment,null,t&&l.createElement(w,{marginEnd:o},t),n,r&&l.createElement(w,{marginStart:o},r))}i.Ts&&(E.displayName="Button");var C=["icon","children","isRound","aria-label"],T=(0,o.Gp)((function(e,t){var r=e.icon,n=e.children,o=e.isRound,i=e["aria-label"],a=d(e,C),s=r||n,c=l.isValidElement(s)?l.cloneElement(s,{"aria-hidden":!0,focusable:!1}):null;return l.createElement(E,p({padding:"0",borderRadius:o?"full":void 0,ref:t,"aria-label":i},a),c)}));i.Ts&&(T.displayName="IconButton")},68133:(e,t,r)=>{"use strict";r.d(t,{XZ:()=>_,cO:()=>g,O:()=>C,u6:()=>p,Jq:()=>h});var n=r(9199),o=r(26450),i=r(67294),a=r(97375),s=r(32090),l=r(77979),c=r(56593),u=r(1358);function d(){return d=Object.assign||function(e){for(var t=1;t=0||(o[r]=e[r]);return o}n.Ts&&(g.displayName="CheckboxGroup");var v=["isIndeterminate","isChecked"],y="custom"in l.E?l.E.custom(s.m$.svg):(0,l.E)(s.m$.svg),x=function(e){return i.createElement(y,d({width:"1.2em",viewBox:"0 0 12 10",variants:{unchecked:{opacity:0,strokeDashoffset:16},checked:{opacity:1,strokeDashoffset:0,transition:{duration:.2}}},style:{fill:"none",strokeWidth:2,stroke:"currentColor",strokeDasharray:16}},e),i.createElement("polyline",{points:"1.5 6 4.5 9 10.5 1"}))},w=function(e){return i.createElement(y,d({width:"1.2em",viewBox:"0 0 24 24",variants:{unchecked:{scaleX:.65,opacity:0},checked:{scaleX:1,opacity:1,transition:{scaleX:{duration:0},opacity:{duration:.02}}}},style:{stroke:"currentColor",strokeWidth:4}},e),i.createElement("line",{x1:"21",x2:"3",y1:"12",y2:"12"}))},k=function(e){var t=e.open,r=e.children;return i.createElement(c.M,{initial:!1},t&&i.createElement(l.E.div,{variants:{unchecked:{scale:.5},checked:{scale:1}},initial:"unchecked",animate:"checked",exit:"unchecked",style:{display:"flex",alignItems:"center",justifyContent:"center",height:"100%"}},r))},E=function(e){var t=e.isIndeterminate,r=e.isChecked,n=b(e,v),o=t?w:x;return i.createElement(k,{open:r||t},i.createElement(o,n))},S=["defaultIsChecked","defaultChecked","isChecked","isFocusable","isDisabled","isReadOnly","isRequired","onChange","isIndeterminate","isInvalid","name","value","id","onBlur","onFocus","tabIndex","aria-label","aria-labelledby","aria-invalid","aria-describedby"];function C(e){void 0===e&&(e={});var t=e,r=t.defaultIsChecked,s=t.defaultChecked,l=void 0===s?r:s,c=t.isChecked,p=t.isFocusable,m=t.isDisabled,f=t.isReadOnly,h=t.isRequired,g=t.onChange,v=t.isIndeterminate,y=t.isInvalid,x=t.name,w=t.value,k=t.id,E=t.onBlur,C=t.onFocus,A=t.tabIndex,P=void 0===A?void 0:A,M=t["aria-label"],_=t["aria-labelledby"],O=t["aria-invalid"],R=t["aria-describedby"],I=b(t,S),B=(0,a.W6)(g),N=(0,a.W6)(E),F=(0,a.W6)(C),D=(0,a.kt)(),L=D[0],j=D[1],z=(0,a.kt)(),U=z[0],G=z[1],J=(0,a.kt)(),H=J[0],V=J[1],$=(0,i.useRef)(null),X=(0,i.useState)(!0),Z=X[0],q=X[1],W=(0,i.useState)(!!l),K=W[0],Y=W[1],Q=(0,a.pY)(c,K),ee=Q[0],te=Q[1];(0,n.ZK)({condition:!!r,message:'The "defaultIsChecked" prop has been deprecated and will be removed in a future version. Please use the "defaultChecked" prop instead, which mirrors default React checkbox behavior.'});var re=(0,i.useCallback)((function(e){f||m?e.preventDefault():(ee||Y(te?e.target.checked:!!v||e.target.checked),null==B||B(e))}),[f,m,te,ee,v,B]);(0,a.Gw)((function(){$.current&&($.current.indeterminate=Boolean(v))}),[v]),(0,a.rf)((function(){m&&j.off()}),[m,j]);var ne=m&&!p,oe=(0,i.useCallback)((function(e){" "===e.key&&V.on()}),[V]),ie=(0,i.useCallback)((function(e){" "===e.key&&V.off()}),[V]);(0,a.Gw)((function(){$.current&&$.current.checked!==te&&Y($.current.checked)}),[$.current]);var ae=(0,i.useCallback)((function(e,t){return void 0===e&&(e={}),void 0===t&&(t=null),d({},e,{ref:t,"data-active":(0,n.PB)(H),"data-hover":(0,n.PB)(U),"data-checked":(0,n.PB)(te),"data-focus":(0,n.PB)(L),"data-indeterminate":(0,n.PB)(v),"data-disabled":(0,n.PB)(m),"data-invalid":(0,n.PB)(y),"data-readonly":(0,n.PB)(f),"aria-hidden":!0,onMouseDown:(0,n.v0)(e.onMouseDown,(function(e){e.preventDefault(),V.on()})),onMouseUp:(0,n.v0)(e.onMouseUp,V.off),onMouseEnter:(0,n.v0)(e.onMouseEnter,G.on),onMouseLeave:(0,n.v0)(e.onMouseLeave,G.off)})}),[H,te,m,L,U,v,y,f,V,G.off,G.on]),se=(0,i.useCallback)((function(e,t){return void 0===e&&(e={}),void 0===t&&(t=null),d({},I,e,{ref:(0,o.lq)(t,(function(e){e&&q("LABEL"===e.tagName)})),onClick:(0,n.v0)(e.onClick,(function(){var e;Z||(null==(e=$.current)||e.click(),(0,n.T_)($.current,{nextTick:!0}))})),"data-disabled":(0,n.PB)(m),"data-checked":(0,n.PB)(te),"data-invalid":(0,n.PB)(y)})}),[I,m,te,y,Z]),le=(0,i.useCallback)((function(e,t){return void 0===e&&(e={}),void 0===t&&(t=null),d({},e,{ref:(0,o.lq)($,t),type:"checkbox",name:x,value:w,id:k,tabIndex:P,onChange:(0,n.v0)(e.onChange,re),onBlur:(0,n.v0)(e.onBlur,N,j.off),onFocus:(0,n.v0)(e.onFocus,F,j.on),onKeyDown:(0,n.v0)(e.onKeyDown,oe),onKeyUp:(0,n.v0)(e.onKeyUp,ie),required:h,checked:te,disabled:ne,readOnly:f,"aria-label":M,"aria-labelledby":_,"aria-invalid":O?Boolean(O):y,"aria-describedby":R,"aria-disabled":m,style:u.NL})}),[x,w,k,re,j.off,j.on,N,F,oe,ie,h,te,ne,f,M,_,O,y,R,m,P]),ce=(0,i.useCallback)((function(e,t){return void 0===e&&(e={}),void 0===t&&(t=null),d({},e,{ref:t,onMouseDown:(0,n.v0)(e.onMouseDown,T),onTouchStart:(0,n.v0)(e.onTouchStart,T),"data-disabled":(0,n.PB)(m),"data-checked":(0,n.PB)(te),"data-invalid":(0,n.PB)(y)})}),[te,m,y]);return{state:{isInvalid:y,isFocused:L,isChecked:te,isActive:H,isHovered:U,isIndeterminate:v,isDisabled:m,isReadOnly:f,isRequired:h},getRootProps:se,getCheckboxProps:ae,getInputProps:le,getLabelProps:ce,htmlProps:I}}function T(e){e.preventDefault(),e.stopPropagation()}var A=["spacing","className","children","iconColor","iconSize","icon","isChecked","isDisabled","onChange"],P=(0,s.m$)("span",{baseStyle:{display:"inline-flex",alignItems:"center",justifyContent:"center",verticalAlign:"top",userSelect:"none",flexShrink:0}}),M=(0,s.m$)("label",{baseStyle:{cursor:"pointer",display:"inline-flex",alignItems:"center",verticalAlign:"top",position:"relative",_disabled:{cursor:"not-allowed"}}}),_=(0,s.Gp)((function(e,t){var r=h(),o=d({},r,e),a=(0,s.jC)("Checkbox",o),l=(0,s.Lr)(e),c=l.spacing,u=void 0===c?"0.5rem":c,p=l.className,m=l.children,f=l.iconColor,g=l.iconSize,v=l.icon,y=void 0===v?i.createElement(E,null):v,x=l.isChecked,w=l.isDisabled,k=void 0===w?null==r?void 0:r.isDisabled:w,S=l.onChange,T=b(l,A),_=x;null!=r&&r.value&&l.value&&(_=r.value.includes(l.value));var O=S;null!=r&&r.onChange&&l.value&&(O=(0,n.PP)(r.onChange,S));var R=C(d({},T,{isDisabled:k,isChecked:_,onChange:O})),I=R.state,B=R.getInputProps,N=R.getCheckboxProps,F=R.getLabelProps,D=R.getRootProps,L=i.useMemo((function(){return d({opacity:I.isChecked||I.isIndeterminate?1:0,transform:I.isChecked||I.isIndeterminate?"scale(1)":"scale(0.95)",fontSize:g,color:f},a.icon)}),[f,g,I.isChecked,I.isIndeterminate,a.icon]),j=i.cloneElement(y,{__css:L,isIndeterminate:I.isIndeterminate,isChecked:I.isChecked});return i.createElement(M,d({__css:a.container,className:(0,n.cx)("chakra-checkbox",p)},D()),i.createElement("input",d({className:"chakra-checkbox__input"},B({},t))),i.createElement(P,d({__css:a.control,className:"chakra-checkbox__control"},N()),j),m&&i.createElement(s.m$.span,d({className:"chakra-checkbox__label"},F(),{__css:d({marginStart:u},a.label)}),m))}));n.Ts&&(_.displayName="Checkbox")},87096:(e,t,r)=>{"use strict";if(r.d(t,{h:()=>c}),902!=r.j)var n=r(9199);if(902!=r.j)var o=r(26450);var i=r(67294);function a(){return a=Object.assign||function(e){for(var t=1;t=0||(o[r]=e[r]);return o}(t,s),S=i.useState(!0),C=S[0],T=S[1],A=i.useState(!1),P=A[0],M=A[1],_=function(){var e=i.useRef(new Map),t=e.current,r=i.useCallback((function(t,r,n,o){e.current.set(n,{type:r,el:t,options:o}),t.addEventListener(r,n,o)}),[]),n=i.useCallback((function(t,r,n,o){t.removeEventListener(r,n,o),e.current.delete(n)}),[]);return i.useEffect((function(){return function(){t.forEach((function(e,t){n(e.el,e.type,t,e.options)}))}}),[n,t]),{add:r,remove:n}}(),O=C?x:x||0,R=c&&!u,I=i.useCallback((function(e){if(c)return e.stopPropagation(),void e.preventDefault();e.currentTarget.focus(),null==b||b(e)}),[c,b]),B=i.useCallback((function(e){P&&l(e)&&(e.preventDefault(),e.stopPropagation(),M(!1),_.remove(document,"keyup",B,!1))}),[P,_]),N=i.useCallback((function(e){if(null==v||v(e),!(c||e.defaultPrevented||e.metaKey)&&l(e.nativeEvent)&&!C){var t=p&&"Enter"===e.key;f&&" "===e.key&&(e.preventDefault(),M(!0)),t&&(e.preventDefault(),e.currentTarget.click()),_.add(document,"keyup",B,!1)}}),[c,C,v,p,f,_,B]),F=i.useCallback((function(e){null==y||y(e),c||e.defaultPrevented||e.metaKey||l(e.nativeEvent)&&!C&&f&&" "===e.key&&(e.preventDefault(),M(!1),e.currentTarget.click())}),[f,C,c,y]),D=i.useCallback((function(e){0===e.button&&(M(!1),_.remove(document,"mouseup",D,!1))}),[_]),L=i.useCallback((function(e){if(!(0,n.n_)(e)){if(c)return e.stopPropagation(),void e.preventDefault();C||M(!0),e.currentTarget.focus({preventScroll:!0}),_.add(document,"mouseup",D,!1),null==h||h(e)}}),[c,C,h,_,D]),j=i.useCallback((function(e){(0,n.n_)(e)||(C||M(!1),null==g||g(e))}),[g,C]),z=i.useCallback((function(e){c?e.preventDefault():null==w||w(e)}),[c,w]),U=i.useCallback((function(e){P&&(e.preventDefault(),M(!1)),null==k||k(e)}),[P,k]),G=(0,o.lq)(r,(function(e){e&&"BUTTON"!==e.tagName&&T(!1)}));return a({},E,C?{ref:G,type:"button","aria-disabled":R?void 0:c,disabled:R,onClick:I,onMouseDown:h,onMouseUp:g,onKeyUp:y,onKeyDown:v,onMouseOver:w,onMouseLeave:k}:{ref:G,role:"button","data-active":(0,n.PB)(P),"aria-disabled":c?"true":void 0,tabIndex:R?void 0:O,onClick:I,onMouseDown:L,onMouseUp:j,onKeyUp:F,onKeyDown:N,onMouseOver:z,onMouseLeave:U})}},84746:(e,t,r)=>{"use strict";r.d(t,{P:()=>u});var n=r(10894),o=r(32090),i=r(9199),a=r(67294);function s(){return s=Object.assign||function(e){for(var t=1;t=0||(o[r]=e[r]);return o}(n,l);return a.createElement(o.m$.button,s({type:"button","aria-label":"Close",ref:t,disabled:u,__css:s({},{outline:0,display:"flex",alignItems:"center",justifyContent:"center",flexShrink:0},r,d)},p),i||a.createElement(c,{width:"1em",height:"1em"}))}));i.Ts&&(u.displayName="CloseButton")},20949:(e,t,r)=>{"use strict";r.d(t,{kc:()=>b,SG:()=>y,ZQ:()=>S,t7:()=>x,iJ:()=>w,sb:()=>g,aN:()=>h,hp:()=>E,ds:()=>f,If:()=>v,ff:()=>k});var n=r(85393),o=r(9199),i=r(67294);function a(){return a=Object.assign||function(e){for(var t=1;t{"use strict";r.d(t,{X:()=>l});var n=r(32090),o=r(9199),i=r(67294);function a(){return a=Object.assign||function(e){for(var t=1;t=0||(o[r]=e[r]);return o}(e,s),E="input[type="+l+"]:checked:disabled + &",S="input[type="+l+"]:checked:hover:not(:disabled) + &",C="input[type="+l+"]:checked:focus + &",T="input[type="+l+"]:disabled + &",A="input[type="+l+"]:focus + &",P="input[type="+l+"]:hover:not(:disabled):not(:checked) + &",M="input[type="+l+"]:checked + &, input[type="+l+"][aria-checked=mixed] + &",_="input[type="+l+"][aria-invalid=true] + &",O="& > *";return i.createElement(n.m$.div,a({},k,{"aria-hidden":!0,__css:(r={display:"inline-flex",alignItems:"center",justifyContent:"center",transitionProperty:"common",transitionDuration:"fast",flexShrink:0},r[A]=p,r[P]=c,r[T]=d,r[_]=u,r[E]=v,r[C]=y,r[S]=x,r[O]=h,r[M]=a({},m,(t={},t[O]=b,t)),r)}),w)};o.Ts&&(l.displayName="ControlBox")},84336:(e,t,r)=>{"use strict";if(r.d(t,{C:()=>a}),902!=r.j)var n=r(97375);if(902!=r.j)var o=r(9199);var i=r(67294);function a(e){void 0===e&&(e={});var t=e,r=t.onChange,a=t.precision,u=t.defaultValue,d=t.value,p=t.step,m=void 0===p?1:p,f=t.min,h=void 0===f?o.mq:f,g=t.max,b=void 0===g?o.fo:g,v=t.keepWithinRange,y=void 0===v||v,x=(0,n.W6)(r),w=(0,i.useState)((function(){var e;return null==u?"":null!=(e=c(u,m,a))?e:""})),k=w[0],E=w[1],S=(0,n.pY)(d,k),C=S[0],T=S[1],A=l(s(T),m),P=null!=a?a:A,M=(0,i.useCallback)((function(e){e!==T&&(C||E(e.toString()),null==x||x(e.toString(),s(e)))}),[x,C,T]),_=(0,i.useCallback)((function(e){var t=e;return y&&(t=(0,o.HU)(t,h,b)),(0,o.Zd)(t,P)}),[P,y,b,h]),O=(0,i.useCallback)((function(e){var t;void 0===e&&(e=m),t=""===T?s(e):s(T)+e,t=_(t),M(t)}),[_,m,M,T]),R=(0,i.useCallback)((function(e){var t;void 0===e&&(e=m),t=""===T?s(-e):s(T)-e,t=_(t),M(t)}),[_,m,M,T]),I=(0,i.useCallback)((function(){var e,t;e=null==u?"":null!=(t=c(u,m,a))?t:h,M(e)}),[u,a,m,M,h]),B=(0,i.useCallback)((function(e){var t,r=null!=(t=c(e,m,P))?t:h;M(r)}),[P,m,M,h]),N=s(T);return{isOutOfRange:N>b||N{"use strict";if(r.d(t,{m:()=>i,Z:()=>a}),902!=r.j)var n=r(70917);var o=r(67294),i=function(){return o.createElement(n.xB,{styles:'\n html {\n line-height: 1.5;\n -webkit-text-size-adjust: 100%;\n font-family: system-ui, sans-serif;\n -webkit-font-smoothing: antialiased;\n text-rendering: optimizeLegibility;\n -moz-osx-font-smoothing: grayscale;\n touch-action: manipulation;\n }\n\n body {\n position: relative;\n min-height: 100%;\n font-feature-settings: \'kern\';\n }\n\n *,\n *::before,\n *::after {\n border-width: 0;\n border-style: solid;\n box-sizing: border-box;\n }\n\n main {\n display: block;\n }\n\n hr {\n border-top-width: 1px;\n box-sizing: content-box;\n height: 0;\n overflow: visible;\n }\n\n pre,\n code,\n kbd,\n samp {\n font-family: SFMono-Regular, Menlo, Monaco, Consolas, monospace;\n font-size: 1em;\n }\n\n a {\n background-color: transparent;\n color: inherit;\n text-decoration: inherit;\n }\n\n abbr[title] {\n border-bottom: none;\n text-decoration: underline;\n -webkit-text-decoration: underline dotted;\n text-decoration: underline dotted;\n }\n\n b,\n strong {\n font-weight: bold;\n }\n\n small {\n font-size: 80%;\n }\n\n sub,\n sup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n }\n\n sub {\n bottom: -0.25em;\n }\n\n sup {\n top: -0.5em;\n }\n\n img {\n border-style: none;\n }\n\n button,\n input,\n optgroup,\n select,\n textarea {\n font-family: inherit;\n font-size: 100%;\n line-height: 1.15;\n margin: 0;\n }\n\n button,\n input {\n overflow: visible;\n }\n\n button,\n select {\n text-transform: none;\n }\n\n button::-moz-focus-inner,\n [type="button"]::-moz-focus-inner,\n [type="reset"]::-moz-focus-inner,\n [type="submit"]::-moz-focus-inner {\n border-style: none;\n padding: 0;\n }\n\n fieldset {\n padding: 0.35em 0.75em 0.625em;\n }\n\n legend {\n box-sizing: border-box;\n color: inherit;\n display: table;\n max-width: 100%;\n padding: 0;\n white-space: normal;\n }\n\n progress {\n vertical-align: baseline;\n }\n\n textarea {\n overflow: auto;\n }\n\n [type="checkbox"],\n [type="radio"] {\n box-sizing: border-box;\n padding: 0;\n }\n\n [type="number"]::-webkit-inner-spin-button,\n [type="number"]::-webkit-outer-spin-button {\n -webkit-appearance: none !important;\n }\n\n input[type="number"] {\n -moz-appearance: textfield;\n }\n\n [type="search"] {\n -webkit-appearance: textfield;\n outline-offset: -2px;\n }\n\n [type="search"]::-webkit-search-decoration {\n -webkit-appearance: none !important;\n }\n\n ::-webkit-file-upload-button {\n -webkit-appearance: button;\n font: inherit;\n }\n\n details {\n display: block;\n }\n\n summary {\n display: list-item;\n }\n\n template {\n display: none;\n }\n\n [hidden] {\n display: none !important;\n }\n\n body,\n blockquote,\n dl,\n dd,\n h1,\n h2,\n h3,\n h4,\n h5,\n h6,\n hr,\n figure,\n p,\n pre {\n margin: 0;\n }\n\n button {\n background: transparent;\n padding: 0;\n }\n\n fieldset {\n margin: 0;\n padding: 0;\n }\n\n ol,\n ul {\n margin: 0;\n padding: 0;\n }\n\n textarea {\n resize: vertical;\n }\n\n button,\n [role="button"] {\n cursor: pointer;\n }\n\n button::-moz-focus-inner {\n border: 0 !important;\n }\n\n table {\n border-collapse: collapse;\n }\n\n h1,\n h2,\n h3,\n h4,\n h5,\n h6 {\n font-size: inherit;\n font-weight: inherit;\n }\n\n button,\n input,\n optgroup,\n select,\n textarea {\n padding: 0;\n line-height: inherit;\n color: inherit;\n }\n\n img,\n svg,\n video,\n canvas,\n audio,\n iframe,\n embed,\n object {\n display: block;\n }\n\n img,\n video {\n max-width: 100%;\n height: auto;\n }\n\n [data-js-focus-visible] :focus:not([data-focus-visible-added]) {\n outline: none;\n box-shadow: none;\n }\n\n select::-ms-expand {\n display: none;\n }\n '})},a=902!=r.j?i:null},40242:(e,t,r)=>{"use strict";r.d(t,{n:()=>f});var n=r(26450),o=r(67294);function i(){return i=Object.assign||function(e){for(var t=1;t=t&&(n=0),n}function l(e,t,r){var n=e-1;return r&&n<0&&(n=t),n}var c="undefined"!=typeof window?o.useLayoutEffect:o.useEffect,u=function(){var e=this;this.descendants=new Map,this.register=function(t){var r;if(null!=t)return"object"==typeof(r=t)&&"nodeType"in r&&r.nodeType===Node.ELEMENT_NODE?e.registerNode(t):function(r){e.registerNode(r,t)}},this.unregister=function(t){e.descendants.delete(t);var r=a(Array.from(e.descendants.keys()));e.assignIndex(r)},this.destroy=function(){e.descendants.clear()},this.assignIndex=function(t){e.descendants.forEach((function(e){var r=t.indexOf(e.node);e.index=r,e.node.dataset.index=e.index.toString()}))},this.count=function(){return e.descendants.size},this.enabledCount=function(){return e.enabledValues().length},this.values=function(){return Array.from(e.descendants.values()).sort((function(e,t){return e.index-t.index}))},this.enabledValues=function(){return e.values().filter((function(e){return!e.disabled}))},this.item=function(t){if(0!==e.count())return e.values()[t]},this.enabledItem=function(t){if(0!==e.enabledCount())return e.enabledValues()[t]},this.first=function(){return e.item(0)},this.firstEnabled=function(){return e.enabledItem(0)},this.last=function(){return e.item(e.descendants.size-1)},this.lastEnabled=function(){var t=e.enabledValues().length-1;return e.enabledItem(t)},this.indexOf=function(t){var r,n;return t&&null!=(r=null==(n=e.descendants.get(t))?void 0:n.index)?r:-1},this.enabledIndexOf=function(t){return null==t?-1:e.enabledValues().findIndex((function(e){return e.node.isSameNode(t)}))},this.next=function(t,r){void 0===r&&(r=!0);var n=s(t,e.count(),r);return e.item(n)},this.nextEnabled=function(t,r){void 0===r&&(r=!0);var n=e.item(t);if(n){var o=s(e.enabledIndexOf(n.node),e.enabledCount(),r);return e.enabledItem(o)}},this.prev=function(t,r){void 0===r&&(r=!0);var n=l(t,e.count()-1,r);return e.item(n)},this.prevEnabled=function(t,r){void 0===r&&(r=!0);var n=e.item(t);if(n){var o=l(e.enabledIndexOf(n.node),e.enabledCount()-1,r);return e.enabledItem(o)}},this.registerNode=function(t,r){if(t&&!e.descendants.has(t)){var n=a(Array.from(e.descendants.keys()).concat(t));null!=r&&r.disabled&&(r.disabled=!!r.disabled);var o=i({node:t,index:-1},r);e.descendants.set(t,o),e.assignIndex(n)}}},d=(0,n.kr)({name:"DescendantsProvider",errorMessage:"useDescendantsContext must be used within DescendantsProvider"}),p=d[0],m=d[1];function f(){return[p,function(){return m()},function(){return e=(0,o.useRef)(new u),c((function(){return function(){return e.current.destroy()}})),e.current;var e},function(e){return function(e){var t=m(),r=(0,o.useState)(-1),i=r[0],a=r[1],s=(0,o.useRef)(null);c((function(){return function(){s.current&&t.unregister(s.current)}}),[]),c((function(){if(s.current){var e=Number(s.current.dataset.index);i==e||Number.isNaN(e)||a(e)}}));var l=e?t.register(e):t.register;return{descendants:t,index:i,enabledIndex:t.enabledIndexOf(s.current),register:(0,n.lq)(l,s)}}(e)}]}},19636:(e,t,r)=>{"use strict";r.d(t,{CX:()=>g,Vm:()=>y,wp:()=>v,Y7:()=>d,Z1:()=>w,$4:()=>x});var n=r(32090),o=r(9199),i=r(26450),a=r(67294),s=r(97375);function l(){return l=Object.assign||function(e){for(var t=1;t=0||(o[r]=e[r]);return o}var u=["onChange","onCancel","onSubmit","value","isDisabled","defaultValue","startWithEditView","isPreviewFocusable","submitOnBlur","selectAllOnFocus","placeholder","onEdit"];function d(e){void 0===e&&(e={});var t=e,r=t.onChange,n=t.onCancel,d=t.onSubmit,p=t.value,m=t.isDisabled,f=t.defaultValue,h=t.startWithEditView,g=t.isPreviewFocusable,b=void 0===g||g,v=t.submitOnBlur,y=void 0===v||v,x=t.selectAllOnFocus,w=void 0===x||x,k=t.placeholder,E=t.onEdit,S=c(t,u),C=Boolean(h&&!m),T=(0,a.useState)(C),A=T[0],P=T[1],M=(0,s.Tx)({defaultValue:f||"",value:p,onChange:r}),_=M[0],O=M[1],R=(0,a.useState)(_),I=R[0],B=R[1],N=(0,a.useRef)(null),F=(0,a.useRef)(null),D=(0,a.useRef)(null),L=(0,a.useRef)(null),j=(0,a.useRef)(null);(0,s.s9)({ref:N,enabled:A,elements:[L,j]});var z=!A||!m;(0,s.Gw)((function(){A&&(0,o.T_)(N.current,{selectTextIfInput:w})}),[]),(0,s.rf)((function(){A?((0,o.T_)(N.current,{selectTextIfInput:w}),null==E||E()):(0,o.T_)(D.current)}),[A,E,w]);var U=(0,a.useCallback)((function(){z&&P(!0)}),[z]),G=(0,a.useCallback)((function(){P(!1),O(I),null==n||n(I)}),[n,O,I]),J=(0,a.useCallback)((function(){P(!1),B(_),null==d||d(_)}),[_,d]),H=(0,a.useCallback)((function(e){O(e.target.value)}),[O]),V=(0,a.useCallback)((function(e){var t=(0,o.uh)(e),r={Escape:G,Enter:function(e){e.shiftKey||e.metaKey||J()}},n=r[t];n&&(e.preventDefault(),n(e))}),[G,J]),$=(0,o.xb)(_),X=(0,a.useCallback)((function(e){var t=(0,o.wN)(e),r=(0,o.r3)(L.current,t),n=(0,o.r3)(j.current,t);!r&&!n&&y&&J()}),[y,J]),Z=(0,a.useCallback)((function(e,t){void 0===e&&(e={}),void 0===t&&(t=null);var r=z&&b?0:void 0;return l({},e,{ref:(0,i.lq)(t,F),children:$?k:_,hidden:A,"aria-disabled":(0,o.Qm)(m),tabIndex:r,onFocus:(0,o.v0)(e.onFocus,U)})}),[m,A,z,b,$,U,k,_]),q=(0,a.useCallback)((function(e,t){return void 0===e&&(e={}),void 0===t&&(t=null),l({},e,{hidden:!A,placeholder:k,ref:(0,i.lq)(t,N),disabled:m,"aria-disabled":(0,o.Qm)(m),value:_,onBlur:(0,o.v0)(e.onBlur,X),onChange:(0,o.v0)(e.onChange,H),onKeyDown:(0,o.v0)(e.onKeyDown,V)})}),[m,A,X,H,V,k,_]),W=(0,a.useCallback)((function(e,t){return void 0===e&&(e={}),void 0===t&&(t=null),l({"aria-label":"Edit"},e,{type:"button",onClick:(0,o.v0)(e.onClick,U),ref:(0,i.lq)(t,D)})}),[U]),K=(0,a.useCallback)((function(e,t){return void 0===e&&(e={}),void 0===t&&(t=null),l({},e,{"aria-label":"Submit",ref:(0,i.lq)(j,t),type:"button",onClick:(0,o.v0)(e.onClick,J)})}),[J]),Y=(0,a.useCallback)((function(e,t){return void 0===e&&(e={}),void 0===t&&(t=null),l({"aria-label":"Cancel",id:"cancel"},e,{ref:(0,i.lq)(L,t),type:"button",onClick:(0,o.v0)(e.onClick,G)})}),[G]);return{isEditing:A,isDisabled:m,isValueEmpty:$,value:_,onEdit:U,onCancel:G,onSubmit:J,getPreviewProps:Z,getInputProps:q,getEditButtonProps:W,getSubmitButtonProps:K,getCancelButtonProps:Y,htmlProps:S}}var p=["htmlProps"],m=(0,i.kr)({name:"EditableContext",errorMessage:"useEditableContext: context is undefined. Seems you forgot to wrap the editable components in ``"}),f=m[0],h=m[1],g=(0,n.Gp)((function(e,t){var r=(0,n.jC)("Editable",e),i=d((0,n.Lr)(e)),s=i.htmlProps,u=c(i,p),m=u.isEditing,h=u.onSubmit,g=u.onCancel,b=u.onEdit,v=(0,o.cx)("chakra-editable",e.className),y=(0,o.Pu)(e.children,{isEditing:m,onSubmit:h,onCancel:g,onEdit:b});return a.createElement(f,{value:u},a.createElement(n.Fo,{value:r},a.createElement(n.m$.div,l({ref:t},s,{className:v}),y)))}));o.Ts&&(g.displayName="Editable");var b={fontSize:"inherit",fontWeight:"inherit",textAlign:"inherit",bg:"transparent"},v=(0,n.Gp)((function(e,t){var r=h().getPreviewProps,i=(0,n.yK)(),s=r(e,t),c=(0,o.cx)("chakra-editable__preview",e.className);return a.createElement(n.m$.span,l({},s,{__css:l({cursor:"text",display:"inline-block"},b,i.preview),className:c}))}));o.Ts&&(v.displayName="EditablePreview");var y=(0,n.Gp)((function(e,t){var r=h().getInputProps,i=(0,n.yK)(),s=r(e,t),c=(0,o.cx)("chakra-editable__input",e.className);return a.createElement(n.m$.input,l({},s,{__css:l({outline:0},b,i.input),className:c}))}));function x(){var e=h();return{isEditing:e.isEditing,onSubmit:e.onSubmit,onCancel:e.onCancel,onEdit:e.onEdit,isDisabled:e.isDisabled}}function w(){var e=h();return{isEditing:e.isEditing,getEditButtonProps:e.getEditButtonProps,getCancelButtonProps:e.getCancelButtonProps,getSubmitButtonProps:e.getSubmitButtonProps}}o.Ts&&(y.displayName="EditableInput")},79762:(e,t,r)=>{"use strict";r.d(t,{NI:()=>g,Xg:()=>E,J1:()=>k,Q6:()=>b,lX:()=>C,nh:()=>T,Yp:()=>x,NJ:()=>h,Kn:()=>w});var n=r(97375),o=r(32090),i=r(9199),a=r(26450),s=r(67294),l=r(10894);function c(){return c=Object.assign||function(e){for(var t=1;t=0||(o[r]=e[r]);return o}var d=["id","isRequired","isInvalid","isDisabled","isReadOnly"],p=["getRootProps","htmlProps"],m=(0,a.kr)({strict:!1,name:"FormControlContext"}),f=m[0],h=m[1],g=(0,o.Gp)((function(e,t){var r=(0,o.jC)("Form",e),l=function(e){var t=e.id,r=e.isRequired,o=e.isInvalid,l=e.isDisabled,p=e.isReadOnly,m=u(e,d),f=(0,n.Me)(),h=t||"field-"+f,g=h+"-label",b=h+"-feedback",v=h+"-helptext",y=s.useState(!1),x=y[0],w=y[1],k=s.useState(!1),E=k[0],S=k[1],C=(0,n.kt)(),T=C[0],A=C[1],P=s.useCallback((function(e,t){return void 0===e&&(e={}),void 0===t&&(t=null),c({id:v},e,{ref:(0,a.lq)(t,(function(e){e&&S(!0)}))})}),[v]),M=s.useCallback((function(e,t){var r,n;return void 0===e&&(e={}),void 0===t&&(t=null),c({},e,{ref:t,"data-focus":(0,i.PB)(T),"data-disabled":(0,i.PB)(l),"data-invalid":(0,i.PB)(o),"data-readonly":(0,i.PB)(p),id:null!=(r=e.id)?r:g,htmlFor:null!=(n=e.htmlFor)?n:h})}),[h,l,T,o,p,g]),_=s.useCallback((function(e,t){return void 0===e&&(e={}),void 0===t&&(t=null),c({id:b},e,{ref:(0,a.lq)(t,(function(e){e&&w(!0)})),"aria-live":"polite"})}),[b]),O=s.useCallback((function(e,t){return void 0===e&&(e={}),void 0===t&&(t=null),c({},e,m,{ref:t,role:"group"})}),[m]),R=s.useCallback((function(e,t){return void 0===e&&(e={}),void 0===t&&(t=null),c({},e,{ref:t,role:"presentation","aria-hidden":!0,children:e.children||"*"})}),[]);return{isRequired:!!r,isInvalid:!!o,isReadOnly:!!p,isDisabled:!!l,isFocused:!!T,onFocus:A.on,onBlur:A.off,hasFeedbackText:x,setHasFeedbackText:w,hasHelpText:E,setHasHelpText:S,id:h,labelId:g,feedbackId:b,helpTextId:v,htmlProps:m,getHelpTextProps:P,getErrorMessageProps:_,getRootProps:O,getLabelProps:M,getRequiredIndicatorProps:R}}((0,o.Lr)(e)),m=l.getRootProps;l.htmlProps;var h=u(l,p),g=(0,i.cx)("chakra-form-control",e.className),b=s.useMemo((function(){return h}),[h]);return s.createElement(f,{value:b},s.createElement(o.Fo,{value:r},s.createElement(o.m$.div,c({},m({},t),{className:g,__css:r.container}))))}));i.Ts&&(g.displayName="FormControl");var b=(0,o.Gp)((function(e,t){var r=h(),n=(0,o.yK)(),a=(0,i.cx)("chakra-form__helper-text",e.className);return s.createElement(o.m$.div,c({},null==r?void 0:r.getHelpTextProps(e,t),{__css:n.helperText,className:a}))}));i.Ts&&(b.displayName="FormHelperText");var v=902!=r.j?["isDisabled","isInvalid","isReadOnly","isRequired"]:null,y=902!=r.j?["id","disabled","readOnly","required","isRequired","isInvalid","isReadOnly","isDisabled","onFocus","onBlur"]:null;function x(e){var t=w(e),r=t.isDisabled,n=t.isInvalid,o=t.isReadOnly,a=t.isRequired;return c({},u(t,v),{disabled:r,readOnly:o,required:a,"aria-invalid":(0,i.Qm)(n),"aria-required":(0,i.Qm)(a),"aria-readonly":(0,i.Qm)(o)})}function w(e){var t,r,n,o=h(),a=e.id,s=e.disabled,l=e.readOnly,d=e.required,p=e.isRequired,m=e.isInvalid,f=e.isReadOnly,g=e.isDisabled,b=e.onFocus,v=e.onBlur,x=u(e,y),w=e["aria-describedby"]?[e["aria-describedby"]]:[];return null!=o&&o.hasFeedbackText&&null!=o&&o.isInvalid&&w.push(o.feedbackId),null!=o&&o.hasHelpText&&w.push(o.helpTextId),c({},x,{"aria-describedby":w.join(" ")||void 0,id:null!=a?a:null==o?void 0:o.id,isDisabled:null!=(t=null!=s?s:g)?t:null==o?void 0:o.isDisabled,isReadOnly:null!=(r=null!=l?l:f)?r:null==o?void 0:o.isReadOnly,isRequired:null!=(n=null!=d?d:p)?n:null==o?void 0:o.isRequired,isInvalid:null!=m?m:null==o?void 0:o.isInvalid,onFocus:(0,i.v0)(null==o?void 0:o.onFocus,b),onBlur:(0,i.v0)(null==o?void 0:o.onBlur,v)})}var k=(0,o.Gp)((function(e,t){var r=(0,o.jC)("FormError",e),n=(0,o.Lr)(e),a=h();return null!=a&&a.isInvalid?s.createElement(o.Fo,{value:r},s.createElement(o.m$.div,c({},null==a?void 0:a.getErrorMessageProps(n,t),{className:(0,i.cx)("chakra-form__error-message",e.className),__css:c({display:"flex",alignItems:"center"},r.text)}))):null}));i.Ts&&(k.displayName="FormErrorMessage");var E=(0,o.Gp)((function(e,t){var r=(0,o.yK)(),n=h();if(null==n||!n.isInvalid)return null;var a=(0,i.cx)("chakra-form__error-icon",e.className);return s.createElement(l.ZP,c({ref:t,"aria-hidden":!0},e,{__css:r.icon,className:a}),s.createElement("path",{fill:"currentColor",d:"M11.983,0a12.206,12.206,0,0,0-8.51,3.653A11.8,11.8,0,0,0,0,12.207,11.779,11.779,0,0,0,11.8,24h.214A12.111,12.111,0,0,0,24,11.791h0A11.766,11.766,0,0,0,11.983,0ZM10.5,16.542a1.476,1.476,0,0,1,1.449-1.53h.027a1.527,1.527,0,0,1,1.523,1.47,1.475,1.475,0,0,1-1.449,1.53h-.027A1.529,1.529,0,0,1,10.5,16.542ZM11,12.5v-6a1,1,0,0,1,2,0v6a1,1,0,1,1-2,0Z"}))}));i.Ts&&(E.displayName="FormErrorIcon");var S=["className","children","requiredIndicator"],C=(0,o.Gp)((function(e,t){var r,n=(0,o.mq)("FormLabel",e),a=(0,o.Lr)(e);a.className;var l=a.children,d=a.requiredIndicator,p=void 0===d?s.createElement(T,null):d,m=u(a,S),f=h(),g=null!=(r=null==f?void 0:f.getLabelProps(m,t))?r:c({ref:t},m);return s.createElement(o.m$.label,c({},g,{className:(0,i.cx)("chakra-form__label",a.className),__css:c({display:"block",textAlign:"start"},n)}),l,null!=f&&f.isRequired?p:null)}));i.Ts&&(C.displayName="FormLabel");var T=(0,o.Gp)((function(e,t){var r=h(),n=(0,o.yK)();if(null==r||!r.isRequired)return null;var a=(0,i.cx)("chakra-form__required-indicator",e.className);return s.createElement(o.m$.span,c({},null==r?void 0:r.getRequiredIndicatorProps(e,t),{__css:n.requiredIndicator,className:a}))}));i.Ts&&(T.displayName="RequiredIndicator")},97375:(e,t,r)=>{"use strict";r.d(t,{vc:()=>y,kR:()=>L,kt:()=>l,W6:()=>u,VP:()=>p,Bs:()=>m,pY:()=>f,Tx:()=>h,Di:()=>g,qY:()=>E,$0:()=>S,OR:()=>C,Aj:()=>T,Ym:()=>P,Ck:()=>M,s9:()=>O,Gp:()=>I,NW:()=>N,Me:()=>x,ZS:()=>w,Yz:()=>F,II:()=>D,qq:()=>j,qn:()=>z,R3:()=>k,O3:()=>U,PO:()=>J,m:()=>_,D9:()=>H,Gw:()=>c,bx:()=>V,KS:()=>$,zq:()=>B,rf:()=>A,g:()=>X});var n=r(67294),o=r(9199);if(902!=r.j)var i=r(27642);var a=r(20640),s=r.n(a);function l(e){void 0===e&&(e=!1);var t=(0,n.useState)(e),r=t[0],o=t[1];return[r,{on:(0,n.useCallback)((function(){o(!0)}),[]),off:(0,n.useCallback)((function(){o(!1)}),[]),toggle:(0,n.useCallback)((function(){o((function(e){return!e}))}),[])}]}var c=o.jU?n.useLayoutEffect:n.useEffect;function u(e,t){void 0===t&&(t=[]);var r=n.useRef(e);return c((function(){r.current=e})),n.useCallback((function(){for(var e=arguments.length,t=new Array(e),n=0;n=0||(o[r]=e[r]);return o}(a,d),p=(0,n.useCallback)((function(){var t=s()(e,u);i(t)}),[e,u]);return(0,n.useEffect)((function(){var e=null;return o&&(e=window.setTimeout((function(){i(!1)}),c)),function(){e&&window.clearTimeout(e)}}),[c,o]),{value:e,onCopy:p,hasCopied:o}}function m(e){var t=(0,n.useRef)(null);return null===t.current&&(t.current="function"==typeof e?e():e),t.current}function f(e,t){var r=void 0!==e;return[r,r&&void 0!==e?e:t]}function h(e){var t=e.value,r=e.defaultValue,i=e.onChange,a=e.shouldUpdate,s=void 0===a?function(e,t){return e!==t}:a,l=u(i),c=u(s),d=n.useState(r),p=d[0],m=d[1],f=void 0!==t,h=f?t:p,g=n.useCallback((function(e){var t=(0,o.Pu)(e,h);c(h,t)&&(f||m(t),l(t))}),[f,l,h,c]);return[h,g]}function g(e,t){var r=n.useState(null),o=r[0],a=r[1],s=n.useRef();return c((function(){if(e.current){var r=e.current;return n(),t&&(window.addEventListener("resize",n),window.addEventListener("scroll",n)),function(){t&&(window.removeEventListener("resize",n),window.removeEventListener("scroll",n)),s.current&&cancelAnimationFrame(s.current)}}function n(){s.current=requestAnimationFrame((function(){var e=(0,i.iz)(r);a(e)}))}}),[t]),o}function b(){return b=Object.assign||function(e){for(var t=1;t1?t-1:0),o=1;o1?r-1:0),o=1;o0&&(0,o.T_)(e[0],{preventScroll:a,nextTick:!0})}}),[u,a,c,i]);A((function(){d()}),[d]),C("transitionend",d,c)}function B(e,t){return void 0===t&&(t=[]),n.useEffect((function(){return function(){return e()}}),t)}function N(){var e=n.useRef(!1),t=n.useState(0),r=t[0],o=t[1];return B((function(){e.current=!0})),n.useCallback((function(){e.current||o(r+1)}),[r])}function F(e,t){var r=u(e);n.useEffect((function(){var e=null;return null!==t&&(e=window.setInterval((function(){return r()}),t)),function(){e&&window.clearInterval(e)}}),[t,r])}function D(e){var t=n.useRef(null);return t.current=e,t}function L(e,t){if(null!=e)if("function"!=typeof e)try{e.current=t}catch(r){throw new Error("Cannot assign value '"+t+"' to ref '"+e+"'")}else e(t)}function j(){for(var e=arguments.length,t=new Array(e),r=0;r0)&&(!(n&&!(0,o.lZ)(n).body.contains(n))&&!(null!=(r=t.current)&&r.contains(n)))}function J(e,t){var r=t.onPan,i=t.onPanStart,a=t.onPanEnd,s=t.onPanSessionStart,l=t.onPanSessionEnd,c=t.threshold,u=Boolean(r||i||a||s||l),d=(0,n.useRef)(null),p={onSessionStart:s,onSessionEnd:l,onStart:i,onMove:r,onEnd:function(e,t){d.current=null,null==a||a(e,t)}};(0,n.useEffect)((function(){var e;null==(e=d.current)||e.updateHandlers(p)})),_((function(){return e.current}),"pointerdown",u?function(e){d.current=new o.Hc(e,p,c)}:o.ZT),B((function(){var e;null==(e=d.current)||e.end(),d.current=null}))}function H(e){var t=(0,n.useRef)();return(0,n.useEffect)((function(){t.current=e}),[e]),t.current}function V(e){void 0===e&&(e={});var t=e,r=t.timeout,o=void 0===r?300:r,i=t.preventDefault,a=void 0===i?function(){return!0}:i,s=n.useState([]),l=s[0],c=s[1],u=n.useRef(),d=function(){u.current&&(clearTimeout(u.current),u.current=null)};return n.useEffect((function(){return d}),[]),function(e){return function(t){if("Backspace"===t.key){var r=[].concat(l);return r.pop(),void c(r)}if(function(e){var t=e.key;return 1===t.length||t.length>1&&/[^a-zA-Z0-9]/.test(t)}(t)){var n=l.concat(t.key);a(t)&&(t.preventDefault(),t.stopPropagation()),c(n),e(n.join("")),d(),u.current=setTimeout((function(){c([]),u.current=null}),o)}}}}function $(e,t){var r=u(e);n.useEffect((function(){var e;if(null!=t)return e=window.setTimeout((function(){r()}),t),function(){e&&window.clearTimeout(e)}}),[t,r])}function X(e,t){var r=n.useRef();n.useEffect((function(){if(r.current){var n=Object.keys(b({},r.current,t)),o={};n.forEach((function(e){r.current[e]!==t[e]&&(o[e]={from:r.current[e],to:t[e]})})),Object.keys(o).length&&console.log("[why-did-you-update]",e,o)}r.current=t}))}},10894:(e,t,r)=>{"use strict";r.d(t,{JO:()=>c,IU:()=>d,ZP:()=>u});var n=r(32090),o=r(9199),i=r(67294);function a(){return a=Object.assign||function(e){for(var t=1;t=0||(o[r]=e[r]);return o}(e,s),v={ref:t,focusable:m,className:(0,o.cx)("chakra-icon",h),__css:a({w:"1em",h:"1em",display:"inline-block",lineHeight:"1em",flexShrink:0,color:d},g)},y=null!=c?c:l.viewBox;if(r&&"string"!=typeof r)return i.createElement(n.m$.svg,a({as:r},v,b));var x=null!=f?f:l.path;return i.createElement(n.m$.svg,a({verticalAlign:"middle",viewBox:y},v,b),x)}));o.Ts&&(c.displayName="Icon");var u=902!=r.j?c:null;function d(e){var t=e.viewBox,r=void 0===t?"0 0 24 24":t,s=e.d,l=e.displayName,u=e.defaultProps,d=void 0===u?{}:u,p=i.Children.toArray(e.path),m=(0,n.Gp)((function(e,t){return i.createElement(c,a({ref:t,viewBox:r},d,e),p.length?p:i.createElement("path",{fill:"currentColor",d:s}))}));return o.Ts&&(m.displayName=l),m}},65817:(e,t,r)=>{"use strict";r.r(t),r.d(t,{AddIcon:()=>g,ArrowBackIcon:()=>I,ArrowDownIcon:()=>D,ArrowForwardIcon:()=>B,ArrowLeftIcon:()=>V,ArrowRightIcon:()=>H,ArrowUpDownIcon:()=>F,ArrowUpIcon:()=>N,AtSignIcon:()=>$,AttachmentIcon:()=>X,BellIcon:()=>ae,CalendarIcon:()=>U,ChatIcon:()=>G,CheckCircleIcon:()=>y,CheckIcon:()=>pe,ChevronDownIcon:()=>O,ChevronLeftIcon:()=>M,ChevronRightIcon:()=>_,ChevronUpIcon:()=>R,CloseIcon:()=>ee,CopyIcon:()=>d,DeleteIcon:()=>C,DownloadIcon:()=>S,DragHandleIcon:()=>Y,EditIcon:()=>P,EmailIcon:()=>W,ExternalLinkIcon:()=>L,HamburgerIcon:()=>fe,Icon:()=>c,InfoIcon:()=>se,InfoOutlineIcon:()=>ie,LinkIcon:()=>j,LockIcon:()=>x,MinusIcon:()=>me,MoonIcon:()=>f,NotAllowedIcon:()=>re,PhoneIcon:()=>K,PlusSquareIcon:()=>z,QuestionIcon:()=>le,QuestionOutlineIcon:()=>ce,RepeatClockIcon:()=>A,RepeatIcon:()=>T,Search2Icon:()=>m,SearchIcon:()=>p,SettingsIcon:()=>v,SmallAddIcon:()=>b,SmallCloseIcon:()=>te,SpinnerIcon:()=>Q,StarIcon:()=>q,SunIcon:()=>h,TimeIcon:()=>J,TriangleDownIcon:()=>ne,TriangleUpIcon:()=>oe,UnlockIcon:()=>w,UpDownIcon:()=>Z,ViewIcon:()=>k,ViewOffIcon:()=>E,WarningIcon:()=>ue,WarningTwoIcon:()=>de,createIcon:()=>u});var n=r(32090),o=r(9199),i=r(67294);function a(){return a=Object.assign||function(e){for(var t=1;t=0||(o[r]=e[r]);return o}(e,s),v={ref:t,focusable:m,className:(0,o.cx)("chakra-icon",h),__css:a({w:"1em",h:"1em",display:"inline-block",lineHeight:"1em",flexShrink:0,color:d},g)},y=null!=c?c:l.viewBox;if(r&&"string"!=typeof r)return i.createElement(n.m$.svg,a({as:r},v,b));var x=null!=f?f:l.path;return i.createElement(n.m$.svg,a({verticalAlign:"middle",viewBox:y},v,b),x)}));function u(e){var t=e.viewBox,r=void 0===t?"0 0 24 24":t,s=e.d,l=e.path,u=e.displayName,d=e.defaultProps,p=void 0===d?{}:d,m=(0,n.Gp)((function(e,t){return i.createElement(c,a({ref:t,viewBox:r},p,e),null!=l?l:i.createElement("path",{fill:"currentColor",d:s}))}));return o.Ts&&(m.displayName=u),m}o.Ts&&(c.displayName="Icon");var d=u({d:"M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z",displayName:"CopyIcon"}),p=u({d:"M23.384,21.619,16.855,15.09a9.284,9.284,0,1,0-1.768,1.768l6.529,6.529a1.266,1.266,0,0,0,1.768,0A1.251,1.251,0,0,0,23.384,21.619ZM2.75,9.5a6.75,6.75,0,1,1,6.75,6.75A6.758,6.758,0,0,1,2.75,9.5Z",displayName:"SearchIcon"}),m=u({d:"M23.414,20.591l-4.645-4.645a10.256,10.256,0,1,0-2.828,2.829l4.645,4.644a2.025,2.025,0,0,0,2.828,0A2,2,0,0,0,23.414,20.591ZM10.25,3.005A7.25,7.25,0,1,1,3,10.255,7.258,7.258,0,0,1,10.25,3.005Z",displayName:"Search2Icon"}),f=u({d:"M21.4,13.7C20.6,13.9,19.8,14,19,14c-5,0-9-4-9-9c0-0.8,0.1-1.6,0.3-2.4c0.1-0.3,0-0.7-0.3-1 c-0.3-0.3-0.6-0.4-1-0.3C4.3,2.7,1,7.1,1,12c0,6.1,4.9,11,11,11c4.9,0,9.3-3.3,10.6-8.1c0.1-0.3,0-0.7-0.3-1 C22.1,13.7,21.7,13.6,21.4,13.7z",displayName:"MoonIcon"}),h=u({displayName:"SunIcon",path:i.createElement("g",{strokeLinejoin:"round",strokeLinecap:"round",strokeWidth:"2",fill:"none",stroke:"currentColor"},i.createElement("circle",{cx:"12",cy:"12",r:"5"}),i.createElement("path",{d:"M12 1v2"}),i.createElement("path",{d:"M12 21v2"}),i.createElement("path",{d:"M4.22 4.22l1.42 1.42"}),i.createElement("path",{d:"M18.36 18.36l1.42 1.42"}),i.createElement("path",{d:"M1 12h2"}),i.createElement("path",{d:"M21 12h2"}),i.createElement("path",{d:"M4.22 19.78l1.42-1.42"}),i.createElement("path",{d:"M18.36 5.64l1.42-1.42"}))}),g=u({d:"M0,12a1.5,1.5,0,0,0,1.5,1.5h8.75a.25.25,0,0,1,.25.25V22.5a1.5,1.5,0,0,0,3,0V13.75a.25.25,0,0,1,.25-.25H22.5a1.5,1.5,0,0,0,0-3H13.75a.25.25,0,0,1-.25-.25V1.5a1.5,1.5,0,0,0-3,0v8.75a.25.25,0,0,1-.25.25H1.5A1.5,1.5,0,0,0,0,12Z",displayName:"AddIcon"}),b=u({displayName:"SmallAddIcon",viewBox:"0 0 20 20",path:i.createElement("path",{fill:"currentColor",d:"M14 9h-3V6c0-.55-.45-1-1-1s-1 .45-1 1v3H6c-.55 0-1 .45-1 1s.45 1 1 1h3v3c0 .55.45 1 1 1s1-.45 1-1v-3h3c.55 0 1-.45 1-1s-.45-1-1-1z",fillRule:"evenodd"})}),v=u({viewBox:"0 0 14 14",d:"M14,7.77 L14,6.17 L12.06,5.53 L11.61,4.44 L12.49,2.6 L11.36,1.47 L9.55,2.38 L8.46,1.93 L7.77,0.01 L6.17,0.01 L5.54,1.95 L4.43,2.4 L2.59,1.52 L1.46,2.65 L2.37,4.46 L1.92,5.55 L0,6.23 L0,7.82 L1.94,8.46 L2.39,9.55 L1.51,11.39 L2.64,12.52 L4.45,11.61 L5.54,12.06 L6.23,13.98 L7.82,13.98 L8.45,12.04 L9.56,11.59 L11.4,12.47 L12.53,11.34 L11.61,9.53 L12.08,8.44 L14,7.75 L14,7.77 Z M7,10 C5.34,10 4,8.66 4,7 C4,5.34 5.34,4 7,4 C8.66,4 10,5.34 10,7 C10,8.66 8.66,10 7,10 Z",displayName:"SettingsIcon"}),y=u({displayName:"CheckCircleIcon",d:"M12,0A12,12,0,1,0,24,12,12.014,12.014,0,0,0,12,0Zm6.927,8.2-6.845,9.289a1.011,1.011,0,0,1-1.43.188L5.764,13.769a1,1,0,1,1,1.25-1.562l4.076,3.261,6.227-8.451A1,1,0,1,1,18.927,8.2Z"}),x=u({d:"M19.5,9.5h-.75V6.75a6.75,6.75,0,0,0-13.5,0V9.5H4.5a2,2,0,0,0-2,2V22a2,2,0,0,0,2,2h15a2,2,0,0,0,2-2V11.5A2,2,0,0,0,19.5,9.5Zm-9.5,6a2,2,0,1,1,3,1.723V19.5a1,1,0,0,1-2,0V17.223A1.994,1.994,0,0,1,10,15.5ZM7.75,6.75a4.25,4.25,0,0,1,8.5,0V9a.5.5,0,0,1-.5.5H8.25a.5.5,0,0,1-.5-.5Z",displayName:"LockIcon"}),w=u({d:"M19.5,9.5h-.75V6.75A6.751,6.751,0,0,0,5.533,4.811a1.25,1.25,0,1,0,2.395.717A4.251,4.251,0,0,1,16.25,6.75V9a.5.5,0,0,1-.5.5H4.5a2,2,0,0,0-2,2V22a2,2,0,0,0,2,2h15a2,2,0,0,0,2-2V11.5A2,2,0,0,0,19.5,9.5Zm-9.5,6a2,2,0,1,1,3,1.723V19.5a1,1,0,0,1-2,0V17.223A1.994,1.994,0,0,1,10,15.5Z",displayName:"UnlockIcon"}),k=u({displayName:"ViewIcon",path:i.createElement("g",{fill:"currentColor"},i.createElement("path",{d:"M23.432,10.524C20.787,7.614,16.4,4.538,12,4.6,7.6,4.537,3.213,7.615.568,10.524a2.211,2.211,0,0,0,0,2.948C3.182,16.351,7.507,19.4,11.839,19.4h.308c4.347,0,8.671-3.049,11.288-5.929A2.21,2.21,0,0,0,23.432,10.524ZM7.4,12A4.6,4.6,0,1,1,12,16.6,4.6,4.6,0,0,1,7.4,12Z"}),i.createElement("circle",{cx:"12",cy:"12",r:"2"}))}),E=u({displayName:"ViewOffIcon",path:i.createElement("g",{fill:"currentColor"},i.createElement("path",{d:"M23.2,10.549a20.954,20.954,0,0,0-4.3-3.6l4-3.995a1,1,0,1,0-1.414-1.414l-.018.018a.737.737,0,0,1-.173.291l-19.5,19.5c-.008.007-.018.009-.026.017a1,1,0,0,0,1.631,1.088l4.146-4.146a11.26,11.26,0,0,0,4.31.939h.3c4.256,0,8.489-2.984,11.051-5.8A2.171,2.171,0,0,0,23.2,10.549ZM16.313,13.27a4.581,4.581,0,0,1-3,3.028,4.3,4.3,0,0,1-3.1-.19.253.253,0,0,1-.068-.407l5.56-5.559a.252.252,0,0,1,.407.067A4.3,4.3,0,0,1,16.313,13.27Z"}),i.createElement("path",{d:"M7.615,13.4a.244.244,0,0,0,.061-.24A4.315,4.315,0,0,1,7.5,12,4.5,4.5,0,0,1,12,7.5a4.276,4.276,0,0,1,1.16.173.244.244,0,0,0,.24-.062l1.941-1.942a.254.254,0,0,0-.1-.421A10.413,10.413,0,0,0,12,4.75C7.7,4.692,3.4,7.7.813,10.549a2.15,2.15,0,0,0-.007,2.9,21.209,21.209,0,0,0,3.438,3.03.256.256,0,0,0,.326-.029Z"}))}),S=u({d:"M11.2857,6.05714 L10.08571,4.85714 L7.85714,7.14786 L7.85714,1 L6.14286,1 L6.14286,7.14786 L3.91429,4.85714 L2.71429,6.05714 L7,10.42857 L11.2857,6.05714 Z M1,11.2857 L1,13 L13,13 L13,11.2857 L1,11.2857 Z",displayName:"DownloadIcon",viewBox:"0 0 14 14"}),C=u({displayName:"DeleteIcon",path:i.createElement("g",{fill:"currentColor"},i.createElement("path",{d:"M19.452 7.5H4.547a.5.5 0 00-.5.545l1.287 14.136A2 2 0 007.326 24h9.347a2 2 0 001.992-1.819L19.95 8.045a.5.5 0 00-.129-.382.5.5 0 00-.369-.163zm-9.2 13a.75.75 0 01-1.5 0v-9a.75.75 0 011.5 0zm5 0a.75.75 0 01-1.5 0v-9a.75.75 0 011.5 0zM22 4h-4.75a.25.25 0 01-.25-.25V2.5A2.5 2.5 0 0014.5 0h-5A2.5 2.5 0 007 2.5v1.25a.25.25 0 01-.25.25H2a1 1 0 000 2h20a1 1 0 000-2zM9 3.75V2.5a.5.5 0 01.5-.5h5a.5.5 0 01.5.5v1.25a.25.25 0 01-.25.25h-5.5A.25.25 0 019 3.75z"}))}),T=u({displayName:"RepeatIcon",path:i.createElement("g",{fill:"currentColor"},i.createElement("path",{d:"M10.319,4.936a7.239,7.239,0,0,1,7.1,2.252,1.25,1.25,0,1,0,1.872-1.657A9.737,9.737,0,0,0,9.743,2.5,10.269,10.269,0,0,0,2.378,9.61a.249.249,0,0,1-.271.178l-1.033-.13A.491.491,0,0,0,.6,9.877a.5.5,0,0,0-.019.526l2.476,4.342a.5.5,0,0,0,.373.248.43.43,0,0,0,.062,0,.5.5,0,0,0,.359-.152l3.477-3.593a.5.5,0,0,0-.3-.844L5.15,10.172a.25.25,0,0,1-.2-.333A7.7,7.7,0,0,1,10.319,4.936Z"}),i.createElement("path",{d:"M23.406,14.1a.5.5,0,0,0,.015-.526l-2.5-4.329A.5.5,0,0,0,20.546,9a.489.489,0,0,0-.421.151l-3.456,3.614a.5.5,0,0,0,.3.842l1.848.221a.249.249,0,0,1,.183.117.253.253,0,0,1,.023.216,7.688,7.688,0,0,1-5.369,4.9,7.243,7.243,0,0,1-7.1-2.253,1.25,1.25,0,1,0-1.872,1.656,9.74,9.74,0,0,0,9.549,3.03,10.261,10.261,0,0,0,7.369-7.12.251.251,0,0,1,.27-.179l1.058.127a.422.422,0,0,0,.06,0A.5.5,0,0,0,23.406,14.1Z"}))}),A=u({displayName:"RepeatClockIcon",path:i.createElement("g",{fill:"currentColor"},i.createElement("path",{d:"M12.965,6a1,1,0,0,0-1,1v5.5a1,1,0,0,0,1,1h5a1,1,0,0,0,0-2h-3.75a.25.25,0,0,1-.25-.25V7A1,1,0,0,0,12.965,6Z"}),i.createElement("path",{d:"M12.567,1.258A10.822,10.822,0,0,0,2.818,8.4a.25.25,0,0,1-.271.163L.858,8.309a.514.514,0,0,0-.485.213.5.5,0,0,0-.021.53l2.679,4.7a.5.5,0,0,0,.786.107l3.77-3.746a.5.5,0,0,0-.279-.85L5.593,9.007a.25.25,0,0,1-.192-.35,8.259,8.259,0,1,1,7.866,11.59,1.25,1.25,0,0,0,.045,2.5h.047a10.751,10.751,0,1,0-.792-21.487Z"}))}),P=u({displayName:"EditIcon",path:i.createElement("g",{fill:"none",stroke:"currentColor",strokeLinecap:"round",strokeWidth:"2"},i.createElement("path",{d:"M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7"}),i.createElement("path",{d:"M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z"}))}),M=u({d:"M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z",displayName:"ChevronLeftIcon"}),_=u({d:"M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z",displayName:"ChevronRightIcon"}),O=u({displayName:"ChevronDownIcon",d:"M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"}),R=u({d:"M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z",displayName:"ChevronUpIcon"}),I=u({d:"M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z",displayName:"ArrowBackIcon"}),B=u({d:"M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z",displayName:"ArrowForwardIcon"}),N=u({d:"M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z",displayName:"ArrowUpIcon"}),F=u({viewBox:"0 0 16 16",d:"M11.891 9.992a1 1 0 1 1 1.416 1.415l-4.3 4.3a1 1 0 0 1-1.414 0l-4.3-4.3A1 1 0 0 1 4.71 9.992l3.59 3.591 3.591-3.591zm0-3.984L8.3 2.417 4.709 6.008a1 1 0 0 1-1.416-1.415l4.3-4.3a1 1 0 0 1 1.414 0l4.3 4.3a1 1 0 1 1-1.416 1.415z",displayName:"ArrowUpDownIcon"}),D=u({d:"M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z",displayName:"ArrowDownIcon"}),L=u({displayName:"ExternalLinkIcon",path:i.createElement("g",{fill:"none",stroke:"currentColor",strokeLinecap:"round",strokeWidth:"2"},i.createElement("path",{d:"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"}),i.createElement("path",{d:"M15 3h6v6"}),i.createElement("path",{d:"M10 14L21 3"}))}),j=u({displayName:"LinkIcon",path:i.createElement("g",{fill:"currentColor"},i.createElement("path",{d:"M10.458,18.374,7.721,21.11a2.853,2.853,0,0,1-3.942,0l-.892-.891a2.787,2.787,0,0,1,0-3.941l5.8-5.8a2.789,2.789,0,0,1,3.942,0l.893.892A1,1,0,0,0,14.94,9.952l-.893-.892a4.791,4.791,0,0,0-6.771,0l-5.8,5.8a4.787,4.787,0,0,0,0,6.77l.892.891a4.785,4.785,0,0,0,6.771,0l2.736-2.735a1,1,0,1,0-1.414-1.415Z"}),i.createElement("path",{d:"M22.526,2.363l-.892-.892a4.8,4.8,0,0,0-6.77,0l-2.905,2.9a1,1,0,0,0,1.414,1.414l2.9-2.9a2.79,2.79,0,0,1,3.941,0l.893.893a2.786,2.786,0,0,1,0,3.942l-5.8,5.8a2.769,2.769,0,0,1-1.971.817h0a2.766,2.766,0,0,1-1.969-.816,1,1,0,1,0-1.415,1.412,4.751,4.751,0,0,0,3.384,1.4h0a4.752,4.752,0,0,0,3.385-1.4l5.8-5.8a4.786,4.786,0,0,0,0-6.771Z"}))}),z=u({displayName:"PlusSquareIcon",path:i.createElement("g",{fill:"none",stroke:"currentColor",strokeLinecap:"round",strokeWidth:"2"},i.createElement("rect",{height:"18",width:"18",rx:"2",ry:"2",x:"3",y:"3"}),i.createElement("path",{d:"M12 8v8"}),i.createElement("path",{d:"M8 12h8"}))}),U=u({displayName:"CalendarIcon",viewBox:"0 0 14 14",d:"M10.8889,5.5 L3.11111,5.5 L3.11111,7.05556 L10.8889,7.05556 L10.8889,5.5 Z M12.4444,1.05556 L11.6667,1.05556 L11.6667,0 L10.1111,0 L10.1111,1.05556 L3.88889,1.05556 L3.88889,0 L2.33333,0 L2.33333,1.05556 L1.55556,1.05556 C0.692222,1.05556 0.00777777,1.75556 0.00777777,2.61111 L0,12.5 C0,13.3556 0.692222,14 1.55556,14 L12.4444,14 C13.3,14 14,13.3556 14,12.5 L14,2.61111 C14,1.75556 13.3,1.05556 12.4444,1.05556 Z M12.4444,12.5 L1.55556,12.5 L1.55556,3.94444 L12.4444,3.94444 L12.4444,12.5 Z M8.55556,8.61111 L3.11111,8.61111 L3.11111,10.1667 L8.55556,10.1667 L8.55556,8.61111 Z"}),G=u({d:"M0.913134,0.920639 C1.49851,0.331726 2.29348,0 3.12342,0 L10.8766,0 C11.7065,0 12.5015,0.331725 13.0869,0.920639 C13.6721,1.50939 14,2.30689 14,3.13746 L14,8.12943 C13.9962,8.51443 13.9059,8.97125 13.7629,9.32852 C13.6128,9.683 13.3552,10.0709 13.0869,10.3462 C12.813,10.6163 12.4265,10.8761 12.0734,11.0274 C11.7172,11.1716 11.2607,11.263 10.8766,11.2669 L10.1234,11.2669 L10.1234,12.5676 L10.1209,12.5676 C10.1204,12.793 10.0633,13.0791 9.97807,13.262 C9.8627,13.466 9.61158,13.7198 9.40818,13.8382 L9.40824,13.8383 C9.4077,13.8386 9.40716,13.8388 9.40661,13.8391 C9.40621,13.8393 9.4058,13.8396 9.40539,13.8398 L9.40535,13.8397 C9.22958,13.9254 8.94505,13.9951 8.75059,14 L8.74789,14 C8.35724,13.9963 7.98473,13.8383 7.71035,13.5617 L5.39553,11.2669 L3.12342,11.2669 C2.29348,11.2669 1.49851,10.9352 0.913134,10.3462 C0.644826,10.0709 0.387187,9.683 0.23711,9.32852 C0.0941235,8.97125 0.00379528,8.51443 0,8.12943 L0,3.13746 C0,2.30689 0.327915,1.50939 0.913134,0.920639 Z M3.12342,1.59494 C2.71959,1.59494 2.33133,1.75628 2.04431,2.04503 C1.75713,2.33395 1.59494,2.72681 1.59494,3.13746 L1.59494,8.12943 C1.59114,8.35901 1.62114,8.51076 1.71193,8.72129 C1.79563,8.9346 1.88065,9.06264 2.04431,9.22185 C2.33133,9.5106 2.71959,9.67195 3.12342,9.67195 L5.72383,9.67195 C5.93413,9.67195 6.13592,9.75502 6.28527,9.90308 L8.52848,12.1269 L8.52848,10.4694 C8.52848,10.029 8.88552,9.67195 9.32595,9.67195 L10.8766,9.67195 C11.1034,9.67583 11.2517,9.64614 11.4599,9.55518 C11.6712,9.47132 11.7976,9.38635 11.9557,9.22185 C12.1193,9.06264 12.2044,8.9346 12.2881,8.72129 C12.3789,8.51076 12.4089,8.35901 12.4051,8.12943 L12.4051,3.13746 C12.4051,2.72681 12.2429,2.33394 11.9557,2.04503 C11.6687,1.75628 11.2804,1.59494 10.8766,1.59494 L3.12342,1.59494 Z",displayName:"ChatIcon",viewBox:"0 0 14 14"}),J=u({displayName:"TimeIcon",path:i.createElement("g",{fill:"currentColor"},i.createElement("path",{d:"M12,0A12,12,0,1,0,24,12,12.014,12.014,0,0,0,12,0Zm0,22A10,10,0,1,1,22,12,10.011,10.011,0,0,1,12,22Z"}),i.createElement("path",{d:"M17.134,15.81,12.5,11.561V6.5a1,1,0,0,0-2,0V12a1,1,0,0,0,.324.738l4.959,4.545a1.01,1.01,0,0,0,1.413-.061A1,1,0,0,0,17.134,15.81Z"}))}),H=u({displayName:"ArrowRightIcon",path:i.createElement("g",{fill:"currentColor"},i.createElement("path",{d:"M13.584,12a2.643,2.643,0,0,1-.775,1.875L3.268,23.416a1.768,1.768,0,0,1-2.5-2.5l8.739-8.739a.25.25,0,0,0,0-.354L.768,3.084a1.768,1.768,0,0,1,2.5-2.5l9.541,9.541A2.643,2.643,0,0,1,13.584,12Z"}),i.createElement("path",{d:"M23.75,12a2.643,2.643,0,0,1-.775,1.875l-9.541,9.541a1.768,1.768,0,0,1-2.5-2.5l8.739-8.739a.25.25,0,0,0,0-.354L10.934,3.084a1.768,1.768,0,0,1,2.5-2.5l9.541,9.541A2.643,2.643,0,0,1,23.75,12Z"}))}),V=u({displayName:"ArrowLeftIcon",path:i.createElement("g",{fill:"currentColor"},i.createElement("path",{d:"M10.416,12a2.643,2.643,0,0,1,.775-1.875L20.732.584a1.768,1.768,0,0,1,2.5,2.5l-8.739,8.739a.25.25,0,0,0,0,.354l8.739,8.739a1.768,1.768,0,0,1-2.5,2.5l-9.541-9.541A2.643,2.643,0,0,1,10.416,12Z"}),i.createElement("path",{d:"M.25,12a2.643,2.643,0,0,1,.775-1.875L10.566.584a1.768,1.768,0,0,1,2.5,2.5L4.327,11.823a.25.25,0,0,0,0,.354l8.739,8.739a1.768,1.768,0,0,1-2.5,2.5L1.025,13.875A2.643,2.643,0,0,1,.25,12Z"}))}),$=u({displayName:"AtSignIcon",d:"M12,.5A11.634,11.634,0,0,0,.262,12,11.634,11.634,0,0,0,12,23.5a11.836,11.836,0,0,0,6.624-2,1.25,1.25,0,1,0-1.393-2.076A9.34,9.34,0,0,1,12,21a9.132,9.132,0,0,1-9.238-9A9.132,9.132,0,0,1,12,3a9.132,9.132,0,0,1,9.238,9v.891a1.943,1.943,0,0,1-3.884,0V12A5.355,5.355,0,1,0,12,17.261a5.376,5.376,0,0,0,3.861-1.634,4.438,4.438,0,0,0,7.877-2.736V12A11.634,11.634,0,0,0,12,.5Zm0,14.261A2.763,2.763,0,1,1,14.854,12,2.812,2.812,0,0,1,12,14.761Z"}),X=u({displayName:"AttachmentIcon",d:"M21.843,3.455a6.961,6.961,0,0,0-9.846,0L1.619,13.832a5.128,5.128,0,0,0,7.252,7.252L17.3,12.653A3.293,3.293,0,1,0,12.646,8L7.457,13.184A1,1,0,1,0,8.871,14.6L14.06,9.409a1.294,1.294,0,0,1,1.829,1.83L7.457,19.67a3.128,3.128,0,0,1-4.424-4.424L13.411,4.869a4.962,4.962,0,1,1,7.018,7.018L12.646,19.67a1,1,0,1,0,1.414,1.414L21.843,13.3a6.96,6.96,0,0,0,0-9.846Z"}),Z=u({displayName:"UpDownIcon",viewBox:"-1 -1 9 11",d:"M 3.5 0L 3.98809 -0.569442L 3.5 -0.987808L 3.01191 -0.569442L 3.5 0ZM 3.5 9L 3.01191 9.56944L 3.5 9.98781L 3.98809 9.56944L 3.5 9ZM 0.488094 3.56944L 3.98809 0.569442L 3.01191 -0.569442L -0.488094 2.43056L 0.488094 3.56944ZM 3.01191 0.569442L 6.51191 3.56944L 7.48809 2.43056L 3.98809 -0.569442L 3.01191 0.569442ZM -0.488094 6.56944L 3.01191 9.56944L 3.98809 8.43056L 0.488094 5.43056L -0.488094 6.56944ZM 3.98809 9.56944L 7.48809 6.56944L 6.51191 5.43056L 3.01191 8.43056L 3.98809 9.56944Z"}),q=u({d:"M23.555,8.729a1.505,1.505,0,0,0-1.406-.98H16.062a.5.5,0,0,1-.472-.334L13.405,1.222a1.5,1.5,0,0,0-2.81,0l-.005.016L8.41,7.415a.5.5,0,0,1-.471.334H1.85A1.5,1.5,0,0,0,.887,10.4l5.184,4.3a.5.5,0,0,1,.155.543L4.048,21.774a1.5,1.5,0,0,0,2.31,1.684l5.346-3.92a.5.5,0,0,1,.591,0l5.344,3.919a1.5,1.5,0,0,0,2.312-1.683l-2.178-6.535a.5.5,0,0,1,.155-.543l5.194-4.306A1.5,1.5,0,0,0,23.555,8.729Z",displayName:"StarIcon"}),W=u({displayName:"EmailIcon",path:i.createElement("g",{fill:"currentColor"},i.createElement("path",{d:"M11.114,14.556a1.252,1.252,0,0,0,1.768,0L22.568,4.87a.5.5,0,0,0-.281-.849A1.966,1.966,0,0,0,22,4H2a1.966,1.966,0,0,0-.289.021.5.5,0,0,0-.281.849Z"}),i.createElement("path",{d:"M23.888,5.832a.182.182,0,0,0-.2.039l-6.2,6.2a.251.251,0,0,0,0,.354l5.043,5.043a.75.75,0,1,1-1.06,1.061l-5.043-5.043a.25.25,0,0,0-.354,0l-2.129,2.129a2.75,2.75,0,0,1-3.888,0L7.926,13.488a.251.251,0,0,0-.354,0L2.529,18.531a.75.75,0,0,1-1.06-1.061l5.043-5.043a.251.251,0,0,0,0-.354l-6.2-6.2a.18.18,0,0,0-.2-.039A.182.182,0,0,0,0,6V18a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2V6A.181.181,0,0,0,23.888,5.832Z"}))}),K=u({d:"M2.20731,0.0127209 C2.1105,-0.0066419 1.99432,-0.00664663 1.91687,0.032079 C0.871279,0.438698 0.212942,1.92964 0.0580392,2.95587 C-0.426031,6.28627 2.20731,9.17133 4.62766,11.0689 C6.77694,12.7534 10.9012,15.5223 13.3409,12.8503 C13.6507,12.5211 14.0186,12.037 13.9993,11.553 C13.9412,10.7397 13.186,10.1588 12.6051,9.71349 C12.1598,9.38432 11.2304,8.47427 10.6495,8.49363 C10.1267,8.51299 9.79754,9.05515 9.46837,9.38432 L8.88748,9.96521 C8.79067,10.062 7.55145,9.24878 7.41591,9.15197 C6.91248,8.8228 6.4284,8.45491 6.00242,8.04829 C5.57644,7.64167 5.18919,7.19632 4.86002,6.73161 C4.7632,6.59607 3.96933,5.41495 4.04678,5.31813 C4.04678,5.31813 4.72448,4.58234 4.91811,4.2919 C5.32473,3.67229 5.63453,3.18822 5.16982,2.45243 C4.99556,2.18135 4.78257,1.96836 4.55021,1.73601 C4.14359,1.34875 3.73698,0.942131 3.27227,0.612963 C3.02055,0.419335 2.59457,0.0708094 2.20731,0.0127209 Z",displayName:"PhoneIcon",viewBox:"0 0 14 14"}),Y=u({viewBox:"0 0 10 10",d:"M3,2 C2.44771525,2 2,1.55228475 2,1 C2,0.44771525 2.44771525,0 3,0 C3.55228475,0 4,0.44771525 4,1 C4,1.55228475 3.55228475,2 3,2 Z M3,6 C2.44771525,6 2,5.55228475 2,5 C2,4.44771525 2.44771525,4 3,4 C3.55228475,4 4,4.44771525 4,5 C4,5.55228475 3.55228475,6 3,6 Z M3,10 C2.44771525,10 2,9.55228475 2,9 C2,8.44771525 2.44771525,8 3,8 C3.55228475,8 4,8.44771525 4,9 C4,9.55228475 3.55228475,10 3,10 Z M7,2 C6.44771525,2 6,1.55228475 6,1 C6,0.44771525 6.44771525,0 7,0 C7.55228475,0 8,0.44771525 8,1 C8,1.55228475 7.55228475,2 7,2 Z M7,6 C6.44771525,6 6,5.55228475 6,5 C6,4.44771525 6.44771525,4 7,4 C7.55228475,4 8,4.44771525 8,5 C8,5.55228475 7.55228475,6 7,6 Z M7,10 C6.44771525,10 6,9.55228475 6,9 C6,8.44771525 6.44771525,8 7,8 C7.55228475,8 8,8.44771525 8,9 C8,9.55228475 7.55228475,10 7,10 Z",displayName:"DragHandleIcon"}),Q=u({displayName:"SpinnerIcon",path:i.createElement(i.Fragment,null,i.createElement("defs",null,i.createElement("linearGradient",{x1:"28.154%",y1:"63.74%",x2:"74.629%",y2:"17.783%",id:"a"},i.createElement("stop",{stopColor:"currentColor",offset:"0%"}),i.createElement("stop",{stopColor:"#fff",stopOpacity:"0",offset:"100%"}))),i.createElement("g",{transform:"translate(2)",fill:"none"},i.createElement("circle",{stroke:"url(#a)",strokeWidth:"4",cx:"10",cy:"12",r:"10"}),i.createElement("path",{d:"M10 2C4.477 2 0 6.477 0 12",stroke:"currentColor",strokeWidth:"4"}),i.createElement("rect",{fill:"currentColor",x:"8",width:"4",height:"4",rx:"8"})))}),ee=u({displayName:"CloseIcon",d:"M.439,21.44a1.5,1.5,0,0,0,2.122,2.121L11.823,14.3a.25.25,0,0,1,.354,0l9.262,9.263a1.5,1.5,0,1,0,2.122-2.121L14.3,12.177a.25.25,0,0,1,0-.354l9.263-9.262A1.5,1.5,0,0,0,21.439.44L12.177,9.7a.25.25,0,0,1-.354,0L2.561.44A1.5,1.5,0,0,0,.439,2.561L9.7,11.823a.25.25,0,0,1,0,.354Z"}),te=u({displayName:"SmallCloseIcon",viewBox:"0 0 16 16",path:i.createElement("path",{d:"M9.41 8l2.29-2.29c.19-.18.3-.43.3-.71a1.003 1.003 0 0 0-1.71-.71L8 6.59l-2.29-2.3a1.003 1.003 0 0 0-1.42 1.42L6.59 8 4.3 10.29c-.19.18-.3.43-.3.71a1.003 1.003 0 0 0 1.71.71L8 9.41l2.29 2.29c.18.19.43.3.71.3a1.003 1.003 0 0 0 .71-1.71L9.41 8z",fillRule:"evenodd",fill:"currentColor"})}),re=u({d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8 0-1.85.63-3.55 1.69-4.9L16.9 18.31C15.55 19.37 13.85 20 12 20zm6.31-3.1L7.1 5.69C8.45 4.63 10.15 4 12 4c4.42 0 8 3.58 8 8 0 1.85-.63 3.55-1.69 4.9z",displayName:"NotAllowedIcon"}),ne=u({d:"M21,5H3C2.621,5,2.275,5.214,2.105,5.553C1.937,5.892,1.973,6.297,2.2,6.6l9,12 c0.188,0.252,0.485,0.4,0.8,0.4s0.611-0.148,0.8-0.4l9-12c0.228-0.303,0.264-0.708,0.095-1.047C21.725,5.214,21.379,5,21,5z",displayName:"TriangleDownIcon"}),oe=u({d:"M12.8,5.4c-0.377-0.504-1.223-0.504-1.6,0l-9,12c-0.228,0.303-0.264,0.708-0.095,1.047 C2.275,18.786,2.621,19,3,19h18c0.379,0,0.725-0.214,0.895-0.553c0.169-0.339,0.133-0.744-0.095-1.047L12.8,5.4z",displayName:"TriangleUpIcon"}),ie=u({displayName:"InfoOutlineIcon",path:i.createElement("g",{fill:"currentColor",stroke:"currentColor",strokeLinecap:"square",strokeWidth:"2"},i.createElement("circle",{cx:"12",cy:"12",fill:"none",r:"11",stroke:"currentColor"}),i.createElement("line",{fill:"none",x1:"11.959",x2:"11.959",y1:"11",y2:"17"}),i.createElement("circle",{cx:"11.959",cy:"7",r:"1",stroke:"none"}))}),ae=u({displayName:"BellIcon",d:"M12 22c1.1 0 2-.9 2-2h-4c0 1.1.89 2 2 2zm6-6v-5c0-3.07-1.64-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68C7.63 5.36 6 7.92 6 11v5l-2 2v1h16v-1l-2-2z"}),se=u({d:"M12,0A12,12,0,1,0,24,12,12.013,12.013,0,0,0,12,0Zm.25,5a1.5,1.5,0,1,1-1.5,1.5A1.5,1.5,0,0,1,12.25,5ZM14.5,18.5h-4a1,1,0,0,1,0-2h.75a.25.25,0,0,0,.25-.25v-4.5a.25.25,0,0,0-.25-.25H10.5a1,1,0,0,1,0-2h1a2,2,0,0,1,2,2v4.75a.25.25,0,0,0,.25.25h.75a1,1,0,1,1,0,2Z"}),le=u({d:"M12,0A12,12,0,1,0,24,12,12.013,12.013,0,0,0,12,0Zm0,19a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,12,19Zm1.6-6.08a1,1,0,0,0-.6.917,1,1,0,1,1-2,0,3,3,0,0,1,1.8-2.75A2,2,0,1,0,10,9.255a1,1,0,1,1-2,0,4,4,0,1,1,5.6,3.666Z",displayName:"QuestionIcon"}),ce=u({displayName:"QuestionOutlineIcon",path:i.createElement("g",{stroke:"currentColor",strokeWidth:"1.5"},i.createElement("path",{strokeLinecap:"round",fill:"none",d:"M9,9a3,3,0,1,1,4,2.829,1.5,1.5,0,0,0-1,1.415V14.25"}),i.createElement("path",{fill:"none",strokeLinecap:"round",d:"M12,17.25a.375.375,0,1,0,.375.375A.375.375,0,0,0,12,17.25h0"}),i.createElement("circle",{fill:"none",strokeMiterlimit:"10",cx:"12",cy:"12",r:"11.25"}))}),ue=u({d:"M11.983,0a12.206,12.206,0,0,0-8.51,3.653A11.8,11.8,0,0,0,0,12.207,11.779,11.779,0,0,0,11.8,24h.214A12.111,12.111,0,0,0,24,11.791h0A11.766,11.766,0,0,0,11.983,0ZM10.5,16.542a1.476,1.476,0,0,1,1.449-1.53h.027a1.527,1.527,0,0,1,1.523,1.47,1.475,1.475,0,0,1-1.449,1.53h-.027A1.529,1.529,0,0,1,10.5,16.542ZM11,12.5v-6a1,1,0,0,1,2,0v6a1,1,0,1,1-2,0Z",displayName:"WarningIcon"}),de=u({displayName:"WarningTwoIcon",d:"M23.119,20,13.772,2.15h0a2,2,0,0,0-3.543,0L.881,20a2,2,0,0,0,1.772,2.928H21.347A2,2,0,0,0,23.119,20ZM11,8.423a1,1,0,0,1,2,0v6a1,1,0,1,1-2,0Zm1.05,11.51h-.028a1.528,1.528,0,0,1-1.522-1.47,1.476,1.476,0,0,1,1.448-1.53h.028A1.527,1.527,0,0,1,13.5,18.4,1.475,1.475,0,0,1,12.05,19.933Z"}),pe=u({viewBox:"0 0 14 14",path:i.createElement("g",{fill:"currentColor"},i.createElement("polygon",{points:"5.5 11.9993304 14 3.49933039 12.5 2 5.5 8.99933039 1.5 4.9968652 0 6.49933039"}))}),me=u({displayName:"MinusIcon",path:i.createElement("g",{fill:"currentColor"},i.createElement("rect",{height:"4",width:"20",x:"2",y:"10"}))}),fe=u({displayName:"HamburgerIcon",viewBox:"0 0 24 24",d:"M 3 5 A 1.0001 1.0001 0 1 0 3 7 L 21 7 A 1.0001 1.0001 0 1 0 21 5 L 3 5 z M 3 11 A 1.0001 1.0001 0 1 0 3 13 L 21 13 A 1.0001 1.0001 0 1 0 21 11 L 3 11 z M 3 17 A 1.0001 1.0001 0 1 0 3 19 L 21 19 A 1.0001 1.0001 0 1 0 21 17 L 3 17 z"})},34651:(e,t,r)=>{"use strict";r.d(t,{Ee:()=>m,Ei:()=>f,d9:()=>c});var n=r(32090),o=r(9199),i=r(67294),a=r(97375);function s(){return s=Object.assign||function(e){for(var t=1;t=0||(o[r]=e[r]);return o}function c(e){var t=e.loading,r=e.src,n=e.srcSet,o=e.onLoad,s=e.onError,l=e.crossOrigin,c=e.sizes,u=e.ignoreFallback,d=(0,i.useState)("pending"),p=d[0],m=d[1];(0,i.useEffect)((function(){m(r?"loading":"pending")}),[r]);var f=(0,i.useRef)(),h=(0,i.useCallback)((function(){if(r){g();var e=new Image;e.src=r,l&&(e.crossOrigin=l),n&&(e.srcset=n),c&&(e.sizes=c),t&&(e.loading=t),e.onload=function(e){g(),m("loaded"),null==o||o(e)},e.onerror=function(e){g(),m("failed"),null==s||s(e)},f.current=e}}),[r,l,n,c,o,s,t]),g=function(){f.current&&(f.current.onload=null,f.current.onerror=null,f.current=null)};return(0,a.Gw)((function(){if(!u)return"loading"===p&&h(),function(){g()}}),[p,h,u]),u?"loaded":p}var u=["htmlWidth","htmlHeight","alt"],d=["fallbackSrc","fallback","src","srcSet","align","fit","loading","ignoreFallback","crossOrigin"],p=i.forwardRef((function(e,t){var r=e.htmlWidth,n=e.htmlHeight,o=e.alt,a=l(e,u);return i.createElement("img",s({width:r,height:n,ref:t,alt:o},a))})),m=(0,n.Gp)((function(e,t){var r=e.fallbackSrc,a=e.fallback,u=e.src,m=e.srcSet,f=e.align,h=e.fit,g=e.loading,b=e.ignoreFallback,v=e.crossOrigin,y=l(e,d),x=null!=g||b||void 0===r&&void 0===a,w=c(s({},e,{ignoreFallback:x})),k=s({ref:t,objectFit:h,objectPosition:f},x?y:(0,o.CE)(y,["onError","onLoad"]));return"loaded"!==w?a||i.createElement(n.m$.img,s({as:p,className:"chakra-image__placeholder",src:r},k)):i.createElement(n.m$.img,s({as:p,src:u,srcSet:m,crossOrigin:v,loading:g,className:"chakra-image"},k))})),f=902!=r.j?(0,n.Gp)((function(e,t){return i.createElement(n.m$.img,s({ref:t,as:p,className:"chakra-image"},e))})):null;o.Ts&&(m.displayName="Image")},4612:(e,t,r)=>{"use strict";r.d(t,{II:()=>c,ID:()=>f,BZ:()=>v,Ui:()=>h,Z8:()=>S,xW:()=>g,xH:()=>C});var n=r(79762),o=r(32090),i=r(9199),a=r(67294),s=r(26450);function l(){return l=Object.assign||function(e){for(var t=1;t=0||(o[r]=e[r]);return o}i.Ts&&(c.displayName="Input"),c.id="Input";var d=["placement"],p={left:{marginEnd:"-1px",borderEndRadius:0,borderEndColor:"transparent"},right:{marginStart:"-1px",borderStartRadius:0,borderStartColor:"transparent"}},m=(0,o.m$)("div",{baseStyle:{flex:"0 0 auto",width:"auto",display:"flex",alignItems:"center",whiteSpace:"nowrap"}}),f=(0,o.Gp)((function(e,t){var r,n=e.placement,i=void 0===n?"left":n,s=u(e,d),c=null!=(r=p[i])?r:{},f=(0,o.yK)();return a.createElement(m,l({ref:t},s,{__css:l({},f.addon,c)}))}));i.Ts&&(f.displayName="InputAddon");var h=(0,o.Gp)((function(e,t){return a.createElement(f,l({ref:t,placement:"left"},e,{className:(0,i.cx)("chakra-input__left-addon",e.className)}))}));i.Ts&&(h.displayName="InputLeftAddon"),h.id="InputLeftAddon";var g=(0,o.Gp)((function(e,t){return a.createElement(f,l({ref:t,placement:"right"},e,{className:(0,i.cx)("chakra-input__right-addon",e.className)}))}));i.Ts&&(g.displayName="InputRightAddon"),g.id="InputRightAddon";var b=["children","className"],v=(0,o.Gp)((function(e,t){var r=(0,o.jC)("Input",e),n=(0,o.Lr)(e),c=n.children,d=n.className,p=u(n,b),m=(0,i.cx)("chakra-input__group",d),f={},h=(0,s.WR)(c),g=r.field;h.forEach((function(e){var t,n;r&&(g&&"InputLeftElement"===e.type.id&&(f.paddingStart=null!=(t=g.height)?t:g.h),g&&"InputRightElement"===e.type.id&&(f.paddingEnd=null!=(n=g.height)?n:g.h),"InputRightAddon"===e.type.id&&(f.borderEndRadius=0),"InputLeftAddon"===e.type.id&&(f.borderStartRadius=0))}));var v=h.map((function(t){var r,n,o=(0,i.YU)({size:(null==(r=t.props)?void 0:r.size)||e.size,variant:(null==(n=t.props)?void 0:n.variant)||e.variant});return"Input"!==t.type.id?a.cloneElement(t,o):a.cloneElement(t,Object.assign(o,f,t.props))}));return a.createElement(o.m$.div,l({className:m,ref:t,__css:{width:"100%",display:"flex",position:"relative"}},p),a.createElement(o.Fo,{value:r},v))}));i.Ts&&(v.displayName="InputGroup");var y=["placement"],x=["className"],w=["className"],k=(0,o.m$)("div",{baseStyle:{display:"flex",alignItems:"center",justifyContent:"center",position:"absolute",top:"0",zIndex:2}}),E=(0,o.Gp)((function(e,t){var r,n,i,s=e.placement,c=void 0===s?"left":s,d=u(e,y),p=(0,o.yK)().field,m=((i={})["left"===c?"insetStart":"insetEnd"]="0",i.width=null!=(r=null==p?void 0:p.height)?r:null==p?void 0:p.h,i.height=null!=(n=null==p?void 0:p.height)?n:null==p?void 0:p.h,i.fontSize=null==p?void 0:p.fontSize,i);return a.createElement(k,l({ref:t,__css:m},d))}));E.id="InputElement",i.Ts&&(E.displayName="InputElement");var S=(0,o.Gp)((function(e,t){var r=e.className,n=u(e,x),o=(0,i.cx)("chakra-input__left-element",r);return a.createElement(E,l({ref:t,placement:"left",className:o},n))}));S.id="InputLeftElement",i.Ts&&(S.displayName="InputLeftElement");var C=(0,o.Gp)((function(e,t){var r=e.className,n=u(e,w),o=(0,i.cx)("chakra-input__right-element",r);return a.createElement(E,l({ref:t,placement:"right",className:o},n))}));C.id="InputRightElement",i.Ts&&(C.displayName="InputRightElement")},68527:(e,t,r)=>{"use strict";r.d(t,{um:()=>E,oM:()=>p,Ct:()=>f,xu:()=>b,M5:()=>w,Cd:()=>y,EK:()=>C,W2:()=>A,iz:()=>_,kC:()=>R,rj:()=>N,P4:()=>D,Ug:()=>ce,X6:()=>j,Tz:()=>U,rU:()=>J,fG:()=>xe,AB:()=>ye,aV:()=>W,DE:()=>ee,HC:()=>Q,GS:()=>K,MI:()=>re,LZ:()=>ne,bK:()=>v,Kq:()=>le,cX:()=>ae,vO:()=>se,xv:()=>pe,QI:()=>Y,gC:()=>ue,Eq:()=>he,Uc:()=>ge});var n=r(32090),o=r(94244),i=r(9199),a=r(67294),s=r(10894),l=r(26450);function c(){return c=Object.assign||function(e){for(var t=1;t=0||(o[r]=e[r]);return o}var d=["ratio","children","className"],p=(0,n.Gp)((function(e,t){var r=e.ratio,o=void 0===r?4/3:r,s=e.children,l=e.className,p=u(e,d),m=a.Children.only(s),f=(0,i.cx)("chakra-aspect-ratio",l);return a.createElement(n.m$.div,c({ref:t,position:"relative",className:f,_before:{height:0,content:'""',display:"block",paddingBottom:(0,i.XQ)(o,(function(e){return 1/e*100+"%"}))},__css:{"& > *:not(style)":{overflow:"hidden",position:"absolute",top:"0",right:"0",bottom:"0",left:"0",display:"flex",justifyContent:"center",alignItems:"center",width:"100%",height:"100%"},"& > img, & > video":{objectFit:"cover"}}},p),m)}));i.Ts&&(p.displayName="AspectRatio");var m=["className"],f=(0,n.Gp)((function(e,t){var r=(0,n.mq)("Badge",e),o=(0,n.Lr)(e);o.className;var s=u(o,m);return a.createElement(n.m$.span,c({ref:t,className:(0,i.cx)("chakra-badge",e.className)},s,{__css:c({display:"inline-block",whiteSpace:"nowrap",verticalAlign:"middle"},r)}))}));i.Ts&&(f.displayName="Badge");var h=["size","centerContent"],g=["size"],b=(0,n.m$)("div");i.Ts&&(b.displayName="Box");var v=(0,n.Gp)((function(e,t){var r=e.size,n=e.centerContent,o=void 0===n||n,i=u(e,h),s=o?{display:"flex",alignItems:"center",justifyContent:"center"}:{};return a.createElement(b,c({ref:t,boxSize:r,__css:c({},s,{flexShrink:0,flexGrow:0})},i))}));i.Ts&&(v.displayName="Square");var y=(0,n.Gp)((function(e,t){var r=e.size,n=u(e,g);return a.createElement(v,c({size:r,ref:t,borderRadius:"9999px"},n))}));i.Ts&&(y.displayName="Circle");var x=902!=r.j?["axis"]:null,w=(0,n.m$)("div",{baseStyle:{display:"flex",alignItems:"center",justifyContent:"center"}});i.Ts&&(w.displayName="Center");var k={horizontal:{insetStart:"50%",transform:"translateX(-50%)"},vertical:{top:"50%",transform:"translateY(-50%)"},both:{insetStart:"50%",top:"50%",transform:"translate(-50%, -50%)"}},E=902!=r.j?(0,n.Gp)((function(e,t){var r=e.axis,o=void 0===r?"both":r,i=u(e,x);return a.createElement(n.m$.div,c({ref:t,__css:k[o]},i,{position:"absolute"}))})):null,S=["className"],C=(0,n.Gp)((function(e,t){var r=(0,n.mq)("Code",e),o=(0,n.Lr)(e);o.className;var s=u(o,S);return a.createElement(n.m$.code,c({ref:t,className:(0,i.cx)("chakra-code",e.className)},s,{__css:c({display:"inline-block"},r)}))}));i.Ts&&(C.displayName="Code");var T=["className","centerContent"],A=(0,n.Gp)((function(e,t){var r=(0,n.Lr)(e),o=r.className,s=r.centerContent,l=u(r,T),d=(0,n.mq)("Container",e);return a.createElement(n.m$.div,c({ref:t,className:(0,i.cx)("chakra-container",o)},l,{__css:c({},d,s&&{display:"flex",flexDirection:"column",alignItems:"center"})}))}));i.Ts&&(A.displayName="Container");var P=["borderLeftWidth","borderBottomWidth","borderTopWidth","borderRightWidth","borderWidth","borderStyle","borderColor"],M=["className","orientation","__css"],_=(0,n.Gp)((function(e,t){var r=(0,n.mq)("Divider",e),o=r.borderLeftWidth,s=r.borderBottomWidth,l=r.borderTopWidth,d=r.borderRightWidth,p=r.borderWidth,m=r.borderStyle,f=r.borderColor,h=u(r,P),g=(0,n.Lr)(e),b=g.className,v=g.orientation,y=void 0===v?"horizontal":v,x=g.__css,w=u(g,M),k={vertical:{borderLeftWidth:o||d||p||"1px",height:"100%"},horizontal:{borderBottomWidth:s||l||p||"1px",width:"100%"}};return a.createElement(n.m$.hr,c({ref:t,"aria-orientation":y},w,{__css:c({},h,{border:"0",borderColor:f,borderStyle:m},k[y],x),className:(0,i.cx)("chakra-divider",b)}))}));i.Ts&&(_.displayName="Divider");var O=["direction","align","justify","wrap","basis","grow","shrink"],R=(0,n.Gp)((function(e,t){var r=e.direction,o=e.align,i=e.justify,s=e.wrap,l=e.basis,d=e.grow,p=e.shrink,m=u(e,O),f={display:"flex",flexDirection:r,alignItems:o,justifyContent:i,flexWrap:s,flexBasis:l,flexGrow:d,flexShrink:p};return a.createElement(n.m$.div,c({ref:t,__css:f},m))}));i.Ts&&(R.displayName="Flex");var I=["area","templateAreas","gap","rowGap","columnGap","column","row","autoFlow","autoRows","templateRows","autoColumns","templateColumns"],B=902!=r.j?["colSpan","colStart","colEnd","rowEnd","rowSpan","rowStart"]:null,N=(0,n.Gp)((function(e,t){var r=e.area,o=e.templateAreas,i=e.gap,s=e.rowGap,l=e.columnGap,d=e.column,p=e.row,m=e.autoFlow,f=e.autoRows,h=e.templateRows,g=e.autoColumns,b=e.templateColumns,v=u(e,I),y={display:"grid",gridArea:r,gridTemplateAreas:o,gridGap:i,gridRowGap:s,gridColumnGap:l,gridAutoColumns:g,gridColumn:d,gridRow:p,gridAutoFlow:m,gridAutoRows:f,gridTemplateRows:h,gridTemplateColumns:b};return a.createElement(n.m$.div,c({ref:t,__css:y},v))}));function F(e){return(0,i.XQ)(e,(function(e){return"auto"===e?"auto":"span "+e+"/span "+e}))}i.Ts&&(N.displayName="Grid");var D=902!=r.j?(0,n.Gp)((function(e,t){var r=e.colSpan,o=e.colStart,s=e.colEnd,l=e.rowEnd,d=e.rowSpan,p=e.rowStart,m=u(e,B),f=(0,i.YU)({gridColumn:F(r),gridRow:F(d),gridColumnStart:o,gridColumnEnd:s,gridRowStart:p,gridRowEnd:l});return a.createElement(n.m$.div,c({ref:t,__css:f},m))})):null,L=["className"],j=(0,n.Gp)((function(e,t){var r=(0,n.mq)("Heading",e),o=(0,n.Lr)(e);o.className;var s=u(o,L);return a.createElement(n.m$.h2,c({ref:t,className:(0,i.cx)("chakra-heading",e.className)},s,{__css:r}))}));i.Ts&&(j.displayName="Heading");var z=["className"],U=(0,n.Gp)((function(e,t){var r=(0,n.mq)("Kbd",e),o=(0,n.Lr)(e),s=o.className,l=u(o,z);return a.createElement(n.m$.kbd,c({ref:t,className:(0,i.cx)("chakra-kbd",s)},l,{__css:c({fontFamily:"mono"},r)}))}));i.Ts&&(U.displayName="Kbd");var G=["className","isExternal"],J=(0,n.Gp)((function(e,t){var r=(0,n.mq)("Link",e),o=(0,n.Lr)(e),s=o.className,l=o.isExternal,d=u(o,G);return a.createElement(n.m$.a,c({target:l?"_blank":void 0,rel:l?"noopener noreferrer":void 0,ref:t,className:(0,i.cx)("chakra-link",s)},d,{__css:r}))}));i.Ts&&(J.displayName="Link");var H=["children","styleType","stylePosition","spacing"],V=["as"],$=["as"],X=(0,l.kr)({name:"StylesContext",errorMessage:"useStyles: `styles` is undefined. Seems you forgot to wrap the components in a `<*List />` "}),Z=X[0],q=X[1],W=(0,n.Gp)((function(e,t){var r,o=(0,n.jC)("List",e),i=(0,n.Lr)(e),s=i.children,d=i.styleType,p=void 0===d?"none":d,m=i.stylePosition,f=i.spacing,h=u(i,H),g=(0,l.WR)(s),b=f?((r={})["& > *:not(style) ~ *:not(style)"]={mt:f},r):{};return a.createElement(Z,{value:o},a.createElement(n.m$.ul,c({ref:t,listStyleType:p,listStylePosition:m,role:"list",__css:c({},o.container,b)},h),g))}));i.Ts&&(W.displayName="List");var K=(0,n.Gp)((function(e,t){e.as;var r=u(e,V);return a.createElement(W,c({ref:t,as:"ol",styleType:"decimal",marginStart:"1em"},r))}));i.Ts&&(K.displayName="OrderedList");var Y=(0,n.Gp)((function(e,t){e.as;var r=u(e,$);return a.createElement(W,c({ref:t,as:"ul",styleType:"initial",marginStart:"1em"},r))}));i.Ts&&(Y.displayName="UnorderedList");var Q=(0,n.Gp)((function(e,t){var r=q();return a.createElement(n.m$.li,c({ref:t},e,{__css:r.item}))}));i.Ts&&(Q.displayName="ListItem");var ee=(0,n.Gp)((function(e,t){var r=q();return a.createElement(s.JO,c({ref:t,role:"presentation"},e,{__css:r.icon}))}));i.Ts&&(ee.displayName="ListIcon");var te=["columns","spacingX","spacingY","spacing","minChildWidth"],re=(0,n.Gp)((function(e,t){var r,n,o=e.columns,s=e.spacingX,l=e.spacingY,d=e.spacing,p=e.minChildWidth,m=u(e,te),f=p?(n=p,(0,i.XQ)(n,(function(e){return(0,i.Ft)(e)?null:"repeat(auto-fit, minmax("+(t=e,((0,i.hj)(t)?t+"px":t)+", 1fr))");var t}))):(r=o,(0,i.XQ)(r,(function(e){return(0,i.Ft)(e)?null:"repeat("+e+", minmax(0, 1fr))"})));return a.createElement(N,c({ref:t,gap:d,columnGap:s,rowGap:l,templateColumns:f},m))}));i.Ts&&(re.displayName="SimpleGrid");var ne=(0,n.m$)("div",{baseStyle:{flex:1,justifySelf:"stretch",alignSelf:"stretch"}});i.Ts&&(ne.displayName="Spacer");var oe="& > *:not(style) ~ *:not(style)",ie=["isInline","direction","align","justify","spacing","wrap","children","divider","className","shouldWrapChildren"],ae=function(e){return a.createElement(n.m$.div,c({className:"chakra-stack__divider"},e,{__css:c({},e.__css,{borderWidth:0,alignSelf:"stretch",borderColor:"inherit",width:"auto",height:"auto"})}))},se=function(e){return a.createElement(n.m$.div,c({className:"chakra-stack__item"},e,{__css:c({display:"inline-block",flex:"0 0 auto",minWidth:0},e.__css)}))},le=(0,n.Gp)((function(e,t){var r,o=e.isInline,s=e.direction,d=e.align,p=e.justify,m=e.spacing,f=void 0===m?"0.5rem":m,h=e.wrap,g=e.children,b=e.divider,v=e.className,y=e.shouldWrapChildren,x=u(e,ie),w=o?"row":null!=s?s:"column",k=a.useMemo((function(){return function(e){var t,r=e.spacing,n=e.direction,o={column:{marginTop:r,marginEnd:0,marginBottom:0,marginStart:0},row:{marginTop:0,marginEnd:0,marginBottom:0,marginStart:r},"column-reverse":{marginTop:0,marginEnd:0,marginBottom:r,marginStart:0},"row-reverse":{marginTop:0,marginEnd:r,marginBottom:0,marginStart:0}};return(t={flexDirection:n})[oe]=(0,i.XQ)(n,(function(e){return o[e]})),t}({direction:w,spacing:f})}),[w,f]),E=a.useMemo((function(){return function(e){var t=e.spacing,r=e.direction,n={column:{my:t,mx:0,borderLeftWidth:0,borderBottomWidth:"1px"},"column-reverse":{my:t,mx:0,borderLeftWidth:0,borderBottomWidth:"1px"},row:{mx:t,my:0,borderLeftWidth:"1px",borderBottomWidth:0},"row-reverse":{mx:t,my:0,borderLeftWidth:"1px",borderBottomWidth:0}};return{"&":(0,i.XQ)(r,(function(e){return n[e]}))}}({spacing:f,direction:w})}),[f,w]),S=!!b,C=!y&&!S,T=(0,l.WR)(g),A=C?T:T.map((function(e,t){var r=void 0!==e.key?e.key:t,n=t+1===T.length,o=y?a.createElement(se,{key:r},e):e;if(!S)return o;var i=n?null:a.cloneElement(b,{__css:E});return a.createElement(a.Fragment,{key:r},o,i)})),P=(0,i.cx)("chakra-stack",v);return a.createElement(n.m$.div,c({ref:t,display:"flex",alignItems:d,justifyContent:p,flexDirection:k.flexDirection,flexWrap:h,className:P,__css:S?{}:(r={},r[oe]=k[oe],r)},x),A)}));i.Ts&&(le.displayName="Stack");var ce=(0,n.Gp)((function(e,t){return a.createElement(le,c({align:"center"},e,{direction:"row",ref:t}))}));i.Ts&&(ce.displayName="HStack");var ue=(0,n.Gp)((function(e,t){return a.createElement(le,c({align:"center"},e,{direction:"column",ref:t}))}));i.Ts&&(ue.displayName="VStack");var de=["className","align","decoration","casing"],pe=(0,n.Gp)((function(e,t){var r=(0,n.mq)("Text",e),o=(0,n.Lr)(e);o.className,o.align,o.decoration,o.casing;var s=u(o,de),l=(0,i.YU)({textAlign:e.align,textDecoration:e.decoration,textTransform:e.casing});return a.createElement(n.m$.p,c({ref:t,className:(0,i.cx)("chakra-text",e.className)},l,s,{__css:r}))}));i.Ts&&(pe.displayName="Text");var me=["spacing","children","justify","direction","align","className","shouldWrapChildren"],fe=["className"],he=(0,n.Gp)((function(e,t){var r=e.spacing,s=void 0===r?"0.5rem":r,l=e.children,d=e.justify,p=e.direction,m=e.align,f=e.className,h=e.shouldWrapChildren,g=u(e,me),b=a.useMemo((function(){return{"--chakra-wrap-spacing":function(e){return(0,i.XQ)(s,(function(t){return(0,o.fr)("space",t)(e)}))},"--wrap-spacing":"calc(var(--chakra-wrap-spacing) / 2)",display:"flex",flexWrap:"wrap",justifyContent:d,alignItems:m,flexDirection:p,listStyleType:"none",padding:"0",margin:"calc(var(--wrap-spacing) * -1)","& > *:not(style)":{margin:"var(--wrap-spacing)"}}}),[s,d,m,p]),v=h?a.Children.map(l,(function(e,t){return a.createElement(ge,{key:t},e)})):l;return a.createElement(n.m$.div,c({ref:t,className:(0,i.cx)("chakra-wrap",f)},g),a.createElement(n.m$.ul,{className:"chakra-wrap__list",__css:b},v))}));i.Ts&&(he.displayName="Wrap");var ge=(0,n.Gp)((function(e,t){var r=e.className,o=u(e,fe);return a.createElement(n.m$.li,c({ref:t,__css:{display:"flex",alignItems:"flex-start"},className:(0,i.cx)("chakra-wrap__listitem",r)},o))}));i.Ts&&(ge.displayName="WrapItem");var be=902!=r.j?["isExternal","target","rel","className"]:null,ve=902!=r.j?["className"]:null,ye=902!=r.j?(0,n.Gp)((function(e,t){var r=e.isExternal,o=e.target,s=e.rel,l=e.className,d=u(e,be);return a.createElement(n.m$.a,c({},d,{ref:t,className:(0,i.cx)("chakra-linkbox__overlay",l),rel:r?"noopener noreferrer":s,target:r?"_blank":o,__css:{position:"static","&::before":{content:"''",cursor:"inherit",display:"block",position:"absolute",top:0,left:0,zIndex:0,width:"100%",height:"100%"}}}))})):null,xe=902!=r.j?(0,n.Gp)((function(e,t){var r=e.className,o=u(e,ve);return a.createElement(n.m$.div,c({ref:t,position:"relative"},o,{className:(0,i.cx)("chakra-linkbox",r),__css:{"a[href]:not(.chakra-linkbox__overlay), abbr[title]":{position:"relative",zIndex:1}}}))})):null},92684:(e,t,r)=>{"use strict";r.d(t,{c:()=>u,di:()=>d,Gc:()=>E,Sx:()=>S,J4:()=>h,ac:()=>l,Tb:()=>f,aM:()=>m});var n=r(32090),o=r(9199),i=r(67294),a=r(85393),s=o.jU?i.useLayoutEffect:i.useEffect;function l(e){var t=(0,a.O)(),r=Array.isArray(e)?e:[e],n=o.jU&&"matchMedia"in t.window,l=i.useState(r.map((function(e){return!!n&&!!t.window.matchMedia(e).matches}))),c=l[0],u=l[1];return s((function(){if(n){var e=r.map((function(e){return t.window.matchMedia(e)})),o=e.map((function(t,r){var n=function(t){var r=e.findIndex((function(e){return e.media===t.media}));u((function(e){var n=e.map((function(e){return e}));return n[r]=t.matches,n}))};return e[r].addEventListener("change",n),n}));return function(){e.forEach((function(t,r){e[r].removeEventListener("change",o[r])}))}}}),[]),c}var c=function(e){var t=e.breakpoint,r=e.hide,n=e.children,o=l(t)[0];return(r?!o:o)?n:null},u=function(e){var t=e.children,r=m(e);return i.createElement(c,{breakpoint:r,hide:!0},t)};o.Ts&&(u.displayName="Hide");var d=function(e){var t=e.children,r=m(e);return i.createElement(c,{breakpoint:r},t)};o.Ts&&(d.displayName="Show");var p=function(e,t){return(0,o.Wf)(e,"breakpoints."+t,t)};function m(e){var t=e.breakpoint,r=void 0===t?"":t,o=e.below,i=e.above,a=(0,n.Fg)(),s=p(a,o),l=p(a,i),c=r;return s?c="(max-width: "+s+")":l&&(c="(min-width: "+l+")"),c}function f(){return l("(prefers-reduced-motion: reduce)")[0]}function h(){var e=l(["(prefers-color-scheme: light)","(prefers-color-scheme: dark)"]),t=e[0],r=e[1];return t?"light":r?"dark":void 0}function g(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n=0||(o[r]=e[r]);return o}function b(){return b=Object.assign||function(e){for(var t=1;tNumber.parseInt(t[1],10)?1:-1})).map((function(e,t,r){var n=e[0],o=e[1],i=r[t+1],a=i?i[1]:void 0,s=function(e,t){if(!(parseInt(e,10)>=0||t))return"";var r,n="(min-width: "+y(e)+")";return t?(n&&(n+=" and "),n+"(max-width: "+y(function(e,t){return"number"==typeof e?""+(e+t):e.replace(v,(function(e){return""+(parseFloat(e)+t)}))}(r=t,r.endsWith("px")?-1:-.01))+")"):n}(o,a);return{minWidth:o,maxWidth:a,breakpoint:n,query:s}}))}(b({base:"0px"},t))}),[t]),s=i.useState((function(){var t;if(r.window.matchMedia&&(o.forEach((function(e){var n=e.query,o=g(e,x);r.window.matchMedia(n).matches&&(t=o)})),t))return t;if(e){var n=o.find((function(t){return t.breakpoint===e}));if(n)return n.query,g(n,w)}})),l=s[0],c=s[1],u=null==l?void 0:l.breakpoint,d=i.useCallback((function(e,t){e.matches&&u!==t.breakpoint&&c(t)}),[u]);return i.useEffect((function(){var e=new Set;return o.forEach((function(t){var n=t.query,o=g(t,k),i=r.window.matchMedia(n);d(i,o);var a=function(){d(i,o)};return i.addListener(a),e.add({mediaQuery:i,handleChange:a}),function(){i.removeListener(a)}})),function(){e.forEach((function(e){var t=e.mediaQuery,r=e.handleChange;t.removeListener(r)})),e.clear()}}),[o,t,d,r.window]),u}function S(e,t){var r=E(t),i=(0,n.Fg)();if(r){var a=Object.keys(i.breakpoints);return function(e,t,r){void 0===r&&(r=o.AV);var n=Object.keys(e).indexOf(t);if(-1!==n)return e[t];for(var i=r.indexOf(t);i>=0;){if(null!=e[r[i]]){n=i;break}i-=1}return-1!==n?e[r[n]]:void 0}((0,o.kJ)(e)?(0,o.sq)(Object.entries((0,o.Yq)(e,a)).map((function(e){return[e[0],e[1]]}))):e,r,a)}}},67989:(e,t,r)=>{"use strict";r.d(t,{v2:()=>V,j2:()=>X,dk:()=>ne,wN:()=>y,R:()=>ie,kS:()=>re,Oq:()=>oe,sN:()=>Y,ii:()=>ee,qy:()=>W,__:()=>te,Kb:()=>S,H9:()=>T,zZ:()=>A,Xh:()=>C,mX:()=>k,Zf:()=>w,oZ:()=>x,iX:()=>O,_l:()=>M,gO:()=>R,Vg:()=>I,Qh:()=>_,w8:()=>B});var n=r(32090),o=r(9199),i=r(77979),a=r(67294),s=r(87096),l=r(40242),c=r(97375),u=r(81448),d=r(26450);function p(){return p=Object.assign||function(e){for(var t=1;t=0||(o[r]=e[r]);return o}var f=["id","closeOnSelect","closeOnBlur","autoSelect","isLazy","isOpen","defaultIsOpen","onClose","onOpen","placement","lazyBehavior","direction","computePositionOnMount"],h=["onMouseEnter","onMouseMove","onMouseLeave","onClick","isDisabled","isFocusable","closeOnSelect"],g=["type","isChecked"],b=["children","type","value","defaultValue","onChange"],v=(0,l.n)(),y=v[0],x=v[1],w=v[2],k=v[3],E=(0,d.kr)({strict:!1,name:"MenuContext"}),S=E[0],C=E[1];function T(e){void 0===e&&(e={});var t=e,r=t.id,n=t.closeOnSelect,i=void 0===n||n,s=t.closeOnBlur,l=void 0===s||s,d=t.autoSelect,h=void 0===d||d,g=t.isLazy,b=t.isOpen,v=t.defaultIsOpen,y=t.onClose,x=t.onOpen,k=t.placement,E=void 0===k?"bottom-start":k,S=t.lazyBehavior,C=void 0===S?"unmount":S,T=t.direction,A=t.computePositionOnMount,P=void 0!==A&&A,M=m(t,f),_=a.useRef(null),O=a.useRef(null),R=w(),I=a.useCallback((function(){(0,o.T_)(_.current,{nextTick:!0,selectTextIfInput:!1})}),[]),B=a.useCallback((function(){var e=setTimeout((function(){var e=R.firstEnabled();e&&V(e.index)}));W.current.add(e)}),[R]),N=a.useCallback((function(){var e=setTimeout((function(){var e=R.lastEnabled();e&&V(e.index)}));W.current.add(e)}),[R]),F=a.useCallback((function(){null==x||x(),h?B():I()}),[h,B,I,x]),D=(0,c.qY)({isOpen:b,defaultIsOpen:v,onClose:y,onOpen:F}),L=D.isOpen,j=D.onOpen,z=D.onClose,U=D.onToggle;(0,c.O3)({enabled:L&&l,ref:_,handler:function(e){var t;null!=(t=O.current)&&t.contains(e.target)||z()}});var G=(0,u.D)(p({},M,{enabled:L||P,placement:E,direction:T})),J=a.useState(-1),H=J[0],V=J[1];(0,c.rf)((function(){L||V(-1)}),[L]),(0,c.Ck)(_,{focusRef:O,visible:L,shouldFocus:!0});var $=(0,c.ZS)(r,"menu-button","menu-list"),X=$[0],Z=$[1],q=a.useCallback((function(){j(),I()}),[j,I]),W=a.useRef(new Set([]));return(0,c.zq)((function(){W.current.forEach((function(e){return clearTimeout(e)})),W.current.clear()})),{openAndFocusMenu:q,openAndFocusFirstItem:a.useCallback((function(){j(),B()}),[B,j]),openAndFocusLastItem:a.useCallback((function(){j(),N()}),[j,N]),onTransitionEnd:a.useCallback((function(){var e,t,r=(0,o.lZ)(_.current),n=null==(e=_.current)?void 0:e.contains(r.activeElement);if(L&&!n){var i=null==(t=R.item(H))?void 0:t.node;i&&(0,o.T_)(i,{selectTextIfInput:!1,preventScroll:!1})}}),[L,H,R]),descendants:R,popper:G,buttonId:X,menuId:Z,forceUpdate:G.forceUpdate,orientation:"vertical",isOpen:L,onToggle:U,onOpen:j,onClose:z,menuRef:_,buttonRef:O,focusedIndex:H,closeOnSelect:i,closeOnBlur:l,autoSelect:h,setFocusedIndex:V,isLazy:g,lazyBehavior:C}}function A(e,t){void 0===e&&(e={}),void 0===t&&(t=null);var r=C(),n=r.onToggle,i=r.popper,s=r.openAndFocusFirstItem,l=r.openAndFocusLastItem,c=a.useCallback((function(e){var t=(0,o.uh)(e),r={Enter:s,ArrowDown:s,ArrowUp:l}[t];r&&(e.preventDefault(),e.stopPropagation(),r(e))}),[s,l]);return p({},e,{ref:(0,d.lq)(r.buttonRef,t,i.referenceRef),id:r.buttonId,"data-active":(0,o.PB)(r.isOpen),"aria-expanded":r.isOpen,"aria-haspopup":"menu","aria-controls":r.menuId,onClick:(0,o.v0)(e.onClick,n),onKeyDown:(0,o.v0)(e.onKeyDown,c)})}function P(e){var t;return(0,o.Re)(e)&&!(null==(t=e.getAttribute("role"))||!t.startsWith("menuitem"))}function M(e,t){void 0===e&&(e={}),void 0===t&&(t=null);var r=C();if(!r)throw new Error("useMenuContext: context is undefined. Seems you forgot to wrap component within ");var n=r.focusedIndex,i=r.setFocusedIndex,s=r.menuRef,l=r.isOpen,u=r.onClose,m=r.menuId,f=r.isLazy,h=r.lazyBehavior,g=x(),b=(0,c.bx)({preventDefault:function(e){return" "!==e.key&&P(e.target)}}),v=a.useCallback((function(e){var t=(0,o.uh)(e),r={Tab:function(e){return e.preventDefault()},Escape:u,ArrowDown:function(){var e=g.nextEnabled(n);e&&i(e.index)},ArrowUp:function(){var e=g.prevEnabled(n);e&&i(e.index)}},a=r[t];if(a)return e.preventDefault(),void a(e);var s=b((function(e){var t=(0,o.LP)(g.values(),e,(function(e){var t,r;return null!=(t=null==e||null==(r=e.node)?void 0:r.textContent)?t:""}),g.item(n));if(t){var r=g.indexOf(t.node);i(r)}}));P(e.target)&&s(e)}),[g,n,b,u,i]),y=a.useRef(!1);l&&(y.current=!0);var w=(0,o.VI)({hasBeenSelected:y.current,isLazy:f,lazyBehavior:h,isSelected:l});return p({},e,{ref:(0,d.lq)(s,t),children:w?e.children:null,tabIndex:-1,role:"menu",id:m,style:p({},e.style,{transformOrigin:"var(--popper-transform-origin)"}),"aria-orientation":"vertical",onKeyDown:(0,o.v0)(e.onKeyDown,v)})}function _(e){void 0===e&&(e={});var t=C(),r=t.popper,n=t.isOpen;return r.getPopperProps(p({},e,{style:p({visibility:n?"visible":"hidden"},e.style)}))}function O(e,t){void 0===e&&(e={}),void 0===t&&(t=null);var r=e,n=r.onMouseEnter,i=r.onMouseMove,l=r.onMouseLeave,u=r.onClick,f=r.isDisabled,g=r.isFocusable,b=r.closeOnSelect,v=m(r,h),y=C(),x=y.setFocusedIndex,w=y.focusedIndex,E=y.closeOnSelect,S=y.onClose,T=y.menuRef,A=y.isOpen,M=y.menuId,_=a.useRef(null),O=M+"-menuitem-"+(0,c.Me)(),R=k({disabled:f&&!g}),I=R.index,B=R.register,N=a.useCallback((function(e){null==n||n(e),f||x(I)}),[x,I,f,n]),F=a.useCallback((function(e){null==i||i(e),_.current&&!(0,o.H9)(_.current)&&N(e)}),[N,i]),D=a.useCallback((function(e){null==l||l(e),f||x(-1)}),[x,f,l]),L=a.useCallback((function(e){null==u||u(e),P(e.currentTarget)&&(null!=b?b:E)&&S()}),[S,u,E,b]),j=I===w,z=f&&!g;return(0,c.rf)((function(){A&&(j&&!z&&_.current?(0,o.T_)(_.current,{nextTick:!0,selectTextIfInput:!1,preventScroll:!1}):T.current&&!(0,o.H9)(T.current)&&(0,o.T_)(T.current,{preventScroll:!1}))}),[j,z,T,A]),p({},v,(0,s.h)({onClick:L,onMouseEnter:N,onMouseMove:F,onMouseLeave:D,ref:(0,d.lq)(B,_,t),isDisabled:f,isFocusable:g}),{id:O,role:"menuitem",tabIndex:j?0:-1})}function R(e,t){void 0===e&&(e={}),void 0===t&&(t=null);var r=e,n=r.type,o=void 0===n?"radio":n,i=r.isChecked;return p({},O(m(r,g),t),{role:"menuitem"+o,"aria-checked":i})}function I(e){void 0===e&&(e={});var t=e,r=t.children,n=t.type,i=void 0===n?"radio":n,s=t.value,l=t.defaultValue,u=t.onChange,f=m(t,b),h="radio"===i?"":[],g=(0,c.Tx)({defaultValue:null!=l?l:h,value:s,onChange:u}),v=g[0],y=g[1],x=a.useCallback((function(e){if("radio"===i&&(0,o.HD)(v)&&y(e),"checkbox"===i&&(0,o.kJ)(v)){var t=v.includes(e)?(0,o.cl)(v,e):(0,o.jX)(v,e);y(t)}}),[v,y,i]);return p({},f,{children:(0,d.WR)(r).map((function(e){if("MenuItemOption"!==e.type.id)return e;var t="radio"===i?e.props.value===v:v.includes(e.props.value);return a.cloneElement(e,{type:i,onClick:function(t){x(e.props.value),null==e.props.onClick||e.props.onClick(t)},isChecked:t})}))})}function B(){var e=C();return{isOpen:e.isOpen,onClose:e.onClose}}var N=["descendants"],F=["children","as"],D=["rootProps"],L=["type"],j=["icon","iconSpacing","command","commandSpacing","children"],z=["icon","iconSpacing"],U=["className","title"],G=["title","children","className"],J=["className","children"],H=["className"],V=function(e){var t=e.children,r=(0,n.jC)("Menu",e),i=T(p({},(0,n.Lr)(e),{direction:(0,n.Fg)().direction})),s=i.descendants,l=m(i,N),c=a.useMemo((function(){return l}),[l]),u=c.isOpen,d=c.onClose,f=c.forceUpdate;return a.createElement(y,{value:s},a.createElement(S,{value:c},a.createElement(n.Fo,{value:r},(0,o.Pu)(t,{isOpen:u,onClose:d,forceUpdate:f}))))};o.Ts&&(V.displayName="Menu");var $=(0,n.Gp)((function(e,t){var r=(0,n.yK)();return a.createElement(n.m$.button,p({ref:t},e,{__css:p({display:"inline-flex",appearance:"none",alignItems:"center",outline:0},r.button)}))})),X=(0,n.Gp)((function(e,t){e.children;var r=e.as,i=A(m(e,F),t),s=r||$;return a.createElement(s,p({},i,{className:(0,o.cx)("chakra-menu__menu-button",e.className)}),a.createElement(n.m$.span,{__css:{pointerEvents:"none",flex:"1 1 auto",minW:0}},e.children))}));o.Ts&&(X.displayName="MenuButton");var Z={enter:{visibility:"visible",opacity:1,scale:1,transition:{duration:.2,ease:[.4,0,.2,1]}},exit:{transitionEnd:{visibility:"hidden"},opacity:0,scale:.8,transition:{duration:.1,easings:"easeOut"}}},q="custom"in i.E?i.E.custom(n.m$.div):(0,i.E)(n.m$.div),W=(0,n.Gp)((function(e,t){var r,i,s=e.rootProps,l=m(e,D),c=C(),u=c.isOpen,d=c.onTransitionEnd,f=M(l,t),h=_(s),g=(0,n.yK)();return a.createElement(n.m$.div,p({},h,{__css:{zIndex:null!=(r=e.zIndex)?r:null==(i=g.list)?void 0:i.zIndex}}),a.createElement(q,p({},f,{onUpdate:d,className:(0,o.cx)("chakra-menu__menu-list",f.className),variants:Z,initial:!1,animate:u?"enter":"exit",__css:p({outline:0},g.list)})))}));o.Ts&&(W.displayName="MenuList");var K=(0,n.Gp)((function(e,t){var r=e.type,o=m(e,L),i=(0,n.yK)(),s=o.as?null!=r?r:void 0:"button",l=p({textDecoration:"none",color:"inherit",userSelect:"none",display:"flex",width:"100%",alignItems:"center",textAlign:"start",flex:"0 0 auto",outline:0},i.item);return a.createElement(n.m$.button,p({ref:t,type:s},o,{__css:l}))})),Y=(0,n.Gp)((function(e,t){var r=e.icon,n=e.iconSpacing,i=void 0===n?"0.75rem":n,s=e.command,l=e.commandSpacing,c=void 0===l?"0.75rem":l,u=e.children,d=O(m(e,j),t),f=r||s?a.createElement("span",{style:{pointerEvents:"none",flex:1}},u):u;return a.createElement(K,p({},d,{className:(0,o.cx)("chakra-menu__menuitem",d.className)}),r&&a.createElement(oe,{fontSize:"0.8em",marginEnd:i},r),f,s&&a.createElement(ne,{marginStart:c},s))}));o.Ts&&(Y.displayName="MenuItem");var Q=function(e){return a.createElement("svg",p({viewBox:"0 0 14 14",width:"1em",height:"1em"},e),a.createElement("polygon",{fill:"currentColor",points:"5.5 11.9993304 14 3.49933039 12.5 2 5.5 8.99933039 1.5 4.9968652 0 6.49933039"}))},ee=(0,n.Gp)((function(e,t){var r=e.icon,n=e.iconSpacing,i=void 0===n?"0.75rem":n,s=m(e,z),l=R(s,t);return a.createElement(K,p({},l,{className:(0,o.cx)("chakra-menu__menuitem-option",s.className)}),a.createElement(oe,{fontSize:"0.8em",marginEnd:i,opacity:e.isChecked?1:0},r||a.createElement(Q,null)),a.createElement("span",{style:{flex:1}},l.children))}));ee.id="MenuItemOption",o.Ts&&(ee.displayName="MenuItemOption");var te=function(e){var t=e.className,r=e.title,n=I(m(e,U));return a.createElement(re,p({title:r,className:(0,o.cx)("chakra-menu__option-group",t)},n))};o.Ts&&(te.displayName="MenuOptionGroup");var re=(0,n.Gp)((function(e,t){var r=e.title,i=e.children,s=e.className,l=m(e,G),c=(0,o.cx)("chakra-menu__group__title",s),u=(0,n.yK)();return a.createElement("div",{ref:t,className:"chakra-menu__group",role:"group"},r&&a.createElement(n.m$.p,p({className:c},l,{__css:u.groupTitle}),r),i)}));o.Ts&&(re.displayName="MenuGroup");var ne=(0,n.Gp)((function(e,t){var r=(0,n.yK)();return a.createElement(n.m$.span,p({ref:t},e,{__css:r.command,className:"chakra-menu__command"}))}));o.Ts&&(ne.displayName="MenuCommand");var oe=function(e){var t=e.className,r=e.children,i=m(e,J),s=a.Children.only(r),l=a.isValidElement(s)?a.cloneElement(s,{focusable:"false","aria-hidden":!0,className:(0,o.cx)("chakra-menu__icon",s.props.className)}):null,c=(0,o.cx)("chakra-menu__icon-wrapper",t);return a.createElement(n.m$.span,p({className:c},i,{__css:{flexShrink:0}}),l)};o.Ts&&(oe.displayName="MenuIcon");var ie=function(e){var t=e.className,r=m(e,H),i=(0,n.yK)();return a.createElement(n.m$.hr,p({role:"separator","aria-orientation":"horizontal",className:(0,o.cx)("chakra-menu__divider",t)},r,{__css:i.divider}))};o.Ts&&(ie.displayName="MenuDivider")},30122:(e,t,r)=>{"use strict";r.d(t,{aR:()=>we,iP:()=>be,lq:()=>ye,_T:()=>ke,xo:()=>ve,fY:()=>ge,dh:()=>he,dy:()=>Me,Ng:()=>be,cC:()=>ye,sc:()=>Oe,ze:()=>ve,OX:()=>ge,P1:()=>he,u_:()=>de,fe:()=>be,ol:()=>ye,hz:()=>me,ny:()=>ce,MI:()=>fe,mz:()=>ve,xB:()=>ge,ZA:()=>he,G6:()=>te,dd:()=>ee,vR:()=>ue});var n=r(84746),o=r(67294);const i=r(92207).Z;var a=r(9199),s=function(e){var t=e.initialFocusRef,r=e.finalFocusRef,n=e.contentRef,s=e.restoreFocus,l=e.children,c=e.isDisabled,u=e.autoFocus,d=e.persistentFocus,p=e.lockFocusAcrossFrames,m=o.useCallback((function(){null!=t&&t.current?t.current.focus():null!=n&&n.current&&0===(0,a.t5)(n.current).length&&(0,a.T_)(n.current,{nextTick:!0})}),[t,n]),f=o.useCallback((function(){var e;null==r||null==(e=r.current)||e.focus()}),[r]),h=s&&!r;return o.createElement(i,{crossFrame:p,persistentFocus:d,autoFocus:u,disabled:c,onActivation:m,onDeactivation:f,returnFocus:h},l)};a.Ts&&(s.displayName="FocusLock");var l=r(46871),c=r(32090),u=r(37496),d=r(26450),p=r(77979),m=r(56593),f=r(15947),h=function(){return h=Object.assign||function(e){for(var t,r=1,n=arguments.length;r