@chatsystem/client 1.1.74 → 1.1.76
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 +426 -135
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.mjs +7658 -7110
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const _=require("react/jsx-runtime"),k=require("react"),Sn=require("react-dom"),yc=require("lottie-react"),Ac=require("@lottiefiles/dotlottie-react");function _c(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 Be=_c(k),Sc=e=>Be.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},Be.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 ta(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var At={},Ra;function Cc(){if(Ra)return At;Ra=1,Object.defineProperty(At,"__esModule",{value:!0}),At.OutputStreamTypesEnum=At.AgentDisplayFacetRoleType=At.AgentDisplayFacetModeType=void 0;var e;(function(r){r.SPRITESHEET="spritesheet",r.LOTTIE="lottie",r.IMAGE="image",r.SVG="svg",r.VIDEO="video"})(e||(At.AgentDisplayFacetModeType=e={}));var t;(function(r){r.LAUNCHER="launcher",r.ASSISTANT="assistant",r.SEARCH="search"})(t||(At.AgentDisplayFacetRoleType=t={}));var n;return(function(r){r.OUTPUT_STREAM_MESSAGE_START="message_start",r.OUTPUT_STREAM_MESSAGE_DELTA="message_delta",r.OUTPUT_STREAM_MESSAGE_END="message_end",r.OUTPUT_STREAM_NUMBER_OF_STEPS_TYPE="number_of_steps",r.OUTPUT_STREAM_CURRENT_STEP_NUMBER_TYPE="current_step_number",r.OUTPUT_STREAM_CURRENT_STEP_NAME_TYPE="current_step_name",r.OUTPUT_STREAM_ERROR="error"})(n||(At.OutputStreamTypesEnum=n={})),At}var Le=Cc();const jr=e=>({mode:Le.AgentDisplayFacetModeType.SVG,role:e}),wc=()=>({agent:{display:{name:"",CSSRules:"",[Le.AgentDisplayFacetRoleType.LAUNCHER]:jr(Le.AgentDisplayFacetRoleType.LAUNCHER),[Le.AgentDisplayFacetRoleType.ASSISTANT]:jr(Le.AgentDisplayFacetRoleType.ASSISTANT),[Le.AgentDisplayFacetRoleType.SEARCH]:jr(Le.AgentDisplayFacetRoleType.SEARCH)},text:{initialText:""},isAudioAllowed:!0},api:{settings:{maxUserMessagesPerDiscussion:20},tracking:{queryParamToAppend:""}}}),dn=k.createContext({companySettings:wc(),setCompanySettings:()=>{}}),un=globalThis;un.__WIDGET_ASSET_CACHE__||(un.__WIDGET_ASSET_CACHE__={svg:new Map,img:new Map,lot:new Map,spr:new Map});un.__WIDGET_PRELOAD_KEYS__||(un.__WIDGET_PRELOAD_KEYS__=new Set);const zr=un.__WIDGET_PRELOAD_KEYS__,Rt=un.__WIDGET_ASSET_CACHE__,vc="widget-assets-v1";async function Sr(e,t){try{const n=await caches.open(vc),r=await n.match(e,{ignoreSearch:!1});if(r)return r.clone();const i=await fetch(e,{cache:"force-cache",mode:"cors",keepalive:!0,...t});if(!i.ok)throw new Error(`HTTP ${i.status} for ${e}`);return n.put(e,i.clone()),i}catch(n){return console.log("error while fetching",n),new Response(null,{status:520,statusText:"Error in client - Fetch failed"})}}async function vu(e){const t=Rt.svg.get(e);if(t)return t.promise;const n=(async()=>{const i=await(await Sr(e)).text();if(typeof globalThis.DOMPurify<"u"&&typeof globalThis.DOMPurify.sanitize=="function")try{const s=new DOMParser().parseFromString(i,"image/svg+xml"),u=new XMLSerializer().serializeToString(s.documentElement);return{sanitized:globalThis.DOMPurify.sanitize(u,{USE_PROFILES:{svg:!0,svgFilters:!0}})}}catch{return{sanitized:globalThis.DOMPurify.sanitize(i,{USE_PROFILES:{svg:!0,svgFilters:!0}})}}else return{sanitized:i}})();return Rt.svg.set(e,{promise:n,ts:Date.now()}),n}function Iu(e){const t=Rt.img.get(e);if(t)return t.promise;const n=(async()=>{const i=await(await Sr(e)).blob();return{blobUrl:URL.createObjectURL(i)}})();return Rt.img.set(e,{promise:n,ts:Date.now()}),n}function Nu(e){const t=Rt.lot.get(e);if(t)return t.promise;const n=(async()=>{const i=await(await Sr(e)).arrayBuffer(),a=new Uint8Array(i);if(a.length>=4&&a[0]===80&&a[1]===75&&a[2]===3&&a[3]===4||e.endsWith(".lottie"))return{kind:"zip",blobUrl:URL.createObjectURL(new Blob([i],{type:"application/zip"}))};const u=new TextDecoder().decode(a);return{kind:"json",data:JSON.parse(u)}})();return Rt.lot.set(e,{promise:n,ts:Date.now()}),n}function ku(e){const t=Rt.spr.get(e);if(t)return t.promise;const n=(async()=>{const i=await(await Sr(e)).blob();let a=null;try{a=await createImageBitmap(i)}catch{a=null}const{imgEl:s,width:u,height:o}=await new Promise((c,f)=>{const d=URL.createObjectURL(i),h=new Image;h.crossOrigin="anonymous",h.onload=()=>{const m=h.naturalWidth,b=h.naturalHeight;c({imgEl:h,width:m,height:b})},h.onerror=()=>{URL.revokeObjectURL(d),f(new Error("Spritesheet image decode failed"))},h.src=d,h.decode?.().catch(()=>{})});return{imgEl:s,bitmap:a,width:u,height:o}})();return Rt.spr.set(e,{promise:n,ts:Date.now()}),n}function Ic(e){e.images?.forEach(t=>void Iu(t)),e.svgs?.forEach(t=>void vu(t)),e.lotties?.forEach(t=>void Nu(t)),e.sprites?.forEach(t=>void ku(t))}function Nc(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 Ou(e){return new URL(e,document.baseURI).toString()}function kc(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 Wn(e,t,n,r){const i=Ou(n),a=`${e}|${t??""}|${i}`;if(zr.has(a))return;if(kc(t,i)){zr.add(a);return}const s=document.createElement("link");s.rel=e,t&&(s.as=t),s.href=i,s.crossOrigin="anonymous",r&&(s.type=r),s.setAttribute("data-chatsystem-preload","1"),document.head.appendChild(s),zr.add(a)}function Oc(e){const t=s=>Array.from(new Set((s??[]).map(Ou))),n=t(e.images),r=t(e.svgs),i=t(e.lotties),a=t(e.sprites);n.forEach(s=>Wn("preload","image",s)),r.forEach(s=>Wn("preload","fetch",s,"image/svg+xml")),i.forEach(s=>Wn("preload","fetch",s,"application/zip")),a.forEach(s=>Wn("preload","fetch",s))}const Rc=({src:e})=>{const[t,n]=k.useState(null);return k.useEffect(()=>{let r=!1;return Iu(e).then(({blobUrl:i})=>{n(i)}).catch(()=>n(null)),()=>{t&&!r&&(URL.revokeObjectURL(t),r=!0)}},[e]),_.jsx("img",{src:t??e,decoding:"async",loading:"eager"})};function Lc(e){return!!e&&typeof e=="object"&&"blob"in e&&e.blob instanceof Blob}function Dc({src:e,autoplay:t=!0,loop:n=!0,className:r,style:i,placeholder:a,fallback:s,onLoaded:u,onError:o}){const[c,f]=k.useState({kind:"loading"});return k.useEffect(()=>{let d=null,h=!1;return f({kind:"loading"}),Nu(e).then(async m=>{if(!h)if(m.kind==="zip"){const b=Lc(m)?m.blob:await(await fetch(m.blobUrl)).blob();d=URL.createObjectURL(b),f({kind:"lottieZip",blobUrl:d}),u?.(d)}else f({kind:"json",data:m.data}),u?.(m.data)}).catch(m=>!h&&(f({kind:"error",err:m}),o?.(m))),()=>{h=!0,d&&URL.revokeObjectURL(d)}},[e]),c.kind==="loading"?_.jsx("div",{className:"flex items-center justify-center rounded-xl border border-dashed p-6 text-sm opacity-70 "+(r??""),style:{minHeight:96,...i},children:a??"Loading animation…"}):c.kind==="error"?_.jsx("div",{className:"flex items-center justify-center rounded-xl border p-6 text-sm text-red-600 "+(r??""),style:{minHeight:96,...i},children:s??"Failed to load animation"}):c.kind==="json"?_.jsx(yc,{animationData:c.data,loop:n,autoplay:t,className:r,style:i,rendererSettings:{preserveAspectRatio:"xMidYMid meet"}}):_.jsx(Ac.DotLottieReact,{src:c.blobUrl,loop:n,autoplay:t,className:r,style:i})}async function Pc(e,t={}){const{minPeriod:n=8,maxPeriod:r=Math.floor(Math.min(e.width,e.height)/2),gutterSearchRadius:i=3,debug:a=!1}=t;if(e.width<n*2||e.height<n*2)return a&&console.warn("detectGrid: image too small"),null;const s=document.createElement("canvas");s.width=e.naturalWidth,s.height=e.naturalHeight;const u=s.getContext("2d");if(!u)return null;u.drawImage(e,0,0);const{data:o}=u.getImageData(0,0,s.width,s.height),c=s.width,f=s.height,d=new Uint8ClampedArray(c*f);for(let w=0;w<f;w++){let j=w*c;for(let H=0;H<c;H++){const $=(j+H)*4;d[j+H]=.299*o[$]+.587*o[$+1]+.114*o[$+2]|0}}const h=new Float32Array(c),m=new Float32Array(f);for(let w=1;w<c-1;w++){let j=0;for(let H=0;H<f;H++){const $=H*c+w,Y=d[$+1]-d[$-1];j+=Math.abs(Y)}h[w]=j}for(let w=1;w<f-1;w++){let j=0;for(let H=0;H<c;H++){const $=w*c+H,Y=d[$+c]-d[$-c];j+=Math.abs(Y)}m[w]=j}const b=La(h,n,Math.min(r,c/2)),A=La(m,n,Math.min(r,f/2));if(!b||!A)return a&&console.warn("detectGrid: could not find periods"),null;const C=Math.max(1,Math.round(c/b)),y=Math.max(1,Math.round(f/A)),S=Da(h,b,C,i),v=Da(m,A,y,i),D=Math.max(1,b-S),N=Math.max(1,A-v);if(D*C>c+2||N*y>f+2)return a&&console.warn("detectGrid: sanity check failed"),null;const O=_i(h,60),q=_i(m,60),ue=Math.max(0,Pa(h,O)),G=Math.max(0,Pa(m,q));return a&&console.log({periodX:b,periodY:A,columns:C,rows:y,gutterX:S,gutterY:v,frameWidth:D,frameHeight:N,originX:ue,originY:G}),{columns:C,rows:y,frameWidth:D,frameHeight:N,gutterX:S,gutterY:v,originX:ue,originY:G}}function La(e,t,n){const r=Ru(e);let i=0;for(let m=0;m<e.length;m++){const b=e[m]-r;i+=b*b}if(i===0)return null;const a=new Float32Array(n+1);let s=0,u=-1/0;for(let m=t;m<=n;m++){let b=0;for(let C=0;C+m<e.length;C++)b+=(e[C]-r)*(e[C+m]-r);const A=b/i;a[m]=A,A>u&&(u=A,s=m)}if(s<=t||s>=n)return s||null;const o=a[s-1],c=a[s],f=a[s+1],d=o-2*c+f,h=d===0?0:.5*(o-f)/d;return s+h}function Da(e,t,n,r){const i=[];for(let u=1;u<n;u++){const o=u*t;let c=1/0,f=o;for(let d=-r;d<=r;d++){const h=o+d;if(h<=0||h>=e.length)continue;const m=e[h];m<c&&(c=m,f=h)}i.push(f)}if(i.length<1)return 0;let a=[];for(const u of i){const o=e[u]*1.5+_i(e,10)*.5;let c=u,f=u;for(;c>1&&e[c-1]<=o;)c--;for(;f<e.length-2&&e[f+1]<=o;)f++;a.push(Math.max(0,f-c+1))}const s=Math.round(Ru(a));return Math.max(0,Math.min(s,Math.floor(t/4)))}function Ru(e){let t=0;for(let n=0;n<e.length;n++)t+=e[n];return t/e.length}function _i(e,t){const n=Array.from(e);n.sort((i,a)=>i-a);const r=Math.max(0,Math.min(n.length-1,Math.floor(t/100*n.length)));return n[r]}function Pa(e,t){for(let n=0;n<e.length;n++)if(e[n]>t)return n;return 0}function Mc(e,t,n,r,i){const{data:a}=e.getImageData(t,n,r,i);let s=0;for(let u=3;u<a.length;u+=4)s+=a[u];return s/(255*(a.length/4))<.03}const Bc=k.forwardRef(function({src:t,frameWidth:n,frameHeight:r,columns:i,rows:a,gutterX:s=0,gutterY:u=0,frameCount:o,atlasFrames:c,fps:f=12,autoplay:d=!0,loop:h=!0,startFrame:m=0,direction:b="forward",scale:A=1,backgroundColor:C,className:y,style:S,pauseWhenHidden:v=!1,originX:D,originY:N,onLoad:O,onEnd:q,onFrame:ue},G){const w=k.useRef(null),j=k.useRef(null),[H,$]=k.useState(null),[Y,J]=k.useState(null),[he,Se]=k.useState(null),[Oe,Re]=k.useState(!1),[p,U]=k.useState(!!d),[Z,T]=k.useState(m),Q=k.useRef(1),[ne,W]=k.useState(null),ee=Math.max(1,Math.floor(typeof window<"u"&&window.devicePixelRatio||1));k.useEffect(()=>{let V=!1;return Re(!1),ku(t).then(({imgEl:me,bitmap:be})=>{V||($(me),J(be),Se({w:me.naturalWidth,h:me.naturalHeight}),Re(!0),O?.())}).catch(()=>{}),()=>{V=!0}},[t,O]),k.useEffect(()=>{let V=!1;return(async()=>{if(!H)return;if(c&&c.length){W(null);return}if(!(!n||!r||!i||!a)){W(null);return}const be=await Pc(H,{debug:!0});V||(be?W({frameWidth:be.frameWidth,frameHeight:be.frameHeight,columns:be.columns,rows:be.rows,gutterX:be.gutterX,gutterY:be.gutterY}):(W(null),console.warn("RemoteSpritesheet: auto-detect failed; please provide grid props.")))})(),()=>{V=!0}},[H,c,n,r,i,a]);const re=ne?.frameWidth??n,ie=ne?.frameHeight??r,ae=ne?.columns??i,Ne=ne?.rows??a,z=ne?.gutterX??s,Pe=ne?.gutterY??u,Ze=ne?.originX??D??0,ct=ne?.originY??N??0,Ct=k.useMemo(()=>{if(c&&c.length>0)return{cols:0,rows:0};if(!he||!re||!ie)return{cols:0,rows:0};const V=ae??Math.floor((he.w+z)/(re+z)),me=Ne??Math.floor((he.h+Pe)/(ie+Pe));return{cols:Math.max(0,V),rows:Math.max(0,me)}},[c,he,re,ie,ae,Ne,z,Pe]),$e=k.useMemo(()=>{if(c?.length)return c;if(!re||!ie)return[];const{cols:V,rows:me}=Ct;if(!V||!me)return[];const be=Math.min(o??V*me,V*me),fe=[];for(let Ce=0;Ce<be;Ce++){const R=Ce%V,B=Math.floor(Ce/V),K=Ze+R*(re+z),le=ct+B*(ie+Pe);fe.push({x:K,y:le,w:re,h:ie})}if(H&&fe.length){const Ce=document.createElement("canvas");Ce.width=H.naturalWidth,Ce.height=H.naturalHeight;const R=Ce.getContext("2d");if(R){R.drawImage(H,0,0);let B=fe.length;for(;B>0&&Mc(R,fe[B-1].x,fe[B-1].y,fe[B-1].w,fe[B-1].h);)B--;return fe.slice(0,B)}}return fe},[c,Ct,o,re,ie,z,Pe,H,Ze,ct]),Kt=()=>{const V=w.current;if(!V||$e.length===0)return;const me=$e[Math.max(0,Math.min(Z,$e.length-1))],be=Math.max(1,Math.round(me.w*A)),fe=Math.max(1,Math.round(me.h*A));V.style.width=be+"px",V.style.height=fe+"px",V.width=be*ee,V.height=fe*ee};k.useEffect(()=>{Kt()},[Oe,A,$e.length,ee,Z]);const wt=V=>{const me=Y??H??null,be=w.current;if(!be||!me||$e.length===0)return;const fe=be.getContext("2d");if(!fe)return;fe.save(),fe.setTransform(1,0,0,1,0,0),fe.clearRect(0,0,be.width,be.height),C&&(fe.fillStyle=C,fe.fillRect(0,0,be.width,be.height));const Ce=$e[V];fe.scale(ee,ee),fe.drawImage(me,Ce.x,Ce.y,Ce.w,Ce.h,0,0,Math.round(Ce.w*A),Math.round(Ce.h*A)),fe.restore()};return k.useEffect(()=>{if(!Oe||$e.length===0)return;let V=performance.now();const me=1e3/Math.max(1,Math.min(120,f)),be=fe=>{if(j.current=requestAnimationFrame(be),!p){wt(Z);return}const Ce=fe-V;if(Ce<me){wt(Z);return}V=fe-Ce%me,T(R=>{const B=$e.length-1;let K=R;return b==="forward"?K=R+1:b==="backward"?K=R-1:((R>=B&&Q.current===1||R<=0&&Q.current===-1)&&(Q.current*=-1),K=R+Q.current),(K>B||K<0)&&(h?K=b==="backward"?B:0:(K=Math.max(0,Math.min(K,B)),U(!1),q?.())),K})};return j.current=requestAnimationFrame(be),()=>{j.current&&cancelAnimationFrame(j.current)}},[Oe,f,p,h,b,$e.length,Z]),k.useEffect(()=>{wt(Z),ue?.(Z)},[Z,Oe,A,ee]),k.useEffect(()=>{if(!v)return;const V=()=>{document.hidden&&U(!1)};return document.addEventListener("visibilitychange",V),()=>document.removeEventListener("visibilitychange",V)},[v]),k.useImperativeHandle(G,()=>({play:()=>U(!0),pause:()=>U(!1),toggle:()=>U(V=>!V),gotoFrame:V=>T(()=>Math.max(0,Math.min(V,Math.max(0,$e.length-1)))),isPlaying:()=>p,currentFrame:()=>Z}),[p,Z,$e.length]),_.jsx("div",{className:y,style:S,children:_.jsx("canvas",{ref:w,"aria-label":"spritesheet animation"})})});function Fc({url:e,className:t}){const[n,r]=k.useState(""),[i,a]=k.useState(null);return k.useEffect(()=>{let s=!1;return vu(e).then(({sanitized:u})=>{s||(r(u),a(null))}).catch(u=>!s&&a(u.message??"Failed to load")),()=>{s=!0}},[e]),i?_.jsxs("div",{className:t,role:"alert",children:["Couldn’t load SVG: ",i]}):n?_.jsx("div",{className:t,dangerouslySetInnerHTML:{__html:n}}):_.jsx("div",{className:t})}function Hc({mobile:e=.6,tablet:t=.8,desktop:n=1}){const[r,i]=k.useState(n);return k.useEffect(()=>{if(typeof window>"u")return;const a=[{mq:window.matchMedia("(max-width: 639px)"),value:e},{mq:window.matchMedia("(min-width: 640px) and (max-width: 1023px)"),value:t},{mq:window.matchMedia("(min-width: 1024px)"),value:n}],s=()=>{for(const{mq:u,value:o}of a)if(u.matches){i(o);break}};return a.forEach(({mq:u})=>u.addEventListener("change",s)),s(),()=>{a.forEach(({mq:u})=>u.removeEventListener("change",s))}},[e,t,n]),r}const na=({facet:e})=>{const{mode:t,assetUrl:n,spr_columns:r,spr_fps:i,spr_frameCount:a,spr_frameHeight:s,spr_frameWidth:u,spr_gutterX:o,spr_gutterY:c,spr_rows:f,spr_originX:d,spr_originY:h,spr_scaleDesktop:m,spr_scaleMobile:b,spr_scaleTablet:A}=e,C=Hc({mobile:b??.6,tablet:A??.8,desktop:m??1});return _.jsxs("div",{className:"assetContainer",children:[t===Le.AgentDisplayFacetModeType.LOTTIE&&_.jsx(Dc,{src:n,autoplay:!0,onError:y=>console.error(y)}),t===Le.AgentDisplayFacetModeType.SVG&&_.jsx("div",{children:_.jsx(Fc,{url:n})}),t===Le.AgentDisplayFacetModeType.IMAGE&&_.jsx(Rc,{src:n}),t===Le.AgentDisplayFacetModeType.SPRITESHEET&&_.jsx(Bc,{src:n,frameCount:a,columns:r,rows:f,fps:i,frameHeight:s,frameWidth:u,gutterX:o,gutterY:c,originX:d,originY:h,scale:C,autoplay:!0})]})},Uc=({isWidgetOpen:e,setIsWidgetOpen:t})=>{const{companySettings:n}=k.useContext(dn);return _.jsxs("div",{className:`launcher
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const C=require("react/jsx-runtime"),v=require("react"),wn=require("react-dom"),Lc=require("lottie-react"),Rc=require("@lottiefiles/dotlottie-react");function Dc(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 Be=Dc(v),Lo=e=>Be.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},Be.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 ia(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var yt={},Ma;function Pc(){if(Ma)return yt;Ma=1,Object.defineProperty(yt,"__esModule",{value:!0}),yt.OutputStreamTypesEnum=yt.AgentDisplayFacetRoleType=yt.AgentDisplayFacetModeType=void 0;var e;(function(r){r.SPRITESHEET="spritesheet",r.LOTTIE="lottie",r.IMAGE="image",r.SVG="svg",r.VIDEO="video"})(e||(yt.AgentDisplayFacetModeType=e={}));var t;(function(r){r.LAUNCHER="launcher",r.ASSISTANT="assistant",r.SEARCH="search"})(t||(yt.AgentDisplayFacetRoleType=t={}));var n;return(function(r){r.OUTPUT_STREAM_MESSAGE_START="message_start",r.OUTPUT_STREAM_MESSAGE_DELTA="message_delta",r.OUTPUT_STREAM_MESSAGE_END="message_end",r.OUTPUT_STREAM_NUMBER_OF_STEPS_TYPE="number_of_steps",r.OUTPUT_STREAM_CURRENT_STEP_NUMBER_TYPE="current_step_number",r.OUTPUT_STREAM_CURRENT_STEP_NAME_TYPE="current_step_name",r.OUTPUT_STREAM_ERROR="error"})(n||(yt.OutputStreamTypesEnum=n={})),yt}var Oe=Pc();const Yr=e=>({mode:Oe.AgentDisplayFacetModeType.SVG,role:e}),Mc=()=>({agent:{display:{name:"",CSSRules:"",[Oe.AgentDisplayFacetRoleType.LAUNCHER]:Yr(Oe.AgentDisplayFacetRoleType.LAUNCHER),[Oe.AgentDisplayFacetRoleType.ASSISTANT]:Yr(Oe.AgentDisplayFacetRoleType.ASSISTANT),[Oe.AgentDisplayFacetRoleType.SEARCH]:Yr(Oe.AgentDisplayFacetRoleType.SEARCH)},text:{initialText:""},customNameToDisplay:"",isAudioAllowed:!0},api:{settings:{maxUserMessagesPerDiscussion:20},tracking:{queryParamToAppend:""}}}),kt=v.createContext({companySettings:Mc(),setCompanySettings:()=>{}}),aa=()=>{const e=typeof document<"u"&&new URL(document.URL)?.host.includes("localhost:3080"),t=typeof document<"u"&&new URL(document.URL)?.host.includes("localhost:5173");return e||t};class Ro{enabled;constructor({isLocalDev:t,shouldDisplayLogs:n}){this.enabled=t||n}log(...t){this.enabled&&console.log(...t)}warn(...t){this.enabled&&console.warn(...t)}error(...t){this.enabled&&console.error(...t)}}let Do=new Ro({isLocalDev:aa(),shouldDisplayLogs:!1});const Bc=e=>new Ro({isLocalDev:aa(),shouldDisplayLogs:!!e}),Fc=e=>{Do=e},bt=()=>Do,dn=globalThis;dn.__WIDGET_ASSET_CACHE__||(dn.__WIDGET_ASSET_CACHE__={svg:new Map,img:new Map,lot:new Map,spr:new Map});dn.__WIDGET_PRELOAD_KEYS__||(dn.__WIDGET_PRELOAD_KEYS__=new Set);const Gr=dn.__WIDGET_PRELOAD_KEYS__,Nt=dn.__WIDGET_ASSET_CACHE__,Hc="widget-assets-v1";async function vr(e,t){const n=bt();try{const r=await caches.open(Hc),i=await r.match(e,{ignoreSearch:!1});if(i)return i.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 r.put(e,a.clone()),a}catch(r){return n.warn("error while fetching",r),new Response(null,{status:520,statusText:"Error in client - Fetch failed"})}}async function Po(e){const t=Nt.svg.get(e);if(t)return t.promise;const n=(async()=>{const i=await(await vr(e)).text();if(typeof globalThis.DOMPurify<"u"&&typeof globalThis.DOMPurify.sanitize=="function")try{const s=new DOMParser().parseFromString(i,"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(i,{USE_PROFILES:{svg:!0,svgFilters:!0}})}}else return{sanitized:i}})();return Nt.svg.set(e,{promise:n,ts:Date.now()}),n}function Mo(e){const t=Nt.img.get(e);if(t)return t.promise;const n=(async()=>{const i=await(await vr(e)).blob();return{blobUrl:URL.createObjectURL(i)}})();return Nt.img.set(e,{promise:n,ts:Date.now()}),n}function Bo(e){const t=Nt.lot.get(e);if(t)return t.promise;const n=(async()=>{const i=await(await vr(e)).arrayBuffer(),a=new Uint8Array(i);if(a.length>=4&&a[0]===80&&a[1]===75&&a[2]===3&&a[3]===4||e.endsWith(".lottie"))return{kind:"zip",blobUrl:URL.createObjectURL(new Blob([i],{type:"application/zip"}))};const o=new TextDecoder().decode(a);return{kind:"json",data:JSON.parse(o)}})();return Nt.lot.set(e,{promise:n,ts:Date.now()}),n}function Fo(e){const t=Nt.spr.get(e);if(t)return t.promise;const n=(async()=>{const i=await(await vr(e)).blob();let a=null;try{a=await createImageBitmap(i)}catch{a=null}const{imgEl:s,width:o,height:u}=await new Promise((c,d)=>{const f=URL.createObjectURL(i),m=new Image;m.crossOrigin="anonymous",m.onload=()=>{const h=m.naturalWidth,b=m.naturalHeight;c({imgEl:m,width:h,height:b})},m.onerror=()=>{URL.revokeObjectURL(f),d(new Error("Spritesheet image decode failed"))},m.src=f,m.decode?.().catch(()=>{})});return{imgEl:s,bitmap:a,width:o,height:u}})();return Nt.spr.set(e,{promise:n,ts:Date.now()}),n}function Uc(e){e.images?.forEach(t=>void Mo(t)),e.svgs?.forEach(t=>void Po(t)),e.lotties?.forEach(t=>void Bo(t)),e.sprites?.forEach(t=>void Fo(t))}function jc(e){const t=bt();try{const n=document.createElement("link");n.rel="preconnect",n.href=e,n.crossOrigin="anonymous",document.head.appendChild(n);const r=document.createElement("link");r.rel="dns-prefetch",r.href=e,document.head.appendChild(r)}catch(n){t.warn("error in injectPreconnect",n)}}function Ho(e){return new URL(e,document.baseURI).toString()}function zc(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 Kn(e,t,n,r){const i=Ho(n),a=`${e}|${t??""}|${i}`;if(Gr.has(a))return;if(zc(t,i)){Gr.add(a);return}const s=document.createElement("link");s.rel=e,t&&(s.as=t),s.href=i,s.crossOrigin="anonymous",r&&(s.type=r),s.setAttribute("data-chatsystem-preload","1"),document.head.appendChild(s),Gr.add(a)}function $c(e){const t=s=>Array.from(new Set((s??[]).map(Ho))),n=t(e.images),r=t(e.svgs),i=t(e.lotties),a=t(e.sprites);n.forEach(s=>Kn("preload","image",s)),r.forEach(s=>Kn("preload","fetch",s,"image/svg+xml")),i.forEach(s=>Kn("preload","fetch",s,"application/zip")),a.forEach(s=>Kn("preload","fetch",s))}const Yc=({src:e})=>{const[t,n]=v.useState(null);return v.useEffect(()=>{let r=!1;return Mo(e).then(({blobUrl:i})=>{n(i)}).catch(()=>n(null)),()=>{t&&!r&&(URL.revokeObjectURL(t),r=!0)}},[e]),C.jsx("img",{src:t??e,decoding:"async",loading:"eager"})};function Gc(e){return!!e&&typeof e=="object"&&"blob"in e&&e.blob instanceof Blob}function Vc({src:e,autoplay:t=!0,loop:n=!0,className:r,style:i,placeholder:a,fallback:s,onLoaded:o,onError:u}){const[c,d]=v.useState({kind:"loading"});return v.useEffect(()=>{let f=null,m=!1;return d({kind:"loading"}),Bo(e).then(async h=>{if(!m)if(h.kind==="zip"){const b=Gc(h)?h.blob:await(await fetch(h.blobUrl)).blob();f=URL.createObjectURL(b),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}),u?.(h))),()=>{m=!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,...i},children:a??"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,...i},children:s??"Failed to load animation"}):c.kind==="json"?C.jsx(Lc,{animationData:c.data,loop:n,autoplay:t,className:r,style:i,rendererSettings:{preserveAspectRatio:"xMidYMid meet"}}):C.jsx(Rc.DotLottieReact,{src:c.blobUrl,loop:n,autoplay:t,className:r,style:i})}async function qc(e,t={}){const{minPeriod:n=8,maxPeriod:r=Math.floor(Math.min(e.width,e.height)/2),gutterSearchRadius:i=3,debug:a=!1}=t,s=bt();if(e.width<n*2||e.height<n*2)return a&&s.warn("detectGrid: image too small"),null;const o=document.createElement("canvas");o.width=e.naturalWidth,o.height=e.naturalHeight;const u=o.getContext("2d");if(!u)return null;u.drawImage(e,0,0);const{data:c}=u.getImageData(0,0,o.width,o.height),d=o.width,f=o.height,m=new Uint8ClampedArray(d*f);for(let P=0;P<f;P++){let $=P*d;for(let U=0;U<d;U++){const z=($+U)*4;m[$+U]=.299*c[z]+.587*c[z+1]+.114*c[z+2]|0}}const h=new Float32Array(d),b=new Float32Array(f);for(let P=1;P<d-1;P++){let $=0;for(let U=0;U<f;U++){const z=U*d+P,X=m[z+1]-m[z-1];$+=Math.abs(X)}h[P]=$}for(let P=1;P<f-1;P++){let $=0;for(let U=0;U<d;U++){const z=P*d+U,X=m[z+d]-m[z-d];$+=Math.abs(X)}b[P]=$}const A=Ba(h,n,Math.min(r,d/2)),w=Ba(b,n,Math.min(r,f/2));if(!A||!w)return a&&s.warn("detectGrid: could not find periods"),null;const y=Math.max(1,Math.round(d/A)),_=Math.max(1,Math.round(f/w)),S=Fa(h,A,y,i),D=Fa(b,w,_,i),I=Math.max(1,A-S),N=Math.max(1,w-D);if(I*y>d+2||N*_>f+2)return a&&s.warn("detectGrid: sanity check failed"),null;const G=wi(h,60),ae=wi(b,60),Z=Math.max(0,Ha(h,G)),k=Math.max(0,Ha(b,ae));return a&&s.log({periodX:A,periodY:w,columns:y,rows:_,gutterX:S,gutterY:D,frameWidth:I,frameHeight:N,originX:Z,originY:k}),{columns:y,rows:_,frameWidth:I,frameHeight:N,gutterX:S,gutterY:D,originX:Z,originY:k}}function Ba(e,t,n){const r=Uo(e);let i=0;for(let h=0;h<e.length;h++){const b=e[h]-r;i+=b*b}if(i===0)return null;const a=new Float32Array(n+1);let s=0,o=-1/0;for(let h=t;h<=n;h++){let b=0;for(let w=0;w+h<e.length;w++)b+=(e[w]-r)*(e[w+h]-r);const A=b/i;a[h]=A,A>o&&(o=A,s=h)}if(s<=t||s>=n)return s||null;const u=a[s-1],c=a[s],d=a[s+1],f=u-2*c+d,m=f===0?0:.5*(u-d)/f;return s+m}function Fa(e,t,n,r){const i=[];for(let o=1;o<n;o++){const u=o*t;let c=1/0,d=u;for(let f=-r;f<=r;f++){const m=u+f;if(m<=0||m>=e.length)continue;const h=e[m];h<c&&(c=h,d=m)}i.push(d)}if(i.length<1)return 0;let a=[];for(const o of i){const u=e[o]*1.5+wi(e,10)*.5;let c=o,d=o;for(;c>1&&e[c-1]<=u;)c--;for(;d<e.length-2&&e[d+1]<=u;)d++;a.push(Math.max(0,d-c+1))}const s=Math.round(Uo(a));return Math.max(0,Math.min(s,Math.floor(t/4)))}function Uo(e){let t=0;for(let n=0;n<e.length;n++)t+=e[n];return t/e.length}function wi(e,t){const n=Array.from(e);n.sort((i,a)=>i-a);const r=Math.max(0,Math.min(n.length-1,Math.floor(t/100*n.length)));return n[r]}function Ha(e,t){for(let n=0;n<e.length;n++)if(e[n]>t)return n;return 0}function Wc(e,t,n,r,i){const{data:a}=e.getImageData(t,n,r,i);let s=0;for(let o=3;o<a.length;o+=4)s+=a[o];return s/(255*(a.length/4))<.03}const jo=v.createContext(bt()),Wt=()=>v.useContext(jo),Xc=v.forwardRef(function({src:t,frameWidth:n,frameHeight:r,columns:i,rows:a,gutterX:s=0,gutterY:o=0,frameCount:u,atlasFrames:c,fps:d=12,autoplay:f=!0,loop:m=!0,startFrame:h=0,direction:b="forward",scale:A=1,backgroundColor:w,className:y,style:_,pauseWhenHidden:S=!1,originX:D,originY:I,onLoad:N,onEnd:G,onFrame:ae},Z){const k=Wt(),P=v.useRef(null),$=v.useRef(null),[U,z]=v.useState(null),[X,he]=v.useState(null),[xe,Re]=v.useState(null),[De,g]=v.useState(!1),[j,J]=v.useState(!!f),[T,Q]=v.useState(h),se=v.useRef(1),[V,ie]=v.useState(null),te=Math.max(1,Math.floor(typeof window<"u"&&window.devicePixelRatio||1));v.useEffect(()=>{let me=!1;return g(!1),Fo(t).then(({imgEl:K,bitmap:ce})=>{me||(z(K),he(ce),Re({w:K.naturalWidth,h:K.naturalHeight}),g(!0),N?.())}).catch(()=>{}),()=>{me=!0}},[t,N]),v.useEffect(()=>{let me=!1;return(async()=>{if(!U)return;if(c&&c.length){ie(null);return}if(!(!n||!r||!i||!a)){ie(null);return}const ce=await qc(U,{debug:!0});me||(ce?ie({frameWidth:ce.frameWidth,frameHeight:ce.frameHeight,columns:ce.columns,rows:ce.rows,gutterX:ce.gutterX,gutterY:ce.gutterY}):(ie(null),k.warn("RemoteSpritesheet: auto-detect failed; please provide grid props.")))})(),()=>{me=!0}},[U,c,n,r,i,a,k]);const oe=V?.frameWidth??n,ne=V?.frameHeight??r,we=V?.columns??i,Y=V?.rows??a,ke=V?.gutterX??s,Ue=V?.gutterY??o,ct=V?.originX??D??0,Dt=V?.originY??I??0,en=v.useMemo(()=>{if(c&&c.length>0)return{cols:0,rows:0};if(!xe||!oe||!ne)return{cols:0,rows:0};const me=we??Math.floor((xe.w+ke)/(oe+ke)),K=Y??Math.floor((xe.h+Ue)/(ne+Ue));return{cols:Math.max(0,me),rows:Math.max(0,K)}},[c,xe,oe,ne,we,Y,ke,Ue]),He=v.useMemo(()=>{if(c?.length)return c;if(!oe||!ne)return[];const{cols:me,rows:K}=en;if(!me||!K)return[];const ce=Math.min(u??me*K,me*K),pe=[];for(let L=0;L<ce;L++){const B=L%me,q=Math.floor(L/me),re=ct+B*(oe+ke),ge=Dt+q*(ne+Ue);pe.push({x:re,y:ge,w:oe,h:ne})}if(U&&pe.length){const L=document.createElement("canvas");L.width=U.naturalWidth,L.height=U.naturalHeight;const B=L.getContext("2d");if(B){B.drawImage(U,0,0);let q=pe.length;for(;q>0&&Wc(B,pe[q-1].x,pe[q-1].y,pe[q-1].w,pe[q-1].h);)q--;return pe.slice(0,q)}}return pe},[c,en,u,oe,ne,ke,Ue,U,ct,Dt]),tn=()=>{const me=P.current;if(!me||He.length===0)return;const K=He[Math.max(0,Math.min(T,He.length-1))],ce=Math.max(1,Math.round(K.w*A)),pe=Math.max(1,Math.round(K.h*A));me.style.width=ce+"px",me.style.height=pe+"px",me.width=ce*te,me.height=pe*te};v.useEffect(()=>{tn()},[De,A,He.length,te,T]);const Pt=me=>{const K=X??U??null,ce=P.current;if(!ce||!K||He.length===0)return;const pe=ce.getContext("2d");if(!pe)return;pe.save(),pe.setTransform(1,0,0,1,0,0),pe.clearRect(0,0,ce.width,ce.height),w&&(pe.fillStyle=w,pe.fillRect(0,0,ce.width,ce.height));const L=He[me];pe.scale(te,te),pe.drawImage(K,L.x,L.y,L.w,L.h,0,0,Math.round(L.w*A),Math.round(L.h*A)),pe.restore()};return v.useEffect(()=>{if(!De||He.length===0)return;let me=performance.now();const K=1e3/Math.max(1,Math.min(120,d)),ce=pe=>{if($.current=requestAnimationFrame(ce),!j){Pt(T);return}const L=pe-me;if(L<K){Pt(T);return}me=pe-L%K,Q(B=>{const q=He.length-1;let re=B;return b==="forward"?re=B+1:b==="backward"?re=B-1:((B>=q&&se.current===1||B<=0&&se.current===-1)&&(se.current*=-1),re=B+se.current),(re>q||re<0)&&(m?re=b==="backward"?q:0:(re=Math.max(0,Math.min(re,q)),J(!1),G?.())),re})};return $.current=requestAnimationFrame(ce),()=>{$.current&&cancelAnimationFrame($.current)}},[De,d,j,m,b,He.length,T]),v.useEffect(()=>{Pt(T),ae?.(T)},[T,De,A,te]),v.useEffect(()=>{if(!S)return;const me=()=>{document.hidden&&J(!1)};return document.addEventListener("visibilitychange",me),()=>document.removeEventListener("visibilitychange",me)},[S]),v.useImperativeHandle(Z,()=>({play:()=>J(!0),pause:()=>J(!1),toggle:()=>J(me=>!me),gotoFrame:me=>Q(()=>Math.max(0,Math.min(me,Math.max(0,He.length-1)))),isPlaying:()=>j,currentFrame:()=>T}),[j,T,He.length]),C.jsx("div",{className:y,style:_,children:C.jsx("canvas",{ref:P,"aria-label":"spritesheet animation"})})});function Qc({url:e,className:t}){const[n,r]=v.useState(""),[i,a]=v.useState(null);return v.useEffect(()=>{let s=!1;return Po(e).then(({sanitized:o})=>{s||(r(o),a(null))}).catch(o=>!s&&a(o.message??"Failed to load")),()=>{s=!0}},[e]),i?C.jsxs("div",{className:t,role:"alert",children:["Couldn’t load SVG: ",i]}):n?C.jsx("div",{className:t,dangerouslySetInnerHTML:{__html:n}}):C.jsx("div",{className:t})}function Kc({mobile:e=.6,tablet:t=.8,desktop:n=1}){const[r,i]=v.useState(n);return v.useEffect(()=>{if(typeof window>"u")return;const a=[{mq:window.matchMedia("(max-width: 639px)"),value:e},{mq:window.matchMedia("(min-width: 640px) and (max-width: 1023px)"),value:t},{mq:window.matchMedia("(min-width: 1024px)"),value:n}],s=()=>{for(const{mq:o,value:u}of a)if(o.matches){i(u);break}};return a.forEach(({mq:o})=>o.addEventListener("change",s)),s(),()=>{a.forEach(({mq:o})=>o.removeEventListener("change",s))}},[e,t,n]),r}const sa=({facet:e})=>{const t=Wt(),{mode:n,assetUrl:r,spr_columns:i,spr_fps:a,spr_frameCount:s,spr_frameHeight:o,spr_frameWidth:u,spr_gutterX:c,spr_gutterY:d,spr_rows:f,spr_originX:m,spr_originY:h,spr_scaleDesktop:b,spr_scaleMobile:A,spr_scaleTablet:w}=e,y=Kc({mobile:A??.6,tablet:w??.8,desktop:b??1});return C.jsxs("div",{className:"assetContainer",children:[n===Oe.AgentDisplayFacetModeType.LOTTIE&&C.jsx(Vc,{src:r,autoplay:!0,onError:_=>t.error(_)}),n===Oe.AgentDisplayFacetModeType.SVG&&C.jsx("div",{children:C.jsx(Qc,{url:r})}),n===Oe.AgentDisplayFacetModeType.IMAGE&&C.jsx(Yc,{src:r}),n===Oe.AgentDisplayFacetModeType.SPRITESHEET&&C.jsx(Xc,{src:r,frameCount:s,columns:i,rows:f,fps:a,frameHeight:o,frameWidth:u,gutterX:c,gutterY:d,originX:m,originY:h,scale:y,autoplay:!0})]})},Jc=({isWidgetOpen:e,setIsWidgetOpen:t})=>{const{companySettings:n}=v.useContext(kt);return C.jsxs("div",{className:`launcher
|
|
2
2
|
fixed
|
|
3
3
|
z-[999999999]
|
|
4
4
|
transition
|
|
@@ -9,80 +9,72 @@
|
|
|
9
9
|
flex
|
|
10
10
|
justify-center
|
|
11
11
|
items-center
|
|
12
|
-
`,onClick:()=>t(!e),children:[!e&&
|
|
12
|
+
`,onClick:()=>t(!e),children:[!e&&C.jsx(sa,{facet:n.agent.display[Oe.AgentDisplayFacetRoleType.LAUNCHER]}),e&&C.jsx(Lo,{className:"w-6 h-6",fill:"white"})]})};var vi=function(e,t){return vi=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,r){n.__proto__=r}||function(n,r){for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(n[i]=r[i])},vi(e,t)};function it(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");vi(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}var W=function(){return W=Object.assign||function(t){for(var n,r=1,i=arguments.length;r<i;r++){n=arguments[r];for(var a in n)Object.prototype.hasOwnProperty.call(n,a)&&(t[a]=n[a])}return t},W.apply(this,arguments)};function Ir(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]]);return n}function mt(e,t,n){if(n||arguments.length===2)for(var r=0,i=t.length,a;r<i;r++)(a||!(r in t))&&(a||(a=Array.prototype.slice.call(t,0,r)),a[r]=t[r]);return e.concat(a||Array.prototype.slice.call(t))}var Jn={exports:{}},Ae={};/** @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
|
|
19
|
+
*/var Ua;function Zc(){if(Ua)return Ae;Ua=1;var e=typeof Symbol=="function"&&Symbol.for,t=e?Symbol.for("react.element"):60103,n=e?Symbol.for("react.portal"):60106,r=e?Symbol.for("react.fragment"):60107,i=e?Symbol.for("react.strict_mode"):60108,a=e?Symbol.for("react.profiler"):60114,s=e?Symbol.for("react.provider"):60109,o=e?Symbol.for("react.context"):60110,u=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,b=e?Symbol.for("react.lazy"):60116,A=e?Symbol.for("react.block"):60121,w=e?Symbol.for("react.fundamental"):60117,y=e?Symbol.for("react.responder"):60118,_=e?Symbol.for("react.scope"):60119;function S(I){if(typeof I=="object"&&I!==null){var N=I.$$typeof;switch(N){case t:switch(I=I.type,I){case u:case c:case r:case a:case i:case f:return I;default:switch(I=I&&I.$$typeof,I){case o:case d:case b:case h:case s:return I;default:return N}}case n:return N}}}function D(I){return S(I)===c}return Ae.AsyncMode=u,Ae.ConcurrentMode=c,Ae.ContextConsumer=o,Ae.ContextProvider=s,Ae.Element=t,Ae.ForwardRef=d,Ae.Fragment=r,Ae.Lazy=b,Ae.Memo=h,Ae.Portal=n,Ae.Profiler=a,Ae.StrictMode=i,Ae.Suspense=f,Ae.isAsyncMode=function(I){return D(I)||S(I)===u},Ae.isConcurrentMode=D,Ae.isContextConsumer=function(I){return S(I)===o},Ae.isContextProvider=function(I){return S(I)===s},Ae.isElement=function(I){return typeof I=="object"&&I!==null&&I.$$typeof===t},Ae.isForwardRef=function(I){return S(I)===d},Ae.isFragment=function(I){return S(I)===r},Ae.isLazy=function(I){return S(I)===b},Ae.isMemo=function(I){return S(I)===h},Ae.isPortal=function(I){return S(I)===n},Ae.isProfiler=function(I){return S(I)===a},Ae.isStrictMode=function(I){return S(I)===i},Ae.isSuspense=function(I){return S(I)===f},Ae.isValidElementType=function(I){return typeof I=="string"||typeof I=="function"||I===r||I===c||I===a||I===i||I===f||I===m||typeof I=="object"&&I!==null&&(I.$$typeof===b||I.$$typeof===h||I.$$typeof===s||I.$$typeof===o||I.$$typeof===d||I.$$typeof===w||I.$$typeof===y||I.$$typeof===_||I.$$typeof===A)},Ae.typeOf=S,Ae}var _e={};/** @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 Ba;function zc(){return Ba||(Ba=1,process.env.NODE_ENV!=="production"&&(function(){var e=typeof Symbol=="function"&&Symbol.for,t=e?Symbol.for("react.element"):60103,n=e?Symbol.for("react.portal"):60106,r=e?Symbol.for("react.fragment"):60107,i=e?Symbol.for("react.strict_mode"):60108,a=e?Symbol.for("react.profiler"):60114,s=e?Symbol.for("react.provider"):60109,u=e?Symbol.for("react.context"):60110,o=e?Symbol.for("react.async_mode"):60111,c=e?Symbol.for("react.concurrent_mode"):60111,f=e?Symbol.for("react.forward_ref"):60112,d=e?Symbol.for("react.suspense"):60113,h=e?Symbol.for("react.suspense_list"):60120,m=e?Symbol.for("react.memo"):60115,b=e?Symbol.for("react.lazy"):60116,A=e?Symbol.for("react.block"):60121,C=e?Symbol.for("react.fundamental"):60117,y=e?Symbol.for("react.responder"):60118,S=e?Symbol.for("react.scope"):60119;function v(z){return typeof z=="string"||typeof z=="function"||z===r||z===c||z===a||z===i||z===d||z===h||typeof z=="object"&&z!==null&&(z.$$typeof===b||z.$$typeof===m||z.$$typeof===s||z.$$typeof===u||z.$$typeof===f||z.$$typeof===C||z.$$typeof===y||z.$$typeof===S||z.$$typeof===A)}function D(z){if(typeof z=="object"&&z!==null){var Pe=z.$$typeof;switch(Pe){case t:var Ze=z.type;switch(Ze){case o:case c:case r:case a:case i:case d:return Ze;default:var ct=Ze&&Ze.$$typeof;switch(ct){case u:case f:case b:case m:case s:return ct;default:return Pe}}case n:return Pe}}}var N=o,O=c,q=u,ue=s,G=t,w=f,j=r,H=b,$=m,Y=n,J=a,he=i,Se=d,Oe=!1;function Re(z){return Oe||(Oe=!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(z)||D(z)===o}function p(z){return D(z)===c}function U(z){return D(z)===u}function Z(z){return D(z)===s}function T(z){return typeof z=="object"&&z!==null&&z.$$typeof===t}function Q(z){return D(z)===f}function ne(z){return D(z)===r}function W(z){return D(z)===b}function ee(z){return D(z)===m}function re(z){return D(z)===n}function ie(z){return D(z)===a}function ae(z){return D(z)===i}function Ne(z){return D(z)===d}_e.AsyncMode=N,_e.ConcurrentMode=O,_e.ContextConsumer=q,_e.ContextProvider=ue,_e.Element=G,_e.ForwardRef=w,_e.Fragment=j,_e.Lazy=H,_e.Memo=$,_e.Portal=Y,_e.Profiler=J,_e.StrictMode=he,_e.Suspense=Se,_e.isAsyncMode=Re,_e.isConcurrentMode=p,_e.isContextConsumer=U,_e.isContextProvider=Z,_e.isElement=T,_e.isForwardRef=Q,_e.isFragment=ne,_e.isLazy=W,_e.isMemo=ee,_e.isPortal=re,_e.isProfiler=ie,_e.isStrictMode=ae,_e.isSuspense=Ne,_e.isValidElementType=v,_e.typeOf=D})()),_e}var Fa;function ra(){return Fa||(Fa=1,process.env.NODE_ENV==="production"?Xn.exports=jc():Xn.exports=zc()),Xn.exports}var $r,Ha;function $c(){if(Ha)return $r;Ha=1;var e=ra(),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},i={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},a={};a[e.ForwardRef]=r,a[e.Memo]=i;function s(b){return e.isMemo(b)?i:a[b.$$typeof]||t}var u=Object.defineProperty,o=Object.getOwnPropertyNames,c=Object.getOwnPropertySymbols,f=Object.getOwnPropertyDescriptor,d=Object.getPrototypeOf,h=Object.prototype;function m(b,A,C){if(typeof A!="string"){if(h){var y=d(A);y&&y!==h&&m(b,y,C)}var S=o(A);c&&(S=S.concat(c(A)));for(var v=s(b),D=s(A),N=0;N<S.length;++N){var O=S[N];if(!n[O]&&!(C&&C[O])&&!(D&&D[O])&&!(v&&v[O])){var q=f(A,O);try{u(b,O,q)}catch{}}}}return b}return $r=m,$r}$c();function Lu(e,t,n){if(n===void 0&&(n=Error),!e)throw new n(t)}var ge;(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"})(ge||(ge={}));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 on;(function(e){e[e.number=0]="number",e[e.dateTime=1]="dateTime"})(on||(on={}));function Ua(e){return e.type===Ie.literal}function Yc(e){return e.type===Ie.argument}function Du(e){return e.type===Ie.number}function Pu(e){return e.type===Ie.date}function Mu(e){return e.type===Ie.time}function Bu(e){return e.type===Ie.select}function Fu(e){return e.type===Ie.plural}function Gc(e){return e.type===Ie.pound}function Hu(e){return e.type===Ie.tag}function Uu(e){return!!(e&&typeof e=="object"&&e.type===on.number)}function Ci(e){return!!(e&&typeof e=="object"&&e.type===on.dateTime)}var ju=/[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/,Vc=/(?:[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 qc(e){var t={};return e.replace(Vc,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 Wc=/[\t-\r \x85\u200E\u200F\u2028\u2029]/i;function Xc(e){if(e.length===0)throw new Error("Number skeleton cannot be empty");for(var t=e.split(Wc).filter(function(h){return h.length>0}),n=[],r=0,i=t;r<i.length;r++){var a=i[r],s=a.split("/");if(s.length===0)throw new Error("Invalid number skeleton");for(var u=s[0],o=s.slice(1),c=0,f=o;c<f.length;c++){var d=f[c];if(d.length===0)throw new Error("Invalid number skeleton")}n.push({stem:u,options:o})}return n}function Qc(e){return e.replace(/^(.*?)-/,"")}var ja=/^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g,zu=/^(@+)?(\+|#+)?[rs]?$/g,Kc=/(\*)(0+)|(#+)(0+)|(0+)/g,$u=/^(0+)$/;function za(e){var t={};return e[e.length-1]==="r"?t.roundingPriority="morePrecision":e[e.length-1]==="s"&&(t.roundingPriority="lessPrecision"),e.replace(zu,function(n,r,i){return typeof i!="string"?(t.minimumSignificantDigits=r.length,t.maximumSignificantDigits=r.length):i==="+"?t.minimumSignificantDigits=r.length:r[0]==="#"?t.maximumSignificantDigits=r.length:(t.minimumSignificantDigits=r.length,t.maximumSignificantDigits=r.length+(typeof i=="string"?i.length:0)),""}),t}function Yu(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 Zc(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)),!$u.test(e))throw new Error("Malformed concise eng/scientific notation");t.minimumIntegerDigits=e.length}return t}function $a(e){var t={},n=Yu(e);return n||t}function Jc(e){for(var t={},n=0,r=e;n<r.length;n++){var i=r[n];switch(i.stem){case"percent":case"%":t.style="percent";continue;case"%x100":t.style="percent",t.scale=100;continue;case"currency":t.style="currency",t.currency=i.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=Qc(i.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=X(X(X({},t),{notation:"scientific"}),i.options.reduce(function(o,c){return X(X({},o),$a(c))},{}));continue;case"engineering":t=X(X(X({},t),{notation:"engineering"}),i.options.reduce(function(o,c){return X(X({},o),$a(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(i.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(i.options.length>1)throw new RangeError("integer-width stems only accept a single optional option");i.options[0].replace(Kc,function(o,c,f,d,h,m){if(c)t.minimumIntegerDigits=f.length;else{if(d&&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($u.test(i.stem)){t.minimumIntegerDigits=i.stem.length;continue}if(ja.test(i.stem)){if(i.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");i.stem.replace(ja,function(o,c,f,d,h,m){return f==="*"?t.minimumFractionDigits=c.length:d&&d[0]==="#"?t.maximumFractionDigits=d.length:h&&m?(t.minimumFractionDigits=h.length,t.maximumFractionDigits=h.length+m.length):(t.minimumFractionDigits=c.length,t.maximumFractionDigits=c.length),""});var a=i.options[0];a==="w"?t=X(X({},t),{trailingZeroDisplay:"stripIfInteger"}):a&&(t=X(X({},t),za(a)));continue}if(zu.test(i.stem)){t=X(X({},t),za(i.stem));continue}var s=Yu(i.stem);s&&(t=X(X({},t),s));var u=Zc(i.stem);u&&(t=X(X({},t),u))}return t}var Qn={"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 ef(e,t){for(var n="",r=0;r<e.length;r++){var i=e.charAt(r);if(i==="j"){for(var a=0;r+1<e.length&&e.charAt(r+1)===i;)a++,r++;var s=1+(a&1),u=a<2?1:3+(a>>1),o="a",c=tf(t);for((c=="H"||c=="k")&&(u=0);u-- >0;)n+=o;for(;s-- >0;)n=c+n}else i==="J"?n+="H":n+=i}return n}function tf(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 i=Qn[r||""]||Qn[n||""]||Qn["".concat(n,"-001")]||Qn["001"];return i[0]}var Yr,nf=new RegExp("^".concat(ju.source,"*")),rf=new RegExp("".concat(ju.source,"*$"));function Ee(e,t){return{start:e,end:t}}var af=!!String.prototype.startsWith&&"_a".startsWith("a",1),sf=!!String.fromCodePoint,uf=!!Object.fromEntries,of=!!String.prototype.codePointAt,lf=!!String.prototype.trimStart,cf=!!String.prototype.trimEnd,ff=!!Number.isSafeInteger,df=ff?Number.isSafeInteger:function(e){return typeof e=="number"&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},wi=!0;try{var hf=Vu("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");wi=((Yr=hf.exec("a"))===null||Yr===void 0?void 0:Yr[0])==="a"}catch{wi=!1}var Ya=af?function(t,n,r){return t.startsWith(n,r)}:function(t,n,r){return t.slice(r,r+n.length)===n},vi=sf?String.fromCodePoint:function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];for(var r="",i=t.length,a=0,s;i>a;){if(s=t[a++],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},Ga=uf?Object.fromEntries:function(t){for(var n={},r=0,i=t;r<i.length;r++){var a=i[r],s=a[0],u=a[1];n[s]=u}return n},Gu=of?function(t,n){return t.codePointAt(n)}:function(t,n){var r=t.length;if(!(n<0||n>=r)){var i=t.charCodeAt(n),a;return i<55296||i>56319||n+1===r||(a=t.charCodeAt(n+1))<56320||a>57343?i:(i-55296<<10)+(a-56320)+65536}},mf=lf?function(t){return t.trimStart()}:function(t){return t.replace(nf,"")},pf=cf?function(t){return t.trimEnd()}:function(t){return t.replace(rf,"")};function Vu(e,t){return new RegExp(e,t)}var Ii;if(wi){var Va=Vu("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");Ii=function(t,n){var r;Va.lastIndex=n;var i=Va.exec(t);return(r=i[1])!==null&&r!==void 0?r:""}}else Ii=function(t,n){for(var r=[];;){var i=Gu(t,n);if(i===void 0||qu(i)||Tf(i))break;r.push(i),n+=i>=65536?2:1}return vi.apply(void 0,r)};var gf=(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 i=[];!this.isEOF();){var a=this.char();if(a===123){var s=this.parseArgument(t,r);if(s.err)return s;i.push(s.val)}else{if(a===125&&t>0)break;if(a===35&&(n==="plural"||n==="selectordinal")){var u=this.clonePosition();this.bump(),i.push({type:Ie.pound,location:Ee(u,this.clonePosition())})}else if(a===60&&!this.ignoreTag&&this.peek()===47){if(r)break;return this.error(ge.UNMATCHED_CLOSING_TAG,Ee(this.clonePosition(),this.clonePosition()))}else if(a===60&&!this.ignoreTag&&Ni(this.peek()||0)){var s=this.parseTag(t,n);if(s.err)return s;i.push(s.val)}else{var s=this.parseLiteral(t,n);if(s.err)return s;i.push(s.val)}}}return{val:i,err:null}},e.prototype.parseTag=function(t,n){var r=this.clonePosition();this.bump();var i=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))return{val:{type:Ie.literal,value:"<".concat(i,"/>"),location:Ee(r,this.clonePosition())},err:null};if(this.bumpIf(">")){var a=this.parseMessage(t+1,n,!0);if(a.err)return a;var s=a.val,u=this.clonePosition();if(this.bumpIf("</")){if(this.isEOF()||!Ni(this.char()))return this.error(ge.INVALID_TAG,Ee(u,this.clonePosition()));var o=this.clonePosition(),c=this.parseTagName();return i!==c?this.error(ge.UNMATCHED_CLOSING_TAG,Ee(o,this.clonePosition())):(this.bumpSpace(),this.bumpIf(">")?{val:{type:Ie.tag,value:i,children:s,location:Ee(r,this.clonePosition())},err:null}:this.error(ge.INVALID_TAG,Ee(u,this.clonePosition())))}else return this.error(ge.UNCLOSED_TAG,Ee(r,this.clonePosition()))}else return this.error(ge.INVALID_TAG,Ee(r,this.clonePosition()))},e.prototype.parseTagName=function(){var t=this.offset();for(this.bump();!this.isEOF()&&Ef(this.char());)this.bump();return this.message.slice(t,this.offset())},e.prototype.parseLiteral=function(t,n){for(var r=this.clonePosition(),i="";;){var a=this.tryParseQuote(n);if(a){i+=a;continue}var s=this.tryParseUnquoted(t,n);if(s){i+=s;continue}var u=this.tryParseLeftAngleBracket();if(u){i+=u;continue}break}var o=Ee(r,this.clonePosition());return{val:{type:Ie.literal,value:i,location:o},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return!this.isEOF()&&this.char()===60&&(this.ignoreTag||!bf(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 vi.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(),vi(r))},e.prototype.parseArgument=function(t,n){var r=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(ge.EXPECT_ARGUMENT_CLOSING_BRACE,Ee(r,this.clonePosition()));if(this.char()===125)return this.bump(),this.error(ge.EMPTY_ARGUMENT,Ee(r,this.clonePosition()));var i=this.parseIdentifierIfPossible().value;if(!i)return this.error(ge.MALFORMED_ARGUMENT,Ee(r,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(ge.EXPECT_ARGUMENT_CLOSING_BRACE,Ee(r,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:Ie.argument,value:i,location:Ee(r,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(ge.EXPECT_ARGUMENT_CLOSING_BRACE,Ee(r,this.clonePosition())):this.parseArgumentOptions(t,n,i,r);default:return this.error(ge.MALFORMED_ARGUMENT,Ee(r,this.clonePosition()))}},e.prototype.parseIdentifierIfPossible=function(){var t=this.clonePosition(),n=this.offset(),r=Ii(this.message,n),i=n+r.length;this.bumpTo(i);var a=this.clonePosition(),s=Ee(t,a);return{value:r,location:s}},e.prototype.parseArgumentOptions=function(t,n,r,i){var a,s=this.clonePosition(),u=this.parseIdentifierIfPossible().value,o=this.clonePosition();switch(u){case"":return this.error(ge.EXPECT_ARGUMENT_TYPE,Ee(s,o));case"number":case"date":case"time":{this.bumpSpace();var c=null;if(this.bumpIf(",")){this.bumpSpace();var f=this.clonePosition(),d=this.parseSimpleArgStyleIfPossible();if(d.err)return d;var h=pf(d.val);if(h.length===0)return this.error(ge.EXPECT_ARGUMENT_STYLE,Ee(this.clonePosition(),this.clonePosition()));var m=Ee(f,this.clonePosition());c={style:h,styleLocation:m}}var b=this.tryParseArgumentClose(i);if(b.err)return b;var A=Ee(i,this.clonePosition());if(c&&Ya(c?.style,"::",0)){var C=mf(c.style.slice(2));if(u==="number"){var d=this.parseNumberSkeletonFromString(C,c.styleLocation);return d.err?d:{val:{type:Ie.number,value:r,location:A,style:d.val},err:null}}else{if(C.length===0)return this.error(ge.EXPECT_DATE_TIME_SKELETON,A);var y=C;this.locale&&(y=ef(C,this.locale));var h={type:on.dateTime,pattern:y,location:c.styleLocation,parsedOptions:this.shouldParseSkeletons?qc(y):{}},S=u==="date"?Ie.date:Ie.time;return{val:{type:S,value:r,location:A,style:h},err:null}}}return{val:{type:u==="number"?Ie.number:u==="date"?Ie.date:Ie.time,value:r,location:A,style:(a=c?.style)!==null&&a!==void 0?a:null},err:null}}case"plural":case"selectordinal":case"select":{var v=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(ge.EXPECT_SELECT_ARGUMENT_OPTIONS,Ee(v,X({},v)));this.bumpSpace();var D=this.parseIdentifierIfPossible(),N=0;if(u!=="select"&&D.value==="offset"){if(!this.bumpIf(":"))return this.error(ge.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,Ee(this.clonePosition(),this.clonePosition()));this.bumpSpace();var d=this.tryParseDecimalInteger(ge.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,ge.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);if(d.err)return d;this.bumpSpace(),D=this.parseIdentifierIfPossible(),N=d.val}var O=this.tryParsePluralOrSelectOptions(t,u,n,D);if(O.err)return O;var b=this.tryParseArgumentClose(i);if(b.err)return b;var q=Ee(i,this.clonePosition());return u==="select"?{val:{type:Ie.select,value:r,options:Ga(O.val),location:q},err:null}:{val:{type:Ie.plural,value:r,options:Ga(O.val),offset:N,pluralType:u==="plural"?"cardinal":"ordinal",location:q},err:null}}default:return this.error(ge.INVALID_ARGUMENT_TYPE,Ee(s,o))}},e.prototype.tryParseArgumentClose=function(t){return this.isEOF()||this.char()!==125?this.error(ge.EXPECT_ARGUMENT_CLOSING_BRACE,Ee(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 i=this.clonePosition();if(!this.bumpUntil("'"))return this.error(ge.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,Ee(i,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=Xc(t)}catch{return this.error(ge.INVALID_NUMBER_SKELETON,n)}return{val:{type:on.number,tokens:r,location:n,parsedOptions:this.shouldParseSkeletons?Jc(r):{}},err:null}},e.prototype.tryParsePluralOrSelectOptions=function(t,n,r,i){for(var a,s=!1,u=[],o=new Set,c=i.value,f=i.location;;){if(c.length===0){var d=this.clonePosition();if(n!=="select"&&this.bumpIf("=")){var h=this.tryParseDecimalInteger(ge.EXPECT_PLURAL_ARGUMENT_SELECTOR,ge.INVALID_PLURAL_ARGUMENT_SELECTOR);if(h.err)return h;f=Ee(d,this.clonePosition()),c=this.message.slice(d.offset,this.offset())}else break}if(o.has(c))return this.error(n==="select"?ge.DUPLICATE_SELECT_ARGUMENT_SELECTOR:ge.DUPLICATE_PLURAL_ARGUMENT_SELECTOR,f);c==="other"&&(s=!0),this.bumpSpace();var m=this.clonePosition();if(!this.bumpIf("{"))return this.error(n==="select"?ge.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:ge.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,Ee(this.clonePosition(),this.clonePosition()));var b=this.parseMessage(t+1,n,r);if(b.err)return b;var A=this.tryParseArgumentClose(m);if(A.err)return A;u.push([c,{value:b.val,location:Ee(m,this.clonePosition())}]),o.add(c),this.bumpSpace(),a=this.parseIdentifierIfPossible(),c=a.value,f=a.location}return u.length===0?this.error(n==="select"?ge.EXPECT_SELECT_ARGUMENT_SELECTOR:ge.EXPECT_PLURAL_ARGUMENT_SELECTOR,Ee(this.clonePosition(),this.clonePosition())):this.requiresOtherClause&&!s?this.error(ge.MISSING_OTHER_CLAUSE,Ee(this.clonePosition(),this.clonePosition())):{val:u,err:null}},e.prototype.tryParseDecimalInteger=function(t,n){var r=1,i=this.clonePosition();this.bumpIf("+")||this.bumpIf("-")&&(r=-1);for(var a=!1,s=0;!this.isEOF();){var u=this.char();if(u>=48&&u<=57)a=!0,s=s*10+(u-48),this.bump();else break}var o=Ee(i,this.clonePosition());return a?(s*=r,df(s)?{val:s,err:null}:this.error(n,o)):this.error(t,o)},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=Gu(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(Ya(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()&&qu(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 Ni(e){return e>=97&&e<=122||e>=65&&e<=90}function bf(e){return Ni(e)||e===47}function Ef(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 qu(e){return e>=9&&e<=13||e===32||e===133||e>=8206&&e<=8207||e===8232||e===8233}function Tf(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 ki(e){e.forEach(function(t){if(delete t.location,Bu(t)||Fu(t))for(var n in t.options)delete t.options[n].location,ki(t.options[n].value);else Du(t)&&Uu(t.style)||(Pu(t)||Mu(t))&&Ci(t.style)?delete t.style.location:Hu(t)&&ki(t.children)})}function xf(e,t){t===void 0&&(t={}),t=X({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var n=new gf(e,t).parse();if(n.err){var r=SyntaxError(ge[n.err.kind]);throw r.location=n.err.location,r.originalMessage=n.err.message,r}return t?.captureLocation||ki(n.val),n.val}function ht(e,t){var n=t&&t.cache?t.cache:wf,r=t&&t.serializer?t.serializer:Cf,i=t&&t.strategy?t.strategy:_f;return i(e,{cache:n,serializer:r})}function yf(e){return e==null||typeof e=="number"||typeof e=="boolean"}function Af(e,t,n,r){var i=yf(r)?r:n(r),a=t.get(i);return typeof a>"u"&&(a=e.call(this,r),t.set(i,a)),a}function Wu(e,t,n){var r=Array.prototype.slice.call(arguments,3),i=n(r),a=t.get(i);return typeof a>"u"&&(a=e.apply(this,r),t.set(i,a)),a}function Xu(e,t,n,r,i){return n.bind(t,e,r,i)}function _f(e,t){var n=e.length===1?Af:Wu;return Xu(e,this,n,t.cache.create(),t.serializer)}function Sf(e,t){return Xu(e,this,Wu,t.cache.create(),t.serializer)}var Cf=function(){return JSON.stringify(arguments)};function ia(){this.cache=Object.create(null)}ia.prototype.get=function(e){return this.cache[e]};ia.prototype.set=function(e,t){this.cache[e]=t};var wf={create:function(){return new ia}},mt={variadic:Sf},bt;(function(e){e.MISSING_VALUE="MISSING_VALUE",e.INVALID_VALUE="INVALID_VALUE",e.MISSING_INTL_API="MISSING_INTL_API"})(bt||(bt={}));var Lt=(function(e){rt(t,e);function t(n,r,i){var a=e.call(this,n)||this;return a.code=r,a.originalMessage=i,a}return t.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},t})(Error),qa=(function(e){rt(t,e);function t(n,r,i,a){return e.call(this,'Invalid values for "'.concat(n,'": "').concat(r,'". Options are "').concat(Object.keys(i).join('", "'),'"'),bt.INVALID_VALUE,a)||this}return t})(Lt),vf=(function(e){rt(t,e);function t(n,r,i){return e.call(this,'Value for "'.concat(n,'" must be of type ').concat(r),bt.INVALID_VALUE,i)||this}return t})(Lt),If=(function(e){rt(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,'"'),bt.MISSING_VALUE,r)||this}return t})(Lt),Ye;(function(e){e[e.literal=0]="literal",e[e.object=1]="object"})(Ye||(Ye={}));function Nf(e){return e.length<2?e:e.reduce(function(t,n){var r=t[t.length-1];return!r||r.type!==Ye.literal||n.type!==Ye.literal?t.push(n):r.value+=n.value,t},[])}function Qu(e){return typeof e=="function"}function sr(e,t,n,r,i,a,s){if(e.length===1&&Ua(e[0]))return[{type:Ye.literal,value:e[0].value}];for(var u=[],o=0,c=e;o<c.length;o++){var f=c[o];if(Ua(f)){u.push({type:Ye.literal,value:f.value});continue}if(Gc(f)){typeof a=="number"&&u.push({type:Ye.literal,value:n.getNumberFormat(t).format(a)});continue}var d=f.value;if(!(i&&d in i))throw new If(d,s);var h=i[d];if(Yc(f)){(!h||typeof h=="string"||typeof h=="number")&&(h=typeof h=="string"||typeof h=="number"?String(h):""),u.push({type:typeof h=="string"?Ye.literal:Ye.object,value:h});continue}if(Pu(f)){var m=typeof f.style=="string"?r.date[f.style]:Ci(f.style)?f.style.parsedOptions:void 0;u.push({type:Ye.literal,value:n.getDateTimeFormat(t,m).format(h)});continue}if(Mu(f)){var m=typeof f.style=="string"?r.time[f.style]:Ci(f.style)?f.style.parsedOptions:r.time.medium;u.push({type:Ye.literal,value:n.getDateTimeFormat(t,m).format(h)});continue}if(Du(f)){var m=typeof f.style=="string"?r.number[f.style]:Uu(f.style)?f.style.parsedOptions:void 0;m&&m.scale&&(h=h*(m.scale||1)),u.push({type:Ye.literal,value:n.getNumberFormat(t,m).format(h)});continue}if(Hu(f)){var b=f.children,A=f.value,C=i[A];if(!Qu(C))throw new vf(A,"function",s);var y=sr(b,t,n,r,i,a),S=C(y.map(function(N){return N.value}));Array.isArray(S)||(S=[S]),u.push.apply(u,S.map(function(N){return{type:typeof N=="string"?Ye.literal:Ye.object,value:N}}))}if(Bu(f)){var v=f.options[h]||f.options.other;if(!v)throw new qa(f.value,h,Object.keys(f.options),s);u.push.apply(u,sr(v.value,t,n,r,i));continue}if(Fu(f)){var v=f.options["=".concat(h)];if(!v){if(!Intl.PluralRules)throw new Lt(`Intl.PluralRules is not available in this environment.
|
|
26
|
+
*/var ja;function ed(){return ja||(ja=1,process.env.NODE_ENV!=="production"&&(function(){var e=typeof Symbol=="function"&&Symbol.for,t=e?Symbol.for("react.element"):60103,n=e?Symbol.for("react.portal"):60106,r=e?Symbol.for("react.fragment"):60107,i=e?Symbol.for("react.strict_mode"):60108,a=e?Symbol.for("react.profiler"):60114,s=e?Symbol.for("react.provider"):60109,o=e?Symbol.for("react.context"):60110,u=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,b=e?Symbol.for("react.lazy"):60116,A=e?Symbol.for("react.block"):60121,w=e?Symbol.for("react.fundamental"):60117,y=e?Symbol.for("react.responder"):60118,_=e?Symbol.for("react.scope"):60119;function S(Y){return typeof Y=="string"||typeof Y=="function"||Y===r||Y===c||Y===a||Y===i||Y===f||Y===m||typeof Y=="object"&&Y!==null&&(Y.$$typeof===b||Y.$$typeof===h||Y.$$typeof===s||Y.$$typeof===o||Y.$$typeof===d||Y.$$typeof===w||Y.$$typeof===y||Y.$$typeof===_||Y.$$typeof===A)}function D(Y){if(typeof Y=="object"&&Y!==null){var ke=Y.$$typeof;switch(ke){case t:var Ue=Y.type;switch(Ue){case u:case c:case r:case a:case i:case f:return Ue;default:var ct=Ue&&Ue.$$typeof;switch(ct){case o:case d:case b:case h:case s:return ct;default:return ke}}case n:return ke}}}var I=u,N=c,G=o,ae=s,Z=t,k=d,P=r,$=b,U=h,z=n,X=a,he=i,xe=f,Re=!1;function De(Y){return Re||(Re=!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.")),g(Y)||D(Y)===u}function g(Y){return D(Y)===c}function j(Y){return D(Y)===o}function J(Y){return D(Y)===s}function T(Y){return typeof Y=="object"&&Y!==null&&Y.$$typeof===t}function Q(Y){return D(Y)===d}function se(Y){return D(Y)===r}function V(Y){return D(Y)===b}function ie(Y){return D(Y)===h}function te(Y){return D(Y)===n}function oe(Y){return D(Y)===a}function ne(Y){return D(Y)===i}function we(Y){return D(Y)===f}_e.AsyncMode=I,_e.ConcurrentMode=N,_e.ContextConsumer=G,_e.ContextProvider=ae,_e.Element=Z,_e.ForwardRef=k,_e.Fragment=P,_e.Lazy=$,_e.Memo=U,_e.Portal=z,_e.Profiler=X,_e.StrictMode=he,_e.Suspense=xe,_e.isAsyncMode=De,_e.isConcurrentMode=g,_e.isContextConsumer=j,_e.isContextProvider=J,_e.isElement=T,_e.isForwardRef=Q,_e.isFragment=se,_e.isLazy=V,_e.isMemo=ie,_e.isPortal=te,_e.isProfiler=oe,_e.isStrictMode=ne,_e.isSuspense=we,_e.isValidElementType=S,_e.typeOf=D})()),_e}var za;function oa(){return za||(za=1,process.env.NODE_ENV==="production"?Jn.exports=Zc():Jn.exports=ed()),Jn.exports}var Vr,$a;function td(){if($a)return Vr;$a=1;var e=oa(),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},i={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},a={};a[e.ForwardRef]=r,a[e.Memo]=i;function s(b){return e.isMemo(b)?i:a[b.$$typeof]||t}var o=Object.defineProperty,u=Object.getOwnPropertyNames,c=Object.getOwnPropertySymbols,d=Object.getOwnPropertyDescriptor,f=Object.getPrototypeOf,m=Object.prototype;function h(b,A,w){if(typeof A!="string"){if(m){var y=f(A);y&&y!==m&&h(b,y,w)}var _=u(A);c&&(_=_.concat(c(A)));for(var S=s(b),D=s(A),I=0;I<_.length;++I){var N=_[I];if(!n[N]&&!(w&&w[N])&&!(D&&D[N])&&!(S&&S[N])){var G=d(A,N);try{o(b,N,G)}catch{}}}}return b}return Vr=h,Vr}td();function zo(e,t,n){if(n===void 0&&(n=Error),!e)throw new n(t)}var be;(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"})(be||(be={}));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 fn;(function(e){e[e.number=0]="number",e[e.dateTime=1]="dateTime"})(fn||(fn={}));function Ya(e){return e.type===Ie.literal}function nd(e){return e.type===Ie.argument}function $o(e){return e.type===Ie.number}function Yo(e){return e.type===Ie.date}function Go(e){return e.type===Ie.time}function Vo(e){return e.type===Ie.select}function qo(e){return e.type===Ie.plural}function rd(e){return e.type===Ie.pound}function Wo(e){return e.type===Ie.tag}function Xo(e){return!!(e&&typeof e=="object"&&e.type===fn.number)}function Ii(e){return!!(e&&typeof e=="object"&&e.type===fn.dateTime)}var Qo=/[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/,id=/(?:[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 ad(e){var t={};return e.replace(id,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 sd=/[\t-\r \x85\u200E\u200F\u2028\u2029]/i;function od(e){if(e.length===0)throw new Error("Number skeleton cannot be empty");for(var t=e.split(sd).filter(function(m){return m.length>0}),n=[],r=0,i=t;r<i.length;r++){var a=i[r],s=a.split("/");if(s.length===0)throw new Error("Invalid number skeleton");for(var o=s[0],u=s.slice(1),c=0,d=u;c<d.length;c++){var f=d[c];if(f.length===0)throw new Error("Invalid number skeleton")}n.push({stem:o,options:u})}return n}function ud(e){return e.replace(/^(.*?)-/,"")}var Ga=/^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g,Ko=/^(@+)?(\+|#+)?[rs]?$/g,ld=/(\*)(0+)|(#+)(0+)|(0+)/g,Jo=/^(0+)$/;function Va(e){var t={};return e[e.length-1]==="r"?t.roundingPriority="morePrecision":e[e.length-1]==="s"&&(t.roundingPriority="lessPrecision"),e.replace(Ko,function(n,r,i){return typeof i!="string"?(t.minimumSignificantDigits=r.length,t.maximumSignificantDigits=r.length):i==="+"?t.minimumSignificantDigits=r.length:r[0]==="#"?t.maximumSignificantDigits=r.length:(t.minimumSignificantDigits=r.length,t.maximumSignificantDigits=r.length+(typeof i=="string"?i.length:0)),""}),t}function Zo(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 cd(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)),!Jo.test(e))throw new Error("Malformed concise eng/scientific notation");t.minimumIntegerDigits=e.length}return t}function qa(e){var t={},n=Zo(e);return n||t}function dd(e){for(var t={},n=0,r=e;n<r.length;n++){var i=r[n];switch(i.stem){case"percent":case"%":t.style="percent";continue;case"%x100":t.style="percent",t.scale=100;continue;case"currency":t.style="currency",t.currency=i.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=ud(i.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=W(W(W({},t),{notation:"scientific"}),i.options.reduce(function(u,c){return W(W({},u),qa(c))},{}));continue;case"engineering":t=W(W(W({},t),{notation:"engineering"}),i.options.reduce(function(u,c){return W(W({},u),qa(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(i.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(i.options.length>1)throw new RangeError("integer-width stems only accept a single optional option");i.options[0].replace(ld,function(u,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(Jo.test(i.stem)){t.minimumIntegerDigits=i.stem.length;continue}if(Ga.test(i.stem)){if(i.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");i.stem.replace(Ga,function(u,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 a=i.options[0];a==="w"?t=W(W({},t),{trailingZeroDisplay:"stripIfInteger"}):a&&(t=W(W({},t),Va(a)));continue}if(Ko.test(i.stem)){t=W(W({},t),Va(i.stem));continue}var s=Zo(i.stem);s&&(t=W(W({},t),s));var o=cd(i.stem);o&&(t=W(W({},t),o))}return t}var Zn={"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 fd(e,t){for(var n="",r=0;r<e.length;r++){var i=e.charAt(r);if(i==="j"){for(var a=0;r+1<e.length&&e.charAt(r+1)===i;)a++,r++;var s=1+(a&1),o=a<2?1:3+(a>>1),u="a",c=hd(t);for((c=="H"||c=="k")&&(o=0);o-- >0;)n+=u;for(;s-- >0;)n=c+n}else i==="J"?n+="H":n+=i}return n}function hd(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 i=Zn[r||""]||Zn[n||""]||Zn["".concat(n,"-001")]||Zn["001"];return i[0]}var qr,md=new RegExp("^".concat(Qo.source,"*")),pd=new RegExp("".concat(Qo.source,"*$"));function Ee(e,t){return{start:e,end:t}}var gd=!!String.prototype.startsWith&&"_a".startsWith("a",1),bd=!!String.fromCodePoint,Ed=!!Object.fromEntries,Td=!!String.prototype.codePointAt,xd=!!String.prototype.trimStart,yd=!!String.prototype.trimEnd,Ad=!!Number.isSafeInteger,_d=Ad?Number.isSafeInteger:function(e){return typeof e=="number"&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},Ni=!0;try{var Cd=tu("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");Ni=((qr=Cd.exec("a"))===null||qr===void 0?void 0:qr[0])==="a"}catch{Ni=!1}var Wa=gd?function(t,n,r){return t.startsWith(n,r)}:function(t,n,r){return t.slice(r,r+n.length)===n},ki=bd?String.fromCodePoint:function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];for(var r="",i=t.length,a=0,s;i>a;){if(s=t[a++],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},Xa=Ed?Object.fromEntries:function(t){for(var n={},r=0,i=t;r<i.length;r++){var a=i[r],s=a[0],o=a[1];n[s]=o}return n},eu=Td?function(t,n){return t.codePointAt(n)}:function(t,n){var r=t.length;if(!(n<0||n>=r)){var i=t.charCodeAt(n),a;return i<55296||i>56319||n+1===r||(a=t.charCodeAt(n+1))<56320||a>57343?i:(i-55296<<10)+(a-56320)+65536}},Sd=xd?function(t){return t.trimStart()}:function(t){return t.replace(md,"")},wd=yd?function(t){return t.trimEnd()}:function(t){return t.replace(pd,"")};function tu(e,t){return new RegExp(e,t)}var Oi;if(Ni){var Qa=tu("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");Oi=function(t,n){var r;Qa.lastIndex=n;var i=Qa.exec(t);return(r=i[1])!==null&&r!==void 0?r:""}}else Oi=function(t,n){for(var r=[];;){var i=eu(t,n);if(i===void 0||nu(i)||kd(i))break;r.push(i),n+=i>=65536?2:1}return ki.apply(void 0,r)};var vd=(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 i=[];!this.isEOF();){var a=this.char();if(a===123){var s=this.parseArgument(t,r);if(s.err)return s;i.push(s.val)}else{if(a===125&&t>0)break;if(a===35&&(n==="plural"||n==="selectordinal")){var o=this.clonePosition();this.bump(),i.push({type:Ie.pound,location:Ee(o,this.clonePosition())})}else if(a===60&&!this.ignoreTag&&this.peek()===47){if(r)break;return this.error(be.UNMATCHED_CLOSING_TAG,Ee(this.clonePosition(),this.clonePosition()))}else if(a===60&&!this.ignoreTag&&Li(this.peek()||0)){var s=this.parseTag(t,n);if(s.err)return s;i.push(s.val)}else{var s=this.parseLiteral(t,n);if(s.err)return s;i.push(s.val)}}}return{val:i,err:null}},e.prototype.parseTag=function(t,n){var r=this.clonePosition();this.bump();var i=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))return{val:{type:Ie.literal,value:"<".concat(i,"/>"),location:Ee(r,this.clonePosition())},err:null};if(this.bumpIf(">")){var a=this.parseMessage(t+1,n,!0);if(a.err)return a;var s=a.val,o=this.clonePosition();if(this.bumpIf("</")){if(this.isEOF()||!Li(this.char()))return this.error(be.INVALID_TAG,Ee(o,this.clonePosition()));var u=this.clonePosition(),c=this.parseTagName();return i!==c?this.error(be.UNMATCHED_CLOSING_TAG,Ee(u,this.clonePosition())):(this.bumpSpace(),this.bumpIf(">")?{val:{type:Ie.tag,value:i,children:s,location:Ee(r,this.clonePosition())},err:null}:this.error(be.INVALID_TAG,Ee(o,this.clonePosition())))}else return this.error(be.UNCLOSED_TAG,Ee(r,this.clonePosition()))}else return this.error(be.INVALID_TAG,Ee(r,this.clonePosition()))},e.prototype.parseTagName=function(){var t=this.offset();for(this.bump();!this.isEOF()&&Nd(this.char());)this.bump();return this.message.slice(t,this.offset())},e.prototype.parseLiteral=function(t,n){for(var r=this.clonePosition(),i="";;){var a=this.tryParseQuote(n);if(a){i+=a;continue}var s=this.tryParseUnquoted(t,n);if(s){i+=s;continue}var o=this.tryParseLeftAngleBracket();if(o){i+=o;continue}break}var u=Ee(r,this.clonePosition());return{val:{type:Ie.literal,value:i,location:u},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return!this.isEOF()&&this.char()===60&&(this.ignoreTag||!Id(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 ki.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(),ki(r))},e.prototype.parseArgument=function(t,n){var r=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(be.EXPECT_ARGUMENT_CLOSING_BRACE,Ee(r,this.clonePosition()));if(this.char()===125)return this.bump(),this.error(be.EMPTY_ARGUMENT,Ee(r,this.clonePosition()));var i=this.parseIdentifierIfPossible().value;if(!i)return this.error(be.MALFORMED_ARGUMENT,Ee(r,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(be.EXPECT_ARGUMENT_CLOSING_BRACE,Ee(r,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:Ie.argument,value:i,location:Ee(r,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(be.EXPECT_ARGUMENT_CLOSING_BRACE,Ee(r,this.clonePosition())):this.parseArgumentOptions(t,n,i,r);default:return this.error(be.MALFORMED_ARGUMENT,Ee(r,this.clonePosition()))}},e.prototype.parseIdentifierIfPossible=function(){var t=this.clonePosition(),n=this.offset(),r=Oi(this.message,n),i=n+r.length;this.bumpTo(i);var a=this.clonePosition(),s=Ee(t,a);return{value:r,location:s}},e.prototype.parseArgumentOptions=function(t,n,r,i){var a,s=this.clonePosition(),o=this.parseIdentifierIfPossible().value,u=this.clonePosition();switch(o){case"":return this.error(be.EXPECT_ARGUMENT_TYPE,Ee(s,u));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=wd(f.val);if(m.length===0)return this.error(be.EXPECT_ARGUMENT_STYLE,Ee(this.clonePosition(),this.clonePosition()));var h=Ee(d,this.clonePosition());c={style:m,styleLocation:h}}var b=this.tryParseArgumentClose(i);if(b.err)return b;var A=Ee(i,this.clonePosition());if(c&&Wa(c?.style,"::",0)){var w=Sd(c.style.slice(2));if(o==="number"){var f=this.parseNumberSkeletonFromString(w,c.styleLocation);return f.err?f:{val:{type:Ie.number,value:r,location:A,style:f.val},err:null}}else{if(w.length===0)return this.error(be.EXPECT_DATE_TIME_SKELETON,A);var y=w;this.locale&&(y=fd(w,this.locale));var m={type:fn.dateTime,pattern:y,location:c.styleLocation,parsedOptions:this.shouldParseSkeletons?ad(y):{}},_=o==="date"?Ie.date:Ie.time;return{val:{type:_,value:r,location:A,style:m},err:null}}}return{val:{type:o==="number"?Ie.number:o==="date"?Ie.date:Ie.time,value:r,location:A,style:(a=c?.style)!==null&&a!==void 0?a:null},err:null}}case"plural":case"selectordinal":case"select":{var S=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(be.EXPECT_SELECT_ARGUMENT_OPTIONS,Ee(S,W({},S)));this.bumpSpace();var D=this.parseIdentifierIfPossible(),I=0;if(o!=="select"&&D.value==="offset"){if(!this.bumpIf(":"))return this.error(be.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,Ee(this.clonePosition(),this.clonePosition()));this.bumpSpace();var f=this.tryParseDecimalInteger(be.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,be.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);if(f.err)return f;this.bumpSpace(),D=this.parseIdentifierIfPossible(),I=f.val}var N=this.tryParsePluralOrSelectOptions(t,o,n,D);if(N.err)return N;var b=this.tryParseArgumentClose(i);if(b.err)return b;var G=Ee(i,this.clonePosition());return o==="select"?{val:{type:Ie.select,value:r,options:Xa(N.val),location:G},err:null}:{val:{type:Ie.plural,value:r,options:Xa(N.val),offset:I,pluralType:o==="plural"?"cardinal":"ordinal",location:G},err:null}}default:return this.error(be.INVALID_ARGUMENT_TYPE,Ee(s,u))}},e.prototype.tryParseArgumentClose=function(t){return this.isEOF()||this.char()!==125?this.error(be.EXPECT_ARGUMENT_CLOSING_BRACE,Ee(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 i=this.clonePosition();if(!this.bumpUntil("'"))return this.error(be.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,Ee(i,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=od(t)}catch{return this.error(be.INVALID_NUMBER_SKELETON,n)}return{val:{type:fn.number,tokens:r,location:n,parsedOptions:this.shouldParseSkeletons?dd(r):{}},err:null}},e.prototype.tryParsePluralOrSelectOptions=function(t,n,r,i){for(var a,s=!1,o=[],u=new Set,c=i.value,d=i.location;;){if(c.length===0){var f=this.clonePosition();if(n!=="select"&&this.bumpIf("=")){var m=this.tryParseDecimalInteger(be.EXPECT_PLURAL_ARGUMENT_SELECTOR,be.INVALID_PLURAL_ARGUMENT_SELECTOR);if(m.err)return m;d=Ee(f,this.clonePosition()),c=this.message.slice(f.offset,this.offset())}else break}if(u.has(c))return this.error(n==="select"?be.DUPLICATE_SELECT_ARGUMENT_SELECTOR:be.DUPLICATE_PLURAL_ARGUMENT_SELECTOR,d);c==="other"&&(s=!0),this.bumpSpace();var h=this.clonePosition();if(!this.bumpIf("{"))return this.error(n==="select"?be.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:be.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,Ee(this.clonePosition(),this.clonePosition()));var b=this.parseMessage(t+1,n,r);if(b.err)return b;var A=this.tryParseArgumentClose(h);if(A.err)return A;o.push([c,{value:b.val,location:Ee(h,this.clonePosition())}]),u.add(c),this.bumpSpace(),a=this.parseIdentifierIfPossible(),c=a.value,d=a.location}return o.length===0?this.error(n==="select"?be.EXPECT_SELECT_ARGUMENT_SELECTOR:be.EXPECT_PLURAL_ARGUMENT_SELECTOR,Ee(this.clonePosition(),this.clonePosition())):this.requiresOtherClause&&!s?this.error(be.MISSING_OTHER_CLAUSE,Ee(this.clonePosition(),this.clonePosition())):{val:o,err:null}},e.prototype.tryParseDecimalInteger=function(t,n){var r=1,i=this.clonePosition();this.bumpIf("+")||this.bumpIf("-")&&(r=-1);for(var a=!1,s=0;!this.isEOF();){var o=this.char();if(o>=48&&o<=57)a=!0,s=s*10+(o-48),this.bump();else break}var u=Ee(i,this.clonePosition());return a?(s*=r,_d(s)?{val:s,err:null}:this.error(n,u)):this.error(t,u)},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=eu(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(Wa(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()&&nu(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 Li(e){return e>=97&&e<=122||e>=65&&e<=90}function Id(e){return Li(e)||e===47}function Nd(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 nu(e){return e>=9&&e<=13||e===32||e===133||e>=8206&&e<=8207||e===8232||e===8233}function kd(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 Ri(e){e.forEach(function(t){if(delete t.location,Vo(t)||qo(t))for(var n in t.options)delete t.options[n].location,Ri(t.options[n].value);else $o(t)&&Xo(t.style)||(Yo(t)||Go(t))&&Ii(t.style)?delete t.style.location:Wo(t)&&Ri(t.children)})}function Od(e,t){t===void 0&&(t={}),t=W({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var n=new vd(e,t).parse();if(n.err){var r=SyntaxError(be[n.err.kind]);throw r.location=n.err.location,r.originalMessage=n.err.message,r}return t?.captureLocation||Ri(n.val),n.val}function ft(e,t){var n=t&&t.cache?t.cache:Bd,r=t&&t.serializer?t.serializer:Md,i=t&&t.strategy?t.strategy:Dd;return i(e,{cache:n,serializer:r})}function Ld(e){return e==null||typeof e=="number"||typeof e=="boolean"}function Rd(e,t,n,r){var i=Ld(r)?r:n(r),a=t.get(i);return typeof a>"u"&&(a=e.call(this,r),t.set(i,a)),a}function ru(e,t,n){var r=Array.prototype.slice.call(arguments,3),i=n(r),a=t.get(i);return typeof a>"u"&&(a=e.apply(this,r),t.set(i,a)),a}function iu(e,t,n,r,i){return n.bind(t,e,r,i)}function Dd(e,t){var n=e.length===1?Rd:ru;return iu(e,this,n,t.cache.create(),t.serializer)}function Pd(e,t){return iu(e,this,ru,t.cache.create(),t.serializer)}var Md=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 Bd={create:function(){return new ua}},ht={variadic:Pd},gt;(function(e){e.MISSING_VALUE="MISSING_VALUE",e.INVALID_VALUE="INVALID_VALUE",e.MISSING_INTL_API="MISSING_INTL_API"})(gt||(gt={}));var Ot=(function(e){it(t,e);function t(n,r,i){var a=e.call(this,n)||this;return a.code=r,a.originalMessage=i,a}return t.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},t})(Error),Ka=(function(e){it(t,e);function t(n,r,i,a){return e.call(this,'Invalid values for "'.concat(n,'": "').concat(r,'". Options are "').concat(Object.keys(i).join('", "'),'"'),gt.INVALID_VALUE,a)||this}return t})(Ot),Fd=(function(e){it(t,e);function t(n,r,i){return e.call(this,'Value for "'.concat(n,'" must be of type ').concat(r),gt.INVALID_VALUE,i)||this}return t})(Ot),Hd=(function(e){it(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,'"'),gt.MISSING_VALUE,r)||this}return t})(Ot),Ge;(function(e){e[e.literal=0]="literal",e[e.object=1]="object"})(Ge||(Ge={}));function Ud(e){return e.length<2?e:e.reduce(function(t,n){var r=t[t.length-1];return!r||r.type!==Ge.literal||n.type!==Ge.literal?t.push(n):r.value+=n.value,t},[])}function au(e){return typeof e=="function"}function lr(e,t,n,r,i,a,s){if(e.length===1&&Ya(e[0]))return[{type:Ge.literal,value:e[0].value}];for(var o=[],u=0,c=e;u<c.length;u++){var d=c[u];if(Ya(d)){o.push({type:Ge.literal,value:d.value});continue}if(rd(d)){typeof a=="number"&&o.push({type:Ge.literal,value:n.getNumberFormat(t).format(a)});continue}var f=d.value;if(!(i&&f in i))throw new Hd(f,s);var m=i[f];if(nd(d)){(!m||typeof m=="string"||typeof m=="number")&&(m=typeof m=="string"||typeof m=="number"?String(m):""),o.push({type:typeof m=="string"?Ge.literal:Ge.object,value:m});continue}if(Yo(d)){var h=typeof d.style=="string"?r.date[d.style]:Ii(d.style)?d.style.parsedOptions:void 0;o.push({type:Ge.literal,value:n.getDateTimeFormat(t,h).format(m)});continue}if(Go(d)){var h=typeof d.style=="string"?r.time[d.style]:Ii(d.style)?d.style.parsedOptions:r.time.medium;o.push({type:Ge.literal,value:n.getDateTimeFormat(t,h).format(m)});continue}if($o(d)){var h=typeof d.style=="string"?r.number[d.style]:Xo(d.style)?d.style.parsedOptions:void 0;h&&h.scale&&(m=m*(h.scale||1)),o.push({type:Ge.literal,value:n.getNumberFormat(t,h).format(m)});continue}if(Wo(d)){var b=d.children,A=d.value,w=i[A];if(!au(w))throw new Fd(A,"function",s);var y=lr(b,t,n,r,i,a),_=w(y.map(function(I){return I.value}));Array.isArray(_)||(_=[_]),o.push.apply(o,_.map(function(I){return{type:typeof I=="string"?Ge.literal:Ge.object,value:I}}))}if(Vo(d)){var S=d.options[m]||d.options.other;if(!S)throw new Ka(d.value,m,Object.keys(d.options),s);o.push.apply(o,lr(S.value,t,n,r,i));continue}if(qo(d)){var S=d.options["=".concat(m)];if(!S){if(!Intl.PluralRules)throw new Ot(`Intl.PluralRules is not available in this environment.
|
|
27
27
|
Try polyfilling it using "@formatjs/intl-pluralrules"
|
|
28
|
-
`,
|
|
28
|
+
`,gt.MISSING_INTL_API,s);var D=n.getPluralRules(t,{type:d.pluralType}).select(m-(d.offset||0));S=d.options[D]||d.options.other}if(!S)throw new Ka(d.value,m,Object.keys(d.options),s);o.push.apply(o,lr(S.value,t,n,r,i,m-(d.offset||0)));continue}}return Ud(o)}function jd(e,t){return t?W(W(W({},e||{}),t||{}),Object.keys(e).reduce(function(n,r){return n[r]=W(W({},e[r]),t[r]||{}),n},{})):e}function zd(e,t){return t?Object.keys(e).reduce(function(n,r){return n[r]=jd(e[r],t[r]),n},W({},e)):e}function Wr(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,n){e[t]=n}}}}}function $d(e){return e===void 0&&(e={number:{},dateTime:{},pluralRules:{}}),{getNumberFormat:ft(function(){for(var t,n=[],r=0;r<arguments.length;r++)n[r]=arguments[r];return new((t=Intl.NumberFormat).bind.apply(t,mt([void 0],n,!1)))},{cache:Wr(e.number),strategy:ht.variadic}),getDateTimeFormat:ft(function(){for(var t,n=[],r=0;r<arguments.length;r++)n[r]=arguments[r];return new((t=Intl.DateTimeFormat).bind.apply(t,mt([void 0],n,!1)))},{cache:Wr(e.dateTime),strategy:ht.variadic}),getPluralRules:ft(function(){for(var t,n=[],r=0;r<arguments.length;r++)n[r]=arguments[r];return new((t=Intl.PluralRules).bind.apply(t,mt([void 0],n,!1)))},{cache:Wr(e.pluralRules),strategy:ht.variadic})}}var su=(function(){function e(t,n,r,i){var a=this;if(n===void 0&&(n=e.defaultLocale),this.formatterCache={number:{},dateTime:{},pluralRules:{}},this.format=function(u){var c=a.formatToParts(u);if(c.length===1)return c[0].value;var d=c.reduce(function(f,m){return!f.length||m.type!==Ge.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(u){return lr(a.ast,a.locales,a.formatters,a.formats,u,void 0,a.message)},this.resolvedOptions=function(){var u;return{locale:((u=a.resolvedLocale)===null||u===void 0?void 0:u.toString())||Intl.NumberFormat.supportedLocalesOf(a.locales)[0]}},this.getAst=function(){return a.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=i||{};s.formatters;var o=Ir(s,["formatters"]);this.ast=e.__parse(t,W(W({},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=zd(e.formats,r),this.formatters=i&&i.formatters||$d(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=Od,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})(),Gt;(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"})(Gt||(Gt={}));var jn=(function(e){it(t,e);function t(n,r,i){var a=this,s=i?i instanceof Error?i:new Error(String(i)):void 0;return a=e.call(this,"[@formatjs/intl Error ".concat(n,"] ").concat(r,`
|
|
29
29
|
`).concat(s?`
|
|
30
30
|
`.concat(s.message,`
|
|
31
|
-
`).concat(s.stack):""))||this,a.code=n,typeof Error.captureStackTrace=="function"&&Error.captureStackTrace(a,t),a}return t})(Error),
|
|
31
|
+
`).concat(s.stack):""))||this,a.code=n,typeof Error.captureStackTrace=="function"&&Error.captureStackTrace(a,t),a}return t})(Error),Yd=(function(e){it(t,e);function t(n,r){return e.call(this,Gt.UNSUPPORTED_FORMATTER,n,r)||this}return t})(jn),Gd=(function(e){it(t,e);function t(n,r){return e.call(this,Gt.INVALID_CONFIG,n,r)||this}return t})(jn),Ja=(function(e){it(t,e);function t(n,r){return e.call(this,Gt.MISSING_DATA,n,r)||this}return t})(jn),at=(function(e){it(t,e);function t(n,r,i){var a=e.call(this,Gt.FORMAT_ERROR,"".concat(n,`
|
|
32
32
|
Locale: `).concat(r,`
|
|
33
|
-
`),i)||this;return a.locale=r,a}return t})(
|
|
33
|
+
`),i)||this;return a.locale=r,a}return t})(jn),Xr=(function(e){it(t,e);function t(n,r,i,a){var s=e.call(this,"".concat(n,`
|
|
34
34
|
MessageID: `).concat(i?.id,`
|
|
35
35
|
Default Message: `).concat(i?.defaultMessage,`
|
|
36
36
|
Description: `).concat(i?.description,`
|
|
37
|
-
`),r,a)||this;return s.descriptor=i,s.locale=r,s}return t})(
|
|
37
|
+
`),r,a)||this;return s.descriptor=i,s.locale=r,s}return t})(at),Vd=(function(e){it(t,e);function t(n,r){var i=e.call(this,Gt.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(a){var s;return(s=a.value)!==null&&s!==void 0?s:JSON.stringify(a)}).join(),")"):"id"," as fallback."))||this;return i.descriptor=n,i}return t})(jn);function Xt(e,t,n){return n===void 0&&(n={}),t.reduce(function(r,i){return i in e?r[i]=e[i]:i in n&&(r[i]=n[i]),r},{})}var qd=function(e){process.env.NODE_ENV!=="production"&&console.error(e)},Wd=function(e){process.env.NODE_ENV!=="production"&&console.warn(e)},ou={formats:{},messages:{},timeZone:void 0,defaultLocale:"en",defaultFormats:{},fallbackOnEmptyString:!0,onError:qd,onWarn:Wd};function uu(){return{dateTime:{},number:{},message:{},relativeTime:{},pluralRules:{},list:{},displayNames:{}}}function Ft(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,n){e[t]=n}}}}}function Xd(e){e===void 0&&(e=uu());var t=Intl.RelativeTimeFormat,n=Intl.ListFormat,r=Intl.DisplayNames,i=ft(function(){for(var o,u=[],c=0;c<arguments.length;c++)u[c]=arguments[c];return new((o=Intl.DateTimeFormat).bind.apply(o,mt([void 0],u,!1)))},{cache:Ft(e.dateTime),strategy:ht.variadic}),a=ft(function(){for(var o,u=[],c=0;c<arguments.length;c++)u[c]=arguments[c];return new((o=Intl.NumberFormat).bind.apply(o,mt([void 0],u,!1)))},{cache:Ft(e.number),strategy:ht.variadic}),s=ft(function(){for(var o,u=[],c=0;c<arguments.length;c++)u[c]=arguments[c];return new((o=Intl.PluralRules).bind.apply(o,mt([void 0],u,!1)))},{cache:Ft(e.pluralRules),strategy:ht.variadic});return{getDateTimeFormat:i,getNumberFormat:a,getMessageFormat:ft(function(o,u,c,d){return new su(o,u,c,W({formatters:{getNumberFormat:a,getDateTimeFormat:i,getPluralRules:s}},d||{}))},{cache:Ft(e.message),strategy:ht.variadic}),getRelativeTimeFormat:ft(function(){for(var o=[],u=0;u<arguments.length;u++)o[u]=arguments[u];return new(t.bind.apply(t,mt([void 0],o,!1)))},{cache:Ft(e.relativeTime),strategy:ht.variadic}),getPluralRules:s,getListFormat:ft(function(){for(var o=[],u=0;u<arguments.length;u++)o[u]=arguments[u];return new(n.bind.apply(n,mt([void 0],o,!1)))},{cache:Ft(e.list),strategy:ht.variadic}),getDisplayNames:ft(function(){for(var o=[],u=0;u<arguments.length;u++)o[u]=arguments[u];return new(r.bind.apply(r,mt([void 0],o,!1)))},{cache:Ft(e.displayNames),strategy:ht.variadic})}}function la(e,t,n,r){var i=e&&e[t],a;if(i&&(a=i[n]),a)return a;r(new Yd("No ".concat(t," format named: ").concat(n)))}function er(e,t){return Object.keys(e).reduce(function(n,r){return n[r]=W({timeZone:t},e[r]),n},{})}function Za(e,t){var n=Object.keys(W(W({},e),t));return n.reduce(function(r,i){return r[i]=W(W({},e[i]||{}),t[i]||{}),r},{})}function es(e,t){if(!t)return e;var n=su.formats;return W(W(W({},n),e),{date:Za(er(n.date,t),er(e.date||{},t)),time:Za(er(n.time,t),er(e.time||{},t))})}var Di=function(e,t,n,r,i){var a=e.locale,s=e.formats,o=e.messages,u=e.defaultLocale,c=e.defaultFormats,d=e.fallbackOnEmptyString,f=e.onError,m=e.timeZone,h=e.defaultRichTextElements;n===void 0&&(n={id:""});var b=n.id,A=n.defaultMessage;zo(!!b,"[@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 w=String(b),y=o&&Object.prototype.hasOwnProperty.call(o,w)&&o[w];if(Array.isArray(y)&&y.length===1&&y[0].type===Ie.literal)return y[0].value;if(!r&&y&&typeof y=="string"&&!h)return y.replace(/'\{(.*?)\}'/gi,"{$1}");if(r=W(W({},h),r||{}),s=es(s,m),c=es(c,m),!y){if(d===!1&&y==="")return y;if((!A||a&&a.toLowerCase()!==u.toLowerCase())&&f(new Vd(n,a)),A)try{var _=t.getMessageFormat(A,u,c,i);return _.format(r)}catch(S){return f(new Xr('Error formatting default message for: "'.concat(w,'", rendering default message verbatim'),a,n,S)),typeof A=="string"?A:w}return w}try{var _=t.getMessageFormat(y,a,s,W({formatters:t},i||{}));return _.format(r)}catch(S){f(new Xr('Error formatting message: "'.concat(w,'", using ').concat(A?"default message":"id"," as fallback."),a,n,S))}if(A)try{var _=t.getMessageFormat(A,u,c,i);return _.format(r)}catch(S){f(new Xr('Error formatting the default message for: "'.concat(w,'", rendering message verbatim'),a,n,S))}return typeof y=="string"?y:typeof A=="string"?A:w},lu=["formatMatcher","timeZone","hour12","weekday","era","year","month","day","hour","minute","second","timeZoneName","hourCycle","dateStyle","timeStyle","calendar","numberingSystem","fractionalSecondDigits"];function Nr(e,t,n,r){var i=e.locale,a=e.formats,s=e.onError,o=e.timeZone;r===void 0&&(r={});var u=r.format,c=W(W({},o&&{timeZone:o}),u&&la(a,t,u,s)),d=Xt(r,lu,c);return t==="time"&&!d.hour&&!d.minute&&!d.second&&!d.timeStyle&&!d.dateStyle&&(d=W(W({},d),{hour:"numeric",minute:"numeric"})),n(i,d)}function Qd(e,t){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];var i=n[0],a=n[1],s=a===void 0?{}:a,o=typeof i=="string"?new Date(i||0):i;try{return Nr(e,"date",t,s).format(o)}catch(u){e.onError(new at("Error formatting date.",e.locale,u))}return String(o)}function Kd(e,t){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];var i=n[0],a=n[1],s=a===void 0?{}:a,o=typeof i=="string"?new Date(i||0):i;try{return Nr(e,"time",t,s).format(o)}catch(u){e.onError(new at("Error formatting time.",e.locale,u))}return String(o)}function Jd(e,t){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];var i=n[0],a=n[1],s=n[2],o=s===void 0?{}:s,u=e.timeZone,c=e.locale,d=e.onError,f=Xt(o,lu,u?{timeZone:u}:{});try{return t(c,f).formatRange(i,a)}catch(m){d(new at("Error formatting date time range.",e.locale,m))}return String(i)}function Zd(e,t){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];var i=n[0],a=n[1],s=a===void 0?{}:a,o=typeof i=="string"?new Date(i||0):i;try{return Nr(e,"date",t,s).formatToParts(o)}catch(u){e.onError(new at("Error formatting date.",e.locale,u))}return[]}function ef(e,t){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];var i=n[0],a=n[1],s=a===void 0?{}:a,o=typeof i=="string"?new Date(i||0):i;try{return Nr(e,"time",t,s).formatToParts(o)}catch(u){e.onError(new at("Error formatting time.",e.locale,u))}return[]}var tf=["style","type","fallback","languageDisplay"];function nf(e,t,n,r){var i=e.locale,a=e.onError,s=Intl.DisplayNames;s||a(new Ot(`Intl.DisplayNames is not available in this environment.
|
|
38
38
|
Try polyfilling it using "@formatjs/intl-displaynames"
|
|
39
|
-
`,
|
|
39
|
+
`,gt.MISSING_INTL_API));var o=Xt(r,tf);try{return t(i,o).of(n)}catch(u){a(new at("Error formatting display name.",i,u))}}var rf=["type","style"],ts=Date.now();function af(e){return"".concat(ts,"_").concat(e,"_").concat(ts)}function sf(e,t,n,r){r===void 0&&(r={});var i=cu(e,t,n,r).reduce(function(a,s){var o=s.value;return typeof o!="string"?a.push(o):typeof a[a.length-1]=="string"?a[a.length-1]+=o:a.push(o),a},[]);return i.length===1?i[0]:i.length===0?"":i}function cu(e,t,n,r){var i=e.locale,a=e.onError;r===void 0&&(r={});var s=Intl.ListFormat;s||a(new Ot(`Intl.ListFormat is not available in this environment.
|
|
40
40
|
Try polyfilling it using "@formatjs/intl-listformat"
|
|
41
|
-
`,
|
|
41
|
+
`,gt.MISSING_INTL_API));var o=Xt(r,rf);try{var u={},c=n.map(function(d,f){if(typeof d=="object"){var m=af(f);return u[m]=d,m}return String(d)});return t(i,o).formatToParts(c).map(function(d){return d.type==="literal"?d:W(W({},d),{value:u[d.value]||d.value})})}catch(d){a(new at("Error formatting list.",i,d))}return n}var of=["type"];function uf(e,t,n,r){var i=e.locale,a=e.onError;r===void 0&&(r={}),Intl.PluralRules||a(new Ot(`Intl.PluralRules is not available in this environment.
|
|
42
42
|
Try polyfilling it using "@formatjs/intl-pluralrules"
|
|
43
|
-
`,
|
|
43
|
+
`,gt.MISSING_INTL_API));var s=Xt(r,of);try{return t(i,s).select(n)}catch(o){a(new at("Error formatting plural.",i,o))}return"other"}var lf=["numeric","style"];function cf(e,t,n){var r=e.locale,i=e.formats,a=e.onError;n===void 0&&(n={});var s=n.format,o=!!s&&la(i,"relative",s,a)||{},u=Xt(n,lf,o);return t(r,u)}function df(e,t,n,r,i){i===void 0&&(i={}),r||(r="second");var a=Intl.RelativeTimeFormat;a||e.onError(new Ot(`Intl.RelativeTimeFormat is not available in this environment.
|
|
44
44
|
Try polyfilling it using "@formatjs/intl-relativetimeformat"
|
|
45
|
-
`,
|
|
45
|
+
`,gt.MISSING_INTL_API));try{return cf(e,t,i).format(n,r)}catch(s){e.onError(new at("Error formatting relative time.",e.locale,s))}return String(n)}var ff=["style","currency","unit","unitDisplay","useGrouping","minimumIntegerDigits","minimumFractionDigits","maximumFractionDigits","minimumSignificantDigits","maximumSignificantDigits","compactDisplay","currencyDisplay","currencySign","notation","signDisplay","unit","unitDisplay","numberingSystem","trailingZeroDisplay","roundingPriority","roundingIncrement","roundingMode"];function du(e,t,n){var r=e.locale,i=e.formats,a=e.onError;n===void 0&&(n={});var s=n.format,o=s&&la(i,"number",s,a)||{},u=Xt(n,ff,o);return t(r,u)}function hf(e,t,n,r){r===void 0&&(r={});try{return du(e,t,r).format(n)}catch(i){e.onError(new at("Error formatting number.",e.locale,i))}return String(n)}function mf(e,t,n,r){r===void 0&&(r={});try{return du(e,t,r).formatToParts(n)}catch(i){e.onError(new at("Error formatting number.",e.locale,i))}return[]}function pf(e){var t=e?e[Object.keys(e)[0]]:void 0;return typeof t=="string"}function gf(e){e.onWarn&&e.defaultRichTextElements&&pf(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 ad(e,t){var n=Ff(t),r=X(X({},Zu),e),i=r.locale,a=r.defaultLocale,s=r.onError;return i?!Intl.NumberFormat.supportedLocalesOf(i).length&&s?s(new Wa('Missing locale data for locale: "'.concat(i,'" in Intl.NumberFormat. Using default locale: "').concat(a,'" as fallback. See https://formatjs.io/docs/react-intl#runtime-requirements for more details'))):!Intl.DateTimeFormat.supportedLocalesOf(i).length&&s&&s(new Wa('Missing locale data for locale: "'.concat(i,'" in Intl.DateTimeFormat. Using default locale: "').concat(a,'" as fallback. See https://formatjs.io/docs/react-intl#runtime-requirements for more details'))):(s&&s(new Df('"locale" was not configured, using "'.concat(a,'" as fallback. See https://formatjs.io/docs/react-intl/api#intlshape for more details'))),r.locale=r.defaultLocale||"en"),id(r),X(X({},r),{formatters:n,formatNumber:td.bind(null,r,n.getNumberFormat),formatNumberToParts:nd.bind(null,r,n.getNumberFormat),formatRelativeTime:Jf.bind(null,r,n.getRelativeTimeFormat),formatDate:Hf.bind(null,r,n.getDateTimeFormat),formatDateToParts:zf.bind(null,r,n.getDateTimeFormat),formatTime:Uf.bind(null,r,n.getDateTimeFormat),formatDateTimeRange:jf.bind(null,r,n.getDateTimeFormat),formatTimeToParts:$f.bind(null,r,n.getDateTimeFormat),formatPlural:Qf.bind(null,r,n.getPluralRules),formatMessage:Oi.bind(null,r,n),$t:Oi.bind(null,r,n),formatList:Wf.bind(null,r,n.getListFormat),formatListToParts:to.bind(null,r,n.getListFormat),formatDisplayName:Gf.bind(null,r,n.getDisplayNames)})}function ro(e){Lu(e,"[React Intl] Could not find required `intl` object. <IntlProvider> needs to exist in the component ancestry.")}var io=X(X({},Zu),{textComponent:Be.Fragment});function sd(e){return function(t){return e(Be.Children.toArray(t))}}function ud(e,t){if(e===t)return!0;if(!e||!t)return!1;var n=Object.keys(e),r=Object.keys(t),i=n.length;if(r.length!==i)return!1;for(var a=0;a<i;a++){var s=n[a];if(e[s]!==t[s]||!Object.prototype.hasOwnProperty.call(t,s))return!1}return!0}var sa=typeof window<"u"&&!window.__REACT_INTL_BYPASS_GLOBAL_CONTEXT__?window.__REACT_INTL_CONTEXT__||(window.__REACT_INTL_CONTEXT__=Be.createContext(null)):Be.createContext(null);sa.Consumer;var od=sa.Provider,ld=od,cd=sa;function hn(){var e=Be.useContext(cd);return ro(e),e}var Ri;(function(e){e.formatDate="FormattedDate",e.formatTime="FormattedTime",e.formatNumber="FormattedNumber",e.formatList="FormattedList",e.formatDisplayName="FormattedDisplayName"})(Ri||(Ri={}));var Li;(function(e){e.formatDate="FormattedDateParts",e.formatTime="FormattedTimeParts",e.formatNumber="FormattedNumberParts",e.formatList="FormattedListParts"})(Li||(Li={}));function ao(e){var t=function(n){var r=hn(),i=n.value,a=n.children,s=Cr(n,["value","children"]),u=typeof i=="string"?new Date(i||0):i,o=e==="formatDate"?r.formatDateToParts(u,s):r.formatTimeToParts(u,s);return a(o)};return t.displayName=Li[e],t}function Un(e){var t=function(n){var r=hn(),i=n.value,a=n.children,s=Cr(n,["value","children"]),u=r[e](i,s);if(typeof a=="function")return a(u);var o=r.textComponent||Be.Fragment;return Be.createElement(o,null,u)};return t.displayName=Ri[e],t}function so(e){return e&&Object.keys(e).reduce(function(t,n){var r=e[n];return t[n]=Qu(r)?sd(r):r,t},{})}var Za=function(e,t,n,r){for(var i=[],a=4;a<arguments.length;a++)i[a-4]=arguments[a];var s=so(r),u=Oi.apply(void 0,pt([e,t,n,s],i,!1));return Array.isArray(u)?Be.Children.toArray(u):u},Ja=function(e,t){var n=e.defaultRichTextElements,r=Cr(e,["defaultRichTextElements"]),i=so(n),a=ad(X(X(X({},io),r),{defaultRichTextElements:i}),t),s={locale:a.locale,timeZone:a.timeZone,fallbackOnEmptyString:a.fallbackOnEmptyString,formats:a.formats,defaultLocale:a.defaultLocale,defaultFormats:a.defaultFormats,messages:a.messages,onError:a.onError,defaultRichTextElements:i};return X(X({},a),{formatMessage:Za.bind(null,s,a.formatters),$t:Za.bind(null,s,a.formatters)})};function qr(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 fd=(function(e){rt(t,e);function t(){var n=e!==null&&e.apply(this,arguments)||this;return n.cache=Ju(),n.state={cache:n.cache,intl:Ja(qr(n.props),n.cache),prevConfig:qr(n.props)},n}return t.getDerivedStateFromProps=function(n,r){var i=r.prevConfig,a=r.cache,s=qr(n);return ud(i,s)?null:{intl:Ja(s,a),prevConfig:s}},t.prototype.render=function(){return ro(this.state.intl),Be.createElement(ld,{value:this.state.intl},this.props.children)},t.displayName="IntlProvider",t.defaultProps=io,t})(Be.PureComponent);Un("formatDate");Un("formatTime");Un("formatNumber");Un("formatList");Un("formatDisplayName");ao("formatDate");ao("formatTime");const ua=()=>{const e=hn(),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"}),i=e.formatMessage({defaultMessage:"⏳ The chatbot is a little busy at the time. Please try again later.",id:"chatbot.error.api.429"}),a=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 is full. Please start a new one.",id:"chatbot.error.api.409"}),u=e.formatMessage({defaultMessage:"See",id:"chatbot.infobanner.title"}),o=e.formatMessage({defaultMessage:"You have an archived discussion.",id:"chatbot.infobanner.cta"});return{placeholderTranslation:t,chatlineLabelUserTranslation:n,chatlineLabelAssistantTranslation:r,tooManyRequestsTranslation:i,genericErrorTranslation:a,discussionFullErrorTranslation:s,infoBannerTitleTranslation:u,infoBannerExplainationTranslation:o}};function es(e){const t=[],n=String(e||"");let r=n.indexOf(","),i=0,a=!1;for(;!a;){r===-1&&(r=n.length,a=!0);const s=n.slice(i,r).trim();(s||!a)&&t.push(s),i=r+1,r=n.indexOf(",",i)}return t}function uo(e,t){const n={};return(e[e.length-1]===""?[...e,""]:e).join((n.padRight?" ":"")+","+(n.padLeft===!1?"":" ")).trim()}const dd=/^[$_\p{ID_Start}][$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,hd=/^[$_\p{ID_Start}][-$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,md={};function ts(e,t){return(md.jsx?hd:dd).test(e)}const pd=/[ \t\n\f\r]/g;function gd(e){return typeof e=="object"?e.type==="text"?ns(e.value):!1:ns(e)}function ns(e){return e.replace(pd,"")===""}class jn{constructor(t,n,r){this.property=t,this.normal=n,r&&(this.space=r)}}jn.prototype.property={};jn.prototype.normal={};jn.prototype.space=null;function oo(e,t){const n={},r={};let i=-1;for(;++i<e.length;)Object.assign(n,e[i].property),Object.assign(r,e[i].normal);return new jn(n,r,t)}function Pn(e){return e.toLowerCase()}class at{constructor(t,n){this.property=t,this.attribute=n}}at.prototype.space=null;at.prototype.boolean=!1;at.prototype.booleanish=!1;at.prototype.overloadedBoolean=!1;at.prototype.number=!1;at.prototype.commaSeparated=!1;at.prototype.spaceSeparated=!1;at.prototype.commaOrSpaceSeparated=!1;at.prototype.mustUseProperty=!1;at.prototype.defined=!1;let bd=0;const oe=Wt(),Me=Wt(),lo=Wt(),F=Wt(),ve=Wt(),sn=Wt(),Qe=Wt();function Wt(){return 2**++bd}const Di=Object.freeze(Object.defineProperty({__proto__:null,boolean:oe,booleanish:Me,commaOrSpaceSeparated:Qe,commaSeparated:sn,number:F,overloadedBoolean:lo,spaceSeparated:ve},Symbol.toStringTag,{value:"Module"})),Wr=Object.keys(Di);class oa extends at{constructor(t,n,r,i){let a=-1;if(super(t,n),rs(this,"space",i),typeof r=="number")for(;++a<Wr.length;){const s=Wr[a];rs(this,Wr[a],(r&Di[s])===Di[s])}}}oa.prototype.defined=!0;function rs(e,t,n){n&&(e[t]=n)}const Ed={}.hasOwnProperty;function mn(e){const t={},n={};let r;for(r in e.properties)if(Ed.call(e.properties,r)){const i=e.properties[r],a=new oa(r,e.transform(e.attributes||{},r),i,e.space);e.mustUseProperty&&e.mustUseProperty.includes(r)&&(a.mustUseProperty=!0),t[r]=a,n[Pn(r)]=r,n[Pn(a.attribute)]=r}return new jn(t,n,e.space)}const co=mn({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}}),fo=mn({space:"xml",transform(e,t){return"xml:"+t.slice(3).toLowerCase()},properties:{xmlLang:null,xmlBase:null,xmlSpace:null}});function ho(e,t){return t in e?e[t]:t}function mo(e,t){return ho(e,t.toLowerCase())}const po=mn({space:"xmlns",attributes:{xmlnsxlink:"xmlns:xlink"},transform:mo,properties:{xmlns:null,xmlnsXLink:null}}),go=mn({transform(e,t){return t==="role"?t:"aria-"+t.slice(4).toLowerCase()},properties:{ariaActiveDescendant:null,ariaAtomic:Me,ariaAutoComplete:null,ariaBusy:Me,ariaChecked:Me,ariaColCount:F,ariaColIndex:F,ariaColSpan:F,ariaControls:ve,ariaCurrent:null,ariaDescribedBy:ve,ariaDetails:null,ariaDisabled:Me,ariaDropEffect:ve,ariaErrorMessage:null,ariaExpanded:Me,ariaFlowTo:ve,ariaGrabbed:Me,ariaHasPopup:null,ariaHidden:Me,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:ve,ariaLevel:F,ariaLive:null,ariaModal:Me,ariaMultiLine:Me,ariaMultiSelectable:Me,ariaOrientation:null,ariaOwns:ve,ariaPlaceholder:null,ariaPosInSet:F,ariaPressed:Me,ariaReadOnly:Me,ariaRelevant:null,ariaRequired:Me,ariaRoleDescription:ve,ariaRowCount:F,ariaRowIndex:F,ariaRowSpan:F,ariaSelected:Me,ariaSetSize:F,ariaSort:null,ariaValueMax:F,ariaValueMin:F,ariaValueNow:F,ariaValueText:null,role:null}}),Td=mn({space:"html",attributes:{acceptcharset:"accept-charset",classname:"class",htmlfor:"for",httpequiv:"http-equiv"},transform:mo,mustUseProperty:["checked","multiple","muted","selected"],properties:{abbr:null,accept:sn,acceptCharset:ve,accessKey:ve,action:null,allow:null,allowFullScreen:oe,allowPaymentRequest:oe,allowUserMedia:oe,alt:null,as:null,async:oe,autoCapitalize:null,autoComplete:ve,autoFocus:oe,autoPlay:oe,blocking:ve,capture:null,charSet:null,checked:oe,cite:null,className:ve,cols:F,colSpan:null,content:null,contentEditable:Me,controls:oe,controlsList:ve,coords:F|sn,crossOrigin:null,data:null,dateTime:null,decoding:null,default:oe,defer:oe,dir:null,dirName:null,disabled:oe,download:lo,draggable:Me,encType:null,enterKeyHint:null,fetchPriority:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:oe,formTarget:null,headers:ve,height:F,hidden:oe,high:F,href:null,hrefLang:null,htmlFor:ve,httpEquiv:ve,id:null,imageSizes:null,imageSrcSet:null,inert:oe,inputMode:null,integrity:null,is:null,isMap:oe,itemId:null,itemProp:ve,itemRef:ve,itemScope:oe,itemType:ve,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:oe,low:F,manifest:null,max:null,maxLength:F,media:null,method:null,min:null,minLength:F,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:F,pattern:null,ping:ve,placeholder:null,playsInline:oe,popover:null,popoverTarget:null,popoverTargetAction:null,poster:null,preload:null,readOnly:oe,referrerPolicy:null,rel:ve,required:oe,reversed:oe,rows:F,rowSpan:F,sandbox:ve,scope:null,scoped:oe,seamless:oe,selected:oe,shadowRootDelegatesFocus:oe,shadowRootMode:null,shape:null,size:F,sizes:null,slot:null,span:F,spellCheck:Me,src:null,srcDoc:null,srcLang:null,srcSet:null,start:F,step:null,style:null,tabIndex:F,target:null,title:null,translate:null,type:null,typeMustMatch:oe,useMap:null,value:Me,width:F,wrap:null,align:null,aLink:null,archive:ve,axis:null,background:null,bgColor:null,border:F,borderColor:null,bottomMargin:F,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:F,leftMargin:F,link:null,longDesc:null,lowSrc:null,marginHeight:F,marginWidth:F,noResize:oe,noHref:oe,noShade:oe,noWrap:oe,object:null,profile:null,prompt:null,rev:null,rightMargin:F,rules:null,scheme:null,scrolling:Me,standby:null,summary:null,text:null,topMargin:F,valueType:null,version:null,vAlign:null,vLink:null,vSpace:F,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:oe,disableRemotePlayback:oe,prefix:null,property:null,results:F,security:null,unselectable:null}}),xd=mn({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:ho,properties:{about:Qe,accentHeight:F,accumulate:null,additive:null,alignmentBaseline:null,alphabetic:F,amplitude:F,arabicForm:null,ascent:F,attributeName:null,attributeType:null,azimuth:F,bandwidth:null,baselineShift:null,baseFrequency:null,baseProfile:null,bbox:null,begin:null,bias:F,by:null,calcMode:null,capHeight:F,className:ve,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:F,diffuseConstant:F,direction:null,display:null,dur:null,divisor:F,dominantBaseline:null,download:oe,dx:null,dy:null,edgeMode:null,editable:null,elevation:F,enableBackground:null,end:null,event:null,exponent:F,externalResourcesRequired:null,fill:null,fillOpacity:F,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:sn,g2:sn,glyphName:sn,glyphOrientationHorizontal:null,glyphOrientationVertical:null,glyphRef:null,gradientTransform:null,gradientUnits:null,handler:null,hanging:F,hatchContentUnits:null,hatchUnits:null,height:null,href:null,hrefLang:null,horizAdvX:F,horizOriginX:F,horizOriginY:F,id:null,ideographic:F,imageRendering:null,initialVisibility:null,in:null,in2:null,intercept:F,k:F,k1:F,k2:F,k3:F,k4:F,kernelMatrix:Qe,kernelUnitLength:null,keyPoints:null,keySplines:null,keyTimes:null,kerning:null,lang:null,lengthAdjust:null,letterSpacing:null,lightingColor:null,limitingConeAngle:F,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:F,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:F,overlineThickness:F,paintOrder:null,panose1:null,path:null,pathLength:F,patternContentUnits:null,patternTransform:null,patternUnits:null,phase:null,ping:ve,pitch:null,playbackOrder:null,pointerEvents:null,points:null,pointsAtX:F,pointsAtY:F,pointsAtZ:F,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:F,specularExponent:F,spreadMethod:null,spacing:null,startOffset:null,stdDeviation:null,stemh:null,stemv:null,stitchTiles:null,stopColor:null,stopOpacity:null,strikethroughPosition:F,strikethroughThickness:F,string:null,stroke:null,strokeDashArray:Qe,strokeDashOffset:null,strokeLineCap:null,strokeLineJoin:null,strokeMiterLimit:F,strokeOpacity:F,strokeWidth:null,style:null,surfaceScale:F,syncBehavior:null,syncBehaviorDefault:null,syncMaster:null,syncTolerance:null,syncToleranceDefault:null,systemLanguage:Qe,tabIndex:F,tableValues:null,target:null,targetX:F,targetY:F,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:F,underlineThickness:F,unicode:null,unicodeBidi:null,unicodeRange:null,unitsPerEm:F,values:null,vAlphabetic:F,vMathematical:F,vectorEffect:null,vHanging:F,vIdeographic:F,version:null,vertAdvY:F,vertOriginX:F,vertOriginY:F,viewBox:null,viewTarget:null,visibility:null,width:null,widths:null,wordSpacing:null,writingMode:null,x:null,x1:null,x2:null,xChannelSelector:null,xHeight:F,y:null,y1:null,y2:null,yChannelSelector:null,z:null,zoomAndPan:null}}),yd=/^data[-\w.:]+$/i,is=/-[a-z]/g,Ad=/[A-Z]/g;function vr(e,t){const n=Pn(t);let r=t,i=at;if(n in e.normal)return e.property[e.normal[n]];if(n.length>4&&n.slice(0,4)==="data"&&yd.test(t)){if(t.charAt(4)==="-"){const a=t.slice(5).replace(is,Sd);r="data"+a.charAt(0).toUpperCase()+a.slice(1)}else{const a=t.slice(4);if(!is.test(a)){let s=a.replace(Ad,_d);s.charAt(0)!=="-"&&(s="-"+s),t="data"+s}}i=oa}return new i(r,t)}function _d(e){return"-"+e.toLowerCase()}function Sd(e){return e.charAt(1).toUpperCase()}const Cd={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"},zn=oo([fo,co,po,go,Td],"html"),Dt=oo([fo,co,po,go,xd],"svg");function as(e){const t=String(e||"").trim();return t?t.split(/[ \t\n\r\f]+/g):[]}function bo(e){return e.join(" ").trim()}var Zt={},Xr,ss;function wd(){if(ss)return Xr;ss=1;var e=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//g,t=/\n/g,n=/^\s*/,r=/^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/,i=/^:\s*/,a=/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/,s=/^[;\s]*/,u=/^\s+|\s+$/g,o=`
|
|
48
|
-
`,c="/",f="*",d="",h="comment",m="declaration";Xr=function(A,C){if(typeof A!="string")throw new TypeError("First argument must be a string");if(!A)return[];C=C||{};var y=1,S=1;function v($){var Y=$.match(t);Y&&(y+=Y.length);var J=$.lastIndexOf(o);S=~J?$.length-J:S+$.length}function D(){var $={line:y,column:S};return function(Y){return Y.position=new N($),ue(),Y}}function N($){this.start=$,this.end={line:y,column:S},this.source=C.source}N.prototype.content=A;function O($){var Y=new Error(C.source+":"+y+":"+S+": "+$);if(Y.reason=$,Y.filename=C.source,Y.line=y,Y.column=S,Y.source=A,!C.silent)throw Y}function q($){var Y=$.exec(A);if(Y){var J=Y[0];return v(J),A=A.slice(J.length),Y}}function ue(){q(n)}function G($){var Y;for($=$||[];Y=w();)Y!==!1&&$.push(Y);return $}function w(){var $=D();if(!(c!=A.charAt(0)||f!=A.charAt(1))){for(var Y=2;d!=A.charAt(Y)&&(f!=A.charAt(Y)||c!=A.charAt(Y+1));)++Y;if(Y+=2,d===A.charAt(Y-1))return O("End of comment missing");var J=A.slice(2,Y-2);return S+=2,v(J),A=A.slice(Y),S+=2,$({type:h,comment:J})}}function j(){var $=D(),Y=q(r);if(Y){if(w(),!q(i))return O("property missing ':'");var J=q(a),he=$({type:m,property:b(Y[0].replace(e,d)),value:J?b(J[0].replace(e,d)):d});return q(s),he}}function H(){var $=[];G($);for(var Y;Y=j();)Y!==!1&&($.push(Y),G($));return $}return ue(),H()};function b(A){return A?A.replace(u,d):d}return Xr}var us;function vd(){if(us)return Zt;us=1;var e=Zt&&Zt.__importDefault||function(r){return r&&r.__esModule?r:{default:r}};Object.defineProperty(Zt,"__esModule",{value:!0});var t=e(wd());function n(r,i){var a=null;if(!r||typeof r!="string")return a;var s=(0,t.default)(r),u=typeof i=="function";return s.forEach(function(o){if(o.type==="declaration"){var c=o.property,f=o.value;u?i(c,f,o):f&&(a=a||{},a[c]=f)}}),a}return Zt.default=n,Zt}var Id=vd();const os=ta(Id),Nd=os.default||os,Ir=Eo("end"),Et=Eo("start");function Eo(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 kd(e){const t=Et(e),n=Ir(e);if(t&&n)return{start:t,end:n}}function vn(e){return!e||typeof e!="object"?"":"position"in e||"type"in e?ls(e.position):"start"in e||"end"in e?ls(e):"line"in e||"column"in e?Pi(e):""}function Pi(e){return cs(e&&e.line)+":"+cs(e&&e.column)}function ls(e){return Pi(e&&e.start)+"-"+Pi(e&&e.end)}function cs(e){return e&&typeof e=="number"?e:1}class je extends Error{constructor(t,n,r){super(),typeof n=="string"&&(r=n,n=void 0);let i="",a={},s=!1;if(n&&("line"in n&&"column"in n?a={place:n}:"start"in n&&"end"in n?a={place:n}:"type"in n?a={ancestors:[n],place:n.position}:a={...n}),typeof t=="string"?i=t:!a.cause&&t&&(s=!0,i=t.message,a.cause=t),!a.ruleId&&!a.source&&typeof r=="string"){const o=r.indexOf(":");o===-1?a.ruleId=r:(a.source=r.slice(0,o),a.ruleId=r.slice(o+1))}if(!a.place&&a.ancestors&&a.ancestors){const o=a.ancestors[a.ancestors.length-1];o&&(a.place=o.position)}const u=a.place&&"start"in a.place?a.place.start:a.place;this.ancestors=a.ancestors||void 0,this.cause=a.cause||void 0,this.column=u?u.column:void 0,this.fatal=void 0,this.file,this.message=i,this.line=u?u.line:void 0,this.name=vn(a.place)||"1:1",this.place=a.place||void 0,this.reason=this.message,this.ruleId=a.ruleId||void 0,this.source=a.source||void 0,this.stack=s&&a.cause&&typeof a.cause.stack=="string"?a.cause.stack:"",this.actual,this.expected,this.note,this.url}}je.prototype.file="";je.prototype.name="";je.prototype.reason="";je.prototype.message="";je.prototype.stack="";je.prototype.column=void 0;je.prototype.line=void 0;je.prototype.ancestors=void 0;je.prototype.cause=void 0;je.prototype.fatal=void 0;je.prototype.place=void 0;je.prototype.ruleId=void 0;je.prototype.source=void 0;const la={}.hasOwnProperty,Od=new Map,Rd=/[A-Z]/g,Ld=/-([a-z])/g,Dd=new Set(["table","tbody","thead","tfoot","tr"]),Pd=new Set(["td","th"]),To="https://github.com/syntax-tree/hast-util-to-jsx-runtime";function Md(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=Yd(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=$d(n,t.jsx,t.jsxs)}const i={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"?Dt:zn,stylePropertyNameCase:t.stylePropertyNameCase||"dom",tableCellAlignToStyle:t.tableCellAlignToStyle!==!1},a=xo(i,e,void 0);return a&&typeof a!="string"?a:i.create(e,i.Fragment,{children:a||void 0},void 0)}function xo(e,t,n){if(t.type==="element")return Bd(e,t,n);if(t.type==="mdxFlowExpression"||t.type==="mdxTextExpression")return Fd(e,t);if(t.type==="mdxJsxFlowElement"||t.type==="mdxJsxTextElement")return Ud(e,t,n);if(t.type==="mdxjsEsm")return Hd(e,t);if(t.type==="root")return jd(e,t,n);if(t.type==="text")return zd(e,t)}function Bd(e,t,n){const r=e.schema;let i=r;t.tagName.toLowerCase()==="svg"&&r.space==="html"&&(i=Dt,e.schema=i),e.ancestors.push(t);const a=Ao(e,t.tagName,!1),s=Gd(e,t);let u=fa(e,t);return Dd.has(t.tagName)&&(u=u.filter(function(o){return typeof o=="string"?!gd(o):!0})),yo(e,s,a,t),ca(s,u),e.ancestors.pop(),e.schema=r,e.create(t,a,s,n)}function Fd(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)}Mn(e,t.position)}function Hd(e,t){if(t.data&&t.data.estree&&e.evaluater)return e.evaluater.evaluateProgram(t.data.estree);Mn(e,t.position)}function Ud(e,t,n){const r=e.schema;let i=r;t.name==="svg"&&r.space==="html"&&(i=Dt,e.schema=i),e.ancestors.push(t);const a=t.name===null?e.Fragment:Ao(e,t.name,!0),s=Vd(e,t),u=fa(e,t);return yo(e,s,a,t),ca(s,u),e.ancestors.pop(),e.schema=r,e.create(t,a,s,n)}function jd(e,t,n){const r={};return ca(r,fa(e,t)),e.create(t,e.Fragment,r,n)}function zd(e,t){return t.value}function yo(e,t,n,r){typeof n!="string"&&n!==e.Fragment&&e.passNode&&(t.node=r)}function ca(e,t){if(t.length>0){const n=t.length>1?t:t[0];n&&(e.children=n)}}function $d(e,t,n){return r;function r(i,a,s,u){const c=Array.isArray(s.children)?n:t;return u?c(a,s,u):c(a,s)}}function Yd(e,t){return n;function n(r,i,a,s){const u=Array.isArray(a.children),o=Et(r);return t(i,a,s,u,{columnNumber:o?o.column-1:void 0,fileName:e,lineNumber:o?o.line:void 0},void 0)}}function Gd(e,t){const n={};let r,i;for(i in t.properties)if(i!=="children"&&la.call(t.properties,i)){const a=qd(e,i,t.properties[i]);if(a){const[s,u]=a;e.tableCellAlignToStyle&&s==="align"&&typeof u=="string"&&Pd.has(t.tagName)?r=u:n[s]=u}}if(r){const a=n.style||(n.style={});a[e.stylePropertyNameCase==="css"?"text-align":"textAlign"]=r}return n}function Vd(e,t){const n={};for(const r of t.attributes)if(r.type==="mdxJsxExpressionAttribute")if(r.data&&r.data.estree&&e.evaluater){const a=r.data.estree.body[0];a.type;const s=a.expression;s.type;const u=s.properties[0];u.type,Object.assign(n,e.evaluater.evaluateExpression(u.argument))}else Mn(e,t.position);else{const i=r.name;let a;if(r.value&&typeof r.value=="object")if(r.value.data&&r.value.data.estree&&e.evaluater){const u=r.value.data.estree.body[0];u.type,a=e.evaluater.evaluateExpression(u.expression)}else Mn(e,t.position);else a=r.value===null?!0:r.value;n[i]=a}return n}function fa(e,t){const n=[];let r=-1;const i=e.passKeys?new Map:Od;for(;++r<t.children.length;){const a=t.children[r];let s;if(e.passKeys){const o=a.type==="element"?a.tagName:a.type==="mdxJsxFlowElement"||a.type==="mdxJsxTextElement"?a.name:void 0;if(o){const c=i.get(o)||0;s=o+"-"+c,i.set(o,c+1)}}const u=xo(e,a,s);u!==void 0&&n.push(u)}return n}function qd(e,t,n){const r=vr(e.schema,t);if(!(n==null||typeof n=="number"&&Number.isNaN(n))){if(Array.isArray(n)&&(n=r.commaSeparated?uo(n):bo(n)),r.property==="style"){let i=typeof n=="object"?n:Wd(e,String(n));return e.stylePropertyNameCase==="css"&&(i=Xd(i)),["style",i]}return[e.elementAttributeNameCase==="react"&&r.space?Cd[r.property]||r.property:r.attribute,n]}}function Wd(e,t){const n={};try{Nd(t,r)}catch(i){if(!e.ignoreInvalidStyle){const a=i,s=new je("Cannot parse `style` attribute",{ancestors:e.ancestors,cause:a,ruleId:"style",source:"hast-util-to-jsx-runtime"});throw s.file=e.filePath||void 0,s.url=To+"#cannot-parse-style-attribute",s}}return n;function r(i,a){let s=i;s.slice(0,2)!=="--"&&(s.slice(0,4)==="-ms-"&&(s="ms-"+s.slice(4)),s=s.replace(Ld,Kd)),n[s]=a}}function Ao(e,t,n){let r;if(!n)r={type:"Literal",value:t};else if(t.includes(".")){const i=t.split(".");let a=-1,s;for(;++a<i.length;){const u=ts(i[a])?{type:"Identifier",name:i[a]}:{type:"Literal",value:i[a]};s=s?{type:"MemberExpression",object:s,property:u,computed:!!(a&&u.type==="Literal"),optional:!1}:u}r=s}else r=ts(t)&&!/^[a-z]/.test(t)?{type:"Identifier",name:t}:{type:"Literal",value:t};if(r.type==="Literal"){const i=r.value;return la.call(e.components,i)?e.components[i]:i}if(e.evaluater)return e.evaluater.evaluateExpression(r);Mn(e)}function Mn(e,t){const n=new je("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=To+"#cannot-handle-mdx-estrees-without-createevaluater",n}function Xd(e){const t={};let n;for(n in e)la.call(e,n)&&(t[Qd(n)]=e[n]);return t}function Qd(e){let t=e.replace(Rd,Zd);return t.slice(0,3)==="ms-"&&(t="-"+t),t}function Kd(e,t){return t.toUpperCase()}function Zd(e){return"-"+e.toLowerCase()}const Qr={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"]},Jd={};function da(e,t){const n=Jd,r=typeof n.includeImageAlt=="boolean"?n.includeImageAlt:!0,i=typeof n.includeHtml=="boolean"?n.includeHtml:!0;return _o(e,r,i)}function _o(e,t,n){if(eh(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 fs(e.children,t,n)}return Array.isArray(e)?fs(e,t,n):""}function fs(e,t,n){const r=[];let i=-1;for(;++i<e.length;)r[i]=_o(e[i],t,n);return r.join("")}function eh(e){return!!(e&&typeof e=="object")}const ds=document.createElement("i");function ha(e){const t="&"+e+";";ds.innerHTML=t;const n=ds.textContent;return n.charCodeAt(n.length-1)===59&&e!=="semi"||n===t?!1:n}function Ke(e,t,n,r){const i=e.length;let a=0,s;if(t<0?t=-t>i?0:i+t:t=t>i?i: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);a<r.length;)s=r.slice(a,a+1e4),s.unshift(t,0),e.splice(...s),a+=1e4,t+=1e4}function Je(e,t){return e.length>0?(Ke(e,e.length,0,t),e):t}const hs={}.hasOwnProperty;function So(e){const t={};let n=-1;for(;++n<e.length;)th(t,e[n]);return t}function th(e,t){let n;for(n in t){const i=(hs.call(e,n)?e[n]:void 0)||(e[n]={}),a=t[n];let s;if(a)for(s in a){hs.call(i,s)||(i[s]=[]);const u=a[s];nh(i[s],Array.isArray(u)?u:u?[u]:[])}}}function nh(e,t){let n=-1;const r=[];for(;++n<t.length;)(t[n].add==="after"?e:r).push(t[n]);Ke(e,0,0,r)}function Co(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 ot(e){return e.replace(/[\t\n\r ]+/g," ").replace(/^ | $/g,"").toLowerCase().toUpperCase()}const Ge=Pt(/[A-Za-z]/),Ue=Pt(/[\dA-Za-z]/),rh=Pt(/[#-'*+\--9=?A-Z^-~]/);function cr(e){return e!==null&&(e<32||e===127)}const Mi=Pt(/\d/),ih=Pt(/[\dA-Fa-f]/),ah=Pt(/[!-/:-@[-`{-~]/);function te(e){return e!==null&&e<-2}function we(e){return e!==null&&(e<0||e===32)}function de(e){return e===-2||e===-1||e===32}const Nr=Pt(new RegExp("\\p{P}|\\p{S}","u")),Gt=Pt(/\s/);function Pt(e){return t;function t(n){return n!==null&&n>-1&&e.test(String.fromCharCode(n))}}function pn(e){const t=[];let n=-1,r=0,i=0;for(;++n<e.length;){const a=e.charCodeAt(n);let s="";if(a===37&&Ue(e.charCodeAt(n+1))&&Ue(e.charCodeAt(n+2)))i=2;else if(a<128)/[!#$&-;=?-Z_a-z~]/.test(String.fromCharCode(a))||(s=String.fromCharCode(a));else if(a>55295&&a<57344){const u=e.charCodeAt(n+1);a<56320&&u>56319&&u<57344?(s=String.fromCharCode(a,u),i=1):s="�"}else s=String.fromCharCode(a);s&&(t.push(e.slice(r,n),encodeURIComponent(s)),r=n+i+1,s=""),i&&(n+=i,i=0)}return t.join("")+e.slice(r)}function Te(e,t,n,r){const i=r?r-1:Number.POSITIVE_INFINITY;let a=0;return s;function s(o){return de(o)?(e.enter(n),u(o)):t(o)}function u(o){return de(o)&&a++<i?(e.consume(o),u):(e.exit(n),t(o))}}const sh={tokenize:uh};function uh(e){const t=e.attempt(this.parser.constructs.contentInitial,r,i);let n;return t;function r(u){if(u===null){e.consume(u);return}return e.enter("lineEnding"),e.consume(u),e.exit("lineEnding"),Te(e,t,"linePrefix")}function i(u){return e.enter("paragraph"),a(u)}function a(u){const o=e.enter("chunkText",{contentType:"text",previous:n});return n&&(n.next=o),n=o,s(u)}function s(u){if(u===null){e.exit("chunkText"),e.exit("paragraph"),e.consume(u);return}return te(u)?(e.consume(u),e.exit("chunkText"),a):(e.consume(u),s)}}const oh={tokenize:lh},ms={tokenize:ch};function lh(e){const t=this,n=[];let r=0,i,a,s;return u;function u(v){if(r<n.length){const D=n[r];return t.containerState=D[1],e.attempt(D[0].continuation,o,c)(v)}return c(v)}function o(v){if(r++,t.containerState._closeFlow){t.containerState._closeFlow=void 0,i&&S();const D=t.events.length;let N=D,O;for(;N--;)if(t.events[N][0]==="exit"&&t.events[N][1].type==="chunkFlow"){O=t.events[N][1].end;break}y(r);let q=D;for(;q<t.events.length;)t.events[q][1].end=Object.assign({},O),q++;return Ke(t.events,N+1,0,t.events.slice(D)),t.events.length=q,c(v)}return u(v)}function c(v){if(r===n.length){if(!i)return h(v);if(i.currentConstruct&&i.currentConstruct.concrete)return b(v);t.interrupt=!!(i.currentConstruct&&!i._gfmTableDynamicInterruptHack)}return t.containerState={},e.check(ms,f,d)(v)}function f(v){return i&&S(),y(r),h(v)}function d(v){return t.parser.lazy[t.now().line]=r!==n.length,s=t.now().offset,b(v)}function h(v){return t.containerState={},e.attempt(ms,m,b)(v)}function m(v){return r++,n.push([t.currentConstruct,t.containerState]),h(v)}function b(v){if(v===null){i&&S(),y(0),e.consume(v);return}return i=i||t.parser.flow(t.now()),e.enter("chunkFlow",{contentType:"flow",previous:a,_tokenizer:i}),A(v)}function A(v){if(v===null){C(e.exit("chunkFlow"),!0),y(0),e.consume(v);return}return te(v)?(e.consume(v),C(e.exit("chunkFlow")),r=0,t.interrupt=void 0,u):(e.consume(v),A)}function C(v,D){const N=t.sliceStream(v);if(D&&N.push(null),v.previous=a,a&&(a.next=v),a=v,i.defineSkip(v.start),i.write(N),t.parser.lazy[v.start.line]){let O=i.events.length;for(;O--;)if(i.events[O][1].start.offset<s&&(!i.events[O][1].end||i.events[O][1].end.offset>s))return;const q=t.events.length;let ue=q,G,w;for(;ue--;)if(t.events[ue][0]==="exit"&&t.events[ue][1].type==="chunkFlow"){if(G){w=t.events[ue][1].end;break}G=!0}for(y(r),O=q;O<t.events.length;)t.events[O][1].end=Object.assign({},w),O++;Ke(t.events,ue+1,0,t.events.slice(q)),t.events.length=O}}function y(v){let D=n.length;for(;D-- >v;){const N=n[D];t.containerState=N[1],N[0].exit.call(t,e)}n.length=v}function S(){i.write([null]),a=void 0,i=void 0,t.containerState._closeFlow=void 0}}function ch(e,t,n){return Te(e,e.attempt(this.parser.constructs.document,t,n),"linePrefix",this.parser.constructs.disable.null.includes("codeIndented")?void 0:4)}function fr(e){if(e===null||we(e)||Gt(e))return 1;if(Nr(e))return 2}function kr(e,t,n){const r=[];let i=-1;for(;++i<e.length;){const a=e[i].resolveAll;a&&!r.includes(a)&&(t=a(t,n),r.push(a))}return t}const Bi={name:"attention",tokenize:dh,resolveAll:fh};function fh(e,t){let n=-1,r,i,a,s,u,o,c,f;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;o=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 d=Object.assign({},e[r][1].end),h=Object.assign({},e[n][1].start);ps(d,-o),ps(h,o),s={type:o>1?"strongSequence":"emphasisSequence",start:d,end:Object.assign({},e[r][1].end)},u={type:o>1?"strongSequence":"emphasisSequence",start:Object.assign({},e[n][1].start),end:h},a={type:o>1?"strongText":"emphasisText",start:Object.assign({},e[r][1].end),end:Object.assign({},e[n][1].start)},i={type:o>1?"strong":"emphasis",start:Object.assign({},s.start),end:Object.assign({},u.end)},e[r][1].end=Object.assign({},s.start),e[n][1].start=Object.assign({},u.end),c=[],e[r][1].end.offset-e[r][1].start.offset&&(c=Je(c,[["enter",e[r][1],t],["exit",e[r][1],t]])),c=Je(c,[["enter",i,t],["enter",s,t],["exit",s,t],["enter",a,t]]),c=Je(c,kr(t.parser.constructs.insideSpan.null,e.slice(r+1,n),t)),c=Je(c,[["exit",a,t],["enter",u,t],["exit",u,t],["exit",i,t]]),e[n][1].end.offset-e[n][1].start.offset?(f=2,c=Je(c,[["enter",e[n][1],t],["exit",e[n][1],t]])):f=0,Ke(e,r-1,n-r+3,c),n=r+c.length-f-2;break}}for(n=-1;++n<e.length;)e[n][1].type==="attentionSequence"&&(e[n][1].type="data");return e}function dh(e,t){const n=this.parser.constructs.attentionMarkers.null,r=this.previous,i=fr(r);let a;return s;function s(o){return a=o,e.enter("attentionSequence"),u(o)}function u(o){if(o===a)return e.consume(o),u;const c=e.exit("attentionSequence"),f=fr(o),d=!f||f===2&&i||n.includes(o),h=!i||i===2&&f||n.includes(r);return c._open=!!(a===42?d:d&&(i||!h)),c._close=!!(a===42?h:h&&(f||!d)),t(o)}}function ps(e,t){e.column+=t,e.offset+=t,e._bufferIndex+=t}const hh={name:"autolink",tokenize:mh};function mh(e,t,n){let r=0;return i;function i(m){return e.enter("autolink"),e.enter("autolinkMarker"),e.consume(m),e.exit("autolinkMarker"),e.enter("autolinkProtocol"),a}function a(m){return Ge(m)?(e.consume(m),s):c(m)}function s(m){return m===43||m===45||m===46||Ue(m)?(r=1,u(m)):c(m)}function u(m){return m===58?(e.consume(m),r=0,o):(m===43||m===45||m===46||Ue(m))&&r++<32?(e.consume(m),u):(r=0,c(m))}function o(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||cr(m)?n(m):(e.consume(m),o)}function c(m){return m===64?(e.consume(m),f):rh(m)?(e.consume(m),c):n(m)}function f(m){return Ue(m)?d(m):n(m)}function d(m){return m===46?(e.consume(m),r=0,f):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||Ue(m))&&r++<63){const b=m===45?h:d;return e.consume(m),b}return n(m)}}const $n={tokenize:ph,partial:!0};function ph(e,t,n){return r;function r(a){return de(a)?Te(e,i,"linePrefix")(a):i(a)}function i(a){return a===null||te(a)?t(a):n(a)}}const wo={name:"blockQuote",tokenize:gh,continuation:{tokenize:bh},exit:Eh};function gh(e,t,n){const r=this;return i;function i(s){if(s===62){const u=r.containerState;return u.open||(e.enter("blockQuote",{_container:!0}),u.open=!0),e.enter("blockQuotePrefix"),e.enter("blockQuoteMarker"),e.consume(s),e.exit("blockQuoteMarker"),a}return n(s)}function a(s){return de(s)?(e.enter("blockQuotePrefixWhitespace"),e.consume(s),e.exit("blockQuotePrefixWhitespace"),e.exit("blockQuotePrefix"),t):(e.exit("blockQuotePrefix"),t(s))}}function bh(e,t,n){const r=this;return i;function i(s){return de(s)?Te(e,a,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(s):a(s)}function a(s){return e.attempt(wo,t,n)(s)}}function Eh(e){e.exit("blockQuote")}const vo={name:"characterEscape",tokenize:Th};function Th(e,t,n){return r;function r(a){return e.enter("characterEscape"),e.enter("escapeMarker"),e.consume(a),e.exit("escapeMarker"),i}function i(a){return ah(a)?(e.enter("characterEscapeValue"),e.consume(a),e.exit("characterEscapeValue"),e.exit("characterEscape"),t):n(a)}}const Io={name:"characterReference",tokenize:xh};function xh(e,t,n){const r=this;let i=0,a,s;return u;function u(d){return e.enter("characterReference"),e.enter("characterReferenceMarker"),e.consume(d),e.exit("characterReferenceMarker"),o}function o(d){return d===35?(e.enter("characterReferenceMarkerNumeric"),e.consume(d),e.exit("characterReferenceMarkerNumeric"),c):(e.enter("characterReferenceValue"),a=31,s=Ue,f(d))}function c(d){return d===88||d===120?(e.enter("characterReferenceMarkerHexadecimal"),e.consume(d),e.exit("characterReferenceMarkerHexadecimal"),e.enter("characterReferenceValue"),a=6,s=ih,f):(e.enter("characterReferenceValue"),a=7,s=Mi,f(d))}function f(d){if(d===59&&i){const h=e.exit("characterReferenceValue");return s===Ue&&!ha(r.sliceSerialize(h))?n(d):(e.enter("characterReferenceMarker"),e.consume(d),e.exit("characterReferenceMarker"),e.exit("characterReference"),t)}return s(d)&&i++<a?(e.consume(d),f):n(d)}}const gs={tokenize:Ah,partial:!0},bs={name:"codeFenced",tokenize:yh,concrete:!0};function yh(e,t,n){const r=this,i={tokenize:N,partial:!0};let a=0,s=0,u;return o;function o(O){return c(O)}function c(O){const q=r.events[r.events.length-1];return a=q&&q[1].type==="linePrefix"?q[2].sliceSerialize(q[1],!0).length:0,u=O,e.enter("codeFenced"),e.enter("codeFencedFence"),e.enter("codeFencedFenceSequence"),f(O)}function f(O){return O===u?(s++,e.consume(O),f):s<3?n(O):(e.exit("codeFencedFenceSequence"),de(O)?Te(e,d,"whitespace")(O):d(O))}function d(O){return O===null||te(O)?(e.exit("codeFencedFence"),r.interrupt?t(O):e.check(gs,A,D)(O)):(e.enter("codeFencedFenceInfo"),e.enter("chunkString",{contentType:"string"}),h(O))}function h(O){return O===null||te(O)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),d(O)):de(O)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),Te(e,m,"whitespace")(O)):O===96&&O===u?n(O):(e.consume(O),h)}function m(O){return O===null||te(O)?d(O):(e.enter("codeFencedFenceMeta"),e.enter("chunkString",{contentType:"string"}),b(O))}function b(O){return O===null||te(O)?(e.exit("chunkString"),e.exit("codeFencedFenceMeta"),d(O)):O===96&&O===u?n(O):(e.consume(O),b)}function A(O){return e.attempt(i,D,C)(O)}function C(O){return e.enter("lineEnding"),e.consume(O),e.exit("lineEnding"),y}function y(O){return a>0&&de(O)?Te(e,S,"linePrefix",a+1)(O):S(O)}function S(O){return O===null||te(O)?e.check(gs,A,D)(O):(e.enter("codeFlowValue"),v(O))}function v(O){return O===null||te(O)?(e.exit("codeFlowValue"),S(O)):(e.consume(O),v)}function D(O){return e.exit("codeFenced"),t(O)}function N(O,q,ue){let G=0;return w;function w(J){return O.enter("lineEnding"),O.consume(J),O.exit("lineEnding"),j}function j(J){return O.enter("codeFencedFence"),de(J)?Te(O,H,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(J):H(J)}function H(J){return J===u?(O.enter("codeFencedFenceSequence"),$(J)):ue(J)}function $(J){return J===u?(G++,O.consume(J),$):G>=s?(O.exit("codeFencedFenceSequence"),de(J)?Te(O,Y,"whitespace")(J):Y(J)):ue(J)}function Y(J){return J===null||te(J)?(O.exit("codeFencedFence"),q(J)):ue(J)}}}function Ah(e,t,n){const r=this;return i;function i(s){return s===null?n(s):(e.enter("lineEnding"),e.consume(s),e.exit("lineEnding"),a)}function a(s){return r.parser.lazy[r.now().line]?n(s):t(s)}}const Kr={name:"codeIndented",tokenize:Sh},_h={tokenize:Ch,partial:!0};function Sh(e,t,n){const r=this;return i;function i(c){return e.enter("codeIndented"),Te(e,a,"linePrefix",5)(c)}function a(c){const f=r.events[r.events.length-1];return f&&f[1].type==="linePrefix"&&f[2].sliceSerialize(f[1],!0).length>=4?s(c):n(c)}function s(c){return c===null?o(c):te(c)?e.attempt(_h,s,o)(c):(e.enter("codeFlowValue"),u(c))}function u(c){return c===null||te(c)?(e.exit("codeFlowValue"),s(c)):(e.consume(c),u)}function o(c){return e.exit("codeIndented"),t(c)}}function Ch(e,t,n){const r=this;return i;function i(s){return r.parser.lazy[r.now().line]?n(s):te(s)?(e.enter("lineEnding"),e.consume(s),e.exit("lineEnding"),i):Te(e,a,"linePrefix",5)(s)}function a(s){const u=r.events[r.events.length-1];return u&&u[1].type==="linePrefix"&&u[2].sliceSerialize(u[1],!0).length>=4?t(s):te(s)?i(s):n(s)}}const wh={name:"codeText",tokenize:Nh,resolve:vh,previous:Ih};function vh(e){let t=e.length-4,n=3,r,i;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;)i===void 0?r!==t&&e[r][1].type!=="lineEnding"&&(i=r):(r===t||e[r][1].type==="lineEnding")&&(e[i][1].type="codeTextData",r!==i+2&&(e[i][1].end=e[r-1][1].end,e.splice(i+2,r-i-2),t-=r-i-2,r=i+2),i=void 0);return e}function Ih(e){return e!==96||this.events[this.events.length-1][1].type==="characterEscape"}function Nh(e,t,n){let r=0,i,a;return s;function s(d){return e.enter("codeText"),e.enter("codeTextSequence"),u(d)}function u(d){return d===96?(e.consume(d),r++,u):(e.exit("codeTextSequence"),o(d))}function o(d){return d===null?n(d):d===32?(e.enter("space"),e.consume(d),e.exit("space"),o):d===96?(a=e.enter("codeTextSequence"),i=0,f(d)):te(d)?(e.enter("lineEnding"),e.consume(d),e.exit("lineEnding"),o):(e.enter("codeTextData"),c(d))}function c(d){return d===null||d===32||d===96||te(d)?(e.exit("codeTextData"),o(d)):(e.consume(d),c)}function f(d){return d===96?(e.consume(d),i++,f):i===r?(e.exit("codeTextSequence"),e.exit("codeText"),t(d)):(a.type="codeTextData",c(d))}}function No(e){const t={};let n=-1,r,i,a,s,u,o,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"&&(o=r[1]._tokenizer.events,a=0,a<o.length&&o[a][1].type==="lineEndingBlank"&&(a+=2),a<o.length&&o[a][1].type==="content"))for(;++a<o.length&&o[a][1].type!=="content";)o[a][1].type==="chunkText"&&(o[a][1]._isInFirstContentOfListItem=!0,a++);if(r[0]==="enter")r[1].contentType&&(Object.assign(t,kh(e,n)),n=t[n],c=!0);else if(r[1]._container){for(a=n,i=void 0;a--&&(s=e[a],s[1].type==="lineEnding"||s[1].type==="lineEndingBlank");)s[0]==="enter"&&(i&&(e[i][1].type="lineEndingBlank"),s[1].type="lineEnding",i=a);i&&(r[1].end=Object.assign({},e[i][1].start),u=e.slice(i,n),u.unshift(r),Ke(e,i,n-i+1,u))}}return!c}function kh(e,t){const n=e[t][1],r=e[t][2];let i=t-1;const a=[],s=n._tokenizer||r.parser[n.contentType](n.start),u=s.events,o=[],c={};let f,d,h=-1,m=n,b=0,A=0;const C=[A];for(;m;){for(;e[++i][1]!==m;);a.push(i),m._tokenizer||(f=r.sliceStream(m),m.next||f.push(null),d&&s.defineSkip(m.start),m._isInFirstContentOfListItem&&(s._gfmTasklistFirstContentOfListItem=!0),s.write(f),m._isInFirstContentOfListItem&&(s._gfmTasklistFirstContentOfListItem=void 0)),d=m,m=m.next}for(m=n;++h<u.length;)u[h][0]==="exit"&&u[h-1][0]==="enter"&&u[h][1].type===u[h-1][1].type&&u[h][1].start.line!==u[h][1].end.line&&(A=h+1,C.push(A),m._tokenizer=void 0,m.previous=void 0,m=m.next);for(s.events=[],m?(m._tokenizer=void 0,m.previous=void 0):C.pop(),h=C.length;h--;){const y=u.slice(C[h],C[h+1]),S=a.pop();o.unshift([S,S+y.length-1]),Ke(e,S,2,y)}for(h=-1;++h<o.length;)c[b+o[h][0]]=b+o[h][1],b+=o[h][1]-o[h][0]-1;return c}const Oh={tokenize:Dh,resolve:Lh},Rh={tokenize:Ph,partial:!0};function Lh(e){return No(e),e}function Dh(e,t){let n;return r;function r(u){return e.enter("content"),n=e.enter("chunkContent",{contentType:"content"}),i(u)}function i(u){return u===null?a(u):te(u)?e.check(Rh,s,a)(u):(e.consume(u),i)}function a(u){return e.exit("chunkContent"),e.exit("content"),t(u)}function s(u){return e.consume(u),e.exit("chunkContent"),n.next=e.enter("chunkContent",{contentType:"content",previous:n}),n=n.next,i}}function Ph(e,t,n){const r=this;return i;function i(s){return e.exit("chunkContent"),e.enter("lineEnding"),e.consume(s),e.exit("lineEnding"),Te(e,a,"linePrefix")}function a(s){if(s===null||te(s))return n(s);const u=r.events[r.events.length-1];return!r.parser.constructs.disable.null.includes("codeIndented")&&u&&u[1].type==="linePrefix"&&u[2].sliceSerialize(u[1],!0).length>=4?t(s):e.interrupt(r.parser.constructs.flow,n,t)(s)}}function ko(e,t,n,r,i,a,s,u,o){const c=o||Number.POSITIVE_INFINITY;let f=0;return d;function d(y){return y===60?(e.enter(r),e.enter(i),e.enter(a),e.consume(y),e.exit(a),h):y===null||y===32||y===41||cr(y)?n(y):(e.enter(r),e.enter(s),e.enter(u),e.enter("chunkString",{contentType:"string"}),A(y))}function h(y){return y===62?(e.enter(a),e.consume(y),e.exit(a),e.exit(i),e.exit(r),t):(e.enter(u),e.enter("chunkString",{contentType:"string"}),m(y))}function m(y){return y===62?(e.exit("chunkString"),e.exit(u),h(y)):y===null||y===60||te(y)?n(y):(e.consume(y),y===92?b:m)}function b(y){return y===60||y===62||y===92?(e.consume(y),m):m(y)}function A(y){return!f&&(y===null||y===41||we(y))?(e.exit("chunkString"),e.exit(u),e.exit(s),e.exit(r),t(y)):f<c&&y===40?(e.consume(y),f++,A):y===41?(e.consume(y),f--,A):y===null||y===32||y===40||cr(y)?n(y):(e.consume(y),y===92?C:A)}function C(y){return y===40||y===41||y===92?(e.consume(y),A):A(y)}}function Oo(e,t,n,r,i,a){const s=this;let u=0,o;return c;function c(m){return e.enter(r),e.enter(i),e.consume(m),e.exit(i),e.enter(a),f}function f(m){return u>999||m===null||m===91||m===93&&!o||m===94&&!u&&"_hiddenFootnoteSupport"in s.parser.constructs?n(m):m===93?(e.exit(a),e.enter(i),e.consume(m),e.exit(i),e.exit(r),t):te(m)?(e.enter("lineEnding"),e.consume(m),e.exit("lineEnding"),f):(e.enter("chunkString",{contentType:"string"}),d(m))}function d(m){return m===null||m===91||m===93||te(m)||u++>999?(e.exit("chunkString"),f(m)):(e.consume(m),o||(o=!de(m)),m===92?h:d)}function h(m){return m===91||m===92||m===93?(e.consume(m),u++,d):d(m)}}function Ro(e,t,n,r,i,a){let s;return u;function u(h){return h===34||h===39||h===40?(e.enter(r),e.enter(i),e.consume(h),e.exit(i),s=h===40?41:h,o):n(h)}function o(h){return h===s?(e.enter(i),e.consume(h),e.exit(i),e.exit(r),t):(e.enter(a),c(h))}function c(h){return h===s?(e.exit(a),o(s)):h===null?n(h):te(h)?(e.enter("lineEnding"),e.consume(h),e.exit("lineEnding"),Te(e,c,"linePrefix")):(e.enter("chunkString",{contentType:"string"}),f(h))}function f(h){return h===s||h===null||te(h)?(e.exit("chunkString"),c(h)):(e.consume(h),h===92?d:f)}function d(h){return h===s||h===92?(e.consume(h),f):f(h)}}function In(e,t){let n;return r;function r(i){return te(i)?(e.enter("lineEnding"),e.consume(i),e.exit("lineEnding"),n=!0,r):de(i)?Te(e,r,n?"linePrefix":"lineSuffix")(i):t(i)}}const Mh={name:"definition",tokenize:Fh},Bh={tokenize:Hh,partial:!0};function Fh(e,t,n){const r=this;let i;return a;function a(m){return e.enter("definition"),s(m)}function s(m){return Oo.call(r,e,u,n,"definitionLabel","definitionLabelMarker","definitionLabelString")(m)}function u(m){return i=ot(r.sliceSerialize(r.events[r.events.length-1][1]).slice(1,-1)),m===58?(e.enter("definitionMarker"),e.consume(m),e.exit("definitionMarker"),o):n(m)}function o(m){return we(m)?In(e,c)(m):c(m)}function c(m){return ko(e,f,n,"definitionDestination","definitionDestinationLiteral","definitionDestinationLiteralMarker","definitionDestinationRaw","definitionDestinationString")(m)}function f(m){return e.attempt(Bh,d,d)(m)}function d(m){return de(m)?Te(e,h,"whitespace")(m):h(m)}function h(m){return m===null||te(m)?(e.exit("definition"),r.parser.defined.push(i),t(m)):n(m)}}function Hh(e,t,n){return r;function r(u){return we(u)?In(e,i)(u):n(u)}function i(u){return Ro(e,a,n,"definitionTitle","definitionTitleMarker","definitionTitleString")(u)}function a(u){return de(u)?Te(e,s,"whitespace")(u):s(u)}function s(u){return u===null||te(u)?t(u):n(u)}}const Uh={name:"hardBreakEscape",tokenize:jh};function jh(e,t,n){return r;function r(a){return e.enter("hardBreakEscape"),e.consume(a),i}function i(a){return te(a)?(e.exit("hardBreakEscape"),t(a)):n(a)}}const zh={name:"headingAtx",tokenize:Yh,resolve:$h};function $h(e,t){let n=e.length-2,r=3,i,a;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&&(i={type:"atxHeadingText",start:e[r][1].start,end:e[n][1].end},a={type:"chunkText",start:e[r][1].start,end:e[n][1].end,contentType:"text"},Ke(e,r,n-r+1,[["enter",i,t],["enter",a,t],["exit",a,t],["exit",i,t]])),e}function Yh(e,t,n){let r=0;return i;function i(f){return e.enter("atxHeading"),a(f)}function a(f){return e.enter("atxHeadingSequence"),s(f)}function s(f){return f===35&&r++<6?(e.consume(f),s):f===null||we(f)?(e.exit("atxHeadingSequence"),u(f)):n(f)}function u(f){return f===35?(e.enter("atxHeadingSequence"),o(f)):f===null||te(f)?(e.exit("atxHeading"),t(f)):de(f)?Te(e,u,"whitespace")(f):(e.enter("atxHeadingText"),c(f))}function o(f){return f===35?(e.consume(f),o):(e.exit("atxHeadingSequence"),u(f))}function c(f){return f===null||f===35||we(f)?(e.exit("atxHeadingText"),u(f)):(e.consume(f),c)}}const Gh=["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"],Es=["pre","script","style","textarea"],Vh={name:"htmlFlow",tokenize:Qh,resolveTo:Xh,concrete:!0},qh={tokenize:Zh,partial:!0},Wh={tokenize:Kh,partial:!0};function Xh(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 Qh(e,t,n){const r=this;let i,a,s,u,o;return c;function c(T){return f(T)}function f(T){return e.enter("htmlFlow"),e.enter("htmlFlowData"),e.consume(T),d}function d(T){return T===33?(e.consume(T),h):T===47?(e.consume(T),a=!0,A):T===63?(e.consume(T),i=3,r.interrupt?t:p):Ge(T)?(e.consume(T),s=String.fromCharCode(T),C):n(T)}function h(T){return T===45?(e.consume(T),i=2,m):T===91?(e.consume(T),i=5,u=0,b):Ge(T)?(e.consume(T),i=4,r.interrupt?t:p):n(T)}function m(T){return T===45?(e.consume(T),r.interrupt?t:p):n(T)}function b(T){const Q="CDATA[";return T===Q.charCodeAt(u++)?(e.consume(T),u===Q.length?r.interrupt?t:H:b):n(T)}function A(T){return Ge(T)?(e.consume(T),s=String.fromCharCode(T),C):n(T)}function C(T){if(T===null||T===47||T===62||we(T)){const Q=T===47,ne=s.toLowerCase();return!Q&&!a&&Es.includes(ne)?(i=1,r.interrupt?t(T):H(T)):Gh.includes(s.toLowerCase())?(i=6,Q?(e.consume(T),y):r.interrupt?t(T):H(T)):(i=7,r.interrupt&&!r.parser.lazy[r.now().line]?n(T):a?S(T):v(T))}return T===45||Ue(T)?(e.consume(T),s+=String.fromCharCode(T),C):n(T)}function y(T){return T===62?(e.consume(T),r.interrupt?t:H):n(T)}function S(T){return de(T)?(e.consume(T),S):w(T)}function v(T){return T===47?(e.consume(T),w):T===58||T===95||Ge(T)?(e.consume(T),D):de(T)?(e.consume(T),v):w(T)}function D(T){return T===45||T===46||T===58||T===95||Ue(T)?(e.consume(T),D):N(T)}function N(T){return T===61?(e.consume(T),O):de(T)?(e.consume(T),N):v(T)}function O(T){return T===null||T===60||T===61||T===62||T===96?n(T):T===34||T===39?(e.consume(T),o=T,q):de(T)?(e.consume(T),O):ue(T)}function q(T){return T===o?(e.consume(T),o=null,G):T===null||te(T)?n(T):(e.consume(T),q)}function ue(T){return T===null||T===34||T===39||T===47||T===60||T===61||T===62||T===96||we(T)?N(T):(e.consume(T),ue)}function G(T){return T===47||T===62||de(T)?v(T):n(T)}function w(T){return T===62?(e.consume(T),j):n(T)}function j(T){return T===null||te(T)?H(T):de(T)?(e.consume(T),j):n(T)}function H(T){return T===45&&i===2?(e.consume(T),he):T===60&&i===1?(e.consume(T),Se):T===62&&i===4?(e.consume(T),U):T===63&&i===3?(e.consume(T),p):T===93&&i===5?(e.consume(T),Re):te(T)&&(i===6||i===7)?(e.exit("htmlFlowData"),e.check(qh,Z,$)(T)):T===null||te(T)?(e.exit("htmlFlowData"),$(T)):(e.consume(T),H)}function $(T){return e.check(Wh,Y,Z)(T)}function Y(T){return e.enter("lineEnding"),e.consume(T),e.exit("lineEnding"),J}function J(T){return T===null||te(T)?$(T):(e.enter("htmlFlowData"),H(T))}function he(T){return T===45?(e.consume(T),p):H(T)}function Se(T){return T===47?(e.consume(T),s="",Oe):H(T)}function Oe(T){if(T===62){const Q=s.toLowerCase();return Es.includes(Q)?(e.consume(T),U):H(T)}return Ge(T)&&s.length<8?(e.consume(T),s+=String.fromCharCode(T),Oe):H(T)}function Re(T){return T===93?(e.consume(T),p):H(T)}function p(T){return T===62?(e.consume(T),U):T===45&&i===2?(e.consume(T),p):H(T)}function U(T){return T===null||te(T)?(e.exit("htmlFlowData"),Z(T)):(e.consume(T),U)}function Z(T){return e.exit("htmlFlow"),t(T)}}function Kh(e,t,n){const r=this;return i;function i(s){return te(s)?(e.enter("lineEnding"),e.consume(s),e.exit("lineEnding"),a):n(s)}function a(s){return r.parser.lazy[r.now().line]?n(s):t(s)}}function Zh(e,t,n){return r;function r(i){return e.enter("lineEnding"),e.consume(i),e.exit("lineEnding"),e.attempt($n,t,n)}}const Jh={name:"htmlText",tokenize:e0};function e0(e,t,n){const r=this;let i,a,s;return u;function u(p){return e.enter("htmlText"),e.enter("htmlTextData"),e.consume(p),o}function o(p){return p===33?(e.consume(p),c):p===47?(e.consume(p),N):p===63?(e.consume(p),v):Ge(p)?(e.consume(p),ue):n(p)}function c(p){return p===45?(e.consume(p),f):p===91?(e.consume(p),a=0,b):Ge(p)?(e.consume(p),S):n(p)}function f(p){return p===45?(e.consume(p),m):n(p)}function d(p){return p===null?n(p):p===45?(e.consume(p),h):te(p)?(s=d,Se(p)):(e.consume(p),d)}function h(p){return p===45?(e.consume(p),m):d(p)}function m(p){return p===62?he(p):p===45?h(p):d(p)}function b(p){const U="CDATA[";return p===U.charCodeAt(a++)?(e.consume(p),a===U.length?A:b):n(p)}function A(p){return p===null?n(p):p===93?(e.consume(p),C):te(p)?(s=A,Se(p)):(e.consume(p),A)}function C(p){return p===93?(e.consume(p),y):A(p)}function y(p){return p===62?he(p):p===93?(e.consume(p),y):A(p)}function S(p){return p===null||p===62?he(p):te(p)?(s=S,Se(p)):(e.consume(p),S)}function v(p){return p===null?n(p):p===63?(e.consume(p),D):te(p)?(s=v,Se(p)):(e.consume(p),v)}function D(p){return p===62?he(p):v(p)}function N(p){return Ge(p)?(e.consume(p),O):n(p)}function O(p){return p===45||Ue(p)?(e.consume(p),O):q(p)}function q(p){return te(p)?(s=q,Se(p)):de(p)?(e.consume(p),q):he(p)}function ue(p){return p===45||Ue(p)?(e.consume(p),ue):p===47||p===62||we(p)?G(p):n(p)}function G(p){return p===47?(e.consume(p),he):p===58||p===95||Ge(p)?(e.consume(p),w):te(p)?(s=G,Se(p)):de(p)?(e.consume(p),G):he(p)}function w(p){return p===45||p===46||p===58||p===95||Ue(p)?(e.consume(p),w):j(p)}function j(p){return p===61?(e.consume(p),H):te(p)?(s=j,Se(p)):de(p)?(e.consume(p),j):G(p)}function H(p){return p===null||p===60||p===61||p===62||p===96?n(p):p===34||p===39?(e.consume(p),i=p,$):te(p)?(s=H,Se(p)):de(p)?(e.consume(p),H):(e.consume(p),Y)}function $(p){return p===i?(e.consume(p),i=void 0,J):p===null?n(p):te(p)?(s=$,Se(p)):(e.consume(p),$)}function Y(p){return p===null||p===34||p===39||p===60||p===61||p===96?n(p):p===47||p===62||we(p)?G(p):(e.consume(p),Y)}function J(p){return p===47||p===62||we(p)?G(p):n(p)}function he(p){return p===62?(e.consume(p),e.exit("htmlTextData"),e.exit("htmlText"),t):n(p)}function Se(p){return e.exit("htmlTextData"),e.enter("lineEnding"),e.consume(p),e.exit("lineEnding"),Oe}function Oe(p){return de(p)?Te(e,Re,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(p):Re(p)}function Re(p){return e.enter("htmlTextData"),s(p)}}const ma={name:"labelEnd",tokenize:s0,resolveTo:a0,resolveAll:i0},t0={tokenize:u0},n0={tokenize:o0},r0={tokenize:l0};function i0(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 a0(e,t){let n=e.length,r=0,i,a,s,u;for(;n--;)if(i=e[n][1],a){if(i.type==="link"||i.type==="labelLink"&&i._inactive)break;e[n][0]==="enter"&&i.type==="labelLink"&&(i._inactive=!0)}else if(s){if(e[n][0]==="enter"&&(i.type==="labelImage"||i.type==="labelLink")&&!i._balanced&&(a=n,i.type!=="labelLink")){r=2;break}}else i.type==="labelEnd"&&(s=n);const o={type:e[a][1].type==="labelLink"?"link":"image",start:Object.assign({},e[a][1].start),end:Object.assign({},e[e.length-1][1].end)},c={type:"label",start:Object.assign({},e[a][1].start),end:Object.assign({},e[s][1].end)},f={type:"labelText",start:Object.assign({},e[a+r+2][1].end),end:Object.assign({},e[s-2][1].start)};return u=[["enter",o,t],["enter",c,t]],u=Je(u,e.slice(a+1,a+r+3)),u=Je(u,[["enter",f,t]]),u=Je(u,kr(t.parser.constructs.insideSpan.null,e.slice(a+r+4,s-3),t)),u=Je(u,[["exit",f,t],e[s-2],e[s-1],["exit",c,t]]),u=Je(u,e.slice(s+1)),u=Je(u,[["exit",o,t]]),Ke(e,a,e.length,u),e}function s0(e,t,n){const r=this;let i=r.events.length,a,s;for(;i--;)if((r.events[i][1].type==="labelImage"||r.events[i][1].type==="labelLink")&&!r.events[i][1]._balanced){a=r.events[i][1];break}return u;function u(h){return a?a._inactive?d(h):(s=r.parser.defined.includes(ot(r.sliceSerialize({start:a.end,end:r.now()}))),e.enter("labelEnd"),e.enter("labelMarker"),e.consume(h),e.exit("labelMarker"),e.exit("labelEnd"),o):n(h)}function o(h){return h===40?e.attempt(t0,f,s?f:d)(h):h===91?e.attempt(n0,f,s?c:d)(h):s?f(h):d(h)}function c(h){return e.attempt(r0,f,d)(h)}function f(h){return t(h)}function d(h){return a._balanced=!0,n(h)}}function u0(e,t,n){return r;function r(d){return e.enter("resource"),e.enter("resourceMarker"),e.consume(d),e.exit("resourceMarker"),i}function i(d){return we(d)?In(e,a)(d):a(d)}function a(d){return d===41?f(d):ko(e,s,u,"resourceDestination","resourceDestinationLiteral","resourceDestinationLiteralMarker","resourceDestinationRaw","resourceDestinationString",32)(d)}function s(d){return we(d)?In(e,o)(d):f(d)}function u(d){return n(d)}function o(d){return d===34||d===39||d===40?Ro(e,c,n,"resourceTitle","resourceTitleMarker","resourceTitleString")(d):f(d)}function c(d){return we(d)?In(e,f)(d):f(d)}function f(d){return d===41?(e.enter("resourceMarker"),e.consume(d),e.exit("resourceMarker"),e.exit("resource"),t):n(d)}}function o0(e,t,n){const r=this;return i;function i(u){return Oo.call(r,e,a,s,"reference","referenceMarker","referenceString")(u)}function a(u){return r.parser.defined.includes(ot(r.sliceSerialize(r.events[r.events.length-1][1]).slice(1,-1)))?t(u):n(u)}function s(u){return n(u)}}function l0(e,t,n){return r;function r(a){return e.enter("reference"),e.enter("referenceMarker"),e.consume(a),e.exit("referenceMarker"),i}function i(a){return a===93?(e.enter("referenceMarker"),e.consume(a),e.exit("referenceMarker"),e.exit("reference"),t):n(a)}}const c0={name:"labelStartImage",tokenize:f0,resolveAll:ma.resolveAll};function f0(e,t,n){const r=this;return i;function i(u){return e.enter("labelImage"),e.enter("labelImageMarker"),e.consume(u),e.exit("labelImageMarker"),a}function a(u){return u===91?(e.enter("labelMarker"),e.consume(u),e.exit("labelMarker"),e.exit("labelImage"),s):n(u)}function s(u){return u===94&&"_hiddenFootnoteSupport"in r.parser.constructs?n(u):t(u)}}const d0={name:"labelStartLink",tokenize:h0,resolveAll:ma.resolveAll};function h0(e,t,n){const r=this;return i;function i(s){return e.enter("labelLink"),e.enter("labelMarker"),e.consume(s),e.exit("labelMarker"),e.exit("labelLink"),a}function a(s){return s===94&&"_hiddenFootnoteSupport"in r.parser.constructs?n(s):t(s)}}const Zr={name:"lineEnding",tokenize:m0};function m0(e,t){return n;function n(r){return e.enter("lineEnding"),e.consume(r),e.exit("lineEnding"),Te(e,t,"linePrefix")}}const ur={name:"thematicBreak",tokenize:p0};function p0(e,t,n){let r=0,i;return a;function a(c){return e.enter("thematicBreak"),s(c)}function s(c){return i=c,u(c)}function u(c){return c===i?(e.enter("thematicBreakSequence"),o(c)):r>=3&&(c===null||te(c))?(e.exit("thematicBreak"),t(c)):n(c)}function o(c){return c===i?(e.consume(c),r++,o):(e.exit("thematicBreakSequence"),de(c)?Te(e,u,"whitespace")(c):u(c))}}const We={name:"list",tokenize:E0,continuation:{tokenize:T0},exit:y0},g0={tokenize:A0,partial:!0},b0={tokenize:x0,partial:!0};function E0(e,t,n){const r=this,i=r.events[r.events.length-1];let a=i&&i[1].type==="linePrefix"?i[2].sliceSerialize(i[1],!0).length:0,s=0;return u;function u(m){const b=r.containerState.type||(m===42||m===43||m===45?"listUnordered":"listOrdered");if(b==="listUnordered"?!r.containerState.marker||m===r.containerState.marker:Mi(m)){if(r.containerState.type||(r.containerState.type=b,e.enter(b,{_container:!0})),b==="listUnordered")return e.enter("listItemPrefix"),m===42||m===45?e.check(ur,n,c)(m):c(m);if(!r.interrupt||m===49)return e.enter("listItemPrefix"),e.enter("listItemValue"),o(m)}return n(m)}function o(m){return Mi(m)&&++s<10?(e.consume(m),o):(!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($n,r.interrupt?n:f,e.attempt(g0,h,d))}function f(m){return r.containerState.initialBlankLine=!0,a++,h(m)}function d(m){return de(m)?(e.enter("listItemPrefixWhitespace"),e.consume(m),e.exit("listItemPrefixWhitespace"),h):n(m)}function h(m){return r.containerState.size=a+r.sliceSerialize(e.exit("listItemPrefix"),!0).length,t(m)}}function T0(e,t,n){const r=this;return r.containerState._closeFlow=void 0,e.check($n,i,a);function i(u){return r.containerState.furtherBlankLines=r.containerState.furtherBlankLines||r.containerState.initialBlankLine,Te(e,t,"listItemIndent",r.containerState.size+1)(u)}function a(u){return r.containerState.furtherBlankLines||!de(u)?(r.containerState.furtherBlankLines=void 0,r.containerState.initialBlankLine=void 0,s(u)):(r.containerState.furtherBlankLines=void 0,r.containerState.initialBlankLine=void 0,e.attempt(b0,t,s)(u))}function s(u){return r.containerState._closeFlow=!0,r.interrupt=void 0,Te(e,e.attempt(We,t,n),"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(u)}}function x0(e,t,n){const r=this;return Te(e,i,"listItemIndent",r.containerState.size+1);function i(a){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(a):n(a)}}function y0(e){e.exit(this.containerState.type)}function A0(e,t,n){const r=this;return Te(e,i,"listItemPrefixWhitespace",r.parser.constructs.disable.null.includes("codeIndented")?void 0:5);function i(a){const s=r.events[r.events.length-1];return!de(a)&&s&&s[1].type==="listItemPrefixWhitespace"?t(a):n(a)}}const Ts={name:"setextUnderline",tokenize:S0,resolveTo:_0};function _0(e,t){let n=e.length,r,i,a;for(;n--;)if(e[n][0]==="enter"){if(e[n][1].type==="content"){r=n;break}e[n][1].type==="paragraph"&&(i=n)}else e[n][1].type==="content"&&e.splice(n,1),!a&&e[n][1].type==="definition"&&(a=n);const s={type:"setextHeading",start:Object.assign({},e[i][1].start),end:Object.assign({},e[e.length-1][1].end)};return e[i][1].type="setextHeadingText",a?(e.splice(i,0,["enter",s,t]),e.splice(a+1,0,["exit",e[r][1],t]),e[r][1].end=Object.assign({},e[a][1].end)):e[r][1]=s,e.push(["exit",s,t]),e}function S0(e,t,n){const r=this;let i;return a;function a(c){let f=r.events.length,d;for(;f--;)if(r.events[f][1].type!=="lineEnding"&&r.events[f][1].type!=="linePrefix"&&r.events[f][1].type!=="content"){d=r.events[f][1].type==="paragraph";break}return!r.parser.lazy[r.now().line]&&(r.interrupt||d)?(e.enter("setextHeadingLine"),i=c,s(c)):n(c)}function s(c){return e.enter("setextHeadingLineSequence"),u(c)}function u(c){return c===i?(e.consume(c),u):(e.exit("setextHeadingLineSequence"),de(c)?Te(e,o,"lineSuffix")(c):o(c))}function o(c){return c===null||te(c)?(e.exit("setextHeadingLine"),t(c)):n(c)}}const C0={tokenize:w0};function w0(e){const t=this,n=e.attempt($n,r,e.attempt(this.parser.constructs.flowInitial,i,Te(e,e.attempt(this.parser.constructs.flow,i,e.attempt(Oh,i)),"linePrefix")));return n;function r(a){if(a===null){e.consume(a);return}return e.enter("lineEndingBlank"),e.consume(a),e.exit("lineEndingBlank"),t.currentConstruct=void 0,n}function i(a){if(a===null){e.consume(a);return}return e.enter("lineEnding"),e.consume(a),e.exit("lineEnding"),t.currentConstruct=void 0,n}}const v0={resolveAll:Do()},I0=Lo("string"),N0=Lo("text");function Lo(e){return{tokenize:t,resolveAll:Do(e==="text"?k0:void 0)};function t(n){const r=this,i=this.parser.constructs[e],a=n.attempt(i,s,u);return s;function s(f){return c(f)?a(f):u(f)}function u(f){if(f===null){n.consume(f);return}return n.enter("data"),n.consume(f),o}function o(f){return c(f)?(n.exit("data"),a(f)):(n.consume(f),o)}function c(f){if(f===null)return!0;const d=i[f];let h=-1;if(d)for(;++h<d.length;){const m=d[h];if(!m.previous||m.previous.call(r,r.previous))return!0}return!1}}}function Do(e){return t;function t(n,r){let i=-1,a;for(;++i<=n.length;)a===void 0?n[i]&&n[i][1].type==="data"&&(a=i,i++):(!n[i]||n[i][1].type!=="data")&&(i!==a+2&&(n[a][1].end=n[i-1][1].end,n.splice(a+2,i-a-2),i=a+2),a=void 0);return e?e(n,r):n}}function k0(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],i=t.sliceStream(r);let a=i.length,s=-1,u=0,o;for(;a--;){const c=i[a];if(typeof c=="string"){for(s=c.length;c.charCodeAt(s-1)===32;)u++,s--;if(s)break;s=-1}else if(c===-2)o=!0,u++;else if(c!==-1){a++;break}}if(u){const c={type:n===e.length||o||u<2?"lineSuffix":"hardBreakTrailing",start:{line:r.end.line,column:r.end.column-u,offset:r.end.offset-u,_index:r.start._index+a,_bufferIndex:a?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 O0(e,t,n){let r=Object.assign(n?Object.assign({},n):{line:1,column:1,offset:0},{_index:0,_bufferIndex:-1});const i={},a=[];let s=[],u=[];const o={consume:S,enter:v,exit:D,attempt:q(N),check:q(O),interrupt:q(O,{interrupt:!0})},c={previous:null,code:null,containerState:{},events:[],parser:e,sliceStream:m,sliceSerialize:h,now:b,defineSkip:A,write:d};let f=t.tokenize.call(c,o);return t.resolveAll&&a.push(t),c;function d(j){return s=Je(s,j),C(),s[s.length-1]!==null?[]:(ue(t,0),c.events=kr(a,c.events,c),c.events)}function h(j,H){return L0(m(j),H)}function m(j){return R0(s,j)}function b(){const{line:j,column:H,offset:$,_index:Y,_bufferIndex:J}=r;return{line:j,column:H,offset:$,_index:Y,_bufferIndex:J}}function A(j){i[j.line]=j.column,w()}function C(){let j;for(;r._index<s.length;){const H=s[r._index];if(typeof H=="string")for(j=r._index,r._bufferIndex<0&&(r._bufferIndex=0);r._index===j&&r._bufferIndex<H.length;)y(H.charCodeAt(r._bufferIndex));else y(H)}}function y(j){f=f(j)}function S(j){te(j)?(r.line++,r.column=1,r.offset+=j===-3?2:1,w()):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 v(j,H){const $=H||{};return $.type=j,$.start=b(),c.events.push(["enter",$,c]),u.push($),$}function D(j){const H=u.pop();return H.end=b(),c.events.push(["exit",H,c]),H}function N(j,H){ue(j,H.from)}function O(j,H){H.restore()}function q(j,H){return $;function $(Y,J,he){let Se,Oe,Re,p;return Array.isArray(Y)?Z(Y):"tokenize"in Y?Z([Y]):U(Y);function U(W){return ee;function ee(re){const ie=re!==null&&W[re],ae=re!==null&&W.null,Ne=[...Array.isArray(ie)?ie:ie?[ie]:[],...Array.isArray(ae)?ae:ae?[ae]:[]];return Z(Ne)(re)}}function Z(W){return Se=W,Oe=0,W.length===0?he:T(W[Oe])}function T(W){return ee;function ee(re){return p=G(),Re=W,W.partial||(c.currentConstruct=W),W.name&&c.parser.constructs.disable.null.includes(W.name)?ne():W.tokenize.call(H?Object.assign(Object.create(c),H):c,o,Q,ne)(re)}}function Q(W){return j(Re,p),J}function ne(W){return p.restore(),++Oe<Se.length?T(Se[Oe]):he}}}function ue(j,H){j.resolveAll&&!a.includes(j)&&a.push(j),j.resolve&&Ke(c.events,H,c.events.length-H,j.resolve(c.events.slice(H),c)),j.resolveTo&&(c.events=j.resolveTo(c.events,c))}function G(){const j=b(),H=c.previous,$=c.currentConstruct,Y=c.events.length,J=Array.from(u);return{restore:he,from:Y};function he(){r=j,c.previous=H,c.currentConstruct=$,c.events.length=Y,u=J,w()}}function w(){r.line in i&&r.column<2&&(r.column=i[r.line],r.offset+=i[r.line]-1)}}function R0(e,t){const n=t.start._index,r=t.start._bufferIndex,i=t.end._index,a=t.end._bufferIndex;let s;if(n===i)s=[e[n].slice(r,a)];else{if(s=e.slice(n,i),r>-1){const u=s[0];typeof u=="string"?s[0]=u.slice(r):s.shift()}a>0&&s.push(e[i].slice(0,a))}return s}function L0(e,t){let n=-1;const r=[];let i;for(;++n<e.length;){const a=e[n];let s;if(typeof a=="string")s=a;else switch(a){case-5:{s="\r";break}case-4:{s=`
|
|
47
|
+
For more details see https://formatjs.io/docs/getting-started/message-distribution`)}function bf(e,t){var n=Xd(t),r=W(W({},ou),e),i=r.locale,a=r.defaultLocale,s=r.onError;return i?!Intl.NumberFormat.supportedLocalesOf(i).length&&s?s(new Ja('Missing locale data for locale: "'.concat(i,'" in Intl.NumberFormat. Using default locale: "').concat(a,'" as fallback. See https://formatjs.io/docs/react-intl#runtime-requirements for more details'))):!Intl.DateTimeFormat.supportedLocalesOf(i).length&&s&&s(new Ja('Missing locale data for locale: "'.concat(i,'" in Intl.DateTimeFormat. Using default locale: "').concat(a,'" as fallback. See https://formatjs.io/docs/react-intl#runtime-requirements for more details'))):(s&&s(new Gd('"locale" was not configured, using "'.concat(a,'" as fallback. See https://formatjs.io/docs/react-intl/api#intlshape for more details'))),r.locale=r.defaultLocale||"en"),gf(r),W(W({},r),{formatters:n,formatNumber:hf.bind(null,r,n.getNumberFormat),formatNumberToParts:mf.bind(null,r,n.getNumberFormat),formatRelativeTime:df.bind(null,r,n.getRelativeTimeFormat),formatDate:Qd.bind(null,r,n.getDateTimeFormat),formatDateToParts:Zd.bind(null,r,n.getDateTimeFormat),formatTime:Kd.bind(null,r,n.getDateTimeFormat),formatDateTimeRange:Jd.bind(null,r,n.getDateTimeFormat),formatTimeToParts:ef.bind(null,r,n.getDateTimeFormat),formatPlural:uf.bind(null,r,n.getPluralRules),formatMessage:Di.bind(null,r,n),$t:Di.bind(null,r,n),formatList:sf.bind(null,r,n.getListFormat),formatListToParts:cu.bind(null,r,n.getListFormat),formatDisplayName:nf.bind(null,r,n.getDisplayNames)})}function fu(e){zo(e,"[React Intl] Could not find required `intl` object. <IntlProvider> needs to exist in the component ancestry.")}var hu=W(W({},ou),{textComponent:Be.Fragment});function Ef(e){return function(t){return e(Be.Children.toArray(t))}}function Tf(e,t){if(e===t)return!0;if(!e||!t)return!1;var n=Object.keys(e),r=Object.keys(t),i=n.length;if(r.length!==i)return!1;for(var a=0;a<i;a++){var s=n[a];if(e[s]!==t[s]||!Object.prototype.hasOwnProperty.call(t,s))return!1}return!0}var ca=typeof window<"u"&&!window.__REACT_INTL_BYPASS_GLOBAL_CONTEXT__?window.__REACT_INTL_CONTEXT__||(window.__REACT_INTL_CONTEXT__=Be.createContext(null)):Be.createContext(null);ca.Consumer;var xf=ca.Provider,yf=xf,Af=ca;function Qt(){var e=Be.useContext(Af);return fu(e),e}var Pi;(function(e){e.formatDate="FormattedDate",e.formatTime="FormattedTime",e.formatNumber="FormattedNumber",e.formatList="FormattedList",e.formatDisplayName="FormattedDisplayName"})(Pi||(Pi={}));var Mi;(function(e){e.formatDate="FormattedDateParts",e.formatTime="FormattedTimeParts",e.formatNumber="FormattedNumberParts",e.formatList="FormattedListParts"})(Mi||(Mi={}));function mu(e){var t=function(n){var r=Qt(),i=n.value,a=n.children,s=Ir(n,["value","children"]),o=typeof i=="string"?new Date(i||0):i,u=e==="formatDate"?r.formatDateToParts(o,s):r.formatTimeToParts(o,s);return a(u)};return t.displayName=Mi[e],t}function zn(e){var t=function(n){var r=Qt(),i=n.value,a=n.children,s=Ir(n,["value","children"]),o=r[e](i,s);if(typeof a=="function")return a(o);var u=r.textComponent||Be.Fragment;return Be.createElement(u,null,o)};return t.displayName=Pi[e],t}function pu(e){return e&&Object.keys(e).reduce(function(t,n){var r=e[n];return t[n]=au(r)?Ef(r):r,t},{})}var ns=function(e,t,n,r){for(var i=[],a=4;a<arguments.length;a++)i[a-4]=arguments[a];var s=pu(r),o=Di.apply(void 0,mt([e,t,n,s],i,!1));return Array.isArray(o)?Be.Children.toArray(o):o},rs=function(e,t){var n=e.defaultRichTextElements,r=Ir(e,["defaultRichTextElements"]),i=pu(n),a=bf(W(W(W({},hu),r),{defaultRichTextElements:i}),t),s={locale:a.locale,timeZone:a.timeZone,fallbackOnEmptyString:a.fallbackOnEmptyString,formats:a.formats,defaultLocale:a.defaultLocale,defaultFormats:a.defaultFormats,messages:a.messages,onError:a.onError,defaultRichTextElements:i};return W(W({},a),{formatMessage:ns.bind(null,s,a.formatters),$t:ns.bind(null,s,a.formatters)})};function Qr(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 _f=(function(e){it(t,e);function t(){var n=e!==null&&e.apply(this,arguments)||this;return n.cache=uu(),n.state={cache:n.cache,intl:rs(Qr(n.props),n.cache),prevConfig:Qr(n.props)},n}return t.getDerivedStateFromProps=function(n,r){var i=r.prevConfig,a=r.cache,s=Qr(n);return Tf(i,s)?null:{intl:rs(s,a),prevConfig:s}},t.prototype.render=function(){return fu(this.state.intl),Be.createElement(yf,{value:this.state.intl},this.props.children)},t.displayName="IntlProvider",t.defaultProps=hu,t})(Be.PureComponent);zn("formatDate");zn("formatTime");zn("formatNumber");zn("formatList");zn("formatDisplayName");mu("formatDate");mu("formatTime");const Cf=()=>{const e=Qt(),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"}),i=e.formatMessage({defaultMessage:"⏳ The chatbot is a little busy at the time. Please try again later.",id:"chatbot.error.api.429"}),a=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 is full. Please start a new one.",id:"chatbot.error.api.409"}),o=e.formatMessage({defaultMessage:"See",id:"chatbot.infobanner.title"}),u=e.formatMessage({defaultMessage:"You have an archived discussion.",id:"chatbot.infobanner.cta"});return{placeholderTranslation:t,chatlineLabelUserTranslation:n,chatlineLabelAssistantTranslation:r,tooManyRequestsTranslation:i,genericErrorTranslation:a,discussionFullErrorTranslation:s,infoBannerTitleTranslation:o,infoBannerExplainationTranslation:u}};function is(e){const t=[],n=String(e||"");let r=n.indexOf(","),i=0,a=!1;for(;!a;){r===-1&&(r=n.length,a=!0);const s=n.slice(i,r).trim();(s||!a)&&t.push(s),i=r+1,r=n.indexOf(",",i)}return t}function gu(e,t){const n={};return(e[e.length-1]===""?[...e,""]:e).join((n.padRight?" ":"")+","+(n.padLeft===!1?"":" ")).trim()}const Sf=/^[$_\p{ID_Start}][$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,wf=/^[$_\p{ID_Start}][-$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,vf={};function as(e,t){return(vf.jsx?wf:Sf).test(e)}const If=/[ \t\n\f\r]/g;function Nf(e){return typeof e=="object"?e.type==="text"?ss(e.value):!1:ss(e)}function ss(e){return e.replace(If,"")===""}class $n{constructor(t,n,r){this.property=t,this.normal=n,r&&(this.space=r)}}$n.prototype.property={};$n.prototype.normal={};$n.prototype.space=null;function bu(e,t){const n={},r={};let i=-1;for(;++i<e.length;)Object.assign(n,e[i].property),Object.assign(r,e[i].normal);return new $n(n,r,t)}function Bn(e){return e.toLowerCase()}class st{constructor(t,n){this.property=t,this.attribute=n}}st.prototype.space=null;st.prototype.boolean=!1;st.prototype.booleanish=!1;st.prototype.overloadedBoolean=!1;st.prototype.number=!1;st.prototype.commaSeparated=!1;st.prototype.spaceSeparated=!1;st.prototype.commaOrSpaceSeparated=!1;st.prototype.mustUseProperty=!1;st.prototype.defined=!1;let kf=0;const le=Kt(),Pe=Kt(),Eu=Kt(),H=Kt(),ve=Kt(),cn=Kt(),Je=Kt();function Kt(){return 2**++kf}const Bi=Object.freeze(Object.defineProperty({__proto__:null,boolean:le,booleanish:Pe,commaOrSpaceSeparated:Je,commaSeparated:cn,number:H,overloadedBoolean:Eu,spaceSeparated:ve},Symbol.toStringTag,{value:"Module"})),Kr=Object.keys(Bi);class da extends st{constructor(t,n,r,i){let a=-1;if(super(t,n),os(this,"space",i),typeof r=="number")for(;++a<Kr.length;){const s=Kr[a];os(this,Kr[a],(r&Bi[s])===Bi[s])}}}da.prototype.defined=!0;function os(e,t,n){n&&(e[t]=n)}const Of={}.hasOwnProperty;function gn(e){const t={},n={};let r;for(r in e.properties)if(Of.call(e.properties,r)){const i=e.properties[r],a=new da(r,e.transform(e.attributes||{},r),i,e.space);e.mustUseProperty&&e.mustUseProperty.includes(r)&&(a.mustUseProperty=!0),t[r]=a,n[Bn(r)]=r,n[Bn(a.attribute)]=r}return new $n(t,n,e.space)}const Tu=gn({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}}),xu=gn({space:"xml",transform(e,t){return"xml:"+t.slice(3).toLowerCase()},properties:{xmlLang:null,xmlBase:null,xmlSpace:null}});function yu(e,t){return t in e?e[t]:t}function Au(e,t){return yu(e,t.toLowerCase())}const _u=gn({space:"xmlns",attributes:{xmlnsxlink:"xmlns:xlink"},transform:Au,properties:{xmlns:null,xmlnsXLink:null}}),Cu=gn({transform(e,t){return t==="role"?t:"aria-"+t.slice(4).toLowerCase()},properties:{ariaActiveDescendant:null,ariaAtomic:Pe,ariaAutoComplete:null,ariaBusy:Pe,ariaChecked:Pe,ariaColCount:H,ariaColIndex:H,ariaColSpan:H,ariaControls:ve,ariaCurrent:null,ariaDescribedBy:ve,ariaDetails:null,ariaDisabled:Pe,ariaDropEffect:ve,ariaErrorMessage:null,ariaExpanded:Pe,ariaFlowTo:ve,ariaGrabbed:Pe,ariaHasPopup:null,ariaHidden:Pe,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:ve,ariaLevel:H,ariaLive:null,ariaModal:Pe,ariaMultiLine:Pe,ariaMultiSelectable:Pe,ariaOrientation:null,ariaOwns:ve,ariaPlaceholder:null,ariaPosInSet:H,ariaPressed:Pe,ariaReadOnly:Pe,ariaRelevant:null,ariaRequired:Pe,ariaRoleDescription:ve,ariaRowCount:H,ariaRowIndex:H,ariaRowSpan:H,ariaSelected:Pe,ariaSetSize:H,ariaSort:null,ariaValueMax:H,ariaValueMin:H,ariaValueNow:H,ariaValueText:null,role:null}}),Lf=gn({space:"html",attributes:{acceptcharset:"accept-charset",classname:"class",htmlfor:"for",httpequiv:"http-equiv"},transform:Au,mustUseProperty:["checked","multiple","muted","selected"],properties:{abbr:null,accept:cn,acceptCharset:ve,accessKey:ve,action:null,allow:null,allowFullScreen:le,allowPaymentRequest:le,allowUserMedia:le,alt:null,as:null,async:le,autoCapitalize:null,autoComplete:ve,autoFocus:le,autoPlay:le,blocking:ve,capture:null,charSet:null,checked:le,cite:null,className:ve,cols:H,colSpan:null,content:null,contentEditable:Pe,controls:le,controlsList:ve,coords:H|cn,crossOrigin:null,data:null,dateTime:null,decoding:null,default:le,defer:le,dir:null,dirName:null,disabled:le,download:Eu,draggable:Pe,encType:null,enterKeyHint:null,fetchPriority:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:le,formTarget:null,headers:ve,height:H,hidden:le,high:H,href:null,hrefLang:null,htmlFor:ve,httpEquiv:ve,id:null,imageSizes:null,imageSrcSet:null,inert:le,inputMode:null,integrity:null,is:null,isMap:le,itemId:null,itemProp:ve,itemRef:ve,itemScope:le,itemType:ve,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:le,low:H,manifest:null,max:null,maxLength:H,media:null,method:null,min:null,minLength:H,multiple:le,muted:le,name:null,nonce:null,noModule:le,noValidate:le,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:le,optimum:H,pattern:null,ping:ve,placeholder:null,playsInline:le,popover:null,popoverTarget:null,popoverTargetAction:null,poster:null,preload:null,readOnly:le,referrerPolicy:null,rel:ve,required:le,reversed:le,rows:H,rowSpan:H,sandbox:ve,scope:null,scoped:le,seamless:le,selected:le,shadowRootDelegatesFocus:le,shadowRootMode:null,shape:null,size:H,sizes:null,slot:null,span:H,spellCheck:Pe,src:null,srcDoc:null,srcLang:null,srcSet:null,start:H,step:null,style:null,tabIndex:H,target:null,title:null,translate:null,type:null,typeMustMatch:le,useMap:null,value:Pe,width:H,wrap:null,align:null,aLink:null,archive:ve,axis:null,background:null,bgColor:null,border:H,borderColor:null,bottomMargin:H,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:le,declare:le,event:null,face:null,frame:null,frameBorder:null,hSpace:H,leftMargin:H,link:null,longDesc:null,lowSrc:null,marginHeight:H,marginWidth:H,noResize:le,noHref:le,noShade:le,noWrap:le,object:null,profile:null,prompt:null,rev:null,rightMargin:H,rules:null,scheme:null,scrolling:Pe,standby:null,summary:null,text:null,topMargin:H,valueType:null,version:null,vAlign:null,vLink:null,vSpace:H,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:le,disableRemotePlayback:le,prefix:null,property:null,results:H,security:null,unselectable:null}}),Rf=gn({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:yu,properties:{about:Je,accentHeight:H,accumulate:null,additive:null,alignmentBaseline:null,alphabetic:H,amplitude:H,arabicForm:null,ascent:H,attributeName:null,attributeType:null,azimuth:H,bandwidth:null,baselineShift:null,baseFrequency:null,baseProfile:null,bbox:null,begin:null,bias:H,by:null,calcMode:null,capHeight:H,className:ve,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:H,diffuseConstant:H,direction:null,display:null,dur:null,divisor:H,dominantBaseline:null,download:le,dx:null,dy:null,edgeMode:null,editable:null,elevation:H,enableBackground:null,end:null,event:null,exponent:H,externalResourcesRequired:null,fill:null,fillOpacity:H,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:cn,g2:cn,glyphName:cn,glyphOrientationHorizontal:null,glyphOrientationVertical:null,glyphRef:null,gradientTransform:null,gradientUnits:null,handler:null,hanging:H,hatchContentUnits:null,hatchUnits:null,height:null,href:null,hrefLang:null,horizAdvX:H,horizOriginX:H,horizOriginY:H,id:null,ideographic:H,imageRendering:null,initialVisibility:null,in:null,in2:null,intercept:H,k:H,k1:H,k2:H,k3:H,k4:H,kernelMatrix:Je,kernelUnitLength:null,keyPoints:null,keySplines:null,keyTimes:null,kerning:null,lang:null,lengthAdjust:null,letterSpacing:null,lightingColor:null,limitingConeAngle:H,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:H,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:H,overlineThickness:H,paintOrder:null,panose1:null,path:null,pathLength:H,patternContentUnits:null,patternTransform:null,patternUnits:null,phase:null,ping:ve,pitch:null,playbackOrder:null,pointerEvents:null,points:null,pointsAtX:H,pointsAtY:H,pointsAtZ:H,preserveAlpha:null,preserveAspectRatio:null,primitiveUnits:null,propagate:null,property:Je,r:null,radius:null,referrerPolicy:null,refX:null,refY:null,rel:Je,rev:Je,renderingIntent:null,repeatCount:null,repeatDur:null,requiredExtensions:Je,requiredFeatures:Je,requiredFonts:Je,requiredFormats:Je,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:H,specularExponent:H,spreadMethod:null,spacing:null,startOffset:null,stdDeviation:null,stemh:null,stemv:null,stitchTiles:null,stopColor:null,stopOpacity:null,strikethroughPosition:H,strikethroughThickness:H,string:null,stroke:null,strokeDashArray:Je,strokeDashOffset:null,strokeLineCap:null,strokeLineJoin:null,strokeMiterLimit:H,strokeOpacity:H,strokeWidth:null,style:null,surfaceScale:H,syncBehavior:null,syncBehaviorDefault:null,syncMaster:null,syncTolerance:null,syncToleranceDefault:null,systemLanguage:Je,tabIndex:H,tableValues:null,target:null,targetX:H,targetY:H,textAnchor:null,textDecoration:null,textRendering:null,textLength:null,timelineBegin:null,title:null,transformBehavior:null,type:null,typeOf:Je,to:null,transform:null,transformOrigin:null,u1:null,u2:null,underlinePosition:H,underlineThickness:H,unicode:null,unicodeBidi:null,unicodeRange:null,unitsPerEm:H,values:null,vAlphabetic:H,vMathematical:H,vectorEffect:null,vHanging:H,vIdeographic:H,version:null,vertAdvY:H,vertOriginX:H,vertOriginY:H,viewBox:null,viewTarget:null,visibility:null,width:null,widths:null,wordSpacing:null,writingMode:null,x:null,x1:null,x2:null,xChannelSelector:null,xHeight:H,y:null,y1:null,y2:null,yChannelSelector:null,z:null,zoomAndPan:null}}),Df=/^data[-\w.:]+$/i,us=/-[a-z]/g,Pf=/[A-Z]/g;function kr(e,t){const n=Bn(t);let r=t,i=st;if(n in e.normal)return e.property[e.normal[n]];if(n.length>4&&n.slice(0,4)==="data"&&Df.test(t)){if(t.charAt(4)==="-"){const a=t.slice(5).replace(us,Bf);r="data"+a.charAt(0).toUpperCase()+a.slice(1)}else{const a=t.slice(4);if(!us.test(a)){let s=a.replace(Pf,Mf);s.charAt(0)!=="-"&&(s="-"+s),t="data"+s}}i=da}return new i(r,t)}function Mf(e){return"-"+e.toLowerCase()}function Bf(e){return e.charAt(1).toUpperCase()}const Ff={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"},Yn=bu([xu,Tu,_u,Cu,Lf],"html"),Lt=bu([xu,Tu,_u,Cu,Rf],"svg");function ls(e){const t=String(e||"").trim();return t?t.split(/[ \t\n\r\f]+/g):[]}function Su(e){return e.join(" ").trim()}var nn={},Jr,cs;function Hf(){if(cs)return Jr;cs=1;var e=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//g,t=/\n/g,n=/^\s*/,r=/^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/,i=/^:\s*/,a=/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/,s=/^[;\s]*/,o=/^\s+|\s+$/g,u=`
|
|
48
|
+
`,c="/",d="*",f="",m="comment",h="declaration";Jr=function(A,w){if(typeof A!="string")throw new TypeError("First argument must be a string");if(!A)return[];w=w||{};var y=1,_=1;function S(U){var z=U.match(t);z&&(y+=z.length);var X=U.lastIndexOf(u);_=~X?U.length-X:_+U.length}function D(){var U={line:y,column:_};return function(z){return z.position=new I(U),ae(),z}}function I(U){this.start=U,this.end={line:y,column:_},this.source=w.source}I.prototype.content=A;function N(U){var z=new Error(w.source+":"+y+":"+_+": "+U);if(z.reason=U,z.filename=w.source,z.line=y,z.column=_,z.source=A,!w.silent)throw z}function G(U){var z=U.exec(A);if(z){var X=z[0];return S(X),A=A.slice(X.length),z}}function ae(){G(n)}function Z(U){var z;for(U=U||[];z=k();)z!==!1&&U.push(z);return U}function k(){var U=D();if(!(c!=A.charAt(0)||d!=A.charAt(1))){for(var z=2;f!=A.charAt(z)&&(d!=A.charAt(z)||c!=A.charAt(z+1));)++z;if(z+=2,f===A.charAt(z-1))return N("End of comment missing");var X=A.slice(2,z-2);return _+=2,S(X),A=A.slice(z),_+=2,U({type:m,comment:X})}}function P(){var U=D(),z=G(r);if(z){if(k(),!G(i))return N("property missing ':'");var X=G(a),he=U({type:h,property:b(z[0].replace(e,f)),value:X?b(X[0].replace(e,f)):f});return G(s),he}}function $(){var U=[];Z(U);for(var z;z=P();)z!==!1&&(U.push(z),Z(U));return U}return ae(),$()};function b(A){return A?A.replace(o,f):f}return Jr}var ds;function Uf(){if(ds)return nn;ds=1;var e=nn&&nn.__importDefault||function(r){return r&&r.__esModule?r:{default:r}};Object.defineProperty(nn,"__esModule",{value:!0});var t=e(Hf());function n(r,i){var a=null;if(!r||typeof r!="string")return a;var s=(0,t.default)(r),o=typeof i=="function";return s.forEach(function(u){if(u.type==="declaration"){var c=u.property,d=u.value;o?i(c,d,u):d&&(a=a||{},a[c]=d)}}),a}return nn.default=n,nn}var jf=Uf();const fs=ia(jf),zf=fs.default||fs,Or=wu("end"),Et=wu("start");function wu(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 $f(e){const t=Et(e),n=Or(e);if(t&&n)return{start:t,end:n}}function Nn(e){return!e||typeof e!="object"?"":"position"in e||"type"in e?hs(e.position):"start"in e||"end"in e?hs(e):"line"in e||"column"in e?Fi(e):""}function Fi(e){return ms(e&&e.line)+":"+ms(e&&e.column)}function hs(e){return Fi(e&&e.start)+"-"+Fi(e&&e.end)}function ms(e){return e&&typeof e=="number"?e:1}class ze extends Error{constructor(t,n,r){super(),typeof n=="string"&&(r=n,n=void 0);let i="",a={},s=!1;if(n&&("line"in n&&"column"in n?a={place:n}:"start"in n&&"end"in n?a={place:n}:"type"in n?a={ancestors:[n],place:n.position}:a={...n}),typeof t=="string"?i=t:!a.cause&&t&&(s=!0,i=t.message,a.cause=t),!a.ruleId&&!a.source&&typeof r=="string"){const u=r.indexOf(":");u===-1?a.ruleId=r:(a.source=r.slice(0,u),a.ruleId=r.slice(u+1))}if(!a.place&&a.ancestors&&a.ancestors){const u=a.ancestors[a.ancestors.length-1];u&&(a.place=u.position)}const o=a.place&&"start"in a.place?a.place.start:a.place;this.ancestors=a.ancestors||void 0,this.cause=a.cause||void 0,this.column=o?o.column:void 0,this.fatal=void 0,this.file,this.message=i,this.line=o?o.line:void 0,this.name=Nn(a.place)||"1:1",this.place=a.place||void 0,this.reason=this.message,this.ruleId=a.ruleId||void 0,this.source=a.source||void 0,this.stack=s&&a.cause&&typeof a.cause.stack=="string"?a.cause.stack:"",this.actual,this.expected,this.note,this.url}}ze.prototype.file="";ze.prototype.name="";ze.prototype.reason="";ze.prototype.message="";ze.prototype.stack="";ze.prototype.column=void 0;ze.prototype.line=void 0;ze.prototype.ancestors=void 0;ze.prototype.cause=void 0;ze.prototype.fatal=void 0;ze.prototype.place=void 0;ze.prototype.ruleId=void 0;ze.prototype.source=void 0;const fa={}.hasOwnProperty,Yf=new Map,Gf=/[A-Z]/g,Vf=/-([a-z])/g,qf=new Set(["table","tbody","thead","tfoot","tr"]),Wf=new Set(["td","th"]),vu="https://github.com/syntax-tree/hast-util-to-jsx-runtime";function Xf(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=rh(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=nh(n,t.jsx,t.jsxs)}const i={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"?Lt:Yn,stylePropertyNameCase:t.stylePropertyNameCase||"dom",tableCellAlignToStyle:t.tableCellAlignToStyle!==!1},a=Iu(i,e,void 0);return a&&typeof a!="string"?a:i.create(e,i.Fragment,{children:a||void 0},void 0)}function Iu(e,t,n){if(t.type==="element")return Qf(e,t,n);if(t.type==="mdxFlowExpression"||t.type==="mdxTextExpression")return Kf(e,t);if(t.type==="mdxJsxFlowElement"||t.type==="mdxJsxTextElement")return Zf(e,t,n);if(t.type==="mdxjsEsm")return Jf(e,t);if(t.type==="root")return eh(e,t,n);if(t.type==="text")return th(e,t)}function Qf(e,t,n){const r=e.schema;let i=r;t.tagName.toLowerCase()==="svg"&&r.space==="html"&&(i=Lt,e.schema=i),e.ancestors.push(t);const a=ku(e,t.tagName,!1),s=ih(e,t);let o=ma(e,t);return qf.has(t.tagName)&&(o=o.filter(function(u){return typeof u=="string"?!Nf(u):!0})),Nu(e,s,a,t),ha(s,o),e.ancestors.pop(),e.schema=r,e.create(t,a,s,n)}function Kf(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)}Fn(e,t.position)}function Jf(e,t){if(t.data&&t.data.estree&&e.evaluater)return e.evaluater.evaluateProgram(t.data.estree);Fn(e,t.position)}function Zf(e,t,n){const r=e.schema;let i=r;t.name==="svg"&&r.space==="html"&&(i=Lt,e.schema=i),e.ancestors.push(t);const a=t.name===null?e.Fragment:ku(e,t.name,!0),s=ah(e,t),o=ma(e,t);return Nu(e,s,a,t),ha(s,o),e.ancestors.pop(),e.schema=r,e.create(t,a,s,n)}function eh(e,t,n){const r={};return ha(r,ma(e,t)),e.create(t,e.Fragment,r,n)}function th(e,t){return t.value}function Nu(e,t,n,r){typeof n!="string"&&n!==e.Fragment&&e.passNode&&(t.node=r)}function ha(e,t){if(t.length>0){const n=t.length>1?t:t[0];n&&(e.children=n)}}function nh(e,t,n){return r;function r(i,a,s,o){const c=Array.isArray(s.children)?n:t;return o?c(a,s,o):c(a,s)}}function rh(e,t){return n;function n(r,i,a,s){const o=Array.isArray(a.children),u=Et(r);return t(i,a,s,o,{columnNumber:u?u.column-1:void 0,fileName:e,lineNumber:u?u.line:void 0},void 0)}}function ih(e,t){const n={};let r,i;for(i in t.properties)if(i!=="children"&&fa.call(t.properties,i)){const a=sh(e,i,t.properties[i]);if(a){const[s,o]=a;e.tableCellAlignToStyle&&s==="align"&&typeof o=="string"&&Wf.has(t.tagName)?r=o:n[s]=o}}if(r){const a=n.style||(n.style={});a[e.stylePropertyNameCase==="css"?"text-align":"textAlign"]=r}return n}function ah(e,t){const n={};for(const r of t.attributes)if(r.type==="mdxJsxExpressionAttribute")if(r.data&&r.data.estree&&e.evaluater){const a=r.data.estree.body[0];a.type;const s=a.expression;s.type;const o=s.properties[0];o.type,Object.assign(n,e.evaluater.evaluateExpression(o.argument))}else Fn(e,t.position);else{const i=r.name;let a;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,a=e.evaluater.evaluateExpression(o.expression)}else Fn(e,t.position);else a=r.value===null?!0:r.value;n[i]=a}return n}function ma(e,t){const n=[];let r=-1;const i=e.passKeys?new Map:Yf;for(;++r<t.children.length;){const a=t.children[r];let s;if(e.passKeys){const u=a.type==="element"?a.tagName:a.type==="mdxJsxFlowElement"||a.type==="mdxJsxTextElement"?a.name:void 0;if(u){const c=i.get(u)||0;s=u+"-"+c,i.set(u,c+1)}}const o=Iu(e,a,s);o!==void 0&&n.push(o)}return n}function sh(e,t,n){const r=kr(e.schema,t);if(!(n==null||typeof n=="number"&&Number.isNaN(n))){if(Array.isArray(n)&&(n=r.commaSeparated?gu(n):Su(n)),r.property==="style"){let i=typeof n=="object"?n:oh(e,String(n));return e.stylePropertyNameCase==="css"&&(i=uh(i)),["style",i]}return[e.elementAttributeNameCase==="react"&&r.space?Ff[r.property]||r.property:r.attribute,n]}}function oh(e,t){const n={};try{zf(t,r)}catch(i){if(!e.ignoreInvalidStyle){const a=i,s=new ze("Cannot parse `style` attribute",{ancestors:e.ancestors,cause:a,ruleId:"style",source:"hast-util-to-jsx-runtime"});throw s.file=e.filePath||void 0,s.url=vu+"#cannot-parse-style-attribute",s}}return n;function r(i,a){let s=i;s.slice(0,2)!=="--"&&(s.slice(0,4)==="-ms-"&&(s="ms-"+s.slice(4)),s=s.replace(Vf,ch)),n[s]=a}}function ku(e,t,n){let r;if(!n)r={type:"Literal",value:t};else if(t.includes(".")){const i=t.split(".");let a=-1,s;for(;++a<i.length;){const o=as(i[a])?{type:"Identifier",name:i[a]}:{type:"Literal",value:i[a]};s=s?{type:"MemberExpression",object:s,property:o,computed:!!(a&&o.type==="Literal"),optional:!1}:o}r=s}else r=as(t)&&!/^[a-z]/.test(t)?{type:"Identifier",name:t}:{type:"Literal",value:t};if(r.type==="Literal"){const i=r.value;return fa.call(e.components,i)?e.components[i]:i}if(e.evaluater)return e.evaluater.evaluateExpression(r);Fn(e)}function Fn(e,t){const n=new ze("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=vu+"#cannot-handle-mdx-estrees-without-createevaluater",n}function uh(e){const t={};let n;for(n in e)fa.call(e,n)&&(t[lh(n)]=e[n]);return t}function lh(e){let t=e.replace(Gf,dh);return t.slice(0,3)==="ms-"&&(t="-"+t),t}function ch(e,t){return t.toUpperCase()}function dh(e){return"-"+e.toLowerCase()}const Zr={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"]},fh={};function pa(e,t){const n=fh,r=typeof n.includeImageAlt=="boolean"?n.includeImageAlt:!0,i=typeof n.includeHtml=="boolean"?n.includeHtml:!0;return Ou(e,r,i)}function Ou(e,t,n){if(hh(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 ps(e.children,t,n)}return Array.isArray(e)?ps(e,t,n):""}function ps(e,t,n){const r=[];let i=-1;for(;++i<e.length;)r[i]=Ou(e[i],t,n);return r.join("")}function hh(e){return!!(e&&typeof e=="object")}const gs=document.createElement("i");function ga(e){const t="&"+e+";";gs.innerHTML=t;const n=gs.textContent;return n.charCodeAt(n.length-1)===59&&e!=="semi"||n===t?!1:n}function Ze(e,t,n,r){const i=e.length;let a=0,s;if(t<0?t=-t>i?0:i+t:t=t>i?i: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);a<r.length;)s=r.slice(a,a+1e4),s.unshift(t,0),e.splice(...s),a+=1e4,t+=1e4}function et(e,t){return e.length>0?(Ze(e,e.length,0,t),e):t}const bs={}.hasOwnProperty;function Lu(e){const t={};let n=-1;for(;++n<e.length;)mh(t,e[n]);return t}function mh(e,t){let n;for(n in t){const i=(bs.call(e,n)?e[n]:void 0)||(e[n]={}),a=t[n];let s;if(a)for(s in a){bs.call(i,s)||(i[s]=[]);const o=a[s];ph(i[s],Array.isArray(o)?o:o?[o]:[])}}}function ph(e,t){let n=-1;const r=[];for(;++n<t.length;)(t[n].add==="after"?e:r).push(t[n]);Ze(e,0,0,r)}function Ru(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 ut(e){return e.replace(/[\t\n\r ]+/g," ").replace(/^ | $/g,"").toLowerCase().toUpperCase()}const Ve=Rt(/[A-Za-z]/),je=Rt(/[\dA-Za-z]/),gh=Rt(/[#-'*+\--9=?A-Z^-~]/);function hr(e){return e!==null&&(e<32||e===127)}const Hi=Rt(/\d/),bh=Rt(/[\dA-Fa-f]/),Eh=Rt(/[!-/:-@[-`{-~]/);function ee(e){return e!==null&&e<-2}function Se(e){return e!==null&&(e<0||e===32)}function fe(e){return e===-2||e===-1||e===32}const Lr=Rt(new RegExp("\\p{P}|\\p{S}","u")),Vt=Rt(/\s/);function Rt(e){return t;function t(n){return n!==null&&n>-1&&e.test(String.fromCharCode(n))}}function bn(e){const t=[];let n=-1,r=0,i=0;for(;++n<e.length;){const a=e.charCodeAt(n);let s="";if(a===37&&je(e.charCodeAt(n+1))&&je(e.charCodeAt(n+2)))i=2;else if(a<128)/[!#$&-;=?-Z_a-z~]/.test(String.fromCharCode(a))||(s=String.fromCharCode(a));else if(a>55295&&a<57344){const o=e.charCodeAt(n+1);a<56320&&o>56319&&o<57344?(s=String.fromCharCode(a,o),i=1):s="�"}else s=String.fromCharCode(a);s&&(t.push(e.slice(r,n),encodeURIComponent(s)),r=n+i+1,s=""),i&&(n+=i,i=0)}return t.join("")+e.slice(r)}function Te(e,t,n,r){const i=r?r-1:Number.POSITIVE_INFINITY;let a=0;return s;function s(u){return fe(u)?(e.enter(n),o(u)):t(u)}function o(u){return fe(u)&&a++<i?(e.consume(u),o):(e.exit(n),t(u))}}const Th={tokenize:xh};function xh(e){const t=e.attempt(this.parser.constructs.contentInitial,r,i);let n;return t;function r(o){if(o===null){e.consume(o);return}return e.enter("lineEnding"),e.consume(o),e.exit("lineEnding"),Te(e,t,"linePrefix")}function i(o){return e.enter("paragraph"),a(o)}function a(o){const u=e.enter("chunkText",{contentType:"text",previous:n});return n&&(n.next=u),n=u,s(o)}function s(o){if(o===null){e.exit("chunkText"),e.exit("paragraph"),e.consume(o);return}return ee(o)?(e.consume(o),e.exit("chunkText"),a):(e.consume(o),s)}}const yh={tokenize:Ah},Es={tokenize:_h};function Ah(e){const t=this,n=[];let r=0,i,a,s;return o;function o(S){if(r<n.length){const D=n[r];return t.containerState=D[1],e.attempt(D[0].continuation,u,c)(S)}return c(S)}function u(S){if(r++,t.containerState._closeFlow){t.containerState._closeFlow=void 0,i&&_();const D=t.events.length;let I=D,N;for(;I--;)if(t.events[I][0]==="exit"&&t.events[I][1].type==="chunkFlow"){N=t.events[I][1].end;break}y(r);let G=D;for(;G<t.events.length;)t.events[G][1].end=Object.assign({},N),G++;return Ze(t.events,I+1,0,t.events.slice(D)),t.events.length=G,c(S)}return o(S)}function c(S){if(r===n.length){if(!i)return m(S);if(i.currentConstruct&&i.currentConstruct.concrete)return b(S);t.interrupt=!!(i.currentConstruct&&!i._gfmTableDynamicInterruptHack)}return t.containerState={},e.check(Es,d,f)(S)}function d(S){return i&&_(),y(r),m(S)}function f(S){return t.parser.lazy[t.now().line]=r!==n.length,s=t.now().offset,b(S)}function m(S){return t.containerState={},e.attempt(Es,h,b)(S)}function h(S){return r++,n.push([t.currentConstruct,t.containerState]),m(S)}function b(S){if(S===null){i&&_(),y(0),e.consume(S);return}return i=i||t.parser.flow(t.now()),e.enter("chunkFlow",{contentType:"flow",previous:a,_tokenizer:i}),A(S)}function A(S){if(S===null){w(e.exit("chunkFlow"),!0),y(0),e.consume(S);return}return ee(S)?(e.consume(S),w(e.exit("chunkFlow")),r=0,t.interrupt=void 0,o):(e.consume(S),A)}function w(S,D){const I=t.sliceStream(S);if(D&&I.push(null),S.previous=a,a&&(a.next=S),a=S,i.defineSkip(S.start),i.write(I),t.parser.lazy[S.start.line]){let N=i.events.length;for(;N--;)if(i.events[N][1].start.offset<s&&(!i.events[N][1].end||i.events[N][1].end.offset>s))return;const G=t.events.length;let ae=G,Z,k;for(;ae--;)if(t.events[ae][0]==="exit"&&t.events[ae][1].type==="chunkFlow"){if(Z){k=t.events[ae][1].end;break}Z=!0}for(y(r),N=G;N<t.events.length;)t.events[N][1].end=Object.assign({},k),N++;Ze(t.events,ae+1,0,t.events.slice(G)),t.events.length=N}}function y(S){let D=n.length;for(;D-- >S;){const I=n[D];t.containerState=I[1],I[0].exit.call(t,e)}n.length=S}function _(){i.write([null]),a=void 0,i=void 0,t.containerState._closeFlow=void 0}}function _h(e,t,n){return Te(e,e.attempt(this.parser.constructs.document,t,n),"linePrefix",this.parser.constructs.disable.null.includes("codeIndented")?void 0:4)}function mr(e){if(e===null||Se(e)||Vt(e))return 1;if(Lr(e))return 2}function Rr(e,t,n){const r=[];let i=-1;for(;++i<e.length;){const a=e[i].resolveAll;a&&!r.includes(a)&&(t=a(t,n),r.push(a))}return t}const Ui={name:"attention",tokenize:Sh,resolveAll:Ch};function Ch(e,t){let n=-1,r,i,a,s,o,u,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;u=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);Ts(f,-u),Ts(m,u),s={type:u>1?"strongSequence":"emphasisSequence",start:f,end:Object.assign({},e[r][1].end)},o={type:u>1?"strongSequence":"emphasisSequence",start:Object.assign({},e[n][1].start),end:m},a={type:u>1?"strongText":"emphasisText",start:Object.assign({},e[r][1].end),end:Object.assign({},e[n][1].start)},i={type:u>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=et(c,[["enter",e[r][1],t],["exit",e[r][1],t]])),c=et(c,[["enter",i,t],["enter",s,t],["exit",s,t],["enter",a,t]]),c=et(c,Rr(t.parser.constructs.insideSpan.null,e.slice(r+1,n),t)),c=et(c,[["exit",a,t],["enter",o,t],["exit",o,t],["exit",i,t]]),e[n][1].end.offset-e[n][1].start.offset?(d=2,c=et(c,[["enter",e[n][1],t],["exit",e[n][1],t]])):d=0,Ze(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 Sh(e,t){const n=this.parser.constructs.attentionMarkers.null,r=this.previous,i=mr(r);let a;return s;function s(u){return a=u,e.enter("attentionSequence"),o(u)}function o(u){if(u===a)return e.consume(u),o;const c=e.exit("attentionSequence"),d=mr(u),f=!d||d===2&&i||n.includes(u),m=!i||i===2&&d||n.includes(r);return c._open=!!(a===42?f:f&&(i||!m)),c._close=!!(a===42?m:m&&(d||!f)),t(u)}}function Ts(e,t){e.column+=t,e.offset+=t,e._bufferIndex+=t}const wh={name:"autolink",tokenize:vh};function vh(e,t,n){let r=0;return i;function i(h){return e.enter("autolink"),e.enter("autolinkMarker"),e.consume(h),e.exit("autolinkMarker"),e.enter("autolinkProtocol"),a}function a(h){return Ve(h)?(e.consume(h),s):c(h)}function s(h){return h===43||h===45||h===46||je(h)?(r=1,o(h)):c(h)}function o(h){return h===58?(e.consume(h),r=0,u):(h===43||h===45||h===46||je(h))&&r++<32?(e.consume(h),o):(r=0,c(h))}function u(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||hr(h)?n(h):(e.consume(h),u)}function c(h){return h===64?(e.consume(h),d):gh(h)?(e.consume(h),c):n(h)}function d(h){return je(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||je(h))&&r++<63){const b=h===45?m:f;return e.consume(h),b}return n(h)}}const Gn={tokenize:Ih,partial:!0};function Ih(e,t,n){return r;function r(a){return fe(a)?Te(e,i,"linePrefix")(a):i(a)}function i(a){return a===null||ee(a)?t(a):n(a)}}const Du={name:"blockQuote",tokenize:Nh,continuation:{tokenize:kh},exit:Oh};function Nh(e,t,n){const r=this;return i;function i(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"),a}return n(s)}function a(s){return fe(s)?(e.enter("blockQuotePrefixWhitespace"),e.consume(s),e.exit("blockQuotePrefixWhitespace"),e.exit("blockQuotePrefix"),t):(e.exit("blockQuotePrefix"),t(s))}}function kh(e,t,n){const r=this;return i;function i(s){return fe(s)?Te(e,a,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(s):a(s)}function a(s){return e.attempt(Du,t,n)(s)}}function Oh(e){e.exit("blockQuote")}const Pu={name:"characterEscape",tokenize:Lh};function Lh(e,t,n){return r;function r(a){return e.enter("characterEscape"),e.enter("escapeMarker"),e.consume(a),e.exit("escapeMarker"),i}function i(a){return Eh(a)?(e.enter("characterEscapeValue"),e.consume(a),e.exit("characterEscapeValue"),e.exit("characterEscape"),t):n(a)}}const Mu={name:"characterReference",tokenize:Rh};function Rh(e,t,n){const r=this;let i=0,a,s;return o;function o(f){return e.enter("characterReference"),e.enter("characterReferenceMarker"),e.consume(f),e.exit("characterReferenceMarker"),u}function u(f){return f===35?(e.enter("characterReferenceMarkerNumeric"),e.consume(f),e.exit("characterReferenceMarkerNumeric"),c):(e.enter("characterReferenceValue"),a=31,s=je,d(f))}function c(f){return f===88||f===120?(e.enter("characterReferenceMarkerHexadecimal"),e.consume(f),e.exit("characterReferenceMarkerHexadecimal"),e.enter("characterReferenceValue"),a=6,s=bh,d):(e.enter("characterReferenceValue"),a=7,s=Hi,d(f))}function d(f){if(f===59&&i){const m=e.exit("characterReferenceValue");return s===je&&!ga(r.sliceSerialize(m))?n(f):(e.enter("characterReferenceMarker"),e.consume(f),e.exit("characterReferenceMarker"),e.exit("characterReference"),t)}return s(f)&&i++<a?(e.consume(f),d):n(f)}}const xs={tokenize:Ph,partial:!0},ys={name:"codeFenced",tokenize:Dh,concrete:!0};function Dh(e,t,n){const r=this,i={tokenize:I,partial:!0};let a=0,s=0,o;return u;function u(N){return c(N)}function c(N){const G=r.events[r.events.length-1];return a=G&&G[1].type==="linePrefix"?G[2].sliceSerialize(G[1],!0).length:0,o=N,e.enter("codeFenced"),e.enter("codeFencedFence"),e.enter("codeFencedFenceSequence"),d(N)}function d(N){return N===o?(s++,e.consume(N),d):s<3?n(N):(e.exit("codeFencedFenceSequence"),fe(N)?Te(e,f,"whitespace")(N):f(N))}function f(N){return N===null||ee(N)?(e.exit("codeFencedFence"),r.interrupt?t(N):e.check(xs,A,D)(N)):(e.enter("codeFencedFenceInfo"),e.enter("chunkString",{contentType:"string"}),m(N))}function m(N){return N===null||ee(N)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),f(N)):fe(N)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),Te(e,h,"whitespace")(N)):N===96&&N===o?n(N):(e.consume(N),m)}function h(N){return N===null||ee(N)?f(N):(e.enter("codeFencedFenceMeta"),e.enter("chunkString",{contentType:"string"}),b(N))}function b(N){return N===null||ee(N)?(e.exit("chunkString"),e.exit("codeFencedFenceMeta"),f(N)):N===96&&N===o?n(N):(e.consume(N),b)}function A(N){return e.attempt(i,D,w)(N)}function w(N){return e.enter("lineEnding"),e.consume(N),e.exit("lineEnding"),y}function y(N){return a>0&&fe(N)?Te(e,_,"linePrefix",a+1)(N):_(N)}function _(N){return N===null||ee(N)?e.check(xs,A,D)(N):(e.enter("codeFlowValue"),S(N))}function S(N){return N===null||ee(N)?(e.exit("codeFlowValue"),_(N)):(e.consume(N),S)}function D(N){return e.exit("codeFenced"),t(N)}function I(N,G,ae){let Z=0;return k;function k(X){return N.enter("lineEnding"),N.consume(X),N.exit("lineEnding"),P}function P(X){return N.enter("codeFencedFence"),fe(X)?Te(N,$,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(X):$(X)}function $(X){return X===o?(N.enter("codeFencedFenceSequence"),U(X)):ae(X)}function U(X){return X===o?(Z++,N.consume(X),U):Z>=s?(N.exit("codeFencedFenceSequence"),fe(X)?Te(N,z,"whitespace")(X):z(X)):ae(X)}function z(X){return X===null||ee(X)?(N.exit("codeFencedFence"),G(X)):ae(X)}}}function Ph(e,t,n){const r=this;return i;function i(s){return s===null?n(s):(e.enter("lineEnding"),e.consume(s),e.exit("lineEnding"),a)}function a(s){return r.parser.lazy[r.now().line]?n(s):t(s)}}const ei={name:"codeIndented",tokenize:Bh},Mh={tokenize:Fh,partial:!0};function Bh(e,t,n){const r=this;return i;function i(c){return e.enter("codeIndented"),Te(e,a,"linePrefix",5)(c)}function a(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?u(c):ee(c)?e.attempt(Mh,s,u)(c):(e.enter("codeFlowValue"),o(c))}function o(c){return c===null||ee(c)?(e.exit("codeFlowValue"),s(c)):(e.consume(c),o)}function u(c){return e.exit("codeIndented"),t(c)}}function Fh(e,t,n){const r=this;return i;function i(s){return r.parser.lazy[r.now().line]?n(s):ee(s)?(e.enter("lineEnding"),e.consume(s),e.exit("lineEnding"),i):Te(e,a,"linePrefix",5)(s)}function a(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):ee(s)?i(s):n(s)}}const Hh={name:"codeText",tokenize:zh,resolve:Uh,previous:jh};function Uh(e){let t=e.length-4,n=3,r,i;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;)i===void 0?r!==t&&e[r][1].type!=="lineEnding"&&(i=r):(r===t||e[r][1].type==="lineEnding")&&(e[i][1].type="codeTextData",r!==i+2&&(e[i][1].end=e[r-1][1].end,e.splice(i+2,r-i-2),t-=r-i-2,r=i+2),i=void 0);return e}function jh(e){return e!==96||this.events[this.events.length-1][1].type==="characterEscape"}function zh(e,t,n){let r=0,i,a;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"),u(f))}function u(f){return f===null?n(f):f===32?(e.enter("space"),e.consume(f),e.exit("space"),u):f===96?(a=e.enter("codeTextSequence"),i=0,d(f)):ee(f)?(e.enter("lineEnding"),e.consume(f),e.exit("lineEnding"),u):(e.enter("codeTextData"),c(f))}function c(f){return f===null||f===32||f===96||ee(f)?(e.exit("codeTextData"),u(f)):(e.consume(f),c)}function d(f){return f===96?(e.consume(f),i++,d):i===r?(e.exit("codeTextSequence"),e.exit("codeText"),t(f)):(a.type="codeTextData",c(f))}}function Bu(e){const t={};let n=-1,r,i,a,s,o,u,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"&&(u=r[1]._tokenizer.events,a=0,a<u.length&&u[a][1].type==="lineEndingBlank"&&(a+=2),a<u.length&&u[a][1].type==="content"))for(;++a<u.length&&u[a][1].type!=="content";)u[a][1].type==="chunkText"&&(u[a][1]._isInFirstContentOfListItem=!0,a++);if(r[0]==="enter")r[1].contentType&&(Object.assign(t,$h(e,n)),n=t[n],c=!0);else if(r[1]._container){for(a=n,i=void 0;a--&&(s=e[a],s[1].type==="lineEnding"||s[1].type==="lineEndingBlank");)s[0]==="enter"&&(i&&(e[i][1].type="lineEndingBlank"),s[1].type="lineEnding",i=a);i&&(r[1].end=Object.assign({},e[i][1].start),o=e.slice(i,n),o.unshift(r),Ze(e,i,n-i+1,o))}}return!c}function $h(e,t){const n=e[t][1],r=e[t][2];let i=t-1;const a=[],s=n._tokenizer||r.parser[n.contentType](n.start),o=s.events,u=[],c={};let d,f,m=-1,h=n,b=0,A=0;const w=[A];for(;h;){for(;e[++i][1]!==h;);a.push(i),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&&(A=m+1,w.push(A),h._tokenizer=void 0,h.previous=void 0,h=h.next);for(s.events=[],h?(h._tokenizer=void 0,h.previous=void 0):w.pop(),m=w.length;m--;){const y=o.slice(w[m],w[m+1]),_=a.pop();u.unshift([_,_+y.length-1]),Ze(e,_,2,y)}for(m=-1;++m<u.length;)c[b+u[m][0]]=b+u[m][1],b+=u[m][1]-u[m][0]-1;return c}const Yh={tokenize:qh,resolve:Vh},Gh={tokenize:Wh,partial:!0};function Vh(e){return Bu(e),e}function qh(e,t){let n;return r;function r(o){return e.enter("content"),n=e.enter("chunkContent",{contentType:"content"}),i(o)}function i(o){return o===null?a(o):ee(o)?e.check(Gh,s,a)(o):(e.consume(o),i)}function a(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,i}}function Wh(e,t,n){const r=this;return i;function i(s){return e.exit("chunkContent"),e.enter("lineEnding"),e.consume(s),e.exit("lineEnding"),Te(e,a,"linePrefix")}function a(s){if(s===null||ee(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 Fu(e,t,n,r,i,a,s,o,u){const c=u||Number.POSITIVE_INFINITY;let d=0;return f;function f(y){return y===60?(e.enter(r),e.enter(i),e.enter(a),e.consume(y),e.exit(a),m):y===null||y===32||y===41||hr(y)?n(y):(e.enter(r),e.enter(s),e.enter(o),e.enter("chunkString",{contentType:"string"}),A(y))}function m(y){return y===62?(e.enter(a),e.consume(y),e.exit(a),e.exit(i),e.exit(r),t):(e.enter(o),e.enter("chunkString",{contentType:"string"}),h(y))}function h(y){return y===62?(e.exit("chunkString"),e.exit(o),m(y)):y===null||y===60||ee(y)?n(y):(e.consume(y),y===92?b:h)}function b(y){return y===60||y===62||y===92?(e.consume(y),h):h(y)}function A(y){return!d&&(y===null||y===41||Se(y))?(e.exit("chunkString"),e.exit(o),e.exit(s),e.exit(r),t(y)):d<c&&y===40?(e.consume(y),d++,A):y===41?(e.consume(y),d--,A):y===null||y===32||y===40||hr(y)?n(y):(e.consume(y),y===92?w:A)}function w(y){return y===40||y===41||y===92?(e.consume(y),A):A(y)}}function Hu(e,t,n,r,i,a){const s=this;let o=0,u;return c;function c(h){return e.enter(r),e.enter(i),e.consume(h),e.exit(i),e.enter(a),d}function d(h){return o>999||h===null||h===91||h===93&&!u||h===94&&!o&&"_hiddenFootnoteSupport"in s.parser.constructs?n(h):h===93?(e.exit(a),e.enter(i),e.consume(h),e.exit(i),e.exit(r),t):ee(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||ee(h)||o++>999?(e.exit("chunkString"),d(h)):(e.consume(h),u||(u=!fe(h)),h===92?m:f)}function m(h){return h===91||h===92||h===93?(e.consume(h),o++,f):f(h)}}function Uu(e,t,n,r,i,a){let s;return o;function o(m){return m===34||m===39||m===40?(e.enter(r),e.enter(i),e.consume(m),e.exit(i),s=m===40?41:m,u):n(m)}function u(m){return m===s?(e.enter(i),e.consume(m),e.exit(i),e.exit(r),t):(e.enter(a),c(m))}function c(m){return m===s?(e.exit(a),u(s)):m===null?n(m):ee(m)?(e.enter("lineEnding"),e.consume(m),e.exit("lineEnding"),Te(e,c,"linePrefix")):(e.enter("chunkString",{contentType:"string"}),d(m))}function d(m){return m===s||m===null||ee(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 kn(e,t){let n;return r;function r(i){return ee(i)?(e.enter("lineEnding"),e.consume(i),e.exit("lineEnding"),n=!0,r):fe(i)?Te(e,r,n?"linePrefix":"lineSuffix")(i):t(i)}}const Xh={name:"definition",tokenize:Kh},Qh={tokenize:Jh,partial:!0};function Kh(e,t,n){const r=this;let i;return a;function a(h){return e.enter("definition"),s(h)}function s(h){return Hu.call(r,e,o,n,"definitionLabel","definitionLabelMarker","definitionLabelString")(h)}function o(h){return i=ut(r.sliceSerialize(r.events[r.events.length-1][1]).slice(1,-1)),h===58?(e.enter("definitionMarker"),e.consume(h),e.exit("definitionMarker"),u):n(h)}function u(h){return Se(h)?kn(e,c)(h):c(h)}function c(h){return Fu(e,d,n,"definitionDestination","definitionDestinationLiteral","definitionDestinationLiteralMarker","definitionDestinationRaw","definitionDestinationString")(h)}function d(h){return e.attempt(Qh,f,f)(h)}function f(h){return fe(h)?Te(e,m,"whitespace")(h):m(h)}function m(h){return h===null||ee(h)?(e.exit("definition"),r.parser.defined.push(i),t(h)):n(h)}}function Jh(e,t,n){return r;function r(o){return Se(o)?kn(e,i)(o):n(o)}function i(o){return Uu(e,a,n,"definitionTitle","definitionTitleMarker","definitionTitleString")(o)}function a(o){return fe(o)?Te(e,s,"whitespace")(o):s(o)}function s(o){return o===null||ee(o)?t(o):n(o)}}const Zh={name:"hardBreakEscape",tokenize:e0};function e0(e,t,n){return r;function r(a){return e.enter("hardBreakEscape"),e.consume(a),i}function i(a){return ee(a)?(e.exit("hardBreakEscape"),t(a)):n(a)}}const t0={name:"headingAtx",tokenize:r0,resolve:n0};function n0(e,t){let n=e.length-2,r=3,i,a;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&&(i={type:"atxHeadingText",start:e[r][1].start,end:e[n][1].end},a={type:"chunkText",start:e[r][1].start,end:e[n][1].end,contentType:"text"},Ze(e,r,n-r+1,[["enter",i,t],["enter",a,t],["exit",a,t],["exit",i,t]])),e}function r0(e,t,n){let r=0;return i;function i(d){return e.enter("atxHeading"),a(d)}function a(d){return e.enter("atxHeadingSequence"),s(d)}function s(d){return d===35&&r++<6?(e.consume(d),s):d===null||Se(d)?(e.exit("atxHeadingSequence"),o(d)):n(d)}function o(d){return d===35?(e.enter("atxHeadingSequence"),u(d)):d===null||ee(d)?(e.exit("atxHeading"),t(d)):fe(d)?Te(e,o,"whitespace")(d):(e.enter("atxHeadingText"),c(d))}function u(d){return d===35?(e.consume(d),u):(e.exit("atxHeadingSequence"),o(d))}function c(d){return d===null||d===35||Se(d)?(e.exit("atxHeadingText"),o(d)):(e.consume(d),c)}}const i0=["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"],As=["pre","script","style","textarea"],a0={name:"htmlFlow",tokenize:l0,resolveTo:u0,concrete:!0},s0={tokenize:d0,partial:!0},o0={tokenize:c0,partial:!0};function u0(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 l0(e,t,n){const r=this;let i,a,s,o,u;return c;function c(T){return d(T)}function d(T){return e.enter("htmlFlow"),e.enter("htmlFlowData"),e.consume(T),f}function f(T){return T===33?(e.consume(T),m):T===47?(e.consume(T),a=!0,A):T===63?(e.consume(T),i=3,r.interrupt?t:g):Ve(T)?(e.consume(T),s=String.fromCharCode(T),w):n(T)}function m(T){return T===45?(e.consume(T),i=2,h):T===91?(e.consume(T),i=5,o=0,b):Ve(T)?(e.consume(T),i=4,r.interrupt?t:g):n(T)}function h(T){return T===45?(e.consume(T),r.interrupt?t:g):n(T)}function b(T){const Q="CDATA[";return T===Q.charCodeAt(o++)?(e.consume(T),o===Q.length?r.interrupt?t:$:b):n(T)}function A(T){return Ve(T)?(e.consume(T),s=String.fromCharCode(T),w):n(T)}function w(T){if(T===null||T===47||T===62||Se(T)){const Q=T===47,se=s.toLowerCase();return!Q&&!a&&As.includes(se)?(i=1,r.interrupt?t(T):$(T)):i0.includes(s.toLowerCase())?(i=6,Q?(e.consume(T),y):r.interrupt?t(T):$(T)):(i=7,r.interrupt&&!r.parser.lazy[r.now().line]?n(T):a?_(T):S(T))}return T===45||je(T)?(e.consume(T),s+=String.fromCharCode(T),w):n(T)}function y(T){return T===62?(e.consume(T),r.interrupt?t:$):n(T)}function _(T){return fe(T)?(e.consume(T),_):k(T)}function S(T){return T===47?(e.consume(T),k):T===58||T===95||Ve(T)?(e.consume(T),D):fe(T)?(e.consume(T),S):k(T)}function D(T){return T===45||T===46||T===58||T===95||je(T)?(e.consume(T),D):I(T)}function I(T){return T===61?(e.consume(T),N):fe(T)?(e.consume(T),I):S(T)}function N(T){return T===null||T===60||T===61||T===62||T===96?n(T):T===34||T===39?(e.consume(T),u=T,G):fe(T)?(e.consume(T),N):ae(T)}function G(T){return T===u?(e.consume(T),u=null,Z):T===null||ee(T)?n(T):(e.consume(T),G)}function ae(T){return T===null||T===34||T===39||T===47||T===60||T===61||T===62||T===96||Se(T)?I(T):(e.consume(T),ae)}function Z(T){return T===47||T===62||fe(T)?S(T):n(T)}function k(T){return T===62?(e.consume(T),P):n(T)}function P(T){return T===null||ee(T)?$(T):fe(T)?(e.consume(T),P):n(T)}function $(T){return T===45&&i===2?(e.consume(T),he):T===60&&i===1?(e.consume(T),xe):T===62&&i===4?(e.consume(T),j):T===63&&i===3?(e.consume(T),g):T===93&&i===5?(e.consume(T),De):ee(T)&&(i===6||i===7)?(e.exit("htmlFlowData"),e.check(s0,J,U)(T)):T===null||ee(T)?(e.exit("htmlFlowData"),U(T)):(e.consume(T),$)}function U(T){return e.check(o0,z,J)(T)}function z(T){return e.enter("lineEnding"),e.consume(T),e.exit("lineEnding"),X}function X(T){return T===null||ee(T)?U(T):(e.enter("htmlFlowData"),$(T))}function he(T){return T===45?(e.consume(T),g):$(T)}function xe(T){return T===47?(e.consume(T),s="",Re):$(T)}function Re(T){if(T===62){const Q=s.toLowerCase();return As.includes(Q)?(e.consume(T),j):$(T)}return Ve(T)&&s.length<8?(e.consume(T),s+=String.fromCharCode(T),Re):$(T)}function De(T){return T===93?(e.consume(T),g):$(T)}function g(T){return T===62?(e.consume(T),j):T===45&&i===2?(e.consume(T),g):$(T)}function j(T){return T===null||ee(T)?(e.exit("htmlFlowData"),J(T)):(e.consume(T),j)}function J(T){return e.exit("htmlFlow"),t(T)}}function c0(e,t,n){const r=this;return i;function i(s){return ee(s)?(e.enter("lineEnding"),e.consume(s),e.exit("lineEnding"),a):n(s)}function a(s){return r.parser.lazy[r.now().line]?n(s):t(s)}}function d0(e,t,n){return r;function r(i){return e.enter("lineEnding"),e.consume(i),e.exit("lineEnding"),e.attempt(Gn,t,n)}}const f0={name:"htmlText",tokenize:h0};function h0(e,t,n){const r=this;let i,a,s;return o;function o(g){return e.enter("htmlText"),e.enter("htmlTextData"),e.consume(g),u}function u(g){return g===33?(e.consume(g),c):g===47?(e.consume(g),I):g===63?(e.consume(g),S):Ve(g)?(e.consume(g),ae):n(g)}function c(g){return g===45?(e.consume(g),d):g===91?(e.consume(g),a=0,b):Ve(g)?(e.consume(g),_):n(g)}function d(g){return g===45?(e.consume(g),h):n(g)}function f(g){return g===null?n(g):g===45?(e.consume(g),m):ee(g)?(s=f,xe(g)):(e.consume(g),f)}function m(g){return g===45?(e.consume(g),h):f(g)}function h(g){return g===62?he(g):g===45?m(g):f(g)}function b(g){const j="CDATA[";return g===j.charCodeAt(a++)?(e.consume(g),a===j.length?A:b):n(g)}function A(g){return g===null?n(g):g===93?(e.consume(g),w):ee(g)?(s=A,xe(g)):(e.consume(g),A)}function w(g){return g===93?(e.consume(g),y):A(g)}function y(g){return g===62?he(g):g===93?(e.consume(g),y):A(g)}function _(g){return g===null||g===62?he(g):ee(g)?(s=_,xe(g)):(e.consume(g),_)}function S(g){return g===null?n(g):g===63?(e.consume(g),D):ee(g)?(s=S,xe(g)):(e.consume(g),S)}function D(g){return g===62?he(g):S(g)}function I(g){return Ve(g)?(e.consume(g),N):n(g)}function N(g){return g===45||je(g)?(e.consume(g),N):G(g)}function G(g){return ee(g)?(s=G,xe(g)):fe(g)?(e.consume(g),G):he(g)}function ae(g){return g===45||je(g)?(e.consume(g),ae):g===47||g===62||Se(g)?Z(g):n(g)}function Z(g){return g===47?(e.consume(g),he):g===58||g===95||Ve(g)?(e.consume(g),k):ee(g)?(s=Z,xe(g)):fe(g)?(e.consume(g),Z):he(g)}function k(g){return g===45||g===46||g===58||g===95||je(g)?(e.consume(g),k):P(g)}function P(g){return g===61?(e.consume(g),$):ee(g)?(s=P,xe(g)):fe(g)?(e.consume(g),P):Z(g)}function $(g){return g===null||g===60||g===61||g===62||g===96?n(g):g===34||g===39?(e.consume(g),i=g,U):ee(g)?(s=$,xe(g)):fe(g)?(e.consume(g),$):(e.consume(g),z)}function U(g){return g===i?(e.consume(g),i=void 0,X):g===null?n(g):ee(g)?(s=U,xe(g)):(e.consume(g),U)}function z(g){return g===null||g===34||g===39||g===60||g===61||g===96?n(g):g===47||g===62||Se(g)?Z(g):(e.consume(g),z)}function X(g){return g===47||g===62||Se(g)?Z(g):n(g)}function he(g){return g===62?(e.consume(g),e.exit("htmlTextData"),e.exit("htmlText"),t):n(g)}function xe(g){return e.exit("htmlTextData"),e.enter("lineEnding"),e.consume(g),e.exit("lineEnding"),Re}function Re(g){return fe(g)?Te(e,De,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(g):De(g)}function De(g){return e.enter("htmlTextData"),s(g)}}const ba={name:"labelEnd",tokenize:T0,resolveTo:E0,resolveAll:b0},m0={tokenize:x0},p0={tokenize:y0},g0={tokenize:A0};function b0(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 E0(e,t){let n=e.length,r=0,i,a,s,o;for(;n--;)if(i=e[n][1],a){if(i.type==="link"||i.type==="labelLink"&&i._inactive)break;e[n][0]==="enter"&&i.type==="labelLink"&&(i._inactive=!0)}else if(s){if(e[n][0]==="enter"&&(i.type==="labelImage"||i.type==="labelLink")&&!i._balanced&&(a=n,i.type!=="labelLink")){r=2;break}}else i.type==="labelEnd"&&(s=n);const u={type:e[a][1].type==="labelLink"?"link":"image",start:Object.assign({},e[a][1].start),end:Object.assign({},e[e.length-1][1].end)},c={type:"label",start:Object.assign({},e[a][1].start),end:Object.assign({},e[s][1].end)},d={type:"labelText",start:Object.assign({},e[a+r+2][1].end),end:Object.assign({},e[s-2][1].start)};return o=[["enter",u,t],["enter",c,t]],o=et(o,e.slice(a+1,a+r+3)),o=et(o,[["enter",d,t]]),o=et(o,Rr(t.parser.constructs.insideSpan.null,e.slice(a+r+4,s-3),t)),o=et(o,[["exit",d,t],e[s-2],e[s-1],["exit",c,t]]),o=et(o,e.slice(s+1)),o=et(o,[["exit",u,t]]),Ze(e,a,e.length,o),e}function T0(e,t,n){const r=this;let i=r.events.length,a,s;for(;i--;)if((r.events[i][1].type==="labelImage"||r.events[i][1].type==="labelLink")&&!r.events[i][1]._balanced){a=r.events[i][1];break}return o;function o(m){return a?a._inactive?f(m):(s=r.parser.defined.includes(ut(r.sliceSerialize({start:a.end,end:r.now()}))),e.enter("labelEnd"),e.enter("labelMarker"),e.consume(m),e.exit("labelMarker"),e.exit("labelEnd"),u):n(m)}function u(m){return m===40?e.attempt(m0,d,s?d:f)(m):m===91?e.attempt(p0,d,s?c:f)(m):s?d(m):f(m)}function c(m){return e.attempt(g0,d,f)(m)}function d(m){return t(m)}function f(m){return a._balanced=!0,n(m)}}function x0(e,t,n){return r;function r(f){return e.enter("resource"),e.enter("resourceMarker"),e.consume(f),e.exit("resourceMarker"),i}function i(f){return Se(f)?kn(e,a)(f):a(f)}function a(f){return f===41?d(f):Fu(e,s,o,"resourceDestination","resourceDestinationLiteral","resourceDestinationLiteralMarker","resourceDestinationRaw","resourceDestinationString",32)(f)}function s(f){return Se(f)?kn(e,u)(f):d(f)}function o(f){return n(f)}function u(f){return f===34||f===39||f===40?Uu(e,c,n,"resourceTitle","resourceTitleMarker","resourceTitleString")(f):d(f)}function c(f){return Se(f)?kn(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 y0(e,t,n){const r=this;return i;function i(o){return Hu.call(r,e,a,s,"reference","referenceMarker","referenceString")(o)}function a(o){return r.parser.defined.includes(ut(r.sliceSerialize(r.events[r.events.length-1][1]).slice(1,-1)))?t(o):n(o)}function s(o){return n(o)}}function A0(e,t,n){return r;function r(a){return e.enter("reference"),e.enter("referenceMarker"),e.consume(a),e.exit("referenceMarker"),i}function i(a){return a===93?(e.enter("referenceMarker"),e.consume(a),e.exit("referenceMarker"),e.exit("reference"),t):n(a)}}const _0={name:"labelStartImage",tokenize:C0,resolveAll:ba.resolveAll};function C0(e,t,n){const r=this;return i;function i(o){return e.enter("labelImage"),e.enter("labelImageMarker"),e.consume(o),e.exit("labelImageMarker"),a}function a(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 S0={name:"labelStartLink",tokenize:w0,resolveAll:ba.resolveAll};function w0(e,t,n){const r=this;return i;function i(s){return e.enter("labelLink"),e.enter("labelMarker"),e.consume(s),e.exit("labelMarker"),e.exit("labelLink"),a}function a(s){return s===94&&"_hiddenFootnoteSupport"in r.parser.constructs?n(s):t(s)}}const ti={name:"lineEnding",tokenize:v0};function v0(e,t){return n;function n(r){return e.enter("lineEnding"),e.consume(r),e.exit("lineEnding"),Te(e,t,"linePrefix")}}const cr={name:"thematicBreak",tokenize:I0};function I0(e,t,n){let r=0,i;return a;function a(c){return e.enter("thematicBreak"),s(c)}function s(c){return i=c,o(c)}function o(c){return c===i?(e.enter("thematicBreakSequence"),u(c)):r>=3&&(c===null||ee(c))?(e.exit("thematicBreak"),t(c)):n(c)}function u(c){return c===i?(e.consume(c),r++,u):(e.exit("thematicBreakSequence"),fe(c)?Te(e,o,"whitespace")(c):o(c))}}const Ke={name:"list",tokenize:O0,continuation:{tokenize:L0},exit:D0},N0={tokenize:P0,partial:!0},k0={tokenize:R0,partial:!0};function O0(e,t,n){const r=this,i=r.events[r.events.length-1];let a=i&&i[1].type==="linePrefix"?i[2].sliceSerialize(i[1],!0).length:0,s=0;return o;function o(h){const b=r.containerState.type||(h===42||h===43||h===45?"listUnordered":"listOrdered");if(b==="listUnordered"?!r.containerState.marker||h===r.containerState.marker:Hi(h)){if(r.containerState.type||(r.containerState.type=b,e.enter(b,{_container:!0})),b==="listUnordered")return e.enter("listItemPrefix"),h===42||h===45?e.check(cr,n,c)(h):c(h);if(!r.interrupt||h===49)return e.enter("listItemPrefix"),e.enter("listItemValue"),u(h)}return n(h)}function u(h){return Hi(h)&&++s<10?(e.consume(h),u):(!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(Gn,r.interrupt?n:d,e.attempt(N0,m,f))}function d(h){return r.containerState.initialBlankLine=!0,a++,m(h)}function f(h){return fe(h)?(e.enter("listItemPrefixWhitespace"),e.consume(h),e.exit("listItemPrefixWhitespace"),m):n(h)}function m(h){return r.containerState.size=a+r.sliceSerialize(e.exit("listItemPrefix"),!0).length,t(h)}}function L0(e,t,n){const r=this;return r.containerState._closeFlow=void 0,e.check(Gn,i,a);function i(o){return r.containerState.furtherBlankLines=r.containerState.furtherBlankLines||r.containerState.initialBlankLine,Te(e,t,"listItemIndent",r.containerState.size+1)(o)}function a(o){return r.containerState.furtherBlankLines||!fe(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(k0,t,s)(o))}function s(o){return r.containerState._closeFlow=!0,r.interrupt=void 0,Te(e,e.attempt(Ke,t,n),"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(o)}}function R0(e,t,n){const r=this;return Te(e,i,"listItemIndent",r.containerState.size+1);function i(a){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(a):n(a)}}function D0(e){e.exit(this.containerState.type)}function P0(e,t,n){const r=this;return Te(e,i,"listItemPrefixWhitespace",r.parser.constructs.disable.null.includes("codeIndented")?void 0:5);function i(a){const s=r.events[r.events.length-1];return!fe(a)&&s&&s[1].type==="listItemPrefixWhitespace"?t(a):n(a)}}const _s={name:"setextUnderline",tokenize:B0,resolveTo:M0};function M0(e,t){let n=e.length,r,i,a;for(;n--;)if(e[n][0]==="enter"){if(e[n][1].type==="content"){r=n;break}e[n][1].type==="paragraph"&&(i=n)}else e[n][1].type==="content"&&e.splice(n,1),!a&&e[n][1].type==="definition"&&(a=n);const s={type:"setextHeading",start:Object.assign({},e[i][1].start),end:Object.assign({},e[e.length-1][1].end)};return e[i][1].type="setextHeadingText",a?(e.splice(i,0,["enter",s,t]),e.splice(a+1,0,["exit",e[r][1],t]),e[r][1].end=Object.assign({},e[a][1].end)):e[r][1]=s,e.push(["exit",s,t]),e}function B0(e,t,n){const r=this;let i;return a;function a(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"),i=c,s(c)):n(c)}function s(c){return e.enter("setextHeadingLineSequence"),o(c)}function o(c){return c===i?(e.consume(c),o):(e.exit("setextHeadingLineSequence"),fe(c)?Te(e,u,"lineSuffix")(c):u(c))}function u(c){return c===null||ee(c)?(e.exit("setextHeadingLine"),t(c)):n(c)}}const F0={tokenize:H0};function H0(e){const t=this,n=e.attempt(Gn,r,e.attempt(this.parser.constructs.flowInitial,i,Te(e,e.attempt(this.parser.constructs.flow,i,e.attempt(Yh,i)),"linePrefix")));return n;function r(a){if(a===null){e.consume(a);return}return e.enter("lineEndingBlank"),e.consume(a),e.exit("lineEndingBlank"),t.currentConstruct=void 0,n}function i(a){if(a===null){e.consume(a);return}return e.enter("lineEnding"),e.consume(a),e.exit("lineEnding"),t.currentConstruct=void 0,n}}const U0={resolveAll:zu()},j0=ju("string"),z0=ju("text");function ju(e){return{tokenize:t,resolveAll:zu(e==="text"?$0:void 0)};function t(n){const r=this,i=this.parser.constructs[e],a=n.attempt(i,s,o);return s;function s(d){return c(d)?a(d):o(d)}function o(d){if(d===null){n.consume(d);return}return n.enter("data"),n.consume(d),u}function u(d){return c(d)?(n.exit("data"),a(d)):(n.consume(d),u)}function c(d){if(d===null)return!0;const f=i[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 zu(e){return t;function t(n,r){let i=-1,a;for(;++i<=n.length;)a===void 0?n[i]&&n[i][1].type==="data"&&(a=i,i++):(!n[i]||n[i][1].type!=="data")&&(i!==a+2&&(n[a][1].end=n[i-1][1].end,n.splice(a+2,i-a-2),i=a+2),a=void 0);return e?e(n,r):n}}function $0(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],i=t.sliceStream(r);let a=i.length,s=-1,o=0,u;for(;a--;){const c=i[a];if(typeof c=="string"){for(s=c.length;c.charCodeAt(s-1)===32;)o++,s--;if(s)break;s=-1}else if(c===-2)u=!0,o++;else if(c!==-1){a++;break}}if(o){const c={type:n===e.length||u||o<2?"lineSuffix":"hardBreakTrailing",start:{line:r.end.line,column:r.end.column-o,offset:r.end.offset-o,_index:r.start._index+a,_bufferIndex:a?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 Y0(e,t,n){let r=Object.assign(n?Object.assign({},n):{line:1,column:1,offset:0},{_index:0,_bufferIndex:-1});const i={},a=[];let s=[],o=[];const u={consume:_,enter:S,exit:D,attempt:G(I),check:G(N),interrupt:G(N,{interrupt:!0})},c={previous:null,code:null,containerState:{},events:[],parser:e,sliceStream:h,sliceSerialize:m,now:b,defineSkip:A,write:f};let d=t.tokenize.call(c,u);return t.resolveAll&&a.push(t),c;function f(P){return s=et(s,P),w(),s[s.length-1]!==null?[]:(ae(t,0),c.events=Rr(a,c.events,c),c.events)}function m(P,$){return V0(h(P),$)}function h(P){return G0(s,P)}function b(){const{line:P,column:$,offset:U,_index:z,_bufferIndex:X}=r;return{line:P,column:$,offset:U,_index:z,_bufferIndex:X}}function A(P){i[P.line]=P.column,k()}function w(){let P;for(;r._index<s.length;){const $=s[r._index];if(typeof $=="string")for(P=r._index,r._bufferIndex<0&&(r._bufferIndex=0);r._index===P&&r._bufferIndex<$.length;)y($.charCodeAt(r._bufferIndex));else y($)}}function y(P){d=d(P)}function _(P){ee(P)?(r.line++,r.column=1,r.offset+=P===-3?2:1,k()):P!==-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=P}function S(P,$){const U=$||{};return U.type=P,U.start=b(),c.events.push(["enter",U,c]),o.push(U),U}function D(P){const $=o.pop();return $.end=b(),c.events.push(["exit",$,c]),$}function I(P,$){ae(P,$.from)}function N(P,$){$.restore()}function G(P,$){return U;function U(z,X,he){let xe,Re,De,g;return Array.isArray(z)?J(z):"tokenize"in z?J([z]):j(z);function j(V){return ie;function ie(te){const oe=te!==null&&V[te],ne=te!==null&&V.null,we=[...Array.isArray(oe)?oe:oe?[oe]:[],...Array.isArray(ne)?ne:ne?[ne]:[]];return J(we)(te)}}function J(V){return xe=V,Re=0,V.length===0?he:T(V[Re])}function T(V){return ie;function ie(te){return g=Z(),De=V,V.partial||(c.currentConstruct=V),V.name&&c.parser.constructs.disable.null.includes(V.name)?se():V.tokenize.call($?Object.assign(Object.create(c),$):c,u,Q,se)(te)}}function Q(V){return P(De,g),X}function se(V){return g.restore(),++Re<xe.length?T(xe[Re]):he}}}function ae(P,$){P.resolveAll&&!a.includes(P)&&a.push(P),P.resolve&&Ze(c.events,$,c.events.length-$,P.resolve(c.events.slice($),c)),P.resolveTo&&(c.events=P.resolveTo(c.events,c))}function Z(){const P=b(),$=c.previous,U=c.currentConstruct,z=c.events.length,X=Array.from(o);return{restore:he,from:z};function he(){r=P,c.previous=$,c.currentConstruct=U,c.events.length=z,o=X,k()}}function k(){r.line in i&&r.column<2&&(r.column=i[r.line],r.offset+=i[r.line]-1)}}function G0(e,t){const n=t.start._index,r=t.start._bufferIndex,i=t.end._index,a=t.end._bufferIndex;let s;if(n===i)s=[e[n].slice(r,a)];else{if(s=e.slice(n,i),r>-1){const o=s[0];typeof o=="string"?s[0]=o.slice(r):s.shift()}a>0&&s.push(e[i].slice(0,a))}return s}function V0(e,t){let n=-1;const r=[];let i;for(;++n<e.length;){const a=e[n];let s;if(typeof a=="string")s=a;else switch(a){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&&i)continue;s=" ";break}default:s=String.fromCharCode(a)}i=a===-2,r.push(s)}return r.join("")}const D0={42:We,43:We,45:We,48:We,49:We,50:We,51:We,52:We,53:We,54:We,55:We,56:We,57:We,62:wo},P0={91:Mh},M0={[-2]:Kr,[-1]:Kr,32:Kr},B0={35:zh,42:ur,45:[Ts,ur],60:Vh,61:Ts,95:ur,96:bs,126:bs},F0={38:Io,92:vo},H0={[-5]:Zr,[-4]:Zr,[-3]:Zr,33:c0,38:Io,42:Bi,60:[hh,Jh],91:d0,92:[Uh,vo],93:ma,95:Bi,96:wh},U0={null:[Bi,v0]},j0={null:[42,95]},z0={null:[]},$0=Object.freeze(Object.defineProperty({__proto__:null,attentionMarkers:j0,contentInitial:P0,disable:z0,document:D0,flow:B0,flowInitial:M0,insideSpan:U0,string:F0,text:H0},Symbol.toStringTag,{value:"Module"}));function Y0(e){const n=So([$0,...(e||{}).extensions||[]]),r={defined:[],lazy:{},constructs:n,content:i(sh),document:i(oh),flow:i(C0),string:i(I0),text:i(N0)};return r;function i(a){return s;function s(u){return O0(r,a,u)}}}function G0(e){for(;!No(e););return e}const xs=/[\0\t\n\r]/g;function V0(){let e=1,t="",n=!0,r;return i;function i(a,s,u){const o=[];let c,f,d,h,m;for(a=t+(typeof a=="string"?a.toString():new TextDecoder(s||void 0).decode(a)),d=0,t="",n&&(a.charCodeAt(0)===65279&&d++,n=void 0);d<a.length;){if(xs.lastIndex=d,c=xs.exec(a),h=c&&c.index!==void 0?c.index:a.length,m=a.charCodeAt(h),!c){t=a.slice(d);break}if(m===10&&d===h&&r)o.push(-3),r=void 0;else switch(r&&(o.push(-5),r=void 0),d<h&&(o.push(a.slice(d,h)),e+=h-d),m){case 0:{o.push(65533),e++;break}case 9:{for(f=Math.ceil(e/4)*4,o.push(-2);e++<f;)o.push(-1);break}case 10:{o.push(-4),e=1;break}default:r=!0,e=1}d=h+1}return u&&(r&&o.push(-5),t&&o.push(t),o.push(null)),o}}const q0=/\\([!-/:-@[-`{-~])|&(#(?:\d{1,7}|x[\da-f]{1,6})|[\da-z]{1,31});/gi;function W0(e){return e.replace(q0,X0)}function X0(e,t,n){if(t)return t;if(n.charCodeAt(0)===35){const i=n.charCodeAt(1),a=i===120||i===88;return Co(n.slice(a?2:1),a?16:10)}return ha(n)||e}const Po={}.hasOwnProperty;function Q0(e,t,n){return typeof t!="string"&&(n=t,t=void 0),K0(n)(G0(Y0(n).document().write(V0()(e,t,!0))))}function K0(e){const t={transforms:[],canContainEols:["emphasis","fragment","heading","paragraph","strong"],enter:{autolink:a(Kt),autolinkProtocol:G,autolinkEmail:G,atxHeading:a(Ze),blockQuote:a(ie),characterEscape:G,characterReference:G,codeFenced:a(ae),codeFencedFenceInfo:s,codeFencedFenceMeta:s,codeIndented:a(ae,s),codeText:a(Ne,s),codeTextData:G,data:G,codeFlowValue:G,definition:a(z),definitionDestinationString:s,definitionLabelString:s,definitionTitleString:s,emphasis:a(Pe),hardBreakEscape:a(ct),hardBreakTrailing:a(ct),htmlFlow:a(Ct,s),htmlFlowData:G,htmlText:a(Ct,s),htmlTextData:G,image:a($e),label:s,link:a(Kt),listItem:a(V),listItemValue:h,listOrdered:a(wt,d),listUnordered:a(wt),paragraph:a(me),reference:T,referenceString:s,resourceDestinationString:s,resourceTitleString:s,setextHeading:a(Ze),strong:a(be),thematicBreak:a(Ce)},exit:{atxHeading:o(),atxHeadingSequence:N,autolink:o(),autolinkEmail:re,autolinkProtocol:ee,blockQuote:o(),characterEscapeValue:w,characterReferenceMarkerHexadecimal:ne,characterReferenceMarkerNumeric:ne,characterReferenceValue:W,codeFenced:o(C),codeFencedFence:A,codeFencedFenceInfo:m,codeFencedFenceMeta:b,codeFlowValue:w,codeIndented:o(y),codeText:o(J),codeTextData:w,data:w,definition:o(),definitionDestinationString:D,definitionLabelString:S,definitionTitleString:v,emphasis:o(),hardBreakEscape:o(H),hardBreakTrailing:o(H),htmlFlow:o($),htmlFlowData:w,htmlText:o(Y),htmlTextData:w,image:o(Se),label:Re,labelText:Oe,lineEnding:j,link:o(he),listItem:o(),listOrdered:o(),listUnordered:o(),paragraph:o(),referenceString:Q,resourceDestinationString:p,resourceTitleString:U,resource:Z,setextHeading:o(ue),setextHeadingLineSequence:q,setextHeadingText:O,strong:o(),thematicBreak:o()}};Mo(t,(e||{}).mdastExtensions||[]);const n={};return r;function r(R){let B={type:"root",children:[]};const K={stack:[B],tokenStack:[],config:t,enter:u,exit:c,buffer:s,resume:f,data:n},le=[];let pe=-1;for(;++pe<R.length;)if(R[pe][1].type==="listOrdered"||R[pe][1].type==="listUnordered")if(R[pe][0]==="enter")le.push(pe);else{const Xe=le.pop();pe=i(R,Xe,pe)}for(pe=-1;++pe<R.length;){const Xe=t[R[pe][0]];Po.call(Xe,R[pe][1].type)&&Xe[R[pe][1].type].call(Object.assign({sliceSerialize:R[pe][2].sliceSerialize},K),R[pe][1])}if(K.tokenStack.length>0){const Xe=K.tokenStack[K.tokenStack.length-1];(Xe[1]||ys).call(K,void 0,Xe[0])}for(B.position={start:vt(R.length>0?R[0][1].start:{line:1,column:1,offset:0}),end:vt(R.length>0?R[R.length-2][1].end:{line:1,column:1,offset:0})},pe=-1;++pe<t.transforms.length;)B=t.transforms[pe](B)||B;return B}function i(R,B,K){let le=B-1,pe=-1,Xe=!1,yt,st,Mt,ye;for(;++le<=K;){const xe=R[le];switch(xe[1].type){case"listUnordered":case"listOrdered":case"blockQuote":{xe[0]==="enter"?pe++:pe--,ye=void 0;break}case"lineEndingBlank":{xe[0]==="enter"&&(yt&&!ye&&!pe&&!Mt&&(Mt=le),ye=void 0);break}case"linePrefix":case"listItemValue":case"listItemMarker":case"listItemPrefix":case"listItemPrefixWhitespace":break;default:ye=void 0}if(!pe&&xe[0]==="enter"&&xe[1].type==="listItemPrefix"||pe===-1&&xe[0]==="exit"&&(xe[1].type==="listUnordered"||xe[1].type==="listOrdered")){if(yt){let ut=le;for(st=void 0;ut--;){const ft=R[ut];if(ft[1].type==="lineEnding"||ft[1].type==="lineEndingBlank"){if(ft[0]==="exit")continue;st&&(R[st][1].type="lineEndingBlank",Xe=!0),ft[1].type="lineEnding",st=ut}else if(!(ft[1].type==="linePrefix"||ft[1].type==="blockQuotePrefix"||ft[1].type==="blockQuotePrefixWhitespace"||ft[1].type==="blockQuoteMarker"||ft[1].type==="listItemIndent"))break}Mt&&(!st||Mt<st)&&(yt._spread=!0),yt.end=Object.assign({},st?R[st][1].start:xe[1].end),R.splice(st||le,0,["exit",yt,xe[2]]),le++,K++}if(xe[1].type==="listItemPrefix"){const ut={type:"listItem",_spread:!1,start:Object.assign({},xe[1].start),end:void 0};yt=ut,R.splice(le,0,["enter",ut,xe[2]]),le++,K++,Mt=void 0,ye=!0}}}return R[B][1]._spread=Xe,K}function a(R,B){return K;function K(le){u.call(this,R(le),le),B&&B.call(this,le)}}function s(){this.stack.push({type:"fragment",children:[]})}function u(R,B,K){this.stack[this.stack.length-1].children.push(R),this.stack.push(R),this.tokenStack.push([B,K]),R.position={start:vt(B.start),end:void 0}}function o(R){return B;function B(K){R&&R.call(this,K),c.call(this,K)}}function c(R,B){const K=this.stack.pop(),le=this.tokenStack.pop();if(le)le[0].type!==R.type&&(B?B.call(this,R,le[0]):(le[1]||ys).call(this,R,le[0]));else throw new Error("Cannot close `"+R.type+"` ("+vn({start:R.start,end:R.end})+"): it’s not open");K.position.end=vt(R.end)}function f(){return da(this.stack.pop())}function d(){this.data.expectingFirstListItemValue=!0}function h(R){if(this.data.expectingFirstListItemValue){const B=this.stack[this.stack.length-2];B.start=Number.parseInt(this.sliceSerialize(R),10),this.data.expectingFirstListItemValue=void 0}}function m(){const R=this.resume(),B=this.stack[this.stack.length-1];B.lang=R}function b(){const R=this.resume(),B=this.stack[this.stack.length-1];B.meta=R}function A(){this.data.flowCodeInside||(this.buffer(),this.data.flowCodeInside=!0)}function C(){const R=this.resume(),B=this.stack[this.stack.length-1];B.value=R.replace(/^(\r?\n|\r)|(\r?\n|\r)$/g,""),this.data.flowCodeInside=void 0}function y(){const R=this.resume(),B=this.stack[this.stack.length-1];B.value=R.replace(/(\r?\n|\r)$/g,"")}function S(R){const B=this.resume(),K=this.stack[this.stack.length-1];K.label=B,K.identifier=ot(this.sliceSerialize(R)).toLowerCase()}function v(){const R=this.resume(),B=this.stack[this.stack.length-1];B.title=R}function D(){const R=this.resume(),B=this.stack[this.stack.length-1];B.url=R}function N(R){const B=this.stack[this.stack.length-1];if(!B.depth){const K=this.sliceSerialize(R).length;B.depth=K}}function O(){this.data.setextHeadingSlurpLineEnding=!0}function q(R){const B=this.stack[this.stack.length-1];B.depth=this.sliceSerialize(R).codePointAt(0)===61?1:2}function ue(){this.data.setextHeadingSlurpLineEnding=void 0}function G(R){const K=this.stack[this.stack.length-1].children;let le=K[K.length-1];(!le||le.type!=="text")&&(le=fe(),le.position={start:vt(R.start),end:void 0},K.push(le)),this.stack.push(le)}function w(R){const B=this.stack.pop();B.value+=this.sliceSerialize(R),B.position.end=vt(R.end)}function j(R){const B=this.stack[this.stack.length-1];if(this.data.atHardBreak){const K=B.children[B.children.length-1];K.position.end=vt(R.end),this.data.atHardBreak=void 0;return}!this.data.setextHeadingSlurpLineEnding&&t.canContainEols.includes(B.type)&&(G.call(this,R),w.call(this,R))}function H(){this.data.atHardBreak=!0}function $(){const R=this.resume(),B=this.stack[this.stack.length-1];B.value=R}function Y(){const R=this.resume(),B=this.stack[this.stack.length-1];B.value=R}function J(){const R=this.resume(),B=this.stack[this.stack.length-1];B.value=R}function he(){const R=this.stack[this.stack.length-1];if(this.data.inReference){const B=this.data.referenceType||"shortcut";R.type+="Reference",R.referenceType=B,delete R.url,delete R.title}else delete R.identifier,delete R.label;this.data.referenceType=void 0}function Se(){const R=this.stack[this.stack.length-1];if(this.data.inReference){const B=this.data.referenceType||"shortcut";R.type+="Reference",R.referenceType=B,delete R.url,delete R.title}else delete R.identifier,delete R.label;this.data.referenceType=void 0}function Oe(R){const B=this.sliceSerialize(R),K=this.stack[this.stack.length-2];K.label=W0(B),K.identifier=ot(B).toLowerCase()}function Re(){const R=this.stack[this.stack.length-1],B=this.resume(),K=this.stack[this.stack.length-1];if(this.data.inReference=!0,K.type==="link"){const le=R.children;K.children=le}else K.alt=B}function p(){const R=this.resume(),B=this.stack[this.stack.length-1];B.url=R}function U(){const R=this.resume(),B=this.stack[this.stack.length-1];B.title=R}function Z(){this.data.inReference=void 0}function T(){this.data.referenceType="collapsed"}function Q(R){const B=this.resume(),K=this.stack[this.stack.length-1];K.label=B,K.identifier=ot(this.sliceSerialize(R)).toLowerCase(),this.data.referenceType="full"}function ne(R){this.data.characterReferenceType=R.type}function W(R){const B=this.sliceSerialize(R),K=this.data.characterReferenceType;let le;K?(le=Co(B,K==="characterReferenceMarkerNumeric"?10:16),this.data.characterReferenceType=void 0):le=ha(B);const pe=this.stack.pop();pe.value+=le,pe.position.end=vt(R.end)}function ee(R){w.call(this,R);const B=this.stack[this.stack.length-1];B.url=this.sliceSerialize(R)}function re(R){w.call(this,R);const B=this.stack[this.stack.length-1];B.url="mailto:"+this.sliceSerialize(R)}function ie(){return{type:"blockquote",children:[]}}function ae(){return{type:"code",lang:null,meta:null,value:""}}function Ne(){return{type:"inlineCode",value:""}}function z(){return{type:"definition",identifier:"",label:null,title:null,url:""}}function Pe(){return{type:"emphasis",children:[]}}function Ze(){return{type:"heading",depth:0,children:[]}}function ct(){return{type:"break"}}function Ct(){return{type:"html",value:""}}function $e(){return{type:"image",title:null,url:"",alt:null}}function Kt(){return{type:"link",title:null,url:"",children:[]}}function wt(R){return{type:"list",ordered:R.type==="listOrdered",start:null,spread:R._spread,children:[]}}function V(R){return{type:"listItem",spread:R._spread,checked:null,children:[]}}function me(){return{type:"paragraph",children:[]}}function be(){return{type:"strong",children:[]}}function fe(){return{type:"text",value:""}}function Ce(){return{type:"thematicBreak"}}}function vt(e){return{line:e.line,column:e.column,offset:e.offset}}function Mo(e,t){let n=-1;for(;++n<t.length;){const r=t[n];Array.isArray(r)?Mo(e,r):Z0(e,r)}}function Z0(e,t){let n;for(n in t)if(Po.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 ys(e,t){throw e?new Error("Cannot close `"+e.type+"` ("+vn({start:e.start,end:e.end})+"): a different token (`"+t.type+"`, "+vn({start:t.start,end:t.end})+") is open"):new Error("Cannot close document, a token (`"+t.type+"`, "+vn({start:t.start,end:t.end})+") is still open")}function J0(e){const t=this;t.parser=n;function n(r){return Q0(r,{...t.data("settings"),...e,extensions:t.data("micromarkExtensions")||[],mdastExtensions:t.data("fromMarkdownExtensions")||[]})}}function em(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 tm(e,t){const n={type:"element",tagName:"br",properties:{},children:[]};return e.patch(t,n),[e.applyData(t,n),{type:"text",value:`
|
|
51
|
-
`}]}function
|
|
52
|
-
`:"",r={};t.lang&&(r.className=["language-"+t.lang]);let i={type:"element",tagName:"code",properties:r,children:[{type:"text",value:n}]};return t.meta&&(i.data={meta:t.meta}),e.patch(t,i),i=e.applyData(t,i),i={type:"element",tagName:"pre",properties:{},children:[i]},e.patch(t,i),i}function
|
|
53
|
-
`}),
|
|
54
|
-
`});const c={type:"element",tagName:"li",properties:a,children:s};return e.patch(t,c),e.applyData(t,c)}function
|
|
55
|
-
`},{type:"element",tagName:"ol",properties:{},children:e.wrap(
|
|
56
|
-
`}]}}const
|
|
50
|
+
`;break}case-2:{s=t?" ":" ";break}case-1:{if(!t&&i)continue;s=" ";break}default:s=String.fromCharCode(a)}i=a===-2,r.push(s)}return r.join("")}const q0={42:Ke,43:Ke,45:Ke,48:Ke,49:Ke,50:Ke,51:Ke,52:Ke,53:Ke,54:Ke,55:Ke,56:Ke,57:Ke,62:Du},W0={91:Xh},X0={[-2]:ei,[-1]:ei,32:ei},Q0={35:t0,42:cr,45:[_s,cr],60:a0,61:_s,95:cr,96:ys,126:ys},K0={38:Mu,92:Pu},J0={[-5]:ti,[-4]:ti,[-3]:ti,33:_0,38:Mu,42:Ui,60:[wh,f0],91:S0,92:[Zh,Pu],93:ba,95:Ui,96:Hh},Z0={null:[Ui,U0]},em={null:[42,95]},tm={null:[]},nm=Object.freeze(Object.defineProperty({__proto__:null,attentionMarkers:em,contentInitial:W0,disable:tm,document:q0,flow:Q0,flowInitial:X0,insideSpan:Z0,string:K0,text:J0},Symbol.toStringTag,{value:"Module"}));function rm(e){const n=Lu([nm,...(e||{}).extensions||[]]),r={defined:[],lazy:{},constructs:n,content:i(Th),document:i(yh),flow:i(F0),string:i(j0),text:i(z0)};return r;function i(a){return s;function s(o){return Y0(r,a,o)}}}function im(e){for(;!Bu(e););return e}const Cs=/[\0\t\n\r]/g;function am(){let e=1,t="",n=!0,r;return i;function i(a,s,o){const u=[];let c,d,f,m,h;for(a=t+(typeof a=="string"?a.toString():new TextDecoder(s||void 0).decode(a)),f=0,t="",n&&(a.charCodeAt(0)===65279&&f++,n=void 0);f<a.length;){if(Cs.lastIndex=f,c=Cs.exec(a),m=c&&c.index!==void 0?c.index:a.length,h=a.charCodeAt(m),!c){t=a.slice(f);break}if(h===10&&f===m&&r)u.push(-3),r=void 0;else switch(r&&(u.push(-5),r=void 0),f<m&&(u.push(a.slice(f,m)),e+=m-f),h){case 0:{u.push(65533),e++;break}case 9:{for(d=Math.ceil(e/4)*4,u.push(-2);e++<d;)u.push(-1);break}case 10:{u.push(-4),e=1;break}default:r=!0,e=1}f=m+1}return o&&(r&&u.push(-5),t&&u.push(t),u.push(null)),u}}const sm=/\\([!-/:-@[-`{-~])|&(#(?:\d{1,7}|x[\da-f]{1,6})|[\da-z]{1,31});/gi;function om(e){return e.replace(sm,um)}function um(e,t,n){if(t)return t;if(n.charCodeAt(0)===35){const i=n.charCodeAt(1),a=i===120||i===88;return Ru(n.slice(a?2:1),a?16:10)}return ga(n)||e}const $u={}.hasOwnProperty;function lm(e,t,n){return typeof t!="string"&&(n=t,t=void 0),cm(n)(im(rm(n).document().write(am()(e,t,!0))))}function cm(e){const t={transforms:[],canContainEols:["emphasis","fragment","heading","paragraph","strong"],enter:{autolink:a(He),autolinkProtocol:Z,autolinkEmail:Z,atxHeading:a(Ue),blockQuote:a(oe),characterEscape:Z,characterReference:Z,codeFenced:a(ne),codeFencedFenceInfo:s,codeFencedFenceMeta:s,codeIndented:a(ne,s),codeText:a(we,s),codeTextData:Z,data:Z,codeFlowValue:Z,definition:a(Y),definitionDestinationString:s,definitionLabelString:s,definitionTitleString:s,emphasis:a(ke),hardBreakEscape:a(ct),hardBreakTrailing:a(ct),htmlFlow:a(Dt,s),htmlFlowData:Z,htmlText:a(Dt,s),htmlTextData:Z,image:a(en),label:s,link:a(He),listItem:a(Pt),listItemValue:m,listOrdered:a(tn,f),listUnordered:a(tn),paragraph:a(me),reference:T,referenceString:s,resourceDestinationString:s,resourceTitleString:s,setextHeading:a(Ue),strong:a(K),thematicBreak:a(pe)},exit:{atxHeading:u(),atxHeadingSequence:I,autolink:u(),autolinkEmail:te,autolinkProtocol:ie,blockQuote:u(),characterEscapeValue:k,characterReferenceMarkerHexadecimal:se,characterReferenceMarkerNumeric:se,characterReferenceValue:V,codeFenced:u(w),codeFencedFence:A,codeFencedFenceInfo:h,codeFencedFenceMeta:b,codeFlowValue:k,codeIndented:u(y),codeText:u(X),codeTextData:k,data:k,definition:u(),definitionDestinationString:D,definitionLabelString:_,definitionTitleString:S,emphasis:u(),hardBreakEscape:u($),hardBreakTrailing:u($),htmlFlow:u(U),htmlFlowData:k,htmlText:u(z),htmlTextData:k,image:u(xe),label:De,labelText:Re,lineEnding:P,link:u(he),listItem:u(),listOrdered:u(),listUnordered:u(),paragraph:u(),referenceString:Q,resourceDestinationString:g,resourceTitleString:j,resource:J,setextHeading:u(ae),setextHeadingLineSequence:G,setextHeadingText:N,strong:u(),thematicBreak:u()}};Yu(t,(e||{}).mdastExtensions||[]);const n={};return r;function r(L){let B={type:"root",children:[]};const q={stack:[B],tokenStack:[],config:t,enter:o,exit:c,buffer:s,resume:d,data:n},re=[];let ge=-1;for(;++ge<L.length;)if(L[ge][1].type==="listOrdered"||L[ge][1].type==="listUnordered")if(L[ge][0]==="enter")re.push(ge);else{const qe=re.pop();ge=i(L,qe,ge)}for(ge=-1;++ge<L.length;){const qe=t[L[ge][0]];$u.call(qe,L[ge][1].type)&&qe[L[ge][1].type].call(Object.assign({sliceSerialize:L[ge][2].sliceSerialize},q),L[ge][1])}if(q.tokenStack.length>0){const qe=q.tokenStack[q.tokenStack.length-1];(qe[1]||Ss).call(q,void 0,qe[0])}for(B.position={start:Ct(L.length>0?L[0][1].start:{line:1,column:1,offset:0}),end:Ct(L.length>0?L[L.length-2][1].end:{line:1,column:1,offset:0})},ge=-1;++ge<t.transforms.length;)B=t.transforms[ge](B)||B;return B}function i(L,B,q){let re=B-1,ge=-1,qe=!1,We,ot,Mt,Bt;for(;++re<=q;){const Ye=L[re];switch(Ye[1].type){case"listUnordered":case"listOrdered":case"blockQuote":{Ye[0]==="enter"?ge++:ge--,Bt=void 0;break}case"lineEndingBlank":{Ye[0]==="enter"&&(We&&!Bt&&!ge&&!Mt&&(Mt=re),Bt=void 0);break}case"linePrefix":case"listItemValue":case"listItemMarker":case"listItemPrefix":case"listItemPrefixWhitespace":break;default:Bt=void 0}if(!ge&&Ye[0]==="enter"&&Ye[1].type==="listItemPrefix"||ge===-1&&Ye[0]==="exit"&&(Ye[1].type==="listUnordered"||Ye[1].type==="listOrdered")){if(We){let ye=re;for(ot=void 0;ye--;){const Ce=L[ye];if(Ce[1].type==="lineEnding"||Ce[1].type==="lineEndingBlank"){if(Ce[0]==="exit")continue;ot&&(L[ot][1].type="lineEndingBlank",qe=!0),Ce[1].type="lineEnding",ot=ye}else if(!(Ce[1].type==="linePrefix"||Ce[1].type==="blockQuotePrefix"||Ce[1].type==="blockQuotePrefixWhitespace"||Ce[1].type==="blockQuoteMarker"||Ce[1].type==="listItemIndent"))break}Mt&&(!ot||Mt<ot)&&(We._spread=!0),We.end=Object.assign({},ot?L[ot][1].start:Ye[1].end),L.splice(ot||re,0,["exit",We,Ye[2]]),re++,q++}if(Ye[1].type==="listItemPrefix"){const ye={type:"listItem",_spread:!1,start:Object.assign({},Ye[1].start),end:void 0};We=ye,L.splice(re,0,["enter",ye,Ye[2]]),re++,q++,Mt=void 0,Bt=!0}}}return L[B][1]._spread=qe,q}function a(L,B){return q;function q(re){o.call(this,L(re),re),B&&B.call(this,re)}}function s(){this.stack.push({type:"fragment",children:[]})}function o(L,B,q){this.stack[this.stack.length-1].children.push(L),this.stack.push(L),this.tokenStack.push([B,q]),L.position={start:Ct(B.start),end:void 0}}function u(L){return B;function B(q){L&&L.call(this,q),c.call(this,q)}}function c(L,B){const q=this.stack.pop(),re=this.tokenStack.pop();if(re)re[0].type!==L.type&&(B?B.call(this,L,re[0]):(re[1]||Ss).call(this,L,re[0]));else throw new Error("Cannot close `"+L.type+"` ("+Nn({start:L.start,end:L.end})+"): it’s not open");q.position.end=Ct(L.end)}function d(){return pa(this.stack.pop())}function f(){this.data.expectingFirstListItemValue=!0}function m(L){if(this.data.expectingFirstListItemValue){const B=this.stack[this.stack.length-2];B.start=Number.parseInt(this.sliceSerialize(L),10),this.data.expectingFirstListItemValue=void 0}}function h(){const L=this.resume(),B=this.stack[this.stack.length-1];B.lang=L}function b(){const L=this.resume(),B=this.stack[this.stack.length-1];B.meta=L}function A(){this.data.flowCodeInside||(this.buffer(),this.data.flowCodeInside=!0)}function w(){const L=this.resume(),B=this.stack[this.stack.length-1];B.value=L.replace(/^(\r?\n|\r)|(\r?\n|\r)$/g,""),this.data.flowCodeInside=void 0}function y(){const L=this.resume(),B=this.stack[this.stack.length-1];B.value=L.replace(/(\r?\n|\r)$/g,"")}function _(L){const B=this.resume(),q=this.stack[this.stack.length-1];q.label=B,q.identifier=ut(this.sliceSerialize(L)).toLowerCase()}function S(){const L=this.resume(),B=this.stack[this.stack.length-1];B.title=L}function D(){const L=this.resume(),B=this.stack[this.stack.length-1];B.url=L}function I(L){const B=this.stack[this.stack.length-1];if(!B.depth){const q=this.sliceSerialize(L).length;B.depth=q}}function N(){this.data.setextHeadingSlurpLineEnding=!0}function G(L){const B=this.stack[this.stack.length-1];B.depth=this.sliceSerialize(L).codePointAt(0)===61?1:2}function ae(){this.data.setextHeadingSlurpLineEnding=void 0}function Z(L){const q=this.stack[this.stack.length-1].children;let re=q[q.length-1];(!re||re.type!=="text")&&(re=ce(),re.position={start:Ct(L.start),end:void 0},q.push(re)),this.stack.push(re)}function k(L){const B=this.stack.pop();B.value+=this.sliceSerialize(L),B.position.end=Ct(L.end)}function P(L){const B=this.stack[this.stack.length-1];if(this.data.atHardBreak){const q=B.children[B.children.length-1];q.position.end=Ct(L.end),this.data.atHardBreak=void 0;return}!this.data.setextHeadingSlurpLineEnding&&t.canContainEols.includes(B.type)&&(Z.call(this,L),k.call(this,L))}function $(){this.data.atHardBreak=!0}function U(){const L=this.resume(),B=this.stack[this.stack.length-1];B.value=L}function z(){const L=this.resume(),B=this.stack[this.stack.length-1];B.value=L}function X(){const L=this.resume(),B=this.stack[this.stack.length-1];B.value=L}function he(){const L=this.stack[this.stack.length-1];if(this.data.inReference){const B=this.data.referenceType||"shortcut";L.type+="Reference",L.referenceType=B,delete L.url,delete L.title}else delete L.identifier,delete L.label;this.data.referenceType=void 0}function xe(){const L=this.stack[this.stack.length-1];if(this.data.inReference){const B=this.data.referenceType||"shortcut";L.type+="Reference",L.referenceType=B,delete L.url,delete L.title}else delete L.identifier,delete L.label;this.data.referenceType=void 0}function Re(L){const B=this.sliceSerialize(L),q=this.stack[this.stack.length-2];q.label=om(B),q.identifier=ut(B).toLowerCase()}function De(){const L=this.stack[this.stack.length-1],B=this.resume(),q=this.stack[this.stack.length-1];if(this.data.inReference=!0,q.type==="link"){const re=L.children;q.children=re}else q.alt=B}function g(){const L=this.resume(),B=this.stack[this.stack.length-1];B.url=L}function j(){const L=this.resume(),B=this.stack[this.stack.length-1];B.title=L}function J(){this.data.inReference=void 0}function T(){this.data.referenceType="collapsed"}function Q(L){const B=this.resume(),q=this.stack[this.stack.length-1];q.label=B,q.identifier=ut(this.sliceSerialize(L)).toLowerCase(),this.data.referenceType="full"}function se(L){this.data.characterReferenceType=L.type}function V(L){const B=this.sliceSerialize(L),q=this.data.characterReferenceType;let re;q?(re=Ru(B,q==="characterReferenceMarkerNumeric"?10:16),this.data.characterReferenceType=void 0):re=ga(B);const ge=this.stack.pop();ge.value+=re,ge.position.end=Ct(L.end)}function ie(L){k.call(this,L);const B=this.stack[this.stack.length-1];B.url=this.sliceSerialize(L)}function te(L){k.call(this,L);const B=this.stack[this.stack.length-1];B.url="mailto:"+this.sliceSerialize(L)}function oe(){return{type:"blockquote",children:[]}}function ne(){return{type:"code",lang:null,meta:null,value:""}}function we(){return{type:"inlineCode",value:""}}function Y(){return{type:"definition",identifier:"",label:null,title:null,url:""}}function ke(){return{type:"emphasis",children:[]}}function Ue(){return{type:"heading",depth:0,children:[]}}function ct(){return{type:"break"}}function Dt(){return{type:"html",value:""}}function en(){return{type:"image",title:null,url:"",alt:null}}function He(){return{type:"link",title:null,url:"",children:[]}}function tn(L){return{type:"list",ordered:L.type==="listOrdered",start:null,spread:L._spread,children:[]}}function Pt(L){return{type:"listItem",spread:L._spread,checked:null,children:[]}}function me(){return{type:"paragraph",children:[]}}function K(){return{type:"strong",children:[]}}function ce(){return{type:"text",value:""}}function pe(){return{type:"thematicBreak"}}}function Ct(e){return{line:e.line,column:e.column,offset:e.offset}}function Yu(e,t){let n=-1;for(;++n<t.length;){const r=t[n];Array.isArray(r)?Yu(e,r):dm(e,r)}}function dm(e,t){let n;for(n in t)if($u.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 Ss(e,t){throw e?new Error("Cannot close `"+e.type+"` ("+Nn({start:e.start,end:e.end})+"): a different token (`"+t.type+"`, "+Nn({start:t.start,end:t.end})+") is open"):new Error("Cannot close document, a token (`"+t.type+"`, "+Nn({start:t.start,end:t.end})+") is still open")}function fm(e){const t=this;t.parser=n;function n(r){return lm(r,{...t.data("settings"),...e,extensions:t.data("micromarkExtensions")||[],mdastExtensions:t.data("fromMarkdownExtensions")||[]})}}function hm(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 mm(e,t){const n={type:"element",tagName:"br",properties:{},children:[]};return e.patch(t,n),[e.applyData(t,n),{type:"text",value:`
|
|
51
|
+
`}]}function pm(e,t){const n=t.value?t.value+`
|
|
52
|
+
`:"",r={};t.lang&&(r.className=["language-"+t.lang]);let i={type:"element",tagName:"code",properties:r,children:[{type:"text",value:n}]};return t.meta&&(i.data={meta:t.meta}),e.patch(t,i),i=e.applyData(t,i),i={type:"element",tagName:"pre",properties:{},children:[i]},e.patch(t,i),i}function gm(e,t){const n={type:"element",tagName:"del",properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}function bm(e,t){const n={type:"element",tagName:"em",properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}function Em(e,t){const n=typeof e.options.clobberPrefix=="string"?e.options.clobberPrefix:"user-content-",r=String(t.identifier).toUpperCase(),i=bn(r.toLowerCase()),a=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=a+1,o+=1,e.footnoteCounts.set(r,o);const u={type:"element",tagName:"a",properties:{href:"#"+n+"fn-"+i,id:n+"fnref-"+i+(o>1?"-"+o:""),dataFootnoteRef:!0,ariaDescribedBy:["footnote-label"]},children:[{type:"text",value:String(s)}]};e.patch(t,u);const c={type:"element",tagName:"sup",properties:{},children:[u]};return e.patch(t,c),e.applyData(t,c)}function Tm(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 xm(e,t){if(e.options.allowDangerousHtml){const n={type:"raw",value:t.value};return e.patch(t,n),e.applyData(t,n)}}function Gu(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 i=e.all(t),a=i[0];a&&a.type==="text"?a.value="["+a.value:i.unshift({type:"text",value:"["});const s=i[i.length-1];return s&&s.type==="text"?s.value+=r:i.push({type:"text",value:r}),i}function ym(e,t){const n=String(t.identifier).toUpperCase(),r=e.definitionById.get(n);if(!r)return Gu(e,t);const i={src:bn(r.url||""),alt:t.alt};r.title!==null&&r.title!==void 0&&(i.title=r.title);const a={type:"element",tagName:"img",properties:i,children:[]};return e.patch(t,a),e.applyData(t,a)}function Am(e,t){const n={src:bn(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 _m(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 Cm(e,t){const n=String(t.identifier).toUpperCase(),r=e.definitionById.get(n);if(!r)return Gu(e,t);const i={href:bn(r.url||"")};r.title!==null&&r.title!==void 0&&(i.title=r.title);const a={type:"element",tagName:"a",properties:i,children:e.all(t)};return e.patch(t,a),e.applyData(t,a)}function Sm(e,t){const n={href:bn(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 wm(e,t,n){const r=e.all(t),i=n?vm(n):Vu(t),a={},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:[]}),a.className=["task-list-item"]}let o=-1;for(;++o<r.length;){const d=r[o];(i||o!==0||d.type!=="element"||d.tagName!=="p")&&s.push({type:"text",value:`
|
|
53
|
+
`}),d.type==="element"&&d.tagName==="p"&&!i?s.push(...d.children):s.push(d)}const u=r[r.length-1];u&&(i||u.type!=="element"||u.tagName!=="p")&&s.push({type:"text",value:`
|
|
54
|
+
`});const c={type:"element",tagName:"li",properties:a,children:s};return e.patch(t,c),e.applyData(t,c)}function vm(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=Vu(n[r])}return t}function Vu(e){const t=e.spread;return t??e.children.length>1}function Im(e,t){const n={},r=e.all(t);let i=-1;for(typeof t.start=="number"&&t.start!==1&&(n.start=t.start);++i<r.length;){const s=r[i];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 a={type:"element",tagName:t.ordered?"ol":"ul",properties:n,children:e.wrap(r,!0)};return e.patch(t,a),e.applyData(t,a)}function Nm(e,t){const n={type:"element",tagName:"p",properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}function km(e,t){const n={type:"root",children:e.wrap(e.all(t))};return e.patch(t,n),e.applyData(t,n)}function Om(e,t){const n={type:"element",tagName:"strong",properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}function Lm(e,t){const n=e.all(t),r=n.shift(),i=[];if(r){const s={type:"element",tagName:"thead",properties:{},children:e.wrap([r],!0)};e.patch(t.children[0],s),i.push(s)}if(n.length>0){const s={type:"element",tagName:"tbody",properties:{},children:e.wrap(n,!0)},o=Et(t.children[1]),u=Or(t.children[t.children.length-1]);o&&u&&(s.position={start:o,end:u}),i.push(s)}const a={type:"element",tagName:"table",properties:{},children:e.wrap(i,!0)};return e.patch(t,a),e.applyData(t,a)}function Rm(e,t,n){const r=n?n.children:void 0,a=(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 u=-1;const c=[];for(;++u<o;){const f=t.children[u],m={},h=s?s[u]:void 0;h&&(m.align=h);let b={type:"element",tagName:a,properties:m,children:[]};f&&(b.children=e.all(f),e.patch(f,b),b=e.applyData(f,b)),c.push(b)}const d={type:"element",tagName:"tr",properties:{},children:e.wrap(c,!0)};return e.patch(t,d),e.applyData(t,d)}function Dm(e,t){const n={type:"element",tagName:"td",properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}const ws=9,vs=32;function Pm(e){const t=String(e),n=/\r?\n|\r/g;let r=n.exec(t),i=0;const a=[];for(;r;)a.push(Is(t.slice(i,r.index),i>0,!0),r[0]),i=r.index+r[0].length,r=n.exec(t);return a.push(Is(t.slice(i),i>0,!1)),a.join("")}function Is(e,t,n){let r=0,i=e.length;if(t){let a=e.codePointAt(r);for(;a===ws||a===vs;)r++,a=e.codePointAt(r)}if(n){let a=e.codePointAt(i-1);for(;a===ws||a===vs;)i--,a=e.codePointAt(i-1)}return i>r?e.slice(r,i):""}function Mm(e,t){const n={type:"text",value:Pm(String(t.value))};return e.patch(t,n),e.applyData(t,n)}function Bm(e,t){const n={type:"element",tagName:"hr",properties:{},children:[]};return e.patch(t,n),e.applyData(t,n)}const Fm={blockquote:hm,break:mm,code:pm,delete:gm,emphasis:bm,footnoteReference:Em,heading:Tm,html:xm,imageReference:ym,image:Am,inlineCode:_m,linkReference:Cm,link:Sm,listItem:wm,list:Im,paragraph:Nm,root:km,strong:Om,table:Lm,tableCell:Dm,tableRow:Rm,text:Mm,thematicBreak:Bm,toml:tr,yaml:tr,definition:tr,footnoteDefinition:tr};function tr(){}const qu=-1,Dr=0,pr=1,gr=2,Ea=3,Ta=4,xa=5,ya=6,Wu=7,Xu=8,Ns=typeof self=="object"?self:globalThis,Hm=(e,t)=>{const n=(i,a)=>(e.set(a,i),i),r=i=>{if(e.has(i))return e.get(i);const[a,s]=t[i];switch(a){case Dr:case qu:return n(s,i);case pr:{const o=n([],i);for(const u of s)o.push(r(u));return o}case gr:{const o=n({},i);for(const[u,c]of s)o[r(u)]=r(c);return o}case Ea:return n(new Date(s),i);case Ta:{const{source:o,flags:u}=s;return n(new RegExp(o,u),i)}case xa:{const o=n(new Map,i);for(const[u,c]of s)o.set(r(u),r(c));return o}case ya:{const o=n(new Set,i);for(const u of s)o.add(r(u));return o}case Wu:{const{name:o,message:u}=s;return n(new Ns[o](u),i)}case Xu:return n(BigInt(s),i);case"BigInt":return n(Object(BigInt(s)),i)}return n(new Ns[a](s),i)};return r},ks=e=>Hm(new Map,e)(0),rn="",{toString:Um}={},{keys:jm}=Object,An=e=>{const t=typeof e;if(t!=="object"||!e)return[Dr,t];const n=Um.call(e).slice(8,-1);switch(n){case"Array":return[pr,rn];case"Object":return[gr,rn];case"Date":return[Ea,rn];case"RegExp":return[Ta,rn];case"Map":return[xa,rn];case"Set":return[ya,rn]}return n.includes("Array")?[pr,n]:n.includes("Error")?[Wu,n]:[gr,n]},nr=([e,t])=>e===Dr&&(t==="function"||t==="symbol"),zm=(e,t,n,r)=>{const i=(s,o)=>{const u=r.push(s)-1;return n.set(o,u),u},a=s=>{if(n.has(s))return n.get(s);let[o,u]=An(s);switch(o){case Dr:{let d=s;switch(u){case"bigint":o=Xu,d=s.toString();break;case"function":case"symbol":if(e)throw new TypeError("unable to serialize "+u);d=null;break;case"undefined":return i([qu],s)}return i([o,d],s)}case pr:{if(u)return i([u,[...s]],s);const d=[],f=i([o,d],s);for(const m of s)d.push(a(m));return f}case gr:{if(u)switch(u){case"BigInt":return i([u,s.toString()],s);case"Boolean":case"Number":case"String":return i([u,s.valueOf()],s)}if(t&&"toJSON"in s)return a(s.toJSON());const d=[],f=i([o,d],s);for(const m of jm(s))(e||!nr(An(s[m])))&&d.push([a(m),a(s[m])]);return f}case Ea:return i([o,s.toISOString()],s);case Ta:{const{source:d,flags:f}=s;return i([o,{source:d,flags:f}],s)}case xa:{const d=[],f=i([o,d],s);for(const[m,h]of s)(e||!(nr(An(m))||nr(An(h))))&&d.push([a(m),a(h)]);return f}case ya:{const d=[],f=i([o,d],s);for(const m of s)(e||!nr(An(m)))&&d.push(a(m));return f}}const{message:c}=s;return i([o,{name:u,message:c}],s)};return a},Os=(e,{json:t,lossy:n}={})=>{const r=[];return zm(!(t||n),!!t,new Map,r)(e),r},hn=typeof structuredClone=="function"?(e,t)=>t&&("json"in t||"lossy"in t)?ks(Os(e,t)):structuredClone(e):(e,t)=>ks(Os(e,t));function $m(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 Ym(e,t){return"Back to reference "+(e+1)+(t>1?"-"+t:"")}function Gm(e){const t=typeof e.options.clobberPrefix=="string"?e.options.clobberPrefix:"user-content-",n=e.options.footnoteBackContent||$m,r=e.options.footnoteBackLabel||Ym,i=e.options.footnoteLabel||"Footnotes",a=e.options.footnoteLabelTagName||"h2",s=e.options.footnoteLabelProperties||{className:["sr-only"]},o=[];let u=-1;for(;++u<e.footnoteOrder.length;){const c=e.footnoteById.get(e.footnoteOrder[u]);if(!c)continue;const d=e.all(c),f=String(c.identifier).toUpperCase(),m=bn(f.toLowerCase());let h=0;const b=[],A=e.footnoteCounts.get(f);for(;A!==void 0&&++h<=A;){b.length>0&&b.push({type:"text",value:" "});let _=typeof n=="string"?n:n(u,h);typeof _=="string"&&(_={type:"text",value:_}),b.push({type:"element",tagName:"a",properties:{href:"#"+t+"fnref-"+m+(h>1?"-"+h:""),dataFootnoteBackref:"",ariaLabel:typeof r=="string"?r:r(u,h),className:["data-footnote-backref"]},children:Array.isArray(_)?_:[_]})}const w=d[d.length-1];if(w&&w.type==="element"&&w.tagName==="p"){const _=w.children[w.children.length-1];_&&_.type==="text"?_.value+=" ":w.children.push({type:"text",value:" "}),w.children.push(...b)}else d.push(...b);const y={type:"element",tagName:"li",properties:{id:t+"fn-"+m},children:e.wrap(d,!0)};e.patch(c,y),o.push(y)}if(o.length!==0)return{type:"element",tagName:"section",properties:{dataFootnotes:!0,className:["footnotes"]},children:[{type:"element",tagName:a,properties:{...hn(s),id:"footnote-label"},children:[{type:"text",value:i}]},{type:"text",value:`
|
|
55
|
+
`},{type:"element",tagName:"ol",properties:{},children:e.wrap(o,!0)},{type:"text",value:`
|
|
56
|
+
`}]}}const Pr=(function(e){if(e==null)return Xm;if(typeof e=="function")return Mr(e);if(typeof e=="object")return Array.isArray(e)?Vm(e):qm(e);if(typeof e=="string")return Wm(e);throw new Error("Expected function, string, or object as test")});function Vm(e){const t=[];let n=-1;for(;++n<e.length;)t[n]=Pr(e[n]);return Mr(r);function r(...i){let a=-1;for(;++a<t.length;)if(t[a].apply(this,i))return!0;return!1}}function qm(e){const t=e;return Mr(n);function n(r){const i=r;let a;for(a in e)if(i[a]!==t[a])return!1;return!0}}function Wm(e){return Mr(t);function t(n){return n&&n.type===e}}function Mr(e){return t;function t(n,r,i){return!!(Qm(n)&&e.call(this,n,typeof r=="number"?r:void 0,i||void 0))}}function Xm(){return!0}function Qm(e){return e!==null&&typeof e=="object"&&"type"in e}const Qu=[],Km=!0,ji=!1,Jm="skip";function Ku(e,t,n,r){let i;typeof t=="function"&&typeof n!="function"?(r=n,n=t):i=t;const a=Pr(i),s=r?-1:1;o(e,void 0,[])();function o(u,c,d){const f=u&&typeof u=="object"?u:{};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 ("+(u.type+(h?"<"+h+">":""))+")"})}return m;function m(){let h=Qu,b,A,w;if((!t||a(u,c,d[d.length-1]||void 0))&&(h=Zm(n(u,d)),h[0]===ji))return h;if("children"in u&&u.children){const y=u;if(y.children&&h[0]!==Jm)for(A=(r?y.children.length:-1)+s,w=d.concat(y);A>-1&&A<y.children.length;){const _=y.children[A];if(b=o(_,A,w)(),b[0]===ji)return b;A=typeof b[1]=="number"?b[1]:A+s}}return h}}}function Zm(e){return Array.isArray(e)?e:typeof e=="number"?[Km,e]:e==null?Qu:[e]}function Br(e,t,n,r){let i,a,s;typeof t=="function"&&typeof n!="function"?(a=void 0,s=t,i=n):(a=t,s=n,i=r),Ku(e,a,o,i);function o(u,c){const d=c[c.length-1],f=d?d.children.indexOf(u):void 0;return s(u,f,d)}}const zi={}.hasOwnProperty,ep={};function tp(e,t){const n=t||ep,r=new Map,i=new Map,a=new Map,s={...Fm,...n.handlers},o={all:c,applyData:rp,definitionById:r,footnoteById:i,footnoteCounts:a,footnoteOrder:[],handlers:s,one:u,options:n,patch:np,wrap:ap};return Br(e,function(d){if(d.type==="definition"||d.type==="footnoteDefinition"){const f=d.type==="definition"?r:i,m=String(d.identifier).toUpperCase();f.has(m)||f.set(m,d)}}),o;function u(d,f){const m=d.type,h=o.handlers[m];if(zi.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:A,...w}=d,y=hn(w);return y.children=o.all(d),y}return hn(d)}return(o.options.unknownHandler||ip)(o,d,f)}function c(d){const f=[];if("children"in d){const m=d.children;let h=-1;for(;++h<m.length;){const b=o.one(m[h],d);if(b){if(h&&m[h-1].type==="break"&&(!Array.isArray(b)&&b.type==="text"&&(b.value=Ls(b.value)),!Array.isArray(b)&&b.type==="element")){const A=b.children[0];A&&A.type==="text"&&(A.value=Ls(A.value))}Array.isArray(b)?f.push(...b):f.push(b)}}}return f}}function np(e,t){e.position&&(t.position=$f(e))}function rp(e,t){let n=t;if(e&&e.data){const r=e.data.hName,i=e.data.hChildren,a=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"&&a&&Object.assign(n.properties,hn(a)),"children"in n&&n.children&&i!==null&&i!==void 0&&(n.children=i)}return n}function ip(e,t){const n=t.data||{},r="value"in t&&!(zi.call(n,"hProperties")||zi.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 ap(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
|
-
`}),n}function
|
|
60
|
-
`},i),a}function qm(e,t){return e&&"run"in e?async function(n,r){const i=Ns(n,{file:r,...t});await e.run(i,r)}:function(n,r){return Ns(n,{file:r,...t||e})}}function ks(e){if(e)throw e}var Jr,Os;function Wm(){if(Os)return Jr;Os=1;var e=Object.prototype.hasOwnProperty,t=Object.prototype.toString,n=Object.defineProperty,r=Object.getOwnPropertyDescriptor,i=function(c){return typeof Array.isArray=="function"?Array.isArray(c):t.call(c)==="[object Array]"},a=function(c){if(!c||t.call(c)!=="[object Object]")return!1;var f=e.call(c,"constructor"),d=c.constructor&&c.constructor.prototype&&e.call(c.constructor.prototype,"isPrototypeOf");if(c.constructor&&!f&&!d)return!1;var h;for(h in c);return typeof h>"u"||e.call(c,h)},s=function(c,f){n&&f.name==="__proto__"?n(c,f.name,{enumerable:!0,configurable:!0,value:f.newValue,writable:!0}):c[f.name]=f.newValue},u=function(c,f){if(f==="__proto__")if(e.call(c,f)){if(r)return r(c,f).value}else return;return c[f]};return Jr=function o(){var c,f,d,h,m,b,A=arguments[0],C=1,y=arguments.length,S=!1;for(typeof A=="boolean"&&(S=A,A=arguments[1]||{},C=2),(A==null||typeof A!="object"&&typeof A!="function")&&(A={});C<y;++C)if(c=arguments[C],c!=null)for(f in c)d=u(A,f),h=u(c,f),A!==h&&(S&&h&&(a(h)||(m=i(h)))?(m?(m=!1,b=d&&i(d)?d:[]):b=d&&a(d)?d:{},s(A,{name:f,newValue:o(S,b,h)})):typeof h<"u"&&s(A,{name:f,newValue:h}));return A},Jr}var Xm=Wm();const ei=ta(Xm);function Ui(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 Qm(){const e=[],t={run:n,use:r};return t;function n(...i){let a=-1;const s=i.pop();if(typeof s!="function")throw new TypeError("Expected function as last argument, not "+s);u(null,...i);function u(o,...c){const f=e[++a];let d=-1;if(o){s(o);return}for(;++d<i.length;)(c[d]===null||c[d]===void 0)&&(c[d]=i[d]);i=c,f?Km(f,u)(...c):s(null,...c)}}function r(i){if(typeof i!="function")throw new TypeError("Expected `middelware` to be a function, not "+i);return e.push(i),t}}function Km(e,t){let n;return r;function r(...s){const u=e.length>s.length;let o;u&&s.push(i);try{o=e.apply(this,s)}catch(c){const f=c;if(u&&n)throw f;return i(f)}u||(o&&o.then&&typeof o.then=="function"?o.then(a,i):o instanceof Error?i(o):a(o))}function i(s,...u){n||(n=!0,t(s,...u))}function a(s){i(null,s)}}const dt={basename:Zm,dirname:Jm,extname:ep,join:tp,sep:"/"};function Zm(e,t){if(t!==void 0&&typeof t!="string")throw new TypeError('"ext" argument must be a string');Yn(e);let n=0,r=-1,i=e.length,a;if(t===void 0||t.length===0||t.length>e.length){for(;i--;)if(e.codePointAt(i)===47){if(a){n=i+1;break}}else r<0&&(a=!0,r=i+1);return r<0?"":e.slice(n,r)}if(t===e)return"";let s=-1,u=t.length-1;for(;i--;)if(e.codePointAt(i)===47){if(a){n=i+1;break}}else s<0&&(a=!0,s=i+1),u>-1&&(e.codePointAt(i)===t.codePointAt(u--)?u<0&&(r=i):(u=-1,r=s));return n===r?r=s:r<0&&(r=e.length),e.slice(n,r)}function Jm(e){if(Yn(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 ep(e){Yn(e);let t=e.length,n=-1,r=0,i=-1,a=0,s;for(;t--;){const u=e.codePointAt(t);if(u===47){if(s){r=t+1;break}continue}n<0&&(s=!0,n=t+1),u===46?i<0?i=t:a!==1&&(a=1):i>-1&&(a=-1)}return i<0||n<0||a===0||a===1&&i===n-1&&i===r+1?"":e.slice(i,n)}function tp(...e){let t=-1,n;for(;++t<e.length;)Yn(e[t]),e[t]&&(n=n===void 0?e[t]:n+"/"+e[t]);return n===void 0?".":np(n)}function np(e){Yn(e);const t=e.codePointAt(0)===47;let n=rp(e,!t);return n.length===0&&!t&&(n="."),n.length>0&&e.codePointAt(e.length-1)===47&&(n+="/"),t?"/"+n:n}function rp(e,t){let n="",r=0,i=-1,a=0,s=-1,u,o;for(;++s<=e.length;){if(s<e.length)u=e.codePointAt(s);else{if(u===47)break;u=47}if(u===47){if(!(i===s-1||a===1))if(i!==s-1&&a===2){if(n.length<2||r!==2||n.codePointAt(n.length-1)!==46||n.codePointAt(n.length-2)!==46){if(n.length>2){if(o=n.lastIndexOf("/"),o!==n.length-1){o<0?(n="",r=0):(n=n.slice(0,o),r=n.length-1-n.lastIndexOf("/")),i=s,a=0;continue}}else if(n.length>0){n="",r=0,i=s,a=0;continue}}t&&(n=n.length>0?n+"/..":"..",r=2)}else n.length>0?n+="/"+e.slice(i+1,s):n=e.slice(i+1,s),r=s-i-1;i=s,a=0}else u===46&&a>-1?a++:a=-1}return n}function Yn(e){if(typeof e!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(e))}const ip={cwd:ap};function ap(){return"/"}function ji(e){return!!(e!==null&&typeof e=="object"&&"href"in e&&e.href&&"protocol"in e&&e.protocol&&e.auth===void 0)}function sp(e){if(typeof e=="string")e=new URL(e);else if(!ji(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 up(e)}function up(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 i=new TypeError("File URL path must not include encoded / characters");throw i.code="ERR_INVALID_FILE_URL_PATH",i}}return decodeURIComponent(t)}const ti=["history","path","basename","stem","extname","dirname"];class Yo{constructor(t){let n;t?ji(t)?n={path:t}:typeof t=="string"||op(t)?n={value:t}:n=t:n={},this.cwd=ip.cwd(),this.data={},this.history=[],this.messages=[],this.value,this.map,this.result,this.stored;let r=-1;for(;++r<ti.length;){const a=ti[r];a in n&&n[a]!==void 0&&n[a]!==null&&(this[a]=a==="history"?[...n[a]]:n[a])}let i;for(i in n)ti.includes(i)||(this[i]=n[i])}get basename(){return typeof this.path=="string"?dt.basename(this.path):void 0}set basename(t){ri(t,"basename"),ni(t,"basename"),this.path=dt.join(this.dirname||"",t)}get dirname(){return typeof this.path=="string"?dt.dirname(this.path):void 0}set dirname(t){Rs(this.basename,"dirname"),this.path=dt.join(t||"",this.basename)}get extname(){return typeof this.path=="string"?dt.extname(this.path):void 0}set extname(t){if(ni(t,"extname"),Rs(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=dt.join(this.dirname,this.stem+(t||""))}get path(){return this.history[this.history.length-1]}set path(t){ji(t)&&(t=sp(t)),ri(t,"path"),this.path!==t&&this.history.push(t)}get stem(){return typeof this.path=="string"?dt.basename(this.path,this.extname):void 0}set stem(t){ri(t,"stem"),ni(t,"stem"),this.path=dt.join(this.dirname||"",t+(this.extname||""))}fail(t,n,r){const i=this.message(t,n,r);throw i.fatal=!0,i}info(t,n,r){const i=this.message(t,n,r);return i.fatal=void 0,i}message(t,n,r){const i=new je(t,n,r);return this.path&&(i.name=this.path+":"+i.name,i.file=this.path),i.fatal=!1,this.messages.push(i),i}toString(t){return this.value===void 0?"":typeof this.value=="string"?this.value:new TextDecoder(t||void 0).decode(this.value)}}function ni(e,t){if(e&&e.includes(dt.sep))throw new Error("`"+t+"` cannot be a path: did not expect `"+dt.sep+"`")}function ri(e,t){if(!e)throw new Error("`"+t+"` cannot be empty")}function Rs(e,t){if(!e)throw new Error("Setting `"+t+"` requires `path` to be set too")}function op(e){return!!(e&&typeof e=="object"&&"byteLength"in e&&"byteOffset"in e)}const lp=(function(e){const r=this.constructor.prototype,i=r[e],a=function(){return i.apply(a,arguments)};Object.setPrototypeOf(a,r);const s=Object.getOwnPropertyNames(i);for(const u of s){const o=Object.getOwnPropertyDescriptor(i,u);o&&Object.defineProperty(a,u,o)}return a}),cp={}.hasOwnProperty;class Ta extends lp{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=Qm()}copy(){const t=new Ta;let n=-1;for(;++n<this.attachers.length;){const r=this.attachers[n];t.use(...r)}return t.data(ei(!0,{},this.namespace)),t}data(t,n){return typeof t=="string"?arguments.length===2?(si("data",this.frozen),this.namespace[t]=n,this):cp.call(this.namespace,t)&&this.namespace[t]||void 0:t?(si("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 i=n.call(t,...r);typeof i=="function"&&this.transformers.use(i)}return this.frozen=!0,this.freezeIndex=Number.POSITIVE_INFINITY,this}parse(t){this.freeze();const n=er(t),r=this.parser||this.Parser;return ii("parse",r),r(String(n),n)}process(t,n){const r=this;return this.freeze(),ii("process",this.parser||this.Parser),ai("process",this.compiler||this.Compiler),n?i(void 0,n):new Promise(i);function i(a,s){const u=er(t),o=r.parse(u);r.run(o,u,function(f,d,h){if(f||!d||!h)return c(f);const m=d,b=r.stringify(m,h);hp(b)?h.value=b:h.result=b,c(f,h)});function c(f,d){f||!d?s(f):a?a(d):n(void 0,d)}}}processSync(t){let n=!1,r;return this.freeze(),ii("processSync",this.parser||this.Parser),ai("processSync",this.compiler||this.Compiler),this.process(t,i),Ds("processSync","process",n),r;function i(a,s){n=!0,ks(a),r=s}}run(t,n,r){Ls(t),this.freeze();const i=this.transformers;return!r&&typeof n=="function"&&(r=n,n=void 0),r?a(void 0,r):new Promise(a);function a(s,u){const o=er(n);i.run(t,o,c);function c(f,d,h){const m=d||t;f?u(f):s?s(m):r(void 0,m,h)}}}runSync(t,n){let r=!1,i;return this.run(t,n,a),Ds("runSync","run",r),i;function a(s,u){ks(s),i=u,r=!0}}stringify(t,n){this.freeze();const r=er(n),i=this.compiler||this.Compiler;return ai("stringify",i),Ls(t),i(t,r)}use(t,...n){const r=this.attachers,i=this.namespace;if(si("use",this.frozen),t!=null)if(typeof t=="function")o(t,n);else if(typeof t=="object")Array.isArray(t)?u(t):s(t);else throw new TypeError("Expected usable value, not `"+t+"`");return this;function a(c){if(typeof c=="function")o(c,[]);else if(typeof c=="object")if(Array.isArray(c)){const[f,...d]=c;o(f,d)}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");u(c.plugins),c.settings&&(i.settings=ei(!0,i.settings,c.settings))}function u(c){let f=-1;if(c!=null)if(Array.isArray(c))for(;++f<c.length;){const d=c[f];a(d)}else throw new TypeError("Expected a list of plugins, not `"+c+"`")}function o(c,f){let d=-1,h=-1;for(;++d<r.length;)if(r[d][0]===c){h=d;break}if(h===-1)r.push([c,...f]);else if(f.length>0){let[m,...b]=f;const A=r[h][1];Ui(A)&&Ui(m)&&(m=ei(!0,A,m)),r[h]=[c,m,...b]}}}}const fp=new Ta().freeze();function ii(e,t){if(typeof t!="function")throw new TypeError("Cannot `"+e+"` without `parser`")}function ai(e,t){if(typeof t!="function")throw new TypeError("Cannot `"+e+"` without `compiler`")}function si(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 Ls(e){if(!Ui(e)||typeof e.type!="string")throw new TypeError("Expected node, got `"+e+"`")}function Ds(e,t,n){if(!n)throw new Error("`"+e+"` finished async. Use `"+t+"` instead")}function er(e){return dp(e)?e:new Yo(e)}function dp(e){return!!(e&&typeof e=="object"&&"message"in e&&"messages"in e)}function hp(e){return typeof e=="string"||mp(e)}function mp(e){return!!(e&&typeof e=="object"&&"byteLength"in e&&"byteOffset"in e)}const pp="https://github.com/remarkjs/react-markdown/blob/main/changelog.md",Ps=[],Ms={allowDangerousHtml:!0},gp=/^(https?|ircs?|mailto|xmpp)$/i,bp=[{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 Go(e){const t=e.allowedElements,n=e.allowElement,r=e.children||"",i=e.className,a=e.components,s=e.disallowedElements,u=e.rehypePlugins||Ps,o=e.remarkPlugins||Ps,c=e.remarkRehypeOptions?{...e.remarkRehypeOptions,...Ms}:Ms,f=e.skipHtml,d=e.unwrapDisallowed,h=e.urlTransform||Ep,m=fp().use(J0).use(o).use(qm,c).use(u),b=new Yo;typeof r=="string"&&(b.value=r);for(const S of bp)Object.hasOwn(e,S.from)&&(""+S.from+(S.to?"use `"+S.to+"` instead":"remove it")+pp+S.id,void 0);const A=m.parse(b);let C=m.runSync(A,b);return i&&(C={type:"element",tagName:"div",properties:{className:i},children:C.type==="root"?C.children:[C]}),Dr(C,y),Md(C,{Fragment:_.Fragment,components:a,ignoreInvalidStyle:!0,jsx:_.jsx,jsxs:_.jsxs,passKeys:!0,passNode:!0});function y(S,v,D){if(S.type==="raw"&&D&&typeof v=="number")return f?D.children.splice(v,1):D.children[v]={type:"text",value:S.value},v;if(S.type==="element"){let N;for(N in Qr)if(Object.hasOwn(Qr,N)&&Object.hasOwn(S.properties,N)){const O=S.properties[N],q=Qr[N];(q===null||q.includes(S.tagName))&&(S.properties[N]=h(String(O||""),N,S))}}if(S.type==="element"){let N=t?!t.includes(S.tagName):s?s.includes(S.tagName):!1;if(!N&&n&&typeof v=="number"&&(N=!n(S,v,D)),N&&D&&typeof v=="number")return d&&S.children?D.children.splice(v,1,...S.children):D.children.splice(v,1),v}}}function Ep(e){const t=e.indexOf(":"),n=e.indexOf("?"),r=e.indexOf("#"),i=e.indexOf("/");return t<0||i>-1&&t>i||n>-1&&t>n||r>-1&&t>r||gp.test(e.slice(0,t))?e:""}const Bs=/[#.]/g;function Tp(e,t){const n=e||"",r={};let i=0,a,s;for(;i<n.length;){Bs.lastIndex=i;const u=Bs.exec(n),o=n.slice(i,u?u.index:n.length);o&&(a?a==="#"?r.id=o:Array.isArray(r.className)?r.className.push(o):r.className=[o]:s=o,i+=o.length),u&&(a=u[0],i++)}return{type:"element",tagName:s||t||"div",properties:r,children:[]}}const xp=new Set(["button","menu","reset","submit"]),zi={}.hasOwnProperty;function Vo(e,t,n){const r=n&&Sp(n);function i(a,s,...u){let o=-1,c;if(a==null){c={type:"root",children:[]};const f=s;u.unshift(f)}else if(c=Tp(a,t),c.tagName=c.tagName.toLowerCase(),r&&zi.call(r,c.tagName)&&(c.tagName=r[c.tagName]),yp(s,c.tagName)){let f;for(f in s)zi.call(s,f)&&Ap(e,c.properties,f,s[f])}else u.unshift(s);for(;++o<u.length;)$i(c.children,u[o]);return c.type==="element"&&c.tagName==="template"&&(c.content={type:"root",children:c.children},c.children=[]),c}return i}function yp(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"?xp.has(e.type.toLowerCase()):!("value"in e)}function Ap(e,t,n,r){const i=vr(e,n);let a=-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"?i.spaceSeparated?s=as(r):i.commaSeparated?s=es(r):i.commaOrSpaceSeparated?s=as(es(r).join(" ")):s=Fs(i,i.property,r):Array.isArray(r)?s=r.concat():s=i.property==="style"?_p(r):String(r);if(Array.isArray(s)){const u=[];for(;++a<s.length;){const o=Fs(i,i.property,s[a]);u[a]=o}s=u}if(i.property==="className"&&Array.isArray(t.className)){const u=s;s=t.className.concat(u)}t[i.property]=s}}function $i(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;)$i(e,t[n]);else if(typeof t=="object"&&"type"in t)t.type==="root"?$i(e,t.children):e.push(t);else throw new Error("Expected node, nodes, or string, got `"+t+"`")}function Fs(e,t,n){if(typeof n=="string"){if(e.number&&n&&!Number.isNaN(Number(n)))return Number(n);if((e.boolean||e.overloadedBoolean)&&(n===""||Pn(n)===Pn(t)))return!0}return n}function _p(e){const t=[];let n;for(n in e)zi.call(e,n)&&t.push([n,e[n]].join(": "));return t.join("; ")}function Sp(e){const t={};let n=-1;for(;++n<e.length;)t[e[n].toLowerCase()]=e[n];return t}const Cp=["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"],wp=Vo(zn,"div"),vp=Vo(Dt,"g",Cp);function Ip(e){const t=String(e),n=[];return{toOffset:i,toPoint:r};function r(a){if(typeof a=="number"&&a>-1&&a<=t.length){let s=0;for(;;){let u=n[s];if(u===void 0){const o=Hs(t,n[s-1]);u=o===-1?t.length+1:o+1,n[s]=u}if(u>a)return{line:s+1,column:a-(s>0?n[s-1]:0)+1,offset:a};s++}}}function i(a){if(a&&typeof a.line=="number"&&typeof a.column=="number"&&!Number.isNaN(a.line)&&!Number.isNaN(a.column)){for(;n.length<a.line;){const u=n[n.length-1],o=Hs(t,u),c=o===-1?t.length+1:o+1;if(u===c)break;n.push(c)}const s=(a.line>1?n[a.line-2]:0)+a.column-1;if(s<n[a.line-1])return s}}}function Hs(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 jt={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/"},qo={}.hasOwnProperty,Np=Object.prototype;function kp(e,t){const n=t||{};return xa({file:n.file||void 0,location:!1,schema:n.space==="svg"?Dt:zn,verbose:n.verbose||!1},e)}function xa(e,t){let n;switch(t.nodeName){case"#comment":{const r=t;return n={type:"comment",value:r.data},or(e,r,n),n}case"#document":case"#document-fragment":{const r=t,i="mode"in r?r.mode==="quirks"||r.mode==="limited-quirks":!1;if(n={type:"root",children:Wo(e,t.childNodes),data:{quirksMode:i}},e.file&&e.location){const a=String(e.file),s=Ip(a),u=s.toPoint(0),o=s.toPoint(a.length);n.position={start:u,end:o}}return n}case"#documentType":{const r=t;return n={type:"doctype"},or(e,r,n),n}case"#text":{const r=t;return n={type:"text",value:r.value},or(e,r,n),n}default:return n=Op(e,t),n}}function Wo(e,t){let n=-1;const r=[];for(;++n<t.length;){const i=xa(e,t[n]);r.push(i)}return r}function Op(e,t){const n=e.schema;e.schema=t.namespaceURI===jt.svg?Dt:zn;let r=-1;const i={};for(;++r<t.attrs.length;){const u=t.attrs[r],o=(u.prefix?u.prefix+":":"")+u.name;qo.call(Np,o)||(i[o]=u.value)}const s=(e.schema.space==="svg"?vp:wp)(t.tagName,i,Wo(e,t.childNodes));if(or(e,t,s),s.tagName==="template"){const u=t,o=u.sourceCodeLocation,c=o&&o.startTag&&an(o.startTag),f=o&&o.endTag&&an(o.endTag),d=xa(e,u.content);c&&f&&e.file&&(d.position={start:c.end,end:f.start}),s.content=d}return e.schema=n,s}function or(e,t,n){if("sourceCodeLocation"in t&&t.sourceCodeLocation&&e.file){const r=Rp(e,n,t.sourceCodeLocation);r&&(e.location=!0,n.position=r)}}function Rp(e,t,n){const r=an(n);if(t.type==="element"){const i=t.children[t.children.length-1];if(r&&!n.endTag&&i&&i.position&&i.position.end&&(r.end=Object.assign({},i.position.end)),e.verbose){const a={};let s;if(n.attrs)for(s in n.attrs)qo.call(n.attrs,s)&&(a[vr(e.schema,s).property]=an(n.attrs[s]));n.startTag;const u=an(n.startTag),o=n.endTag?an(n.endTag):void 0,c={opening:u};o&&(c.closing=o),c.properties=a,t.data={position:c}}}return r}function an(e){const t=Us({line:e.startLine,column:e.startCol,offset:e.startOffset}),n=Us({line:e.endLine,column:e.endCol,offset:e.endOffset});return t||n?{start:t,end:n}:void 0}function Us(e){return e.line&&e.column?e:void 0}const js={}.hasOwnProperty;function Xo(e,t){const n=t||{};function r(i,...a){let s=r.invalid;const u=r.handlers;if(i&&js.call(i,e)){const o=String(i[e]);s=js.call(u,o)?u[o]:r.unknown}if(s)return s.call(this,i,...a)}return r.handlers=n.handlers||{},r.invalid=n.invalid,r.unknown=n.unknown,r}const Lp={},Dp={}.hasOwnProperty,Qo=Xo("type",{handlers:{root:Mp,element:jp,text:Hp,comment:Up,doctype:Fp}});function Pp(e,t){const r=(t||Lp).space;return Qo(e,r==="svg"?Dt:zn)}function Mp(e,t){const n={nodeName:"#document",mode:(e.data||{}).quirksMode?"quirks":"no-quirks",childNodes:[]};return n.childNodes=ya(e.children,n,t),gn(e,n),n}function Bp(e,t){const n={nodeName:"#document-fragment",childNodes:[]};return n.childNodes=ya(e.children,n,t),gn(e,n),n}function Fp(e){const t={nodeName:"#documentType",name:"html",publicId:"",systemId:"",parentNode:null};return gn(e,t),t}function Hp(e){const t={nodeName:"#text",value:e.value,parentNode:null};return gn(e,t),t}function Up(e){const t={nodeName:"#comment",data:e.value,parentNode:null};return gn(e,t),t}function jp(e,t){const n=t;let r=n;e.type==="element"&&e.tagName.toLowerCase()==="svg"&&n.space==="html"&&(r=Dt);const i=[];let a;if(e.properties){for(a in e.properties)if(a!=="children"&&Dp.call(e.properties,a)){const o=zp(r,a,e.properties[a]);o&&i.push(o)}}const s=r.space,u={nodeName:e.tagName,tagName:e.tagName,attrs:i,namespaceURI:jt[s],childNodes:[],parentNode:null};return u.childNodes=ya(e.children,u,r),gn(e,u),e.tagName==="template"&&e.content&&(u.content=Bp(e.content,r)),u}function zp(e,t,n){const r=vr(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?uo(n):bo(n));const i={name:r.attribute,value:n===!0?"":String(n)};if(r.space&&r.space!=="html"&&r.space!=="svg"){const a=i.name.indexOf(":");a<0?i.prefix="":(i.name=i.name.slice(a+1),i.prefix=r.attribute.slice(0,a)),i.namespace=jt[r.space]}return i}function ya(e,t,n){let r=-1;const i=[];if(e)for(;++r<e.length;){const a=Qo(e[r],n);a.parentNode=t,i.push(a)}return i}function gn(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 $p=["area","base","basefont","bgsound","br","col","command","embed","frame","hr","image","img","input","keygen","link","meta","param","source","track","wbr"],Yp=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]),ke="�";var g;(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"})(g||(g={}));const qe={DASH_DASH:"--",CDATA_START:"[CDATA[",DOCTYPE:"doctype",SCRIPT:"script",PUBLIC:"public",SYSTEM:"system"};function Ko(e){return e>=55296&&e<=57343}function Gp(e){return e>=56320&&e<=57343}function Vp(e,t){return(e-55296)*1024+9216+t}function Zo(e){return e!==32&&e!==10&&e!==13&&e!==9&&e!==12&&e>=1&&e<=31||e>=127&&e<=159}function Jo(e){return e>=64976&&e<=65007||Yp.has(e)}var L;(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"})(L||(L={}));const qp=65536;class Wp{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=qp,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:i,offset:a}=this,s=i+n,u=a+n;return{code:t,startLine:r,endLine:r,startCol:s,endCol:s,startOffset:u,endOffset:u}}_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(Gp(n))return this.pos++,this._addGap(),Vp(t,n)}else if(!this.lastChunkWritten)return this.endOfChunkHit=!0,g.EOF;return this._err(L.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,g.EOF;const r=this.html.charCodeAt(n);return r===g.CARRIAGE_RETURN?g.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,g.EOF;let t=this.html.charCodeAt(this.pos);return t===g.CARRIAGE_RETURN?(this.isEol=!0,this.skipNextNewLine=!0,g.LINE_FEED):t===g.LINE_FEED&&(this.isEol=!0,this.skipNextNewLine)?(this.line--,this.skipNextNewLine=!1,this._addGap(),this.advance()):(this.skipNextNewLine=!1,Ko(t)&&(t=this._processSurrogate(t)),this.handler.onParseError===null||t>31&&t<127||t===g.LINE_FEED||t===g.CARRIAGE_RETURN||t>159&&t<64976||this._checkForProblematicCharacters(t),t)}_checkForProblematicCharacters(t){Zo(t)?this._err(L.controlCharacterInInputStream):Jo(t)&&this._err(L.noncharacterInInputStream)}retreat(t){for(this.pos-=t;this.pos<this.lastGapPos;)this.lastGapPos=this.gapStack.pop(),this.pos--;this.isEol=!1}}var ce;(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"})(ce||(ce={}));function el(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 tl=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୕ୖ୪௫ఄ಄ದൡඅ櫬Āoungruent;扢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;怳Ādpuct;戏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ǣጓ\0y;䐎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Ā;tbrk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯᝳ;䎲;愶een;扬r;쀀𝔟gcostuvwឍឝឳេ៕៛ƀ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Ā;elƀ;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\0aĀ;t䀬;䁀ƀ;fl戁îᅠeĀmxent»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ↄⅪ←ٖ↛ǰ↉\0proø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;䅓Ācrir;榿;쀀𝔬ͯ\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\0m;櫳;櫽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))),Xp=new Uint16Array("Ȁaglq \x1Bɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map(e=>e.charCodeAt(0)));var ui;const Qp=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]]),Kp=(ui=String.fromCodePoint)!==null&&ui!==void 0?ui: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 Zp(e){var t;return e>=55296&&e<=57343||e>1114111?65533:(t=Qp.get(e))!==null&&t!==void 0?t:e}var He;(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"})(He||(He={}));const Jp=32;var Ot;(function(e){e[e.VALUE_LENGTH=49152]="VALUE_LENGTH",e[e.BRANCH_LENGTH=16256]="BRANCH_LENGTH",e[e.JUMP_TABLE=127]="JUMP_TABLE"})(Ot||(Ot={}));function Yi(e){return e>=He.ZERO&&e<=He.NINE}function eg(e){return e>=He.UPPER_A&&e<=He.UPPER_F||e>=He.LOWER_A&&e<=He.LOWER_F}function tg(e){return e>=He.UPPER_A&&e<=He.UPPER_Z||e>=He.LOWER_A&&e<=He.LOWER_Z||Yi(e)}function ng(e){return e===He.EQUALS||tg(e)}var Fe;(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"})(Fe||(Fe={}));var _t;(function(e){e[e.Legacy=0]="Legacy",e[e.Strict=1]="Strict",e[e.Attribute=2]="Attribute"})(_t||(_t={}));class nl{constructor(t,n,r){this.decodeTree=t,this.emitCodePoint=n,this.errors=r,this.state=Fe.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=_t.Strict}startEntity(t){this.decodeMode=t,this.state=Fe.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1}write(t,n){switch(this.state){case Fe.EntityStart:return t.charCodeAt(n)===He.NUM?(this.state=Fe.NumericStart,this.consumed+=1,this.stateNumericStart(t,n+1)):(this.state=Fe.NamedEntity,this.stateNamedEntity(t,n));case Fe.NumericStart:return this.stateNumericStart(t,n);case Fe.NumericDecimal:return this.stateNumericDecimal(t,n);case Fe.NumericHex:return this.stateNumericHex(t,n);case Fe.NamedEntity:return this.stateNamedEntity(t,n)}}stateNumericStart(t,n){return n>=t.length?-1:(t.charCodeAt(n)|Jp)===He.LOWER_X?(this.state=Fe.NumericHex,this.consumed+=1,this.stateNumericHex(t,n+1)):(this.state=Fe.NumericDecimal,this.stateNumericDecimal(t,n))}addToNumericResult(t,n,r,i){if(n!==r){const a=r-n;this.result=this.result*Math.pow(i,a)+parseInt(t.substr(n,a),i),this.consumed+=a}}stateNumericHex(t,n){const r=n;for(;n<t.length;){const i=t.charCodeAt(n);if(Yi(i)||eg(i))n+=1;else return this.addToNumericResult(t,r,n,16),this.emitNumericEntity(i,3)}return this.addToNumericResult(t,r,n,16),-1}stateNumericDecimal(t,n){const r=n;for(;n<t.length;){const i=t.charCodeAt(n);if(Yi(i))n+=1;else return this.addToNumericResult(t,r,n,10),this.emitNumericEntity(i,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===He.SEMI)this.consumed+=1;else if(this.decodeMode===_t.Strict)return 0;return this.emitCodePoint(Zp(this.result),this.consumed),this.errors&&(t!==He.SEMI&&this.errors.missingSemicolonAfterCharacterReference(),this.errors.validateNumericCharacterReference(this.result)),this.consumed}stateNamedEntity(t,n){const{decodeTree:r}=this;let i=r[this.treeIndex],a=(i&Ot.VALUE_LENGTH)>>14;for(;n<t.length;n++,this.excess++){const s=t.charCodeAt(n);if(this.treeIndex=rg(r,i,this.treeIndex+Math.max(1,a),s),this.treeIndex<0)return this.result===0||this.decodeMode===_t.Attribute&&(a===0||ng(s))?0:this.emitNotTerminatedNamedEntity();if(i=r[this.treeIndex],a=(i&Ot.VALUE_LENGTH)>>14,a!==0){if(s===He.SEMI)return this.emitNamedEntityData(this.treeIndex,a,this.consumed+this.excess);this.decodeMode!==_t.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1}emitNotTerminatedNamedEntity(){var t;const{result:n,decodeTree:r}=this,i=(r[n]&Ot.VALUE_LENGTH)>>14;return this.emitNamedEntityData(n,i,this.consumed),(t=this.errors)===null||t===void 0||t.missingSemicolonAfterCharacterReference(),this.consumed}emitNamedEntityData(t,n,r){const{decodeTree:i}=this;return this.emitCodePoint(n===1?i[t]&~Ot.VALUE_LENGTH:i[t+1],r),n===3&&this.emitCodePoint(i[t+2],r),r}end(){var t;switch(this.state){case Fe.NamedEntity:return this.result!==0&&(this.decodeMode!==_t.Attribute||this.result===this.treeIndex)?this.emitNotTerminatedNamedEntity():0;case Fe.NumericDecimal:return this.emitNumericEntity(0,2);case Fe.NumericHex:return this.emitNumericEntity(0,3);case Fe.NumericStart:return(t=this.errors)===null||t===void 0||t.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case Fe.EntityStart:return 0}}}function rl(e){let t="";const n=new nl(e,r=>t+=Kp(r));return function(i,a){let s=0,u=0;for(;(u=i.indexOf("&",u))>=0;){t+=i.slice(s,u),n.startEntity(a);const c=n.write(i,u+1);if(c<0){s=u+n.end();break}s=u+c,u=c===0?s+1:s}const o=t+i.slice(s);return t="",o}}function rg(e,t,n,r){const i=(t&Ot.BRANCH_LENGTH)>>7,a=t&Ot.JUMP_TABLE;if(i===0)return a!==0&&r===a?n:-1;if(a){const o=r-a;return o<0||o>=i?-1:e[n+o]-1}let s=n,u=s+i-1;for(;s<=u;){const o=s+u>>>1,c=e[o];if(c<r)s=o+1;else if(c>r)u=o-1;else return e[o+i]}return-1}rl(tl);rl(Xp);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 zt;(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"})(zt||(zt={}));var et;(function(e){e.NO_QUIRKS="no-quirks",e.QUIRKS="quirks",e.LIMITED_QUIRKS="limited-quirks"})(et||(et={}));var I;(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"})(I||(I={}));var l;(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"})(l||(l={}));const ig=new Map([[I.A,l.A],[I.ADDRESS,l.ADDRESS],[I.ANNOTATION_XML,l.ANNOTATION_XML],[I.APPLET,l.APPLET],[I.AREA,l.AREA],[I.ARTICLE,l.ARTICLE],[I.ASIDE,l.ASIDE],[I.B,l.B],[I.BASE,l.BASE],[I.BASEFONT,l.BASEFONT],[I.BGSOUND,l.BGSOUND],[I.BIG,l.BIG],[I.BLOCKQUOTE,l.BLOCKQUOTE],[I.BODY,l.BODY],[I.BR,l.BR],[I.BUTTON,l.BUTTON],[I.CAPTION,l.CAPTION],[I.CENTER,l.CENTER],[I.CODE,l.CODE],[I.COL,l.COL],[I.COLGROUP,l.COLGROUP],[I.DD,l.DD],[I.DESC,l.DESC],[I.DETAILS,l.DETAILS],[I.DIALOG,l.DIALOG],[I.DIR,l.DIR],[I.DIV,l.DIV],[I.DL,l.DL],[I.DT,l.DT],[I.EM,l.EM],[I.EMBED,l.EMBED],[I.FIELDSET,l.FIELDSET],[I.FIGCAPTION,l.FIGCAPTION],[I.FIGURE,l.FIGURE],[I.FONT,l.FONT],[I.FOOTER,l.FOOTER],[I.FOREIGN_OBJECT,l.FOREIGN_OBJECT],[I.FORM,l.FORM],[I.FRAME,l.FRAME],[I.FRAMESET,l.FRAMESET],[I.H1,l.H1],[I.H2,l.H2],[I.H3,l.H3],[I.H4,l.H4],[I.H5,l.H5],[I.H6,l.H6],[I.HEAD,l.HEAD],[I.HEADER,l.HEADER],[I.HGROUP,l.HGROUP],[I.HR,l.HR],[I.HTML,l.HTML],[I.I,l.I],[I.IMG,l.IMG],[I.IMAGE,l.IMAGE],[I.INPUT,l.INPUT],[I.IFRAME,l.IFRAME],[I.KEYGEN,l.KEYGEN],[I.LABEL,l.LABEL],[I.LI,l.LI],[I.LINK,l.LINK],[I.LISTING,l.LISTING],[I.MAIN,l.MAIN],[I.MALIGNMARK,l.MALIGNMARK],[I.MARQUEE,l.MARQUEE],[I.MATH,l.MATH],[I.MENU,l.MENU],[I.META,l.META],[I.MGLYPH,l.MGLYPH],[I.MI,l.MI],[I.MO,l.MO],[I.MN,l.MN],[I.MS,l.MS],[I.MTEXT,l.MTEXT],[I.NAV,l.NAV],[I.NOBR,l.NOBR],[I.NOFRAMES,l.NOFRAMES],[I.NOEMBED,l.NOEMBED],[I.NOSCRIPT,l.NOSCRIPT],[I.OBJECT,l.OBJECT],[I.OL,l.OL],[I.OPTGROUP,l.OPTGROUP],[I.OPTION,l.OPTION],[I.P,l.P],[I.PARAM,l.PARAM],[I.PLAINTEXT,l.PLAINTEXT],[I.PRE,l.PRE],[I.RB,l.RB],[I.RP,l.RP],[I.RT,l.RT],[I.RTC,l.RTC],[I.RUBY,l.RUBY],[I.S,l.S],[I.SCRIPT,l.SCRIPT],[I.SEARCH,l.SEARCH],[I.SECTION,l.SECTION],[I.SELECT,l.SELECT],[I.SOURCE,l.SOURCE],[I.SMALL,l.SMALL],[I.SPAN,l.SPAN],[I.STRIKE,l.STRIKE],[I.STRONG,l.STRONG],[I.STYLE,l.STYLE],[I.SUB,l.SUB],[I.SUMMARY,l.SUMMARY],[I.SUP,l.SUP],[I.TABLE,l.TABLE],[I.TBODY,l.TBODY],[I.TEMPLATE,l.TEMPLATE],[I.TEXTAREA,l.TEXTAREA],[I.TFOOT,l.TFOOT],[I.TD,l.TD],[I.TH,l.TH],[I.THEAD,l.THEAD],[I.TITLE,l.TITLE],[I.TR,l.TR],[I.TRACK,l.TRACK],[I.TT,l.TT],[I.U,l.U],[I.UL,l.UL],[I.SVG,l.SVG],[I.VAR,l.VAR],[I.WBR,l.WBR],[I.XMP,l.XMP]]);function bn(e){var t;return(t=ig.get(e))!==null&&t!==void 0?t:l.UNKNOWN}const M=l,ag={[P.HTML]:new Set([M.ADDRESS,M.APPLET,M.AREA,M.ARTICLE,M.ASIDE,M.BASE,M.BASEFONT,M.BGSOUND,M.BLOCKQUOTE,M.BODY,M.BR,M.BUTTON,M.CAPTION,M.CENTER,M.COL,M.COLGROUP,M.DD,M.DETAILS,M.DIR,M.DIV,M.DL,M.DT,M.EMBED,M.FIELDSET,M.FIGCAPTION,M.FIGURE,M.FOOTER,M.FORM,M.FRAME,M.FRAMESET,M.H1,M.H2,M.H3,M.H4,M.H5,M.H6,M.HEAD,M.HEADER,M.HGROUP,M.HR,M.HTML,M.IFRAME,M.IMG,M.INPUT,M.LI,M.LINK,M.LISTING,M.MAIN,M.MARQUEE,M.MENU,M.META,M.NAV,M.NOEMBED,M.NOFRAMES,M.NOSCRIPT,M.OBJECT,M.OL,M.P,M.PARAM,M.PLAINTEXT,M.PRE,M.SCRIPT,M.SECTION,M.SELECT,M.SOURCE,M.STYLE,M.SUMMARY,M.TABLE,M.TBODY,M.TD,M.TEMPLATE,M.TEXTAREA,M.TFOOT,M.TH,M.THEAD,M.TITLE,M.TR,M.TRACK,M.UL,M.WBR,M.XMP]),[P.MATHML]:new Set([M.MI,M.MO,M.MN,M.MS,M.MTEXT,M.ANNOTATION_XML]),[P.SVG]:new Set([M.TITLE,M.FOREIGN_OBJECT,M.DESC]),[P.XLINK]:new Set,[P.XML]:new Set,[P.XMLNS]:new Set},Gi=new Set([M.H1,M.H2,M.H3,M.H4,M.H5,M.H6]);I.STYLE,I.SCRIPT,I.XMP,I.IFRAME,I.NOEMBED,I.NOFRAMES,I.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 De={DATA:E.DATA,RCDATA:E.RCDATA,RAWTEXT:E.RAWTEXT,SCRIPT_DATA:E.SCRIPT_DATA,PLAINTEXT:E.PLAINTEXT,CDATA_SECTION:E.CDATA_SECTION};function sg(e){return e>=g.DIGIT_0&&e<=g.DIGIT_9}function Cn(e){return e>=g.LATIN_CAPITAL_A&&e<=g.LATIN_CAPITAL_Z}function ug(e){return e>=g.LATIN_SMALL_A&&e<=g.LATIN_SMALL_Z}function Nt(e){return ug(e)||Cn(e)}function zs(e){return Nt(e)||sg(e)}function tr(e){return e+32}function il(e){return e===g.SPACE||e===g.LINE_FEED||e===g.TABULATION||e===g.FORM_FEED}function $s(e){return il(e)||e===g.SOLIDUS||e===g.GREATER_THAN_SIGN}function og(e){return e===g.NULL?L.nullCharacterReference:e>1114111?L.characterReferenceOutsideUnicodeRange:Ko(e)?L.surrogateCharacterReference:Jo(e)?L.noncharacterCharacterReference:Zo(e)||e===g.CARRIAGE_RETURN?L.controlCharacterReference:null}class lg{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 Wp(n),this.currentLocation=this.getCurrentLocation(-1),this.entityDecoder=new nl(tl,(r,i)=>{this.preprocessor.pos=this.entityStartPos+i-1,this._flushCodePointConsumedAsCharacterReference(r)},n.onParseError?{missingSemicolonAfterCharacterReference:()=>{this._err(L.missingSemicolonAfterCharacterReference,1)},absenceOfDigitsInNumericCharacterReference:r=>{this._err(L.absenceOfDigitsInNumericCharacterReference,this.entityStartPos-this.preprocessor.pos+r)},validateNumericCharacterReference:r=>{const i=og(r);i&&this._err(i,1)}}:void 0)}_err(t,n=0){var r,i;(i=(r=this.handler).onParseError)===null||i===void 0||i.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:ce.START_TAG,tagName:"",tagID:l.UNKNOWN,selfClosing:!1,ackSelfClosing:!1,attrs:[],location:this.getCurrentLocation(1)}}_createEndTagToken(){this.currentToken={type:ce.END_TAG,tagName:"",tagID:l.UNKNOWN,selfClosing:!1,ackSelfClosing:!1,attrs:[],location:this.getCurrentLocation(2)}}_createCommentToken(t){this.currentToken={type:ce.COMMENT,data:"",location:this.getCurrentLocation(t)}}_createDoctypeToken(t){this.currentToken={type:ce.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(el(r,this.currentAttr.name)===null){if(r.attrs.push(this.currentAttr),r.location&&this.currentLocation){const i=(t=(n=r.location).attrs)!==null&&t!==void 0?t:n.attrs=Object.create(null);i[this.currentAttr.name]=this.currentLocation,this._leaveAttrValue()}}else this._err(L.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=bn(t.tagName),t.type===ce.START_TAG?(this.lastStartTagName=t.tagName,this.handler.onStartTag(t)):(t.attrs.length>0&&this._err(L.endTagWithAttributes),t.selfClosing&&this._err(L.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 ce.CHARACTER:{this.handler.onCharacter(this.currentCharacterToken);break}case ce.NULL_CHARACTER:{this.handler.onNullCharacter(this.currentCharacterToken);break}case ce.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:ce.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=il(t)?ce.WHITESPACE_CHARACTER:t===g.NULL?ce.NULL_CHARACTER:ce.CHARACTER;this._appendCharToCurrentCharacterToken(n,String.fromCodePoint(t))}_emitChars(t){this._appendCharToCurrentCharacterToken(ce.CHARACTER,t)}_startCharacterReference(){this.returnState=this.state,this.state=E.CHARACTER_REFERENCE,this.entityStartPos=this.preprocessor.pos,this.entityDecoder.startEntity(this._isCharacterReferenceInAttribute()?_t.Attribute:_t.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 g.LESS_THAN_SIGN:{this.state=E.TAG_OPEN;break}case g.AMPERSAND:{this._startCharacterReference();break}case g.NULL:{this._err(L.unexpectedNullCharacter),this._emitCodePoint(t);break}case g.EOF:{this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateRcdata(t){switch(t){case g.AMPERSAND:{this._startCharacterReference();break}case g.LESS_THAN_SIGN:{this.state=E.RCDATA_LESS_THAN_SIGN;break}case g.NULL:{this._err(L.unexpectedNullCharacter),this._emitChars(ke);break}case g.EOF:{this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateRawtext(t){switch(t){case g.LESS_THAN_SIGN:{this.state=E.RAWTEXT_LESS_THAN_SIGN;break}case g.NULL:{this._err(L.unexpectedNullCharacter),this._emitChars(ke);break}case g.EOF:{this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateScriptData(t){switch(t){case g.LESS_THAN_SIGN:{this.state=E.SCRIPT_DATA_LESS_THAN_SIGN;break}case g.NULL:{this._err(L.unexpectedNullCharacter),this._emitChars(ke);break}case g.EOF:{this._emitEOFToken();break}default:this._emitCodePoint(t)}}_statePlaintext(t){switch(t){case g.NULL:{this._err(L.unexpectedNullCharacter),this._emitChars(ke);break}case g.EOF:{this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateTagOpen(t){if(Nt(t))this._createStartTagToken(),this.state=E.TAG_NAME,this._stateTagName(t);else switch(t){case g.EXCLAMATION_MARK:{this.state=E.MARKUP_DECLARATION_OPEN;break}case g.SOLIDUS:{this.state=E.END_TAG_OPEN;break}case g.QUESTION_MARK:{this._err(L.unexpectedQuestionMarkInsteadOfTagName),this._createCommentToken(1),this.state=E.BOGUS_COMMENT,this._stateBogusComment(t);break}case g.EOF:{this._err(L.eofBeforeTagName),this._emitChars("<"),this._emitEOFToken();break}default:this._err(L.invalidFirstCharacterOfTagName),this._emitChars("<"),this.state=E.DATA,this._stateData(t)}}_stateEndTagOpen(t){if(Nt(t))this._createEndTagToken(),this.state=E.TAG_NAME,this._stateTagName(t);else switch(t){case g.GREATER_THAN_SIGN:{this._err(L.missingEndTagName),this.state=E.DATA;break}case g.EOF:{this._err(L.eofBeforeTagName),this._emitChars("</"),this._emitEOFToken();break}default:this._err(L.invalidFirstCharacterOfTagName),this._createCommentToken(2),this.state=E.BOGUS_COMMENT,this._stateBogusComment(t)}}_stateTagName(t){const n=this.currentToken;switch(t){case g.SPACE:case g.LINE_FEED:case g.TABULATION:case g.FORM_FEED:{this.state=E.BEFORE_ATTRIBUTE_NAME;break}case g.SOLIDUS:{this.state=E.SELF_CLOSING_START_TAG;break}case g.GREATER_THAN_SIGN:{this.state=E.DATA,this.emitCurrentTagToken();break}case g.NULL:{this._err(L.unexpectedNullCharacter),n.tagName+=ke;break}case g.EOF:{this._err(L.eofInTag),this._emitEOFToken();break}default:n.tagName+=String.fromCodePoint(Cn(t)?tr(t):t)}}_stateRcdataLessThanSign(t){t===g.SOLIDUS?this.state=E.RCDATA_END_TAG_OPEN:(this._emitChars("<"),this.state=E.RCDATA,this._stateRcdata(t))}_stateRcdataEndTagOpen(t){Nt(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 g.SPACE:case g.LINE_FEED:case g.TABULATION:case g.FORM_FEED:return this._advanceBy(this.lastStartTagName.length),this.state=E.BEFORE_ATTRIBUTE_NAME,!1;case g.SOLIDUS:return this._advanceBy(this.lastStartTagName.length),this.state=E.SELF_CLOSING_START_TAG,!1;case g.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===g.SOLIDUS?this.state=E.RAWTEXT_END_TAG_OPEN:(this._emitChars("<"),this.state=E.RAWTEXT,this._stateRawtext(t))}_stateRawtextEndTagOpen(t){Nt(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 g.SOLIDUS:{this.state=E.SCRIPT_DATA_END_TAG_OPEN;break}case g.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){Nt(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===g.HYPHEN_MINUS?(this.state=E.SCRIPT_DATA_ESCAPE_START_DASH,this._emitChars("-")):(this.state=E.SCRIPT_DATA,this._stateScriptData(t))}_stateScriptDataEscapeStartDash(t){t===g.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 g.HYPHEN_MINUS:{this.state=E.SCRIPT_DATA_ESCAPED_DASH,this._emitChars("-");break}case g.LESS_THAN_SIGN:{this.state=E.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN;break}case g.NULL:{this._err(L.unexpectedNullCharacter),this._emitChars(ke);break}case g.EOF:{this._err(L.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateScriptDataEscapedDash(t){switch(t){case g.HYPHEN_MINUS:{this.state=E.SCRIPT_DATA_ESCAPED_DASH_DASH,this._emitChars("-");break}case g.LESS_THAN_SIGN:{this.state=E.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN;break}case g.NULL:{this._err(L.unexpectedNullCharacter),this.state=E.SCRIPT_DATA_ESCAPED,this._emitChars(ke);break}case g.EOF:{this._err(L.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break}default:this.state=E.SCRIPT_DATA_ESCAPED,this._emitCodePoint(t)}}_stateScriptDataEscapedDashDash(t){switch(t){case g.HYPHEN_MINUS:{this._emitChars("-");break}case g.LESS_THAN_SIGN:{this.state=E.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN;break}case g.GREATER_THAN_SIGN:{this.state=E.SCRIPT_DATA,this._emitChars(">");break}case g.NULL:{this._err(L.unexpectedNullCharacter),this.state=E.SCRIPT_DATA_ESCAPED,this._emitChars(ke);break}case g.EOF:{this._err(L.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break}default:this.state=E.SCRIPT_DATA_ESCAPED,this._emitCodePoint(t)}}_stateScriptDataEscapedLessThanSign(t){t===g.SOLIDUS?this.state=E.SCRIPT_DATA_ESCAPED_END_TAG_OPEN:Nt(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){Nt(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(qe.SCRIPT,!1)&&$s(this.preprocessor.peek(qe.SCRIPT.length))){this._emitCodePoint(t);for(let n=0;n<qe.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 g.HYPHEN_MINUS:{this.state=E.SCRIPT_DATA_DOUBLE_ESCAPED_DASH,this._emitChars("-");break}case g.LESS_THAN_SIGN:{this.state=E.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN,this._emitChars("<");break}case g.NULL:{this._err(L.unexpectedNullCharacter),this._emitChars(ke);break}case g.EOF:{this._err(L.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateScriptDataDoubleEscapedDash(t){switch(t){case g.HYPHEN_MINUS:{this.state=E.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH,this._emitChars("-");break}case g.LESS_THAN_SIGN:{this.state=E.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN,this._emitChars("<");break}case g.NULL:{this._err(L.unexpectedNullCharacter),this.state=E.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitChars(ke);break}case g.EOF:{this._err(L.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break}default:this.state=E.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitCodePoint(t)}}_stateScriptDataDoubleEscapedDashDash(t){switch(t){case g.HYPHEN_MINUS:{this._emitChars("-");break}case g.LESS_THAN_SIGN:{this.state=E.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN,this._emitChars("<");break}case g.GREATER_THAN_SIGN:{this.state=E.SCRIPT_DATA,this._emitChars(">");break}case g.NULL:{this._err(L.unexpectedNullCharacter),this.state=E.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitChars(ke);break}case g.EOF:{this._err(L.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break}default:this.state=E.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitCodePoint(t)}}_stateScriptDataDoubleEscapedLessThanSign(t){t===g.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(qe.SCRIPT,!1)&&$s(this.preprocessor.peek(qe.SCRIPT.length))){this._emitCodePoint(t);for(let n=0;n<qe.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 g.SPACE:case g.LINE_FEED:case g.TABULATION:case g.FORM_FEED:break;case g.SOLIDUS:case g.GREATER_THAN_SIGN:case g.EOF:{this.state=E.AFTER_ATTRIBUTE_NAME,this._stateAfterAttributeName(t);break}case g.EQUALS_SIGN:{this._err(L.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 g.SPACE:case g.LINE_FEED:case g.TABULATION:case g.FORM_FEED:case g.SOLIDUS:case g.GREATER_THAN_SIGN:case g.EOF:{this._leaveAttrName(),this.state=E.AFTER_ATTRIBUTE_NAME,this._stateAfterAttributeName(t);break}case g.EQUALS_SIGN:{this._leaveAttrName(),this.state=E.BEFORE_ATTRIBUTE_VALUE;break}case g.QUOTATION_MARK:case g.APOSTROPHE:case g.LESS_THAN_SIGN:{this._err(L.unexpectedCharacterInAttributeName),this.currentAttr.name+=String.fromCodePoint(t);break}case g.NULL:{this._err(L.unexpectedNullCharacter),this.currentAttr.name+=ke;break}default:this.currentAttr.name+=String.fromCodePoint(Cn(t)?tr(t):t)}}_stateAfterAttributeName(t){switch(t){case g.SPACE:case g.LINE_FEED:case g.TABULATION:case g.FORM_FEED:break;case g.SOLIDUS:{this.state=E.SELF_CLOSING_START_TAG;break}case g.EQUALS_SIGN:{this.state=E.BEFORE_ATTRIBUTE_VALUE;break}case g.GREATER_THAN_SIGN:{this.state=E.DATA,this.emitCurrentTagToken();break}case g.EOF:{this._err(L.eofInTag),this._emitEOFToken();break}default:this._createAttr(""),this.state=E.ATTRIBUTE_NAME,this._stateAttributeName(t)}}_stateBeforeAttributeValue(t){switch(t){case g.SPACE:case g.LINE_FEED:case g.TABULATION:case g.FORM_FEED:break;case g.QUOTATION_MARK:{this.state=E.ATTRIBUTE_VALUE_DOUBLE_QUOTED;break}case g.APOSTROPHE:{this.state=E.ATTRIBUTE_VALUE_SINGLE_QUOTED;break}case g.GREATER_THAN_SIGN:{this._err(L.missingAttributeValue),this.state=E.DATA,this.emitCurrentTagToken();break}default:this.state=E.ATTRIBUTE_VALUE_UNQUOTED,this._stateAttributeValueUnquoted(t)}}_stateAttributeValueDoubleQuoted(t){switch(t){case g.QUOTATION_MARK:{this.state=E.AFTER_ATTRIBUTE_VALUE_QUOTED;break}case g.AMPERSAND:{this._startCharacterReference();break}case g.NULL:{this._err(L.unexpectedNullCharacter),this.currentAttr.value+=ke;break}case g.EOF:{this._err(L.eofInTag),this._emitEOFToken();break}default:this.currentAttr.value+=String.fromCodePoint(t)}}_stateAttributeValueSingleQuoted(t){switch(t){case g.APOSTROPHE:{this.state=E.AFTER_ATTRIBUTE_VALUE_QUOTED;break}case g.AMPERSAND:{this._startCharacterReference();break}case g.NULL:{this._err(L.unexpectedNullCharacter),this.currentAttr.value+=ke;break}case g.EOF:{this._err(L.eofInTag),this._emitEOFToken();break}default:this.currentAttr.value+=String.fromCodePoint(t)}}_stateAttributeValueUnquoted(t){switch(t){case g.SPACE:case g.LINE_FEED:case g.TABULATION:case g.FORM_FEED:{this._leaveAttrValue(),this.state=E.BEFORE_ATTRIBUTE_NAME;break}case g.AMPERSAND:{this._startCharacterReference();break}case g.GREATER_THAN_SIGN:{this._leaveAttrValue(),this.state=E.DATA,this.emitCurrentTagToken();break}case g.NULL:{this._err(L.unexpectedNullCharacter),this.currentAttr.value+=ke;break}case g.QUOTATION_MARK:case g.APOSTROPHE:case g.LESS_THAN_SIGN:case g.EQUALS_SIGN:case g.GRAVE_ACCENT:{this._err(L.unexpectedCharacterInUnquotedAttributeValue),this.currentAttr.value+=String.fromCodePoint(t);break}case g.EOF:{this._err(L.eofInTag),this._emitEOFToken();break}default:this.currentAttr.value+=String.fromCodePoint(t)}}_stateAfterAttributeValueQuoted(t){switch(t){case g.SPACE:case g.LINE_FEED:case g.TABULATION:case g.FORM_FEED:{this._leaveAttrValue(),this.state=E.BEFORE_ATTRIBUTE_NAME;break}case g.SOLIDUS:{this._leaveAttrValue(),this.state=E.SELF_CLOSING_START_TAG;break}case g.GREATER_THAN_SIGN:{this._leaveAttrValue(),this.state=E.DATA,this.emitCurrentTagToken();break}case g.EOF:{this._err(L.eofInTag),this._emitEOFToken();break}default:this._err(L.missingWhitespaceBetweenAttributes),this.state=E.BEFORE_ATTRIBUTE_NAME,this._stateBeforeAttributeName(t)}}_stateSelfClosingStartTag(t){switch(t){case g.GREATER_THAN_SIGN:{const n=this.currentToken;n.selfClosing=!0,this.state=E.DATA,this.emitCurrentTagToken();break}case g.EOF:{this._err(L.eofInTag),this._emitEOFToken();break}default:this._err(L.unexpectedSolidusInTag),this.state=E.BEFORE_ATTRIBUTE_NAME,this._stateBeforeAttributeName(t)}}_stateBogusComment(t){const n=this.currentToken;switch(t){case g.GREATER_THAN_SIGN:{this.state=E.DATA,this.emitCurrentComment(n);break}case g.EOF:{this.emitCurrentComment(n),this._emitEOFToken();break}case g.NULL:{this._err(L.unexpectedNullCharacter),n.data+=ke;break}default:n.data+=String.fromCodePoint(t)}}_stateMarkupDeclarationOpen(t){this._consumeSequenceIfMatch(qe.DASH_DASH,!0)?(this._createCommentToken(qe.DASH_DASH.length+1),this.state=E.COMMENT_START):this._consumeSequenceIfMatch(qe.DOCTYPE,!1)?(this.currentLocation=this.getCurrentLocation(qe.DOCTYPE.length+1),this.state=E.DOCTYPE):this._consumeSequenceIfMatch(qe.CDATA_START,!0)?this.inForeignNode?this.state=E.CDATA_SECTION:(this._err(L.cdataInHtmlContent),this._createCommentToken(qe.CDATA_START.length+1),this.currentToken.data="[CDATA[",this.state=E.BOGUS_COMMENT):this._ensureHibernation()||(this._err(L.incorrectlyOpenedComment),this._createCommentToken(2),this.state=E.BOGUS_COMMENT,this._stateBogusComment(t))}_stateCommentStart(t){switch(t){case g.HYPHEN_MINUS:{this.state=E.COMMENT_START_DASH;break}case g.GREATER_THAN_SIGN:{this._err(L.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 g.HYPHEN_MINUS:{this.state=E.COMMENT_END;break}case g.GREATER_THAN_SIGN:{this._err(L.abruptClosingOfEmptyComment),this.state=E.DATA,this.emitCurrentComment(n);break}case g.EOF:{this._err(L.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 g.HYPHEN_MINUS:{this.state=E.COMMENT_END_DASH;break}case g.LESS_THAN_SIGN:{n.data+="<",this.state=E.COMMENT_LESS_THAN_SIGN;break}case g.NULL:{this._err(L.unexpectedNullCharacter),n.data+=ke;break}case g.EOF:{this._err(L.eofInComment),this.emitCurrentComment(n),this._emitEOFToken();break}default:n.data+=String.fromCodePoint(t)}}_stateCommentLessThanSign(t){const n=this.currentToken;switch(t){case g.EXCLAMATION_MARK:{n.data+="!",this.state=E.COMMENT_LESS_THAN_SIGN_BANG;break}case g.LESS_THAN_SIGN:{n.data+="<";break}default:this.state=E.COMMENT,this._stateComment(t)}}_stateCommentLessThanSignBang(t){t===g.HYPHEN_MINUS?this.state=E.COMMENT_LESS_THAN_SIGN_BANG_DASH:(this.state=E.COMMENT,this._stateComment(t))}_stateCommentLessThanSignBangDash(t){t===g.HYPHEN_MINUS?this.state=E.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH:(this.state=E.COMMENT_END_DASH,this._stateCommentEndDash(t))}_stateCommentLessThanSignBangDashDash(t){t!==g.GREATER_THAN_SIGN&&t!==g.EOF&&this._err(L.nestedComment),this.state=E.COMMENT_END,this._stateCommentEnd(t)}_stateCommentEndDash(t){const n=this.currentToken;switch(t){case g.HYPHEN_MINUS:{this.state=E.COMMENT_END;break}case g.EOF:{this._err(L.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 g.GREATER_THAN_SIGN:{this.state=E.DATA,this.emitCurrentComment(n);break}case g.EXCLAMATION_MARK:{this.state=E.COMMENT_END_BANG;break}case g.HYPHEN_MINUS:{n.data+="-";break}case g.EOF:{this._err(L.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 g.HYPHEN_MINUS:{n.data+="--!",this.state=E.COMMENT_END_DASH;break}case g.GREATER_THAN_SIGN:{this._err(L.incorrectlyClosedComment),this.state=E.DATA,this.emitCurrentComment(n);break}case g.EOF:{this._err(L.eofInComment),this.emitCurrentComment(n),this._emitEOFToken();break}default:n.data+="--!",this.state=E.COMMENT,this._stateComment(t)}}_stateDoctype(t){switch(t){case g.SPACE:case g.LINE_FEED:case g.TABULATION:case g.FORM_FEED:{this.state=E.BEFORE_DOCTYPE_NAME;break}case g.GREATER_THAN_SIGN:{this.state=E.BEFORE_DOCTYPE_NAME,this._stateBeforeDoctypeName(t);break}case g.EOF:{this._err(L.eofInDoctype),this._createDoctypeToken(null);const n=this.currentToken;n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(L.missingWhitespaceBeforeDoctypeName),this.state=E.BEFORE_DOCTYPE_NAME,this._stateBeforeDoctypeName(t)}}_stateBeforeDoctypeName(t){if(Cn(t))this._createDoctypeToken(String.fromCharCode(tr(t))),this.state=E.DOCTYPE_NAME;else switch(t){case g.SPACE:case g.LINE_FEED:case g.TABULATION:case g.FORM_FEED:break;case g.NULL:{this._err(L.unexpectedNullCharacter),this._createDoctypeToken(ke),this.state=E.DOCTYPE_NAME;break}case g.GREATER_THAN_SIGN:{this._err(L.missingDoctypeName),this._createDoctypeToken(null);const n=this.currentToken;n.forceQuirks=!0,this.emitCurrentDoctype(n),this.state=E.DATA;break}case g.EOF:{this._err(L.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 g.SPACE:case g.LINE_FEED:case g.TABULATION:case g.FORM_FEED:{this.state=E.AFTER_DOCTYPE_NAME;break}case g.GREATER_THAN_SIGN:{this.state=E.DATA,this.emitCurrentDoctype(n);break}case g.NULL:{this._err(L.unexpectedNullCharacter),n.name+=ke;break}case g.EOF:{this._err(L.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:n.name+=String.fromCodePoint(Cn(t)?tr(t):t)}}_stateAfterDoctypeName(t){const n=this.currentToken;switch(t){case g.SPACE:case g.LINE_FEED:case g.TABULATION:case g.FORM_FEED:break;case g.GREATER_THAN_SIGN:{this.state=E.DATA,this.emitCurrentDoctype(n);break}case g.EOF:{this._err(L.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._consumeSequenceIfMatch(qe.PUBLIC,!1)?this.state=E.AFTER_DOCTYPE_PUBLIC_KEYWORD:this._consumeSequenceIfMatch(qe.SYSTEM,!1)?this.state=E.AFTER_DOCTYPE_SYSTEM_KEYWORD:this._ensureHibernation()||(this._err(L.invalidCharacterSequenceAfterDoctypeName),n.forceQuirks=!0,this.state=E.BOGUS_DOCTYPE,this._stateBogusDoctype(t))}}_stateAfterDoctypePublicKeyword(t){const n=this.currentToken;switch(t){case g.SPACE:case g.LINE_FEED:case g.TABULATION:case g.FORM_FEED:{this.state=E.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER;break}case g.QUOTATION_MARK:{this._err(L.missingWhitespaceAfterDoctypePublicKeyword),n.publicId="",this.state=E.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED;break}case g.APOSTROPHE:{this._err(L.missingWhitespaceAfterDoctypePublicKeyword),n.publicId="",this.state=E.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED;break}case g.GREATER_THAN_SIGN:{this._err(L.missingDoctypePublicIdentifier),n.forceQuirks=!0,this.state=E.DATA,this.emitCurrentDoctype(n);break}case g.EOF:{this._err(L.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(L.missingQuoteBeforeDoctypePublicIdentifier),n.forceQuirks=!0,this.state=E.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateBeforeDoctypePublicIdentifier(t){const n=this.currentToken;switch(t){case g.SPACE:case g.LINE_FEED:case g.TABULATION:case g.FORM_FEED:break;case g.QUOTATION_MARK:{n.publicId="",this.state=E.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED;break}case g.APOSTROPHE:{n.publicId="",this.state=E.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED;break}case g.GREATER_THAN_SIGN:{this._err(L.missingDoctypePublicIdentifier),n.forceQuirks=!0,this.state=E.DATA,this.emitCurrentDoctype(n);break}case g.EOF:{this._err(L.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(L.missingQuoteBeforeDoctypePublicIdentifier),n.forceQuirks=!0,this.state=E.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateDoctypePublicIdentifierDoubleQuoted(t){const n=this.currentToken;switch(t){case g.QUOTATION_MARK:{this.state=E.AFTER_DOCTYPE_PUBLIC_IDENTIFIER;break}case g.NULL:{this._err(L.unexpectedNullCharacter),n.publicId+=ke;break}case g.GREATER_THAN_SIGN:{this._err(L.abruptDoctypePublicIdentifier),n.forceQuirks=!0,this.emitCurrentDoctype(n),this.state=E.DATA;break}case g.EOF:{this._err(L.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 g.APOSTROPHE:{this.state=E.AFTER_DOCTYPE_PUBLIC_IDENTIFIER;break}case g.NULL:{this._err(L.unexpectedNullCharacter),n.publicId+=ke;break}case g.GREATER_THAN_SIGN:{this._err(L.abruptDoctypePublicIdentifier),n.forceQuirks=!0,this.emitCurrentDoctype(n),this.state=E.DATA;break}case g.EOF:{this._err(L.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 g.SPACE:case g.LINE_FEED:case g.TABULATION:case g.FORM_FEED:{this.state=E.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS;break}case g.GREATER_THAN_SIGN:{this.state=E.DATA,this.emitCurrentDoctype(n);break}case g.QUOTATION_MARK:{this._err(L.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers),n.systemId="",this.state=E.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break}case g.APOSTROPHE:{this._err(L.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers),n.systemId="",this.state=E.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break}case g.EOF:{this._err(L.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(L.missingQuoteBeforeDoctypeSystemIdentifier),n.forceQuirks=!0,this.state=E.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateBetweenDoctypePublicAndSystemIdentifiers(t){const n=this.currentToken;switch(t){case g.SPACE:case g.LINE_FEED:case g.TABULATION:case g.FORM_FEED:break;case g.GREATER_THAN_SIGN:{this.emitCurrentDoctype(n),this.state=E.DATA;break}case g.QUOTATION_MARK:{n.systemId="",this.state=E.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break}case g.APOSTROPHE:{n.systemId="",this.state=E.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break}case g.EOF:{this._err(L.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(L.missingQuoteBeforeDoctypeSystemIdentifier),n.forceQuirks=!0,this.state=E.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateAfterDoctypeSystemKeyword(t){const n=this.currentToken;switch(t){case g.SPACE:case g.LINE_FEED:case g.TABULATION:case g.FORM_FEED:{this.state=E.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER;break}case g.QUOTATION_MARK:{this._err(L.missingWhitespaceAfterDoctypeSystemKeyword),n.systemId="",this.state=E.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break}case g.APOSTROPHE:{this._err(L.missingWhitespaceAfterDoctypeSystemKeyword),n.systemId="",this.state=E.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break}case g.GREATER_THAN_SIGN:{this._err(L.missingDoctypeSystemIdentifier),n.forceQuirks=!0,this.state=E.DATA,this.emitCurrentDoctype(n);break}case g.EOF:{this._err(L.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(L.missingQuoteBeforeDoctypeSystemIdentifier),n.forceQuirks=!0,this.state=E.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateBeforeDoctypeSystemIdentifier(t){const n=this.currentToken;switch(t){case g.SPACE:case g.LINE_FEED:case g.TABULATION:case g.FORM_FEED:break;case g.QUOTATION_MARK:{n.systemId="",this.state=E.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break}case g.APOSTROPHE:{n.systemId="",this.state=E.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break}case g.GREATER_THAN_SIGN:{this._err(L.missingDoctypeSystemIdentifier),n.forceQuirks=!0,this.state=E.DATA,this.emitCurrentDoctype(n);break}case g.EOF:{this._err(L.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(L.missingQuoteBeforeDoctypeSystemIdentifier),n.forceQuirks=!0,this.state=E.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateDoctypeSystemIdentifierDoubleQuoted(t){const n=this.currentToken;switch(t){case g.QUOTATION_MARK:{this.state=E.AFTER_DOCTYPE_SYSTEM_IDENTIFIER;break}case g.NULL:{this._err(L.unexpectedNullCharacter),n.systemId+=ke;break}case g.GREATER_THAN_SIGN:{this._err(L.abruptDoctypeSystemIdentifier),n.forceQuirks=!0,this.emitCurrentDoctype(n),this.state=E.DATA;break}case g.EOF:{this._err(L.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 g.APOSTROPHE:{this.state=E.AFTER_DOCTYPE_SYSTEM_IDENTIFIER;break}case g.NULL:{this._err(L.unexpectedNullCharacter),n.systemId+=ke;break}case g.GREATER_THAN_SIGN:{this._err(L.abruptDoctypeSystemIdentifier),n.forceQuirks=!0,this.emitCurrentDoctype(n),this.state=E.DATA;break}case g.EOF:{this._err(L.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 g.SPACE:case g.LINE_FEED:case g.TABULATION:case g.FORM_FEED:break;case g.GREATER_THAN_SIGN:{this.emitCurrentDoctype(n),this.state=E.DATA;break}case g.EOF:{this._err(L.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(L.unexpectedCharacterAfterDoctypeSystemIdentifier),this.state=E.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateBogusDoctype(t){const n=this.currentToken;switch(t){case g.GREATER_THAN_SIGN:{this.emitCurrentDoctype(n),this.state=E.DATA;break}case g.NULL:{this._err(L.unexpectedNullCharacter);break}case g.EOF:{this.emitCurrentDoctype(n),this._emitEOFToken();break}}}_stateCdataSection(t){switch(t){case g.RIGHT_SQUARE_BRACKET:{this.state=E.CDATA_SECTION_BRACKET;break}case g.EOF:{this._err(L.eofInCdata),this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateCdataSectionBracket(t){t===g.RIGHT_SQUARE_BRACKET?this.state=E.CDATA_SECTION_END:(this._emitChars("]"),this.state=E.CDATA_SECTION,this._stateCdataSection(t))}_stateCdataSectionEnd(t){switch(t){case g.GREATER_THAN_SIGN:{this.state=E.DATA;break}case g.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(g.AMPERSAND),this.state=!this._isCharacterReferenceInAttribute()&&zs(this.preprocessor.peek(1))?E.AMBIGUOUS_AMPERSAND:this.returnState):this.state=this.returnState}_stateAmbiguousAmpersand(t){zs(t)?this._flushCodePointConsumedAsCharacterReference(t):(t===g.SEMICOLON&&this._err(L.unknownNamedCharacterReference),this.state=this.returnState,this._callState(t))}}const al=new Set([l.DD,l.DT,l.LI,l.OPTGROUP,l.OPTION,l.P,l.RB,l.RP,l.RT,l.RTC]),Ys=new Set([...al,l.CAPTION,l.COLGROUP,l.TBODY,l.TD,l.TFOOT,l.TH,l.THEAD,l.TR]),mr=new Set([l.APPLET,l.CAPTION,l.HTML,l.MARQUEE,l.OBJECT,l.TABLE,l.TD,l.TEMPLATE,l.TH]),cg=new Set([...mr,l.OL,l.UL]),fg=new Set([...mr,l.BUTTON]),Gs=new Set([l.ANNOTATION_XML,l.MI,l.MN,l.MO,l.MS,l.MTEXT]),Vs=new Set([l.DESC,l.FOREIGN_OBJECT,l.TITLE]),dg=new Set([l.TR,l.TEMPLATE,l.HTML]),hg=new Set([l.TBODY,l.TFOOT,l.THEAD,l.TEMPLATE,l.HTML]),mg=new Set([l.TABLE,l.TEMPLATE,l.HTML]),pg=new Set([l.TD,l.TH]);class gg{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=l.UNKNOWN,this.current=t}_indexOf(t){return this.items.lastIndexOf(t,this.stackTop)}_isInTemplate(){return this.currentTagId===l.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 i=this._indexOf(t)+1;this.items.splice(i,0,n),this.tagIDs.splice(i,0,r),this.stackTop++,i===this.stackTop&&this._updateCurrentElement(),this.handler.onItemPush(this.current,this.currentTagId,i===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(Gi,P.HTML)}popUntilTableCellPopped(){this.popUntilPopped(pg,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(mg,P.HTML)}clearBackToTableBodyContext(){this.clearBackTo(hg,P.HTML)}clearBackToTableRowContext(){this.clearBackTo(dg,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]===l.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]===l.HTML}hasInDynamicScope(t,n){for(let r=this.stackTop;r>=0;r--){const i=this.tagIDs[r];switch(this.treeAdapter.getNamespaceURI(this.items[r])){case P.HTML:{if(i===t)return!0;if(n.has(i))return!1;break}case P.SVG:{if(Vs.has(i))return!1;break}case P.MATHML:{if(Gs.has(i))return!1;break}}}return!0}hasInScope(t){return this.hasInDynamicScope(t,mr)}hasInListItemScope(t){return this.hasInDynamicScope(t,cg)}hasInButtonScope(t){return this.hasInDynamicScope(t,fg)}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(Gi.has(n))return!0;if(mr.has(n))return!1;break}case P.SVG:{if(Vs.has(n))return!1;break}case P.MATHML:{if(Gs.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 l.TABLE:case l.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 l.TBODY:case l.THEAD:case l.TFOOT:return!0;case l.TABLE:case l.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 l.OPTION:case l.OPTGROUP:break;default:return!1}return!0}generateImpliedEndTags(){for(;al.has(this.currentTagId);)this.pop()}generateImpliedEndTagsThoroughly(){for(;Ys.has(this.currentTagId);)this.pop()}generateImpliedEndTagsWithExclusion(t){for(;this.currentTagId!==t&&Ys.has(this.currentTagId);)this.pop()}}const oi=3;var gt;(function(e){e[e.Marker=0]="Marker",e[e.Element=1]="Element"})(gt||(gt={}));const qs={type:gt.Marker};class bg{constructor(t){this.treeAdapter=t,this.entries=[],this.bookmark=null}_getNoahArkConditionCandidates(t,n){const r=[],i=n.length,a=this.treeAdapter.getTagName(t),s=this.treeAdapter.getNamespaceURI(t);for(let u=0;u<this.entries.length;u++){const o=this.entries[u];if(o.type===gt.Marker)break;const{element:c}=o;if(this.treeAdapter.getTagName(c)===a&&this.treeAdapter.getNamespaceURI(c)===s){const f=this.treeAdapter.getAttrList(c);f.length===i&&r.push({idx:u,attrs:f})}}return r}_ensureNoahArkCondition(t){if(this.entries.length<oi)return;const n=this.treeAdapter.getAttrList(t),r=this._getNoahArkConditionCandidates(t,n);if(r.length<oi)return;const i=new Map(n.map(s=>[s.name,s.value]));let a=0;for(let s=0;s<r.length;s++){const u=r[s];u.attrs.every(o=>i.get(o.name)===o.value)&&(a+=1,a>=oi&&this.entries.splice(u.idx,1))}}insertMarker(){this.entries.unshift(qs)}pushElement(t,n){this._ensureNoahArkCondition(t),this.entries.unshift({type:gt.Element,element:t,token:n})}insertElementAfterBookmark(t,n){const r=this.entries.indexOf(this.bookmark);this.entries.splice(r,0,{type:gt.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(qs);t>=0?this.entries.splice(0,t+1):this.entries.length=0}getElementEntryInScopeWithTagName(t){const n=this.entries.find(r=>r.type===gt.Marker||this.treeAdapter.getTagName(r.element)===t);return n&&n.type===gt.Element?n:null}getElementEntry(t){return this.entries.find(n=>n.type===gt.Element&&n.element===t)}}const kt={createDocument(){return{nodeName:"#document",mode:et.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 i=e.childNodes.find(a=>a.nodeName==="#documentType");if(i)i.name=t,i.publicId=n,i.systemId=r;else{const a={nodeName:"#documentType",name:t,publicId:n,systemId:r,parentNode:null};kt.appendChild(e,a)}},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(kt.isTextNode(n)){n.value+=t;return}}kt.appendChild(e,kt.createTextNode(t))},insertTextBefore(e,t,n){const r=e.childNodes[e.childNodes.indexOf(n)-1];r&&kt.isTextNode(r)?r.value+=t:kt.insertBefore(e,kt.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}}},sl="html",Eg="about:legacy-compat",Tg="http://www.ibm.com/data/dtd/v11/ibmxhtml1-transitional.dtd",ul=["+//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//"],xg=[...ul,"-//w3c//dtd html 4.01 frameset//","-//w3c//dtd html 4.01 transitional//"],yg=new Set(["-//w3o//dtd w3 html strict 3.0//en//","-/w3c/dtd html 4.0 transitional/en","html"]),ol=["-//w3c//dtd xhtml 1.0 frameset//","-//w3c//dtd xhtml 1.0 transitional//"],Ag=[...ol,"-//w3c//dtd html 4.01 frameset//","-//w3c//dtd html 4.01 transitional//"];function Ws(e,t){return t.some(n=>e.startsWith(n))}function _g(e){return e.name===sl&&e.publicId===null&&(e.systemId===null||e.systemId===Eg)}function Sg(e){if(e.name!==sl)return et.QUIRKS;const{systemId:t}=e;if(t&&t.toLowerCase()===Tg)return et.QUIRKS;let{publicId:n}=e;if(n!==null){if(n=n.toLowerCase(),yg.has(n))return et.QUIRKS;let r=t===null?xg:ul;if(Ws(n,r))return et.QUIRKS;if(r=t===null?ol:Ag,Ws(n,r))return et.LIMITED_QUIRKS}return et.NO_QUIRKS}const Xs={TEXT_HTML:"text/html",APPLICATION_XML:"application/xhtml+xml"},Cg="definitionurl",wg="definitionURL",vg=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])),Ig=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}]]),Ng=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])),kg=new Set([l.B,l.BIG,l.BLOCKQUOTE,l.BODY,l.BR,l.CENTER,l.CODE,l.DD,l.DIV,l.DL,l.DT,l.EM,l.EMBED,l.H1,l.H2,l.H3,l.H4,l.H5,l.H6,l.HEAD,l.HR,l.I,l.IMG,l.LI,l.LISTING,l.MENU,l.META,l.NOBR,l.OL,l.P,l.PRE,l.RUBY,l.S,l.SMALL,l.SPAN,l.STRONG,l.STRIKE,l.SUB,l.SUP,l.TABLE,l.TT,l.U,l.UL,l.VAR]);function Og(e){const t=e.tagID;return t===l.FONT&&e.attrs.some(({name:r})=>r===zt.COLOR||r===zt.SIZE||r===zt.FACE)||kg.has(t)}function ll(e){for(let t=0;t<e.attrs.length;t++)if(e.attrs[t].name===Cg){e.attrs[t].name=wg;break}}function cl(e){for(let t=0;t<e.attrs.length;t++){const n=vg.get(e.attrs[t].name);n!=null&&(e.attrs[t].name=n)}}function Aa(e){for(let t=0;t<e.attrs.length;t++){const n=Ig.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 Rg(e){const t=Ng.get(e.tagName);t!=null&&(e.tagName=t,e.tagID=bn(e.tagName))}function Lg(e,t){return t===P.MATHML&&(e===l.MI||e===l.MO||e===l.MN||e===l.MS||e===l.MTEXT)}function Dg(e,t,n){if(t===P.MATHML&&e===l.ANNOTATION_XML){for(let r=0;r<n.length;r++)if(n[r].name===zt.ENCODING){const i=n[r].value.toLowerCase();return i===Xs.TEXT_HTML||i===Xs.APPLICATION_XML}}return t===P.SVG&&(e===l.FOREIGN_OBJECT||e===l.DESC||e===l.TITLE)}function Pg(e,t,n,r){return(!r||r===P.HTML)&&Dg(e,t,n)||(!r||r===P.MATHML)&&Lg(e,t)}const Mg="hidden",Bg=8,Fg=3;var x;(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"})(x||(x={}));const Hg={startLine:-1,startCol:-1,startOffset:-1,endLine:-1,endCol:-1,endOffset:-1},fl=new Set([l.TABLE,l.TBODY,l.TFOOT,l.THEAD,l.TR]),Qs={scriptingEnabled:!0,sourceCodeLocationInfo:!1,treeAdapter:kt,onParseError:null};class Ks{constructor(t,n,r=null,i=null){this.fragmentContext=r,this.scriptHandler=i,this.currentToken=null,this.stopped=!1,this.insertionMode=x.INITIAL,this.originalInsertionMode=x.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={...Qs,...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 lg(this.options,this),this.activeFormattingElements=new bg(this.treeAdapter),this.fragmentContextID=r?bn(this.treeAdapter.getTagName(r)):l.UNKNOWN,this._setContextModes(r??this.document,this.fragmentContextID),this.openElements=new gg(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={...Qs,...n};t??(t=r.treeAdapter.createElement(I.TEMPLATE,P.HTML,[]));const i=r.treeAdapter.createElement("documentmock",P.HTML,[]),a=new this(r,i,t);return a.fragmentContextID===l.TEMPLATE&&a.tmplInsertionModeStack.unshift(x.IN_TEMPLATE),a._initTokenizerForFragmentParsing(),a._insertFakeRootElement(),a._resetInsertionMode(),a._findFormInFragmentContext(),a}getFragment(){const t=this.treeAdapter.getFirstChild(this.document),n=this.treeAdapter.createDocumentFragment();return this._adoptNodes(t,n),n}_err(t,n,r){var i;if(!this.onParseError)return;const a=(i=t.location)!==null&&i!==void 0?i:Hg,s={code:n,startLine:a.startLine,startCol:a.startCol,startOffset:a.startOffset,endLine:r?a.startLine:a.endLine,endCol:r?a.startCol:a.endCol,endOffset:r?a.startOffset:a.endOffset};this.onParseError(s)}onItemPush(t,n,r){var i,a;(a=(i=this.treeAdapter).onItemPush)===null||a===void 0||a.call(i,t),r&&this.openElements.stackTop>0&&this._setContextModes(t,n)}onItemPop(t,n){var r,i;if(this.options.sourceCodeLocationInfo&&this._setEndLocation(t,this.currentToken),(i=(r=this.treeAdapter).onItemPop)===null||i===void 0||i.call(r,t,this.openElements.current),n){let a,s;this.openElements.stackTop===0&&this.fragmentContext?(a=this.fragmentContext,s=this.fragmentContextID):{current:a,currentTagId:s}=this.openElements,this._setContextModes(a,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=x.TEXT}switchToPlaintextParsing(){this.insertionMode=x.TEXT,this.originalInsertionMode=x.IN_BODY,this.tokenizer.state=De.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)===I.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 l.TITLE:case l.TEXTAREA:{this.tokenizer.state=De.RCDATA;break}case l.STYLE:case l.XMP:case l.IFRAME:case l.NOEMBED:case l.NOFRAMES:case l.NOSCRIPT:{this.tokenizer.state=De.RAWTEXT;break}case l.SCRIPT:{this.tokenizer.state=De.SCRIPT_DATA;break}case l.PLAINTEXT:{this.tokenizer.state=De.PLAINTEXT;break}}}_setDocumentType(t){const n=t.name||"",r=t.publicId||"",i=t.systemId||"";if(this.treeAdapter.setDocumentType(this.document,n,r,i),t.location){const s=this.treeAdapter.getChildNodes(this.document).find(u=>this.treeAdapter.isDocumentTypeNode(u));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(I.HTML,P.HTML,[]);this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(t,null),this.treeAdapter.appendChild(this.openElements.current,t),this.openElements.push(t,l.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 i=this.treeAdapter.getChildNodes(n),a=r?i.lastIndexOf(r):i.length,s=i[a-1];if(this.treeAdapter.getNodeSourceCodeLocation(s)){const{endLine:o,endCol:c,endOffset:f}=t.location;this.treeAdapter.updateNodeSourceCodeLocation(s,{endLine:o,endCol:c,endOffset:f})}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,i=this.treeAdapter.getTagName(t),a=n.type===ce.END_TAG&&i===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,a)}}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===l.SVG&&this.treeAdapter.getTagName(n)===I.ANNOTATION_XML&&this.treeAdapter.getNamespaceURI(n)===P.MATHML?!1:this.tokenizer.inForeignNode||(t.tagID===l.MGLYPH||t.tagID===l.MALIGNMARK)&&!this._isIntegrationPoint(r,n,P.HTML)}_processToken(t){switch(t.type){case ce.CHARACTER:{this.onCharacter(t);break}case ce.NULL_CHARACTER:{this.onNullCharacter(t);break}case ce.COMMENT:{this.onComment(t);break}case ce.DOCTYPE:{this.onDoctype(t);break}case ce.START_TAG:{this._processStartTag(t);break}case ce.END_TAG:{this.onEndTag(t);break}case ce.EOF:{this.onEof(t);break}case ce.WHITESPACE_CHARACTER:{this.onWhitespaceCharacter(t);break}}}_isIntegrationPoint(t,n,r){const i=this.treeAdapter.getNamespaceURI(n),a=this.treeAdapter.getAttrList(n);return Pg(t,i,a,r)}_reconstructActiveFormattingElements(){const t=this.activeFormattingElements.entries.length;if(t){const n=this.activeFormattingElements.entries.findIndex(i=>i.type===gt.Marker||this.openElements.contains(i.element)),r=n<0?t-1:n-1;for(let i=r;i>=0;i--){const a=this.activeFormattingElements.entries[i];this._insertElement(a.token,this.treeAdapter.getNamespaceURI(a.element)),a.element=this.openElements.current}}}_closeTableCell(){this.openElements.generateImpliedEndTags(),this.openElements.popUntilTableCellPopped(),this.activeFormattingElements.clearToLastMarker(),this.insertionMode=x.IN_ROW}_closePElement(){this.openElements.generateImpliedEndTagsWithExclusion(l.P),this.openElements.popUntilTagNamePopped(l.P)}_resetInsertionMode(){for(let t=this.openElements.stackTop;t>=0;t--)switch(t===0&&this.fragmentContext?this.fragmentContextID:this.openElements.tagIDs[t]){case l.TR:{this.insertionMode=x.IN_ROW;return}case l.TBODY:case l.THEAD:case l.TFOOT:{this.insertionMode=x.IN_TABLE_BODY;return}case l.CAPTION:{this.insertionMode=x.IN_CAPTION;return}case l.COLGROUP:{this.insertionMode=x.IN_COLUMN_GROUP;return}case l.TABLE:{this.insertionMode=x.IN_TABLE;return}case l.BODY:{this.insertionMode=x.IN_BODY;return}case l.FRAMESET:{this.insertionMode=x.IN_FRAMESET;return}case l.SELECT:{this._resetInsertionModeForSelect(t);return}case l.TEMPLATE:{this.insertionMode=this.tmplInsertionModeStack[0];return}case l.HTML:{this.insertionMode=this.headElement?x.AFTER_HEAD:x.BEFORE_HEAD;return}case l.TD:case l.TH:{if(t>0){this.insertionMode=x.IN_CELL;return}break}case l.HEAD:{if(t>0){this.insertionMode=x.IN_HEAD;return}break}}this.insertionMode=x.IN_BODY}_resetInsertionModeForSelect(t){if(t>0)for(let n=t-1;n>0;n--){const r=this.openElements.tagIDs[n];if(r===l.TEMPLATE)break;if(r===l.TABLE){this.insertionMode=x.IN_SELECT_IN_TABLE;return}}this.insertionMode=x.IN_SELECT}_isElementCausesFosterParenting(t){return fl.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 l.TEMPLATE:{if(this.treeAdapter.getNamespaceURI(n)===P.HTML)return{parent:this.treeAdapter.getTemplateContent(n),beforeElement:null};break}case l.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 ag[r].has(n)}onCharacter(t){if(this.skipNextNewLine=!1,this.tokenizer.inForeignNode){pb(this,t);return}switch(this.insertionMode){case x.INITIAL:{yn(this,t);break}case x.BEFORE_HTML:{Nn(this,t);break}case x.BEFORE_HEAD:{kn(this,t);break}case x.IN_HEAD:{On(this,t);break}case x.IN_HEAD_NO_SCRIPT:{Rn(this,t);break}case x.AFTER_HEAD:{Ln(this,t);break}case x.IN_BODY:case x.IN_CAPTION:case x.IN_CELL:case x.IN_TEMPLATE:{hl(this,t);break}case x.TEXT:case x.IN_SELECT:case x.IN_SELECT_IN_TABLE:{this._insertCharacters(t);break}case x.IN_TABLE:case x.IN_TABLE_BODY:case x.IN_ROW:{li(this,t);break}case x.IN_TABLE_TEXT:{Tl(this,t);break}case x.IN_COLUMN_GROUP:{pr(this,t);break}case x.AFTER_BODY:{gr(this,t);break}case x.AFTER_AFTER_BODY:{lr(this,t);break}}}onNullCharacter(t){if(this.skipNextNewLine=!1,this.tokenizer.inForeignNode){mb(this,t);return}switch(this.insertionMode){case x.INITIAL:{yn(this,t);break}case x.BEFORE_HTML:{Nn(this,t);break}case x.BEFORE_HEAD:{kn(this,t);break}case x.IN_HEAD:{On(this,t);break}case x.IN_HEAD_NO_SCRIPT:{Rn(this,t);break}case x.AFTER_HEAD:{Ln(this,t);break}case x.TEXT:{this._insertCharacters(t);break}case x.IN_TABLE:case x.IN_TABLE_BODY:case x.IN_ROW:{li(this,t);break}case x.IN_COLUMN_GROUP:{pr(this,t);break}case x.AFTER_BODY:{gr(this,t);break}case x.AFTER_AFTER_BODY:{lr(this,t);break}}}onComment(t){if(this.skipNextNewLine=!1,this.currentNotInHTML){Vi(this,t);return}switch(this.insertionMode){case x.INITIAL:case x.BEFORE_HTML:case x.BEFORE_HEAD:case x.IN_HEAD:case x.IN_HEAD_NO_SCRIPT:case x.AFTER_HEAD:case x.IN_BODY:case x.IN_TABLE:case x.IN_CAPTION:case x.IN_COLUMN_GROUP:case x.IN_TABLE_BODY:case x.IN_ROW:case x.IN_CELL:case x.IN_SELECT:case x.IN_SELECT_IN_TABLE:case x.IN_TEMPLATE:case x.IN_FRAMESET:case x.AFTER_FRAMESET:{Vi(this,t);break}case x.IN_TABLE_TEXT:{An(this,t);break}case x.AFTER_BODY:{Vg(this,t);break}case x.AFTER_AFTER_BODY:case x.AFTER_AFTER_FRAMESET:{qg(this,t);break}}}onDoctype(t){switch(this.skipNextNewLine=!1,this.insertionMode){case x.INITIAL:{Wg(this,t);break}case x.BEFORE_HEAD:case x.IN_HEAD:case x.IN_HEAD_NO_SCRIPT:case x.AFTER_HEAD:{this._err(t,L.misplacedDoctype);break}case x.IN_TABLE_TEXT:{An(this,t);break}}}onStartTag(t){this.skipNextNewLine=!1,this.currentToken=t,this._processStartTag(t),t.selfClosing&&!t.ackSelfClosing&&this._err(t,L.nonVoidHtmlElementStartTagWithTrailingSolidus)}_processStartTag(t){this.shouldProcessStartTagTokenInForeignContent(t)?gb(this,t):this._startTagOutsideForeignContent(t)}_startTagOutsideForeignContent(t){switch(this.insertionMode){case x.INITIAL:{yn(this,t);break}case x.BEFORE_HTML:{Xg(this,t);break}case x.BEFORE_HEAD:{Kg(this,t);break}case x.IN_HEAD:{lt(this,t);break}case x.IN_HEAD_NO_SCRIPT:{e1(this,t);break}case x.AFTER_HEAD:{n1(this,t);break}case x.IN_BODY:{ze(this,t);break}case x.IN_TABLE:{cn(this,t);break}case x.IN_TABLE_TEXT:{An(this,t);break}case x.IN_CAPTION:{Z1(this,t);break}case x.IN_COLUMN_GROUP:{Ca(this,t);break}case x.IN_TABLE_BODY:{Br(this,t);break}case x.IN_ROW:{Fr(this,t);break}case x.IN_CELL:{tb(this,t);break}case x.IN_SELECT:{Al(this,t);break}case x.IN_SELECT_IN_TABLE:{rb(this,t);break}case x.IN_TEMPLATE:{ab(this,t);break}case x.AFTER_BODY:{ub(this,t);break}case x.IN_FRAMESET:{ob(this,t);break}case x.AFTER_FRAMESET:{cb(this,t);break}case x.AFTER_AFTER_BODY:{db(this,t);break}case x.AFTER_AFTER_FRAMESET:{hb(this,t);break}}}onEndTag(t){this.skipNextNewLine=!1,this.currentToken=t,this.currentNotInHTML?bb(this,t):this._endTagOutsideForeignContent(t)}_endTagOutsideForeignContent(t){switch(this.insertionMode){case x.INITIAL:{yn(this,t);break}case x.BEFORE_HTML:{Qg(this,t);break}case x.BEFORE_HEAD:{Zg(this,t);break}case x.IN_HEAD:{Jg(this,t);break}case x.IN_HEAD_NO_SCRIPT:{t1(this,t);break}case x.AFTER_HEAD:{r1(this,t);break}case x.IN_BODY:{Mr(this,t);break}case x.TEXT:{z1(this,t);break}case x.IN_TABLE:{Bn(this,t);break}case x.IN_TABLE_TEXT:{An(this,t);break}case x.IN_CAPTION:{J1(this,t);break}case x.IN_COLUMN_GROUP:{eb(this,t);break}case x.IN_TABLE_BODY:{qi(this,t);break}case x.IN_ROW:{yl(this,t);break}case x.IN_CELL:{nb(this,t);break}case x.IN_SELECT:{_l(this,t);break}case x.IN_SELECT_IN_TABLE:{ib(this,t);break}case x.IN_TEMPLATE:{sb(this,t);break}case x.AFTER_BODY:{Cl(this,t);break}case x.IN_FRAMESET:{lb(this,t);break}case x.AFTER_FRAMESET:{fb(this,t);break}case x.AFTER_AFTER_BODY:{lr(this,t);break}}}onEof(t){switch(this.insertionMode){case x.INITIAL:{yn(this,t);break}case x.BEFORE_HTML:{Nn(this,t);break}case x.BEFORE_HEAD:{kn(this,t);break}case x.IN_HEAD:{On(this,t);break}case x.IN_HEAD_NO_SCRIPT:{Rn(this,t);break}case x.AFTER_HEAD:{Ln(this,t);break}case x.IN_BODY:case x.IN_TABLE:case x.IN_CAPTION:case x.IN_COLUMN_GROUP:case x.IN_TABLE_BODY:case x.IN_ROW:case x.IN_CELL:case x.IN_SELECT:case x.IN_SELECT_IN_TABLE:{bl(this,t);break}case x.TEXT:{$1(this,t);break}case x.IN_TABLE_TEXT:{An(this,t);break}case x.IN_TEMPLATE:{Sl(this,t);break}case x.AFTER_BODY:case x.IN_FRAMESET:case x.AFTER_FRAMESET:case x.AFTER_AFTER_BODY:case x.AFTER_AFTER_FRAMESET:{Sa(this,t);break}}}onWhitespaceCharacter(t){if(this.skipNextNewLine&&(this.skipNextNewLine=!1,t.chars.charCodeAt(0)===g.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 x.IN_HEAD:case x.IN_HEAD_NO_SCRIPT:case x.AFTER_HEAD:case x.TEXT:case x.IN_COLUMN_GROUP:case x.IN_SELECT:case x.IN_SELECT_IN_TABLE:case x.IN_FRAMESET:case x.AFTER_FRAMESET:{this._insertCharacters(t);break}case x.IN_BODY:case x.IN_CAPTION:case x.IN_CELL:case x.IN_TEMPLATE:case x.AFTER_BODY:case x.AFTER_AFTER_BODY:case x.AFTER_AFTER_FRAMESET:{dl(this,t);break}case x.IN_TABLE:case x.IN_TABLE_BODY:case x.IN_ROW:{li(this,t);break}case x.IN_TABLE_TEXT:{El(this,t);break}}}}function Ug(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):gl(e,t),n}function jg(e,t){let n=null,r=e.openElements.stackTop;for(;r>=0;r--){const i=e.openElements.items[r];if(i===t.element)break;e._isSpecialElement(i,e.openElements.tagIDs[r])&&(n=i)}return n||(e.openElements.shortenToLength(r<0?0:r),e.activeFormattingElements.removeEntry(t)),n}function zg(e,t,n){let r=t,i=e.openElements.getCommonAncestor(t);for(let a=0,s=i;s!==n;a++,s=i){i=e.openElements.getCommonAncestor(s);const u=e.activeFormattingElements.getElementEntry(s),o=u&&a>=Fg;!u||o?(o&&e.activeFormattingElements.removeEntry(u),e.openElements.remove(s)):(s=$g(e,u),r===t&&(e.activeFormattingElements.bookmark=u),e.treeAdapter.detachNode(r),e.treeAdapter.appendChild(s,r),r=s)}return r}function $g(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 Yg(e,t,n){const r=e.treeAdapter.getTagName(t),i=bn(r);if(e._isElementCausesFosterParenting(i))e._fosterParentElement(n);else{const a=e.treeAdapter.getNamespaceURI(t);i===l.TEMPLATE&&a===P.HTML&&(t=e.treeAdapter.getTemplateContent(t)),e.treeAdapter.appendChild(t,n)}}function Gg(e,t,n){const r=e.treeAdapter.getNamespaceURI(n.element),{token:i}=n,a=e.treeAdapter.createElement(i.tagName,r,i.attrs);e._adoptNodes(t,a),e.treeAdapter.appendChild(t,a),e.activeFormattingElements.insertElementAfterBookmark(a,i),e.activeFormattingElements.removeEntry(n),e.openElements.remove(n.element),e.openElements.insertAfter(t,a,i.tagID)}function _a(e,t){for(let n=0;n<Bg;n++){const r=Ug(e,t);if(!r)break;const i=jg(e,r);if(!i)break;e.activeFormattingElements.bookmark=r;const a=zg(e,i,r.element),s=e.openElements.getCommonAncestor(r.element);e.treeAdapter.detachNode(a),s&&Yg(e,s,a),Gg(e,i,r)}}function Vi(e,t){e._appendCommentNode(t,e.openElements.currentTmplContentOrNode)}function Vg(e,t){e._appendCommentNode(t,e.openElements.items[0])}function qg(e,t){e._appendCommentNode(t,e.document)}function Sa(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],i=e.treeAdapter.getNodeSourceCodeLocation(r);if(i&&!i.endTag&&(e._setEndLocation(r,t),e.openElements.stackTop>=1)){const a=e.openElements.items[1],s=e.treeAdapter.getNodeSourceCodeLocation(a);s&&!s.endTag&&e._setEndLocation(a,t)}}}}function Wg(e,t){e._setDocumentType(t);const n=t.forceQuirks?et.QUIRKS:Sg(t);_g(t)||e._err(t,L.nonConformingDoctype),e.treeAdapter.setDocumentMode(e.document,n),e.insertionMode=x.BEFORE_HTML}function yn(e,t){e._err(t,L.missingDoctype,!0),e.treeAdapter.setDocumentMode(e.document,et.QUIRKS),e.insertionMode=x.BEFORE_HTML,e._processToken(t)}function Xg(e,t){t.tagID===l.HTML?(e._insertElement(t,P.HTML),e.insertionMode=x.BEFORE_HEAD):Nn(e,t)}function Qg(e,t){const n=t.tagID;(n===l.HTML||n===l.HEAD||n===l.BODY||n===l.BR)&&Nn(e,t)}function Nn(e,t){e._insertFakeRootElement(),e.insertionMode=x.BEFORE_HEAD,e._processToken(t)}function Kg(e,t){switch(t.tagID){case l.HTML:{ze(e,t);break}case l.HEAD:{e._insertElement(t,P.HTML),e.headElement=e.openElements.current,e.insertionMode=x.IN_HEAD;break}default:kn(e,t)}}function Zg(e,t){const n=t.tagID;n===l.HEAD||n===l.BODY||n===l.HTML||n===l.BR?kn(e,t):e._err(t,L.endTagWithoutMatchingOpenElement)}function kn(e,t){e._insertFakeElement(I.HEAD,l.HEAD),e.headElement=e.openElements.current,e.insertionMode=x.IN_HEAD,e._processToken(t)}function lt(e,t){switch(t.tagID){case l.HTML:{ze(e,t);break}case l.BASE:case l.BASEFONT:case l.BGSOUND:case l.LINK:case l.META:{e._appendElement(t,P.HTML),t.ackSelfClosing=!0;break}case l.TITLE:{e._switchToTextParsing(t,De.RCDATA);break}case l.NOSCRIPT:{e.options.scriptingEnabled?e._switchToTextParsing(t,De.RAWTEXT):(e._insertElement(t,P.HTML),e.insertionMode=x.IN_HEAD_NO_SCRIPT);break}case l.NOFRAMES:case l.STYLE:{e._switchToTextParsing(t,De.RAWTEXT);break}case l.SCRIPT:{e._switchToTextParsing(t,De.SCRIPT_DATA);break}case l.TEMPLATE:{e._insertTemplate(t),e.activeFormattingElements.insertMarker(),e.framesetOk=!1,e.insertionMode=x.IN_TEMPLATE,e.tmplInsertionModeStack.unshift(x.IN_TEMPLATE);break}case l.HEAD:{e._err(t,L.misplacedStartTagForHeadElement);break}default:On(e,t)}}function Jg(e,t){switch(t.tagID){case l.HEAD:{e.openElements.pop(),e.insertionMode=x.AFTER_HEAD;break}case l.BODY:case l.BR:case l.HTML:{On(e,t);break}case l.TEMPLATE:{Xt(e,t);break}default:e._err(t,L.endTagWithoutMatchingOpenElement)}}function Xt(e,t){e.openElements.tmplCount>0?(e.openElements.generateImpliedEndTagsThoroughly(),e.openElements.currentTagId!==l.TEMPLATE&&e._err(t,L.closingOfElementWithOpenChildElements),e.openElements.popUntilTagNamePopped(l.TEMPLATE),e.activeFormattingElements.clearToLastMarker(),e.tmplInsertionModeStack.shift(),e._resetInsertionMode()):e._err(t,L.endTagWithoutMatchingOpenElement)}function On(e,t){e.openElements.pop(),e.insertionMode=x.AFTER_HEAD,e._processToken(t)}function e1(e,t){switch(t.tagID){case l.HTML:{ze(e,t);break}case l.BASEFONT:case l.BGSOUND:case l.HEAD:case l.LINK:case l.META:case l.NOFRAMES:case l.STYLE:{lt(e,t);break}case l.NOSCRIPT:{e._err(t,L.nestedNoscriptInHead);break}default:Rn(e,t)}}function t1(e,t){switch(t.tagID){case l.NOSCRIPT:{e.openElements.pop(),e.insertionMode=x.IN_HEAD;break}case l.BR:{Rn(e,t);break}default:e._err(t,L.endTagWithoutMatchingOpenElement)}}function Rn(e,t){const n=t.type===ce.EOF?L.openElementsLeftAfterEof:L.disallowedContentInNoscriptInHead;e._err(t,n),e.openElements.pop(),e.insertionMode=x.IN_HEAD,e._processToken(t)}function n1(e,t){switch(t.tagID){case l.HTML:{ze(e,t);break}case l.BODY:{e._insertElement(t,P.HTML),e.framesetOk=!1,e.insertionMode=x.IN_BODY;break}case l.FRAMESET:{e._insertElement(t,P.HTML),e.insertionMode=x.IN_FRAMESET;break}case l.BASE:case l.BASEFONT:case l.BGSOUND:case l.LINK:case l.META:case l.NOFRAMES:case l.SCRIPT:case l.STYLE:case l.TEMPLATE:case l.TITLE:{e._err(t,L.abandonedHeadElementChild),e.openElements.push(e.headElement,l.HEAD),lt(e,t),e.openElements.remove(e.headElement);break}case l.HEAD:{e._err(t,L.misplacedStartTagForHeadElement);break}default:Ln(e,t)}}function r1(e,t){switch(t.tagID){case l.BODY:case l.HTML:case l.BR:{Ln(e,t);break}case l.TEMPLATE:{Xt(e,t);break}default:e._err(t,L.endTagWithoutMatchingOpenElement)}}function Ln(e,t){e._insertFakeElement(I.BODY,l.BODY),e.insertionMode=x.IN_BODY,Pr(e,t)}function Pr(e,t){switch(t.type){case ce.CHARACTER:{hl(e,t);break}case ce.WHITESPACE_CHARACTER:{dl(e,t);break}case ce.COMMENT:{Vi(e,t);break}case ce.START_TAG:{ze(e,t);break}case ce.END_TAG:{Mr(e,t);break}case ce.EOF:{bl(e,t);break}}}function dl(e,t){e._reconstructActiveFormattingElements(),e._insertCharacters(t)}function hl(e,t){e._reconstructActiveFormattingElements(),e._insertCharacters(t),e.framesetOk=!1}function i1(e,t){e.openElements.tmplCount===0&&e.treeAdapter.adoptAttributes(e.openElements.items[0],t.attrs)}function a1(e,t){const n=e.openElements.tryPeekProperlyNestedBodyElement();n&&e.openElements.tmplCount===0&&(e.framesetOk=!1,e.treeAdapter.adoptAttributes(n,t.attrs))}function s1(e,t){const n=e.openElements.tryPeekProperlyNestedBodyElement();e.framesetOk&&n&&(e.treeAdapter.detachNode(n),e.openElements.popAllUpToHtmlElement(),e._insertElement(t,P.HTML),e.insertionMode=x.IN_FRAMESET)}function u1(e,t){e.openElements.hasInButtonScope(l.P)&&e._closePElement(),e._insertElement(t,P.HTML)}function o1(e,t){e.openElements.hasInButtonScope(l.P)&&e._closePElement(),Gi.has(e.openElements.currentTagId)&&e.openElements.pop(),e._insertElement(t,P.HTML)}function l1(e,t){e.openElements.hasInButtonScope(l.P)&&e._closePElement(),e._insertElement(t,P.HTML),e.skipNextNewLine=!0,e.framesetOk=!1}function c1(e,t){const n=e.openElements.tmplCount>0;(!e.formElement||n)&&(e.openElements.hasInButtonScope(l.P)&&e._closePElement(),e._insertElement(t,P.HTML),n||(e.formElement=e.openElements.current))}function f1(e,t){e.framesetOk=!1;const n=t.tagID;for(let r=e.openElements.stackTop;r>=0;r--){const i=e.openElements.tagIDs[r];if(n===l.LI&&i===l.LI||(n===l.DD||n===l.DT)&&(i===l.DD||i===l.DT)){e.openElements.generateImpliedEndTagsWithExclusion(i),e.openElements.popUntilTagNamePopped(i);break}if(i!==l.ADDRESS&&i!==l.DIV&&i!==l.P&&e._isSpecialElement(e.openElements.items[r],i))break}e.openElements.hasInButtonScope(l.P)&&e._closePElement(),e._insertElement(t,P.HTML)}function d1(e,t){e.openElements.hasInButtonScope(l.P)&&e._closePElement(),e._insertElement(t,P.HTML),e.tokenizer.state=De.PLAINTEXT}function h1(e,t){e.openElements.hasInScope(l.BUTTON)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(l.BUTTON)),e._reconstructActiveFormattingElements(),e._insertElement(t,P.HTML),e.framesetOk=!1}function m1(e,t){const n=e.activeFormattingElements.getElementEntryInScopeWithTagName(I.A);n&&(_a(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 p1(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,P.HTML),e.activeFormattingElements.pushElement(e.openElements.current,t)}function g1(e,t){e._reconstructActiveFormattingElements(),e.openElements.hasInScope(l.NOBR)&&(_a(e,t),e._reconstructActiveFormattingElements()),e._insertElement(t,P.HTML),e.activeFormattingElements.pushElement(e.openElements.current,t)}function b1(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,P.HTML),e.activeFormattingElements.insertMarker(),e.framesetOk=!1}function E1(e,t){e.treeAdapter.getDocumentMode(e.document)!==et.QUIRKS&&e.openElements.hasInButtonScope(l.P)&&e._closePElement(),e._insertElement(t,P.HTML),e.framesetOk=!1,e.insertionMode=x.IN_TABLE}function ml(e,t){e._reconstructActiveFormattingElements(),e._appendElement(t,P.HTML),e.framesetOk=!1,t.ackSelfClosing=!0}function pl(e){const t=el(e,zt.TYPE);return t!=null&&t.toLowerCase()===Mg}function T1(e,t){e._reconstructActiveFormattingElements(),e._appendElement(t,P.HTML),pl(t)||(e.framesetOk=!1),t.ackSelfClosing=!0}function x1(e,t){e._appendElement(t,P.HTML),t.ackSelfClosing=!0}function y1(e,t){e.openElements.hasInButtonScope(l.P)&&e._closePElement(),e._appendElement(t,P.HTML),e.framesetOk=!1,t.ackSelfClosing=!0}function A1(e,t){t.tagName=I.IMG,t.tagID=l.IMG,ml(e,t)}function _1(e,t){e._insertElement(t,P.HTML),e.skipNextNewLine=!0,e.tokenizer.state=De.RCDATA,e.originalInsertionMode=e.insertionMode,e.framesetOk=!1,e.insertionMode=x.TEXT}function S1(e,t){e.openElements.hasInButtonScope(l.P)&&e._closePElement(),e._reconstructActiveFormattingElements(),e.framesetOk=!1,e._switchToTextParsing(t,De.RAWTEXT)}function C1(e,t){e.framesetOk=!1,e._switchToTextParsing(t,De.RAWTEXT)}function Zs(e,t){e._switchToTextParsing(t,De.RAWTEXT)}function w1(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,P.HTML),e.framesetOk=!1,e.insertionMode=e.insertionMode===x.IN_TABLE||e.insertionMode===x.IN_CAPTION||e.insertionMode===x.IN_TABLE_BODY||e.insertionMode===x.IN_ROW||e.insertionMode===x.IN_CELL?x.IN_SELECT_IN_TABLE:x.IN_SELECT}function v1(e,t){e.openElements.currentTagId===l.OPTION&&e.openElements.pop(),e._reconstructActiveFormattingElements(),e._insertElement(t,P.HTML)}function I1(e,t){e.openElements.hasInScope(l.RUBY)&&e.openElements.generateImpliedEndTags(),e._insertElement(t,P.HTML)}function N1(e,t){e.openElements.hasInScope(l.RUBY)&&e.openElements.generateImpliedEndTagsWithExclusion(l.RTC),e._insertElement(t,P.HTML)}function k1(e,t){e._reconstructActiveFormattingElements(),ll(t),Aa(t),t.selfClosing?e._appendElement(t,P.MATHML):e._insertElement(t,P.MATHML),t.ackSelfClosing=!0}function O1(e,t){e._reconstructActiveFormattingElements(),cl(t),Aa(t),t.selfClosing?e._appendElement(t,P.SVG):e._insertElement(t,P.SVG),t.ackSelfClosing=!0}function Js(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,P.HTML)}function ze(e,t){switch(t.tagID){case l.I:case l.S:case l.B:case l.U:case l.EM:case l.TT:case l.BIG:case l.CODE:case l.FONT:case l.SMALL:case l.STRIKE:case l.STRONG:{p1(e,t);break}case l.A:{m1(e,t);break}case l.H1:case l.H2:case l.H3:case l.H4:case l.H5:case l.H6:{o1(e,t);break}case l.P:case l.DL:case l.OL:case l.UL:case l.DIV:case l.DIR:case l.NAV:case l.MAIN:case l.MENU:case l.ASIDE:case l.CENTER:case l.FIGURE:case l.FOOTER:case l.HEADER:case l.HGROUP:case l.DIALOG:case l.DETAILS:case l.ADDRESS:case l.ARTICLE:case l.SEARCH:case l.SECTION:case l.SUMMARY:case l.FIELDSET:case l.BLOCKQUOTE:case l.FIGCAPTION:{u1(e,t);break}case l.LI:case l.DD:case l.DT:{f1(e,t);break}case l.BR:case l.IMG:case l.WBR:case l.AREA:case l.EMBED:case l.KEYGEN:{ml(e,t);break}case l.HR:{y1(e,t);break}case l.RB:case l.RTC:{I1(e,t);break}case l.RT:case l.RP:{N1(e,t);break}case l.PRE:case l.LISTING:{l1(e,t);break}case l.XMP:{S1(e,t);break}case l.SVG:{O1(e,t);break}case l.HTML:{i1(e,t);break}case l.BASE:case l.LINK:case l.META:case l.STYLE:case l.TITLE:case l.SCRIPT:case l.BGSOUND:case l.BASEFONT:case l.TEMPLATE:{lt(e,t);break}case l.BODY:{a1(e,t);break}case l.FORM:{c1(e,t);break}case l.NOBR:{g1(e,t);break}case l.MATH:{k1(e,t);break}case l.TABLE:{E1(e,t);break}case l.INPUT:{T1(e,t);break}case l.PARAM:case l.TRACK:case l.SOURCE:{x1(e,t);break}case l.IMAGE:{A1(e,t);break}case l.BUTTON:{h1(e,t);break}case l.APPLET:case l.OBJECT:case l.MARQUEE:{b1(e,t);break}case l.IFRAME:{C1(e,t);break}case l.SELECT:{w1(e,t);break}case l.OPTION:case l.OPTGROUP:{v1(e,t);break}case l.NOEMBED:case l.NOFRAMES:{Zs(e,t);break}case l.FRAMESET:{s1(e,t);break}case l.TEXTAREA:{_1(e,t);break}case l.NOSCRIPT:{e.options.scriptingEnabled?Zs(e,t):Js(e,t);break}case l.PLAINTEXT:{d1(e,t);break}case l.COL:case l.TH:case l.TD:case l.TR:case l.HEAD:case l.FRAME:case l.TBODY:case l.TFOOT:case l.THEAD:case l.CAPTION:case l.COLGROUP:break;default:Js(e,t)}}function R1(e,t){if(e.openElements.hasInScope(l.BODY)&&(e.insertionMode=x.AFTER_BODY,e.options.sourceCodeLocationInfo)){const n=e.openElements.tryPeekProperlyNestedBodyElement();n&&e._setEndLocation(n,t)}}function L1(e,t){e.openElements.hasInScope(l.BODY)&&(e.insertionMode=x.AFTER_BODY,Cl(e,t))}function D1(e,t){const n=t.tagID;e.openElements.hasInScope(n)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(n))}function P1(e){const t=e.openElements.tmplCount>0,{formElement:n}=e;t||(e.formElement=null),(n||t)&&e.openElements.hasInScope(l.FORM)&&(e.openElements.generateImpliedEndTags(),t?e.openElements.popUntilTagNamePopped(l.FORM):n&&e.openElements.remove(n))}function M1(e){e.openElements.hasInButtonScope(l.P)||e._insertFakeElement(I.P,l.P),e._closePElement()}function B1(e){e.openElements.hasInListItemScope(l.LI)&&(e.openElements.generateImpliedEndTagsWithExclusion(l.LI),e.openElements.popUntilTagNamePopped(l.LI))}function F1(e,t){const n=t.tagID;e.openElements.hasInScope(n)&&(e.openElements.generateImpliedEndTagsWithExclusion(n),e.openElements.popUntilTagNamePopped(n))}function H1(e){e.openElements.hasNumberedHeaderInScope()&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilNumberedHeaderPopped())}function U1(e,t){const n=t.tagID;e.openElements.hasInScope(n)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(n),e.activeFormattingElements.clearToLastMarker())}function j1(e){e._reconstructActiveFormattingElements(),e._insertFakeElement(I.BR,l.BR),e.openElements.pop(),e.framesetOk=!1}function gl(e,t){const n=t.tagName,r=t.tagID;for(let i=e.openElements.stackTop;i>0;i--){const a=e.openElements.items[i],s=e.openElements.tagIDs[i];if(r===s&&(r!==l.UNKNOWN||e.treeAdapter.getTagName(a)===n)){e.openElements.generateImpliedEndTagsWithExclusion(r),e.openElements.stackTop>=i&&e.openElements.shortenToLength(i);break}if(e._isSpecialElement(a,s))break}}function Mr(e,t){switch(t.tagID){case l.A:case l.B:case l.I:case l.S:case l.U:case l.EM:case l.TT:case l.BIG:case l.CODE:case l.FONT:case l.NOBR:case l.SMALL:case l.STRIKE:case l.STRONG:{_a(e,t);break}case l.P:{M1(e);break}case l.DL:case l.UL:case l.OL:case l.DIR:case l.DIV:case l.NAV:case l.PRE:case l.MAIN:case l.MENU:case l.ASIDE:case l.BUTTON:case l.CENTER:case l.FIGURE:case l.FOOTER:case l.HEADER:case l.HGROUP:case l.DIALOG:case l.ADDRESS:case l.ARTICLE:case l.DETAILS:case l.SEARCH:case l.SECTION:case l.SUMMARY:case l.LISTING:case l.FIELDSET:case l.BLOCKQUOTE:case l.FIGCAPTION:{D1(e,t);break}case l.LI:{B1(e);break}case l.DD:case l.DT:{F1(e,t);break}case l.H1:case l.H2:case l.H3:case l.H4:case l.H5:case l.H6:{H1(e);break}case l.BR:{j1(e);break}case l.BODY:{R1(e,t);break}case l.HTML:{L1(e,t);break}case l.FORM:{P1(e);break}case l.APPLET:case l.OBJECT:case l.MARQUEE:{U1(e,t);break}case l.TEMPLATE:{Xt(e,t);break}default:gl(e,t)}}function bl(e,t){e.tmplInsertionModeStack.length>0?Sl(e,t):Sa(e,t)}function z1(e,t){var n;t.tagID===l.SCRIPT&&((n=e.scriptHandler)===null||n===void 0||n.call(e,e.openElements.current)),e.openElements.pop(),e.insertionMode=e.originalInsertionMode}function $1(e,t){e._err(t,L.eofInElementThatCanContainOnlyText),e.openElements.pop(),e.insertionMode=e.originalInsertionMode,e.onEof(t)}function li(e,t){if(fl.has(e.openElements.currentTagId))switch(e.pendingCharacterTokens.length=0,e.hasNonWhitespacePendingCharacterToken=!1,e.originalInsertionMode=e.insertionMode,e.insertionMode=x.IN_TABLE_TEXT,t.type){case ce.CHARACTER:{Tl(e,t);break}case ce.WHITESPACE_CHARACTER:{El(e,t);break}}else Gn(e,t)}function Y1(e,t){e.openElements.clearBackToTableContext(),e.activeFormattingElements.insertMarker(),e._insertElement(t,P.HTML),e.insertionMode=x.IN_CAPTION}function G1(e,t){e.openElements.clearBackToTableContext(),e._insertElement(t,P.HTML),e.insertionMode=x.IN_COLUMN_GROUP}function V1(e,t){e.openElements.clearBackToTableContext(),e._insertFakeElement(I.COLGROUP,l.COLGROUP),e.insertionMode=x.IN_COLUMN_GROUP,Ca(e,t)}function q1(e,t){e.openElements.clearBackToTableContext(),e._insertElement(t,P.HTML),e.insertionMode=x.IN_TABLE_BODY}function W1(e,t){e.openElements.clearBackToTableContext(),e._insertFakeElement(I.TBODY,l.TBODY),e.insertionMode=x.IN_TABLE_BODY,Br(e,t)}function X1(e,t){e.openElements.hasInTableScope(l.TABLE)&&(e.openElements.popUntilTagNamePopped(l.TABLE),e._resetInsertionMode(),e._processStartTag(t))}function Q1(e,t){pl(t)?e._appendElement(t,P.HTML):Gn(e,t),t.ackSelfClosing=!0}function K1(e,t){!e.formElement&&e.openElements.tmplCount===0&&(e._insertElement(t,P.HTML),e.formElement=e.openElements.current,e.openElements.pop())}function cn(e,t){switch(t.tagID){case l.TD:case l.TH:case l.TR:{W1(e,t);break}case l.STYLE:case l.SCRIPT:case l.TEMPLATE:{lt(e,t);break}case l.COL:{V1(e,t);break}case l.FORM:{K1(e,t);break}case l.TABLE:{X1(e,t);break}case l.TBODY:case l.TFOOT:case l.THEAD:{q1(e,t);break}case l.INPUT:{Q1(e,t);break}case l.CAPTION:{Y1(e,t);break}case l.COLGROUP:{G1(e,t);break}default:Gn(e,t)}}function Bn(e,t){switch(t.tagID){case l.TABLE:{e.openElements.hasInTableScope(l.TABLE)&&(e.openElements.popUntilTagNamePopped(l.TABLE),e._resetInsertionMode());break}case l.TEMPLATE:{Xt(e,t);break}case l.BODY:case l.CAPTION:case l.COL:case l.COLGROUP:case l.HTML:case l.TBODY:case l.TD:case l.TFOOT:case l.TH:case l.THEAD:case l.TR:break;default:Gn(e,t)}}function Gn(e,t){const n=e.fosterParentingEnabled;e.fosterParentingEnabled=!0,Pr(e,t),e.fosterParentingEnabled=n}function El(e,t){e.pendingCharacterTokens.push(t)}function Tl(e,t){e.pendingCharacterTokens.push(t),e.hasNonWhitespacePendingCharacterToken=!0}function An(e,t){let n=0;if(e.hasNonWhitespacePendingCharacterToken)for(;n<e.pendingCharacterTokens.length;n++)Gn(e,e.pendingCharacterTokens[n]);else for(;n<e.pendingCharacterTokens.length;n++)e._insertCharacters(e.pendingCharacterTokens[n]);e.insertionMode=e.originalInsertionMode,e._processToken(t)}const xl=new Set([l.CAPTION,l.COL,l.COLGROUP,l.TBODY,l.TD,l.TFOOT,l.TH,l.THEAD,l.TR]);function Z1(e,t){const n=t.tagID;xl.has(n)?e.openElements.hasInTableScope(l.CAPTION)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(l.CAPTION),e.activeFormattingElements.clearToLastMarker(),e.insertionMode=x.IN_TABLE,cn(e,t)):ze(e,t)}function J1(e,t){const n=t.tagID;switch(n){case l.CAPTION:case l.TABLE:{e.openElements.hasInTableScope(l.CAPTION)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(l.CAPTION),e.activeFormattingElements.clearToLastMarker(),e.insertionMode=x.IN_TABLE,n===l.TABLE&&Bn(e,t));break}case l.BODY:case l.COL:case l.COLGROUP:case l.HTML:case l.TBODY:case l.TD:case l.TFOOT:case l.TH:case l.THEAD:case l.TR:break;default:Mr(e,t)}}function Ca(e,t){switch(t.tagID){case l.HTML:{ze(e,t);break}case l.COL:{e._appendElement(t,P.HTML),t.ackSelfClosing=!0;break}case l.TEMPLATE:{lt(e,t);break}default:pr(e,t)}}function eb(e,t){switch(t.tagID){case l.COLGROUP:{e.openElements.currentTagId===l.COLGROUP&&(e.openElements.pop(),e.insertionMode=x.IN_TABLE);break}case l.TEMPLATE:{Xt(e,t);break}case l.COL:break;default:pr(e,t)}}function pr(e,t){e.openElements.currentTagId===l.COLGROUP&&(e.openElements.pop(),e.insertionMode=x.IN_TABLE,e._processToken(t))}function Br(e,t){switch(t.tagID){case l.TR:{e.openElements.clearBackToTableBodyContext(),e._insertElement(t,P.HTML),e.insertionMode=x.IN_ROW;break}case l.TH:case l.TD:{e.openElements.clearBackToTableBodyContext(),e._insertFakeElement(I.TR,l.TR),e.insertionMode=x.IN_ROW,Fr(e,t);break}case l.CAPTION:case l.COL:case l.COLGROUP:case l.TBODY:case l.TFOOT:case l.THEAD:{e.openElements.hasTableBodyContextInTableScope()&&(e.openElements.clearBackToTableBodyContext(),e.openElements.pop(),e.insertionMode=x.IN_TABLE,cn(e,t));break}default:cn(e,t)}}function qi(e,t){const n=t.tagID;switch(t.tagID){case l.TBODY:case l.TFOOT:case l.THEAD:{e.openElements.hasInTableScope(n)&&(e.openElements.clearBackToTableBodyContext(),e.openElements.pop(),e.insertionMode=x.IN_TABLE);break}case l.TABLE:{e.openElements.hasTableBodyContextInTableScope()&&(e.openElements.clearBackToTableBodyContext(),e.openElements.pop(),e.insertionMode=x.IN_TABLE,Bn(e,t));break}case l.BODY:case l.CAPTION:case l.COL:case l.COLGROUP:case l.HTML:case l.TD:case l.TH:case l.TR:break;default:Bn(e,t)}}function Fr(e,t){switch(t.tagID){case l.TH:case l.TD:{e.openElements.clearBackToTableRowContext(),e._insertElement(t,P.HTML),e.insertionMode=x.IN_CELL,e.activeFormattingElements.insertMarker();break}case l.CAPTION:case l.COL:case l.COLGROUP:case l.TBODY:case l.TFOOT:case l.THEAD:case l.TR:{e.openElements.hasInTableScope(l.TR)&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=x.IN_TABLE_BODY,Br(e,t));break}default:cn(e,t)}}function yl(e,t){switch(t.tagID){case l.TR:{e.openElements.hasInTableScope(l.TR)&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=x.IN_TABLE_BODY);break}case l.TABLE:{e.openElements.hasInTableScope(l.TR)&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=x.IN_TABLE_BODY,qi(e,t));break}case l.TBODY:case l.TFOOT:case l.THEAD:{(e.openElements.hasInTableScope(t.tagID)||e.openElements.hasInTableScope(l.TR))&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=x.IN_TABLE_BODY,qi(e,t));break}case l.BODY:case l.CAPTION:case l.COL:case l.COLGROUP:case l.HTML:case l.TD:case l.TH:break;default:Bn(e,t)}}function tb(e,t){const n=t.tagID;xl.has(n)?(e.openElements.hasInTableScope(l.TD)||e.openElements.hasInTableScope(l.TH))&&(e._closeTableCell(),Fr(e,t)):ze(e,t)}function nb(e,t){const n=t.tagID;switch(n){case l.TD:case l.TH:{e.openElements.hasInTableScope(n)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(n),e.activeFormattingElements.clearToLastMarker(),e.insertionMode=x.IN_ROW);break}case l.TABLE:case l.TBODY:case l.TFOOT:case l.THEAD:case l.TR:{e.openElements.hasInTableScope(n)&&(e._closeTableCell(),yl(e,t));break}case l.BODY:case l.CAPTION:case l.COL:case l.COLGROUP:case l.HTML:break;default:Mr(e,t)}}function Al(e,t){switch(t.tagID){case l.HTML:{ze(e,t);break}case l.OPTION:{e.openElements.currentTagId===l.OPTION&&e.openElements.pop(),e._insertElement(t,P.HTML);break}case l.OPTGROUP:{e.openElements.currentTagId===l.OPTION&&e.openElements.pop(),e.openElements.currentTagId===l.OPTGROUP&&e.openElements.pop(),e._insertElement(t,P.HTML);break}case l.HR:{e.openElements.currentTagId===l.OPTION&&e.openElements.pop(),e.openElements.currentTagId===l.OPTGROUP&&e.openElements.pop(),e._appendElement(t,P.HTML),t.ackSelfClosing=!0;break}case l.INPUT:case l.KEYGEN:case l.TEXTAREA:case l.SELECT:{e.openElements.hasInSelectScope(l.SELECT)&&(e.openElements.popUntilTagNamePopped(l.SELECT),e._resetInsertionMode(),t.tagID!==l.SELECT&&e._processStartTag(t));break}case l.SCRIPT:case l.TEMPLATE:{lt(e,t);break}}}function _l(e,t){switch(t.tagID){case l.OPTGROUP:{e.openElements.stackTop>0&&e.openElements.currentTagId===l.OPTION&&e.openElements.tagIDs[e.openElements.stackTop-1]===l.OPTGROUP&&e.openElements.pop(),e.openElements.currentTagId===l.OPTGROUP&&e.openElements.pop();break}case l.OPTION:{e.openElements.currentTagId===l.OPTION&&e.openElements.pop();break}case l.SELECT:{e.openElements.hasInSelectScope(l.SELECT)&&(e.openElements.popUntilTagNamePopped(l.SELECT),e._resetInsertionMode());break}case l.TEMPLATE:{Xt(e,t);break}}}function rb(e,t){const n=t.tagID;n===l.CAPTION||n===l.TABLE||n===l.TBODY||n===l.TFOOT||n===l.THEAD||n===l.TR||n===l.TD||n===l.TH?(e.openElements.popUntilTagNamePopped(l.SELECT),e._resetInsertionMode(),e._processStartTag(t)):Al(e,t)}function ib(e,t){const n=t.tagID;n===l.CAPTION||n===l.TABLE||n===l.TBODY||n===l.TFOOT||n===l.THEAD||n===l.TR||n===l.TD||n===l.TH?e.openElements.hasInTableScope(n)&&(e.openElements.popUntilTagNamePopped(l.SELECT),e._resetInsertionMode(),e.onEndTag(t)):_l(e,t)}function ab(e,t){switch(t.tagID){case l.BASE:case l.BASEFONT:case l.BGSOUND:case l.LINK:case l.META:case l.NOFRAMES:case l.SCRIPT:case l.STYLE:case l.TEMPLATE:case l.TITLE:{lt(e,t);break}case l.CAPTION:case l.COLGROUP:case l.TBODY:case l.TFOOT:case l.THEAD:{e.tmplInsertionModeStack[0]=x.IN_TABLE,e.insertionMode=x.IN_TABLE,cn(e,t);break}case l.COL:{e.tmplInsertionModeStack[0]=x.IN_COLUMN_GROUP,e.insertionMode=x.IN_COLUMN_GROUP,Ca(e,t);break}case l.TR:{e.tmplInsertionModeStack[0]=x.IN_TABLE_BODY,e.insertionMode=x.IN_TABLE_BODY,Br(e,t);break}case l.TD:case l.TH:{e.tmplInsertionModeStack[0]=x.IN_ROW,e.insertionMode=x.IN_ROW,Fr(e,t);break}default:e.tmplInsertionModeStack[0]=x.IN_BODY,e.insertionMode=x.IN_BODY,ze(e,t)}}function sb(e,t){t.tagID===l.TEMPLATE&&Xt(e,t)}function Sl(e,t){e.openElements.tmplCount>0?(e.openElements.popUntilTagNamePopped(l.TEMPLATE),e.activeFormattingElements.clearToLastMarker(),e.tmplInsertionModeStack.shift(),e._resetInsertionMode(),e.onEof(t)):Sa(e,t)}function ub(e,t){t.tagID===l.HTML?ze(e,t):gr(e,t)}function Cl(e,t){var n;if(t.tagID===l.HTML){if(e.fragmentContext||(e.insertionMode=x.AFTER_AFTER_BODY),e.options.sourceCodeLocationInfo&&e.openElements.tagIDs[0]===l.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 gr(e,t)}function gr(e,t){e.insertionMode=x.IN_BODY,Pr(e,t)}function ob(e,t){switch(t.tagID){case l.HTML:{ze(e,t);break}case l.FRAMESET:{e._insertElement(t,P.HTML);break}case l.FRAME:{e._appendElement(t,P.HTML),t.ackSelfClosing=!0;break}case l.NOFRAMES:{lt(e,t);break}}}function lb(e,t){t.tagID===l.FRAMESET&&!e.openElements.isRootHtmlElementCurrent()&&(e.openElements.pop(),!e.fragmentContext&&e.openElements.currentTagId!==l.FRAMESET&&(e.insertionMode=x.AFTER_FRAMESET))}function cb(e,t){switch(t.tagID){case l.HTML:{ze(e,t);break}case l.NOFRAMES:{lt(e,t);break}}}function fb(e,t){t.tagID===l.HTML&&(e.insertionMode=x.AFTER_AFTER_FRAMESET)}function db(e,t){t.tagID===l.HTML?ze(e,t):lr(e,t)}function lr(e,t){e.insertionMode=x.IN_BODY,Pr(e,t)}function hb(e,t){switch(t.tagID){case l.HTML:{ze(e,t);break}case l.NOFRAMES:{lt(e,t);break}}}function mb(e,t){t.chars=ke,e._insertCharacters(t)}function pb(e,t){e._insertCharacters(t),e.framesetOk=!1}function wl(e){for(;e.treeAdapter.getNamespaceURI(e.openElements.current)!==P.HTML&&!e._isIntegrationPoint(e.openElements.currentTagId,e.openElements.current);)e.openElements.pop()}function gb(e,t){if(Og(t))wl(e),e._startTagOutsideForeignContent(t);else{const n=e._getAdjustedCurrentElement(),r=e.treeAdapter.getNamespaceURI(n);r===P.MATHML?ll(t):r===P.SVG&&(Rg(t),cl(t)),Aa(t),t.selfClosing?e._appendElement(t,r):e._insertElement(t,r),t.ackSelfClosing=!0}}function bb(e,t){if(t.tagID===l.P||t.tagID===l.BR){wl(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 i=e.treeAdapter.getTagName(r);if(i.toLowerCase()===t.tagName){t.tagName=i,e.openElements.shortenToLength(n);break}}}I.AREA,I.BASE,I.BASEFONT,I.BGSOUND,I.BR,I.COL,I.EMBED,I.FRAME,I.HR,I.IMG,I.INPUT,I.KEYGEN,I.LINK,I.META,I.PARAM,I.SOURCE,I.TRACK,I.WBR;const Eb=new Set(["mdxFlowExpression","mdxJsxFlowElement","mdxJsxTextElement","mdxTextExpression","mdxjsEsm"]),eu={sourceCodeLocationInfo:!0,scriptingEnabled:!1};function vl(e,t){const n=Ib(e),r=Xo("type",{handlers:{root:Tb,element:xb,text:yb,comment:Nl,doctype:Ab,raw:Sb},unknown:Cb}),i={parser:n?new Ks(eu):Ks.getFragmentParser(void 0,eu),handle(u){r(u,i)},stitches:!1,options:t||{}};r(e,i),En(i,Et());const a=n?i.parser.document:i.parser.getFragment(),s=kp(a,{file:i.options.file});return i.stitches&&Dr(s,"comment",function(u,o,c){const f=u;if(f.value.stitch&&c&&o!==void 0){const d=c.children;return d[o]=f.value.stitch,o}}),s.type==="root"&&s.children.length===1&&s.children[0].type===e.type?s.children[0]:s}function Il(e,t){let n=-1;if(e)for(;++n<e.length;)t.handle(e[n])}function Tb(e,t){Il(e.children,t)}function xb(e,t){wb(e,t),Il(e.children,t),vb(e,t)}function yb(e,t){t.parser.tokenizer.state>4&&(t.parser.tokenizer.state=0);const n={type:ce.CHARACTER,chars:e.value,location:Vn(e)};En(t,Et(e)),t.parser.currentToken=n,t.parser._processToken(t.parser.currentToken)}function Ab(e,t){const n={type:ce.DOCTYPE,name:"html",forceQuirks:!1,publicId:"",systemId:"",location:Vn(e)};En(t,Et(e)),t.parser.currentToken=n,t.parser._processToken(t.parser.currentToken)}function _b(e,t){t.stitches=!0;const n=Nb(e);if("children"in e&&"children"in n){const r=vl({type:"root",children:e.children},t.options);n.children=r.children}Nl({type:"comment",value:{stitch:n}},t)}function Nl(e,t){const n=e.value,r={type:ce.COMMENT,data:n,location:Vn(e)};En(t,Et(e)),t.parser.currentToken=r,t.parser._processToken(t.parser.currentToken)}function Sb(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,kl(t,Et(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 Cb(e,t){const n=e;if(t.options.passThrough&&t.options.passThrough.includes(n.type))_b(n,t);else{let r="";throw Eb.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 En(e,t){kl(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=De.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 kl(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 wb(e,t){const n=e.tagName.toLowerCase();if(t.parser.tokenizer.state===De.PLAINTEXT)return;En(t,Et(e));const r=t.parser.openElements.current;let i="namespaceURI"in r?r.namespaceURI:jt.html;i===jt.html&&n==="svg"&&(i=jt.svg);const a=Pp({...e,children:[]},{space:i===jt.svg?"svg":"html"}),s={type:ce.START_TAG,tagName:n,tagID:bn(n),selfClosing:!1,ackSelfClosing:!1,attrs:"attrs"in a?a.attrs:[],location:Vn(e)};t.parser.currentToken=s,t.parser._processToken(t.parser.currentToken),t.parser.tokenizer.lastStartTagName=n}function vb(e,t){const n=e.tagName.toLowerCase();if(!t.parser.tokenizer.inForeignNode&&$p.includes(n)||t.parser.tokenizer.state===De.PLAINTEXT)return;En(t,Ir(e));const r={type:ce.END_TAG,tagName:n,tagID:bn(n),selfClosing:!1,ackSelfClosing:!1,attrs:[],location:Vn(e)};t.parser.currentToken=r,t.parser._processToken(t.parser.currentToken),n===t.parser.tokenizer.lastStartTagName&&(t.parser.tokenizer.state===De.RCDATA||t.parser.tokenizer.state===De.RAWTEXT||t.parser.tokenizer.state===De.SCRIPT_DATA)&&(t.parser.tokenizer.state=De.DATA)}function Ib(e){const t=e.type==="root"?e.children[0]:e;return!!(t&&(t.type==="doctype"||t.type==="element"&&t.tagName.toLowerCase()==="html"))}function Vn(e){const t=Et(e)||{line:void 0,column:void 0,offset:void 0},n=Ir(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 Nb(e){return"children"in e?ln({...e,children:[]}):ln(e)}function Ol(e){return function(t,n){return vl(t,{...e,file:n})}}const kb=e=>Be.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",...e},Be.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"})),Ob=({content:e,metaData:t})=>{const{chatlineLabelUserTranslation:n}=ua();return _.jsxs("div",{className:"flex px-3 justify-between mt-8 bg-gray-200 rounded-lg",children:[_.jsx("div",{className:"w-10 mr-3 flex-col content-center",children:_.jsx("div",{children:_.jsx(kb,{fill:"#4564d6"})})}),_.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:[_.jsx("p",{className:"font-bold",children:n}),_.jsx("div",{children:_.jsx(Go,{rehypePlugins:[Ol],children:e&&e})})]})]})};function tu(e,t){const n=String(e);if(typeof t!="string")throw new TypeError("Expected character");let r=0,i=n.indexOf(t);for(;i!==-1;)r++,i=n.indexOf(t,i+t.length);return r}function Rb(e){if(typeof e!="string")throw new TypeError("Expected a string");return e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}function Lb(e,t,n){const i=Rr((n||{}).ignore||[]),a=Db(t);let s=-1;for(;++s<a.length;)$o(e,"text",u);function u(c,f){let d=-1,h;for(;++d<f.length;){const m=f[d],b=h?h.children:void 0;if(i(m,b?b.indexOf(m):void 0,h))return;h=m}if(h)return o(c,f)}function o(c,f){const d=f[f.length-1],h=a[s][0],m=a[s][1];let b=0;const C=d.children.indexOf(c);let y=!1,S=[];h.lastIndex=0;let v=h.exec(c.value);for(;v;){const D=v.index,N={index:v.index,input:v.input,stack:[...f,c]};let O=m(...v,N);if(typeof O=="string"&&(O=O.length>0?{type:"text",value:O}:void 0),O===!1?h.lastIndex=D+1:(b!==D&&S.push({type:"text",value:c.value.slice(b,D)}),Array.isArray(O)?S.push(...O):O&&S.push(O),b=D+v[0].length,y=!0),!h.global)break;v=h.exec(c.value)}return y?(b<c.value.length&&S.push({type:"text",value:c.value.slice(b)}),d.children.splice(C,1,...S)):S=[c],C+S.length}}function Db(e){const t=[];if(!Array.isArray(e))throw new TypeError("Expected find and replace tuple or list of tuples");const n=!e[0]||Array.isArray(e[0])?e:[e];let r=-1;for(;++r<n.length;){const i=n[r];t.push([Pb(i[0]),Mb(i[1])])}return t}function Pb(e){return typeof e=="string"?new RegExp(Rb(e),"g"):e}function Mb(e){return typeof e=="function"?e:function(){return e}}const ci="phrasing",fi=["autolink","link","image","label"];function Bb(){return{transforms:[Yb],enter:{literalAutolink:Hb,literalAutolinkEmail:di,literalAutolinkHttp:di,literalAutolinkWww:di},exit:{literalAutolink:$b,literalAutolinkEmail:zb,literalAutolinkHttp:Ub,literalAutolinkWww:jb}}}function Fb(){return{unsafe:[{character:"@",before:"[+\\-.\\w]",after:"[\\-.\\w]",inConstruct:ci,notInConstruct:fi},{character:".",before:"[Ww]",after:"[\\-.\\w]",inConstruct:ci,notInConstruct:fi},{character:":",before:"[ps]",after:"\\/",inConstruct:ci,notInConstruct:fi}]}}function Hb(e){this.enter({type:"link",title:null,url:"",children:[]},e)}function di(e){this.config.enter.autolinkProtocol.call(this,e)}function Ub(e){this.config.exit.autolinkProtocol.call(this,e)}function jb(e){this.config.exit.data.call(this,e);const t=this.stack[this.stack.length-1];t.type,t.url="http://"+this.sliceSerialize(e)}function zb(e){this.config.exit.autolinkEmail.call(this,e)}function $b(e){this.exit(e)}function Yb(e){Lb(e,[[/(https?:\/\/|www(?=\.))([-.\w]+)([^ \t\r\n]*)/gi,Gb],[new RegExp("(?<=^|\\s|\\p{P}|\\p{S})([-.\\w+]+)@([-\\w]+(?:\\.[-\\w]+)+)","gu"),Vb]],{ignore:["link","linkReference"]})}function Gb(e,t,n,r,i){let a="";if(!Rl(i)||(/^w/i.test(t)&&(n=t+n,t="",a="http://"),!qb(n)))return!1;const s=Wb(n+r);if(!s[0])return!1;const u={type:"link",title:null,url:a+t+s[0],children:[{type:"text",value:t+s[0]}]};return s[1]?[u,{type:"text",value:s[1]}]:u}function Vb(e,t,n,r){return!Rl(r,!0)||/[-\d_]$/.test(n)?!1:{type:"link",title:null,url:"mailto:"+t+"@"+n,children:[{type:"text",value:t+"@"+n}]}}function qb(e){const t=e.split(".");return!(t.length<2||t[t.length-1]&&(/_/.test(t[t.length-1])||!/[a-zA-Z\d]/.test(t[t.length-1]))||t[t.length-2]&&(/_/.test(t[t.length-2])||!/[a-zA-Z\d]/.test(t[t.length-2])))}function Wb(e){const t=/[!"&'),.:;<>?\]}]+$/.exec(e);if(!t)return[e,void 0];e=e.slice(0,t.index);let n=t[0],r=n.indexOf(")");const i=tu(e,"(");let a=tu(e,")");for(;r!==-1&&i>a;)e+=n.slice(0,r+1),n=n.slice(r+1),r=n.indexOf(")"),a++;return[e,n]}function Rl(e,t){const n=e.input.charCodeAt(e.index-1);return(e.index===0||Gt(n)||Nr(n))&&(!t||n!==47)}Ll.peek=rE;function Xb(){this.buffer()}function Qb(e){this.enter({type:"footnoteReference",identifier:"",label:""},e)}function Kb(){this.buffer()}function Zb(e){this.enter({type:"footnoteDefinition",identifier:"",label:"",children:[]},e)}function Jb(e){const t=this.resume(),n=this.stack[this.stack.length-1];n.type,n.identifier=ot(this.sliceSerialize(e)).toLowerCase(),n.label=t}function eE(e){this.exit(e)}function tE(e){const t=this.resume(),n=this.stack[this.stack.length-1];n.type,n.identifier=ot(this.sliceSerialize(e)).toLowerCase(),n.label=t}function nE(e){this.exit(e)}function rE(){return"["}function Ll(e,t,n,r){const i=n.createTracker(r);let a=i.move("[^");const s=n.enter("footnoteReference"),u=n.enter("reference");return a+=i.move(n.safe(n.associationId(e),{after:"]",before:a})),u(),s(),a+=i.move("]"),a}function iE(){return{enter:{gfmFootnoteCallString:Xb,gfmFootnoteCall:Qb,gfmFootnoteDefinitionLabelString:Kb,gfmFootnoteDefinition:Zb},exit:{gfmFootnoteCallString:Jb,gfmFootnoteCall:eE,gfmFootnoteDefinitionLabelString:tE,gfmFootnoteDefinition:nE}}}function aE(e){let t=!1;return e&&e.firstLineBlank&&(t=!0),{handlers:{footnoteDefinition:n,footnoteReference:Ll},unsafe:[{character:"[",inConstruct:["label","phrasing","reference"]}]};function n(r,i,a,s){const u=a.createTracker(s);let o=u.move("[^");const c=a.enter("footnoteDefinition"),f=a.enter("label");return o+=u.move(a.safe(a.associationId(r),{before:o,after:"]"})),f(),o+=u.move("]:"),r.children&&r.children.length>0&&(u.shift(4),o+=u.move((t?`
|
|
62
|
-
`:" ")+a.indentLines(a.containerFlow(r,
|
|
63
|
-
`)}function
|
|
64
|
-
`&&
|
|
65
|
-
`}function
|
|
66
|
-
`,encode:["`"],...
|
|
67
|
-
`),a&&(
|
|
68
|
-
`)),
|
|
69
|
-
`,...
|
|
59
|
+
`}),n}function Ls(e){let t=0,n=e.charCodeAt(t);for(;n===9||n===32;)t++,n=e.charCodeAt(t);return e.slice(t)}function Rs(e,t){const n=tp(e,t),r=n.one(e,void 0),i=Gm(n),a=Array.isArray(r)?{type:"root",children:r}:r||{type:"root",children:[]};return i&&a.children.push({type:"text",value:`
|
|
60
|
+
`},i),a}function sp(e,t){return e&&"run"in e?async function(n,r){const i=Rs(n,{file:r,...t});await e.run(i,r)}:function(n,r){return Rs(n,{file:r,...t||e})}}function Ds(e){if(e)throw e}var ni,Ps;function op(){if(Ps)return ni;Ps=1;var e=Object.prototype.hasOwnProperty,t=Object.prototype.toString,n=Object.defineProperty,r=Object.getOwnPropertyDescriptor,i=function(c){return typeof Array.isArray=="function"?Array.isArray(c):t.call(c)==="[object Array]"},a=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 ni=function u(){var c,d,f,m,h,b,A=arguments[0],w=1,y=arguments.length,_=!1;for(typeof A=="boolean"&&(_=A,A=arguments[1]||{},w=2),(A==null||typeof A!="object"&&typeof A!="function")&&(A={});w<y;++w)if(c=arguments[w],c!=null)for(d in c)f=o(A,d),m=o(c,d),A!==m&&(_&&m&&(a(m)||(h=i(m)))?(h?(h=!1,b=f&&i(f)?f:[]):b=f&&a(f)?f:{},s(A,{name:d,newValue:u(_,b,m)})):typeof m<"u"&&s(A,{name:d,newValue:m}));return A},ni}var up=op();const ri=ia(up);function $i(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 lp(){const e=[],t={run:n,use:r};return t;function n(...i){let a=-1;const s=i.pop();if(typeof s!="function")throw new TypeError("Expected function as last argument, not "+s);o(null,...i);function o(u,...c){const d=e[++a];let f=-1;if(u){s(u);return}for(;++f<i.length;)(c[f]===null||c[f]===void 0)&&(c[f]=i[f]);i=c,d?cp(d,o)(...c):s(null,...c)}}function r(i){if(typeof i!="function")throw new TypeError("Expected `middelware` to be a function, not "+i);return e.push(i),t}}function cp(e,t){let n;return r;function r(...s){const o=e.length>s.length;let u;o&&s.push(i);try{u=e.apply(this,s)}catch(c){const d=c;if(o&&n)throw d;return i(d)}o||(u&&u.then&&typeof u.then=="function"?u.then(a,i):u instanceof Error?i(u):a(u))}function i(s,...o){n||(n=!0,t(s,...o))}function a(s){i(null,s)}}const dt={basename:dp,dirname:fp,extname:hp,join:mp,sep:"/"};function dp(e,t){if(t!==void 0&&typeof t!="string")throw new TypeError('"ext" argument must be a string');Vn(e);let n=0,r=-1,i=e.length,a;if(t===void 0||t.length===0||t.length>e.length){for(;i--;)if(e.codePointAt(i)===47){if(a){n=i+1;break}}else r<0&&(a=!0,r=i+1);return r<0?"":e.slice(n,r)}if(t===e)return"";let s=-1,o=t.length-1;for(;i--;)if(e.codePointAt(i)===47){if(a){n=i+1;break}}else s<0&&(a=!0,s=i+1),o>-1&&(e.codePointAt(i)===t.codePointAt(o--)?o<0&&(r=i):(o=-1,r=s));return n===r?r=s:r<0&&(r=e.length),e.slice(n,r)}function fp(e){if(Vn(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 hp(e){Vn(e);let t=e.length,n=-1,r=0,i=-1,a=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?i<0?i=t:a!==1&&(a=1):i>-1&&(a=-1)}return i<0||n<0||a===0||a===1&&i===n-1&&i===r+1?"":e.slice(i,n)}function mp(...e){let t=-1,n;for(;++t<e.length;)Vn(e[t]),e[t]&&(n=n===void 0?e[t]:n+"/"+e[t]);return n===void 0?".":pp(n)}function pp(e){Vn(e);const t=e.codePointAt(0)===47;let n=gp(e,!t);return n.length===0&&!t&&(n="."),n.length>0&&e.codePointAt(e.length-1)===47&&(n+="/"),t?"/"+n:n}function gp(e,t){let n="",r=0,i=-1,a=0,s=-1,o,u;for(;++s<=e.length;){if(s<e.length)o=e.codePointAt(s);else{if(o===47)break;o=47}if(o===47){if(!(i===s-1||a===1))if(i!==s-1&&a===2){if(n.length<2||r!==2||n.codePointAt(n.length-1)!==46||n.codePointAt(n.length-2)!==46){if(n.length>2){if(u=n.lastIndexOf("/"),u!==n.length-1){u<0?(n="",r=0):(n=n.slice(0,u),r=n.length-1-n.lastIndexOf("/")),i=s,a=0;continue}}else if(n.length>0){n="",r=0,i=s,a=0;continue}}t&&(n=n.length>0?n+"/..":"..",r=2)}else n.length>0?n+="/"+e.slice(i+1,s):n=e.slice(i+1,s),r=s-i-1;i=s,a=0}else o===46&&a>-1?a++:a=-1}return n}function Vn(e){if(typeof e!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(e))}const bp={cwd:Ep};function Ep(){return"/"}function Yi(e){return!!(e!==null&&typeof e=="object"&&"href"in e&&e.href&&"protocol"in e&&e.protocol&&e.auth===void 0)}function Tp(e){if(typeof e=="string")e=new URL(e);else if(!Yi(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 xp(e)}function xp(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 i=new TypeError("File URL path must not include encoded / characters");throw i.code="ERR_INVALID_FILE_URL_PATH",i}}return decodeURIComponent(t)}const ii=["history","path","basename","stem","extname","dirname"];class Ju{constructor(t){let n;t?Yi(t)?n={path:t}:typeof t=="string"||yp(t)?n={value:t}:n=t:n={},this.cwd=bp.cwd(),this.data={},this.history=[],this.messages=[],this.value,this.map,this.result,this.stored;let r=-1;for(;++r<ii.length;){const a=ii[r];a in n&&n[a]!==void 0&&n[a]!==null&&(this[a]=a==="history"?[...n[a]]:n[a])}let i;for(i in n)ii.includes(i)||(this[i]=n[i])}get basename(){return typeof this.path=="string"?dt.basename(this.path):void 0}set basename(t){si(t,"basename"),ai(t,"basename"),this.path=dt.join(this.dirname||"",t)}get dirname(){return typeof this.path=="string"?dt.dirname(this.path):void 0}set dirname(t){Ms(this.basename,"dirname"),this.path=dt.join(t||"",this.basename)}get extname(){return typeof this.path=="string"?dt.extname(this.path):void 0}set extname(t){if(ai(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=dt.join(this.dirname,this.stem+(t||""))}get path(){return this.history[this.history.length-1]}set path(t){Yi(t)&&(t=Tp(t)),si(t,"path"),this.path!==t&&this.history.push(t)}get stem(){return typeof this.path=="string"?dt.basename(this.path,this.extname):void 0}set stem(t){si(t,"stem"),ai(t,"stem"),this.path=dt.join(this.dirname||"",t+(this.extname||""))}fail(t,n,r){const i=this.message(t,n,r);throw i.fatal=!0,i}info(t,n,r){const i=this.message(t,n,r);return i.fatal=void 0,i}message(t,n,r){const i=new ze(t,n,r);return this.path&&(i.name=this.path+":"+i.name,i.file=this.path),i.fatal=!1,this.messages.push(i),i}toString(t){return this.value===void 0?"":typeof this.value=="string"?this.value:new TextDecoder(t||void 0).decode(this.value)}}function ai(e,t){if(e&&e.includes(dt.sep))throw new Error("`"+t+"` cannot be a path: did not expect `"+dt.sep+"`")}function si(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 yp(e){return!!(e&&typeof e=="object"&&"byteLength"in e&&"byteOffset"in e)}const Ap=(function(e){const r=this.constructor.prototype,i=r[e],a=function(){return i.apply(a,arguments)};Object.setPrototypeOf(a,r);const s=Object.getOwnPropertyNames(i);for(const o of s){const u=Object.getOwnPropertyDescriptor(i,o);u&&Object.defineProperty(a,o,u)}return a}),_p={}.hasOwnProperty;class Aa extends Ap{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=lp()}copy(){const t=new Aa;let n=-1;for(;++n<this.attachers.length;){const r=this.attachers[n];t.use(...r)}return t.data(ri(!0,{},this.namespace)),t}data(t,n){return typeof t=="string"?arguments.length===2?(li("data",this.frozen),this.namespace[t]=n,this):_p.call(this.namespace,t)&&this.namespace[t]||void 0:t?(li("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 i=n.call(t,...r);typeof i=="function"&&this.transformers.use(i)}return this.frozen=!0,this.freezeIndex=Number.POSITIVE_INFINITY,this}parse(t){this.freeze();const n=rr(t),r=this.parser||this.Parser;return oi("parse",r),r(String(n),n)}process(t,n){const r=this;return this.freeze(),oi("process",this.parser||this.Parser),ui("process",this.compiler||this.Compiler),n?i(void 0,n):new Promise(i);function i(a,s){const o=rr(t),u=r.parse(o);r.run(u,o,function(d,f,m){if(d||!f||!m)return c(d);const h=f,b=r.stringify(h,m);wp(b)?m.value=b:m.result=b,c(d,m)});function c(d,f){d||!f?s(d):a?a(f):n(void 0,f)}}}processSync(t){let n=!1,r;return this.freeze(),oi("processSync",this.parser||this.Parser),ui("processSync",this.compiler||this.Compiler),this.process(t,i),Fs("processSync","process",n),r;function i(a,s){n=!0,Ds(a),r=s}}run(t,n,r){Bs(t),this.freeze();const i=this.transformers;return!r&&typeof n=="function"&&(r=n,n=void 0),r?a(void 0,r):new Promise(a);function a(s,o){const u=rr(n);i.run(t,u,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,i;return this.run(t,n,a),Fs("runSync","run",r),i;function a(s,o){Ds(s),i=o,r=!0}}stringify(t,n){this.freeze();const r=rr(n),i=this.compiler||this.Compiler;return ui("stringify",i),Bs(t),i(t,r)}use(t,...n){const r=this.attachers,i=this.namespace;if(li("use",this.frozen),t!=null)if(typeof t=="function")u(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 a(c){if(typeof c=="function")u(c,[]);else if(typeof c=="object")if(Array.isArray(c)){const[d,...f]=c;u(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&&(i.settings=ri(!0,i.settings,c.settings))}function o(c){let d=-1;if(c!=null)if(Array.isArray(c))for(;++d<c.length;){const f=c[d];a(f)}else throw new TypeError("Expected a list of plugins, not `"+c+"`")}function u(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,...b]=d;const A=r[m][1];$i(A)&&$i(h)&&(h=ri(!0,A,h)),r[m]=[c,h,...b]}}}}const Cp=new Aa().freeze();function oi(e,t){if(typeof t!="function")throw new TypeError("Cannot `"+e+"` without `parser`")}function ui(e,t){if(typeof t!="function")throw new TypeError("Cannot `"+e+"` without `compiler`")}function li(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 Bs(e){if(!$i(e)||typeof e.type!="string")throw new TypeError("Expected node, got `"+e+"`")}function Fs(e,t,n){if(!n)throw new Error("`"+e+"` finished async. Use `"+t+"` instead")}function rr(e){return Sp(e)?e:new Ju(e)}function Sp(e){return!!(e&&typeof e=="object"&&"message"in e&&"messages"in e)}function wp(e){return typeof e=="string"||vp(e)}function vp(e){return!!(e&&typeof e=="object"&&"byteLength"in e&&"byteOffset"in e)}const Ip="https://github.com/remarkjs/react-markdown/blob/main/changelog.md",Hs=[],Us={allowDangerousHtml:!0},Np=/^(https?|ircs?|mailto|xmpp)$/i,kp=[{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 Zu(e){const t=e.allowedElements,n=e.allowElement,r=e.children||"",i=e.className,a=e.components,s=e.disallowedElements,o=e.rehypePlugins||Hs,u=e.remarkPlugins||Hs,c=e.remarkRehypeOptions?{...e.remarkRehypeOptions,...Us}:Us,d=e.skipHtml,f=e.unwrapDisallowed,m=e.urlTransform||Op,h=Cp().use(fm).use(u).use(sp,c).use(o),b=new Ju;typeof r=="string"&&(b.value=r);for(const _ of kp)Object.hasOwn(e,_.from)&&(""+_.from+(_.to?"use `"+_.to+"` instead":"remove it")+Ip+_.id,void 0);const A=h.parse(b);let w=h.runSync(A,b);return i&&(w={type:"element",tagName:"div",properties:{className:i},children:w.type==="root"?w.children:[w]}),Br(w,y),Xf(w,{Fragment:C.Fragment,components:a,ignoreInvalidStyle:!0,jsx:C.jsx,jsxs:C.jsxs,passKeys:!0,passNode:!0});function y(_,S,D){if(_.type==="raw"&&D&&typeof S=="number")return d?D.children.splice(S,1):D.children[S]={type:"text",value:_.value},S;if(_.type==="element"){let I;for(I in Zr)if(Object.hasOwn(Zr,I)&&Object.hasOwn(_.properties,I)){const N=_.properties[I],G=Zr[I];(G===null||G.includes(_.tagName))&&(_.properties[I]=m(String(N||""),I,_))}}if(_.type==="element"){let I=t?!t.includes(_.tagName):s?s.includes(_.tagName):!1;if(!I&&n&&typeof S=="number"&&(I=!n(_,S,D)),I&&D&&typeof S=="number")return f&&_.children?D.children.splice(S,1,..._.children):D.children.splice(S,1),S}}}function Op(e){const t=e.indexOf(":"),n=e.indexOf("?"),r=e.indexOf("#"),i=e.indexOf("/");return t<0||i>-1&&t>i||n>-1&&t>n||r>-1&&t>r||Np.test(e.slice(0,t))?e:""}const js=/[#.]/g;function Lp(e,t){const n=e||"",r={};let i=0,a,s;for(;i<n.length;){js.lastIndex=i;const o=js.exec(n),u=n.slice(i,o?o.index:n.length);u&&(a?a==="#"?r.id=u:Array.isArray(r.className)?r.className.push(u):r.className=[u]:s=u,i+=u.length),o&&(a=o[0],i++)}return{type:"element",tagName:s||t||"div",properties:r,children:[]}}const Rp=new Set(["button","menu","reset","submit"]),Gi={}.hasOwnProperty;function el(e,t,n){const r=n&&Bp(n);function i(a,s,...o){let u=-1,c;if(a==null){c={type:"root",children:[]};const d=s;o.unshift(d)}else if(c=Lp(a,t),c.tagName=c.tagName.toLowerCase(),r&&Gi.call(r,c.tagName)&&(c.tagName=r[c.tagName]),Dp(s,c.tagName)){let d;for(d in s)Gi.call(s,d)&&Pp(e,c.properties,d,s[d])}else o.unshift(s);for(;++u<o.length;)Vi(c.children,o[u]);return c.type==="element"&&c.tagName==="template"&&(c.content={type:"root",children:c.children},c.children=[]),c}return i}function Dp(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"?Rp.has(e.type.toLowerCase()):!("value"in e)}function Pp(e,t,n,r){const i=kr(e,n);let a=-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"?i.spaceSeparated?s=ls(r):i.commaSeparated?s=is(r):i.commaOrSpaceSeparated?s=ls(is(r).join(" ")):s=zs(i,i.property,r):Array.isArray(r)?s=r.concat():s=i.property==="style"?Mp(r):String(r);if(Array.isArray(s)){const o=[];for(;++a<s.length;){const u=zs(i,i.property,s[a]);o[a]=u}s=o}if(i.property==="className"&&Array.isArray(t.className)){const o=s;s=t.className.concat(o)}t[i.property]=s}}function Vi(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;)Vi(e,t[n]);else if(typeof t=="object"&&"type"in t)t.type==="root"?Vi(e,t.children):e.push(t);else throw new Error("Expected node, nodes, or string, got `"+t+"`")}function zs(e,t,n){if(typeof n=="string"){if(e.number&&n&&!Number.isNaN(Number(n)))return Number(n);if((e.boolean||e.overloadedBoolean)&&(n===""||Bn(n)===Bn(t)))return!0}return n}function Mp(e){const t=[];let n;for(n in e)Gi.call(e,n)&&t.push([n,e[n]].join(": "));return t.join("; ")}function Bp(e){const t={};let n=-1;for(;++n<e.length;)t[e[n].toLowerCase()]=e[n];return t}const Fp=["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"],Hp=el(Yn,"div"),Up=el(Lt,"g",Fp);function jp(e){const t=String(e),n=[];return{toOffset:i,toPoint:r};function r(a){if(typeof a=="number"&&a>-1&&a<=t.length){let s=0;for(;;){let o=n[s];if(o===void 0){const u=$s(t,n[s-1]);o=u===-1?t.length+1:u+1,n[s]=o}if(o>a)return{line:s+1,column:a-(s>0?n[s-1]:0)+1,offset:a};s++}}}function i(a){if(a&&typeof a.line=="number"&&typeof a.column=="number"&&!Number.isNaN(a.line)&&!Number.isNaN(a.column)){for(;n.length<a.line;){const o=n[n.length-1],u=$s(t,o),c=u===-1?t.length+1:u+1;if(o===c)break;n.push(c)}const s=(a.line>1?n[a.line-2]:0)+a.column-1;if(s<n[a.line-1])return s}}}function $s(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 zt={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/"},tl={}.hasOwnProperty,zp=Object.prototype;function $p(e,t){const n=t||{};return _a({file:n.file||void 0,location:!1,schema:n.space==="svg"?Lt:Yn,verbose:n.verbose||!1},e)}function _a(e,t){let n;switch(t.nodeName){case"#comment":{const r=t;return n={type:"comment",value:r.data},dr(e,r,n),n}case"#document":case"#document-fragment":{const r=t,i="mode"in r?r.mode==="quirks"||r.mode==="limited-quirks":!1;if(n={type:"root",children:nl(e,t.childNodes),data:{quirksMode:i}},e.file&&e.location){const a=String(e.file),s=jp(a),o=s.toPoint(0),u=s.toPoint(a.length);n.position={start:o,end:u}}return n}case"#documentType":{const r=t;return n={type:"doctype"},dr(e,r,n),n}case"#text":{const r=t;return n={type:"text",value:r.value},dr(e,r,n),n}default:return n=Yp(e,t),n}}function nl(e,t){let n=-1;const r=[];for(;++n<t.length;){const i=_a(e,t[n]);r.push(i)}return r}function Yp(e,t){const n=e.schema;e.schema=t.namespaceURI===zt.svg?Lt:Yn;let r=-1;const i={};for(;++r<t.attrs.length;){const o=t.attrs[r],u=(o.prefix?o.prefix+":":"")+o.name;tl.call(zp,u)||(i[u]=o.value)}const s=(e.schema.space==="svg"?Up:Hp)(t.tagName,i,nl(e,t.childNodes));if(dr(e,t,s),s.tagName==="template"){const o=t,u=o.sourceCodeLocation,c=u&&u.startTag&&ln(u.startTag),d=u&&u.endTag&&ln(u.endTag),f=_a(e,o.content);c&&d&&e.file&&(f.position={start:c.end,end:d.start}),s.content=f}return e.schema=n,s}function dr(e,t,n){if("sourceCodeLocation"in t&&t.sourceCodeLocation&&e.file){const r=Gp(e,n,t.sourceCodeLocation);r&&(e.location=!0,n.position=r)}}function Gp(e,t,n){const r=ln(n);if(t.type==="element"){const i=t.children[t.children.length-1];if(r&&!n.endTag&&i&&i.position&&i.position.end&&(r.end=Object.assign({},i.position.end)),e.verbose){const a={};let s;if(n.attrs)for(s in n.attrs)tl.call(n.attrs,s)&&(a[kr(e.schema,s).property]=ln(n.attrs[s]));n.startTag;const o=ln(n.startTag),u=n.endTag?ln(n.endTag):void 0,c={opening:o};u&&(c.closing=u),c.properties=a,t.data={position:c}}}return r}function ln(e){const t=Ys({line:e.startLine,column:e.startCol,offset:e.startOffset}),n=Ys({line:e.endLine,column:e.endCol,offset:e.endOffset});return t||n?{start:t,end:n}:void 0}function Ys(e){return e.line&&e.column?e:void 0}const Gs={}.hasOwnProperty;function rl(e,t){const n=t||{};function r(i,...a){let s=r.invalid;const o=r.handlers;if(i&&Gs.call(i,e)){const u=String(i[e]);s=Gs.call(o,u)?o[u]:r.unknown}if(s)return s.call(this,i,...a)}return r.handlers=n.handlers||{},r.invalid=n.invalid,r.unknown=n.unknown,r}const Vp={},qp={}.hasOwnProperty,il=rl("type",{handlers:{root:Xp,element:eg,text:Jp,comment:Zp,doctype:Kp}});function Wp(e,t){const r=(t||Vp).space;return il(e,r==="svg"?Lt:Yn)}function Xp(e,t){const n={nodeName:"#document",mode:(e.data||{}).quirksMode?"quirks":"no-quirks",childNodes:[]};return n.childNodes=Ca(e.children,n,t),En(e,n),n}function Qp(e,t){const n={nodeName:"#document-fragment",childNodes:[]};return n.childNodes=Ca(e.children,n,t),En(e,n),n}function Kp(e){const t={nodeName:"#documentType",name:"html",publicId:"",systemId:"",parentNode:null};return En(e,t),t}function Jp(e){const t={nodeName:"#text",value:e.value,parentNode:null};return En(e,t),t}function Zp(e){const t={nodeName:"#comment",data:e.value,parentNode:null};return En(e,t),t}function eg(e,t){const n=t;let r=n;e.type==="element"&&e.tagName.toLowerCase()==="svg"&&n.space==="html"&&(r=Lt);const i=[];let a;if(e.properties){for(a in e.properties)if(a!=="children"&&qp.call(e.properties,a)){const u=tg(r,a,e.properties[a]);u&&i.push(u)}}const s=r.space,o={nodeName:e.tagName,tagName:e.tagName,attrs:i,namespaceURI:zt[s],childNodes:[],parentNode:null};return o.childNodes=Ca(e.children,o,r),En(e,o),e.tagName==="template"&&e.content&&(o.content=Qp(e.content,r)),o}function tg(e,t,n){const r=kr(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?gu(n):Su(n));const i={name:r.attribute,value:n===!0?"":String(n)};if(r.space&&r.space!=="html"&&r.space!=="svg"){const a=i.name.indexOf(":");a<0?i.prefix="":(i.name=i.name.slice(a+1),i.prefix=r.attribute.slice(0,a)),i.namespace=zt[r.space]}return i}function Ca(e,t,n){let r=-1;const i=[];if(e)for(;++r<e.length;){const a=il(e[r],n);a.parentNode=t,i.push(a)}return i}function En(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 ng=["area","base","basefont","bgsound","br","col","command","embed","frame","hr","image","img","input","keygen","link","meta","param","source","track","wbr"],rg=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]),Ne="�";var p;(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"})(p||(p={}));const Qe={DASH_DASH:"--",CDATA_START:"[CDATA[",DOCTYPE:"doctype",SCRIPT:"script",PUBLIC:"public",SYSTEM:"system"};function al(e){return e>=55296&&e<=57343}function ig(e){return e>=56320&&e<=57343}function ag(e,t){return(e-55296)*1024+9216+t}function sl(e){return e!==32&&e!==10&&e!==13&&e!==9&&e!==12&&e>=1&&e<=31||e>=127&&e<=159}function ol(e){return e>=64976&&e<=65007||rg.has(e)}var R;(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"})(R||(R={}));const sg=65536;class og{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=sg,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:i,offset:a}=this,s=i+n,o=a+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(ig(n))return this.pos++,this._addGap(),ag(t,n)}else if(!this.lastChunkWritten)return this.endOfChunkHit=!0,p.EOF;return this._err(R.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,p.EOF;const r=this.html.charCodeAt(n);return r===p.CARRIAGE_RETURN?p.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,p.EOF;let t=this.html.charCodeAt(this.pos);return t===p.CARRIAGE_RETURN?(this.isEol=!0,this.skipNextNewLine=!0,p.LINE_FEED):t===p.LINE_FEED&&(this.isEol=!0,this.skipNextNewLine)?(this.line--,this.skipNextNewLine=!1,this._addGap(),this.advance()):(this.skipNextNewLine=!1,al(t)&&(t=this._processSurrogate(t)),this.handler.onParseError===null||t>31&&t<127||t===p.LINE_FEED||t===p.CARRIAGE_RETURN||t>159&&t<64976||this._checkForProblematicCharacters(t),t)}_checkForProblematicCharacters(t){sl(t)?this._err(R.controlCharacterInInputStream):ol(t)&&this._err(R.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 ul(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 ll=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୕ୖ୪௫ఄ಄ದൡඅ櫬Āoungruent;扢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;怳Ādpuct;戏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ǣጓ\0y;䐎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Ā;tbrk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯᝳ;䎲;愶een;扬r;쀀𝔟gcostuvwឍឝឳេ៕៛ƀ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Ā;elƀ;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\0aĀ;t䀬;䁀ƀ;fl戁îᅠeĀmxent»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ↄⅪ←ٖ↛ǰ↉\0proø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;䅓Ācrir;榿;쀀𝔬ͯ\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\0m;櫳;櫽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))),ug=new Uint16Array("Ȁaglq \x1Bɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map(e=>e.charCodeAt(0)));var ci;const lg=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]]),cg=(ci=String.fromCodePoint)!==null&&ci!==void 0?ci: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 dg(e){var t;return e>=55296&&e<=57343||e>1114111?65533:(t=lg.get(e))!==null&&t!==void 0?t:e}var Fe;(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"})(Fe||(Fe={}));const fg=32;var It;(function(e){e[e.VALUE_LENGTH=49152]="VALUE_LENGTH",e[e.BRANCH_LENGTH=16256]="BRANCH_LENGTH",e[e.JUMP_TABLE=127]="JUMP_TABLE"})(It||(It={}));function qi(e){return e>=Fe.ZERO&&e<=Fe.NINE}function hg(e){return e>=Fe.UPPER_A&&e<=Fe.UPPER_F||e>=Fe.LOWER_A&&e<=Fe.LOWER_F}function mg(e){return e>=Fe.UPPER_A&&e<=Fe.UPPER_Z||e>=Fe.LOWER_A&&e<=Fe.LOWER_Z||qi(e)}function pg(e){return e===Fe.EQUALS||mg(e)}var Me;(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"})(Me||(Me={}));var At;(function(e){e[e.Legacy=0]="Legacy",e[e.Strict=1]="Strict",e[e.Attribute=2]="Attribute"})(At||(At={}));class cl{constructor(t,n,r){this.decodeTree=t,this.emitCodePoint=n,this.errors=r,this.state=Me.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=At.Strict}startEntity(t){this.decodeMode=t,this.state=Me.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1}write(t,n){switch(this.state){case Me.EntityStart:return t.charCodeAt(n)===Fe.NUM?(this.state=Me.NumericStart,this.consumed+=1,this.stateNumericStart(t,n+1)):(this.state=Me.NamedEntity,this.stateNamedEntity(t,n));case Me.NumericStart:return this.stateNumericStart(t,n);case Me.NumericDecimal:return this.stateNumericDecimal(t,n);case Me.NumericHex:return this.stateNumericHex(t,n);case Me.NamedEntity:return this.stateNamedEntity(t,n)}}stateNumericStart(t,n){return n>=t.length?-1:(t.charCodeAt(n)|fg)===Fe.LOWER_X?(this.state=Me.NumericHex,this.consumed+=1,this.stateNumericHex(t,n+1)):(this.state=Me.NumericDecimal,this.stateNumericDecimal(t,n))}addToNumericResult(t,n,r,i){if(n!==r){const a=r-n;this.result=this.result*Math.pow(i,a)+parseInt(t.substr(n,a),i),this.consumed+=a}}stateNumericHex(t,n){const r=n;for(;n<t.length;){const i=t.charCodeAt(n);if(qi(i)||hg(i))n+=1;else return this.addToNumericResult(t,r,n,16),this.emitNumericEntity(i,3)}return this.addToNumericResult(t,r,n,16),-1}stateNumericDecimal(t,n){const r=n;for(;n<t.length;){const i=t.charCodeAt(n);if(qi(i))n+=1;else return this.addToNumericResult(t,r,n,10),this.emitNumericEntity(i,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===Fe.SEMI)this.consumed+=1;else if(this.decodeMode===At.Strict)return 0;return this.emitCodePoint(dg(this.result),this.consumed),this.errors&&(t!==Fe.SEMI&&this.errors.missingSemicolonAfterCharacterReference(),this.errors.validateNumericCharacterReference(this.result)),this.consumed}stateNamedEntity(t,n){const{decodeTree:r}=this;let i=r[this.treeIndex],a=(i&It.VALUE_LENGTH)>>14;for(;n<t.length;n++,this.excess++){const s=t.charCodeAt(n);if(this.treeIndex=gg(r,i,this.treeIndex+Math.max(1,a),s),this.treeIndex<0)return this.result===0||this.decodeMode===At.Attribute&&(a===0||pg(s))?0:this.emitNotTerminatedNamedEntity();if(i=r[this.treeIndex],a=(i&It.VALUE_LENGTH)>>14,a!==0){if(s===Fe.SEMI)return this.emitNamedEntityData(this.treeIndex,a,this.consumed+this.excess);this.decodeMode!==At.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1}emitNotTerminatedNamedEntity(){var t;const{result:n,decodeTree:r}=this,i=(r[n]&It.VALUE_LENGTH)>>14;return this.emitNamedEntityData(n,i,this.consumed),(t=this.errors)===null||t===void 0||t.missingSemicolonAfterCharacterReference(),this.consumed}emitNamedEntityData(t,n,r){const{decodeTree:i}=this;return this.emitCodePoint(n===1?i[t]&~It.VALUE_LENGTH:i[t+1],r),n===3&&this.emitCodePoint(i[t+2],r),r}end(){var t;switch(this.state){case Me.NamedEntity:return this.result!==0&&(this.decodeMode!==At.Attribute||this.result===this.treeIndex)?this.emitNotTerminatedNamedEntity():0;case Me.NumericDecimal:return this.emitNumericEntity(0,2);case Me.NumericHex:return this.emitNumericEntity(0,3);case Me.NumericStart:return(t=this.errors)===null||t===void 0||t.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case Me.EntityStart:return 0}}}function dl(e){let t="";const n=new cl(e,r=>t+=cg(r));return function(i,a){let s=0,o=0;for(;(o=i.indexOf("&",o))>=0;){t+=i.slice(s,o),n.startEntity(a);const c=n.write(i,o+1);if(c<0){s=o+n.end();break}s=o+c,o=c===0?s+1:s}const u=t+i.slice(s);return t="",u}}function gg(e,t,n,r){const i=(t&It.BRANCH_LENGTH)>>7,a=t&It.JUMP_TABLE;if(i===0)return a!==0&&r===a?n:-1;if(a){const u=r-a;return u<0||u>=i?-1:e[n+u]-1}let s=n,o=s+i-1;for(;s<=o;){const u=s+o>>>1,c=e[u];if(c<r)s=u+1;else if(c>r)o=u-1;else return e[u+i]}return-1}dl(ll);dl(ug);var M;(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/"})(M||(M={}));var $t;(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"})($t||($t={}));var tt;(function(e){e.NO_QUIRKS="no-quirks",e.QUIRKS="quirks",e.LIMITED_QUIRKS="limited-quirks"})(tt||(tt={}));var O;(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"})(O||(O={}));var l;(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"})(l||(l={}));const bg=new Map([[O.A,l.A],[O.ADDRESS,l.ADDRESS],[O.ANNOTATION_XML,l.ANNOTATION_XML],[O.APPLET,l.APPLET],[O.AREA,l.AREA],[O.ARTICLE,l.ARTICLE],[O.ASIDE,l.ASIDE],[O.B,l.B],[O.BASE,l.BASE],[O.BASEFONT,l.BASEFONT],[O.BGSOUND,l.BGSOUND],[O.BIG,l.BIG],[O.BLOCKQUOTE,l.BLOCKQUOTE],[O.BODY,l.BODY],[O.BR,l.BR],[O.BUTTON,l.BUTTON],[O.CAPTION,l.CAPTION],[O.CENTER,l.CENTER],[O.CODE,l.CODE],[O.COL,l.COL],[O.COLGROUP,l.COLGROUP],[O.DD,l.DD],[O.DESC,l.DESC],[O.DETAILS,l.DETAILS],[O.DIALOG,l.DIALOG],[O.DIR,l.DIR],[O.DIV,l.DIV],[O.DL,l.DL],[O.DT,l.DT],[O.EM,l.EM],[O.EMBED,l.EMBED],[O.FIELDSET,l.FIELDSET],[O.FIGCAPTION,l.FIGCAPTION],[O.FIGURE,l.FIGURE],[O.FONT,l.FONT],[O.FOOTER,l.FOOTER],[O.FOREIGN_OBJECT,l.FOREIGN_OBJECT],[O.FORM,l.FORM],[O.FRAME,l.FRAME],[O.FRAMESET,l.FRAMESET],[O.H1,l.H1],[O.H2,l.H2],[O.H3,l.H3],[O.H4,l.H4],[O.H5,l.H5],[O.H6,l.H6],[O.HEAD,l.HEAD],[O.HEADER,l.HEADER],[O.HGROUP,l.HGROUP],[O.HR,l.HR],[O.HTML,l.HTML],[O.I,l.I],[O.IMG,l.IMG],[O.IMAGE,l.IMAGE],[O.INPUT,l.INPUT],[O.IFRAME,l.IFRAME],[O.KEYGEN,l.KEYGEN],[O.LABEL,l.LABEL],[O.LI,l.LI],[O.LINK,l.LINK],[O.LISTING,l.LISTING],[O.MAIN,l.MAIN],[O.MALIGNMARK,l.MALIGNMARK],[O.MARQUEE,l.MARQUEE],[O.MATH,l.MATH],[O.MENU,l.MENU],[O.META,l.META],[O.MGLYPH,l.MGLYPH],[O.MI,l.MI],[O.MO,l.MO],[O.MN,l.MN],[O.MS,l.MS],[O.MTEXT,l.MTEXT],[O.NAV,l.NAV],[O.NOBR,l.NOBR],[O.NOFRAMES,l.NOFRAMES],[O.NOEMBED,l.NOEMBED],[O.NOSCRIPT,l.NOSCRIPT],[O.OBJECT,l.OBJECT],[O.OL,l.OL],[O.OPTGROUP,l.OPTGROUP],[O.OPTION,l.OPTION],[O.P,l.P],[O.PARAM,l.PARAM],[O.PLAINTEXT,l.PLAINTEXT],[O.PRE,l.PRE],[O.RB,l.RB],[O.RP,l.RP],[O.RT,l.RT],[O.RTC,l.RTC],[O.RUBY,l.RUBY],[O.S,l.S],[O.SCRIPT,l.SCRIPT],[O.SEARCH,l.SEARCH],[O.SECTION,l.SECTION],[O.SELECT,l.SELECT],[O.SOURCE,l.SOURCE],[O.SMALL,l.SMALL],[O.SPAN,l.SPAN],[O.STRIKE,l.STRIKE],[O.STRONG,l.STRONG],[O.STYLE,l.STYLE],[O.SUB,l.SUB],[O.SUMMARY,l.SUMMARY],[O.SUP,l.SUP],[O.TABLE,l.TABLE],[O.TBODY,l.TBODY],[O.TEMPLATE,l.TEMPLATE],[O.TEXTAREA,l.TEXTAREA],[O.TFOOT,l.TFOOT],[O.TD,l.TD],[O.TH,l.TH],[O.THEAD,l.THEAD],[O.TITLE,l.TITLE],[O.TR,l.TR],[O.TRACK,l.TRACK],[O.TT,l.TT],[O.U,l.U],[O.UL,l.UL],[O.SVG,l.SVG],[O.VAR,l.VAR],[O.WBR,l.WBR],[O.XMP,l.XMP]]);function Tn(e){var t;return(t=bg.get(e))!==null&&t!==void 0?t:l.UNKNOWN}const F=l,Eg={[M.HTML]:new Set([F.ADDRESS,F.APPLET,F.AREA,F.ARTICLE,F.ASIDE,F.BASE,F.BASEFONT,F.BGSOUND,F.BLOCKQUOTE,F.BODY,F.BR,F.BUTTON,F.CAPTION,F.CENTER,F.COL,F.COLGROUP,F.DD,F.DETAILS,F.DIR,F.DIV,F.DL,F.DT,F.EMBED,F.FIELDSET,F.FIGCAPTION,F.FIGURE,F.FOOTER,F.FORM,F.FRAME,F.FRAMESET,F.H1,F.H2,F.H3,F.H4,F.H5,F.H6,F.HEAD,F.HEADER,F.HGROUP,F.HR,F.HTML,F.IFRAME,F.IMG,F.INPUT,F.LI,F.LINK,F.LISTING,F.MAIN,F.MARQUEE,F.MENU,F.META,F.NAV,F.NOEMBED,F.NOFRAMES,F.NOSCRIPT,F.OBJECT,F.OL,F.P,F.PARAM,F.PLAINTEXT,F.PRE,F.SCRIPT,F.SECTION,F.SELECT,F.SOURCE,F.STYLE,F.SUMMARY,F.TABLE,F.TBODY,F.TD,F.TEMPLATE,F.TEXTAREA,F.TFOOT,F.TH,F.THEAD,F.TITLE,F.TR,F.TRACK,F.UL,F.WBR,F.XMP]),[M.MATHML]:new Set([F.MI,F.MO,F.MN,F.MS,F.MTEXT,F.ANNOTATION_XML]),[M.SVG]:new Set([F.TITLE,F.FOREIGN_OBJECT,F.DESC]),[M.XLINK]:new Set,[M.XML]:new Set,[M.XMLNS]:new Set},Wi=new Set([F.H1,F.H2,F.H3,F.H4,F.H5,F.H6]);O.STYLE,O.SCRIPT,O.XMP,O.IFRAME,O.NOEMBED,O.NOFRAMES,O.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 Tg(e){return e>=p.DIGIT_0&&e<=p.DIGIT_9}function vn(e){return e>=p.LATIN_CAPITAL_A&&e<=p.LATIN_CAPITAL_Z}function xg(e){return e>=p.LATIN_SMALL_A&&e<=p.LATIN_SMALL_Z}function wt(e){return xg(e)||vn(e)}function Vs(e){return wt(e)||Tg(e)}function ir(e){return e+32}function fl(e){return e===p.SPACE||e===p.LINE_FEED||e===p.TABULATION||e===p.FORM_FEED}function qs(e){return fl(e)||e===p.SOLIDUS||e===p.GREATER_THAN_SIGN}function yg(e){return e===p.NULL?R.nullCharacterReference:e>1114111?R.characterReferenceOutsideUnicodeRange:al(e)?R.surrogateCharacterReference:ol(e)?R.noncharacterCharacterReference:sl(e)||e===p.CARRIAGE_RETURN?R.controlCharacterReference:null}class Ag{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 og(n),this.currentLocation=this.getCurrentLocation(-1),this.entityDecoder=new cl(ll,(r,i)=>{this.preprocessor.pos=this.entityStartPos+i-1,this._flushCodePointConsumedAsCharacterReference(r)},n.onParseError?{missingSemicolonAfterCharacterReference:()=>{this._err(R.missingSemicolonAfterCharacterReference,1)},absenceOfDigitsInNumericCharacterReference:r=>{this._err(R.absenceOfDigitsInNumericCharacterReference,this.entityStartPos-this.preprocessor.pos+r)},validateNumericCharacterReference:r=>{const i=yg(r);i&&this._err(i,1)}}:void 0)}_err(t,n=0){var r,i;(i=(r=this.handler).onParseError)===null||i===void 0||i.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:l.UNKNOWN,selfClosing:!1,ackSelfClosing:!1,attrs:[],location:this.getCurrentLocation(1)}}_createEndTagToken(){this.currentToken={type:de.END_TAG,tagName:"",tagID:l.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(ul(r,this.currentAttr.name)===null){if(r.attrs.push(this.currentAttr),r.location&&this.currentLocation){const i=(t=(n=r.location).attrs)!==null&&t!==void 0?t:n.attrs=Object.create(null);i[this.currentAttr.name]=this.currentLocation,this._leaveAttrValue()}}else this._err(R.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=Tn(t.tagName),t.type===de.START_TAG?(this.lastStartTagName=t.tagName,this.handler.onStartTag(t)):(t.attrs.length>0&&this._err(R.endTagWithAttributes),t.selfClosing&&this._err(R.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=fl(t)?de.WHITESPACE_CHARACTER:t===p.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()?At.Attribute:At.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 p.LESS_THAN_SIGN:{this.state=E.TAG_OPEN;break}case p.AMPERSAND:{this._startCharacterReference();break}case p.NULL:{this._err(R.unexpectedNullCharacter),this._emitCodePoint(t);break}case p.EOF:{this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateRcdata(t){switch(t){case p.AMPERSAND:{this._startCharacterReference();break}case p.LESS_THAN_SIGN:{this.state=E.RCDATA_LESS_THAN_SIGN;break}case p.NULL:{this._err(R.unexpectedNullCharacter),this._emitChars(Ne);break}case p.EOF:{this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateRawtext(t){switch(t){case p.LESS_THAN_SIGN:{this.state=E.RAWTEXT_LESS_THAN_SIGN;break}case p.NULL:{this._err(R.unexpectedNullCharacter),this._emitChars(Ne);break}case p.EOF:{this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateScriptData(t){switch(t){case p.LESS_THAN_SIGN:{this.state=E.SCRIPT_DATA_LESS_THAN_SIGN;break}case p.NULL:{this._err(R.unexpectedNullCharacter),this._emitChars(Ne);break}case p.EOF:{this._emitEOFToken();break}default:this._emitCodePoint(t)}}_statePlaintext(t){switch(t){case p.NULL:{this._err(R.unexpectedNullCharacter),this._emitChars(Ne);break}case p.EOF:{this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateTagOpen(t){if(wt(t))this._createStartTagToken(),this.state=E.TAG_NAME,this._stateTagName(t);else switch(t){case p.EXCLAMATION_MARK:{this.state=E.MARKUP_DECLARATION_OPEN;break}case p.SOLIDUS:{this.state=E.END_TAG_OPEN;break}case p.QUESTION_MARK:{this._err(R.unexpectedQuestionMarkInsteadOfTagName),this._createCommentToken(1),this.state=E.BOGUS_COMMENT,this._stateBogusComment(t);break}case p.EOF:{this._err(R.eofBeforeTagName),this._emitChars("<"),this._emitEOFToken();break}default:this._err(R.invalidFirstCharacterOfTagName),this._emitChars("<"),this.state=E.DATA,this._stateData(t)}}_stateEndTagOpen(t){if(wt(t))this._createEndTagToken(),this.state=E.TAG_NAME,this._stateTagName(t);else switch(t){case p.GREATER_THAN_SIGN:{this._err(R.missingEndTagName),this.state=E.DATA;break}case p.EOF:{this._err(R.eofBeforeTagName),this._emitChars("</"),this._emitEOFToken();break}default:this._err(R.invalidFirstCharacterOfTagName),this._createCommentToken(2),this.state=E.BOGUS_COMMENT,this._stateBogusComment(t)}}_stateTagName(t){const n=this.currentToken;switch(t){case p.SPACE:case p.LINE_FEED:case p.TABULATION:case p.FORM_FEED:{this.state=E.BEFORE_ATTRIBUTE_NAME;break}case p.SOLIDUS:{this.state=E.SELF_CLOSING_START_TAG;break}case p.GREATER_THAN_SIGN:{this.state=E.DATA,this.emitCurrentTagToken();break}case p.NULL:{this._err(R.unexpectedNullCharacter),n.tagName+=Ne;break}case p.EOF:{this._err(R.eofInTag),this._emitEOFToken();break}default:n.tagName+=String.fromCodePoint(vn(t)?ir(t):t)}}_stateRcdataLessThanSign(t){t===p.SOLIDUS?this.state=E.RCDATA_END_TAG_OPEN:(this._emitChars("<"),this.state=E.RCDATA,this._stateRcdata(t))}_stateRcdataEndTagOpen(t){wt(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 p.SPACE:case p.LINE_FEED:case p.TABULATION:case p.FORM_FEED:return this._advanceBy(this.lastStartTagName.length),this.state=E.BEFORE_ATTRIBUTE_NAME,!1;case p.SOLIDUS:return this._advanceBy(this.lastStartTagName.length),this.state=E.SELF_CLOSING_START_TAG,!1;case p.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===p.SOLIDUS?this.state=E.RAWTEXT_END_TAG_OPEN:(this._emitChars("<"),this.state=E.RAWTEXT,this._stateRawtext(t))}_stateRawtextEndTagOpen(t){wt(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 p.SOLIDUS:{this.state=E.SCRIPT_DATA_END_TAG_OPEN;break}case p.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){wt(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===p.HYPHEN_MINUS?(this.state=E.SCRIPT_DATA_ESCAPE_START_DASH,this._emitChars("-")):(this.state=E.SCRIPT_DATA,this._stateScriptData(t))}_stateScriptDataEscapeStartDash(t){t===p.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 p.HYPHEN_MINUS:{this.state=E.SCRIPT_DATA_ESCAPED_DASH,this._emitChars("-");break}case p.LESS_THAN_SIGN:{this.state=E.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN;break}case p.NULL:{this._err(R.unexpectedNullCharacter),this._emitChars(Ne);break}case p.EOF:{this._err(R.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateScriptDataEscapedDash(t){switch(t){case p.HYPHEN_MINUS:{this.state=E.SCRIPT_DATA_ESCAPED_DASH_DASH,this._emitChars("-");break}case p.LESS_THAN_SIGN:{this.state=E.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN;break}case p.NULL:{this._err(R.unexpectedNullCharacter),this.state=E.SCRIPT_DATA_ESCAPED,this._emitChars(Ne);break}case p.EOF:{this._err(R.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break}default:this.state=E.SCRIPT_DATA_ESCAPED,this._emitCodePoint(t)}}_stateScriptDataEscapedDashDash(t){switch(t){case p.HYPHEN_MINUS:{this._emitChars("-");break}case p.LESS_THAN_SIGN:{this.state=E.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN;break}case p.GREATER_THAN_SIGN:{this.state=E.SCRIPT_DATA,this._emitChars(">");break}case p.NULL:{this._err(R.unexpectedNullCharacter),this.state=E.SCRIPT_DATA_ESCAPED,this._emitChars(Ne);break}case p.EOF:{this._err(R.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break}default:this.state=E.SCRIPT_DATA_ESCAPED,this._emitCodePoint(t)}}_stateScriptDataEscapedLessThanSign(t){t===p.SOLIDUS?this.state=E.SCRIPT_DATA_ESCAPED_END_TAG_OPEN:wt(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){wt(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(Qe.SCRIPT,!1)&&qs(this.preprocessor.peek(Qe.SCRIPT.length))){this._emitCodePoint(t);for(let n=0;n<Qe.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 p.HYPHEN_MINUS:{this.state=E.SCRIPT_DATA_DOUBLE_ESCAPED_DASH,this._emitChars("-");break}case p.LESS_THAN_SIGN:{this.state=E.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN,this._emitChars("<");break}case p.NULL:{this._err(R.unexpectedNullCharacter),this._emitChars(Ne);break}case p.EOF:{this._err(R.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateScriptDataDoubleEscapedDash(t){switch(t){case p.HYPHEN_MINUS:{this.state=E.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH,this._emitChars("-");break}case p.LESS_THAN_SIGN:{this.state=E.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN,this._emitChars("<");break}case p.NULL:{this._err(R.unexpectedNullCharacter),this.state=E.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitChars(Ne);break}case p.EOF:{this._err(R.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break}default:this.state=E.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitCodePoint(t)}}_stateScriptDataDoubleEscapedDashDash(t){switch(t){case p.HYPHEN_MINUS:{this._emitChars("-");break}case p.LESS_THAN_SIGN:{this.state=E.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN,this._emitChars("<");break}case p.GREATER_THAN_SIGN:{this.state=E.SCRIPT_DATA,this._emitChars(">");break}case p.NULL:{this._err(R.unexpectedNullCharacter),this.state=E.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitChars(Ne);break}case p.EOF:{this._err(R.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break}default:this.state=E.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitCodePoint(t)}}_stateScriptDataDoubleEscapedLessThanSign(t){t===p.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(Qe.SCRIPT,!1)&&qs(this.preprocessor.peek(Qe.SCRIPT.length))){this._emitCodePoint(t);for(let n=0;n<Qe.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 p.SPACE:case p.LINE_FEED:case p.TABULATION:case p.FORM_FEED:break;case p.SOLIDUS:case p.GREATER_THAN_SIGN:case p.EOF:{this.state=E.AFTER_ATTRIBUTE_NAME,this._stateAfterAttributeName(t);break}case p.EQUALS_SIGN:{this._err(R.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 p.SPACE:case p.LINE_FEED:case p.TABULATION:case p.FORM_FEED:case p.SOLIDUS:case p.GREATER_THAN_SIGN:case p.EOF:{this._leaveAttrName(),this.state=E.AFTER_ATTRIBUTE_NAME,this._stateAfterAttributeName(t);break}case p.EQUALS_SIGN:{this._leaveAttrName(),this.state=E.BEFORE_ATTRIBUTE_VALUE;break}case p.QUOTATION_MARK:case p.APOSTROPHE:case p.LESS_THAN_SIGN:{this._err(R.unexpectedCharacterInAttributeName),this.currentAttr.name+=String.fromCodePoint(t);break}case p.NULL:{this._err(R.unexpectedNullCharacter),this.currentAttr.name+=Ne;break}default:this.currentAttr.name+=String.fromCodePoint(vn(t)?ir(t):t)}}_stateAfterAttributeName(t){switch(t){case p.SPACE:case p.LINE_FEED:case p.TABULATION:case p.FORM_FEED:break;case p.SOLIDUS:{this.state=E.SELF_CLOSING_START_TAG;break}case p.EQUALS_SIGN:{this.state=E.BEFORE_ATTRIBUTE_VALUE;break}case p.GREATER_THAN_SIGN:{this.state=E.DATA,this.emitCurrentTagToken();break}case p.EOF:{this._err(R.eofInTag),this._emitEOFToken();break}default:this._createAttr(""),this.state=E.ATTRIBUTE_NAME,this._stateAttributeName(t)}}_stateBeforeAttributeValue(t){switch(t){case p.SPACE:case p.LINE_FEED:case p.TABULATION:case p.FORM_FEED:break;case p.QUOTATION_MARK:{this.state=E.ATTRIBUTE_VALUE_DOUBLE_QUOTED;break}case p.APOSTROPHE:{this.state=E.ATTRIBUTE_VALUE_SINGLE_QUOTED;break}case p.GREATER_THAN_SIGN:{this._err(R.missingAttributeValue),this.state=E.DATA,this.emitCurrentTagToken();break}default:this.state=E.ATTRIBUTE_VALUE_UNQUOTED,this._stateAttributeValueUnquoted(t)}}_stateAttributeValueDoubleQuoted(t){switch(t){case p.QUOTATION_MARK:{this.state=E.AFTER_ATTRIBUTE_VALUE_QUOTED;break}case p.AMPERSAND:{this._startCharacterReference();break}case p.NULL:{this._err(R.unexpectedNullCharacter),this.currentAttr.value+=Ne;break}case p.EOF:{this._err(R.eofInTag),this._emitEOFToken();break}default:this.currentAttr.value+=String.fromCodePoint(t)}}_stateAttributeValueSingleQuoted(t){switch(t){case p.APOSTROPHE:{this.state=E.AFTER_ATTRIBUTE_VALUE_QUOTED;break}case p.AMPERSAND:{this._startCharacterReference();break}case p.NULL:{this._err(R.unexpectedNullCharacter),this.currentAttr.value+=Ne;break}case p.EOF:{this._err(R.eofInTag),this._emitEOFToken();break}default:this.currentAttr.value+=String.fromCodePoint(t)}}_stateAttributeValueUnquoted(t){switch(t){case p.SPACE:case p.LINE_FEED:case p.TABULATION:case p.FORM_FEED:{this._leaveAttrValue(),this.state=E.BEFORE_ATTRIBUTE_NAME;break}case p.AMPERSAND:{this._startCharacterReference();break}case p.GREATER_THAN_SIGN:{this._leaveAttrValue(),this.state=E.DATA,this.emitCurrentTagToken();break}case p.NULL:{this._err(R.unexpectedNullCharacter),this.currentAttr.value+=Ne;break}case p.QUOTATION_MARK:case p.APOSTROPHE:case p.LESS_THAN_SIGN:case p.EQUALS_SIGN:case p.GRAVE_ACCENT:{this._err(R.unexpectedCharacterInUnquotedAttributeValue),this.currentAttr.value+=String.fromCodePoint(t);break}case p.EOF:{this._err(R.eofInTag),this._emitEOFToken();break}default:this.currentAttr.value+=String.fromCodePoint(t)}}_stateAfterAttributeValueQuoted(t){switch(t){case p.SPACE:case p.LINE_FEED:case p.TABULATION:case p.FORM_FEED:{this._leaveAttrValue(),this.state=E.BEFORE_ATTRIBUTE_NAME;break}case p.SOLIDUS:{this._leaveAttrValue(),this.state=E.SELF_CLOSING_START_TAG;break}case p.GREATER_THAN_SIGN:{this._leaveAttrValue(),this.state=E.DATA,this.emitCurrentTagToken();break}case p.EOF:{this._err(R.eofInTag),this._emitEOFToken();break}default:this._err(R.missingWhitespaceBetweenAttributes),this.state=E.BEFORE_ATTRIBUTE_NAME,this._stateBeforeAttributeName(t)}}_stateSelfClosingStartTag(t){switch(t){case p.GREATER_THAN_SIGN:{const n=this.currentToken;n.selfClosing=!0,this.state=E.DATA,this.emitCurrentTagToken();break}case p.EOF:{this._err(R.eofInTag),this._emitEOFToken();break}default:this._err(R.unexpectedSolidusInTag),this.state=E.BEFORE_ATTRIBUTE_NAME,this._stateBeforeAttributeName(t)}}_stateBogusComment(t){const n=this.currentToken;switch(t){case p.GREATER_THAN_SIGN:{this.state=E.DATA,this.emitCurrentComment(n);break}case p.EOF:{this.emitCurrentComment(n),this._emitEOFToken();break}case p.NULL:{this._err(R.unexpectedNullCharacter),n.data+=Ne;break}default:n.data+=String.fromCodePoint(t)}}_stateMarkupDeclarationOpen(t){this._consumeSequenceIfMatch(Qe.DASH_DASH,!0)?(this._createCommentToken(Qe.DASH_DASH.length+1),this.state=E.COMMENT_START):this._consumeSequenceIfMatch(Qe.DOCTYPE,!1)?(this.currentLocation=this.getCurrentLocation(Qe.DOCTYPE.length+1),this.state=E.DOCTYPE):this._consumeSequenceIfMatch(Qe.CDATA_START,!0)?this.inForeignNode?this.state=E.CDATA_SECTION:(this._err(R.cdataInHtmlContent),this._createCommentToken(Qe.CDATA_START.length+1),this.currentToken.data="[CDATA[",this.state=E.BOGUS_COMMENT):this._ensureHibernation()||(this._err(R.incorrectlyOpenedComment),this._createCommentToken(2),this.state=E.BOGUS_COMMENT,this._stateBogusComment(t))}_stateCommentStart(t){switch(t){case p.HYPHEN_MINUS:{this.state=E.COMMENT_START_DASH;break}case p.GREATER_THAN_SIGN:{this._err(R.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 p.HYPHEN_MINUS:{this.state=E.COMMENT_END;break}case p.GREATER_THAN_SIGN:{this._err(R.abruptClosingOfEmptyComment),this.state=E.DATA,this.emitCurrentComment(n);break}case p.EOF:{this._err(R.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 p.HYPHEN_MINUS:{this.state=E.COMMENT_END_DASH;break}case p.LESS_THAN_SIGN:{n.data+="<",this.state=E.COMMENT_LESS_THAN_SIGN;break}case p.NULL:{this._err(R.unexpectedNullCharacter),n.data+=Ne;break}case p.EOF:{this._err(R.eofInComment),this.emitCurrentComment(n),this._emitEOFToken();break}default:n.data+=String.fromCodePoint(t)}}_stateCommentLessThanSign(t){const n=this.currentToken;switch(t){case p.EXCLAMATION_MARK:{n.data+="!",this.state=E.COMMENT_LESS_THAN_SIGN_BANG;break}case p.LESS_THAN_SIGN:{n.data+="<";break}default:this.state=E.COMMENT,this._stateComment(t)}}_stateCommentLessThanSignBang(t){t===p.HYPHEN_MINUS?this.state=E.COMMENT_LESS_THAN_SIGN_BANG_DASH:(this.state=E.COMMENT,this._stateComment(t))}_stateCommentLessThanSignBangDash(t){t===p.HYPHEN_MINUS?this.state=E.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH:(this.state=E.COMMENT_END_DASH,this._stateCommentEndDash(t))}_stateCommentLessThanSignBangDashDash(t){t!==p.GREATER_THAN_SIGN&&t!==p.EOF&&this._err(R.nestedComment),this.state=E.COMMENT_END,this._stateCommentEnd(t)}_stateCommentEndDash(t){const n=this.currentToken;switch(t){case p.HYPHEN_MINUS:{this.state=E.COMMENT_END;break}case p.EOF:{this._err(R.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 p.GREATER_THAN_SIGN:{this.state=E.DATA,this.emitCurrentComment(n);break}case p.EXCLAMATION_MARK:{this.state=E.COMMENT_END_BANG;break}case p.HYPHEN_MINUS:{n.data+="-";break}case p.EOF:{this._err(R.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 p.HYPHEN_MINUS:{n.data+="--!",this.state=E.COMMENT_END_DASH;break}case p.GREATER_THAN_SIGN:{this._err(R.incorrectlyClosedComment),this.state=E.DATA,this.emitCurrentComment(n);break}case p.EOF:{this._err(R.eofInComment),this.emitCurrentComment(n),this._emitEOFToken();break}default:n.data+="--!",this.state=E.COMMENT,this._stateComment(t)}}_stateDoctype(t){switch(t){case p.SPACE:case p.LINE_FEED:case p.TABULATION:case p.FORM_FEED:{this.state=E.BEFORE_DOCTYPE_NAME;break}case p.GREATER_THAN_SIGN:{this.state=E.BEFORE_DOCTYPE_NAME,this._stateBeforeDoctypeName(t);break}case p.EOF:{this._err(R.eofInDoctype),this._createDoctypeToken(null);const n=this.currentToken;n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(R.missingWhitespaceBeforeDoctypeName),this.state=E.BEFORE_DOCTYPE_NAME,this._stateBeforeDoctypeName(t)}}_stateBeforeDoctypeName(t){if(vn(t))this._createDoctypeToken(String.fromCharCode(ir(t))),this.state=E.DOCTYPE_NAME;else switch(t){case p.SPACE:case p.LINE_FEED:case p.TABULATION:case p.FORM_FEED:break;case p.NULL:{this._err(R.unexpectedNullCharacter),this._createDoctypeToken(Ne),this.state=E.DOCTYPE_NAME;break}case p.GREATER_THAN_SIGN:{this._err(R.missingDoctypeName),this._createDoctypeToken(null);const n=this.currentToken;n.forceQuirks=!0,this.emitCurrentDoctype(n),this.state=E.DATA;break}case p.EOF:{this._err(R.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 p.SPACE:case p.LINE_FEED:case p.TABULATION:case p.FORM_FEED:{this.state=E.AFTER_DOCTYPE_NAME;break}case p.GREATER_THAN_SIGN:{this.state=E.DATA,this.emitCurrentDoctype(n);break}case p.NULL:{this._err(R.unexpectedNullCharacter),n.name+=Ne;break}case p.EOF:{this._err(R.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:n.name+=String.fromCodePoint(vn(t)?ir(t):t)}}_stateAfterDoctypeName(t){const n=this.currentToken;switch(t){case p.SPACE:case p.LINE_FEED:case p.TABULATION:case p.FORM_FEED:break;case p.GREATER_THAN_SIGN:{this.state=E.DATA,this.emitCurrentDoctype(n);break}case p.EOF:{this._err(R.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._consumeSequenceIfMatch(Qe.PUBLIC,!1)?this.state=E.AFTER_DOCTYPE_PUBLIC_KEYWORD:this._consumeSequenceIfMatch(Qe.SYSTEM,!1)?this.state=E.AFTER_DOCTYPE_SYSTEM_KEYWORD:this._ensureHibernation()||(this._err(R.invalidCharacterSequenceAfterDoctypeName),n.forceQuirks=!0,this.state=E.BOGUS_DOCTYPE,this._stateBogusDoctype(t))}}_stateAfterDoctypePublicKeyword(t){const n=this.currentToken;switch(t){case p.SPACE:case p.LINE_FEED:case p.TABULATION:case p.FORM_FEED:{this.state=E.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER;break}case p.QUOTATION_MARK:{this._err(R.missingWhitespaceAfterDoctypePublicKeyword),n.publicId="",this.state=E.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED;break}case p.APOSTROPHE:{this._err(R.missingWhitespaceAfterDoctypePublicKeyword),n.publicId="",this.state=E.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED;break}case p.GREATER_THAN_SIGN:{this._err(R.missingDoctypePublicIdentifier),n.forceQuirks=!0,this.state=E.DATA,this.emitCurrentDoctype(n);break}case p.EOF:{this._err(R.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(R.missingQuoteBeforeDoctypePublicIdentifier),n.forceQuirks=!0,this.state=E.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateBeforeDoctypePublicIdentifier(t){const n=this.currentToken;switch(t){case p.SPACE:case p.LINE_FEED:case p.TABULATION:case p.FORM_FEED:break;case p.QUOTATION_MARK:{n.publicId="",this.state=E.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED;break}case p.APOSTROPHE:{n.publicId="",this.state=E.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED;break}case p.GREATER_THAN_SIGN:{this._err(R.missingDoctypePublicIdentifier),n.forceQuirks=!0,this.state=E.DATA,this.emitCurrentDoctype(n);break}case p.EOF:{this._err(R.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(R.missingQuoteBeforeDoctypePublicIdentifier),n.forceQuirks=!0,this.state=E.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateDoctypePublicIdentifierDoubleQuoted(t){const n=this.currentToken;switch(t){case p.QUOTATION_MARK:{this.state=E.AFTER_DOCTYPE_PUBLIC_IDENTIFIER;break}case p.NULL:{this._err(R.unexpectedNullCharacter),n.publicId+=Ne;break}case p.GREATER_THAN_SIGN:{this._err(R.abruptDoctypePublicIdentifier),n.forceQuirks=!0,this.emitCurrentDoctype(n),this.state=E.DATA;break}case p.EOF:{this._err(R.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 p.APOSTROPHE:{this.state=E.AFTER_DOCTYPE_PUBLIC_IDENTIFIER;break}case p.NULL:{this._err(R.unexpectedNullCharacter),n.publicId+=Ne;break}case p.GREATER_THAN_SIGN:{this._err(R.abruptDoctypePublicIdentifier),n.forceQuirks=!0,this.emitCurrentDoctype(n),this.state=E.DATA;break}case p.EOF:{this._err(R.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 p.SPACE:case p.LINE_FEED:case p.TABULATION:case p.FORM_FEED:{this.state=E.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS;break}case p.GREATER_THAN_SIGN:{this.state=E.DATA,this.emitCurrentDoctype(n);break}case p.QUOTATION_MARK:{this._err(R.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers),n.systemId="",this.state=E.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break}case p.APOSTROPHE:{this._err(R.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers),n.systemId="",this.state=E.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break}case p.EOF:{this._err(R.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(R.missingQuoteBeforeDoctypeSystemIdentifier),n.forceQuirks=!0,this.state=E.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateBetweenDoctypePublicAndSystemIdentifiers(t){const n=this.currentToken;switch(t){case p.SPACE:case p.LINE_FEED:case p.TABULATION:case p.FORM_FEED:break;case p.GREATER_THAN_SIGN:{this.emitCurrentDoctype(n),this.state=E.DATA;break}case p.QUOTATION_MARK:{n.systemId="",this.state=E.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break}case p.APOSTROPHE:{n.systemId="",this.state=E.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break}case p.EOF:{this._err(R.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(R.missingQuoteBeforeDoctypeSystemIdentifier),n.forceQuirks=!0,this.state=E.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateAfterDoctypeSystemKeyword(t){const n=this.currentToken;switch(t){case p.SPACE:case p.LINE_FEED:case p.TABULATION:case p.FORM_FEED:{this.state=E.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER;break}case p.QUOTATION_MARK:{this._err(R.missingWhitespaceAfterDoctypeSystemKeyword),n.systemId="",this.state=E.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break}case p.APOSTROPHE:{this._err(R.missingWhitespaceAfterDoctypeSystemKeyword),n.systemId="",this.state=E.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break}case p.GREATER_THAN_SIGN:{this._err(R.missingDoctypeSystemIdentifier),n.forceQuirks=!0,this.state=E.DATA,this.emitCurrentDoctype(n);break}case p.EOF:{this._err(R.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(R.missingQuoteBeforeDoctypeSystemIdentifier),n.forceQuirks=!0,this.state=E.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateBeforeDoctypeSystemIdentifier(t){const n=this.currentToken;switch(t){case p.SPACE:case p.LINE_FEED:case p.TABULATION:case p.FORM_FEED:break;case p.QUOTATION_MARK:{n.systemId="",this.state=E.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break}case p.APOSTROPHE:{n.systemId="",this.state=E.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break}case p.GREATER_THAN_SIGN:{this._err(R.missingDoctypeSystemIdentifier),n.forceQuirks=!0,this.state=E.DATA,this.emitCurrentDoctype(n);break}case p.EOF:{this._err(R.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(R.missingQuoteBeforeDoctypeSystemIdentifier),n.forceQuirks=!0,this.state=E.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateDoctypeSystemIdentifierDoubleQuoted(t){const n=this.currentToken;switch(t){case p.QUOTATION_MARK:{this.state=E.AFTER_DOCTYPE_SYSTEM_IDENTIFIER;break}case p.NULL:{this._err(R.unexpectedNullCharacter),n.systemId+=Ne;break}case p.GREATER_THAN_SIGN:{this._err(R.abruptDoctypeSystemIdentifier),n.forceQuirks=!0,this.emitCurrentDoctype(n),this.state=E.DATA;break}case p.EOF:{this._err(R.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 p.APOSTROPHE:{this.state=E.AFTER_DOCTYPE_SYSTEM_IDENTIFIER;break}case p.NULL:{this._err(R.unexpectedNullCharacter),n.systemId+=Ne;break}case p.GREATER_THAN_SIGN:{this._err(R.abruptDoctypeSystemIdentifier),n.forceQuirks=!0,this.emitCurrentDoctype(n),this.state=E.DATA;break}case p.EOF:{this._err(R.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 p.SPACE:case p.LINE_FEED:case p.TABULATION:case p.FORM_FEED:break;case p.GREATER_THAN_SIGN:{this.emitCurrentDoctype(n),this.state=E.DATA;break}case p.EOF:{this._err(R.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(R.unexpectedCharacterAfterDoctypeSystemIdentifier),this.state=E.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateBogusDoctype(t){const n=this.currentToken;switch(t){case p.GREATER_THAN_SIGN:{this.emitCurrentDoctype(n),this.state=E.DATA;break}case p.NULL:{this._err(R.unexpectedNullCharacter);break}case p.EOF:{this.emitCurrentDoctype(n),this._emitEOFToken();break}}}_stateCdataSection(t){switch(t){case p.RIGHT_SQUARE_BRACKET:{this.state=E.CDATA_SECTION_BRACKET;break}case p.EOF:{this._err(R.eofInCdata),this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateCdataSectionBracket(t){t===p.RIGHT_SQUARE_BRACKET?this.state=E.CDATA_SECTION_END:(this._emitChars("]"),this.state=E.CDATA_SECTION,this._stateCdataSection(t))}_stateCdataSectionEnd(t){switch(t){case p.GREATER_THAN_SIGN:{this.state=E.DATA;break}case p.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(p.AMPERSAND),this.state=!this._isCharacterReferenceInAttribute()&&Vs(this.preprocessor.peek(1))?E.AMBIGUOUS_AMPERSAND:this.returnState):this.state=this.returnState}_stateAmbiguousAmpersand(t){Vs(t)?this._flushCodePointConsumedAsCharacterReference(t):(t===p.SEMICOLON&&this._err(R.unknownNamedCharacterReference),this.state=this.returnState,this._callState(t))}}const hl=new Set([l.DD,l.DT,l.LI,l.OPTGROUP,l.OPTION,l.P,l.RB,l.RP,l.RT,l.RTC]),Ws=new Set([...hl,l.CAPTION,l.COLGROUP,l.TBODY,l.TD,l.TFOOT,l.TH,l.THEAD,l.TR]),br=new Set([l.APPLET,l.CAPTION,l.HTML,l.MARQUEE,l.OBJECT,l.TABLE,l.TD,l.TEMPLATE,l.TH]),_g=new Set([...br,l.OL,l.UL]),Cg=new Set([...br,l.BUTTON]),Xs=new Set([l.ANNOTATION_XML,l.MI,l.MN,l.MO,l.MS,l.MTEXT]),Qs=new Set([l.DESC,l.FOREIGN_OBJECT,l.TITLE]),Sg=new Set([l.TR,l.TEMPLATE,l.HTML]),wg=new Set([l.TBODY,l.TFOOT,l.THEAD,l.TEMPLATE,l.HTML]),vg=new Set([l.TABLE,l.TEMPLATE,l.HTML]),Ig=new Set([l.TD,l.TH]);class Ng{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=l.UNKNOWN,this.current=t}_indexOf(t){return this.items.lastIndexOf(t,this.stackTop)}_isInTemplate(){return this.currentTagId===l.TEMPLATE&&this.treeAdapter.getNamespaceURI(this.current)===M.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 i=this._indexOf(t)+1;this.items.splice(i,0,n),this.tagIDs.splice(i,0,r),this.stackTop++,i===this.stackTop&&this._updateCurrentElement(),this.handler.onItemPush(this.current,this.currentTagId,i===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])!==M.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(Wi,M.HTML)}popUntilTableCellPopped(){this.popUntilPopped(Ig,M.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(vg,M.HTML)}clearBackToTableBodyContext(){this.clearBackTo(wg,M.HTML)}clearBackToTableRowContext(){this.clearBackTo(Sg,M.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]===l.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]===l.HTML}hasInDynamicScope(t,n){for(let r=this.stackTop;r>=0;r--){const i=this.tagIDs[r];switch(this.treeAdapter.getNamespaceURI(this.items[r])){case M.HTML:{if(i===t)return!0;if(n.has(i))return!1;break}case M.SVG:{if(Qs.has(i))return!1;break}case M.MATHML:{if(Xs.has(i))return!1;break}}}return!0}hasInScope(t){return this.hasInDynamicScope(t,br)}hasInListItemScope(t){return this.hasInDynamicScope(t,_g)}hasInButtonScope(t){return this.hasInDynamicScope(t,Cg)}hasNumberedHeaderInScope(){for(let t=this.stackTop;t>=0;t--){const n=this.tagIDs[t];switch(this.treeAdapter.getNamespaceURI(this.items[t])){case M.HTML:{if(Wi.has(n))return!0;if(br.has(n))return!1;break}case M.SVG:{if(Qs.has(n))return!1;break}case M.MATHML:{if(Xs.has(n))return!1;break}}}return!0}hasInTableScope(t){for(let n=this.stackTop;n>=0;n--)if(this.treeAdapter.getNamespaceURI(this.items[n])===M.HTML)switch(this.tagIDs[n]){case t:return!0;case l.TABLE:case l.HTML:return!1}return!0}hasTableBodyContextInTableScope(){for(let t=this.stackTop;t>=0;t--)if(this.treeAdapter.getNamespaceURI(this.items[t])===M.HTML)switch(this.tagIDs[t]){case l.TBODY:case l.THEAD:case l.TFOOT:return!0;case l.TABLE:case l.HTML:return!1}return!0}hasInSelectScope(t){for(let n=this.stackTop;n>=0;n--)if(this.treeAdapter.getNamespaceURI(this.items[n])===M.HTML)switch(this.tagIDs[n]){case t:return!0;case l.OPTION:case l.OPTGROUP:break;default:return!1}return!0}generateImpliedEndTags(){for(;hl.has(this.currentTagId);)this.pop()}generateImpliedEndTagsThoroughly(){for(;Ws.has(this.currentTagId);)this.pop()}generateImpliedEndTagsWithExclusion(t){for(;this.currentTagId!==t&&Ws.has(this.currentTagId);)this.pop()}}const di=3;var pt;(function(e){e[e.Marker=0]="Marker",e[e.Element=1]="Element"})(pt||(pt={}));const Ks={type:pt.Marker};class kg{constructor(t){this.treeAdapter=t,this.entries=[],this.bookmark=null}_getNoahArkConditionCandidates(t,n){const r=[],i=n.length,a=this.treeAdapter.getTagName(t),s=this.treeAdapter.getNamespaceURI(t);for(let o=0;o<this.entries.length;o++){const u=this.entries[o];if(u.type===pt.Marker)break;const{element:c}=u;if(this.treeAdapter.getTagName(c)===a&&this.treeAdapter.getNamespaceURI(c)===s){const d=this.treeAdapter.getAttrList(c);d.length===i&&r.push({idx:o,attrs:d})}}return r}_ensureNoahArkCondition(t){if(this.entries.length<di)return;const n=this.treeAdapter.getAttrList(t),r=this._getNoahArkConditionCandidates(t,n);if(r.length<di)return;const i=new Map(n.map(s=>[s.name,s.value]));let a=0;for(let s=0;s<r.length;s++){const o=r[s];o.attrs.every(u=>i.get(u.name)===u.value)&&(a+=1,a>=di&&this.entries.splice(o.idx,1))}}insertMarker(){this.entries.unshift(Ks)}pushElement(t,n){this._ensureNoahArkCondition(t),this.entries.unshift({type:pt.Element,element:t,token:n})}insertElementAfterBookmark(t,n){const r=this.entries.indexOf(this.bookmark);this.entries.splice(r,0,{type:pt.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(Ks);t>=0?this.entries.splice(0,t+1):this.entries.length=0}getElementEntryInScopeWithTagName(t){const n=this.entries.find(r=>r.type===pt.Marker||this.treeAdapter.getTagName(r.element)===t);return n&&n.type===pt.Element?n:null}getElementEntry(t){return this.entries.find(n=>n.type===pt.Element&&n.element===t)}}const vt={createDocument(){return{nodeName:"#document",mode:tt.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 i=e.childNodes.find(a=>a.nodeName==="#documentType");if(i)i.name=t,i.publicId=n,i.systemId=r;else{const a={nodeName:"#documentType",name:t,publicId:n,systemId:r,parentNode:null};vt.appendChild(e,a)}},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(vt.isTextNode(n)){n.value+=t;return}}vt.appendChild(e,vt.createTextNode(t))},insertTextBefore(e,t,n){const r=e.childNodes[e.childNodes.indexOf(n)-1];r&&vt.isTextNode(r)?r.value+=t:vt.insertBefore(e,vt.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}}},ml="html",Og="about:legacy-compat",Lg="http://www.ibm.com/data/dtd/v11/ibmxhtml1-transitional.dtd",pl=["+//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//"],Rg=[...pl,"-//w3c//dtd html 4.01 frameset//","-//w3c//dtd html 4.01 transitional//"],Dg=new Set(["-//w3o//dtd w3 html strict 3.0//en//","-/w3c/dtd html 4.0 transitional/en","html"]),gl=["-//w3c//dtd xhtml 1.0 frameset//","-//w3c//dtd xhtml 1.0 transitional//"],Pg=[...gl,"-//w3c//dtd html 4.01 frameset//","-//w3c//dtd html 4.01 transitional//"];function Js(e,t){return t.some(n=>e.startsWith(n))}function Mg(e){return e.name===ml&&e.publicId===null&&(e.systemId===null||e.systemId===Og)}function Bg(e){if(e.name!==ml)return tt.QUIRKS;const{systemId:t}=e;if(t&&t.toLowerCase()===Lg)return tt.QUIRKS;let{publicId:n}=e;if(n!==null){if(n=n.toLowerCase(),Dg.has(n))return tt.QUIRKS;let r=t===null?Rg:pl;if(Js(n,r))return tt.QUIRKS;if(r=t===null?gl:Pg,Js(n,r))return tt.LIMITED_QUIRKS}return tt.NO_QUIRKS}const Zs={TEXT_HTML:"text/html",APPLICATION_XML:"application/xhtml+xml"},Fg="definitionurl",Hg="definitionURL",Ug=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])),jg=new Map([["xlink:actuate",{prefix:"xlink",name:"actuate",namespace:M.XLINK}],["xlink:arcrole",{prefix:"xlink",name:"arcrole",namespace:M.XLINK}],["xlink:href",{prefix:"xlink",name:"href",namespace:M.XLINK}],["xlink:role",{prefix:"xlink",name:"role",namespace:M.XLINK}],["xlink:show",{prefix:"xlink",name:"show",namespace:M.XLINK}],["xlink:title",{prefix:"xlink",name:"title",namespace:M.XLINK}],["xlink:type",{prefix:"xlink",name:"type",namespace:M.XLINK}],["xml:lang",{prefix:"xml",name:"lang",namespace:M.XML}],["xml:space",{prefix:"xml",name:"space",namespace:M.XML}],["xmlns",{prefix:"",name:"xmlns",namespace:M.XMLNS}],["xmlns:xlink",{prefix:"xmlns",name:"xlink",namespace:M.XMLNS}]]),zg=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])),$g=new Set([l.B,l.BIG,l.BLOCKQUOTE,l.BODY,l.BR,l.CENTER,l.CODE,l.DD,l.DIV,l.DL,l.DT,l.EM,l.EMBED,l.H1,l.H2,l.H3,l.H4,l.H5,l.H6,l.HEAD,l.HR,l.I,l.IMG,l.LI,l.LISTING,l.MENU,l.META,l.NOBR,l.OL,l.P,l.PRE,l.RUBY,l.S,l.SMALL,l.SPAN,l.STRONG,l.STRIKE,l.SUB,l.SUP,l.TABLE,l.TT,l.U,l.UL,l.VAR]);function Yg(e){const t=e.tagID;return t===l.FONT&&e.attrs.some(({name:r})=>r===$t.COLOR||r===$t.SIZE||r===$t.FACE)||$g.has(t)}function bl(e){for(let t=0;t<e.attrs.length;t++)if(e.attrs[t].name===Fg){e.attrs[t].name=Hg;break}}function El(e){for(let t=0;t<e.attrs.length;t++){const n=Ug.get(e.attrs[t].name);n!=null&&(e.attrs[t].name=n)}}function Sa(e){for(let t=0;t<e.attrs.length;t++){const n=jg.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 Gg(e){const t=zg.get(e.tagName);t!=null&&(e.tagName=t,e.tagID=Tn(e.tagName))}function Vg(e,t){return t===M.MATHML&&(e===l.MI||e===l.MO||e===l.MN||e===l.MS||e===l.MTEXT)}function qg(e,t,n){if(t===M.MATHML&&e===l.ANNOTATION_XML){for(let r=0;r<n.length;r++)if(n[r].name===$t.ENCODING){const i=n[r].value.toLowerCase();return i===Zs.TEXT_HTML||i===Zs.APPLICATION_XML}}return t===M.SVG&&(e===l.FOREIGN_OBJECT||e===l.DESC||e===l.TITLE)}function Wg(e,t,n,r){return(!r||r===M.HTML)&&qg(e,t,n)||(!r||r===M.MATHML)&&Vg(e,t)}const Xg="hidden",Qg=8,Kg=3;var x;(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"})(x||(x={}));const Jg={startLine:-1,startCol:-1,startOffset:-1,endLine:-1,endCol:-1,endOffset:-1},Tl=new Set([l.TABLE,l.TBODY,l.TFOOT,l.THEAD,l.TR]),eo={scriptingEnabled:!0,sourceCodeLocationInfo:!1,treeAdapter:vt,onParseError:null};class to{constructor(t,n,r=null,i=null){this.fragmentContext=r,this.scriptHandler=i,this.currentToken=null,this.stopped=!1,this.insertionMode=x.INITIAL,this.originalInsertionMode=x.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={...eo,...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 Ag(this.options,this),this.activeFormattingElements=new kg(this.treeAdapter),this.fragmentContextID=r?Tn(this.treeAdapter.getTagName(r)):l.UNKNOWN,this._setContextModes(r??this.document,this.fragmentContextID),this.openElements=new Ng(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={...eo,...n};t??(t=r.treeAdapter.createElement(O.TEMPLATE,M.HTML,[]));const i=r.treeAdapter.createElement("documentmock",M.HTML,[]),a=new this(r,i,t);return a.fragmentContextID===l.TEMPLATE&&a.tmplInsertionModeStack.unshift(x.IN_TEMPLATE),a._initTokenizerForFragmentParsing(),a._insertFakeRootElement(),a._resetInsertionMode(),a._findFormInFragmentContext(),a}getFragment(){const t=this.treeAdapter.getFirstChild(this.document),n=this.treeAdapter.createDocumentFragment();return this._adoptNodes(t,n),n}_err(t,n,r){var i;if(!this.onParseError)return;const a=(i=t.location)!==null&&i!==void 0?i:Jg,s={code:n,startLine:a.startLine,startCol:a.startCol,startOffset:a.startOffset,endLine:r?a.startLine:a.endLine,endCol:r?a.startCol:a.endCol,endOffset:r?a.startOffset:a.endOffset};this.onParseError(s)}onItemPush(t,n,r){var i,a;(a=(i=this.treeAdapter).onItemPush)===null||a===void 0||a.call(i,t),r&&this.openElements.stackTop>0&&this._setContextModes(t,n)}onItemPop(t,n){var r,i;if(this.options.sourceCodeLocationInfo&&this._setEndLocation(t,this.currentToken),(i=(r=this.treeAdapter).onItemPop)===null||i===void 0||i.call(r,t,this.openElements.current),n){let a,s;this.openElements.stackTop===0&&this.fragmentContext?(a=this.fragmentContext,s=this.fragmentContextID):{current:a,currentTagId:s}=this.openElements,this._setContextModes(a,s)}}_setContextModes(t,n){const r=t===this.document||this.treeAdapter.getNamespaceURI(t)===M.HTML;this.currentNotInHTML=!r,this.tokenizer.inForeignNode=!r&&!this._isIntegrationPoint(n,t)}_switchToTextParsing(t,n){this._insertElement(t,M.HTML),this.tokenizer.state=n,this.originalInsertionMode=this.insertionMode,this.insertionMode=x.TEXT}switchToPlaintextParsing(){this.insertionMode=x.TEXT,this.originalInsertionMode=x.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)===O.FORM){this.formElement=t;break}t=this.treeAdapter.getParentNode(t)}}_initTokenizerForFragmentParsing(){if(!(!this.fragmentContext||this.treeAdapter.getNamespaceURI(this.fragmentContext)!==M.HTML))switch(this.fragmentContextID){case l.TITLE:case l.TEXTAREA:{this.tokenizer.state=Le.RCDATA;break}case l.STYLE:case l.XMP:case l.IFRAME:case l.NOEMBED:case l.NOFRAMES:case l.NOSCRIPT:{this.tokenizer.state=Le.RAWTEXT;break}case l.SCRIPT:{this.tokenizer.state=Le.SCRIPT_DATA;break}case l.PLAINTEXT:{this.tokenizer.state=Le.PLAINTEXT;break}}}_setDocumentType(t){const n=t.name||"",r=t.publicId||"",i=t.systemId||"";if(this.treeAdapter.setDocumentType(this.document,n,r,i),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,M.HTML,[]);this._attachElementToTree(r,null),this.openElements.push(r,n)}_insertTemplate(t){const n=this.treeAdapter.createElement(t.tagName,M.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(O.HTML,M.HTML,[]);this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(t,null),this.treeAdapter.appendChild(this.openElements.current,t),this.openElements.push(t,l.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 i=this.treeAdapter.getChildNodes(n),a=r?i.lastIndexOf(r):i.length,s=i[a-1];if(this.treeAdapter.getNodeSourceCodeLocation(s)){const{endLine:u,endCol:c,endOffset:d}=t.location;this.treeAdapter.updateNodeSourceCodeLocation(s,{endLine:u,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,i=this.treeAdapter.getTagName(t),a=n.type===de.END_TAG&&i===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,a)}}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===l.SVG&&this.treeAdapter.getTagName(n)===O.ANNOTATION_XML&&this.treeAdapter.getNamespaceURI(n)===M.MATHML?!1:this.tokenizer.inForeignNode||(t.tagID===l.MGLYPH||t.tagID===l.MALIGNMARK)&&!this._isIntegrationPoint(r,n,M.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 i=this.treeAdapter.getNamespaceURI(n),a=this.treeAdapter.getAttrList(n);return Wg(t,i,a,r)}_reconstructActiveFormattingElements(){const t=this.activeFormattingElements.entries.length;if(t){const n=this.activeFormattingElements.entries.findIndex(i=>i.type===pt.Marker||this.openElements.contains(i.element)),r=n<0?t-1:n-1;for(let i=r;i>=0;i--){const a=this.activeFormattingElements.entries[i];this._insertElement(a.token,this.treeAdapter.getNamespaceURI(a.element)),a.element=this.openElements.current}}}_closeTableCell(){this.openElements.generateImpliedEndTags(),this.openElements.popUntilTableCellPopped(),this.activeFormattingElements.clearToLastMarker(),this.insertionMode=x.IN_ROW}_closePElement(){this.openElements.generateImpliedEndTagsWithExclusion(l.P),this.openElements.popUntilTagNamePopped(l.P)}_resetInsertionMode(){for(let t=this.openElements.stackTop;t>=0;t--)switch(t===0&&this.fragmentContext?this.fragmentContextID:this.openElements.tagIDs[t]){case l.TR:{this.insertionMode=x.IN_ROW;return}case l.TBODY:case l.THEAD:case l.TFOOT:{this.insertionMode=x.IN_TABLE_BODY;return}case l.CAPTION:{this.insertionMode=x.IN_CAPTION;return}case l.COLGROUP:{this.insertionMode=x.IN_COLUMN_GROUP;return}case l.TABLE:{this.insertionMode=x.IN_TABLE;return}case l.BODY:{this.insertionMode=x.IN_BODY;return}case l.FRAMESET:{this.insertionMode=x.IN_FRAMESET;return}case l.SELECT:{this._resetInsertionModeForSelect(t);return}case l.TEMPLATE:{this.insertionMode=this.tmplInsertionModeStack[0];return}case l.HTML:{this.insertionMode=this.headElement?x.AFTER_HEAD:x.BEFORE_HEAD;return}case l.TD:case l.TH:{if(t>0){this.insertionMode=x.IN_CELL;return}break}case l.HEAD:{if(t>0){this.insertionMode=x.IN_HEAD;return}break}}this.insertionMode=x.IN_BODY}_resetInsertionModeForSelect(t){if(t>0)for(let n=t-1;n>0;n--){const r=this.openElements.tagIDs[n];if(r===l.TEMPLATE)break;if(r===l.TABLE){this.insertionMode=x.IN_SELECT_IN_TABLE;return}}this.insertionMode=x.IN_SELECT}_isElementCausesFosterParenting(t){return Tl.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 l.TEMPLATE:{if(this.treeAdapter.getNamespaceURI(n)===M.HTML)return{parent:this.treeAdapter.getTemplateContent(n),beforeElement:null};break}case l.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 Eg[r].has(n)}onCharacter(t){if(this.skipNextNewLine=!1,this.tokenizer.inForeignNode){Ib(this,t);return}switch(this.insertionMode){case x.INITIAL:{_n(this,t);break}case x.BEFORE_HTML:{On(this,t);break}case x.BEFORE_HEAD:{Ln(this,t);break}case x.IN_HEAD:{Rn(this,t);break}case x.IN_HEAD_NO_SCRIPT:{Dn(this,t);break}case x.AFTER_HEAD:{Pn(this,t);break}case x.IN_BODY:case x.IN_CAPTION:case x.IN_CELL:case x.IN_TEMPLATE:{yl(this,t);break}case x.TEXT:case x.IN_SELECT:case x.IN_SELECT_IN_TABLE:{this._insertCharacters(t);break}case x.IN_TABLE:case x.IN_TABLE_BODY:case x.IN_ROW:{fi(this,t);break}case x.IN_TABLE_TEXT:{vl(this,t);break}case x.IN_COLUMN_GROUP:{Er(this,t);break}case x.AFTER_BODY:{Tr(this,t);break}case x.AFTER_AFTER_BODY:{fr(this,t);break}}}onNullCharacter(t){if(this.skipNextNewLine=!1,this.tokenizer.inForeignNode){vb(this,t);return}switch(this.insertionMode){case x.INITIAL:{_n(this,t);break}case x.BEFORE_HTML:{On(this,t);break}case x.BEFORE_HEAD:{Ln(this,t);break}case x.IN_HEAD:{Rn(this,t);break}case x.IN_HEAD_NO_SCRIPT:{Dn(this,t);break}case x.AFTER_HEAD:{Pn(this,t);break}case x.TEXT:{this._insertCharacters(t);break}case x.IN_TABLE:case x.IN_TABLE_BODY:case x.IN_ROW:{fi(this,t);break}case x.IN_COLUMN_GROUP:{Er(this,t);break}case x.AFTER_BODY:{Tr(this,t);break}case x.AFTER_AFTER_BODY:{fr(this,t);break}}}onComment(t){if(this.skipNextNewLine=!1,this.currentNotInHTML){Xi(this,t);return}switch(this.insertionMode){case x.INITIAL:case x.BEFORE_HTML:case x.BEFORE_HEAD:case x.IN_HEAD:case x.IN_HEAD_NO_SCRIPT:case x.AFTER_HEAD:case x.IN_BODY:case x.IN_TABLE:case x.IN_CAPTION:case x.IN_COLUMN_GROUP:case x.IN_TABLE_BODY:case x.IN_ROW:case x.IN_CELL:case x.IN_SELECT:case x.IN_SELECT_IN_TABLE:case x.IN_TEMPLATE:case x.IN_FRAMESET:case x.AFTER_FRAMESET:{Xi(this,t);break}case x.IN_TABLE_TEXT:{Cn(this,t);break}case x.AFTER_BODY:{a1(this,t);break}case x.AFTER_AFTER_BODY:case x.AFTER_AFTER_FRAMESET:{s1(this,t);break}}}onDoctype(t){switch(this.skipNextNewLine=!1,this.insertionMode){case x.INITIAL:{o1(this,t);break}case x.BEFORE_HEAD:case x.IN_HEAD:case x.IN_HEAD_NO_SCRIPT:case x.AFTER_HEAD:{this._err(t,R.misplacedDoctype);break}case x.IN_TABLE_TEXT:{Cn(this,t);break}}}onStartTag(t){this.skipNextNewLine=!1,this.currentToken=t,this._processStartTag(t),t.selfClosing&&!t.ackSelfClosing&&this._err(t,R.nonVoidHtmlElementStartTagWithTrailingSolidus)}_processStartTag(t){this.shouldProcessStartTagTokenInForeignContent(t)?Nb(this,t):this._startTagOutsideForeignContent(t)}_startTagOutsideForeignContent(t){switch(this.insertionMode){case x.INITIAL:{_n(this,t);break}case x.BEFORE_HTML:{u1(this,t);break}case x.BEFORE_HEAD:{c1(this,t);break}case x.IN_HEAD:{lt(this,t);break}case x.IN_HEAD_NO_SCRIPT:{h1(this,t);break}case x.AFTER_HEAD:{p1(this,t);break}case x.IN_BODY:{$e(this,t);break}case x.IN_TABLE:{mn(this,t);break}case x.IN_TABLE_TEXT:{Cn(this,t);break}case x.IN_CAPTION:{db(this,t);break}case x.IN_COLUMN_GROUP:{Ia(this,t);break}case x.IN_TABLE_BODY:{Ur(this,t);break}case x.IN_ROW:{jr(this,t);break}case x.IN_CELL:{mb(this,t);break}case x.IN_SELECT:{kl(this,t);break}case x.IN_SELECT_IN_TABLE:{gb(this,t);break}case x.IN_TEMPLATE:{Eb(this,t);break}case x.AFTER_BODY:{xb(this,t);break}case x.IN_FRAMESET:{yb(this,t);break}case x.AFTER_FRAMESET:{_b(this,t);break}case x.AFTER_AFTER_BODY:{Sb(this,t);break}case x.AFTER_AFTER_FRAMESET:{wb(this,t);break}}}onEndTag(t){this.skipNextNewLine=!1,this.currentToken=t,this.currentNotInHTML?kb(this,t):this._endTagOutsideForeignContent(t)}_endTagOutsideForeignContent(t){switch(this.insertionMode){case x.INITIAL:{_n(this,t);break}case x.BEFORE_HTML:{l1(this,t);break}case x.BEFORE_HEAD:{d1(this,t);break}case x.IN_HEAD:{f1(this,t);break}case x.IN_HEAD_NO_SCRIPT:{m1(this,t);break}case x.AFTER_HEAD:{g1(this,t);break}case x.IN_BODY:{Hr(this,t);break}case x.TEXT:{tb(this,t);break}case x.IN_TABLE:{Hn(this,t);break}case x.IN_TABLE_TEXT:{Cn(this,t);break}case x.IN_CAPTION:{fb(this,t);break}case x.IN_COLUMN_GROUP:{hb(this,t);break}case x.IN_TABLE_BODY:{Qi(this,t);break}case x.IN_ROW:{Nl(this,t);break}case x.IN_CELL:{pb(this,t);break}case x.IN_SELECT:{Ol(this,t);break}case x.IN_SELECT_IN_TABLE:{bb(this,t);break}case x.IN_TEMPLATE:{Tb(this,t);break}case x.AFTER_BODY:{Rl(this,t);break}case x.IN_FRAMESET:{Ab(this,t);break}case x.AFTER_FRAMESET:{Cb(this,t);break}case x.AFTER_AFTER_BODY:{fr(this,t);break}}}onEof(t){switch(this.insertionMode){case x.INITIAL:{_n(this,t);break}case x.BEFORE_HTML:{On(this,t);break}case x.BEFORE_HEAD:{Ln(this,t);break}case x.IN_HEAD:{Rn(this,t);break}case x.IN_HEAD_NO_SCRIPT:{Dn(this,t);break}case x.AFTER_HEAD:{Pn(this,t);break}case x.IN_BODY:case x.IN_TABLE:case x.IN_CAPTION:case x.IN_COLUMN_GROUP:case x.IN_TABLE_BODY:case x.IN_ROW:case x.IN_CELL:case x.IN_SELECT:case x.IN_SELECT_IN_TABLE:{Sl(this,t);break}case x.TEXT:{nb(this,t);break}case x.IN_TABLE_TEXT:{Cn(this,t);break}case x.IN_TEMPLATE:{Ll(this,t);break}case x.AFTER_BODY:case x.IN_FRAMESET:case x.AFTER_FRAMESET:case x.AFTER_AFTER_BODY:case x.AFTER_AFTER_FRAMESET:{va(this,t);break}}}onWhitespaceCharacter(t){if(this.skipNextNewLine&&(this.skipNextNewLine=!1,t.chars.charCodeAt(0)===p.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 x.IN_HEAD:case x.IN_HEAD_NO_SCRIPT:case x.AFTER_HEAD:case x.TEXT:case x.IN_COLUMN_GROUP:case x.IN_SELECT:case x.IN_SELECT_IN_TABLE:case x.IN_FRAMESET:case x.AFTER_FRAMESET:{this._insertCharacters(t);break}case x.IN_BODY:case x.IN_CAPTION:case x.IN_CELL:case x.IN_TEMPLATE:case x.AFTER_BODY:case x.AFTER_AFTER_BODY:case x.AFTER_AFTER_FRAMESET:{xl(this,t);break}case x.IN_TABLE:case x.IN_TABLE_BODY:case x.IN_ROW:{fi(this,t);break}case x.IN_TABLE_TEXT:{wl(this,t);break}}}}function Zg(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):Cl(e,t),n}function e1(e,t){let n=null,r=e.openElements.stackTop;for(;r>=0;r--){const i=e.openElements.items[r];if(i===t.element)break;e._isSpecialElement(i,e.openElements.tagIDs[r])&&(n=i)}return n||(e.openElements.shortenToLength(r<0?0:r),e.activeFormattingElements.removeEntry(t)),n}function t1(e,t,n){let r=t,i=e.openElements.getCommonAncestor(t);for(let a=0,s=i;s!==n;a++,s=i){i=e.openElements.getCommonAncestor(s);const o=e.activeFormattingElements.getElementEntry(s),u=o&&a>=Kg;!o||u?(u&&e.activeFormattingElements.removeEntry(o),e.openElements.remove(s)):(s=n1(e,o),r===t&&(e.activeFormattingElements.bookmark=o),e.treeAdapter.detachNode(r),e.treeAdapter.appendChild(s,r),r=s)}return r}function n1(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 r1(e,t,n){const r=e.treeAdapter.getTagName(t),i=Tn(r);if(e._isElementCausesFosterParenting(i))e._fosterParentElement(n);else{const a=e.treeAdapter.getNamespaceURI(t);i===l.TEMPLATE&&a===M.HTML&&(t=e.treeAdapter.getTemplateContent(t)),e.treeAdapter.appendChild(t,n)}}function i1(e,t,n){const r=e.treeAdapter.getNamespaceURI(n.element),{token:i}=n,a=e.treeAdapter.createElement(i.tagName,r,i.attrs);e._adoptNodes(t,a),e.treeAdapter.appendChild(t,a),e.activeFormattingElements.insertElementAfterBookmark(a,i),e.activeFormattingElements.removeEntry(n),e.openElements.remove(n.element),e.openElements.insertAfter(t,a,i.tagID)}function wa(e,t){for(let n=0;n<Qg;n++){const r=Zg(e,t);if(!r)break;const i=e1(e,r);if(!i)break;e.activeFormattingElements.bookmark=r;const a=t1(e,i,r.element),s=e.openElements.getCommonAncestor(r.element);e.treeAdapter.detachNode(a),s&&r1(e,s,a),i1(e,i,r)}}function Xi(e,t){e._appendCommentNode(t,e.openElements.currentTmplContentOrNode)}function a1(e,t){e._appendCommentNode(t,e.openElements.items[0])}function s1(e,t){e._appendCommentNode(t,e.document)}function va(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],i=e.treeAdapter.getNodeSourceCodeLocation(r);if(i&&!i.endTag&&(e._setEndLocation(r,t),e.openElements.stackTop>=1)){const a=e.openElements.items[1],s=e.treeAdapter.getNodeSourceCodeLocation(a);s&&!s.endTag&&e._setEndLocation(a,t)}}}}function o1(e,t){e._setDocumentType(t);const n=t.forceQuirks?tt.QUIRKS:Bg(t);Mg(t)||e._err(t,R.nonConformingDoctype),e.treeAdapter.setDocumentMode(e.document,n),e.insertionMode=x.BEFORE_HTML}function _n(e,t){e._err(t,R.missingDoctype,!0),e.treeAdapter.setDocumentMode(e.document,tt.QUIRKS),e.insertionMode=x.BEFORE_HTML,e._processToken(t)}function u1(e,t){t.tagID===l.HTML?(e._insertElement(t,M.HTML),e.insertionMode=x.BEFORE_HEAD):On(e,t)}function l1(e,t){const n=t.tagID;(n===l.HTML||n===l.HEAD||n===l.BODY||n===l.BR)&&On(e,t)}function On(e,t){e._insertFakeRootElement(),e.insertionMode=x.BEFORE_HEAD,e._processToken(t)}function c1(e,t){switch(t.tagID){case l.HTML:{$e(e,t);break}case l.HEAD:{e._insertElement(t,M.HTML),e.headElement=e.openElements.current,e.insertionMode=x.IN_HEAD;break}default:Ln(e,t)}}function d1(e,t){const n=t.tagID;n===l.HEAD||n===l.BODY||n===l.HTML||n===l.BR?Ln(e,t):e._err(t,R.endTagWithoutMatchingOpenElement)}function Ln(e,t){e._insertFakeElement(O.HEAD,l.HEAD),e.headElement=e.openElements.current,e.insertionMode=x.IN_HEAD,e._processToken(t)}function lt(e,t){switch(t.tagID){case l.HTML:{$e(e,t);break}case l.BASE:case l.BASEFONT:case l.BGSOUND:case l.LINK:case l.META:{e._appendElement(t,M.HTML),t.ackSelfClosing=!0;break}case l.TITLE:{e._switchToTextParsing(t,Le.RCDATA);break}case l.NOSCRIPT:{e.options.scriptingEnabled?e._switchToTextParsing(t,Le.RAWTEXT):(e._insertElement(t,M.HTML),e.insertionMode=x.IN_HEAD_NO_SCRIPT);break}case l.NOFRAMES:case l.STYLE:{e._switchToTextParsing(t,Le.RAWTEXT);break}case l.SCRIPT:{e._switchToTextParsing(t,Le.SCRIPT_DATA);break}case l.TEMPLATE:{e._insertTemplate(t),e.activeFormattingElements.insertMarker(),e.framesetOk=!1,e.insertionMode=x.IN_TEMPLATE,e.tmplInsertionModeStack.unshift(x.IN_TEMPLATE);break}case l.HEAD:{e._err(t,R.misplacedStartTagForHeadElement);break}default:Rn(e,t)}}function f1(e,t){switch(t.tagID){case l.HEAD:{e.openElements.pop(),e.insertionMode=x.AFTER_HEAD;break}case l.BODY:case l.BR:case l.HTML:{Rn(e,t);break}case l.TEMPLATE:{Jt(e,t);break}default:e._err(t,R.endTagWithoutMatchingOpenElement)}}function Jt(e,t){e.openElements.tmplCount>0?(e.openElements.generateImpliedEndTagsThoroughly(),e.openElements.currentTagId!==l.TEMPLATE&&e._err(t,R.closingOfElementWithOpenChildElements),e.openElements.popUntilTagNamePopped(l.TEMPLATE),e.activeFormattingElements.clearToLastMarker(),e.tmplInsertionModeStack.shift(),e._resetInsertionMode()):e._err(t,R.endTagWithoutMatchingOpenElement)}function Rn(e,t){e.openElements.pop(),e.insertionMode=x.AFTER_HEAD,e._processToken(t)}function h1(e,t){switch(t.tagID){case l.HTML:{$e(e,t);break}case l.BASEFONT:case l.BGSOUND:case l.HEAD:case l.LINK:case l.META:case l.NOFRAMES:case l.STYLE:{lt(e,t);break}case l.NOSCRIPT:{e._err(t,R.nestedNoscriptInHead);break}default:Dn(e,t)}}function m1(e,t){switch(t.tagID){case l.NOSCRIPT:{e.openElements.pop(),e.insertionMode=x.IN_HEAD;break}case l.BR:{Dn(e,t);break}default:e._err(t,R.endTagWithoutMatchingOpenElement)}}function Dn(e,t){const n=t.type===de.EOF?R.openElementsLeftAfterEof:R.disallowedContentInNoscriptInHead;e._err(t,n),e.openElements.pop(),e.insertionMode=x.IN_HEAD,e._processToken(t)}function p1(e,t){switch(t.tagID){case l.HTML:{$e(e,t);break}case l.BODY:{e._insertElement(t,M.HTML),e.framesetOk=!1,e.insertionMode=x.IN_BODY;break}case l.FRAMESET:{e._insertElement(t,M.HTML),e.insertionMode=x.IN_FRAMESET;break}case l.BASE:case l.BASEFONT:case l.BGSOUND:case l.LINK:case l.META:case l.NOFRAMES:case l.SCRIPT:case l.STYLE:case l.TEMPLATE:case l.TITLE:{e._err(t,R.abandonedHeadElementChild),e.openElements.push(e.headElement,l.HEAD),lt(e,t),e.openElements.remove(e.headElement);break}case l.HEAD:{e._err(t,R.misplacedStartTagForHeadElement);break}default:Pn(e,t)}}function g1(e,t){switch(t.tagID){case l.BODY:case l.HTML:case l.BR:{Pn(e,t);break}case l.TEMPLATE:{Jt(e,t);break}default:e._err(t,R.endTagWithoutMatchingOpenElement)}}function Pn(e,t){e._insertFakeElement(O.BODY,l.BODY),e.insertionMode=x.IN_BODY,Fr(e,t)}function Fr(e,t){switch(t.type){case de.CHARACTER:{yl(e,t);break}case de.WHITESPACE_CHARACTER:{xl(e,t);break}case de.COMMENT:{Xi(e,t);break}case de.START_TAG:{$e(e,t);break}case de.END_TAG:{Hr(e,t);break}case de.EOF:{Sl(e,t);break}}}function xl(e,t){e._reconstructActiveFormattingElements(),e._insertCharacters(t)}function yl(e,t){e._reconstructActiveFormattingElements(),e._insertCharacters(t),e.framesetOk=!1}function b1(e,t){e.openElements.tmplCount===0&&e.treeAdapter.adoptAttributes(e.openElements.items[0],t.attrs)}function E1(e,t){const n=e.openElements.tryPeekProperlyNestedBodyElement();n&&e.openElements.tmplCount===0&&(e.framesetOk=!1,e.treeAdapter.adoptAttributes(n,t.attrs))}function T1(e,t){const n=e.openElements.tryPeekProperlyNestedBodyElement();e.framesetOk&&n&&(e.treeAdapter.detachNode(n),e.openElements.popAllUpToHtmlElement(),e._insertElement(t,M.HTML),e.insertionMode=x.IN_FRAMESET)}function x1(e,t){e.openElements.hasInButtonScope(l.P)&&e._closePElement(),e._insertElement(t,M.HTML)}function y1(e,t){e.openElements.hasInButtonScope(l.P)&&e._closePElement(),Wi.has(e.openElements.currentTagId)&&e.openElements.pop(),e._insertElement(t,M.HTML)}function A1(e,t){e.openElements.hasInButtonScope(l.P)&&e._closePElement(),e._insertElement(t,M.HTML),e.skipNextNewLine=!0,e.framesetOk=!1}function _1(e,t){const n=e.openElements.tmplCount>0;(!e.formElement||n)&&(e.openElements.hasInButtonScope(l.P)&&e._closePElement(),e._insertElement(t,M.HTML),n||(e.formElement=e.openElements.current))}function C1(e,t){e.framesetOk=!1;const n=t.tagID;for(let r=e.openElements.stackTop;r>=0;r--){const i=e.openElements.tagIDs[r];if(n===l.LI&&i===l.LI||(n===l.DD||n===l.DT)&&(i===l.DD||i===l.DT)){e.openElements.generateImpliedEndTagsWithExclusion(i),e.openElements.popUntilTagNamePopped(i);break}if(i!==l.ADDRESS&&i!==l.DIV&&i!==l.P&&e._isSpecialElement(e.openElements.items[r],i))break}e.openElements.hasInButtonScope(l.P)&&e._closePElement(),e._insertElement(t,M.HTML)}function S1(e,t){e.openElements.hasInButtonScope(l.P)&&e._closePElement(),e._insertElement(t,M.HTML),e.tokenizer.state=Le.PLAINTEXT}function w1(e,t){e.openElements.hasInScope(l.BUTTON)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(l.BUTTON)),e._reconstructActiveFormattingElements(),e._insertElement(t,M.HTML),e.framesetOk=!1}function v1(e,t){const n=e.activeFormattingElements.getElementEntryInScopeWithTagName(O.A);n&&(wa(e,t),e.openElements.remove(n.element),e.activeFormattingElements.removeEntry(n)),e._reconstructActiveFormattingElements(),e._insertElement(t,M.HTML),e.activeFormattingElements.pushElement(e.openElements.current,t)}function I1(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,M.HTML),e.activeFormattingElements.pushElement(e.openElements.current,t)}function N1(e,t){e._reconstructActiveFormattingElements(),e.openElements.hasInScope(l.NOBR)&&(wa(e,t),e._reconstructActiveFormattingElements()),e._insertElement(t,M.HTML),e.activeFormattingElements.pushElement(e.openElements.current,t)}function k1(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,M.HTML),e.activeFormattingElements.insertMarker(),e.framesetOk=!1}function O1(e,t){e.treeAdapter.getDocumentMode(e.document)!==tt.QUIRKS&&e.openElements.hasInButtonScope(l.P)&&e._closePElement(),e._insertElement(t,M.HTML),e.framesetOk=!1,e.insertionMode=x.IN_TABLE}function Al(e,t){e._reconstructActiveFormattingElements(),e._appendElement(t,M.HTML),e.framesetOk=!1,t.ackSelfClosing=!0}function _l(e){const t=ul(e,$t.TYPE);return t!=null&&t.toLowerCase()===Xg}function L1(e,t){e._reconstructActiveFormattingElements(),e._appendElement(t,M.HTML),_l(t)||(e.framesetOk=!1),t.ackSelfClosing=!0}function R1(e,t){e._appendElement(t,M.HTML),t.ackSelfClosing=!0}function D1(e,t){e.openElements.hasInButtonScope(l.P)&&e._closePElement(),e._appendElement(t,M.HTML),e.framesetOk=!1,t.ackSelfClosing=!0}function P1(e,t){t.tagName=O.IMG,t.tagID=l.IMG,Al(e,t)}function M1(e,t){e._insertElement(t,M.HTML),e.skipNextNewLine=!0,e.tokenizer.state=Le.RCDATA,e.originalInsertionMode=e.insertionMode,e.framesetOk=!1,e.insertionMode=x.TEXT}function B1(e,t){e.openElements.hasInButtonScope(l.P)&&e._closePElement(),e._reconstructActiveFormattingElements(),e.framesetOk=!1,e._switchToTextParsing(t,Le.RAWTEXT)}function F1(e,t){e.framesetOk=!1,e._switchToTextParsing(t,Le.RAWTEXT)}function no(e,t){e._switchToTextParsing(t,Le.RAWTEXT)}function H1(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,M.HTML),e.framesetOk=!1,e.insertionMode=e.insertionMode===x.IN_TABLE||e.insertionMode===x.IN_CAPTION||e.insertionMode===x.IN_TABLE_BODY||e.insertionMode===x.IN_ROW||e.insertionMode===x.IN_CELL?x.IN_SELECT_IN_TABLE:x.IN_SELECT}function U1(e,t){e.openElements.currentTagId===l.OPTION&&e.openElements.pop(),e._reconstructActiveFormattingElements(),e._insertElement(t,M.HTML)}function j1(e,t){e.openElements.hasInScope(l.RUBY)&&e.openElements.generateImpliedEndTags(),e._insertElement(t,M.HTML)}function z1(e,t){e.openElements.hasInScope(l.RUBY)&&e.openElements.generateImpliedEndTagsWithExclusion(l.RTC),e._insertElement(t,M.HTML)}function $1(e,t){e._reconstructActiveFormattingElements(),bl(t),Sa(t),t.selfClosing?e._appendElement(t,M.MATHML):e._insertElement(t,M.MATHML),t.ackSelfClosing=!0}function Y1(e,t){e._reconstructActiveFormattingElements(),El(t),Sa(t),t.selfClosing?e._appendElement(t,M.SVG):e._insertElement(t,M.SVG),t.ackSelfClosing=!0}function ro(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,M.HTML)}function $e(e,t){switch(t.tagID){case l.I:case l.S:case l.B:case l.U:case l.EM:case l.TT:case l.BIG:case l.CODE:case l.FONT:case l.SMALL:case l.STRIKE:case l.STRONG:{I1(e,t);break}case l.A:{v1(e,t);break}case l.H1:case l.H2:case l.H3:case l.H4:case l.H5:case l.H6:{y1(e,t);break}case l.P:case l.DL:case l.OL:case l.UL:case l.DIV:case l.DIR:case l.NAV:case l.MAIN:case l.MENU:case l.ASIDE:case l.CENTER:case l.FIGURE:case l.FOOTER:case l.HEADER:case l.HGROUP:case l.DIALOG:case l.DETAILS:case l.ADDRESS:case l.ARTICLE:case l.SEARCH:case l.SECTION:case l.SUMMARY:case l.FIELDSET:case l.BLOCKQUOTE:case l.FIGCAPTION:{x1(e,t);break}case l.LI:case l.DD:case l.DT:{C1(e,t);break}case l.BR:case l.IMG:case l.WBR:case l.AREA:case l.EMBED:case l.KEYGEN:{Al(e,t);break}case l.HR:{D1(e,t);break}case l.RB:case l.RTC:{j1(e,t);break}case l.RT:case l.RP:{z1(e,t);break}case l.PRE:case l.LISTING:{A1(e,t);break}case l.XMP:{B1(e,t);break}case l.SVG:{Y1(e,t);break}case l.HTML:{b1(e,t);break}case l.BASE:case l.LINK:case l.META:case l.STYLE:case l.TITLE:case l.SCRIPT:case l.BGSOUND:case l.BASEFONT:case l.TEMPLATE:{lt(e,t);break}case l.BODY:{E1(e,t);break}case l.FORM:{_1(e,t);break}case l.NOBR:{N1(e,t);break}case l.MATH:{$1(e,t);break}case l.TABLE:{O1(e,t);break}case l.INPUT:{L1(e,t);break}case l.PARAM:case l.TRACK:case l.SOURCE:{R1(e,t);break}case l.IMAGE:{P1(e,t);break}case l.BUTTON:{w1(e,t);break}case l.APPLET:case l.OBJECT:case l.MARQUEE:{k1(e,t);break}case l.IFRAME:{F1(e,t);break}case l.SELECT:{H1(e,t);break}case l.OPTION:case l.OPTGROUP:{U1(e,t);break}case l.NOEMBED:case l.NOFRAMES:{no(e,t);break}case l.FRAMESET:{T1(e,t);break}case l.TEXTAREA:{M1(e,t);break}case l.NOSCRIPT:{e.options.scriptingEnabled?no(e,t):ro(e,t);break}case l.PLAINTEXT:{S1(e,t);break}case l.COL:case l.TH:case l.TD:case l.TR:case l.HEAD:case l.FRAME:case l.TBODY:case l.TFOOT:case l.THEAD:case l.CAPTION:case l.COLGROUP:break;default:ro(e,t)}}function G1(e,t){if(e.openElements.hasInScope(l.BODY)&&(e.insertionMode=x.AFTER_BODY,e.options.sourceCodeLocationInfo)){const n=e.openElements.tryPeekProperlyNestedBodyElement();n&&e._setEndLocation(n,t)}}function V1(e,t){e.openElements.hasInScope(l.BODY)&&(e.insertionMode=x.AFTER_BODY,Rl(e,t))}function q1(e,t){const n=t.tagID;e.openElements.hasInScope(n)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(n))}function W1(e){const t=e.openElements.tmplCount>0,{formElement:n}=e;t||(e.formElement=null),(n||t)&&e.openElements.hasInScope(l.FORM)&&(e.openElements.generateImpliedEndTags(),t?e.openElements.popUntilTagNamePopped(l.FORM):n&&e.openElements.remove(n))}function X1(e){e.openElements.hasInButtonScope(l.P)||e._insertFakeElement(O.P,l.P),e._closePElement()}function Q1(e){e.openElements.hasInListItemScope(l.LI)&&(e.openElements.generateImpliedEndTagsWithExclusion(l.LI),e.openElements.popUntilTagNamePopped(l.LI))}function K1(e,t){const n=t.tagID;e.openElements.hasInScope(n)&&(e.openElements.generateImpliedEndTagsWithExclusion(n),e.openElements.popUntilTagNamePopped(n))}function J1(e){e.openElements.hasNumberedHeaderInScope()&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilNumberedHeaderPopped())}function Z1(e,t){const n=t.tagID;e.openElements.hasInScope(n)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(n),e.activeFormattingElements.clearToLastMarker())}function eb(e){e._reconstructActiveFormattingElements(),e._insertFakeElement(O.BR,l.BR),e.openElements.pop(),e.framesetOk=!1}function Cl(e,t){const n=t.tagName,r=t.tagID;for(let i=e.openElements.stackTop;i>0;i--){const a=e.openElements.items[i],s=e.openElements.tagIDs[i];if(r===s&&(r!==l.UNKNOWN||e.treeAdapter.getTagName(a)===n)){e.openElements.generateImpliedEndTagsWithExclusion(r),e.openElements.stackTop>=i&&e.openElements.shortenToLength(i);break}if(e._isSpecialElement(a,s))break}}function Hr(e,t){switch(t.tagID){case l.A:case l.B:case l.I:case l.S:case l.U:case l.EM:case l.TT:case l.BIG:case l.CODE:case l.FONT:case l.NOBR:case l.SMALL:case l.STRIKE:case l.STRONG:{wa(e,t);break}case l.P:{X1(e);break}case l.DL:case l.UL:case l.OL:case l.DIR:case l.DIV:case l.NAV:case l.PRE:case l.MAIN:case l.MENU:case l.ASIDE:case l.BUTTON:case l.CENTER:case l.FIGURE:case l.FOOTER:case l.HEADER:case l.HGROUP:case l.DIALOG:case l.ADDRESS:case l.ARTICLE:case l.DETAILS:case l.SEARCH:case l.SECTION:case l.SUMMARY:case l.LISTING:case l.FIELDSET:case l.BLOCKQUOTE:case l.FIGCAPTION:{q1(e,t);break}case l.LI:{Q1(e);break}case l.DD:case l.DT:{K1(e,t);break}case l.H1:case l.H2:case l.H3:case l.H4:case l.H5:case l.H6:{J1(e);break}case l.BR:{eb(e);break}case l.BODY:{G1(e,t);break}case l.HTML:{V1(e,t);break}case l.FORM:{W1(e);break}case l.APPLET:case l.OBJECT:case l.MARQUEE:{Z1(e,t);break}case l.TEMPLATE:{Jt(e,t);break}default:Cl(e,t)}}function Sl(e,t){e.tmplInsertionModeStack.length>0?Ll(e,t):va(e,t)}function tb(e,t){var n;t.tagID===l.SCRIPT&&((n=e.scriptHandler)===null||n===void 0||n.call(e,e.openElements.current)),e.openElements.pop(),e.insertionMode=e.originalInsertionMode}function nb(e,t){e._err(t,R.eofInElementThatCanContainOnlyText),e.openElements.pop(),e.insertionMode=e.originalInsertionMode,e.onEof(t)}function fi(e,t){if(Tl.has(e.openElements.currentTagId))switch(e.pendingCharacterTokens.length=0,e.hasNonWhitespacePendingCharacterToken=!1,e.originalInsertionMode=e.insertionMode,e.insertionMode=x.IN_TABLE_TEXT,t.type){case de.CHARACTER:{vl(e,t);break}case de.WHITESPACE_CHARACTER:{wl(e,t);break}}else qn(e,t)}function rb(e,t){e.openElements.clearBackToTableContext(),e.activeFormattingElements.insertMarker(),e._insertElement(t,M.HTML),e.insertionMode=x.IN_CAPTION}function ib(e,t){e.openElements.clearBackToTableContext(),e._insertElement(t,M.HTML),e.insertionMode=x.IN_COLUMN_GROUP}function ab(e,t){e.openElements.clearBackToTableContext(),e._insertFakeElement(O.COLGROUP,l.COLGROUP),e.insertionMode=x.IN_COLUMN_GROUP,Ia(e,t)}function sb(e,t){e.openElements.clearBackToTableContext(),e._insertElement(t,M.HTML),e.insertionMode=x.IN_TABLE_BODY}function ob(e,t){e.openElements.clearBackToTableContext(),e._insertFakeElement(O.TBODY,l.TBODY),e.insertionMode=x.IN_TABLE_BODY,Ur(e,t)}function ub(e,t){e.openElements.hasInTableScope(l.TABLE)&&(e.openElements.popUntilTagNamePopped(l.TABLE),e._resetInsertionMode(),e._processStartTag(t))}function lb(e,t){_l(t)?e._appendElement(t,M.HTML):qn(e,t),t.ackSelfClosing=!0}function cb(e,t){!e.formElement&&e.openElements.tmplCount===0&&(e._insertElement(t,M.HTML),e.formElement=e.openElements.current,e.openElements.pop())}function mn(e,t){switch(t.tagID){case l.TD:case l.TH:case l.TR:{ob(e,t);break}case l.STYLE:case l.SCRIPT:case l.TEMPLATE:{lt(e,t);break}case l.COL:{ab(e,t);break}case l.FORM:{cb(e,t);break}case l.TABLE:{ub(e,t);break}case l.TBODY:case l.TFOOT:case l.THEAD:{sb(e,t);break}case l.INPUT:{lb(e,t);break}case l.CAPTION:{rb(e,t);break}case l.COLGROUP:{ib(e,t);break}default:qn(e,t)}}function Hn(e,t){switch(t.tagID){case l.TABLE:{e.openElements.hasInTableScope(l.TABLE)&&(e.openElements.popUntilTagNamePopped(l.TABLE),e._resetInsertionMode());break}case l.TEMPLATE:{Jt(e,t);break}case l.BODY:case l.CAPTION:case l.COL:case l.COLGROUP:case l.HTML:case l.TBODY:case l.TD:case l.TFOOT:case l.TH:case l.THEAD:case l.TR:break;default:qn(e,t)}}function qn(e,t){const n=e.fosterParentingEnabled;e.fosterParentingEnabled=!0,Fr(e,t),e.fosterParentingEnabled=n}function wl(e,t){e.pendingCharacterTokens.push(t)}function vl(e,t){e.pendingCharacterTokens.push(t),e.hasNonWhitespacePendingCharacterToken=!0}function Cn(e,t){let n=0;if(e.hasNonWhitespacePendingCharacterToken)for(;n<e.pendingCharacterTokens.length;n++)qn(e,e.pendingCharacterTokens[n]);else for(;n<e.pendingCharacterTokens.length;n++)e._insertCharacters(e.pendingCharacterTokens[n]);e.insertionMode=e.originalInsertionMode,e._processToken(t)}const Il=new Set([l.CAPTION,l.COL,l.COLGROUP,l.TBODY,l.TD,l.TFOOT,l.TH,l.THEAD,l.TR]);function db(e,t){const n=t.tagID;Il.has(n)?e.openElements.hasInTableScope(l.CAPTION)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(l.CAPTION),e.activeFormattingElements.clearToLastMarker(),e.insertionMode=x.IN_TABLE,mn(e,t)):$e(e,t)}function fb(e,t){const n=t.tagID;switch(n){case l.CAPTION:case l.TABLE:{e.openElements.hasInTableScope(l.CAPTION)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(l.CAPTION),e.activeFormattingElements.clearToLastMarker(),e.insertionMode=x.IN_TABLE,n===l.TABLE&&Hn(e,t));break}case l.BODY:case l.COL:case l.COLGROUP:case l.HTML:case l.TBODY:case l.TD:case l.TFOOT:case l.TH:case l.THEAD:case l.TR:break;default:Hr(e,t)}}function Ia(e,t){switch(t.tagID){case l.HTML:{$e(e,t);break}case l.COL:{e._appendElement(t,M.HTML),t.ackSelfClosing=!0;break}case l.TEMPLATE:{lt(e,t);break}default:Er(e,t)}}function hb(e,t){switch(t.tagID){case l.COLGROUP:{e.openElements.currentTagId===l.COLGROUP&&(e.openElements.pop(),e.insertionMode=x.IN_TABLE);break}case l.TEMPLATE:{Jt(e,t);break}case l.COL:break;default:Er(e,t)}}function Er(e,t){e.openElements.currentTagId===l.COLGROUP&&(e.openElements.pop(),e.insertionMode=x.IN_TABLE,e._processToken(t))}function Ur(e,t){switch(t.tagID){case l.TR:{e.openElements.clearBackToTableBodyContext(),e._insertElement(t,M.HTML),e.insertionMode=x.IN_ROW;break}case l.TH:case l.TD:{e.openElements.clearBackToTableBodyContext(),e._insertFakeElement(O.TR,l.TR),e.insertionMode=x.IN_ROW,jr(e,t);break}case l.CAPTION:case l.COL:case l.COLGROUP:case l.TBODY:case l.TFOOT:case l.THEAD:{e.openElements.hasTableBodyContextInTableScope()&&(e.openElements.clearBackToTableBodyContext(),e.openElements.pop(),e.insertionMode=x.IN_TABLE,mn(e,t));break}default:mn(e,t)}}function Qi(e,t){const n=t.tagID;switch(t.tagID){case l.TBODY:case l.TFOOT:case l.THEAD:{e.openElements.hasInTableScope(n)&&(e.openElements.clearBackToTableBodyContext(),e.openElements.pop(),e.insertionMode=x.IN_TABLE);break}case l.TABLE:{e.openElements.hasTableBodyContextInTableScope()&&(e.openElements.clearBackToTableBodyContext(),e.openElements.pop(),e.insertionMode=x.IN_TABLE,Hn(e,t));break}case l.BODY:case l.CAPTION:case l.COL:case l.COLGROUP:case l.HTML:case l.TD:case l.TH:case l.TR:break;default:Hn(e,t)}}function jr(e,t){switch(t.tagID){case l.TH:case l.TD:{e.openElements.clearBackToTableRowContext(),e._insertElement(t,M.HTML),e.insertionMode=x.IN_CELL,e.activeFormattingElements.insertMarker();break}case l.CAPTION:case l.COL:case l.COLGROUP:case l.TBODY:case l.TFOOT:case l.THEAD:case l.TR:{e.openElements.hasInTableScope(l.TR)&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=x.IN_TABLE_BODY,Ur(e,t));break}default:mn(e,t)}}function Nl(e,t){switch(t.tagID){case l.TR:{e.openElements.hasInTableScope(l.TR)&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=x.IN_TABLE_BODY);break}case l.TABLE:{e.openElements.hasInTableScope(l.TR)&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=x.IN_TABLE_BODY,Qi(e,t));break}case l.TBODY:case l.TFOOT:case l.THEAD:{(e.openElements.hasInTableScope(t.tagID)||e.openElements.hasInTableScope(l.TR))&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=x.IN_TABLE_BODY,Qi(e,t));break}case l.BODY:case l.CAPTION:case l.COL:case l.COLGROUP:case l.HTML:case l.TD:case l.TH:break;default:Hn(e,t)}}function mb(e,t){const n=t.tagID;Il.has(n)?(e.openElements.hasInTableScope(l.TD)||e.openElements.hasInTableScope(l.TH))&&(e._closeTableCell(),jr(e,t)):$e(e,t)}function pb(e,t){const n=t.tagID;switch(n){case l.TD:case l.TH:{e.openElements.hasInTableScope(n)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(n),e.activeFormattingElements.clearToLastMarker(),e.insertionMode=x.IN_ROW);break}case l.TABLE:case l.TBODY:case l.TFOOT:case l.THEAD:case l.TR:{e.openElements.hasInTableScope(n)&&(e._closeTableCell(),Nl(e,t));break}case l.BODY:case l.CAPTION:case l.COL:case l.COLGROUP:case l.HTML:break;default:Hr(e,t)}}function kl(e,t){switch(t.tagID){case l.HTML:{$e(e,t);break}case l.OPTION:{e.openElements.currentTagId===l.OPTION&&e.openElements.pop(),e._insertElement(t,M.HTML);break}case l.OPTGROUP:{e.openElements.currentTagId===l.OPTION&&e.openElements.pop(),e.openElements.currentTagId===l.OPTGROUP&&e.openElements.pop(),e._insertElement(t,M.HTML);break}case l.HR:{e.openElements.currentTagId===l.OPTION&&e.openElements.pop(),e.openElements.currentTagId===l.OPTGROUP&&e.openElements.pop(),e._appendElement(t,M.HTML),t.ackSelfClosing=!0;break}case l.INPUT:case l.KEYGEN:case l.TEXTAREA:case l.SELECT:{e.openElements.hasInSelectScope(l.SELECT)&&(e.openElements.popUntilTagNamePopped(l.SELECT),e._resetInsertionMode(),t.tagID!==l.SELECT&&e._processStartTag(t));break}case l.SCRIPT:case l.TEMPLATE:{lt(e,t);break}}}function Ol(e,t){switch(t.tagID){case l.OPTGROUP:{e.openElements.stackTop>0&&e.openElements.currentTagId===l.OPTION&&e.openElements.tagIDs[e.openElements.stackTop-1]===l.OPTGROUP&&e.openElements.pop(),e.openElements.currentTagId===l.OPTGROUP&&e.openElements.pop();break}case l.OPTION:{e.openElements.currentTagId===l.OPTION&&e.openElements.pop();break}case l.SELECT:{e.openElements.hasInSelectScope(l.SELECT)&&(e.openElements.popUntilTagNamePopped(l.SELECT),e._resetInsertionMode());break}case l.TEMPLATE:{Jt(e,t);break}}}function gb(e,t){const n=t.tagID;n===l.CAPTION||n===l.TABLE||n===l.TBODY||n===l.TFOOT||n===l.THEAD||n===l.TR||n===l.TD||n===l.TH?(e.openElements.popUntilTagNamePopped(l.SELECT),e._resetInsertionMode(),e._processStartTag(t)):kl(e,t)}function bb(e,t){const n=t.tagID;n===l.CAPTION||n===l.TABLE||n===l.TBODY||n===l.TFOOT||n===l.THEAD||n===l.TR||n===l.TD||n===l.TH?e.openElements.hasInTableScope(n)&&(e.openElements.popUntilTagNamePopped(l.SELECT),e._resetInsertionMode(),e.onEndTag(t)):Ol(e,t)}function Eb(e,t){switch(t.tagID){case l.BASE:case l.BASEFONT:case l.BGSOUND:case l.LINK:case l.META:case l.NOFRAMES:case l.SCRIPT:case l.STYLE:case l.TEMPLATE:case l.TITLE:{lt(e,t);break}case l.CAPTION:case l.COLGROUP:case l.TBODY:case l.TFOOT:case l.THEAD:{e.tmplInsertionModeStack[0]=x.IN_TABLE,e.insertionMode=x.IN_TABLE,mn(e,t);break}case l.COL:{e.tmplInsertionModeStack[0]=x.IN_COLUMN_GROUP,e.insertionMode=x.IN_COLUMN_GROUP,Ia(e,t);break}case l.TR:{e.tmplInsertionModeStack[0]=x.IN_TABLE_BODY,e.insertionMode=x.IN_TABLE_BODY,Ur(e,t);break}case l.TD:case l.TH:{e.tmplInsertionModeStack[0]=x.IN_ROW,e.insertionMode=x.IN_ROW,jr(e,t);break}default:e.tmplInsertionModeStack[0]=x.IN_BODY,e.insertionMode=x.IN_BODY,$e(e,t)}}function Tb(e,t){t.tagID===l.TEMPLATE&&Jt(e,t)}function Ll(e,t){e.openElements.tmplCount>0?(e.openElements.popUntilTagNamePopped(l.TEMPLATE),e.activeFormattingElements.clearToLastMarker(),e.tmplInsertionModeStack.shift(),e._resetInsertionMode(),e.onEof(t)):va(e,t)}function xb(e,t){t.tagID===l.HTML?$e(e,t):Tr(e,t)}function Rl(e,t){var n;if(t.tagID===l.HTML){if(e.fragmentContext||(e.insertionMode=x.AFTER_AFTER_BODY),e.options.sourceCodeLocationInfo&&e.openElements.tagIDs[0]===l.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 Tr(e,t)}function Tr(e,t){e.insertionMode=x.IN_BODY,Fr(e,t)}function yb(e,t){switch(t.tagID){case l.HTML:{$e(e,t);break}case l.FRAMESET:{e._insertElement(t,M.HTML);break}case l.FRAME:{e._appendElement(t,M.HTML),t.ackSelfClosing=!0;break}case l.NOFRAMES:{lt(e,t);break}}}function Ab(e,t){t.tagID===l.FRAMESET&&!e.openElements.isRootHtmlElementCurrent()&&(e.openElements.pop(),!e.fragmentContext&&e.openElements.currentTagId!==l.FRAMESET&&(e.insertionMode=x.AFTER_FRAMESET))}function _b(e,t){switch(t.tagID){case l.HTML:{$e(e,t);break}case l.NOFRAMES:{lt(e,t);break}}}function Cb(e,t){t.tagID===l.HTML&&(e.insertionMode=x.AFTER_AFTER_FRAMESET)}function Sb(e,t){t.tagID===l.HTML?$e(e,t):fr(e,t)}function fr(e,t){e.insertionMode=x.IN_BODY,Fr(e,t)}function wb(e,t){switch(t.tagID){case l.HTML:{$e(e,t);break}case l.NOFRAMES:{lt(e,t);break}}}function vb(e,t){t.chars=Ne,e._insertCharacters(t)}function Ib(e,t){e._insertCharacters(t),e.framesetOk=!1}function Dl(e){for(;e.treeAdapter.getNamespaceURI(e.openElements.current)!==M.HTML&&!e._isIntegrationPoint(e.openElements.currentTagId,e.openElements.current);)e.openElements.pop()}function Nb(e,t){if(Yg(t))Dl(e),e._startTagOutsideForeignContent(t);else{const n=e._getAdjustedCurrentElement(),r=e.treeAdapter.getNamespaceURI(n);r===M.MATHML?bl(t):r===M.SVG&&(Gg(t),El(t)),Sa(t),t.selfClosing?e._appendElement(t,r):e._insertElement(t,r),t.ackSelfClosing=!0}}function kb(e,t){if(t.tagID===l.P||t.tagID===l.BR){Dl(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)===M.HTML){e._endTagOutsideForeignContent(t);break}const i=e.treeAdapter.getTagName(r);if(i.toLowerCase()===t.tagName){t.tagName=i,e.openElements.shortenToLength(n);break}}}O.AREA,O.BASE,O.BASEFONT,O.BGSOUND,O.BR,O.COL,O.EMBED,O.FRAME,O.HR,O.IMG,O.INPUT,O.KEYGEN,O.LINK,O.META,O.PARAM,O.SOURCE,O.TRACK,O.WBR;const Ob=new Set(["mdxFlowExpression","mdxJsxFlowElement","mdxJsxTextElement","mdxTextExpression","mdxjsEsm"]),io={sourceCodeLocationInfo:!0,scriptingEnabled:!1};function Pl(e,t){const n=jb(e),r=rl("type",{handlers:{root:Lb,element:Rb,text:Db,comment:Bl,doctype:Pb,raw:Bb},unknown:Fb}),i={parser:n?new to(io):to.getFragmentParser(void 0,io),handle(o){r(o,i)},stitches:!1,options:t||{}};r(e,i),xn(i,Et());const a=n?i.parser.document:i.parser.getFragment(),s=$p(a,{file:i.options.file});return i.stitches&&Br(s,"comment",function(o,u,c){const d=o;if(d.value.stitch&&c&&u!==void 0){const f=c.children;return f[u]=d.value.stitch,u}}),s.type==="root"&&s.children.length===1&&s.children[0].type===e.type?s.children[0]:s}function Ml(e,t){let n=-1;if(e)for(;++n<e.length;)t.handle(e[n])}function Lb(e,t){Ml(e.children,t)}function Rb(e,t){Hb(e,t),Ml(e.children,t),Ub(e,t)}function Db(e,t){t.parser.tokenizer.state>4&&(t.parser.tokenizer.state=0);const n={type:de.CHARACTER,chars:e.value,location:Wn(e)};xn(t,Et(e)),t.parser.currentToken=n,t.parser._processToken(t.parser.currentToken)}function Pb(e,t){const n={type:de.DOCTYPE,name:"html",forceQuirks:!1,publicId:"",systemId:"",location:Wn(e)};xn(t,Et(e)),t.parser.currentToken=n,t.parser._processToken(t.parser.currentToken)}function Mb(e,t){t.stitches=!0;const n=zb(e);if("children"in e&&"children"in n){const r=Pl({type:"root",children:e.children},t.options);n.children=r.children}Bl({type:"comment",value:{stitch:n}},t)}function Bl(e,t){const n=e.value,r={type:de.COMMENT,data:n,location:Wn(e)};xn(t,Et(e)),t.parser.currentToken=r,t.parser._processToken(t.parser.currentToken)}function Bb(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,Fl(t,Et(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 Fb(e,t){const n=e;if(t.options.passThrough&&t.options.passThrough.includes(n.type))Mb(n,t);else{let r="";throw Ob.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 xn(e,t){Fl(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 Fl(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 Hb(e,t){const n=e.tagName.toLowerCase();if(t.parser.tokenizer.state===Le.PLAINTEXT)return;xn(t,Et(e));const r=t.parser.openElements.current;let i="namespaceURI"in r?r.namespaceURI:zt.html;i===zt.html&&n==="svg"&&(i=zt.svg);const a=Wp({...e,children:[]},{space:i===zt.svg?"svg":"html"}),s={type:de.START_TAG,tagName:n,tagID:Tn(n),selfClosing:!1,ackSelfClosing:!1,attrs:"attrs"in a?a.attrs:[],location:Wn(e)};t.parser.currentToken=s,t.parser._processToken(t.parser.currentToken),t.parser.tokenizer.lastStartTagName=n}function Ub(e,t){const n=e.tagName.toLowerCase();if(!t.parser.tokenizer.inForeignNode&&ng.includes(n)||t.parser.tokenizer.state===Le.PLAINTEXT)return;xn(t,Or(e));const r={type:de.END_TAG,tagName:n,tagID:Tn(n),selfClosing:!1,ackSelfClosing:!1,attrs:[],location:Wn(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 jb(e){const t=e.type==="root"?e.children[0]:e;return!!(t&&(t.type==="doctype"||t.type==="element"&&t.tagName.toLowerCase()==="html"))}function Wn(e){const t=Et(e)||{line:void 0,column:void 0,offset:void 0},n=Or(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 zb(e){return"children"in e?hn({...e,children:[]}):hn(e)}function Hl(e){return function(t,n){return Pl(t,{...e,file:n})}}const Ul=({children:e})=>C.jsx("div",{className:"p-3",children:e}),$b=({content:e,metaData:t})=>C.jsx(Ul,{children:C.jsx("div",{className:"flex justify-end",children:C.jsx("div",{className:`ml-auto w-fit max-w-full px-4 py-3 rounded-2xl rounded-br-md transition-all duration-300 text-left ${t?.isErrorMessage?"bg-red-100 border-l-4 border-red-400 text-red-800 shadow-md animate-fade-in":"bg-violet-600 text-white shadow-sm"}`,children:C.jsx("div",{children:C.jsx(Zu,{rehypePlugins:[Hl],children:e&&e})})})})});function ao(e,t){const n=String(e);if(typeof t!="string")throw new TypeError("Expected character");let r=0,i=n.indexOf(t);for(;i!==-1;)r++,i=n.indexOf(t,i+t.length);return r}function Yb(e){if(typeof e!="string")throw new TypeError("Expected a string");return e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}function Gb(e,t,n){const i=Pr((n||{}).ignore||[]),a=Vb(t);let s=-1;for(;++s<a.length;)Ku(e,"text",o);function o(c,d){let f=-1,m;for(;++f<d.length;){const h=d[f],b=m?m.children:void 0;if(i(h,b?b.indexOf(h):void 0,m))return;m=h}if(m)return u(c,d)}function u(c,d){const f=d[d.length-1],m=a[s][0],h=a[s][1];let b=0;const w=f.children.indexOf(c);let y=!1,_=[];m.lastIndex=0;let S=m.exec(c.value);for(;S;){const D=S.index,I={index:S.index,input:S.input,stack:[...d,c]};let N=h(...S,I);if(typeof N=="string"&&(N=N.length>0?{type:"text",value:N}:void 0),N===!1?m.lastIndex=D+1:(b!==D&&_.push({type:"text",value:c.value.slice(b,D)}),Array.isArray(N)?_.push(...N):N&&_.push(N),b=D+S[0].length,y=!0),!m.global)break;S=m.exec(c.value)}return y?(b<c.value.length&&_.push({type:"text",value:c.value.slice(b)}),f.children.splice(w,1,..._)):_=[c],w+_.length}}function Vb(e){const t=[];if(!Array.isArray(e))throw new TypeError("Expected find and replace tuple or list of tuples");const n=!e[0]||Array.isArray(e[0])?e:[e];let r=-1;for(;++r<n.length;){const i=n[r];t.push([qb(i[0]),Wb(i[1])])}return t}function qb(e){return typeof e=="string"?new RegExp(Yb(e),"g"):e}function Wb(e){return typeof e=="function"?e:function(){return e}}const hi="phrasing",mi=["autolink","link","image","label"];function Xb(){return{transforms:[nE],enter:{literalAutolink:Kb,literalAutolinkEmail:pi,literalAutolinkHttp:pi,literalAutolinkWww:pi},exit:{literalAutolink:tE,literalAutolinkEmail:eE,literalAutolinkHttp:Jb,literalAutolinkWww:Zb}}}function Qb(){return{unsafe:[{character:"@",before:"[+\\-.\\w]",after:"[\\-.\\w]",inConstruct:hi,notInConstruct:mi},{character:".",before:"[Ww]",after:"[\\-.\\w]",inConstruct:hi,notInConstruct:mi},{character:":",before:"[ps]",after:"\\/",inConstruct:hi,notInConstruct:mi}]}}function Kb(e){this.enter({type:"link",title:null,url:"",children:[]},e)}function pi(e){this.config.enter.autolinkProtocol.call(this,e)}function Jb(e){this.config.exit.autolinkProtocol.call(this,e)}function Zb(e){this.config.exit.data.call(this,e);const t=this.stack[this.stack.length-1];t.type,t.url="http://"+this.sliceSerialize(e)}function eE(e){this.config.exit.autolinkEmail.call(this,e)}function tE(e){this.exit(e)}function nE(e){Gb(e,[[/(https?:\/\/|www(?=\.))([-.\w]+)([^ \t\r\n]*)/gi,rE],[new RegExp("(?<=^|\\s|\\p{P}|\\p{S})([-.\\w+]+)@([-\\w]+(?:\\.[-\\w]+)+)","gu"),iE]],{ignore:["link","linkReference"]})}function rE(e,t,n,r,i){let a="";if(!jl(i)||(/^w/i.test(t)&&(n=t+n,t="",a="http://"),!aE(n)))return!1;const s=sE(n+r);if(!s[0])return!1;const o={type:"link",title:null,url:a+t+s[0],children:[{type:"text",value:t+s[0]}]};return s[1]?[o,{type:"text",value:s[1]}]:o}function iE(e,t,n,r){return!jl(r,!0)||/[-\d_]$/.test(n)?!1:{type:"link",title:null,url:"mailto:"+t+"@"+n,children:[{type:"text",value:t+"@"+n}]}}function aE(e){const t=e.split(".");return!(t.length<2||t[t.length-1]&&(/_/.test(t[t.length-1])||!/[a-zA-Z\d]/.test(t[t.length-1]))||t[t.length-2]&&(/_/.test(t[t.length-2])||!/[a-zA-Z\d]/.test(t[t.length-2])))}function sE(e){const t=/[!"&'),.:;<>?\]}]+$/.exec(e);if(!t)return[e,void 0];e=e.slice(0,t.index);let n=t[0],r=n.indexOf(")");const i=ao(e,"(");let a=ao(e,")");for(;r!==-1&&i>a;)e+=n.slice(0,r+1),n=n.slice(r+1),r=n.indexOf(")"),a++;return[e,n]}function jl(e,t){const n=e.input.charCodeAt(e.index-1);return(e.index===0||Vt(n)||Lr(n))&&(!t||n!==47)}zl.peek=pE;function oE(){this.buffer()}function uE(e){this.enter({type:"footnoteReference",identifier:"",label:""},e)}function lE(){this.buffer()}function cE(e){this.enter({type:"footnoteDefinition",identifier:"",label:"",children:[]},e)}function dE(e){const t=this.resume(),n=this.stack[this.stack.length-1];n.type,n.identifier=ut(this.sliceSerialize(e)).toLowerCase(),n.label=t}function fE(e){this.exit(e)}function hE(e){const t=this.resume(),n=this.stack[this.stack.length-1];n.type,n.identifier=ut(this.sliceSerialize(e)).toLowerCase(),n.label=t}function mE(e){this.exit(e)}function pE(){return"["}function zl(e,t,n,r){const i=n.createTracker(r);let a=i.move("[^");const s=n.enter("footnoteReference"),o=n.enter("reference");return a+=i.move(n.safe(n.associationId(e),{after:"]",before:a})),o(),s(),a+=i.move("]"),a}function gE(){return{enter:{gfmFootnoteCallString:oE,gfmFootnoteCall:uE,gfmFootnoteDefinitionLabelString:lE,gfmFootnoteDefinition:cE},exit:{gfmFootnoteCallString:dE,gfmFootnoteCall:fE,gfmFootnoteDefinitionLabelString:hE,gfmFootnoteDefinition:mE}}}function bE(e){let t=!1;return e&&e.firstLineBlank&&(t=!0),{handlers:{footnoteDefinition:n,footnoteReference:zl},unsafe:[{character:"[",inConstruct:["label","phrasing","reference"]}]};function n(r,i,a,s){const o=a.createTracker(s);let u=o.move("[^");const c=a.enter("footnoteDefinition"),d=a.enter("label");return u+=o.move(a.safe(a.associationId(r),{before:u,after:"]"})),d(),u+=o.move("]:"),r.children&&r.children.length>0&&(o.shift(4),u+=o.move((t?`
|
|
62
|
+
`:" ")+a.indentLines(a.containerFlow(r,o.current()),t?$l:EE))),c(),u}}function EE(e,t,n){return t===0?e:$l(e,t,n)}function $l(e,t,n){return(n?"":" ")+e}const TE=["autolink","destinationLiteral","destinationRaw","reference","titleQuote","titleApostrophe"];Yl.peek=CE;function xE(){return{canContainEols:["delete"],enter:{strikethrough:AE},exit:{strikethrough:_E}}}function yE(){return{unsafe:[{character:"~",inConstruct:"phrasing",notInConstruct:TE}],handlers:{delete:Yl}}}function AE(e){this.enter({type:"delete",children:[]},e)}function _E(e){this.exit(e)}function Yl(e,t,n,r){const i=n.createTracker(r),a=n.enter("strikethrough");let s=i.move("~~");return s+=n.containerPhrasing(e,{...i.current(),before:s,after:"~"}),s+=i.move("~~"),a(),s}function CE(){return"~"}function SE(e){return e.length}function wE(e,t){const n=t||{},r=(n.align||[]).concat(),i=n.stringLength||SE,a=[],s=[],o=[],u=[];let c=0,d=-1;for(;++d<e.length;){const A=[],w=[];let y=-1;for(e[d].length>c&&(c=e[d].length);++y<e[d].length;){const _=vE(e[d][y]);if(n.alignDelimiters!==!1){const S=i(_);w[y]=S,(u[y]===void 0||S>u[y])&&(u[y]=S)}A.push(_)}s[d]=A,o[d]=w}let f=-1;if(typeof r=="object"&&"length"in r)for(;++f<c;)a[f]=so(r[f]);else{const A=so(r);for(;++f<c;)a[f]=A}f=-1;const m=[],h=[];for(;++f<c;){const A=a[f];let w="",y="";A===99?(w=":",y=":"):A===108?w=":":A===114&&(y=":");let _=n.alignDelimiters===!1?1:Math.max(1,u[f]-w.length-y.length);const S=w+"-".repeat(_)+y;n.alignDelimiters!==!1&&(_=w.length+_+y.length,_>u[f]&&(u[f]=_),h[f]=_),m[f]=S}s.splice(1,0,m),o.splice(1,0,h),d=-1;const b=[];for(;++d<s.length;){const A=s[d],w=o[d];f=-1;const y=[];for(;++f<c;){const _=A[f]||"";let S="",D="";if(n.alignDelimiters!==!1){const I=u[f]-(w[f]||0),N=a[f];N===114?S=" ".repeat(I):N===99?I%2?(S=" ".repeat(I/2+.5),D=" ".repeat(I/2-.5)):(S=" ".repeat(I/2),D=S):D=" ".repeat(I)}n.delimiterStart!==!1&&!f&&y.push("|"),n.padding!==!1&&!(n.alignDelimiters===!1&&_==="")&&(n.delimiterStart!==!1||f)&&y.push(" "),n.alignDelimiters!==!1&&y.push(S),y.push(_),n.alignDelimiters!==!1&&y.push(D),n.padding!==!1&&y.push(" "),(n.delimiterEnd!==!1||f!==c-1)&&y.push("|")}b.push(n.delimiterEnd===!1?y.join("").replace(/ +$/,""):y.join(""))}return b.join(`
|
|
63
|
+
`)}function vE(e){return e==null?"":String(e)}function so(e){const t=typeof e=="string"?e.codePointAt(0):0;return t===67||t===99?99:t===76||t===108?108:t===82||t===114?114:0}function IE(e,t,n,r){const i=n.enter("blockquote"),a=n.createTracker(r);a.move("> "),a.shift(2);const s=n.indentLines(n.containerFlow(e,a.current()),NE);return i(),s}function NE(e,t,n){return">"+(n?"":" ")+e}function kE(e,t){return oo(e,t.inConstruct,!0)&&!oo(e,t.notInConstruct,!1)}function oo(e,t,n){if(typeof t=="string"&&(t=[t]),!t||t.length===0)return n;let r=-1;for(;++r<t.length;)if(e.includes(t[r]))return!0;return!1}function uo(e,t,n,r){let i=-1;for(;++i<n.unsafe.length;)if(n.unsafe[i].character===`
|
|
64
|
+
`&&kE(n.stack,n.unsafe[i]))return/[ \t]/.test(r.before)?"":" ";return`\\
|
|
65
|
+
`}function OE(e,t){const n=String(e);let r=n.indexOf(t),i=r,a=0,s=0;if(typeof t!="string")throw new TypeError("Expected substring");for(;r!==-1;)r===i?++a>s&&(s=a):a=1,i=r+t.length,r=n.indexOf(t,i);return s}function LE(e,t){return!!(t.options.fences===!1&&e.value&&!e.lang&&/[^ \r\n]/.test(e.value)&&!/^[\t ]*(?:[\r\n]|$)|(?:^|[\r\n])[\t ]*$/.test(e.value))}function RE(e){const t=e.options.fence||"`";if(t!=="`"&&t!=="~")throw new Error("Cannot serialize code with `"+t+"` for `options.fence`, expected `` ` `` or `~`");return t}function DE(e,t,n,r){const i=RE(n),a=e.value||"",s=i==="`"?"GraveAccent":"Tilde";if(LE(e,n)){const f=n.enter("codeIndented"),m=n.indentLines(a,PE);return f(),m}const o=n.createTracker(r),u=i.repeat(Math.max(OE(a,i)+1,3)),c=n.enter("codeFenced");let d=o.move(u);if(e.lang){const f=n.enter(`codeFencedLang${s}`);d+=o.move(n.safe(e.lang,{before:d,after:" ",encode:["`"],...o.current()})),f()}if(e.lang&&e.meta){const f=n.enter(`codeFencedMeta${s}`);d+=o.move(" "),d+=o.move(n.safe(e.meta,{before:d,after:`
|
|
66
|
+
`,encode:["`"],...o.current()})),f()}return d+=o.move(`
|
|
67
|
+
`),a&&(d+=o.move(a+`
|
|
68
|
+
`)),d+=o.move(u),c(),d}function PE(e,t,n){return(n?"":" ")+e}function Na(e){const t=e.options.quote||'"';if(t!=='"'&&t!=="'")throw new Error("Cannot serialize title with `"+t+"` for `options.quote`, expected `\"`, or `'`");return t}function ME(e,t,n,r){const i=Na(n),a=i==='"'?"Quote":"Apostrophe",s=n.enter("definition");let o=n.enter("label");const u=n.createTracker(r);let c=u.move("[");return c+=u.move(n.safe(n.associationId(e),{before:c,after:"]",...u.current()})),c+=u.move("]: "),o(),!e.url||/[\0- \u007F]/.test(e.url)?(o=n.enter("destinationLiteral"),c+=u.move("<"),c+=u.move(n.safe(e.url,{before:c,after:">",...u.current()})),c+=u.move(">")):(o=n.enter("destinationRaw"),c+=u.move(n.safe(e.url,{before:c,after:e.title?" ":`
|
|
69
|
+
`,...u.current()}))),o(),e.title&&(o=n.enter(`title${a}`),c+=u.move(" "+i),c+=u.move(n.safe(e.title,{before:c,after:i,...u.current()})),c+=u.move(i),o()),s(),c}function BE(e){const t=e.options.emphasis||"*";if(t!=="*"&&t!=="_")throw new Error("Cannot serialize emphasis with `"+t+"` for `options.emphasis`, expected `*`, or `_`");return t}Gl.peek=FE;function Gl(e,t,n,r){const i=BE(n),a=n.enter("emphasis"),s=n.createTracker(r);let o=s.move(i);return o+=s.move(n.containerPhrasing(e,{before:o,after:i,...s.current()})),o+=s.move(i),a(),o}function FE(e,t,n){return n.options.emphasis||"*"}function HE(e,t){let n=!1;return Br(e,function(r){if("value"in r&&/\r?\n|\r/.test(r.value)||r.type==="break")return n=!0,ji}),!!((!e.depth||e.depth<3)&&pa(e)&&(t.options.setext||n))}function UE(e,t,n,r){const i=Math.max(Math.min(6,e.depth||1),1),a=n.createTracker(r);if(HE(e,n)){const d=n.enter("headingSetext"),f=n.enter("phrasing"),m=n.containerPhrasing(e,{...a.current(),before:`
|
|
70
70
|
`,after:`
|
|
71
|
-
`});return
|
|
72
|
-
`+(i===1?"=":"-").repeat(
|
|
73
|
-
`))+1))}const s="#".repeat(i),
|
|
74
|
-
`,...a.current()});return/^[\t ]/.test(c)&&(c="&#x"+c.charCodeAt(0).toString(16).toUpperCase()+";"+c.slice(1)),c=c?s+" "+c:s,n.options.closeAtx&&(c+=" "+s),
|
|
75
|
-
`,inConstruct:"tableCell"},{atBreak:!0,character:"|",after:"[ :-]"},{character:"|",inConstruct:"tableCell"},{atBreak:!0,character:":",after:"-"},{atBreak:!0,character:"-",after:"[:|-]"}],handlers:{inlineCode:
|
|
76
|
-
`))}function o(m,b,A,C){const y=A.enter("tableCell"),S=A.enter("phrasing"),v=A.containerPhrasing(m,{...C,before:a,after:a});return S(),y(),v}function c(m,b){return mE(m,{align:b,alignDelimiters:r,padding:n,stringLength:i})}function f(m,b,A){const C=m.children;let y=-1;const S=[],v=b.enter("table");for(;++y<C.length;)S[y]=d(C[y],b,A);return v(),S}function d(m,b,A){const C=m.children;let y=-1;const S=[],v=b.enter("tableRow");for(;++y<C.length;)S[y]=o(C[y],m,b,A);return v(),S}function h(m,b,A){let C=Vl.inlineCode(m,b,A);return A.stack.includes("tableCell")&&(C=C.replace(/\|/g,"\\$&")),C}}function tT(){return{exit:{taskListCheckValueChecked:su,taskListCheckValueUnchecked:su,paragraph:rT}}}function nT(){return{unsafe:[{atBreak:!0,character:"-",after:"[:|-]"}],handlers:{listItem:iT}}}function su(e){const t=this.stack[this.stack.length-2];t.type,t.checked=e.type==="taskListCheckValueChecked"}function rT(e){const t=this.stack[this.stack.length-2];if(t&&t.type==="listItem"&&typeof t.checked=="boolean"){const n=this.stack[this.stack.length-1];n.type;const r=n.children[0];if(r&&r.type==="text"){const i=t.children;let a=-1,s;for(;++a<i.length;){const u=i[a];if(u.type==="paragraph"){s=u;break}}s===n&&(r.value=r.value.slice(1),r.value.length===0?n.children.shift():n.position&&r.position&&typeof r.position.start.offset=="number"&&(r.position.start.column++,r.position.start.offset++,n.position.start=Object.assign({},r.position.start)))}}this.exit(e)}function iT(e,t,n,r){const i=e.children[0],a=typeof e.checked=="boolean"&&i&&i.type==="paragraph",s="["+(e.checked?"x":" ")+"] ",u=n.createTracker(r);a&&u.move(s);let o=Vl.listItem(e,t,n,{...r,...u.current()});return a&&(o=o.replace(/^(?:[*+-]|\d+\.)([\r\n]| {1,3})/,c)),o;function c(f){return f+s}}function aT(){return[Bb(),iE(),oE(),WE(),tT()]}function sT(e){return{extensions:[Fb(),aE(e),lE(),eT(e),nT()]}}const uT={tokenize:hT,partial:!0},ql={tokenize:mT,partial:!0},Wl={tokenize:pT,partial:!0},Xl={tokenize:gT,partial:!0},oT={tokenize:bT,partial:!0},Ql={name:"wwwAutolink",tokenize:fT,previous:Zl},Kl={name:"protocolAutolink",tokenize:dT,previous:Jl},St={name:"emailAutolink",tokenize:cT,previous:ec},Tt={};function lT(){return{text:Tt}}let Ft=48;for(;Ft<123;)Tt[Ft]=St,Ft++,Ft===58?Ft=65:Ft===91&&(Ft=97);Tt[43]=St;Tt[45]=St;Tt[46]=St;Tt[95]=St;Tt[72]=[St,Kl];Tt[104]=[St,Kl];Tt[87]=[St,Ql];Tt[119]=[St,Ql];function cT(e,t,n){const r=this;let i,a;return s;function s(d){return!Wi(d)||!ec.call(r,r.previous)||Ia(r.events)?n(d):(e.enter("literalAutolink"),e.enter("literalAutolinkEmail"),u(d))}function u(d){return Wi(d)?(e.consume(d),u):d===64?(e.consume(d),o):n(d)}function o(d){return d===46?e.check(oT,f,c)(d):d===45||d===95||Ue(d)?(a=!0,e.consume(d),o):f(d)}function c(d){return e.consume(d),i=!0,o}function f(d){return a&&i&&Ge(r.previous)?(e.exit("literalAutolinkEmail"),e.exit("literalAutolink"),t(d)):n(d)}}function fT(e,t,n){const r=this;return i;function i(s){return s!==87&&s!==119||!Zl.call(r,r.previous)||Ia(r.events)?n(s):(e.enter("literalAutolink"),e.enter("literalAutolinkWww"),e.check(uT,e.attempt(ql,e.attempt(Wl,a),n),n)(s))}function a(s){return e.exit("literalAutolinkWww"),e.exit("literalAutolink"),t(s)}}function dT(e,t,n){const r=this;let i="",a=!1;return s;function s(d){return(d===72||d===104)&&Jl.call(r,r.previous)&&!Ia(r.events)?(e.enter("literalAutolink"),e.enter("literalAutolinkHttp"),i+=String.fromCodePoint(d),e.consume(d),u):n(d)}function u(d){if(Ge(d)&&i.length<5)return i+=String.fromCodePoint(d),e.consume(d),u;if(d===58){const h=i.toLowerCase();if(h==="http"||h==="https")return e.consume(d),o}return n(d)}function o(d){return d===47?(e.consume(d),a?c:(a=!0,o)):n(d)}function c(d){return d===null||cr(d)||we(d)||Gt(d)||Nr(d)?n(d):e.attempt(ql,e.attempt(Wl,f),n)(d)}function f(d){return e.exit("literalAutolinkHttp"),e.exit("literalAutolink"),t(d)}}function hT(e,t,n){let r=0;return i;function i(s){return(s===87||s===119)&&r<3?(r++,e.consume(s),i):s===46&&r===3?(e.consume(s),a):n(s)}function a(s){return s===null?n(s):t(s)}}function mT(e,t,n){let r,i,a;return s;function s(c){return c===46||c===95?e.check(Xl,o,u)(c):c===null||we(c)||Gt(c)||c!==45&&Nr(c)?o(c):(a=!0,e.consume(c),s)}function u(c){return c===95?r=!0:(i=r,r=void 0),e.consume(c),s}function o(c){return i||r||!a?n(c):t(c)}}function pT(e,t){let n=0,r=0;return i;function i(s){return s===40?(n++,e.consume(s),i):s===41&&r<n?a(s):s===33||s===34||s===38||s===39||s===41||s===42||s===44||s===46||s===58||s===59||s===60||s===63||s===93||s===95||s===126?e.check(Xl,t,a)(s):s===null||we(s)||Gt(s)?t(s):(e.consume(s),i)}function a(s){return s===41&&r++,e.consume(s),i}}function gT(e,t,n){return r;function r(u){return u===33||u===34||u===39||u===41||u===42||u===44||u===46||u===58||u===59||u===63||u===95||u===126?(e.consume(u),r):u===38?(e.consume(u),a):u===93?(e.consume(u),i):u===60||u===null||we(u)||Gt(u)?t(u):n(u)}function i(u){return u===null||u===40||u===91||we(u)||Gt(u)?t(u):r(u)}function a(u){return Ge(u)?s(u):n(u)}function s(u){return u===59?(e.consume(u),r):Ge(u)?(e.consume(u),s):n(u)}}function bT(e,t,n){return r;function r(a){return e.consume(a),i}function i(a){return Ue(a)?n(a):t(a)}}function Zl(e){return e===null||e===40||e===42||e===95||e===91||e===93||e===126||we(e)}function Jl(e){return!Ge(e)}function ec(e){return!(e===47||Wi(e))}function Wi(e){return e===43||e===45||e===46||e===95||Ue(e)}function Ia(e){let t=e.length,n=!1;for(;t--;){const r=e[t][1];if((r.type==="labelLink"||r.type==="labelImage")&&!r._balanced){n=!0;break}if(r._gfmAutolinkLiteralWalkedInto){n=!1;break}}return e.length>0&&!n&&(e[e.length-1][1]._gfmAutolinkLiteralWalkedInto=!0),n}const ET={tokenize:wT,partial:!0};function TT(){return{document:{91:{name:"gfmFootnoteDefinition",tokenize:_T,continuation:{tokenize:ST},exit:CT}},text:{91:{name:"gfmFootnoteCall",tokenize:AT},93:{name:"gfmPotentialFootnoteCall",add:"after",tokenize:xT,resolveTo:yT}}}}function xT(e,t,n){const r=this;let i=r.events.length;const a=r.parser.gfmFootnotes||(r.parser.gfmFootnotes=[]);let s;for(;i--;){const o=r.events[i][1];if(o.type==="labelImage"){s=o;break}if(o.type==="gfmFootnoteCall"||o.type==="labelLink"||o.type==="label"||o.type==="image"||o.type==="link")break}return u;function u(o){if(!s||!s._balanced)return n(o);const c=ot(r.sliceSerialize({start:s.end,end:r.now()}));return c.codePointAt(0)!==94||!a.includes(c.slice(1))?n(o):(e.enter("gfmFootnoteCallLabelMarker"),e.consume(o),e.exit("gfmFootnoteCallLabelMarker"),t(o))}}function yT(e,t){let n=e.length;for(;n--;)if(e[n][1].type==="labelImage"&&e[n][0]==="enter"){e[n][1];break}e[n+1][1].type="data",e[n+3][1].type="gfmFootnoteCallLabelMarker";const r={type:"gfmFootnoteCall",start:Object.assign({},e[n+3][1].start),end:Object.assign({},e[e.length-1][1].end)},i={type:"gfmFootnoteCallMarker",start:Object.assign({},e[n+3][1].end),end:Object.assign({},e[n+3][1].end)};i.end.column++,i.end.offset++,i.end._bufferIndex++;const a={type:"gfmFootnoteCallString",start:Object.assign({},i.end),end:Object.assign({},e[e.length-1][1].start)},s={type:"chunkString",contentType:"string",start:Object.assign({},a.start),end:Object.assign({},a.end)},u=[e[n+1],e[n+2],["enter",r,t],e[n+3],e[n+4],["enter",i,t],["exit",i,t],["enter",a,t],["enter",s,t],["exit",s,t],["exit",a,t],e[e.length-2],e[e.length-1],["exit",r,t]];return e.splice(n,e.length-n+1,...u),e}function AT(e,t,n){const r=this,i=r.parser.gfmFootnotes||(r.parser.gfmFootnotes=[]);let a=0,s;return u;function u(d){return e.enter("gfmFootnoteCall"),e.enter("gfmFootnoteCallLabelMarker"),e.consume(d),e.exit("gfmFootnoteCallLabelMarker"),o}function o(d){return d!==94?n(d):(e.enter("gfmFootnoteCallMarker"),e.consume(d),e.exit("gfmFootnoteCallMarker"),e.enter("gfmFootnoteCallString"),e.enter("chunkString").contentType="string",c)}function c(d){if(a>999||d===93&&!s||d===null||d===91||we(d))return n(d);if(d===93){e.exit("chunkString");const h=e.exit("gfmFootnoteCallString");return i.includes(ot(r.sliceSerialize(h)))?(e.enter("gfmFootnoteCallLabelMarker"),e.consume(d),e.exit("gfmFootnoteCallLabelMarker"),e.exit("gfmFootnoteCall"),t):n(d)}return we(d)||(s=!0),a++,e.consume(d),d===92?f:c}function f(d){return d===91||d===92||d===93?(e.consume(d),a++,c):c(d)}}function _T(e,t,n){const r=this,i=r.parser.gfmFootnotes||(r.parser.gfmFootnotes=[]);let a,s=0,u;return o;function o(b){return e.enter("gfmFootnoteDefinition")._container=!0,e.enter("gfmFootnoteDefinitionLabel"),e.enter("gfmFootnoteDefinitionLabelMarker"),e.consume(b),e.exit("gfmFootnoteDefinitionLabelMarker"),c}function c(b){return b===94?(e.enter("gfmFootnoteDefinitionMarker"),e.consume(b),e.exit("gfmFootnoteDefinitionMarker"),e.enter("gfmFootnoteDefinitionLabelString"),e.enter("chunkString").contentType="string",f):n(b)}function f(b){if(s>999||b===93&&!u||b===null||b===91||we(b))return n(b);if(b===93){e.exit("chunkString");const A=e.exit("gfmFootnoteDefinitionLabelString");return a=ot(r.sliceSerialize(A)),e.enter("gfmFootnoteDefinitionLabelMarker"),e.consume(b),e.exit("gfmFootnoteDefinitionLabelMarker"),e.exit("gfmFootnoteDefinitionLabel"),h}return we(b)||(u=!0),s++,e.consume(b),b===92?d:f}function d(b){return b===91||b===92||b===93?(e.consume(b),s++,f):f(b)}function h(b){return b===58?(e.enter("definitionMarker"),e.consume(b),e.exit("definitionMarker"),i.includes(a)||i.push(a),Te(e,m,"gfmFootnoteDefinitionWhitespace")):n(b)}function m(b){return t(b)}}function ST(e,t,n){return e.check($n,t,e.attempt(ET,t,n))}function CT(e){e.exit("gfmFootnoteDefinition")}function wT(e,t,n){const r=this;return Te(e,i,"gfmFootnoteDefinitionIndent",5);function i(a){const s=r.events[r.events.length-1];return s&&s[1].type==="gfmFootnoteDefinitionIndent"&&s[2].sliceSerialize(s[1],!0).length===4?t(a):n(a)}}function vT(e){let n=(e||{}).singleTilde;const r={name:"strikethrough",tokenize:a,resolveAll:i};return n==null&&(n=!0),{text:{126:r},insideSpan:{null:[r]},attentionMarkers:{null:[126]}};function i(s,u){let o=-1;for(;++o<s.length;)if(s[o][0]==="enter"&&s[o][1].type==="strikethroughSequenceTemporary"&&s[o][1]._close){let c=o;for(;c--;)if(s[c][0]==="exit"&&s[c][1].type==="strikethroughSequenceTemporary"&&s[c][1]._open&&s[o][1].end.offset-s[o][1].start.offset===s[c][1].end.offset-s[c][1].start.offset){s[o][1].type="strikethroughSequence",s[c][1].type="strikethroughSequence";const f={type:"strikethrough",start:Object.assign({},s[c][1].start),end:Object.assign({},s[o][1].end)},d={type:"strikethroughText",start:Object.assign({},s[c][1].end),end:Object.assign({},s[o][1].start)},h=[["enter",f,u],["enter",s[c][1],u],["exit",s[c][1],u],["enter",d,u]],m=u.parser.constructs.insideSpan.null;m&&Ke(h,h.length,0,kr(m,s.slice(c+1,o),u)),Ke(h,h.length,0,[["exit",d,u],["enter",s[o][1],u],["exit",s[o][1],u],["exit",f,u]]),Ke(s,c-1,o-c+3,h),o=c+h.length-2;break}}for(o=-1;++o<s.length;)s[o][1].type==="strikethroughSequenceTemporary"&&(s[o][1].type="data");return s}function a(s,u,o){const c=this.previous,f=this.events;let d=0;return h;function h(b){return c===126&&f[f.length-1][1].type!=="characterEscape"?o(b):(s.enter("strikethroughSequenceTemporary"),m(b))}function m(b){const A=fr(c);if(b===126)return d>1?o(b):(s.consume(b),d++,m);if(d<2&&!n)return o(b);const C=s.exit("strikethroughSequenceTemporary"),y=fr(b);return C._open=!y||y===2&&!!A,C._close=!A||A===2&&!!y,u(b)}}}class IT{constructor(){this.map=[]}add(t,n,r){NT(this,t,n,r)}consume(t){if(this.map.sort(function(a,s){return a[0]-s[0]}),this.map.length===0)return;let n=this.map.length;const r=[];for(;n>0;)n-=1,r.push(t.slice(this.map[n][0]+this.map[n][1]),this.map[n][2]),t.length=this.map[n][0];r.push(t.slice()),t.length=0;let i=r.pop();for(;i;){for(const a of i)t.push(a);i=r.pop()}this.map.length=0}}function NT(e,t,n,r){let i=0;if(!(n===0&&r.length===0)){for(;i<e.map.length;){if(e.map[i][0]===t){e.map[i][1]+=n,e.map[i][2].push(...r);return}i+=1}e.map.push([t,n,r])}}function kT(e,t){let n=!1;const r=[];for(;t<e.length;){const i=e[t];if(n){if(i[0]==="enter")i[1].type==="tableContent"&&r.push(e[t+1][1].type==="tableDelimiterMarker"?"left":"none");else if(i[1].type==="tableContent"){if(e[t-1][1].type==="tableDelimiterMarker"){const a=r.length-1;r[a]=r[a]==="left"?"center":"right"}}else if(i[1].type==="tableDelimiterRow")break}else i[0]==="enter"&&i[1].type==="tableDelimiterRow"&&(n=!0);t+=1}return r}function OT(){return{flow:{null:{name:"table",tokenize:RT,resolveAll:LT}}}}function RT(e,t,n){const r=this;let i=0,a=0,s;return u;function u(w){let j=r.events.length-1;for(;j>-1;){const Y=r.events[j][1].type;if(Y==="lineEnding"||Y==="linePrefix")j--;else break}const H=j>-1?r.events[j][1].type:null,$=H==="tableHead"||H==="tableRow"?O:o;return $===O&&r.parser.lazy[r.now().line]?n(w):$(w)}function o(w){return e.enter("tableHead"),e.enter("tableRow"),c(w)}function c(w){return w===124||(s=!0,a+=1),f(w)}function f(w){return w===null?n(w):te(w)?a>1?(a=0,r.interrupt=!0,e.exit("tableRow"),e.enter("lineEnding"),e.consume(w),e.exit("lineEnding"),m):n(w):de(w)?Te(e,f,"whitespace")(w):(a+=1,s&&(s=!1,i+=1),w===124?(e.enter("tableCellDivider"),e.consume(w),e.exit("tableCellDivider"),s=!0,f):(e.enter("data"),d(w)))}function d(w){return w===null||w===124||we(w)?(e.exit("data"),f(w)):(e.consume(w),w===92?h:d)}function h(w){return w===92||w===124?(e.consume(w),d):d(w)}function m(w){return r.interrupt=!1,r.parser.lazy[r.now().line]?n(w):(e.enter("tableDelimiterRow"),s=!1,de(w)?Te(e,b,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(w):b(w))}function b(w){return w===45||w===58?C(w):w===124?(s=!0,e.enter("tableCellDivider"),e.consume(w),e.exit("tableCellDivider"),A):N(w)}function A(w){return de(w)?Te(e,C,"whitespace")(w):C(w)}function C(w){return w===58?(a+=1,s=!0,e.enter("tableDelimiterMarker"),e.consume(w),e.exit("tableDelimiterMarker"),y):w===45?(a+=1,y(w)):w===null||te(w)?D(w):N(w)}function y(w){return w===45?(e.enter("tableDelimiterFiller"),S(w)):N(w)}function S(w){return w===45?(e.consume(w),S):w===58?(s=!0,e.exit("tableDelimiterFiller"),e.enter("tableDelimiterMarker"),e.consume(w),e.exit("tableDelimiterMarker"),v):(e.exit("tableDelimiterFiller"),v(w))}function v(w){return de(w)?Te(e,D,"whitespace")(w):D(w)}function D(w){return w===124?b(w):w===null||te(w)?!s||i!==a?N(w):(e.exit("tableDelimiterRow"),e.exit("tableHead"),t(w)):N(w)}function N(w){return n(w)}function O(w){return e.enter("tableRow"),q(w)}function q(w){return w===124?(e.enter("tableCellDivider"),e.consume(w),e.exit("tableCellDivider"),q):w===null||te(w)?(e.exit("tableRow"),t(w)):de(w)?Te(e,q,"whitespace")(w):(e.enter("data"),ue(w))}function ue(w){return w===null||w===124||we(w)?(e.exit("data"),q(w)):(e.consume(w),w===92?G:ue)}function G(w){return w===92||w===124?(e.consume(w),ue):ue(w)}}function LT(e,t){let n=-1,r=!0,i=0,a=[0,0,0,0],s=[0,0,0,0],u=!1,o=0,c,f,d;const h=new IT;for(;++n<e.length;){const m=e[n],b=m[1];m[0]==="enter"?b.type==="tableHead"?(u=!1,o!==0&&(uu(h,t,o,c,f),f=void 0,o=0),c={type:"table",start:Object.assign({},b.start),end:Object.assign({},b.end)},h.add(n,0,[["enter",c,t]])):b.type==="tableRow"||b.type==="tableDelimiterRow"?(r=!0,d=void 0,a=[0,0,0,0],s=[0,n+1,0,0],u&&(u=!1,f={type:"tableBody",start:Object.assign({},b.start),end:Object.assign({},b.end)},h.add(n,0,[["enter",f,t]])),i=b.type==="tableDelimiterRow"?2:f?3:1):i&&(b.type==="data"||b.type==="tableDelimiterMarker"||b.type==="tableDelimiterFiller")?(r=!1,s[2]===0&&(a[1]!==0&&(s[0]=s[1],d=nr(h,t,a,i,void 0,d),a=[0,0,0,0]),s[2]=n)):b.type==="tableCellDivider"&&(r?r=!1:(a[1]!==0&&(s[0]=s[1],d=nr(h,t,a,i,void 0,d)),a=s,s=[a[1],n,0,0])):b.type==="tableHead"?(u=!0,o=n):b.type==="tableRow"||b.type==="tableDelimiterRow"?(o=n,a[1]!==0?(s[0]=s[1],d=nr(h,t,a,i,n,d)):s[1]!==0&&(d=nr(h,t,s,i,n,d)),i=0):i&&(b.type==="data"||b.type==="tableDelimiterMarker"||b.type==="tableDelimiterFiller")&&(s[3]=n)}for(o!==0&&uu(h,t,o,c,f),h.consume(t.events),n=-1;++n<t.events.length;){const m=t.events[n];m[0]==="enter"&&m[1].type==="table"&&(m[1]._align=kT(t.events,n))}return e}function nr(e,t,n,r,i,a){const s=r===1?"tableHeader":r===2?"tableDelimiter":"tableData",u="tableContent";n[0]!==0&&(a.end=Object.assign({},tn(t.events,n[0])),e.add(n[0],0,[["exit",a,t]]));const o=tn(t.events,n[1]);if(a={type:s,start:Object.assign({},o),end:Object.assign({},o)},e.add(n[1],0,[["enter",a,t]]),n[2]!==0){const c=tn(t.events,n[2]),f=tn(t.events,n[3]),d={type:u,start:Object.assign({},c),end:Object.assign({},f)};if(e.add(n[2],0,[["enter",d,t]]),r!==2){const h=t.events[n[2]],m=t.events[n[3]];if(h[1].end=Object.assign({},m[1].end),h[1].type="chunkText",h[1].contentType="text",n[3]>n[2]+1){const b=n[2]+1,A=n[3]-n[2]-1;e.add(b,A,[])}}e.add(n[3]+1,0,[["exit",d,t]])}return i!==void 0&&(a.end=Object.assign({},tn(t.events,i)),e.add(i,0,[["exit",a,t]]),a=void 0),a}function uu(e,t,n,r,i){const a=[],s=tn(t.events,n);i&&(i.end=Object.assign({},s),a.push(["exit",i,t])),r.end=Object.assign({},s),a.push(["exit",r,t]),e.add(n+1,0,a)}function tn(e,t){const n=e[t],r=n[0]==="enter"?"start":"end";return n[1][r]}const DT={name:"tasklistCheck",tokenize:MT};function PT(){return{text:{91:DT}}}function MT(e,t,n){const r=this;return i;function i(o){return r.previous!==null||!r._gfmTasklistFirstContentOfListItem?n(o):(e.enter("taskListCheck"),e.enter("taskListCheckMarker"),e.consume(o),e.exit("taskListCheckMarker"),a)}function a(o){return we(o)?(e.enter("taskListCheckValueUnchecked"),e.consume(o),e.exit("taskListCheckValueUnchecked"),s):o===88||o===120?(e.enter("taskListCheckValueChecked"),e.consume(o),e.exit("taskListCheckValueChecked"),s):n(o)}function s(o){return o===93?(e.enter("taskListCheckMarker"),e.consume(o),e.exit("taskListCheckMarker"),e.exit("taskListCheck"),u):n(o)}function u(o){return te(o)?t(o):de(o)?e.check({tokenize:BT},t,n)(o):n(o)}}function BT(e,t,n){return Te(e,r,"whitespace");function r(i){return i===null?n(i):t(i)}}function FT(e){return So([lT(),TT(),vT(e),OT(),PT()])}const HT={};function UT(e){const t=this,n=e||HT,r=t.data(),i=r.micromarkExtensions||(r.micromarkExtensions=[]),a=r.fromMarkdownExtensions||(r.fromMarkdownExtensions=[]),s=r.toMarkdownExtensions||(r.toMarkdownExtensions=[]);i.push(FT(n)),a.push(aT()),s.push(sT(n))}const jT=({})=>{const{companySettings:e}=k.useContext(dn);return _.jsx("div",{className:`assistant
|
|
77
|
-
|
|
78
|
-
ease-in-out
|
|
79
|
-
delay-50
|
|
80
|
-
cursor-pointer
|
|
81
|
-
flex
|
|
82
|
-
justify-center
|
|
83
|
-
items-center
|
|
84
|
-
`,children:_.jsx(na,{facet:e.agent.display[Le.AgentDisplayFacetRoleType.ASSISTANT]})})},ou=new Set;function zT(e){return ou.has(e)?!1:(ou.add(e),!0)}function $T(e,{root:t,rootSelector:n,rootMargin:r="0px",threshold:i=0,dedupeKey:a}={}){const s=k.useRef(!1),u=k.useRef();return k.useCallback(c=>{if(u.current?.(),u.current=void 0,!c||s.current)return;const f=t??(n?document.querySelector(n):null),d=()=>{a&&!zT(a)||(s.current=!0,e())};if(typeof window>"u"||!("IntersectionObserver"in window)){d();return}const h=new IntersectionObserver((m,b)=>{m[0]?.isIntersecting&&(b.disconnect(),d())},{root:f,rootMargin:r,threshold:i});h.observe(c),u.current=()=>h.disconnect()},[t,n,r,i,a,e])}class Fn{constructor(){}static getApiUrl=()=>typeof document<"u"&&new URL(document.URL)?.host.includes("localhost:3080")?"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:i={}})=>{const a={method:n,headers:this.getHeaders({contentType:t}),...i};return r&&(a.body=JSON.stringify(r)),a}}function YT(e,t){if(!t||!e)return e;const n=t.replace(/^[?&]+/,""),[r,i]=e.split("#"),a=r.includes("?")?"&":"?",s=`${r}${a}${n}`;return i?`${s}#${i}`:s}function GT({href:e="",queryParamToAppend:t="",children:n,context:r,onClick:i,seenRootEl:a,...s}){const{companySettings:u}=k.useContext(dn),o=e.startsWith("/")||typeof window<"u"&&e.startsWith(window.location.origin),c=Fn.getApiUrl(),f=YT(e,u.api.tracking?.queryParamToAppend),d=()=>{const y=`${c}/tracking/clicked/${r.appToken}`,S={discussionId:r.discussionId,urlClicked:e};try{fetch(y,{method:"POST",headers:{"Content-Type":"application/json",Accept:"application/json"},body:JSON.stringify(S),keepalive:!0,cache:"no-store",credentials:"omit",mode:"cors"}).catch(()=>{})}catch{}},h=()=>{const y=`${c}/tracking/displayed/${r.appToken}`,S={discussionId:r.discussionId,urlSeen:e};try{fetch(y,{method:"POST",headers:{"Content-Type":"application/json",Accept:"application/json"},body:JSON.stringify(S),keepalive:!0,cache:"no-store",credentials:"omit",mode:"cors"}).catch(()=>{})}catch{}},m=k.useMemo(()=>`${r.appToken}::${r.discussionId}::${e}`,[r.appToken,r.discussionId,e]),b=$T(h,{root:a,threshold:0,rootMargin:"0px 0px -10% 0px",dedupeKey:m}),A=y=>{d(),i?.(y)},C=o?{}:{target:"_blank",rel:"noopener noreferrer"};return o?_.jsx("a",{ref:b,href:f,...s,onClick:A,className:"customLinkInternal",children:n}):_.jsx("a",{ref:b,href:f,...C,...s,onClick:A,className:"customLinkExternal",children:n})}const VT=({content:e,metaData:t,context:n,seenRootEl:r})=>{const{chatlineLabelAssistantTranslation:i}=ua();return _.jsxs("div",{className:"flex justify-between mt-8 px-3 chatLineAssistant",children:[_.jsx("div",{className:"w-10 mr-3 mt-6",children:_.jsx("div",{children:_.jsx(jT,{})})}),_.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:[_.jsx("p",{className:"font-bold",children:i}),_.jsx("div",{children:_.jsx(Go,{remarkPlugins:[UT],remarkRehypeOptions:{passThrough:["link"]},rehypePlugins:[Ol],components:{a:({node:a,href:s,children:u,...o})=>_.jsx(GT,{href:s??"",...o,context:n,seenRootEl:r,children:u})},children:e&&e})})]})]})},qT=({userType:e,content:t,metaData:n,context:r,seenRootEl:i})=>{const a=e==="user",s=e==="assistant";return _.jsxs(_.Fragment,{children:[a&&_.jsx(Ob,{content:t,metaData:n}),s&&_.jsx(VT,{content:t,metaData:n,context:r,seenRootEl:i})]})};function WT(e,t,n){let[r,i]=k.useState(e||t),a=k.useRef(e!==void 0),s=e!==void 0;k.useEffect(()=>{let c=a.current;c!==s&&console.warn(`WARN: A component changed from ${c?"controlled":"uncontrolled"} to ${s?"controlled":"uncontrolled"}.`),a.current=s},[s]);let u=s?e:r,o=k.useCallback((c,...f)=>{let d=(h,...m)=>{n&&(Object.is(u,h)||n(h,...m)),s||(u=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"),i((m,...b)=>{let A=c(s?u:m,...b);return d(A,...f),s?m:A})):(s||i(c),d(c,...f))},[s,u,n]);return[u,o]}const br={prefix:String(Math.round(Math.random()*1e10)),current:0},tc=k.createContext(br),XT=k.createContext(!1);let QT=!!(typeof window<"u"&&window.document&&window.document.createElement),mi=new WeakMap;function KT(e=!1){let t=k.useContext(tc),n=k.useRef(null);if(n.current===null&&!e){var r,i;let a=(i=k.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED)===null||i===void 0||(r=i.ReactCurrentOwner)===null||r===void 0?void 0:r.current;if(a){let s=mi.get(a);s==null?mi.set(a,{id:t.current,state:a.memoizedState}):a.memoizedState!==s.state&&(t.current=s.id,mi.delete(a))}n.current=++t.current}return n.current}function ZT(e){let t=k.useContext(tc);t===br&&!QT&&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=KT(!!e),r=t===br&&process.env.NODE_ENV==="test"?"react-aria":`react-aria${t.prefix}`;return e||`${r}-${n}`}function JT(e){let t=k.useId(),[n]=k.useState(i2()),r=n||process.env.NODE_ENV==="test"?"react-aria":`react-aria${br.prefix}`;return e||`${r}-${t}`}const e2=typeof k.useId=="function"?JT:ZT;function t2(){return!1}function n2(){return!0}function r2(e){return()=>{}}function i2(){return typeof k.useSyncExternalStore=="function"?k.useSyncExternalStore(r2,t2,n2):k.useContext(XT)}function nc(e){var t,n,r="";if(typeof e=="string"||typeof e=="number")r+=e;else if(typeof e=="object")if(Array.isArray(e)){var i=e.length;for(t=0;t<i;t++)e[t]&&(n=nc(e[t]))&&(r&&(r+=" "),r+=n)}else for(n in e)e[n]&&(r&&(r+=" "),r+=n);return r}function a2(){for(var e,t,n=0,r="",i=arguments.length;n<i;n++)(e=arguments[n])&&(t=nc(e))&&(r&&(r+=" "),r+=t);return r}const Qt=typeof document<"u"?k.useLayoutEffect:()=>{};function $t(e){const t=k.useRef(null);return Qt(()=>{t.current=e},[e]),k.useCallback((...n)=>{const r=t.current;return r?.(...n)},[])}function s2(e){let[t,n]=k.useState(e),r=k.useRef(null),i=$t(()=>{if(!r.current)return;let s=r.current.next();if(s.done){r.current=null;return}t===s.value?i():n(s.value)});Qt(()=>{r.current&&i()});let a=$t(s=>{r.current=s(t),i()});return[t,a]}let u2=!!(typeof window<"u"&&window.document&&window.document.createElement),Er=new Map;function Tr(e){let[t,n]=k.useState(e),r=k.useRef(null),i=e2(t),a=k.useCallback(s=>{r.current=s},[]);return u2&&Er.set(i,a),Qt(()=>{let s=i;return()=>{Er.delete(s)}},[i]),k.useEffect(()=>{let s=r.current;s&&(r.current=null,n(s))}),i}function o2(e,t){if(e===t)return e;let n=Er.get(e);if(n)return n(t),t;let r=Er.get(t);return r?(r(e),e):t}function lu(e=[]){let t=Tr(),[n,r]=s2(t),i=k.useCallback(()=>{r(function*(){yield t,yield document.getElementById(t)?t:void 0})},[t,r]);return Qt(i,[t,i,...e]),n}function l2(...e){return(...t)=>{for(let n of e)typeof n=="function"&&n(...t)}}const qn=e=>{var t;return(t=e?.ownerDocument)!==null&&t!==void 0?t:document},xr=e=>e&&"window"in e&&e.window===e?e:qn(e).defaultView||window;function yr(...e){let t={...e[0]};for(let n=1;n<e.length;n++){let r=e[n];for(let i in r){let a=t[i],s=r[i];typeof a=="function"&&typeof s=="function"&&i[0]==="o"&&i[1]==="n"&&i.charCodeAt(2)>=65&&i.charCodeAt(2)<=90?t[i]=l2(a,s):(i==="className"||i==="UNSAFE_className")&&typeof a=="string"&&typeof s=="string"?t[i]=a2(a,s):i==="id"&&a&&s?t.id=o2(a,s):t[i]=s!==void 0?s:a}}return t}const c2=new Set(["id"]),f2=new Set(["aria-label","aria-labelledby","aria-describedby","aria-details"]),d2=new Set(["href","target","rel","download","ping","referrerPolicy"]),h2=/^(data-.*)$/;function m2(e,t={}){let{labelable:n,isLink:r,propNames:i}=t,a={};for(const s in e)Object.prototype.hasOwnProperty.call(e,s)&&(c2.has(s)||n&&f2.has(s)||r&&d2.has(s)||i?.has(s)||h2.test(s))&&(a[s]=e[s]);return a}function cu(e){if(p2())e.focus({preventScroll:!0});else{let t=g2(e);e.focus(),b2(t)}}let rr=null;function p2(){if(rr==null){rr=!1;try{document.createElement("div").focus({get preventScroll(){return rr=!0,!0}})}catch{}}return rr}function g2(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 b2(e){for(let{element:t,scrollTop:n,scrollLeft:r}of e)t.scrollTop=n,t.scrollLeft=r}function E2(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 T2(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 x2(){return T2(/^Mac/i)}function y2(){return E2(/Android/i)}let nn=new Map,Xi=new Set;function fu(){if(typeof window>"u")return;function e(r){return"propertyName"in r}let t=r=>{if(!e(r)||!r.target)return;let i=nn.get(r.target);i||(i=new Set,nn.set(r.target,i),r.target.addEventListener("transitioncancel",n,{once:!0})),i.add(r.propertyName)},n=r=>{if(!e(r)||!r.target)return;let i=nn.get(r.target);if(i&&(i.delete(r.propertyName),i.size===0&&(r.target.removeEventListener("transitioncancel",n),nn.delete(r.target)),nn.size===0)){for(let a of Xi)a();Xi.clear()}};document.body.addEventListener("transitionrun",t),document.body.addEventListener("transitionend",n)}typeof document<"u"&&(document.readyState!=="loading"?fu():document.addEventListener("DOMContentLoaded",fu));function A2(e){requestAnimationFrame(()=>{nn.size===0?e():Xi.add(e)})}function _2(e,t){let{id:n,"aria-label":r,"aria-labelledby":i}=e;return n=Tr(n),i&&r?i=[...new Set([n,...i.trim().split(/\s+/)])].join(" "):i&&(i=i.trim().split(/\s+/).join(" ")),!r&&!i&&t&&(r=t),{id:n,"aria-label":r,"aria-labelledby":i}}function S2(e,t){Qt(()=>{if(e&&e.ref&&t)return e.ref.current=t.current,()=>{e.ref&&(e.ref.current=null)}})}function C2(e){return e.mozInputSource===0&&e.isTrusted?!0:y2()&&e.pointerType?e.type==="click"&&e.buttons===1:e.detail===0&&!e.pointerType}function w2(e,t,n){let r=k.useRef(t),i=$t(()=>{n&&n(r.current)});k.useEffect(()=>{var a;let s=e==null||(a=e.current)===null||a===void 0?void 0:a.form;return s?.addEventListener("reset",i),()=>{s?.removeEventListener("reset",i)}},[e,i])}const v2=k.createContext({register:()=>{}});v2.displayName="PressResponderContext";class I2{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 N2(e){let t=k.useRef({isFocused:!1,observer:null});Qt(()=>{const r=t.current;return()=>{r.observer&&(r.observer.disconnect(),r.observer=null)}},[]);let n=$t(r=>{e?.(r)});return k.useCallback(r=>{if(r.target instanceof HTMLButtonElement||r.target instanceof HTMLInputElement||r.target instanceof HTMLTextAreaElement||r.target instanceof HTMLSelectElement){t.current.isFocused=!0;let i=r.target,a=s=>{t.current.isFocused=!1,i.disabled&&n(new I2("blur",s)),t.current.observer&&(t.current.observer.disconnect(),t.current.observer=null)};i.addEventListener("focusout",a,{once:!0}),t.current.observer=new MutationObserver(()=>{if(t.current.isFocused&&i.disabled){var s;(s=t.current.observer)===null||s===void 0||s.disconnect();let u=i===document.activeElement?null:document.activeElement;i.dispatchEvent(new FocusEvent("blur",{relatedTarget:u})),i.dispatchEvent(new FocusEvent("focusout",{bubbles:!0,relatedTarget:u}))}}),t.current.observer.observe(i,{attributes:!0,attributeFilter:["disabled"]})}},[n])}function k2(e){let{isDisabled:t,onFocus:n,onBlur:r,onFocusChange:i}=e;const a=k.useCallback(o=>{if(o.target===o.currentTarget)return r&&r(o),i&&i(!1),!0},[r,i]),s=N2(a),u=k.useCallback(o=>{o.target===o.currentTarget&&document.activeElement===o.target&&(n&&n(o),i&&i(!0),s(o))},[i,n,s]);return{focusProps:{onFocus:!t&&(n||i||r)?u:void 0,onBlur:!t&&(r||i)?a:void 0}}}let Tn=null,O2=new Set,Dn=new Map,Vt=!1,Qi=!1;function Hr(e,t){for(let n of O2)n(e,t)}function R2(e){return!(e.metaKey||!x2()&&e.altKey||e.ctrlKey||e.key==="Control"||e.key==="Shift"||e.key==="Meta")}function Ar(e){Vt=!0,R2(e)&&(Tn="keyboard",Hr("keyboard",e))}function tt(e){Tn="pointer",(e.type==="mousedown"||e.type==="pointerdown")&&(Vt=!0,Hr("pointer",e))}function rc(e){C2(e)&&(Vt=!0,Tn="virtual")}function ic(e){e.target===window||e.target===document||(!Vt&&!Qi&&(Tn="virtual",Hr("virtual",e)),Vt=!1,Qi=!1)}function ac(){Vt=!1,Qi=!0}function du(e){if(typeof window>"u"||Dn.get(xr(e)))return;const t=xr(e),n=qn(e);let r=t.HTMLElement.prototype.focus;t.HTMLElement.prototype.focus=function(){Vt=!0,r.apply(this,arguments)},n.addEventListener("keydown",Ar,!0),n.addEventListener("keyup",Ar,!0),n.addEventListener("click",rc,!0),t.addEventListener("focus",ic,!0),t.addEventListener("blur",ac,!1),typeof PointerEvent<"u"?(n.addEventListener("pointerdown",tt,!0),n.addEventListener("pointermove",tt,!0),n.addEventListener("pointerup",tt,!0)):(n.addEventListener("mousedown",tt,!0),n.addEventListener("mousemove",tt,!0),n.addEventListener("mouseup",tt,!0)),t.addEventListener("beforeunload",()=>{sc(e)},{once:!0}),Dn.set(t,{focus:r})}const sc=(e,t)=>{const n=xr(e),r=qn(e);t&&r.removeEventListener("DOMContentLoaded",t),Dn.has(n)&&(n.HTMLElement.prototype.focus=Dn.get(n).focus,r.removeEventListener("keydown",Ar,!0),r.removeEventListener("keyup",Ar,!0),r.removeEventListener("click",rc,!0),n.removeEventListener("focus",ic,!0),n.removeEventListener("blur",ac,!1),typeof PointerEvent<"u"?(r.removeEventListener("pointerdown",tt,!0),r.removeEventListener("pointermove",tt,!0),r.removeEventListener("pointerup",tt,!0)):(r.removeEventListener("mousedown",tt,!0),r.removeEventListener("mousemove",tt,!0),r.removeEventListener("mouseup",tt,!0)),Dn.delete(n))};function L2(e){const t=qn(e);let n;return t.readyState!=="loading"?du(e):(n=()=>{du(e)},t.addEventListener("DOMContentLoaded",n)),()=>sc(e,n)}typeof document<"u"&&L2();function D2(){return Tn}function P2(e){Tn=e,Hr(e,null)}function hu(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 M2(e){return{keyboardProps:e.isDisabled?{}:{onKeyDown:hu(e.onKeyDown),onKeyUp:hu(e.onKeyUp)}}}function B2(e){const t=qn(e);if(D2()==="virtual"){let n=t.activeElement;A2(()=>{t.activeElement===n&&e.isConnected&&cu(e)})}else cu(e)}function F2(e,t){return!e||!t?!1:t.some(n=>n.contains(e))}class Na{get size(){return this.fastMap.size}getTreeNode(t){return this.fastMap.get(t)}addTreeNode(t,n,r){let i=this.fastMap.get(n??null);if(!i)return;let a=new mu({scopeRef:t});i.addChild(a),a.parent=i,this.fastMap.set(t,a),r&&(a.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 a of this.traverse())a!==n&&n.nodeToRestore&&a.nodeToRestore&&n.scopeRef&&n.scopeRef.current&&F2(a.nodeToRestore,n.scopeRef.current)&&(a.nodeToRestore=n.nodeToRestore);let i=n.children;r&&(r.removeChild(n),i.size>0&&i.forEach(a=>r&&r.addChild(a))),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 Na;var r;for(let i of this.traverse())n.addTreeNode(i.scopeRef,(r=(t=i.parent)===null||t===void 0?void 0:t.scopeRef)!==null&&r!==void 0?r:null,i.nodeToRestore);return n}constructor(){this.fastMap=new Map,this.root=new mu({scopeRef:null}),this.fastMap.set(null,this.root)}}class mu{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 Na;let H2=k.createContext(null);function U2(e){let t=k.useContext(H2)||{};S2(t,e);let{ref:n,...r}=t;return r}function j2(e,t){let{focusProps:n}=k2(e),{keyboardProps:r}=M2(e),i=yr(n,r),a=U2(t),s=e.isDisabled?{}:a,u=k.useRef(e.autoFocus);return k.useEffect(()=>{u.current&&t.current&&B2(t.current),u.current=!1},[t]),{focusableProps:yr({...i,tabIndex:e.excludeFromTabOrder&&!e.isDisabled?-1:void 0},s)}}function z2(e,t,n){let{validationBehavior:r,focus:i}=e;Qt(()=>{if(r==="native"&&n?.current){let o=t.realtimeValidation.isInvalid?t.realtimeValidation.validationErrors.join(" ")||"Invalid value.":"";n.current.setCustomValidity(o),n.current.hasAttribute("title")||(n.current.title=""),t.realtimeValidation.isInvalid||t.updateValidation(Y2(n.current))}});let a=$t(()=>{t.resetValidation()}),s=$t(o=>{var c;t.displayValidation.isInvalid||t.commitValidation();let f=n==null||(c=n.current)===null||c===void 0?void 0:c.form;if(!o.defaultPrevented&&n&&f&&G2(f)===n.current){var d;i?i():(d=n.current)===null||d===void 0||d.focus(),P2("keyboard")}o.preventDefault()}),u=$t(()=>{t.commitValidation()});k.useEffect(()=>{let o=n?.current;if(!o)return;let c=o.form;return o.addEventListener("invalid",s),o.addEventListener("change",u),c?.addEventListener("reset",a),()=>{o.removeEventListener("invalid",s),o.removeEventListener("change",u),c?.removeEventListener("reset",a)}},[n,s,u,a,r])}function $2(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 Y2(e){return{isInvalid:!e.validity.valid,validationDetails:$2(e),validationErrors:e.validationMessage?[e.validationMessage]:[]}}function G2(e){for(let t=0;t<e.elements.length;t++){let n=e.elements[t];if(!n.validity.valid)return n}return null}const uc={badInput:!1,customError:!1,patternMismatch:!1,rangeOverflow:!1,rangeUnderflow:!1,stepMismatch:!1,tooLong:!1,tooShort:!1,typeMismatch:!1,valueMissing:!1,valid:!0},oc={...uc,customError:!0,valid:!1},_n={isInvalid:!1,validationDetails:uc,validationErrors:[]},V2=k.createContext({}),pu="__formValidationState"+Date.now();function q2(e){if(e[pu]){let{realtimeValidation:t,displayValidation:n,updateValidation:r,resetValidation:i,commitValidation:a}=e[pu];return{realtimeValidation:t,displayValidation:n,updateValidation:r,resetValidation:i,commitValidation:a}}return W2(e)}function W2(e){let{isInvalid:t,validationState:n,name:r,value:i,builtinValidation:a,validate:s,validationBehavior:u="aria"}=e;n&&(t||(t=n==="invalid"));let o=t?{isInvalid:!0,validationErrors:[],validationDetails:oc}:null,c=k.useMemo(()=>gu(X2(s,i)),[s,i]);a?.validationDetails.valid&&(a=null);let f=k.useContext(V2),d=k.useMemo(()=>r?Array.isArray(r)?r.flatMap(w=>Ki(f[w])):Ki(f[r]):[],[f,r]),[h,m]=k.useState(f),[b,A]=k.useState(!1);f!==h&&(m(f),A(!1));let C=k.useMemo(()=>gu(b?[]:d),[b,d]),y=k.useRef(_n),[S,v]=k.useState(_n),D=k.useRef(_n),N=()=>{if(!O)return;q(!1);let w=c||a||y.current;pi(w,D.current)||(D.current=w,v(w))},[O,q]=k.useState(!1);return k.useEffect(N),{realtimeValidation:o||C||c||a||_n,displayValidation:u==="native"?o||C||S:o||C||c||a||S,updateValidation(w){u==="aria"&&!pi(S,w)?v(w):y.current=w},resetValidation(){let w=_n;pi(w,D.current)||(D.current=w,v(w)),u==="native"&&q(!1),A(!0)},commitValidation(){u==="native"&&q(!0),A(!0)}}}function Ki(e){return e?Array.isArray(e)?e:[e]:[]}function X2(e,t){if(typeof e=="function"){let n=e(t);if(n&&typeof n!="boolean")return Ki(n)}return[]}function gu(e){return e.length?{isInvalid:!0,validationErrors:e,validationDetails:oc}:null}function pi(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 Q2(e){let{id:t,label:n,"aria-labelledby":r,"aria-label":i,labelElementType:a="label"}=e;t=Tr(t);let s=Tr(),u={};n?(r=r?`${s} ${r}`:s,u={id:s,htmlFor:a==="label"?t:void 0}):!r&&!i&&console.warn("If you do not provide a visible label, you must specify an aria-label or aria-labelledby attribute for accessibility");let o=_2({id:t,"aria-label":i,"aria-labelledby":r});return{labelProps:u,fieldProps:o}}function K2(e){let{description:t,errorMessage:n,isInvalid:r,validationState:i}=e,{labelProps:a,fieldProps:s}=Q2(e),u=lu([!!t,!!n,r,i]),o=lu([!!t,!!n,r,i]);return s=yr(s,{"aria-describedby":[u,o,e["aria-describedby"]].filter(Boolean).join(" ")||void 0}),{labelProps:a,fieldProps:s,descriptionProps:{id:u},errorMessageProps:{id:o}}}function Z2(e,t){let{inputElementType:n="input",isDisabled:r=!1,isRequired:i=!1,isReadOnly:a=!1,type:s="text",validationBehavior:u="aria"}=e,[o,c]=WT(e.value,e.defaultValue||"",e.onChange),{focusableProps:f}=j2(e,t),d=q2({...e,value:o}),{isInvalid:h,validationErrors:m,validationDetails:b}=d.displayValidation,{labelProps:A,fieldProps:C,descriptionProps:y,errorMessageProps:S}=K2({...e,isInvalid:h,errorMessage:e.errorMessage||m}),v=m2(e,{labelable:!0});const D={type:s,pattern:e.pattern};return w2(t,o,c),z2(e,d,t),k.useEffect(()=>{if(t.current instanceof xr(t.current).HTMLTextAreaElement){let N=t.current;Object.defineProperty(N,"defaultValue",{get:()=>N.value,set:()=>{},configurable:!0})}},[t]),{labelProps:A,inputProps:yr(v,n==="input"&&D,{disabled:r,readOnly:a,required:i&&u==="native","aria-required":i&&u==="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:o,onChange:N=>c(N.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,...f,...C}),descriptionProps:y,errorMessageProps:S,isInvalid:h,validationErrors:m,validationDetails:b}}const J2=e=>e.charCodeAt(e.length-1)===10,ex=e=>{const[t,n]=k.useState(""),r=()=>{A.current&&(A.current.style.height=A.current.scrollHeight+"px")},i=()=>{A.current&&(A.current.style.height="48px")},a=G=>{n(G)};k.useEffect(r,[t]);let{label:s,SubmitComponent:u,onSubmit:o,isLoadingStream:c,audioEnabled:f=!1,MicComponent:d,onPressMicButton:h,LoadingComponent:m,onPressLoadingButton:b}=e,A=k.useRef(null),{labelProps:C,inputProps:y}=Z2({...e,inputElementType:"textarea"},A);const S=G=>{J2(G.target.value)||a(G.target.value)},v=G=>{if(G.key==="Enter"||G.code==="Enter"||G.keyCode===13||G.code==="NumpadEnter"){if(G.shiftKey)a(t+`
|
|
85
|
-
`);else if(!G.shiftKey){G.preventDefault(),G.stopPropagation(),c||O();return}}},D=G=>{(G.key==="Enter"||G.code==="Enter"||G.keyCode===13||G.code==="NumpadEnter")&&(G.preventDefault(),G.stopPropagation())};let N=e.isDisabled;e.shouldDisableIfInputIsEmpty&&(N=e.isDisabled||t.length===0);const O=()=>{i(),o&&o(t),a("")},q=t.trim().length>0;console.log("audio",f);const ue=()=>c&&m?_.jsx("div",{className:"relative",children:_.jsx(m,{onPressLoadingButton:b})}):u?!f||!d?_.jsx("div",{className:"relative",children:_.jsx(u,{onSubmitButton:O,isDisabled:N})}):q?_.jsx("div",{className:"relative",children:_.jsx(u,{onSubmitButton:O,isDisabled:N})}):_.jsxs("div",{className:"relative",children:[_.jsx("div",{className:"block md:hidden",children:_.jsx(d,{onPressMicButton:h})}),_.jsxs("div",{className:"hidden md:block",children:[_.jsx(d,{onPressMicButton:h,className:"md:right-12"}),_.jsx(u,{onSubmitButton:O,isDisabled:N,className:"md:right-3"})]})]}):null;return _.jsxs("div",{style:{display:"flex",flexDirection:"column"},className:`${e.classNameContainer} w-full`,children:[_.jsxs("div",{style:{display:"flex",flexDirection:"column"},children:[_.jsx("label",{...C,className:e.classNameLabel,children:s}),_.jsx("textarea",{...y,ref:A,className:`${e.classNameTextarea} p-3`,onChange:S,value:t,rows:1,style:{overflow:"hidden",outlineColor:"#a8a8a8",border:"none",outline:"none",width:"calc(100% - 30px)",resize:"none"},onKeyDown:v,onKeyUp:D})]}),ue()]})},tx=({onSubmitButton:e,isDisabled:t,className:n})=>_.jsx("div",{children:_.jsx("button",{className:`absolute
|
|
71
|
+
`});return f(),d(),m+`
|
|
72
|
+
`+(i===1?"=":"-").repeat(m.length-(Math.max(m.lastIndexOf("\r"),m.lastIndexOf(`
|
|
73
|
+
`))+1))}const s="#".repeat(i),o=n.enter("headingAtx"),u=n.enter("phrasing");a.move(s+" ");let c=n.containerPhrasing(e,{before:"# ",after:`
|
|
74
|
+
`,...a.current()});return/^[\t ]/.test(c)&&(c="&#x"+c.charCodeAt(0).toString(16).toUpperCase()+";"+c.slice(1)),c=c?s+" "+c:s,n.options.closeAtx&&(c+=" "+s),u(),o(),c}Vl.peek=jE;function Vl(e){return e.value||""}function jE(){return"<"}ql.peek=zE;function ql(e,t,n,r){const i=Na(n),a=i==='"'?"Quote":"Apostrophe",s=n.enter("image");let o=n.enter("label");const u=n.createTracker(r);let c=u.move("![");return c+=u.move(n.safe(e.alt,{before:c,after:"]",...u.current()})),c+=u.move("]("),o(),!e.url&&e.title||/[\0- \u007F]/.test(e.url)?(o=n.enter("destinationLiteral"),c+=u.move("<"),c+=u.move(n.safe(e.url,{before:c,after:">",...u.current()})),c+=u.move(">")):(o=n.enter("destinationRaw"),c+=u.move(n.safe(e.url,{before:c,after:e.title?" ":")",...u.current()}))),o(),e.title&&(o=n.enter(`title${a}`),c+=u.move(" "+i),c+=u.move(n.safe(e.title,{before:c,after:i,...u.current()})),c+=u.move(i),o()),c+=u.move(")"),s(),c}function zE(){return"!"}Wl.peek=$E;function Wl(e,t,n,r){const i=e.referenceType,a=n.enter("imageReference");let s=n.enter("label");const o=n.createTracker(r);let u=o.move("![");const c=n.safe(e.alt,{before:u,after:"]",...o.current()});u+=o.move(c+"]["),s();const d=n.stack;n.stack=[],s=n.enter("reference");const f=n.safe(n.associationId(e),{before:u,after:"]",...o.current()});return s(),n.stack=d,a(),i==="full"||!c||c!==f?u+=o.move(f+"]"):i==="shortcut"?u=u.slice(0,-1):u+=o.move("]"),u}function $E(){return"!"}Xl.peek=YE;function Xl(e,t,n){let r=e.value||"",i="`",a=-1;for(;new RegExp("(^|[^`])"+i+"([^`]|$)").test(r);)i+="`";for(/[^ \r\n]/.test(r)&&(/^[ \r\n]/.test(r)&&/[ \r\n]$/.test(r)||/^`|`$/.test(r))&&(r=" "+r+" ");++a<n.unsafe.length;){const s=n.unsafe[a],o=n.compilePattern(s);let u;if(s.atBreak)for(;u=o.exec(r);){let c=u.index;r.charCodeAt(c)===10&&r.charCodeAt(c-1)===13&&c--,r=r.slice(0,c)+" "+r.slice(u.index+1)}}return i+r+i}function YE(){return"`"}function Ql(e,t){const n=pa(e);return!!(!t.options.resourceLink&&e.url&&!e.title&&e.children&&e.children.length===1&&e.children[0].type==="text"&&(n===e.url||"mailto:"+n===e.url)&&/^[a-z][a-z+.-]+:/i.test(e.url)&&!/[\0- <>\u007F]/.test(e.url))}Kl.peek=GE;function Kl(e,t,n,r){const i=Na(n),a=i==='"'?"Quote":"Apostrophe",s=n.createTracker(r);let o,u;if(Ql(e,n)){const d=n.stack;n.stack=[],o=n.enter("autolink");let f=s.move("<");return f+=s.move(n.containerPhrasing(e,{before:f,after:">",...s.current()})),f+=s.move(">"),o(),n.stack=d,f}o=n.enter("link"),u=n.enter("label");let c=s.move("[");return c+=s.move(n.containerPhrasing(e,{before:c,after:"](",...s.current()})),c+=s.move("]("),u(),!e.url&&e.title||/[\0- \u007F]/.test(e.url)?(u=n.enter("destinationLiteral"),c+=s.move("<"),c+=s.move(n.safe(e.url,{before:c,after:">",...s.current()})),c+=s.move(">")):(u=n.enter("destinationRaw"),c+=s.move(n.safe(e.url,{before:c,after:e.title?" ":")",...s.current()}))),u(),e.title&&(u=n.enter(`title${a}`),c+=s.move(" "+i),c+=s.move(n.safe(e.title,{before:c,after:i,...s.current()})),c+=s.move(i),u()),c+=s.move(")"),o(),c}function GE(e,t,n){return Ql(e,n)?"<":"["}Jl.peek=VE;function Jl(e,t,n,r){const i=e.referenceType,a=n.enter("linkReference");let s=n.enter("label");const o=n.createTracker(r);let u=o.move("[");const c=n.containerPhrasing(e,{before:u,after:"]",...o.current()});u+=o.move(c+"]["),s();const d=n.stack;n.stack=[],s=n.enter("reference");const f=n.safe(n.associationId(e),{before:u,after:"]",...o.current()});return s(),n.stack=d,a(),i==="full"||!c||c!==f?u+=o.move(f+"]"):i==="shortcut"?u=u.slice(0,-1):u+=o.move("]"),u}function VE(){return"["}function ka(e){const t=e.options.bullet||"*";if(t!=="*"&&t!=="+"&&t!=="-")throw new Error("Cannot serialize items with `"+t+"` for `options.bullet`, expected `*`, `+`, or `-`");return t}function qE(e){const t=ka(e),n=e.options.bulletOther;if(!n)return t==="*"?"-":"*";if(n!=="*"&&n!=="+"&&n!=="-")throw new Error("Cannot serialize items with `"+n+"` for `options.bulletOther`, expected `*`, `+`, or `-`");if(n===t)throw new Error("Expected `bullet` (`"+t+"`) and `bulletOther` (`"+n+"`) to be different");return n}function WE(e){const t=e.options.bulletOrdered||".";if(t!=="."&&t!==")")throw new Error("Cannot serialize items with `"+t+"` for `options.bulletOrdered`, expected `.` or `)`");return t}function Zl(e){const t=e.options.rule||"*";if(t!=="*"&&t!=="-"&&t!=="_")throw new Error("Cannot serialize rules with `"+t+"` for `options.rule`, expected `*`, `-`, or `_`");return t}function XE(e,t,n,r){const i=n.enter("list"),a=n.bulletCurrent;let s=e.ordered?WE(n):ka(n);const o=e.ordered?s==="."?")":".":qE(n);let u=t&&n.bulletLastUsed?s===n.bulletLastUsed:!1;if(!e.ordered){const d=e.children?e.children[0]:void 0;if((s==="*"||s==="-")&&d&&(!d.children||!d.children[0])&&n.stack[n.stack.length-1]==="list"&&n.stack[n.stack.length-2]==="listItem"&&n.stack[n.stack.length-3]==="list"&&n.stack[n.stack.length-4]==="listItem"&&n.indexStack[n.indexStack.length-1]===0&&n.indexStack[n.indexStack.length-2]===0&&n.indexStack[n.indexStack.length-3]===0&&(u=!0),Zl(n)===s&&d){let f=-1;for(;++f<e.children.length;){const m=e.children[f];if(m&&m.type==="listItem"&&m.children&&m.children[0]&&m.children[0].type==="thematicBreak"){u=!0;break}}}}u&&(s=o),n.bulletCurrent=s;const c=n.containerFlow(e,r);return n.bulletLastUsed=s,n.bulletCurrent=a,i(),c}function QE(e){const t=e.options.listItemIndent||"one";if(t!=="tab"&&t!=="one"&&t!=="mixed")throw new Error("Cannot serialize items with `"+t+"` for `options.listItemIndent`, expected `tab`, `one`, or `mixed`");return t}function KE(e,t,n,r){const i=QE(n);let a=n.bulletCurrent||ka(n);t&&t.type==="list"&&t.ordered&&(a=(typeof t.start=="number"&&t.start>-1?t.start:1)+(n.options.incrementListMarker===!1?0:t.children.indexOf(e))+a);let s=a.length+1;(i==="tab"||i==="mixed"&&(t&&t.type==="list"&&t.spread||e.spread))&&(s=Math.ceil(s/4)*4);const o=n.createTracker(r);o.move(a+" ".repeat(s-a.length)),o.shift(s);const u=n.enter("listItem"),c=n.indentLines(n.containerFlow(e,o.current()),d);return u(),c;function d(f,m,h){return m?(h?"":" ".repeat(s))+f:(h?a:a+" ".repeat(s-a.length))+f}}function JE(e,t,n,r){const i=n.enter("paragraph"),a=n.enter("phrasing"),s=n.containerPhrasing(e,r);return a(),i(),s}const ZE=Pr(["break","delete","emphasis","footnote","footnoteReference","image","imageReference","inlineCode","inlineMath","link","linkReference","mdxJsxTextElement","mdxTextExpression","strong","text","textDirective"]);function eT(e,t,n,r){return(e.children.some(function(s){return ZE(s)})?n.containerPhrasing:n.containerFlow).call(n,e,r)}function tT(e){const t=e.options.strong||"*";if(t!=="*"&&t!=="_")throw new Error("Cannot serialize strong with `"+t+"` for `options.strong`, expected `*`, or `_`");return t}ec.peek=nT;function ec(e,t,n,r){const i=tT(n),a=n.enter("strong"),s=n.createTracker(r);let o=s.move(i+i);return o+=s.move(n.containerPhrasing(e,{before:o,after:i,...s.current()})),o+=s.move(i+i),a(),o}function nT(e,t,n){return n.options.strong||"*"}function rT(e,t,n,r){return n.safe(e.value,r)}function iT(e){const t=e.options.ruleRepetition||3;if(t<3)throw new Error("Cannot serialize rules with repetition `"+t+"` for `options.ruleRepetition`, expected `3` or more");return t}function aT(e,t,n){const r=(Zl(n)+(n.options.ruleSpaces?" ":"")).repeat(iT(n));return n.options.ruleSpaces?r.slice(0,-1):r}const tc={blockquote:IE,break:uo,code:DE,definition:ME,emphasis:Gl,hardBreak:uo,heading:UE,html:Vl,image:ql,imageReference:Wl,inlineCode:Xl,link:Kl,linkReference:Jl,list:XE,listItem:KE,paragraph:JE,root:eT,strong:ec,text:rT,thematicBreak:aT};function sT(){return{enter:{table:oT,tableData:lo,tableHeader:lo,tableRow:lT},exit:{codeText:cT,table:uT,tableData:gi,tableHeader:gi,tableRow:gi}}}function oT(e){const t=e._align;this.enter({type:"table",align:t.map(function(n){return n==="none"?null:n}),children:[]},e),this.data.inTable=!0}function uT(e){this.exit(e),this.data.inTable=void 0}function lT(e){this.enter({type:"tableRow",children:[]},e)}function gi(e){this.exit(e)}function lo(e){this.enter({type:"tableCell",children:[]},e)}function cT(e){let t=this.resume();this.data.inTable&&(t=t.replace(/\\([\\|])/g,dT));const n=this.stack[this.stack.length-1];n.type,n.value=t,this.exit(e)}function dT(e,t){return t==="|"?t:e}function fT(e){const t=e||{},n=t.tableCellPadding,r=t.tablePipeAlign,i=t.stringLength,a=n?" ":"|";return{unsafe:[{character:"\r",inConstruct:"tableCell"},{character:`
|
|
75
|
+
`,inConstruct:"tableCell"},{atBreak:!0,character:"|",after:"[ :-]"},{character:"|",inConstruct:"tableCell"},{atBreak:!0,character:":",after:"-"},{atBreak:!0,character:"-",after:"[:|-]"}],handlers:{inlineCode:m,table:s,tableCell:u,tableRow:o}};function s(h,b,A,w){return c(d(h,A,w),h.align)}function o(h,b,A,w){const y=f(h,A,w),_=c([y]);return _.slice(0,_.indexOf(`
|
|
76
|
+
`))}function u(h,b,A,w){const y=A.enter("tableCell"),_=A.enter("phrasing"),S=A.containerPhrasing(h,{...w,before:a,after:a});return _(),y(),S}function c(h,b){return wE(h,{align:b,alignDelimiters:r,padding:n,stringLength:i})}function d(h,b,A){const w=h.children;let y=-1;const _=[],S=b.enter("table");for(;++y<w.length;)_[y]=f(w[y],b,A);return S(),_}function f(h,b,A){const w=h.children;let y=-1;const _=[],S=b.enter("tableRow");for(;++y<w.length;)_[y]=u(w[y],h,b,A);return S(),_}function m(h,b,A){let w=tc.inlineCode(h,b,A);return A.stack.includes("tableCell")&&(w=w.replace(/\|/g,"\\$&")),w}}function hT(){return{exit:{taskListCheckValueChecked:co,taskListCheckValueUnchecked:co,paragraph:pT}}}function mT(){return{unsafe:[{atBreak:!0,character:"-",after:"[:|-]"}],handlers:{listItem:gT}}}function co(e){const t=this.stack[this.stack.length-2];t.type,t.checked=e.type==="taskListCheckValueChecked"}function pT(e){const t=this.stack[this.stack.length-2];if(t&&t.type==="listItem"&&typeof t.checked=="boolean"){const n=this.stack[this.stack.length-1];n.type;const r=n.children[0];if(r&&r.type==="text"){const i=t.children;let a=-1,s;for(;++a<i.length;){const o=i[a];if(o.type==="paragraph"){s=o;break}}s===n&&(r.value=r.value.slice(1),r.value.length===0?n.children.shift():n.position&&r.position&&typeof r.position.start.offset=="number"&&(r.position.start.column++,r.position.start.offset++,n.position.start=Object.assign({},r.position.start)))}}this.exit(e)}function gT(e,t,n,r){const i=e.children[0],a=typeof e.checked=="boolean"&&i&&i.type==="paragraph",s="["+(e.checked?"x":" ")+"] ",o=n.createTracker(r);a&&o.move(s);let u=tc.listItem(e,t,n,{...r,...o.current()});return a&&(u=u.replace(/^(?:[*+-]|\d+\.)([\r\n]| {1,3})/,c)),u;function c(d){return d+s}}function bT(){return[Xb(),gE(),xE(),sT(),hT()]}function ET(e){return{extensions:[Qb(),bE(e),yE(),fT(e),mT()]}}const TT={tokenize:ST,partial:!0},nc={tokenize:wT,partial:!0},rc={tokenize:vT,partial:!0},ic={tokenize:IT,partial:!0},xT={tokenize:NT,partial:!0},ac={name:"wwwAutolink",tokenize:_T,previous:oc},sc={name:"protocolAutolink",tokenize:CT,previous:uc},_t={name:"emailAutolink",tokenize:AT,previous:lc},Tt={};function yT(){return{text:Tt}}let Ht=48;for(;Ht<123;)Tt[Ht]=_t,Ht++,Ht===58?Ht=65:Ht===91&&(Ht=97);Tt[43]=_t;Tt[45]=_t;Tt[46]=_t;Tt[95]=_t;Tt[72]=[_t,sc];Tt[104]=[_t,sc];Tt[87]=[_t,ac];Tt[119]=[_t,ac];function AT(e,t,n){const r=this;let i,a;return s;function s(f){return!Ki(f)||!lc.call(r,r.previous)||Oa(r.events)?n(f):(e.enter("literalAutolink"),e.enter("literalAutolinkEmail"),o(f))}function o(f){return Ki(f)?(e.consume(f),o):f===64?(e.consume(f),u):n(f)}function u(f){return f===46?e.check(xT,d,c)(f):f===45||f===95||je(f)?(a=!0,e.consume(f),u):d(f)}function c(f){return e.consume(f),i=!0,u}function d(f){return a&&i&&Ve(r.previous)?(e.exit("literalAutolinkEmail"),e.exit("literalAutolink"),t(f)):n(f)}}function _T(e,t,n){const r=this;return i;function i(s){return s!==87&&s!==119||!oc.call(r,r.previous)||Oa(r.events)?n(s):(e.enter("literalAutolink"),e.enter("literalAutolinkWww"),e.check(TT,e.attempt(nc,e.attempt(rc,a),n),n)(s))}function a(s){return e.exit("literalAutolinkWww"),e.exit("literalAutolink"),t(s)}}function CT(e,t,n){const r=this;let i="",a=!1;return s;function s(f){return(f===72||f===104)&&uc.call(r,r.previous)&&!Oa(r.events)?(e.enter("literalAutolink"),e.enter("literalAutolinkHttp"),i+=String.fromCodePoint(f),e.consume(f),o):n(f)}function o(f){if(Ve(f)&&i.length<5)return i+=String.fromCodePoint(f),e.consume(f),o;if(f===58){const m=i.toLowerCase();if(m==="http"||m==="https")return e.consume(f),u}return n(f)}function u(f){return f===47?(e.consume(f),a?c:(a=!0,u)):n(f)}function c(f){return f===null||hr(f)||Se(f)||Vt(f)||Lr(f)?n(f):e.attempt(nc,e.attempt(rc,d),n)(f)}function d(f){return e.exit("literalAutolinkHttp"),e.exit("literalAutolink"),t(f)}}function ST(e,t,n){let r=0;return i;function i(s){return(s===87||s===119)&&r<3?(r++,e.consume(s),i):s===46&&r===3?(e.consume(s),a):n(s)}function a(s){return s===null?n(s):t(s)}}function wT(e,t,n){let r,i,a;return s;function s(c){return c===46||c===95?e.check(ic,u,o)(c):c===null||Se(c)||Vt(c)||c!==45&&Lr(c)?u(c):(a=!0,e.consume(c),s)}function o(c){return c===95?r=!0:(i=r,r=void 0),e.consume(c),s}function u(c){return i||r||!a?n(c):t(c)}}function vT(e,t){let n=0,r=0;return i;function i(s){return s===40?(n++,e.consume(s),i):s===41&&r<n?a(s):s===33||s===34||s===38||s===39||s===41||s===42||s===44||s===46||s===58||s===59||s===60||s===63||s===93||s===95||s===126?e.check(ic,t,a)(s):s===null||Se(s)||Vt(s)?t(s):(e.consume(s),i)}function a(s){return s===41&&r++,e.consume(s),i}}function IT(e,t,n){return r;function r(o){return o===33||o===34||o===39||o===41||o===42||o===44||o===46||o===58||o===59||o===63||o===95||o===126?(e.consume(o),r):o===38?(e.consume(o),a):o===93?(e.consume(o),i):o===60||o===null||Se(o)||Vt(o)?t(o):n(o)}function i(o){return o===null||o===40||o===91||Se(o)||Vt(o)?t(o):r(o)}function a(o){return Ve(o)?s(o):n(o)}function s(o){return o===59?(e.consume(o),r):Ve(o)?(e.consume(o),s):n(o)}}function NT(e,t,n){return r;function r(a){return e.consume(a),i}function i(a){return je(a)?n(a):t(a)}}function oc(e){return e===null||e===40||e===42||e===95||e===91||e===93||e===126||Se(e)}function uc(e){return!Ve(e)}function lc(e){return!(e===47||Ki(e))}function Ki(e){return e===43||e===45||e===46||e===95||je(e)}function Oa(e){let t=e.length,n=!1;for(;t--;){const r=e[t][1];if((r.type==="labelLink"||r.type==="labelImage")&&!r._balanced){n=!0;break}if(r._gfmAutolinkLiteralWalkedInto){n=!1;break}}return e.length>0&&!n&&(e[e.length-1][1]._gfmAutolinkLiteralWalkedInto=!0),n}const kT={tokenize:FT,partial:!0};function OT(){return{document:{91:{name:"gfmFootnoteDefinition",tokenize:PT,continuation:{tokenize:MT},exit:BT}},text:{91:{name:"gfmFootnoteCall",tokenize:DT},93:{name:"gfmPotentialFootnoteCall",add:"after",tokenize:LT,resolveTo:RT}}}}function LT(e,t,n){const r=this;let i=r.events.length;const a=r.parser.gfmFootnotes||(r.parser.gfmFootnotes=[]);let s;for(;i--;){const u=r.events[i][1];if(u.type==="labelImage"){s=u;break}if(u.type==="gfmFootnoteCall"||u.type==="labelLink"||u.type==="label"||u.type==="image"||u.type==="link")break}return o;function o(u){if(!s||!s._balanced)return n(u);const c=ut(r.sliceSerialize({start:s.end,end:r.now()}));return c.codePointAt(0)!==94||!a.includes(c.slice(1))?n(u):(e.enter("gfmFootnoteCallLabelMarker"),e.consume(u),e.exit("gfmFootnoteCallLabelMarker"),t(u))}}function RT(e,t){let n=e.length;for(;n--;)if(e[n][1].type==="labelImage"&&e[n][0]==="enter"){e[n][1];break}e[n+1][1].type="data",e[n+3][1].type="gfmFootnoteCallLabelMarker";const r={type:"gfmFootnoteCall",start:Object.assign({},e[n+3][1].start),end:Object.assign({},e[e.length-1][1].end)},i={type:"gfmFootnoteCallMarker",start:Object.assign({},e[n+3][1].end),end:Object.assign({},e[n+3][1].end)};i.end.column++,i.end.offset++,i.end._bufferIndex++;const a={type:"gfmFootnoteCallString",start:Object.assign({},i.end),end:Object.assign({},e[e.length-1][1].start)},s={type:"chunkString",contentType:"string",start:Object.assign({},a.start),end:Object.assign({},a.end)},o=[e[n+1],e[n+2],["enter",r,t],e[n+3],e[n+4],["enter",i,t],["exit",i,t],["enter",a,t],["enter",s,t],["exit",s,t],["exit",a,t],e[e.length-2],e[e.length-1],["exit",r,t]];return e.splice(n,e.length-n+1,...o),e}function DT(e,t,n){const r=this,i=r.parser.gfmFootnotes||(r.parser.gfmFootnotes=[]);let a=0,s;return o;function o(f){return e.enter("gfmFootnoteCall"),e.enter("gfmFootnoteCallLabelMarker"),e.consume(f),e.exit("gfmFootnoteCallLabelMarker"),u}function u(f){return f!==94?n(f):(e.enter("gfmFootnoteCallMarker"),e.consume(f),e.exit("gfmFootnoteCallMarker"),e.enter("gfmFootnoteCallString"),e.enter("chunkString").contentType="string",c)}function c(f){if(a>999||f===93&&!s||f===null||f===91||Se(f))return n(f);if(f===93){e.exit("chunkString");const m=e.exit("gfmFootnoteCallString");return i.includes(ut(r.sliceSerialize(m)))?(e.enter("gfmFootnoteCallLabelMarker"),e.consume(f),e.exit("gfmFootnoteCallLabelMarker"),e.exit("gfmFootnoteCall"),t):n(f)}return Se(f)||(s=!0),a++,e.consume(f),f===92?d:c}function d(f){return f===91||f===92||f===93?(e.consume(f),a++,c):c(f)}}function PT(e,t,n){const r=this,i=r.parser.gfmFootnotes||(r.parser.gfmFootnotes=[]);let a,s=0,o;return u;function u(b){return e.enter("gfmFootnoteDefinition")._container=!0,e.enter("gfmFootnoteDefinitionLabel"),e.enter("gfmFootnoteDefinitionLabelMarker"),e.consume(b),e.exit("gfmFootnoteDefinitionLabelMarker"),c}function c(b){return b===94?(e.enter("gfmFootnoteDefinitionMarker"),e.consume(b),e.exit("gfmFootnoteDefinitionMarker"),e.enter("gfmFootnoteDefinitionLabelString"),e.enter("chunkString").contentType="string",d):n(b)}function d(b){if(s>999||b===93&&!o||b===null||b===91||Se(b))return n(b);if(b===93){e.exit("chunkString");const A=e.exit("gfmFootnoteDefinitionLabelString");return a=ut(r.sliceSerialize(A)),e.enter("gfmFootnoteDefinitionLabelMarker"),e.consume(b),e.exit("gfmFootnoteDefinitionLabelMarker"),e.exit("gfmFootnoteDefinitionLabel"),m}return Se(b)||(o=!0),s++,e.consume(b),b===92?f:d}function f(b){return b===91||b===92||b===93?(e.consume(b),s++,d):d(b)}function m(b){return b===58?(e.enter("definitionMarker"),e.consume(b),e.exit("definitionMarker"),i.includes(a)||i.push(a),Te(e,h,"gfmFootnoteDefinitionWhitespace")):n(b)}function h(b){return t(b)}}function MT(e,t,n){return e.check(Gn,t,e.attempt(kT,t,n))}function BT(e){e.exit("gfmFootnoteDefinition")}function FT(e,t,n){const r=this;return Te(e,i,"gfmFootnoteDefinitionIndent",5);function i(a){const s=r.events[r.events.length-1];return s&&s[1].type==="gfmFootnoteDefinitionIndent"&&s[2].sliceSerialize(s[1],!0).length===4?t(a):n(a)}}function HT(e){let n=(e||{}).singleTilde;const r={name:"strikethrough",tokenize:a,resolveAll:i};return n==null&&(n=!0),{text:{126:r},insideSpan:{null:[r]},attentionMarkers:{null:[126]}};function i(s,o){let u=-1;for(;++u<s.length;)if(s[u][0]==="enter"&&s[u][1].type==="strikethroughSequenceTemporary"&&s[u][1]._close){let c=u;for(;c--;)if(s[c][0]==="exit"&&s[c][1].type==="strikethroughSequenceTemporary"&&s[c][1]._open&&s[u][1].end.offset-s[u][1].start.offset===s[c][1].end.offset-s[c][1].start.offset){s[u][1].type="strikethroughSequence",s[c][1].type="strikethroughSequence";const d={type:"strikethrough",start:Object.assign({},s[c][1].start),end:Object.assign({},s[u][1].end)},f={type:"strikethroughText",start:Object.assign({},s[c][1].end),end:Object.assign({},s[u][1].start)},m=[["enter",d,o],["enter",s[c][1],o],["exit",s[c][1],o],["enter",f,o]],h=o.parser.constructs.insideSpan.null;h&&Ze(m,m.length,0,Rr(h,s.slice(c+1,u),o)),Ze(m,m.length,0,[["exit",f,o],["enter",s[u][1],o],["exit",s[u][1],o],["exit",d,o]]),Ze(s,c-1,u-c+3,m),u=c+m.length-2;break}}for(u=-1;++u<s.length;)s[u][1].type==="strikethroughSequenceTemporary"&&(s[u][1].type="data");return s}function a(s,o,u){const c=this.previous,d=this.events;let f=0;return m;function m(b){return c===126&&d[d.length-1][1].type!=="characterEscape"?u(b):(s.enter("strikethroughSequenceTemporary"),h(b))}function h(b){const A=mr(c);if(b===126)return f>1?u(b):(s.consume(b),f++,h);if(f<2&&!n)return u(b);const w=s.exit("strikethroughSequenceTemporary"),y=mr(b);return w._open=!y||y===2&&!!A,w._close=!A||A===2&&!!y,o(b)}}}class UT{constructor(){this.map=[]}add(t,n,r){jT(this,t,n,r)}consume(t){if(this.map.sort(function(a,s){return a[0]-s[0]}),this.map.length===0)return;let n=this.map.length;const r=[];for(;n>0;)n-=1,r.push(t.slice(this.map[n][0]+this.map[n][1]),this.map[n][2]),t.length=this.map[n][0];r.push(t.slice()),t.length=0;let i=r.pop();for(;i;){for(const a of i)t.push(a);i=r.pop()}this.map.length=0}}function jT(e,t,n,r){let i=0;if(!(n===0&&r.length===0)){for(;i<e.map.length;){if(e.map[i][0]===t){e.map[i][1]+=n,e.map[i][2].push(...r);return}i+=1}e.map.push([t,n,r])}}function zT(e,t){let n=!1;const r=[];for(;t<e.length;){const i=e[t];if(n){if(i[0]==="enter")i[1].type==="tableContent"&&r.push(e[t+1][1].type==="tableDelimiterMarker"?"left":"none");else if(i[1].type==="tableContent"){if(e[t-1][1].type==="tableDelimiterMarker"){const a=r.length-1;r[a]=r[a]==="left"?"center":"right"}}else if(i[1].type==="tableDelimiterRow")break}else i[0]==="enter"&&i[1].type==="tableDelimiterRow"&&(n=!0);t+=1}return r}function $T(){return{flow:{null:{name:"table",tokenize:YT,resolveAll:GT}}}}function YT(e,t,n){const r=this;let i=0,a=0,s;return o;function o(k){let P=r.events.length-1;for(;P>-1;){const z=r.events[P][1].type;if(z==="lineEnding"||z==="linePrefix")P--;else break}const $=P>-1?r.events[P][1].type:null,U=$==="tableHead"||$==="tableRow"?N:u;return U===N&&r.parser.lazy[r.now().line]?n(k):U(k)}function u(k){return e.enter("tableHead"),e.enter("tableRow"),c(k)}function c(k){return k===124||(s=!0,a+=1),d(k)}function d(k){return k===null?n(k):ee(k)?a>1?(a=0,r.interrupt=!0,e.exit("tableRow"),e.enter("lineEnding"),e.consume(k),e.exit("lineEnding"),h):n(k):fe(k)?Te(e,d,"whitespace")(k):(a+=1,s&&(s=!1,i+=1),k===124?(e.enter("tableCellDivider"),e.consume(k),e.exit("tableCellDivider"),s=!0,d):(e.enter("data"),f(k)))}function f(k){return k===null||k===124||Se(k)?(e.exit("data"),d(k)):(e.consume(k),k===92?m:f)}function m(k){return k===92||k===124?(e.consume(k),f):f(k)}function h(k){return r.interrupt=!1,r.parser.lazy[r.now().line]?n(k):(e.enter("tableDelimiterRow"),s=!1,fe(k)?Te(e,b,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(k):b(k))}function b(k){return k===45||k===58?w(k):k===124?(s=!0,e.enter("tableCellDivider"),e.consume(k),e.exit("tableCellDivider"),A):I(k)}function A(k){return fe(k)?Te(e,w,"whitespace")(k):w(k)}function w(k){return k===58?(a+=1,s=!0,e.enter("tableDelimiterMarker"),e.consume(k),e.exit("tableDelimiterMarker"),y):k===45?(a+=1,y(k)):k===null||ee(k)?D(k):I(k)}function y(k){return k===45?(e.enter("tableDelimiterFiller"),_(k)):I(k)}function _(k){return k===45?(e.consume(k),_):k===58?(s=!0,e.exit("tableDelimiterFiller"),e.enter("tableDelimiterMarker"),e.consume(k),e.exit("tableDelimiterMarker"),S):(e.exit("tableDelimiterFiller"),S(k))}function S(k){return fe(k)?Te(e,D,"whitespace")(k):D(k)}function D(k){return k===124?b(k):k===null||ee(k)?!s||i!==a?I(k):(e.exit("tableDelimiterRow"),e.exit("tableHead"),t(k)):I(k)}function I(k){return n(k)}function N(k){return e.enter("tableRow"),G(k)}function G(k){return k===124?(e.enter("tableCellDivider"),e.consume(k),e.exit("tableCellDivider"),G):k===null||ee(k)?(e.exit("tableRow"),t(k)):fe(k)?Te(e,G,"whitespace")(k):(e.enter("data"),ae(k))}function ae(k){return k===null||k===124||Se(k)?(e.exit("data"),G(k)):(e.consume(k),k===92?Z:ae)}function Z(k){return k===92||k===124?(e.consume(k),ae):ae(k)}}function GT(e,t){let n=-1,r=!0,i=0,a=[0,0,0,0],s=[0,0,0,0],o=!1,u=0,c,d,f;const m=new UT;for(;++n<e.length;){const h=e[n],b=h[1];h[0]==="enter"?b.type==="tableHead"?(o=!1,u!==0&&(fo(m,t,u,c,d),d=void 0,u=0),c={type:"table",start:Object.assign({},b.start),end:Object.assign({},b.end)},m.add(n,0,[["enter",c,t]])):b.type==="tableRow"||b.type==="tableDelimiterRow"?(r=!0,f=void 0,a=[0,0,0,0],s=[0,n+1,0,0],o&&(o=!1,d={type:"tableBody",start:Object.assign({},b.start),end:Object.assign({},b.end)},m.add(n,0,[["enter",d,t]])),i=b.type==="tableDelimiterRow"?2:d?3:1):i&&(b.type==="data"||b.type==="tableDelimiterMarker"||b.type==="tableDelimiterFiller")?(r=!1,s[2]===0&&(a[1]!==0&&(s[0]=s[1],f=ar(m,t,a,i,void 0,f),a=[0,0,0,0]),s[2]=n)):b.type==="tableCellDivider"&&(r?r=!1:(a[1]!==0&&(s[0]=s[1],f=ar(m,t,a,i,void 0,f)),a=s,s=[a[1],n,0,0])):b.type==="tableHead"?(o=!0,u=n):b.type==="tableRow"||b.type==="tableDelimiterRow"?(u=n,a[1]!==0?(s[0]=s[1],f=ar(m,t,a,i,n,f)):s[1]!==0&&(f=ar(m,t,s,i,n,f)),i=0):i&&(b.type==="data"||b.type==="tableDelimiterMarker"||b.type==="tableDelimiterFiller")&&(s[3]=n)}for(u!==0&&fo(m,t,u,c,d),m.consume(t.events),n=-1;++n<t.events.length;){const h=t.events[n];h[0]==="enter"&&h[1].type==="table"&&(h[1]._align=zT(t.events,n))}return e}function ar(e,t,n,r,i,a){const s=r===1?"tableHeader":r===2?"tableDelimiter":"tableData",o="tableContent";n[0]!==0&&(a.end=Object.assign({},sn(t.events,n[0])),e.add(n[0],0,[["exit",a,t]]));const u=sn(t.events,n[1]);if(a={type:s,start:Object.assign({},u),end:Object.assign({},u)},e.add(n[1],0,[["enter",a,t]]),n[2]!==0){const c=sn(t.events,n[2]),d=sn(t.events,n[3]),f={type:o,start:Object.assign({},c),end:Object.assign({},d)};if(e.add(n[2],0,[["enter",f,t]]),r!==2){const m=t.events[n[2]],h=t.events[n[3]];if(m[1].end=Object.assign({},h[1].end),m[1].type="chunkText",m[1].contentType="text",n[3]>n[2]+1){const b=n[2]+1,A=n[3]-n[2]-1;e.add(b,A,[])}}e.add(n[3]+1,0,[["exit",f,t]])}return i!==void 0&&(a.end=Object.assign({},sn(t.events,i)),e.add(i,0,[["exit",a,t]]),a=void 0),a}function fo(e,t,n,r,i){const a=[],s=sn(t.events,n);i&&(i.end=Object.assign({},s),a.push(["exit",i,t])),r.end=Object.assign({},s),a.push(["exit",r,t]),e.add(n+1,0,a)}function sn(e,t){const n=e[t],r=n[0]==="enter"?"start":"end";return n[1][r]}const VT={name:"tasklistCheck",tokenize:WT};function qT(){return{text:{91:VT}}}function WT(e,t,n){const r=this;return i;function i(u){return r.previous!==null||!r._gfmTasklistFirstContentOfListItem?n(u):(e.enter("taskListCheck"),e.enter("taskListCheckMarker"),e.consume(u),e.exit("taskListCheckMarker"),a)}function a(u){return Se(u)?(e.enter("taskListCheckValueUnchecked"),e.consume(u),e.exit("taskListCheckValueUnchecked"),s):u===88||u===120?(e.enter("taskListCheckValueChecked"),e.consume(u),e.exit("taskListCheckValueChecked"),s):n(u)}function s(u){return u===93?(e.enter("taskListCheckMarker"),e.consume(u),e.exit("taskListCheckMarker"),e.exit("taskListCheck"),o):n(u)}function o(u){return ee(u)?t(u):fe(u)?e.check({tokenize:XT},t,n)(u):n(u)}}function XT(e,t,n){return Te(e,r,"whitespace");function r(i){return i===null?n(i):t(i)}}function QT(e){return Lu([yT(),OT(),HT(e),$T(),qT()])}const KT={};function JT(e){const t=this,n=e||KT,r=t.data(),i=r.micromarkExtensions||(r.micromarkExtensions=[]),a=r.fromMarkdownExtensions||(r.fromMarkdownExtensions=[]),s=r.toMarkdownExtensions||(r.toMarkdownExtensions=[]);i.push(QT(n)),a.push(bT()),s.push(ET(n))}const ho=new Set;function ZT(e){return ho.has(e)?!1:(ho.add(e),!0)}function e2(e,{root:t,rootSelector:n,rootMargin:r="0px",threshold:i=0,dedupeKey:a}={}){const s=v.useRef(!1),o=v.useRef();return v.useCallback(c=>{if(o.current?.(),o.current=void 0,!c||s.current)return;const d=t??(n?document.querySelector(n):null),f=()=>{a&&!ZT(a)||(s.current=!0,e())};if(typeof window>"u"||!("IntersectionObserver"in window)){f();return}const m=new IntersectionObserver((h,b)=>{h[0]?.isIntersecting&&(b.disconnect(),f())},{root:d,rootMargin:r,threshold:i});m.observe(c),o.current=()=>m.disconnect()},[t,n,r,i,a,e])}class Un{constructor(){}static getApiUrl=()=>aa()?"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:i={}})=>{const a={method:n,headers:this.getHeaders({contentType:t}),...i};return r&&(a.body=JSON.stringify(r)),a}}function t2(e,t){if(!t||!e)return e;const n=t.replace(/^[?&]+/,""),[r,i]=e.split("#"),a=r.includes("?")?"&":"?",s=`${r}${a}${n}`;return i?`${s}#${i}`:s}function n2({href:e="",queryParamToAppend:t="",children:n,context:r,onClick:i,seenRootEl:a,...s}){const{companySettings:o}=v.useContext(kt),u=e.startsWith("/")||typeof window<"u"&&e.startsWith(window.location.origin),c=Un.getApiUrl(),d=t2(e,o.api.tracking?.queryParamToAppend),f=()=>{const y=`${c}/tracking/clicked/${r.appToken}`,_={discussionId:r.discussionId,urlClicked:e};try{fetch(y,{method:"POST",headers:{"Content-Type":"application/json",Accept:"application/json"},body:JSON.stringify(_),keepalive:!0,cache:"no-store",credentials:"omit",mode:"cors"}).catch(()=>{})}catch{}},m=()=>{const y=`${c}/tracking/displayed/${r.appToken}`,_={discussionId:r.discussionId,urlSeen:e};try{fetch(y,{method:"POST",headers:{"Content-Type":"application/json",Accept:"application/json"},body:JSON.stringify(_),keepalive:!0,cache:"no-store",credentials:"omit",mode:"cors"}).catch(()=>{})}catch{}},h=v.useMemo(()=>`${r.appToken}::${r.discussionId}::${e}`,[r.appToken,r.discussionId,e]),b=e2(m,{root:a,threshold:0,rootMargin:"0px 0px -10% 0px",dedupeKey:h}),A=y=>{f(),i?.(y)},w=u?{}:{target:"_blank",rel:"noopener noreferrer"};return u?C.jsx("a",{ref:b,href:d,...s,onClick:A,className:"customLinkInternal",children:n}):C.jsx("a",{ref:b,href:d,...w,...s,onClick:A,className:"customLinkExternal",children:n})}const r2=({content:e,metaData:t,context:n,seenRootEl:r})=>C.jsx(Ul,{children:C.jsx("div",{className:"chatLineAssistant flex justify-start",children:C.jsx("div",{className:`mr-auto w-full rounded-2xl rounded-bl-md px-4 py-3 transition-all duration-300 text-left ${t?.isErrorMessage?"bg-red-100 text-red-800 shadow-md animate-fade-in":"bg-slate-100 text-gray-800 shadow-sm"}`,children:C.jsx("div",{children:C.jsx(Zu,{remarkPlugins:[JT],remarkRehypeOptions:{passThrough:["link"]},rehypePlugins:[Hl],components:{a:({node:i,href:a,children:s,...o})=>C.jsx(n2,{href:a??"",...o,context:n,seenRootEl:r,children:s})},children:e&&e})})})})}),i2=({userType:e,content:t,metaData:n,context:r,seenRootEl:i})=>{const a=e==="user",s=e==="assistant";return C.jsxs(C.Fragment,{children:[a&&C.jsx($b,{content:t,metaData:n}),s&&C.jsx(r2,{content:t,metaData:n,context:r,seenRootEl:i})]})};function a2(e,t,n){let[r,i]=v.useState(e||t),a=v.useRef(e!==void 0),s=e!==void 0;v.useEffect(()=>{let c=a.current;c!==s&&console.warn(`WARN: A component changed from ${c?"controlled":"uncontrolled"} to ${s?"controlled":"uncontrolled"}.`),a.current=s},[s]);let o=s?e:r,u=v.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"),i((h,...b)=>{let A=c(s?o:h,...b);return f(A,...d),s?h:A})):(s||i(c),f(c,...d))},[s,o,n]);return[o,u]}const xr={prefix:String(Math.round(Math.random()*1e10)),current:0},cc=v.createContext(xr),s2=v.createContext(!1);let o2=!!(typeof window<"u"&&window.document&&window.document.createElement),bi=new WeakMap;function u2(e=!1){let t=v.useContext(cc),n=v.useRef(null);if(n.current===null&&!e){var r,i;let a=(i=v.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED)===null||i===void 0||(r=i.ReactCurrentOwner)===null||r===void 0?void 0:r.current;if(a){let s=bi.get(a);s==null?bi.set(a,{id:t.current,state:a.memoizedState}):a.memoizedState!==s.state&&(t.current=s.id,bi.delete(a))}n.current=++t.current}return n.current}function l2(e){let t=v.useContext(cc);t===xr&&!o2&&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=u2(!!e),r=t===xr&&process.env.NODE_ENV==="test"?"react-aria":`react-aria${t.prefix}`;return e||`${r}-${n}`}function c2(e){let t=v.useId(),[n]=v.useState(p2()),r=n||process.env.NODE_ENV==="test"?"react-aria":`react-aria${xr.prefix}`;return e||`${r}-${t}`}const d2=typeof v.useId=="function"?c2:l2;function f2(){return!1}function h2(){return!0}function m2(e){return()=>{}}function p2(){return typeof v.useSyncExternalStore=="function"?v.useSyncExternalStore(m2,f2,h2):v.useContext(s2)}function dc(e){var t,n,r="";if(typeof e=="string"||typeof e=="number")r+=e;else if(typeof e=="object")if(Array.isArray(e)){var i=e.length;for(t=0;t<i;t++)e[t]&&(n=dc(e[t]))&&(r&&(r+=" "),r+=n)}else for(n in e)e[n]&&(r&&(r+=" "),r+=n);return r}function g2(){for(var e,t,n=0,r="",i=arguments.length;n<i;n++)(e=arguments[n])&&(t=dc(e))&&(r&&(r+=" "),r+=t);return r}const Zt=typeof document<"u"?v.useLayoutEffect:()=>{};function Yt(e){const t=v.useRef(null);return Zt(()=>{t.current=e},[e]),v.useCallback((...n)=>{const r=t.current;return r?.(...n)},[])}function b2(e){let[t,n]=v.useState(e),r=v.useRef(null),i=Yt(()=>{if(!r.current)return;let s=r.current.next();if(s.done){r.current=null;return}t===s.value?i():n(s.value)});Zt(()=>{r.current&&i()});let a=Yt(s=>{r.current=s(t),i()});return[t,a]}let E2=!!(typeof window<"u"&&window.document&&window.document.createElement),yr=new Map;function Ar(e){let[t,n]=v.useState(e),r=v.useRef(null),i=d2(t),a=v.useCallback(s=>{r.current=s},[]);return E2&&yr.set(i,a),Zt(()=>{let s=i;return()=>{yr.delete(s)}},[i]),v.useEffect(()=>{let s=r.current;s&&(r.current=null,n(s))}),i}function T2(e,t){if(e===t)return e;let n=yr.get(e);if(n)return n(t),t;let r=yr.get(t);return r?(r(e),e):t}function mo(e=[]){let t=Ar(),[n,r]=b2(t),i=v.useCallback(()=>{r(function*(){yield t,yield document.getElementById(t)?t:void 0})},[t,r]);return Zt(i,[t,i,...e]),n}function x2(...e){return(...t)=>{for(let n of e)typeof n=="function"&&n(...t)}}const Xn=e=>{var t;return(t=e?.ownerDocument)!==null&&t!==void 0?t:document},_r=e=>e&&"window"in e&&e.window===e?e:Xn(e).defaultView||window;function Cr(...e){let t={...e[0]};for(let n=1;n<e.length;n++){let r=e[n];for(let i in r){let a=t[i],s=r[i];typeof a=="function"&&typeof s=="function"&&i[0]==="o"&&i[1]==="n"&&i.charCodeAt(2)>=65&&i.charCodeAt(2)<=90?t[i]=x2(a,s):(i==="className"||i==="UNSAFE_className")&&typeof a=="string"&&typeof s=="string"?t[i]=g2(a,s):i==="id"&&a&&s?t.id=T2(a,s):t[i]=s!==void 0?s:a}}return t}const y2=new Set(["id"]),A2=new Set(["aria-label","aria-labelledby","aria-describedby","aria-details"]),_2=new Set(["href","target","rel","download","ping","referrerPolicy"]),C2=/^(data-.*)$/;function S2(e,t={}){let{labelable:n,isLink:r,propNames:i}=t,a={};for(const s in e)Object.prototype.hasOwnProperty.call(e,s)&&(y2.has(s)||n&&A2.has(s)||r&&_2.has(s)||i?.has(s)||C2.test(s))&&(a[s]=e[s]);return a}function po(e){if(w2())e.focus({preventScroll:!0});else{let t=v2(e);e.focus(),I2(t)}}let sr=null;function w2(){if(sr==null){sr=!1;try{document.createElement("div").focus({get preventScroll(){return sr=!0,!0}})}catch{}}return sr}function v2(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 I2(e){for(let{element:t,scrollTop:n,scrollLeft:r}of e)t.scrollTop=n,t.scrollLeft=r}function N2(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 k2(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 O2(){return k2(/^Mac/i)}function L2(){return N2(/Android/i)}let on=new Map,Ji=new Set;function go(){if(typeof window>"u")return;function e(r){return"propertyName"in r}let t=r=>{if(!e(r)||!r.target)return;let i=on.get(r.target);i||(i=new Set,on.set(r.target,i),r.target.addEventListener("transitioncancel",n,{once:!0})),i.add(r.propertyName)},n=r=>{if(!e(r)||!r.target)return;let i=on.get(r.target);if(i&&(i.delete(r.propertyName),i.size===0&&(r.target.removeEventListener("transitioncancel",n),on.delete(r.target)),on.size===0)){for(let a of Ji)a();Ji.clear()}};document.body.addEventListener("transitionrun",t),document.body.addEventListener("transitionend",n)}typeof document<"u"&&(document.readyState!=="loading"?go():document.addEventListener("DOMContentLoaded",go));function R2(e){requestAnimationFrame(()=>{on.size===0?e():Ji.add(e)})}function D2(e,t){let{id:n,"aria-label":r,"aria-labelledby":i}=e;return n=Ar(n),i&&r?i=[...new Set([n,...i.trim().split(/\s+/)])].join(" "):i&&(i=i.trim().split(/\s+/).join(" ")),!r&&!i&&t&&(r=t),{id:n,"aria-label":r,"aria-labelledby":i}}function P2(e,t){Zt(()=>{if(e&&e.ref&&t)return e.ref.current=t.current,()=>{e.ref&&(e.ref.current=null)}})}function M2(e){return e.mozInputSource===0&&e.isTrusted?!0:L2()&&e.pointerType?e.type==="click"&&e.buttons===1:e.detail===0&&!e.pointerType}function B2(e,t,n){let r=v.useRef(t),i=Yt(()=>{n&&n(r.current)});v.useEffect(()=>{var a;let s=e==null||(a=e.current)===null||a===void 0?void 0:a.form;return s?.addEventListener("reset",i),()=>{s?.removeEventListener("reset",i)}},[e,i])}const F2=v.createContext({register:()=>{}});F2.displayName="PressResponderContext";class H2{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 U2(e){let t=v.useRef({isFocused:!1,observer:null});Zt(()=>{const r=t.current;return()=>{r.observer&&(r.observer.disconnect(),r.observer=null)}},[]);let n=Yt(r=>{e?.(r)});return v.useCallback(r=>{if(r.target instanceof HTMLButtonElement||r.target instanceof HTMLInputElement||r.target instanceof HTMLTextAreaElement||r.target instanceof HTMLSelectElement){t.current.isFocused=!0;let i=r.target,a=s=>{t.current.isFocused=!1,i.disabled&&n(new H2("blur",s)),t.current.observer&&(t.current.observer.disconnect(),t.current.observer=null)};i.addEventListener("focusout",a,{once:!0}),t.current.observer=new MutationObserver(()=>{if(t.current.isFocused&&i.disabled){var s;(s=t.current.observer)===null||s===void 0||s.disconnect();let o=i===document.activeElement?null:document.activeElement;i.dispatchEvent(new FocusEvent("blur",{relatedTarget:o})),i.dispatchEvent(new FocusEvent("focusout",{bubbles:!0,relatedTarget:o}))}}),t.current.observer.observe(i,{attributes:!0,attributeFilter:["disabled"]})}},[n])}function j2(e){let{isDisabled:t,onFocus:n,onBlur:r,onFocusChange:i}=e;const a=v.useCallback(u=>{if(u.target===u.currentTarget)return r&&r(u),i&&i(!1),!0},[r,i]),s=U2(a),o=v.useCallback(u=>{u.target===u.currentTarget&&document.activeElement===u.target&&(n&&n(u),i&&i(!0),s(u))},[i,n,s]);return{focusProps:{onFocus:!t&&(n||i||r)?o:void 0,onBlur:!t&&(r||i)?a:void 0}}}let yn=null,z2=new Set,Mn=new Map,qt=!1,Zi=!1;function zr(e,t){for(let n of z2)n(e,t)}function $2(e){return!(e.metaKey||!O2()&&e.altKey||e.ctrlKey||e.key==="Control"||e.key==="Shift"||e.key==="Meta")}function Sr(e){qt=!0,$2(e)&&(yn="keyboard",zr("keyboard",e))}function nt(e){yn="pointer",(e.type==="mousedown"||e.type==="pointerdown")&&(qt=!0,zr("pointer",e))}function fc(e){M2(e)&&(qt=!0,yn="virtual")}function hc(e){e.target===window||e.target===document||(!qt&&!Zi&&(yn="virtual",zr("virtual",e)),qt=!1,Zi=!1)}function mc(){qt=!1,Zi=!0}function bo(e){if(typeof window>"u"||Mn.get(_r(e)))return;const t=_r(e),n=Xn(e);let r=t.HTMLElement.prototype.focus;t.HTMLElement.prototype.focus=function(){qt=!0,r.apply(this,arguments)},n.addEventListener("keydown",Sr,!0),n.addEventListener("keyup",Sr,!0),n.addEventListener("click",fc,!0),t.addEventListener("focus",hc,!0),t.addEventListener("blur",mc,!1),typeof PointerEvent<"u"?(n.addEventListener("pointerdown",nt,!0),n.addEventListener("pointermove",nt,!0),n.addEventListener("pointerup",nt,!0)):(n.addEventListener("mousedown",nt,!0),n.addEventListener("mousemove",nt,!0),n.addEventListener("mouseup",nt,!0)),t.addEventListener("beforeunload",()=>{pc(e)},{once:!0}),Mn.set(t,{focus:r})}const pc=(e,t)=>{const n=_r(e),r=Xn(e);t&&r.removeEventListener("DOMContentLoaded",t),Mn.has(n)&&(n.HTMLElement.prototype.focus=Mn.get(n).focus,r.removeEventListener("keydown",Sr,!0),r.removeEventListener("keyup",Sr,!0),r.removeEventListener("click",fc,!0),n.removeEventListener("focus",hc,!0),n.removeEventListener("blur",mc,!1),typeof PointerEvent<"u"?(r.removeEventListener("pointerdown",nt,!0),r.removeEventListener("pointermove",nt,!0),r.removeEventListener("pointerup",nt,!0)):(r.removeEventListener("mousedown",nt,!0),r.removeEventListener("mousemove",nt,!0),r.removeEventListener("mouseup",nt,!0)),Mn.delete(n))};function Y2(e){const t=Xn(e);let n;return t.readyState!=="loading"?bo(e):(n=()=>{bo(e)},t.addEventListener("DOMContentLoaded",n)),()=>pc(e,n)}typeof document<"u"&&Y2();function G2(){return yn}function V2(e){yn=e,zr(e,null)}function Eo(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 q2(e){return{keyboardProps:e.isDisabled?{}:{onKeyDown:Eo(e.onKeyDown),onKeyUp:Eo(e.onKeyUp)}}}function W2(e){const t=Xn(e);if(G2()==="virtual"){let n=t.activeElement;R2(()=>{t.activeElement===n&&e.isConnected&&po(e)})}else po(e)}function X2(e,t){return!e||!t?!1:t.some(n=>n.contains(e))}class La{get size(){return this.fastMap.size}getTreeNode(t){return this.fastMap.get(t)}addTreeNode(t,n,r){let i=this.fastMap.get(n??null);if(!i)return;let a=new To({scopeRef:t});i.addChild(a),a.parent=i,this.fastMap.set(t,a),r&&(a.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 a of this.traverse())a!==n&&n.nodeToRestore&&a.nodeToRestore&&n.scopeRef&&n.scopeRef.current&&X2(a.nodeToRestore,n.scopeRef.current)&&(a.nodeToRestore=n.nodeToRestore);let i=n.children;r&&(r.removeChild(n),i.size>0&&i.forEach(a=>r&&r.addChild(a))),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 La;var r;for(let i of this.traverse())n.addTreeNode(i.scopeRef,(r=(t=i.parent)===null||t===void 0?void 0:t.scopeRef)!==null&&r!==void 0?r:null,i.nodeToRestore);return n}constructor(){this.fastMap=new Map,this.root=new To({scopeRef:null}),this.fastMap.set(null,this.root)}}class To{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 La;let Q2=v.createContext(null);function K2(e){let t=v.useContext(Q2)||{};P2(t,e);let{ref:n,...r}=t;return r}function J2(e,t){let{focusProps:n}=j2(e),{keyboardProps:r}=q2(e),i=Cr(n,r),a=K2(t),s=e.isDisabled?{}:a,o=v.useRef(e.autoFocus);return v.useEffect(()=>{o.current&&t.current&&W2(t.current),o.current=!1},[t]),{focusableProps:Cr({...i,tabIndex:e.excludeFromTabOrder&&!e.isDisabled?-1:void 0},s)}}function Z2(e,t,n){let{validationBehavior:r,focus:i}=e;Zt(()=>{if(r==="native"&&n?.current){let u=t.realtimeValidation.isInvalid?t.realtimeValidation.validationErrors.join(" ")||"Invalid value.":"";n.current.setCustomValidity(u),n.current.hasAttribute("title")||(n.current.title=""),t.realtimeValidation.isInvalid||t.updateValidation(tx(n.current))}});let a=Yt(()=>{t.resetValidation()}),s=Yt(u=>{var c;t.displayValidation.isInvalid||t.commitValidation();let d=n==null||(c=n.current)===null||c===void 0?void 0:c.form;if(!u.defaultPrevented&&n&&d&&nx(d)===n.current){var f;i?i():(f=n.current)===null||f===void 0||f.focus(),V2("keyboard")}u.preventDefault()}),o=Yt(()=>{t.commitValidation()});v.useEffect(()=>{let u=n?.current;if(!u)return;let c=u.form;return u.addEventListener("invalid",s),u.addEventListener("change",o),c?.addEventListener("reset",a),()=>{u.removeEventListener("invalid",s),u.removeEventListener("change",o),c?.removeEventListener("reset",a)}},[n,s,o,a,r])}function ex(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 tx(e){return{isInvalid:!e.validity.valid,validationDetails:ex(e),validationErrors:e.validationMessage?[e.validationMessage]:[]}}function nx(e){for(let t=0;t<e.elements.length;t++){let n=e.elements[t];if(!n.validity.valid)return n}return null}const gc={badInput:!1,customError:!1,patternMismatch:!1,rangeOverflow:!1,rangeUnderflow:!1,stepMismatch:!1,tooLong:!1,tooShort:!1,typeMismatch:!1,valueMissing:!1,valid:!0},bc={...gc,customError:!0,valid:!1},Sn={isInvalid:!1,validationDetails:gc,validationErrors:[]},rx=v.createContext({}),xo="__formValidationState"+Date.now();function ix(e){if(e[xo]){let{realtimeValidation:t,displayValidation:n,updateValidation:r,resetValidation:i,commitValidation:a}=e[xo];return{realtimeValidation:t,displayValidation:n,updateValidation:r,resetValidation:i,commitValidation:a}}return ax(e)}function ax(e){let{isInvalid:t,validationState:n,name:r,value:i,builtinValidation:a,validate:s,validationBehavior:o="aria"}=e;n&&(t||(t=n==="invalid"));let u=t?{isInvalid:!0,validationErrors:[],validationDetails:bc}:null,c=v.useMemo(()=>yo(sx(s,i)),[s,i]);a?.validationDetails.valid&&(a=null);let d=v.useContext(rx),f=v.useMemo(()=>r?Array.isArray(r)?r.flatMap(k=>ea(d[k])):ea(d[r]):[],[d,r]),[m,h]=v.useState(d),[b,A]=v.useState(!1);d!==m&&(h(d),A(!1));let w=v.useMemo(()=>yo(b?[]:f),[b,f]),y=v.useRef(Sn),[_,S]=v.useState(Sn),D=v.useRef(Sn),I=()=>{if(!N)return;G(!1);let k=c||a||y.current;Ei(k,D.current)||(D.current=k,S(k))},[N,G]=v.useState(!1);return v.useEffect(I),{realtimeValidation:u||w||c||a||Sn,displayValidation:o==="native"?u||w||_:u||w||c||a||_,updateValidation(k){o==="aria"&&!Ei(_,k)?S(k):y.current=k},resetValidation(){let k=Sn;Ei(k,D.current)||(D.current=k,S(k)),o==="native"&&G(!1),A(!0)},commitValidation(){o==="native"&&G(!0),A(!0)}}}function ea(e){return e?Array.isArray(e)?e:[e]:[]}function sx(e,t){if(typeof e=="function"){let n=e(t);if(n&&typeof n!="boolean")return ea(n)}return[]}function yo(e){return e.length?{isInvalid:!0,validationErrors:e,validationDetails:bc}:null}function Ei(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 ox(e){let{id:t,label:n,"aria-labelledby":r,"aria-label":i,labelElementType:a="label"}=e;t=Ar(t);let s=Ar(),o={};n?(r=r?`${s} ${r}`:s,o={id:s,htmlFor:a==="label"?t:void 0}):!r&&!i&&console.warn("If you do not provide a visible label, you must specify an aria-label or aria-labelledby attribute for accessibility");let u=D2({id:t,"aria-label":i,"aria-labelledby":r});return{labelProps:o,fieldProps:u}}function ux(e){let{description:t,errorMessage:n,isInvalid:r,validationState:i}=e,{labelProps:a,fieldProps:s}=ox(e),o=mo([!!t,!!n,r,i]),u=mo([!!t,!!n,r,i]);return s=Cr(s,{"aria-describedby":[o,u,e["aria-describedby"]].filter(Boolean).join(" ")||void 0}),{labelProps:a,fieldProps:s,descriptionProps:{id:o},errorMessageProps:{id:u}}}function lx(e,t){let{inputElementType:n="input",isDisabled:r=!1,isRequired:i=!1,isReadOnly:a=!1,type:s="text",validationBehavior:o="aria"}=e,[u,c]=a2(e.value,e.defaultValue||"",e.onChange),{focusableProps:d}=J2(e,t),f=ix({...e,value:u}),{isInvalid:m,validationErrors:h,validationDetails:b}=f.displayValidation,{labelProps:A,fieldProps:w,descriptionProps:y,errorMessageProps:_}=ux({...e,isInvalid:m,errorMessage:e.errorMessage||h}),S=S2(e,{labelable:!0});const D={type:s,pattern:e.pattern};return B2(t,u,c),Z2(e,f,t),v.useEffect(()=>{if(t.current instanceof _r(t.current).HTMLTextAreaElement){let I=t.current;Object.defineProperty(I,"defaultValue",{get:()=>I.value,set:()=>{},configurable:!0})}},[t]),{labelProps:A,inputProps:Cr(S,n==="input"&&D,{disabled:r,readOnly:a,required:i&&o==="native","aria-required":i&&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:u,onChange:I=>c(I.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,...w}),descriptionProps:y,errorMessageProps:_,isInvalid:m,validationErrors:h,validationDetails:b}}const cx=e=>e.charCodeAt(e.length-1)===10,dx=e=>{const t=Wt(),[n,r]=v.useState(""),i=()=>{w.current&&(w.current.style.height=w.current.scrollHeight+"px")},a=()=>{w.current&&(w.current.style.height="48px")},s=P=>{r(P)};v.useEffect(i,[n]);let{label:o,SubmitComponent:u,onSubmit:c,isLoadingStream:d,audioEnabled:f=!1,MicComponent:m,onPressMicButton:h,LoadingComponent:b,onPressLoadingButton:A}=e,w=v.useRef(null),{labelProps:y,inputProps:_}=lx({...e,inputElementType:"textarea"},w);const S=P=>{cx(P.target.value)||s(P.target.value)},D=P=>{if(P.key==="Enter"||P.code==="Enter"||P.keyCode===13||P.code==="NumpadEnter"){if(P.shiftKey)s(n+`
|
|
77
|
+
`);else if(!P.shiftKey){P.preventDefault(),P.stopPropagation(),d||G();return}}},I=P=>{(P.key==="Enter"||P.code==="Enter"||P.keyCode===13||P.code==="NumpadEnter")&&(P.preventDefault(),P.stopPropagation())};let N=e.isDisabled;e.shouldDisableIfInputIsEmpty&&(N=e.isDisabled||n.length===0);const G=()=>{a(),c&&c(n),s("")},ae=n.trim().length>0,Z=f&&!!m&&!!u&&!ae&&!d;t.log("audio",f);const k=()=>d&&b?C.jsx("div",{className:"relative",children:C.jsx(b,{onPressLoadingButton:A})}):u?!f||!m?C.jsx("div",{className:"relative",children:C.jsx(u,{onSubmitButton:G,isDisabled:N})}):ae?C.jsx("div",{className:"relative",children:C.jsx(u,{onSubmitButton:G,isDisabled:N})}):C.jsxs("div",{className:"relative",children:[C.jsx("div",{className:"block md:hidden",children:C.jsx(m,{onPressMicButton:h})}),C.jsxs("div",{className:"hidden md:block",children:[C.jsx(m,{onPressMicButton:h,className:"md:!right-12"}),C.jsx(u,{onSubmitButton:G,isDisabled:N,className:"md:!right-3"})]})]}):null;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",{...y,className:e.classNameLabel,children:o}),C.jsx("textarea",{..._,ref:w,className:`${e.classNameTextarea} p-3 ${Z?"pr-12 md:pr-24":"pr-12"}`,onChange:S,value:n,rows:1,style:{overflow:"hidden",outlineColor:"#a8a8a8",border:"none",outline:"none",width:Z?"calc(100% - 72px)":"calc(100% - 30px)",resize:"none"},onKeyDown:D,onKeyUp:I})]}),k()]})},fx=({onSubmitButton:e,isDisabled:t,className:n})=>C.jsx("div",{children:C.jsx("button",{className:`absolute
|
|
86
78
|
bg-violet-600
|
|
87
79
|
md:bottom-2
|
|
88
80
|
md:right-3
|
|
@@ -99,20 +91,32 @@ For more details see https://formatjs.io/docs/getting-started/message-distributi
|
|
|
99
91
|
dark:border-white
|
|
100
92
|
dark:bg-white
|
|
101
93
|
transition-colors
|
|
102
|
-
|
|
94
|
+
chatsystem-paperplane-button
|
|
95
|
+
${n??""}`,"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",strokeWidth:"1.6",strokeLinejoin:"round"}),C.jsx("path",{d:"M7.5 12H14.75",fill:"none",stroke:"currentColor",strokeWidth:"1.6",strokeLinecap:"round"})]})})})});var rt=(e=>(e.FRENCH="fr-FR",e.ENGLISH="en-US",e))(rt||{});const hx={"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":"Thinking ...","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.stepName.search":"Searching ...","chatbot.chatline.loading.stepName.building":"Building Query ...","chatbot.chatline.loading.stepName.analyzing":"Analyzing ...","chatbot.chatline.loading.stepName.redacting":"Writing answer","chatbot.chatline.loading.cancel":"Cancel","chatbot.chatline.seeRecentMessages":"see recent messages","chatbot.widget.menu.open":"Open chat menu","chatbot.widget.menu.startNewDiscussion":"Start a new discussion","chatbot.widget.close":"Close chat","recordingOverlay.recording":"Recording...","recordingOverlay.cancel":"Cancel","recordingOverlay.explaination":"Tap the mic to stop","chatbot.infobanner.title":"You have an archived discussion.","chatbot.infobanner.cta":"See"},mx={"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 réfléchis ...","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.stepName.search":"Recherche ...","chatbot.chatline.loading.stepName.building":"Construction ...","chatbot.chatline.loading.stepName.analyzing":"Analyse ...","chatbot.chatline.loading.stepName.redacting":"Rédaction","chatbot.chatline.loading.cancel":"Annuler","chatbot.chatline.seeRecentMessages":"voir les messages plus récents","chatbot.widget.menu.open":"Ouvrir le menu de discussion","chatbot.widget.menu.startNewDiscussion":"Démarrer une nouvelle discussion","chatbot.widget.close":"Fermer la discussion","recordingOverlay.recording":"Micro activé...","recordingOverlay.cancel":"Annuler","recordingOverlay.explaination":"Appuyez sur le micro pour arrêter","chatbot.infobanner.title":"Vous avez une conversation archivée.","chatbot.infobanner.cta":"Voir"},$r={[rt.ENGLISH]:{translatedText:hx,pictureName:rt.ENGLISH,langID:0,locale:rt.ENGLISH},[rt.FRENCH]:{translatedText:mx,pictureName:rt.FRENCH,langID:1,locale:rt.FRENCH}},px=Object.keys($r);px.reduce((e,t)=>{const n=$r[t];return[...e,n]},[]);const gx="languageSettings",Ec=v.createContext({appCurrentLang:$r[rt.ENGLISH],setAppCurrentLang:()=>{}}),bx=e=>/(\[.*|\!\[.*)$/.test(e),Ex=e=>/\)/.test(e),Tx=e=>e.filter(t=>t.userType==="user").length;var ta=(e=>(e.GET_DISCUSSION_ID="/id",e.RESET_DISCUSSION="/delete",e))(ta||{});const xx=e=>!!e.startsWith("/"),yx=(e,t,n,r)=>e===ta.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.":e===ta.RESET_DISCUSSION?(n(r),null):`La commande ${e} n'est pas prise en compte.`;class St{static pending="";constructor(){}static transformNDJSONChunkIntoObjects(t){const n=bt();this.pending+=t;const r=this.pending.split(/\r?\n/);this.pending=r.pop()??"";const i=[];for(const a of r){const s=a.trim();if(s)try{i.push(JSON.parse(s))}catch{n.warn("[NDJSON] Could not parse line:",s)}}return i}static flushPending(){const t=this.pending.trim();if(this.pending="",!t)return[];try{return[JSON.parse(t)]}catch{return[]}}static isObjectOutputstreamMessageDeltaDTO=t=>t.type===Oe.OutputStreamTypesEnum.OUTPUT_STREAM_MESSAGE_DELTA;static isObjectOutputstreamMessageStartDTO=t=>t.type===Oe.OutputStreamTypesEnum.OUTPUT_STREAM_MESSAGE_START;static isObjectOutputstreamMessageEndDTO=t=>t.type===Oe.OutputStreamTypesEnum.OUTPUT_STREAM_MESSAGE_END;static isObjectOutputstreamErrorDTO=t=>t.type===Oe.OutputStreamTypesEnum.OUTPUT_STREAM_ERROR;static isObjectOutputstreamLoadingNumberOfStepsDTO=t=>t.type===Oe.OutputStreamTypesEnum.OUTPUT_STREAM_NUMBER_OF_STEPS_TYPE;static isObjectOutputstreamLoadingCurrentStepNumberDTO=t=>t.type===Oe.OutputStreamTypesEnum.OUTPUT_STREAM_CURRENT_STEP_NUMBER_TYPE;static isObjectOutputstreamLoadingCurrentStepNameDTO=t=>t.type===Oe.OutputStreamTypesEnum.OUTPUT_STREAM_CURRENT_STEP_NAME_TYPE;static containsObjectWithLastAnswerToTrue=t=>{for(const n of t)if(this.isObjectOutputstreamMessageEndDTO(n)&&n.isLastAnswer)return!0;return!1}}const Tc=()=>{const e=Qt(),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"}),i=e.formatMessage({defaultMessage:"Looking for ziboublis",id:"chatbot.chatline.loading.function.criteriaDefinition"}),a=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"}),u=e.formatMessage({defaultMessage:"Searching ...",id:"chatbot.chatline.loading.stepName.search"}),c=e.formatMessage({defaultMessage:"Building Query ...",id:"chatbot.chatline.loading.stepName.building"}),d=e.formatMessage({defaultMessage:"Analyzing ...",id:"chatbot.chatline.loading.stepName.analyzing"}),f=e.formatMessage({defaultMessage:"Writing answer",id:"chatbot.chatline.loading.stepName.redacting"}),m=e.formatMessage({defaultMessage:"Cancel",id:"chatbot.chatline.loading.cancel"}),h=e.formatMessage({defaultMessage:"see recent messages",id:"chatbot.chatline.seeRecentMessages"}),b=w=>w?w.includes("ExtractProductNames")?n:w.includes("SuggestProductNames")?r:w==="Recherche ..."?u:w==="Construction ..."?c:w==="Analyse ..."?d:w==="Rédaction"?f:w.includes("CreateCriteriasFromProductNames")||w.includes("CreateCriteriasOrProductNamesFromDiscussion")?i:w.includes("SearchStock")?a:"":t,A=b();return{searchTranslation:t,extractProductNameTranslation:n,criteriaDefinitionTranslation:i,searchStockTranslation:a,stepTranslation:s,getCurrentStepTranslated:b,defaultStartingStep:A,lookingForProductTranslation:o,cancelTranslation:m,recentMessagesTranslation:h}},Ax=({})=>{const{companySettings:e}=v.useContext(kt);return C.jsx("div",{className:`search
|
|
103
96
|
transition
|
|
104
97
|
ease-in-out
|
|
105
98
|
delay-50
|
|
106
99
|
flex
|
|
107
100
|
justify-center
|
|
108
101
|
items-center
|
|
109
|
-
`,children:
|
|
102
|
+
`,children:C.jsx(sa,{facet:e.agent.display[Oe.AgentDisplayFacetRoleType.SEARCH]})})},_x=({loadingStatus:e,currentStepName:t,currentStepNumber:n,numberOfSteps:r})=>{const{getCurrentStepTranslated:i,stepTranslation:a,lookingForProductTranslation:s}=Tc();return C.jsx(C.Fragment,{children:e==="loadingIntermediaryStates"&&C.jsxs("div",{children:[C.jsxs("div",{children:[C.jsx("p",{className:"text-center my-2 text-lg",children:s}),C.jsx("p",{className:"text-center my-1 text-md",children:t&&`${i(t)}`}),n&&C.jsxs("p",{className:"text-center my-2",children:[a,C.jsx("span",{children:" "}),n,"/",r]})]}),C.jsx("div",{className:"flex justify-center",children:C.jsx(Ax,{})})]})})},Cx=({onPressLoadingButton:e})=>C.jsx("div",{children:C.jsx("button",{className:`
|
|
103
|
+
absolute
|
|
104
|
+
bg-white
|
|
105
|
+
md:bottom-2
|
|
106
|
+
md:right-3
|
|
107
|
+
dark:hover:bg-white
|
|
108
|
+
right-2
|
|
109
|
+
bottom-1.5
|
|
110
|
+
disabled:opacity-10
|
|
111
|
+
disabled:text-gray-400
|
|
112
|
+
enabled:bg-white
|
|
113
|
+
text-white p-0.5 border border-white rounded-lg dark:border-white dark:bg-white transition-colors chatsystem-stop-button`,"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",strokeWidth:"0"}),C.jsx("g",{id:"SVGRepo_tracerCarrier",strokeLinecap:"round",strokeLinejoin:"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"})," "]})]})})})}),Sx=e=>{const t=v.useRef(null),[n,r]=v.useState(!1),i=v.useRef(!0),a=v.useRef(!1),s=v.useRef(0),o=()=>{const d=t.current,f=4;if(d){d.scrollTop<s.current-1&&(a.current=!1);const h=d.scrollHeight>d.clientHeight,b=d.scrollHeight-d.scrollTop<=d.clientHeight+f;r(h&&!b),i.current=b,s.current=d.scrollTop}},u=({smooth:d=!1,sticky:f=!1})=>{const m=t.current;f?(a.current=!0,i.current=!0):m&&m.scrollTo({top:m.scrollHeight,behavior:d?"smooth":"auto"}),m&&a.current&&m.scrollTo({top:m.scrollHeight,behavior:d?"smooth":"auto"})};return v.useEffect(()=>{o()},[e.length]),v.useEffect(()=>{const d=t.current;if(d)return d.addEventListener("scroll",o),o(),()=>{d.removeEventListener("scroll",o)}},[]),v.useLayoutEffect(()=>{a.current&&u({smooth:!1})},[e.length]),{scrollToBottom:u,removeStickyNess:()=>{a.current=!1},messagesContainerRef:t,showScrollButton:n}},wx=()=>{const e=Qt(),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}},vx=e=>Be.createElement("svg",{width:"800px",height:"800px",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},Be.createElement("g",{clipPath:"url(#clip0_1276_7761)"},Be.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"})),Be.createElement("defs",null,Be.createElement("clipPath",{id:"clip0_1276_7761"},Be.createElement("rect",{width:24,height:24,fill:"white"})))),Ix=({resetDiscussion:e,companySettings:t})=>{const{DiscussionLimitReachedCtaTranslation:n,DiscussionLimitReachedExplainationTranslation:r,DiscussionLimitReachedTitleTranslation:i}=wx();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:i}),C.jsx("p",{className:"text-sm break-words",children:r}),C.jsx("div",{className:"my-2",children:C.jsxs("button",{type:"button",onClick:()=>e(t),title:n,"aria-label":n,className:`group inline-flex items-center gap-2 rounded-full px-3 py-1.5
|
|
110
114
|
font-medium text-blue-700 dark:text-blue-300
|
|
111
115
|
bg-blue-50/70 hover:bg-blue-100 dark:bg-blue-900/20 dark:hover:bg-blue-900/30
|
|
112
116
|
ring-1 ring-inset ring-blue-600/20 hover:ring-blue-600/30
|
|
113
117
|
shadow-sm transition-all duration-200
|
|
114
118
|
focus:outline-none focus-visible:ring-2 focus-visible:ring-blue-600/50
|
|
115
|
-
active:scale-[0.98]`,children:[
|
|
119
|
+
active:scale-[0.98]`,children:[C.jsx(vx,{"aria-hidden":"true",className:"w-5 h-5 transition-transform duration-200 group-hover:rotate-180"}),C.jsx("span",{children:n})]})})]})]})})})},Nx=({onClick:e,label:t="voir les messages plus récents",className:n})=>{const[r,i]=v.useState(!1);return v.useEffect(()=>{const a=requestAnimationFrame(()=>i(!0));return()=>cancelAnimationFrame(a)},[]),C.jsx("button",{onClick:e,className:["absolute z-10 select-none outline-none","bottom-20 right-8 left-auto translate-x-0 top-auto","transition-all duration-300 ease-out",r?"opacity-100 translate-y-0":"opacity-0 -translate-y-1",n??""].join(" "),"aria-label":t,title:t,children:C.jsx("span",{className:["inline-flex items-center justify-center","w-9 h-9","rounded-full bg-white shadow-md","hover:shadow-lg transition-shadow","p-2"].join(" "),children:C.jsx(Lo,{className:"w-4 h-4",fill:"#64748b"})})})},xc="chatsystem-widget",kx=1440*60*1e3;function Ox(e){return!(typeof e!="object"||e===null||e.userType!=="user"&&e.userType!=="assistant"||"content"in e&&e.content!==void 0&&typeof e.content!="string"||"metaData"in e&&e.metaData!==void 0&&(typeof e.metaData!="object"||e.metaData===null||"isErrorMessage"in e.metaData&&e.metaData.isErrorMessage!==void 0&&typeof e.metaData.isErrorMessage!="boolean"))}function Lx(e){return!(typeof e!="object"||e===null||!Array.isArray(e.items)||!e.items.every(Ox)||e.discussionId!==null&&typeof e.discussionId!="number"||typeof e.updatedAt!="string"||Number.isNaN(Date.parse(e.updatedAt)))}function Rx(e){const t=bt();if(typeof window>"u")return;const n=e.key??xc,r={items:e.conversation.items,discussionId:e.conversation.discussionId,updatedAt:new Date().toISOString()};try{const i=JSON.stringify(r);window.localStorage.setItem(n,i)}catch(i){t.error("Failed to save chat state to localStorage",i)}}function Dx(e){const t=bt();if(typeof window>"u")return null;const n=e?.key,r=window.localStorage.getItem(n);if(!r)return null;try{const i=JSON.parse(r);return Lx(i)?i:(t.warn("Chat state in localStorage has unexpected shape, ignoring."),null)}catch(i){return t.error("Failed to parse chat state from localStorage",i),null}}const yc=v.createContext({currentConversation:{items:[],discussionId:null},setCurrentConversation:()=>{},archivedConversation:{items:[],discussionId:null},setArchivedConversation:()=>{}}),Ra=()=>{const e=v.useContext(yc);if(!e)throw new Error("useChatbotConversation must be used within ChatbotInitialtextContext.Provider");const{currentConversation:t,setCurrentConversation:n,archivedConversation:r,setArchivedConversation:i}=e,a=y=>{n(_=>({..._,discussionId:y}))},s=y=>{n(_=>({..._,items:y}))},o=y=>{n(_=>({..._,items:[..._.items,y]}))},u=({messageStreamId:y,role:_})=>{n(S=>({...S,items:[...S.items,{userType:_,content:"",metaData:{messageStreamId:y},temporaryId:crypto.randomUUID()}]}))},c=()=>{n(y=>({...y,items:y.items.filter(_=>!(_.content?.length===0&&_.userType==="assistant"))}))},d=()=>{n(y=>{const _=[...y.items];return _.pop(),{...y,items:_}})},f=y=>{n(_=>({..._,updatedAt:y.updatedAt}))},m=y=>{n({discussionId:null,items:[{userType:"assistant",content:y?.agent?.text?.initialText,temporaryId:crypto.randomUUID()}],updatedAt:null})},h=()=>{i({discussionId:null,items:[],updatedAt:null})};return{currentConversation:t,setCurrentConversation:n,setCurrentConversationId:a,setCurrentConversationMetadata:f,resetConversation:m,setCurrentConversationItems:s,addMessageToCurrentConversation:o,removeEmptyAssistantMessageFromCurrentConversation:c,removeLastMessageFromCurrentConversation:d,updateCurrentConversationLastMessage:({newContent:y})=>{n(_=>{const S=[..._.items],D=S.length-1,I=S[D];return S[D]={...I,content:I.content=y},{..._,items:S}})},archivedConversation:r,setArchivedConversationAsMain:()=>{n(r),h()},addEmptyMessageToCurrentConversation:u,updateCurrentConversationMessageById:({newContent:y,id:_})=>{n(S=>{const D=[...S.items],I=D.findIndex(G=>G.metaData?.messageStreamId===_),N=D[I];return D[I]={...N,content:N.content=y},{...S,items:D}})}}},Px=({message:e,actionLabel:t,onClick:n})=>C.jsxs("div",{className:"mt-3 mb-2 flex items-start gap-2 rounded-md border border-sky-100 bg-sky-50 px-3 py-2 text-xs text-sky-900 shadow-sm",children:[C.jsx("div",{className:"mt-0.5 inline-flex h-4 w-4 items-center justify-center rounded-full bg-sky-500 text-[10px] font-semibold text-white",children:"i"}),C.jsxs("div",{className:"flex-1",children:[C.jsx("p",{className:"leading-snug",children:e}),C.jsx("button",{type:"button",onClick:n,className:"mt-1 inline-flex items-center text-[11px] font-medium text-sky-700 hover:text-sky-900 hover:underline",children:t})]})]}),Mx=({onPressMicButton:e,isDisabled:t,className:n})=>C.jsx("div",{children:C.jsx("button",{className:`absolute
|
|
116
120
|
bg-violet-600
|
|
117
121
|
md:bottom-2
|
|
118
122
|
md:right-3
|
|
@@ -130,12 +134,13 @@ For more details see https://formatjs.io/docs/getting-started/message-distributi
|
|
|
130
134
|
dark:bg-white
|
|
131
135
|
transition-colors
|
|
132
136
|
enabled:hover:scale-[1.02] active:scale-[0.98]
|
|
133
|
-
${n??""}`,"data-testid":"mic-button",onClick:e,disabled:t,type:"button","aria-label":"Start voice input",children:_.jsx("span",{"data-state":"closed",children:_.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:[_.jsx("path",{d:"M12 14.5c1.66 0 3-1.34 3-3V6.5c0-1.66-1.34-3-3-3s-3 1.34-3 3v5c0 1.66 1.34 3 3 3Z",fill:"none",stroke:"currentColor",strokeWidth:"1.6",strokeLinejoin:"round"}),_.jsx("path",{d:"M12 14.5V18",fill:"none",stroke:"currentColor",strokeWidth:"1.6",strokeLinecap:"round"}),_.jsx("path",{d:"M8.5 18h7",fill:"none",stroke:"currentColor",strokeWidth:"1.6",strokeLinecap:"round"}),_.jsx("path",{d:"M7 11.5c0 2.76 2.24 5 5 5s5-2.24 5-5",fill:"none",stroke:"currentColor",strokeWidth:"1.6",strokeLinecap:"round"})]})})})});function vx(){const[e,t]=k.useState("idle"),[n,r]=k.useState(null),i=k.useRef(null),a=k.useRef(null),s=k.useRef([]),u=k.useCallback(async()=>{r(null);try{const f=await navigator.mediaDevices.getUserMedia({audio:!0});a.current=f;const h=["audio/webm;codecs=opus","audio/webm","audio/ogg;codecs=opus","audio/ogg"].find(b=>MediaRecorder.isTypeSupported(b))||"",m=new MediaRecorder(f,h?{mimeType:h}:void 0);i.current=m,s.current=[],m.ondataavailable=b=>{b.data&&b.data.size>0&&s.current.push(b.data)},m.onerror=()=>{t("error"),r("Recorder error.")},m.onstart=()=>t("recording"),m.onstop=()=>t("stopped"),m.start()}catch(f){t("error"),r(f?.message??"Microphone permission denied.")}},[]),o=k.useCallback(async()=>{const f=i.current,d=a.current;return!f||e!=="recording"?null:new Promise(h=>{f.onstop=()=>{const m=f.mimeType||"audio/webm",b=new Blob(s.current,{type:m}),A=m.includes("ogg")?"ogg":"webm",C=new File([b],`voice-message.${A}`,{type:m});d?.getTracks().forEach(y=>y.stop()),a.current=null,i.current=null,h({blob:b,file:C})},f.stop()})},[e]),c=k.useCallback(()=>{const f=i.current,d=a.current;try{f&&e==="recording"&&f.stop()}catch{}d?.getTracks().forEach(h=>h.stop()),a.current=null,i.current=null,s.current=[],t("idle")},[e]);return{state:e,error:n,start:u,stop:o,cancel:c}}const Ix=()=>{const e=hn(),t=e.formatMessage({defaultMessage:"Recording...",id:"recordingOverlay.recording"}),n=e.formatMessage({defaultMessage:"Cancel",id:"recordingOverlay.cancel"}),r=e.formatMessage({defaultMessage:"Tap the mic to stop",id:"recordingOverlay.explaination"});return{recordingTranslation:t,cancelTranslation:n,recordingExplainationTranslation:r}},Nx=({isOpen:e,onStop:t,onCancel:n})=>{if(!e)return null;const{cancelTranslation:r,recordingExplainationTranslation:i,recordingTranslation:a}=Ix();return _.jsxs("div",{className:"fixed inset-0 z-50 flex items-center justify-center",role:"dialog","aria-modal":"true","aria-label":"Recording voice message",children:[_.jsx("div",{className:"absolute inset-0 bg-black/70",onClick:n}),_.jsxs("div",{className:"relative z-10 flex flex-col items-center gap-6 px-6",children:[_.jsxs("div",{className:"relative h-40 w-40",children:[_.jsx("div",{className:"mic-ripple mic-ripple--a"}),_.jsx("div",{className:"mic-ripple mic-ripple--b"}),_.jsx("div",{className:"mic-ripple mic-ripple--c"}),_.jsx("button",{type:"button",onClick:t,className:"mic-core","aria-label":"Stop recording",children:_.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:"34",height:"34","aria-hidden":"true",className:"text-white",children:[_.jsx("path",{d:"M12 14.5c1.66 0 3-1.34 3-3V6.5c0-1.66-1.34-3-3-3s-3 1.34-3 3v5c0 1.66 1.34 3 3 3Z",fill:"none",stroke:"currentColor",strokeWidth:"1.6",strokeLinejoin:"round"}),_.jsx("path",{d:"M12 14.5V18",fill:"none",stroke:"currentColor",strokeWidth:"1.6",strokeLinecap:"round"}),_.jsx("path",{d:"M8.5 18h7",fill:"none",stroke:"currentColor",strokeWidth:"1.6",strokeLinecap:"round"}),_.jsx("path",{d:"M7 11.5c0 2.76 2.24 5 5 5s5-2.24 5-5",fill:"none",stroke:"currentColor",strokeWidth:"1.6",strokeLinecap:"round"})]})})]}),_.jsxs("div",{className:"text-center text-white",children:[_.jsx("div",{className:"text-lg font-semibold",children:a}),_.jsx("div",{className:"text-sm opacity-80",children:i})]}),_.jsx("button",{type:"button",onClick:n,className:"rounded-lg border border-white/30 px-4 py-2 text-white/90 hover:bg-white/10",children:r})]})]})};let ir=new AbortController;const hc=({appToken:e,containerClassName:t})=>{e||console.log("Dev - Admin settings");const n=k.useRef(null),{placeholderTranslation:r,genericErrorTranslation:i,tooManyRequestsTranslation:a,discussionFullErrorTranslation:s,infoBannerExplainationTranslation:u,infoBannerTitleTranslation:o}=ua(),{currentConversation:c,addEmptyMessageToCurrentConversation:f,addMessageToCurrentConversation:d,removeEmptyAssistantMessageFromCurrentConversation:h,resetConversation:m,setCurrentConversationId:b,updateCurrentConversationMessageById:A,archivedConversation:C,setArchivedConversationAsMain:y}=Sx(),[S,v]=k.useState("notLoading"),{defaultStartingStep:D,recentMessagesTranslation:N}=cc(),[O,q]=k.useState(null),[ue,G]=k.useState(D),[w,j]=k.useState(null),[H,$]=k.useState(!1),[Y,J]=k.useState(!1),{start:he,stop:Se,cancel:Oe}=vx(),{companySettings:Re}=k.useContext(dn),{appCurrentLang:p}=k.useContext(lc),U=k.useRef(new Map),Z=S!=="notLoading"||(c?.items?.length??0)>0,[T,Q]=k.useState(!0),ne=!!C&&(C.items?.length??0)>0,W=()=>{y(),Q(!1)},ee=k.useRef(S);k.useEffect(()=>{const V=ee.current,me=S;V!=="notLoading"&&me==="notLoading"&&c.discussionId!==null&&c?.items.length>0&&Ax({conversation:c}),ee.current=me},[S,c?.items.length,c.discussionId]);const re={...Z?{maxHeight:"100vh"}:{height:"250px"}};k.useEffect(()=>{ox(c.items)>=Re?.api?.settings?.maxUserMessagesPerDiscussion&&$(!0)},[c.items.length]);const{scrollToBottom:ie,showScrollButton:ae,messagesContainerRef:Ne,removeStickyNess:z}=mx(c.items),Pe=()=>{ir.abort("Cancelling stream on purpose."),console.log("Stream request aborted"),v("notLoading"),h()},Ze=async V=>{const me=V?.body?.getReader(),be=new TextDecoder;let fe=!1;const Ce=V.headers.get("discussionId"),R=parseInt(Ce,10);Number.isNaN(R)||b(R),await new ReadableStream({start(K){return le();async function le(){if(!V.ok){v("notLoading");let pe=i;V.status===409?(pe=s,$(!0)):V.status===429?pe=a:pe=i,d({userType:"assistant",content:pe,metaData:{isErrorMessage:!0}}),ir=new AbortController;return}return me?.read().then(pe=>{const{done:Xe,value:yt}=pe,st=be.decode(yt),Mt=It.transformNDJSONChunkIntoObjects(st);for(const ye of Mt)if(It.isObjectOutputstreamMessageStartDTO(ye))U.current.set(ye.messageId,{rendered:"",markdownTag:"",isWritingTag:!1,lastStreamSourceUuid:null}),ye.role==="assistant"&&v("loadingDisplayedAnswer"),f({messageStreamId:ye.messageId,role:ye.role});else if(It.isObjectOutputstreamMessageDeltaDTO(ye)){const{delta:xe,streamSourceUuid:ut}=ye;U.current.get(ye.messageId)||(U.current.set(ye.messageId,{rendered:"",markdownTag:"",isWritingTag:!1,lastStreamSourceUuid:null}),f({messageStreamId:ye.messageId,role:"assistant"}));const Ve=U.current.get(ye.messageId);Ve.lastStreamSourceUuid&&Ve.lastStreamSourceUuid!==ut&&(Ve.rendered+='<span style="display:block;height:1rem;"></span>'),Ve.lastStreamSourceUuid=ut??null,ux(xe)?(Ve.markdownTag+=xe,Ve.rendered+=Ve.markdownTag,Ve.markdownTag="",Ve.isWritingTag=!1):Ve.isWritingTag||sx(xe)?(Ve.markdownTag+=xe,Ve.isWritingTag=!0):Ve.rendered+=xe,A({id:ye.messageId,newContent:Ve.rendered})}else if(It.isObjectOutputstreamMessageEndDTO(ye)){const{isLastAnswer:xe,shouldStopStream:ut}=ye;(xe||ut)&&(fe=!0),U.current.delete(ye.messageId)}else if(It.isObjectOutputstreamLoadingCurrentStepNumberDTO(ye)){const{content:xe}=ye;K.enqueue(xe),j(xe)}else if(It.isObjectOutputstreamLoadingCurrentStepNameDTO(ye)){const{content:xe}=ye;K.enqueue(xe),G(xe)}else if(It.isObjectOutputstreamLoadingNumberOfStepsDTO(ye)){const{content:xe}=ye;K.enqueue(xe),q(xe)}else if(It.isObjectOutputstreamErrorDTO(ye)){const{message:xe}=ye;d({userType:"assistant",metaData:{isErrorMessage:!0},content:xe})}else console.warn(`Packet shape not handled - ${ye}`);if(Xe&&fe){K.close(),v("notLoading"),G(D),j(null);return}return le()})}}}).pipeTo(new WritableStream)},ct=V=>{const be=`${Fn.getApiUrl()}/ai/prompt/${e}`,fe=ir.signal;if(V.mode==="text"){const R={query:V.text,language:p.locale};c?.discussionId&&(R.discussionId=c.discussionId);const B=Fn.getFetchConfig({httpVerb:"POST",body:R,contentType:"application/json",options:{signal:fe}});return{url:be,fetchConfig:B}}const Ce=new FormData;return Ce.append("language",p.locale),c?.discussionId&&Ce.append("discussionId",String(c.discussionId)),Ce.append("audioInput",V.audioFile,V.audioFile.name),{url:be,fetchConfig:{method:"POST",body:Ce,signal:fe}}},Ct=async V=>{v("loadingIntermediaryStates"),requestAnimationFrame(()=>ie({smooth:!1,sticky:!1}));const{url:me,fetchConfig:be}=ct(V);fetch(me,be).then(async fe=>{await Ze(fe)}).catch(fe=>{console.error(fe),v("notLoading"),ir=new AbortController})},$e=async()=>{J(!0),await he()},Kt=async()=>{const V=await Se();J(!1),V&&(console.log("Audio blob:",V.blob),console.log("Audio file:",V.file),Ct({mode:"audio",audioFile:V.file}))},wt=()=>{Oe(),J(!1)};return _.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:re,children:[_.jsxs("div",{className:"flex-1 overflow-y-auto min-h-0 messagesContainer",ref:Ne,children:[c.items.map((V,me)=>_.jsx(qT,{content:V.content,userType:V.userType,metaData:V.metaData,context:{discussionId:c?.discussionId,messageIndex:me,appToken:e},seenRootEl:Ne.current},V.metaData?.messageStreamId)),_.jsx(dx,{currentStepName:ue,currentStepNumber:w,loadingStatus:S,numberOfSteps:O})]}),ae&&_.jsx(Ex,{label:N,onClick:()=>ie({smooth:!0,sticky:!0})}),H&&_.jsx(bx,{resetDiscussion:V=>{$(!1),m(V)},companySettings:Re}),ne&&T&&_.jsx(Cx,{actionLabel:o,message:u,onClick:W}),_.jsxs("div",{className:"flex-shrink-0",children:[_.jsx(ex,{classNameTextarea:"",classNameContainer:"relative mt-6 mt-3 border-slate-400 border-[1px] rounded-lg p-1",SubmitComponent:tx,isDisabled:S!=="notLoading"||H,shouldDisableIfInputIsEmpty:!0,"aria-label":"TextArea For Bot Conversation",onSubmit:V=>{if(Q(!1),lx(V)){const me=cx(V,c.discussionId,m,Re);me&&d({userType:"user",content:me}),z(),ie({smooth:!0,sticky:!1})}else d({userType:"user",content:V}),z(),ie({smooth:!0,sticky:!1}),Ct({mode:"text",text:V})},placeholder:r,autoFocus:!0,isLoadingStream:S==="loadingDisplayedAnswer"||S==="loadingIntermediaryStates",LoadingComponent:hx,onPressLoadingButton:Pe,onPressMicButton:()=>{$e()},MicComponent:wx,audioEnabled:Re?.agent?.isAudioAllowed}),_.jsx(Nx,{isOpen:Y,onStop:Kt,onCancel:wt})]})]})};function _r(){return _r=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},_r.apply(this,arguments)}function mc(e,t){if(e==null)return{};var n={},r=Object.keys(e),i,a;for(a=0;a<r.length;a++)i=r[a],!(t.indexOf(i)>=0)&&(n[i]=e[i]);return n}function Ji(e,t){return Ji=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(r,i){return r.__proto__=i,r},Ji(e,t)}function pc(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,Ji(e,t)}var ar={exports:{}};/*
|
|
137
|
+
chatsystem-mic-button
|
|
138
|
+
${n??""}`,"data-testid":"mic-button",onClick:e,disabled:t,type:"button","aria-label":"Start voice input",children:C.jsx("span",{"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:"M12 14.5c1.66 0 3-1.34 3-3V6.5c0-1.66-1.34-3-3-3s-3 1.34-3 3v5c0 1.66 1.34 3 3 3Z",fill:"none",stroke:"currentColor",strokeWidth:"1.6",strokeLinejoin:"round"}),C.jsx("path",{d:"M12 14.5V18",fill:"none",stroke:"currentColor",strokeWidth:"1.6",strokeLinecap:"round"}),C.jsx("path",{d:"M8.5 18h7",fill:"none",stroke:"currentColor",strokeWidth:"1.6",strokeLinecap:"round"}),C.jsx("path",{d:"M7 11.5c0 2.76 2.24 5 5 5s5-2.24 5-5",fill:"none",stroke:"currentColor",strokeWidth:"1.6",strokeLinecap:"round"})]})})})});function Bx(){const[e,t]=v.useState("idle"),[n,r]=v.useState(null),[i,a]=v.useState(0),s=v.useRef(null),o=v.useRef(null),u=v.useRef([]),c=v.useRef(null),d=v.useRef(null),f=v.useRef(null),m=v.useRef(null),h=v.useCallback(()=>{m.current!==null&&(cancelAnimationFrame(m.current),m.current=null);try{f.current?.disconnect()}catch{}f.current=null;try{d.current?.disconnect()}catch{}d.current=null;const _=c.current;c.current=null,_&&_.close().catch(()=>{}),a(0)},[]),b=v.useCallback(_=>{try{const S=new AudioContext,D=S.createAnalyser(),I=S.createMediaStreamSource(_);D.fftSize=256,D.smoothingTimeConstant=.85,I.connect(D),c.current=S,d.current=D,f.current=I;const N=new Uint8Array(D.fftSize),G=()=>{const ae=d.current;if(!ae)return;ae.getByteTimeDomainData(N);let Z=0;for(let $=0;$<N.length;$++){const U=(N[$]-128)/128;Z+=U*U}const k=Math.sqrt(Z/N.length),P=Math.min(1,k*6);a(P),m.current=requestAnimationFrame(G)};m.current=requestAnimationFrame(G)}catch{a(0)}},[]),A=v.useCallback(async()=>{r(null),h();try{const _=await navigator.mediaDevices.getUserMedia({audio:!0});o.current=_,b(_);const D=["audio/webm;codecs=opus","audio/webm","audio/ogg;codecs=opus","audio/ogg"].find(N=>MediaRecorder.isTypeSupported(N))||"",I=new MediaRecorder(_,D?{mimeType:D}:void 0);s.current=I,u.current=[],I.ondataavailable=N=>{N.data&&N.data.size>0&&u.current.push(N.data)},I.onerror=()=>{t("error"),r("Recorder error.")},I.onstart=()=>t("recording"),I.onstop=()=>t("stopped"),I.start()}catch(_){h(),t("error"),r(_?.message??"Microphone permission denied.")}},[b,h]),w=v.useCallback(async()=>{const _=s.current,S=o.current;return!_||e!=="recording"?null:new Promise(D=>{_.onstop=()=>{h();const I=_.mimeType||"audio/webm",N=new Blob(u.current,{type:I}),G=I.includes("ogg")?"ogg":"webm",ae=new File([N],`voice-message.${G}`,{type:I});S?.getTracks().forEach(Z=>Z.stop()),o.current=null,s.current=null,D({blob:N,file:ae})},_.stop()})},[e,h]),y=v.useCallback(()=>{const _=s.current,S=o.current;try{_&&e==="recording"&&_.stop()}catch{}h(),S?.getTracks().forEach(D=>D.stop()),o.current=null,s.current=null,u.current=[],t("idle")},[e,h]);return v.useEffect(()=>()=>{h(),o.current?.getTracks().forEach(_=>_.stop())},[h]),{state:e,error:n,audioLevel:i,start:A,stop:w,cancel:y}}const Fx=()=>{const e=Qt(),t=e.formatMessage({defaultMessage:"Recording...",id:"recordingOverlay.recording"}),n=e.formatMessage({defaultMessage:"Cancel",id:"recordingOverlay.cancel"}),r=e.formatMessage({defaultMessage:"Tap the mic to stop",id:"recordingOverlay.explaination"});return{recordingTranslation:t,cancelTranslation:n,recordingExplainationTranslation:r}},Hx=({isOpen:e,onStop:t,onCancel:n,audioLevel:r=0})=>{if(!e)return null;const{recordingTranslation:i}=Fx(),a=v.useMemo(()=>{const s=Math.max(0,Math.min(1,r));return Array.from({length:20},(o,u)=>{const c=Math.sin(u/19*Math.PI*2)*.5+.5,d=u%2===0?.9:.65,f=6+s*(14+c*18)*d;return Math.round(f)})},[r]);return C.jsx("div",{className:"relative mt-3 w-full rounded-lg border border-slate-400 bg-white p-1",role:"group","aria-label":"Recording voice message",children:C.jsxs("div",{className:"flex min-h-[48px] items-center gap-3 px-2",children:[C.jsxs("div",{className:"relative flex h-8 w-8 items-center justify-center",children:[C.jsx("span",{className:"absolute h-5 w-5 rounded-full bg-red-100 motion-safe:animate-ping","aria-hidden":!0}),C.jsx("span",{className:"absolute h-5 w-5 rounded-full bg-red-50","aria-hidden":!0}),C.jsx("span",{className:"absolute h-3.5 w-3.5 rounded-full bg-red-200","aria-hidden":!0}),C.jsx("span",{className:"h-2.5 w-2.5 rounded-full bg-red-500","aria-hidden":!0})]}),C.jsxs("div",{className:"min-w-0 flex-1",children:[C.jsx("div",{className:"mb-0.5 text-[11px] font-medium leading-3 text-slate-600",children:i}),C.jsx("div",{className:"flex h-5 items-center gap-[3px] overflow-hidden","aria-hidden":"true",children:a.map((s,o)=>C.jsx("span",{className:"block w-1 rounded-full bg-slate-400 transition-[height,background-color] duration-75",style:{height:`${s}px`,backgroundColor:r>.08?"rgb(59 130 246)":"rgb(148 163 184)"}},o))})]}),C.jsx("button",{type:"button",onClick:n,className:"flex h-9 w-9 items-center justify-center rounded-full text-slate-500 hover:bg-slate-100 hover:text-slate-700","aria-label":"Cancel recording",children:C.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:"18",height:"18","aria-hidden":"true",children:C.jsx("path",{d:"M6 6l12 12M18 6L6 18",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})})}),C.jsx("button",{type:"button",onClick:t,className:"flex h-9 w-9 items-center justify-center rounded-full bg-violet-600 text-white hover:bg-violet-700","aria-label":"Validate recording",children:C.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:"18",height:"18","aria-hidden":"true",children:C.jsx("path",{d:"M5 13l4 4L19 7",fill:"none",stroke:"currentColor",strokeWidth:"2.2",strokeLinecap:"round",strokeLinejoin:"round"})})})]})})};let or=new AbortController;const Ac=({appToken:e,containerClassName:t})=>{const n=Wt();e||n.error("App Token missing");const r=v.useRef(null),{placeholderTranslation:i,genericErrorTranslation:a,tooManyRequestsTranslation:s,discussionFullErrorTranslation:o,infoBannerExplainationTranslation:u,infoBannerTitleTranslation:c}=Cf(),{currentConversation:d,addEmptyMessageToCurrentConversation:f,addMessageToCurrentConversation:m,removeEmptyAssistantMessageFromCurrentConversation:h,resetConversation:b,setCurrentConversationId:A,updateCurrentConversationMessageById:w,archivedConversation:y,setArchivedConversationAsMain:_}=Ra(),[S,D]=v.useState("notLoading"),{defaultStartingStep:I,recentMessagesTranslation:N}=Tc(),[G,ae]=v.useState(null),[Z,k]=v.useState(I),[P,$]=v.useState(null),[U,z]=v.useState(!1),[X,he]=v.useState(!1),{start:xe,stop:Re,cancel:De,audioLevel:g}=Bx(),{companySettings:j}=v.useContext(kt),{appCurrentLang:J}=v.useContext(Ec),T=v.useRef(new Map),Q=S!=="notLoading"||(d?.items?.length??0)>0,[se,V]=v.useState(!0),ie=!!y&&(y.items?.length??0)>0,te=()=>{_(),V(!1)},oe=v.useRef(S);v.useEffect(()=>{const K=oe.current,ce=S;K!=="notLoading"&&ce==="notLoading"&&d.discussionId!==null&&d?.items.length>0&&Rx({conversation:d}),oe.current=ce},[S,d?.items.length,d.discussionId]);const ne={...Q?{maxHeight:"100vh"}:{height:"250px"}};v.useEffect(()=>{Tx(d.items)>=j?.api?.settings?.maxUserMessagesPerDiscussion&&z(!0)},[d.items.length]);const{scrollToBottom:we,showScrollButton:Y,messagesContainerRef:ke,removeStickyNess:Ue}=Sx(d.items),ct=()=>{or.abort("Cancelling stream on purpose."),n.log("Stream request aborted"),D("notLoading"),h()},Dt=async K=>{const ce=K?.body?.getReader(),pe=new TextDecoder;let L=!1;const B=K.headers.get("discussionId"),q=parseInt(B,10);Number.isNaN(q)||A(q),await new ReadableStream({start(ge){return qe();async function qe(){if(!K.ok){D("notLoading");let We=a;K.status===409?(We=o,z(!0)):K.status===429?We=s:We=a,m({userType:"assistant",content:We,metaData:{isErrorMessage:!0},temporaryId:crypto.randomUUID()}),or=new AbortController;return}return ce?.read().then(We=>{const{done:ot,value:Mt}=We,Bt=pe.decode(Mt),Ye=St.transformNDJSONChunkIntoObjects(Bt);for(const ye of Ye)if(St.isObjectOutputstreamMessageStartDTO(ye))T.current.set(ye.messageId,{rendered:"",markdownTag:"",isWritingTag:!1,lastStreamSourceUuid:null}),ye.role==="assistant"&&D("loadingDisplayedAnswer"),f({messageStreamId:ye.messageId,role:ye.role});else if(St.isObjectOutputstreamMessageDeltaDTO(ye)){const{delta:Ce,streamSourceUuid:Qn}=ye;T.current.get(ye.messageId)||(T.current.set(ye.messageId,{rendered:"",markdownTag:"",isWritingTag:!1,lastStreamSourceUuid:null}),f({messageStreamId:ye.messageId,role:"assistant"}));const Xe=T.current.get(ye.messageId);Xe.lastStreamSourceUuid&&Xe.lastStreamSourceUuid!==Qn&&(Xe.rendered+='<span style="display:block;height:1rem;"></span>'),Xe.lastStreamSourceUuid=Qn??null,Ex(Ce)?(Xe.markdownTag+=Ce,Xe.rendered+=Xe.markdownTag,Xe.markdownTag="",Xe.isWritingTag=!1):Xe.isWritingTag||bx(Ce)?(Xe.markdownTag+=Ce,Xe.isWritingTag=!0):Xe.rendered+=Ce,w({id:ye.messageId,newContent:Xe.rendered})}else if(St.isObjectOutputstreamMessageEndDTO(ye)){const{isLastAnswer:Ce,shouldStopStream:Qn}=ye;(Ce||Qn)&&(L=!0),T.current.delete(ye.messageId)}else if(St.isObjectOutputstreamLoadingCurrentStepNumberDTO(ye)){const{content:Ce}=ye;ge.enqueue(Ce),$(Ce)}else if(St.isObjectOutputstreamLoadingCurrentStepNameDTO(ye)){const{content:Ce}=ye;ge.enqueue(Ce),k(Ce)}else if(St.isObjectOutputstreamLoadingNumberOfStepsDTO(ye)){const{content:Ce}=ye;ge.enqueue(Ce),ae(Ce)}else if(St.isObjectOutputstreamErrorDTO(ye)){const{message:Ce}=ye;m({userType:"assistant",metaData:{isErrorMessage:!0},content:Ce,temporaryId:crypto.randomUUID()})}else n.warn(`Packet shape not handled - ${ye}`);if(ot&&L){ge.close(),D("notLoading"),k(I),$(null);return}return qe()})}}}).pipeTo(new WritableStream)},en=K=>{const pe=`${Un.getApiUrl()}/ai/prompt/${e}`,L=or.signal;if(K.mode==="text"){const q={query:K.text,language:J.locale};d?.discussionId&&(q.discussionId=d.discussionId);const re=Un.getFetchConfig({httpVerb:"POST",body:q,contentType:"application/json",options:{signal:L}});return{url:pe,fetchConfig:re}}const B=new FormData;return B.append("language",J.locale),d?.discussionId&&B.append("discussionId",String(d.discussionId)),B.append("audioInput",K.audioFile,K.audioFile.name),{url:pe,fetchConfig:{method:"POST",body:B,signal:L}}},He=async K=>{D("loadingIntermediaryStates"),requestAnimationFrame(()=>we({smooth:!1,sticky:!1}));const{url:ce,fetchConfig:pe}=en(K);fetch(ce,pe).then(async L=>{await Dt(L)}).catch(L=>{n.error(L),D("notLoading"),or=new AbortController})},tn=async()=>{he(!0),await xe()},Pt=async()=>{const K=await Re();he(!1),K&&(n.log("Audio blob:",K.blob),n.log("Audio file:",K.file),He({mode:"audio",audioFile:K.file}))},me=()=>{De(),he(!1)};return C.jsxs("div",{className:["relative p-2","flex flex-col min-h-0 overflow-hidden","h-auto",t??"mx-auto"].join(" "),ref:r,style:ne,children:[C.jsxs("div",{className:"flex-1 overflow-y-auto min-h-0 messagesContainer",ref:ke,children:[d.items.map((K,ce)=>C.jsx(i2,{content:K.content,userType:K.userType,metaData:K.metaData,context:{discussionId:d?.discussionId,messageIndex:ce,appToken:e},seenRootEl:ke.current},K.temporaryId)),C.jsx(_x,{currentStepName:Z,currentStepNumber:P,loadingStatus:S,numberOfSteps:G})]}),Y&&C.jsx(Nx,{label:N,onClick:()=>we({smooth:!0,sticky:!0})}),U&&C.jsx(Ix,{resetDiscussion:K=>{z(!1),b(K)},companySettings:j}),ie&&se&&C.jsx(Px,{actionLabel:c,message:u,onClick:te}),C.jsx("div",{className:"flex-shrink-0",children:X?C.jsx(Hx,{isOpen:X,onStop:Pt,onCancel:me,audioLevel:g}):C.jsx(dx,{classNameTextarea:"",classNameContainer:"relative mt-6 mt-3 border-slate-400 border-[1px] rounded-lg p-1",SubmitComponent:fx,isDisabled:S!=="notLoading"||U,shouldDisableIfInputIsEmpty:!0,"aria-label":"TextArea For Bot Conversation",onSubmit:K=>{if(V(!1),xx(K)){const ce=yx(K,d.discussionId,b,j);ce&&m({userType:"user",content:ce,temporaryId:crypto.randomUUID()}),Ue(),we({smooth:!0,sticky:!1})}else m({userType:"user",content:K,temporaryId:crypto.randomUUID()}),Ue(),we({smooth:!0,sticky:!1}),He({mode:"text",text:K})},placeholder:i,autoFocus:!0,isLoadingStream:S==="loadingDisplayedAnswer"||S==="loadingIntermediaryStates",LoadingComponent:Cx,onPressLoadingButton:ct,onPressMicButton:()=>{tn()},MicComponent:Mx,audioEnabled:j?.agent?.isAudioAllowed})})]})};function wr(){return wr=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},wr.apply(this,arguments)}function _c(e,t){if(e==null)return{};var n={},r=Object.keys(e),i,a;for(a=0;a<r.length;a++)i=r[a],!(t.indexOf(i)>=0)&&(n[i]=e[i]);return n}function na(e,t){return na=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(r,i){return r.__proto__=i,r},na(e,t)}function Cc(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,na(e,t)}var ur={exports:{}};/*
|
|
134
139
|
object-assign
|
|
135
140
|
(c) Sindre Sorhus
|
|
136
141
|
@license MIT
|
|
137
|
-
*/var
|
|
138
|
-
Valid keys: `+JSON.stringify(Object.keys(p),null," "));var z=Ne(ee,ae,Q,ne,W+"."+ae,n);if(z)return z}return null}return C(U)}function Y(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(Y);if(p===null||u(p))return!0;var U=d(p);if(U){var Z=U.call(p),T;if(U!==p.entries){for(;!(T=Z.next()).done;)if(!Y(T.value))return!1}else for(;!(T=Z.next()).done;){var Q=T.value;if(Q&&!Y(Q[1]))return!1}}else return!1;return!0;default:return!1}}function J(p,U){return p==="symbol"?!0:U?U["@@toStringTag"]==="Symbol"||typeof Symbol=="function"&&U instanceof Symbol:!1}function he(p){var U=typeof p;return Array.isArray(p)?"array":p instanceof RegExp?"object":J(U,p)?"symbol":U}function Se(p){if(typeof p>"u"||p===null)return""+p;var U=he(p);if(U==="object"){if(p instanceof Date)return"date";if(p instanceof RegExp)return"regexp"}return U}function Oe(p){var U=Se(p);switch(U){case"array":case"object":return"an "+U;case"boolean":case"date":case"regexp":return"a "+U;default:return U}}function Re(p){return!p.constructor||!p.constructor.name?h:p.constructor.name}return m.checkPropTypes=i,m.resetWarningCache=i.resetWarningCache,m.PropTypes=m,m},xi}var yi,Au;function Lx(){if(Au)return yi;Au=1;var e=ka();function t(){}function n(){}return n.resetWarningCache=t,yi=function(){function r(s,u,o,c,f,d){if(d!==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 i(){return r}var a={array:r,bigint:r,bool:r,func:r,number:r,object:r,string:r,symbol:r,any:r,arrayOf:i,element:r,elementType:r,instanceOf:i,node:r,objectOf:i,oneOf:i,oneOfType:i,shape:i,exact:i,checkPropTypes:n,resetWarningCache:t};return a.PropTypes=a,a},yi}var _u;function Dx(){if(_u)return ar.exports;if(_u=1,process.env.NODE_ENV!=="production"){var e=ra(),t=!0;ar.exports=Rx()(e.isElement,t)}else ar.exports=Lx()();return ar.exports}var Px=Dx();const se=ta(Px);function Mx(e,t){return e.classList?!!t&&e.classList.contains(t):(" "+(e.className.baseVal||e.className)+" ").indexOf(" "+t+" ")!==-1}function Bx(e,t){e.classList?e.classList.add(t):Mx(e,t)||(typeof e.className=="string"?e.className=e.className+" "+t:e.setAttribute("class",(e.className&&e.className.baseVal||"")+" "+t))}function Su(e,t){return e.replace(new RegExp("(^|\\s)"+t+"(?:\\s|$)","g"),"$1").replace(/\s+/g," ").replace(/^\s*|\s*$/g,"")}function Fx(e,t){e.classList?e.classList.remove(t):typeof e.className=="string"?e.className=Su(e.className,t):e.setAttribute("class",Su(e.className&&e.className.baseVal||"",t))}const Cu={disabled:!1};var Hx=process.env.NODE_ENV!=="production"?se.oneOfType([se.number,se.shape({enter:se.number,exit:se.number,appear:se.number}).isRequired]):null,Ux=process.env.NODE_ENV!=="production"?se.oneOfType([se.string,se.shape({enter:se.string,exit:se.string,active:se.string}),se.shape({enter:se.string,enterDone:se.string,enterActive:se.string,exit:se.string,exitDone:se.string,exitActive:se.string})]):null;const bc=k.createContext(null);var Ec=function(t){return t.scrollTop},wn="unmounted",Ht="exited",Ut="entering",rn="entered",ea="exiting",xt=(function(e){pc(t,e);function t(r,i){var a;a=e.call(this,r,i)||this;var s=i,u=s&&!s.isMounting?r.enter:r.appear,o;return a.appearStatus=null,r.in?u?(o=Ht,a.appearStatus=Ut):o=rn:r.unmountOnExit||r.mountOnEnter?o=wn:o=Ht,a.state={status:o},a.nextCallback=null,a}t.getDerivedStateFromProps=function(i,a){var s=i.in;return s&&a.status===wn?{status:Ht}:null};var n=t.prototype;return n.componentDidMount=function(){this.updateStatus(!0,this.appearStatus)},n.componentDidUpdate=function(i){var a=null;if(i!==this.props){var s=this.state.status;this.props.in?s!==Ut&&s!==rn&&(a=Ut):(s===Ut||s===rn)&&(a=ea)}this.updateStatus(!1,a)},n.componentWillUnmount=function(){this.cancelNextCallback()},n.getTimeouts=function(){var i=this.props.timeout,a,s,u;return a=s=u=i,i!=null&&typeof i!="number"&&(a=i.exit,s=i.enter,u=i.appear!==void 0?i.appear:s),{exit:a,enter:s,appear:u}},n.updateStatus=function(i,a){if(i===void 0&&(i=!1),a!==null)if(this.cancelNextCallback(),a===Ut){if(this.props.unmountOnExit||this.props.mountOnEnter){var s=this.props.nodeRef?this.props.nodeRef.current:Sn.findDOMNode(this);s&&Ec(s)}this.performEnter(i)}else this.performExit();else this.props.unmountOnExit&&this.state.status===Ht&&this.setState({status:wn})},n.performEnter=function(i){var a=this,s=this.props.enter,u=this.context?this.context.isMounting:i,o=this.props.nodeRef?[u]:[Sn.findDOMNode(this),u],c=o[0],f=o[1],d=this.getTimeouts(),h=u?d.appear:d.enter;if(!i&&!s||Cu.disabled){this.safeSetState({status:rn},function(){a.props.onEntered(c)});return}this.props.onEnter(c,f),this.safeSetState({status:Ut},function(){a.props.onEntering(c,f),a.onTransitionEnd(h,function(){a.safeSetState({status:rn},function(){a.props.onEntered(c,f)})})})},n.performExit=function(){var i=this,a=this.props.exit,s=this.getTimeouts(),u=this.props.nodeRef?void 0:Sn.findDOMNode(this);if(!a||Cu.disabled){this.safeSetState({status:Ht},function(){i.props.onExited(u)});return}this.props.onExit(u),this.safeSetState({status:ea},function(){i.props.onExiting(u),i.onTransitionEnd(s.exit,function(){i.safeSetState({status:Ht},function(){i.props.onExited(u)})})})},n.cancelNextCallback=function(){this.nextCallback!==null&&(this.nextCallback.cancel(),this.nextCallback=null)},n.safeSetState=function(i,a){a=this.setNextCallback(a),this.setState(i,a)},n.setNextCallback=function(i){var a=this,s=!0;return this.nextCallback=function(u){s&&(s=!1,a.nextCallback=null,i(u))},this.nextCallback.cancel=function(){s=!1},this.nextCallback},n.onTransitionEnd=function(i,a){this.setNextCallback(a);var s=this.props.nodeRef?this.props.nodeRef.current:Sn.findDOMNode(this),u=i==null&&!this.props.addEndListener;if(!s||u){setTimeout(this.nextCallback,0);return}if(this.props.addEndListener){var o=this.props.nodeRef?[this.nextCallback]:[s,this.nextCallback],c=o[0],f=o[1];this.props.addEndListener(c,f)}i!=null&&setTimeout(this.nextCallback,i)},n.render=function(){var i=this.state.status;if(i===wn)return null;var a=this.props,s=a.children;a.in,a.mountOnEnter,a.unmountOnExit,a.appear,a.enter,a.exit,a.timeout,a.addEndListener,a.onEnter,a.onEntering,a.onEntered,a.onExit,a.onExiting,a.onExited,a.nodeRef;var u=mc(a,["children","in","mountOnEnter","unmountOnExit","appear","enter","exit","timeout","addEndListener","onEnter","onEntering","onEntered","onExit","onExiting","onExited","nodeRef"]);return k.createElement(bc.Provider,{value:null},typeof s=="function"?s(i,u):k.cloneElement(k.Children.only(s),u))},t})(k.Component);xt.contextType=bc;xt.propTypes=process.env.NODE_ENV!=="production"?{nodeRef:se.shape({current:typeof Element>"u"?se.any:function(e,t,n,r,i,a){var s=e[t];return se.instanceOf(s&&"ownerDocument"in s?s.ownerDocument.defaultView.Element:Element)(e,t,n,r,i,a)}}),children:se.oneOfType([se.func.isRequired,se.element.isRequired]).isRequired,in:se.bool,mountOnEnter:se.bool,unmountOnExit:se.bool,appear:se.bool,enter:se.bool,exit:se.bool,timeout:function(t){var n=Hx;t.addEndListener||(n=n.isRequired);for(var r=arguments.length,i=new Array(r>1?r-1:0),a=1;a<r;a++)i[a-1]=arguments[a];return n.apply(void 0,[t].concat(i))},addEndListener:se.func,onEnter:se.func,onEntering:se.func,onEntered:se.func,onExit:se.func,onExiting:se.func,onExited:se.func}:{};function en(){}xt.defaultProps={in:!1,mountOnEnter:!1,unmountOnExit:!1,appear:!1,enter:!0,exit:!0,onEnter:en,onEntering:en,onEntered:en,onExit:en,onExiting:en,onExited:en};xt.UNMOUNTED=wn;xt.EXITED=Ht;xt.ENTERING=Ut;xt.ENTERED=rn;xt.EXITING=ea;var jx=function(t,n){return t&&n&&n.split(" ").forEach(function(r){return Bx(t,r)})},Ai=function(t,n){return t&&n&&n.split(" ").forEach(function(r){return Fx(t,r)})},Oa=(function(e){pc(t,e);function t(){for(var r,i=arguments.length,a=new Array(i),s=0;s<i;s++)a[s]=arguments[s];return r=e.call.apply(e,[this].concat(a))||this,r.appliedClasses={appear:{},enter:{},exit:{}},r.onEnter=function(u,o){var c=r.resolveArguments(u,o),f=c[0],d=c[1];r.removeClasses(f,"exit"),r.addClass(f,d?"appear":"enter","base"),r.props.onEnter&&r.props.onEnter(u,o)},r.onEntering=function(u,o){var c=r.resolveArguments(u,o),f=c[0],d=c[1],h=d?"appear":"enter";r.addClass(f,h,"active"),r.props.onEntering&&r.props.onEntering(u,o)},r.onEntered=function(u,o){var c=r.resolveArguments(u,o),f=c[0],d=c[1],h=d?"appear":"enter";r.removeClasses(f,h),r.addClass(f,h,"done"),r.props.onEntered&&r.props.onEntered(u,o)},r.onExit=function(u){var o=r.resolveArguments(u),c=o[0];r.removeClasses(c,"appear"),r.removeClasses(c,"enter"),r.addClass(c,"exit","base"),r.props.onExit&&r.props.onExit(u)},r.onExiting=function(u){var o=r.resolveArguments(u),c=o[0];r.addClass(c,"exit","active"),r.props.onExiting&&r.props.onExiting(u)},r.onExited=function(u){var o=r.resolveArguments(u),c=o[0];r.removeClasses(c,"exit"),r.addClass(c,"exit","done"),r.props.onExited&&r.props.onExited(u)},r.resolveArguments=function(u,o){return r.props.nodeRef?[r.props.nodeRef.current,u]:[u,o]},r.getClassNames=function(u){var o=r.props.classNames,c=typeof o=="string",f=c&&o?o+"-":"",d=c?""+f+u:o[u],h=c?d+"-active":o[u+"Active"],m=c?d+"-done":o[u+"Done"];return{baseClassName:d,activeClassName:h,doneClassName:m}},r}var n=t.prototype;return n.addClass=function(i,a,s){var u=this.getClassNames(a)[s+"ClassName"],o=this.getClassNames("enter"),c=o.doneClassName;a==="appear"&&s==="done"&&c&&(u+=" "+c),s==="active"&&i&&Ec(i),u&&(this.appliedClasses[a][s]=u,jx(i,u))},n.removeClasses=function(i,a){var s=this.appliedClasses[a],u=s.base,o=s.active,c=s.done;this.appliedClasses[a]={},u&&Ai(i,u),o&&Ai(i,o),c&&Ai(i,c)},n.render=function(){var i=this.props;i.classNames;var a=mc(i,["classNames"]);return k.createElement(xt,_r({},a,{onEnter:this.onEnter,onEntered:this.onEntered,onEntering:this.onEntering,onExit:this.onExit,onExiting:this.onExiting,onExited:this.onExited}))},t})(k.Component);Oa.defaultProps={classNames:""};Oa.propTypes=process.env.NODE_ENV!=="production"?_r({},xt.propTypes,{classNames:Ux,onEnter:se.func,onEntering:se.func,onEntered:se.func,onExit:se.func,onExiting:se.func,onExited:se.func}):{};const zx=({setIsWidgetOpen:e})=>_.jsx(_.Fragment,{children:_.jsx("button",{type:"button","aria-label":"Close chat",onClick:()=>e(!1),className:`absolute right-2 top-1/2 -translate-y-1/2
|
|
142
|
+
*/var Ti,Ao;function Ux(){if(Ao)return Ti;Ao=1;var e=Object.getOwnPropertySymbols,t=Object.prototype.hasOwnProperty,n=Object.prototype.propertyIsEnumerable;function r(a){if(a==null)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(a)}function i(){try{if(!Object.assign)return!1;var a=new String("abc");if(a[5]="de",Object.getOwnPropertyNames(a)[0]==="5")return!1;for(var s={},o=0;o<10;o++)s["_"+String.fromCharCode(o)]=o;var u=Object.getOwnPropertyNames(s).map(function(d){return s[d]});if(u.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 Ti=i()?Object.assign:function(a,s){for(var o,u=r(a),c,d=1;d<arguments.length;d++){o=Object(arguments[d]);for(var f in o)t.call(o,f)&&(u[f]=o[f]);if(e){c=e(o);for(var m=0;m<c.length;m++)n.call(o,c[m])&&(u[c[m]]=o[c[m]])}}return u},Ti}var xi,_o;function Da(){if(_o)return xi;_o=1;var e="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";return xi=e,xi}var yi,Co;function Sc(){return Co||(Co=1,yi=Function.call.bind(Object.prototype.hasOwnProperty)),yi}var Ai,So;function jx(){if(So)return Ai;So=1;var e=function(){};if(process.env.NODE_ENV!=="production"){var t=Da(),n={},r=Sc();e=function(a){var s="Warning: "+a;typeof console<"u"&&console.error(s);try{throw new Error(s)}catch{}}}function i(a,s,o,u,c){if(process.env.NODE_ENV!=="production"){for(var d in a)if(r(a,d)){var f;try{if(typeof a[d]!="function"){var m=Error((u||"React class")+": "+o+" type `"+d+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof a[d]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw m.name="Invariant Violation",m}f=a[d](s,d,u,o,null,t)}catch(b){f=b}if(f&&!(f instanceof Error)&&e((u||"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 i.resetWarningCache=function(){process.env.NODE_ENV!=="production"&&(n={})},Ai=i,Ai}var _i,wo;function zx(){if(wo)return _i;wo=1;var e=oa(),t=Ux(),n=Da(),r=Sc(),i=jx(),a=function(){};process.env.NODE_ENV!=="production"&&(a=function(o){var u="Warning: "+o;typeof console<"u"&&console.error(u);try{throw new Error(u)}catch{}});function s(){return null}return _i=function(o,u){var c=typeof Symbol=="function"&&Symbol.iterator,d="@@iterator";function f(g){var j=g&&(c&&g[c]||g[d]);if(typeof j=="function")return j}var m="<<anonymous>>",h={array:y("array"),bigint:y("bigint"),bool:y("boolean"),func:y("function"),number:y("number"),object:y("object"),string:y("string"),symbol:y("symbol"),any:_(),arrayOf:S,element:D(),elementType:I(),instanceOf:N,node:k(),objectOf:ae,oneOf:G,oneOfType:Z,shape:$,exact:U};function b(g,j){return g===j?g!==0||1/g===1/j:g!==g&&j!==j}function A(g,j){this.message=g,this.data=j&&typeof j=="object"?j:{},this.stack=""}A.prototype=Error.prototype;function w(g){if(process.env.NODE_ENV!=="production")var j={},J=0;function T(se,V,ie,te,oe,ne,we){if(te=te||m,ne=ne||ie,we!==n){if(u){var Y=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 Y.name="Invariant Violation",Y}else if(process.env.NODE_ENV!=="production"&&typeof console<"u"){var ke=te+":"+ie;!j[ke]&&J<3&&(a("You are manually calling a React.PropTypes validation function for the `"+ne+"` prop on `"+te+"`. 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."),j[ke]=!0,J++)}}return V[ie]==null?se?V[ie]===null?new A("The "+oe+" `"+ne+"` is marked as required "+("in `"+te+"`, but its value is `null`.")):new A("The "+oe+" `"+ne+"` is marked as required in "+("`"+te+"`, but its value is `undefined`.")):null:g(V,ie,te,oe,ne)}var Q=T.bind(null,!1);return Q.isRequired=T.bind(null,!0),Q}function y(g){function j(J,T,Q,se,V,ie){var te=J[T],oe=he(te);if(oe!==g){var ne=xe(te);return new A("Invalid "+se+" `"+V+"` of type "+("`"+ne+"` supplied to `"+Q+"`, expected ")+("`"+g+"`."),{expectedType:g})}return null}return w(j)}function _(){return w(s)}function S(g){function j(J,T,Q,se,V){if(typeof g!="function")return new A("Property `"+V+"` of component `"+Q+"` has invalid PropType notation inside arrayOf.");var ie=J[T];if(!Array.isArray(ie)){var te=he(ie);return new A("Invalid "+se+" `"+V+"` of type "+("`"+te+"` supplied to `"+Q+"`, expected an array."))}for(var oe=0;oe<ie.length;oe++){var ne=g(ie,oe,Q,se,V+"["+oe+"]",n);if(ne instanceof Error)return ne}return null}return w(j)}function D(){function g(j,J,T,Q,se){var V=j[J];if(!o(V)){var ie=he(V);return new A("Invalid "+Q+" `"+se+"` of type "+("`"+ie+"` supplied to `"+T+"`, expected a single ReactElement."))}return null}return w(g)}function I(){function g(j,J,T,Q,se){var V=j[J];if(!e.isValidElementType(V)){var ie=he(V);return new A("Invalid "+Q+" `"+se+"` of type "+("`"+ie+"` supplied to `"+T+"`, expected a single ReactElement type."))}return null}return w(g)}function N(g){function j(J,T,Q,se,V){if(!(J[T]instanceof g)){var ie=g.name||m,te=De(J[T]);return new A("Invalid "+se+" `"+V+"` of type "+("`"+te+"` supplied to `"+Q+"`, expected ")+("instance of `"+ie+"`."))}return null}return w(j)}function G(g){if(!Array.isArray(g))return process.env.NODE_ENV!=="production"&&(arguments.length>1?a("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])."):a("Invalid argument supplied to oneOf, expected an array.")),s;function j(J,T,Q,se,V){for(var ie=J[T],te=0;te<g.length;te++)if(b(ie,g[te]))return null;var oe=JSON.stringify(g,function(we,Y){var ke=xe(Y);return ke==="symbol"?String(Y):Y});return new A("Invalid "+se+" `"+V+"` of value `"+String(ie)+"` "+("supplied to `"+Q+"`, expected one of "+oe+"."))}return w(j)}function ae(g){function j(J,T,Q,se,V){if(typeof g!="function")return new A("Property `"+V+"` of component `"+Q+"` has invalid PropType notation inside objectOf.");var ie=J[T],te=he(ie);if(te!=="object")return new A("Invalid "+se+" `"+V+"` of type "+("`"+te+"` supplied to `"+Q+"`, expected an object."));for(var oe in ie)if(r(ie,oe)){var ne=g(ie,oe,Q,se,V+"."+oe,n);if(ne instanceof Error)return ne}return null}return w(j)}function Z(g){if(!Array.isArray(g))return process.env.NODE_ENV!=="production"&&a("Invalid argument supplied to oneOfType, expected an instance of array."),s;for(var j=0;j<g.length;j++){var J=g[j];if(typeof J!="function")return a("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+Re(J)+" at index "+j+"."),s}function T(Q,se,V,ie,te){for(var oe=[],ne=0;ne<g.length;ne++){var we=g[ne],Y=we(Q,se,V,ie,te,n);if(Y==null)return null;Y.data&&r(Y.data,"expectedType")&&oe.push(Y.data.expectedType)}var ke=oe.length>0?", expected one of type ["+oe.join(", ")+"]":"";return new A("Invalid "+ie+" `"+te+"` supplied to "+("`"+V+"`"+ke+"."))}return w(T)}function k(){function g(j,J,T,Q,se){return z(j[J])?null:new A("Invalid "+Q+" `"+se+"` supplied to "+("`"+T+"`, expected a ReactNode."))}return w(g)}function P(g,j,J,T,Q){return new A((g||"React class")+": "+j+" type `"+J+"."+T+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+Q+"`.")}function $(g){function j(J,T,Q,se,V){var ie=J[T],te=he(ie);if(te!=="object")return new A("Invalid "+se+" `"+V+"` of type `"+te+"` "+("supplied to `"+Q+"`, expected `object`."));for(var oe in g){var ne=g[oe];if(typeof ne!="function")return P(Q,se,V,oe,xe(ne));var we=ne(ie,oe,Q,se,V+"."+oe,n);if(we)return we}return null}return w(j)}function U(g){function j(J,T,Q,se,V){var ie=J[T],te=he(ie);if(te!=="object")return new A("Invalid "+se+" `"+V+"` of type `"+te+"` "+("supplied to `"+Q+"`, expected `object`."));var oe=t({},J[T],g);for(var ne in oe){var we=g[ne];if(r(g,ne)&&typeof we!="function")return P(Q,se,V,ne,xe(we));if(!we)return new A("Invalid "+se+" `"+V+"` key `"+ne+"` supplied to `"+Q+"`.\nBad object: "+JSON.stringify(J[T],null," ")+`
|
|
143
|
+
Valid keys: `+JSON.stringify(Object.keys(g),null," "));var Y=we(ie,ne,Q,se,V+"."+ne,n);if(Y)return Y}return null}return w(j)}function z(g){switch(typeof g){case"number":case"string":case"undefined":return!0;case"boolean":return!g;case"object":if(Array.isArray(g))return g.every(z);if(g===null||o(g))return!0;var j=f(g);if(j){var J=j.call(g),T;if(j!==g.entries){for(;!(T=J.next()).done;)if(!z(T.value))return!1}else for(;!(T=J.next()).done;){var Q=T.value;if(Q&&!z(Q[1]))return!1}}else return!1;return!0;default:return!1}}function X(g,j){return g==="symbol"?!0:j?j["@@toStringTag"]==="Symbol"||typeof Symbol=="function"&&j instanceof Symbol:!1}function he(g){var j=typeof g;return Array.isArray(g)?"array":g instanceof RegExp?"object":X(j,g)?"symbol":j}function xe(g){if(typeof g>"u"||g===null)return""+g;var j=he(g);if(j==="object"){if(g instanceof Date)return"date";if(g instanceof RegExp)return"regexp"}return j}function Re(g){var j=xe(g);switch(j){case"array":case"object":return"an "+j;case"boolean":case"date":case"regexp":return"a "+j;default:return j}}function De(g){return!g.constructor||!g.constructor.name?m:g.constructor.name}return h.checkPropTypes=i,h.resetWarningCache=i.resetWarningCache,h.PropTypes=h,h},_i}var Ci,vo;function $x(){if(vo)return Ci;vo=1;var e=Da();function t(){}function n(){}return n.resetWarningCache=t,Ci=function(){function r(s,o,u,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 i(){return r}var a={array:r,bigint:r,bool:r,func:r,number:r,object:r,string:r,symbol:r,any:r,arrayOf:i,element:r,elementType:r,instanceOf:i,node:r,objectOf:i,oneOf:i,oneOfType:i,shape:i,exact:i,checkPropTypes:n,resetWarningCache:t};return a.PropTypes=a,a},Ci}var Io;function Yx(){if(Io)return ur.exports;if(Io=1,process.env.NODE_ENV!=="production"){var e=oa(),t=!0;ur.exports=zx()(e.isElement,t)}else ur.exports=$x()();return ur.exports}var Gx=Yx();const ue=ia(Gx);function Vx(e,t){return e.classList?!!t&&e.classList.contains(t):(" "+(e.className.baseVal||e.className)+" ").indexOf(" "+t+" ")!==-1}function qx(e,t){e.classList?e.classList.add(t):Vx(e,t)||(typeof e.className=="string"?e.className=e.className+" "+t:e.setAttribute("class",(e.className&&e.className.baseVal||"")+" "+t))}function No(e,t){return e.replace(new RegExp("(^|\\s)"+t+"(?:\\s|$)","g"),"$1").replace(/\s+/g," ").replace(/^\s*|\s*$/g,"")}function Wx(e,t){e.classList?e.classList.remove(t):typeof e.className=="string"?e.className=No(e.className,t):e.setAttribute("class",No(e.className&&e.className.baseVal||"",t))}const ko={disabled:!1};var Xx=process.env.NODE_ENV!=="production"?ue.oneOfType([ue.number,ue.shape({enter:ue.number,exit:ue.number,appear:ue.number}).isRequired]):null,Qx=process.env.NODE_ENV!=="production"?ue.oneOfType([ue.string,ue.shape({enter:ue.string,exit:ue.string,active:ue.string}),ue.shape({enter:ue.string,enterDone:ue.string,enterActive:ue.string,exit:ue.string,exitDone:ue.string,exitActive:ue.string})]):null;const wc=v.createContext(null);var vc=function(t){return t.scrollTop},In="unmounted",Ut="exited",jt="entering",un="entered",ra="exiting",xt=(function(e){Cc(t,e);function t(r,i){var a;a=e.call(this,r,i)||this;var s=i,o=s&&!s.isMounting?r.enter:r.appear,u;return a.appearStatus=null,r.in?o?(u=Ut,a.appearStatus=jt):u=un:r.unmountOnExit||r.mountOnEnter?u=In:u=Ut,a.state={status:u},a.nextCallback=null,a}t.getDerivedStateFromProps=function(i,a){var s=i.in;return s&&a.status===In?{status:Ut}:null};var n=t.prototype;return n.componentDidMount=function(){this.updateStatus(!0,this.appearStatus)},n.componentDidUpdate=function(i){var a=null;if(i!==this.props){var s=this.state.status;this.props.in?s!==jt&&s!==un&&(a=jt):(s===jt||s===un)&&(a=ra)}this.updateStatus(!1,a)},n.componentWillUnmount=function(){this.cancelNextCallback()},n.getTimeouts=function(){var i=this.props.timeout,a,s,o;return a=s=o=i,i!=null&&typeof i!="number"&&(a=i.exit,s=i.enter,o=i.appear!==void 0?i.appear:s),{exit:a,enter:s,appear:o}},n.updateStatus=function(i,a){if(i===void 0&&(i=!1),a!==null)if(this.cancelNextCallback(),a===jt){if(this.props.unmountOnExit||this.props.mountOnEnter){var s=this.props.nodeRef?this.props.nodeRef.current:wn.findDOMNode(this);s&&vc(s)}this.performEnter(i)}else this.performExit();else this.props.unmountOnExit&&this.state.status===Ut&&this.setState({status:In})},n.performEnter=function(i){var a=this,s=this.props.enter,o=this.context?this.context.isMounting:i,u=this.props.nodeRef?[o]:[wn.findDOMNode(this),o],c=u[0],d=u[1],f=this.getTimeouts(),m=o?f.appear:f.enter;if(!i&&!s||ko.disabled){this.safeSetState({status:un},function(){a.props.onEntered(c)});return}this.props.onEnter(c,d),this.safeSetState({status:jt},function(){a.props.onEntering(c,d),a.onTransitionEnd(m,function(){a.safeSetState({status:un},function(){a.props.onEntered(c,d)})})})},n.performExit=function(){var i=this,a=this.props.exit,s=this.getTimeouts(),o=this.props.nodeRef?void 0:wn.findDOMNode(this);if(!a||ko.disabled){this.safeSetState({status:Ut},function(){i.props.onExited(o)});return}this.props.onExit(o),this.safeSetState({status:ra},function(){i.props.onExiting(o),i.onTransitionEnd(s.exit,function(){i.safeSetState({status:Ut},function(){i.props.onExited(o)})})})},n.cancelNextCallback=function(){this.nextCallback!==null&&(this.nextCallback.cancel(),this.nextCallback=null)},n.safeSetState=function(i,a){a=this.setNextCallback(a),this.setState(i,a)},n.setNextCallback=function(i){var a=this,s=!0;return this.nextCallback=function(o){s&&(s=!1,a.nextCallback=null,i(o))},this.nextCallback.cancel=function(){s=!1},this.nextCallback},n.onTransitionEnd=function(i,a){this.setNextCallback(a);var s=this.props.nodeRef?this.props.nodeRef.current:wn.findDOMNode(this),o=i==null&&!this.props.addEndListener;if(!s||o){setTimeout(this.nextCallback,0);return}if(this.props.addEndListener){var u=this.props.nodeRef?[this.nextCallback]:[s,this.nextCallback],c=u[0],d=u[1];this.props.addEndListener(c,d)}i!=null&&setTimeout(this.nextCallback,i)},n.render=function(){var i=this.state.status;if(i===In)return null;var a=this.props,s=a.children;a.in,a.mountOnEnter,a.unmountOnExit,a.appear,a.enter,a.exit,a.timeout,a.addEndListener,a.onEnter,a.onEntering,a.onEntered,a.onExit,a.onExiting,a.onExited,a.nodeRef;var o=_c(a,["children","in","mountOnEnter","unmountOnExit","appear","enter","exit","timeout","addEndListener","onEnter","onEntering","onEntered","onExit","onExiting","onExited","nodeRef"]);return v.createElement(wc.Provider,{value:null},typeof s=="function"?s(i,o):v.cloneElement(v.Children.only(s),o))},t})(v.Component);xt.contextType=wc;xt.propTypes=process.env.NODE_ENV!=="production"?{nodeRef:ue.shape({current:typeof Element>"u"?ue.any:function(e,t,n,r,i,a){var s=e[t];return ue.instanceOf(s&&"ownerDocument"in s?s.ownerDocument.defaultView.Element:Element)(e,t,n,r,i,a)}}),children:ue.oneOfType([ue.func.isRequired,ue.element.isRequired]).isRequired,in:ue.bool,mountOnEnter:ue.bool,unmountOnExit:ue.bool,appear:ue.bool,enter:ue.bool,exit:ue.bool,timeout:function(t){var n=Xx;t.addEndListener||(n=n.isRequired);for(var r=arguments.length,i=new Array(r>1?r-1:0),a=1;a<r;a++)i[a-1]=arguments[a];return n.apply(void 0,[t].concat(i))},addEndListener:ue.func,onEnter:ue.func,onEntering:ue.func,onEntered:ue.func,onExit:ue.func,onExiting:ue.func,onExited:ue.func}:{};function an(){}xt.defaultProps={in:!1,mountOnEnter:!1,unmountOnExit:!1,appear:!1,enter:!0,exit:!0,onEnter:an,onEntering:an,onEntered:an,onExit:an,onExiting:an,onExited:an};xt.UNMOUNTED=In;xt.EXITED=Ut;xt.ENTERING=jt;xt.ENTERED=un;xt.EXITING=ra;var Kx=function(t,n){return t&&n&&n.split(" ").forEach(function(r){return qx(t,r)})},Si=function(t,n){return t&&n&&n.split(" ").forEach(function(r){return Wx(t,r)})},Pa=(function(e){Cc(t,e);function t(){for(var r,i=arguments.length,a=new Array(i),s=0;s<i;s++)a[s]=arguments[s];return r=e.call.apply(e,[this].concat(a))||this,r.appliedClasses={appear:{},enter:{},exit:{}},r.onEnter=function(o,u){var c=r.resolveArguments(o,u),d=c[0],f=c[1];r.removeClasses(d,"exit"),r.addClass(d,f?"appear":"enter","base"),r.props.onEnter&&r.props.onEnter(o,u)},r.onEntering=function(o,u){var c=r.resolveArguments(o,u),d=c[0],f=c[1],m=f?"appear":"enter";r.addClass(d,m,"active"),r.props.onEntering&&r.props.onEntering(o,u)},r.onEntered=function(o,u){var c=r.resolveArguments(o,u),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,u)},r.onExit=function(o){var u=r.resolveArguments(o),c=u[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 u=r.resolveArguments(o),c=u[0];r.addClass(c,"exit","active"),r.props.onExiting&&r.props.onExiting(o)},r.onExited=function(o){var u=r.resolveArguments(o),c=u[0];r.removeClasses(c,"exit"),r.addClass(c,"exit","done"),r.props.onExited&&r.props.onExited(o)},r.resolveArguments=function(o,u){return r.props.nodeRef?[r.props.nodeRef.current,o]:[o,u]},r.getClassNames=function(o){var u=r.props.classNames,c=typeof u=="string",d=c&&u?u+"-":"",f=c?""+d+o:u[o],m=c?f+"-active":u[o+"Active"],h=c?f+"-done":u[o+"Done"];return{baseClassName:f,activeClassName:m,doneClassName:h}},r}var n=t.prototype;return n.addClass=function(i,a,s){var o=this.getClassNames(a)[s+"ClassName"],u=this.getClassNames("enter"),c=u.doneClassName;a==="appear"&&s==="done"&&c&&(o+=" "+c),s==="active"&&i&&vc(i),o&&(this.appliedClasses[a][s]=o,Kx(i,o))},n.removeClasses=function(i,a){var s=this.appliedClasses[a],o=s.base,u=s.active,c=s.done;this.appliedClasses[a]={},o&&Si(i,o),u&&Si(i,u),c&&Si(i,c)},n.render=function(){var i=this.props;i.classNames;var a=_c(i,["classNames"]);return v.createElement(xt,wr({},a,{onEnter:this.onEnter,onEntered:this.onEntered,onEntering:this.onEntering,onExit:this.onExit,onExiting:this.onExiting,onExited:this.onExited}))},t})(v.Component);Pa.defaultProps={classNames:""};Pa.propTypes=process.env.NODE_ENV!=="production"?wr({},xt.propTypes,{classNames:Qx,onEnter:ue.func,onEntering:ue.func,onEntered:ue.func,onExit:ue.func,onExiting:ue.func,onExited:ue.func}):{};const Ic=()=>{const e=Qt(),t=e.formatMessage({defaultMessage:"Open chat menu",id:"chatbot.widget.menu.open"}),n=e.formatMessage({defaultMessage:"Start a new discussion",id:"chatbot.widget.menu.startNewDiscussion"}),r=e.formatMessage({defaultMessage:"Close chat",id:"chatbot.widget.close"});return{openMenuTranslation:t,startNewDiscussionTranslation:n,closeChatTranslation:r}},Jx=({setIsWidgetOpen:e})=>{const{closeChatTranslation:t}=Ic();return C.jsx(C.Fragment,{children:C.jsx("button",{type:"button","aria-label":t,onClick:()=>e(!1),className:`absolute right-2 top-1/2 -translate-y-1/2
|
|
139
144
|
inline-flex items-center justify-center
|
|
140
145
|
rounded-full p-1.5
|
|
141
146
|
text-white
|
|
@@ -146,7 +151,15 @@ Valid keys: `+JSON.stringify(Object.keys(p),null," "));var z=Ne(ee,ae,Q,ne,W+".
|
|
|
146
151
|
focus-visible:ring-white/80
|
|
147
152
|
focus-visible:ring-offset-2
|
|
148
153
|
focus-visible:ring-offset-violet-700
|
|
149
|
-
`,"data-testid":"close-button",children:
|
|
154
|
+
`,"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"})})})})},Nc=({onStartNewDiscussion:e,className:t="",tone:n="light"})=>{const[r,i]=v.useState(!1),a=v.useRef(null),{openMenuTranslation:s,startNewDiscussionTranslation:o}=Ic();v.useEffect(()=>{if(!r)return;const c=f=>{a.current?.contains(f.target)||i(!1)},d=f=>{f.key==="Escape"&&i(!1)};return document.addEventListener("mousedown",c),document.addEventListener("keydown",d),()=>{document.removeEventListener("mousedown",c),document.removeEventListener("keydown",d)}},[r]);const u=n==="dark"?"text-white bg-white/10 hover:bg-white/20 focus-visible:ring-white/80 focus-visible:ring-offset-violet-700":"text-slate-700 bg-slate-100 hover:bg-slate-200 focus-visible:ring-slate-400 focus-visible:ring-offset-white";return C.jsxs("div",{ref:a,className:`relative inline-flex ${t}`,onMouseDown:c=>c.stopPropagation(),children:[C.jsx("button",{type:"button","aria-label":s,"aria-haspopup":"menu","aria-expanded":r,onClick:()=>i(c=>!c),className:`inline-flex items-center justify-center rounded-full p-1.5 transition-transform duration-150 ease-out hover:scale-110 active:scale-95 focus:outline-none focus-visible:ring-offset-2 ${u}`,"data-testid":"discussion-menu-button",children:C.jsxs("svg",{viewBox:"0 0 24 24",width:"20",height:"20",fill:"none","aria-hidden":"true",className:"select-none outline-none",children:[C.jsx("circle",{cx:"5",cy:"12",r:"1.5",fill:"currentColor"}),C.jsx("circle",{cx:"12",cy:"12",r:"1.5",fill:"currentColor"}),C.jsx("circle",{cx:"19",cy:"12",r:"1.5",fill:"currentColor"})]})}),r&&C.jsx("div",{role:"menu",className:"absolute right-0 top-full z-30 mt-2 min-w-[210px] rounded-md border border-slate-200 bg-white p-1 shadow-lg",onMouseDown:c=>c.stopPropagation(),children:C.jsx("button",{type:"button",role:"menuitem",className:"block w-full rounded px-3 py-2 text-left text-sm text-slate-800 hover:bg-slate-100",onClick:()=>{e(),i(!1)},children:o})})]})},Zx=({})=>{const{companySettings:e}=v.useContext(kt);return C.jsx("div",{className:`assistant
|
|
155
|
+
transition
|
|
156
|
+
ease-in-out
|
|
157
|
+
delay-50
|
|
158
|
+
cursor-pointer
|
|
159
|
+
flex
|
|
160
|
+
justify-center
|
|
161
|
+
items-center
|
|
162
|
+
`,children:C.jsx(sa,{facet:e.agent.display[Oe.AgentDisplayFacetRoleType.ASSISTANT]})})},ey=({logo:e,label:t,className:n})=>C.jsxs("div",{className:`flex items-center gap-2 logoWrapper${n?` ${n}`:""}`,children:[e,C.jsx("p",{className:"font-bold",children:t})]}),ty=v.forwardRef(({props:e},t)=>{const{companySettings:n}=v.useContext(kt),{resetConversation:r}=Ra(),i=n.agent?.customNameToDisplay||"Assistant";return C.jsxs("div",{ref:t,className:`
|
|
150
163
|
chatBox
|
|
151
164
|
fixed z-[2147483647]
|
|
152
165
|
inset-0 w-screen h-[100svh] rounded-none
|
|
@@ -155,7 +168,7 @@ Valid keys: `+JSON.stringify(Object.keys(p),null," "));var z=Ne(ee,ae,Q,ne,W+".
|
|
|
155
168
|
md:h-[clamp(420px,70dvh,640px)]
|
|
156
169
|
md:rounded-xl
|
|
157
170
|
bg-white shadow-xl flex flex-col overflow-hidden
|
|
158
|
-
`,children:[
|
|
171
|
+
`,children:[C.jsxs("div",{className:"pl-3 relative z-20 bg-violet-700 py-2 text-white text-left flex justify-start items-center chatsystem-header",children:[C.jsx(ey,{className:"chatSystem-widgetLogo",logo:C.jsx(Zx,{}),label:i}),C.jsx("div",{className:"absolute right-12 top-1/2 -translate-y-1/2",children:C.jsx(Nc,{tone:"dark",onStartNewDiscussion:()=>r(n)})}),C.jsx(Jx,{setIsWidgetOpen:e.setIsWidgetOpen})]}),C.jsx(Ac,{appToken:e.appToken})]})}),ny=({isWidgetOpen:e,appToken:t,setIsWidgetOpen:n})=>{const r=v.useRef(null);return v.useEffect(()=>{if(!e)return;const i=a=>{const s=r.current;if(!s)return;const o=typeof a.composedPath=="function"?a.composedPath():[];if(o.length>0){if(o.includes(s))return}else{const u=a.target;if(u&&s.contains(u))return}n(!1)};return document.addEventListener("pointerdown",i,!0),()=>{document.removeEventListener("pointerdown",i,!0)}},[e,n]),C.jsx("div",{children:C.jsx(Pa,{nodeRef:r,in:e,timeout:200,classNames:"menuTransition",unmountOnExit:!0,children:C.jsx(ty,{ref:r,props:{appToken:t,setIsWidgetOpen:n}})})})},ry=()=>{const{companySettings:e}=v.useContext(kt),{resetConversation:t}=Ra();return C.jsx("div",{className:"relative z-20 flex justify-end px-2 pt-2",children:C.jsx(Nc,{tone:"light",onStartNewDiscussion:()=>t(e)})})},kc=()=>({hasFetchedSettings:!1,hasDisplayedCSS:!1}),iy=()=>{const[e,t]=v.useState(kc());return{appInternalContext:e,setAppInternalContext:t,setHasFetchedSettings:()=>{t(i=>({...i,hasFetchedSettings:!0}))},setHasDisplayedCss:()=>{t(i=>({...i,hasDisplayedCSS:!0}))}}},Oc=v.createContext({appInternalContext:kc(),setAppInternalContext:()=>{},setHasFetchedSettings:()=>{}}),ay=({displayMode:e,appToken:t})=>{const[n,r]=v.useState(!1),{appInternalContext:i}=v.useContext(Oc);return C.jsxs(C.Fragment,{children:[e===pn.LAUNCHER&&i.hasFetchedSettings&&C.jsxs(C.Fragment,{children:[C.jsx(Jc,{isWidgetOpen:n,setIsWidgetOpen:r}),C.jsx(ny,{isWidgetOpen:n,appToken:t,setIsWidgetOpen:r})]}),e===pn.CHATBOX&&i.hasFetchedSettings&&C.jsxs("div",{className:"chatBox w-full max-w-[1200px] mx-auto",children:[C.jsx(ry,{}),C.jsx(Ac,{appToken:t})]})]})},sy=e=>Object.values(pn).includes(e),oy=e=>{const t=bt();return sy(e)?e:(t.warn(`Display mode not valid. Using ${pn.LAUNCHER} as default.`),pn.LAUNCHER)},uy=(e,t)=>{let n,r;return typeof window<"u"&&(r=window.localStorage.getItem(gx)),r&&e?.[r]!==void 0?n=e[r]:(n=e[t],n.isDefault=!0),n},ly=(e,t)=>{const[n,r]=v.useState(e[t]),i=a=>{Object.keys(e).includes(a?.locale)?r(a):r(e[rt.ENGLISH])};return v.useEffect(()=>{let a=uy(e,t);a.locale!==t&&r(e[a.locale])},[]),{appCurrentLang:n,handleSetContextCurrentLang:i}},cy=e=>Object.values(rt).includes(e),dy=(e,t)=>{const n=t??bt();return cy(e)?e:(n.warn(`Language ${e} not handled for now. Using ${rt.ENGLISH}.`),rt.ENGLISH)};function fy(e,t=Date.now()){return t-e}function hy(e,t=Date.now()){return fy(new Date(e).getTime(),t)<=kx}function my({settings:e,setCurrentConversation:t,setArchivedConversation:n}){const r=Dx({key:xc});if(!r){t({discussionId:null,items:[{userType:"assistant",content:e.agent.text.initialText,temporaryId:crypto.randomUUID()}]});return}hy(r.updatedAt)?t({discussionId:r.discussionId,items:r.items,updatedAt:r.updatedAt}):(t({discussionId:null,items:[{userType:"assistant",content:e.agent.text.initialText,temporaryId:crypto.randomUUID()}]}),n({discussionId:r.discussionId,items:r.items,updatedAt:r.updatedAt}))}const py=({agentId:e,appToken:t,onFetched:n})=>{const r=Wt(),[i,a]=v.useState({}),s={companySettings:i,setCompanySettings:a},[o,u]=v.useState({discussionId:null,items:[],updatedAt:null}),[c,d]=v.useState({discussionId:null,items:[],updatedAt:null}),f={currentConversation:o,setCurrentConversation:u,archivedConversation:c,setArchivedConversation:d};return v.useEffect(()=>{const m=Un.getApiUrl(),h=Un.getFetchConfig({httpVerb:"GET",contentType:"application/json"});let b=`${m}/company/settings/${t}`;b+=`/${e}`,fetch(b,{...h,credentials:"omit"}).then(async A=>{const w=await A.json();a(w),my({settings:w,setCurrentConversation:u,setArchivedConversation:d}),n?.()}).catch(A=>{r.warn("error in settings fetch",A)})},[t,e,r]),{contextCompanySettings:s,contextInitialConversationState:f}};function gy(e,t={},n,r){const i=Wt(),{id:a,nonce:s,target:o,disableConstructable:u}=t,c=o,d=v.useRef(null),f=v.useRef(null);v.useEffect(()=>{if(!o)return;if(!e){n&&(i.log("No custom css found."),r?.());return}if(!u&&"adoptedStyleSheets"in c&&typeof CSSStyleSheet<"u"&&"replaceSync"in CSSStyleSheet.prototype)return d.current||(d.current=new CSSStyleSheet,c.adoptedStyleSheets=[...c.adoptedStyleSheets,d.current]),d.current.replaceSync(e),i.log("Loading custom css via stylesheet."),r?.(),()=>{const h=c.adoptedStyleSheets||[],b=h.indexOf(d.current);if(b>=0){const A=h.slice();A.splice(b,1),c.adoptedStyleSheets=A}d.current=null};if(!f.current){const h=document.createElement("style");h.type="text/css",a&&(h.id=a),s&&(h.nonce=s),(c instanceof Document&&c.head||c).appendChild(h),f.current=h}return f.current.textContent=e,i.log("Loading custom css via style tag."),r?.(),()=>{f.current?.parentNode?.removeChild(f.current),f.current=null}},[e,a,s,o,u,i])}function by(e,t){const{manifest:n,origins:r}=Ey(e,t);r.forEach(jc),$c(n),Uc(n)}function Ey(e,t){const n=t??bt(),r=Ty(e),i=new Set,a=new Set,s=new Set,o=new Set;for(const{url:d,mode:f}of r)switch(xy(f,d,n)){case"svg":a.add(d);break;case"lottie":s.add(d);break;case"spritesheet":o.add(d);break;case"image":i.add(d);break}const u={images:Array.from(i),svgs:Array.from(a),lotties:Array.from(s),sprites:Array.from(o)},c=yy(u,n);return{manifest:u,origins:c}}function Ty(e){if(!e?.agent?.display)return[];const t=e.agent.display,n=[t.launcher,t.assistant,t.search].filter(Boolean),r=[];for(const i of n)i?.assetUrl&&r.push({url:i.assetUrl,mode:i.mode});return r}function xy(e,t,n){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 i=new URL(t,document.baseURI).pathname.toLowerCase();if(i.endsWith(".svg"))return"svg";if(i.endsWith(".lottie")||i.endsWith(".zip")||i.endsWith(".json"))return i.endsWith(".json"),"lottie";if(/\.(png|webp|jpg|jpeg|gif|avi,ef)$/.test(i))return"image";if(/\.(mp4|webm|mov|m4v|ogg)$/.test(i))return"video"}catch(r){n.warn("error in normalizeKind:",r)}return"unknown"}function yy(e,t){const n=new Set,r=i=>{if(i)try{const a=new URL(i,document.baseURI);n.add(`${a.protocol}//${a.host}`)}catch(a){t.warn("error in uniqueOriginsFromManifest",a)}};return(e.images??[]).forEach(r),(e.svgs??[]).forEach(r),(e.lotties??[]).forEach(r),(e.sprites??[]).forEach(r),Array.from(n)}const Ay=({children:e,appToken:t,agentId:n,appRoot:r,logger:i})=>{var a=navigator.language;i.log("Brower language",a);const s=dy(a,i),{appCurrentLang:o,handleSetContextCurrentLang:u}=ly($r,s),c={appCurrentLang:o,setAppCurrentLang:u},d=iy(),{contextCompanySettings:f,contextInitialConversationState:m}=py({agentId:n,appToken:t,onFetched:d.setHasFetchedSettings});return by(f.companySettings,i),gy(f.companySettings?.agent?.display?.CSSRules,{id:`${n}`,target:r},d.appInternalContext.hasFetchedSettings,d.setHasDisplayedCss),C.jsx(C.Fragment,{children:C.jsx(jo.Provider,{value:i,children:C.jsx(_f,{locale:o?.locale,messages:o?.translatedText,children:C.jsx(Ec.Provider,{value:c,children:C.jsx(Oc.Provider,{value:d,children:C.jsx(kt.Provider,{value:f,children:C.jsx(yc.Provider,{value:m,children:d.appInternalContext.hasDisplayedCSS&&e})})})})})})})};var pn=(e=>(e.LAUNCHER="launcher",e.CHATBOX="chatbox",e))(pn||{});function _y({appToken:e,displayMode:t="launcher",agentId:n,appRoot:r}){const i=Wt();e||i.warn("appToken not defined in ai-client. Please see the documentation at URL_ERROR_IN_DOC");const a=oy(t);return i.log(`App boot in ${a} mode.`),C.jsx("div",{className:"chatSystemWidget app-root",id:"chatSystemWidget",children:C.jsx(Ay,{appToken:e,agentId:n,appRoot:r,logger:i,children:C.jsx(ay,{displayMode:a,appToken:e})})})}const Cy=`*, ::before, ::after {
|
|
159
172
|
--tw-border-spacing-x: 0;
|
|
160
173
|
--tw-border-spacing-y: 0;
|
|
161
174
|
--tw-translate-x: 0;
|
|
@@ -781,30 +794,62 @@ video {
|
|
|
781
794
|
bottom: 0.375rem;
|
|
782
795
|
}
|
|
783
796
|
|
|
784
|
-
.bottom
|
|
785
|
-
bottom:
|
|
797
|
+
.bottom-4 {
|
|
798
|
+
bottom: 1rem;
|
|
786
799
|
}
|
|
787
800
|
|
|
788
|
-
.left-
|
|
789
|
-
left:
|
|
801
|
+
.left-auto {
|
|
802
|
+
left: auto;
|
|
790
803
|
}
|
|
791
804
|
|
|
792
805
|
.right-2 {
|
|
793
806
|
right: 0.5rem;
|
|
794
807
|
}
|
|
795
808
|
|
|
796
|
-
.right-
|
|
797
|
-
right:
|
|
809
|
+
.right-4 {
|
|
810
|
+
right: 1rem;
|
|
798
811
|
}
|
|
799
812
|
|
|
800
813
|
.top-1\\/2 {
|
|
801
814
|
top: 50%;
|
|
802
815
|
}
|
|
803
816
|
|
|
817
|
+
.top-auto {
|
|
818
|
+
top: auto;
|
|
819
|
+
}
|
|
820
|
+
|
|
821
|
+
.bottom-8 {
|
|
822
|
+
bottom: 2rem;
|
|
823
|
+
}
|
|
824
|
+
|
|
825
|
+
.bottom-20 {
|
|
826
|
+
bottom: 5rem;
|
|
827
|
+
}
|
|
828
|
+
|
|
829
|
+
.right-8 {
|
|
830
|
+
right: 2rem;
|
|
831
|
+
}
|
|
832
|
+
|
|
833
|
+
.right-0 {
|
|
834
|
+
right: 0px;
|
|
835
|
+
}
|
|
836
|
+
|
|
837
|
+
.right-12 {
|
|
838
|
+
right: 3rem;
|
|
839
|
+
}
|
|
840
|
+
|
|
841
|
+
.top-full {
|
|
842
|
+
top: 100%;
|
|
843
|
+
}
|
|
844
|
+
|
|
804
845
|
.z-10 {
|
|
805
846
|
z-index: 10;
|
|
806
847
|
}
|
|
807
848
|
|
|
849
|
+
.z-50 {
|
|
850
|
+
z-index: 50;
|
|
851
|
+
}
|
|
852
|
+
|
|
808
853
|
.z-\\[2147483647\\] {
|
|
809
854
|
z-index: 2147483647;
|
|
810
855
|
}
|
|
@@ -813,8 +858,12 @@ video {
|
|
|
813
858
|
z-index: 999999999;
|
|
814
859
|
}
|
|
815
860
|
|
|
816
|
-
.z-
|
|
817
|
-
z-index:
|
|
861
|
+
.z-20 {
|
|
862
|
+
z-index: 20;
|
|
863
|
+
}
|
|
864
|
+
|
|
865
|
+
.z-30 {
|
|
866
|
+
z-index: 30;
|
|
818
867
|
}
|
|
819
868
|
|
|
820
869
|
.mx-3 {
|
|
@@ -841,8 +890,12 @@ video {
|
|
|
841
890
|
margin-bottom: 0.5rem;
|
|
842
891
|
}
|
|
843
892
|
|
|
844
|
-
.
|
|
845
|
-
margin-
|
|
893
|
+
.ml-auto {
|
|
894
|
+
margin-left: auto;
|
|
895
|
+
}
|
|
896
|
+
|
|
897
|
+
.mr-auto {
|
|
898
|
+
margin-right: auto;
|
|
846
899
|
}
|
|
847
900
|
|
|
848
901
|
.mt-0\\.5 {
|
|
@@ -865,16 +918,20 @@ video {
|
|
|
865
918
|
margin-top: 1.5rem;
|
|
866
919
|
}
|
|
867
920
|
|
|
868
|
-
.
|
|
869
|
-
margin-
|
|
921
|
+
.mb-1 {
|
|
922
|
+
margin-bottom: 0.25rem;
|
|
870
923
|
}
|
|
871
924
|
|
|
872
|
-
.
|
|
873
|
-
|
|
925
|
+
.mb-0\\.5 {
|
|
926
|
+
margin-bottom: 0.125rem;
|
|
927
|
+
}
|
|
928
|
+
|
|
929
|
+
.mt-2 {
|
|
930
|
+
margin-top: 0.5rem;
|
|
874
931
|
}
|
|
875
932
|
|
|
876
|
-
.
|
|
877
|
-
display:
|
|
933
|
+
.block {
|
|
934
|
+
display: block;
|
|
878
935
|
}
|
|
879
936
|
|
|
880
937
|
.inline {
|
|
@@ -905,6 +962,10 @@ video {
|
|
|
905
962
|
height: 1rem;
|
|
906
963
|
}
|
|
907
964
|
|
|
965
|
+
.h-40 {
|
|
966
|
+
height: 10rem;
|
|
967
|
+
}
|
|
968
|
+
|
|
908
969
|
.h-5 {
|
|
909
970
|
height: 1.25rem;
|
|
910
971
|
}
|
|
@@ -913,6 +974,10 @@ video {
|
|
|
913
974
|
height: 1.5rem;
|
|
914
975
|
}
|
|
915
976
|
|
|
977
|
+
.h-9 {
|
|
978
|
+
height: 2.25rem;
|
|
979
|
+
}
|
|
980
|
+
|
|
916
981
|
.h-\\[100svh\\] {
|
|
917
982
|
height: 100svh;
|
|
918
983
|
}
|
|
@@ -921,26 +986,42 @@ video {
|
|
|
921
986
|
height: auto;
|
|
922
987
|
}
|
|
923
988
|
|
|
924
|
-
.h-
|
|
925
|
-
height:
|
|
989
|
+
.h-full {
|
|
990
|
+
height: 100%;
|
|
991
|
+
}
|
|
992
|
+
|
|
993
|
+
.h-2\\.5 {
|
|
994
|
+
height: 0.625rem;
|
|
995
|
+
}
|
|
996
|
+
|
|
997
|
+
.h-8 {
|
|
998
|
+
height: 2rem;
|
|
999
|
+
}
|
|
1000
|
+
|
|
1001
|
+
.h-3\\.5 {
|
|
1002
|
+
height: 0.875rem;
|
|
926
1003
|
}
|
|
927
1004
|
|
|
928
1005
|
.min-h-0 {
|
|
929
1006
|
min-height: 0px;
|
|
930
1007
|
}
|
|
931
1008
|
|
|
932
|
-
|
|
933
|
-
|
|
1009
|
+
.min-h-\\[48px\\] {
|
|
1010
|
+
min-height: 48px;
|
|
934
1011
|
}
|
|
935
1012
|
|
|
936
|
-
|
|
937
|
-
width:
|
|
1013
|
+
.\\!w-5 {
|
|
1014
|
+
width: 1.25rem !important;
|
|
938
1015
|
}
|
|
939
1016
|
|
|
940
1017
|
.w-4 {
|
|
941
1018
|
width: 1rem;
|
|
942
1019
|
}
|
|
943
1020
|
|
|
1021
|
+
.w-40 {
|
|
1022
|
+
width: 10rem;
|
|
1023
|
+
}
|
|
1024
|
+
|
|
944
1025
|
.w-5 {
|
|
945
1026
|
width: 1.25rem;
|
|
946
1027
|
}
|
|
@@ -949,6 +1030,19 @@ video {
|
|
|
949
1030
|
width: 1.5rem;
|
|
950
1031
|
}
|
|
951
1032
|
|
|
1033
|
+
.w-9 {
|
|
1034
|
+
width: 2.25rem;
|
|
1035
|
+
}
|
|
1036
|
+
|
|
1037
|
+
.w-\\[1200px\\] {
|
|
1038
|
+
width: 1200px;
|
|
1039
|
+
}
|
|
1040
|
+
|
|
1041
|
+
.w-fit {
|
|
1042
|
+
width: -moz-fit-content;
|
|
1043
|
+
width: fit-content;
|
|
1044
|
+
}
|
|
1045
|
+
|
|
952
1046
|
.w-full {
|
|
953
1047
|
width: 100%;
|
|
954
1048
|
}
|
|
@@ -957,20 +1051,36 @@ video {
|
|
|
957
1051
|
width: 100vw;
|
|
958
1052
|
}
|
|
959
1053
|
|
|
960
|
-
.w-
|
|
961
|
-
width:
|
|
1054
|
+
.w-1 {
|
|
1055
|
+
width: 0.25rem;
|
|
1056
|
+
}
|
|
1057
|
+
|
|
1058
|
+
.w-2\\.5 {
|
|
1059
|
+
width: 0.625rem;
|
|
1060
|
+
}
|
|
1061
|
+
|
|
1062
|
+
.w-8 {
|
|
1063
|
+
width: 2rem;
|
|
1064
|
+
}
|
|
1065
|
+
|
|
1066
|
+
.w-3\\.5 {
|
|
1067
|
+
width: 0.875rem;
|
|
962
1068
|
}
|
|
963
1069
|
|
|
964
1070
|
.min-w-0 {
|
|
965
1071
|
min-width: 0px;
|
|
966
1072
|
}
|
|
967
1073
|
|
|
968
|
-
.
|
|
969
|
-
|
|
1074
|
+
.min-w-\\[210px\\] {
|
|
1075
|
+
min-width: 210px;
|
|
970
1076
|
}
|
|
971
1077
|
|
|
972
|
-
.max-w
|
|
973
|
-
max-width:
|
|
1078
|
+
.max-w-full {
|
|
1079
|
+
max-width: 100%;
|
|
1080
|
+
}
|
|
1081
|
+
|
|
1082
|
+
.max-w-\\[1200px\\] {
|
|
1083
|
+
max-width: 1200px;
|
|
974
1084
|
}
|
|
975
1085
|
|
|
976
1086
|
.flex-1 {
|
|
@@ -981,8 +1091,8 @@ video {
|
|
|
981
1091
|
flex-shrink: 0;
|
|
982
1092
|
}
|
|
983
1093
|
|
|
984
|
-
.-translate-
|
|
985
|
-
--tw-translate-
|
|
1094
|
+
.-translate-y-1 {
|
|
1095
|
+
--tw-translate-y: -0.25rem;
|
|
986
1096
|
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));
|
|
987
1097
|
}
|
|
988
1098
|
|
|
@@ -991,13 +1101,13 @@ video {
|
|
|
991
1101
|
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));
|
|
992
1102
|
}
|
|
993
1103
|
|
|
994
|
-
.translate-
|
|
995
|
-
--tw-translate-
|
|
1104
|
+
.translate-x-0 {
|
|
1105
|
+
--tw-translate-x: 0px;
|
|
996
1106
|
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));
|
|
997
1107
|
}
|
|
998
1108
|
|
|
999
|
-
.translate-y-
|
|
1000
|
-
--tw-translate-y:
|
|
1109
|
+
.translate-y-0 {
|
|
1110
|
+
--tw-translate-y: 0px;
|
|
1001
1111
|
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));
|
|
1002
1112
|
}
|
|
1003
1113
|
|
|
@@ -1039,10 +1149,6 @@ video {
|
|
|
1039
1149
|
flex-direction: column;
|
|
1040
1150
|
}
|
|
1041
1151
|
|
|
1042
|
-
.content-center {
|
|
1043
|
-
align-content: center;
|
|
1044
|
-
}
|
|
1045
|
-
|
|
1046
1152
|
.items-start {
|
|
1047
1153
|
align-items: flex-start;
|
|
1048
1154
|
}
|
|
@@ -1051,12 +1157,16 @@ video {
|
|
|
1051
1157
|
align-items: center;
|
|
1052
1158
|
}
|
|
1053
1159
|
|
|
1054
|
-
.justify-
|
|
1055
|
-
justify-content:
|
|
1160
|
+
.justify-start {
|
|
1161
|
+
justify-content: flex-start;
|
|
1056
1162
|
}
|
|
1057
1163
|
|
|
1058
|
-
.justify-
|
|
1059
|
-
justify-content:
|
|
1164
|
+
.justify-end {
|
|
1165
|
+
justify-content: flex-end;
|
|
1166
|
+
}
|
|
1167
|
+
|
|
1168
|
+
.justify-center {
|
|
1169
|
+
justify-content: center;
|
|
1060
1170
|
}
|
|
1061
1171
|
|
|
1062
1172
|
.gap-2 {
|
|
@@ -1071,6 +1181,10 @@ video {
|
|
|
1071
1181
|
gap: 1.5rem;
|
|
1072
1182
|
}
|
|
1073
1183
|
|
|
1184
|
+
.gap-\\[3px\\] {
|
|
1185
|
+
gap: 3px;
|
|
1186
|
+
}
|
|
1187
|
+
|
|
1074
1188
|
.overflow-hidden {
|
|
1075
1189
|
overflow: hidden;
|
|
1076
1190
|
}
|
|
@@ -1083,6 +1197,10 @@ video {
|
|
|
1083
1197
|
overflow-wrap: break-word;
|
|
1084
1198
|
}
|
|
1085
1199
|
|
|
1200
|
+
.rounded-2xl {
|
|
1201
|
+
border-radius: 1rem;
|
|
1202
|
+
}
|
|
1203
|
+
|
|
1086
1204
|
.rounded-full {
|
|
1087
1205
|
border-radius: 9999px;
|
|
1088
1206
|
}
|
|
@@ -1103,6 +1221,18 @@ video {
|
|
|
1103
1221
|
border-radius: 0.75rem;
|
|
1104
1222
|
}
|
|
1105
1223
|
|
|
1224
|
+
.rounded {
|
|
1225
|
+
border-radius: 0.25rem;
|
|
1226
|
+
}
|
|
1227
|
+
|
|
1228
|
+
.rounded-bl-md {
|
|
1229
|
+
border-bottom-left-radius: 0.375rem;
|
|
1230
|
+
}
|
|
1231
|
+
|
|
1232
|
+
.rounded-br-md {
|
|
1233
|
+
border-bottom-right-radius: 0.375rem;
|
|
1234
|
+
}
|
|
1235
|
+
|
|
1106
1236
|
.border {
|
|
1107
1237
|
border-width: 1px;
|
|
1108
1238
|
}
|
|
@@ -1153,6 +1283,16 @@ video {
|
|
|
1153
1283
|
border-color: rgb(255 255 255 / 0.3);
|
|
1154
1284
|
}
|
|
1155
1285
|
|
|
1286
|
+
.border-slate-300 {
|
|
1287
|
+
--tw-border-opacity: 1;
|
|
1288
|
+
border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
|
|
1289
|
+
}
|
|
1290
|
+
|
|
1291
|
+
.border-slate-200 {
|
|
1292
|
+
--tw-border-opacity: 1;
|
|
1293
|
+
border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
|
|
1294
|
+
}
|
|
1295
|
+
|
|
1156
1296
|
.\\!bg-blue-700 {
|
|
1157
1297
|
--tw-bg-opacity: 1 !important;
|
|
1158
1298
|
background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1)) !important;
|
|
@@ -1178,6 +1318,10 @@ video {
|
|
|
1178
1318
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
|
|
1179
1319
|
}
|
|
1180
1320
|
|
|
1321
|
+
.bg-black\\/70 {
|
|
1322
|
+
background-color: rgb(0 0 0 / 0.7);
|
|
1323
|
+
}
|
|
1324
|
+
|
|
1181
1325
|
.bg-blue-50 {
|
|
1182
1326
|
--tw-bg-opacity: 1;
|
|
1183
1327
|
background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
|
|
@@ -1192,11 +1336,6 @@ video {
|
|
|
1192
1336
|
background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
|
|
1193
1337
|
}
|
|
1194
1338
|
|
|
1195
|
-
.bg-gray-200 {
|
|
1196
|
-
--tw-bg-opacity: 1;
|
|
1197
|
-
background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
|
|
1198
|
-
}
|
|
1199
|
-
|
|
1200
1339
|
.bg-red-100 {
|
|
1201
1340
|
--tw-bg-opacity: 1;
|
|
1202
1341
|
background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
|
|
@@ -1212,6 +1351,11 @@ video {
|
|
|
1212
1351
|
background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1));
|
|
1213
1352
|
}
|
|
1214
1353
|
|
|
1354
|
+
.bg-slate-100 {
|
|
1355
|
+
--tw-bg-opacity: 1;
|
|
1356
|
+
background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
|
|
1357
|
+
}
|
|
1358
|
+
|
|
1215
1359
|
.bg-slate-300 {
|
|
1216
1360
|
--tw-bg-opacity: 1;
|
|
1217
1361
|
background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
|
|
@@ -1222,10 +1366,6 @@ video {
|
|
|
1222
1366
|
background-color: rgb(124 58 237 / var(--tw-bg-opacity, 1));
|
|
1223
1367
|
}
|
|
1224
1368
|
|
|
1225
|
-
.bg-violet-600\\/90 {
|
|
1226
|
-
background-color: rgb(124 58 237 / 0.9);
|
|
1227
|
-
}
|
|
1228
|
-
|
|
1229
1369
|
.bg-violet-700 {
|
|
1230
1370
|
--tw-bg-opacity: 1;
|
|
1231
1371
|
background-color: rgb(109 40 217 / var(--tw-bg-opacity, 1));
|
|
@@ -1240,8 +1380,29 @@ video {
|
|
|
1240
1380
|
background-color: rgb(255 255 255 / 0.1);
|
|
1241
1381
|
}
|
|
1242
1382
|
|
|
1243
|
-
.bg-
|
|
1244
|
-
|
|
1383
|
+
.bg-blue-600 {
|
|
1384
|
+
--tw-bg-opacity: 1;
|
|
1385
|
+
background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
|
|
1386
|
+
}
|
|
1387
|
+
|
|
1388
|
+
.bg-red-50 {
|
|
1389
|
+
--tw-bg-opacity: 1;
|
|
1390
|
+
background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
|
|
1391
|
+
}
|
|
1392
|
+
|
|
1393
|
+
.bg-red-500 {
|
|
1394
|
+
--tw-bg-opacity: 1;
|
|
1395
|
+
background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
|
|
1396
|
+
}
|
|
1397
|
+
|
|
1398
|
+
.bg-slate-400 {
|
|
1399
|
+
--tw-bg-opacity: 1;
|
|
1400
|
+
background-color: rgb(148 163 184 / var(--tw-bg-opacity, 1));
|
|
1401
|
+
}
|
|
1402
|
+
|
|
1403
|
+
.bg-red-200 {
|
|
1404
|
+
--tw-bg-opacity: 1;
|
|
1405
|
+
background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
|
|
1245
1406
|
}
|
|
1246
1407
|
|
|
1247
1408
|
.p-0\\.5 {
|
|
@@ -1277,11 +1438,21 @@ video {
|
|
|
1277
1438
|
padding-right: 0.75rem;
|
|
1278
1439
|
}
|
|
1279
1440
|
|
|
1441
|
+
.px-4 {
|
|
1442
|
+
padding-left: 1rem;
|
|
1443
|
+
padding-right: 1rem;
|
|
1444
|
+
}
|
|
1445
|
+
|
|
1280
1446
|
.px-5 {
|
|
1281
1447
|
padding-left: 1.25rem;
|
|
1282
1448
|
padding-right: 1.25rem;
|
|
1283
1449
|
}
|
|
1284
1450
|
|
|
1451
|
+
.px-6 {
|
|
1452
|
+
padding-left: 1.5rem;
|
|
1453
|
+
padding-right: 1.5rem;
|
|
1454
|
+
}
|
|
1455
|
+
|
|
1285
1456
|
.py-1\\.5 {
|
|
1286
1457
|
padding-top: 0.375rem;
|
|
1287
1458
|
padding-bottom: 0.375rem;
|
|
@@ -1292,19 +1463,35 @@ video {
|
|
|
1292
1463
|
padding-bottom: 0.5rem;
|
|
1293
1464
|
}
|
|
1294
1465
|
|
|
1466
|
+
.py-3 {
|
|
1467
|
+
padding-top: 0.75rem;
|
|
1468
|
+
padding-bottom: 0.75rem;
|
|
1469
|
+
}
|
|
1470
|
+
|
|
1295
1471
|
.py-3\\.5 {
|
|
1296
1472
|
padding-top: 0.875rem;
|
|
1297
1473
|
padding-bottom: 0.875rem;
|
|
1298
1474
|
}
|
|
1299
1475
|
|
|
1300
|
-
.px-
|
|
1301
|
-
padding-left:
|
|
1302
|
-
padding-right:
|
|
1476
|
+
.px-2 {
|
|
1477
|
+
padding-left: 0.5rem;
|
|
1478
|
+
padding-right: 0.5rem;
|
|
1303
1479
|
}
|
|
1304
1480
|
|
|
1305
|
-
.
|
|
1306
|
-
padding-left:
|
|
1307
|
-
|
|
1481
|
+
.pl-3 {
|
|
1482
|
+
padding-left: 0.75rem;
|
|
1483
|
+
}
|
|
1484
|
+
|
|
1485
|
+
.pr-12 {
|
|
1486
|
+
padding-right: 3rem;
|
|
1487
|
+
}
|
|
1488
|
+
|
|
1489
|
+
.pt-2 {
|
|
1490
|
+
padding-top: 0.5rem;
|
|
1491
|
+
}
|
|
1492
|
+
|
|
1493
|
+
.text-left {
|
|
1494
|
+
text-align: left;
|
|
1308
1495
|
}
|
|
1309
1496
|
|
|
1310
1497
|
.text-center {
|
|
@@ -1355,8 +1542,8 @@ video {
|
|
|
1355
1542
|
line-height: 1.375;
|
|
1356
1543
|
}
|
|
1357
1544
|
|
|
1358
|
-
.leading-
|
|
1359
|
-
line-height:
|
|
1545
|
+
.leading-3 {
|
|
1546
|
+
line-height: .75rem;
|
|
1360
1547
|
}
|
|
1361
1548
|
|
|
1362
1549
|
.text-blue-700 {
|
|
@@ -1403,6 +1590,26 @@ video {
|
|
|
1403
1590
|
color: rgb(255 255 255 / 0.9);
|
|
1404
1591
|
}
|
|
1405
1592
|
|
|
1593
|
+
.text-slate-500 {
|
|
1594
|
+
--tw-text-opacity: 1;
|
|
1595
|
+
color: rgb(100 116 139 / var(--tw-text-opacity, 1));
|
|
1596
|
+
}
|
|
1597
|
+
|
|
1598
|
+
.text-slate-600 {
|
|
1599
|
+
--tw-text-opacity: 1;
|
|
1600
|
+
color: rgb(71 85 105 / var(--tw-text-opacity, 1));
|
|
1601
|
+
}
|
|
1602
|
+
|
|
1603
|
+
.text-slate-800 {
|
|
1604
|
+
--tw-text-opacity: 1;
|
|
1605
|
+
color: rgb(30 41 59 / var(--tw-text-opacity, 1));
|
|
1606
|
+
}
|
|
1607
|
+
|
|
1608
|
+
.text-slate-700 {
|
|
1609
|
+
--tw-text-opacity: 1;
|
|
1610
|
+
color: rgb(51 65 85 / var(--tw-text-opacity, 1));
|
|
1611
|
+
}
|
|
1612
|
+
|
|
1406
1613
|
.opacity-0 {
|
|
1407
1614
|
opacity: 0;
|
|
1408
1615
|
}
|
|
@@ -1443,6 +1650,12 @@ video {
|
|
|
1443
1650
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1444
1651
|
}
|
|
1445
1652
|
|
|
1653
|
+
.shadow-lg {
|
|
1654
|
+
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
1655
|
+
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
|
|
1656
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1657
|
+
}
|
|
1658
|
+
|
|
1446
1659
|
.outline-none {
|
|
1447
1660
|
outline: 2px solid transparent;
|
|
1448
1661
|
outline-offset: 2px;
|
|
@@ -1475,12 +1688,6 @@ video {
|
|
|
1475
1688
|
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);
|
|
1476
1689
|
}
|
|
1477
1690
|
|
|
1478
|
-
.backdrop-blur-\\[2px\\] {
|
|
1479
|
-
--tw-backdrop-blur: blur(2px);
|
|
1480
|
-
-webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
|
|
1481
|
-
backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
|
|
1482
|
-
}
|
|
1483
|
-
|
|
1484
1691
|
.transition {
|
|
1485
1692
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
|
|
1486
1693
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
@@ -1501,12 +1708,24 @@ video {
|
|
|
1501
1708
|
transition-duration: 150ms;
|
|
1502
1709
|
}
|
|
1503
1710
|
|
|
1711
|
+
.transition-shadow {
|
|
1712
|
+
transition-property: box-shadow;
|
|
1713
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1714
|
+
transition-duration: 150ms;
|
|
1715
|
+
}
|
|
1716
|
+
|
|
1504
1717
|
.transition-transform {
|
|
1505
1718
|
transition-property: transform;
|
|
1506
1719
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1507
1720
|
transition-duration: 150ms;
|
|
1508
1721
|
}
|
|
1509
1722
|
|
|
1723
|
+
.transition-\\[height\\2c background-color\\] {
|
|
1724
|
+
transition-property: height,background-color;
|
|
1725
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1726
|
+
transition-duration: 150ms;
|
|
1727
|
+
}
|
|
1728
|
+
|
|
1510
1729
|
.duration-150 {
|
|
1511
1730
|
transition-duration: 150ms;
|
|
1512
1731
|
}
|
|
@@ -1519,6 +1738,10 @@ video {
|
|
|
1519
1738
|
transition-duration: 300ms;
|
|
1520
1739
|
}
|
|
1521
1740
|
|
|
1741
|
+
.duration-75 {
|
|
1742
|
+
transition-duration: 75ms;
|
|
1743
|
+
}
|
|
1744
|
+
|
|
1522
1745
|
.ease-in-out {
|
|
1523
1746
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1524
1747
|
}
|
|
@@ -1563,12 +1786,32 @@ video {
|
|
|
1563
1786
|
background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
|
|
1564
1787
|
}
|
|
1565
1788
|
|
|
1789
|
+
.hover\\:bg-white\\/10:hover {
|
|
1790
|
+
background-color: rgb(255 255 255 / 0.1);
|
|
1791
|
+
}
|
|
1792
|
+
|
|
1566
1793
|
.hover\\:bg-white\\/20:hover {
|
|
1567
1794
|
background-color: rgb(255 255 255 / 0.2);
|
|
1568
1795
|
}
|
|
1569
1796
|
|
|
1570
|
-
.hover\\:bg-
|
|
1571
|
-
|
|
1797
|
+
.hover\\:bg-blue-700:hover {
|
|
1798
|
+
--tw-bg-opacity: 1;
|
|
1799
|
+
background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
|
|
1800
|
+
}
|
|
1801
|
+
|
|
1802
|
+
.hover\\:bg-slate-100:hover {
|
|
1803
|
+
--tw-bg-opacity: 1;
|
|
1804
|
+
background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
|
|
1805
|
+
}
|
|
1806
|
+
|
|
1807
|
+
.hover\\:bg-violet-700:hover {
|
|
1808
|
+
--tw-bg-opacity: 1;
|
|
1809
|
+
background-color: rgb(109 40 217 / var(--tw-bg-opacity, 1));
|
|
1810
|
+
}
|
|
1811
|
+
|
|
1812
|
+
.hover\\:bg-slate-200:hover {
|
|
1813
|
+
--tw-bg-opacity: 1;
|
|
1814
|
+
background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
|
|
1572
1815
|
}
|
|
1573
1816
|
|
|
1574
1817
|
.hover\\:text-sky-900:hover {
|
|
@@ -1581,10 +1824,21 @@ video {
|
|
|
1581
1824
|
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
|
1582
1825
|
}
|
|
1583
1826
|
|
|
1827
|
+
.hover\\:text-slate-700:hover {
|
|
1828
|
+
--tw-text-opacity: 1;
|
|
1829
|
+
color: rgb(51 65 85 / var(--tw-text-opacity, 1));
|
|
1830
|
+
}
|
|
1831
|
+
|
|
1584
1832
|
.hover\\:underline:hover {
|
|
1585
1833
|
text-decoration-line: underline;
|
|
1586
1834
|
}
|
|
1587
1835
|
|
|
1836
|
+
.hover\\:shadow-lg:hover {
|
|
1837
|
+
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
1838
|
+
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
|
|
1839
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1840
|
+
}
|
|
1841
|
+
|
|
1588
1842
|
.hover\\:ring-blue-600\\/30:hover {
|
|
1589
1843
|
--tw-ring-color: rgb(37 99 235 / 0.3);
|
|
1590
1844
|
}
|
|
@@ -1634,6 +1888,11 @@ video {
|
|
|
1634
1888
|
--tw-ring-color: rgb(255 255 255 / 0.8);
|
|
1635
1889
|
}
|
|
1636
1890
|
|
|
1891
|
+
.focus-visible\\:ring-slate-400:focus-visible {
|
|
1892
|
+
--tw-ring-opacity: 1;
|
|
1893
|
+
--tw-ring-color: rgb(148 163 184 / var(--tw-ring-opacity, 1));
|
|
1894
|
+
}
|
|
1895
|
+
|
|
1637
1896
|
.focus-visible\\:ring-offset-2:focus-visible {
|
|
1638
1897
|
--tw-ring-offset-width: 2px;
|
|
1639
1898
|
}
|
|
@@ -1642,6 +1901,10 @@ video {
|
|
|
1642
1901
|
--tw-ring-offset-color: #6d28d9;
|
|
1643
1902
|
}
|
|
1644
1903
|
|
|
1904
|
+
.focus-visible\\:ring-offset-white:focus-visible {
|
|
1905
|
+
--tw-ring-offset-color: #fff;
|
|
1906
|
+
}
|
|
1907
|
+
|
|
1645
1908
|
.active\\:scale-95:active {
|
|
1646
1909
|
--tw-scale-x: .95;
|
|
1647
1910
|
--tw-scale-y: .95;
|
|
@@ -1684,6 +1947,19 @@ video {
|
|
|
1684
1947
|
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));
|
|
1685
1948
|
}
|
|
1686
1949
|
|
|
1950
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
1951
|
+
@keyframes ping {
|
|
1952
|
+
75%, 100% {
|
|
1953
|
+
transform: scale(2);
|
|
1954
|
+
opacity: 0;
|
|
1955
|
+
}
|
|
1956
|
+
}
|
|
1957
|
+
|
|
1958
|
+
.motion-safe\\:animate-ping {
|
|
1959
|
+
animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
|
|
1960
|
+
}
|
|
1961
|
+
}
|
|
1962
|
+
|
|
1687
1963
|
.dark\\:border-white:is(.dark *) {
|
|
1688
1964
|
--tw-border-opacity: 1;
|
|
1689
1965
|
border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
|
|
@@ -1750,6 +2026,10 @@ video {
|
|
|
1750
2026
|
bottom: calc(80px + 1rem);
|
|
1751
2027
|
}
|
|
1752
2028
|
|
|
2029
|
+
.md\\:right-12 {
|
|
2030
|
+
right: 3rem;
|
|
2031
|
+
}
|
|
2032
|
+
|
|
1753
2033
|
.md\\:right-3 {
|
|
1754
2034
|
right: 0.75rem;
|
|
1755
2035
|
}
|
|
@@ -1758,8 +2038,12 @@ video {
|
|
|
1758
2038
|
right: 1.5rem;
|
|
1759
2039
|
}
|
|
1760
2040
|
|
|
1761
|
-
.md
|
|
1762
|
-
right: 3rem;
|
|
2041
|
+
.md\\:\\!right-12 {
|
|
2042
|
+
right: 3rem !important;
|
|
2043
|
+
}
|
|
2044
|
+
|
|
2045
|
+
.md\\:\\!right-3 {
|
|
2046
|
+
right: 0.75rem !important;
|
|
1763
2047
|
}
|
|
1764
2048
|
|
|
1765
2049
|
.md\\:block {
|
|
@@ -1781,8 +2065,12 @@ video {
|
|
|
1781
2065
|
.md\\:rounded-xl {
|
|
1782
2066
|
border-radius: 0.75rem;
|
|
1783
2067
|
}
|
|
2068
|
+
|
|
2069
|
+
.md\\:pr-24 {
|
|
2070
|
+
padding-right: 6rem;
|
|
2071
|
+
}
|
|
1784
2072
|
}
|
|
1785
|
-
`,
|
|
2073
|
+
`,Sy=`
|
|
1786
2074
|
.chatBox {
|
|
1787
2075
|
overflow-x: hidden; /* Hide horizontal scrollbar */
|
|
1788
2076
|
overflow-wrap: anywhere;
|
|
@@ -1831,7 +2119,7 @@ video {
|
|
|
1831
2119
|
}
|
|
1832
2120
|
|
|
1833
2121
|
|
|
1834
|
-
`,
|
|
2122
|
+
`,wy=`/* React-Css Transitions */
|
|
1835
2123
|
.menuTransition-enter {
|
|
1836
2124
|
opacity: 0;
|
|
1837
2125
|
transform: scale(0.9) translateX(200px);
|
|
@@ -1885,6 +2173,8 @@ textarea::placeholder {
|
|
|
1885
2173
|
}
|
|
1886
2174
|
|
|
1887
2175
|
.launcher .assetContainer svg {
|
|
2176
|
+
width: 1.65rem;
|
|
2177
|
+
height: 1.65rem;
|
|
1888
2178
|
fill: white;
|
|
1889
2179
|
}
|
|
1890
2180
|
|
|
@@ -1894,7 +2184,8 @@ textarea::placeholder {
|
|
|
1894
2184
|
|
|
1895
2185
|
.messagesContainer {
|
|
1896
2186
|
outline:none
|
|
1897
|
-
}
|
|
2187
|
+
}
|
|
2188
|
+
`,vy=`/* Core mic button */
|
|
1898
2189
|
.mic-core {
|
|
1899
2190
|
position: absolute;
|
|
1900
2191
|
inset: 0;
|
|
@@ -1942,7 +2233,7 @@ textarea::placeholder {
|
|
|
1942
2233
|
70% { opacity: 0.12; }
|
|
1943
2234
|
100% { transform: scale(2.1); opacity: 0; }
|
|
1944
2235
|
}
|
|
1945
|
-
`,
|
|
2236
|
+
`,Iy=`/* 1) Remove UA outline on the shadow host */
|
|
1946
2237
|
:host(:focus),
|
|
1947
2238
|
:host(:focus-visible) { outline: none; }
|
|
1948
2239
|
|
|
@@ -1954,9 +2245,9 @@ textarea::placeholder {
|
|
|
1954
2245
|
|
|
1955
2246
|
/* Ensure the wrapper itself doesn't get a default outline either */
|
|
1956
2247
|
.app-root:focus { outline: none; }
|
|
1957
|
-
`,
|
|
1958
|
-
${
|
|
1959
|
-
${
|
|
1960
|
-
${
|
|
1961
|
-
${
|
|
2248
|
+
`,Oo=`${Cy}
|
|
2249
|
+
${Sy}
|
|
2250
|
+
${wy}
|
|
2251
|
+
${Iy}
|
|
2252
|
+
${vy}`;function Ny({cssHref:e,appToken:t,agentId:n,displayMode:r,shouldDisplayLogs:i,...a}){const s=r==="launcher"?"body":"inline",o=v.useRef(null),u=v.useRef(null),[c,d]=v.useState(null),[f,m]=v.useState(null),h=v.useMemo(()=>Bc(i),[i]);return Fc(h),v.useEffect(()=>{if(typeof document>"u")return;const b=s==="inline"?o.current:document.body;if(!b)return;const A=document.createElement("div");b.appendChild(A),u.current=A;const w=A.attachShadow({mode:"open",delegatesFocus:!0});m(w);let y=!1;try{if("adoptedStyleSheets"in w&&!e){const S=new CSSStyleSheet;S.replaceSync(Oo),w.adoptedStyleSheets=[...w.adoptedStyleSheets??[],S],y=!0}}catch{}if(!y)if(e){const S=document.createElement("link");S.rel="stylesheet",S.href=e,w.appendChild(S)}else{const S=document.createElement("style");S.textContent=Oo,w.appendChild(S)}const _=document.createElement("div");return w.appendChild(_),d(_),()=>{d(null),A.remove(),u.current=null}},[s,e]),C.jsxs(C.Fragment,{children:[s==="inline"&&C.jsx("div",{ref:o})," ",c&&wn.createPortal(C.jsx(_y,{...a,appToken:t,agentId:n,displayMode:r,appRoot:f}),c)]})}exports.App=Ny;
|
|
1962
2253
|
//# sourceMappingURL=index.cjs.map
|