`}tablecell(e){let t=this.parser.parseInline(e.tokens),r=e.header?"th":"td";return(e.align?`<${r} align="${e.align}">`:`<${r}>`)+t+`${r}>
`}strong({tokens:e}){return`${this.parser.parseInline(e)}`}em({tokens:e}){return`${this.parser.parseInline(e)}`}codespan({text:e}){return`${er(e,!0)}`}br(e){return" "}del({tokens:e}){return`${this.parser.parseInline(e)}`}link({href:e,title:t,tokens:r}){let n=this.parser.parseInline(r),s=en(e);if(null===s)return n;let i='"+n+""}image({href:e,title:t,text:r,tokens:n}){n&&(r=this.parser.parseInline(n,this.parser.textRenderer));let s=en(e);if(null===s)return er(r);e=s;let i=`"}text(e){return"tokens"in e&&e.tokens?this.parser.parseInline(e.tokens):"escaped"in e&&e.escaped?e.text:er(e.text)}},ep=class{strong({text:e}){return e}em({text:e}){return e}codespan({text:e}){return e}del({text:e}){return e}html({text:e}){return e}text({text:e}){return e}link({text:e}){return""+e}image({text:e}){return""+e}br(){return""}},eh=class e{options;renderer;textRenderer;constructor(e){this.options=e||r,this.options.renderer=this.options.renderer||new ec,this.renderer=this.options.renderer,this.renderer.options=this.options,this.renderer.parser=this,this.textRenderer=new ep}static parse(t,r){return new e(r).parse(t)}static parseInline(t,r){return new e(r).parseInline(t)}parse(e,t=!0){let r="";for(let n=0;n{let s=e[n].flat(1/0);r=r.concat(this.walkTokens(s,t))}):e.tokens&&(r=r.concat(this.walkTokens(e.tokens,t)))}}return r}use(...e){let t=this.defaults.extensions||{renderers:{},childTokens:{}};return e.forEach(e=>{let r={...e};if(r.async=this.defaults.async||r.async||!1,e.extensions&&(e.extensions.forEach(e=>{if(!e.name)throw Error("extension name required");if("renderer"in e){let r=t.renderers[e.name];r?t.renderers[e.name]=function(...t){let n=e.renderer.apply(this,t);return!1===n&&(n=r.apply(this,t)),n}:t.renderers[e.name]=e.renderer}if("tokenizer"in e){if(!e.level||"block"!==e.level&&"inline"!==e.level)throw Error("extension level must be 'block' or 'inline'");let r=t[e.level];r?r.unshift(e.tokenizer):t[e.level]=[e.tokenizer],e.start&&("block"===e.level?t.startBlock?t.startBlock.push(e.start):t.startBlock=[e.start]:"inline"===e.level&&(t.startInline?t.startInline.push(e.start):t.startInline=[e.start]))}"childTokens"in e&&e.childTokens&&(t.childTokens[e.name]=e.childTokens)}),r.extensions=t),e.renderer){let t=this.defaults.renderer||new ec(this.defaults);for(let r in e.renderer){if(!(r in t))throw Error(`renderer '${r}' does not exist`);if(["options","parser"].includes(r))continue;let n=e.renderer[r],s=t[r];t[r]=(...e)=>{let r=n.apply(t,e);return!1===r&&(r=s.apply(t,e)),r||""}}r.renderer=t}if(e.tokenizer){let t=this.defaults.tokenizer||new ea(this.defaults);for(let r in e.tokenizer){if(!(r in t))throw Error(`tokenizer '${r}' does not exist`);if(["options","rules","lexer"].includes(r))continue;let n=e.tokenizer[r],s=t[r];t[r]=(...e)=>{let r=n.apply(t,e);return!1===r&&(r=s.apply(t,e)),r}}r.tokenizer=t}if(e.hooks){let t=this.defaults.hooks||new eu;for(let r in e.hooks){if(!(r in t))throw Error(`hook '${r}' does not exist`);if(["options","block"].includes(r))continue;let n=e.hooks[r],s=t[r];eu.passThroughHooks.has(r)?t[r]=e=>{if(this.defaults.async&&eu.passThroughHooksRespectAsync.has(r))return(async()=>{let r=await n.call(t,e);return s.call(t,r)})();let i=n.call(t,e);return s.call(t,i)}:t[r]=(...e)=>{if(this.defaults.async)return(async()=>{let r=await n.apply(t,e);return!1===r&&(r=await s.apply(t,e)),r})();let r=n.apply(t,e);return!1===r&&(r=s.apply(t,e)),r}}r.hooks=t}if(e.walkTokens){let t=this.defaults.walkTokens,n=e.walkTokens;r.walkTokens=function(e){let r=[];return r.push(n.call(this,e)),t&&(r=r.concat(t.call(this,e))),r}}this.defaults={...this.defaults,...r}}),this}setOptions(e){return this.defaults={...this.defaults,...e},this}lexer(e,t){return eo.lex(e,t??this.defaults)}parser(e,t){return eh.parse(e,t??this.defaults)}parseMarkdown(e){return(t,r)=>{let n={...r},s={...this.defaults,...n},i=this.onError(!!s.silent,!!s.async);if(!0===this.defaults.async&&!1===n.async)return i(Error("marked(): The async option was set to true by an extension. Remove async: false from the parse options object to return a Promise."));if(typeof t>"u"||null===t)return i(Error("marked(): input parameter is undefined or null"));if("string"!=typeof t)return i(Error("marked(): input parameter is of type "+Object.prototype.toString.call(t)+", string expected"));if(s.hooks&&(s.hooks.options=s,s.hooks.block=e),s.async)return(async()=>{let r=s.hooks?await s.hooks.preprocess(t):t,n=await (s.hooks?await s.hooks.provideLexer():e?eo.lex:eo.lexInline)(r,s),i=s.hooks?await s.hooks.processAllTokens(n):n;s.walkTokens&&await Promise.all(this.walkTokens(i,s.walkTokens));let l=await (s.hooks?await s.hooks.provideParser():e?eh.parse:eh.parseInline)(i,s);return s.hooks?await s.hooks.postprocess(l):l})().catch(i);try{s.hooks&&(t=s.hooks.preprocess(t));let r=(s.hooks?s.hooks.provideLexer():e?eo.lex:eo.lexInline)(t,s);s.hooks&&(r=s.hooks.processAllTokens(r)),s.walkTokens&&this.walkTokens(r,s.walkTokens);let n=(s.hooks?s.hooks.provideParser():e?eh.parse:eh.parseInline)(r,s);return s.hooks&&(n=s.hooks.postprocess(n)),n}catch(e){return i(e)}}}onError(e,t){return r=>{if(r.message+=`
Please report this to https://github.com/markedjs/marked.`,e){let e="
An error occurred:
"+er(r.message+"",!0)+"
";return t?Promise.resolve(e):e}if(t)return Promise.reject(r);throw r}}};function ef(e,t){return ed.parse(e,t)}ef.options=ef.setOptions=function(e){return ed.setOptions(e),ef.defaults=ed.defaults,r=ef.defaults,ef},ef.getDefaults=t,ef.defaults=r,ef.use=function(...e){return ed.use(...e),ef.defaults=ed.defaults,r=ef.defaults,ef},ef.walkTokens=function(e,t){return ed.walkTokens(e,t)},ef.parseInline=ed.parseInline,ef.Parser=eh,ef.parser=eh.parse,ef.Renderer=ec,ef.TextRenderer=ep,ef.Lexer=eo,ef.lexer=eo.lex,ef.Tokenizer=ea,ef.Hooks=eu,ef.parse=ef,ef.options,ef.setOptions,ef.use,ef.walkTokens,ef.parseInline,eh.parse,eo.lex},652853,552439,e=>{"use strict";e.s(["TRIAL_ENTITLEMENTS",()=>a,"checkAccess",()=>o],652853),e.s(["DAY_IN_MILLISECONDS",()=>s,"HOUR_IN_MILLISECONDS",()=>n,"MINUTE_IN_MILLISECONDS",()=>r,"SECOND_IN_MILLISECONDS",()=>t,"TWO_WEEKS_IN_MILLISECONDS",()=>i,"isOrgLessThanTwoWeeksOld",()=>l],552439);let t=1e3,r=6e4,n=36e5,s=864e5,i=12096e5;function l(e){return!!e&&Date.now()-new Date(e).getTime(){"use strict";e.s(["visit",()=>c],784801),e.s(["CONTINUE",()=>i,"EXIT",()=>l,"SKIP",()=>a,"visitParents",()=>o],733644),e.s(["convert",()=>t],457579);let t=function(e){var s,i;if(null==e)return n;if("function"==typeof e)return r(e);if("object"==typeof e){return Array.isArray(e)?function(e){let n=[],s=-1;for(;++s":"")+")"})}return f;function f(){var d;let f,g,k,m=s;if((!r||p(t,c,u[u.length-1]||void 0))&&(m=Array.isArray(d=n(t,u))?d:"number"==typeof d?[i,d]:null==d?s:[d])[0]===l)return m;if("children"in t&&t.children&&t.children&&m[0]!==a)for(g=(o?t.children.length:-1)+h,k=u.concat(t);g>-1&&g{"use strict";e.s(["useCodeBlockThemeEnum",()=>i,"useCodeBlockThemeObject",()=>l]);var t=e.i(91557),r=e.i(590280),n=e.i(951378),s=e.i(271645);let i=()=>{let{isLivePreview:e,getDocsConfigOverrides:i,livePreviewUpdateId:l}=(0,s.useContext)(r.LivePreviewContext),{docsConfig:a}=(0,s.useContext)(t.DocsConfigContext);return(0,s.useMemo)(()=>{let t=i(),r=t?.styling?.codeblocks,s=e&&r?r:a?.styling?.codeblocks;return(0,n.getCodeStylingEnum)(s)},[e,i,l,a])},l=()=>{let{isLivePreview:e,getDocsConfigOverrides:n,livePreviewUpdateId:i}=(0,s.useContext)(r.LivePreviewContext),{docsConfig:l}=(0,s.useContext)(t.DocsConfigContext);return(0,s.useMemo)(()=>{let t=n(),r=t?.styling?.codeblocks;return e&&r?r:l?.styling?.codeblocks},[e,n,i,l])}},193726,e=>{"use strict";async function t(e){e||console.warn("Called copyToClipboard() with empty text");try{return await navigator.clipboard.writeText(e),"success"}catch(e){return console.error("Failed to copy: ",e),"error"}}e.s(["copyToClipboard",()=>t])},769728,e=>{"use strict";e.s(["useIsomorphicLayoutEffect",()=>t]);let t=e.i(271645).useLayoutEffect},650809,e=>{"use strict";e.s(["useGetShikiHighlightedHtml",()=>s]);var t=e.i(769728),r=e.i(271645),n=e.i(615824);function s(e){let s=(0,n.getShikiHighlightedHtml)(e),[i,l]=(0,r.useState)(s instanceof Promise?void 0:s);return(0,t.useIsomorphicLayoutEffect)(()=>{if(void 0===i)return(0,n.onShikiSettled)(()=>{let t=(0,n.getShikiHighlightedHtml)(e);t instanceof Promise||l(t)})},[e,i]),(0,t.useIsomorphicLayoutEffect)(()=>{if(!(s instanceof Promise))return void l(s);let e=!1;return async function(){if(!(s instanceof Promise))return l(s);try{let t=await s;e||l(t)}catch(t){console.error(t),e||l(void 0)}}(),()=>{e=!0}},[e,s]),i}},834386,e=>{"use strict";function t(e){return e.startsWith("/")&&!e.startsWith("//")||e.startsWith("#")||e.startsWith("./")||e.startsWith("../")}e.s(["isInternalHref",()=>t])},995047,e=>{"use strict";e.s(["DynamicLink",()=>h]);var t=e.i(843476),r=e.i(91557),n=e.i(590280),s=e.i(476781),i=e.i(834386),l=e.i(432686),a=e.i(428681),o=e.i(296548),c=e.i(522016),p=e.i(271645);function h({href:e,ref:h,onMouseEnter:u,onMouseLeave:d,style:f,className:g,children:k,onClick:m,onInternalLinkClick:x,target:b,rel:y,allowTarget:w=!1,node:S,...T}){let{docsConfig:v}=(0,p.useContext)(r.DocsConfigContext),{getLivePreviewHref:C,requestContentEarly:z}=(0,p.useContext)(n.LivePreviewContext),A=w?b:void 0,N=w?y:void 0,R=(e,t)=>{let r=A??e;if(!r)return N?{rel:N}:{};let n=N??t;if(!A&&!N||"_blank"!==r)return{target:r,rel:n};let s=new Set(n?n.split(/\s+/).filter(Boolean):[]);return s.add("noopener"),s.add("noreferrer"),{target:r,rel:[...s].join(" ")}},$=t=>{let r=0===t.button&&!t.metaKey&&!t.ctrlKey&&!t.shiftKey&&!t.altKey;e&&r&&z?.(e),x?.(),m?.(t)};if(e&&(0,i.isInternalHref)(e)){if(e.startsWith("/")){let r=C(v?.seo?.trailingSlash?function(e){let t=/^([^?#]*)([?#].*)?$/.exec(e),r=(0,a.replaceSlashIndex)(t?.[1]??e)||"/",n=t?.[2]??"";return(0,l.addTrailingSlash)(`${r}${n}`,{skipFileExtensions:!1})}(e):e);return(0,t.jsx)(c.default,{href:r,ref:h,passHref:!0,onMouseEnter:u,onMouseLeave:d,style:f,className:(0,o.cn)(s.Classes.Link,g),onClick:$,...R(),...T,children:k})}return(0,t.jsx)("a",{href:e,ref:h,onMouseEnter:u,onMouseLeave:d,style:f,className:(0,o.cn)(s.Classes.Link,g),onClick:$,...R(),...T,children:k})}return(0,t.jsx)("a",{href:e,...R("_blank","noreferrer"),ref:h,onMouseEnter:u,onMouseLeave:d,style:f,className:(0,o.cn)(s.Classes.Link,g),onClick:m,...T,children:k})}},379841,e=>{"use strict";e.s(["Table",()=>l]);var t=e.i(843476),r=e.i(91557),n=e.i(152537),s=e.i(296548),i=e.i(271645);function l({children:e,className:l,"aria-label":a="Scrollable table",...o}){let{docsConfig:c}=(0,i.useContext)(r.DocsConfigContext),p=c?.theme,h=function(e){let t=[];return!function e(t,r){for(let n of i.Children.toArray(t))(0,i.isValidElement)(n)&&(n.type===i.Fragment?e(n.props.children,r):"colgroup"===n.type&&r.push(n))}(e,t),0!==t.length&&t.every(e=>{let t=i.Children.toArray(e.props.children).filter(i.isValidElement);return t.length>0&&t.every(e=>"col"===e.type&&(null!=e.props.width||e.props.style?.width!=null))})}(e);return(0,t.jsxs)(n.ScrollArea,{"data-table-wrapper":!0,className:(0,s.cn)(l,("mint"===p||"linden"===p||"aspen"===p||"luma"===p)&&"[--page-padding:20px]",("maple"===p||"willow"===p)&&"[--page-padding:16px]","almond"===p&&"[--page-padding:32px]","palm"===p&&"w-full -mx-0","flex w-[calc(100%+(var(--page-padding)*2))] my-[1em] py-[1em] -mx-(--page-padding) max-w-none [contain:inline-size]"),...o,children:[(0,t.jsx)(n.ScrollAreaViewport,{role:"region","aria-label":a,className:"overflow-y-hidden!",children:(0,t.jsx)(n.ScrollAreaContent,{className:"flex",children:(0,t.jsx)("div",{className:"px-(--page-padding) grow max-w-none table",children:(0,t.jsx)("table",{className:(0,s.cn)("m-0 min-w-full w-full max-w-none table [&_th]:text-left [&_td[data-numeric]]:tabular-nums",h?"table-fixed [&_td]:min-w-0 [&_td]:break-words [&_th]:break-words":"[&_td]:min-w-[150px]"),children:e})})})}),(0,t.jsx)(n.ScrollAreaScrollbar,{orientation:"horizontal"})]})}},130562,e=>{"use strict";e.s(["default",()=>j],130562);var t=e.i(807432),r=e.i(684094),n=e.i(76696),s=e.i(420061),i=e.i(640553),l=e.i(157871),a=e.i(359091),o=e.i(676044),c=e.i(369587);let p={}.hasOwnProperty,h=(0,c.zwitch)("type",{handlers:{root:function(e,t){let r={nodeName:"#document",mode:(e.data||{}).quirksMode?"quirks":"no-quirks",childNodes:[]};return r.childNodes=u(e.children,r,t),d(e,r),r},element:function(e,t){let r,c=t;"element"===e.type&&"svg"===e.tagName.toLowerCase()&&"html"===t.space&&(c=l.svg);let h=[];if(e.properties){for(r in e.properties)if("children"!==r&&p.call(e.properties,r)){let t=function(e,t,r){let s=(0,i.find)(e,t);if(!1===r||null==r||"number"==typeof r&&Number.isNaN(r)||!r&&s.boolean)return;Array.isArray(r)&&(r=s.commaSeparated?(0,n.stringify)(r):(0,a.stringify)(r));let l={name:s.attribute,value:!0===r?"":String(r)};if(s.space&&"html"!==s.space&&"svg"!==s.space){let e=l.name.indexOf(":");e<0?l.prefix="":(l.name=l.name.slice(e+1),l.prefix=s.attribute.slice(0,e)),l.namespace=o.webNamespaces[s.space]}return l}(c,r,e.properties[r]);t&&h.push(t)}}let f=c.space;(0,s.ok)(f);let g={nodeName:e.tagName,tagName:e.tagName,attrs:h,namespaceURI:o.webNamespaces[f],childNodes:[],parentNode:null};return g.childNodes=u(e.children,g,c),d(e,g),"template"===e.tagName&&e.content&&(g.content=function(e,t){let r={nodeName:"#document-fragment",childNodes:[]};return r.childNodes=u(e.children,r,t),d(e,r),r}(e.content,c)),g},text:function(e){let t={nodeName:"#text",value:e.value,parentNode:null};return d(e,t),t},comment:function(e){let t={nodeName:"#comment",data:e.value,parentNode:null};return d(e,t),t},doctype:function(e){let t={nodeName:"#documentType",name:"html",publicId:"",systemId:"",parentNode:null};return d(e,t),t}}});function u(e,t,r){let n=-1,s=[];if(e)for(;++n])/gi,S=new Set(["mdxFlowExpression","mdxJsxFlowElement","mdxJsxTextElement","mdxTextExpression","mdxjsEsm"]),T={sourceCodeLocationInfo:!0,scriptingEnabled:!1};function v(e,t){let n=function(e){let t="root"===e.type?e.children[0]:e;return!!(t&&("doctype"===t.type||"element"===t.type&&"html"===t.tagName.toLowerCase()))}(e),s=(0,c.zwitch)("type",{handlers:{root:z,element:A,text:N,comment:$,doctype:R,raw:L},unknown:_}),i={parser:n?new g.Parser(T):g.Parser.getFragmentParser(void 0,T),handle(e){s(e,i)},stitches:!1,options:t||{}};s(e,i),I(i,(0,b.pointStart)());let l=n?i.parser.document:i.parser.getFragment(),a=(0,r.fromParse5)(l,{file:i.options.file});return(i.stitches&&(0,y.visit)(a,"comment",function(e,t,r){if(e.value.stitch&&r&&void 0!==t)return r.children[t]=e.value.stitch,t}),"root"===a.type&&1===a.children.length&&a.children[0].type===e.type)?a.children[0]:a}function C(e,t){let r=-1;if(e)for(;++r4&&(t.parser.tokenizer.state=0);let r={type:k.TokenType.CHARACTER,chars:e.value,location:P(e)};I(t,(0,b.pointStart)(e)),t.parser.currentToken=r,t.parser._processToken(t.parser.currentToken)}function R(e,t){let r={type:k.TokenType.DOCTYPE,name:"html",forceQuirks:!1,publicId:"",systemId:"",location:P(e)};I(t,(0,b.pointStart)(e)),t.parser.currentToken=r,t.parser._processToken(t.parser.currentToken)}function $(e,t){let r=e.value,n={type:k.TokenType.COMMENT,data:r,location:P(e)};I(t,(0,b.pointStart)(e)),t.parser.currentToken=n,t.parser._processToken(t.parser.currentToken)}function L(e,t){if(t.parser.tokenizer.preprocessor.html="",t.parser.tokenizer.preprocessor.pos=-1,t.parser.tokenizer.preprocessor.lastGapPos=-2,t.parser.tokenizer.preprocessor.gapStack=[],t.parser.tokenizer.preprocessor.skipNextNewLine=!1,t.parser.tokenizer.preprocessor.lastChunkWritten=!1,t.parser.tokenizer.preprocessor.endOfChunkHit=!1,t.parser.tokenizer.preprocessor.isEol=!1,E(t,(0,b.pointStart)(e)),t.parser.tokenizer.write(t.options.tagfilter?e.value.replace(w,"<$1$2"):e.value,!1),t.parser.tokenizer._runParsingLoop(),72===t.parser.tokenizer.state||78===t.parser.tokenizer.state){t.parser.tokenizer.preprocessor.lastChunkWritten=!0;let e=t.parser.tokenizer._consume();t.parser.tokenizer._callState(e)}}function _(e,r){if(r.options.passThrough&&r.options.passThrough.includes(e.type)){var n;r.stitches=!0;let s="children"in(n=e)?(0,t.default)({...n,children:[]}):(0,t.default)(n);"children"in e&&"children"in s&&(s.children=v({type:"root",children:e.children},r.options).children),$({type:"comment",value:{stitch:s}},r)}else{let t="";throw S.has(e.type)&&(t=". It looks like you are using MDX nodes with `hast-util-raw` (or `rehype-raw`). If you use this because you are using remark or rehype plugins that inject `'html'` nodes, then please raise an issue with that plugin, as its a bad and slow idea. If you use this because you are using markdown syntax, then you have to configure this utility (or plugin) to pass through these nodes (see `passThrough` in docs), but you can also migrate to use the MDX syntax"),Error("Cannot compile `"+e.type+"` node"+t)}}function I(e,t){E(e,t);let r=e.parser.tokenizer.currentCharacterToken;r&&r.location&&(r.location.endLine=e.parser.tokenizer.preprocessor.line,r.location.endCol=e.parser.tokenizer.preprocessor.col+1,r.location.endOffset=e.parser.tokenizer.preprocessor.offset+1,e.parser.currentToken=r,e.parser._processToken(e.parser.currentToken)),e.parser.tokenizer.paused=!1,e.parser.tokenizer.inLoop=!1,e.parser.tokenizer.active=!1,e.parser.tokenizer.returnState=m.TokenizerMode.DATA,e.parser.tokenizer.charRefCode=-1,e.parser.tokenizer.consumedAfterSnapshot=-1,e.parser.tokenizer.currentLocation=null,e.parser.tokenizer.currentCharacterToken=null,e.parser.tokenizer.currentToken=null,e.parser.tokenizer.currentAttr={name:"",value:""}}function E(e,t){if(t&&void 0!==t.offset){let r={startLine:t.line,startCol:t.column,startOffset:t.offset,endLine:-1,endCol:-1,endOffset:-1};e.parser.tokenizer.preprocessor.lineStartPos=-t.column+1,e.parser.tokenizer.preprocessor.droppedBufferSize=t.offset,e.parser.tokenizer.preprocessor.line=t.line,e.parser.tokenizer.currentLocation=r}}function P(e){let t=(0,b.pointStart)(e)||{line:void 0,column:void 0,offset:void 0},r=(0,b.pointEnd)(e)||{line:void 0,column:void 0,offset:void 0};return{startLine:t.line,startCol:t.column,startOffset:t.offset,endLine:r.line,endCol:r.column,endOffset:r.offset}}function j(e){return function(t,r){return v(t,{...e,file:r})}}},231486,e=>{"use strict";e.s(["defaultSchema",()=>r]);let t=["ariaDescribedBy","ariaLabel","ariaLabelledBy"],r={ancestors:{tbody:["table"],td:["table"],th:["table"],thead:["table"],tfoot:["table"],tr:["table"]},attributes:{a:[...t,"dataFootnoteBackref","dataFootnoteRef",["className","data-footnote-backref"],"href"],blockquote:["cite"],code:[["className",/^language-./]],del:["cite"],div:["itemScope","itemType"],dl:[...t],h2:[["className","sr-only"]],img:[...t,"longDesc","src"],input:[["disabled",!0],["type","checkbox"]],ins:["cite"],li:[["className","task-list-item"]],ol:[...t,["className","contains-task-list"]],q:["cite"],section:["dataFootnotes",["className","footnotes"]],source:["srcSet"],summary:[...t],table:[...t],ul:[...t,["className","contains-task-list"]],"*":["abbr","accept","acceptCharset","accessKey","action","align","alt","axis","border","cellPadding","cellSpacing","char","charOff","charSet","checked","clear","colSpan","color","cols","compact","coords","dateTime","dir","encType","frame","hSpace","headers","height","hrefLang","htmlFor","id","isMap","itemProp","label","lang","maxLength","media","method","multiple","name","noHref","noShade","noWrap","open","prompt","readOnly","rev","rowSpan","rows","rules","scope","selected","shape","size","span","start","summary","tabIndex","title","useMap","vAlign","value","width"]},clobber:["ariaDescribedBy","ariaLabelledBy","id","name"],clobberPrefix:"user-content-",protocols:{cite:["http","https"],href:["http","https","irc","ircs","mailto","xmpp"],longDesc:["http","https"],src:["http","https"]},required:{input:{disabled:!0,type:"checkbox"}},strip:["script"],tagNames:["a","b","blockquote","br","code","dd","del","details","div","dl","dt","em","h1","h2","h3","h4","h5","h6","hr","i","img","input","ins","kbd","li","ol","p","picture","pre","q","rp","rt","ruby","s","samp","section","source","span","strike","strong","sub","summary","sup","table","tbody","td","tfoot","th","thead","tr","tt","ul","var"]}},907033,e=>{"use strict";e.s(["default",()=>h],907033);var t=e.i(807432),r=e.i(329422),n=e.i(231486);let s={}.hasOwnProperty;function i(e,t){if(t&&"object"==typeof t)switch("string"==typeof t.type?t.type:""){case"comment":var r=e,n=t;if(r.schema.allowComments){let e="string"==typeof n.value?n.value:"",t=e.indexOf("-->"),r={type:"comment",value:t<0?e:e.slice(0,t)};return c(r,n),r}return;case"doctype":var i=e,o=t;if(i.schema.allowDoctypes){let e={type:"doctype"};return c(e,o),e}return;case"element":return function(e,t){let r="string"==typeof t.tagName?t.tagName:"";e.stack.push(r);let n=l(e,t.children),i=function(e,t){let r,n=e.stack[e.stack.length-1],i=e.schema.attributes,l=e.schema.required,o=i&&s.call(i,n)?i[n]:void 0,c=i&&s.call(i,"*")?i["*"]:void 0,h=t&&"object"==typeof t?t:{},u={};for(r in h)if(s.call(h,r)){let t=h[r],n=a(e,p(o,r),r,t);null==n&&(n=a(e,p(c,r),r,t)),null!=n&&(u[r]=n)}if(l&&s.call(l,n)){let e=l[n];for(r in e)s.call(e,r)&&!s.call(u,r)&&(u[r]=e[r])}return u}(e,t.properties);e.stack.pop();let o=!1;if(r&&"*"!==r&&(!e.schema.tagNames||e.schema.tagNames.includes(r))&&(o=!0,e.schema.ancestors&&s.call(e.schema.ancestors,r))){let t=e.schema.ancestors[r],n=-1;for(o=!1;++n-1&&l>c||a>-1&&l>a||o>-1&&l>o)return!0;let p=-1;for(;++p1){let e=!1,r=0;for(;++r4&&"data"===t.slice(0,4).toLowerCase())return r}function h(e){return function(t){var r=t,s=e;let l={type:"root",children:[]},a=i({schema:s?{...n.defaultSchema,...s}:n.defaultSchema,stack:[]},r);return a&&(Array.isArray(a)?1===a.length?l=a[0]:l.children=a:l=a),l}}},146696,389313,e=>{"use strict";e.s([],146696);var t=e.i(977079);e.s(["Streamdown",()=>r.i],389313);var r=t},591055,e=>{"use strict";e.s(["Markdown",()=>b,"MarkdownWithoutHeaders",()=>S],591055);var t=e.i(843476),r=e.i(453778),n=e.i(857866),s=e.i(497171),i=e.i(650809);let l=({className:e,children:r,codeBlockTheme:n,...l})=>{let a=(0,s.getCodeString)(r,e),o=(0,i.useGetShikiHighlightedHtml)({codeString:a,codeBlockTheme:n,className:e,opts:{structure:"inline"}});return o?(0,t.jsx)("code",{...l,dangerouslySetInnerHTML:{__html:o}}):(0,t.jsx)("code",{...l,className:e,children:r})};var a=e.i(995047),o=e.i(379841),c=e.i(885401),p=e.i(152537),h=e.i(865420),u=e.i(5695),d=e.i(912522);let f=({markdownLinks:e,handleClose:r})=>{let{threadId:n}=(0,u.useAssistant)(),s=(0,h.useAnalyticsContext)("docs.assistant.suggestion_click"),i=e.split("\n").map(e=>{let t=e.match(/\(([^)]*)\)\[([^\]]*)\]/);if(t&&t[1]&&t[2])return{text:t[1],url:t[2],threadId:n}}).filter(e=>void 0!==e);return(0,t.jsx)("div",{className:"flex flex-col gap-3 not-prose",children:i.map(e=>(0,t.jsx)(d.AssistantPageLink,{href:e.url,onInternalLinkClick:r,onClick:()=>{s({text:e.text,url:e.url}).catch(console.error)},title:e.text},e.url))})};var g=e.i(306864),k=e.i(296548),m=e.i(271645);e.i(146696);var x=e.i(389313);function b({children:e,className:s,components:i,showCopyButton:h=!1,onInternalLinkClick:u,...d}){let b=(0,c.useCodeBlockThemeEnum)(),y=(0,c.useCodeBlockThemeObject)(),w=(0,m.useMemo)(()=>({a:e=>(0,t.jsx)(a.DynamicLink,{...e,onInternalLinkClick:u}),input:({"aria-label":e,checked:r,node:n,type:s,...i})=>(0,t.jsx)("input",{...i,"aria-label":e??("checkbox"===s?r?"Completed task":"Incomplete task":void 0),checked:r,type:s}),p:({children:e})=>(0,t.jsx)("p",{className:"whitespace-pre-line",children:e}),pre:({children:e,...s})=>{if("object"==typeof e&&null!==e&&"props"in e&&"object"==typeof e.props&&null!==e.props&&"className"in e.props&&"language-suggestions"===e.props.className)return e;let i=(0,n.getNodeText)(e);return(0,t.jsxs)("div",{className:"relative",children:[(0,t.jsx)("pre",{...s,className:(0,k.cn)(g.SHIKI_CLASSNAME,"p-0 overflow-visible text-sm rounded-xl","system"===b&&"text-gray-950 bg-white codeblock-light dark:codeblock-dark dark:bg-codeblock dark:text-gray-50 border border-gray-200/70 dark:border-white/[0.14]","dark"===b&&"text-gray-50 bg-[#0F1117] dark:codeblock-dark dark:bg-codeblock border border-transparent dark:border-white/[0.14] codeblock-dark",s.className),children:(0,t.jsxs)(p.ScrollArea,{className:"rounded-[inherit]",children:[(0,t.jsx)(p.ScrollAreaViewport,{className:"p-3 overflow-y-hidden!",children:(0,t.jsx)(p.ScrollAreaContent,{children:e})}),(0,t.jsx)(p.ScrollAreaScrollbar,{orientation:"horizontal"})]})}),h&&(0,t.jsx)("div",{className:"absolute top-2 right-2 z-20",children:(0,t.jsx)(r.CopyToClipboardButton,{textToCopy:i,showTooltip:!1})})]})},code:({children:e,...r})=>{if("className"in r){let n=/language-(\w+)/.exec(r.className||"");if("suggestions"===(n?n[1]:void 0)&&"string"==typeof e)return(0,t.jsx)(f,{markdownLinks:e,handleClose:u})}return(0,t.jsx)(l,{suppressHydrationWarning:!0,codeBlockTheme:y,...r,children:e})},table:o.Table,...i}),[i,u,h,b,y]);return(0,t.jsx)(x.Streamdown,{components:w,className:s,...d,children:e})}let y="text-base font-medium",w={h1:({children:e})=>(0,t.jsx)("h1",{className:y,children:e}),h2:({children:e})=>(0,t.jsx)("h2",{className:y,children:e}),h3:({children:e})=>(0,t.jsx)("h3",{className:y,children:e}),h4:({children:e})=>(0,t.jsx)("h4",{className:y,children:e}),h5:({children:e})=>(0,t.jsx)("h5",{className:y,children:e}),h6:({children:e})=>(0,t.jsx)("h6",{className:y,children:e})},S=({children:e,className:r,...n})=>(0,t.jsx)(b,{components:w,className:r,...n,children:e})},42685,e=>{e.n(e.i(591055))},683825,e=>{e.v(t=>Promise.all(["static/chunks/6f04dbb31b3b2afc.css"].map(t=>e.l(t))).then(()=>{}))},510034,e=>{e.v(t=>Promise.all(["static/chunks/dcb090f46509e561.js","static/chunks/e307bc640970508f.js","static/chunks/ff974c6d191832cc.js","static/chunks/70b8bbed533baded.js","static/chunks/915f15428421205a.js","static/chunks/220612afcff572f9.js","static/chunks/8c6c8657a60a9739.js","static/chunks/0c2ead2bf7d1b29c.js","static/chunks/e60112d06c552226.js"].map(t=>e.l(t))).then(()=>t(3153)))},372757,e=>{e.v(t=>Promise.all(["static/chunks/8cd8cfd283cd5a45.js","static/chunks/07b7c17feca4f50d.js","static/chunks/31f7d10d729ba249.js","static/chunks/a0d6544003b7d24c.js"].map(t=>e.l(t))).then(()=>t(902816)))},894375,e=>{e.v(t=>Promise.all(["static/chunks/69001996621640c9.js"].map(t=>e.l(t))).then(()=>t(762638)))}]);