@lerret/cli 0.1.0
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/LICENSE +21 -0
- package/dist-studio/.bundle-stamp +34 -0
- package/dist-studio/assets/asset-runtime-MFjDKvQD.js +129 -0
- package/dist-studio/assets/cli-project-source-9dNA_gVa.js +1 -0
- package/dist-studio/assets/dev-harness-BH6a8T7l.js +18 -0
- package/dist-studio/assets/hosted-project-source-dVGq_8c6.js +135 -0
- package/dist-studio/assets/index-BNmJ8c2t.css +1 -0
- package/dist-studio/assets/index-EslqdOhg.js +10 -0
- package/dist-studio/assets/leaf-marker-command.png +0 -0
- package/dist-studio/assets/leaf-marker-comment-box.png +0 -0
- package/dist-studio/assets/leaf-marker-homescreen.png +0 -0
- package/dist-studio/assets/leafmarker-icon-dark-128.png +0 -0
- package/dist-studio/assets/leafmarker-logo-transparent.png +0 -0
- package/dist-studio/assets/leafmarker-logo.png +0 -0
- package/dist-studio/assets/lerret-logo.png +0 -0
- package/dist-studio/assets/lerret-wordmark.svg +3 -0
- package/dist-studio/assets/logo-angular.svg +1 -0
- package/dist-studio/assets/logo-claude.svg +7 -0
- package/dist-studio/assets/logo-codex.svg +1 -0
- package/dist-studio/assets/logo-cursor.svg +1 -0
- package/dist-studio/assets/logo-javascript.svg +1 -0
- package/dist-studio/assets/logo-react.svg +1 -0
- package/dist-studio/assets/logo-svelte.svg +1 -0
- package/dist-studio/assets/logo-vue.svg +1 -0
- package/dist-studio/assets/open-folder-D5OR7eLb.js +8 -0
- package/dist-studio/assets/project-studio-BjNaIuRb.js +795 -0
- package/dist-studio/assets/project-studio-CKuMOMsC.css +1 -0
- package/dist-studio/assets/superwhisper-logo.png +0 -0
- package/dist-studio/index.html +47 -0
- package/dist-studio/module-sw.js +275 -0
- package/package.json +51 -0
- package/src/dev.js +373 -0
- package/src/export.js +1386 -0
- package/src/fs/node-backend.js +631 -0
- package/src/lerret.js +143 -0
- package/src/resolve-project.js +178 -0
- package/src/vite-plugin-lerret-project.js +986 -0
- package/src/watcher.js +214 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 Surya / Belikely United LLP
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
{
|
|
2
|
+
"studioVersion": "0.1.0",
|
|
3
|
+
"builtAt": "2026-05-21T14:45:20.251Z",
|
|
4
|
+
"files": [
|
|
5
|
+
"assets/asset-runtime-MFjDKvQD.js",
|
|
6
|
+
"assets/cli-project-source-9dNA_gVa.js",
|
|
7
|
+
"assets/dev-harness-BH6a8T7l.js",
|
|
8
|
+
"assets/hosted-project-source-dVGq_8c6.js",
|
|
9
|
+
"assets/index-BNmJ8c2t.css",
|
|
10
|
+
"assets/index-EslqdOhg.js",
|
|
11
|
+
"assets/leaf-marker-command.png",
|
|
12
|
+
"assets/leaf-marker-comment-box.png",
|
|
13
|
+
"assets/leaf-marker-homescreen.png",
|
|
14
|
+
"assets/leafmarker-icon-dark-128.png",
|
|
15
|
+
"assets/leafmarker-logo-transparent.png",
|
|
16
|
+
"assets/leafmarker-logo.png",
|
|
17
|
+
"assets/lerret-logo.png",
|
|
18
|
+
"assets/lerret-wordmark.svg",
|
|
19
|
+
"assets/logo-angular.svg",
|
|
20
|
+
"assets/logo-claude.svg",
|
|
21
|
+
"assets/logo-codex.svg",
|
|
22
|
+
"assets/logo-cursor.svg",
|
|
23
|
+
"assets/logo-javascript.svg",
|
|
24
|
+
"assets/logo-react.svg",
|
|
25
|
+
"assets/logo-svelte.svg",
|
|
26
|
+
"assets/logo-vue.svg",
|
|
27
|
+
"assets/open-folder-D5OR7eLb.js",
|
|
28
|
+
"assets/project-studio-BjNaIuRb.js",
|
|
29
|
+
"assets/project-studio-CKuMOMsC.css",
|
|
30
|
+
"assets/superwhisper-logo.png",
|
|
31
|
+
"index.html",
|
|
32
|
+
"module-sw.js"
|
|
33
|
+
]
|
|
34
|
+
}
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
import{a as e,i as t,n,o as r,s as i}from"./index-EslqdOhg.js";function a(e){return`${JSON.stringify(e,null,2)}\n`}var o=[`readDir`,`readFile`,`writeFile`,`watch`],s=[`canWrite`,`canWatch`,`canReveal`];function c(e){let t=[];if(typeof e!=`object`||!e)return[`backend is not an object`];for(let n of o)typeof e[n]!=`function`&&t.push(`missing or non-function method: ${n}()`);let n=e.capabilities;if(typeof n!=`object`||!n)t.push("missing or invalid `capabilities` object");else for(let e of s)typeof n[e]!=`boolean`&&t.push(`capabilities.${e} must be a boolean`);return t}function l(e,t=`backend`){let n=c(e);if(n.length>0)throw Error(`${t} does not satisfy the FilesystemAccess contract:\n`+n.map(e=>` - ${e}`).join(`
|
|
2
|
+
`));return e}var u=Object.freeze({PROJECT:`project`,PAGE:`page`,GROUP:`group`,ASSET:`asset`}),d=Object.freeze({COMPONENT:`component`,MARKDOWN:`markdown`}),f=Object.freeze({".jsx":d.COMPONENT,".tsx":d.COMPONENT,".md":d.MARKDOWN}),p=Object.freeze({".woff2":`woff2`,".woff":`woff`,".ttf":`truetype`,".otf":`opentype`});function m({name:e,fileName:t,path:n,assetKind:r,ext:i}){return{kind:u.ASSET,name:e,fileName:t,path:n,assetKind:r,ext:i}}function h({name:e,path:t,groups:n=[],assets:r=[]}){return{kind:u.GROUP,name:e,path:t,groups:n,assets:r}}function g({name:e,path:t,groups:n=[],assets:r=[]}){return{kind:u.PAGE,name:e,path:t,groups:n,assets:r}}function _({name:e,path:t,pages:n=[],fonts:r=[]}){return{kind:u.PROJECT,name:e,path:t,pages:n,fonts:r}}function v({fileName:e,path:t}){let n=e.lastIndexOf(`.`),r=n<=0?``:e.slice(n).toLowerCase(),i=p[r];return i===void 0?null:{family:n<=0?e:e.slice(0,n),fileName:e,path:t,ext:r,format:i}}var y=`_fonts`;function b(e){let t=e.replace(/\/+$/,``),n=t.lastIndexOf(`/`);return n===-1?t:t.slice(n+1)}function x(e){let t=e.lastIndexOf(`.`);return t<=0?{stem:e,ext:``}:{stem:e.slice(0,t),ext:e.slice(t).toLowerCase()}}function S(e){return e.startsWith(`_`)}function C(e){return[...e].sort((e,t)=>e.name<t.name?-1:+(e.name>t.name))}function w(e){let{stem:t,ext:n}=x(e.name),r=f[n];return r===void 0?null:m({name:t,fileName:e.name,path:e.path,assetKind:r,ext:n})}async function T(e,t){let n=C(await e.readDir(t)),r=[],i=[];for(let t of n)if(t.isDirectory){let{groups:n,assets:i}=await T(e,t.path);r.push(h({name:t.name,path:t.path,groups:n,assets:i}))}else if(t.isFile){let e=w(t);e!==null&&i.push(e)}return{groups:r,assets:i}}async function E(e,t){if(t===void 0||!t.isDirectory)return[];let n=C(await e.readDir(t.path)),r=[];for(let e of n){if(!e.isFile)continue;let t=v({fileName:e.name,path:e.path});t!==null&&r.push(t)}return r}async function D(e,t){if(l(e,`scan(backend)`),typeof t!=`string`||t.length===0)throw TypeError(`scan(scanRoot): scanRoot must be a non-empty path string`);let n=C(await e.readDir(t)),r=[],i;for(let t of n){if(!t.isDirectory)continue;if(S(t.name)){t.name===y&&(i=t);continue}let{groups:n,assets:a}=await T(e,t.path);r.push(g({name:t.name,path:t.path,groups:n,assets:a}))}let a=await E(e,i);return _({name:O(t),path:t,pages:r,fonts:a})}function O(e){let t=e.replace(/\/+$/,``),n=t.lastIndexOf(`/`);return b(n<=0?t:t.slice(0,n))}var k=`meta`,A=`default`;function ee(e){if(typeof e!=`object`||!e)return[];let t=[],n=e[A];typeof n==`function`&&t.push({exportName:A,variantName:A,isPrimary:!0,component:n});for(let n of Object.keys(e)){if(n===A||n===k)continue;let r=e[n];typeof r==`function`&&t.push({exportName:n,variantName:n,isPrimary:!1,component:r})}return t}function j(){return{dimensions:{width:void 0,height:void 0},label:void 0,tags:[],propsSchema:void 0,hasMeta:!1,error:null}}function M(e){if(typeof e==`number`&&Number.isFinite(e)&&e>0)return e}function te(e){return typeof e!=`object`||!e?{width:void 0,height:void 0}:{width:M(e.width),height:M(e.height)}}function ne(e){if(typeof e==`string`){let t=e.trim();if(t.length>0)return t}}function N(e){if(!Array.isArray(e))return[];let t=[];for(let n of e)if(typeof n==`string`){let e=n.trim();e.length>0&&t.push(e)}return t}function re(e){if(typeof e==`object`&&e&&!Array.isArray(e))return e}function ie(e){if(e==null)return j();if(typeof e!=`object`||Array.isArray(e)){let t=j();return t.error=`\`meta\` export must be an object; got ${Array.isArray(e)?`an array`:typeof e}.`,t}try{let t=e;return{dimensions:te(t.dimensions),label:ne(t.label),tags:N(t.tags),propsSchema:re(t.propsSchema),hasMeta:!0,error:null}}catch(e){let t=j();return t.error=`failed to read \`meta\` export: ${e instanceof Error?e.message:String(e)}`,t}}Object.freeze({ADD:`add`,CHANGE:`change`,REMOVE:`remove`});function ae(e,t){let n=Object.assign({},e);for(let e of Object.keys(t)){let r=n[e],i=t[e];oe(r)&&oe(i)?n[e]=ae(r,i):n[e]=i}return n}function oe(e){return typeof e==`object`&&!!e&&!Array.isArray(e)}async function se(e,t){let n=`${t}/config.json`,r;try{r=await e.readFile(n,{encoding:`utf-8`})}catch{return null}let i;try{i=JSON.parse(r)}catch(e){return console.warn(`[lerret/config] Skipping malformed config.json at "${n}": ${e instanceof Error?e.message:String(e)}`),null}return oe(i)?i:(console.warn(`[lerret/config] Skipping config.json at "${n}": top-level value must be a plain object (got ${Array.isArray(i)?`array`:typeof i})`),null)}async function ce(e,t,n,r){let i=await se(e,t.path),a=i===null?n:ae(n,i);r.set(t.path,a);for(let n of t.groups)await ce(e,n,a,r)}async function le(e,t){let n=new Map,r=await se(t,e.path),i=r===null?{}:r;for(let r of e.pages)await ce(t,r,i,n);return n}function ue(e){return typeof e==`object`&&!!e&&!Array.isArray(e)}function de(e,t,{assetPath:n}={}){let r=new Map,i=Array.isArray(t)?t:[];if(!e||e.source===`absent`){for(let e of i)r.set(e,{source:`absent`});return r}let a=e.value;if(!ue(a)){for(let e of i)r.set(e,{source:`shared`,value:a});return r}let o=a,s=new Set(i),c=Object.keys(o);if(!c.some(e=>s.has(e))){for(let e of i)r.set(e,{source:`shared`,value:a});return r}for(let e of c)if(!s.has(e)){let t=n?`"${n}"`:`(unknown asset)`;console.warn(`[lerret/data] Asset ${t}: data file key "${e}" does not match any export name — it will be ignored. Known exports: ${i.length?i.map(e=>`"${e}"`).join(`, `):`(none)`}.`)}for(let e of i)Object.prototype.hasOwnProperty.call(o,e)?r.set(e,{source:`keyed`,value:o[e]}):r.set(e,{source:`absent`});return r}function fe(e){return typeof e==`object`&&!!e&&!Array.isArray(e)}function pe({data:e,vars:t,propsSchema:n}={}){let r={},i=fe(e)?e:null,a=fe(t)?t:null,o=fe(n)?n:null,s=new Set([...i?Object.keys(i):[],...a?Object.keys(a):[],...o?Object.keys(o):[]]);for(let e of s){if(i!==null&&Object.prototype.hasOwnProperty.call(i,e)){r[e]=i[e];continue}if(a!==null&&Object.prototype.hasOwnProperty.call(a,e)){r[e]=a[e];continue}if(o!==null&&Object.prototype.hasOwnProperty.call(o,e)){let t=o[e];if(fe(t)&&Object.prototype.hasOwnProperty.call(t,`default`)){r[e]=t.default;continue}}}return r}function me(e,t){if(typeof e!=`object`||!e||Array.isArray(e)||typeof t!=`object`||!t||Array.isArray(t))return[];let n=[];for(let r of Object.keys(t)){let i=t[r];if(typeof i!=`object`||!i||Array.isArray(i))continue;let a=i,o=e[r],s=o===void 0;if(a.required===!0&&s){n.push({prop:r,reason:`Required prop is absent.`});continue}if(!s)switch(a.type){case`string`:if(typeof o!=`string`){n.push({prop:r,reason:`Expected a string value; got ${Array.isArray(o)?`array`:typeof o}.`});continue}break;case`number`:if(typeof o!=`number`||!Number.isFinite(o)){n.push({prop:r,reason:`Expected a finite number.`});continue}if(typeof a.min==`number`&&o<a.min){n.push({prop:r,reason:`Value must be at least ${a.min}.`});continue}if(typeof a.max==`number`&&o>a.max){n.push({prop:r,reason:`Value must be at most ${a.max}.`});continue}break;case`boolean`:if(typeof o!=`boolean`){n.push({prop:r,reason:`Expected a boolean value.`});continue}break;case`select`:{let e=Array.isArray(a.options)?a.options:[];if(!e.includes(o)){let t=e.length?`Expected one of: ${e.join(`, `)}.`:`No options defined for this field.`;n.push({prop:r,reason:t});continue}break}default:break}}return n}function he(e,t,n,r){let i=r.join(`/`),a=r.length>0?[...r]:[];return{asset:e,assetPath:e.path,pagePath:t,groupPath:n,locationPath:i,locationSegments:a}}function ge(e,t,n,r,i){for(let a of e.assets)i.push(he(a,t,n,r));for(let n of e.groups){let e=r.concat(n.name);ge(n,t,n.path,e,i)}}function _e(e,t){if(e==null)throw TypeError(`collectArtboards(model): model must be a ProjectNode, got null/undefined`);let n=[],r=t??null;if(r===null||r===e.path){for(let t of e.pages)ge(t,t.path,null,[],n);return n}for(let t of e.pages)if(t.path===r)return ge(t,t.path,null,[],n),n;let i=ve(e,r);if(i!==null)return be(i.group,i.pagePath,n),n;throw RangeError(`collectArtboards: scope "${r}" was not found in the model. It is neither the project path ("${e.path}"), a page path, nor a group path. Verify the scope against the current model before calling collectArtboards.`)}function ve(e,t){for(let n of e.pages){let e=ye(n.groups,n.path,t);if(e!==null)return e}return null}function ye(e,t,n){for(let r of e){if(r.path===n)return{group:r,pagePath:t};let e=ye(r.groups,t,n);if(e!==null)return e}return null}function be(e,t,n){for(let r of e.assets)n.push(he(r,t,e.path,[]));for(let r of e.groups)ge(r,t,r.path,[r.name],n)}function xe(e,t){let n=t||{};return(e[e.length-1]===``?[...e,``]:e).join((n.padRight?` `:``)+`,`+(n.padLeft===!1?``:` `)).trim()}var Se=/^[$_\p{ID_Start}][$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,Ce=/^[$_\p{ID_Start}][-$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,we={};function Te(e,t){return((t||we).jsx?Ce:Se).test(e)}var Ee=/[ \t\n\f\r]/g;function De(e){return typeof e==`object`?e.type===`text`?Oe(e.value):!1:Oe(e)}function Oe(e){return e.replace(Ee,``)===``}var ke=class{constructor(e,t,n){this.normal=t,this.property=e,n&&(this.space=n)}};ke.prototype.normal={},ke.prototype.property={},ke.prototype.space=void 0;function Ae(e,t){let n={},r={};for(let t of e)Object.assign(n,t.property),Object.assign(r,t.normal);return new ke(n,r,t)}function je(e){return e.toLowerCase()}var P=class{constructor(e,t){this.attribute=t,this.property=e}};P.prototype.attribute=``,P.prototype.booleanish=!1,P.prototype.boolean=!1,P.prototype.commaOrSpaceSeparated=!1,P.prototype.commaSeparated=!1,P.prototype.defined=!1,P.prototype.mustUseProperty=!1,P.prototype.number=!1,P.prototype.overloadedBoolean=!1,P.prototype.property=``,P.prototype.spaceSeparated=!1,P.prototype.space=void 0;var Me=r({boolean:()=>F,booleanish:()=>I,commaOrSpaceSeparated:()=>z,commaSeparated:()=>Fe,number:()=>L,overloadedBoolean:()=>Pe,spaceSeparated:()=>R}),Ne=0,F=Ie(),I=Ie(),Pe=Ie(),L=Ie(),R=Ie(),Fe=Ie(),z=Ie();function Ie(){return 2**++Ne}var Le=Object.keys(Me),Re=class extends P{constructor(e,t,n,r){let i=-1;if(super(e,t),ze(this,`space`,r),typeof n==`number`)for(;++i<Le.length;){let e=Le[i];ze(this,Le[i],(n&Me[e])===Me[e])}}};Re.prototype.defined=!0;function ze(e,t,n){n&&(e[t]=n)}function Be(e){let t={},n={};for(let[r,i]of Object.entries(e.properties)){let a=new Re(r,e.transform(e.attributes||{},r),i,e.space);e.mustUseProperty&&e.mustUseProperty.includes(r)&&(a.mustUseProperty=!0),t[r]=a,n[je(r)]=r,n[je(a.attribute)]=r}return new ke(t,n,e.space)}var Ve=Be({properties:{ariaActiveDescendant:null,ariaAtomic:I,ariaAutoComplete:null,ariaBusy:I,ariaChecked:I,ariaColCount:L,ariaColIndex:L,ariaColSpan:L,ariaControls:R,ariaCurrent:null,ariaDescribedBy:R,ariaDetails:null,ariaDisabled:I,ariaDropEffect:R,ariaErrorMessage:null,ariaExpanded:I,ariaFlowTo:R,ariaGrabbed:I,ariaHasPopup:null,ariaHidden:I,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:R,ariaLevel:L,ariaLive:null,ariaModal:I,ariaMultiLine:I,ariaMultiSelectable:I,ariaOrientation:null,ariaOwns:R,ariaPlaceholder:null,ariaPosInSet:L,ariaPressed:I,ariaReadOnly:I,ariaRelevant:null,ariaRequired:I,ariaRoleDescription:R,ariaRowCount:L,ariaRowIndex:L,ariaRowSpan:L,ariaSelected:I,ariaSetSize:L,ariaSort:null,ariaValueMax:L,ariaValueMin:L,ariaValueNow:L,ariaValueText:null,role:null},transform(e,t){return t===`role`?t:`aria-`+t.slice(4).toLowerCase()}});function He(e,t){return t in e?e[t]:t}function Ue(e,t){return He(e,t.toLowerCase())}var We=Be({attributes:{acceptcharset:`accept-charset`,classname:`class`,htmlfor:`for`,httpequiv:`http-equiv`},mustUseProperty:[`checked`,`multiple`,`muted`,`selected`],properties:{abbr:null,accept:Fe,acceptCharset:R,accessKey:R,action:null,allow:null,allowFullScreen:F,allowPaymentRequest:F,allowUserMedia:F,alt:null,as:null,async:F,autoCapitalize:null,autoComplete:R,autoFocus:F,autoPlay:F,blocking:R,capture:null,charSet:null,checked:F,cite:null,className:R,cols:L,colSpan:null,content:null,contentEditable:I,controls:F,controlsList:R,coords:L|Fe,crossOrigin:null,data:null,dateTime:null,decoding:null,default:F,defer:F,dir:null,dirName:null,disabled:F,download:Pe,draggable:I,encType:null,enterKeyHint:null,fetchPriority:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:F,formTarget:null,headers:R,height:L,hidden:Pe,high:L,href:null,hrefLang:null,htmlFor:R,httpEquiv:R,id:null,imageSizes:null,imageSrcSet:null,inert:F,inputMode:null,integrity:null,is:null,isMap:F,itemId:null,itemProp:R,itemRef:R,itemScope:F,itemType:R,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:F,low:L,manifest:null,max:null,maxLength:L,media:null,method:null,min:null,minLength:L,multiple:F,muted:F,name:null,nonce:null,noModule:F,noValidate:F,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:F,optimum:L,pattern:null,ping:R,placeholder:null,playsInline:F,popover:null,popoverTarget:null,popoverTargetAction:null,poster:null,preload:null,readOnly:F,referrerPolicy:null,rel:R,required:F,reversed:F,rows:L,rowSpan:L,sandbox:R,scope:null,scoped:F,seamless:F,selected:F,shadowRootClonable:F,shadowRootDelegatesFocus:F,shadowRootMode:null,shape:null,size:L,sizes:null,slot:null,span:L,spellCheck:I,src:null,srcDoc:null,srcLang:null,srcSet:null,start:L,step:null,style:null,tabIndex:L,target:null,title:null,translate:null,type:null,typeMustMatch:F,useMap:null,value:I,width:L,wrap:null,writingSuggestions:null,align:null,aLink:null,archive:R,axis:null,background:null,bgColor:null,border:L,borderColor:null,bottomMargin:L,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:F,declare:F,event:null,face:null,frame:null,frameBorder:null,hSpace:L,leftMargin:L,link:null,longDesc:null,lowSrc:null,marginHeight:L,marginWidth:L,noResize:F,noHref:F,noShade:F,noWrap:F,object:null,profile:null,prompt:null,rev:null,rightMargin:L,rules:null,scheme:null,scrolling:I,standby:null,summary:null,text:null,topMargin:L,valueType:null,version:null,vAlign:null,vLink:null,vSpace:L,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:F,disableRemotePlayback:F,prefix:null,property:null,results:L,security:null,unselectable:null},space:`html`,transform:Ue}),Ge=Be({attributes:{accentHeight:`accent-height`,alignmentBaseline:`alignment-baseline`,arabicForm:`arabic-form`,baselineShift:`baseline-shift`,capHeight:`cap-height`,className:`class`,clipPath:`clip-path`,clipRule:`clip-rule`,colorInterpolation:`color-interpolation`,colorInterpolationFilters:`color-interpolation-filters`,colorProfile:`color-profile`,colorRendering:`color-rendering`,crossOrigin:`crossorigin`,dataType:`datatype`,dominantBaseline:`dominant-baseline`,enableBackground:`enable-background`,fillOpacity:`fill-opacity`,fillRule:`fill-rule`,floodColor:`flood-color`,floodOpacity:`flood-opacity`,fontFamily:`font-family`,fontSize:`font-size`,fontSizeAdjust:`font-size-adjust`,fontStretch:`font-stretch`,fontStyle:`font-style`,fontVariant:`font-variant`,fontWeight:`font-weight`,glyphName:`glyph-name`,glyphOrientationHorizontal:`glyph-orientation-horizontal`,glyphOrientationVertical:`glyph-orientation-vertical`,hrefLang:`hreflang`,horizAdvX:`horiz-adv-x`,horizOriginX:`horiz-origin-x`,horizOriginY:`horiz-origin-y`,imageRendering:`image-rendering`,letterSpacing:`letter-spacing`,lightingColor:`lighting-color`,markerEnd:`marker-end`,markerMid:`marker-mid`,markerStart:`marker-start`,navDown:`nav-down`,navDownLeft:`nav-down-left`,navDownRight:`nav-down-right`,navLeft:`nav-left`,navNext:`nav-next`,navPrev:`nav-prev`,navRight:`nav-right`,navUp:`nav-up`,navUpLeft:`nav-up-left`,navUpRight:`nav-up-right`,onAbort:`onabort`,onActivate:`onactivate`,onAfterPrint:`onafterprint`,onBeforePrint:`onbeforeprint`,onBegin:`onbegin`,onCancel:`oncancel`,onCanPlay:`oncanplay`,onCanPlayThrough:`oncanplaythrough`,onChange:`onchange`,onClick:`onclick`,onClose:`onclose`,onCopy:`oncopy`,onCueChange:`oncuechange`,onCut:`oncut`,onDblClick:`ondblclick`,onDrag:`ondrag`,onDragEnd:`ondragend`,onDragEnter:`ondragenter`,onDragExit:`ondragexit`,onDragLeave:`ondragleave`,onDragOver:`ondragover`,onDragStart:`ondragstart`,onDrop:`ondrop`,onDurationChange:`ondurationchange`,onEmptied:`onemptied`,onEnd:`onend`,onEnded:`onended`,onError:`onerror`,onFocus:`onfocus`,onFocusIn:`onfocusin`,onFocusOut:`onfocusout`,onHashChange:`onhashchange`,onInput:`oninput`,onInvalid:`oninvalid`,onKeyDown:`onkeydown`,onKeyPress:`onkeypress`,onKeyUp:`onkeyup`,onLoad:`onload`,onLoadedData:`onloadeddata`,onLoadedMetadata:`onloadedmetadata`,onLoadStart:`onloadstart`,onMessage:`onmessage`,onMouseDown:`onmousedown`,onMouseEnter:`onmouseenter`,onMouseLeave:`onmouseleave`,onMouseMove:`onmousemove`,onMouseOut:`onmouseout`,onMouseOver:`onmouseover`,onMouseUp:`onmouseup`,onMouseWheel:`onmousewheel`,onOffline:`onoffline`,onOnline:`ononline`,onPageHide:`onpagehide`,onPageShow:`onpageshow`,onPaste:`onpaste`,onPause:`onpause`,onPlay:`onplay`,onPlaying:`onplaying`,onPopState:`onpopstate`,onProgress:`onprogress`,onRateChange:`onratechange`,onRepeat:`onrepeat`,onReset:`onreset`,onResize:`onresize`,onScroll:`onscroll`,onSeeked:`onseeked`,onSeeking:`onseeking`,onSelect:`onselect`,onShow:`onshow`,onStalled:`onstalled`,onStorage:`onstorage`,onSubmit:`onsubmit`,onSuspend:`onsuspend`,onTimeUpdate:`ontimeupdate`,onToggle:`ontoggle`,onUnload:`onunload`,onVolumeChange:`onvolumechange`,onWaiting:`onwaiting`,onZoom:`onzoom`,overlinePosition:`overline-position`,overlineThickness:`overline-thickness`,paintOrder:`paint-order`,panose1:`panose-1`,pointerEvents:`pointer-events`,referrerPolicy:`referrerpolicy`,renderingIntent:`rendering-intent`,shapeRendering:`shape-rendering`,stopColor:`stop-color`,stopOpacity:`stop-opacity`,strikethroughPosition:`strikethrough-position`,strikethroughThickness:`strikethrough-thickness`,strokeDashArray:`stroke-dasharray`,strokeDashOffset:`stroke-dashoffset`,strokeLineCap:`stroke-linecap`,strokeLineJoin:`stroke-linejoin`,strokeMiterLimit:`stroke-miterlimit`,strokeOpacity:`stroke-opacity`,strokeWidth:`stroke-width`,tabIndex:`tabindex`,textAnchor:`text-anchor`,textDecoration:`text-decoration`,textRendering:`text-rendering`,transformOrigin:`transform-origin`,typeOf:`typeof`,underlinePosition:`underline-position`,underlineThickness:`underline-thickness`,unicodeBidi:`unicode-bidi`,unicodeRange:`unicode-range`,unitsPerEm:`units-per-em`,vAlphabetic:`v-alphabetic`,vHanging:`v-hanging`,vIdeographic:`v-ideographic`,vMathematical:`v-mathematical`,vectorEffect:`vector-effect`,vertAdvY:`vert-adv-y`,vertOriginX:`vert-origin-x`,vertOriginY:`vert-origin-y`,wordSpacing:`word-spacing`,writingMode:`writing-mode`,xHeight:`x-height`,playbackOrder:`playbackorder`,timelineBegin:`timelinebegin`},properties:{about:z,accentHeight:L,accumulate:null,additive:null,alignmentBaseline:null,alphabetic:L,amplitude:L,arabicForm:null,ascent:L,attributeName:null,attributeType:null,azimuth:L,bandwidth:null,baselineShift:null,baseFrequency:null,baseProfile:null,bbox:null,begin:null,bias:L,by:null,calcMode:null,capHeight:L,className:R,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:L,diffuseConstant:L,direction:null,display:null,dur:null,divisor:L,dominantBaseline:null,download:F,dx:null,dy:null,edgeMode:null,editable:null,elevation:L,enableBackground:null,end:null,event:null,exponent:L,externalResourcesRequired:null,fill:null,fillOpacity:L,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:Fe,g2:Fe,glyphName:Fe,glyphOrientationHorizontal:null,glyphOrientationVertical:null,glyphRef:null,gradientTransform:null,gradientUnits:null,handler:null,hanging:L,hatchContentUnits:null,hatchUnits:null,height:null,href:null,hrefLang:null,horizAdvX:L,horizOriginX:L,horizOriginY:L,id:null,ideographic:L,imageRendering:null,initialVisibility:null,in:null,in2:null,intercept:L,k:L,k1:L,k2:L,k3:L,k4:L,kernelMatrix:z,kernelUnitLength:null,keyPoints:null,keySplines:null,keyTimes:null,kerning:null,lang:null,lengthAdjust:null,letterSpacing:null,lightingColor:null,limitingConeAngle:L,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:L,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:L,overlineThickness:L,paintOrder:null,panose1:null,path:null,pathLength:L,patternContentUnits:null,patternTransform:null,patternUnits:null,phase:null,ping:R,pitch:null,playbackOrder:null,pointerEvents:null,points:null,pointsAtX:L,pointsAtY:L,pointsAtZ:L,preserveAlpha:null,preserveAspectRatio:null,primitiveUnits:null,propagate:null,property:z,r:null,radius:null,referrerPolicy:null,refX:null,refY:null,rel:z,rev:z,renderingIntent:null,repeatCount:null,repeatDur:null,requiredExtensions:z,requiredFeatures:z,requiredFonts:z,requiredFormats:z,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:L,specularExponent:L,spreadMethod:null,spacing:null,startOffset:null,stdDeviation:null,stemh:null,stemv:null,stitchTiles:null,stopColor:null,stopOpacity:null,strikethroughPosition:L,strikethroughThickness:L,string:null,stroke:null,strokeDashArray:z,strokeDashOffset:null,strokeLineCap:null,strokeLineJoin:null,strokeMiterLimit:L,strokeOpacity:L,strokeWidth:null,style:null,surfaceScale:L,syncBehavior:null,syncBehaviorDefault:null,syncMaster:null,syncTolerance:null,syncToleranceDefault:null,systemLanguage:z,tabIndex:L,tableValues:null,target:null,targetX:L,targetY:L,textAnchor:null,textDecoration:null,textRendering:null,textLength:null,timelineBegin:null,title:null,transformBehavior:null,type:null,typeOf:z,to:null,transform:null,transformOrigin:null,u1:null,u2:null,underlinePosition:L,underlineThickness:L,unicode:null,unicodeBidi:null,unicodeRange:null,unitsPerEm:L,values:null,vAlphabetic:L,vMathematical:L,vectorEffect:null,vHanging:L,vIdeographic:L,version:null,vertAdvY:L,vertOriginX:L,vertOriginY:L,viewBox:null,viewTarget:null,visibility:null,width:null,widths:null,wordSpacing:null,writingMode:null,x:null,x1:null,x2:null,xChannelSelector:null,xHeight:L,y:null,y1:null,y2:null,yChannelSelector:null,z:null,zoomAndPan:null},space:`svg`,transform:He}),Ke=Be({properties:{xLinkActuate:null,xLinkArcRole:null,xLinkHref:null,xLinkRole:null,xLinkShow:null,xLinkTitle:null,xLinkType:null},space:`xlink`,transform(e,t){return`xlink:`+t.slice(5).toLowerCase()}}),qe=Be({attributes:{xmlnsxlink:`xmlns:xlink`},properties:{xmlnsXLink:null,xmlns:null},space:`xmlns`,transform:Ue}),Je=Be({properties:{xmlBase:null,xmlLang:null,xmlSpace:null},space:`xml`,transform(e,t){return`xml:`+t.slice(3).toLowerCase()}}),Ye={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`},Xe=/[A-Z]/g,Ze=/-[a-z]/g,Qe=/^data[-\w.:]+$/i;function $e(e,t){let n=je(t),r=t,i=P;if(n in e.normal)return e.property[e.normal[n]];if(n.length>4&&n.slice(0,4)===`data`&&Qe.test(t)){if(t.charAt(4)===`-`){let e=t.slice(5).replace(Ze,tt);r=`data`+e.charAt(0).toUpperCase()+e.slice(1)}else{let e=t.slice(4);if(!Ze.test(e)){let n=e.replace(Xe,et);n.charAt(0)!==`-`&&(n=`-`+n),t=`data`+n}}i=Re}return new i(r,t)}function et(e){return`-`+e.toLowerCase()}function tt(e){return e.charAt(1).toUpperCase()}var nt=Ae([Ve,We,Ke,qe,Je],`html`),rt=Ae([Ve,Ge,Ke,qe,Je],`svg`);function it(e){return e.join(` `).trim()}var at=e(((e,t)=>{var n=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//g,r=/\n/g,i=/^\s*/,a=/^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/,o=/^:\s*/,s=/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/,c=/^[;\s]*/,l=/^\s+|\s+$/g,u=`
|
|
3
|
+
`,d=`/`,f=`*`,p=``,m=`comment`,h=`declaration`;function g(e,t){if(typeof e!=`string`)throw TypeError(`First argument must be a string`);if(!e)return[];t||={};var l=1,g=1;function v(e){var t=e.match(r);t&&(l+=t.length);var n=e.lastIndexOf(u);g=~n?e.length-n:g+e.length}function y(){var e={line:l,column:g};return function(t){return t.position=new b(e),C(),t}}function b(e){this.start=e,this.end={line:l,column:g},this.source=t.source}b.prototype.content=e;function x(n){var r=Error(t.source+`:`+l+`:`+g+`: `+n);if(r.reason=n,r.filename=t.source,r.line=l,r.column=g,r.source=e,!t.silent)throw r}function S(t){var n=t.exec(e);if(n){var r=n[0];return v(r),e=e.slice(r.length),n}}function C(){S(i)}function w(e){var t;for(e||=[];t=T();)t!==!1&&e.push(t);return e}function T(){var t=y();if(!(d!=e.charAt(0)||f!=e.charAt(1))){for(var n=2;p!=e.charAt(n)&&(f!=e.charAt(n)||d!=e.charAt(n+1));)++n;if(n+=2,p===e.charAt(n-1))return x(`End of comment missing`);var r=e.slice(2,n-2);return g+=2,v(r),e=e.slice(n),g+=2,t({type:m,comment:r})}}function E(){var e=y(),t=S(a);if(t){if(T(),!S(o))return x(`property missing ':'`);var r=S(s),i=e({type:h,property:_(t[0].replace(n,p)),value:r?_(r[0].replace(n,p)):p});return S(c),i}}function D(){var e=[];w(e);for(var t;t=E();)t!==!1&&(e.push(t),w(e));return e}return C(),D()}function _(e){return e?e.replace(l,p):p}t.exports=g})),ot=e((e=>{var t=e&&e.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(e,`__esModule`,{value:!0}),e.default=r;var n=t(at());function r(e,t){let r=null;if(!e||typeof e!=`string`)return r;let i=(0,n.default)(e),a=typeof t==`function`;return i.forEach(e=>{if(e.type!==`declaration`)return;let{property:n,value:i}=e;a?t(n,i,e):i&&(r||={},r[n]=i)}),r}})),st=e((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.camelCase=void 0;var t=/^--[a-zA-Z0-9_-]+$/,n=/-([a-z])/g,r=/^[^-]+$/,i=/^-(webkit|moz|ms|o|khtml)-/,a=/^-(ms)-/,o=function(e){return!e||r.test(e)||t.test(e)},s=function(e,t){return t.toUpperCase()},c=function(e,t){return`${t}-`};e.camelCase=function(e,t){return t===void 0&&(t={}),o(e)?e:(e=e.toLowerCase(),e=t.reactCompat?e.replace(a,c):e.replace(i,c),e.replace(n,s))}})),ct=e(((e,t)=>{var n=(e&&e.__importDefault||function(e){return e&&e.__esModule?e:{default:e}})(ot()),r=st();function i(e,t){var i={};return!e||typeof e!=`string`||(0,n.default)(e,function(e,n){e&&n&&(i[(0,r.camelCase)(e,t)]=n)}),i}i.default=i,t.exports=i})),lt=dt(`end`),ut=dt(`start`);function dt(e){return t;function t(t){let n=t&&t.position&&t.position[e]||{};if(typeof n.line==`number`&&n.line>0&&typeof n.column==`number`&&n.column>0)return{line:n.line,column:n.column,offset:typeof n.offset==`number`&&n.offset>-1?n.offset:void 0}}}function ft(e){let t=ut(e),n=lt(e);if(t&&n)return{start:t,end:n}}function pt(e){return!e||typeof e!=`object`?``:`position`in e||`type`in e?ht(e.position):`start`in e||`end`in e?ht(e):`line`in e||`column`in e?mt(e):``}function mt(e){return gt(e&&e.line)+`:`+gt(e&&e.column)}function ht(e){return mt(e&&e.start)+`-`+mt(e&&e.end)}function gt(e){return e&&typeof e==`number`?e:1}var B=class extends Error{constructor(e,t,n){super(),typeof t==`string`&&(n=t,t=void 0);let r=``,i={},a=!1;if(t&&(i=`line`in t&&`column`in t||`start`in t&&`end`in t?{place:t}:`type`in t?{ancestors:[t],place:t.position}:{...t}),typeof e==`string`?r=e:!i.cause&&e&&(a=!0,r=e.message,i.cause=e),!i.ruleId&&!i.source&&typeof n==`string`){let e=n.indexOf(`:`);e===-1?i.ruleId=n:(i.source=n.slice(0,e),i.ruleId=n.slice(e+1))}if(!i.place&&i.ancestors&&i.ancestors){let e=i.ancestors[i.ancestors.length-1];e&&(i.place=e.position)}let o=i.place&&`start`in i.place?i.place.start:i.place;this.ancestors=i.ancestors||void 0,this.cause=i.cause||void 0,this.column=o?o.column:void 0,this.fatal=void 0,this.file=``,this.message=r,this.line=o?o.line:void 0,this.name=pt(i.place)||`1:1`,this.place=i.place||void 0,this.reason=this.message,this.ruleId=i.ruleId||void 0,this.source=i.source||void 0,this.stack=a&&i.cause&&typeof i.cause.stack==`string`?i.cause.stack:``,this.actual=void 0,this.expected=void 0,this.note=void 0,this.url=void 0}};B.prototype.file=``,B.prototype.name=``,B.prototype.reason=``,B.prototype.message=``,B.prototype.stack=``,B.prototype.column=void 0,B.prototype.line=void 0,B.prototype.ancestors=void 0,B.prototype.cause=void 0,B.prototype.fatal=void 0,B.prototype.place=void 0,B.prototype.ruleId=void 0,B.prototype.source=void 0;var _t=i(ct(),1),vt={}.hasOwnProperty,yt=new Map,bt=/[A-Z]/g,xt=new Set([`table`,`tbody`,`thead`,`tfoot`,`tr`]),St=new Set([`td`,`th`]),Ct=`https://github.com/syntax-tree/hast-util-to-jsx-runtime`;function wt(e,t){if(!t||t.Fragment===void 0)throw TypeError("Expected `Fragment` in options");let n=t.filePath||void 0,r;if(t.development){if(typeof t.jsxDEV!=`function`)throw TypeError("Expected `jsxDEV` in options when `development: true`");r=Ft(n,t.jsxDEV)}else{if(typeof t.jsx!=`function`)throw TypeError("Expected `jsx` in production options");if(typeof t.jsxs!=`function`)throw TypeError("Expected `jsxs` in production options");r=Pt(n,t.jsx,t.jsxs)}let i={Fragment:t.Fragment,ancestors:[],components:t.components||{},create:r,elementAttributeNameCase:t.elementAttributeNameCase||`react`,evaluater:t.createEvaluater?t.createEvaluater():void 0,filePath:n,ignoreInvalidStyle:t.ignoreInvalidStyle||!1,passKeys:t.passKeys!==!1,passNode:t.passNode||!1,schema:t.space===`svg`?rt:nt,stylePropertyNameCase:t.stylePropertyNameCase||`dom`,tableCellAlignToStyle:t.tableCellAlignToStyle!==!1},a=Tt(i,e,void 0);return a&&typeof a!=`string`?a:i.create(e,i.Fragment,{children:a||void 0},void 0)}function Tt(e,t,n){if(t.type===`element`)return Et(e,t,n);if(t.type===`mdxFlowExpression`||t.type===`mdxTextExpression`)return Dt(e,t);if(t.type===`mdxJsxFlowElement`||t.type===`mdxJsxTextElement`)return kt(e,t,n);if(t.type===`mdxjsEsm`)return Ot(e,t);if(t.type===`root`)return At(e,t,n);if(t.type===`text`)return jt(e,t)}function Et(e,t,n){let r=e.schema,i=r;t.tagName.toLowerCase()===`svg`&&r.space===`html`&&(i=rt,e.schema=i),e.ancestors.push(t);let a=Vt(e,t.tagName,!1),o=It(e,t),s=Rt(e,t);return xt.has(t.tagName)&&(s=s.filter(function(e){return typeof e==`string`?!De(e):!0})),Mt(e,o,a,t),Nt(o,s),e.ancestors.pop(),e.schema=r,e.create(t,a,o,n)}function Dt(e,t){if(t.data&&t.data.estree&&e.evaluater){let n=t.data.estree.body[0];return n.type,e.evaluater.evaluateExpression(n.expression)}Ht(e,t.position)}function Ot(e,t){if(t.data&&t.data.estree&&e.evaluater)return e.evaluater.evaluateProgram(t.data.estree);Ht(e,t.position)}function kt(e,t,n){let r=e.schema,i=r;t.name===`svg`&&r.space===`html`&&(i=rt,e.schema=i),e.ancestors.push(t);let a=t.name===null?e.Fragment:Vt(e,t.name,!0),o=Lt(e,t),s=Rt(e,t);return Mt(e,o,a,t),Nt(o,s),e.ancestors.pop(),e.schema=r,e.create(t,a,o,n)}function At(e,t,n){let r={};return Nt(r,Rt(e,t)),e.create(t,e.Fragment,r,n)}function jt(e,t){return t.value}function Mt(e,t,n,r){typeof n!=`string`&&n!==e.Fragment&&e.passNode&&(t.node=r)}function Nt(e,t){if(t.length>0){let n=t.length>1?t:t[0];n&&(e.children=n)}}function Pt(e,t,n){return r;function r(e,r,i,a){let o=Array.isArray(i.children)?n:t;return a?o(r,i,a):o(r,i)}}function Ft(e,t){return n;function n(n,r,i,a){let o=Array.isArray(i.children),s=ut(n);return t(r,i,a,o,{columnNumber:s?s.column-1:void 0,fileName:e,lineNumber:s?s.line:void 0},void 0)}}function It(e,t){let n={},r,i;for(i in t.properties)if(i!==`children`&&vt.call(t.properties,i)){let a=zt(e,i,t.properties[i]);if(a){let[i,o]=a;e.tableCellAlignToStyle&&i===`align`&&typeof o==`string`&&St.has(t.tagName)?r=o:n[i]=o}}if(r){let t=n.style||={};t[e.stylePropertyNameCase===`css`?`text-align`:`textAlign`]=r}return n}function Lt(e,t){let n={};for(let r of t.attributes)if(r.type===`mdxJsxExpressionAttribute`)if(r.data&&r.data.estree&&e.evaluater){let t=r.data.estree.body[0];t.type;let i=t.expression;i.type;let a=i.properties[0];a.type,Object.assign(n,e.evaluater.evaluateExpression(a.argument))}else Ht(e,t.position);else{let i=r.name,a;if(r.value&&typeof r.value==`object`)if(r.value.data&&r.value.data.estree&&e.evaluater){let t=r.value.data.estree.body[0];t.type,a=e.evaluater.evaluateExpression(t.expression)}else Ht(e,t.position);else a=r.value===null?!0:r.value;n[i]=a}return n}function Rt(e,t){let n=[],r=-1,i=e.passKeys?new Map:yt;for(;++r<t.children.length;){let a=t.children[r],o;if(e.passKeys){let e=a.type===`element`?a.tagName:a.type===`mdxJsxFlowElement`||a.type===`mdxJsxTextElement`?a.name:void 0;if(e){let t=i.get(e)||0;o=e+`-`+t,i.set(e,t+1)}}let s=Tt(e,a,o);s!==void 0&&n.push(s)}return n}function zt(e,t,n){let r=$e(e.schema,t);if(!(n==null||typeof n==`number`&&Number.isNaN(n))){if(Array.isArray(n)&&(n=r.commaSeparated?xe(n):it(n)),r.property===`style`){let t=typeof n==`object`?n:Bt(e,String(n));return e.stylePropertyNameCase===`css`&&(t=Ut(t)),[`style`,t]}return[e.elementAttributeNameCase===`react`&&r.space?Ye[r.property]||r.property:r.attribute,n]}}function Bt(e,t){try{return(0,_t.default)(t,{reactCompat:!0})}catch(t){if(e.ignoreInvalidStyle)return{};let n=t,r=new B("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=Ct+`#cannot-parse-style-attribute`,r}}function Vt(e,t,n){let r;if(!n)r={type:`Literal`,value:t};else if(t.includes(`.`)){let e=t.split(`.`),n=-1,i;for(;++n<e.length;){let t=Te(e[n])?{type:`Identifier`,name:e[n]}:{type:`Literal`,value:e[n]};i=i?{type:`MemberExpression`,object:i,property:t,computed:!!(n&&t.type===`Literal`),optional:!1}:t}r=i}else r=Te(t)&&!/^[a-z]/.test(t)?{type:`Identifier`,name:t}:{type:`Literal`,value:t};if(r.type===`Literal`){let t=r.value;return vt.call(e.components,t)?e.components[t]:t}if(e.evaluater)return e.evaluater.evaluateExpression(r);Ht(e)}function Ht(e,t){let n=new B("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=Ct+`#cannot-handle-mdx-estrees-without-createevaluater`,n}function Ut(e){let t={},n;for(n in e)vt.call(e,n)&&(t[Wt(n)]=e[n]);return t}function Wt(e){let t=e.replace(bt,Gt);return t.slice(0,3)===`ms-`&&(t=`-`+t),t}function Gt(e){return`-`+e.toLowerCase()}var Kt={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`]},qt={};function Jt(e,t){let n=t||qt;return Yt(e,typeof n.includeImageAlt==`boolean`?n.includeImageAlt:!0,typeof n.includeHtml==`boolean`?n.includeHtml:!0)}function Yt(e,t,n){if(Zt(e)){if(`value`in e)return e.type===`html`&&!n?``:e.value;if(t&&`alt`in e&&e.alt)return e.alt;if(`children`in e)return Xt(e.children,t,n)}return Array.isArray(e)?Xt(e,t,n):``}function Xt(e,t,n){let r=[],i=-1;for(;++i<e.length;)r[i]=Yt(e[i],t,n);return r.join(``)}function Zt(e){return!!(e&&typeof e==`object`)}var Qt=document.createElement(`i`);function $t(e){let t=`&`+e+`;`;Qt.innerHTML=t;let n=Qt.textContent;return n.charCodeAt(n.length-1)===59&&e!==`semi`||n===t?!1:n}function V(e,t,n,r){let i=e.length,a=0,o;if(t=t<0?-t>i?0:i+t:t>i?i:t,n=n>0?n:0,r.length<1e4)o=Array.from(r),o.unshift(t,n),e.splice(...o);else for(n&&e.splice(t,n);a<r.length;)o=r.slice(a,a+1e4),o.unshift(t,0),e.splice(...o),a+=1e4,t+=1e4}function H(e,t){return e.length>0?(V(e,e.length,0,t),e):t}var en={}.hasOwnProperty;function tn(e){let t={},n=-1;for(;++n<e.length;)nn(t,e[n]);return t}function nn(e,t){let n;for(n in t){let r=(en.call(e,n)?e[n]:void 0)||(e[n]={}),i=t[n],a;if(i)for(a in i){en.call(r,a)||(r[a]=[]);let e=i[a];rn(r[a],Array.isArray(e)?e:e?[e]:[])}}}function rn(e,t){let n=-1,r=[];for(;++n<t.length;)(t[n].add===`after`?e:r).push(t[n]);V(e,0,0,r)}function an(e,t){let n=Number.parseInt(e,t);return n<9||n===11||n>13&&n<32||n>126&&n<160||n>55295&&n<57344||n>64975&&n<65008||(n&65535)==65535||(n&65535)==65534||n>1114111?`�`:String.fromCodePoint(n)}function on(e){return e.replace(/[\t\n\r ]+/g,` `).replace(/^ | $/g,``).toLowerCase().toUpperCase()}var U=J(/[A-Za-z]/),W=J(/[\dA-Za-z]/),sn=J(/[#-'*+\--9=?A-Z^-~]/);function cn(e){return e!==null&&(e<32||e===127)}var ln=J(/\d/),un=J(/[\dA-Fa-f]/),dn=J(/[!-/:-@[-`{-~]/);function G(e){return e!==null&&e<-2}function K(e){return e!==null&&(e<0||e===32)}function q(e){return e===-2||e===-1||e===32}var fn=J(/\p{P}|\p{S}/u),pn=J(/\s/);function J(e){return t;function t(t){return t!==null&&t>-1&&e.test(String.fromCharCode(t))}}function mn(e){let t=[],n=-1,r=0,i=0;for(;++n<e.length;){let a=e.charCodeAt(n),o=``;if(a===37&&W(e.charCodeAt(n+1))&&W(e.charCodeAt(n+2)))i=2;else if(a<128)/[!#$&-;=?-Z_a-z~]/.test(String.fromCharCode(a))||(o=String.fromCharCode(a));else if(a>55295&&a<57344){let t=e.charCodeAt(n+1);a<56320&&t>56319&&t<57344?(o=String.fromCharCode(a,t),i=1):o=`�`}else o=String.fromCharCode(a);o&&=(t.push(e.slice(r,n),encodeURIComponent(o)),r=n+i+1,``),i&&=(n+=i,0)}return t.join(``)+e.slice(r)}function Y(e,t,n,r){let i=r?r-1:1/0,a=0;return o;function o(r){return q(r)?(e.enter(n),s(r)):t(r)}function s(r){return q(r)&&a++<i?(e.consume(r),s):(e.exit(n),t(r))}}var hn={tokenize:gn};function gn(e){let t=e.attempt(this.parser.constructs.contentInitial,r,i),n;return t;function r(n){if(n===null){e.consume(n);return}return e.enter(`lineEnding`),e.consume(n),e.exit(`lineEnding`),Y(e,t,`linePrefix`)}function i(t){return e.enter(`paragraph`),a(t)}function a(t){let r=e.enter(`chunkText`,{contentType:`text`,previous:n});return n&&(n.next=r),n=r,o(t)}function o(t){if(t===null){e.exit(`chunkText`),e.exit(`paragraph`),e.consume(t);return}return G(t)?(e.consume(t),e.exit(`chunkText`),a):(e.consume(t),o)}}var _n={tokenize:yn},vn={tokenize:bn};function yn(e){let t=this,n=[],r=0,i,a,o;return s;function s(i){if(r<n.length){let a=n[r];return t.containerState=a[1],e.attempt(a[0].continuation,c,l)(i)}return l(i)}function c(e){if(r++,t.containerState._closeFlow){t.containerState._closeFlow=void 0,i&&v();let n=t.events.length,a=n,o;for(;a--;)if(t.events[a][0]===`exit`&&t.events[a][1].type===`chunkFlow`){o=t.events[a][1].end;break}_(r);let s=n;for(;s<t.events.length;)t.events[s][1].end={...o},s++;return V(t.events,a+1,0,t.events.slice(n)),t.events.length=s,l(e)}return s(e)}function l(a){if(r===n.length){if(!i)return f(a);if(i.currentConstruct&&i.currentConstruct.concrete)return m(a);t.interrupt=!!(i.currentConstruct&&!i._gfmTableDynamicInterruptHack)}return t.containerState={},e.check(vn,u,d)(a)}function u(e){return i&&v(),_(r),f(e)}function d(e){return t.parser.lazy[t.now().line]=r!==n.length,o=t.now().offset,m(e)}function f(n){return t.containerState={},e.attempt(vn,p,m)(n)}function p(e){return r++,n.push([t.currentConstruct,t.containerState]),f(e)}function m(n){if(n===null){i&&v(),_(0),e.consume(n);return}return i||=t.parser.flow(t.now()),e.enter(`chunkFlow`,{_tokenizer:i,contentType:`flow`,previous:a}),h(n)}function h(n){if(n===null){g(e.exit(`chunkFlow`),!0),_(0),e.consume(n);return}return G(n)?(e.consume(n),g(e.exit(`chunkFlow`)),r=0,t.interrupt=void 0,s):(e.consume(n),h)}function g(e,n){let s=t.sliceStream(e);if(n&&s.push(null),e.previous=a,a&&(a.next=e),a=e,i.defineSkip(e.start),i.write(s),t.parser.lazy[e.start.line]){let e=i.events.length;for(;e--;)if(i.events[e][1].start.offset<o&&(!i.events[e][1].end||i.events[e][1].end.offset>o))return;let n=t.events.length,a=n,s,c;for(;a--;)if(t.events[a][0]===`exit`&&t.events[a][1].type===`chunkFlow`){if(s){c=t.events[a][1].end;break}s=!0}for(_(r),e=n;e<t.events.length;)t.events[e][1].end={...c},e++;V(t.events,a+1,0,t.events.slice(n)),t.events.length=e}}function _(r){let i=n.length;for(;i-- >r;){let r=n[i];t.containerState=r[1],r[0].exit.call(t,e)}n.length=r}function v(){i.write([null]),a=void 0,i=void 0,t.containerState._closeFlow=void 0}}function bn(e,t,n){return Y(e,e.attempt(this.parser.constructs.document,t,n),`linePrefix`,this.parser.constructs.disable.null.includes(`codeIndented`)?void 0:4)}function xn(e){if(e===null||K(e)||pn(e))return 1;if(fn(e))return 2}function Sn(e,t,n){let r=[],i=-1;for(;++i<e.length;){let a=e[i].resolveAll;a&&!r.includes(a)&&(t=a(t,n),r.push(a))}return t}var Cn={name:`attention`,resolveAll:wn,tokenize:Tn};function wn(e,t){let n=-1,r,i,a,o,s,c,l,u;for(;++n<e.length;)if(e[n][0]===`enter`&&e[n][1].type===`attentionSequence`&&e[n][1]._close){for(r=n;r--;)if(e[r][0]===`exit`&&e[r][1].type===`attentionSequence`&&e[r][1]._open&&t.sliceSerialize(e[r][1]).charCodeAt(0)===t.sliceSerialize(e[n][1]).charCodeAt(0)){if((e[r][1]._close||e[n][1]._open)&&(e[n][1].end.offset-e[n][1].start.offset)%3&&!((e[r][1].end.offset-e[r][1].start.offset+e[n][1].end.offset-e[n][1].start.offset)%3))continue;c=e[r][1].end.offset-e[r][1].start.offset>1&&e[n][1].end.offset-e[n][1].start.offset>1?2:1;let d={...e[r][1].end},f={...e[n][1].start};En(d,-c),En(f,c),o={type:c>1?`strongSequence`:`emphasisSequence`,start:d,end:{...e[r][1].end}},s={type:c>1?`strongSequence`:`emphasisSequence`,start:{...e[n][1].start},end:f},a={type:c>1?`strongText`:`emphasisText`,start:{...e[r][1].end},end:{...e[n][1].start}},i={type:c>1?`strong`:`emphasis`,start:{...o.start},end:{...s.end}},e[r][1].end={...o.start},e[n][1].start={...s.end},l=[],e[r][1].end.offset-e[r][1].start.offset&&(l=H(l,[[`enter`,e[r][1],t],[`exit`,e[r][1],t]])),l=H(l,[[`enter`,i,t],[`enter`,o,t],[`exit`,o,t],[`enter`,a,t]]),l=H(l,Sn(t.parser.constructs.insideSpan.null,e.slice(r+1,n),t)),l=H(l,[[`exit`,a,t],[`enter`,s,t],[`exit`,s,t],[`exit`,i,t]]),e[n][1].end.offset-e[n][1].start.offset?(u=2,l=H(l,[[`enter`,e[n][1],t],[`exit`,e[n][1],t]])):u=0,V(e,r-1,n-r+3,l),n=r+l.length-u-2;break}}for(n=-1;++n<e.length;)e[n][1].type===`attentionSequence`&&(e[n][1].type=`data`);return e}function Tn(e,t){let n=this.parser.constructs.attentionMarkers.null,r=this.previous,i=xn(r),a;return o;function o(t){return a=t,e.enter(`attentionSequence`),s(t)}function s(o){if(o===a)return e.consume(o),s;let c=e.exit(`attentionSequence`),l=xn(o),u=!l||l===2&&i||n.includes(o),d=!i||i===2&&l||n.includes(r);return c._open=!!(a===42?u:u&&(i||!d)),c._close=!!(a===42?d:d&&(l||!u)),t(o)}}function En(e,t){e.column+=t,e.offset+=t,e._bufferIndex+=t}var Dn={name:`autolink`,tokenize:On};function On(e,t,n){let r=0;return i;function i(t){return e.enter(`autolink`),e.enter(`autolinkMarker`),e.consume(t),e.exit(`autolinkMarker`),e.enter(`autolinkProtocol`),a}function a(t){return U(t)?(e.consume(t),o):t===64?n(t):l(t)}function o(e){return e===43||e===45||e===46||W(e)?(r=1,s(e)):l(e)}function s(t){return t===58?(e.consume(t),r=0,c):(t===43||t===45||t===46||W(t))&&r++<32?(e.consume(t),s):(r=0,l(t))}function c(r){return r===62?(e.exit(`autolinkProtocol`),e.enter(`autolinkMarker`),e.consume(r),e.exit(`autolinkMarker`),e.exit(`autolink`),t):r===null||r===32||r===60||cn(r)?n(r):(e.consume(r),c)}function l(t){return t===64?(e.consume(t),u):sn(t)?(e.consume(t),l):n(t)}function u(e){return W(e)?d(e):n(e)}function d(n){return n===46?(e.consume(n),r=0,u):n===62?(e.exit(`autolinkProtocol`).type=`autolinkEmail`,e.enter(`autolinkMarker`),e.consume(n),e.exit(`autolinkMarker`),e.exit(`autolink`),t):f(n)}function f(t){if((t===45||W(t))&&r++<63){let n=t===45?f:d;return e.consume(t),n}return n(t)}}var kn={partial:!0,tokenize:An};function An(e,t,n){return r;function r(t){return q(t)?Y(e,i,`linePrefix`)(t):i(t)}function i(e){return e===null||G(e)?t(e):n(e)}}var jn={continuation:{tokenize:Nn},exit:Pn,name:`blockQuote`,tokenize:Mn};function Mn(e,t,n){let r=this;return i;function i(t){if(t===62){let n=r.containerState;return n.open||=(e.enter(`blockQuote`,{_container:!0}),!0),e.enter(`blockQuotePrefix`),e.enter(`blockQuoteMarker`),e.consume(t),e.exit(`blockQuoteMarker`),a}return n(t)}function a(n){return q(n)?(e.enter(`blockQuotePrefixWhitespace`),e.consume(n),e.exit(`blockQuotePrefixWhitespace`),e.exit(`blockQuotePrefix`),t):(e.exit(`blockQuotePrefix`),t(n))}}function Nn(e,t,n){let r=this;return i;function i(t){return q(t)?Y(e,a,`linePrefix`,r.parser.constructs.disable.null.includes(`codeIndented`)?void 0:4)(t):a(t)}function a(r){return e.attempt(jn,t,n)(r)}}function Pn(e){e.exit(`blockQuote`)}var Fn={name:`characterEscape`,tokenize:In};function In(e,t,n){return r;function r(t){return e.enter(`characterEscape`),e.enter(`escapeMarker`),e.consume(t),e.exit(`escapeMarker`),i}function i(r){return dn(r)?(e.enter(`characterEscapeValue`),e.consume(r),e.exit(`characterEscapeValue`),e.exit(`characterEscape`),t):n(r)}}var Ln={name:`characterReference`,tokenize:Rn};function Rn(e,t,n){let r=this,i=0,a,o;return s;function s(t){return e.enter(`characterReference`),e.enter(`characterReferenceMarker`),e.consume(t),e.exit(`characterReferenceMarker`),c}function c(t){return t===35?(e.enter(`characterReferenceMarkerNumeric`),e.consume(t),e.exit(`characterReferenceMarkerNumeric`),l):(e.enter(`characterReferenceValue`),a=31,o=W,u(t))}function l(t){return t===88||t===120?(e.enter(`characterReferenceMarkerHexadecimal`),e.consume(t),e.exit(`characterReferenceMarkerHexadecimal`),e.enter(`characterReferenceValue`),a=6,o=un,u):(e.enter(`characterReferenceValue`),a=7,o=ln,u(t))}function u(s){if(s===59&&i){let i=e.exit(`characterReferenceValue`);return o===W&&!$t(r.sliceSerialize(i))?n(s):(e.enter(`characterReferenceMarker`),e.consume(s),e.exit(`characterReferenceMarker`),e.exit(`characterReference`),t)}return o(s)&&i++<a?(e.consume(s),u):n(s)}}var zn={partial:!0,tokenize:Hn},Bn={concrete:!0,name:`codeFenced`,tokenize:Vn};function Vn(e,t,n){let r=this,i={partial:!0,tokenize:x},a=0,o=0,s;return c;function c(e){return l(e)}function l(t){let n=r.events[r.events.length-1];return a=n&&n[1].type===`linePrefix`?n[2].sliceSerialize(n[1],!0).length:0,s=t,e.enter(`codeFenced`),e.enter(`codeFencedFence`),e.enter(`codeFencedFenceSequence`),u(t)}function u(t){return t===s?(o++,e.consume(t),u):o<3?n(t):(e.exit(`codeFencedFenceSequence`),q(t)?Y(e,d,`whitespace`)(t):d(t))}function d(n){return n===null||G(n)?(e.exit(`codeFencedFence`),r.interrupt?t(n):e.check(zn,h,b)(n)):(e.enter(`codeFencedFenceInfo`),e.enter(`chunkString`,{contentType:`string`}),f(n))}function f(t){return t===null||G(t)?(e.exit(`chunkString`),e.exit(`codeFencedFenceInfo`),d(t)):q(t)?(e.exit(`chunkString`),e.exit(`codeFencedFenceInfo`),Y(e,p,`whitespace`)(t)):t===96&&t===s?n(t):(e.consume(t),f)}function p(t){return t===null||G(t)?d(t):(e.enter(`codeFencedFenceMeta`),e.enter(`chunkString`,{contentType:`string`}),m(t))}function m(t){return t===null||G(t)?(e.exit(`chunkString`),e.exit(`codeFencedFenceMeta`),d(t)):t===96&&t===s?n(t):(e.consume(t),m)}function h(t){return e.attempt(i,b,g)(t)}function g(t){return e.enter(`lineEnding`),e.consume(t),e.exit(`lineEnding`),_}function _(t){return a>0&&q(t)?Y(e,v,`linePrefix`,a+1)(t):v(t)}function v(t){return t===null||G(t)?e.check(zn,h,b)(t):(e.enter(`codeFlowValue`),y(t))}function y(t){return t===null||G(t)?(e.exit(`codeFlowValue`),v(t)):(e.consume(t),y)}function b(n){return e.exit(`codeFenced`),t(n)}function x(e,t,n){let i=0;return a;function a(t){return e.enter(`lineEnding`),e.consume(t),e.exit(`lineEnding`),c}function c(t){return e.enter(`codeFencedFence`),q(t)?Y(e,l,`linePrefix`,r.parser.constructs.disable.null.includes(`codeIndented`)?void 0:4)(t):l(t)}function l(t){return t===s?(e.enter(`codeFencedFenceSequence`),u(t)):n(t)}function u(t){return t===s?(i++,e.consume(t),u):i>=o?(e.exit(`codeFencedFenceSequence`),q(t)?Y(e,d,`whitespace`)(t):d(t)):n(t)}function d(r){return r===null||G(r)?(e.exit(`codeFencedFence`),t(r)):n(r)}}}function Hn(e,t,n){let r=this;return i;function i(t){return t===null?n(t):(e.enter(`lineEnding`),e.consume(t),e.exit(`lineEnding`),a)}function a(e){return r.parser.lazy[r.now().line]?n(e):t(e)}}var Un={name:`codeIndented`,tokenize:Gn},Wn={partial:!0,tokenize:Kn};function Gn(e,t,n){let r=this;return i;function i(t){return e.enter(`codeIndented`),Y(e,a,`linePrefix`,5)(t)}function a(e){let t=r.events[r.events.length-1];return t&&t[1].type===`linePrefix`&&t[2].sliceSerialize(t[1],!0).length>=4?o(e):n(e)}function o(t){return t===null?c(t):G(t)?e.attempt(Wn,o,c)(t):(e.enter(`codeFlowValue`),s(t))}function s(t){return t===null||G(t)?(e.exit(`codeFlowValue`),o(t)):(e.consume(t),s)}function c(n){return e.exit(`codeIndented`),t(n)}}function Kn(e,t,n){let r=this;return i;function i(t){return r.parser.lazy[r.now().line]?n(t):G(t)?(e.enter(`lineEnding`),e.consume(t),e.exit(`lineEnding`),i):Y(e,a,`linePrefix`,5)(t)}function a(e){let a=r.events[r.events.length-1];return a&&a[1].type===`linePrefix`&&a[2].sliceSerialize(a[1],!0).length>=4?t(e):G(e)?i(e):n(e)}}var qn={name:`codeText`,previous:Yn,resolve:Jn,tokenize:Xn};function Jn(e){let t=e.length-4,n=3,r,i;if((e[n][1].type===`lineEnding`||e[n][1].type===`space`)&&(e[t][1].type===`lineEnding`||e[t][1].type===`space`)){for(r=n;++r<t;)if(e[r][1].type===`codeTextData`){e[n][1].type=`codeTextPadding`,e[t][1].type=`codeTextPadding`,n+=2,t-=2;break}}for(r=n-1,t++;++r<=t;)i===void 0?r!==t&&e[r][1].type!==`lineEnding`&&(i=r):(r===t||e[r][1].type===`lineEnding`)&&(e[i][1].type=`codeTextData`,r!==i+2&&(e[i][1].end=e[r-1][1].end,e.splice(i+2,r-i-2),t-=r-i-2,r=i+2),i=void 0);return e}function Yn(e){return e!==96||this.events[this.events.length-1][1].type===`characterEscape`}function Xn(e,t,n){let r=0,i,a;return o;function o(t){return e.enter(`codeText`),e.enter(`codeTextSequence`),s(t)}function s(t){return t===96?(e.consume(t),r++,s):(e.exit(`codeTextSequence`),c(t))}function c(t){return t===null?n(t):t===32?(e.enter(`space`),e.consume(t),e.exit(`space`),c):t===96?(a=e.enter(`codeTextSequence`),i=0,u(t)):G(t)?(e.enter(`lineEnding`),e.consume(t),e.exit(`lineEnding`),c):(e.enter(`codeTextData`),l(t))}function l(t){return t===null||t===32||t===96||G(t)?(e.exit(`codeTextData`),c(t)):(e.consume(t),l)}function u(n){return n===96?(e.consume(n),i++,u):i===r?(e.exit(`codeTextSequence`),e.exit(`codeText`),t(n)):(a.type=`codeTextData`,l(n))}}var Zn=class{constructor(e){this.left=e?[...e]:[],this.right=[]}get(e){if(e<0||e>=this.left.length+this.right.length)throw RangeError("Cannot access index `"+e+"` in a splice buffer of size `"+(this.left.length+this.right.length)+"`");return e<this.left.length?this.left[e]:this.right[this.right.length-e+this.left.length-1]}get length(){return this.left.length+this.right.length}shift(){return this.setCursor(0),this.right.pop()}slice(e,t){let n=t??1/0;return n<this.left.length?this.left.slice(e,n):e>this.left.length?this.right.slice(this.right.length-n+this.left.length,this.right.length-e+this.left.length).reverse():this.left.slice(e).concat(this.right.slice(this.right.length-n+this.left.length).reverse())}splice(e,t,n){let r=t||0;this.setCursor(Math.trunc(e));let i=this.right.splice(this.right.length-r,1/0);return n&&Qn(this.left,n),i.reverse()}pop(){return this.setCursor(1/0),this.left.pop()}push(e){this.setCursor(1/0),this.left.push(e)}pushMany(e){this.setCursor(1/0),Qn(this.left,e)}unshift(e){this.setCursor(0),this.right.push(e)}unshiftMany(e){this.setCursor(0),Qn(this.right,e.reverse())}setCursor(e){if(!(e===this.left.length||e>this.left.length&&this.right.length===0||e<0&&this.left.length===0))if(e<this.left.length){let t=this.left.splice(e,1/0);Qn(this.right,t.reverse())}else{let t=this.right.splice(this.left.length+this.right.length-e,1/0);Qn(this.left,t.reverse())}}};function Qn(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 $n(e){let t={},n=-1,r,i,a,o,s,c,l,u=new Zn(e);for(;++n<u.length;){for(;n in t;)n=t[n];if(r=u.get(n),n&&r[1].type===`chunkFlow`&&u.get(n-1)[1].type===`listItemPrefix`&&(c=r[1]._tokenizer.events,a=0,a<c.length&&c[a][1].type===`lineEndingBlank`&&(a+=2),a<c.length&&c[a][1].type===`content`))for(;++a<c.length&&c[a][1].type!==`content`;)c[a][1].type===`chunkText`&&(c[a][1]._isInFirstContentOfListItem=!0,a++);if(r[0]===`enter`)r[1].contentType&&(Object.assign(t,er(u,n)),n=t[n],l=!0);else if(r[1]._container){for(a=n,i=void 0;a--;)if(o=u.get(a),o[1].type===`lineEnding`||o[1].type===`lineEndingBlank`)o[0]===`enter`&&(i&&(u.get(i)[1].type=`lineEndingBlank`),o[1].type=`lineEnding`,i=a);else if(!(o[1].type===`linePrefix`||o[1].type===`listItemIndent`))break;i&&(r[1].end={...u.get(i)[1].start},s=u.slice(i,n),s.unshift(r),u.splice(i,n-i+1,s))}}return V(e,0,1/0,u.slice(0)),!l}function er(e,t){let n=e.get(t)[1],r=e.get(t)[2],i=t-1,a=[],o=n._tokenizer;o||(o=r.parser[n.contentType](n.start),n._contentTypeTextTrailing&&(o._contentTypeTextTrailing=!0));let s=o.events,c=[],l={},u,d,f=-1,p=n,m=0,h=0,g=[h];for(;p;){for(;e.get(++i)[1]!==p;);a.push(i),p._tokenizer||(u=r.sliceStream(p),p.next||u.push(null),d&&o.defineSkip(p.start),p._isInFirstContentOfListItem&&(o._gfmTasklistFirstContentOfListItem=!0),o.write(u),p._isInFirstContentOfListItem&&(o._gfmTasklistFirstContentOfListItem=void 0)),d=p,p=p.next}for(p=n;++f<s.length;)s[f][0]===`exit`&&s[f-1][0]===`enter`&&s[f][1].type===s[f-1][1].type&&s[f][1].start.line!==s[f][1].end.line&&(h=f+1,g.push(h),p._tokenizer=void 0,p.previous=void 0,p=p.next);for(o.events=[],p?(p._tokenizer=void 0,p.previous=void 0):g.pop(),f=g.length;f--;){let t=s.slice(g[f],g[f+1]),n=a.pop();c.push([n,n+t.length-1]),e.splice(n,2,t)}for(c.reverse(),f=-1;++f<c.length;)l[m+c[f][0]]=m+c[f][1],m+=c[f][1]-c[f][0]-1;return l}var tr={resolve:rr,tokenize:ir},nr={partial:!0,tokenize:ar};function rr(e){return $n(e),e}function ir(e,t){let n;return r;function r(t){return e.enter(`content`),n=e.enter(`chunkContent`,{contentType:`content`}),i(t)}function i(t){return t===null?a(t):G(t)?e.check(nr,o,a)(t):(e.consume(t),i)}function a(n){return e.exit(`chunkContent`),e.exit(`content`),t(n)}function o(t){return e.consume(t),e.exit(`chunkContent`),n.next=e.enter(`chunkContent`,{contentType:`content`,previous:n}),n=n.next,i}}function ar(e,t,n){let r=this;return i;function i(t){return e.exit(`chunkContent`),e.enter(`lineEnding`),e.consume(t),e.exit(`lineEnding`),Y(e,a,`linePrefix`)}function a(i){if(i===null||G(i))return n(i);let a=r.events[r.events.length-1];return!r.parser.constructs.disable.null.includes(`codeIndented`)&&a&&a[1].type===`linePrefix`&&a[2].sliceSerialize(a[1],!0).length>=4?t(i):e.interrupt(r.parser.constructs.flow,n,t)(i)}}function or(e,t,n,r,i,a,o,s,c){let l=c||1/0,u=0;return d;function d(t){return t===60?(e.enter(r),e.enter(i),e.enter(a),e.consume(t),e.exit(a),f):t===null||t===32||t===41||cn(t)?n(t):(e.enter(r),e.enter(o),e.enter(s),e.enter(`chunkString`,{contentType:`string`}),h(t))}function f(n){return n===62?(e.enter(a),e.consume(n),e.exit(a),e.exit(i),e.exit(r),t):(e.enter(s),e.enter(`chunkString`,{contentType:`string`}),p(n))}function p(t){return t===62?(e.exit(`chunkString`),e.exit(s),f(t)):t===null||t===60||G(t)?n(t):(e.consume(t),t===92?m:p)}function m(t){return t===60||t===62||t===92?(e.consume(t),p):p(t)}function h(i){return!u&&(i===null||i===41||K(i))?(e.exit(`chunkString`),e.exit(s),e.exit(o),e.exit(r),t(i)):u<l&&i===40?(e.consume(i),u++,h):i===41?(e.consume(i),u--,h):i===null||i===32||i===40||cn(i)?n(i):(e.consume(i),i===92?g:h)}function g(t){return t===40||t===41||t===92?(e.consume(t),h):h(t)}}function sr(e,t,n,r,i,a){let o=this,s=0,c;return l;function l(t){return e.enter(r),e.enter(i),e.consume(t),e.exit(i),e.enter(a),u}function u(l){return s>999||l===null||l===91||l===93&&!c||l===94&&!s&&`_hiddenFootnoteSupport`in o.parser.constructs?n(l):l===93?(e.exit(a),e.enter(i),e.consume(l),e.exit(i),e.exit(r),t):G(l)?(e.enter(`lineEnding`),e.consume(l),e.exit(`lineEnding`),u):(e.enter(`chunkString`,{contentType:`string`}),d(l))}function d(t){return t===null||t===91||t===93||G(t)||s++>999?(e.exit(`chunkString`),u(t)):(e.consume(t),c||=!q(t),t===92?f:d)}function f(t){return t===91||t===92||t===93?(e.consume(t),s++,d):d(t)}}function cr(e,t,n,r,i,a){let o;return s;function s(t){return t===34||t===39||t===40?(e.enter(r),e.enter(i),e.consume(t),e.exit(i),o=t===40?41:t,c):n(t)}function c(n){return n===o?(e.enter(i),e.consume(n),e.exit(i),e.exit(r),t):(e.enter(a),l(n))}function l(t){return t===o?(e.exit(a),c(o)):t===null?n(t):G(t)?(e.enter(`lineEnding`),e.consume(t),e.exit(`lineEnding`),Y(e,l,`linePrefix`)):(e.enter(`chunkString`,{contentType:`string`}),u(t))}function u(t){return t===o||t===null||G(t)?(e.exit(`chunkString`),l(t)):(e.consume(t),t===92?d:u)}function d(t){return t===o||t===92?(e.consume(t),u):u(t)}}function lr(e,t){let n;return r;function r(i){return G(i)?(e.enter(`lineEnding`),e.consume(i),e.exit(`lineEnding`),n=!0,r):q(i)?Y(e,r,n?`linePrefix`:`lineSuffix`)(i):t(i)}}var ur={name:`definition`,tokenize:fr},dr={partial:!0,tokenize:pr};function fr(e,t,n){let r=this,i;return a;function a(t){return e.enter(`definition`),o(t)}function o(t){return sr.call(r,e,s,n,`definitionLabel`,`definitionLabelMarker`,`definitionLabelString`)(t)}function s(t){return i=on(r.sliceSerialize(r.events[r.events.length-1][1]).slice(1,-1)),t===58?(e.enter(`definitionMarker`),e.consume(t),e.exit(`definitionMarker`),c):n(t)}function c(t){return K(t)?lr(e,l)(t):l(t)}function l(t){return or(e,u,n,`definitionDestination`,`definitionDestinationLiteral`,`definitionDestinationLiteralMarker`,`definitionDestinationRaw`,`definitionDestinationString`)(t)}function u(t){return e.attempt(dr,d,d)(t)}function d(t){return q(t)?Y(e,f,`whitespace`)(t):f(t)}function f(a){return a===null||G(a)?(e.exit(`definition`),r.parser.defined.push(i),t(a)):n(a)}}function pr(e,t,n){return r;function r(t){return K(t)?lr(e,i)(t):n(t)}function i(t){return cr(e,a,n,`definitionTitle`,`definitionTitleMarker`,`definitionTitleString`)(t)}function a(t){return q(t)?Y(e,o,`whitespace`)(t):o(t)}function o(e){return e===null||G(e)?t(e):n(e)}}var mr={name:`hardBreakEscape`,tokenize:hr};function hr(e,t,n){return r;function r(t){return e.enter(`hardBreakEscape`),e.consume(t),i}function i(r){return G(r)?(e.exit(`hardBreakEscape`),t(r)):n(r)}}var gr={name:`headingAtx`,resolve:_r,tokenize:vr};function _r(e,t){let n=e.length-2,r=3,i,a;return e[r][1].type===`whitespace`&&(r+=2),n-2>r&&e[n][1].type===`whitespace`&&(n-=2),e[n][1].type===`atxHeadingSequence`&&(r===n-1||n-4>r&&e[n-2][1].type===`whitespace`)&&(n-=r+1===n?2:4),n>r&&(i={type:`atxHeadingText`,start:e[r][1].start,end:e[n][1].end},a={type:`chunkText`,start:e[r][1].start,end:e[n][1].end,contentType:`text`},V(e,r,n-r+1,[[`enter`,i,t],[`enter`,a,t],[`exit`,a,t],[`exit`,i,t]])),e}function vr(e,t,n){let r=0;return i;function i(t){return e.enter(`atxHeading`),a(t)}function a(t){return e.enter(`atxHeadingSequence`),o(t)}function o(t){return t===35&&r++<6?(e.consume(t),o):t===null||K(t)?(e.exit(`atxHeadingSequence`),s(t)):n(t)}function s(n){return n===35?(e.enter(`atxHeadingSequence`),c(n)):n===null||G(n)?(e.exit(`atxHeading`),t(n)):q(n)?Y(e,s,`whitespace`)(n):(e.enter(`atxHeadingText`),l(n))}function c(t){return t===35?(e.consume(t),c):(e.exit(`atxHeadingSequence`),s(t))}function l(t){return t===null||t===35||K(t)?(e.exit(`atxHeadingText`),s(t)):(e.consume(t),l)}}var yr=`address.article.aside.base.basefont.blockquote.body.caption.center.col.colgroup.dd.details.dialog.dir.div.dl.dt.fieldset.figcaption.figure.footer.form.frame.frameset.h1.h2.h3.h4.h5.h6.head.header.hr.html.iframe.legend.li.link.main.menu.menuitem.nav.noframes.ol.optgroup.option.p.param.search.section.summary.table.tbody.td.tfoot.th.thead.title.tr.track.ul`.split(`.`),br=[`pre`,`script`,`style`,`textarea`],xr={concrete:!0,name:`htmlFlow`,resolveTo:wr,tokenize:Tr},Sr={partial:!0,tokenize:Dr},Cr={partial:!0,tokenize:Er};function wr(e){let t=e.length;for(;t--&&!(e[t][0]===`enter`&&e[t][1].type===`htmlFlow`););return t>1&&e[t-2][1].type===`linePrefix`&&(e[t][1].start=e[t-2][1].start,e[t+1][1].start=e[t-2][1].start,e.splice(t-2,2)),e}function Tr(e,t,n){let r=this,i,a,o,s,c;return l;function l(e){return u(e)}function u(t){return e.enter(`htmlFlow`),e.enter(`htmlFlowData`),e.consume(t),d}function d(s){return s===33?(e.consume(s),f):s===47?(e.consume(s),a=!0,h):s===63?(e.consume(s),i=3,r.interrupt?t:N):U(s)?(e.consume(s),o=String.fromCharCode(s),g):n(s)}function f(a){return a===45?(e.consume(a),i=2,p):a===91?(e.consume(a),i=5,s=0,m):U(a)?(e.consume(a),i=4,r.interrupt?t:N):n(a)}function p(i){return i===45?(e.consume(i),r.interrupt?t:N):n(i)}function m(i){return i===`CDATA[`.charCodeAt(s++)?(e.consume(i),s===6?r.interrupt?t:O:m):n(i)}function h(t){return U(t)?(e.consume(t),o=String.fromCharCode(t),g):n(t)}function g(s){if(s===null||s===47||s===62||K(s)){let c=s===47,l=o.toLowerCase();return!c&&!a&&br.includes(l)?(i=1,r.interrupt?t(s):O(s)):yr.includes(o.toLowerCase())?(i=6,c?(e.consume(s),_):r.interrupt?t(s):O(s)):(i=7,r.interrupt&&!r.parser.lazy[r.now().line]?n(s):a?v(s):y(s))}return s===45||W(s)?(e.consume(s),o+=String.fromCharCode(s),g):n(s)}function _(i){return i===62?(e.consume(i),r.interrupt?t:O):n(i)}function v(t){return q(t)?(e.consume(t),v):E(t)}function y(t){return t===47?(e.consume(t),E):t===58||t===95||U(t)?(e.consume(t),b):q(t)?(e.consume(t),y):E(t)}function b(t){return t===45||t===46||t===58||t===95||W(t)?(e.consume(t),b):x(t)}function x(t){return t===61?(e.consume(t),S):q(t)?(e.consume(t),x):y(t)}function S(t){return t===null||t===60||t===61||t===62||t===96?n(t):t===34||t===39?(e.consume(t),c=t,C):q(t)?(e.consume(t),S):w(t)}function C(t){return t===c?(e.consume(t),c=null,T):t===null||G(t)?n(t):(e.consume(t),C)}function w(t){return t===null||t===34||t===39||t===47||t===60||t===61||t===62||t===96||K(t)?x(t):(e.consume(t),w)}function T(e){return e===47||e===62||q(e)?y(e):n(e)}function E(t){return t===62?(e.consume(t),D):n(t)}function D(t){return t===null||G(t)?O(t):q(t)?(e.consume(t),D):n(t)}function O(t){return t===45&&i===2?(e.consume(t),j):t===60&&i===1?(e.consume(t),M):t===62&&i===4?(e.consume(t),re):t===63&&i===3?(e.consume(t),N):t===93&&i===5?(e.consume(t),ne):G(t)&&(i===6||i===7)?(e.exit(`htmlFlowData`),e.check(Sr,ie,k)(t)):t===null||G(t)?(e.exit(`htmlFlowData`),k(t)):(e.consume(t),O)}function k(t){return e.check(Cr,A,ie)(t)}function A(t){return e.enter(`lineEnding`),e.consume(t),e.exit(`lineEnding`),ee}function ee(t){return t===null||G(t)?k(t):(e.enter(`htmlFlowData`),O(t))}function j(t){return t===45?(e.consume(t),N):O(t)}function M(t){return t===47?(e.consume(t),o=``,te):O(t)}function te(t){if(t===62){let n=o.toLowerCase();return br.includes(n)?(e.consume(t),re):O(t)}return U(t)&&o.length<8?(e.consume(t),o+=String.fromCharCode(t),te):O(t)}function ne(t){return t===93?(e.consume(t),N):O(t)}function N(t){return t===62?(e.consume(t),re):t===45&&i===2?(e.consume(t),N):O(t)}function re(t){return t===null||G(t)?(e.exit(`htmlFlowData`),ie(t)):(e.consume(t),re)}function ie(n){return e.exit(`htmlFlow`),t(n)}}function Er(e,t,n){let r=this;return i;function i(t){return G(t)?(e.enter(`lineEnding`),e.consume(t),e.exit(`lineEnding`),a):n(t)}function a(e){return r.parser.lazy[r.now().line]?n(e):t(e)}}function Dr(e,t,n){return r;function r(r){return e.enter(`lineEnding`),e.consume(r),e.exit(`lineEnding`),e.attempt(kn,t,n)}}var Or={name:`htmlText`,tokenize:kr};function kr(e,t,n){let r=this,i,a,o;return s;function s(t){return e.enter(`htmlText`),e.enter(`htmlTextData`),e.consume(t),c}function c(t){return t===33?(e.consume(t),l):t===47?(e.consume(t),x):t===63?(e.consume(t),y):U(t)?(e.consume(t),w):n(t)}function l(t){return t===45?(e.consume(t),u):t===91?(e.consume(t),a=0,m):U(t)?(e.consume(t),v):n(t)}function u(t){return t===45?(e.consume(t),p):n(t)}function d(t){return t===null?n(t):t===45?(e.consume(t),f):G(t)?(o=d,M(t)):(e.consume(t),d)}function f(t){return t===45?(e.consume(t),p):d(t)}function p(e){return e===62?j(e):e===45?f(e):d(e)}function m(t){return t===`CDATA[`.charCodeAt(a++)?(e.consume(t),a===6?h:m):n(t)}function h(t){return t===null?n(t):t===93?(e.consume(t),g):G(t)?(o=h,M(t)):(e.consume(t),h)}function g(t){return t===93?(e.consume(t),_):h(t)}function _(t){return t===62?j(t):t===93?(e.consume(t),_):h(t)}function v(t){return t===null||t===62?j(t):G(t)?(o=v,M(t)):(e.consume(t),v)}function y(t){return t===null?n(t):t===63?(e.consume(t),b):G(t)?(o=y,M(t)):(e.consume(t),y)}function b(e){return e===62?j(e):y(e)}function x(t){return U(t)?(e.consume(t),S):n(t)}function S(t){return t===45||W(t)?(e.consume(t),S):C(t)}function C(t){return G(t)?(o=C,M(t)):q(t)?(e.consume(t),C):j(t)}function w(t){return t===45||W(t)?(e.consume(t),w):t===47||t===62||K(t)?T(t):n(t)}function T(t){return t===47?(e.consume(t),j):t===58||t===95||U(t)?(e.consume(t),E):G(t)?(o=T,M(t)):q(t)?(e.consume(t),T):j(t)}function E(t){return t===45||t===46||t===58||t===95||W(t)?(e.consume(t),E):D(t)}function D(t){return t===61?(e.consume(t),O):G(t)?(o=D,M(t)):q(t)?(e.consume(t),D):T(t)}function O(t){return t===null||t===60||t===61||t===62||t===96?n(t):t===34||t===39?(e.consume(t),i=t,k):G(t)?(o=O,M(t)):q(t)?(e.consume(t),O):(e.consume(t),A)}function k(t){return t===i?(e.consume(t),i=void 0,ee):t===null?n(t):G(t)?(o=k,M(t)):(e.consume(t),k)}function A(t){return t===null||t===34||t===39||t===60||t===61||t===96?n(t):t===47||t===62||K(t)?T(t):(e.consume(t),A)}function ee(e){return e===47||e===62||K(e)?T(e):n(e)}function j(r){return r===62?(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`),te}function te(t){return q(t)?Y(e,ne,`linePrefix`,r.parser.constructs.disable.null.includes(`codeIndented`)?void 0:4)(t):ne(t)}function ne(t){return e.enter(`htmlTextData`),o(t)}}var Ar={name:`labelEnd`,resolveAll:Pr,resolveTo:Fr,tokenize:Ir},jr={tokenize:Lr},Mr={tokenize:Rr},Nr={tokenize:zr};function Pr(e){let t=-1,n=[];for(;++t<e.length;){let r=e[t][1];if(n.push(e[t]),r.type===`labelImage`||r.type===`labelLink`||r.type===`labelEnd`){let e=r.type===`labelImage`?4:2;r.type=`data`,t+=e}}return e.length!==n.length&&V(e,0,e.length,n),e}function Fr(e,t){let n=e.length,r=0,i,a,o,s;for(;n--;)if(i=e[n][1],a){if(i.type===`link`||i.type===`labelLink`&&i._inactive)break;e[n][0]===`enter`&&i.type===`labelLink`&&(i._inactive=!0)}else if(o){if(e[n][0]===`enter`&&(i.type===`labelImage`||i.type===`labelLink`)&&!i._balanced&&(a=n,i.type!==`labelLink`)){r=2;break}}else i.type===`labelEnd`&&(o=n);let c={type:e[a][1].type===`labelLink`?`link`:`image`,start:{...e[a][1].start},end:{...e[e.length-1][1].end}},l={type:`label`,start:{...e[a][1].start},end:{...e[o][1].end}},u={type:`labelText`,start:{...e[a+r+2][1].end},end:{...e[o-2][1].start}};return s=[[`enter`,c,t],[`enter`,l,t]],s=H(s,e.slice(a+1,a+r+3)),s=H(s,[[`enter`,u,t]]),s=H(s,Sn(t.parser.constructs.insideSpan.null,e.slice(a+r+4,o-3),t)),s=H(s,[[`exit`,u,t],e[o-2],e[o-1],[`exit`,l,t]]),s=H(s,e.slice(o+1)),s=H(s,[[`exit`,c,t]]),V(e,a,e.length,s),e}function Ir(e,t,n){let r=this,i=r.events.length,a,o;for(;i--;)if((r.events[i][1].type===`labelImage`||r.events[i][1].type===`labelLink`)&&!r.events[i][1]._balanced){a=r.events[i][1];break}return s;function s(t){return a?a._inactive?d(t):(o=r.parser.defined.includes(on(r.sliceSerialize({start:a.end,end:r.now()}))),e.enter(`labelEnd`),e.enter(`labelMarker`),e.consume(t),e.exit(`labelMarker`),e.exit(`labelEnd`),c):n(t)}function c(t){return t===40?e.attempt(jr,u,o?u:d)(t):t===91?e.attempt(Mr,u,o?l:d)(t):o?u(t):d(t)}function l(t){return e.attempt(Nr,u,d)(t)}function u(e){return t(e)}function d(e){return a._balanced=!0,n(e)}}function Lr(e,t,n){return r;function r(t){return e.enter(`resource`),e.enter(`resourceMarker`),e.consume(t),e.exit(`resourceMarker`),i}function i(t){return K(t)?lr(e,a)(t):a(t)}function a(t){return t===41?u(t):or(e,o,s,`resourceDestination`,`resourceDestinationLiteral`,`resourceDestinationLiteralMarker`,`resourceDestinationRaw`,`resourceDestinationString`,32)(t)}function o(t){return K(t)?lr(e,c)(t):u(t)}function s(e){return n(e)}function c(t){return t===34||t===39||t===40?cr(e,l,n,`resourceTitle`,`resourceTitleMarker`,`resourceTitleString`)(t):u(t)}function l(t){return K(t)?lr(e,u)(t):u(t)}function u(r){return r===41?(e.enter(`resourceMarker`),e.consume(r),e.exit(`resourceMarker`),e.exit(`resource`),t):n(r)}}function Rr(e,t,n){let r=this;return i;function i(t){return sr.call(r,e,a,o,`reference`,`referenceMarker`,`referenceString`)(t)}function a(e){return r.parser.defined.includes(on(r.sliceSerialize(r.events[r.events.length-1][1]).slice(1,-1)))?t(e):n(e)}function o(e){return n(e)}}function zr(e,t,n){return r;function r(t){return e.enter(`reference`),e.enter(`referenceMarker`),e.consume(t),e.exit(`referenceMarker`),i}function i(r){return r===93?(e.enter(`referenceMarker`),e.consume(r),e.exit(`referenceMarker`),e.exit(`reference`),t):n(r)}}var Br={name:`labelStartImage`,resolveAll:Ar.resolveAll,tokenize:Vr};function Vr(e,t,n){let r=this;return i;function i(t){return e.enter(`labelImage`),e.enter(`labelImageMarker`),e.consume(t),e.exit(`labelImageMarker`),a}function a(t){return t===91?(e.enter(`labelMarker`),e.consume(t),e.exit(`labelMarker`),e.exit(`labelImage`),o):n(t)}function o(e){return e===94&&`_hiddenFootnoteSupport`in r.parser.constructs?n(e):t(e)}}var Hr={name:`labelStartLink`,resolveAll:Ar.resolveAll,tokenize:Ur};function Ur(e,t,n){let r=this;return i;function i(t){return e.enter(`labelLink`),e.enter(`labelMarker`),e.consume(t),e.exit(`labelMarker`),e.exit(`labelLink`),a}function a(e){return e===94&&`_hiddenFootnoteSupport`in r.parser.constructs?n(e):t(e)}}var Wr={name:`lineEnding`,tokenize:Gr};function Gr(e,t){return n;function n(n){return e.enter(`lineEnding`),e.consume(n),e.exit(`lineEnding`),Y(e,t,`linePrefix`)}}var Kr={name:`thematicBreak`,tokenize:qr};function qr(e,t,n){let r=0,i;return a;function a(t){return e.enter(`thematicBreak`),o(t)}function o(e){return i=e,s(e)}function s(a){return a===i?(e.enter(`thematicBreakSequence`),c(a)):r>=3&&(a===null||G(a))?(e.exit(`thematicBreak`),t(a)):n(a)}function c(t){return t===i?(e.consume(t),r++,c):(e.exit(`thematicBreakSequence`),q(t)?Y(e,s,`whitespace`)(t):s(t))}}var X={continuation:{tokenize:Zr},exit:$r,name:`list`,tokenize:Xr},Jr={partial:!0,tokenize:ei},Yr={partial:!0,tokenize:Qr};function Xr(e,t,n){let r=this,i=r.events[r.events.length-1],a=i&&i[1].type===`linePrefix`?i[2].sliceSerialize(i[1],!0).length:0,o=0;return s;function s(t){let i=r.containerState.type||(t===42||t===43||t===45?`listUnordered`:`listOrdered`);if(i===`listUnordered`?!r.containerState.marker||t===r.containerState.marker:ln(t)){if(r.containerState.type||(r.containerState.type=i,e.enter(i,{_container:!0})),i===`listUnordered`)return e.enter(`listItemPrefix`),t===42||t===45?e.check(Kr,n,l)(t):l(t);if(!r.interrupt||t===49)return e.enter(`listItemPrefix`),e.enter(`listItemValue`),c(t)}return n(t)}function c(t){return ln(t)&&++o<10?(e.consume(t),c):(!r.interrupt||o<2)&&(r.containerState.marker?t===r.containerState.marker:t===41||t===46)?(e.exit(`listItemValue`),l(t)):n(t)}function l(t){return e.enter(`listItemMarker`),e.consume(t),e.exit(`listItemMarker`),r.containerState.marker=r.containerState.marker||t,e.check(kn,r.interrupt?n:u,e.attempt(Jr,f,d))}function u(e){return r.containerState.initialBlankLine=!0,a++,f(e)}function d(t){return q(t)?(e.enter(`listItemPrefixWhitespace`),e.consume(t),e.exit(`listItemPrefixWhitespace`),f):n(t)}function f(n){return r.containerState.size=a+r.sliceSerialize(e.exit(`listItemPrefix`),!0).length,t(n)}}function Zr(e,t,n){let r=this;return r.containerState._closeFlow=void 0,e.check(kn,i,a);function i(n){return r.containerState.furtherBlankLines=r.containerState.furtherBlankLines||r.containerState.initialBlankLine,Y(e,t,`listItemIndent`,r.containerState.size+1)(n)}function a(n){return r.containerState.furtherBlankLines||!q(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(Yr,t,o)(n))}function o(i){return r.containerState._closeFlow=!0,r.interrupt=void 0,Y(e,e.attempt(X,t,n),`linePrefix`,r.parser.constructs.disable.null.includes(`codeIndented`)?void 0:4)(i)}}function Qr(e,t,n){let r=this;return Y(e,i,`listItemIndent`,r.containerState.size+1);function i(e){let i=r.events[r.events.length-1];return i&&i[1].type===`listItemIndent`&&i[2].sliceSerialize(i[1],!0).length===r.containerState.size?t(e):n(e)}}function $r(e){e.exit(this.containerState.type)}function ei(e,t,n){let r=this;return Y(e,i,`listItemPrefixWhitespace`,r.parser.constructs.disable.null.includes(`codeIndented`)?void 0:5);function i(e){let i=r.events[r.events.length-1];return!q(e)&&i&&i[1].type===`listItemPrefixWhitespace`?t(e):n(e)}}var ti={name:`setextUnderline`,resolveTo:ni,tokenize:ri};function ni(e,t){let n=e.length,r,i,a;for(;n--;)if(e[n][0]===`enter`){if(e[n][1].type===`content`){r=n;break}e[n][1].type===`paragraph`&&(i=n)}else e[n][1].type===`content`&&e.splice(n,1),!a&&e[n][1].type===`definition`&&(a=n);let o={type:`setextHeading`,start:{...e[r][1].start},end:{...e[e.length-1][1].end}};return e[i][1].type=`setextHeadingText`,a?(e.splice(i,0,[`enter`,o,t]),e.splice(a+1,0,[`exit`,e[r][1],t]),e[r][1].end={...e[a][1].end}):e[r][1]=o,e.push([`exit`,o,t]),e}function ri(e,t,n){let r=this,i;return a;function a(t){let a=r.events.length,s;for(;a--;)if(r.events[a][1].type!==`lineEnding`&&r.events[a][1].type!==`linePrefix`&&r.events[a][1].type!==`content`){s=r.events[a][1].type===`paragraph`;break}return!r.parser.lazy[r.now().line]&&(r.interrupt||s)?(e.enter(`setextHeadingLine`),i=t,o(t)):n(t)}function o(t){return e.enter(`setextHeadingLineSequence`),s(t)}function s(t){return t===i?(e.consume(t),s):(e.exit(`setextHeadingLineSequence`),q(t)?Y(e,c,`lineSuffix`)(t):c(t))}function c(r){return r===null||G(r)?(e.exit(`setextHeadingLine`),t(r)):n(r)}}var ii={tokenize:ai};function ai(e){let t=this,n=e.attempt(kn,r,e.attempt(this.parser.constructs.flowInitial,i,Y(e,e.attempt(this.parser.constructs.flow,i,e.attempt(tr,i)),`linePrefix`)));return n;function r(r){if(r===null){e.consume(r);return}return e.enter(`lineEndingBlank`),e.consume(r),e.exit(`lineEndingBlank`),t.currentConstruct=void 0,n}function i(r){if(r===null){e.consume(r);return}return e.enter(`lineEnding`),e.consume(r),e.exit(`lineEnding`),t.currentConstruct=void 0,n}}var oi={resolveAll:ui()},si=li(`string`),ci=li(`text`);function li(e){return{resolveAll:ui(e===`text`?di:void 0),tokenize:t};function t(t){let n=this,r=this.parser.constructs[e],i=t.attempt(r,a,o);return a;function a(e){return c(e)?i(e):o(e)}function o(e){if(e===null){t.consume(e);return}return t.enter(`data`),t.consume(e),s}function s(e){return c(e)?(t.exit(`data`),i(e)):(t.consume(e),s)}function c(e){if(e===null)return!0;let t=r[e],i=-1;if(t)for(;++i<t.length;){let e=t[i];if(!e.previous||e.previous.call(n,n.previous))return!0}return!1}}}function ui(e){return t;function t(t,n){let r=-1,i;for(;++r<=t.length;)i===void 0?t[r]&&t[r][1].type===`data`&&(i=r,r++):(!t[r]||t[r][1].type!==`data`)&&(r!==i+2&&(t[i][1].end=t[r-1][1].end,t.splice(i+2,r-i-2),r=i+2),i=void 0);return e?e(t,n):t}}function di(e,t){let n=0;for(;++n<=e.length;)if((n===e.length||e[n][1].type===`lineEnding`)&&e[n-1][1].type===`data`){let r=e[n-1][1],i=t.sliceStream(r),a=i.length,o=-1,s=0,c;for(;a--;){let e=i[a];if(typeof e==`string`){for(o=e.length;e.charCodeAt(o-1)===32;)s++,o--;if(o)break;o=-1}else if(e===-2)c=!0,s++;else if(e!==-1){a++;break}}if(t._contentTypeTextTrailing&&n===e.length&&(s=0),s){let i={type:n===e.length||c||s<2?`lineSuffix`:`hardBreakTrailing`,start:{_bufferIndex:a?o:r.start._bufferIndex+o,_index:r.start._index+a,line:r.end.line,column:r.end.column-s,offset:r.end.offset-s},end:{...r.end}};r.end={...i.start},r.start.offset===r.end.offset?Object.assign(r,i):(e.splice(n,0,[`enter`,i,t],[`exit`,i,t]),n+=2)}n++}return e}var fi=r({attentionMarkers:()=>bi,contentInitial:()=>mi,disable:()=>xi,document:()=>pi,flow:()=>gi,flowInitial:()=>hi,insideSpan:()=>yi,string:()=>_i,text:()=>vi}),pi={42:X,43:X,45:X,48:X,49:X,50:X,51:X,52:X,53:X,54:X,55:X,56:X,57:X,62:jn},mi={91:ur},hi={[-2]:Un,[-1]:Un,32:Un},gi={35:gr,42:Kr,45:[ti,Kr],60:xr,61:ti,95:Kr,96:Bn,126:Bn},_i={38:Ln,92:Fn},vi={[-5]:Wr,[-4]:Wr,[-3]:Wr,33:Br,38:Ln,42:Cn,60:[Dn,Or],91:Hr,92:[mr,Fn],93:Ar,95:Cn,96:qn},yi={null:[Cn,oi]},bi={null:[42,95]},xi={null:[]};function Si(e,t,n){let r={_bufferIndex:-1,_index:0,line:n&&n.line||1,column:n&&n.column||1,offset:n&&n.offset||0},i={},a=[],o=[],s=[],c={attempt:C(x),check:C(S),consume:v,enter:y,exit:b,interrupt:C(S,{interrupt:!0})},l={code:null,containerState:{},defineSkip:h,events:[],now:m,parser:e,previous:null,sliceSerialize:f,sliceStream:p,write:d},u=t.tokenize.call(l,c);return t.resolveAll&&a.push(t),l;function d(e){return o=H(o,e),g(),o[o.length-1]===null?(w(t,0),l.events=Sn(a,l.events,l),l.events):[]}function f(e,t){return wi(p(e),t)}function p(e){return Ci(o,e)}function m(){let{_bufferIndex:e,_index:t,line:n,column:i,offset:a}=r;return{_bufferIndex:e,_index:t,line:n,column:i,offset:a}}function h(e){i[e.line]=e.column,E()}function g(){let e;for(;r._index<o.length;){let t=o[r._index];if(typeof t==`string`)for(e=r._index,r._bufferIndex<0&&(r._bufferIndex=0);r._index===e&&r._bufferIndex<t.length;)_(t.charCodeAt(r._bufferIndex));else _(t)}}function _(e){u=u(e)}function v(e){G(e)?(r.line++,r.column=1,r.offset+=e===-3?2:1,E()):e!==-1&&(r.column++,r.offset++),r._bufferIndex<0?r._index++:(r._bufferIndex++,r._bufferIndex===o[r._index].length&&(r._bufferIndex=-1,r._index++)),l.previous=e}function y(e,t){let n=t||{};return n.type=e,n.start=m(),l.events.push([`enter`,n,l]),s.push(n),n}function b(e){let t=s.pop();return t.end=m(),l.events.push([`exit`,t,l]),t}function x(e,t){w(e,t.from)}function S(e,t){t.restore()}function C(e,t){return n;function n(n,r,i){let a,o,s,u;return Array.isArray(n)?f(n):`tokenize`in n?f([n]):d(n);function d(e){return t;function t(t){let n=t!==null&&e[t],r=t!==null&&e.null;return f([...Array.isArray(n)?n:n?[n]:[],...Array.isArray(r)?r:r?[r]:[]])(t)}}function f(e){return a=e,o=0,e.length===0?i:p(e[o])}function p(e){return n;function n(n){return u=T(),s=e,e.partial||(l.currentConstruct=e),e.name&&l.parser.constructs.disable.null.includes(e.name)?h(n):e.tokenize.call(t?Object.assign(Object.create(l),t):l,c,m,h)(n)}}function m(t){return e(s,u),r}function h(e){return u.restore(),++o<a.length?p(a[o]):i}}}function w(e,t){e.resolveAll&&!a.includes(e)&&a.push(e),e.resolve&&V(l.events,t,l.events.length-t,e.resolve(l.events.slice(t),l)),e.resolveTo&&(l.events=e.resolveTo(l.events,l))}function T(){let e=m(),t=l.previous,n=l.currentConstruct,i=l.events.length,a=Array.from(s);return{from:i,restore:o};function o(){r=e,l.previous=t,l.currentConstruct=n,l.events.length=i,s=a,E()}}function E(){r.line in i&&r.column<2&&(r.column=i[r.line],r.offset+=i[r.line]-1)}}function Ci(e,t){let n=t.start._index,r=t.start._bufferIndex,i=t.end._index,a=t.end._bufferIndex,o;if(n===i)o=[e[n].slice(r,a)];else{if(o=e.slice(n,i),r>-1){let e=o[0];typeof e==`string`?o[0]=e.slice(r):o.shift()}a>0&&o.push(e[i].slice(0,a))}return o}function wi(e,t){let n=-1,r=[],i;for(;++n<e.length;){let a=e[n],o;if(typeof a==`string`)o=a;else switch(a){case-5:o=`\r`;break;case-4:o=`
|
|
4
|
+
`;break;case-3:o=`\r
|
|
5
|
+
`;break;case-2:o=t?` `:` `;break;case-1:if(!t&&i)continue;o=` `;break;default:o=String.fromCharCode(a)}i=a===-2,r.push(o)}return r.join(``)}function Ti(e){let t={constructs:tn([fi,...(e||{}).extensions||[]]),content:n(hn),defined:[],document:n(_n),flow:n(ii),lazy:{},string:n(si),text:n(ci)};return t;function n(e){return n;function n(n){return Si(t,e,n)}}}function Ei(e){for(;!$n(e););return e}var Di=/[\0\t\n\r]/g;function Oi(){let e=1,t=``,n=!0,r;return i;function i(i,a,o){let s=[],c,l,u,d,f;for(i=t+(typeof i==`string`?i.toString():new TextDecoder(a||void 0).decode(i)),u=0,t=``,n&&=(i.charCodeAt(0)===65279&&u++,void 0);u<i.length;){if(Di.lastIndex=u,c=Di.exec(i),d=c&&c.index!==void 0?c.index:i.length,f=i.charCodeAt(d),!c){t=i.slice(u);break}if(f===10&&u===d&&r)s.push(-3),r=void 0;else switch(r&&=(s.push(-5),void 0),u<d&&(s.push(i.slice(u,d)),e+=d-u),f){case 0:s.push(65533),e++;break;case 9:for(l=Math.ceil(e/4)*4,s.push(-2);e++<l;)s.push(-1);break;case 10:s.push(-4),e=1;break;default:r=!0,e=1}u=d+1}return o&&(r&&s.push(-5),t&&s.push(t),s.push(null)),s}}var ki=/\\([!-/:-@[-`{-~])|&(#(?:\d{1,7}|x[\da-f]{1,6})|[\da-z]{1,31});/gi;function Ai(e){return e.replace(ki,ji)}function ji(e,t,n){if(t)return t;if(n.charCodeAt(0)===35){let e=n.charCodeAt(1),t=e===120||e===88;return an(n.slice(t?2:1),t?16:10)}return $t(n)||e}var Mi={}.hasOwnProperty;function Ni(e,t,n){return t&&typeof t==`object`&&(n=t,t=void 0),Pi(n)(Ei(Ti(n).document().write(Oi()(e,t,!0))))}function Pi(e){let t={transforms:[],canContainEols:[`emphasis`,`fragment`,`heading`,`paragraph`,`strong`],enter:{autolink:a(xe),autolinkProtocol:T,autolinkEmail:T,atxHeading:a(_e),blockQuote:a(fe),characterEscape:T,characterReference:T,codeFenced:a(pe),codeFencedFenceInfo:o,codeFencedFenceMeta:o,codeIndented:a(pe,o),codeText:a(me,o),codeTextData:T,data:T,codeFlowValue:T,definition:a(he),definitionDestinationString:o,definitionLabelString:o,definitionTitleString:o,emphasis:a(ge),hardBreakEscape:a(ve),hardBreakTrailing:a(ve),htmlFlow:a(ye,o),htmlFlowData:T,htmlText:a(ye,o),htmlTextData:T,image:a(be),label:o,link:a(xe),listItem:a(Ce),listItemValue:f,listOrdered:a(Se,d),listUnordered:a(Se),paragraph:a(we),reference:ae,referenceString:o,resourceDestinationString:o,resourceTitleString:o,setextHeading:a(_e),strong:a(Te),thematicBreak:a(De)},exit:{atxHeading:c(),atxHeadingSequence:x,autolink:c(),autolinkEmail:de,autolinkProtocol:ue,blockQuote:c(),characterEscapeValue:E,characterReferenceMarkerHexadecimal:se,characterReferenceMarkerNumeric:se,characterReferenceValue:ce,characterReference:le,codeFenced:c(g),codeFencedFence:h,codeFencedFenceInfo:p,codeFencedFenceMeta:m,codeFlowValue:E,codeIndented:c(_),codeText:c(ee),codeTextData:E,data:E,definition:c(),definitionDestinationString:b,definitionLabelString:v,definitionTitleString:y,emphasis:c(),hardBreakEscape:c(O),hardBreakTrailing:c(O),htmlFlow:c(k),htmlFlowData:E,htmlText:c(A),htmlTextData:E,image:c(M),label:ne,labelText:te,lineEnding:D,link:c(j),listItem:c(),listOrdered:c(),listUnordered:c(),paragraph:c(),referenceString:oe,resourceDestinationString:N,resourceTitleString:re,resource:ie,setextHeading:c(w),setextHeadingLineSequence:C,setextHeadingText:S,strong:c(),thematicBreak:c()}};Fi(t,(e||{}).mdastExtensions||[]);let n={};return r;function r(e){let r={type:`root`,children:[]},a={stack:[r],tokenStack:[],config:t,enter:s,exit:l,buffer:o,resume:u,data:n},c=[],d=-1;for(;++d<e.length;)(e[d][1].type===`listOrdered`||e[d][1].type===`listUnordered`)&&(e[d][0]===`enter`?c.push(d):d=i(e,c.pop(),d));for(d=-1;++d<e.length;){let n=t[e[d][0]];Mi.call(n,e[d][1].type)&&n[e[d][1].type].call(Object.assign({sliceSerialize:e[d][2].sliceSerialize},a),e[d][1])}if(a.tokenStack.length>0){let e=a.tokenStack[a.tokenStack.length-1];(e[1]||Li).call(a,void 0,e[0])}for(r.position={start:Z(e.length>0?e[0][1].start:{line:1,column:1,offset:0}),end:Z(e.length>0?e[e.length-2][1].end:{line:1,column:1,offset:0})},d=-1;++d<t.transforms.length;)r=t.transforms[d](r)||r;return r}function i(e,t,n){let r=t-1,i=-1,a=!1,o,s,c,l;for(;++r<=n;){let t=e[r];switch(t[1].type){case`listUnordered`:case`listOrdered`:case`blockQuote`:t[0]===`enter`?i++:i--,l=void 0;break;case`lineEndingBlank`:t[0]===`enter`&&(o&&!l&&!i&&!c&&(c=r),l=void 0);break;case`linePrefix`:case`listItemValue`:case`listItemMarker`:case`listItemPrefix`:case`listItemPrefixWhitespace`:break;default:l=void 0}if(!i&&t[0]===`enter`&&t[1].type===`listItemPrefix`||i===-1&&t[0]===`exit`&&(t[1].type===`listUnordered`||t[1].type===`listOrdered`)){if(o){let i=r;for(s=void 0;i--;){let t=e[i];if(t[1].type===`lineEnding`||t[1].type===`lineEndingBlank`){if(t[0]===`exit`)continue;s&&(e[s][1].type=`lineEndingBlank`,a=!0),t[1].type=`lineEnding`,s=i}else if(!(t[1].type===`linePrefix`||t[1].type===`blockQuotePrefix`||t[1].type===`blockQuotePrefixWhitespace`||t[1].type===`blockQuoteMarker`||t[1].type===`listItemIndent`))break}c&&(!s||c<s)&&(o._spread=!0),o.end=Object.assign({},s?e[s][1].start:t[1].end),e.splice(s||r,0,[`exit`,o,t[2]]),r++,n++}if(t[1].type===`listItemPrefix`){let i={type:`listItem`,_spread:!1,start:Object.assign({},t[1].start),end:void 0};o=i,e.splice(r,0,[`enter`,i,t[2]]),r++,n++,c=void 0,l=!0}}}return e[t][1]._spread=a,n}function a(e,t){return n;function n(n){s.call(this,e(n),n),t&&t.call(this,n)}}function o(){this.stack.push({type:`fragment`,children:[]})}function s(e,t,n){this.stack[this.stack.length-1].children.push(e),this.stack.push(e),this.tokenStack.push([t,n||void 0]),e.position={start:Z(t.start),end:void 0}}function c(e){return t;function t(t){e&&e.call(this,t),l.call(this,t)}}function l(e,t){let n=this.stack.pop(),r=this.tokenStack.pop();if(r)r[0].type!==e.type&&(t?t.call(this,e,r[0]):(r[1]||Li).call(this,e,r[0]));else throw Error("Cannot close `"+e.type+"` ("+pt({start:e.start,end:e.end})+`): it’s not open`);n.position.end=Z(e.end)}function u(){return Jt(this.stack.pop())}function d(){this.data.expectingFirstListItemValue=!0}function f(e){if(this.data.expectingFirstListItemValue){let t=this.stack[this.stack.length-2];t.start=Number.parseInt(this.sliceSerialize(e),10),this.data.expectingFirstListItemValue=void 0}}function p(){let e=this.resume(),t=this.stack[this.stack.length-1];t.lang=e}function m(){let e=this.resume(),t=this.stack[this.stack.length-1];t.meta=e}function h(){this.data.flowCodeInside||(this.buffer(),this.data.flowCodeInside=!0)}function g(){let e=this.resume(),t=this.stack[this.stack.length-1];t.value=e.replace(/^(\r?\n|\r)|(\r?\n|\r)$/g,``),this.data.flowCodeInside=void 0}function _(){let e=this.resume(),t=this.stack[this.stack.length-1];t.value=e.replace(/(\r?\n|\r)$/g,``)}function v(e){let t=this.resume(),n=this.stack[this.stack.length-1];n.label=t,n.identifier=on(this.sliceSerialize(e)).toLowerCase()}function y(){let e=this.resume(),t=this.stack[this.stack.length-1];t.title=e}function b(){let e=this.resume(),t=this.stack[this.stack.length-1];t.url=e}function x(e){let t=this.stack[this.stack.length-1];t.depth||=this.sliceSerialize(e).length}function S(){this.data.setextHeadingSlurpLineEnding=!0}function C(e){let t=this.stack[this.stack.length-1];t.depth=this.sliceSerialize(e).codePointAt(0)===61?1:2}function w(){this.data.setextHeadingSlurpLineEnding=void 0}function T(e){let t=this.stack[this.stack.length-1].children,n=t[t.length-1];(!n||n.type!==`text`)&&(n=Ee(),n.position={start:Z(e.start),end:void 0},t.push(n)),this.stack.push(n)}function E(e){let t=this.stack.pop();t.value+=this.sliceSerialize(e),t.position.end=Z(e.end)}function D(e){let n=this.stack[this.stack.length-1];if(this.data.atHardBreak){let t=n.children[n.children.length-1];t.position.end=Z(e.end),this.data.atHardBreak=void 0;return}!this.data.setextHeadingSlurpLineEnding&&t.canContainEols.includes(n.type)&&(T.call(this,e),E.call(this,e))}function O(){this.data.atHardBreak=!0}function k(){let e=this.resume(),t=this.stack[this.stack.length-1];t.value=e}function A(){let e=this.resume(),t=this.stack[this.stack.length-1];t.value=e}function ee(){let e=this.resume(),t=this.stack[this.stack.length-1];t.value=e}function j(){let e=this.stack[this.stack.length-1];if(this.data.inReference){let t=this.data.referenceType||`shortcut`;e.type+=`Reference`,e.referenceType=t,delete e.url,delete e.title}else delete e.identifier,delete e.label;this.data.referenceType=void 0}function M(){let e=this.stack[this.stack.length-1];if(this.data.inReference){let t=this.data.referenceType||`shortcut`;e.type+=`Reference`,e.referenceType=t,delete e.url,delete e.title}else delete e.identifier,delete e.label;this.data.referenceType=void 0}function te(e){let t=this.sliceSerialize(e),n=this.stack[this.stack.length-2];n.label=Ai(t),n.identifier=on(t).toLowerCase()}function ne(){let e=this.stack[this.stack.length-1],t=this.resume(),n=this.stack[this.stack.length-1];this.data.inReference=!0,n.type===`link`?n.children=e.children:n.alt=t}function N(){let e=this.resume(),t=this.stack[this.stack.length-1];t.url=e}function re(){let e=this.resume(),t=this.stack[this.stack.length-1];t.title=e}function ie(){this.data.inReference=void 0}function ae(){this.data.referenceType=`collapsed`}function oe(e){let t=this.resume(),n=this.stack[this.stack.length-1];n.label=t,n.identifier=on(this.sliceSerialize(e)).toLowerCase(),this.data.referenceType=`full`}function se(e){this.data.characterReferenceType=e.type}function ce(e){let t=this.sliceSerialize(e),n=this.data.characterReferenceType,r;n?(r=an(t,n===`characterReferenceMarkerNumeric`?10:16),this.data.characterReferenceType=void 0):r=$t(t);let i=this.stack[this.stack.length-1];i.value+=r}function le(e){let t=this.stack.pop();t.position.end=Z(e.end)}function ue(e){E.call(this,e);let t=this.stack[this.stack.length-1];t.url=this.sliceSerialize(e)}function de(e){E.call(this,e);let t=this.stack[this.stack.length-1];t.url=`mailto:`+this.sliceSerialize(e)}function fe(){return{type:`blockquote`,children:[]}}function pe(){return{type:`code`,lang:null,meta:null,value:``}}function me(){return{type:`inlineCode`,value:``}}function he(){return{type:`definition`,identifier:``,label:null,title:null,url:``}}function ge(){return{type:`emphasis`,children:[]}}function _e(){return{type:`heading`,depth:0,children:[]}}function ve(){return{type:`break`}}function ye(){return{type:`html`,value:``}}function be(){return{type:`image`,title:null,url:``,alt:null}}function xe(){return{type:`link`,title:null,url:``,children:[]}}function Se(e){return{type:`list`,ordered:e.type===`listOrdered`,start:null,spread:e._spread,children:[]}}function Ce(e){return{type:`listItem`,spread:e._spread,checked:null,children:[]}}function we(){return{type:`paragraph`,children:[]}}function Te(){return{type:`strong`,children:[]}}function Ee(){return{type:`text`,value:``}}function De(){return{type:`thematicBreak`}}}function Z(e){return{line:e.line,column:e.column,offset:e.offset}}function Fi(e,t){let n=-1;for(;++n<t.length;){let r=t[n];Array.isArray(r)?Fi(e,r):Ii(e,r)}}function Ii(e,t){let n;for(n in t)if(Mi.call(t,n))switch(n){case`canContainEols`:{let r=t[n];r&&e[n].push(...r);break}case`transforms`:{let r=t[n];r&&e[n].push(...r);break}case`enter`:case`exit`:{let r=t[n];r&&Object.assign(e[n],r);break}}}function Li(e,t){throw Error(e?"Cannot close `"+e.type+"` ("+pt({start:e.start,end:e.end})+"): a different token (`"+t.type+"`, "+pt({start:t.start,end:t.end})+`) is open`:"Cannot close document, a token (`"+t.type+"`, "+pt({start:t.start,end:t.end})+`) is still open`)}function Ri(e){let t=this;t.parser=n;function n(n){return Ni(n,{...t.data(`settings`),...e,extensions:t.data(`micromarkExtensions`)||[],mdastExtensions:t.data(`fromMarkdownExtensions`)||[]})}}function zi(e,t){let n={type:`element`,tagName:`blockquote`,properties:{},children:e.wrap(e.all(t),!0)};return e.patch(t,n),e.applyData(t,n)}function Bi(e,t){let n={type:`element`,tagName:`br`,properties:{},children:[]};return e.patch(t,n),[e.applyData(t,n),{type:`text`,value:`
|
|
6
|
+
`}]}function Vi(e,t){let n=t.value?t.value+`
|
|
7
|
+
`:``,r={},i=t.lang?t.lang.split(/\s+/):[];i.length>0&&(r.className=[`language-`+i[0]]);let a={type:`element`,tagName:`code`,properties:r,children:[{type:`text`,value:n}]};return t.meta&&(a.data={meta:t.meta}),e.patch(t,a),a=e.applyData(t,a),a={type:`element`,tagName:`pre`,properties:{},children:[a]},e.patch(t,a),a}function Hi(e,t){let n={type:`element`,tagName:`del`,properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}function Ui(e,t){let n={type:`element`,tagName:`em`,properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}function Wi(e,t){let n=typeof e.options.clobberPrefix==`string`?e.options.clobberPrefix:`user-content-`,r=String(t.identifier).toUpperCase(),i=mn(r.toLowerCase()),a=e.footnoteOrder.indexOf(r),o,s=e.footnoteCounts.get(r);s===void 0?(s=0,e.footnoteOrder.push(r),o=e.footnoteOrder.length):o=a+1,s+=1,e.footnoteCounts.set(r,s);let c={type:`element`,tagName:`a`,properties:{href:`#`+n+`fn-`+i,id:n+`fnref-`+i+(s>1?`-`+s:``),dataFootnoteRef:!0,ariaDescribedBy:[`footnote-label`]},children:[{type:`text`,value:String(o)}]};e.patch(t,c);let l={type:`element`,tagName:`sup`,properties:{},children:[c]};return e.patch(t,l),e.applyData(t,l)}function Gi(e,t){let n={type:`element`,tagName:`h`+t.depth,properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}function Ki(e,t){if(e.options.allowDangerousHtml){let n={type:`raw`,value:t.value};return e.patch(t,n),e.applyData(t,n)}}function qi(e,t){let n=t.referenceType,r=`]`;if(n===`collapsed`?r+=`[]`:n===`full`&&(r+=`[`+(t.label||t.identifier)+`]`),t.type===`imageReference`)return[{type:`text`,value:`![`+t.alt+r}];let i=e.all(t),a=i[0];a&&a.type===`text`?a.value=`[`+a.value:i.unshift({type:`text`,value:`[`});let o=i[i.length-1];return o&&o.type===`text`?o.value+=r:i.push({type:`text`,value:r}),i}function Ji(e,t){let n=String(t.identifier).toUpperCase(),r=e.definitionById.get(n);if(!r)return qi(e,t);let i={src:mn(r.url||``),alt:t.alt};r.title!==null&&r.title!==void 0&&(i.title=r.title);let a={type:`element`,tagName:`img`,properties:i,children:[]};return e.patch(t,a),e.applyData(t,a)}function Yi(e,t){let n={src:mn(t.url)};t.alt!==null&&t.alt!==void 0&&(n.alt=t.alt),t.title!==null&&t.title!==void 0&&(n.title=t.title);let r={type:`element`,tagName:`img`,properties:n,children:[]};return e.patch(t,r),e.applyData(t,r)}function Xi(e,t){let n={type:`text`,value:t.value.replace(/\r?\n|\r/g,` `)};e.patch(t,n);let r={type:`element`,tagName:`code`,properties:{},children:[n]};return e.patch(t,r),e.applyData(t,r)}function Zi(e,t){let n=String(t.identifier).toUpperCase(),r=e.definitionById.get(n);if(!r)return qi(e,t);let i={href:mn(r.url||``)};r.title!==null&&r.title!==void 0&&(i.title=r.title);let a={type:`element`,tagName:`a`,properties:i,children:e.all(t)};return e.patch(t,a),e.applyData(t,a)}function Qi(e,t){let n={href:mn(t.url)};t.title!==null&&t.title!==void 0&&(n.title=t.title);let r={type:`element`,tagName:`a`,properties:n,children:e.all(t)};return e.patch(t,r),e.applyData(t,r)}function $i(e,t,n){let r=e.all(t),i=n?ea(n):ta(t),a={},o=[];if(typeof t.checked==`boolean`){let e=r[0],n;e&&e.type===`element`&&e.tagName===`p`?n=e:(n={type:`element`,tagName:`p`,properties:{},children:[]},r.unshift(n)),n.children.length>0&&n.children.unshift({type:`text`,value:` `}),n.children.unshift({type:`element`,tagName:`input`,properties:{type:`checkbox`,checked:t.checked,disabled:!0},children:[]}),a.className=[`task-list-item`]}let s=-1;for(;++s<r.length;){let e=r[s];(i||s!==0||e.type!==`element`||e.tagName!==`p`)&&o.push({type:`text`,value:`
|
|
8
|
+
`}),e.type===`element`&&e.tagName===`p`&&!i?o.push(...e.children):o.push(e)}let c=r[r.length-1];c&&(i||c.type!==`element`||c.tagName!==`p`)&&o.push({type:`text`,value:`
|
|
9
|
+
`});let l={type:`element`,tagName:`li`,properties:a,children:o};return e.patch(t,l),e.applyData(t,l)}function ea(e){let t=!1;if(e.type===`list`){t=e.spread||!1;let n=e.children,r=-1;for(;!t&&++r<n.length;)t=ta(n[r])}return t}function ta(e){return e.spread??e.children.length>1}function na(e,t){let n={},r=e.all(t),i=-1;for(typeof t.start==`number`&&t.start!==1&&(n.start=t.start);++i<r.length;){let e=r[i];if(e.type===`element`&&e.tagName===`li`&&e.properties&&Array.isArray(e.properties.className)&&e.properties.className.includes(`task-list-item`)){n.className=[`contains-task-list`];break}}let a={type:`element`,tagName:t.ordered?`ol`:`ul`,properties:n,children:e.wrap(r,!0)};return e.patch(t,a),e.applyData(t,a)}function ra(e,t){let n={type:`element`,tagName:`p`,properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}function ia(e,t){let n={type:`root`,children:e.wrap(e.all(t))};return e.patch(t,n),e.applyData(t,n)}function aa(e,t){let n={type:`element`,tagName:`strong`,properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}function oa(e,t){let n=e.all(t),r=n.shift(),i=[];if(r){let n={type:`element`,tagName:`thead`,properties:{},children:e.wrap([r],!0)};e.patch(t.children[0],n),i.push(n)}if(n.length>0){let r={type:`element`,tagName:`tbody`,properties:{},children:e.wrap(n,!0)},a=ut(t.children[1]),o=lt(t.children[t.children.length-1]);a&&o&&(r.position={start:a,end:o}),i.push(r)}let a={type:`element`,tagName:`table`,properties:{},children:e.wrap(i,!0)};return e.patch(t,a),e.applyData(t,a)}function sa(e,t,n){let r=n?n.children:void 0,i=(r?r.indexOf(t):1)===0?`th`:`td`,a=n&&n.type===`table`?n.align:void 0,o=a?a.length:t.children.length,s=-1,c=[];for(;++s<o;){let n=t.children[s],r={},o=a?a[s]:void 0;o&&(r.align=o);let l={type:`element`,tagName:i,properties:r,children:[]};n&&(l.children=e.all(n),e.patch(n,l),l=e.applyData(n,l)),c.push(l)}let l={type:`element`,tagName:`tr`,properties:{},children:e.wrap(c,!0)};return e.patch(t,l),e.applyData(t,l)}function ca(e,t){let n={type:`element`,tagName:`td`,properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}var la=9,ua=32;function da(e){let t=String(e),n=/\r?\n|\r/g,r=n.exec(t),i=0,a=[];for(;r;)a.push(fa(t.slice(i,r.index),i>0,!0),r[0]),i=r.index+r[0].length,r=n.exec(t);return a.push(fa(t.slice(i),i>0,!1)),a.join(``)}function fa(e,t,n){let r=0,i=e.length;if(t){let t=e.codePointAt(r);for(;t===la||t===ua;)r++,t=e.codePointAt(r)}if(n){let t=e.codePointAt(i-1);for(;t===la||t===ua;)i--,t=e.codePointAt(i-1)}return i>r?e.slice(r,i):``}function pa(e,t){let n={type:`text`,value:da(String(t.value))};return e.patch(t,n),e.applyData(t,n)}function ma(e,t){let n={type:`element`,tagName:`hr`,properties:{},children:[]};return e.patch(t,n),e.applyData(t,n)}var ha={blockquote:zi,break:Bi,code:Vi,delete:Hi,emphasis:Ui,footnoteReference:Wi,heading:Gi,html:Ki,imageReference:Ji,image:Yi,inlineCode:Xi,linkReference:Zi,link:Qi,listItem:$i,list:na,paragraph:ra,root:ia,strong:aa,table:oa,tableCell:ca,tableRow:sa,text:pa,thematicBreak:ma,toml:ga,yaml:ga,definition:ga,footnoteDefinition:ga};function ga(){}var _a=typeof self==`object`?self:globalThis,va=(e,t)=>{switch(e){case`Function`:case`SharedWorker`:case`Worker`:case`eval`:case`setInterval`:case`setTimeout`:throw TypeError(`unable to deserialize `+e)}return new _a[e](t)},ya=(e,t)=>{let n=(t,n)=>(e.set(n,t),t),r=i=>{if(e.has(i))return e.get(i);let[a,o]=t[i];switch(a){case 0:case-1:return n(o,i);case 1:{let e=n([],i);for(let t of o)e.push(r(t));return e}case 2:{let e=n({},i);for(let[t,n]of o)e[r(t)]=r(n);return e}case 3:return n(new Date(o),i);case 4:{let{source:e,flags:t}=o;return n(new RegExp(e,t),i)}case 5:{let e=n(new Map,i);for(let[t,n]of o)e.set(r(t),r(n));return e}case 6:{let e=n(new Set,i);for(let t of o)e.add(r(t));return e}case 7:{let{name:e,message:t}=o;return n(va(e,t),i)}case 8:return n(BigInt(o),i);case`BigInt`:return n(Object(BigInt(o)),i);case`ArrayBuffer`:return n(new Uint8Array(o).buffer,o);case`DataView`:{let{buffer:e}=new Uint8Array(o);return n(new DataView(e),o)}}return n(va(a,o),i)};return r},ba=e=>ya(new Map,e)(0),xa=``,{toString:Sa}={},{keys:Ca}=Object,wa=e=>{let t=typeof e;if(t!==`object`||!e)return[0,t];let n=Sa.call(e).slice(8,-1);switch(n){case`Array`:return[1,xa];case`Object`:return[2,xa];case`Date`:return[3,xa];case`RegExp`:return[4,xa];case`Map`:return[5,xa];case`Set`:return[6,xa];case`DataView`:return[1,n]}return n.includes(`Array`)?[1,n]:n.includes(`Error`)?[7,n]:[2,n]},Ta=([e,t])=>e===0&&(t===`function`||t===`symbol`),Ea=(e,t,n,r)=>{let i=(e,t)=>{let i=r.push(e)-1;return n.set(t,i),i},a=r=>{if(n.has(r))return n.get(r);let[o,s]=wa(r);switch(o){case 0:{let t=r;switch(s){case`bigint`:o=8,t=r.toString();break;case`function`:case`symbol`:if(e)throw TypeError(`unable to serialize `+s);t=null;break;case`undefined`:return i([-1],r)}return i([o,t],r)}case 1:{if(s){let e=r;return s===`DataView`?e=new Uint8Array(r.buffer):s===`ArrayBuffer`&&(e=new Uint8Array(r)),i([s,[...e]],r)}let e=[],t=i([o,e],r);for(let t of r)e.push(a(t));return t}case 2:{if(s)switch(s){case`BigInt`:return i([s,r.toString()],r);case`Boolean`:case`Number`:case`String`:return i([s,r.valueOf()],r)}if(t&&`toJSON`in r)return a(r.toJSON());let n=[],c=i([o,n],r);for(let t of Ca(r))(e||!Ta(wa(r[t])))&&n.push([a(t),a(r[t])]);return c}case 3:return i([o,r.toISOString()],r);case 4:{let{source:e,flags:t}=r;return i([o,{source:e,flags:t}],r)}case 5:{let t=[],n=i([o,t],r);for(let[n,i]of r)(e||!(Ta(wa(n))||Ta(wa(i))))&&t.push([a(n),a(i)]);return n}case 6:{let t=[],n=i([o,t],r);for(let n of r)(e||!Ta(wa(n)))&&t.push(a(n));return n}}let{message:c}=r;return i([o,{name:s,message:c}],r)};return a},Da=(e,{json:t,lossy:n}={})=>{let r=[];return Ea(!(t||n),!!t,new Map,r)(e),r},Oa=typeof structuredClone==`function`?(e,t)=>t&&(`json`in t||`lossy`in t)?ba(Da(e,t)):structuredClone(e):(e,t)=>ba(Da(e,t));function ka(e,t){let n=[{type:`text`,value:`↩`}];return t>1&&n.push({type:`element`,tagName:`sup`,properties:{},children:[{type:`text`,value:String(t)}]}),n}function Aa(e,t){return`Back to reference `+(e+1)+(t>1?`-`+t:``)}function ja(e){let t=typeof e.options.clobberPrefix==`string`?e.options.clobberPrefix:`user-content-`,n=e.options.footnoteBackContent||ka,r=e.options.footnoteBackLabel||Aa,i=e.options.footnoteLabel||`Footnotes`,a=e.options.footnoteLabelTagName||`h2`,o=e.options.footnoteLabelProperties||{className:[`sr-only`]},s=[],c=-1;for(;++c<e.footnoteOrder.length;){let i=e.footnoteById.get(e.footnoteOrder[c]);if(!i)continue;let a=e.all(i),o=String(i.identifier).toUpperCase(),l=mn(o.toLowerCase()),u=0,d=[],f=e.footnoteCounts.get(o);for(;f!==void 0&&++u<=f;){d.length>0&&d.push({type:`text`,value:` `});let e=typeof n==`string`?n:n(c,u);typeof e==`string`&&(e={type:`text`,value:e}),d.push({type:`element`,tagName:`a`,properties:{href:`#`+t+`fnref-`+l+(u>1?`-`+u:``),dataFootnoteBackref:``,ariaLabel:typeof r==`string`?r:r(c,u),className:[`data-footnote-backref`]},children:Array.isArray(e)?e:[e]})}let p=a[a.length-1];if(p&&p.type===`element`&&p.tagName===`p`){let e=p.children[p.children.length-1];e&&e.type===`text`?e.value+=` `:p.children.push({type:`text`,value:` `}),p.children.push(...d)}else a.push(...d);let m={type:`element`,tagName:`li`,properties:{id:t+`fn-`+l},children:e.wrap(a,!0)};e.patch(i,m),s.push(m)}if(s.length!==0)return{type:`element`,tagName:`section`,properties:{dataFootnotes:!0,className:[`footnotes`]},children:[{type:`element`,tagName:a,properties:{...Oa(o),id:`footnote-label`},children:[{type:`text`,value:i}]},{type:`text`,value:`
|
|
10
|
+
`},{type:`element`,tagName:`ol`,properties:{},children:e.wrap(s,!0)},{type:`text`,value:`
|
|
11
|
+
`}]}}var Ma=(function(e){if(e==null)return La;if(typeof e==`function`)return Ia(e);if(typeof e==`object`)return Array.isArray(e)?Na(e):Pa(e);if(typeof e==`string`)return Fa(e);throw Error(`Expected function, string, or object as test`)});function Na(e){let t=[],n=-1;for(;++n<e.length;)t[n]=Ma(e[n]);return Ia(r);function r(...e){let n=-1;for(;++n<t.length;)if(t[n].apply(this,e))return!0;return!1}}function Pa(e){let t=e;return Ia(n);function n(n){let r=n,i;for(i in e)if(r[i]!==t[i])return!1;return!0}}function Fa(e){return Ia(t);function t(t){return t&&t.type===e}}function Ia(e){return t;function t(t,n,r){return!!(Ra(t)&&e.call(this,t,typeof n==`number`?n:void 0,r||void 0))}}function La(){return!0}function Ra(e){return typeof e==`object`&&!!e&&`type`in e}function za(e){return e}var Ba=[];function Va(e,t,n,r){let i;typeof t==`function`&&typeof n!=`function`?(r=n,n=t):i=t;let a=Ma(i),o=r?-1:1;s(e,void 0,[])();function s(e,i,c){let l=e&&typeof e==`object`?e:{};if(typeof l.type==`string`){let t=typeof l.tagName==`string`?l.tagName:typeof l.name==`string`?l.name:void 0;Object.defineProperty(u,`name`,{value:`node (`+za(e.type+(t?`<`+t+`>`:``))+`)`})}return u;function u(){let l=Ba,u,d,f;if((!t||a(e,i,c[c.length-1]||void 0))&&(l=Ha(n(e,c)),l[0]===!1))return l;if(`children`in e&&e.children){let t=e;if(t.children&&l[0]!==`skip`)for(d=(r?t.children.length:-1)+o,f=c.concat(t);d>-1&&d<t.children.length;){let e=t.children[d];if(u=s(e,d,f)(),u[0]===!1)return u;d=typeof u[1]==`number`?u[1]:d+o}}return l}}}function Ha(e){return Array.isArray(e)?e:typeof e==`number`?[!0,e]:e==null?Ba:[e]}function Ua(e,t,n,r){let i,a,o;typeof t==`function`&&typeof n!=`function`?(a=void 0,o=t,i=n):(a=t,o=n,i=r),Va(e,a,s,i);function s(e,t){let n=t[t.length-1],r=n?n.children.indexOf(e):void 0;return o(e,r,n)}}var Wa={}.hasOwnProperty,Ga={};function Ka(e,t){let n=t||Ga,r=new Map,i=new Map,a={all:s,applyData:Ja,definitionById:r,footnoteById:i,footnoteCounts:new Map,footnoteOrder:[],handlers:{...ha,...n.handlers},one:o,options:n,patch:qa,wrap:Xa};return Ua(e,function(e){if(e.type===`definition`||e.type===`footnoteDefinition`){let t=e.type===`definition`?r:i,n=String(e.identifier).toUpperCase();t.has(n)||t.set(n,e)}}),a;function o(e,t){let n=e.type,r=a.handlers[n];if(Wa.call(a.handlers,n)&&r)return r(a,e,t);if(a.options.passThrough&&a.options.passThrough.includes(n)){if(`children`in e){let{children:t,...n}=e,r=Oa(n);return r.children=a.all(e),r}return Oa(e)}return(a.options.unknownHandler||Ya)(a,e,t)}function s(e){let t=[];if(`children`in e){let n=e.children,r=-1;for(;++r<n.length;){let i=a.one(n[r],e);if(i){if(r&&n[r-1].type===`break`&&(!Array.isArray(i)&&i.type===`text`&&(i.value=Za(i.value)),!Array.isArray(i)&&i.type===`element`)){let e=i.children[0];e&&e.type===`text`&&(e.value=Za(e.value))}Array.isArray(i)?t.push(...i):t.push(i)}}}return t}}function qa(e,t){e.position&&(t.position=ft(e))}function Ja(e,t){let n=t;if(e&&e.data){let t=e.data.hName,r=e.data.hChildren,i=e.data.hProperties;typeof t==`string`&&(n.type===`element`?n.tagName=t:n={type:`element`,tagName:t,properties:{},children:`children`in n?n.children:[n]}),n.type===`element`&&i&&Object.assign(n.properties,Oa(i)),`children`in n&&n.children&&r!=null&&(n.children=r)}return n}function Ya(e,t){let n=t.data||{},r=`value`in t&&!(Wa.call(n,`hProperties`)||Wa.call(n,`hChildren`))?{type:`text`,value:t.value}:{type:`element`,tagName:`div`,properties:{},children:e.all(t)};return e.patch(t,r),e.applyData(t,r)}function Xa(e,t){let n=[],r=-1;for(t&&n.push({type:`text`,value:`
|
|
12
|
+
`});++r<e.length;)r&&n.push({type:`text`,value:`
|
|
13
|
+
`}),n.push(e[r]);return t&&e.length>0&&n.push({type:`text`,value:`
|
|
14
|
+
`}),n}function Za(e){let t=0,n=e.charCodeAt(t);for(;n===9||n===32;)t++,n=e.charCodeAt(t);return e.slice(t)}function Qa(e,t){let n=Ka(e,t),r=n.one(e,void 0),i=ja(n),a=Array.isArray(r)?{type:`root`,children:r}:r||{type:`root`,children:[]};return i&&(`children`in a,a.children.push({type:`text`,value:`
|
|
15
|
+
`},i)),a}function $a(e,t){return e&&`run`in e?async function(n,r){let i=Qa(n,{file:r,...t});await e.run(i,r)}:function(n,r){return Qa(n,{file:r,...e||t})}}function eo(e){if(e)throw e}var to=i(e(((e,t)=>{var n=Object.prototype.hasOwnProperty,r=Object.prototype.toString,i=Object.defineProperty,a=Object.getOwnPropertyDescriptor,o=function(e){return typeof Array.isArray==`function`?Array.isArray(e):r.call(e)===`[object Array]`},s=function(e){if(!e||r.call(e)!==`[object Object]`)return!1;var t=n.call(e,`constructor`),i=e.constructor&&e.constructor.prototype&&n.call(e.constructor.prototype,`isPrototypeOf`);if(e.constructor&&!t&&!i)return!1;for(var a in e);return a===void 0||n.call(e,a)},c=function(e,t){i&&t.name===`__proto__`?i(e,t.name,{enumerable:!0,configurable:!0,value:t.newValue,writable:!0}):e[t.name]=t.newValue},l=function(e,t){if(t===`__proto__`){if(!n.call(e,t))return;if(a)return a(e,t).value}return e[t]};t.exports=function e(){var t,n,r,i,a,u,d=arguments[0],f=1,p=arguments.length,m=!1;for(typeof d==`boolean`&&(m=d,d=arguments[1]||{},f=2),(d==null||typeof d!=`object`&&typeof d!=`function`)&&(d={});f<p;++f)if(t=arguments[f],t!=null)for(n in t)r=l(d,n),i=l(t,n),d!==i&&(m&&i&&(s(i)||(a=o(i)))?(a?(a=!1,u=r&&o(r)?r:[]):u=r&&s(r)?r:{},c(d,{name:n,newValue:e(m,u,i)})):i!==void 0&&c(d,{name:n,newValue:i}));return d}}))(),1);function no(e){if(typeof e!=`object`||!e)return!1;let t=Object.getPrototypeOf(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)}function ro(){let e=[],t={run:n,use:r};return t;function n(...t){let n=-1,r=t.pop();if(typeof r!=`function`)throw TypeError(`Expected function as last argument, not `+r);i(null,...t);function i(a,...o){let s=e[++n],c=-1;if(a){r(a);return}for(;++c<t.length;)(o[c]===null||o[c]===void 0)&&(o[c]=t[c]);t=o,s?io(s,i)(...o):r(null,...o)}}function r(n){if(typeof n!=`function`)throw TypeError("Expected `middelware` to be a function, not "+n);return e.push(n),t}}function io(e,t){let n;return r;function r(...t){let r=e.length>t.length,o;r&&t.push(i);try{o=e.apply(this,t)}catch(e){let t=e;if(r&&n)throw t;return i(t)}r||(o&&o.then&&typeof o.then==`function`?o.then(a,i):o instanceof Error?i(o):a(o))}function i(e,...r){n||(n=!0,t(e,...r))}function a(e){i(null,e)}}var Q={basename:ao,dirname:oo,extname:so,join:co,sep:`/`};function ao(e,t){if(t!==void 0&&typeof t!=`string`)throw TypeError(`"ext" argument must be a string`);fo(e);let n=0,r=-1,i=e.length,a;if(t===void 0||t.length===0||t.length>e.length){for(;i--;)if(e.codePointAt(i)===47){if(a){n=i+1;break}}else r<0&&(a=!0,r=i+1);return r<0?``:e.slice(n,r)}if(t===e)return``;let o=-1,s=t.length-1;for(;i--;)if(e.codePointAt(i)===47){if(a){n=i+1;break}}else o<0&&(a=!0,o=i+1),s>-1&&(e.codePointAt(i)===t.codePointAt(s--)?s<0&&(r=i):(s=-1,r=o));return n===r?r=o:r<0&&(r=e.length),e.slice(n,r)}function oo(e){if(fo(e),e.length===0)return`.`;let t=-1,n=e.length,r;for(;--n;)if(e.codePointAt(n)===47){if(r){t=n;break}}else r||=!0;return t<0?e.codePointAt(0)===47?`/`:`.`:t===1&&e.codePointAt(0)===47?`//`:e.slice(0,t)}function so(e){fo(e);let t=e.length,n=-1,r=0,i=-1,a=0,o;for(;t--;){let s=e.codePointAt(t);if(s===47){if(o){r=t+1;break}continue}n<0&&(o=!0,n=t+1),s===46?i<0?i=t:a!==1&&(a=1):i>-1&&(a=-1)}return i<0||n<0||a===0||a===1&&i===n-1&&i===r+1?``:e.slice(i,n)}function co(...e){let t=-1,n;for(;++t<e.length;)fo(e[t]),e[t]&&(n=n===void 0?e[t]:n+`/`+e[t]);return n===void 0?`.`:lo(n)}function lo(e){fo(e);let t=e.codePointAt(0)===47,n=uo(e,!t);return n.length===0&&!t&&(n=`.`),n.length>0&&e.codePointAt(e.length-1)===47&&(n+=`/`),t?`/`+n:n}function uo(e,t){let n=``,r=0,i=-1,a=0,o=-1,s,c;for(;++o<=e.length;){if(o<e.length)s=e.codePointAt(o);else if(s===47)break;else s=47;if(s===47){if(!(i===o-1||a===1))if(i!==o-1&&a===2){if(n.length<2||r!==2||n.codePointAt(n.length-1)!==46||n.codePointAt(n.length-2)!==46){if(n.length>2){if(c=n.lastIndexOf(`/`),c!==n.length-1){c<0?(n=``,r=0):(n=n.slice(0,c),r=n.length-1-n.lastIndexOf(`/`)),i=o,a=0;continue}}else if(n.length>0){n=``,r=0,i=o,a=0;continue}}t&&(n=n.length>0?n+`/..`:`..`,r=2)}else n.length>0?n+=`/`+e.slice(i+1,o):n=e.slice(i+1,o),r=o-i-1;i=o,a=0}else s===46&&a>-1?a++:a=-1}return n}function fo(e){if(typeof e!=`string`)throw TypeError(`Path must be a string. Received `+JSON.stringify(e))}var po={cwd:mo};function mo(){return`/`}function ho(e){return!!(typeof e==`object`&&e&&`href`in e&&e.href&&`protocol`in e&&e.protocol&&e.auth===void 0)}function go(e){if(typeof e==`string`)e=new URL(e);else if(!ho(e)){let t=TypeError('The "path" argument must be of type string or an instance of URL. Received `'+e+"`");throw t.code=`ERR_INVALID_ARG_TYPE`,t}if(e.protocol!==`file:`){let e=TypeError(`The URL must be of scheme file`);throw e.code=`ERR_INVALID_URL_SCHEME`,e}return _o(e)}function _o(e){if(e.hostname!==``){let e=TypeError(`File URL host must be "localhost" or empty on darwin`);throw e.code=`ERR_INVALID_FILE_URL_HOST`,e}let t=e.pathname,n=-1;for(;++n<t.length;)if(t.codePointAt(n)===37&&t.codePointAt(n+1)===50){let e=t.codePointAt(n+2);if(e===70||e===102){let e=TypeError(`File URL path must not include encoded / characters`);throw e.code=`ERR_INVALID_FILE_URL_PATH`,e}}return decodeURIComponent(t)}var vo=[`history`,`path`,`basename`,`stem`,`extname`,`dirname`],yo=class{constructor(e){let t;t=e?ho(e)?{path:e}:typeof e==`string`||Co(e)?{value:e}:e:{},this.cwd=`cwd`in t?``:po.cwd(),this.data={},this.history=[],this.messages=[],this.value,this.map,this.result,this.stored;let n=-1;for(;++n<vo.length;){let e=vo[n];e in t&&t[e]!==void 0&&t[e]!==null&&(this[e]=e===`history`?[...t[e]]:t[e])}let r;for(r in t)vo.includes(r)||(this[r]=t[r])}get basename(){return typeof this.path==`string`?Q.basename(this.path):void 0}set basename(e){xo(e,`basename`),bo(e,`basename`),this.path=Q.join(this.dirname||``,e)}get dirname(){return typeof this.path==`string`?Q.dirname(this.path):void 0}set dirname(e){So(this.basename,`dirname`),this.path=Q.join(e||``,this.basename)}get extname(){return typeof this.path==`string`?Q.extname(this.path):void 0}set extname(e){if(bo(e,`extname`),So(this.dirname,`extname`),e){if(e.codePointAt(0)!==46)throw Error("`extname` must start with `.`");if(e.includes(`.`,1))throw Error("`extname` cannot contain multiple dots")}this.path=Q.join(this.dirname,this.stem+(e||``))}get path(){return this.history[this.history.length-1]}set path(e){ho(e)&&(e=go(e)),xo(e,`path`),this.path!==e&&this.history.push(e)}get stem(){return typeof this.path==`string`?Q.basename(this.path,this.extname):void 0}set stem(e){xo(e,`stem`),bo(e,`stem`),this.path=Q.join(this.dirname||``,e+(this.extname||``))}fail(e,t,n){let r=this.message(e,t,n);throw r.fatal=!0,r}info(e,t,n){let r=this.message(e,t,n);return r.fatal=void 0,r}message(e,t,n){let r=new B(e,t,n);return this.path&&(r.name=this.path+`:`+r.name,r.file=this.path),r.fatal=!1,this.messages.push(r),r}toString(e){return this.value===void 0?``:typeof this.value==`string`?this.value:new TextDecoder(e||void 0).decode(this.value)}};function bo(e,t){if(e&&e.includes(Q.sep))throw Error("`"+t+"` cannot be a path: did not expect `"+Q.sep+"`")}function xo(e,t){if(!e)throw Error("`"+t+"` cannot be empty")}function So(e,t){if(!e)throw Error("Setting `"+t+"` requires `path` to be set too")}function Co(e){return!!(e&&typeof e==`object`&&`byteLength`in e&&`byteOffset`in e)}var wo=(function(e){let t=this.constructor.prototype,n=t[e],r=function(){return n.apply(r,arguments)};return Object.setPrototypeOf(r,t),r}),To={}.hasOwnProperty,Eo=new class e extends wo{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=ro()}copy(){let t=new e,n=-1;for(;++n<this.attachers.length;){let e=this.attachers[n];t.use(...e)}return t.data((0,to.default)(!0,{},this.namespace)),t}data(e,t){return typeof e==`string`?arguments.length===2?(ko(`data`,this.frozen),this.namespace[e]=t,this):To.call(this.namespace,e)&&this.namespace[e]||void 0:e?(ko(`data`,this.frozen),this.namespace=e,this):this.namespace}freeze(){if(this.frozen)return this;let e=this;for(;++this.freezeIndex<this.attachers.length;){let[t,...n]=this.attachers[this.freezeIndex];if(n[0]===!1)continue;n[0]===!0&&(n[0]=void 0);let r=t.call(e,...n);typeof r==`function`&&this.transformers.use(r)}return this.frozen=!0,this.freezeIndex=1/0,this}parse(e){this.freeze();let t=Mo(e),n=this.parser||this.Parser;return Do(`parse`,n),n(String(t),t)}process(e,t){let n=this;return this.freeze(),Do(`process`,this.parser||this.Parser),Oo(`process`,this.compiler||this.Compiler),t?r(void 0,t):new Promise(r);function r(r,i){let a=Mo(e),o=n.parse(a);n.run(o,a,function(e,t,r){if(e||!t||!r)return s(e);let i=t,a=n.stringify(i,r);Po(a)?r.value=a:r.result=a,s(e,r)});function s(e,n){e||!n?i(e):r?r(n):t(void 0,n)}}}processSync(e){let t=!1,n;return this.freeze(),Do(`processSync`,this.parser||this.Parser),Oo(`processSync`,this.compiler||this.Compiler),this.process(e,r),jo(`processSync`,`process`,t),n;function r(e,r){t=!0,eo(e),n=r}}run(e,t,n){Ao(e),this.freeze();let r=this.transformers;return!n&&typeof t==`function`&&(n=t,t=void 0),n?i(void 0,n):new Promise(i);function i(i,a){let o=Mo(t);r.run(e,o,s);function s(t,r,o){let s=r||e;t?a(t):i?i(s):n(void 0,s,o)}}}runSync(e,t){let n=!1,r;return this.run(e,t,i),jo(`runSync`,`run`,n),r;function i(e,t){eo(e),r=t,n=!0}}stringify(e,t){this.freeze();let n=Mo(t),r=this.compiler||this.Compiler;return Oo(`stringify`,r),Ao(e),r(e,n)}use(e,...t){let n=this.attachers,r=this.namespace;if(ko(`use`,this.frozen),e!=null)if(typeof e==`function`)s(e,t);else if(typeof e==`object`)Array.isArray(e)?o(e):a(e);else throw TypeError("Expected usable value, not `"+e+"`");return this;function i(e){if(typeof e==`function`)s(e,[]);else if(typeof e==`object`)if(Array.isArray(e)){let[t,...n]=e;s(t,n)}else a(e);else throw TypeError("Expected usable value, not `"+e+"`")}function a(e){if(!(`plugins`in e)&&!(`settings`in e))throw Error("Expected usable value but received an empty preset, which is probably a mistake: presets typically come with `plugins` and sometimes with `settings`, but this has neither");o(e.plugins),e.settings&&(r.settings=(0,to.default)(!0,r.settings,e.settings))}function o(e){let t=-1;if(e!=null)if(Array.isArray(e))for(;++t<e.length;){let n=e[t];i(n)}else throw TypeError("Expected a list of plugins, not `"+e+"`")}function s(e,t){let r=-1,i=-1;for(;++r<n.length;)if(n[r][0]===e){i=r;break}if(i===-1)n.push([e,...t]);else if(t.length>0){let[r,...a]=t,o=n[i][1];no(o)&&no(r)&&(r=(0,to.default)(!0,o,r)),n[i]=[e,r,...a]}}}}().freeze();function Do(e,t){if(typeof t!=`function`)throw TypeError("Cannot `"+e+"` without `parser`")}function Oo(e,t){if(typeof t!=`function`)throw TypeError("Cannot `"+e+"` without `compiler`")}function ko(e,t){if(t)throw Error("Cannot call `"+e+"` on a frozen processor.\nCreate a new processor first, by calling it: use `processor()` instead of `processor`.")}function Ao(e){if(!no(e)||typeof e.type!=`string`)throw TypeError("Expected node, got `"+e+"`")}function jo(e,t,n){if(!n)throw Error("`"+e+"` finished async. Use `"+t+"` instead")}function Mo(e){return No(e)?e:new yo(e)}function No(e){return!!(e&&typeof e==`object`&&`message`in e&&`messages`in e)}function Po(e){return typeof e==`string`||Fo(e)}function Fo(e){return!!(e&&typeof e==`object`&&`byteLength`in e&&`byteOffset`in e)}var $=n(),Io=i(t(),1),Lo=[],Ro={allowDangerousHtml:!0},zo=/^(https?|ircs?|mailto|xmpp)$/i,Bo=[{from:`astPlugins`,id:`remove-buggy-html-in-markdown-parser`},{from:`allowDangerousHtml`,id:`remove-buggy-html-in-markdown-parser`},{from:`allowNode`,id:`replace-allownode-allowedtypes-and-disallowedtypes`,to:`allowElement`},{from:`allowedTypes`,id:`replace-allownode-allowedtypes-and-disallowedtypes`,to:`allowedElements`},{from:`className`,id:`remove-classname`},{from:`disallowedTypes`,id:`replace-allownode-allowedtypes-and-disallowedtypes`,to:`disallowedElements`},{from:`escapeHtml`,id:`remove-buggy-html-in-markdown-parser`},{from:`includeElementIndex`,id:`#remove-includeelementindex`},{from:`includeNodeIndex`,id:`change-includenodeindex-to-includeelementindex`},{from:`linkTarget`,id:`remove-linktarget`},{from:`plugins`,id:`change-plugins-to-remarkplugins`,to:`remarkPlugins`},{from:`rawSourcePos`,id:`#remove-rawsourcepos`},{from:`renderers`,id:`change-renderers-to-components`,to:`components`},{from:`source`,id:`change-source-to-children`,to:`children`},{from:`sourcePos`,id:`#remove-sourcepos`},{from:`transformImageUri`,id:`#add-urltransform`,to:`urlTransform`},{from:`transformLinkUri`,id:`#add-urltransform`,to:`urlTransform`}];function Vo(e){let t=Ho(e),n=Uo(e);return Wo(t.runSync(t.parse(n),n),e)}function Ho(e){let t=e.rehypePlugins||Lo,n=e.remarkPlugins||Lo,r=e.remarkRehypeOptions?{...e.remarkRehypeOptions,...Ro}:Ro;return Eo().use(Ri).use(n).use($a,r).use(t)}function Uo(e){let t=e.children||``,n=new yo;return typeof t==`string`?n.value=t:``+t,n}function Wo(e,t){let n=t.allowedElements,r=t.allowElement,i=t.components,a=t.disallowedElements,o=t.skipHtml,s=t.unwrapDisallowed,c=t.urlTransform||Go;for(let e of Bo)Object.hasOwn(t,e.from)&&``+e.from+(e.to?"use `"+e.to+"` instead":`remove it`)+e.id;return Ua(e,l),wt(e,{Fragment:$.Fragment,components:i,ignoreInvalidStyle:!0,jsx:$.jsx,jsxs:$.jsxs,passKeys:!0,passNode:!0});function l(e,t,i){if(e.type===`raw`&&i&&typeof t==`number`)return o?i.children.splice(t,1):i.children[t]={type:`text`,value:e.value},t;if(e.type===`element`){let t;for(t in Kt)if(Object.hasOwn(Kt,t)&&Object.hasOwn(e.properties,t)){let n=e.properties[t],r=Kt[t];(r===null||r.includes(e.tagName))&&(e.properties[t]=c(String(n||``),t,e))}}if(e.type===`element`){let o=n?!n.includes(e.tagName):a?a.includes(e.tagName):!1;if(!o&&r&&typeof t==`number`&&(o=!r(e,t,i)),o&&i&&typeof t==`number`)return s&&e.children?i.children.splice(t,1,...e.children):i.children.splice(t,1),t}}}function Go(e){let t=e.indexOf(`:`),n=e.indexOf(`?`),r=e.indexOf(`#`),i=e.indexOf(`/`);return t===-1||i!==-1&&t>i||n!==-1&&t>n||r!==-1&&t>r||zo.test(e.slice(0,t))?e:``}var Ko=`lerret-md-card-styles`;function qo(){if(typeof document>`u`||document.getElementById(Ko))return;let e=document.createElement(`style`);e.id=Ko,e.textContent=`
|
|
16
|
+
.lm-md-card{
|
|
17
|
+
box-sizing:border-box;
|
|
18
|
+
width:100%;
|
|
19
|
+
background:var(--lm-bg-primary,#FAF8F2);
|
|
20
|
+
border:1px solid var(--lm-border,#DDD7CA);
|
|
21
|
+
border-left:3px solid var(--lm-accent,#B85B33);
|
|
22
|
+
border-radius:var(--lm-radius-lg,12px);
|
|
23
|
+
box-shadow:var(--lm-shadow-sm,0 1px 3px rgba(26,23,20,.10));
|
|
24
|
+
font-family:var(--lm-font-sans,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif);
|
|
25
|
+
color:var(--lm-text-secondary,#3A3530);
|
|
26
|
+
overflow:hidden;
|
|
27
|
+
}
|
|
28
|
+
.lm-md-card__eyebrow{
|
|
29
|
+
display:flex;align-items:center;gap:var(--lm-space-2,8px);
|
|
30
|
+
padding:var(--lm-space-3,12px) var(--lm-space-5,20px);
|
|
31
|
+
border-bottom:1px solid var(--lm-border-light,#E8E2D4);
|
|
32
|
+
background:var(--lm-bg-secondary,#F2EEE6);
|
|
33
|
+
font:var(--lm-weight-semibold,600) var(--lm-size-hint,10px)/1 var(--lm-font-sans,sans-serif);
|
|
34
|
+
letter-spacing:var(--lm-tracking-caps,0.5px);
|
|
35
|
+
text-transform:uppercase;
|
|
36
|
+
color:var(--lm-text-tertiary,#6E6960);
|
|
37
|
+
}
|
|
38
|
+
.lm-md-card__eyebrow svg{flex:none;color:var(--lm-accent,#B85B33);}
|
|
39
|
+
.lm-md-card__body{
|
|
40
|
+
padding:var(--lm-space-5,20px) var(--lm-space-6,24px) var(--lm-space-6,24px);
|
|
41
|
+
font-size:var(--lm-size-body,13px);
|
|
42
|
+
line-height:var(--lm-lh-relaxed,1.6);
|
|
43
|
+
}
|
|
44
|
+
/* The rendered document — every node token-styled. */
|
|
45
|
+
.lm-md-doc>*:first-child{margin-top:0;}
|
|
46
|
+
.lm-md-doc>*:last-child{margin-bottom:0;}
|
|
47
|
+
.lm-md-doc h1,.lm-md-doc h2,.lm-md-doc h3,
|
|
48
|
+
.lm-md-doc h4,.lm-md-doc h5,.lm-md-doc h6{
|
|
49
|
+
color:var(--lm-text-primary,#1A1714);
|
|
50
|
+
font-family:var(--lm-font-sans,sans-serif);
|
|
51
|
+
font-weight:var(--lm-weight-semibold,600);
|
|
52
|
+
line-height:var(--lm-lh-tight,1.2);
|
|
53
|
+
letter-spacing:-0.01em;
|
|
54
|
+
margin:var(--lm-space-5,20px) 0 var(--lm-space-3,12px);
|
|
55
|
+
}
|
|
56
|
+
.lm-md-doc h1{font-size:var(--lm-size-h1,24px);}
|
|
57
|
+
.lm-md-doc h2{font-size:var(--lm-size-h2,20px);}
|
|
58
|
+
.lm-md-doc h3{font-size:var(--lm-size-h3,16px);}
|
|
59
|
+
.lm-md-doc h4,.lm-md-doc h5,.lm-md-doc h6{font-size:var(--lm-size-header,15px);}
|
|
60
|
+
.lm-md-doc h1{
|
|
61
|
+
padding-bottom:var(--lm-space-2,8px);
|
|
62
|
+
border-bottom:1px solid var(--lm-border-light,#E8E2D4);
|
|
63
|
+
}
|
|
64
|
+
.lm-md-doc p{margin:var(--lm-space-3,12px) 0;}
|
|
65
|
+
.lm-md-doc a{
|
|
66
|
+
color:var(--lm-accent,#B85B33);
|
|
67
|
+
text-decoration:underline;
|
|
68
|
+
text-underline-offset:2px;
|
|
69
|
+
}
|
|
70
|
+
.lm-md-doc a:hover{color:var(--lm-accent-hover,#92421E);}
|
|
71
|
+
.lm-md-doc strong{color:var(--lm-text-primary,#1A1714);font-weight:var(--lm-weight-semibold,600);}
|
|
72
|
+
.lm-md-doc em{font-style:italic;}
|
|
73
|
+
.lm-md-doc ul,.lm-md-doc ol{margin:var(--lm-space-3,12px) 0;padding-left:var(--lm-space-6,24px);}
|
|
74
|
+
.lm-md-doc li{margin:var(--lm-space-1,4px) 0;}
|
|
75
|
+
.lm-md-doc li::marker{color:var(--lm-text-tertiary,#6E6960);}
|
|
76
|
+
.lm-md-doc code{
|
|
77
|
+
font-family:var(--lm-font-mono,"Geist Mono",monospace);
|
|
78
|
+
font-size:0.92em;
|
|
79
|
+
background:var(--lm-bg-tertiary,#E8E2D4);
|
|
80
|
+
color:var(--lm-text-primary,#1A1714);
|
|
81
|
+
padding:2px 6px;
|
|
82
|
+
border-radius:var(--lm-radius-xs,4px);
|
|
83
|
+
}
|
|
84
|
+
.lm-md-doc pre{
|
|
85
|
+
margin:var(--lm-space-4,16px) 0;
|
|
86
|
+
padding:var(--lm-space-4,16px);
|
|
87
|
+
background:var(--lm-bg-tertiary,#E8E2D4);
|
|
88
|
+
border:1px solid var(--lm-border,#DDD7CA);
|
|
89
|
+
border-radius:var(--lm-radius-md,8px);
|
|
90
|
+
overflow:auto;
|
|
91
|
+
}
|
|
92
|
+
.lm-md-doc pre code{
|
|
93
|
+
display:block;
|
|
94
|
+
background:none;
|
|
95
|
+
padding:0;
|
|
96
|
+
font-size:var(--lm-size-body-sm,12px);
|
|
97
|
+
line-height:var(--lm-lh-body,1.45);
|
|
98
|
+
color:var(--lm-text-secondary,#3A3530);
|
|
99
|
+
}
|
|
100
|
+
.lm-md-doc blockquote{
|
|
101
|
+
margin:var(--lm-space-4,16px) 0;
|
|
102
|
+
padding:var(--lm-space-1,4px) var(--lm-space-4,16px);
|
|
103
|
+
border-left:3px solid var(--lm-accent-border,rgba(184,91,51,.20));
|
|
104
|
+
color:var(--lm-text-tertiary,#6E6960);
|
|
105
|
+
font-style:italic;
|
|
106
|
+
}
|
|
107
|
+
.lm-md-doc hr{
|
|
108
|
+
margin:var(--lm-space-5,20px) 0;
|
|
109
|
+
border:none;
|
|
110
|
+
border-top:1px solid var(--lm-border,#DDD7CA);
|
|
111
|
+
}
|
|
112
|
+
.lm-md-doc img{max-width:100%;border-radius:var(--lm-radius-sm,6px);}
|
|
113
|
+
.lm-md-doc table{
|
|
114
|
+
border-collapse:collapse;
|
|
115
|
+
margin:var(--lm-space-4,16px) 0;
|
|
116
|
+
font-size:var(--lm-size-body-sm,12px);
|
|
117
|
+
}
|
|
118
|
+
.lm-md-doc th,.lm-md-doc td{
|
|
119
|
+
border:1px solid var(--lm-border,#DDD7CA);
|
|
120
|
+
padding:var(--lm-space-2,8px) var(--lm-space-3,12px);
|
|
121
|
+
text-align:left;
|
|
122
|
+
}
|
|
123
|
+
.lm-md-doc th{background:var(--lm-bg-secondary,#F2EEE6);color:var(--lm-text-primary,#1A1714);}
|
|
124
|
+
.lm-md-card__empty{
|
|
125
|
+
color:var(--lm-text-muted,#B8B3A8);
|
|
126
|
+
font-size:var(--lm-size-body-sm,12px);
|
|
127
|
+
font-style:italic;
|
|
128
|
+
}
|
|
129
|
+
`,document.head.appendChild(e)}function Jo(){return(0,$.jsxs)(`svg`,{width:`11`,height:`13`,viewBox:`0 0 11 13`,fill:`none`,"aria-hidden":`true`,children:[(0,$.jsx)(`path`,{d:`M1.5 1.5h5L9.5 4.5v7H1.5z`,stroke:`currentColor`,strokeWidth:`1.2`,strokeLinejoin:`round`}),(0,$.jsx)(`path`,{d:`M6.3 1.6v3h3`,stroke:`currentColor`,strokeWidth:`1.2`,strokeLinejoin:`round`})]})}function Yo({text:e}){Io.useEffect(()=>{qo()},[]),qo();let t=typeof e==`string`?e:``,n=t.trim().length===0;return(0,$.jsxs)(`div`,{className:`lm-md-card`,"data-asset-kind":`markdown`,children:[(0,$.jsxs)(`div`,{className:`lm-md-card__eyebrow`,children:[(0,$.jsx)(Jo,{}),(0,$.jsx)(`span`,{children:`Markdown`})]}),(0,$.jsx)(`div`,{className:`lm-md-card__body`,children:n?(0,$.jsx)(`div`,{className:`lm-md-card__empty`,children:`Empty document`}):(0,$.jsx)(`div`,{className:`lm-md-doc`,children:(0,$.jsx)(Vo,{children:t})})})]})}var Xo=Object.freeze({OK:`ok`,ERROR:`error`,LOADING:`loading`});function Zo(e,t){return e instanceof Error?{phase:t,message:e.message||String(e),stack:e.stack}:{phase:t,message:typeof e==`string`?e:String(e)}}var Qo=class extends Io.Component{constructor(e){super(e),this.state={error:null}}static getDerivedStateFromError(e){return{error:Zo(e,`render`)}}componentDidCatch(e){typeof this.props.onError==`function`&&this.props.onError(Zo(e,`render`))}componentDidUpdate(e){this.state.error!==null&&e.resetKey!==this.props.resetKey&&this.setState({error:null})}render(){return this.state.error===null?this.props.children??null:this.props.fallback??null}};function $o(e,t,n){let r=t.isPrimary,i=r?e.path:`${e.path}#${t.variantName}`,a=r?e.name:`${e.name} · ${t.variantName}`;return{id:i,asset:e,assetKind:e.assetKind,status:Xo.OK,Component:t.component,error:null,label:n.label||a,variantName:t.variantName,dimensions:n.dimensions,tags:n.tags,meta:n}}function es(e,t){let n=typeof t==`string`?t:``,r=()=>Io.createElement(Yo,{text:n});return r.displayName=`MarkdownAssetCard(${e.fileName})`,{id:e.path,asset:e,assetKind:e.assetKind,status:Xo.OK,Component:r,error:null,label:e.name,text:n}}function ts(e,t){return{id:e.path,asset:e,assetKind:e.assetKind,status:Xo.ERROR,Component:null,error:t,label:e.name}}export{a as _,$o as a,_e as c,de as d,le as f,u as g,D as h,es as i,me as l,ee as m,Xo as n,Zo as o,ie as p,ts as r,Vo as s,Qo as t,pe as u};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{i as e,n as t,s as n}from"./index-EslqdOhg.js";import{n as r,r as i,t as a}from"./project-studio-BjNaIuRb.js";import{t as o}from"./open-folder-D5OR7eLb.js";import{assetBaseUrl as s,cascadeEntries as c,project as l}from"virtual:lerret-project";var u=n(e(),1),d=t();function f(){let e=l,t=s,[n,f]=u.useState(e),[p,m]=u.useState(c||[]),h=u.useMemo(()=>e?i(e,{assetBaseUrl:t}):null,[e,t]);return u.useEffect(()=>{if(h)return()=>h.dispose()},[h]),u.useEffect(()=>{},[h]),n?(0,d.jsx)(r,{cascadeEntries:p,children:(0,d.jsx)(a,{project:n,runtime:h,assetBaseUrl:t})}):(0,d.jsx)(o,{cliMode:!0})}export{f as CliProjectSource,f as default};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import{i as e,n as t,s as n}from"./index-EslqdOhg.js";import{f as r,h as i}from"./asset-runtime-MFjDKvQD.js";import{n as a,r as o,t as s}from"./project-studio-BjNaIuRb.js";var c=`data:text/plain;base64,UmVzZXJ2ZWQgZm9sZGVyICh1bmRlcnNjb3JlLXByZWZpeGVkKSDigJQgTk9UIGEgcGFnZS4KClRoZSBwcm9qZWN0IGxvYWRlciAocGFja2FnZXMvY29yZS9zcmMvbG9hZGVyL3NjYW4uanMpIHNraXBzIHVuZGVyc2NvcmUtcHJlZml4ZWQKZm9sZGVycyBkaXJlY3RseSB1bmRlciAubGVycmV0LyAoRlI1KS4gVGhpcyBmb2xkZXIgaXMgaGVyZSBzbyB0aGUgc2FtcGxlCnByb2plY3QgZXhlcmNpc2VzIHRoYXQgcnVsZTogaXQgbXVzdCBub3QgYXBwZWFyIGFzIGEgcGFnZSBvbiB0aGUgY2FudmFzLCBidXQKaXRzIGNvbnRlbnRzIHN0YXkgb24gZGlzayBzbyBhc3NldHMgY291bGQgaW1wb3J0IGZyb20gaXQuCgpUaGlzIC50eHQgZmlsZSBpcyBhbHNvIGEgbm9uLWFzc2V0LCBub24tY29uZmlnLCBub24tZGF0YSwgbm9uLXJlc291cmNlIGZpbGUg4oCUCnRoZSBsb2FkZXIgZXhjbHVkZXMgaXQgZnJvbSB0aGUgbW9kZWwgKEZSNikuCg==`,l=`data:font/woff2;base64,d09GMgABAAAAAAMYAAoAAAAAE/wAAALKAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmAANAqUSIkcATYCJAOBQguBQgAEIAWGVweGFhvYDBEVlDcAXyaYOuxqDrsOwjA4NxuzxGjDCg6K/ffU+9q7lc8E/8ja/jt1NN1YF01aoug66yTNiZYYfz+3WSfUhzX2b0uISrc/MVRC0lI4UuOIVLHQIYpds1eCMUQYEMW9wPNlQAHMg3HzBk4Pzgt5xEEMO8bc3AtFUC2b/d0u1BlFGIdRKKRMYSmfdIg+Z5mFxigK+4rkfCqPtCgKo5EYh3kjx7LC+zLb9gl5Rf8fUWZtObJZcnukdY1YXNsM6EBcN7gKpUYyGk1SVeDCaActJBY9ulHddPh7Srli8Iu1ZwRHBFcrSvqhqb/vpF+XMLaj8re4eLcnbT8PvhT6ZF7hYvL9HvNP0m+8Gt91fAhj1Y1kMnj2zJSvYWwRuucHVUH7hWMlpCsGYGyDVpmLMNgHFpBDchhc6zDVEmHpEMIWe4ajY1s/NneSielLOnrKgV6cYUiyC9MmYljGOYetm3s4xvnPx25lP2PvGu7A7xGP5PCgDI2WGKYFeTYa0z0IiokcyyMeGQwnVBP5rtE9HLAnHe81OcKmLcoG6F1AuB2POI4L0bexs+mVZ6yazh3+0bUj0vvh700xO/hBRNjYiKRrAOsAglxAsxIDOdjAoowwjg2lRoFsVsb6hO4qSshh8VC71ftowuNz87oMXRWYaEzTNOCzeiMcw/JevdoCjfEh2aZAzwtX73sP1sraMMNwNAfHcupsGdG5qrTceJWe/ThIxLxpBKIkx4597GrPQcmLrgiZMcD/bmHj4OLhExASEZPISMkAEIIRFMMJkqIZluMFQpFYIpXJFUqVWqPV6Q1Gk9litdkdTpfb4/X5ARCCERTDCZKiGZbjBVGSFVXTDdOyHdfrD4SMMKGMC6m0sS5/xQARJpRxIZU21uWvBCDChDIupNLGuvyVAkSYUMaFVNpYl78ygAgTyriQShvr8lcOEGFCGRdSaWOHDgAA`,u=`data:text/plain;base64,TGVycmV0Rml4dHVyZU1vbm8g4oCUIGxpY2Vuc2UKCkxlcnJldEZpeHR1cmVNb25vLndvZmYyIHdhcyBhdXRob3JlZCBmcm9tIHNjcmF0Y2ggZm9yIHRoZSBMZXJyZXQgdGVzdCBmaXh0dXJlLgpJdCBjb3BpZXMgbm8gZXhpc3RpbmcgdHlwZWZhY2UgYW5kIGNhcnJpZXMgbm8gdGhpcmQtcGFydHkgY29weXJpZ2h0LiBFdmVyeQpnbHlwaCBpcyBhIHNvbGlkIGZ1bGwtZW0gcmVjdGFuZ2xlIOKAlCBhIGRlbGliZXJhdGVseSBkaXN0aW5jdGl2ZSBzaGFwZSBzbyB0aGUKZml4dHVyZSBjYW4gcHJvdmUsIGJ5IGV5ZSBhbmQgYnkgRE9NIGNoZWNrLCB0aGF0IGEgY3VzdG9tIGZvbnQgZHJvcHBlZCBpbnRvCmAubGVycmV0L19mb250cy9gIGlzIGF1dG8tcmVnaXN0ZXJlZCBhbmQgYXBwbGllZC4KClJlbGVhc2VkIHVuZGVyIHRoZSBTSUwgT3BlbiBGb250IExpY2Vuc2UsIFZlcnNpb24gMS4xLgoKLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0KQ29weXJpZ2h0IChjKSAyMDI2LCB0aGUgTGVycmV0IGF1dGhvcnMuCgpUaGlzIEZvbnQgU29mdHdhcmUgaXMgbGljZW5zZWQgdW5kZXIgdGhlIFNJTCBPcGVuIEZvbnQgTGljZW5zZSwgVmVyc2lvbiAxLjEuClRoaXMgbGljZW5zZSBpcyBhdmFpbGFibGUgYXQgaHR0cHM6Ly9vcGVuZm9udGxpY2Vuc2Uub3JnIGFuZCBpcyByZXByb2R1Y2VkIGluCnN1bW1hcnkgYmVsb3cuCgpQRVJNSVNTSU9OICYgQ09ORElUSU9OUwpQZXJtaXNzaW9uIGlzIGhlcmVieSBncmFudGVkLCBmcmVlIG9mIGNoYXJnZSwgdG8gYW55IHBlcnNvbiBvYnRhaW5pbmcgYSBjb3B5Cm9mIHRoZSBGb250IFNvZnR3YXJlLCB0byB1c2UsIHN0dWR5LCBjb3B5LCBtZXJnZSwgZW1iZWQsIG1vZGlmeSwgcmVkaXN0cmlidXRlLAphbmQgc2VsbCBtb2RpZmllZCBhbmQgdW5tb2RpZmllZCBjb3BpZXMgb2YgdGhlIEZvbnQgU29mdHdhcmUsIHN1YmplY3QgdG8gdGhlCmNvbmRpdGlvbnMgb2YgdGhlIFNJTCBPcGVuIEZvbnQgTGljZW5zZSwgVmVyc2lvbiAxLjEuCgpUaGUgRm9udCBTb2Z0d2FyZSBtYXkgYmUgYnVuZGxlZCwgZW1iZWRkZWQsIHJlZGlzdHJpYnV0ZWQgYW5kL29yIHNvbGQgd2l0aCBhbnkKc29mdHdhcmUgcHJvdmlkZWQgdGhhdCB0aGUgcmVzZXJ2ZWQgbmFtZXMgYXJlIG5vdCB1c2VkIGJ5IGRlcml2YXRpdmUgd29ya3MuClRoZSBGb250IFNvZnR3YXJlLCBtb2RpZmllZCBvciB1bm1vZGlmaWVkLCBpbiBwYXJ0IG9yIGluIHdob2xlLCBtdXN0IGJlCmRpc3RyaWJ1dGVkIGVudGlyZWx5IHVuZGVyIHRoaXMgbGljZW5zZSwgYW5kIG11c3Qgbm90IGJlIGRpc3RyaWJ1dGVkIHVuZGVyIGFueQpvdGhlciBsaWNlbnNlLiBUaGUgcmVxdWlyZW1lbnQgZm9yIGZvbnRzIHRvIHJlbWFpbiB1bmRlciB0aGlzIGxpY2Vuc2UgZG9lcyBub3QKYXBwbHkgdG8gYW55IGRvY3VtZW50IGNyZWF0ZWQgdXNpbmcgdGhlIEZvbnQgU29mdHdhcmUuCgpUaGlzIGZpbGUgaXMgTk9UIGEgZm9udCBmaWxlLiBJdCBzaXRzIGJlc2lkZSB0aGUgZm9udCBpbiBgX2ZvbnRzL2AgYW5kIHRoZQpMZXJyZXQgbG9hZGVyIHNraXBzIGl0OiBvbmx5IFdPRkYvV09GRjIvVFRGL09URiBmaWxlcyBhcmUgcmVnaXN0ZXJlZCwgc28gYW4KdW5zdXBwb3J0ZWQgZmlsZSBpbiBgX2ZvbnRzL2AgaXMgaWdub3JlZCB3aXRob3V0IGJyZWFraW5nIHRoZSB2YWxpZCBmb250cy4K`,d=`data:text/jsx;base64,Ly8gRml4dHVyZSBhc3NldCDigJQgYSBjb21wb25lbnQgdGhhdCBERUxJQkVSQVRFTFkgVEhST1dTIEFUIFJFTkRFUiBUSU1FLgovLwovLyBUaGlzIGV4aXN0cyB0byBleGVyY2lzZSBwZXItYXNzZXQgZXJyb3IgY29udGFpbm1lbnQuIFdoZW4KLy8gdGhlIGNhbnZhcyByZW5kZXJzIHRoaXMgY29tcG9uZW50IGl0IHRocm93czsgYEFzc2V0RXJyb3JCb3VuZGFyeWAgKGZyb20gdGhlCi8vIGFzc2V0LXJ1bnRpbWUgaW50ZXJmYWNlKSBjYXRjaGVzIGl0LCBzbyB0aGlzIG9uZSBhcnRib2FyZCBmYWlscyBpbnNpZGUgaXRzCi8vIG93biBjYXJkIHdoaWxlIGV2ZXJ5IG90aGVyIGFzc2V0IG9uIHRoZSBjYW52YXMgcmVuZGVycyBub3JtYWxseS4gVGhlIHBvaW50Ci8vIGhlcmUgaXMgb25seSB0aGF0IHRoZSBmYWlsdXJlIGlzIENPTlRBSU5FRCwgbm90IHRoYXQgaXQgY3Jhc2hlcyB0aGUgcnVudGltZQovLyBvciBibGFua3MgdGhlIGNhbnZhcy4KCmV4cG9ydCBkZWZhdWx0IGZ1bmN0aW9uIEJyb2tlbkJhZGdlKCkgewogLy8gQSByZWFsIHJlbmRlci10aW1lIGZhdWx0IOKAlCByZWFkaW5nIGEgcHJvcGVydHkgb2ZmIGB1bmRlZmluZWRgLCB0aGUgbW9zdAogLy8gY29tbW9uIHdheSBhIHVzZXIgYXNzZXQgYnJlYWtzLgogY29uc3QgZGF0YSA9IHVuZGVmaW5lZDsKIHJldHVybiA8ZGl2PntkYXRhLnZhbHVlLmxhYmVsfTwvZGl2PjsKfQo=`,f=`data:text/jsx;base64,Ly8gRml4dHVyZSBhc3NldCDigJQgYSBtb2R1bGUgdGhhdCBERUxJQkVSQVRFTFkgVEhST1dTIEFUIE1PRFVMRS1FVkFMVUFUSU9OIFRJTUUuCi8vCi8vIFVubGlrZSBgQnJva2VuQmFkZ2UuanN4YCAod2hpY2ggdGhyb3dzIHdoaWxlIFJlYWN0IHJlbmRlcnMgaXQpLCB0aGlzIHRocm93cwovLyB0aGUgaW5zdGFudCBWaXRlIGV2YWx1YXRlcyB0aGUgbW9kdWxlJ3MgdG9wLWxldmVsIGNvZGUg4oCUIGJlZm9yZSBhbnkKLy8gY29tcG9uZW50IGV4aXN0cy4gVGhlIHZpdGUtcnVudGltZSdzIGR5bmFtaWMgYGltcG9ydCgpYCByZWplY3RzLCBhbmQKLy8gYGxvYWRBc3NldGAgcmVzb2x2ZXMgdG8gYW4gYCdlcnJvcidgIGVudHJ5IChwaGFzZSBgJ2V2YWx1YXRlJ2ApIGluc3RlYWQgb2YKLy8gcmVqZWN0aW5nLiBUb2dldGhlciB0aGUgdHdvIGJyb2tlbiBmaXh0dXJlcyBjb3ZlciBib3RoIGVycm9yIHBoYXNlczoKLy8gYSBtb2R1bGUtZXZhbHVhdGlvbiB0aHJvdyBhbmQgYSByZW5kZXIgdGhyb3cuCgp0aHJvdyBuZXcgRXJyb3IoJ0Jyb2tlbk9uTG9hZDogdGhpcyBhc3NldCBmYWlscyBhdCBtb2R1bGUgZXZhbHVhdGlvbiAoZml4dHVyZSknKTsKCi8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBuby11bnJlYWNoYWJsZQpleHBvcnQgZGVmYXVsdCBmdW5jdGlvbiBCcm9rZW5PbkxvYWQoKSB7CiByZXR1cm4gPGRpdj51bnJlYWNoYWJsZTwvZGl2PjsKfQo=`,p=`data:text/jsx;base64,Ly8gRml4dHVyZSBhc3NldCDigJQgYSBgLmpzeGAgY29tcG9uZW50IHRoYXQgaW1wb3J0cyBhIENPLUxPQ0FURUQgbG9jYWwgaW1hZ2UgYnkKLy8gcmVsYXRpdmUgcGF0aC4gVGhpcyBleGVyY2lzZXMgRlIxMzogdGhlIHJ1bnRpbWUgbG9hZHMgdGhlIGFzc2V0IHRocm91Z2ggdGhlCi8vIFZpdGUgZGV2IHNlcnZlciwgYW5kIFZpdGUgcmVzb2x2ZXMgYC4vbWFyay1nbHlwaC5wbmdgIChhIHJlYWwgUE5HIHNpdHRpbmcKLy8gbmV4dCB0byB0aGlzIGZpbGUpIHRvIGEgc2VydmVkIFVSTCDigJQgc28gdGhlIHJlbmRlcmVkIGNvbXBvbmVudCBnZXRzIGEKLy8gd29ya2luZyBpbWFnZSBzb3VyY2Ugd2l0aCB6ZXJvIGV4dHJhIHdpcmluZy4KCmltcG9ydCBtYXJrR2x5cGggZnJvbSAnLi9tYXJrLWdseXBoLnBuZyc7CgpleHBvcnQgZGVmYXVsdCBmdW5jdGlvbiBMb2dvTG9ja3VwKCkgewogcmV0dXJuICgKIDxkaXYKIHN0eWxlPXt7CiB3aWR0aDogJzEwMCUnLAogaGVpZ2h0OiAnMTAwJScsCiBkaXNwbGF5OiAnZmxleCcsCiBhbGlnbkl0ZW1zOiAnY2VudGVyJywKIGp1c3RpZnlDb250ZW50OiAnY2VudGVyJywKIGdhcDogMTYsCiBiYWNrZ3JvdW5kOiAnI2ZhZjhmMicsCiBmb250RmFtaWx5OiAnIkluc3RydW1lbnQgU2VyaWYiLCBHZW9yZ2lhLCAiVGltZXMgTmV3IFJvbWFuIiwgc2VyaWYnLAogfX0KID4KIDxpbWcKIHNyYz17bWFya0dseXBofQogYWx0PSJtYXJrIgogd2lkdGg9ezU2fQogaGVpZ2h0PXs1Nn0KIHN0eWxlPXt7IGJvcmRlclJhZGl1czogMTIsIGRpc3BsYXk6ICdibG9jaycgfX0KIC8+CiA8c3BhbiBzdHlsZT17eyBmb250U2l6ZTogNDAsIGxldHRlclNwYWNpbmc6ICctMC4wMTVlbScsIGNvbG9yOiAnIzFBMTcxNCcgfX0+CiBMZXJyZXQKIDwvc3Bhbj4KIDwvZGl2PgogKTsKfQo=`,m=`data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAIAAAAlC+aJAAAAeklEQVR4nO3PUQkAIBTAwNfJOBY1niH8OITBAtzm7PV1wwUNaEEDWtCAFjSgBQ1oQQNa0IAWNKAFDWhBA1rQgBY0oAUNaEEDWtCAFjSgBQ1oQQNa0IAWNKAFDWhBA1rQgBY0oAUNaEEDWtCAFjSgBQ1oQQNa0IAWPHYBT59hLXa43dcAAAAASUVORK5CYII=`,h=`data:text/markdown;base64,`,g=`data:text/markdown;base64,IyBSZWxlYXNlIE5vdGVzIOKAlCB2MC40CgpBIHJpY2gtcHJldmlldyBNYXJrZG93biBhc3NldC4gVGhpcyBgLm1kYCBmaWxlIGlzICp1c2VyIGNvbnRlbnQqIOKAlCBleGFjdGx5IHRoZQpraW5kIG9mIG5vdGVzIG9yIGNvcHkgZG9jdW1lbnQgYSBMZXJyZXQgdXNlciBrZWVwcyAqKmFsb25nc2lkZSoqIHRoZWlyCmNvbXBvbmVudCBhcnRib2FyZHMgb24gdGhlIGNhbnZhcy4KCiMjIFdoYXQgY2hhbmdlZAoKLSBBZGRlZCB0aGUgKipNYXJrZG93biBhc3NldCBjYXJkKiog4oCUIGAubWRgIGZpbGVzIG5vdyByZW5kZXIgYXMgZG9jdW1lbnQgY2FyZHMuCi0gQ29tcG9uZW50IGFydGJvYXJkcyBhbmQgZG9jdW1lbnQgY2FyZHMgc2hhcmUgdGhlIHNhbWUgY2FudmFzIHNlY3Rpb24uCi0gQXV0by1oZWlnaHQ6IGEgZG9jdW1lbnQgY2FyZCBncm93cyB3aXRoIGl0cyBjb250ZW50LgoKIyMgRWRpdGluZyBtb2RlbAoKTWFya2Rvd24gaXMgZWRpdGVkIFthdCB0aGUgc291cmNlXShodHRwczovL2xlcnJldC5iZWxpa2VseS5jb20pIOKAlCB5b3VyIGVkaXRvciwKYW4gQUkgbG9vcCwgb3IgdGhlIGluLXN0dWRpbyBNYXJrZG93biBlZGl0b3Ig4oCUIGFuZCB0aGUgY2FudmFzIHJlLXJlbmRlcnMuCgo+IEEgTGVycmV0IHByb2plY3QgaXMganVzdCBhIGZvbGRlciBvZiBmaWxlcy4gVGhlIGNhbnZhcyBpcyBhICp2aWV3Ki4KCiMjIyBDb2RlIGJsb2NrcyByZW5kZXIgdG9vCgpJbmxpbmUgYGNvZGVgIGlzIHN0eWxlZCwgYW5kIGZlbmNlZCBibG9ja3Mga2VlcCB0aGVpciBmb3JtYXR0aW5nOgoKYGBganN4CmV4cG9ydCBkZWZhdWx0IGZ1bmN0aW9uIEJhZGdlKCkgewogcmV0dXJuIDxzcGFuIGNsYXNzTmFtZT0iYmFkZ2UiPk5ldzwvc3Bhbj47Cn0KYGBgCgojIyMjIE9yZGVyZWQgbGlzdHMKCjEuIERyb3AgYSBgLm1kYCBmaWxlIGludG8gYSBwYWdlIG9yIGdyb3VwLgoyLiBUaGUgcnVudGltZSByZWFkcyBpdHMgcmF3IHRleHQuCjMuIEl0IHJlbmRlcnMgYXMgYSBkb2N1bWVudCBjYXJkLgoKLS0tCgpUaGF0IGhvcml6b250YWwgcnVsZSwgdGhpcyBwYXJhZ3JhcGgsIHRoZSBoZWFkaW5ncyBhYm92ZSwgdGhlIGxpbmtzLCB0aGUKZW1waGFzaXMsIGFuZCB0aGUgY29kZSBibG9jayB0b2dldGhlciBleGVyY2lzZSBldmVyeSBlbGVtZW50IHRoZSBjYXJkIHN0eWxlcy4K`,_=`data:text/jsx;base64,Ly8gRml4dHVyZSBhc3NldCDigJQgYSBzaW5nbGUgZmlsZSB0aGF0IHlpZWxkcyBNVUxUSVBMRSBhcnRib2FyZHMgdmlhIG5hbWVkCi8vIGV4cG9ydHMgKEZSMTApLgovLwovLyBUaGlzIGlzICp1c2VyIGNvbnRlbnQqLiBUaGUgZGVmYXVsdCBleHBvcnQgaXMgdGhlIHByaW1hcnkgdmFyaWFudDsgZWFjaAovLyBjb21wb25lbnQtdmFsdWVkIG5hbWVkIGV4cG9ydCAoYFNvbGlkYCwgYE91dGxpbmVgLCBgR2hvc3RgKSBiZWNvbWVzIGl0cyBvd24KLy8gdmFyaWFudCBhcnRib2FyZC4gU28gdGhlIHZpdGUtcnVudGltZSByZXNvbHZlcyB0aGlzIG9uZSBmaWxlIGludG8gRk9VUgovLyBlbnRyaWVzIOKAlCBvbmUgcGVyIGV4cG9ydCDigJQgcHJvdmluZyB0aGUgMS4uTiB2YXJpYW50cyBiZWhhdmlvdXIuCgovKiogU2hhcmVkIGNocm9tZSDigJQgYSBjZW50ZXJlZCBwaWxsIHNvIGVhY2ggdmFyaWFudCByZWFkcyBhcyBhIGNsZWFyIGFydGJvYXJkLiAqLwpmdW5jdGlvbiBQaWxsKHsgY2hpbGRyZW4sIHN0eWxlIH0pIHsKIHJldHVybiAoCiA8ZGl2CiBzdHlsZT17ewogd2lkdGg6ICcxMDAlJywKIGhlaWdodDogJzEwMCUnLAogYm94U2l6aW5nOiAnYm9yZGVyLWJveCcsCiBkaXNwbGF5OiAnZmxleCcsCiBhbGlnbkl0ZW1zOiAnY2VudGVyJywKIGp1c3RpZnlDb250ZW50OiAnY2VudGVyJywKIGJhY2tncm91bmQ6ICcjZmFmOGY0JywKIGZvbnRGYW1pbHk6ICctYXBwbGUtc3lzdGVtLCBCbGlua01hY1N5c3RlbUZvbnQsICJTZWdvZSBVSSIsIHNhbnMtc2VyaWYnLAogfX0KID4KIDxzcGFuCiBzdHlsZT17ewogcGFkZGluZzogJzhweCAxOHB4JywKIGJvcmRlclJhZGl1czogOTk5LAogZm9udFNpemU6IDE0LAogZm9udFdlaWdodDogNjAwLAogbGV0dGVyU3BhY2luZzogJzAuMDFlbScsCiAuLi5zdHlsZSwKIH19CiA+CiB7Y2hpbGRyZW59CiA8L3NwYW4+CiA8L2Rpdj4KICk7Cn0KCi8vIFByaW1hcnkgdmFyaWFudCDigJQgdGhlIGRlZmF1bHQgZXhwb3J0LgpleHBvcnQgZGVmYXVsdCBmdW5jdGlvbiBCYWRnZSgpIHsKIHJldHVybiA8UGlsbCBzdHlsZT17eyBiYWNrZ3JvdW5kOiAnIzFmMjkzNycsIGNvbG9yOiAnI2Y4ZmFmYycgfX0+RGVmYXVsdDwvUGlsbD47Cn0KCi8vIE5hbWVkLWV4cG9ydCB2YXJpYW50ICMxLgpleHBvcnQgZnVuY3Rpb24gU29saWQoKSB7CiByZXR1cm4gPFBpbGwgc3R5bGU9e3sgYmFja2dyb3VuZDogJyMyNTYzZWInLCBjb2xvcjogJyNmZmZmZmYnIH19PlNvbGlkPC9QaWxsPjsKfQoKLy8gTmFtZWQtZXhwb3J0IHZhcmlhbnQgIzIuCmV4cG9ydCBmdW5jdGlvbiBPdXRsaW5lKCkgewogcmV0dXJuICgKIDxQaWxsIHN0eWxlPXt7IGJhY2tncm91bmQ6ICd0cmFuc3BhcmVudCcsIGNvbG9yOiAnIzI1NjNlYicsIGJvcmRlcjogJzJweCBzb2xpZCAjMjU2M2ViJyB9fT4KIE91dGxpbmUKIDwvUGlsbD4KICk7Cn0KCi8vIE5hbWVkLWV4cG9ydCB2YXJpYW50ICMzLgpleHBvcnQgZnVuY3Rpb24gR2hvc3QoKSB7CiByZXR1cm4gPFBpbGwgc3R5bGU9e3sgYmFja2dyb3VuZDogJyNlZWYyZmYnLCBjb2xvcjogJyM0MzM4Y2EnIH19Pkdob3N0PC9QaWxsPjsKfQo=`,v=`data:text/jsx;base64,Ly8gQnJhbmRDYXJkLmpzeCDigJQgdmFycy1pbmplY3Rpb24gZml4dHVyZSBhc3NldC4KLy8KLy8gRGVtb25zdHJhdGVzIENTUyBjdXN0b20gcHJvcGVydGllcyBpbmplY3RlZCB2aWEgdGhlIGB2YXJzYCBibG9jayBpbiB0aGUKLy8gcGFyZW50IGZvbGRlcidzIGBjb25maWcuanNvbmA6Ci8vCi8vIHsKLy8gInZhcnMiOiB7Ci8vICJicmFuZENvbG9yIjogIiNCODVCMzMiLAovLyAibWF4V2lkdGgiOiAiMTIwMHB4IgovLyB9Ci8vIH0KLy8KLy8gVGhlIGNvbXBvbmVudCByZWZlcmVuY2VzIGB2YXIoLS1icmFuZENvbG9yKWAgZGlyZWN0bHkgaW4gaXRzIGlubGluZSBzdHlsZSwKLy8gd2hpY2ggcmVzb2x2ZXMgdG8gdGhlIGluamVjdGVkIHZhbHVlIGF0IHJlbmRlciB0aW1lLiBObyBpbXBvcnQgb2YgYSBzaGFyZWQKLy8gbW9kdWxlIGlzIG5lZWRlZCDigJQgdGhlIGFydGJvYXJkIHdyYXBwZXIgc3VwcGxpZXMgdGhlIHByb3BlcnR5IHZpYSBpdHMgb3duCi8vIENTUyBzY29wZS4KCmV4cG9ydCBjb25zdCBtZXRhID0gewogZGltZW5zaW9uczogeyB3aWR0aDogMzIwLCBoZWlnaHQ6IDE2MCB9LAogbGFiZWw6ICdCcmFuZCBDYXJkICh2YXJzIGRlbW8pJywKIHRhZ3M6IFsnYnJhbmQnLCAndmFycyddLAp9OwoKZXhwb3J0IGRlZmF1bHQgZnVuY3Rpb24gQnJhbmRDYXJkKCkgewogcmV0dXJuICgKIDxkaXYKIGRhdGEtYnJhbmQtY2FyZAogc3R5bGU9e3sKIHdpZHRoOiAnMTAwJScsCiBoZWlnaHQ6ICcxMDAlJywKIGJveFNpemluZzogJ2JvcmRlci1ib3gnLAogcGFkZGluZzogMjQsCiBkaXNwbGF5OiAnZmxleCcsCiBmbGV4RGlyZWN0aW9uOiAnY29sdW1uJywKIGp1c3RpZnlDb250ZW50OiAnY2VudGVyJywKIGdhcDogMTAsCiBiYWNrZ3JvdW5kOiAndmFyKC0tYnJhbmRDb2xvciwgIzg4OCknLAogY29sb3I6ICcjZmZmJywKIGZvbnRGYW1pbHk6ICctYXBwbGUtc3lzdGVtLCBCbGlua01hY1N5c3RlbUZvbnQsICJTZWdvZSBVSSIsIHNhbnMtc2VyaWYnLAogYm9yZGVyUmFkaXVzOiA0LAogfX0KID4KIDxkaXYKIHN0eWxlPXt7CiBmb250U2l6ZTogMTEsCiBmb250V2VpZ2h0OiA3MDAsCiBsZXR0ZXJTcGFjaW5nOiAnMC4xNGVtJywKIHRleHRUcmFuc2Zvcm06ICd1cHBlcmNhc2UnLAogb3BhY2l0eTogMC44NSwKIH19CiA+CiB2YXJzIGRlbW8KIDwvZGl2PgogPGRpdiBzdHlsZT17eyBmb250U2l6ZTogMjIsIGZvbnRXZWlnaHQ6IDcwMCwgbGV0dGVyU3BhY2luZzogJy0wLjAyZW0nIH19PgogQnJhbmQgQ2FyZAogPC9kaXY+CiA8ZGl2IHN0eWxlPXt7IGZvbnRTaXplOiAxMiwgb3BhY2l0eTogMC43NSB9fT4KIEJhY2tncm91bmQgdXNlcyA8Y29kZSBzdHlsZT17eyBmb250RmFtaWx5OiAnbW9ub3NwYWNlJyB9fT52YXIoLS1icmFuZENvbG9yKTwvY29kZT4KIHsnICd9ZnJvbSB0aGUgZm9sZGVyIGNvbmZpZy4KIDwvZGl2PgogPC9kaXY+CiApOwp9Cg==`,y=`data:text/jsx;base64,Ly8gQ2xvY2suanN4IOKAlCBhIGR5bmFtaWMgZml4dHVyZSBhc3NldCBmb3IgdGhlIGxpdmVSZWZyZXNoIGRlbW8uCi8vCi8vIFRoaXMgY29tcG9uZW50IHJlbmRlcnMgdGhlIGN1cnJlbnQgbG9jYWwgdGltZS4gQmVjYXVzZSBpdCBhbHdheXMgcmVhZHMKLy8gYG5ldyBEYXRlKClgIG9uIHJlbmRlciwgaXQgYXBwZWFycyBmcm96ZW4gaW4gYSBzdGF0aWMgYXJ0Ym9hcmQg4oCUIGJ1dAovLyBjb21iaW5lZCB3aXRoIGEgYGxpdmVSZWZyZXNoOiB7IENsb2NrOiAxMDAwIH1gIGVudHJ5IGluIGNvbmZpZy5qc29uLAovLyB0aGUgc3R1ZGlvIHJlLXJlbmRlcnMgdGhpcyBhcnRib2FyZCBldmVyeSBzZWNvbmQgYW5kIHRoZSB0aW1lIHVwZGF0ZXMgbGl2ZS4KCmV4cG9ydCBkZWZhdWx0IGZ1bmN0aW9uIENsb2NrKCkgewogY29uc3QgdGltZSA9IG5ldyBEYXRlKCkudG9Mb2NhbGVUaW1lU3RyaW5nKCk7CiByZXR1cm4gKAogPGRpdgogc3R5bGU9e3sKIGRpc3BsYXk6ICdmbGV4JywKIGFsaWduSXRlbXM6ICdjZW50ZXInLAoganVzdGlmeUNvbnRlbnQ6ICdjZW50ZXInLAogd2lkdGg6IDMyMCwKIGhlaWdodDogMTIwLAogYmFja2dyb3VuZDogJyMxYTE3MTQnLAogYm9yZGVyUmFkaXVzOiAxMiwKIGZvbnRGYW1pbHk6ICd1aS1tb25vc3BhY2UsICJDYXNjYWRpYSBDb2RlIiwgIkZpcmEgQ29kZSIsIG1vbm9zcGFjZScsCiBmb250U2l6ZTogNDAsCiBmb250V2VpZ2h0OiA3MDAsCiBsZXR0ZXJTcGFjaW5nOiA0LAogY29sb3I6ICcjZjBlOGQwJywKIHVzZXJTZWxlY3Q6ICdub25lJywKIH19CiA+CiB7dGltZX0KIDwvZGl2PgogKTsKfQo=`,b=`data:text/markdown;base64,IyBVSSBDb21wb25lbnRzIOKAlCBOb3RlcwoKQSBNYXJrZG93biBkb2N1bWVudCBjYXJkIHNpdHRpbmcgKippbiB0aGUgc2FtZSBzZWN0aW9uKiogYXMgdGhlIGNvbXBvbmVudAphcnRib2FyZHMgKGBTdGF0Q2FyZGAsIGBUb2FzdGAsIGBIZXJvQmFubmVyYCwgLi4uKS4gVGhpcyBwcm92ZXMgdGhlIGNhbnZhcyBsYXlzCmFuIGF1dG8taGVpZ2h0IGRvY3VtZW50IGNhcmQgbmV4dCB0byBmaXhlZC1kaW1lbnNpb24gYXJ0Ym9hcmRzIHdpdGhvdXQKZGlzdHVyYmluZyB0aGVpciBsYXlvdXQuCgojIyBDb252ZW50aW9ucwoKLSBFYWNoIGNvbXBvbmVudCBmaWxlIGBleHBvcnQgZGVmYXVsdGBzIGl0cyBwcmltYXJ5IGFydGJvYXJkLgotIEEgYG1ldGFgIGV4cG9ydCBkZWNsYXJlcyBgZGltZW5zaW9uc2AsIGBsYWJlbGAsIGFuZCBgdGFnc2AuCi0gTmFtZWQgZXhwb3J0cyBiZWNvbWUgKnZhcmlhbnRzKiDigJQgc2VlIGBCYWRnZVZhcmlhbnRzLmpzeGAuCgpLZWVwIGNvcHkgbm90ZXMgbGlrZSB0aGlzIG9uZSAqKndpdGgqKiB0aGUgY29tcG9uZW50cyB0aGV5IGRlc2NyaWJlLgo=`,x=`data:text/jsx;base64,Ly8gRml4dHVyZSBhc3NldCDigJQgcHJvdmVzIGN1c3RvbS1mb250IGF1dG8tcmVnaXN0cmF0aW9uIGZyb20gYF9mb250cy9gIChGUjEyKS4KLy8KLy8gVGhpcyBpcyAqdXNlciBjb250ZW50KjogYSBwbGFpbiBgLmpzeGAgY29tcG9uZW50IHRoZSB1c2VyIGRyb3BwZWQgaW50byB0aGVpcgovLyBgLmxlcnJldC9gIGZvbGRlci4gSXRzIGhlYWRpbmcgdXNlcyBgZm9udC1mYW1pbHk6ICdMZXJyZXRGaXh0dXJlTW9ubydgIOKAlCB0aGUKLy8gZmFtaWx5IG5hbWUgb2YgdGhlIGZvbnQgZmlsZSBhdCBgLmxlcnJldC9fZm9udHMvTGVycmV0Rml4dHVyZU1vbm8ud29mZjJgLgovLwovLyBUaGUgdXNlciB3cm90ZSBOTyBgQGZvbnQtZmFjZWAgcnVsZSBhbmQgTk8gaW1wb3J0LiBUaGUgZm9udCBiZWNvbWVzIGF2YWlsYWJsZQovLyBwdXJlbHkgYmVjYXVzZSBMZXJyZXQgZGlzY292ZXJlZCB0aGUgZmlsZSBpbiB0aGUgcmVzZXJ2ZWQgYF9mb250cy9gIGZvbGRlcgovLyBhbmQgYXV0by1yZWdpc3RlcmVkIGl0IGJ5IGZhbWlseSBuYW1lLiBgTGVycmV0Rml4dHVyZU1vbm9gIGRyYXdzIGV2ZXJ5IGdseXBoCi8vIGFzIGEgc29saWQgYmxvY2ssIHNvIHRoZSBjdXN0b20tZm9udCBoZWFkaW5nIHJlbmRlcnMgYXMgYSByb3cgb2Ygc29saWQgYmFycyDigJQKLy8gdW5taXN0YWthYmx5IGRpZmZlcmVudCBmcm9tIHRoZSBzeXN0ZW0tZm9udCBjYXB0aW9uIGJlbG93IGl0LiBJZiB5b3Ugc2VlCi8vIHNvbGlkIGJhcnMsIHRoZSBmb250IHJlZ2lzdGVyZWQgYW5kIGFwcGxpZWQuCgpleHBvcnQgY29uc3QgbWV0YSA9IHsKIGxhYmVsOiAnRm9udCBzcGVjaW1lbicsCiBkaW1lbnNpb25zOiB7IHdpZHRoOiA0NjAsIGhlaWdodDogMjgwIH0sCiB0YWdzOiBbJ2ZvbnRzJywgJ3NwZWNpbWVuJ10sCn07CgpleHBvcnQgZGVmYXVsdCBmdW5jdGlvbiBGb250U3BlY2ltZW4oKSB7CiByZXR1cm4gKAogPGRpdgogc3R5bGU9e3sKIHdpZHRoOiAnMTAwJScsCiBoZWlnaHQ6ICcxMDAlJywKIGJveFNpemluZzogJ2JvcmRlci1ib3gnLAogcGFkZGluZzogMzIsCiBkaXNwbGF5OiAnZmxleCcsCiBmbGV4RGlyZWN0aW9uOiAnY29sdW1uJywKIGp1c3RpZnlDb250ZW50OiAnY2VudGVyJywKIGdhcDogMjAsCiBiYWNrZ3JvdW5kOiAnI2ZhZjhmNCcsCiB9fQogPgogey8qIFRoZSBjdXN0b20gZm9udCwgcmVmZXJlbmNlZCBieSBmYW1pbHkgbmFtZSBvbmx5IOKAlCBubyBAZm9udC1mYWNlLiAqL30KIDxkaXYKIGRhdGEtdGVzdGlkPSJjdXN0b20tZm9udC1oZWFkaW5nIgogc3R5bGU9e3sKIGZvbnRGYW1pbHk6ICInTGVycmV0Rml4dHVyZU1vbm8nLCBtb25vc3BhY2UiLAogZm9udFNpemU6IDQ0LAogbGluZUhlaWdodDogMS4xLAogY29sb3I6ICcjMWExNzE0JywKIH19CiA+CiBMZXJyZXQKIDwvZGl2PgoKIHsvKiBBIHN5c3RlbS1mb250IGNhcHRpb24gZm9yIGNvbnRyYXN0IOKAlCB0aGlzIHN0YXlzIG9yZGluYXJ5IHRleHQuICovfQogPGRpdgogc3R5bGU9e3sKIGZvbnRGYW1pbHk6ICctYXBwbGUtc3lzdGVtLCBCbGlua01hY1N5c3RlbUZvbnQsICJTZWdvZSBVSSIsIHNhbnMtc2VyaWYnLAogZm9udFNpemU6IDEzLAogbGluZUhlaWdodDogMS41LAogY29sb3I6ICcjNmU2OTYwJywKIG1heFdpZHRoOiAnMzRjaCcsCiB9fQogPgogVGhlIGhlYWRpbmcgYWJvdmUgaXMgc2V0IGluIDxzdHJvbmc+TGVycmV0Rml4dHVyZU1vbm88L3N0cm9uZz4sIGEgZm9udAogZHJvcHBlZCBpbnRvIDxjb2RlPi5sZXJyZXQvX2ZvbnRzLzwvY29kZT4g4oCUIGF1dG8tcmVnaXN0ZXJlZCBieSBmYW1pbHkKIG5hbWUsIHdpdGggbm8gPGNvZGU+QGZvbnQtZmFjZTwvY29kZT4gd3JpdHRlbiBieSBoYW5kLgogPC9kaXY+CiA8L2Rpdj4KICk7Cn0K`,S=`data:application/json;base64,ewogICJzaG93QmFkZ2UiOiAieWVzIiwKICAic3ViaGVhZCI6ICJBIHdpZGUgaGVybyBhcnRib2FyZCBzaXplZCBlbnRpcmVseSBieSBpdHMgbWV0YS5kaW1lbnNpb25zLiIsCiAgInRvbmUiOiAid2FybSIKfQo=`,C=`data:text/jsx;base64,Ly8gRml4dHVyZSBhc3NldCDigJQgYSBjb21wb25lbnQgZGVjbGFyaW5nIGEgRlVMTCBgbWV0YWAgZXhwb3J0IChGUjExKToKLy8gYWxsIGZvdXIgd2VsbC1rbm93biBrZXlzIHNwZWxsZWQgYnkgdGhlaXIgZXhhY3QgY2FtZWxDYXNlIG5hbWVzLgovLwovLyBUaGlzIGlzICp1c2VyIGNvbnRlbnQqLiBUaGUgdml0ZS1ydW50aW1lIHBhcnNlcyB0aGlzIGBtZXRhYCB0aHJvdWdoIGBjb3JlYCdzCi8vIGBwYXJzZU1ldGFgIGFuZCB0aGUgYXJ0Ym9hcmQgdGhlbiByZW5kZXJzIGF0IHRoZSBkZWNsYXJlZCA2NDDDlzI4MCBkaW1lbnNpb25zCi8vIHdpdGggdGhlIGBtZXRhLmxhYmVsYCAoIkxhdW5jaCBoZXJvIGJhbm5lciIpIGFzIGl0cyBsYWJlbC4KLy8KLy8gVGhlIGBwcm9wc1NjaGVtYWAgZGVzY3JpYmVzIHR5cGVkIGZpZWxkcyAoc3RyaW5nICsKLy8gc2VsZWN0ICsgYm9vbGVhbikgd2l0aCBgZGVmYXVsdGBzLCBhbmQgdGhlIGNvbXBvbmVudCByZWFkcyBpdHMgcHJvcHMgc28gdGhlCi8vIERhdGEgZWRpdG9yIGNhbiBkZW1vbnN0cmF0ZSBwZXItZmllbGQgY29tbWl0cyBmZWVkaW5nIGJhY2sgb250byB0aGUgY2FudmFzCi8vIHZpYSB0aGUgd2F0Y2hlciDihpIgcmVsb2FkIGxvb3AuIEEgY28tbG9jYXRlZCBgSGVyb0Jhbm5lci5kYXRhLmpzb25gIGNhcnJpZXMKLy8gdGhlIG9uLWRpc2sgdmFsdWVzLgoKLy8gQWxsIGZvdXIgd2VsbC1rbm93biBrZXlzOiBgZGltZW5zaW9uc2AsIGBsYWJlbGAsIGB0YWdzYCwgYHByb3BzU2NoZW1hYC4KZXhwb3J0IGNvbnN0IG1ldGEgPSB7CiBkaW1lbnNpb25zOiB7IHdpZHRoOiA2NDAsIGhlaWdodDogMjgwIH0sCiBsYWJlbDogJ0xhdW5jaCBoZXJvIGJhbm5lcicsCiB0YWdzOiBbJ2hlcm8nLCAnbWFya2V0aW5nJywgJ3dpZGUnXSwKIC8vIFNjaGVtYSBmaWVsZHMgdGhlIERhdGEgZWRpdG9yIHJlbmRlcnMgYXMgYSBmb3JtLiBFYWNoIGVudHJ5CiAvLyBjYXJyaWVzIGEgYGRlZmF1bHRgIHNvIHRoZSBmb3VyLXRpZXIgcHJvcCByZXNvbHZlciBjYW4gZmFsbCBiYWNrIHRvIGl0CiAvLyB3aGVuIHRoZSBkYXRhIGZpbGUgb21pdHMgYSBrZXkuCiBwcm9wc1NjaGVtYTogewogaGVhZGxpbmU6IHsKIHR5cGU6ICdzdHJpbmcnLAogZGVmYXVsdDogJ1NoaXAgeW91ciBkZXNpZ24gc3lzdGVtJywKIGRlc2NyaXB0aW9uOiAnVG9wLWxpbmUgaGVhZGxpbmUgZGlzcGxheWVkIHByb21pbmVudGx5LicsCiByZXF1aXJlZDogdHJ1ZSwKIH0sCiBzdWJoZWFkOiB7CiB0eXBlOiAnc3RyaW5nJywKIGRlZmF1bHQ6ICdBIHdpZGUgaGVybyBhcnRib2FyZCBzaXplZCBlbnRpcmVseSBieSBpdHMgbWV0YS5kaW1lbnNpb25zLicsCiBkZXNjcmlwdGlvbjogJ1N1cHBvcnRpbmcgbGluZSB1bmRlciB0aGUgaGVhZGxpbmUuJywKIH0sCiB0b25lOiB7CiB0eXBlOiAnc2VsZWN0JywKIGRlZmF1bHQ6ICd3YXJtJywKIGRlc2NyaXB0aW9uOiAnQ29sb3IgdHJlYXRtZW50IGZvciB0aGUgZ3JhZGllbnQgYmFja2dyb3VuZC4nLAogb3B0aW9uczogWyd3YXJtJywgJ2Nvb2wnLCAnbW9ubyddLAogfSwKIHNob3dCYWRnZTogewogdHlwZTogJ2Jvb2xlYW4nLAogZGVmYXVsdDogdHJ1ZSwKIGRlc2NyaXB0aW9uOiAnU2hvdyB0aGUgIjY0MCDDlyAyODAgwrcgRlJPTSBNRVRBIiBiYWRnZSBpbiB0aGUgY29ybmVyLicsCiB9LAogfSwKfTsKCmNvbnN0IFRPTkVfR1JBRElFTlRTID0gewogd2FybTogJ2xpbmVhci1ncmFkaWVudCgxMTVkZWcsICNmYjkyM2MsICNmNDNmNWUpJywKIGNvb2w6ICdsaW5lYXItZ3JhZGllbnQoMTE1ZGVnLCAjMzhiZGY4LCAjNjM2NmYxKScsCiBtb25vOiAnbGluZWFyLWdyYWRpZW50KDExNWRlZywgIzFmMjkzNywgIzExMTgyNyknLAp9OwoKZXhwb3J0IGRlZmF1bHQgZnVuY3Rpb24gSGVyb0Jhbm5lcih7CiBoZWFkbGluZSA9ICdTaGlwIHlvdXIgZGVzaWduIHN5c3RlbScsCiBzdWJoZWFkID0gJ0Egd2lkZSBoZXJvIGFydGJvYXJkIHNpemVkIGVudGlyZWx5IGJ5IGl0cyBtZXRhLmRpbWVuc2lvbnMuJywKIHRvbmUgPSAnd2FybScsCiBzaG93QmFkZ2UgPSB0cnVlLAp9KSB7CiByZXR1cm4gKAogPGRpdgogc3R5bGU9e3sKIHdpZHRoOiAnMTAwJScsCiBoZWlnaHQ6ICcxMDAlJywKIGJveFNpemluZzogJ2JvcmRlci1ib3gnLAogcGFkZGluZzogJzQwcHggNDhweCcsCiBkaXNwbGF5OiAnZmxleCcsCiBmbGV4RGlyZWN0aW9uOiAnY29sdW1uJywKIGp1c3RpZnlDb250ZW50OiAnY2VudGVyJywKIGdhcDogMTIsCiBiYWNrZ3JvdW5kOiBUT05FX0dSQURJRU5UU1t0b25lXSB8fCBUT05FX0dSQURJRU5UUy53YXJtLAogY29sb3I6ICcjZmZmJywKIGZvbnRGYW1pbHk6ICctYXBwbGUtc3lzdGVtLCBCbGlua01hY1N5c3RlbUZvbnQsICJTZWdvZSBVSSIsIHNhbnMtc2VyaWYnLAogfX0KID4KIHtzaG93QmFkZ2UgJiYgKAogPGRpdiBzdHlsZT17eyBmb250U2l6ZTogMTIsIGZvbnRXZWlnaHQ6IDcwMCwgbGV0dGVyU3BhY2luZzogJzAuMTZlbScsIG9wYWNpdHk6IDAuODUgfX0+CiA2NDAgw5cgMjgwIMK3IEZST00gTUVUQQogPC9kaXY+CiApfQogPGRpdiBzdHlsZT17eyBmb250U2l6ZTogMzYsIGZvbnRXZWlnaHQ6IDgwMCwgbGV0dGVyU3BhY2luZzogJy0wLjAyZW0nLCBsaW5lSGVpZ2h0OiAxLjEgfX0+CiB7aGVhZGxpbmV9CiA8L2Rpdj4KIDxkaXYgc3R5bGU9e3sgZm9udFNpemU6IDE1LCBvcGFjaXR5OiAwLjkgfX0+e3N1YmhlYWR9PC9kaXY+CiA8L2Rpdj4KICk7Cn0K`,w=`data:text/jsx;base64,Ly8gRml4dHVyZSBhc3NldCDigJQgYSBjb21wb25lbnQgd2l0aCBhIFBBUlRJQUwgYG1ldGFgIGV4cG9ydDogaXQKLy8gZGVjbGFyZXMgYGRpbWVuc2lvbnNgIG9ubHksIHdpdGggbm8gYGxhYmVsYCwgYHRhZ3NgLCBvciBgcHJvcHNTY2hlbWFgLgovLwovLyBUaGlzIGlzICp1c2VyIGNvbnRlbnQqLiBJdCBwcm92ZXMgTkZSODogYSBgbWV0YWAgd2l0aCBtaXNzaW5nIGZpZWxkcyBpcwovLyBuZXZlciBhbiBlcnJvciDigJQgdGhlIGFic2VudCBgbGFiZWxgIGZhbGxzIGJhY2sgdG8gdGhlIGZpbGUtZGVyaXZlZCBuYW1lCi8vICgiUHJpY2luZ1RpbGUiKSB3aGlsZSB0aGUgZGVjbGFyZWQgYGRpbWVuc2lvbnNgIHN0aWxsIHNpemUgdGhlIGFydGJvYXJkLgovLyAoVGhlIHNpYmxpbmcgZml4dHVyZXMgYFN0YXRDYXJkLmpzeGAgLyBgTG9nb0xvY2t1cC5qc3hgIGNvdmVyIHRoZQovLyBuby1gbWV0YWAtYXQtYWxsIGNhc2UuKQoKLy8gUGFydGlhbCBtZXRhIOKAlCBgZGltZW5zaW9uc2Agb25seS4gVGhlIG90aGVyIHRocmVlIHdlbGwta25vd24ga2V5cyBhcmUKLy8gZGVsaWJlcmF0ZWx5IGFic2VudDsgYHBhcnNlTWV0YWAgZmlsbHMgdGhlbSB3aXRoIGRlZmF1bHRzLgpleHBvcnQgY29uc3QgbWV0YSA9IHsKIGRpbWVuc2lvbnM6IHsgd2lkdGg6IDI4MCwgaGVpZ2h0OiAzNDAgfSwKfTsKCmV4cG9ydCBkZWZhdWx0IGZ1bmN0aW9uIFByaWNpbmdUaWxlKCkgewogcmV0dXJuICgKIDxkaXYKIHN0eWxlPXt7CiB3aWR0aDogJzEwMCUnLAogaGVpZ2h0OiAnMTAwJScsCiBib3hTaXppbmc6ICdib3JkZXItYm94JywKIHBhZGRpbmc6IDI4LAogZGlzcGxheTogJ2ZsZXgnLAogZmxleERpcmVjdGlvbjogJ2NvbHVtbicsCiBnYXA6IDE0LAogYmFja2dyb3VuZDogJyNmZmZmZmYnLAogYm9yZGVyOiAnMXB4IHNvbGlkICNlN2UyZDgnLAogYm9yZGVyUmFkaXVzOiAxNCwKIGZvbnRGYW1pbHk6ICctYXBwbGUtc3lzdGVtLCBCbGlua01hY1N5c3RlbUZvbnQsICJTZWdvZSBVSSIsIHNhbnMtc2VyaWYnLAogY29sb3I6ICcjMWYyOTM3JywKIH19CiA+CiA8ZGl2IHN0eWxlPXt7IGZvbnRTaXplOiAxMiwgZm9udFdlaWdodDogNzAwLCBsZXR0ZXJTcGFjaW5nOiAnMC4xMmVtJywgY29sb3I6ICcjOWE5NDhhJyB9fT4KIFNUQVJURVIKIDwvZGl2PgogPGRpdiBzdHlsZT17eyBkaXNwbGF5OiAnZmxleCcsIGFsaWduSXRlbXM6ICdiYXNlbGluZScsIGdhcDogNCB9fT4KIDxzcGFuIHN0eWxlPXt7IGZvbnRTaXplOiA0MCwgZm9udFdlaWdodDogODAwLCBsZXR0ZXJTcGFjaW5nOiAnLTAuMDNlbScgfX0+JDA8L3NwYW4+CiA8c3BhbiBzdHlsZT17eyBmb250U2l6ZTogMTQsIGNvbG9yOiAnIzZlNjk2MCcgfX0+L21vPC9zcGFuPgogPC9kaXY+CiA8dWwgc3R5bGU9e3sgbWFyZ2luOiAwLCBwYWRkaW5nTGVmdDogMTgsIGZvbnRTaXplOiAxMywgbGluZUhlaWdodDogMS45LCBjb2xvcjogJyM0YjU1NjMnIH19PgogPGxpPk9wZW4tc291cmNlLCBzZWxmLWhvc3RlZDwvbGk+CiA8bGk+VW5saW1pdGVkIGFydGJvYXJkczwvbGk+CiA8bGk+UGFydGlhbC1tZXRhIHNpemluZzwvbGk+CiA8L3VsPgogPC9kaXY+CiApOwp9Cg==`,T=`data:text/jsx;base64,Ly8gRml4dHVyZSBhc3NldCDigJQgYSBwbGFpbiBgLmpzeGAgY29tcG9uZW50IHdpdGggYSBkZWZhdWx0IGV4cG9ydC4KLy8KLy8gVGhpcyBpcyAqdXNlciBjb250ZW50KjogdGhlIGtpbmQgb2YgZmlsZSBhIExlcnJldCB1c2VyIHdvdWxkIHB1dCBpbiB0aGVpcgovLyBgLmxlcnJldC9gIGZvbGRlci4gVGhlIHZpdGUtcnVudGltZSBsb2FkcyBpdCBhcyBhIHJlYWwgRVMgbW9kdWxlIHRocm91Z2ggdGhlCi8vIFZpdGUgZGV2IHNlcnZlciBhbmQgcmVuZGVycyBpdHMgZGVmYXVsdCBleHBvcnQgYXMgYW4gYXJ0Ym9hcmQuCgpleHBvcnQgZGVmYXVsdCBmdW5jdGlvbiBTdGF0Q2FyZCgpIHsKIHJldHVybiAoCiA8ZGl2CiBzdHlsZT17ewogd2lkdGg6ICcxMDAlJywKIGhlaWdodDogJzEwMCUnLAogYm94U2l6aW5nOiAnYm9yZGVyLWJveCcsCiBwYWRkaW5nOiAyOCwKIGRpc3BsYXk6ICdmbGV4JywKIGZsZXhEaXJlY3Rpb246ICdjb2x1bW4nLAoganVzdGlmeUNvbnRlbnQ6ICdzcGFjZS1iZXR3ZWVuJywKIGJhY2tncm91bmQ6ICdsaW5lYXItZ3JhZGllbnQoMTYwZGVnLCAjMWYyOTM3LCAjMGYxNzJhKScsCiBjb2xvcjogJyNmOGZhZmMnLAogZm9udEZhbWlseTogJy1hcHBsZS1zeXN0ZW0sIEJsaW5rTWFjU3lzdGVtRm9udCwgIlNlZ29lIFVJIiwgc2Fucy1zZXJpZicsCiB9fQogPgogPGRpdgogc3R5bGU9e3sKIGZvbnRTaXplOiAxMSwKIGZvbnRXZWlnaHQ6IDYwMCwKIGxldHRlclNwYWNpbmc6ICcwLjE0ZW0nLAogdGV4dFRyYW5zZm9ybTogJ3VwcGVyY2FzZScsCiBjb2xvcjogJyM5NGEzYjgnLAogfX0KID4KIE1vbnRobHkgYWN0aXZlCiA8L2Rpdj4KIDxkaXYgc3R5bGU9e3sgZm9udFNpemU6IDUyLCBmb250V2VpZ2h0OiA3MDAsIGxldHRlclNwYWNpbmc6ICctMC4wM2VtJyB9fT4KIDEyLDQwOAogPC9kaXY+CiA8ZGl2IHN0eWxlPXt7IGZvbnRTaXplOiAxMywgY29sb3I6ICcjMzRkMzk5JyB9fT4rMTguMiUgdnMgbGFzdCBtb250aDwvZGl2PgogPC9kaXY+CiApOwp9Cg==`,E=`data:application/octet-stream;base64,Ly8gRml4dHVyZSBhc3NldCDigJQgYSBgLnRzeGAgY29tcG9uZW50IHVzaW5nIFR5cGVTY3JpcHQgc3ludGF4LgovLwovLyBUaGlzIGZpbGUgZGVsaWJlcmF0ZWx5IHVzZXMgVFMtb25seSBjb25zdHJ1Y3RzIChhIHR5cGVkIHByb3BzIGludGVyZmFjZSwgYQovLyB0eXBlIGFubm90YXRpb24sIGFuIGBhcyBjb25zdGApIHRvIHByb3ZlIHRoZSBydW50aW1lIHJlbmRlcnMgaXQgV0lUSE9VVCB0aGUKLy8gdXNlciBhZGRpbmcgYW55IFR5cGVTY3JpcHQgY29uZmlndXJhdGlvbiB0byB0aGVpciBgLmxlcnJldC9gIGZvbGRlcjogVml0ZSdzCi8vIGRldiBzZXJ2ZXIgdHJhbnNmb3JtcyBgLnRzeGAgbmF0aXZlbHkgKGVzYnVpbGQgc3RyaXBzIHRoZSB0eXBlcykgYmVmb3JlIHRoZQovLyB2aXRlLXJ1bnRpbWUgaW1wb3J0cyB0aGUgbW9kdWxlLgoKaW50ZXJmYWNlIFRvYXN0UHJvcHMgewogdG9uZT86ICdzdWNjZXNzJyB8ICdpbmZvJzsKfQoKY29uc3QgVE9ORVMgPSB7CiBzdWNjZXNzOiB7IGJnOiAnIzA2NGUzYicsIGFjY2VudDogJyMzNGQzOTknLCBsYWJlbDogJ1NhdmVkJyB9LAogaW5mbzogeyBiZzogJyMxZTNhNWYnLCBhY2NlbnQ6ICcjNjBhNWZhJywgbGFiZWw6ICdIZWFkcyB1cCcgfSwKfSBhcyBjb25zdDsKCmV4cG9ydCBkZWZhdWx0IGZ1bmN0aW9uIFRvYXN0KHsgdG9uZSA9ICdzdWNjZXNzJyB9OiBUb2FzdFByb3BzKSB7CiBjb25zdCB0OiB7IGJnOiBzdHJpbmc7IGFjY2VudDogc3RyaW5nOyBsYWJlbDogc3RyaW5nIH0gPSBUT05FU1t0b25lXTsKIHJldHVybiAoCiA8ZGl2CiBzdHlsZT17ewogd2lkdGg6ICcxMDAlJywKIGhlaWdodDogJzEwMCUnLAogYm94U2l6aW5nOiAnYm9yZGVyLWJveCcsCiBkaXNwbGF5OiAnZmxleCcsCiBhbGlnbkl0ZW1zOiAnY2VudGVyJywKIGp1c3RpZnlDb250ZW50OiAnY2VudGVyJywKIGJhY2tncm91bmQ6ICcjMGYxNzJhJywKIGZvbnRGYW1pbHk6ICctYXBwbGUtc3lzdGVtLCBCbGlua01hY1N5c3RlbUZvbnQsICJTZWdvZSBVSSIsIHNhbnMtc2VyaWYnLAogfX0KID4KIDxkaXYKIHN0eWxlPXt7CiBkaXNwbGF5OiAnZmxleCcsCiBhbGlnbkl0ZW1zOiAnY2VudGVyJywKIGdhcDogMTIsCiBwYWRkaW5nOiAnMTRweCAxOHB4JywKIGJvcmRlclJhZGl1czogMTIsCiBiYWNrZ3JvdW5kOiB0LmJnLAogYm9yZGVyOiBgMXB4IHNvbGlkICR7dC5hY2NlbnR9YCwKIGNvbG9yOiAnI2Y4ZmFmYycsCiB9fQogPgogPHNwYW4KIHN0eWxlPXt7CiB3aWR0aDogMTAsCiBoZWlnaHQ6IDEwLAogYm9yZGVyUmFkaXVzOiA5OTksCiBiYWNrZ3JvdW5kOiB0LmFjY2VudCwKIGZsZXhTaHJpbms6IDAsCiB9fQogLz4KIDxzcGFuIHN0eWxlPXt7IGZvbnRTaXplOiAxNCwgZm9udFdlaWdodDogNjAwIH19Pnt0LmxhYmVsfTwvc3Bhbj4KIDxzcGFuIHN0eWxlPXt7IGZvbnRTaXplOiAxMywgY29sb3I6ICcjY2JkNWUxJyB9fT4KIFlvdXIgY2hhbmdlcyBhcmUgbGl2ZS4KIDwvc3Bhbj4KIDwvZGl2PgogPC9kaXY+CiApOwp9Cg==`,D=`data:text/jsx;base64,Ly8gRml4dHVyZSBhc3NldCDigJQgYSBzZWNvbmQgYC5qc3hgIGNvbXBvbmVudCBpbiB0aGUgYGJ1dHRvbnMvYCBncm91cCwgc28gdGhlCi8vIGdyb3VwIHNlY3Rpb24gaGFzIG1vcmUgdGhhbiBvbmUgYXJ0Ym9hcmQuCgpleHBvcnQgZGVmYXVsdCBmdW5jdGlvbiBHaG9zdEJ1dHRvbigpIHsKIHJldHVybiAoCiA8ZGl2CiBzdHlsZT17ewogd2lkdGg6ICcxMDAlJywKIGhlaWdodDogJzEwMCUnLAogZGlzcGxheTogJ2ZsZXgnLAogYWxpZ25JdGVtczogJ2NlbnRlcicsCiBqdXN0aWZ5Q29udGVudDogJ2NlbnRlcicsCiBiYWNrZ3JvdW5kOiAnIzFmMjkzNycsCiBmb250RmFtaWx5OiAnLWFwcGxlLXN5c3RlbSwgQmxpbmtNYWNTeXN0ZW1Gb250LCAiU2Vnb2UgVUkiLCBzYW5zLXNlcmlmJywKIH19CiA+CiA8YnV0dG9uCiB0eXBlPSJidXR0b24iCiBzdHlsZT17ewogcGFkZGluZzogJzEycHggMjRweCcsCiBib3JkZXJSYWRpdXM6IDEwLAogYm9yZGVyOiAnMS41cHggc29saWQgcmdiYSgyNDgsMjUwLDI1MiwwLjQpJywKIGJhY2tncm91bmQ6ICd0cmFuc3BhcmVudCcsCiBjb2xvcjogJyNmOGZhZmMnLAogZm9udFNpemU6IDE0LAogZm9udFdlaWdodDogNjAwLAogY3Vyc29yOiAncG9pbnRlcicsCiB9fQogPgogTGVhcm4gbW9yZQogPC9idXR0b24+CiA8L2Rpdj4KICk7Cn0K`,O=`data:text/jsx;base64,Ly8gRml4dHVyZSBhc3NldCDigJQgYSBgLmpzeGAgY29tcG9uZW50IGluc2lkZSBhIG5lc3RlZCBHUk9VUCBmb2xkZXIKLy8gKGB1aS1jb21wb25lbnRzL2J1dHRvbnMvYCkuIFByb3ZlcyBhIGdyb3VwIGFzc2V0IHJlbmRlcnMgaW5zaWRlIGl0cyBncm91cCdzCi8vIHNlY3Rpb24sIG5vdCBqdXN0IGEgdG9wLWxldmVsIHBhZ2UgYXNzZXQuCgpleHBvcnQgZGVmYXVsdCBmdW5jdGlvbiBQcmltYXJ5QnV0dG9uKCkgewogcmV0dXJuICgKIDxkaXYKIHN0eWxlPXt7CiB3aWR0aDogJzEwMCUnLAogaGVpZ2h0OiAnMTAwJScsCiBkaXNwbGF5OiAnZmxleCcsCiBhbGlnbkl0ZW1zOiAnY2VudGVyJywKIGp1c3RpZnlDb250ZW50OiAnY2VudGVyJywKIGJhY2tncm91bmQ6ICcjZjhmYWZjJywKIGZvbnRGYW1pbHk6ICctYXBwbGUtc3lzdGVtLCBCbGlua01hY1N5c3RlbUZvbnQsICJTZWdvZSBVSSIsIHNhbnMtc2VyaWYnLAogfX0KID4KIDxidXR0b24KIHR5cGU9ImJ1dHRvbiIKIHN0eWxlPXt7CiBwYWRkaW5nOiAnMTJweCAyNHB4JywKIGJvcmRlclJhZGl1czogMTAsCiBib3JkZXI6ICdub25lJywKIGJhY2tncm91bmQ6ICcjQjg1QjMzJywKIGNvbG9yOiAnI2ZmZicsCiBmb250U2l6ZTogMTQsCiBmb250V2VpZ2h0OiA2MDAsCiBjdXJzb3I6ICdwb2ludGVyJywKIGJveFNoYWRvdzogJzAgNHB4IDE0cHggcmdiYSgxODQsOTEsNTEsMC4zNSknLAogfX0KID4KIEdldCBzdGFydGVkCiA8L2J1dHRvbj4KIDwvZGl2PgogKTsKfQo=`,k=`data:application/json;base64,ewogICJwcmVzZW50YXRpb24iOiB7CiAgICAiYmFja2dyb3VuZCI6ICJyZ2JhKDIyNiwgMjM4LCAyMjgsIDAuODApIgogIH0KfQo=`,A=`data:text/jsx;base64,Ly8gRml4dHVyZSBhc3NldCDigJQgYSBzZWNvbmQgYC5qc3hgIGNvbXBvbmVudCBpbiB0aGUgZGVlcGx5IG5lc3RlZAovLyBgdWktY29tcG9uZW50cy9idXR0b25zL2ljb24tYnV0dG9ucy9gIGdyb3VwLCBzbyB0aGUgbmVzdGVkLW9mLW5lc3RlZCBzZWN0aW9uCi8vIGhvbGRzIG1vcmUgdGhhbiBvbmUgYXJ0Ym9hcmQuCgpleHBvcnQgZGVmYXVsdCBmdW5jdGlvbiBDbG9zZUJ1dHRvbigpIHsKIHJldHVybiAoCiA8ZGl2CiBzdHlsZT17ewogd2lkdGg6ICcxMDAlJywKIGhlaWdodDogJzEwMCUnLAogZGlzcGxheTogJ2ZsZXgnLAogYWxpZ25JdGVtczogJ2NlbnRlcicsCiBqdXN0aWZ5Q29udGVudDogJ2NlbnRlcicsCiBiYWNrZ3JvdW5kOiAnIzFmMjkzNycsCiBmb250RmFtaWx5OiAnLWFwcGxlLXN5c3RlbSwgQmxpbmtNYWNTeXN0ZW1Gb250LCAiU2Vnb2UgVUkiLCBzYW5zLXNlcmlmJywKIH19CiA+CiA8YnV0dG9uCiB0eXBlPSJidXR0b24iCiBhcmlhLWxhYmVsPSJDbG9zZSIKIHN0eWxlPXt7CiB3aWR0aDogNDQsCiBoZWlnaHQ6IDQ0LAogYm9yZGVyUmFkaXVzOiAxMiwKIGJvcmRlcjogJzEuNXB4IHNvbGlkIHJnYmEoMjQ4LDI1MCwyNTIsMC40KScsCiBiYWNrZ3JvdW5kOiAndHJhbnNwYXJlbnQnLAogY29sb3I6ICcjZjhmYWZjJywKIGN1cnNvcjogJ3BvaW50ZXInLAogZGlzcGxheTogJ2ZsZXgnLAogYWxpZ25JdGVtczogJ2NlbnRlcicsCiBqdXN0aWZ5Q29udGVudDogJ2NlbnRlcicsCiB9fQogPgogPHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZVdpZHRoPSIyIiBzdHJva2VMaW5lY2FwPSJyb3VuZCI+CiA8cGF0aCBkPSJNMyAzbDEwIDEwTTEzIDNMMyAxMyIgLz4KIDwvc3ZnPgogPC9idXR0b24+CiA8L2Rpdj4KICk7Cn0K`,j=`data:text/jsx;base64,Ly8gRml4dHVyZSBhc3NldCDigJQgYSBgLmpzeGAgY29tcG9uZW50IGluc2lkZSBhIERFRVBMWSBORVNURUQgZ3JvdXA6Ci8vIGB1aS1jb21wb25lbnRzL2J1dHRvbnMvaWNvbi1idXR0b25zL2AuIFRoZSBmb2xkZXIgY2hhaW4gaXMKLy8gcGFnZSAoYHVpLWNvbXBvbmVudHNgKSDihpIgZ3JvdXAgKGBidXR0b25zYCkg4oaSIG5lc3RlZCBncm91cCAoYGljb24tYnV0dG9uc2ApLAovLyBpLmUuIGEgZ3JvdXAgaW5zaWRlIGEgZ3JvdXAuIFRoaXMgcmVuZGVycyBhcyBhIG5lc3RlZC9jb250YWluZWQKLy8gc2VjdGlvbiBzbyB0aGUgZm9sZGVyIG5lc3RpbmcgZGVwdGggaXMgdmlzdWFsbHkgbGVnaWJsZSBvbiB0aGUgY2FudmFzIChGUjMpLgoKZXhwb3J0IGRlZmF1bHQgZnVuY3Rpb24gSWNvbkJ1dHRvbigpIHsKIHJldHVybiAoCiA8ZGl2CiBzdHlsZT17ewogd2lkdGg6ICcxMDAlJywKIGhlaWdodDogJzEwMCUnLAogZGlzcGxheTogJ2ZsZXgnLAogYWxpZ25JdGVtczogJ2NlbnRlcicsCiBqdXN0aWZ5Q29udGVudDogJ2NlbnRlcicsCiBiYWNrZ3JvdW5kOiAnI2Y4ZmFmYycsCiBmb250RmFtaWx5OiAnLWFwcGxlLXN5c3RlbSwgQmxpbmtNYWNTeXN0ZW1Gb250LCAiU2Vnb2UgVUkiLCBzYW5zLXNlcmlmJywKIH19CiA+CiA8YnV0dG9uCiB0eXBlPSJidXR0b24iCiBhcmlhLWxhYmVsPSJBZGQiCiBzdHlsZT17ewogd2lkdGg6IDQ0LAogaGVpZ2h0OiA0NCwKIGJvcmRlclJhZGl1czogMTIsCiBib3JkZXI6ICdub25lJywKIGJhY2tncm91bmQ6ICcjQjg1QjMzJywKIGNvbG9yOiAnI2ZmZicsCiBjdXJzb3I6ICdwb2ludGVyJywKIGRpc3BsYXk6ICdmbGV4JywKIGFsaWduSXRlbXM6ICdjZW50ZXInLAoganVzdGlmeUNvbnRlbnQ6ICdjZW50ZXInLAogYm94U2hhZG93OiAnMCA0cHggMTRweCByZ2JhKDE4NCw5MSw1MSwwLjM1KScsCiB9fQogPgogPHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZVdpZHRoPSIyIiBzdHJva2VMaW5lY2FwPSJyb3VuZCI+CiA8cGF0aCBkPSJNOSAzdjEyTTMgOWgxMiIgLz4KIDwvc3ZnPgogPC9idXR0b24+CiA8L2Rpdj4KICk7Cn0K`,M=`data:application/json;base64,ewogICJwcmVzZW50YXRpb24iOiB7CiAgICAiYmFja2dyb3VuZCI6ICJyZ2JhKDI0MSwgMjM3LCAyMjksIDAuODUpIgogIH0sCiAgInZhcnMiOiB7CiAgICAiYnJhbmRDb2xvciI6ICIjQjg1QjMzIiwKICAgICJtYXhXaWR0aCI6ICIxMjAwcHgiCiAgfSwKICAibGl2ZVJlZnJlc2giOiB7CiAgICAiQ2xvY2siOiAxMDAwCiAgfQp9Cg==`,N=`{
|
|
2
|
+
"presentation": {
|
|
3
|
+
"background": "rgba(226, 238, 228, 0.80)"
|
|
4
|
+
}
|
|
5
|
+
}
|
|
6
|
+
`,P=`{
|
|
7
|
+
"presentation": {
|
|
8
|
+
"background": "rgba(241, 237, 229, 0.85)"
|
|
9
|
+
},
|
|
10
|
+
"vars": {
|
|
11
|
+
"brandColor": "#B85B33",
|
|
12
|
+
"maxWidth": "1200px"
|
|
13
|
+
},
|
|
14
|
+
"liveRefresh": {
|
|
15
|
+
"Clock": 1000
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
`,F=n(e(),1),I=t(),L=Object.assign({"../fixtures/sample-project/.lerret/_assets/README.txt":c,"../fixtures/sample-project/.lerret/_fonts/LerretFixtureMono.woff2":l,"../fixtures/sample-project/.lerret/_fonts/OFL.txt":u,"../fixtures/sample-project/.lerret/brand-marks/BrokenBadge.jsx":d,"../fixtures/sample-project/.lerret/brand-marks/BrokenOnLoad.jsx":f,"../fixtures/sample-project/.lerret/brand-marks/LogoLockup.jsx":p,"../fixtures/sample-project/.lerret/brand-marks/mark-glyph.png":m,"../fixtures/sample-project/.lerret/documents/Empty.md":h,"../fixtures/sample-project/.lerret/documents/Release-Notes.md":g,"../fixtures/sample-project/.lerret/ui-components/BadgeVariants.jsx":_,"../fixtures/sample-project/.lerret/ui-components/BrandCard.jsx":v,"../fixtures/sample-project/.lerret/ui-components/Clock.jsx":y,"../fixtures/sample-project/.lerret/ui-components/Component-Notes.md":b,"../fixtures/sample-project/.lerret/ui-components/FontSpecimen.jsx":x,"../fixtures/sample-project/.lerret/ui-components/HeroBanner.data.json":S,"../fixtures/sample-project/.lerret/ui-components/HeroBanner.jsx":C,"../fixtures/sample-project/.lerret/ui-components/PricingTile.jsx":w,"../fixtures/sample-project/.lerret/ui-components/StatCard.jsx":T,"../fixtures/sample-project/.lerret/ui-components/Toast.tsx":E,"../fixtures/sample-project/.lerret/ui-components/buttons/GhostButton.jsx":D,"../fixtures/sample-project/.lerret/ui-components/buttons/PrimaryButton.jsx":O,"../fixtures/sample-project/.lerret/ui-components/buttons/config.json":k,"../fixtures/sample-project/.lerret/ui-components/buttons/icon-buttons/CloseButton.jsx":A,"../fixtures/sample-project/.lerret/ui-components/buttons/icon-buttons/IconButton.jsx":j,"../fixtures/sample-project/.lerret/ui-components/config.json":M}),R=Object.assign({"../fixtures/sample-project/.lerret/ui-components/buttons/config.json":N,"../fixtures/sample-project/.lerret/ui-components/config.json":P}),z=`/sample-project/.lerret`,B=`/@fixture-lerret`;function V(){let e={};for(let t of Object.keys(L)){if(!t.startsWith(`../fixtures/sample-project/.lerret/`))continue;let n=t.slice(35).split(`/`),r=e;for(let e=0;e<n.length;e++){let t=n[e];e===n.length-1?r[t]=`<file>`:(r[t]=r[t]||{},r=r[t])}}return{tree:e}}function H(){let e=new Map;for(let[t,n]of Object.entries(R)){if(!t.startsWith(`../fixtures/sample-project/.lerret/`))continue;let r=`${z}/${t.slice(35)}`;e.set(r,n)}return e}function U(){let{tree:e}=V(),t=H();function n(t){let n=t.replace(/\/+$/,``);if(n===z)return e;if(!n.startsWith(z+`/`))return;let r=n.slice(24),i=e;for(let e of r.split(`/`)){if(typeof i!=`object`||!i||!(e in i))return;i=i[e]}return i}return{async readDir(e){let t=n(e);if(typeof t!=`object`||!t)throw Error(`readDir: not a directory: ${e}`);let r=e.replace(/\/+$/,``);return Object.keys(t).map(e=>{let n=t[e],i=typeof n==`object`&&!!n;return{name:e,path:`${r}/${e}`,kind:i?`directory`:`file`,isDirectory:i,isFile:!i}})},async readFile(e){let r=e.replace(/\/+$/,``);if(t.has(r))return t.get(r);let i=n(e);if(i==null||typeof i==`object`)throw Error(`readFile: not a file: ${e}`);return``},async writeFile(){throw Error(`fixture fs is read-only`)},watch(){return{close(){}}},capabilities:{canWrite:!1,canWatch:!1,canReveal:!1}}}function W(){let[e,t]=F.useState(null),[n,c]=F.useState(null);return F.useEffect(()=>{let e=!1,n;return(async()=>{try{let a=U(),s=await i(a,z),c=[];try{let e=await r(s,a);c=Array.from(e.entries())}catch(e){console.error(`[lerret/dev-harness] cascade computation failed:`,e)}n=o(s,{assetBaseUrl:B}),e||t({project:s,runtime:n,cascadeEntries:c})}catch(t){e||c(t)}})(),()=>{e=!0,n&&n.dispose()}},[]),n?(0,I.jsxs)(`div`,{style:{padding:40,fontFamily:`monospace`,color:`#7f1d1d`},children:[`Dev-harness scan failed: `,String(n&&n.message)]}):e?(0,I.jsx)(a,{cascadeEntries:e.cascadeEntries,children:(0,I.jsx)(s,{project:e.project,runtime:e.runtime,assetBaseUrl:B})}):(0,I.jsx)(`div`,{style:{padding:40,fontFamily:`sans-serif`,color:`#6e6960`},children:`Loading fixture project through the Vite runtime…`})}export{W as DevHarness};
|