@snf/access-qa-bot 2.4.3 → 2.4.5
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/access-qa-bot.js +1 -1
- package/dist/access-qa-bot.js.map +1 -1
- package/dist/access-qa-bot.standalone.js +1 -1
- package/dist/access-qa-bot.standalone.js.map +1 -1
- package/dist/access-qa-bot.umd.cjs +1 -1
- package/dist/access-qa-bot.umd.cjs.map +1 -1
- package/index.d.ts +6 -0
- package/package.json +1 -1
|
@@ -33,5 +33,5 @@
|
|
|
33
33
|
* Copyright(c) 2015 Andreas Lubbe
|
|
34
34
|
* Copyright(c) 2015 Tiancheng "Timothy" Gu
|
|
35
35
|
* MIT Licensed
|
|
36
|
-
*/var Uv,Wv;var Vv=function(){if(Wv)return Uv;Wv=1;var e=/["'&<>]/;return Uv=function(t){var n=""+t,r=e.exec(n);if(!r)return n;var o,a="",i=0,l=0;for(i=r.index;i<n.length;i++){switch(n.charCodeAt(i)){case 34:o=""";break;case 38:o="&";break;case 39:o="'";break;case 60:o="<";break;case 62:o=">";break;default:continue}l!==i&&(a+=n.substring(l,i)),l=i+1,a+=o}return l!==i?a+n.substring(l,i):a},Uv}();const qv=Hv(Vv);function Yv(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Gv=/(url|image|image-set)\(/i;class Xv extends jv{attribute(e,t){return"style"===e&&Object.keys(t).forEach((e=>{String(t[e]).match(Gv)&&delete t[e]})),t}}const Kv=/^<(!doctype|(html|head|body)(\s|>))/i,Jv=/^(aria-|data-|\w+:)/iu,$v=/{{{(\w+)\/?}}}/;function Zv(){if(!(typeof window>"u"||typeof document>"u"))return document.implementation.createHTMLDocument("Interweave")}class eb{constructor(e,t={},n=[],r=[]){var o;Yv(this,"allowed",void 0),Yv(this,"banned",void 0),Yv(this,"blocked",void 0),Yv(this,"container",void 0),Yv(this,"content",[]),Yv(this,"props",void 0),Yv(this,"matchers",void 0),Yv(this,"filters",void 0),Yv(this,"keyIndex",void 0),this.props=t,this.matchers=n,this.filters=[...r,new Xv],this.keyIndex=-1,this.container=this.createContainer(e||""),this.allowed=new Set(null!==(o=t.allowList)&&void 0!==o?o:Lv),this.banned=new Set(Nv),this.blocked=new Set(t.blockList)}applyAttributeFilters(e,t){return this.filters.reduce(((t,n)=>null!==t&&"function"==typeof n.attribute?n.attribute(e,t):t),t)}applyNodeFilters(e,t){return this.filters.reduce(((t,n)=>null!==t&&"function"==typeof n.node?n.node(e,t):t),t)}applyMatchers(e,t){const n={},{props:r}=this;let o=e,a=0,i=null;return this.matchers.forEach((e=>{const l=e.asTag().toLowerCase(),s=this.getTagConfig(l);if(r[e.inverseName]||!this.isTagAllowed(l)||!this.canRenderChild(t,s))return;let c="";for(;o&&(i=e.match(o));){const{index:t,length:l,match:s,valid:u,void:A,...d}=i,f=e.propName+String(a);t>0&&(c+=o.slice(0,t)),u?(c+=A?`{{{${f}/}}}`:`{{{${f}}}}${s}{{{/${f}}}}`,this.keyIndex+=1,a+=1,n[f]={children:s,matcher:e,props:{...r,...d,key:this.keyIndex}}):c+=s,e.greedy?(o=c+o.slice(t+l),c=""):o=o.slice(t+(l||s.length))}e.greedy||(o=c+o)})),0===a?e:this.replaceTokens(o,n)}canRenderChild(e,t){return!(!e.tagName||!t.tagName||e.void)&&(e.children.length>0?e.children.includes(t.tagName):!(e.invalid.length>0&&e.invalid.includes(t.tagName))&&(t.parent.length>0?t.parent.includes(e.tagName):!(!e.self&&e.tagName===t.tagName)&&!!(e&&e.content&t.type)))}convertLineBreaks(e){const{noHtml:t,disableLineBreaks:n}=this.props;if(t||n||e.match(/<((?:\/[ a-z]+)|(?:[ a-z]+\/))>/gi))return e;let r=e.replace(/\r\n/g,"\n");return r=r.replace(/\n{3,}/g,"\n\n\n"),r=r.replace(/\n/g,"<br/>"),r}createContainer(e){var t;const n=(typeof global<"u"&&global.INTERWEAVE_SSR_POLYFILL||Zv)();if(!n)return;const r=null!==(t=this.props.containerTagName)&&void 0!==t?t:"body",o="body"===r||"fragment"===r?n.body:n.createElement(r);return e.match(Kv)||(o.innerHTML=this.convertLineBreaks(this.props.escapeHtml?qv(e):e)),o}extractAttributes(e){const{allowAttributes:t}=this.props,n={};let r=0;return 1===e.nodeType&&e.attributes&&([...e.attributes].forEach((o=>{const{name:a,value:i}=o,l=a.toLowerCase(),s=Ov[l]||Ov[a];if(!this.isSafe(e)||!l.match(Jv)&&(!t&&(!s||2===s)||l.startsWith("on")||i.replace(/(\s|\0|�([9AD]);)/,"").match(/(javascript|vbscript|livescript|xss):/i)))return;let c="style"===l?this.extractStyleAttribute(e):i;4===s?c=!0:3===s?c=Number.parseFloat(String(c)):5!==s&&(c=String(c)),n[Rv[l]||l]=this.applyAttributeFilters(l,c),r+=1})),0!==r)?n:null}extractStyleAttribute(e){const t={};return Array.from(e.style).forEach((n=>{const r=e.style[n];("string"==typeof r||"number"==typeof r)&&(t[n.replace(/-([a-z])/g,((e,t)=>String(t).toUpperCase()))]=r)})),t}getTagConfig(e){const t={children:[],content:0,invalid:[],parent:[],self:!0,tagName:"",type:0,void:!1};return _v[e]?{...t,..._v[e],tagName:e}:t}isSafe(e){if(typeof HTMLAnchorElement<"u"&&e instanceof HTMLAnchorElement){const t=e.getAttribute("href");if(null!=t&&t.startsWith("#"))return!0;const n=e.protocol.toLowerCase();return":"===n||"http:"===n||"https:"===n||"mailto:"===n||"tel:"===n}return!0}isTagAllowed(e){return!this.banned.has(e)&&!this.blocked.has(e)&&(this.props.allowElements||this.allowed.has(e))}parse(){return this.container?this.parseNode(this.container,this.getTagConfig(this.container.nodeName.toLowerCase())):[]}parseNode(e,t){const{noHtml:n,noHtmlExceptMatchers:r,allowElements:o,transform:a,transformOnlyAllowList:i}=this.props;let l=[],s="";return[...e.childNodes].forEach((e=>{if(1===e.nodeType){const u=e.nodeName.toLowerCase(),A=this.getTagConfig(u);s&&(l.push(s),s="");const d=this.applyNodeFilters(u,e);if(!d)return;let f;if(a&&(!i||this.isTagAllowed(u))){this.keyIndex+=1;const e=this.keyIndex;f=this.parseNode(d,A);const t=a(d,f,A);if(null===t)return;if(typeof t<"u")return void l.push(R.cloneElement(t,{key:e}));this.keyIndex=e-1}if(this.banned.has(u))return;if(n||r&&"br"!==u||!this.isTagAllowed(u)||!o&&!this.canRenderChild(t,A))l=[...l,...this.parseNode(d,A.tagName?A:t)];else{var c;this.keyIndex+=1;const e=this.extractAttributes(d),t={tagName:u};e&&(t.attributes=e),A.void&&(t.selfClose=A.void),l.push(R.createElement(zv,{...t,key:this.keyIndex},null!==(c=f)&&void 0!==c?c:this.parseNode(d,A)))}}else if(3===e.nodeType){const o=n&&!r?e.textContent:this.applyMatchers(e.textContent||"",t);Array.isArray(o)?l=[...l,...o]:s+=o}})),s&&l.push(s),l}replaceTokens(e,t){if(!e.includes("{{{"))return e;const n=[];let r=e,o=null;for(;o=r.match($v);){const[e,a]=o,i=o.index,l=e.includes("/");i>0&&(n.push(r.slice(0,i)),r=r.slice(i));const{children:s,matcher:c,props:u}=t[a];let A;if(l)A=e.length,n.push(c.createElement(s,u));else{const o=r.match(new RegExp(`{{{/${a}}}}`));A=o.index+o[0].length,n.push(c.createElement(this.replaceTokens(r.slice(e.length,o.index),t),u))}r=r.slice(A)}return r.length>0&&n.push(r),0===n.length?"":1===n.length&&"string"==typeof n[0]?n[0]:n}}function tb(e){var t;const{attributes:n,className:r,containerTagName:o,content:a,emptyContent:i,parsedContent:l,tagName:s,noWrap:c}=e,u=null!==(t=o??s)&&void 0!==t?t:"span",A="fragment"===u||c;let d;if(l)d=l;else{const t=new eb(a??"",e).parse();t.length>0&&(d=t)}return d||(d=i),A?R.createElement(R.Fragment,null,d):R.createElement(zv,{attributes:n,className:r,tagName:u},d)}function nb(e){const{attributes:t,className:n,content:r="",disableFilters:o=!1,disableMatchers:a=!1,emptyContent:i=null,filters:l=[],matchers:s=[],onAfterParse:c=null,onBeforeParse:u=null,tagName:A="span",noWrap:d=!1,...f}=e,p=a?[]:s,h=o?[]:l,g=u?[u]:[],m=c?[c]:[];p.forEach((e=>{e.onBeforeParse&&g.push(e.onBeforeParse.bind(e)),e.onAfterParse&&m.push(e.onAfterParse.bind(e))}));const y=g.reduce(((t,n)=>n(t,e)),r??""),v=new eb(y,f,p,h),b=m.reduce(((t,n)=>n(t,e)),v.parse());return R.createElement(tb,{attributes:t,className:n,containerTagName:e.containerTagName,emptyContent:i,noWrap:d,parsedContent:0===b.length?void 0:b,tagName:A})}const rb=({children:e})=>oA.jsx(nb,{content:"string"==typeof e?e:""}),ob={autoConfig:!0},ab=(e,t,n)=>{var r;if(!e.detail.currPath)return!1;const o=t[e.detail.currPath];return!!o&&((null==(r=o.renderHtml)?void 0:r.map((e=>e.toUpperCase())).includes(n))??!1)},ib=e=>{const t=[];let n="",r=!1;for(let o=0;o<e.length;o++){const a=e[o];"<"===a?r?(t.push(n),n=a):(r=!0,n=a):">"===a?(n+=a,t.push(n),n="",r=!1):r?n+=a:t.push(a)}return""!==n&&t.push(n),t},lb=e=>{const{getFlow:t}=Pv(),{messages:n,replaceMessages:r}=Dv(),{settings:o}=Iv(),{hasChatHistoryLoaded:a}=Tv(),i={...e,...ob},l=i.htmlComponent?i.htmlComponent:rb;O.useEffect((()=>{var e,t;if(a){const a=[...n];for(let n=0;n<a.length&&n<((null==(e=o.chatHistory)?void 0:e.maxEntries)??30);n++){const e=a[n];null!=(t=e.tags)&&t.includes("rcb-html-renderer-plugin:parsed")&&(e.contentWrapper=l)}r(a)}}),[a]);const s=async e=>{var n;const r=null==(n=e.data.message)?void 0:n.sender.toUpperCase();"string"==typeof e.data.message.content&&ab(e,t(),r)&&("rcb-start-simulate-stream-message"===e.type&&(e.data.simulateStreamChunker=ib),e.data.message.contentWrapper=l,e.data.message.tags||(e.data.message.tags=[]),e.data.message.tags.push("rcb-html-renderer-plugin:parsed"))};Bv(Em.PRE_INJECT_MESSAGE,s),Bv(Em.CHUNK_STREAM_MESSAGE,s),Bv(Em.START_STREAM_MESSAGE,s),Bv(Em.START_SIMULATE_STREAM_MESSAGE,s),Bv(Em.START_SPEAK_AUDIO,(async e=>{ab(e,t(),"BOT")&&(e.data.textToRead=(e=>typeof window.DOMParser<"u"?(new DOMParser).parseFromString(e,"text/html").body.textContent||"":e.replace(/<\/?[^>]+(>|$)/g,""))(e.data.textToRead))}));const c={name:"@rcb-plugins/html-renderer"};return null!=i&&i.autoConfig&&(c.settings={event:{rcbPreInjectMessage:!0,rcbChunkStreamMessage:!0,rcbStartSimulateStreamMessage:!0,rcbStartStreamMessage:!0,rcbStartSpeakAudio:!0}}),c},sb=e=>()=>lb(e);const cb=/^[$_\p{ID_Start}][$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,ub=/^[$_\p{ID_Start}][-$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,Ab={};function db(e,t){return(Ab.jsx?ub:cb).test(e)}const fb=/[ \t\n\f\r]/g;function pb(e){return""===e.replace(fb,"")}class hb{constructor(e,t,n){this.property=e,this.normal=t,n&&(this.space=n)}}function gb(e,t){const n={},r={};let o=-1;for(;++o<e.length;)Object.assign(n,e[o].property),Object.assign(r,e[o].normal);return new hb(n,r,t)}function mb(e){return e.toLowerCase()}hb.prototype.property={},hb.prototype.normal={},hb.prototype.space=null;class yb{constructor(e,t){this.property=e,this.attribute=t}}yb.prototype.space=null,yb.prototype.boolean=!1,yb.prototype.booleanish=!1,yb.prototype.overloadedBoolean=!1,yb.prototype.number=!1,yb.prototype.commaSeparated=!1,yb.prototype.spaceSeparated=!1,yb.prototype.commaOrSpaceSeparated=!1,yb.prototype.mustUseProperty=!1,yb.prototype.defined=!1;let vb=0;const bb=Pb(),wb=Pb(),xb=Pb(),kb=Pb(),Eb=Pb(),Sb=Pb(),Cb=Pb();function Pb(){return 2**++vb}const Db=Object.freeze(Object.defineProperty({__proto__:null,boolean:bb,booleanish:wb,commaOrSpaceSeparated:Cb,commaSeparated:Sb,number:kb,overloadedBoolean:xb,spaceSeparated:Eb},Symbol.toStringTag,{value:"Module"})),Bb=Object.keys(Db);class Ib extends yb{constructor(e,t,n,r){let o=-1;if(super(e,t),Tb(this,"space",r),"number"==typeof n)for(;++o<Bb.length;){const e=Bb[o];Tb(this,Bb[o],(n&Db[e])===Db[e])}}}function Tb(e,t,n){n&&(e[t]=n)}Ib.prototype.defined=!0;const Mb={}.hasOwnProperty;function Qb(e){const t={},n={};let r;for(r in e.properties)if(Mb.call(e.properties,r)){const o=e.properties[r],a=new Ib(r,e.transform(e.attributes||{},r),o,e.space);e.mustUseProperty&&e.mustUseProperty.includes(r)&&(a.mustUseProperty=!0),t[r]=a,n[mb(r)]=r,n[mb(a.attribute)]=r}return new hb(t,n,e.space)}const _b=Qb({space:"xlink",transform:(e,t)=>"xlink:"+t.slice(5).toLowerCase(),properties:{xLinkActuate:null,xLinkArcRole:null,xLinkHref:null,xLinkRole:null,xLinkShow:null,xLinkTitle:null,xLinkType:null}}),Nb=Qb({space:"xml",transform:(e,t)=>"xml:"+t.slice(3).toLowerCase(),properties:{xmlLang:null,xmlBase:null,xmlSpace:null}});function Lb(e,t){return t in e?e[t]:t}function Ob(e,t){return Lb(e,t.toLowerCase())}const Rb=Qb({space:"xmlns",attributes:{xmlnsxlink:"xmlns:xlink"},transform:Ob,properties:{xmlns:null,xmlnsXLink:null}}),Fb=Qb({transform:(e,t)=>"role"===t?t:"aria-"+t.slice(4).toLowerCase(),properties:{ariaActiveDescendant:null,ariaAtomic:wb,ariaAutoComplete:null,ariaBusy:wb,ariaChecked:wb,ariaColCount:kb,ariaColIndex:kb,ariaColSpan:kb,ariaControls:Eb,ariaCurrent:null,ariaDescribedBy:Eb,ariaDetails:null,ariaDisabled:wb,ariaDropEffect:Eb,ariaErrorMessage:null,ariaExpanded:wb,ariaFlowTo:Eb,ariaGrabbed:wb,ariaHasPopup:null,ariaHidden:wb,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:Eb,ariaLevel:kb,ariaLive:null,ariaModal:wb,ariaMultiLine:wb,ariaMultiSelectable:wb,ariaOrientation:null,ariaOwns:Eb,ariaPlaceholder:null,ariaPosInSet:kb,ariaPressed:wb,ariaReadOnly:wb,ariaRelevant:null,ariaRequired:wb,ariaRoleDescription:Eb,ariaRowCount:kb,ariaRowIndex:kb,ariaRowSpan:kb,ariaSelected:wb,ariaSetSize:kb,ariaSort:null,ariaValueMax:kb,ariaValueMin:kb,ariaValueNow:kb,ariaValueText:null,role:null}}),zb=Qb({space:"html",attributes:{acceptcharset:"accept-charset",classname:"class",htmlfor:"for",httpequiv:"http-equiv"},transform:Ob,mustUseProperty:["checked","multiple","muted","selected"],properties:{abbr:null,accept:Sb,acceptCharset:Eb,accessKey:Eb,action:null,allow:null,allowFullScreen:bb,allowPaymentRequest:bb,allowUserMedia:bb,alt:null,as:null,async:bb,autoCapitalize:null,autoComplete:Eb,autoFocus:bb,autoPlay:bb,blocking:Eb,capture:null,charSet:null,checked:bb,cite:null,className:Eb,cols:kb,colSpan:null,content:null,contentEditable:wb,controls:bb,controlsList:Eb,coords:kb|Sb,crossOrigin:null,data:null,dateTime:null,decoding:null,default:bb,defer:bb,dir:null,dirName:null,disabled:bb,download:xb,draggable:wb,encType:null,enterKeyHint:null,fetchPriority:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:bb,formTarget:null,headers:Eb,height:kb,hidden:bb,high:kb,href:null,hrefLang:null,htmlFor:Eb,httpEquiv:Eb,id:null,imageSizes:null,imageSrcSet:null,inert:bb,inputMode:null,integrity:null,is:null,isMap:bb,itemId:null,itemProp:Eb,itemRef:Eb,itemScope:bb,itemType:Eb,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:bb,low:kb,manifest:null,max:null,maxLength:kb,media:null,method:null,min:null,minLength:kb,multiple:bb,muted:bb,name:null,nonce:null,noModule:bb,noValidate:bb,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:bb,optimum:kb,pattern:null,ping:Eb,placeholder:null,playsInline:bb,popover:null,popoverTarget:null,popoverTargetAction:null,poster:null,preload:null,readOnly:bb,referrerPolicy:null,rel:Eb,required:bb,reversed:bb,rows:kb,rowSpan:kb,sandbox:Eb,scope:null,scoped:bb,seamless:bb,selected:bb,shadowRootClonable:bb,shadowRootDelegatesFocus:bb,shadowRootMode:null,shape:null,size:kb,sizes:null,slot:null,span:kb,spellCheck:wb,src:null,srcDoc:null,srcLang:null,srcSet:null,start:kb,step:null,style:null,tabIndex:kb,target:null,title:null,translate:null,type:null,typeMustMatch:bb,useMap:null,value:wb,width:kb,wrap:null,writingSuggestions:null,align:null,aLink:null,archive:Eb,axis:null,background:null,bgColor:null,border:kb,borderColor:null,bottomMargin:kb,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:bb,declare:bb,event:null,face:null,frame:null,frameBorder:null,hSpace:kb,leftMargin:kb,link:null,longDesc:null,lowSrc:null,marginHeight:kb,marginWidth:kb,noResize:bb,noHref:bb,noShade:bb,noWrap:bb,object:null,profile:null,prompt:null,rev:null,rightMargin:kb,rules:null,scheme:null,scrolling:wb,standby:null,summary:null,text:null,topMargin:kb,valueType:null,version:null,vAlign:null,vLink:null,vSpace:kb,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:bb,disableRemotePlayback:bb,prefix:null,property:null,results:kb,security:null,unselectable:null}}),jb=Qb({space:"svg",attributes:{accentHeight:"accent-height",alignmentBaseline:"alignment-baseline",arabicForm:"arabic-form",baselineShift:"baseline-shift",capHeight:"cap-height",className:"class",clipPath:"clip-path",clipRule:"clip-rule",colorInterpolation:"color-interpolation",colorInterpolationFilters:"color-interpolation-filters",colorProfile:"color-profile",colorRendering:"color-rendering",crossOrigin:"crossorigin",dataType:"datatype",dominantBaseline:"dominant-baseline",enableBackground:"enable-background",fillOpacity:"fill-opacity",fillRule:"fill-rule",floodColor:"flood-color",floodOpacity:"flood-opacity",fontFamily:"font-family",fontSize:"font-size",fontSizeAdjust:"font-size-adjust",fontStretch:"font-stretch",fontStyle:"font-style",fontVariant:"font-variant",fontWeight:"font-weight",glyphName:"glyph-name",glyphOrientationHorizontal:"glyph-orientation-horizontal",glyphOrientationVertical:"glyph-orientation-vertical",hrefLang:"hreflang",horizAdvX:"horiz-adv-x",horizOriginX:"horiz-origin-x",horizOriginY:"horiz-origin-y",imageRendering:"image-rendering",letterSpacing:"letter-spacing",lightingColor:"lighting-color",markerEnd:"marker-end",markerMid:"marker-mid",markerStart:"marker-start",navDown:"nav-down",navDownLeft:"nav-down-left",navDownRight:"nav-down-right",navLeft:"nav-left",navNext:"nav-next",navPrev:"nav-prev",navRight:"nav-right",navUp:"nav-up",navUpLeft:"nav-up-left",navUpRight:"nav-up-right",onAbort:"onabort",onActivate:"onactivate",onAfterPrint:"onafterprint",onBeforePrint:"onbeforeprint",onBegin:"onbegin",onCancel:"oncancel",onCanPlay:"oncanplay",onCanPlayThrough:"oncanplaythrough",onChange:"onchange",onClick:"onclick",onClose:"onclose",onCopy:"oncopy",onCueChange:"oncuechange",onCut:"oncut",onDblClick:"ondblclick",onDrag:"ondrag",onDragEnd:"ondragend",onDragEnter:"ondragenter",onDragExit:"ondragexit",onDragLeave:"ondragleave",onDragOver:"ondragover",onDragStart:"ondragstart",onDrop:"ondrop",onDurationChange:"ondurationchange",onEmptied:"onemptied",onEnd:"onend",onEnded:"onended",onError:"onerror",onFocus:"onfocus",onFocusIn:"onfocusin",onFocusOut:"onfocusout",onHashChange:"onhashchange",onInput:"oninput",onInvalid:"oninvalid",onKeyDown:"onkeydown",onKeyPress:"onkeypress",onKeyUp:"onkeyup",onLoad:"onload",onLoadedData:"onloadeddata",onLoadedMetadata:"onloadedmetadata",onLoadStart:"onloadstart",onMessage:"onmessage",onMouseDown:"onmousedown",onMouseEnter:"onmouseenter",onMouseLeave:"onmouseleave",onMouseMove:"onmousemove",onMouseOut:"onmouseout",onMouseOver:"onmouseover",onMouseUp:"onmouseup",onMouseWheel:"onmousewheel",onOffline:"onoffline",onOnline:"ononline",onPageHide:"onpagehide",onPageShow:"onpageshow",onPaste:"onpaste",onPause:"onpause",onPlay:"onplay",onPlaying:"onplaying",onPopState:"onpopstate",onProgress:"onprogress",onRateChange:"onratechange",onRepeat:"onrepeat",onReset:"onreset",onResize:"onresize",onScroll:"onscroll",onSeeked:"onseeked",onSeeking:"onseeking",onSelect:"onselect",onShow:"onshow",onStalled:"onstalled",onStorage:"onstorage",onSubmit:"onsubmit",onSuspend:"onsuspend",onTimeUpdate:"ontimeupdate",onToggle:"ontoggle",onUnload:"onunload",onVolumeChange:"onvolumechange",onWaiting:"onwaiting",onZoom:"onzoom",overlinePosition:"overline-position",overlineThickness:"overline-thickness",paintOrder:"paint-order",panose1:"panose-1",pointerEvents:"pointer-events",referrerPolicy:"referrerpolicy",renderingIntent:"rendering-intent",shapeRendering:"shape-rendering",stopColor:"stop-color",stopOpacity:"stop-opacity",strikethroughPosition:"strikethrough-position",strikethroughThickness:"strikethrough-thickness",strokeDashArray:"stroke-dasharray",strokeDashOffset:"stroke-dashoffset",strokeLineCap:"stroke-linecap",strokeLineJoin:"stroke-linejoin",strokeMiterLimit:"stroke-miterlimit",strokeOpacity:"stroke-opacity",strokeWidth:"stroke-width",tabIndex:"tabindex",textAnchor:"text-anchor",textDecoration:"text-decoration",textRendering:"text-rendering",transformOrigin:"transform-origin",typeOf:"typeof",underlinePosition:"underline-position",underlineThickness:"underline-thickness",unicodeBidi:"unicode-bidi",unicodeRange:"unicode-range",unitsPerEm:"units-per-em",vAlphabetic:"v-alphabetic",vHanging:"v-hanging",vIdeographic:"v-ideographic",vMathematical:"v-mathematical",vectorEffect:"vector-effect",vertAdvY:"vert-adv-y",vertOriginX:"vert-origin-x",vertOriginY:"vert-origin-y",wordSpacing:"word-spacing",writingMode:"writing-mode",xHeight:"x-height",playbackOrder:"playbackorder",timelineBegin:"timelinebegin"},transform:Lb,properties:{about:Cb,accentHeight:kb,accumulate:null,additive:null,alignmentBaseline:null,alphabetic:kb,amplitude:kb,arabicForm:null,ascent:kb,attributeName:null,attributeType:null,azimuth:kb,bandwidth:null,baselineShift:null,baseFrequency:null,baseProfile:null,bbox:null,begin:null,bias:kb,by:null,calcMode:null,capHeight:kb,className:Eb,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:kb,diffuseConstant:kb,direction:null,display:null,dur:null,divisor:kb,dominantBaseline:null,download:bb,dx:null,dy:null,edgeMode:null,editable:null,elevation:kb,enableBackground:null,end:null,event:null,exponent:kb,externalResourcesRequired:null,fill:null,fillOpacity:kb,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:Sb,g2:Sb,glyphName:Sb,glyphOrientationHorizontal:null,glyphOrientationVertical:null,glyphRef:null,gradientTransform:null,gradientUnits:null,handler:null,hanging:kb,hatchContentUnits:null,hatchUnits:null,height:null,href:null,hrefLang:null,horizAdvX:kb,horizOriginX:kb,horizOriginY:kb,id:null,ideographic:kb,imageRendering:null,initialVisibility:null,in:null,in2:null,intercept:kb,k:kb,k1:kb,k2:kb,k3:kb,k4:kb,kernelMatrix:Cb,kernelUnitLength:null,keyPoints:null,keySplines:null,keyTimes:null,kerning:null,lang:null,lengthAdjust:null,letterSpacing:null,lightingColor:null,limitingConeAngle:kb,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:kb,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:kb,overlineThickness:kb,paintOrder:null,panose1:null,path:null,pathLength:kb,patternContentUnits:null,patternTransform:null,patternUnits:null,phase:null,ping:Eb,pitch:null,playbackOrder:null,pointerEvents:null,points:null,pointsAtX:kb,pointsAtY:kb,pointsAtZ:kb,preserveAlpha:null,preserveAspectRatio:null,primitiveUnits:null,propagate:null,property:Cb,r:null,radius:null,referrerPolicy:null,refX:null,refY:null,rel:Cb,rev:Cb,renderingIntent:null,repeatCount:null,repeatDur:null,requiredExtensions:Cb,requiredFeatures:Cb,requiredFonts:Cb,requiredFormats:Cb,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:kb,specularExponent:kb,spreadMethod:null,spacing:null,startOffset:null,stdDeviation:null,stemh:null,stemv:null,stitchTiles:null,stopColor:null,stopOpacity:null,strikethroughPosition:kb,strikethroughThickness:kb,string:null,stroke:null,strokeDashArray:Cb,strokeDashOffset:null,strokeLineCap:null,strokeLineJoin:null,strokeMiterLimit:kb,strokeOpacity:kb,strokeWidth:null,style:null,surfaceScale:kb,syncBehavior:null,syncBehaviorDefault:null,syncMaster:null,syncTolerance:null,syncToleranceDefault:null,systemLanguage:Cb,tabIndex:kb,tableValues:null,target:null,targetX:kb,targetY:kb,textAnchor:null,textDecoration:null,textRendering:null,textLength:null,timelineBegin:null,title:null,transformBehavior:null,type:null,typeOf:Cb,to:null,transform:null,transformOrigin:null,u1:null,u2:null,underlinePosition:kb,underlineThickness:kb,unicode:null,unicodeBidi:null,unicodeRange:null,unitsPerEm:kb,values:null,vAlphabetic:kb,vMathematical:kb,vectorEffect:null,vHanging:kb,vIdeographic:kb,version:null,vertAdvY:kb,vertOriginX:kb,vertOriginY:kb,viewBox:null,viewTarget:null,visibility:null,width:null,widths:null,wordSpacing:null,writingMode:null,x:null,x1:null,x2:null,xChannelSelector:null,xHeight:kb,y:null,y1:null,y2:null,yChannelSelector:null,z:null,zoomAndPan:null}}),Hb=/^data[-\w.:]+$/i,Ub=/-[a-z]/g,Wb=/[A-Z]/g;function Vb(e){return"-"+e.toLowerCase()}function qb(e){return e.charAt(1).toUpperCase()}const Yb={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"},Gb=gb([Nb,_b,Rb,Fb,zb],"html"),Xb=gb([Nb,_b,Rb,Fb,jb],"svg");function Kb(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Jb,$b,Zb,ew={};var tw=function(){if(Zb)return ew;Zb=1;var e=ew&&ew.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(ew,"__esModule",{value:!0}),ew.default=function(e,n){var r=null;if(!e||"string"!=typeof e)return r;var o=(0,t.default)(e),a="function"==typeof n;return o.forEach((function(e){if("declaration"===e.type){var t=e.property,o=e.value;a?n(t,o,e):o&&((r=r||{})[t]=o)}})),r};var t=e(function(){if($b)return Jb;$b=1;var e=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//g,t=/\n/g,n=/^\s*/,r=/^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/,o=/^:\s*/,a=/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/,i=/^[;\s]*/,l=/^\s+|\s+$/g,s="";function c(e){return e?e.replace(l,s):s}return Jb=function(l,u){if("string"!=typeof l)throw new TypeError("First argument must be a string");if(!l)return[];u=u||{};var A=1,d=1;function f(e){var n=e.match(t);n&&(A+=n.length);var r=e.lastIndexOf("\n");d=~r?e.length-r:d+e.length}function p(){var e={line:A,column:d};return function(t){return t.position=new h(e),y(),t}}function h(e){this.start=e,this.end={line:A,column:d},this.source=u.source}function g(e){var t=new Error(u.source+":"+A+":"+d+": "+e);if(t.reason=e,t.filename=u.source,t.line=A,t.column=d,t.source=l,!u.silent)throw t}function m(e){var t=e.exec(l);if(t){var n=t[0];return f(n),l=l.slice(n.length),t}}function y(){m(n)}function v(e){var t;for(e=e||[];t=b();)!1!==t&&e.push(t);return e}function b(){var e=p();if("/"==l.charAt(0)&&"*"==l.charAt(1)){for(var t=2;s!=l.charAt(t)&&("*"!=l.charAt(t)||"/"!=l.charAt(t+1));)++t;if(t+=2,s===l.charAt(t-1))return g("End of comment missing");var n=l.slice(2,t-2);return d+=2,f(n),l=l.slice(t),d+=2,e({type:"comment",comment:n})}}function w(){var t=p(),n=m(r);if(n){if(b(),!m(o))return g("property missing ':'");var l=m(a),u=t({type:"declaration",property:c(n[0].replace(e,s)),value:l?c(l[0].replace(e,s)):s});return m(i),u}}return h.prototype.content=l,y(),function(){var e,t=[];for(v(t);e=w();)!1!==e&&(t.push(e),v(t));return t}()},Jb}());return ew}();const nw=Kb(tw),rw=nw.default||nw,ow=iw("end"),aw=iw("start");function iw(e){return function(t){const n=t&&t.position&&t.position[e]||{};if("number"==typeof n.line&&n.line>0&&"number"==typeof n.column&&n.column>0)return{line:n.line,column:n.column,offset:"number"==typeof n.offset&&n.offset>-1?n.offset:void 0}}}function lw(e){return e&&"object"==typeof e?"position"in e||"type"in e?cw(e.position):"start"in e||"end"in e?cw(e):"line"in e||"column"in e?sw(e):"":""}function sw(e){return uw(e&&e.line)+":"+uw(e&&e.column)}function cw(e){return sw(e&&e.start)+"-"+sw(e&&e.end)}function uw(e){return e&&"number"==typeof e?e:1}class Aw extends Error{constructor(e,t,n){super(),"string"==typeof t&&(n=t,t=void 0);let r="",o={},a=!1;if(t&&(o="line"in t&&"column"in t||"start"in t&&"end"in t?{place:t}:"type"in t?{ancestors:[t],place:t.position}:{...t}),"string"==typeof e?r=e:!o.cause&&e&&(a=!0,r=e.message,o.cause=e),!o.ruleId&&!o.source&&"string"==typeof n){const e=n.indexOf(":");-1===e?o.ruleId=n:(o.source=n.slice(0,e),o.ruleId=n.slice(e+1))}if(!o.place&&o.ancestors&&o.ancestors){const e=o.ancestors[o.ancestors.length-1];e&&(o.place=e.position)}const i=o.place&&"start"in o.place?o.place.start:o.place;this.ancestors=o.ancestors||void 0,this.cause=o.cause||void 0,this.column=i?i.column:void 0,this.fatal=void 0,this.file,this.message=r,this.line=i?i.line:void 0,this.name=lw(o.place)||"1:1",this.place=o.place||void 0,this.reason=this.message,this.ruleId=o.ruleId||void 0,this.source=o.source||void 0,this.stack=a&&o.cause&&"string"==typeof o.cause.stack?o.cause.stack:"",this.actual,this.expected,this.note,this.url}}Aw.prototype.file="",Aw.prototype.name="",Aw.prototype.reason="",Aw.prototype.message="",Aw.prototype.stack="",Aw.prototype.column=void 0,Aw.prototype.line=void 0,Aw.prototype.ancestors=void 0,Aw.prototype.cause=void 0,Aw.prototype.fatal=void 0,Aw.prototype.place=void 0,Aw.prototype.ruleId=void 0,Aw.prototype.source=void 0;const dw={}.hasOwnProperty,fw=new Map,pw=/[A-Z]/g,hw=/-([a-z])/g,gw=new Set(["table","tbody","thead","tfoot","tr"]),mw=new Set(["td","th"]),yw="https://github.com/syntax-tree/hast-util-to-jsx-runtime";function vw(e,t){if(!t||void 0===t.Fragment)throw new TypeError("Expected `Fragment` in options");const n=t.filePath||void 0;let r;if(t.development){if("function"!=typeof t.jsxDEV)throw new TypeError("Expected `jsxDEV` in options when `development: true`");r=function(e,t){return n;function n(n,r,o,a){const i=Array.isArray(o.children),l=aw(n);return t(r,o,a,i,{columnNumber:l?l.column-1:void 0,fileName:e,lineNumber:l?l.line:void 0},void 0)}}(n,t.jsxDEV)}else{if("function"!=typeof t.jsx)throw new TypeError("Expected `jsx` in production options");if("function"!=typeof t.jsxs)throw new TypeError("Expected `jsxs` in production options");r=function(e,t,n){return r;function r(e,r,o,a){const i=Array.isArray(o.children)?n:t;return a?i(r,o,a):i(r,o)}}(0,t.jsx,t.jsxs)}const o={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:!1!==t.passKeys,passNode:t.passNode||!1,schema:"svg"===t.space?Xb:Gb,stylePropertyNameCase:t.stylePropertyNameCase||"dom",tableCellAlignToStyle:!1!==t.tableCellAlignToStyle},a=bw(o,e,void 0);return a&&"string"!=typeof a?a:o.create(e,o.Fragment,{children:a||void 0},void 0)}function bw(e,t,n){return"element"===t.type?function(e,t,n){const r=e.schema;let o=r;"svg"===t.tagName.toLowerCase()&&"html"===r.space&&(o=Xb,e.schema=o),e.ancestors.push(t);const a=Sw(e,t.tagName,!1),i=function(e,t){const n={};let r,o;for(o in t.properties)if("children"!==o&&dw.call(t.properties,o)){const a=Ew(e,o,t.properties[o]);if(a){const[o,i]=a;e.tableCellAlignToStyle&&"align"===o&&"string"==typeof i&&mw.has(t.tagName)?r=i:n[o]=i}}if(r){(n.style||(n.style={}))["css"===e.stylePropertyNameCase?"text-align":"textAlign"]=r}return n}(e,t);let l=kw(e,t);return gw.has(t.tagName)&&(l=l.filter((function(e){return"string"!=typeof e||!function(e){return"object"==typeof e?"text"===e.type&&pb(e.value):pb(e)}(e)}))),ww(e,i,a,t),xw(i,l),e.ancestors.pop(),e.schema=r,e.create(t,a,i,n)}(e,t,n):"mdxFlowExpression"===t.type||"mdxTextExpression"===t.type?function(e,t){if(t.data&&t.data.estree&&e.evaluater){const n=t.data.estree.body[0];return n.type,e.evaluater.evaluateExpression(n.expression)}Cw(e,t.position)}(e,t):"mdxJsxFlowElement"===t.type||"mdxJsxTextElement"===t.type?function(e,t,n){const r=e.schema;let o=r;"svg"===t.name&&"html"===r.space&&(o=Xb,e.schema=o),e.ancestors.push(t);const a=null===t.name?e.Fragment:Sw(e,t.name,!0),i=function(e,t){const n={};for(const r of t.attributes)if("mdxJsxExpressionAttribute"===r.type)if(r.data&&r.data.estree&&e.evaluater){const t=r.data.estree.body[0];t.type;const o=t.expression;o.type;const a=o.properties[0];a.type,Object.assign(n,e.evaluater.evaluateExpression(a.argument))}else Cw(e,t.position);else{const o=r.name;let a;if(r.value&&"object"==typeof r.value)if(r.value.data&&r.value.data.estree&&e.evaluater){const t=r.value.data.estree.body[0];t.type,a=e.evaluater.evaluateExpression(t.expression)}else Cw(e,t.position);else a=null===r.value||r.value;n[o]=a}return n}(e,t),l=kw(e,t);return ww(e,i,a,t),xw(i,l),e.ancestors.pop(),e.schema=r,e.create(t,a,i,n)}(e,t,n):"mdxjsEsm"===t.type?function(e,t){if(t.data&&t.data.estree&&e.evaluater)return e.evaluater.evaluateProgram(t.data.estree);Cw(e,t.position)}(e,t):"root"===t.type?function(e,t,n){const r={};return xw(r,kw(e,t)),e.create(t,e.Fragment,r,n)}(e,t,n):"text"===t.type?function(e,t){return t.value}(0,t):void 0}function ww(e,t,n,r){"string"!=typeof n&&n!==e.Fragment&&e.passNode&&(t.node=r)}function xw(e,t){if(t.length>0){const n=t.length>1?t:t[0];n&&(e.children=n)}}function kw(e,t){const n=[];let r=-1;const o=e.passKeys?new Map:fw;for(;++r<t.children.length;){const a=t.children[r];let i;if(e.passKeys){const e="element"===a.type?a.tagName:"mdxJsxFlowElement"===a.type||"mdxJsxTextElement"===a.type?a.name:void 0;if(e){const t=o.get(e)||0;i=e+"-"+t,o.set(e,t+1)}}const l=bw(e,a,i);void 0!==l&&n.push(l)}return n}function Ew(e,t,n){const r=function(e,t){const n=mb(t);let r=t,o=yb;if(n in e.normal)return e.property[e.normal[n]];if(n.length>4&&"data"===n.slice(0,4)&&Hb.test(t)){if("-"===t.charAt(4)){const e=t.slice(5).replace(Ub,qb);r="data"+e.charAt(0).toUpperCase()+e.slice(1)}else{const e=t.slice(4);if(!Ub.test(e)){let n=e.replace(Wb,Vb);"-"!==n.charAt(0)&&(n="-"+n),t="data"+n}}o=Ib}return new o(r,t)}(e.schema,t);if(!(null==n||"number"==typeof n&&Number.isNaN(n))){if(Array.isArray(n)&&(n=r.commaSeparated?function(e){const t={};return(""===e[e.length-1]?[...e,""]:e).join((t.padRight?" ":"")+","+(!1===t.padLeft?"":" ")).trim()}(n):function(e){return e.join(" ").trim()}(n)),"style"===r.property){let t="object"==typeof n?n:function(e,t){const n={};try{rw(t,r)}catch(t){if(!e.ignoreInvalidStyle){const n=t,r=new Aw("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=yw+"#cannot-parse-style-attribute",r}}return n;function r(e,t){let r=e;"--"!==r.slice(0,2)&&("-ms-"===r.slice(0,4)&&(r="ms-"+r.slice(4)),r=r.replace(hw,Dw)),n[r]=t}}(e,String(n));return"css"===e.stylePropertyNameCase&&(t=function(e){const t={};let n;for(n in e)dw.call(e,n)&&(t[Pw(n)]=e[n]);return t}(t)),["style",t]}return["react"===e.elementAttributeNameCase&&r.space?Yb[r.property]||r.property:r.attribute,n]}}function Sw(e,t,n){let r;if(n)if(t.includes(".")){const e=t.split(".");let n,o=-1;for(;++o<e.length;){const t=db(e[o])?{type:"Identifier",name:e[o]}:{type:"Literal",value:e[o]};n=n?{type:"MemberExpression",object:n,property:t,computed:!(!o||"Literal"!==t.type),optional:!1}:t}r=n}else r=db(t)&&!/^[a-z]/.test(t)?{type:"Identifier",name:t}:{type:"Literal",value:t};else r={type:"Literal",value:t};if("Literal"===r.type){const t=r.value;return dw.call(e.components,t)?e.components[t]:t}if(e.evaluater)return e.evaluater.evaluateExpression(r);Cw(e)}function Cw(e,t){const n=new Aw("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=yw+"#cannot-handle-mdx-estrees-without-createevaluater",n}function Pw(e){let t=e.replace(pw,Bw);return"ms-"===t.slice(0,3)&&(t="-"+t),t}function Dw(e,t){return t.toUpperCase()}function Bw(e){return"-"+e.toLowerCase()}const Iw={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"]},Tw={};function Mw(e,t,n){if(function(e){return!(!e||"object"!=typeof e)}(e)){if("value"in e)return"html"!==e.type||n?e.value:"";if(t&&"alt"in e&&e.alt)return e.alt;if("children"in e)return Qw(e.children,t,n)}return Array.isArray(e)?Qw(e,t,n):""}function Qw(e,t,n){const r=[];let o=-1;for(;++o<e.length;)r[o]=Mw(e[o],t,n);return r.join("")}const _w=document.createElement("i");function Nw(e){const t="&"+e+";";_w.innerHTML=t;const n=_w.textContent;return(59!==n.charCodeAt(n.length-1)||"semi"===e)&&n!==t&&n}function Lw(e,t,n,r){const o=e.length;let a,i=0;if(t=t<0?-t>o?0:o+t:t>o?o:t,n=n>0?n:0,r.length<1e4)a=Array.from(r),a.unshift(t,n),e.splice(...a);else for(n&&e.splice(t,n);i<r.length;)a=r.slice(i,i+1e4),a.unshift(t,0),e.splice(...a),i+=1e4,t+=1e4}function Ow(e,t){return e.length>0?(Lw(e,e.length,0,t),e):t}const Rw={}.hasOwnProperty;function Fw(e){const t={};let n=-1;for(;++n<e.length;)zw(t,e[n]);return t}function zw(e,t){let n;for(n in t){const r=(Rw.call(e,n)?e[n]:void 0)||(e[n]={}),o=t[n];let a;if(o)for(a in o){Rw.call(r,a)||(r[a]=[]);const e=o[a];jw(r[a],Array.isArray(e)?e:e?[e]:[])}}}function jw(e,t){let n=-1;const r=[];for(;++n<t.length;)("after"===t[n].add?e:r).push(t[n]);Lw(e,0,0,r)}function Hw(e,t){const n=Number.parseInt(e,t);return n<9||11===n||n>13&&n<32||n>126&&n<160||n>55295&&n<57344||n>64975&&n<65008||!(65535&~n)||65534==(65535&n)||n>1114111?"�":String.fromCodePoint(n)}function Uw(e){return e.replace(/[\t\n\r ]+/g," ").replace(/^ | $/g,"").toLowerCase().toUpperCase()}const Ww=nx(/[A-Za-z]/),Vw=nx(/[\dA-Za-z]/),qw=nx(/[#-'*+\--9=?A-Z^-~]/);function Yw(e){return null!==e&&(e<32||127===e)}const Gw=nx(/\d/),Xw=nx(/[\dA-Fa-f]/),Kw=nx(/[!-/:-@[-`{-~]/);function Jw(e){return null!==e&&e<-2}function $w(e){return null!==e&&(e<0||32===e)}function Zw(e){return-2===e||-1===e||32===e}const ex=nx(new RegExp("\\p{P}|\\p{S}","u")),tx=nx(/\s/);function nx(e){return function(t){return null!==t&&t>-1&&e.test(String.fromCharCode(t))}}function rx(e){const t=[];let n=-1,r=0,o=0;for(;++n<e.length;){const a=e.charCodeAt(n);let i="";if(37===a&&Vw(e.charCodeAt(n+1))&&Vw(e.charCodeAt(n+2)))o=2;else if(a<128)/[!#$&-;=?-Z_a-z~]/.test(String.fromCharCode(a))||(i=String.fromCharCode(a));else if(a>55295&&a<57344){const t=e.charCodeAt(n+1);a<56320&&t>56319&&t<57344?(i=String.fromCharCode(a,t),o=1):i="�"}else i=String.fromCharCode(a);i&&(t.push(e.slice(r,n),encodeURIComponent(i)),r=n+o+1,i=""),o&&(n+=o,o=0)}return t.join("")+e.slice(r)}function ox(e,t,n,r){const o=r?r-1:Number.POSITIVE_INFINITY;let a=0;return function(r){return Zw(r)?(e.enter(n),i(r)):t(r)};function i(r){return Zw(r)&&a++<o?(e.consume(r),i):(e.exit(n),t(r))}}const ax={tokenize:function(e){const t=e.attempt(this.parser.constructs.contentInitial,(function(n){if(null===n)return void e.consume(n);return e.enter("lineEnding"),e.consume(n),e.exit("lineEnding"),ox(e,t,"linePrefix")}),(function(t){return e.enter("paragraph"),r(t)}));let n;return t;function r(t){const r=e.enter("chunkText",{contentType:"text",previous:n});return n&&(n.next=r),n=r,o(t)}function o(t){return null===t?(e.exit("chunkText"),e.exit("paragraph"),void e.consume(t)):Jw(t)?(e.consume(t),e.exit("chunkText"),r):(e.consume(t),o)}}};const ix={tokenize:function(e){const t=this,n=[];let r,o,a,i=0;return l;function l(r){if(i<n.length){const o=n[i];return t.containerState=o[1],e.attempt(o[0].continuation,s,c)(r)}return c(r)}function s(e){if(i++,t.containerState._closeFlow){t.containerState._closeFlow=void 0,r&&y();const n=t.events.length;let o,a=n;for(;a--;)if("exit"===t.events[a][0]&&"chunkFlow"===t.events[a][1].type){o=t.events[a][1].end;break}m(i);let l=n;for(;l<t.events.length;)t.events[l][1].end={...o},l++;return Lw(t.events,a+1,0,t.events.slice(n)),t.events.length=l,c(e)}return l(e)}function c(o){if(i===n.length){if(!r)return d(o);if(r.currentConstruct&&r.currentConstruct.concrete)return p(o);t.interrupt=!(!r.currentConstruct||r._gfmTableDynamicInterruptHack)}return t.containerState={},e.check(lx,u,A)(o)}function u(e){return r&&y(),m(i),d(e)}function A(e){return t.parser.lazy[t.now().line]=i!==n.length,a=t.now().offset,p(e)}function d(n){return t.containerState={},e.attempt(lx,f,p)(n)}function f(e){return i++,n.push([t.currentConstruct,t.containerState]),d(e)}function p(n){return null===n?(r&&y(),m(0),void e.consume(n)):(r=r||t.parser.flow(t.now()),e.enter("chunkFlow",{_tokenizer:r,contentType:"flow",previous:o}),h(n))}function h(n){return null===n?(g(e.exit("chunkFlow"),!0),m(0),void e.consume(n)):Jw(n)?(e.consume(n),g(e.exit("chunkFlow")),i=0,t.interrupt=void 0,l):(e.consume(n),h)}function g(e,n){const l=t.sliceStream(e);if(n&&l.push(null),e.previous=o,o&&(o.next=e),o=e,r.defineSkip(e.start),r.write(l),t.parser.lazy[e.start.line]){let e=r.events.length;for(;e--;)if(r.events[e][1].start.offset<a&&(!r.events[e][1].end||r.events[e][1].end.offset>a))return;const n=t.events.length;let o,l,s=n;for(;s--;)if("exit"===t.events[s][0]&&"chunkFlow"===t.events[s][1].type){if(o){l=t.events[s][1].end;break}o=!0}for(m(i),e=n;e<t.events.length;)t.events[e][1].end={...l},e++;Lw(t.events,s+1,0,t.events.slice(n)),t.events.length=e}}function m(r){let o=n.length;for(;o-- >r;){const r=n[o];t.containerState=r[1],r[0].exit.call(t,e)}n.length=r}function y(){r.write([null]),o=void 0,r=void 0,t.containerState._closeFlow=void 0}}},lx={tokenize:function(e,t,n){return ox(e,e.attempt(this.parser.constructs.document,t,n),"linePrefix",this.parser.constructs.disable.null.includes("codeIndented")?void 0:4)}};function sx(e){return null===e||$w(e)||tx(e)?1:ex(e)?2:void 0}function cx(e,t,n){const r=[];let o=-1;for(;++o<e.length;){const a=e[o].resolveAll;a&&!r.includes(a)&&(t=a(t,n),r.push(a))}return t}const ux={name:"attention",resolveAll:function(e,t){let n,r,o,a,i,l,s,c,u=-1;for(;++u<e.length;)if("enter"===e[u][0]&&"attentionSequence"===e[u][1].type&&e[u][1]._close)for(n=u;n--;)if("exit"===e[n][0]&&"attentionSequence"===e[n][1].type&&e[n][1]._open&&t.sliceSerialize(e[n][1]).charCodeAt(0)===t.sliceSerialize(e[u][1]).charCodeAt(0)){if((e[n][1]._close||e[u][1]._open)&&(e[u][1].end.offset-e[u][1].start.offset)%3&&!((e[n][1].end.offset-e[n][1].start.offset+e[u][1].end.offset-e[u][1].start.offset)%3))continue;l=e[n][1].end.offset-e[n][1].start.offset>1&&e[u][1].end.offset-e[u][1].start.offset>1?2:1;const A={...e[n][1].end},d={...e[u][1].start};Ax(A,-l),Ax(d,l),a={type:l>1?"strongSequence":"emphasisSequence",start:A,end:{...e[n][1].end}},i={type:l>1?"strongSequence":"emphasisSequence",start:{...e[u][1].start},end:d},o={type:l>1?"strongText":"emphasisText",start:{...e[n][1].end},end:{...e[u][1].start}},r={type:l>1?"strong":"emphasis",start:{...a.start},end:{...i.end}},e[n][1].end={...a.start},e[u][1].start={...i.end},s=[],e[n][1].end.offset-e[n][1].start.offset&&(s=Ow(s,[["enter",e[n][1],t],["exit",e[n][1],t]])),s=Ow(s,[["enter",r,t],["enter",a,t],["exit",a,t],["enter",o,t]]),s=Ow(s,cx(t.parser.constructs.insideSpan.null,e.slice(n+1,u),t)),s=Ow(s,[["exit",o,t],["enter",i,t],["exit",i,t],["exit",r,t]]),e[u][1].end.offset-e[u][1].start.offset?(c=2,s=Ow(s,[["enter",e[u][1],t],["exit",e[u][1],t]])):c=0,Lw(e,n-1,u-n+3,s),u=n+s.length-c-2;break}for(u=-1;++u<e.length;)"attentionSequence"===e[u][1].type&&(e[u][1].type="data");return e},tokenize:function(e,t){const n=this.parser.constructs.attentionMarkers.null,r=this.previous,o=sx(r);let a;return function(t){return a=t,e.enter("attentionSequence"),i(t)};function i(l){if(l===a)return e.consume(l),i;const s=e.exit("attentionSequence"),c=sx(l),u=!c||2===c&&o||n.includes(l),A=!o||2===o&&c||n.includes(r);return s._open=!!(42===a?u:u&&(o||!A)),s._close=!!(42===a?A:A&&(c||!u)),t(l)}}};function Ax(e,t){e.column+=t,e.offset+=t,e._bufferIndex+=t}const dx={name:"autolink",tokenize:function(e,t,n){let r=0;return function(t){return e.enter("autolink"),e.enter("autolinkMarker"),e.consume(t),e.exit("autolinkMarker"),e.enter("autolinkProtocol"),o};function o(t){return Ww(t)?(e.consume(t),a):64===t?n(t):s(t)}function a(e){return 43===e||45===e||46===e||Vw(e)?(r=1,i(e)):s(e)}function i(t){return 58===t?(e.consume(t),r=0,l):(43===t||45===t||46===t||Vw(t))&&r++<32?(e.consume(t),i):(r=0,s(t))}function l(r){return 62===r?(e.exit("autolinkProtocol"),e.enter("autolinkMarker"),e.consume(r),e.exit("autolinkMarker"),e.exit("autolink"),t):null===r||32===r||60===r||Yw(r)?n(r):(e.consume(r),l)}function s(t){return 64===t?(e.consume(t),c):qw(t)?(e.consume(t),s):n(t)}function c(e){return Vw(e)?u(e):n(e)}function u(n){return 46===n?(e.consume(n),r=0,c):62===n?(e.exit("autolinkProtocol").type="autolinkEmail",e.enter("autolinkMarker"),e.consume(n),e.exit("autolinkMarker"),e.exit("autolink"),t):A(n)}function A(t){if((45===t||Vw(t))&&r++<63){const n=45===t?A:u;return e.consume(t),n}return n(t)}}};const fx={partial:!0,tokenize:function(e,t,n){return function(t){return Zw(t)?ox(e,r,"linePrefix")(t):r(t)};function r(e){return null===e||Jw(e)?t(e):n(e)}}};const px={continuation:{tokenize:function(e,t,n){const r=this;return function(t){return Zw(t)?ox(e,o,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(t):o(t)};function o(r){return e.attempt(px,t,n)(r)}}},exit:function(e){e.exit("blockQuote")},name:"blockQuote",tokenize:function(e,t,n){const r=this;return function(t){if(62===t){const n=r.containerState;return n.open||(e.enter("blockQuote",{_container:!0}),n.open=!0),e.enter("blockQuotePrefix"),e.enter("blockQuoteMarker"),e.consume(t),e.exit("blockQuoteMarker"),o}return n(t)};function o(n){return Zw(n)?(e.enter("blockQuotePrefixWhitespace"),e.consume(n),e.exit("blockQuotePrefixWhitespace"),e.exit("blockQuotePrefix"),t):(e.exit("blockQuotePrefix"),t(n))}}};const hx={name:"characterEscape",tokenize:function(e,t,n){return function(t){return e.enter("characterEscape"),e.enter("escapeMarker"),e.consume(t),e.exit("escapeMarker"),r};function r(r){return Kw(r)?(e.enter("characterEscapeValue"),e.consume(r),e.exit("characterEscapeValue"),e.exit("characterEscape"),t):n(r)}}};const gx={name:"characterReference",tokenize:function(e,t,n){const r=this;let o,a,i=0;return function(t){return e.enter("characterReference"),e.enter("characterReferenceMarker"),e.consume(t),e.exit("characterReferenceMarker"),l};function l(t){return 35===t?(e.enter("characterReferenceMarkerNumeric"),e.consume(t),e.exit("characterReferenceMarkerNumeric"),s):(e.enter("characterReferenceValue"),o=31,a=Vw,c(t))}function s(t){return 88===t||120===t?(e.enter("characterReferenceMarkerHexadecimal"),e.consume(t),e.exit("characterReferenceMarkerHexadecimal"),e.enter("characterReferenceValue"),o=6,a=Xw,c):(e.enter("characterReferenceValue"),o=7,a=Gw,c(t))}function c(l){if(59===l&&i){const o=e.exit("characterReferenceValue");return a!==Vw||Nw(r.sliceSerialize(o))?(e.enter("characterReferenceMarker"),e.consume(l),e.exit("characterReferenceMarker"),e.exit("characterReference"),t):n(l)}return a(l)&&i++<o?(e.consume(l),c):n(l)}}};const mx={partial:!0,tokenize:function(e,t,n){const r=this;return function(t){return null===t?n(t):(e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),o)};function o(e){return r.parser.lazy[r.now().line]?n(e):t(e)}}},yx={concrete:!0,name:"codeFenced",tokenize:function(e,t,n){const r=this,o={partial:!0,tokenize:function(e,t,n){let o=0;return i;function i(t){return e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),s}function s(t){return e.enter("codeFencedFence"),Zw(t)?ox(e,c,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(t):c(t)}function c(t){return t===a?(e.enter("codeFencedFenceSequence"),u(t)):n(t)}function u(t){return t===a?(o++,e.consume(t),u):o>=l?(e.exit("codeFencedFenceSequence"),Zw(t)?ox(e,A,"whitespace")(t):A(t)):n(t)}function A(r){return null===r||Jw(r)?(e.exit("codeFencedFence"),t(r)):n(r)}}};let a,i=0,l=0;return function(t){return function(t){const n=r.events[r.events.length-1];return i=n&&"linePrefix"===n[1].type?n[2].sliceSerialize(n[1],!0).length:0,a=t,e.enter("codeFenced"),e.enter("codeFencedFence"),e.enter("codeFencedFenceSequence"),s(t)}(t)};function s(t){return t===a?(l++,e.consume(t),s):l<3?n(t):(e.exit("codeFencedFenceSequence"),Zw(t)?ox(e,c,"whitespace")(t):c(t))}function c(n){return null===n||Jw(n)?(e.exit("codeFencedFence"),r.interrupt?t(n):e.check(mx,f,y)(n)):(e.enter("codeFencedFenceInfo"),e.enter("chunkString",{contentType:"string"}),u(n))}function u(t){return null===t||Jw(t)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),c(t)):Zw(t)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),ox(e,A,"whitespace")(t)):96===t&&t===a?n(t):(e.consume(t),u)}function A(t){return null===t||Jw(t)?c(t):(e.enter("codeFencedFenceMeta"),e.enter("chunkString",{contentType:"string"}),d(t))}function d(t){return null===t||Jw(t)?(e.exit("chunkString"),e.exit("codeFencedFenceMeta"),c(t)):96===t&&t===a?n(t):(e.consume(t),d)}function f(t){return e.attempt(o,y,p)(t)}function p(t){return e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),h}function h(t){return i>0&&Zw(t)?ox(e,g,"linePrefix",i+1)(t):g(t)}function g(t){return null===t||Jw(t)?e.check(mx,f,y)(t):(e.enter("codeFlowValue"),m(t))}function m(t){return null===t||Jw(t)?(e.exit("codeFlowValue"),g(t)):(e.consume(t),m)}function y(n){return e.exit("codeFenced"),t(n)}}};const vx={name:"codeIndented",tokenize:function(e,t,n){const r=this;return function(t){return e.enter("codeIndented"),ox(e,o,"linePrefix",5)(t)};function o(e){const t=r.events[r.events.length-1];return t&&"linePrefix"===t[1].type&&t[2].sliceSerialize(t[1],!0).length>=4?a(e):n(e)}function a(t){return null===t?l(t):Jw(t)?e.attempt(bx,a,l)(t):(e.enter("codeFlowValue"),i(t))}function i(t){return null===t||Jw(t)?(e.exit("codeFlowValue"),a(t)):(e.consume(t),i)}function l(n){return e.exit("codeIndented"),t(n)}}},bx={partial:!0,tokenize:function(e,t,n){const r=this;return o;function o(t){return r.parser.lazy[r.now().line]?n(t):Jw(t)?(e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),o):ox(e,a,"linePrefix",5)(t)}function a(e){const a=r.events[r.events.length-1];return a&&"linePrefix"===a[1].type&&a[2].sliceSerialize(a[1],!0).length>=4?t(e):Jw(e)?o(e):n(e)}}};const wx={name:"codeText",previous:function(e){return 96!==e||"characterEscape"===this.events[this.events.length-1][1].type},resolve:function(e){let t,n,r=e.length-4,o=3;if(!("lineEnding"!==e[o][1].type&&"space"!==e[o][1].type||"lineEnding"!==e[r][1].type&&"space"!==e[r][1].type))for(t=o;++t<r;)if("codeTextData"===e[t][1].type){e[o][1].type="codeTextPadding",e[r][1].type="codeTextPadding",o+=2,r-=2;break}for(t=o-1,r++;++t<=r;)void 0===n?t!==r&&"lineEnding"!==e[t][1].type&&(n=t):(t===r||"lineEnding"===e[t][1].type)&&(e[n][1].type="codeTextData",t!==n+2&&(e[n][1].end=e[t-1][1].end,e.splice(n+2,t-n-2),r-=t-n-2,t=n+2),n=void 0);return e},tokenize:function(e,t,n){let r,o,a=0;return function(t){return e.enter("codeText"),e.enter("codeTextSequence"),i(t)};function i(t){return 96===t?(e.consume(t),a++,i):(e.exit("codeTextSequence"),l(t))}function l(t){return null===t?n(t):32===t?(e.enter("space"),e.consume(t),e.exit("space"),l):96===t?(o=e.enter("codeTextSequence"),r=0,c(t)):Jw(t)?(e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),l):(e.enter("codeTextData"),s(t))}function s(t){return null===t||32===t||96===t||Jw(t)?(e.exit("codeTextData"),l(t)):(e.consume(t),s)}function c(n){return 96===n?(e.consume(n),r++,c):r===a?(e.exit("codeTextSequence"),e.exit("codeText"),t(n)):(o.type="codeTextData",s(n))}}};class xx{constructor(e){this.left=e?[...e]:[],this.right=[]}get(e){if(e<0||e>=this.left.length+this.right.length)throw new 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){const n=t??Number.POSITIVE_INFINITY;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){const r=t||0;this.setCursor(Math.trunc(e));const o=this.right.splice(this.right.length-r,Number.POSITIVE_INFINITY);return n&&kx(this.left,n),o.reverse()}pop(){return this.setCursor(Number.POSITIVE_INFINITY),this.left.pop()}push(e){this.setCursor(Number.POSITIVE_INFINITY),this.left.push(e)}pushMany(e){this.setCursor(Number.POSITIVE_INFINITY),kx(this.left,e)}unshift(e){this.setCursor(0),this.right.push(e)}unshiftMany(e){this.setCursor(0),kx(this.right,e.reverse())}setCursor(e){if(!(e===this.left.length||e>this.left.length&&0===this.right.length||e<0&&0===this.left.length))if(e<this.left.length){const t=this.left.splice(e,Number.POSITIVE_INFINITY);kx(this.right,t.reverse())}else{const t=this.right.splice(this.left.length+this.right.length-e,Number.POSITIVE_INFINITY);kx(this.left,t.reverse())}}}function kx(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 Ex(e){const t={};let n,r,o,a,i,l,s,c=-1;const u=new xx(e);for(;++c<u.length;){for(;c in t;)c=t[c];if(n=u.get(c),c&&"chunkFlow"===n[1].type&&"listItemPrefix"===u.get(c-1)[1].type&&(l=n[1]._tokenizer.events,o=0,o<l.length&&"lineEndingBlank"===l[o][1].type&&(o+=2),o<l.length&&"content"===l[o][1].type))for(;++o<l.length&&"content"!==l[o][1].type;)"chunkText"===l[o][1].type&&(l[o][1]._isInFirstContentOfListItem=!0,o++);if("enter"===n[0])n[1].contentType&&(Object.assign(t,Sx(u,c)),c=t[c],s=!0);else if(n[1]._container){for(o=c,r=void 0;o--;)if(a=u.get(o),"lineEnding"===a[1].type||"lineEndingBlank"===a[1].type)"enter"===a[0]&&(r&&(u.get(r)[1].type="lineEndingBlank"),a[1].type="lineEnding",r=o);else if("linePrefix"!==a[1].type)break;r&&(n[1].end={...u.get(r)[1].start},i=u.slice(r,c),i.unshift(n),u.splice(r,c-r+1,i))}}return Lw(e,0,Number.POSITIVE_INFINITY,u.slice(0)),!s}function Sx(e,t){const n=e.get(t)[1],r=e.get(t)[2];let o=t-1;const a=[],i=n._tokenizer||r.parser[n.contentType](n.start),l=i.events,s=[],c={};let u,A,d=-1,f=n,p=0,h=0;const g=[h];for(;f;){for(;e.get(++o)[1]!==f;);a.push(o),f._tokenizer||(u=r.sliceStream(f),f.next||u.push(null),A&&i.defineSkip(f.start),f._isInFirstContentOfListItem&&(i._gfmTasklistFirstContentOfListItem=!0),i.write(u),f._isInFirstContentOfListItem&&(i._gfmTasklistFirstContentOfListItem=void 0)),A=f,f=f.next}for(f=n;++d<l.length;)"exit"===l[d][0]&&"enter"===l[d-1][0]&&l[d][1].type===l[d-1][1].type&&l[d][1].start.line!==l[d][1].end.line&&(h=d+1,g.push(h),f._tokenizer=void 0,f.previous=void 0,f=f.next);for(i.events=[],f?(f._tokenizer=void 0,f.previous=void 0):g.pop(),d=g.length;d--;){const t=l.slice(g[d],g[d+1]),n=a.pop();s.push([n,n+t.length-1]),e.splice(n,2,t)}for(s.reverse(),d=-1;++d<s.length;)c[p+s[d][0]]=p+s[d][1],p+=s[d][1]-s[d][0]-1;return c}const Cx={resolve:function(e){return Ex(e),e},tokenize:function(e,t){let n;return function(t){return e.enter("content"),n=e.enter("chunkContent",{contentType:"content"}),r(t)};function r(t){return null===t?o(t):Jw(t)?e.check(Px,a,o)(t):(e.consume(t),r)}function o(n){return e.exit("chunkContent"),e.exit("content"),t(n)}function a(t){return e.consume(t),e.exit("chunkContent"),n.next=e.enter("chunkContent",{contentType:"content",previous:n}),n=n.next,r}}},Px={partial:!0,tokenize:function(e,t,n){const r=this;return function(t){return e.exit("chunkContent"),e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),ox(e,o,"linePrefix")};function o(o){if(null===o||Jw(o))return n(o);const a=r.events[r.events.length-1];return!r.parser.constructs.disable.null.includes("codeIndented")&&a&&"linePrefix"===a[1].type&&a[2].sliceSerialize(a[1],!0).length>=4?t(o):e.interrupt(r.parser.constructs.flow,n,t)(o)}}};function Dx(e,t,n,r,o,a,i,l,s){const c=s||Number.POSITIVE_INFINITY;let u=0;return function(t){return 60===t?(e.enter(r),e.enter(o),e.enter(a),e.consume(t),e.exit(a),A):null===t||32===t||41===t||Yw(t)?n(t):(e.enter(r),e.enter(i),e.enter(l),e.enter("chunkString",{contentType:"string"}),p(t))};function A(n){return 62===n?(e.enter(a),e.consume(n),e.exit(a),e.exit(o),e.exit(r),t):(e.enter(l),e.enter("chunkString",{contentType:"string"}),d(n))}function d(t){return 62===t?(e.exit("chunkString"),e.exit(l),A(t)):null===t||60===t||Jw(t)?n(t):(e.consume(t),92===t?f:d)}function f(t){return 60===t||62===t||92===t?(e.consume(t),d):d(t)}function p(o){return u||null!==o&&41!==o&&!$w(o)?u<c&&40===o?(e.consume(o),u++,p):41===o?(e.consume(o),u--,p):null===o||32===o||40===o||Yw(o)?n(o):(e.consume(o),92===o?h:p):(e.exit("chunkString"),e.exit(l),e.exit(i),e.exit(r),t(o))}function h(t){return 40===t||41===t||92===t?(e.consume(t),p):p(t)}}function Bx(e,t,n,r,o,a){const i=this;let l,s=0;return function(t){return e.enter(r),e.enter(o),e.consume(t),e.exit(o),e.enter(a),c};function c(A){return s>999||null===A||91===A||93===A&&!l||94===A&&!s&&"_hiddenFootnoteSupport"in i.parser.constructs?n(A):93===A?(e.exit(a),e.enter(o),e.consume(A),e.exit(o),e.exit(r),t):Jw(A)?(e.enter("lineEnding"),e.consume(A),e.exit("lineEnding"),c):(e.enter("chunkString",{contentType:"string"}),u(A))}function u(t){return null===t||91===t||93===t||Jw(t)||s++>999?(e.exit("chunkString"),c(t)):(e.consume(t),l||(l=!Zw(t)),92===t?A:u)}function A(t){return 91===t||92===t||93===t?(e.consume(t),s++,u):u(t)}}function Ix(e,t,n,r,o,a){let i;return function(t){return 34===t||39===t||40===t?(e.enter(r),e.enter(o),e.consume(t),e.exit(o),i=40===t?41:t,l):n(t)};function l(n){return n===i?(e.enter(o),e.consume(n),e.exit(o),e.exit(r),t):(e.enter(a),s(n))}function s(t){return t===i?(e.exit(a),l(i)):null===t?n(t):Jw(t)?(e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),ox(e,s,"linePrefix")):(e.enter("chunkString",{contentType:"string"}),c(t))}function c(t){return t===i||null===t||Jw(t)?(e.exit("chunkString"),s(t)):(e.consume(t),92===t?u:c)}function u(t){return t===i||92===t?(e.consume(t),c):c(t)}}function Tx(e,t){let n;return function r(o){return Jw(o)?(e.enter("lineEnding"),e.consume(o),e.exit("lineEnding"),n=!0,r):Zw(o)?ox(e,r,n?"linePrefix":"lineSuffix")(o):t(o)}}const Mx={name:"definition",tokenize:function(e,t,n){const r=this;let o;return function(t){return e.enter("definition"),function(t){return Bx.call(r,e,a,n,"definitionLabel","definitionLabelMarker","definitionLabelString")(t)}(t)};function a(t){return o=Uw(r.sliceSerialize(r.events[r.events.length-1][1]).slice(1,-1)),58===t?(e.enter("definitionMarker"),e.consume(t),e.exit("definitionMarker"),i):n(t)}function i(t){return $w(t)?Tx(e,l)(t):l(t)}function l(t){return Dx(e,s,n,"definitionDestination","definitionDestinationLiteral","definitionDestinationLiteralMarker","definitionDestinationRaw","definitionDestinationString")(t)}function s(t){return e.attempt(Qx,c,c)(t)}function c(t){return Zw(t)?ox(e,u,"whitespace")(t):u(t)}function u(a){return null===a||Jw(a)?(e.exit("definition"),r.parser.defined.push(o),t(a)):n(a)}}},Qx={partial:!0,tokenize:function(e,t,n){return function(t){return $w(t)?Tx(e,r)(t):n(t)};function r(t){return Ix(e,o,n,"definitionTitle","definitionTitleMarker","definitionTitleString")(t)}function o(t){return Zw(t)?ox(e,a,"whitespace")(t):a(t)}function a(e){return null===e||Jw(e)?t(e):n(e)}}};const _x={name:"hardBreakEscape",tokenize:function(e,t,n){return function(t){return e.enter("hardBreakEscape"),e.consume(t),r};function r(r){return Jw(r)?(e.exit("hardBreakEscape"),t(r)):n(r)}}};const Nx={name:"headingAtx",resolve:function(e,t){let n,r,o=e.length-2,a=3;return"whitespace"===e[a][1].type&&(a+=2),o-2>a&&"whitespace"===e[o][1].type&&(o-=2),"atxHeadingSequence"===e[o][1].type&&(a===o-1||o-4>a&&"whitespace"===e[o-2][1].type)&&(o-=a+1===o?2:4),o>a&&(n={type:"atxHeadingText",start:e[a][1].start,end:e[o][1].end},r={type:"chunkText",start:e[a][1].start,end:e[o][1].end,contentType:"text"},Lw(e,a,o-a+1,[["enter",n,t],["enter",r,t],["exit",r,t],["exit",n,t]])),e},tokenize:function(e,t,n){let r=0;return function(t){return e.enter("atxHeading"),function(t){return e.enter("atxHeadingSequence"),o(t)}(t)};function o(t){return 35===t&&r++<6?(e.consume(t),o):null===t||$w(t)?(e.exit("atxHeadingSequence"),a(t)):n(t)}function a(n){return 35===n?(e.enter("atxHeadingSequence"),i(n)):null===n||Jw(n)?(e.exit("atxHeading"),t(n)):Zw(n)?ox(e,a,"whitespace")(n):(e.enter("atxHeadingText"),l(n))}function i(t){return 35===t?(e.consume(t),i):(e.exit("atxHeadingSequence"),a(t))}function l(t){return null===t||35===t||$w(t)?(e.exit("atxHeadingText"),a(t)):(e.consume(t),l)}}};const Lx=["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"],Ox=["pre","script","style","textarea"],Rx={concrete:!0,name:"htmlFlow",resolveTo:function(e){let t=e.length;for(;t--&&("enter"!==e[t][0]||"htmlFlow"!==e[t][1].type););return t>1&&"linePrefix"===e[t-2][1].type&&(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},tokenize:function(e,t,n){const r=this;let o,a,i,l,s;return function(t){return function(t){return e.enter("htmlFlow"),e.enter("htmlFlowData"),e.consume(t),c}(t)};function c(l){return 33===l?(e.consume(l),u):47===l?(e.consume(l),a=!0,f):63===l?(e.consume(l),o=3,r.interrupt?t:_):Ww(l)?(e.consume(l),i=String.fromCharCode(l),p):n(l)}function u(a){return 45===a?(e.consume(a),o=2,A):91===a?(e.consume(a),o=5,l=0,d):Ww(a)?(e.consume(a),o=4,r.interrupt?t:_):n(a)}function A(o){return 45===o?(e.consume(o),r.interrupt?t:_):n(o)}function d(o){const a="CDATA[";return o===a.charCodeAt(l++)?(e.consume(o),6===l?r.interrupt?t:C:d):n(o)}function f(t){return Ww(t)?(e.consume(t),i=String.fromCharCode(t),p):n(t)}function p(l){if(null===l||47===l||62===l||$w(l)){const s=47===l,c=i.toLowerCase();return s||a||!Ox.includes(c)?Lx.includes(i.toLowerCase())?(o=6,s?(e.consume(l),h):r.interrupt?t(l):C(l)):(o=7,r.interrupt&&!r.parser.lazy[r.now().line]?n(l):a?g(l):m(l)):(o=1,r.interrupt?t(l):C(l))}return 45===l||Vw(l)?(e.consume(l),i+=String.fromCharCode(l),p):n(l)}function h(o){return 62===o?(e.consume(o),r.interrupt?t:C):n(o)}function g(t){return Zw(t)?(e.consume(t),g):E(t)}function m(t){return 47===t?(e.consume(t),E):58===t||95===t||Ww(t)?(e.consume(t),y):Zw(t)?(e.consume(t),m):E(t)}function y(t){return 45===t||46===t||58===t||95===t||Vw(t)?(e.consume(t),y):v(t)}function v(t){return 61===t?(e.consume(t),b):Zw(t)?(e.consume(t),v):m(t)}function b(t){return null===t||60===t||61===t||62===t||96===t?n(t):34===t||39===t?(e.consume(t),s=t,w):Zw(t)?(e.consume(t),b):x(t)}function w(t){return t===s?(e.consume(t),s=null,k):null===t||Jw(t)?n(t):(e.consume(t),w)}function x(t){return null===t||34===t||39===t||47===t||60===t||61===t||62===t||96===t||$w(t)?v(t):(e.consume(t),x)}function k(e){return 47===e||62===e||Zw(e)?m(e):n(e)}function E(t){return 62===t?(e.consume(t),S):n(t)}function S(t){return null===t||Jw(t)?C(t):Zw(t)?(e.consume(t),S):n(t)}function C(t){return 45===t&&2===o?(e.consume(t),I):60===t&&1===o?(e.consume(t),T):62===t&&4===o?(e.consume(t),N):63===t&&3===o?(e.consume(t),_):93===t&&5===o?(e.consume(t),Q):!Jw(t)||6!==o&&7!==o?null===t||Jw(t)?(e.exit("htmlFlowData"),P(t)):(e.consume(t),C):(e.exit("htmlFlowData"),e.check(Fx,L,P)(t))}function P(t){return e.check(zx,D,L)(t)}function D(t){return e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),B}function B(t){return null===t||Jw(t)?P(t):(e.enter("htmlFlowData"),C(t))}function I(t){return 45===t?(e.consume(t),_):C(t)}function T(t){return 47===t?(e.consume(t),i="",M):C(t)}function M(t){if(62===t){const n=i.toLowerCase();return Ox.includes(n)?(e.consume(t),N):C(t)}return Ww(t)&&i.length<8?(e.consume(t),i+=String.fromCharCode(t),M):C(t)}function Q(t){return 93===t?(e.consume(t),_):C(t)}function _(t){return 62===t?(e.consume(t),N):45===t&&2===o?(e.consume(t),_):C(t)}function N(t){return null===t||Jw(t)?(e.exit("htmlFlowData"),L(t)):(e.consume(t),N)}function L(n){return e.exit("htmlFlow"),t(n)}}},Fx={partial:!0,tokenize:function(e,t,n){return function(r){return e.enter("lineEnding"),e.consume(r),e.exit("lineEnding"),e.attempt(fx,t,n)}}},zx={partial:!0,tokenize:function(e,t,n){const r=this;return function(t){return Jw(t)?(e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),o):n(t)};function o(e){return r.parser.lazy[r.now().line]?n(e):t(e)}}};const jx={name:"htmlText",tokenize:function(e,t,n){const r=this;let o,a,i;return function(t){return e.enter("htmlText"),e.enter("htmlTextData"),e.consume(t),l};function l(t){return 33===t?(e.consume(t),s):47===t?(e.consume(t),b):63===t?(e.consume(t),y):Ww(t)?(e.consume(t),k):n(t)}function s(t){return 45===t?(e.consume(t),c):91===t?(e.consume(t),a=0,f):Ww(t)?(e.consume(t),m):n(t)}function c(t){return 45===t?(e.consume(t),d):n(t)}function u(t){return null===t?n(t):45===t?(e.consume(t),A):Jw(t)?(i=u,M(t)):(e.consume(t),u)}function A(t){return 45===t?(e.consume(t),d):u(t)}function d(e){return 62===e?T(e):45===e?A(e):u(e)}function f(t){const r="CDATA[";return t===r.charCodeAt(a++)?(e.consume(t),6===a?p:f):n(t)}function p(t){return null===t?n(t):93===t?(e.consume(t),h):Jw(t)?(i=p,M(t)):(e.consume(t),p)}function h(t){return 93===t?(e.consume(t),g):p(t)}function g(t){return 62===t?T(t):93===t?(e.consume(t),g):p(t)}function m(t){return null===t||62===t?T(t):Jw(t)?(i=m,M(t)):(e.consume(t),m)}function y(t){return null===t?n(t):63===t?(e.consume(t),v):Jw(t)?(i=y,M(t)):(e.consume(t),y)}function v(e){return 62===e?T(e):y(e)}function b(t){return Ww(t)?(e.consume(t),w):n(t)}function w(t){return 45===t||Vw(t)?(e.consume(t),w):x(t)}function x(t){return Jw(t)?(i=x,M(t)):Zw(t)?(e.consume(t),x):T(t)}function k(t){return 45===t||Vw(t)?(e.consume(t),k):47===t||62===t||$w(t)?E(t):n(t)}function E(t){return 47===t?(e.consume(t),T):58===t||95===t||Ww(t)?(e.consume(t),S):Jw(t)?(i=E,M(t)):Zw(t)?(e.consume(t),E):T(t)}function S(t){return 45===t||46===t||58===t||95===t||Vw(t)?(e.consume(t),S):C(t)}function C(t){return 61===t?(e.consume(t),P):Jw(t)?(i=C,M(t)):Zw(t)?(e.consume(t),C):E(t)}function P(t){return null===t||60===t||61===t||62===t||96===t?n(t):34===t||39===t?(e.consume(t),o=t,D):Jw(t)?(i=P,M(t)):Zw(t)?(e.consume(t),P):(e.consume(t),B)}function D(t){return t===o?(e.consume(t),o=void 0,I):null===t?n(t):Jw(t)?(i=D,M(t)):(e.consume(t),D)}function B(t){return null===t||34===t||39===t||60===t||61===t||96===t?n(t):47===t||62===t||$w(t)?E(t):(e.consume(t),B)}function I(e){return 47===e||62===e||$w(e)?E(e):n(e)}function T(r){return 62===r?(e.consume(r),e.exit("htmlTextData"),e.exit("htmlText"),t):n(r)}function M(t){return e.exit("htmlTextData"),e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),Q}function Q(t){return Zw(t)?ox(e,_,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(t):_(t)}function _(t){return e.enter("htmlTextData"),i(t)}}};const Hx={name:"labelEnd",resolveAll:function(e){let t=-1;const n=[];for(;++t<e.length;){const r=e[t][1];if(n.push(e[t]),"labelImage"===r.type||"labelLink"===r.type||"labelEnd"===r.type){const e="labelImage"===r.type?4:2;r.type="data",t+=e}}return e.length!==n.length&&Lw(e,0,e.length,n),e},resolveTo:function(e,t){let n,r,o,a,i=e.length,l=0;for(;i--;)if(n=e[i][1],r){if("link"===n.type||"labelLink"===n.type&&n._inactive)break;"enter"===e[i][0]&&"labelLink"===n.type&&(n._inactive=!0)}else if(o){if("enter"===e[i][0]&&("labelImage"===n.type||"labelLink"===n.type)&&!n._balanced&&(r=i,"labelLink"!==n.type)){l=2;break}}else"labelEnd"===n.type&&(o=i);const s={type:"labelLink"===e[r][1].type?"link":"image",start:{...e[r][1].start},end:{...e[e.length-1][1].end}},c={type:"label",start:{...e[r][1].start},end:{...e[o][1].end}},u={type:"labelText",start:{...e[r+l+2][1].end},end:{...e[o-2][1].start}};return a=[["enter",s,t],["enter",c,t]],a=Ow(a,e.slice(r+1,r+l+3)),a=Ow(a,[["enter",u,t]]),a=Ow(a,cx(t.parser.constructs.insideSpan.null,e.slice(r+l+4,o-3),t)),a=Ow(a,[["exit",u,t],e[o-2],e[o-1],["exit",c,t]]),a=Ow(a,e.slice(o+1)),a=Ow(a,[["exit",s,t]]),Lw(e,r,e.length,a),e},tokenize:function(e,t,n){const r=this;let o,a,i=r.events.length;for(;i--;)if(("labelImage"===r.events[i][1].type||"labelLink"===r.events[i][1].type)&&!r.events[i][1]._balanced){o=r.events[i][1];break}return function(t){return o?o._inactive?u(t):(a=r.parser.defined.includes(Uw(r.sliceSerialize({start:o.end,end:r.now()}))),e.enter("labelEnd"),e.enter("labelMarker"),e.consume(t),e.exit("labelMarker"),e.exit("labelEnd"),l):n(t)};function l(t){return 40===t?e.attempt(Ux,c,a?c:u)(t):91===t?e.attempt(Wx,c,a?s:u)(t):a?c(t):u(t)}function s(t){return e.attempt(Vx,c,u)(t)}function c(e){return t(e)}function u(e){return o._balanced=!0,n(e)}}},Ux={tokenize:function(e,t,n){return function(t){return e.enter("resource"),e.enter("resourceMarker"),e.consume(t),e.exit("resourceMarker"),r};function r(t){return $w(t)?Tx(e,o)(t):o(t)}function o(t){return 41===t?c(t):Dx(e,a,i,"resourceDestination","resourceDestinationLiteral","resourceDestinationLiteralMarker","resourceDestinationRaw","resourceDestinationString",32)(t)}function a(t){return $w(t)?Tx(e,l)(t):c(t)}function i(e){return n(e)}function l(t){return 34===t||39===t||40===t?Ix(e,s,n,"resourceTitle","resourceTitleMarker","resourceTitleString")(t):c(t)}function s(t){return $w(t)?Tx(e,c)(t):c(t)}function c(r){return 41===r?(e.enter("resourceMarker"),e.consume(r),e.exit("resourceMarker"),e.exit("resource"),t):n(r)}}},Wx={tokenize:function(e,t,n){const r=this;return function(t){return Bx.call(r,e,o,a,"reference","referenceMarker","referenceString")(t)};function o(e){return r.parser.defined.includes(Uw(r.sliceSerialize(r.events[r.events.length-1][1]).slice(1,-1)))?t(e):n(e)}function a(e){return n(e)}}},Vx={tokenize:function(e,t,n){return function(t){return e.enter("reference"),e.enter("referenceMarker"),e.consume(t),e.exit("referenceMarker"),r};function r(r){return 93===r?(e.enter("referenceMarker"),e.consume(r),e.exit("referenceMarker"),e.exit("reference"),t):n(r)}}};const qx={name:"labelStartImage",resolveAll:Hx.resolveAll,tokenize:function(e,t,n){const r=this;return function(t){return e.enter("labelImage"),e.enter("labelImageMarker"),e.consume(t),e.exit("labelImageMarker"),o};function o(t){return 91===t?(e.enter("labelMarker"),e.consume(t),e.exit("labelMarker"),e.exit("labelImage"),a):n(t)}function a(e){return 94===e&&"_hiddenFootnoteSupport"in r.parser.constructs?n(e):t(e)}}};const Yx={name:"labelStartLink",resolveAll:Hx.resolveAll,tokenize:function(e,t,n){const r=this;return function(t){return e.enter("labelLink"),e.enter("labelMarker"),e.consume(t),e.exit("labelMarker"),e.exit("labelLink"),o};function o(e){return 94===e&&"_hiddenFootnoteSupport"in r.parser.constructs?n(e):t(e)}}};const Gx={name:"lineEnding",tokenize:function(e,t){return function(n){return e.enter("lineEnding"),e.consume(n),e.exit("lineEnding"),ox(e,t,"linePrefix")}}};const Xx={name:"thematicBreak",tokenize:function(e,t,n){let r,o=0;return function(t){return e.enter("thematicBreak"),function(e){return r=e,a(e)}(t)};function a(a){return a===r?(e.enter("thematicBreakSequence"),i(a)):o>=3&&(null===a||Jw(a))?(e.exit("thematicBreak"),t(a)):n(a)}function i(t){return t===r?(e.consume(t),o++,i):(e.exit("thematicBreakSequence"),Zw(t)?ox(e,a,"whitespace")(t):a(t))}}};const Kx={continuation:{tokenize:function(e,t,n){const r=this;return r.containerState._closeFlow=void 0,e.check(fx,(function(n){return r.containerState.furtherBlankLines=r.containerState.furtherBlankLines||r.containerState.initialBlankLine,ox(e,t,"listItemIndent",r.containerState.size+1)(n)}),(function(n){return r.containerState.furtherBlankLines||!Zw(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($x,t,o)(n))}));function o(o){return r.containerState._closeFlow=!0,r.interrupt=void 0,ox(e,e.attempt(Kx,t,n),"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(o)}}},exit:function(e){e.exit(this.containerState.type)},name:"list",tokenize:function(e,t,n){const r=this,o=r.events[r.events.length-1];let a=o&&"linePrefix"===o[1].type?o[2].sliceSerialize(o[1],!0).length:0,i=0;return function(t){const o=r.containerState.type||(42===t||43===t||45===t?"listUnordered":"listOrdered");if("listUnordered"===o?!r.containerState.marker||t===r.containerState.marker:Gw(t)){if(r.containerState.type||(r.containerState.type=o,e.enter(o,{_container:!0})),"listUnordered"===o)return e.enter("listItemPrefix"),42===t||45===t?e.check(Xx,n,s)(t):s(t);if(!r.interrupt||49===t)return e.enter("listItemPrefix"),e.enter("listItemValue"),l(t)}return n(t)};function l(t){return Gw(t)&&++i<10?(e.consume(t),l):(!r.interrupt||i<2)&&(r.containerState.marker?t===r.containerState.marker:41===t||46===t)?(e.exit("listItemValue"),s(t)):n(t)}function s(t){return e.enter("listItemMarker"),e.consume(t),e.exit("listItemMarker"),r.containerState.marker=r.containerState.marker||t,e.check(fx,r.interrupt?n:c,e.attempt(Jx,A,u))}function c(e){return r.containerState.initialBlankLine=!0,a++,A(e)}function u(t){return Zw(t)?(e.enter("listItemPrefixWhitespace"),e.consume(t),e.exit("listItemPrefixWhitespace"),A):n(t)}function A(n){return r.containerState.size=a+r.sliceSerialize(e.exit("listItemPrefix"),!0).length,t(n)}}},Jx={partial:!0,tokenize:function(e,t,n){const r=this;return ox(e,(function(e){const o=r.events[r.events.length-1];return!Zw(e)&&o&&"listItemPrefixWhitespace"===o[1].type?t(e):n(e)}),"listItemPrefixWhitespace",r.parser.constructs.disable.null.includes("codeIndented")?void 0:5)}},$x={partial:!0,tokenize:function(e,t,n){const r=this;return ox(e,(function(e){const o=r.events[r.events.length-1];return o&&"listItemIndent"===o[1].type&&o[2].sliceSerialize(o[1],!0).length===r.containerState.size?t(e):n(e)}),"listItemIndent",r.containerState.size+1)}};const Zx={name:"setextUnderline",resolveTo:function(e,t){let n,r,o,a=e.length;for(;a--;)if("enter"===e[a][0]){if("content"===e[a][1].type){n=a;break}"paragraph"===e[a][1].type&&(r=a)}else"content"===e[a][1].type&&e.splice(a,1),!o&&"definition"===e[a][1].type&&(o=a);const i={type:"setextHeading",start:{...e[r][1].start},end:{...e[e.length-1][1].end}};return e[r][1].type="setextHeadingText",o?(e.splice(r,0,["enter",i,t]),e.splice(o+1,0,["exit",e[n][1],t]),e[n][1].end={...e[o][1].end}):e[n][1]=i,e.push(["exit",i,t]),e},tokenize:function(e,t,n){const r=this;let o;return function(t){let i,l=r.events.length;for(;l--;)if("lineEnding"!==r.events[l][1].type&&"linePrefix"!==r.events[l][1].type&&"content"!==r.events[l][1].type){i="paragraph"===r.events[l][1].type;break}return r.parser.lazy[r.now().line]||!r.interrupt&&!i?n(t):(e.enter("setextHeadingLine"),o=t,function(t){return e.enter("setextHeadingLineSequence"),a(t)}(t))};function a(t){return t===o?(e.consume(t),a):(e.exit("setextHeadingLineSequence"),Zw(t)?ox(e,i,"lineSuffix")(t):i(t))}function i(r){return null===r||Jw(r)?(e.exit("setextHeadingLine"),t(r)):n(r)}}};const ek={tokenize:function(e){const t=this,n=e.attempt(fx,(function(r){if(null===r)return void e.consume(r);return e.enter("lineEndingBlank"),e.consume(r),e.exit("lineEndingBlank"),t.currentConstruct=void 0,n}),e.attempt(this.parser.constructs.flowInitial,r,ox(e,e.attempt(this.parser.constructs.flow,r,e.attempt(Cx,r)),"linePrefix")));return n;function r(r){if(null!==r)return e.enter("lineEnding"),e.consume(r),e.exit("lineEnding"),t.currentConstruct=void 0,n;e.consume(r)}}};const tk={resolveAll:ak()},nk=ok("string"),rk=ok("text");function ok(e){return{resolveAll:ak("text"===e?ik:void 0),tokenize:function(t){const n=this,r=this.parser.constructs[e],o=t.attempt(r,a,i);return a;function a(e){return s(e)?o(e):i(e)}function i(e){if(null!==e)return t.enter("data"),t.consume(e),l;t.consume(e)}function l(e){return s(e)?(t.exit("data"),o(e)):(t.consume(e),l)}function s(e){if(null===e)return!0;const t=r[e];let o=-1;if(t)for(;++o<t.length;){const e=t[o];if(!e.previous||e.previous.call(n,n.previous))return!0}return!1}}}}function ak(e){return function(t,n){let r,o=-1;for(;++o<=t.length;)void 0===r?t[o]&&"data"===t[o][1].type&&(r=o,o++):(!t[o]||"data"!==t[o][1].type)&&(o!==r+2&&(t[r][1].end=t[o-1][1].end,t.splice(r+2,o-r-2),o=r+2),r=void 0);return e?e(t,n):t}}function ik(e,t){let n=0;for(;++n<=e.length;)if((n===e.length||"lineEnding"===e[n][1].type)&&"data"===e[n-1][1].type){const r=e[n-1][1],o=t.sliceStream(r);let a,i=o.length,l=-1,s=0;for(;i--;){const e=o[i];if("string"==typeof e){for(l=e.length;32===e.charCodeAt(l-1);)s++,l--;if(l)break;l=-1}else if(-2===e)a=!0,s++;else if(-1!==e){i++;break}}if(s){const o={type:n===e.length||a||s<2?"lineSuffix":"hardBreakTrailing",start:{_bufferIndex:i?l:r.start._bufferIndex+l,_index:r.start._index+i,line:r.end.line,column:r.end.column-s,offset:r.end.offset-s},end:{...r.end}};r.end={...o.start},r.start.offset===r.end.offset?Object.assign(r,o):(e.splice(n,0,["enter",o,t],["exit",o,t]),n+=2)}n++}return e}const lk={42:Kx,43:Kx,45:Kx,48:Kx,49:Kx,50:Kx,51:Kx,52:Kx,53:Kx,54:Kx,55:Kx,56:Kx,57:Kx,62:px},sk={91:Mx},ck={[-2]:vx,[-1]:vx,32:vx},uk={35:Nx,42:Xx,45:[Zx,Xx],60:Rx,61:Zx,95:Xx,96:yx,126:yx},Ak={38:gx,92:hx},dk={[-5]:Gx,[-4]:Gx,[-3]:Gx,33:qx,38:gx,42:ux,60:[dx,jx],91:Yx,92:[_x,hx],93:Hx,95:ux,96:wx},fk={null:[ux,tk]},pk=Object.freeze(Object.defineProperty({__proto__:null,attentionMarkers:{null:[42,95]},contentInitial:sk,disable:{null:[]},document:lk,flow:uk,flowInitial:ck,insideSpan:fk,string:Ak,text:dk},Symbol.toStringTag,{value:"Module"}));function hk(e,t,n){let r={_bufferIndex:-1,_index:0,line:n&&n.line||1,column:n&&n.column||1,offset:n&&n.offset||0};const o={},a=[];let i=[],l=[];const s={attempt:h((function(e,t){g(e,t.from)})),check:h(p),consume:function(e){Jw(e)?(r.line++,r.column=1,r.offset+=-3===e?2:1,m()):-1!==e&&(r.column++,r.offset++),r._bufferIndex<0?r._index++:(r._bufferIndex++,r._bufferIndex===i[r._index].length&&(r._bufferIndex=-1,r._index++)),c.previous=e},enter:function(e,t){const n=t||{};return n.type=e,n.start=d(),c.events.push(["enter",n,c]),l.push(n),n},exit:function(e){const t=l.pop();return t.end=d(),c.events.push(["exit",t,c]),t},interrupt:h(p,{interrupt:!0})},c={code:null,containerState:{},defineSkip:function(e){o[e.line]=e.column,m()},events:[],now:d,parser:e,previous:null,sliceSerialize:function(e,t){return function(e,t){let n=-1;const r=[];let o;for(;++n<e.length;){const a=e[n];let i;if("string"==typeof a)i=a;else switch(a){case-5:i="\r";break;case-4:i="\n";break;case-3:i="\r\n";break;case-2:i=t?" ":"\t";break;case-1:if(!t&&o)continue;i=" ";break;default:i=String.fromCharCode(a)}o=-2===a,r.push(i)}return r.join("")}(A(e),t)},sliceStream:A,write:function(e){return i=Ow(i,e),function(){let e;for(;r._index<i.length;){const t=i[r._index];if("string"==typeof t)for(e=r._index,r._bufferIndex<0&&(r._bufferIndex=0);r._index===e&&r._bufferIndex<t.length;)f(t.charCodeAt(r._bufferIndex));else f(t)}}(),null!==i[i.length-1]?[]:(g(t,0),c.events=cx(a,c.events,c),c.events)}};let u=t.tokenize.call(c,s);return t.resolveAll&&a.push(t),c;function A(e){return function(e,t){const n=t.start._index,r=t.start._bufferIndex,o=t.end._index,a=t.end._bufferIndex;let i;if(n===o)i=[e[n].slice(r,a)];else{if(i=e.slice(n,o),r>-1){const e=i[0];"string"==typeof e?i[0]=e.slice(r):i.shift()}a>0&&i.push(e[o].slice(0,a))}return i}(i,e)}function d(){const{_bufferIndex:e,_index:t,line:n,column:o,offset:a}=r;return{_bufferIndex:e,_index:t,line:n,column:o,offset:a}}function f(e){u=u(e)}function p(e,t){t.restore()}function h(e,t){return function(n,o,a){let i,u,A,f;return Array.isArray(n)?p(n):"tokenize"in n?p([n]):function(e){return t;function t(t){const n=null!==t&&e[t],r=null!==t&&e.null;return p([...Array.isArray(n)?n:n?[n]:[],...Array.isArray(r)?r:r?[r]:[]])(t)}}(n);function p(e){return i=e,u=0,0===e.length?a:h(e[u])}function h(e){return function(n){return f=function(){const e=d(),t=c.previous,n=c.currentConstruct,o=c.events.length,a=Array.from(l);return{from:o,restore:i};function i(){r=e,c.previous=t,c.currentConstruct=n,c.events.length=o,l=a,m()}}(),A=e,e.partial||(c.currentConstruct=e),e.name&&c.parser.constructs.disable.null.includes(e.name)?y():e.tokenize.call(t?Object.assign(Object.create(c),t):c,s,g,y)(n)}}function g(t){return e(A,f),o}function y(e){return f.restore(),++u<i.length?h(i[u]):a}}}function g(e,t){e.resolveAll&&!a.includes(e)&&a.push(e),e.resolve&&Lw(c.events,t,c.events.length-t,e.resolve(c.events.slice(t),c)),e.resolveTo&&(c.events=e.resolveTo(c.events,c))}function m(){r.line in o&&r.column<2&&(r.column=o[r.line],r.offset+=o[r.line]-1)}}const gk=/[\0\t\n\r]/g;const mk=/\\([!-/:-@[-`{-~])|&(#(?:\d{1,7}|x[\da-f]{1,6})|[\da-z]{1,31});/gi;function yk(e,t,n){if(t)return t;if(35===n.charCodeAt(0)){const e=n.charCodeAt(1),t=120===e||88===e;return Hw(n.slice(t?2:1),t?16:10)}return Nw(n)||e}const vk={}.hasOwnProperty;function bk(e,t,n){return"string"!=typeof t&&(n=t,t=void 0),function(e){const t={transforms:[],canContainEols:["emphasis","fragment","heading","paragraph","strong"],enter:{autolink:a(te),autolinkProtocol:S,autolinkEmail:S,atxHeading:a(J),blockQuote:a(q),characterEscape:S,characterReference:S,codeFenced:a(Y),codeFencedFenceInfo:i,codeFencedFenceMeta:i,codeIndented:a(Y,i),codeText:a(G,i),codeTextData:S,data:S,codeFlowValue:S,definition:a(X),definitionDestinationString:i,definitionLabelString:i,definitionTitleString:i,emphasis:a(K),hardBreakEscape:a($),hardBreakTrailing:a($),htmlFlow:a(Z,i),htmlFlowData:S,htmlText:a(Z,i),htmlTextData:S,image:a(ee),label:i,link:a(te),listItem:a(re),listItemValue:d,listOrdered:a(ne,A),listUnordered:a(ne),paragraph:a(oe),reference:F,referenceString:i,resourceDestinationString:i,resourceTitleString:i,setextHeading:a(J),strong:a(ae),thematicBreak:a(le)},exit:{atxHeading:s(),atxHeadingSequence:w,autolink:s(),autolinkEmail:V,autolinkProtocol:W,blockQuote:s(),characterEscapeValue:C,characterReferenceMarkerHexadecimal:j,characterReferenceMarkerNumeric:j,characterReferenceValue:H,characterReference:U,codeFenced:s(g),codeFencedFence:h,codeFencedFenceInfo:f,codeFencedFenceMeta:p,codeFlowValue:C,codeIndented:s(m),codeText:s(T),codeTextData:C,data:C,definition:s(),definitionDestinationString:b,definitionLabelString:y,definitionTitleString:v,emphasis:s(),hardBreakEscape:s(D),hardBreakTrailing:s(D),htmlFlow:s(B),htmlFlowData:C,htmlText:s(I),htmlTextData:C,image:s(Q),label:N,labelText:_,lineEnding:P,link:s(M),listItem:s(),listOrdered:s(),listUnordered:s(),paragraph:s(),referenceString:z,resourceDestinationString:L,resourceTitleString:O,resource:R,setextHeading:s(E),setextHeadingLineSequence:k,setextHeadingText:x,strong:s(),thematicBreak:s()}};xk(t,(e||{}).mdastExtensions||[]);const n={};return r;function r(e){let r={type:"root",children:[]};const a={stack:[r],tokenStack:[],config:t,enter:l,exit:c,buffer:i,resume:u,data:n},s=[];let A=-1;for(;++A<e.length;)if("listOrdered"===e[A][1].type||"listUnordered"===e[A][1].type)if("enter"===e[A][0])s.push(A);else{A=o(e,s.pop(),A)}for(A=-1;++A<e.length;){const n=t[e[A][0]];vk.call(n,e[A][1].type)&&n[e[A][1].type].call(Object.assign({sliceSerialize:e[A][2].sliceSerialize},a),e[A][1])}if(a.tokenStack.length>0){const e=a.tokenStack[a.tokenStack.length-1];(e[1]||Ek).call(a,void 0,e[0])}for(r.position={start:wk(e.length>0?e[0][1].start:{line:1,column:1,offset:0}),end:wk(e.length>0?e[e.length-2][1].end:{line:1,column:1,offset:0})},A=-1;++A<t.transforms.length;)r=t.transforms[A](r)||r;return r}function o(e,t,n){let r,o,a,i,l=t-1,s=-1,c=!1;for(;++l<=n;){const t=e[l];switch(t[1].type){case"listUnordered":case"listOrdered":case"blockQuote":"enter"===t[0]?s++:s--,i=void 0;break;case"lineEndingBlank":"enter"===t[0]&&(r&&!i&&!s&&!a&&(a=l),i=void 0);break;case"linePrefix":case"listItemValue":case"listItemMarker":case"listItemPrefix":case"listItemPrefixWhitespace":break;default:i=void 0}if(!s&&"enter"===t[0]&&"listItemPrefix"===t[1].type||-1===s&&"exit"===t[0]&&("listUnordered"===t[1].type||"listOrdered"===t[1].type)){if(r){let i=l;for(o=void 0;i--;){const t=e[i];if("lineEnding"===t[1].type||"lineEndingBlank"===t[1].type){if("exit"===t[0])continue;o&&(e[o][1].type="lineEndingBlank",c=!0),t[1].type="lineEnding",o=i}else if("linePrefix"!==t[1].type&&"blockQuotePrefix"!==t[1].type&&"blockQuotePrefixWhitespace"!==t[1].type&&"blockQuoteMarker"!==t[1].type&&"listItemIndent"!==t[1].type)break}a&&(!o||a<o)&&(r._spread=!0),r.end=Object.assign({},o?e[o][1].start:t[1].end),e.splice(o||l,0,["exit",r,t[2]]),l++,n++}if("listItemPrefix"===t[1].type){const o={type:"listItem",_spread:!1,start:Object.assign({},t[1].start),end:void 0};r=o,e.splice(l,0,["enter",o,t[2]]),l++,n++,a=void 0,i=!0}}}return e[t][1]._spread=c,n}function a(e,t){return n;function n(n){l.call(this,e(n),n),t&&t.call(this,n)}}function i(){this.stack.push({type:"fragment",children:[]})}function l(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:wk(t.start),end:void 0}}function s(e){return t;function t(t){e&&e.call(this,t),c.call(this,t)}}function c(e,t){const n=this.stack.pop(),r=this.tokenStack.pop();if(!r)throw new Error("Cannot close `"+e.type+"` ("+lw({start:e.start,end:e.end})+"): it’s not open");r[0].type!==e.type&&(t?t.call(this,e,r[0]):(r[1]||Ek).call(this,e,r[0])),n.position.end=wk(e.end)}function u(){return function(e){const t=Tw;return Mw(e,"boolean"!=typeof t.includeImageAlt||t.includeImageAlt,"boolean"!=typeof t.includeHtml||t.includeHtml)}(this.stack.pop())}function A(){this.data.expectingFirstListItemValue=!0}function d(e){if(this.data.expectingFirstListItemValue){this.stack[this.stack.length-2].start=Number.parseInt(this.sliceSerialize(e),10),this.data.expectingFirstListItemValue=void 0}}function f(){const e=this.resume();this.stack[this.stack.length-1].lang=e}function p(){const e=this.resume();this.stack[this.stack.length-1].meta=e}function h(){this.data.flowCodeInside||(this.buffer(),this.data.flowCodeInside=!0)}function g(){const e=this.resume();this.stack[this.stack.length-1].value=e.replace(/^(\r?\n|\r)|(\r?\n|\r)$/g,""),this.data.flowCodeInside=void 0}function m(){const e=this.resume();this.stack[this.stack.length-1].value=e.replace(/(\r?\n|\r)$/g,"")}function y(e){const t=this.resume(),n=this.stack[this.stack.length-1];n.label=t,n.identifier=Uw(this.sliceSerialize(e)).toLowerCase()}function v(){const e=this.resume();this.stack[this.stack.length-1].title=e}function b(){const e=this.resume();this.stack[this.stack.length-1].url=e}function w(e){const t=this.stack[this.stack.length-1];if(!t.depth){const n=this.sliceSerialize(e).length;t.depth=n}}function x(){this.data.setextHeadingSlurpLineEnding=!0}function k(e){this.stack[this.stack.length-1].depth=61===this.sliceSerialize(e).codePointAt(0)?1:2}function E(){this.data.setextHeadingSlurpLineEnding=void 0}function S(e){const t=this.stack[this.stack.length-1].children;let n=t[t.length-1];(!n||"text"!==n.type)&&(n=ie(),n.position={start:wk(e.start),end:void 0},t.push(n)),this.stack.push(n)}function C(e){const t=this.stack.pop();t.value+=this.sliceSerialize(e),t.position.end=wk(e.end)}function P(e){const n=this.stack[this.stack.length-1];if(this.data.atHardBreak){return n.children[n.children.length-1].position.end=wk(e.end),void(this.data.atHardBreak=void 0)}!this.data.setextHeadingSlurpLineEnding&&t.canContainEols.includes(n.type)&&(S.call(this,e),C.call(this,e))}function D(){this.data.atHardBreak=!0}function B(){const e=this.resume();this.stack[this.stack.length-1].value=e}function I(){const e=this.resume();this.stack[this.stack.length-1].value=e}function T(){const e=this.resume();this.stack[this.stack.length-1].value=e}function M(){const e=this.stack[this.stack.length-1];if(this.data.inReference){const 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 Q(){const e=this.stack[this.stack.length-1];if(this.data.inReference){const 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 _(e){const t=this.sliceSerialize(e),n=this.stack[this.stack.length-2];n.label=function(e){return e.replace(mk,yk)}(t),n.identifier=Uw(t).toLowerCase()}function N(){const e=this.stack[this.stack.length-1],t=this.resume(),n=this.stack[this.stack.length-1];if(this.data.inReference=!0,"link"===n.type){const t=e.children;n.children=t}else n.alt=t}function L(){const e=this.resume();this.stack[this.stack.length-1].url=e}function O(){const e=this.resume();this.stack[this.stack.length-1].title=e}function R(){this.data.inReference=void 0}function F(){this.data.referenceType="collapsed"}function z(e){const t=this.resume(),n=this.stack[this.stack.length-1];n.label=t,n.identifier=Uw(this.sliceSerialize(e)).toLowerCase(),this.data.referenceType="full"}function j(e){this.data.characterReferenceType=e.type}function H(e){const t=this.sliceSerialize(e),n=this.data.characterReferenceType;let r;n?(r=Hw(t,"characterReferenceMarkerNumeric"===n?10:16),this.data.characterReferenceType=void 0):r=Nw(t);this.stack[this.stack.length-1].value+=r}function U(e){this.stack.pop().position.end=wk(e.end)}function W(e){C.call(this,e);this.stack[this.stack.length-1].url=this.sliceSerialize(e)}function V(e){C.call(this,e);this.stack[this.stack.length-1].url="mailto:"+this.sliceSerialize(e)}function q(){return{type:"blockquote",children:[]}}function Y(){return{type:"code",lang:null,meta:null,value:""}}function G(){return{type:"inlineCode",value:""}}function X(){return{type:"definition",identifier:"",label:null,title:null,url:""}}function K(){return{type:"emphasis",children:[]}}function J(){return{type:"heading",depth:0,children:[]}}function $(){return{type:"break"}}function Z(){return{type:"html",value:""}}function ee(){return{type:"image",title:null,url:"",alt:null}}function te(){return{type:"link",title:null,url:"",children:[]}}function ne(e){return{type:"list",ordered:"listOrdered"===e.type,start:null,spread:e._spread,children:[]}}function re(e){return{type:"listItem",spread:e._spread,checked:null,children:[]}}function oe(){return{type:"paragraph",children:[]}}function ae(){return{type:"strong",children:[]}}function ie(){return{type:"text",value:""}}function le(){return{type:"thematicBreak"}}}(n)(function(e){for(;!Ex(e););return e}(function(e){const t={constructs:Fw([pk,...(e||{}).extensions||[]]),content:n(ax),defined:[],document:n(ix),flow:n(ek),lazy:{},string:n(nk),text:n(rk)};return t;function n(e){return function(n){return hk(t,e,n)}}}(n).document().write(function(){let e,t=1,n="",r=!0;return function(o,a,i){const l=[];let s,c,u,A,d;for(o=n+("string"==typeof o?o.toString():new TextDecoder(a||void 0).decode(o)),u=0,n="",r&&(65279===o.charCodeAt(0)&&u++,r=void 0);u<o.length;){if(gk.lastIndex=u,s=gk.exec(o),A=s&&void 0!==s.index?s.index:o.length,d=o.charCodeAt(A),!s){n=o.slice(u);break}if(10===d&&u===A&&e)l.push(-3),e=void 0;else switch(e&&(l.push(-5),e=void 0),u<A&&(l.push(o.slice(u,A)),t+=A-u),d){case 0:l.push(65533),t++;break;case 9:for(c=4*Math.ceil(t/4),l.push(-2);t++<c;)l.push(-1);break;case 10:l.push(-4),t=1;break;default:e=!0,t=1}u=A+1}return i&&(e&&l.push(-5),n&&l.push(n),l.push(null)),l}}()(e,t,!0))))}function wk(e){return{line:e.line,column:e.column,offset:e.offset}}function xk(e,t){let n=-1;for(;++n<t.length;){const r=t[n];Array.isArray(r)?xk(e,r):kk(e,r)}}function kk(e,t){let n;for(n in t)if(vk.call(t,n))switch(n){case"canContainEols":{const r=t[n];r&&e[n].push(...r);break}case"transforms":{const r=t[n];r&&e[n].push(...r);break}case"enter":case"exit":{const r=t[n];r&&Object.assign(e[n],r);break}}}function Ek(e,t){throw e?new Error("Cannot close `"+e.type+"` ("+lw({start:e.start,end:e.end})+"): a different token (`"+t.type+"`, "+lw({start:t.start,end:t.end})+") is open"):new Error("Cannot close document, a token (`"+t.type+"`, "+lw({start:t.start,end:t.end})+") is still open")}function Sk(e){const t=this;t.parser=function(n){return bk(n,{...t.data("settings"),...e,extensions:t.data("micromarkExtensions")||[],mdastExtensions:t.data("fromMarkdownExtensions")||[]})}}function Ck(e,t){const n=t.referenceType;let r="]";if("collapsed"===n?r+="[]":"full"===n&&(r+="["+(t.label||t.identifier)+"]"),"imageReference"===t.type)return[{type:"text",value:"!["+t.alt+r}];const o=e.all(t),a=o[0];a&&"text"===a.type?a.value="["+a.value:o.unshift({type:"text",value:"["});const i=o[o.length-1];return i&&"text"===i.type?i.value+=r:o.push({type:"text",value:r}),o}function Pk(e){return e.spread??e.children.length>1}const Dk=9,Bk=32;function Ik(e){const t=String(e),n=/\r?\n|\r/g;let r=n.exec(t),o=0;const a=[];for(;r;)a.push(Tk(t.slice(o,r.index),o>0,!0),r[0]),o=r.index+r[0].length,r=n.exec(t);return a.push(Tk(t.slice(o),o>0,!1)),a.join("")}function Tk(e,t,n){let r=0,o=e.length;if(t){let t=e.codePointAt(r);for(;t===Dk||t===Bk;)r++,t=e.codePointAt(r)}if(n){let t=e.codePointAt(o-1);for(;t===Dk||t===Bk;)o--,t=e.codePointAt(o-1)}return o>r?e.slice(r,o):""}const Mk={blockquote:function(e,t){const n={type:"element",tagName:"blockquote",properties:{},children:e.wrap(e.all(t),!0)};return e.patch(t,n),e.applyData(t,n)},break:function(e,t){const n={type:"element",tagName:"br",properties:{},children:[]};return e.patch(t,n),[e.applyData(t,n),{type:"text",value:"\n"}]},code:function(e,t){const n=t.value?t.value+"\n":"",r={};t.lang&&(r.className=["language-"+t.lang]);let o={type:"element",tagName:"code",properties:r,children:[{type:"text",value:n}]};return t.meta&&(o.data={meta:t.meta}),e.patch(t,o),o=e.applyData(t,o),o={type:"element",tagName:"pre",properties:{},children:[o]},e.patch(t,o),o},delete:function(e,t){const n={type:"element",tagName:"del",properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)},emphasis:function(e,t){const n={type:"element",tagName:"em",properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)},footnoteReference:function(e,t){const n="string"==typeof e.options.clobberPrefix?e.options.clobberPrefix:"user-content-",r=String(t.identifier).toUpperCase(),o=rx(r.toLowerCase()),a=e.footnoteOrder.indexOf(r);let i,l=e.footnoteCounts.get(r);void 0===l?(l=0,e.footnoteOrder.push(r),i=e.footnoteOrder.length):i=a+1,l+=1,e.footnoteCounts.set(r,l);const s={type:"element",tagName:"a",properties:{href:"#"+n+"fn-"+o,id:n+"fnref-"+o+(l>1?"-"+l:""),dataFootnoteRef:!0,ariaDescribedBy:["footnote-label"]},children:[{type:"text",value:String(i)}]};e.patch(t,s);const c={type:"element",tagName:"sup",properties:{},children:[s]};return e.patch(t,c),e.applyData(t,c)},heading:function(e,t){const n={type:"element",tagName:"h"+t.depth,properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)},html:function(e,t){if(e.options.allowDangerousHtml){const n={type:"raw",value:t.value};return e.patch(t,n),e.applyData(t,n)}},imageReference:function(e,t){const n=String(t.identifier).toUpperCase(),r=e.definitionById.get(n);if(!r)return Ck(e,t);const o={src:rx(r.url||""),alt:t.alt};null!==r.title&&void 0!==r.title&&(o.title=r.title);const a={type:"element",tagName:"img",properties:o,children:[]};return e.patch(t,a),e.applyData(t,a)},image:function(e,t){const n={src:rx(t.url)};null!==t.alt&&void 0!==t.alt&&(n.alt=t.alt),null!==t.title&&void 0!==t.title&&(n.title=t.title);const r={type:"element",tagName:"img",properties:n,children:[]};return e.patch(t,r),e.applyData(t,r)},inlineCode:function(e,t){const n={type:"text",value:t.value.replace(/\r?\n|\r/g," ")};e.patch(t,n);const r={type:"element",tagName:"code",properties:{},children:[n]};return e.patch(t,r),e.applyData(t,r)},linkReference:function(e,t){const n=String(t.identifier).toUpperCase(),r=e.definitionById.get(n);if(!r)return Ck(e,t);const o={href:rx(r.url||"")};null!==r.title&&void 0!==r.title&&(o.title=r.title);const a={type:"element",tagName:"a",properties:o,children:e.all(t)};return e.patch(t,a),e.applyData(t,a)},link:function(e,t){const n={href:rx(t.url)};null!==t.title&&void 0!==t.title&&(n.title=t.title);const r={type:"element",tagName:"a",properties:n,children:e.all(t)};return e.patch(t,r),e.applyData(t,r)},listItem:function(e,t,n){const r=e.all(t),o=n?function(e){let t=!1;if("list"===e.type){t=e.spread||!1;const n=e.children;let r=-1;for(;!t&&++r<n.length;)t=Pk(n[r])}return t}(n):Pk(t),a={},i=[];if("boolean"==typeof t.checked){const e=r[0];let n;e&&"element"===e.type&&"p"===e.tagName?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 l=-1;for(;++l<r.length;){const e=r[l];(o||0!==l||"element"!==e.type||"p"!==e.tagName)&&i.push({type:"text",value:"\n"}),"element"!==e.type||"p"!==e.tagName||o?i.push(e):i.push(...e.children)}const s=r[r.length-1];s&&(o||"element"!==s.type||"p"!==s.tagName)&&i.push({type:"text",value:"\n"});const c={type:"element",tagName:"li",properties:a,children:i};return e.patch(t,c),e.applyData(t,c)},list:function(e,t){const n={},r=e.all(t);let o=-1;for("number"==typeof t.start&&1!==t.start&&(n.start=t.start);++o<r.length;){const e=r[o];if("element"===e.type&&"li"===e.tagName&&e.properties&&Array.isArray(e.properties.className)&&e.properties.className.includes("task-list-item")){n.className=["contains-task-list"];break}}const a={type:"element",tagName:t.ordered?"ol":"ul",properties:n,children:e.wrap(r,!0)};return e.patch(t,a),e.applyData(t,a)},paragraph:function(e,t){const n={type:"element",tagName:"p",properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)},root:function(e,t){const n={type:"root",children:e.wrap(e.all(t))};return e.patch(t,n),e.applyData(t,n)},strong:function(e,t){const n={type:"element",tagName:"strong",properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)},table:function(e,t){const n=e.all(t),r=n.shift(),o=[];if(r){const n={type:"element",tagName:"thead",properties:{},children:e.wrap([r],!0)};e.patch(t.children[0],n),o.push(n)}if(n.length>0){const r={type:"element",tagName:"tbody",properties:{},children:e.wrap(n,!0)},a=aw(t.children[1]),i=ow(t.children[t.children.length-1]);a&&i&&(r.position={start:a,end:i}),o.push(r)}const a={type:"element",tagName:"table",properties:{},children:e.wrap(o,!0)};return e.patch(t,a),e.applyData(t,a)},tableCell:function(e,t){const n={type:"element",tagName:"td",properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)},tableRow:function(e,t,n){const r=n?n.children:void 0,o=0===(r?r.indexOf(t):1)?"th":"td",a=n&&"table"===n.type?n.align:void 0,i=a?a.length:t.children.length;let l=-1;const s=[];for(;++l<i;){const n=t.children[l],r={},i=a?a[l]:void 0;i&&(r.align=i);let c={type:"element",tagName:o,properties:r,children:[]};n&&(c.children=e.all(n),e.patch(n,c),c=e.applyData(n,c)),s.push(c)}const c={type:"element",tagName:"tr",properties:{},children:e.wrap(s,!0)};return e.patch(t,c),e.applyData(t,c)},text:function(e,t){const n={type:"text",value:Ik(String(t.value))};return e.patch(t,n),e.applyData(t,n)},thematicBreak:function(e,t){const n={type:"element",tagName:"hr",properties:{},children:[]};return e.patch(t,n),e.applyData(t,n)},toml:Qk,yaml:Qk,definition:Qk,footnoteDefinition:Qk};function Qk(){}const _k="object"==typeof self?self:globalThis,Nk=e=>((e,t)=>{const n=(t,n)=>(e.set(n,t),t),r=o=>{if(e.has(o))return e.get(o);const[a,i]=t[o];switch(a){case 0:case-1:return n(i,o);case 1:{const e=n([],o);for(const t of i)e.push(r(t));return e}case 2:{const e=n({},o);for(const[t,n]of i)e[r(t)]=r(n);return e}case 3:return n(new Date(i),o);case 4:{const{source:e,flags:t}=i;return n(new RegExp(e,t),o)}case 5:{const e=n(new Map,o);for(const[t,n]of i)e.set(r(t),r(n));return e}case 6:{const e=n(new Set,o);for(const t of i)e.add(r(t));return e}case 7:{const{name:e,message:t}=i;return n(new _k[e](t),o)}case 8:return n(BigInt(i),o);case"BigInt":return n(Object(BigInt(i)),o);case"ArrayBuffer":return n(new Uint8Array(i).buffer,i);case"DataView":{const{buffer:e}=new Uint8Array(i);return n(new DataView(e),i)}}return n(new _k[a](i),o)};return r})(new Map,e)(0),Lk="",{toString:Ok}={},{keys:Rk}=Object,Fk=e=>{const t=typeof e;if("object"!==t||!e)return[0,t];const n=Ok.call(e).slice(8,-1);switch(n){case"Array":return[1,Lk];case"Object":return[2,Lk];case"Date":return[3,Lk];case"RegExp":return[4,Lk];case"Map":return[5,Lk];case"Set":return[6,Lk];case"DataView":return[1,n]}return n.includes("Array")?[1,n]:n.includes("Error")?[7,n]:[2,n]},zk=([e,t])=>0===e&&("function"===t||"symbol"===t),jk=(e,{json:t,lossy:n}={})=>{const r=[];return((e,t,n,r)=>{const o=(e,t)=>{const o=r.push(e)-1;return n.set(t,o),o},a=r=>{if(n.has(r))return n.get(r);let[i,l]=Fk(r);switch(i){case 0:{let t=r;switch(l){case"bigint":i=8,t=r.toString();break;case"function":case"symbol":if(e)throw new TypeError("unable to serialize "+l);t=null;break;case"undefined":return o([-1],r)}return o([i,t],r)}case 1:{if(l){let e=r;return"DataView"===l?e=new Uint8Array(r.buffer):"ArrayBuffer"===l&&(e=new Uint8Array(r)),o([l,[...e]],r)}const e=[],t=o([i,e],r);for(const t of r)e.push(a(t));return t}case 2:{if(l)switch(l){case"BigInt":return o([l,r.toString()],r);case"Boolean":case"Number":case"String":return o([l,r.valueOf()],r)}if(t&&"toJSON"in r)return a(r.toJSON());const n=[],s=o([i,n],r);for(const t of Rk(r))(e||!zk(Fk(r[t])))&&n.push([a(t),a(r[t])]);return s}case 3:return o([i,r.toISOString()],r);case 4:{const{source:e,flags:t}=r;return o([i,{source:e,flags:t}],r)}case 5:{const t=[],n=o([i,t],r);for(const[n,o]of r)(e||!zk(Fk(n))&&!zk(Fk(o)))&&t.push([a(n),a(o)]);return n}case 6:{const t=[],n=o([i,t],r);for(const n of r)(e||!zk(Fk(n)))&&t.push(a(n));return n}}const{message:s}=r;return o([i,{name:l,message:s}],r)};return a})(!(t||n),!!t,new Map,r)(e),r},Hk="function"==typeof structuredClone?(e,t)=>t&&("json"in t||"lossy"in t)?Nk(jk(e,t)):structuredClone(e):(e,t)=>Nk(jk(e,t));function Uk(e,t){const n=[{type:"text",value:"↩"}];return t>1&&n.push({type:"element",tagName:"sup",properties:{},children:[{type:"text",value:String(t)}]}),n}function Wk(e,t){return"Back to reference "+(e+1)+(t>1?"-"+t:"")}const Vk=function(e){if(null==e)return Yk;if("function"==typeof e)return qk(e);if("object"==typeof e)return Array.isArray(e)?function(e){const t=[];let n=-1;for(;++n<e.length;)t[n]=Vk(e[n]);return qk(r);function r(...e){let n=-1;for(;++n<t.length;)if(t[n].apply(this,e))return!0;return!1}}(e):function(e){const t=e;return qk(n);function n(n){const r=n;let o;for(o in e)if(r[o]!==t[o])return!1;return!0}}(e);if("string"==typeof e)return function(e){return qk(t);function t(t){return t&&t.type===e}}(e);throw new Error("Expected function, string, or object as test")};function qk(e){return function(t,n,r){return!(!function(e){return null!==e&&"object"==typeof e&&"type"in e}(t)||!e.call(this,t,"number"==typeof n?n:void 0,r||void 0))}}function Yk(){return!0}const Gk=[],Xk=!0,Kk=!1,Jk="skip";function $k(e,t,n,r){let o;"function"==typeof t&&"function"!=typeof n?(r=n,n=t):o=t;const a=Vk(o),i=r?-1:1;!function e(o,l,s){const c=o&&"object"==typeof o?o:{};if("string"==typeof c.type){const e="string"==typeof c.tagName?c.tagName:"string"==typeof c.name?c.name:void 0;Object.defineProperty(u,"name",{value:"node ("+o.type+(e?"<"+e+">":"")+")"})}return u;function u(){let c,u,A,d=Gk;if((!t||a(o,l,s[s.length-1]||void 0))&&(d=function(e){return Array.isArray(e)?e:"number"==typeof e?[Xk,e]:null==e?Gk:[e]}(n(o,s)),d[0]===Kk))return d;if("children"in o&&o.children){const t=o;if(t.children&&d[0]!==Jk)for(u=(r?t.children.length:-1)+i,A=s.concat(t);u>-1&&u<t.children.length;){const n=t.children[u];if(c=e(n,u,A)(),c[0]===Kk)return c;u="number"==typeof c[1]?c[1]:u+i}}return d}}(e,void 0,[])()}function Zk(e,t,n,r){let o,a,i;"function"==typeof t?(a=void 0,i=t,o=n):(a=t,i=n,o=r),$k(e,a,(function(e,t){const n=t[t.length-1],r=n?n.children.indexOf(e):void 0;return i(e,r,n)}),o)}const eE={}.hasOwnProperty,tE={};function nE(e,t){const n=t||tE,r=new Map,o=new Map,a=new Map,i={...Mk,...n.handlers},l={all:function(e){const t=[];if("children"in e){const n=e.children;let r=-1;for(;++r<n.length;){const o=l.one(n[r],e);if(o){if(r&&"break"===n[r-1].type&&(!Array.isArray(o)&&"text"===o.type&&(o.value=lE(o.value)),!Array.isArray(o)&&"element"===o.type)){const e=o.children[0];e&&"text"===e.type&&(e.value=lE(e.value))}Array.isArray(o)?t.push(...o):t.push(o)}}}return t},applyData:oE,definitionById:r,footnoteById:o,footnoteCounts:a,footnoteOrder:[],handlers:i,one:function(e,t){const n=e.type,r=l.handlers[n];if(eE.call(l.handlers,n)&&r)return r(l,e,t);if(l.options.passThrough&&l.options.passThrough.includes(n)){if("children"in e){const{children:t,...n}=e,r=Hk(n);return r.children=l.all(e),r}return Hk(e)}return(l.options.unknownHandler||aE)(l,e,t)},options:n,patch:rE,wrap:iE};return Zk(e,(function(e){if("definition"===e.type||"footnoteDefinition"===e.type){const t="definition"===e.type?r:o,n=String(e.identifier).toUpperCase();t.has(n)||t.set(n,e)}})),l}function rE(e,t){e.position&&(t.position=function(e){const t=aw(e),n=ow(e);if(t&&n)return{start:t,end:n}}(e))}function oE(e,t){let n=t;if(e&&e.data){const t=e.data.hName,r=e.data.hChildren,o=e.data.hProperties;if("string"==typeof t)if("element"===n.type)n.tagName=t;else{n={type:"element",tagName:t,properties:{},children:"children"in n?n.children:[n]}}"element"===n.type&&o&&Object.assign(n.properties,Hk(o)),"children"in n&&n.children&&null!=r&&(n.children=r)}return n}function aE(e,t){const n=t.data||{},r=!("value"in t)||eE.call(n,"hProperties")||eE.call(n,"hChildren")?{type:"element",tagName:"div",properties:{},children:e.all(t)}:{type:"text",value:t.value};return e.patch(t,r),e.applyData(t,r)}function iE(e,t){const n=[];let r=-1;for(t&&n.push({type:"text",value:"\n"});++r<e.length;)r&&n.push({type:"text",value:"\n"}),n.push(e[r]);return t&&e.length>0&&n.push({type:"text",value:"\n"}),n}function lE(e){let t=0,n=e.charCodeAt(t);for(;9===n||32===n;)t++,n=e.charCodeAt(t);return e.slice(t)}function sE(e,t){const n=nE(e,t),r=n.one(e,void 0),o=function(e){const t="string"==typeof e.options.clobberPrefix?e.options.clobberPrefix:"user-content-",n=e.options.footnoteBackContent||Uk,r=e.options.footnoteBackLabel||Wk,o=e.options.footnoteLabel||"Footnotes",a=e.options.footnoteLabelTagName||"h2",i=e.options.footnoteLabelProperties||{className:["sr-only"]},l=[];let s=-1;for(;++s<e.footnoteOrder.length;){const o=e.footnoteById.get(e.footnoteOrder[s]);if(!o)continue;const a=e.all(o),i=String(o.identifier).toUpperCase(),c=rx(i.toLowerCase());let u=0;const A=[],d=e.footnoteCounts.get(i);for(;void 0!==d&&++u<=d;){A.length>0&&A.push({type:"text",value:" "});let e="string"==typeof n?n:n(s,u);"string"==typeof e&&(e={type:"text",value:e}),A.push({type:"element",tagName:"a",properties:{href:"#"+t+"fnref-"+c+(u>1?"-"+u:""),dataFootnoteBackref:"",ariaLabel:"string"==typeof r?r:r(s,u),className:["data-footnote-backref"]},children:Array.isArray(e)?e:[e]})}const f=a[a.length-1];if(f&&"element"===f.type&&"p"===f.tagName){const e=f.children[f.children.length-1];e&&"text"===e.type?e.value+=" ":f.children.push({type:"text",value:" "}),f.children.push(...A)}else a.push(...A);const p={type:"element",tagName:"li",properties:{id:t+"fn-"+c},children:e.wrap(a,!0)};e.patch(o,p),l.push(p)}if(0!==l.length)return{type:"element",tagName:"section",properties:{dataFootnotes:!0,className:["footnotes"]},children:[{type:"element",tagName:a,properties:{...Hk(i),id:"footnote-label"},children:[{type:"text",value:o}]},{type:"text",value:"\n"},{type:"element",tagName:"ol",properties:{},children:e.wrap(l,!0)},{type:"text",value:"\n"}]}}(n),a=Array.isArray(r)?{type:"root",children:r}:r||{type:"root",children:[]};return o&&a.children.push({type:"text",value:"\n"},o),a}function cE(e,t){return e&&"run"in e?async function(n,r){const o=sE(n,{file:r,...t});await e.run(o,r)}:function(n,r){return sE(n,{file:r,...e||t})}}function uE(e){if(e)throw e}var AE,dE;var fE=function(){if(dE)return AE;dE=1;var e=Object.prototype.hasOwnProperty,t=Object.prototype.toString,n=Object.defineProperty,r=Object.getOwnPropertyDescriptor,o=function(e){return"function"==typeof Array.isArray?Array.isArray(e):"[object Array]"===t.call(e)},a=function(n){if(!n||"[object Object]"!==t.call(n))return!1;var r,o=e.call(n,"constructor"),a=n.constructor&&n.constructor.prototype&&e.call(n.constructor.prototype,"isPrototypeOf");if(n.constructor&&!o&&!a)return!1;for(r in n);return typeof r>"u"||e.call(n,r)},i=function(e,t){n&&"__proto__"===t.name?n(e,t.name,{enumerable:!0,configurable:!0,value:t.newValue,writable:!0}):e[t.name]=t.newValue},l=function(t,n){if("__proto__"===n){if(!e.call(t,n))return;if(r)return r(t,n).value}return t[n]};return AE=function e(){var t,n,r,s,c,u,A=arguments[0],d=1,f=arguments.length,p=!1;for("boolean"==typeof A&&(p=A,A=arguments[1]||{},d=2),(null==A||"object"!=typeof A&&"function"!=typeof A)&&(A={});d<f;++d)if(null!=(t=arguments[d]))for(n in t)r=l(A,n),A!==(s=l(t,n))&&(p&&s&&(a(s)||(c=o(s)))?(c?(c=!1,u=r&&o(r)?r:[]):u=r&&a(r)?r:{},i(A,{name:n,newValue:e(p,u,s)})):typeof s<"u"&&i(A,{name:n,newValue:s}));return A},AE}();const pE=Kb(fE);function hE(e){if("object"!=typeof e||null===e)return!1;const t=Object.getPrototypeOf(e);return!(null!==t&&t!==Object.prototype&&null!==Object.getPrototypeOf(t)||Symbol.toStringTag in e||Symbol.iterator in e)}function gE(){const e=[],t={run:function(...t){let n=-1;const r=t.pop();if("function"!=typeof r)throw new TypeError("Expected function as last argument, not "+r);!function o(a,...i){const l=e[++n];let s=-1;if(a)r(a);else{for(;++s<t.length;)(null===i[s]||void 0===i[s])&&(i[s]=t[s]);t=i,l?function(e,t){let n;return r;function r(...t){const r=e.length>t.length;let i;r&&t.push(o);try{i=e.apply(this,t)}catch(e){if(r&&n)throw e;return o(e)}r||(i&&i.then&&"function"==typeof i.then?i.then(a,o):i instanceof Error?o(i):a(i))}function o(e,...r){n||(n=!0,t(e,...r))}function a(e){o(null,e)}}(l,o)(...i):r(null,...i)}}(null,...t)},use:function(n){if("function"!=typeof n)throw new TypeError("Expected `middelware` to be a function, not "+n);return e.push(n),t}};return t}const mE={basename:function(e,t){if(void 0!==t&&"string"!=typeof t)throw new TypeError('"ext" argument must be a string');yE(e);let n,r=0,o=-1,a=e.length;if(void 0===t||0===t.length||t.length>e.length){for(;a--;)if(47===e.codePointAt(a)){if(n){r=a+1;break}}else o<0&&(n=!0,o=a+1);return o<0?"":e.slice(r,o)}if(t===e)return"";let i=-1,l=t.length-1;for(;a--;)if(47===e.codePointAt(a)){if(n){r=a+1;break}}else i<0&&(n=!0,i=a+1),l>-1&&(e.codePointAt(a)===t.codePointAt(l--)?l<0&&(o=a):(l=-1,o=i));return r===o?o=i:o<0&&(o=e.length),e.slice(r,o)},dirname:function(e){if(yE(e),0===e.length)return".";let t,n=-1,r=e.length;for(;--r;)if(47===e.codePointAt(r)){if(t){n=r;break}}else t||(t=!0);return n<0?47===e.codePointAt(0)?"/":".":1===n&&47===e.codePointAt(0)?"//":e.slice(0,n)},extname:function(e){yE(e);let t,n=e.length,r=-1,o=0,a=-1,i=0;for(;n--;){const l=e.codePointAt(n);if(47!==l)r<0&&(t=!0,r=n+1),46===l?a<0?a=n:1!==i&&(i=1):a>-1&&(i=-1);else if(t){o=n+1;break}}return a<0||r<0||0===i||1===i&&a===r-1&&a===o+1?"":e.slice(a,r)},join:function(...e){let t,n=-1;for(;++n<e.length;)yE(e[n]),e[n]&&(t=void 0===t?e[n]:t+"/"+e[n]);return void 0===t?".":function(e){yE(e);const t=47===e.codePointAt(0);let n=function(e,t){let n,r,o="",a=0,i=-1,l=0,s=-1;for(;++s<=e.length;){if(s<e.length)n=e.codePointAt(s);else{if(47===n)break;n=47}if(47===n){if(i!==s-1&&1!==l)if(i!==s-1&&2===l){if(o.length<2||2!==a||46!==o.codePointAt(o.length-1)||46!==o.codePointAt(o.length-2))if(o.length>2){if(r=o.lastIndexOf("/"),r!==o.length-1){r<0?(o="",a=0):(o=o.slice(0,r),a=o.length-1-o.lastIndexOf("/")),i=s,l=0;continue}}else if(o.length>0){o="",a=0,i=s,l=0;continue}t&&(o=o.length>0?o+"/..":"..",a=2)}else o.length>0?o+="/"+e.slice(i+1,s):o=e.slice(i+1,s),a=s-i-1;i=s,l=0}else 46===n&&l>-1?l++:l=-1}return o}(e,!t);return 0===n.length&&!t&&(n="."),n.length>0&&47===e.codePointAt(e.length-1)&&(n+="/"),t?"/"+n:n}(t)},sep:"/"};function yE(e){if("string"!=typeof e)throw new TypeError("Path must be a string. Received "+JSON.stringify(e))}const vE={cwd:function(){return"/"}};function bE(e){return!!(null!==e&&"object"==typeof e&&"href"in e&&e.href&&"protocol"in e&&e.protocol&&void 0===e.auth)}function wE(e){if("string"==typeof e)e=new URL(e);else if(!bE(e)){const t=new TypeError('The "path" argument must be of type string or an instance of URL. Received `'+e+"`");throw t.code="ERR_INVALID_ARG_TYPE",t}if("file:"!==e.protocol){const e=new TypeError("The URL must be of scheme file");throw e.code="ERR_INVALID_URL_SCHEME",e}return function(e){if(""!==e.hostname){const e=new TypeError('File URL host must be "localhost" or empty on darwin');throw e.code="ERR_INVALID_FILE_URL_HOST",e}const t=e.pathname;let n=-1;for(;++n<t.length;)if(37===t.codePointAt(n)&&50===t.codePointAt(n+1)){const e=t.codePointAt(n+2);if(70===e||102===e){const e=new TypeError("File URL path must not include encoded / characters");throw e.code="ERR_INVALID_FILE_URL_PATH",e}}return decodeURIComponent(t)}(e)}const xE=["history","path","basename","stem","extname","dirname"];class kE{constructor(e){let t;var n;t=e?bE(e)?{path:e}:"string"==typeof e||(n=e)&&"object"==typeof n&&"byteLength"in n&&"byteOffset"in n?{value:e}:e:{},this.cwd="cwd"in t?"":vE.cwd(),this.data={},this.history=[],this.messages=[],this.value,this.map,this.result,this.stored;let r,o=-1;for(;++o<xE.length;){const e=xE[o];e in t&&void 0!==t[e]&&null!==t[e]&&(this[e]="history"===e?[...t[e]]:t[e])}for(r in t)xE.includes(r)||(this[r]=t[r])}get basename(){return"string"==typeof this.path?mE.basename(this.path):void 0}set basename(e){SE(e,"basename"),EE(e,"basename"),this.path=mE.join(this.dirname||"",e)}get dirname(){return"string"==typeof this.path?mE.dirname(this.path):void 0}set dirname(e){CE(this.basename,"dirname"),this.path=mE.join(e||"",this.basename)}get extname(){return"string"==typeof this.path?mE.extname(this.path):void 0}set extname(e){if(EE(e,"extname"),CE(this.dirname,"extname"),e){if(46!==e.codePointAt(0))throw new Error("`extname` must start with `.`");if(e.includes(".",1))throw new Error("`extname` cannot contain multiple dots")}this.path=mE.join(this.dirname,this.stem+(e||""))}get path(){return this.history[this.history.length-1]}set path(e){bE(e)&&(e=wE(e)),SE(e,"path"),this.path!==e&&this.history.push(e)}get stem(){return"string"==typeof this.path?mE.basename(this.path,this.extname):void 0}set stem(e){SE(e,"stem"),EE(e,"stem"),this.path=mE.join(this.dirname||"",e+(this.extname||""))}fail(e,t,n){const r=this.message(e,t,n);throw r.fatal=!0,r}info(e,t,n){const r=this.message(e,t,n);return r.fatal=void 0,r}message(e,t,n){const r=new Aw(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 void 0===this.value?"":"string"==typeof this.value?this.value:new TextDecoder(e||void 0).decode(this.value)}}function EE(e,t){if(e&&e.includes(mE.sep))throw new Error("`"+t+"` cannot be a path: did not expect `"+mE.sep+"`")}function SE(e,t){if(!e)throw new Error("`"+t+"` cannot be empty")}function CE(e,t){if(!e)throw new Error("Setting `"+t+"` requires `path` to be set too")}const PE=function(e){const t=this.constructor.prototype,n=t[e],r=function(){return n.apply(r,arguments)};return Object.setPrototypeOf(r,t),r},DE={}.hasOwnProperty;class BE extends PE{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=gE()}copy(){const e=new BE;let t=-1;for(;++t<this.attachers.length;){const n=this.attachers[t];e.use(...n)}return e.data(pE(!0,{},this.namespace)),e}data(e,t){return"string"==typeof e?2===arguments.length?(QE("data",this.frozen),this.namespace[e]=t,this):DE.call(this.namespace,e)&&this.namespace[e]||void 0:e?(QE("data",this.frozen),this.namespace=e,this):this.namespace}freeze(){if(this.frozen)return this;const e=this;for(;++this.freezeIndex<this.attachers.length;){const[t,...n]=this.attachers[this.freezeIndex];if(!1===n[0])continue;!0===n[0]&&(n[0]=void 0);const r=t.call(e,...n);"function"==typeof r&&this.transformers.use(r)}return this.frozen=!0,this.freezeIndex=Number.POSITIVE_INFINITY,this}parse(e){this.freeze();const t=LE(e),n=this.parser||this.Parser;return TE("parse",n),n(String(t),t)}process(e,t){const n=this;return this.freeze(),TE("process",this.parser||this.Parser),ME("process",this.compiler||this.Compiler),t?r(void 0,t):new Promise(r);function r(r,o){const a=LE(e),i=n.parse(a);function l(e,n){e||!n?o(e):r?r(n):t(void 0,n)}n.run(i,a,(function(e,t,r){if(e||!t||!r)return l(e);const o=t,a=n.stringify(o,r);var i;"string"==typeof(i=a)||function(e){return!!(e&&"object"==typeof e&&"byteLength"in e&&"byteOffset"in e)}(i)?r.value=a:r.result=a,l(e,r)}))}}processSync(e){let t,n=!1;return this.freeze(),TE("processSync",this.parser||this.Parser),ME("processSync",this.compiler||this.Compiler),this.process(e,(function(e,r){n=!0,uE(e),t=r})),NE("processSync","process",n),t}run(e,t,n){_E(e),this.freeze();const r=this.transformers;return!n&&"function"==typeof t&&(n=t,t=void 0),n?o(void 0,n):new Promise(o);function o(o,a){const i=LE(t);r.run(e,i,(function(t,r,i){const l=r||e;t?a(t):o?o(l):n(void 0,l,i)}))}}runSync(e,t){let n,r=!1;return this.run(e,t,(function(e,t){uE(e),n=t,r=!0})),NE("runSync","run",r),n}stringify(e,t){this.freeze();const n=LE(t),r=this.compiler||this.Compiler;return ME("stringify",r),_E(e),r(e,n)}use(e,...t){const n=this.attachers,r=this.namespace;if(QE("use",this.frozen),null!=e)if("function"==typeof e)l(e,t);else{if("object"!=typeof e)throw new TypeError("Expected usable value, not `"+e+"`");Array.isArray(e)?i(e):a(e)}return this;function o(e){if("function"==typeof e)l(e,[]);else{if("object"!=typeof e)throw new TypeError("Expected usable value, not `"+e+"`");if(Array.isArray(e)){const[t,...n]=e;l(t,n)}else a(e)}}function a(e){if(!("plugins"in e)&&!("settings"in e))throw new Error("Expected usable value but received an empty preset, which is probably a mistake: presets typically come with `plugins` and sometimes with `settings`, but this has neither");i(e.plugins),e.settings&&(r.settings=pE(!0,r.settings,e.settings))}function i(e){let t=-1;if(null!=e){if(!Array.isArray(e))throw new TypeError("Expected a list of plugins, not `"+e+"`");for(;++t<e.length;){o(e[t])}}}function l(e,t){let r=-1,o=-1;for(;++r<n.length;)if(n[r][0]===e){o=r;break}if(-1===o)n.push([e,...t]);else if(t.length>0){let[r,...a]=t;const i=n[o][1];hE(i)&&hE(r)&&(r=pE(!0,i,r)),n[o]=[e,r,...a]}}}}const IE=(new BE).freeze();function TE(e,t){if("function"!=typeof t)throw new TypeError("Cannot `"+e+"` without `parser`")}function ME(e,t){if("function"!=typeof t)throw new TypeError("Cannot `"+e+"` without `compiler`")}function QE(e,t){if(t)throw new Error("Cannot call `"+e+"` on a frozen processor.\nCreate a new processor first, by calling it: use `processor()` instead of `processor`.")}function _E(e){if(!hE(e)||"string"!=typeof e.type)throw new TypeError("Expected node, got `"+e+"`")}function NE(e,t,n){if(!n)throw new Error("`"+e+"` finished async. Use `"+t+"` instead")}function LE(e){return function(e){return!!(e&&"object"==typeof e&&"message"in e&&"messages"in e)}(e)?e:new kE(e)}const OE=[],RE={allowDangerousHtml:!0},FE=/^(https?|ircs?|mailto|xmpp)$/i,zE=[{from:"astPlugins",id:"remove-buggy-html-in-markdown-parser"},{from:"allowDangerousHtml",id:"remove-buggy-html-in-markdown-parser"},{from:"allowNode",id:"replace-allownode-allowedtypes-and-disallowedtypes",to:"allowElement"},{from:"allowedTypes",id:"replace-allownode-allowedtypes-and-disallowedtypes",to:"allowedElements"},{from:"disallowedTypes",id:"replace-allownode-allowedtypes-and-disallowedtypes",to:"disallowedElements"},{from:"escapeHtml",id:"remove-buggy-html-in-markdown-parser"},{from:"includeElementIndex",id:"#remove-includeelementindex"},{from:"includeNodeIndex",id:"change-includenodeindex-to-includeelementindex"},{from:"linkTarget",id:"remove-linktarget"},{from:"plugins",id:"change-plugins-to-remarkplugins",to:"remarkPlugins"},{from:"rawSourcePos",id:"#remove-rawsourcepos"},{from:"renderers",id:"change-renderers-to-components",to:"components"},{from:"source",id:"change-source-to-children",to:"children"},{from:"sourcePos",id:"#remove-sourcepos"},{from:"transformImageUri",id:"#add-urltransform",to:"urlTransform"},{from:"transformLinkUri",id:"#add-urltransform",to:"urlTransform"}];function jE(e){const t=e.allowedElements,n=e.allowElement,r=e.children||"",o=e.className,a=e.components,i=e.disallowedElements,l=e.rehypePlugins||OE,s=e.remarkPlugins||OE,c=e.remarkRehypeOptions?{...e.remarkRehypeOptions,...RE}:RE,u=e.skipHtml,A=e.unwrapDisallowed,d=e.urlTransform||HE,f=IE().use(Sk).use(s).use(cE,c).use(l),p=new kE;"string"==typeof r&&(p.value=r);for(const t of zE)Object.hasOwn(e,t.from)&&(t.from,t.to&&t.to,t.id);const h=f.parse(p);let g=f.runSync(h,p);return o&&(g={type:"element",tagName:"div",properties:{className:o},children:"root"===g.type?g.children:[g]}),Zk(g,(function(e,r,o){if("raw"===e.type&&o&&"number"==typeof r)return u?o.children.splice(r,1):o.children[r]={type:"text",value:e.value},r;if("element"===e.type){let t;for(t in Iw)if(Object.hasOwn(Iw,t)&&Object.hasOwn(e.properties,t)){const n=e.properties[t],r=Iw[t];(null===r||r.includes(e.tagName))&&(e.properties[t]=d(String(n||""),t,e))}}if("element"===e.type){let a=t?!t.includes(e.tagName):!!i&&i.includes(e.tagName);if(!a&&n&&"number"==typeof r&&(a=!n(e,r,o)),a&&o&&"number"==typeof r)return A&&e.children?o.children.splice(r,1,...e.children):o.children.splice(r,1),r}})),vw(g,{Fragment:oA.Fragment,components:a,ignoreInvalidStyle:!0,jsx:oA.jsx,jsxs:oA.jsxs,passKeys:!0,passNode:!0})}function HE(e){const t=e.indexOf(":"),n=e.indexOf("?"),r=e.indexOf("#"),o=e.indexOf("/");return-1===t||-1!==o&&t>o||-1!==n&&t>n||-1!==r&&t>r||FE.test(e.slice(0,t))?e:""}const UE=({children:e})=>oA.jsx("div",{style:{whiteSpace:"normal"},children:oA.jsx(jE,{components:{p:({...e})=>oA.jsx("p",{style:{margin:0,marginBottom:"0.5em",lineHeight:1.4,textAlign:"left"},children:e.children}),ul:({...e})=>oA.jsx("ul",{style:{paddingLeft:"clamp(8px, 3.5vw, 16px)",margin:0,listStylePosition:"inside"},children:e.children}),ol:({...e})=>oA.jsx("ol",{style:{paddingLeft:"clamp(8px, 3.5vw, 16px)",margin:0,listStylePosition:"inside"},children:e.children}),li:({...e})=>oA.jsx("li",{style:{marginBottom:"1px",lineHeight:1.4},children:e.children}),code:({inline:e,children:t})=>e?oA.jsx("code",{style:{backgroundColor:"rgba(0, 0, 0, 0.3)",padding:"2px 4px",borderRadius:"4px",fontFamily:"inherit",fontSize:"0.95em"},children:t}):oA.jsx("pre",{style:{backgroundColor:"rgba(0, 0, 0, 0.3)",padding:"8px",borderRadius:"4px",overflowX:"auto",margin:"0.5em 0",whiteSpace:"pre-wrap"},children:oA.jsx("code",{children:t})}),blockquote:({...e})=>oA.jsx("blockquote",{style:{margin:0,paddingLeft:"10px",borderLeft:"2px solid #ccc",color:"#666",fontStyle:"italic"},children:e.children})},children:"string"==typeof e?e:""})}),WE={autoConfig:!0},VE=e=>()=>(e=>{const{getFlow:t}=Pv(),{messages:n,replaceMessages:r}=Dv(),{settings:o}=Iv(),{hasChatHistoryLoaded:a}=Tv(),i={...e,...WE},l=i.markdownComponent?i.markdownComponent:UE;O.useEffect((()=>{var e,t;if(a){const a=[...n];for(let n=0;n<a.length&&n<((null==(e=o.chatHistory)?void 0:e.maxEntries)??30);n++){const e=a[n];null!=(t=e.tags)&&t.includes("rcb-markdown-renderer-plugin:parsed")&&(e.contentWrapper=l)}r(a)}}),[a]);const s=async e=>{var n;const r=null==(n=e.data.message)?void 0:n.sender.toUpperCase();((e,t,n)=>{var r;if("string"!=typeof e.data.message.content||!e.detail.currPath)return!1;const o=t[e.detail.currPath];return!!o&&((null==(r=o.renderMarkdown)?void 0:r.map((e=>e.toUpperCase())).includes(n))??!1)})(e,t(),r)&&(e.data.message.contentWrapper=l,e.data.message.tags||(e.data.message.tags=[]),e.data.message.tags.push("rcb-markdown-renderer-plugin:parsed"))};Bv(Em.PRE_INJECT_MESSAGE,s),Bv(Em.CHUNK_STREAM_MESSAGE,s),Bv(Em.START_STREAM_MESSAGE,s),Bv(Em.START_SIMULATE_STREAM_MESSAGE,s);const c={name:"@rcb-plugins/markdown-renderer"};return null!=i&&i.autoConfig&&(c.settings={event:{rcbPreInjectMessage:!0,rcbChunkStreamMessage:!0,rcbStartSimulateStreamMessage:!0,rcbStartStreamMessage:!0}}),c})(e),qE={autoConfig:!0,promptBaseColors:{info:"#007bff",warning:"#ffc107",error:"#dc3545",success:"#28a745"},promptHoveredColors:{info:"#0056b3",warning:"#d39e00",error:"#c82333",success:"#218838"},textAreaHighlightColors:{info:"#007bff",warning:"#ffc107",error:"#dc3545",success:"#28a745"}},YE=(e,t,n="validateTextInput")=>{var r;if(null==(r=e.detail)||!r.currPath)return;const o=t[e.detail.currPath];if(!o)return;const a=o[n];return"function"==typeof a?a:void 0},GE=e=>{const{showToast:t}=(()=>{const{showToast:e,dismissToast:t,toasts:n,replaceToasts:r}=Ry();return{showToast:e,dismissToast:t,toasts:n,replaceToasts:r}})(),{getFlow:n}=Pv(),{styles:r,updateStyles:o,replaceStyles:a}=(()=>{const{styles:e,replaceStyles:t,updateStyles:n}=mv();return{styles:e,replaceStyles:t,updateStyles:n}})(),i=(e=>({...qE,...e,promptBaseColors:{...qE.promptBaseColors},promptHoveredColors:{...qE.promptHoveredColors},textAreaHighlightColors:{...qE.textAreaHighlightColors}}))(e),[l,s]=O.useState(0),c=O.useRef({});Bv(Em.USER_SUBMIT_TEXT,(e=>{const a=e,u=YE(a,n(),"validateTextInput");if(!u)return;const A=u(a.data.inputText);if(null!=A&&A.success||e.preventDefault(),!A.promptContent)return;0===l&&(c.current=structuredClone(r));const d=((e,t)=>{const n=e.promptType??"info";let r={};return t.advancedStyles&&(r=t.advancedStyles[n]),t.promptBaseColors&&(r.toastPromptStyle={color:t.promptBaseColors[n],borderColor:t.promptBaseColors[n]}),t.promptHoveredColors&&(r.toastPromptHoveredStyle={color:t.promptHoveredColors[n],borderColor:t.promptHoveredColors[n]}),t.textAreaHighlightColors&&(e.highlightTextArea??!0)&&(r.chatInputAreaStyle={boxShadow:`${t.textAreaHighlightColors[n]} 0px 0px 5px`}),r})(A,i);o(d),t(A.promptContent,A.promptDuration??3e3),s((e=>e+1))})),Bv(Em.USER_UPLOAD_FILE,(e=>{var r,o;const a=e,i=null==(o=null==(r=a.data)?void 0:r.files)?void 0:o[0];if(!i)return console.error("No file uploaded."),void e.preventDefault();const l=YE(a,n(),"validateFileInput");if(!l)return void console.error("Validator not found for file input.");const s=l(i);if(!s.success)return console.error("Validation failed:",s),s.promptContent&&t(s.promptContent,s.promptDuration??3e3),void e.preventDefault();console.log("Validation successful:",s)})),Bv(Em.DISMISS_TOAST,(()=>{s((e=>e-1))})),O.useEffect((()=>{0===l&&setTimeout((()=>{a(c.current)}))}),[l,a]);const u={name:"@rcb-plugins/input-validator"};return i.autoConfig&&(u.settings={event:{rcbUserSubmitText:!0,rcbUserUploadFile:!0,rcbDismissToast:!0}}),u},XE=e=>()=>GE(e),KE=[];for(let e=0;e<256;++e)KE.push((e+256).toString(16).slice(1));let JE;const $E=new Uint8Array(16);var ZE={randomUUID:"undefined"!=typeof crypto&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function eS(e,t,n){if(ZE.randomUUID&&!e)return ZE.randomUUID();const r=(e=e||{}).random??e.rng?.()??function(){if(!JE){if("undefined"==typeof crypto||!crypto.getRandomValues)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");JE=crypto.getRandomValues.bind(crypto)}return JE($E)}();if(r.length<16)throw new Error("Random bytes length must be >= 16");return r[6]=15&r[6]|64,r[8]=63&r[8]|128,function(e,t=0){return(KE[e[t+0]]+KE[e[t+1]]+KE[e[t+2]]+KE[e[t+3]]+"-"+KE[e[t+4]]+KE[e[t+5]]+"-"+KE[e[t+6]]+KE[e[t+7]]+"-"+KE[e[t+8]]+KE[e[t+9]]+"-"+KE[e[t+10]]+KE[e[t+11]]+KE[e[t+12]]+KE[e[t+13]]+KE[e[t+14]]+KE[e[t+15]]).toLowerCase()}(r)}const tS={LOGIN_URL:"/login",WELCOME_MESSAGE:"Hello! What can I help you with?",WELCOME_MESSAGE_LOGGED_OUT:"To ask questions, please log in.",WELCOME_MESSAGE_LOGIN_TRANSITION:"Welcome! You are now logged in. What can I help you with?",WELCOME_MESSAGE_LOGOUT_TRANSITION:"You have been logged out.",API_ENDPOINT:"https://access-ai.ccs.uky.edu/api/query",netlifyBaseUrl:"undefined"!=typeof process&&process.env?"https://access-jsm-api.netlify.app":"https://access-ai.ccs.uky.edu/api/query",ERRORS:{API_UNAVAILABLE:"Unable to contact the Q&A Bot. Please try again later."},BEHAVIOR:{SHOW_RATING_AFTER_FAILED_QUERY:!0},THEME:{PRIMARY_COLOR:"#1a5b6e",SECONDARY_COLOR:"#107180",FONT_FAMILY:"Arial, sans-serif"},CHATBOT:{TITLE:"ACCESS Q&A",AVATAR_URL:"https://support.access-ci.org/themes/contrib/asp-theme/images/icons/ACCESS-arrrow.svg",TOOLTIP_TEXT:"Ask me about ACCESS! 😊"}},nS=(e,t)=>t||tS.WELCOME_MESSAGE,rS=R.forwardRef((({embedded:e,isBotLoggedIn:t,currentOpen:n},r)=>{const o=Dv(),a=(()=>{const{isChatWindowOpen:e,toggleChatWindow:t,toggleIsBotTyping:n,scrollToBottom:r,getIsChatBotVisible:o}=Tm();return{isChatWindowOpen:e,toggleChatWindow:t,toggleIsBotTyping:n,scrollToBottom:r,getIsChatBotVisible:o}})(),i=O.useRef(n),l=O.useRef(!1);return(e=>{const t=O.useRef(e),{injectMessage:n}=Dv();O.useEffect((()=>{const r=t.current!==e,o=!t.current&&e;r&&n(o?tS.WELCOME_MESSAGE_LOGIN_TRANSITION:tS.WELCOME_MESSAGE_LOGOUT_TRANSITION,"bot"),t.current=e}),[e,n])})(t),O.useEffect((()=>{!e&&a&&a.toggleChatWindow&&(i.current===n||l.current||a&&a.toggleChatWindow&&(a.toggleChatWindow(n),i.current=n),l.current=!1)}),[n,e,a]),O.useEffect((()=>{const e=()=>{l.current=!0};r&&(r.current||(r.current={}),r.current._markAsUserInteraction=e)})),O.useImperativeHandle(r,(()=>({addMessage:e=>{o&&o.injectMessage&&o.injectMessage(e)}})),[o]),null}));rS.displayName="BotController";const oS=O.createContext(),aS=({children:e})=>{const[t,n]=O.useState({}),[r,o]=O.useState({}),a={ticketForm:t,feedbackForm:r,updateTicketForm:e=>{n((t=>({...t,...e})))},updateFeedbackForm:e=>{o((t=>({...t,...e})))},resetTicketForm:()=>{n({})},resetFeedbackForm:()=>{o({})},setTicketForm:n,setFeedbackForm:o};return R.createElement(oS.Provider,{value:a},e)},iS=()=>{const e=O.useContext(oS);if(!e)throw new Error("useFormContext must be used within a FormProvider");return e},lS=({width:e=24,height:t=24,color:n="currentColor",children:r,...o})=>R.createElement("svg",Yu({xmlns:"http://www.w3.org/2000/svg",width:e,height:t,viewBox:"0 0 24 24",fill:"none",stroke:n,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",focusable:"false"},o),r),sS=e=>R.createElement(lS,e,R.createElement("path",{d:"M4 4v5h.582m15.356 2A8.001 8.001 0 004.582 9m0 0H9m11 11v-5h-.581m0 0a8.003 8.003 0 01-15.357-2m15.357 2H15"})),cS=()=>{const{restartFlow:e}=Pv(),{resetTicketForm:t,resetFeedbackForm:n}=iS();return R.createElement("button",{onClick:()=>{t(),n(),e()},tabIndex:0,"aria-label":"New chat conversation",style:{backgroundColor:"#107180",border:"none",color:"#ffffff",fontSize:"14px",cursor:"pointer",padding:"8px 12px",borderRadius:"4px",transition:"all 0.2s ease",display:"flex",alignItems:"center",gap:"6px",fontWeight:"500"},onMouseEnter:e=>{e.target.style.backgroundColor="#0d5f6b"},onMouseLeave:e=>{e.target.style.backgroundColor="#107180"}},R.createElement(sS,{width:16,height:16}),"New Chat")},uS=()=>R.createElement("div",{className:"user-login-icon",style:{alignItems:"center",justifyContent:"center",width:"30px",height:"30px",borderRadius:"50%",backgroundColor:"#1a5b6e",marginRight:"5px"},role:"img","aria-label":"User logged in",title:"User logged in"},R.createElement("svg",{width:"18",height:"18",viewBox:"0 0 24 24",fill:"none",stroke:"white",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",focusable:"false"},R.createElement("path",{d:"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"}),R.createElement("circle",{cx:"12",cy:"7",r:"4"}))),AS=({loginUrl:e,className:t="",style:n,isHeaderButton:r=!1})=>{const o=r?{display:"inline-block",padding:"6px 12px",backgroundColor:"transparent",border:"1px solid #ccc",color:"white",textDecoration:"none",borderRadius:"4px",fontWeight:"normal",textAlign:"center",margin:"8px",fontSize:"12px",opacity:"0.8",transition:"all 0.2s ease"}:{display:"inline-block",padding:"10px 20px",backgroundColor:"white",border:"1px solid #107180",color:"#107180",textDecoration:"none",borderRadius:"4px",fontWeight:"bold",textAlign:"center",margin:"18px",boxShadow:"0 2px 4px rgba(0, 0, 0, 0.2)"};return R.createElement(R.Fragment,null,r&&R.createElement("style",null,"\n .rcb-chat-header-container .qa-bot-header-login-button:hover {\n background-color: #0000001a !important;\n opacity: 1 !important;\n }\n "),R.createElement("a",{href:e,target:"_blank",rel:"noopener noreferrer",className:`qa-bot-login-button ${r?"qa-bot-header-login-button":""} ${t}`,style:{...o,...n}},"Log In"))},dS=(e,t,n)=>{const r=()=>{try{const e=localStorage.getItem("rcb-history");if(!e)return null;const t=JSON.parse(e);if(!Array.isArray(t))return null;let n=null,r=null;for(const e of t)if("USER"===e.sender){const t=new Date(e.timestamp).getTime();(!r||t>r)&&(r=t,n=e)}return n?n.id:null}catch(e){return console.warn("Error parsing chat history:",e),null}};return O.useCallback((async o=>{const{userInput:a}=o,i=r();i&&n(i);const l={"Content-Type":"application/json","X-Origin":"access","X-API-KEY":e,"X-Session-ID":t,"X-Query-ID":i};try{const e={method:"POST",headers:l,body:JSON.stringify({query:a})},t=await fetch(tS.API_ENDPOINT,e),n=(await t.json()).response;return await o.streamMessage(n),!0}catch(e){return await o.injectMessage(tS.ERRORS.API_UNAVAILABLE),!1}}),[e,n,r,t])},fS=()=>(O.useEffect((()=>{const e=e=>{if(!["ArrowDown","ArrowUp","ArrowLeft","ArrowRight","Enter"," ","Home","End"].includes(e.key))return;const n=document.activeElement;if(n&&("INPUT"===n.tagName||"TEXTAREA"===n.tagName||"true"===n.contentEditable||n.classList.contains("rcb-chat-input-textarea")))return;const r=document.querySelector(".rcb-chat-window");if(!r)return;const o=Array.from(r.querySelectorAll(".rcb-message-container, .rcb-bot-message-container, .rcb-user-message-container")).filter((e=>null!==e.offsetParent));if(o.length>0){const t=o[o.length-1].querySelector(".rcb-checkbox-container");if(t&&null!==t.offsetParent){const n=Array.from(t.querySelectorAll(".rcb-checkbox-row-container")),r=t.querySelector(".rcb-checkbox-next-button");if(n.length>0){const t=[...n];return r&&t.push(r),void((e,t)=>{e.preventDefault();let n=-1;for(let e=0;e<t.length;e++)if(t[e]===document.activeElement||t[e].contains(document.activeElement)){n=e;break}-1===n&&(n=0);let r=n;switch(e.key){case"ArrowDown":case"ArrowRight":r=n<t.length-1?n+1:0;break;case"ArrowUp":case"ArrowLeft":r=n>0?n-1:t.length-1;break;case"Home":r=0;break;case"End":r=t.length-1;break;case"Enter":case" ":{const e=t[n],r=new MouseEvent("mousedown",{bubbles:!0,cancelable:!0,view:window});return void e.dispatchEvent(r)}default:return}t[r].focus(),t[r].setAttribute("tabindex","0"),t[r].classList.add("keyboard-focused"),t.forEach(((e,t)=>{t!==r&&(e.setAttribute("tabindex","-1"),e.classList.remove("keyboard-focused"))}))})(e,t)}}}let a=[];if(o.length>0){const e=o[o.length-1],t=Array.from(e.querySelectorAll(".rcb-options-container")).filter((e=>null!==e.offsetParent));if(t.length>0){const e=t[t.length-1];a=Array.from(e.querySelectorAll(".rcb-options"))}}if(0===a.length)return;const i=a.findIndex((e=>e===document.activeElement));switch(e.key){case"ArrowDown":case"ArrowRight":{let t;e.preventDefault(),t=i<a.length-1?i+1:0,a[t].setAttribute("tabindex","0"),a.forEach(((e,n)=>{n!==t&&(e.setAttribute("tabindex","-1"),e.classList.remove("keyboard-focused"))})),a[t].classList.add("keyboard-focused"),a[t].focus();break}case"ArrowUp":case"ArrowLeft":{let t;e.preventDefault(),t=i>0?i-1:a.length-1,a[t].setAttribute("tabindex","0"),a.forEach(((e,n)=>{n!==t&&(e.setAttribute("tabindex","-1"),e.classList.remove("keyboard-focused"))})),a[t].classList.add("keyboard-focused"),a[t].focus();break}case"Enter":case" ":if(e.preventDefault(),document.activeElement&&a.includes(document.activeElement)){const e=document.activeElement;if(e.classList.contains("rcb-checkbox-row-container")||e.closest(".rcb-checkbox-row-container")){const n=new MouseEvent("mousedown",{bubbles:!0,cancelable:!0,view:window});e.dispatchEvent(n);const r=e.querySelector(".rcb-checkbox-label"),o=r?r.textContent:e.textContent||"checkbox",a=e.querySelector(".rcb-checkbox-mark"),i=a&&a.style.backgroundColor?"checked":"unchecked";t(`${o} ${i}`)}else{const n=new MouseEvent("mousedown",{bubbles:!0,cancelable:!0,view:window});e.dispatchEvent(n);const r=e.textContent||e.innerText;t(`Selected: ${r}`)}}break;case"Home":e.preventDefault(),a.length>0&&(a[0].setAttribute("tabindex","0"),a.forEach(((e,t)=>{0!==t&&(e.setAttribute("tabindex","-1"),e.classList.remove("keyboard-focused"))})),a[0].classList.add("keyboard-focused"),a[0].focus());break;case"End":if(e.preventDefault(),a.length>0){const e=a.length-1;a[e].setAttribute("tabindex","0"),a.forEach(((t,n)=>{n!==e&&(t.setAttribute("tabindex","-1"),t.classList.remove("keyboard-focused"))})),a[e].classList.add("keyboard-focused"),a[e].focus()}}},t=e=>{const t=document.createElement("div");t.setAttribute("aria-live","assertive"),t.setAttribute("aria-atomic","true"),t.className="sr-only",t.textContent=e,document.body.appendChild(t),setTimeout((()=>{document.body.contains(t)&&document.body.removeChild(t)}),1e3)},n=()=>{let e=document.querySelector(".rcb-chat-window");if(e||(e=document.querySelector('[class*="rcb-chat"]')),e||(e=document.querySelector(".qa-bot")),!e)return;const n=Array.from(e.querySelectorAll(".rcb-message-container, .rcb-bot-message-container, .rcb-user-message-container")).filter((e=>null!==e.offsetParent));if(0===n.length)return;const r=n[n.length-1],o=Array.from(r.querySelectorAll(".rcb-options-container")).filter((e=>null!==e.offsetParent));let a=[];if(o.length>0){const e=o[o.length-1];a=Array.from(e.querySelectorAll(".rcb-options"))}if(0===a.length){let t=r.querySelector(".rcb-checkbox-container");if(!t&&e&&(t=e.querySelector(".rcb-checkbox-container")),t&&null!==t.offsetParent){const e=Array.from(t.querySelectorAll(".rcb-checkbox-row-container")).filter((e=>null!==e.offsetParent&&"none"!==e.style.display));if(e.length>0){const n=t.querySelector(".rcb-checkbox-next-button"),r=[...e];if(n&&null!==n.offsetParent&&r.push(n),r.forEach(((e,t)=>{e.setAttribute("tabindex",0===t?"0":"-1"),0===t?e.classList.add("keyboard-focused"):e.classList.remove("keyboard-focused")})),e.length>1){t.querySelectorAll(".keyboard-nav-hint").forEach((e=>e.remove()));const e=document.createElement("div");e.className="keyboard-nav-hint",e.textContent="Use arrow keys ↕ to navigate, Enter to select/deselect, or click any option",e.style.cssText="font-size: 12px !important; color: #666 !important; margin-bottom: 8px !important; font-style: italic !important; display: block !important;",t.insertBefore(e,t.firstChild)}return void setTimeout((()=>{r[0]&&null!==r[0].offsetParent&&r[0].focus()}),150)}}}if(a.length>0){if(a.forEach(((e,t)=>{const n=0===t?"0":"-1";e.setAttribute("tabindex",n),e.setAttribute("role","option"),e.setAttribute("aria-posinset",t+1),e.setAttribute("aria-setsize",a.length),0===t?e.classList.add("keyboard-focused"):e.classList.remove("keyboard-focused")})),a.length>1){const e=o.length>0?o[o.length-1]:null;if(e){e.querySelectorAll(".keyboard-nav-hint").forEach((e=>e.remove()));const t=document.createElement("div");t.className="keyboard-nav-hint",t.textContent="Use arrow keys ↕ to navigate, Enter to select, or click any option",t.style.cssText="font-size: 12px !important; color: #666 !important; margin-bottom: 8px !important; font-style: italic !important; display: block !important;",e.insertBefore(t,e.firstChild)}}else{const e=o.length>0?o[o.length-1]:null;if(e){e.querySelectorAll(".keyboard-nav-hint").forEach((e=>e.remove()))}}setTimeout((()=>{a[0]&&null!==a[0].offsetParent&&(a[0].focus(),a.length>1&&t(`${a.length} options available. Use arrow keys to navigate.`))}),200)}},r=new MutationObserver((e=>{e.forEach((e=>{if("childList"===e.type){const t=Array.from(e.addedNodes),r=t.some((e=>e.nodeType===Node.ELEMENT_NODE&&(e.classList?.contains("rcb-options-container")||e.classList?.contains("rcb-options")||e.querySelector?.(".rcb-options-container")||e.querySelector?.(".rcb-options")))),o=t.some((e=>e.nodeType===Node.ELEMENT_NODE&&(e.classList?.contains("rcb-checkbox-container")||e.querySelector?.(".rcb-checkbox-container"))));(r||o)&&(document.querySelectorAll(".rcb-options[tabindex], .rcb-checkbox-row-container[tabindex], .rcb-checkbox-next-button[tabindex]").forEach((e=>{e.setAttribute("tabindex","-1"),e.classList.remove("keyboard-focused")})),setTimeout(n,100))}}))})),o=document.querySelector(".rcb-chat-window");o&&r.observe(o,{childList:!0,subtree:!0}),document.addEventListener("keydown",e),n();const a=setInterval((()=>{const e=document.querySelectorAll(".rcb-options-container .rcb-options").length>0,t=document.querySelectorAll(".rcb-checkbox-row-container").length>0;if(e){const e=document.querySelectorAll(".rcb-options[tabindex]").length;document.querySelectorAll(".rcb-options").length>e&&n()}if(t){const e=document.querySelectorAll(".rcb-checkbox-row-container[tabindex]").length;document.querySelectorAll(".rcb-checkbox-row-container").length>e&&n()}}),1e3);return()=>{document.removeEventListener("keydown",e),r.disconnect(),clearInterval(a)}}),[]),null),pS=({fetchAndStreamResponse:e,sessionId:t,currentQueryId:n,apiKey:r})=>({go_ahead_and_ask:{message:"Please type your question.",path:"qa_loop"},qa_loop:{message:async t=>{try{return await e(t),"Was this helpful?"}catch(e){return console.error("Error in bot flow:",e),(e=>(console.error("Bot error:",e),e&&e.error||Error,tS.ERRORS.API_UNAVAILABLE))(e)}},renderMarkdown:["BOT"],options:["👍 Yes","👎 No"],chatDisabled:!1,function:async e=>{if(("👍 Yes"===e.userInput||"👎 No"===e.userInput)&&r&&t){const o="👍 Yes"===e.userInput,a={"Content-Type":"application/json","X-Origin":"access","X-API-KEY":r,"X-Session-ID":t,"X-Query-ID":n,"X-Feedback":o?1:0};try{await fetch(`${tS.API_ENDPOINT}/rating`,{method:"POST",headers:a})}catch(e){console.error("Error sending feedback:",e)}}},path:e=>"👍 Yes"===e.userInput?"qa_positive_feedback":"👎 No"===e.userInput?"qa_negative_feedback":"qa_loop"},qa_positive_feedback:{message:"Thank you for your feedback! It helps us improve this tool.",transition:{duration:1e3},path:"go_ahead_and_ask"},qa_negative_feedback:{message:"Sorry that wasn't useful. Would you like to open a help ticket for assistance?",options:["Open a help ticket","Ask another question"],chatDisabled:!0,path:e=>"Open a help ticket"===e.userInput?"help_ticket":"qa_continue"},qa_continue:{message:"Ask another question, but remember that each question must stand alone.",path:"qa_loop"}}),hS=e=>R.createElement(lS,e,R.createElement("path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"}),R.createElement("polyline",{points:"17 8 12 3 7 8"}),R.createElement("line",{x1:"12",y1:"3",x2:"12",y2:"15"})),gS=({onFileUpload:e})=>{const[t,n]=O.useState(!1),[r,o]=O.useState([]),[a,i]=O.useState(null),l=O.useRef(null),{captureScreenshot:s,isCapturing:c}=(()=>{const[e,t]=O.useState(!1);return{captureScreenshot:async()=>{try{t(!0);const e=await navigator.mediaDevices.getDisplayMedia({video:{displaySurface:"browser",cursor:"always",logicalSurface:!0,width:{ideal:1920},height:{ideal:1080}},audio:!1}),n=document.createElement("video");n.srcObject=e,await new Promise((e=>{n.onloadedmetadata=()=>{n.play(),e()}}));const r=document.createElement("canvas");r.width=n.videoWidth,r.height=n.videoHeight,r.getContext("2d").drawImage(n,0,0,r.width,r.height);const o=await new Promise((e=>r.toBlob(e,"image/png"))),a=(new Date).toISOString().replace(/[:.]/g,"-"),i=new File([o],`screenshot-${a}.png`,{type:"image/png"});return e.getTracks().forEach((e=>e.stop())),t(!1),i}catch(e){throw console.error("Error capturing screenshot:",e),t(!1),e}},isCapturing:e}})(),u=e=>{const t=document.createElement("div");t.setAttribute("aria-live","assertive"),t.setAttribute("aria-atomic","true"),t.className="sr-only",t.textContent=e,document.body.appendChild(t),setTimeout((()=>document.body.removeChild(t)),1e3)},A=t=>{const n=Array.from(t),a=[...r,...n];o(a);const i=n.length,l=n.map((e=>e.name)).join(", ");u(`${i} file${i>1?"s":""} selected: ${l}`),setTimeout((()=>{const e=document.querySelector(".rcb-chat-content");e&&(e.scrollTop=e.scrollHeight)}),100),e&&e(a)},d=e=>{e.preventDefault(),e.stopPropagation(),"dragenter"===e.type||"dragover"===e.type?n(!0):"dragleave"===e.type&&n(!1)},f=()=>{l.current.click()},p=()=>{i(null)};return R.createElement("div",{className:"file-upload-container",style:{padding:"16px",margin:"8px 0"}},R.createElement("div",{style:{display:"flex",justifyContent:"center",marginBottom:"10px"}},R.createElement("button",{onClick:e=>{e.preventDefault(),(async()=>{try{const e=await s();A([e]),u("Screenshot captured successfully")}catch(e){u("Error capturing screenshot. Please try again.")}})()},disabled:c,"aria-describedby":"screenshot-help","aria-label":c?"Taking screenshot, please wait":"Take a screenshot to attach",style:{display:"flex",alignItems:"center",gap:"8px",backgroundColor:"#107180",color:"white",border:"none",borderRadius:"5px",padding:"8px 12px",cursor:c?"not-allowed":"pointer",fontSize:"14px",fontWeight:"500",boxShadow:"0 1px 3px rgba(0,0,0,0.2)"}},R.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},R.createElement("path",{d:"M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z"}),R.createElement("circle",{cx:"12",cy:"13",r:"4"})),c?"Taking screenshot...":"Take screenshot..."),R.createElement("span",{id:"screenshot-help",className:"sr-only"},"Captures the current screen and adds it as an attachment")),R.createElement("div",{className:"file-upload-dropzone "+(t?"active":""),onDragEnter:d,onDragLeave:d,onDragOver:d,onDrop:e=>{e.preventDefault(),e.stopPropagation(),n(!1),e.dataTransfer.files&&e.dataTransfer.files.length>0&&A(e.dataTransfer.files)},role:"button",tabIndex:0,"aria-label":"File upload area. Click to select files or drag and drop files here.","aria-describedby":"upload-instructions",onKeyDown:e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),f())},style:{padding:"20px",border:"2px dashed #ccc",borderRadius:"8px",backgroundColor:t?"#f0f8ff":"#fafafa",transition:"all 0.3s ease"}},R.createElement("input",{ref:l,type:"file",className:"file-input",onChange:e=>{e.target.files&&e.target.files.length>0&&A(e.target.files)},multiple:!0,style:{display:"none"},"aria-label":"Select files to upload",accept:"image/*,application/pdf,text/*,.doc,.docx"}),R.createElement("div",{className:"upload-content",onClick:f,style:{cursor:"pointer",flexDirection:"column",alignItems:"center",display:"flex",textAlign:"center",padding:"12px"}},R.createElement("div",{style:{display:"flex",flexDirection:"column",alignItems:"center",gap:"8px"}},R.createElement("div",{style:{display:"flex",flexDirection:"row",alignItems:"center",gap:"10px"}},R.createElement(hS,null),R.createElement("p",{style:{margin:0,fontWeight:"bold"}},"Upload Files")),R.createElement("p",{id:"upload-instructions",style:{margin:0,fontSize:"14px",color:"#666"}},"Drag and drop files here or click to select. Accepted: Images, PDFs, Text files (Max 10MB each)")),r.length>0&&R.createElement("div",{className:"selected-files",style:{display:"flex",flexWrap:"wrap",gap:"8px",marginTop:"12px",alignItems:"center"}},R.createElement("span",{style:{fontWeight:400,color:"#888",fontSize:"13px",marginRight:"8px",alignSelf:"center"}},"Selected files:"),r.map(((t,n)=>R.createElement("span",{key:n,style:{background:"#fff",color:"#107180",borderRadius:"5px",padding:"4px 12px",fontSize:"14px",marginRight:"4px",marginBottom:"4px",border:"1px solid #ccc",display:"flex",alignItems:"center",gap:"6px",cursor:"pointer"},onClick:e=>{e.stopPropagation(),(e=>{i(e)})(t)}},R.createElement("span",{onClick:t=>{t.stopPropagation(),(t=>{const n=r.filter(((e,n)=>n!==t));o(n),e&&e(n)})(n)},style:{cursor:"pointer",color:"#888",fontWeight:"bold",fontSize:"15px",marginRight:"4px",userSelect:"none",lineHeight:1},title:"Remove file","aria-label":`Remove ${t.name}`},"×"),t.name," (",(t.size/1024).toFixed(1)," KB)")))))),(()=>{if(!a)return null;const e=a.type.startsWith("image/"),t=a.type.startsWith("text/"),n="application/pdf"===a.type;return R.createElement("div",{style:{position:"fixed",top:0,left:0,right:0,bottom:0,backgroundColor:"rgba(0, 0, 0, 0.7)",display:"flex",justifyContent:"center",alignItems:"center",zIndex:1e3},onClick:p},R.createElement("div",{style:{backgroundColor:"white",padding:"20px",borderRadius:"8px",maxWidth:"90%",maxHeight:"90%",overflow:"auto",position:"relative"},onClick:e=>e.stopPropagation()},R.createElement("button",{onClick:p,style:{position:"absolute",top:"10px",right:"10px",background:"none",border:"none",fontSize:"24px",cursor:"pointer",color:"#666"}},"×"),R.createElement("h3",{style:{marginTop:0,marginBottom:"16px"}},a.name),e&&R.createElement("img",{src:URL.createObjectURL(a),alt:a.name,style:{maxWidth:"100%",maxHeight:"70vh"}}),t&&R.createElement("pre",{style:{whiteSpace:"pre-wrap",wordWrap:"break-word",maxHeight:"70vh",overflow:"auto",padding:"16px",backgroundColor:"#f5f5f5",borderRadius:"4px"}},URL.createObjectURL(a)),n&&R.createElement("iframe",{src:URL.createObjectURL(a),style:{width:"100%",height:"70vh",border:"none"},title:a.name}),!e&&!t&&!n&&R.createElement("div",{style:{padding:"20px",textAlign:"center"}},"Preview not available for this file type")))})())},mS=async(e,t="support",n=[])=>{const r=17,o={support:r,general_help:r,feedback:r,loginAccess:30,loginProvider:31,security:26},a={serviceDeskId:"security"===t?3:2,requestTypeId:o[t]||o.support,requestFieldValues:{...e}};if(n&&n.length>0){const e=await Promise.all(n.map((async e=>new Promise(((t,n)=>{const r=new FileReader;r.onload=()=>{const n=r.result.split(",")[1];t({fileName:e.name,contentType:e.type,size:e.size,fileData:n})},r.onerror=()=>n(new Error(`Failed to read file ${e.name}`)),r.readAsDataURL(e)})))));a.attachments=e}return a},yS=async(e,t)=>{const n=tS.netlifyBaseUrl.replace("/.netlify/functions/","").replace("/.netlify/functions","");let r;r="create-support-ticket"===t?`${n}/api/v1/tickets`:"create-security-incident"===t?`${n}/api/v1/security-incidents`:`${tS.netlifyBaseUrl}/${t}`;try{const t=await fetch(r,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(e)});if(!t.ok){const e=await t.text();return console.error("| ❌ Post data to proxy failed:",t.status,e),{success:!1,status:t.status,error:e}}return{success:!0,data:await t.json()}}catch(e){return console.error("| ❌ Post data to proxy exception:",e),{success:!1,error:e.message}}},vS=(e,t)=>R.createElement(gS,{onFileUpload:n=>e({...t||{},uploadedFiles:n})}),bS=e=>{let t=null;return{submitTicket:async(n,r,o=[])=>{try{const a=await mS(n,r,o),i=await yS(a,"create-support-ticket");i.success?(t={success:!0,ticketKey:i.data.data.ticketKey,ticketUrl:i.data.data.ticketUrl},e((e=>({...e,ticketKey:i.data.data.ticketKey,ticketUrl:i.data.data.ticketUrl})))):(console.error(`| ❌ ${r} ticket creation failed:`,i.data?.message||i.error),t={success:!1,error:i.data?.message||i.error},e((e=>({...e,submissionError:i.data?.message||i.error}))))}catch(n){console.error(`| ❌ Error sending ${r} data to proxy:`,n),t={success:!1,error:n.message},e((e=>({...e,submissionError:n.message})))}},getSubmissionResult:()=>t}},wS=(e,t="ticket")=>e&&!e.success?`We apologize, but there was an error submitting your ${t}: ${e.error}\n\nPlease try again or contact our support team directly.`:e&&e.success&&e.ticketUrl&&e.ticketKey?`Your ${t} has been submitted successfully.\n\nTicket: <a href="${e.ticketUrl}" target="_blank">${e.ticketKey}</a>\n\nOur support team will review your request and respond accordingly. Thank you for contacting ACCESS.`:(e&&e.success,`Your ${t} has been submitted successfully.\n\nOur support team will review your request and respond accordingly. Thank you for contacting ACCESS.`),xS=e=>e&&e.length>0?`\nAttachments: ${e.length} file(s) attached`:"";let kS=null;const ES=()=>{if(!kS)return console.warn("Form context not available, returning empty form"),{};const e=kS.ticketForm;return e&&"object"==typeof e?e:{}},SS=(e={})=>{const t=ES()||{},n=e&&"object"==typeof e?e:{};return{...t,email:n.email||t.email,name:n.name||t.name,accessId:n.accessId||t.accessId}},CS=()=>e=>(e&&""!==e.trim()||setTimeout((()=>{const e=document.querySelector(".rcb-chat-input-textarea");if(e){e.value="Not provided";const t=new Event("input",{bubbles:!0});e.dispatchEvent(t),setTimeout((()=>{const e=document.querySelector('.rcb-send-button, .rcb-chat-send-button, [aria-label*="send"], button[type="submit"]');if(e){const t=new MouseEvent("mousedown",{bubbles:!0,cancelable:!0,view:window});e.dispatchEvent(t)}}),200)}}),100),{success:!0}),PS=e=>e&&""!==e.trim()?e:"Not provided",DS=e=>{const t=e?.trim()||"";return t?(e=>!(!e||"string"!=typeof e)&&/^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/.test(e.trim()))(t)?{success:!0}:{success:!1,promptContent:"Please enter a valid email address (e.g., user@example.com).",promptDuration:3e3,promptType:"error",highlightTextArea:!0}:{success:!1,promptContent:"Please enter an email address.",promptDuration:3e3,promptType:"error",highlightTextArea:!0}},BS=({ticketForm:e={},setTicketForm:t=()=>{},userInfo:n={}})=>{const r=(({ticketForm:e={},setTicketForm:t=()=>{},userInfo:n={}})=>{const{submitTicket:r,getSubmissionResult:o}=bS(t);return{access_help:{message:"If you're having trouble logging into the ACCESS website, here are some common issues:\n\n• Make sure you're using a supported browser (Chrome, Firefox, Safari)\n• Clear your browser cookies and cache\n• Check if you're using the correct identity provider\n\nWould you like to submit a help ticket for ACCESS login issues?",options:["Yes, let's create a ticket","Back to Main Menu"],chatDisabled:!0,path:e=>"Yes, let's create a ticket"===e.userInput?"access_login_description":"start"},access_login_description:{message:"Describe your login issue.",function:e=>{const r=ES(),o={...r,description:e.userInput,email:n.email||r.email,name:n.name||r.name,accessId:n.accessId||r.accessId};t(o)},path:"access_login_identity"},access_login_identity:{message:"Which identity provider were you using?",options:["ACCESS","Github","Google","Institution","Microsoft","ORCID","Other"],chatDisabled:!0,function:e=>{const n=ES();t({...n,identityProvider:e.userInput})},path:"access_login_browser"},access_login_browser:{message:"Which browser were you using?",options:["Chrome","Firefox","Edge","Safari","Other"],chatDisabled:!0,function:e=>{const n=ES();t({...n,browser:e.userInput})},path:"access_login_attachment"},access_login_attachment:{message:"Would you like to attach a screenshot?",options:["Yes","No"],chatDisabled:!0,function:e=>{const n=ES();t({...n,wantsAttachment:e.userInput})},path:e=>"Yes"===e.userInput?"access_login_upload":(()=>{const e=SS(n);return e.email?e.name?e.accessId?"access_login_summary":"access_login_accessid":"access_login_name":"access_login_email"})()},access_login_upload:{message:"Please upload your screenshot.",component:vS(t,e),options:["Continue"],chatDisabled:!0,function:()=>{const e=ES();t({...e,uploadConfirmed:!0})},path:()=>{const e=SS(n);return e.email?e.name?e.accessId?"access_login_summary":"access_login_accessid":"access_login_name":"access_login_email"}},access_login_email:{message:"What is your email?",validateTextInput:e=>DS(e),function:e=>{const n=ES();t({...n,email:e.userInput})},path:()=>{const e=SS(n);return e.name?e.accessId?"access_login_summary":"access_login_accessid":"access_login_name"}},access_login_name:{message:"What is your name?",function:e=>{const n=ES();t({...n,name:e.userInput})},path:()=>SS(n).accessId?"access_login_summary":"access_login_accessid"},access_login_accessid:{message:"What is your ACCESS ID? (Optional - press Enter to skip)",validateTextInput:CS(),function:e=>{const n=ES();t({...n,accessId:PS(e.userInput)})},path:"access_login_summary"},access_login_summary:{message:e=>{const t=ES(),r=SS(n),o=xS(t.uploadedFiles);let a=r.accessId;return"access_login_accessid"===e.prevPath&&e.userInput?a=e.userInput:a||"access_login_accessid"!==e.prevPath||(a=e.userInput),`Thank you for providing your ACCESS login issue details. Here's a summary:\n\nName: ${r.name||"Not provided"}\nEmail: ${r.email||"Not provided"}\nACCESS ID: ${a||"Not provided"}\nIdentity Provider: ${t.identityProvider||"Not provided"}\nBrowser: ${t.browser||"Not provided"}\nIssue Description: ${t.description||"Not provided"}${o}\n\nWould you like to submit this ticket?`},options:["Submit Ticket","Back to Main Menu"],chatDisabled:!0,renderHtml:["BOT","USER"],function:async e=>{if("Submit Ticket"===e.userInput){const e=ES(),t=SS(n),o={email:t.email||"",name:t.name||"",accessId:t.accessId||"",description:e.description||"",identityProvider:e.identityProvider||"",browser:e.browser||""};await r(o,"loginAccess",e.uploadedFiles||[])}},path:e=>"Submit Ticket"===e.userInput?"access_login_success":"start"},access_login_success:{message:()=>wS(o(),"ACCESS login ticket"),options:["Back to Main Menu"],chatDisabled:!0,renderHtml:["BOT"],path:"start"}}})({ticketForm:e,setTicketForm:t,userInfo:n}),o=(({ticketForm:e={},setTicketForm:t=()=>{},userInfo:n={}})=>{const{submitTicket:r,getSubmissionResult:o}=bS(t);return{affiliated_help:{message:'If you\'re having trouble logging into an affiliated infrastructure or resource provider, here are some common issues:\n\n• Ensure your allocation is active\n• Confirm you have the correct username for that resource\n• Check <a href="https://operations.access-ci.org/infrastructure_news_view">System Status News</a> to see if the resource is undergoing maintenance\n\nWould you like to submit a help ticket for resource provider login issues?',options:["Yes, let's create a ticket","Back to Main Menu"],chatDisabled:!0,renderHtml:["BOT"],path:e=>"Yes, let's create a ticket"===e.userInput?"affiliated_login_resource":"start"},affiliated_login_resource:{message:"Which ACCESS Resource are you trying to access?",options:["ACES","Anvil","Bridges-2","DARWIN","Delta","DeltaAI","Derecho","Expanse","FASTER","Granite","Jetstream2","KyRIC","Launch","Neocortex","Ookami","Open Science Grid","Open Storage Network","Ranch","Stampede3"],chatDisabled:!0,function:e=>{const n=ES();t({...n,resource:e.userInput})},path:"affiliated_login_userid"},affiliated_login_userid:{message:"What is your user ID at the resource?",function:e=>{const n=ES();t({...n,userIdResource:e.userInput})},path:"affiliated_login_description"},affiliated_login_description:{message:"Please describe the issue you're having logging in.",function:e=>{const r=ES(),o={...r,description:e.userInput,email:n.email||r.email,name:n.name||r.name,accessId:n.accessId||r.accessId};t(o)},path:"affiliated_login_attachment"},affiliated_login_attachment:{message:"Would you like to attach a screenshot?",options:["Yes","No"],chatDisabled:!0,function:e=>{const n=ES();t({...n,wantsAttachment:e.userInput})},path:e=>"Yes"===e.userInput?"affiliated_login_upload":(()=>{const e=SS(n);return e.email?e.name?e.accessId?"affiliated_login_summary":"affiliated_login_accessid":"affiliated_login_name":"affiliated_login_email"})()},affiliated_login_upload:{message:"Please upload your screenshot.",component:vS(t,e),options:["Continue"],chatDisabled:!0,function:()=>{const e=ES();t({...e,uploadConfirmed:!0})},path:()=>{const e=SS(n);return e.email?e.name?e.accessId?"affiliated_login_summary":"affiliated_login_accessid":"affiliated_login_name":"affiliated_login_email"}},affiliated_login_email:{message:"What is your email?",validateTextInput:e=>DS(e),function:e=>{const n=ES();t({...n,email:e.userInput})},path:()=>{const e=SS(n);return e.name?e.accessId?"affiliated_login_summary":"affiliated_login_accessid":"affiliated_login_name"}},affiliated_login_name:{message:"What is your name?",function:e=>{const n=ES();t({...n,name:e.userInput})},path:()=>SS(n).accessId?"affiliated_login_summary":"affiliated_login_accessid"},affiliated_login_accessid:{message:"What is your ACCESS ID? (Optional - press Enter to skip)",validateTextInput:CS(),function:e=>{const n=ES();t({...n,accessId:PS(e.userInput)})},path:"affiliated_login_summary"},affiliated_login_summary:{message:e=>{const t=ES(),r=SS(n),o=xS(t.uploadedFiles);let a=r.accessId;return"affiliated_login_accessid"===e.prevPath&&e.userInput?a=e.userInput:a||"affiliated_login_accessid"!==e.prevPath||(a=e.userInput),`Thank you for providing your resource login issue details. Here's a summary:\n\nName: ${r.name||"Not provided"}\nEmail: ${r.email||"Not provided"}\nACCESS ID: ${a||"Not provided"}\nResource: ${t.resource||"Not provided"}\nResource User ID: ${t.userIdResource||"Not provided"}\nIssue Description: ${t.description||"Not provided"}${o}\n\nWould you like to submit this ticket?`},options:["Submit Ticket","Back to Main Menu"],chatDisabled:!0,function:async e=>{if("Submit Ticket"===e.userInput){const e=ES(),t=SS(n),o={email:t.email||"",name:t.name||"",accessId:t.accessId||"",accessResource:e.resource||"",description:e.description||"",userIdAtResource:e.userIdResource||""};await r(o,"loginProvider",e.uploadedFiles||[])}},path:e=>"Submit Ticket"===e.userInput?"affiliated_login_success":"start"},affiliated_login_success:{message:()=>wS(o(),"resource login ticket"),options:["Back to Main Menu"],chatDisabled:!0,renderHtml:["BOT"],path:"start"}}})({ticketForm:e,setTicketForm:t,userInfo:n}),a=(({ticketForm:e={},setTicketForm:t=()=>{},userInfo:n={}})=>{const{submitTicket:r,getSubmissionResult:o}=bS(t);return{general_help_summary_subject:{message:"Provide a short title for your ticket.",function:e=>{const r=ES(),o={...r,summary:e.userInput,email:n.email||r.email,name:n.name||r.name,accessId:n.accessId||r.accessId};t(o)},path:"general_help_category"},general_help_category:{message:"What type of issue are you experiencing?",options:["User Account Question","Allocation Question","User Support Question","CSSN/CCEP Question","Training Question","Metrics Question","OnDemand Question","Pegasus Question","XDMoD Question","Some Other Question"],chatDisabled:!0,function:e=>{const n=ES();t({...n,category:e.userInput})},path:"general_help_description"},general_help_description:{message:"Please describe your issue.",function:e=>{const n=ES();t({...n,description:e.userInput})},path:"general_help_attachment"},general_help_attachment:{message:"Would you like to attach a file to your ticket?",options:["Yes","No"],chatDisabled:!0,function:e=>{const n=ES();t({...n,wantsAttachment:e.userInput})},path:e=>"Yes"===e.userInput?"general_help_upload":"general_help_resource"},general_help_upload:{message:"Please upload your file.",component:vS(t,e),options:["Continue"],chatDisabled:!0,function:()=>{const e=ES();t({...e,uploadConfirmed:!0})},path:"general_help_resource"},general_help_resource:{message:"Does your problem involve an ACCESS Resource?",options:["Yes","No"],chatDisabled:!0,function:e=>{const n=ES();t({...n,involvesResource:e.userInput.toLowerCase()})},path:e=>"Yes"===e.userInput?"general_help_resource_details":"general_help_keywords"},general_help_resource_details:{message:"Please select the ACCESS Resource involved with your issue:",options:["ACES","Anvil","Bridges-2","DARWIN","Delta","DeltaAI","Derecho","Expanse","FASTER","Granite","Jetstream2","KyRIC","Launch","Neocortex","Ookami","Open Science Grid","Open Storage Network","Ranch","Stampede3"],chatDisabled:!0,function:e=>{const n=ES();t({...n,resourceDetails:e.userInput})},path:"general_help_user_id_at_resource"},general_help_user_id_at_resource:{message:"What is your User ID at the selected resource(s)? (Optional - press Enter to skip)",validateTextInput:CS(),function:e=>{const n=ES();t({...n,userIdAtResource:PS(e.userInput)})},path:"general_help_keywords"},general_help_keywords:{message:"Please add up to 5 keywords to help route your ticket.",checkboxes:{items:[" C, C++","Abaqus","ACCESS","ACCESS-credits","ACCESS-website","Accounts","ACLS","Adding users","Affiliations","Affinity Groups","AI","Algorithms","Allocation extension","Allocation Management","Allocation proposal","Allocation Time","Allocation users","AMBER","AMIE","Anaconda","Analysis","API","Application Status","ARCGIS","Architecture","Archiving","Astrophysics","ATLAS","Authentication","AWS","AZURE","Backup","BASH","Batch Jobs","Benchmarking","Big Data","Bioinformatics","Biology","Ceph","CFD","cgroups","CHARMM","Checkpoint","cilogon","citation","Cloud","Cloud Computing","Cloud Lab","Cloud Storage","Cluster Management","Cluster Support","CMMC","Community Outreach","Compiling","Composible Systems","Computataional Chemistry","COMSOL","Conda","Condo","Containers","Core dump","Core hours","CP2K","CPU architecture","CPU bound","CUDA","Cybersecurity","CYVERSE","Data","Data Storage","Data-access-protocols","Data-analysis","Data-compliance","Data-lifecycle","Data-management","Data-management-software","Data-provenance","Data-reproducibility","Data-retention","Data-science","Data-sharing","Data-transfer","Data-wrangling","Database-update","Debugging","Debugging, Optimizatio and Profiling","Deep-learning","Dependencies","Deployment","DFT","Distributed-computing","DNS","Docker","Documentation","DOI","DTN","Easybuild","Email","Encryption","Environment-modules","Errors","Extension","FastX","Federated-authentication","File transfers","File-formats","File-limits","File-systems","File-transfer","Finite-element-analysis","Firewall","Fortran","Frameworks and IDE's","GAMESS","Gateways","GATK","Gaussian","GCC","Genomics","GIS","Git","Globus","GPFS","GPU","Gravitational-waves","Gridengine","GROMACS","Hadoop","Hardware","Image-processing","Infiniband","Interactive-mode","Interconnect","IO-Issue","ISILON","Java","Jekyll","Jetstream","Job-accounting","Job-array","Job-charging","Job-failure","Job-sizing","Job-submission","Julia","Jupyterhub","Key-management","Kubernetes","KyRIC","LAMMPS","Library-paths","License","Linear-programming","Linux","LMOD","login","LSF","Lustre","Machine-learning","Management","Materials-science","Mathematica","MATLAB","Memory","Metadata","Modules","Molecular-dynamics","Monte-carlo","MPI","NAMD","NetCDF","Networking","Neural-networks","NFS","NLP","NoMachine","Nvidia","Oceanography","OnDemnad","Open-science-grid","Open-storage-network","OpenCV","Openfoam","OpenMP","OpenMPI","OpenSHIFT","Openstack","Optimization","OS","OSG","Parallelization","Parameter-sweeps","Paraview","Particle-physics","password","PBS","Pegasus","Pending-jobs","Performance-tuning","Permissions","Physiology","PIP","PODMAN","Portals","Pre-emption","Professional and Workforce Development","Professional-development","Profile","Profiling","Programming","Programming Languages","Programming-best-practices","Project-management","Project-renewal","Provisioning","Pthreads","Publication-database","Putty","Python","Pytorch","Quantum-computing","Quantum-mechanics","Quota","R","RDP","React","Reporting","Research-facilitation","Research-grants","Resources","Rstudio-server","S3","Samba","SAS","Scaling","Schedulers","Scheduling","Science DMZ","Science Gateways","Scikit-learn","Scratch","screen","scripting","SDN","Secure Computing and Data","Secure-data-architecture","Serverless-hpc","setup","sftp","SGE","Shell Scripting","Shifter","Singularity","SLURM","SMB","Smrtanalysis","Software Installations","Software-carpentry","SPACK","SPARK","Spectrum-scale","SPSS","SQL","SSH","Stampede2","STATA","Storage","Supplement","Support","TCP","Technical-training-for-hpc","Tensorflow","Terminal-emulation-and-window-management","Tickets","Timing-issue","TMUX","Tools","Training","Transfer SUs","Trinity","Tuning","Unix-environment","Upgrading","Vectorization","Version-control","vim","VNC","VPN","Workflow","Workforce-development","X11","Xalt","XDMoD","XML","XSEDE","I don't see a relevant keyword"],min:0,max:5},chatDisabled:!0,function:e=>{const n=ES();t({...n,keywords:e.userInput})},path:e=>e.userInput&&e.userInput.includes("I don't see a relevant keyword")?"general_help_additional_keywords":"general_help_priority"},general_help_additional_keywords:{message:"Please enter additional keywords, separated by commas:",function:e=>{const n=ES(),r=n.keywords||[],o=e.userInput,a=Array.isArray(r)?[...r]:r.split(",").map((e=>e.trim())),i=a.filter((e=>"I don't see a relevant keyword"!==e)),l=Array.isArray(i)&&i.length>0?[...i,o].join(", "):o;t({...n,keywords:l,suggestedKeyword:o})},path:"general_help_priority"},general_help_priority:{message:"Please select a priority for your issue:",options:["Lowest","Low","Medium","High","Highest"],chatDisabled:!0,function:e=>{const n=ES();t({...n,priority:e.userInput.toLowerCase()})},path:()=>n.email?n.name?n.accessId?"general_help_ticket_summary":"general_help_accessid":"general_help_name":"general_help_email"},general_help_email:{message:"What is your email address?",validateTextInput:e=>DS(e),function:e=>{const n=ES();t({...n,email:e.userInput})},path:()=>n.name?n.accessId?"general_help_ticket_summary":"general_help_accessid":"general_help_name"},general_help_name:{message:"What is your name?",function:e=>{const n=ES();t({...n,name:e.userInput})},path:()=>n.accessId?"general_help_ticket_summary":"general_help_accessid"},general_help_accessid:{message:"What is your ACCESS ID? (Optional - press Enter to skip)",required:!1,function:e=>{const n=ES();t({...n,accessId:e.userInput||""})},path:"general_help_ticket_summary"},general_help_ticket_summary:{message:e=>{const t=ES(),r=SS(n),o=xS(t.uploadedFiles);let a=r.accessId;"general_help_accessid"===e.prevPath&&e.userInput?a=e.userInput:a||"general_help_accessid"!==e.prevPath||(a=e.userInput);let i="";return"yes"===t.involvesResource&&(i=`\nResource: ${t.resourceDetails||"Not specified"}`,t.userIdAtResource&&(i+=`\nUser ID at Resource: ${t.userIdAtResource}`)),`Thank you for providing your issue details. Here's a summary:\n\nName: ${r.name||"Not provided"}\nEmail: ${r.email||"Not provided"}\nACCESS ID: ${a||"Not provided"}\nIssue Summary: ${t.summary||"Not provided"}\nCategory: ${t.category||"Not provided"}\nPriority: ${t.priority||"Not provided"}\nKeywords: ${t.keywords||"Not provided"}\nIssue Description: ${t.description||"Not provided"}${i}${o}\n\nWould you like to submit this ticket?`},options:["Submit Ticket","Back to Main Menu"],chatDisabled:!0,function:async e=>{if("Submit Ticket"===e.userInput){const e=ES(),t=SS(n),o={email:t.email||"",summary:e.summary||"General Support Ticket",description:e.description||"",priority:e.priority||"medium",accessId:t.accessId||"",name:t.name||"",issueType:e.category||"",hasResourceProblem:"yes"===e.involvesResource?"Yes":"No",userIdAtResource:e.userIdAtResource||"",resourceName:e.resourceDetails||"",keywords:e.keywords||"",noRelevantKeyword:e.suggestedKeyword?"checked":"",suggestedKeyword:e.suggestedKeyword||""};await r(o,"support",e.uploadedFiles||[])}},path:e=>"Submit Ticket"===e.userInput?"general_help_success":"start"},general_help_success:{message:()=>wS(o(),"support ticket"),options:["Back to Main Menu"],chatDisabled:!0,renderHtml:["BOT"],path:"start"}}})({ticketForm:e,setTicketForm:t,userInfo:n});return{help_ticket:{message:"What is your help ticket related to?",options:["Logging into ACCESS website","Logging into a resource","Another question"],chatDisabled:!0,function:n=>{t({...e||{},ticketType:n.userInput})},path:e=>"Logging into ACCESS website"===e.userInput?"access_help":"Logging into a resource"===e.userInput?"affiliated_help":"Another question"===e.userInput?"general_help_summary_subject":"help_ticket"},...r,...o,...a}},IS=({setTicketForm:e=()=>{},userInfo:t={}})=>{let n=null,r=null;return{security_incident:{message:"You're reporting a security incident. Please provide a brief summary of the security concern.",function:n=>{const r=ES()||{},o={...r,summary:n.userInput,email:t.email||r.email,name:t.name||r.name,accessId:t.accessId||r.accessId};e(o)},path:"security_priority"},security_priority:{message:"What is the priority level of this security incident?",options:["Critical","High","Medium","Low"],chatDisabled:!0,function:t=>{const n=ES()||{};e({...n,priority:t.userInput})},path:"security_description"},security_description:{message:"Please provide a detailed description of the security incident or concern.",function:t=>{const n=ES()||{};e({...n,description:t.userInput})},path:"security_attachment"},security_attachment:{message:"Do you have any files (screenshots, logs, etc.) that would help with this security incident?",options:["Yes","No"],chatDisabled:!0,function:t=>{const n=ES()||{};e({...n,wantsAttachment:t.userInput})},path:e=>"Yes"===e.userInput?"security_upload":"security_contact_info"},security_upload:{message:"Please upload your files.",component:R.createElement(gS,{onFileUpload:t=>{const n=ES()||{};e({...n,uploadedFiles:t})}}),options:["Continue"],chatDisabled:!0,function:()=>{const t=ES()||{};e({...t,uploadConfirmed:!0})},path:"security_contact_info"},security_contact_info:{message:()=>{const e=SS(t);return e.name&&e.email&&e.accessId?`I have your contact information:\n\nName: ${e.name}\nEmail: ${e.email}\nACCESS ID: ${e.accessId}\n\nIs this correct?`:"I need your contact information. What is your name?"},options:e=>{if(!e)return[];const n=SS(t);return n.name&&n.email&&n.accessId?["Yes, that's correct","Let me update it"]:[]},chatDisabled:e=>{if(!e)return!1;const n=SS(t);return n.name&&n.email&&n.accessId},function:t=>{if(!t)return;const n=ES()||{};if(!n.name){const r={...n,name:t.userInput};e(r)}},path:e=>{if(!e)return"security_summary";const n=SS(t);return"Yes, that's correct"===e.userInput?"security_summary":"Let me update it"===e.userInput?"security_name":n.name&&n.email?n.accessId?"security_summary":"security_accessid":"security_email"}},security_name:{message:"What is your name?",function:t=>{const n=ES()||{};e({...n,name:t.userInput})},path:"security_email"},security_email:{message:"What is your email address?",function:t=>{const n=ES()||{};e({...n,email:t.userInput})},path:"security_accessid"},security_accessid:{message:"What is your ACCESS ID? (Optional - press Enter to skip)",validateTextInput:CS(),function:t=>{const r=PS(t.userInput);n=r;const o=ES()||{};e({...o,accessId:r})},path:"security_summary"},security_summary:{message:()=>{const e=ES()||{},r=SS(t),o={...e,name:r.name||e.name,email:r.email||e.email,accessId:n||r.accessId||e.accessId};let a="";e.uploadedFiles&&e.uploadedFiles.length>0&&(a=`\nAttachments: ${e.uploadedFiles.length} file(s) attached`);const i=o.accessId||"Not provided";return`Here's a summary of your security incident report:\n\nSummary: ${o.summary||"Not provided"}\nPriority: ${o.priority||"Not provided"}\nName: ${o.name||"Not provided"}\nEmail: ${o.email||"Not provided"}\nACCESS ID: ${i}\nDescription: ${o.description||"Not provided"}${a}\n\nWould you like to submit this security incident report?`},options:["Submit Security Report","Back to Main Menu"],chatDisabled:!0,function:async o=>{if("Submit Security Report"===o.userInput){const o=ES()||{},a=SS(t),i={...o,name:a.name||o.name,email:a.email||o.email,accessId:n||a.accessId||o.accessId},l={summary:i.summary||"",priority:i.priority||"",description:i.description||"",name:i.name||"",email:i.email||"",accessId:i.accessId||""};try{const t=await(async(e,t=[])=>{try{const n=await mS(e,"security",t);return await yS(n,"create-security-incident")}catch(e){return console.error("| ❌ Security incident submission failed:",e),{success:!1,error:e.message}}})(l,o.uploadedFiles||[]);t.success?(r={success:!0,ticketKey:t.data?.data?.ticketKey,ticketUrl:t.data?.data?.ticketUrl},e((e=>({...e,ticketKey:t.data?.data?.ticketKey,ticketUrl:t.data?.data?.ticketUrl})))):(r={success:!1,error:t.error},e((e=>({...e,submissionError:t.error}))))}catch(t){r={success:!1,error:t.message},e((e=>({...e,submissionError:t.message})))}}},path:e=>"Submit Security Report"===e.userInput?"security_success":"start"},security_success:{message:()=>{return(e=r)&&!e.success?`We apologize, but there was an error submitting your security incident report: ${e.error}\n\nPlease try again or contact our cybersecurity team directly.`:e&&e.success&&e.ticketUrl&&e.ticketKey?`Your security incident report has been submitted successfully.\n\nTicket: <a href="${e.ticketUrl}" target="_blank">${e.ticketKey}</a>\n\nOur cybersecurity team will review your report and respond accordingly. Thank you for helping keep ACCESS secure.`:(e&&e.success,"Your security incident report has been submitted successfully.\n\nOur cybersecurity team will review your report and respond accordingly. Thank you for helping keep ACCESS secure.");var e},options:["Back to Main Menu"],chatDisabled:!0,renderHtml:["BOT"],path:"start"}}};function TS({welcomeMessage:e,isBotLoggedIn:t,loginUrl:n,handleQuery:r,hasQueryError:o,sessionId:a,currentQueryId:i,ticketForm:l={},setTicketForm:s=()=>{},formContext:c,apiKey:u,userInfo:A={}}){c&&(e=>{kS=e})(c);const d=(({welcome:e,setTicketForm:t=()=>{},setFeedbackForm:n=()=>{}})=>({start:{message:e,options:["Ask a question about ACCESS","Open a Help Ticket","Report a security issue"],chatDisabled:!0,path:e=>"Ask a question about ACCESS"===e.userInput?"go_ahead_and_ask":"Open a Help Ticket"===e.userInput?(t({}),"help_ticket"):"Report a security issue"===e.userInput?(t({}),"security_incident"):"start"}}))({welcome:nS(0,e),setTicketForm:s});return{...d||{},...(t?pS({fetchAndStreamResponse:r,sessionId:a,currentQueryId:i,apiKey:u}):{go_ahead_and_ask:{message:"To ask questions, you need to log in first.",component:R.createElement(AS,{loginUrl:n}),options:["Back to Main Menu"],chatDisabled:!0,path:e=>"Back to Main Menu"===e.userInput?"start":"go_ahead_and_ask"}})||{},...BS({ticketForm:l,setTicketForm:s,userInfo:A})||{},...IS({ticketForm:l,setTicketForm:s,userInfo:A})||{},...t&&{loop:{message:async e=>{await r(e)},renderMarkdown:["BOT"],path:()=>o?"start":"loop"}}}}const MS=()=>{for(let e=0;e<localStorage.length;e++){const t=localStorage.key(e);if(t&&t.startsWith("qa_bot_session_")){const e=localStorage.getItem(t);if(e)return e}}const e=`qa_bot_session_${eS()}`;return localStorage.setItem(e,e),e},QS=R.forwardRef(((e,t)=>{const{apiKey:n,open:r=!1,onOpenChange:o,embedded:a=!1,isLoggedIn:i,loginUrl:l=tS.LOGIN_URL,ringEffect:s=!1,welcome:c,userEmail:u,userName:A,accessId:d}=e,f=n||("undefined"!=typeof process&&process.env?"demo-key":null),[p,h]=O.useState(void 0!==i&&i),g=O.useRef(MS()).current,[m,y]=O.useState(null),{ticketForm:v,feedbackForm:b,updateTicketForm:w,updateFeedbackForm:x,resetTicketForm:k,resetFeedbackForm:E}=iS();O.useEffect((()=>{void 0!==i&&h(i)}),[i]),O.useEffect((()=>{if(!a&&o){const e=e=>{t&&t.current&&t.current._markAsUserInteraction&&t.current._markAsUserInteraction();const n=e.data.newState;o(n)};return window.addEventListener("rcb-toggle-chat-window",e),()=>{window.removeEventListener("rcb-toggle-chat-window",e)}}}),[a,o,t]);const S=nS(0,c),C=O.useRef(null),P=((e,t={})=>O.useMemo((()=>{const n=(t,n)=>{if(e.current){const n=getComputedStyle(e.current).getPropertyValue(t);if(n&&""!==n.trim())return n.trim();if(e.current.parentElement){const n=getComputedStyle(e.current.parentElement).getPropertyValue(t);if(n&&""!==n.trim())return n.trim()}}return n};return{primaryColor:n("--primary-color",t.primaryColor||tS.THEME.PRIMARY_COLOR),secondaryColor:n("--secondary-color",t.secondaryColor||tS.THEME.SECONDARY_COLOR),fontFamily:n("--font-family",t.fontFamily||tS.THEME.FONT_FAMILY)}}),[e,t]))(C),D=(({themeColors:e,embedded:t,defaultOpen:n,isLoggedIn:r,loginUrl:o})=>{const a=r,i=sessionStorage.getItem("qa_bot_tooltip_shown")?"NEVER":"START";return O.useMemo((()=>({general:{...e,embedded:t,primaryColor:e.primaryColor,fontFamily:"Arial, sans-serif",secondaryColor:e.secondaryColor},header:{title:R.createElement("div",{key:"header-title"},R.createElement("h1",{className:"sr-only"},tS.CHATBOT.TITLE),R.createElement("span",{"aria-hidden":"true"},tS.CHATBOT.TITLE)),avatar:tS.CHATBOT.AVATAR_URL,buttons:[a?R.createElement(uS,{key:"user-icon"}):R.createElement(AS,{key:"login-button",loginUrl:o,isHeaderButton:!0}),Xg.CLOSE_CHAT_BUTTON]},chatWindow:{defaultOpen:!!t||n},chatInput:{enabledPlaceholderText:"Type your question here...",disabledPlaceholderText:"",disabled:!1,allowNewline:!0,sendButtonStyle:{display:"flex"},characterLimit:1e3,sendButtonAriaLabel:"Send message",showCharacterCount:!1,ariaLabel:"Chat input area",ariaDescribedBy:"chat-input-help"},chatHistory:{disabled:!1},botBubble:{simulateStream:!0,streamSpeed:10,allowNewline:!0,dangerouslySetInnerHTML:!0,renderHtml:!0,ariaLabel:"Bot response",role:"log"},chatButton:{icon:tS.CHATBOT.AVATAR_URL},tooltip:{text:tS.CHATBOT.TOOLTIP_TEXT,mode:i},audio:{disabled:!0},emoji:{disabled:!0},fileAttachment:{disabled:!0},notification:{disabled:!0},footer:{text:R.createElement("div",{key:"footer-text"},R.createElement("a",{href:"https://support.access-ci.org/tools/access-qa-tool"},"About this tool"),"."),buttons:[R.createElement(cS,{key:"new-chat-button"})]},event:{rcbToggleChatWindow:!0}})),[e,t,n,a,i,o])})({themeColors:P,embedded:a,defaultOpen:r,isLoggedIn:p,loginUrl:l}),B=dS(f,g,y),I=O.useMemo((()=>({ticketForm:v||{},feedbackForm:b||{},updateTicketForm:w,updateFeedbackForm:x,resetTicketForm:k,resetFeedbackForm:E})),[v,b,w,x,k,E]),T=O.useMemo((()=>TS({welcomeMessage:S,isBotLoggedIn:p,loginUrl:l,handleQuery:B,sessionId:g,currentQueryId:m,ticketForm:v,setTicketForm:w,formContext:I,apiKey:f,userInfo:{email:u||null,name:A||null,accessId:d||null}})),[S,p,l,B,g,m,v,b,w,x,I,f,u,A,d]);return((e,t)=>{O.useEffect((()=>{t.current&&(e?t.current.classList.add("bot-logged-in"):t.current.classList.remove("bot-logged-in"))}),[e,t])})(p,C),((e,t)=>{O.useEffect((()=>{if(!e||!t.current)return;const n=setTimeout((()=>{const e=t.current?.querySelector(".rcb-tooltip-show");e&&e.classList.add("phone-ring")}),500);return()=>{clearTimeout(n)}}),[e,t])})(s,C),O.useEffect((()=>{const e=()=>{const e=document.querySelector(".rcb-chat-window");if(!e)return;const t=e.querySelector(".rcb-send-button");t&&(t.hasAttribute("tabindex")||t.setAttribute("tabindex","0"),t.hasAttribute("data-keyboard-enabled")||(t.setAttribute("data-keyboard-enabled","true"),t.addEventListener("keydown",(e=>{if("Enter"===e.key||" "===e.key){e.preventDefault();const n=t&&Object.keys(t).find((e=>e.startsWith("__reactProps")));if(n){const r=t[n],o=r?.onMouseDown;if(o&&"function"==typeof o)return void o(e)}const r=new MouseEvent("mousedown",{bubbles:!0,cancelable:!0,view:window});t.dispatchEvent(r)}}))))},t=setInterval(e,1e3);return e(),()=>clearInterval(t)}),[]),fS(),O.useEffect((()=>{const e=()=>{sessionStorage.setItem("qa_bot_tooltip_shown","true")};return window.addEventListener("rcb-toggle-chat-window",e),()=>{window.removeEventListener("rcb-toggle-chat-window",e)}}),[]),R.createElement("div",{className:"qa-bot "+(a?"embedded-qa-bot":""),ref:C,role:"region","aria-label":"Ask ACCESS tool"},R.createElement(wv,null,R.createElement("main",{role:"main","aria-label":"Chat interface"},R.createElement(rS,{ref:t,embedded:a,isBotLoggedIn:p,currentOpen:r}),R.createElement(Sv,{key:`chatbot-${g}-${p}`,settings:D,flow:T,plugins:[sb(),VE(),XE()]}),R.createElement("div",{"aria-live":"polite","aria-label":"Bot response updates",className:"sr-only",id:"bot-live-region"}),R.createElement("div",{id:"chat-input-help",className:"sr-only"},"Type your message and press Enter to send. Use arrow keys to navigate through response options. Press Enter or Space to select an option."),R.createElement("div",{id:"keyboard-help",className:"sr-only"},"Available keyboard shortcuts: Arrow keys to navigate options, Enter or Space to select, Tab to move between interactive elements, Escape to close dialogs."))))}));QS.displayName="QABotInternal";const _S=R.forwardRef(((e,t)=>R.createElement(aS,null,R.createElement(QS,Yu({},e,{ref:t})))));_S.displayName="QABot";Gu('.rcb-toggle-icon{background-color:initial!important;background-position:calc(50% - 1px) calc(50% + 2px);background-repeat:no-repeat;background-size:62%!important}.rcb-chat-window{max-height:600px;max-width:100%;width:550px!important}.rcb-chat-window .rcb-bot-avatar{background-position:50%;background-repeat:no-repeat;background-size:contain;border-radius:0}.rcb-chat-window .rcb-chat-header{align-items:center;display:flex;flex-direction:row;font-weight:700}.rcb-chat-window a{color:#000;font-weight:700;text-decoration:underline}.rcb-chat-window a:hover{color:#107180}.rcb-chat-window .rcb-bot-message a{color:#fff;text-decoration:none}.rcb-chat-window .rcb-bot-message a:hover{text-decoration:underline}.rcb-chat-window .rcb-chat-input-textarea{overflow-y:auto}.rcb-chat-window .rcb-chat-footer-container{font-size:10px}.qa-bot .user-login-icon{display:none!important}.qa-bot.bot-logged-in .user-login-icon{display:flex!important;transform:scale(1.3) translateY(-2px)}.embedded-qa-bot .rcb-chat-window{max-width:100%;width:100%!important}.qa-bot.hidden{display:none}.embedded-qa-bot .rcb-bot-message,.embedded-qa-bot .rcb-user-message{max-width:90%!important;word-break:break-word}.embedded-qa-bot .rcb-chat-input-textarea{width:100%!important}.qa-bot-container{max-width:100%;width:100%}.rcb-tooltip-show.phone-ring{animation:phone-ring 3s ease-out!important;z-index:10000!important}@keyframes phone-ring{0%{transform:translateX(0) translateY(0) rotate(0deg)}2%{transform:translateX(0) translateY(-8px) rotate(-2deg)}4%{transform:translateX(0) translateY(-6px) rotate(2deg)}6%{transform:translateX(0) translateY(-8px) rotate(-1deg)}8%{transform:translateX(0) translateY(-6px) rotate(1deg)}10%{transform:translateX(0) translateY(-8px) rotate(-2deg)}12%{transform:translateX(0) translateY(-6px) rotate(2deg)}20%{transform:translateX(0) translateY(0) rotate(0deg)}30%{transform:translateX(0) translateY(0) rotate(0deg)}40%{transform:translateX(0) translateY(0) rotate(0deg)}49%{transform:translateX(0) translateY(0) rotate(0deg)}50%{transform:translateX(0) translateY(-8px) rotate(-2deg)}52%{transform:translateX(0) translateY(-6px) rotate(2deg)}54%{transform:translateX(0) translateY(-8px) rotate(-1deg)}56%{transform:translateX(0) translateY(-6px) rotate(1deg)}58%{transform:translateX(0) translateY(-8px) rotate(-2deg)}60%{transform:translateX(0) translateY(-6px) rotate(2deg)}70%{transform:translateX(0) translateY(0) rotate(0deg)}to{transform:translateX(0) translateY(0) rotate(0deg)}}@media (max-width:768px){.rcb-chat-window{max-height:calc(100vh - 100px)!important;max-width:calc(100vw - 40px)!important;width:550px!important}.embedded-chat-container.open{height:400px}.embedded-chat-closed{font-size:14px;height:40px}.embedded-chat-open-btn{font-size:12px;padding:3px 10px}.rcb-bot-message,.rcb-user-message{max-width:85%!important}.rcb-chat-input-textarea{font-size:16px!important;min-height:44px!important}.rcb-chat-header{padding:12px 16px!important}}@media (max-width:480px){.rcb-chat-window{bottom:10px!important;left:10px!important;max-height:calc(100vh - 80px)!important;max-width:calc(100vw - 20px)!important;right:10px!important;width:calc(100vw - 20px)!important}.embedded-chat-container.open{height:350px}.rcb-bot-message,.rcb-user-message{margin-bottom:8px!important;max-width:90%!important}.rcb-chat-header{font-size:14px!important;padding:8px 12px!important}.rcb-chat-button{bottom:20px!important;height:50px!important;right:20px!important;width:50px!important}.rcb-chat-footer-container{font-size:9px!important;padding:8px 12px!important}}@media (max-width:360px){.rcb-chat-window{left:5px!important;max-width:calc(100vw - 10px)!important;right:5px!important;width:calc(100vw - 10px)!important}.rcb-chat-header{font-size:13px!important;padding:6px 8px!important}}.rcb-checkbox-container{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin-left:16px!important;max-width:100%!important;padding-top:12px!important}.rcb-checkbox-row-container{align-items:center!important;background-color:#fff!important;border:1px solid #d0d0d0!important;border-radius:6px!important;box-sizing:border-box!important;color:#107180!important;cursor:pointer!important;display:flex!important;flex:0 0 auto!important;font-size:14px!important;font-weight:400!important;margin:0!important;max-height:auto!important;min-height:auto!important;padding:8px 12px!important;text-align:center!important;transition:all .2s ease!important;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:auto!important}.rcb-checkbox-row-container:hover{background-color:#e8f4f8!important;border-color:#107180!important;box-shadow:0 2px 4px #10718033!important;transform:translateY(-1px)!important}.rcb-checkbox-row-container[data-checked=true]{background-color:#107180!important;border-color:#107180!important;color:#fff!important}.rcb-checkbox-row{margin-left:0!important}.rcb-checkbox-mark{height:14px!important;margin-right:6px!important;width:14px!important}.rcb-checkbox-label{font-size:13px!important;margin:0!important;white-space:nowrap!important}.rcb-checkbox-next-button{align-items:center!important;background-color:#fff!important;border:1px solid #d0d0d0!important;border-radius:6px!important;box-sizing:border-box!important;color:#107180!important;cursor:pointer!important;display:flex!important;flex:0 0 auto!important;font-size:14px!important;font-weight:400!important;justify-content:center!important;line-height:24px!important;margin:0!important;max-height:auto!important;min-height:auto!important;padding:8px 12px!important;text-align:center!important;transition:all .2s ease!important;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:auto!important}.rcb-checkbox-next-button:hover{background-color:#e8f4f8!important;border-color:#107180!important;box-shadow:0 2px 4px #10718033!important;transform:translateY(-1px)!important}.sr-only{clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.rcb-chat-input-send-button:focus,.rcb-chat-input-textarea:focus{outline:2px solid #107180!important;outline-offset:2px!important}.rcb-user-message{word-wrap:break-word!important;overflow:hidden!important;word-break:break-word!important}:focus-visible{outline:2px solid #107180!important;outline-offset:2px!important}.rcb-options-container{display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;gap:8px!important;margin:16px!important;padding:0!important}.rcb-options{background-color:#fff!important;border:1px solid #d0d0d0!important;border-radius:6px!important;box-sizing:border-box!important;color:#107180!important;cursor:pointer!important;flex:0 0 auto!important;font-size:14px!important;font-weight:400!important;outline:none!important;padding:8px 12px!important;text-align:center!important;transition:all .2s ease!important;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:auto!important}.rcb-options:hover{background-color:#e8f4f8!important;border-color:#107180!important;box-shadow:0 2px 4px #10718033!important;transform:translateY(-1px)!important}.rcb-checkbox-next-button.keyboard-focused,.rcb-checkbox-next-button:focus,.rcb-checkbox-next-button:focus-visible,.rcb-checkbox-row-container.keyboard-focused,.rcb-checkbox-row-container:focus,.rcb-checkbox-row-container:focus-visible,.rcb-options.keyboard-focused,.rcb-options:focus,.rcb-options:focus-visible{background-color:#e8f4f8!important;border-color:#107180!important;outline:none!important}.rcb-options:active{background-color:#107180!important;border-color:#107180!important;color:#fff!important;transform:translateY(0)!important}.keyboard-nav-hint{color:#666!important;font-size:12px!important;font-style:italic!important;margin-bottom:8px!important}@media (prefers-reduced-motion:reduce){.keyboard-nav-hint{display:none!important}}.rcb-options-container [role=button][tabindex="0"],.rcb-options-container button[tabindex="0"]{position:relative!important}.rcb-options-container [role=button][tabindex="0"]:after,.rcb-options-container button[tabindex="0"]:after{color:#107180!important;content:"←"!important;font-size:16px!important;opacity:0!important;position:absolute!important;right:12px!important;top:50%!important;transform:translateY(-50%)!important;transition:opacity .2s ease!important}.rcb-options-container [role=button][tabindex="0"]:focus:after,.rcb-options-container button[tabindex="0"]:focus:after{opacity:1!important}.rcb-chat-input-send-button{cursor:pointer!important;opacity:1!important;pointer-events:auto!important;visibility:visible!important}.rcb-chat-input-send-button:not([tabindex]){-webkit-user-select:none;-moz-user-select:none;user-select:none}.rcb-chat-input-container [onclick],.rcb-chat-input-container [role=button],.rcb-chat-input-container div[style*=cursor],.rcb-chat-input-container svg:last-child,.rcb-chat-input-container>div:last-child{tabindex:0!important;cursor:pointer!important}.rcb-chat-footer{margin-top:4px!important;padding-top:0!important}.rcb-chat-footer-container{align-items:center!important;display:flex!important;margin-top:4px!important;padding-top:4px!important}.rcb-chat-footer-container button{order:1!important}.rcb-chat-footer-container a[href*=access-qa-tool]{tab-index:0!important;order:2!important}.rcb-chat-footer-container a[href*=feedback]{tab-index:0!important;order:3!important}@media (prefers-contrast:high){.rcb-chat-window a{background-color:#fff!important;border:1px solid #000!important;color:#000!important}}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}',{insertAt:"top"});const NS=R.forwardRef(((e,t)=>{const[n,r]=R.useState(e.isLoggedIn||!1),[o,a]=R.useState(e.defaultOpen||!1),i=R.useRef();return R.useImperativeHandle(t,(()=>({addMessage:e=>{i.current&&i.current.addMessage(e)},setBotIsLoggedIn:e=>{r(e)},openChat:()=>{!e.embedded&&i.current&&a(!0)},closeChat:()=>{!e.embedded&&i.current&&a(!1)},toggleChat:()=>{!e.embedded&&i.current&&a((e=>!e))}})),[e.embedded]),R.createElement(_S,{ref:i,apiKey:e.apiKey,embedded:e.embedded,isLoggedIn:n,open:!!e.embedded||o,onOpenChange:e.embedded?void 0:a,loginUrl:e.loginUrl,ringEffect:e.ringEffect,welcome:e.welcome,userEmail:e.userEmail,userName:e.userName,accessId:e.accessId})}));return NS.displayName="ProgrammaticQABot",function(e){if(!(e.target&&e.target instanceof HTMLElement))return void console.error("QA Bot: A valid target DOM element is required");const t=F.createRoot(e.target),n={current:null};return t.render(R.createElement(R.StrictMode,null,R.createElement(NS,{ref:e=>{n.current=e},apiKey:e.apiKey,defaultOpen:e.defaultOpen,embedded:e.embedded,isLoggedIn:e.isLoggedIn,loginUrl:e.loginUrl,ringEffect:e.ringEffect,welcome:e.welcome,userEmail:e.userEmail,userName:e.userName,accessId:e.accessId}))),{addMessage:e=>n.current?.addMessage(e),setBotIsLoggedIn:e=>n.current?.setBotIsLoggedIn(e),openChat:()=>n.current?.openChat(),closeChat:()=>n.current?.closeChat(),toggleChat:()=>n.current?.toggleChat(),destroy:()=>{n.current=null,t.unmount()}}}}));
|
|
36
|
+
*/var Uv,Wv;var Vv=function(){if(Wv)return Uv;Wv=1;var e=/["'&<>]/;return Uv=function(t){var n=""+t,r=e.exec(n);if(!r)return n;var o,a="",i=0,l=0;for(i=r.index;i<n.length;i++){switch(n.charCodeAt(i)){case 34:o=""";break;case 38:o="&";break;case 39:o="'";break;case 60:o="<";break;case 62:o=">";break;default:continue}l!==i&&(a+=n.substring(l,i)),l=i+1,a+=o}return l!==i?a+n.substring(l,i):a},Uv}();const qv=Hv(Vv);function Yv(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Gv=/(url|image|image-set)\(/i;class Xv extends jv{attribute(e,t){return"style"===e&&Object.keys(t).forEach((e=>{String(t[e]).match(Gv)&&delete t[e]})),t}}const Kv=/^<(!doctype|(html|head|body)(\s|>))/i,Jv=/^(aria-|data-|\w+:)/iu,$v=/{{{(\w+)\/?}}}/;function Zv(){if(!(typeof window>"u"||typeof document>"u"))return document.implementation.createHTMLDocument("Interweave")}class eb{constructor(e,t={},n=[],r=[]){var o;Yv(this,"allowed",void 0),Yv(this,"banned",void 0),Yv(this,"blocked",void 0),Yv(this,"container",void 0),Yv(this,"content",[]),Yv(this,"props",void 0),Yv(this,"matchers",void 0),Yv(this,"filters",void 0),Yv(this,"keyIndex",void 0),this.props=t,this.matchers=n,this.filters=[...r,new Xv],this.keyIndex=-1,this.container=this.createContainer(e||""),this.allowed=new Set(null!==(o=t.allowList)&&void 0!==o?o:Lv),this.banned=new Set(Nv),this.blocked=new Set(t.blockList)}applyAttributeFilters(e,t){return this.filters.reduce(((t,n)=>null!==t&&"function"==typeof n.attribute?n.attribute(e,t):t),t)}applyNodeFilters(e,t){return this.filters.reduce(((t,n)=>null!==t&&"function"==typeof n.node?n.node(e,t):t),t)}applyMatchers(e,t){const n={},{props:r}=this;let o=e,a=0,i=null;return this.matchers.forEach((e=>{const l=e.asTag().toLowerCase(),s=this.getTagConfig(l);if(r[e.inverseName]||!this.isTagAllowed(l)||!this.canRenderChild(t,s))return;let c="";for(;o&&(i=e.match(o));){const{index:t,length:l,match:s,valid:u,void:A,...d}=i,f=e.propName+String(a);t>0&&(c+=o.slice(0,t)),u?(c+=A?`{{{${f}/}}}`:`{{{${f}}}}${s}{{{/${f}}}}`,this.keyIndex+=1,a+=1,n[f]={children:s,matcher:e,props:{...r,...d,key:this.keyIndex}}):c+=s,e.greedy?(o=c+o.slice(t+l),c=""):o=o.slice(t+(l||s.length))}e.greedy||(o=c+o)})),0===a?e:this.replaceTokens(o,n)}canRenderChild(e,t){return!(!e.tagName||!t.tagName||e.void)&&(e.children.length>0?e.children.includes(t.tagName):!(e.invalid.length>0&&e.invalid.includes(t.tagName))&&(t.parent.length>0?t.parent.includes(e.tagName):!(!e.self&&e.tagName===t.tagName)&&!!(e&&e.content&t.type)))}convertLineBreaks(e){const{noHtml:t,disableLineBreaks:n}=this.props;if(t||n||e.match(/<((?:\/[ a-z]+)|(?:[ a-z]+\/))>/gi))return e;let r=e.replace(/\r\n/g,"\n");return r=r.replace(/\n{3,}/g,"\n\n\n"),r=r.replace(/\n/g,"<br/>"),r}createContainer(e){var t;const n=(typeof global<"u"&&global.INTERWEAVE_SSR_POLYFILL||Zv)();if(!n)return;const r=null!==(t=this.props.containerTagName)&&void 0!==t?t:"body",o="body"===r||"fragment"===r?n.body:n.createElement(r);return e.match(Kv)||(o.innerHTML=this.convertLineBreaks(this.props.escapeHtml?qv(e):e)),o}extractAttributes(e){const{allowAttributes:t}=this.props,n={};let r=0;return 1===e.nodeType&&e.attributes&&([...e.attributes].forEach((o=>{const{name:a,value:i}=o,l=a.toLowerCase(),s=Ov[l]||Ov[a];if(!this.isSafe(e)||!l.match(Jv)&&(!t&&(!s||2===s)||l.startsWith("on")||i.replace(/(\s|\0|�([9AD]);)/,"").match(/(javascript|vbscript|livescript|xss):/i)))return;let c="style"===l?this.extractStyleAttribute(e):i;4===s?c=!0:3===s?c=Number.parseFloat(String(c)):5!==s&&(c=String(c)),n[Rv[l]||l]=this.applyAttributeFilters(l,c),r+=1})),0!==r)?n:null}extractStyleAttribute(e){const t={};return Array.from(e.style).forEach((n=>{const r=e.style[n];("string"==typeof r||"number"==typeof r)&&(t[n.replace(/-([a-z])/g,((e,t)=>String(t).toUpperCase()))]=r)})),t}getTagConfig(e){const t={children:[],content:0,invalid:[],parent:[],self:!0,tagName:"",type:0,void:!1};return _v[e]?{...t,..._v[e],tagName:e}:t}isSafe(e){if(typeof HTMLAnchorElement<"u"&&e instanceof HTMLAnchorElement){const t=e.getAttribute("href");if(null!=t&&t.startsWith("#"))return!0;const n=e.protocol.toLowerCase();return":"===n||"http:"===n||"https:"===n||"mailto:"===n||"tel:"===n}return!0}isTagAllowed(e){return!this.banned.has(e)&&!this.blocked.has(e)&&(this.props.allowElements||this.allowed.has(e))}parse(){return this.container?this.parseNode(this.container,this.getTagConfig(this.container.nodeName.toLowerCase())):[]}parseNode(e,t){const{noHtml:n,noHtmlExceptMatchers:r,allowElements:o,transform:a,transformOnlyAllowList:i}=this.props;let l=[],s="";return[...e.childNodes].forEach((e=>{if(1===e.nodeType){const u=e.nodeName.toLowerCase(),A=this.getTagConfig(u);s&&(l.push(s),s="");const d=this.applyNodeFilters(u,e);if(!d)return;let f;if(a&&(!i||this.isTagAllowed(u))){this.keyIndex+=1;const e=this.keyIndex;f=this.parseNode(d,A);const t=a(d,f,A);if(null===t)return;if(typeof t<"u")return void l.push(R.cloneElement(t,{key:e}));this.keyIndex=e-1}if(this.banned.has(u))return;if(n||r&&"br"!==u||!this.isTagAllowed(u)||!o&&!this.canRenderChild(t,A))l=[...l,...this.parseNode(d,A.tagName?A:t)];else{var c;this.keyIndex+=1;const e=this.extractAttributes(d),t={tagName:u};e&&(t.attributes=e),A.void&&(t.selfClose=A.void),l.push(R.createElement(zv,{...t,key:this.keyIndex},null!==(c=f)&&void 0!==c?c:this.parseNode(d,A)))}}else if(3===e.nodeType){const o=n&&!r?e.textContent:this.applyMatchers(e.textContent||"",t);Array.isArray(o)?l=[...l,...o]:s+=o}})),s&&l.push(s),l}replaceTokens(e,t){if(!e.includes("{{{"))return e;const n=[];let r=e,o=null;for(;o=r.match($v);){const[e,a]=o,i=o.index,l=e.includes("/");i>0&&(n.push(r.slice(0,i)),r=r.slice(i));const{children:s,matcher:c,props:u}=t[a];let A;if(l)A=e.length,n.push(c.createElement(s,u));else{const o=r.match(new RegExp(`{{{/${a}}}}`));A=o.index+o[0].length,n.push(c.createElement(this.replaceTokens(r.slice(e.length,o.index),t),u))}r=r.slice(A)}return r.length>0&&n.push(r),0===n.length?"":1===n.length&&"string"==typeof n[0]?n[0]:n}}function tb(e){var t;const{attributes:n,className:r,containerTagName:o,content:a,emptyContent:i,parsedContent:l,tagName:s,noWrap:c}=e,u=null!==(t=o??s)&&void 0!==t?t:"span",A="fragment"===u||c;let d;if(l)d=l;else{const t=new eb(a??"",e).parse();t.length>0&&(d=t)}return d||(d=i),A?R.createElement(R.Fragment,null,d):R.createElement(zv,{attributes:n,className:r,tagName:u},d)}function nb(e){const{attributes:t,className:n,content:r="",disableFilters:o=!1,disableMatchers:a=!1,emptyContent:i=null,filters:l=[],matchers:s=[],onAfterParse:c=null,onBeforeParse:u=null,tagName:A="span",noWrap:d=!1,...f}=e,p=a?[]:s,h=o?[]:l,g=u?[u]:[],m=c?[c]:[];p.forEach((e=>{e.onBeforeParse&&g.push(e.onBeforeParse.bind(e)),e.onAfterParse&&m.push(e.onAfterParse.bind(e))}));const y=g.reduce(((t,n)=>n(t,e)),r??""),v=new eb(y,f,p,h),b=m.reduce(((t,n)=>n(t,e)),v.parse());return R.createElement(tb,{attributes:t,className:n,containerTagName:e.containerTagName,emptyContent:i,noWrap:d,parsedContent:0===b.length?void 0:b,tagName:A})}const rb=({children:e})=>oA.jsx(nb,{content:"string"==typeof e?e:""}),ob={autoConfig:!0},ab=(e,t,n)=>{var r;if(!e.detail.currPath)return!1;const o=t[e.detail.currPath];return!!o&&((null==(r=o.renderHtml)?void 0:r.map((e=>e.toUpperCase())).includes(n))??!1)},ib=e=>{const t=[];let n="",r=!1;for(let o=0;o<e.length;o++){const a=e[o];"<"===a?r?(t.push(n),n=a):(r=!0,n=a):">"===a?(n+=a,t.push(n),n="",r=!1):r?n+=a:t.push(a)}return""!==n&&t.push(n),t},lb=e=>{const{getFlow:t}=Pv(),{messages:n,replaceMessages:r}=Dv(),{settings:o}=Iv(),{hasChatHistoryLoaded:a}=Tv(),i={...e,...ob},l=i.htmlComponent?i.htmlComponent:rb;O.useEffect((()=>{var e,t;if(a){const a=[...n];for(let n=0;n<a.length&&n<((null==(e=o.chatHistory)?void 0:e.maxEntries)??30);n++){const e=a[n];null!=(t=e.tags)&&t.includes("rcb-html-renderer-plugin:parsed")&&(e.contentWrapper=l)}r(a)}}),[a]);const s=async e=>{var n;const r=null==(n=e.data.message)?void 0:n.sender.toUpperCase();"string"==typeof e.data.message.content&&ab(e,t(),r)&&("rcb-start-simulate-stream-message"===e.type&&(e.data.simulateStreamChunker=ib),e.data.message.contentWrapper=l,e.data.message.tags||(e.data.message.tags=[]),e.data.message.tags.push("rcb-html-renderer-plugin:parsed"))};Bv(Em.PRE_INJECT_MESSAGE,s),Bv(Em.CHUNK_STREAM_MESSAGE,s),Bv(Em.START_STREAM_MESSAGE,s),Bv(Em.START_SIMULATE_STREAM_MESSAGE,s),Bv(Em.START_SPEAK_AUDIO,(async e=>{ab(e,t(),"BOT")&&(e.data.textToRead=(e=>typeof window.DOMParser<"u"?(new DOMParser).parseFromString(e,"text/html").body.textContent||"":e.replace(/<\/?[^>]+(>|$)/g,""))(e.data.textToRead))}));const c={name:"@rcb-plugins/html-renderer"};return null!=i&&i.autoConfig&&(c.settings={event:{rcbPreInjectMessage:!0,rcbChunkStreamMessage:!0,rcbStartSimulateStreamMessage:!0,rcbStartStreamMessage:!0,rcbStartSpeakAudio:!0}}),c},sb=e=>()=>lb(e);const cb=/^[$_\p{ID_Start}][$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,ub=/^[$_\p{ID_Start}][-$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,Ab={};function db(e,t){return(Ab.jsx?ub:cb).test(e)}const fb=/[ \t\n\f\r]/g;function pb(e){return""===e.replace(fb,"")}class hb{constructor(e,t,n){this.property=e,this.normal=t,n&&(this.space=n)}}function gb(e,t){const n={},r={};let o=-1;for(;++o<e.length;)Object.assign(n,e[o].property),Object.assign(r,e[o].normal);return new hb(n,r,t)}function mb(e){return e.toLowerCase()}hb.prototype.property={},hb.prototype.normal={},hb.prototype.space=null;class yb{constructor(e,t){this.property=e,this.attribute=t}}yb.prototype.space=null,yb.prototype.boolean=!1,yb.prototype.booleanish=!1,yb.prototype.overloadedBoolean=!1,yb.prototype.number=!1,yb.prototype.commaSeparated=!1,yb.prototype.spaceSeparated=!1,yb.prototype.commaOrSpaceSeparated=!1,yb.prototype.mustUseProperty=!1,yb.prototype.defined=!1;let vb=0;const bb=Pb(),wb=Pb(),xb=Pb(),kb=Pb(),Eb=Pb(),Sb=Pb(),Cb=Pb();function Pb(){return 2**++vb}const Db=Object.freeze(Object.defineProperty({__proto__:null,boolean:bb,booleanish:wb,commaOrSpaceSeparated:Cb,commaSeparated:Sb,number:kb,overloadedBoolean:xb,spaceSeparated:Eb},Symbol.toStringTag,{value:"Module"})),Bb=Object.keys(Db);class Ib extends yb{constructor(e,t,n,r){let o=-1;if(super(e,t),Tb(this,"space",r),"number"==typeof n)for(;++o<Bb.length;){const e=Bb[o];Tb(this,Bb[o],(n&Db[e])===Db[e])}}}function Tb(e,t,n){n&&(e[t]=n)}Ib.prototype.defined=!0;const Mb={}.hasOwnProperty;function Qb(e){const t={},n={};let r;for(r in e.properties)if(Mb.call(e.properties,r)){const o=e.properties[r],a=new Ib(r,e.transform(e.attributes||{},r),o,e.space);e.mustUseProperty&&e.mustUseProperty.includes(r)&&(a.mustUseProperty=!0),t[r]=a,n[mb(r)]=r,n[mb(a.attribute)]=r}return new hb(t,n,e.space)}const _b=Qb({space:"xlink",transform:(e,t)=>"xlink:"+t.slice(5).toLowerCase(),properties:{xLinkActuate:null,xLinkArcRole:null,xLinkHref:null,xLinkRole:null,xLinkShow:null,xLinkTitle:null,xLinkType:null}}),Nb=Qb({space:"xml",transform:(e,t)=>"xml:"+t.slice(3).toLowerCase(),properties:{xmlLang:null,xmlBase:null,xmlSpace:null}});function Lb(e,t){return t in e?e[t]:t}function Ob(e,t){return Lb(e,t.toLowerCase())}const Rb=Qb({space:"xmlns",attributes:{xmlnsxlink:"xmlns:xlink"},transform:Ob,properties:{xmlns:null,xmlnsXLink:null}}),Fb=Qb({transform:(e,t)=>"role"===t?t:"aria-"+t.slice(4).toLowerCase(),properties:{ariaActiveDescendant:null,ariaAtomic:wb,ariaAutoComplete:null,ariaBusy:wb,ariaChecked:wb,ariaColCount:kb,ariaColIndex:kb,ariaColSpan:kb,ariaControls:Eb,ariaCurrent:null,ariaDescribedBy:Eb,ariaDetails:null,ariaDisabled:wb,ariaDropEffect:Eb,ariaErrorMessage:null,ariaExpanded:wb,ariaFlowTo:Eb,ariaGrabbed:wb,ariaHasPopup:null,ariaHidden:wb,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:Eb,ariaLevel:kb,ariaLive:null,ariaModal:wb,ariaMultiLine:wb,ariaMultiSelectable:wb,ariaOrientation:null,ariaOwns:Eb,ariaPlaceholder:null,ariaPosInSet:kb,ariaPressed:wb,ariaReadOnly:wb,ariaRelevant:null,ariaRequired:wb,ariaRoleDescription:Eb,ariaRowCount:kb,ariaRowIndex:kb,ariaRowSpan:kb,ariaSelected:wb,ariaSetSize:kb,ariaSort:null,ariaValueMax:kb,ariaValueMin:kb,ariaValueNow:kb,ariaValueText:null,role:null}}),zb=Qb({space:"html",attributes:{acceptcharset:"accept-charset",classname:"class",htmlfor:"for",httpequiv:"http-equiv"},transform:Ob,mustUseProperty:["checked","multiple","muted","selected"],properties:{abbr:null,accept:Sb,acceptCharset:Eb,accessKey:Eb,action:null,allow:null,allowFullScreen:bb,allowPaymentRequest:bb,allowUserMedia:bb,alt:null,as:null,async:bb,autoCapitalize:null,autoComplete:Eb,autoFocus:bb,autoPlay:bb,blocking:Eb,capture:null,charSet:null,checked:bb,cite:null,className:Eb,cols:kb,colSpan:null,content:null,contentEditable:wb,controls:bb,controlsList:Eb,coords:kb|Sb,crossOrigin:null,data:null,dateTime:null,decoding:null,default:bb,defer:bb,dir:null,dirName:null,disabled:bb,download:xb,draggable:wb,encType:null,enterKeyHint:null,fetchPriority:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:bb,formTarget:null,headers:Eb,height:kb,hidden:bb,high:kb,href:null,hrefLang:null,htmlFor:Eb,httpEquiv:Eb,id:null,imageSizes:null,imageSrcSet:null,inert:bb,inputMode:null,integrity:null,is:null,isMap:bb,itemId:null,itemProp:Eb,itemRef:Eb,itemScope:bb,itemType:Eb,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:bb,low:kb,manifest:null,max:null,maxLength:kb,media:null,method:null,min:null,minLength:kb,multiple:bb,muted:bb,name:null,nonce:null,noModule:bb,noValidate:bb,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:bb,optimum:kb,pattern:null,ping:Eb,placeholder:null,playsInline:bb,popover:null,popoverTarget:null,popoverTargetAction:null,poster:null,preload:null,readOnly:bb,referrerPolicy:null,rel:Eb,required:bb,reversed:bb,rows:kb,rowSpan:kb,sandbox:Eb,scope:null,scoped:bb,seamless:bb,selected:bb,shadowRootClonable:bb,shadowRootDelegatesFocus:bb,shadowRootMode:null,shape:null,size:kb,sizes:null,slot:null,span:kb,spellCheck:wb,src:null,srcDoc:null,srcLang:null,srcSet:null,start:kb,step:null,style:null,tabIndex:kb,target:null,title:null,translate:null,type:null,typeMustMatch:bb,useMap:null,value:wb,width:kb,wrap:null,writingSuggestions:null,align:null,aLink:null,archive:Eb,axis:null,background:null,bgColor:null,border:kb,borderColor:null,bottomMargin:kb,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:bb,declare:bb,event:null,face:null,frame:null,frameBorder:null,hSpace:kb,leftMargin:kb,link:null,longDesc:null,lowSrc:null,marginHeight:kb,marginWidth:kb,noResize:bb,noHref:bb,noShade:bb,noWrap:bb,object:null,profile:null,prompt:null,rev:null,rightMargin:kb,rules:null,scheme:null,scrolling:wb,standby:null,summary:null,text:null,topMargin:kb,valueType:null,version:null,vAlign:null,vLink:null,vSpace:kb,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:bb,disableRemotePlayback:bb,prefix:null,property:null,results:kb,security:null,unselectable:null}}),jb=Qb({space:"svg",attributes:{accentHeight:"accent-height",alignmentBaseline:"alignment-baseline",arabicForm:"arabic-form",baselineShift:"baseline-shift",capHeight:"cap-height",className:"class",clipPath:"clip-path",clipRule:"clip-rule",colorInterpolation:"color-interpolation",colorInterpolationFilters:"color-interpolation-filters",colorProfile:"color-profile",colorRendering:"color-rendering",crossOrigin:"crossorigin",dataType:"datatype",dominantBaseline:"dominant-baseline",enableBackground:"enable-background",fillOpacity:"fill-opacity",fillRule:"fill-rule",floodColor:"flood-color",floodOpacity:"flood-opacity",fontFamily:"font-family",fontSize:"font-size",fontSizeAdjust:"font-size-adjust",fontStretch:"font-stretch",fontStyle:"font-style",fontVariant:"font-variant",fontWeight:"font-weight",glyphName:"glyph-name",glyphOrientationHorizontal:"glyph-orientation-horizontal",glyphOrientationVertical:"glyph-orientation-vertical",hrefLang:"hreflang",horizAdvX:"horiz-adv-x",horizOriginX:"horiz-origin-x",horizOriginY:"horiz-origin-y",imageRendering:"image-rendering",letterSpacing:"letter-spacing",lightingColor:"lighting-color",markerEnd:"marker-end",markerMid:"marker-mid",markerStart:"marker-start",navDown:"nav-down",navDownLeft:"nav-down-left",navDownRight:"nav-down-right",navLeft:"nav-left",navNext:"nav-next",navPrev:"nav-prev",navRight:"nav-right",navUp:"nav-up",navUpLeft:"nav-up-left",navUpRight:"nav-up-right",onAbort:"onabort",onActivate:"onactivate",onAfterPrint:"onafterprint",onBeforePrint:"onbeforeprint",onBegin:"onbegin",onCancel:"oncancel",onCanPlay:"oncanplay",onCanPlayThrough:"oncanplaythrough",onChange:"onchange",onClick:"onclick",onClose:"onclose",onCopy:"oncopy",onCueChange:"oncuechange",onCut:"oncut",onDblClick:"ondblclick",onDrag:"ondrag",onDragEnd:"ondragend",onDragEnter:"ondragenter",onDragExit:"ondragexit",onDragLeave:"ondragleave",onDragOver:"ondragover",onDragStart:"ondragstart",onDrop:"ondrop",onDurationChange:"ondurationchange",onEmptied:"onemptied",onEnd:"onend",onEnded:"onended",onError:"onerror",onFocus:"onfocus",onFocusIn:"onfocusin",onFocusOut:"onfocusout",onHashChange:"onhashchange",onInput:"oninput",onInvalid:"oninvalid",onKeyDown:"onkeydown",onKeyPress:"onkeypress",onKeyUp:"onkeyup",onLoad:"onload",onLoadedData:"onloadeddata",onLoadedMetadata:"onloadedmetadata",onLoadStart:"onloadstart",onMessage:"onmessage",onMouseDown:"onmousedown",onMouseEnter:"onmouseenter",onMouseLeave:"onmouseleave",onMouseMove:"onmousemove",onMouseOut:"onmouseout",onMouseOver:"onmouseover",onMouseUp:"onmouseup",onMouseWheel:"onmousewheel",onOffline:"onoffline",onOnline:"ononline",onPageHide:"onpagehide",onPageShow:"onpageshow",onPaste:"onpaste",onPause:"onpause",onPlay:"onplay",onPlaying:"onplaying",onPopState:"onpopstate",onProgress:"onprogress",onRateChange:"onratechange",onRepeat:"onrepeat",onReset:"onreset",onResize:"onresize",onScroll:"onscroll",onSeeked:"onseeked",onSeeking:"onseeking",onSelect:"onselect",onShow:"onshow",onStalled:"onstalled",onStorage:"onstorage",onSubmit:"onsubmit",onSuspend:"onsuspend",onTimeUpdate:"ontimeupdate",onToggle:"ontoggle",onUnload:"onunload",onVolumeChange:"onvolumechange",onWaiting:"onwaiting",onZoom:"onzoom",overlinePosition:"overline-position",overlineThickness:"overline-thickness",paintOrder:"paint-order",panose1:"panose-1",pointerEvents:"pointer-events",referrerPolicy:"referrerpolicy",renderingIntent:"rendering-intent",shapeRendering:"shape-rendering",stopColor:"stop-color",stopOpacity:"stop-opacity",strikethroughPosition:"strikethrough-position",strikethroughThickness:"strikethrough-thickness",strokeDashArray:"stroke-dasharray",strokeDashOffset:"stroke-dashoffset",strokeLineCap:"stroke-linecap",strokeLineJoin:"stroke-linejoin",strokeMiterLimit:"stroke-miterlimit",strokeOpacity:"stroke-opacity",strokeWidth:"stroke-width",tabIndex:"tabindex",textAnchor:"text-anchor",textDecoration:"text-decoration",textRendering:"text-rendering",transformOrigin:"transform-origin",typeOf:"typeof",underlinePosition:"underline-position",underlineThickness:"underline-thickness",unicodeBidi:"unicode-bidi",unicodeRange:"unicode-range",unitsPerEm:"units-per-em",vAlphabetic:"v-alphabetic",vHanging:"v-hanging",vIdeographic:"v-ideographic",vMathematical:"v-mathematical",vectorEffect:"vector-effect",vertAdvY:"vert-adv-y",vertOriginX:"vert-origin-x",vertOriginY:"vert-origin-y",wordSpacing:"word-spacing",writingMode:"writing-mode",xHeight:"x-height",playbackOrder:"playbackorder",timelineBegin:"timelinebegin"},transform:Lb,properties:{about:Cb,accentHeight:kb,accumulate:null,additive:null,alignmentBaseline:null,alphabetic:kb,amplitude:kb,arabicForm:null,ascent:kb,attributeName:null,attributeType:null,azimuth:kb,bandwidth:null,baselineShift:null,baseFrequency:null,baseProfile:null,bbox:null,begin:null,bias:kb,by:null,calcMode:null,capHeight:kb,className:Eb,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:kb,diffuseConstant:kb,direction:null,display:null,dur:null,divisor:kb,dominantBaseline:null,download:bb,dx:null,dy:null,edgeMode:null,editable:null,elevation:kb,enableBackground:null,end:null,event:null,exponent:kb,externalResourcesRequired:null,fill:null,fillOpacity:kb,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:Sb,g2:Sb,glyphName:Sb,glyphOrientationHorizontal:null,glyphOrientationVertical:null,glyphRef:null,gradientTransform:null,gradientUnits:null,handler:null,hanging:kb,hatchContentUnits:null,hatchUnits:null,height:null,href:null,hrefLang:null,horizAdvX:kb,horizOriginX:kb,horizOriginY:kb,id:null,ideographic:kb,imageRendering:null,initialVisibility:null,in:null,in2:null,intercept:kb,k:kb,k1:kb,k2:kb,k3:kb,k4:kb,kernelMatrix:Cb,kernelUnitLength:null,keyPoints:null,keySplines:null,keyTimes:null,kerning:null,lang:null,lengthAdjust:null,letterSpacing:null,lightingColor:null,limitingConeAngle:kb,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:kb,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:kb,overlineThickness:kb,paintOrder:null,panose1:null,path:null,pathLength:kb,patternContentUnits:null,patternTransform:null,patternUnits:null,phase:null,ping:Eb,pitch:null,playbackOrder:null,pointerEvents:null,points:null,pointsAtX:kb,pointsAtY:kb,pointsAtZ:kb,preserveAlpha:null,preserveAspectRatio:null,primitiveUnits:null,propagate:null,property:Cb,r:null,radius:null,referrerPolicy:null,refX:null,refY:null,rel:Cb,rev:Cb,renderingIntent:null,repeatCount:null,repeatDur:null,requiredExtensions:Cb,requiredFeatures:Cb,requiredFonts:Cb,requiredFormats:Cb,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:kb,specularExponent:kb,spreadMethod:null,spacing:null,startOffset:null,stdDeviation:null,stemh:null,stemv:null,stitchTiles:null,stopColor:null,stopOpacity:null,strikethroughPosition:kb,strikethroughThickness:kb,string:null,stroke:null,strokeDashArray:Cb,strokeDashOffset:null,strokeLineCap:null,strokeLineJoin:null,strokeMiterLimit:kb,strokeOpacity:kb,strokeWidth:null,style:null,surfaceScale:kb,syncBehavior:null,syncBehaviorDefault:null,syncMaster:null,syncTolerance:null,syncToleranceDefault:null,systemLanguage:Cb,tabIndex:kb,tableValues:null,target:null,targetX:kb,targetY:kb,textAnchor:null,textDecoration:null,textRendering:null,textLength:null,timelineBegin:null,title:null,transformBehavior:null,type:null,typeOf:Cb,to:null,transform:null,transformOrigin:null,u1:null,u2:null,underlinePosition:kb,underlineThickness:kb,unicode:null,unicodeBidi:null,unicodeRange:null,unitsPerEm:kb,values:null,vAlphabetic:kb,vMathematical:kb,vectorEffect:null,vHanging:kb,vIdeographic:kb,version:null,vertAdvY:kb,vertOriginX:kb,vertOriginY:kb,viewBox:null,viewTarget:null,visibility:null,width:null,widths:null,wordSpacing:null,writingMode:null,x:null,x1:null,x2:null,xChannelSelector:null,xHeight:kb,y:null,y1:null,y2:null,yChannelSelector:null,z:null,zoomAndPan:null}}),Hb=/^data[-\w.:]+$/i,Ub=/-[a-z]/g,Wb=/[A-Z]/g;function Vb(e){return"-"+e.toLowerCase()}function qb(e){return e.charAt(1).toUpperCase()}const Yb={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"},Gb=gb([Nb,_b,Rb,Fb,zb],"html"),Xb=gb([Nb,_b,Rb,Fb,jb],"svg");function Kb(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Jb,$b,Zb,ew={};var tw=function(){if(Zb)return ew;Zb=1;var e=ew&&ew.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(ew,"__esModule",{value:!0}),ew.default=function(e,n){var r=null;if(!e||"string"!=typeof e)return r;var o=(0,t.default)(e),a="function"==typeof n;return o.forEach((function(e){if("declaration"===e.type){var t=e.property,o=e.value;a?n(t,o,e):o&&((r=r||{})[t]=o)}})),r};var t=e(function(){if($b)return Jb;$b=1;var e=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//g,t=/\n/g,n=/^\s*/,r=/^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/,o=/^:\s*/,a=/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/,i=/^[;\s]*/,l=/^\s+|\s+$/g,s="";function c(e){return e?e.replace(l,s):s}return Jb=function(l,u){if("string"!=typeof l)throw new TypeError("First argument must be a string");if(!l)return[];u=u||{};var A=1,d=1;function f(e){var n=e.match(t);n&&(A+=n.length);var r=e.lastIndexOf("\n");d=~r?e.length-r:d+e.length}function p(){var e={line:A,column:d};return function(t){return t.position=new h(e),y(),t}}function h(e){this.start=e,this.end={line:A,column:d},this.source=u.source}function g(e){var t=new Error(u.source+":"+A+":"+d+": "+e);if(t.reason=e,t.filename=u.source,t.line=A,t.column=d,t.source=l,!u.silent)throw t}function m(e){var t=e.exec(l);if(t){var n=t[0];return f(n),l=l.slice(n.length),t}}function y(){m(n)}function v(e){var t;for(e=e||[];t=b();)!1!==t&&e.push(t);return e}function b(){var e=p();if("/"==l.charAt(0)&&"*"==l.charAt(1)){for(var t=2;s!=l.charAt(t)&&("*"!=l.charAt(t)||"/"!=l.charAt(t+1));)++t;if(t+=2,s===l.charAt(t-1))return g("End of comment missing");var n=l.slice(2,t-2);return d+=2,f(n),l=l.slice(t),d+=2,e({type:"comment",comment:n})}}function w(){var t=p(),n=m(r);if(n){if(b(),!m(o))return g("property missing ':'");var l=m(a),u=t({type:"declaration",property:c(n[0].replace(e,s)),value:l?c(l[0].replace(e,s)):s});return m(i),u}}return h.prototype.content=l,y(),function(){var e,t=[];for(v(t);e=w();)!1!==e&&(t.push(e),v(t));return t}()},Jb}());return ew}();const nw=Kb(tw),rw=nw.default||nw,ow=iw("end"),aw=iw("start");function iw(e){return function(t){const n=t&&t.position&&t.position[e]||{};if("number"==typeof n.line&&n.line>0&&"number"==typeof n.column&&n.column>0)return{line:n.line,column:n.column,offset:"number"==typeof n.offset&&n.offset>-1?n.offset:void 0}}}function lw(e){return e&&"object"==typeof e?"position"in e||"type"in e?cw(e.position):"start"in e||"end"in e?cw(e):"line"in e||"column"in e?sw(e):"":""}function sw(e){return uw(e&&e.line)+":"+uw(e&&e.column)}function cw(e){return sw(e&&e.start)+"-"+sw(e&&e.end)}function uw(e){return e&&"number"==typeof e?e:1}class Aw extends Error{constructor(e,t,n){super(),"string"==typeof t&&(n=t,t=void 0);let r="",o={},a=!1;if(t&&(o="line"in t&&"column"in t||"start"in t&&"end"in t?{place:t}:"type"in t?{ancestors:[t],place:t.position}:{...t}),"string"==typeof e?r=e:!o.cause&&e&&(a=!0,r=e.message,o.cause=e),!o.ruleId&&!o.source&&"string"==typeof n){const e=n.indexOf(":");-1===e?o.ruleId=n:(o.source=n.slice(0,e),o.ruleId=n.slice(e+1))}if(!o.place&&o.ancestors&&o.ancestors){const e=o.ancestors[o.ancestors.length-1];e&&(o.place=e.position)}const i=o.place&&"start"in o.place?o.place.start:o.place;this.ancestors=o.ancestors||void 0,this.cause=o.cause||void 0,this.column=i?i.column:void 0,this.fatal=void 0,this.file,this.message=r,this.line=i?i.line:void 0,this.name=lw(o.place)||"1:1",this.place=o.place||void 0,this.reason=this.message,this.ruleId=o.ruleId||void 0,this.source=o.source||void 0,this.stack=a&&o.cause&&"string"==typeof o.cause.stack?o.cause.stack:"",this.actual,this.expected,this.note,this.url}}Aw.prototype.file="",Aw.prototype.name="",Aw.prototype.reason="",Aw.prototype.message="",Aw.prototype.stack="",Aw.prototype.column=void 0,Aw.prototype.line=void 0,Aw.prototype.ancestors=void 0,Aw.prototype.cause=void 0,Aw.prototype.fatal=void 0,Aw.prototype.place=void 0,Aw.prototype.ruleId=void 0,Aw.prototype.source=void 0;const dw={}.hasOwnProperty,fw=new Map,pw=/[A-Z]/g,hw=/-([a-z])/g,gw=new Set(["table","tbody","thead","tfoot","tr"]),mw=new Set(["td","th"]),yw="https://github.com/syntax-tree/hast-util-to-jsx-runtime";function vw(e,t){if(!t||void 0===t.Fragment)throw new TypeError("Expected `Fragment` in options");const n=t.filePath||void 0;let r;if(t.development){if("function"!=typeof t.jsxDEV)throw new TypeError("Expected `jsxDEV` in options when `development: true`");r=function(e,t){return n;function n(n,r,o,a){const i=Array.isArray(o.children),l=aw(n);return t(r,o,a,i,{columnNumber:l?l.column-1:void 0,fileName:e,lineNumber:l?l.line:void 0},void 0)}}(n,t.jsxDEV)}else{if("function"!=typeof t.jsx)throw new TypeError("Expected `jsx` in production options");if("function"!=typeof t.jsxs)throw new TypeError("Expected `jsxs` in production options");r=function(e,t,n){return r;function r(e,r,o,a){const i=Array.isArray(o.children)?n:t;return a?i(r,o,a):i(r,o)}}(0,t.jsx,t.jsxs)}const o={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:!1!==t.passKeys,passNode:t.passNode||!1,schema:"svg"===t.space?Xb:Gb,stylePropertyNameCase:t.stylePropertyNameCase||"dom",tableCellAlignToStyle:!1!==t.tableCellAlignToStyle},a=bw(o,e,void 0);return a&&"string"!=typeof a?a:o.create(e,o.Fragment,{children:a||void 0},void 0)}function bw(e,t,n){return"element"===t.type?function(e,t,n){const r=e.schema;let o=r;"svg"===t.tagName.toLowerCase()&&"html"===r.space&&(o=Xb,e.schema=o),e.ancestors.push(t);const a=Sw(e,t.tagName,!1),i=function(e,t){const n={};let r,o;for(o in t.properties)if("children"!==o&&dw.call(t.properties,o)){const a=Ew(e,o,t.properties[o]);if(a){const[o,i]=a;e.tableCellAlignToStyle&&"align"===o&&"string"==typeof i&&mw.has(t.tagName)?r=i:n[o]=i}}if(r){(n.style||(n.style={}))["css"===e.stylePropertyNameCase?"text-align":"textAlign"]=r}return n}(e,t);let l=kw(e,t);return gw.has(t.tagName)&&(l=l.filter((function(e){return"string"!=typeof e||!function(e){return"object"==typeof e?"text"===e.type&&pb(e.value):pb(e)}(e)}))),ww(e,i,a,t),xw(i,l),e.ancestors.pop(),e.schema=r,e.create(t,a,i,n)}(e,t,n):"mdxFlowExpression"===t.type||"mdxTextExpression"===t.type?function(e,t){if(t.data&&t.data.estree&&e.evaluater){const n=t.data.estree.body[0];return n.type,e.evaluater.evaluateExpression(n.expression)}Cw(e,t.position)}(e,t):"mdxJsxFlowElement"===t.type||"mdxJsxTextElement"===t.type?function(e,t,n){const r=e.schema;let o=r;"svg"===t.name&&"html"===r.space&&(o=Xb,e.schema=o),e.ancestors.push(t);const a=null===t.name?e.Fragment:Sw(e,t.name,!0),i=function(e,t){const n={};for(const r of t.attributes)if("mdxJsxExpressionAttribute"===r.type)if(r.data&&r.data.estree&&e.evaluater){const t=r.data.estree.body[0];t.type;const o=t.expression;o.type;const a=o.properties[0];a.type,Object.assign(n,e.evaluater.evaluateExpression(a.argument))}else Cw(e,t.position);else{const o=r.name;let a;if(r.value&&"object"==typeof r.value)if(r.value.data&&r.value.data.estree&&e.evaluater){const t=r.value.data.estree.body[0];t.type,a=e.evaluater.evaluateExpression(t.expression)}else Cw(e,t.position);else a=null===r.value||r.value;n[o]=a}return n}(e,t),l=kw(e,t);return ww(e,i,a,t),xw(i,l),e.ancestors.pop(),e.schema=r,e.create(t,a,i,n)}(e,t,n):"mdxjsEsm"===t.type?function(e,t){if(t.data&&t.data.estree&&e.evaluater)return e.evaluater.evaluateProgram(t.data.estree);Cw(e,t.position)}(e,t):"root"===t.type?function(e,t,n){const r={};return xw(r,kw(e,t)),e.create(t,e.Fragment,r,n)}(e,t,n):"text"===t.type?function(e,t){return t.value}(0,t):void 0}function ww(e,t,n,r){"string"!=typeof n&&n!==e.Fragment&&e.passNode&&(t.node=r)}function xw(e,t){if(t.length>0){const n=t.length>1?t:t[0];n&&(e.children=n)}}function kw(e,t){const n=[];let r=-1;const o=e.passKeys?new Map:fw;for(;++r<t.children.length;){const a=t.children[r];let i;if(e.passKeys){const e="element"===a.type?a.tagName:"mdxJsxFlowElement"===a.type||"mdxJsxTextElement"===a.type?a.name:void 0;if(e){const t=o.get(e)||0;i=e+"-"+t,o.set(e,t+1)}}const l=bw(e,a,i);void 0!==l&&n.push(l)}return n}function Ew(e,t,n){const r=function(e,t){const n=mb(t);let r=t,o=yb;if(n in e.normal)return e.property[e.normal[n]];if(n.length>4&&"data"===n.slice(0,4)&&Hb.test(t)){if("-"===t.charAt(4)){const e=t.slice(5).replace(Ub,qb);r="data"+e.charAt(0).toUpperCase()+e.slice(1)}else{const e=t.slice(4);if(!Ub.test(e)){let n=e.replace(Wb,Vb);"-"!==n.charAt(0)&&(n="-"+n),t="data"+n}}o=Ib}return new o(r,t)}(e.schema,t);if(!(null==n||"number"==typeof n&&Number.isNaN(n))){if(Array.isArray(n)&&(n=r.commaSeparated?function(e){const t={};return(""===e[e.length-1]?[...e,""]:e).join((t.padRight?" ":"")+","+(!1===t.padLeft?"":" ")).trim()}(n):function(e){return e.join(" ").trim()}(n)),"style"===r.property){let t="object"==typeof n?n:function(e,t){const n={};try{rw(t,r)}catch(t){if(!e.ignoreInvalidStyle){const n=t,r=new Aw("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=yw+"#cannot-parse-style-attribute",r}}return n;function r(e,t){let r=e;"--"!==r.slice(0,2)&&("-ms-"===r.slice(0,4)&&(r="ms-"+r.slice(4)),r=r.replace(hw,Dw)),n[r]=t}}(e,String(n));return"css"===e.stylePropertyNameCase&&(t=function(e){const t={};let n;for(n in e)dw.call(e,n)&&(t[Pw(n)]=e[n]);return t}(t)),["style",t]}return["react"===e.elementAttributeNameCase&&r.space?Yb[r.property]||r.property:r.attribute,n]}}function Sw(e,t,n){let r;if(n)if(t.includes(".")){const e=t.split(".");let n,o=-1;for(;++o<e.length;){const t=db(e[o])?{type:"Identifier",name:e[o]}:{type:"Literal",value:e[o]};n=n?{type:"MemberExpression",object:n,property:t,computed:!(!o||"Literal"!==t.type),optional:!1}:t}r=n}else r=db(t)&&!/^[a-z]/.test(t)?{type:"Identifier",name:t}:{type:"Literal",value:t};else r={type:"Literal",value:t};if("Literal"===r.type){const t=r.value;return dw.call(e.components,t)?e.components[t]:t}if(e.evaluater)return e.evaluater.evaluateExpression(r);Cw(e)}function Cw(e,t){const n=new Aw("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=yw+"#cannot-handle-mdx-estrees-without-createevaluater",n}function Pw(e){let t=e.replace(pw,Bw);return"ms-"===t.slice(0,3)&&(t="-"+t),t}function Dw(e,t){return t.toUpperCase()}function Bw(e){return"-"+e.toLowerCase()}const Iw={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"]},Tw={};function Mw(e,t,n){if(function(e){return!(!e||"object"!=typeof e)}(e)){if("value"in e)return"html"!==e.type||n?e.value:"";if(t&&"alt"in e&&e.alt)return e.alt;if("children"in e)return Qw(e.children,t,n)}return Array.isArray(e)?Qw(e,t,n):""}function Qw(e,t,n){const r=[];let o=-1;for(;++o<e.length;)r[o]=Mw(e[o],t,n);return r.join("")}const _w=document.createElement("i");function Nw(e){const t="&"+e+";";_w.innerHTML=t;const n=_w.textContent;return(59!==n.charCodeAt(n.length-1)||"semi"===e)&&n!==t&&n}function Lw(e,t,n,r){const o=e.length;let a,i=0;if(t=t<0?-t>o?0:o+t:t>o?o:t,n=n>0?n:0,r.length<1e4)a=Array.from(r),a.unshift(t,n),e.splice(...a);else for(n&&e.splice(t,n);i<r.length;)a=r.slice(i,i+1e4),a.unshift(t,0),e.splice(...a),i+=1e4,t+=1e4}function Ow(e,t){return e.length>0?(Lw(e,e.length,0,t),e):t}const Rw={}.hasOwnProperty;function Fw(e){const t={};let n=-1;for(;++n<e.length;)zw(t,e[n]);return t}function zw(e,t){let n;for(n in t){const r=(Rw.call(e,n)?e[n]:void 0)||(e[n]={}),o=t[n];let a;if(o)for(a in o){Rw.call(r,a)||(r[a]=[]);const e=o[a];jw(r[a],Array.isArray(e)?e:e?[e]:[])}}}function jw(e,t){let n=-1;const r=[];for(;++n<t.length;)("after"===t[n].add?e:r).push(t[n]);Lw(e,0,0,r)}function Hw(e,t){const n=Number.parseInt(e,t);return n<9||11===n||n>13&&n<32||n>126&&n<160||n>55295&&n<57344||n>64975&&n<65008||!(65535&~n)||65534==(65535&n)||n>1114111?"�":String.fromCodePoint(n)}function Uw(e){return e.replace(/[\t\n\r ]+/g," ").replace(/^ | $/g,"").toLowerCase().toUpperCase()}const Ww=nx(/[A-Za-z]/),Vw=nx(/[\dA-Za-z]/),qw=nx(/[#-'*+\--9=?A-Z^-~]/);function Yw(e){return null!==e&&(e<32||127===e)}const Gw=nx(/\d/),Xw=nx(/[\dA-Fa-f]/),Kw=nx(/[!-/:-@[-`{-~]/);function Jw(e){return null!==e&&e<-2}function $w(e){return null!==e&&(e<0||32===e)}function Zw(e){return-2===e||-1===e||32===e}const ex=nx(new RegExp("\\p{P}|\\p{S}","u")),tx=nx(/\s/);function nx(e){return function(t){return null!==t&&t>-1&&e.test(String.fromCharCode(t))}}function rx(e){const t=[];let n=-1,r=0,o=0;for(;++n<e.length;){const a=e.charCodeAt(n);let i="";if(37===a&&Vw(e.charCodeAt(n+1))&&Vw(e.charCodeAt(n+2)))o=2;else if(a<128)/[!#$&-;=?-Z_a-z~]/.test(String.fromCharCode(a))||(i=String.fromCharCode(a));else if(a>55295&&a<57344){const t=e.charCodeAt(n+1);a<56320&&t>56319&&t<57344?(i=String.fromCharCode(a,t),o=1):i="�"}else i=String.fromCharCode(a);i&&(t.push(e.slice(r,n),encodeURIComponent(i)),r=n+o+1,i=""),o&&(n+=o,o=0)}return t.join("")+e.slice(r)}function ox(e,t,n,r){const o=r?r-1:Number.POSITIVE_INFINITY;let a=0;return function(r){return Zw(r)?(e.enter(n),i(r)):t(r)};function i(r){return Zw(r)&&a++<o?(e.consume(r),i):(e.exit(n),t(r))}}const ax={tokenize:function(e){const t=e.attempt(this.parser.constructs.contentInitial,(function(n){if(null===n)return void e.consume(n);return e.enter("lineEnding"),e.consume(n),e.exit("lineEnding"),ox(e,t,"linePrefix")}),(function(t){return e.enter("paragraph"),r(t)}));let n;return t;function r(t){const r=e.enter("chunkText",{contentType:"text",previous:n});return n&&(n.next=r),n=r,o(t)}function o(t){return null===t?(e.exit("chunkText"),e.exit("paragraph"),void e.consume(t)):Jw(t)?(e.consume(t),e.exit("chunkText"),r):(e.consume(t),o)}}};const ix={tokenize:function(e){const t=this,n=[];let r,o,a,i=0;return l;function l(r){if(i<n.length){const o=n[i];return t.containerState=o[1],e.attempt(o[0].continuation,s,c)(r)}return c(r)}function s(e){if(i++,t.containerState._closeFlow){t.containerState._closeFlow=void 0,r&&y();const n=t.events.length;let o,a=n;for(;a--;)if("exit"===t.events[a][0]&&"chunkFlow"===t.events[a][1].type){o=t.events[a][1].end;break}m(i);let l=n;for(;l<t.events.length;)t.events[l][1].end={...o},l++;return Lw(t.events,a+1,0,t.events.slice(n)),t.events.length=l,c(e)}return l(e)}function c(o){if(i===n.length){if(!r)return d(o);if(r.currentConstruct&&r.currentConstruct.concrete)return p(o);t.interrupt=!(!r.currentConstruct||r._gfmTableDynamicInterruptHack)}return t.containerState={},e.check(lx,u,A)(o)}function u(e){return r&&y(),m(i),d(e)}function A(e){return t.parser.lazy[t.now().line]=i!==n.length,a=t.now().offset,p(e)}function d(n){return t.containerState={},e.attempt(lx,f,p)(n)}function f(e){return i++,n.push([t.currentConstruct,t.containerState]),d(e)}function p(n){return null===n?(r&&y(),m(0),void e.consume(n)):(r=r||t.parser.flow(t.now()),e.enter("chunkFlow",{_tokenizer:r,contentType:"flow",previous:o}),h(n))}function h(n){return null===n?(g(e.exit("chunkFlow"),!0),m(0),void e.consume(n)):Jw(n)?(e.consume(n),g(e.exit("chunkFlow")),i=0,t.interrupt=void 0,l):(e.consume(n),h)}function g(e,n){const l=t.sliceStream(e);if(n&&l.push(null),e.previous=o,o&&(o.next=e),o=e,r.defineSkip(e.start),r.write(l),t.parser.lazy[e.start.line]){let e=r.events.length;for(;e--;)if(r.events[e][1].start.offset<a&&(!r.events[e][1].end||r.events[e][1].end.offset>a))return;const n=t.events.length;let o,l,s=n;for(;s--;)if("exit"===t.events[s][0]&&"chunkFlow"===t.events[s][1].type){if(o){l=t.events[s][1].end;break}o=!0}for(m(i),e=n;e<t.events.length;)t.events[e][1].end={...l},e++;Lw(t.events,s+1,0,t.events.slice(n)),t.events.length=e}}function m(r){let o=n.length;for(;o-- >r;){const r=n[o];t.containerState=r[1],r[0].exit.call(t,e)}n.length=r}function y(){r.write([null]),o=void 0,r=void 0,t.containerState._closeFlow=void 0}}},lx={tokenize:function(e,t,n){return ox(e,e.attempt(this.parser.constructs.document,t,n),"linePrefix",this.parser.constructs.disable.null.includes("codeIndented")?void 0:4)}};function sx(e){return null===e||$w(e)||tx(e)?1:ex(e)?2:void 0}function cx(e,t,n){const r=[];let o=-1;for(;++o<e.length;){const a=e[o].resolveAll;a&&!r.includes(a)&&(t=a(t,n),r.push(a))}return t}const ux={name:"attention",resolveAll:function(e,t){let n,r,o,a,i,l,s,c,u=-1;for(;++u<e.length;)if("enter"===e[u][0]&&"attentionSequence"===e[u][1].type&&e[u][1]._close)for(n=u;n--;)if("exit"===e[n][0]&&"attentionSequence"===e[n][1].type&&e[n][1]._open&&t.sliceSerialize(e[n][1]).charCodeAt(0)===t.sliceSerialize(e[u][1]).charCodeAt(0)){if((e[n][1]._close||e[u][1]._open)&&(e[u][1].end.offset-e[u][1].start.offset)%3&&!((e[n][1].end.offset-e[n][1].start.offset+e[u][1].end.offset-e[u][1].start.offset)%3))continue;l=e[n][1].end.offset-e[n][1].start.offset>1&&e[u][1].end.offset-e[u][1].start.offset>1?2:1;const A={...e[n][1].end},d={...e[u][1].start};Ax(A,-l),Ax(d,l),a={type:l>1?"strongSequence":"emphasisSequence",start:A,end:{...e[n][1].end}},i={type:l>1?"strongSequence":"emphasisSequence",start:{...e[u][1].start},end:d},o={type:l>1?"strongText":"emphasisText",start:{...e[n][1].end},end:{...e[u][1].start}},r={type:l>1?"strong":"emphasis",start:{...a.start},end:{...i.end}},e[n][1].end={...a.start},e[u][1].start={...i.end},s=[],e[n][1].end.offset-e[n][1].start.offset&&(s=Ow(s,[["enter",e[n][1],t],["exit",e[n][1],t]])),s=Ow(s,[["enter",r,t],["enter",a,t],["exit",a,t],["enter",o,t]]),s=Ow(s,cx(t.parser.constructs.insideSpan.null,e.slice(n+1,u),t)),s=Ow(s,[["exit",o,t],["enter",i,t],["exit",i,t],["exit",r,t]]),e[u][1].end.offset-e[u][1].start.offset?(c=2,s=Ow(s,[["enter",e[u][1],t],["exit",e[u][1],t]])):c=0,Lw(e,n-1,u-n+3,s),u=n+s.length-c-2;break}for(u=-1;++u<e.length;)"attentionSequence"===e[u][1].type&&(e[u][1].type="data");return e},tokenize:function(e,t){const n=this.parser.constructs.attentionMarkers.null,r=this.previous,o=sx(r);let a;return function(t){return a=t,e.enter("attentionSequence"),i(t)};function i(l){if(l===a)return e.consume(l),i;const s=e.exit("attentionSequence"),c=sx(l),u=!c||2===c&&o||n.includes(l),A=!o||2===o&&c||n.includes(r);return s._open=!!(42===a?u:u&&(o||!A)),s._close=!!(42===a?A:A&&(c||!u)),t(l)}}};function Ax(e,t){e.column+=t,e.offset+=t,e._bufferIndex+=t}const dx={name:"autolink",tokenize:function(e,t,n){let r=0;return function(t){return e.enter("autolink"),e.enter("autolinkMarker"),e.consume(t),e.exit("autolinkMarker"),e.enter("autolinkProtocol"),o};function o(t){return Ww(t)?(e.consume(t),a):64===t?n(t):s(t)}function a(e){return 43===e||45===e||46===e||Vw(e)?(r=1,i(e)):s(e)}function i(t){return 58===t?(e.consume(t),r=0,l):(43===t||45===t||46===t||Vw(t))&&r++<32?(e.consume(t),i):(r=0,s(t))}function l(r){return 62===r?(e.exit("autolinkProtocol"),e.enter("autolinkMarker"),e.consume(r),e.exit("autolinkMarker"),e.exit("autolink"),t):null===r||32===r||60===r||Yw(r)?n(r):(e.consume(r),l)}function s(t){return 64===t?(e.consume(t),c):qw(t)?(e.consume(t),s):n(t)}function c(e){return Vw(e)?u(e):n(e)}function u(n){return 46===n?(e.consume(n),r=0,c):62===n?(e.exit("autolinkProtocol").type="autolinkEmail",e.enter("autolinkMarker"),e.consume(n),e.exit("autolinkMarker"),e.exit("autolink"),t):A(n)}function A(t){if((45===t||Vw(t))&&r++<63){const n=45===t?A:u;return e.consume(t),n}return n(t)}}};const fx={partial:!0,tokenize:function(e,t,n){return function(t){return Zw(t)?ox(e,r,"linePrefix")(t):r(t)};function r(e){return null===e||Jw(e)?t(e):n(e)}}};const px={continuation:{tokenize:function(e,t,n){const r=this;return function(t){return Zw(t)?ox(e,o,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(t):o(t)};function o(r){return e.attempt(px,t,n)(r)}}},exit:function(e){e.exit("blockQuote")},name:"blockQuote",tokenize:function(e,t,n){const r=this;return function(t){if(62===t){const n=r.containerState;return n.open||(e.enter("blockQuote",{_container:!0}),n.open=!0),e.enter("blockQuotePrefix"),e.enter("blockQuoteMarker"),e.consume(t),e.exit("blockQuoteMarker"),o}return n(t)};function o(n){return Zw(n)?(e.enter("blockQuotePrefixWhitespace"),e.consume(n),e.exit("blockQuotePrefixWhitespace"),e.exit("blockQuotePrefix"),t):(e.exit("blockQuotePrefix"),t(n))}}};const hx={name:"characterEscape",tokenize:function(e,t,n){return function(t){return e.enter("characterEscape"),e.enter("escapeMarker"),e.consume(t),e.exit("escapeMarker"),r};function r(r){return Kw(r)?(e.enter("characterEscapeValue"),e.consume(r),e.exit("characterEscapeValue"),e.exit("characterEscape"),t):n(r)}}};const gx={name:"characterReference",tokenize:function(e,t,n){const r=this;let o,a,i=0;return function(t){return e.enter("characterReference"),e.enter("characterReferenceMarker"),e.consume(t),e.exit("characterReferenceMarker"),l};function l(t){return 35===t?(e.enter("characterReferenceMarkerNumeric"),e.consume(t),e.exit("characterReferenceMarkerNumeric"),s):(e.enter("characterReferenceValue"),o=31,a=Vw,c(t))}function s(t){return 88===t||120===t?(e.enter("characterReferenceMarkerHexadecimal"),e.consume(t),e.exit("characterReferenceMarkerHexadecimal"),e.enter("characterReferenceValue"),o=6,a=Xw,c):(e.enter("characterReferenceValue"),o=7,a=Gw,c(t))}function c(l){if(59===l&&i){const o=e.exit("characterReferenceValue");return a!==Vw||Nw(r.sliceSerialize(o))?(e.enter("characterReferenceMarker"),e.consume(l),e.exit("characterReferenceMarker"),e.exit("characterReference"),t):n(l)}return a(l)&&i++<o?(e.consume(l),c):n(l)}}};const mx={partial:!0,tokenize:function(e,t,n){const r=this;return function(t){return null===t?n(t):(e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),o)};function o(e){return r.parser.lazy[r.now().line]?n(e):t(e)}}},yx={concrete:!0,name:"codeFenced",tokenize:function(e,t,n){const r=this,o={partial:!0,tokenize:function(e,t,n){let o=0;return i;function i(t){return e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),s}function s(t){return e.enter("codeFencedFence"),Zw(t)?ox(e,c,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(t):c(t)}function c(t){return t===a?(e.enter("codeFencedFenceSequence"),u(t)):n(t)}function u(t){return t===a?(o++,e.consume(t),u):o>=l?(e.exit("codeFencedFenceSequence"),Zw(t)?ox(e,A,"whitespace")(t):A(t)):n(t)}function A(r){return null===r||Jw(r)?(e.exit("codeFencedFence"),t(r)):n(r)}}};let a,i=0,l=0;return function(t){return function(t){const n=r.events[r.events.length-1];return i=n&&"linePrefix"===n[1].type?n[2].sliceSerialize(n[1],!0).length:0,a=t,e.enter("codeFenced"),e.enter("codeFencedFence"),e.enter("codeFencedFenceSequence"),s(t)}(t)};function s(t){return t===a?(l++,e.consume(t),s):l<3?n(t):(e.exit("codeFencedFenceSequence"),Zw(t)?ox(e,c,"whitespace")(t):c(t))}function c(n){return null===n||Jw(n)?(e.exit("codeFencedFence"),r.interrupt?t(n):e.check(mx,f,y)(n)):(e.enter("codeFencedFenceInfo"),e.enter("chunkString",{contentType:"string"}),u(n))}function u(t){return null===t||Jw(t)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),c(t)):Zw(t)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),ox(e,A,"whitespace")(t)):96===t&&t===a?n(t):(e.consume(t),u)}function A(t){return null===t||Jw(t)?c(t):(e.enter("codeFencedFenceMeta"),e.enter("chunkString",{contentType:"string"}),d(t))}function d(t){return null===t||Jw(t)?(e.exit("chunkString"),e.exit("codeFencedFenceMeta"),c(t)):96===t&&t===a?n(t):(e.consume(t),d)}function f(t){return e.attempt(o,y,p)(t)}function p(t){return e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),h}function h(t){return i>0&&Zw(t)?ox(e,g,"linePrefix",i+1)(t):g(t)}function g(t){return null===t||Jw(t)?e.check(mx,f,y)(t):(e.enter("codeFlowValue"),m(t))}function m(t){return null===t||Jw(t)?(e.exit("codeFlowValue"),g(t)):(e.consume(t),m)}function y(n){return e.exit("codeFenced"),t(n)}}};const vx={name:"codeIndented",tokenize:function(e,t,n){const r=this;return function(t){return e.enter("codeIndented"),ox(e,o,"linePrefix",5)(t)};function o(e){const t=r.events[r.events.length-1];return t&&"linePrefix"===t[1].type&&t[2].sliceSerialize(t[1],!0).length>=4?a(e):n(e)}function a(t){return null===t?l(t):Jw(t)?e.attempt(bx,a,l)(t):(e.enter("codeFlowValue"),i(t))}function i(t){return null===t||Jw(t)?(e.exit("codeFlowValue"),a(t)):(e.consume(t),i)}function l(n){return e.exit("codeIndented"),t(n)}}},bx={partial:!0,tokenize:function(e,t,n){const r=this;return o;function o(t){return r.parser.lazy[r.now().line]?n(t):Jw(t)?(e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),o):ox(e,a,"linePrefix",5)(t)}function a(e){const a=r.events[r.events.length-1];return a&&"linePrefix"===a[1].type&&a[2].sliceSerialize(a[1],!0).length>=4?t(e):Jw(e)?o(e):n(e)}}};const wx={name:"codeText",previous:function(e){return 96!==e||"characterEscape"===this.events[this.events.length-1][1].type},resolve:function(e){let t,n,r=e.length-4,o=3;if(!("lineEnding"!==e[o][1].type&&"space"!==e[o][1].type||"lineEnding"!==e[r][1].type&&"space"!==e[r][1].type))for(t=o;++t<r;)if("codeTextData"===e[t][1].type){e[o][1].type="codeTextPadding",e[r][1].type="codeTextPadding",o+=2,r-=2;break}for(t=o-1,r++;++t<=r;)void 0===n?t!==r&&"lineEnding"!==e[t][1].type&&(n=t):(t===r||"lineEnding"===e[t][1].type)&&(e[n][1].type="codeTextData",t!==n+2&&(e[n][1].end=e[t-1][1].end,e.splice(n+2,t-n-2),r-=t-n-2,t=n+2),n=void 0);return e},tokenize:function(e,t,n){let r,o,a=0;return function(t){return e.enter("codeText"),e.enter("codeTextSequence"),i(t)};function i(t){return 96===t?(e.consume(t),a++,i):(e.exit("codeTextSequence"),l(t))}function l(t){return null===t?n(t):32===t?(e.enter("space"),e.consume(t),e.exit("space"),l):96===t?(o=e.enter("codeTextSequence"),r=0,c(t)):Jw(t)?(e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),l):(e.enter("codeTextData"),s(t))}function s(t){return null===t||32===t||96===t||Jw(t)?(e.exit("codeTextData"),l(t)):(e.consume(t),s)}function c(n){return 96===n?(e.consume(n),r++,c):r===a?(e.exit("codeTextSequence"),e.exit("codeText"),t(n)):(o.type="codeTextData",s(n))}}};class xx{constructor(e){this.left=e?[...e]:[],this.right=[]}get(e){if(e<0||e>=this.left.length+this.right.length)throw new 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){const n=t??Number.POSITIVE_INFINITY;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){const r=t||0;this.setCursor(Math.trunc(e));const o=this.right.splice(this.right.length-r,Number.POSITIVE_INFINITY);return n&&kx(this.left,n),o.reverse()}pop(){return this.setCursor(Number.POSITIVE_INFINITY),this.left.pop()}push(e){this.setCursor(Number.POSITIVE_INFINITY),this.left.push(e)}pushMany(e){this.setCursor(Number.POSITIVE_INFINITY),kx(this.left,e)}unshift(e){this.setCursor(0),this.right.push(e)}unshiftMany(e){this.setCursor(0),kx(this.right,e.reverse())}setCursor(e){if(!(e===this.left.length||e>this.left.length&&0===this.right.length||e<0&&0===this.left.length))if(e<this.left.length){const t=this.left.splice(e,Number.POSITIVE_INFINITY);kx(this.right,t.reverse())}else{const t=this.right.splice(this.left.length+this.right.length-e,Number.POSITIVE_INFINITY);kx(this.left,t.reverse())}}}function kx(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 Ex(e){const t={};let n,r,o,a,i,l,s,c=-1;const u=new xx(e);for(;++c<u.length;){for(;c in t;)c=t[c];if(n=u.get(c),c&&"chunkFlow"===n[1].type&&"listItemPrefix"===u.get(c-1)[1].type&&(l=n[1]._tokenizer.events,o=0,o<l.length&&"lineEndingBlank"===l[o][1].type&&(o+=2),o<l.length&&"content"===l[o][1].type))for(;++o<l.length&&"content"!==l[o][1].type;)"chunkText"===l[o][1].type&&(l[o][1]._isInFirstContentOfListItem=!0,o++);if("enter"===n[0])n[1].contentType&&(Object.assign(t,Sx(u,c)),c=t[c],s=!0);else if(n[1]._container){for(o=c,r=void 0;o--;)if(a=u.get(o),"lineEnding"===a[1].type||"lineEndingBlank"===a[1].type)"enter"===a[0]&&(r&&(u.get(r)[1].type="lineEndingBlank"),a[1].type="lineEnding",r=o);else if("linePrefix"!==a[1].type)break;r&&(n[1].end={...u.get(r)[1].start},i=u.slice(r,c),i.unshift(n),u.splice(r,c-r+1,i))}}return Lw(e,0,Number.POSITIVE_INFINITY,u.slice(0)),!s}function Sx(e,t){const n=e.get(t)[1],r=e.get(t)[2];let o=t-1;const a=[],i=n._tokenizer||r.parser[n.contentType](n.start),l=i.events,s=[],c={};let u,A,d=-1,f=n,p=0,h=0;const g=[h];for(;f;){for(;e.get(++o)[1]!==f;);a.push(o),f._tokenizer||(u=r.sliceStream(f),f.next||u.push(null),A&&i.defineSkip(f.start),f._isInFirstContentOfListItem&&(i._gfmTasklistFirstContentOfListItem=!0),i.write(u),f._isInFirstContentOfListItem&&(i._gfmTasklistFirstContentOfListItem=void 0)),A=f,f=f.next}for(f=n;++d<l.length;)"exit"===l[d][0]&&"enter"===l[d-1][0]&&l[d][1].type===l[d-1][1].type&&l[d][1].start.line!==l[d][1].end.line&&(h=d+1,g.push(h),f._tokenizer=void 0,f.previous=void 0,f=f.next);for(i.events=[],f?(f._tokenizer=void 0,f.previous=void 0):g.pop(),d=g.length;d--;){const t=l.slice(g[d],g[d+1]),n=a.pop();s.push([n,n+t.length-1]),e.splice(n,2,t)}for(s.reverse(),d=-1;++d<s.length;)c[p+s[d][0]]=p+s[d][1],p+=s[d][1]-s[d][0]-1;return c}const Cx={resolve:function(e){return Ex(e),e},tokenize:function(e,t){let n;return function(t){return e.enter("content"),n=e.enter("chunkContent",{contentType:"content"}),r(t)};function r(t){return null===t?o(t):Jw(t)?e.check(Px,a,o)(t):(e.consume(t),r)}function o(n){return e.exit("chunkContent"),e.exit("content"),t(n)}function a(t){return e.consume(t),e.exit("chunkContent"),n.next=e.enter("chunkContent",{contentType:"content",previous:n}),n=n.next,r}}},Px={partial:!0,tokenize:function(e,t,n){const r=this;return function(t){return e.exit("chunkContent"),e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),ox(e,o,"linePrefix")};function o(o){if(null===o||Jw(o))return n(o);const a=r.events[r.events.length-1];return!r.parser.constructs.disable.null.includes("codeIndented")&&a&&"linePrefix"===a[1].type&&a[2].sliceSerialize(a[1],!0).length>=4?t(o):e.interrupt(r.parser.constructs.flow,n,t)(o)}}};function Dx(e,t,n,r,o,a,i,l,s){const c=s||Number.POSITIVE_INFINITY;let u=0;return function(t){return 60===t?(e.enter(r),e.enter(o),e.enter(a),e.consume(t),e.exit(a),A):null===t||32===t||41===t||Yw(t)?n(t):(e.enter(r),e.enter(i),e.enter(l),e.enter("chunkString",{contentType:"string"}),p(t))};function A(n){return 62===n?(e.enter(a),e.consume(n),e.exit(a),e.exit(o),e.exit(r),t):(e.enter(l),e.enter("chunkString",{contentType:"string"}),d(n))}function d(t){return 62===t?(e.exit("chunkString"),e.exit(l),A(t)):null===t||60===t||Jw(t)?n(t):(e.consume(t),92===t?f:d)}function f(t){return 60===t||62===t||92===t?(e.consume(t),d):d(t)}function p(o){return u||null!==o&&41!==o&&!$w(o)?u<c&&40===o?(e.consume(o),u++,p):41===o?(e.consume(o),u--,p):null===o||32===o||40===o||Yw(o)?n(o):(e.consume(o),92===o?h:p):(e.exit("chunkString"),e.exit(l),e.exit(i),e.exit(r),t(o))}function h(t){return 40===t||41===t||92===t?(e.consume(t),p):p(t)}}function Bx(e,t,n,r,o,a){const i=this;let l,s=0;return function(t){return e.enter(r),e.enter(o),e.consume(t),e.exit(o),e.enter(a),c};function c(A){return s>999||null===A||91===A||93===A&&!l||94===A&&!s&&"_hiddenFootnoteSupport"in i.parser.constructs?n(A):93===A?(e.exit(a),e.enter(o),e.consume(A),e.exit(o),e.exit(r),t):Jw(A)?(e.enter("lineEnding"),e.consume(A),e.exit("lineEnding"),c):(e.enter("chunkString",{contentType:"string"}),u(A))}function u(t){return null===t||91===t||93===t||Jw(t)||s++>999?(e.exit("chunkString"),c(t)):(e.consume(t),l||(l=!Zw(t)),92===t?A:u)}function A(t){return 91===t||92===t||93===t?(e.consume(t),s++,u):u(t)}}function Ix(e,t,n,r,o,a){let i;return function(t){return 34===t||39===t||40===t?(e.enter(r),e.enter(o),e.consume(t),e.exit(o),i=40===t?41:t,l):n(t)};function l(n){return n===i?(e.enter(o),e.consume(n),e.exit(o),e.exit(r),t):(e.enter(a),s(n))}function s(t){return t===i?(e.exit(a),l(i)):null===t?n(t):Jw(t)?(e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),ox(e,s,"linePrefix")):(e.enter("chunkString",{contentType:"string"}),c(t))}function c(t){return t===i||null===t||Jw(t)?(e.exit("chunkString"),s(t)):(e.consume(t),92===t?u:c)}function u(t){return t===i||92===t?(e.consume(t),c):c(t)}}function Tx(e,t){let n;return function r(o){return Jw(o)?(e.enter("lineEnding"),e.consume(o),e.exit("lineEnding"),n=!0,r):Zw(o)?ox(e,r,n?"linePrefix":"lineSuffix")(o):t(o)}}const Mx={name:"definition",tokenize:function(e,t,n){const r=this;let o;return function(t){return e.enter("definition"),function(t){return Bx.call(r,e,a,n,"definitionLabel","definitionLabelMarker","definitionLabelString")(t)}(t)};function a(t){return o=Uw(r.sliceSerialize(r.events[r.events.length-1][1]).slice(1,-1)),58===t?(e.enter("definitionMarker"),e.consume(t),e.exit("definitionMarker"),i):n(t)}function i(t){return $w(t)?Tx(e,l)(t):l(t)}function l(t){return Dx(e,s,n,"definitionDestination","definitionDestinationLiteral","definitionDestinationLiteralMarker","definitionDestinationRaw","definitionDestinationString")(t)}function s(t){return e.attempt(Qx,c,c)(t)}function c(t){return Zw(t)?ox(e,u,"whitespace")(t):u(t)}function u(a){return null===a||Jw(a)?(e.exit("definition"),r.parser.defined.push(o),t(a)):n(a)}}},Qx={partial:!0,tokenize:function(e,t,n){return function(t){return $w(t)?Tx(e,r)(t):n(t)};function r(t){return Ix(e,o,n,"definitionTitle","definitionTitleMarker","definitionTitleString")(t)}function o(t){return Zw(t)?ox(e,a,"whitespace")(t):a(t)}function a(e){return null===e||Jw(e)?t(e):n(e)}}};const _x={name:"hardBreakEscape",tokenize:function(e,t,n){return function(t){return e.enter("hardBreakEscape"),e.consume(t),r};function r(r){return Jw(r)?(e.exit("hardBreakEscape"),t(r)):n(r)}}};const Nx={name:"headingAtx",resolve:function(e,t){let n,r,o=e.length-2,a=3;return"whitespace"===e[a][1].type&&(a+=2),o-2>a&&"whitespace"===e[o][1].type&&(o-=2),"atxHeadingSequence"===e[o][1].type&&(a===o-1||o-4>a&&"whitespace"===e[o-2][1].type)&&(o-=a+1===o?2:4),o>a&&(n={type:"atxHeadingText",start:e[a][1].start,end:e[o][1].end},r={type:"chunkText",start:e[a][1].start,end:e[o][1].end,contentType:"text"},Lw(e,a,o-a+1,[["enter",n,t],["enter",r,t],["exit",r,t],["exit",n,t]])),e},tokenize:function(e,t,n){let r=0;return function(t){return e.enter("atxHeading"),function(t){return e.enter("atxHeadingSequence"),o(t)}(t)};function o(t){return 35===t&&r++<6?(e.consume(t),o):null===t||$w(t)?(e.exit("atxHeadingSequence"),a(t)):n(t)}function a(n){return 35===n?(e.enter("atxHeadingSequence"),i(n)):null===n||Jw(n)?(e.exit("atxHeading"),t(n)):Zw(n)?ox(e,a,"whitespace")(n):(e.enter("atxHeadingText"),l(n))}function i(t){return 35===t?(e.consume(t),i):(e.exit("atxHeadingSequence"),a(t))}function l(t){return null===t||35===t||$w(t)?(e.exit("atxHeadingText"),a(t)):(e.consume(t),l)}}};const Lx=["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"],Ox=["pre","script","style","textarea"],Rx={concrete:!0,name:"htmlFlow",resolveTo:function(e){let t=e.length;for(;t--&&("enter"!==e[t][0]||"htmlFlow"!==e[t][1].type););return t>1&&"linePrefix"===e[t-2][1].type&&(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},tokenize:function(e,t,n){const r=this;let o,a,i,l,s;return function(t){return function(t){return e.enter("htmlFlow"),e.enter("htmlFlowData"),e.consume(t),c}(t)};function c(l){return 33===l?(e.consume(l),u):47===l?(e.consume(l),a=!0,f):63===l?(e.consume(l),o=3,r.interrupt?t:_):Ww(l)?(e.consume(l),i=String.fromCharCode(l),p):n(l)}function u(a){return 45===a?(e.consume(a),o=2,A):91===a?(e.consume(a),o=5,l=0,d):Ww(a)?(e.consume(a),o=4,r.interrupt?t:_):n(a)}function A(o){return 45===o?(e.consume(o),r.interrupt?t:_):n(o)}function d(o){const a="CDATA[";return o===a.charCodeAt(l++)?(e.consume(o),6===l?r.interrupt?t:C:d):n(o)}function f(t){return Ww(t)?(e.consume(t),i=String.fromCharCode(t),p):n(t)}function p(l){if(null===l||47===l||62===l||$w(l)){const s=47===l,c=i.toLowerCase();return s||a||!Ox.includes(c)?Lx.includes(i.toLowerCase())?(o=6,s?(e.consume(l),h):r.interrupt?t(l):C(l)):(o=7,r.interrupt&&!r.parser.lazy[r.now().line]?n(l):a?g(l):m(l)):(o=1,r.interrupt?t(l):C(l))}return 45===l||Vw(l)?(e.consume(l),i+=String.fromCharCode(l),p):n(l)}function h(o){return 62===o?(e.consume(o),r.interrupt?t:C):n(o)}function g(t){return Zw(t)?(e.consume(t),g):E(t)}function m(t){return 47===t?(e.consume(t),E):58===t||95===t||Ww(t)?(e.consume(t),y):Zw(t)?(e.consume(t),m):E(t)}function y(t){return 45===t||46===t||58===t||95===t||Vw(t)?(e.consume(t),y):v(t)}function v(t){return 61===t?(e.consume(t),b):Zw(t)?(e.consume(t),v):m(t)}function b(t){return null===t||60===t||61===t||62===t||96===t?n(t):34===t||39===t?(e.consume(t),s=t,w):Zw(t)?(e.consume(t),b):x(t)}function w(t){return t===s?(e.consume(t),s=null,k):null===t||Jw(t)?n(t):(e.consume(t),w)}function x(t){return null===t||34===t||39===t||47===t||60===t||61===t||62===t||96===t||$w(t)?v(t):(e.consume(t),x)}function k(e){return 47===e||62===e||Zw(e)?m(e):n(e)}function E(t){return 62===t?(e.consume(t),S):n(t)}function S(t){return null===t||Jw(t)?C(t):Zw(t)?(e.consume(t),S):n(t)}function C(t){return 45===t&&2===o?(e.consume(t),I):60===t&&1===o?(e.consume(t),T):62===t&&4===o?(e.consume(t),N):63===t&&3===o?(e.consume(t),_):93===t&&5===o?(e.consume(t),Q):!Jw(t)||6!==o&&7!==o?null===t||Jw(t)?(e.exit("htmlFlowData"),P(t)):(e.consume(t),C):(e.exit("htmlFlowData"),e.check(Fx,L,P)(t))}function P(t){return e.check(zx,D,L)(t)}function D(t){return e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),B}function B(t){return null===t||Jw(t)?P(t):(e.enter("htmlFlowData"),C(t))}function I(t){return 45===t?(e.consume(t),_):C(t)}function T(t){return 47===t?(e.consume(t),i="",M):C(t)}function M(t){if(62===t){const n=i.toLowerCase();return Ox.includes(n)?(e.consume(t),N):C(t)}return Ww(t)&&i.length<8?(e.consume(t),i+=String.fromCharCode(t),M):C(t)}function Q(t){return 93===t?(e.consume(t),_):C(t)}function _(t){return 62===t?(e.consume(t),N):45===t&&2===o?(e.consume(t),_):C(t)}function N(t){return null===t||Jw(t)?(e.exit("htmlFlowData"),L(t)):(e.consume(t),N)}function L(n){return e.exit("htmlFlow"),t(n)}}},Fx={partial:!0,tokenize:function(e,t,n){return function(r){return e.enter("lineEnding"),e.consume(r),e.exit("lineEnding"),e.attempt(fx,t,n)}}},zx={partial:!0,tokenize:function(e,t,n){const r=this;return function(t){return Jw(t)?(e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),o):n(t)};function o(e){return r.parser.lazy[r.now().line]?n(e):t(e)}}};const jx={name:"htmlText",tokenize:function(e,t,n){const r=this;let o,a,i;return function(t){return e.enter("htmlText"),e.enter("htmlTextData"),e.consume(t),l};function l(t){return 33===t?(e.consume(t),s):47===t?(e.consume(t),b):63===t?(e.consume(t),y):Ww(t)?(e.consume(t),k):n(t)}function s(t){return 45===t?(e.consume(t),c):91===t?(e.consume(t),a=0,f):Ww(t)?(e.consume(t),m):n(t)}function c(t){return 45===t?(e.consume(t),d):n(t)}function u(t){return null===t?n(t):45===t?(e.consume(t),A):Jw(t)?(i=u,M(t)):(e.consume(t),u)}function A(t){return 45===t?(e.consume(t),d):u(t)}function d(e){return 62===e?T(e):45===e?A(e):u(e)}function f(t){const r="CDATA[";return t===r.charCodeAt(a++)?(e.consume(t),6===a?p:f):n(t)}function p(t){return null===t?n(t):93===t?(e.consume(t),h):Jw(t)?(i=p,M(t)):(e.consume(t),p)}function h(t){return 93===t?(e.consume(t),g):p(t)}function g(t){return 62===t?T(t):93===t?(e.consume(t),g):p(t)}function m(t){return null===t||62===t?T(t):Jw(t)?(i=m,M(t)):(e.consume(t),m)}function y(t){return null===t?n(t):63===t?(e.consume(t),v):Jw(t)?(i=y,M(t)):(e.consume(t),y)}function v(e){return 62===e?T(e):y(e)}function b(t){return Ww(t)?(e.consume(t),w):n(t)}function w(t){return 45===t||Vw(t)?(e.consume(t),w):x(t)}function x(t){return Jw(t)?(i=x,M(t)):Zw(t)?(e.consume(t),x):T(t)}function k(t){return 45===t||Vw(t)?(e.consume(t),k):47===t||62===t||$w(t)?E(t):n(t)}function E(t){return 47===t?(e.consume(t),T):58===t||95===t||Ww(t)?(e.consume(t),S):Jw(t)?(i=E,M(t)):Zw(t)?(e.consume(t),E):T(t)}function S(t){return 45===t||46===t||58===t||95===t||Vw(t)?(e.consume(t),S):C(t)}function C(t){return 61===t?(e.consume(t),P):Jw(t)?(i=C,M(t)):Zw(t)?(e.consume(t),C):E(t)}function P(t){return null===t||60===t||61===t||62===t||96===t?n(t):34===t||39===t?(e.consume(t),o=t,D):Jw(t)?(i=P,M(t)):Zw(t)?(e.consume(t),P):(e.consume(t),B)}function D(t){return t===o?(e.consume(t),o=void 0,I):null===t?n(t):Jw(t)?(i=D,M(t)):(e.consume(t),D)}function B(t){return null===t||34===t||39===t||60===t||61===t||96===t?n(t):47===t||62===t||$w(t)?E(t):(e.consume(t),B)}function I(e){return 47===e||62===e||$w(e)?E(e):n(e)}function T(r){return 62===r?(e.consume(r),e.exit("htmlTextData"),e.exit("htmlText"),t):n(r)}function M(t){return e.exit("htmlTextData"),e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),Q}function Q(t){return Zw(t)?ox(e,_,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(t):_(t)}function _(t){return e.enter("htmlTextData"),i(t)}}};const Hx={name:"labelEnd",resolveAll:function(e){let t=-1;const n=[];for(;++t<e.length;){const r=e[t][1];if(n.push(e[t]),"labelImage"===r.type||"labelLink"===r.type||"labelEnd"===r.type){const e="labelImage"===r.type?4:2;r.type="data",t+=e}}return e.length!==n.length&&Lw(e,0,e.length,n),e},resolveTo:function(e,t){let n,r,o,a,i=e.length,l=0;for(;i--;)if(n=e[i][1],r){if("link"===n.type||"labelLink"===n.type&&n._inactive)break;"enter"===e[i][0]&&"labelLink"===n.type&&(n._inactive=!0)}else if(o){if("enter"===e[i][0]&&("labelImage"===n.type||"labelLink"===n.type)&&!n._balanced&&(r=i,"labelLink"!==n.type)){l=2;break}}else"labelEnd"===n.type&&(o=i);const s={type:"labelLink"===e[r][1].type?"link":"image",start:{...e[r][1].start},end:{...e[e.length-1][1].end}},c={type:"label",start:{...e[r][1].start},end:{...e[o][1].end}},u={type:"labelText",start:{...e[r+l+2][1].end},end:{...e[o-2][1].start}};return a=[["enter",s,t],["enter",c,t]],a=Ow(a,e.slice(r+1,r+l+3)),a=Ow(a,[["enter",u,t]]),a=Ow(a,cx(t.parser.constructs.insideSpan.null,e.slice(r+l+4,o-3),t)),a=Ow(a,[["exit",u,t],e[o-2],e[o-1],["exit",c,t]]),a=Ow(a,e.slice(o+1)),a=Ow(a,[["exit",s,t]]),Lw(e,r,e.length,a),e},tokenize:function(e,t,n){const r=this;let o,a,i=r.events.length;for(;i--;)if(("labelImage"===r.events[i][1].type||"labelLink"===r.events[i][1].type)&&!r.events[i][1]._balanced){o=r.events[i][1];break}return function(t){return o?o._inactive?u(t):(a=r.parser.defined.includes(Uw(r.sliceSerialize({start:o.end,end:r.now()}))),e.enter("labelEnd"),e.enter("labelMarker"),e.consume(t),e.exit("labelMarker"),e.exit("labelEnd"),l):n(t)};function l(t){return 40===t?e.attempt(Ux,c,a?c:u)(t):91===t?e.attempt(Wx,c,a?s:u)(t):a?c(t):u(t)}function s(t){return e.attempt(Vx,c,u)(t)}function c(e){return t(e)}function u(e){return o._balanced=!0,n(e)}}},Ux={tokenize:function(e,t,n){return function(t){return e.enter("resource"),e.enter("resourceMarker"),e.consume(t),e.exit("resourceMarker"),r};function r(t){return $w(t)?Tx(e,o)(t):o(t)}function o(t){return 41===t?c(t):Dx(e,a,i,"resourceDestination","resourceDestinationLiteral","resourceDestinationLiteralMarker","resourceDestinationRaw","resourceDestinationString",32)(t)}function a(t){return $w(t)?Tx(e,l)(t):c(t)}function i(e){return n(e)}function l(t){return 34===t||39===t||40===t?Ix(e,s,n,"resourceTitle","resourceTitleMarker","resourceTitleString")(t):c(t)}function s(t){return $w(t)?Tx(e,c)(t):c(t)}function c(r){return 41===r?(e.enter("resourceMarker"),e.consume(r),e.exit("resourceMarker"),e.exit("resource"),t):n(r)}}},Wx={tokenize:function(e,t,n){const r=this;return function(t){return Bx.call(r,e,o,a,"reference","referenceMarker","referenceString")(t)};function o(e){return r.parser.defined.includes(Uw(r.sliceSerialize(r.events[r.events.length-1][1]).slice(1,-1)))?t(e):n(e)}function a(e){return n(e)}}},Vx={tokenize:function(e,t,n){return function(t){return e.enter("reference"),e.enter("referenceMarker"),e.consume(t),e.exit("referenceMarker"),r};function r(r){return 93===r?(e.enter("referenceMarker"),e.consume(r),e.exit("referenceMarker"),e.exit("reference"),t):n(r)}}};const qx={name:"labelStartImage",resolveAll:Hx.resolveAll,tokenize:function(e,t,n){const r=this;return function(t){return e.enter("labelImage"),e.enter("labelImageMarker"),e.consume(t),e.exit("labelImageMarker"),o};function o(t){return 91===t?(e.enter("labelMarker"),e.consume(t),e.exit("labelMarker"),e.exit("labelImage"),a):n(t)}function a(e){return 94===e&&"_hiddenFootnoteSupport"in r.parser.constructs?n(e):t(e)}}};const Yx={name:"labelStartLink",resolveAll:Hx.resolveAll,tokenize:function(e,t,n){const r=this;return function(t){return e.enter("labelLink"),e.enter("labelMarker"),e.consume(t),e.exit("labelMarker"),e.exit("labelLink"),o};function o(e){return 94===e&&"_hiddenFootnoteSupport"in r.parser.constructs?n(e):t(e)}}};const Gx={name:"lineEnding",tokenize:function(e,t){return function(n){return e.enter("lineEnding"),e.consume(n),e.exit("lineEnding"),ox(e,t,"linePrefix")}}};const Xx={name:"thematicBreak",tokenize:function(e,t,n){let r,o=0;return function(t){return e.enter("thematicBreak"),function(e){return r=e,a(e)}(t)};function a(a){return a===r?(e.enter("thematicBreakSequence"),i(a)):o>=3&&(null===a||Jw(a))?(e.exit("thematicBreak"),t(a)):n(a)}function i(t){return t===r?(e.consume(t),o++,i):(e.exit("thematicBreakSequence"),Zw(t)?ox(e,a,"whitespace")(t):a(t))}}};const Kx={continuation:{tokenize:function(e,t,n){const r=this;return r.containerState._closeFlow=void 0,e.check(fx,(function(n){return r.containerState.furtherBlankLines=r.containerState.furtherBlankLines||r.containerState.initialBlankLine,ox(e,t,"listItemIndent",r.containerState.size+1)(n)}),(function(n){return r.containerState.furtherBlankLines||!Zw(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($x,t,o)(n))}));function o(o){return r.containerState._closeFlow=!0,r.interrupt=void 0,ox(e,e.attempt(Kx,t,n),"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(o)}}},exit:function(e){e.exit(this.containerState.type)},name:"list",tokenize:function(e,t,n){const r=this,o=r.events[r.events.length-1];let a=o&&"linePrefix"===o[1].type?o[2].sliceSerialize(o[1],!0).length:0,i=0;return function(t){const o=r.containerState.type||(42===t||43===t||45===t?"listUnordered":"listOrdered");if("listUnordered"===o?!r.containerState.marker||t===r.containerState.marker:Gw(t)){if(r.containerState.type||(r.containerState.type=o,e.enter(o,{_container:!0})),"listUnordered"===o)return e.enter("listItemPrefix"),42===t||45===t?e.check(Xx,n,s)(t):s(t);if(!r.interrupt||49===t)return e.enter("listItemPrefix"),e.enter("listItemValue"),l(t)}return n(t)};function l(t){return Gw(t)&&++i<10?(e.consume(t),l):(!r.interrupt||i<2)&&(r.containerState.marker?t===r.containerState.marker:41===t||46===t)?(e.exit("listItemValue"),s(t)):n(t)}function s(t){return e.enter("listItemMarker"),e.consume(t),e.exit("listItemMarker"),r.containerState.marker=r.containerState.marker||t,e.check(fx,r.interrupt?n:c,e.attempt(Jx,A,u))}function c(e){return r.containerState.initialBlankLine=!0,a++,A(e)}function u(t){return Zw(t)?(e.enter("listItemPrefixWhitespace"),e.consume(t),e.exit("listItemPrefixWhitespace"),A):n(t)}function A(n){return r.containerState.size=a+r.sliceSerialize(e.exit("listItemPrefix"),!0).length,t(n)}}},Jx={partial:!0,tokenize:function(e,t,n){const r=this;return ox(e,(function(e){const o=r.events[r.events.length-1];return!Zw(e)&&o&&"listItemPrefixWhitespace"===o[1].type?t(e):n(e)}),"listItemPrefixWhitespace",r.parser.constructs.disable.null.includes("codeIndented")?void 0:5)}},$x={partial:!0,tokenize:function(e,t,n){const r=this;return ox(e,(function(e){const o=r.events[r.events.length-1];return o&&"listItemIndent"===o[1].type&&o[2].sliceSerialize(o[1],!0).length===r.containerState.size?t(e):n(e)}),"listItemIndent",r.containerState.size+1)}};const Zx={name:"setextUnderline",resolveTo:function(e,t){let n,r,o,a=e.length;for(;a--;)if("enter"===e[a][0]){if("content"===e[a][1].type){n=a;break}"paragraph"===e[a][1].type&&(r=a)}else"content"===e[a][1].type&&e.splice(a,1),!o&&"definition"===e[a][1].type&&(o=a);const i={type:"setextHeading",start:{...e[r][1].start},end:{...e[e.length-1][1].end}};return e[r][1].type="setextHeadingText",o?(e.splice(r,0,["enter",i,t]),e.splice(o+1,0,["exit",e[n][1],t]),e[n][1].end={...e[o][1].end}):e[n][1]=i,e.push(["exit",i,t]),e},tokenize:function(e,t,n){const r=this;let o;return function(t){let i,l=r.events.length;for(;l--;)if("lineEnding"!==r.events[l][1].type&&"linePrefix"!==r.events[l][1].type&&"content"!==r.events[l][1].type){i="paragraph"===r.events[l][1].type;break}return r.parser.lazy[r.now().line]||!r.interrupt&&!i?n(t):(e.enter("setextHeadingLine"),o=t,function(t){return e.enter("setextHeadingLineSequence"),a(t)}(t))};function a(t){return t===o?(e.consume(t),a):(e.exit("setextHeadingLineSequence"),Zw(t)?ox(e,i,"lineSuffix")(t):i(t))}function i(r){return null===r||Jw(r)?(e.exit("setextHeadingLine"),t(r)):n(r)}}};const ek={tokenize:function(e){const t=this,n=e.attempt(fx,(function(r){if(null===r)return void e.consume(r);return e.enter("lineEndingBlank"),e.consume(r),e.exit("lineEndingBlank"),t.currentConstruct=void 0,n}),e.attempt(this.parser.constructs.flowInitial,r,ox(e,e.attempt(this.parser.constructs.flow,r,e.attempt(Cx,r)),"linePrefix")));return n;function r(r){if(null!==r)return e.enter("lineEnding"),e.consume(r),e.exit("lineEnding"),t.currentConstruct=void 0,n;e.consume(r)}}};const tk={resolveAll:ak()},nk=ok("string"),rk=ok("text");function ok(e){return{resolveAll:ak("text"===e?ik:void 0),tokenize:function(t){const n=this,r=this.parser.constructs[e],o=t.attempt(r,a,i);return a;function a(e){return s(e)?o(e):i(e)}function i(e){if(null!==e)return t.enter("data"),t.consume(e),l;t.consume(e)}function l(e){return s(e)?(t.exit("data"),o(e)):(t.consume(e),l)}function s(e){if(null===e)return!0;const t=r[e];let o=-1;if(t)for(;++o<t.length;){const e=t[o];if(!e.previous||e.previous.call(n,n.previous))return!0}return!1}}}}function ak(e){return function(t,n){let r,o=-1;for(;++o<=t.length;)void 0===r?t[o]&&"data"===t[o][1].type&&(r=o,o++):(!t[o]||"data"!==t[o][1].type)&&(o!==r+2&&(t[r][1].end=t[o-1][1].end,t.splice(r+2,o-r-2),o=r+2),r=void 0);return e?e(t,n):t}}function ik(e,t){let n=0;for(;++n<=e.length;)if((n===e.length||"lineEnding"===e[n][1].type)&&"data"===e[n-1][1].type){const r=e[n-1][1],o=t.sliceStream(r);let a,i=o.length,l=-1,s=0;for(;i--;){const e=o[i];if("string"==typeof e){for(l=e.length;32===e.charCodeAt(l-1);)s++,l--;if(l)break;l=-1}else if(-2===e)a=!0,s++;else if(-1!==e){i++;break}}if(s){const o={type:n===e.length||a||s<2?"lineSuffix":"hardBreakTrailing",start:{_bufferIndex:i?l:r.start._bufferIndex+l,_index:r.start._index+i,line:r.end.line,column:r.end.column-s,offset:r.end.offset-s},end:{...r.end}};r.end={...o.start},r.start.offset===r.end.offset?Object.assign(r,o):(e.splice(n,0,["enter",o,t],["exit",o,t]),n+=2)}n++}return e}const lk={42:Kx,43:Kx,45:Kx,48:Kx,49:Kx,50:Kx,51:Kx,52:Kx,53:Kx,54:Kx,55:Kx,56:Kx,57:Kx,62:px},sk={91:Mx},ck={[-2]:vx,[-1]:vx,32:vx},uk={35:Nx,42:Xx,45:[Zx,Xx],60:Rx,61:Zx,95:Xx,96:yx,126:yx},Ak={38:gx,92:hx},dk={[-5]:Gx,[-4]:Gx,[-3]:Gx,33:qx,38:gx,42:ux,60:[dx,jx],91:Yx,92:[_x,hx],93:Hx,95:ux,96:wx},fk={null:[ux,tk]},pk=Object.freeze(Object.defineProperty({__proto__:null,attentionMarkers:{null:[42,95]},contentInitial:sk,disable:{null:[]},document:lk,flow:uk,flowInitial:ck,insideSpan:fk,string:Ak,text:dk},Symbol.toStringTag,{value:"Module"}));function hk(e,t,n){let r={_bufferIndex:-1,_index:0,line:n&&n.line||1,column:n&&n.column||1,offset:n&&n.offset||0};const o={},a=[];let i=[],l=[];const s={attempt:h((function(e,t){g(e,t.from)})),check:h(p),consume:function(e){Jw(e)?(r.line++,r.column=1,r.offset+=-3===e?2:1,m()):-1!==e&&(r.column++,r.offset++),r._bufferIndex<0?r._index++:(r._bufferIndex++,r._bufferIndex===i[r._index].length&&(r._bufferIndex=-1,r._index++)),c.previous=e},enter:function(e,t){const n=t||{};return n.type=e,n.start=d(),c.events.push(["enter",n,c]),l.push(n),n},exit:function(e){const t=l.pop();return t.end=d(),c.events.push(["exit",t,c]),t},interrupt:h(p,{interrupt:!0})},c={code:null,containerState:{},defineSkip:function(e){o[e.line]=e.column,m()},events:[],now:d,parser:e,previous:null,sliceSerialize:function(e,t){return function(e,t){let n=-1;const r=[];let o;for(;++n<e.length;){const a=e[n];let i;if("string"==typeof a)i=a;else switch(a){case-5:i="\r";break;case-4:i="\n";break;case-3:i="\r\n";break;case-2:i=t?" ":"\t";break;case-1:if(!t&&o)continue;i=" ";break;default:i=String.fromCharCode(a)}o=-2===a,r.push(i)}return r.join("")}(A(e),t)},sliceStream:A,write:function(e){return i=Ow(i,e),function(){let e;for(;r._index<i.length;){const t=i[r._index];if("string"==typeof t)for(e=r._index,r._bufferIndex<0&&(r._bufferIndex=0);r._index===e&&r._bufferIndex<t.length;)f(t.charCodeAt(r._bufferIndex));else f(t)}}(),null!==i[i.length-1]?[]:(g(t,0),c.events=cx(a,c.events,c),c.events)}};let u=t.tokenize.call(c,s);return t.resolveAll&&a.push(t),c;function A(e){return function(e,t){const n=t.start._index,r=t.start._bufferIndex,o=t.end._index,a=t.end._bufferIndex;let i;if(n===o)i=[e[n].slice(r,a)];else{if(i=e.slice(n,o),r>-1){const e=i[0];"string"==typeof e?i[0]=e.slice(r):i.shift()}a>0&&i.push(e[o].slice(0,a))}return i}(i,e)}function d(){const{_bufferIndex:e,_index:t,line:n,column:o,offset:a}=r;return{_bufferIndex:e,_index:t,line:n,column:o,offset:a}}function f(e){u=u(e)}function p(e,t){t.restore()}function h(e,t){return function(n,o,a){let i,u,A,f;return Array.isArray(n)?p(n):"tokenize"in n?p([n]):function(e){return t;function t(t){const n=null!==t&&e[t],r=null!==t&&e.null;return p([...Array.isArray(n)?n:n?[n]:[],...Array.isArray(r)?r:r?[r]:[]])(t)}}(n);function p(e){return i=e,u=0,0===e.length?a:h(e[u])}function h(e){return function(n){return f=function(){const e=d(),t=c.previous,n=c.currentConstruct,o=c.events.length,a=Array.from(l);return{from:o,restore:i};function i(){r=e,c.previous=t,c.currentConstruct=n,c.events.length=o,l=a,m()}}(),A=e,e.partial||(c.currentConstruct=e),e.name&&c.parser.constructs.disable.null.includes(e.name)?y():e.tokenize.call(t?Object.assign(Object.create(c),t):c,s,g,y)(n)}}function g(t){return e(A,f),o}function y(e){return f.restore(),++u<i.length?h(i[u]):a}}}function g(e,t){e.resolveAll&&!a.includes(e)&&a.push(e),e.resolve&&Lw(c.events,t,c.events.length-t,e.resolve(c.events.slice(t),c)),e.resolveTo&&(c.events=e.resolveTo(c.events,c))}function m(){r.line in o&&r.column<2&&(r.column=o[r.line],r.offset+=o[r.line]-1)}}const gk=/[\0\t\n\r]/g;const mk=/\\([!-/:-@[-`{-~])|&(#(?:\d{1,7}|x[\da-f]{1,6})|[\da-z]{1,31});/gi;function yk(e,t,n){if(t)return t;if(35===n.charCodeAt(0)){const e=n.charCodeAt(1),t=120===e||88===e;return Hw(n.slice(t?2:1),t?16:10)}return Nw(n)||e}const vk={}.hasOwnProperty;function bk(e,t,n){return"string"!=typeof t&&(n=t,t=void 0),function(e){const t={transforms:[],canContainEols:["emphasis","fragment","heading","paragraph","strong"],enter:{autolink:a(te),autolinkProtocol:S,autolinkEmail:S,atxHeading:a(J),blockQuote:a(q),characterEscape:S,characterReference:S,codeFenced:a(Y),codeFencedFenceInfo:i,codeFencedFenceMeta:i,codeIndented:a(Y,i),codeText:a(G,i),codeTextData:S,data:S,codeFlowValue:S,definition:a(X),definitionDestinationString:i,definitionLabelString:i,definitionTitleString:i,emphasis:a(K),hardBreakEscape:a($),hardBreakTrailing:a($),htmlFlow:a(Z,i),htmlFlowData:S,htmlText:a(Z,i),htmlTextData:S,image:a(ee),label:i,link:a(te),listItem:a(re),listItemValue:d,listOrdered:a(ne,A),listUnordered:a(ne),paragraph:a(oe),reference:F,referenceString:i,resourceDestinationString:i,resourceTitleString:i,setextHeading:a(J),strong:a(ae),thematicBreak:a(le)},exit:{atxHeading:s(),atxHeadingSequence:w,autolink:s(),autolinkEmail:V,autolinkProtocol:W,blockQuote:s(),characterEscapeValue:C,characterReferenceMarkerHexadecimal:j,characterReferenceMarkerNumeric:j,characterReferenceValue:H,characterReference:U,codeFenced:s(g),codeFencedFence:h,codeFencedFenceInfo:f,codeFencedFenceMeta:p,codeFlowValue:C,codeIndented:s(m),codeText:s(T),codeTextData:C,data:C,definition:s(),definitionDestinationString:b,definitionLabelString:y,definitionTitleString:v,emphasis:s(),hardBreakEscape:s(D),hardBreakTrailing:s(D),htmlFlow:s(B),htmlFlowData:C,htmlText:s(I),htmlTextData:C,image:s(Q),label:N,labelText:_,lineEnding:P,link:s(M),listItem:s(),listOrdered:s(),listUnordered:s(),paragraph:s(),referenceString:z,resourceDestinationString:L,resourceTitleString:O,resource:R,setextHeading:s(E),setextHeadingLineSequence:k,setextHeadingText:x,strong:s(),thematicBreak:s()}};xk(t,(e||{}).mdastExtensions||[]);const n={};return r;function r(e){let r={type:"root",children:[]};const a={stack:[r],tokenStack:[],config:t,enter:l,exit:c,buffer:i,resume:u,data:n},s=[];let A=-1;for(;++A<e.length;)if("listOrdered"===e[A][1].type||"listUnordered"===e[A][1].type)if("enter"===e[A][0])s.push(A);else{A=o(e,s.pop(),A)}for(A=-1;++A<e.length;){const n=t[e[A][0]];vk.call(n,e[A][1].type)&&n[e[A][1].type].call(Object.assign({sliceSerialize:e[A][2].sliceSerialize},a),e[A][1])}if(a.tokenStack.length>0){const e=a.tokenStack[a.tokenStack.length-1];(e[1]||Ek).call(a,void 0,e[0])}for(r.position={start:wk(e.length>0?e[0][1].start:{line:1,column:1,offset:0}),end:wk(e.length>0?e[e.length-2][1].end:{line:1,column:1,offset:0})},A=-1;++A<t.transforms.length;)r=t.transforms[A](r)||r;return r}function o(e,t,n){let r,o,a,i,l=t-1,s=-1,c=!1;for(;++l<=n;){const t=e[l];switch(t[1].type){case"listUnordered":case"listOrdered":case"blockQuote":"enter"===t[0]?s++:s--,i=void 0;break;case"lineEndingBlank":"enter"===t[0]&&(r&&!i&&!s&&!a&&(a=l),i=void 0);break;case"linePrefix":case"listItemValue":case"listItemMarker":case"listItemPrefix":case"listItemPrefixWhitespace":break;default:i=void 0}if(!s&&"enter"===t[0]&&"listItemPrefix"===t[1].type||-1===s&&"exit"===t[0]&&("listUnordered"===t[1].type||"listOrdered"===t[1].type)){if(r){let i=l;for(o=void 0;i--;){const t=e[i];if("lineEnding"===t[1].type||"lineEndingBlank"===t[1].type){if("exit"===t[0])continue;o&&(e[o][1].type="lineEndingBlank",c=!0),t[1].type="lineEnding",o=i}else if("linePrefix"!==t[1].type&&"blockQuotePrefix"!==t[1].type&&"blockQuotePrefixWhitespace"!==t[1].type&&"blockQuoteMarker"!==t[1].type&&"listItemIndent"!==t[1].type)break}a&&(!o||a<o)&&(r._spread=!0),r.end=Object.assign({},o?e[o][1].start:t[1].end),e.splice(o||l,0,["exit",r,t[2]]),l++,n++}if("listItemPrefix"===t[1].type){const o={type:"listItem",_spread:!1,start:Object.assign({},t[1].start),end:void 0};r=o,e.splice(l,0,["enter",o,t[2]]),l++,n++,a=void 0,i=!0}}}return e[t][1]._spread=c,n}function a(e,t){return n;function n(n){l.call(this,e(n),n),t&&t.call(this,n)}}function i(){this.stack.push({type:"fragment",children:[]})}function l(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:wk(t.start),end:void 0}}function s(e){return t;function t(t){e&&e.call(this,t),c.call(this,t)}}function c(e,t){const n=this.stack.pop(),r=this.tokenStack.pop();if(!r)throw new Error("Cannot close `"+e.type+"` ("+lw({start:e.start,end:e.end})+"): it’s not open");r[0].type!==e.type&&(t?t.call(this,e,r[0]):(r[1]||Ek).call(this,e,r[0])),n.position.end=wk(e.end)}function u(){return function(e){const t=Tw;return Mw(e,"boolean"!=typeof t.includeImageAlt||t.includeImageAlt,"boolean"!=typeof t.includeHtml||t.includeHtml)}(this.stack.pop())}function A(){this.data.expectingFirstListItemValue=!0}function d(e){if(this.data.expectingFirstListItemValue){this.stack[this.stack.length-2].start=Number.parseInt(this.sliceSerialize(e),10),this.data.expectingFirstListItemValue=void 0}}function f(){const e=this.resume();this.stack[this.stack.length-1].lang=e}function p(){const e=this.resume();this.stack[this.stack.length-1].meta=e}function h(){this.data.flowCodeInside||(this.buffer(),this.data.flowCodeInside=!0)}function g(){const e=this.resume();this.stack[this.stack.length-1].value=e.replace(/^(\r?\n|\r)|(\r?\n|\r)$/g,""),this.data.flowCodeInside=void 0}function m(){const e=this.resume();this.stack[this.stack.length-1].value=e.replace(/(\r?\n|\r)$/g,"")}function y(e){const t=this.resume(),n=this.stack[this.stack.length-1];n.label=t,n.identifier=Uw(this.sliceSerialize(e)).toLowerCase()}function v(){const e=this.resume();this.stack[this.stack.length-1].title=e}function b(){const e=this.resume();this.stack[this.stack.length-1].url=e}function w(e){const t=this.stack[this.stack.length-1];if(!t.depth){const n=this.sliceSerialize(e).length;t.depth=n}}function x(){this.data.setextHeadingSlurpLineEnding=!0}function k(e){this.stack[this.stack.length-1].depth=61===this.sliceSerialize(e).codePointAt(0)?1:2}function E(){this.data.setextHeadingSlurpLineEnding=void 0}function S(e){const t=this.stack[this.stack.length-1].children;let n=t[t.length-1];(!n||"text"!==n.type)&&(n=ie(),n.position={start:wk(e.start),end:void 0},t.push(n)),this.stack.push(n)}function C(e){const t=this.stack.pop();t.value+=this.sliceSerialize(e),t.position.end=wk(e.end)}function P(e){const n=this.stack[this.stack.length-1];if(this.data.atHardBreak){return n.children[n.children.length-1].position.end=wk(e.end),void(this.data.atHardBreak=void 0)}!this.data.setextHeadingSlurpLineEnding&&t.canContainEols.includes(n.type)&&(S.call(this,e),C.call(this,e))}function D(){this.data.atHardBreak=!0}function B(){const e=this.resume();this.stack[this.stack.length-1].value=e}function I(){const e=this.resume();this.stack[this.stack.length-1].value=e}function T(){const e=this.resume();this.stack[this.stack.length-1].value=e}function M(){const e=this.stack[this.stack.length-1];if(this.data.inReference){const 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 Q(){const e=this.stack[this.stack.length-1];if(this.data.inReference){const 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 _(e){const t=this.sliceSerialize(e),n=this.stack[this.stack.length-2];n.label=function(e){return e.replace(mk,yk)}(t),n.identifier=Uw(t).toLowerCase()}function N(){const e=this.stack[this.stack.length-1],t=this.resume(),n=this.stack[this.stack.length-1];if(this.data.inReference=!0,"link"===n.type){const t=e.children;n.children=t}else n.alt=t}function L(){const e=this.resume();this.stack[this.stack.length-1].url=e}function O(){const e=this.resume();this.stack[this.stack.length-1].title=e}function R(){this.data.inReference=void 0}function F(){this.data.referenceType="collapsed"}function z(e){const t=this.resume(),n=this.stack[this.stack.length-1];n.label=t,n.identifier=Uw(this.sliceSerialize(e)).toLowerCase(),this.data.referenceType="full"}function j(e){this.data.characterReferenceType=e.type}function H(e){const t=this.sliceSerialize(e),n=this.data.characterReferenceType;let r;n?(r=Hw(t,"characterReferenceMarkerNumeric"===n?10:16),this.data.characterReferenceType=void 0):r=Nw(t);this.stack[this.stack.length-1].value+=r}function U(e){this.stack.pop().position.end=wk(e.end)}function W(e){C.call(this,e);this.stack[this.stack.length-1].url=this.sliceSerialize(e)}function V(e){C.call(this,e);this.stack[this.stack.length-1].url="mailto:"+this.sliceSerialize(e)}function q(){return{type:"blockquote",children:[]}}function Y(){return{type:"code",lang:null,meta:null,value:""}}function G(){return{type:"inlineCode",value:""}}function X(){return{type:"definition",identifier:"",label:null,title:null,url:""}}function K(){return{type:"emphasis",children:[]}}function J(){return{type:"heading",depth:0,children:[]}}function $(){return{type:"break"}}function Z(){return{type:"html",value:""}}function ee(){return{type:"image",title:null,url:"",alt:null}}function te(){return{type:"link",title:null,url:"",children:[]}}function ne(e){return{type:"list",ordered:"listOrdered"===e.type,start:null,spread:e._spread,children:[]}}function re(e){return{type:"listItem",spread:e._spread,checked:null,children:[]}}function oe(){return{type:"paragraph",children:[]}}function ae(){return{type:"strong",children:[]}}function ie(){return{type:"text",value:""}}function le(){return{type:"thematicBreak"}}}(n)(function(e){for(;!Ex(e););return e}(function(e){const t={constructs:Fw([pk,...(e||{}).extensions||[]]),content:n(ax),defined:[],document:n(ix),flow:n(ek),lazy:{},string:n(nk),text:n(rk)};return t;function n(e){return function(n){return hk(t,e,n)}}}(n).document().write(function(){let e,t=1,n="",r=!0;return function(o,a,i){const l=[];let s,c,u,A,d;for(o=n+("string"==typeof o?o.toString():new TextDecoder(a||void 0).decode(o)),u=0,n="",r&&(65279===o.charCodeAt(0)&&u++,r=void 0);u<o.length;){if(gk.lastIndex=u,s=gk.exec(o),A=s&&void 0!==s.index?s.index:o.length,d=o.charCodeAt(A),!s){n=o.slice(u);break}if(10===d&&u===A&&e)l.push(-3),e=void 0;else switch(e&&(l.push(-5),e=void 0),u<A&&(l.push(o.slice(u,A)),t+=A-u),d){case 0:l.push(65533),t++;break;case 9:for(c=4*Math.ceil(t/4),l.push(-2);t++<c;)l.push(-1);break;case 10:l.push(-4),t=1;break;default:e=!0,t=1}u=A+1}return i&&(e&&l.push(-5),n&&l.push(n),l.push(null)),l}}()(e,t,!0))))}function wk(e){return{line:e.line,column:e.column,offset:e.offset}}function xk(e,t){let n=-1;for(;++n<t.length;){const r=t[n];Array.isArray(r)?xk(e,r):kk(e,r)}}function kk(e,t){let n;for(n in t)if(vk.call(t,n))switch(n){case"canContainEols":{const r=t[n];r&&e[n].push(...r);break}case"transforms":{const r=t[n];r&&e[n].push(...r);break}case"enter":case"exit":{const r=t[n];r&&Object.assign(e[n],r);break}}}function Ek(e,t){throw e?new Error("Cannot close `"+e.type+"` ("+lw({start:e.start,end:e.end})+"): a different token (`"+t.type+"`, "+lw({start:t.start,end:t.end})+") is open"):new Error("Cannot close document, a token (`"+t.type+"`, "+lw({start:t.start,end:t.end})+") is still open")}function Sk(e){const t=this;t.parser=function(n){return bk(n,{...t.data("settings"),...e,extensions:t.data("micromarkExtensions")||[],mdastExtensions:t.data("fromMarkdownExtensions")||[]})}}function Ck(e,t){const n=t.referenceType;let r="]";if("collapsed"===n?r+="[]":"full"===n&&(r+="["+(t.label||t.identifier)+"]"),"imageReference"===t.type)return[{type:"text",value:"!["+t.alt+r}];const o=e.all(t),a=o[0];a&&"text"===a.type?a.value="["+a.value:o.unshift({type:"text",value:"["});const i=o[o.length-1];return i&&"text"===i.type?i.value+=r:o.push({type:"text",value:r}),o}function Pk(e){return e.spread??e.children.length>1}const Dk=9,Bk=32;function Ik(e){const t=String(e),n=/\r?\n|\r/g;let r=n.exec(t),o=0;const a=[];for(;r;)a.push(Tk(t.slice(o,r.index),o>0,!0),r[0]),o=r.index+r[0].length,r=n.exec(t);return a.push(Tk(t.slice(o),o>0,!1)),a.join("")}function Tk(e,t,n){let r=0,o=e.length;if(t){let t=e.codePointAt(r);for(;t===Dk||t===Bk;)r++,t=e.codePointAt(r)}if(n){let t=e.codePointAt(o-1);for(;t===Dk||t===Bk;)o--,t=e.codePointAt(o-1)}return o>r?e.slice(r,o):""}const Mk={blockquote:function(e,t){const n={type:"element",tagName:"blockquote",properties:{},children:e.wrap(e.all(t),!0)};return e.patch(t,n),e.applyData(t,n)},break:function(e,t){const n={type:"element",tagName:"br",properties:{},children:[]};return e.patch(t,n),[e.applyData(t,n),{type:"text",value:"\n"}]},code:function(e,t){const n=t.value?t.value+"\n":"",r={};t.lang&&(r.className=["language-"+t.lang]);let o={type:"element",tagName:"code",properties:r,children:[{type:"text",value:n}]};return t.meta&&(o.data={meta:t.meta}),e.patch(t,o),o=e.applyData(t,o),o={type:"element",tagName:"pre",properties:{},children:[o]},e.patch(t,o),o},delete:function(e,t){const n={type:"element",tagName:"del",properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)},emphasis:function(e,t){const n={type:"element",tagName:"em",properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)},footnoteReference:function(e,t){const n="string"==typeof e.options.clobberPrefix?e.options.clobberPrefix:"user-content-",r=String(t.identifier).toUpperCase(),o=rx(r.toLowerCase()),a=e.footnoteOrder.indexOf(r);let i,l=e.footnoteCounts.get(r);void 0===l?(l=0,e.footnoteOrder.push(r),i=e.footnoteOrder.length):i=a+1,l+=1,e.footnoteCounts.set(r,l);const s={type:"element",tagName:"a",properties:{href:"#"+n+"fn-"+o,id:n+"fnref-"+o+(l>1?"-"+l:""),dataFootnoteRef:!0,ariaDescribedBy:["footnote-label"]},children:[{type:"text",value:String(i)}]};e.patch(t,s);const c={type:"element",tagName:"sup",properties:{},children:[s]};return e.patch(t,c),e.applyData(t,c)},heading:function(e,t){const n={type:"element",tagName:"h"+t.depth,properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)},html:function(e,t){if(e.options.allowDangerousHtml){const n={type:"raw",value:t.value};return e.patch(t,n),e.applyData(t,n)}},imageReference:function(e,t){const n=String(t.identifier).toUpperCase(),r=e.definitionById.get(n);if(!r)return Ck(e,t);const o={src:rx(r.url||""),alt:t.alt};null!==r.title&&void 0!==r.title&&(o.title=r.title);const a={type:"element",tagName:"img",properties:o,children:[]};return e.patch(t,a),e.applyData(t,a)},image:function(e,t){const n={src:rx(t.url)};null!==t.alt&&void 0!==t.alt&&(n.alt=t.alt),null!==t.title&&void 0!==t.title&&(n.title=t.title);const r={type:"element",tagName:"img",properties:n,children:[]};return e.patch(t,r),e.applyData(t,r)},inlineCode:function(e,t){const n={type:"text",value:t.value.replace(/\r?\n|\r/g," ")};e.patch(t,n);const r={type:"element",tagName:"code",properties:{},children:[n]};return e.patch(t,r),e.applyData(t,r)},linkReference:function(e,t){const n=String(t.identifier).toUpperCase(),r=e.definitionById.get(n);if(!r)return Ck(e,t);const o={href:rx(r.url||"")};null!==r.title&&void 0!==r.title&&(o.title=r.title);const a={type:"element",tagName:"a",properties:o,children:e.all(t)};return e.patch(t,a),e.applyData(t,a)},link:function(e,t){const n={href:rx(t.url)};null!==t.title&&void 0!==t.title&&(n.title=t.title);const r={type:"element",tagName:"a",properties:n,children:e.all(t)};return e.patch(t,r),e.applyData(t,r)},listItem:function(e,t,n){const r=e.all(t),o=n?function(e){let t=!1;if("list"===e.type){t=e.spread||!1;const n=e.children;let r=-1;for(;!t&&++r<n.length;)t=Pk(n[r])}return t}(n):Pk(t),a={},i=[];if("boolean"==typeof t.checked){const e=r[0];let n;e&&"element"===e.type&&"p"===e.tagName?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 l=-1;for(;++l<r.length;){const e=r[l];(o||0!==l||"element"!==e.type||"p"!==e.tagName)&&i.push({type:"text",value:"\n"}),"element"!==e.type||"p"!==e.tagName||o?i.push(e):i.push(...e.children)}const s=r[r.length-1];s&&(o||"element"!==s.type||"p"!==s.tagName)&&i.push({type:"text",value:"\n"});const c={type:"element",tagName:"li",properties:a,children:i};return e.patch(t,c),e.applyData(t,c)},list:function(e,t){const n={},r=e.all(t);let o=-1;for("number"==typeof t.start&&1!==t.start&&(n.start=t.start);++o<r.length;){const e=r[o];if("element"===e.type&&"li"===e.tagName&&e.properties&&Array.isArray(e.properties.className)&&e.properties.className.includes("task-list-item")){n.className=["contains-task-list"];break}}const a={type:"element",tagName:t.ordered?"ol":"ul",properties:n,children:e.wrap(r,!0)};return e.patch(t,a),e.applyData(t,a)},paragraph:function(e,t){const n={type:"element",tagName:"p",properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)},root:function(e,t){const n={type:"root",children:e.wrap(e.all(t))};return e.patch(t,n),e.applyData(t,n)},strong:function(e,t){const n={type:"element",tagName:"strong",properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)},table:function(e,t){const n=e.all(t),r=n.shift(),o=[];if(r){const n={type:"element",tagName:"thead",properties:{},children:e.wrap([r],!0)};e.patch(t.children[0],n),o.push(n)}if(n.length>0){const r={type:"element",tagName:"tbody",properties:{},children:e.wrap(n,!0)},a=aw(t.children[1]),i=ow(t.children[t.children.length-1]);a&&i&&(r.position={start:a,end:i}),o.push(r)}const a={type:"element",tagName:"table",properties:{},children:e.wrap(o,!0)};return e.patch(t,a),e.applyData(t,a)},tableCell:function(e,t){const n={type:"element",tagName:"td",properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)},tableRow:function(e,t,n){const r=n?n.children:void 0,o=0===(r?r.indexOf(t):1)?"th":"td",a=n&&"table"===n.type?n.align:void 0,i=a?a.length:t.children.length;let l=-1;const s=[];for(;++l<i;){const n=t.children[l],r={},i=a?a[l]:void 0;i&&(r.align=i);let c={type:"element",tagName:o,properties:r,children:[]};n&&(c.children=e.all(n),e.patch(n,c),c=e.applyData(n,c)),s.push(c)}const c={type:"element",tagName:"tr",properties:{},children:e.wrap(s,!0)};return e.patch(t,c),e.applyData(t,c)},text:function(e,t){const n={type:"text",value:Ik(String(t.value))};return e.patch(t,n),e.applyData(t,n)},thematicBreak:function(e,t){const n={type:"element",tagName:"hr",properties:{},children:[]};return e.patch(t,n),e.applyData(t,n)},toml:Qk,yaml:Qk,definition:Qk,footnoteDefinition:Qk};function Qk(){}const _k="object"==typeof self?self:globalThis,Nk=e=>((e,t)=>{const n=(t,n)=>(e.set(n,t),t),r=o=>{if(e.has(o))return e.get(o);const[a,i]=t[o];switch(a){case 0:case-1:return n(i,o);case 1:{const e=n([],o);for(const t of i)e.push(r(t));return e}case 2:{const e=n({},o);for(const[t,n]of i)e[r(t)]=r(n);return e}case 3:return n(new Date(i),o);case 4:{const{source:e,flags:t}=i;return n(new RegExp(e,t),o)}case 5:{const e=n(new Map,o);for(const[t,n]of i)e.set(r(t),r(n));return e}case 6:{const e=n(new Set,o);for(const t of i)e.add(r(t));return e}case 7:{const{name:e,message:t}=i;return n(new _k[e](t),o)}case 8:return n(BigInt(i),o);case"BigInt":return n(Object(BigInt(i)),o);case"ArrayBuffer":return n(new Uint8Array(i).buffer,i);case"DataView":{const{buffer:e}=new Uint8Array(i);return n(new DataView(e),i)}}return n(new _k[a](i),o)};return r})(new Map,e)(0),Lk="",{toString:Ok}={},{keys:Rk}=Object,Fk=e=>{const t=typeof e;if("object"!==t||!e)return[0,t];const n=Ok.call(e).slice(8,-1);switch(n){case"Array":return[1,Lk];case"Object":return[2,Lk];case"Date":return[3,Lk];case"RegExp":return[4,Lk];case"Map":return[5,Lk];case"Set":return[6,Lk];case"DataView":return[1,n]}return n.includes("Array")?[1,n]:n.includes("Error")?[7,n]:[2,n]},zk=([e,t])=>0===e&&("function"===t||"symbol"===t),jk=(e,{json:t,lossy:n}={})=>{const r=[];return((e,t,n,r)=>{const o=(e,t)=>{const o=r.push(e)-1;return n.set(t,o),o},a=r=>{if(n.has(r))return n.get(r);let[i,l]=Fk(r);switch(i){case 0:{let t=r;switch(l){case"bigint":i=8,t=r.toString();break;case"function":case"symbol":if(e)throw new TypeError("unable to serialize "+l);t=null;break;case"undefined":return o([-1],r)}return o([i,t],r)}case 1:{if(l){let e=r;return"DataView"===l?e=new Uint8Array(r.buffer):"ArrayBuffer"===l&&(e=new Uint8Array(r)),o([l,[...e]],r)}const e=[],t=o([i,e],r);for(const t of r)e.push(a(t));return t}case 2:{if(l)switch(l){case"BigInt":return o([l,r.toString()],r);case"Boolean":case"Number":case"String":return o([l,r.valueOf()],r)}if(t&&"toJSON"in r)return a(r.toJSON());const n=[],s=o([i,n],r);for(const t of Rk(r))(e||!zk(Fk(r[t])))&&n.push([a(t),a(r[t])]);return s}case 3:return o([i,r.toISOString()],r);case 4:{const{source:e,flags:t}=r;return o([i,{source:e,flags:t}],r)}case 5:{const t=[],n=o([i,t],r);for(const[n,o]of r)(e||!zk(Fk(n))&&!zk(Fk(o)))&&t.push([a(n),a(o)]);return n}case 6:{const t=[],n=o([i,t],r);for(const n of r)(e||!zk(Fk(n)))&&t.push(a(n));return n}}const{message:s}=r;return o([i,{name:l,message:s}],r)};return a})(!(t||n),!!t,new Map,r)(e),r},Hk="function"==typeof structuredClone?(e,t)=>t&&("json"in t||"lossy"in t)?Nk(jk(e,t)):structuredClone(e):(e,t)=>Nk(jk(e,t));function Uk(e,t){const n=[{type:"text",value:"↩"}];return t>1&&n.push({type:"element",tagName:"sup",properties:{},children:[{type:"text",value:String(t)}]}),n}function Wk(e,t){return"Back to reference "+(e+1)+(t>1?"-"+t:"")}const Vk=function(e){if(null==e)return Yk;if("function"==typeof e)return qk(e);if("object"==typeof e)return Array.isArray(e)?function(e){const t=[];let n=-1;for(;++n<e.length;)t[n]=Vk(e[n]);return qk(r);function r(...e){let n=-1;for(;++n<t.length;)if(t[n].apply(this,e))return!0;return!1}}(e):function(e){const t=e;return qk(n);function n(n){const r=n;let o;for(o in e)if(r[o]!==t[o])return!1;return!0}}(e);if("string"==typeof e)return function(e){return qk(t);function t(t){return t&&t.type===e}}(e);throw new Error("Expected function, string, or object as test")};function qk(e){return function(t,n,r){return!(!function(e){return null!==e&&"object"==typeof e&&"type"in e}(t)||!e.call(this,t,"number"==typeof n?n:void 0,r||void 0))}}function Yk(){return!0}const Gk=[],Xk=!0,Kk=!1,Jk="skip";function $k(e,t,n,r){let o;"function"==typeof t&&"function"!=typeof n?(r=n,n=t):o=t;const a=Vk(o),i=r?-1:1;!function e(o,l,s){const c=o&&"object"==typeof o?o:{};if("string"==typeof c.type){const e="string"==typeof c.tagName?c.tagName:"string"==typeof c.name?c.name:void 0;Object.defineProperty(u,"name",{value:"node ("+o.type+(e?"<"+e+">":"")+")"})}return u;function u(){let c,u,A,d=Gk;if((!t||a(o,l,s[s.length-1]||void 0))&&(d=function(e){return Array.isArray(e)?e:"number"==typeof e?[Xk,e]:null==e?Gk:[e]}(n(o,s)),d[0]===Kk))return d;if("children"in o&&o.children){const t=o;if(t.children&&d[0]!==Jk)for(u=(r?t.children.length:-1)+i,A=s.concat(t);u>-1&&u<t.children.length;){const n=t.children[u];if(c=e(n,u,A)(),c[0]===Kk)return c;u="number"==typeof c[1]?c[1]:u+i}}return d}}(e,void 0,[])()}function Zk(e,t,n,r){let o,a,i;"function"==typeof t?(a=void 0,i=t,o=n):(a=t,i=n,o=r),$k(e,a,(function(e,t){const n=t[t.length-1],r=n?n.children.indexOf(e):void 0;return i(e,r,n)}),o)}const eE={}.hasOwnProperty,tE={};function nE(e,t){const n=t||tE,r=new Map,o=new Map,a=new Map,i={...Mk,...n.handlers},l={all:function(e){const t=[];if("children"in e){const n=e.children;let r=-1;for(;++r<n.length;){const o=l.one(n[r],e);if(o){if(r&&"break"===n[r-1].type&&(!Array.isArray(o)&&"text"===o.type&&(o.value=lE(o.value)),!Array.isArray(o)&&"element"===o.type)){const e=o.children[0];e&&"text"===e.type&&(e.value=lE(e.value))}Array.isArray(o)?t.push(...o):t.push(o)}}}return t},applyData:oE,definitionById:r,footnoteById:o,footnoteCounts:a,footnoteOrder:[],handlers:i,one:function(e,t){const n=e.type,r=l.handlers[n];if(eE.call(l.handlers,n)&&r)return r(l,e,t);if(l.options.passThrough&&l.options.passThrough.includes(n)){if("children"in e){const{children:t,...n}=e,r=Hk(n);return r.children=l.all(e),r}return Hk(e)}return(l.options.unknownHandler||aE)(l,e,t)},options:n,patch:rE,wrap:iE};return Zk(e,(function(e){if("definition"===e.type||"footnoteDefinition"===e.type){const t="definition"===e.type?r:o,n=String(e.identifier).toUpperCase();t.has(n)||t.set(n,e)}})),l}function rE(e,t){e.position&&(t.position=function(e){const t=aw(e),n=ow(e);if(t&&n)return{start:t,end:n}}(e))}function oE(e,t){let n=t;if(e&&e.data){const t=e.data.hName,r=e.data.hChildren,o=e.data.hProperties;if("string"==typeof t)if("element"===n.type)n.tagName=t;else{n={type:"element",tagName:t,properties:{},children:"children"in n?n.children:[n]}}"element"===n.type&&o&&Object.assign(n.properties,Hk(o)),"children"in n&&n.children&&null!=r&&(n.children=r)}return n}function aE(e,t){const n=t.data||{},r=!("value"in t)||eE.call(n,"hProperties")||eE.call(n,"hChildren")?{type:"element",tagName:"div",properties:{},children:e.all(t)}:{type:"text",value:t.value};return e.patch(t,r),e.applyData(t,r)}function iE(e,t){const n=[];let r=-1;for(t&&n.push({type:"text",value:"\n"});++r<e.length;)r&&n.push({type:"text",value:"\n"}),n.push(e[r]);return t&&e.length>0&&n.push({type:"text",value:"\n"}),n}function lE(e){let t=0,n=e.charCodeAt(t);for(;9===n||32===n;)t++,n=e.charCodeAt(t);return e.slice(t)}function sE(e,t){const n=nE(e,t),r=n.one(e,void 0),o=function(e){const t="string"==typeof e.options.clobberPrefix?e.options.clobberPrefix:"user-content-",n=e.options.footnoteBackContent||Uk,r=e.options.footnoteBackLabel||Wk,o=e.options.footnoteLabel||"Footnotes",a=e.options.footnoteLabelTagName||"h2",i=e.options.footnoteLabelProperties||{className:["sr-only"]},l=[];let s=-1;for(;++s<e.footnoteOrder.length;){const o=e.footnoteById.get(e.footnoteOrder[s]);if(!o)continue;const a=e.all(o),i=String(o.identifier).toUpperCase(),c=rx(i.toLowerCase());let u=0;const A=[],d=e.footnoteCounts.get(i);for(;void 0!==d&&++u<=d;){A.length>0&&A.push({type:"text",value:" "});let e="string"==typeof n?n:n(s,u);"string"==typeof e&&(e={type:"text",value:e}),A.push({type:"element",tagName:"a",properties:{href:"#"+t+"fnref-"+c+(u>1?"-"+u:""),dataFootnoteBackref:"",ariaLabel:"string"==typeof r?r:r(s,u),className:["data-footnote-backref"]},children:Array.isArray(e)?e:[e]})}const f=a[a.length-1];if(f&&"element"===f.type&&"p"===f.tagName){const e=f.children[f.children.length-1];e&&"text"===e.type?e.value+=" ":f.children.push({type:"text",value:" "}),f.children.push(...A)}else a.push(...A);const p={type:"element",tagName:"li",properties:{id:t+"fn-"+c},children:e.wrap(a,!0)};e.patch(o,p),l.push(p)}if(0!==l.length)return{type:"element",tagName:"section",properties:{dataFootnotes:!0,className:["footnotes"]},children:[{type:"element",tagName:a,properties:{...Hk(i),id:"footnote-label"},children:[{type:"text",value:o}]},{type:"text",value:"\n"},{type:"element",tagName:"ol",properties:{},children:e.wrap(l,!0)},{type:"text",value:"\n"}]}}(n),a=Array.isArray(r)?{type:"root",children:r}:r||{type:"root",children:[]};return o&&a.children.push({type:"text",value:"\n"},o),a}function cE(e,t){return e&&"run"in e?async function(n,r){const o=sE(n,{file:r,...t});await e.run(o,r)}:function(n,r){return sE(n,{file:r,...e||t})}}function uE(e){if(e)throw e}var AE,dE;var fE=function(){if(dE)return AE;dE=1;var e=Object.prototype.hasOwnProperty,t=Object.prototype.toString,n=Object.defineProperty,r=Object.getOwnPropertyDescriptor,o=function(e){return"function"==typeof Array.isArray?Array.isArray(e):"[object Array]"===t.call(e)},a=function(n){if(!n||"[object Object]"!==t.call(n))return!1;var r,o=e.call(n,"constructor"),a=n.constructor&&n.constructor.prototype&&e.call(n.constructor.prototype,"isPrototypeOf");if(n.constructor&&!o&&!a)return!1;for(r in n);return typeof r>"u"||e.call(n,r)},i=function(e,t){n&&"__proto__"===t.name?n(e,t.name,{enumerable:!0,configurable:!0,value:t.newValue,writable:!0}):e[t.name]=t.newValue},l=function(t,n){if("__proto__"===n){if(!e.call(t,n))return;if(r)return r(t,n).value}return t[n]};return AE=function e(){var t,n,r,s,c,u,A=arguments[0],d=1,f=arguments.length,p=!1;for("boolean"==typeof A&&(p=A,A=arguments[1]||{},d=2),(null==A||"object"!=typeof A&&"function"!=typeof A)&&(A={});d<f;++d)if(null!=(t=arguments[d]))for(n in t)r=l(A,n),A!==(s=l(t,n))&&(p&&s&&(a(s)||(c=o(s)))?(c?(c=!1,u=r&&o(r)?r:[]):u=r&&a(r)?r:{},i(A,{name:n,newValue:e(p,u,s)})):typeof s<"u"&&i(A,{name:n,newValue:s}));return A},AE}();const pE=Kb(fE);function hE(e){if("object"!=typeof e||null===e)return!1;const t=Object.getPrototypeOf(e);return!(null!==t&&t!==Object.prototype&&null!==Object.getPrototypeOf(t)||Symbol.toStringTag in e||Symbol.iterator in e)}function gE(){const e=[],t={run:function(...t){let n=-1;const r=t.pop();if("function"!=typeof r)throw new TypeError("Expected function as last argument, not "+r);!function o(a,...i){const l=e[++n];let s=-1;if(a)r(a);else{for(;++s<t.length;)(null===i[s]||void 0===i[s])&&(i[s]=t[s]);t=i,l?function(e,t){let n;return r;function r(...t){const r=e.length>t.length;let i;r&&t.push(o);try{i=e.apply(this,t)}catch(e){if(r&&n)throw e;return o(e)}r||(i&&i.then&&"function"==typeof i.then?i.then(a,o):i instanceof Error?o(i):a(i))}function o(e,...r){n||(n=!0,t(e,...r))}function a(e){o(null,e)}}(l,o)(...i):r(null,...i)}}(null,...t)},use:function(n){if("function"!=typeof n)throw new TypeError("Expected `middelware` to be a function, not "+n);return e.push(n),t}};return t}const mE={basename:function(e,t){if(void 0!==t&&"string"!=typeof t)throw new TypeError('"ext" argument must be a string');yE(e);let n,r=0,o=-1,a=e.length;if(void 0===t||0===t.length||t.length>e.length){for(;a--;)if(47===e.codePointAt(a)){if(n){r=a+1;break}}else o<0&&(n=!0,o=a+1);return o<0?"":e.slice(r,o)}if(t===e)return"";let i=-1,l=t.length-1;for(;a--;)if(47===e.codePointAt(a)){if(n){r=a+1;break}}else i<0&&(n=!0,i=a+1),l>-1&&(e.codePointAt(a)===t.codePointAt(l--)?l<0&&(o=a):(l=-1,o=i));return r===o?o=i:o<0&&(o=e.length),e.slice(r,o)},dirname:function(e){if(yE(e),0===e.length)return".";let t,n=-1,r=e.length;for(;--r;)if(47===e.codePointAt(r)){if(t){n=r;break}}else t||(t=!0);return n<0?47===e.codePointAt(0)?"/":".":1===n&&47===e.codePointAt(0)?"//":e.slice(0,n)},extname:function(e){yE(e);let t,n=e.length,r=-1,o=0,a=-1,i=0;for(;n--;){const l=e.codePointAt(n);if(47!==l)r<0&&(t=!0,r=n+1),46===l?a<0?a=n:1!==i&&(i=1):a>-1&&(i=-1);else if(t){o=n+1;break}}return a<0||r<0||0===i||1===i&&a===r-1&&a===o+1?"":e.slice(a,r)},join:function(...e){let t,n=-1;for(;++n<e.length;)yE(e[n]),e[n]&&(t=void 0===t?e[n]:t+"/"+e[n]);return void 0===t?".":function(e){yE(e);const t=47===e.codePointAt(0);let n=function(e,t){let n,r,o="",a=0,i=-1,l=0,s=-1;for(;++s<=e.length;){if(s<e.length)n=e.codePointAt(s);else{if(47===n)break;n=47}if(47===n){if(i!==s-1&&1!==l)if(i!==s-1&&2===l){if(o.length<2||2!==a||46!==o.codePointAt(o.length-1)||46!==o.codePointAt(o.length-2))if(o.length>2){if(r=o.lastIndexOf("/"),r!==o.length-1){r<0?(o="",a=0):(o=o.slice(0,r),a=o.length-1-o.lastIndexOf("/")),i=s,l=0;continue}}else if(o.length>0){o="",a=0,i=s,l=0;continue}t&&(o=o.length>0?o+"/..":"..",a=2)}else o.length>0?o+="/"+e.slice(i+1,s):o=e.slice(i+1,s),a=s-i-1;i=s,l=0}else 46===n&&l>-1?l++:l=-1}return o}(e,!t);return 0===n.length&&!t&&(n="."),n.length>0&&47===e.codePointAt(e.length-1)&&(n+="/"),t?"/"+n:n}(t)},sep:"/"};function yE(e){if("string"!=typeof e)throw new TypeError("Path must be a string. Received "+JSON.stringify(e))}const vE={cwd:function(){return"/"}};function bE(e){return!!(null!==e&&"object"==typeof e&&"href"in e&&e.href&&"protocol"in e&&e.protocol&&void 0===e.auth)}function wE(e){if("string"==typeof e)e=new URL(e);else if(!bE(e)){const t=new TypeError('The "path" argument must be of type string or an instance of URL. Received `'+e+"`");throw t.code="ERR_INVALID_ARG_TYPE",t}if("file:"!==e.protocol){const e=new TypeError("The URL must be of scheme file");throw e.code="ERR_INVALID_URL_SCHEME",e}return function(e){if(""!==e.hostname){const e=new TypeError('File URL host must be "localhost" or empty on darwin');throw e.code="ERR_INVALID_FILE_URL_HOST",e}const t=e.pathname;let n=-1;for(;++n<t.length;)if(37===t.codePointAt(n)&&50===t.codePointAt(n+1)){const e=t.codePointAt(n+2);if(70===e||102===e){const e=new TypeError("File URL path must not include encoded / characters");throw e.code="ERR_INVALID_FILE_URL_PATH",e}}return decodeURIComponent(t)}(e)}const xE=["history","path","basename","stem","extname","dirname"];class kE{constructor(e){let t;var n;t=e?bE(e)?{path:e}:"string"==typeof e||(n=e)&&"object"==typeof n&&"byteLength"in n&&"byteOffset"in n?{value:e}:e:{},this.cwd="cwd"in t?"":vE.cwd(),this.data={},this.history=[],this.messages=[],this.value,this.map,this.result,this.stored;let r,o=-1;for(;++o<xE.length;){const e=xE[o];e in t&&void 0!==t[e]&&null!==t[e]&&(this[e]="history"===e?[...t[e]]:t[e])}for(r in t)xE.includes(r)||(this[r]=t[r])}get basename(){return"string"==typeof this.path?mE.basename(this.path):void 0}set basename(e){SE(e,"basename"),EE(e,"basename"),this.path=mE.join(this.dirname||"",e)}get dirname(){return"string"==typeof this.path?mE.dirname(this.path):void 0}set dirname(e){CE(this.basename,"dirname"),this.path=mE.join(e||"",this.basename)}get extname(){return"string"==typeof this.path?mE.extname(this.path):void 0}set extname(e){if(EE(e,"extname"),CE(this.dirname,"extname"),e){if(46!==e.codePointAt(0))throw new Error("`extname` must start with `.`");if(e.includes(".",1))throw new Error("`extname` cannot contain multiple dots")}this.path=mE.join(this.dirname,this.stem+(e||""))}get path(){return this.history[this.history.length-1]}set path(e){bE(e)&&(e=wE(e)),SE(e,"path"),this.path!==e&&this.history.push(e)}get stem(){return"string"==typeof this.path?mE.basename(this.path,this.extname):void 0}set stem(e){SE(e,"stem"),EE(e,"stem"),this.path=mE.join(this.dirname||"",e+(this.extname||""))}fail(e,t,n){const r=this.message(e,t,n);throw r.fatal=!0,r}info(e,t,n){const r=this.message(e,t,n);return r.fatal=void 0,r}message(e,t,n){const r=new Aw(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 void 0===this.value?"":"string"==typeof this.value?this.value:new TextDecoder(e||void 0).decode(this.value)}}function EE(e,t){if(e&&e.includes(mE.sep))throw new Error("`"+t+"` cannot be a path: did not expect `"+mE.sep+"`")}function SE(e,t){if(!e)throw new Error("`"+t+"` cannot be empty")}function CE(e,t){if(!e)throw new Error("Setting `"+t+"` requires `path` to be set too")}const PE=function(e){const t=this.constructor.prototype,n=t[e],r=function(){return n.apply(r,arguments)};return Object.setPrototypeOf(r,t),r},DE={}.hasOwnProperty;class BE extends PE{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=gE()}copy(){const e=new BE;let t=-1;for(;++t<this.attachers.length;){const n=this.attachers[t];e.use(...n)}return e.data(pE(!0,{},this.namespace)),e}data(e,t){return"string"==typeof e?2===arguments.length?(QE("data",this.frozen),this.namespace[e]=t,this):DE.call(this.namespace,e)&&this.namespace[e]||void 0:e?(QE("data",this.frozen),this.namespace=e,this):this.namespace}freeze(){if(this.frozen)return this;const e=this;for(;++this.freezeIndex<this.attachers.length;){const[t,...n]=this.attachers[this.freezeIndex];if(!1===n[0])continue;!0===n[0]&&(n[0]=void 0);const r=t.call(e,...n);"function"==typeof r&&this.transformers.use(r)}return this.frozen=!0,this.freezeIndex=Number.POSITIVE_INFINITY,this}parse(e){this.freeze();const t=LE(e),n=this.parser||this.Parser;return TE("parse",n),n(String(t),t)}process(e,t){const n=this;return this.freeze(),TE("process",this.parser||this.Parser),ME("process",this.compiler||this.Compiler),t?r(void 0,t):new Promise(r);function r(r,o){const a=LE(e),i=n.parse(a);function l(e,n){e||!n?o(e):r?r(n):t(void 0,n)}n.run(i,a,(function(e,t,r){if(e||!t||!r)return l(e);const o=t,a=n.stringify(o,r);var i;"string"==typeof(i=a)||function(e){return!!(e&&"object"==typeof e&&"byteLength"in e&&"byteOffset"in e)}(i)?r.value=a:r.result=a,l(e,r)}))}}processSync(e){let t,n=!1;return this.freeze(),TE("processSync",this.parser||this.Parser),ME("processSync",this.compiler||this.Compiler),this.process(e,(function(e,r){n=!0,uE(e),t=r})),NE("processSync","process",n),t}run(e,t,n){_E(e),this.freeze();const r=this.transformers;return!n&&"function"==typeof t&&(n=t,t=void 0),n?o(void 0,n):new Promise(o);function o(o,a){const i=LE(t);r.run(e,i,(function(t,r,i){const l=r||e;t?a(t):o?o(l):n(void 0,l,i)}))}}runSync(e,t){let n,r=!1;return this.run(e,t,(function(e,t){uE(e),n=t,r=!0})),NE("runSync","run",r),n}stringify(e,t){this.freeze();const n=LE(t),r=this.compiler||this.Compiler;return ME("stringify",r),_E(e),r(e,n)}use(e,...t){const n=this.attachers,r=this.namespace;if(QE("use",this.frozen),null!=e)if("function"==typeof e)l(e,t);else{if("object"!=typeof e)throw new TypeError("Expected usable value, not `"+e+"`");Array.isArray(e)?i(e):a(e)}return this;function o(e){if("function"==typeof e)l(e,[]);else{if("object"!=typeof e)throw new TypeError("Expected usable value, not `"+e+"`");if(Array.isArray(e)){const[t,...n]=e;l(t,n)}else a(e)}}function a(e){if(!("plugins"in e)&&!("settings"in e))throw new Error("Expected usable value but received an empty preset, which is probably a mistake: presets typically come with `plugins` and sometimes with `settings`, but this has neither");i(e.plugins),e.settings&&(r.settings=pE(!0,r.settings,e.settings))}function i(e){let t=-1;if(null!=e){if(!Array.isArray(e))throw new TypeError("Expected a list of plugins, not `"+e+"`");for(;++t<e.length;){o(e[t])}}}function l(e,t){let r=-1,o=-1;for(;++r<n.length;)if(n[r][0]===e){o=r;break}if(-1===o)n.push([e,...t]);else if(t.length>0){let[r,...a]=t;const i=n[o][1];hE(i)&&hE(r)&&(r=pE(!0,i,r)),n[o]=[e,r,...a]}}}}const IE=(new BE).freeze();function TE(e,t){if("function"!=typeof t)throw new TypeError("Cannot `"+e+"` without `parser`")}function ME(e,t){if("function"!=typeof t)throw new TypeError("Cannot `"+e+"` without `compiler`")}function QE(e,t){if(t)throw new Error("Cannot call `"+e+"` on a frozen processor.\nCreate a new processor first, by calling it: use `processor()` instead of `processor`.")}function _E(e){if(!hE(e)||"string"!=typeof e.type)throw new TypeError("Expected node, got `"+e+"`")}function NE(e,t,n){if(!n)throw new Error("`"+e+"` finished async. Use `"+t+"` instead")}function LE(e){return function(e){return!!(e&&"object"==typeof e&&"message"in e&&"messages"in e)}(e)?e:new kE(e)}const OE=[],RE={allowDangerousHtml:!0},FE=/^(https?|ircs?|mailto|xmpp)$/i,zE=[{from:"astPlugins",id:"remove-buggy-html-in-markdown-parser"},{from:"allowDangerousHtml",id:"remove-buggy-html-in-markdown-parser"},{from:"allowNode",id:"replace-allownode-allowedtypes-and-disallowedtypes",to:"allowElement"},{from:"allowedTypes",id:"replace-allownode-allowedtypes-and-disallowedtypes",to:"allowedElements"},{from:"disallowedTypes",id:"replace-allownode-allowedtypes-and-disallowedtypes",to:"disallowedElements"},{from:"escapeHtml",id:"remove-buggy-html-in-markdown-parser"},{from:"includeElementIndex",id:"#remove-includeelementindex"},{from:"includeNodeIndex",id:"change-includenodeindex-to-includeelementindex"},{from:"linkTarget",id:"remove-linktarget"},{from:"plugins",id:"change-plugins-to-remarkplugins",to:"remarkPlugins"},{from:"rawSourcePos",id:"#remove-rawsourcepos"},{from:"renderers",id:"change-renderers-to-components",to:"components"},{from:"source",id:"change-source-to-children",to:"children"},{from:"sourcePos",id:"#remove-sourcepos"},{from:"transformImageUri",id:"#add-urltransform",to:"urlTransform"},{from:"transformLinkUri",id:"#add-urltransform",to:"urlTransform"}];function jE(e){const t=e.allowedElements,n=e.allowElement,r=e.children||"",o=e.className,a=e.components,i=e.disallowedElements,l=e.rehypePlugins||OE,s=e.remarkPlugins||OE,c=e.remarkRehypeOptions?{...e.remarkRehypeOptions,...RE}:RE,u=e.skipHtml,A=e.unwrapDisallowed,d=e.urlTransform||HE,f=IE().use(Sk).use(s).use(cE,c).use(l),p=new kE;"string"==typeof r&&(p.value=r);for(const t of zE)Object.hasOwn(e,t.from)&&(t.from,t.to&&t.to,t.id);const h=f.parse(p);let g=f.runSync(h,p);return o&&(g={type:"element",tagName:"div",properties:{className:o},children:"root"===g.type?g.children:[g]}),Zk(g,(function(e,r,o){if("raw"===e.type&&o&&"number"==typeof r)return u?o.children.splice(r,1):o.children[r]={type:"text",value:e.value},r;if("element"===e.type){let t;for(t in Iw)if(Object.hasOwn(Iw,t)&&Object.hasOwn(e.properties,t)){const n=e.properties[t],r=Iw[t];(null===r||r.includes(e.tagName))&&(e.properties[t]=d(String(n||""),t,e))}}if("element"===e.type){let a=t?!t.includes(e.tagName):!!i&&i.includes(e.tagName);if(!a&&n&&"number"==typeof r&&(a=!n(e,r,o)),a&&o&&"number"==typeof r)return A&&e.children?o.children.splice(r,1,...e.children):o.children.splice(r,1),r}})),vw(g,{Fragment:oA.Fragment,components:a,ignoreInvalidStyle:!0,jsx:oA.jsx,jsxs:oA.jsxs,passKeys:!0,passNode:!0})}function HE(e){const t=e.indexOf(":"),n=e.indexOf("?"),r=e.indexOf("#"),o=e.indexOf("/");return-1===t||-1!==o&&t>o||-1!==n&&t>n||-1!==r&&t>r||FE.test(e.slice(0,t))?e:""}const UE=({children:e})=>oA.jsx("div",{style:{whiteSpace:"normal"},children:oA.jsx(jE,{components:{p:({...e})=>oA.jsx("p",{style:{margin:0,marginBottom:"0.5em",lineHeight:1.4,textAlign:"left"},children:e.children}),ul:({...e})=>oA.jsx("ul",{style:{paddingLeft:"clamp(8px, 3.5vw, 16px)",margin:0,listStylePosition:"inside"},children:e.children}),ol:({...e})=>oA.jsx("ol",{style:{paddingLeft:"clamp(8px, 3.5vw, 16px)",margin:0,listStylePosition:"inside"},children:e.children}),li:({...e})=>oA.jsx("li",{style:{marginBottom:"1px",lineHeight:1.4},children:e.children}),code:({inline:e,children:t})=>e?oA.jsx("code",{style:{backgroundColor:"rgba(0, 0, 0, 0.3)",padding:"2px 4px",borderRadius:"4px",fontFamily:"inherit",fontSize:"0.95em"},children:t}):oA.jsx("pre",{style:{backgroundColor:"rgba(0, 0, 0, 0.3)",padding:"8px",borderRadius:"4px",overflowX:"auto",margin:"0.5em 0",whiteSpace:"pre-wrap"},children:oA.jsx("code",{children:t})}),blockquote:({...e})=>oA.jsx("blockquote",{style:{margin:0,paddingLeft:"10px",borderLeft:"2px solid #ccc",color:"#666",fontStyle:"italic"},children:e.children})},children:"string"==typeof e?e:""})}),WE={autoConfig:!0},VE=e=>()=>(e=>{const{getFlow:t}=Pv(),{messages:n,replaceMessages:r}=Dv(),{settings:o}=Iv(),{hasChatHistoryLoaded:a}=Tv(),i={...e,...WE},l=i.markdownComponent?i.markdownComponent:UE;O.useEffect((()=>{var e,t;if(a){const a=[...n];for(let n=0;n<a.length&&n<((null==(e=o.chatHistory)?void 0:e.maxEntries)??30);n++){const e=a[n];null!=(t=e.tags)&&t.includes("rcb-markdown-renderer-plugin:parsed")&&(e.contentWrapper=l)}r(a)}}),[a]);const s=async e=>{var n;const r=null==(n=e.data.message)?void 0:n.sender.toUpperCase();((e,t,n)=>{var r;if("string"!=typeof e.data.message.content||!e.detail.currPath)return!1;const o=t[e.detail.currPath];return!!o&&((null==(r=o.renderMarkdown)?void 0:r.map((e=>e.toUpperCase())).includes(n))??!1)})(e,t(),r)&&(e.data.message.contentWrapper=l,e.data.message.tags||(e.data.message.tags=[]),e.data.message.tags.push("rcb-markdown-renderer-plugin:parsed"))};Bv(Em.PRE_INJECT_MESSAGE,s),Bv(Em.CHUNK_STREAM_MESSAGE,s),Bv(Em.START_STREAM_MESSAGE,s),Bv(Em.START_SIMULATE_STREAM_MESSAGE,s);const c={name:"@rcb-plugins/markdown-renderer"};return null!=i&&i.autoConfig&&(c.settings={event:{rcbPreInjectMessage:!0,rcbChunkStreamMessage:!0,rcbStartSimulateStreamMessage:!0,rcbStartStreamMessage:!0}}),c})(e),qE={autoConfig:!0,promptBaseColors:{info:"#007bff",warning:"#ffc107",error:"#dc3545",success:"#28a745"},promptHoveredColors:{info:"#0056b3",warning:"#d39e00",error:"#c82333",success:"#218838"},textAreaHighlightColors:{info:"#007bff",warning:"#ffc107",error:"#dc3545",success:"#28a745"}},YE=(e,t,n="validateTextInput")=>{var r;if(null==(r=e.detail)||!r.currPath)return;const o=t[e.detail.currPath];if(!o)return;const a=o[n];return"function"==typeof a?a:void 0},GE=e=>{const{showToast:t}=(()=>{const{showToast:e,dismissToast:t,toasts:n,replaceToasts:r}=Ry();return{showToast:e,dismissToast:t,toasts:n,replaceToasts:r}})(),{getFlow:n}=Pv(),{styles:r,updateStyles:o,replaceStyles:a}=(()=>{const{styles:e,replaceStyles:t,updateStyles:n}=mv();return{styles:e,replaceStyles:t,updateStyles:n}})(),i=(e=>({...qE,...e,promptBaseColors:{...qE.promptBaseColors},promptHoveredColors:{...qE.promptHoveredColors},textAreaHighlightColors:{...qE.textAreaHighlightColors}}))(e),[l,s]=O.useState(0),c=O.useRef({});Bv(Em.USER_SUBMIT_TEXT,(e=>{const a=e,u=YE(a,n(),"validateTextInput");if(!u)return;const A=u(a.data.inputText);if(null!=A&&A.success||e.preventDefault(),!A.promptContent)return;0===l&&(c.current=structuredClone(r));const d=((e,t)=>{const n=e.promptType??"info";let r={};return t.advancedStyles&&(r=t.advancedStyles[n]),t.promptBaseColors&&(r.toastPromptStyle={color:t.promptBaseColors[n],borderColor:t.promptBaseColors[n]}),t.promptHoveredColors&&(r.toastPromptHoveredStyle={color:t.promptHoveredColors[n],borderColor:t.promptHoveredColors[n]}),t.textAreaHighlightColors&&(e.highlightTextArea??!0)&&(r.chatInputAreaStyle={boxShadow:`${t.textAreaHighlightColors[n]} 0px 0px 5px`}),r})(A,i);o(d),t(A.promptContent,A.promptDuration??3e3),s((e=>e+1))})),Bv(Em.USER_UPLOAD_FILE,(e=>{var r,o;const a=e,i=null==(o=null==(r=a.data)?void 0:r.files)?void 0:o[0];if(!i)return console.error("No file uploaded."),void e.preventDefault();const l=YE(a,n(),"validateFileInput");if(!l)return void console.error("Validator not found for file input.");const s=l(i);if(!s.success)return console.error("Validation failed:",s),s.promptContent&&t(s.promptContent,s.promptDuration??3e3),void e.preventDefault();console.log("Validation successful:",s)})),Bv(Em.DISMISS_TOAST,(()=>{s((e=>e-1))})),O.useEffect((()=>{0===l&&setTimeout((()=>{a(c.current)}))}),[l,a]);const u={name:"@rcb-plugins/input-validator"};return i.autoConfig&&(u.settings={event:{rcbUserSubmitText:!0,rcbUserUploadFile:!0,rcbDismissToast:!0}}),u},XE=e=>()=>GE(e),KE=[];for(let e=0;e<256;++e)KE.push((e+256).toString(16).slice(1));let JE;const $E=new Uint8Array(16);var ZE={randomUUID:"undefined"!=typeof crypto&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function eS(e,t,n){if(ZE.randomUUID&&!e)return ZE.randomUUID();const r=(e=e||{}).random??e.rng?.()??function(){if(!JE){if("undefined"==typeof crypto||!crypto.getRandomValues)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");JE=crypto.getRandomValues.bind(crypto)}return JE($E)}();if(r.length<16)throw new Error("Random bytes length must be >= 16");return r[6]=15&r[6]|64,r[8]=63&r[8]|128,function(e,t=0){return(KE[e[t+0]]+KE[e[t+1]]+KE[e[t+2]]+KE[e[t+3]]+"-"+KE[e[t+4]]+KE[e[t+5]]+"-"+KE[e[t+6]]+KE[e[t+7]]+"-"+KE[e[t+8]]+KE[e[t+9]]+"-"+KE[e[t+10]]+KE[e[t+11]]+KE[e[t+12]]+KE[e[t+13]]+KE[e[t+14]]+KE[e[t+15]]).toLowerCase()}(r)}const tS={LOGIN_URL:"/login",WELCOME_MESSAGE:"Hello! What can I help you with?",WELCOME_MESSAGE_LOGGED_OUT:"To ask questions, please log in.",WELCOME_MESSAGE_LOGIN_TRANSITION:"Welcome! You are now logged in. What can I help you with?",WELCOME_MESSAGE_LOGOUT_TRANSITION:"You have been logged out.",API_ENDPOINT:"https://access-ai.ccs.uky.edu/api/query",netlifyBaseUrl:("undefined"!=typeof process&&process.env,"https://access-jsm-api.netlify.app"),ERRORS:{API_UNAVAILABLE:"Unable to contact the Q&A Bot. Please try again later."},BEHAVIOR:{SHOW_RATING_AFTER_FAILED_QUERY:!0},THEME:{PRIMARY_COLOR:"#1a5b6e",SECONDARY_COLOR:"#107180",FONT_FAMILY:"Arial, sans-serif"},CHATBOT:{TITLE:"ACCESS Q&A",AVATAR_URL:"https://support.access-ci.org/themes/contrib/asp-theme/images/icons/ACCESS-arrrow.svg",TOOLTIP_TEXT:"Ask me about ACCESS! 😊"}},nS=(e,t)=>t||tS.WELCOME_MESSAGE,rS=R.forwardRef((({embedded:e,isBotLoggedIn:t,currentOpen:n},r)=>{const o=Dv(),a=(()=>{const{isChatWindowOpen:e,toggleChatWindow:t,toggleIsBotTyping:n,scrollToBottom:r,getIsChatBotVisible:o}=Tm();return{isChatWindowOpen:e,toggleChatWindow:t,toggleIsBotTyping:n,scrollToBottom:r,getIsChatBotVisible:o}})(),i=O.useRef(n),l=O.useRef(!1);return(e=>{const t=O.useRef(e),{injectMessage:n}=Dv();O.useEffect((()=>{const r=t.current!==e,o=!t.current&&e;r&&n(o?tS.WELCOME_MESSAGE_LOGIN_TRANSITION:tS.WELCOME_MESSAGE_LOGOUT_TRANSITION,"bot"),t.current=e}),[e,n])})(t),O.useEffect((()=>{!e&&a&&a.toggleChatWindow&&(i.current===n||l.current||a&&a.toggleChatWindow&&(a.toggleChatWindow(n),i.current=n),l.current=!1)}),[n,e,a]),O.useEffect((()=>{const e=()=>{l.current=!0};r&&(r.current||(r.current={}),r.current._markAsUserInteraction=e)})),O.useImperativeHandle(r,(()=>({addMessage:e=>{o&&o.injectMessage&&o.injectMessage(e)}})),[o]),null}));rS.displayName="BotController";const oS=O.createContext(),aS=({children:e})=>{const[t,n]=O.useState({}),[r,o]=O.useState({}),a={ticketForm:t,feedbackForm:r,updateTicketForm:e=>{n((t=>({...t,...e})))},updateFeedbackForm:e=>{o((t=>({...t,...e})))},resetTicketForm:()=>{n({})},resetFeedbackForm:()=>{o({})},setTicketForm:n,setFeedbackForm:o};return R.createElement(oS.Provider,{value:a},e)},iS=()=>{const e=O.useContext(oS);if(!e)throw new Error("useFormContext must be used within a FormProvider");return e},lS=({width:e=24,height:t=24,color:n="currentColor",children:r,...o})=>R.createElement("svg",Yu({xmlns:"http://www.w3.org/2000/svg",width:e,height:t,viewBox:"0 0 24 24",fill:"none",stroke:n,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",focusable:"false"},o),r),sS=e=>R.createElement(lS,e,R.createElement("path",{d:"M4 4v5h.582m15.356 2A8.001 8.001 0 004.582 9m0 0H9m11 11v-5h-.581m0 0a8.003 8.003 0 01-15.357-2m15.357 2H15"})),cS=()=>{const{restartFlow:e}=Pv(),{resetTicketForm:t,resetFeedbackForm:n}=iS();return R.createElement("button",{onClick:()=>{t(),n(),e()},tabIndex:0,"aria-label":"New chat conversation",style:{backgroundColor:"#107180",border:"none",color:"#ffffff",fontSize:"14px",cursor:"pointer",padding:"8px 12px",borderRadius:"4px",transition:"all 0.2s ease",display:"flex",alignItems:"center",gap:"6px",fontWeight:"500"},onMouseEnter:e=>{e.target.style.backgroundColor="#0d5f6b"},onMouseLeave:e=>{e.target.style.backgroundColor="#107180"}},R.createElement(sS,{width:16,height:16}),"New Chat")},uS=()=>R.createElement("div",{className:"user-login-icon",style:{alignItems:"center",justifyContent:"center",width:"30px",height:"30px",borderRadius:"50%",backgroundColor:"#1a5b6e",marginRight:"5px"},role:"img","aria-label":"User logged in",title:"User logged in"},R.createElement("svg",{width:"18",height:"18",viewBox:"0 0 24 24",fill:"none",stroke:"white",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",focusable:"false"},R.createElement("path",{d:"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"}),R.createElement("circle",{cx:"12",cy:"7",r:"4"}))),AS=({loginUrl:e,className:t="",style:n,isHeaderButton:r=!1})=>{const o=r?{display:"inline-block",padding:"6px 12px",backgroundColor:"transparent",border:"1px solid #ccc",color:"white",textDecoration:"none",borderRadius:"4px",fontWeight:"normal",textAlign:"center",margin:"8px",fontSize:"12px",opacity:"0.8",transition:"all 0.2s ease"}:{display:"inline-block",padding:"10px 20px",backgroundColor:"white",border:"1px solid #107180",color:"#107180",textDecoration:"none",borderRadius:"4px",fontWeight:"bold",textAlign:"center",margin:"18px",boxShadow:"0 2px 4px rgba(0, 0, 0, 0.2)"};return R.createElement(R.Fragment,null,r&&R.createElement("style",null,"\n .rcb-chat-header-container .qa-bot-header-login-button:hover {\n background-color: #0000001a !important;\n opacity: 1 !important;\n }\n "),R.createElement("a",{href:e,target:"_blank",rel:"noopener noreferrer",className:`qa-bot-login-button ${r?"qa-bot-header-login-button":""} ${t}`,style:{...o,...n}},"Log In"))},dS=(e,t,n)=>{const r=()=>{try{const e=localStorage.getItem("rcb-history");if(!e)return null;const t=JSON.parse(e);if(!Array.isArray(t))return null;let n=null,r=null;for(const e of t)if("USER"===e.sender){const t=new Date(e.timestamp).getTime();(!r||t>r)&&(r=t,n=e)}return n?n.id:null}catch(e){return console.warn("Error parsing chat history:",e),null}};return O.useCallback((async o=>{const{userInput:a}=o,i=r();i&&n(i);const l={"Content-Type":"application/json","X-Origin":"access","X-API-KEY":e,"X-Session-ID":t,"X-Query-ID":i};try{const e={method:"POST",headers:l,body:JSON.stringify({query:a})},t=await fetch(tS.API_ENDPOINT,e),n=(await t.json()).response;return await o.streamMessage(n),!0}catch(e){return await o.injectMessage(tS.ERRORS.API_UNAVAILABLE),!1}}),[e,n,r,t])},fS=()=>(O.useEffect((()=>{const e=e=>{if(!["ArrowDown","ArrowUp","ArrowLeft","ArrowRight","Enter"," ","Home","End"].includes(e.key))return;const n=document.activeElement;if(n&&("INPUT"===n.tagName||"TEXTAREA"===n.tagName||"true"===n.contentEditable||n.classList.contains("rcb-chat-input-textarea")))return;const r=document.querySelector(".rcb-chat-window");if(!r)return;const o=Array.from(r.querySelectorAll(".rcb-message-container, .rcb-bot-message-container, .rcb-user-message-container")).filter((e=>null!==e.offsetParent));if(o.length>0){const t=o[o.length-1].querySelector(".rcb-checkbox-container");if(t&&null!==t.offsetParent){const n=Array.from(t.querySelectorAll(".rcb-checkbox-row-container")),r=t.querySelector(".rcb-checkbox-next-button");if(n.length>0){const t=[...n];return r&&t.push(r),void((e,t)=>{e.preventDefault();let n=-1;for(let e=0;e<t.length;e++)if(t[e]===document.activeElement||t[e].contains(document.activeElement)){n=e;break}-1===n&&(n=0);let r=n;switch(e.key){case"ArrowDown":case"ArrowRight":r=n<t.length-1?n+1:0;break;case"ArrowUp":case"ArrowLeft":r=n>0?n-1:t.length-1;break;case"Home":r=0;break;case"End":r=t.length-1;break;case"Enter":case" ":{const e=t[n],r=new MouseEvent("mousedown",{bubbles:!0,cancelable:!0,view:window});return void e.dispatchEvent(r)}default:return}t[r].focus(),t[r].setAttribute("tabindex","0"),t[r].classList.add("keyboard-focused"),t.forEach(((e,t)=>{t!==r&&(e.setAttribute("tabindex","-1"),e.classList.remove("keyboard-focused"))}))})(e,t)}}}let a=[];if(o.length>0){const e=o[o.length-1],t=Array.from(e.querySelectorAll(".rcb-options-container")).filter((e=>null!==e.offsetParent));if(t.length>0){const e=t[t.length-1];a=Array.from(e.querySelectorAll(".rcb-options"))}}if(0===a.length)return;const i=a.findIndex((e=>e===document.activeElement));switch(e.key){case"ArrowDown":case"ArrowRight":{let t;e.preventDefault(),t=i<a.length-1?i+1:0,a[t].setAttribute("tabindex","0"),a.forEach(((e,n)=>{n!==t&&(e.setAttribute("tabindex","-1"),e.classList.remove("keyboard-focused"))})),a[t].classList.add("keyboard-focused"),a[t].focus();break}case"ArrowUp":case"ArrowLeft":{let t;e.preventDefault(),t=i>0?i-1:a.length-1,a[t].setAttribute("tabindex","0"),a.forEach(((e,n)=>{n!==t&&(e.setAttribute("tabindex","-1"),e.classList.remove("keyboard-focused"))})),a[t].classList.add("keyboard-focused"),a[t].focus();break}case"Enter":case" ":if(e.preventDefault(),document.activeElement&&a.includes(document.activeElement)){const e=document.activeElement;if(e.classList.contains("rcb-checkbox-row-container")||e.closest(".rcb-checkbox-row-container")){const n=new MouseEvent("mousedown",{bubbles:!0,cancelable:!0,view:window});e.dispatchEvent(n);const r=e.querySelector(".rcb-checkbox-label"),o=r?r.textContent:e.textContent||"checkbox",a=e.querySelector(".rcb-checkbox-mark"),i=a&&a.style.backgroundColor?"checked":"unchecked";t(`${o} ${i}`)}else{const n=new MouseEvent("mousedown",{bubbles:!0,cancelable:!0,view:window});e.dispatchEvent(n);const r=e.textContent||e.innerText;t(`Selected: ${r}`)}}break;case"Home":e.preventDefault(),a.length>0&&(a[0].setAttribute("tabindex","0"),a.forEach(((e,t)=>{0!==t&&(e.setAttribute("tabindex","-1"),e.classList.remove("keyboard-focused"))})),a[0].classList.add("keyboard-focused"),a[0].focus());break;case"End":if(e.preventDefault(),a.length>0){const e=a.length-1;a[e].setAttribute("tabindex","0"),a.forEach(((t,n)=>{n!==e&&(t.setAttribute("tabindex","-1"),t.classList.remove("keyboard-focused"))})),a[e].classList.add("keyboard-focused"),a[e].focus()}}},t=e=>{const t=document.createElement("div");t.setAttribute("aria-live","assertive"),t.setAttribute("aria-atomic","true"),t.className="sr-only",t.textContent=e,document.body.appendChild(t),setTimeout((()=>{document.body.contains(t)&&document.body.removeChild(t)}),1e3)},n=()=>{let e=document.querySelector(".rcb-chat-window");if(e||(e=document.querySelector('[class*="rcb-chat"]')),e||(e=document.querySelector(".qa-bot")),!e)return;const n=Array.from(e.querySelectorAll(".rcb-message-container, .rcb-bot-message-container, .rcb-user-message-container")).filter((e=>null!==e.offsetParent));if(0===n.length)return;const r=n[n.length-1],o=Array.from(r.querySelectorAll(".rcb-options-container")).filter((e=>null!==e.offsetParent));let a=[];if(o.length>0){const e=o[o.length-1];a=Array.from(e.querySelectorAll(".rcb-options"))}if(0===a.length){let t=r.querySelector(".rcb-checkbox-container");if(!t&&e&&(t=e.querySelector(".rcb-checkbox-container")),t&&null!==t.offsetParent){const e=Array.from(t.querySelectorAll(".rcb-checkbox-row-container")).filter((e=>null!==e.offsetParent&&"none"!==e.style.display));if(e.length>0){const n=t.querySelector(".rcb-checkbox-next-button"),r=[...e];if(n&&null!==n.offsetParent&&r.push(n),r.forEach(((e,t)=>{e.setAttribute("tabindex",0===t?"0":"-1"),0===t?e.classList.add("keyboard-focused"):e.classList.remove("keyboard-focused")})),e.length>1){t.querySelectorAll(".keyboard-nav-hint").forEach((e=>e.remove()));const e=document.createElement("div");e.className="keyboard-nav-hint",e.textContent="Use arrow keys ↕ to navigate, Enter to select/deselect, or click any option",e.style.cssText="font-size: 12px !important; color: #666 !important; margin-bottom: 8px !important; font-style: italic !important; display: block !important;",t.insertBefore(e,t.firstChild)}return void setTimeout((()=>{r[0]&&null!==r[0].offsetParent&&r[0].focus()}),150)}}}if(a.length>0){if(a.forEach(((e,t)=>{const n=0===t?"0":"-1";e.setAttribute("tabindex",n),e.setAttribute("role","option"),e.setAttribute("aria-posinset",t+1),e.setAttribute("aria-setsize",a.length),0===t?e.classList.add("keyboard-focused"):e.classList.remove("keyboard-focused")})),a.length>1){const e=o.length>0?o[o.length-1]:null;if(e){e.querySelectorAll(".keyboard-nav-hint").forEach((e=>e.remove()));const t=document.createElement("div");t.className="keyboard-nav-hint",t.textContent="Use arrow keys ↕ to navigate, Enter to select, or click any option",t.style.cssText="font-size: 12px !important; color: #666 !important; margin-bottom: 8px !important; font-style: italic !important; display: block !important;",e.insertBefore(t,e.firstChild)}}else{const e=o.length>0?o[o.length-1]:null;if(e){e.querySelectorAll(".keyboard-nav-hint").forEach((e=>e.remove()))}}setTimeout((()=>{a[0]&&null!==a[0].offsetParent&&(a[0].focus(),a.length>1&&t(`${a.length} options available. Use arrow keys to navigate.`))}),200)}},r=new MutationObserver((e=>{e.forEach((e=>{if("childList"===e.type){const t=Array.from(e.addedNodes),r=t.some((e=>e.nodeType===Node.ELEMENT_NODE&&(e.classList?.contains("rcb-options-container")||e.classList?.contains("rcb-options")||e.querySelector?.(".rcb-options-container")||e.querySelector?.(".rcb-options")))),o=t.some((e=>e.nodeType===Node.ELEMENT_NODE&&(e.classList?.contains("rcb-checkbox-container")||e.querySelector?.(".rcb-checkbox-container"))));(r||o)&&(document.querySelectorAll(".rcb-options[tabindex], .rcb-checkbox-row-container[tabindex], .rcb-checkbox-next-button[tabindex]").forEach((e=>{e.setAttribute("tabindex","-1"),e.classList.remove("keyboard-focused")})),setTimeout(n,100))}}))})),o=document.querySelector(".rcb-chat-window");o&&r.observe(o,{childList:!0,subtree:!0}),document.addEventListener("keydown",e),n();const a=setInterval((()=>{const e=document.querySelectorAll(".rcb-options-container .rcb-options").length>0,t=document.querySelectorAll(".rcb-checkbox-row-container").length>0;if(e){const e=document.querySelectorAll(".rcb-options[tabindex]").length;document.querySelectorAll(".rcb-options").length>e&&n()}if(t){const e=document.querySelectorAll(".rcb-checkbox-row-container[tabindex]").length;document.querySelectorAll(".rcb-checkbox-row-container").length>e&&n()}}),1e3);return()=>{document.removeEventListener("keydown",e),r.disconnect(),clearInterval(a)}}),[]),null),pS=({fetchAndStreamResponse:e,sessionId:t,currentQueryId:n,apiKey:r})=>({go_ahead_and_ask:{message:"Please type your question.",path:"qa_loop"},qa_loop:{message:async t=>{try{return await e(t),"Was this helpful?"}catch(e){return console.error("Error in bot flow:",e),(e=>(console.error("Bot error:",e),e&&e.error||Error,tS.ERRORS.API_UNAVAILABLE))(e)}},renderMarkdown:["BOT"],options:["👍 Yes","👎 No"],chatDisabled:!1,function:async e=>{if(("👍 Yes"===e.userInput||"👎 No"===e.userInput)&&r&&t){const o="👍 Yes"===e.userInput,a={"Content-Type":"application/json","X-Origin":"access","X-API-KEY":r,"X-Session-ID":t,"X-Query-ID":n,"X-Feedback":o?1:0};try{await fetch(`${tS.API_ENDPOINT}/rating`,{method:"POST",headers:a})}catch(e){console.error("Error sending feedback:",e)}}},path:e=>"👍 Yes"===e.userInput?"qa_positive_feedback":"👎 No"===e.userInput?"qa_negative_feedback":"qa_loop"},qa_positive_feedback:{message:"Thank you for your feedback! It helps us improve this tool.",transition:{duration:1e3},path:"go_ahead_and_ask"},qa_negative_feedback:{message:"Sorry that wasn't useful. Would you like to open a help ticket for assistance?",options:["Open a help ticket","Ask another question"],chatDisabled:!0,path:e=>"Open a help ticket"===e.userInput?"help_ticket":"qa_continue"},qa_continue:{message:"Ask another question, but remember that each question must stand alone.",path:"qa_loop"}}),hS=e=>R.createElement(lS,e,R.createElement("path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"}),R.createElement("polyline",{points:"17 8 12 3 7 8"}),R.createElement("line",{x1:"12",y1:"3",x2:"12",y2:"15"})),gS=({onFileUpload:e})=>{const[t,n]=O.useState(!1),[r,o]=O.useState([]),[a,i]=O.useState(null),l=O.useRef(null),{captureScreenshot:s,isCapturing:c}=(()=>{const[e,t]=O.useState(!1);return{captureScreenshot:async()=>{try{t(!0);const e=await navigator.mediaDevices.getDisplayMedia({video:{displaySurface:"browser",cursor:"always",logicalSurface:!0,width:{ideal:1920},height:{ideal:1080}},audio:!1}),n=document.createElement("video");n.srcObject=e,await new Promise((e=>{n.onloadedmetadata=()=>{n.play(),e()}}));const r=document.createElement("canvas");r.width=n.videoWidth,r.height=n.videoHeight,r.getContext("2d").drawImage(n,0,0,r.width,r.height);const o=await new Promise((e=>r.toBlob(e,"image/png"))),a=(new Date).toISOString().replace(/[:.]/g,"-"),i=new File([o],`screenshot-${a}.png`,{type:"image/png"});return e.getTracks().forEach((e=>e.stop())),t(!1),i}catch(e){throw console.error("Error capturing screenshot:",e),t(!1),e}},isCapturing:e}})(),u=e=>{const t=document.createElement("div");t.setAttribute("aria-live","assertive"),t.setAttribute("aria-atomic","true"),t.className="sr-only",t.textContent=e,document.body.appendChild(t),setTimeout((()=>document.body.removeChild(t)),1e3)},A=t=>{const n=Array.from(t),a=[...r,...n];o(a);const i=n.length,l=n.map((e=>e.name)).join(", ");u(`${i} file${i>1?"s":""} selected: ${l}`),setTimeout((()=>{const e=document.querySelector(".rcb-chat-content");e&&(e.scrollTop=e.scrollHeight)}),100),e&&e(a)},d=e=>{e.preventDefault(),e.stopPropagation(),"dragenter"===e.type||"dragover"===e.type?n(!0):"dragleave"===e.type&&n(!1)},f=()=>{l.current.click()},p=()=>{i(null)};return R.createElement("div",{className:"file-upload-container",style:{padding:"16px",margin:"8px 0"}},R.createElement("div",{style:{display:"flex",justifyContent:"center",marginBottom:"10px"}},R.createElement("button",{onClick:e=>{e.preventDefault(),(async()=>{try{const e=await s();A([e]),u("Screenshot captured successfully")}catch(e){u("Error capturing screenshot. Please try again.")}})()},disabled:c,"aria-describedby":"screenshot-help","aria-label":c?"Taking screenshot, please wait":"Take a screenshot to attach",style:{display:"flex",alignItems:"center",gap:"8px",backgroundColor:"#107180",color:"white",border:"none",borderRadius:"5px",padding:"8px 12px",cursor:c?"not-allowed":"pointer",fontSize:"14px",fontWeight:"500",boxShadow:"0 1px 3px rgba(0,0,0,0.2)"}},R.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},R.createElement("path",{d:"M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z"}),R.createElement("circle",{cx:"12",cy:"13",r:"4"})),c?"Taking screenshot...":"Take screenshot..."),R.createElement("span",{id:"screenshot-help",className:"sr-only"},"Captures the current screen and adds it as an attachment")),R.createElement("div",{className:"file-upload-dropzone "+(t?"active":""),onDragEnter:d,onDragLeave:d,onDragOver:d,onDrop:e=>{e.preventDefault(),e.stopPropagation(),n(!1),e.dataTransfer.files&&e.dataTransfer.files.length>0&&A(e.dataTransfer.files)},role:"button",tabIndex:0,"aria-label":"File upload area. Click to select files or drag and drop files here.","aria-describedby":"upload-instructions",onKeyDown:e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),f())},style:{padding:"20px",border:"2px dashed #ccc",borderRadius:"8px",backgroundColor:t?"#f0f8ff":"#fafafa",transition:"all 0.3s ease"}},R.createElement("input",{ref:l,type:"file",className:"file-input",onChange:e=>{e.target.files&&e.target.files.length>0&&A(e.target.files)},multiple:!0,style:{display:"none"},"aria-label":"Select files to upload",accept:"image/*,application/pdf,text/*,.doc,.docx"}),R.createElement("div",{className:"upload-content",onClick:f,style:{cursor:"pointer",flexDirection:"column",alignItems:"center",display:"flex",textAlign:"center",padding:"12px"}},R.createElement("div",{style:{display:"flex",flexDirection:"column",alignItems:"center",gap:"8px"}},R.createElement("div",{style:{display:"flex",flexDirection:"row",alignItems:"center",gap:"10px"}},R.createElement(hS,null),R.createElement("p",{style:{margin:0,fontWeight:"bold"}},"Upload Files")),R.createElement("p",{id:"upload-instructions",style:{margin:0,fontSize:"14px",color:"#666"}},"Drag and drop files here or click to select. Accepted: Images, PDFs, Text files (Max 10MB each)")),r.length>0&&R.createElement("div",{className:"selected-files",style:{display:"flex",flexWrap:"wrap",gap:"8px",marginTop:"12px",alignItems:"center"}},R.createElement("span",{style:{fontWeight:400,color:"#888",fontSize:"13px",marginRight:"8px",alignSelf:"center"}},"Selected files:"),r.map(((t,n)=>R.createElement("span",{key:n,style:{background:"#fff",color:"#107180",borderRadius:"5px",padding:"4px 12px",fontSize:"14px",marginRight:"4px",marginBottom:"4px",border:"1px solid #ccc",display:"flex",alignItems:"center",gap:"6px",cursor:"pointer"},onClick:e=>{e.stopPropagation(),(e=>{i(e)})(t)}},R.createElement("span",{onClick:t=>{t.stopPropagation(),(t=>{const n=r.filter(((e,n)=>n!==t));o(n),e&&e(n)})(n)},style:{cursor:"pointer",color:"#888",fontWeight:"bold",fontSize:"15px",marginRight:"4px",userSelect:"none",lineHeight:1},title:"Remove file","aria-label":`Remove ${t.name}`},"×"),t.name," (",(t.size/1024).toFixed(1)," KB)")))))),(()=>{if(!a)return null;const e=a.type.startsWith("image/"),t=a.type.startsWith("text/"),n="application/pdf"===a.type;return R.createElement("div",{style:{position:"fixed",top:0,left:0,right:0,bottom:0,backgroundColor:"rgba(0, 0, 0, 0.7)",display:"flex",justifyContent:"center",alignItems:"center",zIndex:1e3},onClick:p},R.createElement("div",{style:{backgroundColor:"white",padding:"20px",borderRadius:"8px",maxWidth:"90%",maxHeight:"90%",overflow:"auto",position:"relative"},onClick:e=>e.stopPropagation()},R.createElement("button",{onClick:p,style:{position:"absolute",top:"10px",right:"10px",background:"none",border:"none",fontSize:"24px",cursor:"pointer",color:"#666"}},"×"),R.createElement("h3",{style:{marginTop:0,marginBottom:"16px"}},a.name),e&&R.createElement("img",{src:URL.createObjectURL(a),alt:a.name,style:{maxWidth:"100%",maxHeight:"70vh"}}),t&&R.createElement("pre",{style:{whiteSpace:"pre-wrap",wordWrap:"break-word",maxHeight:"70vh",overflow:"auto",padding:"16px",backgroundColor:"#f5f5f5",borderRadius:"4px"}},URL.createObjectURL(a)),n&&R.createElement("iframe",{src:URL.createObjectURL(a),style:{width:"100%",height:"70vh",border:"none"},title:a.name}),!e&&!t&&!n&&R.createElement("div",{style:{padding:"20px",textAlign:"center"}},"Preview not available for this file type")))})())},mS=async(e,t="support",n=[])=>{const r=17,o={support:r,general_help:r,feedback:r,loginAccess:30,loginProvider:31,security:26},a={serviceDeskId:"security"===t?3:2,requestTypeId:o[t]||o.support,requestFieldValues:{...e}};if(n&&n.length>0){const e=await Promise.all(n.map((async e=>new Promise(((t,n)=>{const r=new FileReader;r.onload=()=>{const n=r.result.split(",")[1];t({fileName:e.name,contentType:e.type,size:e.size,fileData:n})},r.onerror=()=>n(new Error(`Failed to read file ${e.name}`)),r.readAsDataURL(e)})))));a.attachments=e}return a},yS=async(e,t)=>{const n=tS.netlifyBaseUrl.replace("/.netlify/functions/","").replace("/.netlify/functions","");let r;r="create-support-ticket"===t?`${n}/api/v1/tickets`:"create-security-incident"===t?`${n}/api/v1/security-incidents`:`${tS.netlifyBaseUrl}/${t}`;try{const t=await fetch(r,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(e)});if(!t.ok){let e="";try{const n=await t.text();console.error("| ❌ Post data to proxy failed:",t.status,n);try{const t=JSON.parse(n);e=t.message||t.error||n}catch{e=n}}catch{e=`HTTP ${t.status} ${t.statusText}`}return 403===t.status?e="The ticket service is temporarily unavailable. Please try again later or contact support directly.":404===t.status?e="Ticket service not found. Please try again later.":500===t.status?e="Server error. Please try again later.":401===t.status&&(e="Authentication error with the ticket service. Please contact support."),{success:!1,status:t.status,error:e}}return{success:!0,data:await t.json()}}catch(e){return console.error("| ❌ Post data to proxy exception:",e),{success:!1,error:e.message}}},vS=(e,t)=>R.createElement(gS,{onFileUpload:n=>e({...t||{},uploadedFiles:n})}),bS=e=>{let t=null;return{submitTicket:async(n,r,o=[])=>{try{const a=await mS(n,r,o),i=await yS(a,"create-support-ticket");i.success?(t={success:!0,ticketKey:i.data.ticketKey,ticketUrl:i.data.ticketUrl},e((e=>({...e,ticketKey:i.data.ticketKey,ticketUrl:i.data.ticketUrl})))):(console.error(`| ❌ ${r} ticket creation failed:`,i.data?.message||i.error),t={success:!1,error:i.data?.message||i.error},e((e=>({...e,submissionError:i.data?.message||i.error}))))}catch(n){console.error(`| ❌ Error sending ${r} data to proxy:`,n),t={success:!1,error:n.message},e((e=>({...e,submissionError:n.message})))}},getSubmissionResult:()=>t}},wS=(e,t="ticket")=>e?e.success?e.ticketUrl&&e.ticketKey?`Your ${t} has been submitted successfully.\n\nTicket: <a href="${e.ticketUrl}" target="_blank">${e.ticketKey}</a>\n\nOur support team will review your request and respond accordingly. Thank you for contacting ACCESS.`:`Your ${t} has been submitted successfully.\n\nOur support team will review your request and respond accordingly. Thank you for contacting ACCESS.`:`We apologize, but there was an error submitting your ${t}: ${e.error||"Unknown error"}\n\nPlease try again or contact our support team directly.`:`We apologize, but there was an error submitting your ${t}.\n\nPlease try again or contact our support team directly.`,xS=e=>e&&e.length>0?`\nAttachments: ${e.length} file(s) attached`:"";let kS=null;const ES=()=>{if(!kS)return console.warn("Form context not available, returning empty form"),{};const e=kS.ticketForm;return e&&"object"==typeof e?e:{}},SS=(e={})=>{const t=ES()||{},n=e&&"object"==typeof e?e:{};return{...t,email:n.email||t.email,name:n.name||t.name,accessId:n.accessId||t.accessId}},CS=()=>e=>(e&&""!==e.trim()||setTimeout((()=>{const e=document.querySelector(".rcb-chat-input-textarea");if(e){e.value="Not provided";const t=new Event("input",{bubbles:!0});e.dispatchEvent(t),setTimeout((()=>{const e=document.querySelector('.rcb-send-button, .rcb-chat-send-button, [aria-label*="send"], button[type="submit"]');if(e){const t=new MouseEvent("mousedown",{bubbles:!0,cancelable:!0,view:window});e.dispatchEvent(t)}}),200)}}),100),{success:!0}),PS=e=>e&&""!==e.trim()?e:"Not provided",DS=e=>{const t=e?.trim()||"";return t?(e=>!(!e||"string"!=typeof e)&&/^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/.test(e.trim()))(t)?{success:!0}:{success:!1,promptContent:"Please enter a valid email address (e.g., user@example.com).",promptDuration:3e3,promptType:"error",highlightTextArea:!0}:{success:!1,promptContent:"Please enter an email address.",promptDuration:3e3,promptType:"error",highlightTextArea:!0}},BS=({ticketForm:e={},setTicketForm:t=()=>{},userInfo:n={}})=>{const r=(({ticketForm:e={},setTicketForm:t=()=>{},userInfo:n={}})=>{const{submitTicket:r,getSubmissionResult:o}=bS(t);return{access_help:{message:"If you're having trouble logging into the ACCESS website, here are some common issues:\n\n• Make sure you're using a supported browser (Chrome, Firefox, Safari)\n• Clear your browser cookies and cache\n• Check if you're using the correct identity provider\n\nWould you like to submit a help ticket for ACCESS login issues?",options:["Yes, let's create a ticket","Back to Main Menu"],chatDisabled:!0,path:e=>"Yes, let's create a ticket"===e.userInput?"access_login_description":"start"},access_login_description:{message:"Describe your login issue.",function:e=>{const r=ES(),o={...r,description:e.userInput,email:n.email||r.email,name:n.name||r.name,accessId:n.accessId||r.accessId};t(o)},path:"access_login_identity"},access_login_identity:{message:"Which identity provider were you using?",options:["ACCESS","Github","Google","Institution","Microsoft","ORCID","Other"],chatDisabled:!0,function:e=>{const n=ES();t({...n,identityProvider:e.userInput})},path:"access_login_browser"},access_login_browser:{message:"Which browser were you using?",options:["Chrome","Firefox","Edge","Safari","Other"],chatDisabled:!0,function:e=>{const n=ES();t({...n,browser:e.userInput})},path:"access_login_attachment"},access_login_attachment:{message:"Would you like to attach a screenshot?",options:["Yes","No"],chatDisabled:!0,function:e=>{const n=ES();t({...n,wantsAttachment:e.userInput})},path:e=>"Yes"===e.userInput?"access_login_upload":(()=>{const e=SS(n);return e.email?e.name?e.accessId?"access_login_summary":"access_login_accessid":"access_login_name":"access_login_email"})()},access_login_upload:{message:"Please upload your screenshot.",component:vS(t,e),options:["Continue"],chatDisabled:!0,function:()=>{const e=ES();t({...e,uploadConfirmed:!0})},path:()=>{const e=SS(n);return e.email?e.name?e.accessId?"access_login_summary":"access_login_accessid":"access_login_name":"access_login_email"}},access_login_email:{message:"What is your email?",validateTextInput:e=>DS(e),function:e=>{const n=ES();t({...n,email:e.userInput})},path:()=>{const e=SS(n);return e.name?e.accessId?"access_login_summary":"access_login_accessid":"access_login_name"}},access_login_name:{message:"What is your name?",function:e=>{const n=ES();t({...n,name:e.userInput})},path:()=>SS(n).accessId?"access_login_summary":"access_login_accessid"},access_login_accessid:{message:"What is your ACCESS ID? (Optional - press Enter to skip)",validateTextInput:CS(),function:e=>{const n=ES();t({...n,accessId:PS(e.userInput)})},path:"access_login_summary"},access_login_summary:{message:e=>{const t=ES(),r=SS(n),o=xS(t.uploadedFiles);let a=r.accessId;return"access_login_accessid"===e.prevPath&&e.userInput?a=e.userInput:a||"access_login_accessid"!==e.prevPath||(a=e.userInput),`Thank you for providing your ACCESS login issue details. Here's a summary:\n\nName: ${r.name||"Not provided"}\nEmail: ${r.email||"Not provided"}\nACCESS ID: ${a||"Not provided"}\nIdentity Provider: ${t.identityProvider||"Not provided"}\nBrowser: ${t.browser||"Not provided"}\nIssue Description: ${t.description||"Not provided"}${o}\n\nWould you like to submit this ticket?`},options:["Submit Ticket","Back to Main Menu"],chatDisabled:!0,renderHtml:["BOT","USER"],function:async e=>{if("Submit Ticket"===e.userInput){const e=ES(),t=SS(n),o={email:t.email||"",name:t.name||"",accessId:t.accessId||"",description:e.description||"",identityProvider:e.identityProvider||"",browser:e.browser||""};await r(o,"loginAccess",e.uploadedFiles||[])}},path:e=>"Submit Ticket"===e.userInput?"access_login_success":"start"},access_login_success:{message:()=>wS(o(),"ACCESS login ticket"),options:["Back to Main Menu"],chatDisabled:!0,renderHtml:["BOT"],path:"start"}}})({ticketForm:e,setTicketForm:t,userInfo:n}),o=(({ticketForm:e={},setTicketForm:t=()=>{},userInfo:n={}})=>{const{submitTicket:r,getSubmissionResult:o}=bS(t);return{affiliated_help:{message:'If you\'re having trouble logging into an affiliated infrastructure or resource provider, here are some common issues:\n\n• Ensure your allocation is active\n• Confirm you have the correct username for that resource\n• Check <a href="https://operations.access-ci.org/infrastructure_news_view">System Status News</a> to see if the resource is undergoing maintenance\n\nWould you like to submit a help ticket for resource provider login issues?',options:["Yes, let's create a ticket","Back to Main Menu"],chatDisabled:!0,renderHtml:["BOT"],path:e=>"Yes, let's create a ticket"===e.userInput?"affiliated_login_resource":"start"},affiliated_login_resource:{message:"Which ACCESS Resource are you trying to access?",options:["ACES","Anvil","Bridges-2","DARWIN","Delta","DeltaAI","Derecho","Expanse","FASTER","Granite","Jetstream2","KyRIC","Launch","Neocortex","Ookami","Open Science Grid","Open Storage Network","Ranch","Stampede3"],chatDisabled:!0,function:e=>{const n=ES();t({...n,resource:e.userInput})},path:"affiliated_login_userid"},affiliated_login_userid:{message:"What is your user ID at the resource?",function:e=>{const n=ES();t({...n,userIdResource:e.userInput})},path:"affiliated_login_description"},affiliated_login_description:{message:"Please describe the issue you're having logging in.",function:e=>{const r=ES(),o={...r,description:e.userInput,email:n.email||r.email,name:n.name||r.name,accessId:n.accessId||r.accessId};t(o)},path:"affiliated_login_attachment"},affiliated_login_attachment:{message:"Would you like to attach a screenshot?",options:["Yes","No"],chatDisabled:!0,function:e=>{const n=ES();t({...n,wantsAttachment:e.userInput})},path:e=>"Yes"===e.userInput?"affiliated_login_upload":(()=>{const e=SS(n);return e.email?e.name?e.accessId?"affiliated_login_summary":"affiliated_login_accessid":"affiliated_login_name":"affiliated_login_email"})()},affiliated_login_upload:{message:"Please upload your screenshot.",component:vS(t,e),options:["Continue"],chatDisabled:!0,function:()=>{const e=ES();t({...e,uploadConfirmed:!0})},path:()=>{const e=SS(n);return e.email?e.name?e.accessId?"affiliated_login_summary":"affiliated_login_accessid":"affiliated_login_name":"affiliated_login_email"}},affiliated_login_email:{message:"What is your email?",validateTextInput:e=>DS(e),function:e=>{const n=ES();t({...n,email:e.userInput})},path:()=>{const e=SS(n);return e.name?e.accessId?"affiliated_login_summary":"affiliated_login_accessid":"affiliated_login_name"}},affiliated_login_name:{message:"What is your name?",function:e=>{const n=ES();t({...n,name:e.userInput})},path:()=>SS(n).accessId?"affiliated_login_summary":"affiliated_login_accessid"},affiliated_login_accessid:{message:"What is your ACCESS ID? (Optional - press Enter to skip)",validateTextInput:CS(),function:e=>{const n=ES();t({...n,accessId:PS(e.userInput)})},path:"affiliated_login_summary"},affiliated_login_summary:{message:e=>{const t=ES(),r=SS(n),o=xS(t.uploadedFiles);let a=r.accessId;return"affiliated_login_accessid"===e.prevPath&&e.userInput?a=e.userInput:a||"affiliated_login_accessid"!==e.prevPath||(a=e.userInput),`Thank you for providing your resource login issue details. Here's a summary:\n\nName: ${r.name||"Not provided"}\nEmail: ${r.email||"Not provided"}\nACCESS ID: ${a||"Not provided"}\nResource: ${t.resource||"Not provided"}\nResource User ID: ${t.userIdResource||"Not provided"}\nIssue Description: ${t.description||"Not provided"}${o}\n\nWould you like to submit this ticket?`},options:["Submit Ticket","Back to Main Menu"],chatDisabled:!0,function:async e=>{if("Submit Ticket"===e.userInput){const e=ES(),t=SS(n),o={email:t.email||"",name:t.name||"",accessId:t.accessId||"",accessResource:e.resource||"",description:e.description||"",userIdAtResource:e.userIdResource||""};await r(o,"loginProvider",e.uploadedFiles||[])}},path:e=>"Submit Ticket"===e.userInput?"affiliated_login_success":"start"},affiliated_login_success:{message:()=>wS(o(),"resource login ticket"),options:["Back to Main Menu"],chatDisabled:!0,renderHtml:["BOT"],path:"start"}}})({ticketForm:e,setTicketForm:t,userInfo:n}),a=(({ticketForm:e={},setTicketForm:t=()=>{},userInfo:n={}})=>{const{submitTicket:r,getSubmissionResult:o}=bS(t);return{general_help_summary_subject:{message:"Provide a short title for your ticket.",function:e=>{const r=ES(),o={...r,summary:e.userInput,email:n.email||r.email,name:n.name||r.name,accessId:n.accessId||r.accessId};t(o)},path:"general_help_category"},general_help_category:{message:"What type of issue are you experiencing?",options:["User Account Question","Allocation Question","User Support Question","CSSN/CCEP Question","Training Question","Metrics Question","OnDemand Question","Pegasus Question","XDMoD Question","Some Other Question"],chatDisabled:!0,function:e=>{const n=ES();t({...n,category:e.userInput})},path:"general_help_description"},general_help_description:{message:"Please describe your issue.",function:e=>{const n=ES();t({...n,description:e.userInput})},path:"general_help_attachment"},general_help_attachment:{message:"Would you like to attach a file to your ticket?",options:["Yes","No"],chatDisabled:!0,function:e=>{const n=ES();t({...n,wantsAttachment:e.userInput})},path:e=>"Yes"===e.userInput?"general_help_upload":"general_help_resource"},general_help_upload:{message:"Please upload your file.",component:vS(t,e),options:["Continue"],chatDisabled:!0,function:()=>{const e=ES();t({...e,uploadConfirmed:!0})},path:"general_help_resource"},general_help_resource:{message:"Does your problem involve an ACCESS Resource?",options:["Yes","No"],chatDisabled:!0,function:e=>{const n=ES();t({...n,involvesResource:e.userInput.toLowerCase()})},path:e=>"Yes"===e.userInput?"general_help_resource_details":"general_help_keywords"},general_help_resource_details:{message:"Please select the ACCESS Resource involved with your issue:",options:["ACES","Anvil","Bridges-2","DARWIN","Delta","DeltaAI","Derecho","Expanse","FASTER","Granite","Jetstream2","KyRIC","Launch","Neocortex","Ookami","Open Science Grid","Open Storage Network","Ranch","Stampede3"],chatDisabled:!0,function:e=>{const n=ES();t({...n,resourceDetails:e.userInput})},path:"general_help_user_id_at_resource"},general_help_user_id_at_resource:{message:"What is your User ID at the selected resource(s)? (Optional - press Enter to skip)",validateTextInput:CS(),function:e=>{const n=ES();t({...n,userIdAtResource:PS(e.userInput)})},path:"general_help_keywords"},general_help_keywords:{message:"Please add up to 5 keywords to help route your ticket.",checkboxes:{items:[" C, C++","Abaqus","ACCESS","ACCESS-credits","ACCESS-website","Accounts","ACLS","Adding users","Affiliations","Affinity Groups","AI","Algorithms","Allocation extension","Allocation Management","Allocation proposal","Allocation Time","Allocation users","AMBER","AMIE","Anaconda","Analysis","API","Application Status","ARCGIS","Architecture","Archiving","Astrophysics","ATLAS","Authentication","AWS","AZURE","Backup","BASH","Batch Jobs","Benchmarking","Big Data","Bioinformatics","Biology","Ceph","CFD","cgroups","CHARMM","Checkpoint","cilogon","citation","Cloud","Cloud Computing","Cloud Lab","Cloud Storage","Cluster Management","Cluster Support","CMMC","Community Outreach","Compiling","Composible Systems","Computataional Chemistry","COMSOL","Conda","Condo","Containers","Core dump","Core hours","CP2K","CPU architecture","CPU bound","CUDA","Cybersecurity","CYVERSE","Data","Data Storage","Data-access-protocols","Data-analysis","Data-compliance","Data-lifecycle","Data-management","Data-management-software","Data-provenance","Data-reproducibility","Data-retention","Data-science","Data-sharing","Data-transfer","Data-wrangling","Database-update","Debugging","Debugging, Optimizatio and Profiling","Deep-learning","Dependencies","Deployment","DFT","Distributed-computing","DNS","Docker","Documentation","DOI","DTN","Easybuild","Email","Encryption","Environment-modules","Errors","Extension","FastX","Federated-authentication","File transfers","File-formats","File-limits","File-systems","File-transfer","Finite-element-analysis","Firewall","Fortran","Frameworks and IDE's","GAMESS","Gateways","GATK","Gaussian","GCC","Genomics","GIS","Git","Globus","GPFS","GPU","Gravitational-waves","Gridengine","GROMACS","Hadoop","Hardware","Image-processing","Infiniband","Interactive-mode","Interconnect","IO-Issue","ISILON","Java","Jekyll","Jetstream","Job-accounting","Job-array","Job-charging","Job-failure","Job-sizing","Job-submission","Julia","Jupyterhub","Key-management","Kubernetes","KyRIC","LAMMPS","Library-paths","License","Linear-programming","Linux","LMOD","login","LSF","Lustre","Machine-learning","Management","Materials-science","Mathematica","MATLAB","Memory","Metadata","Modules","Molecular-dynamics","Monte-carlo","MPI","NAMD","NetCDF","Networking","Neural-networks","NFS","NLP","NoMachine","Nvidia","Oceanography","OnDemnad","Open-science-grid","Open-storage-network","OpenCV","Openfoam","OpenMP","OpenMPI","OpenSHIFT","Openstack","Optimization","OS","OSG","Parallelization","Parameter-sweeps","Paraview","Particle-physics","password","PBS","Pegasus","Pending-jobs","Performance-tuning","Permissions","Physiology","PIP","PODMAN","Portals","Pre-emption","Professional and Workforce Development","Professional-development","Profile","Profiling","Programming","Programming Languages","Programming-best-practices","Project-management","Project-renewal","Provisioning","Pthreads","Publication-database","Putty","Python","Pytorch","Quantum-computing","Quantum-mechanics","Quota","R","RDP","React","Reporting","Research-facilitation","Research-grants","Resources","Rstudio-server","S3","Samba","SAS","Scaling","Schedulers","Scheduling","Science DMZ","Science Gateways","Scikit-learn","Scratch","screen","scripting","SDN","Secure Computing and Data","Secure-data-architecture","Serverless-hpc","setup","sftp","SGE","Shell Scripting","Shifter","Singularity","SLURM","SMB","Smrtanalysis","Software Installations","Software-carpentry","SPACK","SPARK","Spectrum-scale","SPSS","SQL","SSH","Stampede2","STATA","Storage","Supplement","Support","TCP","Technical-training-for-hpc","Tensorflow","Terminal-emulation-and-window-management","Tickets","Timing-issue","TMUX","Tools","Training","Transfer SUs","Trinity","Tuning","Unix-environment","Upgrading","Vectorization","Version-control","vim","VNC","VPN","Workflow","Workforce-development","X11","Xalt","XDMoD","XML","XSEDE","I don't see a relevant keyword"],min:0,max:5},chatDisabled:!0,function:e=>{const n=ES();t({...n,keywords:e.userInput})},path:e=>e.userInput&&e.userInput.includes("I don't see a relevant keyword")?"general_help_additional_keywords":"general_help_priority"},general_help_additional_keywords:{message:"Please enter additional keywords, separated by commas:",function:e=>{const n=ES(),r=n.keywords||[],o=e.userInput,a=Array.isArray(r)?[...r]:r.split(",").map((e=>e.trim())),i=a.filter((e=>"I don't see a relevant keyword"!==e)),l=Array.isArray(i)&&i.length>0?[...i,o].join(", "):o;t({...n,keywords:l,suggestedKeyword:o})},path:"general_help_priority"},general_help_priority:{message:"Please select a priority for your issue:",options:["Lowest","Low","Medium","High","Highest"],chatDisabled:!0,function:e=>{const n=ES();t({...n,priority:e.userInput.toLowerCase()})},path:()=>n.email?n.name?n.accessId?"general_help_ticket_summary":"general_help_accessid":"general_help_name":"general_help_email"},general_help_email:{message:"What is your email address?",validateTextInput:e=>DS(e),function:e=>{const n=ES();t({...n,email:e.userInput})},path:()=>n.name?n.accessId?"general_help_ticket_summary":"general_help_accessid":"general_help_name"},general_help_name:{message:"What is your name?",function:e=>{const n=ES();t({...n,name:e.userInput})},path:()=>n.accessId?"general_help_ticket_summary":"general_help_accessid"},general_help_accessid:{message:"What is your ACCESS ID? (Optional - press Enter to skip)",required:!1,function:e=>{const n=ES();t({...n,accessId:e.userInput||""})},path:"general_help_ticket_summary"},general_help_ticket_summary:{message:e=>{const t=ES(),r=SS(n),o=xS(t.uploadedFiles);let a=r.accessId;"general_help_accessid"===e.prevPath&&e.userInput?a=e.userInput:a||"general_help_accessid"!==e.prevPath||(a=e.userInput);let i="";return"yes"===t.involvesResource&&(i=`\nResource: ${t.resourceDetails||"Not specified"}`,t.userIdAtResource&&(i+=`\nUser ID at Resource: ${t.userIdAtResource}`)),`Thank you for providing your issue details. Here's a summary:\n\nName: ${r.name||"Not provided"}\nEmail: ${r.email||"Not provided"}\nACCESS ID: ${a||"Not provided"}\nIssue Summary: ${t.summary||"Not provided"}\nCategory: ${t.category||"Not provided"}\nPriority: ${t.priority||"Not provided"}\nKeywords: ${t.keywords||"Not provided"}\nIssue Description: ${t.description||"Not provided"}${i}${o}\n\nWould you like to submit this ticket?`},options:["Submit Ticket","Back to Main Menu"],chatDisabled:!0,function:async e=>{if("Submit Ticket"===e.userInput){const e=ES(),t=SS(n),o={email:t.email||"",summary:e.summary||"General Support Ticket",description:e.description||"",priority:e.priority||"medium",accessId:t.accessId||"",name:t.name||"",issueType:e.category||"",hasResourceProblem:"yes"===e.involvesResource?"Yes":"No",userIdAtResource:e.userIdAtResource||"",resourceName:e.resourceDetails||"",keywords:e.keywords||"",noRelevantKeyword:e.suggestedKeyword?"checked":"",suggestedKeyword:e.suggestedKeyword||""};await r(o,"support",e.uploadedFiles||[])}},path:e=>"Submit Ticket"===e.userInput?"general_help_success":"start"},general_help_success:{message:()=>wS(o(),"support ticket"),options:["Back to Main Menu"],chatDisabled:!0,renderHtml:["BOT"],path:"start"}}})({ticketForm:e,setTicketForm:t,userInfo:n});return{help_ticket:{message:"What is your help ticket related to?",options:["Logging into ACCESS website","Logging into a resource","Another question"],chatDisabled:!0,function:n=>{t({...e||{},ticketType:n.userInput})},path:e=>"Logging into ACCESS website"===e.userInput?"access_help":"Logging into a resource"===e.userInput?"affiliated_help":"Another question"===e.userInput?"general_help_summary_subject":"help_ticket"},...r,...o,...a}},IS=({setTicketForm:e=()=>{},userInfo:t={}})=>{let n=null,r=null;return{security_incident:{message:"You're reporting a security incident. Please provide a brief summary of the security concern.",function:n=>{const r=ES()||{},o={...r,summary:n.userInput,email:t.email||r.email,name:t.name||r.name,accessId:t.accessId||r.accessId};e(o)},path:"security_priority"},security_priority:{message:"What is the priority level of this security incident?",options:["Critical","High","Medium","Low"],chatDisabled:!0,function:t=>{const n=ES()||{};e({...n,priority:t.userInput})},path:"security_description"},security_description:{message:"Please provide a detailed description of the security incident or concern.",function:t=>{const n=ES()||{};e({...n,description:t.userInput})},path:"security_attachment"},security_attachment:{message:"Do you have any files (screenshots, logs, etc.) that would help with this security incident?",options:["Yes","No"],chatDisabled:!0,function:t=>{const n=ES()||{};e({...n,wantsAttachment:t.userInput})},path:e=>"Yes"===e.userInput?"security_upload":"security_contact_info"},security_upload:{message:"Please upload your files.",component:R.createElement(gS,{onFileUpload:t=>{const n=ES()||{};e({...n,uploadedFiles:t})}}),options:["Continue"],chatDisabled:!0,function:()=>{const t=ES()||{};e({...t,uploadConfirmed:!0})},path:"security_contact_info"},security_contact_info:{message:()=>{const e=SS(t);return e.name&&e.email&&e.accessId?`I have your contact information:\n\nName: ${e.name}\nEmail: ${e.email}\nACCESS ID: ${e.accessId}\n\nIs this correct?`:"I need your contact information. What is your name?"},options:e=>{if(!e)return[];const n=SS(t);return n.name&&n.email&&n.accessId?["Yes, that's correct","Let me update it"]:[]},chatDisabled:e=>{if(!e)return!1;const n=SS(t);return n.name&&n.email&&n.accessId},function:t=>{if(!t)return;const n=ES()||{};if(!n.name){const r={...n,name:t.userInput};e(r)}},path:e=>{if(!e)return"security_summary";const n=SS(t);return"Yes, that's correct"===e.userInput?"security_summary":"Let me update it"===e.userInput?"security_name":n.name&&n.email?n.accessId?"security_summary":"security_accessid":"security_email"}},security_name:{message:"What is your name?",function:t=>{const n=ES()||{};e({...n,name:t.userInput})},path:"security_email"},security_email:{message:"What is your email address?",function:t=>{const n=ES()||{};e({...n,email:t.userInput})},path:"security_accessid"},security_accessid:{message:"What is your ACCESS ID? (Optional - press Enter to skip)",validateTextInput:CS(),function:t=>{const r=PS(t.userInput);n=r;const o=ES()||{};e({...o,accessId:r})},path:"security_summary"},security_summary:{message:()=>{const e=ES()||{},r=SS(t),o={...e,name:r.name||e.name,email:r.email||e.email,accessId:n||r.accessId||e.accessId};let a="";e.uploadedFiles&&e.uploadedFiles.length>0&&(a=`\nAttachments: ${e.uploadedFiles.length} file(s) attached`);const i=o.accessId||"Not provided";return`Here's a summary of your security incident report:\n\nSummary: ${o.summary||"Not provided"}\nPriority: ${o.priority||"Not provided"}\nName: ${o.name||"Not provided"}\nEmail: ${o.email||"Not provided"}\nACCESS ID: ${i}\nDescription: ${o.description||"Not provided"}${a}\n\nWould you like to submit this security incident report?`},options:["Submit Security Report","Back to Main Menu"],chatDisabled:!0,function:async o=>{if("Submit Security Report"===o.userInput){const o=ES()||{},a=SS(t),i={...o,name:a.name||o.name,email:a.email||o.email,accessId:n||a.accessId||o.accessId},l={summary:i.summary||"",priority:i.priority||"",description:i.description||"",name:i.name||"",email:i.email||"",accessId:i.accessId||""};try{const t=await(async(e,t=[])=>{try{const n=await mS(e,"security",t);return await yS(n,"create-security-incident")}catch(e){return console.error("| ❌ Security incident submission failed:",e),{success:!1,error:e.message}}})(l,o.uploadedFiles||[]);t.success?(r={success:!0,ticketKey:t.data?.ticketKey,ticketUrl:t.data?.ticketUrl},e((e=>({...e,ticketKey:t.data?.ticketKey,ticketUrl:t.data?.ticketUrl})))):(r={success:!1,error:t.error},e((e=>({...e,submissionError:t.error}))))}catch(t){r={success:!1,error:t.message},e((e=>({...e,submissionError:t.message})))}}},path:e=>"Submit Security Report"===e.userInput?"security_success":"start"},security_success:{message:()=>{return(e=r)&&!e.success?`We apologize, but there was an error submitting your security incident report: ${e.error}\n\nPlease try again or contact our cybersecurity team directly.`:e&&e.success&&e.ticketUrl&&e.ticketKey?`Your security incident report has been submitted successfully.\n\nTicket: <a href="${e.ticketUrl}" target="_blank">${e.ticketKey}</a>\n\nOur cybersecurity team will review your report and respond accordingly. Thank you for helping keep ACCESS secure.`:(e&&e.success,"Your security incident report has been submitted successfully.\n\nOur cybersecurity team will review your report and respond accordingly. Thank you for helping keep ACCESS secure.");var e},options:["Back to Main Menu"],chatDisabled:!0,renderHtml:["BOT"],path:"start"}}};function TS({welcomeMessage:e,isBotLoggedIn:t,loginUrl:n,handleQuery:r,hasQueryError:o,sessionId:a,currentQueryId:i,ticketForm:l={},setTicketForm:s=()=>{},formContext:c,apiKey:u,userInfo:A={}}){c&&(e=>{kS=e})(c);const d=(({welcome:e,setTicketForm:t=()=>{},setFeedbackForm:n=()=>{}})=>({start:{message:e,options:["Ask a question about ACCESS","Open a Help Ticket","Report a security issue"],chatDisabled:!0,path:e=>"Ask a question about ACCESS"===e.userInput?"go_ahead_and_ask":"Open a Help Ticket"===e.userInput?(t({}),"help_ticket"):"Report a security issue"===e.userInput?(t({}),"security_incident"):"start"}}))({welcome:nS(0,e),setTicketForm:s});return{...d||{},...(t?pS({fetchAndStreamResponse:r,sessionId:a,currentQueryId:i,apiKey:u}):{go_ahead_and_ask:{message:"To ask questions, you need to log in first.",component:R.createElement(AS,{loginUrl:n}),options:["Back to Main Menu"],chatDisabled:!0,path:e=>"Back to Main Menu"===e.userInput?"start":"go_ahead_and_ask"}})||{},...BS({ticketForm:l,setTicketForm:s,userInfo:A})||{},...IS({ticketForm:l,setTicketForm:s,userInfo:A})||{},...t&&{loop:{message:async e=>{await r(e)},renderMarkdown:["BOT"],path:()=>o?"start":"loop"}}}}const MS=()=>{for(let e=0;e<localStorage.length;e++){const t=localStorage.key(e);if(t&&t.startsWith("qa_bot_session_")){const e=localStorage.getItem(t);if(e)return e}}const e=`qa_bot_session_${eS()}`;return localStorage.setItem(e,e),e},QS=R.forwardRef(((e,t)=>{const{apiKey:n,open:r=!1,onOpenChange:o,embedded:a=!1,isLoggedIn:i,loginUrl:l=tS.LOGIN_URL,ringEffect:s=!1,welcome:c,userEmail:u,userName:A,accessId:d}=e,f=n||("undefined"!=typeof process&&process.env?"demo-key":null),[p,h]=O.useState(void 0!==i&&i),g=O.useRef(MS()).current,[m,y]=O.useState(null),{ticketForm:v,feedbackForm:b,updateTicketForm:w,updateFeedbackForm:x,resetTicketForm:k,resetFeedbackForm:E}=iS();O.useEffect((()=>{void 0!==i&&h(i)}),[i]),O.useEffect((()=>{if(!a&&o){const e=e=>{t&&t.current&&t.current._markAsUserInteraction&&t.current._markAsUserInteraction();const n=e.data.newState;o(n)};return window.addEventListener("rcb-toggle-chat-window",e),()=>{window.removeEventListener("rcb-toggle-chat-window",e)}}}),[a,o,t]);const S=nS(0,c),C=O.useRef(null),P=((e,t={})=>O.useMemo((()=>{const n=(t,n)=>{if(e.current){const n=getComputedStyle(e.current).getPropertyValue(t);if(n&&""!==n.trim())return n.trim();if(e.current.parentElement){const n=getComputedStyle(e.current.parentElement).getPropertyValue(t);if(n&&""!==n.trim())return n.trim()}}return n};return{primaryColor:n("--primary-color",t.primaryColor||tS.THEME.PRIMARY_COLOR),secondaryColor:n("--secondary-color",t.secondaryColor||tS.THEME.SECONDARY_COLOR),fontFamily:n("--font-family",t.fontFamily||tS.THEME.FONT_FAMILY)}}),[e,t]))(C),D=(({themeColors:e,embedded:t,defaultOpen:n,isLoggedIn:r,loginUrl:o})=>{const a=r,i=sessionStorage.getItem("qa_bot_tooltip_shown")?"NEVER":"START";return O.useMemo((()=>({general:{...e,embedded:t,primaryColor:e.primaryColor,fontFamily:"Arial, sans-serif",secondaryColor:e.secondaryColor},header:{title:R.createElement("div",{key:"header-title"},R.createElement("h1",{className:"sr-only"},tS.CHATBOT.TITLE),R.createElement("span",{"aria-hidden":"true"},tS.CHATBOT.TITLE)),avatar:tS.CHATBOT.AVATAR_URL,buttons:[a?R.createElement(uS,{key:"user-icon"}):R.createElement(AS,{key:"login-button",loginUrl:o,isHeaderButton:!0}),Xg.CLOSE_CHAT_BUTTON]},chatWindow:{defaultOpen:!!t||n},chatInput:{enabledPlaceholderText:"Type your question here...",disabledPlaceholderText:"",disabled:!1,allowNewline:!0,sendButtonStyle:{display:"flex"},characterLimit:1e3,sendButtonAriaLabel:"Send message",showCharacterCount:!1,ariaLabel:"Chat input area",ariaDescribedBy:"chat-input-help"},chatHistory:{disabled:!1},botBubble:{simulateStream:!0,streamSpeed:10,allowNewline:!0,dangerouslySetInnerHTML:!0,renderHtml:!0,ariaLabel:"Bot response",role:"log"},chatButton:{icon:tS.CHATBOT.AVATAR_URL},tooltip:{text:tS.CHATBOT.TOOLTIP_TEXT,mode:i},audio:{disabled:!0},emoji:{disabled:!0},fileAttachment:{disabled:!0},notification:{disabled:!0},footer:{text:R.createElement("div",{key:"footer-text"},R.createElement("a",{href:"https://support.access-ci.org/tools/access-qa-tool"},"About this tool"),"."),buttons:[R.createElement(cS,{key:"new-chat-button"})]},event:{rcbToggleChatWindow:!0}})),[e,t,n,a,i,o])})({themeColors:P,embedded:a,defaultOpen:r,isLoggedIn:p,loginUrl:l}),B=dS(f,g,y),I=O.useMemo((()=>({ticketForm:v||{},feedbackForm:b||{},updateTicketForm:w,updateFeedbackForm:x,resetTicketForm:k,resetFeedbackForm:E})),[v,b,w,x,k,E]),T=O.useMemo((()=>TS({welcomeMessage:S,isBotLoggedIn:p,loginUrl:l,handleQuery:B,sessionId:g,currentQueryId:m,ticketForm:v,setTicketForm:w,formContext:I,apiKey:f,userInfo:{email:u||null,name:A||null,accessId:d||null}})),[S,p,l,B,g,m,v,b,w,x,I,f,u,A,d]);return((e,t)=>{O.useEffect((()=>{t.current&&(e?t.current.classList.add("bot-logged-in"):t.current.classList.remove("bot-logged-in"))}),[e,t])})(p,C),((e,t)=>{O.useEffect((()=>{if(!e||!t.current)return;const n=setTimeout((()=>{const e=t.current?.querySelector(".rcb-tooltip-show");e&&e.classList.add("phone-ring")}),500);return()=>{clearTimeout(n)}}),[e,t])})(s,C),O.useEffect((()=>{const e=()=>{const e=document.querySelector(".rcb-chat-window");if(!e)return;const t=e.querySelector(".rcb-send-button");t&&(t.hasAttribute("tabindex")||t.setAttribute("tabindex","0"),t.hasAttribute("data-keyboard-enabled")||(t.setAttribute("data-keyboard-enabled","true"),t.addEventListener("keydown",(e=>{if("Enter"===e.key||" "===e.key){e.preventDefault();const n=t&&Object.keys(t).find((e=>e.startsWith("__reactProps")));if(n){const r=t[n],o=r?.onMouseDown;if(o&&"function"==typeof o)return void o(e)}const r=new MouseEvent("mousedown",{bubbles:!0,cancelable:!0,view:window});t.dispatchEvent(r)}}))))},t=setInterval(e,1e3);return e(),()=>clearInterval(t)}),[]),fS(),O.useEffect((()=>{const e=()=>{sessionStorage.setItem("qa_bot_tooltip_shown","true")};return window.addEventListener("rcb-toggle-chat-window",e),()=>{window.removeEventListener("rcb-toggle-chat-window",e)}}),[]),R.createElement("div",{className:"qa-bot "+(a?"embedded-qa-bot":""),ref:C,role:"region","aria-label":"Ask ACCESS tool"},R.createElement(wv,null,R.createElement("main",{role:"main","aria-label":"Chat interface"},R.createElement(rS,{ref:t,embedded:a,isBotLoggedIn:p,currentOpen:r}),R.createElement(Sv,{key:`chatbot-${g}-${p}`,settings:D,flow:T,plugins:[sb(),VE(),XE()]}),R.createElement("div",{"aria-live":"polite","aria-label":"Bot response updates",className:"sr-only",id:"bot-live-region"}),R.createElement("div",{id:"chat-input-help",className:"sr-only"},"Type your message and press Enter to send. Use arrow keys to navigate through response options. Press Enter or Space to select an option."),R.createElement("div",{id:"keyboard-help",className:"sr-only"},"Available keyboard shortcuts: Arrow keys to navigate options, Enter or Space to select, Tab to move between interactive elements, Escape to close dialogs."))))}));QS.displayName="QABotInternal";const _S=R.forwardRef(((e,t)=>R.createElement(aS,null,R.createElement(QS,Yu({},e,{ref:t})))));_S.displayName="QABot";Gu('.rcb-toggle-icon{background-color:initial!important;background-position:calc(50% - 1px) calc(50% + 2px);background-repeat:no-repeat;background-size:62%!important}.rcb-chat-window{max-height:600px;max-width:100%;width:550px!important}.rcb-chat-window .rcb-bot-avatar{background-position:50%;background-repeat:no-repeat;background-size:contain;border-radius:0}.rcb-chat-window .rcb-chat-header{align-items:center;display:flex;flex-direction:row;font-weight:700}.rcb-chat-window a{color:#000;font-weight:700;text-decoration:underline}.rcb-chat-window a:hover{color:#107180}.rcb-chat-window .rcb-bot-message a{color:#fff;text-decoration:none}.rcb-chat-window .rcb-bot-message a:hover{text-decoration:underline}.rcb-chat-window .rcb-chat-input-textarea{overflow-y:auto}.rcb-chat-window .rcb-chat-footer-container{font-size:10px}.qa-bot .user-login-icon{display:none!important}.qa-bot.bot-logged-in .user-login-icon{display:flex!important;transform:scale(1.3) translateY(-2px)}.embedded-qa-bot .rcb-chat-window{max-width:100%;width:100%!important}.qa-bot.hidden{display:none}.embedded-qa-bot .rcb-bot-message,.embedded-qa-bot .rcb-user-message{max-width:90%!important;word-break:break-word}.embedded-qa-bot .rcb-chat-input-textarea{width:100%!important}.qa-bot-container{max-width:100%;width:100%}.rcb-tooltip-show.phone-ring{animation:phone-ring 3s ease-out!important;z-index:10000!important}@keyframes phone-ring{0%{transform:translateX(0) translateY(0) rotate(0deg)}2%{transform:translateX(0) translateY(-8px) rotate(-2deg)}4%{transform:translateX(0) translateY(-6px) rotate(2deg)}6%{transform:translateX(0) translateY(-8px) rotate(-1deg)}8%{transform:translateX(0) translateY(-6px) rotate(1deg)}10%{transform:translateX(0) translateY(-8px) rotate(-2deg)}12%{transform:translateX(0) translateY(-6px) rotate(2deg)}20%{transform:translateX(0) translateY(0) rotate(0deg)}30%{transform:translateX(0) translateY(0) rotate(0deg)}40%{transform:translateX(0) translateY(0) rotate(0deg)}49%{transform:translateX(0) translateY(0) rotate(0deg)}50%{transform:translateX(0) translateY(-8px) rotate(-2deg)}52%{transform:translateX(0) translateY(-6px) rotate(2deg)}54%{transform:translateX(0) translateY(-8px) rotate(-1deg)}56%{transform:translateX(0) translateY(-6px) rotate(1deg)}58%{transform:translateX(0) translateY(-8px) rotate(-2deg)}60%{transform:translateX(0) translateY(-6px) rotate(2deg)}70%{transform:translateX(0) translateY(0) rotate(0deg)}to{transform:translateX(0) translateY(0) rotate(0deg)}}@media (max-width:768px){.rcb-chat-window{max-height:calc(100vh - 100px)!important;max-width:calc(100vw - 40px)!important;width:550px!important}.embedded-chat-container.open{height:400px}.embedded-chat-closed{font-size:14px;height:40px}.embedded-chat-open-btn{font-size:12px;padding:3px 10px}.rcb-bot-message,.rcb-user-message{max-width:85%!important}.rcb-chat-input-textarea{font-size:16px!important;min-height:44px!important}.rcb-chat-header{padding:12px 16px!important}}@media (max-width:480px){.rcb-chat-window{bottom:10px!important;left:10px!important;max-height:calc(100vh - 80px)!important;max-width:calc(100vw - 20px)!important;right:10px!important;width:calc(100vw - 20px)!important}.embedded-chat-container.open{height:350px}.rcb-bot-message,.rcb-user-message{margin-bottom:8px!important;max-width:90%!important}.rcb-chat-header{font-size:14px!important;padding:8px 12px!important}.rcb-chat-button{bottom:20px!important;height:50px!important;right:20px!important;width:50px!important}.rcb-chat-footer-container{font-size:9px!important;padding:8px 12px!important}}@media (max-width:360px){.rcb-chat-window{left:5px!important;max-width:calc(100vw - 10px)!important;right:5px!important;width:calc(100vw - 10px)!important}.rcb-chat-header{font-size:13px!important;padding:6px 8px!important}}.rcb-checkbox-container{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin-left:16px!important;max-width:100%!important;padding-top:12px!important}.rcb-checkbox-row-container{align-items:center!important;background-color:#fff!important;border:1px solid #d0d0d0!important;border-radius:6px!important;box-sizing:border-box!important;color:#107180!important;cursor:pointer!important;display:flex!important;flex:0 0 auto!important;font-size:14px!important;font-weight:400!important;margin:0!important;max-height:auto!important;min-height:auto!important;padding:8px 12px!important;text-align:center!important;transition:all .2s ease!important;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:auto!important}.rcb-checkbox-row-container:hover{background-color:#e8f4f8!important;border-color:#107180!important;box-shadow:0 2px 4px #10718033!important;transform:translateY(-1px)!important}.rcb-checkbox-row-container[data-checked=true]{background-color:#107180!important;border-color:#107180!important;color:#fff!important}.rcb-checkbox-row{margin-left:0!important}.rcb-checkbox-mark{height:14px!important;margin-right:6px!important;width:14px!important}.rcb-checkbox-label{font-size:13px!important;margin:0!important;white-space:nowrap!important}.rcb-checkbox-next-button{align-items:center!important;background-color:#fff!important;border:1px solid #d0d0d0!important;border-radius:6px!important;box-sizing:border-box!important;color:#107180!important;cursor:pointer!important;display:flex!important;flex:0 0 auto!important;font-size:14px!important;font-weight:400!important;justify-content:center!important;line-height:24px!important;margin:0!important;max-height:auto!important;min-height:auto!important;padding:8px 12px!important;text-align:center!important;transition:all .2s ease!important;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:auto!important}.rcb-checkbox-next-button:hover{background-color:#e8f4f8!important;border-color:#107180!important;box-shadow:0 2px 4px #10718033!important;transform:translateY(-1px)!important}.sr-only{clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.rcb-chat-input-send-button:focus,.rcb-chat-input-textarea:focus{outline:2px solid #107180!important;outline-offset:2px!important}.rcb-user-message{word-wrap:break-word!important;overflow:hidden!important;word-break:break-word!important}:focus-visible{outline:2px solid #107180!important;outline-offset:2px!important}.rcb-options-container{display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;gap:8px!important;margin:16px!important;padding:0!important}.rcb-options{background-color:#fff!important;border:1px solid #d0d0d0!important;border-radius:6px!important;box-sizing:border-box!important;color:#107180!important;cursor:pointer!important;flex:0 0 auto!important;font-size:14px!important;font-weight:400!important;outline:none!important;padding:8px 12px!important;text-align:center!important;transition:all .2s ease!important;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:auto!important}.rcb-options:hover{background-color:#e8f4f8!important;border-color:#107180!important;box-shadow:0 2px 4px #10718033!important;transform:translateY(-1px)!important}.rcb-checkbox-next-button.keyboard-focused,.rcb-checkbox-next-button:focus,.rcb-checkbox-next-button:focus-visible,.rcb-checkbox-row-container.keyboard-focused,.rcb-checkbox-row-container:focus,.rcb-checkbox-row-container:focus-visible,.rcb-options.keyboard-focused,.rcb-options:focus,.rcb-options:focus-visible{background-color:#e8f4f8!important;border-color:#107180!important;outline:none!important}.rcb-options:active{background-color:#107180!important;border-color:#107180!important;color:#fff!important;transform:translateY(0)!important}.keyboard-nav-hint{color:#666!important;font-size:12px!important;font-style:italic!important;margin-bottom:8px!important}@media (prefers-reduced-motion:reduce){.keyboard-nav-hint{display:none!important}}.rcb-options-container [role=button][tabindex="0"],.rcb-options-container button[tabindex="0"]{position:relative!important}.rcb-options-container [role=button][tabindex="0"]:after,.rcb-options-container button[tabindex="0"]:after{color:#107180!important;content:"←"!important;font-size:16px!important;opacity:0!important;position:absolute!important;right:12px!important;top:50%!important;transform:translateY(-50%)!important;transition:opacity .2s ease!important}.rcb-options-container [role=button][tabindex="0"]:focus:after,.rcb-options-container button[tabindex="0"]:focus:after{opacity:1!important}.rcb-chat-input-send-button{cursor:pointer!important;opacity:1!important;pointer-events:auto!important;visibility:visible!important}.rcb-chat-input-send-button:not([tabindex]){-webkit-user-select:none;-moz-user-select:none;user-select:none}.rcb-chat-input-container [onclick],.rcb-chat-input-container [role=button],.rcb-chat-input-container div[style*=cursor],.rcb-chat-input-container svg:last-child,.rcb-chat-input-container>div:last-child{tabindex:0!important;cursor:pointer!important}.rcb-chat-footer{margin-top:4px!important;padding-top:0!important}.rcb-chat-footer-container{align-items:center!important;display:flex!important;margin-top:4px!important;padding-top:4px!important}.rcb-chat-footer-container button{order:1!important}.rcb-chat-footer-container a[href*=access-qa-tool]{tab-index:0!important;order:2!important}.rcb-chat-footer-container a[href*=feedback]{tab-index:0!important;order:3!important}@media (prefers-contrast:high){.rcb-chat-window a{background-color:#fff!important;border:1px solid #000!important;color:#000!important}}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}',{insertAt:"top"});const NS=R.forwardRef(((e,t)=>{const[n,r]=R.useState(e.isLoggedIn||!1),[o,a]=R.useState(e.defaultOpen||!1),i=R.useRef();return R.useImperativeHandle(t,(()=>({addMessage:e=>{i.current&&i.current.addMessage(e)},setBotIsLoggedIn:e=>{r(e)},openChat:()=>{!e.embedded&&i.current&&a(!0)},closeChat:()=>{!e.embedded&&i.current&&a(!1)},toggleChat:()=>{!e.embedded&&i.current&&a((e=>!e))}})),[e.embedded]),R.createElement(_S,{ref:i,apiKey:e.apiKey,embedded:e.embedded,isLoggedIn:n,open:!!e.embedded||o,onOpenChange:e.embedded?void 0:a,loginUrl:e.loginUrl,ringEffect:e.ringEffect,welcome:e.welcome,userEmail:e.userEmail,userName:e.userName,accessId:e.accessId})}));return NS.displayName="ProgrammaticQABot",function(e){if(!(e.target&&e.target instanceof HTMLElement))return void console.error("QA Bot: A valid target DOM element is required");const t=F.createRoot(e.target),n={current:null};return t.render(R.createElement(R.StrictMode,null,R.createElement(NS,{ref:e=>{n.current=e},apiKey:e.apiKey,defaultOpen:e.defaultOpen,embedded:e.embedded,isLoggedIn:e.isLoggedIn,loginUrl:e.loginUrl,ringEffect:e.ringEffect,welcome:e.welcome,userEmail:e.userEmail,userName:e.userName,accessId:e.accessId}))),{addMessage:e=>n.current?.addMessage(e),setBotIsLoggedIn:e=>n.current?.setBotIsLoggedIn(e),openChat:()=>n.current?.openChat(),closeChat:()=>n.current?.closeChat(),toggleChat:()=>n.current?.toggleChat(),destroy:()=>{n.current=null,t.unmount()}}}}));
|
|
37
37
|
//# sourceMappingURL=access-qa-bot.standalone.js.map
|