@chatsystem/client 1.1.52 → 1.1.53

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/index.cjs CHANGED
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const N=require("react/jsx-runtime"),C=require("react"),bn=require("react-dom"),Il=require("lottie-react"),Nl=require("@lottiefiles/dotlottie-react");function vl(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const n in e)if(n!=="default"){const r=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,r.get?r:{enumerable:!0,get:()=>e[n]})}}return t.default=e,Object.freeze(t)}const Pe=vl(C),wl=e=>Pe.createElement("svg",{fill:"#000000",height:"800px",width:"800px",id:"Layer_1",xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink",viewBox:"0 0 330 330",xmlSpace:"preserve",...e},Pe.createElement("path",{id:"XMLID_102_",d:"M325.607,79.393c-5.857-5.857-15.355-5.858-21.213,0.001l-139.39,139.393L25.607,79.393 c-5.857-5.857-15.355-5.858-21.213,0.001c-5.858,5.858-5.858,15.355,0,21.213l150.004,150c2.813,2.813,6.628,4.393,10.606,4.393 s7.794-1.581,10.606-4.394l149.996-150C331.465,94.749,331.465,85.251,325.607,79.393z"}));function Ba(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var wt={},fi;function Ol(){if(fi)return wt;fi=1,Object.defineProperty(wt,"__esModule",{value:!0}),wt.AgentDisplayFacetRoleType=wt.AgentDisplayFacetModeType=void 0;var e;(function(n){n.SPRITESHEET="spritesheet",n.LOTTIE="lottie",n.IMAGE="image",n.SVG="svg",n.VIDEO="video"})(e||(wt.AgentDisplayFacetModeType=e={}));var t;return(function(n){n.LAUNCHER="launcher",n.ASSISTANT="assistant",n.SEARCH="search"})(t||(wt.AgentDisplayFacetRoleType=t={})),wt}var ze=Ol();const wr=e=>({mode:ze.AgentDisplayFacetModeType.SVG,role:e}),Ll=()=>({agent:{display:{name:"",CSSRules:"",[ze.AgentDisplayFacetRoleType.LAUNCHER]:wr(ze.AgentDisplayFacetRoleType.LAUNCHER),[ze.AgentDisplayFacetRoleType.ASSISTANT]:wr(ze.AgentDisplayFacetRoleType.ASSISTANT),[ze.AgentDisplayFacetRoleType.SEARCH]:wr(ze.AgentDisplayFacetRoleType.SEARCH)},text:{initialText:""}},api:{settings:{maxUserMessagesPerDiscussion:20}}}),Rn=C.createContext({companySettings:Ll(),setCompanySettings:()=>{}}),Zt=globalThis;Zt.__WIDGET_ASSET_CACHE__||(Zt.__WIDGET_ASSET_CACHE__={svg:new Map,img:new Map,lot:new Map,spr:new Map});Zt.__WIDGET_PRELOAD_KEYS__||(Zt.__WIDGET_PRELOAD_KEYS__=new Set);const Or=Zt.__WIDGET_PRELOAD_KEYS__,xt=Zt.__WIDGET_ASSET_CACHE__,Rl="widget-assets-v1";async function pr(e,t){try{const n=await caches.open(Rl),r=await n.match(e,{ignoreSearch:!1});if(r)return r.clone();const a=await fetch(e,{cache:"force-cache",mode:"cors",keepalive:!0,...t});if(!a.ok)throw new Error(`HTTP ${a.status} for ${e}`);return n.put(e,a.clone()),a}catch(n){return console.log("error while fetching",n),new Response(null,{status:520,statusText:"Error in client - Fetch failed"})}}async function nu(e){const t=xt.svg.get(e);if(t)return t.promise;const n=(async()=>{const a=await(await pr(e)).text();if(typeof globalThis.DOMPurify<"u"&&typeof globalThis.DOMPurify.sanitize=="function")try{const s=new DOMParser().parseFromString(a,"image/svg+xml"),o=new XMLSerializer().serializeToString(s.documentElement);return{sanitized:globalThis.DOMPurify.sanitize(o,{USE_PROFILES:{svg:!0,svgFilters:!0}})}}catch{return{sanitized:globalThis.DOMPurify.sanitize(a,{USE_PROFILES:{svg:!0,svgFilters:!0}})}}else return{sanitized:a}})();return xt.svg.set(e,{promise:n,ts:Date.now()}),n}function ru(e){const t=xt.img.get(e);if(t)return t.promise;const n=(async()=>{const a=await(await pr(e)).blob();return{blobUrl:URL.createObjectURL(a)}})();return xt.img.set(e,{promise:n,ts:Date.now()}),n}function au(e){const t=xt.lot.get(e);if(t)return t.promise;const n=(async()=>{const a=await(await pr(e)).arrayBuffer(),i=new Uint8Array(a);if(i.length>=4&&i[0]===80&&i[1]===75&&i[2]===3&&i[3]===4||e.endsWith(".lottie"))return{kind:"zip",blobUrl:URL.createObjectURL(new Blob([a],{type:"application/zip"}))};const o=new TextDecoder().decode(i);return{kind:"json",data:JSON.parse(o)}})();return xt.lot.set(e,{promise:n,ts:Date.now()}),n}function iu(e){const t=xt.spr.get(e);if(t)return t.promise;const n=(async()=>{const a=await(await pr(e)).blob();let i=null;try{i=await createImageBitmap(a)}catch{i=null}const{imgEl:s,width:o,height:l}=await new Promise((c,d)=>{const f=URL.createObjectURL(a),m=new Image;m.crossOrigin="anonymous",m.onload=()=>{const h=m.naturalWidth,y=m.naturalHeight;c({imgEl:m,width:h,height:y})},m.onerror=()=>{URL.revokeObjectURL(f),d(new Error("Spritesheet image decode failed"))},m.src=f,m.decode?.().catch(()=>{})});return{imgEl:s,bitmap:i,width:o,height:l}})();return xt.spr.set(e,{promise:n,ts:Date.now()}),n}function Pl(e){e.images?.forEach(t=>void ru(t)),e.svgs?.forEach(t=>void nu(t)),e.lotties?.forEach(t=>void au(t)),e.sprites?.forEach(t=>void iu(t))}function Dl(e){try{const t=document.createElement("link");t.rel="preconnect",t.href=e,t.crossOrigin="anonymous",document.head.appendChild(t);const n=document.createElement("link");n.rel="dns-prefetch",n.href=e,document.head.appendChild(n)}catch(t){console.log("error in injectPreconnect",t)}}function su(e){return new URL(e,document.baseURI).toString()}function kl(e,t){const n=document.head.querySelectorAll('link[rel="preload"]');for(const r of n)if((e?r.as===e||r.getAttribute("as")===e:!0)&&r.href===t)return!0;return!1}function $n(e,t,n,r){const a=su(n),i=`${e}|${t??""}|${a}`;if(Or.has(i))return;if(kl(t,a)){Or.add(i);return}const s=document.createElement("link");s.rel=e,t&&(s.as=t),s.href=a,s.crossOrigin="anonymous",r&&(s.type=r),s.setAttribute("data-chatsystem-preload","1"),document.head.appendChild(s),Or.add(i)}function Ml(e){const t=s=>Array.from(new Set((s??[]).map(su))),n=t(e.images),r=t(e.svgs),a=t(e.lotties),i=t(e.sprites);n.forEach(s=>$n("preload","image",s)),r.forEach(s=>$n("preload","fetch",s,"image/svg+xml")),a.forEach(s=>$n("preload","fetch",s,"application/zip")),i.forEach(s=>$n("preload","fetch",s))}const Bl=({src:e})=>{const[t,n]=C.useState(null);return C.useEffect(()=>{let r=!1;return ru(e).then(({blobUrl:a})=>{n(a)}).catch(()=>n(null)),()=>{t&&!r&&(URL.revokeObjectURL(t),r=!0)}},[e]),N.jsx("img",{src:t??e,decoding:"async",loading:"eager"})};function Fl(e){return!!e&&typeof e=="object"&&"blob"in e&&e.blob instanceof Blob}function Hl({src:e,autoplay:t=!0,loop:n=!0,className:r,style:a,placeholder:i,fallback:s,onLoaded:o,onError:l}){const[c,d]=C.useState({kind:"loading"});return C.useEffect(()=>{let f=null,m=!1;return d({kind:"loading"}),au(e).then(async h=>{if(!m)if(h.kind==="zip"){const y=Fl(h)?h.blob:await(await fetch(h.blobUrl)).blob();f=URL.createObjectURL(y),d({kind:"lottieZip",blobUrl:f}),o?.(f)}else d({kind:"json",data:h.data}),o?.(h.data)}).catch(h=>!m&&(d({kind:"error",err:h}),l?.(h))),()=>{m=!0,f&&URL.revokeObjectURL(f)}},[e]),c.kind==="loading"?N.jsx("div",{className:"flex items-center justify-center rounded-xl border border-dashed p-6 text-sm opacity-70 "+(r??""),style:{minHeight:96,...a},children:i??"Loading animation…"}):c.kind==="error"?N.jsx("div",{className:"flex items-center justify-center rounded-xl border p-6 text-sm text-red-600 "+(r??""),style:{minHeight:96,...a},children:s??"Failed to load animation"}):c.kind==="json"?N.jsx(Il,{animationData:c.data,loop:n,autoplay:t,className:r,style:a,rendererSettings:{preserveAspectRatio:"xMidYMid meet"}}):N.jsx(Nl.DotLottieReact,{src:c.blobUrl,loop:n,autoplay:t,className:r,style:a})}async function Ul(e,t={}){const{minPeriod:n=8,maxPeriod:r=Math.floor(Math.min(e.width,e.height)/2),gutterSearchRadius:a=3,debug:i=!1}=t;if(e.width<n*2||e.height<n*2)return i&&console.warn("detectGrid: image too small"),null;const s=document.createElement("canvas");s.width=e.naturalWidth,s.height=e.naturalHeight;const o=s.getContext("2d");if(!o)return null;o.drawImage(e,0,0);const{data:l}=o.getImageData(0,0,s.width,s.height),c=s.width,d=s.height,f=new Uint8ClampedArray(c*d);for(let G=0;G<d;G++){let j=G*c;for(let B=0;B<c;B++){const $=(j+B)*4;f[j+B]=.299*l[$]+.587*l[$+1]+.114*l[$+2]|0}}const m=new Float32Array(c),h=new Float32Array(d);for(let G=1;G<c-1;G++){let j=0;for(let B=0;B<d;B++){const $=B*c+G,z=f[$+1]-f[$-1];j+=Math.abs(z)}m[G]=j}for(let G=1;G<d-1;G++){let j=0;for(let B=0;B<c;B++){const $=G*c+B,z=f[$+c]-f[$-c];j+=Math.abs(z)}h[G]=j}const y=hi(m,n,Math.min(r,c/2)),x=hi(h,n,Math.min(r,d/2));if(!y||!x)return i&&console.warn("detectGrid: could not find periods"),null;const L=Math.max(1,Math.round(c/y)),_=Math.max(1,Math.round(d/x)),R=mi(m,y,L,a),O=mi(h,x,_,a),U=Math.max(1,y-R),S=Math.max(1,x-O);if(U*L>c+2||S*_>d+2)return i&&console.warn("detectGrid: sanity check failed"),null;const w=ua(m,60),Q=ua(h,60),fe=Math.max(0,pi(m,w)),re=Math.max(0,pi(h,Q));return i&&console.log({periodX:y,periodY:x,columns:L,rows:_,gutterX:R,gutterY:O,frameWidth:U,frameHeight:S,originX:fe,originY:re}),{columns:L,rows:_,frameWidth:U,frameHeight:S,gutterX:R,gutterY:O,originX:fe,originY:re}}function hi(e,t,n){const r=uu(e);let a=0;for(let h=0;h<e.length;h++){const y=e[h]-r;a+=y*y}if(a===0)return null;const i=new Float32Array(n+1);let s=0,o=-1/0;for(let h=t;h<=n;h++){let y=0;for(let L=0;L+h<e.length;L++)y+=(e[L]-r)*(e[L+h]-r);const x=y/a;i[h]=x,x>o&&(o=x,s=h)}if(s<=t||s>=n)return s||null;const l=i[s-1],c=i[s],d=i[s+1],f=l-2*c+d,m=f===0?0:.5*(l-d)/f;return s+m}function mi(e,t,n,r){const a=[];for(let o=1;o<n;o++){const l=o*t;let c=1/0,d=l;for(let f=-r;f<=r;f++){const m=l+f;if(m<=0||m>=e.length)continue;const h=e[m];h<c&&(c=h,d=m)}a.push(d)}if(a.length<1)return 0;let i=[];for(const o of a){const l=e[o]*1.5+ua(e,10)*.5;let c=o,d=o;for(;c>1&&e[c-1]<=l;)c--;for(;d<e.length-2&&e[d+1]<=l;)d++;i.push(Math.max(0,d-c+1))}const s=Math.round(uu(i));return Math.max(0,Math.min(s,Math.floor(t/4)))}function uu(e){let t=0;for(let n=0;n<e.length;n++)t+=e[n];return t/e.length}function ua(e,t){const n=Array.from(e);n.sort((a,i)=>a-i);const r=Math.max(0,Math.min(n.length-1,Math.floor(t/100*n.length)));return n[r]}function pi(e,t){for(let n=0;n<e.length;n++)if(e[n]>t)return n;return 0}function jl(e,t,n,r,a){const{data:i}=e.getImageData(t,n,r,a);let s=0;for(let o=3;o<i.length;o+=4)s+=i[o];return s/(255*(i.length/4))<.03}const $l=C.forwardRef(function({src:t,frameWidth:n,frameHeight:r,columns:a,rows:i,gutterX:s=0,gutterY:o=0,frameCount:l,atlasFrames:c,fps:d=12,autoplay:f=!0,loop:m=!0,startFrame:h=0,direction:y="forward",scale:x=1,backgroundColor:L,className:_,style:R,pauseWhenHidden:O=!1,originX:U,originY:S,onLoad:w,onEnd:Q,onFrame:fe},re){const G=C.useRef(null),j=C.useRef(null),[B,$]=C.useState(null),[z,Z]=C.useState(null),[he,ue]=C.useState(null),[be,we]=C.useState(!1),[p,F]=C.useState(!!f),[Y,g]=C.useState(h),W=C.useRef(1),[K,V]=C.useState(null),J=Math.max(1,Math.floor(typeof window<"u"&&window.devicePixelRatio||1));C.useEffect(()=>{let se=!1;return we(!1),iu(t).then(({imgEl:ce,bitmap:xe})=>{se||($(ce),Z(xe),ue({w:ce.naturalWidth,h:ce.naturalHeight}),we(!0),w?.())}).catch(()=>{}),()=>{se=!0}},[t,w]),C.useEffect(()=>{let se=!1;return(async()=>{if(!B)return;if(c&&c.length){V(null);return}if(!(!n||!r||!a||!i)){V(null);return}const xe=await Ul(B,{debug:!0});se||(xe?V({frameWidth:xe.frameWidth,frameHeight:xe.frameHeight,columns:xe.columns,rows:xe.rows,gutterX:xe.gutterX,gutterY:xe.gutterY}):(V(null),console.warn("RemoteSpritesheet: auto-detect failed; please provide grid props.")))})(),()=>{se=!0}},[B,c,n,r,a,i]);const ee=K?.frameWidth??n,te=K?.frameHeight??r,ae=K?.columns??a,ve=K?.rows??i,H=K?.gutterX??s,Oe=K?.gutterY??o,De=K?.originX??U??0,Ge=K?.originY??S??0,Ct=C.useMemo(()=>{if(c&&c.length>0)return{cols:0,rows:0};if(!he||!ee||!te)return{cols:0,rows:0};const se=ae??Math.floor((he.w+H)/(ee+H)),ce=ve??Math.floor((he.h+Oe)/(te+Oe));return{cols:Math.max(0,se),rows:Math.max(0,ce)}},[c,he,ee,te,ae,ve,H,Oe]),He=C.useMemo(()=>{if(c?.length)return c;if(!ee||!te)return[];const{cols:se,rows:ce}=Ct;if(!se||!ce)return[];const xe=Math.min(l??se*ce,se*ce),ge=[];for(let Ne=0;Ne<xe;Ne++){const v=Ne%se,D=Math.floor(Ne/se),X=De+v*(ee+H),le=Ge+D*(te+Oe);ge.push({x:X,y:le,w:ee,h:te})}if(B&&ge.length){const Ne=document.createElement("canvas");Ne.width=B.naturalWidth,Ne.height=B.naturalHeight;const v=Ne.getContext("2d");if(v){v.drawImage(B,0,0);let D=ge.length;for(;D>0&&jl(v,ge[D-1].x,ge[D-1].y,ge[D-1].w,ge[D-1].h);)D--;return ge.slice(0,D)}}return ge},[c,Ct,l,ee,te,H,Oe,B,De,Ge]),It=()=>{const se=G.current;if(!se||He.length===0)return;const ce=He[Math.max(0,Math.min(Y,He.length-1))],xe=Math.max(1,Math.round(ce.w*x)),ge=Math.max(1,Math.round(ce.h*x));se.style.width=xe+"px",se.style.height=ge+"px",se.width=xe*J,se.height=ge*J};C.useEffect(()=>{It()},[be,x,He.length,J,Y]);const Nt=se=>{const ce=z??B??null,xe=G.current;if(!xe||!ce||He.length===0)return;const ge=xe.getContext("2d");if(!ge)return;ge.save(),ge.setTransform(1,0,0,1,0,0),ge.clearRect(0,0,xe.width,xe.height),L&&(ge.fillStyle=L,ge.fillRect(0,0,xe.width,xe.height));const Ne=He[se];ge.scale(J,J),ge.drawImage(ce,Ne.x,Ne.y,Ne.w,Ne.h,0,0,Math.round(Ne.w*x),Math.round(Ne.h*x)),ge.restore()};return C.useEffect(()=>{if(!be||He.length===0)return;let se=performance.now();const ce=1e3/Math.max(1,Math.min(120,d)),xe=ge=>{if(j.current=requestAnimationFrame(xe),!p){Nt(Y);return}const Ne=ge-se;if(Ne<ce){Nt(Y);return}se=ge-Ne%ce,g(v=>{const D=He.length-1;let X=v;return y==="forward"?X=v+1:y==="backward"?X=v-1:((v>=D&&W.current===1||v<=0&&W.current===-1)&&(W.current*=-1),X=v+W.current),(X>D||X<0)&&(m?X=y==="backward"?D:0:(X=Math.max(0,Math.min(X,D)),F(!1),Q?.())),X})};return j.current=requestAnimationFrame(xe),()=>{j.current&&cancelAnimationFrame(j.current)}},[be,d,p,m,y,He.length,Y]),C.useEffect(()=>{Nt(Y),fe?.(Y)},[Y,be,x,J]),C.useEffect(()=>{if(!O)return;const se=()=>{document.hidden&&F(!1)};return document.addEventListener("visibilitychange",se),()=>document.removeEventListener("visibilitychange",se)},[O]),C.useImperativeHandle(re,()=>({play:()=>F(!0),pause:()=>F(!1),toggle:()=>F(se=>!se),gotoFrame:se=>g(()=>Math.max(0,Math.min(se,Math.max(0,He.length-1)))),isPlaying:()=>p,currentFrame:()=>Y}),[p,Y,He.length]),N.jsx("div",{className:_,style:R,children:N.jsx("canvas",{ref:G,"aria-label":"spritesheet animation"})})});function zl({url:e,className:t}){const[n,r]=C.useState(""),[a,i]=C.useState(null);return C.useEffect(()=>{let s=!1;return nu(e).then(({sanitized:o})=>{s||(r(o),i(null))}).catch(o=>!s&&i(o.message??"Failed to load")),()=>{s=!0}},[e]),a?N.jsxs("div",{className:t,role:"alert",children:["Couldn’t load SVG: ",a]}):n?N.jsx("div",{className:t,dangerouslySetInnerHTML:{__html:n}}):N.jsx("div",{className:t})}const Fa=({facet:e})=>{const{mode:t,assetUrl:n,spr_columns:r,spr_fps:a,spr_frameCount:i,spr_frameHeight:s,spr_frameWidth:o,spr_gutterX:l,spr_gutterY:c,spr_rows:d,spr_originX:f,spr_originY:m}=e;return N.jsxs("div",{className:"assetContainer",children:[t===ze.AgentDisplayFacetModeType.LOTTIE&&N.jsx(Hl,{src:n,autoplay:!0,onError:h=>console.error(h)}),t===ze.AgentDisplayFacetModeType.SVG&&N.jsx("div",{children:N.jsx(zl,{url:n})}),t===ze.AgentDisplayFacetModeType.IMAGE&&N.jsx(Bl,{src:n}),t===ze.AgentDisplayFacetModeType.SPRITESHEET&&N.jsx($l,{src:n,frameCount:i,columns:r,rows:d,fps:a,frameHeight:s,frameWidth:o,gutterX:l,gutterY:c,originX:f,originY:m,autoplay:!0})]})},Yl=({isWidgetOpen:e,setIsWidgetOpen:t})=>{const{companySettings:n}=C.useContext(Rn);return N.jsxs("div",{className:`launcher
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const C=require("react/jsx-runtime"),I=require("react"),En=require("react-dom"),Il=require("lottie-react"),Nl=require("@lottiefiles/dotlottie-react");function vl(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const n in e)if(n!=="default"){const r=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,r.get?r:{enumerable:!0,get:()=>e[n]})}}return t.default=e,Object.freeze(t)}const De=vl(I),wl=e=>De.createElement("svg",{fill:"#000000",height:"800px",width:"800px",id:"Layer_1",xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink",viewBox:"0 0 330 330",xmlSpace:"preserve",...e},De.createElement("path",{id:"XMLID_102_",d:"M325.607,79.393c-5.857-5.857-15.355-5.858-21.213,0.001l-139.39,139.393L25.607,79.393 c-5.857-5.857-15.355-5.858-21.213,0.001c-5.858,5.858-5.858,15.355,0,21.213l150.004,150c2.813,2.813,6.628,4.393,10.606,4.393 s7.794-1.581,10.606-4.394l149.996-150C331.465,94.749,331.465,85.251,325.607,79.393z"}));function Ba(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var vt={},fi;function Ol(){if(fi)return vt;fi=1,Object.defineProperty(vt,"__esModule",{value:!0}),vt.AgentDisplayFacetRoleType=vt.AgentDisplayFacetModeType=void 0;var e;(function(n){n.SPRITESHEET="spritesheet",n.LOTTIE="lottie",n.IMAGE="image",n.SVG="svg",n.VIDEO="video"})(e||(vt.AgentDisplayFacetModeType=e={}));var t;return(function(n){n.LAUNCHER="launcher",n.ASSISTANT="assistant",n.SEARCH="search"})(t||(vt.AgentDisplayFacetRoleType=t={})),vt}var ze=Ol();const wr=e=>({mode:ze.AgentDisplayFacetModeType.SVG,role:e}),Ll=()=>({agent:{display:{name:"",CSSRules:"",[ze.AgentDisplayFacetRoleType.LAUNCHER]:wr(ze.AgentDisplayFacetRoleType.LAUNCHER),[ze.AgentDisplayFacetRoleType.ASSISTANT]:wr(ze.AgentDisplayFacetRoleType.ASSISTANT),[ze.AgentDisplayFacetRoleType.SEARCH]:wr(ze.AgentDisplayFacetRoleType.SEARCH)},text:{initialText:""}},api:{settings:{maxUserMessagesPerDiscussion:20}}}),Rn=I.createContext({companySettings:Ll(),setCompanySettings:()=>{}}),Zt=globalThis;Zt.__WIDGET_ASSET_CACHE__||(Zt.__WIDGET_ASSET_CACHE__={svg:new Map,img:new Map,lot:new Map,spr:new Map});Zt.__WIDGET_PRELOAD_KEYS__||(Zt.__WIDGET_PRELOAD_KEYS__=new Set);const Or=Zt.__WIDGET_PRELOAD_KEYS__,_t=Zt.__WIDGET_ASSET_CACHE__,Rl="widget-assets-v1";async function pr(e,t){try{const n=await caches.open(Rl),r=await n.match(e,{ignoreSearch:!1});if(r)return r.clone();const a=await fetch(e,{cache:"force-cache",mode:"cors",keepalive:!0,...t});if(!a.ok)throw new Error(`HTTP ${a.status} for ${e}`);return n.put(e,a.clone()),a}catch(n){return console.log("error while fetching",n),new Response(null,{status:520,statusText:"Error in client - Fetch failed"})}}async function nu(e){const t=_t.svg.get(e);if(t)return t.promise;const n=(async()=>{const a=await(await pr(e)).text();if(typeof globalThis.DOMPurify<"u"&&typeof globalThis.DOMPurify.sanitize=="function")try{const s=new DOMParser().parseFromString(a,"image/svg+xml"),o=new XMLSerializer().serializeToString(s.documentElement);return{sanitized:globalThis.DOMPurify.sanitize(o,{USE_PROFILES:{svg:!0,svgFilters:!0}})}}catch{return{sanitized:globalThis.DOMPurify.sanitize(a,{USE_PROFILES:{svg:!0,svgFilters:!0}})}}else return{sanitized:a}})();return _t.svg.set(e,{promise:n,ts:Date.now()}),n}function ru(e){const t=_t.img.get(e);if(t)return t.promise;const n=(async()=>{const a=await(await pr(e)).blob();return{blobUrl:URL.createObjectURL(a)}})();return _t.img.set(e,{promise:n,ts:Date.now()}),n}function au(e){const t=_t.lot.get(e);if(t)return t.promise;const n=(async()=>{const a=await(await pr(e)).arrayBuffer(),i=new Uint8Array(a);if(i.length>=4&&i[0]===80&&i[1]===75&&i[2]===3&&i[3]===4||e.endsWith(".lottie"))return{kind:"zip",blobUrl:URL.createObjectURL(new Blob([a],{type:"application/zip"}))};const o=new TextDecoder().decode(i);return{kind:"json",data:JSON.parse(o)}})();return _t.lot.set(e,{promise:n,ts:Date.now()}),n}function iu(e){const t=_t.spr.get(e);if(t)return t.promise;const n=(async()=>{const a=await(await pr(e)).blob();let i=null;try{i=await createImageBitmap(a)}catch{i=null}const{imgEl:s,width:o,height:l}=await new Promise((c,d)=>{const f=URL.createObjectURL(a),h=new Image;h.crossOrigin="anonymous",h.onload=()=>{const m=h.naturalWidth,y=h.naturalHeight;c({imgEl:h,width:m,height:y})},h.onerror=()=>{URL.revokeObjectURL(f),d(new Error("Spritesheet image decode failed"))},h.src=f,h.decode?.().catch(()=>{})});return{imgEl:s,bitmap:i,width:o,height:l}})();return _t.spr.set(e,{promise:n,ts:Date.now()}),n}function Dl(e){e.images?.forEach(t=>void ru(t)),e.svgs?.forEach(t=>void nu(t)),e.lotties?.forEach(t=>void au(t)),e.sprites?.forEach(t=>void iu(t))}function Pl(e){try{const t=document.createElement("link");t.rel="preconnect",t.href=e,t.crossOrigin="anonymous",document.head.appendChild(t);const n=document.createElement("link");n.rel="dns-prefetch",n.href=e,document.head.appendChild(n)}catch(t){console.log("error in injectPreconnect",t)}}function su(e){return new URL(e,document.baseURI).toString()}function kl(e,t){const n=document.head.querySelectorAll('link[rel="preload"]');for(const r of n)if((e?r.as===e||r.getAttribute("as")===e:!0)&&r.href===t)return!0;return!1}function $n(e,t,n,r){const a=su(n),i=`${e}|${t??""}|${a}`;if(Or.has(i))return;if(kl(t,a)){Or.add(i);return}const s=document.createElement("link");s.rel=e,t&&(s.as=t),s.href=a,s.crossOrigin="anonymous",r&&(s.type=r),s.setAttribute("data-chatsystem-preload","1"),document.head.appendChild(s),Or.add(i)}function Ml(e){const t=s=>Array.from(new Set((s??[]).map(su))),n=t(e.images),r=t(e.svgs),a=t(e.lotties),i=t(e.sprites);n.forEach(s=>$n("preload","image",s)),r.forEach(s=>$n("preload","fetch",s,"image/svg+xml")),a.forEach(s=>$n("preload","fetch",s,"application/zip")),i.forEach(s=>$n("preload","fetch",s))}const Bl=({src:e})=>{const[t,n]=I.useState(null);return I.useEffect(()=>{let r=!1;return ru(e).then(({blobUrl:a})=>{n(a)}).catch(()=>n(null)),()=>{t&&!r&&(URL.revokeObjectURL(t),r=!0)}},[e]),C.jsx("img",{src:t??e,decoding:"async",loading:"eager"})};function Fl(e){return!!e&&typeof e=="object"&&"blob"in e&&e.blob instanceof Blob}function Hl({src:e,autoplay:t=!0,loop:n=!0,className:r,style:a,placeholder:i,fallback:s,onLoaded:o,onError:l}){const[c,d]=I.useState({kind:"loading"});return I.useEffect(()=>{let f=null,h=!1;return d({kind:"loading"}),au(e).then(async m=>{if(!h)if(m.kind==="zip"){const y=Fl(m)?m.blob:await(await fetch(m.blobUrl)).blob();f=URL.createObjectURL(y),d({kind:"lottieZip",blobUrl:f}),o?.(f)}else d({kind:"json",data:m.data}),o?.(m.data)}).catch(m=>!h&&(d({kind:"error",err:m}),l?.(m))),()=>{h=!0,f&&URL.revokeObjectURL(f)}},[e]),c.kind==="loading"?C.jsx("div",{className:"flex items-center justify-center rounded-xl border border-dashed p-6 text-sm opacity-70 "+(r??""),style:{minHeight:96,...a},children:i??"Loading animation…"}):c.kind==="error"?C.jsx("div",{className:"flex items-center justify-center rounded-xl border p-6 text-sm text-red-600 "+(r??""),style:{minHeight:96,...a},children:s??"Failed to load animation"}):c.kind==="json"?C.jsx(Il,{animationData:c.data,loop:n,autoplay:t,className:r,style:a,rendererSettings:{preserveAspectRatio:"xMidYMid meet"}}):C.jsx(Nl.DotLottieReact,{src:c.blobUrl,loop:n,autoplay:t,className:r,style:a})}async function Ul(e,t={}){const{minPeriod:n=8,maxPeriod:r=Math.floor(Math.min(e.width,e.height)/2),gutterSearchRadius:a=3,debug:i=!1}=t;if(e.width<n*2||e.height<n*2)return i&&console.warn("detectGrid: image too small"),null;const s=document.createElement("canvas");s.width=e.naturalWidth,s.height=e.naturalHeight;const o=s.getContext("2d");if(!o)return null;o.drawImage(e,0,0);const{data:l}=o.getImageData(0,0,s.width,s.height),c=s.width,d=s.height,f=new Uint8ClampedArray(c*d);for(let Y=0;Y<d;Y++){let $=Y*c;for(let F=0;F<c;F++){const z=($+F)*4;f[$+F]=.299*l[z]+.587*l[z+1]+.114*l[z+2]|0}}const h=new Float32Array(c),m=new Float32Array(d);for(let Y=1;Y<c-1;Y++){let $=0;for(let F=0;F<d;F++){const z=F*c+Y,j=f[z+1]-f[z-1];$+=Math.abs(j)}h[Y]=$}for(let Y=1;Y<d-1;Y++){let $=0;for(let F=0;F<c;F++){const z=Y*c+F,j=f[z+c]-f[z-c];$+=Math.abs(j)}m[Y]=$}const y=hi(h,n,Math.min(r,c/2)),x=hi(m,n,Math.min(r,d/2));if(!y||!x)return i&&console.warn("detectGrid: could not find periods"),null;const L=Math.max(1,Math.round(c/y)),_=Math.max(1,Math.round(d/x)),R=mi(h,y,L,a),O=mi(m,x,_,a),H=Math.max(1,y-R),S=Math.max(1,x-O);if(H*L>c+2||S*_>d+2)return i&&console.warn("detectGrid: sanity check failed"),null;const w=ua(h,60),Q=ua(m,60),ce=Math.max(0,pi(h,w)),ie=Math.max(0,pi(m,Q));return i&&console.log({periodX:y,periodY:x,columns:L,rows:_,gutterX:R,gutterY:O,frameWidth:H,frameHeight:S,originX:ce,originY:ie}),{columns:L,rows:_,frameWidth:H,frameHeight:S,gutterX:R,gutterY:O,originX:ce,originY:ie}}function hi(e,t,n){const r=uu(e);let a=0;for(let m=0;m<e.length;m++){const y=e[m]-r;a+=y*y}if(a===0)return null;const i=new Float32Array(n+1);let s=0,o=-1/0;for(let m=t;m<=n;m++){let y=0;for(let L=0;L+m<e.length;L++)y+=(e[L]-r)*(e[L+m]-r);const x=y/a;i[m]=x,x>o&&(o=x,s=m)}if(s<=t||s>=n)return s||null;const l=i[s-1],c=i[s],d=i[s+1],f=l-2*c+d,h=f===0?0:.5*(l-d)/f;return s+h}function mi(e,t,n,r){const a=[];for(let o=1;o<n;o++){const l=o*t;let c=1/0,d=l;for(let f=-r;f<=r;f++){const h=l+f;if(h<=0||h>=e.length)continue;const m=e[h];m<c&&(c=m,d=h)}a.push(d)}if(a.length<1)return 0;let i=[];for(const o of a){const l=e[o]*1.5+ua(e,10)*.5;let c=o,d=o;for(;c>1&&e[c-1]<=l;)c--;for(;d<e.length-2&&e[d+1]<=l;)d++;i.push(Math.max(0,d-c+1))}const s=Math.round(uu(i));return Math.max(0,Math.min(s,Math.floor(t/4)))}function uu(e){let t=0;for(let n=0;n<e.length;n++)t+=e[n];return t/e.length}function ua(e,t){const n=Array.from(e);n.sort((a,i)=>a-i);const r=Math.max(0,Math.min(n.length-1,Math.floor(t/100*n.length)));return n[r]}function pi(e,t){for(let n=0;n<e.length;n++)if(e[n]>t)return n;return 0}function jl(e,t,n,r,a){const{data:i}=e.getImageData(t,n,r,a);let s=0;for(let o=3;o<i.length;o+=4)s+=i[o];return s/(255*(i.length/4))<.03}const $l=I.forwardRef(function({src:t,frameWidth:n,frameHeight:r,columns:a,rows:i,gutterX:s=0,gutterY:o=0,frameCount:l,atlasFrames:c,fps:d=12,autoplay:f=!0,loop:h=!0,startFrame:m=0,direction:y="forward",scale:x=1,backgroundColor:L,className:_,style:R,pauseWhenHidden:O=!1,originX:H,originY:S,onLoad:w,onEnd:Q,onFrame:ce},ie){const Y=I.useRef(null),$=I.useRef(null),[F,z]=I.useState(null),[j,Z]=I.useState(null),[de,xe]=I.useState(null),[fe,_e]=I.useState(!1),[p,B]=I.useState(!!f),[X,b]=I.useState(m),W=I.useRef(1),[ee,G]=I.useState(null),K=Math.max(1,Math.floor(typeof window<"u"&&window.devicePixelRatio||1));I.useEffect(()=>{let me=!1;return _e(!1),iu(t).then(({imgEl:Ee,bitmap:se})=>{me||(z(Ee),Z(se),xe({w:Ee.naturalWidth,h:Ee.naturalHeight}),_e(!0),w?.())}).catch(()=>{}),()=>{me=!0}},[t,w]),I.useEffect(()=>{let me=!1;return(async()=>{if(!F)return;if(c&&c.length){G(null);return}if(!(!n||!r||!a||!i)){G(null);return}const se=await Ul(F,{debug:!0});me||(se?G({frameWidth:se.frameWidth,frameHeight:se.frameHeight,columns:se.columns,rows:se.rows,gutterX:se.gutterX,gutterY:se.gutterY}):(G(null),console.warn("RemoteSpritesheet: auto-detect failed; please provide grid props.")))})(),()=>{me=!0}},[F,c,n,r,a,i]);const J=ee?.frameWidth??n,te=ee?.frameHeight??r,ne=ee?.columns??a,we=ee?.rows??i,U=ee?.gutterX??s,Ne=ee?.gutterY??o,Ge=ee?.originX??H??0,Me=ee?.originY??S??0,at=I.useMemo(()=>{if(c&&c.length>0)return{cols:0,rows:0};if(!de||!J||!te)return{cols:0,rows:0};const me=ne??Math.floor((de.w+U)/(J+U)),Ee=we??Math.floor((de.h+Ne)/(te+Ne));return{cols:Math.max(0,me),rows:Math.max(0,Ee)}},[c,de,J,te,ne,we,U,Ne]),He=I.useMemo(()=>{if(c?.length)return c;if(!J||!te)return[];const{cols:me,rows:Ee}=at;if(!me||!Ee)return[];const se=Math.min(l??me*Ee,me*Ee),Ae=[];for(let Oe=0;Oe<se;Oe++){const v=Oe%me,k=Math.floor(Oe/me),q=Ge+v*(J+U),oe=Me+k*(te+Ne);Ae.push({x:q,y:oe,w:J,h:te})}if(F&&Ae.length){const Oe=document.createElement("canvas");Oe.width=F.naturalWidth,Oe.height=F.naturalHeight;const v=Oe.getContext("2d");if(v){v.drawImage(F,0,0);let k=Ae.length;for(;k>0&&jl(v,Ae[k-1].x,Ae[k-1].y,Ae[k-1].w,Ae[k-1].h);)k--;return Ae.slice(0,k)}}return Ae},[c,at,l,J,te,U,Ne,F,Ge,Me]),jt=()=>{const me=Y.current;if(!me||He.length===0)return;const Ee=He[Math.max(0,Math.min(X,He.length-1))],se=Math.max(1,Math.round(Ee.w*x)),Ae=Math.max(1,Math.round(Ee.h*x));me.style.width=se+"px",me.style.height=Ae+"px",me.width=se*K,me.height=Ae*K};I.useEffect(()=>{jt()},[fe,x,He.length,K,X]);const pt=me=>{const Ee=j??F??null,se=Y.current;if(!se||!Ee||He.length===0)return;const Ae=se.getContext("2d");if(!Ae)return;Ae.save(),Ae.setTransform(1,0,0,1,0,0),Ae.clearRect(0,0,se.width,se.height),L&&(Ae.fillStyle=L,Ae.fillRect(0,0,se.width,se.height));const Oe=He[me];Ae.scale(K,K),Ae.drawImage(Ee,Oe.x,Oe.y,Oe.w,Oe.h,0,0,Math.round(Oe.w*x),Math.round(Oe.h*x)),Ae.restore()};return I.useEffect(()=>{if(!fe||He.length===0)return;let me=performance.now();const Ee=1e3/Math.max(1,Math.min(120,d)),se=Ae=>{if($.current=requestAnimationFrame(se),!p){pt(X);return}const Oe=Ae-me;if(Oe<Ee){pt(X);return}me=Ae-Oe%Ee,b(v=>{const k=He.length-1;let q=v;return y==="forward"?q=v+1:y==="backward"?q=v-1:((v>=k&&W.current===1||v<=0&&W.current===-1)&&(W.current*=-1),q=v+W.current),(q>k||q<0)&&(h?q=y==="backward"?k:0:(q=Math.max(0,Math.min(q,k)),B(!1),Q?.())),q})};return $.current=requestAnimationFrame(se),()=>{$.current&&cancelAnimationFrame($.current)}},[fe,d,p,h,y,He.length,X]),I.useEffect(()=>{pt(X),ce?.(X)},[X,fe,x,K]),I.useEffect(()=>{if(!O)return;const me=()=>{document.hidden&&B(!1)};return document.addEventListener("visibilitychange",me),()=>document.removeEventListener("visibilitychange",me)},[O]),I.useImperativeHandle(ie,()=>({play:()=>B(!0),pause:()=>B(!1),toggle:()=>B(me=>!me),gotoFrame:me=>b(()=>Math.max(0,Math.min(me,Math.max(0,He.length-1)))),isPlaying:()=>p,currentFrame:()=>X}),[p,X,He.length]),C.jsx("div",{className:_,style:R,children:C.jsx("canvas",{ref:Y,"aria-label":"spritesheet animation"})})});function zl({url:e,className:t}){const[n,r]=I.useState(""),[a,i]=I.useState(null);return I.useEffect(()=>{let s=!1;return nu(e).then(({sanitized:o})=>{s||(r(o),i(null))}).catch(o=>!s&&i(o.message??"Failed to load")),()=>{s=!0}},[e]),a?C.jsxs("div",{className:t,role:"alert",children:["Couldn’t load SVG: ",a]}):n?C.jsx("div",{className:t,dangerouslySetInnerHTML:{__html:n}}):C.jsx("div",{className:t})}const Fa=({facet:e})=>{const{mode:t,assetUrl:n,spr_columns:r,spr_fps:a,spr_frameCount:i,spr_frameHeight:s,spr_frameWidth:o,spr_gutterX:l,spr_gutterY:c,spr_rows:d,spr_originX:f,spr_originY:h}=e;return C.jsxs("div",{className:"assetContainer",children:[t===ze.AgentDisplayFacetModeType.LOTTIE&&C.jsx(Hl,{src:n,autoplay:!0,onError:m=>console.error(m)}),t===ze.AgentDisplayFacetModeType.SVG&&C.jsx("div",{children:C.jsx(zl,{url:n})}),t===ze.AgentDisplayFacetModeType.IMAGE&&C.jsx(Bl,{src:n}),t===ze.AgentDisplayFacetModeType.SPRITESHEET&&C.jsx($l,{src:n,frameCount:i,columns:r,rows:d,fps:a,frameHeight:s,frameWidth:o,gutterX:l,gutterY:c,originX:f,originY:h,autoplay:!0})]})},Yl=({isWidgetOpen:e,setIsWidgetOpen:t})=>{const{companySettings:n}=I.useContext(Rn);return C.jsxs("div",{className:`launcher
2
2
  fixed
3
3
  z-[999999999]
4
4
  transition
@@ -9,56 +9,56 @@
9
9
  flex
10
10
  justify-center
11
11
  items-center
12
- `,onClick:()=>t(!e),children:[!e&&N.jsx(Fa,{facet:n.agent.display[ze.AgentDisplayFacetRoleType.LAUNCHER]}),e&&N.jsx(wl,{className:"w-6 h-6",fill:"white"})]})};var oa=function(e,t){return oa=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,r){n.__proto__=r}||function(n,r){for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(n[a]=r[a])},oa(e,t)};function Je(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");oa(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}var q=function(){return q=Object.assign||function(t){for(var n,r=1,a=arguments.length;r<a;r++){n=arguments[r];for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(t[i]=n[i])}return t},q.apply(this,arguments)};function br(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var a=0,r=Object.getOwnPropertySymbols(e);a<r.length;a++)t.indexOf(r[a])<0&&Object.prototype.propertyIsEnumerable.call(e,r[a])&&(n[r[a]]=e[r[a]]);return n}function ut(e,t,n){if(n||arguments.length===2)for(var r=0,a=t.length,i;r<a;r++)(i||!(r in t))&&(i||(i=Array.prototype.slice.call(t,0,r)),i[r]=t[r]);return e.concat(i||Array.prototype.slice.call(t))}var zn={exports:{}},Te={};/** @license React v16.13.1
12
+ `,onClick:()=>t(!e),children:[!e&&C.jsx(Fa,{facet:n.agent.display[ze.AgentDisplayFacetRoleType.LAUNCHER]}),e&&C.jsx(wl,{className:"w-6 h-6",fill:"white"})]})};var oa=function(e,t){return oa=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,r){n.__proto__=r}||function(n,r){for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(n[a]=r[a])},oa(e,t)};function Je(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");oa(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}var V=function(){return V=Object.assign||function(t){for(var n,r=1,a=arguments.length;r<a;r++){n=arguments[r];for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(t[i]=n[i])}return t},V.apply(this,arguments)};function Er(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var a=0,r=Object.getOwnPropertySymbols(e);a<r.length;a++)t.indexOf(r[a])<0&&Object.prototype.propertyIsEnumerable.call(e,r[a])&&(n[r[a]]=e[r[a]]);return n}function ot(e,t,n){if(n||arguments.length===2)for(var r=0,a=t.length,i;r<a;r++)(i||!(r in t))&&(i||(i=Array.prototype.slice.call(t,0,r)),i[r]=t[r]);return e.concat(i||Array.prototype.slice.call(t))}var zn={exports:{}},Te={};/** @license React v16.13.1
13
13
  * react-is.production.min.js
14
14
  *
15
15
  * Copyright (c) Facebook, Inc. and its affiliates.
16
16
  *
17
17
  * This source code is licensed under the MIT license found in the
18
18
  * LICENSE file in the root directory of this source tree.
19
- */var bi;function Gl(){if(bi)return Te;bi=1;var e=typeof Symbol=="function"&&Symbol.for,t=e?Symbol.for("react.element"):60103,n=e?Symbol.for("react.portal"):60106,r=e?Symbol.for("react.fragment"):60107,a=e?Symbol.for("react.strict_mode"):60108,i=e?Symbol.for("react.profiler"):60114,s=e?Symbol.for("react.provider"):60109,o=e?Symbol.for("react.context"):60110,l=e?Symbol.for("react.async_mode"):60111,c=e?Symbol.for("react.concurrent_mode"):60111,d=e?Symbol.for("react.forward_ref"):60112,f=e?Symbol.for("react.suspense"):60113,m=e?Symbol.for("react.suspense_list"):60120,h=e?Symbol.for("react.memo"):60115,y=e?Symbol.for("react.lazy"):60116,x=e?Symbol.for("react.block"):60121,L=e?Symbol.for("react.fundamental"):60117,_=e?Symbol.for("react.responder"):60118,R=e?Symbol.for("react.scope"):60119;function O(S){if(typeof S=="object"&&S!==null){var w=S.$$typeof;switch(w){case t:switch(S=S.type,S){case l:case c:case r:case i:case a:case f:return S;default:switch(S=S&&S.$$typeof,S){case o:case d:case y:case h:case s:return S;default:return w}}case n:return w}}}function U(S){return O(S)===c}return Te.AsyncMode=l,Te.ConcurrentMode=c,Te.ContextConsumer=o,Te.ContextProvider=s,Te.Element=t,Te.ForwardRef=d,Te.Fragment=r,Te.Lazy=y,Te.Memo=h,Te.Portal=n,Te.Profiler=i,Te.StrictMode=a,Te.Suspense=f,Te.isAsyncMode=function(S){return U(S)||O(S)===l},Te.isConcurrentMode=U,Te.isContextConsumer=function(S){return O(S)===o},Te.isContextProvider=function(S){return O(S)===s},Te.isElement=function(S){return typeof S=="object"&&S!==null&&S.$$typeof===t},Te.isForwardRef=function(S){return O(S)===d},Te.isFragment=function(S){return O(S)===r},Te.isLazy=function(S){return O(S)===y},Te.isMemo=function(S){return O(S)===h},Te.isPortal=function(S){return O(S)===n},Te.isProfiler=function(S){return O(S)===i},Te.isStrictMode=function(S){return O(S)===a},Te.isSuspense=function(S){return O(S)===f},Te.isValidElementType=function(S){return typeof S=="string"||typeof S=="function"||S===r||S===c||S===i||S===a||S===f||S===m||typeof S=="object"&&S!==null&&(S.$$typeof===y||S.$$typeof===h||S.$$typeof===s||S.$$typeof===o||S.$$typeof===d||S.$$typeof===L||S.$$typeof===_||S.$$typeof===R||S.$$typeof===x)},Te.typeOf=O,Te}var ye={};/** @license React v16.13.1
19
+ */var Ei;function Gl(){if(Ei)return Te;Ei=1;var e=typeof Symbol=="function"&&Symbol.for,t=e?Symbol.for("react.element"):60103,n=e?Symbol.for("react.portal"):60106,r=e?Symbol.for("react.fragment"):60107,a=e?Symbol.for("react.strict_mode"):60108,i=e?Symbol.for("react.profiler"):60114,s=e?Symbol.for("react.provider"):60109,o=e?Symbol.for("react.context"):60110,l=e?Symbol.for("react.async_mode"):60111,c=e?Symbol.for("react.concurrent_mode"):60111,d=e?Symbol.for("react.forward_ref"):60112,f=e?Symbol.for("react.suspense"):60113,h=e?Symbol.for("react.suspense_list"):60120,m=e?Symbol.for("react.memo"):60115,y=e?Symbol.for("react.lazy"):60116,x=e?Symbol.for("react.block"):60121,L=e?Symbol.for("react.fundamental"):60117,_=e?Symbol.for("react.responder"):60118,R=e?Symbol.for("react.scope"):60119;function O(S){if(typeof S=="object"&&S!==null){var w=S.$$typeof;switch(w){case t:switch(S=S.type,S){case l:case c:case r:case i:case a:case f:return S;default:switch(S=S&&S.$$typeof,S){case o:case d:case y:case m:case s:return S;default:return w}}case n:return w}}}function H(S){return O(S)===c}return Te.AsyncMode=l,Te.ConcurrentMode=c,Te.ContextConsumer=o,Te.ContextProvider=s,Te.Element=t,Te.ForwardRef=d,Te.Fragment=r,Te.Lazy=y,Te.Memo=m,Te.Portal=n,Te.Profiler=i,Te.StrictMode=a,Te.Suspense=f,Te.isAsyncMode=function(S){return H(S)||O(S)===l},Te.isConcurrentMode=H,Te.isContextConsumer=function(S){return O(S)===o},Te.isContextProvider=function(S){return O(S)===s},Te.isElement=function(S){return typeof S=="object"&&S!==null&&S.$$typeof===t},Te.isForwardRef=function(S){return O(S)===d},Te.isFragment=function(S){return O(S)===r},Te.isLazy=function(S){return O(S)===y},Te.isMemo=function(S){return O(S)===m},Te.isPortal=function(S){return O(S)===n},Te.isProfiler=function(S){return O(S)===i},Te.isStrictMode=function(S){return O(S)===a},Te.isSuspense=function(S){return O(S)===f},Te.isValidElementType=function(S){return typeof S=="string"||typeof S=="function"||S===r||S===c||S===i||S===a||S===f||S===h||typeof S=="object"&&S!==null&&(S.$$typeof===y||S.$$typeof===m||S.$$typeof===s||S.$$typeof===o||S.$$typeof===d||S.$$typeof===L||S.$$typeof===_||S.$$typeof===R||S.$$typeof===x)},Te.typeOf=O,Te}var ye={};/** @license React v16.13.1
20
20
  * react-is.development.js
21
21
  *
22
22
  * Copyright (c) Facebook, Inc. and its affiliates.
23
23
  *
24
24
  * This source code is licensed under the MIT license found in the
25
25
  * LICENSE file in the root directory of this source tree.
26
- */var Ei;function Vl(){return Ei||(Ei=1,process.env.NODE_ENV!=="production"&&(function(){var e=typeof Symbol=="function"&&Symbol.for,t=e?Symbol.for("react.element"):60103,n=e?Symbol.for("react.portal"):60106,r=e?Symbol.for("react.fragment"):60107,a=e?Symbol.for("react.strict_mode"):60108,i=e?Symbol.for("react.profiler"):60114,s=e?Symbol.for("react.provider"):60109,o=e?Symbol.for("react.context"):60110,l=e?Symbol.for("react.async_mode"):60111,c=e?Symbol.for("react.concurrent_mode"):60111,d=e?Symbol.for("react.forward_ref"):60112,f=e?Symbol.for("react.suspense"):60113,m=e?Symbol.for("react.suspense_list"):60120,h=e?Symbol.for("react.memo"):60115,y=e?Symbol.for("react.lazy"):60116,x=e?Symbol.for("react.block"):60121,L=e?Symbol.for("react.fundamental"):60117,_=e?Symbol.for("react.responder"):60118,R=e?Symbol.for("react.scope"):60119;function O(H){return typeof H=="string"||typeof H=="function"||H===r||H===c||H===i||H===a||H===f||H===m||typeof H=="object"&&H!==null&&(H.$$typeof===y||H.$$typeof===h||H.$$typeof===s||H.$$typeof===o||H.$$typeof===d||H.$$typeof===L||H.$$typeof===_||H.$$typeof===R||H.$$typeof===x)}function U(H){if(typeof H=="object"&&H!==null){var Oe=H.$$typeof;switch(Oe){case t:var De=H.type;switch(De){case l:case c:case r:case i:case a:case f:return De;default:var Ge=De&&De.$$typeof;switch(Ge){case o:case d:case y:case h:case s:return Ge;default:return Oe}}case n:return Oe}}}var S=l,w=c,Q=o,fe=s,re=t,G=d,j=r,B=y,$=h,z=n,Z=i,he=a,ue=f,be=!1;function we(H){return be||(be=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")),p(H)||U(H)===l}function p(H){return U(H)===c}function F(H){return U(H)===o}function Y(H){return U(H)===s}function g(H){return typeof H=="object"&&H!==null&&H.$$typeof===t}function W(H){return U(H)===d}function K(H){return U(H)===r}function V(H){return U(H)===y}function J(H){return U(H)===h}function ee(H){return U(H)===n}function te(H){return U(H)===i}function ae(H){return U(H)===a}function ve(H){return U(H)===f}ye.AsyncMode=S,ye.ConcurrentMode=w,ye.ContextConsumer=Q,ye.ContextProvider=fe,ye.Element=re,ye.ForwardRef=G,ye.Fragment=j,ye.Lazy=B,ye.Memo=$,ye.Portal=z,ye.Profiler=Z,ye.StrictMode=he,ye.Suspense=ue,ye.isAsyncMode=we,ye.isConcurrentMode=p,ye.isContextConsumer=F,ye.isContextProvider=Y,ye.isElement=g,ye.isForwardRef=W,ye.isFragment=K,ye.isLazy=V,ye.isMemo=J,ye.isPortal=ee,ye.isProfiler=te,ye.isStrictMode=ae,ye.isSuspense=ve,ye.isValidElementType=O,ye.typeOf=U})()),ye}var gi;function Ha(){return gi||(gi=1,process.env.NODE_ENV==="production"?zn.exports=Gl():zn.exports=Vl()),zn.exports}var Lr,Ti;function ql(){if(Ti)return Lr;Ti=1;var e=Ha(),t={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},n={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},r={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},a={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},i={};i[e.ForwardRef]=r,i[e.Memo]=a;function s(y){return e.isMemo(y)?a:i[y.$$typeof]||t}var o=Object.defineProperty,l=Object.getOwnPropertyNames,c=Object.getOwnPropertySymbols,d=Object.getOwnPropertyDescriptor,f=Object.getPrototypeOf,m=Object.prototype;function h(y,x,L){if(typeof x!="string"){if(m){var _=f(x);_&&_!==m&&h(y,_,L)}var R=l(x);c&&(R=R.concat(c(x)));for(var O=s(y),U=s(x),S=0;S<R.length;++S){var w=R[S];if(!n[w]&&!(L&&L[w])&&!(U&&U[w])&&!(O&&O[w])){var Q=d(x,w);try{o(y,w,Q)}catch{}}}}return y}return Lr=h,Lr}ql();function ou(e,t,n){if(n===void 0&&(n=Error),!e)throw new n(t)}var me;(function(e){e[e.EXPECT_ARGUMENT_CLOSING_BRACE=1]="EXPECT_ARGUMENT_CLOSING_BRACE",e[e.EMPTY_ARGUMENT=2]="EMPTY_ARGUMENT",e[e.MALFORMED_ARGUMENT=3]="MALFORMED_ARGUMENT",e[e.EXPECT_ARGUMENT_TYPE=4]="EXPECT_ARGUMENT_TYPE",e[e.INVALID_ARGUMENT_TYPE=5]="INVALID_ARGUMENT_TYPE",e[e.EXPECT_ARGUMENT_STYLE=6]="EXPECT_ARGUMENT_STYLE",e[e.INVALID_NUMBER_SKELETON=7]="INVALID_NUMBER_SKELETON",e[e.INVALID_DATE_TIME_SKELETON=8]="INVALID_DATE_TIME_SKELETON",e[e.EXPECT_NUMBER_SKELETON=9]="EXPECT_NUMBER_SKELETON",e[e.EXPECT_DATE_TIME_SKELETON=10]="EXPECT_DATE_TIME_SKELETON",e[e.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE=11]="UNCLOSED_QUOTE_IN_ARGUMENT_STYLE",e[e.EXPECT_SELECT_ARGUMENT_OPTIONS=12]="EXPECT_SELECT_ARGUMENT_OPTIONS",e[e.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE=13]="EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE",e[e.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE=14]="INVALID_PLURAL_ARGUMENT_OFFSET_VALUE",e[e.EXPECT_SELECT_ARGUMENT_SELECTOR=15]="EXPECT_SELECT_ARGUMENT_SELECTOR",e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR=16]="EXPECT_PLURAL_ARGUMENT_SELECTOR",e[e.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT=17]="EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT",e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT=18]="EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT",e[e.INVALID_PLURAL_ARGUMENT_SELECTOR=19]="INVALID_PLURAL_ARGUMENT_SELECTOR",e[e.DUPLICATE_PLURAL_ARGUMENT_SELECTOR=20]="DUPLICATE_PLURAL_ARGUMENT_SELECTOR",e[e.DUPLICATE_SELECT_ARGUMENT_SELECTOR=21]="DUPLICATE_SELECT_ARGUMENT_SELECTOR",e[e.MISSING_OTHER_CLAUSE=22]="MISSING_OTHER_CLAUSE",e[e.INVALID_TAG=23]="INVALID_TAG",e[e.INVALID_TAG_NAME=25]="INVALID_TAG_NAME",e[e.UNMATCHED_CLOSING_TAG=26]="UNMATCHED_CLOSING_TAG",e[e.UNCLOSED_TAG=27]="UNCLOSED_TAG"})(me||(me={}));var Ce;(function(e){e[e.literal=0]="literal",e[e.argument=1]="argument",e[e.number=2]="number",e[e.date=3]="date",e[e.time=4]="time",e[e.select=5]="select",e[e.plural=6]="plural",e[e.pound=7]="pound",e[e.tag=8]="tag"})(Ce||(Ce={}));var Jt;(function(e){e[e.number=0]="number",e[e.dateTime=1]="dateTime"})(Jt||(Jt={}));function yi(e){return e.type===Ce.literal}function Wl(e){return e.type===Ce.argument}function lu(e){return e.type===Ce.number}function cu(e){return e.type===Ce.date}function du(e){return e.type===Ce.time}function fu(e){return e.type===Ce.select}function hu(e){return e.type===Ce.plural}function Xl(e){return e.type===Ce.pound}function mu(e){return e.type===Ce.tag}function pu(e){return!!(e&&typeof e=="object"&&e.type===Jt.number)}function la(e){return!!(e&&typeof e=="object"&&e.type===Jt.dateTime)}var bu=/[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/,Ql=/(?:[Eec]{1,6}|G{1,5}|[Qq]{1,5}|(?:[yYur]+|U{1,5})|[ML]{1,5}|d{1,2}|D{1,3}|F{1}|[abB]{1,5}|[hkHK]{1,2}|w{1,2}|W{1}|m{1,2}|s{1,2}|[zZOvVxX]{1,4})(?=([^']*'[^']*')*[^']*$)/g;function Kl(e){var t={};return e.replace(Ql,function(n){var r=n.length;switch(n[0]){case"G":t.era=r===4?"long":r===5?"narrow":"short";break;case"y":t.year=r===2?"2-digit":"numeric";break;case"Y":case"u":case"U":case"r":throw new RangeError("`Y/u/U/r` (year) patterns are not supported, use `y` instead");case"q":case"Q":throw new RangeError("`q/Q` (quarter) patterns are not supported");case"M":case"L":t.month=["numeric","2-digit","short","long","narrow"][r-1];break;case"w":case"W":throw new RangeError("`w/W` (week) patterns are not supported");case"d":t.day=["numeric","2-digit"][r-1];break;case"D":case"F":case"g":throw new RangeError("`D/F/g` (day) patterns are not supported, use `d` instead");case"E":t.weekday=r===4?"long":r===5?"narrow":"short";break;case"e":if(r<4)throw new RangeError("`e..eee` (weekday) patterns are not supported");t.weekday=["short","long","narrow","short"][r-4];break;case"c":if(r<4)throw new RangeError("`c..ccc` (weekday) patterns are not supported");t.weekday=["short","long","narrow","short"][r-4];break;case"a":t.hour12=!0;break;case"b":case"B":throw new RangeError("`b/B` (period) patterns are not supported, use `a` instead");case"h":t.hourCycle="h12",t.hour=["numeric","2-digit"][r-1];break;case"H":t.hourCycle="h23",t.hour=["numeric","2-digit"][r-1];break;case"K":t.hourCycle="h11",t.hour=["numeric","2-digit"][r-1];break;case"k":t.hourCycle="h24",t.hour=["numeric","2-digit"][r-1];break;case"j":case"J":case"C":throw new RangeError("`j/J/C` (hour) patterns are not supported, use `h/H/K/k` instead");case"m":t.minute=["numeric","2-digit"][r-1];break;case"s":t.second=["numeric","2-digit"][r-1];break;case"S":case"A":throw new RangeError("`S/A` (second) patterns are not supported, use `s` instead");case"z":t.timeZoneName=r<4?"short":"long";break;case"Z":case"O":case"v":case"V":case"X":case"x":throw new RangeError("`Z/O/v/V/X/x` (timeZone) patterns are not supported, use `z` instead")}return""}),t}var Zl=/[\t-\r \x85\u200E\u200F\u2028\u2029]/i;function Jl(e){if(e.length===0)throw new Error("Number skeleton cannot be empty");for(var t=e.split(Zl).filter(function(m){return m.length>0}),n=[],r=0,a=t;r<a.length;r++){var i=a[r],s=i.split("/");if(s.length===0)throw new Error("Invalid number skeleton");for(var o=s[0],l=s.slice(1),c=0,d=l;c<d.length;c++){var f=d[c];if(f.length===0)throw new Error("Invalid number skeleton")}n.push({stem:o,options:l})}return n}function ec(e){return e.replace(/^(.*?)-/,"")}var xi=/^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g,Eu=/^(@+)?(\+|#+)?[rs]?$/g,tc=/(\*)(0+)|(#+)(0+)|(0+)/g,gu=/^(0+)$/;function Ai(e){var t={};return e[e.length-1]==="r"?t.roundingPriority="morePrecision":e[e.length-1]==="s"&&(t.roundingPriority="lessPrecision"),e.replace(Eu,function(n,r,a){return typeof a!="string"?(t.minimumSignificantDigits=r.length,t.maximumSignificantDigits=r.length):a==="+"?t.minimumSignificantDigits=r.length:r[0]==="#"?t.maximumSignificantDigits=r.length:(t.minimumSignificantDigits=r.length,t.maximumSignificantDigits=r.length+(typeof a=="string"?a.length:0)),""}),t}function Tu(e){switch(e){case"sign-auto":return{signDisplay:"auto"};case"sign-accounting":case"()":return{currencySign:"accounting"};case"sign-always":case"+!":return{signDisplay:"always"};case"sign-accounting-always":case"()!":return{signDisplay:"always",currencySign:"accounting"};case"sign-except-zero":case"+?":return{signDisplay:"exceptZero"};case"sign-accounting-except-zero":case"()?":return{signDisplay:"exceptZero",currencySign:"accounting"};case"sign-never":case"+_":return{signDisplay:"never"}}}function nc(e){var t;if(e[0]==="E"&&e[1]==="E"?(t={notation:"engineering"},e=e.slice(2)):e[0]==="E"&&(t={notation:"scientific"},e=e.slice(1)),t){var n=e.slice(0,2);if(n==="+!"?(t.signDisplay="always",e=e.slice(2)):n==="+?"&&(t.signDisplay="exceptZero",e=e.slice(2)),!gu.test(e))throw new Error("Malformed concise eng/scientific notation");t.minimumIntegerDigits=e.length}return t}function _i(e){var t={},n=Tu(e);return n||t}function rc(e){for(var t={},n=0,r=e;n<r.length;n++){var a=r[n];switch(a.stem){case"percent":case"%":t.style="percent";continue;case"%x100":t.style="percent",t.scale=100;continue;case"currency":t.style="currency",t.currency=a.options[0];continue;case"group-off":case",_":t.useGrouping=!1;continue;case"precision-integer":case".":t.maximumFractionDigits=0;continue;case"measure-unit":case"unit":t.style="unit",t.unit=ec(a.options[0]);continue;case"compact-short":case"K":t.notation="compact",t.compactDisplay="short";continue;case"compact-long":case"KK":t.notation="compact",t.compactDisplay="long";continue;case"scientific":t=q(q(q({},t),{notation:"scientific"}),a.options.reduce(function(l,c){return q(q({},l),_i(c))},{}));continue;case"engineering":t=q(q(q({},t),{notation:"engineering"}),a.options.reduce(function(l,c){return q(q({},l),_i(c))},{}));continue;case"notation-simple":t.notation="standard";continue;case"unit-width-narrow":t.currencyDisplay="narrowSymbol",t.unitDisplay="narrow";continue;case"unit-width-short":t.currencyDisplay="code",t.unitDisplay="short";continue;case"unit-width-full-name":t.currencyDisplay="name",t.unitDisplay="long";continue;case"unit-width-iso-code":t.currencyDisplay="symbol";continue;case"scale":t.scale=parseFloat(a.options[0]);continue;case"rounding-mode-floor":t.roundingMode="floor";continue;case"rounding-mode-ceiling":t.roundingMode="ceil";continue;case"rounding-mode-down":t.roundingMode="trunc";continue;case"rounding-mode-up":t.roundingMode="expand";continue;case"rounding-mode-half-even":t.roundingMode="halfEven";continue;case"rounding-mode-half-down":t.roundingMode="halfTrunc";continue;case"rounding-mode-half-up":t.roundingMode="halfExpand";continue;case"integer-width":if(a.options.length>1)throw new RangeError("integer-width stems only accept a single optional option");a.options[0].replace(tc,function(l,c,d,f,m,h){if(c)t.minimumIntegerDigits=d.length;else{if(f&&m)throw new Error("We currently do not support maximum integer digits");if(h)throw new Error("We currently do not support exact integer digits")}return""});continue}if(gu.test(a.stem)){t.minimumIntegerDigits=a.stem.length;continue}if(xi.test(a.stem)){if(a.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");a.stem.replace(xi,function(l,c,d,f,m,h){return d==="*"?t.minimumFractionDigits=c.length:f&&f[0]==="#"?t.maximumFractionDigits=f.length:m&&h?(t.minimumFractionDigits=m.length,t.maximumFractionDigits=m.length+h.length):(t.minimumFractionDigits=c.length,t.maximumFractionDigits=c.length),""});var i=a.options[0];i==="w"?t=q(q({},t),{trailingZeroDisplay:"stripIfInteger"}):i&&(t=q(q({},t),Ai(i)));continue}if(Eu.test(a.stem)){t=q(q({},t),Ai(a.stem));continue}var s=Tu(a.stem);s&&(t=q(q({},t),s));var o=nc(a.stem);o&&(t=q(q({},t),o))}return t}var Yn={"001":["H","h"],AC:["H","h","hb","hB"],AD:["H","hB"],AE:["h","hB","hb","H"],AF:["H","hb","hB","h"],AG:["h","hb","H","hB"],AI:["H","h","hb","hB"],AL:["h","H","hB"],AM:["H","hB"],AO:["H","hB"],AR:["H","h","hB","hb"],AS:["h","H"],AT:["H","hB"],AU:["h","hb","H","hB"],AW:["H","hB"],AX:["H"],AZ:["H","hB","h"],BA:["H","hB","h"],BB:["h","hb","H","hB"],BD:["h","hB","H"],BE:["H","hB"],BF:["H","hB"],BG:["H","hB","h"],BH:["h","hB","hb","H"],BI:["H","h"],BJ:["H","hB"],BL:["H","hB"],BM:["h","hb","H","hB"],BN:["hb","hB","h","H"],BO:["H","hB","h","hb"],BQ:["H"],BR:["H","hB"],BS:["h","hb","H","hB"],BT:["h","H"],BW:["H","h","hb","hB"],BY:["H","h"],BZ:["H","h","hb","hB"],CA:["h","hb","H","hB"],CC:["H","h","hb","hB"],CD:["hB","H"],CF:["H","h","hB"],CG:["H","hB"],CH:["H","hB","h"],CI:["H","hB"],CK:["H","h","hb","hB"],CL:["H","h","hB","hb"],CM:["H","h","hB"],CN:["H","hB","hb","h"],CO:["h","H","hB","hb"],CP:["H"],CR:["H","h","hB","hb"],CU:["H","h","hB","hb"],CV:["H","hB"],CW:["H","hB"],CX:["H","h","hb","hB"],CY:["h","H","hb","hB"],CZ:["H"],DE:["H","hB"],DG:["H","h","hb","hB"],DJ:["h","H"],DK:["H"],DM:["h","hb","H","hB"],DO:["h","H","hB","hb"],DZ:["h","hB","hb","H"],EA:["H","h","hB","hb"],EC:["H","hB","h","hb"],EE:["H","hB"],EG:["h","hB","hb","H"],EH:["h","hB","hb","H"],ER:["h","H"],ES:["H","hB","h","hb"],ET:["hB","hb","h","H"],FI:["H"],FJ:["h","hb","H","hB"],FK:["H","h","hb","hB"],FM:["h","hb","H","hB"],FO:["H","h"],FR:["H","hB"],GA:["H","hB"],GB:["H","h","hb","hB"],GD:["h","hb","H","hB"],GE:["H","hB","h"],GF:["H","hB"],GG:["H","h","hb","hB"],GH:["h","H"],GI:["H","h","hb","hB"],GL:["H","h"],GM:["h","hb","H","hB"],GN:["H","hB"],GP:["H","hB"],GQ:["H","hB","h","hb"],GR:["h","H","hb","hB"],GT:["H","h","hB","hb"],GU:["h","hb","H","hB"],GW:["H","hB"],GY:["h","hb","H","hB"],HK:["h","hB","hb","H"],HN:["H","h","hB","hb"],HR:["H","hB"],HU:["H","h"],IC:["H","h","hB","hb"],ID:["H"],IE:["H","h","hb","hB"],IL:["H","hB"],IM:["H","h","hb","hB"],IN:["h","H"],IO:["H","h","hb","hB"],IQ:["h","hB","hb","H"],IR:["hB","H"],IS:["H"],IT:["H","hB"],JE:["H","h","hb","hB"],JM:["h","hb","H","hB"],JO:["h","hB","hb","H"],JP:["H","K","h"],KE:["hB","hb","H","h"],KG:["H","h","hB","hb"],KH:["hB","h","H","hb"],KI:["h","hb","H","hB"],KM:["H","h","hB","hb"],KN:["h","hb","H","hB"],KP:["h","H","hB","hb"],KR:["h","H","hB","hb"],KW:["h","hB","hb","H"],KY:["h","hb","H","hB"],KZ:["H","hB"],LA:["H","hb","hB","h"],LB:["h","hB","hb","H"],LC:["h","hb","H","hB"],LI:["H","hB","h"],LK:["H","h","hB","hb"],LR:["h","hb","H","hB"],LS:["h","H"],LT:["H","h","hb","hB"],LU:["H","h","hB"],LV:["H","hB","hb","h"],LY:["h","hB","hb","H"],MA:["H","h","hB","hb"],MC:["H","hB"],MD:["H","hB"],ME:["H","hB","h"],MF:["H","hB"],MG:["H","h"],MH:["h","hb","H","hB"],MK:["H","h","hb","hB"],ML:["H"],MM:["hB","hb","H","h"],MN:["H","h","hb","hB"],MO:["h","hB","hb","H"],MP:["h","hb","H","hB"],MQ:["H","hB"],MR:["h","hB","hb","H"],MS:["H","h","hb","hB"],MT:["H","h"],MU:["H","h"],MV:["H","h"],MW:["h","hb","H","hB"],MX:["H","h","hB","hb"],MY:["hb","hB","h","H"],MZ:["H","hB"],NA:["h","H","hB","hb"],NC:["H","hB"],NE:["H"],NF:["H","h","hb","hB"],NG:["H","h","hb","hB"],NI:["H","h","hB","hb"],NL:["H","hB"],NO:["H","h"],NP:["H","h","hB"],NR:["H","h","hb","hB"],NU:["H","h","hb","hB"],NZ:["h","hb","H","hB"],OM:["h","hB","hb","H"],PA:["h","H","hB","hb"],PE:["H","hB","h","hb"],PF:["H","h","hB"],PG:["h","H"],PH:["h","hB","hb","H"],PK:["h","hB","H"],PL:["H","h"],PM:["H","hB"],PN:["H","h","hb","hB"],PR:["h","H","hB","hb"],PS:["h","hB","hb","H"],PT:["H","hB"],PW:["h","H"],PY:["H","h","hB","hb"],QA:["h","hB","hb","H"],RE:["H","hB"],RO:["H","hB"],RS:["H","hB","h"],RU:["H"],RW:["H","h"],SA:["h","hB","hb","H"],SB:["h","hb","H","hB"],SC:["H","h","hB"],SD:["h","hB","hb","H"],SE:["H"],SG:["h","hb","H","hB"],SH:["H","h","hb","hB"],SI:["H","hB"],SJ:["H"],SK:["H"],SL:["h","hb","H","hB"],SM:["H","h","hB"],SN:["H","h","hB"],SO:["h","H"],SR:["H","hB"],SS:["h","hb","H","hB"],ST:["H","hB"],SV:["H","h","hB","hb"],SX:["H","h","hb","hB"],SY:["h","hB","hb","H"],SZ:["h","hb","H","hB"],TA:["H","h","hb","hB"],TC:["h","hb","H","hB"],TD:["h","H","hB"],TF:["H","h","hB"],TG:["H","hB"],TH:["H","h"],TJ:["H","h"],TL:["H","hB","hb","h"],TM:["H","h"],TN:["h","hB","hb","H"],TO:["h","H"],TR:["H","hB"],TT:["h","hb","H","hB"],TW:["hB","hb","h","H"],TZ:["hB","hb","H","h"],UA:["H","hB","h"],UG:["hB","hb","H","h"],UM:["h","hb","H","hB"],US:["h","hb","H","hB"],UY:["H","h","hB","hb"],UZ:["H","hB","h"],VA:["H","h","hB"],VC:["h","hb","H","hB"],VE:["h","H","hB","hb"],VG:["h","hb","H","hB"],VI:["h","hb","H","hB"],VN:["H","h"],VU:["h","H"],WF:["H","hB"],WS:["h","H"],XK:["H","hB","h"],YE:["h","hB","hb","H"],YT:["H","hB"],ZA:["H","h","hb","hB"],ZM:["h","hb","H","hB"],ZW:["H","h"],"af-ZA":["H","h","hB","hb"],"ar-001":["h","hB","hb","H"],"ca-ES":["H","h","hB"],"en-001":["h","hb","H","hB"],"es-BO":["H","h","hB","hb"],"es-BR":["H","h","hB","hb"],"es-EC":["H","h","hB","hb"],"es-ES":["H","h","hB","hb"],"es-GQ":["H","h","hB","hb"],"es-PE":["H","h","hB","hb"],"fr-CA":["H","h","hB"],"gl-ES":["H","h","hB"],"gu-IN":["hB","hb","h","H"],"hi-IN":["hB","h","H"],"it-CH":["H","h","hB"],"it-IT":["H","h","hB"],"kn-IN":["hB","h","H"],"ml-IN":["hB","h","H"],"mr-IN":["hB","hb","h","H"],"pa-IN":["hB","hb","h","H"],"ta-IN":["hB","h","hb","H"],"te-IN":["hB","h","H"],"zu-ZA":["H","hB","hb","h"]};function ac(e,t){for(var n="",r=0;r<e.length;r++){var a=e.charAt(r);if(a==="j"){for(var i=0;r+1<e.length&&e.charAt(r+1)===a;)i++,r++;var s=1+(i&1),o=i<2?1:3+(i>>1),l="a",c=ic(t);for((c=="H"||c=="k")&&(o=0);o-- >0;)n+=l;for(;s-- >0;)n=c+n}else a==="J"?n+="H":n+=a}return n}function ic(e){var t=e.hourCycle;if(t===void 0&&e.hourCycles&&e.hourCycles.length&&(t=e.hourCycles[0]),t)switch(t){case"h24":return"k";case"h23":return"H";case"h12":return"h";case"h11":return"K";default:throw new Error("Invalid hourCycle")}var n=e.language,r;n!=="root"&&(r=e.maximize().region);var a=Yn[r||""]||Yn[n||""]||Yn["".concat(n,"-001")]||Yn["001"];return a[0]}var Rr,sc=new RegExp("^".concat(bu.source,"*")),uc=new RegExp("".concat(bu.source,"*$"));function pe(e,t){return{start:e,end:t}}var oc=!!String.prototype.startsWith&&"_a".startsWith("a",1),lc=!!String.fromCodePoint,cc=!!Object.fromEntries,dc=!!String.prototype.codePointAt,fc=!!String.prototype.trimStart,hc=!!String.prototype.trimEnd,mc=!!Number.isSafeInteger,pc=mc?Number.isSafeInteger:function(e){return typeof e=="number"&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},ca=!0;try{var bc=xu("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");ca=((Rr=bc.exec("a"))===null||Rr===void 0?void 0:Rr[0])==="a"}catch{ca=!1}var Si=oc?function(t,n,r){return t.startsWith(n,r)}:function(t,n,r){return t.slice(r,r+n.length)===n},da=lc?String.fromCodePoint:function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];for(var r="",a=t.length,i=0,s;a>i;){if(s=t[i++],s>1114111)throw RangeError(s+" is not a valid code point");r+=s<65536?String.fromCharCode(s):String.fromCharCode(((s-=65536)>>10)+55296,s%1024+56320)}return r},Ci=cc?Object.fromEntries:function(t){for(var n={},r=0,a=t;r<a.length;r++){var i=a[r],s=i[0],o=i[1];n[s]=o}return n},yu=dc?function(t,n){return t.codePointAt(n)}:function(t,n){var r=t.length;if(!(n<0||n>=r)){var a=t.charCodeAt(n),i;return a<55296||a>56319||n+1===r||(i=t.charCodeAt(n+1))<56320||i>57343?a:(a-55296<<10)+(i-56320)+65536}},Ec=fc?function(t){return t.trimStart()}:function(t){return t.replace(sc,"")},gc=hc?function(t){return t.trimEnd()}:function(t){return t.replace(uc,"")};function xu(e,t){return new RegExp(e,t)}var fa;if(ca){var Ii=xu("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");fa=function(t,n){var r;Ii.lastIndex=n;var a=Ii.exec(t);return(r=a[1])!==null&&r!==void 0?r:""}}else fa=function(t,n){for(var r=[];;){var a=yu(t,n);if(a===void 0||Au(a)||Ac(a))break;r.push(a),n+=a>=65536?2:1}return da.apply(void 0,r)};var Tc=(function(){function e(t,n){n===void 0&&(n={}),this.message=t,this.position={offset:0,line:1,column:1},this.ignoreTag=!!n.ignoreTag,this.locale=n.locale,this.requiresOtherClause=!!n.requiresOtherClause,this.shouldParseSkeletons=!!n.shouldParseSkeletons}return e.prototype.parse=function(){if(this.offset()!==0)throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},e.prototype.parseMessage=function(t,n,r){for(var a=[];!this.isEOF();){var i=this.char();if(i===123){var s=this.parseArgument(t,r);if(s.err)return s;a.push(s.val)}else{if(i===125&&t>0)break;if(i===35&&(n==="plural"||n==="selectordinal")){var o=this.clonePosition();this.bump(),a.push({type:Ce.pound,location:pe(o,this.clonePosition())})}else if(i===60&&!this.ignoreTag&&this.peek()===47){if(r)break;return this.error(me.UNMATCHED_CLOSING_TAG,pe(this.clonePosition(),this.clonePosition()))}else if(i===60&&!this.ignoreTag&&ha(this.peek()||0)){var s=this.parseTag(t,n);if(s.err)return s;a.push(s.val)}else{var s=this.parseLiteral(t,n);if(s.err)return s;a.push(s.val)}}}return{val:a,err:null}},e.prototype.parseTag=function(t,n){var r=this.clonePosition();this.bump();var a=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))return{val:{type:Ce.literal,value:"<".concat(a,"/>"),location:pe(r,this.clonePosition())},err:null};if(this.bumpIf(">")){var i=this.parseMessage(t+1,n,!0);if(i.err)return i;var s=i.val,o=this.clonePosition();if(this.bumpIf("</")){if(this.isEOF()||!ha(this.char()))return this.error(me.INVALID_TAG,pe(o,this.clonePosition()));var l=this.clonePosition(),c=this.parseTagName();return a!==c?this.error(me.UNMATCHED_CLOSING_TAG,pe(l,this.clonePosition())):(this.bumpSpace(),this.bumpIf(">")?{val:{type:Ce.tag,value:a,children:s,location:pe(r,this.clonePosition())},err:null}:this.error(me.INVALID_TAG,pe(o,this.clonePosition())))}else return this.error(me.UNCLOSED_TAG,pe(r,this.clonePosition()))}else return this.error(me.INVALID_TAG,pe(r,this.clonePosition()))},e.prototype.parseTagName=function(){var t=this.offset();for(this.bump();!this.isEOF()&&xc(this.char());)this.bump();return this.message.slice(t,this.offset())},e.prototype.parseLiteral=function(t,n){for(var r=this.clonePosition(),a="";;){var i=this.tryParseQuote(n);if(i){a+=i;continue}var s=this.tryParseUnquoted(t,n);if(s){a+=s;continue}var o=this.tryParseLeftAngleBracket();if(o){a+=o;continue}break}var l=pe(r,this.clonePosition());return{val:{type:Ce.literal,value:a,location:l},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return!this.isEOF()&&this.char()===60&&(this.ignoreTag||!yc(this.peek()||0))?(this.bump(),"<"):null},e.prototype.tryParseQuote=function(t){if(this.isEOF()||this.char()!==39)return null;switch(this.peek()){case 39:return this.bump(),this.bump(),"'";case 123:case 60:case 62:case 125:break;case 35:if(t==="plural"||t==="selectordinal")break;return null;default:return null}this.bump();var n=[this.char()];for(this.bump();!this.isEOF();){var r=this.char();if(r===39)if(this.peek()===39)n.push(39),this.bump();else{this.bump();break}else n.push(r);this.bump()}return da.apply(void 0,n)},e.prototype.tryParseUnquoted=function(t,n){if(this.isEOF())return null;var r=this.char();return r===60||r===123||r===35&&(n==="plural"||n==="selectordinal")||r===125&&t>0?null:(this.bump(),da(r))},e.prototype.parseArgument=function(t,n){var r=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(me.EXPECT_ARGUMENT_CLOSING_BRACE,pe(r,this.clonePosition()));if(this.char()===125)return this.bump(),this.error(me.EMPTY_ARGUMENT,pe(r,this.clonePosition()));var a=this.parseIdentifierIfPossible().value;if(!a)return this.error(me.MALFORMED_ARGUMENT,pe(r,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(me.EXPECT_ARGUMENT_CLOSING_BRACE,pe(r,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:Ce.argument,value:a,location:pe(r,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(me.EXPECT_ARGUMENT_CLOSING_BRACE,pe(r,this.clonePosition())):this.parseArgumentOptions(t,n,a,r);default:return this.error(me.MALFORMED_ARGUMENT,pe(r,this.clonePosition()))}},e.prototype.parseIdentifierIfPossible=function(){var t=this.clonePosition(),n=this.offset(),r=fa(this.message,n),a=n+r.length;this.bumpTo(a);var i=this.clonePosition(),s=pe(t,i);return{value:r,location:s}},e.prototype.parseArgumentOptions=function(t,n,r,a){var i,s=this.clonePosition(),o=this.parseIdentifierIfPossible().value,l=this.clonePosition();switch(o){case"":return this.error(me.EXPECT_ARGUMENT_TYPE,pe(s,l));case"number":case"date":case"time":{this.bumpSpace();var c=null;if(this.bumpIf(",")){this.bumpSpace();var d=this.clonePosition(),f=this.parseSimpleArgStyleIfPossible();if(f.err)return f;var m=gc(f.val);if(m.length===0)return this.error(me.EXPECT_ARGUMENT_STYLE,pe(this.clonePosition(),this.clonePosition()));var h=pe(d,this.clonePosition());c={style:m,styleLocation:h}}var y=this.tryParseArgumentClose(a);if(y.err)return y;var x=pe(a,this.clonePosition());if(c&&Si(c?.style,"::",0)){var L=Ec(c.style.slice(2));if(o==="number"){var f=this.parseNumberSkeletonFromString(L,c.styleLocation);return f.err?f:{val:{type:Ce.number,value:r,location:x,style:f.val},err:null}}else{if(L.length===0)return this.error(me.EXPECT_DATE_TIME_SKELETON,x);var _=L;this.locale&&(_=ac(L,this.locale));var m={type:Jt.dateTime,pattern:_,location:c.styleLocation,parsedOptions:this.shouldParseSkeletons?Kl(_):{}},R=o==="date"?Ce.date:Ce.time;return{val:{type:R,value:r,location:x,style:m},err:null}}}return{val:{type:o==="number"?Ce.number:o==="date"?Ce.date:Ce.time,value:r,location:x,style:(i=c?.style)!==null&&i!==void 0?i:null},err:null}}case"plural":case"selectordinal":case"select":{var O=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(me.EXPECT_SELECT_ARGUMENT_OPTIONS,pe(O,q({},O)));this.bumpSpace();var U=this.parseIdentifierIfPossible(),S=0;if(o!=="select"&&U.value==="offset"){if(!this.bumpIf(":"))return this.error(me.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,pe(this.clonePosition(),this.clonePosition()));this.bumpSpace();var f=this.tryParseDecimalInteger(me.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,me.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);if(f.err)return f;this.bumpSpace(),U=this.parseIdentifierIfPossible(),S=f.val}var w=this.tryParsePluralOrSelectOptions(t,o,n,U);if(w.err)return w;var y=this.tryParseArgumentClose(a);if(y.err)return y;var Q=pe(a,this.clonePosition());return o==="select"?{val:{type:Ce.select,value:r,options:Ci(w.val),location:Q},err:null}:{val:{type:Ce.plural,value:r,options:Ci(w.val),offset:S,pluralType:o==="plural"?"cardinal":"ordinal",location:Q},err:null}}default:return this.error(me.INVALID_ARGUMENT_TYPE,pe(s,l))}},e.prototype.tryParseArgumentClose=function(t){return this.isEOF()||this.char()!==125?this.error(me.EXPECT_ARGUMENT_CLOSING_BRACE,pe(t,this.clonePosition())):(this.bump(),{val:!0,err:null})},e.prototype.parseSimpleArgStyleIfPossible=function(){for(var t=0,n=this.clonePosition();!this.isEOF();){var r=this.char();switch(r){case 39:{this.bump();var a=this.clonePosition();if(!this.bumpUntil("'"))return this.error(me.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,pe(a,this.clonePosition()));this.bump();break}case 123:{t+=1,this.bump();break}case 125:{if(t>0)t-=1;else return{val:this.message.slice(n.offset,this.offset()),err:null};break}default:this.bump();break}}return{val:this.message.slice(n.offset,this.offset()),err:null}},e.prototype.parseNumberSkeletonFromString=function(t,n){var r=[];try{r=Jl(t)}catch{return this.error(me.INVALID_NUMBER_SKELETON,n)}return{val:{type:Jt.number,tokens:r,location:n,parsedOptions:this.shouldParseSkeletons?rc(r):{}},err:null}},e.prototype.tryParsePluralOrSelectOptions=function(t,n,r,a){for(var i,s=!1,o=[],l=new Set,c=a.value,d=a.location;;){if(c.length===0){var f=this.clonePosition();if(n!=="select"&&this.bumpIf("=")){var m=this.tryParseDecimalInteger(me.EXPECT_PLURAL_ARGUMENT_SELECTOR,me.INVALID_PLURAL_ARGUMENT_SELECTOR);if(m.err)return m;d=pe(f,this.clonePosition()),c=this.message.slice(f.offset,this.offset())}else break}if(l.has(c))return this.error(n==="select"?me.DUPLICATE_SELECT_ARGUMENT_SELECTOR:me.DUPLICATE_PLURAL_ARGUMENT_SELECTOR,d);c==="other"&&(s=!0),this.bumpSpace();var h=this.clonePosition();if(!this.bumpIf("{"))return this.error(n==="select"?me.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:me.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,pe(this.clonePosition(),this.clonePosition()));var y=this.parseMessage(t+1,n,r);if(y.err)return y;var x=this.tryParseArgumentClose(h);if(x.err)return x;o.push([c,{value:y.val,location:pe(h,this.clonePosition())}]),l.add(c),this.bumpSpace(),i=this.parseIdentifierIfPossible(),c=i.value,d=i.location}return o.length===0?this.error(n==="select"?me.EXPECT_SELECT_ARGUMENT_SELECTOR:me.EXPECT_PLURAL_ARGUMENT_SELECTOR,pe(this.clonePosition(),this.clonePosition())):this.requiresOtherClause&&!s?this.error(me.MISSING_OTHER_CLAUSE,pe(this.clonePosition(),this.clonePosition())):{val:o,err:null}},e.prototype.tryParseDecimalInteger=function(t,n){var r=1,a=this.clonePosition();this.bumpIf("+")||this.bumpIf("-")&&(r=-1);for(var i=!1,s=0;!this.isEOF();){var o=this.char();if(o>=48&&o<=57)i=!0,s=s*10+(o-48),this.bump();else break}var l=pe(a,this.clonePosition());return i?(s*=r,pc(s)?{val:s,err:null}:this.error(n,l)):this.error(t,l)},e.prototype.offset=function(){return this.position.offset},e.prototype.isEOF=function(){return this.offset()===this.message.length},e.prototype.clonePosition=function(){return{offset:this.position.offset,line:this.position.line,column:this.position.column}},e.prototype.char=function(){var t=this.position.offset;if(t>=this.message.length)throw Error("out of bound");var n=yu(this.message,t);if(n===void 0)throw Error("Offset ".concat(t," is at invalid UTF-16 code unit boundary"));return n},e.prototype.error=function(t,n){return{val:null,err:{kind:t,message:this.message,location:n}}},e.prototype.bump=function(){if(!this.isEOF()){var t=this.char();t===10?(this.position.line+=1,this.position.column=1,this.position.offset+=1):(this.position.column+=1,this.position.offset+=t<65536?1:2)}},e.prototype.bumpIf=function(t){if(Si(this.message,t,this.offset())){for(var n=0;n<t.length;n++)this.bump();return!0}return!1},e.prototype.bumpUntil=function(t){var n=this.offset(),r=this.message.indexOf(t,n);return r>=0?(this.bumpTo(r),!0):(this.bumpTo(this.message.length),!1)},e.prototype.bumpTo=function(t){if(this.offset()>t)throw Error("targetOffset ".concat(t," must be greater than or equal to the current offset ").concat(this.offset()));for(t=Math.min(t,this.message.length);;){var n=this.offset();if(n===t)break;if(n>t)throw Error("targetOffset ".concat(t," is at invalid UTF-16 code unit boundary"));if(this.bump(),this.isEOF())break}},e.prototype.bumpSpace=function(){for(;!this.isEOF()&&Au(this.char());)this.bump()},e.prototype.peek=function(){if(this.isEOF())return null;var t=this.char(),n=this.offset(),r=this.message.charCodeAt(n+(t>=65536?2:1));return r??null},e})();function ha(e){return e>=97&&e<=122||e>=65&&e<=90}function yc(e){return ha(e)||e===47}function xc(e){return e===45||e===46||e>=48&&e<=57||e===95||e>=97&&e<=122||e>=65&&e<=90||e==183||e>=192&&e<=214||e>=216&&e<=246||e>=248&&e<=893||e>=895&&e<=8191||e>=8204&&e<=8205||e>=8255&&e<=8256||e>=8304&&e<=8591||e>=11264&&e<=12271||e>=12289&&e<=55295||e>=63744&&e<=64975||e>=65008&&e<=65533||e>=65536&&e<=983039}function Au(e){return e>=9&&e<=13||e===32||e===133||e>=8206&&e<=8207||e===8232||e===8233}function Ac(e){return e>=33&&e<=35||e===36||e>=37&&e<=39||e===40||e===41||e===42||e===43||e===44||e===45||e>=46&&e<=47||e>=58&&e<=59||e>=60&&e<=62||e>=63&&e<=64||e===91||e===92||e===93||e===94||e===96||e===123||e===124||e===125||e===126||e===161||e>=162&&e<=165||e===166||e===167||e===169||e===171||e===172||e===174||e===176||e===177||e===182||e===187||e===191||e===215||e===247||e>=8208&&e<=8213||e>=8214&&e<=8215||e===8216||e===8217||e===8218||e>=8219&&e<=8220||e===8221||e===8222||e===8223||e>=8224&&e<=8231||e>=8240&&e<=8248||e===8249||e===8250||e>=8251&&e<=8254||e>=8257&&e<=8259||e===8260||e===8261||e===8262||e>=8263&&e<=8273||e===8274||e===8275||e>=8277&&e<=8286||e>=8592&&e<=8596||e>=8597&&e<=8601||e>=8602&&e<=8603||e>=8604&&e<=8607||e===8608||e>=8609&&e<=8610||e===8611||e>=8612&&e<=8613||e===8614||e>=8615&&e<=8621||e===8622||e>=8623&&e<=8653||e>=8654&&e<=8655||e>=8656&&e<=8657||e===8658||e===8659||e===8660||e>=8661&&e<=8691||e>=8692&&e<=8959||e>=8960&&e<=8967||e===8968||e===8969||e===8970||e===8971||e>=8972&&e<=8991||e>=8992&&e<=8993||e>=8994&&e<=9e3||e===9001||e===9002||e>=9003&&e<=9083||e===9084||e>=9085&&e<=9114||e>=9115&&e<=9139||e>=9140&&e<=9179||e>=9180&&e<=9185||e>=9186&&e<=9254||e>=9255&&e<=9279||e>=9280&&e<=9290||e>=9291&&e<=9311||e>=9472&&e<=9654||e===9655||e>=9656&&e<=9664||e===9665||e>=9666&&e<=9719||e>=9720&&e<=9727||e>=9728&&e<=9838||e===9839||e>=9840&&e<=10087||e===10088||e===10089||e===10090||e===10091||e===10092||e===10093||e===10094||e===10095||e===10096||e===10097||e===10098||e===10099||e===10100||e===10101||e>=10132&&e<=10175||e>=10176&&e<=10180||e===10181||e===10182||e>=10183&&e<=10213||e===10214||e===10215||e===10216||e===10217||e===10218||e===10219||e===10220||e===10221||e===10222||e===10223||e>=10224&&e<=10239||e>=10240&&e<=10495||e>=10496&&e<=10626||e===10627||e===10628||e===10629||e===10630||e===10631||e===10632||e===10633||e===10634||e===10635||e===10636||e===10637||e===10638||e===10639||e===10640||e===10641||e===10642||e===10643||e===10644||e===10645||e===10646||e===10647||e===10648||e>=10649&&e<=10711||e===10712||e===10713||e===10714||e===10715||e>=10716&&e<=10747||e===10748||e===10749||e>=10750&&e<=11007||e>=11008&&e<=11055||e>=11056&&e<=11076||e>=11077&&e<=11078||e>=11079&&e<=11084||e>=11085&&e<=11123||e>=11124&&e<=11125||e>=11126&&e<=11157||e===11158||e>=11159&&e<=11263||e>=11776&&e<=11777||e===11778||e===11779||e===11780||e===11781||e>=11782&&e<=11784||e===11785||e===11786||e===11787||e===11788||e===11789||e>=11790&&e<=11798||e===11799||e>=11800&&e<=11801||e===11802||e===11803||e===11804||e===11805||e>=11806&&e<=11807||e===11808||e===11809||e===11810||e===11811||e===11812||e===11813||e===11814||e===11815||e===11816||e===11817||e>=11818&&e<=11822||e===11823||e>=11824&&e<=11833||e>=11834&&e<=11835||e>=11836&&e<=11839||e===11840||e===11841||e===11842||e>=11843&&e<=11855||e>=11856&&e<=11857||e===11858||e>=11859&&e<=11903||e>=12289&&e<=12291||e===12296||e===12297||e===12298||e===12299||e===12300||e===12301||e===12302||e===12303||e===12304||e===12305||e>=12306&&e<=12307||e===12308||e===12309||e===12310||e===12311||e===12312||e===12313||e===12314||e===12315||e===12316||e===12317||e>=12318&&e<=12319||e===12320||e===12336||e===64830||e===64831||e>=65093&&e<=65094}function ma(e){e.forEach(function(t){if(delete t.location,fu(t)||hu(t))for(var n in t.options)delete t.options[n].location,ma(t.options[n].value);else lu(t)&&pu(t.style)||(cu(t)||du(t))&&la(t.style)?delete t.style.location:mu(t)&&ma(t.children)})}function _c(e,t){t===void 0&&(t={}),t=q({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var n=new Tc(e,t).parse();if(n.err){var r=SyntaxError(me[n.err.kind]);throw r.location=n.err.location,r.originalMessage=n.err.message,r}return t?.captureLocation||ma(n.val),n.val}function it(e,t){var n=t&&t.cache?t.cache:wc,r=t&&t.serializer?t.serializer:vc,a=t&&t.strategy?t.strategy:Ic;return a(e,{cache:n,serializer:r})}function Sc(e){return e==null||typeof e=="number"||typeof e=="boolean"}function Cc(e,t,n,r){var a=Sc(r)?r:n(r),i=t.get(a);return typeof i>"u"&&(i=e.call(this,r),t.set(a,i)),i}function _u(e,t,n){var r=Array.prototype.slice.call(arguments,3),a=n(r),i=t.get(a);return typeof i>"u"&&(i=e.apply(this,r),t.set(a,i)),i}function Su(e,t,n,r,a){return n.bind(t,e,r,a)}function Ic(e,t){var n=e.length===1?Cc:_u;return Su(e,this,n,t.cache.create(),t.serializer)}function Nc(e,t){return Su(e,this,_u,t.cache.create(),t.serializer)}var vc=function(){return JSON.stringify(arguments)};function Ua(){this.cache=Object.create(null)}Ua.prototype.get=function(e){return this.cache[e]};Ua.prototype.set=function(e,t){this.cache[e]=t};var wc={create:function(){return new Ua}},st={variadic:Nc},ct;(function(e){e.MISSING_VALUE="MISSING_VALUE",e.INVALID_VALUE="INVALID_VALUE",e.MISSING_INTL_API="MISSING_INTL_API"})(ct||(ct={}));var At=(function(e){Je(t,e);function t(n,r,a){var i=e.call(this,n)||this;return i.code=r,i.originalMessage=a,i}return t.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},t})(Error),Ni=(function(e){Je(t,e);function t(n,r,a,i){return e.call(this,'Invalid values for "'.concat(n,'": "').concat(r,'". Options are "').concat(Object.keys(a).join('", "'),'"'),ct.INVALID_VALUE,i)||this}return t})(At),Oc=(function(e){Je(t,e);function t(n,r,a){return e.call(this,'Value for "'.concat(n,'" must be of type ').concat(r),ct.INVALID_VALUE,a)||this}return t})(At),Lc=(function(e){Je(t,e);function t(n,r){return e.call(this,'The intl string context variable "'.concat(n,'" was not provided to the string "').concat(r,'"'),ct.MISSING_VALUE,r)||this}return t})(At),Ue;(function(e){e[e.literal=0]="literal",e[e.object=1]="object"})(Ue||(Ue={}));function Rc(e){return e.length<2?e:e.reduce(function(t,n){var r=t[t.length-1];return!r||r.type!==Ue.literal||n.type!==Ue.literal?t.push(n):r.value+=n.value,t},[])}function Cu(e){return typeof e=="function"}function Jn(e,t,n,r,a,i,s){if(e.length===1&&yi(e[0]))return[{type:Ue.literal,value:e[0].value}];for(var o=[],l=0,c=e;l<c.length;l++){var d=c[l];if(yi(d)){o.push({type:Ue.literal,value:d.value});continue}if(Xl(d)){typeof i=="number"&&o.push({type:Ue.literal,value:n.getNumberFormat(t).format(i)});continue}var f=d.value;if(!(a&&f in a))throw new Lc(f,s);var m=a[f];if(Wl(d)){(!m||typeof m=="string"||typeof m=="number")&&(m=typeof m=="string"||typeof m=="number"?String(m):""),o.push({type:typeof m=="string"?Ue.literal:Ue.object,value:m});continue}if(cu(d)){var h=typeof d.style=="string"?r.date[d.style]:la(d.style)?d.style.parsedOptions:void 0;o.push({type:Ue.literal,value:n.getDateTimeFormat(t,h).format(m)});continue}if(du(d)){var h=typeof d.style=="string"?r.time[d.style]:la(d.style)?d.style.parsedOptions:r.time.medium;o.push({type:Ue.literal,value:n.getDateTimeFormat(t,h).format(m)});continue}if(lu(d)){var h=typeof d.style=="string"?r.number[d.style]:pu(d.style)?d.style.parsedOptions:void 0;h&&h.scale&&(m=m*(h.scale||1)),o.push({type:Ue.literal,value:n.getNumberFormat(t,h).format(m)});continue}if(mu(d)){var y=d.children,x=d.value,L=a[x];if(!Cu(L))throw new Oc(x,"function",s);var _=Jn(y,t,n,r,a,i),R=L(_.map(function(S){return S.value}));Array.isArray(R)||(R=[R]),o.push.apply(o,R.map(function(S){return{type:typeof S=="string"?Ue.literal:Ue.object,value:S}}))}if(fu(d)){var O=d.options[m]||d.options.other;if(!O)throw new Ni(d.value,m,Object.keys(d.options),s);o.push.apply(o,Jn(O.value,t,n,r,a));continue}if(hu(d)){var O=d.options["=".concat(m)];if(!O){if(!Intl.PluralRules)throw new At(`Intl.PluralRules is not available in this environment.
26
+ */var gi;function Vl(){return gi||(gi=1,process.env.NODE_ENV!=="production"&&(function(){var e=typeof Symbol=="function"&&Symbol.for,t=e?Symbol.for("react.element"):60103,n=e?Symbol.for("react.portal"):60106,r=e?Symbol.for("react.fragment"):60107,a=e?Symbol.for("react.strict_mode"):60108,i=e?Symbol.for("react.profiler"):60114,s=e?Symbol.for("react.provider"):60109,o=e?Symbol.for("react.context"):60110,l=e?Symbol.for("react.async_mode"):60111,c=e?Symbol.for("react.concurrent_mode"):60111,d=e?Symbol.for("react.forward_ref"):60112,f=e?Symbol.for("react.suspense"):60113,h=e?Symbol.for("react.suspense_list"):60120,m=e?Symbol.for("react.memo"):60115,y=e?Symbol.for("react.lazy"):60116,x=e?Symbol.for("react.block"):60121,L=e?Symbol.for("react.fundamental"):60117,_=e?Symbol.for("react.responder"):60118,R=e?Symbol.for("react.scope"):60119;function O(U){return typeof U=="string"||typeof U=="function"||U===r||U===c||U===i||U===a||U===f||U===h||typeof U=="object"&&U!==null&&(U.$$typeof===y||U.$$typeof===m||U.$$typeof===s||U.$$typeof===o||U.$$typeof===d||U.$$typeof===L||U.$$typeof===_||U.$$typeof===R||U.$$typeof===x)}function H(U){if(typeof U=="object"&&U!==null){var Ne=U.$$typeof;switch(Ne){case t:var Ge=U.type;switch(Ge){case l:case c:case r:case i:case a:case f:return Ge;default:var Me=Ge&&Ge.$$typeof;switch(Me){case o:case d:case y:case m:case s:return Me;default:return Ne}}case n:return Ne}}}var S=l,w=c,Q=o,ce=s,ie=t,Y=d,$=r,F=y,z=m,j=n,Z=i,de=a,xe=f,fe=!1;function _e(U){return fe||(fe=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")),p(U)||H(U)===l}function p(U){return H(U)===c}function B(U){return H(U)===o}function X(U){return H(U)===s}function b(U){return typeof U=="object"&&U!==null&&U.$$typeof===t}function W(U){return H(U)===d}function ee(U){return H(U)===r}function G(U){return H(U)===y}function K(U){return H(U)===m}function J(U){return H(U)===n}function te(U){return H(U)===i}function ne(U){return H(U)===a}function we(U){return H(U)===f}ye.AsyncMode=S,ye.ConcurrentMode=w,ye.ContextConsumer=Q,ye.ContextProvider=ce,ye.Element=ie,ye.ForwardRef=Y,ye.Fragment=$,ye.Lazy=F,ye.Memo=z,ye.Portal=j,ye.Profiler=Z,ye.StrictMode=de,ye.Suspense=xe,ye.isAsyncMode=_e,ye.isConcurrentMode=p,ye.isContextConsumer=B,ye.isContextProvider=X,ye.isElement=b,ye.isForwardRef=W,ye.isFragment=ee,ye.isLazy=G,ye.isMemo=K,ye.isPortal=J,ye.isProfiler=te,ye.isStrictMode=ne,ye.isSuspense=we,ye.isValidElementType=O,ye.typeOf=H})()),ye}var bi;function Ha(){return bi||(bi=1,process.env.NODE_ENV==="production"?zn.exports=Gl():zn.exports=Vl()),zn.exports}var Lr,Ti;function ql(){if(Ti)return Lr;Ti=1;var e=Ha(),t={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},n={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},r={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},a={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},i={};i[e.ForwardRef]=r,i[e.Memo]=a;function s(y){return e.isMemo(y)?a:i[y.$$typeof]||t}var o=Object.defineProperty,l=Object.getOwnPropertyNames,c=Object.getOwnPropertySymbols,d=Object.getOwnPropertyDescriptor,f=Object.getPrototypeOf,h=Object.prototype;function m(y,x,L){if(typeof x!="string"){if(h){var _=f(x);_&&_!==h&&m(y,_,L)}var R=l(x);c&&(R=R.concat(c(x)));for(var O=s(y),H=s(x),S=0;S<R.length;++S){var w=R[S];if(!n[w]&&!(L&&L[w])&&!(H&&H[w])&&!(O&&O[w])){var Q=d(x,w);try{o(y,w,Q)}catch{}}}}return y}return Lr=m,Lr}ql();function ou(e,t,n){if(n===void 0&&(n=Error),!e)throw new n(t)}var he;(function(e){e[e.EXPECT_ARGUMENT_CLOSING_BRACE=1]="EXPECT_ARGUMENT_CLOSING_BRACE",e[e.EMPTY_ARGUMENT=2]="EMPTY_ARGUMENT",e[e.MALFORMED_ARGUMENT=3]="MALFORMED_ARGUMENT",e[e.EXPECT_ARGUMENT_TYPE=4]="EXPECT_ARGUMENT_TYPE",e[e.INVALID_ARGUMENT_TYPE=5]="INVALID_ARGUMENT_TYPE",e[e.EXPECT_ARGUMENT_STYLE=6]="EXPECT_ARGUMENT_STYLE",e[e.INVALID_NUMBER_SKELETON=7]="INVALID_NUMBER_SKELETON",e[e.INVALID_DATE_TIME_SKELETON=8]="INVALID_DATE_TIME_SKELETON",e[e.EXPECT_NUMBER_SKELETON=9]="EXPECT_NUMBER_SKELETON",e[e.EXPECT_DATE_TIME_SKELETON=10]="EXPECT_DATE_TIME_SKELETON",e[e.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE=11]="UNCLOSED_QUOTE_IN_ARGUMENT_STYLE",e[e.EXPECT_SELECT_ARGUMENT_OPTIONS=12]="EXPECT_SELECT_ARGUMENT_OPTIONS",e[e.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE=13]="EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE",e[e.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE=14]="INVALID_PLURAL_ARGUMENT_OFFSET_VALUE",e[e.EXPECT_SELECT_ARGUMENT_SELECTOR=15]="EXPECT_SELECT_ARGUMENT_SELECTOR",e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR=16]="EXPECT_PLURAL_ARGUMENT_SELECTOR",e[e.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT=17]="EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT",e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT=18]="EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT",e[e.INVALID_PLURAL_ARGUMENT_SELECTOR=19]="INVALID_PLURAL_ARGUMENT_SELECTOR",e[e.DUPLICATE_PLURAL_ARGUMENT_SELECTOR=20]="DUPLICATE_PLURAL_ARGUMENT_SELECTOR",e[e.DUPLICATE_SELECT_ARGUMENT_SELECTOR=21]="DUPLICATE_SELECT_ARGUMENT_SELECTOR",e[e.MISSING_OTHER_CLAUSE=22]="MISSING_OTHER_CLAUSE",e[e.INVALID_TAG=23]="INVALID_TAG",e[e.INVALID_TAG_NAME=25]="INVALID_TAG_NAME",e[e.UNMATCHED_CLOSING_TAG=26]="UNMATCHED_CLOSING_TAG",e[e.UNCLOSED_TAG=27]="UNCLOSED_TAG"})(he||(he={}));var Ie;(function(e){e[e.literal=0]="literal",e[e.argument=1]="argument",e[e.number=2]="number",e[e.date=3]="date",e[e.time=4]="time",e[e.select=5]="select",e[e.plural=6]="plural",e[e.pound=7]="pound",e[e.tag=8]="tag"})(Ie||(Ie={}));var Jt;(function(e){e[e.number=0]="number",e[e.dateTime=1]="dateTime"})(Jt||(Jt={}));function yi(e){return e.type===Ie.literal}function Wl(e){return e.type===Ie.argument}function lu(e){return e.type===Ie.number}function cu(e){return e.type===Ie.date}function du(e){return e.type===Ie.time}function fu(e){return e.type===Ie.select}function hu(e){return e.type===Ie.plural}function Xl(e){return e.type===Ie.pound}function mu(e){return e.type===Ie.tag}function pu(e){return!!(e&&typeof e=="object"&&e.type===Jt.number)}function la(e){return!!(e&&typeof e=="object"&&e.type===Jt.dateTime)}var Eu=/[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/,Ql=/(?:[Eec]{1,6}|G{1,5}|[Qq]{1,5}|(?:[yYur]+|U{1,5})|[ML]{1,5}|d{1,2}|D{1,3}|F{1}|[abB]{1,5}|[hkHK]{1,2}|w{1,2}|W{1}|m{1,2}|s{1,2}|[zZOvVxX]{1,4})(?=([^']*'[^']*')*[^']*$)/g;function Kl(e){var t={};return e.replace(Ql,function(n){var r=n.length;switch(n[0]){case"G":t.era=r===4?"long":r===5?"narrow":"short";break;case"y":t.year=r===2?"2-digit":"numeric";break;case"Y":case"u":case"U":case"r":throw new RangeError("`Y/u/U/r` (year) patterns are not supported, use `y` instead");case"q":case"Q":throw new RangeError("`q/Q` (quarter) patterns are not supported");case"M":case"L":t.month=["numeric","2-digit","short","long","narrow"][r-1];break;case"w":case"W":throw new RangeError("`w/W` (week) patterns are not supported");case"d":t.day=["numeric","2-digit"][r-1];break;case"D":case"F":case"g":throw new RangeError("`D/F/g` (day) patterns are not supported, use `d` instead");case"E":t.weekday=r===4?"long":r===5?"narrow":"short";break;case"e":if(r<4)throw new RangeError("`e..eee` (weekday) patterns are not supported");t.weekday=["short","long","narrow","short"][r-4];break;case"c":if(r<4)throw new RangeError("`c..ccc` (weekday) patterns are not supported");t.weekday=["short","long","narrow","short"][r-4];break;case"a":t.hour12=!0;break;case"b":case"B":throw new RangeError("`b/B` (period) patterns are not supported, use `a` instead");case"h":t.hourCycle="h12",t.hour=["numeric","2-digit"][r-1];break;case"H":t.hourCycle="h23",t.hour=["numeric","2-digit"][r-1];break;case"K":t.hourCycle="h11",t.hour=["numeric","2-digit"][r-1];break;case"k":t.hourCycle="h24",t.hour=["numeric","2-digit"][r-1];break;case"j":case"J":case"C":throw new RangeError("`j/J/C` (hour) patterns are not supported, use `h/H/K/k` instead");case"m":t.minute=["numeric","2-digit"][r-1];break;case"s":t.second=["numeric","2-digit"][r-1];break;case"S":case"A":throw new RangeError("`S/A` (second) patterns are not supported, use `s` instead");case"z":t.timeZoneName=r<4?"short":"long";break;case"Z":case"O":case"v":case"V":case"X":case"x":throw new RangeError("`Z/O/v/V/X/x` (timeZone) patterns are not supported, use `z` instead")}return""}),t}var Zl=/[\t-\r \x85\u200E\u200F\u2028\u2029]/i;function Jl(e){if(e.length===0)throw new Error("Number skeleton cannot be empty");for(var t=e.split(Zl).filter(function(h){return h.length>0}),n=[],r=0,a=t;r<a.length;r++){var i=a[r],s=i.split("/");if(s.length===0)throw new Error("Invalid number skeleton");for(var o=s[0],l=s.slice(1),c=0,d=l;c<d.length;c++){var f=d[c];if(f.length===0)throw new Error("Invalid number skeleton")}n.push({stem:o,options:l})}return n}function ec(e){return e.replace(/^(.*?)-/,"")}var xi=/^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g,gu=/^(@+)?(\+|#+)?[rs]?$/g,tc=/(\*)(0+)|(#+)(0+)|(0+)/g,bu=/^(0+)$/;function Ai(e){var t={};return e[e.length-1]==="r"?t.roundingPriority="morePrecision":e[e.length-1]==="s"&&(t.roundingPriority="lessPrecision"),e.replace(gu,function(n,r,a){return typeof a!="string"?(t.minimumSignificantDigits=r.length,t.maximumSignificantDigits=r.length):a==="+"?t.minimumSignificantDigits=r.length:r[0]==="#"?t.maximumSignificantDigits=r.length:(t.minimumSignificantDigits=r.length,t.maximumSignificantDigits=r.length+(typeof a=="string"?a.length:0)),""}),t}function Tu(e){switch(e){case"sign-auto":return{signDisplay:"auto"};case"sign-accounting":case"()":return{currencySign:"accounting"};case"sign-always":case"+!":return{signDisplay:"always"};case"sign-accounting-always":case"()!":return{signDisplay:"always",currencySign:"accounting"};case"sign-except-zero":case"+?":return{signDisplay:"exceptZero"};case"sign-accounting-except-zero":case"()?":return{signDisplay:"exceptZero",currencySign:"accounting"};case"sign-never":case"+_":return{signDisplay:"never"}}}function nc(e){var t;if(e[0]==="E"&&e[1]==="E"?(t={notation:"engineering"},e=e.slice(2)):e[0]==="E"&&(t={notation:"scientific"},e=e.slice(1)),t){var n=e.slice(0,2);if(n==="+!"?(t.signDisplay="always",e=e.slice(2)):n==="+?"&&(t.signDisplay="exceptZero",e=e.slice(2)),!bu.test(e))throw new Error("Malformed concise eng/scientific notation");t.minimumIntegerDigits=e.length}return t}function _i(e){var t={},n=Tu(e);return n||t}function rc(e){for(var t={},n=0,r=e;n<r.length;n++){var a=r[n];switch(a.stem){case"percent":case"%":t.style="percent";continue;case"%x100":t.style="percent",t.scale=100;continue;case"currency":t.style="currency",t.currency=a.options[0];continue;case"group-off":case",_":t.useGrouping=!1;continue;case"precision-integer":case".":t.maximumFractionDigits=0;continue;case"measure-unit":case"unit":t.style="unit",t.unit=ec(a.options[0]);continue;case"compact-short":case"K":t.notation="compact",t.compactDisplay="short";continue;case"compact-long":case"KK":t.notation="compact",t.compactDisplay="long";continue;case"scientific":t=V(V(V({},t),{notation:"scientific"}),a.options.reduce(function(l,c){return V(V({},l),_i(c))},{}));continue;case"engineering":t=V(V(V({},t),{notation:"engineering"}),a.options.reduce(function(l,c){return V(V({},l),_i(c))},{}));continue;case"notation-simple":t.notation="standard";continue;case"unit-width-narrow":t.currencyDisplay="narrowSymbol",t.unitDisplay="narrow";continue;case"unit-width-short":t.currencyDisplay="code",t.unitDisplay="short";continue;case"unit-width-full-name":t.currencyDisplay="name",t.unitDisplay="long";continue;case"unit-width-iso-code":t.currencyDisplay="symbol";continue;case"scale":t.scale=parseFloat(a.options[0]);continue;case"rounding-mode-floor":t.roundingMode="floor";continue;case"rounding-mode-ceiling":t.roundingMode="ceil";continue;case"rounding-mode-down":t.roundingMode="trunc";continue;case"rounding-mode-up":t.roundingMode="expand";continue;case"rounding-mode-half-even":t.roundingMode="halfEven";continue;case"rounding-mode-half-down":t.roundingMode="halfTrunc";continue;case"rounding-mode-half-up":t.roundingMode="halfExpand";continue;case"integer-width":if(a.options.length>1)throw new RangeError("integer-width stems only accept a single optional option");a.options[0].replace(tc,function(l,c,d,f,h,m){if(c)t.minimumIntegerDigits=d.length;else{if(f&&h)throw new Error("We currently do not support maximum integer digits");if(m)throw new Error("We currently do not support exact integer digits")}return""});continue}if(bu.test(a.stem)){t.minimumIntegerDigits=a.stem.length;continue}if(xi.test(a.stem)){if(a.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");a.stem.replace(xi,function(l,c,d,f,h,m){return d==="*"?t.minimumFractionDigits=c.length:f&&f[0]==="#"?t.maximumFractionDigits=f.length:h&&m?(t.minimumFractionDigits=h.length,t.maximumFractionDigits=h.length+m.length):(t.minimumFractionDigits=c.length,t.maximumFractionDigits=c.length),""});var i=a.options[0];i==="w"?t=V(V({},t),{trailingZeroDisplay:"stripIfInteger"}):i&&(t=V(V({},t),Ai(i)));continue}if(gu.test(a.stem)){t=V(V({},t),Ai(a.stem));continue}var s=Tu(a.stem);s&&(t=V(V({},t),s));var o=nc(a.stem);o&&(t=V(V({},t),o))}return t}var Yn={"001":["H","h"],AC:["H","h","hb","hB"],AD:["H","hB"],AE:["h","hB","hb","H"],AF:["H","hb","hB","h"],AG:["h","hb","H","hB"],AI:["H","h","hb","hB"],AL:["h","H","hB"],AM:["H","hB"],AO:["H","hB"],AR:["H","h","hB","hb"],AS:["h","H"],AT:["H","hB"],AU:["h","hb","H","hB"],AW:["H","hB"],AX:["H"],AZ:["H","hB","h"],BA:["H","hB","h"],BB:["h","hb","H","hB"],BD:["h","hB","H"],BE:["H","hB"],BF:["H","hB"],BG:["H","hB","h"],BH:["h","hB","hb","H"],BI:["H","h"],BJ:["H","hB"],BL:["H","hB"],BM:["h","hb","H","hB"],BN:["hb","hB","h","H"],BO:["H","hB","h","hb"],BQ:["H"],BR:["H","hB"],BS:["h","hb","H","hB"],BT:["h","H"],BW:["H","h","hb","hB"],BY:["H","h"],BZ:["H","h","hb","hB"],CA:["h","hb","H","hB"],CC:["H","h","hb","hB"],CD:["hB","H"],CF:["H","h","hB"],CG:["H","hB"],CH:["H","hB","h"],CI:["H","hB"],CK:["H","h","hb","hB"],CL:["H","h","hB","hb"],CM:["H","h","hB"],CN:["H","hB","hb","h"],CO:["h","H","hB","hb"],CP:["H"],CR:["H","h","hB","hb"],CU:["H","h","hB","hb"],CV:["H","hB"],CW:["H","hB"],CX:["H","h","hb","hB"],CY:["h","H","hb","hB"],CZ:["H"],DE:["H","hB"],DG:["H","h","hb","hB"],DJ:["h","H"],DK:["H"],DM:["h","hb","H","hB"],DO:["h","H","hB","hb"],DZ:["h","hB","hb","H"],EA:["H","h","hB","hb"],EC:["H","hB","h","hb"],EE:["H","hB"],EG:["h","hB","hb","H"],EH:["h","hB","hb","H"],ER:["h","H"],ES:["H","hB","h","hb"],ET:["hB","hb","h","H"],FI:["H"],FJ:["h","hb","H","hB"],FK:["H","h","hb","hB"],FM:["h","hb","H","hB"],FO:["H","h"],FR:["H","hB"],GA:["H","hB"],GB:["H","h","hb","hB"],GD:["h","hb","H","hB"],GE:["H","hB","h"],GF:["H","hB"],GG:["H","h","hb","hB"],GH:["h","H"],GI:["H","h","hb","hB"],GL:["H","h"],GM:["h","hb","H","hB"],GN:["H","hB"],GP:["H","hB"],GQ:["H","hB","h","hb"],GR:["h","H","hb","hB"],GT:["H","h","hB","hb"],GU:["h","hb","H","hB"],GW:["H","hB"],GY:["h","hb","H","hB"],HK:["h","hB","hb","H"],HN:["H","h","hB","hb"],HR:["H","hB"],HU:["H","h"],IC:["H","h","hB","hb"],ID:["H"],IE:["H","h","hb","hB"],IL:["H","hB"],IM:["H","h","hb","hB"],IN:["h","H"],IO:["H","h","hb","hB"],IQ:["h","hB","hb","H"],IR:["hB","H"],IS:["H"],IT:["H","hB"],JE:["H","h","hb","hB"],JM:["h","hb","H","hB"],JO:["h","hB","hb","H"],JP:["H","K","h"],KE:["hB","hb","H","h"],KG:["H","h","hB","hb"],KH:["hB","h","H","hb"],KI:["h","hb","H","hB"],KM:["H","h","hB","hb"],KN:["h","hb","H","hB"],KP:["h","H","hB","hb"],KR:["h","H","hB","hb"],KW:["h","hB","hb","H"],KY:["h","hb","H","hB"],KZ:["H","hB"],LA:["H","hb","hB","h"],LB:["h","hB","hb","H"],LC:["h","hb","H","hB"],LI:["H","hB","h"],LK:["H","h","hB","hb"],LR:["h","hb","H","hB"],LS:["h","H"],LT:["H","h","hb","hB"],LU:["H","h","hB"],LV:["H","hB","hb","h"],LY:["h","hB","hb","H"],MA:["H","h","hB","hb"],MC:["H","hB"],MD:["H","hB"],ME:["H","hB","h"],MF:["H","hB"],MG:["H","h"],MH:["h","hb","H","hB"],MK:["H","h","hb","hB"],ML:["H"],MM:["hB","hb","H","h"],MN:["H","h","hb","hB"],MO:["h","hB","hb","H"],MP:["h","hb","H","hB"],MQ:["H","hB"],MR:["h","hB","hb","H"],MS:["H","h","hb","hB"],MT:["H","h"],MU:["H","h"],MV:["H","h"],MW:["h","hb","H","hB"],MX:["H","h","hB","hb"],MY:["hb","hB","h","H"],MZ:["H","hB"],NA:["h","H","hB","hb"],NC:["H","hB"],NE:["H"],NF:["H","h","hb","hB"],NG:["H","h","hb","hB"],NI:["H","h","hB","hb"],NL:["H","hB"],NO:["H","h"],NP:["H","h","hB"],NR:["H","h","hb","hB"],NU:["H","h","hb","hB"],NZ:["h","hb","H","hB"],OM:["h","hB","hb","H"],PA:["h","H","hB","hb"],PE:["H","hB","h","hb"],PF:["H","h","hB"],PG:["h","H"],PH:["h","hB","hb","H"],PK:["h","hB","H"],PL:["H","h"],PM:["H","hB"],PN:["H","h","hb","hB"],PR:["h","H","hB","hb"],PS:["h","hB","hb","H"],PT:["H","hB"],PW:["h","H"],PY:["H","h","hB","hb"],QA:["h","hB","hb","H"],RE:["H","hB"],RO:["H","hB"],RS:["H","hB","h"],RU:["H"],RW:["H","h"],SA:["h","hB","hb","H"],SB:["h","hb","H","hB"],SC:["H","h","hB"],SD:["h","hB","hb","H"],SE:["H"],SG:["h","hb","H","hB"],SH:["H","h","hb","hB"],SI:["H","hB"],SJ:["H"],SK:["H"],SL:["h","hb","H","hB"],SM:["H","h","hB"],SN:["H","h","hB"],SO:["h","H"],SR:["H","hB"],SS:["h","hb","H","hB"],ST:["H","hB"],SV:["H","h","hB","hb"],SX:["H","h","hb","hB"],SY:["h","hB","hb","H"],SZ:["h","hb","H","hB"],TA:["H","h","hb","hB"],TC:["h","hb","H","hB"],TD:["h","H","hB"],TF:["H","h","hB"],TG:["H","hB"],TH:["H","h"],TJ:["H","h"],TL:["H","hB","hb","h"],TM:["H","h"],TN:["h","hB","hb","H"],TO:["h","H"],TR:["H","hB"],TT:["h","hb","H","hB"],TW:["hB","hb","h","H"],TZ:["hB","hb","H","h"],UA:["H","hB","h"],UG:["hB","hb","H","h"],UM:["h","hb","H","hB"],US:["h","hb","H","hB"],UY:["H","h","hB","hb"],UZ:["H","hB","h"],VA:["H","h","hB"],VC:["h","hb","H","hB"],VE:["h","H","hB","hb"],VG:["h","hb","H","hB"],VI:["h","hb","H","hB"],VN:["H","h"],VU:["h","H"],WF:["H","hB"],WS:["h","H"],XK:["H","hB","h"],YE:["h","hB","hb","H"],YT:["H","hB"],ZA:["H","h","hb","hB"],ZM:["h","hb","H","hB"],ZW:["H","h"],"af-ZA":["H","h","hB","hb"],"ar-001":["h","hB","hb","H"],"ca-ES":["H","h","hB"],"en-001":["h","hb","H","hB"],"es-BO":["H","h","hB","hb"],"es-BR":["H","h","hB","hb"],"es-EC":["H","h","hB","hb"],"es-ES":["H","h","hB","hb"],"es-GQ":["H","h","hB","hb"],"es-PE":["H","h","hB","hb"],"fr-CA":["H","h","hB"],"gl-ES":["H","h","hB"],"gu-IN":["hB","hb","h","H"],"hi-IN":["hB","h","H"],"it-CH":["H","h","hB"],"it-IT":["H","h","hB"],"kn-IN":["hB","h","H"],"ml-IN":["hB","h","H"],"mr-IN":["hB","hb","h","H"],"pa-IN":["hB","hb","h","H"],"ta-IN":["hB","h","hb","H"],"te-IN":["hB","h","H"],"zu-ZA":["H","hB","hb","h"]};function ac(e,t){for(var n="",r=0;r<e.length;r++){var a=e.charAt(r);if(a==="j"){for(var i=0;r+1<e.length&&e.charAt(r+1)===a;)i++,r++;var s=1+(i&1),o=i<2?1:3+(i>>1),l="a",c=ic(t);for((c=="H"||c=="k")&&(o=0);o-- >0;)n+=l;for(;s-- >0;)n=c+n}else a==="J"?n+="H":n+=a}return n}function ic(e){var t=e.hourCycle;if(t===void 0&&e.hourCycles&&e.hourCycles.length&&(t=e.hourCycles[0]),t)switch(t){case"h24":return"k";case"h23":return"H";case"h12":return"h";case"h11":return"K";default:throw new Error("Invalid hourCycle")}var n=e.language,r;n!=="root"&&(r=e.maximize().region);var a=Yn[r||""]||Yn[n||""]||Yn["".concat(n,"-001")]||Yn["001"];return a[0]}var Rr,sc=new RegExp("^".concat(Eu.source,"*")),uc=new RegExp("".concat(Eu.source,"*$"));function pe(e,t){return{start:e,end:t}}var oc=!!String.prototype.startsWith&&"_a".startsWith("a",1),lc=!!String.fromCodePoint,cc=!!Object.fromEntries,dc=!!String.prototype.codePointAt,fc=!!String.prototype.trimStart,hc=!!String.prototype.trimEnd,mc=!!Number.isSafeInteger,pc=mc?Number.isSafeInteger:function(e){return typeof e=="number"&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},ca=!0;try{var Ec=xu("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");ca=((Rr=Ec.exec("a"))===null||Rr===void 0?void 0:Rr[0])==="a"}catch{ca=!1}var Si=oc?function(t,n,r){return t.startsWith(n,r)}:function(t,n,r){return t.slice(r,r+n.length)===n},da=lc?String.fromCodePoint:function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];for(var r="",a=t.length,i=0,s;a>i;){if(s=t[i++],s>1114111)throw RangeError(s+" is not a valid code point");r+=s<65536?String.fromCharCode(s):String.fromCharCode(((s-=65536)>>10)+55296,s%1024+56320)}return r},Ci=cc?Object.fromEntries:function(t){for(var n={},r=0,a=t;r<a.length;r++){var i=a[r],s=i[0],o=i[1];n[s]=o}return n},yu=dc?function(t,n){return t.codePointAt(n)}:function(t,n){var r=t.length;if(!(n<0||n>=r)){var a=t.charCodeAt(n),i;return a<55296||a>56319||n+1===r||(i=t.charCodeAt(n+1))<56320||i>57343?a:(a-55296<<10)+(i-56320)+65536}},gc=fc?function(t){return t.trimStart()}:function(t){return t.replace(sc,"")},bc=hc?function(t){return t.trimEnd()}:function(t){return t.replace(uc,"")};function xu(e,t){return new RegExp(e,t)}var fa;if(ca){var Ii=xu("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");fa=function(t,n){var r;Ii.lastIndex=n;var a=Ii.exec(t);return(r=a[1])!==null&&r!==void 0?r:""}}else fa=function(t,n){for(var r=[];;){var a=yu(t,n);if(a===void 0||Au(a)||Ac(a))break;r.push(a),n+=a>=65536?2:1}return da.apply(void 0,r)};var Tc=(function(){function e(t,n){n===void 0&&(n={}),this.message=t,this.position={offset:0,line:1,column:1},this.ignoreTag=!!n.ignoreTag,this.locale=n.locale,this.requiresOtherClause=!!n.requiresOtherClause,this.shouldParseSkeletons=!!n.shouldParseSkeletons}return e.prototype.parse=function(){if(this.offset()!==0)throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},e.prototype.parseMessage=function(t,n,r){for(var a=[];!this.isEOF();){var i=this.char();if(i===123){var s=this.parseArgument(t,r);if(s.err)return s;a.push(s.val)}else{if(i===125&&t>0)break;if(i===35&&(n==="plural"||n==="selectordinal")){var o=this.clonePosition();this.bump(),a.push({type:Ie.pound,location:pe(o,this.clonePosition())})}else if(i===60&&!this.ignoreTag&&this.peek()===47){if(r)break;return this.error(he.UNMATCHED_CLOSING_TAG,pe(this.clonePosition(),this.clonePosition()))}else if(i===60&&!this.ignoreTag&&ha(this.peek()||0)){var s=this.parseTag(t,n);if(s.err)return s;a.push(s.val)}else{var s=this.parseLiteral(t,n);if(s.err)return s;a.push(s.val)}}}return{val:a,err:null}},e.prototype.parseTag=function(t,n){var r=this.clonePosition();this.bump();var a=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))return{val:{type:Ie.literal,value:"<".concat(a,"/>"),location:pe(r,this.clonePosition())},err:null};if(this.bumpIf(">")){var i=this.parseMessage(t+1,n,!0);if(i.err)return i;var s=i.val,o=this.clonePosition();if(this.bumpIf("</")){if(this.isEOF()||!ha(this.char()))return this.error(he.INVALID_TAG,pe(o,this.clonePosition()));var l=this.clonePosition(),c=this.parseTagName();return a!==c?this.error(he.UNMATCHED_CLOSING_TAG,pe(l,this.clonePosition())):(this.bumpSpace(),this.bumpIf(">")?{val:{type:Ie.tag,value:a,children:s,location:pe(r,this.clonePosition())},err:null}:this.error(he.INVALID_TAG,pe(o,this.clonePosition())))}else return this.error(he.UNCLOSED_TAG,pe(r,this.clonePosition()))}else return this.error(he.INVALID_TAG,pe(r,this.clonePosition()))},e.prototype.parseTagName=function(){var t=this.offset();for(this.bump();!this.isEOF()&&xc(this.char());)this.bump();return this.message.slice(t,this.offset())},e.prototype.parseLiteral=function(t,n){for(var r=this.clonePosition(),a="";;){var i=this.tryParseQuote(n);if(i){a+=i;continue}var s=this.tryParseUnquoted(t,n);if(s){a+=s;continue}var o=this.tryParseLeftAngleBracket();if(o){a+=o;continue}break}var l=pe(r,this.clonePosition());return{val:{type:Ie.literal,value:a,location:l},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return!this.isEOF()&&this.char()===60&&(this.ignoreTag||!yc(this.peek()||0))?(this.bump(),"<"):null},e.prototype.tryParseQuote=function(t){if(this.isEOF()||this.char()!==39)return null;switch(this.peek()){case 39:return this.bump(),this.bump(),"'";case 123:case 60:case 62:case 125:break;case 35:if(t==="plural"||t==="selectordinal")break;return null;default:return null}this.bump();var n=[this.char()];for(this.bump();!this.isEOF();){var r=this.char();if(r===39)if(this.peek()===39)n.push(39),this.bump();else{this.bump();break}else n.push(r);this.bump()}return da.apply(void 0,n)},e.prototype.tryParseUnquoted=function(t,n){if(this.isEOF())return null;var r=this.char();return r===60||r===123||r===35&&(n==="plural"||n==="selectordinal")||r===125&&t>0?null:(this.bump(),da(r))},e.prototype.parseArgument=function(t,n){var r=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(he.EXPECT_ARGUMENT_CLOSING_BRACE,pe(r,this.clonePosition()));if(this.char()===125)return this.bump(),this.error(he.EMPTY_ARGUMENT,pe(r,this.clonePosition()));var a=this.parseIdentifierIfPossible().value;if(!a)return this.error(he.MALFORMED_ARGUMENT,pe(r,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(he.EXPECT_ARGUMENT_CLOSING_BRACE,pe(r,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:Ie.argument,value:a,location:pe(r,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(he.EXPECT_ARGUMENT_CLOSING_BRACE,pe(r,this.clonePosition())):this.parseArgumentOptions(t,n,a,r);default:return this.error(he.MALFORMED_ARGUMENT,pe(r,this.clonePosition()))}},e.prototype.parseIdentifierIfPossible=function(){var t=this.clonePosition(),n=this.offset(),r=fa(this.message,n),a=n+r.length;this.bumpTo(a);var i=this.clonePosition(),s=pe(t,i);return{value:r,location:s}},e.prototype.parseArgumentOptions=function(t,n,r,a){var i,s=this.clonePosition(),o=this.parseIdentifierIfPossible().value,l=this.clonePosition();switch(o){case"":return this.error(he.EXPECT_ARGUMENT_TYPE,pe(s,l));case"number":case"date":case"time":{this.bumpSpace();var c=null;if(this.bumpIf(",")){this.bumpSpace();var d=this.clonePosition(),f=this.parseSimpleArgStyleIfPossible();if(f.err)return f;var h=bc(f.val);if(h.length===0)return this.error(he.EXPECT_ARGUMENT_STYLE,pe(this.clonePosition(),this.clonePosition()));var m=pe(d,this.clonePosition());c={style:h,styleLocation:m}}var y=this.tryParseArgumentClose(a);if(y.err)return y;var x=pe(a,this.clonePosition());if(c&&Si(c?.style,"::",0)){var L=gc(c.style.slice(2));if(o==="number"){var f=this.parseNumberSkeletonFromString(L,c.styleLocation);return f.err?f:{val:{type:Ie.number,value:r,location:x,style:f.val},err:null}}else{if(L.length===0)return this.error(he.EXPECT_DATE_TIME_SKELETON,x);var _=L;this.locale&&(_=ac(L,this.locale));var h={type:Jt.dateTime,pattern:_,location:c.styleLocation,parsedOptions:this.shouldParseSkeletons?Kl(_):{}},R=o==="date"?Ie.date:Ie.time;return{val:{type:R,value:r,location:x,style:h},err:null}}}return{val:{type:o==="number"?Ie.number:o==="date"?Ie.date:Ie.time,value:r,location:x,style:(i=c?.style)!==null&&i!==void 0?i:null},err:null}}case"plural":case"selectordinal":case"select":{var O=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(he.EXPECT_SELECT_ARGUMENT_OPTIONS,pe(O,V({},O)));this.bumpSpace();var H=this.parseIdentifierIfPossible(),S=0;if(o!=="select"&&H.value==="offset"){if(!this.bumpIf(":"))return this.error(he.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,pe(this.clonePosition(),this.clonePosition()));this.bumpSpace();var f=this.tryParseDecimalInteger(he.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,he.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);if(f.err)return f;this.bumpSpace(),H=this.parseIdentifierIfPossible(),S=f.val}var w=this.tryParsePluralOrSelectOptions(t,o,n,H);if(w.err)return w;var y=this.tryParseArgumentClose(a);if(y.err)return y;var Q=pe(a,this.clonePosition());return o==="select"?{val:{type:Ie.select,value:r,options:Ci(w.val),location:Q},err:null}:{val:{type:Ie.plural,value:r,options:Ci(w.val),offset:S,pluralType:o==="plural"?"cardinal":"ordinal",location:Q},err:null}}default:return this.error(he.INVALID_ARGUMENT_TYPE,pe(s,l))}},e.prototype.tryParseArgumentClose=function(t){return this.isEOF()||this.char()!==125?this.error(he.EXPECT_ARGUMENT_CLOSING_BRACE,pe(t,this.clonePosition())):(this.bump(),{val:!0,err:null})},e.prototype.parseSimpleArgStyleIfPossible=function(){for(var t=0,n=this.clonePosition();!this.isEOF();){var r=this.char();switch(r){case 39:{this.bump();var a=this.clonePosition();if(!this.bumpUntil("'"))return this.error(he.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,pe(a,this.clonePosition()));this.bump();break}case 123:{t+=1,this.bump();break}case 125:{if(t>0)t-=1;else return{val:this.message.slice(n.offset,this.offset()),err:null};break}default:this.bump();break}}return{val:this.message.slice(n.offset,this.offset()),err:null}},e.prototype.parseNumberSkeletonFromString=function(t,n){var r=[];try{r=Jl(t)}catch{return this.error(he.INVALID_NUMBER_SKELETON,n)}return{val:{type:Jt.number,tokens:r,location:n,parsedOptions:this.shouldParseSkeletons?rc(r):{}},err:null}},e.prototype.tryParsePluralOrSelectOptions=function(t,n,r,a){for(var i,s=!1,o=[],l=new Set,c=a.value,d=a.location;;){if(c.length===0){var f=this.clonePosition();if(n!=="select"&&this.bumpIf("=")){var h=this.tryParseDecimalInteger(he.EXPECT_PLURAL_ARGUMENT_SELECTOR,he.INVALID_PLURAL_ARGUMENT_SELECTOR);if(h.err)return h;d=pe(f,this.clonePosition()),c=this.message.slice(f.offset,this.offset())}else break}if(l.has(c))return this.error(n==="select"?he.DUPLICATE_SELECT_ARGUMENT_SELECTOR:he.DUPLICATE_PLURAL_ARGUMENT_SELECTOR,d);c==="other"&&(s=!0),this.bumpSpace();var m=this.clonePosition();if(!this.bumpIf("{"))return this.error(n==="select"?he.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:he.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,pe(this.clonePosition(),this.clonePosition()));var y=this.parseMessage(t+1,n,r);if(y.err)return y;var x=this.tryParseArgumentClose(m);if(x.err)return x;o.push([c,{value:y.val,location:pe(m,this.clonePosition())}]),l.add(c),this.bumpSpace(),i=this.parseIdentifierIfPossible(),c=i.value,d=i.location}return o.length===0?this.error(n==="select"?he.EXPECT_SELECT_ARGUMENT_SELECTOR:he.EXPECT_PLURAL_ARGUMENT_SELECTOR,pe(this.clonePosition(),this.clonePosition())):this.requiresOtherClause&&!s?this.error(he.MISSING_OTHER_CLAUSE,pe(this.clonePosition(),this.clonePosition())):{val:o,err:null}},e.prototype.tryParseDecimalInteger=function(t,n){var r=1,a=this.clonePosition();this.bumpIf("+")||this.bumpIf("-")&&(r=-1);for(var i=!1,s=0;!this.isEOF();){var o=this.char();if(o>=48&&o<=57)i=!0,s=s*10+(o-48),this.bump();else break}var l=pe(a,this.clonePosition());return i?(s*=r,pc(s)?{val:s,err:null}:this.error(n,l)):this.error(t,l)},e.prototype.offset=function(){return this.position.offset},e.prototype.isEOF=function(){return this.offset()===this.message.length},e.prototype.clonePosition=function(){return{offset:this.position.offset,line:this.position.line,column:this.position.column}},e.prototype.char=function(){var t=this.position.offset;if(t>=this.message.length)throw Error("out of bound");var n=yu(this.message,t);if(n===void 0)throw Error("Offset ".concat(t," is at invalid UTF-16 code unit boundary"));return n},e.prototype.error=function(t,n){return{val:null,err:{kind:t,message:this.message,location:n}}},e.prototype.bump=function(){if(!this.isEOF()){var t=this.char();t===10?(this.position.line+=1,this.position.column=1,this.position.offset+=1):(this.position.column+=1,this.position.offset+=t<65536?1:2)}},e.prototype.bumpIf=function(t){if(Si(this.message,t,this.offset())){for(var n=0;n<t.length;n++)this.bump();return!0}return!1},e.prototype.bumpUntil=function(t){var n=this.offset(),r=this.message.indexOf(t,n);return r>=0?(this.bumpTo(r),!0):(this.bumpTo(this.message.length),!1)},e.prototype.bumpTo=function(t){if(this.offset()>t)throw Error("targetOffset ".concat(t," must be greater than or equal to the current offset ").concat(this.offset()));for(t=Math.min(t,this.message.length);;){var n=this.offset();if(n===t)break;if(n>t)throw Error("targetOffset ".concat(t," is at invalid UTF-16 code unit boundary"));if(this.bump(),this.isEOF())break}},e.prototype.bumpSpace=function(){for(;!this.isEOF()&&Au(this.char());)this.bump()},e.prototype.peek=function(){if(this.isEOF())return null;var t=this.char(),n=this.offset(),r=this.message.charCodeAt(n+(t>=65536?2:1));return r??null},e})();function ha(e){return e>=97&&e<=122||e>=65&&e<=90}function yc(e){return ha(e)||e===47}function xc(e){return e===45||e===46||e>=48&&e<=57||e===95||e>=97&&e<=122||e>=65&&e<=90||e==183||e>=192&&e<=214||e>=216&&e<=246||e>=248&&e<=893||e>=895&&e<=8191||e>=8204&&e<=8205||e>=8255&&e<=8256||e>=8304&&e<=8591||e>=11264&&e<=12271||e>=12289&&e<=55295||e>=63744&&e<=64975||e>=65008&&e<=65533||e>=65536&&e<=983039}function Au(e){return e>=9&&e<=13||e===32||e===133||e>=8206&&e<=8207||e===8232||e===8233}function Ac(e){return e>=33&&e<=35||e===36||e>=37&&e<=39||e===40||e===41||e===42||e===43||e===44||e===45||e>=46&&e<=47||e>=58&&e<=59||e>=60&&e<=62||e>=63&&e<=64||e===91||e===92||e===93||e===94||e===96||e===123||e===124||e===125||e===126||e===161||e>=162&&e<=165||e===166||e===167||e===169||e===171||e===172||e===174||e===176||e===177||e===182||e===187||e===191||e===215||e===247||e>=8208&&e<=8213||e>=8214&&e<=8215||e===8216||e===8217||e===8218||e>=8219&&e<=8220||e===8221||e===8222||e===8223||e>=8224&&e<=8231||e>=8240&&e<=8248||e===8249||e===8250||e>=8251&&e<=8254||e>=8257&&e<=8259||e===8260||e===8261||e===8262||e>=8263&&e<=8273||e===8274||e===8275||e>=8277&&e<=8286||e>=8592&&e<=8596||e>=8597&&e<=8601||e>=8602&&e<=8603||e>=8604&&e<=8607||e===8608||e>=8609&&e<=8610||e===8611||e>=8612&&e<=8613||e===8614||e>=8615&&e<=8621||e===8622||e>=8623&&e<=8653||e>=8654&&e<=8655||e>=8656&&e<=8657||e===8658||e===8659||e===8660||e>=8661&&e<=8691||e>=8692&&e<=8959||e>=8960&&e<=8967||e===8968||e===8969||e===8970||e===8971||e>=8972&&e<=8991||e>=8992&&e<=8993||e>=8994&&e<=9e3||e===9001||e===9002||e>=9003&&e<=9083||e===9084||e>=9085&&e<=9114||e>=9115&&e<=9139||e>=9140&&e<=9179||e>=9180&&e<=9185||e>=9186&&e<=9254||e>=9255&&e<=9279||e>=9280&&e<=9290||e>=9291&&e<=9311||e>=9472&&e<=9654||e===9655||e>=9656&&e<=9664||e===9665||e>=9666&&e<=9719||e>=9720&&e<=9727||e>=9728&&e<=9838||e===9839||e>=9840&&e<=10087||e===10088||e===10089||e===10090||e===10091||e===10092||e===10093||e===10094||e===10095||e===10096||e===10097||e===10098||e===10099||e===10100||e===10101||e>=10132&&e<=10175||e>=10176&&e<=10180||e===10181||e===10182||e>=10183&&e<=10213||e===10214||e===10215||e===10216||e===10217||e===10218||e===10219||e===10220||e===10221||e===10222||e===10223||e>=10224&&e<=10239||e>=10240&&e<=10495||e>=10496&&e<=10626||e===10627||e===10628||e===10629||e===10630||e===10631||e===10632||e===10633||e===10634||e===10635||e===10636||e===10637||e===10638||e===10639||e===10640||e===10641||e===10642||e===10643||e===10644||e===10645||e===10646||e===10647||e===10648||e>=10649&&e<=10711||e===10712||e===10713||e===10714||e===10715||e>=10716&&e<=10747||e===10748||e===10749||e>=10750&&e<=11007||e>=11008&&e<=11055||e>=11056&&e<=11076||e>=11077&&e<=11078||e>=11079&&e<=11084||e>=11085&&e<=11123||e>=11124&&e<=11125||e>=11126&&e<=11157||e===11158||e>=11159&&e<=11263||e>=11776&&e<=11777||e===11778||e===11779||e===11780||e===11781||e>=11782&&e<=11784||e===11785||e===11786||e===11787||e===11788||e===11789||e>=11790&&e<=11798||e===11799||e>=11800&&e<=11801||e===11802||e===11803||e===11804||e===11805||e>=11806&&e<=11807||e===11808||e===11809||e===11810||e===11811||e===11812||e===11813||e===11814||e===11815||e===11816||e===11817||e>=11818&&e<=11822||e===11823||e>=11824&&e<=11833||e>=11834&&e<=11835||e>=11836&&e<=11839||e===11840||e===11841||e===11842||e>=11843&&e<=11855||e>=11856&&e<=11857||e===11858||e>=11859&&e<=11903||e>=12289&&e<=12291||e===12296||e===12297||e===12298||e===12299||e===12300||e===12301||e===12302||e===12303||e===12304||e===12305||e>=12306&&e<=12307||e===12308||e===12309||e===12310||e===12311||e===12312||e===12313||e===12314||e===12315||e===12316||e===12317||e>=12318&&e<=12319||e===12320||e===12336||e===64830||e===64831||e>=65093&&e<=65094}function ma(e){e.forEach(function(t){if(delete t.location,fu(t)||hu(t))for(var n in t.options)delete t.options[n].location,ma(t.options[n].value);else lu(t)&&pu(t.style)||(cu(t)||du(t))&&la(t.style)?delete t.style.location:mu(t)&&ma(t.children)})}function _c(e,t){t===void 0&&(t={}),t=V({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var n=new Tc(e,t).parse();if(n.err){var r=SyntaxError(he[n.err.kind]);throw r.location=n.err.location,r.originalMessage=n.err.message,r}return t?.captureLocation||ma(n.val),n.val}function st(e,t){var n=t&&t.cache?t.cache:wc,r=t&&t.serializer?t.serializer:vc,a=t&&t.strategy?t.strategy:Ic;return a(e,{cache:n,serializer:r})}function Sc(e){return e==null||typeof e=="number"||typeof e=="boolean"}function Cc(e,t,n,r){var a=Sc(r)?r:n(r),i=t.get(a);return typeof i>"u"&&(i=e.call(this,r),t.set(a,i)),i}function _u(e,t,n){var r=Array.prototype.slice.call(arguments,3),a=n(r),i=t.get(a);return typeof i>"u"&&(i=e.apply(this,r),t.set(a,i)),i}function Su(e,t,n,r,a){return n.bind(t,e,r,a)}function Ic(e,t){var n=e.length===1?Cc:_u;return Su(e,this,n,t.cache.create(),t.serializer)}function Nc(e,t){return Su(e,this,_u,t.cache.create(),t.serializer)}var vc=function(){return JSON.stringify(arguments)};function Ua(){this.cache=Object.create(null)}Ua.prototype.get=function(e){return this.cache[e]};Ua.prototype.set=function(e,t){this.cache[e]=t};var wc={create:function(){return new Ua}},ut={variadic:Nc},dt;(function(e){e.MISSING_VALUE="MISSING_VALUE",e.INVALID_VALUE="INVALID_VALUE",e.MISSING_INTL_API="MISSING_INTL_API"})(dt||(dt={}));var St=(function(e){Je(t,e);function t(n,r,a){var i=e.call(this,n)||this;return i.code=r,i.originalMessage=a,i}return t.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},t})(Error),Ni=(function(e){Je(t,e);function t(n,r,a,i){return e.call(this,'Invalid values for "'.concat(n,'": "').concat(r,'". Options are "').concat(Object.keys(a).join('", "'),'"'),dt.INVALID_VALUE,i)||this}return t})(St),Oc=(function(e){Je(t,e);function t(n,r,a){return e.call(this,'Value for "'.concat(n,'" must be of type ').concat(r),dt.INVALID_VALUE,a)||this}return t})(St),Lc=(function(e){Je(t,e);function t(n,r){return e.call(this,'The intl string context variable "'.concat(n,'" was not provided to the string "').concat(r,'"'),dt.MISSING_VALUE,r)||this}return t})(St),Ue;(function(e){e[e.literal=0]="literal",e[e.object=1]="object"})(Ue||(Ue={}));function Rc(e){return e.length<2?e:e.reduce(function(t,n){var r=t[t.length-1];return!r||r.type!==Ue.literal||n.type!==Ue.literal?t.push(n):r.value+=n.value,t},[])}function Cu(e){return typeof e=="function"}function Jn(e,t,n,r,a,i,s){if(e.length===1&&yi(e[0]))return[{type:Ue.literal,value:e[0].value}];for(var o=[],l=0,c=e;l<c.length;l++){var d=c[l];if(yi(d)){o.push({type:Ue.literal,value:d.value});continue}if(Xl(d)){typeof i=="number"&&o.push({type:Ue.literal,value:n.getNumberFormat(t).format(i)});continue}var f=d.value;if(!(a&&f in a))throw new Lc(f,s);var h=a[f];if(Wl(d)){(!h||typeof h=="string"||typeof h=="number")&&(h=typeof h=="string"||typeof h=="number"?String(h):""),o.push({type:typeof h=="string"?Ue.literal:Ue.object,value:h});continue}if(cu(d)){var m=typeof d.style=="string"?r.date[d.style]:la(d.style)?d.style.parsedOptions:void 0;o.push({type:Ue.literal,value:n.getDateTimeFormat(t,m).format(h)});continue}if(du(d)){var m=typeof d.style=="string"?r.time[d.style]:la(d.style)?d.style.parsedOptions:r.time.medium;o.push({type:Ue.literal,value:n.getDateTimeFormat(t,m).format(h)});continue}if(lu(d)){var m=typeof d.style=="string"?r.number[d.style]:pu(d.style)?d.style.parsedOptions:void 0;m&&m.scale&&(h=h*(m.scale||1)),o.push({type:Ue.literal,value:n.getNumberFormat(t,m).format(h)});continue}if(mu(d)){var y=d.children,x=d.value,L=a[x];if(!Cu(L))throw new Oc(x,"function",s);var _=Jn(y,t,n,r,a,i),R=L(_.map(function(S){return S.value}));Array.isArray(R)||(R=[R]),o.push.apply(o,R.map(function(S){return{type:typeof S=="string"?Ue.literal:Ue.object,value:S}}))}if(fu(d)){var O=d.options[h]||d.options.other;if(!O)throw new Ni(d.value,h,Object.keys(d.options),s);o.push.apply(o,Jn(O.value,t,n,r,a));continue}if(hu(d)){var O=d.options["=".concat(h)];if(!O){if(!Intl.PluralRules)throw new St(`Intl.PluralRules is not available in this environment.
27
27
  Try polyfilling it using "@formatjs/intl-pluralrules"
28
- `,ct.MISSING_INTL_API,s);var U=n.getPluralRules(t,{type:d.pluralType}).select(m-(d.offset||0));O=d.options[U]||d.options.other}if(!O)throw new Ni(d.value,m,Object.keys(d.options),s);o.push.apply(o,Jn(O.value,t,n,r,a,m-(d.offset||0)));continue}}return Rc(o)}function Pc(e,t){return t?q(q(q({},e||{}),t||{}),Object.keys(e).reduce(function(n,r){return n[r]=q(q({},e[r]),t[r]||{}),n},{})):e}function Dc(e,t){return t?Object.keys(e).reduce(function(n,r){return n[r]=Pc(e[r],t[r]),n},q({},e)):e}function Pr(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,n){e[t]=n}}}}}function kc(e){return e===void 0&&(e={number:{},dateTime:{},pluralRules:{}}),{getNumberFormat:it(function(){for(var t,n=[],r=0;r<arguments.length;r++)n[r]=arguments[r];return new((t=Intl.NumberFormat).bind.apply(t,ut([void 0],n,!1)))},{cache:Pr(e.number),strategy:st.variadic}),getDateTimeFormat:it(function(){for(var t,n=[],r=0;r<arguments.length;r++)n[r]=arguments[r];return new((t=Intl.DateTimeFormat).bind.apply(t,ut([void 0],n,!1)))},{cache:Pr(e.dateTime),strategy:st.variadic}),getPluralRules:it(function(){for(var t,n=[],r=0;r<arguments.length;r++)n[r]=arguments[r];return new((t=Intl.PluralRules).bind.apply(t,ut([void 0],n,!1)))},{cache:Pr(e.pluralRules),strategy:st.variadic})}}var Iu=(function(){function e(t,n,r,a){var i=this;if(n===void 0&&(n=e.defaultLocale),this.formatterCache={number:{},dateTime:{},pluralRules:{}},this.format=function(l){var c=i.formatToParts(l);if(c.length===1)return c[0].value;var d=c.reduce(function(f,m){return!f.length||m.type!==Ue.literal||typeof f[f.length-1]!="string"?f.push(m.value):f[f.length-1]+=m.value,f},[]);return d.length<=1?d[0]||"":d},this.formatToParts=function(l){return Jn(i.ast,i.locales,i.formatters,i.formats,l,void 0,i.message)},this.resolvedOptions=function(){var l;return{locale:((l=i.resolvedLocale)===null||l===void 0?void 0:l.toString())||Intl.NumberFormat.supportedLocalesOf(i.locales)[0]}},this.getAst=function(){return i.ast},this.locales=n,this.resolvedLocale=e.resolveLocale(n),typeof t=="string"){if(this.message=t,!e.__parse)throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");var s=a||{};s.formatters;var o=br(s,["formatters"]);this.ast=e.__parse(t,q(q({},o),{locale:this.resolvedLocale}))}else this.ast=t;if(!Array.isArray(this.ast))throw new TypeError("A message must be provided as a String or AST.");this.formats=Dc(e.formats,r),this.formatters=a&&a.formatters||kc(this.formatterCache)}return Object.defineProperty(e,"defaultLocale",{get:function(){return e.memoizedDefaultLocale||(e.memoizedDefaultLocale=new Intl.NumberFormat().resolvedOptions().locale),e.memoizedDefaultLocale},enumerable:!1,configurable:!0}),e.memoizedDefaultLocale=null,e.resolveLocale=function(t){if(!(typeof Intl.Locale>"u")){var n=Intl.NumberFormat.supportedLocalesOf(t);return n.length>0?new Intl.Locale(n[0]):new Intl.Locale(typeof t=="string"?t:t[0])}},e.__parse=_c,e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"},percent:{style:"percent"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},e})(),Mt;(function(e){e.FORMAT_ERROR="FORMAT_ERROR",e.UNSUPPORTED_FORMATTER="UNSUPPORTED_FORMATTER",e.INVALID_CONFIG="INVALID_CONFIG",e.MISSING_DATA="MISSING_DATA",e.MISSING_TRANSLATION="MISSING_TRANSLATION"})(Mt||(Mt={}));var Pn=(function(e){Je(t,e);function t(n,r,a){var i=this,s=a?a instanceof Error?a:new Error(String(a)):void 0;return i=e.call(this,"[@formatjs/intl Error ".concat(n,"] ").concat(r,`
28
+ `,dt.MISSING_INTL_API,s);var H=n.getPluralRules(t,{type:d.pluralType}).select(h-(d.offset||0));O=d.options[H]||d.options.other}if(!O)throw new Ni(d.value,h,Object.keys(d.options),s);o.push.apply(o,Jn(O.value,t,n,r,a,h-(d.offset||0)));continue}}return Rc(o)}function Dc(e,t){return t?V(V(V({},e||{}),t||{}),Object.keys(e).reduce(function(n,r){return n[r]=V(V({},e[r]),t[r]||{}),n},{})):e}function Pc(e,t){return t?Object.keys(e).reduce(function(n,r){return n[r]=Dc(e[r],t[r]),n},V({},e)):e}function Dr(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,n){e[t]=n}}}}}function kc(e){return e===void 0&&(e={number:{},dateTime:{},pluralRules:{}}),{getNumberFormat:st(function(){for(var t,n=[],r=0;r<arguments.length;r++)n[r]=arguments[r];return new((t=Intl.NumberFormat).bind.apply(t,ot([void 0],n,!1)))},{cache:Dr(e.number),strategy:ut.variadic}),getDateTimeFormat:st(function(){for(var t,n=[],r=0;r<arguments.length;r++)n[r]=arguments[r];return new((t=Intl.DateTimeFormat).bind.apply(t,ot([void 0],n,!1)))},{cache:Dr(e.dateTime),strategy:ut.variadic}),getPluralRules:st(function(){for(var t,n=[],r=0;r<arguments.length;r++)n[r]=arguments[r];return new((t=Intl.PluralRules).bind.apply(t,ot([void 0],n,!1)))},{cache:Dr(e.pluralRules),strategy:ut.variadic})}}var Iu=(function(){function e(t,n,r,a){var i=this;if(n===void 0&&(n=e.defaultLocale),this.formatterCache={number:{},dateTime:{},pluralRules:{}},this.format=function(l){var c=i.formatToParts(l);if(c.length===1)return c[0].value;var d=c.reduce(function(f,h){return!f.length||h.type!==Ue.literal||typeof f[f.length-1]!="string"?f.push(h.value):f[f.length-1]+=h.value,f},[]);return d.length<=1?d[0]||"":d},this.formatToParts=function(l){return Jn(i.ast,i.locales,i.formatters,i.formats,l,void 0,i.message)},this.resolvedOptions=function(){var l;return{locale:((l=i.resolvedLocale)===null||l===void 0?void 0:l.toString())||Intl.NumberFormat.supportedLocalesOf(i.locales)[0]}},this.getAst=function(){return i.ast},this.locales=n,this.resolvedLocale=e.resolveLocale(n),typeof t=="string"){if(this.message=t,!e.__parse)throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");var s=a||{};s.formatters;var o=Er(s,["formatters"]);this.ast=e.__parse(t,V(V({},o),{locale:this.resolvedLocale}))}else this.ast=t;if(!Array.isArray(this.ast))throw new TypeError("A message must be provided as a String or AST.");this.formats=Pc(e.formats,r),this.formatters=a&&a.formatters||kc(this.formatterCache)}return Object.defineProperty(e,"defaultLocale",{get:function(){return e.memoizedDefaultLocale||(e.memoizedDefaultLocale=new Intl.NumberFormat().resolvedOptions().locale),e.memoizedDefaultLocale},enumerable:!1,configurable:!0}),e.memoizedDefaultLocale=null,e.resolveLocale=function(t){if(!(typeof Intl.Locale>"u")){var n=Intl.NumberFormat.supportedLocalesOf(t);return n.length>0?new Intl.Locale(n[0]):new Intl.Locale(typeof t=="string"?t:t[0])}},e.__parse=_c,e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"},percent:{style:"percent"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},e})(),kt;(function(e){e.FORMAT_ERROR="FORMAT_ERROR",e.UNSUPPORTED_FORMATTER="UNSUPPORTED_FORMATTER",e.INVALID_CONFIG="INVALID_CONFIG",e.MISSING_DATA="MISSING_DATA",e.MISSING_TRANSLATION="MISSING_TRANSLATION"})(kt||(kt={}));var Dn=(function(e){Je(t,e);function t(n,r,a){var i=this,s=a?a instanceof Error?a:new Error(String(a)):void 0;return i=e.call(this,"[@formatjs/intl Error ".concat(n,"] ").concat(r,`
29
29
  `).concat(s?`
30
30
  `.concat(s.message,`
31
- `).concat(s.stack):""))||this,i.code=n,typeof Error.captureStackTrace=="function"&&Error.captureStackTrace(i,t),i}return t})(Error),Mc=(function(e){Je(t,e);function t(n,r){return e.call(this,Mt.UNSUPPORTED_FORMATTER,n,r)||this}return t})(Pn),Bc=(function(e){Je(t,e);function t(n,r){return e.call(this,Mt.INVALID_CONFIG,n,r)||this}return t})(Pn),vi=(function(e){Je(t,e);function t(n,r){return e.call(this,Mt.MISSING_DATA,n,r)||this}return t})(Pn),et=(function(e){Je(t,e);function t(n,r,a){var i=e.call(this,Mt.FORMAT_ERROR,"".concat(n,`
31
+ `).concat(s.stack):""))||this,i.code=n,typeof Error.captureStackTrace=="function"&&Error.captureStackTrace(i,t),i}return t})(Error),Mc=(function(e){Je(t,e);function t(n,r){return e.call(this,kt.UNSUPPORTED_FORMATTER,n,r)||this}return t})(Dn),Bc=(function(e){Je(t,e);function t(n,r){return e.call(this,kt.INVALID_CONFIG,n,r)||this}return t})(Dn),vi=(function(e){Je(t,e);function t(n,r){return e.call(this,kt.MISSING_DATA,n,r)||this}return t})(Dn),et=(function(e){Je(t,e);function t(n,r,a){var i=e.call(this,kt.FORMAT_ERROR,"".concat(n,`
32
32
  Locale: `).concat(r,`
33
- `),a)||this;return i.locale=r,i}return t})(Pn),Dr=(function(e){Je(t,e);function t(n,r,a,i){var s=e.call(this,"".concat(n,`
33
+ `),a)||this;return i.locale=r,i}return t})(Dn),Pr=(function(e){Je(t,e);function t(n,r,a,i){var s=e.call(this,"".concat(n,`
34
34
  MessageID: `).concat(a?.id,`
35
35
  Default Message: `).concat(a?.defaultMessage,`
36
36
  Description: `).concat(a?.description,`
37
- `),r,i)||this;return s.descriptor=a,s.locale=r,s}return t})(et),Fc=(function(e){Je(t,e);function t(n,r){var a=e.call(this,Mt.MISSING_TRANSLATION,'Missing message: "'.concat(n.id,'" for locale "').concat(r,'", using ').concat(n.defaultMessage?"default message (".concat(typeof n.defaultMessage=="string"?n.defaultMessage:n.defaultMessage.map(function(i){var s;return(s=i.value)!==null&&s!==void 0?s:JSON.stringify(i)}).join(),")"):"id"," as fallback."))||this;return a.descriptor=n,a}return t})(Pn);function Ft(e,t,n){return n===void 0&&(n={}),t.reduce(function(r,a){return a in e?r[a]=e[a]:a in n&&(r[a]=n[a]),r},{})}var Hc=function(e){process.env.NODE_ENV!=="production"&&console.error(e)},Uc=function(e){process.env.NODE_ENV!=="production"&&console.warn(e)},Nu={formats:{},messages:{},timeZone:void 0,defaultLocale:"en",defaultFormats:{},fallbackOnEmptyString:!0,onError:Hc,onWarn:Uc};function vu(){return{dateTime:{},number:{},message:{},relativeTime:{},pluralRules:{},list:{},displayNames:{}}}function Ot(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,n){e[t]=n}}}}}function jc(e){e===void 0&&(e=vu());var t=Intl.RelativeTimeFormat,n=Intl.ListFormat,r=Intl.DisplayNames,a=it(function(){for(var o,l=[],c=0;c<arguments.length;c++)l[c]=arguments[c];return new((o=Intl.DateTimeFormat).bind.apply(o,ut([void 0],l,!1)))},{cache:Ot(e.dateTime),strategy:st.variadic}),i=it(function(){for(var o,l=[],c=0;c<arguments.length;c++)l[c]=arguments[c];return new((o=Intl.NumberFormat).bind.apply(o,ut([void 0],l,!1)))},{cache:Ot(e.number),strategy:st.variadic}),s=it(function(){for(var o,l=[],c=0;c<arguments.length;c++)l[c]=arguments[c];return new((o=Intl.PluralRules).bind.apply(o,ut([void 0],l,!1)))},{cache:Ot(e.pluralRules),strategy:st.variadic});return{getDateTimeFormat:a,getNumberFormat:i,getMessageFormat:it(function(o,l,c,d){return new Iu(o,l,c,q({formatters:{getNumberFormat:i,getDateTimeFormat:a,getPluralRules:s}},d||{}))},{cache:Ot(e.message),strategy:st.variadic}),getRelativeTimeFormat:it(function(){for(var o=[],l=0;l<arguments.length;l++)o[l]=arguments[l];return new(t.bind.apply(t,ut([void 0],o,!1)))},{cache:Ot(e.relativeTime),strategy:st.variadic}),getPluralRules:s,getListFormat:it(function(){for(var o=[],l=0;l<arguments.length;l++)o[l]=arguments[l];return new(n.bind.apply(n,ut([void 0],o,!1)))},{cache:Ot(e.list),strategy:st.variadic}),getDisplayNames:it(function(){for(var o=[],l=0;l<arguments.length;l++)o[l]=arguments[l];return new(r.bind.apply(r,ut([void 0],o,!1)))},{cache:Ot(e.displayNames),strategy:st.variadic})}}function ja(e,t,n,r){var a=e&&e[t],i;if(a&&(i=a[n]),i)return i;r(new Mc("No ".concat(t," format named: ").concat(n)))}function Gn(e,t){return Object.keys(e).reduce(function(n,r){return n[r]=q({timeZone:t},e[r]),n},{})}function wi(e,t){var n=Object.keys(q(q({},e),t));return n.reduce(function(r,a){return r[a]=q(q({},e[a]||{}),t[a]||{}),r},{})}function Oi(e,t){if(!t)return e;var n=Iu.formats;return q(q(q({},n),e),{date:wi(Gn(n.date,t),Gn(e.date||{},t)),time:wi(Gn(n.time,t),Gn(e.time||{},t))})}var pa=function(e,t,n,r,a){var i=e.locale,s=e.formats,o=e.messages,l=e.defaultLocale,c=e.defaultFormats,d=e.fallbackOnEmptyString,f=e.onError,m=e.timeZone,h=e.defaultRichTextElements;n===void 0&&(n={id:""});var y=n.id,x=n.defaultMessage;ou(!!y,"[@formatjs/intl] An `id` must be provided to format a message. You can either:\n1. Configure your build toolchain with [babel-plugin-formatjs](https://formatjs.io/docs/tooling/babel-plugin)\nor [@formatjs/ts-transformer](https://formatjs.io/docs/tooling/ts-transformer) OR\n2. Configure your `eslint` config to include [eslint-plugin-formatjs](https://formatjs.io/docs/tooling/linter#enforce-id)\nto autofix this issue");var L=String(y),_=o&&Object.prototype.hasOwnProperty.call(o,L)&&o[L];if(Array.isArray(_)&&_.length===1&&_[0].type===Ce.literal)return _[0].value;if(!r&&_&&typeof _=="string"&&!h)return _.replace(/'\{(.*?)\}'/gi,"{$1}");if(r=q(q({},h),r||{}),s=Oi(s,m),c=Oi(c,m),!_){if(d===!1&&_==="")return _;if((!x||i&&i.toLowerCase()!==l.toLowerCase())&&f(new Fc(n,i)),x)try{var R=t.getMessageFormat(x,l,c,a);return R.format(r)}catch(O){return f(new Dr('Error formatting default message for: "'.concat(L,'", rendering default message verbatim'),i,n,O)),typeof x=="string"?x:L}return L}try{var R=t.getMessageFormat(_,i,s,q({formatters:t},a||{}));return R.format(r)}catch(O){f(new Dr('Error formatting message: "'.concat(L,'", using ').concat(x?"default message":"id"," as fallback."),i,n,O))}if(x)try{var R=t.getMessageFormat(x,l,c,a);return R.format(r)}catch(O){f(new Dr('Error formatting the default message for: "'.concat(L,'", rendering message verbatim'),i,n,O))}return typeof _=="string"?_:typeof x=="string"?x:L},wu=["formatMatcher","timeZone","hour12","weekday","era","year","month","day","hour","minute","second","timeZoneName","hourCycle","dateStyle","timeStyle","calendar","numberingSystem","fractionalSecondDigits"];function Er(e,t,n,r){var a=e.locale,i=e.formats,s=e.onError,o=e.timeZone;r===void 0&&(r={});var l=r.format,c=q(q({},o&&{timeZone:o}),l&&ja(i,t,l,s)),d=Ft(r,wu,c);return t==="time"&&!d.hour&&!d.minute&&!d.second&&!d.timeStyle&&!d.dateStyle&&(d=q(q({},d),{hour:"numeric",minute:"numeric"})),n(a,d)}function $c(e,t){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];var a=n[0],i=n[1],s=i===void 0?{}:i,o=typeof a=="string"?new Date(a||0):a;try{return Er(e,"date",t,s).format(o)}catch(l){e.onError(new et("Error formatting date.",e.locale,l))}return String(o)}function zc(e,t){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];var a=n[0],i=n[1],s=i===void 0?{}:i,o=typeof a=="string"?new Date(a||0):a;try{return Er(e,"time",t,s).format(o)}catch(l){e.onError(new et("Error formatting time.",e.locale,l))}return String(o)}function Yc(e,t){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];var a=n[0],i=n[1],s=n[2],o=s===void 0?{}:s,l=e.timeZone,c=e.locale,d=e.onError,f=Ft(o,wu,l?{timeZone:l}:{});try{return t(c,f).formatRange(a,i)}catch(m){d(new et("Error formatting date time range.",e.locale,m))}return String(a)}function Gc(e,t){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];var a=n[0],i=n[1],s=i===void 0?{}:i,o=typeof a=="string"?new Date(a||0):a;try{return Er(e,"date",t,s).formatToParts(o)}catch(l){e.onError(new et("Error formatting date.",e.locale,l))}return[]}function Vc(e,t){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];var a=n[0],i=n[1],s=i===void 0?{}:i,o=typeof a=="string"?new Date(a||0):a;try{return Er(e,"time",t,s).formatToParts(o)}catch(l){e.onError(new et("Error formatting time.",e.locale,l))}return[]}var qc=["style","type","fallback","languageDisplay"];function Wc(e,t,n,r){var a=e.locale,i=e.onError,s=Intl.DisplayNames;s||i(new At(`Intl.DisplayNames is not available in this environment.
37
+ `),r,i)||this;return s.descriptor=a,s.locale=r,s}return t})(et),Fc=(function(e){Je(t,e);function t(n,r){var a=e.call(this,kt.MISSING_TRANSLATION,'Missing message: "'.concat(n.id,'" for locale "').concat(r,'", using ').concat(n.defaultMessage?"default message (".concat(typeof n.defaultMessage=="string"?n.defaultMessage:n.defaultMessage.map(function(i){var s;return(s=i.value)!==null&&s!==void 0?s:JSON.stringify(i)}).join(),")"):"id"," as fallback."))||this;return a.descriptor=n,a}return t})(Dn);function Bt(e,t,n){return n===void 0&&(n={}),t.reduce(function(r,a){return a in e?r[a]=e[a]:a in n&&(r[a]=n[a]),r},{})}var Hc=function(e){process.env.NODE_ENV!=="production"&&console.error(e)},Uc=function(e){process.env.NODE_ENV!=="production"&&console.warn(e)},Nu={formats:{},messages:{},timeZone:void 0,defaultLocale:"en",defaultFormats:{},fallbackOnEmptyString:!0,onError:Hc,onWarn:Uc};function vu(){return{dateTime:{},number:{},message:{},relativeTime:{},pluralRules:{},list:{},displayNames:{}}}function wt(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,n){e[t]=n}}}}}function jc(e){e===void 0&&(e=vu());var t=Intl.RelativeTimeFormat,n=Intl.ListFormat,r=Intl.DisplayNames,a=st(function(){for(var o,l=[],c=0;c<arguments.length;c++)l[c]=arguments[c];return new((o=Intl.DateTimeFormat).bind.apply(o,ot([void 0],l,!1)))},{cache:wt(e.dateTime),strategy:ut.variadic}),i=st(function(){for(var o,l=[],c=0;c<arguments.length;c++)l[c]=arguments[c];return new((o=Intl.NumberFormat).bind.apply(o,ot([void 0],l,!1)))},{cache:wt(e.number),strategy:ut.variadic}),s=st(function(){for(var o,l=[],c=0;c<arguments.length;c++)l[c]=arguments[c];return new((o=Intl.PluralRules).bind.apply(o,ot([void 0],l,!1)))},{cache:wt(e.pluralRules),strategy:ut.variadic});return{getDateTimeFormat:a,getNumberFormat:i,getMessageFormat:st(function(o,l,c,d){return new Iu(o,l,c,V({formatters:{getNumberFormat:i,getDateTimeFormat:a,getPluralRules:s}},d||{}))},{cache:wt(e.message),strategy:ut.variadic}),getRelativeTimeFormat:st(function(){for(var o=[],l=0;l<arguments.length;l++)o[l]=arguments[l];return new(t.bind.apply(t,ot([void 0],o,!1)))},{cache:wt(e.relativeTime),strategy:ut.variadic}),getPluralRules:s,getListFormat:st(function(){for(var o=[],l=0;l<arguments.length;l++)o[l]=arguments[l];return new(n.bind.apply(n,ot([void 0],o,!1)))},{cache:wt(e.list),strategy:ut.variadic}),getDisplayNames:st(function(){for(var o=[],l=0;l<arguments.length;l++)o[l]=arguments[l];return new(r.bind.apply(r,ot([void 0],o,!1)))},{cache:wt(e.displayNames),strategy:ut.variadic})}}function ja(e,t,n,r){var a=e&&e[t],i;if(a&&(i=a[n]),i)return i;r(new Mc("No ".concat(t," format named: ").concat(n)))}function Gn(e,t){return Object.keys(e).reduce(function(n,r){return n[r]=V({timeZone:t},e[r]),n},{})}function wi(e,t){var n=Object.keys(V(V({},e),t));return n.reduce(function(r,a){return r[a]=V(V({},e[a]||{}),t[a]||{}),r},{})}function Oi(e,t){if(!t)return e;var n=Iu.formats;return V(V(V({},n),e),{date:wi(Gn(n.date,t),Gn(e.date||{},t)),time:wi(Gn(n.time,t),Gn(e.time||{},t))})}var pa=function(e,t,n,r,a){var i=e.locale,s=e.formats,o=e.messages,l=e.defaultLocale,c=e.defaultFormats,d=e.fallbackOnEmptyString,f=e.onError,h=e.timeZone,m=e.defaultRichTextElements;n===void 0&&(n={id:""});var y=n.id,x=n.defaultMessage;ou(!!y,"[@formatjs/intl] An `id` must be provided to format a message. You can either:\n1. Configure your build toolchain with [babel-plugin-formatjs](https://formatjs.io/docs/tooling/babel-plugin)\nor [@formatjs/ts-transformer](https://formatjs.io/docs/tooling/ts-transformer) OR\n2. Configure your `eslint` config to include [eslint-plugin-formatjs](https://formatjs.io/docs/tooling/linter#enforce-id)\nto autofix this issue");var L=String(y),_=o&&Object.prototype.hasOwnProperty.call(o,L)&&o[L];if(Array.isArray(_)&&_.length===1&&_[0].type===Ie.literal)return _[0].value;if(!r&&_&&typeof _=="string"&&!m)return _.replace(/'\{(.*?)\}'/gi,"{$1}");if(r=V(V({},m),r||{}),s=Oi(s,h),c=Oi(c,h),!_){if(d===!1&&_==="")return _;if((!x||i&&i.toLowerCase()!==l.toLowerCase())&&f(new Fc(n,i)),x)try{var R=t.getMessageFormat(x,l,c,a);return R.format(r)}catch(O){return f(new Pr('Error formatting default message for: "'.concat(L,'", rendering default message verbatim'),i,n,O)),typeof x=="string"?x:L}return L}try{var R=t.getMessageFormat(_,i,s,V({formatters:t},a||{}));return R.format(r)}catch(O){f(new Pr('Error formatting message: "'.concat(L,'", using ').concat(x?"default message":"id"," as fallback."),i,n,O))}if(x)try{var R=t.getMessageFormat(x,l,c,a);return R.format(r)}catch(O){f(new Pr('Error formatting the default message for: "'.concat(L,'", rendering message verbatim'),i,n,O))}return typeof _=="string"?_:typeof x=="string"?x:L},wu=["formatMatcher","timeZone","hour12","weekday","era","year","month","day","hour","minute","second","timeZoneName","hourCycle","dateStyle","timeStyle","calendar","numberingSystem","fractionalSecondDigits"];function gr(e,t,n,r){var a=e.locale,i=e.formats,s=e.onError,o=e.timeZone;r===void 0&&(r={});var l=r.format,c=V(V({},o&&{timeZone:o}),l&&ja(i,t,l,s)),d=Bt(r,wu,c);return t==="time"&&!d.hour&&!d.minute&&!d.second&&!d.timeStyle&&!d.dateStyle&&(d=V(V({},d),{hour:"numeric",minute:"numeric"})),n(a,d)}function $c(e,t){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];var a=n[0],i=n[1],s=i===void 0?{}:i,o=typeof a=="string"?new Date(a||0):a;try{return gr(e,"date",t,s).format(o)}catch(l){e.onError(new et("Error formatting date.",e.locale,l))}return String(o)}function zc(e,t){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];var a=n[0],i=n[1],s=i===void 0?{}:i,o=typeof a=="string"?new Date(a||0):a;try{return gr(e,"time",t,s).format(o)}catch(l){e.onError(new et("Error formatting time.",e.locale,l))}return String(o)}function Yc(e,t){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];var a=n[0],i=n[1],s=n[2],o=s===void 0?{}:s,l=e.timeZone,c=e.locale,d=e.onError,f=Bt(o,wu,l?{timeZone:l}:{});try{return t(c,f).formatRange(a,i)}catch(h){d(new et("Error formatting date time range.",e.locale,h))}return String(a)}function Gc(e,t){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];var a=n[0],i=n[1],s=i===void 0?{}:i,o=typeof a=="string"?new Date(a||0):a;try{return gr(e,"date",t,s).formatToParts(o)}catch(l){e.onError(new et("Error formatting date.",e.locale,l))}return[]}function Vc(e,t){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];var a=n[0],i=n[1],s=i===void 0?{}:i,o=typeof a=="string"?new Date(a||0):a;try{return gr(e,"time",t,s).formatToParts(o)}catch(l){e.onError(new et("Error formatting time.",e.locale,l))}return[]}var qc=["style","type","fallback","languageDisplay"];function Wc(e,t,n,r){var a=e.locale,i=e.onError,s=Intl.DisplayNames;s||i(new St(`Intl.DisplayNames is not available in this environment.
38
38
  Try polyfilling it using "@formatjs/intl-displaynames"
39
- `,ct.MISSING_INTL_API));var o=Ft(r,qc);try{return t(a,o).of(n)}catch(l){i(new et("Error formatting display name.",a,l))}}var Xc=["type","style"],Li=Date.now();function Qc(e){return"".concat(Li,"_").concat(e,"_").concat(Li)}function Kc(e,t,n,r){r===void 0&&(r={});var a=Ou(e,t,n,r).reduce(function(i,s){var o=s.value;return typeof o!="string"?i.push(o):typeof i[i.length-1]=="string"?i[i.length-1]+=o:i.push(o),i},[]);return a.length===1?a[0]:a.length===0?"":a}function Ou(e,t,n,r){var a=e.locale,i=e.onError;r===void 0&&(r={});var s=Intl.ListFormat;s||i(new At(`Intl.ListFormat is not available in this environment.
39
+ `,dt.MISSING_INTL_API));var o=Bt(r,qc);try{return t(a,o).of(n)}catch(l){i(new et("Error formatting display name.",a,l))}}var Xc=["type","style"],Li=Date.now();function Qc(e){return"".concat(Li,"_").concat(e,"_").concat(Li)}function Kc(e,t,n,r){r===void 0&&(r={});var a=Ou(e,t,n,r).reduce(function(i,s){var o=s.value;return typeof o!="string"?i.push(o):typeof i[i.length-1]=="string"?i[i.length-1]+=o:i.push(o),i},[]);return a.length===1?a[0]:a.length===0?"":a}function Ou(e,t,n,r){var a=e.locale,i=e.onError;r===void 0&&(r={});var s=Intl.ListFormat;s||i(new St(`Intl.ListFormat is not available in this environment.
40
40
  Try polyfilling it using "@formatjs/intl-listformat"
41
- `,ct.MISSING_INTL_API));var o=Ft(r,Xc);try{var l={},c=n.map(function(d,f){if(typeof d=="object"){var m=Qc(f);return l[m]=d,m}return String(d)});return t(a,o).formatToParts(c).map(function(d){return d.type==="literal"?d:q(q({},d),{value:l[d.value]||d.value})})}catch(d){i(new et("Error formatting list.",a,d))}return n}var Zc=["type"];function Jc(e,t,n,r){var a=e.locale,i=e.onError;r===void 0&&(r={}),Intl.PluralRules||i(new At(`Intl.PluralRules is not available in this environment.
41
+ `,dt.MISSING_INTL_API));var o=Bt(r,Xc);try{var l={},c=n.map(function(d,f){if(typeof d=="object"){var h=Qc(f);return l[h]=d,h}return String(d)});return t(a,o).formatToParts(c).map(function(d){return d.type==="literal"?d:V(V({},d),{value:l[d.value]||d.value})})}catch(d){i(new et("Error formatting list.",a,d))}return n}var Zc=["type"];function Jc(e,t,n,r){var a=e.locale,i=e.onError;r===void 0&&(r={}),Intl.PluralRules||i(new St(`Intl.PluralRules is not available in this environment.
42
42
  Try polyfilling it using "@formatjs/intl-pluralrules"
43
- `,ct.MISSING_INTL_API));var s=Ft(r,Zc);try{return t(a,s).select(n)}catch(o){i(new et("Error formatting plural.",a,o))}return"other"}var ed=["numeric","style"];function td(e,t,n){var r=e.locale,a=e.formats,i=e.onError;n===void 0&&(n={});var s=n.format,o=!!s&&ja(a,"relative",s,i)||{},l=Ft(n,ed,o);return t(r,l)}function nd(e,t,n,r,a){a===void 0&&(a={}),r||(r="second");var i=Intl.RelativeTimeFormat;i||e.onError(new At(`Intl.RelativeTimeFormat is not available in this environment.
43
+ `,dt.MISSING_INTL_API));var s=Bt(r,Zc);try{return t(a,s).select(n)}catch(o){i(new et("Error formatting plural.",a,o))}return"other"}var ed=["numeric","style"];function td(e,t,n){var r=e.locale,a=e.formats,i=e.onError;n===void 0&&(n={});var s=n.format,o=!!s&&ja(a,"relative",s,i)||{},l=Bt(n,ed,o);return t(r,l)}function nd(e,t,n,r,a){a===void 0&&(a={}),r||(r="second");var i=Intl.RelativeTimeFormat;i||e.onError(new St(`Intl.RelativeTimeFormat is not available in this environment.
44
44
  Try polyfilling it using "@formatjs/intl-relativetimeformat"
45
- `,ct.MISSING_INTL_API));try{return td(e,t,a).format(n,r)}catch(s){e.onError(new et("Error formatting relative time.",e.locale,s))}return String(n)}var rd=["style","currency","unit","unitDisplay","useGrouping","minimumIntegerDigits","minimumFractionDigits","maximumFractionDigits","minimumSignificantDigits","maximumSignificantDigits","compactDisplay","currencyDisplay","currencySign","notation","signDisplay","unit","unitDisplay","numberingSystem","trailingZeroDisplay","roundingPriority","roundingIncrement","roundingMode"];function Lu(e,t,n){var r=e.locale,a=e.formats,i=e.onError;n===void 0&&(n={});var s=n.format,o=s&&ja(a,"number",s,i)||{},l=Ft(n,rd,o);return t(r,l)}function ad(e,t,n,r){r===void 0&&(r={});try{return Lu(e,t,r).format(n)}catch(a){e.onError(new et("Error formatting number.",e.locale,a))}return String(n)}function id(e,t,n,r){r===void 0&&(r={});try{return Lu(e,t,r).formatToParts(n)}catch(a){e.onError(new et("Error formatting number.",e.locale,a))}return[]}function sd(e){var t=e?e[Object.keys(e)[0]]:void 0;return typeof t=="string"}function ud(e){e.onWarn&&e.defaultRichTextElements&&sd(e.messages||{})&&e.onWarn(`[@formatjs/intl] "defaultRichTextElements" was specified but "message" was not pre-compiled.
45
+ `,dt.MISSING_INTL_API));try{return td(e,t,a).format(n,r)}catch(s){e.onError(new et("Error formatting relative time.",e.locale,s))}return String(n)}var rd=["style","currency","unit","unitDisplay","useGrouping","minimumIntegerDigits","minimumFractionDigits","maximumFractionDigits","minimumSignificantDigits","maximumSignificantDigits","compactDisplay","currencyDisplay","currencySign","notation","signDisplay","unit","unitDisplay","numberingSystem","trailingZeroDisplay","roundingPriority","roundingIncrement","roundingMode"];function Lu(e,t,n){var r=e.locale,a=e.formats,i=e.onError;n===void 0&&(n={});var s=n.format,o=s&&ja(a,"number",s,i)||{},l=Bt(n,rd,o);return t(r,l)}function ad(e,t,n,r){r===void 0&&(r={});try{return Lu(e,t,r).format(n)}catch(a){e.onError(new et("Error formatting number.",e.locale,a))}return String(n)}function id(e,t,n,r){r===void 0&&(r={});try{return Lu(e,t,r).formatToParts(n)}catch(a){e.onError(new et("Error formatting number.",e.locale,a))}return[]}function sd(e){var t=e?e[Object.keys(e)[0]]:void 0;return typeof t=="string"}function ud(e){e.onWarn&&e.defaultRichTextElements&&sd(e.messages||{})&&e.onWarn(`[@formatjs/intl] "defaultRichTextElements" was specified but "message" was not pre-compiled.
46
46
  Please consider using "@formatjs/cli" to pre-compile your messages for performance.
47
- For more details see https://formatjs.io/docs/getting-started/message-distribution`)}function od(e,t){var n=jc(t),r=q(q({},Nu),e),a=r.locale,i=r.defaultLocale,s=r.onError;return a?!Intl.NumberFormat.supportedLocalesOf(a).length&&s?s(new vi('Missing locale data for locale: "'.concat(a,'" in Intl.NumberFormat. Using default locale: "').concat(i,'" as fallback. See https://formatjs.io/docs/react-intl#runtime-requirements for more details'))):!Intl.DateTimeFormat.supportedLocalesOf(a).length&&s&&s(new vi('Missing locale data for locale: "'.concat(a,'" in Intl.DateTimeFormat. Using default locale: "').concat(i,'" as fallback. See https://formatjs.io/docs/react-intl#runtime-requirements for more details'))):(s&&s(new Bc('"locale" was not configured, using "'.concat(i,'" as fallback. See https://formatjs.io/docs/react-intl/api#intlshape for more details'))),r.locale=r.defaultLocale||"en"),ud(r),q(q({},r),{formatters:n,formatNumber:ad.bind(null,r,n.getNumberFormat),formatNumberToParts:id.bind(null,r,n.getNumberFormat),formatRelativeTime:nd.bind(null,r,n.getRelativeTimeFormat),formatDate:$c.bind(null,r,n.getDateTimeFormat),formatDateToParts:Gc.bind(null,r,n.getDateTimeFormat),formatTime:zc.bind(null,r,n.getDateTimeFormat),formatDateTimeRange:Yc.bind(null,r,n.getDateTimeFormat),formatTimeToParts:Vc.bind(null,r,n.getDateTimeFormat),formatPlural:Jc.bind(null,r,n.getPluralRules),formatMessage:pa.bind(null,r,n),$t:pa.bind(null,r,n),formatList:Kc.bind(null,r,n.getListFormat),formatListToParts:Ou.bind(null,r,n.getListFormat),formatDisplayName:Wc.bind(null,r,n.getDisplayNames)})}function Ru(e){ou(e,"[React Intl] Could not find required `intl` object. <IntlProvider> needs to exist in the component ancestry.")}var Pu=q(q({},Nu),{textComponent:Pe.Fragment});function ld(e){return function(t){return e(Pe.Children.toArray(t))}}function cd(e,t){if(e===t)return!0;if(!e||!t)return!1;var n=Object.keys(e),r=Object.keys(t),a=n.length;if(r.length!==a)return!1;for(var i=0;i<a;i++){var s=n[i];if(e[s]!==t[s]||!Object.prototype.hasOwnProperty.call(t,s))return!1}return!0}var $a=typeof window<"u"&&!window.__REACT_INTL_BYPASS_GLOBAL_CONTEXT__?window.__REACT_INTL_CONTEXT__||(window.__REACT_INTL_CONTEXT__=Pe.createContext(null)):Pe.createContext(null);$a.Consumer;var dd=$a.Provider,fd=dd,hd=$a;function Dn(){var e=Pe.useContext(hd);return Ru(e),e}var ba;(function(e){e.formatDate="FormattedDate",e.formatTime="FormattedTime",e.formatNumber="FormattedNumber",e.formatList="FormattedList",e.formatDisplayName="FormattedDisplayName"})(ba||(ba={}));var Ea;(function(e){e.formatDate="FormattedDateParts",e.formatTime="FormattedTimeParts",e.formatNumber="FormattedNumberParts",e.formatList="FormattedListParts"})(Ea||(Ea={}));function Du(e){var t=function(n){var r=Dn(),a=n.value,i=n.children,s=br(n,["value","children"]),o=typeof a=="string"?new Date(a||0):a,l=e==="formatDate"?r.formatDateToParts(o,s):r.formatTimeToParts(o,s);return i(l)};return t.displayName=Ea[e],t}function kn(e){var t=function(n){var r=Dn(),a=n.value,i=n.children,s=br(n,["value","children"]),o=r[e](a,s);if(typeof i=="function")return i(o);var l=r.textComponent||Pe.Fragment;return Pe.createElement(l,null,o)};return t.displayName=ba[e],t}function ku(e){return e&&Object.keys(e).reduce(function(t,n){var r=e[n];return t[n]=Cu(r)?ld(r):r,t},{})}var Ri=function(e,t,n,r){for(var a=[],i=4;i<arguments.length;i++)a[i-4]=arguments[i];var s=ku(r),o=pa.apply(void 0,ut([e,t,n,s],a,!1));return Array.isArray(o)?Pe.Children.toArray(o):o},Pi=function(e,t){var n=e.defaultRichTextElements,r=br(e,["defaultRichTextElements"]),a=ku(n),i=od(q(q(q({},Pu),r),{defaultRichTextElements:a}),t),s={locale:i.locale,timeZone:i.timeZone,fallbackOnEmptyString:i.fallbackOnEmptyString,formats:i.formats,defaultLocale:i.defaultLocale,defaultFormats:i.defaultFormats,messages:i.messages,onError:i.onError,defaultRichTextElements:a};return q(q({},i),{formatMessage:Ri.bind(null,s,i.formatters),$t:Ri.bind(null,s,i.formatters)})};function kr(e){return{locale:e.locale,timeZone:e.timeZone,fallbackOnEmptyString:e.fallbackOnEmptyString,formats:e.formats,textComponent:e.textComponent,messages:e.messages,defaultLocale:e.defaultLocale,defaultFormats:e.defaultFormats,onError:e.onError,onWarn:e.onWarn,wrapRichTextChunksInFragment:e.wrapRichTextChunksInFragment,defaultRichTextElements:e.defaultRichTextElements}}var md=(function(e){Je(t,e);function t(){var n=e!==null&&e.apply(this,arguments)||this;return n.cache=vu(),n.state={cache:n.cache,intl:Pi(kr(n.props),n.cache),prevConfig:kr(n.props)},n}return t.getDerivedStateFromProps=function(n,r){var a=r.prevConfig,i=r.cache,s=kr(n);return cd(a,s)?null:{intl:Pi(s,i),prevConfig:s}},t.prototype.render=function(){return Ru(this.state.intl),Pe.createElement(fd,{value:this.state.intl},this.props.children)},t.displayName="IntlProvider",t.defaultProps=Pu,t})(Pe.PureComponent);kn("formatDate");kn("formatTime");kn("formatNumber");kn("formatList");kn("formatDisplayName");Du("formatDate");Du("formatTime");const za=()=>{const e=Dn(),t=e.formatMessage({defaultMessage:"Message the assistant...",id:"chatbot.placeholder.content"}),n=e.formatMessage({defaultMessage:"You",id:"chatbot.chatline.label.user"}),r=e.formatMessage({defaultMessage:"Assistant",id:"chatbot.chatline.label.assistant"}),a=e.formatMessage({defaultMessage:"⏳ The chatbot is a little busy at the time. Please try again later.",id:"chatbot.error.api.429"}),i=e.formatMessage({defaultMessage:"Oops ! There has been an error. Please try again later.",id:"chatbot.error.api.500"}),s=e.formatMessage({defaultMessage:"Oups ! The discussion if full. Please start a new one.",id:"chatbot.error.api.409"});return{placeholderTranslation:t,chatlineLabelUserTranslation:n,chatlineLabelAssistantTranslation:r,tooManyRequestsTranslation:a,genericErrorTranslation:i,conflictErrorTranslation:s}},pd=({setDiscussionId:e,setConversation:t,companySettings:n})=>({resetDiscussion:()=>{e(null),t([{userType:"assistant",content:n?.agent?.text?.initialText}])}});function Di(e){const t=[],n=String(e||"");let r=n.indexOf(","),a=0,i=!1;for(;!i;){r===-1&&(r=n.length,i=!0);const s=n.slice(a,r).trim();(s||!i)&&t.push(s),a=r+1,r=n.indexOf(",",a)}return t}function Mu(e,t){const n={};return(e[e.length-1]===""?[...e,""]:e).join((n.padRight?" ":"")+","+(n.padLeft===!1?"":" ")).trim()}const bd=/^[$_\p{ID_Start}][$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,Ed=/^[$_\p{ID_Start}][-$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,gd={};function ki(e,t){return(gd.jsx?Ed:bd).test(e)}const Td=/[ \t\n\f\r]/g;function yd(e){return typeof e=="object"?e.type==="text"?Mi(e.value):!1:Mi(e)}function Mi(e){return e.replace(Td,"")===""}class Mn{constructor(t,n,r){this.property=t,this.normal=n,r&&(this.space=r)}}Mn.prototype.property={};Mn.prototype.normal={};Mn.prototype.space=null;function Bu(e,t){const n={},r={};let a=-1;for(;++a<e.length;)Object.assign(n,e[a].property),Object.assign(r,e[a].normal);return new Mn(n,r,t)}function vn(e){return e.toLowerCase()}class tt{constructor(t,n){this.property=t,this.attribute=n}}tt.prototype.space=null;tt.prototype.boolean=!1;tt.prototype.booleanish=!1;tt.prototype.overloadedBoolean=!1;tt.prototype.number=!1;tt.prototype.commaSeparated=!1;tt.prototype.spaceSeparated=!1;tt.prototype.commaOrSpaceSeparated=!1;tt.prototype.mustUseProperty=!1;tt.prototype.defined=!1;let xd=0;const oe=Ht(),Re=Ht(),Fu=Ht(),M=Ht(),_e=Ht(),Qt=Ht(),qe=Ht();function Ht(){return 2**++xd}const ga=Object.freeze(Object.defineProperty({__proto__:null,boolean:oe,booleanish:Re,commaOrSpaceSeparated:qe,commaSeparated:Qt,number:M,overloadedBoolean:Fu,spaceSeparated:_e},Symbol.toStringTag,{value:"Module"})),Mr=Object.keys(ga);class Ya extends tt{constructor(t,n,r,a){let i=-1;if(super(t,n),Bi(this,"space",a),typeof r=="number")for(;++i<Mr.length;){const s=Mr[i];Bi(this,Mr[i],(r&ga[s])===ga[s])}}}Ya.prototype.defined=!0;function Bi(e,t,n){n&&(e[t]=n)}const Ad={}.hasOwnProperty;function rn(e){const t={},n={};let r;for(r in e.properties)if(Ad.call(e.properties,r)){const a=e.properties[r],i=new Ya(r,e.transform(e.attributes||{},r),a,e.space);e.mustUseProperty&&e.mustUseProperty.includes(r)&&(i.mustUseProperty=!0),t[r]=i,n[vn(r)]=r,n[vn(i.attribute)]=r}return new Mn(t,n,e.space)}const Hu=rn({space:"xlink",transform(e,t){return"xlink:"+t.slice(5).toLowerCase()},properties:{xLinkActuate:null,xLinkArcRole:null,xLinkHref:null,xLinkRole:null,xLinkShow:null,xLinkTitle:null,xLinkType:null}}),Uu=rn({space:"xml",transform(e,t){return"xml:"+t.slice(3).toLowerCase()},properties:{xmlLang:null,xmlBase:null,xmlSpace:null}});function ju(e,t){return t in e?e[t]:t}function $u(e,t){return ju(e,t.toLowerCase())}const zu=rn({space:"xmlns",attributes:{xmlnsxlink:"xmlns:xlink"},transform:$u,properties:{xmlns:null,xmlnsXLink:null}}),Yu=rn({transform(e,t){return t==="role"?t:"aria-"+t.slice(4).toLowerCase()},properties:{ariaActiveDescendant:null,ariaAtomic:Re,ariaAutoComplete:null,ariaBusy:Re,ariaChecked:Re,ariaColCount:M,ariaColIndex:M,ariaColSpan:M,ariaControls:_e,ariaCurrent:null,ariaDescribedBy:_e,ariaDetails:null,ariaDisabled:Re,ariaDropEffect:_e,ariaErrorMessage:null,ariaExpanded:Re,ariaFlowTo:_e,ariaGrabbed:Re,ariaHasPopup:null,ariaHidden:Re,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:_e,ariaLevel:M,ariaLive:null,ariaModal:Re,ariaMultiLine:Re,ariaMultiSelectable:Re,ariaOrientation:null,ariaOwns:_e,ariaPlaceholder:null,ariaPosInSet:M,ariaPressed:Re,ariaReadOnly:Re,ariaRelevant:null,ariaRequired:Re,ariaRoleDescription:_e,ariaRowCount:M,ariaRowIndex:M,ariaRowSpan:M,ariaSelected:Re,ariaSetSize:M,ariaSort:null,ariaValueMax:M,ariaValueMin:M,ariaValueNow:M,ariaValueText:null,role:null}}),_d=rn({space:"html",attributes:{acceptcharset:"accept-charset",classname:"class",htmlfor:"for",httpequiv:"http-equiv"},transform:$u,mustUseProperty:["checked","multiple","muted","selected"],properties:{abbr:null,accept:Qt,acceptCharset:_e,accessKey:_e,action:null,allow:null,allowFullScreen:oe,allowPaymentRequest:oe,allowUserMedia:oe,alt:null,as:null,async:oe,autoCapitalize:null,autoComplete:_e,autoFocus:oe,autoPlay:oe,blocking:_e,capture:null,charSet:null,checked:oe,cite:null,className:_e,cols:M,colSpan:null,content:null,contentEditable:Re,controls:oe,controlsList:_e,coords:M|Qt,crossOrigin:null,data:null,dateTime:null,decoding:null,default:oe,defer:oe,dir:null,dirName:null,disabled:oe,download:Fu,draggable:Re,encType:null,enterKeyHint:null,fetchPriority:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:oe,formTarget:null,headers:_e,height:M,hidden:oe,high:M,href:null,hrefLang:null,htmlFor:_e,httpEquiv:_e,id:null,imageSizes:null,imageSrcSet:null,inert:oe,inputMode:null,integrity:null,is:null,isMap:oe,itemId:null,itemProp:_e,itemRef:_e,itemScope:oe,itemType:_e,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:oe,low:M,manifest:null,max:null,maxLength:M,media:null,method:null,min:null,minLength:M,multiple:oe,muted:oe,name:null,nonce:null,noModule:oe,noValidate:oe,onAbort:null,onAfterPrint:null,onAuxClick:null,onBeforeMatch:null,onBeforePrint:null,onBeforeToggle:null,onBeforeUnload:null,onBlur:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onContextLost:null,onContextMenu:null,onContextRestored:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnded:null,onError:null,onFocus:null,onFormData:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLanguageChange:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadEnd:null,onLoadStart:null,onMessage:null,onMessageError:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRejectionHandled:null,onReset:null,onResize:null,onScroll:null,onScrollEnd:null,onSecurityPolicyViolation:null,onSeeked:null,onSeeking:null,onSelect:null,onSlotChange:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnhandledRejection:null,onUnload:null,onVolumeChange:null,onWaiting:null,onWheel:null,open:oe,optimum:M,pattern:null,ping:_e,placeholder:null,playsInline:oe,popover:null,popoverTarget:null,popoverTargetAction:null,poster:null,preload:null,readOnly:oe,referrerPolicy:null,rel:_e,required:oe,reversed:oe,rows:M,rowSpan:M,sandbox:_e,scope:null,scoped:oe,seamless:oe,selected:oe,shadowRootDelegatesFocus:oe,shadowRootMode:null,shape:null,size:M,sizes:null,slot:null,span:M,spellCheck:Re,src:null,srcDoc:null,srcLang:null,srcSet:null,start:M,step:null,style:null,tabIndex:M,target:null,title:null,translate:null,type:null,typeMustMatch:oe,useMap:null,value:Re,width:M,wrap:null,align:null,aLink:null,archive:_e,axis:null,background:null,bgColor:null,border:M,borderColor:null,bottomMargin:M,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:oe,declare:oe,event:null,face:null,frame:null,frameBorder:null,hSpace:M,leftMargin:M,link:null,longDesc:null,lowSrc:null,marginHeight:M,marginWidth:M,noResize:oe,noHref:oe,noShade:oe,noWrap:oe,object:null,profile:null,prompt:null,rev:null,rightMargin:M,rules:null,scheme:null,scrolling:Re,standby:null,summary:null,text:null,topMargin:M,valueType:null,version:null,vAlign:null,vLink:null,vSpace:M,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:oe,disableRemotePlayback:oe,prefix:null,property:null,results:M,security:null,unselectable:null}}),Sd=rn({space:"svg",attributes:{accentHeight:"accent-height",alignmentBaseline:"alignment-baseline",arabicForm:"arabic-form",baselineShift:"baseline-shift",capHeight:"cap-height",className:"class",clipPath:"clip-path",clipRule:"clip-rule",colorInterpolation:"color-interpolation",colorInterpolationFilters:"color-interpolation-filters",colorProfile:"color-profile",colorRendering:"color-rendering",crossOrigin:"crossorigin",dataType:"datatype",dominantBaseline:"dominant-baseline",enableBackground:"enable-background",fillOpacity:"fill-opacity",fillRule:"fill-rule",floodColor:"flood-color",floodOpacity:"flood-opacity",fontFamily:"font-family",fontSize:"font-size",fontSizeAdjust:"font-size-adjust",fontStretch:"font-stretch",fontStyle:"font-style",fontVariant:"font-variant",fontWeight:"font-weight",glyphName:"glyph-name",glyphOrientationHorizontal:"glyph-orientation-horizontal",glyphOrientationVertical:"glyph-orientation-vertical",hrefLang:"hreflang",horizAdvX:"horiz-adv-x",horizOriginX:"horiz-origin-x",horizOriginY:"horiz-origin-y",imageRendering:"image-rendering",letterSpacing:"letter-spacing",lightingColor:"lighting-color",markerEnd:"marker-end",markerMid:"marker-mid",markerStart:"marker-start",navDown:"nav-down",navDownLeft:"nav-down-left",navDownRight:"nav-down-right",navLeft:"nav-left",navNext:"nav-next",navPrev:"nav-prev",navRight:"nav-right",navUp:"nav-up",navUpLeft:"nav-up-left",navUpRight:"nav-up-right",onAbort:"onabort",onActivate:"onactivate",onAfterPrint:"onafterprint",onBeforePrint:"onbeforeprint",onBegin:"onbegin",onCancel:"oncancel",onCanPlay:"oncanplay",onCanPlayThrough:"oncanplaythrough",onChange:"onchange",onClick:"onclick",onClose:"onclose",onCopy:"oncopy",onCueChange:"oncuechange",onCut:"oncut",onDblClick:"ondblclick",onDrag:"ondrag",onDragEnd:"ondragend",onDragEnter:"ondragenter",onDragExit:"ondragexit",onDragLeave:"ondragleave",onDragOver:"ondragover",onDragStart:"ondragstart",onDrop:"ondrop",onDurationChange:"ondurationchange",onEmptied:"onemptied",onEnd:"onend",onEnded:"onended",onError:"onerror",onFocus:"onfocus",onFocusIn:"onfocusin",onFocusOut:"onfocusout",onHashChange:"onhashchange",onInput:"oninput",onInvalid:"oninvalid",onKeyDown:"onkeydown",onKeyPress:"onkeypress",onKeyUp:"onkeyup",onLoad:"onload",onLoadedData:"onloadeddata",onLoadedMetadata:"onloadedmetadata",onLoadStart:"onloadstart",onMessage:"onmessage",onMouseDown:"onmousedown",onMouseEnter:"onmouseenter",onMouseLeave:"onmouseleave",onMouseMove:"onmousemove",onMouseOut:"onmouseout",onMouseOver:"onmouseover",onMouseUp:"onmouseup",onMouseWheel:"onmousewheel",onOffline:"onoffline",onOnline:"ononline",onPageHide:"onpagehide",onPageShow:"onpageshow",onPaste:"onpaste",onPause:"onpause",onPlay:"onplay",onPlaying:"onplaying",onPopState:"onpopstate",onProgress:"onprogress",onRateChange:"onratechange",onRepeat:"onrepeat",onReset:"onreset",onResize:"onresize",onScroll:"onscroll",onSeeked:"onseeked",onSeeking:"onseeking",onSelect:"onselect",onShow:"onshow",onStalled:"onstalled",onStorage:"onstorage",onSubmit:"onsubmit",onSuspend:"onsuspend",onTimeUpdate:"ontimeupdate",onToggle:"ontoggle",onUnload:"onunload",onVolumeChange:"onvolumechange",onWaiting:"onwaiting",onZoom:"onzoom",overlinePosition:"overline-position",overlineThickness:"overline-thickness",paintOrder:"paint-order",panose1:"panose-1",pointerEvents:"pointer-events",referrerPolicy:"referrerpolicy",renderingIntent:"rendering-intent",shapeRendering:"shape-rendering",stopColor:"stop-color",stopOpacity:"stop-opacity",strikethroughPosition:"strikethrough-position",strikethroughThickness:"strikethrough-thickness",strokeDashArray:"stroke-dasharray",strokeDashOffset:"stroke-dashoffset",strokeLineCap:"stroke-linecap",strokeLineJoin:"stroke-linejoin",strokeMiterLimit:"stroke-miterlimit",strokeOpacity:"stroke-opacity",strokeWidth:"stroke-width",tabIndex:"tabindex",textAnchor:"text-anchor",textDecoration:"text-decoration",textRendering:"text-rendering",transformOrigin:"transform-origin",typeOf:"typeof",underlinePosition:"underline-position",underlineThickness:"underline-thickness",unicodeBidi:"unicode-bidi",unicodeRange:"unicode-range",unitsPerEm:"units-per-em",vAlphabetic:"v-alphabetic",vHanging:"v-hanging",vIdeographic:"v-ideographic",vMathematical:"v-mathematical",vectorEffect:"vector-effect",vertAdvY:"vert-adv-y",vertOriginX:"vert-origin-x",vertOriginY:"vert-origin-y",wordSpacing:"word-spacing",writingMode:"writing-mode",xHeight:"x-height",playbackOrder:"playbackorder",timelineBegin:"timelinebegin"},transform:ju,properties:{about:qe,accentHeight:M,accumulate:null,additive:null,alignmentBaseline:null,alphabetic:M,amplitude:M,arabicForm:null,ascent:M,attributeName:null,attributeType:null,azimuth:M,bandwidth:null,baselineShift:null,baseFrequency:null,baseProfile:null,bbox:null,begin:null,bias:M,by:null,calcMode:null,capHeight:M,className:_e,clip:null,clipPath:null,clipPathUnits:null,clipRule:null,color:null,colorInterpolation:null,colorInterpolationFilters:null,colorProfile:null,colorRendering:null,content:null,contentScriptType:null,contentStyleType:null,crossOrigin:null,cursor:null,cx:null,cy:null,d:null,dataType:null,defaultAction:null,descent:M,diffuseConstant:M,direction:null,display:null,dur:null,divisor:M,dominantBaseline:null,download:oe,dx:null,dy:null,edgeMode:null,editable:null,elevation:M,enableBackground:null,end:null,event:null,exponent:M,externalResourcesRequired:null,fill:null,fillOpacity:M,fillRule:null,filter:null,filterRes:null,filterUnits:null,floodColor:null,floodOpacity:null,focusable:null,focusHighlight:null,fontFamily:null,fontSize:null,fontSizeAdjust:null,fontStretch:null,fontStyle:null,fontVariant:null,fontWeight:null,format:null,fr:null,from:null,fx:null,fy:null,g1:Qt,g2:Qt,glyphName:Qt,glyphOrientationHorizontal:null,glyphOrientationVertical:null,glyphRef:null,gradientTransform:null,gradientUnits:null,handler:null,hanging:M,hatchContentUnits:null,hatchUnits:null,height:null,href:null,hrefLang:null,horizAdvX:M,horizOriginX:M,horizOriginY:M,id:null,ideographic:M,imageRendering:null,initialVisibility:null,in:null,in2:null,intercept:M,k:M,k1:M,k2:M,k3:M,k4:M,kernelMatrix:qe,kernelUnitLength:null,keyPoints:null,keySplines:null,keyTimes:null,kerning:null,lang:null,lengthAdjust:null,letterSpacing:null,lightingColor:null,limitingConeAngle:M,local:null,markerEnd:null,markerMid:null,markerStart:null,markerHeight:null,markerUnits:null,markerWidth:null,mask:null,maskContentUnits:null,maskUnits:null,mathematical:null,max:null,media:null,mediaCharacterEncoding:null,mediaContentEncodings:null,mediaSize:M,mediaTime:null,method:null,min:null,mode:null,name:null,navDown:null,navDownLeft:null,navDownRight:null,navLeft:null,navNext:null,navPrev:null,navRight:null,navUp:null,navUpLeft:null,navUpRight:null,numOctaves:null,observer:null,offset:null,onAbort:null,onActivate:null,onAfterPrint:null,onBeforePrint:null,onBegin:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnd:null,onEnded:null,onError:null,onFocus:null,onFocusIn:null,onFocusOut:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadStart:null,onMessage:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onMouseWheel:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRepeat:null,onReset:null,onResize:null,onScroll:null,onSeeked:null,onSeeking:null,onSelect:null,onShow:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnload:null,onVolumeChange:null,onWaiting:null,onZoom:null,opacity:null,operator:null,order:null,orient:null,orientation:null,origin:null,overflow:null,overlay:null,overlinePosition:M,overlineThickness:M,paintOrder:null,panose1:null,path:null,pathLength:M,patternContentUnits:null,patternTransform:null,patternUnits:null,phase:null,ping:_e,pitch:null,playbackOrder:null,pointerEvents:null,points:null,pointsAtX:M,pointsAtY:M,pointsAtZ:M,preserveAlpha:null,preserveAspectRatio:null,primitiveUnits:null,propagate:null,property:qe,r:null,radius:null,referrerPolicy:null,refX:null,refY:null,rel:qe,rev:qe,renderingIntent:null,repeatCount:null,repeatDur:null,requiredExtensions:qe,requiredFeatures:qe,requiredFonts:qe,requiredFormats:qe,resource:null,restart:null,result:null,rotate:null,rx:null,ry:null,scale:null,seed:null,shapeRendering:null,side:null,slope:null,snapshotTime:null,specularConstant:M,specularExponent:M,spreadMethod:null,spacing:null,startOffset:null,stdDeviation:null,stemh:null,stemv:null,stitchTiles:null,stopColor:null,stopOpacity:null,strikethroughPosition:M,strikethroughThickness:M,string:null,stroke:null,strokeDashArray:qe,strokeDashOffset:null,strokeLineCap:null,strokeLineJoin:null,strokeMiterLimit:M,strokeOpacity:M,strokeWidth:null,style:null,surfaceScale:M,syncBehavior:null,syncBehaviorDefault:null,syncMaster:null,syncTolerance:null,syncToleranceDefault:null,systemLanguage:qe,tabIndex:M,tableValues:null,target:null,targetX:M,targetY:M,textAnchor:null,textDecoration:null,textRendering:null,textLength:null,timelineBegin:null,title:null,transformBehavior:null,type:null,typeOf:qe,to:null,transform:null,transformOrigin:null,u1:null,u2:null,underlinePosition:M,underlineThickness:M,unicode:null,unicodeBidi:null,unicodeRange:null,unitsPerEm:M,values:null,vAlphabetic:M,vMathematical:M,vectorEffect:null,vHanging:M,vIdeographic:M,version:null,vertAdvY:M,vertOriginX:M,vertOriginY:M,viewBox:null,viewTarget:null,visibility:null,width:null,widths:null,wordSpacing:null,writingMode:null,x:null,x1:null,x2:null,xChannelSelector:null,xHeight:M,y:null,y1:null,y2:null,yChannelSelector:null,z:null,zoomAndPan:null}}),Cd=/^data[-\w.:]+$/i,Fi=/-[a-z]/g,Id=/[A-Z]/g;function gr(e,t){const n=vn(t);let r=t,a=tt;if(n in e.normal)return e.property[e.normal[n]];if(n.length>4&&n.slice(0,4)==="data"&&Cd.test(t)){if(t.charAt(4)==="-"){const i=t.slice(5).replace(Fi,vd);r="data"+i.charAt(0).toUpperCase()+i.slice(1)}else{const i=t.slice(4);if(!Fi.test(i)){let s=i.replace(Id,Nd);s.charAt(0)!=="-"&&(s="-"+s),t="data"+s}}a=Ya}return new a(r,t)}function Nd(e){return"-"+e.toLowerCase()}function vd(e){return e.charAt(1).toUpperCase()}const wd={classId:"classID",dataType:"datatype",itemId:"itemID",strokeDashArray:"strokeDasharray",strokeDashOffset:"strokeDashoffset",strokeLineCap:"strokeLinecap",strokeLineJoin:"strokeLinejoin",strokeMiterLimit:"strokeMiterlimit",typeOf:"typeof",xLinkActuate:"xlinkActuate",xLinkArcRole:"xlinkArcrole",xLinkHref:"xlinkHref",xLinkRole:"xlinkRole",xLinkShow:"xlinkShow",xLinkTitle:"xlinkTitle",xLinkType:"xlinkType",xmlnsXLink:"xmlnsXlink"},Bn=Bu([Uu,Hu,zu,Yu,_d],"html"),_t=Bu([Uu,Hu,zu,Yu,Sd],"svg");function Hi(e){const t=String(e||"").trim();return t?t.split(/[ \t\n\r\f]+/g):[]}function Gu(e){return e.join(" ").trim()}var zt={},Br,Ui;function Od(){if(Ui)return Br;Ui=1;var e=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//g,t=/\n/g,n=/^\s*/,r=/^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/,a=/^:\s*/,i=/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/,s=/^[;\s]*/,o=/^\s+|\s+$/g,l=`
48
- `,c="/",d="*",f="",m="comment",h="declaration";Br=function(x,L){if(typeof x!="string")throw new TypeError("First argument must be a string");if(!x)return[];L=L||{};var _=1,R=1;function O($){var z=$.match(t);z&&(_+=z.length);var Z=$.lastIndexOf(l);R=~Z?$.length-Z:R+$.length}function U(){var $={line:_,column:R};return function(z){return z.position=new S($),fe(),z}}function S($){this.start=$,this.end={line:_,column:R},this.source=L.source}S.prototype.content=x;function w($){var z=new Error(L.source+":"+_+":"+R+": "+$);if(z.reason=$,z.filename=L.source,z.line=_,z.column=R,z.source=x,!L.silent)throw z}function Q($){var z=$.exec(x);if(z){var Z=z[0];return O(Z),x=x.slice(Z.length),z}}function fe(){Q(n)}function re($){var z;for($=$||[];z=G();)z!==!1&&$.push(z);return $}function G(){var $=U();if(!(c!=x.charAt(0)||d!=x.charAt(1))){for(var z=2;f!=x.charAt(z)&&(d!=x.charAt(z)||c!=x.charAt(z+1));)++z;if(z+=2,f===x.charAt(z-1))return w("End of comment missing");var Z=x.slice(2,z-2);return R+=2,O(Z),x=x.slice(z),R+=2,$({type:m,comment:Z})}}function j(){var $=U(),z=Q(r);if(z){if(G(),!Q(a))return w("property missing ':'");var Z=Q(i),he=$({type:h,property:y(z[0].replace(e,f)),value:Z?y(Z[0].replace(e,f)):f});return Q(s),he}}function B(){var $=[];re($);for(var z;z=j();)z!==!1&&($.push(z),re($));return $}return fe(),B()};function y(x){return x?x.replace(o,f):f}return Br}var ji;function Ld(){if(ji)return zt;ji=1;var e=zt&&zt.__importDefault||function(r){return r&&r.__esModule?r:{default:r}};Object.defineProperty(zt,"__esModule",{value:!0});var t=e(Od());function n(r,a){var i=null;if(!r||typeof r!="string")return i;var s=(0,t.default)(r),o=typeof a=="function";return s.forEach(function(l){if(l.type==="declaration"){var c=l.property,d=l.value;o?a(c,d,l):d&&(i=i||{},i[c]=d)}}),i}return zt.default=n,zt}var Rd=Ld();const $i=Ba(Rd),Pd=$i.default||$i,Tr=Vu("end"),ft=Vu("start");function Vu(e){return t;function t(n){const r=n&&n.position&&n.position[e]||{};if(typeof r.line=="number"&&r.line>0&&typeof r.column=="number"&&r.column>0)return{line:r.line,column:r.column,offset:typeof r.offset=="number"&&r.offset>-1?r.offset:void 0}}}function Dd(e){const t=ft(e),n=Tr(e);if(t&&n)return{start:t,end:n}}function yn(e){return!e||typeof e!="object"?"":"position"in e||"type"in e?zi(e.position):"start"in e||"end"in e?zi(e):"line"in e||"column"in e?Ta(e):""}function Ta(e){return Yi(e&&e.line)+":"+Yi(e&&e.column)}function zi(e){return Ta(e&&e.start)+"-"+Ta(e&&e.end)}function Yi(e){return e&&typeof e=="number"?e:1}class Be extends Error{constructor(t,n,r){super(),typeof n=="string"&&(r=n,n=void 0);let a="",i={},s=!1;if(n&&("line"in n&&"column"in n?i={place:n}:"start"in n&&"end"in n?i={place:n}:"type"in n?i={ancestors:[n],place:n.position}:i={...n}),typeof t=="string"?a=t:!i.cause&&t&&(s=!0,a=t.message,i.cause=t),!i.ruleId&&!i.source&&typeof r=="string"){const l=r.indexOf(":");l===-1?i.ruleId=r:(i.source=r.slice(0,l),i.ruleId=r.slice(l+1))}if(!i.place&&i.ancestors&&i.ancestors){const l=i.ancestors[i.ancestors.length-1];l&&(i.place=l.position)}const o=i.place&&"start"in i.place?i.place.start:i.place;this.ancestors=i.ancestors||void 0,this.cause=i.cause||void 0,this.column=o?o.column:void 0,this.fatal=void 0,this.file,this.message=a,this.line=o?o.line:void 0,this.name=yn(i.place)||"1:1",this.place=i.place||void 0,this.reason=this.message,this.ruleId=i.ruleId||void 0,this.source=i.source||void 0,this.stack=s&&i.cause&&typeof i.cause.stack=="string"?i.cause.stack:"",this.actual,this.expected,this.note,this.url}}Be.prototype.file="";Be.prototype.name="";Be.prototype.reason="";Be.prototype.message="";Be.prototype.stack="";Be.prototype.column=void 0;Be.prototype.line=void 0;Be.prototype.ancestors=void 0;Be.prototype.cause=void 0;Be.prototype.fatal=void 0;Be.prototype.place=void 0;Be.prototype.ruleId=void 0;Be.prototype.source=void 0;const Ga={}.hasOwnProperty,kd=new Map,Md=/[A-Z]/g,Bd=/-([a-z])/g,Fd=new Set(["table","tbody","thead","tfoot","tr"]),Hd=new Set(["td","th"]),qu="https://github.com/syntax-tree/hast-util-to-jsx-runtime";function Ud(e,t){if(!t||t.Fragment===void 0)throw new TypeError("Expected `Fragment` in options");const n=t.filePath||void 0;let r;if(t.development){if(typeof t.jsxDEV!="function")throw new TypeError("Expected `jsxDEV` in options when `development: true`");r=Wd(n,t.jsxDEV)}else{if(typeof t.jsx!="function")throw new TypeError("Expected `jsx` in production options");if(typeof t.jsxs!="function")throw new TypeError("Expected `jsxs` in production options");r=qd(n,t.jsx,t.jsxs)}const a={Fragment:t.Fragment,ancestors:[],components:t.components||{},create:r,elementAttributeNameCase:t.elementAttributeNameCase||"react",evaluater:t.createEvaluater?t.createEvaluater():void 0,filePath:n,ignoreInvalidStyle:t.ignoreInvalidStyle||!1,passKeys:t.passKeys!==!1,passNode:t.passNode||!1,schema:t.space==="svg"?_t:Bn,stylePropertyNameCase:t.stylePropertyNameCase||"dom",tableCellAlignToStyle:t.tableCellAlignToStyle!==!1},i=Wu(a,e,void 0);return i&&typeof i!="string"?i:a.create(e,a.Fragment,{children:i||void 0},void 0)}function Wu(e,t,n){if(t.type==="element")return jd(e,t,n);if(t.type==="mdxFlowExpression"||t.type==="mdxTextExpression")return $d(e,t);if(t.type==="mdxJsxFlowElement"||t.type==="mdxJsxTextElement")return Yd(e,t,n);if(t.type==="mdxjsEsm")return zd(e,t);if(t.type==="root")return Gd(e,t,n);if(t.type==="text")return Vd(e,t)}function jd(e,t,n){const r=e.schema;let a=r;t.tagName.toLowerCase()==="svg"&&r.space==="html"&&(a=_t,e.schema=a),e.ancestors.push(t);const i=Qu(e,t.tagName,!1),s=Xd(e,t);let o=qa(e,t);return Fd.has(t.tagName)&&(o=o.filter(function(l){return typeof l=="string"?!yd(l):!0})),Xu(e,s,i,t),Va(s,o),e.ancestors.pop(),e.schema=r,e.create(t,i,s,n)}function $d(e,t){if(t.data&&t.data.estree&&e.evaluater){const r=t.data.estree.body[0];return r.type,e.evaluater.evaluateExpression(r.expression)}wn(e,t.position)}function zd(e,t){if(t.data&&t.data.estree&&e.evaluater)return e.evaluater.evaluateProgram(t.data.estree);wn(e,t.position)}function Yd(e,t,n){const r=e.schema;let a=r;t.name==="svg"&&r.space==="html"&&(a=_t,e.schema=a),e.ancestors.push(t);const i=t.name===null?e.Fragment:Qu(e,t.name,!0),s=Qd(e,t),o=qa(e,t);return Xu(e,s,i,t),Va(s,o),e.ancestors.pop(),e.schema=r,e.create(t,i,s,n)}function Gd(e,t,n){const r={};return Va(r,qa(e,t)),e.create(t,e.Fragment,r,n)}function Vd(e,t){return t.value}function Xu(e,t,n,r){typeof n!="string"&&n!==e.Fragment&&e.passNode&&(t.node=r)}function Va(e,t){if(t.length>0){const n=t.length>1?t:t[0];n&&(e.children=n)}}function qd(e,t,n){return r;function r(a,i,s,o){const c=Array.isArray(s.children)?n:t;return o?c(i,s,o):c(i,s)}}function Wd(e,t){return n;function n(r,a,i,s){const o=Array.isArray(i.children),l=ft(r);return t(a,i,s,o,{columnNumber:l?l.column-1:void 0,fileName:e,lineNumber:l?l.line:void 0},void 0)}}function Xd(e,t){const n={};let r,a;for(a in t.properties)if(a!=="children"&&Ga.call(t.properties,a)){const i=Kd(e,a,t.properties[a]);if(i){const[s,o]=i;e.tableCellAlignToStyle&&s==="align"&&typeof o=="string"&&Hd.has(t.tagName)?r=o:n[s]=o}}if(r){const i=n.style||(n.style={});i[e.stylePropertyNameCase==="css"?"text-align":"textAlign"]=r}return n}function Qd(e,t){const n={};for(const r of t.attributes)if(r.type==="mdxJsxExpressionAttribute")if(r.data&&r.data.estree&&e.evaluater){const i=r.data.estree.body[0];i.type;const s=i.expression;s.type;const o=s.properties[0];o.type,Object.assign(n,e.evaluater.evaluateExpression(o.argument))}else wn(e,t.position);else{const a=r.name;let i;if(r.value&&typeof r.value=="object")if(r.value.data&&r.value.data.estree&&e.evaluater){const o=r.value.data.estree.body[0];o.type,i=e.evaluater.evaluateExpression(o.expression)}else wn(e,t.position);else i=r.value===null?!0:r.value;n[a]=i}return n}function qa(e,t){const n=[];let r=-1;const a=e.passKeys?new Map:kd;for(;++r<t.children.length;){const i=t.children[r];let s;if(e.passKeys){const l=i.type==="element"?i.tagName:i.type==="mdxJsxFlowElement"||i.type==="mdxJsxTextElement"?i.name:void 0;if(l){const c=a.get(l)||0;s=l+"-"+c,a.set(l,c+1)}}const o=Wu(e,i,s);o!==void 0&&n.push(o)}return n}function Kd(e,t,n){const r=gr(e.schema,t);if(!(n==null||typeof n=="number"&&Number.isNaN(n))){if(Array.isArray(n)&&(n=r.commaSeparated?Mu(n):Gu(n)),r.property==="style"){let a=typeof n=="object"?n:Zd(e,String(n));return e.stylePropertyNameCase==="css"&&(a=Jd(a)),["style",a]}return[e.elementAttributeNameCase==="react"&&r.space?wd[r.property]||r.property:r.attribute,n]}}function Zd(e,t){const n={};try{Pd(t,r)}catch(a){if(!e.ignoreInvalidStyle){const i=a,s=new Be("Cannot parse `style` attribute",{ancestors:e.ancestors,cause:i,ruleId:"style",source:"hast-util-to-jsx-runtime"});throw s.file=e.filePath||void 0,s.url=qu+"#cannot-parse-style-attribute",s}}return n;function r(a,i){let s=a;s.slice(0,2)!=="--"&&(s.slice(0,4)==="-ms-"&&(s="ms-"+s.slice(4)),s=s.replace(Bd,tf)),n[s]=i}}function Qu(e,t,n){let r;if(!n)r={type:"Literal",value:t};else if(t.includes(".")){const a=t.split(".");let i=-1,s;for(;++i<a.length;){const o=ki(a[i])?{type:"Identifier",name:a[i]}:{type:"Literal",value:a[i]};s=s?{type:"MemberExpression",object:s,property:o,computed:!!(i&&o.type==="Literal"),optional:!1}:o}r=s}else r=ki(t)&&!/^[a-z]/.test(t)?{type:"Identifier",name:t}:{type:"Literal",value:t};if(r.type==="Literal"){const a=r.value;return Ga.call(e.components,a)?e.components[a]:a}if(e.evaluater)return e.evaluater.evaluateExpression(r);wn(e)}function wn(e,t){const n=new Be("Cannot handle MDX estrees without `createEvaluater`",{ancestors:e.ancestors,place:t,ruleId:"mdx-estree",source:"hast-util-to-jsx-runtime"});throw n.file=e.filePath||void 0,n.url=qu+"#cannot-handle-mdx-estrees-without-createevaluater",n}function Jd(e){const t={};let n;for(n in e)Ga.call(e,n)&&(t[ef(n)]=e[n]);return t}function ef(e){let t=e.replace(Md,nf);return t.slice(0,3)==="ms-"&&(t="-"+t),t}function tf(e,t){return t.toUpperCase()}function nf(e){return"-"+e.toLowerCase()}const Fr={action:["form"],cite:["blockquote","del","ins","q"],data:["object"],formAction:["button","input"],href:["a","area","base","link"],icon:["menuitem"],itemId:null,manifest:["html"],ping:["a","area"],poster:["video"],src:["audio","embed","iframe","img","input","script","source","track","video"]},rf={};function af(e,t){const n=rf,r=typeof n.includeImageAlt=="boolean"?n.includeImageAlt:!0,a=typeof n.includeHtml=="boolean"?n.includeHtml:!0;return Ku(e,r,a)}function Ku(e,t,n){if(sf(e)){if("value"in e)return e.type==="html"&&!n?"":e.value;if(t&&"alt"in e&&e.alt)return e.alt;if("children"in e)return Gi(e.children,t,n)}return Array.isArray(e)?Gi(e,t,n):""}function Gi(e,t,n){const r=[];let a=-1;for(;++a<e.length;)r[a]=Ku(e[a],t,n);return r.join("")}function sf(e){return!!(e&&typeof e=="object")}const Vi=document.createElement("i");function Wa(e){const t="&"+e+";";Vi.innerHTML=t;const n=Vi.textContent;return n.charCodeAt(n.length-1)===59&&e!=="semi"||n===t?!1:n}function dt(e,t,n,r){const a=e.length;let i=0,s;if(t<0?t=-t>a?0:a+t:t=t>a?a:t,n=n>0?n:0,r.length<1e4)s=Array.from(r),s.unshift(t,n),e.splice(...s);else for(n&&e.splice(t,n);i<r.length;)s=r.slice(i,i+1e4),s.unshift(t,0),e.splice(...s),i+=1e4,t+=1e4}function Xe(e,t){return e.length>0?(dt(e,e.length,0,t),e):t}const qi={}.hasOwnProperty;function uf(e){const t={};let n=-1;for(;++n<e.length;)of(t,e[n]);return t}function of(e,t){let n;for(n in t){const a=(qi.call(e,n)?e[n]:void 0)||(e[n]={}),i=t[n];let s;if(i)for(s in i){qi.call(a,s)||(a[s]=[]);const o=i[s];lf(a[s],Array.isArray(o)?o:o?[o]:[])}}}function lf(e,t){let n=-1;const r=[];for(;++n<t.length;)(t[n].add==="after"?e:r).push(t[n]);dt(e,0,0,r)}function Zu(e,t){const n=Number.parseInt(e,t);return n<9||n===11||n>13&&n<32||n>126&&n<160||n>55295&&n<57344||n>64975&&n<65008||(n&65535)===65535||(n&65535)===65534||n>1114111?"�":String.fromCodePoint(n)}function Kt(e){return e.replace(/[\t\n\r ]+/g," ").replace(/^ | $/g,"").toLowerCase().toUpperCase()}const lt=St(/[A-Za-z]/),We=St(/[\dA-Za-z]/),cf=St(/[#-'*+\--9=?A-Z^-~]/);function ya(e){return e!==null&&(e<32||e===127)}const xa=St(/\d/),df=St(/[\dA-Fa-f]/),ff=St(/[!-/:-@[-`{-~]/);function ne(e){return e!==null&&e<-2}function Ye(e){return e!==null&&(e<0||e===32)}function Ee(e){return e===-2||e===-1||e===32}const hf=St(new RegExp("\\p{P}|\\p{S}","u")),mf=St(/\s/);function St(e){return t;function t(n){return n!==null&&n>-1&&e.test(String.fromCharCode(n))}}function an(e){const t=[];let n=-1,r=0,a=0;for(;++n<e.length;){const i=e.charCodeAt(n);let s="";if(i===37&&We(e.charCodeAt(n+1))&&We(e.charCodeAt(n+2)))a=2;else if(i<128)/[!#$&-;=?-Z_a-z~]/.test(String.fromCharCode(i))||(s=String.fromCharCode(i));else if(i>55295&&i<57344){const o=e.charCodeAt(n+1);i<56320&&o>56319&&o<57344?(s=String.fromCharCode(i,o),a=1):s="�"}else s=String.fromCharCode(i);s&&(t.push(e.slice(r,n),encodeURIComponent(s)),r=n+a+1,s=""),a&&(n+=a,a=0)}return t.join("")+e.slice(r)}function Se(e,t,n,r){const a=r?r-1:Number.POSITIVE_INFINITY;let i=0;return s;function s(l){return Ee(l)?(e.enter(n),o(l)):t(l)}function o(l){return Ee(l)&&i++<a?(e.consume(l),o):(e.exit(n),t(l))}}const pf={tokenize:bf};function bf(e){const t=e.attempt(this.parser.constructs.contentInitial,r,a);let n;return t;function r(o){if(o===null){e.consume(o);return}return e.enter("lineEnding"),e.consume(o),e.exit("lineEnding"),Se(e,t,"linePrefix")}function a(o){return e.enter("paragraph"),i(o)}function i(o){const l=e.enter("chunkText",{contentType:"text",previous:n});return n&&(n.next=l),n=l,s(o)}function s(o){if(o===null){e.exit("chunkText"),e.exit("paragraph"),e.consume(o);return}return ne(o)?(e.consume(o),e.exit("chunkText"),i):(e.consume(o),s)}}const Ef={tokenize:gf},Wi={tokenize:Tf};function gf(e){const t=this,n=[];let r=0,a,i,s;return o;function o(O){if(r<n.length){const U=n[r];return t.containerState=U[1],e.attempt(U[0].continuation,l,c)(O)}return c(O)}function l(O){if(r++,t.containerState._closeFlow){t.containerState._closeFlow=void 0,a&&R();const U=t.events.length;let S=U,w;for(;S--;)if(t.events[S][0]==="exit"&&t.events[S][1].type==="chunkFlow"){w=t.events[S][1].end;break}_(r);let Q=U;for(;Q<t.events.length;)t.events[Q][1].end=Object.assign({},w),Q++;return dt(t.events,S+1,0,t.events.slice(U)),t.events.length=Q,c(O)}return o(O)}function c(O){if(r===n.length){if(!a)return m(O);if(a.currentConstruct&&a.currentConstruct.concrete)return y(O);t.interrupt=!!(a.currentConstruct&&!a._gfmTableDynamicInterruptHack)}return t.containerState={},e.check(Wi,d,f)(O)}function d(O){return a&&R(),_(r),m(O)}function f(O){return t.parser.lazy[t.now().line]=r!==n.length,s=t.now().offset,y(O)}function m(O){return t.containerState={},e.attempt(Wi,h,y)(O)}function h(O){return r++,n.push([t.currentConstruct,t.containerState]),m(O)}function y(O){if(O===null){a&&R(),_(0),e.consume(O);return}return a=a||t.parser.flow(t.now()),e.enter("chunkFlow",{contentType:"flow",previous:i,_tokenizer:a}),x(O)}function x(O){if(O===null){L(e.exit("chunkFlow"),!0),_(0),e.consume(O);return}return ne(O)?(e.consume(O),L(e.exit("chunkFlow")),r=0,t.interrupt=void 0,o):(e.consume(O),x)}function L(O,U){const S=t.sliceStream(O);if(U&&S.push(null),O.previous=i,i&&(i.next=O),i=O,a.defineSkip(O.start),a.write(S),t.parser.lazy[O.start.line]){let w=a.events.length;for(;w--;)if(a.events[w][1].start.offset<s&&(!a.events[w][1].end||a.events[w][1].end.offset>s))return;const Q=t.events.length;let fe=Q,re,G;for(;fe--;)if(t.events[fe][0]==="exit"&&t.events[fe][1].type==="chunkFlow"){if(re){G=t.events[fe][1].end;break}re=!0}for(_(r),w=Q;w<t.events.length;)t.events[w][1].end=Object.assign({},G),w++;dt(t.events,fe+1,0,t.events.slice(Q)),t.events.length=w}}function _(O){let U=n.length;for(;U-- >O;){const S=n[U];t.containerState=S[1],S[0].exit.call(t,e)}n.length=O}function R(){a.write([null]),i=void 0,a=void 0,t.containerState._closeFlow=void 0}}function Tf(e,t,n){return Se(e,e.attempt(this.parser.constructs.document,t,n),"linePrefix",this.parser.constructs.disable.null.includes("codeIndented")?void 0:4)}function Xi(e){if(e===null||Ye(e)||mf(e))return 1;if(hf(e))return 2}function Xa(e,t,n){const r=[];let a=-1;for(;++a<e.length;){const i=e[a].resolveAll;i&&!r.includes(i)&&(t=i(t,n),r.push(i))}return t}const Aa={name:"attention",tokenize:xf,resolveAll:yf};function yf(e,t){let n=-1,r,a,i,s,o,l,c,d;for(;++n<e.length;)if(e[n][0]==="enter"&&e[n][1].type==="attentionSequence"&&e[n][1]._close){for(r=n;r--;)if(e[r][0]==="exit"&&e[r][1].type==="attentionSequence"&&e[r][1]._open&&t.sliceSerialize(e[r][1]).charCodeAt(0)===t.sliceSerialize(e[n][1]).charCodeAt(0)){if((e[r][1]._close||e[n][1]._open)&&(e[n][1].end.offset-e[n][1].start.offset)%3&&!((e[r][1].end.offset-e[r][1].start.offset+e[n][1].end.offset-e[n][1].start.offset)%3))continue;l=e[r][1].end.offset-e[r][1].start.offset>1&&e[n][1].end.offset-e[n][1].start.offset>1?2:1;const f=Object.assign({},e[r][1].end),m=Object.assign({},e[n][1].start);Qi(f,-l),Qi(m,l),s={type:l>1?"strongSequence":"emphasisSequence",start:f,end:Object.assign({},e[r][1].end)},o={type:l>1?"strongSequence":"emphasisSequence",start:Object.assign({},e[n][1].start),end:m},i={type:l>1?"strongText":"emphasisText",start:Object.assign({},e[r][1].end),end:Object.assign({},e[n][1].start)},a={type:l>1?"strong":"emphasis",start:Object.assign({},s.start),end:Object.assign({},o.end)},e[r][1].end=Object.assign({},s.start),e[n][1].start=Object.assign({},o.end),c=[],e[r][1].end.offset-e[r][1].start.offset&&(c=Xe(c,[["enter",e[r][1],t],["exit",e[r][1],t]])),c=Xe(c,[["enter",a,t],["enter",s,t],["exit",s,t],["enter",i,t]]),c=Xe(c,Xa(t.parser.constructs.insideSpan.null,e.slice(r+1,n),t)),c=Xe(c,[["exit",i,t],["enter",o,t],["exit",o,t],["exit",a,t]]),e[n][1].end.offset-e[n][1].start.offset?(d=2,c=Xe(c,[["enter",e[n][1],t],["exit",e[n][1],t]])):d=0,dt(e,r-1,n-r+3,c),n=r+c.length-d-2;break}}for(n=-1;++n<e.length;)e[n][1].type==="attentionSequence"&&(e[n][1].type="data");return e}function xf(e,t){const n=this.parser.constructs.attentionMarkers.null,r=this.previous,a=Xi(r);let i;return s;function s(l){return i=l,e.enter("attentionSequence"),o(l)}function o(l){if(l===i)return e.consume(l),o;const c=e.exit("attentionSequence"),d=Xi(l),f=!d||d===2&&a||n.includes(l),m=!a||a===2&&d||n.includes(r);return c._open=!!(i===42?f:f&&(a||!m)),c._close=!!(i===42?m:m&&(d||!f)),t(l)}}function Qi(e,t){e.column+=t,e.offset+=t,e._bufferIndex+=t}const Af={name:"autolink",tokenize:_f};function _f(e,t,n){let r=0;return a;function a(h){return e.enter("autolink"),e.enter("autolinkMarker"),e.consume(h),e.exit("autolinkMarker"),e.enter("autolinkProtocol"),i}function i(h){return lt(h)?(e.consume(h),s):c(h)}function s(h){return h===43||h===45||h===46||We(h)?(r=1,o(h)):c(h)}function o(h){return h===58?(e.consume(h),r=0,l):(h===43||h===45||h===46||We(h))&&r++<32?(e.consume(h),o):(r=0,c(h))}function l(h){return h===62?(e.exit("autolinkProtocol"),e.enter("autolinkMarker"),e.consume(h),e.exit("autolinkMarker"),e.exit("autolink"),t):h===null||h===32||h===60||ya(h)?n(h):(e.consume(h),l)}function c(h){return h===64?(e.consume(h),d):cf(h)?(e.consume(h),c):n(h)}function d(h){return We(h)?f(h):n(h)}function f(h){return h===46?(e.consume(h),r=0,d):h===62?(e.exit("autolinkProtocol").type="autolinkEmail",e.enter("autolinkMarker"),e.consume(h),e.exit("autolinkMarker"),e.exit("autolink"),t):m(h)}function m(h){if((h===45||We(h))&&r++<63){const y=h===45?m:f;return e.consume(h),y}return n(h)}}const yr={tokenize:Sf,partial:!0};function Sf(e,t,n){return r;function r(i){return Ee(i)?Se(e,a,"linePrefix")(i):a(i)}function a(i){return i===null||ne(i)?t(i):n(i)}}const Ju={name:"blockQuote",tokenize:Cf,continuation:{tokenize:If},exit:Nf};function Cf(e,t,n){const r=this;return a;function a(s){if(s===62){const o=r.containerState;return o.open||(e.enter("blockQuote",{_container:!0}),o.open=!0),e.enter("blockQuotePrefix"),e.enter("blockQuoteMarker"),e.consume(s),e.exit("blockQuoteMarker"),i}return n(s)}function i(s){return Ee(s)?(e.enter("blockQuotePrefixWhitespace"),e.consume(s),e.exit("blockQuotePrefixWhitespace"),e.exit("blockQuotePrefix"),t):(e.exit("blockQuotePrefix"),t(s))}}function If(e,t,n){const r=this;return a;function a(s){return Ee(s)?Se(e,i,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(s):i(s)}function i(s){return e.attempt(Ju,t,n)(s)}}function Nf(e){e.exit("blockQuote")}const eo={name:"characterEscape",tokenize:vf};function vf(e,t,n){return r;function r(i){return e.enter("characterEscape"),e.enter("escapeMarker"),e.consume(i),e.exit("escapeMarker"),a}function a(i){return ff(i)?(e.enter("characterEscapeValue"),e.consume(i),e.exit("characterEscapeValue"),e.exit("characterEscape"),t):n(i)}}const to={name:"characterReference",tokenize:wf};function wf(e,t,n){const r=this;let a=0,i,s;return o;function o(f){return e.enter("characterReference"),e.enter("characterReferenceMarker"),e.consume(f),e.exit("characterReferenceMarker"),l}function l(f){return f===35?(e.enter("characterReferenceMarkerNumeric"),e.consume(f),e.exit("characterReferenceMarkerNumeric"),c):(e.enter("characterReferenceValue"),i=31,s=We,d(f))}function c(f){return f===88||f===120?(e.enter("characterReferenceMarkerHexadecimal"),e.consume(f),e.exit("characterReferenceMarkerHexadecimal"),e.enter("characterReferenceValue"),i=6,s=df,d):(e.enter("characterReferenceValue"),i=7,s=xa,d(f))}function d(f){if(f===59&&a){const m=e.exit("characterReferenceValue");return s===We&&!Wa(r.sliceSerialize(m))?n(f):(e.enter("characterReferenceMarker"),e.consume(f),e.exit("characterReferenceMarker"),e.exit("characterReference"),t)}return s(f)&&a++<i?(e.consume(f),d):n(f)}}const Ki={tokenize:Lf,partial:!0},Zi={name:"codeFenced",tokenize:Of,concrete:!0};function Of(e,t,n){const r=this,a={tokenize:S,partial:!0};let i=0,s=0,o;return l;function l(w){return c(w)}function c(w){const Q=r.events[r.events.length-1];return i=Q&&Q[1].type==="linePrefix"?Q[2].sliceSerialize(Q[1],!0).length:0,o=w,e.enter("codeFenced"),e.enter("codeFencedFence"),e.enter("codeFencedFenceSequence"),d(w)}function d(w){return w===o?(s++,e.consume(w),d):s<3?n(w):(e.exit("codeFencedFenceSequence"),Ee(w)?Se(e,f,"whitespace")(w):f(w))}function f(w){return w===null||ne(w)?(e.exit("codeFencedFence"),r.interrupt?t(w):e.check(Ki,x,U)(w)):(e.enter("codeFencedFenceInfo"),e.enter("chunkString",{contentType:"string"}),m(w))}function m(w){return w===null||ne(w)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),f(w)):Ee(w)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),Se(e,h,"whitespace")(w)):w===96&&w===o?n(w):(e.consume(w),m)}function h(w){return w===null||ne(w)?f(w):(e.enter("codeFencedFenceMeta"),e.enter("chunkString",{contentType:"string"}),y(w))}function y(w){return w===null||ne(w)?(e.exit("chunkString"),e.exit("codeFencedFenceMeta"),f(w)):w===96&&w===o?n(w):(e.consume(w),y)}function x(w){return e.attempt(a,U,L)(w)}function L(w){return e.enter("lineEnding"),e.consume(w),e.exit("lineEnding"),_}function _(w){return i>0&&Ee(w)?Se(e,R,"linePrefix",i+1)(w):R(w)}function R(w){return w===null||ne(w)?e.check(Ki,x,U)(w):(e.enter("codeFlowValue"),O(w))}function O(w){return w===null||ne(w)?(e.exit("codeFlowValue"),R(w)):(e.consume(w),O)}function U(w){return e.exit("codeFenced"),t(w)}function S(w,Q,fe){let re=0;return G;function G(Z){return w.enter("lineEnding"),w.consume(Z),w.exit("lineEnding"),j}function j(Z){return w.enter("codeFencedFence"),Ee(Z)?Se(w,B,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(Z):B(Z)}function B(Z){return Z===o?(w.enter("codeFencedFenceSequence"),$(Z)):fe(Z)}function $(Z){return Z===o?(re++,w.consume(Z),$):re>=s?(w.exit("codeFencedFenceSequence"),Ee(Z)?Se(w,z,"whitespace")(Z):z(Z)):fe(Z)}function z(Z){return Z===null||ne(Z)?(w.exit("codeFencedFence"),Q(Z)):fe(Z)}}}function Lf(e,t,n){const r=this;return a;function a(s){return s===null?n(s):(e.enter("lineEnding"),e.consume(s),e.exit("lineEnding"),i)}function i(s){return r.parser.lazy[r.now().line]?n(s):t(s)}}const Hr={name:"codeIndented",tokenize:Pf},Rf={tokenize:Df,partial:!0};function Pf(e,t,n){const r=this;return a;function a(c){return e.enter("codeIndented"),Se(e,i,"linePrefix",5)(c)}function i(c){const d=r.events[r.events.length-1];return d&&d[1].type==="linePrefix"&&d[2].sliceSerialize(d[1],!0).length>=4?s(c):n(c)}function s(c){return c===null?l(c):ne(c)?e.attempt(Rf,s,l)(c):(e.enter("codeFlowValue"),o(c))}function o(c){return c===null||ne(c)?(e.exit("codeFlowValue"),s(c)):(e.consume(c),o)}function l(c){return e.exit("codeIndented"),t(c)}}function Df(e,t,n){const r=this;return a;function a(s){return r.parser.lazy[r.now().line]?n(s):ne(s)?(e.enter("lineEnding"),e.consume(s),e.exit("lineEnding"),a):Se(e,i,"linePrefix",5)(s)}function i(s){const o=r.events[r.events.length-1];return o&&o[1].type==="linePrefix"&&o[2].sliceSerialize(o[1],!0).length>=4?t(s):ne(s)?a(s):n(s)}}const kf={name:"codeText",tokenize:Ff,resolve:Mf,previous:Bf};function Mf(e){let t=e.length-4,n=3,r,a;if((e[n][1].type==="lineEnding"||e[n][1].type==="space")&&(e[t][1].type==="lineEnding"||e[t][1].type==="space")){for(r=n;++r<t;)if(e[r][1].type==="codeTextData"){e[n][1].type="codeTextPadding",e[t][1].type="codeTextPadding",n+=2,t-=2;break}}for(r=n-1,t++;++r<=t;)a===void 0?r!==t&&e[r][1].type!=="lineEnding"&&(a=r):(r===t||e[r][1].type==="lineEnding")&&(e[a][1].type="codeTextData",r!==a+2&&(e[a][1].end=e[r-1][1].end,e.splice(a+2,r-a-2),t-=r-a-2,r=a+2),a=void 0);return e}function Bf(e){return e!==96||this.events[this.events.length-1][1].type==="characterEscape"}function Ff(e,t,n){let r=0,a,i;return s;function s(f){return e.enter("codeText"),e.enter("codeTextSequence"),o(f)}function o(f){return f===96?(e.consume(f),r++,o):(e.exit("codeTextSequence"),l(f))}function l(f){return f===null?n(f):f===32?(e.enter("space"),e.consume(f),e.exit("space"),l):f===96?(i=e.enter("codeTextSequence"),a=0,d(f)):ne(f)?(e.enter("lineEnding"),e.consume(f),e.exit("lineEnding"),l):(e.enter("codeTextData"),c(f))}function c(f){return f===null||f===32||f===96||ne(f)?(e.exit("codeTextData"),l(f)):(e.consume(f),c)}function d(f){return f===96?(e.consume(f),a++,d):a===r?(e.exit("codeTextSequence"),e.exit("codeText"),t(f)):(i.type="codeTextData",c(f))}}function no(e){const t={};let n=-1,r,a,i,s,o,l,c;for(;++n<e.length;){for(;n in t;)n=t[n];if(r=e[n],n&&r[1].type==="chunkFlow"&&e[n-1][1].type==="listItemPrefix"&&(l=r[1]._tokenizer.events,i=0,i<l.length&&l[i][1].type==="lineEndingBlank"&&(i+=2),i<l.length&&l[i][1].type==="content"))for(;++i<l.length&&l[i][1].type!=="content";)l[i][1].type==="chunkText"&&(l[i][1]._isInFirstContentOfListItem=!0,i++);if(r[0]==="enter")r[1].contentType&&(Object.assign(t,Hf(e,n)),n=t[n],c=!0);else if(r[1]._container){for(i=n,a=void 0;i--&&(s=e[i],s[1].type==="lineEnding"||s[1].type==="lineEndingBlank");)s[0]==="enter"&&(a&&(e[a][1].type="lineEndingBlank"),s[1].type="lineEnding",a=i);a&&(r[1].end=Object.assign({},e[a][1].start),o=e.slice(a,n),o.unshift(r),dt(e,a,n-a+1,o))}}return!c}function Hf(e,t){const n=e[t][1],r=e[t][2];let a=t-1;const i=[],s=n._tokenizer||r.parser[n.contentType](n.start),o=s.events,l=[],c={};let d,f,m=-1,h=n,y=0,x=0;const L=[x];for(;h;){for(;e[++a][1]!==h;);i.push(a),h._tokenizer||(d=r.sliceStream(h),h.next||d.push(null),f&&s.defineSkip(h.start),h._isInFirstContentOfListItem&&(s._gfmTasklistFirstContentOfListItem=!0),s.write(d),h._isInFirstContentOfListItem&&(s._gfmTasklistFirstContentOfListItem=void 0)),f=h,h=h.next}for(h=n;++m<o.length;)o[m][0]==="exit"&&o[m-1][0]==="enter"&&o[m][1].type===o[m-1][1].type&&o[m][1].start.line!==o[m][1].end.line&&(x=m+1,L.push(x),h._tokenizer=void 0,h.previous=void 0,h=h.next);for(s.events=[],h?(h._tokenizer=void 0,h.previous=void 0):L.pop(),m=L.length;m--;){const _=o.slice(L[m],L[m+1]),R=i.pop();l.unshift([R,R+_.length-1]),dt(e,R,2,_)}for(m=-1;++m<l.length;)c[y+l[m][0]]=y+l[m][1],y+=l[m][1]-l[m][0]-1;return c}const Uf={tokenize:zf,resolve:$f},jf={tokenize:Yf,partial:!0};function $f(e){return no(e),e}function zf(e,t){let n;return r;function r(o){return e.enter("content"),n=e.enter("chunkContent",{contentType:"content"}),a(o)}function a(o){return o===null?i(o):ne(o)?e.check(jf,s,i)(o):(e.consume(o),a)}function i(o){return e.exit("chunkContent"),e.exit("content"),t(o)}function s(o){return e.consume(o),e.exit("chunkContent"),n.next=e.enter("chunkContent",{contentType:"content",previous:n}),n=n.next,a}}function Yf(e,t,n){const r=this;return a;function a(s){return e.exit("chunkContent"),e.enter("lineEnding"),e.consume(s),e.exit("lineEnding"),Se(e,i,"linePrefix")}function i(s){if(s===null||ne(s))return n(s);const o=r.events[r.events.length-1];return!r.parser.constructs.disable.null.includes("codeIndented")&&o&&o[1].type==="linePrefix"&&o[2].sliceSerialize(o[1],!0).length>=4?t(s):e.interrupt(r.parser.constructs.flow,n,t)(s)}}function ro(e,t,n,r,a,i,s,o,l){const c=l||Number.POSITIVE_INFINITY;let d=0;return f;function f(_){return _===60?(e.enter(r),e.enter(a),e.enter(i),e.consume(_),e.exit(i),m):_===null||_===32||_===41||ya(_)?n(_):(e.enter(r),e.enter(s),e.enter(o),e.enter("chunkString",{contentType:"string"}),x(_))}function m(_){return _===62?(e.enter(i),e.consume(_),e.exit(i),e.exit(a),e.exit(r),t):(e.enter(o),e.enter("chunkString",{contentType:"string"}),h(_))}function h(_){return _===62?(e.exit("chunkString"),e.exit(o),m(_)):_===null||_===60||ne(_)?n(_):(e.consume(_),_===92?y:h)}function y(_){return _===60||_===62||_===92?(e.consume(_),h):h(_)}function x(_){return!d&&(_===null||_===41||Ye(_))?(e.exit("chunkString"),e.exit(o),e.exit(s),e.exit(r),t(_)):d<c&&_===40?(e.consume(_),d++,x):_===41?(e.consume(_),d--,x):_===null||_===32||_===40||ya(_)?n(_):(e.consume(_),_===92?L:x)}function L(_){return _===40||_===41||_===92?(e.consume(_),x):x(_)}}function ao(e,t,n,r,a,i){const s=this;let o=0,l;return c;function c(h){return e.enter(r),e.enter(a),e.consume(h),e.exit(a),e.enter(i),d}function d(h){return o>999||h===null||h===91||h===93&&!l||h===94&&!o&&"_hiddenFootnoteSupport"in s.parser.constructs?n(h):h===93?(e.exit(i),e.enter(a),e.consume(h),e.exit(a),e.exit(r),t):ne(h)?(e.enter("lineEnding"),e.consume(h),e.exit("lineEnding"),d):(e.enter("chunkString",{contentType:"string"}),f(h))}function f(h){return h===null||h===91||h===93||ne(h)||o++>999?(e.exit("chunkString"),d(h)):(e.consume(h),l||(l=!Ee(h)),h===92?m:f)}function m(h){return h===91||h===92||h===93?(e.consume(h),o++,f):f(h)}}function io(e,t,n,r,a,i){let s;return o;function o(m){return m===34||m===39||m===40?(e.enter(r),e.enter(a),e.consume(m),e.exit(a),s=m===40?41:m,l):n(m)}function l(m){return m===s?(e.enter(a),e.consume(m),e.exit(a),e.exit(r),t):(e.enter(i),c(m))}function c(m){return m===s?(e.exit(i),l(s)):m===null?n(m):ne(m)?(e.enter("lineEnding"),e.consume(m),e.exit("lineEnding"),Se(e,c,"linePrefix")):(e.enter("chunkString",{contentType:"string"}),d(m))}function d(m){return m===s||m===null||ne(m)?(e.exit("chunkString"),c(m)):(e.consume(m),m===92?f:d)}function f(m){return m===s||m===92?(e.consume(m),d):d(m)}}function xn(e,t){let n;return r;function r(a){return ne(a)?(e.enter("lineEnding"),e.consume(a),e.exit("lineEnding"),n=!0,r):Ee(a)?Se(e,r,n?"linePrefix":"lineSuffix")(a):t(a)}}const Gf={name:"definition",tokenize:qf},Vf={tokenize:Wf,partial:!0};function qf(e,t,n){const r=this;let a;return i;function i(h){return e.enter("definition"),s(h)}function s(h){return ao.call(r,e,o,n,"definitionLabel","definitionLabelMarker","definitionLabelString")(h)}function o(h){return a=Kt(r.sliceSerialize(r.events[r.events.length-1][1]).slice(1,-1)),h===58?(e.enter("definitionMarker"),e.consume(h),e.exit("definitionMarker"),l):n(h)}function l(h){return Ye(h)?xn(e,c)(h):c(h)}function c(h){return ro(e,d,n,"definitionDestination","definitionDestinationLiteral","definitionDestinationLiteralMarker","definitionDestinationRaw","definitionDestinationString")(h)}function d(h){return e.attempt(Vf,f,f)(h)}function f(h){return Ee(h)?Se(e,m,"whitespace")(h):m(h)}function m(h){return h===null||ne(h)?(e.exit("definition"),r.parser.defined.push(a),t(h)):n(h)}}function Wf(e,t,n){return r;function r(o){return Ye(o)?xn(e,a)(o):n(o)}function a(o){return io(e,i,n,"definitionTitle","definitionTitleMarker","definitionTitleString")(o)}function i(o){return Ee(o)?Se(e,s,"whitespace")(o):s(o)}function s(o){return o===null||ne(o)?t(o):n(o)}}const Xf={name:"hardBreakEscape",tokenize:Qf};function Qf(e,t,n){return r;function r(i){return e.enter("hardBreakEscape"),e.consume(i),a}function a(i){return ne(i)?(e.exit("hardBreakEscape"),t(i)):n(i)}}const Kf={name:"headingAtx",tokenize:Jf,resolve:Zf};function Zf(e,t){let n=e.length-2,r=3,a,i;return e[r][1].type==="whitespace"&&(r+=2),n-2>r&&e[n][1].type==="whitespace"&&(n-=2),e[n][1].type==="atxHeadingSequence"&&(r===n-1||n-4>r&&e[n-2][1].type==="whitespace")&&(n-=r+1===n?2:4),n>r&&(a={type:"atxHeadingText",start:e[r][1].start,end:e[n][1].end},i={type:"chunkText",start:e[r][1].start,end:e[n][1].end,contentType:"text"},dt(e,r,n-r+1,[["enter",a,t],["enter",i,t],["exit",i,t],["exit",a,t]])),e}function Jf(e,t,n){let r=0;return a;function a(d){return e.enter("atxHeading"),i(d)}function i(d){return e.enter("atxHeadingSequence"),s(d)}function s(d){return d===35&&r++<6?(e.consume(d),s):d===null||Ye(d)?(e.exit("atxHeadingSequence"),o(d)):n(d)}function o(d){return d===35?(e.enter("atxHeadingSequence"),l(d)):d===null||ne(d)?(e.exit("atxHeading"),t(d)):Ee(d)?Se(e,o,"whitespace")(d):(e.enter("atxHeadingText"),c(d))}function l(d){return d===35?(e.consume(d),l):(e.exit("atxHeadingSequence"),o(d))}function c(d){return d===null||d===35||Ye(d)?(e.exit("atxHeadingText"),o(d)):(e.consume(d),c)}}const e0=["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hr","html","iframe","legend","li","link","main","menu","menuitem","nav","noframes","ol","optgroup","option","p","param","search","section","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"],Ji=["pre","script","style","textarea"],t0={name:"htmlFlow",tokenize:i0,resolveTo:a0,concrete:!0},n0={tokenize:u0,partial:!0},r0={tokenize:s0,partial:!0};function a0(e){let t=e.length;for(;t--&&!(e[t][0]==="enter"&&e[t][1].type==="htmlFlow"););return t>1&&e[t-2][1].type==="linePrefix"&&(e[t][1].start=e[t-2][1].start,e[t+1][1].start=e[t-2][1].start,e.splice(t-2,2)),e}function i0(e,t,n){const r=this;let a,i,s,o,l;return c;function c(g){return d(g)}function d(g){return e.enter("htmlFlow"),e.enter("htmlFlowData"),e.consume(g),f}function f(g){return g===33?(e.consume(g),m):g===47?(e.consume(g),i=!0,x):g===63?(e.consume(g),a=3,r.interrupt?t:p):lt(g)?(e.consume(g),s=String.fromCharCode(g),L):n(g)}function m(g){return g===45?(e.consume(g),a=2,h):g===91?(e.consume(g),a=5,o=0,y):lt(g)?(e.consume(g),a=4,r.interrupt?t:p):n(g)}function h(g){return g===45?(e.consume(g),r.interrupt?t:p):n(g)}function y(g){const W="CDATA[";return g===W.charCodeAt(o++)?(e.consume(g),o===W.length?r.interrupt?t:B:y):n(g)}function x(g){return lt(g)?(e.consume(g),s=String.fromCharCode(g),L):n(g)}function L(g){if(g===null||g===47||g===62||Ye(g)){const W=g===47,K=s.toLowerCase();return!W&&!i&&Ji.includes(K)?(a=1,r.interrupt?t(g):B(g)):e0.includes(s.toLowerCase())?(a=6,W?(e.consume(g),_):r.interrupt?t(g):B(g)):(a=7,r.interrupt&&!r.parser.lazy[r.now().line]?n(g):i?R(g):O(g))}return g===45||We(g)?(e.consume(g),s+=String.fromCharCode(g),L):n(g)}function _(g){return g===62?(e.consume(g),r.interrupt?t:B):n(g)}function R(g){return Ee(g)?(e.consume(g),R):G(g)}function O(g){return g===47?(e.consume(g),G):g===58||g===95||lt(g)?(e.consume(g),U):Ee(g)?(e.consume(g),O):G(g)}function U(g){return g===45||g===46||g===58||g===95||We(g)?(e.consume(g),U):S(g)}function S(g){return g===61?(e.consume(g),w):Ee(g)?(e.consume(g),S):O(g)}function w(g){return g===null||g===60||g===61||g===62||g===96?n(g):g===34||g===39?(e.consume(g),l=g,Q):Ee(g)?(e.consume(g),w):fe(g)}function Q(g){return g===l?(e.consume(g),l=null,re):g===null||ne(g)?n(g):(e.consume(g),Q)}function fe(g){return g===null||g===34||g===39||g===47||g===60||g===61||g===62||g===96||Ye(g)?S(g):(e.consume(g),fe)}function re(g){return g===47||g===62||Ee(g)?O(g):n(g)}function G(g){return g===62?(e.consume(g),j):n(g)}function j(g){return g===null||ne(g)?B(g):Ee(g)?(e.consume(g),j):n(g)}function B(g){return g===45&&a===2?(e.consume(g),he):g===60&&a===1?(e.consume(g),ue):g===62&&a===4?(e.consume(g),F):g===63&&a===3?(e.consume(g),p):g===93&&a===5?(e.consume(g),we):ne(g)&&(a===6||a===7)?(e.exit("htmlFlowData"),e.check(n0,Y,$)(g)):g===null||ne(g)?(e.exit("htmlFlowData"),$(g)):(e.consume(g),B)}function $(g){return e.check(r0,z,Y)(g)}function z(g){return e.enter("lineEnding"),e.consume(g),e.exit("lineEnding"),Z}function Z(g){return g===null||ne(g)?$(g):(e.enter("htmlFlowData"),B(g))}function he(g){return g===45?(e.consume(g),p):B(g)}function ue(g){return g===47?(e.consume(g),s="",be):B(g)}function be(g){if(g===62){const W=s.toLowerCase();return Ji.includes(W)?(e.consume(g),F):B(g)}return lt(g)&&s.length<8?(e.consume(g),s+=String.fromCharCode(g),be):B(g)}function we(g){return g===93?(e.consume(g),p):B(g)}function p(g){return g===62?(e.consume(g),F):g===45&&a===2?(e.consume(g),p):B(g)}function F(g){return g===null||ne(g)?(e.exit("htmlFlowData"),Y(g)):(e.consume(g),F)}function Y(g){return e.exit("htmlFlow"),t(g)}}function s0(e,t,n){const r=this;return a;function a(s){return ne(s)?(e.enter("lineEnding"),e.consume(s),e.exit("lineEnding"),i):n(s)}function i(s){return r.parser.lazy[r.now().line]?n(s):t(s)}}function u0(e,t,n){return r;function r(a){return e.enter("lineEnding"),e.consume(a),e.exit("lineEnding"),e.attempt(yr,t,n)}}const o0={name:"htmlText",tokenize:l0};function l0(e,t,n){const r=this;let a,i,s;return o;function o(p){return e.enter("htmlText"),e.enter("htmlTextData"),e.consume(p),l}function l(p){return p===33?(e.consume(p),c):p===47?(e.consume(p),S):p===63?(e.consume(p),O):lt(p)?(e.consume(p),fe):n(p)}function c(p){return p===45?(e.consume(p),d):p===91?(e.consume(p),i=0,y):lt(p)?(e.consume(p),R):n(p)}function d(p){return p===45?(e.consume(p),h):n(p)}function f(p){return p===null?n(p):p===45?(e.consume(p),m):ne(p)?(s=f,ue(p)):(e.consume(p),f)}function m(p){return p===45?(e.consume(p),h):f(p)}function h(p){return p===62?he(p):p===45?m(p):f(p)}function y(p){const F="CDATA[";return p===F.charCodeAt(i++)?(e.consume(p),i===F.length?x:y):n(p)}function x(p){return p===null?n(p):p===93?(e.consume(p),L):ne(p)?(s=x,ue(p)):(e.consume(p),x)}function L(p){return p===93?(e.consume(p),_):x(p)}function _(p){return p===62?he(p):p===93?(e.consume(p),_):x(p)}function R(p){return p===null||p===62?he(p):ne(p)?(s=R,ue(p)):(e.consume(p),R)}function O(p){return p===null?n(p):p===63?(e.consume(p),U):ne(p)?(s=O,ue(p)):(e.consume(p),O)}function U(p){return p===62?he(p):O(p)}function S(p){return lt(p)?(e.consume(p),w):n(p)}function w(p){return p===45||We(p)?(e.consume(p),w):Q(p)}function Q(p){return ne(p)?(s=Q,ue(p)):Ee(p)?(e.consume(p),Q):he(p)}function fe(p){return p===45||We(p)?(e.consume(p),fe):p===47||p===62||Ye(p)?re(p):n(p)}function re(p){return p===47?(e.consume(p),he):p===58||p===95||lt(p)?(e.consume(p),G):ne(p)?(s=re,ue(p)):Ee(p)?(e.consume(p),re):he(p)}function G(p){return p===45||p===46||p===58||p===95||We(p)?(e.consume(p),G):j(p)}function j(p){return p===61?(e.consume(p),B):ne(p)?(s=j,ue(p)):Ee(p)?(e.consume(p),j):re(p)}function B(p){return p===null||p===60||p===61||p===62||p===96?n(p):p===34||p===39?(e.consume(p),a=p,$):ne(p)?(s=B,ue(p)):Ee(p)?(e.consume(p),B):(e.consume(p),z)}function $(p){return p===a?(e.consume(p),a=void 0,Z):p===null?n(p):ne(p)?(s=$,ue(p)):(e.consume(p),$)}function z(p){return p===null||p===34||p===39||p===60||p===61||p===96?n(p):p===47||p===62||Ye(p)?re(p):(e.consume(p),z)}function Z(p){return p===47||p===62||Ye(p)?re(p):n(p)}function he(p){return p===62?(e.consume(p),e.exit("htmlTextData"),e.exit("htmlText"),t):n(p)}function ue(p){return e.exit("htmlTextData"),e.enter("lineEnding"),e.consume(p),e.exit("lineEnding"),be}function be(p){return Ee(p)?Se(e,we,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(p):we(p)}function we(p){return e.enter("htmlTextData"),s(p)}}const Qa={name:"labelEnd",tokenize:p0,resolveTo:m0,resolveAll:h0},c0={tokenize:b0},d0={tokenize:E0},f0={tokenize:g0};function h0(e){let t=-1;for(;++t<e.length;){const n=e[t][1];(n.type==="labelImage"||n.type==="labelLink"||n.type==="labelEnd")&&(e.splice(t+1,n.type==="labelImage"?4:2),n.type="data",t++)}return e}function m0(e,t){let n=e.length,r=0,a,i,s,o;for(;n--;)if(a=e[n][1],i){if(a.type==="link"||a.type==="labelLink"&&a._inactive)break;e[n][0]==="enter"&&a.type==="labelLink"&&(a._inactive=!0)}else if(s){if(e[n][0]==="enter"&&(a.type==="labelImage"||a.type==="labelLink")&&!a._balanced&&(i=n,a.type!=="labelLink")){r=2;break}}else a.type==="labelEnd"&&(s=n);const l={type:e[i][1].type==="labelLink"?"link":"image",start:Object.assign({},e[i][1].start),end:Object.assign({},e[e.length-1][1].end)},c={type:"label",start:Object.assign({},e[i][1].start),end:Object.assign({},e[s][1].end)},d={type:"labelText",start:Object.assign({},e[i+r+2][1].end),end:Object.assign({},e[s-2][1].start)};return o=[["enter",l,t],["enter",c,t]],o=Xe(o,e.slice(i+1,i+r+3)),o=Xe(o,[["enter",d,t]]),o=Xe(o,Xa(t.parser.constructs.insideSpan.null,e.slice(i+r+4,s-3),t)),o=Xe(o,[["exit",d,t],e[s-2],e[s-1],["exit",c,t]]),o=Xe(o,e.slice(s+1)),o=Xe(o,[["exit",l,t]]),dt(e,i,e.length,o),e}function p0(e,t,n){const r=this;let a=r.events.length,i,s;for(;a--;)if((r.events[a][1].type==="labelImage"||r.events[a][1].type==="labelLink")&&!r.events[a][1]._balanced){i=r.events[a][1];break}return o;function o(m){return i?i._inactive?f(m):(s=r.parser.defined.includes(Kt(r.sliceSerialize({start:i.end,end:r.now()}))),e.enter("labelEnd"),e.enter("labelMarker"),e.consume(m),e.exit("labelMarker"),e.exit("labelEnd"),l):n(m)}function l(m){return m===40?e.attempt(c0,d,s?d:f)(m):m===91?e.attempt(d0,d,s?c:f)(m):s?d(m):f(m)}function c(m){return e.attempt(f0,d,f)(m)}function d(m){return t(m)}function f(m){return i._balanced=!0,n(m)}}function b0(e,t,n){return r;function r(f){return e.enter("resource"),e.enter("resourceMarker"),e.consume(f),e.exit("resourceMarker"),a}function a(f){return Ye(f)?xn(e,i)(f):i(f)}function i(f){return f===41?d(f):ro(e,s,o,"resourceDestination","resourceDestinationLiteral","resourceDestinationLiteralMarker","resourceDestinationRaw","resourceDestinationString",32)(f)}function s(f){return Ye(f)?xn(e,l)(f):d(f)}function o(f){return n(f)}function l(f){return f===34||f===39||f===40?io(e,c,n,"resourceTitle","resourceTitleMarker","resourceTitleString")(f):d(f)}function c(f){return Ye(f)?xn(e,d)(f):d(f)}function d(f){return f===41?(e.enter("resourceMarker"),e.consume(f),e.exit("resourceMarker"),e.exit("resource"),t):n(f)}}function E0(e,t,n){const r=this;return a;function a(o){return ao.call(r,e,i,s,"reference","referenceMarker","referenceString")(o)}function i(o){return r.parser.defined.includes(Kt(r.sliceSerialize(r.events[r.events.length-1][1]).slice(1,-1)))?t(o):n(o)}function s(o){return n(o)}}function g0(e,t,n){return r;function r(i){return e.enter("reference"),e.enter("referenceMarker"),e.consume(i),e.exit("referenceMarker"),a}function a(i){return i===93?(e.enter("referenceMarker"),e.consume(i),e.exit("referenceMarker"),e.exit("reference"),t):n(i)}}const T0={name:"labelStartImage",tokenize:y0,resolveAll:Qa.resolveAll};function y0(e,t,n){const r=this;return a;function a(o){return e.enter("labelImage"),e.enter("labelImageMarker"),e.consume(o),e.exit("labelImageMarker"),i}function i(o){return o===91?(e.enter("labelMarker"),e.consume(o),e.exit("labelMarker"),e.exit("labelImage"),s):n(o)}function s(o){return o===94&&"_hiddenFootnoteSupport"in r.parser.constructs?n(o):t(o)}}const x0={name:"labelStartLink",tokenize:A0,resolveAll:Qa.resolveAll};function A0(e,t,n){const r=this;return a;function a(s){return e.enter("labelLink"),e.enter("labelMarker"),e.consume(s),e.exit("labelMarker"),e.exit("labelLink"),i}function i(s){return s===94&&"_hiddenFootnoteSupport"in r.parser.constructs?n(s):t(s)}}const Ur={name:"lineEnding",tokenize:_0};function _0(e,t){return n;function n(r){return e.enter("lineEnding"),e.consume(r),e.exit("lineEnding"),Se(e,t,"linePrefix")}}const er={name:"thematicBreak",tokenize:S0};function S0(e,t,n){let r=0,a;return i;function i(c){return e.enter("thematicBreak"),s(c)}function s(c){return a=c,o(c)}function o(c){return c===a?(e.enter("thematicBreakSequence"),l(c)):r>=3&&(c===null||ne(c))?(e.exit("thematicBreak"),t(c)):n(c)}function l(c){return c===a?(e.consume(c),r++,l):(e.exit("thematicBreakSequence"),Ee(c)?Se(e,o,"whitespace")(c):o(c))}}const $e={name:"list",tokenize:N0,continuation:{tokenize:v0},exit:O0},C0={tokenize:L0,partial:!0},I0={tokenize:w0,partial:!0};function N0(e,t,n){const r=this,a=r.events[r.events.length-1];let i=a&&a[1].type==="linePrefix"?a[2].sliceSerialize(a[1],!0).length:0,s=0;return o;function o(h){const y=r.containerState.type||(h===42||h===43||h===45?"listUnordered":"listOrdered");if(y==="listUnordered"?!r.containerState.marker||h===r.containerState.marker:xa(h)){if(r.containerState.type||(r.containerState.type=y,e.enter(y,{_container:!0})),y==="listUnordered")return e.enter("listItemPrefix"),h===42||h===45?e.check(er,n,c)(h):c(h);if(!r.interrupt||h===49)return e.enter("listItemPrefix"),e.enter("listItemValue"),l(h)}return n(h)}function l(h){return xa(h)&&++s<10?(e.consume(h),l):(!r.interrupt||s<2)&&(r.containerState.marker?h===r.containerState.marker:h===41||h===46)?(e.exit("listItemValue"),c(h)):n(h)}function c(h){return e.enter("listItemMarker"),e.consume(h),e.exit("listItemMarker"),r.containerState.marker=r.containerState.marker||h,e.check(yr,r.interrupt?n:d,e.attempt(C0,m,f))}function d(h){return r.containerState.initialBlankLine=!0,i++,m(h)}function f(h){return Ee(h)?(e.enter("listItemPrefixWhitespace"),e.consume(h),e.exit("listItemPrefixWhitespace"),m):n(h)}function m(h){return r.containerState.size=i+r.sliceSerialize(e.exit("listItemPrefix"),!0).length,t(h)}}function v0(e,t,n){const r=this;return r.containerState._closeFlow=void 0,e.check(yr,a,i);function a(o){return r.containerState.furtherBlankLines=r.containerState.furtherBlankLines||r.containerState.initialBlankLine,Se(e,t,"listItemIndent",r.containerState.size+1)(o)}function i(o){return r.containerState.furtherBlankLines||!Ee(o)?(r.containerState.furtherBlankLines=void 0,r.containerState.initialBlankLine=void 0,s(o)):(r.containerState.furtherBlankLines=void 0,r.containerState.initialBlankLine=void 0,e.attempt(I0,t,s)(o))}function s(o){return r.containerState._closeFlow=!0,r.interrupt=void 0,Se(e,e.attempt($e,t,n),"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(o)}}function w0(e,t,n){const r=this;return Se(e,a,"listItemIndent",r.containerState.size+1);function a(i){const s=r.events[r.events.length-1];return s&&s[1].type==="listItemIndent"&&s[2].sliceSerialize(s[1],!0).length===r.containerState.size?t(i):n(i)}}function O0(e){e.exit(this.containerState.type)}function L0(e,t,n){const r=this;return Se(e,a,"listItemPrefixWhitespace",r.parser.constructs.disable.null.includes("codeIndented")?void 0:5);function a(i){const s=r.events[r.events.length-1];return!Ee(i)&&s&&s[1].type==="listItemPrefixWhitespace"?t(i):n(i)}}const es={name:"setextUnderline",tokenize:P0,resolveTo:R0};function R0(e,t){let n=e.length,r,a,i;for(;n--;)if(e[n][0]==="enter"){if(e[n][1].type==="content"){r=n;break}e[n][1].type==="paragraph"&&(a=n)}else e[n][1].type==="content"&&e.splice(n,1),!i&&e[n][1].type==="definition"&&(i=n);const s={type:"setextHeading",start:Object.assign({},e[a][1].start),end:Object.assign({},e[e.length-1][1].end)};return e[a][1].type="setextHeadingText",i?(e.splice(a,0,["enter",s,t]),e.splice(i+1,0,["exit",e[r][1],t]),e[r][1].end=Object.assign({},e[i][1].end)):e[r][1]=s,e.push(["exit",s,t]),e}function P0(e,t,n){const r=this;let a;return i;function i(c){let d=r.events.length,f;for(;d--;)if(r.events[d][1].type!=="lineEnding"&&r.events[d][1].type!=="linePrefix"&&r.events[d][1].type!=="content"){f=r.events[d][1].type==="paragraph";break}return!r.parser.lazy[r.now().line]&&(r.interrupt||f)?(e.enter("setextHeadingLine"),a=c,s(c)):n(c)}function s(c){return e.enter("setextHeadingLineSequence"),o(c)}function o(c){return c===a?(e.consume(c),o):(e.exit("setextHeadingLineSequence"),Ee(c)?Se(e,l,"lineSuffix")(c):l(c))}function l(c){return c===null||ne(c)?(e.exit("setextHeadingLine"),t(c)):n(c)}}const D0={tokenize:k0};function k0(e){const t=this,n=e.attempt(yr,r,e.attempt(this.parser.constructs.flowInitial,a,Se(e,e.attempt(this.parser.constructs.flow,a,e.attempt(Uf,a)),"linePrefix")));return n;function r(i){if(i===null){e.consume(i);return}return e.enter("lineEndingBlank"),e.consume(i),e.exit("lineEndingBlank"),t.currentConstruct=void 0,n}function a(i){if(i===null){e.consume(i);return}return e.enter("lineEnding"),e.consume(i),e.exit("lineEnding"),t.currentConstruct=void 0,n}}const M0={resolveAll:uo()},B0=so("string"),F0=so("text");function so(e){return{tokenize:t,resolveAll:uo(e==="text"?H0:void 0)};function t(n){const r=this,a=this.parser.constructs[e],i=n.attempt(a,s,o);return s;function s(d){return c(d)?i(d):o(d)}function o(d){if(d===null){n.consume(d);return}return n.enter("data"),n.consume(d),l}function l(d){return c(d)?(n.exit("data"),i(d)):(n.consume(d),l)}function c(d){if(d===null)return!0;const f=a[d];let m=-1;if(f)for(;++m<f.length;){const h=f[m];if(!h.previous||h.previous.call(r,r.previous))return!0}return!1}}}function uo(e){return t;function t(n,r){let a=-1,i;for(;++a<=n.length;)i===void 0?n[a]&&n[a][1].type==="data"&&(i=a,a++):(!n[a]||n[a][1].type!=="data")&&(a!==i+2&&(n[i][1].end=n[a-1][1].end,n.splice(i+2,a-i-2),a=i+2),i=void 0);return e?e(n,r):n}}function H0(e,t){let n=0;for(;++n<=e.length;)if((n===e.length||e[n][1].type==="lineEnding")&&e[n-1][1].type==="data"){const r=e[n-1][1],a=t.sliceStream(r);let i=a.length,s=-1,o=0,l;for(;i--;){const c=a[i];if(typeof c=="string"){for(s=c.length;c.charCodeAt(s-1)===32;)o++,s--;if(s)break;s=-1}else if(c===-2)l=!0,o++;else if(c!==-1){i++;break}}if(o){const c={type:n===e.length||l||o<2?"lineSuffix":"hardBreakTrailing",start:{line:r.end.line,column:r.end.column-o,offset:r.end.offset-o,_index:r.start._index+i,_bufferIndex:i?s:r.start._bufferIndex+s},end:Object.assign({},r.end)};r.end=Object.assign({},c.start),r.start.offset===r.end.offset?Object.assign(r,c):(e.splice(n,0,["enter",c,t],["exit",c,t]),n+=2)}n++}return e}function U0(e,t,n){let r=Object.assign(n?Object.assign({},n):{line:1,column:1,offset:0},{_index:0,_bufferIndex:-1});const a={},i=[];let s=[],o=[];const l={consume:R,enter:O,exit:U,attempt:Q(S),check:Q(w),interrupt:Q(w,{interrupt:!0})},c={previous:null,code:null,containerState:{},events:[],parser:e,sliceStream:h,sliceSerialize:m,now:y,defineSkip:x,write:f};let d=t.tokenize.call(c,l);return t.resolveAll&&i.push(t),c;function f(j){return s=Xe(s,j),L(),s[s.length-1]!==null?[]:(fe(t,0),c.events=Xa(i,c.events,c),c.events)}function m(j,B){return $0(h(j),B)}function h(j){return j0(s,j)}function y(){const{line:j,column:B,offset:$,_index:z,_bufferIndex:Z}=r;return{line:j,column:B,offset:$,_index:z,_bufferIndex:Z}}function x(j){a[j.line]=j.column,G()}function L(){let j;for(;r._index<s.length;){const B=s[r._index];if(typeof B=="string")for(j=r._index,r._bufferIndex<0&&(r._bufferIndex=0);r._index===j&&r._bufferIndex<B.length;)_(B.charCodeAt(r._bufferIndex));else _(B)}}function _(j){d=d(j)}function R(j){ne(j)?(r.line++,r.column=1,r.offset+=j===-3?2:1,G()):j!==-1&&(r.column++,r.offset++),r._bufferIndex<0?r._index++:(r._bufferIndex++,r._bufferIndex===s[r._index].length&&(r._bufferIndex=-1,r._index++)),c.previous=j}function O(j,B){const $=B||{};return $.type=j,$.start=y(),c.events.push(["enter",$,c]),o.push($),$}function U(j){const B=o.pop();return B.end=y(),c.events.push(["exit",B,c]),B}function S(j,B){fe(j,B.from)}function w(j,B){B.restore()}function Q(j,B){return $;function $(z,Z,he){let ue,be,we,p;return Array.isArray(z)?Y(z):"tokenize"in z?Y([z]):F(z);function F(V){return J;function J(ee){const te=ee!==null&&V[ee],ae=ee!==null&&V.null,ve=[...Array.isArray(te)?te:te?[te]:[],...Array.isArray(ae)?ae:ae?[ae]:[]];return Y(ve)(ee)}}function Y(V){return ue=V,be=0,V.length===0?he:g(V[be])}function g(V){return J;function J(ee){return p=re(),we=V,V.partial||(c.currentConstruct=V),V.name&&c.parser.constructs.disable.null.includes(V.name)?K():V.tokenize.call(B?Object.assign(Object.create(c),B):c,l,W,K)(ee)}}function W(V){return j(we,p),Z}function K(V){return p.restore(),++be<ue.length?g(ue[be]):he}}}function fe(j,B){j.resolveAll&&!i.includes(j)&&i.push(j),j.resolve&&dt(c.events,B,c.events.length-B,j.resolve(c.events.slice(B),c)),j.resolveTo&&(c.events=j.resolveTo(c.events,c))}function re(){const j=y(),B=c.previous,$=c.currentConstruct,z=c.events.length,Z=Array.from(o);return{restore:he,from:z};function he(){r=j,c.previous=B,c.currentConstruct=$,c.events.length=z,o=Z,G()}}function G(){r.line in a&&r.column<2&&(r.column=a[r.line],r.offset+=a[r.line]-1)}}function j0(e,t){const n=t.start._index,r=t.start._bufferIndex,a=t.end._index,i=t.end._bufferIndex;let s;if(n===a)s=[e[n].slice(r,i)];else{if(s=e.slice(n,a),r>-1){const o=s[0];typeof o=="string"?s[0]=o.slice(r):s.shift()}i>0&&s.push(e[a].slice(0,i))}return s}function $0(e,t){let n=-1;const r=[];let a;for(;++n<e.length;){const i=e[n];let s;if(typeof i=="string")s=i;else switch(i){case-5:{s="\r";break}case-4:{s=`
47
+ For more details see https://formatjs.io/docs/getting-started/message-distribution`)}function od(e,t){var n=jc(t),r=V(V({},Nu),e),a=r.locale,i=r.defaultLocale,s=r.onError;return a?!Intl.NumberFormat.supportedLocalesOf(a).length&&s?s(new vi('Missing locale data for locale: "'.concat(a,'" in Intl.NumberFormat. Using default locale: "').concat(i,'" as fallback. See https://formatjs.io/docs/react-intl#runtime-requirements for more details'))):!Intl.DateTimeFormat.supportedLocalesOf(a).length&&s&&s(new vi('Missing locale data for locale: "'.concat(a,'" in Intl.DateTimeFormat. Using default locale: "').concat(i,'" as fallback. See https://formatjs.io/docs/react-intl#runtime-requirements for more details'))):(s&&s(new Bc('"locale" was not configured, using "'.concat(i,'" as fallback. See https://formatjs.io/docs/react-intl/api#intlshape for more details'))),r.locale=r.defaultLocale||"en"),ud(r),V(V({},r),{formatters:n,formatNumber:ad.bind(null,r,n.getNumberFormat),formatNumberToParts:id.bind(null,r,n.getNumberFormat),formatRelativeTime:nd.bind(null,r,n.getRelativeTimeFormat),formatDate:$c.bind(null,r,n.getDateTimeFormat),formatDateToParts:Gc.bind(null,r,n.getDateTimeFormat),formatTime:zc.bind(null,r,n.getDateTimeFormat),formatDateTimeRange:Yc.bind(null,r,n.getDateTimeFormat),formatTimeToParts:Vc.bind(null,r,n.getDateTimeFormat),formatPlural:Jc.bind(null,r,n.getPluralRules),formatMessage:pa.bind(null,r,n),$t:pa.bind(null,r,n),formatList:Kc.bind(null,r,n.getListFormat),formatListToParts:Ou.bind(null,r,n.getListFormat),formatDisplayName:Wc.bind(null,r,n.getDisplayNames)})}function Ru(e){ou(e,"[React Intl] Could not find required `intl` object. <IntlProvider> needs to exist in the component ancestry.")}var Du=V(V({},Nu),{textComponent:De.Fragment});function ld(e){return function(t){return e(De.Children.toArray(t))}}function cd(e,t){if(e===t)return!0;if(!e||!t)return!1;var n=Object.keys(e),r=Object.keys(t),a=n.length;if(r.length!==a)return!1;for(var i=0;i<a;i++){var s=n[i];if(e[s]!==t[s]||!Object.prototype.hasOwnProperty.call(t,s))return!1}return!0}var $a=typeof window<"u"&&!window.__REACT_INTL_BYPASS_GLOBAL_CONTEXT__?window.__REACT_INTL_CONTEXT__||(window.__REACT_INTL_CONTEXT__=De.createContext(null)):De.createContext(null);$a.Consumer;var dd=$a.Provider,fd=dd,hd=$a;function Pn(){var e=De.useContext(hd);return Ru(e),e}var Ea;(function(e){e.formatDate="FormattedDate",e.formatTime="FormattedTime",e.formatNumber="FormattedNumber",e.formatList="FormattedList",e.formatDisplayName="FormattedDisplayName"})(Ea||(Ea={}));var ga;(function(e){e.formatDate="FormattedDateParts",e.formatTime="FormattedTimeParts",e.formatNumber="FormattedNumberParts",e.formatList="FormattedListParts"})(ga||(ga={}));function Pu(e){var t=function(n){var r=Pn(),a=n.value,i=n.children,s=Er(n,["value","children"]),o=typeof a=="string"?new Date(a||0):a,l=e==="formatDate"?r.formatDateToParts(o,s):r.formatTimeToParts(o,s);return i(l)};return t.displayName=ga[e],t}function kn(e){var t=function(n){var r=Pn(),a=n.value,i=n.children,s=Er(n,["value","children"]),o=r[e](a,s);if(typeof i=="function")return i(o);var l=r.textComponent||De.Fragment;return De.createElement(l,null,o)};return t.displayName=Ea[e],t}function ku(e){return e&&Object.keys(e).reduce(function(t,n){var r=e[n];return t[n]=Cu(r)?ld(r):r,t},{})}var Ri=function(e,t,n,r){for(var a=[],i=4;i<arguments.length;i++)a[i-4]=arguments[i];var s=ku(r),o=pa.apply(void 0,ot([e,t,n,s],a,!1));return Array.isArray(o)?De.Children.toArray(o):o},Di=function(e,t){var n=e.defaultRichTextElements,r=Er(e,["defaultRichTextElements"]),a=ku(n),i=od(V(V(V({},Du),r),{defaultRichTextElements:a}),t),s={locale:i.locale,timeZone:i.timeZone,fallbackOnEmptyString:i.fallbackOnEmptyString,formats:i.formats,defaultLocale:i.defaultLocale,defaultFormats:i.defaultFormats,messages:i.messages,onError:i.onError,defaultRichTextElements:a};return V(V({},i),{formatMessage:Ri.bind(null,s,i.formatters),$t:Ri.bind(null,s,i.formatters)})};function kr(e){return{locale:e.locale,timeZone:e.timeZone,fallbackOnEmptyString:e.fallbackOnEmptyString,formats:e.formats,textComponent:e.textComponent,messages:e.messages,defaultLocale:e.defaultLocale,defaultFormats:e.defaultFormats,onError:e.onError,onWarn:e.onWarn,wrapRichTextChunksInFragment:e.wrapRichTextChunksInFragment,defaultRichTextElements:e.defaultRichTextElements}}var md=(function(e){Je(t,e);function t(){var n=e!==null&&e.apply(this,arguments)||this;return n.cache=vu(),n.state={cache:n.cache,intl:Di(kr(n.props),n.cache),prevConfig:kr(n.props)},n}return t.getDerivedStateFromProps=function(n,r){var a=r.prevConfig,i=r.cache,s=kr(n);return cd(a,s)?null:{intl:Di(s,i),prevConfig:s}},t.prototype.render=function(){return Ru(this.state.intl),De.createElement(fd,{value:this.state.intl},this.props.children)},t.displayName="IntlProvider",t.defaultProps=Du,t})(De.PureComponent);kn("formatDate");kn("formatTime");kn("formatNumber");kn("formatList");kn("formatDisplayName");Pu("formatDate");Pu("formatTime");const za=()=>{const e=Pn(),t=e.formatMessage({defaultMessage:"Message the assistant...",id:"chatbot.placeholder.content"}),n=e.formatMessage({defaultMessage:"You",id:"chatbot.chatline.label.user"}),r=e.formatMessage({defaultMessage:"Assistant",id:"chatbot.chatline.label.assistant"}),a=e.formatMessage({defaultMessage:"⏳ The chatbot is a little busy at the time. Please try again later.",id:"chatbot.error.api.429"}),i=e.formatMessage({defaultMessage:"Oops ! There has been an error. Please try again later.",id:"chatbot.error.api.500"}),s=e.formatMessage({defaultMessage:"Oups ! The discussion if full. Please start a new one.",id:"chatbot.error.api.409"});return{placeholderTranslation:t,chatlineLabelUserTranslation:n,chatlineLabelAssistantTranslation:r,tooManyRequestsTranslation:a,genericErrorTranslation:i,conflictErrorTranslation:s}},pd=({setDiscussionId:e,setConversation:t,companySettings:n})=>({resetDiscussion:()=>{e(null),t([{userType:"assistant",content:n?.agent?.text?.initialText}])}});function Pi(e){const t=[],n=String(e||"");let r=n.indexOf(","),a=0,i=!1;for(;!i;){r===-1&&(r=n.length,i=!0);const s=n.slice(a,r).trim();(s||!i)&&t.push(s),a=r+1,r=n.indexOf(",",a)}return t}function Mu(e,t){const n={};return(e[e.length-1]===""?[...e,""]:e).join((n.padRight?" ":"")+","+(n.padLeft===!1?"":" ")).trim()}const Ed=/^[$_\p{ID_Start}][$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,gd=/^[$_\p{ID_Start}][-$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,bd={};function ki(e,t){return(bd.jsx?gd:Ed).test(e)}const Td=/[ \t\n\f\r]/g;function yd(e){return typeof e=="object"?e.type==="text"?Mi(e.value):!1:Mi(e)}function Mi(e){return e.replace(Td,"")===""}class Mn{constructor(t,n,r){this.property=t,this.normal=n,r&&(this.space=r)}}Mn.prototype.property={};Mn.prototype.normal={};Mn.prototype.space=null;function Bu(e,t){const n={},r={};let a=-1;for(;++a<e.length;)Object.assign(n,e[a].property),Object.assign(r,e[a].normal);return new Mn(n,r,t)}function vn(e){return e.toLowerCase()}class tt{constructor(t,n){this.property=t,this.attribute=n}}tt.prototype.space=null;tt.prototype.boolean=!1;tt.prototype.booleanish=!1;tt.prototype.overloadedBoolean=!1;tt.prototype.number=!1;tt.prototype.commaSeparated=!1;tt.prototype.spaceSeparated=!1;tt.prototype.commaOrSpaceSeparated=!1;tt.prototype.mustUseProperty=!1;tt.prototype.defined=!1;let xd=0;const ue=Ft(),Re=Ft(),Fu=Ft(),M=Ft(),Se=Ft(),Qt=Ft(),qe=Ft();function Ft(){return 2**++xd}const ba=Object.freeze(Object.defineProperty({__proto__:null,boolean:ue,booleanish:Re,commaOrSpaceSeparated:qe,commaSeparated:Qt,number:M,overloadedBoolean:Fu,spaceSeparated:Se},Symbol.toStringTag,{value:"Module"})),Mr=Object.keys(ba);class Ya extends tt{constructor(t,n,r,a){let i=-1;if(super(t,n),Bi(this,"space",a),typeof r=="number")for(;++i<Mr.length;){const s=Mr[i];Bi(this,Mr[i],(r&ba[s])===ba[s])}}}Ya.prototype.defined=!0;function Bi(e,t,n){n&&(e[t]=n)}const Ad={}.hasOwnProperty;function rn(e){const t={},n={};let r;for(r in e.properties)if(Ad.call(e.properties,r)){const a=e.properties[r],i=new Ya(r,e.transform(e.attributes||{},r),a,e.space);e.mustUseProperty&&e.mustUseProperty.includes(r)&&(i.mustUseProperty=!0),t[r]=i,n[vn(r)]=r,n[vn(i.attribute)]=r}return new Mn(t,n,e.space)}const Hu=rn({space:"xlink",transform(e,t){return"xlink:"+t.slice(5).toLowerCase()},properties:{xLinkActuate:null,xLinkArcRole:null,xLinkHref:null,xLinkRole:null,xLinkShow:null,xLinkTitle:null,xLinkType:null}}),Uu=rn({space:"xml",transform(e,t){return"xml:"+t.slice(3).toLowerCase()},properties:{xmlLang:null,xmlBase:null,xmlSpace:null}});function ju(e,t){return t in e?e[t]:t}function $u(e,t){return ju(e,t.toLowerCase())}const zu=rn({space:"xmlns",attributes:{xmlnsxlink:"xmlns:xlink"},transform:$u,properties:{xmlns:null,xmlnsXLink:null}}),Yu=rn({transform(e,t){return t==="role"?t:"aria-"+t.slice(4).toLowerCase()},properties:{ariaActiveDescendant:null,ariaAtomic:Re,ariaAutoComplete:null,ariaBusy:Re,ariaChecked:Re,ariaColCount:M,ariaColIndex:M,ariaColSpan:M,ariaControls:Se,ariaCurrent:null,ariaDescribedBy:Se,ariaDetails:null,ariaDisabled:Re,ariaDropEffect:Se,ariaErrorMessage:null,ariaExpanded:Re,ariaFlowTo:Se,ariaGrabbed:Re,ariaHasPopup:null,ariaHidden:Re,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:Se,ariaLevel:M,ariaLive:null,ariaModal:Re,ariaMultiLine:Re,ariaMultiSelectable:Re,ariaOrientation:null,ariaOwns:Se,ariaPlaceholder:null,ariaPosInSet:M,ariaPressed:Re,ariaReadOnly:Re,ariaRelevant:null,ariaRequired:Re,ariaRoleDescription:Se,ariaRowCount:M,ariaRowIndex:M,ariaRowSpan:M,ariaSelected:Re,ariaSetSize:M,ariaSort:null,ariaValueMax:M,ariaValueMin:M,ariaValueNow:M,ariaValueText:null,role:null}}),_d=rn({space:"html",attributes:{acceptcharset:"accept-charset",classname:"class",htmlfor:"for",httpequiv:"http-equiv"},transform:$u,mustUseProperty:["checked","multiple","muted","selected"],properties:{abbr:null,accept:Qt,acceptCharset:Se,accessKey:Se,action:null,allow:null,allowFullScreen:ue,allowPaymentRequest:ue,allowUserMedia:ue,alt:null,as:null,async:ue,autoCapitalize:null,autoComplete:Se,autoFocus:ue,autoPlay:ue,blocking:Se,capture:null,charSet:null,checked:ue,cite:null,className:Se,cols:M,colSpan:null,content:null,contentEditable:Re,controls:ue,controlsList:Se,coords:M|Qt,crossOrigin:null,data:null,dateTime:null,decoding:null,default:ue,defer:ue,dir:null,dirName:null,disabled:ue,download:Fu,draggable:Re,encType:null,enterKeyHint:null,fetchPriority:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:ue,formTarget:null,headers:Se,height:M,hidden:ue,high:M,href:null,hrefLang:null,htmlFor:Se,httpEquiv:Se,id:null,imageSizes:null,imageSrcSet:null,inert:ue,inputMode:null,integrity:null,is:null,isMap:ue,itemId:null,itemProp:Se,itemRef:Se,itemScope:ue,itemType:Se,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:ue,low:M,manifest:null,max:null,maxLength:M,media:null,method:null,min:null,minLength:M,multiple:ue,muted:ue,name:null,nonce:null,noModule:ue,noValidate:ue,onAbort:null,onAfterPrint:null,onAuxClick:null,onBeforeMatch:null,onBeforePrint:null,onBeforeToggle:null,onBeforeUnload:null,onBlur:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onContextLost:null,onContextMenu:null,onContextRestored:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnded:null,onError:null,onFocus:null,onFormData:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLanguageChange:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadEnd:null,onLoadStart:null,onMessage:null,onMessageError:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRejectionHandled:null,onReset:null,onResize:null,onScroll:null,onScrollEnd:null,onSecurityPolicyViolation:null,onSeeked:null,onSeeking:null,onSelect:null,onSlotChange:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnhandledRejection:null,onUnload:null,onVolumeChange:null,onWaiting:null,onWheel:null,open:ue,optimum:M,pattern:null,ping:Se,placeholder:null,playsInline:ue,popover:null,popoverTarget:null,popoverTargetAction:null,poster:null,preload:null,readOnly:ue,referrerPolicy:null,rel:Se,required:ue,reversed:ue,rows:M,rowSpan:M,sandbox:Se,scope:null,scoped:ue,seamless:ue,selected:ue,shadowRootDelegatesFocus:ue,shadowRootMode:null,shape:null,size:M,sizes:null,slot:null,span:M,spellCheck:Re,src:null,srcDoc:null,srcLang:null,srcSet:null,start:M,step:null,style:null,tabIndex:M,target:null,title:null,translate:null,type:null,typeMustMatch:ue,useMap:null,value:Re,width:M,wrap:null,align:null,aLink:null,archive:Se,axis:null,background:null,bgColor:null,border:M,borderColor:null,bottomMargin:M,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:ue,declare:ue,event:null,face:null,frame:null,frameBorder:null,hSpace:M,leftMargin:M,link:null,longDesc:null,lowSrc:null,marginHeight:M,marginWidth:M,noResize:ue,noHref:ue,noShade:ue,noWrap:ue,object:null,profile:null,prompt:null,rev:null,rightMargin:M,rules:null,scheme:null,scrolling:Re,standby:null,summary:null,text:null,topMargin:M,valueType:null,version:null,vAlign:null,vLink:null,vSpace:M,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:ue,disableRemotePlayback:ue,prefix:null,property:null,results:M,security:null,unselectable:null}}),Sd=rn({space:"svg",attributes:{accentHeight:"accent-height",alignmentBaseline:"alignment-baseline",arabicForm:"arabic-form",baselineShift:"baseline-shift",capHeight:"cap-height",className:"class",clipPath:"clip-path",clipRule:"clip-rule",colorInterpolation:"color-interpolation",colorInterpolationFilters:"color-interpolation-filters",colorProfile:"color-profile",colorRendering:"color-rendering",crossOrigin:"crossorigin",dataType:"datatype",dominantBaseline:"dominant-baseline",enableBackground:"enable-background",fillOpacity:"fill-opacity",fillRule:"fill-rule",floodColor:"flood-color",floodOpacity:"flood-opacity",fontFamily:"font-family",fontSize:"font-size",fontSizeAdjust:"font-size-adjust",fontStretch:"font-stretch",fontStyle:"font-style",fontVariant:"font-variant",fontWeight:"font-weight",glyphName:"glyph-name",glyphOrientationHorizontal:"glyph-orientation-horizontal",glyphOrientationVertical:"glyph-orientation-vertical",hrefLang:"hreflang",horizAdvX:"horiz-adv-x",horizOriginX:"horiz-origin-x",horizOriginY:"horiz-origin-y",imageRendering:"image-rendering",letterSpacing:"letter-spacing",lightingColor:"lighting-color",markerEnd:"marker-end",markerMid:"marker-mid",markerStart:"marker-start",navDown:"nav-down",navDownLeft:"nav-down-left",navDownRight:"nav-down-right",navLeft:"nav-left",navNext:"nav-next",navPrev:"nav-prev",navRight:"nav-right",navUp:"nav-up",navUpLeft:"nav-up-left",navUpRight:"nav-up-right",onAbort:"onabort",onActivate:"onactivate",onAfterPrint:"onafterprint",onBeforePrint:"onbeforeprint",onBegin:"onbegin",onCancel:"oncancel",onCanPlay:"oncanplay",onCanPlayThrough:"oncanplaythrough",onChange:"onchange",onClick:"onclick",onClose:"onclose",onCopy:"oncopy",onCueChange:"oncuechange",onCut:"oncut",onDblClick:"ondblclick",onDrag:"ondrag",onDragEnd:"ondragend",onDragEnter:"ondragenter",onDragExit:"ondragexit",onDragLeave:"ondragleave",onDragOver:"ondragover",onDragStart:"ondragstart",onDrop:"ondrop",onDurationChange:"ondurationchange",onEmptied:"onemptied",onEnd:"onend",onEnded:"onended",onError:"onerror",onFocus:"onfocus",onFocusIn:"onfocusin",onFocusOut:"onfocusout",onHashChange:"onhashchange",onInput:"oninput",onInvalid:"oninvalid",onKeyDown:"onkeydown",onKeyPress:"onkeypress",onKeyUp:"onkeyup",onLoad:"onload",onLoadedData:"onloadeddata",onLoadedMetadata:"onloadedmetadata",onLoadStart:"onloadstart",onMessage:"onmessage",onMouseDown:"onmousedown",onMouseEnter:"onmouseenter",onMouseLeave:"onmouseleave",onMouseMove:"onmousemove",onMouseOut:"onmouseout",onMouseOver:"onmouseover",onMouseUp:"onmouseup",onMouseWheel:"onmousewheel",onOffline:"onoffline",onOnline:"ononline",onPageHide:"onpagehide",onPageShow:"onpageshow",onPaste:"onpaste",onPause:"onpause",onPlay:"onplay",onPlaying:"onplaying",onPopState:"onpopstate",onProgress:"onprogress",onRateChange:"onratechange",onRepeat:"onrepeat",onReset:"onreset",onResize:"onresize",onScroll:"onscroll",onSeeked:"onseeked",onSeeking:"onseeking",onSelect:"onselect",onShow:"onshow",onStalled:"onstalled",onStorage:"onstorage",onSubmit:"onsubmit",onSuspend:"onsuspend",onTimeUpdate:"ontimeupdate",onToggle:"ontoggle",onUnload:"onunload",onVolumeChange:"onvolumechange",onWaiting:"onwaiting",onZoom:"onzoom",overlinePosition:"overline-position",overlineThickness:"overline-thickness",paintOrder:"paint-order",panose1:"panose-1",pointerEvents:"pointer-events",referrerPolicy:"referrerpolicy",renderingIntent:"rendering-intent",shapeRendering:"shape-rendering",stopColor:"stop-color",stopOpacity:"stop-opacity",strikethroughPosition:"strikethrough-position",strikethroughThickness:"strikethrough-thickness",strokeDashArray:"stroke-dasharray",strokeDashOffset:"stroke-dashoffset",strokeLineCap:"stroke-linecap",strokeLineJoin:"stroke-linejoin",strokeMiterLimit:"stroke-miterlimit",strokeOpacity:"stroke-opacity",strokeWidth:"stroke-width",tabIndex:"tabindex",textAnchor:"text-anchor",textDecoration:"text-decoration",textRendering:"text-rendering",transformOrigin:"transform-origin",typeOf:"typeof",underlinePosition:"underline-position",underlineThickness:"underline-thickness",unicodeBidi:"unicode-bidi",unicodeRange:"unicode-range",unitsPerEm:"units-per-em",vAlphabetic:"v-alphabetic",vHanging:"v-hanging",vIdeographic:"v-ideographic",vMathematical:"v-mathematical",vectorEffect:"vector-effect",vertAdvY:"vert-adv-y",vertOriginX:"vert-origin-x",vertOriginY:"vert-origin-y",wordSpacing:"word-spacing",writingMode:"writing-mode",xHeight:"x-height",playbackOrder:"playbackorder",timelineBegin:"timelinebegin"},transform:ju,properties:{about:qe,accentHeight:M,accumulate:null,additive:null,alignmentBaseline:null,alphabetic:M,amplitude:M,arabicForm:null,ascent:M,attributeName:null,attributeType:null,azimuth:M,bandwidth:null,baselineShift:null,baseFrequency:null,baseProfile:null,bbox:null,begin:null,bias:M,by:null,calcMode:null,capHeight:M,className:Se,clip:null,clipPath:null,clipPathUnits:null,clipRule:null,color:null,colorInterpolation:null,colorInterpolationFilters:null,colorProfile:null,colorRendering:null,content:null,contentScriptType:null,contentStyleType:null,crossOrigin:null,cursor:null,cx:null,cy:null,d:null,dataType:null,defaultAction:null,descent:M,diffuseConstant:M,direction:null,display:null,dur:null,divisor:M,dominantBaseline:null,download:ue,dx:null,dy:null,edgeMode:null,editable:null,elevation:M,enableBackground:null,end:null,event:null,exponent:M,externalResourcesRequired:null,fill:null,fillOpacity:M,fillRule:null,filter:null,filterRes:null,filterUnits:null,floodColor:null,floodOpacity:null,focusable:null,focusHighlight:null,fontFamily:null,fontSize:null,fontSizeAdjust:null,fontStretch:null,fontStyle:null,fontVariant:null,fontWeight:null,format:null,fr:null,from:null,fx:null,fy:null,g1:Qt,g2:Qt,glyphName:Qt,glyphOrientationHorizontal:null,glyphOrientationVertical:null,glyphRef:null,gradientTransform:null,gradientUnits:null,handler:null,hanging:M,hatchContentUnits:null,hatchUnits:null,height:null,href:null,hrefLang:null,horizAdvX:M,horizOriginX:M,horizOriginY:M,id:null,ideographic:M,imageRendering:null,initialVisibility:null,in:null,in2:null,intercept:M,k:M,k1:M,k2:M,k3:M,k4:M,kernelMatrix:qe,kernelUnitLength:null,keyPoints:null,keySplines:null,keyTimes:null,kerning:null,lang:null,lengthAdjust:null,letterSpacing:null,lightingColor:null,limitingConeAngle:M,local:null,markerEnd:null,markerMid:null,markerStart:null,markerHeight:null,markerUnits:null,markerWidth:null,mask:null,maskContentUnits:null,maskUnits:null,mathematical:null,max:null,media:null,mediaCharacterEncoding:null,mediaContentEncodings:null,mediaSize:M,mediaTime:null,method:null,min:null,mode:null,name:null,navDown:null,navDownLeft:null,navDownRight:null,navLeft:null,navNext:null,navPrev:null,navRight:null,navUp:null,navUpLeft:null,navUpRight:null,numOctaves:null,observer:null,offset:null,onAbort:null,onActivate:null,onAfterPrint:null,onBeforePrint:null,onBegin:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnd:null,onEnded:null,onError:null,onFocus:null,onFocusIn:null,onFocusOut:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadStart:null,onMessage:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onMouseWheel:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRepeat:null,onReset:null,onResize:null,onScroll:null,onSeeked:null,onSeeking:null,onSelect:null,onShow:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnload:null,onVolumeChange:null,onWaiting:null,onZoom:null,opacity:null,operator:null,order:null,orient:null,orientation:null,origin:null,overflow:null,overlay:null,overlinePosition:M,overlineThickness:M,paintOrder:null,panose1:null,path:null,pathLength:M,patternContentUnits:null,patternTransform:null,patternUnits:null,phase:null,ping:Se,pitch:null,playbackOrder:null,pointerEvents:null,points:null,pointsAtX:M,pointsAtY:M,pointsAtZ:M,preserveAlpha:null,preserveAspectRatio:null,primitiveUnits:null,propagate:null,property:qe,r:null,radius:null,referrerPolicy:null,refX:null,refY:null,rel:qe,rev:qe,renderingIntent:null,repeatCount:null,repeatDur:null,requiredExtensions:qe,requiredFeatures:qe,requiredFonts:qe,requiredFormats:qe,resource:null,restart:null,result:null,rotate:null,rx:null,ry:null,scale:null,seed:null,shapeRendering:null,side:null,slope:null,snapshotTime:null,specularConstant:M,specularExponent:M,spreadMethod:null,spacing:null,startOffset:null,stdDeviation:null,stemh:null,stemv:null,stitchTiles:null,stopColor:null,stopOpacity:null,strikethroughPosition:M,strikethroughThickness:M,string:null,stroke:null,strokeDashArray:qe,strokeDashOffset:null,strokeLineCap:null,strokeLineJoin:null,strokeMiterLimit:M,strokeOpacity:M,strokeWidth:null,style:null,surfaceScale:M,syncBehavior:null,syncBehaviorDefault:null,syncMaster:null,syncTolerance:null,syncToleranceDefault:null,systemLanguage:qe,tabIndex:M,tableValues:null,target:null,targetX:M,targetY:M,textAnchor:null,textDecoration:null,textRendering:null,textLength:null,timelineBegin:null,title:null,transformBehavior:null,type:null,typeOf:qe,to:null,transform:null,transformOrigin:null,u1:null,u2:null,underlinePosition:M,underlineThickness:M,unicode:null,unicodeBidi:null,unicodeRange:null,unitsPerEm:M,values:null,vAlphabetic:M,vMathematical:M,vectorEffect:null,vHanging:M,vIdeographic:M,version:null,vertAdvY:M,vertOriginX:M,vertOriginY:M,viewBox:null,viewTarget:null,visibility:null,width:null,widths:null,wordSpacing:null,writingMode:null,x:null,x1:null,x2:null,xChannelSelector:null,xHeight:M,y:null,y1:null,y2:null,yChannelSelector:null,z:null,zoomAndPan:null}}),Cd=/^data[-\w.:]+$/i,Fi=/-[a-z]/g,Id=/[A-Z]/g;function br(e,t){const n=vn(t);let r=t,a=tt;if(n in e.normal)return e.property[e.normal[n]];if(n.length>4&&n.slice(0,4)==="data"&&Cd.test(t)){if(t.charAt(4)==="-"){const i=t.slice(5).replace(Fi,vd);r="data"+i.charAt(0).toUpperCase()+i.slice(1)}else{const i=t.slice(4);if(!Fi.test(i)){let s=i.replace(Id,Nd);s.charAt(0)!=="-"&&(s="-"+s),t="data"+s}}a=Ya}return new a(r,t)}function Nd(e){return"-"+e.toLowerCase()}function vd(e){return e.charAt(1).toUpperCase()}const wd={classId:"classID",dataType:"datatype",itemId:"itemID",strokeDashArray:"strokeDasharray",strokeDashOffset:"strokeDashoffset",strokeLineCap:"strokeLinecap",strokeLineJoin:"strokeLinejoin",strokeMiterLimit:"strokeMiterlimit",typeOf:"typeof",xLinkActuate:"xlinkActuate",xLinkArcRole:"xlinkArcrole",xLinkHref:"xlinkHref",xLinkRole:"xlinkRole",xLinkShow:"xlinkShow",xLinkTitle:"xlinkTitle",xLinkType:"xlinkType",xmlnsXLink:"xmlnsXlink"},Bn=Bu([Uu,Hu,zu,Yu,_d],"html"),Ct=Bu([Uu,Hu,zu,Yu,Sd],"svg");function Hi(e){const t=String(e||"").trim();return t?t.split(/[ \t\n\r\f]+/g):[]}function Gu(e){return e.join(" ").trim()}var zt={},Br,Ui;function Od(){if(Ui)return Br;Ui=1;var e=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//g,t=/\n/g,n=/^\s*/,r=/^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/,a=/^:\s*/,i=/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/,s=/^[;\s]*/,o=/^\s+|\s+$/g,l=`
48
+ `,c="/",d="*",f="",h="comment",m="declaration";Br=function(x,L){if(typeof x!="string")throw new TypeError("First argument must be a string");if(!x)return[];L=L||{};var _=1,R=1;function O(z){var j=z.match(t);j&&(_+=j.length);var Z=z.lastIndexOf(l);R=~Z?z.length-Z:R+z.length}function H(){var z={line:_,column:R};return function(j){return j.position=new S(z),ce(),j}}function S(z){this.start=z,this.end={line:_,column:R},this.source=L.source}S.prototype.content=x;function w(z){var j=new Error(L.source+":"+_+":"+R+": "+z);if(j.reason=z,j.filename=L.source,j.line=_,j.column=R,j.source=x,!L.silent)throw j}function Q(z){var j=z.exec(x);if(j){var Z=j[0];return O(Z),x=x.slice(Z.length),j}}function ce(){Q(n)}function ie(z){var j;for(z=z||[];j=Y();)j!==!1&&z.push(j);return z}function Y(){var z=H();if(!(c!=x.charAt(0)||d!=x.charAt(1))){for(var j=2;f!=x.charAt(j)&&(d!=x.charAt(j)||c!=x.charAt(j+1));)++j;if(j+=2,f===x.charAt(j-1))return w("End of comment missing");var Z=x.slice(2,j-2);return R+=2,O(Z),x=x.slice(j),R+=2,z({type:h,comment:Z})}}function $(){var z=H(),j=Q(r);if(j){if(Y(),!Q(a))return w("property missing ':'");var Z=Q(i),de=z({type:m,property:y(j[0].replace(e,f)),value:Z?y(Z[0].replace(e,f)):f});return Q(s),de}}function F(){var z=[];ie(z);for(var j;j=$();)j!==!1&&(z.push(j),ie(z));return z}return ce(),F()};function y(x){return x?x.replace(o,f):f}return Br}var ji;function Ld(){if(ji)return zt;ji=1;var e=zt&&zt.__importDefault||function(r){return r&&r.__esModule?r:{default:r}};Object.defineProperty(zt,"__esModule",{value:!0});var t=e(Od());function n(r,a){var i=null;if(!r||typeof r!="string")return i;var s=(0,t.default)(r),o=typeof a=="function";return s.forEach(function(l){if(l.type==="declaration"){var c=l.property,d=l.value;o?a(c,d,l):d&&(i=i||{},i[c]=d)}}),i}return zt.default=n,zt}var Rd=Ld();const $i=Ba(Rd),Dd=$i.default||$i,Tr=Vu("end"),ht=Vu("start");function Vu(e){return t;function t(n){const r=n&&n.position&&n.position[e]||{};if(typeof r.line=="number"&&r.line>0&&typeof r.column=="number"&&r.column>0)return{line:r.line,column:r.column,offset:typeof r.offset=="number"&&r.offset>-1?r.offset:void 0}}}function Pd(e){const t=ht(e),n=Tr(e);if(t&&n)return{start:t,end:n}}function yn(e){return!e||typeof e!="object"?"":"position"in e||"type"in e?zi(e.position):"start"in e||"end"in e?zi(e):"line"in e||"column"in e?Ta(e):""}function Ta(e){return Yi(e&&e.line)+":"+Yi(e&&e.column)}function zi(e){return Ta(e&&e.start)+"-"+Ta(e&&e.end)}function Yi(e){return e&&typeof e=="number"?e:1}class Be extends Error{constructor(t,n,r){super(),typeof n=="string"&&(r=n,n=void 0);let a="",i={},s=!1;if(n&&("line"in n&&"column"in n?i={place:n}:"start"in n&&"end"in n?i={place:n}:"type"in n?i={ancestors:[n],place:n.position}:i={...n}),typeof t=="string"?a=t:!i.cause&&t&&(s=!0,a=t.message,i.cause=t),!i.ruleId&&!i.source&&typeof r=="string"){const l=r.indexOf(":");l===-1?i.ruleId=r:(i.source=r.slice(0,l),i.ruleId=r.slice(l+1))}if(!i.place&&i.ancestors&&i.ancestors){const l=i.ancestors[i.ancestors.length-1];l&&(i.place=l.position)}const o=i.place&&"start"in i.place?i.place.start:i.place;this.ancestors=i.ancestors||void 0,this.cause=i.cause||void 0,this.column=o?o.column:void 0,this.fatal=void 0,this.file,this.message=a,this.line=o?o.line:void 0,this.name=yn(i.place)||"1:1",this.place=i.place||void 0,this.reason=this.message,this.ruleId=i.ruleId||void 0,this.source=i.source||void 0,this.stack=s&&i.cause&&typeof i.cause.stack=="string"?i.cause.stack:"",this.actual,this.expected,this.note,this.url}}Be.prototype.file="";Be.prototype.name="";Be.prototype.reason="";Be.prototype.message="";Be.prototype.stack="";Be.prototype.column=void 0;Be.prototype.line=void 0;Be.prototype.ancestors=void 0;Be.prototype.cause=void 0;Be.prototype.fatal=void 0;Be.prototype.place=void 0;Be.prototype.ruleId=void 0;Be.prototype.source=void 0;const Ga={}.hasOwnProperty,kd=new Map,Md=/[A-Z]/g,Bd=/-([a-z])/g,Fd=new Set(["table","tbody","thead","tfoot","tr"]),Hd=new Set(["td","th"]),qu="https://github.com/syntax-tree/hast-util-to-jsx-runtime";function Ud(e,t){if(!t||t.Fragment===void 0)throw new TypeError("Expected `Fragment` in options");const n=t.filePath||void 0;let r;if(t.development){if(typeof t.jsxDEV!="function")throw new TypeError("Expected `jsxDEV` in options when `development: true`");r=Wd(n,t.jsxDEV)}else{if(typeof t.jsx!="function")throw new TypeError("Expected `jsx` in production options");if(typeof t.jsxs!="function")throw new TypeError("Expected `jsxs` in production options");r=qd(n,t.jsx,t.jsxs)}const a={Fragment:t.Fragment,ancestors:[],components:t.components||{},create:r,elementAttributeNameCase:t.elementAttributeNameCase||"react",evaluater:t.createEvaluater?t.createEvaluater():void 0,filePath:n,ignoreInvalidStyle:t.ignoreInvalidStyle||!1,passKeys:t.passKeys!==!1,passNode:t.passNode||!1,schema:t.space==="svg"?Ct:Bn,stylePropertyNameCase:t.stylePropertyNameCase||"dom",tableCellAlignToStyle:t.tableCellAlignToStyle!==!1},i=Wu(a,e,void 0);return i&&typeof i!="string"?i:a.create(e,a.Fragment,{children:i||void 0},void 0)}function Wu(e,t,n){if(t.type==="element")return jd(e,t,n);if(t.type==="mdxFlowExpression"||t.type==="mdxTextExpression")return $d(e,t);if(t.type==="mdxJsxFlowElement"||t.type==="mdxJsxTextElement")return Yd(e,t,n);if(t.type==="mdxjsEsm")return zd(e,t);if(t.type==="root")return Gd(e,t,n);if(t.type==="text")return Vd(e,t)}function jd(e,t,n){const r=e.schema;let a=r;t.tagName.toLowerCase()==="svg"&&r.space==="html"&&(a=Ct,e.schema=a),e.ancestors.push(t);const i=Qu(e,t.tagName,!1),s=Xd(e,t);let o=qa(e,t);return Fd.has(t.tagName)&&(o=o.filter(function(l){return typeof l=="string"?!yd(l):!0})),Xu(e,s,i,t),Va(s,o),e.ancestors.pop(),e.schema=r,e.create(t,i,s,n)}function $d(e,t){if(t.data&&t.data.estree&&e.evaluater){const r=t.data.estree.body[0];return r.type,e.evaluater.evaluateExpression(r.expression)}wn(e,t.position)}function zd(e,t){if(t.data&&t.data.estree&&e.evaluater)return e.evaluater.evaluateProgram(t.data.estree);wn(e,t.position)}function Yd(e,t,n){const r=e.schema;let a=r;t.name==="svg"&&r.space==="html"&&(a=Ct,e.schema=a),e.ancestors.push(t);const i=t.name===null?e.Fragment:Qu(e,t.name,!0),s=Qd(e,t),o=qa(e,t);return Xu(e,s,i,t),Va(s,o),e.ancestors.pop(),e.schema=r,e.create(t,i,s,n)}function Gd(e,t,n){const r={};return Va(r,qa(e,t)),e.create(t,e.Fragment,r,n)}function Vd(e,t){return t.value}function Xu(e,t,n,r){typeof n!="string"&&n!==e.Fragment&&e.passNode&&(t.node=r)}function Va(e,t){if(t.length>0){const n=t.length>1?t:t[0];n&&(e.children=n)}}function qd(e,t,n){return r;function r(a,i,s,o){const c=Array.isArray(s.children)?n:t;return o?c(i,s,o):c(i,s)}}function Wd(e,t){return n;function n(r,a,i,s){const o=Array.isArray(i.children),l=ht(r);return t(a,i,s,o,{columnNumber:l?l.column-1:void 0,fileName:e,lineNumber:l?l.line:void 0},void 0)}}function Xd(e,t){const n={};let r,a;for(a in t.properties)if(a!=="children"&&Ga.call(t.properties,a)){const i=Kd(e,a,t.properties[a]);if(i){const[s,o]=i;e.tableCellAlignToStyle&&s==="align"&&typeof o=="string"&&Hd.has(t.tagName)?r=o:n[s]=o}}if(r){const i=n.style||(n.style={});i[e.stylePropertyNameCase==="css"?"text-align":"textAlign"]=r}return n}function Qd(e,t){const n={};for(const r of t.attributes)if(r.type==="mdxJsxExpressionAttribute")if(r.data&&r.data.estree&&e.evaluater){const i=r.data.estree.body[0];i.type;const s=i.expression;s.type;const o=s.properties[0];o.type,Object.assign(n,e.evaluater.evaluateExpression(o.argument))}else wn(e,t.position);else{const a=r.name;let i;if(r.value&&typeof r.value=="object")if(r.value.data&&r.value.data.estree&&e.evaluater){const o=r.value.data.estree.body[0];o.type,i=e.evaluater.evaluateExpression(o.expression)}else wn(e,t.position);else i=r.value===null?!0:r.value;n[a]=i}return n}function qa(e,t){const n=[];let r=-1;const a=e.passKeys?new Map:kd;for(;++r<t.children.length;){const i=t.children[r];let s;if(e.passKeys){const l=i.type==="element"?i.tagName:i.type==="mdxJsxFlowElement"||i.type==="mdxJsxTextElement"?i.name:void 0;if(l){const c=a.get(l)||0;s=l+"-"+c,a.set(l,c+1)}}const o=Wu(e,i,s);o!==void 0&&n.push(o)}return n}function Kd(e,t,n){const r=br(e.schema,t);if(!(n==null||typeof n=="number"&&Number.isNaN(n))){if(Array.isArray(n)&&(n=r.commaSeparated?Mu(n):Gu(n)),r.property==="style"){let a=typeof n=="object"?n:Zd(e,String(n));return e.stylePropertyNameCase==="css"&&(a=Jd(a)),["style",a]}return[e.elementAttributeNameCase==="react"&&r.space?wd[r.property]||r.property:r.attribute,n]}}function Zd(e,t){const n={};try{Dd(t,r)}catch(a){if(!e.ignoreInvalidStyle){const i=a,s=new Be("Cannot parse `style` attribute",{ancestors:e.ancestors,cause:i,ruleId:"style",source:"hast-util-to-jsx-runtime"});throw s.file=e.filePath||void 0,s.url=qu+"#cannot-parse-style-attribute",s}}return n;function r(a,i){let s=a;s.slice(0,2)!=="--"&&(s.slice(0,4)==="-ms-"&&(s="ms-"+s.slice(4)),s=s.replace(Bd,t0)),n[s]=i}}function Qu(e,t,n){let r;if(!n)r={type:"Literal",value:t};else if(t.includes(".")){const a=t.split(".");let i=-1,s;for(;++i<a.length;){const o=ki(a[i])?{type:"Identifier",name:a[i]}:{type:"Literal",value:a[i]};s=s?{type:"MemberExpression",object:s,property:o,computed:!!(i&&o.type==="Literal"),optional:!1}:o}r=s}else r=ki(t)&&!/^[a-z]/.test(t)?{type:"Identifier",name:t}:{type:"Literal",value:t};if(r.type==="Literal"){const a=r.value;return Ga.call(e.components,a)?e.components[a]:a}if(e.evaluater)return e.evaluater.evaluateExpression(r);wn(e)}function wn(e,t){const n=new Be("Cannot handle MDX estrees without `createEvaluater`",{ancestors:e.ancestors,place:t,ruleId:"mdx-estree",source:"hast-util-to-jsx-runtime"});throw n.file=e.filePath||void 0,n.url=qu+"#cannot-handle-mdx-estrees-without-createevaluater",n}function Jd(e){const t={};let n;for(n in e)Ga.call(e,n)&&(t[e0(n)]=e[n]);return t}function e0(e){let t=e.replace(Md,n0);return t.slice(0,3)==="ms-"&&(t="-"+t),t}function t0(e,t){return t.toUpperCase()}function n0(e){return"-"+e.toLowerCase()}const Fr={action:["form"],cite:["blockquote","del","ins","q"],data:["object"],formAction:["button","input"],href:["a","area","base","link"],icon:["menuitem"],itemId:null,manifest:["html"],ping:["a","area"],poster:["video"],src:["audio","embed","iframe","img","input","script","source","track","video"]},r0={};function a0(e,t){const n=r0,r=typeof n.includeImageAlt=="boolean"?n.includeImageAlt:!0,a=typeof n.includeHtml=="boolean"?n.includeHtml:!0;return Ku(e,r,a)}function Ku(e,t,n){if(i0(e)){if("value"in e)return e.type==="html"&&!n?"":e.value;if(t&&"alt"in e&&e.alt)return e.alt;if("children"in e)return Gi(e.children,t,n)}return Array.isArray(e)?Gi(e,t,n):""}function Gi(e,t,n){const r=[];let a=-1;for(;++a<e.length;)r[a]=Ku(e[a],t,n);return r.join("")}function i0(e){return!!(e&&typeof e=="object")}const Vi=document.createElement("i");function Wa(e){const t="&"+e+";";Vi.innerHTML=t;const n=Vi.textContent;return n.charCodeAt(n.length-1)===59&&e!=="semi"||n===t?!1:n}function ft(e,t,n,r){const a=e.length;let i=0,s;if(t<0?t=-t>a?0:a+t:t=t>a?a:t,n=n>0?n:0,r.length<1e4)s=Array.from(r),s.unshift(t,n),e.splice(...s);else for(n&&e.splice(t,n);i<r.length;)s=r.slice(i,i+1e4),s.unshift(t,0),e.splice(...s),i+=1e4,t+=1e4}function Xe(e,t){return e.length>0?(ft(e,e.length,0,t),e):t}const qi={}.hasOwnProperty;function s0(e){const t={};let n=-1;for(;++n<e.length;)u0(t,e[n]);return t}function u0(e,t){let n;for(n in t){const a=(qi.call(e,n)?e[n]:void 0)||(e[n]={}),i=t[n];let s;if(i)for(s in i){qi.call(a,s)||(a[s]=[]);const o=i[s];o0(a[s],Array.isArray(o)?o:o?[o]:[])}}}function o0(e,t){let n=-1;const r=[];for(;++n<t.length;)(t[n].add==="after"?e:r).push(t[n]);ft(e,0,0,r)}function Zu(e,t){const n=Number.parseInt(e,t);return n<9||n===11||n>13&&n<32||n>126&&n<160||n>55295&&n<57344||n>64975&&n<65008||(n&65535)===65535||(n&65535)===65534||n>1114111?"�":String.fromCodePoint(n)}function Kt(e){return e.replace(/[\t\n\r ]+/g," ").replace(/^ | $/g,"").toLowerCase().toUpperCase()}const ct=It(/[A-Za-z]/),We=It(/[\dA-Za-z]/),l0=It(/[#-'*+\--9=?A-Z^-~]/);function ya(e){return e!==null&&(e<32||e===127)}const xa=It(/\d/),c0=It(/[\dA-Fa-f]/),d0=It(/[!-/:-@[-`{-~]/);function re(e){return e!==null&&e<-2}function Ye(e){return e!==null&&(e<0||e===32)}function be(e){return e===-2||e===-1||e===32}const f0=It(new RegExp("\\p{P}|\\p{S}","u")),h0=It(/\s/);function It(e){return t;function t(n){return n!==null&&n>-1&&e.test(String.fromCharCode(n))}}function an(e){const t=[];let n=-1,r=0,a=0;for(;++n<e.length;){const i=e.charCodeAt(n);let s="";if(i===37&&We(e.charCodeAt(n+1))&&We(e.charCodeAt(n+2)))a=2;else if(i<128)/[!#$&-;=?-Z_a-z~]/.test(String.fromCharCode(i))||(s=String.fromCharCode(i));else if(i>55295&&i<57344){const o=e.charCodeAt(n+1);i<56320&&o>56319&&o<57344?(s=String.fromCharCode(i,o),a=1):s="�"}else s=String.fromCharCode(i);s&&(t.push(e.slice(r,n),encodeURIComponent(s)),r=n+a+1,s=""),a&&(n+=a,a=0)}return t.join("")+e.slice(r)}function Ce(e,t,n,r){const a=r?r-1:Number.POSITIVE_INFINITY;let i=0;return s;function s(l){return be(l)?(e.enter(n),o(l)):t(l)}function o(l){return be(l)&&i++<a?(e.consume(l),o):(e.exit(n),t(l))}}const m0={tokenize:p0};function p0(e){const t=e.attempt(this.parser.constructs.contentInitial,r,a);let n;return t;function r(o){if(o===null){e.consume(o);return}return e.enter("lineEnding"),e.consume(o),e.exit("lineEnding"),Ce(e,t,"linePrefix")}function a(o){return e.enter("paragraph"),i(o)}function i(o){const l=e.enter("chunkText",{contentType:"text",previous:n});return n&&(n.next=l),n=l,s(o)}function s(o){if(o===null){e.exit("chunkText"),e.exit("paragraph"),e.consume(o);return}return re(o)?(e.consume(o),e.exit("chunkText"),i):(e.consume(o),s)}}const E0={tokenize:g0},Wi={tokenize:b0};function g0(e){const t=this,n=[];let r=0,a,i,s;return o;function o(O){if(r<n.length){const H=n[r];return t.containerState=H[1],e.attempt(H[0].continuation,l,c)(O)}return c(O)}function l(O){if(r++,t.containerState._closeFlow){t.containerState._closeFlow=void 0,a&&R();const H=t.events.length;let S=H,w;for(;S--;)if(t.events[S][0]==="exit"&&t.events[S][1].type==="chunkFlow"){w=t.events[S][1].end;break}_(r);let Q=H;for(;Q<t.events.length;)t.events[Q][1].end=Object.assign({},w),Q++;return ft(t.events,S+1,0,t.events.slice(H)),t.events.length=Q,c(O)}return o(O)}function c(O){if(r===n.length){if(!a)return h(O);if(a.currentConstruct&&a.currentConstruct.concrete)return y(O);t.interrupt=!!(a.currentConstruct&&!a._gfmTableDynamicInterruptHack)}return t.containerState={},e.check(Wi,d,f)(O)}function d(O){return a&&R(),_(r),h(O)}function f(O){return t.parser.lazy[t.now().line]=r!==n.length,s=t.now().offset,y(O)}function h(O){return t.containerState={},e.attempt(Wi,m,y)(O)}function m(O){return r++,n.push([t.currentConstruct,t.containerState]),h(O)}function y(O){if(O===null){a&&R(),_(0),e.consume(O);return}return a=a||t.parser.flow(t.now()),e.enter("chunkFlow",{contentType:"flow",previous:i,_tokenizer:a}),x(O)}function x(O){if(O===null){L(e.exit("chunkFlow"),!0),_(0),e.consume(O);return}return re(O)?(e.consume(O),L(e.exit("chunkFlow")),r=0,t.interrupt=void 0,o):(e.consume(O),x)}function L(O,H){const S=t.sliceStream(O);if(H&&S.push(null),O.previous=i,i&&(i.next=O),i=O,a.defineSkip(O.start),a.write(S),t.parser.lazy[O.start.line]){let w=a.events.length;for(;w--;)if(a.events[w][1].start.offset<s&&(!a.events[w][1].end||a.events[w][1].end.offset>s))return;const Q=t.events.length;let ce=Q,ie,Y;for(;ce--;)if(t.events[ce][0]==="exit"&&t.events[ce][1].type==="chunkFlow"){if(ie){Y=t.events[ce][1].end;break}ie=!0}for(_(r),w=Q;w<t.events.length;)t.events[w][1].end=Object.assign({},Y),w++;ft(t.events,ce+1,0,t.events.slice(Q)),t.events.length=w}}function _(O){let H=n.length;for(;H-- >O;){const S=n[H];t.containerState=S[1],S[0].exit.call(t,e)}n.length=O}function R(){a.write([null]),i=void 0,a=void 0,t.containerState._closeFlow=void 0}}function b0(e,t,n){return Ce(e,e.attempt(this.parser.constructs.document,t,n),"linePrefix",this.parser.constructs.disable.null.includes("codeIndented")?void 0:4)}function Xi(e){if(e===null||Ye(e)||h0(e))return 1;if(f0(e))return 2}function Xa(e,t,n){const r=[];let a=-1;for(;++a<e.length;){const i=e[a].resolveAll;i&&!r.includes(i)&&(t=i(t,n),r.push(i))}return t}const Aa={name:"attention",tokenize:y0,resolveAll:T0};function T0(e,t){let n=-1,r,a,i,s,o,l,c,d;for(;++n<e.length;)if(e[n][0]==="enter"&&e[n][1].type==="attentionSequence"&&e[n][1]._close){for(r=n;r--;)if(e[r][0]==="exit"&&e[r][1].type==="attentionSequence"&&e[r][1]._open&&t.sliceSerialize(e[r][1]).charCodeAt(0)===t.sliceSerialize(e[n][1]).charCodeAt(0)){if((e[r][1]._close||e[n][1]._open)&&(e[n][1].end.offset-e[n][1].start.offset)%3&&!((e[r][1].end.offset-e[r][1].start.offset+e[n][1].end.offset-e[n][1].start.offset)%3))continue;l=e[r][1].end.offset-e[r][1].start.offset>1&&e[n][1].end.offset-e[n][1].start.offset>1?2:1;const f=Object.assign({},e[r][1].end),h=Object.assign({},e[n][1].start);Qi(f,-l),Qi(h,l),s={type:l>1?"strongSequence":"emphasisSequence",start:f,end:Object.assign({},e[r][1].end)},o={type:l>1?"strongSequence":"emphasisSequence",start:Object.assign({},e[n][1].start),end:h},i={type:l>1?"strongText":"emphasisText",start:Object.assign({},e[r][1].end),end:Object.assign({},e[n][1].start)},a={type:l>1?"strong":"emphasis",start:Object.assign({},s.start),end:Object.assign({},o.end)},e[r][1].end=Object.assign({},s.start),e[n][1].start=Object.assign({},o.end),c=[],e[r][1].end.offset-e[r][1].start.offset&&(c=Xe(c,[["enter",e[r][1],t],["exit",e[r][1],t]])),c=Xe(c,[["enter",a,t],["enter",s,t],["exit",s,t],["enter",i,t]]),c=Xe(c,Xa(t.parser.constructs.insideSpan.null,e.slice(r+1,n),t)),c=Xe(c,[["exit",i,t],["enter",o,t],["exit",o,t],["exit",a,t]]),e[n][1].end.offset-e[n][1].start.offset?(d=2,c=Xe(c,[["enter",e[n][1],t],["exit",e[n][1],t]])):d=0,ft(e,r-1,n-r+3,c),n=r+c.length-d-2;break}}for(n=-1;++n<e.length;)e[n][1].type==="attentionSequence"&&(e[n][1].type="data");return e}function y0(e,t){const n=this.parser.constructs.attentionMarkers.null,r=this.previous,a=Xi(r);let i;return s;function s(l){return i=l,e.enter("attentionSequence"),o(l)}function o(l){if(l===i)return e.consume(l),o;const c=e.exit("attentionSequence"),d=Xi(l),f=!d||d===2&&a||n.includes(l),h=!a||a===2&&d||n.includes(r);return c._open=!!(i===42?f:f&&(a||!h)),c._close=!!(i===42?h:h&&(d||!f)),t(l)}}function Qi(e,t){e.column+=t,e.offset+=t,e._bufferIndex+=t}const x0={name:"autolink",tokenize:A0};function A0(e,t,n){let r=0;return a;function a(m){return e.enter("autolink"),e.enter("autolinkMarker"),e.consume(m),e.exit("autolinkMarker"),e.enter("autolinkProtocol"),i}function i(m){return ct(m)?(e.consume(m),s):c(m)}function s(m){return m===43||m===45||m===46||We(m)?(r=1,o(m)):c(m)}function o(m){return m===58?(e.consume(m),r=0,l):(m===43||m===45||m===46||We(m))&&r++<32?(e.consume(m),o):(r=0,c(m))}function l(m){return m===62?(e.exit("autolinkProtocol"),e.enter("autolinkMarker"),e.consume(m),e.exit("autolinkMarker"),e.exit("autolink"),t):m===null||m===32||m===60||ya(m)?n(m):(e.consume(m),l)}function c(m){return m===64?(e.consume(m),d):l0(m)?(e.consume(m),c):n(m)}function d(m){return We(m)?f(m):n(m)}function f(m){return m===46?(e.consume(m),r=0,d):m===62?(e.exit("autolinkProtocol").type="autolinkEmail",e.enter("autolinkMarker"),e.consume(m),e.exit("autolinkMarker"),e.exit("autolink"),t):h(m)}function h(m){if((m===45||We(m))&&r++<63){const y=m===45?h:f;return e.consume(m),y}return n(m)}}const yr={tokenize:_0,partial:!0};function _0(e,t,n){return r;function r(i){return be(i)?Ce(e,a,"linePrefix")(i):a(i)}function a(i){return i===null||re(i)?t(i):n(i)}}const Ju={name:"blockQuote",tokenize:S0,continuation:{tokenize:C0},exit:I0};function S0(e,t,n){const r=this;return a;function a(s){if(s===62){const o=r.containerState;return o.open||(e.enter("blockQuote",{_container:!0}),o.open=!0),e.enter("blockQuotePrefix"),e.enter("blockQuoteMarker"),e.consume(s),e.exit("blockQuoteMarker"),i}return n(s)}function i(s){return be(s)?(e.enter("blockQuotePrefixWhitespace"),e.consume(s),e.exit("blockQuotePrefixWhitespace"),e.exit("blockQuotePrefix"),t):(e.exit("blockQuotePrefix"),t(s))}}function C0(e,t,n){const r=this;return a;function a(s){return be(s)?Ce(e,i,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(s):i(s)}function i(s){return e.attempt(Ju,t,n)(s)}}function I0(e){e.exit("blockQuote")}const eo={name:"characterEscape",tokenize:N0};function N0(e,t,n){return r;function r(i){return e.enter("characterEscape"),e.enter("escapeMarker"),e.consume(i),e.exit("escapeMarker"),a}function a(i){return d0(i)?(e.enter("characterEscapeValue"),e.consume(i),e.exit("characterEscapeValue"),e.exit("characterEscape"),t):n(i)}}const to={name:"characterReference",tokenize:v0};function v0(e,t,n){const r=this;let a=0,i,s;return o;function o(f){return e.enter("characterReference"),e.enter("characterReferenceMarker"),e.consume(f),e.exit("characterReferenceMarker"),l}function l(f){return f===35?(e.enter("characterReferenceMarkerNumeric"),e.consume(f),e.exit("characterReferenceMarkerNumeric"),c):(e.enter("characterReferenceValue"),i=31,s=We,d(f))}function c(f){return f===88||f===120?(e.enter("characterReferenceMarkerHexadecimal"),e.consume(f),e.exit("characterReferenceMarkerHexadecimal"),e.enter("characterReferenceValue"),i=6,s=c0,d):(e.enter("characterReferenceValue"),i=7,s=xa,d(f))}function d(f){if(f===59&&a){const h=e.exit("characterReferenceValue");return s===We&&!Wa(r.sliceSerialize(h))?n(f):(e.enter("characterReferenceMarker"),e.consume(f),e.exit("characterReferenceMarker"),e.exit("characterReference"),t)}return s(f)&&a++<i?(e.consume(f),d):n(f)}}const Ki={tokenize:O0,partial:!0},Zi={name:"codeFenced",tokenize:w0,concrete:!0};function w0(e,t,n){const r=this,a={tokenize:S,partial:!0};let i=0,s=0,o;return l;function l(w){return c(w)}function c(w){const Q=r.events[r.events.length-1];return i=Q&&Q[1].type==="linePrefix"?Q[2].sliceSerialize(Q[1],!0).length:0,o=w,e.enter("codeFenced"),e.enter("codeFencedFence"),e.enter("codeFencedFenceSequence"),d(w)}function d(w){return w===o?(s++,e.consume(w),d):s<3?n(w):(e.exit("codeFencedFenceSequence"),be(w)?Ce(e,f,"whitespace")(w):f(w))}function f(w){return w===null||re(w)?(e.exit("codeFencedFence"),r.interrupt?t(w):e.check(Ki,x,H)(w)):(e.enter("codeFencedFenceInfo"),e.enter("chunkString",{contentType:"string"}),h(w))}function h(w){return w===null||re(w)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),f(w)):be(w)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),Ce(e,m,"whitespace")(w)):w===96&&w===o?n(w):(e.consume(w),h)}function m(w){return w===null||re(w)?f(w):(e.enter("codeFencedFenceMeta"),e.enter("chunkString",{contentType:"string"}),y(w))}function y(w){return w===null||re(w)?(e.exit("chunkString"),e.exit("codeFencedFenceMeta"),f(w)):w===96&&w===o?n(w):(e.consume(w),y)}function x(w){return e.attempt(a,H,L)(w)}function L(w){return e.enter("lineEnding"),e.consume(w),e.exit("lineEnding"),_}function _(w){return i>0&&be(w)?Ce(e,R,"linePrefix",i+1)(w):R(w)}function R(w){return w===null||re(w)?e.check(Ki,x,H)(w):(e.enter("codeFlowValue"),O(w))}function O(w){return w===null||re(w)?(e.exit("codeFlowValue"),R(w)):(e.consume(w),O)}function H(w){return e.exit("codeFenced"),t(w)}function S(w,Q,ce){let ie=0;return Y;function Y(Z){return w.enter("lineEnding"),w.consume(Z),w.exit("lineEnding"),$}function $(Z){return w.enter("codeFencedFence"),be(Z)?Ce(w,F,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(Z):F(Z)}function F(Z){return Z===o?(w.enter("codeFencedFenceSequence"),z(Z)):ce(Z)}function z(Z){return Z===o?(ie++,w.consume(Z),z):ie>=s?(w.exit("codeFencedFenceSequence"),be(Z)?Ce(w,j,"whitespace")(Z):j(Z)):ce(Z)}function j(Z){return Z===null||re(Z)?(w.exit("codeFencedFence"),Q(Z)):ce(Z)}}}function O0(e,t,n){const r=this;return a;function a(s){return s===null?n(s):(e.enter("lineEnding"),e.consume(s),e.exit("lineEnding"),i)}function i(s){return r.parser.lazy[r.now().line]?n(s):t(s)}}const Hr={name:"codeIndented",tokenize:R0},L0={tokenize:D0,partial:!0};function R0(e,t,n){const r=this;return a;function a(c){return e.enter("codeIndented"),Ce(e,i,"linePrefix",5)(c)}function i(c){const d=r.events[r.events.length-1];return d&&d[1].type==="linePrefix"&&d[2].sliceSerialize(d[1],!0).length>=4?s(c):n(c)}function s(c){return c===null?l(c):re(c)?e.attempt(L0,s,l)(c):(e.enter("codeFlowValue"),o(c))}function o(c){return c===null||re(c)?(e.exit("codeFlowValue"),s(c)):(e.consume(c),o)}function l(c){return e.exit("codeIndented"),t(c)}}function D0(e,t,n){const r=this;return a;function a(s){return r.parser.lazy[r.now().line]?n(s):re(s)?(e.enter("lineEnding"),e.consume(s),e.exit("lineEnding"),a):Ce(e,i,"linePrefix",5)(s)}function i(s){const o=r.events[r.events.length-1];return o&&o[1].type==="linePrefix"&&o[2].sliceSerialize(o[1],!0).length>=4?t(s):re(s)?a(s):n(s)}}const P0={name:"codeText",tokenize:B0,resolve:k0,previous:M0};function k0(e){let t=e.length-4,n=3,r,a;if((e[n][1].type==="lineEnding"||e[n][1].type==="space")&&(e[t][1].type==="lineEnding"||e[t][1].type==="space")){for(r=n;++r<t;)if(e[r][1].type==="codeTextData"){e[n][1].type="codeTextPadding",e[t][1].type="codeTextPadding",n+=2,t-=2;break}}for(r=n-1,t++;++r<=t;)a===void 0?r!==t&&e[r][1].type!=="lineEnding"&&(a=r):(r===t||e[r][1].type==="lineEnding")&&(e[a][1].type="codeTextData",r!==a+2&&(e[a][1].end=e[r-1][1].end,e.splice(a+2,r-a-2),t-=r-a-2,r=a+2),a=void 0);return e}function M0(e){return e!==96||this.events[this.events.length-1][1].type==="characterEscape"}function B0(e,t,n){let r=0,a,i;return s;function s(f){return e.enter("codeText"),e.enter("codeTextSequence"),o(f)}function o(f){return f===96?(e.consume(f),r++,o):(e.exit("codeTextSequence"),l(f))}function l(f){return f===null?n(f):f===32?(e.enter("space"),e.consume(f),e.exit("space"),l):f===96?(i=e.enter("codeTextSequence"),a=0,d(f)):re(f)?(e.enter("lineEnding"),e.consume(f),e.exit("lineEnding"),l):(e.enter("codeTextData"),c(f))}function c(f){return f===null||f===32||f===96||re(f)?(e.exit("codeTextData"),l(f)):(e.consume(f),c)}function d(f){return f===96?(e.consume(f),a++,d):a===r?(e.exit("codeTextSequence"),e.exit("codeText"),t(f)):(i.type="codeTextData",c(f))}}function no(e){const t={};let n=-1,r,a,i,s,o,l,c;for(;++n<e.length;){for(;n in t;)n=t[n];if(r=e[n],n&&r[1].type==="chunkFlow"&&e[n-1][1].type==="listItemPrefix"&&(l=r[1]._tokenizer.events,i=0,i<l.length&&l[i][1].type==="lineEndingBlank"&&(i+=2),i<l.length&&l[i][1].type==="content"))for(;++i<l.length&&l[i][1].type!=="content";)l[i][1].type==="chunkText"&&(l[i][1]._isInFirstContentOfListItem=!0,i++);if(r[0]==="enter")r[1].contentType&&(Object.assign(t,F0(e,n)),n=t[n],c=!0);else if(r[1]._container){for(i=n,a=void 0;i--&&(s=e[i],s[1].type==="lineEnding"||s[1].type==="lineEndingBlank");)s[0]==="enter"&&(a&&(e[a][1].type="lineEndingBlank"),s[1].type="lineEnding",a=i);a&&(r[1].end=Object.assign({},e[a][1].start),o=e.slice(a,n),o.unshift(r),ft(e,a,n-a+1,o))}}return!c}function F0(e,t){const n=e[t][1],r=e[t][2];let a=t-1;const i=[],s=n._tokenizer||r.parser[n.contentType](n.start),o=s.events,l=[],c={};let d,f,h=-1,m=n,y=0,x=0;const L=[x];for(;m;){for(;e[++a][1]!==m;);i.push(a),m._tokenizer||(d=r.sliceStream(m),m.next||d.push(null),f&&s.defineSkip(m.start),m._isInFirstContentOfListItem&&(s._gfmTasklistFirstContentOfListItem=!0),s.write(d),m._isInFirstContentOfListItem&&(s._gfmTasklistFirstContentOfListItem=void 0)),f=m,m=m.next}for(m=n;++h<o.length;)o[h][0]==="exit"&&o[h-1][0]==="enter"&&o[h][1].type===o[h-1][1].type&&o[h][1].start.line!==o[h][1].end.line&&(x=h+1,L.push(x),m._tokenizer=void 0,m.previous=void 0,m=m.next);for(s.events=[],m?(m._tokenizer=void 0,m.previous=void 0):L.pop(),h=L.length;h--;){const _=o.slice(L[h],L[h+1]),R=i.pop();l.unshift([R,R+_.length-1]),ft(e,R,2,_)}for(h=-1;++h<l.length;)c[y+l[h][0]]=y+l[h][1],y+=l[h][1]-l[h][0]-1;return c}const H0={tokenize:$0,resolve:j0},U0={tokenize:z0,partial:!0};function j0(e){return no(e),e}function $0(e,t){let n;return r;function r(o){return e.enter("content"),n=e.enter("chunkContent",{contentType:"content"}),a(o)}function a(o){return o===null?i(o):re(o)?e.check(U0,s,i)(o):(e.consume(o),a)}function i(o){return e.exit("chunkContent"),e.exit("content"),t(o)}function s(o){return e.consume(o),e.exit("chunkContent"),n.next=e.enter("chunkContent",{contentType:"content",previous:n}),n=n.next,a}}function z0(e,t,n){const r=this;return a;function a(s){return e.exit("chunkContent"),e.enter("lineEnding"),e.consume(s),e.exit("lineEnding"),Ce(e,i,"linePrefix")}function i(s){if(s===null||re(s))return n(s);const o=r.events[r.events.length-1];return!r.parser.constructs.disable.null.includes("codeIndented")&&o&&o[1].type==="linePrefix"&&o[2].sliceSerialize(o[1],!0).length>=4?t(s):e.interrupt(r.parser.constructs.flow,n,t)(s)}}function ro(e,t,n,r,a,i,s,o,l){const c=l||Number.POSITIVE_INFINITY;let d=0;return f;function f(_){return _===60?(e.enter(r),e.enter(a),e.enter(i),e.consume(_),e.exit(i),h):_===null||_===32||_===41||ya(_)?n(_):(e.enter(r),e.enter(s),e.enter(o),e.enter("chunkString",{contentType:"string"}),x(_))}function h(_){return _===62?(e.enter(i),e.consume(_),e.exit(i),e.exit(a),e.exit(r),t):(e.enter(o),e.enter("chunkString",{contentType:"string"}),m(_))}function m(_){return _===62?(e.exit("chunkString"),e.exit(o),h(_)):_===null||_===60||re(_)?n(_):(e.consume(_),_===92?y:m)}function y(_){return _===60||_===62||_===92?(e.consume(_),m):m(_)}function x(_){return!d&&(_===null||_===41||Ye(_))?(e.exit("chunkString"),e.exit(o),e.exit(s),e.exit(r),t(_)):d<c&&_===40?(e.consume(_),d++,x):_===41?(e.consume(_),d--,x):_===null||_===32||_===40||ya(_)?n(_):(e.consume(_),_===92?L:x)}function L(_){return _===40||_===41||_===92?(e.consume(_),x):x(_)}}function ao(e,t,n,r,a,i){const s=this;let o=0,l;return c;function c(m){return e.enter(r),e.enter(a),e.consume(m),e.exit(a),e.enter(i),d}function d(m){return o>999||m===null||m===91||m===93&&!l||m===94&&!o&&"_hiddenFootnoteSupport"in s.parser.constructs?n(m):m===93?(e.exit(i),e.enter(a),e.consume(m),e.exit(a),e.exit(r),t):re(m)?(e.enter("lineEnding"),e.consume(m),e.exit("lineEnding"),d):(e.enter("chunkString",{contentType:"string"}),f(m))}function f(m){return m===null||m===91||m===93||re(m)||o++>999?(e.exit("chunkString"),d(m)):(e.consume(m),l||(l=!be(m)),m===92?h:f)}function h(m){return m===91||m===92||m===93?(e.consume(m),o++,f):f(m)}}function io(e,t,n,r,a,i){let s;return o;function o(h){return h===34||h===39||h===40?(e.enter(r),e.enter(a),e.consume(h),e.exit(a),s=h===40?41:h,l):n(h)}function l(h){return h===s?(e.enter(a),e.consume(h),e.exit(a),e.exit(r),t):(e.enter(i),c(h))}function c(h){return h===s?(e.exit(i),l(s)):h===null?n(h):re(h)?(e.enter("lineEnding"),e.consume(h),e.exit("lineEnding"),Ce(e,c,"linePrefix")):(e.enter("chunkString",{contentType:"string"}),d(h))}function d(h){return h===s||h===null||re(h)?(e.exit("chunkString"),c(h)):(e.consume(h),h===92?f:d)}function f(h){return h===s||h===92?(e.consume(h),d):d(h)}}function xn(e,t){let n;return r;function r(a){return re(a)?(e.enter("lineEnding"),e.consume(a),e.exit("lineEnding"),n=!0,r):be(a)?Ce(e,r,n?"linePrefix":"lineSuffix")(a):t(a)}}const Y0={name:"definition",tokenize:V0},G0={tokenize:q0,partial:!0};function V0(e,t,n){const r=this;let a;return i;function i(m){return e.enter("definition"),s(m)}function s(m){return ao.call(r,e,o,n,"definitionLabel","definitionLabelMarker","definitionLabelString")(m)}function o(m){return a=Kt(r.sliceSerialize(r.events[r.events.length-1][1]).slice(1,-1)),m===58?(e.enter("definitionMarker"),e.consume(m),e.exit("definitionMarker"),l):n(m)}function l(m){return Ye(m)?xn(e,c)(m):c(m)}function c(m){return ro(e,d,n,"definitionDestination","definitionDestinationLiteral","definitionDestinationLiteralMarker","definitionDestinationRaw","definitionDestinationString")(m)}function d(m){return e.attempt(G0,f,f)(m)}function f(m){return be(m)?Ce(e,h,"whitespace")(m):h(m)}function h(m){return m===null||re(m)?(e.exit("definition"),r.parser.defined.push(a),t(m)):n(m)}}function q0(e,t,n){return r;function r(o){return Ye(o)?xn(e,a)(o):n(o)}function a(o){return io(e,i,n,"definitionTitle","definitionTitleMarker","definitionTitleString")(o)}function i(o){return be(o)?Ce(e,s,"whitespace")(o):s(o)}function s(o){return o===null||re(o)?t(o):n(o)}}const W0={name:"hardBreakEscape",tokenize:X0};function X0(e,t,n){return r;function r(i){return e.enter("hardBreakEscape"),e.consume(i),a}function a(i){return re(i)?(e.exit("hardBreakEscape"),t(i)):n(i)}}const Q0={name:"headingAtx",tokenize:Z0,resolve:K0};function K0(e,t){let n=e.length-2,r=3,a,i;return e[r][1].type==="whitespace"&&(r+=2),n-2>r&&e[n][1].type==="whitespace"&&(n-=2),e[n][1].type==="atxHeadingSequence"&&(r===n-1||n-4>r&&e[n-2][1].type==="whitespace")&&(n-=r+1===n?2:4),n>r&&(a={type:"atxHeadingText",start:e[r][1].start,end:e[n][1].end},i={type:"chunkText",start:e[r][1].start,end:e[n][1].end,contentType:"text"},ft(e,r,n-r+1,[["enter",a,t],["enter",i,t],["exit",i,t],["exit",a,t]])),e}function Z0(e,t,n){let r=0;return a;function a(d){return e.enter("atxHeading"),i(d)}function i(d){return e.enter("atxHeadingSequence"),s(d)}function s(d){return d===35&&r++<6?(e.consume(d),s):d===null||Ye(d)?(e.exit("atxHeadingSequence"),o(d)):n(d)}function o(d){return d===35?(e.enter("atxHeadingSequence"),l(d)):d===null||re(d)?(e.exit("atxHeading"),t(d)):be(d)?Ce(e,o,"whitespace")(d):(e.enter("atxHeadingText"),c(d))}function l(d){return d===35?(e.consume(d),l):(e.exit("atxHeadingSequence"),o(d))}function c(d){return d===null||d===35||Ye(d)?(e.exit("atxHeadingText"),o(d)):(e.consume(d),c)}}const J0=["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hr","html","iframe","legend","li","link","main","menu","menuitem","nav","noframes","ol","optgroup","option","p","param","search","section","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"],Ji=["pre","script","style","textarea"],ef={name:"htmlFlow",tokenize:af,resolveTo:rf,concrete:!0},tf={tokenize:uf,partial:!0},nf={tokenize:sf,partial:!0};function rf(e){let t=e.length;for(;t--&&!(e[t][0]==="enter"&&e[t][1].type==="htmlFlow"););return t>1&&e[t-2][1].type==="linePrefix"&&(e[t][1].start=e[t-2][1].start,e[t+1][1].start=e[t-2][1].start,e.splice(t-2,2)),e}function af(e,t,n){const r=this;let a,i,s,o,l;return c;function c(b){return d(b)}function d(b){return e.enter("htmlFlow"),e.enter("htmlFlowData"),e.consume(b),f}function f(b){return b===33?(e.consume(b),h):b===47?(e.consume(b),i=!0,x):b===63?(e.consume(b),a=3,r.interrupt?t:p):ct(b)?(e.consume(b),s=String.fromCharCode(b),L):n(b)}function h(b){return b===45?(e.consume(b),a=2,m):b===91?(e.consume(b),a=5,o=0,y):ct(b)?(e.consume(b),a=4,r.interrupt?t:p):n(b)}function m(b){return b===45?(e.consume(b),r.interrupt?t:p):n(b)}function y(b){const W="CDATA[";return b===W.charCodeAt(o++)?(e.consume(b),o===W.length?r.interrupt?t:F:y):n(b)}function x(b){return ct(b)?(e.consume(b),s=String.fromCharCode(b),L):n(b)}function L(b){if(b===null||b===47||b===62||Ye(b)){const W=b===47,ee=s.toLowerCase();return!W&&!i&&Ji.includes(ee)?(a=1,r.interrupt?t(b):F(b)):J0.includes(s.toLowerCase())?(a=6,W?(e.consume(b),_):r.interrupt?t(b):F(b)):(a=7,r.interrupt&&!r.parser.lazy[r.now().line]?n(b):i?R(b):O(b))}return b===45||We(b)?(e.consume(b),s+=String.fromCharCode(b),L):n(b)}function _(b){return b===62?(e.consume(b),r.interrupt?t:F):n(b)}function R(b){return be(b)?(e.consume(b),R):Y(b)}function O(b){return b===47?(e.consume(b),Y):b===58||b===95||ct(b)?(e.consume(b),H):be(b)?(e.consume(b),O):Y(b)}function H(b){return b===45||b===46||b===58||b===95||We(b)?(e.consume(b),H):S(b)}function S(b){return b===61?(e.consume(b),w):be(b)?(e.consume(b),S):O(b)}function w(b){return b===null||b===60||b===61||b===62||b===96?n(b):b===34||b===39?(e.consume(b),l=b,Q):be(b)?(e.consume(b),w):ce(b)}function Q(b){return b===l?(e.consume(b),l=null,ie):b===null||re(b)?n(b):(e.consume(b),Q)}function ce(b){return b===null||b===34||b===39||b===47||b===60||b===61||b===62||b===96||Ye(b)?S(b):(e.consume(b),ce)}function ie(b){return b===47||b===62||be(b)?O(b):n(b)}function Y(b){return b===62?(e.consume(b),$):n(b)}function $(b){return b===null||re(b)?F(b):be(b)?(e.consume(b),$):n(b)}function F(b){return b===45&&a===2?(e.consume(b),de):b===60&&a===1?(e.consume(b),xe):b===62&&a===4?(e.consume(b),B):b===63&&a===3?(e.consume(b),p):b===93&&a===5?(e.consume(b),_e):re(b)&&(a===6||a===7)?(e.exit("htmlFlowData"),e.check(tf,X,z)(b)):b===null||re(b)?(e.exit("htmlFlowData"),z(b)):(e.consume(b),F)}function z(b){return e.check(nf,j,X)(b)}function j(b){return e.enter("lineEnding"),e.consume(b),e.exit("lineEnding"),Z}function Z(b){return b===null||re(b)?z(b):(e.enter("htmlFlowData"),F(b))}function de(b){return b===45?(e.consume(b),p):F(b)}function xe(b){return b===47?(e.consume(b),s="",fe):F(b)}function fe(b){if(b===62){const W=s.toLowerCase();return Ji.includes(W)?(e.consume(b),B):F(b)}return ct(b)&&s.length<8?(e.consume(b),s+=String.fromCharCode(b),fe):F(b)}function _e(b){return b===93?(e.consume(b),p):F(b)}function p(b){return b===62?(e.consume(b),B):b===45&&a===2?(e.consume(b),p):F(b)}function B(b){return b===null||re(b)?(e.exit("htmlFlowData"),X(b)):(e.consume(b),B)}function X(b){return e.exit("htmlFlow"),t(b)}}function sf(e,t,n){const r=this;return a;function a(s){return re(s)?(e.enter("lineEnding"),e.consume(s),e.exit("lineEnding"),i):n(s)}function i(s){return r.parser.lazy[r.now().line]?n(s):t(s)}}function uf(e,t,n){return r;function r(a){return e.enter("lineEnding"),e.consume(a),e.exit("lineEnding"),e.attempt(yr,t,n)}}const of={name:"htmlText",tokenize:lf};function lf(e,t,n){const r=this;let a,i,s;return o;function o(p){return e.enter("htmlText"),e.enter("htmlTextData"),e.consume(p),l}function l(p){return p===33?(e.consume(p),c):p===47?(e.consume(p),S):p===63?(e.consume(p),O):ct(p)?(e.consume(p),ce):n(p)}function c(p){return p===45?(e.consume(p),d):p===91?(e.consume(p),i=0,y):ct(p)?(e.consume(p),R):n(p)}function d(p){return p===45?(e.consume(p),m):n(p)}function f(p){return p===null?n(p):p===45?(e.consume(p),h):re(p)?(s=f,xe(p)):(e.consume(p),f)}function h(p){return p===45?(e.consume(p),m):f(p)}function m(p){return p===62?de(p):p===45?h(p):f(p)}function y(p){const B="CDATA[";return p===B.charCodeAt(i++)?(e.consume(p),i===B.length?x:y):n(p)}function x(p){return p===null?n(p):p===93?(e.consume(p),L):re(p)?(s=x,xe(p)):(e.consume(p),x)}function L(p){return p===93?(e.consume(p),_):x(p)}function _(p){return p===62?de(p):p===93?(e.consume(p),_):x(p)}function R(p){return p===null||p===62?de(p):re(p)?(s=R,xe(p)):(e.consume(p),R)}function O(p){return p===null?n(p):p===63?(e.consume(p),H):re(p)?(s=O,xe(p)):(e.consume(p),O)}function H(p){return p===62?de(p):O(p)}function S(p){return ct(p)?(e.consume(p),w):n(p)}function w(p){return p===45||We(p)?(e.consume(p),w):Q(p)}function Q(p){return re(p)?(s=Q,xe(p)):be(p)?(e.consume(p),Q):de(p)}function ce(p){return p===45||We(p)?(e.consume(p),ce):p===47||p===62||Ye(p)?ie(p):n(p)}function ie(p){return p===47?(e.consume(p),de):p===58||p===95||ct(p)?(e.consume(p),Y):re(p)?(s=ie,xe(p)):be(p)?(e.consume(p),ie):de(p)}function Y(p){return p===45||p===46||p===58||p===95||We(p)?(e.consume(p),Y):$(p)}function $(p){return p===61?(e.consume(p),F):re(p)?(s=$,xe(p)):be(p)?(e.consume(p),$):ie(p)}function F(p){return p===null||p===60||p===61||p===62||p===96?n(p):p===34||p===39?(e.consume(p),a=p,z):re(p)?(s=F,xe(p)):be(p)?(e.consume(p),F):(e.consume(p),j)}function z(p){return p===a?(e.consume(p),a=void 0,Z):p===null?n(p):re(p)?(s=z,xe(p)):(e.consume(p),z)}function j(p){return p===null||p===34||p===39||p===60||p===61||p===96?n(p):p===47||p===62||Ye(p)?ie(p):(e.consume(p),j)}function Z(p){return p===47||p===62||Ye(p)?ie(p):n(p)}function de(p){return p===62?(e.consume(p),e.exit("htmlTextData"),e.exit("htmlText"),t):n(p)}function xe(p){return e.exit("htmlTextData"),e.enter("lineEnding"),e.consume(p),e.exit("lineEnding"),fe}function fe(p){return be(p)?Ce(e,_e,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(p):_e(p)}function _e(p){return e.enter("htmlTextData"),s(p)}}const Qa={name:"labelEnd",tokenize:pf,resolveTo:mf,resolveAll:hf},cf={tokenize:Ef},df={tokenize:gf},ff={tokenize:bf};function hf(e){let t=-1;for(;++t<e.length;){const n=e[t][1];(n.type==="labelImage"||n.type==="labelLink"||n.type==="labelEnd")&&(e.splice(t+1,n.type==="labelImage"?4:2),n.type="data",t++)}return e}function mf(e,t){let n=e.length,r=0,a,i,s,o;for(;n--;)if(a=e[n][1],i){if(a.type==="link"||a.type==="labelLink"&&a._inactive)break;e[n][0]==="enter"&&a.type==="labelLink"&&(a._inactive=!0)}else if(s){if(e[n][0]==="enter"&&(a.type==="labelImage"||a.type==="labelLink")&&!a._balanced&&(i=n,a.type!=="labelLink")){r=2;break}}else a.type==="labelEnd"&&(s=n);const l={type:e[i][1].type==="labelLink"?"link":"image",start:Object.assign({},e[i][1].start),end:Object.assign({},e[e.length-1][1].end)},c={type:"label",start:Object.assign({},e[i][1].start),end:Object.assign({},e[s][1].end)},d={type:"labelText",start:Object.assign({},e[i+r+2][1].end),end:Object.assign({},e[s-2][1].start)};return o=[["enter",l,t],["enter",c,t]],o=Xe(o,e.slice(i+1,i+r+3)),o=Xe(o,[["enter",d,t]]),o=Xe(o,Xa(t.parser.constructs.insideSpan.null,e.slice(i+r+4,s-3),t)),o=Xe(o,[["exit",d,t],e[s-2],e[s-1],["exit",c,t]]),o=Xe(o,e.slice(s+1)),o=Xe(o,[["exit",l,t]]),ft(e,i,e.length,o),e}function pf(e,t,n){const r=this;let a=r.events.length,i,s;for(;a--;)if((r.events[a][1].type==="labelImage"||r.events[a][1].type==="labelLink")&&!r.events[a][1]._balanced){i=r.events[a][1];break}return o;function o(h){return i?i._inactive?f(h):(s=r.parser.defined.includes(Kt(r.sliceSerialize({start:i.end,end:r.now()}))),e.enter("labelEnd"),e.enter("labelMarker"),e.consume(h),e.exit("labelMarker"),e.exit("labelEnd"),l):n(h)}function l(h){return h===40?e.attempt(cf,d,s?d:f)(h):h===91?e.attempt(df,d,s?c:f)(h):s?d(h):f(h)}function c(h){return e.attempt(ff,d,f)(h)}function d(h){return t(h)}function f(h){return i._balanced=!0,n(h)}}function Ef(e,t,n){return r;function r(f){return e.enter("resource"),e.enter("resourceMarker"),e.consume(f),e.exit("resourceMarker"),a}function a(f){return Ye(f)?xn(e,i)(f):i(f)}function i(f){return f===41?d(f):ro(e,s,o,"resourceDestination","resourceDestinationLiteral","resourceDestinationLiteralMarker","resourceDestinationRaw","resourceDestinationString",32)(f)}function s(f){return Ye(f)?xn(e,l)(f):d(f)}function o(f){return n(f)}function l(f){return f===34||f===39||f===40?io(e,c,n,"resourceTitle","resourceTitleMarker","resourceTitleString")(f):d(f)}function c(f){return Ye(f)?xn(e,d)(f):d(f)}function d(f){return f===41?(e.enter("resourceMarker"),e.consume(f),e.exit("resourceMarker"),e.exit("resource"),t):n(f)}}function gf(e,t,n){const r=this;return a;function a(o){return ao.call(r,e,i,s,"reference","referenceMarker","referenceString")(o)}function i(o){return r.parser.defined.includes(Kt(r.sliceSerialize(r.events[r.events.length-1][1]).slice(1,-1)))?t(o):n(o)}function s(o){return n(o)}}function bf(e,t,n){return r;function r(i){return e.enter("reference"),e.enter("referenceMarker"),e.consume(i),e.exit("referenceMarker"),a}function a(i){return i===93?(e.enter("referenceMarker"),e.consume(i),e.exit("referenceMarker"),e.exit("reference"),t):n(i)}}const Tf={name:"labelStartImage",tokenize:yf,resolveAll:Qa.resolveAll};function yf(e,t,n){const r=this;return a;function a(o){return e.enter("labelImage"),e.enter("labelImageMarker"),e.consume(o),e.exit("labelImageMarker"),i}function i(o){return o===91?(e.enter("labelMarker"),e.consume(o),e.exit("labelMarker"),e.exit("labelImage"),s):n(o)}function s(o){return o===94&&"_hiddenFootnoteSupport"in r.parser.constructs?n(o):t(o)}}const xf={name:"labelStartLink",tokenize:Af,resolveAll:Qa.resolveAll};function Af(e,t,n){const r=this;return a;function a(s){return e.enter("labelLink"),e.enter("labelMarker"),e.consume(s),e.exit("labelMarker"),e.exit("labelLink"),i}function i(s){return s===94&&"_hiddenFootnoteSupport"in r.parser.constructs?n(s):t(s)}}const Ur={name:"lineEnding",tokenize:_f};function _f(e,t){return n;function n(r){return e.enter("lineEnding"),e.consume(r),e.exit("lineEnding"),Ce(e,t,"linePrefix")}}const er={name:"thematicBreak",tokenize:Sf};function Sf(e,t,n){let r=0,a;return i;function i(c){return e.enter("thematicBreak"),s(c)}function s(c){return a=c,o(c)}function o(c){return c===a?(e.enter("thematicBreakSequence"),l(c)):r>=3&&(c===null||re(c))?(e.exit("thematicBreak"),t(c)):n(c)}function l(c){return c===a?(e.consume(c),r++,l):(e.exit("thematicBreakSequence"),be(c)?Ce(e,o,"whitespace")(c):o(c))}}const $e={name:"list",tokenize:Nf,continuation:{tokenize:vf},exit:Of},Cf={tokenize:Lf,partial:!0},If={tokenize:wf,partial:!0};function Nf(e,t,n){const r=this,a=r.events[r.events.length-1];let i=a&&a[1].type==="linePrefix"?a[2].sliceSerialize(a[1],!0).length:0,s=0;return o;function o(m){const y=r.containerState.type||(m===42||m===43||m===45?"listUnordered":"listOrdered");if(y==="listUnordered"?!r.containerState.marker||m===r.containerState.marker:xa(m)){if(r.containerState.type||(r.containerState.type=y,e.enter(y,{_container:!0})),y==="listUnordered")return e.enter("listItemPrefix"),m===42||m===45?e.check(er,n,c)(m):c(m);if(!r.interrupt||m===49)return e.enter("listItemPrefix"),e.enter("listItemValue"),l(m)}return n(m)}function l(m){return xa(m)&&++s<10?(e.consume(m),l):(!r.interrupt||s<2)&&(r.containerState.marker?m===r.containerState.marker:m===41||m===46)?(e.exit("listItemValue"),c(m)):n(m)}function c(m){return e.enter("listItemMarker"),e.consume(m),e.exit("listItemMarker"),r.containerState.marker=r.containerState.marker||m,e.check(yr,r.interrupt?n:d,e.attempt(Cf,h,f))}function d(m){return r.containerState.initialBlankLine=!0,i++,h(m)}function f(m){return be(m)?(e.enter("listItemPrefixWhitespace"),e.consume(m),e.exit("listItemPrefixWhitespace"),h):n(m)}function h(m){return r.containerState.size=i+r.sliceSerialize(e.exit("listItemPrefix"),!0).length,t(m)}}function vf(e,t,n){const r=this;return r.containerState._closeFlow=void 0,e.check(yr,a,i);function a(o){return r.containerState.furtherBlankLines=r.containerState.furtherBlankLines||r.containerState.initialBlankLine,Ce(e,t,"listItemIndent",r.containerState.size+1)(o)}function i(o){return r.containerState.furtherBlankLines||!be(o)?(r.containerState.furtherBlankLines=void 0,r.containerState.initialBlankLine=void 0,s(o)):(r.containerState.furtherBlankLines=void 0,r.containerState.initialBlankLine=void 0,e.attempt(If,t,s)(o))}function s(o){return r.containerState._closeFlow=!0,r.interrupt=void 0,Ce(e,e.attempt($e,t,n),"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(o)}}function wf(e,t,n){const r=this;return Ce(e,a,"listItemIndent",r.containerState.size+1);function a(i){const s=r.events[r.events.length-1];return s&&s[1].type==="listItemIndent"&&s[2].sliceSerialize(s[1],!0).length===r.containerState.size?t(i):n(i)}}function Of(e){e.exit(this.containerState.type)}function Lf(e,t,n){const r=this;return Ce(e,a,"listItemPrefixWhitespace",r.parser.constructs.disable.null.includes("codeIndented")?void 0:5);function a(i){const s=r.events[r.events.length-1];return!be(i)&&s&&s[1].type==="listItemPrefixWhitespace"?t(i):n(i)}}const es={name:"setextUnderline",tokenize:Df,resolveTo:Rf};function Rf(e,t){let n=e.length,r,a,i;for(;n--;)if(e[n][0]==="enter"){if(e[n][1].type==="content"){r=n;break}e[n][1].type==="paragraph"&&(a=n)}else e[n][1].type==="content"&&e.splice(n,1),!i&&e[n][1].type==="definition"&&(i=n);const s={type:"setextHeading",start:Object.assign({},e[a][1].start),end:Object.assign({},e[e.length-1][1].end)};return e[a][1].type="setextHeadingText",i?(e.splice(a,0,["enter",s,t]),e.splice(i+1,0,["exit",e[r][1],t]),e[r][1].end=Object.assign({},e[i][1].end)):e[r][1]=s,e.push(["exit",s,t]),e}function Df(e,t,n){const r=this;let a;return i;function i(c){let d=r.events.length,f;for(;d--;)if(r.events[d][1].type!=="lineEnding"&&r.events[d][1].type!=="linePrefix"&&r.events[d][1].type!=="content"){f=r.events[d][1].type==="paragraph";break}return!r.parser.lazy[r.now().line]&&(r.interrupt||f)?(e.enter("setextHeadingLine"),a=c,s(c)):n(c)}function s(c){return e.enter("setextHeadingLineSequence"),o(c)}function o(c){return c===a?(e.consume(c),o):(e.exit("setextHeadingLineSequence"),be(c)?Ce(e,l,"lineSuffix")(c):l(c))}function l(c){return c===null||re(c)?(e.exit("setextHeadingLine"),t(c)):n(c)}}const Pf={tokenize:kf};function kf(e){const t=this,n=e.attempt(yr,r,e.attempt(this.parser.constructs.flowInitial,a,Ce(e,e.attempt(this.parser.constructs.flow,a,e.attempt(H0,a)),"linePrefix")));return n;function r(i){if(i===null){e.consume(i);return}return e.enter("lineEndingBlank"),e.consume(i),e.exit("lineEndingBlank"),t.currentConstruct=void 0,n}function a(i){if(i===null){e.consume(i);return}return e.enter("lineEnding"),e.consume(i),e.exit("lineEnding"),t.currentConstruct=void 0,n}}const Mf={resolveAll:uo()},Bf=so("string"),Ff=so("text");function so(e){return{tokenize:t,resolveAll:uo(e==="text"?Hf:void 0)};function t(n){const r=this,a=this.parser.constructs[e],i=n.attempt(a,s,o);return s;function s(d){return c(d)?i(d):o(d)}function o(d){if(d===null){n.consume(d);return}return n.enter("data"),n.consume(d),l}function l(d){return c(d)?(n.exit("data"),i(d)):(n.consume(d),l)}function c(d){if(d===null)return!0;const f=a[d];let h=-1;if(f)for(;++h<f.length;){const m=f[h];if(!m.previous||m.previous.call(r,r.previous))return!0}return!1}}}function uo(e){return t;function t(n,r){let a=-1,i;for(;++a<=n.length;)i===void 0?n[a]&&n[a][1].type==="data"&&(i=a,a++):(!n[a]||n[a][1].type!=="data")&&(a!==i+2&&(n[i][1].end=n[a-1][1].end,n.splice(i+2,a-i-2),a=i+2),i=void 0);return e?e(n,r):n}}function Hf(e,t){let n=0;for(;++n<=e.length;)if((n===e.length||e[n][1].type==="lineEnding")&&e[n-1][1].type==="data"){const r=e[n-1][1],a=t.sliceStream(r);let i=a.length,s=-1,o=0,l;for(;i--;){const c=a[i];if(typeof c=="string"){for(s=c.length;c.charCodeAt(s-1)===32;)o++,s--;if(s)break;s=-1}else if(c===-2)l=!0,o++;else if(c!==-1){i++;break}}if(o){const c={type:n===e.length||l||o<2?"lineSuffix":"hardBreakTrailing",start:{line:r.end.line,column:r.end.column-o,offset:r.end.offset-o,_index:r.start._index+i,_bufferIndex:i?s:r.start._bufferIndex+s},end:Object.assign({},r.end)};r.end=Object.assign({},c.start),r.start.offset===r.end.offset?Object.assign(r,c):(e.splice(n,0,["enter",c,t],["exit",c,t]),n+=2)}n++}return e}function Uf(e,t,n){let r=Object.assign(n?Object.assign({},n):{line:1,column:1,offset:0},{_index:0,_bufferIndex:-1});const a={},i=[];let s=[],o=[];const l={consume:R,enter:O,exit:H,attempt:Q(S),check:Q(w),interrupt:Q(w,{interrupt:!0})},c={previous:null,code:null,containerState:{},events:[],parser:e,sliceStream:m,sliceSerialize:h,now:y,defineSkip:x,write:f};let d=t.tokenize.call(c,l);return t.resolveAll&&i.push(t),c;function f($){return s=Xe(s,$),L(),s[s.length-1]!==null?[]:(ce(t,0),c.events=Xa(i,c.events,c),c.events)}function h($,F){return $f(m($),F)}function m($){return jf(s,$)}function y(){const{line:$,column:F,offset:z,_index:j,_bufferIndex:Z}=r;return{line:$,column:F,offset:z,_index:j,_bufferIndex:Z}}function x($){a[$.line]=$.column,Y()}function L(){let $;for(;r._index<s.length;){const F=s[r._index];if(typeof F=="string")for($=r._index,r._bufferIndex<0&&(r._bufferIndex=0);r._index===$&&r._bufferIndex<F.length;)_(F.charCodeAt(r._bufferIndex));else _(F)}}function _($){d=d($)}function R($){re($)?(r.line++,r.column=1,r.offset+=$===-3?2:1,Y()):$!==-1&&(r.column++,r.offset++),r._bufferIndex<0?r._index++:(r._bufferIndex++,r._bufferIndex===s[r._index].length&&(r._bufferIndex=-1,r._index++)),c.previous=$}function O($,F){const z=F||{};return z.type=$,z.start=y(),c.events.push(["enter",z,c]),o.push(z),z}function H($){const F=o.pop();return F.end=y(),c.events.push(["exit",F,c]),F}function S($,F){ce($,F.from)}function w($,F){F.restore()}function Q($,F){return z;function z(j,Z,de){let xe,fe,_e,p;return Array.isArray(j)?X(j):"tokenize"in j?X([j]):B(j);function B(G){return K;function K(J){const te=J!==null&&G[J],ne=J!==null&&G.null,we=[...Array.isArray(te)?te:te?[te]:[],...Array.isArray(ne)?ne:ne?[ne]:[]];return X(we)(J)}}function X(G){return xe=G,fe=0,G.length===0?de:b(G[fe])}function b(G){return K;function K(J){return p=ie(),_e=G,G.partial||(c.currentConstruct=G),G.name&&c.parser.constructs.disable.null.includes(G.name)?ee():G.tokenize.call(F?Object.assign(Object.create(c),F):c,l,W,ee)(J)}}function W(G){return $(_e,p),Z}function ee(G){return p.restore(),++fe<xe.length?b(xe[fe]):de}}}function ce($,F){$.resolveAll&&!i.includes($)&&i.push($),$.resolve&&ft(c.events,F,c.events.length-F,$.resolve(c.events.slice(F),c)),$.resolveTo&&(c.events=$.resolveTo(c.events,c))}function ie(){const $=y(),F=c.previous,z=c.currentConstruct,j=c.events.length,Z=Array.from(o);return{restore:de,from:j};function de(){r=$,c.previous=F,c.currentConstruct=z,c.events.length=j,o=Z,Y()}}function Y(){r.line in a&&r.column<2&&(r.column=a[r.line],r.offset+=a[r.line]-1)}}function jf(e,t){const n=t.start._index,r=t.start._bufferIndex,a=t.end._index,i=t.end._bufferIndex;let s;if(n===a)s=[e[n].slice(r,i)];else{if(s=e.slice(n,a),r>-1){const o=s[0];typeof o=="string"?s[0]=o.slice(r):s.shift()}i>0&&s.push(e[a].slice(0,i))}return s}function $f(e,t){let n=-1;const r=[];let a;for(;++n<e.length;){const i=e[n];let s;if(typeof i=="string")s=i;else switch(i){case-5:{s="\r";break}case-4:{s=`
49
49
  `;break}case-3:{s=`\r
50
- `;break}case-2:{s=t?" ":" ";break}case-1:{if(!t&&a)continue;s=" ";break}default:s=String.fromCharCode(i)}a=i===-2,r.push(s)}return r.join("")}const z0={42:$e,43:$e,45:$e,48:$e,49:$e,50:$e,51:$e,52:$e,53:$e,54:$e,55:$e,56:$e,57:$e,62:Ju},Y0={91:Gf},G0={[-2]:Hr,[-1]:Hr,32:Hr},V0={35:Kf,42:er,45:[es,er],60:t0,61:es,95:er,96:Zi,126:Zi},q0={38:to,92:eo},W0={[-5]:Ur,[-4]:Ur,[-3]:Ur,33:T0,38:to,42:Aa,60:[Af,o0],91:x0,92:[Xf,eo],93:Qa,95:Aa,96:kf},X0={null:[Aa,M0]},Q0={null:[42,95]},K0={null:[]},Z0=Object.freeze(Object.defineProperty({__proto__:null,attentionMarkers:Q0,contentInitial:Y0,disable:K0,document:z0,flow:V0,flowInitial:G0,insideSpan:X0,string:q0,text:W0},Symbol.toStringTag,{value:"Module"}));function J0(e){const n=uf([Z0,...(e||{}).extensions||[]]),r={defined:[],lazy:{},constructs:n,content:a(pf),document:a(Ef),flow:a(D0),string:a(B0),text:a(F0)};return r;function a(i){return s;function s(o){return U0(r,i,o)}}}function eh(e){for(;!no(e););return e}const ts=/[\0\t\n\r]/g;function th(){let e=1,t="",n=!0,r;return a;function a(i,s,o){const l=[];let c,d,f,m,h;for(i=t+(typeof i=="string"?i.toString():new TextDecoder(s||void 0).decode(i)),f=0,t="",n&&(i.charCodeAt(0)===65279&&f++,n=void 0);f<i.length;){if(ts.lastIndex=f,c=ts.exec(i),m=c&&c.index!==void 0?c.index:i.length,h=i.charCodeAt(m),!c){t=i.slice(f);break}if(h===10&&f===m&&r)l.push(-3),r=void 0;else switch(r&&(l.push(-5),r=void 0),f<m&&(l.push(i.slice(f,m)),e+=m-f),h){case 0:{l.push(65533),e++;break}case 9:{for(d=Math.ceil(e/4)*4,l.push(-2);e++<d;)l.push(-1);break}case 10:{l.push(-4),e=1;break}default:r=!0,e=1}f=m+1}return o&&(r&&l.push(-5),t&&l.push(t),l.push(null)),l}}const nh=/\\([!-/:-@[-`{-~])|&(#(?:\d{1,7}|x[\da-f]{1,6})|[\da-z]{1,31});/gi;function rh(e){return e.replace(nh,ah)}function ah(e,t,n){if(t)return t;if(n.charCodeAt(0)===35){const a=n.charCodeAt(1),i=a===120||a===88;return Zu(n.slice(i?2:1),i?16:10)}return Wa(n)||e}const oo={}.hasOwnProperty;function ih(e,t,n){return typeof t!="string"&&(n=t,t=void 0),sh(n)(eh(J0(n).document().write(th()(e,t,!0))))}function sh(e){const t={transforms:[],canContainEols:["emphasis","fragment","heading","paragraph","strong"],enter:{autolink:i(It),autolinkProtocol:re,autolinkEmail:re,atxHeading:i(De),blockQuote:i(te),characterEscape:re,characterReference:re,codeFenced:i(ae),codeFencedFenceInfo:s,codeFencedFenceMeta:s,codeIndented:i(ae,s),codeText:i(ve,s),codeTextData:re,data:re,codeFlowValue:re,definition:i(H),definitionDestinationString:s,definitionLabelString:s,definitionTitleString:s,emphasis:i(Oe),hardBreakEscape:i(Ge),hardBreakTrailing:i(Ge),htmlFlow:i(Ct,s),htmlFlowData:re,htmlText:i(Ct,s),htmlTextData:re,image:i(He),label:s,link:i(It),listItem:i(se),listItemValue:m,listOrdered:i(Nt,f),listUnordered:i(Nt),paragraph:i(ce),reference:g,referenceString:s,resourceDestinationString:s,resourceTitleString:s,setextHeading:i(De),strong:i(xe),thematicBreak:i(Ne)},exit:{atxHeading:l(),atxHeadingSequence:S,autolink:l(),autolinkEmail:ee,autolinkProtocol:J,blockQuote:l(),characterEscapeValue:G,characterReferenceMarkerHexadecimal:K,characterReferenceMarkerNumeric:K,characterReferenceValue:V,codeFenced:l(L),codeFencedFence:x,codeFencedFenceInfo:h,codeFencedFenceMeta:y,codeFlowValue:G,codeIndented:l(_),codeText:l(Z),codeTextData:G,data:G,definition:l(),definitionDestinationString:U,definitionLabelString:R,definitionTitleString:O,emphasis:l(),hardBreakEscape:l(B),hardBreakTrailing:l(B),htmlFlow:l($),htmlFlowData:G,htmlText:l(z),htmlTextData:G,image:l(ue),label:we,labelText:be,lineEnding:j,link:l(he),listItem:l(),listOrdered:l(),listUnordered:l(),paragraph:l(),referenceString:W,resourceDestinationString:p,resourceTitleString:F,resource:Y,setextHeading:l(fe),setextHeadingLineSequence:Q,setextHeadingText:w,strong:l(),thematicBreak:l()}};lo(t,(e||{}).mdastExtensions||[]);const n={};return r;function r(v){let D={type:"root",children:[]};const X={stack:[D],tokenStack:[],config:t,enter:o,exit:c,buffer:s,resume:d,data:n},le=[];let Ae=-1;for(;++Ae<v.length;)if(v[Ae][1].type==="listOrdered"||v[Ae][1].type==="listUnordered")if(v[Ae][0]==="enter")le.push(Ae);else{const nt=le.pop();Ae=a(v,nt,Ae)}for(Ae=-1;++Ae<v.length;){const nt=t[v[Ae][0]];oo.call(nt,v[Ae][1].type)&&nt[v[Ae][1].type].call(Object.assign({sliceSerialize:v[Ae][2].sliceSerialize},X),v[Ae][1])}if(X.tokenStack.length>0){const nt=X.tokenStack[X.tokenStack.length-1];(nt[1]||ns).call(X,void 0,nt[0])}for(D.position={start:Et(v.length>0?v[0][1].start:{line:1,column:1,offset:0}),end:Et(v.length>0?v[v.length-2][1].end:{line:1,column:1,offset:0})},Ae=-1;++Ae<t.transforms.length;)D=t.transforms[Ae](D)||D;return D}function a(v,D,X){let le=D-1,Ae=-1,nt=!1,vt,mt,cn,dn;for(;++le<=X;){const Ve=v[le];switch(Ve[1].type){case"listUnordered":case"listOrdered":case"blockQuote":{Ve[0]==="enter"?Ae++:Ae--,dn=void 0;break}case"lineEndingBlank":{Ve[0]==="enter"&&(vt&&!dn&&!Ae&&!cn&&(cn=le),dn=void 0);break}case"linePrefix":case"listItemValue":case"listItemMarker":case"listItemPrefix":case"listItemPrefixWhitespace":break;default:dn=void 0}if(!Ae&&Ve[0]==="enter"&&Ve[1].type==="listItemPrefix"||Ae===-1&&Ve[0]==="exit"&&(Ve[1].type==="listUnordered"||Ve[1].type==="listOrdered")){if(vt){let $t=le;for(mt=void 0;$t--;){const pt=v[$t];if(pt[1].type==="lineEnding"||pt[1].type==="lineEndingBlank"){if(pt[0]==="exit")continue;mt&&(v[mt][1].type="lineEndingBlank",nt=!0),pt[1].type="lineEnding",mt=$t}else if(!(pt[1].type==="linePrefix"||pt[1].type==="blockQuotePrefix"||pt[1].type==="blockQuotePrefixWhitespace"||pt[1].type==="blockQuoteMarker"||pt[1].type==="listItemIndent"))break}cn&&(!mt||cn<mt)&&(vt._spread=!0),vt.end=Object.assign({},mt?v[mt][1].start:Ve[1].end),v.splice(mt||le,0,["exit",vt,Ve[2]]),le++,X++}if(Ve[1].type==="listItemPrefix"){const $t={type:"listItem",_spread:!1,start:Object.assign({},Ve[1].start),end:void 0};vt=$t,v.splice(le,0,["enter",$t,Ve[2]]),le++,X++,cn=void 0,dn=!0}}}return v[D][1]._spread=nt,X}function i(v,D){return X;function X(le){o.call(this,v(le),le),D&&D.call(this,le)}}function s(){this.stack.push({type:"fragment",children:[]})}function o(v,D,X){this.stack[this.stack.length-1].children.push(v),this.stack.push(v),this.tokenStack.push([D,X]),v.position={start:Et(D.start),end:void 0}}function l(v){return D;function D(X){v&&v.call(this,X),c.call(this,X)}}function c(v,D){const X=this.stack.pop(),le=this.tokenStack.pop();if(le)le[0].type!==v.type&&(D?D.call(this,v,le[0]):(le[1]||ns).call(this,v,le[0]));else throw new Error("Cannot close `"+v.type+"` ("+yn({start:v.start,end:v.end})+"): it’s not open");X.position.end=Et(v.end)}function d(){return af(this.stack.pop())}function f(){this.data.expectingFirstListItemValue=!0}function m(v){if(this.data.expectingFirstListItemValue){const D=this.stack[this.stack.length-2];D.start=Number.parseInt(this.sliceSerialize(v),10),this.data.expectingFirstListItemValue=void 0}}function h(){const v=this.resume(),D=this.stack[this.stack.length-1];D.lang=v}function y(){const v=this.resume(),D=this.stack[this.stack.length-1];D.meta=v}function x(){this.data.flowCodeInside||(this.buffer(),this.data.flowCodeInside=!0)}function L(){const v=this.resume(),D=this.stack[this.stack.length-1];D.value=v.replace(/^(\r?\n|\r)|(\r?\n|\r)$/g,""),this.data.flowCodeInside=void 0}function _(){const v=this.resume(),D=this.stack[this.stack.length-1];D.value=v.replace(/(\r?\n|\r)$/g,"")}function R(v){const D=this.resume(),X=this.stack[this.stack.length-1];X.label=D,X.identifier=Kt(this.sliceSerialize(v)).toLowerCase()}function O(){const v=this.resume(),D=this.stack[this.stack.length-1];D.title=v}function U(){const v=this.resume(),D=this.stack[this.stack.length-1];D.url=v}function S(v){const D=this.stack[this.stack.length-1];if(!D.depth){const X=this.sliceSerialize(v).length;D.depth=X}}function w(){this.data.setextHeadingSlurpLineEnding=!0}function Q(v){const D=this.stack[this.stack.length-1];D.depth=this.sliceSerialize(v).codePointAt(0)===61?1:2}function fe(){this.data.setextHeadingSlurpLineEnding=void 0}function re(v){const X=this.stack[this.stack.length-1].children;let le=X[X.length-1];(!le||le.type!=="text")&&(le=ge(),le.position={start:Et(v.start),end:void 0},X.push(le)),this.stack.push(le)}function G(v){const D=this.stack.pop();D.value+=this.sliceSerialize(v),D.position.end=Et(v.end)}function j(v){const D=this.stack[this.stack.length-1];if(this.data.atHardBreak){const X=D.children[D.children.length-1];X.position.end=Et(v.end),this.data.atHardBreak=void 0;return}!this.data.setextHeadingSlurpLineEnding&&t.canContainEols.includes(D.type)&&(re.call(this,v),G.call(this,v))}function B(){this.data.atHardBreak=!0}function $(){const v=this.resume(),D=this.stack[this.stack.length-1];D.value=v}function z(){const v=this.resume(),D=this.stack[this.stack.length-1];D.value=v}function Z(){const v=this.resume(),D=this.stack[this.stack.length-1];D.value=v}function he(){const v=this.stack[this.stack.length-1];if(this.data.inReference){const D=this.data.referenceType||"shortcut";v.type+="Reference",v.referenceType=D,delete v.url,delete v.title}else delete v.identifier,delete v.label;this.data.referenceType=void 0}function ue(){const v=this.stack[this.stack.length-1];if(this.data.inReference){const D=this.data.referenceType||"shortcut";v.type+="Reference",v.referenceType=D,delete v.url,delete v.title}else delete v.identifier,delete v.label;this.data.referenceType=void 0}function be(v){const D=this.sliceSerialize(v),X=this.stack[this.stack.length-2];X.label=rh(D),X.identifier=Kt(D).toLowerCase()}function we(){const v=this.stack[this.stack.length-1],D=this.resume(),X=this.stack[this.stack.length-1];if(this.data.inReference=!0,X.type==="link"){const le=v.children;X.children=le}else X.alt=D}function p(){const v=this.resume(),D=this.stack[this.stack.length-1];D.url=v}function F(){const v=this.resume(),D=this.stack[this.stack.length-1];D.title=v}function Y(){this.data.inReference=void 0}function g(){this.data.referenceType="collapsed"}function W(v){const D=this.resume(),X=this.stack[this.stack.length-1];X.label=D,X.identifier=Kt(this.sliceSerialize(v)).toLowerCase(),this.data.referenceType="full"}function K(v){this.data.characterReferenceType=v.type}function V(v){const D=this.sliceSerialize(v),X=this.data.characterReferenceType;let le;X?(le=Zu(D,X==="characterReferenceMarkerNumeric"?10:16),this.data.characterReferenceType=void 0):le=Wa(D);const Ae=this.stack.pop();Ae.value+=le,Ae.position.end=Et(v.end)}function J(v){G.call(this,v);const D=this.stack[this.stack.length-1];D.url=this.sliceSerialize(v)}function ee(v){G.call(this,v);const D=this.stack[this.stack.length-1];D.url="mailto:"+this.sliceSerialize(v)}function te(){return{type:"blockquote",children:[]}}function ae(){return{type:"code",lang:null,meta:null,value:""}}function ve(){return{type:"inlineCode",value:""}}function H(){return{type:"definition",identifier:"",label:null,title:null,url:""}}function Oe(){return{type:"emphasis",children:[]}}function De(){return{type:"heading",depth:0,children:[]}}function Ge(){return{type:"break"}}function Ct(){return{type:"html",value:""}}function He(){return{type:"image",title:null,url:"",alt:null}}function It(){return{type:"link",title:null,url:"",children:[]}}function Nt(v){return{type:"list",ordered:v.type==="listOrdered",start:null,spread:v._spread,children:[]}}function se(v){return{type:"listItem",spread:v._spread,checked:null,children:[]}}function ce(){return{type:"paragraph",children:[]}}function xe(){return{type:"strong",children:[]}}function ge(){return{type:"text",value:""}}function Ne(){return{type:"thematicBreak"}}}function Et(e){return{line:e.line,column:e.column,offset:e.offset}}function lo(e,t){let n=-1;for(;++n<t.length;){const r=t[n];Array.isArray(r)?lo(e,r):uh(e,r)}}function uh(e,t){let n;for(n in t)if(oo.call(t,n))switch(n){case"canContainEols":{const r=t[n];r&&e[n].push(...r);break}case"transforms":{const r=t[n];r&&e[n].push(...r);break}case"enter":case"exit":{const r=t[n];r&&Object.assign(e[n],r);break}}}function ns(e,t){throw e?new Error("Cannot close `"+e.type+"` ("+yn({start:e.start,end:e.end})+"): a different token (`"+t.type+"`, "+yn({start:t.start,end:t.end})+") is open"):new Error("Cannot close document, a token (`"+t.type+"`, "+yn({start:t.start,end:t.end})+") is still open")}function oh(e){const t=this;t.parser=n;function n(r){return ih(r,{...t.data("settings"),...e,extensions:t.data("micromarkExtensions")||[],mdastExtensions:t.data("fromMarkdownExtensions")||[]})}}function lh(e,t){const n={type:"element",tagName:"blockquote",properties:{},children:e.wrap(e.all(t),!0)};return e.patch(t,n),e.applyData(t,n)}function ch(e,t){const n={type:"element",tagName:"br",properties:{},children:[]};return e.patch(t,n),[e.applyData(t,n),{type:"text",value:`
50
+ `;break}case-2:{s=t?" ":" ";break}case-1:{if(!t&&a)continue;s=" ";break}default:s=String.fromCharCode(i)}a=i===-2,r.push(s)}return r.join("")}const zf={42:$e,43:$e,45:$e,48:$e,49:$e,50:$e,51:$e,52:$e,53:$e,54:$e,55:$e,56:$e,57:$e,62:Ju},Yf={91:Y0},Gf={[-2]:Hr,[-1]:Hr,32:Hr},Vf={35:Q0,42:er,45:[es,er],60:ef,61:es,95:er,96:Zi,126:Zi},qf={38:to,92:eo},Wf={[-5]:Ur,[-4]:Ur,[-3]:Ur,33:Tf,38:to,42:Aa,60:[x0,of],91:xf,92:[W0,eo],93:Qa,95:Aa,96:P0},Xf={null:[Aa,Mf]},Qf={null:[42,95]},Kf={null:[]},Zf=Object.freeze(Object.defineProperty({__proto__:null,attentionMarkers:Qf,contentInitial:Yf,disable:Kf,document:zf,flow:Vf,flowInitial:Gf,insideSpan:Xf,string:qf,text:Wf},Symbol.toStringTag,{value:"Module"}));function Jf(e){const n=s0([Zf,...(e||{}).extensions||[]]),r={defined:[],lazy:{},constructs:n,content:a(m0),document:a(E0),flow:a(Pf),string:a(Bf),text:a(Ff)};return r;function a(i){return s;function s(o){return Uf(r,i,o)}}}function eh(e){for(;!no(e););return e}const ts=/[\0\t\n\r]/g;function th(){let e=1,t="",n=!0,r;return a;function a(i,s,o){const l=[];let c,d,f,h,m;for(i=t+(typeof i=="string"?i.toString():new TextDecoder(s||void 0).decode(i)),f=0,t="",n&&(i.charCodeAt(0)===65279&&f++,n=void 0);f<i.length;){if(ts.lastIndex=f,c=ts.exec(i),h=c&&c.index!==void 0?c.index:i.length,m=i.charCodeAt(h),!c){t=i.slice(f);break}if(m===10&&f===h&&r)l.push(-3),r=void 0;else switch(r&&(l.push(-5),r=void 0),f<h&&(l.push(i.slice(f,h)),e+=h-f),m){case 0:{l.push(65533),e++;break}case 9:{for(d=Math.ceil(e/4)*4,l.push(-2);e++<d;)l.push(-1);break}case 10:{l.push(-4),e=1;break}default:r=!0,e=1}f=h+1}return o&&(r&&l.push(-5),t&&l.push(t),l.push(null)),l}}const nh=/\\([!-/:-@[-`{-~])|&(#(?:\d{1,7}|x[\da-f]{1,6})|[\da-z]{1,31});/gi;function rh(e){return e.replace(nh,ah)}function ah(e,t,n){if(t)return t;if(n.charCodeAt(0)===35){const a=n.charCodeAt(1),i=a===120||a===88;return Zu(n.slice(i?2:1),i?16:10)}return Wa(n)||e}const oo={}.hasOwnProperty;function ih(e,t,n){return typeof t!="string"&&(n=t,t=void 0),sh(n)(eh(Jf(n).document().write(th()(e,t,!0))))}function sh(e){const t={transforms:[],canContainEols:["emphasis","fragment","heading","paragraph","strong"],enter:{autolink:i(jt),autolinkProtocol:ie,autolinkEmail:ie,atxHeading:i(Ge),blockQuote:i(te),characterEscape:ie,characterReference:ie,codeFenced:i(ne),codeFencedFenceInfo:s,codeFencedFenceMeta:s,codeIndented:i(ne,s),codeText:i(we,s),codeTextData:ie,data:ie,codeFlowValue:ie,definition:i(U),definitionDestinationString:s,definitionLabelString:s,definitionTitleString:s,emphasis:i(Ne),hardBreakEscape:i(Me),hardBreakTrailing:i(Me),htmlFlow:i(at,s),htmlFlowData:ie,htmlText:i(at,s),htmlTextData:ie,image:i(He),label:s,link:i(jt),listItem:i(me),listItemValue:h,listOrdered:i(pt,f),listUnordered:i(pt),paragraph:i(Ee),reference:b,referenceString:s,resourceDestinationString:s,resourceTitleString:s,setextHeading:i(Ge),strong:i(se),thematicBreak:i(Oe)},exit:{atxHeading:l(),atxHeadingSequence:S,autolink:l(),autolinkEmail:J,autolinkProtocol:K,blockQuote:l(),characterEscapeValue:Y,characterReferenceMarkerHexadecimal:ee,characterReferenceMarkerNumeric:ee,characterReferenceValue:G,codeFenced:l(L),codeFencedFence:x,codeFencedFenceInfo:m,codeFencedFenceMeta:y,codeFlowValue:Y,codeIndented:l(_),codeText:l(Z),codeTextData:Y,data:Y,definition:l(),definitionDestinationString:H,definitionLabelString:R,definitionTitleString:O,emphasis:l(),hardBreakEscape:l(F),hardBreakTrailing:l(F),htmlFlow:l(z),htmlFlowData:Y,htmlText:l(j),htmlTextData:Y,image:l(xe),label:_e,labelText:fe,lineEnding:$,link:l(de),listItem:l(),listOrdered:l(),listUnordered:l(),paragraph:l(),referenceString:W,resourceDestinationString:p,resourceTitleString:B,resource:X,setextHeading:l(ce),setextHeadingLineSequence:Q,setextHeadingText:w,strong:l(),thematicBreak:l()}};lo(t,(e||{}).mdastExtensions||[]);const n={};return r;function r(v){let k={type:"root",children:[]};const q={stack:[k],tokenStack:[],config:t,enter:o,exit:c,buffer:s,resume:d,data:n},oe=[];let ge=-1;for(;++ge<v.length;)if(v[ge][1].type==="listOrdered"||v[ge][1].type==="listUnordered")if(v[ge][0]==="enter")oe.push(ge);else{const nt=oe.pop();ge=a(v,nt,ge)}for(ge=-1;++ge<v.length;){const nt=t[v[ge][0]];oo.call(nt,v[ge][1].type)&&nt[v[ge][1].type].call(Object.assign({sliceSerialize:v[ge][2].sliceSerialize},q),v[ge][1])}if(q.tokenStack.length>0){const nt=q.tokenStack[q.tokenStack.length-1];(nt[1]||ns).call(q,void 0,nt[0])}for(k.position={start:Tt(v.length>0?v[0][1].start:{line:1,column:1,offset:0}),end:Tt(v.length>0?v[v.length-2][1].end:{line:1,column:1,offset:0})},ge=-1;++ge<t.transforms.length;)k=t.transforms[ge](k)||k;return k}function a(v,k,q){let oe=k-1,ge=-1,nt=!1,Nt,Et,cn,dn;for(;++oe<=q;){const Ve=v[oe];switch(Ve[1].type){case"listUnordered":case"listOrdered":case"blockQuote":{Ve[0]==="enter"?ge++:ge--,dn=void 0;break}case"lineEndingBlank":{Ve[0]==="enter"&&(Nt&&!dn&&!ge&&!cn&&(cn=oe),dn=void 0);break}case"linePrefix":case"listItemValue":case"listItemMarker":case"listItemPrefix":case"listItemPrefixWhitespace":break;default:dn=void 0}if(!ge&&Ve[0]==="enter"&&Ve[1].type==="listItemPrefix"||ge===-1&&Ve[0]==="exit"&&(Ve[1].type==="listUnordered"||Ve[1].type==="listOrdered")){if(Nt){let $t=oe;for(Et=void 0;$t--;){const gt=v[$t];if(gt[1].type==="lineEnding"||gt[1].type==="lineEndingBlank"){if(gt[0]==="exit")continue;Et&&(v[Et][1].type="lineEndingBlank",nt=!0),gt[1].type="lineEnding",Et=$t}else if(!(gt[1].type==="linePrefix"||gt[1].type==="blockQuotePrefix"||gt[1].type==="blockQuotePrefixWhitespace"||gt[1].type==="blockQuoteMarker"||gt[1].type==="listItemIndent"))break}cn&&(!Et||cn<Et)&&(Nt._spread=!0),Nt.end=Object.assign({},Et?v[Et][1].start:Ve[1].end),v.splice(Et||oe,0,["exit",Nt,Ve[2]]),oe++,q++}if(Ve[1].type==="listItemPrefix"){const $t={type:"listItem",_spread:!1,start:Object.assign({},Ve[1].start),end:void 0};Nt=$t,v.splice(oe,0,["enter",$t,Ve[2]]),oe++,q++,cn=void 0,dn=!0}}}return v[k][1]._spread=nt,q}function i(v,k){return q;function q(oe){o.call(this,v(oe),oe),k&&k.call(this,oe)}}function s(){this.stack.push({type:"fragment",children:[]})}function o(v,k,q){this.stack[this.stack.length-1].children.push(v),this.stack.push(v),this.tokenStack.push([k,q]),v.position={start:Tt(k.start),end:void 0}}function l(v){return k;function k(q){v&&v.call(this,q),c.call(this,q)}}function c(v,k){const q=this.stack.pop(),oe=this.tokenStack.pop();if(oe)oe[0].type!==v.type&&(k?k.call(this,v,oe[0]):(oe[1]||ns).call(this,v,oe[0]));else throw new Error("Cannot close `"+v.type+"` ("+yn({start:v.start,end:v.end})+"): it’s not open");q.position.end=Tt(v.end)}function d(){return a0(this.stack.pop())}function f(){this.data.expectingFirstListItemValue=!0}function h(v){if(this.data.expectingFirstListItemValue){const k=this.stack[this.stack.length-2];k.start=Number.parseInt(this.sliceSerialize(v),10),this.data.expectingFirstListItemValue=void 0}}function m(){const v=this.resume(),k=this.stack[this.stack.length-1];k.lang=v}function y(){const v=this.resume(),k=this.stack[this.stack.length-1];k.meta=v}function x(){this.data.flowCodeInside||(this.buffer(),this.data.flowCodeInside=!0)}function L(){const v=this.resume(),k=this.stack[this.stack.length-1];k.value=v.replace(/^(\r?\n|\r)|(\r?\n|\r)$/g,""),this.data.flowCodeInside=void 0}function _(){const v=this.resume(),k=this.stack[this.stack.length-1];k.value=v.replace(/(\r?\n|\r)$/g,"")}function R(v){const k=this.resume(),q=this.stack[this.stack.length-1];q.label=k,q.identifier=Kt(this.sliceSerialize(v)).toLowerCase()}function O(){const v=this.resume(),k=this.stack[this.stack.length-1];k.title=v}function H(){const v=this.resume(),k=this.stack[this.stack.length-1];k.url=v}function S(v){const k=this.stack[this.stack.length-1];if(!k.depth){const q=this.sliceSerialize(v).length;k.depth=q}}function w(){this.data.setextHeadingSlurpLineEnding=!0}function Q(v){const k=this.stack[this.stack.length-1];k.depth=this.sliceSerialize(v).codePointAt(0)===61?1:2}function ce(){this.data.setextHeadingSlurpLineEnding=void 0}function ie(v){const q=this.stack[this.stack.length-1].children;let oe=q[q.length-1];(!oe||oe.type!=="text")&&(oe=Ae(),oe.position={start:Tt(v.start),end:void 0},q.push(oe)),this.stack.push(oe)}function Y(v){const k=this.stack.pop();k.value+=this.sliceSerialize(v),k.position.end=Tt(v.end)}function $(v){const k=this.stack[this.stack.length-1];if(this.data.atHardBreak){const q=k.children[k.children.length-1];q.position.end=Tt(v.end),this.data.atHardBreak=void 0;return}!this.data.setextHeadingSlurpLineEnding&&t.canContainEols.includes(k.type)&&(ie.call(this,v),Y.call(this,v))}function F(){this.data.atHardBreak=!0}function z(){const v=this.resume(),k=this.stack[this.stack.length-1];k.value=v}function j(){const v=this.resume(),k=this.stack[this.stack.length-1];k.value=v}function Z(){const v=this.resume(),k=this.stack[this.stack.length-1];k.value=v}function de(){const v=this.stack[this.stack.length-1];if(this.data.inReference){const k=this.data.referenceType||"shortcut";v.type+="Reference",v.referenceType=k,delete v.url,delete v.title}else delete v.identifier,delete v.label;this.data.referenceType=void 0}function xe(){const v=this.stack[this.stack.length-1];if(this.data.inReference){const k=this.data.referenceType||"shortcut";v.type+="Reference",v.referenceType=k,delete v.url,delete v.title}else delete v.identifier,delete v.label;this.data.referenceType=void 0}function fe(v){const k=this.sliceSerialize(v),q=this.stack[this.stack.length-2];q.label=rh(k),q.identifier=Kt(k).toLowerCase()}function _e(){const v=this.stack[this.stack.length-1],k=this.resume(),q=this.stack[this.stack.length-1];if(this.data.inReference=!0,q.type==="link"){const oe=v.children;q.children=oe}else q.alt=k}function p(){const v=this.resume(),k=this.stack[this.stack.length-1];k.url=v}function B(){const v=this.resume(),k=this.stack[this.stack.length-1];k.title=v}function X(){this.data.inReference=void 0}function b(){this.data.referenceType="collapsed"}function W(v){const k=this.resume(),q=this.stack[this.stack.length-1];q.label=k,q.identifier=Kt(this.sliceSerialize(v)).toLowerCase(),this.data.referenceType="full"}function ee(v){this.data.characterReferenceType=v.type}function G(v){const k=this.sliceSerialize(v),q=this.data.characterReferenceType;let oe;q?(oe=Zu(k,q==="characterReferenceMarkerNumeric"?10:16),this.data.characterReferenceType=void 0):oe=Wa(k);const ge=this.stack.pop();ge.value+=oe,ge.position.end=Tt(v.end)}function K(v){Y.call(this,v);const k=this.stack[this.stack.length-1];k.url=this.sliceSerialize(v)}function J(v){Y.call(this,v);const k=this.stack[this.stack.length-1];k.url="mailto:"+this.sliceSerialize(v)}function te(){return{type:"blockquote",children:[]}}function ne(){return{type:"code",lang:null,meta:null,value:""}}function we(){return{type:"inlineCode",value:""}}function U(){return{type:"definition",identifier:"",label:null,title:null,url:""}}function Ne(){return{type:"emphasis",children:[]}}function Ge(){return{type:"heading",depth:0,children:[]}}function Me(){return{type:"break"}}function at(){return{type:"html",value:""}}function He(){return{type:"image",title:null,url:"",alt:null}}function jt(){return{type:"link",title:null,url:"",children:[]}}function pt(v){return{type:"list",ordered:v.type==="listOrdered",start:null,spread:v._spread,children:[]}}function me(v){return{type:"listItem",spread:v._spread,checked:null,children:[]}}function Ee(){return{type:"paragraph",children:[]}}function se(){return{type:"strong",children:[]}}function Ae(){return{type:"text",value:""}}function Oe(){return{type:"thematicBreak"}}}function Tt(e){return{line:e.line,column:e.column,offset:e.offset}}function lo(e,t){let n=-1;for(;++n<t.length;){const r=t[n];Array.isArray(r)?lo(e,r):uh(e,r)}}function uh(e,t){let n;for(n in t)if(oo.call(t,n))switch(n){case"canContainEols":{const r=t[n];r&&e[n].push(...r);break}case"transforms":{const r=t[n];r&&e[n].push(...r);break}case"enter":case"exit":{const r=t[n];r&&Object.assign(e[n],r);break}}}function ns(e,t){throw e?new Error("Cannot close `"+e.type+"` ("+yn({start:e.start,end:e.end})+"): a different token (`"+t.type+"`, "+yn({start:t.start,end:t.end})+") is open"):new Error("Cannot close document, a token (`"+t.type+"`, "+yn({start:t.start,end:t.end})+") is still open")}function oh(e){const t=this;t.parser=n;function n(r){return ih(r,{...t.data("settings"),...e,extensions:t.data("micromarkExtensions")||[],mdastExtensions:t.data("fromMarkdownExtensions")||[]})}}function lh(e,t){const n={type:"element",tagName:"blockquote",properties:{},children:e.wrap(e.all(t),!0)};return e.patch(t,n),e.applyData(t,n)}function ch(e,t){const n={type:"element",tagName:"br",properties:{},children:[]};return e.patch(t,n),[e.applyData(t,n),{type:"text",value:`
51
51
  `}]}function dh(e,t){const n=t.value?t.value+`
52
- `:"",r={};t.lang&&(r.className=["language-"+t.lang]);let a={type:"element",tagName:"code",properties:r,children:[{type:"text",value:n}]};return t.meta&&(a.data={meta:t.meta}),e.patch(t,a),a=e.applyData(t,a),a={type:"element",tagName:"pre",properties:{},children:[a]},e.patch(t,a),a}function fh(e,t){const n={type:"element",tagName:"del",properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}function hh(e,t){const n={type:"element",tagName:"em",properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}function mh(e,t){const n=typeof e.options.clobberPrefix=="string"?e.options.clobberPrefix:"user-content-",r=String(t.identifier).toUpperCase(),a=an(r.toLowerCase()),i=e.footnoteOrder.indexOf(r);let s,o=e.footnoteCounts.get(r);o===void 0?(o=0,e.footnoteOrder.push(r),s=e.footnoteOrder.length):s=i+1,o+=1,e.footnoteCounts.set(r,o);const l={type:"element",tagName:"a",properties:{href:"#"+n+"fn-"+a,id:n+"fnref-"+a+(o>1?"-"+o:""),dataFootnoteRef:!0,ariaDescribedBy:["footnote-label"]},children:[{type:"text",value:String(s)}]};e.patch(t,l);const c={type:"element",tagName:"sup",properties:{},children:[l]};return e.patch(t,c),e.applyData(t,c)}function ph(e,t){const n={type:"element",tagName:"h"+t.depth,properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}function bh(e,t){if(e.options.allowDangerousHtml){const n={type:"raw",value:t.value};return e.patch(t,n),e.applyData(t,n)}}function co(e,t){const n=t.referenceType;let r="]";if(n==="collapsed"?r+="[]":n==="full"&&(r+="["+(t.label||t.identifier)+"]"),t.type==="imageReference")return[{type:"text",value:"!["+t.alt+r}];const a=e.all(t),i=a[0];i&&i.type==="text"?i.value="["+i.value:a.unshift({type:"text",value:"["});const s=a[a.length-1];return s&&s.type==="text"?s.value+=r:a.push({type:"text",value:r}),a}function Eh(e,t){const n=String(t.identifier).toUpperCase(),r=e.definitionById.get(n);if(!r)return co(e,t);const a={src:an(r.url||""),alt:t.alt};r.title!==null&&r.title!==void 0&&(a.title=r.title);const i={type:"element",tagName:"img",properties:a,children:[]};return e.patch(t,i),e.applyData(t,i)}function gh(e,t){const n={src:an(t.url)};t.alt!==null&&t.alt!==void 0&&(n.alt=t.alt),t.title!==null&&t.title!==void 0&&(n.title=t.title);const r={type:"element",tagName:"img",properties:n,children:[]};return e.patch(t,r),e.applyData(t,r)}function Th(e,t){const n={type:"text",value:t.value.replace(/\r?\n|\r/g," ")};e.patch(t,n);const r={type:"element",tagName:"code",properties:{},children:[n]};return e.patch(t,r),e.applyData(t,r)}function yh(e,t){const n=String(t.identifier).toUpperCase(),r=e.definitionById.get(n);if(!r)return co(e,t);const a={href:an(r.url||"")};r.title!==null&&r.title!==void 0&&(a.title=r.title);const i={type:"element",tagName:"a",properties:a,children:e.all(t)};return e.patch(t,i),e.applyData(t,i)}function xh(e,t){const n={href:an(t.url)};t.title!==null&&t.title!==void 0&&(n.title=t.title);const r={type:"element",tagName:"a",properties:n,children:e.all(t)};return e.patch(t,r),e.applyData(t,r)}function Ah(e,t,n){const r=e.all(t),a=n?_h(n):fo(t),i={},s=[];if(typeof t.checked=="boolean"){const d=r[0];let f;d&&d.type==="element"&&d.tagName==="p"?f=d:(f={type:"element",tagName:"p",properties:{},children:[]},r.unshift(f)),f.children.length>0&&f.children.unshift({type:"text",value:" "}),f.children.unshift({type:"element",tagName:"input",properties:{type:"checkbox",checked:t.checked,disabled:!0},children:[]}),i.className=["task-list-item"]}let o=-1;for(;++o<r.length;){const d=r[o];(a||o!==0||d.type!=="element"||d.tagName!=="p")&&s.push({type:"text",value:`
52
+ `:"",r={};t.lang&&(r.className=["language-"+t.lang]);let a={type:"element",tagName:"code",properties:r,children:[{type:"text",value:n}]};return t.meta&&(a.data={meta:t.meta}),e.patch(t,a),a=e.applyData(t,a),a={type:"element",tagName:"pre",properties:{},children:[a]},e.patch(t,a),a}function fh(e,t){const n={type:"element",tagName:"del",properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}function hh(e,t){const n={type:"element",tagName:"em",properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}function mh(e,t){const n=typeof e.options.clobberPrefix=="string"?e.options.clobberPrefix:"user-content-",r=String(t.identifier).toUpperCase(),a=an(r.toLowerCase()),i=e.footnoteOrder.indexOf(r);let s,o=e.footnoteCounts.get(r);o===void 0?(o=0,e.footnoteOrder.push(r),s=e.footnoteOrder.length):s=i+1,o+=1,e.footnoteCounts.set(r,o);const l={type:"element",tagName:"a",properties:{href:"#"+n+"fn-"+a,id:n+"fnref-"+a+(o>1?"-"+o:""),dataFootnoteRef:!0,ariaDescribedBy:["footnote-label"]},children:[{type:"text",value:String(s)}]};e.patch(t,l);const c={type:"element",tagName:"sup",properties:{},children:[l]};return e.patch(t,c),e.applyData(t,c)}function ph(e,t){const n={type:"element",tagName:"h"+t.depth,properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}function Eh(e,t){if(e.options.allowDangerousHtml){const n={type:"raw",value:t.value};return e.patch(t,n),e.applyData(t,n)}}function co(e,t){const n=t.referenceType;let r="]";if(n==="collapsed"?r+="[]":n==="full"&&(r+="["+(t.label||t.identifier)+"]"),t.type==="imageReference")return[{type:"text",value:"!["+t.alt+r}];const a=e.all(t),i=a[0];i&&i.type==="text"?i.value="["+i.value:a.unshift({type:"text",value:"["});const s=a[a.length-1];return s&&s.type==="text"?s.value+=r:a.push({type:"text",value:r}),a}function gh(e,t){const n=String(t.identifier).toUpperCase(),r=e.definitionById.get(n);if(!r)return co(e,t);const a={src:an(r.url||""),alt:t.alt};r.title!==null&&r.title!==void 0&&(a.title=r.title);const i={type:"element",tagName:"img",properties:a,children:[]};return e.patch(t,i),e.applyData(t,i)}function bh(e,t){const n={src:an(t.url)};t.alt!==null&&t.alt!==void 0&&(n.alt=t.alt),t.title!==null&&t.title!==void 0&&(n.title=t.title);const r={type:"element",tagName:"img",properties:n,children:[]};return e.patch(t,r),e.applyData(t,r)}function Th(e,t){const n={type:"text",value:t.value.replace(/\r?\n|\r/g," ")};e.patch(t,n);const r={type:"element",tagName:"code",properties:{},children:[n]};return e.patch(t,r),e.applyData(t,r)}function yh(e,t){const n=String(t.identifier).toUpperCase(),r=e.definitionById.get(n);if(!r)return co(e,t);const a={href:an(r.url||"")};r.title!==null&&r.title!==void 0&&(a.title=r.title);const i={type:"element",tagName:"a",properties:a,children:e.all(t)};return e.patch(t,i),e.applyData(t,i)}function xh(e,t){const n={href:an(t.url)};t.title!==null&&t.title!==void 0&&(n.title=t.title);const r={type:"element",tagName:"a",properties:n,children:e.all(t)};return e.patch(t,r),e.applyData(t,r)}function Ah(e,t,n){const r=e.all(t),a=n?_h(n):fo(t),i={},s=[];if(typeof t.checked=="boolean"){const d=r[0];let f;d&&d.type==="element"&&d.tagName==="p"?f=d:(f={type:"element",tagName:"p",properties:{},children:[]},r.unshift(f)),f.children.length>0&&f.children.unshift({type:"text",value:" "}),f.children.unshift({type:"element",tagName:"input",properties:{type:"checkbox",checked:t.checked,disabled:!0},children:[]}),i.className=["task-list-item"]}let o=-1;for(;++o<r.length;){const d=r[o];(a||o!==0||d.type!=="element"||d.tagName!=="p")&&s.push({type:"text",value:`
53
53
  `}),d.type==="element"&&d.tagName==="p"&&!a?s.push(...d.children):s.push(d)}const l=r[r.length-1];l&&(a||l.type!=="element"||l.tagName!=="p")&&s.push({type:"text",value:`
54
- `});const c={type:"element",tagName:"li",properties:i,children:s};return e.patch(t,c),e.applyData(t,c)}function _h(e){let t=!1;if(e.type==="list"){t=e.spread||!1;const n=e.children;let r=-1;for(;!t&&++r<n.length;)t=fo(n[r])}return t}function fo(e){const t=e.spread;return t??e.children.length>1}function Sh(e,t){const n={},r=e.all(t);let a=-1;for(typeof t.start=="number"&&t.start!==1&&(n.start=t.start);++a<r.length;){const s=r[a];if(s.type==="element"&&s.tagName==="li"&&s.properties&&Array.isArray(s.properties.className)&&s.properties.className.includes("task-list-item")){n.className=["contains-task-list"];break}}const i={type:"element",tagName:t.ordered?"ol":"ul",properties:n,children:e.wrap(r,!0)};return e.patch(t,i),e.applyData(t,i)}function Ch(e,t){const n={type:"element",tagName:"p",properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}function Ih(e,t){const n={type:"root",children:e.wrap(e.all(t))};return e.patch(t,n),e.applyData(t,n)}function Nh(e,t){const n={type:"element",tagName:"strong",properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}function vh(e,t){const n=e.all(t),r=n.shift(),a=[];if(r){const s={type:"element",tagName:"thead",properties:{},children:e.wrap([r],!0)};e.patch(t.children[0],s),a.push(s)}if(n.length>0){const s={type:"element",tagName:"tbody",properties:{},children:e.wrap(n,!0)},o=ft(t.children[1]),l=Tr(t.children[t.children.length-1]);o&&l&&(s.position={start:o,end:l}),a.push(s)}const i={type:"element",tagName:"table",properties:{},children:e.wrap(a,!0)};return e.patch(t,i),e.applyData(t,i)}function wh(e,t,n){const r=n?n.children:void 0,i=(r?r.indexOf(t):1)===0?"th":"td",s=n&&n.type==="table"?n.align:void 0,o=s?s.length:t.children.length;let l=-1;const c=[];for(;++l<o;){const f=t.children[l],m={},h=s?s[l]:void 0;h&&(m.align=h);let y={type:"element",tagName:i,properties:m,children:[]};f&&(y.children=e.all(f),e.patch(f,y),y=e.applyData(f,y)),c.push(y)}const d={type:"element",tagName:"tr",properties:{},children:e.wrap(c,!0)};return e.patch(t,d),e.applyData(t,d)}function Oh(e,t){const n={type:"element",tagName:"td",properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}const rs=9,as=32;function Lh(e){const t=String(e),n=/\r?\n|\r/g;let r=n.exec(t),a=0;const i=[];for(;r;)i.push(is(t.slice(a,r.index),a>0,!0),r[0]),a=r.index+r[0].length,r=n.exec(t);return i.push(is(t.slice(a),a>0,!1)),i.join("")}function is(e,t,n){let r=0,a=e.length;if(t){let i=e.codePointAt(r);for(;i===rs||i===as;)r++,i=e.codePointAt(r)}if(n){let i=e.codePointAt(a-1);for(;i===rs||i===as;)a--,i=e.codePointAt(a-1)}return a>r?e.slice(r,a):""}function Rh(e,t){const n={type:"text",value:Lh(String(t.value))};return e.patch(t,n),e.applyData(t,n)}function Ph(e,t){const n={type:"element",tagName:"hr",properties:{},children:[]};return e.patch(t,n),e.applyData(t,n)}const Dh={blockquote:lh,break:ch,code:dh,delete:fh,emphasis:hh,footnoteReference:mh,heading:ph,html:bh,imageReference:Eh,image:gh,inlineCode:Th,linkReference:yh,link:xh,listItem:Ah,list:Sh,paragraph:Ch,root:Ih,strong:Nh,table:vh,tableCell:Oh,tableRow:wh,text:Rh,thematicBreak:Ph,toml:Vn,yaml:Vn,definition:Vn,footnoteDefinition:Vn};function Vn(){}const ho=-1,xr=0,rr=1,ar=2,Ka=3,Za=4,Ja=5,ei=6,mo=7,po=8,ss=typeof self=="object"?self:globalThis,kh=(e,t)=>{const n=(a,i)=>(e.set(i,a),a),r=a=>{if(e.has(a))return e.get(a);const[i,s]=t[a];switch(i){case xr:case ho:return n(s,a);case rr:{const o=n([],a);for(const l of s)o.push(r(l));return o}case ar:{const o=n({},a);for(const[l,c]of s)o[r(l)]=r(c);return o}case Ka:return n(new Date(s),a);case Za:{const{source:o,flags:l}=s;return n(new RegExp(o,l),a)}case Ja:{const o=n(new Map,a);for(const[l,c]of s)o.set(r(l),r(c));return o}case ei:{const o=n(new Set,a);for(const l of s)o.add(r(l));return o}case mo:{const{name:o,message:l}=s;return n(new ss[o](l),a)}case po:return n(BigInt(s),a);case"BigInt":return n(Object(BigInt(s)),a)}return n(new ss[i](s),a)};return r},us=e=>kh(new Map,e)(0),Yt="",{toString:Mh}={},{keys:Bh}=Object,fn=e=>{const t=typeof e;if(t!=="object"||!e)return[xr,t];const n=Mh.call(e).slice(8,-1);switch(n){case"Array":return[rr,Yt];case"Object":return[ar,Yt];case"Date":return[Ka,Yt];case"RegExp":return[Za,Yt];case"Map":return[Ja,Yt];case"Set":return[ei,Yt]}return n.includes("Array")?[rr,n]:n.includes("Error")?[mo,n]:[ar,n]},qn=([e,t])=>e===xr&&(t==="function"||t==="symbol"),Fh=(e,t,n,r)=>{const a=(s,o)=>{const l=r.push(s)-1;return n.set(o,l),l},i=s=>{if(n.has(s))return n.get(s);let[o,l]=fn(s);switch(o){case xr:{let d=s;switch(l){case"bigint":o=po,d=s.toString();break;case"function":case"symbol":if(e)throw new TypeError("unable to serialize "+l);d=null;break;case"undefined":return a([ho],s)}return a([o,d],s)}case rr:{if(l)return a([l,[...s]],s);const d=[],f=a([o,d],s);for(const m of s)d.push(i(m));return f}case ar:{if(l)switch(l){case"BigInt":return a([l,s.toString()],s);case"Boolean":case"Number":case"String":return a([l,s.valueOf()],s)}if(t&&"toJSON"in s)return i(s.toJSON());const d=[],f=a([o,d],s);for(const m of Bh(s))(e||!qn(fn(s[m])))&&d.push([i(m),i(s[m])]);return f}case Ka:return a([o,s.toISOString()],s);case Za:{const{source:d,flags:f}=s;return a([o,{source:d,flags:f}],s)}case Ja:{const d=[],f=a([o,d],s);for(const[m,h]of s)(e||!(qn(fn(m))||qn(fn(h))))&&d.push([i(m),i(h)]);return f}case ei:{const d=[],f=a([o,d],s);for(const m of s)(e||!qn(fn(m)))&&d.push(i(m));return f}}const{message:c}=s;return a([o,{name:l,message:c}],s)};return i},os=(e,{json:t,lossy:n}={})=>{const r=[];return Fh(!(t||n),!!t,new Map,r)(e),r},en=typeof structuredClone=="function"?(e,t)=>t&&("json"in t||"lossy"in t)?us(os(e,t)):structuredClone(e):(e,t)=>us(os(e,t));function Hh(e,t){const n=[{type:"text",value:"↩"}];return t>1&&n.push({type:"element",tagName:"sup",properties:{},children:[{type:"text",value:String(t)}]}),n}function Uh(e,t){return"Back to reference "+(e+1)+(t>1?"-"+t:"")}function jh(e){const t=typeof e.options.clobberPrefix=="string"?e.options.clobberPrefix:"user-content-",n=e.options.footnoteBackContent||Hh,r=e.options.footnoteBackLabel||Uh,a=e.options.footnoteLabel||"Footnotes",i=e.options.footnoteLabelTagName||"h2",s=e.options.footnoteLabelProperties||{className:["sr-only"]},o=[];let l=-1;for(;++l<e.footnoteOrder.length;){const c=e.footnoteById.get(e.footnoteOrder[l]);if(!c)continue;const d=e.all(c),f=String(c.identifier).toUpperCase(),m=an(f.toLowerCase());let h=0;const y=[],x=e.footnoteCounts.get(f);for(;x!==void 0&&++h<=x;){y.length>0&&y.push({type:"text",value:" "});let R=typeof n=="string"?n:n(l,h);typeof R=="string"&&(R={type:"text",value:R}),y.push({type:"element",tagName:"a",properties:{href:"#"+t+"fnref-"+m+(h>1?"-"+h:""),dataFootnoteBackref:"",ariaLabel:typeof r=="string"?r:r(l,h),className:["data-footnote-backref"]},children:Array.isArray(R)?R:[R]})}const L=d[d.length-1];if(L&&L.type==="element"&&L.tagName==="p"){const R=L.children[L.children.length-1];R&&R.type==="text"?R.value+=" ":L.children.push({type:"text",value:" "}),L.children.push(...y)}else d.push(...y);const _={type:"element",tagName:"li",properties:{id:t+"fn-"+m},children:e.wrap(d,!0)};e.patch(c,_),o.push(_)}if(o.length!==0)return{type:"element",tagName:"section",properties:{dataFootnotes:!0,className:["footnotes"]},children:[{type:"element",tagName:i,properties:{...en(s),id:"footnote-label"},children:[{type:"text",value:a}]},{type:"text",value:`
54
+ `});const c={type:"element",tagName:"li",properties:i,children:s};return e.patch(t,c),e.applyData(t,c)}function _h(e){let t=!1;if(e.type==="list"){t=e.spread||!1;const n=e.children;let r=-1;for(;!t&&++r<n.length;)t=fo(n[r])}return t}function fo(e){const t=e.spread;return t??e.children.length>1}function Sh(e,t){const n={},r=e.all(t);let a=-1;for(typeof t.start=="number"&&t.start!==1&&(n.start=t.start);++a<r.length;){const s=r[a];if(s.type==="element"&&s.tagName==="li"&&s.properties&&Array.isArray(s.properties.className)&&s.properties.className.includes("task-list-item")){n.className=["contains-task-list"];break}}const i={type:"element",tagName:t.ordered?"ol":"ul",properties:n,children:e.wrap(r,!0)};return e.patch(t,i),e.applyData(t,i)}function Ch(e,t){const n={type:"element",tagName:"p",properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}function Ih(e,t){const n={type:"root",children:e.wrap(e.all(t))};return e.patch(t,n),e.applyData(t,n)}function Nh(e,t){const n={type:"element",tagName:"strong",properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}function vh(e,t){const n=e.all(t),r=n.shift(),a=[];if(r){const s={type:"element",tagName:"thead",properties:{},children:e.wrap([r],!0)};e.patch(t.children[0],s),a.push(s)}if(n.length>0){const s={type:"element",tagName:"tbody",properties:{},children:e.wrap(n,!0)},o=ht(t.children[1]),l=Tr(t.children[t.children.length-1]);o&&l&&(s.position={start:o,end:l}),a.push(s)}const i={type:"element",tagName:"table",properties:{},children:e.wrap(a,!0)};return e.patch(t,i),e.applyData(t,i)}function wh(e,t,n){const r=n?n.children:void 0,i=(r?r.indexOf(t):1)===0?"th":"td",s=n&&n.type==="table"?n.align:void 0,o=s?s.length:t.children.length;let l=-1;const c=[];for(;++l<o;){const f=t.children[l],h={},m=s?s[l]:void 0;m&&(h.align=m);let y={type:"element",tagName:i,properties:h,children:[]};f&&(y.children=e.all(f),e.patch(f,y),y=e.applyData(f,y)),c.push(y)}const d={type:"element",tagName:"tr",properties:{},children:e.wrap(c,!0)};return e.patch(t,d),e.applyData(t,d)}function Oh(e,t){const n={type:"element",tagName:"td",properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}const rs=9,as=32;function Lh(e){const t=String(e),n=/\r?\n|\r/g;let r=n.exec(t),a=0;const i=[];for(;r;)i.push(is(t.slice(a,r.index),a>0,!0),r[0]),a=r.index+r[0].length,r=n.exec(t);return i.push(is(t.slice(a),a>0,!1)),i.join("")}function is(e,t,n){let r=0,a=e.length;if(t){let i=e.codePointAt(r);for(;i===rs||i===as;)r++,i=e.codePointAt(r)}if(n){let i=e.codePointAt(a-1);for(;i===rs||i===as;)a--,i=e.codePointAt(a-1)}return a>r?e.slice(r,a):""}function Rh(e,t){const n={type:"text",value:Lh(String(t.value))};return e.patch(t,n),e.applyData(t,n)}function Dh(e,t){const n={type:"element",tagName:"hr",properties:{},children:[]};return e.patch(t,n),e.applyData(t,n)}const Ph={blockquote:lh,break:ch,code:dh,delete:fh,emphasis:hh,footnoteReference:mh,heading:ph,html:Eh,imageReference:gh,image:bh,inlineCode:Th,linkReference:yh,link:xh,listItem:Ah,list:Sh,paragraph:Ch,root:Ih,strong:Nh,table:vh,tableCell:Oh,tableRow:wh,text:Rh,thematicBreak:Dh,toml:Vn,yaml:Vn,definition:Vn,footnoteDefinition:Vn};function Vn(){}const ho=-1,xr=0,rr=1,ar=2,Ka=3,Za=4,Ja=5,ei=6,mo=7,po=8,ss=typeof self=="object"?self:globalThis,kh=(e,t)=>{const n=(a,i)=>(e.set(i,a),a),r=a=>{if(e.has(a))return e.get(a);const[i,s]=t[a];switch(i){case xr:case ho:return n(s,a);case rr:{const o=n([],a);for(const l of s)o.push(r(l));return o}case ar:{const o=n({},a);for(const[l,c]of s)o[r(l)]=r(c);return o}case Ka:return n(new Date(s),a);case Za:{const{source:o,flags:l}=s;return n(new RegExp(o,l),a)}case Ja:{const o=n(new Map,a);for(const[l,c]of s)o.set(r(l),r(c));return o}case ei:{const o=n(new Set,a);for(const l of s)o.add(r(l));return o}case mo:{const{name:o,message:l}=s;return n(new ss[o](l),a)}case po:return n(BigInt(s),a);case"BigInt":return n(Object(BigInt(s)),a)}return n(new ss[i](s),a)};return r},us=e=>kh(new Map,e)(0),Yt="",{toString:Mh}={},{keys:Bh}=Object,fn=e=>{const t=typeof e;if(t!=="object"||!e)return[xr,t];const n=Mh.call(e).slice(8,-1);switch(n){case"Array":return[rr,Yt];case"Object":return[ar,Yt];case"Date":return[Ka,Yt];case"RegExp":return[Za,Yt];case"Map":return[Ja,Yt];case"Set":return[ei,Yt]}return n.includes("Array")?[rr,n]:n.includes("Error")?[mo,n]:[ar,n]},qn=([e,t])=>e===xr&&(t==="function"||t==="symbol"),Fh=(e,t,n,r)=>{const a=(s,o)=>{const l=r.push(s)-1;return n.set(o,l),l},i=s=>{if(n.has(s))return n.get(s);let[o,l]=fn(s);switch(o){case xr:{let d=s;switch(l){case"bigint":o=po,d=s.toString();break;case"function":case"symbol":if(e)throw new TypeError("unable to serialize "+l);d=null;break;case"undefined":return a([ho],s)}return a([o,d],s)}case rr:{if(l)return a([l,[...s]],s);const d=[],f=a([o,d],s);for(const h of s)d.push(i(h));return f}case ar:{if(l)switch(l){case"BigInt":return a([l,s.toString()],s);case"Boolean":case"Number":case"String":return a([l,s.valueOf()],s)}if(t&&"toJSON"in s)return i(s.toJSON());const d=[],f=a([o,d],s);for(const h of Bh(s))(e||!qn(fn(s[h])))&&d.push([i(h),i(s[h])]);return f}case Ka:return a([o,s.toISOString()],s);case Za:{const{source:d,flags:f}=s;return a([o,{source:d,flags:f}],s)}case Ja:{const d=[],f=a([o,d],s);for(const[h,m]of s)(e||!(qn(fn(h))||qn(fn(m))))&&d.push([i(h),i(m)]);return f}case ei:{const d=[],f=a([o,d],s);for(const h of s)(e||!qn(fn(h)))&&d.push(i(h));return f}}const{message:c}=s;return a([o,{name:l,message:c}],s)};return i},os=(e,{json:t,lossy:n}={})=>{const r=[];return Fh(!(t||n),!!t,new Map,r)(e),r},en=typeof structuredClone=="function"?(e,t)=>t&&("json"in t||"lossy"in t)?us(os(e,t)):structuredClone(e):(e,t)=>us(os(e,t));function Hh(e,t){const n=[{type:"text",value:"↩"}];return t>1&&n.push({type:"element",tagName:"sup",properties:{},children:[{type:"text",value:String(t)}]}),n}function Uh(e,t){return"Back to reference "+(e+1)+(t>1?"-"+t:"")}function jh(e){const t=typeof e.options.clobberPrefix=="string"?e.options.clobberPrefix:"user-content-",n=e.options.footnoteBackContent||Hh,r=e.options.footnoteBackLabel||Uh,a=e.options.footnoteLabel||"Footnotes",i=e.options.footnoteLabelTagName||"h2",s=e.options.footnoteLabelProperties||{className:["sr-only"]},o=[];let l=-1;for(;++l<e.footnoteOrder.length;){const c=e.footnoteById.get(e.footnoteOrder[l]);if(!c)continue;const d=e.all(c),f=String(c.identifier).toUpperCase(),h=an(f.toLowerCase());let m=0;const y=[],x=e.footnoteCounts.get(f);for(;x!==void 0&&++m<=x;){y.length>0&&y.push({type:"text",value:" "});let R=typeof n=="string"?n:n(l,m);typeof R=="string"&&(R={type:"text",value:R}),y.push({type:"element",tagName:"a",properties:{href:"#"+t+"fnref-"+h+(m>1?"-"+m:""),dataFootnoteBackref:"",ariaLabel:typeof r=="string"?r:r(l,m),className:["data-footnote-backref"]},children:Array.isArray(R)?R:[R]})}const L=d[d.length-1];if(L&&L.type==="element"&&L.tagName==="p"){const R=L.children[L.children.length-1];R&&R.type==="text"?R.value+=" ":L.children.push({type:"text",value:" "}),L.children.push(...y)}else d.push(...y);const _={type:"element",tagName:"li",properties:{id:t+"fn-"+h},children:e.wrap(d,!0)};e.patch(c,_),o.push(_)}if(o.length!==0)return{type:"element",tagName:"section",properties:{dataFootnotes:!0,className:["footnotes"]},children:[{type:"element",tagName:i,properties:{...en(s),id:"footnote-label"},children:[{type:"text",value:a}]},{type:"text",value:`
55
55
  `},{type:"element",tagName:"ol",properties:{},children:e.wrap(o,!0)},{type:"text",value:`
56
- `}]}}const bo=(function(e){if(e==null)return Gh;if(typeof e=="function")return Ar(e);if(typeof e=="object")return Array.isArray(e)?$h(e):zh(e);if(typeof e=="string")return Yh(e);throw new Error("Expected function, string, or object as test")});function $h(e){const t=[];let n=-1;for(;++n<e.length;)t[n]=bo(e[n]);return Ar(r);function r(...a){let i=-1;for(;++i<t.length;)if(t[i].apply(this,a))return!0;return!1}}function zh(e){const t=e;return Ar(n);function n(r){const a=r;let i;for(i in e)if(a[i]!==t[i])return!1;return!0}}function Yh(e){return Ar(t);function t(n){return n&&n.type===e}}function Ar(e){return t;function t(n,r,a){return!!(Vh(n)&&e.call(this,n,typeof r=="number"?r:void 0,a||void 0))}}function Gh(){return!0}function Vh(e){return e!==null&&typeof e=="object"&&"type"in e}const Eo=[],qh=!0,ls=!1,Wh="skip";function Xh(e,t,n,r){let a;typeof t=="function"&&typeof n!="function"?(r=n,n=t):a=t;const i=bo(a),s=r?-1:1;o(e,void 0,[])();function o(l,c,d){const f=l&&typeof l=="object"?l:{};if(typeof f.type=="string"){const h=typeof f.tagName=="string"?f.tagName:typeof f.name=="string"?f.name:void 0;Object.defineProperty(m,"name",{value:"node ("+(l.type+(h?"<"+h+">":""))+")"})}return m;function m(){let h=Eo,y,x,L;if((!t||i(l,c,d[d.length-1]||void 0))&&(h=Qh(n(l,d)),h[0]===ls))return h;if("children"in l&&l.children){const _=l;if(_.children&&h[0]!==Wh)for(x=(r?_.children.length:-1)+s,L=d.concat(_);x>-1&&x<_.children.length;){const R=_.children[x];if(y=o(R,x,L)(),y[0]===ls)return y;x=typeof y[1]=="number"?y[1]:x+s}}return h}}}function Qh(e){return Array.isArray(e)?e:typeof e=="number"?[qh,e]:e==null?Eo:[e]}function ti(e,t,n,r){let a,i,s;typeof t=="function"&&typeof n!="function"?(i=void 0,s=t,a=n):(i=t,s=n,a=r),Xh(e,i,o,a);function o(l,c){const d=c[c.length-1],f=d?d.children.indexOf(l):void 0;return s(l,f,d)}}const _a={}.hasOwnProperty,Kh={};function Zh(e,t){const n=t||Kh,r=new Map,a=new Map,i=new Map,s={...Dh,...n.handlers},o={all:c,applyData:em,definitionById:r,footnoteById:a,footnoteCounts:i,footnoteOrder:[],handlers:s,one:l,options:n,patch:Jh,wrap:nm};return ti(e,function(d){if(d.type==="definition"||d.type==="footnoteDefinition"){const f=d.type==="definition"?r:a,m=String(d.identifier).toUpperCase();f.has(m)||f.set(m,d)}}),o;function l(d,f){const m=d.type,h=o.handlers[m];if(_a.call(o.handlers,m)&&h)return h(o,d,f);if(o.options.passThrough&&o.options.passThrough.includes(m)){if("children"in d){const{children:x,...L}=d,_=en(L);return _.children=o.all(d),_}return en(d)}return(o.options.unknownHandler||tm)(o,d,f)}function c(d){const f=[];if("children"in d){const m=d.children;let h=-1;for(;++h<m.length;){const y=o.one(m[h],d);if(y){if(h&&m[h-1].type==="break"&&(!Array.isArray(y)&&y.type==="text"&&(y.value=cs(y.value)),!Array.isArray(y)&&y.type==="element")){const x=y.children[0];x&&x.type==="text"&&(x.value=cs(x.value))}Array.isArray(y)?f.push(...y):f.push(y)}}}return f}}function Jh(e,t){e.position&&(t.position=Dd(e))}function em(e,t){let n=t;if(e&&e.data){const r=e.data.hName,a=e.data.hChildren,i=e.data.hProperties;if(typeof r=="string")if(n.type==="element")n.tagName=r;else{const s="children"in n?n.children:[n];n={type:"element",tagName:r,properties:{},children:s}}n.type==="element"&&i&&Object.assign(n.properties,en(i)),"children"in n&&n.children&&a!==null&&a!==void 0&&(n.children=a)}return n}function tm(e,t){const n=t.data||{},r="value"in t&&!(_a.call(n,"hProperties")||_a.call(n,"hChildren"))?{type:"text",value:t.value}:{type:"element",tagName:"div",properties:{},children:e.all(t)};return e.patch(t,r),e.applyData(t,r)}function nm(e,t){const n=[];let r=-1;for(t&&n.push({type:"text",value:`
56
+ `}]}}const Eo=(function(e){if(e==null)return Gh;if(typeof e=="function")return Ar(e);if(typeof e=="object")return Array.isArray(e)?$h(e):zh(e);if(typeof e=="string")return Yh(e);throw new Error("Expected function, string, or object as test")});function $h(e){const t=[];let n=-1;for(;++n<e.length;)t[n]=Eo(e[n]);return Ar(r);function r(...a){let i=-1;for(;++i<t.length;)if(t[i].apply(this,a))return!0;return!1}}function zh(e){const t=e;return Ar(n);function n(r){const a=r;let i;for(i in e)if(a[i]!==t[i])return!1;return!0}}function Yh(e){return Ar(t);function t(n){return n&&n.type===e}}function Ar(e){return t;function t(n,r,a){return!!(Vh(n)&&e.call(this,n,typeof r=="number"?r:void 0,a||void 0))}}function Gh(){return!0}function Vh(e){return e!==null&&typeof e=="object"&&"type"in e}const go=[],qh=!0,ls=!1,Wh="skip";function Xh(e,t,n,r){let a;typeof t=="function"&&typeof n!="function"?(r=n,n=t):a=t;const i=Eo(a),s=r?-1:1;o(e,void 0,[])();function o(l,c,d){const f=l&&typeof l=="object"?l:{};if(typeof f.type=="string"){const m=typeof f.tagName=="string"?f.tagName:typeof f.name=="string"?f.name:void 0;Object.defineProperty(h,"name",{value:"node ("+(l.type+(m?"<"+m+">":""))+")"})}return h;function h(){let m=go,y,x,L;if((!t||i(l,c,d[d.length-1]||void 0))&&(m=Qh(n(l,d)),m[0]===ls))return m;if("children"in l&&l.children){const _=l;if(_.children&&m[0]!==Wh)for(x=(r?_.children.length:-1)+s,L=d.concat(_);x>-1&&x<_.children.length;){const R=_.children[x];if(y=o(R,x,L)(),y[0]===ls)return y;x=typeof y[1]=="number"?y[1]:x+s}}return m}}}function Qh(e){return Array.isArray(e)?e:typeof e=="number"?[qh,e]:e==null?go:[e]}function ti(e,t,n,r){let a,i,s;typeof t=="function"&&typeof n!="function"?(i=void 0,s=t,a=n):(i=t,s=n,a=r),Xh(e,i,o,a);function o(l,c){const d=c[c.length-1],f=d?d.children.indexOf(l):void 0;return s(l,f,d)}}const _a={}.hasOwnProperty,Kh={};function Zh(e,t){const n=t||Kh,r=new Map,a=new Map,i=new Map,s={...Ph,...n.handlers},o={all:c,applyData:em,definitionById:r,footnoteById:a,footnoteCounts:i,footnoteOrder:[],handlers:s,one:l,options:n,patch:Jh,wrap:nm};return ti(e,function(d){if(d.type==="definition"||d.type==="footnoteDefinition"){const f=d.type==="definition"?r:a,h=String(d.identifier).toUpperCase();f.has(h)||f.set(h,d)}}),o;function l(d,f){const h=d.type,m=o.handlers[h];if(_a.call(o.handlers,h)&&m)return m(o,d,f);if(o.options.passThrough&&o.options.passThrough.includes(h)){if("children"in d){const{children:x,...L}=d,_=en(L);return _.children=o.all(d),_}return en(d)}return(o.options.unknownHandler||tm)(o,d,f)}function c(d){const f=[];if("children"in d){const h=d.children;let m=-1;for(;++m<h.length;){const y=o.one(h[m],d);if(y){if(m&&h[m-1].type==="break"&&(!Array.isArray(y)&&y.type==="text"&&(y.value=cs(y.value)),!Array.isArray(y)&&y.type==="element")){const x=y.children[0];x&&x.type==="text"&&(x.value=cs(x.value))}Array.isArray(y)?f.push(...y):f.push(y)}}}return f}}function Jh(e,t){e.position&&(t.position=Pd(e))}function em(e,t){let n=t;if(e&&e.data){const r=e.data.hName,a=e.data.hChildren,i=e.data.hProperties;if(typeof r=="string")if(n.type==="element")n.tagName=r;else{const s="children"in n?n.children:[n];n={type:"element",tagName:r,properties:{},children:s}}n.type==="element"&&i&&Object.assign(n.properties,en(i)),"children"in n&&n.children&&a!==null&&a!==void 0&&(n.children=a)}return n}function tm(e,t){const n=t.data||{},r="value"in t&&!(_a.call(n,"hProperties")||_a.call(n,"hChildren"))?{type:"text",value:t.value}:{type:"element",tagName:"div",properties:{},children:e.all(t)};return e.patch(t,r),e.applyData(t,r)}function nm(e,t){const n=[];let r=-1;for(t&&n.push({type:"text",value:`
57
57
  `});++r<e.length;)r&&n.push({type:"text",value:`
58
58
  `}),n.push(e[r]);return t&&e.length>0&&n.push({type:"text",value:`
59
59
  `}),n}function cs(e){let t=0,n=e.charCodeAt(t);for(;n===9||n===32;)t++,n=e.charCodeAt(t);return e.slice(t)}function ds(e,t){const n=Zh(e,t),r=n.one(e,void 0),a=jh(n),i=Array.isArray(r)?{type:"root",children:r}:r||{type:"root",children:[]};return a&&i.children.push({type:"text",value:`
60
- `},a),i}function rm(e,t){return e&&"run"in e?async function(n,r){const a=ds(n,{file:r,...t});await e.run(a,r)}:function(n,r){return ds(n,{file:r,...t||e})}}function fs(e){if(e)throw e}var jr,hs;function am(){if(hs)return jr;hs=1;var e=Object.prototype.hasOwnProperty,t=Object.prototype.toString,n=Object.defineProperty,r=Object.getOwnPropertyDescriptor,a=function(c){return typeof Array.isArray=="function"?Array.isArray(c):t.call(c)==="[object Array]"},i=function(c){if(!c||t.call(c)!=="[object Object]")return!1;var d=e.call(c,"constructor"),f=c.constructor&&c.constructor.prototype&&e.call(c.constructor.prototype,"isPrototypeOf");if(c.constructor&&!d&&!f)return!1;var m;for(m in c);return typeof m>"u"||e.call(c,m)},s=function(c,d){n&&d.name==="__proto__"?n(c,d.name,{enumerable:!0,configurable:!0,value:d.newValue,writable:!0}):c[d.name]=d.newValue},o=function(c,d){if(d==="__proto__")if(e.call(c,d)){if(r)return r(c,d).value}else return;return c[d]};return jr=function l(){var c,d,f,m,h,y,x=arguments[0],L=1,_=arguments.length,R=!1;for(typeof x=="boolean"&&(R=x,x=arguments[1]||{},L=2),(x==null||typeof x!="object"&&typeof x!="function")&&(x={});L<_;++L)if(c=arguments[L],c!=null)for(d in c)f=o(x,d),m=o(c,d),x!==m&&(R&&m&&(i(m)||(h=a(m)))?(h?(h=!1,y=f&&a(f)?f:[]):y=f&&i(f)?f:{},s(x,{name:d,newValue:l(R,y,m)})):typeof m<"u"&&s(x,{name:d,newValue:m}));return x},jr}var im=am();const $r=Ba(im);function Sa(e){if(typeof e!="object"||e===null)return!1;const t=Object.getPrototypeOf(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)}function sm(){const e=[],t={run:n,use:r};return t;function n(...a){let i=-1;const s=a.pop();if(typeof s!="function")throw new TypeError("Expected function as last argument, not "+s);o(null,...a);function o(l,...c){const d=e[++i];let f=-1;if(l){s(l);return}for(;++f<a.length;)(c[f]===null||c[f]===void 0)&&(c[f]=a[f]);a=c,d?um(d,o)(...c):s(null,...c)}}function r(a){if(typeof a!="function")throw new TypeError("Expected `middelware` to be a function, not "+a);return e.push(a),t}}function um(e,t){let n;return r;function r(...s){const o=e.length>s.length;let l;o&&s.push(a);try{l=e.apply(this,s)}catch(c){const d=c;if(o&&n)throw d;return a(d)}o||(l&&l.then&&typeof l.then=="function"?l.then(i,a):l instanceof Error?a(l):i(l))}function a(s,...o){n||(n=!0,t(s,...o))}function i(s){a(null,s)}}const at={basename:om,dirname:lm,extname:cm,join:dm,sep:"/"};function om(e,t){if(t!==void 0&&typeof t!="string")throw new TypeError('"ext" argument must be a string');Fn(e);let n=0,r=-1,a=e.length,i;if(t===void 0||t.length===0||t.length>e.length){for(;a--;)if(e.codePointAt(a)===47){if(i){n=a+1;break}}else r<0&&(i=!0,r=a+1);return r<0?"":e.slice(n,r)}if(t===e)return"";let s=-1,o=t.length-1;for(;a--;)if(e.codePointAt(a)===47){if(i){n=a+1;break}}else s<0&&(i=!0,s=a+1),o>-1&&(e.codePointAt(a)===t.codePointAt(o--)?o<0&&(r=a):(o=-1,r=s));return n===r?r=s:r<0&&(r=e.length),e.slice(n,r)}function lm(e){if(Fn(e),e.length===0)return".";let t=-1,n=e.length,r;for(;--n;)if(e.codePointAt(n)===47){if(r){t=n;break}}else r||(r=!0);return t<0?e.codePointAt(0)===47?"/":".":t===1&&e.codePointAt(0)===47?"//":e.slice(0,t)}function cm(e){Fn(e);let t=e.length,n=-1,r=0,a=-1,i=0,s;for(;t--;){const o=e.codePointAt(t);if(o===47){if(s){r=t+1;break}continue}n<0&&(s=!0,n=t+1),o===46?a<0?a=t:i!==1&&(i=1):a>-1&&(i=-1)}return a<0||n<0||i===0||i===1&&a===n-1&&a===r+1?"":e.slice(a,n)}function dm(...e){let t=-1,n;for(;++t<e.length;)Fn(e[t]),e[t]&&(n=n===void 0?e[t]:n+"/"+e[t]);return n===void 0?".":fm(n)}function fm(e){Fn(e);const t=e.codePointAt(0)===47;let n=hm(e,!t);return n.length===0&&!t&&(n="."),n.length>0&&e.codePointAt(e.length-1)===47&&(n+="/"),t?"/"+n:n}function hm(e,t){let n="",r=0,a=-1,i=0,s=-1,o,l;for(;++s<=e.length;){if(s<e.length)o=e.codePointAt(s);else{if(o===47)break;o=47}if(o===47){if(!(a===s-1||i===1))if(a!==s-1&&i===2){if(n.length<2||r!==2||n.codePointAt(n.length-1)!==46||n.codePointAt(n.length-2)!==46){if(n.length>2){if(l=n.lastIndexOf("/"),l!==n.length-1){l<0?(n="",r=0):(n=n.slice(0,l),r=n.length-1-n.lastIndexOf("/")),a=s,i=0;continue}}else if(n.length>0){n="",r=0,a=s,i=0;continue}}t&&(n=n.length>0?n+"/..":"..",r=2)}else n.length>0?n+="/"+e.slice(a+1,s):n=e.slice(a+1,s),r=s-a-1;a=s,i=0}else o===46&&i>-1?i++:i=-1}return n}function Fn(e){if(typeof e!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(e))}const mm={cwd:pm};function pm(){return"/"}function Ca(e){return!!(e!==null&&typeof e=="object"&&"href"in e&&e.href&&"protocol"in e&&e.protocol&&e.auth===void 0)}function bm(e){if(typeof e=="string")e=new URL(e);else if(!Ca(e)){const t=new TypeError('The "path" argument must be of type string or an instance of URL. Received `'+e+"`");throw t.code="ERR_INVALID_ARG_TYPE",t}if(e.protocol!=="file:"){const t=new TypeError("The URL must be of scheme file");throw t.code="ERR_INVALID_URL_SCHEME",t}return Em(e)}function Em(e){if(e.hostname!==""){const r=new TypeError('File URL host must be "localhost" or empty on darwin');throw r.code="ERR_INVALID_FILE_URL_HOST",r}const t=e.pathname;let n=-1;for(;++n<t.length;)if(t.codePointAt(n)===37&&t.codePointAt(n+1)===50){const r=t.codePointAt(n+2);if(r===70||r===102){const a=new TypeError("File URL path must not include encoded / characters");throw a.code="ERR_INVALID_FILE_URL_PATH",a}}return decodeURIComponent(t)}const zr=["history","path","basename","stem","extname","dirname"];class go{constructor(t){let n;t?Ca(t)?n={path:t}:typeof t=="string"||gm(t)?n={value:t}:n=t:n={},this.cwd=mm.cwd(),this.data={},this.history=[],this.messages=[],this.value,this.map,this.result,this.stored;let r=-1;for(;++r<zr.length;){const i=zr[r];i in n&&n[i]!==void 0&&n[i]!==null&&(this[i]=i==="history"?[...n[i]]:n[i])}let a;for(a in n)zr.includes(a)||(this[a]=n[a])}get basename(){return typeof this.path=="string"?at.basename(this.path):void 0}set basename(t){Gr(t,"basename"),Yr(t,"basename"),this.path=at.join(this.dirname||"",t)}get dirname(){return typeof this.path=="string"?at.dirname(this.path):void 0}set dirname(t){ms(this.basename,"dirname"),this.path=at.join(t||"",this.basename)}get extname(){return typeof this.path=="string"?at.extname(this.path):void 0}set extname(t){if(Yr(t,"extname"),ms(this.dirname,"extname"),t){if(t.codePointAt(0)!==46)throw new Error("`extname` must start with `.`");if(t.includes(".",1))throw new Error("`extname` cannot contain multiple dots")}this.path=at.join(this.dirname,this.stem+(t||""))}get path(){return this.history[this.history.length-1]}set path(t){Ca(t)&&(t=bm(t)),Gr(t,"path"),this.path!==t&&this.history.push(t)}get stem(){return typeof this.path=="string"?at.basename(this.path,this.extname):void 0}set stem(t){Gr(t,"stem"),Yr(t,"stem"),this.path=at.join(this.dirname||"",t+(this.extname||""))}fail(t,n,r){const a=this.message(t,n,r);throw a.fatal=!0,a}info(t,n,r){const a=this.message(t,n,r);return a.fatal=void 0,a}message(t,n,r){const a=new Be(t,n,r);return this.path&&(a.name=this.path+":"+a.name,a.file=this.path),a.fatal=!1,this.messages.push(a),a}toString(t){return this.value===void 0?"":typeof this.value=="string"?this.value:new TextDecoder(t||void 0).decode(this.value)}}function Yr(e,t){if(e&&e.includes(at.sep))throw new Error("`"+t+"` cannot be a path: did not expect `"+at.sep+"`")}function Gr(e,t){if(!e)throw new Error("`"+t+"` cannot be empty")}function ms(e,t){if(!e)throw new Error("Setting `"+t+"` requires `path` to be set too")}function gm(e){return!!(e&&typeof e=="object"&&"byteLength"in e&&"byteOffset"in e)}const Tm=(function(e){const r=this.constructor.prototype,a=r[e],i=function(){return a.apply(i,arguments)};Object.setPrototypeOf(i,r);const s=Object.getOwnPropertyNames(a);for(const o of s){const l=Object.getOwnPropertyDescriptor(a,o);l&&Object.defineProperty(i,o,l)}return i}),ym={}.hasOwnProperty;class ni extends Tm{constructor(){super("copy"),this.Compiler=void 0,this.Parser=void 0,this.attachers=[],this.compiler=void 0,this.freezeIndex=-1,this.frozen=void 0,this.namespace={},this.parser=void 0,this.transformers=sm()}copy(){const t=new ni;let n=-1;for(;++n<this.attachers.length;){const r=this.attachers[n];t.use(...r)}return t.data($r(!0,{},this.namespace)),t}data(t,n){return typeof t=="string"?arguments.length===2?(Wr("data",this.frozen),this.namespace[t]=n,this):ym.call(this.namespace,t)&&this.namespace[t]||void 0:t?(Wr("data",this.frozen),this.namespace=t,this):this.namespace}freeze(){if(this.frozen)return this;const t=this;for(;++this.freezeIndex<this.attachers.length;){const[n,...r]=this.attachers[this.freezeIndex];if(r[0]===!1)continue;r[0]===!0&&(r[0]=void 0);const a=n.call(t,...r);typeof a=="function"&&this.transformers.use(a)}return this.frozen=!0,this.freezeIndex=Number.POSITIVE_INFINITY,this}parse(t){this.freeze();const n=Wn(t),r=this.parser||this.Parser;return Vr("parse",r),r(String(n),n)}process(t,n){const r=this;return this.freeze(),Vr("process",this.parser||this.Parser),qr("process",this.compiler||this.Compiler),n?a(void 0,n):new Promise(a);function a(i,s){const o=Wn(t),l=r.parse(o);r.run(l,o,function(d,f,m){if(d||!f||!m)return c(d);const h=f,y=r.stringify(h,m);_m(y)?m.value=y:m.result=y,c(d,m)});function c(d,f){d||!f?s(d):i?i(f):n(void 0,f)}}}processSync(t){let n=!1,r;return this.freeze(),Vr("processSync",this.parser||this.Parser),qr("processSync",this.compiler||this.Compiler),this.process(t,a),bs("processSync","process",n),r;function a(i,s){n=!0,fs(i),r=s}}run(t,n,r){ps(t),this.freeze();const a=this.transformers;return!r&&typeof n=="function"&&(r=n,n=void 0),r?i(void 0,r):new Promise(i);function i(s,o){const l=Wn(n);a.run(t,l,c);function c(d,f,m){const h=f||t;d?o(d):s?s(h):r(void 0,h,m)}}}runSync(t,n){let r=!1,a;return this.run(t,n,i),bs("runSync","run",r),a;function i(s,o){fs(s),a=o,r=!0}}stringify(t,n){this.freeze();const r=Wn(n),a=this.compiler||this.Compiler;return qr("stringify",a),ps(t),a(t,r)}use(t,...n){const r=this.attachers,a=this.namespace;if(Wr("use",this.frozen),t!=null)if(typeof t=="function")l(t,n);else if(typeof t=="object")Array.isArray(t)?o(t):s(t);else throw new TypeError("Expected usable value, not `"+t+"`");return this;function i(c){if(typeof c=="function")l(c,[]);else if(typeof c=="object")if(Array.isArray(c)){const[d,...f]=c;l(d,f)}else s(c);else throw new TypeError("Expected usable value, not `"+c+"`")}function s(c){if(!("plugins"in c)&&!("settings"in c))throw new Error("Expected usable value but received an empty preset, which is probably a mistake: presets typically come with `plugins` and sometimes with `settings`, but this has neither");o(c.plugins),c.settings&&(a.settings=$r(!0,a.settings,c.settings))}function o(c){let d=-1;if(c!=null)if(Array.isArray(c))for(;++d<c.length;){const f=c[d];i(f)}else throw new TypeError("Expected a list of plugins, not `"+c+"`")}function l(c,d){let f=-1,m=-1;for(;++f<r.length;)if(r[f][0]===c){m=f;break}if(m===-1)r.push([c,...d]);else if(d.length>0){let[h,...y]=d;const x=r[m][1];Sa(x)&&Sa(h)&&(h=$r(!0,x,h)),r[m]=[c,h,...y]}}}}const xm=new ni().freeze();function Vr(e,t){if(typeof t!="function")throw new TypeError("Cannot `"+e+"` without `parser`")}function qr(e,t){if(typeof t!="function")throw new TypeError("Cannot `"+e+"` without `compiler`")}function Wr(e,t){if(t)throw new Error("Cannot call `"+e+"` on a frozen processor.\nCreate a new processor first, by calling it: use `processor()` instead of `processor`.")}function ps(e){if(!Sa(e)||typeof e.type!="string")throw new TypeError("Expected node, got `"+e+"`")}function bs(e,t,n){if(!n)throw new Error("`"+e+"` finished async. Use `"+t+"` instead")}function Wn(e){return Am(e)?e:new go(e)}function Am(e){return!!(e&&typeof e=="object"&&"message"in e&&"messages"in e)}function _m(e){return typeof e=="string"||Sm(e)}function Sm(e){return!!(e&&typeof e=="object"&&"byteLength"in e&&"byteOffset"in e)}const Cm="https://github.com/remarkjs/react-markdown/blob/main/changelog.md",Es=[],gs={allowDangerousHtml:!0},Im=/^(https?|ircs?|mailto|xmpp)$/i,Nm=[{from:"astPlugins",id:"remove-buggy-html-in-markdown-parser"},{from:"allowDangerousHtml",id:"remove-buggy-html-in-markdown-parser"},{from:"allowNode",id:"replace-allownode-allowedtypes-and-disallowedtypes",to:"allowElement"},{from:"allowedTypes",id:"replace-allownode-allowedtypes-and-disallowedtypes",to:"allowedElements"},{from:"disallowedTypes",id:"replace-allownode-allowedtypes-and-disallowedtypes",to:"disallowedElements"},{from:"escapeHtml",id:"remove-buggy-html-in-markdown-parser"},{from:"includeElementIndex",id:"#remove-includeelementindex"},{from:"includeNodeIndex",id:"change-includenodeindex-to-includeelementindex"},{from:"linkTarget",id:"remove-linktarget"},{from:"plugins",id:"change-plugins-to-remarkplugins",to:"remarkPlugins"},{from:"rawSourcePos",id:"#remove-rawsourcepos"},{from:"renderers",id:"change-renderers-to-components",to:"components"},{from:"source",id:"change-source-to-children",to:"children"},{from:"sourcePos",id:"#remove-sourcepos"},{from:"transformImageUri",id:"#add-urltransform",to:"urlTransform"},{from:"transformLinkUri",id:"#add-urltransform",to:"urlTransform"}];function To(e){const t=e.allowedElements,n=e.allowElement,r=e.children||"",a=e.className,i=e.components,s=e.disallowedElements,o=e.rehypePlugins||Es,l=e.remarkPlugins||Es,c=e.remarkRehypeOptions?{...e.remarkRehypeOptions,...gs}:gs,d=e.skipHtml,f=e.unwrapDisallowed,m=e.urlTransform||vm,h=xm().use(oh).use(l).use(rm,c).use(o),y=new go;typeof r=="string"&&(y.value=r);for(const R of Nm)Object.hasOwn(e,R.from)&&(""+R.from+(R.to?"use `"+R.to+"` instead":"remove it")+Cm+R.id,void 0);const x=h.parse(y);let L=h.runSync(x,y);return a&&(L={type:"element",tagName:"div",properties:{className:a},children:L.type==="root"?L.children:[L]}),ti(L,_),Ud(L,{Fragment:N.Fragment,components:i,ignoreInvalidStyle:!0,jsx:N.jsx,jsxs:N.jsxs,passKeys:!0,passNode:!0});function _(R,O,U){if(R.type==="raw"&&U&&typeof O=="number")return d?U.children.splice(O,1):U.children[O]={type:"text",value:R.value},O;if(R.type==="element"){let S;for(S in Fr)if(Object.hasOwn(Fr,S)&&Object.hasOwn(R.properties,S)){const w=R.properties[S],Q=Fr[S];(Q===null||Q.includes(R.tagName))&&(R.properties[S]=m(String(w||""),S,R))}}if(R.type==="element"){let S=t?!t.includes(R.tagName):s?s.includes(R.tagName):!1;if(!S&&n&&typeof O=="number"&&(S=!n(R,O,U)),S&&U&&typeof O=="number")return f&&R.children?U.children.splice(O,1,...R.children):U.children.splice(O,1),O}}}function vm(e){const t=e.indexOf(":"),n=e.indexOf("?"),r=e.indexOf("#"),a=e.indexOf("/");return t<0||a>-1&&t>a||n>-1&&t>n||r>-1&&t>r||Im.test(e.slice(0,t))?e:""}const Ts=/[#.]/g;function wm(e,t){const n=e||"",r={};let a=0,i,s;for(;a<n.length;){Ts.lastIndex=a;const o=Ts.exec(n),l=n.slice(a,o?o.index:n.length);l&&(i?i==="#"?r.id=l:Array.isArray(r.className)?r.className.push(l):r.className=[l]:s=l,a+=l.length),o&&(i=o[0],a++)}return{type:"element",tagName:s||t||"div",properties:r,children:[]}}const Om=new Set(["button","menu","reset","submit"]),Ia={}.hasOwnProperty;function yo(e,t,n){const r=n&&Dm(n);function a(i,s,...o){let l=-1,c;if(i==null){c={type:"root",children:[]};const d=s;o.unshift(d)}else if(c=wm(i,t),c.tagName=c.tagName.toLowerCase(),r&&Ia.call(r,c.tagName)&&(c.tagName=r[c.tagName]),Lm(s,c.tagName)){let d;for(d in s)Ia.call(s,d)&&Rm(e,c.properties,d,s[d])}else o.unshift(s);for(;++l<o.length;)Na(c.children,o[l]);return c.type==="element"&&c.tagName==="template"&&(c.content={type:"root",children:c.children},c.children=[]),c}return a}function Lm(e,t){return e==null||typeof e!="object"||Array.isArray(e)?!1:t==="input"||!e.type||typeof e.type!="string"?!0:"children"in e&&Array.isArray(e.children)?!1:t==="button"?Om.has(e.type.toLowerCase()):!("value"in e)}function Rm(e,t,n,r){const a=gr(e,n);let i=-1,s;if(r!=null){if(typeof r=="number"){if(Number.isNaN(r))return;s=r}else typeof r=="boolean"?s=r:typeof r=="string"?a.spaceSeparated?s=Hi(r):a.commaSeparated?s=Di(r):a.commaOrSpaceSeparated?s=Hi(Di(r).join(" ")):s=ys(a,a.property,r):Array.isArray(r)?s=r.concat():s=a.property==="style"?Pm(r):String(r);if(Array.isArray(s)){const o=[];for(;++i<s.length;){const l=ys(a,a.property,s[i]);o[i]=l}s=o}if(a.property==="className"&&Array.isArray(t.className)){const o=s;s=t.className.concat(o)}t[a.property]=s}}function Na(e,t){let n=-1;if(t!=null)if(typeof t=="string"||typeof t=="number")e.push({type:"text",value:String(t)});else if(Array.isArray(t))for(;++n<t.length;)Na(e,t[n]);else if(typeof t=="object"&&"type"in t)t.type==="root"?Na(e,t.children):e.push(t);else throw new Error("Expected node, nodes, or string, got `"+t+"`")}function ys(e,t,n){if(typeof n=="string"){if(e.number&&n&&!Number.isNaN(Number(n)))return Number(n);if((e.boolean||e.overloadedBoolean)&&(n===""||vn(n)===vn(t)))return!0}return n}function Pm(e){const t=[];let n;for(n in e)Ia.call(e,n)&&t.push([n,e[n]].join(": "));return t.join("; ")}function Dm(e){const t={};let n=-1;for(;++n<e.length;)t[e[n].toLowerCase()]=e[n];return t}const km=["altGlyph","altGlyphDef","altGlyphItem","animateColor","animateMotion","animateTransform","clipPath","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","foreignObject","glyphRef","linearGradient","radialGradient","solidColor","textArea","textPath"],Mm=yo(Bn,"div"),Bm=yo(_t,"g",km);function Fm(e){const t=String(e),n=[];return{toOffset:a,toPoint:r};function r(i){if(typeof i=="number"&&i>-1&&i<=t.length){let s=0;for(;;){let o=n[s];if(o===void 0){const l=xs(t,n[s-1]);o=l===-1?t.length+1:l+1,n[s]=o}if(o>i)return{line:s+1,column:i-(s>0?n[s-1]:0)+1,offset:i};s++}}}function a(i){if(i&&typeof i.line=="number"&&typeof i.column=="number"&&!Number.isNaN(i.line)&&!Number.isNaN(i.column)){for(;n.length<i.line;){const o=n[n.length-1],l=xs(t,o),c=l===-1?t.length+1:l+1;if(o===c)break;n.push(c)}const s=(i.line>1?n[i.line-2]:0)+i.column-1;if(s<n[i.line-1])return s}}}function xs(e,t){const n=e.indexOf("\r",t),r=e.indexOf(`
61
- `,t);return r===-1?n:n===-1||n+1===r?r:n<r?n:r}const Pt={html:"http://www.w3.org/1999/xhtml",mathml:"http://www.w3.org/1998/Math/MathML",svg:"http://www.w3.org/2000/svg",xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"},xo={}.hasOwnProperty,Hm=Object.prototype;function Um(e,t){const n=t||{};return ri({file:n.file||void 0,location:!1,schema:n.space==="svg"?_t:Bn,verbose:n.verbose||!1},e)}function ri(e,t){let n;switch(t.nodeName){case"#comment":{const r=t;return n={type:"comment",value:r.data},tr(e,r,n),n}case"#document":case"#document-fragment":{const r=t,a="mode"in r?r.mode==="quirks"||r.mode==="limited-quirks":!1;if(n={type:"root",children:Ao(e,t.childNodes),data:{quirksMode:a}},e.file&&e.location){const i=String(e.file),s=Fm(i),o=s.toPoint(0),l=s.toPoint(i.length);n.position={start:o,end:l}}return n}case"#documentType":{const r=t;return n={type:"doctype"},tr(e,r,n),n}case"#text":{const r=t;return n={type:"text",value:r.value},tr(e,r,n),n}default:return n=jm(e,t),n}}function Ao(e,t){let n=-1;const r=[];for(;++n<t.length;){const a=ri(e,t[n]);r.push(a)}return r}function jm(e,t){const n=e.schema;e.schema=t.namespaceURI===Pt.svg?_t:Bn;let r=-1;const a={};for(;++r<t.attrs.length;){const o=t.attrs[r],l=(o.prefix?o.prefix+":":"")+o.name;xo.call(Hm,l)||(a[l]=o.value)}const s=(e.schema.space==="svg"?Bm:Mm)(t.tagName,a,Ao(e,t.childNodes));if(tr(e,t,s),s.tagName==="template"){const o=t,l=o.sourceCodeLocation,c=l&&l.startTag&&Xt(l.startTag),d=l&&l.endTag&&Xt(l.endTag),f=ri(e,o.content);c&&d&&e.file&&(f.position={start:c.end,end:d.start}),s.content=f}return e.schema=n,s}function tr(e,t,n){if("sourceCodeLocation"in t&&t.sourceCodeLocation&&e.file){const r=$m(e,n,t.sourceCodeLocation);r&&(e.location=!0,n.position=r)}}function $m(e,t,n){const r=Xt(n);if(t.type==="element"){const a=t.children[t.children.length-1];if(r&&!n.endTag&&a&&a.position&&a.position.end&&(r.end=Object.assign({},a.position.end)),e.verbose){const i={};let s;if(n.attrs)for(s in n.attrs)xo.call(n.attrs,s)&&(i[gr(e.schema,s).property]=Xt(n.attrs[s]));n.startTag;const o=Xt(n.startTag),l=n.endTag?Xt(n.endTag):void 0,c={opening:o};l&&(c.closing=l),c.properties=i,t.data={position:c}}}return r}function Xt(e){const t=As({line:e.startLine,column:e.startCol,offset:e.startOffset}),n=As({line:e.endLine,column:e.endCol,offset:e.endOffset});return t||n?{start:t,end:n}:void 0}function As(e){return e.line&&e.column?e:void 0}const _s={}.hasOwnProperty;function _o(e,t){const n=t||{};function r(a,...i){let s=r.invalid;const o=r.handlers;if(a&&_s.call(a,e)){const l=String(a[e]);s=_s.call(o,l)?o[l]:r.unknown}if(s)return s.call(this,a,...i)}return r.handlers=n.handlers||{},r.invalid=n.invalid,r.unknown=n.unknown,r}const zm={},Ym={}.hasOwnProperty,So=_o("type",{handlers:{root:Vm,element:Km,text:Xm,comment:Qm,doctype:Wm}});function Gm(e,t){const r=(t||zm).space;return So(e,r==="svg"?_t:Bn)}function Vm(e,t){const n={nodeName:"#document",mode:(e.data||{}).quirksMode?"quirks":"no-quirks",childNodes:[]};return n.childNodes=ai(e.children,n,t),sn(e,n),n}function qm(e,t){const n={nodeName:"#document-fragment",childNodes:[]};return n.childNodes=ai(e.children,n,t),sn(e,n),n}function Wm(e){const t={nodeName:"#documentType",name:"html",publicId:"",systemId:"",parentNode:null};return sn(e,t),t}function Xm(e){const t={nodeName:"#text",value:e.value,parentNode:null};return sn(e,t),t}function Qm(e){const t={nodeName:"#comment",data:e.value,parentNode:null};return sn(e,t),t}function Km(e,t){const n=t;let r=n;e.type==="element"&&e.tagName.toLowerCase()==="svg"&&n.space==="html"&&(r=_t);const a=[];let i;if(e.properties){for(i in e.properties)if(i!=="children"&&Ym.call(e.properties,i)){const l=Zm(r,i,e.properties[i]);l&&a.push(l)}}const s=r.space,o={nodeName:e.tagName,tagName:e.tagName,attrs:a,namespaceURI:Pt[s],childNodes:[],parentNode:null};return o.childNodes=ai(e.children,o,r),sn(e,o),e.tagName==="template"&&e.content&&(o.content=qm(e.content,r)),o}function Zm(e,t,n){const r=gr(e,t);if(n===!1||n===null||n===void 0||typeof n=="number"&&Number.isNaN(n)||!n&&r.boolean)return;Array.isArray(n)&&(n=r.commaSeparated?Mu(n):Gu(n));const a={name:r.attribute,value:n===!0?"":String(n)};if(r.space&&r.space!=="html"&&r.space!=="svg"){const i=a.name.indexOf(":");i<0?a.prefix="":(a.name=a.name.slice(i+1),a.prefix=r.attribute.slice(0,i)),a.namespace=Pt[r.space]}return a}function ai(e,t,n){let r=-1;const a=[];if(e)for(;++r<e.length;){const i=So(e[r],n);i.parentNode=t,a.push(i)}return a}function sn(e,t){const n=e.position;n&&n.start&&n.end&&(n.start.offset,n.end.offset,t.sourceCodeLocation={startLine:n.start.line,startCol:n.start.column,startOffset:n.start.offset,endLine:n.end.line,endCol:n.end.column,endOffset:n.end.offset})}const Jm=["area","base","basefont","bgsound","br","col","command","embed","frame","hr","image","img","input","keygen","link","meta","param","source","track","wbr"],ep=new Set([65534,65535,131070,131071,196606,196607,262142,262143,327678,327679,393214,393215,458750,458751,524286,524287,589822,589823,655358,655359,720894,720895,786430,786431,851966,851967,917502,917503,983038,983039,1048574,1048575,1114110,1114111]),Ie="�";var b;(function(e){e[e.EOF=-1]="EOF",e[e.NULL=0]="NULL",e[e.TABULATION=9]="TABULATION",e[e.CARRIAGE_RETURN=13]="CARRIAGE_RETURN",e[e.LINE_FEED=10]="LINE_FEED",e[e.FORM_FEED=12]="FORM_FEED",e[e.SPACE=32]="SPACE",e[e.EXCLAMATION_MARK=33]="EXCLAMATION_MARK",e[e.QUOTATION_MARK=34]="QUOTATION_MARK",e[e.AMPERSAND=38]="AMPERSAND",e[e.APOSTROPHE=39]="APOSTROPHE",e[e.HYPHEN_MINUS=45]="HYPHEN_MINUS",e[e.SOLIDUS=47]="SOLIDUS",e[e.DIGIT_0=48]="DIGIT_0",e[e.DIGIT_9=57]="DIGIT_9",e[e.SEMICOLON=59]="SEMICOLON",e[e.LESS_THAN_SIGN=60]="LESS_THAN_SIGN",e[e.EQUALS_SIGN=61]="EQUALS_SIGN",e[e.GREATER_THAN_SIGN=62]="GREATER_THAN_SIGN",e[e.QUESTION_MARK=63]="QUESTION_MARK",e[e.LATIN_CAPITAL_A=65]="LATIN_CAPITAL_A",e[e.LATIN_CAPITAL_Z=90]="LATIN_CAPITAL_Z",e[e.RIGHT_SQUARE_BRACKET=93]="RIGHT_SQUARE_BRACKET",e[e.GRAVE_ACCENT=96]="GRAVE_ACCENT",e[e.LATIN_SMALL_A=97]="LATIN_SMALL_A",e[e.LATIN_SMALL_Z=122]="LATIN_SMALL_Z"})(b||(b={}));const je={DASH_DASH:"--",CDATA_START:"[CDATA[",DOCTYPE:"doctype",SCRIPT:"script",PUBLIC:"public",SYSTEM:"system"};function Co(e){return e>=55296&&e<=57343}function tp(e){return e>=56320&&e<=57343}function np(e,t){return(e-55296)*1024+9216+t}function Io(e){return e!==32&&e!==10&&e!==13&&e!==9&&e!==12&&e>=1&&e<=31||e>=127&&e<=159}function No(e){return e>=64976&&e<=65007||ep.has(e)}var I;(function(e){e.controlCharacterInInputStream="control-character-in-input-stream",e.noncharacterInInputStream="noncharacter-in-input-stream",e.surrogateInInputStream="surrogate-in-input-stream",e.nonVoidHtmlElementStartTagWithTrailingSolidus="non-void-html-element-start-tag-with-trailing-solidus",e.endTagWithAttributes="end-tag-with-attributes",e.endTagWithTrailingSolidus="end-tag-with-trailing-solidus",e.unexpectedSolidusInTag="unexpected-solidus-in-tag",e.unexpectedNullCharacter="unexpected-null-character",e.unexpectedQuestionMarkInsteadOfTagName="unexpected-question-mark-instead-of-tag-name",e.invalidFirstCharacterOfTagName="invalid-first-character-of-tag-name",e.unexpectedEqualsSignBeforeAttributeName="unexpected-equals-sign-before-attribute-name",e.missingEndTagName="missing-end-tag-name",e.unexpectedCharacterInAttributeName="unexpected-character-in-attribute-name",e.unknownNamedCharacterReference="unknown-named-character-reference",e.missingSemicolonAfterCharacterReference="missing-semicolon-after-character-reference",e.unexpectedCharacterAfterDoctypeSystemIdentifier="unexpected-character-after-doctype-system-identifier",e.unexpectedCharacterInUnquotedAttributeValue="unexpected-character-in-unquoted-attribute-value",e.eofBeforeTagName="eof-before-tag-name",e.eofInTag="eof-in-tag",e.missingAttributeValue="missing-attribute-value",e.missingWhitespaceBetweenAttributes="missing-whitespace-between-attributes",e.missingWhitespaceAfterDoctypePublicKeyword="missing-whitespace-after-doctype-public-keyword",e.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers="missing-whitespace-between-doctype-public-and-system-identifiers",e.missingWhitespaceAfterDoctypeSystemKeyword="missing-whitespace-after-doctype-system-keyword",e.missingQuoteBeforeDoctypePublicIdentifier="missing-quote-before-doctype-public-identifier",e.missingQuoteBeforeDoctypeSystemIdentifier="missing-quote-before-doctype-system-identifier",e.missingDoctypePublicIdentifier="missing-doctype-public-identifier",e.missingDoctypeSystemIdentifier="missing-doctype-system-identifier",e.abruptDoctypePublicIdentifier="abrupt-doctype-public-identifier",e.abruptDoctypeSystemIdentifier="abrupt-doctype-system-identifier",e.cdataInHtmlContent="cdata-in-html-content",e.incorrectlyOpenedComment="incorrectly-opened-comment",e.eofInScriptHtmlCommentLikeText="eof-in-script-html-comment-like-text",e.eofInDoctype="eof-in-doctype",e.nestedComment="nested-comment",e.abruptClosingOfEmptyComment="abrupt-closing-of-empty-comment",e.eofInComment="eof-in-comment",e.incorrectlyClosedComment="incorrectly-closed-comment",e.eofInCdata="eof-in-cdata",e.absenceOfDigitsInNumericCharacterReference="absence-of-digits-in-numeric-character-reference",e.nullCharacterReference="null-character-reference",e.surrogateCharacterReference="surrogate-character-reference",e.characterReferenceOutsideUnicodeRange="character-reference-outside-unicode-range",e.controlCharacterReference="control-character-reference",e.noncharacterCharacterReference="noncharacter-character-reference",e.missingWhitespaceBeforeDoctypeName="missing-whitespace-before-doctype-name",e.missingDoctypeName="missing-doctype-name",e.invalidCharacterSequenceAfterDoctypeName="invalid-character-sequence-after-doctype-name",e.duplicateAttribute="duplicate-attribute",e.nonConformingDoctype="non-conforming-doctype",e.missingDoctype="missing-doctype",e.misplacedDoctype="misplaced-doctype",e.endTagWithoutMatchingOpenElement="end-tag-without-matching-open-element",e.closingOfElementWithOpenChildElements="closing-of-element-with-open-child-elements",e.disallowedContentInNoscriptInHead="disallowed-content-in-noscript-in-head",e.openElementsLeftAfterEof="open-elements-left-after-eof",e.abandonedHeadElementChild="abandoned-head-element-child",e.misplacedStartTagForHeadElement="misplaced-start-tag-for-head-element",e.nestedNoscriptInHead="nested-noscript-in-head",e.eofInElementThatCanContainOnlyText="eof-in-element-that-can-contain-only-text"})(I||(I={}));const rp=65536;class ap{constructor(t){this.handler=t,this.html="",this.pos=-1,this.lastGapPos=-2,this.gapStack=[],this.skipNextNewLine=!1,this.lastChunkWritten=!1,this.endOfChunkHit=!1,this.bufferWaterline=rp,this.isEol=!1,this.lineStartPos=0,this.droppedBufferSize=0,this.line=1,this.lastErrOffset=-1}get col(){return this.pos-this.lineStartPos+ +(this.lastGapPos!==this.pos)}get offset(){return this.droppedBufferSize+this.pos}getError(t,n){const{line:r,col:a,offset:i}=this,s=a+n,o=i+n;return{code:t,startLine:r,endLine:r,startCol:s,endCol:s,startOffset:o,endOffset:o}}_err(t){this.handler.onParseError&&this.lastErrOffset!==this.offset&&(this.lastErrOffset=this.offset,this.handler.onParseError(this.getError(t,0)))}_addGap(){this.gapStack.push(this.lastGapPos),this.lastGapPos=this.pos}_processSurrogate(t){if(this.pos!==this.html.length-1){const n=this.html.charCodeAt(this.pos+1);if(tp(n))return this.pos++,this._addGap(),np(t,n)}else if(!this.lastChunkWritten)return this.endOfChunkHit=!0,b.EOF;return this._err(I.surrogateInInputStream),t}willDropParsedChunk(){return this.pos>this.bufferWaterline}dropParsedChunk(){this.willDropParsedChunk()&&(this.html=this.html.substring(this.pos),this.lineStartPos-=this.pos,this.droppedBufferSize+=this.pos,this.pos=0,this.lastGapPos=-2,this.gapStack.length=0)}write(t,n){this.html.length>0?this.html+=t:this.html=t,this.endOfChunkHit=!1,this.lastChunkWritten=n}insertHtmlAtCurrentPos(t){this.html=this.html.substring(0,this.pos+1)+t+this.html.substring(this.pos+1),this.endOfChunkHit=!1}startsWith(t,n){if(this.pos+t.length>this.html.length)return this.endOfChunkHit=!this.lastChunkWritten,!1;if(n)return this.html.startsWith(t,this.pos);for(let r=0;r<t.length;r++)if((this.html.charCodeAt(this.pos+r)|32)!==t.charCodeAt(r))return!1;return!0}peek(t){const n=this.pos+t;if(n>=this.html.length)return this.endOfChunkHit=!this.lastChunkWritten,b.EOF;const r=this.html.charCodeAt(n);return r===b.CARRIAGE_RETURN?b.LINE_FEED:r}advance(){if(this.pos++,this.isEol&&(this.isEol=!1,this.line++,this.lineStartPos=this.pos),this.pos>=this.html.length)return this.endOfChunkHit=!this.lastChunkWritten,b.EOF;let t=this.html.charCodeAt(this.pos);return t===b.CARRIAGE_RETURN?(this.isEol=!0,this.skipNextNewLine=!0,b.LINE_FEED):t===b.LINE_FEED&&(this.isEol=!0,this.skipNextNewLine)?(this.line--,this.skipNextNewLine=!1,this._addGap(),this.advance()):(this.skipNextNewLine=!1,Co(t)&&(t=this._processSurrogate(t)),this.handler.onParseError===null||t>31&&t<127||t===b.LINE_FEED||t===b.CARRIAGE_RETURN||t>159&&t<64976||this._checkForProblematicCharacters(t),t)}_checkForProblematicCharacters(t){Io(t)?this._err(I.controlCharacterInInputStream):No(t)&&this._err(I.noncharacterInInputStream)}retreat(t){for(this.pos-=t;this.pos<this.lastGapPos;)this.lastGapPos=this.gapStack.pop(),this.pos--;this.isEol=!1}}var de;(function(e){e[e.CHARACTER=0]="CHARACTER",e[e.NULL_CHARACTER=1]="NULL_CHARACTER",e[e.WHITESPACE_CHARACTER=2]="WHITESPACE_CHARACTER",e[e.START_TAG=3]="START_TAG",e[e.END_TAG=4]="END_TAG",e[e.COMMENT=5]="COMMENT",e[e.DOCTYPE=6]="DOCTYPE",e[e.EOF=7]="EOF",e[e.HIBERNATION=8]="HIBERNATION"})(de||(de={}));function vo(e,t){for(let n=e.attrs.length-1;n>=0;n--)if(e.attrs[n].name===t)return e.attrs[n].value;return null}const wo=new Uint16Array('ᵁ<Õıʊҝջאٵ۞ޢߖࠏ੊ઑඡ๭༉༦჊ረዡᐕᒝᓃᓟᔥ\0\0\0\0\0\0ᕫᛍᦍᰒᷝ὾⁠↰⊍⏀⏻⑂⠤⤒ⴈ⹈⿎〖㊺㘹㞬㣾㨨㩱㫠㬮ࠀEMabcfglmnoprstu\\bfms„‹•˜¦³¹ÈÏlig耻Æ䃆P耻&䀦cute耻Á䃁reve;䄂Āiyx}rc耻Â䃂;䐐r;쀀𝔄rave耻À䃀pha;䎑acr;䄀d;橓Āgp¡on;䄄f;쀀𝔸plyFunction;恡ing耻Å䃅Ācs¾Ãr;쀀𝒜ign;扔ilde耻Ã䃃ml耻Ä䃄ЀaceforsuåûþėĜĢħĪĀcrêòkslash;或Ŷöø;櫧ed;挆y;䐑ƀcrtąċĔause;戵noullis;愬a;䎒r;쀀𝔅pf;쀀𝔹eve;䋘còēmpeq;扎܀HOacdefhilorsuōőŖƀƞƢƵƷƺǜȕɳɸɾcy;䐧PY耻©䂩ƀcpyŝŢźute;䄆Ā;iŧŨ拒talDifferentialD;慅leys;愭ȀaeioƉƎƔƘron;䄌dil耻Ç䃇rc;䄈nint;戰ot;䄊ĀdnƧƭilla;䂸terDot;䂷òſi;䎧rcleȀDMPTLJNjǑǖot;抙inus;抖lus;投imes;抗oĀcsǢǸkwiseContourIntegral;戲eCurlyĀDQȃȏoubleQuote;思uote;怙ȀlnpuȞȨɇɕonĀ;eȥȦ户;橴ƀgitȯȶȺruent;扡nt;戯ourIntegral;戮ĀfrɌɎ;愂oduct;成nterClockwiseContourIntegral;戳oss;樯cr;쀀𝒞pĀ;Cʄʅ拓ap;才րDJSZacefiosʠʬʰʴʸˋ˗ˡ˦̳ҍĀ;oŹʥtrahd;椑cy;䐂cy;䐅cy;䐏ƀgrsʿ˄ˇger;怡r;憡hv;櫤Āayː˕ron;䄎;䐔lĀ;t˝˞戇a;䎔r;쀀𝔇Āaf˫̧Ācm˰̢riticalȀADGT̖̜̀̆cute;䂴oŴ̋̍;䋙bleAcute;䋝rave;䁠ilde;䋜ond;拄ferentialD;慆Ѱ̽\0\0\0͔͂\0Ѕf;쀀𝔻ƀ;DE͈͉͍䂨ot;惜qual;扐blèCDLRUVͣͲ΂ϏϢϸontourIntegraìȹoɴ͹\0\0ͻ»͉nArrow;懓Āeo·ΤftƀARTΐΖΡrrow;懐ightArrow;懔eåˊngĀLRΫτeftĀARγιrrow;柸ightArrow;柺ightArrow;柹ightĀATϘϞrrow;懒ee;抨pɁϩ\0\0ϯrrow;懑ownArrow;懕erticalBar;戥ǹABLRTaВЪаўѿͼrrowƀ;BUНОТ憓ar;椓pArrow;懵reve;䌑eft˒к\0ц\0ѐightVector;楐eeVector;楞ectorĀ;Bљњ憽ar;楖ightǔѧ\0ѱeeVector;楟ectorĀ;BѺѻ懁ar;楗eeĀ;A҆҇护rrow;憧ĀctҒҗr;쀀𝒟rok;䄐ࠀNTacdfglmopqstuxҽӀӄӋӞӢӧӮӵԡԯԶՒ՝ՠեG;䅊H耻Ð䃐cute耻É䃉ƀaiyӒӗӜron;䄚rc耻Ê䃊;䐭ot;䄖r;쀀𝔈rave耻È䃈ement;戈ĀapӺӾcr;䄒tyɓԆ\0\0ԒmallSquare;旻erySmallSquare;斫ĀgpԦԪon;䄘f;쀀𝔼silon;䎕uĀaiԼՉlĀ;TՂՃ橵ilde;扂librium;懌Āci՗՚r;愰m;橳a;䎗ml耻Ë䃋Āipժկsts;戃onentialE;慇ʀcfiosօֈ֍ֲ׌y;䐤r;쀀𝔉lledɓ֗\0\0֣mallSquare;旼erySmallSquare;斪Ͱֺ\0ֿ\0\0ׄf;쀀𝔽All;戀riertrf;愱cò׋؀JTabcdfgorstר׬ׯ׺؀ؒؖ؛؝أ٬ٲcy;䐃耻>䀾mmaĀ;d׷׸䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀𝔊;拙pf;쀀𝔾eater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀𝒢;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\0ڲf;愍izontalLine;攀Āctۃۅòکrok;䄦mpńېۘownHumðįqual;扏܀EJOacdfgmnostuۺ۾܃܇܎ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻Í䃍Āiyܓܘrc耻Î䃎;䐘ot;䄰r;愑rave耻Ì䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lieóϝǴ݉\0ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀𝕀a;䎙cr;愐ilde;䄨ǫޚ\0ޞcy;䐆l耻Ï䃏ʀcfosuެ޷޼߂ߐĀiyޱ޵rc;䄴;䐙r;쀀𝔍pf;쀀𝕁ǣ߇\0ߌr;쀀𝒥rcy;䐈kcy;䐄΀HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶߻dil;䄶;䐚r;쀀𝔎pf;쀀𝕂cr;쀀𝒦րJTaceflmostࠥࠩࠬࡐࡣ঳সে্਷ੇcy;䐉耻<䀼ʀcmnpr࠷࠼ࡁࡄࡍute;䄹bda;䎛g;柪lacetrf;愒r;憞ƀaeyࡗ࡜ࡡron;䄽dil;䄻;䐛Āfsࡨ॰tԀACDFRTUVarࡾࢩࢱࣦ࣠ࣼयज़ΐ४Ānrࢃ࢏gleBracket;柨rowƀ;BR࢙࢚࢞憐ar;懤ightArrow;懆eiling;挈oǵࢷ\0ࣃbleBracket;柦nǔࣈ\0࣒eeVector;楡ectorĀ;Bࣛࣜ懃ar;楙loor;挊ightĀAV࣯ࣵrrow;憔ector;楎Āerँगeƀ;AVउऊऐ抣rrow;憤ector;楚iangleƀ;BEतथऩ抲ar;槏qual;抴pƀDTVषूौownVector;楑eeVector;楠ectorĀ;Bॖॗ憿ar;楘ectorĀ;B॥०憼ar;楒ightáΜs̀EFGLSTॾঋকঝঢভqualGreater;拚ullEqual;扦reater;扶ess;檡lantEqual;橽ilde;扲r;쀀𝔏Ā;eঽা拘ftarrow;懚idot;䄿ƀnpw৔ਖਛgȀLRlr৞৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊightáοightáϊf;쀀𝕃erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂòࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼੝੠੷੼અઋ઎p;椅y;䐜Ādl੥੯iumSpace;恟lintrf;愳r;쀀𝔐nusPlus;戓pf;쀀𝕄cò੶;䎜ҀJacefostuણધભીଔଙඑ඗ඞcy;䐊cute;䅃ƀaey઴હાron;䅇dil;䅅;䐝ƀgswે૰଎ativeƀMTV૓૟૨ediumSpace;怋hiĀcn૦૘ë૙eryThiî૙tedĀGL૸ଆreaterGreateòٳessLesóੈLine;䀊r;쀀𝔑ȀBnptଢନଷ଺reak;恠BreakingSpace;䂠f;愕ڀ;CDEGHLNPRSTV୕ୖ୪୼஡௫ఄ౞಄ದ೘ൡඅ櫬Āou୛୤ngruent;扢pCap;扭oubleVerticalBar;戦ƀlqxஃஊ஛ement;戉ualĀ;Tஒஓ扠ilde;쀀≂̸ists;戄reater΀;EFGLSTஶஷ஽௉௓௘௥扯qual;扱ullEqual;쀀≧̸reater;쀀≫̸ess;批lantEqual;쀀⩾̸ilde;扵umpń௲௽ownHump;쀀≎̸qual;쀀≏̸eĀfsఊధtTriangleƀ;BEచఛడ拪ar;쀀⧏̸qual;括s̀;EGLSTవశ఼ౄోౘ扮qual;扰reater;扸ess;쀀≪̸lantEqual;쀀⩽̸ilde;扴estedĀGL౨౹reaterGreater;쀀⪢̸essLess;쀀⪡̸recedesƀ;ESಒಓಛ技qual;쀀⪯̸lantEqual;拠ĀeiಫಹverseElement;戌ghtTriangleƀ;BEೋೌ೒拫ar;쀀⧐̸qual;拭ĀquೝഌuareSuĀbp೨೹setĀ;E೰ೳ쀀⊏̸qual;拢ersetĀ;Eഃആ쀀⊐̸qual;拣ƀbcpഓതൎsetĀ;Eഛഞ쀀⊂⃒qual;抈ceedsȀ;ESTലള഻െ抁qual;쀀⪰̸lantEqual;拡ilde;쀀≿̸ersetĀ;E൘൛쀀⊃⃒qual;抉ildeȀ;EFT൮൯൵ൿ扁qual;扄ullEqual;扇ilde;扉erticalBar;戤cr;쀀𝒩ilde耻Ñ䃑;䎝܀Eacdfgmoprstuvලෂ෉෕ෛ෠෧෼ขภยา฿ไlig;䅒cute耻Ó䃓Āiy෎ීrc耻Ô䃔;䐞blac;䅐r;쀀𝔒rave耻Ò䃒ƀaei෮ෲ෶cr;䅌ga;䎩cron;䎟pf;쀀𝕆enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀𝒪ash耻Ø䃘iŬื฼de耻Õ䃕es;樷ml耻Ö䃖erĀBP๋๠Āar๐๓r;怾acĀek๚๜;揞et;掴arenthesis;揜Ҁacfhilors๿ງຊຏຒດຝະ໼rtialD;戂y;䐟r;쀀𝔓i;䎦;䎠usMinus;䂱Āipຢອncareplanåڝf;愙Ȁ;eio຺ູ໠໤檻cedesȀ;EST່້໏໚扺qual;檯lantEqual;扼ilde;找me;怳Ādp໩໮uct;戏ortionĀ;aȥ໹l;戝Āci༁༆r;쀀𝒫;䎨ȀUfos༑༖༛༟OT耻"䀢r;쀀𝔔pf;愚cr;쀀𝒬؀BEacefhiorsu༾གྷཇའཱིྦྷྪྭ႖ႩႴႾarr;椐G耻®䂮ƀcnrཎནབute;䅔g;柫rĀ;tཛྷཝ憠l;椖ƀaeyཧཬཱron;䅘dil;䅖;䐠Ā;vླྀཹ愜erseĀEUྂྙĀlq྇ྎement;戋uilibrium;懋pEquilibrium;楯r»ཹo;䎡ghtЀACDFTUVa࿁࿫࿳ဢဨၛႇϘĀnr࿆࿒gleBracket;柩rowƀ;BL࿜࿝࿡憒ar;懥eftArrow;懄eiling;按oǵ࿹\0စbleBracket;柧nǔည\0နeeVector;楝ectorĀ;Bဝသ懂ar;楕loor;挋Āerိ၃eƀ;AVဵံြ抢rrow;憦ector;楛iangleƀ;BEၐၑၕ抳ar;槐qual;抵pƀDTVၣၮၸownVector;楏eeVector;楜ectorĀ;Bႂႃ憾ar;楔ectorĀ;B႑႒懀ar;楓Āpuႛ႞f;愝ndImplies;楰ightarrow;懛ĀchႹႼr;愛;憱leDelayed;槴ڀHOacfhimoqstuფჱჷჽᄙᄞᅑᅖᅡᅧᆵᆻᆿĀCcჩხHcy;䐩y;䐨FTcy;䐬cute;䅚ʀ;aeiyᄈᄉᄎᄓᄗ檼ron;䅠dil;䅞rc;䅜;䐡r;쀀𝔖ortȀDLRUᄪᄴᄾᅉownArrow»ОeftArrow»࢚ightArrow»࿝pArrow;憑gma;䎣allCircle;战pf;쀀𝕊ɲᅭ\0\0ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀𝒮ar;拆ȀbcmpᇈᇛሉላĀ;sᇍᇎ拐etĀ;Eᇍᇕqual;抆ĀchᇠህeedsȀ;ESTᇭᇮᇴᇿ扻qual;檰lantEqual;扽ilde;承Tháྌ;我ƀ;esሒሓሣ拑rsetĀ;Eሜም抃qual;抇et»ሓրHRSacfhiorsሾቄ቉ቕ቞ቱቶኟዂወዑORN耻Þ䃞ADE;愢ĀHc቎ቒcy;䐋y;䐦Ābuቚቜ;䀉;䎤ƀaeyብቪቯron;䅤dil;䅢;䐢r;쀀𝔗Āeiቻ኉Dzኀ\0ኇefore;戴a;䎘Ācn኎ኘkSpace;쀀  Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀𝕋ipleDot;惛Āctዖዛr;쀀𝒯rok;䅦ૡዷጎጚጦ\0ጬጱ\0\0\0\0\0ጸጽ፷ᎅ\0᏿ᐄᐊᐐĀcrዻጁute耻Ú䃚rĀ;oጇገ憟cir;楉rǣጓ\0጖y;䐎ve;䅬Āiyጞጣrc耻Û䃛;䐣blac;䅰r;쀀𝔘rave耻Ù䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻፿on;䅲f;쀀𝕌ЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥ownáϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀𝒰ilde;䅨ml耻Ü䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀𝔙pf;쀀𝕍cr;쀀𝒱dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀𝔚pf;쀀𝕎cr;쀀𝒲Ȁfiosᓋᓐᓒᓘr;쀀𝔛;䎞pf;쀀𝕏cr;쀀𝒳ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻Ý䃝Āiyᔉᔍrc;䅶;䐫r;쀀𝔜pf;쀀𝕐cr;쀀𝒴ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻Dzᕔ\0ᕛoWidtè૙a;䎖r;愨pf;愤cr;쀀𝒵௡ᖃᖊᖐ\0ᖰᖶᖿ\0\0\0\0ᗆᗛᗫᙟ᙭\0ᚕ᚛ᚲᚹ\0ᚾcute耻á䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻â䃢te肻´̆;䐰lig耻æ䃦Ā;r²ᖺ;쀀𝔞rave耻à䃠ĀepᗊᗖĀfpᗏᗔsym;愵èᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\0\0ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚΀;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e»ᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢»¹arr;捼Āgpᙣᙧon;䄅f;쀀𝕒΀;Eaeiop዁ᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;e዁ᚒñᚃing耻å䃥ƀctyᚡᚦᚨr;쀀𝒶;䀪mpĀ;e዁ᚯñʈilde耻ã䃣ml耻ä䃤Āciᛂᛈoninôɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰ᜼ᝃᝈ᝸᝽០៦ᠹᡐᜍ᤽᥈ᥰot;櫭Ācrᛶ᜞kȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e᜚᜛戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e»ᜭrkĀ;t፜᜷brk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓ᝛ᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯ᝱ᝳ;䎲;愶een;扬r;쀀𝔟g΀costuvwឍឝឳេ៕៛៞ƀaiuបពរðݠrc;旯p»፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\0\0ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄eåᑄåᒭarow;植ƀako៭ᠦᠵĀcn៲ᠣkƀlst៺֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘᠝斴own;斾eft;旂ight;斸k;搣Ʊᠫ\0ᠳƲᠯ\0ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀𝕓Ā;tᏋᡣom»Ꮜtie;拈؀DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬ᣿ᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教΀;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ᣷᣹᣻᣽;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ᤟;敛;敘;攘;攔΀;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģ᥂bar耻¦䂦Ȁceioᥑᥖᥚᥠr;쀀𝒷mi;恏mĀ;e᜚᜜lƀ;bhᥨᥩᥫ䁜;槅sub;柈Ŭᥴ᥾lĀ;e᥹᥺怢t»᥺pƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\0᧨ᨑᨕᨲ\0ᨷᩐ\0\0᪴\0\0᫁\0\0ᬡᬮ᭍᭒\0᯽\0ᰌƀcpr᦭ᦲ᧝ute;䄇̀;abcdsᦿᧀᧄ᧊᧕᧙戩nd;橄rcup;橉Āau᧏᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁îړȀaeiu᧰᧻ᨁᨅǰ᧵\0᧸s;橍on;䄍dil耻ç䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻¸ƭptyv;榲t脀¢;eᨭᨮ䂢räƲr;쀀𝔠ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark»ᩈ;䏇r΀;Ecefms᩟᩠ᩢᩫ᪤᪪᪮旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\0\0᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖᪚᪟»ཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it»᪼ˬ᫇᫔᫺\0ᬊonĀ;eᫍᫎ䀺Ā;qÇÆɭ᫙\0\0᫢aĀ;t᫞᫟䀬;䁀ƀ;fl᫨᫩᫫戁îᅠeĀmx᫱᫶ent»᫩eóɍǧ᫾\0ᬇĀ;dኻᬂot;橭nôɆƀfryᬐᬔᬗ;쀀𝕔oäɔ脀©;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀𝒸Ābpᬼ᭄Ā;eᭁᭂ櫏;櫑Ā;eᭉᭊ櫐;櫒dot;拯΀delprvw᭠᭬᭷ᮂᮬᯔ᯹arrĀlr᭨᭪;椸;椵ɰ᭲\0\0᭵r;拞c;拟arrĀ;p᭿ᮀ憶;椽̀;bcdosᮏᮐᮖᮡᮥᮨ截rcap;橈Āauᮛᮞp;橆p;橊ot;抍r;橅;쀀∪︀Ȁalrv᮵ᮿᯞᯣrrĀ;mᮼᮽ憷;椼yƀevwᯇᯔᯘqɰᯎ\0\0ᯒreã᭳uã᭵ee;拎edge;拏en耻¤䂤earrowĀlrᯮ᯳eft»ᮀight»ᮽeäᯝĀciᰁᰇoninôǷnt;戱lcty;挭ঀAHabcdefhijlorstuwz᰸᰻᰿ᱝᱩᱵᲊᲞᲬᲷ᳻᳿ᴍᵻᶑᶫᶻ᷆᷍rò΁ar;楥Ȁglrs᱈ᱍ᱒᱔ger;怠eth;愸òᄳhĀ;vᱚᱛ怐»ऊūᱡᱧarow;椏aã̕Āayᱮᱳron;䄏;䐴ƀ;ao̲ᱼᲄĀgrʿᲁr;懊tseq;橷ƀglmᲑᲔᲘ耻°䂰ta;䎴ptyv;榱ĀirᲣᲨsht;楿;쀀𝔡arĀlrᲳᲵ»ࣜ»သʀaegsv᳂͸᳖᳜᳠mƀ;oș᳊᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀÷;o᳧ᳰntimes;拇nø᳷cy;䑒cɯᴆ\0\0ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀𝕕ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedgåúnƀadhᄮᵝᵧownarrowóᲃarpoonĀlrᵲᵶefôᲴighôᲶŢᵿᶅkaro÷གɯᶊ\0\0ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀𝒹;䑕l;槶rok;䄑Ādrᶰᶴot;拱iĀ;fᶺ᠖斿Āah᷀᷃ròЩaòྦangle;榦Āci᷒ᷕy;䑟grarr;柿ऀDacdefglmnopqrstuxḁḉḙḸոḼṉṡṾấắẽỡἪἷὄ὎὚ĀDoḆᴴoôᲉĀcsḎḔute耻é䃩ter;橮ȀaioyḢḧḱḶron;䄛rĀ;cḭḮ扖耻ê䃪lon;払;䑍ot;䄗ĀDrṁṅot;扒;쀀𝔢ƀ;rsṐṑṗ檚ave耻è䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et»ẓpĀ1;ẝẤijạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀𝕖ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on»ớ;䏵ȀcsuvỪỳἋἣĀioữḱrc»Ḯɩỹ\0\0ỻíՈantĀglἂἆtr»ṝess»Ṻƀaeiἒ἖Ἒls;䀽st;扟vĀ;DȵἠD;橸parsl;槥ĀDaἯἳot;打rr;楱ƀcdiἾὁỸr;愯oô͒ĀahὉὋ;䎷耻ð䃰Āmrὓὗl耻ë䃫o;悬ƀcipὡὤὧl;䀡sôծĀeoὬὴctatioîՙnentialåչৡᾒ\0ᾞ\0ᾡᾧ\0\0ῆῌ\0ΐ\0ῦῪ \0 ⁚llingdotseñṄy;䑄male;晀ƀilrᾭᾳ῁lig;耀ffiɩᾹ\0\0᾽g;耀ffig;耀ffl;쀀𝔣lig;耀filig;쀀fjƀaltῙ῜ῡt;晭ig;耀flns;斱of;䆒ǰ΅\0ῳf;쀀𝕗ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao‌⁕Ācs‑⁒ႉ‸⁅⁈\0⁐β•‥‧‪‬\0‮耻½䂽;慓耻¼䂼;慕;慙;慛Ƴ‴\0‶;慔;慖ʴ‾⁁\0\0⁃耻¾䂾;慗;慜5;慘ƶ⁌\0⁎;慚;慝8;慞l;恄wn;挢cr;쀀𝒻ࢀEabcdefgijlnorstv₂₉₟₥₰₴⃰⃵⃺⃿℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕ₝ute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽⃉ƀ;qsؾٌ⃄lanô٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀𝔤Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox»ℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀𝕘Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqr׮ⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\0↎proø₞r;楸qĀlqؿ↖lesó₈ií٫Āen↣↭rtneqq;쀀≩︀Å↪ԀAabcefkosy⇄⇇⇱⇵⇺∘∝∯≨≽ròΠȀilmr⇐⇔⇗⇛rsðᒄf»․ilôکĀdr⇠⇤cy;䑊ƀ;cwࣴ⇫⇯ir;楈;憭ar;意irc;䄥ƀalr∁∎∓rtsĀ;u∉∊晥it»∊lip;怦con;抹r;쀀𝔥sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀𝕙bar;怕ƀclt≯≴≸r;쀀𝒽asè⇴rok;䄧Ābp⊂⊇ull;恃hen»ᱛૡ⊣\0⊪\0⊸⋅⋎\0⋕⋳\0\0⋸⌢⍧⍢⍿\0⎆⎪⎴cute耻í䃭ƀ;iyݱ⊰⊵rc耻î䃮;䐸Ācx⊼⊿y;䐵cl耻¡䂡ĀfrΟ⋉;쀀𝔦rave耻ì䃬Ȁ;inoܾ⋝⋩⋮Āin⋢⋦nt;樌t;戭fin;槜ta;愩lig;䄳ƀaop⋾⌚⌝ƀcgt⌅⌈⌗r;䄫ƀelpܟ⌏⌓inåގarôܠh;䄱f;抷ed;䆵ʀ;cfotӴ⌬⌱⌽⍁are;愅inĀ;t⌸⌹戞ie;槝doô⌙ʀ;celpݗ⍌⍐⍛⍡al;抺Āgr⍕⍙eróᕣã⍍arhk;樗rod;樼Ȁcgpt⍯⍲⍶⍻y;䑑on;䄯f;쀀𝕚a;䎹uest耻¿䂿Āci⎊⎏r;쀀𝒾nʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\0⎼cy;䑖l耻ï䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀𝔧ath;䈷pf;쀀𝕛ǣ⏬\0⏱r;쀀𝒿rcy;䑘kcy;䑔Ѐacfghjos␋␖␢␧␭␱␵␻ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀𝔨reen;䄸cy;䑅cy;䑜pf;쀀𝕜cr;쀀𝓀஀ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼rò৆òΕail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\0⒪\0⒱\0\0\0\0\0⒵Ⓔ\0ⓆⓈⓍ\0⓹ute;䄺mptyv;榴raîࡌbda;䎻gƀ;dlࢎⓁⓃ;榑åࢎ;檅uo耻«䂫rЀ;bfhlpst࢙ⓞⓦⓩ⓫⓮⓱⓵Ā;f࢝ⓣs;椟s;椝ë≒p;憫l;椹im;楳l;憢ƀ;ae⓿─┄檫il;椙Ā;s┉┊檭;쀀⪭︀ƀabr┕┙┝rr;椌rk;杲Āak┢┬cĀek┨┪;䁻;䁛Āes┱┳;榋lĀdu┹┻;榏;榍Ȁaeuy╆╋╖╘ron;䄾Ādi═╔il;䄼ìࢰâ┩;䐻Ȁcqrs╣╦╭╽a;椶uoĀ;rนᝆĀdu╲╷har;楧shar;楋h;憲ʀ;fgqs▋▌উ◳◿扤tʀahlrt▘▤▷◂◨rrowĀ;t࢙□aé⓶arpoonĀdu▯▴own»њp»०eftarrows;懇ightƀahs◍◖◞rrowĀ;sࣴࢧarpoonó྘quigarro÷⇰hreetimes;拋ƀ;qs▋ও◺lanôবʀ;cdgsব☊☍☝☨c;檨otĀ;o☔☕橿Ā;r☚☛檁;檃Ā;e☢☥쀀⋚︀s;檓ʀadegs☳☹☽♉♋pproøⓆot;拖qĀgq♃♅ôউgtò⒌ôছiíলƀilr♕࣡♚sht;楼;쀀𝔩Ā;Eজ♣;檑š♩♶rĀdu▲♮Ā;l॥♳;楪lk;斄cy;䑙ʀ;achtੈ⚈⚋⚑⚖rò◁orneòᴈard;楫ri;旺Āio⚟⚤dot;䅀ustĀ;a⚬⚭掰che»⚭ȀEaes⚻⚽⛉⛔;扨pĀ;p⛃⛄檉rox»⛄Ā;q⛎⛏檇Ā;q⛎⚻im;拦Ѐabnoptwz⛩⛴⛷✚✯❁❇❐Ānr⛮⛱g;柬r;懽rëࣁgƀlmr⛿✍✔eftĀar০✇ightá৲apsto;柼ightá৽parrowĀlr✥✩efô⓭ight;憬ƀafl✶✹✽r;榅;쀀𝕝us;樭imes;樴š❋❏st;戗áፎƀ;ef❗❘᠀旊nge»❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇ròࢨorneòᶌarĀ;d྘➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀𝓁mƀ;egল➪➬;檍;檏Ābu┪➳oĀ;rฟ➹;怚rok;䅂萀<;cdhilqrࠫ⟒☹⟜⟠⟥⟪⟰Āci⟗⟙;檦r;橹reå◲mes;拉arr;楶uest;橻ĀPi⟵⟹ar;榖ƀ;ef⠀भ᠛旃rĀdu⠇⠍shar;楊har;楦Āen⠗⠡rtneqq;쀀≨︀Å⠞܀Dacdefhilnopsu⡀⡅⢂⢎⢓⢠⢥⢨⣚⣢⣤ઃ⣳⤂Dot;戺Ȁclpr⡎⡒⡣⡽r耻¯䂯Āet⡗⡙;時Ā;e⡞⡟朠se»⡟Ā;sျ⡨toȀ;dluျ⡳⡷⡻owîҌefôएðᏑker;斮Āoy⢇⢌mma;権;䐼ash;怔asuredangle»ᘦr;쀀𝔪o;愧ƀcdn⢯⢴⣉ro耻µ䂵Ȁ;acdᑤ⢽⣀⣄sôᚧir;櫰ot肻·Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛ò−ðઁĀdp⣩⣮els;抧f;쀀𝕞Āct⣸⣽r;쀀𝓂pos»ᖝƀ;lm⤉⤊⤍䎼timap;抸ఀGLRVabcdefghijlmoprstuvw⥂⥓⥾⦉⦘⧚⧩⨕⨚⩘⩝⪃⪕⪤⪨⬄⬇⭄⭿⮮ⰴⱧⱼ⳩Āgt⥇⥋;쀀⋙̸Ā;v⥐௏쀀≫⃒ƀelt⥚⥲⥶ftĀar⥡⥧rrow;懍ightarrow;懎;쀀⋘̸Ā;v⥻ే쀀≪⃒ightarrow;懏ĀDd⦎⦓ash;抯ash;抮ʀbcnpt⦣⦧⦬⦱⧌la»˞ute;䅄g;쀀∠⃒ʀ;Eiop඄⦼⧀⧅⧈;쀀⩰̸d;쀀≋̸s;䅉roø඄urĀ;a⧓⧔普lĀ;s⧓ସdz⧟\0⧣p肻 ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\0⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓΀;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸uiöୣĀei⩊⩎ar;椨í஘istĀ;s஠டr;쀀𝔫ȀEest௅⩦⩹⩼ƀ;qs஼⩭௡ƀ;qs஼௅⩴lanô௢ií௪Ā;rஶ⪁»ஷƀAap⪊⪍⪑rò⥱rr;憮ar;櫲ƀ;svྍ⪜ྌĀ;d⪡⪢拼;拺cy;䑚΀AEadest⪷⪺⪾⫂⫅⫶⫹rò⥦;쀀≦̸rr;憚r;急Ȁ;fqs఻⫎⫣⫯tĀar⫔⫙rro÷⫁ightarro÷⪐ƀ;qs఻⪺⫪lanôౕĀ;sౕ⫴»శiíౝĀ;rవ⫾iĀ;eచథiäඐĀpt⬌⬑f;쀀𝕟膀¬;in⬙⬚⬶䂬nȀ;Edvஉ⬤⬨⬮;쀀⋹̸ot;쀀⋵̸ǡஉ⬳⬵;拷;拶iĀ;vಸ⬼ǡಸ⭁⭃;拾;拽ƀaor⭋⭣⭩rȀ;ast୻⭕⭚⭟lleì୻l;쀀⫽⃥;쀀∂̸lint;樔ƀ;ceಒ⭰⭳uåಥĀ;cಘ⭸Ā;eಒ⭽ñಘȀAait⮈⮋⮝⮧rò⦈rrƀ;cw⮔⮕⮙憛;쀀⤳̸;쀀↝̸ghtarrow»⮕riĀ;eೋೖ΀chimpqu⮽⯍⯙⬄୸⯤⯯Ȁ;cerല⯆ഷ⯉uå൅;쀀𝓃ortɭ⬅\0\0⯖ará⭖mĀ;e൮⯟Ā;q൴൳suĀbp⯫⯭å೸åഋƀbcp⯶ⰑⰙȀ;Ees⯿ⰀഢⰄ抄;쀀⫅̸etĀ;eഛⰋqĀ;qണⰀcĀ;eലⰗñസȀ;EesⰢⰣൟⰧ抅;쀀⫆̸etĀ;e൘ⰮqĀ;qൠⰣȀgilrⰽⰿⱅⱇìௗlde耻ñ䃱çృiangleĀlrⱒⱜeftĀ;eచⱚñదightĀ;eೋⱥñ೗Ā;mⱬⱭ䎽ƀ;esⱴⱵⱹ䀣ro;愖p;怇ҀDHadgilrsⲏⲔⲙⲞⲣⲰⲶⳓⳣash;抭arr;椄p;쀀≍⃒ash;抬ĀetⲨⲬ;쀀≥⃒;쀀>⃒nfin;槞ƀAetⲽⳁⳅrr;椂;쀀≤⃒Ā;rⳊⳍ쀀<⃒ie;쀀⊴⃒ĀAtⳘⳜrr;椃rie;쀀⊵⃒im;쀀∼⃒ƀAan⳰⳴ⴂrr;懖rĀhr⳺⳽k;椣Ā;oᏧᏥear;椧ቓ᪕\0\0\0\0\0\0\0\0\0\0\0\0\0ⴭ\0ⴸⵈⵠⵥ⵲ⶄᬇ\0\0ⶍⶫ\0ⷈⷎ\0ⷜ⸙⸫⸾⹃Ācsⴱ᪗ute耻ó䃳ĀiyⴼⵅrĀ;c᪞ⵂ耻ô䃴;䐾ʀabios᪠ⵒⵗLjⵚlac;䅑v;樸old;榼lig;䅓Ācr⵩⵭ir;榿;쀀𝔬ͯ⵹\0\0⵼\0ⶂn;䋛ave耻ò䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕ⶘ⶥⶨrò᪀Āir⶝ⶠr;榾oss;榻nå๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀𝕠ƀaelⷔ⷗ǒr;榷rp;榹΀;adiosvⷪⷫⷮ⸈⸍⸐⸖戨rò᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f»ⷿ耻ª䂪耻º䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧ò⸁ash耻ø䃸l;折iŬⸯ⸴de耻õ䃵esĀ;aǛ⸺s;樶ml耻ö䃶bar;挽ૡ⹞\0⹽\0⺀⺝\0⺢⺹\0\0⻋ຜ\0⼓\0\0⼫⾼\0⿈rȀ;astЃ⹧⹲຅脀¶;l⹭⹮䂶leìЃɩ⹸\0\0⹻m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀𝔭ƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕maô੶ne;明ƀ;tv⺿⻀⻈䏀chfork»´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎ö⇴sҀ;abcdemst⻳⻴ᤈ⻹⻽⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻±ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀𝕡nd耻£䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷uå໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾pproø⽃urlyeñ໙ñ໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨iíໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺ð⽵ƀdfp໬⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t໻⾴ï໻rel;抰Āci⿀⿅r;쀀𝓅;䏈ncsp;怈̀fiopsu⿚⋢⿟⿥⿫⿱r;쀀𝔮pf;쀀𝕢rime;恗cr;쀀𝓆ƀaeo⿸〉〓tĀei⿾々rnionóڰnt;樖stĀ;e【】䀿ñἙô༔઀ABHabcdefhilmnoprstux぀けさすムㄎㄫㅇㅢㅲㆎ㈆㈕㈤㈩㉘㉮㉲㊐㊰㊷ƀartぇおがròႳòϝail;検aròᱥar;楤΀cdenqrtとふへみわゔヌĀeuねぱ;쀀∽̱te;䅕iãᅮmptyv;榳gȀ;del࿑らるろ;榒;榥å࿑uo耻»䂻rր;abcfhlpstw࿜ガクシスゼゾダッデナp;極Ā;f࿠ゴs;椠;椳s;椞ë≝ð✮l;楅im;楴l;憣;憝Āaiパフil;椚oĀ;nホボ戶aló༞ƀabrョリヮrò៥rk;杳ĀakンヽcĀekヹ・;䁽;䁝Āes㄂㄄;榌lĀduㄊㄌ;榎;榐Ȁaeuyㄗㄜㄧㄩron;䅙Ādiㄡㄥil;䅗ì࿲âヺ;䑀Ȁclqsㄴㄷㄽㅄa;椷dhar;楩uoĀ;rȎȍh;憳ƀacgㅎㅟངlȀ;ipsླྀㅘㅛႜnåႻarôྩt;断ƀilrㅩဣㅮsht;楽;쀀𝔯ĀaoㅷㆆrĀduㅽㅿ»ѻĀ;l႑ㆄ;楬Ā;vㆋㆌ䏁;䏱ƀgns㆕ㇹㇼht̀ahlrstㆤㆰ㇂㇘㇤㇮rrowĀ;t࿜ㆭaéトarpoonĀduㆻㆿowîㅾp»႒eftĀah㇊㇐rrowó࿪arpoonóՑightarrows;應quigarro÷ニhreetimes;拌g;䋚ingdotseñἲƀahm㈍㈐㈓rò࿪aòՑ;怏oustĀ;a㈞㈟掱che»㈟mid;櫮Ȁabpt㈲㈽㉀㉒Ānr㈷㈺g;柭r;懾rëဃƀafl㉇㉊㉎r;榆;쀀𝕣us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒arò㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀𝓇Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠reåㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\0㍺㎤\0\0㏬㏰\0㐨㑈㑚㒭㒱㓊㓱\0㘖\0\0㘳cute;䅛quï➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\0㋼;檸on;䅡uåᇾĀ;dᇳ㌇il;䅟rc;䅝ƀEas㌖㌘㌛;檶p;檺im;择olint;樓iíሄ;䑁otƀ;be㌴ᵇ㌵担;橦΀Aacmstx㍆㍊㍗㍛㍞㍣㍭rr;懘rĀhr㍐㍒ë∨Ā;oਸ਼਴t耻§䂧i;䀻war;椩mĀin㍩ðnuóñt;朶rĀ;o㍶⁕쀀𝔰Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\0\0㎜iäᑤaraì⹯耻­䂭Āgm㎨㎴maƀ;fv㎱㎲㎲䏃;䏂Ѐ;deglnprካ㏅㏉㏎㏖㏞㏡㏦ot;橪Ā;q኱ኰĀ;E㏓㏔檞;檠Ā;E㏛㏜檝;檟e;扆lus;樤arr;楲aròᄽȀaeit㏸㐈㐏㐗Āls㏽㐄lsetmé㍪hp;樳parsl;槤Ādlᑣ㐔e;挣Ā;e㐜㐝檪Ā;s㐢㐣檬;쀀⪬︀ƀflp㐮㐳㑂tcy;䑌Ā;b㐸㐹䀯Ā;a㐾㐿槄r;挿f;쀀𝕤aĀdr㑍ЂesĀ;u㑔㑕晠it»㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍ñᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝ñᆮƀ;afᅻ㒦ְrť㒫ֱ»ᅼaròᅈȀcemt㒹㒾㓂㓅r;쀀𝓈tmîñiì㐕aræᆾĀar㓎㓕rĀ;f㓔ឿ昆Āan㓚㓭ightĀep㓣㓪psiloîỠhé⺯s»⡒ʀbcmnp㓻㕞ሉ㖋㖎Ҁ;Edemnprs㔎㔏㔑㔕㔞㔣㔬㔱㔶抂;櫅ot;檽Ā;dᇚ㔚ot;櫃ult;櫁ĀEe㔨㔪;櫋;把lus;檿arr;楹ƀeiu㔽㕒㕕tƀ;en㔎㕅㕋qĀ;qᇚ㔏eqĀ;q㔫㔨m;櫇Ābp㕚㕜;櫕;櫓c̀;acensᇭ㕬㕲㕹㕻㌦pproø㋺urlyeñᇾñᇳƀaes㖂㖈㌛pproø㌚qñ㌗g;晪ڀ123;Edehlmnps㖩㖬㖯ሜ㖲㖴㗀㗉㗕㗚㗟㗨㗭耻¹䂹耻²䂲耻³䂳;櫆Āos㖹㖼t;檾ub;櫘Ā;dሢ㗅ot;櫄sĀou㗏㗒l;柉b;櫗arr;楻ult;櫂ĀEe㗤㗦;櫌;抋lus;櫀ƀeiu㗴㘉㘌tƀ;enሜ㗼㘂qĀ;qሢ㖲eqĀ;q㗧㗤m;櫈Ābp㘑㘓;櫔;櫖ƀAan㘜㘠㘭rr;懙rĀhr㘦㘨ë∮Ā;oਫ਩war;椪lig耻ß䃟௡㙑㙝㙠ዎ㙳㙹\0㙾㛂\0\0\0\0\0㛛㜃\0㜉㝬\0\0\0㞇ɲ㙖\0\0㙛get;挖;䏄rë๟ƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀𝔱Ȁeiko㚆㚝㚵㚼Dz㚋\0㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮pproø዁im»ኬsðኞĀas㚺㚮ð዁rn耻þ䃾Ǭ̟㛆⋧es膀×;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀á⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀𝕥rk;櫚á㍢rime;怴ƀaip㜏㜒㝤dåቈ΀adempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own»ᶻeftĀ;e⠀㜾ñम;扜ightĀ;e㊪㝋ñၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀𝓉;䑆cy;䑛rok;䅧Āio㞋㞎xô᝷headĀlr㞗㞠eftarro÷ࡏightarrow»ཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶ròϭar;楣Ācr㟜㟢ute耻ú䃺òᅐrǣ㟪\0㟭y;䑞ve;䅭Āiy㟵㟺rc耻û䃻;䑃ƀabh㠃㠆㠋ròᎭlac;䅱aòᏃĀir㠓㠘sht;楾;쀀𝔲rave耻ù䃹š㠧㠱rĀlr㠬㠮»ॗ»ႃlk;斀Āct㠹㡍ɯ㠿\0\0㡊rnĀ;e㡅㡆挜r»㡆op;挏ri;旸Āal㡖㡚cr;䅫肻¨͉Āgp㡢㡦on;䅳f;쀀𝕦̀adhlsuᅋ㡸㡽፲㢑㢠ownáᎳarpoonĀlr㢈㢌efô㠭ighô㠯iƀ;hl㢙㢚㢜䏅»ᏺon»㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\0\0㣁rnĀ;e㢼㢽挝r»㢽op;挎ng;䅯ri;旹cr;쀀𝓊ƀdir㣙㣝㣢ot;拰lde;䅩iĀ;f㜰㣨»᠓Āam㣯㣲rò㢨l耻ü䃼angle;榧ހABDacdeflnoprsz㤜㤟㤩㤭㦵㦸㦽㧟㧤㧨㧳㧹㧽㨁㨠ròϷarĀ;v㤦㤧櫨;櫩asèϡĀnr㤲㤷grt;榜΀eknprst㓣㥆㥋㥒㥝㥤㦖appá␕othinçẖƀhir㓫⻈㥙opô⾵Ā;hᎷ㥢ïㆍĀiu㥩㥭gmá㎳Ābp㥲㦄setneqĀ;q㥽㦀쀀⊊︀;쀀⫋︀setneqĀ;q㦏㦒쀀⊋︀;쀀⫌︀Āhr㦛㦟etá㚜iangleĀlr㦪㦯eft»थight»ၑy;䐲ash»ံƀelr㧄㧒㧗ƀ;beⷪ㧋㧏ar;抻q;扚lip;拮Ābt㧜ᑨaòᑩr;쀀𝔳tré㦮suĀbp㧯㧱»ജ»൙pf;쀀𝕧roð໻tré㦴Ācu㨆㨋r;쀀𝓋Ābp㨐㨘nĀEe㦀㨖»㥾nĀEe㦒㨞»㦐igzag;榚΀cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀𝔴pf;쀀𝕨Ā;eᑹ㩦atèᑹcr;쀀𝓌ૣណ㪇\0㪋\0㪐㪛\0\0㪝㪨㪫㪯\0\0㫃㫎\0㫘ៜ៟tré៑r;쀀𝔵ĀAa㪔㪗ròσrò৶;䎾ĀAa㪡㪤ròθrò৫að✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀𝕩imåឲĀAa㫇㫊ròώròਁĀcq㫒ីr;쀀𝓍Āpt៖㫜ré។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻ý䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻¥䂥r;쀀𝔶cy;䑗pf;쀀𝕪cr;쀀𝓎Ācm㬦㬩y;䑎l耻ÿ䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡træᕟa;䎶r;쀀𝔷cy;䐶grarr;懝pf;쀀𝕫cr;쀀𝓏Ājn㮅㮇;怍j;怌'.split("").map(e=>e.charCodeAt(0))),ip=new Uint16Array("Ȁaglq \x1Bɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map(e=>e.charCodeAt(0)));var Xr;const sp=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]),up=(Xr=String.fromCodePoint)!==null&&Xr!==void 0?Xr:function(e){let t="";return e>65535&&(e-=65536,t+=String.fromCharCode(e>>>10&1023|55296),e=56320|e&1023),t+=String.fromCharCode(e),t};function op(e){var t;return e>=55296&&e<=57343||e>1114111?65533:(t=sp.get(e))!==null&&t!==void 0?t:e}var Me;(function(e){e[e.NUM=35]="NUM",e[e.SEMI=59]="SEMI",e[e.EQUALS=61]="EQUALS",e[e.ZERO=48]="ZERO",e[e.NINE=57]="NINE",e[e.LOWER_A=97]="LOWER_A",e[e.LOWER_F=102]="LOWER_F",e[e.LOWER_X=120]="LOWER_X",e[e.LOWER_Z=122]="LOWER_Z",e[e.UPPER_A=65]="UPPER_A",e[e.UPPER_F=70]="UPPER_F",e[e.UPPER_Z=90]="UPPER_Z"})(Me||(Me={}));const lp=32;var yt;(function(e){e[e.VALUE_LENGTH=49152]="VALUE_LENGTH",e[e.BRANCH_LENGTH=16256]="BRANCH_LENGTH",e[e.JUMP_TABLE=127]="JUMP_TABLE"})(yt||(yt={}));function va(e){return e>=Me.ZERO&&e<=Me.NINE}function cp(e){return e>=Me.UPPER_A&&e<=Me.UPPER_F||e>=Me.LOWER_A&&e<=Me.LOWER_F}function dp(e){return e>=Me.UPPER_A&&e<=Me.UPPER_Z||e>=Me.LOWER_A&&e<=Me.LOWER_Z||va(e)}function fp(e){return e===Me.EQUALS||dp(e)}var ke;(function(e){e[e.EntityStart=0]="EntityStart",e[e.NumericStart=1]="NumericStart",e[e.NumericDecimal=2]="NumericDecimal",e[e.NumericHex=3]="NumericHex",e[e.NamedEntity=4]="NamedEntity"})(ke||(ke={}));var bt;(function(e){e[e.Legacy=0]="Legacy",e[e.Strict=1]="Strict",e[e.Attribute=2]="Attribute"})(bt||(bt={}));class Oo{constructor(t,n,r){this.decodeTree=t,this.emitCodePoint=n,this.errors=r,this.state=ke.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=bt.Strict}startEntity(t){this.decodeMode=t,this.state=ke.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1}write(t,n){switch(this.state){case ke.EntityStart:return t.charCodeAt(n)===Me.NUM?(this.state=ke.NumericStart,this.consumed+=1,this.stateNumericStart(t,n+1)):(this.state=ke.NamedEntity,this.stateNamedEntity(t,n));case ke.NumericStart:return this.stateNumericStart(t,n);case ke.NumericDecimal:return this.stateNumericDecimal(t,n);case ke.NumericHex:return this.stateNumericHex(t,n);case ke.NamedEntity:return this.stateNamedEntity(t,n)}}stateNumericStart(t,n){return n>=t.length?-1:(t.charCodeAt(n)|lp)===Me.LOWER_X?(this.state=ke.NumericHex,this.consumed+=1,this.stateNumericHex(t,n+1)):(this.state=ke.NumericDecimal,this.stateNumericDecimal(t,n))}addToNumericResult(t,n,r,a){if(n!==r){const i=r-n;this.result=this.result*Math.pow(a,i)+parseInt(t.substr(n,i),a),this.consumed+=i}}stateNumericHex(t,n){const r=n;for(;n<t.length;){const a=t.charCodeAt(n);if(va(a)||cp(a))n+=1;else return this.addToNumericResult(t,r,n,16),this.emitNumericEntity(a,3)}return this.addToNumericResult(t,r,n,16),-1}stateNumericDecimal(t,n){const r=n;for(;n<t.length;){const a=t.charCodeAt(n);if(va(a))n+=1;else return this.addToNumericResult(t,r,n,10),this.emitNumericEntity(a,2)}return this.addToNumericResult(t,r,n,10),-1}emitNumericEntity(t,n){var r;if(this.consumed<=n)return(r=this.errors)===null||r===void 0||r.absenceOfDigitsInNumericCharacterReference(this.consumed),0;if(t===Me.SEMI)this.consumed+=1;else if(this.decodeMode===bt.Strict)return 0;return this.emitCodePoint(op(this.result),this.consumed),this.errors&&(t!==Me.SEMI&&this.errors.missingSemicolonAfterCharacterReference(),this.errors.validateNumericCharacterReference(this.result)),this.consumed}stateNamedEntity(t,n){const{decodeTree:r}=this;let a=r[this.treeIndex],i=(a&yt.VALUE_LENGTH)>>14;for(;n<t.length;n++,this.excess++){const s=t.charCodeAt(n);if(this.treeIndex=hp(r,a,this.treeIndex+Math.max(1,i),s),this.treeIndex<0)return this.result===0||this.decodeMode===bt.Attribute&&(i===0||fp(s))?0:this.emitNotTerminatedNamedEntity();if(a=r[this.treeIndex],i=(a&yt.VALUE_LENGTH)>>14,i!==0){if(s===Me.SEMI)return this.emitNamedEntityData(this.treeIndex,i,this.consumed+this.excess);this.decodeMode!==bt.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1}emitNotTerminatedNamedEntity(){var t;const{result:n,decodeTree:r}=this,a=(r[n]&yt.VALUE_LENGTH)>>14;return this.emitNamedEntityData(n,a,this.consumed),(t=this.errors)===null||t===void 0||t.missingSemicolonAfterCharacterReference(),this.consumed}emitNamedEntityData(t,n,r){const{decodeTree:a}=this;return this.emitCodePoint(n===1?a[t]&~yt.VALUE_LENGTH:a[t+1],r),n===3&&this.emitCodePoint(a[t+2],r),r}end(){var t;switch(this.state){case ke.NamedEntity:return this.result!==0&&(this.decodeMode!==bt.Attribute||this.result===this.treeIndex)?this.emitNotTerminatedNamedEntity():0;case ke.NumericDecimal:return this.emitNumericEntity(0,2);case ke.NumericHex:return this.emitNumericEntity(0,3);case ke.NumericStart:return(t=this.errors)===null||t===void 0||t.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case ke.EntityStart:return 0}}}function Lo(e){let t="";const n=new Oo(e,r=>t+=up(r));return function(a,i){let s=0,o=0;for(;(o=a.indexOf("&",o))>=0;){t+=a.slice(s,o),n.startEntity(i);const c=n.write(a,o+1);if(c<0){s=o+n.end();break}s=o+c,o=c===0?s+1:s}const l=t+a.slice(s);return t="",l}}function hp(e,t,n,r){const a=(t&yt.BRANCH_LENGTH)>>7,i=t&yt.JUMP_TABLE;if(a===0)return i!==0&&r===i?n:-1;if(i){const l=r-i;return l<0||l>=a?-1:e[n+l]-1}let s=n,o=s+a-1;for(;s<=o;){const l=s+o>>>1,c=e[l];if(c<r)s=l+1;else if(c>r)o=l-1;else return e[l+a]}return-1}Lo(wo);Lo(ip);var P;(function(e){e.HTML="http://www.w3.org/1999/xhtml",e.MATHML="http://www.w3.org/1998/Math/MathML",e.SVG="http://www.w3.org/2000/svg",e.XLINK="http://www.w3.org/1999/xlink",e.XML="http://www.w3.org/XML/1998/namespace",e.XMLNS="http://www.w3.org/2000/xmlns/"})(P||(P={}));var Dt;(function(e){e.TYPE="type",e.ACTION="action",e.ENCODING="encoding",e.PROMPT="prompt",e.NAME="name",e.COLOR="color",e.FACE="face",e.SIZE="size"})(Dt||(Dt={}));var Qe;(function(e){e.NO_QUIRKS="no-quirks",e.QUIRKS="quirks",e.LIMITED_QUIRKS="limited-quirks"})(Qe||(Qe={}));var A;(function(e){e.A="a",e.ADDRESS="address",e.ANNOTATION_XML="annotation-xml",e.APPLET="applet",e.AREA="area",e.ARTICLE="article",e.ASIDE="aside",e.B="b",e.BASE="base",e.BASEFONT="basefont",e.BGSOUND="bgsound",e.BIG="big",e.BLOCKQUOTE="blockquote",e.BODY="body",e.BR="br",e.BUTTON="button",e.CAPTION="caption",e.CENTER="center",e.CODE="code",e.COL="col",e.COLGROUP="colgroup",e.DD="dd",e.DESC="desc",e.DETAILS="details",e.DIALOG="dialog",e.DIR="dir",e.DIV="div",e.DL="dl",e.DT="dt",e.EM="em",e.EMBED="embed",e.FIELDSET="fieldset",e.FIGCAPTION="figcaption",e.FIGURE="figure",e.FONT="font",e.FOOTER="footer",e.FOREIGN_OBJECT="foreignObject",e.FORM="form",e.FRAME="frame",e.FRAMESET="frameset",e.H1="h1",e.H2="h2",e.H3="h3",e.H4="h4",e.H5="h5",e.H6="h6",e.HEAD="head",e.HEADER="header",e.HGROUP="hgroup",e.HR="hr",e.HTML="html",e.I="i",e.IMG="img",e.IMAGE="image",e.INPUT="input",e.IFRAME="iframe",e.KEYGEN="keygen",e.LABEL="label",e.LI="li",e.LINK="link",e.LISTING="listing",e.MAIN="main",e.MALIGNMARK="malignmark",e.MARQUEE="marquee",e.MATH="math",e.MENU="menu",e.META="meta",e.MGLYPH="mglyph",e.MI="mi",e.MO="mo",e.MN="mn",e.MS="ms",e.MTEXT="mtext",e.NAV="nav",e.NOBR="nobr",e.NOFRAMES="noframes",e.NOEMBED="noembed",e.NOSCRIPT="noscript",e.OBJECT="object",e.OL="ol",e.OPTGROUP="optgroup",e.OPTION="option",e.P="p",e.PARAM="param",e.PLAINTEXT="plaintext",e.PRE="pre",e.RB="rb",e.RP="rp",e.RT="rt",e.RTC="rtc",e.RUBY="ruby",e.S="s",e.SCRIPT="script",e.SEARCH="search",e.SECTION="section",e.SELECT="select",e.SOURCE="source",e.SMALL="small",e.SPAN="span",e.STRIKE="strike",e.STRONG="strong",e.STYLE="style",e.SUB="sub",e.SUMMARY="summary",e.SUP="sup",e.TABLE="table",e.TBODY="tbody",e.TEMPLATE="template",e.TEXTAREA="textarea",e.TFOOT="tfoot",e.TD="td",e.TH="th",e.THEAD="thead",e.TITLE="title",e.TR="tr",e.TRACK="track",e.TT="tt",e.U="u",e.UL="ul",e.SVG="svg",e.VAR="var",e.WBR="wbr",e.XMP="xmp"})(A||(A={}));var u;(function(e){e[e.UNKNOWN=0]="UNKNOWN",e[e.A=1]="A",e[e.ADDRESS=2]="ADDRESS",e[e.ANNOTATION_XML=3]="ANNOTATION_XML",e[e.APPLET=4]="APPLET",e[e.AREA=5]="AREA",e[e.ARTICLE=6]="ARTICLE",e[e.ASIDE=7]="ASIDE",e[e.B=8]="B",e[e.BASE=9]="BASE",e[e.BASEFONT=10]="BASEFONT",e[e.BGSOUND=11]="BGSOUND",e[e.BIG=12]="BIG",e[e.BLOCKQUOTE=13]="BLOCKQUOTE",e[e.BODY=14]="BODY",e[e.BR=15]="BR",e[e.BUTTON=16]="BUTTON",e[e.CAPTION=17]="CAPTION",e[e.CENTER=18]="CENTER",e[e.CODE=19]="CODE",e[e.COL=20]="COL",e[e.COLGROUP=21]="COLGROUP",e[e.DD=22]="DD",e[e.DESC=23]="DESC",e[e.DETAILS=24]="DETAILS",e[e.DIALOG=25]="DIALOG",e[e.DIR=26]="DIR",e[e.DIV=27]="DIV",e[e.DL=28]="DL",e[e.DT=29]="DT",e[e.EM=30]="EM",e[e.EMBED=31]="EMBED",e[e.FIELDSET=32]="FIELDSET",e[e.FIGCAPTION=33]="FIGCAPTION",e[e.FIGURE=34]="FIGURE",e[e.FONT=35]="FONT",e[e.FOOTER=36]="FOOTER",e[e.FOREIGN_OBJECT=37]="FOREIGN_OBJECT",e[e.FORM=38]="FORM",e[e.FRAME=39]="FRAME",e[e.FRAMESET=40]="FRAMESET",e[e.H1=41]="H1",e[e.H2=42]="H2",e[e.H3=43]="H3",e[e.H4=44]="H4",e[e.H5=45]="H5",e[e.H6=46]="H6",e[e.HEAD=47]="HEAD",e[e.HEADER=48]="HEADER",e[e.HGROUP=49]="HGROUP",e[e.HR=50]="HR",e[e.HTML=51]="HTML",e[e.I=52]="I",e[e.IMG=53]="IMG",e[e.IMAGE=54]="IMAGE",e[e.INPUT=55]="INPUT",e[e.IFRAME=56]="IFRAME",e[e.KEYGEN=57]="KEYGEN",e[e.LABEL=58]="LABEL",e[e.LI=59]="LI",e[e.LINK=60]="LINK",e[e.LISTING=61]="LISTING",e[e.MAIN=62]="MAIN",e[e.MALIGNMARK=63]="MALIGNMARK",e[e.MARQUEE=64]="MARQUEE",e[e.MATH=65]="MATH",e[e.MENU=66]="MENU",e[e.META=67]="META",e[e.MGLYPH=68]="MGLYPH",e[e.MI=69]="MI",e[e.MO=70]="MO",e[e.MN=71]="MN",e[e.MS=72]="MS",e[e.MTEXT=73]="MTEXT",e[e.NAV=74]="NAV",e[e.NOBR=75]="NOBR",e[e.NOFRAMES=76]="NOFRAMES",e[e.NOEMBED=77]="NOEMBED",e[e.NOSCRIPT=78]="NOSCRIPT",e[e.OBJECT=79]="OBJECT",e[e.OL=80]="OL",e[e.OPTGROUP=81]="OPTGROUP",e[e.OPTION=82]="OPTION",e[e.P=83]="P",e[e.PARAM=84]="PARAM",e[e.PLAINTEXT=85]="PLAINTEXT",e[e.PRE=86]="PRE",e[e.RB=87]="RB",e[e.RP=88]="RP",e[e.RT=89]="RT",e[e.RTC=90]="RTC",e[e.RUBY=91]="RUBY",e[e.S=92]="S",e[e.SCRIPT=93]="SCRIPT",e[e.SEARCH=94]="SEARCH",e[e.SECTION=95]="SECTION",e[e.SELECT=96]="SELECT",e[e.SOURCE=97]="SOURCE",e[e.SMALL=98]="SMALL",e[e.SPAN=99]="SPAN",e[e.STRIKE=100]="STRIKE",e[e.STRONG=101]="STRONG",e[e.STYLE=102]="STYLE",e[e.SUB=103]="SUB",e[e.SUMMARY=104]="SUMMARY",e[e.SUP=105]="SUP",e[e.TABLE=106]="TABLE",e[e.TBODY=107]="TBODY",e[e.TEMPLATE=108]="TEMPLATE",e[e.TEXTAREA=109]="TEXTAREA",e[e.TFOOT=110]="TFOOT",e[e.TD=111]="TD",e[e.TH=112]="TH",e[e.THEAD=113]="THEAD",e[e.TITLE=114]="TITLE",e[e.TR=115]="TR",e[e.TRACK=116]="TRACK",e[e.TT=117]="TT",e[e.U=118]="U",e[e.UL=119]="UL",e[e.SVG=120]="SVG",e[e.VAR=121]="VAR",e[e.WBR=122]="WBR",e[e.XMP=123]="XMP"})(u||(u={}));const mp=new Map([[A.A,u.A],[A.ADDRESS,u.ADDRESS],[A.ANNOTATION_XML,u.ANNOTATION_XML],[A.APPLET,u.APPLET],[A.AREA,u.AREA],[A.ARTICLE,u.ARTICLE],[A.ASIDE,u.ASIDE],[A.B,u.B],[A.BASE,u.BASE],[A.BASEFONT,u.BASEFONT],[A.BGSOUND,u.BGSOUND],[A.BIG,u.BIG],[A.BLOCKQUOTE,u.BLOCKQUOTE],[A.BODY,u.BODY],[A.BR,u.BR],[A.BUTTON,u.BUTTON],[A.CAPTION,u.CAPTION],[A.CENTER,u.CENTER],[A.CODE,u.CODE],[A.COL,u.COL],[A.COLGROUP,u.COLGROUP],[A.DD,u.DD],[A.DESC,u.DESC],[A.DETAILS,u.DETAILS],[A.DIALOG,u.DIALOG],[A.DIR,u.DIR],[A.DIV,u.DIV],[A.DL,u.DL],[A.DT,u.DT],[A.EM,u.EM],[A.EMBED,u.EMBED],[A.FIELDSET,u.FIELDSET],[A.FIGCAPTION,u.FIGCAPTION],[A.FIGURE,u.FIGURE],[A.FONT,u.FONT],[A.FOOTER,u.FOOTER],[A.FOREIGN_OBJECT,u.FOREIGN_OBJECT],[A.FORM,u.FORM],[A.FRAME,u.FRAME],[A.FRAMESET,u.FRAMESET],[A.H1,u.H1],[A.H2,u.H2],[A.H3,u.H3],[A.H4,u.H4],[A.H5,u.H5],[A.H6,u.H6],[A.HEAD,u.HEAD],[A.HEADER,u.HEADER],[A.HGROUP,u.HGROUP],[A.HR,u.HR],[A.HTML,u.HTML],[A.I,u.I],[A.IMG,u.IMG],[A.IMAGE,u.IMAGE],[A.INPUT,u.INPUT],[A.IFRAME,u.IFRAME],[A.KEYGEN,u.KEYGEN],[A.LABEL,u.LABEL],[A.LI,u.LI],[A.LINK,u.LINK],[A.LISTING,u.LISTING],[A.MAIN,u.MAIN],[A.MALIGNMARK,u.MALIGNMARK],[A.MARQUEE,u.MARQUEE],[A.MATH,u.MATH],[A.MENU,u.MENU],[A.META,u.META],[A.MGLYPH,u.MGLYPH],[A.MI,u.MI],[A.MO,u.MO],[A.MN,u.MN],[A.MS,u.MS],[A.MTEXT,u.MTEXT],[A.NAV,u.NAV],[A.NOBR,u.NOBR],[A.NOFRAMES,u.NOFRAMES],[A.NOEMBED,u.NOEMBED],[A.NOSCRIPT,u.NOSCRIPT],[A.OBJECT,u.OBJECT],[A.OL,u.OL],[A.OPTGROUP,u.OPTGROUP],[A.OPTION,u.OPTION],[A.P,u.P],[A.PARAM,u.PARAM],[A.PLAINTEXT,u.PLAINTEXT],[A.PRE,u.PRE],[A.RB,u.RB],[A.RP,u.RP],[A.RT,u.RT],[A.RTC,u.RTC],[A.RUBY,u.RUBY],[A.S,u.S],[A.SCRIPT,u.SCRIPT],[A.SEARCH,u.SEARCH],[A.SECTION,u.SECTION],[A.SELECT,u.SELECT],[A.SOURCE,u.SOURCE],[A.SMALL,u.SMALL],[A.SPAN,u.SPAN],[A.STRIKE,u.STRIKE],[A.STRONG,u.STRONG],[A.STYLE,u.STYLE],[A.SUB,u.SUB],[A.SUMMARY,u.SUMMARY],[A.SUP,u.SUP],[A.TABLE,u.TABLE],[A.TBODY,u.TBODY],[A.TEMPLATE,u.TEMPLATE],[A.TEXTAREA,u.TEXTAREA],[A.TFOOT,u.TFOOT],[A.TD,u.TD],[A.TH,u.TH],[A.THEAD,u.THEAD],[A.TITLE,u.TITLE],[A.TR,u.TR],[A.TRACK,u.TRACK],[A.TT,u.TT],[A.U,u.U],[A.UL,u.UL],[A.SVG,u.SVG],[A.VAR,u.VAR],[A.WBR,u.WBR],[A.XMP,u.XMP]]);function un(e){var t;return(t=mp.get(e))!==null&&t!==void 0?t:u.UNKNOWN}const k=u,pp={[P.HTML]:new Set([k.ADDRESS,k.APPLET,k.AREA,k.ARTICLE,k.ASIDE,k.BASE,k.BASEFONT,k.BGSOUND,k.BLOCKQUOTE,k.BODY,k.BR,k.BUTTON,k.CAPTION,k.CENTER,k.COL,k.COLGROUP,k.DD,k.DETAILS,k.DIR,k.DIV,k.DL,k.DT,k.EMBED,k.FIELDSET,k.FIGCAPTION,k.FIGURE,k.FOOTER,k.FORM,k.FRAME,k.FRAMESET,k.H1,k.H2,k.H3,k.H4,k.H5,k.H6,k.HEAD,k.HEADER,k.HGROUP,k.HR,k.HTML,k.IFRAME,k.IMG,k.INPUT,k.LI,k.LINK,k.LISTING,k.MAIN,k.MARQUEE,k.MENU,k.META,k.NAV,k.NOEMBED,k.NOFRAMES,k.NOSCRIPT,k.OBJECT,k.OL,k.P,k.PARAM,k.PLAINTEXT,k.PRE,k.SCRIPT,k.SECTION,k.SELECT,k.SOURCE,k.STYLE,k.SUMMARY,k.TABLE,k.TBODY,k.TD,k.TEMPLATE,k.TEXTAREA,k.TFOOT,k.TH,k.THEAD,k.TITLE,k.TR,k.TRACK,k.UL,k.WBR,k.XMP]),[P.MATHML]:new Set([k.MI,k.MO,k.MN,k.MS,k.MTEXT,k.ANNOTATION_XML]),[P.SVG]:new Set([k.TITLE,k.FOREIGN_OBJECT,k.DESC]),[P.XLINK]:new Set,[P.XML]:new Set,[P.XMLNS]:new Set},wa=new Set([k.H1,k.H2,k.H3,k.H4,k.H5,k.H6]);A.STYLE,A.SCRIPT,A.XMP,A.IFRAME,A.NOEMBED,A.NOFRAMES,A.PLAINTEXT;var E;(function(e){e[e.DATA=0]="DATA",e[e.RCDATA=1]="RCDATA",e[e.RAWTEXT=2]="RAWTEXT",e[e.SCRIPT_DATA=3]="SCRIPT_DATA",e[e.PLAINTEXT=4]="PLAINTEXT",e[e.TAG_OPEN=5]="TAG_OPEN",e[e.END_TAG_OPEN=6]="END_TAG_OPEN",e[e.TAG_NAME=7]="TAG_NAME",e[e.RCDATA_LESS_THAN_SIGN=8]="RCDATA_LESS_THAN_SIGN",e[e.RCDATA_END_TAG_OPEN=9]="RCDATA_END_TAG_OPEN",e[e.RCDATA_END_TAG_NAME=10]="RCDATA_END_TAG_NAME",e[e.RAWTEXT_LESS_THAN_SIGN=11]="RAWTEXT_LESS_THAN_SIGN",e[e.RAWTEXT_END_TAG_OPEN=12]="RAWTEXT_END_TAG_OPEN",e[e.RAWTEXT_END_TAG_NAME=13]="RAWTEXT_END_TAG_NAME",e[e.SCRIPT_DATA_LESS_THAN_SIGN=14]="SCRIPT_DATA_LESS_THAN_SIGN",e[e.SCRIPT_DATA_END_TAG_OPEN=15]="SCRIPT_DATA_END_TAG_OPEN",e[e.SCRIPT_DATA_END_TAG_NAME=16]="SCRIPT_DATA_END_TAG_NAME",e[e.SCRIPT_DATA_ESCAPE_START=17]="SCRIPT_DATA_ESCAPE_START",e[e.SCRIPT_DATA_ESCAPE_START_DASH=18]="SCRIPT_DATA_ESCAPE_START_DASH",e[e.SCRIPT_DATA_ESCAPED=19]="SCRIPT_DATA_ESCAPED",e[e.SCRIPT_DATA_ESCAPED_DASH=20]="SCRIPT_DATA_ESCAPED_DASH",e[e.SCRIPT_DATA_ESCAPED_DASH_DASH=21]="SCRIPT_DATA_ESCAPED_DASH_DASH",e[e.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN=22]="SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN",e[e.SCRIPT_DATA_ESCAPED_END_TAG_OPEN=23]="SCRIPT_DATA_ESCAPED_END_TAG_OPEN",e[e.SCRIPT_DATA_ESCAPED_END_TAG_NAME=24]="SCRIPT_DATA_ESCAPED_END_TAG_NAME",e[e.SCRIPT_DATA_DOUBLE_ESCAPE_START=25]="SCRIPT_DATA_DOUBLE_ESCAPE_START",e[e.SCRIPT_DATA_DOUBLE_ESCAPED=26]="SCRIPT_DATA_DOUBLE_ESCAPED",e[e.SCRIPT_DATA_DOUBLE_ESCAPED_DASH=27]="SCRIPT_DATA_DOUBLE_ESCAPED_DASH",e[e.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH=28]="SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH",e[e.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN=29]="SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN",e[e.SCRIPT_DATA_DOUBLE_ESCAPE_END=30]="SCRIPT_DATA_DOUBLE_ESCAPE_END",e[e.BEFORE_ATTRIBUTE_NAME=31]="BEFORE_ATTRIBUTE_NAME",e[e.ATTRIBUTE_NAME=32]="ATTRIBUTE_NAME",e[e.AFTER_ATTRIBUTE_NAME=33]="AFTER_ATTRIBUTE_NAME",e[e.BEFORE_ATTRIBUTE_VALUE=34]="BEFORE_ATTRIBUTE_VALUE",e[e.ATTRIBUTE_VALUE_DOUBLE_QUOTED=35]="ATTRIBUTE_VALUE_DOUBLE_QUOTED",e[e.ATTRIBUTE_VALUE_SINGLE_QUOTED=36]="ATTRIBUTE_VALUE_SINGLE_QUOTED",e[e.ATTRIBUTE_VALUE_UNQUOTED=37]="ATTRIBUTE_VALUE_UNQUOTED",e[e.AFTER_ATTRIBUTE_VALUE_QUOTED=38]="AFTER_ATTRIBUTE_VALUE_QUOTED",e[e.SELF_CLOSING_START_TAG=39]="SELF_CLOSING_START_TAG",e[e.BOGUS_COMMENT=40]="BOGUS_COMMENT",e[e.MARKUP_DECLARATION_OPEN=41]="MARKUP_DECLARATION_OPEN",e[e.COMMENT_START=42]="COMMENT_START",e[e.COMMENT_START_DASH=43]="COMMENT_START_DASH",e[e.COMMENT=44]="COMMENT",e[e.COMMENT_LESS_THAN_SIGN=45]="COMMENT_LESS_THAN_SIGN",e[e.COMMENT_LESS_THAN_SIGN_BANG=46]="COMMENT_LESS_THAN_SIGN_BANG",e[e.COMMENT_LESS_THAN_SIGN_BANG_DASH=47]="COMMENT_LESS_THAN_SIGN_BANG_DASH",e[e.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH=48]="COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH",e[e.COMMENT_END_DASH=49]="COMMENT_END_DASH",e[e.COMMENT_END=50]="COMMENT_END",e[e.COMMENT_END_BANG=51]="COMMENT_END_BANG",e[e.DOCTYPE=52]="DOCTYPE",e[e.BEFORE_DOCTYPE_NAME=53]="BEFORE_DOCTYPE_NAME",e[e.DOCTYPE_NAME=54]="DOCTYPE_NAME",e[e.AFTER_DOCTYPE_NAME=55]="AFTER_DOCTYPE_NAME",e[e.AFTER_DOCTYPE_PUBLIC_KEYWORD=56]="AFTER_DOCTYPE_PUBLIC_KEYWORD",e[e.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER=57]="BEFORE_DOCTYPE_PUBLIC_IDENTIFIER",e[e.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED=58]="DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED",e[e.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED=59]="DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED",e[e.AFTER_DOCTYPE_PUBLIC_IDENTIFIER=60]="AFTER_DOCTYPE_PUBLIC_IDENTIFIER",e[e.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS=61]="BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS",e[e.AFTER_DOCTYPE_SYSTEM_KEYWORD=62]="AFTER_DOCTYPE_SYSTEM_KEYWORD",e[e.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER=63]="BEFORE_DOCTYPE_SYSTEM_IDENTIFIER",e[e.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED=64]="DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED",e[e.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED=65]="DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED",e[e.AFTER_DOCTYPE_SYSTEM_IDENTIFIER=66]="AFTER_DOCTYPE_SYSTEM_IDENTIFIER",e[e.BOGUS_DOCTYPE=67]="BOGUS_DOCTYPE",e[e.CDATA_SECTION=68]="CDATA_SECTION",e[e.CDATA_SECTION_BRACKET=69]="CDATA_SECTION_BRACKET",e[e.CDATA_SECTION_END=70]="CDATA_SECTION_END",e[e.CHARACTER_REFERENCE=71]="CHARACTER_REFERENCE",e[e.AMBIGUOUS_AMPERSAND=72]="AMBIGUOUS_AMPERSAND"})(E||(E={}));const Le={DATA:E.DATA,RCDATA:E.RCDATA,RAWTEXT:E.RAWTEXT,SCRIPT_DATA:E.SCRIPT_DATA,PLAINTEXT:E.PLAINTEXT,CDATA_SECTION:E.CDATA_SECTION};function bp(e){return e>=b.DIGIT_0&&e<=b.DIGIT_9}function En(e){return e>=b.LATIN_CAPITAL_A&&e<=b.LATIN_CAPITAL_Z}function Ep(e){return e>=b.LATIN_SMALL_A&&e<=b.LATIN_SMALL_Z}function gt(e){return Ep(e)||En(e)}function Ss(e){return gt(e)||bp(e)}function Xn(e){return e+32}function Ro(e){return e===b.SPACE||e===b.LINE_FEED||e===b.TABULATION||e===b.FORM_FEED}function Cs(e){return Ro(e)||e===b.SOLIDUS||e===b.GREATER_THAN_SIGN}function gp(e){return e===b.NULL?I.nullCharacterReference:e>1114111?I.characterReferenceOutsideUnicodeRange:Co(e)?I.surrogateCharacterReference:No(e)?I.noncharacterCharacterReference:Io(e)||e===b.CARRIAGE_RETURN?I.controlCharacterReference:null}class Tp{constructor(t,n){this.options=t,this.handler=n,this.paused=!1,this.inLoop=!1,this.inForeignNode=!1,this.lastStartTagName="",this.active=!1,this.state=E.DATA,this.returnState=E.DATA,this.entityStartPos=0,this.consumedAfterSnapshot=-1,this.currentCharacterToken=null,this.currentToken=null,this.currentAttr={name:"",value:""},this.preprocessor=new ap(n),this.currentLocation=this.getCurrentLocation(-1),this.entityDecoder=new Oo(wo,(r,a)=>{this.preprocessor.pos=this.entityStartPos+a-1,this._flushCodePointConsumedAsCharacterReference(r)},n.onParseError?{missingSemicolonAfterCharacterReference:()=>{this._err(I.missingSemicolonAfterCharacterReference,1)},absenceOfDigitsInNumericCharacterReference:r=>{this._err(I.absenceOfDigitsInNumericCharacterReference,this.entityStartPos-this.preprocessor.pos+r)},validateNumericCharacterReference:r=>{const a=gp(r);a&&this._err(a,1)}}:void 0)}_err(t,n=0){var r,a;(a=(r=this.handler).onParseError)===null||a===void 0||a.call(r,this.preprocessor.getError(t,n))}getCurrentLocation(t){return this.options.sourceCodeLocationInfo?{startLine:this.preprocessor.line,startCol:this.preprocessor.col-t,startOffset:this.preprocessor.offset-t,endLine:-1,endCol:-1,endOffset:-1}:null}_runParsingLoop(){if(!this.inLoop){for(this.inLoop=!0;this.active&&!this.paused;){this.consumedAfterSnapshot=0;const t=this._consume();this._ensureHibernation()||this._callState(t)}this.inLoop=!1}}pause(){this.paused=!0}resume(t){if(!this.paused)throw new Error("Parser was already resumed");this.paused=!1,!this.inLoop&&(this._runParsingLoop(),this.paused||t?.())}write(t,n,r){this.active=!0,this.preprocessor.write(t,n),this._runParsingLoop(),this.paused||r?.()}insertHtmlAtCurrentPos(t){this.active=!0,this.preprocessor.insertHtmlAtCurrentPos(t),this._runParsingLoop()}_ensureHibernation(){return this.preprocessor.endOfChunkHit?(this.preprocessor.retreat(this.consumedAfterSnapshot),this.consumedAfterSnapshot=0,this.active=!1,!0):!1}_consume(){return this.consumedAfterSnapshot++,this.preprocessor.advance()}_advanceBy(t){this.consumedAfterSnapshot+=t;for(let n=0;n<t;n++)this.preprocessor.advance()}_consumeSequenceIfMatch(t,n){return this.preprocessor.startsWith(t,n)?(this._advanceBy(t.length-1),!0):!1}_createStartTagToken(){this.currentToken={type:de.START_TAG,tagName:"",tagID:u.UNKNOWN,selfClosing:!1,ackSelfClosing:!1,attrs:[],location:this.getCurrentLocation(1)}}_createEndTagToken(){this.currentToken={type:de.END_TAG,tagName:"",tagID:u.UNKNOWN,selfClosing:!1,ackSelfClosing:!1,attrs:[],location:this.getCurrentLocation(2)}}_createCommentToken(t){this.currentToken={type:de.COMMENT,data:"",location:this.getCurrentLocation(t)}}_createDoctypeToken(t){this.currentToken={type:de.DOCTYPE,name:t,forceQuirks:!1,publicId:null,systemId:null,location:this.currentLocation}}_createCharacterToken(t,n){this.currentCharacterToken={type:t,chars:n,location:this.currentLocation}}_createAttr(t){this.currentAttr={name:t,value:""},this.currentLocation=this.getCurrentLocation(0)}_leaveAttrName(){var t,n;const r=this.currentToken;if(vo(r,this.currentAttr.name)===null){if(r.attrs.push(this.currentAttr),r.location&&this.currentLocation){const a=(t=(n=r.location).attrs)!==null&&t!==void 0?t:n.attrs=Object.create(null);a[this.currentAttr.name]=this.currentLocation,this._leaveAttrValue()}}else this._err(I.duplicateAttribute)}_leaveAttrValue(){this.currentLocation&&(this.currentLocation.endLine=this.preprocessor.line,this.currentLocation.endCol=this.preprocessor.col,this.currentLocation.endOffset=this.preprocessor.offset)}prepareToken(t){this._emitCurrentCharacterToken(t.location),this.currentToken=null,t.location&&(t.location.endLine=this.preprocessor.line,t.location.endCol=this.preprocessor.col+1,t.location.endOffset=this.preprocessor.offset+1),this.currentLocation=this.getCurrentLocation(-1)}emitCurrentTagToken(){const t=this.currentToken;this.prepareToken(t),t.tagID=un(t.tagName),t.type===de.START_TAG?(this.lastStartTagName=t.tagName,this.handler.onStartTag(t)):(t.attrs.length>0&&this._err(I.endTagWithAttributes),t.selfClosing&&this._err(I.endTagWithTrailingSolidus),this.handler.onEndTag(t)),this.preprocessor.dropParsedChunk()}emitCurrentComment(t){this.prepareToken(t),this.handler.onComment(t),this.preprocessor.dropParsedChunk()}emitCurrentDoctype(t){this.prepareToken(t),this.handler.onDoctype(t),this.preprocessor.dropParsedChunk()}_emitCurrentCharacterToken(t){if(this.currentCharacterToken){switch(t&&this.currentCharacterToken.location&&(this.currentCharacterToken.location.endLine=t.startLine,this.currentCharacterToken.location.endCol=t.startCol,this.currentCharacterToken.location.endOffset=t.startOffset),this.currentCharacterToken.type){case de.CHARACTER:{this.handler.onCharacter(this.currentCharacterToken);break}case de.NULL_CHARACTER:{this.handler.onNullCharacter(this.currentCharacterToken);break}case de.WHITESPACE_CHARACTER:{this.handler.onWhitespaceCharacter(this.currentCharacterToken);break}}this.currentCharacterToken=null}}_emitEOFToken(){const t=this.getCurrentLocation(0);t&&(t.endLine=t.startLine,t.endCol=t.startCol,t.endOffset=t.startOffset),this._emitCurrentCharacterToken(t),this.handler.onEof({type:de.EOF,location:t}),this.active=!1}_appendCharToCurrentCharacterToken(t,n){if(this.currentCharacterToken)if(this.currentCharacterToken.type===t){this.currentCharacterToken.chars+=n;return}else this.currentLocation=this.getCurrentLocation(0),this._emitCurrentCharacterToken(this.currentLocation),this.preprocessor.dropParsedChunk();this._createCharacterToken(t,n)}_emitCodePoint(t){const n=Ro(t)?de.WHITESPACE_CHARACTER:t===b.NULL?de.NULL_CHARACTER:de.CHARACTER;this._appendCharToCurrentCharacterToken(n,String.fromCodePoint(t))}_emitChars(t){this._appendCharToCurrentCharacterToken(de.CHARACTER,t)}_startCharacterReference(){this.returnState=this.state,this.state=E.CHARACTER_REFERENCE,this.entityStartPos=this.preprocessor.pos,this.entityDecoder.startEntity(this._isCharacterReferenceInAttribute()?bt.Attribute:bt.Legacy)}_isCharacterReferenceInAttribute(){return this.returnState===E.ATTRIBUTE_VALUE_DOUBLE_QUOTED||this.returnState===E.ATTRIBUTE_VALUE_SINGLE_QUOTED||this.returnState===E.ATTRIBUTE_VALUE_UNQUOTED}_flushCodePointConsumedAsCharacterReference(t){this._isCharacterReferenceInAttribute()?this.currentAttr.value+=String.fromCodePoint(t):this._emitCodePoint(t)}_callState(t){switch(this.state){case E.DATA:{this._stateData(t);break}case E.RCDATA:{this._stateRcdata(t);break}case E.RAWTEXT:{this._stateRawtext(t);break}case E.SCRIPT_DATA:{this._stateScriptData(t);break}case E.PLAINTEXT:{this._statePlaintext(t);break}case E.TAG_OPEN:{this._stateTagOpen(t);break}case E.END_TAG_OPEN:{this._stateEndTagOpen(t);break}case E.TAG_NAME:{this._stateTagName(t);break}case E.RCDATA_LESS_THAN_SIGN:{this._stateRcdataLessThanSign(t);break}case E.RCDATA_END_TAG_OPEN:{this._stateRcdataEndTagOpen(t);break}case E.RCDATA_END_TAG_NAME:{this._stateRcdataEndTagName(t);break}case E.RAWTEXT_LESS_THAN_SIGN:{this._stateRawtextLessThanSign(t);break}case E.RAWTEXT_END_TAG_OPEN:{this._stateRawtextEndTagOpen(t);break}case E.RAWTEXT_END_TAG_NAME:{this._stateRawtextEndTagName(t);break}case E.SCRIPT_DATA_LESS_THAN_SIGN:{this._stateScriptDataLessThanSign(t);break}case E.SCRIPT_DATA_END_TAG_OPEN:{this._stateScriptDataEndTagOpen(t);break}case E.SCRIPT_DATA_END_TAG_NAME:{this._stateScriptDataEndTagName(t);break}case E.SCRIPT_DATA_ESCAPE_START:{this._stateScriptDataEscapeStart(t);break}case E.SCRIPT_DATA_ESCAPE_START_DASH:{this._stateScriptDataEscapeStartDash(t);break}case E.SCRIPT_DATA_ESCAPED:{this._stateScriptDataEscaped(t);break}case E.SCRIPT_DATA_ESCAPED_DASH:{this._stateScriptDataEscapedDash(t);break}case E.SCRIPT_DATA_ESCAPED_DASH_DASH:{this._stateScriptDataEscapedDashDash(t);break}case E.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN:{this._stateScriptDataEscapedLessThanSign(t);break}case E.SCRIPT_DATA_ESCAPED_END_TAG_OPEN:{this._stateScriptDataEscapedEndTagOpen(t);break}case E.SCRIPT_DATA_ESCAPED_END_TAG_NAME:{this._stateScriptDataEscapedEndTagName(t);break}case E.SCRIPT_DATA_DOUBLE_ESCAPE_START:{this._stateScriptDataDoubleEscapeStart(t);break}case E.SCRIPT_DATA_DOUBLE_ESCAPED:{this._stateScriptDataDoubleEscaped(t);break}case E.SCRIPT_DATA_DOUBLE_ESCAPED_DASH:{this._stateScriptDataDoubleEscapedDash(t);break}case E.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH:{this._stateScriptDataDoubleEscapedDashDash(t);break}case E.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN:{this._stateScriptDataDoubleEscapedLessThanSign(t);break}case E.SCRIPT_DATA_DOUBLE_ESCAPE_END:{this._stateScriptDataDoubleEscapeEnd(t);break}case E.BEFORE_ATTRIBUTE_NAME:{this._stateBeforeAttributeName(t);break}case E.ATTRIBUTE_NAME:{this._stateAttributeName(t);break}case E.AFTER_ATTRIBUTE_NAME:{this._stateAfterAttributeName(t);break}case E.BEFORE_ATTRIBUTE_VALUE:{this._stateBeforeAttributeValue(t);break}case E.ATTRIBUTE_VALUE_DOUBLE_QUOTED:{this._stateAttributeValueDoubleQuoted(t);break}case E.ATTRIBUTE_VALUE_SINGLE_QUOTED:{this._stateAttributeValueSingleQuoted(t);break}case E.ATTRIBUTE_VALUE_UNQUOTED:{this._stateAttributeValueUnquoted(t);break}case E.AFTER_ATTRIBUTE_VALUE_QUOTED:{this._stateAfterAttributeValueQuoted(t);break}case E.SELF_CLOSING_START_TAG:{this._stateSelfClosingStartTag(t);break}case E.BOGUS_COMMENT:{this._stateBogusComment(t);break}case E.MARKUP_DECLARATION_OPEN:{this._stateMarkupDeclarationOpen(t);break}case E.COMMENT_START:{this._stateCommentStart(t);break}case E.COMMENT_START_DASH:{this._stateCommentStartDash(t);break}case E.COMMENT:{this._stateComment(t);break}case E.COMMENT_LESS_THAN_SIGN:{this._stateCommentLessThanSign(t);break}case E.COMMENT_LESS_THAN_SIGN_BANG:{this._stateCommentLessThanSignBang(t);break}case E.COMMENT_LESS_THAN_SIGN_BANG_DASH:{this._stateCommentLessThanSignBangDash(t);break}case E.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH:{this._stateCommentLessThanSignBangDashDash(t);break}case E.COMMENT_END_DASH:{this._stateCommentEndDash(t);break}case E.COMMENT_END:{this._stateCommentEnd(t);break}case E.COMMENT_END_BANG:{this._stateCommentEndBang(t);break}case E.DOCTYPE:{this._stateDoctype(t);break}case E.BEFORE_DOCTYPE_NAME:{this._stateBeforeDoctypeName(t);break}case E.DOCTYPE_NAME:{this._stateDoctypeName(t);break}case E.AFTER_DOCTYPE_NAME:{this._stateAfterDoctypeName(t);break}case E.AFTER_DOCTYPE_PUBLIC_KEYWORD:{this._stateAfterDoctypePublicKeyword(t);break}case E.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER:{this._stateBeforeDoctypePublicIdentifier(t);break}case E.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED:{this._stateDoctypePublicIdentifierDoubleQuoted(t);break}case E.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED:{this._stateDoctypePublicIdentifierSingleQuoted(t);break}case E.AFTER_DOCTYPE_PUBLIC_IDENTIFIER:{this._stateAfterDoctypePublicIdentifier(t);break}case E.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS:{this._stateBetweenDoctypePublicAndSystemIdentifiers(t);break}case E.AFTER_DOCTYPE_SYSTEM_KEYWORD:{this._stateAfterDoctypeSystemKeyword(t);break}case E.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER:{this._stateBeforeDoctypeSystemIdentifier(t);break}case E.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED:{this._stateDoctypeSystemIdentifierDoubleQuoted(t);break}case E.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED:{this._stateDoctypeSystemIdentifierSingleQuoted(t);break}case E.AFTER_DOCTYPE_SYSTEM_IDENTIFIER:{this._stateAfterDoctypeSystemIdentifier(t);break}case E.BOGUS_DOCTYPE:{this._stateBogusDoctype(t);break}case E.CDATA_SECTION:{this._stateCdataSection(t);break}case E.CDATA_SECTION_BRACKET:{this._stateCdataSectionBracket(t);break}case E.CDATA_SECTION_END:{this._stateCdataSectionEnd(t);break}case E.CHARACTER_REFERENCE:{this._stateCharacterReference();break}case E.AMBIGUOUS_AMPERSAND:{this._stateAmbiguousAmpersand(t);break}default:throw new Error("Unknown state")}}_stateData(t){switch(t){case b.LESS_THAN_SIGN:{this.state=E.TAG_OPEN;break}case b.AMPERSAND:{this._startCharacterReference();break}case b.NULL:{this._err(I.unexpectedNullCharacter),this._emitCodePoint(t);break}case b.EOF:{this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateRcdata(t){switch(t){case b.AMPERSAND:{this._startCharacterReference();break}case b.LESS_THAN_SIGN:{this.state=E.RCDATA_LESS_THAN_SIGN;break}case b.NULL:{this._err(I.unexpectedNullCharacter),this._emitChars(Ie);break}case b.EOF:{this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateRawtext(t){switch(t){case b.LESS_THAN_SIGN:{this.state=E.RAWTEXT_LESS_THAN_SIGN;break}case b.NULL:{this._err(I.unexpectedNullCharacter),this._emitChars(Ie);break}case b.EOF:{this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateScriptData(t){switch(t){case b.LESS_THAN_SIGN:{this.state=E.SCRIPT_DATA_LESS_THAN_SIGN;break}case b.NULL:{this._err(I.unexpectedNullCharacter),this._emitChars(Ie);break}case b.EOF:{this._emitEOFToken();break}default:this._emitCodePoint(t)}}_statePlaintext(t){switch(t){case b.NULL:{this._err(I.unexpectedNullCharacter),this._emitChars(Ie);break}case b.EOF:{this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateTagOpen(t){if(gt(t))this._createStartTagToken(),this.state=E.TAG_NAME,this._stateTagName(t);else switch(t){case b.EXCLAMATION_MARK:{this.state=E.MARKUP_DECLARATION_OPEN;break}case b.SOLIDUS:{this.state=E.END_TAG_OPEN;break}case b.QUESTION_MARK:{this._err(I.unexpectedQuestionMarkInsteadOfTagName),this._createCommentToken(1),this.state=E.BOGUS_COMMENT,this._stateBogusComment(t);break}case b.EOF:{this._err(I.eofBeforeTagName),this._emitChars("<"),this._emitEOFToken();break}default:this._err(I.invalidFirstCharacterOfTagName),this._emitChars("<"),this.state=E.DATA,this._stateData(t)}}_stateEndTagOpen(t){if(gt(t))this._createEndTagToken(),this.state=E.TAG_NAME,this._stateTagName(t);else switch(t){case b.GREATER_THAN_SIGN:{this._err(I.missingEndTagName),this.state=E.DATA;break}case b.EOF:{this._err(I.eofBeforeTagName),this._emitChars("</"),this._emitEOFToken();break}default:this._err(I.invalidFirstCharacterOfTagName),this._createCommentToken(2),this.state=E.BOGUS_COMMENT,this._stateBogusComment(t)}}_stateTagName(t){const n=this.currentToken;switch(t){case b.SPACE:case b.LINE_FEED:case b.TABULATION:case b.FORM_FEED:{this.state=E.BEFORE_ATTRIBUTE_NAME;break}case b.SOLIDUS:{this.state=E.SELF_CLOSING_START_TAG;break}case b.GREATER_THAN_SIGN:{this.state=E.DATA,this.emitCurrentTagToken();break}case b.NULL:{this._err(I.unexpectedNullCharacter),n.tagName+=Ie;break}case b.EOF:{this._err(I.eofInTag),this._emitEOFToken();break}default:n.tagName+=String.fromCodePoint(En(t)?Xn(t):t)}}_stateRcdataLessThanSign(t){t===b.SOLIDUS?this.state=E.RCDATA_END_TAG_OPEN:(this._emitChars("<"),this.state=E.RCDATA,this._stateRcdata(t))}_stateRcdataEndTagOpen(t){gt(t)?(this.state=E.RCDATA_END_TAG_NAME,this._stateRcdataEndTagName(t)):(this._emitChars("</"),this.state=E.RCDATA,this._stateRcdata(t))}handleSpecialEndTag(t){if(!this.preprocessor.startsWith(this.lastStartTagName,!1))return!this._ensureHibernation();this._createEndTagToken();const n=this.currentToken;switch(n.tagName=this.lastStartTagName,this.preprocessor.peek(this.lastStartTagName.length)){case b.SPACE:case b.LINE_FEED:case b.TABULATION:case b.FORM_FEED:return this._advanceBy(this.lastStartTagName.length),this.state=E.BEFORE_ATTRIBUTE_NAME,!1;case b.SOLIDUS:return this._advanceBy(this.lastStartTagName.length),this.state=E.SELF_CLOSING_START_TAG,!1;case b.GREATER_THAN_SIGN:return this._advanceBy(this.lastStartTagName.length),this.emitCurrentTagToken(),this.state=E.DATA,!1;default:return!this._ensureHibernation()}}_stateRcdataEndTagName(t){this.handleSpecialEndTag(t)&&(this._emitChars("</"),this.state=E.RCDATA,this._stateRcdata(t))}_stateRawtextLessThanSign(t){t===b.SOLIDUS?this.state=E.RAWTEXT_END_TAG_OPEN:(this._emitChars("<"),this.state=E.RAWTEXT,this._stateRawtext(t))}_stateRawtextEndTagOpen(t){gt(t)?(this.state=E.RAWTEXT_END_TAG_NAME,this._stateRawtextEndTagName(t)):(this._emitChars("</"),this.state=E.RAWTEXT,this._stateRawtext(t))}_stateRawtextEndTagName(t){this.handleSpecialEndTag(t)&&(this._emitChars("</"),this.state=E.RAWTEXT,this._stateRawtext(t))}_stateScriptDataLessThanSign(t){switch(t){case b.SOLIDUS:{this.state=E.SCRIPT_DATA_END_TAG_OPEN;break}case b.EXCLAMATION_MARK:{this.state=E.SCRIPT_DATA_ESCAPE_START,this._emitChars("<!");break}default:this._emitChars("<"),this.state=E.SCRIPT_DATA,this._stateScriptData(t)}}_stateScriptDataEndTagOpen(t){gt(t)?(this.state=E.SCRIPT_DATA_END_TAG_NAME,this._stateScriptDataEndTagName(t)):(this._emitChars("</"),this.state=E.SCRIPT_DATA,this._stateScriptData(t))}_stateScriptDataEndTagName(t){this.handleSpecialEndTag(t)&&(this._emitChars("</"),this.state=E.SCRIPT_DATA,this._stateScriptData(t))}_stateScriptDataEscapeStart(t){t===b.HYPHEN_MINUS?(this.state=E.SCRIPT_DATA_ESCAPE_START_DASH,this._emitChars("-")):(this.state=E.SCRIPT_DATA,this._stateScriptData(t))}_stateScriptDataEscapeStartDash(t){t===b.HYPHEN_MINUS?(this.state=E.SCRIPT_DATA_ESCAPED_DASH_DASH,this._emitChars("-")):(this.state=E.SCRIPT_DATA,this._stateScriptData(t))}_stateScriptDataEscaped(t){switch(t){case b.HYPHEN_MINUS:{this.state=E.SCRIPT_DATA_ESCAPED_DASH,this._emitChars("-");break}case b.LESS_THAN_SIGN:{this.state=E.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN;break}case b.NULL:{this._err(I.unexpectedNullCharacter),this._emitChars(Ie);break}case b.EOF:{this._err(I.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateScriptDataEscapedDash(t){switch(t){case b.HYPHEN_MINUS:{this.state=E.SCRIPT_DATA_ESCAPED_DASH_DASH,this._emitChars("-");break}case b.LESS_THAN_SIGN:{this.state=E.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN;break}case b.NULL:{this._err(I.unexpectedNullCharacter),this.state=E.SCRIPT_DATA_ESCAPED,this._emitChars(Ie);break}case b.EOF:{this._err(I.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break}default:this.state=E.SCRIPT_DATA_ESCAPED,this._emitCodePoint(t)}}_stateScriptDataEscapedDashDash(t){switch(t){case b.HYPHEN_MINUS:{this._emitChars("-");break}case b.LESS_THAN_SIGN:{this.state=E.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN;break}case b.GREATER_THAN_SIGN:{this.state=E.SCRIPT_DATA,this._emitChars(">");break}case b.NULL:{this._err(I.unexpectedNullCharacter),this.state=E.SCRIPT_DATA_ESCAPED,this._emitChars(Ie);break}case b.EOF:{this._err(I.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break}default:this.state=E.SCRIPT_DATA_ESCAPED,this._emitCodePoint(t)}}_stateScriptDataEscapedLessThanSign(t){t===b.SOLIDUS?this.state=E.SCRIPT_DATA_ESCAPED_END_TAG_OPEN:gt(t)?(this._emitChars("<"),this.state=E.SCRIPT_DATA_DOUBLE_ESCAPE_START,this._stateScriptDataDoubleEscapeStart(t)):(this._emitChars("<"),this.state=E.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(t))}_stateScriptDataEscapedEndTagOpen(t){gt(t)?(this.state=E.SCRIPT_DATA_ESCAPED_END_TAG_NAME,this._stateScriptDataEscapedEndTagName(t)):(this._emitChars("</"),this.state=E.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(t))}_stateScriptDataEscapedEndTagName(t){this.handleSpecialEndTag(t)&&(this._emitChars("</"),this.state=E.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(t))}_stateScriptDataDoubleEscapeStart(t){if(this.preprocessor.startsWith(je.SCRIPT,!1)&&Cs(this.preprocessor.peek(je.SCRIPT.length))){this._emitCodePoint(t);for(let n=0;n<je.SCRIPT.length;n++)this._emitCodePoint(this._consume());this.state=E.SCRIPT_DATA_DOUBLE_ESCAPED}else this._ensureHibernation()||(this.state=E.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(t))}_stateScriptDataDoubleEscaped(t){switch(t){case b.HYPHEN_MINUS:{this.state=E.SCRIPT_DATA_DOUBLE_ESCAPED_DASH,this._emitChars("-");break}case b.LESS_THAN_SIGN:{this.state=E.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN,this._emitChars("<");break}case b.NULL:{this._err(I.unexpectedNullCharacter),this._emitChars(Ie);break}case b.EOF:{this._err(I.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateScriptDataDoubleEscapedDash(t){switch(t){case b.HYPHEN_MINUS:{this.state=E.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH,this._emitChars("-");break}case b.LESS_THAN_SIGN:{this.state=E.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN,this._emitChars("<");break}case b.NULL:{this._err(I.unexpectedNullCharacter),this.state=E.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitChars(Ie);break}case b.EOF:{this._err(I.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break}default:this.state=E.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitCodePoint(t)}}_stateScriptDataDoubleEscapedDashDash(t){switch(t){case b.HYPHEN_MINUS:{this._emitChars("-");break}case b.LESS_THAN_SIGN:{this.state=E.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN,this._emitChars("<");break}case b.GREATER_THAN_SIGN:{this.state=E.SCRIPT_DATA,this._emitChars(">");break}case b.NULL:{this._err(I.unexpectedNullCharacter),this.state=E.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitChars(Ie);break}case b.EOF:{this._err(I.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break}default:this.state=E.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitCodePoint(t)}}_stateScriptDataDoubleEscapedLessThanSign(t){t===b.SOLIDUS?(this.state=E.SCRIPT_DATA_DOUBLE_ESCAPE_END,this._emitChars("/")):(this.state=E.SCRIPT_DATA_DOUBLE_ESCAPED,this._stateScriptDataDoubleEscaped(t))}_stateScriptDataDoubleEscapeEnd(t){if(this.preprocessor.startsWith(je.SCRIPT,!1)&&Cs(this.preprocessor.peek(je.SCRIPT.length))){this._emitCodePoint(t);for(let n=0;n<je.SCRIPT.length;n++)this._emitCodePoint(this._consume());this.state=E.SCRIPT_DATA_ESCAPED}else this._ensureHibernation()||(this.state=E.SCRIPT_DATA_DOUBLE_ESCAPED,this._stateScriptDataDoubleEscaped(t))}_stateBeforeAttributeName(t){switch(t){case b.SPACE:case b.LINE_FEED:case b.TABULATION:case b.FORM_FEED:break;case b.SOLIDUS:case b.GREATER_THAN_SIGN:case b.EOF:{this.state=E.AFTER_ATTRIBUTE_NAME,this._stateAfterAttributeName(t);break}case b.EQUALS_SIGN:{this._err(I.unexpectedEqualsSignBeforeAttributeName),this._createAttr("="),this.state=E.ATTRIBUTE_NAME;break}default:this._createAttr(""),this.state=E.ATTRIBUTE_NAME,this._stateAttributeName(t)}}_stateAttributeName(t){switch(t){case b.SPACE:case b.LINE_FEED:case b.TABULATION:case b.FORM_FEED:case b.SOLIDUS:case b.GREATER_THAN_SIGN:case b.EOF:{this._leaveAttrName(),this.state=E.AFTER_ATTRIBUTE_NAME,this._stateAfterAttributeName(t);break}case b.EQUALS_SIGN:{this._leaveAttrName(),this.state=E.BEFORE_ATTRIBUTE_VALUE;break}case b.QUOTATION_MARK:case b.APOSTROPHE:case b.LESS_THAN_SIGN:{this._err(I.unexpectedCharacterInAttributeName),this.currentAttr.name+=String.fromCodePoint(t);break}case b.NULL:{this._err(I.unexpectedNullCharacter),this.currentAttr.name+=Ie;break}default:this.currentAttr.name+=String.fromCodePoint(En(t)?Xn(t):t)}}_stateAfterAttributeName(t){switch(t){case b.SPACE:case b.LINE_FEED:case b.TABULATION:case b.FORM_FEED:break;case b.SOLIDUS:{this.state=E.SELF_CLOSING_START_TAG;break}case b.EQUALS_SIGN:{this.state=E.BEFORE_ATTRIBUTE_VALUE;break}case b.GREATER_THAN_SIGN:{this.state=E.DATA,this.emitCurrentTagToken();break}case b.EOF:{this._err(I.eofInTag),this._emitEOFToken();break}default:this._createAttr(""),this.state=E.ATTRIBUTE_NAME,this._stateAttributeName(t)}}_stateBeforeAttributeValue(t){switch(t){case b.SPACE:case b.LINE_FEED:case b.TABULATION:case b.FORM_FEED:break;case b.QUOTATION_MARK:{this.state=E.ATTRIBUTE_VALUE_DOUBLE_QUOTED;break}case b.APOSTROPHE:{this.state=E.ATTRIBUTE_VALUE_SINGLE_QUOTED;break}case b.GREATER_THAN_SIGN:{this._err(I.missingAttributeValue),this.state=E.DATA,this.emitCurrentTagToken();break}default:this.state=E.ATTRIBUTE_VALUE_UNQUOTED,this._stateAttributeValueUnquoted(t)}}_stateAttributeValueDoubleQuoted(t){switch(t){case b.QUOTATION_MARK:{this.state=E.AFTER_ATTRIBUTE_VALUE_QUOTED;break}case b.AMPERSAND:{this._startCharacterReference();break}case b.NULL:{this._err(I.unexpectedNullCharacter),this.currentAttr.value+=Ie;break}case b.EOF:{this._err(I.eofInTag),this._emitEOFToken();break}default:this.currentAttr.value+=String.fromCodePoint(t)}}_stateAttributeValueSingleQuoted(t){switch(t){case b.APOSTROPHE:{this.state=E.AFTER_ATTRIBUTE_VALUE_QUOTED;break}case b.AMPERSAND:{this._startCharacterReference();break}case b.NULL:{this._err(I.unexpectedNullCharacter),this.currentAttr.value+=Ie;break}case b.EOF:{this._err(I.eofInTag),this._emitEOFToken();break}default:this.currentAttr.value+=String.fromCodePoint(t)}}_stateAttributeValueUnquoted(t){switch(t){case b.SPACE:case b.LINE_FEED:case b.TABULATION:case b.FORM_FEED:{this._leaveAttrValue(),this.state=E.BEFORE_ATTRIBUTE_NAME;break}case b.AMPERSAND:{this._startCharacterReference();break}case b.GREATER_THAN_SIGN:{this._leaveAttrValue(),this.state=E.DATA,this.emitCurrentTagToken();break}case b.NULL:{this._err(I.unexpectedNullCharacter),this.currentAttr.value+=Ie;break}case b.QUOTATION_MARK:case b.APOSTROPHE:case b.LESS_THAN_SIGN:case b.EQUALS_SIGN:case b.GRAVE_ACCENT:{this._err(I.unexpectedCharacterInUnquotedAttributeValue),this.currentAttr.value+=String.fromCodePoint(t);break}case b.EOF:{this._err(I.eofInTag),this._emitEOFToken();break}default:this.currentAttr.value+=String.fromCodePoint(t)}}_stateAfterAttributeValueQuoted(t){switch(t){case b.SPACE:case b.LINE_FEED:case b.TABULATION:case b.FORM_FEED:{this._leaveAttrValue(),this.state=E.BEFORE_ATTRIBUTE_NAME;break}case b.SOLIDUS:{this._leaveAttrValue(),this.state=E.SELF_CLOSING_START_TAG;break}case b.GREATER_THAN_SIGN:{this._leaveAttrValue(),this.state=E.DATA,this.emitCurrentTagToken();break}case b.EOF:{this._err(I.eofInTag),this._emitEOFToken();break}default:this._err(I.missingWhitespaceBetweenAttributes),this.state=E.BEFORE_ATTRIBUTE_NAME,this._stateBeforeAttributeName(t)}}_stateSelfClosingStartTag(t){switch(t){case b.GREATER_THAN_SIGN:{const n=this.currentToken;n.selfClosing=!0,this.state=E.DATA,this.emitCurrentTagToken();break}case b.EOF:{this._err(I.eofInTag),this._emitEOFToken();break}default:this._err(I.unexpectedSolidusInTag),this.state=E.BEFORE_ATTRIBUTE_NAME,this._stateBeforeAttributeName(t)}}_stateBogusComment(t){const n=this.currentToken;switch(t){case b.GREATER_THAN_SIGN:{this.state=E.DATA,this.emitCurrentComment(n);break}case b.EOF:{this.emitCurrentComment(n),this._emitEOFToken();break}case b.NULL:{this._err(I.unexpectedNullCharacter),n.data+=Ie;break}default:n.data+=String.fromCodePoint(t)}}_stateMarkupDeclarationOpen(t){this._consumeSequenceIfMatch(je.DASH_DASH,!0)?(this._createCommentToken(je.DASH_DASH.length+1),this.state=E.COMMENT_START):this._consumeSequenceIfMatch(je.DOCTYPE,!1)?(this.currentLocation=this.getCurrentLocation(je.DOCTYPE.length+1),this.state=E.DOCTYPE):this._consumeSequenceIfMatch(je.CDATA_START,!0)?this.inForeignNode?this.state=E.CDATA_SECTION:(this._err(I.cdataInHtmlContent),this._createCommentToken(je.CDATA_START.length+1),this.currentToken.data="[CDATA[",this.state=E.BOGUS_COMMENT):this._ensureHibernation()||(this._err(I.incorrectlyOpenedComment),this._createCommentToken(2),this.state=E.BOGUS_COMMENT,this._stateBogusComment(t))}_stateCommentStart(t){switch(t){case b.HYPHEN_MINUS:{this.state=E.COMMENT_START_DASH;break}case b.GREATER_THAN_SIGN:{this._err(I.abruptClosingOfEmptyComment),this.state=E.DATA;const n=this.currentToken;this.emitCurrentComment(n);break}default:this.state=E.COMMENT,this._stateComment(t)}}_stateCommentStartDash(t){const n=this.currentToken;switch(t){case b.HYPHEN_MINUS:{this.state=E.COMMENT_END;break}case b.GREATER_THAN_SIGN:{this._err(I.abruptClosingOfEmptyComment),this.state=E.DATA,this.emitCurrentComment(n);break}case b.EOF:{this._err(I.eofInComment),this.emitCurrentComment(n),this._emitEOFToken();break}default:n.data+="-",this.state=E.COMMENT,this._stateComment(t)}}_stateComment(t){const n=this.currentToken;switch(t){case b.HYPHEN_MINUS:{this.state=E.COMMENT_END_DASH;break}case b.LESS_THAN_SIGN:{n.data+="<",this.state=E.COMMENT_LESS_THAN_SIGN;break}case b.NULL:{this._err(I.unexpectedNullCharacter),n.data+=Ie;break}case b.EOF:{this._err(I.eofInComment),this.emitCurrentComment(n),this._emitEOFToken();break}default:n.data+=String.fromCodePoint(t)}}_stateCommentLessThanSign(t){const n=this.currentToken;switch(t){case b.EXCLAMATION_MARK:{n.data+="!",this.state=E.COMMENT_LESS_THAN_SIGN_BANG;break}case b.LESS_THAN_SIGN:{n.data+="<";break}default:this.state=E.COMMENT,this._stateComment(t)}}_stateCommentLessThanSignBang(t){t===b.HYPHEN_MINUS?this.state=E.COMMENT_LESS_THAN_SIGN_BANG_DASH:(this.state=E.COMMENT,this._stateComment(t))}_stateCommentLessThanSignBangDash(t){t===b.HYPHEN_MINUS?this.state=E.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH:(this.state=E.COMMENT_END_DASH,this._stateCommentEndDash(t))}_stateCommentLessThanSignBangDashDash(t){t!==b.GREATER_THAN_SIGN&&t!==b.EOF&&this._err(I.nestedComment),this.state=E.COMMENT_END,this._stateCommentEnd(t)}_stateCommentEndDash(t){const n=this.currentToken;switch(t){case b.HYPHEN_MINUS:{this.state=E.COMMENT_END;break}case b.EOF:{this._err(I.eofInComment),this.emitCurrentComment(n),this._emitEOFToken();break}default:n.data+="-",this.state=E.COMMENT,this._stateComment(t)}}_stateCommentEnd(t){const n=this.currentToken;switch(t){case b.GREATER_THAN_SIGN:{this.state=E.DATA,this.emitCurrentComment(n);break}case b.EXCLAMATION_MARK:{this.state=E.COMMENT_END_BANG;break}case b.HYPHEN_MINUS:{n.data+="-";break}case b.EOF:{this._err(I.eofInComment),this.emitCurrentComment(n),this._emitEOFToken();break}default:n.data+="--",this.state=E.COMMENT,this._stateComment(t)}}_stateCommentEndBang(t){const n=this.currentToken;switch(t){case b.HYPHEN_MINUS:{n.data+="--!",this.state=E.COMMENT_END_DASH;break}case b.GREATER_THAN_SIGN:{this._err(I.incorrectlyClosedComment),this.state=E.DATA,this.emitCurrentComment(n);break}case b.EOF:{this._err(I.eofInComment),this.emitCurrentComment(n),this._emitEOFToken();break}default:n.data+="--!",this.state=E.COMMENT,this._stateComment(t)}}_stateDoctype(t){switch(t){case b.SPACE:case b.LINE_FEED:case b.TABULATION:case b.FORM_FEED:{this.state=E.BEFORE_DOCTYPE_NAME;break}case b.GREATER_THAN_SIGN:{this.state=E.BEFORE_DOCTYPE_NAME,this._stateBeforeDoctypeName(t);break}case b.EOF:{this._err(I.eofInDoctype),this._createDoctypeToken(null);const n=this.currentToken;n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(I.missingWhitespaceBeforeDoctypeName),this.state=E.BEFORE_DOCTYPE_NAME,this._stateBeforeDoctypeName(t)}}_stateBeforeDoctypeName(t){if(En(t))this._createDoctypeToken(String.fromCharCode(Xn(t))),this.state=E.DOCTYPE_NAME;else switch(t){case b.SPACE:case b.LINE_FEED:case b.TABULATION:case b.FORM_FEED:break;case b.NULL:{this._err(I.unexpectedNullCharacter),this._createDoctypeToken(Ie),this.state=E.DOCTYPE_NAME;break}case b.GREATER_THAN_SIGN:{this._err(I.missingDoctypeName),this._createDoctypeToken(null);const n=this.currentToken;n.forceQuirks=!0,this.emitCurrentDoctype(n),this.state=E.DATA;break}case b.EOF:{this._err(I.eofInDoctype),this._createDoctypeToken(null);const n=this.currentToken;n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._createDoctypeToken(String.fromCodePoint(t)),this.state=E.DOCTYPE_NAME}}_stateDoctypeName(t){const n=this.currentToken;switch(t){case b.SPACE:case b.LINE_FEED:case b.TABULATION:case b.FORM_FEED:{this.state=E.AFTER_DOCTYPE_NAME;break}case b.GREATER_THAN_SIGN:{this.state=E.DATA,this.emitCurrentDoctype(n);break}case b.NULL:{this._err(I.unexpectedNullCharacter),n.name+=Ie;break}case b.EOF:{this._err(I.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:n.name+=String.fromCodePoint(En(t)?Xn(t):t)}}_stateAfterDoctypeName(t){const n=this.currentToken;switch(t){case b.SPACE:case b.LINE_FEED:case b.TABULATION:case b.FORM_FEED:break;case b.GREATER_THAN_SIGN:{this.state=E.DATA,this.emitCurrentDoctype(n);break}case b.EOF:{this._err(I.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._consumeSequenceIfMatch(je.PUBLIC,!1)?this.state=E.AFTER_DOCTYPE_PUBLIC_KEYWORD:this._consumeSequenceIfMatch(je.SYSTEM,!1)?this.state=E.AFTER_DOCTYPE_SYSTEM_KEYWORD:this._ensureHibernation()||(this._err(I.invalidCharacterSequenceAfterDoctypeName),n.forceQuirks=!0,this.state=E.BOGUS_DOCTYPE,this._stateBogusDoctype(t))}}_stateAfterDoctypePublicKeyword(t){const n=this.currentToken;switch(t){case b.SPACE:case b.LINE_FEED:case b.TABULATION:case b.FORM_FEED:{this.state=E.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER;break}case b.QUOTATION_MARK:{this._err(I.missingWhitespaceAfterDoctypePublicKeyword),n.publicId="",this.state=E.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED;break}case b.APOSTROPHE:{this._err(I.missingWhitespaceAfterDoctypePublicKeyword),n.publicId="",this.state=E.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED;break}case b.GREATER_THAN_SIGN:{this._err(I.missingDoctypePublicIdentifier),n.forceQuirks=!0,this.state=E.DATA,this.emitCurrentDoctype(n);break}case b.EOF:{this._err(I.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(I.missingQuoteBeforeDoctypePublicIdentifier),n.forceQuirks=!0,this.state=E.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateBeforeDoctypePublicIdentifier(t){const n=this.currentToken;switch(t){case b.SPACE:case b.LINE_FEED:case b.TABULATION:case b.FORM_FEED:break;case b.QUOTATION_MARK:{n.publicId="",this.state=E.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED;break}case b.APOSTROPHE:{n.publicId="",this.state=E.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED;break}case b.GREATER_THAN_SIGN:{this._err(I.missingDoctypePublicIdentifier),n.forceQuirks=!0,this.state=E.DATA,this.emitCurrentDoctype(n);break}case b.EOF:{this._err(I.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(I.missingQuoteBeforeDoctypePublicIdentifier),n.forceQuirks=!0,this.state=E.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateDoctypePublicIdentifierDoubleQuoted(t){const n=this.currentToken;switch(t){case b.QUOTATION_MARK:{this.state=E.AFTER_DOCTYPE_PUBLIC_IDENTIFIER;break}case b.NULL:{this._err(I.unexpectedNullCharacter),n.publicId+=Ie;break}case b.GREATER_THAN_SIGN:{this._err(I.abruptDoctypePublicIdentifier),n.forceQuirks=!0,this.emitCurrentDoctype(n),this.state=E.DATA;break}case b.EOF:{this._err(I.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:n.publicId+=String.fromCodePoint(t)}}_stateDoctypePublicIdentifierSingleQuoted(t){const n=this.currentToken;switch(t){case b.APOSTROPHE:{this.state=E.AFTER_DOCTYPE_PUBLIC_IDENTIFIER;break}case b.NULL:{this._err(I.unexpectedNullCharacter),n.publicId+=Ie;break}case b.GREATER_THAN_SIGN:{this._err(I.abruptDoctypePublicIdentifier),n.forceQuirks=!0,this.emitCurrentDoctype(n),this.state=E.DATA;break}case b.EOF:{this._err(I.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:n.publicId+=String.fromCodePoint(t)}}_stateAfterDoctypePublicIdentifier(t){const n=this.currentToken;switch(t){case b.SPACE:case b.LINE_FEED:case b.TABULATION:case b.FORM_FEED:{this.state=E.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS;break}case b.GREATER_THAN_SIGN:{this.state=E.DATA,this.emitCurrentDoctype(n);break}case b.QUOTATION_MARK:{this._err(I.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers),n.systemId="",this.state=E.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break}case b.APOSTROPHE:{this._err(I.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers),n.systemId="",this.state=E.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break}case b.EOF:{this._err(I.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(I.missingQuoteBeforeDoctypeSystemIdentifier),n.forceQuirks=!0,this.state=E.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateBetweenDoctypePublicAndSystemIdentifiers(t){const n=this.currentToken;switch(t){case b.SPACE:case b.LINE_FEED:case b.TABULATION:case b.FORM_FEED:break;case b.GREATER_THAN_SIGN:{this.emitCurrentDoctype(n),this.state=E.DATA;break}case b.QUOTATION_MARK:{n.systemId="",this.state=E.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break}case b.APOSTROPHE:{n.systemId="",this.state=E.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break}case b.EOF:{this._err(I.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(I.missingQuoteBeforeDoctypeSystemIdentifier),n.forceQuirks=!0,this.state=E.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateAfterDoctypeSystemKeyword(t){const n=this.currentToken;switch(t){case b.SPACE:case b.LINE_FEED:case b.TABULATION:case b.FORM_FEED:{this.state=E.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER;break}case b.QUOTATION_MARK:{this._err(I.missingWhitespaceAfterDoctypeSystemKeyword),n.systemId="",this.state=E.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break}case b.APOSTROPHE:{this._err(I.missingWhitespaceAfterDoctypeSystemKeyword),n.systemId="",this.state=E.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break}case b.GREATER_THAN_SIGN:{this._err(I.missingDoctypeSystemIdentifier),n.forceQuirks=!0,this.state=E.DATA,this.emitCurrentDoctype(n);break}case b.EOF:{this._err(I.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(I.missingQuoteBeforeDoctypeSystemIdentifier),n.forceQuirks=!0,this.state=E.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateBeforeDoctypeSystemIdentifier(t){const n=this.currentToken;switch(t){case b.SPACE:case b.LINE_FEED:case b.TABULATION:case b.FORM_FEED:break;case b.QUOTATION_MARK:{n.systemId="",this.state=E.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break}case b.APOSTROPHE:{n.systemId="",this.state=E.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break}case b.GREATER_THAN_SIGN:{this._err(I.missingDoctypeSystemIdentifier),n.forceQuirks=!0,this.state=E.DATA,this.emitCurrentDoctype(n);break}case b.EOF:{this._err(I.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(I.missingQuoteBeforeDoctypeSystemIdentifier),n.forceQuirks=!0,this.state=E.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateDoctypeSystemIdentifierDoubleQuoted(t){const n=this.currentToken;switch(t){case b.QUOTATION_MARK:{this.state=E.AFTER_DOCTYPE_SYSTEM_IDENTIFIER;break}case b.NULL:{this._err(I.unexpectedNullCharacter),n.systemId+=Ie;break}case b.GREATER_THAN_SIGN:{this._err(I.abruptDoctypeSystemIdentifier),n.forceQuirks=!0,this.emitCurrentDoctype(n),this.state=E.DATA;break}case b.EOF:{this._err(I.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:n.systemId+=String.fromCodePoint(t)}}_stateDoctypeSystemIdentifierSingleQuoted(t){const n=this.currentToken;switch(t){case b.APOSTROPHE:{this.state=E.AFTER_DOCTYPE_SYSTEM_IDENTIFIER;break}case b.NULL:{this._err(I.unexpectedNullCharacter),n.systemId+=Ie;break}case b.GREATER_THAN_SIGN:{this._err(I.abruptDoctypeSystemIdentifier),n.forceQuirks=!0,this.emitCurrentDoctype(n),this.state=E.DATA;break}case b.EOF:{this._err(I.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:n.systemId+=String.fromCodePoint(t)}}_stateAfterDoctypeSystemIdentifier(t){const n=this.currentToken;switch(t){case b.SPACE:case b.LINE_FEED:case b.TABULATION:case b.FORM_FEED:break;case b.GREATER_THAN_SIGN:{this.emitCurrentDoctype(n),this.state=E.DATA;break}case b.EOF:{this._err(I.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(I.unexpectedCharacterAfterDoctypeSystemIdentifier),this.state=E.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateBogusDoctype(t){const n=this.currentToken;switch(t){case b.GREATER_THAN_SIGN:{this.emitCurrentDoctype(n),this.state=E.DATA;break}case b.NULL:{this._err(I.unexpectedNullCharacter);break}case b.EOF:{this.emitCurrentDoctype(n),this._emitEOFToken();break}}}_stateCdataSection(t){switch(t){case b.RIGHT_SQUARE_BRACKET:{this.state=E.CDATA_SECTION_BRACKET;break}case b.EOF:{this._err(I.eofInCdata),this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateCdataSectionBracket(t){t===b.RIGHT_SQUARE_BRACKET?this.state=E.CDATA_SECTION_END:(this._emitChars("]"),this.state=E.CDATA_SECTION,this._stateCdataSection(t))}_stateCdataSectionEnd(t){switch(t){case b.GREATER_THAN_SIGN:{this.state=E.DATA;break}case b.RIGHT_SQUARE_BRACKET:{this._emitChars("]");break}default:this._emitChars("]]"),this.state=E.CDATA_SECTION,this._stateCdataSection(t)}}_stateCharacterReference(){let t=this.entityDecoder.write(this.preprocessor.html,this.preprocessor.pos);if(t<0)if(this.preprocessor.lastChunkWritten)t=this.entityDecoder.end();else{this.active=!1,this.preprocessor.pos=this.preprocessor.html.length-1,this.consumedAfterSnapshot=0,this.preprocessor.endOfChunkHit=!0;return}t===0?(this.preprocessor.pos=this.entityStartPos,this._flushCodePointConsumedAsCharacterReference(b.AMPERSAND),this.state=!this._isCharacterReferenceInAttribute()&&Ss(this.preprocessor.peek(1))?E.AMBIGUOUS_AMPERSAND:this.returnState):this.state=this.returnState}_stateAmbiguousAmpersand(t){Ss(t)?this._flushCodePointConsumedAsCharacterReference(t):(t===b.SEMICOLON&&this._err(I.unknownNamedCharacterReference),this.state=this.returnState,this._callState(t))}}const Po=new Set([u.DD,u.DT,u.LI,u.OPTGROUP,u.OPTION,u.P,u.RB,u.RP,u.RT,u.RTC]),Is=new Set([...Po,u.CAPTION,u.COLGROUP,u.TBODY,u.TD,u.TFOOT,u.TH,u.THEAD,u.TR]),ir=new Set([u.APPLET,u.CAPTION,u.HTML,u.MARQUEE,u.OBJECT,u.TABLE,u.TD,u.TEMPLATE,u.TH]),yp=new Set([...ir,u.OL,u.UL]),xp=new Set([...ir,u.BUTTON]),Ns=new Set([u.ANNOTATION_XML,u.MI,u.MN,u.MO,u.MS,u.MTEXT]),vs=new Set([u.DESC,u.FOREIGN_OBJECT,u.TITLE]),Ap=new Set([u.TR,u.TEMPLATE,u.HTML]),_p=new Set([u.TBODY,u.TFOOT,u.THEAD,u.TEMPLATE,u.HTML]),Sp=new Set([u.TABLE,u.TEMPLATE,u.HTML]),Cp=new Set([u.TD,u.TH]);class Ip{get currentTmplContentOrNode(){return this._isInTemplate()?this.treeAdapter.getTemplateContent(this.current):this.current}constructor(t,n,r){this.treeAdapter=n,this.handler=r,this.items=[],this.tagIDs=[],this.stackTop=-1,this.tmplCount=0,this.currentTagId=u.UNKNOWN,this.current=t}_indexOf(t){return this.items.lastIndexOf(t,this.stackTop)}_isInTemplate(){return this.currentTagId===u.TEMPLATE&&this.treeAdapter.getNamespaceURI(this.current)===P.HTML}_updateCurrentElement(){this.current=this.items[this.stackTop],this.currentTagId=this.tagIDs[this.stackTop]}push(t,n){this.stackTop++,this.items[this.stackTop]=t,this.current=t,this.tagIDs[this.stackTop]=n,this.currentTagId=n,this._isInTemplate()&&this.tmplCount++,this.handler.onItemPush(t,n,!0)}pop(){const t=this.current;this.tmplCount>0&&this._isInTemplate()&&this.tmplCount--,this.stackTop--,this._updateCurrentElement(),this.handler.onItemPop(t,!0)}replace(t,n){const r=this._indexOf(t);this.items[r]=n,r===this.stackTop&&(this.current=n)}insertAfter(t,n,r){const a=this._indexOf(t)+1;this.items.splice(a,0,n),this.tagIDs.splice(a,0,r),this.stackTop++,a===this.stackTop&&this._updateCurrentElement(),this.handler.onItemPush(this.current,this.currentTagId,a===this.stackTop)}popUntilTagNamePopped(t){let n=this.stackTop+1;do n=this.tagIDs.lastIndexOf(t,n-1);while(n>0&&this.treeAdapter.getNamespaceURI(this.items[n])!==P.HTML);this.shortenToLength(n<0?0:n)}shortenToLength(t){for(;this.stackTop>=t;){const n=this.current;this.tmplCount>0&&this._isInTemplate()&&(this.tmplCount-=1),this.stackTop--,this._updateCurrentElement(),this.handler.onItemPop(n,this.stackTop<t)}}popUntilElementPopped(t){const n=this._indexOf(t);this.shortenToLength(n<0?0:n)}popUntilPopped(t,n){const r=this._indexOfTagNames(t,n);this.shortenToLength(r<0?0:r)}popUntilNumberedHeaderPopped(){this.popUntilPopped(wa,P.HTML)}popUntilTableCellPopped(){this.popUntilPopped(Cp,P.HTML)}popAllUpToHtmlElement(){this.tmplCount=0,this.shortenToLength(1)}_indexOfTagNames(t,n){for(let r=this.stackTop;r>=0;r--)if(t.has(this.tagIDs[r])&&this.treeAdapter.getNamespaceURI(this.items[r])===n)return r;return-1}clearBackTo(t,n){const r=this._indexOfTagNames(t,n);this.shortenToLength(r+1)}clearBackToTableContext(){this.clearBackTo(Sp,P.HTML)}clearBackToTableBodyContext(){this.clearBackTo(_p,P.HTML)}clearBackToTableRowContext(){this.clearBackTo(Ap,P.HTML)}remove(t){const n=this._indexOf(t);n>=0&&(n===this.stackTop?this.pop():(this.items.splice(n,1),this.tagIDs.splice(n,1),this.stackTop--,this._updateCurrentElement(),this.handler.onItemPop(t,!1)))}tryPeekProperlyNestedBodyElement(){return this.stackTop>=1&&this.tagIDs[1]===u.BODY?this.items[1]:null}contains(t){return this._indexOf(t)>-1}getCommonAncestor(t){const n=this._indexOf(t)-1;return n>=0?this.items[n]:null}isRootHtmlElementCurrent(){return this.stackTop===0&&this.tagIDs[0]===u.HTML}hasInDynamicScope(t,n){for(let r=this.stackTop;r>=0;r--){const a=this.tagIDs[r];switch(this.treeAdapter.getNamespaceURI(this.items[r])){case P.HTML:{if(a===t)return!0;if(n.has(a))return!1;break}case P.SVG:{if(vs.has(a))return!1;break}case P.MATHML:{if(Ns.has(a))return!1;break}}}return!0}hasInScope(t){return this.hasInDynamicScope(t,ir)}hasInListItemScope(t){return this.hasInDynamicScope(t,yp)}hasInButtonScope(t){return this.hasInDynamicScope(t,xp)}hasNumberedHeaderInScope(){for(let t=this.stackTop;t>=0;t--){const n=this.tagIDs[t];switch(this.treeAdapter.getNamespaceURI(this.items[t])){case P.HTML:{if(wa.has(n))return!0;if(ir.has(n))return!1;break}case P.SVG:{if(vs.has(n))return!1;break}case P.MATHML:{if(Ns.has(n))return!1;break}}}return!0}hasInTableScope(t){for(let n=this.stackTop;n>=0;n--)if(this.treeAdapter.getNamespaceURI(this.items[n])===P.HTML)switch(this.tagIDs[n]){case t:return!0;case u.TABLE:case u.HTML:return!1}return!0}hasTableBodyContextInTableScope(){for(let t=this.stackTop;t>=0;t--)if(this.treeAdapter.getNamespaceURI(this.items[t])===P.HTML)switch(this.tagIDs[t]){case u.TBODY:case u.THEAD:case u.TFOOT:return!0;case u.TABLE:case u.HTML:return!1}return!0}hasInSelectScope(t){for(let n=this.stackTop;n>=0;n--)if(this.treeAdapter.getNamespaceURI(this.items[n])===P.HTML)switch(this.tagIDs[n]){case t:return!0;case u.OPTION:case u.OPTGROUP:break;default:return!1}return!0}generateImpliedEndTags(){for(;Po.has(this.currentTagId);)this.pop()}generateImpliedEndTagsThoroughly(){for(;Is.has(this.currentTagId);)this.pop()}generateImpliedEndTagsWithExclusion(t){for(;this.currentTagId!==t&&Is.has(this.currentTagId);)this.pop()}}const Qr=3;var ot;(function(e){e[e.Marker=0]="Marker",e[e.Element=1]="Element"})(ot||(ot={}));const ws={type:ot.Marker};class Np{constructor(t){this.treeAdapter=t,this.entries=[],this.bookmark=null}_getNoahArkConditionCandidates(t,n){const r=[],a=n.length,i=this.treeAdapter.getTagName(t),s=this.treeAdapter.getNamespaceURI(t);for(let o=0;o<this.entries.length;o++){const l=this.entries[o];if(l.type===ot.Marker)break;const{element:c}=l;if(this.treeAdapter.getTagName(c)===i&&this.treeAdapter.getNamespaceURI(c)===s){const d=this.treeAdapter.getAttrList(c);d.length===a&&r.push({idx:o,attrs:d})}}return r}_ensureNoahArkCondition(t){if(this.entries.length<Qr)return;const n=this.treeAdapter.getAttrList(t),r=this._getNoahArkConditionCandidates(t,n);if(r.length<Qr)return;const a=new Map(n.map(s=>[s.name,s.value]));let i=0;for(let s=0;s<r.length;s++){const o=r[s];o.attrs.every(l=>a.get(l.name)===l.value)&&(i+=1,i>=Qr&&this.entries.splice(o.idx,1))}}insertMarker(){this.entries.unshift(ws)}pushElement(t,n){this._ensureNoahArkCondition(t),this.entries.unshift({type:ot.Element,element:t,token:n})}insertElementAfterBookmark(t,n){const r=this.entries.indexOf(this.bookmark);this.entries.splice(r,0,{type:ot.Element,element:t,token:n})}removeEntry(t){const n=this.entries.indexOf(t);n>=0&&this.entries.splice(n,1)}clearToLastMarker(){const t=this.entries.indexOf(ws);t>=0?this.entries.splice(0,t+1):this.entries.length=0}getElementEntryInScopeWithTagName(t){const n=this.entries.find(r=>r.type===ot.Marker||this.treeAdapter.getTagName(r.element)===t);return n&&n.type===ot.Element?n:null}getElementEntry(t){return this.entries.find(n=>n.type===ot.Element&&n.element===t)}}const Tt={createDocument(){return{nodeName:"#document",mode:Qe.NO_QUIRKS,childNodes:[]}},createDocumentFragment(){return{nodeName:"#document-fragment",childNodes:[]}},createElement(e,t,n){return{nodeName:e,tagName:e,attrs:n,namespaceURI:t,childNodes:[],parentNode:null}},createCommentNode(e){return{nodeName:"#comment",data:e,parentNode:null}},createTextNode(e){return{nodeName:"#text",value:e,parentNode:null}},appendChild(e,t){e.childNodes.push(t),t.parentNode=e},insertBefore(e,t,n){const r=e.childNodes.indexOf(n);e.childNodes.splice(r,0,t),t.parentNode=e},setTemplateContent(e,t){e.content=t},getTemplateContent(e){return e.content},setDocumentType(e,t,n,r){const a=e.childNodes.find(i=>i.nodeName==="#documentType");if(a)a.name=t,a.publicId=n,a.systemId=r;else{const i={nodeName:"#documentType",name:t,publicId:n,systemId:r,parentNode:null};Tt.appendChild(e,i)}},setDocumentMode(e,t){e.mode=t},getDocumentMode(e){return e.mode},detachNode(e){if(e.parentNode){const t=e.parentNode.childNodes.indexOf(e);e.parentNode.childNodes.splice(t,1),e.parentNode=null}},insertText(e,t){if(e.childNodes.length>0){const n=e.childNodes[e.childNodes.length-1];if(Tt.isTextNode(n)){n.value+=t;return}}Tt.appendChild(e,Tt.createTextNode(t))},insertTextBefore(e,t,n){const r=e.childNodes[e.childNodes.indexOf(n)-1];r&&Tt.isTextNode(r)?r.value+=t:Tt.insertBefore(e,Tt.createTextNode(t),n)},adoptAttributes(e,t){const n=new Set(e.attrs.map(r=>r.name));for(let r=0;r<t.length;r++)n.has(t[r].name)||e.attrs.push(t[r])},getFirstChild(e){return e.childNodes[0]},getChildNodes(e){return e.childNodes},getParentNode(e){return e.parentNode},getAttrList(e){return e.attrs},getTagName(e){return e.tagName},getNamespaceURI(e){return e.namespaceURI},getTextNodeContent(e){return e.value},getCommentNodeContent(e){return e.data},getDocumentTypeNodeName(e){return e.name},getDocumentTypeNodePublicId(e){return e.publicId},getDocumentTypeNodeSystemId(e){return e.systemId},isTextNode(e){return e.nodeName==="#text"},isCommentNode(e){return e.nodeName==="#comment"},isDocumentTypeNode(e){return e.nodeName==="#documentType"},isElementNode(e){return Object.prototype.hasOwnProperty.call(e,"tagName")},setNodeSourceCodeLocation(e,t){e.sourceCodeLocation=t},getNodeSourceCodeLocation(e){return e.sourceCodeLocation},updateNodeSourceCodeLocation(e,t){e.sourceCodeLocation={...e.sourceCodeLocation,...t}}},Do="html",vp="about:legacy-compat",wp="http://www.ibm.com/data/dtd/v11/ibmxhtml1-transitional.dtd",ko=["+//silmaril//dtd html pro v0r11 19970101//","-//as//dtd html 3.0 aswedit + extensions//","-//advasoft ltd//dtd html 3.0 aswedit + extensions//","-//ietf//dtd html 2.0 level 1//","-//ietf//dtd html 2.0 level 2//","-//ietf//dtd html 2.0 strict level 1//","-//ietf//dtd html 2.0 strict level 2//","-//ietf//dtd html 2.0 strict//","-//ietf//dtd html 2.0//","-//ietf//dtd html 2.1e//","-//ietf//dtd html 3.0//","-//ietf//dtd html 3.2 final//","-//ietf//dtd html 3.2//","-//ietf//dtd html 3//","-//ietf//dtd html level 0//","-//ietf//dtd html level 1//","-//ietf//dtd html level 2//","-//ietf//dtd html level 3//","-//ietf//dtd html strict level 0//","-//ietf//dtd html strict level 1//","-//ietf//dtd html strict level 2//","-//ietf//dtd html strict level 3//","-//ietf//dtd html strict//","-//ietf//dtd html//","-//metrius//dtd metrius presentational//","-//microsoft//dtd internet explorer 2.0 html strict//","-//microsoft//dtd internet explorer 2.0 html//","-//microsoft//dtd internet explorer 2.0 tables//","-//microsoft//dtd internet explorer 3.0 html strict//","-//microsoft//dtd internet explorer 3.0 html//","-//microsoft//dtd internet explorer 3.0 tables//","-//netscape comm. corp.//dtd html//","-//netscape comm. corp.//dtd strict html//","-//o'reilly and associates//dtd html 2.0//","-//o'reilly and associates//dtd html extended 1.0//","-//o'reilly and associates//dtd html extended relaxed 1.0//","-//sq//dtd html 2.0 hotmetal + extensions//","-//softquad software//dtd hotmetal pro 6.0::19990601::extensions to html 4.0//","-//softquad//dtd hotmetal pro 4.0::19971010::extensions to html 4.0//","-//spyglass//dtd html 2.0 extended//","-//sun microsystems corp.//dtd hotjava html//","-//sun microsystems corp.//dtd hotjava strict html//","-//w3c//dtd html 3 1995-03-24//","-//w3c//dtd html 3.2 draft//","-//w3c//dtd html 3.2 final//","-//w3c//dtd html 3.2//","-//w3c//dtd html 3.2s draft//","-//w3c//dtd html 4.0 frameset//","-//w3c//dtd html 4.0 transitional//","-//w3c//dtd html experimental 19960712//","-//w3c//dtd html experimental 970421//","-//w3c//dtd w3 html//","-//w3o//dtd w3 html 3.0//","-//webtechs//dtd mozilla html 2.0//","-//webtechs//dtd mozilla html//"],Op=[...ko,"-//w3c//dtd html 4.01 frameset//","-//w3c//dtd html 4.01 transitional//"],Lp=new Set(["-//w3o//dtd w3 html strict 3.0//en//","-/w3c/dtd html 4.0 transitional/en","html"]),Mo=["-//w3c//dtd xhtml 1.0 frameset//","-//w3c//dtd xhtml 1.0 transitional//"],Rp=[...Mo,"-//w3c//dtd html 4.01 frameset//","-//w3c//dtd html 4.01 transitional//"];function Os(e,t){return t.some(n=>e.startsWith(n))}function Pp(e){return e.name===Do&&e.publicId===null&&(e.systemId===null||e.systemId===vp)}function Dp(e){if(e.name!==Do)return Qe.QUIRKS;const{systemId:t}=e;if(t&&t.toLowerCase()===wp)return Qe.QUIRKS;let{publicId:n}=e;if(n!==null){if(n=n.toLowerCase(),Lp.has(n))return Qe.QUIRKS;let r=t===null?Op:ko;if(Os(n,r))return Qe.QUIRKS;if(r=t===null?Mo:Rp,Os(n,r))return Qe.LIMITED_QUIRKS}return Qe.NO_QUIRKS}const Ls={TEXT_HTML:"text/html",APPLICATION_XML:"application/xhtml+xml"},kp="definitionurl",Mp="definitionURL",Bp=new Map(["attributeName","attributeType","baseFrequency","baseProfile","calcMode","clipPathUnits","diffuseConstant","edgeMode","filterUnits","glyphRef","gradientTransform","gradientUnits","kernelMatrix","kernelUnitLength","keyPoints","keySplines","keyTimes","lengthAdjust","limitingConeAngle","markerHeight","markerUnits","markerWidth","maskContentUnits","maskUnits","numOctaves","pathLength","patternContentUnits","patternTransform","patternUnits","pointsAtX","pointsAtY","pointsAtZ","preserveAlpha","preserveAspectRatio","primitiveUnits","refX","refY","repeatCount","repeatDur","requiredExtensions","requiredFeatures","specularConstant","specularExponent","spreadMethod","startOffset","stdDeviation","stitchTiles","surfaceScale","systemLanguage","tableValues","targetX","targetY","textLength","viewBox","viewTarget","xChannelSelector","yChannelSelector","zoomAndPan"].map(e=>[e.toLowerCase(),e])),Fp=new Map([["xlink:actuate",{prefix:"xlink",name:"actuate",namespace:P.XLINK}],["xlink:arcrole",{prefix:"xlink",name:"arcrole",namespace:P.XLINK}],["xlink:href",{prefix:"xlink",name:"href",namespace:P.XLINK}],["xlink:role",{prefix:"xlink",name:"role",namespace:P.XLINK}],["xlink:show",{prefix:"xlink",name:"show",namespace:P.XLINK}],["xlink:title",{prefix:"xlink",name:"title",namespace:P.XLINK}],["xlink:type",{prefix:"xlink",name:"type",namespace:P.XLINK}],["xml:lang",{prefix:"xml",name:"lang",namespace:P.XML}],["xml:space",{prefix:"xml",name:"space",namespace:P.XML}],["xmlns",{prefix:"",name:"xmlns",namespace:P.XMLNS}],["xmlns:xlink",{prefix:"xmlns",name:"xlink",namespace:P.XMLNS}]]),Hp=new Map(["altGlyph","altGlyphDef","altGlyphItem","animateColor","animateMotion","animateTransform","clipPath","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","foreignObject","glyphRef","linearGradient","radialGradient","textPath"].map(e=>[e.toLowerCase(),e])),Up=new Set([u.B,u.BIG,u.BLOCKQUOTE,u.BODY,u.BR,u.CENTER,u.CODE,u.DD,u.DIV,u.DL,u.DT,u.EM,u.EMBED,u.H1,u.H2,u.H3,u.H4,u.H5,u.H6,u.HEAD,u.HR,u.I,u.IMG,u.LI,u.LISTING,u.MENU,u.META,u.NOBR,u.OL,u.P,u.PRE,u.RUBY,u.S,u.SMALL,u.SPAN,u.STRONG,u.STRIKE,u.SUB,u.SUP,u.TABLE,u.TT,u.U,u.UL,u.VAR]);function jp(e){const t=e.tagID;return t===u.FONT&&e.attrs.some(({name:r})=>r===Dt.COLOR||r===Dt.SIZE||r===Dt.FACE)||Up.has(t)}function Bo(e){for(let t=0;t<e.attrs.length;t++)if(e.attrs[t].name===kp){e.attrs[t].name=Mp;break}}function Fo(e){for(let t=0;t<e.attrs.length;t++){const n=Bp.get(e.attrs[t].name);n!=null&&(e.attrs[t].name=n)}}function ii(e){for(let t=0;t<e.attrs.length;t++){const n=Fp.get(e.attrs[t].name);n&&(e.attrs[t].prefix=n.prefix,e.attrs[t].name=n.name,e.attrs[t].namespace=n.namespace)}}function $p(e){const t=Hp.get(e.tagName);t!=null&&(e.tagName=t,e.tagID=un(e.tagName))}function zp(e,t){return t===P.MATHML&&(e===u.MI||e===u.MO||e===u.MN||e===u.MS||e===u.MTEXT)}function Yp(e,t,n){if(t===P.MATHML&&e===u.ANNOTATION_XML){for(let r=0;r<n.length;r++)if(n[r].name===Dt.ENCODING){const a=n[r].value.toLowerCase();return a===Ls.TEXT_HTML||a===Ls.APPLICATION_XML}}return t===P.SVG&&(e===u.FOREIGN_OBJECT||e===u.DESC||e===u.TITLE)}function Gp(e,t,n,r){return(!r||r===P.HTML)&&Yp(e,t,n)||(!r||r===P.MATHML)&&zp(e,t)}const Vp="hidden",qp=8,Wp=3;var T;(function(e){e[e.INITIAL=0]="INITIAL",e[e.BEFORE_HTML=1]="BEFORE_HTML",e[e.BEFORE_HEAD=2]="BEFORE_HEAD",e[e.IN_HEAD=3]="IN_HEAD",e[e.IN_HEAD_NO_SCRIPT=4]="IN_HEAD_NO_SCRIPT",e[e.AFTER_HEAD=5]="AFTER_HEAD",e[e.IN_BODY=6]="IN_BODY",e[e.TEXT=7]="TEXT",e[e.IN_TABLE=8]="IN_TABLE",e[e.IN_TABLE_TEXT=9]="IN_TABLE_TEXT",e[e.IN_CAPTION=10]="IN_CAPTION",e[e.IN_COLUMN_GROUP=11]="IN_COLUMN_GROUP",e[e.IN_TABLE_BODY=12]="IN_TABLE_BODY",e[e.IN_ROW=13]="IN_ROW",e[e.IN_CELL=14]="IN_CELL",e[e.IN_SELECT=15]="IN_SELECT",e[e.IN_SELECT_IN_TABLE=16]="IN_SELECT_IN_TABLE",e[e.IN_TEMPLATE=17]="IN_TEMPLATE",e[e.AFTER_BODY=18]="AFTER_BODY",e[e.IN_FRAMESET=19]="IN_FRAMESET",e[e.AFTER_FRAMESET=20]="AFTER_FRAMESET",e[e.AFTER_AFTER_BODY=21]="AFTER_AFTER_BODY",e[e.AFTER_AFTER_FRAMESET=22]="AFTER_AFTER_FRAMESET"})(T||(T={}));const Xp={startLine:-1,startCol:-1,startOffset:-1,endLine:-1,endCol:-1,endOffset:-1},Ho=new Set([u.TABLE,u.TBODY,u.TFOOT,u.THEAD,u.TR]),Rs={scriptingEnabled:!0,sourceCodeLocationInfo:!1,treeAdapter:Tt,onParseError:null};class Ps{constructor(t,n,r=null,a=null){this.fragmentContext=r,this.scriptHandler=a,this.currentToken=null,this.stopped=!1,this.insertionMode=T.INITIAL,this.originalInsertionMode=T.INITIAL,this.headElement=null,this.formElement=null,this.currentNotInHTML=!1,this.tmplInsertionModeStack=[],this.pendingCharacterTokens=[],this.hasNonWhitespacePendingCharacterToken=!1,this.framesetOk=!0,this.skipNextNewLine=!1,this.fosterParentingEnabled=!1,this.options={...Rs,...t},this.treeAdapter=this.options.treeAdapter,this.onParseError=this.options.onParseError,this.onParseError&&(this.options.sourceCodeLocationInfo=!0),this.document=n??this.treeAdapter.createDocument(),this.tokenizer=new Tp(this.options,this),this.activeFormattingElements=new Np(this.treeAdapter),this.fragmentContextID=r?un(this.treeAdapter.getTagName(r)):u.UNKNOWN,this._setContextModes(r??this.document,this.fragmentContextID),this.openElements=new Ip(this.document,this.treeAdapter,this)}static parse(t,n){const r=new this(n);return r.tokenizer.write(t,!0),r.document}static getFragmentParser(t,n){const r={...Rs,...n};t??(t=r.treeAdapter.createElement(A.TEMPLATE,P.HTML,[]));const a=r.treeAdapter.createElement("documentmock",P.HTML,[]),i=new this(r,a,t);return i.fragmentContextID===u.TEMPLATE&&i.tmplInsertionModeStack.unshift(T.IN_TEMPLATE),i._initTokenizerForFragmentParsing(),i._insertFakeRootElement(),i._resetInsertionMode(),i._findFormInFragmentContext(),i}getFragment(){const t=this.treeAdapter.getFirstChild(this.document),n=this.treeAdapter.createDocumentFragment();return this._adoptNodes(t,n),n}_err(t,n,r){var a;if(!this.onParseError)return;const i=(a=t.location)!==null&&a!==void 0?a:Xp,s={code:n,startLine:i.startLine,startCol:i.startCol,startOffset:i.startOffset,endLine:r?i.startLine:i.endLine,endCol:r?i.startCol:i.endCol,endOffset:r?i.startOffset:i.endOffset};this.onParseError(s)}onItemPush(t,n,r){var a,i;(i=(a=this.treeAdapter).onItemPush)===null||i===void 0||i.call(a,t),r&&this.openElements.stackTop>0&&this._setContextModes(t,n)}onItemPop(t,n){var r,a;if(this.options.sourceCodeLocationInfo&&this._setEndLocation(t,this.currentToken),(a=(r=this.treeAdapter).onItemPop)===null||a===void 0||a.call(r,t,this.openElements.current),n){let i,s;this.openElements.stackTop===0&&this.fragmentContext?(i=this.fragmentContext,s=this.fragmentContextID):{current:i,currentTagId:s}=this.openElements,this._setContextModes(i,s)}}_setContextModes(t,n){const r=t===this.document||this.treeAdapter.getNamespaceURI(t)===P.HTML;this.currentNotInHTML=!r,this.tokenizer.inForeignNode=!r&&!this._isIntegrationPoint(n,t)}_switchToTextParsing(t,n){this._insertElement(t,P.HTML),this.tokenizer.state=n,this.originalInsertionMode=this.insertionMode,this.insertionMode=T.TEXT}switchToPlaintextParsing(){this.insertionMode=T.TEXT,this.originalInsertionMode=T.IN_BODY,this.tokenizer.state=Le.PLAINTEXT}_getAdjustedCurrentElement(){return this.openElements.stackTop===0&&this.fragmentContext?this.fragmentContext:this.openElements.current}_findFormInFragmentContext(){let t=this.fragmentContext;for(;t;){if(this.treeAdapter.getTagName(t)===A.FORM){this.formElement=t;break}t=this.treeAdapter.getParentNode(t)}}_initTokenizerForFragmentParsing(){if(!(!this.fragmentContext||this.treeAdapter.getNamespaceURI(this.fragmentContext)!==P.HTML))switch(this.fragmentContextID){case u.TITLE:case u.TEXTAREA:{this.tokenizer.state=Le.RCDATA;break}case u.STYLE:case u.XMP:case u.IFRAME:case u.NOEMBED:case u.NOFRAMES:case u.NOSCRIPT:{this.tokenizer.state=Le.RAWTEXT;break}case u.SCRIPT:{this.tokenizer.state=Le.SCRIPT_DATA;break}case u.PLAINTEXT:{this.tokenizer.state=Le.PLAINTEXT;break}}}_setDocumentType(t){const n=t.name||"",r=t.publicId||"",a=t.systemId||"";if(this.treeAdapter.setDocumentType(this.document,n,r,a),t.location){const s=this.treeAdapter.getChildNodes(this.document).find(o=>this.treeAdapter.isDocumentTypeNode(o));s&&this.treeAdapter.setNodeSourceCodeLocation(s,t.location)}}_attachElementToTree(t,n){if(this.options.sourceCodeLocationInfo){const r=n&&{...n,startTag:n};this.treeAdapter.setNodeSourceCodeLocation(t,r)}if(this._shouldFosterParentOnInsertion())this._fosterParentElement(t);else{const r=this.openElements.currentTmplContentOrNode;this.treeAdapter.appendChild(r,t)}}_appendElement(t,n){const r=this.treeAdapter.createElement(t.tagName,n,t.attrs);this._attachElementToTree(r,t.location)}_insertElement(t,n){const r=this.treeAdapter.createElement(t.tagName,n,t.attrs);this._attachElementToTree(r,t.location),this.openElements.push(r,t.tagID)}_insertFakeElement(t,n){const r=this.treeAdapter.createElement(t,P.HTML,[]);this._attachElementToTree(r,null),this.openElements.push(r,n)}_insertTemplate(t){const n=this.treeAdapter.createElement(t.tagName,P.HTML,t.attrs),r=this.treeAdapter.createDocumentFragment();this.treeAdapter.setTemplateContent(n,r),this._attachElementToTree(n,t.location),this.openElements.push(n,t.tagID),this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(r,null)}_insertFakeRootElement(){const t=this.treeAdapter.createElement(A.HTML,P.HTML,[]);this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(t,null),this.treeAdapter.appendChild(this.openElements.current,t),this.openElements.push(t,u.HTML)}_appendCommentNode(t,n){const r=this.treeAdapter.createCommentNode(t.data);this.treeAdapter.appendChild(n,r),this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(r,t.location)}_insertCharacters(t){let n,r;if(this._shouldFosterParentOnInsertion()?({parent:n,beforeElement:r}=this._findFosterParentingLocation(),r?this.treeAdapter.insertTextBefore(n,t.chars,r):this.treeAdapter.insertText(n,t.chars)):(n=this.openElements.currentTmplContentOrNode,this.treeAdapter.insertText(n,t.chars)),!t.location)return;const a=this.treeAdapter.getChildNodes(n),i=r?a.lastIndexOf(r):a.length,s=a[i-1];if(this.treeAdapter.getNodeSourceCodeLocation(s)){const{endLine:l,endCol:c,endOffset:d}=t.location;this.treeAdapter.updateNodeSourceCodeLocation(s,{endLine:l,endCol:c,endOffset:d})}else this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(s,t.location)}_adoptNodes(t,n){for(let r=this.treeAdapter.getFirstChild(t);r;r=this.treeAdapter.getFirstChild(t))this.treeAdapter.detachNode(r),this.treeAdapter.appendChild(n,r)}_setEndLocation(t,n){if(this.treeAdapter.getNodeSourceCodeLocation(t)&&n.location){const r=n.location,a=this.treeAdapter.getTagName(t),i=n.type===de.END_TAG&&a===n.tagName?{endTag:{...r},endLine:r.endLine,endCol:r.endCol,endOffset:r.endOffset}:{endLine:r.startLine,endCol:r.startCol,endOffset:r.startOffset};this.treeAdapter.updateNodeSourceCodeLocation(t,i)}}shouldProcessStartTagTokenInForeignContent(t){if(!this.currentNotInHTML)return!1;let n,r;return this.openElements.stackTop===0&&this.fragmentContext?(n=this.fragmentContext,r=this.fragmentContextID):{current:n,currentTagId:r}=this.openElements,t.tagID===u.SVG&&this.treeAdapter.getTagName(n)===A.ANNOTATION_XML&&this.treeAdapter.getNamespaceURI(n)===P.MATHML?!1:this.tokenizer.inForeignNode||(t.tagID===u.MGLYPH||t.tagID===u.MALIGNMARK)&&!this._isIntegrationPoint(r,n,P.HTML)}_processToken(t){switch(t.type){case de.CHARACTER:{this.onCharacter(t);break}case de.NULL_CHARACTER:{this.onNullCharacter(t);break}case de.COMMENT:{this.onComment(t);break}case de.DOCTYPE:{this.onDoctype(t);break}case de.START_TAG:{this._processStartTag(t);break}case de.END_TAG:{this.onEndTag(t);break}case de.EOF:{this.onEof(t);break}case de.WHITESPACE_CHARACTER:{this.onWhitespaceCharacter(t);break}}}_isIntegrationPoint(t,n,r){const a=this.treeAdapter.getNamespaceURI(n),i=this.treeAdapter.getAttrList(n);return Gp(t,a,i,r)}_reconstructActiveFormattingElements(){const t=this.activeFormattingElements.entries.length;if(t){const n=this.activeFormattingElements.entries.findIndex(a=>a.type===ot.Marker||this.openElements.contains(a.element)),r=n<0?t-1:n-1;for(let a=r;a>=0;a--){const i=this.activeFormattingElements.entries[a];this._insertElement(i.token,this.treeAdapter.getNamespaceURI(i.element)),i.element=this.openElements.current}}}_closeTableCell(){this.openElements.generateImpliedEndTags(),this.openElements.popUntilTableCellPopped(),this.activeFormattingElements.clearToLastMarker(),this.insertionMode=T.IN_ROW}_closePElement(){this.openElements.generateImpliedEndTagsWithExclusion(u.P),this.openElements.popUntilTagNamePopped(u.P)}_resetInsertionMode(){for(let t=this.openElements.stackTop;t>=0;t--)switch(t===0&&this.fragmentContext?this.fragmentContextID:this.openElements.tagIDs[t]){case u.TR:{this.insertionMode=T.IN_ROW;return}case u.TBODY:case u.THEAD:case u.TFOOT:{this.insertionMode=T.IN_TABLE_BODY;return}case u.CAPTION:{this.insertionMode=T.IN_CAPTION;return}case u.COLGROUP:{this.insertionMode=T.IN_COLUMN_GROUP;return}case u.TABLE:{this.insertionMode=T.IN_TABLE;return}case u.BODY:{this.insertionMode=T.IN_BODY;return}case u.FRAMESET:{this.insertionMode=T.IN_FRAMESET;return}case u.SELECT:{this._resetInsertionModeForSelect(t);return}case u.TEMPLATE:{this.insertionMode=this.tmplInsertionModeStack[0];return}case u.HTML:{this.insertionMode=this.headElement?T.AFTER_HEAD:T.BEFORE_HEAD;return}case u.TD:case u.TH:{if(t>0){this.insertionMode=T.IN_CELL;return}break}case u.HEAD:{if(t>0){this.insertionMode=T.IN_HEAD;return}break}}this.insertionMode=T.IN_BODY}_resetInsertionModeForSelect(t){if(t>0)for(let n=t-1;n>0;n--){const r=this.openElements.tagIDs[n];if(r===u.TEMPLATE)break;if(r===u.TABLE){this.insertionMode=T.IN_SELECT_IN_TABLE;return}}this.insertionMode=T.IN_SELECT}_isElementCausesFosterParenting(t){return Ho.has(t)}_shouldFosterParentOnInsertion(){return this.fosterParentingEnabled&&this._isElementCausesFosterParenting(this.openElements.currentTagId)}_findFosterParentingLocation(){for(let t=this.openElements.stackTop;t>=0;t--){const n=this.openElements.items[t];switch(this.openElements.tagIDs[t]){case u.TEMPLATE:{if(this.treeAdapter.getNamespaceURI(n)===P.HTML)return{parent:this.treeAdapter.getTemplateContent(n),beforeElement:null};break}case u.TABLE:{const r=this.treeAdapter.getParentNode(n);return r?{parent:r,beforeElement:n}:{parent:this.openElements.items[t-1],beforeElement:null}}}}return{parent:this.openElements.items[0],beforeElement:null}}_fosterParentElement(t){const n=this._findFosterParentingLocation();n.beforeElement?this.treeAdapter.insertBefore(n.parent,t,n.beforeElement):this.treeAdapter.appendChild(n.parent,t)}_isSpecialElement(t,n){const r=this.treeAdapter.getNamespaceURI(t);return pp[r].has(n)}onCharacter(t){if(this.skipNextNewLine=!1,this.tokenizer.inForeignNode){Cb(this,t);return}switch(this.insertionMode){case T.INITIAL:{hn(this,t);break}case T.BEFORE_HTML:{An(this,t);break}case T.BEFORE_HEAD:{_n(this,t);break}case T.IN_HEAD:{Sn(this,t);break}case T.IN_HEAD_NO_SCRIPT:{Cn(this,t);break}case T.AFTER_HEAD:{In(this,t);break}case T.IN_BODY:case T.IN_CAPTION:case T.IN_CELL:case T.IN_TEMPLATE:{jo(this,t);break}case T.TEXT:case T.IN_SELECT:case T.IN_SELECT_IN_TABLE:{this._insertCharacters(t);break}case T.IN_TABLE:case T.IN_TABLE_BODY:case T.IN_ROW:{Kr(this,t);break}case T.IN_TABLE_TEXT:{qo(this,t);break}case T.IN_COLUMN_GROUP:{sr(this,t);break}case T.AFTER_BODY:{ur(this,t);break}case T.AFTER_AFTER_BODY:{nr(this,t);break}}}onNullCharacter(t){if(this.skipNextNewLine=!1,this.tokenizer.inForeignNode){Sb(this,t);return}switch(this.insertionMode){case T.INITIAL:{hn(this,t);break}case T.BEFORE_HTML:{An(this,t);break}case T.BEFORE_HEAD:{_n(this,t);break}case T.IN_HEAD:{Sn(this,t);break}case T.IN_HEAD_NO_SCRIPT:{Cn(this,t);break}case T.AFTER_HEAD:{In(this,t);break}case T.TEXT:{this._insertCharacters(t);break}case T.IN_TABLE:case T.IN_TABLE_BODY:case T.IN_ROW:{Kr(this,t);break}case T.IN_COLUMN_GROUP:{sr(this,t);break}case T.AFTER_BODY:{ur(this,t);break}case T.AFTER_AFTER_BODY:{nr(this,t);break}}}onComment(t){if(this.skipNextNewLine=!1,this.currentNotInHTML){Oa(this,t);return}switch(this.insertionMode){case T.INITIAL:case T.BEFORE_HTML:case T.BEFORE_HEAD:case T.IN_HEAD:case T.IN_HEAD_NO_SCRIPT:case T.AFTER_HEAD:case T.IN_BODY:case T.IN_TABLE:case T.IN_CAPTION:case T.IN_COLUMN_GROUP:case T.IN_TABLE_BODY:case T.IN_ROW:case T.IN_CELL:case T.IN_SELECT:case T.IN_SELECT_IN_TABLE:case T.IN_TEMPLATE:case T.IN_FRAMESET:case T.AFTER_FRAMESET:{Oa(this,t);break}case T.IN_TABLE_TEXT:{mn(this,t);break}case T.AFTER_BODY:{n1(this,t);break}case T.AFTER_AFTER_BODY:case T.AFTER_AFTER_FRAMESET:{r1(this,t);break}}}onDoctype(t){switch(this.skipNextNewLine=!1,this.insertionMode){case T.INITIAL:{a1(this,t);break}case T.BEFORE_HEAD:case T.IN_HEAD:case T.IN_HEAD_NO_SCRIPT:case T.AFTER_HEAD:{this._err(t,I.misplacedDoctype);break}case T.IN_TABLE_TEXT:{mn(this,t);break}}}onStartTag(t){this.skipNextNewLine=!1,this.currentToken=t,this._processStartTag(t),t.selfClosing&&!t.ackSelfClosing&&this._err(t,I.nonVoidHtmlElementStartTagWithTrailingSolidus)}_processStartTag(t){this.shouldProcessStartTagTokenInForeignContent(t)?Ib(this,t):this._startTagOutsideForeignContent(t)}_startTagOutsideForeignContent(t){switch(this.insertionMode){case T.INITIAL:{hn(this,t);break}case T.BEFORE_HTML:{i1(this,t);break}case T.BEFORE_HEAD:{u1(this,t);break}case T.IN_HEAD:{rt(this,t);break}case T.IN_HEAD_NO_SCRIPT:{c1(this,t);break}case T.AFTER_HEAD:{f1(this,t);break}case T.IN_BODY:{Fe(this,t);break}case T.IN_TABLE:{tn(this,t);break}case T.IN_TABLE_TEXT:{mn(this,t);break}case T.IN_CAPTION:{ob(this,t);break}case T.IN_COLUMN_GROUP:{oi(this,t);break}case T.IN_TABLE_BODY:{Cr(this,t);break}case T.IN_ROW:{Ir(this,t);break}case T.IN_CELL:{db(this,t);break}case T.IN_SELECT:{Qo(this,t);break}case T.IN_SELECT_IN_TABLE:{hb(this,t);break}case T.IN_TEMPLATE:{pb(this,t);break}case T.AFTER_BODY:{Eb(this,t);break}case T.IN_FRAMESET:{gb(this,t);break}case T.AFTER_FRAMESET:{yb(this,t);break}case T.AFTER_AFTER_BODY:{Ab(this,t);break}case T.AFTER_AFTER_FRAMESET:{_b(this,t);break}}}onEndTag(t){this.skipNextNewLine=!1,this.currentToken=t,this.currentNotInHTML?Nb(this,t):this._endTagOutsideForeignContent(t)}_endTagOutsideForeignContent(t){switch(this.insertionMode){case T.INITIAL:{hn(this,t);break}case T.BEFORE_HTML:{s1(this,t);break}case T.BEFORE_HEAD:{o1(this,t);break}case T.IN_HEAD:{l1(this,t);break}case T.IN_HEAD_NO_SCRIPT:{d1(this,t);break}case T.AFTER_HEAD:{h1(this,t);break}case T.IN_BODY:{Sr(this,t);break}case T.TEXT:{Z1(this,t);break}case T.IN_TABLE:{On(this,t);break}case T.IN_TABLE_TEXT:{mn(this,t);break}case T.IN_CAPTION:{lb(this,t);break}case T.IN_COLUMN_GROUP:{cb(this,t);break}case T.IN_TABLE_BODY:{La(this,t);break}case T.IN_ROW:{Xo(this,t);break}case T.IN_CELL:{fb(this,t);break}case T.IN_SELECT:{Ko(this,t);break}case T.IN_SELECT_IN_TABLE:{mb(this,t);break}case T.IN_TEMPLATE:{bb(this,t);break}case T.AFTER_BODY:{Jo(this,t);break}case T.IN_FRAMESET:{Tb(this,t);break}case T.AFTER_FRAMESET:{xb(this,t);break}case T.AFTER_AFTER_BODY:{nr(this,t);break}}}onEof(t){switch(this.insertionMode){case T.INITIAL:{hn(this,t);break}case T.BEFORE_HTML:{An(this,t);break}case T.BEFORE_HEAD:{_n(this,t);break}case T.IN_HEAD:{Sn(this,t);break}case T.IN_HEAD_NO_SCRIPT:{Cn(this,t);break}case T.AFTER_HEAD:{In(this,t);break}case T.IN_BODY:case T.IN_TABLE:case T.IN_CAPTION:case T.IN_COLUMN_GROUP:case T.IN_TABLE_BODY:case T.IN_ROW:case T.IN_CELL:case T.IN_SELECT:case T.IN_SELECT_IN_TABLE:{Go(this,t);break}case T.TEXT:{J1(this,t);break}case T.IN_TABLE_TEXT:{mn(this,t);break}case T.IN_TEMPLATE:{Zo(this,t);break}case T.AFTER_BODY:case T.IN_FRAMESET:case T.AFTER_FRAMESET:case T.AFTER_AFTER_BODY:case T.AFTER_AFTER_FRAMESET:{ui(this,t);break}}}onWhitespaceCharacter(t){if(this.skipNextNewLine&&(this.skipNextNewLine=!1,t.chars.charCodeAt(0)===b.LINE_FEED)){if(t.chars.length===1)return;t.chars=t.chars.substr(1)}if(this.tokenizer.inForeignNode){this._insertCharacters(t);return}switch(this.insertionMode){case T.IN_HEAD:case T.IN_HEAD_NO_SCRIPT:case T.AFTER_HEAD:case T.TEXT:case T.IN_COLUMN_GROUP:case T.IN_SELECT:case T.IN_SELECT_IN_TABLE:case T.IN_FRAMESET:case T.AFTER_FRAMESET:{this._insertCharacters(t);break}case T.IN_BODY:case T.IN_CAPTION:case T.IN_CELL:case T.IN_TEMPLATE:case T.AFTER_BODY:case T.AFTER_AFTER_BODY:case T.AFTER_AFTER_FRAMESET:{Uo(this,t);break}case T.IN_TABLE:case T.IN_TABLE_BODY:case T.IN_ROW:{Kr(this,t);break}case T.IN_TABLE_TEXT:{Vo(this,t);break}}}}function Qp(e,t){let n=e.activeFormattingElements.getElementEntryInScopeWithTagName(t.tagName);return n?e.openElements.contains(n.element)?e.openElements.hasInScope(t.tagID)||(n=null):(e.activeFormattingElements.removeEntry(n),n=null):Yo(e,t),n}function Kp(e,t){let n=null,r=e.openElements.stackTop;for(;r>=0;r--){const a=e.openElements.items[r];if(a===t.element)break;e._isSpecialElement(a,e.openElements.tagIDs[r])&&(n=a)}return n||(e.openElements.shortenToLength(r<0?0:r),e.activeFormattingElements.removeEntry(t)),n}function Zp(e,t,n){let r=t,a=e.openElements.getCommonAncestor(t);for(let i=0,s=a;s!==n;i++,s=a){a=e.openElements.getCommonAncestor(s);const o=e.activeFormattingElements.getElementEntry(s),l=o&&i>=Wp;!o||l?(l&&e.activeFormattingElements.removeEntry(o),e.openElements.remove(s)):(s=Jp(e,o),r===t&&(e.activeFormattingElements.bookmark=o),e.treeAdapter.detachNode(r),e.treeAdapter.appendChild(s,r),r=s)}return r}function Jp(e,t){const n=e.treeAdapter.getNamespaceURI(t.element),r=e.treeAdapter.createElement(t.token.tagName,n,t.token.attrs);return e.openElements.replace(t.element,r),t.element=r,r}function e1(e,t,n){const r=e.treeAdapter.getTagName(t),a=un(r);if(e._isElementCausesFosterParenting(a))e._fosterParentElement(n);else{const i=e.treeAdapter.getNamespaceURI(t);a===u.TEMPLATE&&i===P.HTML&&(t=e.treeAdapter.getTemplateContent(t)),e.treeAdapter.appendChild(t,n)}}function t1(e,t,n){const r=e.treeAdapter.getNamespaceURI(n.element),{token:a}=n,i=e.treeAdapter.createElement(a.tagName,r,a.attrs);e._adoptNodes(t,i),e.treeAdapter.appendChild(t,i),e.activeFormattingElements.insertElementAfterBookmark(i,a),e.activeFormattingElements.removeEntry(n),e.openElements.remove(n.element),e.openElements.insertAfter(t,i,a.tagID)}function si(e,t){for(let n=0;n<qp;n++){const r=Qp(e,t);if(!r)break;const a=Kp(e,r);if(!a)break;e.activeFormattingElements.bookmark=r;const i=Zp(e,a,r.element),s=e.openElements.getCommonAncestor(r.element);e.treeAdapter.detachNode(i),s&&e1(e,s,i),t1(e,a,r)}}function Oa(e,t){e._appendCommentNode(t,e.openElements.currentTmplContentOrNode)}function n1(e,t){e._appendCommentNode(t,e.openElements.items[0])}function r1(e,t){e._appendCommentNode(t,e.document)}function ui(e,t){if(e.stopped=!0,t.location){const n=e.fragmentContext?0:2;for(let r=e.openElements.stackTop;r>=n;r--)e._setEndLocation(e.openElements.items[r],t);if(!e.fragmentContext&&e.openElements.stackTop>=0){const r=e.openElements.items[0],a=e.treeAdapter.getNodeSourceCodeLocation(r);if(a&&!a.endTag&&(e._setEndLocation(r,t),e.openElements.stackTop>=1)){const i=e.openElements.items[1],s=e.treeAdapter.getNodeSourceCodeLocation(i);s&&!s.endTag&&e._setEndLocation(i,t)}}}}function a1(e,t){e._setDocumentType(t);const n=t.forceQuirks?Qe.QUIRKS:Dp(t);Pp(t)||e._err(t,I.nonConformingDoctype),e.treeAdapter.setDocumentMode(e.document,n),e.insertionMode=T.BEFORE_HTML}function hn(e,t){e._err(t,I.missingDoctype,!0),e.treeAdapter.setDocumentMode(e.document,Qe.QUIRKS),e.insertionMode=T.BEFORE_HTML,e._processToken(t)}function i1(e,t){t.tagID===u.HTML?(e._insertElement(t,P.HTML),e.insertionMode=T.BEFORE_HEAD):An(e,t)}function s1(e,t){const n=t.tagID;(n===u.HTML||n===u.HEAD||n===u.BODY||n===u.BR)&&An(e,t)}function An(e,t){e._insertFakeRootElement(),e.insertionMode=T.BEFORE_HEAD,e._processToken(t)}function u1(e,t){switch(t.tagID){case u.HTML:{Fe(e,t);break}case u.HEAD:{e._insertElement(t,P.HTML),e.headElement=e.openElements.current,e.insertionMode=T.IN_HEAD;break}default:_n(e,t)}}function o1(e,t){const n=t.tagID;n===u.HEAD||n===u.BODY||n===u.HTML||n===u.BR?_n(e,t):e._err(t,I.endTagWithoutMatchingOpenElement)}function _n(e,t){e._insertFakeElement(A.HEAD,u.HEAD),e.headElement=e.openElements.current,e.insertionMode=T.IN_HEAD,e._processToken(t)}function rt(e,t){switch(t.tagID){case u.HTML:{Fe(e,t);break}case u.BASE:case u.BASEFONT:case u.BGSOUND:case u.LINK:case u.META:{e._appendElement(t,P.HTML),t.ackSelfClosing=!0;break}case u.TITLE:{e._switchToTextParsing(t,Le.RCDATA);break}case u.NOSCRIPT:{e.options.scriptingEnabled?e._switchToTextParsing(t,Le.RAWTEXT):(e._insertElement(t,P.HTML),e.insertionMode=T.IN_HEAD_NO_SCRIPT);break}case u.NOFRAMES:case u.STYLE:{e._switchToTextParsing(t,Le.RAWTEXT);break}case u.SCRIPT:{e._switchToTextParsing(t,Le.SCRIPT_DATA);break}case u.TEMPLATE:{e._insertTemplate(t),e.activeFormattingElements.insertMarker(),e.framesetOk=!1,e.insertionMode=T.IN_TEMPLATE,e.tmplInsertionModeStack.unshift(T.IN_TEMPLATE);break}case u.HEAD:{e._err(t,I.misplacedStartTagForHeadElement);break}default:Sn(e,t)}}function l1(e,t){switch(t.tagID){case u.HEAD:{e.openElements.pop(),e.insertionMode=T.AFTER_HEAD;break}case u.BODY:case u.BR:case u.HTML:{Sn(e,t);break}case u.TEMPLATE:{Ut(e,t);break}default:e._err(t,I.endTagWithoutMatchingOpenElement)}}function Ut(e,t){e.openElements.tmplCount>0?(e.openElements.generateImpliedEndTagsThoroughly(),e.openElements.currentTagId!==u.TEMPLATE&&e._err(t,I.closingOfElementWithOpenChildElements),e.openElements.popUntilTagNamePopped(u.TEMPLATE),e.activeFormattingElements.clearToLastMarker(),e.tmplInsertionModeStack.shift(),e._resetInsertionMode()):e._err(t,I.endTagWithoutMatchingOpenElement)}function Sn(e,t){e.openElements.pop(),e.insertionMode=T.AFTER_HEAD,e._processToken(t)}function c1(e,t){switch(t.tagID){case u.HTML:{Fe(e,t);break}case u.BASEFONT:case u.BGSOUND:case u.HEAD:case u.LINK:case u.META:case u.NOFRAMES:case u.STYLE:{rt(e,t);break}case u.NOSCRIPT:{e._err(t,I.nestedNoscriptInHead);break}default:Cn(e,t)}}function d1(e,t){switch(t.tagID){case u.NOSCRIPT:{e.openElements.pop(),e.insertionMode=T.IN_HEAD;break}case u.BR:{Cn(e,t);break}default:e._err(t,I.endTagWithoutMatchingOpenElement)}}function Cn(e,t){const n=t.type===de.EOF?I.openElementsLeftAfterEof:I.disallowedContentInNoscriptInHead;e._err(t,n),e.openElements.pop(),e.insertionMode=T.IN_HEAD,e._processToken(t)}function f1(e,t){switch(t.tagID){case u.HTML:{Fe(e,t);break}case u.BODY:{e._insertElement(t,P.HTML),e.framesetOk=!1,e.insertionMode=T.IN_BODY;break}case u.FRAMESET:{e._insertElement(t,P.HTML),e.insertionMode=T.IN_FRAMESET;break}case u.BASE:case u.BASEFONT:case u.BGSOUND:case u.LINK:case u.META:case u.NOFRAMES:case u.SCRIPT:case u.STYLE:case u.TEMPLATE:case u.TITLE:{e._err(t,I.abandonedHeadElementChild),e.openElements.push(e.headElement,u.HEAD),rt(e,t),e.openElements.remove(e.headElement);break}case u.HEAD:{e._err(t,I.misplacedStartTagForHeadElement);break}default:In(e,t)}}function h1(e,t){switch(t.tagID){case u.BODY:case u.HTML:case u.BR:{In(e,t);break}case u.TEMPLATE:{Ut(e,t);break}default:e._err(t,I.endTagWithoutMatchingOpenElement)}}function In(e,t){e._insertFakeElement(A.BODY,u.BODY),e.insertionMode=T.IN_BODY,_r(e,t)}function _r(e,t){switch(t.type){case de.CHARACTER:{jo(e,t);break}case de.WHITESPACE_CHARACTER:{Uo(e,t);break}case de.COMMENT:{Oa(e,t);break}case de.START_TAG:{Fe(e,t);break}case de.END_TAG:{Sr(e,t);break}case de.EOF:{Go(e,t);break}}}function Uo(e,t){e._reconstructActiveFormattingElements(),e._insertCharacters(t)}function jo(e,t){e._reconstructActiveFormattingElements(),e._insertCharacters(t),e.framesetOk=!1}function m1(e,t){e.openElements.tmplCount===0&&e.treeAdapter.adoptAttributes(e.openElements.items[0],t.attrs)}function p1(e,t){const n=e.openElements.tryPeekProperlyNestedBodyElement();n&&e.openElements.tmplCount===0&&(e.framesetOk=!1,e.treeAdapter.adoptAttributes(n,t.attrs))}function b1(e,t){const n=e.openElements.tryPeekProperlyNestedBodyElement();e.framesetOk&&n&&(e.treeAdapter.detachNode(n),e.openElements.popAllUpToHtmlElement(),e._insertElement(t,P.HTML),e.insertionMode=T.IN_FRAMESET)}function E1(e,t){e.openElements.hasInButtonScope(u.P)&&e._closePElement(),e._insertElement(t,P.HTML)}function g1(e,t){e.openElements.hasInButtonScope(u.P)&&e._closePElement(),wa.has(e.openElements.currentTagId)&&e.openElements.pop(),e._insertElement(t,P.HTML)}function T1(e,t){e.openElements.hasInButtonScope(u.P)&&e._closePElement(),e._insertElement(t,P.HTML),e.skipNextNewLine=!0,e.framesetOk=!1}function y1(e,t){const n=e.openElements.tmplCount>0;(!e.formElement||n)&&(e.openElements.hasInButtonScope(u.P)&&e._closePElement(),e._insertElement(t,P.HTML),n||(e.formElement=e.openElements.current))}function x1(e,t){e.framesetOk=!1;const n=t.tagID;for(let r=e.openElements.stackTop;r>=0;r--){const a=e.openElements.tagIDs[r];if(n===u.LI&&a===u.LI||(n===u.DD||n===u.DT)&&(a===u.DD||a===u.DT)){e.openElements.generateImpliedEndTagsWithExclusion(a),e.openElements.popUntilTagNamePopped(a);break}if(a!==u.ADDRESS&&a!==u.DIV&&a!==u.P&&e._isSpecialElement(e.openElements.items[r],a))break}e.openElements.hasInButtonScope(u.P)&&e._closePElement(),e._insertElement(t,P.HTML)}function A1(e,t){e.openElements.hasInButtonScope(u.P)&&e._closePElement(),e._insertElement(t,P.HTML),e.tokenizer.state=Le.PLAINTEXT}function _1(e,t){e.openElements.hasInScope(u.BUTTON)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(u.BUTTON)),e._reconstructActiveFormattingElements(),e._insertElement(t,P.HTML),e.framesetOk=!1}function S1(e,t){const n=e.activeFormattingElements.getElementEntryInScopeWithTagName(A.A);n&&(si(e,t),e.openElements.remove(n.element),e.activeFormattingElements.removeEntry(n)),e._reconstructActiveFormattingElements(),e._insertElement(t,P.HTML),e.activeFormattingElements.pushElement(e.openElements.current,t)}function C1(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,P.HTML),e.activeFormattingElements.pushElement(e.openElements.current,t)}function I1(e,t){e._reconstructActiveFormattingElements(),e.openElements.hasInScope(u.NOBR)&&(si(e,t),e._reconstructActiveFormattingElements()),e._insertElement(t,P.HTML),e.activeFormattingElements.pushElement(e.openElements.current,t)}function N1(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,P.HTML),e.activeFormattingElements.insertMarker(),e.framesetOk=!1}function v1(e,t){e.treeAdapter.getDocumentMode(e.document)!==Qe.QUIRKS&&e.openElements.hasInButtonScope(u.P)&&e._closePElement(),e._insertElement(t,P.HTML),e.framesetOk=!1,e.insertionMode=T.IN_TABLE}function $o(e,t){e._reconstructActiveFormattingElements(),e._appendElement(t,P.HTML),e.framesetOk=!1,t.ackSelfClosing=!0}function zo(e){const t=vo(e,Dt.TYPE);return t!=null&&t.toLowerCase()===Vp}function w1(e,t){e._reconstructActiveFormattingElements(),e._appendElement(t,P.HTML),zo(t)||(e.framesetOk=!1),t.ackSelfClosing=!0}function O1(e,t){e._appendElement(t,P.HTML),t.ackSelfClosing=!0}function L1(e,t){e.openElements.hasInButtonScope(u.P)&&e._closePElement(),e._appendElement(t,P.HTML),e.framesetOk=!1,t.ackSelfClosing=!0}function R1(e,t){t.tagName=A.IMG,t.tagID=u.IMG,$o(e,t)}function P1(e,t){e._insertElement(t,P.HTML),e.skipNextNewLine=!0,e.tokenizer.state=Le.RCDATA,e.originalInsertionMode=e.insertionMode,e.framesetOk=!1,e.insertionMode=T.TEXT}function D1(e,t){e.openElements.hasInButtonScope(u.P)&&e._closePElement(),e._reconstructActiveFormattingElements(),e.framesetOk=!1,e._switchToTextParsing(t,Le.RAWTEXT)}function k1(e,t){e.framesetOk=!1,e._switchToTextParsing(t,Le.RAWTEXT)}function Ds(e,t){e._switchToTextParsing(t,Le.RAWTEXT)}function M1(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,P.HTML),e.framesetOk=!1,e.insertionMode=e.insertionMode===T.IN_TABLE||e.insertionMode===T.IN_CAPTION||e.insertionMode===T.IN_TABLE_BODY||e.insertionMode===T.IN_ROW||e.insertionMode===T.IN_CELL?T.IN_SELECT_IN_TABLE:T.IN_SELECT}function B1(e,t){e.openElements.currentTagId===u.OPTION&&e.openElements.pop(),e._reconstructActiveFormattingElements(),e._insertElement(t,P.HTML)}function F1(e,t){e.openElements.hasInScope(u.RUBY)&&e.openElements.generateImpliedEndTags(),e._insertElement(t,P.HTML)}function H1(e,t){e.openElements.hasInScope(u.RUBY)&&e.openElements.generateImpliedEndTagsWithExclusion(u.RTC),e._insertElement(t,P.HTML)}function U1(e,t){e._reconstructActiveFormattingElements(),Bo(t),ii(t),t.selfClosing?e._appendElement(t,P.MATHML):e._insertElement(t,P.MATHML),t.ackSelfClosing=!0}function j1(e,t){e._reconstructActiveFormattingElements(),Fo(t),ii(t),t.selfClosing?e._appendElement(t,P.SVG):e._insertElement(t,P.SVG),t.ackSelfClosing=!0}function ks(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,P.HTML)}function Fe(e,t){switch(t.tagID){case u.I:case u.S:case u.B:case u.U:case u.EM:case u.TT:case u.BIG:case u.CODE:case u.FONT:case u.SMALL:case u.STRIKE:case u.STRONG:{C1(e,t);break}case u.A:{S1(e,t);break}case u.H1:case u.H2:case u.H3:case u.H4:case u.H5:case u.H6:{g1(e,t);break}case u.P:case u.DL:case u.OL:case u.UL:case u.DIV:case u.DIR:case u.NAV:case u.MAIN:case u.MENU:case u.ASIDE:case u.CENTER:case u.FIGURE:case u.FOOTER:case u.HEADER:case u.HGROUP:case u.DIALOG:case u.DETAILS:case u.ADDRESS:case u.ARTICLE:case u.SEARCH:case u.SECTION:case u.SUMMARY:case u.FIELDSET:case u.BLOCKQUOTE:case u.FIGCAPTION:{E1(e,t);break}case u.LI:case u.DD:case u.DT:{x1(e,t);break}case u.BR:case u.IMG:case u.WBR:case u.AREA:case u.EMBED:case u.KEYGEN:{$o(e,t);break}case u.HR:{L1(e,t);break}case u.RB:case u.RTC:{F1(e,t);break}case u.RT:case u.RP:{H1(e,t);break}case u.PRE:case u.LISTING:{T1(e,t);break}case u.XMP:{D1(e,t);break}case u.SVG:{j1(e,t);break}case u.HTML:{m1(e,t);break}case u.BASE:case u.LINK:case u.META:case u.STYLE:case u.TITLE:case u.SCRIPT:case u.BGSOUND:case u.BASEFONT:case u.TEMPLATE:{rt(e,t);break}case u.BODY:{p1(e,t);break}case u.FORM:{y1(e,t);break}case u.NOBR:{I1(e,t);break}case u.MATH:{U1(e,t);break}case u.TABLE:{v1(e,t);break}case u.INPUT:{w1(e,t);break}case u.PARAM:case u.TRACK:case u.SOURCE:{O1(e,t);break}case u.IMAGE:{R1(e,t);break}case u.BUTTON:{_1(e,t);break}case u.APPLET:case u.OBJECT:case u.MARQUEE:{N1(e,t);break}case u.IFRAME:{k1(e,t);break}case u.SELECT:{M1(e,t);break}case u.OPTION:case u.OPTGROUP:{B1(e,t);break}case u.NOEMBED:case u.NOFRAMES:{Ds(e,t);break}case u.FRAMESET:{b1(e,t);break}case u.TEXTAREA:{P1(e,t);break}case u.NOSCRIPT:{e.options.scriptingEnabled?Ds(e,t):ks(e,t);break}case u.PLAINTEXT:{A1(e,t);break}case u.COL:case u.TH:case u.TD:case u.TR:case u.HEAD:case u.FRAME:case u.TBODY:case u.TFOOT:case u.THEAD:case u.CAPTION:case u.COLGROUP:break;default:ks(e,t)}}function $1(e,t){if(e.openElements.hasInScope(u.BODY)&&(e.insertionMode=T.AFTER_BODY,e.options.sourceCodeLocationInfo)){const n=e.openElements.tryPeekProperlyNestedBodyElement();n&&e._setEndLocation(n,t)}}function z1(e,t){e.openElements.hasInScope(u.BODY)&&(e.insertionMode=T.AFTER_BODY,Jo(e,t))}function Y1(e,t){const n=t.tagID;e.openElements.hasInScope(n)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(n))}function G1(e){const t=e.openElements.tmplCount>0,{formElement:n}=e;t||(e.formElement=null),(n||t)&&e.openElements.hasInScope(u.FORM)&&(e.openElements.generateImpliedEndTags(),t?e.openElements.popUntilTagNamePopped(u.FORM):n&&e.openElements.remove(n))}function V1(e){e.openElements.hasInButtonScope(u.P)||e._insertFakeElement(A.P,u.P),e._closePElement()}function q1(e){e.openElements.hasInListItemScope(u.LI)&&(e.openElements.generateImpliedEndTagsWithExclusion(u.LI),e.openElements.popUntilTagNamePopped(u.LI))}function W1(e,t){const n=t.tagID;e.openElements.hasInScope(n)&&(e.openElements.generateImpliedEndTagsWithExclusion(n),e.openElements.popUntilTagNamePopped(n))}function X1(e){e.openElements.hasNumberedHeaderInScope()&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilNumberedHeaderPopped())}function Q1(e,t){const n=t.tagID;e.openElements.hasInScope(n)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(n),e.activeFormattingElements.clearToLastMarker())}function K1(e){e._reconstructActiveFormattingElements(),e._insertFakeElement(A.BR,u.BR),e.openElements.pop(),e.framesetOk=!1}function Yo(e,t){const n=t.tagName,r=t.tagID;for(let a=e.openElements.stackTop;a>0;a--){const i=e.openElements.items[a],s=e.openElements.tagIDs[a];if(r===s&&(r!==u.UNKNOWN||e.treeAdapter.getTagName(i)===n)){e.openElements.generateImpliedEndTagsWithExclusion(r),e.openElements.stackTop>=a&&e.openElements.shortenToLength(a);break}if(e._isSpecialElement(i,s))break}}function Sr(e,t){switch(t.tagID){case u.A:case u.B:case u.I:case u.S:case u.U:case u.EM:case u.TT:case u.BIG:case u.CODE:case u.FONT:case u.NOBR:case u.SMALL:case u.STRIKE:case u.STRONG:{si(e,t);break}case u.P:{V1(e);break}case u.DL:case u.UL:case u.OL:case u.DIR:case u.DIV:case u.NAV:case u.PRE:case u.MAIN:case u.MENU:case u.ASIDE:case u.BUTTON:case u.CENTER:case u.FIGURE:case u.FOOTER:case u.HEADER:case u.HGROUP:case u.DIALOG:case u.ADDRESS:case u.ARTICLE:case u.DETAILS:case u.SEARCH:case u.SECTION:case u.SUMMARY:case u.LISTING:case u.FIELDSET:case u.BLOCKQUOTE:case u.FIGCAPTION:{Y1(e,t);break}case u.LI:{q1(e);break}case u.DD:case u.DT:{W1(e,t);break}case u.H1:case u.H2:case u.H3:case u.H4:case u.H5:case u.H6:{X1(e);break}case u.BR:{K1(e);break}case u.BODY:{$1(e,t);break}case u.HTML:{z1(e,t);break}case u.FORM:{G1(e);break}case u.APPLET:case u.OBJECT:case u.MARQUEE:{Q1(e,t);break}case u.TEMPLATE:{Ut(e,t);break}default:Yo(e,t)}}function Go(e,t){e.tmplInsertionModeStack.length>0?Zo(e,t):ui(e,t)}function Z1(e,t){var n;t.tagID===u.SCRIPT&&((n=e.scriptHandler)===null||n===void 0||n.call(e,e.openElements.current)),e.openElements.pop(),e.insertionMode=e.originalInsertionMode}function J1(e,t){e._err(t,I.eofInElementThatCanContainOnlyText),e.openElements.pop(),e.insertionMode=e.originalInsertionMode,e.onEof(t)}function Kr(e,t){if(Ho.has(e.openElements.currentTagId))switch(e.pendingCharacterTokens.length=0,e.hasNonWhitespacePendingCharacterToken=!1,e.originalInsertionMode=e.insertionMode,e.insertionMode=T.IN_TABLE_TEXT,t.type){case de.CHARACTER:{qo(e,t);break}case de.WHITESPACE_CHARACTER:{Vo(e,t);break}}else Hn(e,t)}function eb(e,t){e.openElements.clearBackToTableContext(),e.activeFormattingElements.insertMarker(),e._insertElement(t,P.HTML),e.insertionMode=T.IN_CAPTION}function tb(e,t){e.openElements.clearBackToTableContext(),e._insertElement(t,P.HTML),e.insertionMode=T.IN_COLUMN_GROUP}function nb(e,t){e.openElements.clearBackToTableContext(),e._insertFakeElement(A.COLGROUP,u.COLGROUP),e.insertionMode=T.IN_COLUMN_GROUP,oi(e,t)}function rb(e,t){e.openElements.clearBackToTableContext(),e._insertElement(t,P.HTML),e.insertionMode=T.IN_TABLE_BODY}function ab(e,t){e.openElements.clearBackToTableContext(),e._insertFakeElement(A.TBODY,u.TBODY),e.insertionMode=T.IN_TABLE_BODY,Cr(e,t)}function ib(e,t){e.openElements.hasInTableScope(u.TABLE)&&(e.openElements.popUntilTagNamePopped(u.TABLE),e._resetInsertionMode(),e._processStartTag(t))}function sb(e,t){zo(t)?e._appendElement(t,P.HTML):Hn(e,t),t.ackSelfClosing=!0}function ub(e,t){!e.formElement&&e.openElements.tmplCount===0&&(e._insertElement(t,P.HTML),e.formElement=e.openElements.current,e.openElements.pop())}function tn(e,t){switch(t.tagID){case u.TD:case u.TH:case u.TR:{ab(e,t);break}case u.STYLE:case u.SCRIPT:case u.TEMPLATE:{rt(e,t);break}case u.COL:{nb(e,t);break}case u.FORM:{ub(e,t);break}case u.TABLE:{ib(e,t);break}case u.TBODY:case u.TFOOT:case u.THEAD:{rb(e,t);break}case u.INPUT:{sb(e,t);break}case u.CAPTION:{eb(e,t);break}case u.COLGROUP:{tb(e,t);break}default:Hn(e,t)}}function On(e,t){switch(t.tagID){case u.TABLE:{e.openElements.hasInTableScope(u.TABLE)&&(e.openElements.popUntilTagNamePopped(u.TABLE),e._resetInsertionMode());break}case u.TEMPLATE:{Ut(e,t);break}case u.BODY:case u.CAPTION:case u.COL:case u.COLGROUP:case u.HTML:case u.TBODY:case u.TD:case u.TFOOT:case u.TH:case u.THEAD:case u.TR:break;default:Hn(e,t)}}function Hn(e,t){const n=e.fosterParentingEnabled;e.fosterParentingEnabled=!0,_r(e,t),e.fosterParentingEnabled=n}function Vo(e,t){e.pendingCharacterTokens.push(t)}function qo(e,t){e.pendingCharacterTokens.push(t),e.hasNonWhitespacePendingCharacterToken=!0}function mn(e,t){let n=0;if(e.hasNonWhitespacePendingCharacterToken)for(;n<e.pendingCharacterTokens.length;n++)Hn(e,e.pendingCharacterTokens[n]);else for(;n<e.pendingCharacterTokens.length;n++)e._insertCharacters(e.pendingCharacterTokens[n]);e.insertionMode=e.originalInsertionMode,e._processToken(t)}const Wo=new Set([u.CAPTION,u.COL,u.COLGROUP,u.TBODY,u.TD,u.TFOOT,u.TH,u.THEAD,u.TR]);function ob(e,t){const n=t.tagID;Wo.has(n)?e.openElements.hasInTableScope(u.CAPTION)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(u.CAPTION),e.activeFormattingElements.clearToLastMarker(),e.insertionMode=T.IN_TABLE,tn(e,t)):Fe(e,t)}function lb(e,t){const n=t.tagID;switch(n){case u.CAPTION:case u.TABLE:{e.openElements.hasInTableScope(u.CAPTION)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(u.CAPTION),e.activeFormattingElements.clearToLastMarker(),e.insertionMode=T.IN_TABLE,n===u.TABLE&&On(e,t));break}case u.BODY:case u.COL:case u.COLGROUP:case u.HTML:case u.TBODY:case u.TD:case u.TFOOT:case u.TH:case u.THEAD:case u.TR:break;default:Sr(e,t)}}function oi(e,t){switch(t.tagID){case u.HTML:{Fe(e,t);break}case u.COL:{e._appendElement(t,P.HTML),t.ackSelfClosing=!0;break}case u.TEMPLATE:{rt(e,t);break}default:sr(e,t)}}function cb(e,t){switch(t.tagID){case u.COLGROUP:{e.openElements.currentTagId===u.COLGROUP&&(e.openElements.pop(),e.insertionMode=T.IN_TABLE);break}case u.TEMPLATE:{Ut(e,t);break}case u.COL:break;default:sr(e,t)}}function sr(e,t){e.openElements.currentTagId===u.COLGROUP&&(e.openElements.pop(),e.insertionMode=T.IN_TABLE,e._processToken(t))}function Cr(e,t){switch(t.tagID){case u.TR:{e.openElements.clearBackToTableBodyContext(),e._insertElement(t,P.HTML),e.insertionMode=T.IN_ROW;break}case u.TH:case u.TD:{e.openElements.clearBackToTableBodyContext(),e._insertFakeElement(A.TR,u.TR),e.insertionMode=T.IN_ROW,Ir(e,t);break}case u.CAPTION:case u.COL:case u.COLGROUP:case u.TBODY:case u.TFOOT:case u.THEAD:{e.openElements.hasTableBodyContextInTableScope()&&(e.openElements.clearBackToTableBodyContext(),e.openElements.pop(),e.insertionMode=T.IN_TABLE,tn(e,t));break}default:tn(e,t)}}function La(e,t){const n=t.tagID;switch(t.tagID){case u.TBODY:case u.TFOOT:case u.THEAD:{e.openElements.hasInTableScope(n)&&(e.openElements.clearBackToTableBodyContext(),e.openElements.pop(),e.insertionMode=T.IN_TABLE);break}case u.TABLE:{e.openElements.hasTableBodyContextInTableScope()&&(e.openElements.clearBackToTableBodyContext(),e.openElements.pop(),e.insertionMode=T.IN_TABLE,On(e,t));break}case u.BODY:case u.CAPTION:case u.COL:case u.COLGROUP:case u.HTML:case u.TD:case u.TH:case u.TR:break;default:On(e,t)}}function Ir(e,t){switch(t.tagID){case u.TH:case u.TD:{e.openElements.clearBackToTableRowContext(),e._insertElement(t,P.HTML),e.insertionMode=T.IN_CELL,e.activeFormattingElements.insertMarker();break}case u.CAPTION:case u.COL:case u.COLGROUP:case u.TBODY:case u.TFOOT:case u.THEAD:case u.TR:{e.openElements.hasInTableScope(u.TR)&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=T.IN_TABLE_BODY,Cr(e,t));break}default:tn(e,t)}}function Xo(e,t){switch(t.tagID){case u.TR:{e.openElements.hasInTableScope(u.TR)&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=T.IN_TABLE_BODY);break}case u.TABLE:{e.openElements.hasInTableScope(u.TR)&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=T.IN_TABLE_BODY,La(e,t));break}case u.TBODY:case u.TFOOT:case u.THEAD:{(e.openElements.hasInTableScope(t.tagID)||e.openElements.hasInTableScope(u.TR))&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=T.IN_TABLE_BODY,La(e,t));break}case u.BODY:case u.CAPTION:case u.COL:case u.COLGROUP:case u.HTML:case u.TD:case u.TH:break;default:On(e,t)}}function db(e,t){const n=t.tagID;Wo.has(n)?(e.openElements.hasInTableScope(u.TD)||e.openElements.hasInTableScope(u.TH))&&(e._closeTableCell(),Ir(e,t)):Fe(e,t)}function fb(e,t){const n=t.tagID;switch(n){case u.TD:case u.TH:{e.openElements.hasInTableScope(n)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(n),e.activeFormattingElements.clearToLastMarker(),e.insertionMode=T.IN_ROW);break}case u.TABLE:case u.TBODY:case u.TFOOT:case u.THEAD:case u.TR:{e.openElements.hasInTableScope(n)&&(e._closeTableCell(),Xo(e,t));break}case u.BODY:case u.CAPTION:case u.COL:case u.COLGROUP:case u.HTML:break;default:Sr(e,t)}}function Qo(e,t){switch(t.tagID){case u.HTML:{Fe(e,t);break}case u.OPTION:{e.openElements.currentTagId===u.OPTION&&e.openElements.pop(),e._insertElement(t,P.HTML);break}case u.OPTGROUP:{e.openElements.currentTagId===u.OPTION&&e.openElements.pop(),e.openElements.currentTagId===u.OPTGROUP&&e.openElements.pop(),e._insertElement(t,P.HTML);break}case u.HR:{e.openElements.currentTagId===u.OPTION&&e.openElements.pop(),e.openElements.currentTagId===u.OPTGROUP&&e.openElements.pop(),e._appendElement(t,P.HTML),t.ackSelfClosing=!0;break}case u.INPUT:case u.KEYGEN:case u.TEXTAREA:case u.SELECT:{e.openElements.hasInSelectScope(u.SELECT)&&(e.openElements.popUntilTagNamePopped(u.SELECT),e._resetInsertionMode(),t.tagID!==u.SELECT&&e._processStartTag(t));break}case u.SCRIPT:case u.TEMPLATE:{rt(e,t);break}}}function Ko(e,t){switch(t.tagID){case u.OPTGROUP:{e.openElements.stackTop>0&&e.openElements.currentTagId===u.OPTION&&e.openElements.tagIDs[e.openElements.stackTop-1]===u.OPTGROUP&&e.openElements.pop(),e.openElements.currentTagId===u.OPTGROUP&&e.openElements.pop();break}case u.OPTION:{e.openElements.currentTagId===u.OPTION&&e.openElements.pop();break}case u.SELECT:{e.openElements.hasInSelectScope(u.SELECT)&&(e.openElements.popUntilTagNamePopped(u.SELECT),e._resetInsertionMode());break}case u.TEMPLATE:{Ut(e,t);break}}}function hb(e,t){const n=t.tagID;n===u.CAPTION||n===u.TABLE||n===u.TBODY||n===u.TFOOT||n===u.THEAD||n===u.TR||n===u.TD||n===u.TH?(e.openElements.popUntilTagNamePopped(u.SELECT),e._resetInsertionMode(),e._processStartTag(t)):Qo(e,t)}function mb(e,t){const n=t.tagID;n===u.CAPTION||n===u.TABLE||n===u.TBODY||n===u.TFOOT||n===u.THEAD||n===u.TR||n===u.TD||n===u.TH?e.openElements.hasInTableScope(n)&&(e.openElements.popUntilTagNamePopped(u.SELECT),e._resetInsertionMode(),e.onEndTag(t)):Ko(e,t)}function pb(e,t){switch(t.tagID){case u.BASE:case u.BASEFONT:case u.BGSOUND:case u.LINK:case u.META:case u.NOFRAMES:case u.SCRIPT:case u.STYLE:case u.TEMPLATE:case u.TITLE:{rt(e,t);break}case u.CAPTION:case u.COLGROUP:case u.TBODY:case u.TFOOT:case u.THEAD:{e.tmplInsertionModeStack[0]=T.IN_TABLE,e.insertionMode=T.IN_TABLE,tn(e,t);break}case u.COL:{e.tmplInsertionModeStack[0]=T.IN_COLUMN_GROUP,e.insertionMode=T.IN_COLUMN_GROUP,oi(e,t);break}case u.TR:{e.tmplInsertionModeStack[0]=T.IN_TABLE_BODY,e.insertionMode=T.IN_TABLE_BODY,Cr(e,t);break}case u.TD:case u.TH:{e.tmplInsertionModeStack[0]=T.IN_ROW,e.insertionMode=T.IN_ROW,Ir(e,t);break}default:e.tmplInsertionModeStack[0]=T.IN_BODY,e.insertionMode=T.IN_BODY,Fe(e,t)}}function bb(e,t){t.tagID===u.TEMPLATE&&Ut(e,t)}function Zo(e,t){e.openElements.tmplCount>0?(e.openElements.popUntilTagNamePopped(u.TEMPLATE),e.activeFormattingElements.clearToLastMarker(),e.tmplInsertionModeStack.shift(),e._resetInsertionMode(),e.onEof(t)):ui(e,t)}function Eb(e,t){t.tagID===u.HTML?Fe(e,t):ur(e,t)}function Jo(e,t){var n;if(t.tagID===u.HTML){if(e.fragmentContext||(e.insertionMode=T.AFTER_AFTER_BODY),e.options.sourceCodeLocationInfo&&e.openElements.tagIDs[0]===u.HTML){e._setEndLocation(e.openElements.items[0],t);const r=e.openElements.items[1];r&&!(!((n=e.treeAdapter.getNodeSourceCodeLocation(r))===null||n===void 0)&&n.endTag)&&e._setEndLocation(r,t)}}else ur(e,t)}function ur(e,t){e.insertionMode=T.IN_BODY,_r(e,t)}function gb(e,t){switch(t.tagID){case u.HTML:{Fe(e,t);break}case u.FRAMESET:{e._insertElement(t,P.HTML);break}case u.FRAME:{e._appendElement(t,P.HTML),t.ackSelfClosing=!0;break}case u.NOFRAMES:{rt(e,t);break}}}function Tb(e,t){t.tagID===u.FRAMESET&&!e.openElements.isRootHtmlElementCurrent()&&(e.openElements.pop(),!e.fragmentContext&&e.openElements.currentTagId!==u.FRAMESET&&(e.insertionMode=T.AFTER_FRAMESET))}function yb(e,t){switch(t.tagID){case u.HTML:{Fe(e,t);break}case u.NOFRAMES:{rt(e,t);break}}}function xb(e,t){t.tagID===u.HTML&&(e.insertionMode=T.AFTER_AFTER_FRAMESET)}function Ab(e,t){t.tagID===u.HTML?Fe(e,t):nr(e,t)}function nr(e,t){e.insertionMode=T.IN_BODY,_r(e,t)}function _b(e,t){switch(t.tagID){case u.HTML:{Fe(e,t);break}case u.NOFRAMES:{rt(e,t);break}}}function Sb(e,t){t.chars=Ie,e._insertCharacters(t)}function Cb(e,t){e._insertCharacters(t),e.framesetOk=!1}function el(e){for(;e.treeAdapter.getNamespaceURI(e.openElements.current)!==P.HTML&&!e._isIntegrationPoint(e.openElements.currentTagId,e.openElements.current);)e.openElements.pop()}function Ib(e,t){if(jp(t))el(e),e._startTagOutsideForeignContent(t);else{const n=e._getAdjustedCurrentElement(),r=e.treeAdapter.getNamespaceURI(n);r===P.MATHML?Bo(t):r===P.SVG&&($p(t),Fo(t)),ii(t),t.selfClosing?e._appendElement(t,r):e._insertElement(t,r),t.ackSelfClosing=!0}}function Nb(e,t){if(t.tagID===u.P||t.tagID===u.BR){el(e),e._endTagOutsideForeignContent(t);return}for(let n=e.openElements.stackTop;n>0;n--){const r=e.openElements.items[n];if(e.treeAdapter.getNamespaceURI(r)===P.HTML){e._endTagOutsideForeignContent(t);break}const a=e.treeAdapter.getTagName(r);if(a.toLowerCase()===t.tagName){t.tagName=a,e.openElements.shortenToLength(n);break}}}A.AREA,A.BASE,A.BASEFONT,A.BGSOUND,A.BR,A.COL,A.EMBED,A.FRAME,A.HR,A.IMG,A.INPUT,A.KEYGEN,A.LINK,A.META,A.PARAM,A.SOURCE,A.TRACK,A.WBR;const vb=new Set(["mdxFlowExpression","mdxJsxFlowElement","mdxJsxTextElement","mdxTextExpression","mdxjsEsm"]),Ms={sourceCodeLocationInfo:!0,scriptingEnabled:!1};function tl(e,t){const n=Fb(e),r=_o("type",{handlers:{root:wb,element:Ob,text:Lb,comment:rl,doctype:Rb,raw:Db},unknown:kb}),a={parser:n?new Ps(Ms):Ps.getFragmentParser(void 0,Ms),handle(o){r(o,a)},stitches:!1,options:t||{}};r(e,a),on(a,ft());const i=n?a.parser.document:a.parser.getFragment(),s=Um(i,{file:a.options.file});return a.stitches&&ti(s,"comment",function(o,l,c){const d=o;if(d.value.stitch&&c&&l!==void 0){const f=c.children;return f[l]=d.value.stitch,l}}),s.type==="root"&&s.children.length===1&&s.children[0].type===e.type?s.children[0]:s}function nl(e,t){let n=-1;if(e)for(;++n<e.length;)t.handle(e[n])}function wb(e,t){nl(e.children,t)}function Ob(e,t){Mb(e,t),nl(e.children,t),Bb(e,t)}function Lb(e,t){t.parser.tokenizer.state>4&&(t.parser.tokenizer.state=0);const n={type:de.CHARACTER,chars:e.value,location:Un(e)};on(t,ft(e)),t.parser.currentToken=n,t.parser._processToken(t.parser.currentToken)}function Rb(e,t){const n={type:de.DOCTYPE,name:"html",forceQuirks:!1,publicId:"",systemId:"",location:Un(e)};on(t,ft(e)),t.parser.currentToken=n,t.parser._processToken(t.parser.currentToken)}function Pb(e,t){t.stitches=!0;const n=Hb(e);if("children"in e&&"children"in n){const r=tl({type:"root",children:e.children},t.options);n.children=r.children}rl({type:"comment",value:{stitch:n}},t)}function rl(e,t){const n=e.value,r={type:de.COMMENT,data:n,location:Un(e)};on(t,ft(e)),t.parser.currentToken=r,t.parser._processToken(t.parser.currentToken)}function Db(e,t){if(t.parser.tokenizer.preprocessor.html="",t.parser.tokenizer.preprocessor.pos=-1,t.parser.tokenizer.preprocessor.lastGapPos=-2,t.parser.tokenizer.preprocessor.gapStack=[],t.parser.tokenizer.preprocessor.skipNextNewLine=!1,t.parser.tokenizer.preprocessor.lastChunkWritten=!1,t.parser.tokenizer.preprocessor.endOfChunkHit=!1,t.parser.tokenizer.preprocessor.isEol=!1,al(t,ft(e)),t.parser.tokenizer.write(e.value,!1),t.parser.tokenizer._runParsingLoop(),t.parser.tokenizer.state===72||t.parser.tokenizer.state===78){t.parser.tokenizer.preprocessor.lastChunkWritten=!0;const n=t.parser.tokenizer._consume();t.parser.tokenizer._callState(n)}}function kb(e,t){const n=e;if(t.options.passThrough&&t.options.passThrough.includes(n.type))Pb(n,t);else{let r="";throw vb.has(n.type)&&(r=". It looks like you are using MDX nodes with `hast-util-raw` (or `rehype-raw`). If you use this because you are using remark or rehype plugins that inject `'html'` nodes, then please raise an issue with that plugin, as its a bad and slow idea. If you use this because you are using markdown syntax, then you have to configure this utility (or plugin) to pass through these nodes (see `passThrough` in docs), but you can also migrate to use the MDX syntax"),new Error("Cannot compile `"+n.type+"` node"+r)}}function on(e,t){al(e,t);const n=e.parser.tokenizer.currentCharacterToken;n&&n.location&&(n.location.endLine=e.parser.tokenizer.preprocessor.line,n.location.endCol=e.parser.tokenizer.preprocessor.col+1,n.location.endOffset=e.parser.tokenizer.preprocessor.offset+1,e.parser.currentToken=n,e.parser._processToken(e.parser.currentToken)),e.parser.tokenizer.paused=!1,e.parser.tokenizer.inLoop=!1,e.parser.tokenizer.active=!1,e.parser.tokenizer.returnState=Le.DATA,e.parser.tokenizer.charRefCode=-1,e.parser.tokenizer.consumedAfterSnapshot=-1,e.parser.tokenizer.currentLocation=null,e.parser.tokenizer.currentCharacterToken=null,e.parser.tokenizer.currentToken=null,e.parser.tokenizer.currentAttr={name:"",value:""}}function al(e,t){if(t&&t.offset!==void 0){const n={startLine:t.line,startCol:t.column,startOffset:t.offset,endLine:-1,endCol:-1,endOffset:-1};e.parser.tokenizer.preprocessor.lineStartPos=-t.column+1,e.parser.tokenizer.preprocessor.droppedBufferSize=t.offset,e.parser.tokenizer.preprocessor.line=t.line,e.parser.tokenizer.currentLocation=n}}function Mb(e,t){const n=e.tagName.toLowerCase();if(t.parser.tokenizer.state===Le.PLAINTEXT)return;on(t,ft(e));const r=t.parser.openElements.current;let a="namespaceURI"in r?r.namespaceURI:Pt.html;a===Pt.html&&n==="svg"&&(a=Pt.svg);const i=Gm({...e,children:[]},{space:a===Pt.svg?"svg":"html"}),s={type:de.START_TAG,tagName:n,tagID:un(n),selfClosing:!1,ackSelfClosing:!1,attrs:"attrs"in i?i.attrs:[],location:Un(e)};t.parser.currentToken=s,t.parser._processToken(t.parser.currentToken),t.parser.tokenizer.lastStartTagName=n}function Bb(e,t){const n=e.tagName.toLowerCase();if(!t.parser.tokenizer.inForeignNode&&Jm.includes(n)||t.parser.tokenizer.state===Le.PLAINTEXT)return;on(t,Tr(e));const r={type:de.END_TAG,tagName:n,tagID:un(n),selfClosing:!1,ackSelfClosing:!1,attrs:[],location:Un(e)};t.parser.currentToken=r,t.parser._processToken(t.parser.currentToken),n===t.parser.tokenizer.lastStartTagName&&(t.parser.tokenizer.state===Le.RCDATA||t.parser.tokenizer.state===Le.RAWTEXT||t.parser.tokenizer.state===Le.SCRIPT_DATA)&&(t.parser.tokenizer.state=Le.DATA)}function Fb(e){const t=e.type==="root"?e.children[0]:e;return!!(t&&(t.type==="doctype"||t.type==="element"&&t.tagName.toLowerCase()==="html"))}function Un(e){const t=ft(e)||{line:void 0,column:void 0,offset:void 0},n=Tr(e)||{line:void 0,column:void 0,offset:void 0};return{startLine:t.line,startCol:t.column,startOffset:t.offset,endLine:n.line,endCol:n.column,endOffset:n.offset}}function Hb(e){return"children"in e?en({...e,children:[]}):en(e)}function il(e){return function(t,n){return tl(t,{...e,file:n})}}const Ub=e=>Pe.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",...e},Pe.createElement("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2zM7.07 18.28c.43-.9 3.05-1.78 4.93-1.78s4.51.88 4.93 1.78C15.57 19.36 13.86 20 12 20s-3.57-.64-4.93-1.72zm11.29-1.45c-1.43-1.74-4.9-2.33-6.36-2.33s-4.93.59-6.36 2.33A7.95 7.95 0 0 1 4 12c0-4.41 3.59-8 8-8s8 3.59 8 8c0 1.82-.62 3.49-1.64 4.83zM12 6c-1.94 0-3.5 1.56-3.5 3.5S10.06 13 12 13s3.5-1.56 3.5-3.5S13.94 6 12 6zm0 5c-.83 0-1.5-.67-1.5-1.5S11.17 8 12 8s1.5.67 1.5 1.5S12.83 11 12 11z"})),jb=({content:e,metaData:t})=>{const{chatlineLabelUserTranslation:n}=za();return N.jsxs("div",{className:"flex px-3 justify-between mt-8 bg-gray-200 rounded-lg",children:[N.jsx("div",{className:"w-10 mr-3 flex-col content-center",children:N.jsx("div",{children:N.jsx(Ub,{fill:"#4564d6"})})}),N.jsxs("div",{className:`w-full p-4 rounded-lg transition-all duration-300 ${t?.isErrorMessage?"bg-red-100 border-l-4 border-red-400 text-red-800 shadow-md animate-fade-in":" text-gray-800"}`,children:[N.jsx("p",{className:"font-bold",children:n}),N.jsx("div",{children:N.jsx(To,{rehypePlugins:[il],children:e&&e})})]})]})},$b=({})=>{const{companySettings:e}=C.useContext(Rn);return N.jsx("div",{className:`assistant
60
+ `},a),i}function rm(e,t){return e&&"run"in e?async function(n,r){const a=ds(n,{file:r,...t});await e.run(a,r)}:function(n,r){return ds(n,{file:r,...t||e})}}function fs(e){if(e)throw e}var jr,hs;function am(){if(hs)return jr;hs=1;var e=Object.prototype.hasOwnProperty,t=Object.prototype.toString,n=Object.defineProperty,r=Object.getOwnPropertyDescriptor,a=function(c){return typeof Array.isArray=="function"?Array.isArray(c):t.call(c)==="[object Array]"},i=function(c){if(!c||t.call(c)!=="[object Object]")return!1;var d=e.call(c,"constructor"),f=c.constructor&&c.constructor.prototype&&e.call(c.constructor.prototype,"isPrototypeOf");if(c.constructor&&!d&&!f)return!1;var h;for(h in c);return typeof h>"u"||e.call(c,h)},s=function(c,d){n&&d.name==="__proto__"?n(c,d.name,{enumerable:!0,configurable:!0,value:d.newValue,writable:!0}):c[d.name]=d.newValue},o=function(c,d){if(d==="__proto__")if(e.call(c,d)){if(r)return r(c,d).value}else return;return c[d]};return jr=function l(){var c,d,f,h,m,y,x=arguments[0],L=1,_=arguments.length,R=!1;for(typeof x=="boolean"&&(R=x,x=arguments[1]||{},L=2),(x==null||typeof x!="object"&&typeof x!="function")&&(x={});L<_;++L)if(c=arguments[L],c!=null)for(d in c)f=o(x,d),h=o(c,d),x!==h&&(R&&h&&(i(h)||(m=a(h)))?(m?(m=!1,y=f&&a(f)?f:[]):y=f&&i(f)?f:{},s(x,{name:d,newValue:l(R,y,h)})):typeof h<"u"&&s(x,{name:d,newValue:h}));return x},jr}var im=am();const $r=Ba(im);function Sa(e){if(typeof e!="object"||e===null)return!1;const t=Object.getPrototypeOf(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)}function sm(){const e=[],t={run:n,use:r};return t;function n(...a){let i=-1;const s=a.pop();if(typeof s!="function")throw new TypeError("Expected function as last argument, not "+s);o(null,...a);function o(l,...c){const d=e[++i];let f=-1;if(l){s(l);return}for(;++f<a.length;)(c[f]===null||c[f]===void 0)&&(c[f]=a[f]);a=c,d?um(d,o)(...c):s(null,...c)}}function r(a){if(typeof a!="function")throw new TypeError("Expected `middelware` to be a function, not "+a);return e.push(a),t}}function um(e,t){let n;return r;function r(...s){const o=e.length>s.length;let l;o&&s.push(a);try{l=e.apply(this,s)}catch(c){const d=c;if(o&&n)throw d;return a(d)}o||(l&&l.then&&typeof l.then=="function"?l.then(i,a):l instanceof Error?a(l):i(l))}function a(s,...o){n||(n=!0,t(s,...o))}function i(s){a(null,s)}}const it={basename:om,dirname:lm,extname:cm,join:dm,sep:"/"};function om(e,t){if(t!==void 0&&typeof t!="string")throw new TypeError('"ext" argument must be a string');Fn(e);let n=0,r=-1,a=e.length,i;if(t===void 0||t.length===0||t.length>e.length){for(;a--;)if(e.codePointAt(a)===47){if(i){n=a+1;break}}else r<0&&(i=!0,r=a+1);return r<0?"":e.slice(n,r)}if(t===e)return"";let s=-1,o=t.length-1;for(;a--;)if(e.codePointAt(a)===47){if(i){n=a+1;break}}else s<0&&(i=!0,s=a+1),o>-1&&(e.codePointAt(a)===t.codePointAt(o--)?o<0&&(r=a):(o=-1,r=s));return n===r?r=s:r<0&&(r=e.length),e.slice(n,r)}function lm(e){if(Fn(e),e.length===0)return".";let t=-1,n=e.length,r;for(;--n;)if(e.codePointAt(n)===47){if(r){t=n;break}}else r||(r=!0);return t<0?e.codePointAt(0)===47?"/":".":t===1&&e.codePointAt(0)===47?"//":e.slice(0,t)}function cm(e){Fn(e);let t=e.length,n=-1,r=0,a=-1,i=0,s;for(;t--;){const o=e.codePointAt(t);if(o===47){if(s){r=t+1;break}continue}n<0&&(s=!0,n=t+1),o===46?a<0?a=t:i!==1&&(i=1):a>-1&&(i=-1)}return a<0||n<0||i===0||i===1&&a===n-1&&a===r+1?"":e.slice(a,n)}function dm(...e){let t=-1,n;for(;++t<e.length;)Fn(e[t]),e[t]&&(n=n===void 0?e[t]:n+"/"+e[t]);return n===void 0?".":fm(n)}function fm(e){Fn(e);const t=e.codePointAt(0)===47;let n=hm(e,!t);return n.length===0&&!t&&(n="."),n.length>0&&e.codePointAt(e.length-1)===47&&(n+="/"),t?"/"+n:n}function hm(e,t){let n="",r=0,a=-1,i=0,s=-1,o,l;for(;++s<=e.length;){if(s<e.length)o=e.codePointAt(s);else{if(o===47)break;o=47}if(o===47){if(!(a===s-1||i===1))if(a!==s-1&&i===2){if(n.length<2||r!==2||n.codePointAt(n.length-1)!==46||n.codePointAt(n.length-2)!==46){if(n.length>2){if(l=n.lastIndexOf("/"),l!==n.length-1){l<0?(n="",r=0):(n=n.slice(0,l),r=n.length-1-n.lastIndexOf("/")),a=s,i=0;continue}}else if(n.length>0){n="",r=0,a=s,i=0;continue}}t&&(n=n.length>0?n+"/..":"..",r=2)}else n.length>0?n+="/"+e.slice(a+1,s):n=e.slice(a+1,s),r=s-a-1;a=s,i=0}else o===46&&i>-1?i++:i=-1}return n}function Fn(e){if(typeof e!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(e))}const mm={cwd:pm};function pm(){return"/"}function Ca(e){return!!(e!==null&&typeof e=="object"&&"href"in e&&e.href&&"protocol"in e&&e.protocol&&e.auth===void 0)}function Em(e){if(typeof e=="string")e=new URL(e);else if(!Ca(e)){const t=new TypeError('The "path" argument must be of type string or an instance of URL. Received `'+e+"`");throw t.code="ERR_INVALID_ARG_TYPE",t}if(e.protocol!=="file:"){const t=new TypeError("The URL must be of scheme file");throw t.code="ERR_INVALID_URL_SCHEME",t}return gm(e)}function gm(e){if(e.hostname!==""){const r=new TypeError('File URL host must be "localhost" or empty on darwin');throw r.code="ERR_INVALID_FILE_URL_HOST",r}const t=e.pathname;let n=-1;for(;++n<t.length;)if(t.codePointAt(n)===37&&t.codePointAt(n+1)===50){const r=t.codePointAt(n+2);if(r===70||r===102){const a=new TypeError("File URL path must not include encoded / characters");throw a.code="ERR_INVALID_FILE_URL_PATH",a}}return decodeURIComponent(t)}const zr=["history","path","basename","stem","extname","dirname"];class bo{constructor(t){let n;t?Ca(t)?n={path:t}:typeof t=="string"||bm(t)?n={value:t}:n=t:n={},this.cwd=mm.cwd(),this.data={},this.history=[],this.messages=[],this.value,this.map,this.result,this.stored;let r=-1;for(;++r<zr.length;){const i=zr[r];i in n&&n[i]!==void 0&&n[i]!==null&&(this[i]=i==="history"?[...n[i]]:n[i])}let a;for(a in n)zr.includes(a)||(this[a]=n[a])}get basename(){return typeof this.path=="string"?it.basename(this.path):void 0}set basename(t){Gr(t,"basename"),Yr(t,"basename"),this.path=it.join(this.dirname||"",t)}get dirname(){return typeof this.path=="string"?it.dirname(this.path):void 0}set dirname(t){ms(this.basename,"dirname"),this.path=it.join(t||"",this.basename)}get extname(){return typeof this.path=="string"?it.extname(this.path):void 0}set extname(t){if(Yr(t,"extname"),ms(this.dirname,"extname"),t){if(t.codePointAt(0)!==46)throw new Error("`extname` must start with `.`");if(t.includes(".",1))throw new Error("`extname` cannot contain multiple dots")}this.path=it.join(this.dirname,this.stem+(t||""))}get path(){return this.history[this.history.length-1]}set path(t){Ca(t)&&(t=Em(t)),Gr(t,"path"),this.path!==t&&this.history.push(t)}get stem(){return typeof this.path=="string"?it.basename(this.path,this.extname):void 0}set stem(t){Gr(t,"stem"),Yr(t,"stem"),this.path=it.join(this.dirname||"",t+(this.extname||""))}fail(t,n,r){const a=this.message(t,n,r);throw a.fatal=!0,a}info(t,n,r){const a=this.message(t,n,r);return a.fatal=void 0,a}message(t,n,r){const a=new Be(t,n,r);return this.path&&(a.name=this.path+":"+a.name,a.file=this.path),a.fatal=!1,this.messages.push(a),a}toString(t){return this.value===void 0?"":typeof this.value=="string"?this.value:new TextDecoder(t||void 0).decode(this.value)}}function Yr(e,t){if(e&&e.includes(it.sep))throw new Error("`"+t+"` cannot be a path: did not expect `"+it.sep+"`")}function Gr(e,t){if(!e)throw new Error("`"+t+"` cannot be empty")}function ms(e,t){if(!e)throw new Error("Setting `"+t+"` requires `path` to be set too")}function bm(e){return!!(e&&typeof e=="object"&&"byteLength"in e&&"byteOffset"in e)}const Tm=(function(e){const r=this.constructor.prototype,a=r[e],i=function(){return a.apply(i,arguments)};Object.setPrototypeOf(i,r);const s=Object.getOwnPropertyNames(a);for(const o of s){const l=Object.getOwnPropertyDescriptor(a,o);l&&Object.defineProperty(i,o,l)}return i}),ym={}.hasOwnProperty;class ni extends Tm{constructor(){super("copy"),this.Compiler=void 0,this.Parser=void 0,this.attachers=[],this.compiler=void 0,this.freezeIndex=-1,this.frozen=void 0,this.namespace={},this.parser=void 0,this.transformers=sm()}copy(){const t=new ni;let n=-1;for(;++n<this.attachers.length;){const r=this.attachers[n];t.use(...r)}return t.data($r(!0,{},this.namespace)),t}data(t,n){return typeof t=="string"?arguments.length===2?(Wr("data",this.frozen),this.namespace[t]=n,this):ym.call(this.namespace,t)&&this.namespace[t]||void 0:t?(Wr("data",this.frozen),this.namespace=t,this):this.namespace}freeze(){if(this.frozen)return this;const t=this;for(;++this.freezeIndex<this.attachers.length;){const[n,...r]=this.attachers[this.freezeIndex];if(r[0]===!1)continue;r[0]===!0&&(r[0]=void 0);const a=n.call(t,...r);typeof a=="function"&&this.transformers.use(a)}return this.frozen=!0,this.freezeIndex=Number.POSITIVE_INFINITY,this}parse(t){this.freeze();const n=Wn(t),r=this.parser||this.Parser;return Vr("parse",r),r(String(n),n)}process(t,n){const r=this;return this.freeze(),Vr("process",this.parser||this.Parser),qr("process",this.compiler||this.Compiler),n?a(void 0,n):new Promise(a);function a(i,s){const o=Wn(t),l=r.parse(o);r.run(l,o,function(d,f,h){if(d||!f||!h)return c(d);const m=f,y=r.stringify(m,h);_m(y)?h.value=y:h.result=y,c(d,h)});function c(d,f){d||!f?s(d):i?i(f):n(void 0,f)}}}processSync(t){let n=!1,r;return this.freeze(),Vr("processSync",this.parser||this.Parser),qr("processSync",this.compiler||this.Compiler),this.process(t,a),Es("processSync","process",n),r;function a(i,s){n=!0,fs(i),r=s}}run(t,n,r){ps(t),this.freeze();const a=this.transformers;return!r&&typeof n=="function"&&(r=n,n=void 0),r?i(void 0,r):new Promise(i);function i(s,o){const l=Wn(n);a.run(t,l,c);function c(d,f,h){const m=f||t;d?o(d):s?s(m):r(void 0,m,h)}}}runSync(t,n){let r=!1,a;return this.run(t,n,i),Es("runSync","run",r),a;function i(s,o){fs(s),a=o,r=!0}}stringify(t,n){this.freeze();const r=Wn(n),a=this.compiler||this.Compiler;return qr("stringify",a),ps(t),a(t,r)}use(t,...n){const r=this.attachers,a=this.namespace;if(Wr("use",this.frozen),t!=null)if(typeof t=="function")l(t,n);else if(typeof t=="object")Array.isArray(t)?o(t):s(t);else throw new TypeError("Expected usable value, not `"+t+"`");return this;function i(c){if(typeof c=="function")l(c,[]);else if(typeof c=="object")if(Array.isArray(c)){const[d,...f]=c;l(d,f)}else s(c);else throw new TypeError("Expected usable value, not `"+c+"`")}function s(c){if(!("plugins"in c)&&!("settings"in c))throw new Error("Expected usable value but received an empty preset, which is probably a mistake: presets typically come with `plugins` and sometimes with `settings`, but this has neither");o(c.plugins),c.settings&&(a.settings=$r(!0,a.settings,c.settings))}function o(c){let d=-1;if(c!=null)if(Array.isArray(c))for(;++d<c.length;){const f=c[d];i(f)}else throw new TypeError("Expected a list of plugins, not `"+c+"`")}function l(c,d){let f=-1,h=-1;for(;++f<r.length;)if(r[f][0]===c){h=f;break}if(h===-1)r.push([c,...d]);else if(d.length>0){let[m,...y]=d;const x=r[h][1];Sa(x)&&Sa(m)&&(m=$r(!0,x,m)),r[h]=[c,m,...y]}}}}const xm=new ni().freeze();function Vr(e,t){if(typeof t!="function")throw new TypeError("Cannot `"+e+"` without `parser`")}function qr(e,t){if(typeof t!="function")throw new TypeError("Cannot `"+e+"` without `compiler`")}function Wr(e,t){if(t)throw new Error("Cannot call `"+e+"` on a frozen processor.\nCreate a new processor first, by calling it: use `processor()` instead of `processor`.")}function ps(e){if(!Sa(e)||typeof e.type!="string")throw new TypeError("Expected node, got `"+e+"`")}function Es(e,t,n){if(!n)throw new Error("`"+e+"` finished async. Use `"+t+"` instead")}function Wn(e){return Am(e)?e:new bo(e)}function Am(e){return!!(e&&typeof e=="object"&&"message"in e&&"messages"in e)}function _m(e){return typeof e=="string"||Sm(e)}function Sm(e){return!!(e&&typeof e=="object"&&"byteLength"in e&&"byteOffset"in e)}const Cm="https://github.com/remarkjs/react-markdown/blob/main/changelog.md",gs=[],bs={allowDangerousHtml:!0},Im=/^(https?|ircs?|mailto|xmpp)$/i,Nm=[{from:"astPlugins",id:"remove-buggy-html-in-markdown-parser"},{from:"allowDangerousHtml",id:"remove-buggy-html-in-markdown-parser"},{from:"allowNode",id:"replace-allownode-allowedtypes-and-disallowedtypes",to:"allowElement"},{from:"allowedTypes",id:"replace-allownode-allowedtypes-and-disallowedtypes",to:"allowedElements"},{from:"disallowedTypes",id:"replace-allownode-allowedtypes-and-disallowedtypes",to:"disallowedElements"},{from:"escapeHtml",id:"remove-buggy-html-in-markdown-parser"},{from:"includeElementIndex",id:"#remove-includeelementindex"},{from:"includeNodeIndex",id:"change-includenodeindex-to-includeelementindex"},{from:"linkTarget",id:"remove-linktarget"},{from:"plugins",id:"change-plugins-to-remarkplugins",to:"remarkPlugins"},{from:"rawSourcePos",id:"#remove-rawsourcepos"},{from:"renderers",id:"change-renderers-to-components",to:"components"},{from:"source",id:"change-source-to-children",to:"children"},{from:"sourcePos",id:"#remove-sourcepos"},{from:"transformImageUri",id:"#add-urltransform",to:"urlTransform"},{from:"transformLinkUri",id:"#add-urltransform",to:"urlTransform"}];function To(e){const t=e.allowedElements,n=e.allowElement,r=e.children||"",a=e.className,i=e.components,s=e.disallowedElements,o=e.rehypePlugins||gs,l=e.remarkPlugins||gs,c=e.remarkRehypeOptions?{...e.remarkRehypeOptions,...bs}:bs,d=e.skipHtml,f=e.unwrapDisallowed,h=e.urlTransform||vm,m=xm().use(oh).use(l).use(rm,c).use(o),y=new bo;typeof r=="string"&&(y.value=r);for(const R of Nm)Object.hasOwn(e,R.from)&&(""+R.from+(R.to?"use `"+R.to+"` instead":"remove it")+Cm+R.id,void 0);const x=m.parse(y);let L=m.runSync(x,y);return a&&(L={type:"element",tagName:"div",properties:{className:a},children:L.type==="root"?L.children:[L]}),ti(L,_),Ud(L,{Fragment:C.Fragment,components:i,ignoreInvalidStyle:!0,jsx:C.jsx,jsxs:C.jsxs,passKeys:!0,passNode:!0});function _(R,O,H){if(R.type==="raw"&&H&&typeof O=="number")return d?H.children.splice(O,1):H.children[O]={type:"text",value:R.value},O;if(R.type==="element"){let S;for(S in Fr)if(Object.hasOwn(Fr,S)&&Object.hasOwn(R.properties,S)){const w=R.properties[S],Q=Fr[S];(Q===null||Q.includes(R.tagName))&&(R.properties[S]=h(String(w||""),S,R))}}if(R.type==="element"){let S=t?!t.includes(R.tagName):s?s.includes(R.tagName):!1;if(!S&&n&&typeof O=="number"&&(S=!n(R,O,H)),S&&H&&typeof O=="number")return f&&R.children?H.children.splice(O,1,...R.children):H.children.splice(O,1),O}}}function vm(e){const t=e.indexOf(":"),n=e.indexOf("?"),r=e.indexOf("#"),a=e.indexOf("/");return t<0||a>-1&&t>a||n>-1&&t>n||r>-1&&t>r||Im.test(e.slice(0,t))?e:""}const Ts=/[#.]/g;function wm(e,t){const n=e||"",r={};let a=0,i,s;for(;a<n.length;){Ts.lastIndex=a;const o=Ts.exec(n),l=n.slice(a,o?o.index:n.length);l&&(i?i==="#"?r.id=l:Array.isArray(r.className)?r.className.push(l):r.className=[l]:s=l,a+=l.length),o&&(i=o[0],a++)}return{type:"element",tagName:s||t||"div",properties:r,children:[]}}const Om=new Set(["button","menu","reset","submit"]),Ia={}.hasOwnProperty;function yo(e,t,n){const r=n&&Pm(n);function a(i,s,...o){let l=-1,c;if(i==null){c={type:"root",children:[]};const d=s;o.unshift(d)}else if(c=wm(i,t),c.tagName=c.tagName.toLowerCase(),r&&Ia.call(r,c.tagName)&&(c.tagName=r[c.tagName]),Lm(s,c.tagName)){let d;for(d in s)Ia.call(s,d)&&Rm(e,c.properties,d,s[d])}else o.unshift(s);for(;++l<o.length;)Na(c.children,o[l]);return c.type==="element"&&c.tagName==="template"&&(c.content={type:"root",children:c.children},c.children=[]),c}return a}function Lm(e,t){return e==null||typeof e!="object"||Array.isArray(e)?!1:t==="input"||!e.type||typeof e.type!="string"?!0:"children"in e&&Array.isArray(e.children)?!1:t==="button"?Om.has(e.type.toLowerCase()):!("value"in e)}function Rm(e,t,n,r){const a=br(e,n);let i=-1,s;if(r!=null){if(typeof r=="number"){if(Number.isNaN(r))return;s=r}else typeof r=="boolean"?s=r:typeof r=="string"?a.spaceSeparated?s=Hi(r):a.commaSeparated?s=Pi(r):a.commaOrSpaceSeparated?s=Hi(Pi(r).join(" ")):s=ys(a,a.property,r):Array.isArray(r)?s=r.concat():s=a.property==="style"?Dm(r):String(r);if(Array.isArray(s)){const o=[];for(;++i<s.length;){const l=ys(a,a.property,s[i]);o[i]=l}s=o}if(a.property==="className"&&Array.isArray(t.className)){const o=s;s=t.className.concat(o)}t[a.property]=s}}function Na(e,t){let n=-1;if(t!=null)if(typeof t=="string"||typeof t=="number")e.push({type:"text",value:String(t)});else if(Array.isArray(t))for(;++n<t.length;)Na(e,t[n]);else if(typeof t=="object"&&"type"in t)t.type==="root"?Na(e,t.children):e.push(t);else throw new Error("Expected node, nodes, or string, got `"+t+"`")}function ys(e,t,n){if(typeof n=="string"){if(e.number&&n&&!Number.isNaN(Number(n)))return Number(n);if((e.boolean||e.overloadedBoolean)&&(n===""||vn(n)===vn(t)))return!0}return n}function Dm(e){const t=[];let n;for(n in e)Ia.call(e,n)&&t.push([n,e[n]].join(": "));return t.join("; ")}function Pm(e){const t={};let n=-1;for(;++n<e.length;)t[e[n].toLowerCase()]=e[n];return t}const km=["altGlyph","altGlyphDef","altGlyphItem","animateColor","animateMotion","animateTransform","clipPath","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","foreignObject","glyphRef","linearGradient","radialGradient","solidColor","textArea","textPath"],Mm=yo(Bn,"div"),Bm=yo(Ct,"g",km);function Fm(e){const t=String(e),n=[];return{toOffset:a,toPoint:r};function r(i){if(typeof i=="number"&&i>-1&&i<=t.length){let s=0;for(;;){let o=n[s];if(o===void 0){const l=xs(t,n[s-1]);o=l===-1?t.length+1:l+1,n[s]=o}if(o>i)return{line:s+1,column:i-(s>0?n[s-1]:0)+1,offset:i};s++}}}function a(i){if(i&&typeof i.line=="number"&&typeof i.column=="number"&&!Number.isNaN(i.line)&&!Number.isNaN(i.column)){for(;n.length<i.line;){const o=n[n.length-1],l=xs(t,o),c=l===-1?t.length+1:l+1;if(o===c)break;n.push(c)}const s=(i.line>1?n[i.line-2]:0)+i.column-1;if(s<n[i.line-1])return s}}}function xs(e,t){const n=e.indexOf("\r",t),r=e.indexOf(`
61
+ `,t);return r===-1?n:n===-1||n+1===r?r:n<r?n:r}const Rt={html:"http://www.w3.org/1999/xhtml",mathml:"http://www.w3.org/1998/Math/MathML",svg:"http://www.w3.org/2000/svg",xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"},xo={}.hasOwnProperty,Hm=Object.prototype;function Um(e,t){const n=t||{};return ri({file:n.file||void 0,location:!1,schema:n.space==="svg"?Ct:Bn,verbose:n.verbose||!1},e)}function ri(e,t){let n;switch(t.nodeName){case"#comment":{const r=t;return n={type:"comment",value:r.data},tr(e,r,n),n}case"#document":case"#document-fragment":{const r=t,a="mode"in r?r.mode==="quirks"||r.mode==="limited-quirks":!1;if(n={type:"root",children:Ao(e,t.childNodes),data:{quirksMode:a}},e.file&&e.location){const i=String(e.file),s=Fm(i),o=s.toPoint(0),l=s.toPoint(i.length);n.position={start:o,end:l}}return n}case"#documentType":{const r=t;return n={type:"doctype"},tr(e,r,n),n}case"#text":{const r=t;return n={type:"text",value:r.value},tr(e,r,n),n}default:return n=jm(e,t),n}}function Ao(e,t){let n=-1;const r=[];for(;++n<t.length;){const a=ri(e,t[n]);r.push(a)}return r}function jm(e,t){const n=e.schema;e.schema=t.namespaceURI===Rt.svg?Ct:Bn;let r=-1;const a={};for(;++r<t.attrs.length;){const o=t.attrs[r],l=(o.prefix?o.prefix+":":"")+o.name;xo.call(Hm,l)||(a[l]=o.value)}const s=(e.schema.space==="svg"?Bm:Mm)(t.tagName,a,Ao(e,t.childNodes));if(tr(e,t,s),s.tagName==="template"){const o=t,l=o.sourceCodeLocation,c=l&&l.startTag&&Xt(l.startTag),d=l&&l.endTag&&Xt(l.endTag),f=ri(e,o.content);c&&d&&e.file&&(f.position={start:c.end,end:d.start}),s.content=f}return e.schema=n,s}function tr(e,t,n){if("sourceCodeLocation"in t&&t.sourceCodeLocation&&e.file){const r=$m(e,n,t.sourceCodeLocation);r&&(e.location=!0,n.position=r)}}function $m(e,t,n){const r=Xt(n);if(t.type==="element"){const a=t.children[t.children.length-1];if(r&&!n.endTag&&a&&a.position&&a.position.end&&(r.end=Object.assign({},a.position.end)),e.verbose){const i={};let s;if(n.attrs)for(s in n.attrs)xo.call(n.attrs,s)&&(i[br(e.schema,s).property]=Xt(n.attrs[s]));n.startTag;const o=Xt(n.startTag),l=n.endTag?Xt(n.endTag):void 0,c={opening:o};l&&(c.closing=l),c.properties=i,t.data={position:c}}}return r}function Xt(e){const t=As({line:e.startLine,column:e.startCol,offset:e.startOffset}),n=As({line:e.endLine,column:e.endCol,offset:e.endOffset});return t||n?{start:t,end:n}:void 0}function As(e){return e.line&&e.column?e:void 0}const _s={}.hasOwnProperty;function _o(e,t){const n=t||{};function r(a,...i){let s=r.invalid;const o=r.handlers;if(a&&_s.call(a,e)){const l=String(a[e]);s=_s.call(o,l)?o[l]:r.unknown}if(s)return s.call(this,a,...i)}return r.handlers=n.handlers||{},r.invalid=n.invalid,r.unknown=n.unknown,r}const zm={},Ym={}.hasOwnProperty,So=_o("type",{handlers:{root:Vm,element:Km,text:Xm,comment:Qm,doctype:Wm}});function Gm(e,t){const r=(t||zm).space;return So(e,r==="svg"?Ct:Bn)}function Vm(e,t){const n={nodeName:"#document",mode:(e.data||{}).quirksMode?"quirks":"no-quirks",childNodes:[]};return n.childNodes=ai(e.children,n,t),sn(e,n),n}function qm(e,t){const n={nodeName:"#document-fragment",childNodes:[]};return n.childNodes=ai(e.children,n,t),sn(e,n),n}function Wm(e){const t={nodeName:"#documentType",name:"html",publicId:"",systemId:"",parentNode:null};return sn(e,t),t}function Xm(e){const t={nodeName:"#text",value:e.value,parentNode:null};return sn(e,t),t}function Qm(e){const t={nodeName:"#comment",data:e.value,parentNode:null};return sn(e,t),t}function Km(e,t){const n=t;let r=n;e.type==="element"&&e.tagName.toLowerCase()==="svg"&&n.space==="html"&&(r=Ct);const a=[];let i;if(e.properties){for(i in e.properties)if(i!=="children"&&Ym.call(e.properties,i)){const l=Zm(r,i,e.properties[i]);l&&a.push(l)}}const s=r.space,o={nodeName:e.tagName,tagName:e.tagName,attrs:a,namespaceURI:Rt[s],childNodes:[],parentNode:null};return o.childNodes=ai(e.children,o,r),sn(e,o),e.tagName==="template"&&e.content&&(o.content=qm(e.content,r)),o}function Zm(e,t,n){const r=br(e,t);if(n===!1||n===null||n===void 0||typeof n=="number"&&Number.isNaN(n)||!n&&r.boolean)return;Array.isArray(n)&&(n=r.commaSeparated?Mu(n):Gu(n));const a={name:r.attribute,value:n===!0?"":String(n)};if(r.space&&r.space!=="html"&&r.space!=="svg"){const i=a.name.indexOf(":");i<0?a.prefix="":(a.name=a.name.slice(i+1),a.prefix=r.attribute.slice(0,i)),a.namespace=Rt[r.space]}return a}function ai(e,t,n){let r=-1;const a=[];if(e)for(;++r<e.length;){const i=So(e[r],n);i.parentNode=t,a.push(i)}return a}function sn(e,t){const n=e.position;n&&n.start&&n.end&&(n.start.offset,n.end.offset,t.sourceCodeLocation={startLine:n.start.line,startCol:n.start.column,startOffset:n.start.offset,endLine:n.end.line,endCol:n.end.column,endOffset:n.end.offset})}const Jm=["area","base","basefont","bgsound","br","col","command","embed","frame","hr","image","img","input","keygen","link","meta","param","source","track","wbr"],ep=new Set([65534,65535,131070,131071,196606,196607,262142,262143,327678,327679,393214,393215,458750,458751,524286,524287,589822,589823,655358,655359,720894,720895,786430,786431,851966,851967,917502,917503,983038,983039,1048574,1048575,1114110,1114111]),ve="�";var E;(function(e){e[e.EOF=-1]="EOF",e[e.NULL=0]="NULL",e[e.TABULATION=9]="TABULATION",e[e.CARRIAGE_RETURN=13]="CARRIAGE_RETURN",e[e.LINE_FEED=10]="LINE_FEED",e[e.FORM_FEED=12]="FORM_FEED",e[e.SPACE=32]="SPACE",e[e.EXCLAMATION_MARK=33]="EXCLAMATION_MARK",e[e.QUOTATION_MARK=34]="QUOTATION_MARK",e[e.AMPERSAND=38]="AMPERSAND",e[e.APOSTROPHE=39]="APOSTROPHE",e[e.HYPHEN_MINUS=45]="HYPHEN_MINUS",e[e.SOLIDUS=47]="SOLIDUS",e[e.DIGIT_0=48]="DIGIT_0",e[e.DIGIT_9=57]="DIGIT_9",e[e.SEMICOLON=59]="SEMICOLON",e[e.LESS_THAN_SIGN=60]="LESS_THAN_SIGN",e[e.EQUALS_SIGN=61]="EQUALS_SIGN",e[e.GREATER_THAN_SIGN=62]="GREATER_THAN_SIGN",e[e.QUESTION_MARK=63]="QUESTION_MARK",e[e.LATIN_CAPITAL_A=65]="LATIN_CAPITAL_A",e[e.LATIN_CAPITAL_Z=90]="LATIN_CAPITAL_Z",e[e.RIGHT_SQUARE_BRACKET=93]="RIGHT_SQUARE_BRACKET",e[e.GRAVE_ACCENT=96]="GRAVE_ACCENT",e[e.LATIN_SMALL_A=97]="LATIN_SMALL_A",e[e.LATIN_SMALL_Z=122]="LATIN_SMALL_Z"})(E||(E={}));const je={DASH_DASH:"--",CDATA_START:"[CDATA[",DOCTYPE:"doctype",SCRIPT:"script",PUBLIC:"public",SYSTEM:"system"};function Co(e){return e>=55296&&e<=57343}function tp(e){return e>=56320&&e<=57343}function np(e,t){return(e-55296)*1024+9216+t}function Io(e){return e!==32&&e!==10&&e!==13&&e!==9&&e!==12&&e>=1&&e<=31||e>=127&&e<=159}function No(e){return e>=64976&&e<=65007||ep.has(e)}var N;(function(e){e.controlCharacterInInputStream="control-character-in-input-stream",e.noncharacterInInputStream="noncharacter-in-input-stream",e.surrogateInInputStream="surrogate-in-input-stream",e.nonVoidHtmlElementStartTagWithTrailingSolidus="non-void-html-element-start-tag-with-trailing-solidus",e.endTagWithAttributes="end-tag-with-attributes",e.endTagWithTrailingSolidus="end-tag-with-trailing-solidus",e.unexpectedSolidusInTag="unexpected-solidus-in-tag",e.unexpectedNullCharacter="unexpected-null-character",e.unexpectedQuestionMarkInsteadOfTagName="unexpected-question-mark-instead-of-tag-name",e.invalidFirstCharacterOfTagName="invalid-first-character-of-tag-name",e.unexpectedEqualsSignBeforeAttributeName="unexpected-equals-sign-before-attribute-name",e.missingEndTagName="missing-end-tag-name",e.unexpectedCharacterInAttributeName="unexpected-character-in-attribute-name",e.unknownNamedCharacterReference="unknown-named-character-reference",e.missingSemicolonAfterCharacterReference="missing-semicolon-after-character-reference",e.unexpectedCharacterAfterDoctypeSystemIdentifier="unexpected-character-after-doctype-system-identifier",e.unexpectedCharacterInUnquotedAttributeValue="unexpected-character-in-unquoted-attribute-value",e.eofBeforeTagName="eof-before-tag-name",e.eofInTag="eof-in-tag",e.missingAttributeValue="missing-attribute-value",e.missingWhitespaceBetweenAttributes="missing-whitespace-between-attributes",e.missingWhitespaceAfterDoctypePublicKeyword="missing-whitespace-after-doctype-public-keyword",e.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers="missing-whitespace-between-doctype-public-and-system-identifiers",e.missingWhitespaceAfterDoctypeSystemKeyword="missing-whitespace-after-doctype-system-keyword",e.missingQuoteBeforeDoctypePublicIdentifier="missing-quote-before-doctype-public-identifier",e.missingQuoteBeforeDoctypeSystemIdentifier="missing-quote-before-doctype-system-identifier",e.missingDoctypePublicIdentifier="missing-doctype-public-identifier",e.missingDoctypeSystemIdentifier="missing-doctype-system-identifier",e.abruptDoctypePublicIdentifier="abrupt-doctype-public-identifier",e.abruptDoctypeSystemIdentifier="abrupt-doctype-system-identifier",e.cdataInHtmlContent="cdata-in-html-content",e.incorrectlyOpenedComment="incorrectly-opened-comment",e.eofInScriptHtmlCommentLikeText="eof-in-script-html-comment-like-text",e.eofInDoctype="eof-in-doctype",e.nestedComment="nested-comment",e.abruptClosingOfEmptyComment="abrupt-closing-of-empty-comment",e.eofInComment="eof-in-comment",e.incorrectlyClosedComment="incorrectly-closed-comment",e.eofInCdata="eof-in-cdata",e.absenceOfDigitsInNumericCharacterReference="absence-of-digits-in-numeric-character-reference",e.nullCharacterReference="null-character-reference",e.surrogateCharacterReference="surrogate-character-reference",e.characterReferenceOutsideUnicodeRange="character-reference-outside-unicode-range",e.controlCharacterReference="control-character-reference",e.noncharacterCharacterReference="noncharacter-character-reference",e.missingWhitespaceBeforeDoctypeName="missing-whitespace-before-doctype-name",e.missingDoctypeName="missing-doctype-name",e.invalidCharacterSequenceAfterDoctypeName="invalid-character-sequence-after-doctype-name",e.duplicateAttribute="duplicate-attribute",e.nonConformingDoctype="non-conforming-doctype",e.missingDoctype="missing-doctype",e.misplacedDoctype="misplaced-doctype",e.endTagWithoutMatchingOpenElement="end-tag-without-matching-open-element",e.closingOfElementWithOpenChildElements="closing-of-element-with-open-child-elements",e.disallowedContentInNoscriptInHead="disallowed-content-in-noscript-in-head",e.openElementsLeftAfterEof="open-elements-left-after-eof",e.abandonedHeadElementChild="abandoned-head-element-child",e.misplacedStartTagForHeadElement="misplaced-start-tag-for-head-element",e.nestedNoscriptInHead="nested-noscript-in-head",e.eofInElementThatCanContainOnlyText="eof-in-element-that-can-contain-only-text"})(N||(N={}));const rp=65536;class ap{constructor(t){this.handler=t,this.html="",this.pos=-1,this.lastGapPos=-2,this.gapStack=[],this.skipNextNewLine=!1,this.lastChunkWritten=!1,this.endOfChunkHit=!1,this.bufferWaterline=rp,this.isEol=!1,this.lineStartPos=0,this.droppedBufferSize=0,this.line=1,this.lastErrOffset=-1}get col(){return this.pos-this.lineStartPos+ +(this.lastGapPos!==this.pos)}get offset(){return this.droppedBufferSize+this.pos}getError(t,n){const{line:r,col:a,offset:i}=this,s=a+n,o=i+n;return{code:t,startLine:r,endLine:r,startCol:s,endCol:s,startOffset:o,endOffset:o}}_err(t){this.handler.onParseError&&this.lastErrOffset!==this.offset&&(this.lastErrOffset=this.offset,this.handler.onParseError(this.getError(t,0)))}_addGap(){this.gapStack.push(this.lastGapPos),this.lastGapPos=this.pos}_processSurrogate(t){if(this.pos!==this.html.length-1){const n=this.html.charCodeAt(this.pos+1);if(tp(n))return this.pos++,this._addGap(),np(t,n)}else if(!this.lastChunkWritten)return this.endOfChunkHit=!0,E.EOF;return this._err(N.surrogateInInputStream),t}willDropParsedChunk(){return this.pos>this.bufferWaterline}dropParsedChunk(){this.willDropParsedChunk()&&(this.html=this.html.substring(this.pos),this.lineStartPos-=this.pos,this.droppedBufferSize+=this.pos,this.pos=0,this.lastGapPos=-2,this.gapStack.length=0)}write(t,n){this.html.length>0?this.html+=t:this.html=t,this.endOfChunkHit=!1,this.lastChunkWritten=n}insertHtmlAtCurrentPos(t){this.html=this.html.substring(0,this.pos+1)+t+this.html.substring(this.pos+1),this.endOfChunkHit=!1}startsWith(t,n){if(this.pos+t.length>this.html.length)return this.endOfChunkHit=!this.lastChunkWritten,!1;if(n)return this.html.startsWith(t,this.pos);for(let r=0;r<t.length;r++)if((this.html.charCodeAt(this.pos+r)|32)!==t.charCodeAt(r))return!1;return!0}peek(t){const n=this.pos+t;if(n>=this.html.length)return this.endOfChunkHit=!this.lastChunkWritten,E.EOF;const r=this.html.charCodeAt(n);return r===E.CARRIAGE_RETURN?E.LINE_FEED:r}advance(){if(this.pos++,this.isEol&&(this.isEol=!1,this.line++,this.lineStartPos=this.pos),this.pos>=this.html.length)return this.endOfChunkHit=!this.lastChunkWritten,E.EOF;let t=this.html.charCodeAt(this.pos);return t===E.CARRIAGE_RETURN?(this.isEol=!0,this.skipNextNewLine=!0,E.LINE_FEED):t===E.LINE_FEED&&(this.isEol=!0,this.skipNextNewLine)?(this.line--,this.skipNextNewLine=!1,this._addGap(),this.advance()):(this.skipNextNewLine=!1,Co(t)&&(t=this._processSurrogate(t)),this.handler.onParseError===null||t>31&&t<127||t===E.LINE_FEED||t===E.CARRIAGE_RETURN||t>159&&t<64976||this._checkForProblematicCharacters(t),t)}_checkForProblematicCharacters(t){Io(t)?this._err(N.controlCharacterInInputStream):No(t)&&this._err(N.noncharacterInInputStream)}retreat(t){for(this.pos-=t;this.pos<this.lastGapPos;)this.lastGapPos=this.gapStack.pop(),this.pos--;this.isEol=!1}}var le;(function(e){e[e.CHARACTER=0]="CHARACTER",e[e.NULL_CHARACTER=1]="NULL_CHARACTER",e[e.WHITESPACE_CHARACTER=2]="WHITESPACE_CHARACTER",e[e.START_TAG=3]="START_TAG",e[e.END_TAG=4]="END_TAG",e[e.COMMENT=5]="COMMENT",e[e.DOCTYPE=6]="DOCTYPE",e[e.EOF=7]="EOF",e[e.HIBERNATION=8]="HIBERNATION"})(le||(le={}));function vo(e,t){for(let n=e.attrs.length-1;n>=0;n--)if(e.attrs[n].name===t)return e.attrs[n].value;return null}const wo=new Uint16Array('ᵁ<Õıʊҝջאٵ۞ޢߖࠏ੊ઑඡ๭༉༦჊ረዡᐕᒝᓃᓟᔥ\0\0\0\0\0\0ᕫᛍᦍᰒᷝ὾⁠↰⊍⏀⏻⑂⠤⤒ⴈ⹈⿎〖㊺㘹㞬㣾㨨㩱㫠㬮ࠀEMabcfglmnoprstu\\bfms„‹•˜¦³¹ÈÏlig耻Æ䃆P耻&䀦cute耻Á䃁reve;䄂Āiyx}rc耻Â䃂;䐐r;쀀𝔄rave耻À䃀pha;䎑acr;䄀d;橓Āgp¡on;䄄f;쀀𝔸plyFunction;恡ing耻Å䃅Ācs¾Ãr;쀀𝒜ign;扔ilde耻Ã䃃ml耻Ä䃄ЀaceforsuåûþėĜĢħĪĀcrêòkslash;或Ŷöø;櫧ed;挆y;䐑ƀcrtąċĔause;戵noullis;愬a;䎒r;쀀𝔅pf;쀀𝔹eve;䋘còēmpeq;扎܀HOacdefhilorsuōőŖƀƞƢƵƷƺǜȕɳɸɾcy;䐧PY耻©䂩ƀcpyŝŢźute;䄆Ā;iŧŨ拒talDifferentialD;慅leys;愭ȀaeioƉƎƔƘron;䄌dil耻Ç䃇rc;䄈nint;戰ot;䄊ĀdnƧƭilla;䂸terDot;䂷òſi;䎧rcleȀDMPTLJNjǑǖot;抙inus;抖lus;投imes;抗oĀcsǢǸkwiseContourIntegral;戲eCurlyĀDQȃȏoubleQuote;思uote;怙ȀlnpuȞȨɇɕonĀ;eȥȦ户;橴ƀgitȯȶȺruent;扡nt;戯ourIntegral;戮ĀfrɌɎ;愂oduct;成nterClockwiseContourIntegral;戳oss;樯cr;쀀𝒞pĀ;Cʄʅ拓ap;才րDJSZacefiosʠʬʰʴʸˋ˗ˡ˦̳ҍĀ;oŹʥtrahd;椑cy;䐂cy;䐅cy;䐏ƀgrsʿ˄ˇger;怡r;憡hv;櫤Āayː˕ron;䄎;䐔lĀ;t˝˞戇a;䎔r;쀀𝔇Āaf˫̧Ācm˰̢riticalȀADGT̖̜̀̆cute;䂴oŴ̋̍;䋙bleAcute;䋝rave;䁠ilde;䋜ond;拄ferentialD;慆Ѱ̽\0\0\0͔͂\0Ѕf;쀀𝔻ƀ;DE͈͉͍䂨ot;惜qual;扐blèCDLRUVͣͲ΂ϏϢϸontourIntegraìȹoɴ͹\0\0ͻ»͉nArrow;懓Āeo·ΤftƀARTΐΖΡrrow;懐ightArrow;懔eåˊngĀLRΫτeftĀARγιrrow;柸ightArrow;柺ightArrow;柹ightĀATϘϞrrow;懒ee;抨pɁϩ\0\0ϯrrow;懑ownArrow;懕erticalBar;戥ǹABLRTaВЪаўѿͼrrowƀ;BUНОТ憓ar;椓pArrow;懵reve;䌑eft˒к\0ц\0ѐightVector;楐eeVector;楞ectorĀ;Bљњ憽ar;楖ightǔѧ\0ѱeeVector;楟ectorĀ;BѺѻ懁ar;楗eeĀ;A҆҇护rrow;憧ĀctҒҗr;쀀𝒟rok;䄐ࠀNTacdfglmopqstuxҽӀӄӋӞӢӧӮӵԡԯԶՒ՝ՠեG;䅊H耻Ð䃐cute耻É䃉ƀaiyӒӗӜron;䄚rc耻Ê䃊;䐭ot;䄖r;쀀𝔈rave耻È䃈ement;戈ĀapӺӾcr;䄒tyɓԆ\0\0ԒmallSquare;旻erySmallSquare;斫ĀgpԦԪon;䄘f;쀀𝔼silon;䎕uĀaiԼՉlĀ;TՂՃ橵ilde;扂librium;懌Āci՗՚r;愰m;橳a;䎗ml耻Ë䃋Āipժկsts;戃onentialE;慇ʀcfiosօֈ֍ֲ׌y;䐤r;쀀𝔉lledɓ֗\0\0֣mallSquare;旼erySmallSquare;斪Ͱֺ\0ֿ\0\0ׄf;쀀𝔽All;戀riertrf;愱cò׋؀JTabcdfgorstר׬ׯ׺؀ؒؖ؛؝أ٬ٲcy;䐃耻>䀾mmaĀ;d׷׸䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀𝔊;拙pf;쀀𝔾eater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀𝒢;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\0ڲf;愍izontalLine;攀Āctۃۅòکrok;䄦mpńېۘownHumðįqual;扏܀EJOacdfgmnostuۺ۾܃܇܎ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻Í䃍Āiyܓܘrc耻Î䃎;䐘ot;䄰r;愑rave耻Ì䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lieóϝǴ݉\0ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀𝕀a;䎙cr;愐ilde;䄨ǫޚ\0ޞcy;䐆l耻Ï䃏ʀcfosuެ޷޼߂ߐĀiyޱ޵rc;䄴;䐙r;쀀𝔍pf;쀀𝕁ǣ߇\0ߌr;쀀𝒥rcy;䐈kcy;䐄΀HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶߻dil;䄶;䐚r;쀀𝔎pf;쀀𝕂cr;쀀𝒦րJTaceflmostࠥࠩࠬࡐࡣ঳সে্਷ੇcy;䐉耻<䀼ʀcmnpr࠷࠼ࡁࡄࡍute;䄹bda;䎛g;柪lacetrf;愒r;憞ƀaeyࡗ࡜ࡡron;䄽dil;䄻;䐛Āfsࡨ॰tԀACDFRTUVarࡾࢩࢱࣦ࣠ࣼयज़ΐ४Ānrࢃ࢏gleBracket;柨rowƀ;BR࢙࢚࢞憐ar;懤ightArrow;懆eiling;挈oǵࢷ\0ࣃbleBracket;柦nǔࣈ\0࣒eeVector;楡ectorĀ;Bࣛࣜ懃ar;楙loor;挊ightĀAV࣯ࣵrrow;憔ector;楎Āerँगeƀ;AVउऊऐ抣rrow;憤ector;楚iangleƀ;BEतथऩ抲ar;槏qual;抴pƀDTVषूौownVector;楑eeVector;楠ectorĀ;Bॖॗ憿ar;楘ectorĀ;B॥०憼ar;楒ightáΜs̀EFGLSTॾঋকঝঢভqualGreater;拚ullEqual;扦reater;扶ess;檡lantEqual;橽ilde;扲r;쀀𝔏Ā;eঽা拘ftarrow;懚idot;䄿ƀnpw৔ਖਛgȀLRlr৞৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊightáοightáϊf;쀀𝕃erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂòࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼੝੠੷੼અઋ઎p;椅y;䐜Ādl੥੯iumSpace;恟lintrf;愳r;쀀𝔐nusPlus;戓pf;쀀𝕄cò੶;䎜ҀJacefostuણધભીଔଙඑ඗ඞcy;䐊cute;䅃ƀaey઴હાron;䅇dil;䅅;䐝ƀgswે૰଎ativeƀMTV૓૟૨ediumSpace;怋hiĀcn૦૘ë૙eryThiî૙tedĀGL૸ଆreaterGreateòٳessLesóੈLine;䀊r;쀀𝔑ȀBnptଢନଷ଺reak;恠BreakingSpace;䂠f;愕ڀ;CDEGHLNPRSTV୕ୖ୪୼஡௫ఄ౞಄ದ೘ൡඅ櫬Āou୛୤ngruent;扢pCap;扭oubleVerticalBar;戦ƀlqxஃஊ஛ement;戉ualĀ;Tஒஓ扠ilde;쀀≂̸ists;戄reater΀;EFGLSTஶஷ஽௉௓௘௥扯qual;扱ullEqual;쀀≧̸reater;쀀≫̸ess;批lantEqual;쀀⩾̸ilde;扵umpń௲௽ownHump;쀀≎̸qual;쀀≏̸eĀfsఊధtTriangleƀ;BEచఛడ拪ar;쀀⧏̸qual;括s̀;EGLSTవశ఼ౄోౘ扮qual;扰reater;扸ess;쀀≪̸lantEqual;쀀⩽̸ilde;扴estedĀGL౨౹reaterGreater;쀀⪢̸essLess;쀀⪡̸recedesƀ;ESಒಓಛ技qual;쀀⪯̸lantEqual;拠ĀeiಫಹverseElement;戌ghtTriangleƀ;BEೋೌ೒拫ar;쀀⧐̸qual;拭ĀquೝഌuareSuĀbp೨೹setĀ;E೰ೳ쀀⊏̸qual;拢ersetĀ;Eഃആ쀀⊐̸qual;拣ƀbcpഓതൎsetĀ;Eഛഞ쀀⊂⃒qual;抈ceedsȀ;ESTലള഻െ抁qual;쀀⪰̸lantEqual;拡ilde;쀀≿̸ersetĀ;E൘൛쀀⊃⃒qual;抉ildeȀ;EFT൮൯൵ൿ扁qual;扄ullEqual;扇ilde;扉erticalBar;戤cr;쀀𝒩ilde耻Ñ䃑;䎝܀Eacdfgmoprstuvලෂ෉෕ෛ෠෧෼ขภยา฿ไlig;䅒cute耻Ó䃓Āiy෎ීrc耻Ô䃔;䐞blac;䅐r;쀀𝔒rave耻Ò䃒ƀaei෮ෲ෶cr;䅌ga;䎩cron;䎟pf;쀀𝕆enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀𝒪ash耻Ø䃘iŬื฼de耻Õ䃕es;樷ml耻Ö䃖erĀBP๋๠Āar๐๓r;怾acĀek๚๜;揞et;掴arenthesis;揜Ҁacfhilors๿ງຊຏຒດຝະ໼rtialD;戂y;䐟r;쀀𝔓i;䎦;䎠usMinus;䂱Āipຢອncareplanåڝf;愙Ȁ;eio຺ູ໠໤檻cedesȀ;EST່້໏໚扺qual;檯lantEqual;扼ilde;找me;怳Ādp໩໮uct;戏ortionĀ;aȥ໹l;戝Āci༁༆r;쀀𝒫;䎨ȀUfos༑༖༛༟OT耻"䀢r;쀀𝔔pf;愚cr;쀀𝒬؀BEacefhiorsu༾གྷཇའཱིྦྷྪྭ႖ႩႴႾarr;椐G耻®䂮ƀcnrཎནབute;䅔g;柫rĀ;tཛྷཝ憠l;椖ƀaeyཧཬཱron;䅘dil;䅖;䐠Ā;vླྀཹ愜erseĀEUྂྙĀlq྇ྎement;戋uilibrium;懋pEquilibrium;楯r»ཹo;䎡ghtЀACDFTUVa࿁࿫࿳ဢဨၛႇϘĀnr࿆࿒gleBracket;柩rowƀ;BL࿜࿝࿡憒ar;懥eftArrow;懄eiling;按oǵ࿹\0စbleBracket;柧nǔည\0နeeVector;楝ectorĀ;Bဝသ懂ar;楕loor;挋Āerိ၃eƀ;AVဵံြ抢rrow;憦ector;楛iangleƀ;BEၐၑၕ抳ar;槐qual;抵pƀDTVၣၮၸownVector;楏eeVector;楜ectorĀ;Bႂႃ憾ar;楔ectorĀ;B႑႒懀ar;楓Āpuႛ႞f;愝ndImplies;楰ightarrow;懛ĀchႹႼr;愛;憱leDelayed;槴ڀHOacfhimoqstuფჱჷჽᄙᄞᅑᅖᅡᅧᆵᆻᆿĀCcჩხHcy;䐩y;䐨FTcy;䐬cute;䅚ʀ;aeiyᄈᄉᄎᄓᄗ檼ron;䅠dil;䅞rc;䅜;䐡r;쀀𝔖ortȀDLRUᄪᄴᄾᅉownArrow»ОeftArrow»࢚ightArrow»࿝pArrow;憑gma;䎣allCircle;战pf;쀀𝕊ɲᅭ\0\0ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀𝒮ar;拆ȀbcmpᇈᇛሉላĀ;sᇍᇎ拐etĀ;Eᇍᇕqual;抆ĀchᇠህeedsȀ;ESTᇭᇮᇴᇿ扻qual;檰lantEqual;扽ilde;承Tháྌ;我ƀ;esሒሓሣ拑rsetĀ;Eሜም抃qual;抇et»ሓրHRSacfhiorsሾቄ቉ቕ቞ቱቶኟዂወዑORN耻Þ䃞ADE;愢ĀHc቎ቒcy;䐋y;䐦Ābuቚቜ;䀉;䎤ƀaeyብቪቯron;䅤dil;䅢;䐢r;쀀𝔗Āeiቻ኉Dzኀ\0ኇefore;戴a;䎘Ācn኎ኘkSpace;쀀  Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀𝕋ipleDot;惛Āctዖዛr;쀀𝒯rok;䅦ૡዷጎጚጦ\0ጬጱ\0\0\0\0\0ጸጽ፷ᎅ\0᏿ᐄᐊᐐĀcrዻጁute耻Ú䃚rĀ;oጇገ憟cir;楉rǣጓ\0጖y;䐎ve;䅬Āiyጞጣrc耻Û䃛;䐣blac;䅰r;쀀𝔘rave耻Ù䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻፿on;䅲f;쀀𝕌ЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥ownáϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀𝒰ilde;䅨ml耻Ü䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀𝔙pf;쀀𝕍cr;쀀𝒱dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀𝔚pf;쀀𝕎cr;쀀𝒲Ȁfiosᓋᓐᓒᓘr;쀀𝔛;䎞pf;쀀𝕏cr;쀀𝒳ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻Ý䃝Āiyᔉᔍrc;䅶;䐫r;쀀𝔜pf;쀀𝕐cr;쀀𝒴ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻Dzᕔ\0ᕛoWidtè૙a;䎖r;愨pf;愤cr;쀀𝒵௡ᖃᖊᖐ\0ᖰᖶᖿ\0\0\0\0ᗆᗛᗫᙟ᙭\0ᚕ᚛ᚲᚹ\0ᚾcute耻á䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻â䃢te肻´̆;䐰lig耻æ䃦Ā;r²ᖺ;쀀𝔞rave耻à䃠ĀepᗊᗖĀfpᗏᗔsym;愵èᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\0\0ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚΀;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e»ᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢»¹arr;捼Āgpᙣᙧon;䄅f;쀀𝕒΀;Eaeiop዁ᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;e዁ᚒñᚃing耻å䃥ƀctyᚡᚦᚨr;쀀𝒶;䀪mpĀ;e዁ᚯñʈilde耻ã䃣ml耻ä䃤Āciᛂᛈoninôɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰ᜼ᝃᝈ᝸᝽០៦ᠹᡐᜍ᤽᥈ᥰot;櫭Ācrᛶ᜞kȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e᜚᜛戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e»ᜭrkĀ;t፜᜷brk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓ᝛ᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯ᝱ᝳ;䎲;愶een;扬r;쀀𝔟g΀costuvwឍឝឳេ៕៛៞ƀaiuបពរðݠrc;旯p»፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\0\0ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄eåᑄåᒭarow;植ƀako៭ᠦᠵĀcn៲ᠣkƀlst៺֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘᠝斴own;斾eft;旂ight;斸k;搣Ʊᠫ\0ᠳƲᠯ\0ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀𝕓Ā;tᏋᡣom»Ꮜtie;拈؀DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬ᣿ᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教΀;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ᣷᣹᣻᣽;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ᤟;敛;敘;攘;攔΀;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģ᥂bar耻¦䂦Ȁceioᥑᥖᥚᥠr;쀀𝒷mi;恏mĀ;e᜚᜜lƀ;bhᥨᥩᥫ䁜;槅sub;柈Ŭᥴ᥾lĀ;e᥹᥺怢t»᥺pƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\0᧨ᨑᨕᨲ\0ᨷᩐ\0\0᪴\0\0᫁\0\0ᬡᬮ᭍᭒\0᯽\0ᰌƀcpr᦭ᦲ᧝ute;䄇̀;abcdsᦿᧀᧄ᧊᧕᧙戩nd;橄rcup;橉Āau᧏᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁îړȀaeiu᧰᧻ᨁᨅǰ᧵\0᧸s;橍on;䄍dil耻ç䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻¸ƭptyv;榲t脀¢;eᨭᨮ䂢räƲr;쀀𝔠ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark»ᩈ;䏇r΀;Ecefms᩟᩠ᩢᩫ᪤᪪᪮旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\0\0᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖᪚᪟»ཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it»᪼ˬ᫇᫔᫺\0ᬊonĀ;eᫍᫎ䀺Ā;qÇÆɭ᫙\0\0᫢aĀ;t᫞᫟䀬;䁀ƀ;fl᫨᫩᫫戁îᅠeĀmx᫱᫶ent»᫩eóɍǧ᫾\0ᬇĀ;dኻᬂot;橭nôɆƀfryᬐᬔᬗ;쀀𝕔oäɔ脀©;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀𝒸Ābpᬼ᭄Ā;eᭁᭂ櫏;櫑Ā;eᭉᭊ櫐;櫒dot;拯΀delprvw᭠᭬᭷ᮂᮬᯔ᯹arrĀlr᭨᭪;椸;椵ɰ᭲\0\0᭵r;拞c;拟arrĀ;p᭿ᮀ憶;椽̀;bcdosᮏᮐᮖᮡᮥᮨ截rcap;橈Āauᮛᮞp;橆p;橊ot;抍r;橅;쀀∪︀Ȁalrv᮵ᮿᯞᯣrrĀ;mᮼᮽ憷;椼yƀevwᯇᯔᯘqɰᯎ\0\0ᯒreã᭳uã᭵ee;拎edge;拏en耻¤䂤earrowĀlrᯮ᯳eft»ᮀight»ᮽeäᯝĀciᰁᰇoninôǷnt;戱lcty;挭ঀAHabcdefhijlorstuwz᰸᰻᰿ᱝᱩᱵᲊᲞᲬᲷ᳻᳿ᴍᵻᶑᶫᶻ᷆᷍rò΁ar;楥Ȁglrs᱈ᱍ᱒᱔ger;怠eth;愸òᄳhĀ;vᱚᱛ怐»ऊūᱡᱧarow;椏aã̕Āayᱮᱳron;䄏;䐴ƀ;ao̲ᱼᲄĀgrʿᲁr;懊tseq;橷ƀglmᲑᲔᲘ耻°䂰ta;䎴ptyv;榱ĀirᲣᲨsht;楿;쀀𝔡arĀlrᲳᲵ»ࣜ»သʀaegsv᳂͸᳖᳜᳠mƀ;oș᳊᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀÷;o᳧ᳰntimes;拇nø᳷cy;䑒cɯᴆ\0\0ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀𝕕ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedgåúnƀadhᄮᵝᵧownarrowóᲃarpoonĀlrᵲᵶefôᲴighôᲶŢᵿᶅkaro÷གɯᶊ\0\0ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀𝒹;䑕l;槶rok;䄑Ādrᶰᶴot;拱iĀ;fᶺ᠖斿Āah᷀᷃ròЩaòྦangle;榦Āci᷒ᷕy;䑟grarr;柿ऀDacdefglmnopqrstuxḁḉḙḸոḼṉṡṾấắẽỡἪἷὄ὎὚ĀDoḆᴴoôᲉĀcsḎḔute耻é䃩ter;橮ȀaioyḢḧḱḶron;䄛rĀ;cḭḮ扖耻ê䃪lon;払;䑍ot;䄗ĀDrṁṅot;扒;쀀𝔢ƀ;rsṐṑṗ檚ave耻è䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et»ẓpĀ1;ẝẤijạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀𝕖ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on»ớ;䏵ȀcsuvỪỳἋἣĀioữḱrc»Ḯɩỹ\0\0ỻíՈantĀglἂἆtr»ṝess»Ṻƀaeiἒ἖Ἒls;䀽st;扟vĀ;DȵἠD;橸parsl;槥ĀDaἯἳot;打rr;楱ƀcdiἾὁỸr;愯oô͒ĀahὉὋ;䎷耻ð䃰Āmrὓὗl耻ë䃫o;悬ƀcipὡὤὧl;䀡sôծĀeoὬὴctatioîՙnentialåչৡᾒ\0ᾞ\0ᾡᾧ\0\0ῆῌ\0ΐ\0ῦῪ \0 ⁚llingdotseñṄy;䑄male;晀ƀilrᾭᾳ῁lig;耀ffiɩᾹ\0\0᾽g;耀ffig;耀ffl;쀀𝔣lig;耀filig;쀀fjƀaltῙ῜ῡt;晭ig;耀flns;斱of;䆒ǰ΅\0ῳf;쀀𝕗ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao‌⁕Ācs‑⁒ႉ‸⁅⁈\0⁐β•‥‧‪‬\0‮耻½䂽;慓耻¼䂼;慕;慙;慛Ƴ‴\0‶;慔;慖ʴ‾⁁\0\0⁃耻¾䂾;慗;慜5;慘ƶ⁌\0⁎;慚;慝8;慞l;恄wn;挢cr;쀀𝒻ࢀEabcdefgijlnorstv₂₉₟₥₰₴⃰⃵⃺⃿℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕ₝ute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽⃉ƀ;qsؾٌ⃄lanô٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀𝔤Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox»ℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀𝕘Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqr׮ⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\0↎proø₞r;楸qĀlqؿ↖lesó₈ií٫Āen↣↭rtneqq;쀀≩︀Å↪ԀAabcefkosy⇄⇇⇱⇵⇺∘∝∯≨≽ròΠȀilmr⇐⇔⇗⇛rsðᒄf»․ilôکĀdr⇠⇤cy;䑊ƀ;cwࣴ⇫⇯ir;楈;憭ar;意irc;䄥ƀalr∁∎∓rtsĀ;u∉∊晥it»∊lip;怦con;抹r;쀀𝔥sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀𝕙bar;怕ƀclt≯≴≸r;쀀𝒽asè⇴rok;䄧Ābp⊂⊇ull;恃hen»ᱛૡ⊣\0⊪\0⊸⋅⋎\0⋕⋳\0\0⋸⌢⍧⍢⍿\0⎆⎪⎴cute耻í䃭ƀ;iyݱ⊰⊵rc耻î䃮;䐸Ācx⊼⊿y;䐵cl耻¡䂡ĀfrΟ⋉;쀀𝔦rave耻ì䃬Ȁ;inoܾ⋝⋩⋮Āin⋢⋦nt;樌t;戭fin;槜ta;愩lig;䄳ƀaop⋾⌚⌝ƀcgt⌅⌈⌗r;䄫ƀelpܟ⌏⌓inåގarôܠh;䄱f;抷ed;䆵ʀ;cfotӴ⌬⌱⌽⍁are;愅inĀ;t⌸⌹戞ie;槝doô⌙ʀ;celpݗ⍌⍐⍛⍡al;抺Āgr⍕⍙eróᕣã⍍arhk;樗rod;樼Ȁcgpt⍯⍲⍶⍻y;䑑on;䄯f;쀀𝕚a;䎹uest耻¿䂿Āci⎊⎏r;쀀𝒾nʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\0⎼cy;䑖l耻ï䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀𝔧ath;䈷pf;쀀𝕛ǣ⏬\0⏱r;쀀𝒿rcy;䑘kcy;䑔Ѐacfghjos␋␖␢␧␭␱␵␻ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀𝔨reen;䄸cy;䑅cy;䑜pf;쀀𝕜cr;쀀𝓀஀ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼rò৆òΕail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\0⒪\0⒱\0\0\0\0\0⒵Ⓔ\0ⓆⓈⓍ\0⓹ute;䄺mptyv;榴raîࡌbda;䎻gƀ;dlࢎⓁⓃ;榑åࢎ;檅uo耻«䂫rЀ;bfhlpst࢙ⓞⓦⓩ⓫⓮⓱⓵Ā;f࢝ⓣs;椟s;椝ë≒p;憫l;椹im;楳l;憢ƀ;ae⓿─┄檫il;椙Ā;s┉┊檭;쀀⪭︀ƀabr┕┙┝rr;椌rk;杲Āak┢┬cĀek┨┪;䁻;䁛Āes┱┳;榋lĀdu┹┻;榏;榍Ȁaeuy╆╋╖╘ron;䄾Ādi═╔il;䄼ìࢰâ┩;䐻Ȁcqrs╣╦╭╽a;椶uoĀ;rนᝆĀdu╲╷har;楧shar;楋h;憲ʀ;fgqs▋▌উ◳◿扤tʀahlrt▘▤▷◂◨rrowĀ;t࢙□aé⓶arpoonĀdu▯▴own»њp»०eftarrows;懇ightƀahs◍◖◞rrowĀ;sࣴࢧarpoonó྘quigarro÷⇰hreetimes;拋ƀ;qs▋ও◺lanôবʀ;cdgsব☊☍☝☨c;檨otĀ;o☔☕橿Ā;r☚☛檁;檃Ā;e☢☥쀀⋚︀s;檓ʀadegs☳☹☽♉♋pproøⓆot;拖qĀgq♃♅ôউgtò⒌ôছiíলƀilr♕࣡♚sht;楼;쀀𝔩Ā;Eজ♣;檑š♩♶rĀdu▲♮Ā;l॥♳;楪lk;斄cy;䑙ʀ;achtੈ⚈⚋⚑⚖rò◁orneòᴈard;楫ri;旺Āio⚟⚤dot;䅀ustĀ;a⚬⚭掰che»⚭ȀEaes⚻⚽⛉⛔;扨pĀ;p⛃⛄檉rox»⛄Ā;q⛎⛏檇Ā;q⛎⚻im;拦Ѐabnoptwz⛩⛴⛷✚✯❁❇❐Ānr⛮⛱g;柬r;懽rëࣁgƀlmr⛿✍✔eftĀar০✇ightá৲apsto;柼ightá৽parrowĀlr✥✩efô⓭ight;憬ƀafl✶✹✽r;榅;쀀𝕝us;樭imes;樴š❋❏st;戗áፎƀ;ef❗❘᠀旊nge»❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇ròࢨorneòᶌarĀ;d྘➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀𝓁mƀ;egল➪➬;檍;檏Ābu┪➳oĀ;rฟ➹;怚rok;䅂萀<;cdhilqrࠫ⟒☹⟜⟠⟥⟪⟰Āci⟗⟙;檦r;橹reå◲mes;拉arr;楶uest;橻ĀPi⟵⟹ar;榖ƀ;ef⠀भ᠛旃rĀdu⠇⠍shar;楊har;楦Āen⠗⠡rtneqq;쀀≨︀Å⠞܀Dacdefhilnopsu⡀⡅⢂⢎⢓⢠⢥⢨⣚⣢⣤ઃ⣳⤂Dot;戺Ȁclpr⡎⡒⡣⡽r耻¯䂯Āet⡗⡙;時Ā;e⡞⡟朠se»⡟Ā;sျ⡨toȀ;dluျ⡳⡷⡻owîҌefôएðᏑker;斮Āoy⢇⢌mma;権;䐼ash;怔asuredangle»ᘦr;쀀𝔪o;愧ƀcdn⢯⢴⣉ro耻µ䂵Ȁ;acdᑤ⢽⣀⣄sôᚧir;櫰ot肻·Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛ò−ðઁĀdp⣩⣮els;抧f;쀀𝕞Āct⣸⣽r;쀀𝓂pos»ᖝƀ;lm⤉⤊⤍䎼timap;抸ఀGLRVabcdefghijlmoprstuvw⥂⥓⥾⦉⦘⧚⧩⨕⨚⩘⩝⪃⪕⪤⪨⬄⬇⭄⭿⮮ⰴⱧⱼ⳩Āgt⥇⥋;쀀⋙̸Ā;v⥐௏쀀≫⃒ƀelt⥚⥲⥶ftĀar⥡⥧rrow;懍ightarrow;懎;쀀⋘̸Ā;v⥻ే쀀≪⃒ightarrow;懏ĀDd⦎⦓ash;抯ash;抮ʀbcnpt⦣⦧⦬⦱⧌la»˞ute;䅄g;쀀∠⃒ʀ;Eiop඄⦼⧀⧅⧈;쀀⩰̸d;쀀≋̸s;䅉roø඄urĀ;a⧓⧔普lĀ;s⧓ସdz⧟\0⧣p肻 ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\0⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓΀;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸uiöୣĀei⩊⩎ar;椨í஘istĀ;s஠டr;쀀𝔫ȀEest௅⩦⩹⩼ƀ;qs஼⩭௡ƀ;qs஼௅⩴lanô௢ií௪Ā;rஶ⪁»ஷƀAap⪊⪍⪑rò⥱rr;憮ar;櫲ƀ;svྍ⪜ྌĀ;d⪡⪢拼;拺cy;䑚΀AEadest⪷⪺⪾⫂⫅⫶⫹rò⥦;쀀≦̸rr;憚r;急Ȁ;fqs఻⫎⫣⫯tĀar⫔⫙rro÷⫁ightarro÷⪐ƀ;qs఻⪺⫪lanôౕĀ;sౕ⫴»శiíౝĀ;rవ⫾iĀ;eచథiäඐĀpt⬌⬑f;쀀𝕟膀¬;in⬙⬚⬶䂬nȀ;Edvஉ⬤⬨⬮;쀀⋹̸ot;쀀⋵̸ǡஉ⬳⬵;拷;拶iĀ;vಸ⬼ǡಸ⭁⭃;拾;拽ƀaor⭋⭣⭩rȀ;ast୻⭕⭚⭟lleì୻l;쀀⫽⃥;쀀∂̸lint;樔ƀ;ceಒ⭰⭳uåಥĀ;cಘ⭸Ā;eಒ⭽ñಘȀAait⮈⮋⮝⮧rò⦈rrƀ;cw⮔⮕⮙憛;쀀⤳̸;쀀↝̸ghtarrow»⮕riĀ;eೋೖ΀chimpqu⮽⯍⯙⬄୸⯤⯯Ȁ;cerല⯆ഷ⯉uå൅;쀀𝓃ortɭ⬅\0\0⯖ará⭖mĀ;e൮⯟Ā;q൴൳suĀbp⯫⯭å೸åഋƀbcp⯶ⰑⰙȀ;Ees⯿ⰀഢⰄ抄;쀀⫅̸etĀ;eഛⰋqĀ;qണⰀcĀ;eലⰗñസȀ;EesⰢⰣൟⰧ抅;쀀⫆̸etĀ;e൘ⰮqĀ;qൠⰣȀgilrⰽⰿⱅⱇìௗlde耻ñ䃱çృiangleĀlrⱒⱜeftĀ;eచⱚñదightĀ;eೋⱥñ೗Ā;mⱬⱭ䎽ƀ;esⱴⱵⱹ䀣ro;愖p;怇ҀDHadgilrsⲏⲔⲙⲞⲣⲰⲶⳓⳣash;抭arr;椄p;쀀≍⃒ash;抬ĀetⲨⲬ;쀀≥⃒;쀀>⃒nfin;槞ƀAetⲽⳁⳅrr;椂;쀀≤⃒Ā;rⳊⳍ쀀<⃒ie;쀀⊴⃒ĀAtⳘⳜrr;椃rie;쀀⊵⃒im;쀀∼⃒ƀAan⳰⳴ⴂrr;懖rĀhr⳺⳽k;椣Ā;oᏧᏥear;椧ቓ᪕\0\0\0\0\0\0\0\0\0\0\0\0\0ⴭ\0ⴸⵈⵠⵥ⵲ⶄᬇ\0\0ⶍⶫ\0ⷈⷎ\0ⷜ⸙⸫⸾⹃Ācsⴱ᪗ute耻ó䃳ĀiyⴼⵅrĀ;c᪞ⵂ耻ô䃴;䐾ʀabios᪠ⵒⵗLjⵚlac;䅑v;樸old;榼lig;䅓Ācr⵩⵭ir;榿;쀀𝔬ͯ⵹\0\0⵼\0ⶂn;䋛ave耻ò䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕ⶘ⶥⶨrò᪀Āir⶝ⶠr;榾oss;榻nå๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀𝕠ƀaelⷔ⷗ǒr;榷rp;榹΀;adiosvⷪⷫⷮ⸈⸍⸐⸖戨rò᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f»ⷿ耻ª䂪耻º䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧ò⸁ash耻ø䃸l;折iŬⸯ⸴de耻õ䃵esĀ;aǛ⸺s;樶ml耻ö䃶bar;挽ૡ⹞\0⹽\0⺀⺝\0⺢⺹\0\0⻋ຜ\0⼓\0\0⼫⾼\0⿈rȀ;astЃ⹧⹲຅脀¶;l⹭⹮䂶leìЃɩ⹸\0\0⹻m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀𝔭ƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕maô੶ne;明ƀ;tv⺿⻀⻈䏀chfork»´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎ö⇴sҀ;abcdemst⻳⻴ᤈ⻹⻽⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻±ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀𝕡nd耻£䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷uå໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾pproø⽃urlyeñ໙ñ໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨iíໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺ð⽵ƀdfp໬⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t໻⾴ï໻rel;抰Āci⿀⿅r;쀀𝓅;䏈ncsp;怈̀fiopsu⿚⋢⿟⿥⿫⿱r;쀀𝔮pf;쀀𝕢rime;恗cr;쀀𝓆ƀaeo⿸〉〓tĀei⿾々rnionóڰnt;樖stĀ;e【】䀿ñἙô༔઀ABHabcdefhilmnoprstux぀けさすムㄎㄫㅇㅢㅲㆎ㈆㈕㈤㈩㉘㉮㉲㊐㊰㊷ƀartぇおがròႳòϝail;検aròᱥar;楤΀cdenqrtとふへみわゔヌĀeuねぱ;쀀∽̱te;䅕iãᅮmptyv;榳gȀ;del࿑らるろ;榒;榥å࿑uo耻»䂻rր;abcfhlpstw࿜ガクシスゼゾダッデナp;極Ā;f࿠ゴs;椠;椳s;椞ë≝ð✮l;楅im;楴l;憣;憝Āaiパフil;椚oĀ;nホボ戶aló༞ƀabrョリヮrò៥rk;杳ĀakンヽcĀekヹ・;䁽;䁝Āes㄂㄄;榌lĀduㄊㄌ;榎;榐Ȁaeuyㄗㄜㄧㄩron;䅙Ādiㄡㄥil;䅗ì࿲âヺ;䑀Ȁclqsㄴㄷㄽㅄa;椷dhar;楩uoĀ;rȎȍh;憳ƀacgㅎㅟངlȀ;ipsླྀㅘㅛႜnåႻarôྩt;断ƀilrㅩဣㅮsht;楽;쀀𝔯ĀaoㅷㆆrĀduㅽㅿ»ѻĀ;l႑ㆄ;楬Ā;vㆋㆌ䏁;䏱ƀgns㆕ㇹㇼht̀ahlrstㆤㆰ㇂㇘㇤㇮rrowĀ;t࿜ㆭaéトarpoonĀduㆻㆿowîㅾp»႒eftĀah㇊㇐rrowó࿪arpoonóՑightarrows;應quigarro÷ニhreetimes;拌g;䋚ingdotseñἲƀahm㈍㈐㈓rò࿪aòՑ;怏oustĀ;a㈞㈟掱che»㈟mid;櫮Ȁabpt㈲㈽㉀㉒Ānr㈷㈺g;柭r;懾rëဃƀafl㉇㉊㉎r;榆;쀀𝕣us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒arò㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀𝓇Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠reåㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\0㍺㎤\0\0㏬㏰\0㐨㑈㑚㒭㒱㓊㓱\0㘖\0\0㘳cute;䅛quï➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\0㋼;檸on;䅡uåᇾĀ;dᇳ㌇il;䅟rc;䅝ƀEas㌖㌘㌛;檶p;檺im;择olint;樓iíሄ;䑁otƀ;be㌴ᵇ㌵担;橦΀Aacmstx㍆㍊㍗㍛㍞㍣㍭rr;懘rĀhr㍐㍒ë∨Ā;oਸ਼਴t耻§䂧i;䀻war;椩mĀin㍩ðnuóñt;朶rĀ;o㍶⁕쀀𝔰Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\0\0㎜iäᑤaraì⹯耻­䂭Āgm㎨㎴maƀ;fv㎱㎲㎲䏃;䏂Ѐ;deglnprካ㏅㏉㏎㏖㏞㏡㏦ot;橪Ā;q኱ኰĀ;E㏓㏔檞;檠Ā;E㏛㏜檝;檟e;扆lus;樤arr;楲aròᄽȀaeit㏸㐈㐏㐗Āls㏽㐄lsetmé㍪hp;樳parsl;槤Ādlᑣ㐔e;挣Ā;e㐜㐝檪Ā;s㐢㐣檬;쀀⪬︀ƀflp㐮㐳㑂tcy;䑌Ā;b㐸㐹䀯Ā;a㐾㐿槄r;挿f;쀀𝕤aĀdr㑍ЂesĀ;u㑔㑕晠it»㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍ñᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝ñᆮƀ;afᅻ㒦ְrť㒫ֱ»ᅼaròᅈȀcemt㒹㒾㓂㓅r;쀀𝓈tmîñiì㐕aræᆾĀar㓎㓕rĀ;f㓔ឿ昆Āan㓚㓭ightĀep㓣㓪psiloîỠhé⺯s»⡒ʀbcmnp㓻㕞ሉ㖋㖎Ҁ;Edemnprs㔎㔏㔑㔕㔞㔣㔬㔱㔶抂;櫅ot;檽Ā;dᇚ㔚ot;櫃ult;櫁ĀEe㔨㔪;櫋;把lus;檿arr;楹ƀeiu㔽㕒㕕tƀ;en㔎㕅㕋qĀ;qᇚ㔏eqĀ;q㔫㔨m;櫇Ābp㕚㕜;櫕;櫓c̀;acensᇭ㕬㕲㕹㕻㌦pproø㋺urlyeñᇾñᇳƀaes㖂㖈㌛pproø㌚qñ㌗g;晪ڀ123;Edehlmnps㖩㖬㖯ሜ㖲㖴㗀㗉㗕㗚㗟㗨㗭耻¹䂹耻²䂲耻³䂳;櫆Āos㖹㖼t;檾ub;櫘Ā;dሢ㗅ot;櫄sĀou㗏㗒l;柉b;櫗arr;楻ult;櫂ĀEe㗤㗦;櫌;抋lus;櫀ƀeiu㗴㘉㘌tƀ;enሜ㗼㘂qĀ;qሢ㖲eqĀ;q㗧㗤m;櫈Ābp㘑㘓;櫔;櫖ƀAan㘜㘠㘭rr;懙rĀhr㘦㘨ë∮Ā;oਫ਩war;椪lig耻ß䃟௡㙑㙝㙠ዎ㙳㙹\0㙾㛂\0\0\0\0\0㛛㜃\0㜉㝬\0\0\0㞇ɲ㙖\0\0㙛get;挖;䏄rë๟ƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀𝔱Ȁeiko㚆㚝㚵㚼Dz㚋\0㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮pproø዁im»ኬsðኞĀas㚺㚮ð዁rn耻þ䃾Ǭ̟㛆⋧es膀×;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀á⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀𝕥rk;櫚á㍢rime;怴ƀaip㜏㜒㝤dåቈ΀adempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own»ᶻeftĀ;e⠀㜾ñम;扜ightĀ;e㊪㝋ñၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀𝓉;䑆cy;䑛rok;䅧Āio㞋㞎xô᝷headĀlr㞗㞠eftarro÷ࡏightarrow»ཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶ròϭar;楣Ācr㟜㟢ute耻ú䃺òᅐrǣ㟪\0㟭y;䑞ve;䅭Āiy㟵㟺rc耻û䃻;䑃ƀabh㠃㠆㠋ròᎭlac;䅱aòᏃĀir㠓㠘sht;楾;쀀𝔲rave耻ù䃹š㠧㠱rĀlr㠬㠮»ॗ»ႃlk;斀Āct㠹㡍ɯ㠿\0\0㡊rnĀ;e㡅㡆挜r»㡆op;挏ri;旸Āal㡖㡚cr;䅫肻¨͉Āgp㡢㡦on;䅳f;쀀𝕦̀adhlsuᅋ㡸㡽፲㢑㢠ownáᎳarpoonĀlr㢈㢌efô㠭ighô㠯iƀ;hl㢙㢚㢜䏅»ᏺon»㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\0\0㣁rnĀ;e㢼㢽挝r»㢽op;挎ng;䅯ri;旹cr;쀀𝓊ƀdir㣙㣝㣢ot;拰lde;䅩iĀ;f㜰㣨»᠓Āam㣯㣲rò㢨l耻ü䃼angle;榧ހABDacdeflnoprsz㤜㤟㤩㤭㦵㦸㦽㧟㧤㧨㧳㧹㧽㨁㨠ròϷarĀ;v㤦㤧櫨;櫩asèϡĀnr㤲㤷grt;榜΀eknprst㓣㥆㥋㥒㥝㥤㦖appá␕othinçẖƀhir㓫⻈㥙opô⾵Ā;hᎷ㥢ïㆍĀiu㥩㥭gmá㎳Ābp㥲㦄setneqĀ;q㥽㦀쀀⊊︀;쀀⫋︀setneqĀ;q㦏㦒쀀⊋︀;쀀⫌︀Āhr㦛㦟etá㚜iangleĀlr㦪㦯eft»थight»ၑy;䐲ash»ံƀelr㧄㧒㧗ƀ;beⷪ㧋㧏ar;抻q;扚lip;拮Ābt㧜ᑨaòᑩr;쀀𝔳tré㦮suĀbp㧯㧱»ജ»൙pf;쀀𝕧roð໻tré㦴Ācu㨆㨋r;쀀𝓋Ābp㨐㨘nĀEe㦀㨖»㥾nĀEe㦒㨞»㦐igzag;榚΀cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀𝔴pf;쀀𝕨Ā;eᑹ㩦atèᑹcr;쀀𝓌ૣណ㪇\0㪋\0㪐㪛\0\0㪝㪨㪫㪯\0\0㫃㫎\0㫘ៜ៟tré៑r;쀀𝔵ĀAa㪔㪗ròσrò৶;䎾ĀAa㪡㪤ròθrò৫að✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀𝕩imåឲĀAa㫇㫊ròώròਁĀcq㫒ីr;쀀𝓍Āpt៖㫜ré។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻ý䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻¥䂥r;쀀𝔶cy;䑗pf;쀀𝕪cr;쀀𝓎Ācm㬦㬩y;䑎l耻ÿ䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡træᕟa;䎶r;쀀𝔷cy;䐶grarr;懝pf;쀀𝕫cr;쀀𝓏Ājn㮅㮇;怍j;怌'.split("").map(e=>e.charCodeAt(0))),ip=new Uint16Array("Ȁaglq \x1Bɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map(e=>e.charCodeAt(0)));var Xr;const sp=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]),up=(Xr=String.fromCodePoint)!==null&&Xr!==void 0?Xr:function(e){let t="";return e>65535&&(e-=65536,t+=String.fromCharCode(e>>>10&1023|55296),e=56320|e&1023),t+=String.fromCharCode(e),t};function op(e){var t;return e>=55296&&e<=57343||e>1114111?65533:(t=sp.get(e))!==null&&t!==void 0?t:e}var ke;(function(e){e[e.NUM=35]="NUM",e[e.SEMI=59]="SEMI",e[e.EQUALS=61]="EQUALS",e[e.ZERO=48]="ZERO",e[e.NINE=57]="NINE",e[e.LOWER_A=97]="LOWER_A",e[e.LOWER_F=102]="LOWER_F",e[e.LOWER_X=120]="LOWER_X",e[e.LOWER_Z=122]="LOWER_Z",e[e.UPPER_A=65]="UPPER_A",e[e.UPPER_F=70]="UPPER_F",e[e.UPPER_Z=90]="UPPER_Z"})(ke||(ke={}));const lp=32;var At;(function(e){e[e.VALUE_LENGTH=49152]="VALUE_LENGTH",e[e.BRANCH_LENGTH=16256]="BRANCH_LENGTH",e[e.JUMP_TABLE=127]="JUMP_TABLE"})(At||(At={}));function va(e){return e>=ke.ZERO&&e<=ke.NINE}function cp(e){return e>=ke.UPPER_A&&e<=ke.UPPER_F||e>=ke.LOWER_A&&e<=ke.LOWER_F}function dp(e){return e>=ke.UPPER_A&&e<=ke.UPPER_Z||e>=ke.LOWER_A&&e<=ke.LOWER_Z||va(e)}function fp(e){return e===ke.EQUALS||dp(e)}var Pe;(function(e){e[e.EntityStart=0]="EntityStart",e[e.NumericStart=1]="NumericStart",e[e.NumericDecimal=2]="NumericDecimal",e[e.NumericHex=3]="NumericHex",e[e.NamedEntity=4]="NamedEntity"})(Pe||(Pe={}));var bt;(function(e){e[e.Legacy=0]="Legacy",e[e.Strict=1]="Strict",e[e.Attribute=2]="Attribute"})(bt||(bt={}));class Oo{constructor(t,n,r){this.decodeTree=t,this.emitCodePoint=n,this.errors=r,this.state=Pe.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=bt.Strict}startEntity(t){this.decodeMode=t,this.state=Pe.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1}write(t,n){switch(this.state){case Pe.EntityStart:return t.charCodeAt(n)===ke.NUM?(this.state=Pe.NumericStart,this.consumed+=1,this.stateNumericStart(t,n+1)):(this.state=Pe.NamedEntity,this.stateNamedEntity(t,n));case Pe.NumericStart:return this.stateNumericStart(t,n);case Pe.NumericDecimal:return this.stateNumericDecimal(t,n);case Pe.NumericHex:return this.stateNumericHex(t,n);case Pe.NamedEntity:return this.stateNamedEntity(t,n)}}stateNumericStart(t,n){return n>=t.length?-1:(t.charCodeAt(n)|lp)===ke.LOWER_X?(this.state=Pe.NumericHex,this.consumed+=1,this.stateNumericHex(t,n+1)):(this.state=Pe.NumericDecimal,this.stateNumericDecimal(t,n))}addToNumericResult(t,n,r,a){if(n!==r){const i=r-n;this.result=this.result*Math.pow(a,i)+parseInt(t.substr(n,i),a),this.consumed+=i}}stateNumericHex(t,n){const r=n;for(;n<t.length;){const a=t.charCodeAt(n);if(va(a)||cp(a))n+=1;else return this.addToNumericResult(t,r,n,16),this.emitNumericEntity(a,3)}return this.addToNumericResult(t,r,n,16),-1}stateNumericDecimal(t,n){const r=n;for(;n<t.length;){const a=t.charCodeAt(n);if(va(a))n+=1;else return this.addToNumericResult(t,r,n,10),this.emitNumericEntity(a,2)}return this.addToNumericResult(t,r,n,10),-1}emitNumericEntity(t,n){var r;if(this.consumed<=n)return(r=this.errors)===null||r===void 0||r.absenceOfDigitsInNumericCharacterReference(this.consumed),0;if(t===ke.SEMI)this.consumed+=1;else if(this.decodeMode===bt.Strict)return 0;return this.emitCodePoint(op(this.result),this.consumed),this.errors&&(t!==ke.SEMI&&this.errors.missingSemicolonAfterCharacterReference(),this.errors.validateNumericCharacterReference(this.result)),this.consumed}stateNamedEntity(t,n){const{decodeTree:r}=this;let a=r[this.treeIndex],i=(a&At.VALUE_LENGTH)>>14;for(;n<t.length;n++,this.excess++){const s=t.charCodeAt(n);if(this.treeIndex=hp(r,a,this.treeIndex+Math.max(1,i),s),this.treeIndex<0)return this.result===0||this.decodeMode===bt.Attribute&&(i===0||fp(s))?0:this.emitNotTerminatedNamedEntity();if(a=r[this.treeIndex],i=(a&At.VALUE_LENGTH)>>14,i!==0){if(s===ke.SEMI)return this.emitNamedEntityData(this.treeIndex,i,this.consumed+this.excess);this.decodeMode!==bt.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1}emitNotTerminatedNamedEntity(){var t;const{result:n,decodeTree:r}=this,a=(r[n]&At.VALUE_LENGTH)>>14;return this.emitNamedEntityData(n,a,this.consumed),(t=this.errors)===null||t===void 0||t.missingSemicolonAfterCharacterReference(),this.consumed}emitNamedEntityData(t,n,r){const{decodeTree:a}=this;return this.emitCodePoint(n===1?a[t]&~At.VALUE_LENGTH:a[t+1],r),n===3&&this.emitCodePoint(a[t+2],r),r}end(){var t;switch(this.state){case Pe.NamedEntity:return this.result!==0&&(this.decodeMode!==bt.Attribute||this.result===this.treeIndex)?this.emitNotTerminatedNamedEntity():0;case Pe.NumericDecimal:return this.emitNumericEntity(0,2);case Pe.NumericHex:return this.emitNumericEntity(0,3);case Pe.NumericStart:return(t=this.errors)===null||t===void 0||t.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case Pe.EntityStart:return 0}}}function Lo(e){let t="";const n=new Oo(e,r=>t+=up(r));return function(a,i){let s=0,o=0;for(;(o=a.indexOf("&",o))>=0;){t+=a.slice(s,o),n.startEntity(i);const c=n.write(a,o+1);if(c<0){s=o+n.end();break}s=o+c,o=c===0?s+1:s}const l=t+a.slice(s);return t="",l}}function hp(e,t,n,r){const a=(t&At.BRANCH_LENGTH)>>7,i=t&At.JUMP_TABLE;if(a===0)return i!==0&&r===i?n:-1;if(i){const l=r-i;return l<0||l>=a?-1:e[n+l]-1}let s=n,o=s+a-1;for(;s<=o;){const l=s+o>>>1,c=e[l];if(c<r)s=l+1;else if(c>r)o=l-1;else return e[l+a]}return-1}Lo(wo);Lo(ip);var D;(function(e){e.HTML="http://www.w3.org/1999/xhtml",e.MATHML="http://www.w3.org/1998/Math/MathML",e.SVG="http://www.w3.org/2000/svg",e.XLINK="http://www.w3.org/1999/xlink",e.XML="http://www.w3.org/XML/1998/namespace",e.XMLNS="http://www.w3.org/2000/xmlns/"})(D||(D={}));var Dt;(function(e){e.TYPE="type",e.ACTION="action",e.ENCODING="encoding",e.PROMPT="prompt",e.NAME="name",e.COLOR="color",e.FACE="face",e.SIZE="size"})(Dt||(Dt={}));var Qe;(function(e){e.NO_QUIRKS="no-quirks",e.QUIRKS="quirks",e.LIMITED_QUIRKS="limited-quirks"})(Qe||(Qe={}));var A;(function(e){e.A="a",e.ADDRESS="address",e.ANNOTATION_XML="annotation-xml",e.APPLET="applet",e.AREA="area",e.ARTICLE="article",e.ASIDE="aside",e.B="b",e.BASE="base",e.BASEFONT="basefont",e.BGSOUND="bgsound",e.BIG="big",e.BLOCKQUOTE="blockquote",e.BODY="body",e.BR="br",e.BUTTON="button",e.CAPTION="caption",e.CENTER="center",e.CODE="code",e.COL="col",e.COLGROUP="colgroup",e.DD="dd",e.DESC="desc",e.DETAILS="details",e.DIALOG="dialog",e.DIR="dir",e.DIV="div",e.DL="dl",e.DT="dt",e.EM="em",e.EMBED="embed",e.FIELDSET="fieldset",e.FIGCAPTION="figcaption",e.FIGURE="figure",e.FONT="font",e.FOOTER="footer",e.FOREIGN_OBJECT="foreignObject",e.FORM="form",e.FRAME="frame",e.FRAMESET="frameset",e.H1="h1",e.H2="h2",e.H3="h3",e.H4="h4",e.H5="h5",e.H6="h6",e.HEAD="head",e.HEADER="header",e.HGROUP="hgroup",e.HR="hr",e.HTML="html",e.I="i",e.IMG="img",e.IMAGE="image",e.INPUT="input",e.IFRAME="iframe",e.KEYGEN="keygen",e.LABEL="label",e.LI="li",e.LINK="link",e.LISTING="listing",e.MAIN="main",e.MALIGNMARK="malignmark",e.MARQUEE="marquee",e.MATH="math",e.MENU="menu",e.META="meta",e.MGLYPH="mglyph",e.MI="mi",e.MO="mo",e.MN="mn",e.MS="ms",e.MTEXT="mtext",e.NAV="nav",e.NOBR="nobr",e.NOFRAMES="noframes",e.NOEMBED="noembed",e.NOSCRIPT="noscript",e.OBJECT="object",e.OL="ol",e.OPTGROUP="optgroup",e.OPTION="option",e.P="p",e.PARAM="param",e.PLAINTEXT="plaintext",e.PRE="pre",e.RB="rb",e.RP="rp",e.RT="rt",e.RTC="rtc",e.RUBY="ruby",e.S="s",e.SCRIPT="script",e.SEARCH="search",e.SECTION="section",e.SELECT="select",e.SOURCE="source",e.SMALL="small",e.SPAN="span",e.STRIKE="strike",e.STRONG="strong",e.STYLE="style",e.SUB="sub",e.SUMMARY="summary",e.SUP="sup",e.TABLE="table",e.TBODY="tbody",e.TEMPLATE="template",e.TEXTAREA="textarea",e.TFOOT="tfoot",e.TD="td",e.TH="th",e.THEAD="thead",e.TITLE="title",e.TR="tr",e.TRACK="track",e.TT="tt",e.U="u",e.UL="ul",e.SVG="svg",e.VAR="var",e.WBR="wbr",e.XMP="xmp"})(A||(A={}));var u;(function(e){e[e.UNKNOWN=0]="UNKNOWN",e[e.A=1]="A",e[e.ADDRESS=2]="ADDRESS",e[e.ANNOTATION_XML=3]="ANNOTATION_XML",e[e.APPLET=4]="APPLET",e[e.AREA=5]="AREA",e[e.ARTICLE=6]="ARTICLE",e[e.ASIDE=7]="ASIDE",e[e.B=8]="B",e[e.BASE=9]="BASE",e[e.BASEFONT=10]="BASEFONT",e[e.BGSOUND=11]="BGSOUND",e[e.BIG=12]="BIG",e[e.BLOCKQUOTE=13]="BLOCKQUOTE",e[e.BODY=14]="BODY",e[e.BR=15]="BR",e[e.BUTTON=16]="BUTTON",e[e.CAPTION=17]="CAPTION",e[e.CENTER=18]="CENTER",e[e.CODE=19]="CODE",e[e.COL=20]="COL",e[e.COLGROUP=21]="COLGROUP",e[e.DD=22]="DD",e[e.DESC=23]="DESC",e[e.DETAILS=24]="DETAILS",e[e.DIALOG=25]="DIALOG",e[e.DIR=26]="DIR",e[e.DIV=27]="DIV",e[e.DL=28]="DL",e[e.DT=29]="DT",e[e.EM=30]="EM",e[e.EMBED=31]="EMBED",e[e.FIELDSET=32]="FIELDSET",e[e.FIGCAPTION=33]="FIGCAPTION",e[e.FIGURE=34]="FIGURE",e[e.FONT=35]="FONT",e[e.FOOTER=36]="FOOTER",e[e.FOREIGN_OBJECT=37]="FOREIGN_OBJECT",e[e.FORM=38]="FORM",e[e.FRAME=39]="FRAME",e[e.FRAMESET=40]="FRAMESET",e[e.H1=41]="H1",e[e.H2=42]="H2",e[e.H3=43]="H3",e[e.H4=44]="H4",e[e.H5=45]="H5",e[e.H6=46]="H6",e[e.HEAD=47]="HEAD",e[e.HEADER=48]="HEADER",e[e.HGROUP=49]="HGROUP",e[e.HR=50]="HR",e[e.HTML=51]="HTML",e[e.I=52]="I",e[e.IMG=53]="IMG",e[e.IMAGE=54]="IMAGE",e[e.INPUT=55]="INPUT",e[e.IFRAME=56]="IFRAME",e[e.KEYGEN=57]="KEYGEN",e[e.LABEL=58]="LABEL",e[e.LI=59]="LI",e[e.LINK=60]="LINK",e[e.LISTING=61]="LISTING",e[e.MAIN=62]="MAIN",e[e.MALIGNMARK=63]="MALIGNMARK",e[e.MARQUEE=64]="MARQUEE",e[e.MATH=65]="MATH",e[e.MENU=66]="MENU",e[e.META=67]="META",e[e.MGLYPH=68]="MGLYPH",e[e.MI=69]="MI",e[e.MO=70]="MO",e[e.MN=71]="MN",e[e.MS=72]="MS",e[e.MTEXT=73]="MTEXT",e[e.NAV=74]="NAV",e[e.NOBR=75]="NOBR",e[e.NOFRAMES=76]="NOFRAMES",e[e.NOEMBED=77]="NOEMBED",e[e.NOSCRIPT=78]="NOSCRIPT",e[e.OBJECT=79]="OBJECT",e[e.OL=80]="OL",e[e.OPTGROUP=81]="OPTGROUP",e[e.OPTION=82]="OPTION",e[e.P=83]="P",e[e.PARAM=84]="PARAM",e[e.PLAINTEXT=85]="PLAINTEXT",e[e.PRE=86]="PRE",e[e.RB=87]="RB",e[e.RP=88]="RP",e[e.RT=89]="RT",e[e.RTC=90]="RTC",e[e.RUBY=91]="RUBY",e[e.S=92]="S",e[e.SCRIPT=93]="SCRIPT",e[e.SEARCH=94]="SEARCH",e[e.SECTION=95]="SECTION",e[e.SELECT=96]="SELECT",e[e.SOURCE=97]="SOURCE",e[e.SMALL=98]="SMALL",e[e.SPAN=99]="SPAN",e[e.STRIKE=100]="STRIKE",e[e.STRONG=101]="STRONG",e[e.STYLE=102]="STYLE",e[e.SUB=103]="SUB",e[e.SUMMARY=104]="SUMMARY",e[e.SUP=105]="SUP",e[e.TABLE=106]="TABLE",e[e.TBODY=107]="TBODY",e[e.TEMPLATE=108]="TEMPLATE",e[e.TEXTAREA=109]="TEXTAREA",e[e.TFOOT=110]="TFOOT",e[e.TD=111]="TD",e[e.TH=112]="TH",e[e.THEAD=113]="THEAD",e[e.TITLE=114]="TITLE",e[e.TR=115]="TR",e[e.TRACK=116]="TRACK",e[e.TT=117]="TT",e[e.U=118]="U",e[e.UL=119]="UL",e[e.SVG=120]="SVG",e[e.VAR=121]="VAR",e[e.WBR=122]="WBR",e[e.XMP=123]="XMP"})(u||(u={}));const mp=new Map([[A.A,u.A],[A.ADDRESS,u.ADDRESS],[A.ANNOTATION_XML,u.ANNOTATION_XML],[A.APPLET,u.APPLET],[A.AREA,u.AREA],[A.ARTICLE,u.ARTICLE],[A.ASIDE,u.ASIDE],[A.B,u.B],[A.BASE,u.BASE],[A.BASEFONT,u.BASEFONT],[A.BGSOUND,u.BGSOUND],[A.BIG,u.BIG],[A.BLOCKQUOTE,u.BLOCKQUOTE],[A.BODY,u.BODY],[A.BR,u.BR],[A.BUTTON,u.BUTTON],[A.CAPTION,u.CAPTION],[A.CENTER,u.CENTER],[A.CODE,u.CODE],[A.COL,u.COL],[A.COLGROUP,u.COLGROUP],[A.DD,u.DD],[A.DESC,u.DESC],[A.DETAILS,u.DETAILS],[A.DIALOG,u.DIALOG],[A.DIR,u.DIR],[A.DIV,u.DIV],[A.DL,u.DL],[A.DT,u.DT],[A.EM,u.EM],[A.EMBED,u.EMBED],[A.FIELDSET,u.FIELDSET],[A.FIGCAPTION,u.FIGCAPTION],[A.FIGURE,u.FIGURE],[A.FONT,u.FONT],[A.FOOTER,u.FOOTER],[A.FOREIGN_OBJECT,u.FOREIGN_OBJECT],[A.FORM,u.FORM],[A.FRAME,u.FRAME],[A.FRAMESET,u.FRAMESET],[A.H1,u.H1],[A.H2,u.H2],[A.H3,u.H3],[A.H4,u.H4],[A.H5,u.H5],[A.H6,u.H6],[A.HEAD,u.HEAD],[A.HEADER,u.HEADER],[A.HGROUP,u.HGROUP],[A.HR,u.HR],[A.HTML,u.HTML],[A.I,u.I],[A.IMG,u.IMG],[A.IMAGE,u.IMAGE],[A.INPUT,u.INPUT],[A.IFRAME,u.IFRAME],[A.KEYGEN,u.KEYGEN],[A.LABEL,u.LABEL],[A.LI,u.LI],[A.LINK,u.LINK],[A.LISTING,u.LISTING],[A.MAIN,u.MAIN],[A.MALIGNMARK,u.MALIGNMARK],[A.MARQUEE,u.MARQUEE],[A.MATH,u.MATH],[A.MENU,u.MENU],[A.META,u.META],[A.MGLYPH,u.MGLYPH],[A.MI,u.MI],[A.MO,u.MO],[A.MN,u.MN],[A.MS,u.MS],[A.MTEXT,u.MTEXT],[A.NAV,u.NAV],[A.NOBR,u.NOBR],[A.NOFRAMES,u.NOFRAMES],[A.NOEMBED,u.NOEMBED],[A.NOSCRIPT,u.NOSCRIPT],[A.OBJECT,u.OBJECT],[A.OL,u.OL],[A.OPTGROUP,u.OPTGROUP],[A.OPTION,u.OPTION],[A.P,u.P],[A.PARAM,u.PARAM],[A.PLAINTEXT,u.PLAINTEXT],[A.PRE,u.PRE],[A.RB,u.RB],[A.RP,u.RP],[A.RT,u.RT],[A.RTC,u.RTC],[A.RUBY,u.RUBY],[A.S,u.S],[A.SCRIPT,u.SCRIPT],[A.SEARCH,u.SEARCH],[A.SECTION,u.SECTION],[A.SELECT,u.SELECT],[A.SOURCE,u.SOURCE],[A.SMALL,u.SMALL],[A.SPAN,u.SPAN],[A.STRIKE,u.STRIKE],[A.STRONG,u.STRONG],[A.STYLE,u.STYLE],[A.SUB,u.SUB],[A.SUMMARY,u.SUMMARY],[A.SUP,u.SUP],[A.TABLE,u.TABLE],[A.TBODY,u.TBODY],[A.TEMPLATE,u.TEMPLATE],[A.TEXTAREA,u.TEXTAREA],[A.TFOOT,u.TFOOT],[A.TD,u.TD],[A.TH,u.TH],[A.THEAD,u.THEAD],[A.TITLE,u.TITLE],[A.TR,u.TR],[A.TRACK,u.TRACK],[A.TT,u.TT],[A.U,u.U],[A.UL,u.UL],[A.SVG,u.SVG],[A.VAR,u.VAR],[A.WBR,u.WBR],[A.XMP,u.XMP]]);function un(e){var t;return(t=mp.get(e))!==null&&t!==void 0?t:u.UNKNOWN}const P=u,pp={[D.HTML]:new Set([P.ADDRESS,P.APPLET,P.AREA,P.ARTICLE,P.ASIDE,P.BASE,P.BASEFONT,P.BGSOUND,P.BLOCKQUOTE,P.BODY,P.BR,P.BUTTON,P.CAPTION,P.CENTER,P.COL,P.COLGROUP,P.DD,P.DETAILS,P.DIR,P.DIV,P.DL,P.DT,P.EMBED,P.FIELDSET,P.FIGCAPTION,P.FIGURE,P.FOOTER,P.FORM,P.FRAME,P.FRAMESET,P.H1,P.H2,P.H3,P.H4,P.H5,P.H6,P.HEAD,P.HEADER,P.HGROUP,P.HR,P.HTML,P.IFRAME,P.IMG,P.INPUT,P.LI,P.LINK,P.LISTING,P.MAIN,P.MARQUEE,P.MENU,P.META,P.NAV,P.NOEMBED,P.NOFRAMES,P.NOSCRIPT,P.OBJECT,P.OL,P.P,P.PARAM,P.PLAINTEXT,P.PRE,P.SCRIPT,P.SECTION,P.SELECT,P.SOURCE,P.STYLE,P.SUMMARY,P.TABLE,P.TBODY,P.TD,P.TEMPLATE,P.TEXTAREA,P.TFOOT,P.TH,P.THEAD,P.TITLE,P.TR,P.TRACK,P.UL,P.WBR,P.XMP]),[D.MATHML]:new Set([P.MI,P.MO,P.MN,P.MS,P.MTEXT,P.ANNOTATION_XML]),[D.SVG]:new Set([P.TITLE,P.FOREIGN_OBJECT,P.DESC]),[D.XLINK]:new Set,[D.XML]:new Set,[D.XMLNS]:new Set},wa=new Set([P.H1,P.H2,P.H3,P.H4,P.H5,P.H6]);A.STYLE,A.SCRIPT,A.XMP,A.IFRAME,A.NOEMBED,A.NOFRAMES,A.PLAINTEXT;var g;(function(e){e[e.DATA=0]="DATA",e[e.RCDATA=1]="RCDATA",e[e.RAWTEXT=2]="RAWTEXT",e[e.SCRIPT_DATA=3]="SCRIPT_DATA",e[e.PLAINTEXT=4]="PLAINTEXT",e[e.TAG_OPEN=5]="TAG_OPEN",e[e.END_TAG_OPEN=6]="END_TAG_OPEN",e[e.TAG_NAME=7]="TAG_NAME",e[e.RCDATA_LESS_THAN_SIGN=8]="RCDATA_LESS_THAN_SIGN",e[e.RCDATA_END_TAG_OPEN=9]="RCDATA_END_TAG_OPEN",e[e.RCDATA_END_TAG_NAME=10]="RCDATA_END_TAG_NAME",e[e.RAWTEXT_LESS_THAN_SIGN=11]="RAWTEXT_LESS_THAN_SIGN",e[e.RAWTEXT_END_TAG_OPEN=12]="RAWTEXT_END_TAG_OPEN",e[e.RAWTEXT_END_TAG_NAME=13]="RAWTEXT_END_TAG_NAME",e[e.SCRIPT_DATA_LESS_THAN_SIGN=14]="SCRIPT_DATA_LESS_THAN_SIGN",e[e.SCRIPT_DATA_END_TAG_OPEN=15]="SCRIPT_DATA_END_TAG_OPEN",e[e.SCRIPT_DATA_END_TAG_NAME=16]="SCRIPT_DATA_END_TAG_NAME",e[e.SCRIPT_DATA_ESCAPE_START=17]="SCRIPT_DATA_ESCAPE_START",e[e.SCRIPT_DATA_ESCAPE_START_DASH=18]="SCRIPT_DATA_ESCAPE_START_DASH",e[e.SCRIPT_DATA_ESCAPED=19]="SCRIPT_DATA_ESCAPED",e[e.SCRIPT_DATA_ESCAPED_DASH=20]="SCRIPT_DATA_ESCAPED_DASH",e[e.SCRIPT_DATA_ESCAPED_DASH_DASH=21]="SCRIPT_DATA_ESCAPED_DASH_DASH",e[e.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN=22]="SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN",e[e.SCRIPT_DATA_ESCAPED_END_TAG_OPEN=23]="SCRIPT_DATA_ESCAPED_END_TAG_OPEN",e[e.SCRIPT_DATA_ESCAPED_END_TAG_NAME=24]="SCRIPT_DATA_ESCAPED_END_TAG_NAME",e[e.SCRIPT_DATA_DOUBLE_ESCAPE_START=25]="SCRIPT_DATA_DOUBLE_ESCAPE_START",e[e.SCRIPT_DATA_DOUBLE_ESCAPED=26]="SCRIPT_DATA_DOUBLE_ESCAPED",e[e.SCRIPT_DATA_DOUBLE_ESCAPED_DASH=27]="SCRIPT_DATA_DOUBLE_ESCAPED_DASH",e[e.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH=28]="SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH",e[e.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN=29]="SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN",e[e.SCRIPT_DATA_DOUBLE_ESCAPE_END=30]="SCRIPT_DATA_DOUBLE_ESCAPE_END",e[e.BEFORE_ATTRIBUTE_NAME=31]="BEFORE_ATTRIBUTE_NAME",e[e.ATTRIBUTE_NAME=32]="ATTRIBUTE_NAME",e[e.AFTER_ATTRIBUTE_NAME=33]="AFTER_ATTRIBUTE_NAME",e[e.BEFORE_ATTRIBUTE_VALUE=34]="BEFORE_ATTRIBUTE_VALUE",e[e.ATTRIBUTE_VALUE_DOUBLE_QUOTED=35]="ATTRIBUTE_VALUE_DOUBLE_QUOTED",e[e.ATTRIBUTE_VALUE_SINGLE_QUOTED=36]="ATTRIBUTE_VALUE_SINGLE_QUOTED",e[e.ATTRIBUTE_VALUE_UNQUOTED=37]="ATTRIBUTE_VALUE_UNQUOTED",e[e.AFTER_ATTRIBUTE_VALUE_QUOTED=38]="AFTER_ATTRIBUTE_VALUE_QUOTED",e[e.SELF_CLOSING_START_TAG=39]="SELF_CLOSING_START_TAG",e[e.BOGUS_COMMENT=40]="BOGUS_COMMENT",e[e.MARKUP_DECLARATION_OPEN=41]="MARKUP_DECLARATION_OPEN",e[e.COMMENT_START=42]="COMMENT_START",e[e.COMMENT_START_DASH=43]="COMMENT_START_DASH",e[e.COMMENT=44]="COMMENT",e[e.COMMENT_LESS_THAN_SIGN=45]="COMMENT_LESS_THAN_SIGN",e[e.COMMENT_LESS_THAN_SIGN_BANG=46]="COMMENT_LESS_THAN_SIGN_BANG",e[e.COMMENT_LESS_THAN_SIGN_BANG_DASH=47]="COMMENT_LESS_THAN_SIGN_BANG_DASH",e[e.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH=48]="COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH",e[e.COMMENT_END_DASH=49]="COMMENT_END_DASH",e[e.COMMENT_END=50]="COMMENT_END",e[e.COMMENT_END_BANG=51]="COMMENT_END_BANG",e[e.DOCTYPE=52]="DOCTYPE",e[e.BEFORE_DOCTYPE_NAME=53]="BEFORE_DOCTYPE_NAME",e[e.DOCTYPE_NAME=54]="DOCTYPE_NAME",e[e.AFTER_DOCTYPE_NAME=55]="AFTER_DOCTYPE_NAME",e[e.AFTER_DOCTYPE_PUBLIC_KEYWORD=56]="AFTER_DOCTYPE_PUBLIC_KEYWORD",e[e.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER=57]="BEFORE_DOCTYPE_PUBLIC_IDENTIFIER",e[e.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED=58]="DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED",e[e.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED=59]="DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED",e[e.AFTER_DOCTYPE_PUBLIC_IDENTIFIER=60]="AFTER_DOCTYPE_PUBLIC_IDENTIFIER",e[e.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS=61]="BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS",e[e.AFTER_DOCTYPE_SYSTEM_KEYWORD=62]="AFTER_DOCTYPE_SYSTEM_KEYWORD",e[e.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER=63]="BEFORE_DOCTYPE_SYSTEM_IDENTIFIER",e[e.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED=64]="DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED",e[e.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED=65]="DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED",e[e.AFTER_DOCTYPE_SYSTEM_IDENTIFIER=66]="AFTER_DOCTYPE_SYSTEM_IDENTIFIER",e[e.BOGUS_DOCTYPE=67]="BOGUS_DOCTYPE",e[e.CDATA_SECTION=68]="CDATA_SECTION",e[e.CDATA_SECTION_BRACKET=69]="CDATA_SECTION_BRACKET",e[e.CDATA_SECTION_END=70]="CDATA_SECTION_END",e[e.CHARACTER_REFERENCE=71]="CHARACTER_REFERENCE",e[e.AMBIGUOUS_AMPERSAND=72]="AMBIGUOUS_AMPERSAND"})(g||(g={}));const Le={DATA:g.DATA,RCDATA:g.RCDATA,RAWTEXT:g.RAWTEXT,SCRIPT_DATA:g.SCRIPT_DATA,PLAINTEXT:g.PLAINTEXT,CDATA_SECTION:g.CDATA_SECTION};function Ep(e){return e>=E.DIGIT_0&&e<=E.DIGIT_9}function gn(e){return e>=E.LATIN_CAPITAL_A&&e<=E.LATIN_CAPITAL_Z}function gp(e){return e>=E.LATIN_SMALL_A&&e<=E.LATIN_SMALL_Z}function yt(e){return gp(e)||gn(e)}function Ss(e){return yt(e)||Ep(e)}function Xn(e){return e+32}function Ro(e){return e===E.SPACE||e===E.LINE_FEED||e===E.TABULATION||e===E.FORM_FEED}function Cs(e){return Ro(e)||e===E.SOLIDUS||e===E.GREATER_THAN_SIGN}function bp(e){return e===E.NULL?N.nullCharacterReference:e>1114111?N.characterReferenceOutsideUnicodeRange:Co(e)?N.surrogateCharacterReference:No(e)?N.noncharacterCharacterReference:Io(e)||e===E.CARRIAGE_RETURN?N.controlCharacterReference:null}class Tp{constructor(t,n){this.options=t,this.handler=n,this.paused=!1,this.inLoop=!1,this.inForeignNode=!1,this.lastStartTagName="",this.active=!1,this.state=g.DATA,this.returnState=g.DATA,this.entityStartPos=0,this.consumedAfterSnapshot=-1,this.currentCharacterToken=null,this.currentToken=null,this.currentAttr={name:"",value:""},this.preprocessor=new ap(n),this.currentLocation=this.getCurrentLocation(-1),this.entityDecoder=new Oo(wo,(r,a)=>{this.preprocessor.pos=this.entityStartPos+a-1,this._flushCodePointConsumedAsCharacterReference(r)},n.onParseError?{missingSemicolonAfterCharacterReference:()=>{this._err(N.missingSemicolonAfterCharacterReference,1)},absenceOfDigitsInNumericCharacterReference:r=>{this._err(N.absenceOfDigitsInNumericCharacterReference,this.entityStartPos-this.preprocessor.pos+r)},validateNumericCharacterReference:r=>{const a=bp(r);a&&this._err(a,1)}}:void 0)}_err(t,n=0){var r,a;(a=(r=this.handler).onParseError)===null||a===void 0||a.call(r,this.preprocessor.getError(t,n))}getCurrentLocation(t){return this.options.sourceCodeLocationInfo?{startLine:this.preprocessor.line,startCol:this.preprocessor.col-t,startOffset:this.preprocessor.offset-t,endLine:-1,endCol:-1,endOffset:-1}:null}_runParsingLoop(){if(!this.inLoop){for(this.inLoop=!0;this.active&&!this.paused;){this.consumedAfterSnapshot=0;const t=this._consume();this._ensureHibernation()||this._callState(t)}this.inLoop=!1}}pause(){this.paused=!0}resume(t){if(!this.paused)throw new Error("Parser was already resumed");this.paused=!1,!this.inLoop&&(this._runParsingLoop(),this.paused||t?.())}write(t,n,r){this.active=!0,this.preprocessor.write(t,n),this._runParsingLoop(),this.paused||r?.()}insertHtmlAtCurrentPos(t){this.active=!0,this.preprocessor.insertHtmlAtCurrentPos(t),this._runParsingLoop()}_ensureHibernation(){return this.preprocessor.endOfChunkHit?(this.preprocessor.retreat(this.consumedAfterSnapshot),this.consumedAfterSnapshot=0,this.active=!1,!0):!1}_consume(){return this.consumedAfterSnapshot++,this.preprocessor.advance()}_advanceBy(t){this.consumedAfterSnapshot+=t;for(let n=0;n<t;n++)this.preprocessor.advance()}_consumeSequenceIfMatch(t,n){return this.preprocessor.startsWith(t,n)?(this._advanceBy(t.length-1),!0):!1}_createStartTagToken(){this.currentToken={type:le.START_TAG,tagName:"",tagID:u.UNKNOWN,selfClosing:!1,ackSelfClosing:!1,attrs:[],location:this.getCurrentLocation(1)}}_createEndTagToken(){this.currentToken={type:le.END_TAG,tagName:"",tagID:u.UNKNOWN,selfClosing:!1,ackSelfClosing:!1,attrs:[],location:this.getCurrentLocation(2)}}_createCommentToken(t){this.currentToken={type:le.COMMENT,data:"",location:this.getCurrentLocation(t)}}_createDoctypeToken(t){this.currentToken={type:le.DOCTYPE,name:t,forceQuirks:!1,publicId:null,systemId:null,location:this.currentLocation}}_createCharacterToken(t,n){this.currentCharacterToken={type:t,chars:n,location:this.currentLocation}}_createAttr(t){this.currentAttr={name:t,value:""},this.currentLocation=this.getCurrentLocation(0)}_leaveAttrName(){var t,n;const r=this.currentToken;if(vo(r,this.currentAttr.name)===null){if(r.attrs.push(this.currentAttr),r.location&&this.currentLocation){const a=(t=(n=r.location).attrs)!==null&&t!==void 0?t:n.attrs=Object.create(null);a[this.currentAttr.name]=this.currentLocation,this._leaveAttrValue()}}else this._err(N.duplicateAttribute)}_leaveAttrValue(){this.currentLocation&&(this.currentLocation.endLine=this.preprocessor.line,this.currentLocation.endCol=this.preprocessor.col,this.currentLocation.endOffset=this.preprocessor.offset)}prepareToken(t){this._emitCurrentCharacterToken(t.location),this.currentToken=null,t.location&&(t.location.endLine=this.preprocessor.line,t.location.endCol=this.preprocessor.col+1,t.location.endOffset=this.preprocessor.offset+1),this.currentLocation=this.getCurrentLocation(-1)}emitCurrentTagToken(){const t=this.currentToken;this.prepareToken(t),t.tagID=un(t.tagName),t.type===le.START_TAG?(this.lastStartTagName=t.tagName,this.handler.onStartTag(t)):(t.attrs.length>0&&this._err(N.endTagWithAttributes),t.selfClosing&&this._err(N.endTagWithTrailingSolidus),this.handler.onEndTag(t)),this.preprocessor.dropParsedChunk()}emitCurrentComment(t){this.prepareToken(t),this.handler.onComment(t),this.preprocessor.dropParsedChunk()}emitCurrentDoctype(t){this.prepareToken(t),this.handler.onDoctype(t),this.preprocessor.dropParsedChunk()}_emitCurrentCharacterToken(t){if(this.currentCharacterToken){switch(t&&this.currentCharacterToken.location&&(this.currentCharacterToken.location.endLine=t.startLine,this.currentCharacterToken.location.endCol=t.startCol,this.currentCharacterToken.location.endOffset=t.startOffset),this.currentCharacterToken.type){case le.CHARACTER:{this.handler.onCharacter(this.currentCharacterToken);break}case le.NULL_CHARACTER:{this.handler.onNullCharacter(this.currentCharacterToken);break}case le.WHITESPACE_CHARACTER:{this.handler.onWhitespaceCharacter(this.currentCharacterToken);break}}this.currentCharacterToken=null}}_emitEOFToken(){const t=this.getCurrentLocation(0);t&&(t.endLine=t.startLine,t.endCol=t.startCol,t.endOffset=t.startOffset),this._emitCurrentCharacterToken(t),this.handler.onEof({type:le.EOF,location:t}),this.active=!1}_appendCharToCurrentCharacterToken(t,n){if(this.currentCharacterToken)if(this.currentCharacterToken.type===t){this.currentCharacterToken.chars+=n;return}else this.currentLocation=this.getCurrentLocation(0),this._emitCurrentCharacterToken(this.currentLocation),this.preprocessor.dropParsedChunk();this._createCharacterToken(t,n)}_emitCodePoint(t){const n=Ro(t)?le.WHITESPACE_CHARACTER:t===E.NULL?le.NULL_CHARACTER:le.CHARACTER;this._appendCharToCurrentCharacterToken(n,String.fromCodePoint(t))}_emitChars(t){this._appendCharToCurrentCharacterToken(le.CHARACTER,t)}_startCharacterReference(){this.returnState=this.state,this.state=g.CHARACTER_REFERENCE,this.entityStartPos=this.preprocessor.pos,this.entityDecoder.startEntity(this._isCharacterReferenceInAttribute()?bt.Attribute:bt.Legacy)}_isCharacterReferenceInAttribute(){return this.returnState===g.ATTRIBUTE_VALUE_DOUBLE_QUOTED||this.returnState===g.ATTRIBUTE_VALUE_SINGLE_QUOTED||this.returnState===g.ATTRIBUTE_VALUE_UNQUOTED}_flushCodePointConsumedAsCharacterReference(t){this._isCharacterReferenceInAttribute()?this.currentAttr.value+=String.fromCodePoint(t):this._emitCodePoint(t)}_callState(t){switch(this.state){case g.DATA:{this._stateData(t);break}case g.RCDATA:{this._stateRcdata(t);break}case g.RAWTEXT:{this._stateRawtext(t);break}case g.SCRIPT_DATA:{this._stateScriptData(t);break}case g.PLAINTEXT:{this._statePlaintext(t);break}case g.TAG_OPEN:{this._stateTagOpen(t);break}case g.END_TAG_OPEN:{this._stateEndTagOpen(t);break}case g.TAG_NAME:{this._stateTagName(t);break}case g.RCDATA_LESS_THAN_SIGN:{this._stateRcdataLessThanSign(t);break}case g.RCDATA_END_TAG_OPEN:{this._stateRcdataEndTagOpen(t);break}case g.RCDATA_END_TAG_NAME:{this._stateRcdataEndTagName(t);break}case g.RAWTEXT_LESS_THAN_SIGN:{this._stateRawtextLessThanSign(t);break}case g.RAWTEXT_END_TAG_OPEN:{this._stateRawtextEndTagOpen(t);break}case g.RAWTEXT_END_TAG_NAME:{this._stateRawtextEndTagName(t);break}case g.SCRIPT_DATA_LESS_THAN_SIGN:{this._stateScriptDataLessThanSign(t);break}case g.SCRIPT_DATA_END_TAG_OPEN:{this._stateScriptDataEndTagOpen(t);break}case g.SCRIPT_DATA_END_TAG_NAME:{this._stateScriptDataEndTagName(t);break}case g.SCRIPT_DATA_ESCAPE_START:{this._stateScriptDataEscapeStart(t);break}case g.SCRIPT_DATA_ESCAPE_START_DASH:{this._stateScriptDataEscapeStartDash(t);break}case g.SCRIPT_DATA_ESCAPED:{this._stateScriptDataEscaped(t);break}case g.SCRIPT_DATA_ESCAPED_DASH:{this._stateScriptDataEscapedDash(t);break}case g.SCRIPT_DATA_ESCAPED_DASH_DASH:{this._stateScriptDataEscapedDashDash(t);break}case g.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN:{this._stateScriptDataEscapedLessThanSign(t);break}case g.SCRIPT_DATA_ESCAPED_END_TAG_OPEN:{this._stateScriptDataEscapedEndTagOpen(t);break}case g.SCRIPT_DATA_ESCAPED_END_TAG_NAME:{this._stateScriptDataEscapedEndTagName(t);break}case g.SCRIPT_DATA_DOUBLE_ESCAPE_START:{this._stateScriptDataDoubleEscapeStart(t);break}case g.SCRIPT_DATA_DOUBLE_ESCAPED:{this._stateScriptDataDoubleEscaped(t);break}case g.SCRIPT_DATA_DOUBLE_ESCAPED_DASH:{this._stateScriptDataDoubleEscapedDash(t);break}case g.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH:{this._stateScriptDataDoubleEscapedDashDash(t);break}case g.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN:{this._stateScriptDataDoubleEscapedLessThanSign(t);break}case g.SCRIPT_DATA_DOUBLE_ESCAPE_END:{this._stateScriptDataDoubleEscapeEnd(t);break}case g.BEFORE_ATTRIBUTE_NAME:{this._stateBeforeAttributeName(t);break}case g.ATTRIBUTE_NAME:{this._stateAttributeName(t);break}case g.AFTER_ATTRIBUTE_NAME:{this._stateAfterAttributeName(t);break}case g.BEFORE_ATTRIBUTE_VALUE:{this._stateBeforeAttributeValue(t);break}case g.ATTRIBUTE_VALUE_DOUBLE_QUOTED:{this._stateAttributeValueDoubleQuoted(t);break}case g.ATTRIBUTE_VALUE_SINGLE_QUOTED:{this._stateAttributeValueSingleQuoted(t);break}case g.ATTRIBUTE_VALUE_UNQUOTED:{this._stateAttributeValueUnquoted(t);break}case g.AFTER_ATTRIBUTE_VALUE_QUOTED:{this._stateAfterAttributeValueQuoted(t);break}case g.SELF_CLOSING_START_TAG:{this._stateSelfClosingStartTag(t);break}case g.BOGUS_COMMENT:{this._stateBogusComment(t);break}case g.MARKUP_DECLARATION_OPEN:{this._stateMarkupDeclarationOpen(t);break}case g.COMMENT_START:{this._stateCommentStart(t);break}case g.COMMENT_START_DASH:{this._stateCommentStartDash(t);break}case g.COMMENT:{this._stateComment(t);break}case g.COMMENT_LESS_THAN_SIGN:{this._stateCommentLessThanSign(t);break}case g.COMMENT_LESS_THAN_SIGN_BANG:{this._stateCommentLessThanSignBang(t);break}case g.COMMENT_LESS_THAN_SIGN_BANG_DASH:{this._stateCommentLessThanSignBangDash(t);break}case g.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH:{this._stateCommentLessThanSignBangDashDash(t);break}case g.COMMENT_END_DASH:{this._stateCommentEndDash(t);break}case g.COMMENT_END:{this._stateCommentEnd(t);break}case g.COMMENT_END_BANG:{this._stateCommentEndBang(t);break}case g.DOCTYPE:{this._stateDoctype(t);break}case g.BEFORE_DOCTYPE_NAME:{this._stateBeforeDoctypeName(t);break}case g.DOCTYPE_NAME:{this._stateDoctypeName(t);break}case g.AFTER_DOCTYPE_NAME:{this._stateAfterDoctypeName(t);break}case g.AFTER_DOCTYPE_PUBLIC_KEYWORD:{this._stateAfterDoctypePublicKeyword(t);break}case g.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER:{this._stateBeforeDoctypePublicIdentifier(t);break}case g.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED:{this._stateDoctypePublicIdentifierDoubleQuoted(t);break}case g.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED:{this._stateDoctypePublicIdentifierSingleQuoted(t);break}case g.AFTER_DOCTYPE_PUBLIC_IDENTIFIER:{this._stateAfterDoctypePublicIdentifier(t);break}case g.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS:{this._stateBetweenDoctypePublicAndSystemIdentifiers(t);break}case g.AFTER_DOCTYPE_SYSTEM_KEYWORD:{this._stateAfterDoctypeSystemKeyword(t);break}case g.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER:{this._stateBeforeDoctypeSystemIdentifier(t);break}case g.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED:{this._stateDoctypeSystemIdentifierDoubleQuoted(t);break}case g.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED:{this._stateDoctypeSystemIdentifierSingleQuoted(t);break}case g.AFTER_DOCTYPE_SYSTEM_IDENTIFIER:{this._stateAfterDoctypeSystemIdentifier(t);break}case g.BOGUS_DOCTYPE:{this._stateBogusDoctype(t);break}case g.CDATA_SECTION:{this._stateCdataSection(t);break}case g.CDATA_SECTION_BRACKET:{this._stateCdataSectionBracket(t);break}case g.CDATA_SECTION_END:{this._stateCdataSectionEnd(t);break}case g.CHARACTER_REFERENCE:{this._stateCharacterReference();break}case g.AMBIGUOUS_AMPERSAND:{this._stateAmbiguousAmpersand(t);break}default:throw new Error("Unknown state")}}_stateData(t){switch(t){case E.LESS_THAN_SIGN:{this.state=g.TAG_OPEN;break}case E.AMPERSAND:{this._startCharacterReference();break}case E.NULL:{this._err(N.unexpectedNullCharacter),this._emitCodePoint(t);break}case E.EOF:{this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateRcdata(t){switch(t){case E.AMPERSAND:{this._startCharacterReference();break}case E.LESS_THAN_SIGN:{this.state=g.RCDATA_LESS_THAN_SIGN;break}case E.NULL:{this._err(N.unexpectedNullCharacter),this._emitChars(ve);break}case E.EOF:{this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateRawtext(t){switch(t){case E.LESS_THAN_SIGN:{this.state=g.RAWTEXT_LESS_THAN_SIGN;break}case E.NULL:{this._err(N.unexpectedNullCharacter),this._emitChars(ve);break}case E.EOF:{this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateScriptData(t){switch(t){case E.LESS_THAN_SIGN:{this.state=g.SCRIPT_DATA_LESS_THAN_SIGN;break}case E.NULL:{this._err(N.unexpectedNullCharacter),this._emitChars(ve);break}case E.EOF:{this._emitEOFToken();break}default:this._emitCodePoint(t)}}_statePlaintext(t){switch(t){case E.NULL:{this._err(N.unexpectedNullCharacter),this._emitChars(ve);break}case E.EOF:{this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateTagOpen(t){if(yt(t))this._createStartTagToken(),this.state=g.TAG_NAME,this._stateTagName(t);else switch(t){case E.EXCLAMATION_MARK:{this.state=g.MARKUP_DECLARATION_OPEN;break}case E.SOLIDUS:{this.state=g.END_TAG_OPEN;break}case E.QUESTION_MARK:{this._err(N.unexpectedQuestionMarkInsteadOfTagName),this._createCommentToken(1),this.state=g.BOGUS_COMMENT,this._stateBogusComment(t);break}case E.EOF:{this._err(N.eofBeforeTagName),this._emitChars("<"),this._emitEOFToken();break}default:this._err(N.invalidFirstCharacterOfTagName),this._emitChars("<"),this.state=g.DATA,this._stateData(t)}}_stateEndTagOpen(t){if(yt(t))this._createEndTagToken(),this.state=g.TAG_NAME,this._stateTagName(t);else switch(t){case E.GREATER_THAN_SIGN:{this._err(N.missingEndTagName),this.state=g.DATA;break}case E.EOF:{this._err(N.eofBeforeTagName),this._emitChars("</"),this._emitEOFToken();break}default:this._err(N.invalidFirstCharacterOfTagName),this._createCommentToken(2),this.state=g.BOGUS_COMMENT,this._stateBogusComment(t)}}_stateTagName(t){const n=this.currentToken;switch(t){case E.SPACE:case E.LINE_FEED:case E.TABULATION:case E.FORM_FEED:{this.state=g.BEFORE_ATTRIBUTE_NAME;break}case E.SOLIDUS:{this.state=g.SELF_CLOSING_START_TAG;break}case E.GREATER_THAN_SIGN:{this.state=g.DATA,this.emitCurrentTagToken();break}case E.NULL:{this._err(N.unexpectedNullCharacter),n.tagName+=ve;break}case E.EOF:{this._err(N.eofInTag),this._emitEOFToken();break}default:n.tagName+=String.fromCodePoint(gn(t)?Xn(t):t)}}_stateRcdataLessThanSign(t){t===E.SOLIDUS?this.state=g.RCDATA_END_TAG_OPEN:(this._emitChars("<"),this.state=g.RCDATA,this._stateRcdata(t))}_stateRcdataEndTagOpen(t){yt(t)?(this.state=g.RCDATA_END_TAG_NAME,this._stateRcdataEndTagName(t)):(this._emitChars("</"),this.state=g.RCDATA,this._stateRcdata(t))}handleSpecialEndTag(t){if(!this.preprocessor.startsWith(this.lastStartTagName,!1))return!this._ensureHibernation();this._createEndTagToken();const n=this.currentToken;switch(n.tagName=this.lastStartTagName,this.preprocessor.peek(this.lastStartTagName.length)){case E.SPACE:case E.LINE_FEED:case E.TABULATION:case E.FORM_FEED:return this._advanceBy(this.lastStartTagName.length),this.state=g.BEFORE_ATTRIBUTE_NAME,!1;case E.SOLIDUS:return this._advanceBy(this.lastStartTagName.length),this.state=g.SELF_CLOSING_START_TAG,!1;case E.GREATER_THAN_SIGN:return this._advanceBy(this.lastStartTagName.length),this.emitCurrentTagToken(),this.state=g.DATA,!1;default:return!this._ensureHibernation()}}_stateRcdataEndTagName(t){this.handleSpecialEndTag(t)&&(this._emitChars("</"),this.state=g.RCDATA,this._stateRcdata(t))}_stateRawtextLessThanSign(t){t===E.SOLIDUS?this.state=g.RAWTEXT_END_TAG_OPEN:(this._emitChars("<"),this.state=g.RAWTEXT,this._stateRawtext(t))}_stateRawtextEndTagOpen(t){yt(t)?(this.state=g.RAWTEXT_END_TAG_NAME,this._stateRawtextEndTagName(t)):(this._emitChars("</"),this.state=g.RAWTEXT,this._stateRawtext(t))}_stateRawtextEndTagName(t){this.handleSpecialEndTag(t)&&(this._emitChars("</"),this.state=g.RAWTEXT,this._stateRawtext(t))}_stateScriptDataLessThanSign(t){switch(t){case E.SOLIDUS:{this.state=g.SCRIPT_DATA_END_TAG_OPEN;break}case E.EXCLAMATION_MARK:{this.state=g.SCRIPT_DATA_ESCAPE_START,this._emitChars("<!");break}default:this._emitChars("<"),this.state=g.SCRIPT_DATA,this._stateScriptData(t)}}_stateScriptDataEndTagOpen(t){yt(t)?(this.state=g.SCRIPT_DATA_END_TAG_NAME,this._stateScriptDataEndTagName(t)):(this._emitChars("</"),this.state=g.SCRIPT_DATA,this._stateScriptData(t))}_stateScriptDataEndTagName(t){this.handleSpecialEndTag(t)&&(this._emitChars("</"),this.state=g.SCRIPT_DATA,this._stateScriptData(t))}_stateScriptDataEscapeStart(t){t===E.HYPHEN_MINUS?(this.state=g.SCRIPT_DATA_ESCAPE_START_DASH,this._emitChars("-")):(this.state=g.SCRIPT_DATA,this._stateScriptData(t))}_stateScriptDataEscapeStartDash(t){t===E.HYPHEN_MINUS?(this.state=g.SCRIPT_DATA_ESCAPED_DASH_DASH,this._emitChars("-")):(this.state=g.SCRIPT_DATA,this._stateScriptData(t))}_stateScriptDataEscaped(t){switch(t){case E.HYPHEN_MINUS:{this.state=g.SCRIPT_DATA_ESCAPED_DASH,this._emitChars("-");break}case E.LESS_THAN_SIGN:{this.state=g.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN;break}case E.NULL:{this._err(N.unexpectedNullCharacter),this._emitChars(ve);break}case E.EOF:{this._err(N.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateScriptDataEscapedDash(t){switch(t){case E.HYPHEN_MINUS:{this.state=g.SCRIPT_DATA_ESCAPED_DASH_DASH,this._emitChars("-");break}case E.LESS_THAN_SIGN:{this.state=g.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN;break}case E.NULL:{this._err(N.unexpectedNullCharacter),this.state=g.SCRIPT_DATA_ESCAPED,this._emitChars(ve);break}case E.EOF:{this._err(N.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break}default:this.state=g.SCRIPT_DATA_ESCAPED,this._emitCodePoint(t)}}_stateScriptDataEscapedDashDash(t){switch(t){case E.HYPHEN_MINUS:{this._emitChars("-");break}case E.LESS_THAN_SIGN:{this.state=g.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN;break}case E.GREATER_THAN_SIGN:{this.state=g.SCRIPT_DATA,this._emitChars(">");break}case E.NULL:{this._err(N.unexpectedNullCharacter),this.state=g.SCRIPT_DATA_ESCAPED,this._emitChars(ve);break}case E.EOF:{this._err(N.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break}default:this.state=g.SCRIPT_DATA_ESCAPED,this._emitCodePoint(t)}}_stateScriptDataEscapedLessThanSign(t){t===E.SOLIDUS?this.state=g.SCRIPT_DATA_ESCAPED_END_TAG_OPEN:yt(t)?(this._emitChars("<"),this.state=g.SCRIPT_DATA_DOUBLE_ESCAPE_START,this._stateScriptDataDoubleEscapeStart(t)):(this._emitChars("<"),this.state=g.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(t))}_stateScriptDataEscapedEndTagOpen(t){yt(t)?(this.state=g.SCRIPT_DATA_ESCAPED_END_TAG_NAME,this._stateScriptDataEscapedEndTagName(t)):(this._emitChars("</"),this.state=g.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(t))}_stateScriptDataEscapedEndTagName(t){this.handleSpecialEndTag(t)&&(this._emitChars("</"),this.state=g.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(t))}_stateScriptDataDoubleEscapeStart(t){if(this.preprocessor.startsWith(je.SCRIPT,!1)&&Cs(this.preprocessor.peek(je.SCRIPT.length))){this._emitCodePoint(t);for(let n=0;n<je.SCRIPT.length;n++)this._emitCodePoint(this._consume());this.state=g.SCRIPT_DATA_DOUBLE_ESCAPED}else this._ensureHibernation()||(this.state=g.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(t))}_stateScriptDataDoubleEscaped(t){switch(t){case E.HYPHEN_MINUS:{this.state=g.SCRIPT_DATA_DOUBLE_ESCAPED_DASH,this._emitChars("-");break}case E.LESS_THAN_SIGN:{this.state=g.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN,this._emitChars("<");break}case E.NULL:{this._err(N.unexpectedNullCharacter),this._emitChars(ve);break}case E.EOF:{this._err(N.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateScriptDataDoubleEscapedDash(t){switch(t){case E.HYPHEN_MINUS:{this.state=g.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH,this._emitChars("-");break}case E.LESS_THAN_SIGN:{this.state=g.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN,this._emitChars("<");break}case E.NULL:{this._err(N.unexpectedNullCharacter),this.state=g.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitChars(ve);break}case E.EOF:{this._err(N.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break}default:this.state=g.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitCodePoint(t)}}_stateScriptDataDoubleEscapedDashDash(t){switch(t){case E.HYPHEN_MINUS:{this._emitChars("-");break}case E.LESS_THAN_SIGN:{this.state=g.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN,this._emitChars("<");break}case E.GREATER_THAN_SIGN:{this.state=g.SCRIPT_DATA,this._emitChars(">");break}case E.NULL:{this._err(N.unexpectedNullCharacter),this.state=g.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitChars(ve);break}case E.EOF:{this._err(N.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break}default:this.state=g.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitCodePoint(t)}}_stateScriptDataDoubleEscapedLessThanSign(t){t===E.SOLIDUS?(this.state=g.SCRIPT_DATA_DOUBLE_ESCAPE_END,this._emitChars("/")):(this.state=g.SCRIPT_DATA_DOUBLE_ESCAPED,this._stateScriptDataDoubleEscaped(t))}_stateScriptDataDoubleEscapeEnd(t){if(this.preprocessor.startsWith(je.SCRIPT,!1)&&Cs(this.preprocessor.peek(je.SCRIPT.length))){this._emitCodePoint(t);for(let n=0;n<je.SCRIPT.length;n++)this._emitCodePoint(this._consume());this.state=g.SCRIPT_DATA_ESCAPED}else this._ensureHibernation()||(this.state=g.SCRIPT_DATA_DOUBLE_ESCAPED,this._stateScriptDataDoubleEscaped(t))}_stateBeforeAttributeName(t){switch(t){case E.SPACE:case E.LINE_FEED:case E.TABULATION:case E.FORM_FEED:break;case E.SOLIDUS:case E.GREATER_THAN_SIGN:case E.EOF:{this.state=g.AFTER_ATTRIBUTE_NAME,this._stateAfterAttributeName(t);break}case E.EQUALS_SIGN:{this._err(N.unexpectedEqualsSignBeforeAttributeName),this._createAttr("="),this.state=g.ATTRIBUTE_NAME;break}default:this._createAttr(""),this.state=g.ATTRIBUTE_NAME,this._stateAttributeName(t)}}_stateAttributeName(t){switch(t){case E.SPACE:case E.LINE_FEED:case E.TABULATION:case E.FORM_FEED:case E.SOLIDUS:case E.GREATER_THAN_SIGN:case E.EOF:{this._leaveAttrName(),this.state=g.AFTER_ATTRIBUTE_NAME,this._stateAfterAttributeName(t);break}case E.EQUALS_SIGN:{this._leaveAttrName(),this.state=g.BEFORE_ATTRIBUTE_VALUE;break}case E.QUOTATION_MARK:case E.APOSTROPHE:case E.LESS_THAN_SIGN:{this._err(N.unexpectedCharacterInAttributeName),this.currentAttr.name+=String.fromCodePoint(t);break}case E.NULL:{this._err(N.unexpectedNullCharacter),this.currentAttr.name+=ve;break}default:this.currentAttr.name+=String.fromCodePoint(gn(t)?Xn(t):t)}}_stateAfterAttributeName(t){switch(t){case E.SPACE:case E.LINE_FEED:case E.TABULATION:case E.FORM_FEED:break;case E.SOLIDUS:{this.state=g.SELF_CLOSING_START_TAG;break}case E.EQUALS_SIGN:{this.state=g.BEFORE_ATTRIBUTE_VALUE;break}case E.GREATER_THAN_SIGN:{this.state=g.DATA,this.emitCurrentTagToken();break}case E.EOF:{this._err(N.eofInTag),this._emitEOFToken();break}default:this._createAttr(""),this.state=g.ATTRIBUTE_NAME,this._stateAttributeName(t)}}_stateBeforeAttributeValue(t){switch(t){case E.SPACE:case E.LINE_FEED:case E.TABULATION:case E.FORM_FEED:break;case E.QUOTATION_MARK:{this.state=g.ATTRIBUTE_VALUE_DOUBLE_QUOTED;break}case E.APOSTROPHE:{this.state=g.ATTRIBUTE_VALUE_SINGLE_QUOTED;break}case E.GREATER_THAN_SIGN:{this._err(N.missingAttributeValue),this.state=g.DATA,this.emitCurrentTagToken();break}default:this.state=g.ATTRIBUTE_VALUE_UNQUOTED,this._stateAttributeValueUnquoted(t)}}_stateAttributeValueDoubleQuoted(t){switch(t){case E.QUOTATION_MARK:{this.state=g.AFTER_ATTRIBUTE_VALUE_QUOTED;break}case E.AMPERSAND:{this._startCharacterReference();break}case E.NULL:{this._err(N.unexpectedNullCharacter),this.currentAttr.value+=ve;break}case E.EOF:{this._err(N.eofInTag),this._emitEOFToken();break}default:this.currentAttr.value+=String.fromCodePoint(t)}}_stateAttributeValueSingleQuoted(t){switch(t){case E.APOSTROPHE:{this.state=g.AFTER_ATTRIBUTE_VALUE_QUOTED;break}case E.AMPERSAND:{this._startCharacterReference();break}case E.NULL:{this._err(N.unexpectedNullCharacter),this.currentAttr.value+=ve;break}case E.EOF:{this._err(N.eofInTag),this._emitEOFToken();break}default:this.currentAttr.value+=String.fromCodePoint(t)}}_stateAttributeValueUnquoted(t){switch(t){case E.SPACE:case E.LINE_FEED:case E.TABULATION:case E.FORM_FEED:{this._leaveAttrValue(),this.state=g.BEFORE_ATTRIBUTE_NAME;break}case E.AMPERSAND:{this._startCharacterReference();break}case E.GREATER_THAN_SIGN:{this._leaveAttrValue(),this.state=g.DATA,this.emitCurrentTagToken();break}case E.NULL:{this._err(N.unexpectedNullCharacter),this.currentAttr.value+=ve;break}case E.QUOTATION_MARK:case E.APOSTROPHE:case E.LESS_THAN_SIGN:case E.EQUALS_SIGN:case E.GRAVE_ACCENT:{this._err(N.unexpectedCharacterInUnquotedAttributeValue),this.currentAttr.value+=String.fromCodePoint(t);break}case E.EOF:{this._err(N.eofInTag),this._emitEOFToken();break}default:this.currentAttr.value+=String.fromCodePoint(t)}}_stateAfterAttributeValueQuoted(t){switch(t){case E.SPACE:case E.LINE_FEED:case E.TABULATION:case E.FORM_FEED:{this._leaveAttrValue(),this.state=g.BEFORE_ATTRIBUTE_NAME;break}case E.SOLIDUS:{this._leaveAttrValue(),this.state=g.SELF_CLOSING_START_TAG;break}case E.GREATER_THAN_SIGN:{this._leaveAttrValue(),this.state=g.DATA,this.emitCurrentTagToken();break}case E.EOF:{this._err(N.eofInTag),this._emitEOFToken();break}default:this._err(N.missingWhitespaceBetweenAttributes),this.state=g.BEFORE_ATTRIBUTE_NAME,this._stateBeforeAttributeName(t)}}_stateSelfClosingStartTag(t){switch(t){case E.GREATER_THAN_SIGN:{const n=this.currentToken;n.selfClosing=!0,this.state=g.DATA,this.emitCurrentTagToken();break}case E.EOF:{this._err(N.eofInTag),this._emitEOFToken();break}default:this._err(N.unexpectedSolidusInTag),this.state=g.BEFORE_ATTRIBUTE_NAME,this._stateBeforeAttributeName(t)}}_stateBogusComment(t){const n=this.currentToken;switch(t){case E.GREATER_THAN_SIGN:{this.state=g.DATA,this.emitCurrentComment(n);break}case E.EOF:{this.emitCurrentComment(n),this._emitEOFToken();break}case E.NULL:{this._err(N.unexpectedNullCharacter),n.data+=ve;break}default:n.data+=String.fromCodePoint(t)}}_stateMarkupDeclarationOpen(t){this._consumeSequenceIfMatch(je.DASH_DASH,!0)?(this._createCommentToken(je.DASH_DASH.length+1),this.state=g.COMMENT_START):this._consumeSequenceIfMatch(je.DOCTYPE,!1)?(this.currentLocation=this.getCurrentLocation(je.DOCTYPE.length+1),this.state=g.DOCTYPE):this._consumeSequenceIfMatch(je.CDATA_START,!0)?this.inForeignNode?this.state=g.CDATA_SECTION:(this._err(N.cdataInHtmlContent),this._createCommentToken(je.CDATA_START.length+1),this.currentToken.data="[CDATA[",this.state=g.BOGUS_COMMENT):this._ensureHibernation()||(this._err(N.incorrectlyOpenedComment),this._createCommentToken(2),this.state=g.BOGUS_COMMENT,this._stateBogusComment(t))}_stateCommentStart(t){switch(t){case E.HYPHEN_MINUS:{this.state=g.COMMENT_START_DASH;break}case E.GREATER_THAN_SIGN:{this._err(N.abruptClosingOfEmptyComment),this.state=g.DATA;const n=this.currentToken;this.emitCurrentComment(n);break}default:this.state=g.COMMENT,this._stateComment(t)}}_stateCommentStartDash(t){const n=this.currentToken;switch(t){case E.HYPHEN_MINUS:{this.state=g.COMMENT_END;break}case E.GREATER_THAN_SIGN:{this._err(N.abruptClosingOfEmptyComment),this.state=g.DATA,this.emitCurrentComment(n);break}case E.EOF:{this._err(N.eofInComment),this.emitCurrentComment(n),this._emitEOFToken();break}default:n.data+="-",this.state=g.COMMENT,this._stateComment(t)}}_stateComment(t){const n=this.currentToken;switch(t){case E.HYPHEN_MINUS:{this.state=g.COMMENT_END_DASH;break}case E.LESS_THAN_SIGN:{n.data+="<",this.state=g.COMMENT_LESS_THAN_SIGN;break}case E.NULL:{this._err(N.unexpectedNullCharacter),n.data+=ve;break}case E.EOF:{this._err(N.eofInComment),this.emitCurrentComment(n),this._emitEOFToken();break}default:n.data+=String.fromCodePoint(t)}}_stateCommentLessThanSign(t){const n=this.currentToken;switch(t){case E.EXCLAMATION_MARK:{n.data+="!",this.state=g.COMMENT_LESS_THAN_SIGN_BANG;break}case E.LESS_THAN_SIGN:{n.data+="<";break}default:this.state=g.COMMENT,this._stateComment(t)}}_stateCommentLessThanSignBang(t){t===E.HYPHEN_MINUS?this.state=g.COMMENT_LESS_THAN_SIGN_BANG_DASH:(this.state=g.COMMENT,this._stateComment(t))}_stateCommentLessThanSignBangDash(t){t===E.HYPHEN_MINUS?this.state=g.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH:(this.state=g.COMMENT_END_DASH,this._stateCommentEndDash(t))}_stateCommentLessThanSignBangDashDash(t){t!==E.GREATER_THAN_SIGN&&t!==E.EOF&&this._err(N.nestedComment),this.state=g.COMMENT_END,this._stateCommentEnd(t)}_stateCommentEndDash(t){const n=this.currentToken;switch(t){case E.HYPHEN_MINUS:{this.state=g.COMMENT_END;break}case E.EOF:{this._err(N.eofInComment),this.emitCurrentComment(n),this._emitEOFToken();break}default:n.data+="-",this.state=g.COMMENT,this._stateComment(t)}}_stateCommentEnd(t){const n=this.currentToken;switch(t){case E.GREATER_THAN_SIGN:{this.state=g.DATA,this.emitCurrentComment(n);break}case E.EXCLAMATION_MARK:{this.state=g.COMMENT_END_BANG;break}case E.HYPHEN_MINUS:{n.data+="-";break}case E.EOF:{this._err(N.eofInComment),this.emitCurrentComment(n),this._emitEOFToken();break}default:n.data+="--",this.state=g.COMMENT,this._stateComment(t)}}_stateCommentEndBang(t){const n=this.currentToken;switch(t){case E.HYPHEN_MINUS:{n.data+="--!",this.state=g.COMMENT_END_DASH;break}case E.GREATER_THAN_SIGN:{this._err(N.incorrectlyClosedComment),this.state=g.DATA,this.emitCurrentComment(n);break}case E.EOF:{this._err(N.eofInComment),this.emitCurrentComment(n),this._emitEOFToken();break}default:n.data+="--!",this.state=g.COMMENT,this._stateComment(t)}}_stateDoctype(t){switch(t){case E.SPACE:case E.LINE_FEED:case E.TABULATION:case E.FORM_FEED:{this.state=g.BEFORE_DOCTYPE_NAME;break}case E.GREATER_THAN_SIGN:{this.state=g.BEFORE_DOCTYPE_NAME,this._stateBeforeDoctypeName(t);break}case E.EOF:{this._err(N.eofInDoctype),this._createDoctypeToken(null);const n=this.currentToken;n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(N.missingWhitespaceBeforeDoctypeName),this.state=g.BEFORE_DOCTYPE_NAME,this._stateBeforeDoctypeName(t)}}_stateBeforeDoctypeName(t){if(gn(t))this._createDoctypeToken(String.fromCharCode(Xn(t))),this.state=g.DOCTYPE_NAME;else switch(t){case E.SPACE:case E.LINE_FEED:case E.TABULATION:case E.FORM_FEED:break;case E.NULL:{this._err(N.unexpectedNullCharacter),this._createDoctypeToken(ve),this.state=g.DOCTYPE_NAME;break}case E.GREATER_THAN_SIGN:{this._err(N.missingDoctypeName),this._createDoctypeToken(null);const n=this.currentToken;n.forceQuirks=!0,this.emitCurrentDoctype(n),this.state=g.DATA;break}case E.EOF:{this._err(N.eofInDoctype),this._createDoctypeToken(null);const n=this.currentToken;n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._createDoctypeToken(String.fromCodePoint(t)),this.state=g.DOCTYPE_NAME}}_stateDoctypeName(t){const n=this.currentToken;switch(t){case E.SPACE:case E.LINE_FEED:case E.TABULATION:case E.FORM_FEED:{this.state=g.AFTER_DOCTYPE_NAME;break}case E.GREATER_THAN_SIGN:{this.state=g.DATA,this.emitCurrentDoctype(n);break}case E.NULL:{this._err(N.unexpectedNullCharacter),n.name+=ve;break}case E.EOF:{this._err(N.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:n.name+=String.fromCodePoint(gn(t)?Xn(t):t)}}_stateAfterDoctypeName(t){const n=this.currentToken;switch(t){case E.SPACE:case E.LINE_FEED:case E.TABULATION:case E.FORM_FEED:break;case E.GREATER_THAN_SIGN:{this.state=g.DATA,this.emitCurrentDoctype(n);break}case E.EOF:{this._err(N.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._consumeSequenceIfMatch(je.PUBLIC,!1)?this.state=g.AFTER_DOCTYPE_PUBLIC_KEYWORD:this._consumeSequenceIfMatch(je.SYSTEM,!1)?this.state=g.AFTER_DOCTYPE_SYSTEM_KEYWORD:this._ensureHibernation()||(this._err(N.invalidCharacterSequenceAfterDoctypeName),n.forceQuirks=!0,this.state=g.BOGUS_DOCTYPE,this._stateBogusDoctype(t))}}_stateAfterDoctypePublicKeyword(t){const n=this.currentToken;switch(t){case E.SPACE:case E.LINE_FEED:case E.TABULATION:case E.FORM_FEED:{this.state=g.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER;break}case E.QUOTATION_MARK:{this._err(N.missingWhitespaceAfterDoctypePublicKeyword),n.publicId="",this.state=g.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED;break}case E.APOSTROPHE:{this._err(N.missingWhitespaceAfterDoctypePublicKeyword),n.publicId="",this.state=g.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED;break}case E.GREATER_THAN_SIGN:{this._err(N.missingDoctypePublicIdentifier),n.forceQuirks=!0,this.state=g.DATA,this.emitCurrentDoctype(n);break}case E.EOF:{this._err(N.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(N.missingQuoteBeforeDoctypePublicIdentifier),n.forceQuirks=!0,this.state=g.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateBeforeDoctypePublicIdentifier(t){const n=this.currentToken;switch(t){case E.SPACE:case E.LINE_FEED:case E.TABULATION:case E.FORM_FEED:break;case E.QUOTATION_MARK:{n.publicId="",this.state=g.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED;break}case E.APOSTROPHE:{n.publicId="",this.state=g.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED;break}case E.GREATER_THAN_SIGN:{this._err(N.missingDoctypePublicIdentifier),n.forceQuirks=!0,this.state=g.DATA,this.emitCurrentDoctype(n);break}case E.EOF:{this._err(N.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(N.missingQuoteBeforeDoctypePublicIdentifier),n.forceQuirks=!0,this.state=g.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateDoctypePublicIdentifierDoubleQuoted(t){const n=this.currentToken;switch(t){case E.QUOTATION_MARK:{this.state=g.AFTER_DOCTYPE_PUBLIC_IDENTIFIER;break}case E.NULL:{this._err(N.unexpectedNullCharacter),n.publicId+=ve;break}case E.GREATER_THAN_SIGN:{this._err(N.abruptDoctypePublicIdentifier),n.forceQuirks=!0,this.emitCurrentDoctype(n),this.state=g.DATA;break}case E.EOF:{this._err(N.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:n.publicId+=String.fromCodePoint(t)}}_stateDoctypePublicIdentifierSingleQuoted(t){const n=this.currentToken;switch(t){case E.APOSTROPHE:{this.state=g.AFTER_DOCTYPE_PUBLIC_IDENTIFIER;break}case E.NULL:{this._err(N.unexpectedNullCharacter),n.publicId+=ve;break}case E.GREATER_THAN_SIGN:{this._err(N.abruptDoctypePublicIdentifier),n.forceQuirks=!0,this.emitCurrentDoctype(n),this.state=g.DATA;break}case E.EOF:{this._err(N.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:n.publicId+=String.fromCodePoint(t)}}_stateAfterDoctypePublicIdentifier(t){const n=this.currentToken;switch(t){case E.SPACE:case E.LINE_FEED:case E.TABULATION:case E.FORM_FEED:{this.state=g.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS;break}case E.GREATER_THAN_SIGN:{this.state=g.DATA,this.emitCurrentDoctype(n);break}case E.QUOTATION_MARK:{this._err(N.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers),n.systemId="",this.state=g.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break}case E.APOSTROPHE:{this._err(N.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers),n.systemId="",this.state=g.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break}case E.EOF:{this._err(N.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(N.missingQuoteBeforeDoctypeSystemIdentifier),n.forceQuirks=!0,this.state=g.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateBetweenDoctypePublicAndSystemIdentifiers(t){const n=this.currentToken;switch(t){case E.SPACE:case E.LINE_FEED:case E.TABULATION:case E.FORM_FEED:break;case E.GREATER_THAN_SIGN:{this.emitCurrentDoctype(n),this.state=g.DATA;break}case E.QUOTATION_MARK:{n.systemId="",this.state=g.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break}case E.APOSTROPHE:{n.systemId="",this.state=g.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break}case E.EOF:{this._err(N.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(N.missingQuoteBeforeDoctypeSystemIdentifier),n.forceQuirks=!0,this.state=g.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateAfterDoctypeSystemKeyword(t){const n=this.currentToken;switch(t){case E.SPACE:case E.LINE_FEED:case E.TABULATION:case E.FORM_FEED:{this.state=g.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER;break}case E.QUOTATION_MARK:{this._err(N.missingWhitespaceAfterDoctypeSystemKeyword),n.systemId="",this.state=g.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break}case E.APOSTROPHE:{this._err(N.missingWhitespaceAfterDoctypeSystemKeyword),n.systemId="",this.state=g.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break}case E.GREATER_THAN_SIGN:{this._err(N.missingDoctypeSystemIdentifier),n.forceQuirks=!0,this.state=g.DATA,this.emitCurrentDoctype(n);break}case E.EOF:{this._err(N.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(N.missingQuoteBeforeDoctypeSystemIdentifier),n.forceQuirks=!0,this.state=g.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateBeforeDoctypeSystemIdentifier(t){const n=this.currentToken;switch(t){case E.SPACE:case E.LINE_FEED:case E.TABULATION:case E.FORM_FEED:break;case E.QUOTATION_MARK:{n.systemId="",this.state=g.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break}case E.APOSTROPHE:{n.systemId="",this.state=g.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break}case E.GREATER_THAN_SIGN:{this._err(N.missingDoctypeSystemIdentifier),n.forceQuirks=!0,this.state=g.DATA,this.emitCurrentDoctype(n);break}case E.EOF:{this._err(N.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(N.missingQuoteBeforeDoctypeSystemIdentifier),n.forceQuirks=!0,this.state=g.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateDoctypeSystemIdentifierDoubleQuoted(t){const n=this.currentToken;switch(t){case E.QUOTATION_MARK:{this.state=g.AFTER_DOCTYPE_SYSTEM_IDENTIFIER;break}case E.NULL:{this._err(N.unexpectedNullCharacter),n.systemId+=ve;break}case E.GREATER_THAN_SIGN:{this._err(N.abruptDoctypeSystemIdentifier),n.forceQuirks=!0,this.emitCurrentDoctype(n),this.state=g.DATA;break}case E.EOF:{this._err(N.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:n.systemId+=String.fromCodePoint(t)}}_stateDoctypeSystemIdentifierSingleQuoted(t){const n=this.currentToken;switch(t){case E.APOSTROPHE:{this.state=g.AFTER_DOCTYPE_SYSTEM_IDENTIFIER;break}case E.NULL:{this._err(N.unexpectedNullCharacter),n.systemId+=ve;break}case E.GREATER_THAN_SIGN:{this._err(N.abruptDoctypeSystemIdentifier),n.forceQuirks=!0,this.emitCurrentDoctype(n),this.state=g.DATA;break}case E.EOF:{this._err(N.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:n.systemId+=String.fromCodePoint(t)}}_stateAfterDoctypeSystemIdentifier(t){const n=this.currentToken;switch(t){case E.SPACE:case E.LINE_FEED:case E.TABULATION:case E.FORM_FEED:break;case E.GREATER_THAN_SIGN:{this.emitCurrentDoctype(n),this.state=g.DATA;break}case E.EOF:{this._err(N.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(N.unexpectedCharacterAfterDoctypeSystemIdentifier),this.state=g.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateBogusDoctype(t){const n=this.currentToken;switch(t){case E.GREATER_THAN_SIGN:{this.emitCurrentDoctype(n),this.state=g.DATA;break}case E.NULL:{this._err(N.unexpectedNullCharacter);break}case E.EOF:{this.emitCurrentDoctype(n),this._emitEOFToken();break}}}_stateCdataSection(t){switch(t){case E.RIGHT_SQUARE_BRACKET:{this.state=g.CDATA_SECTION_BRACKET;break}case E.EOF:{this._err(N.eofInCdata),this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateCdataSectionBracket(t){t===E.RIGHT_SQUARE_BRACKET?this.state=g.CDATA_SECTION_END:(this._emitChars("]"),this.state=g.CDATA_SECTION,this._stateCdataSection(t))}_stateCdataSectionEnd(t){switch(t){case E.GREATER_THAN_SIGN:{this.state=g.DATA;break}case E.RIGHT_SQUARE_BRACKET:{this._emitChars("]");break}default:this._emitChars("]]"),this.state=g.CDATA_SECTION,this._stateCdataSection(t)}}_stateCharacterReference(){let t=this.entityDecoder.write(this.preprocessor.html,this.preprocessor.pos);if(t<0)if(this.preprocessor.lastChunkWritten)t=this.entityDecoder.end();else{this.active=!1,this.preprocessor.pos=this.preprocessor.html.length-1,this.consumedAfterSnapshot=0,this.preprocessor.endOfChunkHit=!0;return}t===0?(this.preprocessor.pos=this.entityStartPos,this._flushCodePointConsumedAsCharacterReference(E.AMPERSAND),this.state=!this._isCharacterReferenceInAttribute()&&Ss(this.preprocessor.peek(1))?g.AMBIGUOUS_AMPERSAND:this.returnState):this.state=this.returnState}_stateAmbiguousAmpersand(t){Ss(t)?this._flushCodePointConsumedAsCharacterReference(t):(t===E.SEMICOLON&&this._err(N.unknownNamedCharacterReference),this.state=this.returnState,this._callState(t))}}const Do=new Set([u.DD,u.DT,u.LI,u.OPTGROUP,u.OPTION,u.P,u.RB,u.RP,u.RT,u.RTC]),Is=new Set([...Do,u.CAPTION,u.COLGROUP,u.TBODY,u.TD,u.TFOOT,u.TH,u.THEAD,u.TR]),ir=new Set([u.APPLET,u.CAPTION,u.HTML,u.MARQUEE,u.OBJECT,u.TABLE,u.TD,u.TEMPLATE,u.TH]),yp=new Set([...ir,u.OL,u.UL]),xp=new Set([...ir,u.BUTTON]),Ns=new Set([u.ANNOTATION_XML,u.MI,u.MN,u.MO,u.MS,u.MTEXT]),vs=new Set([u.DESC,u.FOREIGN_OBJECT,u.TITLE]),Ap=new Set([u.TR,u.TEMPLATE,u.HTML]),_p=new Set([u.TBODY,u.TFOOT,u.THEAD,u.TEMPLATE,u.HTML]),Sp=new Set([u.TABLE,u.TEMPLATE,u.HTML]),Cp=new Set([u.TD,u.TH]);class Ip{get currentTmplContentOrNode(){return this._isInTemplate()?this.treeAdapter.getTemplateContent(this.current):this.current}constructor(t,n,r){this.treeAdapter=n,this.handler=r,this.items=[],this.tagIDs=[],this.stackTop=-1,this.tmplCount=0,this.currentTagId=u.UNKNOWN,this.current=t}_indexOf(t){return this.items.lastIndexOf(t,this.stackTop)}_isInTemplate(){return this.currentTagId===u.TEMPLATE&&this.treeAdapter.getNamespaceURI(this.current)===D.HTML}_updateCurrentElement(){this.current=this.items[this.stackTop],this.currentTagId=this.tagIDs[this.stackTop]}push(t,n){this.stackTop++,this.items[this.stackTop]=t,this.current=t,this.tagIDs[this.stackTop]=n,this.currentTagId=n,this._isInTemplate()&&this.tmplCount++,this.handler.onItemPush(t,n,!0)}pop(){const t=this.current;this.tmplCount>0&&this._isInTemplate()&&this.tmplCount--,this.stackTop--,this._updateCurrentElement(),this.handler.onItemPop(t,!0)}replace(t,n){const r=this._indexOf(t);this.items[r]=n,r===this.stackTop&&(this.current=n)}insertAfter(t,n,r){const a=this._indexOf(t)+1;this.items.splice(a,0,n),this.tagIDs.splice(a,0,r),this.stackTop++,a===this.stackTop&&this._updateCurrentElement(),this.handler.onItemPush(this.current,this.currentTagId,a===this.stackTop)}popUntilTagNamePopped(t){let n=this.stackTop+1;do n=this.tagIDs.lastIndexOf(t,n-1);while(n>0&&this.treeAdapter.getNamespaceURI(this.items[n])!==D.HTML);this.shortenToLength(n<0?0:n)}shortenToLength(t){for(;this.stackTop>=t;){const n=this.current;this.tmplCount>0&&this._isInTemplate()&&(this.tmplCount-=1),this.stackTop--,this._updateCurrentElement(),this.handler.onItemPop(n,this.stackTop<t)}}popUntilElementPopped(t){const n=this._indexOf(t);this.shortenToLength(n<0?0:n)}popUntilPopped(t,n){const r=this._indexOfTagNames(t,n);this.shortenToLength(r<0?0:r)}popUntilNumberedHeaderPopped(){this.popUntilPopped(wa,D.HTML)}popUntilTableCellPopped(){this.popUntilPopped(Cp,D.HTML)}popAllUpToHtmlElement(){this.tmplCount=0,this.shortenToLength(1)}_indexOfTagNames(t,n){for(let r=this.stackTop;r>=0;r--)if(t.has(this.tagIDs[r])&&this.treeAdapter.getNamespaceURI(this.items[r])===n)return r;return-1}clearBackTo(t,n){const r=this._indexOfTagNames(t,n);this.shortenToLength(r+1)}clearBackToTableContext(){this.clearBackTo(Sp,D.HTML)}clearBackToTableBodyContext(){this.clearBackTo(_p,D.HTML)}clearBackToTableRowContext(){this.clearBackTo(Ap,D.HTML)}remove(t){const n=this._indexOf(t);n>=0&&(n===this.stackTop?this.pop():(this.items.splice(n,1),this.tagIDs.splice(n,1),this.stackTop--,this._updateCurrentElement(),this.handler.onItemPop(t,!1)))}tryPeekProperlyNestedBodyElement(){return this.stackTop>=1&&this.tagIDs[1]===u.BODY?this.items[1]:null}contains(t){return this._indexOf(t)>-1}getCommonAncestor(t){const n=this._indexOf(t)-1;return n>=0?this.items[n]:null}isRootHtmlElementCurrent(){return this.stackTop===0&&this.tagIDs[0]===u.HTML}hasInDynamicScope(t,n){for(let r=this.stackTop;r>=0;r--){const a=this.tagIDs[r];switch(this.treeAdapter.getNamespaceURI(this.items[r])){case D.HTML:{if(a===t)return!0;if(n.has(a))return!1;break}case D.SVG:{if(vs.has(a))return!1;break}case D.MATHML:{if(Ns.has(a))return!1;break}}}return!0}hasInScope(t){return this.hasInDynamicScope(t,ir)}hasInListItemScope(t){return this.hasInDynamicScope(t,yp)}hasInButtonScope(t){return this.hasInDynamicScope(t,xp)}hasNumberedHeaderInScope(){for(let t=this.stackTop;t>=0;t--){const n=this.tagIDs[t];switch(this.treeAdapter.getNamespaceURI(this.items[t])){case D.HTML:{if(wa.has(n))return!0;if(ir.has(n))return!1;break}case D.SVG:{if(vs.has(n))return!1;break}case D.MATHML:{if(Ns.has(n))return!1;break}}}return!0}hasInTableScope(t){for(let n=this.stackTop;n>=0;n--)if(this.treeAdapter.getNamespaceURI(this.items[n])===D.HTML)switch(this.tagIDs[n]){case t:return!0;case u.TABLE:case u.HTML:return!1}return!0}hasTableBodyContextInTableScope(){for(let t=this.stackTop;t>=0;t--)if(this.treeAdapter.getNamespaceURI(this.items[t])===D.HTML)switch(this.tagIDs[t]){case u.TBODY:case u.THEAD:case u.TFOOT:return!0;case u.TABLE:case u.HTML:return!1}return!0}hasInSelectScope(t){for(let n=this.stackTop;n>=0;n--)if(this.treeAdapter.getNamespaceURI(this.items[n])===D.HTML)switch(this.tagIDs[n]){case t:return!0;case u.OPTION:case u.OPTGROUP:break;default:return!1}return!0}generateImpliedEndTags(){for(;Do.has(this.currentTagId);)this.pop()}generateImpliedEndTagsThoroughly(){for(;Is.has(this.currentTagId);)this.pop()}generateImpliedEndTagsWithExclusion(t){for(;this.currentTagId!==t&&Is.has(this.currentTagId);)this.pop()}}const Qr=3;var lt;(function(e){e[e.Marker=0]="Marker",e[e.Element=1]="Element"})(lt||(lt={}));const ws={type:lt.Marker};class Np{constructor(t){this.treeAdapter=t,this.entries=[],this.bookmark=null}_getNoahArkConditionCandidates(t,n){const r=[],a=n.length,i=this.treeAdapter.getTagName(t),s=this.treeAdapter.getNamespaceURI(t);for(let o=0;o<this.entries.length;o++){const l=this.entries[o];if(l.type===lt.Marker)break;const{element:c}=l;if(this.treeAdapter.getTagName(c)===i&&this.treeAdapter.getNamespaceURI(c)===s){const d=this.treeAdapter.getAttrList(c);d.length===a&&r.push({idx:o,attrs:d})}}return r}_ensureNoahArkCondition(t){if(this.entries.length<Qr)return;const n=this.treeAdapter.getAttrList(t),r=this._getNoahArkConditionCandidates(t,n);if(r.length<Qr)return;const a=new Map(n.map(s=>[s.name,s.value]));let i=0;for(let s=0;s<r.length;s++){const o=r[s];o.attrs.every(l=>a.get(l.name)===l.value)&&(i+=1,i>=Qr&&this.entries.splice(o.idx,1))}}insertMarker(){this.entries.unshift(ws)}pushElement(t,n){this._ensureNoahArkCondition(t),this.entries.unshift({type:lt.Element,element:t,token:n})}insertElementAfterBookmark(t,n){const r=this.entries.indexOf(this.bookmark);this.entries.splice(r,0,{type:lt.Element,element:t,token:n})}removeEntry(t){const n=this.entries.indexOf(t);n>=0&&this.entries.splice(n,1)}clearToLastMarker(){const t=this.entries.indexOf(ws);t>=0?this.entries.splice(0,t+1):this.entries.length=0}getElementEntryInScopeWithTagName(t){const n=this.entries.find(r=>r.type===lt.Marker||this.treeAdapter.getTagName(r.element)===t);return n&&n.type===lt.Element?n:null}getElementEntry(t){return this.entries.find(n=>n.type===lt.Element&&n.element===t)}}const xt={createDocument(){return{nodeName:"#document",mode:Qe.NO_QUIRKS,childNodes:[]}},createDocumentFragment(){return{nodeName:"#document-fragment",childNodes:[]}},createElement(e,t,n){return{nodeName:e,tagName:e,attrs:n,namespaceURI:t,childNodes:[],parentNode:null}},createCommentNode(e){return{nodeName:"#comment",data:e,parentNode:null}},createTextNode(e){return{nodeName:"#text",value:e,parentNode:null}},appendChild(e,t){e.childNodes.push(t),t.parentNode=e},insertBefore(e,t,n){const r=e.childNodes.indexOf(n);e.childNodes.splice(r,0,t),t.parentNode=e},setTemplateContent(e,t){e.content=t},getTemplateContent(e){return e.content},setDocumentType(e,t,n,r){const a=e.childNodes.find(i=>i.nodeName==="#documentType");if(a)a.name=t,a.publicId=n,a.systemId=r;else{const i={nodeName:"#documentType",name:t,publicId:n,systemId:r,parentNode:null};xt.appendChild(e,i)}},setDocumentMode(e,t){e.mode=t},getDocumentMode(e){return e.mode},detachNode(e){if(e.parentNode){const t=e.parentNode.childNodes.indexOf(e);e.parentNode.childNodes.splice(t,1),e.parentNode=null}},insertText(e,t){if(e.childNodes.length>0){const n=e.childNodes[e.childNodes.length-1];if(xt.isTextNode(n)){n.value+=t;return}}xt.appendChild(e,xt.createTextNode(t))},insertTextBefore(e,t,n){const r=e.childNodes[e.childNodes.indexOf(n)-1];r&&xt.isTextNode(r)?r.value+=t:xt.insertBefore(e,xt.createTextNode(t),n)},adoptAttributes(e,t){const n=new Set(e.attrs.map(r=>r.name));for(let r=0;r<t.length;r++)n.has(t[r].name)||e.attrs.push(t[r])},getFirstChild(e){return e.childNodes[0]},getChildNodes(e){return e.childNodes},getParentNode(e){return e.parentNode},getAttrList(e){return e.attrs},getTagName(e){return e.tagName},getNamespaceURI(e){return e.namespaceURI},getTextNodeContent(e){return e.value},getCommentNodeContent(e){return e.data},getDocumentTypeNodeName(e){return e.name},getDocumentTypeNodePublicId(e){return e.publicId},getDocumentTypeNodeSystemId(e){return e.systemId},isTextNode(e){return e.nodeName==="#text"},isCommentNode(e){return e.nodeName==="#comment"},isDocumentTypeNode(e){return e.nodeName==="#documentType"},isElementNode(e){return Object.prototype.hasOwnProperty.call(e,"tagName")},setNodeSourceCodeLocation(e,t){e.sourceCodeLocation=t},getNodeSourceCodeLocation(e){return e.sourceCodeLocation},updateNodeSourceCodeLocation(e,t){e.sourceCodeLocation={...e.sourceCodeLocation,...t}}},Po="html",vp="about:legacy-compat",wp="http://www.ibm.com/data/dtd/v11/ibmxhtml1-transitional.dtd",ko=["+//silmaril//dtd html pro v0r11 19970101//","-//as//dtd html 3.0 aswedit + extensions//","-//advasoft ltd//dtd html 3.0 aswedit + extensions//","-//ietf//dtd html 2.0 level 1//","-//ietf//dtd html 2.0 level 2//","-//ietf//dtd html 2.0 strict level 1//","-//ietf//dtd html 2.0 strict level 2//","-//ietf//dtd html 2.0 strict//","-//ietf//dtd html 2.0//","-//ietf//dtd html 2.1e//","-//ietf//dtd html 3.0//","-//ietf//dtd html 3.2 final//","-//ietf//dtd html 3.2//","-//ietf//dtd html 3//","-//ietf//dtd html level 0//","-//ietf//dtd html level 1//","-//ietf//dtd html level 2//","-//ietf//dtd html level 3//","-//ietf//dtd html strict level 0//","-//ietf//dtd html strict level 1//","-//ietf//dtd html strict level 2//","-//ietf//dtd html strict level 3//","-//ietf//dtd html strict//","-//ietf//dtd html//","-//metrius//dtd metrius presentational//","-//microsoft//dtd internet explorer 2.0 html strict//","-//microsoft//dtd internet explorer 2.0 html//","-//microsoft//dtd internet explorer 2.0 tables//","-//microsoft//dtd internet explorer 3.0 html strict//","-//microsoft//dtd internet explorer 3.0 html//","-//microsoft//dtd internet explorer 3.0 tables//","-//netscape comm. corp.//dtd html//","-//netscape comm. corp.//dtd strict html//","-//o'reilly and associates//dtd html 2.0//","-//o'reilly and associates//dtd html extended 1.0//","-//o'reilly and associates//dtd html extended relaxed 1.0//","-//sq//dtd html 2.0 hotmetal + extensions//","-//softquad software//dtd hotmetal pro 6.0::19990601::extensions to html 4.0//","-//softquad//dtd hotmetal pro 4.0::19971010::extensions to html 4.0//","-//spyglass//dtd html 2.0 extended//","-//sun microsystems corp.//dtd hotjava html//","-//sun microsystems corp.//dtd hotjava strict html//","-//w3c//dtd html 3 1995-03-24//","-//w3c//dtd html 3.2 draft//","-//w3c//dtd html 3.2 final//","-//w3c//dtd html 3.2//","-//w3c//dtd html 3.2s draft//","-//w3c//dtd html 4.0 frameset//","-//w3c//dtd html 4.0 transitional//","-//w3c//dtd html experimental 19960712//","-//w3c//dtd html experimental 970421//","-//w3c//dtd w3 html//","-//w3o//dtd w3 html 3.0//","-//webtechs//dtd mozilla html 2.0//","-//webtechs//dtd mozilla html//"],Op=[...ko,"-//w3c//dtd html 4.01 frameset//","-//w3c//dtd html 4.01 transitional//"],Lp=new Set(["-//w3o//dtd w3 html strict 3.0//en//","-/w3c/dtd html 4.0 transitional/en","html"]),Mo=["-//w3c//dtd xhtml 1.0 frameset//","-//w3c//dtd xhtml 1.0 transitional//"],Rp=[...Mo,"-//w3c//dtd html 4.01 frameset//","-//w3c//dtd html 4.01 transitional//"];function Os(e,t){return t.some(n=>e.startsWith(n))}function Dp(e){return e.name===Po&&e.publicId===null&&(e.systemId===null||e.systemId===vp)}function Pp(e){if(e.name!==Po)return Qe.QUIRKS;const{systemId:t}=e;if(t&&t.toLowerCase()===wp)return Qe.QUIRKS;let{publicId:n}=e;if(n!==null){if(n=n.toLowerCase(),Lp.has(n))return Qe.QUIRKS;let r=t===null?Op:ko;if(Os(n,r))return Qe.QUIRKS;if(r=t===null?Mo:Rp,Os(n,r))return Qe.LIMITED_QUIRKS}return Qe.NO_QUIRKS}const Ls={TEXT_HTML:"text/html",APPLICATION_XML:"application/xhtml+xml"},kp="definitionurl",Mp="definitionURL",Bp=new Map(["attributeName","attributeType","baseFrequency","baseProfile","calcMode","clipPathUnits","diffuseConstant","edgeMode","filterUnits","glyphRef","gradientTransform","gradientUnits","kernelMatrix","kernelUnitLength","keyPoints","keySplines","keyTimes","lengthAdjust","limitingConeAngle","markerHeight","markerUnits","markerWidth","maskContentUnits","maskUnits","numOctaves","pathLength","patternContentUnits","patternTransform","patternUnits","pointsAtX","pointsAtY","pointsAtZ","preserveAlpha","preserveAspectRatio","primitiveUnits","refX","refY","repeatCount","repeatDur","requiredExtensions","requiredFeatures","specularConstant","specularExponent","spreadMethod","startOffset","stdDeviation","stitchTiles","surfaceScale","systemLanguage","tableValues","targetX","targetY","textLength","viewBox","viewTarget","xChannelSelector","yChannelSelector","zoomAndPan"].map(e=>[e.toLowerCase(),e])),Fp=new Map([["xlink:actuate",{prefix:"xlink",name:"actuate",namespace:D.XLINK}],["xlink:arcrole",{prefix:"xlink",name:"arcrole",namespace:D.XLINK}],["xlink:href",{prefix:"xlink",name:"href",namespace:D.XLINK}],["xlink:role",{prefix:"xlink",name:"role",namespace:D.XLINK}],["xlink:show",{prefix:"xlink",name:"show",namespace:D.XLINK}],["xlink:title",{prefix:"xlink",name:"title",namespace:D.XLINK}],["xlink:type",{prefix:"xlink",name:"type",namespace:D.XLINK}],["xml:lang",{prefix:"xml",name:"lang",namespace:D.XML}],["xml:space",{prefix:"xml",name:"space",namespace:D.XML}],["xmlns",{prefix:"",name:"xmlns",namespace:D.XMLNS}],["xmlns:xlink",{prefix:"xmlns",name:"xlink",namespace:D.XMLNS}]]),Hp=new Map(["altGlyph","altGlyphDef","altGlyphItem","animateColor","animateMotion","animateTransform","clipPath","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","foreignObject","glyphRef","linearGradient","radialGradient","textPath"].map(e=>[e.toLowerCase(),e])),Up=new Set([u.B,u.BIG,u.BLOCKQUOTE,u.BODY,u.BR,u.CENTER,u.CODE,u.DD,u.DIV,u.DL,u.DT,u.EM,u.EMBED,u.H1,u.H2,u.H3,u.H4,u.H5,u.H6,u.HEAD,u.HR,u.I,u.IMG,u.LI,u.LISTING,u.MENU,u.META,u.NOBR,u.OL,u.P,u.PRE,u.RUBY,u.S,u.SMALL,u.SPAN,u.STRONG,u.STRIKE,u.SUB,u.SUP,u.TABLE,u.TT,u.U,u.UL,u.VAR]);function jp(e){const t=e.tagID;return t===u.FONT&&e.attrs.some(({name:r})=>r===Dt.COLOR||r===Dt.SIZE||r===Dt.FACE)||Up.has(t)}function Bo(e){for(let t=0;t<e.attrs.length;t++)if(e.attrs[t].name===kp){e.attrs[t].name=Mp;break}}function Fo(e){for(let t=0;t<e.attrs.length;t++){const n=Bp.get(e.attrs[t].name);n!=null&&(e.attrs[t].name=n)}}function ii(e){for(let t=0;t<e.attrs.length;t++){const n=Fp.get(e.attrs[t].name);n&&(e.attrs[t].prefix=n.prefix,e.attrs[t].name=n.name,e.attrs[t].namespace=n.namespace)}}function $p(e){const t=Hp.get(e.tagName);t!=null&&(e.tagName=t,e.tagID=un(e.tagName))}function zp(e,t){return t===D.MATHML&&(e===u.MI||e===u.MO||e===u.MN||e===u.MS||e===u.MTEXT)}function Yp(e,t,n){if(t===D.MATHML&&e===u.ANNOTATION_XML){for(let r=0;r<n.length;r++)if(n[r].name===Dt.ENCODING){const a=n[r].value.toLowerCase();return a===Ls.TEXT_HTML||a===Ls.APPLICATION_XML}}return t===D.SVG&&(e===u.FOREIGN_OBJECT||e===u.DESC||e===u.TITLE)}function Gp(e,t,n,r){return(!r||r===D.HTML)&&Yp(e,t,n)||(!r||r===D.MATHML)&&zp(e,t)}const Vp="hidden",qp=8,Wp=3;var T;(function(e){e[e.INITIAL=0]="INITIAL",e[e.BEFORE_HTML=1]="BEFORE_HTML",e[e.BEFORE_HEAD=2]="BEFORE_HEAD",e[e.IN_HEAD=3]="IN_HEAD",e[e.IN_HEAD_NO_SCRIPT=4]="IN_HEAD_NO_SCRIPT",e[e.AFTER_HEAD=5]="AFTER_HEAD",e[e.IN_BODY=6]="IN_BODY",e[e.TEXT=7]="TEXT",e[e.IN_TABLE=8]="IN_TABLE",e[e.IN_TABLE_TEXT=9]="IN_TABLE_TEXT",e[e.IN_CAPTION=10]="IN_CAPTION",e[e.IN_COLUMN_GROUP=11]="IN_COLUMN_GROUP",e[e.IN_TABLE_BODY=12]="IN_TABLE_BODY",e[e.IN_ROW=13]="IN_ROW",e[e.IN_CELL=14]="IN_CELL",e[e.IN_SELECT=15]="IN_SELECT",e[e.IN_SELECT_IN_TABLE=16]="IN_SELECT_IN_TABLE",e[e.IN_TEMPLATE=17]="IN_TEMPLATE",e[e.AFTER_BODY=18]="AFTER_BODY",e[e.IN_FRAMESET=19]="IN_FRAMESET",e[e.AFTER_FRAMESET=20]="AFTER_FRAMESET",e[e.AFTER_AFTER_BODY=21]="AFTER_AFTER_BODY",e[e.AFTER_AFTER_FRAMESET=22]="AFTER_AFTER_FRAMESET"})(T||(T={}));const Xp={startLine:-1,startCol:-1,startOffset:-1,endLine:-1,endCol:-1,endOffset:-1},Ho=new Set([u.TABLE,u.TBODY,u.TFOOT,u.THEAD,u.TR]),Rs={scriptingEnabled:!0,sourceCodeLocationInfo:!1,treeAdapter:xt,onParseError:null};class Ds{constructor(t,n,r=null,a=null){this.fragmentContext=r,this.scriptHandler=a,this.currentToken=null,this.stopped=!1,this.insertionMode=T.INITIAL,this.originalInsertionMode=T.INITIAL,this.headElement=null,this.formElement=null,this.currentNotInHTML=!1,this.tmplInsertionModeStack=[],this.pendingCharacterTokens=[],this.hasNonWhitespacePendingCharacterToken=!1,this.framesetOk=!0,this.skipNextNewLine=!1,this.fosterParentingEnabled=!1,this.options={...Rs,...t},this.treeAdapter=this.options.treeAdapter,this.onParseError=this.options.onParseError,this.onParseError&&(this.options.sourceCodeLocationInfo=!0),this.document=n??this.treeAdapter.createDocument(),this.tokenizer=new Tp(this.options,this),this.activeFormattingElements=new Np(this.treeAdapter),this.fragmentContextID=r?un(this.treeAdapter.getTagName(r)):u.UNKNOWN,this._setContextModes(r??this.document,this.fragmentContextID),this.openElements=new Ip(this.document,this.treeAdapter,this)}static parse(t,n){const r=new this(n);return r.tokenizer.write(t,!0),r.document}static getFragmentParser(t,n){const r={...Rs,...n};t??(t=r.treeAdapter.createElement(A.TEMPLATE,D.HTML,[]));const a=r.treeAdapter.createElement("documentmock",D.HTML,[]),i=new this(r,a,t);return i.fragmentContextID===u.TEMPLATE&&i.tmplInsertionModeStack.unshift(T.IN_TEMPLATE),i._initTokenizerForFragmentParsing(),i._insertFakeRootElement(),i._resetInsertionMode(),i._findFormInFragmentContext(),i}getFragment(){const t=this.treeAdapter.getFirstChild(this.document),n=this.treeAdapter.createDocumentFragment();return this._adoptNodes(t,n),n}_err(t,n,r){var a;if(!this.onParseError)return;const i=(a=t.location)!==null&&a!==void 0?a:Xp,s={code:n,startLine:i.startLine,startCol:i.startCol,startOffset:i.startOffset,endLine:r?i.startLine:i.endLine,endCol:r?i.startCol:i.endCol,endOffset:r?i.startOffset:i.endOffset};this.onParseError(s)}onItemPush(t,n,r){var a,i;(i=(a=this.treeAdapter).onItemPush)===null||i===void 0||i.call(a,t),r&&this.openElements.stackTop>0&&this._setContextModes(t,n)}onItemPop(t,n){var r,a;if(this.options.sourceCodeLocationInfo&&this._setEndLocation(t,this.currentToken),(a=(r=this.treeAdapter).onItemPop)===null||a===void 0||a.call(r,t,this.openElements.current),n){let i,s;this.openElements.stackTop===0&&this.fragmentContext?(i=this.fragmentContext,s=this.fragmentContextID):{current:i,currentTagId:s}=this.openElements,this._setContextModes(i,s)}}_setContextModes(t,n){const r=t===this.document||this.treeAdapter.getNamespaceURI(t)===D.HTML;this.currentNotInHTML=!r,this.tokenizer.inForeignNode=!r&&!this._isIntegrationPoint(n,t)}_switchToTextParsing(t,n){this._insertElement(t,D.HTML),this.tokenizer.state=n,this.originalInsertionMode=this.insertionMode,this.insertionMode=T.TEXT}switchToPlaintextParsing(){this.insertionMode=T.TEXT,this.originalInsertionMode=T.IN_BODY,this.tokenizer.state=Le.PLAINTEXT}_getAdjustedCurrentElement(){return this.openElements.stackTop===0&&this.fragmentContext?this.fragmentContext:this.openElements.current}_findFormInFragmentContext(){let t=this.fragmentContext;for(;t;){if(this.treeAdapter.getTagName(t)===A.FORM){this.formElement=t;break}t=this.treeAdapter.getParentNode(t)}}_initTokenizerForFragmentParsing(){if(!(!this.fragmentContext||this.treeAdapter.getNamespaceURI(this.fragmentContext)!==D.HTML))switch(this.fragmentContextID){case u.TITLE:case u.TEXTAREA:{this.tokenizer.state=Le.RCDATA;break}case u.STYLE:case u.XMP:case u.IFRAME:case u.NOEMBED:case u.NOFRAMES:case u.NOSCRIPT:{this.tokenizer.state=Le.RAWTEXT;break}case u.SCRIPT:{this.tokenizer.state=Le.SCRIPT_DATA;break}case u.PLAINTEXT:{this.tokenizer.state=Le.PLAINTEXT;break}}}_setDocumentType(t){const n=t.name||"",r=t.publicId||"",a=t.systemId||"";if(this.treeAdapter.setDocumentType(this.document,n,r,a),t.location){const s=this.treeAdapter.getChildNodes(this.document).find(o=>this.treeAdapter.isDocumentTypeNode(o));s&&this.treeAdapter.setNodeSourceCodeLocation(s,t.location)}}_attachElementToTree(t,n){if(this.options.sourceCodeLocationInfo){const r=n&&{...n,startTag:n};this.treeAdapter.setNodeSourceCodeLocation(t,r)}if(this._shouldFosterParentOnInsertion())this._fosterParentElement(t);else{const r=this.openElements.currentTmplContentOrNode;this.treeAdapter.appendChild(r,t)}}_appendElement(t,n){const r=this.treeAdapter.createElement(t.tagName,n,t.attrs);this._attachElementToTree(r,t.location)}_insertElement(t,n){const r=this.treeAdapter.createElement(t.tagName,n,t.attrs);this._attachElementToTree(r,t.location),this.openElements.push(r,t.tagID)}_insertFakeElement(t,n){const r=this.treeAdapter.createElement(t,D.HTML,[]);this._attachElementToTree(r,null),this.openElements.push(r,n)}_insertTemplate(t){const n=this.treeAdapter.createElement(t.tagName,D.HTML,t.attrs),r=this.treeAdapter.createDocumentFragment();this.treeAdapter.setTemplateContent(n,r),this._attachElementToTree(n,t.location),this.openElements.push(n,t.tagID),this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(r,null)}_insertFakeRootElement(){const t=this.treeAdapter.createElement(A.HTML,D.HTML,[]);this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(t,null),this.treeAdapter.appendChild(this.openElements.current,t),this.openElements.push(t,u.HTML)}_appendCommentNode(t,n){const r=this.treeAdapter.createCommentNode(t.data);this.treeAdapter.appendChild(n,r),this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(r,t.location)}_insertCharacters(t){let n,r;if(this._shouldFosterParentOnInsertion()?({parent:n,beforeElement:r}=this._findFosterParentingLocation(),r?this.treeAdapter.insertTextBefore(n,t.chars,r):this.treeAdapter.insertText(n,t.chars)):(n=this.openElements.currentTmplContentOrNode,this.treeAdapter.insertText(n,t.chars)),!t.location)return;const a=this.treeAdapter.getChildNodes(n),i=r?a.lastIndexOf(r):a.length,s=a[i-1];if(this.treeAdapter.getNodeSourceCodeLocation(s)){const{endLine:l,endCol:c,endOffset:d}=t.location;this.treeAdapter.updateNodeSourceCodeLocation(s,{endLine:l,endCol:c,endOffset:d})}else this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(s,t.location)}_adoptNodes(t,n){for(let r=this.treeAdapter.getFirstChild(t);r;r=this.treeAdapter.getFirstChild(t))this.treeAdapter.detachNode(r),this.treeAdapter.appendChild(n,r)}_setEndLocation(t,n){if(this.treeAdapter.getNodeSourceCodeLocation(t)&&n.location){const r=n.location,a=this.treeAdapter.getTagName(t),i=n.type===le.END_TAG&&a===n.tagName?{endTag:{...r},endLine:r.endLine,endCol:r.endCol,endOffset:r.endOffset}:{endLine:r.startLine,endCol:r.startCol,endOffset:r.startOffset};this.treeAdapter.updateNodeSourceCodeLocation(t,i)}}shouldProcessStartTagTokenInForeignContent(t){if(!this.currentNotInHTML)return!1;let n,r;return this.openElements.stackTop===0&&this.fragmentContext?(n=this.fragmentContext,r=this.fragmentContextID):{current:n,currentTagId:r}=this.openElements,t.tagID===u.SVG&&this.treeAdapter.getTagName(n)===A.ANNOTATION_XML&&this.treeAdapter.getNamespaceURI(n)===D.MATHML?!1:this.tokenizer.inForeignNode||(t.tagID===u.MGLYPH||t.tagID===u.MALIGNMARK)&&!this._isIntegrationPoint(r,n,D.HTML)}_processToken(t){switch(t.type){case le.CHARACTER:{this.onCharacter(t);break}case le.NULL_CHARACTER:{this.onNullCharacter(t);break}case le.COMMENT:{this.onComment(t);break}case le.DOCTYPE:{this.onDoctype(t);break}case le.START_TAG:{this._processStartTag(t);break}case le.END_TAG:{this.onEndTag(t);break}case le.EOF:{this.onEof(t);break}case le.WHITESPACE_CHARACTER:{this.onWhitespaceCharacter(t);break}}}_isIntegrationPoint(t,n,r){const a=this.treeAdapter.getNamespaceURI(n),i=this.treeAdapter.getAttrList(n);return Gp(t,a,i,r)}_reconstructActiveFormattingElements(){const t=this.activeFormattingElements.entries.length;if(t){const n=this.activeFormattingElements.entries.findIndex(a=>a.type===lt.Marker||this.openElements.contains(a.element)),r=n<0?t-1:n-1;for(let a=r;a>=0;a--){const i=this.activeFormattingElements.entries[a];this._insertElement(i.token,this.treeAdapter.getNamespaceURI(i.element)),i.element=this.openElements.current}}}_closeTableCell(){this.openElements.generateImpliedEndTags(),this.openElements.popUntilTableCellPopped(),this.activeFormattingElements.clearToLastMarker(),this.insertionMode=T.IN_ROW}_closePElement(){this.openElements.generateImpliedEndTagsWithExclusion(u.P),this.openElements.popUntilTagNamePopped(u.P)}_resetInsertionMode(){for(let t=this.openElements.stackTop;t>=0;t--)switch(t===0&&this.fragmentContext?this.fragmentContextID:this.openElements.tagIDs[t]){case u.TR:{this.insertionMode=T.IN_ROW;return}case u.TBODY:case u.THEAD:case u.TFOOT:{this.insertionMode=T.IN_TABLE_BODY;return}case u.CAPTION:{this.insertionMode=T.IN_CAPTION;return}case u.COLGROUP:{this.insertionMode=T.IN_COLUMN_GROUP;return}case u.TABLE:{this.insertionMode=T.IN_TABLE;return}case u.BODY:{this.insertionMode=T.IN_BODY;return}case u.FRAMESET:{this.insertionMode=T.IN_FRAMESET;return}case u.SELECT:{this._resetInsertionModeForSelect(t);return}case u.TEMPLATE:{this.insertionMode=this.tmplInsertionModeStack[0];return}case u.HTML:{this.insertionMode=this.headElement?T.AFTER_HEAD:T.BEFORE_HEAD;return}case u.TD:case u.TH:{if(t>0){this.insertionMode=T.IN_CELL;return}break}case u.HEAD:{if(t>0){this.insertionMode=T.IN_HEAD;return}break}}this.insertionMode=T.IN_BODY}_resetInsertionModeForSelect(t){if(t>0)for(let n=t-1;n>0;n--){const r=this.openElements.tagIDs[n];if(r===u.TEMPLATE)break;if(r===u.TABLE){this.insertionMode=T.IN_SELECT_IN_TABLE;return}}this.insertionMode=T.IN_SELECT}_isElementCausesFosterParenting(t){return Ho.has(t)}_shouldFosterParentOnInsertion(){return this.fosterParentingEnabled&&this._isElementCausesFosterParenting(this.openElements.currentTagId)}_findFosterParentingLocation(){for(let t=this.openElements.stackTop;t>=0;t--){const n=this.openElements.items[t];switch(this.openElements.tagIDs[t]){case u.TEMPLATE:{if(this.treeAdapter.getNamespaceURI(n)===D.HTML)return{parent:this.treeAdapter.getTemplateContent(n),beforeElement:null};break}case u.TABLE:{const r=this.treeAdapter.getParentNode(n);return r?{parent:r,beforeElement:n}:{parent:this.openElements.items[t-1],beforeElement:null}}}}return{parent:this.openElements.items[0],beforeElement:null}}_fosterParentElement(t){const n=this._findFosterParentingLocation();n.beforeElement?this.treeAdapter.insertBefore(n.parent,t,n.beforeElement):this.treeAdapter.appendChild(n.parent,t)}_isSpecialElement(t,n){const r=this.treeAdapter.getNamespaceURI(t);return pp[r].has(n)}onCharacter(t){if(this.skipNextNewLine=!1,this.tokenizer.inForeignNode){CE(this,t);return}switch(this.insertionMode){case T.INITIAL:{hn(this,t);break}case T.BEFORE_HTML:{An(this,t);break}case T.BEFORE_HEAD:{_n(this,t);break}case T.IN_HEAD:{Sn(this,t);break}case T.IN_HEAD_NO_SCRIPT:{Cn(this,t);break}case T.AFTER_HEAD:{In(this,t);break}case T.IN_BODY:case T.IN_CAPTION:case T.IN_CELL:case T.IN_TEMPLATE:{jo(this,t);break}case T.TEXT:case T.IN_SELECT:case T.IN_SELECT_IN_TABLE:{this._insertCharacters(t);break}case T.IN_TABLE:case T.IN_TABLE_BODY:case T.IN_ROW:{Kr(this,t);break}case T.IN_TABLE_TEXT:{qo(this,t);break}case T.IN_COLUMN_GROUP:{sr(this,t);break}case T.AFTER_BODY:{ur(this,t);break}case T.AFTER_AFTER_BODY:{nr(this,t);break}}}onNullCharacter(t){if(this.skipNextNewLine=!1,this.tokenizer.inForeignNode){SE(this,t);return}switch(this.insertionMode){case T.INITIAL:{hn(this,t);break}case T.BEFORE_HTML:{An(this,t);break}case T.BEFORE_HEAD:{_n(this,t);break}case T.IN_HEAD:{Sn(this,t);break}case T.IN_HEAD_NO_SCRIPT:{Cn(this,t);break}case T.AFTER_HEAD:{In(this,t);break}case T.TEXT:{this._insertCharacters(t);break}case T.IN_TABLE:case T.IN_TABLE_BODY:case T.IN_ROW:{Kr(this,t);break}case T.IN_COLUMN_GROUP:{sr(this,t);break}case T.AFTER_BODY:{ur(this,t);break}case T.AFTER_AFTER_BODY:{nr(this,t);break}}}onComment(t){if(this.skipNextNewLine=!1,this.currentNotInHTML){Oa(this,t);return}switch(this.insertionMode){case T.INITIAL:case T.BEFORE_HTML:case T.BEFORE_HEAD:case T.IN_HEAD:case T.IN_HEAD_NO_SCRIPT:case T.AFTER_HEAD:case T.IN_BODY:case T.IN_TABLE:case T.IN_CAPTION:case T.IN_COLUMN_GROUP:case T.IN_TABLE_BODY:case T.IN_ROW:case T.IN_CELL:case T.IN_SELECT:case T.IN_SELECT_IN_TABLE:case T.IN_TEMPLATE:case T.IN_FRAMESET:case T.AFTER_FRAMESET:{Oa(this,t);break}case T.IN_TABLE_TEXT:{mn(this,t);break}case T.AFTER_BODY:{n1(this,t);break}case T.AFTER_AFTER_BODY:case T.AFTER_AFTER_FRAMESET:{r1(this,t);break}}}onDoctype(t){switch(this.skipNextNewLine=!1,this.insertionMode){case T.INITIAL:{a1(this,t);break}case T.BEFORE_HEAD:case T.IN_HEAD:case T.IN_HEAD_NO_SCRIPT:case T.AFTER_HEAD:{this._err(t,N.misplacedDoctype);break}case T.IN_TABLE_TEXT:{mn(this,t);break}}}onStartTag(t){this.skipNextNewLine=!1,this.currentToken=t,this._processStartTag(t),t.selfClosing&&!t.ackSelfClosing&&this._err(t,N.nonVoidHtmlElementStartTagWithTrailingSolidus)}_processStartTag(t){this.shouldProcessStartTagTokenInForeignContent(t)?IE(this,t):this._startTagOutsideForeignContent(t)}_startTagOutsideForeignContent(t){switch(this.insertionMode){case T.INITIAL:{hn(this,t);break}case T.BEFORE_HTML:{i1(this,t);break}case T.BEFORE_HEAD:{u1(this,t);break}case T.IN_HEAD:{rt(this,t);break}case T.IN_HEAD_NO_SCRIPT:{c1(this,t);break}case T.AFTER_HEAD:{f1(this,t);break}case T.IN_BODY:{Fe(this,t);break}case T.IN_TABLE:{tn(this,t);break}case T.IN_TABLE_TEXT:{mn(this,t);break}case T.IN_CAPTION:{oE(this,t);break}case T.IN_COLUMN_GROUP:{oi(this,t);break}case T.IN_TABLE_BODY:{Cr(this,t);break}case T.IN_ROW:{Ir(this,t);break}case T.IN_CELL:{dE(this,t);break}case T.IN_SELECT:{Qo(this,t);break}case T.IN_SELECT_IN_TABLE:{hE(this,t);break}case T.IN_TEMPLATE:{pE(this,t);break}case T.AFTER_BODY:{gE(this,t);break}case T.IN_FRAMESET:{bE(this,t);break}case T.AFTER_FRAMESET:{yE(this,t);break}case T.AFTER_AFTER_BODY:{AE(this,t);break}case T.AFTER_AFTER_FRAMESET:{_E(this,t);break}}}onEndTag(t){this.skipNextNewLine=!1,this.currentToken=t,this.currentNotInHTML?NE(this,t):this._endTagOutsideForeignContent(t)}_endTagOutsideForeignContent(t){switch(this.insertionMode){case T.INITIAL:{hn(this,t);break}case T.BEFORE_HTML:{s1(this,t);break}case T.BEFORE_HEAD:{o1(this,t);break}case T.IN_HEAD:{l1(this,t);break}case T.IN_HEAD_NO_SCRIPT:{d1(this,t);break}case T.AFTER_HEAD:{h1(this,t);break}case T.IN_BODY:{Sr(this,t);break}case T.TEXT:{Z1(this,t);break}case T.IN_TABLE:{On(this,t);break}case T.IN_TABLE_TEXT:{mn(this,t);break}case T.IN_CAPTION:{lE(this,t);break}case T.IN_COLUMN_GROUP:{cE(this,t);break}case T.IN_TABLE_BODY:{La(this,t);break}case T.IN_ROW:{Xo(this,t);break}case T.IN_CELL:{fE(this,t);break}case T.IN_SELECT:{Ko(this,t);break}case T.IN_SELECT_IN_TABLE:{mE(this,t);break}case T.IN_TEMPLATE:{EE(this,t);break}case T.AFTER_BODY:{Jo(this,t);break}case T.IN_FRAMESET:{TE(this,t);break}case T.AFTER_FRAMESET:{xE(this,t);break}case T.AFTER_AFTER_BODY:{nr(this,t);break}}}onEof(t){switch(this.insertionMode){case T.INITIAL:{hn(this,t);break}case T.BEFORE_HTML:{An(this,t);break}case T.BEFORE_HEAD:{_n(this,t);break}case T.IN_HEAD:{Sn(this,t);break}case T.IN_HEAD_NO_SCRIPT:{Cn(this,t);break}case T.AFTER_HEAD:{In(this,t);break}case T.IN_BODY:case T.IN_TABLE:case T.IN_CAPTION:case T.IN_COLUMN_GROUP:case T.IN_TABLE_BODY:case T.IN_ROW:case T.IN_CELL:case T.IN_SELECT:case T.IN_SELECT_IN_TABLE:{Go(this,t);break}case T.TEXT:{J1(this,t);break}case T.IN_TABLE_TEXT:{mn(this,t);break}case T.IN_TEMPLATE:{Zo(this,t);break}case T.AFTER_BODY:case T.IN_FRAMESET:case T.AFTER_FRAMESET:case T.AFTER_AFTER_BODY:case T.AFTER_AFTER_FRAMESET:{ui(this,t);break}}}onWhitespaceCharacter(t){if(this.skipNextNewLine&&(this.skipNextNewLine=!1,t.chars.charCodeAt(0)===E.LINE_FEED)){if(t.chars.length===1)return;t.chars=t.chars.substr(1)}if(this.tokenizer.inForeignNode){this._insertCharacters(t);return}switch(this.insertionMode){case T.IN_HEAD:case T.IN_HEAD_NO_SCRIPT:case T.AFTER_HEAD:case T.TEXT:case T.IN_COLUMN_GROUP:case T.IN_SELECT:case T.IN_SELECT_IN_TABLE:case T.IN_FRAMESET:case T.AFTER_FRAMESET:{this._insertCharacters(t);break}case T.IN_BODY:case T.IN_CAPTION:case T.IN_CELL:case T.IN_TEMPLATE:case T.AFTER_BODY:case T.AFTER_AFTER_BODY:case T.AFTER_AFTER_FRAMESET:{Uo(this,t);break}case T.IN_TABLE:case T.IN_TABLE_BODY:case T.IN_ROW:{Kr(this,t);break}case T.IN_TABLE_TEXT:{Vo(this,t);break}}}}function Qp(e,t){let n=e.activeFormattingElements.getElementEntryInScopeWithTagName(t.tagName);return n?e.openElements.contains(n.element)?e.openElements.hasInScope(t.tagID)||(n=null):(e.activeFormattingElements.removeEntry(n),n=null):Yo(e,t),n}function Kp(e,t){let n=null,r=e.openElements.stackTop;for(;r>=0;r--){const a=e.openElements.items[r];if(a===t.element)break;e._isSpecialElement(a,e.openElements.tagIDs[r])&&(n=a)}return n||(e.openElements.shortenToLength(r<0?0:r),e.activeFormattingElements.removeEntry(t)),n}function Zp(e,t,n){let r=t,a=e.openElements.getCommonAncestor(t);for(let i=0,s=a;s!==n;i++,s=a){a=e.openElements.getCommonAncestor(s);const o=e.activeFormattingElements.getElementEntry(s),l=o&&i>=Wp;!o||l?(l&&e.activeFormattingElements.removeEntry(o),e.openElements.remove(s)):(s=Jp(e,o),r===t&&(e.activeFormattingElements.bookmark=o),e.treeAdapter.detachNode(r),e.treeAdapter.appendChild(s,r),r=s)}return r}function Jp(e,t){const n=e.treeAdapter.getNamespaceURI(t.element),r=e.treeAdapter.createElement(t.token.tagName,n,t.token.attrs);return e.openElements.replace(t.element,r),t.element=r,r}function e1(e,t,n){const r=e.treeAdapter.getTagName(t),a=un(r);if(e._isElementCausesFosterParenting(a))e._fosterParentElement(n);else{const i=e.treeAdapter.getNamespaceURI(t);a===u.TEMPLATE&&i===D.HTML&&(t=e.treeAdapter.getTemplateContent(t)),e.treeAdapter.appendChild(t,n)}}function t1(e,t,n){const r=e.treeAdapter.getNamespaceURI(n.element),{token:a}=n,i=e.treeAdapter.createElement(a.tagName,r,a.attrs);e._adoptNodes(t,i),e.treeAdapter.appendChild(t,i),e.activeFormattingElements.insertElementAfterBookmark(i,a),e.activeFormattingElements.removeEntry(n),e.openElements.remove(n.element),e.openElements.insertAfter(t,i,a.tagID)}function si(e,t){for(let n=0;n<qp;n++){const r=Qp(e,t);if(!r)break;const a=Kp(e,r);if(!a)break;e.activeFormattingElements.bookmark=r;const i=Zp(e,a,r.element),s=e.openElements.getCommonAncestor(r.element);e.treeAdapter.detachNode(i),s&&e1(e,s,i),t1(e,a,r)}}function Oa(e,t){e._appendCommentNode(t,e.openElements.currentTmplContentOrNode)}function n1(e,t){e._appendCommentNode(t,e.openElements.items[0])}function r1(e,t){e._appendCommentNode(t,e.document)}function ui(e,t){if(e.stopped=!0,t.location){const n=e.fragmentContext?0:2;for(let r=e.openElements.stackTop;r>=n;r--)e._setEndLocation(e.openElements.items[r],t);if(!e.fragmentContext&&e.openElements.stackTop>=0){const r=e.openElements.items[0],a=e.treeAdapter.getNodeSourceCodeLocation(r);if(a&&!a.endTag&&(e._setEndLocation(r,t),e.openElements.stackTop>=1)){const i=e.openElements.items[1],s=e.treeAdapter.getNodeSourceCodeLocation(i);s&&!s.endTag&&e._setEndLocation(i,t)}}}}function a1(e,t){e._setDocumentType(t);const n=t.forceQuirks?Qe.QUIRKS:Pp(t);Dp(t)||e._err(t,N.nonConformingDoctype),e.treeAdapter.setDocumentMode(e.document,n),e.insertionMode=T.BEFORE_HTML}function hn(e,t){e._err(t,N.missingDoctype,!0),e.treeAdapter.setDocumentMode(e.document,Qe.QUIRKS),e.insertionMode=T.BEFORE_HTML,e._processToken(t)}function i1(e,t){t.tagID===u.HTML?(e._insertElement(t,D.HTML),e.insertionMode=T.BEFORE_HEAD):An(e,t)}function s1(e,t){const n=t.tagID;(n===u.HTML||n===u.HEAD||n===u.BODY||n===u.BR)&&An(e,t)}function An(e,t){e._insertFakeRootElement(),e.insertionMode=T.BEFORE_HEAD,e._processToken(t)}function u1(e,t){switch(t.tagID){case u.HTML:{Fe(e,t);break}case u.HEAD:{e._insertElement(t,D.HTML),e.headElement=e.openElements.current,e.insertionMode=T.IN_HEAD;break}default:_n(e,t)}}function o1(e,t){const n=t.tagID;n===u.HEAD||n===u.BODY||n===u.HTML||n===u.BR?_n(e,t):e._err(t,N.endTagWithoutMatchingOpenElement)}function _n(e,t){e._insertFakeElement(A.HEAD,u.HEAD),e.headElement=e.openElements.current,e.insertionMode=T.IN_HEAD,e._processToken(t)}function rt(e,t){switch(t.tagID){case u.HTML:{Fe(e,t);break}case u.BASE:case u.BASEFONT:case u.BGSOUND:case u.LINK:case u.META:{e._appendElement(t,D.HTML),t.ackSelfClosing=!0;break}case u.TITLE:{e._switchToTextParsing(t,Le.RCDATA);break}case u.NOSCRIPT:{e.options.scriptingEnabled?e._switchToTextParsing(t,Le.RAWTEXT):(e._insertElement(t,D.HTML),e.insertionMode=T.IN_HEAD_NO_SCRIPT);break}case u.NOFRAMES:case u.STYLE:{e._switchToTextParsing(t,Le.RAWTEXT);break}case u.SCRIPT:{e._switchToTextParsing(t,Le.SCRIPT_DATA);break}case u.TEMPLATE:{e._insertTemplate(t),e.activeFormattingElements.insertMarker(),e.framesetOk=!1,e.insertionMode=T.IN_TEMPLATE,e.tmplInsertionModeStack.unshift(T.IN_TEMPLATE);break}case u.HEAD:{e._err(t,N.misplacedStartTagForHeadElement);break}default:Sn(e,t)}}function l1(e,t){switch(t.tagID){case u.HEAD:{e.openElements.pop(),e.insertionMode=T.AFTER_HEAD;break}case u.BODY:case u.BR:case u.HTML:{Sn(e,t);break}case u.TEMPLATE:{Ht(e,t);break}default:e._err(t,N.endTagWithoutMatchingOpenElement)}}function Ht(e,t){e.openElements.tmplCount>0?(e.openElements.generateImpliedEndTagsThoroughly(),e.openElements.currentTagId!==u.TEMPLATE&&e._err(t,N.closingOfElementWithOpenChildElements),e.openElements.popUntilTagNamePopped(u.TEMPLATE),e.activeFormattingElements.clearToLastMarker(),e.tmplInsertionModeStack.shift(),e._resetInsertionMode()):e._err(t,N.endTagWithoutMatchingOpenElement)}function Sn(e,t){e.openElements.pop(),e.insertionMode=T.AFTER_HEAD,e._processToken(t)}function c1(e,t){switch(t.tagID){case u.HTML:{Fe(e,t);break}case u.BASEFONT:case u.BGSOUND:case u.HEAD:case u.LINK:case u.META:case u.NOFRAMES:case u.STYLE:{rt(e,t);break}case u.NOSCRIPT:{e._err(t,N.nestedNoscriptInHead);break}default:Cn(e,t)}}function d1(e,t){switch(t.tagID){case u.NOSCRIPT:{e.openElements.pop(),e.insertionMode=T.IN_HEAD;break}case u.BR:{Cn(e,t);break}default:e._err(t,N.endTagWithoutMatchingOpenElement)}}function Cn(e,t){const n=t.type===le.EOF?N.openElementsLeftAfterEof:N.disallowedContentInNoscriptInHead;e._err(t,n),e.openElements.pop(),e.insertionMode=T.IN_HEAD,e._processToken(t)}function f1(e,t){switch(t.tagID){case u.HTML:{Fe(e,t);break}case u.BODY:{e._insertElement(t,D.HTML),e.framesetOk=!1,e.insertionMode=T.IN_BODY;break}case u.FRAMESET:{e._insertElement(t,D.HTML),e.insertionMode=T.IN_FRAMESET;break}case u.BASE:case u.BASEFONT:case u.BGSOUND:case u.LINK:case u.META:case u.NOFRAMES:case u.SCRIPT:case u.STYLE:case u.TEMPLATE:case u.TITLE:{e._err(t,N.abandonedHeadElementChild),e.openElements.push(e.headElement,u.HEAD),rt(e,t),e.openElements.remove(e.headElement);break}case u.HEAD:{e._err(t,N.misplacedStartTagForHeadElement);break}default:In(e,t)}}function h1(e,t){switch(t.tagID){case u.BODY:case u.HTML:case u.BR:{In(e,t);break}case u.TEMPLATE:{Ht(e,t);break}default:e._err(t,N.endTagWithoutMatchingOpenElement)}}function In(e,t){e._insertFakeElement(A.BODY,u.BODY),e.insertionMode=T.IN_BODY,_r(e,t)}function _r(e,t){switch(t.type){case le.CHARACTER:{jo(e,t);break}case le.WHITESPACE_CHARACTER:{Uo(e,t);break}case le.COMMENT:{Oa(e,t);break}case le.START_TAG:{Fe(e,t);break}case le.END_TAG:{Sr(e,t);break}case le.EOF:{Go(e,t);break}}}function Uo(e,t){e._reconstructActiveFormattingElements(),e._insertCharacters(t)}function jo(e,t){e._reconstructActiveFormattingElements(),e._insertCharacters(t),e.framesetOk=!1}function m1(e,t){e.openElements.tmplCount===0&&e.treeAdapter.adoptAttributes(e.openElements.items[0],t.attrs)}function p1(e,t){const n=e.openElements.tryPeekProperlyNestedBodyElement();n&&e.openElements.tmplCount===0&&(e.framesetOk=!1,e.treeAdapter.adoptAttributes(n,t.attrs))}function E1(e,t){const n=e.openElements.tryPeekProperlyNestedBodyElement();e.framesetOk&&n&&(e.treeAdapter.detachNode(n),e.openElements.popAllUpToHtmlElement(),e._insertElement(t,D.HTML),e.insertionMode=T.IN_FRAMESET)}function g1(e,t){e.openElements.hasInButtonScope(u.P)&&e._closePElement(),e._insertElement(t,D.HTML)}function b1(e,t){e.openElements.hasInButtonScope(u.P)&&e._closePElement(),wa.has(e.openElements.currentTagId)&&e.openElements.pop(),e._insertElement(t,D.HTML)}function T1(e,t){e.openElements.hasInButtonScope(u.P)&&e._closePElement(),e._insertElement(t,D.HTML),e.skipNextNewLine=!0,e.framesetOk=!1}function y1(e,t){const n=e.openElements.tmplCount>0;(!e.formElement||n)&&(e.openElements.hasInButtonScope(u.P)&&e._closePElement(),e._insertElement(t,D.HTML),n||(e.formElement=e.openElements.current))}function x1(e,t){e.framesetOk=!1;const n=t.tagID;for(let r=e.openElements.stackTop;r>=0;r--){const a=e.openElements.tagIDs[r];if(n===u.LI&&a===u.LI||(n===u.DD||n===u.DT)&&(a===u.DD||a===u.DT)){e.openElements.generateImpliedEndTagsWithExclusion(a),e.openElements.popUntilTagNamePopped(a);break}if(a!==u.ADDRESS&&a!==u.DIV&&a!==u.P&&e._isSpecialElement(e.openElements.items[r],a))break}e.openElements.hasInButtonScope(u.P)&&e._closePElement(),e._insertElement(t,D.HTML)}function A1(e,t){e.openElements.hasInButtonScope(u.P)&&e._closePElement(),e._insertElement(t,D.HTML),e.tokenizer.state=Le.PLAINTEXT}function _1(e,t){e.openElements.hasInScope(u.BUTTON)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(u.BUTTON)),e._reconstructActiveFormattingElements(),e._insertElement(t,D.HTML),e.framesetOk=!1}function S1(e,t){const n=e.activeFormattingElements.getElementEntryInScopeWithTagName(A.A);n&&(si(e,t),e.openElements.remove(n.element),e.activeFormattingElements.removeEntry(n)),e._reconstructActiveFormattingElements(),e._insertElement(t,D.HTML),e.activeFormattingElements.pushElement(e.openElements.current,t)}function C1(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,D.HTML),e.activeFormattingElements.pushElement(e.openElements.current,t)}function I1(e,t){e._reconstructActiveFormattingElements(),e.openElements.hasInScope(u.NOBR)&&(si(e,t),e._reconstructActiveFormattingElements()),e._insertElement(t,D.HTML),e.activeFormattingElements.pushElement(e.openElements.current,t)}function N1(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,D.HTML),e.activeFormattingElements.insertMarker(),e.framesetOk=!1}function v1(e,t){e.treeAdapter.getDocumentMode(e.document)!==Qe.QUIRKS&&e.openElements.hasInButtonScope(u.P)&&e._closePElement(),e._insertElement(t,D.HTML),e.framesetOk=!1,e.insertionMode=T.IN_TABLE}function $o(e,t){e._reconstructActiveFormattingElements(),e._appendElement(t,D.HTML),e.framesetOk=!1,t.ackSelfClosing=!0}function zo(e){const t=vo(e,Dt.TYPE);return t!=null&&t.toLowerCase()===Vp}function w1(e,t){e._reconstructActiveFormattingElements(),e._appendElement(t,D.HTML),zo(t)||(e.framesetOk=!1),t.ackSelfClosing=!0}function O1(e,t){e._appendElement(t,D.HTML),t.ackSelfClosing=!0}function L1(e,t){e.openElements.hasInButtonScope(u.P)&&e._closePElement(),e._appendElement(t,D.HTML),e.framesetOk=!1,t.ackSelfClosing=!0}function R1(e,t){t.tagName=A.IMG,t.tagID=u.IMG,$o(e,t)}function D1(e,t){e._insertElement(t,D.HTML),e.skipNextNewLine=!0,e.tokenizer.state=Le.RCDATA,e.originalInsertionMode=e.insertionMode,e.framesetOk=!1,e.insertionMode=T.TEXT}function P1(e,t){e.openElements.hasInButtonScope(u.P)&&e._closePElement(),e._reconstructActiveFormattingElements(),e.framesetOk=!1,e._switchToTextParsing(t,Le.RAWTEXT)}function k1(e,t){e.framesetOk=!1,e._switchToTextParsing(t,Le.RAWTEXT)}function Ps(e,t){e._switchToTextParsing(t,Le.RAWTEXT)}function M1(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,D.HTML),e.framesetOk=!1,e.insertionMode=e.insertionMode===T.IN_TABLE||e.insertionMode===T.IN_CAPTION||e.insertionMode===T.IN_TABLE_BODY||e.insertionMode===T.IN_ROW||e.insertionMode===T.IN_CELL?T.IN_SELECT_IN_TABLE:T.IN_SELECT}function B1(e,t){e.openElements.currentTagId===u.OPTION&&e.openElements.pop(),e._reconstructActiveFormattingElements(),e._insertElement(t,D.HTML)}function F1(e,t){e.openElements.hasInScope(u.RUBY)&&e.openElements.generateImpliedEndTags(),e._insertElement(t,D.HTML)}function H1(e,t){e.openElements.hasInScope(u.RUBY)&&e.openElements.generateImpliedEndTagsWithExclusion(u.RTC),e._insertElement(t,D.HTML)}function U1(e,t){e._reconstructActiveFormattingElements(),Bo(t),ii(t),t.selfClosing?e._appendElement(t,D.MATHML):e._insertElement(t,D.MATHML),t.ackSelfClosing=!0}function j1(e,t){e._reconstructActiveFormattingElements(),Fo(t),ii(t),t.selfClosing?e._appendElement(t,D.SVG):e._insertElement(t,D.SVG),t.ackSelfClosing=!0}function ks(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,D.HTML)}function Fe(e,t){switch(t.tagID){case u.I:case u.S:case u.B:case u.U:case u.EM:case u.TT:case u.BIG:case u.CODE:case u.FONT:case u.SMALL:case u.STRIKE:case u.STRONG:{C1(e,t);break}case u.A:{S1(e,t);break}case u.H1:case u.H2:case u.H3:case u.H4:case u.H5:case u.H6:{b1(e,t);break}case u.P:case u.DL:case u.OL:case u.UL:case u.DIV:case u.DIR:case u.NAV:case u.MAIN:case u.MENU:case u.ASIDE:case u.CENTER:case u.FIGURE:case u.FOOTER:case u.HEADER:case u.HGROUP:case u.DIALOG:case u.DETAILS:case u.ADDRESS:case u.ARTICLE:case u.SEARCH:case u.SECTION:case u.SUMMARY:case u.FIELDSET:case u.BLOCKQUOTE:case u.FIGCAPTION:{g1(e,t);break}case u.LI:case u.DD:case u.DT:{x1(e,t);break}case u.BR:case u.IMG:case u.WBR:case u.AREA:case u.EMBED:case u.KEYGEN:{$o(e,t);break}case u.HR:{L1(e,t);break}case u.RB:case u.RTC:{F1(e,t);break}case u.RT:case u.RP:{H1(e,t);break}case u.PRE:case u.LISTING:{T1(e,t);break}case u.XMP:{P1(e,t);break}case u.SVG:{j1(e,t);break}case u.HTML:{m1(e,t);break}case u.BASE:case u.LINK:case u.META:case u.STYLE:case u.TITLE:case u.SCRIPT:case u.BGSOUND:case u.BASEFONT:case u.TEMPLATE:{rt(e,t);break}case u.BODY:{p1(e,t);break}case u.FORM:{y1(e,t);break}case u.NOBR:{I1(e,t);break}case u.MATH:{U1(e,t);break}case u.TABLE:{v1(e,t);break}case u.INPUT:{w1(e,t);break}case u.PARAM:case u.TRACK:case u.SOURCE:{O1(e,t);break}case u.IMAGE:{R1(e,t);break}case u.BUTTON:{_1(e,t);break}case u.APPLET:case u.OBJECT:case u.MARQUEE:{N1(e,t);break}case u.IFRAME:{k1(e,t);break}case u.SELECT:{M1(e,t);break}case u.OPTION:case u.OPTGROUP:{B1(e,t);break}case u.NOEMBED:case u.NOFRAMES:{Ps(e,t);break}case u.FRAMESET:{E1(e,t);break}case u.TEXTAREA:{D1(e,t);break}case u.NOSCRIPT:{e.options.scriptingEnabled?Ps(e,t):ks(e,t);break}case u.PLAINTEXT:{A1(e,t);break}case u.COL:case u.TH:case u.TD:case u.TR:case u.HEAD:case u.FRAME:case u.TBODY:case u.TFOOT:case u.THEAD:case u.CAPTION:case u.COLGROUP:break;default:ks(e,t)}}function $1(e,t){if(e.openElements.hasInScope(u.BODY)&&(e.insertionMode=T.AFTER_BODY,e.options.sourceCodeLocationInfo)){const n=e.openElements.tryPeekProperlyNestedBodyElement();n&&e._setEndLocation(n,t)}}function z1(e,t){e.openElements.hasInScope(u.BODY)&&(e.insertionMode=T.AFTER_BODY,Jo(e,t))}function Y1(e,t){const n=t.tagID;e.openElements.hasInScope(n)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(n))}function G1(e){const t=e.openElements.tmplCount>0,{formElement:n}=e;t||(e.formElement=null),(n||t)&&e.openElements.hasInScope(u.FORM)&&(e.openElements.generateImpliedEndTags(),t?e.openElements.popUntilTagNamePopped(u.FORM):n&&e.openElements.remove(n))}function V1(e){e.openElements.hasInButtonScope(u.P)||e._insertFakeElement(A.P,u.P),e._closePElement()}function q1(e){e.openElements.hasInListItemScope(u.LI)&&(e.openElements.generateImpliedEndTagsWithExclusion(u.LI),e.openElements.popUntilTagNamePopped(u.LI))}function W1(e,t){const n=t.tagID;e.openElements.hasInScope(n)&&(e.openElements.generateImpliedEndTagsWithExclusion(n),e.openElements.popUntilTagNamePopped(n))}function X1(e){e.openElements.hasNumberedHeaderInScope()&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilNumberedHeaderPopped())}function Q1(e,t){const n=t.tagID;e.openElements.hasInScope(n)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(n),e.activeFormattingElements.clearToLastMarker())}function K1(e){e._reconstructActiveFormattingElements(),e._insertFakeElement(A.BR,u.BR),e.openElements.pop(),e.framesetOk=!1}function Yo(e,t){const n=t.tagName,r=t.tagID;for(let a=e.openElements.stackTop;a>0;a--){const i=e.openElements.items[a],s=e.openElements.tagIDs[a];if(r===s&&(r!==u.UNKNOWN||e.treeAdapter.getTagName(i)===n)){e.openElements.generateImpliedEndTagsWithExclusion(r),e.openElements.stackTop>=a&&e.openElements.shortenToLength(a);break}if(e._isSpecialElement(i,s))break}}function Sr(e,t){switch(t.tagID){case u.A:case u.B:case u.I:case u.S:case u.U:case u.EM:case u.TT:case u.BIG:case u.CODE:case u.FONT:case u.NOBR:case u.SMALL:case u.STRIKE:case u.STRONG:{si(e,t);break}case u.P:{V1(e);break}case u.DL:case u.UL:case u.OL:case u.DIR:case u.DIV:case u.NAV:case u.PRE:case u.MAIN:case u.MENU:case u.ASIDE:case u.BUTTON:case u.CENTER:case u.FIGURE:case u.FOOTER:case u.HEADER:case u.HGROUP:case u.DIALOG:case u.ADDRESS:case u.ARTICLE:case u.DETAILS:case u.SEARCH:case u.SECTION:case u.SUMMARY:case u.LISTING:case u.FIELDSET:case u.BLOCKQUOTE:case u.FIGCAPTION:{Y1(e,t);break}case u.LI:{q1(e);break}case u.DD:case u.DT:{W1(e,t);break}case u.H1:case u.H2:case u.H3:case u.H4:case u.H5:case u.H6:{X1(e);break}case u.BR:{K1(e);break}case u.BODY:{$1(e,t);break}case u.HTML:{z1(e,t);break}case u.FORM:{G1(e);break}case u.APPLET:case u.OBJECT:case u.MARQUEE:{Q1(e,t);break}case u.TEMPLATE:{Ht(e,t);break}default:Yo(e,t)}}function Go(e,t){e.tmplInsertionModeStack.length>0?Zo(e,t):ui(e,t)}function Z1(e,t){var n;t.tagID===u.SCRIPT&&((n=e.scriptHandler)===null||n===void 0||n.call(e,e.openElements.current)),e.openElements.pop(),e.insertionMode=e.originalInsertionMode}function J1(e,t){e._err(t,N.eofInElementThatCanContainOnlyText),e.openElements.pop(),e.insertionMode=e.originalInsertionMode,e.onEof(t)}function Kr(e,t){if(Ho.has(e.openElements.currentTagId))switch(e.pendingCharacterTokens.length=0,e.hasNonWhitespacePendingCharacterToken=!1,e.originalInsertionMode=e.insertionMode,e.insertionMode=T.IN_TABLE_TEXT,t.type){case le.CHARACTER:{qo(e,t);break}case le.WHITESPACE_CHARACTER:{Vo(e,t);break}}else Hn(e,t)}function eE(e,t){e.openElements.clearBackToTableContext(),e.activeFormattingElements.insertMarker(),e._insertElement(t,D.HTML),e.insertionMode=T.IN_CAPTION}function tE(e,t){e.openElements.clearBackToTableContext(),e._insertElement(t,D.HTML),e.insertionMode=T.IN_COLUMN_GROUP}function nE(e,t){e.openElements.clearBackToTableContext(),e._insertFakeElement(A.COLGROUP,u.COLGROUP),e.insertionMode=T.IN_COLUMN_GROUP,oi(e,t)}function rE(e,t){e.openElements.clearBackToTableContext(),e._insertElement(t,D.HTML),e.insertionMode=T.IN_TABLE_BODY}function aE(e,t){e.openElements.clearBackToTableContext(),e._insertFakeElement(A.TBODY,u.TBODY),e.insertionMode=T.IN_TABLE_BODY,Cr(e,t)}function iE(e,t){e.openElements.hasInTableScope(u.TABLE)&&(e.openElements.popUntilTagNamePopped(u.TABLE),e._resetInsertionMode(),e._processStartTag(t))}function sE(e,t){zo(t)?e._appendElement(t,D.HTML):Hn(e,t),t.ackSelfClosing=!0}function uE(e,t){!e.formElement&&e.openElements.tmplCount===0&&(e._insertElement(t,D.HTML),e.formElement=e.openElements.current,e.openElements.pop())}function tn(e,t){switch(t.tagID){case u.TD:case u.TH:case u.TR:{aE(e,t);break}case u.STYLE:case u.SCRIPT:case u.TEMPLATE:{rt(e,t);break}case u.COL:{nE(e,t);break}case u.FORM:{uE(e,t);break}case u.TABLE:{iE(e,t);break}case u.TBODY:case u.TFOOT:case u.THEAD:{rE(e,t);break}case u.INPUT:{sE(e,t);break}case u.CAPTION:{eE(e,t);break}case u.COLGROUP:{tE(e,t);break}default:Hn(e,t)}}function On(e,t){switch(t.tagID){case u.TABLE:{e.openElements.hasInTableScope(u.TABLE)&&(e.openElements.popUntilTagNamePopped(u.TABLE),e._resetInsertionMode());break}case u.TEMPLATE:{Ht(e,t);break}case u.BODY:case u.CAPTION:case u.COL:case u.COLGROUP:case u.HTML:case u.TBODY:case u.TD:case u.TFOOT:case u.TH:case u.THEAD:case u.TR:break;default:Hn(e,t)}}function Hn(e,t){const n=e.fosterParentingEnabled;e.fosterParentingEnabled=!0,_r(e,t),e.fosterParentingEnabled=n}function Vo(e,t){e.pendingCharacterTokens.push(t)}function qo(e,t){e.pendingCharacterTokens.push(t),e.hasNonWhitespacePendingCharacterToken=!0}function mn(e,t){let n=0;if(e.hasNonWhitespacePendingCharacterToken)for(;n<e.pendingCharacterTokens.length;n++)Hn(e,e.pendingCharacterTokens[n]);else for(;n<e.pendingCharacterTokens.length;n++)e._insertCharacters(e.pendingCharacterTokens[n]);e.insertionMode=e.originalInsertionMode,e._processToken(t)}const Wo=new Set([u.CAPTION,u.COL,u.COLGROUP,u.TBODY,u.TD,u.TFOOT,u.TH,u.THEAD,u.TR]);function oE(e,t){const n=t.tagID;Wo.has(n)?e.openElements.hasInTableScope(u.CAPTION)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(u.CAPTION),e.activeFormattingElements.clearToLastMarker(),e.insertionMode=T.IN_TABLE,tn(e,t)):Fe(e,t)}function lE(e,t){const n=t.tagID;switch(n){case u.CAPTION:case u.TABLE:{e.openElements.hasInTableScope(u.CAPTION)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(u.CAPTION),e.activeFormattingElements.clearToLastMarker(),e.insertionMode=T.IN_TABLE,n===u.TABLE&&On(e,t));break}case u.BODY:case u.COL:case u.COLGROUP:case u.HTML:case u.TBODY:case u.TD:case u.TFOOT:case u.TH:case u.THEAD:case u.TR:break;default:Sr(e,t)}}function oi(e,t){switch(t.tagID){case u.HTML:{Fe(e,t);break}case u.COL:{e._appendElement(t,D.HTML),t.ackSelfClosing=!0;break}case u.TEMPLATE:{rt(e,t);break}default:sr(e,t)}}function cE(e,t){switch(t.tagID){case u.COLGROUP:{e.openElements.currentTagId===u.COLGROUP&&(e.openElements.pop(),e.insertionMode=T.IN_TABLE);break}case u.TEMPLATE:{Ht(e,t);break}case u.COL:break;default:sr(e,t)}}function sr(e,t){e.openElements.currentTagId===u.COLGROUP&&(e.openElements.pop(),e.insertionMode=T.IN_TABLE,e._processToken(t))}function Cr(e,t){switch(t.tagID){case u.TR:{e.openElements.clearBackToTableBodyContext(),e._insertElement(t,D.HTML),e.insertionMode=T.IN_ROW;break}case u.TH:case u.TD:{e.openElements.clearBackToTableBodyContext(),e._insertFakeElement(A.TR,u.TR),e.insertionMode=T.IN_ROW,Ir(e,t);break}case u.CAPTION:case u.COL:case u.COLGROUP:case u.TBODY:case u.TFOOT:case u.THEAD:{e.openElements.hasTableBodyContextInTableScope()&&(e.openElements.clearBackToTableBodyContext(),e.openElements.pop(),e.insertionMode=T.IN_TABLE,tn(e,t));break}default:tn(e,t)}}function La(e,t){const n=t.tagID;switch(t.tagID){case u.TBODY:case u.TFOOT:case u.THEAD:{e.openElements.hasInTableScope(n)&&(e.openElements.clearBackToTableBodyContext(),e.openElements.pop(),e.insertionMode=T.IN_TABLE);break}case u.TABLE:{e.openElements.hasTableBodyContextInTableScope()&&(e.openElements.clearBackToTableBodyContext(),e.openElements.pop(),e.insertionMode=T.IN_TABLE,On(e,t));break}case u.BODY:case u.CAPTION:case u.COL:case u.COLGROUP:case u.HTML:case u.TD:case u.TH:case u.TR:break;default:On(e,t)}}function Ir(e,t){switch(t.tagID){case u.TH:case u.TD:{e.openElements.clearBackToTableRowContext(),e._insertElement(t,D.HTML),e.insertionMode=T.IN_CELL,e.activeFormattingElements.insertMarker();break}case u.CAPTION:case u.COL:case u.COLGROUP:case u.TBODY:case u.TFOOT:case u.THEAD:case u.TR:{e.openElements.hasInTableScope(u.TR)&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=T.IN_TABLE_BODY,Cr(e,t));break}default:tn(e,t)}}function Xo(e,t){switch(t.tagID){case u.TR:{e.openElements.hasInTableScope(u.TR)&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=T.IN_TABLE_BODY);break}case u.TABLE:{e.openElements.hasInTableScope(u.TR)&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=T.IN_TABLE_BODY,La(e,t));break}case u.TBODY:case u.TFOOT:case u.THEAD:{(e.openElements.hasInTableScope(t.tagID)||e.openElements.hasInTableScope(u.TR))&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=T.IN_TABLE_BODY,La(e,t));break}case u.BODY:case u.CAPTION:case u.COL:case u.COLGROUP:case u.HTML:case u.TD:case u.TH:break;default:On(e,t)}}function dE(e,t){const n=t.tagID;Wo.has(n)?(e.openElements.hasInTableScope(u.TD)||e.openElements.hasInTableScope(u.TH))&&(e._closeTableCell(),Ir(e,t)):Fe(e,t)}function fE(e,t){const n=t.tagID;switch(n){case u.TD:case u.TH:{e.openElements.hasInTableScope(n)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(n),e.activeFormattingElements.clearToLastMarker(),e.insertionMode=T.IN_ROW);break}case u.TABLE:case u.TBODY:case u.TFOOT:case u.THEAD:case u.TR:{e.openElements.hasInTableScope(n)&&(e._closeTableCell(),Xo(e,t));break}case u.BODY:case u.CAPTION:case u.COL:case u.COLGROUP:case u.HTML:break;default:Sr(e,t)}}function Qo(e,t){switch(t.tagID){case u.HTML:{Fe(e,t);break}case u.OPTION:{e.openElements.currentTagId===u.OPTION&&e.openElements.pop(),e._insertElement(t,D.HTML);break}case u.OPTGROUP:{e.openElements.currentTagId===u.OPTION&&e.openElements.pop(),e.openElements.currentTagId===u.OPTGROUP&&e.openElements.pop(),e._insertElement(t,D.HTML);break}case u.HR:{e.openElements.currentTagId===u.OPTION&&e.openElements.pop(),e.openElements.currentTagId===u.OPTGROUP&&e.openElements.pop(),e._appendElement(t,D.HTML),t.ackSelfClosing=!0;break}case u.INPUT:case u.KEYGEN:case u.TEXTAREA:case u.SELECT:{e.openElements.hasInSelectScope(u.SELECT)&&(e.openElements.popUntilTagNamePopped(u.SELECT),e._resetInsertionMode(),t.tagID!==u.SELECT&&e._processStartTag(t));break}case u.SCRIPT:case u.TEMPLATE:{rt(e,t);break}}}function Ko(e,t){switch(t.tagID){case u.OPTGROUP:{e.openElements.stackTop>0&&e.openElements.currentTagId===u.OPTION&&e.openElements.tagIDs[e.openElements.stackTop-1]===u.OPTGROUP&&e.openElements.pop(),e.openElements.currentTagId===u.OPTGROUP&&e.openElements.pop();break}case u.OPTION:{e.openElements.currentTagId===u.OPTION&&e.openElements.pop();break}case u.SELECT:{e.openElements.hasInSelectScope(u.SELECT)&&(e.openElements.popUntilTagNamePopped(u.SELECT),e._resetInsertionMode());break}case u.TEMPLATE:{Ht(e,t);break}}}function hE(e,t){const n=t.tagID;n===u.CAPTION||n===u.TABLE||n===u.TBODY||n===u.TFOOT||n===u.THEAD||n===u.TR||n===u.TD||n===u.TH?(e.openElements.popUntilTagNamePopped(u.SELECT),e._resetInsertionMode(),e._processStartTag(t)):Qo(e,t)}function mE(e,t){const n=t.tagID;n===u.CAPTION||n===u.TABLE||n===u.TBODY||n===u.TFOOT||n===u.THEAD||n===u.TR||n===u.TD||n===u.TH?e.openElements.hasInTableScope(n)&&(e.openElements.popUntilTagNamePopped(u.SELECT),e._resetInsertionMode(),e.onEndTag(t)):Ko(e,t)}function pE(e,t){switch(t.tagID){case u.BASE:case u.BASEFONT:case u.BGSOUND:case u.LINK:case u.META:case u.NOFRAMES:case u.SCRIPT:case u.STYLE:case u.TEMPLATE:case u.TITLE:{rt(e,t);break}case u.CAPTION:case u.COLGROUP:case u.TBODY:case u.TFOOT:case u.THEAD:{e.tmplInsertionModeStack[0]=T.IN_TABLE,e.insertionMode=T.IN_TABLE,tn(e,t);break}case u.COL:{e.tmplInsertionModeStack[0]=T.IN_COLUMN_GROUP,e.insertionMode=T.IN_COLUMN_GROUP,oi(e,t);break}case u.TR:{e.tmplInsertionModeStack[0]=T.IN_TABLE_BODY,e.insertionMode=T.IN_TABLE_BODY,Cr(e,t);break}case u.TD:case u.TH:{e.tmplInsertionModeStack[0]=T.IN_ROW,e.insertionMode=T.IN_ROW,Ir(e,t);break}default:e.tmplInsertionModeStack[0]=T.IN_BODY,e.insertionMode=T.IN_BODY,Fe(e,t)}}function EE(e,t){t.tagID===u.TEMPLATE&&Ht(e,t)}function Zo(e,t){e.openElements.tmplCount>0?(e.openElements.popUntilTagNamePopped(u.TEMPLATE),e.activeFormattingElements.clearToLastMarker(),e.tmplInsertionModeStack.shift(),e._resetInsertionMode(),e.onEof(t)):ui(e,t)}function gE(e,t){t.tagID===u.HTML?Fe(e,t):ur(e,t)}function Jo(e,t){var n;if(t.tagID===u.HTML){if(e.fragmentContext||(e.insertionMode=T.AFTER_AFTER_BODY),e.options.sourceCodeLocationInfo&&e.openElements.tagIDs[0]===u.HTML){e._setEndLocation(e.openElements.items[0],t);const r=e.openElements.items[1];r&&!(!((n=e.treeAdapter.getNodeSourceCodeLocation(r))===null||n===void 0)&&n.endTag)&&e._setEndLocation(r,t)}}else ur(e,t)}function ur(e,t){e.insertionMode=T.IN_BODY,_r(e,t)}function bE(e,t){switch(t.tagID){case u.HTML:{Fe(e,t);break}case u.FRAMESET:{e._insertElement(t,D.HTML);break}case u.FRAME:{e._appendElement(t,D.HTML),t.ackSelfClosing=!0;break}case u.NOFRAMES:{rt(e,t);break}}}function TE(e,t){t.tagID===u.FRAMESET&&!e.openElements.isRootHtmlElementCurrent()&&(e.openElements.pop(),!e.fragmentContext&&e.openElements.currentTagId!==u.FRAMESET&&(e.insertionMode=T.AFTER_FRAMESET))}function yE(e,t){switch(t.tagID){case u.HTML:{Fe(e,t);break}case u.NOFRAMES:{rt(e,t);break}}}function xE(e,t){t.tagID===u.HTML&&(e.insertionMode=T.AFTER_AFTER_FRAMESET)}function AE(e,t){t.tagID===u.HTML?Fe(e,t):nr(e,t)}function nr(e,t){e.insertionMode=T.IN_BODY,_r(e,t)}function _E(e,t){switch(t.tagID){case u.HTML:{Fe(e,t);break}case u.NOFRAMES:{rt(e,t);break}}}function SE(e,t){t.chars=ve,e._insertCharacters(t)}function CE(e,t){e._insertCharacters(t),e.framesetOk=!1}function el(e){for(;e.treeAdapter.getNamespaceURI(e.openElements.current)!==D.HTML&&!e._isIntegrationPoint(e.openElements.currentTagId,e.openElements.current);)e.openElements.pop()}function IE(e,t){if(jp(t))el(e),e._startTagOutsideForeignContent(t);else{const n=e._getAdjustedCurrentElement(),r=e.treeAdapter.getNamespaceURI(n);r===D.MATHML?Bo(t):r===D.SVG&&($p(t),Fo(t)),ii(t),t.selfClosing?e._appendElement(t,r):e._insertElement(t,r),t.ackSelfClosing=!0}}function NE(e,t){if(t.tagID===u.P||t.tagID===u.BR){el(e),e._endTagOutsideForeignContent(t);return}for(let n=e.openElements.stackTop;n>0;n--){const r=e.openElements.items[n];if(e.treeAdapter.getNamespaceURI(r)===D.HTML){e._endTagOutsideForeignContent(t);break}const a=e.treeAdapter.getTagName(r);if(a.toLowerCase()===t.tagName){t.tagName=a,e.openElements.shortenToLength(n);break}}}A.AREA,A.BASE,A.BASEFONT,A.BGSOUND,A.BR,A.COL,A.EMBED,A.FRAME,A.HR,A.IMG,A.INPUT,A.KEYGEN,A.LINK,A.META,A.PARAM,A.SOURCE,A.TRACK,A.WBR;const vE=new Set(["mdxFlowExpression","mdxJsxFlowElement","mdxJsxTextElement","mdxTextExpression","mdxjsEsm"]),Ms={sourceCodeLocationInfo:!0,scriptingEnabled:!1};function tl(e,t){const n=FE(e),r=_o("type",{handlers:{root:wE,element:OE,text:LE,comment:rl,doctype:RE,raw:PE},unknown:kE}),a={parser:n?new Ds(Ms):Ds.getFragmentParser(void 0,Ms),handle(o){r(o,a)},stitches:!1,options:t||{}};r(e,a),on(a,ht());const i=n?a.parser.document:a.parser.getFragment(),s=Um(i,{file:a.options.file});return a.stitches&&ti(s,"comment",function(o,l,c){const d=o;if(d.value.stitch&&c&&l!==void 0){const f=c.children;return f[l]=d.value.stitch,l}}),s.type==="root"&&s.children.length===1&&s.children[0].type===e.type?s.children[0]:s}function nl(e,t){let n=-1;if(e)for(;++n<e.length;)t.handle(e[n])}function wE(e,t){nl(e.children,t)}function OE(e,t){ME(e,t),nl(e.children,t),BE(e,t)}function LE(e,t){t.parser.tokenizer.state>4&&(t.parser.tokenizer.state=0);const n={type:le.CHARACTER,chars:e.value,location:Un(e)};on(t,ht(e)),t.parser.currentToken=n,t.parser._processToken(t.parser.currentToken)}function RE(e,t){const n={type:le.DOCTYPE,name:"html",forceQuirks:!1,publicId:"",systemId:"",location:Un(e)};on(t,ht(e)),t.parser.currentToken=n,t.parser._processToken(t.parser.currentToken)}function DE(e,t){t.stitches=!0;const n=HE(e);if("children"in e&&"children"in n){const r=tl({type:"root",children:e.children},t.options);n.children=r.children}rl({type:"comment",value:{stitch:n}},t)}function rl(e,t){const n=e.value,r={type:le.COMMENT,data:n,location:Un(e)};on(t,ht(e)),t.parser.currentToken=r,t.parser._processToken(t.parser.currentToken)}function PE(e,t){if(t.parser.tokenizer.preprocessor.html="",t.parser.tokenizer.preprocessor.pos=-1,t.parser.tokenizer.preprocessor.lastGapPos=-2,t.parser.tokenizer.preprocessor.gapStack=[],t.parser.tokenizer.preprocessor.skipNextNewLine=!1,t.parser.tokenizer.preprocessor.lastChunkWritten=!1,t.parser.tokenizer.preprocessor.endOfChunkHit=!1,t.parser.tokenizer.preprocessor.isEol=!1,al(t,ht(e)),t.parser.tokenizer.write(e.value,!1),t.parser.tokenizer._runParsingLoop(),t.parser.tokenizer.state===72||t.parser.tokenizer.state===78){t.parser.tokenizer.preprocessor.lastChunkWritten=!0;const n=t.parser.tokenizer._consume();t.parser.tokenizer._callState(n)}}function kE(e,t){const n=e;if(t.options.passThrough&&t.options.passThrough.includes(n.type))DE(n,t);else{let r="";throw vE.has(n.type)&&(r=". It looks like you are using MDX nodes with `hast-util-raw` (or `rehype-raw`). If you use this because you are using remark or rehype plugins that inject `'html'` nodes, then please raise an issue with that plugin, as its a bad and slow idea. If you use this because you are using markdown syntax, then you have to configure this utility (or plugin) to pass through these nodes (see `passThrough` in docs), but you can also migrate to use the MDX syntax"),new Error("Cannot compile `"+n.type+"` node"+r)}}function on(e,t){al(e,t);const n=e.parser.tokenizer.currentCharacterToken;n&&n.location&&(n.location.endLine=e.parser.tokenizer.preprocessor.line,n.location.endCol=e.parser.tokenizer.preprocessor.col+1,n.location.endOffset=e.parser.tokenizer.preprocessor.offset+1,e.parser.currentToken=n,e.parser._processToken(e.parser.currentToken)),e.parser.tokenizer.paused=!1,e.parser.tokenizer.inLoop=!1,e.parser.tokenizer.active=!1,e.parser.tokenizer.returnState=Le.DATA,e.parser.tokenizer.charRefCode=-1,e.parser.tokenizer.consumedAfterSnapshot=-1,e.parser.tokenizer.currentLocation=null,e.parser.tokenizer.currentCharacterToken=null,e.parser.tokenizer.currentToken=null,e.parser.tokenizer.currentAttr={name:"",value:""}}function al(e,t){if(t&&t.offset!==void 0){const n={startLine:t.line,startCol:t.column,startOffset:t.offset,endLine:-1,endCol:-1,endOffset:-1};e.parser.tokenizer.preprocessor.lineStartPos=-t.column+1,e.parser.tokenizer.preprocessor.droppedBufferSize=t.offset,e.parser.tokenizer.preprocessor.line=t.line,e.parser.tokenizer.currentLocation=n}}function ME(e,t){const n=e.tagName.toLowerCase();if(t.parser.tokenizer.state===Le.PLAINTEXT)return;on(t,ht(e));const r=t.parser.openElements.current;let a="namespaceURI"in r?r.namespaceURI:Rt.html;a===Rt.html&&n==="svg"&&(a=Rt.svg);const i=Gm({...e,children:[]},{space:a===Rt.svg?"svg":"html"}),s={type:le.START_TAG,tagName:n,tagID:un(n),selfClosing:!1,ackSelfClosing:!1,attrs:"attrs"in i?i.attrs:[],location:Un(e)};t.parser.currentToken=s,t.parser._processToken(t.parser.currentToken),t.parser.tokenizer.lastStartTagName=n}function BE(e,t){const n=e.tagName.toLowerCase();if(!t.parser.tokenizer.inForeignNode&&Jm.includes(n)||t.parser.tokenizer.state===Le.PLAINTEXT)return;on(t,Tr(e));const r={type:le.END_TAG,tagName:n,tagID:un(n),selfClosing:!1,ackSelfClosing:!1,attrs:[],location:Un(e)};t.parser.currentToken=r,t.parser._processToken(t.parser.currentToken),n===t.parser.tokenizer.lastStartTagName&&(t.parser.tokenizer.state===Le.RCDATA||t.parser.tokenizer.state===Le.RAWTEXT||t.parser.tokenizer.state===Le.SCRIPT_DATA)&&(t.parser.tokenizer.state=Le.DATA)}function FE(e){const t=e.type==="root"?e.children[0]:e;return!!(t&&(t.type==="doctype"||t.type==="element"&&t.tagName.toLowerCase()==="html"))}function Un(e){const t=ht(e)||{line:void 0,column:void 0,offset:void 0},n=Tr(e)||{line:void 0,column:void 0,offset:void 0};return{startLine:t.line,startCol:t.column,startOffset:t.offset,endLine:n.line,endCol:n.column,endOffset:n.offset}}function HE(e){return"children"in e?en({...e,children:[]}):en(e)}function il(e){return function(t,n){return tl(t,{...e,file:n})}}const UE=e=>De.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",...e},De.createElement("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2zM7.07 18.28c.43-.9 3.05-1.78 4.93-1.78s4.51.88 4.93 1.78C15.57 19.36 13.86 20 12 20s-3.57-.64-4.93-1.72zm11.29-1.45c-1.43-1.74-4.9-2.33-6.36-2.33s-4.93.59-6.36 2.33A7.95 7.95 0 0 1 4 12c0-4.41 3.59-8 8-8s8 3.59 8 8c0 1.82-.62 3.49-1.64 4.83zM12 6c-1.94 0-3.5 1.56-3.5 3.5S10.06 13 12 13s3.5-1.56 3.5-3.5S13.94 6 12 6zm0 5c-.83 0-1.5-.67-1.5-1.5S11.17 8 12 8s1.5.67 1.5 1.5S12.83 11 12 11z"})),jE=({content:e,metaData:t})=>{const{chatlineLabelUserTranslation:n}=za();return C.jsxs("div",{className:"flex px-3 justify-between mt-8 bg-gray-200 rounded-lg",children:[C.jsx("div",{className:"w-10 mr-3 flex-col content-center",children:C.jsx("div",{children:C.jsx(UE,{fill:"#4564d6"})})}),C.jsxs("div",{className:`w-full p-4 rounded-lg transition-all duration-300 ${t?.isErrorMessage?"bg-red-100 border-l-4 border-red-400 text-red-800 shadow-md animate-fade-in":" text-gray-800"}`,children:[C.jsx("p",{className:"font-bold",children:n}),C.jsx("div",{children:C.jsx(To,{rehypePlugins:[il],children:e&&e})})]})]})},$E=({})=>{const{companySettings:e}=I.useContext(Rn);return C.jsx("div",{className:`assistant
62
62
  transition
63
63
  ease-in-out
64
64
  delay-50
@@ -66,9 +66,9 @@ For more details see https://formatjs.io/docs/getting-started/message-distributi
66
66
  flex
67
67
  justify-center
68
68
  items-center
69
- `,children:N.jsx(Fa,{facet:e.agent.display[ze.AgentDisplayFacetRoleType.ASSISTANT]})})},Bs=new Set;function zb(e){return Bs.has(e)?!1:(Bs.add(e),!0)}function Yb(e,{root:t,rootSelector:n,rootMargin:r="0px",threshold:a=0,dedupeKey:i}={}){const s=C.useRef(!1),o=C.useRef();return C.useCallback(c=>{if(o.current?.(),o.current=void 0,!c||s.current)return;const d=t??(n?document.querySelector(n):null),f=()=>{i&&!zb(i)||(s.current=!0,e())};if(typeof window>"u"||!("IntersectionObserver"in window)){f();return}const m=new IntersectionObserver((h,y)=>{h[0]?.isIntersecting&&(y.disconnect(),f())},{root:d,rootMargin:r,threshold:a});m.observe(c),o.current=()=>m.disconnect()},[t,n,r,a,i,e])}class Ln{constructor(){}static getApiUrl=()=>typeof document<"u"&&new URL(document.URL)?.hostname.includes("localhost")?"http://localhost:3001":"https://www.api.chatsystem.ai";static getHeaders=({contentType:t="text/plain"})=>({"Content-Type":t});static getFetchConfig=({contentType:t="text/plain",httpVerb:n="GET",body:r,options:a={}})=>{const i={method:n,headers:this.getHeaders({contentType:t}),...a};return r&&(i.body=JSON.stringify(r)),i}}function Gb({href:e="",children:t,context:n,onClick:r,seenRootEl:a,...i}){const s=e.startsWith("/")||typeof window<"u"&&e.startsWith(window.location.origin),o=Ln.getApiUrl(),l=()=>{const y=`${o}/tracking/clicked/${n.appToken}`,x={discussionId:n.discussionId,urlClicked:e};try{fetch(y,{method:"POST",headers:{"Content-Type":"application/json",Accept:"application/json"},body:JSON.stringify(x),keepalive:!0,cache:"no-store",credentials:"omit",mode:"cors"}).catch(()=>{})}catch{}},c=()=>{const y=`${o}/tracking/displayed/${n.appToken}`,x={discussionId:n.discussionId,urlSeen:e};try{fetch(y,{method:"POST",headers:{"Content-Type":"application/json",Accept:"application/json"},body:JSON.stringify(x),keepalive:!0,cache:"no-store",credentials:"omit",mode:"cors"}).catch(()=>{})}catch{}},d=C.useMemo(()=>`${n.appToken}::${n.discussionId}::${e}`,[n.appToken,n.discussionId,e]),f=Yb(c,{root:a,threshold:0,rootMargin:"0px 0px -10% 0px",dedupeKey:d}),m=y=>{l(),r?.(y)},h=s?{}:{target:"_blank",rel:"noopener noreferrer"};return s?N.jsx("a",{ref:f,href:e,...i,onClick:m,className:"customLinkInternal",children:t}):N.jsx("a",{ref:f,href:e,...h,...i,onClick:m,className:"customLinkExternal",children:t})}const Vb=({content:e,metaData:t,context:n,seenRootEl:r})=>{const{chatlineLabelAssistantTranslation:a}=za();return N.jsxs("div",{className:"flex justify-between mt-8 px-3 chatLineAssistant",children:[N.jsx("div",{className:"w-10 mr-3 mt-6",children:N.jsx("div",{children:N.jsx($b,{})})}),N.jsxs("div",{className:`w-full p-4 rounded-lg transition-all duration-300 ${t?.isErrorMessage?"bg-red-100 border-l-4 border-red-400 text-red-800 shadow-md animate-fade-in":"bg-white text-gray-800"}`,children:[N.jsx("p",{className:"font-bold",children:a}),N.jsx("div",{children:N.jsx(To,{rehypePlugins:[il],components:{a:({node:i,href:s,children:o,...l})=>N.jsx(Gb,{href:s??"",...l,context:n,seenRootEl:r,children:o})},children:e&&e})})]})]})},qb=({userType:e,content:t,metaData:n,context:r,seenRootEl:a})=>{const i=e==="user",s=e==="assistant";return N.jsxs(N.Fragment,{children:[i&&N.jsx(jb,{content:t,metaData:n}),s&&N.jsx(Vb,{content:t,metaData:n,context:r,seenRootEl:a})]})};function Wb(e,t,n){let[r,a]=C.useState(e||t),i=C.useRef(e!==void 0),s=e!==void 0;C.useEffect(()=>{let c=i.current;c!==s&&console.warn(`WARN: A component changed from ${c?"controlled":"uncontrolled"} to ${s?"controlled":"uncontrolled"}.`),i.current=s},[s]);let o=s?e:r,l=C.useCallback((c,...d)=>{let f=(m,...h)=>{n&&(Object.is(o,m)||n(m,...h)),s||(o=m)};typeof c=="function"?(console.warn("We can not support a function callback. See Github Issues for details https://github.com/adobe/react-spectrum/issues/2320"),a((h,...y)=>{let x=c(s?o:h,...y);return f(x,...d),s?h:x})):(s||a(c),f(c,...d))},[s,o,n]);return[o,l]}const or={prefix:String(Math.round(Math.random()*1e10)),current:0},sl=C.createContext(or),Xb=C.createContext(!1);let Qb=!!(typeof window<"u"&&window.document&&window.document.createElement),Zr=new WeakMap;function Kb(e=!1){let t=C.useContext(sl),n=C.useRef(null);if(n.current===null&&!e){var r,a;let i=(a=C.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED)===null||a===void 0||(r=a.ReactCurrentOwner)===null||r===void 0?void 0:r.current;if(i){let s=Zr.get(i);s==null?Zr.set(i,{id:t.current,state:i.memoizedState}):i.memoizedState!==s.state&&(t.current=s.id,Zr.delete(i))}n.current=++t.current}return n.current}function Zb(e){let t=C.useContext(sl);t===or&&!Qb&&console.warn("When server rendering, you must wrap your application in an <SSRProvider> to ensure consistent ids are generated between the client and server.");let n=Kb(!!e),r=t===or&&process.env.NODE_ENV==="test"?"react-aria":`react-aria${t.prefix}`;return e||`${r}-${n}`}function Jb(e){let t=C.useId(),[n]=C.useState(aE()),r=n||process.env.NODE_ENV==="test"?"react-aria":`react-aria${or.prefix}`;return e||`${r}-${t}`}const eE=typeof C.useId=="function"?Jb:Zb;function tE(){return!1}function nE(){return!0}function rE(e){return()=>{}}function aE(){return typeof C.useSyncExternalStore=="function"?C.useSyncExternalStore(rE,tE,nE):C.useContext(Xb)}function ul(e){var t,n,r="";if(typeof e=="string"||typeof e=="number")r+=e;else if(typeof e=="object")if(Array.isArray(e)){var a=e.length;for(t=0;t<a;t++)e[t]&&(n=ul(e[t]))&&(r&&(r+=" "),r+=n)}else for(n in e)e[n]&&(r&&(r+=" "),r+=n);return r}function iE(){for(var e,t,n=0,r="",a=arguments.length;n<a;n++)(e=arguments[n])&&(t=ul(e))&&(r&&(r+=" "),r+=t);return r}const jt=typeof document<"u"?C.useLayoutEffect:()=>{};function kt(e){const t=C.useRef(null);return jt(()=>{t.current=e},[e]),C.useCallback((...n)=>{const r=t.current;return r?.(...n)},[])}function sE(e){let[t,n]=C.useState(e),r=C.useRef(null),a=kt(()=>{if(!r.current)return;let s=r.current.next();if(s.done){r.current=null;return}t===s.value?a():n(s.value)});jt(()=>{r.current&&a()});let i=kt(s=>{r.current=s(t),a()});return[t,i]}let uE=!!(typeof window<"u"&&window.document&&window.document.createElement),lr=new Map;function cr(e){let[t,n]=C.useState(e),r=C.useRef(null),a=eE(t),i=C.useCallback(s=>{r.current=s},[]);return uE&&lr.set(a,i),jt(()=>{let s=a;return()=>{lr.delete(s)}},[a]),C.useEffect(()=>{let s=r.current;s&&(r.current=null,n(s))}),a}function oE(e,t){if(e===t)return e;let n=lr.get(e);if(n)return n(t),t;let r=lr.get(t);return r?(r(e),e):t}function Fs(e=[]){let t=cr(),[n,r]=sE(t),a=C.useCallback(()=>{r(function*(){yield t,yield document.getElementById(t)?t:void 0})},[t,r]);return jt(a,[t,a,...e]),n}function lE(...e){return(...t)=>{for(let n of e)typeof n=="function"&&n(...t)}}const jn=e=>{var t;return(t=e?.ownerDocument)!==null&&t!==void 0?t:document},dr=e=>e&&"window"in e&&e.window===e?e:jn(e).defaultView||window;function fr(...e){let t={...e[0]};for(let n=1;n<e.length;n++){let r=e[n];for(let a in r){let i=t[a],s=r[a];typeof i=="function"&&typeof s=="function"&&a[0]==="o"&&a[1]==="n"&&a.charCodeAt(2)>=65&&a.charCodeAt(2)<=90?t[a]=lE(i,s):(a==="className"||a==="UNSAFE_className")&&typeof i=="string"&&typeof s=="string"?t[a]=iE(i,s):a==="id"&&i&&s?t.id=oE(i,s):t[a]=s!==void 0?s:i}}return t}const cE=new Set(["id"]),dE=new Set(["aria-label","aria-labelledby","aria-describedby","aria-details"]),fE=new Set(["href","target","rel","download","ping","referrerPolicy"]),hE=/^(data-.*)$/;function mE(e,t={}){let{labelable:n,isLink:r,propNames:a}=t,i={};for(const s in e)Object.prototype.hasOwnProperty.call(e,s)&&(cE.has(s)||n&&dE.has(s)||r&&fE.has(s)||a?.has(s)||hE.test(s))&&(i[s]=e[s]);return i}function Hs(e){if(pE())e.focus({preventScroll:!0});else{let t=bE(e);e.focus(),EE(t)}}let Qn=null;function pE(){if(Qn==null){Qn=!1;try{document.createElement("div").focus({get preventScroll(){return Qn=!0,!0}})}catch{}}return Qn}function bE(e){let t=e.parentNode,n=[],r=document.scrollingElement||document.documentElement;for(;t instanceof HTMLElement&&t!==r;)(t.offsetHeight<t.scrollHeight||t.offsetWidth<t.scrollWidth)&&n.push({element:t,scrollTop:t.scrollTop,scrollLeft:t.scrollLeft}),t=t.parentNode;return r instanceof HTMLElement&&n.push({element:r,scrollTop:r.scrollTop,scrollLeft:r.scrollLeft}),n}function EE(e){for(let{element:t,scrollTop:n,scrollLeft:r}of e)t.scrollTop=n,t.scrollLeft=r}function gE(e){var t;return typeof window>"u"||window.navigator==null?!1:((t=window.navigator.userAgentData)===null||t===void 0?void 0:t.brands.some(n=>e.test(n.brand)))||e.test(window.navigator.userAgent)}function TE(e){var t;return typeof window<"u"&&window.navigator!=null?e.test(((t=window.navigator.userAgentData)===null||t===void 0?void 0:t.platform)||window.navigator.platform):!1}function yE(){return TE(/^Mac/i)}function xE(){return gE(/Android/i)}let qt=new Map,Ra=new Set;function Us(){if(typeof window>"u")return;function e(r){return"propertyName"in r}let t=r=>{if(!e(r)||!r.target)return;let a=qt.get(r.target);a||(a=new Set,qt.set(r.target,a),r.target.addEventListener("transitioncancel",n,{once:!0})),a.add(r.propertyName)},n=r=>{if(!e(r)||!r.target)return;let a=qt.get(r.target);if(a&&(a.delete(r.propertyName),a.size===0&&(r.target.removeEventListener("transitioncancel",n),qt.delete(r.target)),qt.size===0)){for(let i of Ra)i();Ra.clear()}};document.body.addEventListener("transitionrun",t),document.body.addEventListener("transitionend",n)}typeof document<"u"&&(document.readyState!=="loading"?Us():document.addEventListener("DOMContentLoaded",Us));function AE(e){requestAnimationFrame(()=>{qt.size===0?e():Ra.add(e)})}function _E(e,t){let{id:n,"aria-label":r,"aria-labelledby":a}=e;return n=cr(n),a&&r?a=[...new Set([n,...a.trim().split(/\s+/)])].join(" "):a&&(a=a.trim().split(/\s+/).join(" ")),!r&&!a&&t&&(r=t),{id:n,"aria-label":r,"aria-labelledby":a}}function SE(e,t){jt(()=>{if(e&&e.ref&&t)return e.ref.current=t.current,()=>{e.ref&&(e.ref.current=null)}})}function CE(e){return e.mozInputSource===0&&e.isTrusted?!0:xE()&&e.pointerType?e.type==="click"&&e.buttons===1:e.detail===0&&!e.pointerType}function IE(e,t,n){let r=C.useRef(t),a=kt(()=>{n&&n(r.current)});C.useEffect(()=>{var i;let s=e==null||(i=e.current)===null||i===void 0?void 0:i.form;return s?.addEventListener("reset",a),()=>{s?.removeEventListener("reset",a)}},[e,a])}const NE=C.createContext({register:()=>{}});NE.displayName="PressResponderContext";class vE{isDefaultPrevented(){return this.nativeEvent.defaultPrevented}preventDefault(){this.defaultPrevented=!0,this.nativeEvent.preventDefault()}stopPropagation(){this.nativeEvent.stopPropagation(),this.isPropagationStopped=()=>!0}isPropagationStopped(){return!1}persist(){}constructor(t,n){this.nativeEvent=n,this.target=n.target,this.currentTarget=n.currentTarget,this.relatedTarget=n.relatedTarget,this.bubbles=n.bubbles,this.cancelable=n.cancelable,this.defaultPrevented=n.defaultPrevented,this.eventPhase=n.eventPhase,this.isTrusted=n.isTrusted,this.timeStamp=n.timeStamp,this.type=t}}function wE(e){let t=C.useRef({isFocused:!1,observer:null});jt(()=>{const r=t.current;return()=>{r.observer&&(r.observer.disconnect(),r.observer=null)}},[]);let n=kt(r=>{e?.(r)});return C.useCallback(r=>{if(r.target instanceof HTMLButtonElement||r.target instanceof HTMLInputElement||r.target instanceof HTMLTextAreaElement||r.target instanceof HTMLSelectElement){t.current.isFocused=!0;let a=r.target,i=s=>{t.current.isFocused=!1,a.disabled&&n(new vE("blur",s)),t.current.observer&&(t.current.observer.disconnect(),t.current.observer=null)};a.addEventListener("focusout",i,{once:!0}),t.current.observer=new MutationObserver(()=>{if(t.current.isFocused&&a.disabled){var s;(s=t.current.observer)===null||s===void 0||s.disconnect();let o=a===document.activeElement?null:document.activeElement;a.dispatchEvent(new FocusEvent("blur",{relatedTarget:o})),a.dispatchEvent(new FocusEvent("focusout",{bubbles:!0,relatedTarget:o}))}}),t.current.observer.observe(a,{attributes:!0,attributeFilter:["disabled"]})}},[n])}function OE(e){let{isDisabled:t,onFocus:n,onBlur:r,onFocusChange:a}=e;const i=C.useCallback(l=>{if(l.target===l.currentTarget)return r&&r(l),a&&a(!1),!0},[r,a]),s=wE(i),o=C.useCallback(l=>{l.target===l.currentTarget&&document.activeElement===l.target&&(n&&n(l),a&&a(!0),s(l))},[a,n,s]);return{focusProps:{onFocus:!t&&(n||a||r)?o:void 0,onBlur:!t&&(r||a)?i:void 0}}}let ln=null,LE=new Set,Nn=new Map,Bt=!1,Pa=!1;function Nr(e,t){for(let n of LE)n(e,t)}function RE(e){return!(e.metaKey||!yE()&&e.altKey||e.ctrlKey||e.key==="Control"||e.key==="Shift"||e.key==="Meta")}function hr(e){Bt=!0,RE(e)&&(ln="keyboard",Nr("keyboard",e))}function Ke(e){ln="pointer",(e.type==="mousedown"||e.type==="pointerdown")&&(Bt=!0,Nr("pointer",e))}function ol(e){CE(e)&&(Bt=!0,ln="virtual")}function ll(e){e.target===window||e.target===document||(!Bt&&!Pa&&(ln="virtual",Nr("virtual",e)),Bt=!1,Pa=!1)}function cl(){Bt=!1,Pa=!0}function js(e){if(typeof window>"u"||Nn.get(dr(e)))return;const t=dr(e),n=jn(e);let r=t.HTMLElement.prototype.focus;t.HTMLElement.prototype.focus=function(){Bt=!0,r.apply(this,arguments)},n.addEventListener("keydown",hr,!0),n.addEventListener("keyup",hr,!0),n.addEventListener("click",ol,!0),t.addEventListener("focus",ll,!0),t.addEventListener("blur",cl,!1),typeof PointerEvent<"u"?(n.addEventListener("pointerdown",Ke,!0),n.addEventListener("pointermove",Ke,!0),n.addEventListener("pointerup",Ke,!0)):(n.addEventListener("mousedown",Ke,!0),n.addEventListener("mousemove",Ke,!0),n.addEventListener("mouseup",Ke,!0)),t.addEventListener("beforeunload",()=>{dl(e)},{once:!0}),Nn.set(t,{focus:r})}const dl=(e,t)=>{const n=dr(e),r=jn(e);t&&r.removeEventListener("DOMContentLoaded",t),Nn.has(n)&&(n.HTMLElement.prototype.focus=Nn.get(n).focus,r.removeEventListener("keydown",hr,!0),r.removeEventListener("keyup",hr,!0),r.removeEventListener("click",ol,!0),n.removeEventListener("focus",ll,!0),n.removeEventListener("blur",cl,!1),typeof PointerEvent<"u"?(r.removeEventListener("pointerdown",Ke,!0),r.removeEventListener("pointermove",Ke,!0),r.removeEventListener("pointerup",Ke,!0)):(r.removeEventListener("mousedown",Ke,!0),r.removeEventListener("mousemove",Ke,!0),r.removeEventListener("mouseup",Ke,!0)),Nn.delete(n))};function PE(e){const t=jn(e);let n;return t.readyState!=="loading"?js(e):(n=()=>{js(e)},t.addEventListener("DOMContentLoaded",n)),()=>dl(e,n)}typeof document<"u"&&PE();function DE(){return ln}function kE(e){ln=e,Nr(e,null)}function $s(e){if(!e)return;let t=!0;return n=>{let r={...n,preventDefault(){n.preventDefault()},isDefaultPrevented(){return n.isDefaultPrevented()},stopPropagation(){console.error("stopPropagation is now the default behavior for events in React Spectrum. You can use continuePropagation() to revert this behavior.")},continuePropagation(){t=!1}};e(r),t&&n.stopPropagation()}}function ME(e){return{keyboardProps:e.isDisabled?{}:{onKeyDown:$s(e.onKeyDown),onKeyUp:$s(e.onKeyUp)}}}function BE(e){const t=jn(e);if(DE()==="virtual"){let n=t.activeElement;AE(()=>{t.activeElement===n&&e.isConnected&&Hs(e)})}else Hs(e)}function FE(e,t){return!e||!t?!1:t.some(n=>n.contains(e))}class li{get size(){return this.fastMap.size}getTreeNode(t){return this.fastMap.get(t)}addTreeNode(t,n,r){let a=this.fastMap.get(n??null);if(!a)return;let i=new zs({scopeRef:t});a.addChild(i),i.parent=a,this.fastMap.set(t,i),r&&(i.nodeToRestore=r)}addNode(t){this.fastMap.set(t.scopeRef,t)}removeTreeNode(t){if(t===null)return;let n=this.fastMap.get(t);if(!n)return;let r=n.parent;for(let i of this.traverse())i!==n&&n.nodeToRestore&&i.nodeToRestore&&n.scopeRef&&n.scopeRef.current&&FE(i.nodeToRestore,n.scopeRef.current)&&(i.nodeToRestore=n.nodeToRestore);let a=n.children;r&&(r.removeChild(n),a.size>0&&a.forEach(i=>r&&r.addChild(i))),this.fastMap.delete(n.scopeRef)}*traverse(t=this.root){if(t.scopeRef!=null&&(yield t),t.children.size>0)for(let n of t.children)yield*this.traverse(n)}clone(){var t;let n=new li;var r;for(let a of this.traverse())n.addTreeNode(a.scopeRef,(r=(t=a.parent)===null||t===void 0?void 0:t.scopeRef)!==null&&r!==void 0?r:null,a.nodeToRestore);return n}constructor(){this.fastMap=new Map,this.root=new zs({scopeRef:null}),this.fastMap.set(null,this.root)}}class zs{addChild(t){this.children.add(t),t.parent=this}removeChild(t){this.children.delete(t),t.parent=void 0}constructor(t){this.children=new Set,this.contain=!1,this.scopeRef=t.scopeRef}}new li;let HE=C.createContext(null);function UE(e){let t=C.useContext(HE)||{};SE(t,e);let{ref:n,...r}=t;return r}function jE(e,t){let{focusProps:n}=OE(e),{keyboardProps:r}=ME(e),a=fr(n,r),i=UE(t),s=e.isDisabled?{}:i,o=C.useRef(e.autoFocus);return C.useEffect(()=>{o.current&&t.current&&BE(t.current),o.current=!1},[t]),{focusableProps:fr({...a,tabIndex:e.excludeFromTabOrder&&!e.isDisabled?-1:void 0},s)}}function $E(e,t,n){let{validationBehavior:r,focus:a}=e;jt(()=>{if(r==="native"&&n?.current){let l=t.realtimeValidation.isInvalid?t.realtimeValidation.validationErrors.join(" ")||"Invalid value.":"";n.current.setCustomValidity(l),n.current.hasAttribute("title")||(n.current.title=""),t.realtimeValidation.isInvalid||t.updateValidation(YE(n.current))}});let i=kt(()=>{t.resetValidation()}),s=kt(l=>{var c;t.displayValidation.isInvalid||t.commitValidation();let d=n==null||(c=n.current)===null||c===void 0?void 0:c.form;if(!l.defaultPrevented&&n&&d&&GE(d)===n.current){var f;a?a():(f=n.current)===null||f===void 0||f.focus(),kE("keyboard")}l.preventDefault()}),o=kt(()=>{t.commitValidation()});C.useEffect(()=>{let l=n?.current;if(!l)return;let c=l.form;return l.addEventListener("invalid",s),l.addEventListener("change",o),c?.addEventListener("reset",i),()=>{l.removeEventListener("invalid",s),l.removeEventListener("change",o),c?.removeEventListener("reset",i)}},[n,s,o,i,r])}function zE(e){let t=e.validity;return{badInput:t.badInput,customError:t.customError,patternMismatch:t.patternMismatch,rangeOverflow:t.rangeOverflow,rangeUnderflow:t.rangeUnderflow,stepMismatch:t.stepMismatch,tooLong:t.tooLong,tooShort:t.tooShort,typeMismatch:t.typeMismatch,valueMissing:t.valueMissing,valid:t.valid}}function YE(e){return{isInvalid:!e.validity.valid,validationDetails:zE(e),validationErrors:e.validationMessage?[e.validationMessage]:[]}}function GE(e){for(let t=0;t<e.elements.length;t++){let n=e.elements[t];if(!n.validity.valid)return n}return null}const fl={badInput:!1,customError:!1,patternMismatch:!1,rangeOverflow:!1,rangeUnderflow:!1,stepMismatch:!1,tooLong:!1,tooShort:!1,typeMismatch:!1,valueMissing:!1,valid:!0},hl={...fl,customError:!0,valid:!1},pn={isInvalid:!1,validationDetails:fl,validationErrors:[]},VE=C.createContext({}),Ys="__formValidationState"+Date.now();function qE(e){if(e[Ys]){let{realtimeValidation:t,displayValidation:n,updateValidation:r,resetValidation:a,commitValidation:i}=e[Ys];return{realtimeValidation:t,displayValidation:n,updateValidation:r,resetValidation:a,commitValidation:i}}return WE(e)}function WE(e){let{isInvalid:t,validationState:n,name:r,value:a,builtinValidation:i,validate:s,validationBehavior:o="aria"}=e;n&&(t||(t=n==="invalid"));let l=t?{isInvalid:!0,validationErrors:[],validationDetails:hl}:null,c=C.useMemo(()=>Gs(XE(s,a)),[s,a]);i?.validationDetails.valid&&(i=null);let d=C.useContext(VE),f=C.useMemo(()=>r?Array.isArray(r)?r.flatMap(G=>Da(d[G])):Da(d[r]):[],[d,r]),[m,h]=C.useState(d),[y,x]=C.useState(!1);d!==m&&(h(d),x(!1));let L=C.useMemo(()=>Gs(y?[]:f),[y,f]),_=C.useRef(pn),[R,O]=C.useState(pn),U=C.useRef(pn),S=()=>{if(!w)return;Q(!1);let G=c||i||_.current;Jr(G,U.current)||(U.current=G,O(G))},[w,Q]=C.useState(!1);return C.useEffect(S),{realtimeValidation:l||L||c||i||pn,displayValidation:o==="native"?l||L||R:l||L||c||i||R,updateValidation(G){o==="aria"&&!Jr(R,G)?O(G):_.current=G},resetValidation(){let G=pn;Jr(G,U.current)||(U.current=G,O(G)),o==="native"&&Q(!1),x(!0)},commitValidation(){o==="native"&&Q(!0),x(!0)}}}function Da(e){return e?Array.isArray(e)?e:[e]:[]}function XE(e,t){if(typeof e=="function"){let n=e(t);if(n&&typeof n!="boolean")return Da(n)}return[]}function Gs(e){return e.length?{isInvalid:!0,validationErrors:e,validationDetails:hl}:null}function Jr(e,t){return e===t?!0:e&&t&&e.isInvalid===t.isInvalid&&e.validationErrors.length===t.validationErrors.length&&e.validationErrors.every((n,r)=>n===t.validationErrors[r])&&Object.entries(e.validationDetails).every(([n,r])=>t.validationDetails[n]===r)}function QE(e){let{id:t,label:n,"aria-labelledby":r,"aria-label":a,labelElementType:i="label"}=e;t=cr(t);let s=cr(),o={};n?(r=r?`${s} ${r}`:s,o={id:s,htmlFor:i==="label"?t:void 0}):!r&&!a&&console.warn("If you do not provide a visible label, you must specify an aria-label or aria-labelledby attribute for accessibility");let l=_E({id:t,"aria-label":a,"aria-labelledby":r});return{labelProps:o,fieldProps:l}}function KE(e){let{description:t,errorMessage:n,isInvalid:r,validationState:a}=e,{labelProps:i,fieldProps:s}=QE(e),o=Fs([!!t,!!n,r,a]),l=Fs([!!t,!!n,r,a]);return s=fr(s,{"aria-describedby":[o,l,e["aria-describedby"]].filter(Boolean).join(" ")||void 0}),{labelProps:i,fieldProps:s,descriptionProps:{id:o},errorMessageProps:{id:l}}}function ZE(e,t){let{inputElementType:n="input",isDisabled:r=!1,isRequired:a=!1,isReadOnly:i=!1,type:s="text",validationBehavior:o="aria"}=e,[l,c]=Wb(e.value,e.defaultValue||"",e.onChange),{focusableProps:d}=jE(e,t),f=qE({...e,value:l}),{isInvalid:m,validationErrors:h,validationDetails:y}=f.displayValidation,{labelProps:x,fieldProps:L,descriptionProps:_,errorMessageProps:R}=KE({...e,isInvalid:m,errorMessage:e.errorMessage||h}),O=mE(e,{labelable:!0});const U={type:s,pattern:e.pattern};return IE(t,l,c),$E(e,f,t),C.useEffect(()=>{if(t.current instanceof dr(t.current).HTMLTextAreaElement){let S=t.current;Object.defineProperty(S,"defaultValue",{get:()=>S.value,set:()=>{},configurable:!0})}},[t]),{labelProps:x,inputProps:fr(O,n==="input"&&U,{disabled:r,readOnly:i,required:a&&o==="native","aria-required":a&&o==="aria"||void 0,"aria-invalid":m||void 0,"aria-errormessage":e["aria-errormessage"],"aria-activedescendant":e["aria-activedescendant"],"aria-autocomplete":e["aria-autocomplete"],"aria-haspopup":e["aria-haspopup"],value:l,onChange:S=>c(S.target.value),autoComplete:e.autoComplete,autoCapitalize:e.autoCapitalize,maxLength:e.maxLength,minLength:e.minLength,name:e.name,placeholder:e.placeholder,inputMode:e.inputMode,onCopy:e.onCopy,onCut:e.onCut,onPaste:e.onPaste,onCompositionEnd:e.onCompositionEnd,onCompositionStart:e.onCompositionStart,onCompositionUpdate:e.onCompositionUpdate,onSelect:e.onSelect,onBeforeInput:e.onBeforeInput,onInput:e.onInput,...d,...L}),descriptionProps:_,errorMessageProps:R,isInvalid:m,validationErrors:h,validationDetails:y}}const JE=e=>e.charCodeAt(e.length-1)===10,eg=e=>{const[t,n]=C.useState(""),r=()=>{m.current&&(m.current.style.height=m.current.scrollHeight+"px")},a=()=>{m.current&&(m.current.style.height="48px")},i=S=>{n(S)};C.useEffect(r,[t]);let{label:s,SubmitComponent:o,onSubmit:l,isLoadingStream:c,LoadingComponent:d,onPressLoadingButton:f}=e,m=C.useRef(null),{labelProps:h,inputProps:y}=ZE({...e,inputElementType:"textarea"},m);const x=S=>{JE(S.target.value)||i(S.target.value)},L=S=>{if(S.key==="Enter"||S.code==="Enter"||S.keyCode===13||S.code==="NumpadEnter"){if(S.shiftKey)i(t+`
70
- `);else if(!S.shiftKey){S.preventDefault(),S.stopPropagation(),c||O();return}}},_=S=>{(S.key==="Enter"||S.code==="Enter"||S.keyCode===13||S.code==="NumpadEnter")&&(S.preventDefault(),S.stopPropagation())};let R=e.isDisabled;e.shouldDisableIfInputIsEmpty&&(R=e.isDisabled||t.length===0);const O=()=>{a(),l&&l(t),i("")},U=()=>{f&&f()};return N.jsxs("div",{style:{display:"flex",flexDirection:"column"},className:`${e.classNameContainer} w-full`,children:[N.jsxs("div",{style:{display:"flex",flexDirection:"column"},children:[N.jsx("label",{...h,className:e.classNameLabel,children:s}),N.jsx("textarea",{...y,ref:m,className:`${e.classNameTextarea} p-3`,onChange:x,value:t,rows:1,style:{overflow:"hidden",outlineColor:"#a8a8a8",border:"none",outline:"none",width:"calc(100% - 30px)",resize:"none"},onKeyDown:L,onKeyUp:_})]}),!c&&o&&N.jsx("div",{className:"relative",children:N.jsx(o,{onSubmitButton:O,isDisabled:R})}),c&&d&&N.jsx("div",{className:"relative",children:N.jsx(d,{onPressLoadingButton:U})})]})},tg=({onSubmitButton:e,isDisabled:t})=>N.jsx("div",{children:N.jsx("button",{className:`absolute
71
- bg-black
69
+ `,children:C.jsx(Fa,{facet:e.agent.display[ze.AgentDisplayFacetRoleType.ASSISTANT]})})},Bs=new Set;function zE(e){return Bs.has(e)?!1:(Bs.add(e),!0)}function YE(e,{root:t,rootSelector:n,rootMargin:r="0px",threshold:a=0,dedupeKey:i}={}){const s=I.useRef(!1),o=I.useRef();return I.useCallback(c=>{if(o.current?.(),o.current=void 0,!c||s.current)return;const d=t??(n?document.querySelector(n):null),f=()=>{i&&!zE(i)||(s.current=!0,e())};if(typeof window>"u"||!("IntersectionObserver"in window)){f();return}const h=new IntersectionObserver((m,y)=>{m[0]?.isIntersecting&&(y.disconnect(),f())},{root:d,rootMargin:r,threshold:a});h.observe(c),o.current=()=>h.disconnect()},[t,n,r,a,i,e])}class Ln{constructor(){}static getApiUrl=()=>typeof document<"u"&&new URL(document.URL)?.hostname.includes("localhost")?"http://localhost:3001":"https://www.api.chatsystem.ai";static getHeaders=({contentType:t="text/plain"})=>({"Content-Type":t});static getFetchConfig=({contentType:t="text/plain",httpVerb:n="GET",body:r,options:a={}})=>{const i={method:n,headers:this.getHeaders({contentType:t}),...a};return r&&(i.body=JSON.stringify(r)),i}}function GE({href:e="",children:t,context:n,onClick:r,seenRootEl:a,...i}){const s=e.startsWith("/")||typeof window<"u"&&e.startsWith(window.location.origin),o=Ln.getApiUrl(),l=()=>{const y=`${o}/tracking/clicked/${n.appToken}`,x={discussionId:n.discussionId,urlClicked:e};try{fetch(y,{method:"POST",headers:{"Content-Type":"application/json",Accept:"application/json"},body:JSON.stringify(x),keepalive:!0,cache:"no-store",credentials:"omit",mode:"cors"}).catch(()=>{})}catch{}},c=()=>{const y=`${o}/tracking/displayed/${n.appToken}`,x={discussionId:n.discussionId,urlSeen:e};try{fetch(y,{method:"POST",headers:{"Content-Type":"application/json",Accept:"application/json"},body:JSON.stringify(x),keepalive:!0,cache:"no-store",credentials:"omit",mode:"cors"}).catch(()=>{})}catch{}},d=I.useMemo(()=>`${n.appToken}::${n.discussionId}::${e}`,[n.appToken,n.discussionId,e]),f=YE(c,{root:a,threshold:0,rootMargin:"0px 0px -10% 0px",dedupeKey:d}),h=y=>{l(),r?.(y)},m=s?{}:{target:"_blank",rel:"noopener noreferrer"};return s?C.jsx("a",{ref:f,href:e,...i,onClick:h,className:"customLinkInternal",children:t}):C.jsx("a",{ref:f,href:e,...m,...i,onClick:h,className:"customLinkExternal",children:t})}const VE=({content:e,metaData:t,context:n,seenRootEl:r})=>{const{chatlineLabelAssistantTranslation:a}=za();return C.jsxs("div",{className:"flex justify-between mt-8 px-3 chatLineAssistant",children:[C.jsx("div",{className:"w-10 mr-3 mt-6",children:C.jsx("div",{children:C.jsx($E,{})})}),C.jsxs("div",{className:`w-full p-4 rounded-lg transition-all duration-300 ${t?.isErrorMessage?"bg-red-100 border-l-4 border-red-400 text-red-800 shadow-md animate-fade-in":"bg-white text-gray-800"}`,children:[C.jsx("p",{className:"font-bold",children:a}),C.jsx("div",{children:C.jsx(To,{rehypePlugins:[il],components:{a:({node:i,href:s,children:o,...l})=>C.jsx(GE,{href:s??"",...l,context:n,seenRootEl:r,children:o})},children:e&&e})})]})]})},qE=({userType:e,content:t,metaData:n,context:r,seenRootEl:a})=>{const i=e==="user",s=e==="assistant";return C.jsxs(C.Fragment,{children:[i&&C.jsx(jE,{content:t,metaData:n}),s&&C.jsx(VE,{content:t,metaData:n,context:r,seenRootEl:a})]})};function WE(e,t,n){let[r,a]=I.useState(e||t),i=I.useRef(e!==void 0),s=e!==void 0;I.useEffect(()=>{let c=i.current;c!==s&&console.warn(`WARN: A component changed from ${c?"controlled":"uncontrolled"} to ${s?"controlled":"uncontrolled"}.`),i.current=s},[s]);let o=s?e:r,l=I.useCallback((c,...d)=>{let f=(h,...m)=>{n&&(Object.is(o,h)||n(h,...m)),s||(o=h)};typeof c=="function"?(console.warn("We can not support a function callback. See Github Issues for details https://github.com/adobe/react-spectrum/issues/2320"),a((m,...y)=>{let x=c(s?o:m,...y);return f(x,...d),s?m:x})):(s||a(c),f(c,...d))},[s,o,n]);return[o,l]}const or={prefix:String(Math.round(Math.random()*1e10)),current:0},sl=I.createContext(or),XE=I.createContext(!1);let QE=!!(typeof window<"u"&&window.document&&window.document.createElement),Zr=new WeakMap;function KE(e=!1){let t=I.useContext(sl),n=I.useRef(null);if(n.current===null&&!e){var r,a;let i=(a=I.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED)===null||a===void 0||(r=a.ReactCurrentOwner)===null||r===void 0?void 0:r.current;if(i){let s=Zr.get(i);s==null?Zr.set(i,{id:t.current,state:i.memoizedState}):i.memoizedState!==s.state&&(t.current=s.id,Zr.delete(i))}n.current=++t.current}return n.current}function ZE(e){let t=I.useContext(sl);t===or&&!QE&&console.warn("When server rendering, you must wrap your application in an <SSRProvider> to ensure consistent ids are generated between the client and server.");let n=KE(!!e),r=t===or&&process.env.NODE_ENV==="test"?"react-aria":`react-aria${t.prefix}`;return e||`${r}-${n}`}function JE(e){let t=I.useId(),[n]=I.useState(ag()),r=n||process.env.NODE_ENV==="test"?"react-aria":`react-aria${or.prefix}`;return e||`${r}-${t}`}const eg=typeof I.useId=="function"?JE:ZE;function tg(){return!1}function ng(){return!0}function rg(e){return()=>{}}function ag(){return typeof I.useSyncExternalStore=="function"?I.useSyncExternalStore(rg,tg,ng):I.useContext(XE)}function ul(e){var t,n,r="";if(typeof e=="string"||typeof e=="number")r+=e;else if(typeof e=="object")if(Array.isArray(e)){var a=e.length;for(t=0;t<a;t++)e[t]&&(n=ul(e[t]))&&(r&&(r+=" "),r+=n)}else for(n in e)e[n]&&(r&&(r+=" "),r+=n);return r}function ig(){for(var e,t,n=0,r="",a=arguments.length;n<a;n++)(e=arguments[n])&&(t=ul(e))&&(r&&(r+=" "),r+=t);return r}const Ut=typeof document<"u"?I.useLayoutEffect:()=>{};function Pt(e){const t=I.useRef(null);return Ut(()=>{t.current=e},[e]),I.useCallback((...n)=>{const r=t.current;return r?.(...n)},[])}function sg(e){let[t,n]=I.useState(e),r=I.useRef(null),a=Pt(()=>{if(!r.current)return;let s=r.current.next();if(s.done){r.current=null;return}t===s.value?a():n(s.value)});Ut(()=>{r.current&&a()});let i=Pt(s=>{r.current=s(t),a()});return[t,i]}let ug=!!(typeof window<"u"&&window.document&&window.document.createElement),lr=new Map;function cr(e){let[t,n]=I.useState(e),r=I.useRef(null),a=eg(t),i=I.useCallback(s=>{r.current=s},[]);return ug&&lr.set(a,i),Ut(()=>{let s=a;return()=>{lr.delete(s)}},[a]),I.useEffect(()=>{let s=r.current;s&&(r.current=null,n(s))}),a}function og(e,t){if(e===t)return e;let n=lr.get(e);if(n)return n(t),t;let r=lr.get(t);return r?(r(e),e):t}function Fs(e=[]){let t=cr(),[n,r]=sg(t),a=I.useCallback(()=>{r(function*(){yield t,yield document.getElementById(t)?t:void 0})},[t,r]);return Ut(a,[t,a,...e]),n}function lg(...e){return(...t)=>{for(let n of e)typeof n=="function"&&n(...t)}}const jn=e=>{var t;return(t=e?.ownerDocument)!==null&&t!==void 0?t:document},dr=e=>e&&"window"in e&&e.window===e?e:jn(e).defaultView||window;function fr(...e){let t={...e[0]};for(let n=1;n<e.length;n++){let r=e[n];for(let a in r){let i=t[a],s=r[a];typeof i=="function"&&typeof s=="function"&&a[0]==="o"&&a[1]==="n"&&a.charCodeAt(2)>=65&&a.charCodeAt(2)<=90?t[a]=lg(i,s):(a==="className"||a==="UNSAFE_className")&&typeof i=="string"&&typeof s=="string"?t[a]=ig(i,s):a==="id"&&i&&s?t.id=og(i,s):t[a]=s!==void 0?s:i}}return t}const cg=new Set(["id"]),dg=new Set(["aria-label","aria-labelledby","aria-describedby","aria-details"]),fg=new Set(["href","target","rel","download","ping","referrerPolicy"]),hg=/^(data-.*)$/;function mg(e,t={}){let{labelable:n,isLink:r,propNames:a}=t,i={};for(const s in e)Object.prototype.hasOwnProperty.call(e,s)&&(cg.has(s)||n&&dg.has(s)||r&&fg.has(s)||a?.has(s)||hg.test(s))&&(i[s]=e[s]);return i}function Hs(e){if(pg())e.focus({preventScroll:!0});else{let t=Eg(e);e.focus(),gg(t)}}let Qn=null;function pg(){if(Qn==null){Qn=!1;try{document.createElement("div").focus({get preventScroll(){return Qn=!0,!0}})}catch{}}return Qn}function Eg(e){let t=e.parentNode,n=[],r=document.scrollingElement||document.documentElement;for(;t instanceof HTMLElement&&t!==r;)(t.offsetHeight<t.scrollHeight||t.offsetWidth<t.scrollWidth)&&n.push({element:t,scrollTop:t.scrollTop,scrollLeft:t.scrollLeft}),t=t.parentNode;return r instanceof HTMLElement&&n.push({element:r,scrollTop:r.scrollTop,scrollLeft:r.scrollLeft}),n}function gg(e){for(let{element:t,scrollTop:n,scrollLeft:r}of e)t.scrollTop=n,t.scrollLeft=r}function bg(e){var t;return typeof window>"u"||window.navigator==null?!1:((t=window.navigator.userAgentData)===null||t===void 0?void 0:t.brands.some(n=>e.test(n.brand)))||e.test(window.navigator.userAgent)}function Tg(e){var t;return typeof window<"u"&&window.navigator!=null?e.test(((t=window.navigator.userAgentData)===null||t===void 0?void 0:t.platform)||window.navigator.platform):!1}function yg(){return Tg(/^Mac/i)}function xg(){return bg(/Android/i)}let qt=new Map,Ra=new Set;function Us(){if(typeof window>"u")return;function e(r){return"propertyName"in r}let t=r=>{if(!e(r)||!r.target)return;let a=qt.get(r.target);a||(a=new Set,qt.set(r.target,a),r.target.addEventListener("transitioncancel",n,{once:!0})),a.add(r.propertyName)},n=r=>{if(!e(r)||!r.target)return;let a=qt.get(r.target);if(a&&(a.delete(r.propertyName),a.size===0&&(r.target.removeEventListener("transitioncancel",n),qt.delete(r.target)),qt.size===0)){for(let i of Ra)i();Ra.clear()}};document.body.addEventListener("transitionrun",t),document.body.addEventListener("transitionend",n)}typeof document<"u"&&(document.readyState!=="loading"?Us():document.addEventListener("DOMContentLoaded",Us));function Ag(e){requestAnimationFrame(()=>{qt.size===0?e():Ra.add(e)})}function _g(e,t){let{id:n,"aria-label":r,"aria-labelledby":a}=e;return n=cr(n),a&&r?a=[...new Set([n,...a.trim().split(/\s+/)])].join(" "):a&&(a=a.trim().split(/\s+/).join(" ")),!r&&!a&&t&&(r=t),{id:n,"aria-label":r,"aria-labelledby":a}}function Sg(e,t){Ut(()=>{if(e&&e.ref&&t)return e.ref.current=t.current,()=>{e.ref&&(e.ref.current=null)}})}function Cg(e){return e.mozInputSource===0&&e.isTrusted?!0:xg()&&e.pointerType?e.type==="click"&&e.buttons===1:e.detail===0&&!e.pointerType}function Ig(e,t,n){let r=I.useRef(t),a=Pt(()=>{n&&n(r.current)});I.useEffect(()=>{var i;let s=e==null||(i=e.current)===null||i===void 0?void 0:i.form;return s?.addEventListener("reset",a),()=>{s?.removeEventListener("reset",a)}},[e,a])}const Ng=I.createContext({register:()=>{}});Ng.displayName="PressResponderContext";class vg{isDefaultPrevented(){return this.nativeEvent.defaultPrevented}preventDefault(){this.defaultPrevented=!0,this.nativeEvent.preventDefault()}stopPropagation(){this.nativeEvent.stopPropagation(),this.isPropagationStopped=()=>!0}isPropagationStopped(){return!1}persist(){}constructor(t,n){this.nativeEvent=n,this.target=n.target,this.currentTarget=n.currentTarget,this.relatedTarget=n.relatedTarget,this.bubbles=n.bubbles,this.cancelable=n.cancelable,this.defaultPrevented=n.defaultPrevented,this.eventPhase=n.eventPhase,this.isTrusted=n.isTrusted,this.timeStamp=n.timeStamp,this.type=t}}function wg(e){let t=I.useRef({isFocused:!1,observer:null});Ut(()=>{const r=t.current;return()=>{r.observer&&(r.observer.disconnect(),r.observer=null)}},[]);let n=Pt(r=>{e?.(r)});return I.useCallback(r=>{if(r.target instanceof HTMLButtonElement||r.target instanceof HTMLInputElement||r.target instanceof HTMLTextAreaElement||r.target instanceof HTMLSelectElement){t.current.isFocused=!0;let a=r.target,i=s=>{t.current.isFocused=!1,a.disabled&&n(new vg("blur",s)),t.current.observer&&(t.current.observer.disconnect(),t.current.observer=null)};a.addEventListener("focusout",i,{once:!0}),t.current.observer=new MutationObserver(()=>{if(t.current.isFocused&&a.disabled){var s;(s=t.current.observer)===null||s===void 0||s.disconnect();let o=a===document.activeElement?null:document.activeElement;a.dispatchEvent(new FocusEvent("blur",{relatedTarget:o})),a.dispatchEvent(new FocusEvent("focusout",{bubbles:!0,relatedTarget:o}))}}),t.current.observer.observe(a,{attributes:!0,attributeFilter:["disabled"]})}},[n])}function Og(e){let{isDisabled:t,onFocus:n,onBlur:r,onFocusChange:a}=e;const i=I.useCallback(l=>{if(l.target===l.currentTarget)return r&&r(l),a&&a(!1),!0},[r,a]),s=wg(i),o=I.useCallback(l=>{l.target===l.currentTarget&&document.activeElement===l.target&&(n&&n(l),a&&a(!0),s(l))},[a,n,s]);return{focusProps:{onFocus:!t&&(n||a||r)?o:void 0,onBlur:!t&&(r||a)?i:void 0}}}let ln=null,Lg=new Set,Nn=new Map,Mt=!1,Da=!1;function Nr(e,t){for(let n of Lg)n(e,t)}function Rg(e){return!(e.metaKey||!yg()&&e.altKey||e.ctrlKey||e.key==="Control"||e.key==="Shift"||e.key==="Meta")}function hr(e){Mt=!0,Rg(e)&&(ln="keyboard",Nr("keyboard",e))}function Ke(e){ln="pointer",(e.type==="mousedown"||e.type==="pointerdown")&&(Mt=!0,Nr("pointer",e))}function ol(e){Cg(e)&&(Mt=!0,ln="virtual")}function ll(e){e.target===window||e.target===document||(!Mt&&!Da&&(ln="virtual",Nr("virtual",e)),Mt=!1,Da=!1)}function cl(){Mt=!1,Da=!0}function js(e){if(typeof window>"u"||Nn.get(dr(e)))return;const t=dr(e),n=jn(e);let r=t.HTMLElement.prototype.focus;t.HTMLElement.prototype.focus=function(){Mt=!0,r.apply(this,arguments)},n.addEventListener("keydown",hr,!0),n.addEventListener("keyup",hr,!0),n.addEventListener("click",ol,!0),t.addEventListener("focus",ll,!0),t.addEventListener("blur",cl,!1),typeof PointerEvent<"u"?(n.addEventListener("pointerdown",Ke,!0),n.addEventListener("pointermove",Ke,!0),n.addEventListener("pointerup",Ke,!0)):(n.addEventListener("mousedown",Ke,!0),n.addEventListener("mousemove",Ke,!0),n.addEventListener("mouseup",Ke,!0)),t.addEventListener("beforeunload",()=>{dl(e)},{once:!0}),Nn.set(t,{focus:r})}const dl=(e,t)=>{const n=dr(e),r=jn(e);t&&r.removeEventListener("DOMContentLoaded",t),Nn.has(n)&&(n.HTMLElement.prototype.focus=Nn.get(n).focus,r.removeEventListener("keydown",hr,!0),r.removeEventListener("keyup",hr,!0),r.removeEventListener("click",ol,!0),n.removeEventListener("focus",ll,!0),n.removeEventListener("blur",cl,!1),typeof PointerEvent<"u"?(r.removeEventListener("pointerdown",Ke,!0),r.removeEventListener("pointermove",Ke,!0),r.removeEventListener("pointerup",Ke,!0)):(r.removeEventListener("mousedown",Ke,!0),r.removeEventListener("mousemove",Ke,!0),r.removeEventListener("mouseup",Ke,!0)),Nn.delete(n))};function Dg(e){const t=jn(e);let n;return t.readyState!=="loading"?js(e):(n=()=>{js(e)},t.addEventListener("DOMContentLoaded",n)),()=>dl(e,n)}typeof document<"u"&&Dg();function Pg(){return ln}function kg(e){ln=e,Nr(e,null)}function $s(e){if(!e)return;let t=!0;return n=>{let r={...n,preventDefault(){n.preventDefault()},isDefaultPrevented(){return n.isDefaultPrevented()},stopPropagation(){console.error("stopPropagation is now the default behavior for events in React Spectrum. You can use continuePropagation() to revert this behavior.")},continuePropagation(){t=!1}};e(r),t&&n.stopPropagation()}}function Mg(e){return{keyboardProps:e.isDisabled?{}:{onKeyDown:$s(e.onKeyDown),onKeyUp:$s(e.onKeyUp)}}}function Bg(e){const t=jn(e);if(Pg()==="virtual"){let n=t.activeElement;Ag(()=>{t.activeElement===n&&e.isConnected&&Hs(e)})}else Hs(e)}function Fg(e,t){return!e||!t?!1:t.some(n=>n.contains(e))}class li{get size(){return this.fastMap.size}getTreeNode(t){return this.fastMap.get(t)}addTreeNode(t,n,r){let a=this.fastMap.get(n??null);if(!a)return;let i=new zs({scopeRef:t});a.addChild(i),i.parent=a,this.fastMap.set(t,i),r&&(i.nodeToRestore=r)}addNode(t){this.fastMap.set(t.scopeRef,t)}removeTreeNode(t){if(t===null)return;let n=this.fastMap.get(t);if(!n)return;let r=n.parent;for(let i of this.traverse())i!==n&&n.nodeToRestore&&i.nodeToRestore&&n.scopeRef&&n.scopeRef.current&&Fg(i.nodeToRestore,n.scopeRef.current)&&(i.nodeToRestore=n.nodeToRestore);let a=n.children;r&&(r.removeChild(n),a.size>0&&a.forEach(i=>r&&r.addChild(i))),this.fastMap.delete(n.scopeRef)}*traverse(t=this.root){if(t.scopeRef!=null&&(yield t),t.children.size>0)for(let n of t.children)yield*this.traverse(n)}clone(){var t;let n=new li;var r;for(let a of this.traverse())n.addTreeNode(a.scopeRef,(r=(t=a.parent)===null||t===void 0?void 0:t.scopeRef)!==null&&r!==void 0?r:null,a.nodeToRestore);return n}constructor(){this.fastMap=new Map,this.root=new zs({scopeRef:null}),this.fastMap.set(null,this.root)}}class zs{addChild(t){this.children.add(t),t.parent=this}removeChild(t){this.children.delete(t),t.parent=void 0}constructor(t){this.children=new Set,this.contain=!1,this.scopeRef=t.scopeRef}}new li;let Hg=I.createContext(null);function Ug(e){let t=I.useContext(Hg)||{};Sg(t,e);let{ref:n,...r}=t;return r}function jg(e,t){let{focusProps:n}=Og(e),{keyboardProps:r}=Mg(e),a=fr(n,r),i=Ug(t),s=e.isDisabled?{}:i,o=I.useRef(e.autoFocus);return I.useEffect(()=>{o.current&&t.current&&Bg(t.current),o.current=!1},[t]),{focusableProps:fr({...a,tabIndex:e.excludeFromTabOrder&&!e.isDisabled?-1:void 0},s)}}function $g(e,t,n){let{validationBehavior:r,focus:a}=e;Ut(()=>{if(r==="native"&&n?.current){let l=t.realtimeValidation.isInvalid?t.realtimeValidation.validationErrors.join(" ")||"Invalid value.":"";n.current.setCustomValidity(l),n.current.hasAttribute("title")||(n.current.title=""),t.realtimeValidation.isInvalid||t.updateValidation(Yg(n.current))}});let i=Pt(()=>{t.resetValidation()}),s=Pt(l=>{var c;t.displayValidation.isInvalid||t.commitValidation();let d=n==null||(c=n.current)===null||c===void 0?void 0:c.form;if(!l.defaultPrevented&&n&&d&&Gg(d)===n.current){var f;a?a():(f=n.current)===null||f===void 0||f.focus(),kg("keyboard")}l.preventDefault()}),o=Pt(()=>{t.commitValidation()});I.useEffect(()=>{let l=n?.current;if(!l)return;let c=l.form;return l.addEventListener("invalid",s),l.addEventListener("change",o),c?.addEventListener("reset",i),()=>{l.removeEventListener("invalid",s),l.removeEventListener("change",o),c?.removeEventListener("reset",i)}},[n,s,o,i,r])}function zg(e){let t=e.validity;return{badInput:t.badInput,customError:t.customError,patternMismatch:t.patternMismatch,rangeOverflow:t.rangeOverflow,rangeUnderflow:t.rangeUnderflow,stepMismatch:t.stepMismatch,tooLong:t.tooLong,tooShort:t.tooShort,typeMismatch:t.typeMismatch,valueMissing:t.valueMissing,valid:t.valid}}function Yg(e){return{isInvalid:!e.validity.valid,validationDetails:zg(e),validationErrors:e.validationMessage?[e.validationMessage]:[]}}function Gg(e){for(let t=0;t<e.elements.length;t++){let n=e.elements[t];if(!n.validity.valid)return n}return null}const fl={badInput:!1,customError:!1,patternMismatch:!1,rangeOverflow:!1,rangeUnderflow:!1,stepMismatch:!1,tooLong:!1,tooShort:!1,typeMismatch:!1,valueMissing:!1,valid:!0},hl={...fl,customError:!0,valid:!1},pn={isInvalid:!1,validationDetails:fl,validationErrors:[]},Vg=I.createContext({}),Ys="__formValidationState"+Date.now();function qg(e){if(e[Ys]){let{realtimeValidation:t,displayValidation:n,updateValidation:r,resetValidation:a,commitValidation:i}=e[Ys];return{realtimeValidation:t,displayValidation:n,updateValidation:r,resetValidation:a,commitValidation:i}}return Wg(e)}function Wg(e){let{isInvalid:t,validationState:n,name:r,value:a,builtinValidation:i,validate:s,validationBehavior:o="aria"}=e;n&&(t||(t=n==="invalid"));let l=t?{isInvalid:!0,validationErrors:[],validationDetails:hl}:null,c=I.useMemo(()=>Gs(Xg(s,a)),[s,a]);i?.validationDetails.valid&&(i=null);let d=I.useContext(Vg),f=I.useMemo(()=>r?Array.isArray(r)?r.flatMap(Y=>Pa(d[Y])):Pa(d[r]):[],[d,r]),[h,m]=I.useState(d),[y,x]=I.useState(!1);d!==h&&(m(d),x(!1));let L=I.useMemo(()=>Gs(y?[]:f),[y,f]),_=I.useRef(pn),[R,O]=I.useState(pn),H=I.useRef(pn),S=()=>{if(!w)return;Q(!1);let Y=c||i||_.current;Jr(Y,H.current)||(H.current=Y,O(Y))},[w,Q]=I.useState(!1);return I.useEffect(S),{realtimeValidation:l||L||c||i||pn,displayValidation:o==="native"?l||L||R:l||L||c||i||R,updateValidation(Y){o==="aria"&&!Jr(R,Y)?O(Y):_.current=Y},resetValidation(){let Y=pn;Jr(Y,H.current)||(H.current=Y,O(Y)),o==="native"&&Q(!1),x(!0)},commitValidation(){o==="native"&&Q(!0),x(!0)}}}function Pa(e){return e?Array.isArray(e)?e:[e]:[]}function Xg(e,t){if(typeof e=="function"){let n=e(t);if(n&&typeof n!="boolean")return Pa(n)}return[]}function Gs(e){return e.length?{isInvalid:!0,validationErrors:e,validationDetails:hl}:null}function Jr(e,t){return e===t?!0:e&&t&&e.isInvalid===t.isInvalid&&e.validationErrors.length===t.validationErrors.length&&e.validationErrors.every((n,r)=>n===t.validationErrors[r])&&Object.entries(e.validationDetails).every(([n,r])=>t.validationDetails[n]===r)}function Qg(e){let{id:t,label:n,"aria-labelledby":r,"aria-label":a,labelElementType:i="label"}=e;t=cr(t);let s=cr(),o={};n?(r=r?`${s} ${r}`:s,o={id:s,htmlFor:i==="label"?t:void 0}):!r&&!a&&console.warn("If you do not provide a visible label, you must specify an aria-label or aria-labelledby attribute for accessibility");let l=_g({id:t,"aria-label":a,"aria-labelledby":r});return{labelProps:o,fieldProps:l}}function Kg(e){let{description:t,errorMessage:n,isInvalid:r,validationState:a}=e,{labelProps:i,fieldProps:s}=Qg(e),o=Fs([!!t,!!n,r,a]),l=Fs([!!t,!!n,r,a]);return s=fr(s,{"aria-describedby":[o,l,e["aria-describedby"]].filter(Boolean).join(" ")||void 0}),{labelProps:i,fieldProps:s,descriptionProps:{id:o},errorMessageProps:{id:l}}}function Zg(e,t){let{inputElementType:n="input",isDisabled:r=!1,isRequired:a=!1,isReadOnly:i=!1,type:s="text",validationBehavior:o="aria"}=e,[l,c]=WE(e.value,e.defaultValue||"",e.onChange),{focusableProps:d}=jg(e,t),f=qg({...e,value:l}),{isInvalid:h,validationErrors:m,validationDetails:y}=f.displayValidation,{labelProps:x,fieldProps:L,descriptionProps:_,errorMessageProps:R}=Kg({...e,isInvalid:h,errorMessage:e.errorMessage||m}),O=mg(e,{labelable:!0});const H={type:s,pattern:e.pattern};return Ig(t,l,c),$g(e,f,t),I.useEffect(()=>{if(t.current instanceof dr(t.current).HTMLTextAreaElement){let S=t.current;Object.defineProperty(S,"defaultValue",{get:()=>S.value,set:()=>{},configurable:!0})}},[t]),{labelProps:x,inputProps:fr(O,n==="input"&&H,{disabled:r,readOnly:i,required:a&&o==="native","aria-required":a&&o==="aria"||void 0,"aria-invalid":h||void 0,"aria-errormessage":e["aria-errormessage"],"aria-activedescendant":e["aria-activedescendant"],"aria-autocomplete":e["aria-autocomplete"],"aria-haspopup":e["aria-haspopup"],value:l,onChange:S=>c(S.target.value),autoComplete:e.autoComplete,autoCapitalize:e.autoCapitalize,maxLength:e.maxLength,minLength:e.minLength,name:e.name,placeholder:e.placeholder,inputMode:e.inputMode,onCopy:e.onCopy,onCut:e.onCut,onPaste:e.onPaste,onCompositionEnd:e.onCompositionEnd,onCompositionStart:e.onCompositionStart,onCompositionUpdate:e.onCompositionUpdate,onSelect:e.onSelect,onBeforeInput:e.onBeforeInput,onInput:e.onInput,...d,...L}),descriptionProps:_,errorMessageProps:R,isInvalid:h,validationErrors:m,validationDetails:y}}const Jg=e=>e.charCodeAt(e.length-1)===10,eb=e=>{const[t,n]=I.useState(""),r=()=>{h.current&&(h.current.style.height=h.current.scrollHeight+"px")},a=()=>{h.current&&(h.current.style.height="48px")},i=S=>{n(S)};I.useEffect(r,[t]);let{label:s,SubmitComponent:o,onSubmit:l,isLoadingStream:c,LoadingComponent:d,onPressLoadingButton:f}=e,h=I.useRef(null),{labelProps:m,inputProps:y}=Zg({...e,inputElementType:"textarea"},h);const x=S=>{Jg(S.target.value)||i(S.target.value)},L=S=>{if(S.key==="Enter"||S.code==="Enter"||S.keyCode===13||S.code==="NumpadEnter"){if(S.shiftKey)i(t+`
70
+ `);else if(!S.shiftKey){S.preventDefault(),S.stopPropagation(),c||O();return}}},_=S=>{(S.key==="Enter"||S.code==="Enter"||S.keyCode===13||S.code==="NumpadEnter")&&(S.preventDefault(),S.stopPropagation())};let R=e.isDisabled;e.shouldDisableIfInputIsEmpty&&(R=e.isDisabled||t.length===0);const O=()=>{a(),l&&l(t),i("")},H=()=>{f&&f()};return C.jsxs("div",{style:{display:"flex",flexDirection:"column"},className:`${e.classNameContainer} w-full`,children:[C.jsxs("div",{style:{display:"flex",flexDirection:"column"},children:[C.jsx("label",{...m,className:e.classNameLabel,children:s}),C.jsx("textarea",{...y,ref:h,className:`${e.classNameTextarea} p-3`,onChange:x,value:t,rows:1,style:{overflow:"hidden",outlineColor:"#a8a8a8",border:"none",outline:"none",width:"calc(100% - 30px)",resize:"none"},onKeyDown:L,onKeyUp:_})]}),!c&&o&&C.jsx("div",{className:"relative",children:C.jsx(o,{onSubmitButton:O,isDisabled:R})}),c&&d&&C.jsx("div",{className:"relative",children:C.jsx(d,{onPressLoadingButton:H})})]})},tb=({onSubmitButton:e,isDisabled:t})=>C.jsx("div",{children:C.jsx("button",{className:`absolute
71
+ bg-violet-600
72
72
  md:bottom-2
73
73
  md:right-3
74
74
  dark:hover:bg-white
@@ -76,52 +76,52 @@ For more details see https://formatjs.io/docs/getting-started/message-distributi
76
76
  bottom-1.5
77
77
  disabled:opacity-10
78
78
  disabled:text-gray-400
79
- enabled:bg-black
79
+ enabled:bg-violet-600
80
80
  text-white
81
81
  p-0.5 border
82
82
  border-black
83
83
  rounded-lg
84
84
  dark:border-white
85
85
  dark:bg-white
86
- transition-colors`,"data-testid":"send-button",onClick:e,disabled:t,type:"button",children:N.jsx("span",{className:"","data-state":"closed",children:N.jsx("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",className:"text-white dark:text-black",children:N.jsx("path",{d:"M7 11L12 6L17 11M12 18V7",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})})})});var Ze=(e=>(e.FRENCH="fr-FR",e.ENGLISH="en-US",e))(Ze||{});const ng={"generic.language.english":"English","generic.language.french":"French","generic.connect.google":"Connect with Google","generic.button.title.save":"Save","page.login.button.login":"Login / Register","page.login.google.login":"Continue with Google","navbar.button.home":"Home","navbar.button.pricing":"Pricing","navbar.button.login":"Login","navbar.button.demo":"Demo","navbar.userMenu.logout":"Log out","navbar.userMenu.profile":"Profile","navbar.userMenu.backOffice":"Back-office","home.header.catchphase":"The catchphrase you wanted","home.header.subcatchphase":"Discover the new software that will change it all","home.header.CTA":"See more","home.section.bulletsPointParagraphe1.title":"Management","home.section.bulletsPointParagraphe1.text":"Take advantage of a complete solution to have a direct point of view on all of your units.","home.section.bulletsPointParagraphe2.title":"Automation","home.section.bulletsPointParagraphe2.text":"In just a few clicks, manage your entire fleet. Implement macros and synergies on your systems.","home.section.bulletsPointParagraphe3.title":"Reporting","home.section.bulletsPointParagraphe3.text":"With its BI module, our software allows you to monitor performance and optimize your costs.","home.realm.title":"See the root of your business in a few clicks","home.realm.text":"The security of your data is at the heart of our concerns. Our software was created in France, we are ISO 27001 certified and all our servers are located in Europe.","home.realm.cta":"Discover our solution","home.testimonials.title":"What our customers say","home.testimonials.1.text":"Since using the software, we have better control of the flow of goods and relevant performance monitoring.","home.testimonials.1.job":"Developer @Wordpress","home.testimonials.1.name":"Loic Martins","home.testimonials.2.text":"Putting the software solution into production allowed us to completely reorganize the teams.","home.testimonials.2.job":"Community Manager @Comet","home.testimonials.2.name":"Anna Wang","home.testimonials.3.text":"Mastery of the logistics subject is obvious with the software solution.","home.testimonials.3.job":"Product Owner @April","home.testimonials.3.name":"Louis Bachant","home.test.section.title":"Try it out now","home.test.section.CTA":"See our solution","pricing.CTA.pleaseLogin":"Login to buy","pricing.page.title":"Choose your plan","pricing.page.subtitle":"No obligation: cancel at any time with one click.","subscribe.paymentRecap.title":"Payment Summary","subscribe.paymentRecap.customerName":"Name","subscribe.paymentRecap.customerMail":"Email","subscribe.paymentRecap.additionnalMention":"Mention to add","subscribe.paymentRecap.totalAmount":"Total Amount","subscribe.paymentForm.title":"Bank card","subscribe.paymentForm.cardNumber":"Card number","subscribe.paymentForm.expiresAt":"Expires at","subscribe.paymentForm.CVCNumber":"CVC number","subscribe.paymentForm.CTA.loading":"Loading ...","subscribe.paymentForm.CTA.pay":"Pay now","subscribe.success.title":"Payment successful","subscribe.success.paragraph1":"Your payment has been processed successfully. You are now suscribed !","subscribe.success.paragraph2":"Your new options are now available.","myAccount.page.leftMenu.general":"General","myAccount.page.leftMenu.profile":"Profile","chatbot.placeholder.content":"Message the assistant...","chatbot.DiscussionLimitReached.title":"Discussion limit reached","chatbot.DiscussionLimitReached.explaination":"The discussion has reached its maximum number of messages. Please start a new one.","chatbot.DiscussionLimitReached.cta":"Restart","chatbot.error.api.409":"Oups ! The discussion if full. Please start a new one.","chatbot.error.api.429":"⏳ The chatbot is a little busy at the time. Please try again later.","chatbot.error.api.500":"Oops ! There has been an error. Please try again later.","chatbot.chatline.label.user":"You","chatbot.chatline.label.assistant":"Assistant","chatbot.chatline.loading.function.genericSearchMessage":"I'm looking for products","chatbot.chatline.loading.function.search":"Search","chatbot.chatline.loading.function.extractProductName":"Looking into the cavern","chatbot.chatline.loading.function.suggestProductName":"Consulting the shadocks","chatbot.chatline.loading.function.criteriaDefinition":"Looking for ziboublis","chatbot.chatline.loading.function.searchStock":"Searching Stock","chatbot.chatline.loading.function.step":"Step","chatbot.chatline.loading.cancel":"Cancel","footer.tab.title.general":"General","footer.tab.title.about":"About","footer.tab.title.resources":"Resources","footer.tab.title.legal":"Legal","footer.tab.title.social":"Social","footer.tab.search":"Search","footer.tab.pricing":"Pricing","footer.tab.termsAndConditions":"Terms and conditions","footer.tab.finalCopyright":"Copyright © 2023 Logiciel, Inc. All rights reserved."},rg={"generic.language.english":"Anglais","generic.language.french":"Français","generic.connect.google":"Se connecter avec Google","generic.button.title.save":"Sauvegarder","page.login.button.login":"Se connecter / S'inscrire","page.login.google.login":"Continuer avec Google","navbar.button.home":"Accueil","navbar.button.pricing":"Tarifs","navbar.button.login":"Se Connecter","navbar.button.demo":"Demo","navbar.userMenu.logout":"Déconnection","navbar.userMenu.profile":"Profil","navbar.userMenu.backOffice":"Back-office","home.header.catchphase":"Catchphrase de l'espace","home.header.subcatchphase":"Découvrez le logiciel qui met fin à vos problèmes","home.header.CTA":"Voir notre solution","home.section.bulletsPointParagraphe1.title":"Management","home.section.bulletsPointParagraphe1.text":"Profitez d'une solution complète pour avoir un point de vue direct sur l'ensemble de vos unités.","home.section.bulletsPointParagraphe2.title":"Automatisation","home.section.bulletsPointParagraphe2.text":"En quelques clicks, gérez l'ensemble de votre flotte. Mettez en place des macros et des synergies sur vos systèmes.","home.section.bulletsPointParagraphe3.title":"Reporting","home.section.bulletsPointParagraphe3.text":"Avec son module BI, notre logiciel vous permet de monitorer la performance et d'optimiser vos coûts. A l'euro prêt","home.realm.title":"Le coeur du métier en quelques clics","home.realm.text":"La sécurité de vos données est au cœur de nos préoccupations. Notre logiciel a été créé en France, nous sommes certifiés ISO 27001 et tous nos serveurs sont situés en Europe.","home.realm.cta":"Voir notre solution","home.testimonials.title":"Nos clients parlent de nous","home.testimonials.1.text":"Depuis notre utilisation du logiciel, nous avons un meilleur contrôle du flux de marchandises et un suivi de performance pertinent.","home.testimonials.1.job":"Developpeur @Wordpress","home.testimonials.1.name":"Loic Martins","home.testimonials.2.text":"La mise en production de la solution logicielle nous a permis de réorganiser complètement les équipes.","home.testimonials.2.job":"Community Manager @Comet","home.testimonials.2.name":"Anna Wang","home.testimonials.3.text":"La maitrise du sujet logistique est une évidence avec la solution logicielle.","home.testimonials.3.job":"Product Owner @April","home.testimonials.3.name":"Louis Bachant","home.test.section.title":"Testez dès maintenant","home.test.section.CTA":"Voir notre solution","pricing.CTA.pleaseLogin":"Connectez-vous","pricing.page.title":"Choisissez votre plan","pricing.page.subtitle":"Sans engagement : annulez à tout moment en un clic.","subscribe.paymentRecap.title":"Récapitulatif de paiement","subscribe.paymentRecap.customerName":"Nom","subscribe.paymentRecap.customerMail":"Email","subscribe.paymentRecap.additionnalMention":"Mention à ajouter","subscribe.paymentRecap.totalAmount":"Total","subscribe.paymentForm.title":"Carte bancaire","subscribe.paymentForm.cardNumber":"Numéro de carte","subscribe.paymentForm.expiresAt":"Expire le","subscribe.paymentForm.CVCNumber":"Numéro CVV","subscribe.paymentForm.CTA.loading":"Chargement ...","subscribe.paymentForm.CTA.pay":"S'abonner","subscribe.success.title":"Paiement effectué avec succès","subscribe.success.paragraph1":"Votre paiement a bien été accepté. Vous êtes désormais abonné !","subscribe.success.paragraph2":"Toutes vos options sont maintenant disponibles.","myAccount.page.leftMenu.general":"Général","myAccount.page.leftMenu.profile":"Profil","chatbot.placeholder.content":"Envoyez un message à l'assistant ...","chatbot.DiscussionLimitReached.title":"Maximum de messages envoyés atteint.","chatbot.DiscussionLimitReached.explaination":"Le robot est à son maximum et ne peut plus envoyer de message. Merci de relancer une conversation.","chatbot.DiscussionLimitReached.cta":"Relancer une nouvelle conversation","chatbot.error.api.409":"Oups ! La discussion est à son maximum. Merci d'en commencer une nouvelle.","chatbot.error.api.429":"⏳ Le robot est un peu occupé actuellement. Merci de réessayer plus tard.","chatbot.error.api.500":"Oups ! Une erreur est survenue. Merci de réessayer plus tard !","chatbot.chatline.label.user":"Vous","chatbot.chatline.label.assistant":"Assistant","chatbot.chatline.loading.function.search":"Recherche","chatbot.chatline.loading.function.genericSearchMessage":"Je cherche des produits","chatbot.chatline.loading.function.extractProductName":"Recherche dans la caverne","chatbot.chatline.loading.function.suggestProductName":"Consultation des shadocks","chatbot.chatline.loading.function.criteriaDefinition":"Recherche des ziboublis","chatbot.chatline.loading.function.searchStock":"Recherche en stock","chatbot.chatline.loading.function.step":"Etape","chatbot.chatline.loading.cancel":"Annuler","footer.tab.title.general":"Général","footer.tab.title.about":"A propos","footer.tab.title.resources":"Ressources","footer.tab.title.legal":"Mentions Légales","footer.tab.title.social":"Social","footer.tab.search":"Rechercher","footer.tab.pricing":"Tarifs","footer.tab.termsAndConditions":"Termes et conditions","footer.tab.finalCopyright":"Copyright © 2023 Logiciel, Inc. Tous droits réservés."},vr={[Ze.ENGLISH]:{translatedText:ng,pictureName:Ze.ENGLISH,langID:0,locale:Ze.ENGLISH},[Ze.FRENCH]:{translatedText:rg,pictureName:Ze.FRENCH,langID:1,locale:Ze.FRENCH}},ag=Object.keys(vr);ag.reduce((e,t)=>{const n=vr[t];return[...e,n]},[]);const ig="languageSettings",ml=C.createContext({appCurrentLang:vr[Ze.ENGLISH],setAppCurrentLang:()=>{}}),sg=e=>/(\[.*|\!\[.*)$/.test(e),ug=e=>/\)/.test(e),og=e=>e.filter(t=>t.userType==="user").length;var pl=(e=>(e.GET_DISCUSSION_ID="/id",e))(pl||{});const lg=e=>!!e.startsWith("/"),cg=(e,t)=>e===pl.GET_DISCUSSION_ID?t?`Votre ID de discussion est ${t}`:"Votre ID de discussion n'est pas encore défini. Envoyez un premier message pour que ce soit le cas.":`La commande ${e} n'est pas prise en compte.`;var gn=(e=>(e.OUTPUT_STREAM_TEXT_TYPE="text",e.OUTPUT_STREAM_NUMBER_OF_STEPS_TYPE="number_of_steps",e.OUTPUT_STREAM_CURRENT_STEP_NUMBER_TYPE="current_step_number",e.OUTPUT_STREAM_CURRENT_STEP_NAME_TYPE="current_step_name",e))(gn||{});class Gt{constructor(){}static transformStringifiedObjectIntoArrayOfObjects=t=>{const r=t.split("}").map(s=>s.startsWith("{")?s+="}":null),a=r.filter(s=>!!s);let i;try{i=a.map(s=>JSON.parse(s))}catch{console.warn("Could not parse the objects. Objects received :"),console.warn("Initial objects :",t),console.warn("objectsCompleted :",r),console.warn("objectsCleaned :",a)}return i};static isObjectOutputstreamTextDTO=t=>t.type===gn.OUTPUT_STREAM_TEXT_TYPE;static isObjectOutputstreamLoadingNumberOfStepsDTO=t=>t.type===gn.OUTPUT_STREAM_NUMBER_OF_STEPS_TYPE;static isObjectOutputstreamLoadingCurrentStepNumberDTO=t=>t.type===gn.OUTPUT_STREAM_CURRENT_STEP_NUMBER_TYPE;static isObjectOutputstreamLoadingCurrentStepNameDTO=t=>t.type===gn.OUTPUT_STREAM_CURRENT_STEP_NAME_TYPE;static containsObjectWithLastAnswerToTrue=t=>{for(const n of t)if(this.isObjectOutputstreamTextDTO(n)&&n.isLastAnswer)return!0;return!1}}const bl=()=>{const e=Dn(),t=e.formatMessage({defaultMessage:"Search",id:"chatbot.chatline.loading.function.search"}),n=e.formatMessage({defaultMessage:"Looking into the cavern",id:"chatbot.chatline.loading.function.extractProductName"}),r=e.formatMessage({defaultMessage:"Consulting the shadocks",id:"chatbot.chatline.loading.function.suggestProductName"}),a=e.formatMessage({defaultMessage:"Looking for ziboublis",id:"chatbot.chatline.loading.function.criteriaDefinition"}),i=e.formatMessage({defaultMessage:"Searching Stock",id:"chatbot.chatline.loading.function.searchStock"}),s=e.formatMessage({defaultMessage:"Step",id:"chatbot.chatline.loading.function.step"}),o=e.formatMessage({defaultMessage:"I'm looking for products",id:"chatbot.chatline.loading.function.genericSearchMessage"}),l=e.formatMessage({defaultMessage:"Cancel",id:"chatbot.chatline.loading.cancel"}),c=f=>f?f.includes("ExtractProductNames")?n:f.includes("SuggestProductNames")?r:f.includes("CreateCriteriasFromProductNames")||f.includes("CreateCriteriasOrProductNamesFromDiscussion")?a:f.includes("SearchStock")?i:"":t,d=c();return{searchTranslation:t,extractProductNameTranslation:n,criteriaDefinitionTranslation:a,searchStockTranslation:i,stepTranslation:s,getFunctionTranslated:c,defaultStartingStep:d,lookingForProductTranslation:o,cancelTranslation:l}},dg=({})=>{const{companySettings:e}=C.useContext(Rn);return N.jsx("div",{className:`search
86
+ transition-colors`,"data-testid":"send-button",onClick:e,disabled:t,type:"button","aria-label":"Send message",children:C.jsx("span",{className:"","data-state":"closed",children:C.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:"24",height:"24","aria-hidden":"true",className:"text-white dark:text-black",children:[C.jsx("path",{d:"M3 20L21 12L3 4L7.5 12L3 20Z",fill:"none",stroke:"currentColor","stroke-width":"1.6","stroke-linejoin":"round"}),C.jsx("path",{d:"M7.5 12H14.75",fill:"none",stroke:"currentColor","stroke-width":"1.6","stroke-linecap":"round"})]})})})});var Ze=(e=>(e.FRENCH="fr-FR",e.ENGLISH="en-US",e))(Ze||{});const nb={"generic.language.english":"English","generic.language.french":"French","chatbot.placeholder.content":"Message the assistant...","chatbot.DiscussionLimitReached.title":"Discussion limit reached","chatbot.DiscussionLimitReached.explaination":"The discussion has reached its maximum number of messages. Please start a new one.","chatbot.DiscussionLimitReached.cta":"Restart","chatbot.error.api.409":"Oups ! The discussion if full. Please start a new one.","chatbot.error.api.429":"⏳ The chatbot is a little busy at the time. Please try again later.","chatbot.error.api.500":"Oops ! There has been an error. Please try again later.","chatbot.chatline.label.user":"You","chatbot.chatline.label.assistant":"Assistant","chatbot.chatline.loading.function.genericSearchMessage":"I'm looking for products","chatbot.chatline.loading.function.search":"Search","chatbot.chatline.loading.function.extractProductName":"Looking into the cavern","chatbot.chatline.loading.function.suggestProductName":"Consulting the shadocks","chatbot.chatline.loading.function.criteriaDefinition":"Looking for ziboublis","chatbot.chatline.loading.function.searchStock":"Searching Stock","chatbot.chatline.loading.function.step":"Step","chatbot.chatline.loading.cancel":"Cancel","chatbot.chatline.seeRecentMessages":"see recent messages"},rb={"generic.language.english":"Anglais","generic.language.french":"Français","chatbot.placeholder.content":"Envoyez un message à l'assistant ...","chatbot.DiscussionLimitReached.title":"Maximum de messages envoyés atteint.","chatbot.DiscussionLimitReached.explaination":"Le robot est à son maximum et ne peut plus envoyer de message. Merci de relancer une conversation.","chatbot.DiscussionLimitReached.cta":"Relancer une nouvelle conversation","chatbot.error.api.409":"Oups ! La discussion est à son maximum. Merci d'en commencer une nouvelle.","chatbot.error.api.429":"⏳ Le robot est un peu occupé actuellement. Merci de réessayer plus tard.","chatbot.error.api.500":"Oups ! Une erreur est survenue. Merci de réessayer plus tard !","chatbot.chatline.label.user":"Vous","chatbot.chatline.label.assistant":"Assistant","chatbot.chatline.loading.function.search":"Recherche","chatbot.chatline.loading.function.genericSearchMessage":"Je cherche des produits","chatbot.chatline.loading.function.extractProductName":"Recherche dans la caverne","chatbot.chatline.loading.function.suggestProductName":"Consultation des shadocks","chatbot.chatline.loading.function.criteriaDefinition":"Recherche des ziboublis","chatbot.chatline.loading.function.searchStock":"Recherche en stock","chatbot.chatline.loading.function.step":"Etape","chatbot.chatline.loading.cancel":"Annuler","chatbot.chatline.seeRecentMessages":"voir les messages plus récents"},vr={[Ze.ENGLISH]:{translatedText:nb,pictureName:Ze.ENGLISH,langID:0,locale:Ze.ENGLISH},[Ze.FRENCH]:{translatedText:rb,pictureName:Ze.FRENCH,langID:1,locale:Ze.FRENCH}},ab=Object.keys(vr);ab.reduce((e,t)=>{const n=vr[t];return[...e,n]},[]);const ib="languageSettings",ml=I.createContext({appCurrentLang:vr[Ze.ENGLISH],setAppCurrentLang:()=>{}}),sb=e=>/(\[.*|\!\[.*)$/.test(e),ub=e=>/\)/.test(e),ob=e=>e.filter(t=>t.userType==="user").length;var pl=(e=>(e.GET_DISCUSSION_ID="/id",e))(pl||{});const lb=e=>!!e.startsWith("/"),cb=(e,t)=>e===pl.GET_DISCUSSION_ID?t?`Votre ID de discussion est ${t}`:"Votre ID de discussion n'est pas encore défini. Envoyez un premier message pour que ce soit le cas.":`La commande ${e} n'est pas prise en compte.`;var bn=(e=>(e.OUTPUT_STREAM_TEXT_TYPE="text",e.OUTPUT_STREAM_NUMBER_OF_STEPS_TYPE="number_of_steps",e.OUTPUT_STREAM_CURRENT_STEP_NUMBER_TYPE="current_step_number",e.OUTPUT_STREAM_CURRENT_STEP_NAME_TYPE="current_step_name",e))(bn||{});class Gt{constructor(){}static transformStringifiedObjectIntoArrayOfObjects=t=>{const r=t.split("}").map(s=>s.startsWith("{")?s+="}":null),a=r.filter(s=>!!s);let i;try{i=a.map(s=>JSON.parse(s))}catch{console.warn("Could not parse the objects. Objects received :"),console.warn("Initial objects :",t),console.warn("objectsCompleted :",r),console.warn("objectsCleaned :",a)}return i};static isObjectOutputstreamTextDTO=t=>t.type===bn.OUTPUT_STREAM_TEXT_TYPE;static isObjectOutputstreamLoadingNumberOfStepsDTO=t=>t.type===bn.OUTPUT_STREAM_NUMBER_OF_STEPS_TYPE;static isObjectOutputstreamLoadingCurrentStepNumberDTO=t=>t.type===bn.OUTPUT_STREAM_CURRENT_STEP_NUMBER_TYPE;static isObjectOutputstreamLoadingCurrentStepNameDTO=t=>t.type===bn.OUTPUT_STREAM_CURRENT_STEP_NAME_TYPE;static containsObjectWithLastAnswerToTrue=t=>{for(const n of t)if(this.isObjectOutputstreamTextDTO(n)&&n.isLastAnswer)return!0;return!1}}const El=()=>{const e=Pn(),t=e.formatMessage({defaultMessage:"Search",id:"chatbot.chatline.loading.function.search"}),n=e.formatMessage({defaultMessage:"Looking into the cavern",id:"chatbot.chatline.loading.function.extractProductName"}),r=e.formatMessage({defaultMessage:"Consulting the shadocks",id:"chatbot.chatline.loading.function.suggestProductName"}),a=e.formatMessage({defaultMessage:"Looking for ziboublis",id:"chatbot.chatline.loading.function.criteriaDefinition"}),i=e.formatMessage({defaultMessage:"Searching Stock",id:"chatbot.chatline.loading.function.searchStock"}),s=e.formatMessage({defaultMessage:"Step",id:"chatbot.chatline.loading.function.step"}),o=e.formatMessage({defaultMessage:"I'm looking for products",id:"chatbot.chatline.loading.function.genericSearchMessage"}),l=e.formatMessage({defaultMessage:"Cancel",id:"chatbot.chatline.loading.cancel"}),c=e.formatMessage({defaultMessage:"see recent messages",id:"chatbot.chatline.seeRecentMessages"}),d=h=>h?h.includes("ExtractProductNames")?n:h.includes("SuggestProductNames")?r:h.includes("CreateCriteriasFromProductNames")||h.includes("CreateCriteriasOrProductNamesFromDiscussion")?a:h.includes("SearchStock")?i:"":t,f=d();return{searchTranslation:t,extractProductNameTranslation:n,criteriaDefinitionTranslation:a,searchStockTranslation:i,stepTranslation:s,getFunctionTranslated:d,defaultStartingStep:f,lookingForProductTranslation:o,cancelTranslation:l,recentMessagesTranslation:c}},db=({})=>{const{companySettings:e}=I.useContext(Rn);return C.jsx("div",{className:`search
87
87
  transition
88
88
  ease-in-out
89
89
  delay-50
90
90
  flex
91
91
  justify-center
92
92
  items-center
93
- `,children:N.jsx(Fa,{facet:e.agent.display[ze.AgentDisplayFacetRoleType.SEARCH]})})},fg=({loadingStatus:e,currentStepName:t,currentStepNumber:n,numberOfSteps:r})=>{const{getFunctionTranslated:a,stepTranslation:i,lookingForProductTranslation:s}=bl();return N.jsx(N.Fragment,{children:e==="loadingIntermediaryStates"&&N.jsxs("div",{children:[N.jsxs("div",{children:[N.jsxs("p",{className:"text-center my-2 text-lg",children:[s,"..."]}),N.jsx("p",{className:"text-center my-1 text-md",children:t&&`${a(t)}`}),n&&N.jsxs("p",{className:"text-center my-2",children:[i,N.jsx("span",{children:" "}),n,"/",r]})]}),N.jsx("div",{className:"flex justify-center",children:N.jsx(dg,{})})]})})},hg=({onPressLoadingButton:e})=>N.jsx("div",{children:N.jsx("button",{className:"absolute bg-white md:bottom-2 md:right-3 dark:hover:bg-white right-2 bottom-1.5 disabled:opacity-10 disabled:text-gray-400 enabled:bg-white text-white p-0.5 border border-white rounded-lg dark:border-white dark:bg-white transition-colors","data-testid":"send-button",onClick:e,type:"button",style:{outline:"none"},tabIndex:-1,onMouseDown:t=>t.preventDefault(),onKeyDown:t=>{(t.key==="Enter"||t.key===" ")&&t.preventDefault()},onKeyUp:t=>{(t.key==="Enter"||t.key===" ")&&t.preventDefault()},children:N.jsx("span",{className:"","data-state":"closed",children:N.jsxs("svg",{fill:"#000000",height:"24",width:"24",version:"1.1",id:"Capa_1",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 297 297",children:[N.jsx("g",{id:"SVGRepo_bgCarrier","stroke-width":"0"}),N.jsx("g",{id:"SVGRepo_tracerCarrier","stroke-linecap":"round","stroke-linejoin":"round"}),N.jsxs("g",{id:"SVGRepo_iconCarrier",children:[" ",N.jsx("path",{d:"M148.5,0C66.486,0,0,66.486,0,148.5S66.486,297,148.5,297S297,230.514,297,148.5S230.514,0,148.5,0z M213.292,190.121 c0,12.912-10.467,23.379-23.378,23.379H106.67c-12.911,0-23.378-10.467-23.378-23.379v-83.242c0-12.912,10.467-23.379,23.378-23.379 h83.244c12.911,0,23.378,10.467,23.378,23.379V190.121z"})," "]})]})})})}),El=C.createContext({conversation:[],setConversation:()=>{},discussionId:null,setDiscussionId:()=>{}}),mg=e=>{const t=C.useRef(null),[n,r]=C.useState(!1),a=C.useRef(!0),i=C.useRef(!1),s=C.useRef(0),o=()=>{const d=t.current,f=4;if(d){d.scrollTop<s.current-1&&(i.current=!1);const h=d.scrollHeight>d.clientHeight,y=d.scrollHeight-d.scrollTop<=d.clientHeight+f;r(h&&!y),a.current=y,s.current=d.scrollTop}},l=({smooth:d=!1,sticky:f=!1})=>{const m=t.current;f?(i.current=!0,a.current=!0):m&&m.scrollTo({top:m.scrollHeight,behavior:d?"smooth":"auto"}),m&&i.current&&m.scrollTo({top:m.scrollHeight,behavior:d?"smooth":"auto"})};return C.useEffect(()=>{o()},[e]),C.useEffect(()=>{const d=t.current;if(d)return d.addEventListener("scroll",o),o(),()=>{d.removeEventListener("scroll",o)}},[]),C.useLayoutEffect(()=>{i.current&&l({smooth:!1})},[e]),{scrollToBottom:l,removeStickyNess:()=>{i.current=!1},messagesContainerRef:t,showScrollButton:n}},pg=()=>{const e=Dn(),t=e.formatMessage({defaultMessage:"Discussion limit reached",id:"chatbot.DiscussionLimitReached.title"}),n=e.formatMessage({defaultMessage:"The discussion has reached its maximum number of messages. Please start a new one.",id:"chatbot.DiscussionLimitReached.explaination"}),r=e.formatMessage({defaultMessage:"Restart",id:"chatbot.DiscussionLimitReached.cta"});return{DiscussionLimitReachedTitleTranslation:t,DiscussionLimitReachedExplainationTranslation:n,DiscussionLimitReachedCtaTranslation:r}},bg=e=>Pe.createElement("svg",{width:"800px",height:"800px",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},Pe.createElement("g",{clipPath:"url(#clip0_1276_7761)"},Pe.createElement("path",{d:"M19.7285 10.9288C20.4413 13.5978 19.7507 16.5635 17.6569 18.6573C15.1798 21.1344 11.4826 21.6475 8.5 20.1966M18.364 8.05071L17.6569 7.3436C14.5327 4.21941 9.46736 4.21941 6.34316 7.3436C3.42964 10.2571 3.23318 14.8588 5.75376 18M18.364 8.05071H14.1213M18.364 8.05071V3.80807",stroke:"#1C274C",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})),Pe.createElement("defs",null,Pe.createElement("clipPath",{id:"clip0_1276_7761"},Pe.createElement("rect",{width:24,height:24,fill:"white"})))),Eg=({resetDiscussion:e})=>{const{DiscussionLimitReachedCtaTranslation:t,DiscussionLimitReachedExplainationTranslation:n,DiscussionLimitReachedTitleTranslation:r}=pg();return N.jsx(N.Fragment,{children:N.jsx("div",{className:"px-3 mt-4",children:N.jsxs("div",{role:"status","aria-live":"polite",className:"info-banner not-prose flex items-start gap-3 rounded-lg bg-blue-50 border-l-4 border-blue-500 p-4 shadow-sm",children:[N.jsx("div",{className:"flex flex-col justify-center items-center mx-3",children:N.jsx("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true",className:"!w-5 !h-5 mt-0.5 flex-shrink-0 pointer-events-none",children:N.jsx("path",{fillRule:"evenodd",d:"M10 18a8 8 0 100-16 8 8 0 000 16Zm.75-11.5a.75.75 0 10-1.5 0 .75.75 0 001.5 0ZM9 8.75A.75.75 0 019.75 8h.5a.75.75 0 01.75.75v5a.75.75 0 01-.75.75h-.5A.75.75 0 019 13.75v-5Z",clipRule:"evenodd"})})}),N.jsxs("div",{className:"flex-1 min-w-0",children:[N.jsx("p",{className:"font-semibold",children:r}),N.jsx("p",{className:"text-sm break-words",children:n}),N.jsx("div",{className:"my-2",children:N.jsxs("button",{type:"button",onClick:e,title:t,"aria-label":t,className:`group inline-flex items-center gap-2 rounded-full px-3 py-1.5
93
+ `,children:C.jsx(Fa,{facet:e.agent.display[ze.AgentDisplayFacetRoleType.SEARCH]})})},fb=({loadingStatus:e,currentStepName:t,currentStepNumber:n,numberOfSteps:r})=>{const{getFunctionTranslated:a,stepTranslation:i,lookingForProductTranslation:s}=El();return C.jsx(C.Fragment,{children:e==="loadingIntermediaryStates"&&C.jsxs("div",{children:[C.jsxs("div",{children:[C.jsxs("p",{className:"text-center my-2 text-lg",children:[s,"..."]}),C.jsx("p",{className:"text-center my-1 text-md",children:t&&`${a(t)}`}),n&&C.jsxs("p",{className:"text-center my-2",children:[i,C.jsx("span",{children:" "}),n,"/",r]})]}),C.jsx("div",{className:"flex justify-center",children:C.jsx(db,{})})]})})},hb=({onPressLoadingButton:e})=>C.jsx("div",{children:C.jsx("button",{className:"absolute bg-white md:bottom-2 md:right-3 dark:hover:bg-white right-2 bottom-1.5 disabled:opacity-10 disabled:text-gray-400 enabled:bg-white text-white p-0.5 border border-white rounded-lg dark:border-white dark:bg-white transition-colors","data-testid":"send-button",onClick:e,type:"button",style:{outline:"none"},tabIndex:-1,onMouseDown:t=>t.preventDefault(),onKeyDown:t=>{(t.key==="Enter"||t.key===" ")&&t.preventDefault()},onKeyUp:t=>{(t.key==="Enter"||t.key===" ")&&t.preventDefault()},children:C.jsx("span",{className:"","data-state":"closed",children:C.jsxs("svg",{fill:"#000000",height:"24",width:"24",version:"1.1",id:"Capa_1",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 297 297",children:[C.jsx("g",{id:"SVGRepo_bgCarrier","stroke-width":"0"}),C.jsx("g",{id:"SVGRepo_tracerCarrier","stroke-linecap":"round","stroke-linejoin":"round"}),C.jsxs("g",{id:"SVGRepo_iconCarrier",children:[" ",C.jsx("path",{d:"M148.5,0C66.486,0,0,66.486,0,148.5S66.486,297,148.5,297S297,230.514,297,148.5S230.514,0,148.5,0z M213.292,190.121 c0,12.912-10.467,23.379-23.378,23.379H106.67c-12.911,0-23.378-10.467-23.378-23.379v-83.242c0-12.912,10.467-23.379,23.378-23.379 h83.244c12.911,0,23.378,10.467,23.378,23.379V190.121z"})," "]})]})})})}),gl=I.createContext({conversation:[],setConversation:()=>{},discussionId:null,setDiscussionId:()=>{}}),mb=e=>{const t=I.useRef(null),[n,r]=I.useState(!1),a=I.useRef(!0),i=I.useRef(!1),s=I.useRef(0),o=()=>{const d=t.current,f=4;if(d){d.scrollTop<s.current-1&&(i.current=!1);const m=d.scrollHeight>d.clientHeight,y=d.scrollHeight-d.scrollTop<=d.clientHeight+f;r(m&&!y),a.current=y,s.current=d.scrollTop}},l=({smooth:d=!1,sticky:f=!1})=>{const h=t.current;f?(i.current=!0,a.current=!0):h&&h.scrollTo({top:h.scrollHeight,behavior:d?"smooth":"auto"}),h&&i.current&&h.scrollTo({top:h.scrollHeight,behavior:d?"smooth":"auto"})};return I.useEffect(()=>{o()},[e]),I.useEffect(()=>{const d=t.current;if(d)return d.addEventListener("scroll",o),o(),()=>{d.removeEventListener("scroll",o)}},[]),I.useLayoutEffect(()=>{i.current&&l({smooth:!1})},[e]),{scrollToBottom:l,removeStickyNess:()=>{i.current=!1},messagesContainerRef:t,showScrollButton:n}},pb=()=>{const e=Pn(),t=e.formatMessage({defaultMessage:"Discussion limit reached",id:"chatbot.DiscussionLimitReached.title"}),n=e.formatMessage({defaultMessage:"The discussion has reached its maximum number of messages. Please start a new one.",id:"chatbot.DiscussionLimitReached.explaination"}),r=e.formatMessage({defaultMessage:"Restart",id:"chatbot.DiscussionLimitReached.cta"});return{DiscussionLimitReachedTitleTranslation:t,DiscussionLimitReachedExplainationTranslation:n,DiscussionLimitReachedCtaTranslation:r}},Eb=e=>De.createElement("svg",{width:"800px",height:"800px",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},De.createElement("g",{clipPath:"url(#clip0_1276_7761)"},De.createElement("path",{d:"M19.7285 10.9288C20.4413 13.5978 19.7507 16.5635 17.6569 18.6573C15.1798 21.1344 11.4826 21.6475 8.5 20.1966M18.364 8.05071L17.6569 7.3436C14.5327 4.21941 9.46736 4.21941 6.34316 7.3436C3.42964 10.2571 3.23318 14.8588 5.75376 18M18.364 8.05071H14.1213M18.364 8.05071V3.80807",stroke:"#1C274C",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})),De.createElement("defs",null,De.createElement("clipPath",{id:"clip0_1276_7761"},De.createElement("rect",{width:24,height:24,fill:"white"})))),gb=({resetDiscussion:e})=>{const{DiscussionLimitReachedCtaTranslation:t,DiscussionLimitReachedExplainationTranslation:n,DiscussionLimitReachedTitleTranslation:r}=pb();return C.jsx(C.Fragment,{children:C.jsx("div",{className:"px-3 mt-4",children:C.jsxs("div",{role:"status","aria-live":"polite",className:"info-banner not-prose flex items-start gap-3 rounded-lg bg-blue-50 border-l-4 border-blue-500 p-4 shadow-sm",children:[C.jsx("div",{className:"flex flex-col justify-center items-center mx-3",children:C.jsx("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true",className:"!w-5 !h-5 mt-0.5 flex-shrink-0 pointer-events-none",children:C.jsx("path",{fillRule:"evenodd",d:"M10 18a8 8 0 100-16 8 8 0 000 16Zm.75-11.5a.75.75 0 10-1.5 0 .75.75 0 001.5 0ZM9 8.75A.75.75 0 019.75 8h.5a.75.75 0 01.75.75v5a.75.75 0 01-.75.75h-.5A.75.75 0 019 13.75v-5Z",clipRule:"evenodd"})})}),C.jsxs("div",{className:"flex-1 min-w-0",children:[C.jsx("p",{className:"font-semibold",children:r}),C.jsx("p",{className:"text-sm break-words",children:n}),C.jsx("div",{className:"my-2",children:C.jsxs("button",{type:"button",onClick:e,title:t,"aria-label":t,className:`group inline-flex items-center gap-2 rounded-full px-3 py-1.5
94
94
  font-medium text-blue-700 dark:text-blue-300
95
95
  bg-blue-50/70 hover:bg-blue-100 dark:bg-blue-900/20 dark:hover:bg-blue-900/30
96
96
  ring-1 ring-inset ring-blue-600/20 hover:ring-blue-600/30
97
97
  shadow-sm transition-all duration-200
98
98
  focus:outline-none focus-visible:ring-2 focus-visible:ring-blue-600/50
99
- active:scale-[0.98]`,children:[N.jsx(bg,{"aria-hidden":"true",className:"w-5 h-5 transition-transform duration-200 group-hover:rotate-180"}),N.jsx("span",{children:t})]})})]})]})})})};let Kn=new AbortController;const gl=({appToken:e,containerClassName:t})=>{e||console.log("Dev - Admin settings");const n=C.useRef(null),{placeholderTranslation:r,genericErrorTranslation:a,tooManyRequestsTranslation:i,conflictErrorTranslation:s}=za(),{conversation:o,setConversation:l,discussionId:c,setDiscussionId:d}=C.useContext(El),[f,m]=C.useState("notLoading"),{defaultStartingStep:h}=bl(),[y,x]=C.useState(null),[L,_]=C.useState(h),[R,O]=C.useState(null),{companySettings:U}=C.useContext(Rn),{appCurrentLang:S}=C.useContext(ml),Q={...f!=="notLoading"||(o?.length??0)>0?{maxHeight:"100vh"}:{height:"250px"}},fe=og(o)>=U?.api?.settings?.maxUserMessagesPerDiscussion,{scrollToBottom:re,showScrollButton:G,messagesContainerRef:j,removeStickyNess:B}=mg(o),$=(ue,be,we)=>{l(p=>[...p,{content:ue,userType:be,metaData:we}])},z=()=>{Kn.abort("Cancelling stream on purpose."),console.log("Stream request aborted"),m("notLoading"),l(ue=>ue.filter(be=>!(be.content?.length===0&&be.userType==="assistant")))},{resetDiscussion:Z}=pd({companySettings:U,setConversation:l,setDiscussionId:d}),he=async ue=>{m("loadingIntermediaryStates");const be=Ln.getApiUrl(),we={query:ue,language:S.locale};l(Y=>[...Y,{userType:"assistant",content:""}]),requestAnimationFrame(()=>re({smooth:!1,sticky:!1})),c&&(we.discussionId=c);const p=Kn.signal,F=Ln.getFetchConfig({httpVerb:"POST",body:we,contentType:"application/json",options:{signal:p}});fetch(`${be}/ai/prompt/${e}`,F).then(async Y=>{const g=Y?.body?.getReader(),W=new TextDecoder;let K="",V="",J=!1,ee=!1,te=null;const ae=Y.headers.get("discussionId");d(parseInt(ae,10)),await new ReadableStream({start(H){return Oe();async function Oe(){if(!Y.ok){m("notLoading");let De=a;Y.status===409?De=s:Y.status===429?De=i:(Y.status,De=a),l(Ge=>(Ge.pop(),Ge)),$(De,"assistant",{isErrorMessage:!0}),Kn=new AbortController;return}return g?.read().then(De=>{const{done:Ge,value:Ct}=De,He=W.decode(Ct),It=Gt.transformStringifiedObjectIntoArrayOfObjects(He);Gt.containsObjectWithLastAnswerToTrue(It)&&m("loadingFinalAnswer");for(const se of It)if(Gt.isObjectOutputstreamTextDTO(se)){const{content:ce,isLastAnswer:xe,streamSourceUuid:ge,shouldStopStream:Ne}=se;te&&te!==ge&&(K+='<span style="display:block;height:1rem;"></span>'),te=ge,(xe||Ne)&&(ee=!0),H.enqueue(ce),ug(ce)?(V+=ce,K+=V,V="",J=!1):J||sg(ce)?(V+=ce,J=!0):K+=ce,l(v=>{const D=[...v],X=D.length-1,le=D[X];return D[X]={...le,content:le.content=K,metaData:{isErrorMessage:Ne}},[...D]})}else if(Gt.isObjectOutputstreamLoadingCurrentStepNumberDTO(se)){const{content:ce}=se;H.enqueue(ce),O(ce)}else if(Gt.isObjectOutputstreamLoadingCurrentStepNameDTO(se)){const{content:ce}=se;H.enqueue(ce),_(ce)}else if(Gt.isObjectOutputstreamLoadingNumberOfStepsDTO(se)){const{content:ce}=se;H.enqueue(ce),x(ce)}else console.warn(`Object not handled - ${se}`);if(Ge&&ee){H.close(),m("notLoading"),_(h),O(null);return}return Oe()})}}}).pipeTo(new WritableStream)}).catch(Y=>{console.error(Y),console.log("Cancelling stream"),m("notLoading"),Kn=new AbortController})};return N.jsxs("div",{className:["relative p-2","flex flex-col min-h-0 overflow-hidden","h-auto",t??"max-w-[90%] mx-auto"].join(" "),ref:n,style:Q,children:[N.jsxs("div",{className:"flex-1 overflow-y-auto min-h-0 messagesContainer",ref:j,children:[o.map((ue,be)=>N.jsx(qb,{content:ue.content,userType:ue.userType,metaData:ue.metaData,context:{discussionId:c,messageIndex:be,appToken:e},seenRootEl:j.current},be)),N.jsx(fg,{currentStepName:L,currentStepNumber:R,loadingStatus:f,numberOfSteps:y})]}),G&&N.jsx("button",{onClick:()=>re({smooth:!0,sticky:!0}),className:"absolute bottom-[120px] right-4 bg-blue-500 hover:bg-blue-600 text-white p-3 rounded-full shadow-lg transition-all duration-300 z-10","aria-label":"Scroll to bottom",children:N.jsx("svg",{width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:N.jsx("path",{d:"M12 16L6 10L7.4 8.6L12 13.2L16.6 8.6L18 10L12 16Z",fill:"currentColor"})})}),fe&&N.jsx(Eg,{resetDiscussion:Z}),N.jsx("div",{className:"flex-shrink-0",children:N.jsx(eg,{classNameTextarea:"",classNameContainer:"relative mt-6 mt-3 border-slate-400 border-[1px] rounded-lg p-1",SubmitComponent:tg,isDisabled:f!=="notLoading"||fe,shouldDisableIfInputIsEmpty:!0,"aria-label":"TextArea For Bot Conversation",onSubmit:ue=>{if(lg(ue)){const be=cg(ue,c);$(be,"user"),B(),re({smooth:!0,sticky:!1})}else $(ue,"user"),B(),re({smooth:!0,sticky:!1}),he(ue)},placeholder:r,autoFocus:!0,isLoadingStream:f==="loadingFinalAnswer"||f==="loadingIntermediaryStates",LoadingComponent:hg,onPressLoadingButton:z})})]})};function mr(){return mr=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},mr.apply(this,arguments)}function Tl(e,t){if(e==null)return{};var n={},r=Object.keys(e),a,i;for(i=0;i<r.length;i++)a=r[i],!(t.indexOf(a)>=0)&&(n[a]=e[a]);return n}function ka(e,t){return ka=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(r,a){return r.__proto__=a,r},ka(e,t)}function yl(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,ka(e,t)}var Zn={exports:{}};/*
99
+ active:scale-[0.98]`,children:[C.jsx(Eb,{"aria-hidden":"true",className:"w-5 h-5 transition-transform duration-200 group-hover:rotate-180"}),C.jsx("span",{children:t})]})})]})]})})})},bb=({onClick:e,label:t="voir les messages plus récents",className:n})=>{const[r,a]=I.useState(!1);return I.useEffect(()=>{const i=requestAnimationFrame(()=>a(!0));return()=>cancelAnimationFrame(i)},[]),C.jsx("button",{onClick:e,className:["absolute bottom-[120px] p-3 z-10","cursor-pointer select-none","right-4 lg:left-1/2 lg:-translate-x-1/2 lg:right-auto","outline-none","focus-visible:ring-offset-2","transition-all duration-300 ease-out transform",r?"opacity-100 translate-y-0":"opacity-0 translate-y-2",n??""].join(" "),"aria-label":t,title:t,children:C.jsx("span",{className:["inline-block text-center leading-snug","bg-violet-600 text-white rounded-2xl px-4 py-2 shadow-lg","break-words","max-w-[min(24rem,calc(100vw-6rem))]"].join(" "),title:t,style:{textWrap:"balance"},children:t})})};let Kn=new AbortController;const bl=({appToken:e,containerClassName:t})=>{e||console.log("Dev - Admin settings");const n=I.useRef(null),{placeholderTranslation:r,genericErrorTranslation:a,tooManyRequestsTranslation:i,conflictErrorTranslation:s}=za(),{conversation:o,setConversation:l,discussionId:c,setDiscussionId:d}=I.useContext(gl),[f,h]=I.useState("notLoading"),{defaultStartingStep:m,recentMessagesTranslation:y}=El(),[x,L]=I.useState(null),[_,R]=I.useState(m),[O,H]=I.useState(null),{companySettings:S}=I.useContext(Rn),{appCurrentLang:w}=I.useContext(ml),ce={...f!=="notLoading"||(o?.length??0)>0?{maxHeight:"100vh"}:{height:"250px"}},ie=ob(o)>=S?.api?.settings?.maxUserMessagesPerDiscussion,{scrollToBottom:Y,showScrollButton:$,messagesContainerRef:F,removeStickyNess:z}=mb(o),j=(fe,_e,p)=>{l(B=>[...B,{content:fe,userType:_e,metaData:p}])},Z=()=>{Kn.abort("Cancelling stream on purpose."),console.log("Stream request aborted"),h("notLoading"),l(fe=>fe.filter(_e=>!(_e.content?.length===0&&_e.userType==="assistant")))},{resetDiscussion:de}=pd({companySettings:S,setConversation:l,setDiscussionId:d}),xe=async fe=>{h("loadingIntermediaryStates");const _e=Ln.getApiUrl(),p={query:fe,language:w.locale};l(b=>[...b,{userType:"assistant",content:""}]),requestAnimationFrame(()=>Y({smooth:!1,sticky:!1})),c&&(p.discussionId=c);const B=Kn.signal,X=Ln.getFetchConfig({httpVerb:"POST",body:p,contentType:"application/json",options:{signal:B}});fetch(`${_e}/ai/prompt/${e}`,X).then(async b=>{const W=b?.body?.getReader(),ee=new TextDecoder;let G="",K="",J=!1,te=!1,ne=null;const we=b.headers.get("discussionId");d(parseInt(we,10)),await new ReadableStream({start(Ne){return Ge();async function Ge(){if(!b.ok){h("notLoading");let Me=a;b.status===409?Me=s:b.status===429?Me=i:(b.status,Me=a),l(at=>(at.pop(),at)),j(Me,"assistant",{isErrorMessage:!0}),Kn=new AbortController;return}return W?.read().then(Me=>{const{done:at,value:He}=Me,jt=ee.decode(He),pt=Gt.transformStringifiedObjectIntoArrayOfObjects(jt);Gt.containsObjectWithLastAnswerToTrue(pt)&&h("loadingFinalAnswer");for(const Ee of pt)if(Gt.isObjectOutputstreamTextDTO(Ee)){const{content:se,isLastAnswer:Ae,streamSourceUuid:Oe,shouldStopStream:v}=Ee;ne&&ne!==Oe&&(G+='<span style="display:block;height:1rem;"></span>'),ne=Oe,(Ae||v)&&(te=!0),Ne.enqueue(se),ub(se)?(K+=se,G+=K,K="",J=!1):J||sb(se)?(K+=se,J=!0):G+=se,l(k=>{const q=[...k],oe=q.length-1,ge=q[oe];return q[oe]={...ge,content:ge.content=G,metaData:{isErrorMessage:v}},[...q]})}else if(Gt.isObjectOutputstreamLoadingCurrentStepNumberDTO(Ee)){const{content:se}=Ee;Ne.enqueue(se),H(se)}else if(Gt.isObjectOutputstreamLoadingCurrentStepNameDTO(Ee)){const{content:se}=Ee;Ne.enqueue(se),R(se)}else if(Gt.isObjectOutputstreamLoadingNumberOfStepsDTO(Ee)){const{content:se}=Ee;Ne.enqueue(se),L(se)}else console.warn(`Object not handled - ${Ee}`);if(at&&te){Ne.close(),h("notLoading"),R(m),H(null);return}return Ge()})}}}).pipeTo(new WritableStream)}).catch(b=>{console.error(b),console.log("Cancelling stream"),h("notLoading"),Kn=new AbortController})};return C.jsxs("div",{className:["relative p-2","flex flex-col min-h-0 overflow-hidden","h-auto",t??"max-w-[90%] mx-auto"].join(" "),ref:n,style:ce,children:[C.jsxs("div",{className:"flex-1 overflow-y-auto min-h-0 messagesContainer",ref:F,children:[o.map((fe,_e)=>C.jsx(qE,{content:fe.content,userType:fe.userType,metaData:fe.metaData,context:{discussionId:c,messageIndex:_e,appToken:e},seenRootEl:F.current},_e)),C.jsx(fb,{currentStepName:_,currentStepNumber:O,loadingStatus:f,numberOfSteps:x})]}),$&&C.jsx(bb,{label:y,onClick:()=>Y({smooth:!0,sticky:!0})}),ie&&C.jsx(gb,{resetDiscussion:de}),C.jsx("div",{className:"flex-shrink-0",children:C.jsx(eb,{classNameTextarea:"",classNameContainer:"relative mt-6 mt-3 border-slate-400 border-[1px] rounded-lg p-1",SubmitComponent:tb,isDisabled:f!=="notLoading"||ie,shouldDisableIfInputIsEmpty:!0,"aria-label":"TextArea For Bot Conversation",onSubmit:fe=>{if(lb(fe)){const _e=cb(fe,c);j(_e,"user"),z(),Y({smooth:!0,sticky:!1})}else j(fe,"user"),z(),Y({smooth:!0,sticky:!1}),xe(fe)},placeholder:r,autoFocus:!0,isLoadingStream:f==="loadingFinalAnswer"||f==="loadingIntermediaryStates",LoadingComponent:hb,onPressLoadingButton:Z})})]})};function mr(){return mr=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},mr.apply(this,arguments)}function Tl(e,t){if(e==null)return{};var n={},r=Object.keys(e),a,i;for(i=0;i<r.length;i++)a=r[i],!(t.indexOf(a)>=0)&&(n[a]=e[a]);return n}function ka(e,t){return ka=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(r,a){return r.__proto__=a,r},ka(e,t)}function yl(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,ka(e,t)}var Zn={exports:{}};/*
100
100
  object-assign
101
101
  (c) Sindre Sorhus
102
102
  @license MIT
103
- */var ea,Vs;function gg(){if(Vs)return ea;Vs=1;var e=Object.getOwnPropertySymbols,t=Object.prototype.hasOwnProperty,n=Object.prototype.propertyIsEnumerable;function r(i){if(i==null)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(i)}function a(){try{if(!Object.assign)return!1;var i=new String("abc");if(i[5]="de",Object.getOwnPropertyNames(i)[0]==="5")return!1;for(var s={},o=0;o<10;o++)s["_"+String.fromCharCode(o)]=o;var l=Object.getOwnPropertyNames(s).map(function(d){return s[d]});if(l.join("")!=="0123456789")return!1;var c={};return"abcdefghijklmnopqrst".split("").forEach(function(d){c[d]=d}),Object.keys(Object.assign({},c)).join("")==="abcdefghijklmnopqrst"}catch{return!1}}return ea=a()?Object.assign:function(i,s){for(var o,l=r(i),c,d=1;d<arguments.length;d++){o=Object(arguments[d]);for(var f in o)t.call(o,f)&&(l[f]=o[f]);if(e){c=e(o);for(var m=0;m<c.length;m++)n.call(o,c[m])&&(l[c[m]]=o[c[m]])}}return l},ea}var ta,qs;function ci(){if(qs)return ta;qs=1;var e="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";return ta=e,ta}var na,Ws;function xl(){return Ws||(Ws=1,na=Function.call.bind(Object.prototype.hasOwnProperty)),na}var ra,Xs;function Tg(){if(Xs)return ra;Xs=1;var e=function(){};if(process.env.NODE_ENV!=="production"){var t=ci(),n={},r=xl();e=function(i){var s="Warning: "+i;typeof console<"u"&&console.error(s);try{throw new Error(s)}catch{}}}function a(i,s,o,l,c){if(process.env.NODE_ENV!=="production"){for(var d in i)if(r(i,d)){var f;try{if(typeof i[d]!="function"){var m=Error((l||"React class")+": "+o+" type `"+d+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof i[d]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw m.name="Invariant Violation",m}f=i[d](s,d,l,o,null,t)}catch(y){f=y}if(f&&!(f instanceof Error)&&e((l||"React class")+": type specification of "+o+" `"+d+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof f+". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."),f instanceof Error&&!(f.message in n)){n[f.message]=!0;var h=c?c():"";e("Failed "+o+" type: "+f.message+(h??""))}}}}return a.resetWarningCache=function(){process.env.NODE_ENV!=="production"&&(n={})},ra=a,ra}var aa,Qs;function yg(){if(Qs)return aa;Qs=1;var e=Ha(),t=gg(),n=ci(),r=xl(),a=Tg(),i=function(){};process.env.NODE_ENV!=="production"&&(i=function(o){var l="Warning: "+o;typeof console<"u"&&console.error(l);try{throw new Error(l)}catch{}});function s(){return null}return aa=function(o,l){var c=typeof Symbol=="function"&&Symbol.iterator,d="@@iterator";function f(p){var F=p&&(c&&p[c]||p[d]);if(typeof F=="function")return F}var m="<<anonymous>>",h={array:_("array"),bigint:_("bigint"),bool:_("boolean"),func:_("function"),number:_("number"),object:_("object"),string:_("string"),symbol:_("symbol"),any:R(),arrayOf:O,element:U(),elementType:S(),instanceOf:w,node:G(),objectOf:fe,oneOf:Q,oneOfType:re,shape:B,exact:$};function y(p,F){return p===F?p!==0||1/p===1/F:p!==p&&F!==F}function x(p,F){this.message=p,this.data=F&&typeof F=="object"?F:{},this.stack=""}x.prototype=Error.prototype;function L(p){if(process.env.NODE_ENV!=="production")var F={},Y=0;function g(K,V,J,ee,te,ae,ve){if(ee=ee||m,ae=ae||J,ve!==n){if(l){var H=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types");throw H.name="Invariant Violation",H}else if(process.env.NODE_ENV!=="production"&&typeof console<"u"){var Oe=ee+":"+J;!F[Oe]&&Y<3&&(i("You are manually calling a React.PropTypes validation function for the `"+ae+"` prop on `"+ee+"`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."),F[Oe]=!0,Y++)}}return V[J]==null?K?V[J]===null?new x("The "+te+" `"+ae+"` is marked as required "+("in `"+ee+"`, but its value is `null`.")):new x("The "+te+" `"+ae+"` is marked as required in "+("`"+ee+"`, but its value is `undefined`.")):null:p(V,J,ee,te,ae)}var W=g.bind(null,!1);return W.isRequired=g.bind(null,!0),W}function _(p){function F(Y,g,W,K,V,J){var ee=Y[g],te=he(ee);if(te!==p){var ae=ue(ee);return new x("Invalid "+K+" `"+V+"` of type "+("`"+ae+"` supplied to `"+W+"`, expected ")+("`"+p+"`."),{expectedType:p})}return null}return L(F)}function R(){return L(s)}function O(p){function F(Y,g,W,K,V){if(typeof p!="function")return new x("Property `"+V+"` of component `"+W+"` has invalid PropType notation inside arrayOf.");var J=Y[g];if(!Array.isArray(J)){var ee=he(J);return new x("Invalid "+K+" `"+V+"` of type "+("`"+ee+"` supplied to `"+W+"`, expected an array."))}for(var te=0;te<J.length;te++){var ae=p(J,te,W,K,V+"["+te+"]",n);if(ae instanceof Error)return ae}return null}return L(F)}function U(){function p(F,Y,g,W,K){var V=F[Y];if(!o(V)){var J=he(V);return new x("Invalid "+W+" `"+K+"` of type "+("`"+J+"` supplied to `"+g+"`, expected a single ReactElement."))}return null}return L(p)}function S(){function p(F,Y,g,W,K){var V=F[Y];if(!e.isValidElementType(V)){var J=he(V);return new x("Invalid "+W+" `"+K+"` of type "+("`"+J+"` supplied to `"+g+"`, expected a single ReactElement type."))}return null}return L(p)}function w(p){function F(Y,g,W,K,V){if(!(Y[g]instanceof p)){var J=p.name||m,ee=we(Y[g]);return new x("Invalid "+K+" `"+V+"` of type "+("`"+ee+"` supplied to `"+W+"`, expected ")+("instance of `"+J+"`."))}return null}return L(F)}function Q(p){if(!Array.isArray(p))return process.env.NODE_ENV!=="production"&&(arguments.length>1?i("Invalid arguments supplied to oneOf, expected an array, got "+arguments.length+" arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."):i("Invalid argument supplied to oneOf, expected an array.")),s;function F(Y,g,W,K,V){for(var J=Y[g],ee=0;ee<p.length;ee++)if(y(J,p[ee]))return null;var te=JSON.stringify(p,function(ve,H){var Oe=ue(H);return Oe==="symbol"?String(H):H});return new x("Invalid "+K+" `"+V+"` of value `"+String(J)+"` "+("supplied to `"+W+"`, expected one of "+te+"."))}return L(F)}function fe(p){function F(Y,g,W,K,V){if(typeof p!="function")return new x("Property `"+V+"` of component `"+W+"` has invalid PropType notation inside objectOf.");var J=Y[g],ee=he(J);if(ee!=="object")return new x("Invalid "+K+" `"+V+"` of type "+("`"+ee+"` supplied to `"+W+"`, expected an object."));for(var te in J)if(r(J,te)){var ae=p(J,te,W,K,V+"."+te,n);if(ae instanceof Error)return ae}return null}return L(F)}function re(p){if(!Array.isArray(p))return process.env.NODE_ENV!=="production"&&i("Invalid argument supplied to oneOfType, expected an instance of array."),s;for(var F=0;F<p.length;F++){var Y=p[F];if(typeof Y!="function")return i("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+be(Y)+" at index "+F+"."),s}function g(W,K,V,J,ee){for(var te=[],ae=0;ae<p.length;ae++){var ve=p[ae],H=ve(W,K,V,J,ee,n);if(H==null)return null;H.data&&r(H.data,"expectedType")&&te.push(H.data.expectedType)}var Oe=te.length>0?", expected one of type ["+te.join(", ")+"]":"";return new x("Invalid "+J+" `"+ee+"` supplied to "+("`"+V+"`"+Oe+"."))}return L(g)}function G(){function p(F,Y,g,W,K){return z(F[Y])?null:new x("Invalid "+W+" `"+K+"` supplied to "+("`"+g+"`, expected a ReactNode."))}return L(p)}function j(p,F,Y,g,W){return new x((p||"React class")+": "+F+" type `"+Y+"."+g+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+W+"`.")}function B(p){function F(Y,g,W,K,V){var J=Y[g],ee=he(J);if(ee!=="object")return new x("Invalid "+K+" `"+V+"` of type `"+ee+"` "+("supplied to `"+W+"`, expected `object`."));for(var te in p){var ae=p[te];if(typeof ae!="function")return j(W,K,V,te,ue(ae));var ve=ae(J,te,W,K,V+"."+te,n);if(ve)return ve}return null}return L(F)}function $(p){function F(Y,g,W,K,V){var J=Y[g],ee=he(J);if(ee!=="object")return new x("Invalid "+K+" `"+V+"` of type `"+ee+"` "+("supplied to `"+W+"`, expected `object`."));var te=t({},Y[g],p);for(var ae in te){var ve=p[ae];if(r(p,ae)&&typeof ve!="function")return j(W,K,V,ae,ue(ve));if(!ve)return new x("Invalid "+K+" `"+V+"` key `"+ae+"` supplied to `"+W+"`.\nBad object: "+JSON.stringify(Y[g],null," ")+`
104
- Valid keys: `+JSON.stringify(Object.keys(p),null," "));var H=ve(J,ae,W,K,V+"."+ae,n);if(H)return H}return null}return L(F)}function z(p){switch(typeof p){case"number":case"string":case"undefined":return!0;case"boolean":return!p;case"object":if(Array.isArray(p))return p.every(z);if(p===null||o(p))return!0;var F=f(p);if(F){var Y=F.call(p),g;if(F!==p.entries){for(;!(g=Y.next()).done;)if(!z(g.value))return!1}else for(;!(g=Y.next()).done;){var W=g.value;if(W&&!z(W[1]))return!1}}else return!1;return!0;default:return!1}}function Z(p,F){return p==="symbol"?!0:F?F["@@toStringTag"]==="Symbol"||typeof Symbol=="function"&&F instanceof Symbol:!1}function he(p){var F=typeof p;return Array.isArray(p)?"array":p instanceof RegExp?"object":Z(F,p)?"symbol":F}function ue(p){if(typeof p>"u"||p===null)return""+p;var F=he(p);if(F==="object"){if(p instanceof Date)return"date";if(p instanceof RegExp)return"regexp"}return F}function be(p){var F=ue(p);switch(F){case"array":case"object":return"an "+F;case"boolean":case"date":case"regexp":return"a "+F;default:return F}}function we(p){return!p.constructor||!p.constructor.name?m:p.constructor.name}return h.checkPropTypes=a,h.resetWarningCache=a.resetWarningCache,h.PropTypes=h,h},aa}var ia,Ks;function xg(){if(Ks)return ia;Ks=1;var e=ci();function t(){}function n(){}return n.resetWarningCache=t,ia=function(){function r(s,o,l,c,d,f){if(f!==e){var m=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw m.name="Invariant Violation",m}}r.isRequired=r;function a(){return r}var i={array:r,bigint:r,bool:r,func:r,number:r,object:r,string:r,symbol:r,any:r,arrayOf:a,element:r,elementType:r,instanceOf:a,node:r,objectOf:a,oneOf:a,oneOfType:a,shape:a,exact:a,checkPropTypes:n,resetWarningCache:t};return i.PropTypes=i,i},ia}var Zs;function Ag(){if(Zs)return Zn.exports;if(Zs=1,process.env.NODE_ENV!=="production"){var e=Ha(),t=!0;Zn.exports=yg()(e.isElement,t)}else Zn.exports=xg()();return Zn.exports}var _g=Ag();const ie=Ba(_g);function Sg(e,t){return e.classList?!!t&&e.classList.contains(t):(" "+(e.className.baseVal||e.className)+" ").indexOf(" "+t+" ")!==-1}function Cg(e,t){e.classList?e.classList.add(t):Sg(e,t)||(typeof e.className=="string"?e.className=e.className+" "+t:e.setAttribute("class",(e.className&&e.className.baseVal||"")+" "+t))}function Js(e,t){return e.replace(new RegExp("(^|\\s)"+t+"(?:\\s|$)","g"),"$1").replace(/\s+/g," ").replace(/^\s*|\s*$/g,"")}function Ig(e,t){e.classList?e.classList.remove(t):typeof e.className=="string"?e.className=Js(e.className,t):e.setAttribute("class",Js(e.className&&e.className.baseVal||"",t))}const eu={disabled:!1};var Ng=process.env.NODE_ENV!=="production"?ie.oneOfType([ie.number,ie.shape({enter:ie.number,exit:ie.number,appear:ie.number}).isRequired]):null,vg=process.env.NODE_ENV!=="production"?ie.oneOfType([ie.string,ie.shape({enter:ie.string,exit:ie.string,active:ie.string}),ie.shape({enter:ie.string,enterDone:ie.string,enterActive:ie.string,exit:ie.string,exitDone:ie.string,exitActive:ie.string})]):null;const Al=C.createContext(null);var _l=function(t){return t.scrollTop},Tn="unmounted",Lt="exited",Rt="entering",Wt="entered",Ma="exiting",ht=(function(e){yl(t,e);function t(r,a){var i;i=e.call(this,r,a)||this;var s=a,o=s&&!s.isMounting?r.enter:r.appear,l;return i.appearStatus=null,r.in?o?(l=Lt,i.appearStatus=Rt):l=Wt:r.unmountOnExit||r.mountOnEnter?l=Tn:l=Lt,i.state={status:l},i.nextCallback=null,i}t.getDerivedStateFromProps=function(a,i){var s=a.in;return s&&i.status===Tn?{status:Lt}:null};var n=t.prototype;return n.componentDidMount=function(){this.updateStatus(!0,this.appearStatus)},n.componentDidUpdate=function(a){var i=null;if(a!==this.props){var s=this.state.status;this.props.in?s!==Rt&&s!==Wt&&(i=Rt):(s===Rt||s===Wt)&&(i=Ma)}this.updateStatus(!1,i)},n.componentWillUnmount=function(){this.cancelNextCallback()},n.getTimeouts=function(){var a=this.props.timeout,i,s,o;return i=s=o=a,a!=null&&typeof a!="number"&&(i=a.exit,s=a.enter,o=a.appear!==void 0?a.appear:s),{exit:i,enter:s,appear:o}},n.updateStatus=function(a,i){if(a===void 0&&(a=!1),i!==null)if(this.cancelNextCallback(),i===Rt){if(this.props.unmountOnExit||this.props.mountOnEnter){var s=this.props.nodeRef?this.props.nodeRef.current:bn.findDOMNode(this);s&&_l(s)}this.performEnter(a)}else this.performExit();else this.props.unmountOnExit&&this.state.status===Lt&&this.setState({status:Tn})},n.performEnter=function(a){var i=this,s=this.props.enter,o=this.context?this.context.isMounting:a,l=this.props.nodeRef?[o]:[bn.findDOMNode(this),o],c=l[0],d=l[1],f=this.getTimeouts(),m=o?f.appear:f.enter;if(!a&&!s||eu.disabled){this.safeSetState({status:Wt},function(){i.props.onEntered(c)});return}this.props.onEnter(c,d),this.safeSetState({status:Rt},function(){i.props.onEntering(c,d),i.onTransitionEnd(m,function(){i.safeSetState({status:Wt},function(){i.props.onEntered(c,d)})})})},n.performExit=function(){var a=this,i=this.props.exit,s=this.getTimeouts(),o=this.props.nodeRef?void 0:bn.findDOMNode(this);if(!i||eu.disabled){this.safeSetState({status:Lt},function(){a.props.onExited(o)});return}this.props.onExit(o),this.safeSetState({status:Ma},function(){a.props.onExiting(o),a.onTransitionEnd(s.exit,function(){a.safeSetState({status:Lt},function(){a.props.onExited(o)})})})},n.cancelNextCallback=function(){this.nextCallback!==null&&(this.nextCallback.cancel(),this.nextCallback=null)},n.safeSetState=function(a,i){i=this.setNextCallback(i),this.setState(a,i)},n.setNextCallback=function(a){var i=this,s=!0;return this.nextCallback=function(o){s&&(s=!1,i.nextCallback=null,a(o))},this.nextCallback.cancel=function(){s=!1},this.nextCallback},n.onTransitionEnd=function(a,i){this.setNextCallback(i);var s=this.props.nodeRef?this.props.nodeRef.current:bn.findDOMNode(this),o=a==null&&!this.props.addEndListener;if(!s||o){setTimeout(this.nextCallback,0);return}if(this.props.addEndListener){var l=this.props.nodeRef?[this.nextCallback]:[s,this.nextCallback],c=l[0],d=l[1];this.props.addEndListener(c,d)}a!=null&&setTimeout(this.nextCallback,a)},n.render=function(){var a=this.state.status;if(a===Tn)return null;var i=this.props,s=i.children;i.in,i.mountOnEnter,i.unmountOnExit,i.appear,i.enter,i.exit,i.timeout,i.addEndListener,i.onEnter,i.onEntering,i.onEntered,i.onExit,i.onExiting,i.onExited,i.nodeRef;var o=Tl(i,["children","in","mountOnEnter","unmountOnExit","appear","enter","exit","timeout","addEndListener","onEnter","onEntering","onEntered","onExit","onExiting","onExited","nodeRef"]);return C.createElement(Al.Provider,{value:null},typeof s=="function"?s(a,o):C.cloneElement(C.Children.only(s),o))},t})(C.Component);ht.contextType=Al;ht.propTypes=process.env.NODE_ENV!=="production"?{nodeRef:ie.shape({current:typeof Element>"u"?ie.any:function(e,t,n,r,a,i){var s=e[t];return ie.instanceOf(s&&"ownerDocument"in s?s.ownerDocument.defaultView.Element:Element)(e,t,n,r,a,i)}}),children:ie.oneOfType([ie.func.isRequired,ie.element.isRequired]).isRequired,in:ie.bool,mountOnEnter:ie.bool,unmountOnExit:ie.bool,appear:ie.bool,enter:ie.bool,exit:ie.bool,timeout:function(t){var n=Ng;t.addEndListener||(n=n.isRequired);for(var r=arguments.length,a=new Array(r>1?r-1:0),i=1;i<r;i++)a[i-1]=arguments[i];return n.apply(void 0,[t].concat(a))},addEndListener:ie.func,onEnter:ie.func,onEntering:ie.func,onEntered:ie.func,onExit:ie.func,onExiting:ie.func,onExited:ie.func}:{};function Vt(){}ht.defaultProps={in:!1,mountOnEnter:!1,unmountOnExit:!1,appear:!1,enter:!0,exit:!0,onEnter:Vt,onEntering:Vt,onEntered:Vt,onExit:Vt,onExiting:Vt,onExited:Vt};ht.UNMOUNTED=Tn;ht.EXITED=Lt;ht.ENTERING=Rt;ht.ENTERED=Wt;ht.EXITING=Ma;var wg=function(t,n){return t&&n&&n.split(" ").forEach(function(r){return Cg(t,r)})},sa=function(t,n){return t&&n&&n.split(" ").forEach(function(r){return Ig(t,r)})},di=(function(e){yl(t,e);function t(){for(var r,a=arguments.length,i=new Array(a),s=0;s<a;s++)i[s]=arguments[s];return r=e.call.apply(e,[this].concat(i))||this,r.appliedClasses={appear:{},enter:{},exit:{}},r.onEnter=function(o,l){var c=r.resolveArguments(o,l),d=c[0],f=c[1];r.removeClasses(d,"exit"),r.addClass(d,f?"appear":"enter","base"),r.props.onEnter&&r.props.onEnter(o,l)},r.onEntering=function(o,l){var c=r.resolveArguments(o,l),d=c[0],f=c[1],m=f?"appear":"enter";r.addClass(d,m,"active"),r.props.onEntering&&r.props.onEntering(o,l)},r.onEntered=function(o,l){var c=r.resolveArguments(o,l),d=c[0],f=c[1],m=f?"appear":"enter";r.removeClasses(d,m),r.addClass(d,m,"done"),r.props.onEntered&&r.props.onEntered(o,l)},r.onExit=function(o){var l=r.resolveArguments(o),c=l[0];r.removeClasses(c,"appear"),r.removeClasses(c,"enter"),r.addClass(c,"exit","base"),r.props.onExit&&r.props.onExit(o)},r.onExiting=function(o){var l=r.resolveArguments(o),c=l[0];r.addClass(c,"exit","active"),r.props.onExiting&&r.props.onExiting(o)},r.onExited=function(o){var l=r.resolveArguments(o),c=l[0];r.removeClasses(c,"exit"),r.addClass(c,"exit","done"),r.props.onExited&&r.props.onExited(o)},r.resolveArguments=function(o,l){return r.props.nodeRef?[r.props.nodeRef.current,o]:[o,l]},r.getClassNames=function(o){var l=r.props.classNames,c=typeof l=="string",d=c&&l?l+"-":"",f=c?""+d+o:l[o],m=c?f+"-active":l[o+"Active"],h=c?f+"-done":l[o+"Done"];return{baseClassName:f,activeClassName:m,doneClassName:h}},r}var n=t.prototype;return n.addClass=function(a,i,s){var o=this.getClassNames(i)[s+"ClassName"],l=this.getClassNames("enter"),c=l.doneClassName;i==="appear"&&s==="done"&&c&&(o+=" "+c),s==="active"&&a&&_l(a),o&&(this.appliedClasses[i][s]=o,wg(a,o))},n.removeClasses=function(a,i){var s=this.appliedClasses[i],o=s.base,l=s.active,c=s.done;this.appliedClasses[i]={},o&&sa(a,o),l&&sa(a,l),c&&sa(a,c)},n.render=function(){var a=this.props;a.classNames;var i=Tl(a,["classNames"]);return C.createElement(ht,mr({},i,{onEnter:this.onEnter,onEntered:this.onEntered,onEntering:this.onEntering,onExit:this.onExit,onExiting:this.onExiting,onExited:this.onExited}))},t})(C.Component);di.defaultProps={classNames:""};di.propTypes=process.env.NODE_ENV!=="production"?mr({},ht.propTypes,{classNames:vg,onEnter:ie.func,onEntering:ie.func,onEntered:ie.func,onExit:ie.func,onExiting:ie.func,onExited:ie.func}):{};const Og=C.forwardRef(({props:e},t)=>N.jsxs("div",{ref:t,className:`chatBox
105
- fixed
106
- z-[99999999]
107
- md:bottom-[110px]
108
- md:right-[40px]
109
- md:left-auto
110
- md:top-auto
111
- md:h-[600px]
112
- md:w-[400px]
113
- left-0
114
- top-0
115
- bottom-0
116
- right-0
117
- rounded-md
118
- flex
119
- flex-col
120
- overflow-scroll
121
- shadow-lg
122
- pb-2
123
- bg-white
124
- `,children:[N.jsx("div",{className:"bg-violet-700 py-2 text-white text-center flex justify-center items-center",children:"Assistant"}),N.jsx(gl,{appToken:e.appToken})]})),Lg=({isWidgetOpen:e,appToken:t})=>{const n=C.useRef(null);return N.jsx("div",{children:N.jsx(di,{nodeRef:n,in:e,timeout:200,classNames:"menuTransition",unmountOnExit:!0,children:N.jsx(Og,{ref:n,props:{appToken:t}})})})},Sl=()=>({hasFetchedSettings:!1,hasDisplayedCSS:!1}),Rg=()=>{const[e,t]=C.useState(Sl());return{appInternalContext:e,setAppInternalContext:t,setHasFetchedSettings:()=>{t(a=>({...a,hasFetchedSettings:!0}))},setHasDisplayedCss:()=>{t(a=>({...a,hasDisplayedCSS:!0}))}}},Cl=C.createContext({appInternalContext:Sl(),setAppInternalContext:()=>{},setHasFetchedSettings:()=>{}}),Pg=({displayMode:e,appToken:t})=>{const[n,r]=C.useState(!1),{appInternalContext:a}=C.useContext(Cl);return N.jsxs(N.Fragment,{children:[e===nn.LAUNCHER&&a.hasFetchedSettings&&N.jsxs(N.Fragment,{children:[N.jsx(Yl,{isWidgetOpen:n,setIsWidgetOpen:r}),N.jsx(Lg,{isWidgetOpen:n,appToken:t})]}),e===nn.CHATBOX&&a.hasFetchedSettings&&N.jsx("div",{className:"chatBox",children:N.jsx(gl,{appToken:t})})]})},Dg=e=>Object.values(nn).includes(e),kg=e=>Dg(e)?e:(console.warn(`Display mode not valid. Using ${nn.LAUNCHER} as default.`),nn.LAUNCHER),Mg=(e,t)=>{let n,r;return typeof window<"u"&&(r=window.localStorage.getItem(ig)),r&&e?.[r]!==void 0?n=e[r]:(n=e[t],n.isDefault=!0),n},Bg=(e,t)=>{const[n,r]=C.useState(e[t]),a=i=>{Object.keys(e).includes(i?.locale)?r(i):r(e[Ze.ENGLISH])};return C.useEffect(()=>{let i=Mg(e,t);i.locale!==t&&r(e[i.locale])},[]),{appCurrentLang:n,handleSetContextCurrentLang:a}},Fg=e=>Object.values(Ze).includes(e),Hg=e=>Fg(e)?e:(console.log(`Language ${e} not handled for now. Using ${Ze.ENGLISH}.`),Ze.ENGLISH),Ug=({agentId:e,appToken:t,onFetched:n})=>{const[r,a]=C.useState({}),i={companySettings:r,setCompanySettings:a},[s,o]=C.useState([]),[l,c]=C.useState(null),d={conversation:s,setConversation:o,discussionId:l,setDiscussionId:c};return C.useEffect(()=>{const f=Ln.getApiUrl(),m=Ln.getFetchConfig({httpVerb:"GET",contentType:"application/json"});fetch(`${f}/company/settings/${t}/${e}`,m).then(async h=>{const y=await h.json();a(y),o([{userType:"assistant",content:y.agent.text.initialText}]),n?.()}).catch(h=>console.log("error in settings fetch",h))},[t,e]),{contextCompanySettings:i,contextInitialChatbotStartingText:d}};function jg(e,t={},n,r){const{id:a,nonce:i,target:s,disableConstructable:o}=t,l=s,c=C.useRef(null),d=C.useRef(null);C.useEffect(()=>{if(!s)return;if(!e){n&&(console.log("No custom css found."),r?.());return}if(!o&&"adoptedStyleSheets"in l&&typeof CSSStyleSheet<"u"&&"replaceSync"in CSSStyleSheet.prototype)return c.current||(c.current=new CSSStyleSheet,l.adoptedStyleSheets=[...l.adoptedStyleSheets,c.current]),c.current.replaceSync(e),console.log("Loading custom css via stylesheet."),r?.(),()=>{const m=l.adoptedStyleSheets||[],h=m.indexOf(c.current);if(h>=0){const y=m.slice();y.splice(h,1),l.adoptedStyleSheets=y}c.current=null};if(!d.current){const m=document.createElement("style");m.type="text/css",a&&(m.id=a),i&&(m.nonce=i),(l instanceof Document&&l.head||l).appendChild(m),d.current=m}return d.current.textContent=e,console.log("Loading custom css via style tag."),r?.(),()=>{d.current?.parentNode?.removeChild(d.current),d.current=null}},[e,a,i,s,o])}function $g(e){const{manifest:t,origins:n}=zg(e);n.forEach(Dl),Ml(t),Pl(t)}function zg(e){const t=Yg(e),n=new Set,r=new Set,a=new Set,i=new Set;for(const{url:l,mode:c}of t)switch(Gg(c,l)){case"svg":r.add(l);break;case"lottie":a.add(l);break;case"spritesheet":i.add(l);break;case"image":n.add(l);break}const s={images:Array.from(n),svgs:Array.from(r),lotties:Array.from(a),sprites:Array.from(i)},o=Vg(s);return{manifest:s,origins:o}}function Yg(e){if(!e?.agent?.display)return[];const t=e.agent.display,n=[t.launcher,t.assistant,t.search].filter(Boolean),r=[];for(const a of n)a?.assetUrl&&r.push({url:a.assetUrl,mode:a.mode});return r}function Gg(e,t){if(e)switch(e){case"svg":return"svg";case"lottie":return"lottie";case"spritesheet":return"spritesheet";case"image":return"image";case"video":return"video"}try{const r=new URL(t,document.baseURI).pathname.toLowerCase();if(r.endsWith(".svg"))return"svg";if(r.endsWith(".lottie")||r.endsWith(".zip")||r.endsWith(".json"))return r.endsWith(".json"),"lottie";if(/\.(png|webp|jpg|jpeg|gif|avi,ef)$/.test(r))return"image";if(/\.(mp4|webm|mov|m4v|ogg)$/.test(r))return"video"}catch(n){console.log("error in normalizeKind:",n)}return"unknown"}function Vg(e){const t=new Set,n=r=>{if(r)try{const a=new URL(r,document.baseURI);t.add(`${a.protocol}//${a.host}`)}catch(a){console.log("error in uniqueOriginsFromManifest",a)}};return(e.images??[]).forEach(n),(e.svgs??[]).forEach(n),(e.lotties??[]).forEach(n),(e.sprites??[]).forEach(n),Array.from(t)}const qg=({children:e,appToken:t,agentId:n,appRoot:r})=>{var a=navigator.language;console.log("Brower language",a);const i=Hg(a),{appCurrentLang:s,handleSetContextCurrentLang:o}=Bg(vr,i),l={appCurrentLang:s,setAppCurrentLang:o},c=Rg(),{contextCompanySettings:d,contextInitialChatbotStartingText:f}=Ug({agentId:n,appToken:t,onFetched:c.setHasFetchedSettings});return $g(d.companySettings),jg(d.companySettings?.agent?.display?.CSSRules,{id:`${n}`,target:r},c.appInternalContext.hasFetchedSettings,c.setHasDisplayedCss),N.jsx(N.Fragment,{children:N.jsx(md,{locale:s?.locale,messages:s?.translatedText,children:N.jsx(ml.Provider,{value:l,children:N.jsx(Cl.Provider,{value:c,children:N.jsx(Rn.Provider,{value:d,children:N.jsx(El.Provider,{value:f,children:c.appInternalContext.hasDisplayedCSS&&e})})})})})})};var nn=(e=>(e.LAUNCHER="launcher",e.CHATBOX="chatbox",e))(nn||{});function Wg({appToken:e,displayMode:t="launcher",agentId:n,appRoot:r}){e||console.warn("appToken not defined in ai-client. Please see the documentation at URL_ERROR_IN_DOC");const a=kg(t);return console.log(`App boot in ${a} mode.`),N.jsx("div",{className:"chatSystemWidget app-root",id:"chatSystemWidget",children:N.jsx(qg,{appToken:e,agentId:n,appRoot:r,children:N.jsx(Pg,{displayMode:a,appToken:e})})})}const Xg=`*, ::before, ::after {
103
+ */var ea,Vs;function Tb(){if(Vs)return ea;Vs=1;var e=Object.getOwnPropertySymbols,t=Object.prototype.hasOwnProperty,n=Object.prototype.propertyIsEnumerable;function r(i){if(i==null)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(i)}function a(){try{if(!Object.assign)return!1;var i=new String("abc");if(i[5]="de",Object.getOwnPropertyNames(i)[0]==="5")return!1;for(var s={},o=0;o<10;o++)s["_"+String.fromCharCode(o)]=o;var l=Object.getOwnPropertyNames(s).map(function(d){return s[d]});if(l.join("")!=="0123456789")return!1;var c={};return"abcdefghijklmnopqrst".split("").forEach(function(d){c[d]=d}),Object.keys(Object.assign({},c)).join("")==="abcdefghijklmnopqrst"}catch{return!1}}return ea=a()?Object.assign:function(i,s){for(var o,l=r(i),c,d=1;d<arguments.length;d++){o=Object(arguments[d]);for(var f in o)t.call(o,f)&&(l[f]=o[f]);if(e){c=e(o);for(var h=0;h<c.length;h++)n.call(o,c[h])&&(l[c[h]]=o[c[h]])}}return l},ea}var ta,qs;function ci(){if(qs)return ta;qs=1;var e="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";return ta=e,ta}var na,Ws;function xl(){return Ws||(Ws=1,na=Function.call.bind(Object.prototype.hasOwnProperty)),na}var ra,Xs;function yb(){if(Xs)return ra;Xs=1;var e=function(){};if(process.env.NODE_ENV!=="production"){var t=ci(),n={},r=xl();e=function(i){var s="Warning: "+i;typeof console<"u"&&console.error(s);try{throw new Error(s)}catch{}}}function a(i,s,o,l,c){if(process.env.NODE_ENV!=="production"){for(var d in i)if(r(i,d)){var f;try{if(typeof i[d]!="function"){var h=Error((l||"React class")+": "+o+" type `"+d+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof i[d]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw h.name="Invariant Violation",h}f=i[d](s,d,l,o,null,t)}catch(y){f=y}if(f&&!(f instanceof Error)&&e((l||"React class")+": type specification of "+o+" `"+d+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof f+". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."),f instanceof Error&&!(f.message in n)){n[f.message]=!0;var m=c?c():"";e("Failed "+o+" type: "+f.message+(m??""))}}}}return a.resetWarningCache=function(){process.env.NODE_ENV!=="production"&&(n={})},ra=a,ra}var aa,Qs;function xb(){if(Qs)return aa;Qs=1;var e=Ha(),t=Tb(),n=ci(),r=xl(),a=yb(),i=function(){};process.env.NODE_ENV!=="production"&&(i=function(o){var l="Warning: "+o;typeof console<"u"&&console.error(l);try{throw new Error(l)}catch{}});function s(){return null}return aa=function(o,l){var c=typeof Symbol=="function"&&Symbol.iterator,d="@@iterator";function f(p){var B=p&&(c&&p[c]||p[d]);if(typeof B=="function")return B}var h="<<anonymous>>",m={array:_("array"),bigint:_("bigint"),bool:_("boolean"),func:_("function"),number:_("number"),object:_("object"),string:_("string"),symbol:_("symbol"),any:R(),arrayOf:O,element:H(),elementType:S(),instanceOf:w,node:Y(),objectOf:ce,oneOf:Q,oneOfType:ie,shape:F,exact:z};function y(p,B){return p===B?p!==0||1/p===1/B:p!==p&&B!==B}function x(p,B){this.message=p,this.data=B&&typeof B=="object"?B:{},this.stack=""}x.prototype=Error.prototype;function L(p){if(process.env.NODE_ENV!=="production")var B={},X=0;function b(ee,G,K,J,te,ne,we){if(J=J||h,ne=ne||K,we!==n){if(l){var U=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types");throw U.name="Invariant Violation",U}else if(process.env.NODE_ENV!=="production"&&typeof console<"u"){var Ne=J+":"+K;!B[Ne]&&X<3&&(i("You are manually calling a React.PropTypes validation function for the `"+ne+"` prop on `"+J+"`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."),B[Ne]=!0,X++)}}return G[K]==null?ee?G[K]===null?new x("The "+te+" `"+ne+"` is marked as required "+("in `"+J+"`, but its value is `null`.")):new x("The "+te+" `"+ne+"` is marked as required in "+("`"+J+"`, but its value is `undefined`.")):null:p(G,K,J,te,ne)}var W=b.bind(null,!1);return W.isRequired=b.bind(null,!0),W}function _(p){function B(X,b,W,ee,G,K){var J=X[b],te=de(J);if(te!==p){var ne=xe(J);return new x("Invalid "+ee+" `"+G+"` of type "+("`"+ne+"` supplied to `"+W+"`, expected ")+("`"+p+"`."),{expectedType:p})}return null}return L(B)}function R(){return L(s)}function O(p){function B(X,b,W,ee,G){if(typeof p!="function")return new x("Property `"+G+"` of component `"+W+"` has invalid PropType notation inside arrayOf.");var K=X[b];if(!Array.isArray(K)){var J=de(K);return new x("Invalid "+ee+" `"+G+"` of type "+("`"+J+"` supplied to `"+W+"`, expected an array."))}for(var te=0;te<K.length;te++){var ne=p(K,te,W,ee,G+"["+te+"]",n);if(ne instanceof Error)return ne}return null}return L(B)}function H(){function p(B,X,b,W,ee){var G=B[X];if(!o(G)){var K=de(G);return new x("Invalid "+W+" `"+ee+"` of type "+("`"+K+"` supplied to `"+b+"`, expected a single ReactElement."))}return null}return L(p)}function S(){function p(B,X,b,W,ee){var G=B[X];if(!e.isValidElementType(G)){var K=de(G);return new x("Invalid "+W+" `"+ee+"` of type "+("`"+K+"` supplied to `"+b+"`, expected a single ReactElement type."))}return null}return L(p)}function w(p){function B(X,b,W,ee,G){if(!(X[b]instanceof p)){var K=p.name||h,J=_e(X[b]);return new x("Invalid "+ee+" `"+G+"` of type "+("`"+J+"` supplied to `"+W+"`, expected ")+("instance of `"+K+"`."))}return null}return L(B)}function Q(p){if(!Array.isArray(p))return process.env.NODE_ENV!=="production"&&(arguments.length>1?i("Invalid arguments supplied to oneOf, expected an array, got "+arguments.length+" arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."):i("Invalid argument supplied to oneOf, expected an array.")),s;function B(X,b,W,ee,G){for(var K=X[b],J=0;J<p.length;J++)if(y(K,p[J]))return null;var te=JSON.stringify(p,function(we,U){var Ne=xe(U);return Ne==="symbol"?String(U):U});return new x("Invalid "+ee+" `"+G+"` of value `"+String(K)+"` "+("supplied to `"+W+"`, expected one of "+te+"."))}return L(B)}function ce(p){function B(X,b,W,ee,G){if(typeof p!="function")return new x("Property `"+G+"` of component `"+W+"` has invalid PropType notation inside objectOf.");var K=X[b],J=de(K);if(J!=="object")return new x("Invalid "+ee+" `"+G+"` of type "+("`"+J+"` supplied to `"+W+"`, expected an object."));for(var te in K)if(r(K,te)){var ne=p(K,te,W,ee,G+"."+te,n);if(ne instanceof Error)return ne}return null}return L(B)}function ie(p){if(!Array.isArray(p))return process.env.NODE_ENV!=="production"&&i("Invalid argument supplied to oneOfType, expected an instance of array."),s;for(var B=0;B<p.length;B++){var X=p[B];if(typeof X!="function")return i("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+fe(X)+" at index "+B+"."),s}function b(W,ee,G,K,J){for(var te=[],ne=0;ne<p.length;ne++){var we=p[ne],U=we(W,ee,G,K,J,n);if(U==null)return null;U.data&&r(U.data,"expectedType")&&te.push(U.data.expectedType)}var Ne=te.length>0?", expected one of type ["+te.join(", ")+"]":"";return new x("Invalid "+K+" `"+J+"` supplied to "+("`"+G+"`"+Ne+"."))}return L(b)}function Y(){function p(B,X,b,W,ee){return j(B[X])?null:new x("Invalid "+W+" `"+ee+"` supplied to "+("`"+b+"`, expected a ReactNode."))}return L(p)}function $(p,B,X,b,W){return new x((p||"React class")+": "+B+" type `"+X+"."+b+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+W+"`.")}function F(p){function B(X,b,W,ee,G){var K=X[b],J=de(K);if(J!=="object")return new x("Invalid "+ee+" `"+G+"` of type `"+J+"` "+("supplied to `"+W+"`, expected `object`."));for(var te in p){var ne=p[te];if(typeof ne!="function")return $(W,ee,G,te,xe(ne));var we=ne(K,te,W,ee,G+"."+te,n);if(we)return we}return null}return L(B)}function z(p){function B(X,b,W,ee,G){var K=X[b],J=de(K);if(J!=="object")return new x("Invalid "+ee+" `"+G+"` of type `"+J+"` "+("supplied to `"+W+"`, expected `object`."));var te=t({},X[b],p);for(var ne in te){var we=p[ne];if(r(p,ne)&&typeof we!="function")return $(W,ee,G,ne,xe(we));if(!we)return new x("Invalid "+ee+" `"+G+"` key `"+ne+"` supplied to `"+W+"`.\nBad object: "+JSON.stringify(X[b],null," ")+`
104
+ Valid keys: `+JSON.stringify(Object.keys(p),null," "));var U=we(K,ne,W,ee,G+"."+ne,n);if(U)return U}return null}return L(B)}function j(p){switch(typeof p){case"number":case"string":case"undefined":return!0;case"boolean":return!p;case"object":if(Array.isArray(p))return p.every(j);if(p===null||o(p))return!0;var B=f(p);if(B){var X=B.call(p),b;if(B!==p.entries){for(;!(b=X.next()).done;)if(!j(b.value))return!1}else for(;!(b=X.next()).done;){var W=b.value;if(W&&!j(W[1]))return!1}}else return!1;return!0;default:return!1}}function Z(p,B){return p==="symbol"?!0:B?B["@@toStringTag"]==="Symbol"||typeof Symbol=="function"&&B instanceof Symbol:!1}function de(p){var B=typeof p;return Array.isArray(p)?"array":p instanceof RegExp?"object":Z(B,p)?"symbol":B}function xe(p){if(typeof p>"u"||p===null)return""+p;var B=de(p);if(B==="object"){if(p instanceof Date)return"date";if(p instanceof RegExp)return"regexp"}return B}function fe(p){var B=xe(p);switch(B){case"array":case"object":return"an "+B;case"boolean":case"date":case"regexp":return"a "+B;default:return B}}function _e(p){return!p.constructor||!p.constructor.name?h:p.constructor.name}return m.checkPropTypes=a,m.resetWarningCache=a.resetWarningCache,m.PropTypes=m,m},aa}var ia,Ks;function Ab(){if(Ks)return ia;Ks=1;var e=ci();function t(){}function n(){}return n.resetWarningCache=t,ia=function(){function r(s,o,l,c,d,f){if(f!==e){var h=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw h.name="Invariant Violation",h}}r.isRequired=r;function a(){return r}var i={array:r,bigint:r,bool:r,func:r,number:r,object:r,string:r,symbol:r,any:r,arrayOf:a,element:r,elementType:r,instanceOf:a,node:r,objectOf:a,oneOf:a,oneOfType:a,shape:a,exact:a,checkPropTypes:n,resetWarningCache:t};return i.PropTypes=i,i},ia}var Zs;function _b(){if(Zs)return Zn.exports;if(Zs=1,process.env.NODE_ENV!=="production"){var e=Ha(),t=!0;Zn.exports=xb()(e.isElement,t)}else Zn.exports=Ab()();return Zn.exports}var Sb=_b();const ae=Ba(Sb);function Cb(e,t){return e.classList?!!t&&e.classList.contains(t):(" "+(e.className.baseVal||e.className)+" ").indexOf(" "+t+" ")!==-1}function Ib(e,t){e.classList?e.classList.add(t):Cb(e,t)||(typeof e.className=="string"?e.className=e.className+" "+t:e.setAttribute("class",(e.className&&e.className.baseVal||"")+" "+t))}function Js(e,t){return e.replace(new RegExp("(^|\\s)"+t+"(?:\\s|$)","g"),"$1").replace(/\s+/g," ").replace(/^\s*|\s*$/g,"")}function Nb(e,t){e.classList?e.classList.remove(t):typeof e.className=="string"?e.className=Js(e.className,t):e.setAttribute("class",Js(e.className&&e.className.baseVal||"",t))}const eu={disabled:!1};var vb=process.env.NODE_ENV!=="production"?ae.oneOfType([ae.number,ae.shape({enter:ae.number,exit:ae.number,appear:ae.number}).isRequired]):null,wb=process.env.NODE_ENV!=="production"?ae.oneOfType([ae.string,ae.shape({enter:ae.string,exit:ae.string,active:ae.string}),ae.shape({enter:ae.string,enterDone:ae.string,enterActive:ae.string,exit:ae.string,exitDone:ae.string,exitActive:ae.string})]):null;const Al=I.createContext(null);var _l=function(t){return t.scrollTop},Tn="unmounted",Ot="exited",Lt="entering",Wt="entered",Ma="exiting",mt=(function(e){yl(t,e);function t(r,a){var i;i=e.call(this,r,a)||this;var s=a,o=s&&!s.isMounting?r.enter:r.appear,l;return i.appearStatus=null,r.in?o?(l=Ot,i.appearStatus=Lt):l=Wt:r.unmountOnExit||r.mountOnEnter?l=Tn:l=Ot,i.state={status:l},i.nextCallback=null,i}t.getDerivedStateFromProps=function(a,i){var s=a.in;return s&&i.status===Tn?{status:Ot}:null};var n=t.prototype;return n.componentDidMount=function(){this.updateStatus(!0,this.appearStatus)},n.componentDidUpdate=function(a){var i=null;if(a!==this.props){var s=this.state.status;this.props.in?s!==Lt&&s!==Wt&&(i=Lt):(s===Lt||s===Wt)&&(i=Ma)}this.updateStatus(!1,i)},n.componentWillUnmount=function(){this.cancelNextCallback()},n.getTimeouts=function(){var a=this.props.timeout,i,s,o;return i=s=o=a,a!=null&&typeof a!="number"&&(i=a.exit,s=a.enter,o=a.appear!==void 0?a.appear:s),{exit:i,enter:s,appear:o}},n.updateStatus=function(a,i){if(a===void 0&&(a=!1),i!==null)if(this.cancelNextCallback(),i===Lt){if(this.props.unmountOnExit||this.props.mountOnEnter){var s=this.props.nodeRef?this.props.nodeRef.current:En.findDOMNode(this);s&&_l(s)}this.performEnter(a)}else this.performExit();else this.props.unmountOnExit&&this.state.status===Ot&&this.setState({status:Tn})},n.performEnter=function(a){var i=this,s=this.props.enter,o=this.context?this.context.isMounting:a,l=this.props.nodeRef?[o]:[En.findDOMNode(this),o],c=l[0],d=l[1],f=this.getTimeouts(),h=o?f.appear:f.enter;if(!a&&!s||eu.disabled){this.safeSetState({status:Wt},function(){i.props.onEntered(c)});return}this.props.onEnter(c,d),this.safeSetState({status:Lt},function(){i.props.onEntering(c,d),i.onTransitionEnd(h,function(){i.safeSetState({status:Wt},function(){i.props.onEntered(c,d)})})})},n.performExit=function(){var a=this,i=this.props.exit,s=this.getTimeouts(),o=this.props.nodeRef?void 0:En.findDOMNode(this);if(!i||eu.disabled){this.safeSetState({status:Ot},function(){a.props.onExited(o)});return}this.props.onExit(o),this.safeSetState({status:Ma},function(){a.props.onExiting(o),a.onTransitionEnd(s.exit,function(){a.safeSetState({status:Ot},function(){a.props.onExited(o)})})})},n.cancelNextCallback=function(){this.nextCallback!==null&&(this.nextCallback.cancel(),this.nextCallback=null)},n.safeSetState=function(a,i){i=this.setNextCallback(i),this.setState(a,i)},n.setNextCallback=function(a){var i=this,s=!0;return this.nextCallback=function(o){s&&(s=!1,i.nextCallback=null,a(o))},this.nextCallback.cancel=function(){s=!1},this.nextCallback},n.onTransitionEnd=function(a,i){this.setNextCallback(i);var s=this.props.nodeRef?this.props.nodeRef.current:En.findDOMNode(this),o=a==null&&!this.props.addEndListener;if(!s||o){setTimeout(this.nextCallback,0);return}if(this.props.addEndListener){var l=this.props.nodeRef?[this.nextCallback]:[s,this.nextCallback],c=l[0],d=l[1];this.props.addEndListener(c,d)}a!=null&&setTimeout(this.nextCallback,a)},n.render=function(){var a=this.state.status;if(a===Tn)return null;var i=this.props,s=i.children;i.in,i.mountOnEnter,i.unmountOnExit,i.appear,i.enter,i.exit,i.timeout,i.addEndListener,i.onEnter,i.onEntering,i.onEntered,i.onExit,i.onExiting,i.onExited,i.nodeRef;var o=Tl(i,["children","in","mountOnEnter","unmountOnExit","appear","enter","exit","timeout","addEndListener","onEnter","onEntering","onEntered","onExit","onExiting","onExited","nodeRef"]);return I.createElement(Al.Provider,{value:null},typeof s=="function"?s(a,o):I.cloneElement(I.Children.only(s),o))},t})(I.Component);mt.contextType=Al;mt.propTypes=process.env.NODE_ENV!=="production"?{nodeRef:ae.shape({current:typeof Element>"u"?ae.any:function(e,t,n,r,a,i){var s=e[t];return ae.instanceOf(s&&"ownerDocument"in s?s.ownerDocument.defaultView.Element:Element)(e,t,n,r,a,i)}}),children:ae.oneOfType([ae.func.isRequired,ae.element.isRequired]).isRequired,in:ae.bool,mountOnEnter:ae.bool,unmountOnExit:ae.bool,appear:ae.bool,enter:ae.bool,exit:ae.bool,timeout:function(t){var n=vb;t.addEndListener||(n=n.isRequired);for(var r=arguments.length,a=new Array(r>1?r-1:0),i=1;i<r;i++)a[i-1]=arguments[i];return n.apply(void 0,[t].concat(a))},addEndListener:ae.func,onEnter:ae.func,onEntering:ae.func,onEntered:ae.func,onExit:ae.func,onExiting:ae.func,onExited:ae.func}:{};function Vt(){}mt.defaultProps={in:!1,mountOnEnter:!1,unmountOnExit:!1,appear:!1,enter:!0,exit:!0,onEnter:Vt,onEntering:Vt,onEntered:Vt,onExit:Vt,onExiting:Vt,onExited:Vt};mt.UNMOUNTED=Tn;mt.EXITED=Ot;mt.ENTERING=Lt;mt.ENTERED=Wt;mt.EXITING=Ma;var Ob=function(t,n){return t&&n&&n.split(" ").forEach(function(r){return Ib(t,r)})},sa=function(t,n){return t&&n&&n.split(" ").forEach(function(r){return Nb(t,r)})},di=(function(e){yl(t,e);function t(){for(var r,a=arguments.length,i=new Array(a),s=0;s<a;s++)i[s]=arguments[s];return r=e.call.apply(e,[this].concat(i))||this,r.appliedClasses={appear:{},enter:{},exit:{}},r.onEnter=function(o,l){var c=r.resolveArguments(o,l),d=c[0],f=c[1];r.removeClasses(d,"exit"),r.addClass(d,f?"appear":"enter","base"),r.props.onEnter&&r.props.onEnter(o,l)},r.onEntering=function(o,l){var c=r.resolveArguments(o,l),d=c[0],f=c[1],h=f?"appear":"enter";r.addClass(d,h,"active"),r.props.onEntering&&r.props.onEntering(o,l)},r.onEntered=function(o,l){var c=r.resolveArguments(o,l),d=c[0],f=c[1],h=f?"appear":"enter";r.removeClasses(d,h),r.addClass(d,h,"done"),r.props.onEntered&&r.props.onEntered(o,l)},r.onExit=function(o){var l=r.resolveArguments(o),c=l[0];r.removeClasses(c,"appear"),r.removeClasses(c,"enter"),r.addClass(c,"exit","base"),r.props.onExit&&r.props.onExit(o)},r.onExiting=function(o){var l=r.resolveArguments(o),c=l[0];r.addClass(c,"exit","active"),r.props.onExiting&&r.props.onExiting(o)},r.onExited=function(o){var l=r.resolveArguments(o),c=l[0];r.removeClasses(c,"exit"),r.addClass(c,"exit","done"),r.props.onExited&&r.props.onExited(o)},r.resolveArguments=function(o,l){return r.props.nodeRef?[r.props.nodeRef.current,o]:[o,l]},r.getClassNames=function(o){var l=r.props.classNames,c=typeof l=="string",d=c&&l?l+"-":"",f=c?""+d+o:l[o],h=c?f+"-active":l[o+"Active"],m=c?f+"-done":l[o+"Done"];return{baseClassName:f,activeClassName:h,doneClassName:m}},r}var n=t.prototype;return n.addClass=function(a,i,s){var o=this.getClassNames(i)[s+"ClassName"],l=this.getClassNames("enter"),c=l.doneClassName;i==="appear"&&s==="done"&&c&&(o+=" "+c),s==="active"&&a&&_l(a),o&&(this.appliedClasses[i][s]=o,Ob(a,o))},n.removeClasses=function(a,i){var s=this.appliedClasses[i],o=s.base,l=s.active,c=s.done;this.appliedClasses[i]={},o&&sa(a,o),l&&sa(a,l),c&&sa(a,c)},n.render=function(){var a=this.props;a.classNames;var i=Tl(a,["classNames"]);return I.createElement(mt,mr({},i,{onEnter:this.onEnter,onEntered:this.onEntered,onEntering:this.onEntering,onExit:this.onExit,onExiting:this.onExiting,onExited:this.onExited}))},t})(I.Component);di.defaultProps={classNames:""};di.propTypes=process.env.NODE_ENV!=="production"?mr({},mt.propTypes,{classNames:wb,onEnter:ae.func,onEntering:ae.func,onEntered:ae.func,onExit:ae.func,onExiting:ae.func,onExited:ae.func}):{};const Lb=({setIsWidgetOpen:e})=>C.jsx(C.Fragment,{children:C.jsx("button",{type:"button","aria-label":"Close chat",onClick:()=>e(!1),className:`absolute right-2 top-1/2 -translate-y-1/2
105
+ inline-flex items-center justify-center
106
+ rounded-full p-1.5
107
+ text-white
108
+ bg-white/10 hover:bg-white/20
109
+ transition-transform duration-150 ease-out
110
+ hover:scale-120 active:scale-95
111
+ focus:outline-none hover:scale-110
112
+ focus-visible:ring-white/80
113
+ focus-visible:ring-offset-2
114
+ focus-visible:ring-offset-violet-700
115
+ `,"data-testid":"close-button",children:C.jsx("svg",{viewBox:"0 0 24 24",width:"20",height:"20",fill:"none","aria-hidden":"true",className:"select-none outline-none",children:C.jsx("path",{d:"M6 6L18 18M6 18L18 6",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})})})}),Rb=I.forwardRef(({props:e},t)=>C.jsxs("div",{ref:t,className:`
116
+ chatBox
117
+ fixed z-[2147483647]
118
+ inset-0 w-screen h-[100svh] rounded-none
119
+ md:inset-auto md:bottom-[calc(80px+1rem)] md:right-6
120
+ md:w-[min(100vw-1rem,400px)]
121
+ md:h-[clamp(420px,70dvh,640px)]
122
+ md:rounded-xl
123
+ bg-white shadow-xl flex flex-col overflow-hidden
124
+ `,children:[C.jsxs("div",{className:"relative bg-violet-700 py-2 text-white text-center flex justify-center items-center",children:[C.jsx("span",{className:"font-medium",children:"Assistant"}),C.jsx(Lb,{setIsWidgetOpen:e.setIsWidgetOpen})]}),C.jsx(bl,{appToken:e.appToken})]})),Db=({isWidgetOpen:e,appToken:t,setIsWidgetOpen:n})=>{const r=I.useRef(null);return C.jsx("div",{children:C.jsx(di,{nodeRef:r,in:e,timeout:200,classNames:"menuTransition",unmountOnExit:!0,children:C.jsx(Rb,{ref:r,props:{appToken:t,setIsWidgetOpen:n}})})})},Sl=()=>({hasFetchedSettings:!1,hasDisplayedCSS:!1}),Pb=()=>{const[e,t]=I.useState(Sl());return{appInternalContext:e,setAppInternalContext:t,setHasFetchedSettings:()=>{t(a=>({...a,hasFetchedSettings:!0}))},setHasDisplayedCss:()=>{t(a=>({...a,hasDisplayedCSS:!0}))}}},Cl=I.createContext({appInternalContext:Sl(),setAppInternalContext:()=>{},setHasFetchedSettings:()=>{}}),kb=({displayMode:e,appToken:t})=>{const[n,r]=I.useState(!1),{appInternalContext:a}=I.useContext(Cl);return C.jsxs(C.Fragment,{children:[e===nn.LAUNCHER&&a.hasFetchedSettings&&C.jsxs(C.Fragment,{children:[C.jsx(Yl,{isWidgetOpen:n,setIsWidgetOpen:r}),C.jsx(Db,{isWidgetOpen:n,appToken:t,setIsWidgetOpen:r})]}),e===nn.CHATBOX&&a.hasFetchedSettings&&C.jsx("div",{className:"chatBox",children:C.jsx(bl,{appToken:t})})]})},Mb=e=>Object.values(nn).includes(e),Bb=e=>Mb(e)?e:(console.warn(`Display mode not valid. Using ${nn.LAUNCHER} as default.`),nn.LAUNCHER),Fb=(e,t)=>{let n,r;return typeof window<"u"&&(r=window.localStorage.getItem(ib)),r&&e?.[r]!==void 0?n=e[r]:(n=e[t],n.isDefault=!0),n},Hb=(e,t)=>{const[n,r]=I.useState(e[t]),a=i=>{Object.keys(e).includes(i?.locale)?r(i):r(e[Ze.ENGLISH])};return I.useEffect(()=>{let i=Fb(e,t);i.locale!==t&&r(e[i.locale])},[]),{appCurrentLang:n,handleSetContextCurrentLang:a}},Ub=e=>Object.values(Ze).includes(e),jb=e=>Ub(e)?e:(console.log(`Language ${e} not handled for now. Using ${Ze.ENGLISH}.`),Ze.ENGLISH),$b=({agentId:e,appToken:t,onFetched:n})=>{const[r,a]=I.useState({}),i={companySettings:r,setCompanySettings:a},[s,o]=I.useState([]),[l,c]=I.useState(null),d={conversation:s,setConversation:o,discussionId:l,setDiscussionId:c};return I.useEffect(()=>{const f=Ln.getApiUrl(),h=Ln.getFetchConfig({httpVerb:"GET",contentType:"application/json"});fetch(`${f}/company/settings/${t}/${e}`,h).then(async m=>{const y=await m.json();a(y),o([{userType:"assistant",content:y.agent.text.initialText}]),n?.()}).catch(m=>console.log("error in settings fetch",m))},[t,e]),{contextCompanySettings:i,contextInitialChatbotStartingText:d}};function zb(e,t={},n,r){const{id:a,nonce:i,target:s,disableConstructable:o}=t,l=s,c=I.useRef(null),d=I.useRef(null);I.useEffect(()=>{if(!s)return;if(!e){n&&(console.log("No custom css found."),r?.());return}if(!o&&"adoptedStyleSheets"in l&&typeof CSSStyleSheet<"u"&&"replaceSync"in CSSStyleSheet.prototype)return c.current||(c.current=new CSSStyleSheet,l.adoptedStyleSheets=[...l.adoptedStyleSheets,c.current]),c.current.replaceSync(e),console.log("Loading custom css via stylesheet."),r?.(),()=>{const h=l.adoptedStyleSheets||[],m=h.indexOf(c.current);if(m>=0){const y=h.slice();y.splice(m,1),l.adoptedStyleSheets=y}c.current=null};if(!d.current){const h=document.createElement("style");h.type="text/css",a&&(h.id=a),i&&(h.nonce=i),(l instanceof Document&&l.head||l).appendChild(h),d.current=h}return d.current.textContent=e,console.log("Loading custom css via style tag."),r?.(),()=>{d.current?.parentNode?.removeChild(d.current),d.current=null}},[e,a,i,s,o])}function Yb(e){const{manifest:t,origins:n}=Gb(e);n.forEach(Pl),Ml(t),Dl(t)}function Gb(e){const t=Vb(e),n=new Set,r=new Set,a=new Set,i=new Set;for(const{url:l,mode:c}of t)switch(qb(c,l)){case"svg":r.add(l);break;case"lottie":a.add(l);break;case"spritesheet":i.add(l);break;case"image":n.add(l);break}const s={images:Array.from(n),svgs:Array.from(r),lotties:Array.from(a),sprites:Array.from(i)},o=Wb(s);return{manifest:s,origins:o}}function Vb(e){if(!e?.agent?.display)return[];const t=e.agent.display,n=[t.launcher,t.assistant,t.search].filter(Boolean),r=[];for(const a of n)a?.assetUrl&&r.push({url:a.assetUrl,mode:a.mode});return r}function qb(e,t){if(e)switch(e){case"svg":return"svg";case"lottie":return"lottie";case"spritesheet":return"spritesheet";case"image":return"image";case"video":return"video"}try{const r=new URL(t,document.baseURI).pathname.toLowerCase();if(r.endsWith(".svg"))return"svg";if(r.endsWith(".lottie")||r.endsWith(".zip")||r.endsWith(".json"))return r.endsWith(".json"),"lottie";if(/\.(png|webp|jpg|jpeg|gif|avi,ef)$/.test(r))return"image";if(/\.(mp4|webm|mov|m4v|ogg)$/.test(r))return"video"}catch(n){console.log("error in normalizeKind:",n)}return"unknown"}function Wb(e){const t=new Set,n=r=>{if(r)try{const a=new URL(r,document.baseURI);t.add(`${a.protocol}//${a.host}`)}catch(a){console.log("error in uniqueOriginsFromManifest",a)}};return(e.images??[]).forEach(n),(e.svgs??[]).forEach(n),(e.lotties??[]).forEach(n),(e.sprites??[]).forEach(n),Array.from(t)}const Xb=({children:e,appToken:t,agentId:n,appRoot:r})=>{var a=navigator.language;console.log("Brower language",a);const i=jb(a),{appCurrentLang:s,handleSetContextCurrentLang:o}=Hb(vr,i),l={appCurrentLang:s,setAppCurrentLang:o},c=Pb(),{contextCompanySettings:d,contextInitialChatbotStartingText:f}=$b({agentId:n,appToken:t,onFetched:c.setHasFetchedSettings});return Yb(d.companySettings),zb(d.companySettings?.agent?.display?.CSSRules,{id:`${n}`,target:r},c.appInternalContext.hasFetchedSettings,c.setHasDisplayedCss),C.jsx(C.Fragment,{children:C.jsx(md,{locale:s?.locale,messages:s?.translatedText,children:C.jsx(ml.Provider,{value:l,children:C.jsx(Cl.Provider,{value:c,children:C.jsx(Rn.Provider,{value:d,children:C.jsx(gl.Provider,{value:f,children:c.appInternalContext.hasDisplayedCSS&&e})})})})})})};var nn=(e=>(e.LAUNCHER="launcher",e.CHATBOX="chatbox",e))(nn||{});function Qb({appToken:e,displayMode:t="launcher",agentId:n,appRoot:r}){e||console.warn("appToken not defined in ai-client. Please see the documentation at URL_ERROR_IN_DOC");const a=Bb(t);return console.log(`App boot in ${a} mode.`),C.jsx("div",{className:"chatSystemWidget app-root",id:"chatSystemWidget",children:C.jsx(Xb,{appToken:e,agentId:n,appRoot:r,children:C.jsx(kb,{displayMode:a,appToken:e})})})}const Kb=`*, ::before, ::after {
125
125
  --tw-border-spacing-x: 0;
126
126
  --tw-border-spacing-y: 0;
127
127
  --tw-translate-x: 0;
@@ -739,6 +739,10 @@ video {
739
739
  position: sticky;
740
740
  }
741
741
 
742
+ .inset-0 {
743
+ inset: 0px;
744
+ }
745
+
742
746
  .bottom-0 {
743
747
  bottom: 0px;
744
748
  }
@@ -771,6 +775,10 @@ video {
771
775
  top: 0px;
772
776
  }
773
777
 
778
+ .top-1\\/2 {
779
+ top: 50%;
780
+ }
781
+
774
782
  .z-10 {
775
783
  z-index: 10;
776
784
  }
@@ -783,6 +791,10 @@ video {
783
791
  z-index: 99999999;
784
792
  }
785
793
 
794
+ .z-\\[2147483647\\] {
795
+ z-index: 2147483647;
796
+ }
797
+
786
798
  .mx-3 {
787
799
  margin-left: 0.75rem;
788
800
  margin-right: 0.75rem;
@@ -827,6 +839,10 @@ video {
827
839
  margin-top: 2rem;
828
840
  }
829
841
 
842
+ .inline-block {
843
+ display: inline-block;
844
+ }
845
+
830
846
  .inline {
831
847
  display: inline;
832
848
  }
@@ -863,6 +879,10 @@ video {
863
879
  height: auto;
864
880
  }
865
881
 
882
+ .h-\\[100svh\\] {
883
+ height: 100svh;
884
+ }
885
+
866
886
  .min-h-0 {
867
887
  min-height: 0px;
868
888
  }
@@ -887,6 +907,10 @@ video {
887
907
  width: 100%;
888
908
  }
889
909
 
910
+ .w-screen {
911
+ width: 100vw;
912
+ }
913
+
890
914
  .min-w-0 {
891
915
  min-width: 0px;
892
916
  }
@@ -895,6 +919,10 @@ video {
895
919
  max-width: 90%;
896
920
  }
897
921
 
922
+ .max-w-\\[min\\(24rem\\2c calc\\(100vw-6rem\\)\\)\\] {
923
+ max-width: min(24rem,calc(100vw - 6rem));
924
+ }
925
+
898
926
  .flex-1 {
899
927
  flex: 1 1 0%;
900
928
  }
@@ -903,6 +931,25 @@ video {
903
931
  flex-shrink: 0;
904
932
  }
905
933
 
934
+ .-translate-y-1\\/2 {
935
+ --tw-translate-y: -50%;
936
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
937
+ }
938
+
939
+ .translate-y-0 {
940
+ --tw-translate-y: 0px;
941
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
942
+ }
943
+
944
+ .translate-y-2 {
945
+ --tw-translate-y: 0.5rem;
946
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
947
+ }
948
+
949
+ .transform {
950
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
951
+ }
952
+
906
953
  @keyframes fadeIn {
907
954
  0% {
908
955
  opacity: 0;
@@ -927,6 +974,12 @@ video {
927
974
  cursor: pointer;
928
975
  }
929
976
 
977
+ .select-none {
978
+ -webkit-user-select: none;
979
+ -moz-user-select: none;
980
+ user-select: none;
981
+ }
982
+
930
983
  .resize {
931
984
  resize: both;
932
985
  }
@@ -995,6 +1048,14 @@ video {
995
1048
  border-radius: 0.75rem;
996
1049
  }
997
1050
 
1051
+ .rounded-none {
1052
+ border-radius: 0px;
1053
+ }
1054
+
1055
+ .rounded-2xl {
1056
+ border-radius: 1rem;
1057
+ }
1058
+
998
1059
  .border {
999
1060
  border-width: 1px;
1000
1061
  }
@@ -1061,11 +1122,6 @@ video {
1061
1122
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
1062
1123
  }
1063
1124
 
1064
- .bg-black {
1065
- --tw-bg-opacity: 1;
1066
- background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
1067
- }
1068
-
1069
1125
  .bg-blue-50 {
1070
1126
  --tw-bg-opacity: 1;
1071
1127
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
@@ -1075,11 +1131,6 @@ video {
1075
1131
  background-color: rgb(239 246 255 / 0.7);
1076
1132
  }
1077
1133
 
1078
- .bg-blue-500 {
1079
- --tw-bg-opacity: 1;
1080
- background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
1081
- }
1082
-
1083
1134
  .bg-blue-700 {
1084
1135
  --tw-bg-opacity: 1;
1085
1136
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
@@ -1100,6 +1151,11 @@ video {
1100
1151
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
1101
1152
  }
1102
1153
 
1154
+ .bg-violet-600 {
1155
+ --tw-bg-opacity: 1;
1156
+ background-color: rgb(124 58 237 / var(--tw-bg-opacity, 1));
1157
+ }
1158
+
1103
1159
  .bg-violet-700 {
1104
1160
  --tw-bg-opacity: 1;
1105
1161
  background-color: rgb(109 40 217 / var(--tw-bg-opacity, 1));
@@ -1110,6 +1166,10 @@ video {
1110
1166
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
1111
1167
  }
1112
1168
 
1169
+ .bg-white\\/10 {
1170
+ background-color: rgb(255 255 255 / 0.1);
1171
+ }
1172
+
1113
1173
  .p-0\\.5 {
1114
1174
  padding: 0.125rem;
1115
1175
  }
@@ -1118,6 +1178,10 @@ video {
1118
1178
  padding: 0.25rem;
1119
1179
  }
1120
1180
 
1181
+ .p-1\\.5 {
1182
+ padding: 0.375rem;
1183
+ }
1184
+
1121
1185
  .p-2 {
1122
1186
  padding: 0.5rem;
1123
1187
  }
@@ -1139,6 +1203,11 @@ video {
1139
1203
  padding-right: 0.75rem;
1140
1204
  }
1141
1205
 
1206
+ .px-4 {
1207
+ padding-left: 1rem;
1208
+ padding-right: 1rem;
1209
+ }
1210
+
1142
1211
  .px-5 {
1143
1212
  padding-left: 1.25rem;
1144
1213
  padding-right: 1.25rem;
@@ -1194,6 +1263,10 @@ video {
1194
1263
  font-weight: 600;
1195
1264
  }
1196
1265
 
1266
+ .leading-snug {
1267
+ line-height: 1.375;
1268
+ }
1269
+
1197
1270
  .text-blue-700 {
1198
1271
  --tw-text-opacity: 1;
1199
1272
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
@@ -1224,10 +1297,24 @@ video {
1224
1297
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
1225
1298
  }
1226
1299
 
1300
+ .opacity-0 {
1301
+ opacity: 0;
1302
+ }
1303
+
1304
+ .opacity-100 {
1305
+ opacity: 1;
1306
+ }
1307
+
1227
1308
  .opacity-70 {
1228
1309
  opacity: 0.7;
1229
1310
  }
1230
1311
 
1312
+ .shadow {
1313
+ --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
1314
+ --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
1315
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1316
+ }
1317
+
1231
1318
  .shadow-lg {
1232
1319
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
1233
1320
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
@@ -1246,6 +1333,17 @@ video {
1246
1333
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1247
1334
  }
1248
1335
 
1336
+ .shadow-xl {
1337
+ --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
1338
+ --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
1339
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1340
+ }
1341
+
1342
+ .outline-none {
1343
+ outline: 2px solid transparent;
1344
+ outline-offset: 2px;
1345
+ }
1346
+
1249
1347
  .outline {
1250
1348
  outline-style: solid;
1251
1349
  }
@@ -1299,6 +1397,10 @@ video {
1299
1397
  transition-duration: 150ms;
1300
1398
  }
1301
1399
 
1400
+ .duration-150 {
1401
+ transition-duration: 150ms;
1402
+ }
1403
+
1302
1404
  .duration-200 {
1303
1405
  transition-duration: 200ms;
1304
1406
  }
@@ -1311,6 +1413,10 @@ video {
1311
1413
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1312
1414
  }
1313
1415
 
1416
+ .ease-out {
1417
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
1418
+ }
1419
+
1314
1420
  .hover\\:scale-110:hover {
1315
1421
  --tw-scale-x: 1.1;
1316
1422
  --tw-scale-y: 1.1;
@@ -1347,9 +1453,8 @@ video {
1347
1453
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
1348
1454
  }
1349
1455
 
1350
- .hover\\:bg-blue-600:hover {
1351
- --tw-bg-opacity: 1;
1352
- background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
1456
+ .hover\\:bg-white\\/20:hover {
1457
+ background-color: rgb(255 255 255 / 0.2);
1353
1458
  }
1354
1459
 
1355
1460
  .hover\\:text-white:hover {
@@ -1361,6 +1466,11 @@ video {
1361
1466
  --tw-ring-color: rgb(37 99 235 / 0.3);
1362
1467
  }
1363
1468
 
1469
+ .hover\\:brightness-110:hover {
1470
+ --tw-brightness: brightness(1.1);
1471
+ filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
1472
+ }
1473
+
1364
1474
  .focus\\:outline-none:focus {
1365
1475
  outline: 2px solid transparent;
1366
1476
  outline-offset: 2px;
@@ -1402,15 +1512,33 @@ video {
1402
1512
  --tw-ring-color: rgb(37 99 235 / 0.5);
1403
1513
  }
1404
1514
 
1515
+ .focus-visible\\:ring-white\\/80:focus-visible {
1516
+ --tw-ring-color: rgb(255 255 255 / 0.8);
1517
+ }
1518
+
1519
+ .focus-visible\\:ring-offset-2:focus-visible {
1520
+ --tw-ring-offset-width: 2px;
1521
+ }
1522
+
1523
+ .focus-visible\\:ring-offset-violet-700:focus-visible {
1524
+ --tw-ring-offset-color: #6d28d9;
1525
+ }
1526
+
1527
+ .active\\:scale-95:active {
1528
+ --tw-scale-x: .95;
1529
+ --tw-scale-y: .95;
1530
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1531
+ }
1532
+
1405
1533
  .active\\:scale-\\[0\\.98\\]:active {
1406
1534
  --tw-scale-x: 0.98;
1407
1535
  --tw-scale-y: 0.98;
1408
1536
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1409
1537
  }
1410
1538
 
1411
- .enabled\\:bg-black:enabled {
1539
+ .enabled\\:bg-violet-600:enabled {
1412
1540
  --tw-bg-opacity: 1;
1413
- background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
1541
+ background-color: rgb(124 58 237 / var(--tw-bg-opacity, 1));
1414
1542
  }
1415
1543
 
1416
1544
  .enabled\\:bg-white:enabled {
@@ -1486,6 +1614,10 @@ video {
1486
1614
  }
1487
1615
 
1488
1616
  @media (min-width: 768px) {
1617
+ .md\\:inset-auto {
1618
+ inset: auto;
1619
+ }
1620
+
1489
1621
  .md\\:bottom-2 {
1490
1622
  bottom: 0.5rem;
1491
1623
  }
@@ -1510,15 +1642,78 @@ video {
1510
1642
  top: auto;
1511
1643
  }
1512
1644
 
1645
+ .md\\:bottom-4 {
1646
+ bottom: 1rem;
1647
+ }
1648
+
1649
+ .md\\:right-4 {
1650
+ right: 1rem;
1651
+ }
1652
+
1653
+ .md\\:bottom-\\[calc\\(56px\\+1rem\\)\\] {
1654
+ bottom: calc(56px + 1rem);
1655
+ }
1656
+
1657
+ .md\\:bottom-\\[calc\\(50px\\+1rem\\)\\] {
1658
+ bottom: calc(50px + 1rem);
1659
+ }
1660
+
1661
+ .md\\:bottom-\\[calc\\(60px\\+1rem\\)\\] {
1662
+ bottom: calc(60px + 1rem);
1663
+ }
1664
+
1665
+ .md\\:bottom-\\[calc\\(80px\\+1rem\\)\\] {
1666
+ bottom: calc(80px + 1rem);
1667
+ }
1668
+
1669
+ .md\\:bottom-\\[calc\\(90px\\+1rem\\)\\] {
1670
+ bottom: calc(90px + 1rem);
1671
+ }
1672
+
1673
+ .md\\:right-6 {
1674
+ right: 1.5rem;
1675
+ }
1676
+
1677
+ .md\\:right-8 {
1678
+ right: 2rem;
1679
+ }
1680
+
1513
1681
  .md\\:h-\\[600px\\] {
1514
1682
  height: 600px;
1515
1683
  }
1516
1684
 
1685
+ .md\\:h-\\[clamp\\(420px\\2c 70dvh\\2c 640px\\)\\] {
1686
+ height: clamp(420px,70dvh,640px);
1687
+ }
1688
+
1517
1689
  .md\\:w-\\[400px\\] {
1518
1690
  width: 400px;
1519
1691
  }
1692
+
1693
+ .md\\:w-\\[min\\(100vw-1rem\\2c 400px\\)\\] {
1694
+ width: min(100vw - 1rem,400px);
1695
+ }
1696
+
1697
+ .md\\:rounded-xl {
1698
+ border-radius: 0.75rem;
1699
+ }
1700
+ }
1701
+
1702
+ @media (min-width: 1024px) {
1703
+ .lg\\:left-1\\/2 {
1704
+ left: 50%;
1705
+ }
1706
+
1707
+ .lg\\:right-auto {
1708
+ right: auto;
1709
+ }
1710
+
1711
+ .lg\\:-translate-x-1\\/2 {
1712
+ --tw-translate-x: -50%;
1713
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1714
+ }
1520
1715
  }
1521
- `,Qg=`
1716
+ `,Zb=`
1522
1717
  .chatBox {
1523
1718
  overflow-x: hidden; /* Hide horizontal scrollbar */
1524
1719
  }
@@ -1559,7 +1754,7 @@ video {
1559
1754
  .chatBox hr {
1560
1755
  margin: 1.5rem 0;
1561
1756
  }
1562
- `,Kg=`/* React-Css Transitions */
1757
+ `,Jb=`/* React-Css Transitions */
1563
1758
  .menuTransition-enter {
1564
1759
  opacity: 0;
1565
1760
  transform: scale(0.9) translateX(200px);
@@ -1607,8 +1802,8 @@ textarea::placeholder {
1607
1802
  box-shadow: 0 0px 4px 5px rgba(0,0,0,0.2);
1608
1803
  width: 3rem;
1609
1804
  height: 3rem;
1610
- bottom: 40px;
1611
- right: 40px
1805
+ bottom: 24px;
1806
+ right: 24px
1612
1807
 
1613
1808
  }
1614
1809
 
@@ -1622,7 +1817,7 @@ textarea::placeholder {
1622
1817
 
1623
1818
  .messagesContainer {
1624
1819
  outline:none
1625
- }`,Zg=`/* 1) Remove UA outline on the shadow host */
1820
+ }`,eT=`/* 1) Remove UA outline on the shadow host */
1626
1821
  :host(:focus),
1627
1822
  :host(:focus-visible) { outline: none; }
1628
1823
 
@@ -1634,8 +1829,8 @@ textarea::placeholder {
1634
1829
 
1635
1830
  /* Ensure the wrapper itself doesn't get a default outline either */
1636
1831
  .app-root:focus { outline: none; }
1637
- `,tu=`${Xg}
1638
- ${Qg}
1639
- ${Kg}
1640
- ${Zg}`;function Jg({cssHref:e,appToken:t,agentId:n,displayMode:r,...a}){const i=r==="launcher"?"body":"inline",s=C.useRef(null),o=C.useRef(null),[l,c]=C.useState(null),[d,f]=C.useState(null);return C.useEffect(()=>{if(typeof document>"u")return;const m=i==="inline"?s.current:document.body;if(!m)return;const h=document.createElement("div");m.appendChild(h),o.current=h;const y=h.attachShadow({mode:"open",delegatesFocus:!0});f(y);let x=!1;try{if("adoptedStyleSheets"in y&&!e){const _=new CSSStyleSheet;_.replaceSync(tu),y.adoptedStyleSheets=[...y.adoptedStyleSheets??[],_],x=!0}}catch{}if(!x)if(e){const _=document.createElement("link");_.rel="stylesheet",_.href=e,y.appendChild(_)}else{const _=document.createElement("style");_.textContent=tu,y.appendChild(_)}const L=document.createElement("div");return y.appendChild(L),c(L),()=>{c(null),h.remove(),o.current=null}},[i,e]),N.jsxs(N.Fragment,{children:[i==="inline"&&N.jsx("div",{ref:s})," ",l&&bn.createPortal(N.jsx(Wg,{...a,appToken:t,agentId:n,displayMode:r,appRoot:d}),l)]})}exports.App=Jg;
1832
+ `,tu=`${Kb}
1833
+ ${Zb}
1834
+ ${Jb}
1835
+ ${eT}`;function tT({cssHref:e,appToken:t,agentId:n,displayMode:r,...a}){const i=r==="launcher"?"body":"inline",s=I.useRef(null),o=I.useRef(null),[l,c]=I.useState(null),[d,f]=I.useState(null);return I.useEffect(()=>{if(typeof document>"u")return;const h=i==="inline"?s.current:document.body;if(!h)return;const m=document.createElement("div");h.appendChild(m),o.current=m;const y=m.attachShadow({mode:"open",delegatesFocus:!0});f(y);let x=!1;try{if("adoptedStyleSheets"in y&&!e){const _=new CSSStyleSheet;_.replaceSync(tu),y.adoptedStyleSheets=[...y.adoptedStyleSheets??[],_],x=!0}}catch{}if(!x)if(e){const _=document.createElement("link");_.rel="stylesheet",_.href=e,y.appendChild(_)}else{const _=document.createElement("style");_.textContent=tu,y.appendChild(_)}const L=document.createElement("div");return y.appendChild(L),c(L),()=>{c(null),m.remove(),o.current=null}},[i,e]),C.jsxs(C.Fragment,{children:[i==="inline"&&C.jsx("div",{ref:s})," ",l&&En.createPortal(C.jsx(Qb,{...a,appToken:t,agentId:n,displayMode:r,appRoot:d}),l)]})}exports.App=tT;
1641
1836
  //# sourceMappingURL=index.cjs.map