@rubytech/create-maxy-code 0.1.388 → 0.1.389
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/__tests__/joblogic-excluded.test.js +39 -0
- package/dist/index.js +21 -0
- package/package.json +1 -1
- package/payload/platform/config/brand.json +1 -1
- package/payload/platform/plugins/.claude-plugin/marketplace.json +0 -5
- package/payload/platform/plugins/admin/skills/platform-architecture/SKILL.md +21 -2
- package/payload/platform/plugins/docs/references/admin-session.md +4 -0
- package/payload/platform/plugins/docs/references/admin-ui.md +18 -1
- package/payload/platform/plugins/docs/references/joblogic.md +2 -0
- package/payload/platform/plugins/whatsapp/references/channels-whatsapp.md +2 -0
- package/payload/platform/plugins/work/PLUGIN.md +3 -0
- package/payload/platform/plugins/work/mcp/dist/__tests__/session-metering.test.d.ts +2 -0
- package/payload/platform/plugins/work/mcp/dist/__tests__/session-metering.test.d.ts.map +1 -0
- package/payload/platform/plugins/work/mcp/dist/__tests__/session-metering.test.js +98 -0
- package/payload/platform/plugins/work/mcp/dist/__tests__/session-metering.test.js.map +1 -0
- package/payload/platform/plugins/work/mcp/dist/index.js +16 -0
- package/payload/platform/plugins/work/mcp/dist/index.js.map +1 -1
- package/payload/platform/plugins/work/mcp/dist/tools/session-metering.d.ts +53 -0
- package/payload/platform/plugins/work/mcp/dist/tools/session-metering.d.ts.map +1 -0
- package/payload/platform/plugins/work/mcp/dist/tools/session-metering.js +80 -0
- package/payload/platform/plugins/work/mcp/dist/tools/session-metering.js.map +1 -0
- package/payload/platform/plugins/work/mcp/package.json +2 -1
- package/payload/platform/services/claude-session-manager/dist/canonical-tool-names.generated.d.ts.map +1 -1
- package/payload/platform/services/claude-session-manager/dist/canonical-tool-names.generated.js +1 -0
- package/payload/platform/services/claude-session-manager/dist/canonical-tool-names.generated.js.map +1 -1
- package/payload/platform/services/claude-session-manager/dist/http-server.d.ts.map +1 -1
- package/payload/platform/services/claude-session-manager/dist/http-server.js +98 -8
- package/payload/platform/services/claude-session-manager/dist/http-server.js.map +1 -1
- package/payload/platform/services/claude-session-manager/dist/pricing.d.ts +45 -0
- package/payload/platform/services/claude-session-manager/dist/pricing.d.ts.map +1 -0
- package/payload/platform/services/claude-session-manager/dist/pricing.js +57 -0
- package/payload/platform/services/claude-session-manager/dist/pricing.js.map +1 -0
- package/payload/platform/services/claude-session-manager/dist/session-metering.d.ts +38 -0
- package/payload/platform/services/claude-session-manager/dist/session-metering.d.ts.map +1 -0
- package/payload/platform/services/claude-session-manager/dist/session-metering.js +292 -0
- package/payload/platform/services/claude-session-manager/dist/session-metering.js.map +1 -0
- package/payload/platform/templates/specialists/agents/project-manager.md +1 -1
- package/payload/server/public/assets/{AdminLoginScreens-BejIjbmU.js → AdminLoginScreens-CerrEc_m.js} +1 -1
- package/payload/server/public/assets/AdminShell-cRTvNRbo.js +1 -0
- package/payload/server/public/assets/{Checkbox-1F1tzqca.js → Checkbox-Dh2pLMFN.js} +1 -1
- package/payload/server/public/assets/{Transcript-DkGa4CQH.js → Transcript-B_GVJujB.js} +1 -1
- package/payload/server/public/assets/{admin-DqQARkjy.js → admin-BXaYelnR.js} +1 -1
- package/payload/server/public/assets/{browser-nDtEK6RC.js → browser-fhjGE7fH.js} +1 -1
- package/payload/server/public/assets/calendar-PnZudAtc.js +1 -0
- package/payload/server/public/assets/chat-Dy_zrjKS.js +1 -0
- package/payload/server/public/assets/chevron-left-IB6TmMZ_.js +1 -0
- package/payload/server/public/assets/data-B2IcjAj6.js +1 -0
- package/payload/server/public/assets/{graph-DFyicKd7.js → graph-CycO3tkW.js} +2 -2
- package/payload/server/public/assets/{graph-labels-D3BQdcpD.js → graph-labels-DlSsSpBV.js} +1 -1
- package/payload/server/public/assets/{operator-BxrjWdT9.js → operator-L4kBC-zS.js} +1 -1
- package/payload/server/public/assets/page-D5E-Ng4D.js +1 -0
- package/payload/server/public/assets/page-M8sD9LOi.js +32 -0
- package/payload/server/public/assets/{public-DbdqfdYq.js → public-BmnajF3K.js} +1 -1
- package/payload/server/public/assets/{rotate-ccw-BkX8HODe.js → rotate-ccw-W5HhvAbo.js} +1 -1
- package/payload/server/public/assets/useSubAccountSwitcher-D1TI1xvd.css +1 -0
- package/payload/server/public/assets/useSubAccountSwitcher-UqZbmzYy.js +9 -0
- package/payload/server/public/browser.html +4 -4
- package/payload/server/public/calendar.html +5 -5
- package/payload/server/public/chat.html +8 -8
- package/payload/server/public/data.html +7 -7
- package/payload/server/public/graph.html +8 -8
- package/payload/server/public/index.html +10 -10
- package/payload/server/public/operator.html +10 -10
- package/payload/server/public/public.html +8 -8
- package/payload/server/server.js +275 -248
- package/payload/platform/plugins/joblogic/.claude-plugin/plugin.json +0 -21
- package/payload/platform/plugins/joblogic/PLUGIN.md +0 -182
- package/payload/platform/plugins/joblogic/lib/mcp-spawn-tee/index.js +0 -193
- package/payload/platform/plugins/joblogic/lib/mcp-spawn-tee/package.json +0 -3
- package/payload/platform/plugins/joblogic/mcp/dist/index.d.ts +0 -2
- package/payload/platform/plugins/joblogic/mcp/dist/index.d.ts.map +0 -1
- package/payload/platform/plugins/joblogic/mcp/dist/index.js +0 -229
- package/payload/platform/plugins/joblogic/mcp/dist/index.js.map +0 -1
- package/payload/platform/plugins/joblogic/mcp/dist/lib/auth.d.ts +0 -31
- package/payload/platform/plugins/joblogic/mcp/dist/lib/auth.d.ts.map +0 -1
- package/payload/platform/plugins/joblogic/mcp/dist/lib/auth.js +0 -78
- package/payload/platform/plugins/joblogic/mcp/dist/lib/auth.js.map +0 -1
- package/payload/platform/plugins/joblogic/mcp/dist/lib/client.d.ts +0 -35
- package/payload/platform/plugins/joblogic/mcp/dist/lib/client.d.ts.map +0 -1
- package/payload/platform/plugins/joblogic/mcp/dist/lib/client.js +0 -106
- package/payload/platform/plugins/joblogic/mcp/dist/lib/client.js.map +0 -1
- package/payload/platform/plugins/joblogic/mcp/dist/lib/idempotency.d.ts +0 -8
- package/payload/platform/plugins/joblogic/mcp/dist/lib/idempotency.d.ts.map +0 -1
- package/payload/platform/plugins/joblogic/mcp/dist/lib/idempotency.js +0 -41
- package/payload/platform/plugins/joblogic/mcp/dist/lib/idempotency.js.map +0 -1
- package/payload/platform/plugins/joblogic/mcp/dist/lib/secrets.d.ts +0 -21
- package/payload/platform/plugins/joblogic/mcp/dist/lib/secrets.d.ts.map +0 -1
- package/payload/platform/plugins/joblogic/mcp/dist/lib/secrets.js +0 -47
- package/payload/platform/plugins/joblogic/mcp/dist/lib/secrets.js.map +0 -1
- package/payload/platform/plugins/joblogic/mcp/package.json +0 -10
- package/payload/platform/plugins/joblogic/skills/joblogic/SKILL.md +0 -32
- package/payload/server/public/assets/AdminShell-D2-uBSB5.js +0 -1
- package/payload/server/public/assets/calendar-CO4Bwmho.js +0 -1
- package/payload/server/public/assets/chat-DeIge_bC.js +0 -1
- package/payload/server/public/assets/chevron-left-DhVdq0aN.js +0 -1
- package/payload/server/public/assets/data-B1GIdzHk.js +0 -1
- package/payload/server/public/assets/page-ByDLq_o1.js +0 -1
- package/payload/server/public/assets/page-D-Ep4bXd.js +0 -32
- package/payload/server/public/assets/useSubAccountSwitcher-DMbRhLPv.js +0 -9
- package/payload/server/public/assets/useSubAccountSwitcher-DS0iqSkP.css +0 -1
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/mermaid.core-DnUst0He.js","assets/preload-helper-C5gCWwwF.js","assets/dist-Dlks0Bfw.js","assets/chunk-CAM3fms7.js","assets/chunk-U2HBQHQK-K4r17UTk.js","assets/src-Bv7ZWAzF.js","assets/chunk-5PVQY5BW-C-qU6p6k.js","assets/chunk-ICPOFSXX-DolYDD7g.js","assets/_baseFor-C0Y1mc3g.js","assets/isEmpty-VRKFml5R.js","assets/chunk-336JU56O-DE-lcZAc.js","assets/chunk-5FUZZQ4R-jH_eqAHL.js","assets/chunk-X2U36JSP-Byh-CyxC.js","assets/chunk-ZZ45TVLE-DH_p8sFX.js","assets/rough.esm-DsHEmXUZ.js","assets/chunk-ENJZ2VHE-Cz_z_6GK.js","assets/line-0_x1Wivu.js","assets/path-DIKpVbHL.js","assets/array-DqLCdDFv.js","assets/chunk-BSJP7CBP-Bg7gxYNf.js","assets/chunk-426QAEUC-B1kFAxo1.js","assets/chunk-XPW4576I-DC7lhr93.js"])))=>i.map(i=>d[i]);
|
|
2
|
+
import{o as e,r as t,t as n}from"./chunk-CAM3fms7.js";import{D as r,E as i,L as a,M as o,S as s,b as c,f as l,h as u,k as d,m as f,p,v as m}from"./useSubAccountSwitcher-UqZbmzYy.js";import{n as h,r as g,t as _}from"./admin-types-hioowVct.js";import{_ as v,a as y,b,c as x,d as S,g as C,h as w,i as T,l as E,m as D,n as O,o as ee,p as te,s as ne,t as k,v as A,y as j}from"./AdminShell-cRTvNRbo.js";import{t as re}from"./chevron-left-IB6TmMZ_.js";import{_ as ie,a as ae,c as oe,d as se,f as ce,g as le,h as ue,i as de,l as fe,m as pe,n as M,o as me,p as he,r as ge,s as _e,t as ve,u as ye}from"./Transcript-B_GVJujB.js";import{t as be}from"./rotate-ccw-W5HhvAbo.js";import{t as xe}from"./preload-helper-C5gCWwwF.js";var Se=r(`calendar-clock`,[[`path`,{d:`M16 14v2.2l1.6 1`,key:`fo4ql5`}],[`path`,{d:`M16 2v4`,key:`4m81vk`}],[`path`,{d:`M21 7.5V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h3.5`,key:`1osxxc`}],[`path`,{d:`M3 10h5`,key:`r794hk`}],[`path`,{d:`M8 2v4`,key:`1cmpym`}],[`circle`,{cx:`16`,cy:`16`,r:`6`,key:`qoo3c4`}]]),Ce=r(`chevron-down`,[[`path`,{d:`m6 9 6 6 6-6`,key:`qrunsl`}]]),we=r(`circle-question-mark`,[[`circle`,{cx:`12`,cy:`12`,r:`10`,key:`1mglay`}],[`path`,{d:`M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3`,key:`1u773s`}],[`path`,{d:`M12 17h.01`,key:`p32p05`}]]),Te=r(`copy`,[[`rect`,{width:`14`,height:`14`,x:`8`,y:`8`,rx:`2`,ry:`2`,key:`17jyea`}],[`path`,{d:`M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2`,key:`zix9uf`}]]),Ee=r(`corner-down-left`,[[`path`,{d:`M20 4v7a4 4 0 0 1-4 4H4`,key:`6o5b7l`}],[`path`,{d:`m9 10-5 5 5 5`,key:`1kshq7`}]]),De=r(`ellipsis-vertical`,[[`circle`,{cx:`12`,cy:`12`,r:`1`,key:`41hilf`}],[`circle`,{cx:`12`,cy:`5`,r:`1`,key:`gxeob9`}],[`circle`,{cx:`12`,cy:`19`,r:`1`,key:`lyex9k`}]]),Oe=r(`file-code`,[[`path`,{d:`M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z`,key:`1oefj6`}],[`path`,{d:`M14 2v5a1 1 0 0 0 1 1h5`,key:`wfsgrz`}],[`path`,{d:`M10 12.5 8 15l2 2.5`,key:`1tg20x`}],[`path`,{d:`m14 12.5 2 2.5-2 2.5`,key:`yinavb`}]]),ke=r(`graduation-cap`,[[`path`,{d:`M21.42 10.922a1 1 0 0 0-.019-1.838L12.83 5.18a2 2 0 0 0-1.66 0L2.6 9.08a1 1 0 0 0 0 1.832l8.57 3.908a2 2 0 0 0 1.66 0z`,key:`j76jl0`}],[`path`,{d:`M22 10v6`,key:`1lu8f3`}],[`path`,{d:`M6 12.5V16a6 3 0 0 0 12 0v-3.5`,key:`1r8lef`}]]),Ae=r(`inbox`,[[`polyline`,{points:`22 12 16 12 14 15 10 15 8 12 2 12`,key:`o97t9d`}],[`path`,{d:`M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z`,key:`oot6mr`}]]),je=r(`mic`,[[`path`,{d:`M12 19v3`,key:`npa21l`}],[`path`,{d:`M19 10v2a7 7 0 0 1-14 0v-2`,key:`1vc78b`}],[`rect`,{x:`9`,y:`2`,width:`6`,height:`13`,rx:`3`,key:`s6n7sd`}]]),Me=r(`pause`,[[`rect`,{x:`14`,y:`3`,width:`5`,height:`18`,rx:`1`,key:`kaeet6`}],[`rect`,{x:`5`,y:`3`,width:`5`,height:`18`,rx:`1`,key:`1wsw3u`}]]),Ne=r(`play`,[[`path`,{d:`M5 5a2 2 0 0 1 3.008-1.728l11.997 6.998a2 2 0 0 1 .003 3.458l-12 7A2 2 0 0 1 5 19z`,key:`10ikf1`}]]),Pe=r(`shield`,[[`path`,{d:`M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z`,key:`oel41y`}]]),Fe=r(`wrench`,[[`path`,{d:`M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.106-3.105c.32-.322.863-.22.983.218a6 6 0 0 1-8.259 7.057l-7.91 7.91a1 1 0 0 1-2.999-3l7.91-7.91a6 6 0 0 1 7.057-8.259c.438.12.54.662.219.984z`,key:`1ngwbx`}]]);function Ie(e,t,n){if(t!==n)return null;let r=t,i=e.lastIndexOf(`
|
|
3
|
+
`,r-1)+1,a=e.indexOf(`
|
|
4
|
+
`,r),o=a===-1?e.length:a;if(r!==o)return null;let s=e.slice(i,o),c=s.match(/^(\s*)(\d+)\.[ \t]*$/);if(c){let t=c[1];return{value:e.slice(0,i)+t+e.slice(o),caret:i+t.length}}let l=s.match(/^(\s*)(\d+)\.[ \t]/);if(l){let t=`\n${l[1]}${parseInt(l[2],10)+1}. `;return{value:e.slice(0,r)+t+e.slice(r),caret:r+t.length}}return null}function Le(e,t){let n=[];for(let r of e){if(r.kind!==`file`)continue;let e=r.getAsFile();if(e)if(e.name===``||e.name===`image.png`){let r=e.type.split(`/`)[1]?.replace(`jpeg`,`jpg`)||`png`;n.push(new File([e],`pasted-image-${t}.${r}`,{type:e.type}))}else n.push(e)}return n}function Re(e,t){let n=e.split(`;`)[0].trim().toLowerCase();return t.has(n)}var ze=new Set([`audio/ogg`,`audio/opus`,`audio/webm`,`audio/mp4`,`audio/x-m4a`,`audio/mpeg`,`audio/wav`,`video/mp4`]);function Be(e){return e.split(`;`)[0].trim().toLowerCase()}function Ve(e){return ze.has(Be(e))}var N=e(a(),1),He=[`audio/ogg;codecs=opus`,`audio/webm;codecs=opus`,`audio/webm`,`audio/mp4`];function Ue(){for(let e of He)if(MediaRecorder.isTypeSupported(e))return e;return``}function We(e){return e.split(`;`)[0]}async function Ge(){return typeof navigator>`u`||!navigator.mediaDevices?.enumerateDevices?[]:(await navigator.mediaDevices.enumerateDevices()).filter(e=>e.kind===`audioinput`)}function Ke(e){let[t,n]=(0,N.useState)(`idle`),[r,i]=(0,N.useState)(0),[a,o]=(0,N.useState)(null),[s,c]=(0,N.useState)(null),l=(0,N.useRef)(null),u=(0,N.useRef)(null),d=(0,N.useRef)([]),f=(0,N.useRef)(``),p=(0,N.useRef)(null),m=(0,N.useRef)(0),h=(0,N.useRef)(0),g=(0,N.useRef)(null),_=(0,N.useRef)(null),v=(0,N.useRef)(0),y=(0,N.useCallback)(()=>{if(p.current&&=(clearInterval(p.current),null),v.current&&=(cancelAnimationFrame(v.current),0),l.current&&l.current.state!==`inactive`)try{l.current.stop()}catch{}l.current=null,d.current=[],u.current&&=(u.current.getTracks().forEach(e=>e.stop()),null),g.current&&(g.current.close().catch(()=>{}),g.current=null,_.current=null),h.current=0,m.current=0},[]);(0,N.useEffect)(()=>y,[y]);let b=(0,N.useCallback)(()=>{m.current=Date.now(),p.current=setInterval(()=>{let e=Date.now()-m.current,t=h.current+e;i(Math.floor(t/1e3))},200)},[]),x=(0,N.useCallback)(()=>{p.current&&=(clearInterval(p.current),null);let e=Date.now()-m.current;h.current+=e},[]),S=(0,N.useCallback)(()=>{let e=_.current;if(!e)return;let t=new Uint8Array(e.frequencyBinCount),n=()=>{e.getByteTimeDomainData(t),o(new Uint8Array(t)),v.current=requestAnimationFrame(n)};n()},[]),C=(0,N.useCallback)(()=>{v.current&&=(cancelAnimationFrame(v.current),0)},[]),w=e?.onResult,T=(0,N.useCallback)(async e=>{if(!(t!==`idle`&&t!==`error`)){if(c(null),typeof window<`u`&&!window.isSecureContext){n(`error`),c(`Voice recording requires a secure connection (HTTPS). Use your tunnel URL for voice notes.`);return}if(typeof navigator>`u`||!navigator.mediaDevices?.getUserMedia){n(`error`),c(`Voice recording is not supported in this browser.`);return}if(typeof MediaRecorder>`u`){n(`error`),c(`Voice recording is not supported in this browser.`);return}try{let t=e?{audio:{deviceId:{exact:e}}}:{audio:!0},r;try{r=await navigator.mediaDevices.getUserMedia(t)}catch(t){let n=t?.name;if(e&&(n===`OverconstrainedError`||n===`NotFoundError`))r=await navigator.mediaDevices.getUserMedia({audio:!0});else throw t}u.current=r;let a=new AudioContext;g.current=a;let s=a.createMediaStreamSource(r),c=a.createAnalyser();c.fftSize=256,s.connect(c),_.current=c;let p=Ue();f.current=p;let m=new MediaRecorder(r,p?{mimeType:p}:void 0);l.current=m,d.current=[],m.ondataavailable=e=>{e.data.size>0&&d.current.push(e.data)},r.getAudioTracks()[0]?.addEventListener(`ended`,()=>{y(),n(`idle`),i(0),o(null)}),m.start(1e3),n(`recording`),i(0),b(),S(),w?.({ok:!0})}catch(e){y(),n(`error`),e instanceof DOMException?(w?.({ok:!1,name:e.name,message:e.message}),e.name===`NotAllowedError`?c(`Microphone access was denied. Check your browser permissions to enable voice recording.`):e.name===`NotFoundError`?c(`No microphone found. Connect a microphone to use voice recording.`):e.name===`NotReadableError`?c(`The microphone could not be started even though access was granted. The browser reported: ${e.message} (${e.name}).`):c(`Microphone error (${e.name}): ${e.message}`)):(w?.({ok:!1}),c(`Could not start recording.`))}}},[t,y,b,S,w]),E=(0,N.useCallback)(()=>{let e=l.current;e&&(t===`recording`&&e.state===`recording`?(e.pause(),x(),C(),n(`paused`)):t===`paused`&&e.state===`paused`&&(e.resume(),b(),S(),n(`recording`)))},[t,x,b,S,C]),D=(0,N.useCallback)(()=>{t!==`recording`&&t!==`paused`||(y(),n(`idle`),i(0),o(null))},[t,y]),O=(0,N.useCallback)(async()=>{if(t!==`recording`&&t!==`paused`)return null;let e=l.current;if(!e)return null;let r=t===`recording`?Date.now()-m.current:0;return h.current+r<1e3?(D(),null):(n(`sending`),x(),C(),new Promise(t=>{e.onstop=()=>{let r=f.current||e.mimeType||`audio/webm`,a=new Blob(d.current,{type:We(r)});y(),n(`idle`),i(0),o(null),t(a.size>0?a:null)},e.stop()}))},[t,D,x,C,y]);return(0,N.useEffect)(()=>{if(t!==`error`)return;let e=setTimeout(()=>{n(`idle`),c(null)},8e3);return()=>clearTimeout(e)},[t]),{state:t,elapsedSeconds:r,waveform:a,errorMessage:s,start:T,togglePause:E,discard:D,send:O}}function qe(e,t){let n=t||{};return(e[e.length-1]===``?[...e,``]:e).join((n.padRight?` `:``)+`,`+(n.padLeft===!1?``:` `)).trim()}var Je=/^[$_\p{ID_Start}][$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,Ye=/^[$_\p{ID_Start}][-$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,Xe={};function Ze(e,t){return((t||Xe).jsx?Ye:Je).test(e)}var Qe=/[ \t\n\f\r]/g;function $e(e){return typeof e==`object`?e.type===`text`?P(e.value):!1:P(e)}function P(e){return e.replace(Qe,``)===``}var et=class{constructor(e,t,n){this.normal=t,this.property=e,n&&(this.space=n)}};et.prototype.normal={},et.prototype.property={},et.prototype.space=void 0;function tt(e,t){let n={},r={};for(let t of e)Object.assign(n,t.property),Object.assign(r,t.normal);return new et(n,r,t)}function F(e){return e.toLowerCase()}var I=class{constructor(e,t){this.attribute=t,this.property=e}};I.prototype.attribute=``,I.prototype.booleanish=!1,I.prototype.boolean=!1,I.prototype.commaOrSpaceSeparated=!1,I.prototype.commaSeparated=!1,I.prototype.defined=!1,I.prototype.mustUseProperty=!1,I.prototype.number=!1,I.prototype.overloadedBoolean=!1,I.prototype.property=``,I.prototype.spaceSeparated=!1,I.prototype.space=void 0;var nt=t({boolean:()=>L,booleanish:()=>R,commaOrSpaceSeparated:()=>H,commaSeparated:()=>V,number:()=>z,overloadedBoolean:()=>it,spaceSeparated:()=>B}),rt=0,L=at(),R=at(),it=at(),z=at(),B=at(),V=at(),H=at();function at(){return 2**++rt}var ot=Object.keys(nt),st=class extends I{constructor(e,t,n,r){let i=-1;if(super(e,t),ct(this,`space`,r),typeof n==`number`)for(;++i<ot.length;){let e=ot[i];ct(this,ot[i],(n&nt[e])===nt[e])}}};st.prototype.defined=!0;function ct(e,t,n){n&&(e[t]=n)}function U(e){let t={},n={};for(let[r,i]of Object.entries(e.properties)){let a=new st(r,e.transform(e.attributes||{},r),i,e.space);e.mustUseProperty&&e.mustUseProperty.includes(r)&&(a.mustUseProperty=!0),t[r]=a,n[F(r)]=r,n[F(a.attribute)]=r}return new et(t,n,e.space)}var lt=U({properties:{ariaActiveDescendant:null,ariaAtomic:R,ariaAutoComplete:null,ariaBusy:R,ariaChecked:R,ariaColCount:z,ariaColIndex:z,ariaColSpan:z,ariaControls:B,ariaCurrent:null,ariaDescribedBy:B,ariaDetails:null,ariaDisabled:R,ariaDropEffect:B,ariaErrorMessage:null,ariaExpanded:R,ariaFlowTo:B,ariaGrabbed:R,ariaHasPopup:null,ariaHidden:R,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:B,ariaLevel:z,ariaLive:null,ariaModal:R,ariaMultiLine:R,ariaMultiSelectable:R,ariaOrientation:null,ariaOwns:B,ariaPlaceholder:null,ariaPosInSet:z,ariaPressed:R,ariaReadOnly:R,ariaRelevant:null,ariaRequired:R,ariaRoleDescription:B,ariaRowCount:z,ariaRowIndex:z,ariaRowSpan:z,ariaSelected:R,ariaSetSize:z,ariaSort:null,ariaValueMax:z,ariaValueMin:z,ariaValueNow:z,ariaValueText:null,role:null},transform(e,t){return t===`role`?t:`aria-`+t.slice(4).toLowerCase()}});function ut(e,t){return t in e?e[t]:t}function dt(e,t){return ut(e,t.toLowerCase())}var ft=U({attributes:{acceptcharset:`accept-charset`,classname:`class`,htmlfor:`for`,httpequiv:`http-equiv`},mustUseProperty:[`checked`,`multiple`,`muted`,`selected`],properties:{abbr:null,accept:V,acceptCharset:B,accessKey:B,action:null,allow:null,allowFullScreen:L,allowPaymentRequest:L,allowUserMedia:L,alt:null,as:null,async:L,autoCapitalize:null,autoComplete:B,autoFocus:L,autoPlay:L,blocking:B,capture:null,charSet:null,checked:L,cite:null,className:B,cols:z,colSpan:null,content:null,contentEditable:R,controls:L,controlsList:B,coords:z|V,crossOrigin:null,data:null,dateTime:null,decoding:null,default:L,defer:L,dir:null,dirName:null,disabled:L,download:it,draggable:R,encType:null,enterKeyHint:null,fetchPriority:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:L,formTarget:null,headers:B,height:z,hidden:it,high:z,href:null,hrefLang:null,htmlFor:B,httpEquiv:B,id:null,imageSizes:null,imageSrcSet:null,inert:L,inputMode:null,integrity:null,is:null,isMap:L,itemId:null,itemProp:B,itemRef:B,itemScope:L,itemType:B,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:L,low:z,manifest:null,max:null,maxLength:z,media:null,method:null,min:null,minLength:z,multiple:L,muted:L,name:null,nonce:null,noModule:L,noValidate:L,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:L,optimum:z,pattern:null,ping:B,placeholder:null,playsInline:L,popover:null,popoverTarget:null,popoverTargetAction:null,poster:null,preload:null,readOnly:L,referrerPolicy:null,rel:B,required:L,reversed:L,rows:z,rowSpan:z,sandbox:B,scope:null,scoped:L,seamless:L,selected:L,shadowRootClonable:L,shadowRootDelegatesFocus:L,shadowRootMode:null,shape:null,size:z,sizes:null,slot:null,span:z,spellCheck:R,src:null,srcDoc:null,srcLang:null,srcSet:null,start:z,step:null,style:null,tabIndex:z,target:null,title:null,translate:null,type:null,typeMustMatch:L,useMap:null,value:R,width:z,wrap:null,writingSuggestions:null,align:null,aLink:null,archive:B,axis:null,background:null,bgColor:null,border:z,borderColor:null,bottomMargin:z,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:L,declare:L,event:null,face:null,frame:null,frameBorder:null,hSpace:z,leftMargin:z,link:null,longDesc:null,lowSrc:null,marginHeight:z,marginWidth:z,noResize:L,noHref:L,noShade:L,noWrap:L,object:null,profile:null,prompt:null,rev:null,rightMargin:z,rules:null,scheme:null,scrolling:R,standby:null,summary:null,text:null,topMargin:z,valueType:null,version:null,vAlign:null,vLink:null,vSpace:z,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:L,disableRemotePlayback:L,prefix:null,property:null,results:z,security:null,unselectable:null},space:`html`,transform:dt}),pt=U({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`},properties:{about:H,accentHeight:z,accumulate:null,additive:null,alignmentBaseline:null,alphabetic:z,amplitude:z,arabicForm:null,ascent:z,attributeName:null,attributeType:null,azimuth:z,bandwidth:null,baselineShift:null,baseFrequency:null,baseProfile:null,bbox:null,begin:null,bias:z,by:null,calcMode:null,capHeight:z,className:B,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:z,diffuseConstant:z,direction:null,display:null,dur:null,divisor:z,dominantBaseline:null,download:L,dx:null,dy:null,edgeMode:null,editable:null,elevation:z,enableBackground:null,end:null,event:null,exponent:z,externalResourcesRequired:null,fill:null,fillOpacity:z,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:V,g2:V,glyphName:V,glyphOrientationHorizontal:null,glyphOrientationVertical:null,glyphRef:null,gradientTransform:null,gradientUnits:null,handler:null,hanging:z,hatchContentUnits:null,hatchUnits:null,height:null,href:null,hrefLang:null,horizAdvX:z,horizOriginX:z,horizOriginY:z,id:null,ideographic:z,imageRendering:null,initialVisibility:null,in:null,in2:null,intercept:z,k:z,k1:z,k2:z,k3:z,k4:z,kernelMatrix:H,kernelUnitLength:null,keyPoints:null,keySplines:null,keyTimes:null,kerning:null,lang:null,lengthAdjust:null,letterSpacing:null,lightingColor:null,limitingConeAngle:z,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:z,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:z,overlineThickness:z,paintOrder:null,panose1:null,path:null,pathLength:z,patternContentUnits:null,patternTransform:null,patternUnits:null,phase:null,ping:B,pitch:null,playbackOrder:null,pointerEvents:null,points:null,pointsAtX:z,pointsAtY:z,pointsAtZ:z,preserveAlpha:null,preserveAspectRatio:null,primitiveUnits:null,propagate:null,property:H,r:null,radius:null,referrerPolicy:null,refX:null,refY:null,rel:H,rev:H,renderingIntent:null,repeatCount:null,repeatDur:null,requiredExtensions:H,requiredFeatures:H,requiredFonts:H,requiredFormats:H,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:z,specularExponent:z,spreadMethod:null,spacing:null,startOffset:null,stdDeviation:null,stemh:null,stemv:null,stitchTiles:null,stopColor:null,stopOpacity:null,strikethroughPosition:z,strikethroughThickness:z,string:null,stroke:null,strokeDashArray:H,strokeDashOffset:null,strokeLineCap:null,strokeLineJoin:null,strokeMiterLimit:z,strokeOpacity:z,strokeWidth:null,style:null,surfaceScale:z,syncBehavior:null,syncBehaviorDefault:null,syncMaster:null,syncTolerance:null,syncToleranceDefault:null,systemLanguage:H,tabIndex:z,tableValues:null,target:null,targetX:z,targetY:z,textAnchor:null,textDecoration:null,textRendering:null,textLength:null,timelineBegin:null,title:null,transformBehavior:null,type:null,typeOf:H,to:null,transform:null,transformOrigin:null,u1:null,u2:null,underlinePosition:z,underlineThickness:z,unicode:null,unicodeBidi:null,unicodeRange:null,unitsPerEm:z,values:null,vAlphabetic:z,vMathematical:z,vectorEffect:null,vHanging:z,vIdeographic:z,version:null,vertAdvY:z,vertOriginX:z,vertOriginY:z,viewBox:null,viewTarget:null,visibility:null,width:null,widths:null,wordSpacing:null,writingMode:null,x:null,x1:null,x2:null,xChannelSelector:null,xHeight:z,y:null,y1:null,y2:null,yChannelSelector:null,z:null,zoomAndPan:null},space:`svg`,transform:ut}),mt=U({properties:{xLinkActuate:null,xLinkArcRole:null,xLinkHref:null,xLinkRole:null,xLinkShow:null,xLinkTitle:null,xLinkType:null},space:`xlink`,transform(e,t){return`xlink:`+t.slice(5).toLowerCase()}}),ht=U({attributes:{xmlnsxlink:`xmlns:xlink`},properties:{xmlnsXLink:null,xmlns:null},space:`xmlns`,transform:dt}),gt=U({properties:{xmlBase:null,xmlLang:null,xmlSpace:null},space:`xml`,transform(e,t){return`xml:`+t.slice(3).toLowerCase()}}),_t={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`},vt=/[A-Z]/g,yt=/-[a-z]/g,bt=/^data[-\w.:]+$/i;function xt(e,t){let n=F(t),r=t,i=I;if(n in e.normal)return e.property[e.normal[n]];if(n.length>4&&n.slice(0,4)===`data`&&bt.test(t)){if(t.charAt(4)===`-`){let e=t.slice(5).replace(yt,Ct);r=`data`+e.charAt(0).toUpperCase()+e.slice(1)}else{let e=t.slice(4);if(!yt.test(e)){let n=e.replace(vt,St);n.charAt(0)!==`-`&&(n=`-`+n),t=`data`+n}}i=st}return new i(r,t)}function St(e){return`-`+e.toLowerCase()}function Ct(e){return e.charAt(1).toUpperCase()}var wt=tt([lt,ft,mt,ht,gt],`html`),Tt=tt([lt,pt,mt,ht,gt],`svg`);function Et(e){return e.join(` `).trim()}var Dt=n(((e,t)=>{var n=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//g,r=/\n/g,i=/^\s*/,a=/^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/,o=/^:\s*/,s=/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/,c=/^[;\s]*/,l=/^\s+|\s+$/g,u=`
|
|
5
|
+
`,d=`/`,f=`*`,p=``,m=`comment`,h=`declaration`;function g(e,t){if(typeof e!=`string`)throw TypeError(`First argument must be a string`);if(!e)return[];t||={};var l=1,g=1;function v(e){var t=e.match(r);t&&(l+=t.length);var n=e.lastIndexOf(u);g=~n?e.length-n:g+e.length}function y(){var e={line:l,column:g};return function(t){return t.position=new b(e),C(),t}}function b(e){this.start=e,this.end={line:l,column:g},this.source=t.source}b.prototype.content=e;function x(n){var r=Error(t.source+`:`+l+`:`+g+`: `+n);if(r.reason=n,r.filename=t.source,r.line=l,r.column=g,r.source=e,!t.silent)throw r}function S(t){var n=t.exec(e);if(n){var r=n[0];return v(r),e=e.slice(r.length),n}}function C(){S(i)}function w(e){var t;for(e||=[];t=T();)t!==!1&&e.push(t);return e}function T(){var t=y();if(!(d!=e.charAt(0)||f!=e.charAt(1))){for(var n=2;p!=e.charAt(n)&&(f!=e.charAt(n)||d!=e.charAt(n+1));)++n;if(n+=2,p===e.charAt(n-1))return x(`End of comment missing`);var r=e.slice(2,n-2);return g+=2,v(r),e=e.slice(n),g+=2,t({type:m,comment:r})}}function E(){var e=y(),t=S(a);if(t){if(T(),!S(o))return x(`property missing ':'`);var r=S(s),i=e({type:h,property:_(t[0].replace(n,p)),value:r?_(r[0].replace(n,p)):p});return S(c),i}}function D(){var e=[];w(e);for(var t;t=E();)t!==!1&&(e.push(t),w(e));return e}return C(),D()}function _(e){return e?e.replace(l,p):p}t.exports=g})),Ot=n((e=>{var t=e&&e.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(e,`__esModule`,{value:!0}),e.default=r;var n=t(Dt());function r(e,t){let r=null;if(!e||typeof e!=`string`)return r;let i=(0,n.default)(e),a=typeof t==`function`;return i.forEach(e=>{if(e.type!==`declaration`)return;let{property:n,value:i}=e;a?t(n,i,e):i&&(r||={},r[n]=i)}),r}})),kt=n((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.camelCase=void 0;var t=/^--[a-zA-Z0-9_-]+$/,n=/-([a-z])/g,r=/^[^-]+$/,i=/^-(webkit|moz|ms|o|khtml)-/,a=/^-(ms)-/,o=function(e){return!e||r.test(e)||t.test(e)},s=function(e,t){return t.toUpperCase()},c=function(e,t){return`${t}-`};e.camelCase=function(e,t){return t===void 0&&(t={}),o(e)?e:(e=e.toLowerCase(),e=t.reactCompat?e.replace(a,c):e.replace(i,c),e.replace(n,s))}})),At=n(((e,t)=>{var n=(e&&e.__importDefault||function(e){return e&&e.__esModule?e:{default:e}})(Ot()),r=kt();function i(e,t){var i={};return!e||typeof e!=`string`||(0,n.default)(e,function(e,n){e&&n&&(i[(0,r.camelCase)(e,t)]=n)}),i}i.default=i,t.exports=i})),jt=Nt(`end`),Mt=Nt(`start`);function Nt(e){return t;function t(t){let n=t&&t.position&&t.position[e]||{};if(typeof n.line==`number`&&n.line>0&&typeof n.column==`number`&&n.column>0)return{line:n.line,column:n.column,offset:typeof n.offset==`number`&&n.offset>-1?n.offset:void 0}}}function Pt(e){let t=Mt(e),n=jt(e);if(t&&n)return{start:t,end:n}}function Ft(e){return!e||typeof e!=`object`?``:`position`in e||`type`in e?Lt(e.position):`start`in e||`end`in e?Lt(e):`line`in e||`column`in e?It(e):``}function It(e){return Rt(e&&e.line)+`:`+Rt(e&&e.column)}function Lt(e){return It(e&&e.start)+`-`+It(e&&e.end)}function Rt(e){return e&&typeof e==`number`?e:1}var W=class extends Error{constructor(e,t,n){super(),typeof t==`string`&&(n=t,t=void 0);let r=``,i={},a=!1;if(t&&(i=`line`in t&&`column`in t||`start`in t&&`end`in t?{place:t}:`type`in t?{ancestors:[t],place:t.position}:{...t}),typeof e==`string`?r=e:!i.cause&&e&&(a=!0,r=e.message,i.cause=e),!i.ruleId&&!i.source&&typeof n==`string`){let e=n.indexOf(`:`);e===-1?i.ruleId=n:(i.source=n.slice(0,e),i.ruleId=n.slice(e+1))}if(!i.place&&i.ancestors&&i.ancestors){let e=i.ancestors[i.ancestors.length-1];e&&(i.place=e.position)}let o=i.place&&`start`in i.place?i.place.start:i.place;this.ancestors=i.ancestors||void 0,this.cause=i.cause||void 0,this.column=o?o.column:void 0,this.fatal=void 0,this.file=``,this.message=r,this.line=o?o.line:void 0,this.name=Ft(i.place)||`1:1`,this.place=i.place||void 0,this.reason=this.message,this.ruleId=i.ruleId||void 0,this.source=i.source||void 0,this.stack=a&&i.cause&&typeof i.cause.stack==`string`?i.cause.stack:``,this.actual=void 0,this.expected=void 0,this.note=void 0,this.url=void 0}};W.prototype.file=``,W.prototype.name=``,W.prototype.reason=``,W.prototype.message=``,W.prototype.stack=``,W.prototype.column=void 0,W.prototype.line=void 0,W.prototype.ancestors=void 0,W.prototype.cause=void 0,W.prototype.fatal=void 0,W.prototype.place=void 0,W.prototype.ruleId=void 0,W.prototype.source=void 0;var zt=e(At(),1),Bt={}.hasOwnProperty,Vt=new Map,Ht=/[A-Z]/g,Ut=new Set([`table`,`tbody`,`thead`,`tfoot`,`tr`]),Wt=new Set([`td`,`th`]),Gt=`https://github.com/syntax-tree/hast-util-to-jsx-runtime`;function Kt(e,t){if(!t||t.Fragment===void 0)throw TypeError("Expected `Fragment` in options");let n=t.filePath||void 0,r;if(t.development){if(typeof t.jsxDEV!=`function`)throw TypeError("Expected `jsxDEV` in options when `development: true`");r=rn(n,t.jsxDEV)}else{if(typeof t.jsx!=`function`)throw TypeError("Expected `jsx` in production options");if(typeof t.jsxs!=`function`)throw TypeError("Expected `jsxs` in production options");r=nn(n,t.jsx,t.jsxs)}let 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`?Tt:wt,stylePropertyNameCase:t.stylePropertyNameCase||`dom`,tableCellAlignToStyle:t.tableCellAlignToStyle!==!1},a=qt(i,e,void 0);return a&&typeof a!=`string`?a:i.create(e,i.Fragment,{children:a||void 0},void 0)}function qt(e,t,n){if(t.type===`element`)return Jt(e,t,n);if(t.type===`mdxFlowExpression`||t.type===`mdxTextExpression`)return Yt(e,t);if(t.type===`mdxJsxFlowElement`||t.type===`mdxJsxTextElement`)return Zt(e,t,n);if(t.type===`mdxjsEsm`)return Xt(e,t);if(t.type===`root`)return Qt(e,t,n);if(t.type===`text`)return $t(e,t)}function Jt(e,t,n){let r=e.schema,i=r;t.tagName.toLowerCase()===`svg`&&r.space===`html`&&(i=Tt,e.schema=i),e.ancestors.push(t);let a=un(e,t.tagName,!1),o=an(e,t),s=sn(e,t);return Ut.has(t.tagName)&&(s=s.filter(function(e){return typeof e==`string`?!$e(e):!0})),en(e,o,a,t),tn(o,s),e.ancestors.pop(),e.schema=r,e.create(t,a,o,n)}function Yt(e,t){if(t.data&&t.data.estree&&e.evaluater){let n=t.data.estree.body[0];return n.type,e.evaluater.evaluateExpression(n.expression)}dn(e,t.position)}function Xt(e,t){if(t.data&&t.data.estree&&e.evaluater)return e.evaluater.evaluateProgram(t.data.estree);dn(e,t.position)}function Zt(e,t,n){let r=e.schema,i=r;t.name===`svg`&&r.space===`html`&&(i=Tt,e.schema=i),e.ancestors.push(t);let a=t.name===null?e.Fragment:un(e,t.name,!0),o=on(e,t),s=sn(e,t);return en(e,o,a,t),tn(o,s),e.ancestors.pop(),e.schema=r,e.create(t,a,o,n)}function Qt(e,t,n){let r={};return tn(r,sn(e,t)),e.create(t,e.Fragment,r,n)}function $t(e,t){return t.value}function en(e,t,n,r){typeof n!=`string`&&n!==e.Fragment&&e.passNode&&(t.node=r)}function tn(e,t){if(t.length>0){let n=t.length>1?t:t[0];n&&(e.children=n)}}function nn(e,t,n){return r;function r(e,r,i,a){let o=Array.isArray(i.children)?n:t;return a?o(r,i,a):o(r,i)}}function rn(e,t){return n;function n(n,r,i,a){let o=Array.isArray(i.children),s=Mt(n);return t(r,i,a,o,{columnNumber:s?s.column-1:void 0,fileName:e,lineNumber:s?s.line:void 0},void 0)}}function an(e,t){let n={},r,i;for(i in t.properties)if(i!==`children`&&Bt.call(t.properties,i)){let a=cn(e,i,t.properties[i]);if(a){let[i,o]=a;e.tableCellAlignToStyle&&i===`align`&&typeof o==`string`&&Wt.has(t.tagName)?r=o:n[i]=o}}if(r){let t=n.style||={};t[e.stylePropertyNameCase===`css`?`text-align`:`textAlign`]=r}return n}function on(e,t){let n={};for(let r of t.attributes)if(r.type===`mdxJsxExpressionAttribute`)if(r.data&&r.data.estree&&e.evaluater){let t=r.data.estree.body[0];t.type;let i=t.expression;i.type;let a=i.properties[0];a.type,Object.assign(n,e.evaluater.evaluateExpression(a.argument))}else dn(e,t.position);else{let i=r.name,a;if(r.value&&typeof r.value==`object`)if(r.value.data&&r.value.data.estree&&e.evaluater){let t=r.value.data.estree.body[0];t.type,a=e.evaluater.evaluateExpression(t.expression)}else dn(e,t.position);else a=r.value===null?!0:r.value;n[i]=a}return n}function sn(e,t){let n=[],r=-1,i=e.passKeys?new Map:Vt;for(;++r<t.children.length;){let a=t.children[r],o;if(e.passKeys){let e=a.type===`element`?a.tagName:a.type===`mdxJsxFlowElement`||a.type===`mdxJsxTextElement`?a.name:void 0;if(e){let t=i.get(e)||0;o=e+`-`+t,i.set(e,t+1)}}let s=qt(e,a,o);s!==void 0&&n.push(s)}return n}function cn(e,t,n){let r=xt(e.schema,t);if(!(n==null||typeof n==`number`&&Number.isNaN(n))){if(Array.isArray(n)&&(n=r.commaSeparated?qe(n):Et(n)),r.property===`style`){let t=typeof n==`object`?n:ln(e,String(n));return e.stylePropertyNameCase===`css`&&(t=fn(t)),[`style`,t]}return[e.elementAttributeNameCase===`react`&&r.space?_t[r.property]||r.property:r.attribute,n]}}function ln(e,t){try{return(0,zt.default)(t,{reactCompat:!0})}catch(t){if(e.ignoreInvalidStyle)return{};let n=t,r=new W("Cannot parse `style` attribute",{ancestors:e.ancestors,cause:n,ruleId:`style`,source:`hast-util-to-jsx-runtime`});throw r.file=e.filePath||void 0,r.url=Gt+`#cannot-parse-style-attribute`,r}}function un(e,t,n){let r;if(!n)r={type:`Literal`,value:t};else if(t.includes(`.`)){let e=t.split(`.`),n=-1,i;for(;++n<e.length;){let t=Ze(e[n])?{type:`Identifier`,name:e[n]}:{type:`Literal`,value:e[n]};i=i?{type:`MemberExpression`,object:i,property:t,computed:!!(n&&t.type===`Literal`),optional:!1}:t}r=i}else r=Ze(t)&&!/^[a-z]/.test(t)?{type:`Identifier`,name:t}:{type:`Literal`,value:t};if(r.type===`Literal`){let t=r.value;return Bt.call(e.components,t)?e.components[t]:t}if(e.evaluater)return e.evaluater.evaluateExpression(r);dn(e)}function dn(e,t){let n=new W("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=Gt+`#cannot-handle-mdx-estrees-without-createevaluater`,n}function fn(e){let t={},n;for(n in e)Bt.call(e,n)&&(t[pn(n)]=e[n]);return t}function pn(e){let t=e.replace(Ht,mn);return t.slice(0,3)===`ms-`&&(t=`-`+t),t}function mn(e){return`-`+e.toLowerCase()}var hn={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`]},gn={};function _n(e,t){let n=t||gn;return vn(e,typeof n.includeImageAlt==`boolean`?n.includeImageAlt:!0,typeof n.includeHtml==`boolean`?n.includeHtml:!0)}function vn(e,t,n){if(bn(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 yn(e.children,t,n)}return Array.isArray(e)?yn(e,t,n):``}function yn(e,t,n){let r=[],i=-1;for(;++i<e.length;)r[i]=vn(e[i],t,n);return r.join(``)}function bn(e){return!!(e&&typeof e==`object`)}var xn=document.createElement(`i`);function Sn(e){let t=`&`+e+`;`;xn.innerHTML=t;let n=xn.textContent;return n.charCodeAt(n.length-1)===59&&e!==`semi`||n===t?!1:n}function G(e,t,n,r){let i=e.length,a=0,o;if(t=t<0?-t>i?0:i+t:t>i?i:t,n=n>0?n:0,r.length<1e4)o=Array.from(r),o.unshift(t,n),e.splice(...o);else for(n&&e.splice(t,n);a<r.length;)o=r.slice(a,a+1e4),o.unshift(t,0),e.splice(...o),a+=1e4,t+=1e4}function Cn(e,t){return e.length>0?(G(e,e.length,0,t),e):t}var wn={}.hasOwnProperty;function Tn(e){let t={},n=-1;for(;++n<e.length;)En(t,e[n]);return t}function En(e,t){let n;for(n in t){let r=(wn.call(e,n)?e[n]:void 0)||(e[n]={}),i=t[n],a;if(i)for(a in i){wn.call(r,a)||(r[a]=[]);let e=i[a];Dn(r[a],Array.isArray(e)?e:e?[e]:[])}}}function Dn(e,t){let n=-1,r=[];for(;++n<t.length;)(t[n].add===`after`?e:r).push(t[n]);G(e,0,0,r)}function On(e,t){let 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 kn(e){return e.replace(/[\t\n\r ]+/g,` `).replace(/^ | $/g,``).toLowerCase().toUpperCase()}var K=Ln(/[A-Za-z]/),q=Ln(/[\dA-Za-z]/),An=Ln(/[#-'*+\--9=?A-Z^-~]/);function jn(e){return e!==null&&(e<32||e===127)}var Mn=Ln(/\d/),Nn=Ln(/[\dA-Fa-f]/),Pn=Ln(/[!-/:-@[-`{-~]/);function J(e){return e!==null&&e<-2}function Y(e){return e!==null&&(e<0||e===32)}function X(e){return e===-2||e===-1||e===32}var Fn=Ln(/\p{P}|\p{S}/u),In=Ln(/\s/);function Ln(e){return t;function t(t){return t!==null&&t>-1&&e.test(String.fromCharCode(t))}}function Rn(e){let t=[],n=-1,r=0,i=0;for(;++n<e.length;){let a=e.charCodeAt(n),o=``;if(a===37&&q(e.charCodeAt(n+1))&&q(e.charCodeAt(n+2)))i=2;else if(a<128)/[!#$&-;=?-Z_a-z~]/.test(String.fromCharCode(a))||(o=String.fromCharCode(a));else if(a>55295&&a<57344){let t=e.charCodeAt(n+1);a<56320&&t>56319&&t<57344?(o=String.fromCharCode(a,t),i=1):o=`�`}else o=String.fromCharCode(a);o&&=(t.push(e.slice(r,n),encodeURIComponent(o)),r=n+i+1,``),i&&=(n+=i,0)}return t.join(``)+e.slice(r)}function Z(e,t,n,r){let i=r?r-1:1/0,a=0;return o;function o(r){return X(r)?(e.enter(n),s(r)):t(r)}function s(r){return X(r)&&a++<i?(e.consume(r),s):(e.exit(n),t(r))}}var zn={tokenize:Bn};function Bn(e){let t=e.attempt(this.parser.constructs.contentInitial,r,i),n;return t;function r(n){if(n===null){e.consume(n);return}return e.enter(`lineEnding`),e.consume(n),e.exit(`lineEnding`),Z(e,t,`linePrefix`)}function i(t){return e.enter(`paragraph`),a(t)}function a(t){let r=e.enter(`chunkText`,{contentType:`text`,previous:n});return n&&(n.next=r),n=r,o(t)}function o(t){if(t===null){e.exit(`chunkText`),e.exit(`paragraph`),e.consume(t);return}return J(t)?(e.consume(t),e.exit(`chunkText`),a):(e.consume(t),o)}}var Vn={tokenize:Un},Hn={tokenize:Wn};function Un(e){let t=this,n=[],r=0,i,a,o;return s;function s(i){if(r<n.length){let a=n[r];return t.containerState=a[1],e.attempt(a[0].continuation,c,l)(i)}return l(i)}function c(e){if(r++,t.containerState._closeFlow){t.containerState._closeFlow=void 0,i&&v();let n=t.events.length,a=n,o;for(;a--;)if(t.events[a][0]===`exit`&&t.events[a][1].type===`chunkFlow`){o=t.events[a][1].end;break}_(r);let s=n;for(;s<t.events.length;)t.events[s][1].end={...o},s++;return G(t.events,a+1,0,t.events.slice(n)),t.events.length=s,l(e)}return s(e)}function l(a){if(r===n.length){if(!i)return f(a);if(i.currentConstruct&&i.currentConstruct.concrete)return m(a);t.interrupt=!!(i.currentConstruct&&!i._gfmTableDynamicInterruptHack)}return t.containerState={},e.check(Hn,u,d)(a)}function u(e){return i&&v(),_(r),f(e)}function d(e){return t.parser.lazy[t.now().line]=r!==n.length,o=t.now().offset,m(e)}function f(n){return t.containerState={},e.attempt(Hn,p,m)(n)}function p(e){return r++,n.push([t.currentConstruct,t.containerState]),f(e)}function m(n){if(n===null){i&&v(),_(0),e.consume(n);return}return i||=t.parser.flow(t.now()),e.enter(`chunkFlow`,{_tokenizer:i,contentType:`flow`,previous:a}),h(n)}function h(n){if(n===null){g(e.exit(`chunkFlow`),!0),_(0),e.consume(n);return}return J(n)?(e.consume(n),g(e.exit(`chunkFlow`)),r=0,t.interrupt=void 0,s):(e.consume(n),h)}function g(e,n){let s=t.sliceStream(e);if(n&&s.push(null),e.previous=a,a&&(a.next=e),a=e,i.defineSkip(e.start),i.write(s),t.parser.lazy[e.start.line]){let e=i.events.length;for(;e--;)if(i.events[e][1].start.offset<o&&(!i.events[e][1].end||i.events[e][1].end.offset>o))return;let n=t.events.length,a=n,s,c;for(;a--;)if(t.events[a][0]===`exit`&&t.events[a][1].type===`chunkFlow`){if(s){c=t.events[a][1].end;break}s=!0}for(_(r),e=n;e<t.events.length;)t.events[e][1].end={...c},e++;G(t.events,a+1,0,t.events.slice(n)),t.events.length=e}}function _(r){let i=n.length;for(;i-- >r;){let r=n[i];t.containerState=r[1],r[0].exit.call(t,e)}n.length=r}function v(){i.write([null]),a=void 0,i=void 0,t.containerState._closeFlow=void 0}}function Wn(e,t,n){return Z(e,e.attempt(this.parser.constructs.document,t,n),`linePrefix`,this.parser.constructs.disable.null.includes(`codeIndented`)?void 0:4)}function Gn(e){if(e===null||Y(e)||In(e))return 1;if(Fn(e))return 2}function Kn(e,t,n){let r=[],i=-1;for(;++i<e.length;){let a=e[i].resolveAll;a&&!r.includes(a)&&(t=a(t,n),r.push(a))}return t}var qn={name:`attention`,resolveAll:Jn,tokenize:Yn};function Jn(e,t){let n=-1,r,i,a,o,s,c,l,u;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;c=e[r][1].end.offset-e[r][1].start.offset>1&&e[n][1].end.offset-e[n][1].start.offset>1?2:1;let d={...e[r][1].end},f={...e[n][1].start};Xn(d,-c),Xn(f,c),o={type:c>1?`strongSequence`:`emphasisSequence`,start:d,end:{...e[r][1].end}},s={type:c>1?`strongSequence`:`emphasisSequence`,start:{...e[n][1].start},end:f},a={type:c>1?`strongText`:`emphasisText`,start:{...e[r][1].end},end:{...e[n][1].start}},i={type:c>1?`strong`:`emphasis`,start:{...o.start},end:{...s.end}},e[r][1].end={...o.start},e[n][1].start={...s.end},l=[],e[r][1].end.offset-e[r][1].start.offset&&(l=Cn(l,[[`enter`,e[r][1],t],[`exit`,e[r][1],t]])),l=Cn(l,[[`enter`,i,t],[`enter`,o,t],[`exit`,o,t],[`enter`,a,t]]),l=Cn(l,Kn(t.parser.constructs.insideSpan.null,e.slice(r+1,n),t)),l=Cn(l,[[`exit`,a,t],[`enter`,s,t],[`exit`,s,t],[`exit`,i,t]]),e[n][1].end.offset-e[n][1].start.offset?(u=2,l=Cn(l,[[`enter`,e[n][1],t],[`exit`,e[n][1],t]])):u=0,G(e,r-1,n-r+3,l),n=r+l.length-u-2;break}}for(n=-1;++n<e.length;)e[n][1].type===`attentionSequence`&&(e[n][1].type=`data`);return e}function Yn(e,t){let n=this.parser.constructs.attentionMarkers.null,r=this.previous,i=Gn(r),a;return o;function o(t){return a=t,e.enter(`attentionSequence`),s(t)}function s(o){if(o===a)return e.consume(o),s;let c=e.exit(`attentionSequence`),l=Gn(o),u=!l||l===2&&i||n.includes(o),d=!i||i===2&&l||n.includes(r);return c._open=!!(a===42?u:u&&(i||!d)),c._close=!!(a===42?d:d&&(l||!u)),t(o)}}function Xn(e,t){e.column+=t,e.offset+=t,e._bufferIndex+=t}var Zn={name:`autolink`,tokenize:Qn};function Qn(e,t,n){let r=0;return i;function i(t){return e.enter(`autolink`),e.enter(`autolinkMarker`),e.consume(t),e.exit(`autolinkMarker`),e.enter(`autolinkProtocol`),a}function a(t){return K(t)?(e.consume(t),o):t===64?n(t):l(t)}function o(e){return e===43||e===45||e===46||q(e)?(r=1,s(e)):l(e)}function s(t){return t===58?(e.consume(t),r=0,c):(t===43||t===45||t===46||q(t))&&r++<32?(e.consume(t),s):(r=0,l(t))}function c(r){return r===62?(e.exit(`autolinkProtocol`),e.enter(`autolinkMarker`),e.consume(r),e.exit(`autolinkMarker`),e.exit(`autolink`),t):r===null||r===32||r===60||jn(r)?n(r):(e.consume(r),c)}function l(t){return t===64?(e.consume(t),u):An(t)?(e.consume(t),l):n(t)}function u(e){return q(e)?d(e):n(e)}function d(n){return n===46?(e.consume(n),r=0,u):n===62?(e.exit(`autolinkProtocol`).type=`autolinkEmail`,e.enter(`autolinkMarker`),e.consume(n),e.exit(`autolinkMarker`),e.exit(`autolink`),t):f(n)}function f(t){if((t===45||q(t))&&r++<63){let n=t===45?f:d;return e.consume(t),n}return n(t)}}var $n={partial:!0,tokenize:er};function er(e,t,n){return r;function r(t){return X(t)?Z(e,i,`linePrefix`)(t):i(t)}function i(e){return e===null||J(e)?t(e):n(e)}}var tr={continuation:{tokenize:rr},exit:ir,name:`blockQuote`,tokenize:nr};function nr(e,t,n){let r=this;return i;function i(t){if(t===62){let n=r.containerState;return n.open||=(e.enter(`blockQuote`,{_container:!0}),!0),e.enter(`blockQuotePrefix`),e.enter(`blockQuoteMarker`),e.consume(t),e.exit(`blockQuoteMarker`),a}return n(t)}function a(n){return X(n)?(e.enter(`blockQuotePrefixWhitespace`),e.consume(n),e.exit(`blockQuotePrefixWhitespace`),e.exit(`blockQuotePrefix`),t):(e.exit(`blockQuotePrefix`),t(n))}}function rr(e,t,n){let r=this;return i;function i(t){return X(t)?Z(e,a,`linePrefix`,r.parser.constructs.disable.null.includes(`codeIndented`)?void 0:4)(t):a(t)}function a(r){return e.attempt(tr,t,n)(r)}}function ir(e){e.exit(`blockQuote`)}var ar={name:`characterEscape`,tokenize:or};function or(e,t,n){return r;function r(t){return e.enter(`characterEscape`),e.enter(`escapeMarker`),e.consume(t),e.exit(`escapeMarker`),i}function i(r){return Pn(r)?(e.enter(`characterEscapeValue`),e.consume(r),e.exit(`characterEscapeValue`),e.exit(`characterEscape`),t):n(r)}}var sr={name:`characterReference`,tokenize:cr};function cr(e,t,n){let r=this,i=0,a,o;return s;function s(t){return e.enter(`characterReference`),e.enter(`characterReferenceMarker`),e.consume(t),e.exit(`characterReferenceMarker`),c}function c(t){return t===35?(e.enter(`characterReferenceMarkerNumeric`),e.consume(t),e.exit(`characterReferenceMarkerNumeric`),l):(e.enter(`characterReferenceValue`),a=31,o=q,u(t))}function l(t){return t===88||t===120?(e.enter(`characterReferenceMarkerHexadecimal`),e.consume(t),e.exit(`characterReferenceMarkerHexadecimal`),e.enter(`characterReferenceValue`),a=6,o=Nn,u):(e.enter(`characterReferenceValue`),a=7,o=Mn,u(t))}function u(s){if(s===59&&i){let i=e.exit(`characterReferenceValue`);return o===q&&!Sn(r.sliceSerialize(i))?n(s):(e.enter(`characterReferenceMarker`),e.consume(s),e.exit(`characterReferenceMarker`),e.exit(`characterReference`),t)}return o(s)&&i++<a?(e.consume(s),u):n(s)}}var lr={partial:!0,tokenize:fr},ur={concrete:!0,name:`codeFenced`,tokenize:dr};function dr(e,t,n){let r=this,i={partial:!0,tokenize:x},a=0,o=0,s;return c;function c(e){return l(e)}function l(t){let n=r.events[r.events.length-1];return a=n&&n[1].type===`linePrefix`?n[2].sliceSerialize(n[1],!0).length:0,s=t,e.enter(`codeFenced`),e.enter(`codeFencedFence`),e.enter(`codeFencedFenceSequence`),u(t)}function u(t){return t===s?(o++,e.consume(t),u):o<3?n(t):(e.exit(`codeFencedFenceSequence`),X(t)?Z(e,d,`whitespace`)(t):d(t))}function d(n){return n===null||J(n)?(e.exit(`codeFencedFence`),r.interrupt?t(n):e.check(lr,h,b)(n)):(e.enter(`codeFencedFenceInfo`),e.enter(`chunkString`,{contentType:`string`}),f(n))}function f(t){return t===null||J(t)?(e.exit(`chunkString`),e.exit(`codeFencedFenceInfo`),d(t)):X(t)?(e.exit(`chunkString`),e.exit(`codeFencedFenceInfo`),Z(e,p,`whitespace`)(t)):t===96&&t===s?n(t):(e.consume(t),f)}function p(t){return t===null||J(t)?d(t):(e.enter(`codeFencedFenceMeta`),e.enter(`chunkString`,{contentType:`string`}),m(t))}function m(t){return t===null||J(t)?(e.exit(`chunkString`),e.exit(`codeFencedFenceMeta`),d(t)):t===96&&t===s?n(t):(e.consume(t),m)}function h(t){return e.attempt(i,b,g)(t)}function g(t){return e.enter(`lineEnding`),e.consume(t),e.exit(`lineEnding`),_}function _(t){return a>0&&X(t)?Z(e,v,`linePrefix`,a+1)(t):v(t)}function v(t){return t===null||J(t)?e.check(lr,h,b)(t):(e.enter(`codeFlowValue`),y(t))}function y(t){return t===null||J(t)?(e.exit(`codeFlowValue`),v(t)):(e.consume(t),y)}function b(n){return e.exit(`codeFenced`),t(n)}function x(e,t,n){let i=0;return a;function a(t){return e.enter(`lineEnding`),e.consume(t),e.exit(`lineEnding`),c}function c(t){return e.enter(`codeFencedFence`),X(t)?Z(e,l,`linePrefix`,r.parser.constructs.disable.null.includes(`codeIndented`)?void 0:4)(t):l(t)}function l(t){return t===s?(e.enter(`codeFencedFenceSequence`),u(t)):n(t)}function u(t){return t===s?(i++,e.consume(t),u):i>=o?(e.exit(`codeFencedFenceSequence`),X(t)?Z(e,d,`whitespace`)(t):d(t)):n(t)}function d(r){return r===null||J(r)?(e.exit(`codeFencedFence`),t(r)):n(r)}}}function fr(e,t,n){let r=this;return i;function i(t){return t===null?n(t):(e.enter(`lineEnding`),e.consume(t),e.exit(`lineEnding`),a)}function a(e){return r.parser.lazy[r.now().line]?n(e):t(e)}}var pr={name:`codeIndented`,tokenize:hr},mr={partial:!0,tokenize:gr};function hr(e,t,n){let r=this;return i;function i(t){return e.enter(`codeIndented`),Z(e,a,`linePrefix`,5)(t)}function a(e){let t=r.events[r.events.length-1];return t&&t[1].type===`linePrefix`&&t[2].sliceSerialize(t[1],!0).length>=4?o(e):n(e)}function o(t){return t===null?c(t):J(t)?e.attempt(mr,o,c)(t):(e.enter(`codeFlowValue`),s(t))}function s(t){return t===null||J(t)?(e.exit(`codeFlowValue`),o(t)):(e.consume(t),s)}function c(n){return e.exit(`codeIndented`),t(n)}}function gr(e,t,n){let r=this;return i;function i(t){return r.parser.lazy[r.now().line]?n(t):J(t)?(e.enter(`lineEnding`),e.consume(t),e.exit(`lineEnding`),i):Z(e,a,`linePrefix`,5)(t)}function a(e){let a=r.events[r.events.length-1];return a&&a[1].type===`linePrefix`&&a[2].sliceSerialize(a[1],!0).length>=4?t(e):J(e)?i(e):n(e)}}var _r={name:`codeText`,previous:yr,resolve:vr,tokenize:br};function vr(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 yr(e){return e!==96||this.events[this.events.length-1][1].type===`characterEscape`}function br(e,t,n){let r=0,i,a;return o;function o(t){return e.enter(`codeText`),e.enter(`codeTextSequence`),s(t)}function s(t){return t===96?(e.consume(t),r++,s):(e.exit(`codeTextSequence`),c(t))}function c(t){return t===null?n(t):t===32?(e.enter(`space`),e.consume(t),e.exit(`space`),c):t===96?(a=e.enter(`codeTextSequence`),i=0,u(t)):J(t)?(e.enter(`lineEnding`),e.consume(t),e.exit(`lineEnding`),c):(e.enter(`codeTextData`),l(t))}function l(t){return t===null||t===32||t===96||J(t)?(e.exit(`codeTextData`),c(t)):(e.consume(t),l)}function u(n){return n===96?(e.consume(n),i++,u):i===r?(e.exit(`codeTextSequence`),e.exit(`codeText`),t(n)):(a.type=`codeTextData`,l(n))}}var xr=class{constructor(e){this.left=e?[...e]:[],this.right=[]}get(e){if(e<0||e>=this.left.length+this.right.length)throw RangeError("Cannot access index `"+e+"` in a splice buffer of size `"+(this.left.length+this.right.length)+"`");return e<this.left.length?this.left[e]:this.right[this.right.length-e+this.left.length-1]}get length(){return this.left.length+this.right.length}shift(){return this.setCursor(0),this.right.pop()}slice(e,t){let n=t??1/0;return n<this.left.length?this.left.slice(e,n):e>this.left.length?this.right.slice(this.right.length-n+this.left.length,this.right.length-e+this.left.length).reverse():this.left.slice(e).concat(this.right.slice(this.right.length-n+this.left.length).reverse())}splice(e,t,n){let r=t||0;this.setCursor(Math.trunc(e));let i=this.right.splice(this.right.length-r,1/0);return n&&Sr(this.left,n),i.reverse()}pop(){return this.setCursor(1/0),this.left.pop()}push(e){this.setCursor(1/0),this.left.push(e)}pushMany(e){this.setCursor(1/0),Sr(this.left,e)}unshift(e){this.setCursor(0),this.right.push(e)}unshiftMany(e){this.setCursor(0),Sr(this.right,e.reverse())}setCursor(e){if(!(e===this.left.length||e>this.left.length&&this.right.length===0||e<0&&this.left.length===0))if(e<this.left.length){let t=this.left.splice(e,1/0);Sr(this.right,t.reverse())}else{let t=this.right.splice(this.left.length+this.right.length-e,1/0);Sr(this.left,t.reverse())}}};function Sr(e,t){let n=0;if(t.length<1e4)e.push(...t);else for(;n<t.length;)e.push(...t.slice(n,n+1e4)),n+=1e4}function Cr(e){let t={},n=-1,r,i,a,o,s,c,l,u=new xr(e);for(;++n<u.length;){for(;n in t;)n=t[n];if(r=u.get(n),n&&r[1].type===`chunkFlow`&&u.get(n-1)[1].type===`listItemPrefix`&&(c=r[1]._tokenizer.events,a=0,a<c.length&&c[a][1].type===`lineEndingBlank`&&(a+=2),a<c.length&&c[a][1].type===`content`))for(;++a<c.length&&c[a][1].type!==`content`;)c[a][1].type===`chunkText`&&(c[a][1]._isInFirstContentOfListItem=!0,a++);if(r[0]===`enter`)r[1].contentType&&(Object.assign(t,wr(u,n)),n=t[n],l=!0);else if(r[1]._container){for(a=n,i=void 0;a--;)if(o=u.get(a),o[1].type===`lineEnding`||o[1].type===`lineEndingBlank`)o[0]===`enter`&&(i&&(u.get(i)[1].type=`lineEndingBlank`),o[1].type=`lineEnding`,i=a);else if(!(o[1].type===`linePrefix`||o[1].type===`listItemIndent`))break;i&&(r[1].end={...u.get(i)[1].start},s=u.slice(i,n),s.unshift(r),u.splice(i,n-i+1,s))}}return G(e,0,1/0,u.slice(0)),!l}function wr(e,t){let n=e.get(t)[1],r=e.get(t)[2],i=t-1,a=[],o=n._tokenizer;o||(o=r.parser[n.contentType](n.start),n._contentTypeTextTrailing&&(o._contentTypeTextTrailing=!0));let s=o.events,c=[],l={},u,d,f=-1,p=n,m=0,h=0,g=[h];for(;p;){for(;e.get(++i)[1]!==p;);a.push(i),p._tokenizer||(u=r.sliceStream(p),p.next||u.push(null),d&&o.defineSkip(p.start),p._isInFirstContentOfListItem&&(o._gfmTasklistFirstContentOfListItem=!0),o.write(u),p._isInFirstContentOfListItem&&(o._gfmTasklistFirstContentOfListItem=void 0)),d=p,p=p.next}for(p=n;++f<s.length;)s[f][0]===`exit`&&s[f-1][0]===`enter`&&s[f][1].type===s[f-1][1].type&&s[f][1].start.line!==s[f][1].end.line&&(h=f+1,g.push(h),p._tokenizer=void 0,p.previous=void 0,p=p.next);for(o.events=[],p?(p._tokenizer=void 0,p.previous=void 0):g.pop(),f=g.length;f--;){let t=s.slice(g[f],g[f+1]),n=a.pop();c.push([n,n+t.length-1]),e.splice(n,2,t)}for(c.reverse(),f=-1;++f<c.length;)l[m+c[f][0]]=m+c[f][1],m+=c[f][1]-c[f][0]-1;return l}var Tr={resolve:Dr,tokenize:Or},Er={partial:!0,tokenize:kr};function Dr(e){return Cr(e),e}function Or(e,t){let n;return r;function r(t){return e.enter(`content`),n=e.enter(`chunkContent`,{contentType:`content`}),i(t)}function i(t){return t===null?a(t):J(t)?e.check(Er,o,a)(t):(e.consume(t),i)}function a(n){return e.exit(`chunkContent`),e.exit(`content`),t(n)}function o(t){return e.consume(t),e.exit(`chunkContent`),n.next=e.enter(`chunkContent`,{contentType:`content`,previous:n}),n=n.next,i}}function kr(e,t,n){let r=this;return i;function i(t){return e.exit(`chunkContent`),e.enter(`lineEnding`),e.consume(t),e.exit(`lineEnding`),Z(e,a,`linePrefix`)}function a(i){if(i===null||J(i))return n(i);let a=r.events[r.events.length-1];return!r.parser.constructs.disable.null.includes(`codeIndented`)&&a&&a[1].type===`linePrefix`&&a[2].sliceSerialize(a[1],!0).length>=4?t(i):e.interrupt(r.parser.constructs.flow,n,t)(i)}}function Ar(e,t,n,r,i,a,o,s,c){let l=c||1/0,u=0;return d;function d(t){return t===60?(e.enter(r),e.enter(i),e.enter(a),e.consume(t),e.exit(a),f):t===null||t===32||t===41||jn(t)?n(t):(e.enter(r),e.enter(o),e.enter(s),e.enter(`chunkString`,{contentType:`string`}),h(t))}function f(n){return n===62?(e.enter(a),e.consume(n),e.exit(a),e.exit(i),e.exit(r),t):(e.enter(s),e.enter(`chunkString`,{contentType:`string`}),p(n))}function p(t){return t===62?(e.exit(`chunkString`),e.exit(s),f(t)):t===null||t===60||J(t)?n(t):(e.consume(t),t===92?m:p)}function m(t){return t===60||t===62||t===92?(e.consume(t),p):p(t)}function h(i){return!u&&(i===null||i===41||Y(i))?(e.exit(`chunkString`),e.exit(s),e.exit(o),e.exit(r),t(i)):u<l&&i===40?(e.consume(i),u++,h):i===41?(e.consume(i),u--,h):i===null||i===32||i===40||jn(i)?n(i):(e.consume(i),i===92?g:h)}function g(t){return t===40||t===41||t===92?(e.consume(t),h):h(t)}}function jr(e,t,n,r,i,a){let o=this,s=0,c;return l;function l(t){return e.enter(r),e.enter(i),e.consume(t),e.exit(i),e.enter(a),u}function u(l){return s>999||l===null||l===91||l===93&&!c||l===94&&!s&&`_hiddenFootnoteSupport`in o.parser.constructs?n(l):l===93?(e.exit(a),e.enter(i),e.consume(l),e.exit(i),e.exit(r),t):J(l)?(e.enter(`lineEnding`),e.consume(l),e.exit(`lineEnding`),u):(e.enter(`chunkString`,{contentType:`string`}),d(l))}function d(t){return t===null||t===91||t===93||J(t)||s++>999?(e.exit(`chunkString`),u(t)):(e.consume(t),c||=!X(t),t===92?f:d)}function f(t){return t===91||t===92||t===93?(e.consume(t),s++,d):d(t)}}function Mr(e,t,n,r,i,a){let o;return s;function s(t){return t===34||t===39||t===40?(e.enter(r),e.enter(i),e.consume(t),e.exit(i),o=t===40?41:t,c):n(t)}function c(n){return n===o?(e.enter(i),e.consume(n),e.exit(i),e.exit(r),t):(e.enter(a),l(n))}function l(t){return t===o?(e.exit(a),c(o)):t===null?n(t):J(t)?(e.enter(`lineEnding`),e.consume(t),e.exit(`lineEnding`),Z(e,l,`linePrefix`)):(e.enter(`chunkString`,{contentType:`string`}),u(t))}function u(t){return t===o||t===null||J(t)?(e.exit(`chunkString`),l(t)):(e.consume(t),t===92?d:u)}function d(t){return t===o||t===92?(e.consume(t),u):u(t)}}function Nr(e,t){let n;return r;function r(i){return J(i)?(e.enter(`lineEnding`),e.consume(i),e.exit(`lineEnding`),n=!0,r):X(i)?Z(e,r,n?`linePrefix`:`lineSuffix`)(i):t(i)}}var Pr={name:`definition`,tokenize:Ir},Fr={partial:!0,tokenize:Lr};function Ir(e,t,n){let r=this,i;return a;function a(t){return e.enter(`definition`),o(t)}function o(t){return jr.call(r,e,s,n,`definitionLabel`,`definitionLabelMarker`,`definitionLabelString`)(t)}function s(t){return i=kn(r.sliceSerialize(r.events[r.events.length-1][1]).slice(1,-1)),t===58?(e.enter(`definitionMarker`),e.consume(t),e.exit(`definitionMarker`),c):n(t)}function c(t){return Y(t)?Nr(e,l)(t):l(t)}function l(t){return Ar(e,u,n,`definitionDestination`,`definitionDestinationLiteral`,`definitionDestinationLiteralMarker`,`definitionDestinationRaw`,`definitionDestinationString`)(t)}function u(t){return e.attempt(Fr,d,d)(t)}function d(t){return X(t)?Z(e,f,`whitespace`)(t):f(t)}function f(a){return a===null||J(a)?(e.exit(`definition`),r.parser.defined.push(i),t(a)):n(a)}}function Lr(e,t,n){return r;function r(t){return Y(t)?Nr(e,i)(t):n(t)}function i(t){return Mr(e,a,n,`definitionTitle`,`definitionTitleMarker`,`definitionTitleString`)(t)}function a(t){return X(t)?Z(e,o,`whitespace`)(t):o(t)}function o(e){return e===null||J(e)?t(e):n(e)}}var Rr={name:`hardBreakEscape`,tokenize:zr};function zr(e,t,n){return r;function r(t){return e.enter(`hardBreakEscape`),e.consume(t),i}function i(r){return J(r)?(e.exit(`hardBreakEscape`),t(r)):n(r)}}var Br={name:`headingAtx`,resolve:Vr,tokenize:Hr};function Vr(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`},G(e,r,n-r+1,[[`enter`,i,t],[`enter`,a,t],[`exit`,a,t],[`exit`,i,t]])),e}function Hr(e,t,n){let r=0;return i;function i(t){return e.enter(`atxHeading`),a(t)}function a(t){return e.enter(`atxHeadingSequence`),o(t)}function o(t){return t===35&&r++<6?(e.consume(t),o):t===null||Y(t)?(e.exit(`atxHeadingSequence`),s(t)):n(t)}function s(n){return n===35?(e.enter(`atxHeadingSequence`),c(n)):n===null||J(n)?(e.exit(`atxHeading`),t(n)):X(n)?Z(e,s,`whitespace`)(n):(e.enter(`atxHeadingText`),l(n))}function c(t){return t===35?(e.consume(t),c):(e.exit(`atxHeadingSequence`),s(t))}function l(t){return t===null||t===35||Y(t)?(e.exit(`atxHeadingText`),s(t)):(e.consume(t),l)}}var Ur=`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`.split(`.`),Wr=[`pre`,`script`,`style`,`textarea`],Gr={concrete:!0,name:`htmlFlow`,resolveTo:Jr,tokenize:Yr},Kr={partial:!0,tokenize:Zr},qr={partial:!0,tokenize:Xr};function Jr(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 Yr(e,t,n){let r=this,i,a,o,s,c;return l;function l(e){return u(e)}function u(t){return e.enter(`htmlFlow`),e.enter(`htmlFlowData`),e.consume(t),d}function d(s){return s===33?(e.consume(s),f):s===47?(e.consume(s),a=!0,h):s===63?(e.consume(s),i=3,r.interrupt?t:ie):K(s)?(e.consume(s),o=String.fromCharCode(s),g):n(s)}function f(a){return a===45?(e.consume(a),i=2,p):a===91?(e.consume(a),i=5,s=0,m):K(a)?(e.consume(a),i=4,r.interrupt?t:ie):n(a)}function p(i){return i===45?(e.consume(i),r.interrupt?t:ie):n(i)}function m(i){return i===`CDATA[`.charCodeAt(s++)?(e.consume(i),s===6?r.interrupt?t:O:m):n(i)}function h(t){return K(t)?(e.consume(t),o=String.fromCharCode(t),g):n(t)}function g(s){if(s===null||s===47||s===62||Y(s)){let c=s===47,l=o.toLowerCase();return!c&&!a&&Wr.includes(l)?(i=1,r.interrupt?t(s):O(s)):Ur.includes(o.toLowerCase())?(i=6,c?(e.consume(s),_):r.interrupt?t(s):O(s)):(i=7,r.interrupt&&!r.parser.lazy[r.now().line]?n(s):a?v(s):y(s))}return s===45||q(s)?(e.consume(s),o+=String.fromCharCode(s),g):n(s)}function _(i){return i===62?(e.consume(i),r.interrupt?t:O):n(i)}function v(t){return X(t)?(e.consume(t),v):E(t)}function y(t){return t===47?(e.consume(t),E):t===58||t===95||K(t)?(e.consume(t),b):X(t)?(e.consume(t),y):E(t)}function b(t){return t===45||t===46||t===58||t===95||q(t)?(e.consume(t),b):x(t)}function x(t){return t===61?(e.consume(t),S):X(t)?(e.consume(t),x):y(t)}function S(t){return t===null||t===60||t===61||t===62||t===96?n(t):t===34||t===39?(e.consume(t),c=t,C):X(t)?(e.consume(t),S):w(t)}function C(t){return t===c?(e.consume(t),c=null,T):t===null||J(t)?n(t):(e.consume(t),C)}function w(t){return t===null||t===34||t===39||t===47||t===60||t===61||t===62||t===96||Y(t)?x(t):(e.consume(t),w)}function T(e){return e===47||e===62||X(e)?y(e):n(e)}function E(t){return t===62?(e.consume(t),D):n(t)}function D(t){return t===null||J(t)?O(t):X(t)?(e.consume(t),D):n(t)}function O(t){return t===45&&i===2?(e.consume(t),k):t===60&&i===1?(e.consume(t),A):t===62&&i===4?(e.consume(t),ae):t===63&&i===3?(e.consume(t),ie):t===93&&i===5?(e.consume(t),re):J(t)&&(i===6||i===7)?(e.exit(`htmlFlowData`),e.check(Kr,oe,ee)(t)):t===null||J(t)?(e.exit(`htmlFlowData`),ee(t)):(e.consume(t),O)}function ee(t){return e.check(qr,te,oe)(t)}function te(t){return e.enter(`lineEnding`),e.consume(t),e.exit(`lineEnding`),ne}function ne(t){return t===null||J(t)?ee(t):(e.enter(`htmlFlowData`),O(t))}function k(t){return t===45?(e.consume(t),ie):O(t)}function A(t){return t===47?(e.consume(t),o=``,j):O(t)}function j(t){if(t===62){let n=o.toLowerCase();return Wr.includes(n)?(e.consume(t),ae):O(t)}return K(t)&&o.length<8?(e.consume(t),o+=String.fromCharCode(t),j):O(t)}function re(t){return t===93?(e.consume(t),ie):O(t)}function ie(t){return t===62?(e.consume(t),ae):t===45&&i===2?(e.consume(t),ie):O(t)}function ae(t){return t===null||J(t)?(e.exit(`htmlFlowData`),oe(t)):(e.consume(t),ae)}function oe(n){return e.exit(`htmlFlow`),t(n)}}function Xr(e,t,n){let r=this;return i;function i(t){return J(t)?(e.enter(`lineEnding`),e.consume(t),e.exit(`lineEnding`),a):n(t)}function a(e){return r.parser.lazy[r.now().line]?n(e):t(e)}}function Zr(e,t,n){return r;function r(r){return e.enter(`lineEnding`),e.consume(r),e.exit(`lineEnding`),e.attempt($n,t,n)}}var Qr={name:`htmlText`,tokenize:$r};function $r(e,t,n){let r=this,i,a,o;return s;function s(t){return e.enter(`htmlText`),e.enter(`htmlTextData`),e.consume(t),c}function c(t){return t===33?(e.consume(t),l):t===47?(e.consume(t),x):t===63?(e.consume(t),y):K(t)?(e.consume(t),w):n(t)}function l(t){return t===45?(e.consume(t),u):t===91?(e.consume(t),a=0,m):K(t)?(e.consume(t),v):n(t)}function u(t){return t===45?(e.consume(t),p):n(t)}function d(t){return t===null?n(t):t===45?(e.consume(t),f):J(t)?(o=d,A(t)):(e.consume(t),d)}function f(t){return t===45?(e.consume(t),p):d(t)}function p(e){return e===62?k(e):e===45?f(e):d(e)}function m(t){return t===`CDATA[`.charCodeAt(a++)?(e.consume(t),a===6?h:m):n(t)}function h(t){return t===null?n(t):t===93?(e.consume(t),g):J(t)?(o=h,A(t)):(e.consume(t),h)}function g(t){return t===93?(e.consume(t),_):h(t)}function _(t){return t===62?k(t):t===93?(e.consume(t),_):h(t)}function v(t){return t===null||t===62?k(t):J(t)?(o=v,A(t)):(e.consume(t),v)}function y(t){return t===null?n(t):t===63?(e.consume(t),b):J(t)?(o=y,A(t)):(e.consume(t),y)}function b(e){return e===62?k(e):y(e)}function x(t){return K(t)?(e.consume(t),S):n(t)}function S(t){return t===45||q(t)?(e.consume(t),S):C(t)}function C(t){return J(t)?(o=C,A(t)):X(t)?(e.consume(t),C):k(t)}function w(t){return t===45||q(t)?(e.consume(t),w):t===47||t===62||Y(t)?T(t):n(t)}function T(t){return t===47?(e.consume(t),k):t===58||t===95||K(t)?(e.consume(t),E):J(t)?(o=T,A(t)):X(t)?(e.consume(t),T):k(t)}function E(t){return t===45||t===46||t===58||t===95||q(t)?(e.consume(t),E):D(t)}function D(t){return t===61?(e.consume(t),O):J(t)?(o=D,A(t)):X(t)?(e.consume(t),D):T(t)}function O(t){return t===null||t===60||t===61||t===62||t===96?n(t):t===34||t===39?(e.consume(t),i=t,ee):J(t)?(o=O,A(t)):X(t)?(e.consume(t),O):(e.consume(t),te)}function ee(t){return t===i?(e.consume(t),i=void 0,ne):t===null?n(t):J(t)?(o=ee,A(t)):(e.consume(t),ee)}function te(t){return t===null||t===34||t===39||t===60||t===61||t===96?n(t):t===47||t===62||Y(t)?T(t):(e.consume(t),te)}function ne(e){return e===47||e===62||Y(e)?T(e):n(e)}function k(r){return r===62?(e.consume(r),e.exit(`htmlTextData`),e.exit(`htmlText`),t):n(r)}function A(t){return e.exit(`htmlTextData`),e.enter(`lineEnding`),e.consume(t),e.exit(`lineEnding`),j}function j(t){return X(t)?Z(e,re,`linePrefix`,r.parser.constructs.disable.null.includes(`codeIndented`)?void 0:4)(t):re(t)}function re(t){return e.enter(`htmlTextData`),o(t)}}var ei={name:`labelEnd`,resolveAll:ii,resolveTo:ai,tokenize:oi},ti={tokenize:si},ni={tokenize:ci},ri={tokenize:li};function ii(e){let t=-1,n=[];for(;++t<e.length;){let r=e[t][1];if(n.push(e[t]),r.type===`labelImage`||r.type===`labelLink`||r.type===`labelEnd`){let e=r.type===`labelImage`?4:2;r.type=`data`,t+=e}}return e.length!==n.length&&G(e,0,e.length,n),e}function ai(e,t){let n=e.length,r=0,i,a,o,s;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(o){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`&&(o=n);let c={type:e[a][1].type===`labelLink`?`link`:`image`,start:{...e[a][1].start},end:{...e[e.length-1][1].end}},l={type:`label`,start:{...e[a][1].start},end:{...e[o][1].end}},u={type:`labelText`,start:{...e[a+r+2][1].end},end:{...e[o-2][1].start}};return s=[[`enter`,c,t],[`enter`,l,t]],s=Cn(s,e.slice(a+1,a+r+3)),s=Cn(s,[[`enter`,u,t]]),s=Cn(s,Kn(t.parser.constructs.insideSpan.null,e.slice(a+r+4,o-3),t)),s=Cn(s,[[`exit`,u,t],e[o-2],e[o-1],[`exit`,l,t]]),s=Cn(s,e.slice(o+1)),s=Cn(s,[[`exit`,c,t]]),G(e,a,e.length,s),e}function oi(e,t,n){let r=this,i=r.events.length,a,o;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 s;function s(t){return a?a._inactive?d(t):(o=r.parser.defined.includes(kn(r.sliceSerialize({start:a.end,end:r.now()}))),e.enter(`labelEnd`),e.enter(`labelMarker`),e.consume(t),e.exit(`labelMarker`),e.exit(`labelEnd`),c):n(t)}function c(t){return t===40?e.attempt(ti,u,o?u:d)(t):t===91?e.attempt(ni,u,o?l:d)(t):o?u(t):d(t)}function l(t){return e.attempt(ri,u,d)(t)}function u(e){return t(e)}function d(e){return a._balanced=!0,n(e)}}function si(e,t,n){return r;function r(t){return e.enter(`resource`),e.enter(`resourceMarker`),e.consume(t),e.exit(`resourceMarker`),i}function i(t){return Y(t)?Nr(e,a)(t):a(t)}function a(t){return t===41?u(t):Ar(e,o,s,`resourceDestination`,`resourceDestinationLiteral`,`resourceDestinationLiteralMarker`,`resourceDestinationRaw`,`resourceDestinationString`,32)(t)}function o(t){return Y(t)?Nr(e,c)(t):u(t)}function s(e){return n(e)}function c(t){return t===34||t===39||t===40?Mr(e,l,n,`resourceTitle`,`resourceTitleMarker`,`resourceTitleString`)(t):u(t)}function l(t){return Y(t)?Nr(e,u)(t):u(t)}function u(r){return r===41?(e.enter(`resourceMarker`),e.consume(r),e.exit(`resourceMarker`),e.exit(`resource`),t):n(r)}}function ci(e,t,n){let r=this;return i;function i(t){return jr.call(r,e,a,o,`reference`,`referenceMarker`,`referenceString`)(t)}function a(e){return r.parser.defined.includes(kn(r.sliceSerialize(r.events[r.events.length-1][1]).slice(1,-1)))?t(e):n(e)}function o(e){return n(e)}}function li(e,t,n){return r;function r(t){return e.enter(`reference`),e.enter(`referenceMarker`),e.consume(t),e.exit(`referenceMarker`),i}function i(r){return r===93?(e.enter(`referenceMarker`),e.consume(r),e.exit(`referenceMarker`),e.exit(`reference`),t):n(r)}}var ui={name:`labelStartImage`,resolveAll:ei.resolveAll,tokenize:di};function di(e,t,n){let r=this;return i;function i(t){return e.enter(`labelImage`),e.enter(`labelImageMarker`),e.consume(t),e.exit(`labelImageMarker`),a}function a(t){return t===91?(e.enter(`labelMarker`),e.consume(t),e.exit(`labelMarker`),e.exit(`labelImage`),o):n(t)}function o(e){return e===94&&`_hiddenFootnoteSupport`in r.parser.constructs?n(e):t(e)}}var fi={name:`labelStartLink`,resolveAll:ei.resolveAll,tokenize:pi};function pi(e,t,n){let r=this;return i;function i(t){return e.enter(`labelLink`),e.enter(`labelMarker`),e.consume(t),e.exit(`labelMarker`),e.exit(`labelLink`),a}function a(e){return e===94&&`_hiddenFootnoteSupport`in r.parser.constructs?n(e):t(e)}}var mi={name:`lineEnding`,tokenize:hi};function hi(e,t){return n;function n(n){return e.enter(`lineEnding`),e.consume(n),e.exit(`lineEnding`),Z(e,t,`linePrefix`)}}var gi={name:`thematicBreak`,tokenize:_i};function _i(e,t,n){let r=0,i;return a;function a(t){return e.enter(`thematicBreak`),o(t)}function o(e){return i=e,s(e)}function s(a){return a===i?(e.enter(`thematicBreakSequence`),c(a)):r>=3&&(a===null||J(a))?(e.exit(`thematicBreak`),t(a)):n(a)}function c(t){return t===i?(e.consume(t),r++,c):(e.exit(`thematicBreakSequence`),X(t)?Z(e,s,`whitespace`)(t):s(t))}}var Q={continuation:{tokenize:xi},exit:Ci,name:`list`,tokenize:bi},vi={partial:!0,tokenize:wi},yi={partial:!0,tokenize:Si};function bi(e,t,n){let r=this,i=r.events[r.events.length-1],a=i&&i[1].type===`linePrefix`?i[2].sliceSerialize(i[1],!0).length:0,o=0;return s;function s(t){let i=r.containerState.type||(t===42||t===43||t===45?`listUnordered`:`listOrdered`);if(i===`listUnordered`?!r.containerState.marker||t===r.containerState.marker:Mn(t)){if(r.containerState.type||(r.containerState.type=i,e.enter(i,{_container:!0})),i===`listUnordered`)return e.enter(`listItemPrefix`),t===42||t===45?e.check(gi,n,l)(t):l(t);if(!r.interrupt||t===49)return e.enter(`listItemPrefix`),e.enter(`listItemValue`),c(t)}return n(t)}function c(t){return Mn(t)&&++o<10?(e.consume(t),c):(!r.interrupt||o<2)&&(r.containerState.marker?t===r.containerState.marker:t===41||t===46)?(e.exit(`listItemValue`),l(t)):n(t)}function l(t){return e.enter(`listItemMarker`),e.consume(t),e.exit(`listItemMarker`),r.containerState.marker=r.containerState.marker||t,e.check($n,r.interrupt?n:u,e.attempt(vi,f,d))}function u(e){return r.containerState.initialBlankLine=!0,a++,f(e)}function d(t){return X(t)?(e.enter(`listItemPrefixWhitespace`),e.consume(t),e.exit(`listItemPrefixWhitespace`),f):n(t)}function f(n){return r.containerState.size=a+r.sliceSerialize(e.exit(`listItemPrefix`),!0).length,t(n)}}function xi(e,t,n){let r=this;return r.containerState._closeFlow=void 0,e.check($n,i,a);function i(n){return r.containerState.furtherBlankLines=r.containerState.furtherBlankLines||r.containerState.initialBlankLine,Z(e,t,`listItemIndent`,r.containerState.size+1)(n)}function a(n){return r.containerState.furtherBlankLines||!X(n)?(r.containerState.furtherBlankLines=void 0,r.containerState.initialBlankLine=void 0,o(n)):(r.containerState.furtherBlankLines=void 0,r.containerState.initialBlankLine=void 0,e.attempt(yi,t,o)(n))}function o(i){return r.containerState._closeFlow=!0,r.interrupt=void 0,Z(e,e.attempt(Q,t,n),`linePrefix`,r.parser.constructs.disable.null.includes(`codeIndented`)?void 0:4)(i)}}function Si(e,t,n){let r=this;return Z(e,i,`listItemIndent`,r.containerState.size+1);function i(e){let i=r.events[r.events.length-1];return i&&i[1].type===`listItemIndent`&&i[2].sliceSerialize(i[1],!0).length===r.containerState.size?t(e):n(e)}}function Ci(e){e.exit(this.containerState.type)}function wi(e,t,n){let r=this;return Z(e,i,`listItemPrefixWhitespace`,r.parser.constructs.disable.null.includes(`codeIndented`)?void 0:5);function i(e){let i=r.events[r.events.length-1];return!X(e)&&i&&i[1].type===`listItemPrefixWhitespace`?t(e):n(e)}}var Ti={name:`setextUnderline`,resolveTo:Ei,tokenize:Di};function Ei(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);let o={type:`setextHeading`,start:{...e[r][1].start},end:{...e[e.length-1][1].end}};return e[i][1].type=`setextHeadingText`,a?(e.splice(i,0,[`enter`,o,t]),e.splice(a+1,0,[`exit`,e[r][1],t]),e[r][1].end={...e[a][1].end}):e[r][1]=o,e.push([`exit`,o,t]),e}function Di(e,t,n){let r=this,i;return a;function a(t){let a=r.events.length,s;for(;a--;)if(r.events[a][1].type!==`lineEnding`&&r.events[a][1].type!==`linePrefix`&&r.events[a][1].type!==`content`){s=r.events[a][1].type===`paragraph`;break}return!r.parser.lazy[r.now().line]&&(r.interrupt||s)?(e.enter(`setextHeadingLine`),i=t,o(t)):n(t)}function o(t){return e.enter(`setextHeadingLineSequence`),s(t)}function s(t){return t===i?(e.consume(t),s):(e.exit(`setextHeadingLineSequence`),X(t)?Z(e,c,`lineSuffix`)(t):c(t))}function c(r){return r===null||J(r)?(e.exit(`setextHeadingLine`),t(r)):n(r)}}var Oi={tokenize:ki};function ki(e){let t=this,n=e.attempt($n,r,e.attempt(this.parser.constructs.flowInitial,i,Z(e,e.attempt(this.parser.constructs.flow,i,e.attempt(Tr,i)),`linePrefix`)));return n;function r(r){if(r===null){e.consume(r);return}return e.enter(`lineEndingBlank`),e.consume(r),e.exit(`lineEndingBlank`),t.currentConstruct=void 0,n}function i(r){if(r===null){e.consume(r);return}return e.enter(`lineEnding`),e.consume(r),e.exit(`lineEnding`),t.currentConstruct=void 0,n}}var Ai={resolveAll:Pi()},ji=Ni(`string`),Mi=Ni(`text`);function Ni(e){return{resolveAll:Pi(e===`text`?Fi:void 0),tokenize:t};function t(t){let n=this,r=this.parser.constructs[e],i=t.attempt(r,a,o);return a;function a(e){return c(e)?i(e):o(e)}function o(e){if(e===null){t.consume(e);return}return t.enter(`data`),t.consume(e),s}function s(e){return c(e)?(t.exit(`data`),i(e)):(t.consume(e),s)}function c(e){if(e===null)return!0;let t=r[e],i=-1;if(t)for(;++i<t.length;){let e=t[i];if(!e.previous||e.previous.call(n,n.previous))return!0}return!1}}}function Pi(e){return t;function t(t,n){let r=-1,i;for(;++r<=t.length;)i===void 0?t[r]&&t[r][1].type===`data`&&(i=r,r++):(!t[r]||t[r][1].type!==`data`)&&(r!==i+2&&(t[i][1].end=t[r-1][1].end,t.splice(i+2,r-i-2),r=i+2),i=void 0);return e?e(t,n):t}}function Fi(e,t){let n=0;for(;++n<=e.length;)if((n===e.length||e[n][1].type===`lineEnding`)&&e[n-1][1].type===`data`){let r=e[n-1][1],i=t.sliceStream(r),a=i.length,o=-1,s=0,c;for(;a--;){let e=i[a];if(typeof e==`string`){for(o=e.length;e.charCodeAt(o-1)===32;)s++,o--;if(o)break;o=-1}else if(e===-2)c=!0,s++;else if(e!==-1){a++;break}}if(t._contentTypeTextTrailing&&n===e.length&&(s=0),s){let i={type:n===e.length||c||s<2?`lineSuffix`:`hardBreakTrailing`,start:{_bufferIndex:a?o:r.start._bufferIndex+o,_index:r.start._index+a,line:r.end.line,column:r.end.column-s,offset:r.end.offset-s},end:{...r.end}};r.end={...i.start},r.start.offset===r.end.offset?Object.assign(r,i):(e.splice(n,0,[`enter`,i,t],[`exit`,i,t]),n+=2)}n++}return e}var Ii=t({attentionMarkers:()=>Wi,contentInitial:()=>Ri,disable:()=>Gi,document:()=>Li,flow:()=>Bi,flowInitial:()=>zi,insideSpan:()=>Ui,string:()=>Vi,text:()=>Hi}),Li={42:Q,43:Q,45:Q,48:Q,49:Q,50:Q,51:Q,52:Q,53:Q,54:Q,55:Q,56:Q,57:Q,62:tr},Ri={91:Pr},zi={[-2]:pr,[-1]:pr,32:pr},Bi={35:Br,42:gi,45:[Ti,gi],60:Gr,61:Ti,95:gi,96:ur,126:ur},Vi={38:sr,92:ar},Hi={[-5]:mi,[-4]:mi,[-3]:mi,33:ui,38:sr,42:qn,60:[Zn,Qr],91:fi,92:[Rr,ar],93:ei,95:qn,96:_r},Ui={null:[qn,Ai]},Wi={null:[42,95]},Gi={null:[]};function Ki(e,t,n){let r={_bufferIndex:-1,_index:0,line:n&&n.line||1,column:n&&n.column||1,offset:n&&n.offset||0},i={},a=[],o=[],s=[],c={attempt:C(x),check:C(S),consume:v,enter:y,exit:b,interrupt:C(S,{interrupt:!0})},l={code:null,containerState:{},defineSkip:h,events:[],now:m,parser:e,previous:null,sliceSerialize:f,sliceStream:p,write:d},u=t.tokenize.call(l,c);return t.resolveAll&&a.push(t),l;function d(e){return o=Cn(o,e),g(),o[o.length-1]===null?(w(t,0),l.events=Kn(a,l.events,l),l.events):[]}function f(e,t){return Ji(p(e),t)}function p(e){return qi(o,e)}function m(){let{_bufferIndex:e,_index:t,line:n,column:i,offset:a}=r;return{_bufferIndex:e,_index:t,line:n,column:i,offset:a}}function h(e){i[e.line]=e.column,E()}function g(){let e;for(;r._index<o.length;){let t=o[r._index];if(typeof t==`string`)for(e=r._index,r._bufferIndex<0&&(r._bufferIndex=0);r._index===e&&r._bufferIndex<t.length;)_(t.charCodeAt(r._bufferIndex));else _(t)}}function _(e){u=u(e)}function v(e){J(e)?(r.line++,r.column=1,r.offset+=e===-3?2:1,E()):e!==-1&&(r.column++,r.offset++),r._bufferIndex<0?r._index++:(r._bufferIndex++,r._bufferIndex===o[r._index].length&&(r._bufferIndex=-1,r._index++)),l.previous=e}function y(e,t){let n=t||{};return n.type=e,n.start=m(),l.events.push([`enter`,n,l]),s.push(n),n}function b(e){let t=s.pop();return t.end=m(),l.events.push([`exit`,t,l]),t}function x(e,t){w(e,t.from)}function S(e,t){t.restore()}function C(e,t){return n;function n(n,r,i){let a,o,s,u;return Array.isArray(n)?f(n):`tokenize`in n?f([n]):d(n);function d(e){return t;function t(t){let n=t!==null&&e[t],r=t!==null&&e.null;return f([...Array.isArray(n)?n:n?[n]:[],...Array.isArray(r)?r:r?[r]:[]])(t)}}function f(e){return a=e,o=0,e.length===0?i:p(e[o])}function p(e){return n;function n(n){return u=T(),s=e,e.partial||(l.currentConstruct=e),e.name&&l.parser.constructs.disable.null.includes(e.name)?h(n):e.tokenize.call(t?Object.assign(Object.create(l),t):l,c,m,h)(n)}}function m(t){return e(s,u),r}function h(e){return u.restore(),++o<a.length?p(a[o]):i}}}function w(e,t){e.resolveAll&&!a.includes(e)&&a.push(e),e.resolve&&G(l.events,t,l.events.length-t,e.resolve(l.events.slice(t),l)),e.resolveTo&&(l.events=e.resolveTo(l.events,l))}function T(){let e=m(),t=l.previous,n=l.currentConstruct,i=l.events.length,a=Array.from(s);return{from:i,restore:o};function o(){r=e,l.previous=t,l.currentConstruct=n,l.events.length=i,s=a,E()}}function E(){r.line in i&&r.column<2&&(r.column=i[r.line],r.offset+=i[r.line]-1)}}function qi(e,t){let n=t.start._index,r=t.start._bufferIndex,i=t.end._index,a=t.end._bufferIndex,o;if(n===i)o=[e[n].slice(r,a)];else{if(o=e.slice(n,i),r>-1){let e=o[0];typeof e==`string`?o[0]=e.slice(r):o.shift()}a>0&&o.push(e[i].slice(0,a))}return o}function Ji(e,t){let n=-1,r=[],i;for(;++n<e.length;){let a=e[n],o;if(typeof a==`string`)o=a;else switch(a){case-5:o=`\r`;break;case-4:o=`
|
|
6
|
+
`;break;case-3:o=`\r
|
|
7
|
+
`;break;case-2:o=t?` `:` `;break;case-1:if(!t&&i)continue;o=` `;break;default:o=String.fromCharCode(a)}i=a===-2,r.push(o)}return r.join(``)}function Yi(e){let t={constructs:Tn([Ii,...(e||{}).extensions||[]]),content:n(zn),defined:[],document:n(Vn),flow:n(Oi),lazy:{},string:n(ji),text:n(Mi)};return t;function n(e){return n;function n(n){return Ki(t,e,n)}}}function Xi(e){for(;!Cr(e););return e}var Zi=/[\0\t\n\r]/g;function Qi(){let e=1,t=``,n=!0,r;return i;function i(i,a,o){let s=[],c,l,u,d,f;for(i=t+(typeof i==`string`?i.toString():new TextDecoder(a||void 0).decode(i)),u=0,t=``,n&&=(i.charCodeAt(0)===65279&&u++,void 0);u<i.length;){if(Zi.lastIndex=u,c=Zi.exec(i),d=c&&c.index!==void 0?c.index:i.length,f=i.charCodeAt(d),!c){t=i.slice(u);break}if(f===10&&u===d&&r)s.push(-3),r=void 0;else switch(r&&=(s.push(-5),void 0),u<d&&(s.push(i.slice(u,d)),e+=d-u),f){case 0:s.push(65533),e++;break;case 9:for(l=Math.ceil(e/4)*4,s.push(-2);e++<l;)s.push(-1);break;case 10:s.push(-4),e=1;break;default:r=!0,e=1}u=d+1}return o&&(r&&s.push(-5),t&&s.push(t),s.push(null)),s}}var $i=/\\([!-/:-@[-`{-~])|&(#(?:\d{1,7}|x[\da-f]{1,6})|[\da-z]{1,31});/gi;function ea(e){return e.replace($i,ta)}function ta(e,t,n){if(t)return t;if(n.charCodeAt(0)===35){let e=n.charCodeAt(1),t=e===120||e===88;return On(n.slice(t?2:1),t?16:10)}return Sn(n)||e}var na={}.hasOwnProperty;function ra(e,t,n){return t&&typeof t==`object`&&(n=t,t=void 0),ia(n)(Xi(Yi(n).document().write(Qi()(e,t,!0))))}function ia(e){let t={transforms:[],canContainEols:[`emphasis`,`fragment`,`heading`,`paragraph`,`strong`],enter:{autolink:a(Se),autolinkProtocol:T,autolinkEmail:T,atxHeading:a(ve),blockQuote:a(M),characterEscape:T,characterReference:T,codeFenced:a(me),codeFencedFenceInfo:o,codeFencedFenceMeta:o,codeIndented:a(me,o),codeText:a(he,o),codeTextData:T,data:T,codeFlowValue:T,definition:a(ge),definitionDestinationString:o,definitionLabelString:o,definitionTitleString:o,emphasis:a(_e),hardBreakEscape:a(ye),hardBreakTrailing:a(ye),htmlFlow:a(be,o),htmlFlowData:T,htmlText:a(be,o),htmlTextData:T,image:a(xe),label:o,link:a(Se),listItem:a(we),listItemValue:f,listOrdered:a(Ce,d),listUnordered:a(Ce),paragraph:a(Te),reference:se,referenceString:o,resourceDestinationString:o,resourceTitleString:o,setextHeading:a(ve),strong:a(Ee),thematicBreak:a(Oe)},exit:{atxHeading:c(),atxHeadingSequence:x,autolink:c(),autolinkEmail:pe,autolinkProtocol:fe,blockQuote:c(),characterEscapeValue:E,characterReferenceMarkerHexadecimal:le,characterReferenceMarkerNumeric:le,characterReferenceValue:ue,characterReference:de,codeFenced:c(g),codeFencedFence:h,codeFencedFenceInfo:p,codeFencedFenceMeta:m,codeFlowValue:E,codeIndented:c(_),codeText:c(ne),codeTextData:E,data:E,definition:c(),definitionDestinationString:b,definitionLabelString:v,definitionTitleString:y,emphasis:c(),hardBreakEscape:c(O),hardBreakTrailing:c(O),htmlFlow:c(ee),htmlFlowData:E,htmlText:c(te),htmlTextData:E,image:c(A),label:re,labelText:j,lineEnding:D,link:c(k),listItem:c(),listOrdered:c(),listUnordered:c(),paragraph:c(),referenceString:ce,resourceDestinationString:ie,resourceTitleString:ae,resource:oe,setextHeading:c(w),setextHeadingLineSequence:C,setextHeadingText:S,strong:c(),thematicBreak:c()}};oa(t,(e||{}).mdastExtensions||[]);let n={};return r;function r(e){let r={type:`root`,children:[]},a={stack:[r],tokenStack:[],config:t,enter:s,exit:l,buffer:o,resume:u,data:n},c=[],d=-1;for(;++d<e.length;)(e[d][1].type===`listOrdered`||e[d][1].type===`listUnordered`)&&(e[d][0]===`enter`?c.push(d):d=i(e,c.pop(),d));for(d=-1;++d<e.length;){let n=t[e[d][0]];na.call(n,e[d][1].type)&&n[e[d][1].type].call(Object.assign({sliceSerialize:e[d][2].sliceSerialize},a),e[d][1])}if(a.tokenStack.length>0){let e=a.tokenStack[a.tokenStack.length-1];(e[1]||ca).call(a,void 0,e[0])}for(r.position={start:aa(e.length>0?e[0][1].start:{line:1,column:1,offset:0}),end:aa(e.length>0?e[e.length-2][1].end:{line:1,column:1,offset:0})},d=-1;++d<t.transforms.length;)r=t.transforms[d](r)||r;return r}function i(e,t,n){let r=t-1,i=-1,a=!1,o,s,c,l;for(;++r<=n;){let t=e[r];switch(t[1].type){case`listUnordered`:case`listOrdered`:case`blockQuote`:t[0]===`enter`?i++:i--,l=void 0;break;case`lineEndingBlank`:t[0]===`enter`&&(o&&!l&&!i&&!c&&(c=r),l=void 0);break;case`linePrefix`:case`listItemValue`:case`listItemMarker`:case`listItemPrefix`:case`listItemPrefixWhitespace`:break;default:l=void 0}if(!i&&t[0]===`enter`&&t[1].type===`listItemPrefix`||i===-1&&t[0]===`exit`&&(t[1].type===`listUnordered`||t[1].type===`listOrdered`)){if(o){let i=r;for(s=void 0;i--;){let t=e[i];if(t[1].type===`lineEnding`||t[1].type===`lineEndingBlank`){if(t[0]===`exit`)continue;s&&(e[s][1].type=`lineEndingBlank`,a=!0),t[1].type=`lineEnding`,s=i}else if(!(t[1].type===`linePrefix`||t[1].type===`blockQuotePrefix`||t[1].type===`blockQuotePrefixWhitespace`||t[1].type===`blockQuoteMarker`||t[1].type===`listItemIndent`))break}c&&(!s||c<s)&&(o._spread=!0),o.end=Object.assign({},s?e[s][1].start:t[1].end),e.splice(s||r,0,[`exit`,o,t[2]]),r++,n++}if(t[1].type===`listItemPrefix`){let i={type:`listItem`,_spread:!1,start:Object.assign({},t[1].start),end:void 0};o=i,e.splice(r,0,[`enter`,i,t[2]]),r++,n++,c=void 0,l=!0}}}return e[t][1]._spread=a,n}function a(e,t){return n;function n(n){s.call(this,e(n),n),t&&t.call(this,n)}}function o(){this.stack.push({type:`fragment`,children:[]})}function s(e,t,n){this.stack[this.stack.length-1].children.push(e),this.stack.push(e),this.tokenStack.push([t,n||void 0]),e.position={start:aa(t.start),end:void 0}}function c(e){return t;function t(t){e&&e.call(this,t),l.call(this,t)}}function l(e,t){let n=this.stack.pop(),r=this.tokenStack.pop();if(r)r[0].type!==e.type&&(t?t.call(this,e,r[0]):(r[1]||ca).call(this,e,r[0]));else throw Error("Cannot close `"+e.type+"` ("+Ft({start:e.start,end:e.end})+`): it’s not open`);n.position.end=aa(e.end)}function u(){return _n(this.stack.pop())}function d(){this.data.expectingFirstListItemValue=!0}function f(e){if(this.data.expectingFirstListItemValue){let t=this.stack[this.stack.length-2];t.start=Number.parseInt(this.sliceSerialize(e),10),this.data.expectingFirstListItemValue=void 0}}function p(){let e=this.resume(),t=this.stack[this.stack.length-1];t.lang=e}function m(){let e=this.resume(),t=this.stack[this.stack.length-1];t.meta=e}function h(){this.data.flowCodeInside||(this.buffer(),this.data.flowCodeInside=!0)}function g(){let e=this.resume(),t=this.stack[this.stack.length-1];t.value=e.replace(/^(\r?\n|\r)|(\r?\n|\r)$/g,``),this.data.flowCodeInside=void 0}function _(){let e=this.resume(),t=this.stack[this.stack.length-1];t.value=e.replace(/(\r?\n|\r)$/g,``)}function v(e){let t=this.resume(),n=this.stack[this.stack.length-1];n.label=t,n.identifier=kn(this.sliceSerialize(e)).toLowerCase()}function y(){let e=this.resume(),t=this.stack[this.stack.length-1];t.title=e}function b(){let e=this.resume(),t=this.stack[this.stack.length-1];t.url=e}function x(e){let t=this.stack[this.stack.length-1];t.depth||=this.sliceSerialize(e).length}function S(){this.data.setextHeadingSlurpLineEnding=!0}function C(e){let t=this.stack[this.stack.length-1];t.depth=this.sliceSerialize(e).codePointAt(0)===61?1:2}function w(){this.data.setextHeadingSlurpLineEnding=void 0}function T(e){let t=this.stack[this.stack.length-1].children,n=t[t.length-1];(!n||n.type!==`text`)&&(n=De(),n.position={start:aa(e.start),end:void 0},t.push(n)),this.stack.push(n)}function E(e){let t=this.stack.pop();t.value+=this.sliceSerialize(e),t.position.end=aa(e.end)}function D(e){let n=this.stack[this.stack.length-1];if(this.data.atHardBreak){let t=n.children[n.children.length-1];t.position.end=aa(e.end),this.data.atHardBreak=void 0;return}!this.data.setextHeadingSlurpLineEnding&&t.canContainEols.includes(n.type)&&(T.call(this,e),E.call(this,e))}function O(){this.data.atHardBreak=!0}function ee(){let e=this.resume(),t=this.stack[this.stack.length-1];t.value=e}function te(){let e=this.resume(),t=this.stack[this.stack.length-1];t.value=e}function ne(){let e=this.resume(),t=this.stack[this.stack.length-1];t.value=e}function k(){let e=this.stack[this.stack.length-1];if(this.data.inReference){let t=this.data.referenceType||`shortcut`;e.type+=`Reference`,e.referenceType=t,delete e.url,delete e.title}else delete e.identifier,delete e.label;this.data.referenceType=void 0}function A(){let e=this.stack[this.stack.length-1];if(this.data.inReference){let t=this.data.referenceType||`shortcut`;e.type+=`Reference`,e.referenceType=t,delete e.url,delete e.title}else delete e.identifier,delete e.label;this.data.referenceType=void 0}function j(e){let t=this.sliceSerialize(e),n=this.stack[this.stack.length-2];n.label=ea(t),n.identifier=kn(t).toLowerCase()}function re(){let e=this.stack[this.stack.length-1],t=this.resume(),n=this.stack[this.stack.length-1];this.data.inReference=!0,n.type===`link`?n.children=e.children:n.alt=t}function ie(){let e=this.resume(),t=this.stack[this.stack.length-1];t.url=e}function ae(){let e=this.resume(),t=this.stack[this.stack.length-1];t.title=e}function oe(){this.data.inReference=void 0}function se(){this.data.referenceType=`collapsed`}function ce(e){let t=this.resume(),n=this.stack[this.stack.length-1];n.label=t,n.identifier=kn(this.sliceSerialize(e)).toLowerCase(),this.data.referenceType=`full`}function le(e){this.data.characterReferenceType=e.type}function ue(e){let t=this.sliceSerialize(e),n=this.data.characterReferenceType,r;n?(r=On(t,n===`characterReferenceMarkerNumeric`?10:16),this.data.characterReferenceType=void 0):r=Sn(t);let i=this.stack[this.stack.length-1];i.value+=r}function de(e){let t=this.stack.pop();t.position.end=aa(e.end)}function fe(e){E.call(this,e);let t=this.stack[this.stack.length-1];t.url=this.sliceSerialize(e)}function pe(e){E.call(this,e);let t=this.stack[this.stack.length-1];t.url=`mailto:`+this.sliceSerialize(e)}function M(){return{type:`blockquote`,children:[]}}function me(){return{type:`code`,lang:null,meta:null,value:``}}function he(){return{type:`inlineCode`,value:``}}function ge(){return{type:`definition`,identifier:``,label:null,title:null,url:``}}function _e(){return{type:`emphasis`,children:[]}}function ve(){return{type:`heading`,depth:0,children:[]}}function ye(){return{type:`break`}}function be(){return{type:`html`,value:``}}function xe(){return{type:`image`,title:null,url:``,alt:null}}function Se(){return{type:`link`,title:null,url:``,children:[]}}function Ce(e){return{type:`list`,ordered:e.type===`listOrdered`,start:null,spread:e._spread,children:[]}}function we(e){return{type:`listItem`,spread:e._spread,checked:null,children:[]}}function Te(){return{type:`paragraph`,children:[]}}function Ee(){return{type:`strong`,children:[]}}function De(){return{type:`text`,value:``}}function Oe(){return{type:`thematicBreak`}}}function aa(e){return{line:e.line,column:e.column,offset:e.offset}}function oa(e,t){let n=-1;for(;++n<t.length;){let r=t[n];Array.isArray(r)?oa(e,r):sa(e,r)}}function sa(e,t){let n;for(n in t)if(na.call(t,n))switch(n){case`canContainEols`:{let r=t[n];r&&e[n].push(...r);break}case`transforms`:{let r=t[n];r&&e[n].push(...r);break}case`enter`:case`exit`:{let r=t[n];r&&Object.assign(e[n],r);break}}}function ca(e,t){throw Error(e?"Cannot close `"+e.type+"` ("+Ft({start:e.start,end:e.end})+"): a different token (`"+t.type+"`, "+Ft({start:t.start,end:t.end})+`) is open`:"Cannot close document, a token (`"+t.type+"`, "+Ft({start:t.start,end:t.end})+`) is still open`)}function la(e){let t=this;t.parser=n;function n(n){return ra(n,{...t.data(`settings`),...e,extensions:t.data(`micromarkExtensions`)||[],mdastExtensions:t.data(`fromMarkdownExtensions`)||[]})}}function ua(e,t){let n={type:`element`,tagName:`blockquote`,properties:{},children:e.wrap(e.all(t),!0)};return e.patch(t,n),e.applyData(t,n)}function da(e,t){let n={type:`element`,tagName:`br`,properties:{},children:[]};return e.patch(t,n),[e.applyData(t,n),{type:`text`,value:`
|
|
8
|
+
`}]}function fa(e,t){let n=t.value?t.value+`
|
|
9
|
+
`:``,r={},i=t.lang?t.lang.split(/\s+/):[];i.length>0&&(r.className=[`language-`+i[0]]);let a={type:`element`,tagName:`code`,properties:r,children:[{type:`text`,value:n}]};return t.meta&&(a.data={meta:t.meta}),e.patch(t,a),a=e.applyData(t,a),a={type:`element`,tagName:`pre`,properties:{},children:[a]},e.patch(t,a),a}function pa(e,t){let n={type:`element`,tagName:`del`,properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}function ma(e,t){let n={type:`element`,tagName:`em`,properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}function ha(e,t){let n=typeof e.options.clobberPrefix==`string`?e.options.clobberPrefix:`user-content-`,r=String(t.identifier).toUpperCase(),i=Rn(r.toLowerCase()),a=e.footnoteOrder.indexOf(r),o,s=e.footnoteCounts.get(r);s===void 0?(s=0,e.footnoteOrder.push(r),o=e.footnoteOrder.length):o=a+1,s+=1,e.footnoteCounts.set(r,s);let c={type:`element`,tagName:`a`,properties:{href:`#`+n+`fn-`+i,id:n+`fnref-`+i+(s>1?`-`+s:``),dataFootnoteRef:!0,ariaDescribedBy:[`footnote-label`]},children:[{type:`text`,value:String(o)}]};e.patch(t,c);let l={type:`element`,tagName:`sup`,properties:{},children:[c]};return e.patch(t,l),e.applyData(t,l)}function ga(e,t){let n={type:`element`,tagName:`h`+t.depth,properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}function _a(e,t){if(e.options.allowDangerousHtml){let n={type:`raw`,value:t.value};return e.patch(t,n),e.applyData(t,n)}}function va(e,t){let n=t.referenceType,r=`]`;if(n===`collapsed`?r+=`[]`:n===`full`&&(r+=`[`+(t.label||t.identifier)+`]`),t.type===`imageReference`)return[{type:`text`,value:`![`+t.alt+r}];let i=e.all(t),a=i[0];a&&a.type===`text`?a.value=`[`+a.value:i.unshift({type:`text`,value:`[`});let o=i[i.length-1];return o&&o.type===`text`?o.value+=r:i.push({type:`text`,value:r}),i}function ya(e,t){let n=String(t.identifier).toUpperCase(),r=e.definitionById.get(n);if(!r)return va(e,t);let i={src:Rn(r.url||``),alt:t.alt};r.title!==null&&r.title!==void 0&&(i.title=r.title);let a={type:`element`,tagName:`img`,properties:i,children:[]};return e.patch(t,a),e.applyData(t,a)}function ba(e,t){let n={src:Rn(t.url)};t.alt!==null&&t.alt!==void 0&&(n.alt=t.alt),t.title!==null&&t.title!==void 0&&(n.title=t.title);let r={type:`element`,tagName:`img`,properties:n,children:[]};return e.patch(t,r),e.applyData(t,r)}function xa(e,t){let n={type:`text`,value:t.value.replace(/\r?\n|\r/g,` `)};e.patch(t,n);let r={type:`element`,tagName:`code`,properties:{},children:[n]};return e.patch(t,r),e.applyData(t,r)}function Sa(e,t){let n=String(t.identifier).toUpperCase(),r=e.definitionById.get(n);if(!r)return va(e,t);let i={href:Rn(r.url||``)};r.title!==null&&r.title!==void 0&&(i.title=r.title);let a={type:`element`,tagName:`a`,properties:i,children:e.all(t)};return e.patch(t,a),e.applyData(t,a)}function Ca(e,t){let n={href:Rn(t.url)};t.title!==null&&t.title!==void 0&&(n.title=t.title);let r={type:`element`,tagName:`a`,properties:n,children:e.all(t)};return e.patch(t,r),e.applyData(t,r)}function wa(e,t,n){let r=e.all(t),i=n?Ta(n):Ea(t),a={},o=[];if(typeof t.checked==`boolean`){let e=r[0],n;e&&e.type===`element`&&e.tagName===`p`?n=e:(n={type:`element`,tagName:`p`,properties:{},children:[]},r.unshift(n)),n.children.length>0&&n.children.unshift({type:`text`,value:` `}),n.children.unshift({type:`element`,tagName:`input`,properties:{type:`checkbox`,checked:t.checked,disabled:!0},children:[]}),a.className=[`task-list-item`]}let s=-1;for(;++s<r.length;){let e=r[s];(i||s!==0||e.type!==`element`||e.tagName!==`p`)&&o.push({type:`text`,value:`
|
|
10
|
+
`}),e.type===`element`&&e.tagName===`p`&&!i?o.push(...e.children):o.push(e)}let c=r[r.length-1];c&&(i||c.type!==`element`||c.tagName!==`p`)&&o.push({type:`text`,value:`
|
|
11
|
+
`});let l={type:`element`,tagName:`li`,properties:a,children:o};return e.patch(t,l),e.applyData(t,l)}function Ta(e){let t=!1;if(e.type===`list`){t=e.spread||!1;let n=e.children,r=-1;for(;!t&&++r<n.length;)t=Ea(n[r])}return t}function Ea(e){return e.spread??e.children.length>1}function Da(e,t){let n={},r=e.all(t),i=-1;for(typeof t.start==`number`&&t.start!==1&&(n.start=t.start);++i<r.length;){let e=r[i];if(e.type===`element`&&e.tagName===`li`&&e.properties&&Array.isArray(e.properties.className)&&e.properties.className.includes(`task-list-item`)){n.className=[`contains-task-list`];break}}let 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 Oa(e,t){let n={type:`element`,tagName:`p`,properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}function ka(e,t){let n={type:`root`,children:e.wrap(e.all(t))};return e.patch(t,n),e.applyData(t,n)}function Aa(e,t){let n={type:`element`,tagName:`strong`,properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}function ja(e,t){let n=e.all(t),r=n.shift(),i=[];if(r){let n={type:`element`,tagName:`thead`,properties:{},children:e.wrap([r],!0)};e.patch(t.children[0],n),i.push(n)}if(n.length>0){let r={type:`element`,tagName:`tbody`,properties:{},children:e.wrap(n,!0)},a=Mt(t.children[1]),o=jt(t.children[t.children.length-1]);a&&o&&(r.position={start:a,end:o}),i.push(r)}let a={type:`element`,tagName:`table`,properties:{},children:e.wrap(i,!0)};return e.patch(t,a),e.applyData(t,a)}function Ma(e,t,n){let r=n?n.children:void 0,i=(r?r.indexOf(t):1)===0?`th`:`td`,a=n&&n.type===`table`?n.align:void 0,o=a?a.length:t.children.length,s=-1,c=[];for(;++s<o;){let n=t.children[s],r={},o=a?a[s]:void 0;o&&(r.align=o);let l={type:`element`,tagName:i,properties:r,children:[]};n&&(l.children=e.all(n),e.patch(n,l),l=e.applyData(n,l)),c.push(l)}let l={type:`element`,tagName:`tr`,properties:{},children:e.wrap(c,!0)};return e.patch(t,l),e.applyData(t,l)}function Na(e,t){let n={type:`element`,tagName:`td`,properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}var Pa=9,Fa=32;function Ia(e){let t=String(e),n=/\r?\n|\r/g,r=n.exec(t),i=0,a=[];for(;r;)a.push(La(t.slice(i,r.index),i>0,!0),r[0]),i=r.index+r[0].length,r=n.exec(t);return a.push(La(t.slice(i),i>0,!1)),a.join(``)}function La(e,t,n){let r=0,i=e.length;if(t){let t=e.codePointAt(r);for(;t===Pa||t===Fa;)r++,t=e.codePointAt(r)}if(n){let t=e.codePointAt(i-1);for(;t===Pa||t===Fa;)i--,t=e.codePointAt(i-1)}return i>r?e.slice(r,i):``}function Ra(e,t){let n={type:`text`,value:Ia(String(t.value))};return e.patch(t,n),e.applyData(t,n)}function za(e,t){let n={type:`element`,tagName:`hr`,properties:{},children:[]};return e.patch(t,n),e.applyData(t,n)}var Ba={blockquote:ua,break:da,code:fa,delete:pa,emphasis:ma,footnoteReference:ha,heading:ga,html:_a,imageReference:ya,image:ba,inlineCode:xa,linkReference:Sa,link:Ca,listItem:wa,list:Da,paragraph:Oa,root:ka,strong:Aa,table:ja,tableCell:Na,tableRow:Ma,text:Ra,thematicBreak:za,toml:Va,yaml:Va,definition:Va,footnoteDefinition:Va};function Va(){}var Ha=typeof self==`object`?self:globalThis,Ua=(e,t)=>{let n=(t,n)=>(e.set(n,t),t),r=i=>{if(e.has(i))return e.get(i);let[a,o]=t[i];switch(a){case 0:case-1:return n(o,i);case 1:{let e=n([],i);for(let t of o)e.push(r(t));return e}case 2:{let e=n({},i);for(let[t,n]of o)e[r(t)]=r(n);return e}case 3:return n(new Date(o),i);case 4:{let{source:e,flags:t}=o;return n(new RegExp(e,t),i)}case 5:{let e=n(new Map,i);for(let[t,n]of o)e.set(r(t),r(n));return e}case 6:{let e=n(new Set,i);for(let t of o)e.add(r(t));return e}case 7:{let{name:e,message:t}=o;return n(new Ha[e](t),i)}case 8:return n(BigInt(o),i);case`BigInt`:return n(Object(BigInt(o)),i);case`ArrayBuffer`:return n(new Uint8Array(o).buffer,o);case`DataView`:{let{buffer:e}=new Uint8Array(o);return n(new DataView(e),o)}}return n(new Ha[a](o),i)};return r},Wa=e=>Ua(new Map,e)(0),Ga=``,{toString:Ka}={},{keys:qa}=Object,Ja=e=>{let t=typeof e;if(t!==`object`||!e)return[0,t];let n=Ka.call(e).slice(8,-1);switch(n){case`Array`:return[1,Ga];case`Object`:return[2,Ga];case`Date`:return[3,Ga];case`RegExp`:return[4,Ga];case`Map`:return[5,Ga];case`Set`:return[6,Ga];case`DataView`:return[1,n]}return n.includes(`Array`)?[1,n]:n.includes(`Error`)?[7,n]:[2,n]},Ya=([e,t])=>e===0&&(t===`function`||t===`symbol`),Xa=(e,t,n,r)=>{let i=(e,t)=>{let i=r.push(e)-1;return n.set(t,i),i},a=r=>{if(n.has(r))return n.get(r);let[o,s]=Ja(r);switch(o){case 0:{let t=r;switch(s){case`bigint`:o=8,t=r.toString();break;case`function`:case`symbol`:if(e)throw TypeError(`unable to serialize `+s);t=null;break;case`undefined`:return i([-1],r)}return i([o,t],r)}case 1:{if(s){let e=r;return s===`DataView`?e=new Uint8Array(r.buffer):s===`ArrayBuffer`&&(e=new Uint8Array(r)),i([s,[...e]],r)}let e=[],t=i([o,e],r);for(let t of r)e.push(a(t));return t}case 2:{if(s)switch(s){case`BigInt`:return i([s,r.toString()],r);case`Boolean`:case`Number`:case`String`:return i([s,r.valueOf()],r)}if(t&&`toJSON`in r)return a(r.toJSON());let n=[],c=i([o,n],r);for(let t of qa(r))(e||!Ya(Ja(r[t])))&&n.push([a(t),a(r[t])]);return c}case 3:return i([o,r.toISOString()],r);case 4:{let{source:e,flags:t}=r;return i([o,{source:e,flags:t}],r)}case 5:{let t=[],n=i([o,t],r);for(let[n,i]of r)(e||!(Ya(Ja(n))||Ya(Ja(i))))&&t.push([a(n),a(i)]);return n}case 6:{let t=[],n=i([o,t],r);for(let n of r)(e||!Ya(Ja(n)))&&t.push(a(n));return n}}let{message:c}=r;return i([o,{name:s,message:c}],r)};return a},Za=(e,{json:t,lossy:n}={})=>{let r=[];return Xa(!(t||n),!!t,new Map,r)(e),r},Qa=typeof structuredClone==`function`?(e,t)=>t&&(`json`in t||`lossy`in t)?Wa(Za(e,t)):structuredClone(e):(e,t)=>Wa(Za(e,t));function $a(e,t){let n=[{type:`text`,value:`↩`}];return t>1&&n.push({type:`element`,tagName:`sup`,properties:{},children:[{type:`text`,value:String(t)}]}),n}function eo(e,t){return`Back to reference `+(e+1)+(t>1?`-`+t:``)}function to(e){let t=typeof e.options.clobberPrefix==`string`?e.options.clobberPrefix:`user-content-`,n=e.options.footnoteBackContent||$a,r=e.options.footnoteBackLabel||eo,i=e.options.footnoteLabel||`Footnotes`,a=e.options.footnoteLabelTagName||`h2`,o=e.options.footnoteLabelProperties||{className:[`sr-only`]},s=[],c=-1;for(;++c<e.footnoteOrder.length;){let i=e.footnoteById.get(e.footnoteOrder[c]);if(!i)continue;let a=e.all(i),o=String(i.identifier).toUpperCase(),l=Rn(o.toLowerCase()),u=0,d=[],f=e.footnoteCounts.get(o);for(;f!==void 0&&++u<=f;){d.length>0&&d.push({type:`text`,value:` `});let e=typeof n==`string`?n:n(c,u);typeof e==`string`&&(e={type:`text`,value:e}),d.push({type:`element`,tagName:`a`,properties:{href:`#`+t+`fnref-`+l+(u>1?`-`+u:``),dataFootnoteBackref:``,ariaLabel:typeof r==`string`?r:r(c,u),className:[`data-footnote-backref`]},children:Array.isArray(e)?e:[e]})}let p=a[a.length-1];if(p&&p.type===`element`&&p.tagName===`p`){let e=p.children[p.children.length-1];e&&e.type===`text`?e.value+=` `:p.children.push({type:`text`,value:` `}),p.children.push(...d)}else a.push(...d);let m={type:`element`,tagName:`li`,properties:{id:t+`fn-`+l},children:e.wrap(a,!0)};e.patch(i,m),s.push(m)}if(s.length!==0)return{type:`element`,tagName:`section`,properties:{dataFootnotes:!0,className:[`footnotes`]},children:[{type:`element`,tagName:a,properties:{...Qa(o),id:`footnote-label`},children:[{type:`text`,value:i}]},{type:`text`,value:`
|
|
12
|
+
`},{type:`element`,tagName:`ol`,properties:{},children:e.wrap(s,!0)},{type:`text`,value:`
|
|
13
|
+
`}]}}var no=(function(e){if(e==null)return so;if(typeof e==`function`)return oo(e);if(typeof e==`object`)return Array.isArray(e)?ro(e):io(e);if(typeof e==`string`)return ao(e);throw Error(`Expected function, string, or object as test`)});function ro(e){let t=[],n=-1;for(;++n<e.length;)t[n]=no(e[n]);return oo(r);function r(...e){let n=-1;for(;++n<t.length;)if(t[n].apply(this,e))return!0;return!1}}function io(e){let t=e;return oo(n);function n(n){let r=n,i;for(i in e)if(r[i]!==t[i])return!1;return!0}}function ao(e){return oo(t);function t(t){return t&&t.type===e}}function oo(e){return t;function t(t,n,r){return!!(co(t)&&e.call(this,t,typeof n==`number`?n:void 0,r||void 0))}}function so(){return!0}function co(e){return typeof e==`object`&&!!e&&`type`in e}function lo(e){return e}var uo=[];function fo(e,t,n,r){let i;typeof t==`function`&&typeof n!=`function`?(r=n,n=t):i=t;let a=no(i),o=r?-1:1;s(e,void 0,[])();function s(e,i,c){let l=e&&typeof e==`object`?e:{};if(typeof l.type==`string`){let t=typeof l.tagName==`string`?l.tagName:typeof l.name==`string`?l.name:void 0;Object.defineProperty(u,`name`,{value:`node (`+lo(e.type+(t?`<`+t+`>`:``))+`)`})}return u;function u(){let l=uo,u,d,f;if((!t||a(e,i,c[c.length-1]||void 0))&&(l=po(n(e,c)),l[0]===!1))return l;if(`children`in e&&e.children){let t=e;if(t.children&&l[0]!==`skip`)for(d=(r?t.children.length:-1)+o,f=c.concat(t);d>-1&&d<t.children.length;){let e=t.children[d];if(u=s(e,d,f)(),u[0]===!1)return u;d=typeof u[1]==`number`?u[1]:d+o}}return l}}}function po(e){return Array.isArray(e)?e:typeof e==`number`?[!0,e]:e==null?uo:[e]}function mo(e,t,n,r){let i,a,o;typeof t==`function`&&typeof n!=`function`?(a=void 0,o=t,i=n):(a=t,o=n,i=r),fo(e,a,s,i);function s(e,t){let n=t[t.length-1],r=n?n.children.indexOf(e):void 0;return o(e,r,n)}}var ho={}.hasOwnProperty,go={};function _o(e,t){let n=t||go,r=new Map,i=new Map,a={all:s,applyData:yo,definitionById:r,footnoteById:i,footnoteCounts:new Map,footnoteOrder:[],handlers:{...Ba,...n.handlers},one:o,options:n,patch:vo,wrap:xo};return mo(e,function(e){if(e.type===`definition`||e.type===`footnoteDefinition`){let t=e.type===`definition`?r:i,n=String(e.identifier).toUpperCase();t.has(n)||t.set(n,e)}}),a;function o(e,t){let n=e.type,r=a.handlers[n];if(ho.call(a.handlers,n)&&r)return r(a,e,t);if(a.options.passThrough&&a.options.passThrough.includes(n)){if(`children`in e){let{children:t,...n}=e,r=Qa(n);return r.children=a.all(e),r}return Qa(e)}return(a.options.unknownHandler||bo)(a,e,t)}function s(e){let t=[];if(`children`in e){let n=e.children,r=-1;for(;++r<n.length;){let i=a.one(n[r],e);if(i){if(r&&n[r-1].type===`break`&&(!Array.isArray(i)&&i.type===`text`&&(i.value=So(i.value)),!Array.isArray(i)&&i.type===`element`)){let e=i.children[0];e&&e.type===`text`&&(e.value=So(e.value))}Array.isArray(i)?t.push(...i):t.push(i)}}}return t}}function vo(e,t){e.position&&(t.position=Pt(e))}function yo(e,t){let n=t;if(e&&e.data){let t=e.data.hName,r=e.data.hChildren,i=e.data.hProperties;typeof t==`string`&&(n.type===`element`?n.tagName=t:n={type:`element`,tagName:t,properties:{},children:`children`in n?n.children:[n]}),n.type===`element`&&i&&Object.assign(n.properties,Qa(i)),`children`in n&&n.children&&r!=null&&(n.children=r)}return n}function bo(e,t){let n=t.data||{},r=`value`in t&&!(ho.call(n,`hProperties`)||ho.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 xo(e,t){let n=[],r=-1;for(t&&n.push({type:`text`,value:`
|
|
14
|
+
`});++r<e.length;)r&&n.push({type:`text`,value:`
|
|
15
|
+
`}),n.push(e[r]);return t&&e.length>0&&n.push({type:`text`,value:`
|
|
16
|
+
`}),n}function So(e){let t=0,n=e.charCodeAt(t);for(;n===9||n===32;)t++,n=e.charCodeAt(t);return e.slice(t)}function Co(e,t){let n=_o(e,t),r=n.one(e,void 0),i=to(n),a=Array.isArray(r)?{type:`root`,children:r}:r||{type:`root`,children:[]};return i&&(`children`in a,a.children.push({type:`text`,value:`
|
|
17
|
+
`},i)),a}function wo(e,t){return e&&`run`in e?async function(n,r){let i=Co(n,{file:r,...t});await e.run(i,r)}:function(n,r){return Co(n,{file:r,...e||t})}}function To(e){if(e)throw e}var Eo=n(((e,t)=>{var n=Object.prototype.hasOwnProperty,r=Object.prototype.toString,i=Object.defineProperty,a=Object.getOwnPropertyDescriptor,o=function(e){return typeof Array.isArray==`function`?Array.isArray(e):r.call(e)===`[object Array]`},s=function(e){if(!e||r.call(e)!==`[object Object]`)return!1;var t=n.call(e,`constructor`),i=e.constructor&&e.constructor.prototype&&n.call(e.constructor.prototype,`isPrototypeOf`);if(e.constructor&&!t&&!i)return!1;for(var a in e);return a===void 0||n.call(e,a)},c=function(e,t){i&&t.name===`__proto__`?i(e,t.name,{enumerable:!0,configurable:!0,value:t.newValue,writable:!0}):e[t.name]=t.newValue},l=function(e,t){if(t===`__proto__`){if(!n.call(e,t))return;if(a)return a(e,t).value}return e[t]};t.exports=function e(){var t,n,r,i,a,u,d=arguments[0],f=1,p=arguments.length,m=!1;for(typeof d==`boolean`&&(m=d,d=arguments[1]||{},f=2),(d==null||typeof d!=`object`&&typeof d!=`function`)&&(d={});f<p;++f)if(t=arguments[f],t!=null)for(n in t)r=l(d,n),i=l(t,n),d!==i&&(m&&i&&(s(i)||(a=o(i)))?(a?(a=!1,u=r&&o(r)?r:[]):u=r&&s(r)?r:{},c(d,{name:n,newValue:e(m,u,i)})):i!==void 0&&c(d,{name:n,newValue:i}));return d}}));function Do(e){if(typeof e!=`object`||!e)return!1;let t=Object.getPrototypeOf(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)}function Oo(){let e=[],t={run:n,use:r};return t;function n(...t){let n=-1,r=t.pop();if(typeof r!=`function`)throw TypeError(`Expected function as last argument, not `+r);i(null,...t);function i(a,...o){let s=e[++n],c=-1;if(a){r(a);return}for(;++c<t.length;)(o[c]===null||o[c]===void 0)&&(o[c]=t[c]);t=o,s?ko(s,i)(...o):r(null,...o)}}function r(n){if(typeof n!=`function`)throw TypeError("Expected `middelware` to be a function, not "+n);return e.push(n),t}}function ko(e,t){let n;return r;function r(...t){let r=e.length>t.length,o;r&&t.push(i);try{o=e.apply(this,t)}catch(e){let t=e;if(r&&n)throw t;return i(t)}r||(o&&o.then&&typeof o.then==`function`?o.then(a,i):o instanceof Error?i(o):a(o))}function i(e,...r){n||(n=!0,t(e,...r))}function a(e){i(null,e)}}var Ao={basename:jo,dirname:Mo,extname:No,join:Po,sep:`/`};function jo(e,t){if(t!==void 0&&typeof t!=`string`)throw TypeError(`"ext" argument must be a string`);Lo(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 o=-1,s=t.length-1;for(;i--;)if(e.codePointAt(i)===47){if(a){n=i+1;break}}else o<0&&(a=!0,o=i+1),s>-1&&(e.codePointAt(i)===t.codePointAt(s--)?s<0&&(r=i):(s=-1,r=o));return n===r?r=o:r<0&&(r=e.length),e.slice(n,r)}function Mo(e){if(Lo(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||=!0;return t<0?e.codePointAt(0)===47?`/`:`.`:t===1&&e.codePointAt(0)===47?`//`:e.slice(0,t)}function No(e){Lo(e);let t=e.length,n=-1,r=0,i=-1,a=0,o;for(;t--;){let s=e.codePointAt(t);if(s===47){if(o){r=t+1;break}continue}n<0&&(o=!0,n=t+1),s===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 Po(...e){let t=-1,n;for(;++t<e.length;)Lo(e[t]),e[t]&&(n=n===void 0?e[t]:n+`/`+e[t]);return n===void 0?`.`:Fo(n)}function Fo(e){Lo(e);let t=e.codePointAt(0)===47,n=Io(e,!t);return n.length===0&&!t&&(n=`.`),n.length>0&&e.codePointAt(e.length-1)===47&&(n+=`/`),t?`/`+n:n}function Io(e,t){let n=``,r=0,i=-1,a=0,o=-1,s,c;for(;++o<=e.length;){if(o<e.length)s=e.codePointAt(o);else if(s===47)break;else s=47;if(s===47){if(!(i===o-1||a===1))if(i!==o-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(c=n.lastIndexOf(`/`),c!==n.length-1){c<0?(n=``,r=0):(n=n.slice(0,c),r=n.length-1-n.lastIndexOf(`/`)),i=o,a=0;continue}}else if(n.length>0){n=``,r=0,i=o,a=0;continue}}t&&(n=n.length>0?n+`/..`:`..`,r=2)}else n.length>0?n+=`/`+e.slice(i+1,o):n=e.slice(i+1,o),r=o-i-1;i=o,a=0}else s===46&&a>-1?a++:a=-1}return n}function Lo(e){if(typeof e!=`string`)throw TypeError(`Path must be a string. Received `+JSON.stringify(e))}var Ro={cwd:zo};function zo(){return`/`}function Bo(e){return!!(typeof e==`object`&&e&&`href`in e&&e.href&&`protocol`in e&&e.protocol&&e.auth===void 0)}function Vo(e){if(typeof e==`string`)e=new URL(e);else if(!Bo(e)){let t=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:`){let e=TypeError(`The URL must be of scheme file`);throw e.code=`ERR_INVALID_URL_SCHEME`,e}return Ho(e)}function Ho(e){if(e.hostname!==``){let e=TypeError(`File URL host must be "localhost" or empty on darwin`);throw e.code=`ERR_INVALID_FILE_URL_HOST`,e}let t=e.pathname,n=-1;for(;++n<t.length;)if(t.codePointAt(n)===37&&t.codePointAt(n+1)===50){let e=t.codePointAt(n+2);if(e===70||e===102){let e=TypeError(`File URL path must not include encoded / characters`);throw e.code=`ERR_INVALID_FILE_URL_PATH`,e}}return decodeURIComponent(t)}var Uo=[`history`,`path`,`basename`,`stem`,`extname`,`dirname`],Wo=class{constructor(e){let t;t=e?Bo(e)?{path:e}:typeof e==`string`||Jo(e)?{value:e}:e:{},this.cwd=`cwd`in t?``:Ro.cwd(),this.data={},this.history=[],this.messages=[],this.value,this.map,this.result,this.stored;let n=-1;for(;++n<Uo.length;){let e=Uo[n];e in t&&t[e]!==void 0&&t[e]!==null&&(this[e]=e===`history`?[...t[e]]:t[e])}let r;for(r in t)Uo.includes(r)||(this[r]=t[r])}get basename(){return typeof this.path==`string`?Ao.basename(this.path):void 0}set basename(e){Ko(e,`basename`),Go(e,`basename`),this.path=Ao.join(this.dirname||``,e)}get dirname(){return typeof this.path==`string`?Ao.dirname(this.path):void 0}set dirname(e){qo(this.basename,`dirname`),this.path=Ao.join(e||``,this.basename)}get extname(){return typeof this.path==`string`?Ao.extname(this.path):void 0}set extname(e){if(Go(e,`extname`),qo(this.dirname,`extname`),e){if(e.codePointAt(0)!==46)throw Error("`extname` must start with `.`");if(e.includes(`.`,1))throw Error("`extname` cannot contain multiple dots")}this.path=Ao.join(this.dirname,this.stem+(e||``))}get path(){return this.history[this.history.length-1]}set path(e){Bo(e)&&(e=Vo(e)),Ko(e,`path`),this.path!==e&&this.history.push(e)}get stem(){return typeof this.path==`string`?Ao.basename(this.path,this.extname):void 0}set stem(e){Ko(e,`stem`),Go(e,`stem`),this.path=Ao.join(this.dirname||``,e+(this.extname||``))}fail(e,t,n){let r=this.message(e,t,n);throw r.fatal=!0,r}info(e,t,n){let r=this.message(e,t,n);return r.fatal=void 0,r}message(e,t,n){let r=new W(e,t,n);return this.path&&(r.name=this.path+`:`+r.name,r.file=this.path),r.fatal=!1,this.messages.push(r),r}toString(e){return this.value===void 0?``:typeof this.value==`string`?this.value:new TextDecoder(e||void 0).decode(this.value)}};function Go(e,t){if(e&&e.includes(Ao.sep))throw Error("`"+t+"` cannot be a path: did not expect `"+Ao.sep+"`")}function Ko(e,t){if(!e)throw Error("`"+t+"` cannot be empty")}function qo(e,t){if(!e)throw Error("Setting `"+t+"` requires `path` to be set too")}function Jo(e){return!!(e&&typeof e==`object`&&`byteLength`in e&&`byteOffset`in e)}var Yo=(function(e){let t=this.constructor.prototype,n=t[e],r=function(){return n.apply(r,arguments)};return Object.setPrototypeOf(r,t),r}),Xo=e(Eo(),1),Zo={}.hasOwnProperty,Qo=new class e extends Yo{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=Oo()}copy(){let t=new e,n=-1;for(;++n<this.attachers.length;){let e=this.attachers[n];t.use(...e)}return t.data((0,Xo.default)(!0,{},this.namespace)),t}data(e,t){return typeof e==`string`?arguments.length===2?(ts(`data`,this.frozen),this.namespace[e]=t,this):Zo.call(this.namespace,e)&&this.namespace[e]||void 0:e?(ts(`data`,this.frozen),this.namespace=e,this):this.namespace}freeze(){if(this.frozen)return this;let e=this;for(;++this.freezeIndex<this.attachers.length;){let[t,...n]=this.attachers[this.freezeIndex];if(n[0]===!1)continue;n[0]===!0&&(n[0]=void 0);let r=t.call(e,...n);typeof r==`function`&&this.transformers.use(r)}return this.frozen=!0,this.freezeIndex=1/0,this}parse(e){this.freeze();let t=is(e),n=this.parser||this.Parser;return $o(`parse`,n),n(String(t),t)}process(e,t){let n=this;return this.freeze(),$o(`process`,this.parser||this.Parser),es(`process`,this.compiler||this.Compiler),t?r(void 0,t):new Promise(r);function r(r,i){let a=is(e),o=n.parse(a);n.run(o,a,function(e,t,r){if(e||!t||!r)return s(e);let i=t,a=n.stringify(i,r);os(a)?r.value=a:r.result=a,s(e,r)});function s(e,n){e||!n?i(e):r?r(n):t(void 0,n)}}}processSync(e){let t=!1,n;return this.freeze(),$o(`processSync`,this.parser||this.Parser),es(`processSync`,this.compiler||this.Compiler),this.process(e,r),rs(`processSync`,`process`,t),n;function r(e,r){t=!0,To(e),n=r}}run(e,t,n){ns(e),this.freeze();let r=this.transformers;return!n&&typeof t==`function`&&(n=t,t=void 0),n?i(void 0,n):new Promise(i);function i(i,a){let o=is(t);r.run(e,o,s);function s(t,r,o){let s=r||e;t?a(t):i?i(s):n(void 0,s,o)}}}runSync(e,t){let n=!1,r;return this.run(e,t,i),rs(`runSync`,`run`,n),r;function i(e,t){To(e),r=t,n=!0}}stringify(e,t){this.freeze();let n=is(t),r=this.compiler||this.Compiler;return es(`stringify`,r),ns(e),r(e,n)}use(e,...t){let n=this.attachers,r=this.namespace;if(ts(`use`,this.frozen),e!=null)if(typeof e==`function`)s(e,t);else if(typeof e==`object`)Array.isArray(e)?o(e):a(e);else throw TypeError("Expected usable value, not `"+e+"`");return this;function i(e){if(typeof e==`function`)s(e,[]);else if(typeof e==`object`)if(Array.isArray(e)){let[t,...n]=e;s(t,n)}else a(e);else throw TypeError("Expected usable value, not `"+e+"`")}function a(e){if(!(`plugins`in e)&&!(`settings`in e))throw 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(e.plugins),e.settings&&(r.settings=(0,Xo.default)(!0,r.settings,e.settings))}function o(e){let t=-1;if(e!=null)if(Array.isArray(e))for(;++t<e.length;){let n=e[t];i(n)}else throw TypeError("Expected a list of plugins, not `"+e+"`")}function s(e,t){let r=-1,i=-1;for(;++r<n.length;)if(n[r][0]===e){i=r;break}if(i===-1)n.push([e,...t]);else if(t.length>0){let[r,...a]=t,o=n[i][1];Do(o)&&Do(r)&&(r=(0,Xo.default)(!0,o,r)),n[i]=[e,r,...a]}}}}().freeze();function $o(e,t){if(typeof t!=`function`)throw TypeError("Cannot `"+e+"` without `parser`")}function es(e,t){if(typeof t!=`function`)throw TypeError("Cannot `"+e+"` without `compiler`")}function ts(e,t){if(t)throw Error("Cannot call `"+e+"` on a frozen processor.\nCreate a new processor first, by calling it: use `processor()` instead of `processor`.")}function ns(e){if(!Do(e)||typeof e.type!=`string`)throw TypeError("Expected node, got `"+e+"`")}function rs(e,t,n){if(!n)throw Error("`"+e+"` finished async. Use `"+t+"` instead")}function is(e){return as(e)?e:new Wo(e)}function as(e){return!!(e&&typeof e==`object`&&`message`in e&&`messages`in e)}function os(e){return typeof e==`string`||ss(e)}function ss(e){return!!(e&&typeof e==`object`&&`byteLength`in e&&`byteOffset`in e)}var $=o(),cs=[],ls={allowDangerousHtml:!0},us=/^(https?|ircs?|mailto|xmpp)$/i,ds=[{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:`className`,id:`remove-classname`},{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 fs(e){let t=ps(e),n=ms(e);return hs(t.runSync(t.parse(n),n),e)}function ps(e){let t=e.rehypePlugins||cs,n=e.remarkPlugins||cs,r=e.remarkRehypeOptions?{...e.remarkRehypeOptions,...ls}:ls;return Qo().use(la).use(n).use(wo,r).use(t)}function ms(e){let t=e.children||``,n=new Wo;return typeof t==`string`?n.value=t:``+t,n}function hs(e,t){let n=t.allowedElements,r=t.allowElement,i=t.components,a=t.disallowedElements,o=t.skipHtml,s=t.unwrapDisallowed,c=t.urlTransform||gs;for(let e of ds)Object.hasOwn(t,e.from)&&``+e.from+(e.to?"use `"+e.to+"` instead":`remove it`)+e.id;return mo(e,l),Kt(e,{Fragment:$.Fragment,components:i,ignoreInvalidStyle:!0,jsx:$.jsx,jsxs:$.jsxs,passKeys:!0,passNode:!0});function l(e,t,i){if(e.type===`raw`&&i&&typeof t==`number`)return o?i.children.splice(t,1):i.children[t]={type:`text`,value:e.value},t;if(e.type===`element`){let t;for(t in hn)if(Object.hasOwn(hn,t)&&Object.hasOwn(e.properties,t)){let n=e.properties[t],r=hn[t];(r===null||r.includes(e.tagName))&&(e.properties[t]=c(String(n||``),t,e))}}if(e.type===`element`){let o=n?!n.includes(e.tagName):a?a.includes(e.tagName):!1;if(!o&&r&&typeof t==`number`&&(o=!r(e,t,i)),o&&i&&typeof t==`number`)return s&&e.children?i.children.splice(t,1,...e.children):i.children.splice(t,1),t}}}function gs(e){let t=e.indexOf(`:`),n=e.indexOf(`?`),r=e.indexOf(`#`),i=e.indexOf(`/`);return t===-1||i!==-1&&t>i||n!==-1&&t>n||r!==-1&&t>r||us.test(e.slice(0,t))?e:``}function _s(e,t){let n=String(e);if(typeof t!=`string`)throw TypeError(`Expected character`);let r=0,i=n.indexOf(t);for(;i!==-1;)r++,i=n.indexOf(t,i+t.length);return r}function vs(e){if(typeof e!=`string`)throw TypeError(`Expected a string`);return e.replace(/[|\\{}()[\]^$+*?.]/g,`\\$&`).replace(/-/g,`\\x2d`)}function ys(e,t,n){let r=no((n||{}).ignore||[]),i=bs(t),a=-1;for(;++a<i.length;)fo(e,`text`,o);function o(e,t){let n=-1,i;for(;++n<t.length;){let e=t[n],a=i?i.children:void 0;if(r(e,a?a.indexOf(e):void 0,i))return;i=e}if(i)return s(e,t)}function s(e,t){let n=t[t.length-1],r=i[a][0],o=i[a][1],s=0,c=n.children.indexOf(e),l=!1,u=[];r.lastIndex=0;let d=r.exec(e.value);for(;d;){let n=d.index,i={index:d.index,input:d.input,stack:[...t,e]},a=o(...d,i);if(typeof a==`string`&&(a=a.length>0?{type:`text`,value:a}:void 0),a===!1?r.lastIndex=n+1:(s!==n&&u.push({type:`text`,value:e.value.slice(s,n)}),Array.isArray(a)?u.push(...a):a&&u.push(a),s=n+d[0].length,l=!0),!r.global)break;d=r.exec(e.value)}return l?(s<e.value.length&&u.push({type:`text`,value:e.value.slice(s)}),n.children.splice(c,1,...u)):u=[e],c+u.length}}function bs(e){let t=[];if(!Array.isArray(e))throw TypeError(`Expected find and replace tuple or list of tuples`);let n=!e[0]||Array.isArray(e[0])?e:[e],r=-1;for(;++r<n.length;){let e=n[r];t.push([xs(e[0]),Ss(e[1])])}return t}function xs(e){return typeof e==`string`?new RegExp(vs(e),`g`):e}function Ss(e){return typeof e==`function`?e:function(){return e}}var Cs=`phrasing`,ws=[`autolink`,`link`,`image`,`label`];function Ts(){return{transforms:[Ns],enter:{literalAutolink:Ds,literalAutolinkEmail:Os,literalAutolinkHttp:Os,literalAutolinkWww:Os},exit:{literalAutolink:Ms,literalAutolinkEmail:js,literalAutolinkHttp:ks,literalAutolinkWww:As}}}function Es(){return{unsafe:[{character:`@`,before:`[+\\-.\\w]`,after:`[\\-.\\w]`,inConstruct:Cs,notInConstruct:ws},{character:`.`,before:`[Ww]`,after:`[\\-.\\w]`,inConstruct:Cs,notInConstruct:ws},{character:`:`,before:`[ps]`,after:`\\/`,inConstruct:Cs,notInConstruct:ws}]}}function Ds(e){this.enter({type:`link`,title:null,url:``,children:[]},e)}function Os(e){this.config.enter.autolinkProtocol.call(this,e)}function ks(e){this.config.exit.autolinkProtocol.call(this,e)}function As(e){this.config.exit.data.call(this,e);let t=this.stack[this.stack.length-1];t.type,t.url=`http://`+this.sliceSerialize(e)}function js(e){this.config.exit.autolinkEmail.call(this,e)}function Ms(e){this.exit(e)}function Ns(e){ys(e,[[/(https?:\/\/|www(?=\.))([-.\w]+)([^ \t\r\n]*)/gi,Ps],[/(?<=^|\s|\p{P}|\p{S})([-.\w+]+)@([-\w]+(?:\.[-\w]+)+)/gu,Fs]],{ignore:[`link`,`linkReference`]})}function Ps(e,t,n,r,i){let a=``;if(!Rs(i)||(/^w/i.test(t)&&(n=t+n,t=``,a=`http://`),!Is(n)))return!1;let o=Ls(n+r);if(!o[0])return!1;let s={type:`link`,title:null,url:a+t+o[0],children:[{type:`text`,value:t+o[0]}]};return o[1]?[s,{type:`text`,value:o[1]}]:s}function Fs(e,t,n,r){return!Rs(r,!0)||/[-\d_]$/.test(n)?!1:{type:`link`,title:null,url:`mailto:`+t+`@`+n,children:[{type:`text`,value:t+`@`+n}]}}function Is(e){let 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 Ls(e){let t=/[!"&'),.:;<>?\]}]+$/.exec(e);if(!t)return[e,void 0];e=e.slice(0,t.index);let n=t[0],r=n.indexOf(`)`),i=_s(e,`(`),a=_s(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 Rs(e,t){let n=e.input.charCodeAt(e.index-1);return(e.index===0||In(n)||Fn(n))&&(!t||n!==47)}Js.peek=qs;function zs(){this.buffer()}function Bs(e){this.enter({type:`footnoteReference`,identifier:``,label:``},e)}function Vs(){this.buffer()}function Hs(e){this.enter({type:`footnoteDefinition`,identifier:``,label:``,children:[]},e)}function Us(e){let t=this.resume(),n=this.stack[this.stack.length-1];n.type,n.identifier=kn(this.sliceSerialize(e)).toLowerCase(),n.label=t}function Ws(e){this.exit(e)}function Gs(e){let t=this.resume(),n=this.stack[this.stack.length-1];n.type,n.identifier=kn(this.sliceSerialize(e)).toLowerCase(),n.label=t}function Ks(e){this.exit(e)}function qs(){return`[`}function Js(e,t,n,r){let i=n.createTracker(r),a=i.move(`[^`),o=n.enter(`footnoteReference`),s=n.enter(`reference`);return a+=i.move(n.safe(n.associationId(e),{after:`]`,before:a})),s(),o(),a+=i.move(`]`),a}function Ys(){return{enter:{gfmFootnoteCallString:zs,gfmFootnoteCall:Bs,gfmFootnoteDefinitionLabelString:Vs,gfmFootnoteDefinition:Hs},exit:{gfmFootnoteCallString:Us,gfmFootnoteCall:Ws,gfmFootnoteDefinitionLabelString:Gs,gfmFootnoteDefinition:Ks}}}function Xs(e){let t=!1;return e&&e.firstLineBlank&&(t=!0),{handlers:{footnoteDefinition:n,footnoteReference:Js},unsafe:[{character:`[`,inConstruct:[`label`,`phrasing`,`reference`]}]};function n(e,n,r,i){let a=r.createTracker(i),o=a.move(`[^`),s=r.enter(`footnoteDefinition`),c=r.enter(`label`);return o+=a.move(r.safe(r.associationId(e),{before:o,after:`]`})),c(),o+=a.move(`]:`),e.children&&e.children.length>0&&(a.shift(4),o+=a.move((t?`
|
|
18
|
+
`:` `)+r.indentLines(r.containerFlow(e,a.current()),t?Qs:Zs))),s(),o}}function Zs(e,t,n){return t===0?e:Qs(e,t,n)}function Qs(e,t,n){return(n?``:` `)+e}var $s=[`autolink`,`destinationLiteral`,`destinationRaw`,`reference`,`titleQuote`,`titleApostrophe`];ic.peek=ac;function ec(){return{canContainEols:[`delete`],enter:{strikethrough:nc},exit:{strikethrough:rc}}}function tc(){return{unsafe:[{character:`~`,inConstruct:`phrasing`,notInConstruct:$s}],handlers:{delete:ic}}}function nc(e){this.enter({type:`delete`,children:[]},e)}function rc(e){this.exit(e)}function ic(e,t,n,r){let i=n.createTracker(r),a=n.enter(`strikethrough`),o=i.move(`~~`);return o+=n.containerPhrasing(e,{...i.current(),before:o,after:`~`}),o+=i.move(`~~`),a(),o}function ac(){return`~`}function oc(e){return e.length}function sc(e,t){let n=t||{},r=(n.align||[]).concat(),i=n.stringLength||oc,a=[],o=[],s=[],c=[],l=0,u=-1;for(;++u<e.length;){let t=[],r=[],a=-1;for(e[u].length>l&&(l=e[u].length);++a<e[u].length;){let o=cc(e[u][a]);if(n.alignDelimiters!==!1){let e=i(o);r[a]=e,(c[a]===void 0||e>c[a])&&(c[a]=e)}t.push(o)}o[u]=t,s[u]=r}let d=-1;if(typeof r==`object`&&`length`in r)for(;++d<l;)a[d]=lc(r[d]);else{let e=lc(r);for(;++d<l;)a[d]=e}d=-1;let f=[],p=[];for(;++d<l;){let e=a[d],t=``,r=``;e===99?(t=`:`,r=`:`):e===108?t=`:`:e===114&&(r=`:`);let i=n.alignDelimiters===!1?1:Math.max(1,c[d]-t.length-r.length),o=t+`-`.repeat(i)+r;n.alignDelimiters!==!1&&(i=t.length+i+r.length,i>c[d]&&(c[d]=i),p[d]=i),f[d]=o}o.splice(1,0,f),s.splice(1,0,p),u=-1;let m=[];for(;++u<o.length;){let e=o[u],t=s[u];d=-1;let r=[];for(;++d<l;){let i=e[d]||``,o=``,s=``;if(n.alignDelimiters!==!1){let e=c[d]-(t[d]||0),n=a[d];n===114?o=` `.repeat(e):n===99?e%2?(o=` `.repeat(e/2+.5),s=` `.repeat(e/2-.5)):(o=` `.repeat(e/2),s=o):s=` `.repeat(e)}n.delimiterStart!==!1&&!d&&r.push(`|`),n.padding!==!1&&!(n.alignDelimiters===!1&&i===``)&&(n.delimiterStart!==!1||d)&&r.push(` `),n.alignDelimiters!==!1&&r.push(o),r.push(i),n.alignDelimiters!==!1&&r.push(s),n.padding!==!1&&r.push(` `),(n.delimiterEnd!==!1||d!==l-1)&&r.push(`|`)}m.push(n.delimiterEnd===!1?r.join(``).replace(/ +$/,``):r.join(``))}return m.join(`
|
|
19
|
+
`)}function cc(e){return e==null?``:String(e)}function lc(e){let 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 uc(e,t,n,r){let i=n.enter(`blockquote`),a=n.createTracker(r);a.move(`> `),a.shift(2);let o=n.indentLines(n.containerFlow(e,a.current()),dc);return i(),o}function dc(e,t,n){return`>`+(n?``:` `)+e}function fc(e,t){return pc(e,t.inConstruct,!0)&&!pc(e,t.notInConstruct,!1)}function pc(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 mc(e,t,n,r){let i=-1;for(;++i<n.unsafe.length;)if(n.unsafe[i].character===`
|
|
20
|
+
`&&fc(n.stack,n.unsafe[i]))return/[ \t]/.test(r.before)?``:` `;return`\\
|
|
21
|
+
`}function hc(e,t){let n=String(e),r=n.indexOf(t),i=r,a=0,o=0;if(typeof t!=`string`)throw TypeError(`Expected substring`);for(;r!==-1;)r===i?++a>o&&(o=a):a=1,i=r+t.length,r=n.indexOf(t,i);return o}function gc(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 _c(e){let t=e.options.fence||"`";if(t!=="`"&&t!==`~`)throw Error("Cannot serialize code with `"+t+"` for `options.fence`, expected `` ` `` or `~`");return t}function vc(e,t,n,r){let i=_c(n),a=e.value||``,o=i==="`"?`GraveAccent`:`Tilde`;if(gc(e,n)){let e=n.enter(`codeIndented`),t=n.indentLines(a,yc);return e(),t}let s=n.createTracker(r),c=i.repeat(Math.max(hc(a,i)+1,3)),l=n.enter(`codeFenced`),u=s.move(c);if(e.lang){let t=n.enter(`codeFencedLang${o}`);u+=s.move(n.safe(e.lang,{before:u,after:` `,encode:["`"],...s.current()})),t()}if(e.lang&&e.meta){let t=n.enter(`codeFencedMeta${o}`);u+=s.move(` `),u+=s.move(n.safe(e.meta,{before:u,after:`
|
|
22
|
+
`,encode:["`"],...s.current()})),t()}return u+=s.move(`
|
|
23
|
+
`),a&&(u+=s.move(a+`
|
|
24
|
+
`)),u+=s.move(c),l(),u}function yc(e,t,n){return(n?``:` `)+e}function bc(e){let t=e.options.quote||`"`;if(t!==`"`&&t!==`'`)throw Error("Cannot serialize title with `"+t+"` for `options.quote`, expected `\"`, or `'`");return t}function xc(e,t,n,r){let i=bc(n),a=i===`"`?`Quote`:`Apostrophe`,o=n.enter(`definition`),s=n.enter(`label`),c=n.createTracker(r),l=c.move(`[`);return l+=c.move(n.safe(n.associationId(e),{before:l,after:`]`,...c.current()})),l+=c.move(`]: `),s(),!e.url||/[\0- \u007F]/.test(e.url)?(s=n.enter(`destinationLiteral`),l+=c.move(`<`),l+=c.move(n.safe(e.url,{before:l,after:`>`,...c.current()})),l+=c.move(`>`)):(s=n.enter(`destinationRaw`),l+=c.move(n.safe(e.url,{before:l,after:e.title?` `:`
|
|
25
|
+
`,...c.current()}))),s(),e.title&&(s=n.enter(`title${a}`),l+=c.move(` `+i),l+=c.move(n.safe(e.title,{before:l,after:i,...c.current()})),l+=c.move(i),s()),o(),l}function Sc(e){let t=e.options.emphasis||`*`;if(t!==`*`&&t!==`_`)throw Error("Cannot serialize emphasis with `"+t+"` for `options.emphasis`, expected `*`, or `_`");return t}function Cc(e){return`&#x`+e.toString(16).toUpperCase()+`;`}function wc(e,t,n){let r=Gn(e),i=Gn(t);return r===void 0?i===void 0?n===`_`?{inside:!0,outside:!0}:{inside:!1,outside:!1}:i===1?{inside:!0,outside:!0}:{inside:!1,outside:!0}:r===1?i===void 0?{inside:!1,outside:!1}:i===1?{inside:!0,outside:!0}:{inside:!1,outside:!1}:i===void 0?{inside:!1,outside:!1}:i===1?{inside:!0,outside:!1}:{inside:!1,outside:!1}}Tc.peek=Ec;function Tc(e,t,n,r){let i=Sc(n),a=n.enter(`emphasis`),o=n.createTracker(r),s=o.move(i),c=o.move(n.containerPhrasing(e,{after:i,before:s,...o.current()})),l=c.charCodeAt(0),u=wc(r.before.charCodeAt(r.before.length-1),l,i);u.inside&&(c=Cc(l)+c.slice(1));let d=c.charCodeAt(c.length-1),f=wc(r.after.charCodeAt(0),d,i);f.inside&&(c=c.slice(0,-1)+Cc(d));let p=o.move(i);return a(),n.attentionEncodeSurroundingInfo={after:f.outside,before:u.outside},s+c+p}function Ec(e,t,n){return n.options.emphasis||`*`}function Dc(e,t){let n=!1;return mo(e,function(e){if(`value`in e&&/\r?\n|\r/.test(e.value)||e.type===`break`)return n=!0,!1}),!!((!e.depth||e.depth<3)&&_n(e)&&(t.options.setext||n))}function Oc(e,t,n,r){let i=Math.max(Math.min(6,e.depth||1),1),a=n.createTracker(r);if(Dc(e,n)){let t=n.enter(`headingSetext`),r=n.enter(`phrasing`),o=n.containerPhrasing(e,{...a.current(),before:`
|
|
26
|
+
`,after:`
|
|
27
|
+
`});return r(),t(),o+`
|
|
28
|
+
`+(i===1?`=`:`-`).repeat(o.length-(Math.max(o.lastIndexOf(`\r`),o.lastIndexOf(`
|
|
29
|
+
`))+1))}let o=`#`.repeat(i),s=n.enter(`headingAtx`),c=n.enter(`phrasing`);a.move(o+` `);let l=n.containerPhrasing(e,{before:`# `,after:`
|
|
30
|
+
`,...a.current()});return/^[\t ]/.test(l)&&(l=Cc(l.charCodeAt(0))+l.slice(1)),l=l?o+` `+l:o,n.options.closeAtx&&(l+=` `+o),c(),s(),l}kc.peek=Ac;function kc(e){return e.value||``}function Ac(){return`<`}jc.peek=Mc;function jc(e,t,n,r){let i=bc(n),a=i===`"`?`Quote`:`Apostrophe`,o=n.enter(`image`),s=n.enter(`label`),c=n.createTracker(r),l=c.move(`![`);return l+=c.move(n.safe(e.alt,{before:l,after:`]`,...c.current()})),l+=c.move(`](`),s(),!e.url&&e.title||/[\0- \u007F]/.test(e.url)?(s=n.enter(`destinationLiteral`),l+=c.move(`<`),l+=c.move(n.safe(e.url,{before:l,after:`>`,...c.current()})),l+=c.move(`>`)):(s=n.enter(`destinationRaw`),l+=c.move(n.safe(e.url,{before:l,after:e.title?` `:`)`,...c.current()}))),s(),e.title&&(s=n.enter(`title${a}`),l+=c.move(` `+i),l+=c.move(n.safe(e.title,{before:l,after:i,...c.current()})),l+=c.move(i),s()),l+=c.move(`)`),o(),l}function Mc(){return`!`}Nc.peek=Pc;function Nc(e,t,n,r){let i=e.referenceType,a=n.enter(`imageReference`),o=n.enter(`label`),s=n.createTracker(r),c=s.move(`![`),l=n.safe(e.alt,{before:c,after:`]`,...s.current()});c+=s.move(l+`][`),o();let u=n.stack;n.stack=[],o=n.enter(`reference`);let d=n.safe(n.associationId(e),{before:c,after:`]`,...s.current()});return o(),n.stack=u,a(),i===`full`||!l||l!==d?c+=s.move(d+`]`):i===`shortcut`?c=c.slice(0,-1):c+=s.move(`]`),c}function Pc(){return`!`}Fc.peek=Ic;function Fc(e,t,n){let r=e.value||``,i="`",a=-1;for(;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;){let e=n.unsafe[a],t=n.compilePattern(e),i;if(e.atBreak)for(;i=t.exec(r);){let e=i.index;r.charCodeAt(e)===10&&r.charCodeAt(e-1)===13&&e--,r=r.slice(0,e)+` `+r.slice(i.index+1)}}return i+r+i}function Ic(){return"`"}function Lc(e,t){let n=_n(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))}Rc.peek=zc;function Rc(e,t,n,r){let i=bc(n),a=i===`"`?`Quote`:`Apostrophe`,o=n.createTracker(r),s,c;if(Lc(e,n)){let t=n.stack;n.stack=[],s=n.enter(`autolink`);let r=o.move(`<`);return r+=o.move(n.containerPhrasing(e,{before:r,after:`>`,...o.current()})),r+=o.move(`>`),s(),n.stack=t,r}s=n.enter(`link`),c=n.enter(`label`);let l=o.move(`[`);return l+=o.move(n.containerPhrasing(e,{before:l,after:`](`,...o.current()})),l+=o.move(`](`),c(),!e.url&&e.title||/[\0- \u007F]/.test(e.url)?(c=n.enter(`destinationLiteral`),l+=o.move(`<`),l+=o.move(n.safe(e.url,{before:l,after:`>`,...o.current()})),l+=o.move(`>`)):(c=n.enter(`destinationRaw`),l+=o.move(n.safe(e.url,{before:l,after:e.title?` `:`)`,...o.current()}))),c(),e.title&&(c=n.enter(`title${a}`),l+=o.move(` `+i),l+=o.move(n.safe(e.title,{before:l,after:i,...o.current()})),l+=o.move(i),c()),l+=o.move(`)`),s(),l}function zc(e,t,n){return Lc(e,n)?`<`:`[`}Bc.peek=Vc;function Bc(e,t,n,r){let i=e.referenceType,a=n.enter(`linkReference`),o=n.enter(`label`),s=n.createTracker(r),c=s.move(`[`),l=n.containerPhrasing(e,{before:c,after:`]`,...s.current()});c+=s.move(l+`][`),o();let u=n.stack;n.stack=[],o=n.enter(`reference`);let d=n.safe(n.associationId(e),{before:c,after:`]`,...s.current()});return o(),n.stack=u,a(),i===`full`||!l||l!==d?c+=s.move(d+`]`):i===`shortcut`?c=c.slice(0,-1):c+=s.move(`]`),c}function Vc(){return`[`}function Hc(e){let t=e.options.bullet||`*`;if(t!==`*`&&t!==`+`&&t!==`-`)throw Error("Cannot serialize items with `"+t+"` for `options.bullet`, expected `*`, `+`, or `-`");return t}function Uc(e){let t=Hc(e),n=e.options.bulletOther;if(!n)return t===`*`?`-`:`*`;if(n!==`*`&&n!==`+`&&n!==`-`)throw Error("Cannot serialize items with `"+n+"` for `options.bulletOther`, expected `*`, `+`, or `-`");if(n===t)throw Error("Expected `bullet` (`"+t+"`) and `bulletOther` (`"+n+"`) to be different");return n}function Wc(e){let t=e.options.bulletOrdered||`.`;if(t!==`.`&&t!==`)`)throw Error("Cannot serialize items with `"+t+"` for `options.bulletOrdered`, expected `.` or `)`");return t}function Gc(e){let t=e.options.rule||`*`;if(t!==`*`&&t!==`-`&&t!==`_`)throw Error("Cannot serialize rules with `"+t+"` for `options.rule`, expected `*`, `-`, or `_`");return t}function Kc(e,t,n,r){let i=n.enter(`list`),a=n.bulletCurrent,o=e.ordered?Wc(n):Hc(n),s=e.ordered?o===`.`?`)`:`.`:Uc(n),c=t&&n.bulletLastUsed?o===n.bulletLastUsed:!1;if(!e.ordered){let t=e.children?e.children[0]:void 0;if((o===`*`||o===`-`)&&t&&(!t.children||!t.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&&(c=!0),Gc(n)===o&&t){let t=-1;for(;++t<e.children.length;){let n=e.children[t];if(n&&n.type===`listItem`&&n.children&&n.children[0]&&n.children[0].type===`thematicBreak`){c=!0;break}}}}c&&(o=s),n.bulletCurrent=o;let l=n.containerFlow(e,r);return n.bulletLastUsed=o,n.bulletCurrent=a,i(),l}function qc(e){let t=e.options.listItemIndent||`one`;if(t!==`tab`&&t!==`one`&&t!==`mixed`)throw Error("Cannot serialize items with `"+t+"` for `options.listItemIndent`, expected `tab`, `one`, or `mixed`");return t}function Jc(e,t,n,r){let i=qc(n),a=n.bulletCurrent||Hc(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 o=a.length+1;(i===`tab`||i===`mixed`&&(t&&t.type===`list`&&t.spread||e.spread))&&(o=Math.ceil(o/4)*4);let s=n.createTracker(r);s.move(a+` `.repeat(o-a.length)),s.shift(o);let c=n.enter(`listItem`),l=n.indentLines(n.containerFlow(e,s.current()),u);return c(),l;function u(e,t,n){return t?(n?``:` `.repeat(o))+e:(n?a:a+` `.repeat(o-a.length))+e}}function Yc(e,t,n,r){let i=n.enter(`paragraph`),a=n.enter(`phrasing`),o=n.containerPhrasing(e,r);return a(),i(),o}var Xc=no([`break`,`delete`,`emphasis`,`footnote`,`footnoteReference`,`image`,`imageReference`,`inlineCode`,`inlineMath`,`link`,`linkReference`,`mdxJsxTextElement`,`mdxTextExpression`,`strong`,`text`,`textDirective`]);function Zc(e,t,n,r){return(e.children.some(function(e){return Xc(e)})?n.containerPhrasing:n.containerFlow).call(n,e,r)}function Qc(e){let t=e.options.strong||`*`;if(t!==`*`&&t!==`_`)throw Error("Cannot serialize strong with `"+t+"` for `options.strong`, expected `*`, or `_`");return t}$c.peek=el;function $c(e,t,n,r){let i=Qc(n),a=n.enter(`strong`),o=n.createTracker(r),s=o.move(i+i),c=o.move(n.containerPhrasing(e,{after:i,before:s,...o.current()})),l=c.charCodeAt(0),u=wc(r.before.charCodeAt(r.before.length-1),l,i);u.inside&&(c=Cc(l)+c.slice(1));let d=c.charCodeAt(c.length-1),f=wc(r.after.charCodeAt(0),d,i);f.inside&&(c=c.slice(0,-1)+Cc(d));let p=o.move(i+i);return a(),n.attentionEncodeSurroundingInfo={after:f.outside,before:u.outside},s+c+p}function el(e,t,n){return n.options.strong||`*`}function tl(e,t,n,r){return n.safe(e.value,r)}function nl(e){let t=e.options.ruleRepetition||3;if(t<3)throw Error("Cannot serialize rules with repetition `"+t+"` for `options.ruleRepetition`, expected `3` or more");return t}function rl(e,t,n){let r=(Gc(n)+(n.options.ruleSpaces?` `:``)).repeat(nl(n));return n.options.ruleSpaces?r.slice(0,-1):r}var il={blockquote:uc,break:mc,code:vc,definition:xc,emphasis:Tc,hardBreak:mc,heading:Oc,html:kc,image:jc,imageReference:Nc,inlineCode:Fc,link:Rc,linkReference:Bc,list:Kc,listItem:Jc,paragraph:Yc,root:Zc,strong:$c,text:tl,thematicBreak:rl};function al(){return{enter:{table:ol,tableData:ul,tableHeader:ul,tableRow:cl},exit:{codeText:dl,table:sl,tableData:ll,tableHeader:ll,tableRow:ll}}}function ol(e){let t=e._align;this.enter({type:`table`,align:t.map(function(e){return e===`none`?null:e}),children:[]},e),this.data.inTable=!0}function sl(e){this.exit(e),this.data.inTable=void 0}function cl(e){this.enter({type:`tableRow`,children:[]},e)}function ll(e){this.exit(e)}function ul(e){this.enter({type:`tableCell`,children:[]},e)}function dl(e){let t=this.resume();this.data.inTable&&(t=t.replace(/\\([\\|])/g,fl));let n=this.stack[this.stack.length-1];n.type,n.value=t,this.exit(e)}function fl(e,t){return t===`|`?t:e}function pl(e){let t=e||{},n=t.tableCellPadding,r=t.tablePipeAlign,i=t.stringLength,a=n?` `:`|`;return{unsafe:[{character:`\r`,inConstruct:`tableCell`},{character:`
|
|
31
|
+
`,inConstruct:`tableCell`},{atBreak:!0,character:`|`,after:`[ :-]`},{character:`|`,inConstruct:`tableCell`},{atBreak:!0,character:`:`,after:`-`},{atBreak:!0,character:`-`,after:`[:|-]`}],handlers:{inlineCode:f,table:o,tableCell:c,tableRow:s}};function o(e,t,n,r){return l(u(e,n,r),e.align)}function s(e,t,n,r){let i=l([d(e,n,r)]);return i.slice(0,i.indexOf(`
|
|
32
|
+
`))}function c(e,t,n,r){let i=n.enter(`tableCell`),o=n.enter(`phrasing`),s=n.containerPhrasing(e,{...r,before:a,after:a});return o(),i(),s}function l(e,t){return sc(e,{align:t,alignDelimiters:r,padding:n,stringLength:i})}function u(e,t,n){let r=e.children,i=-1,a=[],o=t.enter(`table`);for(;++i<r.length;)a[i]=d(r[i],t,n);return o(),a}function d(e,t,n){let r=e.children,i=-1,a=[],o=t.enter(`tableRow`);for(;++i<r.length;)a[i]=c(r[i],e,t,n);return o(),a}function f(e,t,n){let r=il.inlineCode(e,t,n);return n.stack.includes(`tableCell`)&&(r=r.replace(/\|/g,`\\$&`)),r}}function ml(){return{exit:{taskListCheckValueChecked:gl,taskListCheckValueUnchecked:gl,paragraph:_l}}}function hl(){return{unsafe:[{atBreak:!0,character:`-`,after:`[:|-]`}],handlers:{listItem:vl}}}function gl(e){let t=this.stack[this.stack.length-2];t.type,t.checked=e.type===`taskListCheckValueChecked`}function _l(e){let t=this.stack[this.stack.length-2];if(t&&t.type===`listItem`&&typeof t.checked==`boolean`){let e=this.stack[this.stack.length-1];e.type;let n=e.children[0];if(n&&n.type===`text`){let r=t.children,i=-1,a;for(;++i<r.length;){let e=r[i];if(e.type===`paragraph`){a=e;break}}a===e&&(n.value=n.value.slice(1),n.value.length===0?e.children.shift():e.position&&n.position&&typeof n.position.start.offset==`number`&&(n.position.start.column++,n.position.start.offset++,e.position.start=Object.assign({},n.position.start)))}}this.exit(e)}function vl(e,t,n,r){let i=e.children[0],a=typeof e.checked==`boolean`&&i&&i.type===`paragraph`,o=`[`+(e.checked?`x`:` `)+`] `,s=n.createTracker(r);a&&s.move(o);let c=il.listItem(e,t,n,{...r,...s.current()});return a&&(c=c.replace(/^(?:[*+-]|\d+\.)([\r\n]| {1,3})/,l)),c;function l(e){return e+o}}function yl(){return[Ts(),Ys(),ec(),al(),ml()]}function bl(e){return{extensions:[Es(),Xs(e),tc(),pl(e),hl()]}}var xl={tokenize:Fl,partial:!0},Sl={tokenize:Il,partial:!0},Cl={tokenize:Ll,partial:!0},wl={tokenize:Rl,partial:!0},Tl={tokenize:zl,partial:!0},El={name:`wwwAutolink`,tokenize:Nl,previous:Bl},Dl={name:`protocolAutolink`,tokenize:Pl,previous:Vl},Ol={name:`emailAutolink`,tokenize:Ml,previous:Hl},kl={};function Al(){return{text:kl}}for(var jl=48;jl<123;)kl[jl]=Ol,jl++,jl===58?jl=65:jl===91&&(jl=97);kl[43]=Ol,kl[45]=Ol,kl[46]=Ol,kl[95]=Ol,kl[72]=[Ol,Dl],kl[104]=[Ol,Dl],kl[87]=[Ol,El],kl[119]=[Ol,El];function Ml(e,t,n){let r=this,i,a;return o;function o(t){return!Ul(t)||!Hl.call(r,r.previous)||Wl(r.events)?n(t):(e.enter(`literalAutolink`),e.enter(`literalAutolinkEmail`),s(t))}function s(t){return Ul(t)?(e.consume(t),s):t===64?(e.consume(t),c):n(t)}function c(t){return t===46?e.check(Tl,u,l)(t):t===45||t===95||q(t)?(a=!0,e.consume(t),c):u(t)}function l(t){return e.consume(t),i=!0,c}function u(o){return a&&i&&K(r.previous)?(e.exit(`literalAutolinkEmail`),e.exit(`literalAutolink`),t(o)):n(o)}}function Nl(e,t,n){let r=this;return i;function i(t){return t!==87&&t!==119||!Bl.call(r,r.previous)||Wl(r.events)?n(t):(e.enter(`literalAutolink`),e.enter(`literalAutolinkWww`),e.check(xl,e.attempt(Sl,e.attempt(Cl,a),n),n)(t))}function a(n){return e.exit(`literalAutolinkWww`),e.exit(`literalAutolink`),t(n)}}function Pl(e,t,n){let r=this,i=``,a=!1;return o;function o(t){return(t===72||t===104)&&Vl.call(r,r.previous)&&!Wl(r.events)?(e.enter(`literalAutolink`),e.enter(`literalAutolinkHttp`),i+=String.fromCodePoint(t),e.consume(t),s):n(t)}function s(t){if(K(t)&&i.length<5)return i+=String.fromCodePoint(t),e.consume(t),s;if(t===58){let n=i.toLowerCase();if(n===`http`||n===`https`)return e.consume(t),c}return n(t)}function c(t){return t===47?(e.consume(t),a?l:(a=!0,c)):n(t)}function l(t){return t===null||jn(t)||Y(t)||In(t)||Fn(t)?n(t):e.attempt(Sl,e.attempt(Cl,u),n)(t)}function u(n){return e.exit(`literalAutolinkHttp`),e.exit(`literalAutolink`),t(n)}}function Fl(e,t,n){let r=0;return i;function i(t){return(t===87||t===119)&&r<3?(r++,e.consume(t),i):t===46&&r===3?(e.consume(t),a):n(t)}function a(e){return e===null?n(e):t(e)}}function Il(e,t,n){let r,i,a;return o;function o(t){return t===46||t===95?e.check(wl,c,s)(t):t===null||Y(t)||In(t)||t!==45&&Fn(t)?c(t):(a=!0,e.consume(t),o)}function s(t){return t===95?r=!0:(i=r,r=void 0),e.consume(t),o}function c(e){return i||r||!a?n(e):t(e)}}function Ll(e,t){let n=0,r=0;return i;function i(o){return o===40?(n++,e.consume(o),i):o===41&&r<n?a(o):o===33||o===34||o===38||o===39||o===41||o===42||o===44||o===46||o===58||o===59||o===60||o===63||o===93||o===95||o===126?e.check(wl,t,a)(o):o===null||Y(o)||In(o)?t(o):(e.consume(o),i)}function a(t){return t===41&&r++,e.consume(t),i}}function Rl(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||Y(o)||In(o)?t(o):n(o)}function i(e){return e===null||e===40||e===91||Y(e)||In(e)?t(e):r(e)}function a(e){return K(e)?o(e):n(e)}function o(t){return t===59?(e.consume(t),r):K(t)?(e.consume(t),o):n(t)}}function zl(e,t,n){return r;function r(t){return e.consume(t),i}function i(e){return q(e)?n(e):t(e)}}function Bl(e){return e===null||e===40||e===42||e===95||e===91||e===93||e===126||Y(e)}function Vl(e){return!K(e)}function Hl(e){return!(e===47||Ul(e))}function Ul(e){return e===43||e===45||e===46||e===95||q(e)}function Wl(e){let t=e.length,n=!1;for(;t--;){let 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}var Gl={tokenize:$l,partial:!0};function Kl(){return{document:{91:{name:`gfmFootnoteDefinition`,tokenize:Xl,continuation:{tokenize:Zl},exit:Ql}},text:{91:{name:`gfmFootnoteCall`,tokenize:Yl},93:{name:`gfmPotentialFootnoteCall`,add:`after`,tokenize:ql,resolveTo:Jl}}}}function ql(e,t,n){let r=this,i=r.events.length,a=r.parser.gfmFootnotes||(r.parser.gfmFootnotes=[]),o;for(;i--;){let e=r.events[i][1];if(e.type===`labelImage`){o=e;break}if(e.type===`gfmFootnoteCall`||e.type===`labelLink`||e.type===`label`||e.type===`image`||e.type===`link`)break}return s;function s(i){if(!o||!o._balanced)return n(i);let s=kn(r.sliceSerialize({start:o.end,end:r.now()}));return s.codePointAt(0)!==94||!a.includes(s.slice(1))?n(i):(e.enter(`gfmFootnoteCallLabelMarker`),e.consume(i),e.exit(`gfmFootnoteCallLabelMarker`),t(i))}}function Jl(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`;let 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++;let a={type:`gfmFootnoteCallString`,start:Object.assign({},i.end),end:Object.assign({},e[e.length-1][1].start)},o={type:`chunkString`,contentType:`string`,start:Object.assign({},a.start),end:Object.assign({},a.end)},s=[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`,o,t],[`exit`,o,t],[`exit`,a,t],e[e.length-2],e[e.length-1],[`exit`,r,t]];return e.splice(n,e.length-n+1,...s),e}function Yl(e,t,n){let r=this,i=r.parser.gfmFootnotes||(r.parser.gfmFootnotes=[]),a=0,o;return s;function s(t){return e.enter(`gfmFootnoteCall`),e.enter(`gfmFootnoteCallLabelMarker`),e.consume(t),e.exit(`gfmFootnoteCallLabelMarker`),c}function c(t){return t===94?(e.enter(`gfmFootnoteCallMarker`),e.consume(t),e.exit(`gfmFootnoteCallMarker`),e.enter(`gfmFootnoteCallString`),e.enter(`chunkString`).contentType=`string`,l):n(t)}function l(s){if(a>999||s===93&&!o||s===null||s===91||Y(s))return n(s);if(s===93){e.exit(`chunkString`);let a=e.exit(`gfmFootnoteCallString`);return i.includes(kn(r.sliceSerialize(a)))?(e.enter(`gfmFootnoteCallLabelMarker`),e.consume(s),e.exit(`gfmFootnoteCallLabelMarker`),e.exit(`gfmFootnoteCall`),t):n(s)}return Y(s)||(o=!0),a++,e.consume(s),s===92?u:l}function u(t){return t===91||t===92||t===93?(e.consume(t),a++,l):l(t)}}function Xl(e,t,n){let r=this,i=r.parser.gfmFootnotes||(r.parser.gfmFootnotes=[]),a,o=0,s;return c;function c(t){return e.enter(`gfmFootnoteDefinition`)._container=!0,e.enter(`gfmFootnoteDefinitionLabel`),e.enter(`gfmFootnoteDefinitionLabelMarker`),e.consume(t),e.exit(`gfmFootnoteDefinitionLabelMarker`),l}function l(t){return t===94?(e.enter(`gfmFootnoteDefinitionMarker`),e.consume(t),e.exit(`gfmFootnoteDefinitionMarker`),e.enter(`gfmFootnoteDefinitionLabelString`),e.enter(`chunkString`).contentType=`string`,u):n(t)}function u(t){if(o>999||t===93&&!s||t===null||t===91||Y(t))return n(t);if(t===93){e.exit(`chunkString`);let n=e.exit(`gfmFootnoteDefinitionLabelString`);return a=kn(r.sliceSerialize(n)),e.enter(`gfmFootnoteDefinitionLabelMarker`),e.consume(t),e.exit(`gfmFootnoteDefinitionLabelMarker`),e.exit(`gfmFootnoteDefinitionLabel`),f}return Y(t)||(s=!0),o++,e.consume(t),t===92?d:u}function d(t){return t===91||t===92||t===93?(e.consume(t),o++,u):u(t)}function f(t){return t===58?(e.enter(`definitionMarker`),e.consume(t),e.exit(`definitionMarker`),i.includes(a)||i.push(a),Z(e,p,`gfmFootnoteDefinitionWhitespace`)):n(t)}function p(e){return t(e)}}function Zl(e,t,n){return e.check($n,t,e.attempt(Gl,t,n))}function Ql(e){e.exit(`gfmFootnoteDefinition`)}function $l(e,t,n){let r=this;return Z(e,i,`gfmFootnoteDefinitionIndent`,5);function i(e){let i=r.events[r.events.length-1];return i&&i[1].type===`gfmFootnoteDefinitionIndent`&&i[2].sliceSerialize(i[1],!0).length===4?t(e):n(e)}}function eu(e){let t=(e||{}).singleTilde,n={name:`strikethrough`,tokenize:i,resolveAll:r};return t??=!0,{text:{126:n},insideSpan:{null:[n]},attentionMarkers:{null:[126]}};function r(e,t){let n=-1;for(;++n<e.length;)if(e[n][0]===`enter`&&e[n][1].type===`strikethroughSequenceTemporary`&&e[n][1]._close){let r=n;for(;r--;)if(e[r][0]===`exit`&&e[r][1].type===`strikethroughSequenceTemporary`&&e[r][1]._open&&e[n][1].end.offset-e[n][1].start.offset===e[r][1].end.offset-e[r][1].start.offset){e[n][1].type=`strikethroughSequence`,e[r][1].type=`strikethroughSequence`;let i={type:`strikethrough`,start:Object.assign({},e[r][1].start),end:Object.assign({},e[n][1].end)},a={type:`strikethroughText`,start:Object.assign({},e[r][1].end),end:Object.assign({},e[n][1].start)},o=[[`enter`,i,t],[`enter`,e[r][1],t],[`exit`,e[r][1],t],[`enter`,a,t]],s=t.parser.constructs.insideSpan.null;s&&G(o,o.length,0,Kn(s,e.slice(r+1,n),t)),G(o,o.length,0,[[`exit`,a,t],[`enter`,e[n][1],t],[`exit`,e[n][1],t],[`exit`,i,t]]),G(e,r-1,n-r+3,o),n=r+o.length-2;break}}for(n=-1;++n<e.length;)e[n][1].type===`strikethroughSequenceTemporary`&&(e[n][1].type=`data`);return e}function i(e,n,r){let i=this.previous,a=this.events,o=0;return s;function s(t){return i===126&&a[a.length-1][1].type!==`characterEscape`?r(t):(e.enter(`strikethroughSequenceTemporary`),c(t))}function c(a){let s=Gn(i);if(a===126)return o>1?r(a):(e.consume(a),o++,c);if(o<2&&!t)return r(a);let l=e.exit(`strikethroughSequenceTemporary`),u=Gn(a);return l._open=!u||u===2&&!!s,l._close=!s||s===2&&!!u,n(a)}}}var tu=class{constructor(){this.map=[]}add(e,t,n){nu(this,e,t,n)}consume(e){if(this.map.sort(function(e,t){return e[0]-t[0]}),this.map.length===0)return;let t=this.map.length,n=[];for(;t>0;)--t,n.push(e.slice(this.map[t][0]+this.map[t][1]),this.map[t][2]),e.length=this.map[t][0];n.push(e.slice()),e.length=0;let r=n.pop();for(;r;){for(let t of r)e.push(t);r=n.pop()}this.map.length=0}};function nu(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 ru(e,t){let n=!1,r=[];for(;t<e.length;){let 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`){let e=r.length-1;r[e]=r[e]===`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 iu(){return{flow:{null:{name:`table`,tokenize:au,resolveAll:ou}}}}function au(e,t,n){let r=this,i=0,a=0,o;return s;function s(e){let t=r.events.length-1;for(;t>-1;){let e=r.events[t][1].type;if(e===`lineEnding`||e===`linePrefix`)t--;else break}let i=t>-1?r.events[t][1].type:null,a=i===`tableHead`||i===`tableRow`?S:c;return a===S&&r.parser.lazy[r.now().line]?n(e):a(e)}function c(t){return e.enter(`tableHead`),e.enter(`tableRow`),l(t)}function l(e){return e===124?u(e):(o=!0,a+=1,u(e))}function u(t){return t===null?n(t):J(t)?a>1?(a=0,r.interrupt=!0,e.exit(`tableRow`),e.enter(`lineEnding`),e.consume(t),e.exit(`lineEnding`),p):n(t):X(t)?Z(e,u,`whitespace`)(t):(a+=1,o&&(o=!1,i+=1),t===124?(e.enter(`tableCellDivider`),e.consume(t),e.exit(`tableCellDivider`),o=!0,u):(e.enter(`data`),d(t)))}function d(t){return t===null||t===124||Y(t)?(e.exit(`data`),u(t)):(e.consume(t),t===92?f:d)}function f(t){return t===92||t===124?(e.consume(t),d):d(t)}function p(t){return r.interrupt=!1,r.parser.lazy[r.now().line]?n(t):(e.enter(`tableDelimiterRow`),o=!1,X(t)?Z(e,m,`linePrefix`,r.parser.constructs.disable.null.includes(`codeIndented`)?void 0:4)(t):m(t))}function m(t){return t===45||t===58?g(t):t===124?(o=!0,e.enter(`tableCellDivider`),e.consume(t),e.exit(`tableCellDivider`),h):x(t)}function h(t){return X(t)?Z(e,g,`whitespace`)(t):g(t)}function g(t){return t===58?(a+=1,o=!0,e.enter(`tableDelimiterMarker`),e.consume(t),e.exit(`tableDelimiterMarker`),_):t===45?(a+=1,_(t)):t===null||J(t)?b(t):x(t)}function _(t){return t===45?(e.enter(`tableDelimiterFiller`),v(t)):x(t)}function v(t){return t===45?(e.consume(t),v):t===58?(o=!0,e.exit(`tableDelimiterFiller`),e.enter(`tableDelimiterMarker`),e.consume(t),e.exit(`tableDelimiterMarker`),y):(e.exit(`tableDelimiterFiller`),y(t))}function y(t){return X(t)?Z(e,b,`whitespace`)(t):b(t)}function b(n){return n===124?m(n):n===null||J(n)?!o||i!==a?x(n):(e.exit(`tableDelimiterRow`),e.exit(`tableHead`),t(n)):x(n)}function x(e){return n(e)}function S(t){return e.enter(`tableRow`),C(t)}function C(n){return n===124?(e.enter(`tableCellDivider`),e.consume(n),e.exit(`tableCellDivider`),C):n===null||J(n)?(e.exit(`tableRow`),t(n)):X(n)?Z(e,C,`whitespace`)(n):(e.enter(`data`),w(n))}function w(t){return t===null||t===124||Y(t)?(e.exit(`data`),C(t)):(e.consume(t),t===92?T:w)}function T(t){return t===92||t===124?(e.consume(t),w):w(t)}}function ou(e,t){let n=-1,r=!0,i=0,a=[0,0,0,0],o=[0,0,0,0],s=!1,c=0,l,u,d,f=new tu;for(;++n<e.length;){let p=e[n],m=p[1];p[0]===`enter`?m.type===`tableHead`?(s=!1,c!==0&&(cu(f,t,c,l,u),u=void 0,c=0),l={type:`table`,start:Object.assign({},m.start),end:Object.assign({},m.end)},f.add(n,0,[[`enter`,l,t]])):m.type===`tableRow`||m.type===`tableDelimiterRow`?(r=!0,d=void 0,a=[0,0,0,0],o=[0,n+1,0,0],s&&(s=!1,u={type:`tableBody`,start:Object.assign({},m.start),end:Object.assign({},m.end)},f.add(n,0,[[`enter`,u,t]])),i=m.type===`tableDelimiterRow`?2:u?3:1):i&&(m.type===`data`||m.type===`tableDelimiterMarker`||m.type===`tableDelimiterFiller`)?(r=!1,o[2]===0&&(a[1]!==0&&(o[0]=o[1],d=su(f,t,a,i,void 0,d),a=[0,0,0,0]),o[2]=n)):m.type===`tableCellDivider`&&(r?r=!1:(a[1]!==0&&(o[0]=o[1],d=su(f,t,a,i,void 0,d)),a=o,o=[a[1],n,0,0])):m.type===`tableHead`?(s=!0,c=n):m.type===`tableRow`||m.type===`tableDelimiterRow`?(c=n,a[1]===0?o[1]!==0&&(d=su(f,t,o,i,n,d)):(o[0]=o[1],d=su(f,t,a,i,n,d)),i=0):i&&(m.type===`data`||m.type===`tableDelimiterMarker`||m.type===`tableDelimiterFiller`)&&(o[3]=n)}for(c!==0&&cu(f,t,c,l,u),f.consume(t.events),n=-1;++n<t.events.length;){let e=t.events[n];e[0]===`enter`&&e[1].type===`table`&&(e[1]._align=ru(t.events,n))}return e}function su(e,t,n,r,i,a){let o=r===1?`tableHeader`:r===2?`tableDelimiter`:`tableData`;n[0]!==0&&(a.end=Object.assign({},lu(t.events,n[0])),e.add(n[0],0,[[`exit`,a,t]]));let s=lu(t.events,n[1]);if(a={type:o,start:Object.assign({},s),end:Object.assign({},s)},e.add(n[1],0,[[`enter`,a,t]]),n[2]!==0){let i=lu(t.events,n[2]),a=lu(t.events,n[3]),o={type:`tableContent`,start:Object.assign({},i),end:Object.assign({},a)};if(e.add(n[2],0,[[`enter`,o,t]]),r!==2){let r=t.events[n[2]],i=t.events[n[3]];if(r[1].end=Object.assign({},i[1].end),r[1].type=`chunkText`,r[1].contentType=`text`,n[3]>n[2]+1){let t=n[2]+1,r=n[3]-n[2]-1;e.add(t,r,[])}}e.add(n[3]+1,0,[[`exit`,o,t]])}return i!==void 0&&(a.end=Object.assign({},lu(t.events,i)),e.add(i,0,[[`exit`,a,t]]),a=void 0),a}function cu(e,t,n,r,i){let a=[],o=lu(t.events,n);i&&(i.end=Object.assign({},o),a.push([`exit`,i,t])),r.end=Object.assign({},o),a.push([`exit`,r,t]),e.add(n+1,0,a)}function lu(e,t){let n=e[t],r=n[0]===`enter`?`start`:`end`;return n[1][r]}var uu={name:`tasklistCheck`,tokenize:fu};function du(){return{text:{91:uu}}}function fu(e,t,n){let r=this;return i;function i(t){return r.previous!==null||!r._gfmTasklistFirstContentOfListItem?n(t):(e.enter(`taskListCheck`),e.enter(`taskListCheckMarker`),e.consume(t),e.exit(`taskListCheckMarker`),a)}function a(t){return Y(t)?(e.enter(`taskListCheckValueUnchecked`),e.consume(t),e.exit(`taskListCheckValueUnchecked`),o):t===88||t===120?(e.enter(`taskListCheckValueChecked`),e.consume(t),e.exit(`taskListCheckValueChecked`),o):n(t)}function o(t){return t===93?(e.enter(`taskListCheckMarker`),e.consume(t),e.exit(`taskListCheckMarker`),e.exit(`taskListCheck`),s):n(t)}function s(r){return J(r)?t(r):X(r)?e.check({tokenize:pu},t,n)(r):n(r)}}function pu(e,t,n){return Z(e,r,`whitespace`);function r(e){return e===null?n(e):t(e)}}function mu(e){return Tn([Al(),Kl(),eu(e),iu(),du()])}var hu={};function gu(e){let t=this,n=e||hu,r=t.data(),i=r.micromarkExtensions||=[],a=r.fromMarkdownExtensions||=[],o=r.toMarkdownExtensions||=[];i.push(mu(n)),a.push(yl()),o.push(bl(n))}var _u=null;function vu(){return _u||=xe(async()=>{let{default:e}=await import(`./mermaid.core-DnUst0He.js`);return{default:e}},__vite__mapDeps([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21])).then(({default:e})=>(e.initialize({startOnLoad:!1,theme:`neutral`}),e)),_u}function yu({source:e}){let t=(0,N.useRef)(null),[n,r]=(0,N.useState)(null);return(0,N.useEffect)(()=>{let n=!1,i=`mermaid-${Math.random().toString(36).slice(2,9)}`;return vu().then(t=>t.render(i,e)).then(({svg:e})=>{!n&&t.current&&(t.current.innerHTML=e)}).catch(t=>{n||(console.error(`[MermaidBlock] render failed:`,e,t),r(t instanceof Error?t.message:`Diagram render failed`))}),()=>{n=!0}},[e]),n?(0,$.jsxs)(`div`,{className:`md-mermaid md-mermaid-error`,children:[(0,$.jsx)(`div`,{className:`md-mermaid-error-label`,children:`Diagram render error`}),(0,$.jsx)(`pre`,{className:`md-pre`,children:(0,$.jsx)(`code`,{className:`md-code`,children:e})})]}):(0,$.jsx)(`div`,{className:`md-mermaid`,ref:t})}var bu=/\.(mp4|webm|mov)(\?.*)?$/i,xu=/(?:youtube\.com\/watch\?v=|youtu\.be\/)([\w-]+)/,Su=/vimeo\.com\/(\d+)/;function Cu(e){return!!e&&bu.test(e)}function wu(e){if(!e)return null;let t=e.match(xu);return t?t[1]:null}function Tu(e){if(!e)return null;let t=e.match(Su);return t?t[1]:null}function Eu({src:e}){return(0,$.jsx)(`video`,{className:`md-video`,controls:!0,playsInline:!0,preload:`metadata`,children:(0,$.jsx)(`source`,{src:e})})}function Du({videoId:e}){return(0,$.jsx)(`div`,{className:`md-video-iframe`,children:(0,$.jsx)(`iframe`,{src:`https://www.youtube-nocookie.com/embed/${e}`,allow:`accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture`,allowFullScreen:!0,loading:`lazy`})})}function Ou({videoId:e}){return(0,$.jsx)(`div`,{className:`md-video-iframe`,children:(0,$.jsx)(`iframe`,{src:`https://player.vimeo.com/video/${e}`,allow:`autoplay; fullscreen; picture-in-picture`,allowFullScreen:!0,loading:`lazy`})})}function ku(e){if(Cu(e))return(0,$.jsx)(Eu,{src:e});let t=wu(e);if(t)return(0,$.jsx)(Du,{videoId:t});let n=Tu(e);return n?(0,$.jsx)(Ou,{videoId:n}):null}var Au={p:({children:e})=>(0,$.jsx)(`p`,{className:`md-p`,children:e}),h1:({children:e})=>(0,$.jsx)(`h1`,{className:`md-heading`,children:e}),h2:({children:e})=>(0,$.jsx)(`h2`,{className:`md-heading`,children:e}),h3:({children:e})=>(0,$.jsx)(`h3`,{className:`md-heading`,children:e}),code:({children:e,className:t})=>t===`language-mermaid`?(0,$.jsx)(yu,{source:String(e).replace(/\n$/,``)}):(0,$.jsx)(`code`,{className:`md-code ${t||``}`.trim(),children:e}),pre:({children:e,node:t})=>{let n=t?.children?.[0];return n?.type===`element`&&n.tagName===`code`&&(n.properties?.className??[]).includes(`language-mermaid`)?(0,$.jsx)($.Fragment,{children:e}):(0,$.jsx)(`pre`,{className:`md-pre`,children:e})},ul:({children:e})=>(0,$.jsx)(`ul`,{className:`md-list`,children:e}),ol:({children:e})=>(0,$.jsx)(`ol`,{className:`md-list md-list-ordered`,children:e}),li:({children:e})=>(0,$.jsx)(`li`,{className:`md-list-item`,children:e}),hr:()=>(0,$.jsx)(`hr`,{className:`md-hr`}),strong:({children:e})=>(0,$.jsx)(`strong`,{className:`md-strong`,children:e}),img:({src:e,alt:t})=>ku(e)||(0,$.jsx)(`a`,{href:e,target:`_blank`,rel:`noopener noreferrer`,children:(0,$.jsx)(`img`,{className:`md-img`,src:e,alt:t||``,loading:`lazy`})}),a:({href:e,children:t})=>ku(e)||(0,$.jsx)(`a`,{href:e,className:`md-link`,target:`_blank`,rel:`noopener noreferrer`,children:t}),table:({children:e})=>(0,$.jsx)(`table`,{className:`md-table`,children:e}),thead:({children:e})=>(0,$.jsx)(`thead`,{className:`md-thead`,children:e}),tbody:({children:e})=>(0,$.jsx)(`tbody`,{children:e}),tr:({children:e})=>(0,$.jsx)(`tr`,{className:`md-tr`,children:e}),th:({children:e})=>(0,$.jsx)(`th`,{className:`md-th`,children:e}),td:({children:e})=>(0,$.jsx)(`td`,{className:`md-td`,children:e})};function ju({content:e,elapsedSeconds:t,timestamp:n}){return(0,$.jsxs)(`div`,{className:`markdown-message`,children:[(0,$.jsx)(fs,{remarkPlugins:[gu],components:Au,children:e}),t!==void 0&&(0,$.jsxs)(`div`,{className:`message-meta`,children:[t,`s`]}),n&&(0,$.jsx)(`span`,{className:`message-timestamp`,children:n})]})}var Mu=`Accomplishing.Actioning.Actualizing.Architecting.Baking.Beaming.Befuddling.Billowing.Blanching.Bloviating.Boogieing.Boondoggling.Booping.Bootstrapping.Brewing.Bunning.Burrowing.Calculating.Canoodling.Caramelizing.Cascading.Catapulting.Cerebrating.Channeling.Channelling.Choreographing.Churning.Clauding.Coalescing.Cogitating.Combobulating.Composing.Computing.Concocting.Considering.Contemplating.Cooking.Crafting.Creating.Crunching.Crystallizing.Cultivating.Deciphering.Deliberating.Determining.Discombobulating.Doing.Doodling.Drizzling.Ebbing.Effecting.Elucidating.Embellishing.Enchanting.Envisioning.Evaporating.Fermenting.Finagling.Flibbertigibbeting.Flowing.Flummoxing.Fluttering.Forging.Forming.Frolicking.Frosting.Gallivanting.Galloping.Garnishing.Generating.Germinating.Gesticulating.Gitifying.Grooving.Gusting.Harmonizing.Hashing.Hatching.Herding.Honking.Hullaballooing.Hyperspacing.Ideating.Imagining.Improvising.Incubating.Inferring.Infusing.Ionizing.Jitterbugging.Julienning.Kneading.Leavening.Levitating.Lollygagging.Manifesting.Marinating.Meandering.Metamorphosing.Misting.Moonwalking.Moseying.Mulling.Musing.Mustering.Nebulizing.Nesting.Newspapering.Noodling.Nucleating.Orbiting.Orchestrating.Osmosing.Perambulating.Percolating.Perusing.Philosophising.Photosynthesizing.Pollinating.Pondering.Pontificating.Pouncing.Precipitating.Prestidigitating.Processing.Proofing.Propagating.Puttering.Puzzling.Quantumizing.Razzmatazzing.Recombobulating.Reticulating.Roosting.Ruminating.Scampering.Schlepping.Scurrying.Seasoning.Shenaniganing.Shimmying.Simmering.Skedaddling.Sketching.Slithering.Smooshing.Spelunking.Spinning.Sprouting.Stewing.Sublimating.Swirling.Swooping.Symbioting.Synthesizing.Tempering.Thinking.Thundering.Tinkering.Tomfoolering.Transfiguring.Transmuting.Twisting.Undulating.Unfurling.Unravelling.Vibing.Waddling.Wandering.Warping.Whatchamacalliting.Whirlpooling.Whirring.Whisking.Wibbling.Working.Wrangling.Zesting.Zigzagging`.split(`.`),Nu=3e5,Pu=9e4,Fu=4e3,Iu=2500;function Lu(e){let t=Math.max(0,Math.floor(e/1e3));return`${Math.floor(t/60)}:${String(t%60).padStart(2,`0`)}`}function Ru({activity:e,turnCount:t,liveness:n}){let[r]=(0,N.useState)(()=>Date.now()),[i,a]=(0,N.useState)(()=>Date.now());(0,N.useEffect)(()=>{let e=setInterval(()=>a(Date.now()),1e3);return()=>clearInterval(e)},[]);let[o,s]=(0,N.useState)(()=>Date.now()),[c,l]=(0,N.useState)(()=>Math.floor(Math.random()*Mu.length)),u=()=>l(e=>(e+1+Math.floor(Math.random()*(Mu.length-1)))%Mu.length);(0,N.useEffect)(()=>{s(Date.now()),u()},[t]);let d=(0,N.useRef)(0),f=n?n.tick:null;(0,N.useEffect)(()=>{if(f===null)return;let e=Date.now();e-d.current<Iu||(d.current=e,u())},[f]);let p=n!=null&&!e,m=e?e.lastEmitAt:p?n.at??r:o,h=p?Pu:Nu,g=i-m>h,_=p?i-m<Fu:null,v=e?`${e.count>=2?`${e.count} agents · `:``}${e.agentType} · ${e.description}`:`${Mu[c]}…`;return(0,$.jsxs)(`div`,{className:`chat-activity`,"data-stalled":g?`true`:`false`,"data-fresh":_===null?void 0:_?`true`:`false`,"aria-live":`polite`,"aria-label":g?`Agent may be stalled`:`Agent is working`,children:[(0,$.jsx)(`img`,{src:`/brand/claude.png`,alt:``,className:`chat-activity-icon`}),(0,$.jsx)(`span`,{className:`chat-activity-word`,children:v}),(0,$.jsx)(`span`,{className:`chat-activity-elapsed`,children:Lu(i-r)}),g&&(0,$.jsx)(`span`,{className:`chat-activity-stalled`,children:`stalled`})]})}function zu({variant:e,label:t,children:n}){let[r,i]=(0,N.useState)(!1);return(0,$.jsxs)(`div`,{className:`chat-${e}`,children:[(0,$.jsxs)(`button`,{type:`button`,className:`chat-${e}-toggle`,"aria-expanded":r,onClick:()=>i(e=>!e),children:[(0,$.jsx)(`span`,{className:`wa-chevron`,children:r?`▾`:`▸`}),(0,$.jsx)(`span`,{className:`chat-${e}-label`,children:t})]}),r&&n]})}function Bu({turns:e}){let t=e.filter(e=>e.kind===`tool-call`).length;return(0,$.jsx)(zu,{variant:`toolrun`,label:t>0?`Used ${t} tool${t===1?``:`s`}`:`${e.length} tool result${e.length===1?``:`s`}`,children:e.map((e,t)=>(0,$.jsxs)(`div`,{className:`chat-toolrun-item`,children:[(0,$.jsx)(`span`,{className:`chat-toolrun-name`,children:e.kind===`tool-call`?`↳ ${e.name}`:e.isError?`result (error)`:`result`}),(0,$.jsx)(`pre`,{className:`wa-code`,children:e.kind===`tool-call`?JSON.stringify(e.input,null,2):e.text})]},t))})}function Vu({turns:e}){return(0,$.jsx)(zu,{variant:`thinking`,label:`Thinking`,children:e.map((e,t)=>(0,$.jsx)(`div`,{className:`chat-thinking-item`,children:(0,$.jsx)(ju,{content:e.text})},t))})}function Hu({ts:e}){let t=_e(e);return t?(0,$.jsx)(`time`,{className:`chat-time`,children:t}):null}function Uu({text:e}){let[t,n]=(0,N.useState)(!1);return(0,$.jsx)(`button`,{type:`button`,className:`chat-copy`,"aria-label":t?`Copied`:`Copy message`,title:t?`Copied`:`Copy`,onClick:async()=>{await T(e)&&(n(!0),setTimeout(()=>n(!1),1500))},children:t?(0,$.jsx)(i,{size:13,"aria-hidden":!0}):(0,$.jsx)(Te,{size:13,"aria-hidden":!0})})}function Wu({ts:e,copyText:t}){return(0,$.jsxs)(`div`,{className:`chat-msg-foot`,children:[(0,$.jsx)(Hu,{ts:e}),(0,$.jsx)(Uu,{text:t})]})}function Gu(e,t,n,r,i){switch(e.kind){case`operator-inbound`:case`operator-typed`:{let a=(e.kind===`operator-inbound`?e.rawBody:void 0)??e.text,o=e.kind===`operator-inbound`?e.attachments:void 0,s=e.channel;return(0,$.jsxs)(`div`,{className:s?`chat-turn-op chat-turn-op--${s}`:`chat-turn-op`,children:[e.kind===`operator-inbound`&&e.source&&(0,$.jsx)(`span`,{className:`chat-via`,children:ue(e.source).replace(` · `,``)}),a&&(0,$.jsx)(`p`,{className:`chat-op-body`,children:a}),o&&o.length>0&&(0,$.jsx)(`div`,{className:`chat-attachment-list`,children:o.map((e,t)=>(0,$.jsx)(fe,{expandable:!0,filename:e.filename,mimeType:e.mimeType,sizeBytes:e.sizeBytes,href:he(e.attachmentId,n,r,i)},t))}),a?(0,$.jsx)(Wu,{ts:e.ts,copyText:a}):(0,$.jsx)(Hu,{ts:e.ts})]},t)}case`agent-reply`:return(0,$.jsxs)(`div`,{className:`chat-prose`,children:[(0,$.jsx)(ju,{content:e.text}),e.text?(0,$.jsx)(Wu,{ts:e.ts,copyText:e.text}):(0,$.jsx)(Hu,{ts:e.ts})]},t);case`agent-reply-document`:return(0,$.jsxs)(`div`,{className:`chat-prose`,children:[e.files.map((e,t)=>(0,$.jsx)(fe,{filename:ae(e)},t)),e.caption&&(0,$.jsx)(ju,{content:e.caption}),(0,$.jsx)(Hu,{ts:e.ts})]},t);case`agent-file`:return(0,$.jsxs)(`div`,{className:`chat-prose`,children:[e.files.map((t,n)=>{let a=ae(t),o=e.downloads?.[n];if(!o)return(0,$.jsxs)(`p`,{className:`chat-doc`,children:[(0,$.jsx)(ie,{size:14,"aria-hidden":!0,style:{verticalAlign:`text-bottom`}}),` `,a]},n);let s=pe(o,r,i);return ce.test(a)?(0,$.jsx)(ye,{src:pe(o,r,i,`inline`),filename:a},n):se.test(a)?(0,$.jsx)(`img`,{className:`chat-doc-image`,src:s,alt:a},n):(0,$.jsxs)(`a`,{className:`chat-doc chat-doc-attachment`,href:s,download:a,children:[(0,$.jsx)(ie,{size:14,"aria-hidden":!0}),a]},n)}),e.caption&&(0,$.jsx)(ju,{content:e.caption}),(0,$.jsx)(Hu,{ts:e.ts})]},t);case`session-continued`:return(0,$.jsx)(ge,{},t);case`whatsapp-persisted`:return(0,$.jsxs)(`div`,{className:`chat-prose`,children:[(0,$.jsx)(ju,{content:e.text}),(0,$.jsx)(Hu,{ts:e.ts})]},t);case`agent-error`:return(0,$.jsxs)(`div`,{className:`chat-agent-error`,role:`alert`,children:[(0,$.jsx)(`span`,{className:`chat-agent-error-msg`,children:le(e.code,n)}),n===`admin`&&e.code===`agent_error`&&e.raw&&(0,$.jsx)(`pre`,{className:`chat-agent-error-raw`,children:e.raw})]},t)}}function Ku(e,t,n,r=`admin`){let i=[],a=[],o=[],s=null,c=()=>{a.length!==0&&(i.push((0,$.jsx)(Bu,{turns:a},`tools-${i.length}`)),a=[])},l=()=>{o.length!==0&&(i.push((0,$.jsx)(Vu,{turns:o},`think-${i.length}`)),o=[])};return e.forEach((e,u)=>{let d=oe(e),f=me(d);if(f!==null&&f!==s&&(c(),l(),i.push((0,$.jsx)(ve,{ts:d},`day-${u}`)),s=f),e.kind===`turn`&&(e.turn.kind===`tool-call`||e.turn.kind===`tool-result`)){l(),a.push(e.turn);return}if(e.kind===`turn`&&e.turn.kind===`agent-text`){c(),o.push(e.turn);return}c(),l(),e.kind===`directive`?i.push((0,$.jsx)(M,{entry:e.entry,sessionId:t,sessionKey:n},u)):i.push(Gu(e.turn,u,r,t,n))}),c(),l(),i}new Set(`image/jpeg,image/png,image/gif,image/webp,application/pdf,text/plain,text/markdown,text/csv,text/html,text/calendar,application/vnd.openxmlformats-officedocument.wordprocessingml.document,application/vnd.oasis.opendocument.text,text/rtf,application/rtf,audio/ogg,audio/opus,audio/mp4,audio/mpeg,audio/webm,audio/wav,.docx,.odt,.rtf,.opus,.ogg,.m4a,.mp3,.wav,.webm`.split(`,`).filter(e=>!e.startsWith(`.`)));var qu=typeof window<`u`&&/^(localhost|127\.0\.0\.1|[a-z0-9-]+\.local)(:|$)/.test(window.location.hostname);function Ju(){let e=crypto.getRandomValues(new Uint8Array(16));e[6]=e[6]&15|64,e[8]=e[8]&63|128;let t=[...e].map(e=>e.toString(16).padStart(2,`0`)).join(``);return`${t.slice(0,8)}-${t.slice(8,12)}-${t.slice(12,16)}-${t.slice(16,20)}-${t.slice(20)}`}function Yu(){let e=window.location.pathname.match(/^\/([a-z][a-z0-9-]{2,49})$/);return e?e[1]:void 0}var Xu=`maxy_seed_q`;function Zu(){let e=new URLSearchParams(window.location.search).get(`q`);if(e==null)return null;let t=e.trim();return t?t.slice(0,2e3):null}function Qu(e){return`${Math.floor(e/60)}:${(e%60).toString().padStart(2,`0`)}`}function $u({data:e,active:t}){let n=[];if(e&&e.length>0&&t){let t=Math.floor(e.length/24);for(let r=0;r<24;r++){let i=e[r*t]??128,a=Math.abs(i-128)/128;n.push(Math.max(.15,a))}}else for(let e=0;e<24;e++)n.push(.15);return(0,$.jsx)(`div`,{className:`voice-waveform`,"aria-hidden":`true`,children:n.map((e,t)=>(0,$.jsx)(`div`,{className:`voice-waveform-bar`,style:{height:`${Math.round(e*100)}%`}},t))})}function ed({state:e,elapsedSeconds:t,waveform:n,onTogglePause:r,onDiscard:i,onSend:a}){if(e===`idle`||e===`error`)return null;let o=e===`recording`,s=e===`paused`,c=e===`sending`;return(0,$.jsxs)(`div`,{className:`voice-recorder`,role:`region`,"aria-label":`Voice recording`,"aria-live":`polite`,children:[(0,$.jsx)(`button`,{type:`button`,className:`voice-trash`,onClick:i,disabled:c,"aria-label":`Discard recording`,children:(0,$.jsx)(u,{size:16})}),(0,$.jsx)(`span`,{className:`voice-timer`,"aria-live":`polite`,"aria-atomic":`true`,children:Qu(t)}),(0,$.jsx)($u,{data:n,active:o}),(0,$.jsx)(`button`,{type:`button`,className:`voice-pause`,onClick:r,disabled:c,"aria-label":s?`Resume recording`:`Pause recording`,children:s?(0,$.jsx)(Ne,{size:14}):(0,$.jsx)(Me,{size:14})}),(0,$.jsx)(j,{variant:`send`,type:`button`,onClick:a,disabled:c,loading:c,"aria-label":`Send voice note`,children:(0,$.jsxs)(`svg`,{viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`,children:[(0,$.jsx)(`line`,{x1:`5`,y1:`12`,x2:`19`,y2:`12`}),(0,$.jsx)(`polyline`,{points:`12 5 19 12 12 19`})]})})]})}var td=r(`wrench-off`,[[`path`,{d:`M10.747 5.093a6 6 0 0 1 6.841-2.882c.438.12.54.662.219.984L14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.106-3.105c.32-.322.863-.22.983.218a6 6 0 0 1-2.882 6.842`,key:`a1`}],[`path`,{d:`m13.5 13.5-7.88 7.88a1 1 0 0 1-2.999-3l7.88-7.88`,key:`a2`}],[`path`,{d:`m2 2 20 20`,key:`a3`}]]),nd={low:`Low`,medium:`Medium`,high:`High`,xhigh:`Highest`},rd=[{id:ee,label:E(ee)},{id:ne,label:E(ne)},{id:y,label:E(y)}],id=[{id:`low`,label:`Low`},{id:`medium`,label:`Medium`},{id:`high`,label:`High`},{id:`xhigh`,label:`Extra`},{id:`max`,label:`Max`}],ad=[{id:`default`,label:`Ask permissions`},{id:`acceptEdits`,label:`Accept edits`},{id:`bypassPermissions`,label:`Bypass permissions`}];function od({newModel:e,onPickModel:t,newEffort:n,onPickEffort:r,onNewSession:a,newSessionPending:o,newPermMode:s,onPickPermMode:c}){let l=Math.max(0,id.findIndex(e=>e.id===n)),u=id[l]?.label??``,d=id.length-1,f=e=>`calc(14px + (100% - 28px) * ${d>0?e/d:0})`;return(0,$.jsxs)($.Fragment,{children:[(0,$.jsxs)(`div`,{className:`webchat-newsession-field`,children:[(0,$.jsx)(`span`,{children:`Model`}),(0,$.jsx)(`div`,{className:`webchat-newsession-models`,children:rd.map(n=>(0,$.jsxs)(`button`,{type:`button`,className:`webchat-newsession-model`,role:`menuitemradio`,"aria-checked":e===n.id,onClick:()=>t(n.id),children:[(0,$.jsx)(`span`,{children:n.label}),e===n.id&&(0,$.jsx)(i,{size:13})]},n.id))})]}),(0,$.jsxs)(`div`,{className:`webchat-newsession-field`,children:[(0,$.jsxs)(`div`,{className:`webchat-newsession-effort-head`,children:[(0,$.jsxs)(`span`,{children:[`Effort `,(0,$.jsx)(`strong`,{children:u})]}),(0,$.jsx)(`span`,{className:`webchat-newsession-effort-help`,title:`Higher effort lets the model think longer before it answers.`,children:(0,$.jsx)(we,{size:14})})]}),(0,$.jsxs)(`div`,{className:`webchat-newsession-slider-ends`,"aria-hidden":`true`,children:[(0,$.jsx)(`span`,{children:`Faster`}),(0,$.jsx)(`span`,{children:`Smarter`})]}),(0,$.jsxs)(`div`,{className:`webchat-newsession-track`,children:[(0,$.jsx)(`span`,{className:`webchat-newsession-track-fill`,style:{width:f(l)},"aria-hidden":`true`}),id.map((e,t)=>(0,$.jsx)(`span`,{className:`webchat-newsession-dot${t===d?` is-max`:``}`,style:{left:f(t)},"aria-hidden":`true`},e.id)),(0,$.jsx)(`span`,{className:`webchat-newsession-knob`,style:{left:f(l)},"aria-hidden":`true`}),(0,$.jsx)(`input`,{type:`range`,className:`webchat-newsession-slider`,min:0,max:d,step:1,value:l,onChange:e=>r(id[Number(e.target.value)].id),"aria-label":`New session thinking effort`})]})]}),s!=null&&c&&(0,$.jsxs)(`div`,{className:`webchat-newsession-field`,children:[(0,$.jsx)(`span`,{children:`Permissions`}),(0,$.jsx)(`div`,{className:`webchat-newsession-models`,children:ad.map(e=>(0,$.jsxs)(`button`,{type:`button`,className:`webchat-newsession-model`,role:`menuitemradio`,"aria-checked":s===e.id,onClick:()=>c(e.id),children:[(0,$.jsx)(`span`,{children:e.label}),s===e.id&&(0,$.jsx)(i,{size:13})]},e.id))})]}),(0,$.jsx)(`button`,{type:`button`,className:`webchat-newsession-go`,onClick:()=>void a(),disabled:o,children:o?`Starting…`:`Start new session`})]})}var sd={default:`Ask permissions`,acceptEdits:`Accept edits`,plan:`Plan mode`,auto:`Auto mode`,bypassPermissions:`Bypass permissions`};function cd(e){return E(x(e))}function ld(e){return e>=1e6?`~${(e/1e6).toFixed(e%1e6==0?0:1)}M`:e>=1e3?`~${Math.round(e/1e3)}k`:`~${e}`}function ud({pct:e,usedTokens:t,window:n}){let r=Math.max(0,Math.min(100,e)),i=`Context window used — ${e}% · ${ld(t)}/${ld(n)}`;return(0,$.jsx)(`span`,{className:`webchat-context-ring`,role:`img`,"aria-label":i,title:i,children:(0,$.jsxs)(`svg`,{viewBox:`0 0 14 14`,width:`14`,height:`14`,"aria-hidden":`true`,children:[(0,$.jsx)(`circle`,{className:`ring-track`,cx:`7`,cy:`7`,r:`5`}),(0,$.jsx)(`circle`,{className:`ring-fill`,cx:`7`,cy:`7`,r:`5`,pathLength:100,strokeDasharray:`${r} 100`,transform:`rotate(-90 7 7)`})]})})}function dd(e){let{deliveryFailure:t,permPrompt:n,onVerdict:r,isDragOver:a,onDragOver:o,onDragLeave:l,onDrop:u,fileInputRef:d,acceptMime:f,onFileInputChange:p,showResizeHandle:m,onResizePointerDown:h,onResizeKeyDown:g,pendingFiles:_,thumbUrls:v,onRemoveFile:y,attachError:b,sendError:x,transcribing:T=!1,voice:E,isVoiceActive:D,onVoiceSend:O,text:ee,onTextareaChange:ne,textareaRef:k,textareaHeight:A,textareaDisabled:j,placeholder:re=`Message your agent…`,onKeyDown:ae,onPaste:oe,onSend:se,sendDisabled:ce,turnActive:le=!1,onStop:ue,stopping:de=!1,deadChildNotice:fe,conflictHint:pe,showNewSession:M,newSessionRef:me,newSessionOpen:he,onToggleNewSession:ge,newSessionDisabled:_e,newModel:ve,onPickModel:ye,newEffort:xe,onPickEffort:Se,onNewSession:we,newSessionPending:Ae,newPermMode:Me,onPickPermMode:Ne,onAttachClick:Ie,attachDisabled:Le,micMenuRef:Re,onMicStart:ze,micStartDisabled:Be,onOpenMicMenu:Ve,micMenuOpen:He,micDevices:Ue,micDeviceId:We,onChooseMic:Ge,showCleanToggle:Ke,cleanView:qe,onToggleClean:Je,showControlsRight:Ye,sessionId:Xe,mode:Ze,model:Qe,effort:$e,contextUsage:P,paramsMenuRef:et,paramsMenuOpen:tt,onToggleParamsMenu:F}=e,I=e=>e.preventDefault(),[nt,rt]=(0,N.useState)(!1),L=(0,N.useRef)(null),R=(0,N.useRef)(null),it=()=>{Xe&&(L.current=setTimeout(()=>{let e=navigator.clipboard?.writeText(Xe);e&&e.then(()=>{rt(!0),R.current&&clearTimeout(R.current),R.current=setTimeout(()=>rt(!1),1200)}).catch(()=>{})},500))},z=()=>{L.current&&=(clearTimeout(L.current),null)};return(0,N.useEffect)(()=>()=>{L.current&&clearTimeout(L.current),R.current&&clearTimeout(R.current)},[]),(0,$.jsxs)(`div`,{className:`webchat-composer`,children:[t&&(0,$.jsx)(`div`,{className:`webchat-delivery-failed`,role:`alert`,children:`Message not delivered — the session was unresponsive. Resend to retry.`}),n&&(0,$.jsxs)(`div`,{className:`webchat-perm-card`,role:`alertdialog`,"aria-label":`Permission request`,children:[(0,$.jsxs)(`div`,{className:`webchat-perm-head`,children:[`Claude wants to run `,(0,$.jsx)(`strong`,{children:n.toolName})]}),n.description&&(0,$.jsx)(`div`,{className:`webchat-perm-desc`,children:n.description}),n.inputPreview&&(0,$.jsx)(`pre`,{className:`webchat-perm-preview`,children:n.inputPreview}),(0,$.jsxs)(`div`,{className:`webchat-perm-actions`,children:[(0,$.jsx)(`button`,{type:`button`,className:`webchat-perm-deny`,onPointerDown:I,onClick:()=>void r(`deny`),children:`Deny`}),(0,$.jsxs)(`button`,{type:`button`,className:`webchat-perm-allow`,onPointerDown:I,onClick:()=>void r(`allow`),children:[`Allow`,(0,$.jsx)(Ee,{size:14})]})]})]}),(0,$.jsxs)(`div`,{className:`webchat-composer-box${a?` drag-over`:``}`,onDragOver:o,onDragLeave:l,onDrop:u,children:[(0,$.jsx)(`input`,{ref:d,type:`file`,multiple:!0,accept:f,style:{display:`none`},onChange:p}),m&&(0,$.jsx)(`div`,{className:`webchat-resize-handle`,role:`separator`,"aria-orientation":`horizontal`,"aria-label":`Resize input — drag up to enlarge`,tabIndex:0,onPointerDown:h,onKeyDown:g}),_.length>0&&(0,$.jsx)(`div`,{className:`attachment-strip`,children:_.map((e,t)=>(0,$.jsxs)(`div`,{className:`attachment-chip`,children:[v[t]?(0,$.jsx)(`img`,{src:v[t]??void 0,alt:e.name,className:`attachment-chip-thumb`}):e.type.startsWith(`audio/`)?(0,$.jsx)(je,{size:14}):e.type===`application/pdf`?(0,$.jsx)(s,{size:14}):(0,$.jsx)(Oe,{size:14}),(0,$.jsx)(`span`,{className:`attachment-chip-name`,children:e.name}),(0,$.jsx)(`button`,{type:`button`,className:`attachment-chip-remove`,onClick:()=>y(t),"aria-label":`Remove ${e.name}`,children:`×`})]},t))}),b&&(0,$.jsx)(`p`,{className:`attach-error`,children:b}),x&&(0,$.jsx)(`p`,{className:`webchat-send-error`,role:`alert`,children:x}),fe&&(0,$.jsxs)(`p`,{className:`webchat-dead-child-notice`,role:`status`,children:[(0,$.jsx)(be,{size:14,"aria-hidden":!0}),` `,fe]}),T&&(0,$.jsxs)(`p`,{className:`webchat-transcribing`,role:`status`,"aria-live":`polite`,children:[(0,$.jsx)(c,{size:14,className:`webchat-transcribing-spin`}),`Transcribing audio…`]}),E.state===`error`&&E.errorMessage&&(0,$.jsxs)(`p`,{className:`voice-error`,role:`alert`,children:[(0,$.jsx)(je,{size:14}),E.errorMessage]}),D?(0,$.jsx)(`div`,{className:`webchat-input-row voice-active`,children:(0,$.jsx)(ed,{state:E.state,elapsedSeconds:E.elapsedSeconds,waveform:E.waveform,onTogglePause:E.togglePause,onDiscard:E.discard,onSend:()=>void O()})}):(0,$.jsxs)(`div`,{className:`webchat-input-row`,children:[(0,$.jsx)(`textarea`,{ref:k,className:`webchat-input`,value:ee,placeholder:re,rows:2,style:{height:`${A}px`},disabled:j,onChange:ne,onKeyDown:ae,onPaste:oe}),le?(0,$.jsx)(`button`,{type:`button`,className:`webchat-send webchat-stop${de?` is-stopping`:``}`,onPointerDown:I,onClick:()=>void ue?.(),disabled:de,"aria-label":de?`Stopping`:`Stop`,title:de?`Stopping…`:`Stop generating`,children:de?(0,$.jsx)(c,{size:16,className:`webchat-stop-spin`}):(0,$.jsx)(S,{size:16})}):ee.trim().length===0&&_.length===0?(0,$.jsx)(`button`,{type:`button`,className:`webchat-send webchat-mic-inline`,onPointerDown:I,onClick:()=>void ze(),disabled:Be,"aria-label":`Voice input`,title:`Record voice note`,children:(0,$.jsx)(je,{size:16})}):(0,$.jsx)(`button`,{type:`button`,className:`webchat-send`,onPointerDown:I,onClick:()=>void se(),disabled:ce,"aria-label":`Send`,title:`Send`,children:(0,$.jsx)(Ee,{size:16})})]}),pe!==null&&(0,$.jsxs)(`p`,{className:`webchat-conflict-hint`,children:[`This session is bound to the `,pe,` channel — message it there. The transcript stays readable here.`]})]}),(0,$.jsxs)(`div`,{className:`webchat-controls`,children:[(0,$.jsxs)(`div`,{className:`webchat-controls-left`,children:[M&&(0,$.jsxs)(`div`,{className:`webchat-newsession`,ref:me,children:[(0,$.jsx)(`button`,{type:`button`,className:`webchat-control`,onPointerDown:I,onClick:ge,disabled:_e,"aria-haspopup":`menu`,"aria-expanded":he,title:`New session`,"aria-label":`New session`,children:(0,$.jsx)(te,{size:14})}),he&&(0,$.jsx)(`div`,{className:`webchat-newsession-panel`,role:`menu`,children:(0,$.jsx)(od,{newModel:ve,onPickModel:ye,newEffort:xe,onPickEffort:Se,onNewSession:we,newSessionPending:Ae,newPermMode:Me,onPickPermMode:Ne})})]}),(0,$.jsx)(`button`,{type:`button`,className:`webchat-control`,onPointerDown:I,onClick:Ie,disabled:Le,title:`Attach files`,"aria-label":`Attach`,children:(0,$.jsx)(ie,{size:14})}),(0,$.jsxs)(`div`,{className:`webchat-mic-split`,ref:Re,children:[(0,$.jsxs)(`button`,{type:`button`,className:`webchat-control webchat-mic-chevron`,onPointerDown:I,onClick:Ve,disabled:Be,"aria-haspopup":`menu`,"aria-expanded":He,title:`Choose microphone`,"aria-label":`Choose microphone`,children:[(0,$.jsx)(je,{size:14}),(0,$.jsx)(Ce,{size:12})]}),He&&(0,$.jsxs)(`div`,{className:`webchat-mic-panel`,role:`menu`,children:[(0,$.jsxs)(`button`,{type:`button`,className:`webchat-mic-item`,role:`menuitemradio`,"aria-checked":We===null,onClick:()=>Ge(null,`System default`),children:[(0,$.jsx)(`span`,{children:`System default`}),We===null&&(0,$.jsx)(i,{size:13})]}),Ue.filter(e=>e.label).map((e,t)=>(0,$.jsxs)(`button`,{type:`button`,className:`webchat-mic-item`,role:`menuitemradio`,"aria-checked":e.deviceId===We,onClick:()=>Ge(e.deviceId,e.label||`Microphone ${t+1}`),children:[(0,$.jsx)(`span`,{children:e.label}),e.deviceId===We&&(0,$.jsx)(i,{size:13})]},e.deviceId)),Ue.filter(e=>e.label).length===0&&(0,$.jsx)(`span`,{className:`webchat-mic-hint`,children:`Allow microphone access to choose a device`})]})]}),Ke&&(0,$.jsx)(`button`,{type:`button`,className:`webchat-control webchat-clean-toggle`,onPointerDown:I,onClick:Je,"aria-pressed":!qe,"aria-label":`Show tool calls and thinking`,title:qe?`Showing delivered messages only — click to show tool calls, results, and thinking`:`Showing tool calls, results, and thinking — click to show delivered messages only`,children:qe?(0,$.jsx)(td,{size:14}):(0,$.jsx)(Fe,{size:14})})]}),Ye&&(0,$.jsxs)(`div`,{className:`webchat-controls-right`,children:[Xe&&(0,$.jsx)(`code`,{className:`webchat-session-id`,title:`First 8 characters of this session's id — matches the Sessions list.`,children:Xe.slice(0,8)}),(Ze||Qe||$e)&&(0,$.jsxs)($.Fragment,{children:[(0,$.jsxs)(`div`,{className:`webchat-params webchat-params--inline`,"aria-label":`Session parameters`,children:[Ze&&(0,$.jsx)(`span`,{className:`webchat-param`,children:sd[Ze]??Ze}),Qe&&(0,$.jsx)(`span`,{className:`webchat-param`,children:cd(Qe)}),$e&&(0,$.jsx)(`span`,{className:`webchat-param`,children:nd[$e]??$e})]}),(0,$.jsxs)(`div`,{className:`webchat-params-menu`,ref:et,children:[(0,$.jsx)(`button`,{type:`button`,className:`webchat-control webchat-params-trigger`,onPointerDown:I,"aria-haspopup":`menu`,"aria-expanded":tt,"aria-label":`Session parameters`,title:`Session parameters`,onClick:F,children:(0,$.jsx)(De,{size:14})}),tt&&(0,$.jsxs)(`div`,{className:`webchat-params-panel`,role:`menu`,children:[Ze&&(0,$.jsxs)(`span`,{className:`webchat-param`,role:`menuitem`,children:[(0,$.jsx)(Pe,{size:13,"aria-hidden":`true`}),sd[Ze]??Ze]}),Qe&&(0,$.jsxs)(`span`,{className:`webchat-param`,role:`menuitem`,children:[(0,$.jsx)(C,{size:13,"aria-hidden":`true`}),cd(Qe)]}),$e&&(0,$.jsxs)(`span`,{className:`webchat-param`,role:`menuitem`,children:[(0,$.jsx)(ke,{size:13,"aria-hidden":`true`}),nd[$e]??$e]}),Xe&&(0,$.jsxs)(`button`,{type:`button`,className:`webchat-param webchat-session-id-full${nt?` is-copied`:``}`,role:`menuitem`,title:`Long-press to copy the full session id`,"aria-label":nt?`Session id copied`:`Session id — long-press to copy`,onPointerDown:it,onPointerUp:z,onPointerLeave:z,onContextMenu:e=>e.preventDefault(),children:[nt?(0,$.jsx)(i,{size:13,"aria-hidden":`true`}):(0,$.jsx)(Te,{size:13,"aria-hidden":`true`}),(0,$.jsx)(`code`,{children:nt?`Copied`:Xe})]}),P&&(0,$.jsxs)(`span`,{className:`webchat-param`,role:`menuitem`,children:[(0,$.jsx)(w,{size:13,"aria-hidden":`true`}),P.pct,`% · `,ld(P.usedTokens),`/`,ld(P.window)]})]})]})]}),P&&(0,$.jsx)(ud,{pct:P.pct,usedTokens:P.usedTokens,window:P.window})]})]})]})}function fd(e,t){return(t??{}).deadChild===!0?`dead-child`:e===200?`ok`:`failed`}function pd(e,t){if(e)return null;try{return new URLSearchParams(t).get(`session`)}catch{return null}}function md(e){return typeof e!=`number`||!Number.isFinite(e)?``:new Date(e).toLocaleString(void 0,{dateStyle:`medium`,timeStyle:`short`})}function hd({s:e,onOpen:t,onRename:n,onArchive:r,onDelete:a,onEnd:o,onCopyId:s}){let[c,l]=(0,N.useState)(!1),[d,p]=(0,N.useState)(!1),[h,g]=(0,N.useState)(``),[_,y]=(0,N.useState)(!1),b=(0,N.useRef)(!1),x=()=>{l(!1),y(!1)},C=()=>{g(e.name||``),p(!0),l(!1)},w=()=>{if(p(!1),b.current){b.current=!1;return}h.trim()!==(e.name||``)&&n(e,h)};return d?(0,$.jsx)(`div`,{className:`op-conv-rename`,children:(0,$.jsx)(`input`,{className:`op-conv-rename-input`,autoFocus:!0,value:h,onChange:e=>g(e.target.value),onKeyDown:e=>{e.key===`Enter`?w():e.key===`Escape`&&(b.current=!0,p(!1))},onBlur:w,placeholder:`Conversation name`,"aria-label":`Conversation name`})}):(0,$.jsxs)(`div`,{className:`op-conv-rowwrap`,"aria-current":e.active?`true`:void 0,children:[(0,$.jsxs)(`div`,{className:`op-conv-row-inner`,children:[(0,$.jsxs)(`button`,{type:`button`,className:`op-conv-resume`,onClick:()=>t(e),children:[(0,$.jsxs)(`span`,{className:`op-conv-line1`,children:[e.active?(0,$.jsx)(`span`,{className:`op-conv-current`,"aria-label":`Current session`,children:(0,$.jsx)(i,{size:14})}):null,(0,$.jsx)(`span`,{className:`op-conv-name`,children:e.name||`New conversation`})]}),(0,$.jsxs)(`span`,{className:`op-conv-line2`,children:[(0,$.jsx)(`span`,{className:`op-conv-when`,children:md(e.lastActiveMs)}),(0,$.jsx)(`code`,{className:`op-conv-id`,title:e.id,children:e.id})]})]}),(0,$.jsx)(`button`,{type:`button`,className:`op-conv-copy`,"aria-label":`Copy session id`,title:`Copy session id`,onClick:()=>s(e),children:(0,$.jsx)(Te,{size:14})}),(0,$.jsx)(`button`,{type:`button`,className:`op-conv-kebab`,"aria-label":c?`Close actions`:`Conversation actions`,"aria-expanded":c,onClick:()=>c?x():l(!0),children:c?(0,$.jsx)(f,{size:16}):(0,$.jsx)(De,{size:16})})]}),c?(0,$.jsxs)(`div`,{className:`op-conv-actions`,children:[(0,$.jsxs)(`button`,{type:`button`,className:`op-conv-action`,onClick:C,children:[(0,$.jsx)(m,{size:13}),` Rename`]}),e.active?(0,$.jsxs)(`button`,{type:`button`,className:`op-conv-action`,onClick:()=>{o(e),x()},children:[(0,$.jsx)(S,{size:13}),` End session`]}):null,e.active?null:e.archived?(0,$.jsxs)(`button`,{type:`button`,className:`op-conv-action`,onClick:()=>{r(e,!1),x()},children:[(0,$.jsx)(A,{size:13}),` Unarchive`]}):(0,$.jsxs)(`button`,{type:`button`,className:`op-conv-action`,onClick:()=>{r(e,!0),x()},children:[(0,$.jsx)(v,{size:13}),` Archive`]}),e.active?null:_?(0,$.jsxs)($.Fragment,{children:[(0,$.jsxs)(`button`,{type:`button`,className:`op-conv-action danger`,onClick:()=>{a(e),x()},children:[(0,$.jsx)(u,{size:13}),` Confirm`]}),(0,$.jsx)(`button`,{type:`button`,className:`op-conv-action`,onClick:()=>y(!1),children:`Cancel`})]}):(0,$.jsxs)(`button`,{type:`button`,className:`op-conv-action danger`,onClick:()=>y(!0),children:[(0,$.jsx)(u,{size:13}),` Delete`]})]}):null]})}function gd({sessions:e,onOpen:t,onRename:n,onArchive:r,onDelete:i,onEnd:a,onNew:o,onBack:s,onCopyId:c}){let[l,u]=(0,N.useState)(!1),d=e.filter(e=>!e.archived),f=e.filter(e=>e.archived),p={onOpen:t,onRename:n,onArchive:r,onDelete:i,onEnd:a,onCopyId:c};return(0,$.jsxs)(`div`,{className:`op-conv op-conv-list`,style:{flex:1,minHeight:0},children:[(0,$.jsxs)(`div`,{className:`op-conv-bar`,children:[(0,$.jsxs)(`button`,{type:`button`,className:`op-conv-back`,onClick:s,"aria-label":`Back to chat`,children:[(0,$.jsx)(re,{size:16}),` Chat`]}),(0,$.jsx)(`span`,{className:`op-conv-title`,children:`Conversations`}),(0,$.jsxs)(`button`,{type:`button`,className:`op-conv-new`,onClick:o,children:[(0,$.jsx)(te,{size:14}),` New session`]})]}),e.length===0?(0,$.jsx)(`span`,{className:`chat-menu-agent-empty`,children:`No conversations yet`}):(0,$.jsxs)($.Fragment,{children:[d.map(e=>(0,$.jsx)(hd,{s:e,...p},e.id)),f.length>0?(0,$.jsxs)($.Fragment,{children:[(0,$.jsxs)(`button`,{type:`button`,className:`op-conv-archived-head`,"aria-expanded":l,onClick:()=>u(e=>!e),children:[(0,$.jsx)(re,{size:14,style:{transform:l?`rotate(-90deg)`:`rotate(180deg)`,transition:`transform 0.12s`}}),`Archived (`,f.length,`)`]}),l?f.map(e=>(0,$.jsx)(hd,{s:e,...p},e.id)):null]}):null]})]})}var _d=2500,vd=15e3,yd=[{id:`catch-up`,label:`Catch me up`,Icon:Ae,prompt:`Catch me up — what came in across my inbox and WhatsApp while I was away, and what needs a reply?`},{id:`my-day`,label:`My day`,Icon:Se,prompt:`What does my day look like — calendar, anything I need to prep for, and is there a free slot this afternoon?`},{id:`to-do`,label:`To-do`,Icon:D,prompt:`What is still open and on me — pull together my outstanding tasks: unanswered messages, emails awaiting a reply, follow-ups I have asked you to track, and anything due soon.`}];function bd({userName:e,variant:t,onChip:n}){let r=e?.trim().split(/\s+/)[0];return(0,$.jsxs)(`div`,{className:`webchat-greeting`,children:[(0,$.jsx)(`h2`,{className:`webchat-greeting-head`,children:r?`What's up next, ${r}?`:`What's up next?`}),t!==`public`&&(0,$.jsx)(`div`,{className:`webchat-greeting-chips`,children:yd.map(({id:e,label:t,Icon:r,prompt:i})=>(0,$.jsxs)(`button`,{type:`button`,className:`webchat-greeting-chip`,onClick:()=>n({id:e,prompt:i}),children:[(0,$.jsx)(r,{size:16}),` `,t]},e))})]})}function xd({cacheKey:e,userName:t,targetSessionId:n,variant:r=`admin`,conversationsOpen:i=!1,onCloseConversations:a}){let o=r===`public`,[s,l]=(0,N.useState)(null),[u,f]=(0,N.useState)(null),[m,v]=(0,N.useState)(``),y=(0,N.useRef)(null),b=(0,N.useRef)(!1),x=(0,N.useRef)(null),[S,C]=(0,N.useState)(0),[w,E]=(0,N.useState)(!1),[D,te]=(0,N.useState)(0),ne=D>0,[k,A]=(0,N.useState)(!1),[j,re]=(0,N.useState)(null),[ie,ae]=(0,N.useState)(null),oe=(0,N.useRef)(!1),[se,ce]=(0,N.useState)(!1);(0,N.useEffect)(()=>{if(typeof window>`u`||!window.matchMedia)return;let e=window.matchMedia(`(pointer: coarse)`);ce(e.matches);let t=e=>ce(e.matches);return e.addEventListener(`change`,t),()=>e.removeEventListener(`change`,t)},[]);let[le,ue]=(0,N.useState)(0),[fe,pe]=(0,N.useState)(null),[M,me]=(0,N.useState)([]),[he,ge]=(0,N.useState)(null),[_e,ve]=(0,N.useState)(!1),ye=(0,N.useRef)(null),be=()=>Math.round((typeof window>`u`?900:window.innerHeight)/3),[xe,Se]=(0,N.useState)(null),Ce=(0,N.useRef)(null),we=(0,N.useRef)(null),Te=(0,N.useRef)(null),Ee=(0,N.useCallback)(e=>{let t=Te.current;t&&Se(Math.min(be(),Math.max(44,t.startH+(t.startY-e.clientY))))},[]),De=(0,N.useCallback)(()=>{Te.current=null,window.removeEventListener(`pointermove`,Ee),window.removeEventListener(`pointerup`,De)},[Ee]),Oe=(0,N.useCallback)(e=>{Te.current={startY:e.clientY,startH:Ce.current?.offsetHeight??44},window.addEventListener(`pointermove`,Ee),window.addEventListener(`pointerup`,De),e.preventDefault()},[Ee,De]),ke=(0,N.useCallback)(e=>{let t=xe??Ce.current?.offsetHeight??44;e.key===`ArrowUp`?(e.preventDefault(),Se(Math.min(be(),t+24))):e.key===`ArrowDown`&&(e.preventDefault(),Se(Math.max(44,t-24)))},[xe]),[Ae,je]=(0,N.useState)(null);(0,N.useEffect)(()=>{if(xe!==null)return;let e=Ce.current;if(!e)return;let t=e.style.height;e.style.height=`auto`;let n=Math.min(be(),Math.max(44,e.scrollHeight));e.style.height=t,je(n)},[m,xe]),(0,N.useLayoutEffect)(()=>{if(we.current===null)return;let e=Ce.current;if(!e)return;let t=we.current;we.current=null,e.setSelectionRange(t,t)},[m]);let Me=p(e),[Ne,Pe]=(0,N.useState)(!1),[Fe,ze]=(0,N.useState)(ee),[Be,He]=(0,N.useState)(`medium`),[Ue,We]=(0,N.useState)(!1),qe=(0,N.useRef)(null);(0,N.useEffect)(()=>{if(!Ne)return;let e=e=>{qe.current?.contains(e.target)||Pe(!1)},t=e=>{e.key===`Escape`&&Pe(!1)};return document.addEventListener(`pointerdown`,e),document.addEventListener(`keydown`,t),()=>{document.removeEventListener(`pointerdown`,e),document.removeEventListener(`keydown`,t)}},[Ne]);let Je=(0,N.useCallback)(async()=>{if(!Ue){We(!0);try{let e=await Me(`/api/admin/session-rc-spawn`,{method:`POST`,headers:{"Content-Type":`application/json`},body:JSON.stringify({model:Fe,effort:Be})}),t=await e.json().catch(()=>({})),n=O(e.ok,e.status,t);console.info(`[admin-ui] composer-new-session status=${e.status} outcome=${n.kind} model=${Fe} effort=${Be}`),n.kind===`navigate`?n.sameOrigin?window.location.assign(n.url):(window.open(n.url,`_blank`),Pe(!1)):console.error(`[admin-ui] composer-new-session-failed status=${e.status} reason=${n.reason}`)}catch(e){console.error(`[admin-ui] composer-new-session-failed error=${e instanceof Error?e.message:String(e)}`)}finally{We(!1)}}},[Me,Fe,Be,Ue]),Ye=!o,[Xe,Ze]=(0,N.useState)([]),[Qe,$e]=(0,N.useState)(!1),P=(0,N.useRef)(0),et=(0,N.useRef)(!1);(0,N.useEffect)(()=>(et.current=!1,()=>{et.current=!0}),[]);let tt=(0,N.useCallback)(async()=>{if(!Ye)return;let e=++P.current;try{let t=await Me(`/api/admin/sidebar-sessions`);if(!t.ok){console.error(`[chat-conversations] op=enumerate-failed status=${t.status}`);return}let n=((await t.json()).sessions??[]).map(e=>({id:e.sessionId,name:e.title,active:e.live,archived:!!e.archived,lastActiveMs:Number.isFinite(Date.parse(e.startedAt))?Date.parse(e.startedAt):null})).sort((e,t)=>(t.lastActiveMs??0)-(e.lastActiveMs??0));if(et.current||e!==P.current)return;Ze(n),$e(!0),console.info(`[chat-conversations] op=enumerate owned=${n.length}`)}catch(e){console.error(`[chat-conversations] op=enumerate-failed error=${e instanceof Error?e.message:String(e)}`)}},[Me,Ye]);(0,N.useEffect)(()=>{tt()},[tt]),(0,N.useEffect)(()=>{i&&tt()},[i,tt]);let F=(0,N.useCallback)(async(e,t,n,r)=>{console.info(`[chat-conversations] op=action name=${e} sessionId=${t.id.slice(0,8)}`);try{let t=await Me(n,{method:`POST`,headers:{"Content-Type":`application/json`},body:JSON.stringify(r)});if(!t.ok){console.error(`[chat-conversations] op=action-failed name=${e} status=${t.status}`);return}tt()}catch(t){console.error(`[chat-conversations] op=action-failed name=${e} error=${t instanceof Error?t.message:String(t)}`)}},[Me,tt]),I=(0,N.useCallback)(e=>{console.info(`[chat-conversations] op=action name=open sessionId=${e.id.slice(0,8)}`),window.location.assign(`/chat?session=${encodeURIComponent(e.id)}`)},[]),nt=(0,N.useCallback)((e,t)=>{F(`rename`,e,`/api/admin/session-rename`,{sessionId:e.id,title:t.trim()})},[F]),rt=(0,N.useCallback)((e,t)=>{F(`archive`,e,`/api/admin/session-archive`,{sessionId:e.id,mode:t?`archive`:`unarchive`})},[F]),L=(0,N.useCallback)(e=>{F(`delete`,e,`/api/admin/session-delete`,{sessionId:e.id})},[F]),R=(0,N.useCallback)(e=>{F(`stop`,e,`/api/admin/session-stop`,{sessionId:e.id})},[F]),it=(0,N.useCallback)(e=>{T(e.id)},[]),z=(0,N.useCallback)(e=>{ge(null);let t=e.find(e=>!Re(e.type,g));if(t){ge(`Unsupported file type: "${t.type}". Supported: images, PDF, plain text, markdown, CSV, calendar, zip, voice notes.`);return}let n=e.find(e=>e.size>h);if(n){ge(`"${n.name}" exceeds the 50 MB limit.`);return}me(t=>[...t,...e].slice(0,5))},[]),B=(0,N.useMemo)(()=>M.map(e=>e.type.startsWith(`image/`)?URL.createObjectURL(e):null),[M]);(0,N.useEffect)(()=>()=>{for(let e of B)e&&URL.revokeObjectURL(e)},[B]);let V=Ke(),H=V.state===`recording`||V.state===`paused`||V.state===`sending`,at=(0,N.useCallback)(async()=>{let t=await V.send();if(!t)return;let r=t.type===`audio/ogg`?`.ogg`:t.type===`audio/mp4`?`.m4a`:`.webm`,i=new File([t],`voice-note${r}`,{type:t.type});if(w){me(e=>[...e,i].slice(0,5));return}E(!0);let a=new FormData;if(o){a.append(`message`,``),a.append(`session_key`,u??``);let e=Yu();e&&a.append(`agent`,e)}else a.append(`text`,``);a.append(`attachments`,i),!o&&n&&a.append(`session`,n);try{let t=o?await fetch(`/api/chat`,{method:`POST`,body:a}):await fetch(`/api/webchat/send?session_key=${encodeURIComponent(e)}`,{method:`POST`,body:a});t.ok||(console.error(`[admin-ui] webchat-send-failed kind=voice status=${t.status}`),me(e=>[...e,i].slice(0,5)),ge(`Voice note failed to send. The recording is attached — press send to retry.`))}catch(e){console.error(`[admin-ui] webchat-send-failed kind=voice error=${e instanceof Error?e.message:String(e)}`),me(e=>[...e,i].slice(0,5)),ge(`Voice note failed to send. The recording is attached — press send to retry.`)}finally{E(!1)}},[V,e,n,w,o,u]),ot=(0,N.useRef)(!1);(0,N.useEffect)(()=>(ot.current=!1,()=>{ot.current=!0}),[]);let st=(0,N.useRef)(!1),ct=(0,N.useCallback)(async()=>{if(st.current)return null;st.current=!0;try{if(o){let e=Yu(),t=await fetch(`/api/public-reader/session${e?`?agent=${encodeURIComponent(e)}`:``}`);if(!t.ok)return null;let n=await t.json();if(ot.current)return null;f(n.sessionKey);let r={sessionId:n.sessionId??``,projectDir:n.projectDir};return l(r),r}let t=`session_key=${encodeURIComponent(e)}${n?`&session=${encodeURIComponent(n)}`:``}`,r=await fetch(`/api/webchat/session?${t}`);if(!r.ok)return null;let i=await r.json();return ot.current||l(i),i}catch{return null}finally{st.current=!1}},[e,n,o]);(0,N.useEffect)(()=>{ct();let e=setInterval(()=>{ct()},_d);return()=>clearInterval(e)},[ct]);let U=(0,N.useCallback)(async()=>{let t=m.trim();if(!t&&M.length===0||w)return!1;E(!0),oe.current=!1;let r=!1;try{if(o){let e=u;if(!e)return console.error(`[public-webchat] op=send-skip reason=no-key`),!1;let n,r=Yu();if(M.length>0){let i=new FormData;i.append(`message`,t),i.append(`session_key`,e),r&&i.append(`agent`,r);for(let e of M)i.append(`attachments`,e);n=await fetch(`/api/chat`,{method:`POST`,body:i})}else n=await fetch(`/api/chat`,{method:`POST`,headers:{"content-type":`application/json`},body:JSON.stringify({message:t,session_key:e,...r?{agent:r}:{}})});return n.ok?(v(``),me([]),ge(null),!0):(console.error(`[public-webchat] op=send-failed status=${n.status}`),!1)}M.some(e=>Ve(e.type))&&(A(!0),console.info(`[admin-ui] op=transcribe-indicator state=show`)),s?.activity===`busy`&&(r=!0,te(e=>e+1));let i;if(M.length>0){let r=new FormData;r.append(`text`,t);for(let e of M)r.append(`attachments`,e);n&&r.append(`session`,n),i=await fetch(`/api/webchat/send?session_key=${encodeURIComponent(e)}`,{method:`POST`,body:r})}else i=await fetch(`/api/webchat/send?session_key=${encodeURIComponent(e)}`,{method:`POST`,headers:{"content-type":`application/json`},body:JSON.stringify(n?{text:t,session:n}:{text:t})});if(i.ok)return ge(null),ae(null),xt(!1),Ct(null),oe.current=!0,re({baselineSize:s?.sizeBytes??null,baselineTurns:le}),!0;i.status===409?(await i.json().catch(()=>null))?.error===`interrupt-failed`?ae(`Couldn’t stop the current turn — try again.`):console.error(`[admin-ui] webchat-send-refused reason=channel-conflict`):console.error(`[admin-ui] webchat-send-failed status=${i.status}`)}catch(e){console.error(`[admin-ui] webchat-send-failed error=${e instanceof Error?e.message:String(e)}`)}finally{oe.current||E(!1),M.some(e=>Ve(e.type))&&console.info(`[admin-ui] op=transcribe-indicator state=clear`),A(!1),r&&te(e=>e-1)}return!1},[m,w,e,M,n,o,u,s?.sizeBytes,le,s?.activity]);(0,N.useEffect)(()=>{if(!o||b.current||!u)return;let e=Zu(),t=`url`;if(!e)try{let n=sessionStorage.getItem(Xu);n&&n.trim()&&(e=n.trim().slice(0,2e3),t=`storage`)}catch{}if(!e){new URLSearchParams(window.location.search).has(`q`)&&qu&&console.info(`[public-webchat] op=seed-skip reason=empty`),b.current=!0;return}if(qu&&console.info(`[public-webchat] op=seed-detected source=${t} len=${e.length} head=${e.slice(0,40)}`),t===`storage`&&qu&&console.info(`[public-webchat] op=seed-restored source=storage len=${e.length}`),m!==``){qu&&console.info(`[public-webchat] op=seed-skip reason=composer-dirty`),b.current=!0;return}y.current=e,v(e)},[o,u]),(0,N.useEffect)(()=>{let e=y.current;if(!(!e||m!==e||!u||b.current)){b.current=!0,y.current=null;try{let e=new URL(window.location.href);e.searchParams.delete(`q`),window.history.replaceState({},``,e.pathname+e.search+e.hash)}catch{}try{sessionStorage.removeItem(Xu)}catch{}qu&&console.info(`[public-webchat] op=seed-sent key=${u} len=${e.length}`),U().then(e=>{e||console.error(`[public-webchat] op=seed-send-failed`)})}},[m,u,U]);let lt=(0,N.useCallback)(e=>{console.info(`[admin-ui] op=chip-tap id=${e.id} chars=${e.prompt.length}`),x.current=e.prompt,v(e.prompt),C(e=>e+1)},[]);(0,N.useEffect)(()=>{let e=x.current;!e||m!==e||(x.current=null,U().then(e=>{e||console.error(`[admin-ui] op=chip-send-failed`)}))},[S,m,U]);let ut=(0,N.useCallback)(async()=>{yt(!0),te(e=>e+1);let t=s?.sessionId??n??void 0;try{let n=await fetch(`/api/webchat/interrupt?session_key=${encodeURIComponent(e)}`,{method:`POST`,headers:{"content-type":`application/json`},body:JSON.stringify(t?{session:t}:{})}),r=await n.json().catch(()=>({}));fd(n.status,r)===`dead-child`&&(xt(!0),yt(!1),Ct(`The agent stopped. Send a message to resume.`),console.log(`[admin-ui] op=stop-dead-child sessionId=${(t??``).slice(0,8)}`))}catch(e){console.error(`[admin-ui] webchat-stop-failed error=${e instanceof Error?e.message:String(e)}`)}finally{te(e=>e-1)}},[e,s?.sessionId,n]),dt=(0,N.useCallback)(e=>{if(e.key===`Enter`&&!e.shiftKey&&!se){e.preventDefault(),U();return}if(e.key===`Enter`){let t=e.currentTarget,n=Ie(t.value,t.selectionStart,t.selectionEnd);n&&(e.preventDefault(),we.current=n.caret,v(n.value));return}},[U,se]);(0,N.useEffect)(()=>{if(!j)return;let e=s?.sizeBytes,t=e!=null&&(j.baselineSize==null||e>j.baselineSize),n=le>j.baselineTurns;!t&&!n||(v(``),me([]),ae(null),re(null),oe.current=!1,E(!1))},[s,j,le]),(0,N.useEffect)(()=>{if(!j)return;let e=setTimeout(()=>{re(null),oe.current=!1,E(!1),ae(`Couldn't be delivered — press send to retry.`)},vd);return()=>clearTimeout(e)},[j]);let ft=n?s?.channelBinding??null:null,pt=(0,N.useRef)(!1);(0,N.useEffect)(()=>{!n||pt.current||!s||(pt.current=!0,console.warn(`[admin-ui] chat-session-target sessionId=${n} jsonl=${s.projectDir?`found`:`missing`} known=${s.known===!0}`))},[s,n]);let mt=(0,N.useRef)(!1);(0,N.useEffect)(()=>{n||mt.current||!s?.sessionId||(mt.current=!0,console.info(`[admin-ui] chat-session-resolve sessionId=${s.sessionId.slice(0,8)} source=canonical`))},[s,n]);let ht=s?s.effectivePermissionMode??s.permissionMode??null:null,gt=s?.model??null,_t=s?.activity===`busy`,[vt,yt]=(0,N.useState)(!1);(0,N.useEffect)(()=>{_t||yt(!1)},[_t]);let[bt,xt]=(0,N.useState)(!1),[St,Ct]=(0,N.useState)(null);(0,N.useEffect)(()=>{s?.turnAborted?bt||(xt(!0),Ct(`The agent stopped. Send a message to resume.`),console.log(`[admin-ui] op=phantom-turn-cleared sessionId=${(s.sessionId??``).slice(0,8)}`)):_t&&(bt||St!==null)&&(xt(!1),Ct(null))},[s?.turnAborted,s?.sessionId,_t,bt,St]);let[wt,Tt]=(0,N.useState)(()=>{if(typeof window>`u`)return!1;try{return window.localStorage.getItem(`maxy:whatsapp-reader:clean-view`)===`1`}catch{return!1}}),Et=(0,N.useCallback)(()=>{Tt(e=>{let t=!e;try{window.localStorage.setItem(`maxy:whatsapp-reader:clean-view`,t?`1`:`0`)}catch{}return t})},[]),[Dt,Ot]=(0,N.useState)(!1),kt=(0,N.useRef)(null);(0,N.useEffect)(()=>{if(!Dt)return;let e=e=>{kt.current?.contains(e.target)||Ot(!1)},t=e=>{e.key===`Escape`&&Ot(!1)};return document.addEventListener(`pointerdown`,e),document.addEventListener(`keydown`,t),()=>{document.removeEventListener(`pointerdown`,e),document.removeEventListener(`keydown`,t)}},[Dt]);let[At,jt]=(0,N.useState)(()=>{try{return window.localStorage.getItem(`maxy:webchat:mic-device-id`)}catch{return null}}),[Mt,Nt]=(0,N.useState)([]),[Pt,Ft]=(0,N.useState)(!1),It=(0,N.useRef)(null);(0,N.useEffect)(()=>{if(!Pt)return;let e=e=>{It.current?.contains(e.target)||Ft(!1)},t=e=>{e.key===`Escape`&&Ft(!1)};return document.addEventListener(`pointerdown`,e),document.addEventListener(`keydown`,t),()=>{document.removeEventListener(`pointerdown`,e),document.removeEventListener(`keydown`,t)}},[Pt]);let Lt=(0,N.useCallback)(async()=>{Ft(e=>!e),Nt(await Ge())},[]),Rt=(0,N.useCallback)((e,t)=>{jt(e);try{e?window.localStorage.setItem(`maxy:webchat:mic-device-id`,e):window.localStorage.removeItem(`maxy:webchat:mic-device-id`)}catch{}console.info(`[admin-ui] mic-device-selected`,t),Ft(!1)},[]),W=(0,N.useCallback)(async t=>{let n=s?.pendingPermissionPrompt;if(!(!n||!s?.sessionId))try{await fetch(`/api/webchat/permission-verdict?session_key=${encodeURIComponent(e)}`,{method:`POST`,headers:{"content-type":`application/json`},body:JSON.stringify({sessionId:s.sessionId,request_id:n.requestId,behavior:t})})}catch(e){console.error(`[admin-ui] permission-verdict-failed error=${e instanceof Error?e.message:String(e)}`)}},[e,s?.sessionId,s?.pendingPermissionPrompt]),zt=(0,N.useRef)(!1);return(0,N.useEffect)(()=>{zt.current||s?.projectDir&&s.activity==null&&ht==null&>==null&&(zt.current=!0,console.warn(`[admin-ui] composer-indicators-unavailable sessionId=${s.sessionId} (manager meta unreadable or pre-activity)`))},[s,ht,gt]),(0,$.jsxs)(`div`,{className:`webchat-page`,children:[ne?(0,$.jsx)(`div`,{className:`interrupt-overlay`,role:`status`,"aria-live":`polite`,children:(0,$.jsxs)(`div`,{className:`interrupt-modal`,children:[(0,$.jsx)(c,{className:`spin interrupt-spinner`,size:28,"aria-hidden":`true`}),(0,$.jsx)(`span`,{className:`interrupt-label`,children:`Interruption in progress…`})]})}):null,s?.projectDir?(0,$.jsx)(de,{resetKey:s.sessionId,sessionId:s.transcriptSessionId??s.sessionId,projectDir:s.projectDir,sessionKey:o?u??``:e,renderItems:o?(e,t,n)=>Ku(e,t,n,`public`):Ku,clean:r===`admin`?wt:void 0,onToggleClean:r===`admin`?Et:void 0,forceDeliveredOnly:r===`operator`||o,streamEndpoint:o?`/api/public-reader/stream`:`/api/whatsapp-reader/stream`,suppressDirectives:o,tail:!o&&_t?(0,$.jsx)(Ru,{activity:fe,turnCount:le}):null,onTurnsChange:o?void 0:ue,onActivityChange:o?void 0:pe},s.sessionId):Ye&&!n&&Qe&&Xe.length===0&&s?.known===!1?(0,$.jsxs)(`div`,{className:`webchat-conv-splash`,"data-testid":`conversations-splash`,children:[(0,$.jsx)(`img`,{src:d,alt:``,className:`webchat-conv-splash-logo`}),(0,$.jsxs)(`button`,{type:`button`,className:`webchat-conv-splash-new`,onClick:Je,disabled:Ue,children:[Ue?(0,$.jsx)(c,{size:16,className:`spin`}):null,` New session`]})]}):s&&!o?!n||s.known?(0,$.jsx)(bd,{userName:t,variant:r,onChip:lt}):(0,$.jsx)(`div`,{className:`webchat-greeting`,children:(0,$.jsx)(`p`,{className:`webchat-greeting-none`,children:`No transcript found for this session.`})}):null,i&&Ye?(0,$.jsx)(`div`,{className:`webchat-conv-overlay`,children:(0,$.jsx)(gd,{sessions:Xe,onOpen:I,onRename:nt,onArchive:rt,onDelete:L,onEnd:R,onNew:Je,onBack:()=>a?.(),onCopyId:it})}):null,(0,$.jsx)(dd,{deliveryFailure:!!s?.deliveryFailure,permPrompt:s?.pendingPermissionPrompt??null,onVerdict:W,isDragOver:_e,onDragOver:e=>{e.preventDefault(),ve(!0)},onDragLeave:()=>ve(!1),onDrop:e=>{e.preventDefault(),ve(!1),z([...e.dataTransfer.files])},fileInputRef:ye,acceptMime:_,onFileInputChange:e=>{e.target.files&&z([...e.target.files]),e.target.value=``},showResizeHandle:!H,onResizePointerDown:Oe,onResizeKeyDown:ke,pendingFiles:M,thumbUrls:B,onRemoveFile:e=>me(t=>t.filter((t,n)=>n!==e)),attachError:he,sendError:ie,transcribing:k,voice:V,isVoiceActive:H,onVoiceSend:at,text:m,onTextareaChange:e=>v(e.target.value),textareaRef:Ce,textareaHeight:xe??Ae??44,textareaDisabled:ft!==null||w||j!==null,onKeyDown:dt,onPaste:e=>{let t=e.clipboardData?.items;if(!t)return;let n=Le(t,Date.now());n.length>0&&z(n)},onSend:U,sendDisabled:w||m.trim().length===0&&M.length===0||ft!==null,turnActive:!o&&_t&&!bt,onStop:ut,stopping:vt,deadChildNotice:St,conflictHint:ft,showNewSession:!o,newSessionRef:qe,newSessionOpen:Ne,onToggleNewSession:()=>Pe(e=>!e),newSessionDisabled:ft!==null,newModel:Fe,onPickModel:ze,newEffort:Be,onPickEffort:He,onNewSession:Je,newSessionPending:Ue,onAttachClick:()=>ye.current?.click(),attachDisabled:ft!==null,micMenuRef:It,onMicStart:()=>V.start(At??void 0),micStartDisabled:H||ft!==null,onOpenMicMenu:Lt,micMenuOpen:Pt,micDevices:Mt,micDeviceId:At,onChooseMic:Rt,showCleanToggle:r===`admin`,cleanView:wt,onToggleClean:Et,showControlsRight:!o,sessionId:s?.sessionId??null,mode:ht,model:gt,effort:s?.effort??null,contextUsage:s?.contextUsage??null,paramsMenuRef:kt,paramsMenuOpen:Dt,onToggleParamsMenu:()=>Ot(e=>!e)})]})}function Sd({variant:e=`admin`,forceCanonicalSession:t=!1}){let[n,r]=(0,N.useState)(null),[i]=(0,N.useState)(()=>pd(t,window.location.search)),[a,o]=(0,N.useState)(!1),[s,u]=(0,N.useState)(!1),[d,f]=(0,N.useState)(void 0),[p,m]=(0,N.useState)(null),[h,g]=(0,N.useState)(void 0),[_,v]=(0,N.useState)(null),[y,x]=(0,N.useState)(null);(0,N.useEffect)(()=>{let e=!1,t=null;try{t=sessionStorage.getItem(`maxy-admin-session-key`)}catch{}if(!t){r(null),o(!0);return}return fetch(`/api/admin/session?session_key=${encodeURIComponent(t)}`).then(async n=>{if(!e){if(n.status===401){try{sessionStorage.removeItem(`maxy-admin-session-key`)}catch{}window.location.href=`/`;return}if(n.ok)try{let e=await n.json();typeof e.businessName==`string`&&f(e.businessName),e.sessionId!==void 0&&m(e.sessionId??null),x(e.role??null),g(e.userName===void 0?null:e.userName),v(e.avatar??null)}catch{}r(t),o(!0)}}).catch(()=>{e||(r(t),o(!0))}),()=>{e=!0}},[]);let S=(0,N.useRef)(!1);(0,N.useEffect)(()=>{e!==`operator`||!a||!n||S.current||(S.current=!0,console.info(`[operator-ui] op=mount surface=chat sessionId=${(p??``).slice(0,8)}`))},[e,a,n,p]);let C=(0,N.useCallback)(()=>{try{sessionStorage.removeItem(`maxy-admin-session-key`)}catch{}window.location.href=`/`},[]),[w,T]=(0,N.useState)(!1),E=(0,N.useCallback)(async()=>{T(!0);try{let e=await b();if(e){try{sessionStorage.removeItem(`maxy-admin-session-key`)}catch{}window.location.href=`/`}return e}finally{T(!1)}},[]);return a?n?(0,$.jsx)(l,{cacheKey:n,surface:`chat`,onSessionExpired:({code:e,path:t})=>{console.warn(`[admin-auth] outcome=session-expired-redirect code=${e} path=${t} surface=chat`);try{sessionStorage.removeItem(`maxy-admin-session-key`)}catch{}window.location.href=`/`},children:(0,$.jsx)(k,{cacheKey:n,businessName:d,variant:e,sessionId:p,onLogout:C,onDisconnect:E,disconnecting:w,userName:h,userAvatar:_,role:y,onOpenConversations:()=>u(!0),children:(0,$.jsx)(xd,{cacheKey:n,userName:h??null,targetSessionId:i,variant:e,conversationsOpen:s,onCloseConversations:()=>u(!1)})})}):(0,$.jsx)(`div`,{className:`data-page`,children:(0,$.jsxs)(`div`,{className:`data-empty`,children:[(0,$.jsx)(`p`,{children:`You are not signed in.`}),(0,$.jsxs)(`p`,{children:[`Open the `,(0,$.jsx)(`a`,{href:`/`,className:`data-link`,children:`main admin page`}),` and log in, then return here.`]})]})}):(0,$.jsx)(`div`,{className:`data-page`,children:(0,$.jsxs)(`div`,{className:`data-loading`,children:[(0,$.jsx)(c,{size:18,className:`spin`}),` Loading…`]})})}function Cd(){return(0,$.jsx)(Sd,{})}export{Yu as a,qu as c,Xu as i,Cd as n,Zu as o,xd as r,Ju as s,Sd as t};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{o as e}from"./chunk-CAM3fms7.js";import{F as t,L as n,M as r}from"./useSubAccountSwitcher-
|
|
1
|
+
import{o as e}from"./chunk-CAM3fms7.js";import{F as t,L as n,M as r}from"./useSubAccountSwitcher-UqZbmzYy.js";import"./admin-types-hioowVct.js";import{y as i}from"./AdminShell-cRTvNRbo.js";import{a,c as o,i as s,o as c,r as l,s as u}from"./page-M8sD9LOi.js";import"./Transcript-B_GVJujB.js";var d=t(),f=e(n(),1),p=r();function m({gateState:e,setGateState:t,grantInfo:n,resolvedSlugRef:r}){let[a,o]=(0,f.useState)(``),[s,c]=(0,f.useState)(!1),[l,u]=(0,f.useState)(null);async function d(e){e.preventDefault();let n=a.trim().toLowerCase();if(!n){u(`Enter the email you were invited on.`);return}c(!0),u(null);try{let e=await fetch(`/api/access/request-magic-link`,{method:`POST`,headers:{"Content-Type":`application/json`},body:JSON.stringify({contactValue:n,agentSlug:r.current})});if(e.status===429){u((await e.json().catch(()=>({})))?.error||`Too many requests. Try again later.`);return}t(`request-sent`)}catch{u(`Could not reach the server. Check your connection and try again.`)}finally{c(!1)}}return(0,p.jsxs)(`div`,{className:`access-gate`,children:[e===`verifying`&&(0,p.jsxs)(`div`,{className:`access-gate-message`,children:[(0,p.jsx)(`h2`,{children:`Verifying your link…`}),(0,p.jsx)(`p`,{children:`This takes a moment.`})]}),e===`verify-failed`&&(0,p.jsxs)(`div`,{className:`access-gate-message`,children:[(0,p.jsx)(`h2`,{children:`That link did not work`}),(0,p.jsx)(`p`,{children:`It may have expired, already been used, or been for a different agent. You can request a fresh one below.`}),(0,p.jsx)(i,{onClick:()=>{t(`request-link`),u(null)},children:`Request a new link`})]}),e===`request-link`&&(0,p.jsxs)(`form`,{className:`access-gate-form`,onSubmit:d,children:[(0,p.jsx)(`h2`,{children:n?.displayName?`Welcome back, ${n.displayName}`:`Sign in`}),(0,p.jsx)(`p`,{children:`Enter the email you were invited on and we will send you a fresh link.`}),(0,p.jsx)(`label`,{htmlFor:`access-email`,children:`Email`}),(0,p.jsx)(`input`,{id:`access-email`,type:`email`,inputMode:`email`,autoComplete:`email`,value:a,onChange:e=>o(e.target.value),disabled:s}),l&&(0,p.jsx)(`p`,{className:`access-gate-error`,children:l}),(0,p.jsx)(i,{type:`submit`,disabled:s||!a.trim(),children:s?`Sending…`:`Send me a link`})]}),e===`request-sent`&&(0,p.jsxs)(`div`,{className:`access-gate-message`,children:[(0,p.jsx)(`h2`,{children:`Check your email`}),(0,p.jsx)(`p`,{children:`If that address is on the invite list, a fresh link is on the way. It expires in 15 minutes.`}),(0,p.jsx)(i,{onClick:()=>{t(`request-link`),o(``),u(null)},children:`Try a different email`})]})]})}function h(){let[e,t]=(0,f.useState)(null),[n,r]=(0,f.useState)(null),[i,l]=(0,f.useState)(`loading`),[d,p]=(0,f.useState)(``),[m,h]=(0,f.useState)(null),[g,_]=(0,f.useState)(null),[v,y]=(0,f.useState)(!1),[b,x]=(0,f.useState)(null),S=(0,f.useMemo)(()=>a(),[]),C=(0,f.useRef)(S||``),w=(0,f.useRef)(null),T=(0,f.useRef)(null),E=(0,f.useRef)(!1),D=(0,f.useRef)(null),[O,k]=(0,f.useState)(`request-link`),[A,j]=(0,f.useState)(null),M=(0,f.useRef)(null),N=(0,f.useRef)(null);(0,f.useEffect)(()=>{try{let e=sessionStorage.getItem(`maxy_session`);e&&(N.current=e)}catch{}},[]),(0,f.useEffect)(()=>{try{let e=c();e&&(sessionStorage.setItem(s,e),o&&console.info(`[public-webchat] op=seed-persisted len=${e.length} head=${e.slice(0,40)}`))}catch{}},[]);let P=(0,f.useCallback)(e=>{w.current=e,t(e);try{sessionStorage.setItem(`maxy_session`,e)}catch{}l(`chat`)},[]),F=(0,f.useCallback)(()=>{w.current=null;try{sessionStorage.removeItem(`maxy_session`)}catch{}t(null),l(`auth-required`),k(`request-link`)},[]),I=(0,f.useCallback)(async e=>{k(`verifying`);try{let t=C.current,n=await fetch(`/api/access/verify-token`,{method:`POST`,headers:{"Content-Type":`application/json`},body:JSON.stringify({token:e,agentSlug:t})});if(window.history.replaceState({},``,window.location.pathname),n.ok){let e=await n.json().catch(()=>({}));return e?.displayName&&j({displayName:e.displayName,contactValue:``,expiresAt:null,status:`active`}),!0}return k(`verify-failed`),!1}catch{return k(`verify-failed`),!1}},[]),L=(0,f.useCallback)(async()=>{if(w.current)return w.current;if(T.current)return T.current;let e=(async()=>{try{let e=N.current,n=await fetch(`/api/session`,{method:`POST`,headers:{"Content-Type":`application/json`},body:JSON.stringify({session_id:u(),...S?{agent:S}:{},...e?{session_key:e}:{}})});if(!n.ok){let e=await n.json().catch(()=>({error:``}));return o&&console.error(`[session] POST /api/session failed: ${n.status} ${n.statusText}`,e),n.status===404?r(e.error||`Agent not found`):n.status===503&&r(e.error||`Service unavailable`),null}let i=await n.json();if(i.auth_required){i.agent_id&&(C.current=i.agent_id),p(i.displayName||``),i.agentImage&&h(i.agentImage),i.agentImageShape&&_(i.agentImageShape),i.showAgentName&&y(i.showAgentName),i.branding&&x(i.branding),l(`auth-required`);let e=new URLSearchParams(window.location.search).get(`token`);return e?await I(e)&&window.location.reload():k(`request-link`),null}w.current=i.session_key,t(i.session_key),i.displayName&&p(i.displayName),i.agentImage&&h(i.agentImage),i.agentImageShape&&_(i.agentImageShape),i.showAgentName&&y(i.showAgentName),i.branding&&x(i.branding),l(`chat`),i.resumed&&i.messages&&(E.current=!0,D.current=i.messages);try{sessionStorage.setItem(`maxy_session`,i.session_key)}catch{}return i.session_key}catch(e){return o&&console.error(`[session] fetch /api/session threw:`,e),r(`Unable to connect. Please check your connection and try again.`),null}finally{T.current=null}})();return T.current=e,e},[S,I]);return{sessionId:e,cacheKeyRef:w,sessionError:n,pageState:i,setPageState:l,agentDisplayName:d,agentImage:m,agentImageShape:g,showAgentName:v,agentSlug:S,branding:b,resolvedSlugRef:C,ensureSession:L,startNewSession:(0,f.useCallback)(async()=>{w.current=null,T.current=null,N.current=null,E.current=!1,D.current=null,t(null),r(null);try{sessionStorage.removeItem(`maxy_session`)}catch{}await L()},[L]),enterChat:P,enterGate:F,resumedRef:E,resumeMessagesRef:D,gateState:O,setGateState:k,grantInfo:A,setGrantInfo:j,gateCacheKeyRef:M}}function g(){let{ensureSession:e,pageState:t,gateState:n,setGateState:r,grantInfo:i,resolvedSlugRef:a}=h();return(0,f.useEffect)(()=>{e()},[e]),t===`loading`?(0,p.jsx)(`div`,{className:`public-loading`,children:`Loading…`}):t===`auth-required`?(0,p.jsx)(m,{gateState:n,setGateState:r,grantInfo:i,resolvedSlugRef:a}):(0,p.jsx)(`div`,{className:`public-shell`,children:(0,p.jsx)(l,{cacheKey:``,variant:`public`})})}(0,d.createRoot)(document.getElementById(`root`)).render((0,p.jsx)(g,{}));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{D as e}from"./useSubAccountSwitcher-
|
|
1
|
+
import{D as e}from"./useSubAccountSwitcher-UqZbmzYy.js";var t=e(`rotate-ccw`,[[`path`,{d:`M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8`,key:`1357e3`}],[`path`,{d:`M3 3v5h5`,key:`1xhq8a`}]]);export{t};
|