@arkyn/components 1.3.1 → 1.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/bundle.js CHANGED
@@ -1560,13 +1560,16 @@ function da(n) {
1560
1560
  const t = gt(Wt);
1561
1561
  if (Object.entries(t).length === 0)
1562
1562
  throw new Error("useModal must be used within a Provider");
1563
- const {
1564
- modalData: a,
1565
- modalIsOpen: s,
1566
- openModal: l,
1567
- closeModal: c
1568
- } = t, h = s(n), u = a(n);
1569
- return { modalIsOpen: h, modalData: u, openModal: (y) => l(n, y == null ? void 0 : y.data), closeModal: () => c(n) };
1563
+ if (n) {
1564
+ const {
1565
+ modalData: a,
1566
+ modalIsOpen: s,
1567
+ openModal: l,
1568
+ closeModal: c
1569
+ } = t, h = s(n), u = a(n);
1570
+ return { modalIsOpen: h, modalData: u, openModal: (y) => l(n, y == null ? void 0 : y.data), closeModal: () => c(n) };
1571
+ } else
1572
+ return t;
1570
1573
  }
1571
1574
  function fa(n = "") {
1572
1575
  const t = ln(), a = new URLSearchParams(t.search), s = n ? `${n}:` : "", l = (c) => {
@@ -29,7 +29,7 @@ Check the top-level render call using <`+v+">.")}return f}}function mt(r,f){{if(
29
29
  <%s {...props} />
30
30
  React keys must be passed directly to JSX without using spread:
31
31
  let props = %s;
32
- <%s key={someKey} {...props} />`,rt,fe,kt,fe),nt[fe+rt]=!0}}return r===s?Ke(L):Bt(L),L}}function Tt(r,f,v){return ht(r,f,v,!0)}function Ut(r,f,v){return ht(r,f,v,!1)}var _t=Ut,Me=Tt;st.Fragment=s,st.jsx=_t,st.jsxs=Me}()),st}process.env.NODE_ENV==="production"?Nt.exports=gn():Nt.exports=vn();var p=Nt.exports;function gt(n,t){return t?p.jsx(t,{size:n,strokeWidth:2.5}):p.jsx(p.Fragment,{})}function yn(n){const{variant:t="ghost",scheme:a="primary",size:s="md",leftIcon:c,rightIcon:u,className:g="",children:d,...h}=n,y={md:12,lg:14}[s];return{className:`arkyn_badge ${t} ${a} ${s} ${g}`.trim(),children:d,leftIcon:gt(y,c),rightIcon:gt(y,u),...h}}function bn(n){const{leftIcon:t,children:a,rightIcon:s,...c}=yn(n);return p.jsxs("div",{...c,children:[t,a,s]})}function xn(n){const{className:t,orientation:a="horizontal",...s}=n,c=`arkyn_divider ${a} ${t}`;return p.jsx("div",{className:c,...s})}function wn({className:n,...t}){const a="arkyn_skeleton "+n;return p.jsx("div",{className:a.trim(),...t})}function En(n){const{isLoading:t=!1,scheme:a="primary",variant:s="solid",loadingText:c,size:u="md",leftIcon:g,rightIcon:d,disabled:h,className:o="",children:y,...k}=n,b={xs:12,sm:16,md:20,lg:24}[u];return{className:`arkyn_button loading_text_${!!c} ${s} ${a} ${u} loading_${t} ${o}`.trim(),loadingText:c,children:y,iconSize:b,disabled:h||t,leftIcon:gt(b,g),rightIcon:gt(b,d),...k}}function Sn(n){const{leftIcon:t,rightIcon:a,iconSize:s,children:c,loadingText:u,...g}=En(n);return p.jsxs("button",{...g,children:[p.jsxs("div",{className:"spinner",children:[p.jsx(Te.Loader2,{size:s,strokeWidth:2.5}),u&&u]}),p.jsxs("div",{className:"content",children:[t,c,a]})]})}const Yt=l.createContext({});function Tn({children:n,...t}){var d,h;const a=at.useActionData(),s=l.useRef(null),c=((d=s.current)==null?void 0:d.name)||"",u=((h=a==null?void 0:a.fieldErrors)==null?void 0:h[c])||null,g=l.useId();return p.jsx(Yt.Provider,{value:{error:u,id:g,inputRef:s},children:p.jsx("section",{className:"arkyn_form_controller",...t,children:n})})}function Ue(){return l.useContext(Yt)}function _n(n){const{name:t,className:a="",size:s="md",isError:c,defaultChecked:u=!1,checked:g=null,onCheck:d,value:h,...o}=n,{id:y,inputRef:k,error:C}=Ue(),b=c||!!C,[O,P]=l.useState(u||!1),W=typeof g=="boolean"?g:O,T=`arkyn_checkbox ${s} ${b?"error":""} ${W?"checked":""} ${a}`;function w(){const N=O;P(!N),d&&d(N?"":h||"checked")}return p.jsxs("div",{id:y,className:T,onClick:w,...o,children:[p.jsx("input",{type:"hidden",name:t,ref:k,value:W?h||"checked":""}),p.jsx(Te.Check,{})]})}function kn({children:n}){const{error:t}=Ue();return n?p.jsx("strong",{className:"arkyn_form_error",children:n}):t?p.jsx("strong",{className:"arkyn_form_error",children:t}):p.jsx(p.Fragment,{})}function Cn(n){const{showAsterisk:t=!1,className:a="",...s}=n;return{className:`arkyn_form_label ${t?"show-asterisk":""} ${a}`.trim(),...s}}function Nn(n){const{id:t}=Ue();return p.jsx("label",{...Cn(n),htmlFor:t})}const Vt={xs:12,sm:16,md:20,lg:24};function Rn(n){const{isLoading:t=!1,scheme:a="primary",variant:s="solid",size:c="md",icon:u,disabled:g,className:d="",...h}=n,o=`arkyn_icon_button ${s} ${a} ${c} loading_${t} ${d}`;return p.jsxs("button",{disabled:g||t,className:o.trim(),...h,children:[p.jsx("div",{className:"spinner",children:p.jsx(Te.Loader2,{size:Vt[c],strokeWidth:2.5})}),p.jsx("div",{className:"content "+c,children:p.jsx(u,{size:Vt[c],strokeWidth:2.5})})]})}function We(n,t,a){if(!n)return p.jsx(p.Fragment,{});if(typeof n=="string")return p.jsx("p",{className:a,children:n});const s=n;return p.jsx("p",{className:a,children:p.jsx(s,{color:"var(--secondary-600)",size:t,strokeWidth:2.5})})}function Rt(n){return n&&n.replace(/[^0-9]/g,"")}function Gt(n,t){let a="",s=0;return Array.from(n).forEach((c,u)=>{t[u+s].match(/[0-9]/)||(a+=t[u+s],s++),a+=c}),a}function qt(n){return n.length>11?"CNPJ":"CPF"}const It={CPF:"999.999.999-999",CNPJ:"99.999.999/9999-99"},Kt=Rt(It.CNPJ).length;function In(n,t){const{isLoading:a,isError:s,size:c="md",className:u="",variant:g="solid",prefix:d,sufix:h,leftIcon:o,rightIcon:y,disabled:k,defaultValue:C,readOnly:b,onFocus:O,onBlur:P,title:W,style:T,onChange:w,...N}=n;function H(R){let B=Rt(R);const K=qt(B);if(!(B.length>Kt))return B=Gt(B,It[K]),B}const $=y?"right":"left",F=`arkyn_input ${d?"hasPrefix":""} ${h?"hasSufix":""} ${g} ${c} ${k||b||a?"opacity":""} ${s?"errored":""} ${t?"focused":""} ${u}`,_={md:20,lg:20}[c];return{isLoading:a,className:F,prefix:We(d,_,"prefix"),sufix:We(h,_,"sufix"),LeftIcon:o,RightIcon:y,defaultValue:H(C||""),disabled:k,readOnly:b,onFocus:O,onBlur:P,title:W,style:T,onChange:w,loadingPosition:$,iconSize:_,Spinner:p.jsx(Te.Loader2,{className:"spinner",size:_,strokeWidth:2.5}),...N}}function An(n){const[t,a]=l.useState(!1),s=l.useRef(null),{inputRef:c,id:u,error:g}=Ue(),d=c||s,h=n.isError||!!g,{disabled:o,title:y,style:k,className:C,prefix:b,sufix:O,iconSize:P,loadingPosition:W,isLoading:T,LeftIcon:w,readOnly:N,onFocus:H,onBlur:$,RightIcon:Z,Spinner:X,onChange:ee,value:ae,defaultValue:G,...F}=In({...n,id:u,isError:h},t),[ne,_]=l.useState(G),R=w&&!T,B=Z&&!T,K=W==="left"&&T,de=W==="right"&&T;function te(){o||!(d!=null&&d.current)||(a(!0),d.current.focus())}function ie(x){let U=Rt(x.target.value);const I=qt(U);U.length>Kt||(U=Gt(U,It[I]),x.target.value=U,_(U),ee&&ee(x))}function q(x){a(!0),H&&H(x)}function D(x){a(!1),$&&$(x)}return p.jsxs("section",{title:y,style:k,onClick:te,className:C,children:[b,K&&X,R&&p.jsx(w,{size:P,strokeWidth:2.5}),p.jsx("input",{disabled:o||T,readOnly:N,ref:d,value:ae||ne,onFocus:q,onChange:ie,onBlur:D,...F}),B&&p.jsx(Z,{size:P,strokeWidth:2.5}),de&&X,O]})}function Ln(n,t){const{isLoading:a,isError:s,size:c="md",className:u="",variant:g="solid",prefix:d,sufix:h,leftIcon:o,rightIcon:y,disabled:k,readOnly:C,onFocus:b,onBlur:O,title:P,style:W,showCents:T=!1,max:w=1e9,onChange:N,...H}=n,$=y?"right":"left",F=`arkyn_input ${d?"hasPrefix":""} ${h?"hasSufix":""} ${g} ${c} ${k||C||a?"opacity":""} ${s?"errored":""} ${t?"focused":""} ${u}`,_={md:20,lg:20}[c];return{isLoading:a,className:F,prefix:We(d,_,"prefix"),sufix:We(h,_,"sufix"),LeftIcon:o,RightIcon:y,disabled:k,readOnly:C,onFocus:b,onBlur:O,title:P,style:W,max:w,onChange:N,showCents:T,loadingPosition:$,iconSize:_,Spinner:p.jsx(Te.Loader2,{className:"spinner",size:_,strokeWidth:2.5}),...H}}const On=/^[1-9]{1}$/,Pn=/^[0-9]{1}$/,Xt=8;function jn(n,t){if(n===0)return"";const a=(n/100).toLocaleString("pt-BR",{style:"currency",currency:"BRL"});return t?a:a.replace("R$","").trim()}function Dn(n){const{currencyValue:t,event:a,max:s,setCurrencyValue:c}=n,{key:u,keyCode:g}=a;if(t===0&&!On.test(u)||t!==0&&!Pn.test(u)&&g!==Xt)return;const d=t.toString();let h;if(g!==Xt){const o=t===0?u:`${d}${u}`;h=Number.parseInt(o,10)}else{const o=d.slice(0,-1);h=o===""?0:Number.parseInt(o,10)}h>Number(s)||c(h)}function Mn(n){const[t,a]=l.useState(!1),[s,c]=l.useState(n.defaultValue||0),u=l.useRef(null),{inputRef:g,id:d,error:h}=Ue(),o=g||u,y=n.isError||!!h,{disabled:k,title:C,style:b,className:O,prefix:P,sufix:W,iconSize:T,loadingPosition:w,isLoading:N,LeftIcon:H,readOnly:$,onFocus:Z,onBlur:X,RightIcon:ee,Spinner:ae,value:G,max:F,onKeyDown:ne,onChange:_,showCents:R,...B}=Ln({...n,id:d,isError:y},t),K=H&&!N,de=ee&&!N,te=w==="left"&&N,ie=w==="right"&&N;function q(){k||!(o!=null&&o.current)||(a(!0),o.current.focus())}function D(I){Dn({currencyValue:s,event:I,max:F,setCurrencyValue:c}),_&&_(s),ne&&ne(I)}function x(I){a(!0),Z&&Z(I)}function U(I){a(!1),X&&X(I)}return p.jsxs("section",{title:C,style:b,onClick:q,className:O,children:[P,te&&ae,K&&p.jsx(H,{size:T,strokeWidth:2.5}),p.jsx("input",{value:jn(G||s,R),onKeyDown:D,disabled:k||N,readOnly:$,ref:o,onFocus:x,onBlur:U,onChange:()=>{},...B}),ie&&ae,de&&p.jsx(ee,{size:T,strokeWidth:2.5}),W]})}function zn(n,t){const{isLoading:a,isError:s,size:c="md",className:u="",variant:g="solid",prefix:d,sufix:h,leftIcon:o,rightIcon:y,disabled:k,readOnly:C,onFocus:b,onBlur:O,title:P,style:W,onChange:T,showMask:w=!1,type:N,...H}=n,$=y?"right":"left",F=`arkyn_input ${d?"hasPrefix":""} ${h?"hasSufix":""} ${g} ${c} ${k||C||a?"opacity":""} ${s?"errored":""} ${t?"focused":""} ${u}`,_={md:20,lg:20}[c];return{isLoading:a,className:F,prefix:We(d,_,"prefix"),sufix:We(h,_,"sufix"),LeftIcon:o,RightIcon:y,disabled:k,readOnly:C,onFocus:b,onBlur:O,title:P,style:W,onChange:T,loadingPosition:$,iconSize:_,showMask:w,Spinner:p.jsx(Te.Loader2,{className:"spinner",size:_,strokeWidth:2.5}),...H}}const $n=l.forwardRef((n,t)=>p.jsx("input",{ref:t,...n}));function Fn(n){const[t,a]=l.useState(!1),s=l.useRef(null),{inputRef:c,id:u,error:g}=Ue(),d=c||s,h=n.isError||!!g,{disabled:o,title:y,style:k,className:C,prefix:b,sufix:O,iconSize:P,loadingPosition:W,isLoading:T,LeftIcon:w,readOnly:N,onFocus:H,onBlur:$,RightIcon:Z,Spinner:X,...ee}=zn({...n,id:u,isError:h},t),ae=w&&!T,G=Z&&!T,F=W==="left"&&T,ne=W==="right"&&T;function _(){o||!(d!=null&&d.current)||(a(!0),d.current.focus())}function R(K){a(!0),H&&H(K)}function B(K){a(!1),$&&$(K)}return p.jsxs("section",{title:y,style:k,onClick:_,className:C,children:[b,F&&X,ae&&p.jsx(w,{size:P,strokeWidth:2.5}),p.jsx(pn.InputMask,{component:$n,ref:d,onFocus:R,onBlur:B,...ee}),G&&p.jsx(Z,{size:P,strokeWidth:2.5}),ne&&X,O]})}function Bn(n,t){const{isLoading:a,isError:s,size:c="md",className:u="",variant:g="solid",prefix:d,sufix:h,leftIcon:o,rightIcon:y,disabled:k,readOnly:C,onFocus:b,onBlur:O,title:P,style:W,onChange:T,...w}=n,N=y?"right":"left",ae=`arkyn_input ${d?"hasPrefix":""} ${h?"hasSufix":""} ${g} ${c} ${k||C||a?"opacity":""} ${s?"errored":""} ${t?"focused":""} ${u}`,F={md:20,lg:20}[c];return{isLoading:a,className:ae,prefix:We(d,F,"prefix"),sufix:We(h,F,"sufix"),LeftIcon:o,RightIcon:y,disabled:k,readOnly:C,onFocus:b,onBlur:O,title:P,style:W,onChange:T,loadingPosition:N,iconSize:F,Spinner:p.jsx(Te.Loader2,{className:"spinner",size:F,strokeWidth:2.5}),...w}}function Un(n){const[t,a]=l.useState(!1),s=l.useRef(null),{inputRef:c,id:u,error:g}=Ue(),d=c||s,h=n.isError||!!g,{disabled:o,title:y,style:k,className:C,prefix:b,sufix:O,iconSize:P,loadingPosition:W,isLoading:T,LeftIcon:w,readOnly:N,onFocus:H,onBlur:$,RightIcon:Z,Spinner:X,...ee}=Bn({...n,id:u,isError:h},t),ae=w&&!T,G=Z&&!T,F=W==="left"&&T,ne=W==="right"&&T;function _(){o||!(d!=null&&d.current)||(a(!0),d.current.focus())}function R(K){a(!0),H&&H(K)}function B(K){a(!1),$&&$(K)}return p.jsxs("section",{title:y,style:k,onClick:_,className:C,children:[b,F&&X,ae&&p.jsx(w,{size:P,strokeWidth:2.5}),p.jsx("input",{disabled:o||T,readOnly:N,ref:d,onFocus:R,onBlur:B,...ee}),G&&p.jsx(Z,{size:P,strokeWidth:2.5}),ne&&X,O]})}function Wn(n){return n.type==="currency"?p.jsx(Mn,{...n}):n.type==="masked"?p.jsx(Fn,{...n}):n.type==="cpf-cpnj"?p.jsx(An,{...n}):p.jsx(Un,{...n})}function Hn(n,t,a){if(!n)return p.jsx(p.Fragment,{});if(typeof n=="string")return p.jsx("p",{className:a,children:n});const s=n;return p.jsx("p",{className:a,children:p.jsx(s,{color:"var(--secondary-600)",size:t,strokeWidth:2.5})})}function Yn(n,t){const{isLoading:a,isError:s,size:c="md",className:u="",variant:g="solid",prefix:d,leftIcon:h,disabled:o,readOnly:y,onFocus:k,onBlur:C,title:b,style:O,isSearchable:P=!1,...W}=n,$=`arkyn_select ${d?"hasPrefix":""} ${g} ${c} ${o||y||a?"opacity":""} ${s?"errored":""} ${t?"focused":""} ${u}`,X={md:20,lg:20}[c];return{isLoading:a,className:$,prefix:Hn(d,X,"prefix"),LeftIcon:h,disabled:o,readOnly:y,onFocus:k,onBlur:C,title:b,style:O,isSearchable:P,iconSize:X,Spinner:p.jsx(Te.Loader2,{className:"spinner",size:X,strokeWidth:2.5}),...W}}function Vn(n){var ue;const[t,a]=l.useState(!1),{inputRef:s,id:c,error:u}=Ue(),g=l.useRef(null),d=s||g,h=n.isError||!!u,{disabled:o,title:y,style:k,className:C,prefix:b,iconSize:O,isLoading:P,LeftIcon:W,value:T=null,defaultValue:w="",readOnly:N,onFocus:H,onBlur:$,Spinner:Z,name:X,isSearchable:ee,placeholder:ae,onSelect:G,options:F,optionMaxHeight:ne,..._}=Yn({...n,id:c,isError:h},t),[R,B]=l.useState(w),[K,de]=l.useState("");function te(){o||!(d!=null&&d.current)||(a(!0),d.current.focus())}function ie(M){a(!0),H&&H(M)}function q(){a(!1),$&&d.current&&d.current.blur()}const D=typeof T=="string"?T:R,x=((ue=F.find(M=>M.value===D))==null?void 0:ue.label)||"",U=()=>{if(ee){if(!t&&x)return!0;if(!t&&!x||t)return!1}if(!ee){if(!t&&x)return!0;if(!t&&!x)return!1;if(t&&x)return!0;if(t&&!x)return!1}},I=F.filter(M=>ee?M.label.toLowerCase().includes(K.toLowerCase()):!0);return p.jsxs(p.Fragment,{children:[p.jsxs("section",{title:y,style:k,onClick:te,className:`${C} placeholder_dark_${U()}`,children:[b,W&&p.jsx(W,{size:O,strokeWidth:2.5}),p.jsx("input",{disabled:o||P,readOnly:!ee,value:K||"",placeholder:x||ae,ref:d,onFocus:ie,onBlur:()=>de(""),..._,onChange:M=>de(M.target.value)}),p.jsx("input",{type:"hidden",name:X,value:D||"",readOnly:!0}),t&&p.jsxs("ul",{className:"arkyn_select_content",style:{overflow:"auto",maxHeight:ne},children:[I.map(({label:M,value:he})=>p.jsxs("li",{className:D===he?"active":"",onClick:()=>{B(R!==he?he:""),G&&G({label:M,value:he})},children:[M," ",p.jsx(Te.Check,{})]},he)),I.length<=0&&p.jsx("p",{children:"Sem opções disponíveis"})]}),!P&&p.jsx(Te.ChevronDown,{className:"arkyn_select_arrow",size:O,strokeWidth:2.5}),P&&Z]}),t&&p.jsx("aside",{className:"arkyn_select_overlay",onClick:q})]})}function Gn(n){const{className:t="",...a}=n;return{className:`arkyn_breadcrumb ${t}`.trim(),...a}}function qn(n){const{pathname:t}=at.useLocation(),{className:a="",disabled:s=!1,to:c,...u}=n,g=t===c?"active":"inactive",d=`arkyn_breadcrumb_link ${g} ${a}`;return{to:c,className:d.trim(),disabled:s||g==="active",...u}}function Kn(n){const{className:t,...a}=Gn(n);return p.jsx("nav",{className:t,...a})}function Xn(n){const{children:t,className:a,disabled:s,...c}=qn(n);return s?p.jsxs("p",{className:a,children:[p.jsx(Te.ChevronRight,{size:14,strokeWidth:2.5}),t]}):p.jsxs(at.Link,{className:a,...c,children:[p.jsx(Te.ChevronRight,{size:14,strokeWidth:2.5}),t]})}const Jt=l.createContext({});function Jn(n){const{isVisibled:t,makeInvisible:a,children:s,className:c="",...u}=n,d=`arkyn_modal_container ${t?"visible":""} ${c}`;return p.jsx(Jt.Provider,{value:{makeInvisible:a},children:p.jsx(Ct.AnimatePresence,{children:t&&p.jsxs("aside",{className:d.trim(),...u,children:[p.jsx(Ct.motion.div,{className:"overlay",transition:{duration:.15,ease:"easeOut"},initial:{opacity:0},animate:{opacity:1},exit:{opacity:0},onClick:a}),p.jsx(Ct.motion.div,{className:"content",transition:{duration:.15,ease:"easeOut"},initial:{opacity:0,scale:.75},animate:{opacity:1,scale:1},exit:{opacity:0,scale:0},children:s})]})})})}function Zn(n){const{alignment:t="right",className:a,...s}=n,c=`arkyn_modal_footer ${t} ${a}`;return p.jsx("footer",{className:c.trim(),...s})}function Qn(n){const{showCloseButton:t,className:a,children:s,...c}=n,{makeInvisible:u}=l.useContext(Jt),d=`arkyn_modal_header ${t?"show-close":""} ${a}`;return p.jsxs("header",{className:d.trim(),...c,children:[s,p.jsx("button",{type:"button",onClick:u,children:p.jsx(Te.X,{size:24})})]})}const er={Container:Jn,Header:Qn,Footer:Zn};function tr(n){const{text:t,size:a="lg",children:s,orientation:c="top",className:u,...g}=n;return p.jsxs("div",{className:`arkyn_tooltip ${a} ${c} ${u}`,...g,children:[s,p.jsx("div",{className:"arkyn_tooltip_text",children:t})]})}const At=l.createContext({});function nr(){const n=at.useActionData(),{closeModal:t}=l.useContext(At);l.useEffect(()=>{const a=n==null?void 0:n.closeModalKey;a&&t(a)},[n])}function rr(n){const t=l.useContext(At);if(Object.entries(t).length===0)throw new Error("useModal must be used within a Provider");const{modalData:a,modalIsOpen:s,openModal:c,closeModal:u}=t,g=s(n),d=a(n);return{modalIsOpen:g,modalData:d,openModal:y=>c(n,y==null?void 0:y.data),closeModal:()=>u(n)}}function ar(n=""){const t=at.useLocation(),a=new URLSearchParams(t.search),s=n?`${n}:`:"",c=u=>{Object.entries(u).forEach(([g,d])=>{d===void 0?a.delete(`${s}${g}`):a.set(`${s}${g}`,String(d))})};return{getParam:u=>a.get(`${s}${u}`),getScopedSearch:u=>{c(u);let g=a.toString();return g&&(g="?"+g),g}}}const Zt=l.createContext({});function or(){const n=l.useContext(Zt);if(Object.entries(n).length===0)throw new Error("useToast must be used within a Provider");return n}function sr(n){const{children:t=!1}=n,[a,s]=l.useState([]);function c(h){return!!a.some(o=>o.key===h)}function u(h){var o;return(o=a.find(y=>y.key===h))==null?void 0:o.data}function g(h,o){s([...a,{key:h,data:o}])}function d(h){s(a.filter(o=>o.key!==h))}return p.jsx(At.Provider,{value:{modalIsOpen:c,modalData:u,openModal:g,closeModal:d},children:t})}var{entries:Qt,setPrototypeOf:en,isFrozen:ir,getPrototypeOf:lr,getOwnPropertyDescriptor:cr}=Object,{freeze:ye,seal:Ne,create:tn}=Object,{apply:Lt,construct:Ot}=typeof Reflect<"u"&&Reflect;ye||(ye=function(n){return n}),Ne||(Ne=function(n){return n}),Lt||(Lt=function(n,t,a){return n.apply(t,a)}),Ot||(Ot=function(n,t){return new n(...t)});var vt=ke(Array.prototype.forEach),nn=ke(Array.prototype.pop),it=ke(Array.prototype.push),yt=ke(String.prototype.toLowerCase),Pt=ke(String.prototype.toString),rn=ke(String.prototype.match),lt=ke(String.prototype.replace),ur=ke(String.prototype.indexOf),dr=ke(String.prototype.trim),Le=ke(Object.prototype.hasOwnProperty),_e=ke(RegExp.prototype.test),ct=fr(TypeError);function ke(n){return function(t){for(var a=arguments.length,s=new Array(a>1?a-1:0),c=1;c<a;c++)s[c-1]=arguments[c];return Lt(n,t,s)}}function fr(n){return function(){for(var t=arguments.length,a=new Array(t),s=0;s<t;s++)a[s]=arguments[s];return Ot(n,a)}}function z(n,t){let a=arguments.length>2&&arguments[2]!==void 0?arguments[2]:yt;en&&en(n,null);let s=t.length;for(;s--;){let c=t[s];if(typeof c=="string"){let u=a(c);u!==c&&(ir(t)||(t[s]=u),c=u)}n[c]=!0}return n}function mr(n){for(let t=0;t<n.length;t++)Le(n,t)||(n[t]=null);return n}function Xe(n){let t=tn(null);for(let[a,s]of Qt(n))Le(n,a)&&(Array.isArray(s)?t[a]=mr(s):s&&typeof s=="object"&&s.constructor===Object?t[a]=Xe(s):t[a]=s);return t}function bt(n,t){for(;n!==null;){let s=cr(n,t);if(s){if(s.get)return ke(s.get);if(typeof s.value=="function")return ke(s.value)}n=lr(n)}function a(){return null}return a}var an=ye(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dialog","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","section","select","shadow","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),jt=ye(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","filter","font","g","glyph","glyphref","hkern","image","line","lineargradient","marker","mask","metadata","mpath","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),Dt=ye(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),pr=ye(["animate","color-profile","cursor","discard","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignobject","hatch","hatchpath","mesh","meshgradient","meshpatch","meshrow","missing-glyph","script","set","solidcolor","unknown","use"]),Mt=ye(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover","mprescripts"]),hr=ye(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),on=ye(["#text"]),sn=ye(["accept","action","align","alt","autocapitalize","autocomplete","autopictureinpicture","autoplay","background","bgcolor","border","capture","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","controls","controlslist","coords","crossorigin","datetime","decoding","default","dir","disabled","disablepictureinpicture","disableremoteplayback","download","draggable","enctype","enterkeyhint","face","for","headers","height","hidden","high","href","hreflang","id","inputmode","integrity","ismap","kind","label","lang","list","loading","loop","low","max","maxlength","media","method","min","minlength","multiple","muted","name","nonce","noshade","novalidate","nowrap","open","optimum","pattern","placeholder","playsinline","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","xmlns","slot"]),zt=ye(["accent-height","accumulate","additive","alignment-baseline","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clippathunits","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dur","edgemode","elevation","end","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","specularconstant","specularexponent","spreadmethod","startoffset","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","systemlanguage","tabindex","targetx","targety","transform","transform-origin","text-anchor","text-decoration","text-rendering","textlength","type","u1","u2","unicode","values","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),ln=ye(["accent","accentunder","align","bevelled","close","columnsalign","columnlines","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lspace","lquote","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),xt=ye(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),gr=Ne(/\{\{[\w\W]*|[\w\W]*\}\}/gm),vr=Ne(/<%[\w\W]*|[\w\W]*%>/gm),yr=Ne(/\${[\w\W]*}/gm),br=Ne(/^data-[\-\w.\u00B7-\uFFFF]/),xr=Ne(/^aria-[\-\w]+$/),cn=Ne(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),wr=Ne(/^(?:\w+script|data):/i),Er=Ne(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),un=Ne(/^html$/i),Sr=Ne(/^[a-z][a-z\d]*(-[a-z\d]+)+$/i),dn=Object.freeze({__proto__:null,MUSTACHE_EXPR:gr,ERB_EXPR:vr,TMPLIT_EXPR:yr,DATA_ATTR:br,ARIA_ATTR:xr,IS_ALLOWED_URI:cn,IS_SCRIPT_OR_DATA:wr,ATTR_WHITESPACE:Er,DOCTYPE_NAME:un,CUSTOM_ELEMENT:Sr}),Tr=function(){return typeof window>"u"?null:window},_r=function(n,t){if(typeof n!="object"||typeof n.createPolicy!="function")return null;let a=null,s="data-tt-policy-suffix";t&&t.hasAttribute(s)&&(a=t.getAttribute(s));let c="dompurify"+(a?"#"+a:"");try{return n.createPolicy(c,{createHTML(u){return u},createScriptURL(u){return u}})}catch{return console.warn("TrustedTypes policy "+c+" could not be created."),null}};function fn(){let n=arguments.length>0&&arguments[0]!==void 0?arguments[0]:Tr(),t=e=>fn(e);if(t.version="3.0.10",t.removed=[],!n||!n.document||n.document.nodeType!==9)return t.isSupported=!1,t;let{document:a}=n,s=a,c=s.currentScript,{DocumentFragment:u,HTMLTemplateElement:g,Node:d,Element:h,NodeFilter:o,NamedNodeMap:y=n.NamedNodeMap||n.MozNamedAttrMap,HTMLFormElement:k,DOMParser:C,trustedTypes:b}=n,O=h.prototype,P=bt(O,"cloneNode"),W=bt(O,"nextSibling"),T=bt(O,"childNodes"),w=bt(O,"parentNode");if(typeof g=="function"){let e=a.createElement("template");e.content&&e.content.ownerDocument&&(a=e.content.ownerDocument)}let N,H="",{implementation:$,createNodeIterator:Z,createDocumentFragment:X,getElementsByTagName:ee}=a,{importNode:ae}=s,G={};t.isSupported=typeof Qt=="function"&&typeof w=="function"&&$&&$.createHTMLDocument!==void 0;let{MUSTACHE_EXPR:F,ERB_EXPR:ne,TMPLIT_EXPR:_,DATA_ATTR:R,ARIA_ATTR:B,IS_SCRIPT_OR_DATA:K,ATTR_WHITESPACE:de,CUSTOM_ELEMENT:te}=dn,{IS_ALLOWED_URI:ie}=dn,q=null,D=z({},[...an,...jt,...Dt,...Mt,...on]),x=null,U=z({},[...sn,...zt,...ln,...xt]),I=Object.seal(tn(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),ue=null,M=null,he=!0,be=!0,Pe=!1,Ee=!0,je=!1,me=!1,Je=!1,Ze=!1,oe=!1,pe=!1,Fe=!1,Qe=!0,Re=!1,ut="user-content-",He=!0,Ce=!1,xe={},De=null,Ie=z({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]),Ye=null,ze=z({},["audio","video","img","source","image","track"]),Ve=null,Ge=z({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),Be="http://www.w3.org/1998/Math/MathML",Ae="http://www.w3.org/2000/svg",ce="http://www.w3.org/1999/xhtml",$e=ce,qe=!1,E=null,se=z({},[Be,Ae,ce],Pt),Q=null,Se=["application/xhtml+xml","text/html"],ge="text/html",re=null,we=null,dt=a.createElement("form"),et=function(e){return e instanceof RegExp||e instanceof Function},tt=function(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};if(!(we&&we===e)){if((!e||typeof e!="object")&&(e={}),e=Xe(e),Q=Se.indexOf(e.PARSER_MEDIA_TYPE)===-1?ge:e.PARSER_MEDIA_TYPE,re=Q==="application/xhtml+xml"?Pt:yt,q=Le(e,"ALLOWED_TAGS")?z({},e.ALLOWED_TAGS,re):D,x=Le(e,"ALLOWED_ATTR")?z({},e.ALLOWED_ATTR,re):U,E=Le(e,"ALLOWED_NAMESPACES")?z({},e.ALLOWED_NAMESPACES,Pt):se,Ve=Le(e,"ADD_URI_SAFE_ATTR")?z(Xe(Ge),e.ADD_URI_SAFE_ATTR,re):Ge,Ye=Le(e,"ADD_DATA_URI_TAGS")?z(Xe(ze),e.ADD_DATA_URI_TAGS,re):ze,De=Le(e,"FORBID_CONTENTS")?z({},e.FORBID_CONTENTS,re):Ie,ue=Le(e,"FORBID_TAGS")?z({},e.FORBID_TAGS,re):{},M=Le(e,"FORBID_ATTR")?z({},e.FORBID_ATTR,re):{},xe=Le(e,"USE_PROFILES")?e.USE_PROFILES:!1,he=e.ALLOW_ARIA_ATTR!==!1,be=e.ALLOW_DATA_ATTR!==!1,Pe=e.ALLOW_UNKNOWN_PROTOCOLS||!1,Ee=e.ALLOW_SELF_CLOSE_IN_ATTR!==!1,je=e.SAFE_FOR_TEMPLATES||!1,me=e.WHOLE_DOCUMENT||!1,oe=e.RETURN_DOM||!1,pe=e.RETURN_DOM_FRAGMENT||!1,Fe=e.RETURN_TRUSTED_TYPE||!1,Ze=e.FORCE_BODY||!1,Qe=e.SANITIZE_DOM!==!1,Re=e.SANITIZE_NAMED_PROPS||!1,He=e.KEEP_CONTENT!==!1,Ce=e.IN_PLACE||!1,ie=e.ALLOWED_URI_REGEXP||cn,$e=e.NAMESPACE||ce,I=e.CUSTOM_ELEMENT_HANDLING||{},e.CUSTOM_ELEMENT_HANDLING&&et(e.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(I.tagNameCheck=e.CUSTOM_ELEMENT_HANDLING.tagNameCheck),e.CUSTOM_ELEMENT_HANDLING&&et(e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(I.attributeNameCheck=e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),e.CUSTOM_ELEMENT_HANDLING&&typeof e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements=="boolean"&&(I.allowCustomizedBuiltInElements=e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),je&&(be=!1),pe&&(oe=!0),xe&&(q=z({},on),x=[],xe.html===!0&&(z(q,an),z(x,sn)),xe.svg===!0&&(z(q,jt),z(x,zt),z(x,xt)),xe.svgFilters===!0&&(z(q,Dt),z(x,zt),z(x,xt)),xe.mathMl===!0&&(z(q,Mt),z(x,ln),z(x,xt))),e.ADD_TAGS&&(q===D&&(q=Xe(q)),z(q,e.ADD_TAGS,re)),e.ADD_ATTR&&(x===U&&(x=Xe(x)),z(x,e.ADD_ATTR,re)),e.ADD_URI_SAFE_ATTR&&z(Ve,e.ADD_URI_SAFE_ATTR,re),e.FORBID_CONTENTS&&(De===Ie&&(De=Xe(De)),z(De,e.FORBID_CONTENTS,re)),He&&(q["#text"]=!0),me&&z(q,["html","head","body"]),q.table&&(z(q,["tbody"]),delete ue.tbody),e.TRUSTED_TYPES_POLICY){if(typeof e.TRUSTED_TYPES_POLICY.createHTML!="function")throw ct('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if(typeof e.TRUSTED_TYPES_POLICY.createScriptURL!="function")throw ct('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');N=e.TRUSTED_TYPES_POLICY,H=N.createHTML("")}else N===void 0&&(N=_r(b,c)),N!==null&&typeof H=="string"&&(H=N.createHTML(""));ye&&ye(e),we=e}},St=z({},["mi","mo","mn","ms","mtext"]),ft=z({},["foreignobject","desc","title","annotation-xml"]),Ft=z({},["title","style","font","a","script"]),mt=z({},[...jt,...Dt,...pr]),pt=z({},[...Mt,...hr]),Bt=function(e){let m=w(e);(!m||!m.tagName)&&(m={namespaceURI:$e,tagName:"template"});let i=yt(e.tagName),A=yt(m.tagName);return E[e.namespaceURI]?e.namespaceURI===Ae?m.namespaceURI===ce?i==="svg":m.namespaceURI===Be?i==="svg"&&(A==="annotation-xml"||St[A]):!!mt[i]:e.namespaceURI===Be?m.namespaceURI===ce?i==="math":m.namespaceURI===Ae?i==="math"&&ft[A]:!!pt[i]:e.namespaceURI===ce?m.namespaceURI===Ae&&!ft[A]||m.namespaceURI===Be&&!St[A]?!1:!pt[i]&&(Ft[i]||!mt[i]):!!(Q==="application/xhtml+xml"&&E[e.namespaceURI]):!1},Ke=function(e){it(t.removed,{element:e});try{e.parentNode.removeChild(e)}catch{e.remove()}},nt=function(e,m){try{it(t.removed,{attribute:m.getAttributeNode(e),from:m})}catch{it(t.removed,{attribute:null,from:m})}if(m.removeAttribute(e),e==="is"&&!x[e])if(oe||pe)try{Ke(m)}catch{}else try{m.setAttribute(e,"")}catch{}},ht=function(e){let m=null,i=null;if(Ze)e="<remove></remove>"+e;else{let L=rn(e,/^[\r\n\t ]+/);i=L&&L[0]}Q==="application/xhtml+xml"&&$e===ce&&(e='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+e+"</body></html>");let A=N?N.createHTML(e):e;if($e===ce)try{m=new C().parseFromString(A,Q)}catch{}if(!m||!m.documentElement){m=$.createDocument($e,"template",null);try{m.documentElement.innerHTML=qe?H:A}catch{}}let j=m.body||m.documentElement;return e&&i&&j.insertBefore(a.createTextNode(i),j.childNodes[0]||null),$e===ce?ee.call(m,me?"html":"body")[0]:me?m.documentElement:j},Tt=function(e){return Z.call(e.ownerDocument||e,e,o.SHOW_ELEMENT|o.SHOW_COMMENT|o.SHOW_TEXT|o.SHOW_PROCESSING_INSTRUCTION,null)},Ut=function(e){return e instanceof k&&(typeof e.nodeName!="string"||typeof e.textContent!="string"||typeof e.removeChild!="function"||!(e.attributes instanceof y)||typeof e.removeAttribute!="function"||typeof e.setAttribute!="function"||typeof e.namespaceURI!="string"||typeof e.insertBefore!="function"||typeof e.hasChildNodes!="function")},_t=function(e){return typeof d=="function"&&e instanceof d},Me=function(e,m,i){G[e]&&vt(G[e],A=>{A.call(t,m,i,we)})},r=function(e){let m=null;if(Me("beforeSanitizeElements",e,null),Ut(e))return Ke(e),!0;let i=re(e.nodeName);if(Me("uponSanitizeElement",e,{tagName:i,allowedTags:q}),e.hasChildNodes()&&!_t(e.firstElementChild)&&_e(/<[/\w]/g,e.innerHTML)&&_e(/<[/\w]/g,e.textContent))return Ke(e),!0;if(!q[i]||ue[i]){if(!ue[i]&&v(i)&&(I.tagNameCheck instanceof RegExp&&_e(I.tagNameCheck,i)||I.tagNameCheck instanceof Function&&I.tagNameCheck(i)))return!1;if(He&&!De[i]){let A=w(e)||e.parentNode,j=T(e)||e.childNodes;if(j&&A){let L=j.length;for(let le=L-1;le>=0;--le)A.insertBefore(P(j[le],!0),W(e))}}return Ke(e),!0}return e instanceof h&&!Bt(e)||(i==="noscript"||i==="noembed"||i==="noframes")&&_e(/<\/no(script|embed|frames)/i,e.innerHTML)?(Ke(e),!0):(je&&e.nodeType===3&&(m=e.textContent,vt([F,ne,_],A=>{m=lt(m,A," ")}),e.textContent!==m&&(it(t.removed,{element:e.cloneNode()}),e.textContent=m)),Me("afterSanitizeElements",e,null),!1)},f=function(e,m,i){if(Qe&&(m==="id"||m==="name")&&(i in a||i in dt))return!1;if(!(be&&!M[m]&&_e(R,m))&&!(he&&_e(B,m))){if(!x[m]||M[m]){if(!(v(e)&&(I.tagNameCheck instanceof RegExp&&_e(I.tagNameCheck,e)||I.tagNameCheck instanceof Function&&I.tagNameCheck(e))&&(I.attributeNameCheck instanceof RegExp&&_e(I.attributeNameCheck,m)||I.attributeNameCheck instanceof Function&&I.attributeNameCheck(m))||m==="is"&&I.allowCustomizedBuiltInElements&&(I.tagNameCheck instanceof RegExp&&_e(I.tagNameCheck,i)||I.tagNameCheck instanceof Function&&I.tagNameCheck(i))))return!1}else if(!Ve[m]&&!_e(ie,lt(i,de,""))&&!((m==="src"||m==="xlink:href"||m==="href")&&e!=="script"&&ur(i,"data:")===0&&Ye[e])&&!(Pe&&!_e(K,lt(i,de,"")))&&i)return!1}return!0},v=function(e){return e!=="annotation-xml"&&rn(e,te)},S=function(e){Me("beforeSanitizeAttributes",e,null);let{attributes:m}=e;if(!m)return;let i={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:x},A=m.length;for(;A--;){let j=m[A],{name:L,namespaceURI:le,value:ve}=j,fe=re(L),J=L==="value"?ve:dr(ve);if(i.attrName=fe,i.attrValue=J,i.keepAttr=!0,i.forceKeepAttr=void 0,Me("uponSanitizeAttribute",e,i),J=i.attrValue,i.forceKeepAttr||(nt(L,e),!i.keepAttr))continue;if(!Ee&&_e(/\/>/i,J)){nt(L,e);continue}je&&vt([F,ne,_],kt=>{J=lt(J,kt," ")});let rt=re(e.nodeName);if(f(rt,fe,J)){if(Re&&(fe==="id"||fe==="name")&&(nt(L,e),J=ut+J),N&&typeof b=="object"&&typeof b.getAttributeType=="function"&&!le)switch(b.getAttributeType(rt,fe)){case"TrustedHTML":{J=N.createHTML(J);break}case"TrustedScriptURL":{J=N.createScriptURL(J);break}}try{le?e.setAttributeNS(le,L,J):e.setAttribute(L,J),nn(t.removed)}catch{}}}Me("afterSanitizeAttributes",e,null)},Y=function e(m){let i=null,A=Tt(m);for(Me("beforeSanitizeShadowDOM",m,null);i=A.nextNode();)Me("uponSanitizeShadowNode",i,null),!r(i)&&(i.content instanceof u&&e(i.content),S(i));Me("afterSanitizeShadowDOM",m,null)};return t.sanitize=function(e){let m=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},i=null,A=null,j=null,L=null;if(qe=!e,qe&&(e="<!-->"),typeof e!="string"&&!_t(e))if(typeof e.toString=="function"){if(e=e.toString(),typeof e!="string")throw ct("dirty is not a string, aborting")}else throw ct("toString is not a function");if(!t.isSupported)return e;if(Je||tt(m),t.removed=[],typeof e=="string"&&(Ce=!1),Ce){if(e.nodeName){let fe=re(e.nodeName);if(!q[fe]||ue[fe])throw ct("root node is forbidden and cannot be sanitized in-place")}}else if(e instanceof d)i=ht("<!---->"),A=i.ownerDocument.importNode(e,!0),A.nodeType===1&&A.nodeName==="BODY"||A.nodeName==="HTML"?i=A:i.appendChild(A);else{if(!oe&&!je&&!me&&e.indexOf("<")===-1)return N&&Fe?N.createHTML(e):e;if(i=ht(e),!i)return oe?null:Fe?H:""}i&&Ze&&Ke(i.firstChild);let le=Tt(Ce?e:i);for(;j=le.nextNode();)r(j)||(j.content instanceof u&&Y(j.content),S(j));if(Ce)return e;if(oe){if(pe)for(L=X.call(i.ownerDocument);i.firstChild;)L.appendChild(i.firstChild);else L=i;return(x.shadowroot||x.shadowrootmode)&&(L=ae.call(s,L,!0)),L}let ve=me?i.outerHTML:i.innerHTML;return me&&q["!doctype"]&&i.ownerDocument&&i.ownerDocument.doctype&&i.ownerDocument.doctype.name&&_e(un,i.ownerDocument.doctype.name)&&(ve="<!DOCTYPE "+i.ownerDocument.doctype.name+`>
32
+ <%s key={someKey} {...props} />`,rt,fe,kt,fe),nt[fe+rt]=!0}}return r===s?Ke(L):Bt(L),L}}function Tt(r,f,v){return ht(r,f,v,!0)}function Ut(r,f,v){return ht(r,f,v,!1)}var _t=Ut,Me=Tt;st.Fragment=s,st.jsx=_t,st.jsxs=Me}()),st}process.env.NODE_ENV==="production"?Nt.exports=gn():Nt.exports=vn();var p=Nt.exports;function gt(n,t){return t?p.jsx(t,{size:n,strokeWidth:2.5}):p.jsx(p.Fragment,{})}function yn(n){const{variant:t="ghost",scheme:a="primary",size:s="md",leftIcon:c,rightIcon:u,className:g="",children:d,...h}=n,y={md:12,lg:14}[s];return{className:`arkyn_badge ${t} ${a} ${s} ${g}`.trim(),children:d,leftIcon:gt(y,c),rightIcon:gt(y,u),...h}}function bn(n){const{leftIcon:t,children:a,rightIcon:s,...c}=yn(n);return p.jsxs("div",{...c,children:[t,a,s]})}function xn(n){const{className:t,orientation:a="horizontal",...s}=n,c=`arkyn_divider ${a} ${t}`;return p.jsx("div",{className:c,...s})}function wn({className:n,...t}){const a="arkyn_skeleton "+n;return p.jsx("div",{className:a.trim(),...t})}function En(n){const{isLoading:t=!1,scheme:a="primary",variant:s="solid",loadingText:c,size:u="md",leftIcon:g,rightIcon:d,disabled:h,className:o="",children:y,...k}=n,b={xs:12,sm:16,md:20,lg:24}[u];return{className:`arkyn_button loading_text_${!!c} ${s} ${a} ${u} loading_${t} ${o}`.trim(),loadingText:c,children:y,iconSize:b,disabled:h||t,leftIcon:gt(b,g),rightIcon:gt(b,d),...k}}function Sn(n){const{leftIcon:t,rightIcon:a,iconSize:s,children:c,loadingText:u,...g}=En(n);return p.jsxs("button",{...g,children:[p.jsxs("div",{className:"spinner",children:[p.jsx(Te.Loader2,{size:s,strokeWidth:2.5}),u&&u]}),p.jsxs("div",{className:"content",children:[t,c,a]})]})}const Yt=l.createContext({});function Tn({children:n,...t}){var d,h;const a=at.useActionData(),s=l.useRef(null),c=((d=s.current)==null?void 0:d.name)||"",u=((h=a==null?void 0:a.fieldErrors)==null?void 0:h[c])||null,g=l.useId();return p.jsx(Yt.Provider,{value:{error:u,id:g,inputRef:s},children:p.jsx("section",{className:"arkyn_form_controller",...t,children:n})})}function Ue(){return l.useContext(Yt)}function _n(n){const{name:t,className:a="",size:s="md",isError:c,defaultChecked:u=!1,checked:g=null,onCheck:d,value:h,...o}=n,{id:y,inputRef:k,error:C}=Ue(),b=c||!!C,[O,P]=l.useState(u||!1),W=typeof g=="boolean"?g:O,T=`arkyn_checkbox ${s} ${b?"error":""} ${W?"checked":""} ${a}`;function w(){const N=O;P(!N),d&&d(N?"":h||"checked")}return p.jsxs("div",{id:y,className:T,onClick:w,...o,children:[p.jsx("input",{type:"hidden",name:t,ref:k,value:W?h||"checked":""}),p.jsx(Te.Check,{})]})}function kn({children:n}){const{error:t}=Ue();return n?p.jsx("strong",{className:"arkyn_form_error",children:n}):t?p.jsx("strong",{className:"arkyn_form_error",children:t}):p.jsx(p.Fragment,{})}function Cn(n){const{showAsterisk:t=!1,className:a="",...s}=n;return{className:`arkyn_form_label ${t?"show-asterisk":""} ${a}`.trim(),...s}}function Nn(n){const{id:t}=Ue();return p.jsx("label",{...Cn(n),htmlFor:t})}const Vt={xs:12,sm:16,md:20,lg:24};function Rn(n){const{isLoading:t=!1,scheme:a="primary",variant:s="solid",size:c="md",icon:u,disabled:g,className:d="",...h}=n,o=`arkyn_icon_button ${s} ${a} ${c} loading_${t} ${d}`;return p.jsxs("button",{disabled:g||t,className:o.trim(),...h,children:[p.jsx("div",{className:"spinner",children:p.jsx(Te.Loader2,{size:Vt[c],strokeWidth:2.5})}),p.jsx("div",{className:"content "+c,children:p.jsx(u,{size:Vt[c],strokeWidth:2.5})})]})}function We(n,t,a){if(!n)return p.jsx(p.Fragment,{});if(typeof n=="string")return p.jsx("p",{className:a,children:n});const s=n;return p.jsx("p",{className:a,children:p.jsx(s,{color:"var(--secondary-600)",size:t,strokeWidth:2.5})})}function Rt(n){return n&&n.replace(/[^0-9]/g,"")}function Gt(n,t){let a="",s=0;return Array.from(n).forEach((c,u)=>{t[u+s].match(/[0-9]/)||(a+=t[u+s],s++),a+=c}),a}function qt(n){return n.length>11?"CNPJ":"CPF"}const It={CPF:"999.999.999-999",CNPJ:"99.999.999/9999-99"},Kt=Rt(It.CNPJ).length;function In(n,t){const{isLoading:a,isError:s,size:c="md",className:u="",variant:g="solid",prefix:d,sufix:h,leftIcon:o,rightIcon:y,disabled:k,defaultValue:C,readOnly:b,onFocus:O,onBlur:P,title:W,style:T,onChange:w,...N}=n;function H(R){let B=Rt(R);const K=qt(B);if(!(B.length>Kt))return B=Gt(B,It[K]),B}const $=y?"right":"left",F=`arkyn_input ${d?"hasPrefix":""} ${h?"hasSufix":""} ${g} ${c} ${k||b||a?"opacity":""} ${s?"errored":""} ${t?"focused":""} ${u}`,_={md:20,lg:20}[c];return{isLoading:a,className:F,prefix:We(d,_,"prefix"),sufix:We(h,_,"sufix"),LeftIcon:o,RightIcon:y,defaultValue:H(C||""),disabled:k,readOnly:b,onFocus:O,onBlur:P,title:W,style:T,onChange:w,loadingPosition:$,iconSize:_,Spinner:p.jsx(Te.Loader2,{className:"spinner",size:_,strokeWidth:2.5}),...N}}function An(n){const[t,a]=l.useState(!1),s=l.useRef(null),{inputRef:c,id:u,error:g}=Ue(),d=c||s,h=n.isError||!!g,{disabled:o,title:y,style:k,className:C,prefix:b,sufix:O,iconSize:P,loadingPosition:W,isLoading:T,LeftIcon:w,readOnly:N,onFocus:H,onBlur:$,RightIcon:Z,Spinner:X,onChange:ee,value:ae,defaultValue:G,...F}=In({...n,id:u,isError:h},t),[ne,_]=l.useState(G),R=w&&!T,B=Z&&!T,K=W==="left"&&T,de=W==="right"&&T;function te(){o||!(d!=null&&d.current)||(a(!0),d.current.focus())}function ie(x){let U=Rt(x.target.value);const I=qt(U);U.length>Kt||(U=Gt(U,It[I]),x.target.value=U,_(U),ee&&ee(x))}function q(x){a(!0),H&&H(x)}function D(x){a(!1),$&&$(x)}return p.jsxs("section",{title:y,style:k,onClick:te,className:C,children:[b,K&&X,R&&p.jsx(w,{size:P,strokeWidth:2.5}),p.jsx("input",{disabled:o||T,readOnly:N,ref:d,value:ae||ne,onFocus:q,onChange:ie,onBlur:D,...F}),B&&p.jsx(Z,{size:P,strokeWidth:2.5}),de&&X,O]})}function Ln(n,t){const{isLoading:a,isError:s,size:c="md",className:u="",variant:g="solid",prefix:d,sufix:h,leftIcon:o,rightIcon:y,disabled:k,readOnly:C,onFocus:b,onBlur:O,title:P,style:W,showCents:T=!1,max:w=1e9,onChange:N,...H}=n,$=y?"right":"left",F=`arkyn_input ${d?"hasPrefix":""} ${h?"hasSufix":""} ${g} ${c} ${k||C||a?"opacity":""} ${s?"errored":""} ${t?"focused":""} ${u}`,_={md:20,lg:20}[c];return{isLoading:a,className:F,prefix:We(d,_,"prefix"),sufix:We(h,_,"sufix"),LeftIcon:o,RightIcon:y,disabled:k,readOnly:C,onFocus:b,onBlur:O,title:P,style:W,max:w,onChange:N,showCents:T,loadingPosition:$,iconSize:_,Spinner:p.jsx(Te.Loader2,{className:"spinner",size:_,strokeWidth:2.5}),...H}}const On=/^[1-9]{1}$/,Pn=/^[0-9]{1}$/,Xt=8;function jn(n,t){if(n===0)return"";const a=(n/100).toLocaleString("pt-BR",{style:"currency",currency:"BRL"});return t?a:a.replace("R$","").trim()}function Dn(n){const{currencyValue:t,event:a,max:s,setCurrencyValue:c}=n,{key:u,keyCode:g}=a;if(t===0&&!On.test(u)||t!==0&&!Pn.test(u)&&g!==Xt)return;const d=t.toString();let h;if(g!==Xt){const o=t===0?u:`${d}${u}`;h=Number.parseInt(o,10)}else{const o=d.slice(0,-1);h=o===""?0:Number.parseInt(o,10)}h>Number(s)||c(h)}function Mn(n){const[t,a]=l.useState(!1),[s,c]=l.useState(n.defaultValue||0),u=l.useRef(null),{inputRef:g,id:d,error:h}=Ue(),o=g||u,y=n.isError||!!h,{disabled:k,title:C,style:b,className:O,prefix:P,sufix:W,iconSize:T,loadingPosition:w,isLoading:N,LeftIcon:H,readOnly:$,onFocus:Z,onBlur:X,RightIcon:ee,Spinner:ae,value:G,max:F,onKeyDown:ne,onChange:_,showCents:R,...B}=Ln({...n,id:d,isError:y},t),K=H&&!N,de=ee&&!N,te=w==="left"&&N,ie=w==="right"&&N;function q(){k||!(o!=null&&o.current)||(a(!0),o.current.focus())}function D(I){Dn({currencyValue:s,event:I,max:F,setCurrencyValue:c}),_&&_(s),ne&&ne(I)}function x(I){a(!0),Z&&Z(I)}function U(I){a(!1),X&&X(I)}return p.jsxs("section",{title:C,style:b,onClick:q,className:O,children:[P,te&&ae,K&&p.jsx(H,{size:T,strokeWidth:2.5}),p.jsx("input",{value:jn(G||s,R),onKeyDown:D,disabled:k||N,readOnly:$,ref:o,onFocus:x,onBlur:U,onChange:()=>{},...B}),ie&&ae,de&&p.jsx(ee,{size:T,strokeWidth:2.5}),W]})}function zn(n,t){const{isLoading:a,isError:s,size:c="md",className:u="",variant:g="solid",prefix:d,sufix:h,leftIcon:o,rightIcon:y,disabled:k,readOnly:C,onFocus:b,onBlur:O,title:P,style:W,onChange:T,showMask:w=!1,type:N,...H}=n,$=y?"right":"left",F=`arkyn_input ${d?"hasPrefix":""} ${h?"hasSufix":""} ${g} ${c} ${k||C||a?"opacity":""} ${s?"errored":""} ${t?"focused":""} ${u}`,_={md:20,lg:20}[c];return{isLoading:a,className:F,prefix:We(d,_,"prefix"),sufix:We(h,_,"sufix"),LeftIcon:o,RightIcon:y,disabled:k,readOnly:C,onFocus:b,onBlur:O,title:P,style:W,onChange:T,loadingPosition:$,iconSize:_,showMask:w,Spinner:p.jsx(Te.Loader2,{className:"spinner",size:_,strokeWidth:2.5}),...H}}const $n=l.forwardRef((n,t)=>p.jsx("input",{ref:t,...n}));function Fn(n){const[t,a]=l.useState(!1),s=l.useRef(null),{inputRef:c,id:u,error:g}=Ue(),d=c||s,h=n.isError||!!g,{disabled:o,title:y,style:k,className:C,prefix:b,sufix:O,iconSize:P,loadingPosition:W,isLoading:T,LeftIcon:w,readOnly:N,onFocus:H,onBlur:$,RightIcon:Z,Spinner:X,...ee}=zn({...n,id:u,isError:h},t),ae=w&&!T,G=Z&&!T,F=W==="left"&&T,ne=W==="right"&&T;function _(){o||!(d!=null&&d.current)||(a(!0),d.current.focus())}function R(K){a(!0),H&&H(K)}function B(K){a(!1),$&&$(K)}return p.jsxs("section",{title:y,style:k,onClick:_,className:C,children:[b,F&&X,ae&&p.jsx(w,{size:P,strokeWidth:2.5}),p.jsx(pn.InputMask,{component:$n,ref:d,onFocus:R,onBlur:B,...ee}),G&&p.jsx(Z,{size:P,strokeWidth:2.5}),ne&&X,O]})}function Bn(n,t){const{isLoading:a,isError:s,size:c="md",className:u="",variant:g="solid",prefix:d,sufix:h,leftIcon:o,rightIcon:y,disabled:k,readOnly:C,onFocus:b,onBlur:O,title:P,style:W,onChange:T,...w}=n,N=y?"right":"left",ae=`arkyn_input ${d?"hasPrefix":""} ${h?"hasSufix":""} ${g} ${c} ${k||C||a?"opacity":""} ${s?"errored":""} ${t?"focused":""} ${u}`,F={md:20,lg:20}[c];return{isLoading:a,className:ae,prefix:We(d,F,"prefix"),sufix:We(h,F,"sufix"),LeftIcon:o,RightIcon:y,disabled:k,readOnly:C,onFocus:b,onBlur:O,title:P,style:W,onChange:T,loadingPosition:N,iconSize:F,Spinner:p.jsx(Te.Loader2,{className:"spinner",size:F,strokeWidth:2.5}),...w}}function Un(n){const[t,a]=l.useState(!1),s=l.useRef(null),{inputRef:c,id:u,error:g}=Ue(),d=c||s,h=n.isError||!!g,{disabled:o,title:y,style:k,className:C,prefix:b,sufix:O,iconSize:P,loadingPosition:W,isLoading:T,LeftIcon:w,readOnly:N,onFocus:H,onBlur:$,RightIcon:Z,Spinner:X,...ee}=Bn({...n,id:u,isError:h},t),ae=w&&!T,G=Z&&!T,F=W==="left"&&T,ne=W==="right"&&T;function _(){o||!(d!=null&&d.current)||(a(!0),d.current.focus())}function R(K){a(!0),H&&H(K)}function B(K){a(!1),$&&$(K)}return p.jsxs("section",{title:y,style:k,onClick:_,className:C,children:[b,F&&X,ae&&p.jsx(w,{size:P,strokeWidth:2.5}),p.jsx("input",{disabled:o||T,readOnly:N,ref:d,onFocus:R,onBlur:B,...ee}),G&&p.jsx(Z,{size:P,strokeWidth:2.5}),ne&&X,O]})}function Wn(n){return n.type==="currency"?p.jsx(Mn,{...n}):n.type==="masked"?p.jsx(Fn,{...n}):n.type==="cpf-cpnj"?p.jsx(An,{...n}):p.jsx(Un,{...n})}function Hn(n,t,a){if(!n)return p.jsx(p.Fragment,{});if(typeof n=="string")return p.jsx("p",{className:a,children:n});const s=n;return p.jsx("p",{className:a,children:p.jsx(s,{color:"var(--secondary-600)",size:t,strokeWidth:2.5})})}function Yn(n,t){const{isLoading:a,isError:s,size:c="md",className:u="",variant:g="solid",prefix:d,leftIcon:h,disabled:o,readOnly:y,onFocus:k,onBlur:C,title:b,style:O,isSearchable:P=!1,...W}=n,$=`arkyn_select ${d?"hasPrefix":""} ${g} ${c} ${o||y||a?"opacity":""} ${s?"errored":""} ${t?"focused":""} ${u}`,X={md:20,lg:20}[c];return{isLoading:a,className:$,prefix:Hn(d,X,"prefix"),LeftIcon:h,disabled:o,readOnly:y,onFocus:k,onBlur:C,title:b,style:O,isSearchable:P,iconSize:X,Spinner:p.jsx(Te.Loader2,{className:"spinner",size:X,strokeWidth:2.5}),...W}}function Vn(n){var ue;const[t,a]=l.useState(!1),{inputRef:s,id:c,error:u}=Ue(),g=l.useRef(null),d=s||g,h=n.isError||!!u,{disabled:o,title:y,style:k,className:C,prefix:b,iconSize:O,isLoading:P,LeftIcon:W,value:T=null,defaultValue:w="",readOnly:N,onFocus:H,onBlur:$,Spinner:Z,name:X,isSearchable:ee,placeholder:ae,onSelect:G,options:F,optionMaxHeight:ne,..._}=Yn({...n,id:c,isError:h},t),[R,B]=l.useState(w),[K,de]=l.useState("");function te(){o||!(d!=null&&d.current)||(a(!0),d.current.focus())}function ie(M){a(!0),H&&H(M)}function q(){a(!1),$&&d.current&&d.current.blur()}const D=typeof T=="string"?T:R,x=((ue=F.find(M=>M.value===D))==null?void 0:ue.label)||"",U=()=>{if(ee){if(!t&&x)return!0;if(!t&&!x||t)return!1}if(!ee){if(!t&&x)return!0;if(!t&&!x)return!1;if(t&&x)return!0;if(t&&!x)return!1}},I=F.filter(M=>ee?M.label.toLowerCase().includes(K.toLowerCase()):!0);return p.jsxs(p.Fragment,{children:[p.jsxs("section",{title:y,style:k,onClick:te,className:`${C} placeholder_dark_${U()}`,children:[b,W&&p.jsx(W,{size:O,strokeWidth:2.5}),p.jsx("input",{disabled:o||P,readOnly:!ee,value:K||"",placeholder:x||ae,ref:d,onFocus:ie,onBlur:()=>de(""),..._,onChange:M=>de(M.target.value)}),p.jsx("input",{type:"hidden",name:X,value:D||"",readOnly:!0}),t&&p.jsxs("ul",{className:"arkyn_select_content",style:{overflow:"auto",maxHeight:ne},children:[I.map(({label:M,value:he})=>p.jsxs("li",{className:D===he?"active":"",onClick:()=>{B(R!==he?he:""),G&&G({label:M,value:he})},children:[M," ",p.jsx(Te.Check,{})]},he)),I.length<=0&&p.jsx("p",{children:"Sem opções disponíveis"})]}),!P&&p.jsx(Te.ChevronDown,{className:"arkyn_select_arrow",size:O,strokeWidth:2.5}),P&&Z]}),t&&p.jsx("aside",{className:"arkyn_select_overlay",onClick:q})]})}function Gn(n){const{className:t="",...a}=n;return{className:`arkyn_breadcrumb ${t}`.trim(),...a}}function qn(n){const{pathname:t}=at.useLocation(),{className:a="",disabled:s=!1,to:c,...u}=n,g=t===c?"active":"inactive",d=`arkyn_breadcrumb_link ${g} ${a}`;return{to:c,className:d.trim(),disabled:s||g==="active",...u}}function Kn(n){const{className:t,...a}=Gn(n);return p.jsx("nav",{className:t,...a})}function Xn(n){const{children:t,className:a,disabled:s,...c}=qn(n);return s?p.jsxs("p",{className:a,children:[p.jsx(Te.ChevronRight,{size:14,strokeWidth:2.5}),t]}):p.jsxs(at.Link,{className:a,...c,children:[p.jsx(Te.ChevronRight,{size:14,strokeWidth:2.5}),t]})}const Jt=l.createContext({});function Jn(n){const{isVisibled:t,makeInvisible:a,children:s,className:c="",...u}=n,d=`arkyn_modal_container ${t?"visible":""} ${c}`;return p.jsx(Jt.Provider,{value:{makeInvisible:a},children:p.jsx(Ct.AnimatePresence,{children:t&&p.jsxs("aside",{className:d.trim(),...u,children:[p.jsx(Ct.motion.div,{className:"overlay",transition:{duration:.15,ease:"easeOut"},initial:{opacity:0},animate:{opacity:1},exit:{opacity:0},onClick:a}),p.jsx(Ct.motion.div,{className:"content",transition:{duration:.15,ease:"easeOut"},initial:{opacity:0,scale:.75},animate:{opacity:1,scale:1},exit:{opacity:0,scale:0},children:s})]})})})}function Zn(n){const{alignment:t="right",className:a,...s}=n,c=`arkyn_modal_footer ${t} ${a}`;return p.jsx("footer",{className:c.trim(),...s})}function Qn(n){const{showCloseButton:t,className:a,children:s,...c}=n,{makeInvisible:u}=l.useContext(Jt),d=`arkyn_modal_header ${t?"show-close":""} ${a}`;return p.jsxs("header",{className:d.trim(),...c,children:[s,p.jsx("button",{type:"button",onClick:u,children:p.jsx(Te.X,{size:24})})]})}const er={Container:Jn,Header:Qn,Footer:Zn};function tr(n){const{text:t,size:a="lg",children:s,orientation:c="top",className:u,...g}=n;return p.jsxs("div",{className:`arkyn_tooltip ${a} ${c} ${u}`,...g,children:[s,p.jsx("div",{className:"arkyn_tooltip_text",children:t})]})}const At=l.createContext({});function nr(){const n=at.useActionData(),{closeModal:t}=l.useContext(At);l.useEffect(()=>{const a=n==null?void 0:n.closeModalKey;a&&t(a)},[n])}function rr(n){const t=l.useContext(At);if(Object.entries(t).length===0)throw new Error("useModal must be used within a Provider");if(n){const{modalData:a,modalIsOpen:s,openModal:c,closeModal:u}=t,g=s(n),d=a(n);return{modalIsOpen:g,modalData:d,openModal:y=>c(n,y==null?void 0:y.data),closeModal:()=>u(n)}}else return t}function ar(n=""){const t=at.useLocation(),a=new URLSearchParams(t.search),s=n?`${n}:`:"",c=u=>{Object.entries(u).forEach(([g,d])=>{d===void 0?a.delete(`${s}${g}`):a.set(`${s}${g}`,String(d))})};return{getParam:u=>a.get(`${s}${u}`),getScopedSearch:u=>{c(u);let g=a.toString();return g&&(g="?"+g),g}}}const Zt=l.createContext({});function or(){const n=l.useContext(Zt);if(Object.entries(n).length===0)throw new Error("useToast must be used within a Provider");return n}function sr(n){const{children:t=!1}=n,[a,s]=l.useState([]);function c(h){return!!a.some(o=>o.key===h)}function u(h){var o;return(o=a.find(y=>y.key===h))==null?void 0:o.data}function g(h,o){s([...a,{key:h,data:o}])}function d(h){s(a.filter(o=>o.key!==h))}return p.jsx(At.Provider,{value:{modalIsOpen:c,modalData:u,openModal:g,closeModal:d},children:t})}var{entries:Qt,setPrototypeOf:en,isFrozen:ir,getPrototypeOf:lr,getOwnPropertyDescriptor:cr}=Object,{freeze:ye,seal:Ne,create:tn}=Object,{apply:Lt,construct:Ot}=typeof Reflect<"u"&&Reflect;ye||(ye=function(n){return n}),Ne||(Ne=function(n){return n}),Lt||(Lt=function(n,t,a){return n.apply(t,a)}),Ot||(Ot=function(n,t){return new n(...t)});var vt=ke(Array.prototype.forEach),nn=ke(Array.prototype.pop),it=ke(Array.prototype.push),yt=ke(String.prototype.toLowerCase),Pt=ke(String.prototype.toString),rn=ke(String.prototype.match),lt=ke(String.prototype.replace),ur=ke(String.prototype.indexOf),dr=ke(String.prototype.trim),Le=ke(Object.prototype.hasOwnProperty),_e=ke(RegExp.prototype.test),ct=fr(TypeError);function ke(n){return function(t){for(var a=arguments.length,s=new Array(a>1?a-1:0),c=1;c<a;c++)s[c-1]=arguments[c];return Lt(n,t,s)}}function fr(n){return function(){for(var t=arguments.length,a=new Array(t),s=0;s<t;s++)a[s]=arguments[s];return Ot(n,a)}}function z(n,t){let a=arguments.length>2&&arguments[2]!==void 0?arguments[2]:yt;en&&en(n,null);let s=t.length;for(;s--;){let c=t[s];if(typeof c=="string"){let u=a(c);u!==c&&(ir(t)||(t[s]=u),c=u)}n[c]=!0}return n}function mr(n){for(let t=0;t<n.length;t++)Le(n,t)||(n[t]=null);return n}function Xe(n){let t=tn(null);for(let[a,s]of Qt(n))Le(n,a)&&(Array.isArray(s)?t[a]=mr(s):s&&typeof s=="object"&&s.constructor===Object?t[a]=Xe(s):t[a]=s);return t}function bt(n,t){for(;n!==null;){let s=cr(n,t);if(s){if(s.get)return ke(s.get);if(typeof s.value=="function")return ke(s.value)}n=lr(n)}function a(){return null}return a}var an=ye(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dialog","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","section","select","shadow","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),jt=ye(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","filter","font","g","glyph","glyphref","hkern","image","line","lineargradient","marker","mask","metadata","mpath","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),Dt=ye(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),pr=ye(["animate","color-profile","cursor","discard","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignobject","hatch","hatchpath","mesh","meshgradient","meshpatch","meshrow","missing-glyph","script","set","solidcolor","unknown","use"]),Mt=ye(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover","mprescripts"]),hr=ye(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),on=ye(["#text"]),sn=ye(["accept","action","align","alt","autocapitalize","autocomplete","autopictureinpicture","autoplay","background","bgcolor","border","capture","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","controls","controlslist","coords","crossorigin","datetime","decoding","default","dir","disabled","disablepictureinpicture","disableremoteplayback","download","draggable","enctype","enterkeyhint","face","for","headers","height","hidden","high","href","hreflang","id","inputmode","integrity","ismap","kind","label","lang","list","loading","loop","low","max","maxlength","media","method","min","minlength","multiple","muted","name","nonce","noshade","novalidate","nowrap","open","optimum","pattern","placeholder","playsinline","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","xmlns","slot"]),zt=ye(["accent-height","accumulate","additive","alignment-baseline","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clippathunits","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dur","edgemode","elevation","end","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","specularconstant","specularexponent","spreadmethod","startoffset","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","systemlanguage","tabindex","targetx","targety","transform","transform-origin","text-anchor","text-decoration","text-rendering","textlength","type","u1","u2","unicode","values","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),ln=ye(["accent","accentunder","align","bevelled","close","columnsalign","columnlines","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lspace","lquote","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),xt=ye(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),gr=Ne(/\{\{[\w\W]*|[\w\W]*\}\}/gm),vr=Ne(/<%[\w\W]*|[\w\W]*%>/gm),yr=Ne(/\${[\w\W]*}/gm),br=Ne(/^data-[\-\w.\u00B7-\uFFFF]/),xr=Ne(/^aria-[\-\w]+$/),cn=Ne(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),wr=Ne(/^(?:\w+script|data):/i),Er=Ne(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),un=Ne(/^html$/i),Sr=Ne(/^[a-z][a-z\d]*(-[a-z\d]+)+$/i),dn=Object.freeze({__proto__:null,MUSTACHE_EXPR:gr,ERB_EXPR:vr,TMPLIT_EXPR:yr,DATA_ATTR:br,ARIA_ATTR:xr,IS_ALLOWED_URI:cn,IS_SCRIPT_OR_DATA:wr,ATTR_WHITESPACE:Er,DOCTYPE_NAME:un,CUSTOM_ELEMENT:Sr}),Tr=function(){return typeof window>"u"?null:window},_r=function(n,t){if(typeof n!="object"||typeof n.createPolicy!="function")return null;let a=null,s="data-tt-policy-suffix";t&&t.hasAttribute(s)&&(a=t.getAttribute(s));let c="dompurify"+(a?"#"+a:"");try{return n.createPolicy(c,{createHTML(u){return u},createScriptURL(u){return u}})}catch{return console.warn("TrustedTypes policy "+c+" could not be created."),null}};function fn(){let n=arguments.length>0&&arguments[0]!==void 0?arguments[0]:Tr(),t=e=>fn(e);if(t.version="3.0.10",t.removed=[],!n||!n.document||n.document.nodeType!==9)return t.isSupported=!1,t;let{document:a}=n,s=a,c=s.currentScript,{DocumentFragment:u,HTMLTemplateElement:g,Node:d,Element:h,NodeFilter:o,NamedNodeMap:y=n.NamedNodeMap||n.MozNamedAttrMap,HTMLFormElement:k,DOMParser:C,trustedTypes:b}=n,O=h.prototype,P=bt(O,"cloneNode"),W=bt(O,"nextSibling"),T=bt(O,"childNodes"),w=bt(O,"parentNode");if(typeof g=="function"){let e=a.createElement("template");e.content&&e.content.ownerDocument&&(a=e.content.ownerDocument)}let N,H="",{implementation:$,createNodeIterator:Z,createDocumentFragment:X,getElementsByTagName:ee}=a,{importNode:ae}=s,G={};t.isSupported=typeof Qt=="function"&&typeof w=="function"&&$&&$.createHTMLDocument!==void 0;let{MUSTACHE_EXPR:F,ERB_EXPR:ne,TMPLIT_EXPR:_,DATA_ATTR:R,ARIA_ATTR:B,IS_SCRIPT_OR_DATA:K,ATTR_WHITESPACE:de,CUSTOM_ELEMENT:te}=dn,{IS_ALLOWED_URI:ie}=dn,q=null,D=z({},[...an,...jt,...Dt,...Mt,...on]),x=null,U=z({},[...sn,...zt,...ln,...xt]),I=Object.seal(tn(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),ue=null,M=null,he=!0,be=!0,Pe=!1,Ee=!0,je=!1,me=!1,Je=!1,Ze=!1,oe=!1,pe=!1,Fe=!1,Qe=!0,Re=!1,ut="user-content-",He=!0,Ce=!1,xe={},De=null,Ie=z({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]),Ye=null,ze=z({},["audio","video","img","source","image","track"]),Ve=null,Ge=z({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),Be="http://www.w3.org/1998/Math/MathML",Ae="http://www.w3.org/2000/svg",ce="http://www.w3.org/1999/xhtml",$e=ce,qe=!1,E=null,se=z({},[Be,Ae,ce],Pt),Q=null,Se=["application/xhtml+xml","text/html"],ge="text/html",re=null,we=null,dt=a.createElement("form"),et=function(e){return e instanceof RegExp||e instanceof Function},tt=function(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};if(!(we&&we===e)){if((!e||typeof e!="object")&&(e={}),e=Xe(e),Q=Se.indexOf(e.PARSER_MEDIA_TYPE)===-1?ge:e.PARSER_MEDIA_TYPE,re=Q==="application/xhtml+xml"?Pt:yt,q=Le(e,"ALLOWED_TAGS")?z({},e.ALLOWED_TAGS,re):D,x=Le(e,"ALLOWED_ATTR")?z({},e.ALLOWED_ATTR,re):U,E=Le(e,"ALLOWED_NAMESPACES")?z({},e.ALLOWED_NAMESPACES,Pt):se,Ve=Le(e,"ADD_URI_SAFE_ATTR")?z(Xe(Ge),e.ADD_URI_SAFE_ATTR,re):Ge,Ye=Le(e,"ADD_DATA_URI_TAGS")?z(Xe(ze),e.ADD_DATA_URI_TAGS,re):ze,De=Le(e,"FORBID_CONTENTS")?z({},e.FORBID_CONTENTS,re):Ie,ue=Le(e,"FORBID_TAGS")?z({},e.FORBID_TAGS,re):{},M=Le(e,"FORBID_ATTR")?z({},e.FORBID_ATTR,re):{},xe=Le(e,"USE_PROFILES")?e.USE_PROFILES:!1,he=e.ALLOW_ARIA_ATTR!==!1,be=e.ALLOW_DATA_ATTR!==!1,Pe=e.ALLOW_UNKNOWN_PROTOCOLS||!1,Ee=e.ALLOW_SELF_CLOSE_IN_ATTR!==!1,je=e.SAFE_FOR_TEMPLATES||!1,me=e.WHOLE_DOCUMENT||!1,oe=e.RETURN_DOM||!1,pe=e.RETURN_DOM_FRAGMENT||!1,Fe=e.RETURN_TRUSTED_TYPE||!1,Ze=e.FORCE_BODY||!1,Qe=e.SANITIZE_DOM!==!1,Re=e.SANITIZE_NAMED_PROPS||!1,He=e.KEEP_CONTENT!==!1,Ce=e.IN_PLACE||!1,ie=e.ALLOWED_URI_REGEXP||cn,$e=e.NAMESPACE||ce,I=e.CUSTOM_ELEMENT_HANDLING||{},e.CUSTOM_ELEMENT_HANDLING&&et(e.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(I.tagNameCheck=e.CUSTOM_ELEMENT_HANDLING.tagNameCheck),e.CUSTOM_ELEMENT_HANDLING&&et(e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(I.attributeNameCheck=e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),e.CUSTOM_ELEMENT_HANDLING&&typeof e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements=="boolean"&&(I.allowCustomizedBuiltInElements=e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),je&&(be=!1),pe&&(oe=!0),xe&&(q=z({},on),x=[],xe.html===!0&&(z(q,an),z(x,sn)),xe.svg===!0&&(z(q,jt),z(x,zt),z(x,xt)),xe.svgFilters===!0&&(z(q,Dt),z(x,zt),z(x,xt)),xe.mathMl===!0&&(z(q,Mt),z(x,ln),z(x,xt))),e.ADD_TAGS&&(q===D&&(q=Xe(q)),z(q,e.ADD_TAGS,re)),e.ADD_ATTR&&(x===U&&(x=Xe(x)),z(x,e.ADD_ATTR,re)),e.ADD_URI_SAFE_ATTR&&z(Ve,e.ADD_URI_SAFE_ATTR,re),e.FORBID_CONTENTS&&(De===Ie&&(De=Xe(De)),z(De,e.FORBID_CONTENTS,re)),He&&(q["#text"]=!0),me&&z(q,["html","head","body"]),q.table&&(z(q,["tbody"]),delete ue.tbody),e.TRUSTED_TYPES_POLICY){if(typeof e.TRUSTED_TYPES_POLICY.createHTML!="function")throw ct('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if(typeof e.TRUSTED_TYPES_POLICY.createScriptURL!="function")throw ct('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');N=e.TRUSTED_TYPES_POLICY,H=N.createHTML("")}else N===void 0&&(N=_r(b,c)),N!==null&&typeof H=="string"&&(H=N.createHTML(""));ye&&ye(e),we=e}},St=z({},["mi","mo","mn","ms","mtext"]),ft=z({},["foreignobject","desc","title","annotation-xml"]),Ft=z({},["title","style","font","a","script"]),mt=z({},[...jt,...Dt,...pr]),pt=z({},[...Mt,...hr]),Bt=function(e){let m=w(e);(!m||!m.tagName)&&(m={namespaceURI:$e,tagName:"template"});let i=yt(e.tagName),A=yt(m.tagName);return E[e.namespaceURI]?e.namespaceURI===Ae?m.namespaceURI===ce?i==="svg":m.namespaceURI===Be?i==="svg"&&(A==="annotation-xml"||St[A]):!!mt[i]:e.namespaceURI===Be?m.namespaceURI===ce?i==="math":m.namespaceURI===Ae?i==="math"&&ft[A]:!!pt[i]:e.namespaceURI===ce?m.namespaceURI===Ae&&!ft[A]||m.namespaceURI===Be&&!St[A]?!1:!pt[i]&&(Ft[i]||!mt[i]):!!(Q==="application/xhtml+xml"&&E[e.namespaceURI]):!1},Ke=function(e){it(t.removed,{element:e});try{e.parentNode.removeChild(e)}catch{e.remove()}},nt=function(e,m){try{it(t.removed,{attribute:m.getAttributeNode(e),from:m})}catch{it(t.removed,{attribute:null,from:m})}if(m.removeAttribute(e),e==="is"&&!x[e])if(oe||pe)try{Ke(m)}catch{}else try{m.setAttribute(e,"")}catch{}},ht=function(e){let m=null,i=null;if(Ze)e="<remove></remove>"+e;else{let L=rn(e,/^[\r\n\t ]+/);i=L&&L[0]}Q==="application/xhtml+xml"&&$e===ce&&(e='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+e+"</body></html>");let A=N?N.createHTML(e):e;if($e===ce)try{m=new C().parseFromString(A,Q)}catch{}if(!m||!m.documentElement){m=$.createDocument($e,"template",null);try{m.documentElement.innerHTML=qe?H:A}catch{}}let j=m.body||m.documentElement;return e&&i&&j.insertBefore(a.createTextNode(i),j.childNodes[0]||null),$e===ce?ee.call(m,me?"html":"body")[0]:me?m.documentElement:j},Tt=function(e){return Z.call(e.ownerDocument||e,e,o.SHOW_ELEMENT|o.SHOW_COMMENT|o.SHOW_TEXT|o.SHOW_PROCESSING_INSTRUCTION,null)},Ut=function(e){return e instanceof k&&(typeof e.nodeName!="string"||typeof e.textContent!="string"||typeof e.removeChild!="function"||!(e.attributes instanceof y)||typeof e.removeAttribute!="function"||typeof e.setAttribute!="function"||typeof e.namespaceURI!="string"||typeof e.insertBefore!="function"||typeof e.hasChildNodes!="function")},_t=function(e){return typeof d=="function"&&e instanceof d},Me=function(e,m,i){G[e]&&vt(G[e],A=>{A.call(t,m,i,we)})},r=function(e){let m=null;if(Me("beforeSanitizeElements",e,null),Ut(e))return Ke(e),!0;let i=re(e.nodeName);if(Me("uponSanitizeElement",e,{tagName:i,allowedTags:q}),e.hasChildNodes()&&!_t(e.firstElementChild)&&_e(/<[/\w]/g,e.innerHTML)&&_e(/<[/\w]/g,e.textContent))return Ke(e),!0;if(!q[i]||ue[i]){if(!ue[i]&&v(i)&&(I.tagNameCheck instanceof RegExp&&_e(I.tagNameCheck,i)||I.tagNameCheck instanceof Function&&I.tagNameCheck(i)))return!1;if(He&&!De[i]){let A=w(e)||e.parentNode,j=T(e)||e.childNodes;if(j&&A){let L=j.length;for(let le=L-1;le>=0;--le)A.insertBefore(P(j[le],!0),W(e))}}return Ke(e),!0}return e instanceof h&&!Bt(e)||(i==="noscript"||i==="noembed"||i==="noframes")&&_e(/<\/no(script|embed|frames)/i,e.innerHTML)?(Ke(e),!0):(je&&e.nodeType===3&&(m=e.textContent,vt([F,ne,_],A=>{m=lt(m,A," ")}),e.textContent!==m&&(it(t.removed,{element:e.cloneNode()}),e.textContent=m)),Me("afterSanitizeElements",e,null),!1)},f=function(e,m,i){if(Qe&&(m==="id"||m==="name")&&(i in a||i in dt))return!1;if(!(be&&!M[m]&&_e(R,m))&&!(he&&_e(B,m))){if(!x[m]||M[m]){if(!(v(e)&&(I.tagNameCheck instanceof RegExp&&_e(I.tagNameCheck,e)||I.tagNameCheck instanceof Function&&I.tagNameCheck(e))&&(I.attributeNameCheck instanceof RegExp&&_e(I.attributeNameCheck,m)||I.attributeNameCheck instanceof Function&&I.attributeNameCheck(m))||m==="is"&&I.allowCustomizedBuiltInElements&&(I.tagNameCheck instanceof RegExp&&_e(I.tagNameCheck,i)||I.tagNameCheck instanceof Function&&I.tagNameCheck(i))))return!1}else if(!Ve[m]&&!_e(ie,lt(i,de,""))&&!((m==="src"||m==="xlink:href"||m==="href")&&e!=="script"&&ur(i,"data:")===0&&Ye[e])&&!(Pe&&!_e(K,lt(i,de,"")))&&i)return!1}return!0},v=function(e){return e!=="annotation-xml"&&rn(e,te)},S=function(e){Me("beforeSanitizeAttributes",e,null);let{attributes:m}=e;if(!m)return;let i={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:x},A=m.length;for(;A--;){let j=m[A],{name:L,namespaceURI:le,value:ve}=j,fe=re(L),J=L==="value"?ve:dr(ve);if(i.attrName=fe,i.attrValue=J,i.keepAttr=!0,i.forceKeepAttr=void 0,Me("uponSanitizeAttribute",e,i),J=i.attrValue,i.forceKeepAttr||(nt(L,e),!i.keepAttr))continue;if(!Ee&&_e(/\/>/i,J)){nt(L,e);continue}je&&vt([F,ne,_],kt=>{J=lt(J,kt," ")});let rt=re(e.nodeName);if(f(rt,fe,J)){if(Re&&(fe==="id"||fe==="name")&&(nt(L,e),J=ut+J),N&&typeof b=="object"&&typeof b.getAttributeType=="function"&&!le)switch(b.getAttributeType(rt,fe)){case"TrustedHTML":{J=N.createHTML(J);break}case"TrustedScriptURL":{J=N.createScriptURL(J);break}}try{le?e.setAttributeNS(le,L,J):e.setAttribute(L,J),nn(t.removed)}catch{}}}Me("afterSanitizeAttributes",e,null)},Y=function e(m){let i=null,A=Tt(m);for(Me("beforeSanitizeShadowDOM",m,null);i=A.nextNode();)Me("uponSanitizeShadowNode",i,null),!r(i)&&(i.content instanceof u&&e(i.content),S(i));Me("afterSanitizeShadowDOM",m,null)};return t.sanitize=function(e){let m=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},i=null,A=null,j=null,L=null;if(qe=!e,qe&&(e="<!-->"),typeof e!="string"&&!_t(e))if(typeof e.toString=="function"){if(e=e.toString(),typeof e!="string")throw ct("dirty is not a string, aborting")}else throw ct("toString is not a function");if(!t.isSupported)return e;if(Je||tt(m),t.removed=[],typeof e=="string"&&(Ce=!1),Ce){if(e.nodeName){let fe=re(e.nodeName);if(!q[fe]||ue[fe])throw ct("root node is forbidden and cannot be sanitized in-place")}}else if(e instanceof d)i=ht("<!---->"),A=i.ownerDocument.importNode(e,!0),A.nodeType===1&&A.nodeName==="BODY"||A.nodeName==="HTML"?i=A:i.appendChild(A);else{if(!oe&&!je&&!me&&e.indexOf("<")===-1)return N&&Fe?N.createHTML(e):e;if(i=ht(e),!i)return oe?null:Fe?H:""}i&&Ze&&Ke(i.firstChild);let le=Tt(Ce?e:i);for(;j=le.nextNode();)r(j)||(j.content instanceof u&&Y(j.content),S(j));if(Ce)return e;if(oe){if(pe)for(L=X.call(i.ownerDocument);i.firstChild;)L.appendChild(i.firstChild);else L=i;return(x.shadowroot||x.shadowrootmode)&&(L=ae.call(s,L,!0)),L}let ve=me?i.outerHTML:i.innerHTML;return me&&q["!doctype"]&&i.ownerDocument&&i.ownerDocument.doctype&&i.ownerDocument.doctype.name&&_e(un,i.ownerDocument.doctype.name)&&(ve="<!DOCTYPE "+i.ownerDocument.doctype.name+`>
33
33
  `+ve),je&&vt([F,ne,_],fe=>{ve=lt(ve,fe," ")}),N&&Fe?N.createHTML(ve):ve},t.setConfig=function(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};tt(e),Je=!0},t.clearConfig=function(){we=null,Je=!1},t.isValidAttribute=function(e,m,i){we||tt({});let A=re(e),j=re(m);return f(A,j,i)},t.addHook=function(e,m){typeof m=="function"&&(G[e]=G[e]||[],it(G[e],m))},t.removeHook=function(e){if(G[e])return nn(G[e])},t.removeHooks=function(e){G[e]&&(G[e]=[])},t.removeAllHooks=function(){G={}},t}var kr=fn(),Cr=n=>{switch(n){case"success":return Ir;case"info":return Lr;case"warning":return Ar;case"error":return Or;default:return null}},Nr=Array(12).fill(0),Rr=({visible:n})=>l.createElement("div",{className:"sonner-loading-wrapper","data-visible":n},l.createElement("div",{className:"sonner-spinner"},Nr.map((t,a)=>l.createElement("div",{className:"sonner-loading-bar",key:`spinner-bar-${a}`})))),Ir=l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor",height:"20",width:"20"},l.createElement("path",{fillRule:"evenodd",d:"M10 18a8 8 0 100-16 8 8 0 000 16zm3.857-9.809a.75.75 0 00-1.214-.882l-3.483 4.79-1.88-1.88a.75.75 0 10-1.06 1.061l2.5 2.5a.75.75 0 001.137-.089l4-5.5z",clipRule:"evenodd"})),Ar=l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor",height:"20",width:"20"},l.createElement("path",{fillRule:"evenodd",d:"M9.401 3.003c1.155-2 4.043-2 5.197 0l7.355 12.748c1.154 2-.29 4.5-2.599 4.5H4.645c-2.309 0-3.752-2.5-2.598-4.5L9.4 3.003zM12 8.25a.75.75 0 01.75.75v3.75a.75.75 0 01-1.5 0V9a.75.75 0 01.75-.75zm0 8.25a.75.75 0 100-1.5.75.75 0 000 1.5z",clipRule:"evenodd"})),Lr=l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor",height:"20",width:"20"},l.createElement("path",{fillRule:"evenodd",d:"M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-7-4a1 1 0 11-2 0 1 1 0 012 0zM9 9a.75.75 0 000 1.5h.253a.25.25 0 01.244.304l-.459 2.066A1.75 1.75 0 0010.747 15H11a.75.75 0 000-1.5h-.253a.25.25 0 01-.244-.304l.459-2.066A1.75 1.75 0 009.253 9H9z",clipRule:"evenodd"})),Or=l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor",height:"20",width:"20"},l.createElement("path",{fillRule:"evenodd",d:"M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-8-5a.75.75 0 01.75.75v4.5a.75.75 0 01-1.5 0v-4.5A.75.75 0 0110 5zm0 10a1 1 0 100-2 1 1 0 000 2z",clipRule:"evenodd"})),Pr=()=>{let[n,t]=l.useState(!1);return l.useEffect(()=>{let a=()=>{t(document.hidden)};return document.addEventListener("visibilitychange",a),()=>window.removeEventListener("visibilitychange",a)},[]),n},$t=1,jr=class{constructor(){this.subscribe=n=>(this.subscribers.push(n),()=>{let t=this.subscribers.indexOf(n);this.subscribers.splice(t,1)}),this.publish=n=>{this.subscribers.forEach(t=>t(n))},this.addToast=n=>{this.publish(n),this.toasts=[...this.toasts,n]},this.create=n=>{var t;let{message:a,...s}=n,c=typeof(n==null?void 0:n.id)=="number"||((t=n.id)==null?void 0:t.length)>0?n.id:$t++,u=this.toasts.find(d=>d.id===c),g=n.dismissible===void 0?!0:n.dismissible;return u?this.toasts=this.toasts.map(d=>d.id===c?(this.publish({...d,...n,id:c,title:a}),{...d,...n,id:c,dismissible:g,title:a}):d):this.addToast({title:a,...s,dismissible:g,id:c}),c},this.dismiss=n=>(n||this.toasts.forEach(t=>{this.subscribers.forEach(a=>a({id:t.id,dismiss:!0}))}),this.subscribers.forEach(t=>t({id:n,dismiss:!0})),n),this.message=(n,t)=>this.create({...t,message:n}),this.error=(n,t)=>this.create({...t,message:n,type:"error"}),this.success=(n,t)=>this.create({...t,type:"success",message:n}),this.info=(n,t)=>this.create({...t,type:"info",message:n}),this.warning=(n,t)=>this.create({...t,type:"warning",message:n}),this.loading=(n,t)=>this.create({...t,type:"loading",message:n}),this.promise=(n,t)=>{if(!t)return;let a;t.loading!==void 0&&(a=this.create({...t,promise:n,type:"loading",message:t.loading,description:typeof t.description!="function"?t.description:void 0}));let s=n instanceof Promise?n:n(),c=a!==void 0;return s.then(u=>{if(u&&typeof u.ok=="boolean"&&!u.ok){c=!1;let g=typeof t.error=="function"?t.error(`HTTP error! status: ${u.status}`):t.error,d=typeof t.description=="function"?t.description(`HTTP error! status: ${u.status}`):t.description;this.create({id:a,type:"error",message:g,description:d})}else if(t.success!==void 0){c=!1;let g=typeof t.success=="function"?t.success(u):t.success,d=typeof t.description=="function"?t.description(u):t.description;this.create({id:a,type:"success",message:g,description:d})}}).catch(u=>{if(t.error!==void 0){c=!1;let g=typeof t.error=="function"?t.error(u):t.error,d=typeof t.description=="function"?t.description(u):t.description;this.create({id:a,type:"error",message:g,description:d})}}).finally(()=>{var u;c&&(this.dismiss(a),a=void 0),(u=t.finally)==null||u.call(t)}),a},this.custom=(n,t)=>{let a=(t==null?void 0:t.id)||$t++;return this.create({jsx:n(a),id:a,...t}),a},this.subscribers=[],this.toasts=[]}},Oe=new jr,Dr=(n,t)=>{let a=(t==null?void 0:t.id)||$t++;return Oe.addToast({title:n,...t,id:a}),a},Mr=Dr,wt=Object.assign(Mr,{success:Oe.success,info:Oe.info,warning:Oe.warning,error:Oe.error,custom:Oe.custom,message:Oe.message,promise:Oe.promise,dismiss:Oe.dismiss,loading:Oe.loading});function zr(n,{insertAt:t}={}){if(!n||typeof document>"u")return;let a=document.head||document.getElementsByTagName("head")[0],s=document.createElement("style");s.type="text/css",t==="top"&&a.firstChild?a.insertBefore(s,a.firstChild):a.appendChild(s),s.styleSheet?s.styleSheet.cssText=n:s.appendChild(document.createTextNode(n))}zr(`:where(html[dir="ltr"]),:where([data-sonner-toaster][dir="ltr"]){--toast-icon-margin-start: -3px;--toast-icon-margin-end: 4px;--toast-svg-margin-start: -1px;--toast-svg-margin-end: 0px;--toast-button-margin-start: auto;--toast-button-margin-end: 0;--toast-close-button-start: 0;--toast-close-button-end: unset;--toast-close-button-transform: translate(-35%, -35%)}:where(html[dir="rtl"]),:where([data-sonner-toaster][dir="rtl"]){--toast-icon-margin-start: 4px;--toast-icon-margin-end: -3px;--toast-svg-margin-start: 0px;--toast-svg-margin-end: -1px;--toast-button-margin-start: 0;--toast-button-margin-end: auto;--toast-close-button-start: unset;--toast-close-button-end: 0;--toast-close-button-transform: translate(35%, -35%)}:where([data-sonner-toaster]){position:fixed;width:var(--width);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;--gray1: hsl(0, 0%, 99%);--gray2: hsl(0, 0%, 97.3%);--gray3: hsl(0, 0%, 95.1%);--gray4: hsl(0, 0%, 93%);--gray5: hsl(0, 0%, 90.9%);--gray6: hsl(0, 0%, 88.7%);--gray7: hsl(0, 0%, 85.8%);--gray8: hsl(0, 0%, 78%);--gray9: hsl(0, 0%, 56.1%);--gray10: hsl(0, 0%, 52.3%);--gray11: hsl(0, 0%, 43.5%);--gray12: hsl(0, 0%, 9%);--border-radius: 8px;box-sizing:border-box;padding:0;margin:0;list-style:none;outline:none;z-index:999999999}:where([data-sonner-toaster][data-x-position="right"]){right:max(var(--offset),env(safe-area-inset-right))}:where([data-sonner-toaster][data-x-position="left"]){left:max(var(--offset),env(safe-area-inset-left))}:where([data-sonner-toaster][data-x-position="center"]){left:50%;transform:translate(-50%)}:where([data-sonner-toaster][data-y-position="top"]){top:max(var(--offset),env(safe-area-inset-top))}:where([data-sonner-toaster][data-y-position="bottom"]){bottom:max(var(--offset),env(safe-area-inset-bottom))}:where([data-sonner-toast]){--y: translateY(100%);--lift-amount: calc(var(--lift) * var(--gap));z-index:var(--z-index);position:absolute;opacity:0;transform:var(--y);filter:blur(0);touch-action:none;transition:transform .4s,opacity .4s,height .4s,box-shadow .2s;box-sizing:border-box;outline:none;overflow-wrap:anywhere}:where([data-sonner-toast][data-styled="true"]){padding:16px;background:var(--normal-bg);border:1px solid var(--normal-border);color:var(--normal-text);border-radius:var(--border-radius);box-shadow:0 4px 12px #0000001a;width:var(--width);font-size:13px;display:flex;align-items:center;gap:6px}:where([data-sonner-toast]:focus-visible){box-shadow:0 4px 12px #0000001a,0 0 0 2px #0003}:where([data-sonner-toast][data-y-position="top"]){top:0;--y: translateY(-100%);--lift: 1;--lift-amount: calc(1 * var(--gap))}:where([data-sonner-toast][data-y-position="bottom"]){bottom:0;--y: translateY(100%);--lift: -1;--lift-amount: calc(var(--lift) * var(--gap))}:where([data-sonner-toast]) :where([data-description]){font-weight:400;line-height:1.4;color:inherit}:where([data-sonner-toast]) :where([data-title]){font-weight:500;line-height:1.5;color:inherit}:where([data-sonner-toast]) :where([data-icon]){display:flex;height:16px;width:16px;position:relative;justify-content:flex-start;align-items:center;flex-shrink:0;margin-left:var(--toast-icon-margin-start);margin-right:var(--toast-icon-margin-end)}:where([data-sonner-toast][data-promise="true"]) :where([data-icon])>svg{opacity:0;transform:scale(.8);transform-origin:center;animation:sonner-fade-in .3s ease forwards}:where([data-sonner-toast]) :where([data-icon])>*{flex-shrink:0}:where([data-sonner-toast]) :where([data-icon]) svg{margin-left:var(--toast-svg-margin-start);margin-right:var(--toast-svg-margin-end)}:where([data-sonner-toast]) :where([data-content]){display:flex;flex-direction:column;gap:2px}[data-sonner-toast][data-styled=true] [data-button]{border-radius:4px;padding-left:8px;padding-right:8px;height:24px;font-size:12px;color:var(--normal-bg);background:var(--normal-text);margin-left:var(--toast-button-margin-start);margin-right:var(--toast-button-margin-end);border:none;cursor:pointer;outline:none;display:flex;align-items:center;flex-shrink:0;transition:opacity .4s,box-shadow .2s}:where([data-sonner-toast]) :where([data-button]):focus-visible{box-shadow:0 0 0 2px #0006}:where([data-sonner-toast]) :where([data-button]):first-of-type{margin-left:var(--toast-button-margin-start);margin-right:var(--toast-button-margin-end)}:where([data-sonner-toast]) :where([data-cancel]){color:var(--normal-text);background:rgba(0,0,0,.08)}:where([data-sonner-toast][data-theme="dark"]) :where([data-cancel]){background:rgba(255,255,255,.3)}:where([data-sonner-toast]) :where([data-close-button]){position:absolute;left:var(--toast-close-button-start);right:var(--toast-close-button-end);top:0;height:20px;width:20px;display:flex;justify-content:center;align-items:center;padding:0;background:var(--gray1);color:var(--gray12);border:1px solid var(--gray4);transform:var(--toast-close-button-transform);border-radius:50%;cursor:pointer;z-index:1;transition:opacity .1s,background .2s,border-color .2s}:where([data-sonner-toast]) :where([data-close-button]):focus-visible{box-shadow:0 4px 12px #0000001a,0 0 0 2px #0003}:where([data-sonner-toast]) :where([data-disabled="true"]){cursor:not-allowed}:where([data-sonner-toast]):hover :where([data-close-button]):hover{background:var(--gray2);border-color:var(--gray5)}:where([data-sonner-toast][data-swiping="true"]):before{content:"";position:absolute;left:0;right:0;height:100%;z-index:-1}:where([data-sonner-toast][data-y-position="top"][data-swiping="true"]):before{bottom:50%;transform:scaleY(3) translateY(50%)}:where([data-sonner-toast][data-y-position="bottom"][data-swiping="true"]):before{top:50%;transform:scaleY(3) translateY(-50%)}:where([data-sonner-toast][data-swiping="false"][data-removed="true"]):before{content:"";position:absolute;inset:0;transform:scaleY(2)}:where([data-sonner-toast]):after{content:"";position:absolute;left:0;height:calc(var(--gap) + 1px);bottom:100%;width:100%}:where([data-sonner-toast][data-mounted="true"]){--y: translateY(0);opacity:1}:where([data-sonner-toast][data-expanded="false"][data-front="false"]){--scale: var(--toasts-before) * .05 + 1;--y: translateY(calc(var(--lift-amount) * var(--toasts-before))) scale(calc(-1 * var(--scale)));height:var(--front-toast-height)}:where([data-sonner-toast])>*{transition:opacity .4s}:where([data-sonner-toast][data-expanded="false"][data-front="false"][data-styled="true"])>*{opacity:0}:where([data-sonner-toast][data-visible="false"]){opacity:0;pointer-events:none}:where([data-sonner-toast][data-mounted="true"][data-expanded="true"]){--y: translateY(calc(var(--lift) * var(--offset)));height:var(--initial-height)}:where([data-sonner-toast][data-removed="true"][data-front="true"][data-swipe-out="false"]){--y: translateY(calc(var(--lift) * -100%));opacity:0}:where([data-sonner-toast][data-removed="true"][data-front="false"][data-swipe-out="false"][data-expanded="true"]){--y: translateY(calc(var(--lift) * var(--offset) + var(--lift) * -100%));opacity:0}:where([data-sonner-toast][data-removed="true"][data-front="false"][data-swipe-out="false"][data-expanded="false"]){--y: translateY(40%);opacity:0;transition:transform .5s,opacity .2s}:where([data-sonner-toast][data-removed="true"][data-front="false"]):before{height:calc(var(--initial-height) + 20%)}[data-sonner-toast][data-swiping=true]{transform:var(--y) translateY(var(--swipe-amount, 0px));transition:none}[data-sonner-toast][data-swipe-out=true][data-y-position=bottom],[data-sonner-toast][data-swipe-out=true][data-y-position=top]{animation:swipe-out .2s ease-out forwards}@keyframes swipe-out{0%{transform:translateY(calc(var(--lift) * var(--offset) + var(--swipe-amount)));opacity:1}to{transform:translateY(calc(var(--lift) * var(--offset) + var(--swipe-amount) + var(--lift) * -100%));opacity:0}}@media (max-width: 600px){[data-sonner-toaster]{position:fixed;--mobile-offset: 16px;right:var(--mobile-offset);left:var(--mobile-offset);width:100%}[data-sonner-toaster] [data-sonner-toast]{left:0;right:0;width:calc(100% - var(--mobile-offset) * 2)}[data-sonner-toaster][data-x-position=left]{left:var(--mobile-offset)}[data-sonner-toaster][data-y-position=bottom]{bottom:20px}[data-sonner-toaster][data-y-position=top]{top:20px}[data-sonner-toaster][data-x-position=center]{left:var(--mobile-offset);right:var(--mobile-offset);transform:none}}[data-sonner-toaster][data-theme=light]{--normal-bg: #fff;--normal-border: var(--gray4);--normal-text: var(--gray12);--success-bg: hsl(143, 85%, 96%);--success-border: hsl(145, 92%, 91%);--success-text: hsl(140, 100%, 27%);--info-bg: hsl(208, 100%, 97%);--info-border: hsl(221, 91%, 91%);--info-text: hsl(210, 92%, 45%);--warning-bg: hsl(49, 100%, 97%);--warning-border: hsl(49, 91%, 91%);--warning-text: hsl(31, 92%, 45%);--error-bg: hsl(359, 100%, 97%);--error-border: hsl(359, 100%, 94%);--error-text: hsl(360, 100%, 45%)}[data-sonner-toaster][data-theme=light] [data-sonner-toast][data-invert=true]{--normal-bg: #000;--normal-border: hsl(0, 0%, 20%);--normal-text: var(--gray1)}[data-sonner-toaster][data-theme=dark] [data-sonner-toast][data-invert=true]{--normal-bg: #fff;--normal-border: var(--gray3);--normal-text: var(--gray12)}[data-sonner-toaster][data-theme=dark]{--normal-bg: #000;--normal-border: hsl(0, 0%, 20%);--normal-text: var(--gray1);--success-bg: hsl(150, 100%, 6%);--success-border: hsl(147, 100%, 12%);--success-text: hsl(150, 86%, 65%);--info-bg: hsl(215, 100%, 6%);--info-border: hsl(223, 100%, 12%);--info-text: hsl(216, 87%, 65%);--warning-bg: hsl(64, 100%, 6%);--warning-border: hsl(60, 100%, 12%);--warning-text: hsl(46, 87%, 65%);--error-bg: hsl(358, 76%, 10%);--error-border: hsl(357, 89%, 16%);--error-text: hsl(358, 100%, 81%)}[data-rich-colors=true] [data-sonner-toast][data-type=success],[data-rich-colors=true] [data-sonner-toast][data-type=success] [data-close-button]{background:var(--success-bg);border-color:var(--success-border);color:var(--success-text)}[data-rich-colors=true] [data-sonner-toast][data-type=info],[data-rich-colors=true] [data-sonner-toast][data-type=info] [data-close-button]{background:var(--info-bg);border-color:var(--info-border);color:var(--info-text)}[data-rich-colors=true] [data-sonner-toast][data-type=warning],[data-rich-colors=true] [data-sonner-toast][data-type=warning] [data-close-button]{background:var(--warning-bg);border-color:var(--warning-border);color:var(--warning-text)}[data-rich-colors=true] [data-sonner-toast][data-type=error],[data-rich-colors=true] [data-sonner-toast][data-type=error] [data-close-button]{background:var(--error-bg);border-color:var(--error-border);color:var(--error-text)}.sonner-loading-wrapper{--size: 16px;height:var(--size);width:var(--size);position:absolute;inset:0;z-index:10}.sonner-loading-wrapper[data-visible=false]{transform-origin:center;animation:sonner-fade-out .2s ease forwards}.sonner-spinner{position:relative;top:50%;left:50%;height:var(--size);width:var(--size)}.sonner-loading-bar{animation:sonner-spin 1.2s linear infinite;background:var(--gray11);border-radius:6px;height:8%;left:-10%;position:absolute;top:-3.9%;width:24%}.sonner-loading-bar:nth-child(1){animation-delay:-1.2s;transform:rotate(.0001deg) translate(146%)}.sonner-loading-bar:nth-child(2){animation-delay:-1.1s;transform:rotate(30deg) translate(146%)}.sonner-loading-bar:nth-child(3){animation-delay:-1s;transform:rotate(60deg) translate(146%)}.sonner-loading-bar:nth-child(4){animation-delay:-.9s;transform:rotate(90deg) translate(146%)}.sonner-loading-bar:nth-child(5){animation-delay:-.8s;transform:rotate(120deg) translate(146%)}.sonner-loading-bar:nth-child(6){animation-delay:-.7s;transform:rotate(150deg) translate(146%)}.sonner-loading-bar:nth-child(7){animation-delay:-.6s;transform:rotate(180deg) translate(146%)}.sonner-loading-bar:nth-child(8){animation-delay:-.5s;transform:rotate(210deg) translate(146%)}.sonner-loading-bar:nth-child(9){animation-delay:-.4s;transform:rotate(240deg) translate(146%)}.sonner-loading-bar:nth-child(10){animation-delay:-.3s;transform:rotate(270deg) translate(146%)}.sonner-loading-bar:nth-child(11){animation-delay:-.2s;transform:rotate(300deg) translate(146%)}.sonner-loading-bar:nth-child(12){animation-delay:-.1s;transform:rotate(330deg) translate(146%)}@keyframes sonner-fade-in{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes sonner-fade-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.8)}}@keyframes sonner-spin{0%{opacity:1}to{opacity:.15}}@media (prefers-reduced-motion){[data-sonner-toast],[data-sonner-toast]>*,.sonner-loading-bar{transition:none!important;animation:none!important}}.sonner-loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transform-origin:center;transition:opacity .2s,transform .2s}.sonner-loader[data-visible=false]{opacity:0;transform:scale(.8) translate(-50%,-50%)}
34
34
  `);function Et(n){return n.label!==void 0&&typeof n.onClick=="function"}var $r=3,Fr="32px",Br=4e3,Ur=356,Wr=14,Hr=20,Yr=200;function Vr(...n){return n.filter(Boolean).join(" ")}var Gr=n=>{var t,a,s,c,u,g,d;let{invert:h,toast:o,unstyled:y,interacting:k,setHeights:C,visibleToasts:b,heights:O,index:P,toasts:W,expanded:T,removeToast:w,closeButton:N,style:H,cancelButtonStyle:$,actionButtonStyle:Z,className:X="",descriptionClassName:ee="",duration:ae,position:G,gap:F,loadingIcon:ne,expandByDefault:_,classNames:R,icons:B,closeButtonAriaLabel:K="Close toast",pauseWhenPageIsHidden:de,cn:te}=n,[ie,q]=l.useState(!1),[D,x]=l.useState(!1),[U,I]=l.useState(!1),[ue,M]=l.useState(!1),[he,be]=l.useState(0),[Pe,Ee]=l.useState(0),je=l.useRef(null),me=l.useRef(null),Je=P===0,Ze=P+1<=b,oe=o.type,pe=o.dismissible!==!1,Fe=o.className||"",Qe=o.descriptionClassName||"",Re=l.useMemo(()=>O.findIndex(E=>E.toastId===o.id)||0,[O,o.id]),ut=l.useMemo(()=>{var E;return(E=o.closeButton)!=null?E:N},[o.closeButton,N]),He=l.useMemo(()=>o.duration||ae||Br,[o.duration,ae]),Ce=l.useRef(0),xe=l.useRef(0),De=l.useRef(0),Ie=l.useRef(null),[Ye,ze]=G.split("-"),Ve=l.useMemo(()=>O.reduce((E,se,Q)=>Q>=Re?E:E+se.height,0),[O,Re]),Ge=Pr(),Be=o.invert||h,Ae=oe==="loading";xe.current=l.useMemo(()=>Re*F+Ve,[Re,Ve]),l.useEffect(()=>{q(!0)},[]),l.useLayoutEffect(()=>{if(!ie)return;let E=me.current,se=E.style.height;E.style.height="auto";let Q=E.getBoundingClientRect().height;E.style.height=se,Ee(Q),C(Se=>Se.find(ge=>ge.toastId===o.id)?Se.map(ge=>ge.toastId===o.id?{...ge,height:Q}:ge):[{toastId:o.id,height:Q,position:o.position},...Se])},[ie,o.title,o.description,C,o.id]);let ce=l.useCallback(()=>{x(!0),be(xe.current),C(E=>E.filter(se=>se.toastId!==o.id)),setTimeout(()=>{w(o)},Yr)},[o,w,C,xe]);l.useEffect(()=>{if(o.promise&&oe==="loading"||o.duration===1/0||o.type==="loading")return;let E,se=He;return T||k||de&&Ge?(()=>{if(De.current<Ce.current){let Q=new Date().getTime()-Ce.current;se=se-Q}De.current=new Date().getTime()})():se!==1/0&&(Ce.current=new Date().getTime(),E=setTimeout(()=>{var Q;(Q=o.onAutoClose)==null||Q.call(o,o),ce()},se)),()=>clearTimeout(E)},[T,k,_,o,He,ce,o.promise,oe,de,Ge]),l.useEffect(()=>{let E=me.current;if(E){let se=E.getBoundingClientRect().height;return Ee(se),C(Q=>[{toastId:o.id,height:se,position:o.position},...Q]),()=>C(Q=>Q.filter(Se=>Se.toastId!==o.id))}},[C,o.id]),l.useEffect(()=>{o.delete&&ce()},[ce,o.delete]);function $e(){return B!=null&&B.loading?l.createElement("div",{className:"sonner-loader","data-visible":oe==="loading"},B.loading):ne?l.createElement("div",{className:"sonner-loader","data-visible":oe==="loading"},ne):l.createElement(Rr,{visible:oe==="loading"})}function qe(E){return{__html:kr.sanitize(E)}}return l.createElement("li",{"aria-live":o.important?"assertive":"polite","aria-atomic":"true",role:"status",tabIndex:0,ref:me,className:te(X,Fe,R==null?void 0:R.toast,(t=o==null?void 0:o.classNames)==null?void 0:t.toast,R==null?void 0:R.default,R==null?void 0:R[oe],(a=o==null?void 0:o.classNames)==null?void 0:a[oe]),"data-sonner-toast":"","data-styled":!(o.jsx||o.unstyled||y),"data-mounted":ie,"data-promise":!!o.promise,"data-removed":D,"data-visible":Ze,"data-y-position":Ye,"data-x-position":ze,"data-index":P,"data-front":Je,"data-swiping":U,"data-dismissible":pe,"data-type":oe,"data-invert":Be,"data-swipe-out":ue,"data-expanded":!!(T||_&&ie),style:{"--index":P,"--toasts-before":P,"--z-index":W.length-P,"--offset":`${D?he:xe.current}px`,"--initial-height":_?"auto":`${Pe}px`,...H,...o.style},onPointerDown:E=>{Ae||!pe||(je.current=new Date,be(xe.current),E.target.setPointerCapture(E.pointerId),E.target.tagName!=="BUTTON"&&(I(!0),Ie.current={x:E.clientX,y:E.clientY}))},onPointerUp:()=>{var E,se,Q,Se;if(ue||!pe)return;Ie.current=null;let ge=Number(((E=me.current)==null?void 0:E.style.getPropertyValue("--swipe-amount").replace("px",""))||0),re=new Date().getTime()-((se=je.current)==null?void 0:se.getTime()),we=Math.abs(ge)/re;if(Math.abs(ge)>=Hr||we>.11){be(xe.current),(Q=o.onDismiss)==null||Q.call(o,o),ce(),M(!0);return}(Se=me.current)==null||Se.style.setProperty("--swipe-amount","0px"),I(!1)},onPointerMove:E=>{var se;if(!Ie.current||!pe)return;let Q=E.clientY-Ie.current.y,Se=E.clientX-Ie.current.x,ge=(Ye==="top"?Math.min:Math.max)(0,Q),re=E.pointerType==="touch"?10:2;Math.abs(ge)>re?(se=me.current)==null||se.style.setProperty("--swipe-amount",`${Q}px`):Math.abs(Se)>re&&(Ie.current=null)}},ut&&!o.jsx?l.createElement("button",{"aria-label":K,"data-disabled":Ae,"data-close-button":!0,onClick:Ae||!pe?()=>{}:()=>{var E;ce(),(E=o.onDismiss)==null||E.call(o,o)},className:te(R==null?void 0:R.closeButton,(s=o==null?void 0:o.classNames)==null?void 0:s.closeButton)},l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"},l.createElement("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),l.createElement("line",{x1:"6",y1:"6",x2:"18",y2:"18"}))):null,o.jsx||l.isValidElement(o.title)?o.jsx||o.title:l.createElement(l.Fragment,null,oe||o.icon||o.promise?l.createElement("div",{"data-icon":"",className:te(R==null?void 0:R.icon)},o.promise||o.type==="loading"&&!o.icon?o.icon||$e():null,o.type!=="loading"?o.icon||(B==null?void 0:B[oe])||Cr(oe):null):null,l.createElement("div",{"data-content":"",className:te(R==null?void 0:R.content)},l.createElement("div",{"data-title":"",className:te(R==null?void 0:R.title,(c=o==null?void 0:o.classNames)==null?void 0:c.title),dangerouslySetInnerHTML:qe(o.title)}),o.description?l.createElement("div",{"data-description":"",className:te(ee,Qe,R==null?void 0:R.description,(u=o==null?void 0:o.classNames)==null?void 0:u.description),dangerouslySetInnerHTML:qe(o.description)}):null),l.isValidElement(o.cancel)?o.cancel:o.cancel&&Et(o.cancel)?l.createElement("button",{"data-button":!0,"data-cancel":!0,style:o.cancelButtonStyle||$,onClick:E=>{Et(o.cancel)&&pe&&(ce(),o.cancel.onClick(E))},className:te(R==null?void 0:R.cancelButton,(g=o==null?void 0:o.classNames)==null?void 0:g.cancelButton)},o.cancel.label):null,l.isValidElement(o.action)?o.action:o.action&&Et(o.action)?l.createElement("button",{"data-button":"",style:o.actionButtonStyle||Z,onClick:E=>{Et(o.action)&&(o.action.onClick(E),!E.defaultPrevented&&ce())},className:te(R==null?void 0:R.actionButton,(d=o==null?void 0:o.classNames)==null?void 0:d.actionButton)},o.action.label):null))};function mn(){if(typeof window>"u"||typeof document>"u")return"ltr";let n=document.documentElement.getAttribute("dir");return n==="auto"||!n?window.getComputedStyle(document.documentElement).direction:n}var qr=n=>{let{invert:t,position:a="bottom-right",hotkey:s=["altKey","KeyT"],expand:c,closeButton:u,className:g,offset:d,theme:h="light",richColors:o,duration:y,style:k,visibleToasts:C=$r,toastOptions:b,dir:O=mn(),gap:P=Wr,loadingIcon:W,icons:T,containerAriaLabel:w="Notifications",pauseWhenPageIsHidden:N,cn:H=Vr}=n,[$,Z]=l.useState([]),X=l.useMemo(()=>Array.from(new Set([a].concat($.filter(D=>D.position).map(D=>D.position)))),[$,a]),[ee,ae]=l.useState([]),[G,F]=l.useState(!1),[ne,_]=l.useState(!1),[R,B]=l.useState(h!=="system"?h:typeof window<"u"&&window.matchMedia&&window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light"),K=l.useRef(null),de=s.join("+").replace(/Key/g,"").replace(/Digit/g,""),te=l.useRef(null),ie=l.useRef(!1),q=l.useCallback(D=>Z(x=>x.filter(({id:U})=>U!==D.id)),[]);return l.useEffect(()=>Oe.subscribe(D=>{if(D.dismiss){Z(x=>x.map(U=>U.id===D.id?{...U,delete:!0}:U));return}setTimeout(()=>{hn.flushSync(()=>{Z(x=>{let U=x.findIndex(I=>I.id===D.id);return U!==-1?[...x.slice(0,U),{...x[U],...D},...x.slice(U+1)]:[D,...x]})})})}),[]),l.useEffect(()=>{if(h!=="system"){B(h);return}h==="system"&&(window.matchMedia&&window.matchMedia("(prefers-color-scheme: dark)").matches?B("dark"):B("light")),typeof window<"u"&&window.matchMedia("(prefers-color-scheme: dark)").addEventListener("change",({matches:D})=>{B(D?"dark":"light")})},[h]),l.useEffect(()=>{$.length<=1&&F(!1)},[$]),l.useEffect(()=>{let D=x=>{var U,I;s.every(ue=>x[ue]||x.code===ue)&&(F(!0),(U=K.current)==null||U.focus()),x.code==="Escape"&&(document.activeElement===K.current||(I=K.current)!=null&&I.contains(document.activeElement))&&F(!1)};return document.addEventListener("keydown",D),()=>document.removeEventListener("keydown",D)},[s]),l.useEffect(()=>{if(K.current)return()=>{te.current&&(te.current.focus({preventScroll:!0}),te.current=null,ie.current=!1)}},[K.current]),$.length?l.createElement("section",{"aria-label":`${w} ${de}`,tabIndex:-1},X.map((D,x)=>{var U;let[I,ue]=D.split("-");return l.createElement("ol",{key:D,dir:O==="auto"?mn():O,tabIndex:-1,ref:K,className:g,"data-sonner-toaster":!0,"data-theme":R,"data-rich-colors":o,"data-y-position":I,"data-x-position":ue,style:{"--front-toast-height":`${((U=ee[0])==null?void 0:U.height)||0}px`,"--offset":typeof d=="number"?`${d}px`:d||Fr,"--width":`${Ur}px`,"--gap":`${P}px`,...k},onBlur:M=>{ie.current&&!M.currentTarget.contains(M.relatedTarget)&&(ie.current=!1,te.current&&(te.current.focus({preventScroll:!0}),te.current=null))},onFocus:M=>{M.target instanceof HTMLElement&&M.target.dataset.dismissible==="false"||ie.current||(ie.current=!0,te.current=M.relatedTarget)},onMouseEnter:()=>F(!0),onMouseMove:()=>F(!0),onMouseLeave:()=>{ne||F(!1)},onPointerDown:M=>{M.target instanceof HTMLElement&&M.target.dataset.dismissible==="false"||_(!0)},onPointerUp:()=>_(!1)},$.filter(M=>!M.position&&x===0||M.position===D).map((M,he)=>{var be,Pe;return l.createElement(Gr,{key:M.id,icons:T,index:he,toast:M,duration:(be=b==null?void 0:b.duration)!=null?be:y,className:b==null?void 0:b.className,descriptionClassName:b==null?void 0:b.descriptionClassName,invert:t,visibleToasts:C,closeButton:(Pe=b==null?void 0:b.closeButton)!=null?Pe:u,interacting:ne,position:D,style:b==null?void 0:b.style,unstyled:b==null?void 0:b.unstyled,classNames:b==null?void 0:b.classNames,cancelButtonStyle:b==null?void 0:b.cancelButtonStyle,actionButtonStyle:b==null?void 0:b.actionButtonStyle,removeToast:q,toasts:$.filter(Ee=>Ee.position==M.position),heights:ee.filter(Ee=>Ee.position==M.position),setHeights:ae,expandByDefault:c,gap:P,loadingIcon:W,expanded:G,pauseWhenPageIsHidden:N,cn:H})}))})):null};/*! Bundled license information:
35
35
 
@@ -1,6 +1,8 @@
1
+ import { ModalContextProps } from "@arkyn/types";
1
2
  type OpenModalProps = (e?: {
2
3
  data: any;
3
4
  }) => void;
5
+ declare function useModal(): ModalContextProps;
4
6
  declare function useModal(key: string): {
5
7
  modalIsOpen: boolean;
6
8
  modalData: any;
@@ -1 +1 @@
1
- {"version":3,"file":"useModal.d.ts","sourceRoot":"","sources":["../../src/hooks/useModal.ts"],"names":[],"mappings":"AAGA,KAAK,cAAc,GAAG,CAAC,CAAC,CAAC,EAAE;IAAE,IAAI,EAAE,GAAG,CAAA;CAAE,KAAK,IAAI,CAAC;AAElD,iBAAS,QAAQ,CAAC,GAAG,EAAE,MAAM;;;;;EAqB5B;AAED,OAAO,EAAE,QAAQ,EAAE,CAAC"}
1
+ {"version":3,"file":"useModal.d.ts","sourceRoot":"","sources":["../../src/hooks/useModal.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAKjD,KAAK,cAAc,GAAG,CAAC,CAAC,CAAC,EAAE;IAAE,IAAI,EAAE,GAAG,CAAA;CAAE,KAAK,IAAI,CAAC;AAElD,iBAAS,QAAQ,IAAI,iBAAiB,CAAC;AACvC,iBAAS,QAAQ,CAAC,GAAG,EAAE,MAAM,GAAG;IAC9B,WAAW,EAAE,OAAO,CAAC;IACrB,SAAS,EAAE,GAAG,CAAC;IACf,SAAS,EAAE,cAAc,CAAC;IAC1B,UAAU,EAAE,MAAM,IAAI,CAAC;CACxB,CAAC;AA+BF,OAAO,EAAE,QAAQ,EAAE,CAAC"}
@@ -5,11 +5,16 @@ function useModal(key) {
5
5
  if (Object.entries(contextData).length === 0) {
6
6
  throw new Error("useModal must be used within a Provider");
7
7
  }
8
- const { modalData: contextModalData, modalIsOpen: contextModalIsOpen, openModal: contextOpenModal, closeModal: contextCloseModal, } = contextData;
9
- const modalIsOpen = contextModalIsOpen(key);
10
- const modalData = contextModalData(key);
11
- const openModal = (data) => contextOpenModal(key, data?.data);
12
- const closeModal = () => contextCloseModal(key);
13
- return { modalIsOpen, modalData, openModal, closeModal };
8
+ if (key) {
9
+ const { modalData: contextModalData, modalIsOpen: contextModalIsOpen, openModal: contextOpenModal, closeModal: contextCloseModal, } = contextData;
10
+ const modalIsOpen = contextModalIsOpen(key);
11
+ const modalData = contextModalData(key);
12
+ const openModal = (data) => contextOpenModal(key, data?.data);
13
+ const closeModal = () => contextCloseModal(key);
14
+ return { modalIsOpen, modalData, openModal, closeModal };
15
+ }
16
+ else {
17
+ return contextData;
18
+ }
14
19
  }
15
20
  export { useModal };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arkyn/components",
3
- "version": "1.3.1",
3
+ "version": "1.3.3",
4
4
  "main": "./dist/bundle.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "author": "Lucas Gonçalves",
@@ -1,29 +1,45 @@
1
+ import { ModalContextProps } from "@arkyn/types";
1
2
  import { useContext } from "react";
3
+
2
4
  import { ModalContext } from "../context/ModalContext";
3
5
 
4
6
  type OpenModalProps = (e?: { data: any }) => void;
5
7
 
6
- function useModal(key: string) {
8
+ function useModal(): ModalContextProps;
9
+ function useModal(key: string): {
10
+ modalIsOpen: boolean;
11
+ modalData: any;
12
+ openModal: OpenModalProps;
13
+ closeModal: () => void;
14
+ };
15
+
16
+ function useModal(key?: string) {
7
17
  const contextData = useContext(ModalContext);
8
18
 
9
19
  if (Object.entries(contextData).length === 0) {
10
20
  throw new Error("useModal must be used within a Provider");
11
21
  }
12
22
 
13
- const {
14
- modalData: contextModalData,
15
- modalIsOpen: contextModalIsOpen,
16
- openModal: contextOpenModal,
17
- closeModal: contextCloseModal,
18
- } = contextData;
23
+ if (key) {
24
+ const {
25
+ modalData: contextModalData,
26
+ modalIsOpen: contextModalIsOpen,
27
+ openModal: contextOpenModal,
28
+ closeModal: contextCloseModal,
29
+ } = contextData;
19
30
 
20
- const modalIsOpen = contextModalIsOpen(key);
21
- const modalData = contextModalData(key);
31
+ const modalIsOpen = contextModalIsOpen(key);
32
+ const modalData = contextModalData(key);
22
33
 
23
- const openModal: OpenModalProps = (data) => contextOpenModal(key, data?.data);
24
- const closeModal = () => contextCloseModal(key);
34
+ const openModal: OpenModalProps = (data) =>
35
+ contextOpenModal(key, data?.data);
25
36
 
26
- return { modalIsOpen, modalData, openModal, closeModal };
37
+ const closeModal = () => contextCloseModal(key);
38
+
39
+ return { modalIsOpen, modalData, openModal, closeModal };
40
+ } else {
41
+ return contextData;
42
+ }
27
43
  }
28
44
 
29
45
  export { useModal };
@@ -16,7 +16,13 @@ function ModalProvider(args: ModalProviderProps) {
16
16
  }
17
17
 
18
18
  function openModal(key: string, data?: any) {
19
- setOpenedModals([...openedModals, { key, data }]);
19
+ const alreadyExist = modalIsOpen(key);
20
+ if (alreadyExist) {
21
+ setOpenedModals((old) => {
22
+ const filtered = old.filter((modal) => modal.key !== key);
23
+ return [...filtered, { key, data }];
24
+ });
25
+ } else setOpenedModals([...openedModals, { key, data }]);
20
26
  }
21
27
 
22
28
  function closeModal(key: string) {