boltdocs 2.5.1 → 2.5.3
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/CHANGELOG.md +12 -0
- package/dist/chunk-CNGM3N5C.mjs +75 -0
- package/dist/{chunk-ITFGVXPE.mjs → chunk-J2PTDWZM.mjs} +1 -1
- package/dist/client/index.d.mts +0 -50
- package/dist/client/index.d.ts +0 -50
- package/dist/client/index.js +1 -1
- package/dist/client/index.mjs +1 -1
- package/dist/client/ssr.js +1 -1
- package/dist/client/ssr.mjs +1 -1
- package/dist/node/cli-entry.js +13 -13
- package/dist/node/cli-entry.mjs +1 -1
- package/dist/node/index.d.mts +0 -14
- package/dist/node/index.d.ts +0 -14
- package/dist/node/index.js +16 -16
- package/dist/node/index.mjs +1 -1
- package/dist/package-NW2UUNQH.mjs +1 -0
- package/dist/{search-dialog-YBM4GYDR.mjs → search-dialog-O6VLVSOA.mjs} +1 -1
- package/package.json +1 -2
- package/src/client/components/mdx/code-block.tsx +0 -19
- package/src/client/components/mdx/component-preview.tsx +0 -7
- package/src/client/components/mdx/hooks/use-code-block.ts +1 -21
- package/src/client/types.ts +0 -36
- package/src/node/config.ts +0 -16
- package/src/node/plugin/index.ts +0 -2
- package/src/node/schema/config.ts +0 -13
- package/dist/chunk-JGR2ELBA.mjs +0 -75
- package/dist/package-SGBODKXD.mjs +0 -1
package/dist/client/index.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{A as mr,B as dr,C as pr,D as Je,E as ur,F as Ye,G as Ze,H as K,I as G,J as We,K as ne,L as J,M as Qe,N as fr,O as C,P as T,Q as gr,a as ir,b as to,c as B,d as oo,e as _,f as P,g as Ke,h as u,i as re,j as lr,k as ro,l as V,m as no,n as so,o as Ve,p as Oe,q as De,r as $e,s as ze,t as ue,u as fe,v as ge,w as be,x as Fe,y as cr,z as E}from"../chunk-ITFGVXPE.mjs";import je,{useEffect as Vt,useState as Wo,useMemo as _o}from"react";import es from"react-dom/client";import{BrowserRouter as ts,Routes as os,Route as le}from"react-router-dom";import{ArrowLeft as br}from"lucide-react";import{jsx as Ne,jsxs as ao}from"react/jsx-runtime";function _e(){return Ne("div",{className:"flex items-center justify-center min-h-[60vh] text-center",children:ao("div",{className:"space-y-4",children:[Ne("span",{className:"text-8xl font-black tracking-tighter text-primary-500/20",children:"404"}),Ne("h1",{className:"text-2xl font-bold text-text-main",children:"Page Not Found"}),Ne("p",{className:"text-sm text-text-muted max-w-sm mx-auto",children:"The page you're looking for doesn't exist or has been moved."}),ao(re,{href:"/",className:"inline-flex items-center gap-2 rounded-lg bg-primary-500 px-5 py-2.5 text-sm font-semibold text-white outline-none transition-all hover:brightness-110 hover:shadow-lg focus-visible:ring-2 focus-visible:ring-primary-500/30",children:[Ne(br,{size:16})," Go to Home"]})]})})}import{createContext as hr,use as xr,useEffect as io,useState as et}from"react";import{jsx as vr}from"react/jsx-runtime";var lo=hr(void 0);function co({children:e}){let[t,o]=et("system"),[r,n]=et("dark"),[a,s]=et(!1);io(()=>{s(!0);let i=localStorage.getItem("boltdocs-theme"),d=i==="light"||i==="dark"||i==="system"?i:"system";o(d);let c=window.matchMedia("(prefers-color-scheme: dark)");((g,b)=>{n(g==="system"?b?"dark":"light":g)})(d,c.matches);let p=g=>{n(b=>(localStorage.getItem("boltdocs-theme")||"system")==="system"?g.matches?"dark":"light":b)};return c.addEventListener("change",p),()=>c.removeEventListener("change",p)},[]),io(()=>{if(!a)return;let i=window.matchMedia("(prefers-color-scheme: dark)").matches,d=t==="system"?i?"dark":"light":t;n(d);let c=document.documentElement;d==="light"?(c.classList.add("theme-light"),c.dataset.theme="light"):(c.classList.remove("theme-light"),c.dataset.theme="dark")},[t,a]);let l=i=>{o(i),localStorage.setItem("boltdocs-theme",i)};return vr(lo.Provider,{value:{theme:t,resolvedTheme:r,setTheme:l},children:e})}function se(){let e=xr(lo);if(e===void 0)throw new Error("useTheme must be used within a ThemeProvider");return e}import Go from"virtual:boltdocs-layout";import{startTransition as yr}from"react";import{RouterProvider as Cr}from"react-aria-components";import{useNavigate as Rr,useHref as Pr}from"react-router-dom";import{jsx as Nr}from"react/jsx-runtime";function mo({children:e}){let t=Rr();return Nr(Cr,{navigate:(o,r)=>{yr(()=>{t(o,r)})},useHref:Pr,children:e})}import{useLayoutEffect as Tr}from"react";import{useLocation as Lr}from"react-router-dom";function po(){let{pathname:e,hash:t}=Lr();return Tr(()=>{let o=document.querySelector(".boltdocs-content")||window,r=()=>o===window?window.scrollY:o.scrollTop,n=(a,s="auto")=>{o===window?window.scrollTo({top:a,behavior:s}):o.scrollTo({top:a,behavior:s})};if(t){let a=t.replace("#",""),s=document.getElementById(a);if(s){let i=o===window?0:o.getBoundingClientRect().top,m=s.getBoundingClientRect().top-i-80+r();n(m,"smooth");return}}n(0)},[e,t]),null}import{Outlet as wr}from"react-router-dom";import kr from"virtual:boltdocs-layout";import{jsx as uo}from"react/jsx-runtime";function fo(){return uo(kr,{children:uo(wr,{})})}import{createContext as Sr,use as Mr}from"react";import{jsx as Ir}from"react/jsx-runtime";var go=Sr({});function Te(){return Mr(go)}function bo({components:e,children:t}){return Ir(go.Provider,{value:e,children:t})}import{jsx as Br}from"react/jsx-runtime";function ho({Component:e}){let t=Te();return Br(e,{components:t})}import{Link as Zn}from"lucide-react";var At={};ir(At,{Admonition:()=>z,Badge:()=>lt,Button:()=>tt,Card:()=>mt,Cards:()=>ct,Caution:()=>ht,CodeBlock:()=>U,ComponentPreview:()=>Et,ComponentProps:()=>It,CopyMarkdown:()=>Ie,Danger:()=>ft,Field:()=>kt,FileTree:()=>Lt,Image:()=>Mt,Important:()=>bt,InfoBox:()=>gt,Link:()=>St,List:()=>vt,Note:()=>dt,Tab:()=>st,Table:()=>wt,Tabs:()=>at,Tip:()=>pt,Video:()=>it,Warning:()=>ut});import{jsx as Er}from"react/jsx-runtime";var tt=({className:e,variant:t,size:o,rounded:r,iconSize:n,disabled:a,...s})=>Er(V,{className:u("group",ro({variant:t,size:o,rounded:r,iconSize:n,disabled:a,className:e})),...s});import*as Ge from"react-aria-components";import{Copy as Or,Check as Dr,File as $r}from"lucide-react";import{getParameters as xo}from"codesandbox/lib/api/define.js";function vo(e){let t=e.files||{},o=e.dependencies||{},r=e.devDependencies||{},n=e.title||"codesandbox-project",a=e.description||"Generic Sandbox",s={};for(let[l,i]of Object.entries(t)){let d=typeof i.content=="object"?JSON.stringify(i.content,null,2):i.content;s[l]={content:d,isBinary:i.isBinary??!1}}if(!s["package.json"]){let i=e.template==="vite"||!!r.vite||!!r["@vitejs/plugin-react"]?{dev:"vite",build:"vite build",preview:"vite preview"}:{start:"node index.js"};s["package.json"]={content:JSON.stringify({private:!0,name:n,description:a,type:"module",version:"1.0.0",scripts:e.scripts||i,dependencies:o,devDependencies:r},null,2),isBinary:!1}}return s}function Ar(e){let t=vo(e),o=xo({files:t}),r=new URLSearchParams({parameters:o,installDependencies:"true"});return e.entry&&r.set("file",`/${e.entry}`),{parameters:o,url:`https://codesandbox.io/api/v1/sandboxes/define?${r.toString()}`,options:e}}function yo(e){if(typeof window>"u")return Ar(e);let t=vo(e),o=xo({files:t}),r=e.entry||"src/App.tsx",n=document.createElement("form");n.method="POST",n.target="_blank",n.action="https://codesandbox.io/api/v1/sandboxes/define",n.style.display="none";let a=(l,i)=>{let d=document.createElement("input");d.type="hidden",d.name=l,d.value=i,n.appendChild(d)},s=new URLSearchParams({file:`/${r}`,eslint:"0",codemirror:"1",installDependencies:"true"});return a("query",s.toString()),a("parameters",o),document.body.appendChild(n),n.submit(),document.body.removeChild(n),{parameters:o,url:`https://codesandbox.io/api/v1/sandboxes/define?parameters=${o}`,options:e}}var Co=async e=>{try{return await navigator.clipboard.writeText(e),!0}catch{let t=document.createElement("textarea");return t.value=e,t.style.position="fixed",t.style.opacity="0",document.body.appendChild(t),t.select(),document.execCommand("copy"),document.body.removeChild(t),!0}};import{useCallback as Ro,useEffect as Hr,useRef as Vr,useState as ot}from"react";function Po(e){let{title:t,sandbox:o}=e,[r,n]=ot(!1),[a,s]=ot(!1),[l,i]=ot(!1),d=Vr(null),c=B(),m=Ro(async()=>{let g=d.current?.textContent??"";Co(g),n(!0),setTimeout(()=>n(!1),2e3)},[]),p=Ro(()=>{let g=d.current?.textContent??"",b=c?.integrations?.sandbox?.config||{},f=typeof o=="object"?o:b,h=f.entry||"src/App.tsx";yo({title:t??"Code Snippet",...f,files:{...f.files,[h]:{content:g}}})},[t,c,o]);return Hr(()=>{let g=d.current?.textContent?.length??0;i(g>120)},[e.children,e.highlightedHtml]),{copied:r,isExpanded:a,setIsExpanded:s,isExpandable:l,preRef:d,handleCopy:m,handleSandbox:p,shouldTruncate:l&&!a}}import{jsx as M,jsxs as rt}from"react/jsx-runtime";var zr={ts:Ve,tsx:ue,js:Oe,jsx:ue,json:De,css:$e,html:ze,md:fe,mdx:fe,bash:ge,sh:ge,yaml:be,yml:be};function U(e){let{children:t,sandbox:o,hideSandbox:r=!0,hideCopy:n=!1,highlightedHtml:a,"data-highlighted-html":s,title:l,"data-lang":i,plain:d=!1,...c}=e,m=a||s,b=!!B()?.integrations?.sandbox?.enable&&!r,f=e.lang||i||"",{copied:h,isExpanded:R,setIsExpanded:x,isExpandable:O,preRef:H,handleCopy:I,handleSandbox:Pe,shouldTruncate:D}=Po(e),$=zr[f];return rt("div",{className:u("group relative overflow-hidden bg-(--color-code-bg)","contain-layout contain-paint",{"my-6 rounded-lg border border-border-subtle":!d,"[&>pre]:max-h-62.5 [&>pre]:overflow-hidden":D},e.className),children:[l&&rt("div",{className:"flex items-center gap-2 border-b border-border-subtle bg-bg-surface/50 px-4 py-2 text-[13px] font-medium text-text-muted",children:[$?M($,{size:14}):M($r,{size:14,className:"opacity-60"}),M("span",{children:l})]}),rt("div",{className:"absolute top-3 right-4 z-50 flex items-center gap-2 transition-all duration-300 opacity-0 group-hover:opacity-100",children:[b&&M(Fe,{content:"Open in CodeSandbox",children:M(Ge.Button,{onPress:Pe,className:"grid place-items-center w-8 h-8 bg-transparent text-text-muted outline-none cursor-pointer transition-all duration-200 hover:scale-115 hover:text-sky-400 active:scale-95 [&>svg]:w-5 [&>svg]:h-5 [&>svg]:stroke-2","aria-label":"Open in CodeSandbox",children:M(so,{size:20})})}),!n&&M(Fe,{content:h?"Copied!":"Copy code",children:M(Ge.Button,{onPress:I,className:u("grid place-items-center size-8 bg-transparent outline-none cursor-pointer transition-all duration-200 hover:scale-110 active:scale-95 [&>svg]:size-4 [&>svg]:stroke-2",h?"text-emerald-400":"text-text-muted hover:text-text-main"),"aria-label":"Copy code",children:h?M(Dr,{size:20}):M(Or,{size:20})})})]}),m?M("div",{ref:H,className:"shiki-wrapper [&>pre]:m-0! [&>pre]:rounded-none! [&>pre]:border-none! [&>pre]:bg-inherit! [&>pre>code]:grid! [&>pre>code]:p-5! [&>.shiki.shiki-themes]:bg-transparent!",dangerouslySetInnerHTML:{__html:m}}):M("pre",{ref:H,className:"m-0! rounded-none! border-none! bg-inherit! font-mono text-[0.8125rem] leading-[1.7]",...c,children:t}),O&&M("div",{className:u(D?"absolute bottom-0 inset-x-0 h-24 bg-linear-to-t from-(--color-code-bg) to-transparent flex items-end justify-center pb-4 z-10":"relative flex justify-center py-4"),children:M(Ge.Button,{onPress:()=>x(!R),className:"rounded-full bg-bg-surface border border-border-subtle px-5 py-2 text-[0.8125rem] font-medium text-text-main outline-none cursor-pointer transition-all hover:bg-border-subtle hover:-translate-y-px backdrop-blur-md",children:R?"Show less":"Expand code"})})]})}import{Children as Gr,isValidElement as Ur,useMemo as qr}from"react";import*as Z from"react-aria-components";import{useState as No,useRef as Fr,useEffect as Wr,useCallback as _r}from"react";function To({initialIndex:e=0,tabs:t}){let o=t[e]?.props.disabled?t.findIndex(d=>!d.props.disabled):e,[r,n]=No(o===-1?0:o),a=Fr([]),[s,l]=No({opacity:0,transform:"translateX(0)",width:0});Wr(()=>{let d=a.current[r];d&&l({opacity:1,width:d.offsetWidth,transform:`translateX(${d.offsetLeft}px)`})},[r,t]);let i=_r(d=>{let c=0;if(d.key==="ArrowRight"?c=1:d.key==="ArrowLeft"&&(c=-1),c!==0){let m=(r+c+t.length)%t.length;for(;t[m].props.disabled&&m!==r;)m=(m+c+t.length)%t.length;m!==r&&!t[m].props.disabled&&(n(m),a.current[m]?.focus())}},[r,t]);return{active:r,setActive:n,tabRefs:a,indicatorStyle:s,handleKeyDown:i}}import{cva as Lo}from"class-variance-authority";import{jsx as Y,jsxs as nt}from"react/jsx-runtime";var jr=Lo("relative flex items-center border-b border-border-subtle gap-1 overflow-x-auto no-scrollbar",{variants:{size:{default:"px-0",compact:"px-2"}},defaultVariants:{size:"default"}}),Xr=Lo("flex items-center gap-2 px-4 py-2.5 text-sm font-medium outline-none transition-all duration-200 cursor-pointer bg-transparent border-none select-none whitespace-nowrap",{variants:{isActive:{true:"text-primary-500",false:"text-text-muted hover:text-text-main"},isDisabled:{true:"opacity-40 pointer-events-none",false:""}},defaultVariants:{isActive:!1,isDisabled:!1}});function st({children:e}){let t=typeof e=="string"?Y(U,{className:"language-bash",children:Y("code",{children:e.trim()})}):e;return Y("div",{className:"py-4",children:t})}function at({defaultIndex:e=0,children:t}){let o=qr(()=>Gr.toArray(t).filter(l=>Ur(l)&&l.props?.label),[t]),{active:r,setActive:n,tabRefs:a,indicatorStyle:s}=To({initialIndex:e,tabs:o});return Y("div",{className:"my-8 w-full group/tabs",children:nt(Z.Tabs,{selectedKey:r.toString(),onSelectionChange:l=>n(Number(l)),className:"w-full",children:[nt(Z.TabList,{"aria-label":"Content Tabs",className:u(jr()),children:[o.map((l,i)=>{let{label:d,icon:c,disabled:m}=l.props,p=i.toString();return nt(Z.Tab,{id:p,isDisabled:m,ref:g=>{a.current[i]=g},className:({isSelected:g,isDisabled:b})=>u(Xr({isActive:g,isDisabled:b})),children:[!!c&&Y("span",{className:"shrink-0 [&>svg]:w-4 [&>svg]:h-4",children:c}),Y("span",{children:d})]},p)}),Y("div",{className:"absolute bottom-0 h-0.5 bg-primary-500 transition-all duration-300 ease-in-out pointer-events-none",style:s,"aria-hidden":"true"})]}),o.map((l,i)=>Y(Z.TabPanel,{id:i.toString(),children:o[i]},i))]})})}import{useRef as Kr,useState as Jr,useEffect as Yr}from"react";import{jsx as wo,jsxs as Zr}from"react/jsx-runtime";function it({src:e,poster:t,alt:o,children:r,controls:n,preload:a="metadata",...s}){let l=Kr(null),[i,d]=Jr(!1);return Yr(()=>{let c=l.current;if(!c)return;let m=new IntersectionObserver(([p])=>{p.isIntersecting&&(d(!0),m.disconnect())},{rootMargin:"200px"});return m.observe(c),()=>m.disconnect()},[]),wo("div",{ref:l,className:"my-6 overflow-hidden rounded-lg border border-border-subtle",children:i?Zr("video",{className:"block w-full h-auto",src:e,poster:t,controls:!0,preload:a,playsInline:!0,...s,children:[r,"Your browser does not support the video tag."]}):wo("div",{className:"aspect-video bg-bg-surface animate-pulse",role:"img","aria-label":o||"Video"})})}import{cva as Qr}from"class-variance-authority";import{jsx as tn}from"react/jsx-runtime";var en=Qr("inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold tracking-tight",{variants:{variant:{default:"bg-bg-surface text-text-muted border-border-subtle",primary:"bg-primary-500/15 text-primary-400 border-primary-500/20",success:"bg-emerald-500/15 text-emerald-400 border-emerald-500/20",warning:"bg-amber-500/15 text-amber-400 border-amber-500/20",danger:"bg-red-500/15 text-red-400 border-red-500/20",info:"bg-sky-500/15 text-sky-400 border-sky-500/20"}},defaultVariants:{variant:"default"}});function lt({variant:e="default",children:t,className:o="",...r}){return tn("span",{className:u(en({variant:e}),o),...r,children:t})}import{useCallback as on,useRef as ko}from"react";import*as Mo from"react-aria-components";import{cva as rn}from"class-variance-authority";import{Fragment as sn,jsx as ae,jsxs as So}from"react/jsx-runtime";var nn=rn("grid gap-4 my-6",{variants:{cols:{1:"grid-cols-1",2:"grid-cols-1 sm:grid-cols-2",3:"grid-cols-1 sm:grid-cols-2 lg:grid-cols-3",4:"grid-cols-1 sm:grid-cols-2 lg:grid-cols-4"}},defaultVariants:{cols:3}});function ct({cols:e=3,children:t,className:o="",...r}){return ae("div",{className:u(nn({cols:e}),o),...r,children:t})}function mt({title:e,icon:t,href:o,children:r,className:n="",...a}){let s=ko(null),l=ko(null),i=on(m=>{let p=s.current||l.current;if(!p)return;let{left:g,top:b}=p.getBoundingClientRect();p.style.setProperty("--x",`${m.clientX-g}px`),p.style.setProperty("--y",`${m.clientY-b}px`)},[]),d=So(sn,{children:[ae("div",{className:"pointer-events-none absolute -inset-px rounded-xl opacity-0 transition-opacity duration-300 group-hover:opacity-100",style:{background:"radial-gradient(400px circle at var(--x) var(--y), color-mix(in oklch, var(--color-primary-500), transparent 90%), transparent 80%)"}}),t&&ae("div",{className:"mb-3 flex h-10 w-10 items-center justify-center rounded-lg bg-primary-500/10 text-primary-400 text-lg transition-transform duration-300 group-hover:scale-105 group-hover:-rotate-3",children:t}),So("div",{className:"space-y-1.5",children:[e&&ae("h3",{className:"text-sm font-bold text-text-main",children:e}),r&&ae("div",{className:"text-sm text-text-muted leading-relaxed",children:r})]})]}),c=u("group relative block rounded-xl border border-border-subtle bg-bg-surface p-5 outline-none overflow-hidden","transition-all duration-200 hover:border-primary-500/40 hover:shadow-lg hover:shadow-primary-500/5","focus-visible:ring-2 focus-visible:ring-primary-500/30",n);return o?ae(Mo.Link,{ref:l,href:o,className:u(c,"no-underline cursor-pointer"),onMouseMove:i,...a,children:d}):ae("div",{ref:s,role:"presentation",className:c,onMouseMove:i,...a,children:d})}import{Info as an,Lightbulb as ln,AlertTriangle as cn,ShieldAlert as mn,Bookmark as dn,Zap as pn,Flame as un}from"lucide-react";import{cva as fn}from"class-variance-authority";import{jsx as L,jsxs as Bo}from"react/jsx-runtime";var gn={note:L(dn,{size:18}),tip:L(ln,{size:18}),info:L(an,{size:18}),warning:L(cn,{size:18}),danger:L(mn,{size:18}),important:L(un,{size:18}),caution:L(pn,{size:18})},bn={note:"Note",tip:"Tip",info:"Info",warning:"Warning",danger:"Danger",important:"Important",caution:"Caution"},Io=fn("py-4 px-4 rounded-lg",{variants:{type:{note:"border-primary-400 bg-primary-500/5 text-primary-400",tip:"border-emerald-500 bg-emerald-500/5 text-emerald-500",info:"border-sky-500 bg-sky-500/5 text-sky-500",warning:"border-amber-500 bg-amber-500/5 text-amber-500",danger:"border-red-500 bg-red-500/5 text-red-500",important:"border-orange-500 bg-orange-500/5 text-orange-500",caution:"border-yellow-500 bg-yellow-500/5 text-yellow-500"}},defaultVariants:{type:"note"}});function z({type:e="note",title:t,children:o,className:r="",...n}){return Bo("div",{className:u(Io({type:e}),r),role:e==="warning"||e==="danger"?"alert":"note",...n,children:[Bo("div",{className:"flex items-center flex-row gap-2 mb-2",children:[L("span",{className:u("shrink-0",Io({type:e})),children:gn[e]}),L("span",{className:"text-sm font-bold tracking-tight text-text-main",children:t||bn[e]})]}),L("div",{className:"text-sm text-text-muted leading-relaxed [&>p]:m-0 [&>p]:mb-2 [&>p:last-child]:mb-0",children:o})]})}var dt=e=>L(z,{type:"note",...e}),pt=e=>L(z,{type:"tip",...e}),ut=e=>L(z,{type:"warning",...e}),ft=e=>L(z,{type:"danger",...e}),gt=e=>L(z,{type:"info",...e}),bt=e=>L(z,{type:"important",...e}),ht=e=>L(z,{type:"caution",...e});import{Children as hn,isValidElement as xn}from"react";import{Check as vn,ChevronRight as yn,Circle as Cn}from"lucide-react";import{cva as xt}from"class-variance-authority";import{jsx as Q,jsxs as wn}from"react/jsx-runtime";var Rn=xt("my-6 transition-all duration-200",{variants:{variant:{default:"list-disc pl-5 text-text-muted marker:text-primary-500/50",number:"list-decimal pl-5 text-text-muted marker:text-primary-500/50 marker:font-bold",checked:"list-none p-0",arrow:"list-none p-0",bubble:"list-none p-0"},cols:{1:"grid-cols-1",2:"grid-cols-1 sm:grid-cols-2",3:"grid-cols-1 sm:grid-cols-2 lg:grid-cols-3",4:"grid-cols-1 sm:grid-cols-2 lg:grid-cols-4"},isGrid:{true:"grid gap-x-8 gap-y-3",false:"space-y-2"},dense:{true:"space-y-1",false:"space-y-2"}},compoundVariants:[{variant:"default",dense:!0,className:"space-y-0.5"}],defaultVariants:{variant:"default",cols:1,isGrid:!1,dense:!1}}),Pn=xt("group flex items-start gap-3 text-sm leading-relaxed transition-all duration-200",{variants:{variant:{default:"",number:"",checked:"hover:translate-x-0.5",arrow:"hover:translate-x-0.5",bubble:"hover:translate-x-0.5"},dense:{true:"py-0",false:"py-0.5"}},defaultVariants:{variant:"default",dense:!1}}),Nn=xt("mt-1 shrink-0 flex items-center justify-center transition-transform group-hover:scale-110",{variants:{variant:{bubble:"h-5 w-5 rounded-full bg-primary-500/10 text-primary-500 text-[10px] font-bold",default:""}},defaultVariants:{variant:"default"}});function Tn({icon:e,children:t,variant:o,dense:r}){return wn("li",{className:u(Pn({variant:o,dense:r})),children:[e&&Q("span",{className:u(Nn({variant:o==="bubble"?"bubble":"default"})),children:e}),Q("div",{className:"flex-1 text-text-muted group-hover:text-text-main transition-colors",children:t})]})}var Ln={checked:e=>Q(vn,{size:14,className:u("text-emerald-500 shrink-0",e)}),arrow:e=>Q(yn,{size:14,className:u("text-primary-400 shrink-0",e)}),bubble:e=>Q(Cn,{size:6,fill:"currentColor",className:u("text-primary-500 shrink-0",e)}),default:()=>null,number:()=>null};function vt({variant:e="default",cols:t=1,dense:o=!1,children:r,className:n,...a}){let s=t!==void 0&&Number(t)>1,l=Ln[e],i=Rn({variant:e,cols:t,dense:o,isGrid:s,className:n}),d=e==="number"?"ol":"ul";return e==="default"||e==="number"?Q(d,{className:i,...a,children:r}):Q("ul",{className:i,...a,children:hn.map(r,c=>{if(!xn(c))return c;let m=c,p=m.type==="li"?m.props.children:m.props.children||c;return Q(Tn,{icon:l(),variant:e,dense:o,children:p})})})}import{Children as yt,isValidElement as Tt,useMemo as kn}from"react";import*as F from"react-aria-components";import{Folder as Sn,FileText as Mn,File as In,FileCode as Bn,FileImage as En,ChevronRight as An}from"lucide-react";import{jsx as w,jsxs as Pt}from"react/jsx-runtime";var he=16,Le=2,Hn={ts:Ve,tsx:ue,js:Oe,jsx:ue,json:De,css:$e,html:ze,md:fe,mdx:fe,bash:ge,sh:ge,yaml:be,yml:be},Ct={CODE:/\.(ts|tsx|js|jsx|json|mjs|cjs|astro|vue|svelte)$/i,TEXT:/\.(md|mdx|txt)$/i,IMAGE:/\.(png|jpg|jpeg|svg|gif)$/i};function Nt(e){return typeof e=="string"?e:typeof e=="number"?e.toString():Array.isArray(e)?e.map(Nt).join(""):Tt(e)&&e.props&&typeof e.props=="object"&&"children"in e.props?Nt(e.props.children):""}function Vn(e,t){let o=e.toLowerCase(),r="shrink-0 transition-colors duration-200";if(t)return w(Sn,{size:he,strokeWidth:Le,className:u(r,"text-primary-400"),fill:"currentColor",fillOpacity:.15});let n=o.split(".").pop()||"",a=Hn[n];if(a)return w(a,{size:he});let s=u(r,"text-text-dim group-hover:text-text-main");return Ct.CODE.test(o)?w(Bn,{size:he,strokeWidth:Le,className:s}):Ct.TEXT.test(o)?w(Mn,{size:he,strokeWidth:Le,className:s}):Ct.IMAGE.test(o)?w(En,{size:he,strokeWidth:Le,className:s}):w(In,{size:he,strokeWidth:Le,className:s})}function Rt(e,t){if(!Tt(e))return!1;let o=e.type;if(typeof o=="string")return o===t;if(typeof o=="function")return o.name===t||o.name?.toLowerCase()===t;let r=e.props;return r?.originalType===t||r?.mdxType===t}function On(e){let t=e.match(/\s+(\/\/|#)\s+(.*)$/);return t?{name:e.slice(0,t.index).trim(),comment:t[2]}:{name:e.trim()}}function Ue(e,t="root"){if(!Tt(e))return[];let o=[];if(Rt(e,"ul"))return yt.forEach(e.props.children,(r,n)=>{o.push(...Ue(r,`${t}-${n}`))}),o;if(Rt(e,"li")){let r=yt.toArray(e.props.children),n=r.findIndex(b=>Rt(b,"ul")),a=n!==-1,s=a?r.slice(0,n):r,l=a?r.slice(n):[],i=Nt(s),{name:d,comment:c}=On(i),m=d.endsWith("/"),p=m?d.slice(0,-1):d,g=a||m;return o.push({id:`${t}-${p}`,name:p,comment:c,isFolder:g,children:a?Ue(l[0],`${t}-${p}`):void 0}),o}return e.props&&typeof e.props=="object"&&"children"in e.props&&yt.forEach(e.props.children,(r,n)=>{o.push(...Ue(r,`${t}-${n}`))}),o}function Eo({item:e}){return Pt(F.TreeItem,{id:e.id,textValue:e.name,className:"outline-none group focus-visible:ring-2 focus-visible:ring-primary-500/30 rounded-md",children:[w(F.TreeItemContent,{children:({isExpanded:t,hasChildItems:o})=>Pt("div",{className:"flex items-center gap-2 py-1 px-1.5 rounded-md transition-colors hover:bg-primary-500/5 cursor-pointer",children:[w("div",{style:{width:"calc((var(--tree-item-level) - 1) * 1rem)"},className:"shrink-0"}),o?w(F.Button,{slot:"chevron",className:"outline-none text-text-dim hover:text-primary-400 p-0.5 rounded transition-colors",children:w(An,{size:14,strokeWidth:3,className:u("transition-transform duration-200",t&&"rotate-90")})}):w("div",{className:"w-[18px]"}),Vn(e.name,e.isFolder),w("span",{className:u("text-sm transition-colors truncate select-none",e.isFolder?"font-semibold text-text-main":"text-text-muted group-hover:text-text-main"),children:e.name}),e.comment&&Pt("span",{className:"ml-2 text-xs italic text-text-dim opacity-70 group-hover:opacity-100 transition-opacity whitespace-nowrap overflow-hidden text-ellipsis font-sans",children:["//"," ",e.comment]})]})}),e.children&&w(F.Collection,{items:e.children,children:t=>w(Eo,{item:t})})]})}function Lt({children:e}){let t=kn(()=>Ue(e),[e]);return w("div",{className:"my-8",children:w(F.Tree,{items:t,"aria-label":"File Tree",className:u("rounded-xl border border-border-subtle bg-bg-surface/50 p-4 font-mono text-sm shadow-sm backdrop-blur-sm outline-none","max-h-[500px] overflow-y-auto scrollbar-thin scrollbar-thumb-border-subtle","focus-visible:ring-2 focus-visible:ring-primary-500/20"),children:o=>w(Eo,{item:o})})})}import*as we from"react-aria-components";import{useState as Ao,useMemo as Ho}from"react";function Vo({data:e,sortable:t=!1,paginated:o=!1,pageSize:r=10}){let[n,a]=Ao(null),[s,l]=Ao(1),i=Ho(()=>{if(!e)return[];let p=[...e];return t&&n!==null&&p.sort((g,b)=>{let f=g[n.key],h=b[n.key],R=typeof f=="string"?f:"",x=typeof h=="string"?h:"";return R<x?n.direction==="asc"?-1:1:R>x?n.direction==="asc"?1:-1:0}),p},[e,n,t]),d=Math.ceil(i.length/r),c=Ho(()=>{if(!o)return i;let p=(s-1)*r;return i.slice(p,p+r)},[i,o,s,r]);return{sortConfig:n,currentPage:s,setCurrentPage:l,totalPages:d,paginatedData:c,requestSort:p=>{if(!t)return;let g="asc";n&&n.key===p&&n.direction==="asc"&&(g="desc"),a({key:p,direction:g})}}}import{ChevronUp as Dn,ChevronDown as Oo,ChevronLeft as $n,ChevronRight as zn,ChevronsLeft as Fn,ChevronsRight as Wn}from"lucide-react";import{Fragment as _n,jsx as N,jsxs as xe}from"react/jsx-runtime";function wt({headers:e,data:t,children:o,className:r="",sortable:n=!1,paginated:a=!1,pageSize:s=10}){let{sortConfig:l,currentPage:i,setCurrentPage:d,totalPages:c,paginatedData:m,requestSort:p}=Vo({data:t,sortable:n,paginated:a,pageSize:s}),g=f=>n?l?.key!==f?N(Oo,{size:14,className:"ml-1 opacity-30"}):l.direction==="asc"?N(Dn,{size:14,className:"ml-1 text-primary-400"}):N(Oo,{size:14,className:"ml-1 text-primary-400"}):null,b=o||xe(_n,{children:[e&&N("thead",{children:N("tr",{children:e.map((f,h)=>N("th",{onClick:()=>p(h),className:u("text-left px-3 py-2.5 border-b-2 border-border-subtle text-text-main font-semibold text-sm",n&&"cursor-pointer select-none hover:text-primary-400 transition-colors"),children:xe("div",{className:"flex items-center",children:[f,g(h)]})},h))})}),m&&N("tbody",{children:m.map((f,h)=>N("tr",{className:"transition-colors hover:bg-bg-surface",children:f.map((R,x)=>N("td",{className:"px-3 py-2 border-b border-border-subtle text-sm text-text-muted",children:R},x))},h))})]});return xe("div",{className:u("my-6 rounded-lg border border-border-subtle overflow-hidden",r),children:[N("div",{className:"overflow-x-auto",children:N("table",{className:"w-full border-collapse text-sm",children:b})}),a&&c>1&&xe("div",{className:"flex items-center justify-between border-t border-border-subtle px-4 py-3",children:[xe("span",{className:"text-xs text-text-muted",children:["Page ",i," of ",c]}),xe("div",{className:"flex items-center gap-1",children:[N(we.Button,{onPress:()=>d(1),isDisabled:i===1,className:"grid place-items-center h-7 w-7 rounded-md text-text-muted outline-none transition-colors hover:bg-bg-surface disabled:opacity-30 disabled:pointer-events-none cursor-pointer",children:N(Fn,{size:16})}),N(we.Button,{onPress:()=>d(f=>Math.max(f-1,1)),isDisabled:i===1,className:"grid place-items-center h-7 w-7 rounded-md text-text-muted outline-none transition-colors hover:bg-bg-surface disabled:opacity-30 disabled:pointer-events-none cursor-pointer",children:N($n,{size:16})}),N(we.Button,{onPress:()=>d(f=>Math.min(f+1,c)),isDisabled:i===c,className:"grid place-items-center h-7 w-7 rounded-md text-text-muted outline-none transition-colors hover:bg-bg-surface disabled:opacity-30 disabled:pointer-events-none cursor-pointer",children:N(zn,{size:16})}),N(we.Button,{onPress:()=>d(c),isDisabled:i===c,className:"grid place-items-center h-7 w-7 rounded-md text-text-muted outline-none transition-colors hover:bg-bg-surface disabled:opacity-30 disabled:pointer-events-none cursor-pointer",children:N(Wn,{size:16})})]})]})]})}import{jsx as ve,jsxs as ke}from"react/jsx-runtime";function kt({name:e,type:t,defaultValue:o,required:r=!1,children:n,id:a,className:s=""}){return ke("article",{className:u("group relative my-6 rounded-xl border border-border-subtle bg-bg-surface p-5 transition-all duration-300","hover:border-primary-500/30 hover:shadow-lg hover:shadow-primary-500/5",s),id:a,children:[ke("div",{className:"flex flex-col gap-3 sm:flex-row sm:items-center sm:justify-between mb-4",children:[ke("div",{className:"flex flex-wrap items-center gap-2.5",children:[ve("code",{className:"inline-flex items-center rounded-md bg-primary-500/10 px-2.5 py-1 font-mono text-sm font-bold text-primary-400 border border-primary-500/20 shadow-sm transition-colors group-hover:bg-primary-500/15",children:e}),t&&ve("span",{className:"rounded-md bg-bg-muted/80 border border-border-subtle px-2 py-0.5 text-[11px] font-semibold text-text-muted uppercase tracking-wider shadow-sm",children:t}),r&&ke("div",{className:"flex items-center gap-1.5 rounded-full bg-red-500/10 px-2.5 py-0.5 text-[10px] font-bold uppercase tracking-wider text-red-400 border border-red-500/20 shadow-sm",children:[ve("span",{className:"h-1 w-1 rounded-full bg-red-400 animate-pulse"}),"Required"]})]}),o&&ke("div",{className:"flex items-center gap-2 text-[11px] text-text-muted bg-bg-muted/30 px-2.5 py-1 rounded-md border border-border-subtle/50",children:[ve("span",{className:"font-semibold opacity-60 uppercase tracking-tighter",children:"Default"}),ve("code",{className:"font-mono text-text-main font-medium",children:o})]})]}),ve("div",{className:"text-sm text-text-muted leading-relaxed [&>p]:m-0 selection:bg-primary-500/30",children:n})]})}import{jsx as Gn}from"react/jsx-runtime";function St({to:e,children:t,className:o="",...r}){let n=e&&(e.startsWith("http://")||e.startsWith("https://")||e.startsWith("//")),a=u("text-blue-600 hover:text-blue-800 hover:underline cursor-pointer",o);return Gn(re,{href:e,className:a,target:n?"_blank":void 0,rel:n?"noopener noreferrer":void 0,...r,children:t})}import{jsx as Un}from"react/jsx-runtime";function Mt({src:e,alt:t,theme:o,...r}){let{theme:n}=se();return o&&o!==n?null:Un("img",{src:e,alt:t||"",...r})}import{jsx as k,jsxs as Se}from"react/jsx-runtime";function It({title:e,props:t,className:o=""}){return Se("div",{className:u("my-6",o),children:[e&&k("h3",{className:"text-base font-bold text-text-main mb-3",children:e}),k("div",{className:"overflow-x-auto rounded-lg border border-border-subtle",children:Se("table",{className:"w-full border-collapse text-sm",children:[k("thead",{children:Se("tr",{children:[k("th",{className:"text-left px-4 py-3 border-b-2 border-border-subtle text-xs font-bold uppercase tracking-wider text-text-muted",children:"Property"}),k("th",{className:"text-left px-4 py-3 border-b-2 border-border-subtle text-xs font-bold uppercase tracking-wider text-text-muted",children:"Type"}),k("th",{className:"text-left px-4 py-3 border-b-2 border-border-subtle text-xs font-bold uppercase tracking-wider text-text-muted",children:"Default"}),k("th",{className:"text-left px-4 py-3 border-b-2 border-border-subtle text-xs font-bold uppercase tracking-wider text-text-muted",children:"Description"})]})}),k("tbody",{children:t.map((r,n)=>Se("tr",{className:"transition-colors hover:bg-bg-surface",children:[Se("td",{className:"px-4 py-2.5 border-b border-border-subtle",children:[k("code",{className:"rounded bg-bg-surface px-1.5 py-0.5 font-mono text-xs font-bold text-primary-400",children:r.name}),r.required&&k("span",{className:"ml-1 text-red-400 font-bold",children:"*"})]}),k("td",{className:"px-4 py-2.5 border-b border-border-subtle",children:k("code",{className:"rounded bg-bg-muted px-1.5 py-0.5 font-mono text-xs text-text-muted",children:r.type})}),k("td",{className:"px-4 py-2.5 border-b border-border-subtle",children:r.defaultValue?k("code",{className:"rounded bg-bg-muted px-1.5 py-0.5 font-mono text-xs text-primary-400",children:r.defaultValue}):k("span",{className:"text-text-dim",children:"\u2014"})}),k("td",{className:"px-4 py-2.5 border-b border-border-subtle text-text-muted",children:r.description})]},`${r.name}-${n}`))})]})})]})}import{useMemo as Do}from"react";function $o(e){let{code:t,children:o,preview:r}=e,n=Do(()=>(t??(typeof o=="string"?o:"")).trim(),[t,o]),a=Do(()=>r??(typeof o!="string"?o:null),[r,o]);return{initialCode:n,previewElement:a}}import{jsx as Bt,jsxs as qn}from"react/jsx-runtime";function Et(e){let{highlightedHtml:t,hideCode:o=!1,hideSandbox:r=!1,hideCopy:n=!1,sandboxOptions:a={}}=e,{initialCode:s,previewElement:l}=$o(e);return qn("div",{className:"my-6 overflow-hidden rounded-xl border border-border-subtle",children:[Bt("div",{className:"flex items-center justify-center p-8 bg-bg-surface",children:l}),!o&&Bt("div",{className:"border-t border-border-subtle",children:Bt(U,{hideSandbox:r,hideCopy:n,title:a.title,lang:"tsx",highlightedHtml:t,plain:!0,children:s})})]})}import{useState as jn}from"react";import{Copy as zo,Check as Xn,ExternalLink as Kn,ChevronDown as Jn}from"lucide-react";import{jsx as W,jsxs as Me}from"react/jsx-runtime";var Yn=e=>{let[t,o]=jn(!1);return{copied:t,handleCopy:()=>{navigator.clipboard.writeText(e),o(!0),setTimeout(()=>o(!1),2e3)},handleOpenRaw:()=>{let a=new Blob([e],{type:"text/plain;charset=utf-8"}),s=URL.createObjectURL(a);window.open(s,"_blank")}}};function Ie({content:e,mdxRaw:t,config:o}){let r=t||e||"",{copied:n,handleCopy:a,handleOpenRaw:s}=Yn(r),l=o!==!1,i=typeof o=="object"&&o.text||"Copy Markdown";return!l||!r?null:W("div",{className:"relative inline-flex z-100 flex-shrink-0 w-max translate-y-0 active:translate-y-px transition-transform duration-200",children:Me(Qe,{className:"rounded-xl border border-border-subtle bg-bg-surface/40 backdrop-blur-md transition-all duration-300 hover:border-primary-500/50 hover:shadow-lg hover:shadow-primary-500/5 group overflow-hidden",children:[W(V,{variant:"ghost",onPress:a,icon:n?W(Xn,{size:16}):W(zo,{size:16}),iconPosition:"left",className:u("px-5 py-2 bg-transparent text-[0.8125rem] font-semibold h-9 border-none shrink-0","text-text-main transition-all duration-300 hover:bg-primary-500/5",n&&"text-emerald-500 hover:bg-emerald-500/5"),children:n?"Copied!":i}),Me(C.Trigger,{placement:"bottom end",children:[W(V,{variant:"ghost",isIconOnly:!0,icon:W(Jn,{size:14}),className:u("px-3.5 h-9 border-l border-border-subtle/50 text-text-muted rounded-none bg-transparent shrink-0","transition-all duration-300 hover:bg-primary-500/5 hover:text-primary-500")}),Me(C.Root,{className:"w-52",children:[Me(C.Item,{onAction:a,children:[W(zo,{size:16,className:"size-4 mt-0.5 text-text-muted group-hover:text-primary-500"}),W("span",{className:"font-medium text-[0.8125rem]",children:"Copy Markdown"})]}),Me(C.Item,{onAction:s,children:[W(Kn,{size:16,className:"size-4 mt-0.5 text-text-muted group-hover:text-primary-500"}),W("span",{className:"font-medium text-[0.8125rem]",children:"View as Markdown"})]})]})]})]})})}import{jsx as S,jsxs as ie}from"react/jsx-runtime";function Ht(){return S("div",{className:u("w-full h-full relative overflow-y-auto transition-opacity duration-300 animate-fade-in"),children:ie("div",{className:"mx-auto max-w-(--spacing-content-max) px-4 py-8 space-y-10",children:[ie("div",{className:"flex gap-2",children:[S(T,{className:"h-3 w-16"}),S(T,{className:"h-3 w-24"})]}),S(T,{className:"h-10 w-[60%] sm:h-12"}),ie("div",{className:"space-y-3",children:[S(T,{className:"h-4 w-full"}),S(T,{className:"h-4 w-[95%]"}),S(T,{className:"h-4 w-[40%]"})]}),ie("div",{className:"space-y-6 pt-4",children:[S(T,{className:"h-7 w-32"}),ie("div",{className:"space-y-3",children:[S(T,{className:"h-4 w-full"}),S(T,{className:"h-4 w-[98%]"}),S(T,{className:"h-4 w-[92%]"}),S(T,{className:"h-4 w-[60%]"})]})]}),S(T,{className:"h-32 w-full rounded-lg bg-bg-muted/50"}),ie("div",{className:"space-y-6 pt-4",children:[S(T,{className:"h-7 w-48"}),ie("div",{className:"space-y-3",children:[S(T,{className:"h-4 w-full"}),S(T,{className:"h-4 w-[85%]"})]})]})]})})}import{jsx as q,jsxs as Qn}from"react/jsx-runtime";var ye=({level:e,id:t,children:o,...r})=>{let n=`h${e}`;return Qn(n,{id:t,...r,className:"boltdocs-heading",children:[o,t&&q("a",{href:`#${t}`,className:"header-anchor","aria-label":"Anchor",children:q(Zn,{size:16})})]})},Fo={...At,Loading:Ht,h1:e=>q(ye,{level:1,...e}),h2:e=>q(ye,{level:2,...e}),h3:e=>q(ye,{level:3,...e}),h4:e=>q(ye,{level:4,...e}),h5:e=>q(ye,{level:5,...e}),h6:e=>q(ye,{level:6,...e}),pre:e=>q(U,{...e,children:e.children})};import rs from"virtual:boltdocs-mdx-components";import{useLocation as ns}from"react-router-dom";import{Fragment as cs,jsx as y,jsxs as qe}from"react/jsx-runtime";function ss(){let{currentLocale:e,config:t}=P();return Vt(()=>{if(!t.i18n)return;let o=t.i18n.localeConfigs?.[e];document.documentElement.lang=o?.htmlLang||e||"en",document.documentElement.dir=o?.direction||"ltr"},[e,t.i18n]),null}function as(){let e=ns(),{config:t}=P(),o=_(s=>s.setLocale),r=_(s=>s.setVersion),n=_(s=>s.currentLocale),a=_(s=>s.currentVersion);return Vt(()=>{let s=e.pathname.split("/").filter(Boolean),l=0,i=t.versions?.defaultVersion,d=t.i18n?.defaultLocale;if(s[l]==="docs"&&l++,t.versions&&s.length>l){let c=t.versions.versions.find(m=>m.path===s[l]);c&&(i=c.path,l++)}t.i18n&&s.length>l&&t.i18n.locales[s[l]]?d=s[l]:t.i18n&&s.length===0&&(d=n||t.i18n.defaultLocale),d!==n&&o(d),i!==a&&r(i)},[e.pathname,t,o,r,n,a]),null}function is({initialRoutes:e,initialConfig:t,docsDirName:o,modules:r,hot:n,homePage:a,externalPages:s,externalLayout:l,components:i={}}){let[d,c]=Wo(e),[m,p]=Wo(t),g=s||{},b=l||Go,f=_o(()=>d.filter(x=>!(a&&(x.path==="/"||x.path===""))&&!g[x.path===""?"/":x.path]).map(x=>{let O=Object.keys(r).find(I=>I===`/${o}/${x.filePath}`||I.endsWith(`/${o}/${x.filePath}`)||I.endsWith(`/${o}\\${x.filePath.replace(/\\/g,"/")}`)),H=O?r[O]:null;return{...x,Component:je.lazy(async()=>H?await H():{default:_e})}}),[d,r,o,a,g]);Vt(()=>{n&&(n.on("boltdocs:routes-update",x=>{c(x)}),n.on("boltdocs:config-update",x=>{p(x)}))},[n]);let h=_o(()=>({...Fo,...rs,...i}),[i]),R=h.Loading;return y(co,{children:y(bo,{components:h,children:y(to.Provider,{value:m,children:y(mo,{children:qe(oo,{routes:d,modules:r,children:[y(po,{}),y(as,{}),y(ss,{}),qe(os,{children:[y(le,{element:y(fo,{}),children:f.map(x=>y(le,{path:x.path===""?"/":x.path,element:y(je.Suspense,{fallback:y(R,{}),children:y(ho,{Component:x.Component})})},x.path))},"docs-layout"),a&&qe(cs,{children:[y(le,{path:"/",element:y(b,{children:y(a,{})})}),m.i18n&&Object.keys(m.i18n.locales).map(x=>y(le,{path:`/${x}`,element:y(b,{children:y(a,{})})},`home-${x}`))]}),Object.entries(g).map(([x,O])=>{let H=x==="/"?"":x;return qe(je.Fragment,{children:[y(le,{path:x,element:y(b,{children:y(O,{})})}),m.i18n&&Object.keys(m.i18n.locales).map(I=>y(le,{path:`/${I}${H}`,element:y(b,{children:y(O,{})})},`${x}-${I}`))]},x)}),y(le,{path:"*",element:y(Go,{children:y(_e,{})})})]})]})})})})})}function ls(e){let{target:t,routes:o,docsDirName:r,config:n,modules:a,hot:s,homePage:l,externalPages:i,externalLayout:d,components:c}=e,m=document.querySelector(t);if(!m)throw new Error(`[boltdocs] Mount target "${t}" not found in document.`);let p=y(je.StrictMode,{children:y(ts,{children:y(is,{initialRoutes:o,initialConfig:n,docsDirName:r,modules:a,hot:s,homePage:l,externalPages:i,externalLayout:d,components:c})})});m.innerHTML="",es.createRoot(m).render(p)}import{useLocation as ms}from"react-router-dom";function ee(e,t){return e?typeof e=="string"?e:t&&e[t]?e[t]:Object.values(e)[0]||"":""}function Ot(){let e=B(),{theme:t}=se(),o=ms(),{currentLocale:r}=P(),n=e.theme||{},a=ee(n.title,r)||"Boltdocs",s=n.navbar||[],l=n.socialLinks||[],i=n.githubRepo,d=s.map(b=>{let f=b.href||b.to||b.link||"",h=R=>{let x=o.pathname;if(x===R)return!0;if(!R||R==="/")return x==="/";let O=Pe=>{let D=Pe.split("/").filter(Boolean),$=0;return e.i18n?.locales&&D[$]&&e.i18n.locales[D[$]]&&$++,e.versions?.versions&&D[$]&&e.versions.versions.some(ar=>ar.path===D[$])&&$++,D.slice($)},H=O(R),I=O(x);return H.length===0?I.length===0:I.length<H.length?!1:H.every((Pe,D)=>I[D]===Pe)};return{label:ee(b.label||b.text,r),href:f,active:h(f),to:f.startsWith("http")||f.startsWith("//")?"external":void 0}}),c=n.logo,m=c?typeof c=="string"?c:t==="dark"?c.dark:c.light:null,p={alt:(c&&typeof c=="object"?c.alt:void 0)||a,width:c&&typeof c=="object"?c.width:void 0,height:c&&typeof c=="object"?c.height:void 0},g=i?`https://github.com/${i}`:null;return{links:d,title:a,logo:m,logoProps:p,github:g,social:l,config:e,theme:t}}import{useLocation as ds}from"react-router-dom";function Dt(e){let t=B(),o=ds(),r=m=>m.endsWith("/")&&m.length>1?m.slice(0,-1):m,n=r(o.pathname),a=e.find(m=>r(m.path)===n),s=a?.tab?.toLowerCase(),l=s?e.filter(m=>!m.tab||m.tab.toLowerCase()===s):e,i=[],d=new Map;for(let m of l)m.group?(d.has(m.group)||d.set(m.group,{slug:m.group,title:m.groupTitle||m.group,routes:[],icon:m.groupIcon}),d.get(m.group).routes.push(m)):i.push(m);return{groups:Array.from(d.values()),ungrouped:i,activeRoute:a,activePath:n,config:t}}import{useState as ps}from"react";function $t(e=[]){let[t,o]=ps(null);return{headings:e,activeId:t,setActiveId:o}}import{useLocation as us}from"react-router-dom";import{useEffect as fs,useState as gs,useRef as bs}from"react";function zt(e=[],t=[]){let o=us(),r=bs([]),[n,a]=gs({opacity:0,transform:"translateX(0) scaleX(0)",width:0}),l=t.find(c=>c.path===o.pathname)?.tab?.toLowerCase(),i=e.findIndex(c=>c.id.toLowerCase()===l),d=i===-1?0:i;return fs(()=>{let c=r.current[d];c&&a({opacity:1,width:c.offsetWidth,transform:`translateX(${c.offsetLeft}px)`})},[d,e.length,o.pathname]),{tabs:e,activeIndex:d,indicatorStyle:n,tabRefs:r,activeTabId:l}}import{useNavigate as hs}from"react-router-dom";function te(e,t,o){let r=e;return t&&(r===t||r.startsWith(t+"/"))&&(r=r===t?"index.md":r.slice(t.length+1)),o&&(r===o||r.startsWith(o+"/"))&&(r=r===o?"index.md":r.slice(o.length+1)),r}function Ft(){let e=hs(),t=P(),{allRoutes:o,currentRoute:r,currentVersion:n,currentLocale:a,config:s}=t,l=s.versions,i=_(m=>m.setVersion),d=m=>{if(!l||m===n)return;i(m);let p=`/docs/${m}`;if(r){let g=te(r.filePath,r.version,r.locale),b=o.find(f=>te(f.filePath,f.version,f.locale)===g&&(f.version||l.defaultVersion)===m&&(a?f.locale===a:!f.locale));if(b)p=b.path;else{let f=o.find(h=>te(h.filePath,h.version,h.locale)==="index.md"&&(h.version||l.defaultVersion)===m&&(a?h.locale===a:!h.locale));p=f?f.path:`/docs/${m}${a?`/${a}`:""}`}}e(p)},c=t.availableVersions.map(m=>({...m,label:m.label,value:m.key}));return{currentVersion:n,currentVersionLabel:t.currentVersionLabel,availableVersions:c,handleVersionChange:d}}import{useNavigate as xs}from"react-router-dom";function Wt(){let e=xs(),t=P(),{allRoutes:o,currentRoute:r,currentLocale:n,config:a}=t,s=a.i18n,l=_(p=>p.setLocale),i=p=>{if(!s||p===n)return;l(p);let g="/";if(r){let b=te(r.filePath,r.version,r.locale),f=o.find(h=>te(h.filePath,h.version,h.locale)===b&&(h.locale||s.defaultLocale)===p&&h.version===r.version);if(f)g=f.path;else{let h=o.find(R=>te(R.filePath,R.version,R.locale)==="index.md"&&(R.locale||s.defaultLocale)===p&&R.version===r.version);g=h?h.path:p===s.defaultLocale?r.version?`/${r.version}`:"/":r.version?`/${r.version}/${p}`:`/${p}`}}else{let b=o.find(f=>(f.filePath==="index.mdx"||f.filePath==="index.md")&&(f.locale||s.defaultLocale)===p&&!f.version);b?g=b.path:g=p===s.defaultLocale?"/":`/${p}`}e(g)},c=a.i18n?.localeConfigs?.[n]?.label||a.i18n?.locales[n]||n,m=a.i18n?Object.entries(a.i18n.locales).map(([p,g])=>{let b=a.i18n?.localeConfigs?.[p];return{key:p,label:b?.label||g,value:p,isCurrent:p===n}}):[];return{currentLocale:n,currentLocaleLabel:c,availableLocales:m,handleLocaleChange:i}}import{useLocation as vs}from"react-router-dom";function _t(){let{routes:e,currentRoute:t}=P(),o=vs();if(!t)return{prevPage:null,nextPage:null,currentRoute:null};let r=t.tab?.toLowerCase(),n=r?e.filter(i=>i.tab?.toLowerCase()===r):e.filter(i=>!i.tab),a=n.findIndex(i=>i.path===o.pathname),s=a>0?n[a-1]:null,l=a!==-1&&a<n.length-1?n[a+1]:null;return{prevPage:s,nextPage:l,currentRoute:t}}function Gt(){let{currentRoute:e}=P(),t=[];return e&&(e.groupTitle&&t.push({label:e.groupTitle}),t.push({label:e.title,href:e.path})),{crumbs:t,activeRoute:e}}import{useLocation as ys}from"react-router-dom";var Ut=()=>ys();import{jsx as Ce}from"react/jsx-runtime";function Cs({children:e,className:t,style:o}){return Ce("div",{className:u("h-screen flex flex-col overflow-hidden bg-bg-main text-text-main",t),style:o,children:e})}function Rs({children:e,className:t,style:o}){return Ce("div",{className:u("mx-auto flex flex-1 w-full max-w-(--breakpoint-3xl) bg-bg-main overflow-hidden",t),style:o,children:e})}function Ps({children:e,className:t,style:o}){return Ce("main",{className:u("boltdocs-content flex-1 min-w-0 overflow-y-auto","contain-layout",t),style:o,children:e})}function Ns({children:e,className:t,style:o}){let{pathname:r}=Ut();return Ce("div",{className:u("boltdocs-page mx-auto pt-4 pb-20 px-4 sm:px-8",{"max-w-content-max":r.includes("/docs/")},t),style:o,children:e})}function Ts({children:e,className:t,style:o}){return Ce("div",{className:u("flex items-center justify-between mb-10",t),style:o,children:e})}function Ls({children:e,className:t,style:o}){return Ce("div",{className:u("mt-20",t),style:o,children:e})}var ce=Object.assign(Cs,{Body:Rs,Content:Ps,ContentMdx:Ns,ContentHeader:Ts,ContentFooter:Ls});import{Suspense as Vs,lazy as Os}from"react";import{useEffect as ws,useState as ks}from"react";import{Sun as Uo,Moon as qo,Monitor as jo}from"lucide-react";import{Button as Ss}from"react-aria-components";import{jsx as j,jsxs as Be}from"react/jsx-runtime";function Xo(){let{theme:e,setTheme:t}=se(),[o,r]=ks(!1);if(ws(()=>{r(!0)},[]),!o)return j("div",{className:"h-9 w-9"});let n=e==="system"?jo:e==="dark"?qo:Uo;return Be(C.Trigger,{placement:"bottom right",children:[j(Ss,{className:"flex h-9 w-9 items-center justify-center rounded-md text-text-muted transition-colors hover:bg-bg-surface hover:text-text-main outline-none focus-visible:ring-2 focus-visible:ring-primary-500","aria-label":"Selection theme",children:j(n,{size:20,className:"animate-in fade-in zoom-in duration-300"})}),Be(C.Root,{selectionMode:"single",selectedKeys:[e],onSelectionChange:a=>{let s=Array.from(a)[0];t(s)},children:[Be(C.Item,{id:"light",children:[j(Uo,{size:16}),j("span",{children:"Light"})]}),Be(C.Item,{id:"dark",children:[j(qo,{size:16}),j("span",{children:"Dark"})]}),Be(C.Item,{id:"system",children:[j(jo,{size:16}),j("span",{children:"System"})]})]})]})}import{useEffect as Bs,useState as Es}from"react";var Ms="https://api.github.com";async function Ko(e,t,o=Ms){let r=new Headers;t&&r.append("authorization",t);let a=await(await fetch(`${o}/repos/${e}`,{headers:r})).json();return a.stargazers_count!==void 0?Is(a.stargazers_count):"0"}var Is=e=>Intl.NumberFormat("en",{notation:"compact",compactDisplay:"short"}).format(e);import{jsx as Jo,jsxs as As}from"react/jsx-runtime";function Yo({repo:e}){let[t,o]=Es(null);return Bs(()=>{e&&Ko(e).then(r=>o(r)).catch(()=>o("0"))},[e]),As("a",{href:`https://github.com/${e}`,target:"_blank",rel:"noopener noreferrer",className:"inline-flex items-center gap-2 rounded-md border border-border-subtle bg-bg-surface px-2.5 py-1.5 text-xs font-medium text-text-muted transition-all hover:bg-bg-main hover:border-border-strong hover:text-text-main",children:[Jo(no,{className:"h-4 w-4"}),t&&Jo("span",{className:"tabular-nums",children:t})]})}import*as Hs from"lucide-react";import{jsx as Re,jsxs as Zo}from"react/jsx-runtime";function Qo({tabs:e,routes:t}){let{currentLocale:o}=P(),{indicatorStyle:r,tabRefs:n,activeIndex:a}=zt(e,t),s=l=>{if(!l)return null;if(l.trim().startsWith("<svg"))return Re("span",{className:"h-4 w-4",dangerouslySetInnerHTML:{__html:l}});let i=Hs[l];return i?Re(i,{size:16}):Re("img",{src:l,alt:"",className:"h-4 w-4 object-contain"})};return Re("div",{className:"mx-auto max-w-(--breakpoint-3xl) px-4 md:px-6",children:Zo(We.List,{className:"border-none py-0",children:[e.map((l,i)=>{let d=i===a,c=t.find(p=>p.tab&&p.tab.toLowerCase()===l.id.toLowerCase()),m=c?c.path:"#";return Zo(re,{href:m,ref:p=>{n.current[i]=p},className:`relative flex items-center gap-2 px-4 py-3 text-sm font-medium transition-colors outline-none ${d?"text-primary-500":"text-text-muted hover:text-text-main"}`,children:[s(l.icon),Re("span",{children:ee(l.text,o)})]},l.id)}),Re(We.Indicator,{style:r})]})})}import{useLocation as Ds}from"react-router-dom";import{ChevronDown as er,Languages as $s}from"lucide-react";import{Fragment as Gs,jsx as v,jsxs as oe}from"react/jsx-runtime";var zs=Os(()=>import("../search-dialog-YBM4GYDR.mjs").then(e=>({default:e.SearchDialog})));function qt(){let{links:e,title:t,logo:o,logoProps:r,github:n,social:a,config:s}=Ot(),{routes:l,allRoutes:i,currentVersion:d,currentLocale:c}=P(),{pathname:m}=Ds(),p=s.theme||{},g=m.startsWith("/docs"),b=p?.tabs&&p.tabs.length>0;return oe(E.Root,{className:b?"border-b-0":"",children:[oe(E.Content,{children:[oe(E.Left,{children:[o&&v(E.Logo,{src:o,alt:r?.alt||t,width:r?.width??24,height:r?.height??24}),v(E.Title,{children:t}),s.versions&&d&&v(Ws,{})]}),v(E.Center,{children:v(Vs,{fallback:v("div",{className:"h-9 w-32 animate-pulse rounded-md bg-bg-surface"}),children:v(zs,{routes:l||[]})})}),oe(E.Right,{children:[v(E.Links,{children:e.map(f=>v(Gs,{children:v(Fs,{link:f},f.href)}))}),s.i18n&&c&&v(_s,{}),v(E.Split,{}),v(Xo,{}),n&&v(Yo,{repo:p?.githubRepo??""}),a.length>0&&v(E.Split,{}),v("div",{className:"flex items-center gap-1",children:a.map(({icon:f,link:h})=>v(E.Socials,{icon:f,link:h,className:"p-1.5"},h))})]})]}),g&&b&&p?.tabs&&v("div",{className:"w-full border-b border-border-subtle bg-bg-main",children:v(Qo,{tabs:p.tabs,routes:i||l||[]})})]})}function Fs({link:e}){let t=Ke(e.href||"");return v(E.Link,{...e,href:t})}function Ws(){let{currentVersionLabel:e,availableVersions:t,handleVersionChange:o}=Ft();return t.length===0?null:oe(C.Trigger,{children:[v(V,{variant:"outline",size:"sm",rounded:"lg",iconPosition:"right",icon:v(er,{className:"w-3.5 h-3.5 text-text-muted/60"}),className:"h-8 border-border-subtle/60 bg-bg-surface/30 backdrop-blur-sm transition-all duration-200 hover:border-primary-500/50 hover:bg-primary-500/5",children:v("span",{className:"font-semibold text-[0.8125rem]",children:e})}),v(C.Root,{children:v(C.Section,{items:t,children:r=>v(C.Item,{onPress:()=>o(r.value),children:r.label},`${r.value??""}`)})})]})}function _s(){let{currentLocale:e,availableLocales:t,handleLocaleChange:o}=Wt();return t.length===0?null:oe(C.Trigger,{children:[v(V,{variant:"outline",size:"sm",rounded:"lg",iconPosition:"right",icon:v(er,{className:"w-3.5 h-3.5 text-text-muted/60"}),className:"h-8 border-border-subtle/60 bg-bg-surface/30 backdrop-blur-sm transition-all duration-200 hover:border-primary-500/50 hover:bg-primary-500/5 px-2.5",children:oe("div",{className:"flex items-center gap-1.5",children:[v($s,{className:"w-3.5 h-3.5 text-primary-500"}),v("span",{className:"font-bold text-[0.75rem] tracking-wider uppercase opacity-90",children:e||"en"})]})}),v(C.Root,{children:v(C.Section,{items:t,children:r=>v(C.Item,{onPress:()=>o(r.value),children:oe("div",{className:"flex items-center justify-between w-full gap-4",children:[v("span",{children:r.label}),v("span",{className:"text-[10px] font-bold opacity-40 uppercase tracking-tighter",children:r.value})]})},`${r.value??""}`)})})]})}import{useState as qs,useEffect as js,useMemo as Xs}from"react";import{Zap as Us}from"lucide-react";import{jsx as jt,jsxs as tr}from"react/jsx-runtime";function or(){return jt("div",{className:"flex items-center justify-center mt-10 mb-4 px-4 w-full",children:tr("a",{href:"https://github.com/jesusalcaladev/boltdocs",target:"_blank",rel:"noopener noreferrer",className:"group relative flex items-center gap-2 px-4 py-2 rounded-full border border-border-subtle bg-bg-surface/50 backdrop-blur-md transition-all duration-300 hover:border-primary-500/50 hover:bg-bg-surface hover:shadow-xl hover:shadow-primary-500/5 select-none",children:[jt(Us,{className:"w-3.5 h-3.5 text-text-muted group-hover:text-primary-500 transition-colors duration-300",fill:"currentColor"}),tr("span",{className:"text-[11px] font-medium text-text-muted group-hover:text-text-main transition-colors duration-300 tracking-wide",children:["Powered by"," ",jt("strong",{className:"font-bold text-text-main/80 group-hover:text-text-main",children:"Boltdocs"})]})]})})}import*as Ks from"lucide-react";import{jsx as me,jsxs as Ys}from"react/jsx-runtime";function rr(e){return e&&Ks[e]||void 0}function Js({group:e,activePath:t,getIcon:o}){let r=Xs(()=>e.routes.some(s=>s.path===t),[e.routes,t]),[n,a]=qs(!0);return js(()=>{r&&a(!0)},[r]),me(ne.Group,{title:e.title,isOpen:n,onToggle:()=>a(!n),children:e.routes.map(s=>{let l=t===(s.path.endsWith("/")?s.path.slice(0,-1):s.path);return me(ne.Link,{label:s.title,href:s.path,active:l,icon:o(s.icon),badge:s.badge},s.path)})})}function Xt({routes:e,config:t}){let{groups:o,ungrouped:r,activePath:n}=Dt(e),a=t.theme||{};return Ys(ne.Root,{children:[r.length>0&&me(ne.Group,{className:"mb-6",children:r.map(s=>{let l=n===(s.path.endsWith("/")?s.path.slice(0,-1):s.path);return me(ne.Link,{label:s.title,href:s.path,active:l,icon:rr(s.icon),badge:s.badge},s.path)})}),o.map(s=>me(Js,{group:s,activePath:n,getIcon:rr},s.slug)),a?.poweredBy&&me("div",{className:"mt-auto pt-8",children:me(or,{})})]})}import Zs,{useRef as nr,useEffect as Qs,useState as ea,useCallback as ta}from"react";import{Pencil as oa,CircleHelp as ra,TextAlignStart as na}from"lucide-react";import{jsx as A,jsxs as de}from"react/jsx-runtime";function Kt({headings:e=[],editLink:t,communityHelp:o,filePath:r}){let{headings:n}=$t(e),a=Zs.useMemo(()=>n.map(s=>({title:s.text,url:`#${s.id}`,depth:s.level})),[n]);return n.length===0?null:A(Ze,{toc:a,children:A(sa,{headings:n,editLink:t,communityHelp:o,filePath:r})})}function sa({headings:e,editLink:t,communityHelp:o,filePath:r}){let n=Je(),[a,s]=ea({opacity:0}),l=nr(null),i=nr(null);Qs(()=>{if(!n||!l.current)return;let c=l.current.querySelector(`a[href="#${n}"]`);c&&s({transform:`translateY(${c.offsetTop}px)`,height:`${c.offsetHeight}px`,opacity:1})},[n]);let d=ta((c,m)=>{c.preventDefault();let p=document.getElementById(m);p&&(p.scrollIntoView({behavior:"smooth"}),window.history.pushState(null,"",`#${m}`))},[]);return de(K.Root,{children:[de(K.Header,{className:"flex flex-row gap-x-2",children:[A(na,{size:16}),"On this page"]}),A(Ye,{containerRef:i,children:de(K.Content,{className:"max-h-[450px] boltdocs-otp-scroll-area",ref:i,children:[A(K.Indicator,{style:a}),A("ul",{className:"relative space-y-2 border-l border-border-subtle",ref:l,children:e.map(c=>A(K.Item,{level:c.level,children:A(K.Link,{href:`#${c.id}`,active:n===c.id,onClick:m=>d(m,c.id),className:"pl-4",children:c.text})},c.id))})]})}),(t||o)&&de("div",{className:"mt-8 pt-8 border-t border-border-subtle space-y-4",children:[A("p",{className:"text-xs font-bold uppercase tracking-wider text-text-main",children:"Need help?"}),de("ul",{className:"space-y-3",children:[t&&r&&A("li",{children:de("a",{href:t.replace(":path",r),target:"_blank",rel:"noopener noreferrer",className:"flex items-center gap-2 text-sm text-text-muted hover:text-text-main transition-colors",children:[A(oa,{size:16}),"Edit this page"]})}),o&&A("li",{children:de("a",{href:o,target:"_blank",rel:"noopener noreferrer",className:"flex items-center gap-2 text-sm text-text-muted hover:text-text-main transition-colors",children:[A(ra,{size:16}),"Community help"]})})]})]})]})}import{useEffect as aa}from"react";import{useLocation as ia}from"react-router-dom";function Jt({siteTitle:e,siteDescription:t,routes:o}){let r=ia();return aa(()=>{let n=o.find(d=>d.path===r.pathname),a=n?.title,s=n?.description||t||"";document.title=a?`${a} | ${e}`:e;let l=document.querySelector('meta[name="description"]');l||(l=document.createElement("meta"),l.name="description",document.head.appendChild(l)),l.content=s,pe("property","og:title",document.title),pe("property","og:description",s),pe("property","og:type","article"),pe("property","og:url",window.location.href),pe("name","twitter:card","summary"),pe("name","twitter:title",document.title),pe("name","twitter:description",s);let i=document.querySelector('link[rel="canonical"]');i||(i=document.createElement("link"),i.rel="canonical",document.head.appendChild(i)),i.href=window.location.origin+r.pathname},[r.pathname,e,t,o]),null}function pe(e,t,o){let r=document.querySelector(`meta[${e}="${t}"]`);r||(r=document.createElement("meta"),r.setAttribute(e,t),document.head.appendChild(r)),r.content=o}import{Home as la}from"lucide-react";import{jsx as Ee,jsxs as sr}from"react/jsx-runtime";function Yt(){let{crumbs:e,activeRoute:t}=Gt(),r=B().theme||{};return e.length===0||!r?.breadcrumbs?null:sr(J.Root,{children:[Ee(J.Item,{children:Ee(J.Link,{href:"/",children:Ee(la,{size:14})})}),e.map((n,a)=>sr(J.Item,{children:[Ee(J.Separator,{}),Ee(J.Link,{href:n.href,className:u({"font-medium text-text-main":n.href===t?.path}),children:n.label})]},`crumb-${n.href}-${n.label}-${a}`))]})}import{jsx as Ae,jsxs as Zt}from"react/jsx-runtime";function Qt(){let{prevPage:e,nextPage:t}=_t();return!e&&!t?null:Zt(G.Root,{className:"animate-in fade-in slide-in-from-bottom-4 duration-700",children:[e?Zt(G.Link,{to:e.path,direction:"prev",children:[Ae(G.Title,{children:"Previous"}),Ae(G.Description,{children:e.title})]}):Ae("div",{}),t&&Zt(G.Link,{to:t.path,direction:"next",children:[Ae(G.Title,{children:"Next"}),Ae(G.Description,{children:t.title})]})]})}import{Component as ca}from"react";import{jsx as eo,jsxs as ma}from"react/jsx-runtime";var He=class extends ca{state={hasError:!1};static getDerivedStateFromError(t){return{hasError:!0,error:t}}componentDidCatch(t,o){console.error("Uncaught error in Boltdocs Layout:",t,o)}render(){return this.state.hasError?this.props.fallback||ma("div",{className:"flex flex-col items-center justify-center min-h-[40vh] text-center gap-4 px-4",children:[eo("div",{className:"text-lg font-bold text-red-400",children:"Something went wrong"}),eo("p",{className:"text-sm text-text-muted max-w-md",children:this.state.error?.message||"An unexpected error occurred while rendering this page."}),eo(V,{className:"rounded-lg border border-border-subtle bg-bg-surface px-5 py-2 text-sm font-medium text-text-main transition-colors hover:bg-bg-muted cursor-pointer",onPress:()=>this.setState({hasError:!1}),children:"Try again"})]}):this.props.children}};import{useLocation as da}from"react-router-dom";import{jsx as X,jsxs as Xe}from"react/jsx-runtime";function pa({children:e}){let{routes:t,allRoutes:o,currentRoute:r,currentLocale:n}=P(),{pathname:a}=da(),s=B(),i=Te().CopyMarkdown||Ie,d=a==="/"||a==="";return Xe(ce,{children:[X(Jt,{siteTitle:ee(s.theme?.title,n)||"Boltdocs",siteDescription:ee(s.theme?.description,n)||"",routes:o}),X(qt,{}),Xe(ce.Body,{children:[!d&&X(Xt,{routes:t,config:s}),Xe(ce.Content,{children:[!d&&Xe(ce.ContentHeader,{children:[X(Yt,{}),X(i,{mdxRaw:r?._rawContent,route:r,config:s.theme?.copyMarkdown})]}),X(He,{children:e}),!d&&X(ce.ContentFooter,{children:X(Qt,{})})]}),!d&&X(Kt,{headings:r?.headings,editLink:s.theme?.editLink,communityHelp:s.theme?.communityHelp,filePath:r?.filePath})]})]})}export{z as Admonition,Ze as AnchorProvider,lt as Badge,Yt as Breadcrumbs,tt as Button,Qe as ButtonGroup,mt as Card,ct as Cards,ht as Caution,U as CodeBlock,Et as ComponentPreview,It as ComponentProps,Ie as CopyMarkdown,ft as Danger,pa as DefaultLayout,ce as DocsLayout,He as ErrorBoundary,kt as Field,Lt as FileTree,Jt as Head,Mt as Image,bt as Important,gt as InfoBox,St as Link,vt as List,Ht as Loading,qt as Navbar,_e as NotFound,dt as Note,Kt as OnThisPage,Qt as PageNav,J as PrimitiveBreadcrumbs,V as PrimitiveButton,re as PrimitiveLink,C as PrimitiveMenu,lr as PrimitiveNavLink,cr as PrimitiveNavbar,mr as PrimitiveNavigationMenu,K as PrimitiveOnThisPage,G as PrimitivePageNav,fr as PrimitivePopover,ne as PrimitiveSidebar,T as PrimitiveSkeleton,We as PrimitiveTabs,Fe as PrimitiveTooltip,Ye as ScrollProvider,dr as SearchDialogPrimitive,Xt as Sidebar,st as Tab,wt as Table,at as Tabs,pt as Tip,it as Video,ut as Warning,u as cn,ls as createBoltdocsApp,Je as useActiveAnchor,ur as useActiveAnchors,Gt as useBreadcrumbs,B as useConfig,Wt as useI18n,pr as useItems,Ke as useLocalizedTo,Ut as useLocation,Te as useMdxComponents,Ot as useNavbar,$t as useOnThisPage,_t as usePageNav,P as useRoutes,gr as useSearch,Dt as useSidebar,zt as useTabs,se as useTheme,Ft as useVersion};
|
|
1
|
+
import{A as ar,B as ir,C as Ke,D as lr,E as Ye,F as Je,G as X,H as F,I as $e,J as ne,K as j,L as Ze,M as cr,N as C,O as T,P as mr,a as or,b as eo,c as S,d as to,e as $,f as R,g as Xe,h as u,i as re,j as rr,k as oo,l as V,m as ro,n as He,o as Ve,p as De,q as Oe,r as ze,s as ue,t as fe,u as ge,v as be,w as je,x as nr,y as I,z as sr}from"../chunk-J2PTDWZM.mjs";import Ge,{useEffect as Ht,useState as Do,useMemo as Oo}from"react";import Kn from"react-dom/client";import{BrowserRouter as Yn,Routes as Jn,Route as le}from"react-router-dom";import{ArrowLeft as pr}from"lucide-react";import{jsx as Pe,jsxs as no}from"react/jsx-runtime";function Fe(){return Pe("div",{className:"flex items-center justify-center min-h-[60vh] text-center",children:no("div",{className:"space-y-4",children:[Pe("span",{className:"text-8xl font-black tracking-tighter text-primary-500/20",children:"404"}),Pe("h1",{className:"text-2xl font-bold text-text-main",children:"Page Not Found"}),Pe("p",{className:"text-sm text-text-muted max-w-sm mx-auto",children:"The page you're looking for doesn't exist or has been moved."}),no(re,{href:"/",className:"inline-flex items-center gap-2 rounded-lg bg-primary-500 px-5 py-2.5 text-sm font-semibold text-white outline-none transition-all hover:brightness-110 hover:shadow-lg focus-visible:ring-2 focus-visible:ring-primary-500/30",children:[Pe(pr,{size:16})," Go to Home"]})]})})}import{createContext as dr,use as ur,useEffect as so,useState as Qe}from"react";import{jsx as fr}from"react/jsx-runtime";var ao=dr(void 0);function io({children:e}){let[t,r]=Qe("system"),[o,n]=Qe("dark"),[a,s]=Qe(!1);so(()=>{s(!0);let i=localStorage.getItem("boltdocs-theme"),p=i==="light"||i==="dark"||i==="system"?i:"system";r(p);let l=window.matchMedia("(prefers-color-scheme: dark)");((g,b)=>{n(g==="system"?b?"dark":"light":g)})(p,l.matches);let d=g=>{n(b=>(localStorage.getItem("boltdocs-theme")||"system")==="system"?g.matches?"dark":"light":b)};return l.addEventListener("change",d),()=>l.removeEventListener("change",d)},[]),so(()=>{if(!a)return;let i=window.matchMedia("(prefers-color-scheme: dark)").matches,p=t==="system"?i?"dark":"light":t;n(p);let l=document.documentElement;p==="light"?(l.classList.add("theme-light"),l.dataset.theme="light"):(l.classList.remove("theme-light"),l.dataset.theme="dark")},[t,a]);let m=i=>{r(i),localStorage.setItem("boltdocs-theme",i)};return fr(ao.Provider,{value:{theme:t,resolvedTheme:o,setTheme:m},children:e})}function se(){let e=ur(ao);if(e===void 0)throw new Error("useTheme must be used within a ThemeProvider");return e}import zo from"virtual:boltdocs-layout";import{startTransition as gr}from"react";import{RouterProvider as br}from"react-aria-components";import{useNavigate as hr,useHref as xr}from"react-router-dom";import{jsx as vr}from"react/jsx-runtime";function lo({children:e}){let t=hr();return vr(br,{navigate:(r,o)=>{gr(()=>{t(r,o)})},useHref:xr,children:e})}import{useLayoutEffect as yr}from"react";import{useLocation as Cr}from"react-router-dom";function co(){let{pathname:e,hash:t}=Cr();return yr(()=>{let r=document.querySelector(".boltdocs-content")||window,o=()=>r===window?window.scrollY:r.scrollTop,n=(a,s="auto")=>{r===window?window.scrollTo({top:a,behavior:s}):r.scrollTo({top:a,behavior:s})};if(t){let a=t.replace("#",""),s=document.getElementById(a);if(s){let i=r===window?0:r.getBoundingClientRect().top,c=s.getBoundingClientRect().top-i-80+o();n(c,"smooth");return}}n(0)},[e,t]),null}import{Outlet as Rr}from"react-router-dom";import Pr from"virtual:boltdocs-layout";import{jsx as mo}from"react/jsx-runtime";function po(){return mo(Pr,{children:mo(Rr,{})})}import{createContext as Nr,use as Tr}from"react";import{jsx as Lr}from"react/jsx-runtime";var uo=Nr({});function Ne(){return Tr(uo)}function fo({components:e,children:t}){return Lr(uo.Provider,{value:e,children:t})}import{jsx as wr}from"react/jsx-runtime";function go({Component:e}){let t=Ne();return wr(e,{components:t})}import{Link as Xn}from"lucide-react";var Bt={};or(Bt,{Admonition:()=>D,Badge:()=>it,Button:()=>et,Card:()=>ct,Cards:()=>lt,Caution:()=>bt,CodeBlock:()=>W,ComponentPreview:()=>Et,ComponentProps:()=>St,CopyMarkdown:()=>Se,Danger:()=>ut,Field:()=>wt,FileTree:()=>Tt,Image:()=>Mt,Important:()=>gt,InfoBox:()=>ft,Link:()=>kt,List:()=>xt,Note:()=>mt,Tab:()=>nt,Table:()=>Lt,Tabs:()=>st,Tip:()=>pt,Video:()=>at,Warning:()=>dt});import{jsx as kr}from"react/jsx-runtime";var et=({className:e,variant:t,size:r,rounded:o,iconSize:n,disabled:a,...s})=>kr(V,{className:u("group",oo({variant:t,size:r,rounded:o,iconSize:n,disabled:a,className:e})),...s});import*as ot from"react-aria-components";import{Copy as Er,Check as Br,File as Ar}from"lucide-react";var bo=async e=>{try{return await navigator.clipboard.writeText(e),!0}catch{let t=document.createElement("textarea");return t.value=e,t.style.position="fixed",t.style.opacity="0",document.body.appendChild(t),t.select(),document.execCommand("copy"),document.body.removeChild(t),!0}};import{useCallback as Mr,useEffect as Sr,useRef as Ir,useState as tt}from"react";function ho(e){let{title:t}=e,[r,o]=tt(!1),[n,a]=tt(!1),[s,m]=tt(!1),i=Ir(null),p=S(),l=Mr(async()=>{let c=i.current?.textContent??"";bo(c),o(!0),setTimeout(()=>o(!1),2e3)},[]);return Sr(()=>{let c=i.current?.textContent?.length??0;m(c>120)},[e.children,e.highlightedHtml]),{copied:r,isExpanded:n,setIsExpanded:a,isExpandable:s,preRef:i,handleCopy:l,shouldTruncate:s&&!n}}import{jsx as B,jsxs as xo}from"react/jsx-runtime";var Hr={ts:He,tsx:ue,js:Ve,jsx:ue,json:De,css:Oe,html:ze,md:fe,mdx:fe,bash:ge,sh:ge,yaml:be,yml:be};function W(e){let{children:t,hideCopy:r=!1,highlightedHtml:o,"data-highlighted-html":n,title:a,"data-lang":s,plain:m=!1,...i}=e,p=o||n,l=S(),c=e.lang||s||"",{copied:d,isExpanded:g,setIsExpanded:b,isExpandable:f,preRef:x,handleCopy:P,shouldTruncate:h}=ho(e),A=Hr[c];return xo("div",{className:u("group relative overflow-hidden bg-(--color-code-bg)","contain-layout contain-paint",{"my-6 rounded-lg border border-border-subtle":!m,"[&>pre]:max-h-62.5 [&>pre]:overflow-hidden":h},e.className),children:[a&&xo("div",{className:"flex items-center gap-2 border-b border-border-subtle bg-bg-surface/50 px-4 py-2 text-[13px] font-medium text-text-muted",children:[A?B(A,{size:14}):B(Ar,{size:14,className:"opacity-60"}),B("span",{children:a})]}),B("div",{className:"absolute top-3 right-4 z-50 flex items-center gap-2 transition-all duration-300 opacity-0 group-hover:opacity-100",children:!r&&B(je,{content:d?"Copied!":"Copy code",children:B(ot.Button,{onPress:P,className:u("grid place-items-center size-8 bg-transparent outline-none cursor-pointer transition-all duration-200 hover:scale-110 active:scale-95 [&>svg]:size-4 [&>svg]:stroke-2",d?"text-emerald-400":"text-text-muted hover:text-text-main"),"aria-label":"Copy code",children:d?B(Br,{size:20}):B(Er,{size:20})})})}),p?B("div",{ref:x,className:"shiki-wrapper [&>pre]:m-0! [&>pre]:rounded-none! [&>pre]:border-none! [&>pre]:bg-inherit! [&>pre>code]:grid! [&>pre>code]:p-5! [&>.shiki.shiki-themes]:bg-transparent!",dangerouslySetInnerHTML:{__html:p}}):B("pre",{ref:x,className:"m-0! rounded-none! border-none! bg-inherit! font-mono text-[0.8125rem] leading-[1.7]",...i,children:t}),f&&B("div",{className:u(h?"absolute bottom-0 inset-x-0 h-24 bg-linear-to-t from-(--color-code-bg) to-transparent flex items-end justify-center pb-4 z-10":"relative flex justify-center py-4"),children:B(ot.Button,{onPress:()=>b(!g),className:"rounded-full bg-bg-surface border border-border-subtle px-5 py-2 text-[0.8125rem] font-medium text-text-main outline-none cursor-pointer transition-all hover:bg-border-subtle hover:-translate-y-px backdrop-blur-md",children:g?"Show less":"Expand code"})})]})}import{Children as zr,isValidElement as $r,useMemo as Fr}from"react";import*as Y from"react-aria-components";import{useState as vo,useRef as Vr,useEffect as Dr,useCallback as Or}from"react";function yo({initialIndex:e=0,tabs:t}){let r=t[e]?.props.disabled?t.findIndex(p=>!p.props.disabled):e,[o,n]=vo(r===-1?0:r),a=Vr([]),[s,m]=vo({opacity:0,transform:"translateX(0)",width:0});Dr(()=>{let p=a.current[o];p&&m({opacity:1,width:p.offsetWidth,transform:`translateX(${p.offsetLeft}px)`})},[o,t]);let i=Or(p=>{let l=0;if(p.key==="ArrowRight"?l=1:p.key==="ArrowLeft"&&(l=-1),l!==0){let c=(o+l+t.length)%t.length;for(;t[c].props.disabled&&c!==o;)c=(c+l+t.length)%t.length;c!==o&&!t[c].props.disabled&&(n(c),a.current[c]?.focus())}},[o,t]);return{active:o,setActive:n,tabRefs:a,indicatorStyle:s,handleKeyDown:i}}import{cva as Co}from"class-variance-authority";import{jsx as K,jsxs as rt}from"react/jsx-runtime";var Wr=Co("relative flex items-center border-b border-border-subtle gap-1 overflow-x-auto no-scrollbar",{variants:{size:{default:"px-0",compact:"px-2"}},defaultVariants:{size:"default"}}),_r=Co("flex items-center gap-2 px-4 py-2.5 text-sm font-medium outline-none transition-all duration-200 cursor-pointer bg-transparent border-none select-none whitespace-nowrap",{variants:{isActive:{true:"text-primary-500",false:"text-text-muted hover:text-text-main"},isDisabled:{true:"opacity-40 pointer-events-none",false:""}},defaultVariants:{isActive:!1,isDisabled:!1}});function nt({children:e}){let t=typeof e=="string"?K(W,{className:"language-bash",children:K("code",{children:e.trim()})}):e;return K("div",{className:"py-4",children:t})}function st({defaultIndex:e=0,children:t}){let r=Fr(()=>zr.toArray(t).filter(m=>$r(m)&&m.props?.label),[t]),{active:o,setActive:n,tabRefs:a,indicatorStyle:s}=yo({initialIndex:e,tabs:r});return K("div",{className:"my-8 w-full group/tabs",children:rt(Y.Tabs,{selectedKey:o.toString(),onSelectionChange:m=>n(Number(m)),className:"w-full",children:[rt(Y.TabList,{"aria-label":"Content Tabs",className:u(Wr()),children:[r.map((m,i)=>{let{label:p,icon:l,disabled:c}=m.props,d=i.toString();return rt(Y.Tab,{id:d,isDisabled:c,ref:g=>{a.current[i]=g},className:({isSelected:g,isDisabled:b})=>u(_r({isActive:g,isDisabled:b})),children:[!!l&&K("span",{className:"shrink-0 [&>svg]:w-4 [&>svg]:h-4",children:l}),K("span",{children:p})]},d)}),K("div",{className:"absolute bottom-0 h-0.5 bg-primary-500 transition-all duration-300 ease-in-out pointer-events-none",style:s,"aria-hidden":"true"})]}),r.map((m,i)=>K(Y.TabPanel,{id:i.toString(),children:r[i]},i))]})})}import{useRef as Gr,useState as Ur,useEffect as qr}from"react";import{jsx as Ro,jsxs as Xr}from"react/jsx-runtime";function at({src:e,poster:t,alt:r,children:o,controls:n,preload:a="metadata",...s}){let m=Gr(null),[i,p]=Ur(!1);return qr(()=>{let l=m.current;if(!l)return;let c=new IntersectionObserver(([d])=>{d.isIntersecting&&(p(!0),c.disconnect())},{rootMargin:"200px"});return c.observe(l),()=>c.disconnect()},[]),Ro("div",{ref:m,className:"my-6 overflow-hidden rounded-lg border border-border-subtle",children:i?Xr("video",{className:"block w-full h-auto",src:e,poster:t,controls:!0,preload:a,playsInline:!0,...s,children:[o,"Your browser does not support the video tag."]}):Ro("div",{className:"aspect-video bg-bg-surface animate-pulse",role:"img","aria-label":r||"Video"})})}import{cva as jr}from"class-variance-authority";import{jsx as Yr}from"react/jsx-runtime";var Kr=jr("inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold tracking-tight",{variants:{variant:{default:"bg-bg-surface text-text-muted border-border-subtle",primary:"bg-primary-500/15 text-primary-400 border-primary-500/20",success:"bg-emerald-500/15 text-emerald-400 border-emerald-500/20",warning:"bg-amber-500/15 text-amber-400 border-amber-500/20",danger:"bg-red-500/15 text-red-400 border-red-500/20",info:"bg-sky-500/15 text-sky-400 border-sky-500/20"}},defaultVariants:{variant:"default"}});function it({variant:e="default",children:t,className:r="",...o}){return Yr("span",{className:u(Kr({variant:e}),r),...o,children:t})}import{useCallback as Jr,useRef as Po}from"react";import*as To from"react-aria-components";import{cva as Zr}from"class-variance-authority";import{Fragment as en,jsx as ae,jsxs as No}from"react/jsx-runtime";var Qr=Zr("grid gap-4 my-6",{variants:{cols:{1:"grid-cols-1",2:"grid-cols-1 sm:grid-cols-2",3:"grid-cols-1 sm:grid-cols-2 lg:grid-cols-3",4:"grid-cols-1 sm:grid-cols-2 lg:grid-cols-4"}},defaultVariants:{cols:3}});function lt({cols:e=3,children:t,className:r="",...o}){return ae("div",{className:u(Qr({cols:e}),r),...o,children:t})}function ct({title:e,icon:t,href:r,children:o,className:n="",...a}){let s=Po(null),m=Po(null),i=Jr(c=>{let d=s.current||m.current;if(!d)return;let{left:g,top:b}=d.getBoundingClientRect();d.style.setProperty("--x",`${c.clientX-g}px`),d.style.setProperty("--y",`${c.clientY-b}px`)},[]),p=No(en,{children:[ae("div",{className:"pointer-events-none absolute -inset-px rounded-xl opacity-0 transition-opacity duration-300 group-hover:opacity-100",style:{background:"radial-gradient(400px circle at var(--x) var(--y), color-mix(in oklch, var(--color-primary-500), transparent 90%), transparent 80%)"}}),t&&ae("div",{className:"mb-3 flex h-10 w-10 items-center justify-center rounded-lg bg-primary-500/10 text-primary-400 text-lg transition-transform duration-300 group-hover:scale-105 group-hover:-rotate-3",children:t}),No("div",{className:"space-y-1.5",children:[e&&ae("h3",{className:"text-sm font-bold text-text-main",children:e}),o&&ae("div",{className:"text-sm text-text-muted leading-relaxed",children:o})]})]}),l=u("group relative block rounded-xl border border-border-subtle bg-bg-surface p-5 outline-none overflow-hidden","transition-all duration-200 hover:border-primary-500/40 hover:shadow-lg hover:shadow-primary-500/5","focus-visible:ring-2 focus-visible:ring-primary-500/30",n);return r?ae(To.Link,{ref:m,href:r,className:u(l,"no-underline cursor-pointer"),onMouseMove:i,...a,children:p}):ae("div",{ref:s,role:"presentation",className:l,onMouseMove:i,...a,children:p})}import{Info as tn,Lightbulb as on,AlertTriangle as rn,ShieldAlert as nn,Bookmark as sn,Zap as an,Flame as ln}from"lucide-react";import{cva as cn}from"class-variance-authority";import{jsx as L,jsxs as wo}from"react/jsx-runtime";var mn={note:L(sn,{size:18}),tip:L(on,{size:18}),info:L(tn,{size:18}),warning:L(rn,{size:18}),danger:L(nn,{size:18}),important:L(ln,{size:18}),caution:L(an,{size:18})},pn={note:"Note",tip:"Tip",info:"Info",warning:"Warning",danger:"Danger",important:"Important",caution:"Caution"},Lo=cn("py-4 px-4 rounded-lg",{variants:{type:{note:"border-primary-400 bg-primary-500/5 text-primary-400",tip:"border-emerald-500 bg-emerald-500/5 text-emerald-500",info:"border-sky-500 bg-sky-500/5 text-sky-500",warning:"border-amber-500 bg-amber-500/5 text-amber-500",danger:"border-red-500 bg-red-500/5 text-red-500",important:"border-orange-500 bg-orange-500/5 text-orange-500",caution:"border-yellow-500 bg-yellow-500/5 text-yellow-500"}},defaultVariants:{type:"note"}});function D({type:e="note",title:t,children:r,className:o="",...n}){return wo("div",{className:u(Lo({type:e}),o),role:e==="warning"||e==="danger"?"alert":"note",...n,children:[wo("div",{className:"flex items-center flex-row gap-2 mb-2",children:[L("span",{className:u("shrink-0",Lo({type:e})),children:mn[e]}),L("span",{className:"text-sm font-bold tracking-tight text-text-main",children:t||pn[e]})]}),L("div",{className:"text-sm text-text-muted leading-relaxed [&>p]:m-0 [&>p]:mb-2 [&>p:last-child]:mb-0",children:r})]})}var mt=e=>L(D,{type:"note",...e}),pt=e=>L(D,{type:"tip",...e}),dt=e=>L(D,{type:"warning",...e}),ut=e=>L(D,{type:"danger",...e}),ft=e=>L(D,{type:"info",...e}),gt=e=>L(D,{type:"important",...e}),bt=e=>L(D,{type:"caution",...e});import{Children as dn,isValidElement as un}from"react";import{Check as fn,ChevronRight as gn,Circle as bn}from"lucide-react";import{cva as ht}from"class-variance-authority";import{jsx as J,jsxs as Rn}from"react/jsx-runtime";var hn=ht("my-6 transition-all duration-200",{variants:{variant:{default:"list-disc pl-5 text-text-muted marker:text-primary-500/50",number:"list-decimal pl-5 text-text-muted marker:text-primary-500/50 marker:font-bold",checked:"list-none p-0",arrow:"list-none p-0",bubble:"list-none p-0"},cols:{1:"grid-cols-1",2:"grid-cols-1 sm:grid-cols-2",3:"grid-cols-1 sm:grid-cols-2 lg:grid-cols-3",4:"grid-cols-1 sm:grid-cols-2 lg:grid-cols-4"},isGrid:{true:"grid gap-x-8 gap-y-3",false:"space-y-2"},dense:{true:"space-y-1",false:"space-y-2"}},compoundVariants:[{variant:"default",dense:!0,className:"space-y-0.5"}],defaultVariants:{variant:"default",cols:1,isGrid:!1,dense:!1}}),xn=ht("group flex items-start gap-3 text-sm leading-relaxed transition-all duration-200",{variants:{variant:{default:"",number:"",checked:"hover:translate-x-0.5",arrow:"hover:translate-x-0.5",bubble:"hover:translate-x-0.5"},dense:{true:"py-0",false:"py-0.5"}},defaultVariants:{variant:"default",dense:!1}}),vn=ht("mt-1 shrink-0 flex items-center justify-center transition-transform group-hover:scale-110",{variants:{variant:{bubble:"h-5 w-5 rounded-full bg-primary-500/10 text-primary-500 text-[10px] font-bold",default:""}},defaultVariants:{variant:"default"}});function yn({icon:e,children:t,variant:r,dense:o}){return Rn("li",{className:u(xn({variant:r,dense:o})),children:[e&&J("span",{className:u(vn({variant:r==="bubble"?"bubble":"default"})),children:e}),J("div",{className:"flex-1 text-text-muted group-hover:text-text-main transition-colors",children:t})]})}var Cn={checked:e=>J(fn,{size:14,className:u("text-emerald-500 shrink-0",e)}),arrow:e=>J(gn,{size:14,className:u("text-primary-400 shrink-0",e)}),bubble:e=>J(bn,{size:6,fill:"currentColor",className:u("text-primary-500 shrink-0",e)}),default:()=>null,number:()=>null};function xt({variant:e="default",cols:t=1,dense:r=!1,children:o,className:n,...a}){let s=t!==void 0&&Number(t)>1,m=Cn[e],i=hn({variant:e,cols:t,dense:r,isGrid:s,className:n}),p=e==="number"?"ol":"ul";return e==="default"||e==="number"?J(p,{className:i,...a,children:o}):J("ul",{className:i,...a,children:dn.map(o,l=>{if(!un(l))return l;let c=l,d=c.type==="li"?c.props.children:c.props.children||l;return J(yn,{icon:m(),variant:e,dense:r,children:d})})})}import{Children as vt,isValidElement as Nt,useMemo as Pn}from"react";import*as O from"react-aria-components";import{Folder as Nn,FileText as Tn,File as Ln,FileCode as wn,FileImage as kn,ChevronRight as Mn}from"lucide-react";import{jsx as w,jsxs as Rt}from"react/jsx-runtime";var he=16,Te=2,Sn={ts:He,tsx:ue,js:Ve,jsx:ue,json:De,css:Oe,html:ze,md:fe,mdx:fe,bash:ge,sh:ge,yaml:be,yml:be},yt={CODE:/\.(ts|tsx|js|jsx|json|mjs|cjs|astro|vue|svelte)$/i,TEXT:/\.(md|mdx|txt)$/i,IMAGE:/\.(png|jpg|jpeg|svg|gif)$/i};function Pt(e){return typeof e=="string"?e:typeof e=="number"?e.toString():Array.isArray(e)?e.map(Pt).join(""):Nt(e)&&e.props&&typeof e.props=="object"&&"children"in e.props?Pt(e.props.children):""}function In(e,t){let r=e.toLowerCase(),o="shrink-0 transition-colors duration-200";if(t)return w(Nn,{size:he,strokeWidth:Te,className:u(o,"text-primary-400"),fill:"currentColor",fillOpacity:.15});let n=r.split(".").pop()||"",a=Sn[n];if(a)return w(a,{size:he});let s=u(o,"text-text-dim group-hover:text-text-main");return yt.CODE.test(r)?w(wn,{size:he,strokeWidth:Te,className:s}):yt.TEXT.test(r)?w(Tn,{size:he,strokeWidth:Te,className:s}):yt.IMAGE.test(r)?w(kn,{size:he,strokeWidth:Te,className:s}):w(Ln,{size:he,strokeWidth:Te,className:s})}function Ct(e,t){if(!Nt(e))return!1;let r=e.type;if(typeof r=="string")return r===t;if(typeof r=="function")return r.name===t||r.name?.toLowerCase()===t;let o=e.props;return o?.originalType===t||o?.mdxType===t}function En(e){let t=e.match(/\s+(\/\/|#)\s+(.*)$/);return t?{name:e.slice(0,t.index).trim(),comment:t[2]}:{name:e.trim()}}function We(e,t="root"){if(!Nt(e))return[];let r=[];if(Ct(e,"ul"))return vt.forEach(e.props.children,(o,n)=>{r.push(...We(o,`${t}-${n}`))}),r;if(Ct(e,"li")){let o=vt.toArray(e.props.children),n=o.findIndex(b=>Ct(b,"ul")),a=n!==-1,s=a?o.slice(0,n):o,m=a?o.slice(n):[],i=Pt(s),{name:p,comment:l}=En(i),c=p.endsWith("/"),d=c?p.slice(0,-1):p,g=a||c;return r.push({id:`${t}-${d}`,name:d,comment:l,isFolder:g,children:a?We(m[0],`${t}-${d}`):void 0}),r}return e.props&&typeof e.props=="object"&&"children"in e.props&&vt.forEach(e.props.children,(o,n)=>{r.push(...We(o,`${t}-${n}`))}),r}function ko({item:e}){return Rt(O.TreeItem,{id:e.id,textValue:e.name,className:"outline-none group focus-visible:ring-2 focus-visible:ring-primary-500/30 rounded-md",children:[w(O.TreeItemContent,{children:({isExpanded:t,hasChildItems:r})=>Rt("div",{className:"flex items-center gap-2 py-1 px-1.5 rounded-md transition-colors hover:bg-primary-500/5 cursor-pointer",children:[w("div",{style:{width:"calc((var(--tree-item-level) - 1) * 1rem)"},className:"shrink-0"}),r?w(O.Button,{slot:"chevron",className:"outline-none text-text-dim hover:text-primary-400 p-0.5 rounded transition-colors",children:w(Mn,{size:14,strokeWidth:3,className:u("transition-transform duration-200",t&&"rotate-90")})}):w("div",{className:"w-[18px]"}),In(e.name,e.isFolder),w("span",{className:u("text-sm transition-colors truncate select-none",e.isFolder?"font-semibold text-text-main":"text-text-muted group-hover:text-text-main"),children:e.name}),e.comment&&Rt("span",{className:"ml-2 text-xs italic text-text-dim opacity-70 group-hover:opacity-100 transition-opacity whitespace-nowrap overflow-hidden text-ellipsis font-sans",children:["//"," ",e.comment]})]})}),e.children&&w(O.Collection,{items:e.children,children:t=>w(ko,{item:t})})]})}function Tt({children:e}){let t=Pn(()=>We(e),[e]);return w("div",{className:"my-8",children:w(O.Tree,{items:t,"aria-label":"File Tree",className:u("rounded-xl border border-border-subtle bg-bg-surface/50 p-4 font-mono text-sm shadow-sm backdrop-blur-sm outline-none","max-h-[500px] overflow-y-auto scrollbar-thin scrollbar-thumb-border-subtle","focus-visible:ring-2 focus-visible:ring-primary-500/20"),children:r=>w(ko,{item:r})})})}import*as Le from"react-aria-components";import{useState as Mo,useMemo as So}from"react";function Io({data:e,sortable:t=!1,paginated:r=!1,pageSize:o=10}){let[n,a]=Mo(null),[s,m]=Mo(1),i=So(()=>{if(!e)return[];let d=[...e];return t&&n!==null&&d.sort((g,b)=>{let f=g[n.key],x=b[n.key],P=typeof f=="string"?f:"",h=typeof x=="string"?x:"";return P<h?n.direction==="asc"?-1:1:P>h?n.direction==="asc"?1:-1:0}),d},[e,n,t]),p=Math.ceil(i.length/o),l=So(()=>{if(!r)return i;let d=(s-1)*o;return i.slice(d,d+o)},[i,r,s,o]);return{sortConfig:n,currentPage:s,setCurrentPage:m,totalPages:p,paginatedData:l,requestSort:d=>{if(!t)return;let g="asc";n&&n.key===d&&n.direction==="asc"&&(g="desc"),a({key:d,direction:g})}}}import{ChevronUp as Bn,ChevronDown as Eo,ChevronLeft as An,ChevronRight as Hn,ChevronsLeft as Vn,ChevronsRight as Dn}from"lucide-react";import{Fragment as On,jsx as N,jsxs as xe}from"react/jsx-runtime";function Lt({headers:e,data:t,children:r,className:o="",sortable:n=!1,paginated:a=!1,pageSize:s=10}){let{sortConfig:m,currentPage:i,setCurrentPage:p,totalPages:l,paginatedData:c,requestSort:d}=Io({data:t,sortable:n,paginated:a,pageSize:s}),g=f=>n?m?.key!==f?N(Eo,{size:14,className:"ml-1 opacity-30"}):m.direction==="asc"?N(Bn,{size:14,className:"ml-1 text-primary-400"}):N(Eo,{size:14,className:"ml-1 text-primary-400"}):null,b=r||xe(On,{children:[e&&N("thead",{children:N("tr",{children:e.map((f,x)=>N("th",{onClick:()=>d(x),className:u("text-left px-3 py-2.5 border-b-2 border-border-subtle text-text-main font-semibold text-sm",n&&"cursor-pointer select-none hover:text-primary-400 transition-colors"),children:xe("div",{className:"flex items-center",children:[f,g(x)]})},x))})}),c&&N("tbody",{children:c.map((f,x)=>N("tr",{className:"transition-colors hover:bg-bg-surface",children:f.map((P,h)=>N("td",{className:"px-3 py-2 border-b border-border-subtle text-sm text-text-muted",children:P},h))},x))})]});return xe("div",{className:u("my-6 rounded-lg border border-border-subtle overflow-hidden",o),children:[N("div",{className:"overflow-x-auto",children:N("table",{className:"w-full border-collapse text-sm",children:b})}),a&&l>1&&xe("div",{className:"flex items-center justify-between border-t border-border-subtle px-4 py-3",children:[xe("span",{className:"text-xs text-text-muted",children:["Page ",i," of ",l]}),xe("div",{className:"flex items-center gap-1",children:[N(Le.Button,{onPress:()=>p(1),isDisabled:i===1,className:"grid place-items-center h-7 w-7 rounded-md text-text-muted outline-none transition-colors hover:bg-bg-surface disabled:opacity-30 disabled:pointer-events-none cursor-pointer",children:N(Vn,{size:16})}),N(Le.Button,{onPress:()=>p(f=>Math.max(f-1,1)),isDisabled:i===1,className:"grid place-items-center h-7 w-7 rounded-md text-text-muted outline-none transition-colors hover:bg-bg-surface disabled:opacity-30 disabled:pointer-events-none cursor-pointer",children:N(An,{size:16})}),N(Le.Button,{onPress:()=>p(f=>Math.min(f+1,l)),isDisabled:i===l,className:"grid place-items-center h-7 w-7 rounded-md text-text-muted outline-none transition-colors hover:bg-bg-surface disabled:opacity-30 disabled:pointer-events-none cursor-pointer",children:N(Hn,{size:16})}),N(Le.Button,{onPress:()=>p(l),isDisabled:i===l,className:"grid place-items-center h-7 w-7 rounded-md text-text-muted outline-none transition-colors hover:bg-bg-surface disabled:opacity-30 disabled:pointer-events-none cursor-pointer",children:N(Dn,{size:16})})]})]})]})}import{jsx as ve,jsxs as we}from"react/jsx-runtime";function wt({name:e,type:t,defaultValue:r,required:o=!1,children:n,id:a,className:s=""}){return we("article",{className:u("group relative my-6 rounded-xl border border-border-subtle bg-bg-surface p-5 transition-all duration-300","hover:border-primary-500/30 hover:shadow-lg hover:shadow-primary-500/5",s),id:a,children:[we("div",{className:"flex flex-col gap-3 sm:flex-row sm:items-center sm:justify-between mb-4",children:[we("div",{className:"flex flex-wrap items-center gap-2.5",children:[ve("code",{className:"inline-flex items-center rounded-md bg-primary-500/10 px-2.5 py-1 font-mono text-sm font-bold text-primary-400 border border-primary-500/20 shadow-sm transition-colors group-hover:bg-primary-500/15",children:e}),t&&ve("span",{className:"rounded-md bg-bg-muted/80 border border-border-subtle px-2 py-0.5 text-[11px] font-semibold text-text-muted uppercase tracking-wider shadow-sm",children:t}),o&&we("div",{className:"flex items-center gap-1.5 rounded-full bg-red-500/10 px-2.5 py-0.5 text-[10px] font-bold uppercase tracking-wider text-red-400 border border-red-500/20 shadow-sm",children:[ve("span",{className:"h-1 w-1 rounded-full bg-red-400 animate-pulse"}),"Required"]})]}),r&&we("div",{className:"flex items-center gap-2 text-[11px] text-text-muted bg-bg-muted/30 px-2.5 py-1 rounded-md border border-border-subtle/50",children:[ve("span",{className:"font-semibold opacity-60 uppercase tracking-tighter",children:"Default"}),ve("code",{className:"font-mono text-text-main font-medium",children:r})]})]}),ve("div",{className:"text-sm text-text-muted leading-relaxed [&>p]:m-0 selection:bg-primary-500/30",children:n})]})}import{jsx as zn}from"react/jsx-runtime";function kt({to:e,children:t,className:r="",...o}){let n=e&&(e.startsWith("http://")||e.startsWith("https://")||e.startsWith("//")),a=u("text-blue-600 hover:text-blue-800 hover:underline cursor-pointer",r);return zn(re,{href:e,className:a,target:n?"_blank":void 0,rel:n?"noopener noreferrer":void 0,...o,children:t})}import{jsx as $n}from"react/jsx-runtime";function Mt({src:e,alt:t,theme:r,...o}){let{theme:n}=se();return r&&r!==n?null:$n("img",{src:e,alt:t||"",...o})}import{jsx as k,jsxs as ke}from"react/jsx-runtime";function St({title:e,props:t,className:r=""}){return ke("div",{className:u("my-6",r),children:[e&&k("h3",{className:"text-base font-bold text-text-main mb-3",children:e}),k("div",{className:"overflow-x-auto rounded-lg border border-border-subtle",children:ke("table",{className:"w-full border-collapse text-sm",children:[k("thead",{children:ke("tr",{children:[k("th",{className:"text-left px-4 py-3 border-b-2 border-border-subtle text-xs font-bold uppercase tracking-wider text-text-muted",children:"Property"}),k("th",{className:"text-left px-4 py-3 border-b-2 border-border-subtle text-xs font-bold uppercase tracking-wider text-text-muted",children:"Type"}),k("th",{className:"text-left px-4 py-3 border-b-2 border-border-subtle text-xs font-bold uppercase tracking-wider text-text-muted",children:"Default"}),k("th",{className:"text-left px-4 py-3 border-b-2 border-border-subtle text-xs font-bold uppercase tracking-wider text-text-muted",children:"Description"})]})}),k("tbody",{children:t.map((o,n)=>ke("tr",{className:"transition-colors hover:bg-bg-surface",children:[ke("td",{className:"px-4 py-2.5 border-b border-border-subtle",children:[k("code",{className:"rounded bg-bg-surface px-1.5 py-0.5 font-mono text-xs font-bold text-primary-400",children:o.name}),o.required&&k("span",{className:"ml-1 text-red-400 font-bold",children:"*"})]}),k("td",{className:"px-4 py-2.5 border-b border-border-subtle",children:k("code",{className:"rounded bg-bg-muted px-1.5 py-0.5 font-mono text-xs text-text-muted",children:o.type})}),k("td",{className:"px-4 py-2.5 border-b border-border-subtle",children:o.defaultValue?k("code",{className:"rounded bg-bg-muted px-1.5 py-0.5 font-mono text-xs text-primary-400",children:o.defaultValue}):k("span",{className:"text-text-dim",children:"\u2014"})}),k("td",{className:"px-4 py-2.5 border-b border-border-subtle text-text-muted",children:o.description})]},`${o.name}-${n}`))})]})})]})}import{useMemo as Bo}from"react";function Ao(e){let{code:t,children:r,preview:o}=e,n=Bo(()=>(t??(typeof r=="string"?r:"")).trim(),[t,r]),a=Bo(()=>o??(typeof r!="string"?r:null),[o,r]);return{initialCode:n,previewElement:a}}import{jsx as It,jsxs as Fn}from"react/jsx-runtime";function Et(e){let{highlightedHtml:t,hideCode:r=!1,hideCopy:o=!1}=e,{initialCode:n,previewElement:a}=Ao(e);return Fn("div",{className:"my-6 overflow-hidden rounded-xl border border-border-subtle",children:[It("div",{className:"flex items-center justify-center p-8 bg-bg-surface",children:a}),!r&&It("div",{className:"border-t border-border-subtle",children:It(W,{hideCopy:o,lang:"tsx",highlightedHtml:t,plain:!0,children:n})})]})}import{useState as Wn}from"react";import{Copy as Ho,Check as _n,ExternalLink as Gn,ChevronDown as Un}from"lucide-react";import{jsx as z,jsxs as Me}from"react/jsx-runtime";var qn=e=>{let[t,r]=Wn(!1);return{copied:t,handleCopy:()=>{navigator.clipboard.writeText(e),r(!0),setTimeout(()=>r(!1),2e3)},handleOpenRaw:()=>{let a=new Blob([e],{type:"text/plain;charset=utf-8"}),s=URL.createObjectURL(a);window.open(s,"_blank")}}};function Se({content:e,mdxRaw:t,config:r}){let o=t||e||"",{copied:n,handleCopy:a,handleOpenRaw:s}=qn(o),m=r!==!1,i=typeof r=="object"&&r.text||"Copy Markdown";return!m||!o?null:z("div",{className:"relative inline-flex z-100 flex-shrink-0 w-max translate-y-0 active:translate-y-px transition-transform duration-200",children:Me(Ze,{className:"rounded-xl border border-border-subtle bg-bg-surface/40 backdrop-blur-md transition-all duration-300 hover:border-primary-500/50 hover:shadow-lg hover:shadow-primary-500/5 group overflow-hidden",children:[z(V,{variant:"ghost",onPress:a,icon:n?z(_n,{size:16}):z(Ho,{size:16}),iconPosition:"left",className:u("px-5 py-2 bg-transparent text-[0.8125rem] font-semibold h-9 border-none shrink-0","text-text-main transition-all duration-300 hover:bg-primary-500/5",n&&"text-emerald-500 hover:bg-emerald-500/5"),children:n?"Copied!":i}),Me(C.Trigger,{placement:"bottom end",children:[z(V,{variant:"ghost",isIconOnly:!0,icon:z(Un,{size:14}),className:u("px-3.5 h-9 border-l border-border-subtle/50 text-text-muted rounded-none bg-transparent shrink-0","transition-all duration-300 hover:bg-primary-500/5 hover:text-primary-500")}),Me(C.Root,{className:"w-52",children:[Me(C.Item,{onAction:a,children:[z(Ho,{size:16,className:"size-4 mt-0.5 text-text-muted group-hover:text-primary-500"}),z("span",{className:"font-medium text-[0.8125rem]",children:"Copy Markdown"})]}),Me(C.Item,{onAction:s,children:[z(Gn,{size:16,className:"size-4 mt-0.5 text-text-muted group-hover:text-primary-500"}),z("span",{className:"font-medium text-[0.8125rem]",children:"View as Markdown"})]})]})]})]})})}import{jsx as M,jsxs as ie}from"react/jsx-runtime";function At(){return M("div",{className:u("w-full h-full relative overflow-y-auto transition-opacity duration-300 animate-fade-in"),children:ie("div",{className:"mx-auto max-w-(--spacing-content-max) px-4 py-8 space-y-10",children:[ie("div",{className:"flex gap-2",children:[M(T,{className:"h-3 w-16"}),M(T,{className:"h-3 w-24"})]}),M(T,{className:"h-10 w-[60%] sm:h-12"}),ie("div",{className:"space-y-3",children:[M(T,{className:"h-4 w-full"}),M(T,{className:"h-4 w-[95%]"}),M(T,{className:"h-4 w-[40%]"})]}),ie("div",{className:"space-y-6 pt-4",children:[M(T,{className:"h-7 w-32"}),ie("div",{className:"space-y-3",children:[M(T,{className:"h-4 w-full"}),M(T,{className:"h-4 w-[98%]"}),M(T,{className:"h-4 w-[92%]"}),M(T,{className:"h-4 w-[60%]"})]})]}),M(T,{className:"h-32 w-full rounded-lg bg-bg-muted/50"}),ie("div",{className:"space-y-6 pt-4",children:[M(T,{className:"h-7 w-48"}),ie("div",{className:"space-y-3",children:[M(T,{className:"h-4 w-full"}),M(T,{className:"h-4 w-[85%]"})]})]})]})})}import{jsx as _,jsxs as jn}from"react/jsx-runtime";var ye=({level:e,id:t,children:r,...o})=>{let n=`h${e}`;return jn(n,{id:t,...o,className:"boltdocs-heading",children:[r,t&&_("a",{href:`#${t}`,className:"header-anchor","aria-label":"Anchor",children:_(Xn,{size:16})})]})},Vo={...Bt,Loading:At,h1:e=>_(ye,{level:1,...e}),h2:e=>_(ye,{level:2,...e}),h3:e=>_(ye,{level:3,...e}),h4:e=>_(ye,{level:4,...e}),h5:e=>_(ye,{level:5,...e}),h6:e=>_(ye,{level:6,...e}),pre:e=>_(W,{...e,children:e.children})};import Zn from"virtual:boltdocs-mdx-components";import{useLocation as Qn}from"react-router-dom";import{Fragment as ns,jsx as y,jsxs as _e}from"react/jsx-runtime";function es(){let{currentLocale:e,config:t}=R();return Ht(()=>{if(!t.i18n)return;let r=t.i18n.localeConfigs?.[e];document.documentElement.lang=r?.htmlLang||e||"en",document.documentElement.dir=r?.direction||"ltr"},[e,t.i18n]),null}function ts(){let e=Qn(),{config:t}=R(),r=$(s=>s.setLocale),o=$(s=>s.setVersion),n=$(s=>s.currentLocale),a=$(s=>s.currentVersion);return Ht(()=>{let s=e.pathname.split("/").filter(Boolean),m=0,i=t.versions?.defaultVersion,p=t.i18n?.defaultLocale;if(s[m]==="docs"&&m++,t.versions&&s.length>m){let l=t.versions.versions.find(c=>c.path===s[m]);l&&(i=l.path,m++)}t.i18n&&s.length>m&&t.i18n.locales[s[m]]?p=s[m]:t.i18n&&s.length===0&&(p=n||t.i18n.defaultLocale),p!==n&&r(p),i!==a&&o(i)},[e.pathname,t,r,o,n,a]),null}function os({initialRoutes:e,initialConfig:t,docsDirName:r,modules:o,hot:n,homePage:a,externalPages:s,externalLayout:m,components:i={}}){let[p,l]=Do(e),[c,d]=Do(t),g=s||{},b=m||zo,f=Oo(()=>p.filter(h=>!(a&&(h.path==="/"||h.path===""))&&!g[h.path===""?"/":h.path]).map(h=>{let A=Object.keys(o).find(H=>H===`/${r}/${h.filePath}`||H.endsWith(`/${r}/${h.filePath}`)||H.endsWith(`/${r}\\${h.filePath.replace(/\\/g,"/")}`)),q=A?o[A]:null;return{...h,Component:Ge.lazy(async()=>q?await q():{default:Fe})}}),[p,o,r,a,g]);Ht(()=>{n&&(n.on("boltdocs:routes-update",h=>{l(h)}),n.on("boltdocs:config-update",h=>{d(h)}))},[n]);let x=Oo(()=>({...Vo,...Zn,...i}),[i]),P=x.Loading;return y(io,{children:y(fo,{components:x,children:y(eo.Provider,{value:c,children:y(lo,{children:_e(to,{routes:p,modules:o,children:[y(co,{}),y(ts,{}),y(es,{}),_e(Jn,{children:[y(le,{element:y(po,{}),children:f.map(h=>y(le,{path:h.path===""?"/":h.path,element:y(Ge.Suspense,{fallback:y(P,{}),children:y(go,{Component:h.Component})})},h.path))},"docs-layout"),a&&_e(ns,{children:[y(le,{path:"/",element:y(b,{children:y(a,{})})}),c.i18n&&Object.keys(c.i18n.locales).map(h=>y(le,{path:`/${h}`,element:y(b,{children:y(a,{})})},`home-${h}`))]}),Object.entries(g).map(([h,A])=>{let q=h==="/"?"":h;return _e(Ge.Fragment,{children:[y(le,{path:h,element:y(b,{children:y(A,{})})}),c.i18n&&Object.keys(c.i18n.locales).map(H=>y(le,{path:`/${H}${q}`,element:y(b,{children:y(A,{})})},`${h}-${H}`))]},h)}),y(le,{path:"*",element:y(zo,{children:y(Fe,{})})})]})]})})})})})}function rs(e){let{target:t,routes:r,docsDirName:o,config:n,modules:a,hot:s,homePage:m,externalPages:i,externalLayout:p,components:l}=e,c=document.querySelector(t);if(!c)throw new Error(`[boltdocs] Mount target "${t}" not found in document.`);let d=y(Ge.StrictMode,{children:y(Yn,{children:y(os,{initialRoutes:r,initialConfig:n,docsDirName:o,modules:a,hot:s,homePage:m,externalPages:i,externalLayout:p,components:l})})});c.innerHTML="",Kn.createRoot(c).render(d)}import{useLocation as ss}from"react-router-dom";function Z(e,t){return e?typeof e=="string"?e:t&&e[t]?e[t]:Object.values(e)[0]||"":""}function Vt(){let e=S(),{theme:t}=se(),r=ss(),{currentLocale:o}=R(),n=e.theme||{},a=Z(n.title,o)||"Boltdocs",s=n.navbar||[],m=n.socialLinks||[],i=n.githubRepo,p=s.map(b=>{let f=b.href||b.to||b.link||"",x=P=>{let h=r.pathname;if(h===P)return!0;if(!P||P==="/")return h==="/";let A=qe=>{let te=qe.split("/").filter(Boolean),oe=0;return e.i18n?.locales&&te[oe]&&e.i18n.locales[te[oe]]&&oe++,e.versions?.versions&&te[oe]&&e.versions.versions.some(tr=>tr.path===te[oe])&&oe++,te.slice(oe)},q=A(P),H=A(h);return q.length===0?H.length===0:H.length<q.length?!1:q.every((qe,te)=>H[te]===qe)};return{label:Z(b.label||b.text,o),href:f,active:x(f),to:f.startsWith("http")||f.startsWith("//")?"external":void 0}}),l=n.logo,c=l?typeof l=="string"?l:t==="dark"?l.dark:l.light:null,d={alt:(l&&typeof l=="object"?l.alt:void 0)||a,width:l&&typeof l=="object"?l.width:void 0,height:l&&typeof l=="object"?l.height:void 0},g=i?`https://github.com/${i}`:null;return{links:p,title:a,logo:c,logoProps:d,github:g,social:m,config:e,theme:t}}import{useLocation as as}from"react-router-dom";function Dt(e){let t=S(),r=as(),o=c=>c.endsWith("/")&&c.length>1?c.slice(0,-1):c,n=o(r.pathname),a=e.find(c=>o(c.path)===n),s=a?.tab?.toLowerCase(),m=s?e.filter(c=>!c.tab||c.tab.toLowerCase()===s):e,i=[],p=new Map;for(let c of m)c.group?(p.has(c.group)||p.set(c.group,{slug:c.group,title:c.groupTitle||c.group,routes:[],icon:c.groupIcon}),p.get(c.group).routes.push(c)):i.push(c);return{groups:Array.from(p.values()),ungrouped:i,activeRoute:a,activePath:n,config:t}}import{useState as is}from"react";function Ot(e=[]){let[t,r]=is(null);return{headings:e,activeId:t,setActiveId:r}}import{useLocation as ls}from"react-router-dom";import{useEffect as cs,useState as ms,useRef as ps}from"react";function zt(e=[],t=[]){let r=ls(),o=ps([]),[n,a]=ms({opacity:0,transform:"translateX(0) scaleX(0)",width:0}),m=t.find(l=>l.path===r.pathname)?.tab?.toLowerCase(),i=e.findIndex(l=>l.id.toLowerCase()===m),p=i===-1?0:i;return cs(()=>{let l=o.current[p];l&&a({opacity:1,width:l.offsetWidth,transform:`translateX(${l.offsetLeft}px)`})},[p,e.length,r.pathname]),{tabs:e,activeIndex:p,indicatorStyle:n,tabRefs:o,activeTabId:m}}import{useNavigate as ds}from"react-router-dom";function Q(e,t,r){let o=e;return t&&(o===t||o.startsWith(t+"/"))&&(o=o===t?"index.md":o.slice(t.length+1)),r&&(o===r||o.startsWith(r+"/"))&&(o=o===r?"index.md":o.slice(r.length+1)),o}function $t(){let e=ds(),t=R(),{allRoutes:r,currentRoute:o,currentVersion:n,currentLocale:a,config:s}=t,m=s.versions,i=$(c=>c.setVersion),p=c=>{if(!m||c===n)return;i(c);let d=`/docs/${c}`;if(o){let g=Q(o.filePath,o.version,o.locale),b=r.find(f=>Q(f.filePath,f.version,f.locale)===g&&(f.version||m.defaultVersion)===c&&(a?f.locale===a:!f.locale));if(b)d=b.path;else{let f=r.find(x=>Q(x.filePath,x.version,x.locale)==="index.md"&&(x.version||m.defaultVersion)===c&&(a?x.locale===a:!x.locale));d=f?f.path:`/docs/${c}${a?`/${a}`:""}`}}e(d)},l=t.availableVersions.map(c=>({...c,label:c.label,value:c.key}));return{currentVersion:n,currentVersionLabel:t.currentVersionLabel,availableVersions:l,handleVersionChange:p}}import{useNavigate as us}from"react-router-dom";function Ft(){let e=us(),t=R(),{allRoutes:r,currentRoute:o,currentLocale:n,config:a}=t,s=a.i18n,m=$(d=>d.setLocale),i=d=>{if(!s||d===n)return;m(d);let g="/";if(o){let b=Q(o.filePath,o.version,o.locale),f=r.find(x=>Q(x.filePath,x.version,x.locale)===b&&(x.locale||s.defaultLocale)===d&&x.version===o.version);if(f)g=f.path;else{let x=r.find(P=>Q(P.filePath,P.version,P.locale)==="index.md"&&(P.locale||s.defaultLocale)===d&&P.version===o.version);g=x?x.path:d===s.defaultLocale?o.version?`/${o.version}`:"/":o.version?`/${o.version}/${d}`:`/${d}`}}else{let b=r.find(f=>(f.filePath==="index.mdx"||f.filePath==="index.md")&&(f.locale||s.defaultLocale)===d&&!f.version);b?g=b.path:g=d===s.defaultLocale?"/":`/${d}`}e(g)},l=a.i18n?.localeConfigs?.[n]?.label||a.i18n?.locales[n]||n,c=a.i18n?Object.entries(a.i18n.locales).map(([d,g])=>{let b=a.i18n?.localeConfigs?.[d];return{key:d,label:b?.label||g,value:d,isCurrent:d===n}}):[];return{currentLocale:n,currentLocaleLabel:l,availableLocales:c,handleLocaleChange:i}}import{useLocation as fs}from"react-router-dom";function Wt(){let{routes:e,currentRoute:t}=R(),r=fs();if(!t)return{prevPage:null,nextPage:null,currentRoute:null};let o=t.tab?.toLowerCase(),n=o?e.filter(i=>i.tab?.toLowerCase()===o):e.filter(i=>!i.tab),a=n.findIndex(i=>i.path===r.pathname),s=a>0?n[a-1]:null,m=a!==-1&&a<n.length-1?n[a+1]:null;return{prevPage:s,nextPage:m,currentRoute:t}}function _t(){let{currentRoute:e}=R(),t=[];return e&&(e.groupTitle&&t.push({label:e.groupTitle}),t.push({label:e.title,href:e.path})),{crumbs:t,activeRoute:e}}import{useLocation as gs}from"react-router-dom";var Gt=()=>gs();import{jsx as Ce}from"react/jsx-runtime";function bs({children:e,className:t,style:r}){return Ce("div",{className:u("h-screen flex flex-col overflow-hidden bg-bg-main text-text-main",t),style:r,children:e})}function hs({children:e,className:t,style:r}){return Ce("div",{className:u("mx-auto flex flex-1 w-full max-w-(--breakpoint-3xl) bg-bg-main overflow-hidden",t),style:r,children:e})}function xs({children:e,className:t,style:r}){return Ce("main",{className:u("boltdocs-content flex-1 min-w-0 overflow-y-auto","contain-layout",t),style:r,children:e})}function vs({children:e,className:t,style:r}){let{pathname:o}=Gt();return Ce("div",{className:u("boltdocs-page mx-auto pt-4 pb-20 px-4 sm:px-8",{"max-w-content-max":o.includes("/docs/")},t),style:r,children:e})}function ys({children:e,className:t,style:r}){return Ce("div",{className:u("flex items-center justify-between mb-10",t),style:r,children:e})}function Cs({children:e,className:t,style:r}){return Ce("div",{className:u("mt-20",t),style:r,children:e})}var ce=Object.assign(bs,{Body:hs,Content:xs,ContentMdx:vs,ContentHeader:ys,ContentFooter:Cs});import{Suspense as Is,lazy as Es}from"react";import{useEffect as Rs,useState as Ps}from"react";import{Sun as $o,Moon as Fo,Monitor as Wo}from"lucide-react";import{Button as Ns}from"react-aria-components";import{jsx as G,jsxs as Ie}from"react/jsx-runtime";function _o(){let{theme:e,setTheme:t}=se(),[r,o]=Ps(!1);if(Rs(()=>{o(!0)},[]),!r)return G("div",{className:"h-9 w-9"});let n=e==="system"?Wo:e==="dark"?Fo:$o;return Ie(C.Trigger,{placement:"bottom right",children:[G(Ns,{className:"flex h-9 w-9 items-center justify-center rounded-md text-text-muted transition-colors hover:bg-bg-surface hover:text-text-main outline-none focus-visible:ring-2 focus-visible:ring-primary-500","aria-label":"Selection theme",children:G(n,{size:20,className:"animate-in fade-in zoom-in duration-300"})}),Ie(C.Root,{selectionMode:"single",selectedKeys:[e],onSelectionChange:a=>{let s=Array.from(a)[0];t(s)},children:[Ie(C.Item,{id:"light",children:[G($o,{size:16}),G("span",{children:"Light"})]}),Ie(C.Item,{id:"dark",children:[G(Fo,{size:16}),G("span",{children:"Dark"})]}),Ie(C.Item,{id:"system",children:[G(Wo,{size:16}),G("span",{children:"System"})]})]})]})}import{useEffect as ws,useState as ks}from"react";var Ts="https://api.github.com";async function Go(e,t,r=Ts){let o=new Headers;t&&o.append("authorization",t);let a=await(await fetch(`${r}/repos/${e}`,{headers:o})).json();return a.stargazers_count!==void 0?Ls(a.stargazers_count):"0"}var Ls=e=>Intl.NumberFormat("en",{notation:"compact",compactDisplay:"short"}).format(e);import{jsx as Uo,jsxs as Ms}from"react/jsx-runtime";function qo({repo:e}){let[t,r]=ks(null);return ws(()=>{e&&Go(e).then(o=>r(o)).catch(()=>r("0"))},[e]),Ms("a",{href:`https://github.com/${e}`,target:"_blank",rel:"noopener noreferrer",className:"inline-flex items-center gap-2 rounded-md border border-border-subtle bg-bg-surface px-2.5 py-1.5 text-xs font-medium text-text-muted transition-all hover:bg-bg-main hover:border-border-strong hover:text-text-main",children:[Uo(ro,{className:"h-4 w-4"}),t&&Uo("span",{className:"tabular-nums",children:t})]})}import*as Ss from"lucide-react";import{jsx as Re,jsxs as Xo}from"react/jsx-runtime";function jo({tabs:e,routes:t}){let{currentLocale:r}=R(),{indicatorStyle:o,tabRefs:n,activeIndex:a}=zt(e,t),s=m=>{if(!m)return null;if(m.trim().startsWith("<svg"))return Re("span",{className:"h-4 w-4",dangerouslySetInnerHTML:{__html:m}});let i=Ss[m];return i?Re(i,{size:16}):Re("img",{src:m,alt:"",className:"h-4 w-4 object-contain"})};return Re("div",{className:"mx-auto max-w-(--breakpoint-3xl) px-4 md:px-6",children:Xo($e.List,{className:"border-none py-0",children:[e.map((m,i)=>{let p=i===a,l=t.find(d=>d.tab&&d.tab.toLowerCase()===m.id.toLowerCase()),c=l?l.path:"#";return Xo(re,{href:c,ref:d=>{n.current[i]=d},className:`relative flex items-center gap-2 px-4 py-3 text-sm font-medium transition-colors outline-none ${p?"text-primary-500":"text-text-muted hover:text-text-main"}`,children:[s(m.icon),Re("span",{children:Z(m.text,r)})]},m.id)}),Re($e.Indicator,{style:o})]})})}import{useLocation as Bs}from"react-router-dom";import{ChevronDown as Ko,Languages as As}from"lucide-react";import{Fragment as zs,jsx as v,jsxs as ee}from"react/jsx-runtime";var Hs=Es(()=>import("../search-dialog-O6VLVSOA.mjs").then(e=>({default:e.SearchDialog})));function Ut(){let{links:e,title:t,logo:r,logoProps:o,github:n,social:a,config:s}=Vt(),{routes:m,allRoutes:i,currentVersion:p,currentLocale:l}=R(),{pathname:c}=Bs(),d=s.theme||{},g=c.startsWith("/docs"),b=d?.tabs&&d.tabs.length>0;return ee(I.Root,{className:b?"border-b-0":"",children:[ee(I.Content,{children:[ee(I.Left,{children:[r&&v(I.Logo,{src:r,alt:o?.alt||t,width:o?.width??24,height:o?.height??24}),v(I.Title,{children:t}),s.versions&&p&&v(Ds,{})]}),v(I.Center,{children:v(Is,{fallback:v("div",{className:"h-9 w-32 animate-pulse rounded-md bg-bg-surface"}),children:v(Hs,{routes:m||[]})})}),ee(I.Right,{children:[v(I.Links,{children:e.map(f=>v(zs,{children:v(Vs,{link:f},f.href)}))}),s.i18n&&l&&v(Os,{}),v(I.Split,{}),v(_o,{}),n&&v(qo,{repo:d?.githubRepo??""}),a.length>0&&v(I.Split,{}),v("div",{className:"flex items-center gap-1",children:a.map(({icon:f,link:x})=>v(I.Socials,{icon:f,link:x,className:"p-1.5"},x))})]})]}),g&&b&&d?.tabs&&v("div",{className:"w-full border-b border-border-subtle bg-bg-main",children:v(jo,{tabs:d.tabs,routes:i||m||[]})})]})}function Vs({link:e}){let t=Xe(e.href||"");return v(I.Link,{...e,href:t})}function Ds(){let{currentVersionLabel:e,availableVersions:t,handleVersionChange:r}=$t();return t.length===0?null:ee(C.Trigger,{children:[v(V,{variant:"outline",size:"sm",rounded:"lg",iconPosition:"right",icon:v(Ko,{className:"w-3.5 h-3.5 text-text-muted/60"}),className:"h-8 border-border-subtle/60 bg-bg-surface/30 backdrop-blur-sm transition-all duration-200 hover:border-primary-500/50 hover:bg-primary-500/5",children:v("span",{className:"font-semibold text-[0.8125rem]",children:e})}),v(C.Root,{children:v(C.Section,{items:t,children:o=>v(C.Item,{onPress:()=>r(o.value),children:o.label},`${o.value??""}`)})})]})}function Os(){let{currentLocale:e,availableLocales:t,handleLocaleChange:r}=Ft();return t.length===0?null:ee(C.Trigger,{children:[v(V,{variant:"outline",size:"sm",rounded:"lg",iconPosition:"right",icon:v(Ko,{className:"w-3.5 h-3.5 text-text-muted/60"}),className:"h-8 border-border-subtle/60 bg-bg-surface/30 backdrop-blur-sm transition-all duration-200 hover:border-primary-500/50 hover:bg-primary-500/5 px-2.5",children:ee("div",{className:"flex items-center gap-1.5",children:[v(As,{className:"w-3.5 h-3.5 text-primary-500"}),v("span",{className:"font-bold text-[0.75rem] tracking-wider uppercase opacity-90",children:e||"en"})]})}),v(C.Root,{children:v(C.Section,{items:t,children:o=>v(C.Item,{onPress:()=>r(o.value),children:ee("div",{className:"flex items-center justify-between w-full gap-4",children:[v("span",{children:o.label}),v("span",{className:"text-[10px] font-bold opacity-40 uppercase tracking-tighter",children:o.value})]})},`${o.value??""}`)})})]})}import{useState as Fs,useEffect as Ws,useMemo as _s}from"react";import{Zap as $s}from"lucide-react";import{jsx as qt,jsxs as Yo}from"react/jsx-runtime";function Jo(){return qt("div",{className:"flex items-center justify-center mt-10 mb-4 px-4 w-full",children:Yo("a",{href:"https://github.com/jesusalcaladev/boltdocs",target:"_blank",rel:"noopener noreferrer",className:"group relative flex items-center gap-2 px-4 py-2 rounded-full border border-border-subtle bg-bg-surface/50 backdrop-blur-md transition-all duration-300 hover:border-primary-500/50 hover:bg-bg-surface hover:shadow-xl hover:shadow-primary-500/5 select-none",children:[qt($s,{className:"w-3.5 h-3.5 text-text-muted group-hover:text-primary-500 transition-colors duration-300",fill:"currentColor"}),Yo("span",{className:"text-[11px] font-medium text-text-muted group-hover:text-text-main transition-colors duration-300 tracking-wide",children:["Powered by"," ",qt("strong",{className:"font-bold text-text-main/80 group-hover:text-text-main",children:"Boltdocs"})]})]})})}import*as Gs from"lucide-react";import{jsx as me,jsxs as qs}from"react/jsx-runtime";function Zo(e){return e&&Gs[e]||void 0}function Us({group:e,activePath:t,getIcon:r}){let o=_s(()=>e.routes.some(s=>s.path===t),[e.routes,t]),[n,a]=Fs(!0);return Ws(()=>{o&&a(!0)},[o]),me(ne.Group,{title:e.title,isOpen:n,onToggle:()=>a(!n),children:e.routes.map(s=>{let m=t===(s.path.endsWith("/")?s.path.slice(0,-1):s.path);return me(ne.Link,{label:s.title,href:s.path,active:m,icon:r(s.icon),badge:s.badge},s.path)})})}function Xt({routes:e,config:t}){let{groups:r,ungrouped:o,activePath:n}=Dt(e),a=t.theme||{};return qs(ne.Root,{children:[o.length>0&&me(ne.Group,{className:"mb-6",children:o.map(s=>{let m=n===(s.path.endsWith("/")?s.path.slice(0,-1):s.path);return me(ne.Link,{label:s.title,href:s.path,active:m,icon:Zo(s.icon),badge:s.badge},s.path)})}),r.map(s=>me(Us,{group:s,activePath:n,getIcon:Zo},s.slug)),a?.poweredBy&&me("div",{className:"mt-auto pt-8",children:me(Jo,{})})]})}import Xs,{useRef as Qo,useEffect as js,useState as Ks,useCallback as Ys}from"react";import{Pencil as Js,CircleHelp as Zs,TextAlignStart as Qs}from"lucide-react";import{jsx as E,jsxs as pe}from"react/jsx-runtime";function jt({headings:e=[],editLink:t,communityHelp:r,filePath:o}){let{headings:n}=Ot(e),a=Xs.useMemo(()=>n.map(s=>({title:s.text,url:`#${s.id}`,depth:s.level})),[n]);return n.length===0?null:E(Je,{toc:a,children:E(ea,{headings:n,editLink:t,communityHelp:r,filePath:o})})}function ea({headings:e,editLink:t,communityHelp:r,filePath:o}){let n=Ke(),[a,s]=Ks({opacity:0}),m=Qo(null),i=Qo(null);js(()=>{if(!n||!m.current)return;let l=m.current.querySelector(`a[href="#${n}"]`);l&&s({transform:`translateY(${l.offsetTop}px)`,height:`${l.offsetHeight}px`,opacity:1})},[n]);let p=Ys((l,c)=>{l.preventDefault();let d=document.getElementById(c);d&&(d.scrollIntoView({behavior:"smooth"}),window.history.pushState(null,"",`#${c}`))},[]);return pe(X.Root,{children:[pe(X.Header,{className:"flex flex-row gap-x-2",children:[E(Qs,{size:16}),"On this page"]}),E(Ye,{containerRef:i,children:pe(X.Content,{className:"max-h-[450px] boltdocs-otp-scroll-area",ref:i,children:[E(X.Indicator,{style:a}),E("ul",{className:"relative space-y-2 border-l border-border-subtle",ref:m,children:e.map(l=>E(X.Item,{level:l.level,children:E(X.Link,{href:`#${l.id}`,active:n===l.id,onClick:c=>p(c,l.id),className:"pl-4",children:l.text})},l.id))})]})}),(t||r)&&pe("div",{className:"mt-8 pt-8 border-t border-border-subtle space-y-4",children:[E("p",{className:"text-xs font-bold uppercase tracking-wider text-text-main",children:"Need help?"}),pe("ul",{className:"space-y-3",children:[t&&o&&E("li",{children:pe("a",{href:t.replace(":path",o),target:"_blank",rel:"noopener noreferrer",className:"flex items-center gap-2 text-sm text-text-muted hover:text-text-main transition-colors",children:[E(Js,{size:16}),"Edit this page"]})}),r&&E("li",{children:pe("a",{href:r,target:"_blank",rel:"noopener noreferrer",className:"flex items-center gap-2 text-sm text-text-muted hover:text-text-main transition-colors",children:[E(Zs,{size:16}),"Community help"]})})]})]})]})}import{useEffect as ta}from"react";import{useLocation as oa}from"react-router-dom";function Kt({siteTitle:e,siteDescription:t,routes:r}){let o=oa();return ta(()=>{let n=r.find(p=>p.path===o.pathname),a=n?.title,s=n?.description||t||"";document.title=a?`${a} | ${e}`:e;let m=document.querySelector('meta[name="description"]');m||(m=document.createElement("meta"),m.name="description",document.head.appendChild(m)),m.content=s,de("property","og:title",document.title),de("property","og:description",s),de("property","og:type","article"),de("property","og:url",window.location.href),de("name","twitter:card","summary"),de("name","twitter:title",document.title),de("name","twitter:description",s);let i=document.querySelector('link[rel="canonical"]');i||(i=document.createElement("link"),i.rel="canonical",document.head.appendChild(i)),i.href=window.location.origin+o.pathname},[o.pathname,e,t,r]),null}function de(e,t,r){let o=document.querySelector(`meta[${e}="${t}"]`);o||(o=document.createElement("meta"),o.setAttribute(e,t),document.head.appendChild(o)),o.content=r}import{Home as ra}from"lucide-react";import{jsx as Ee,jsxs as er}from"react/jsx-runtime";function Yt(){let{crumbs:e,activeRoute:t}=_t(),o=S().theme||{};return e.length===0||!o?.breadcrumbs?null:er(j.Root,{children:[Ee(j.Item,{children:Ee(j.Link,{href:"/",children:Ee(ra,{size:14})})}),e.map((n,a)=>er(j.Item,{children:[Ee(j.Separator,{}),Ee(j.Link,{href:n.href,className:u({"font-medium text-text-main":n.href===t?.path}),children:n.label})]},`crumb-${n.href}-${n.label}-${a}`))]})}import{jsx as Be,jsxs as Jt}from"react/jsx-runtime";function Zt(){let{prevPage:e,nextPage:t}=Wt();return!e&&!t?null:Jt(F.Root,{className:"animate-in fade-in slide-in-from-bottom-4 duration-700",children:[e?Jt(F.Link,{to:e.path,direction:"prev",children:[Be(F.Title,{children:"Previous"}),Be(F.Description,{children:e.title})]}):Be("div",{}),t&&Jt(F.Link,{to:t.path,direction:"next",children:[Be(F.Title,{children:"Next"}),Be(F.Description,{children:t.title})]})]})}import{Component as na}from"react";import{jsx as Qt,jsxs as sa}from"react/jsx-runtime";var Ae=class extends na{state={hasError:!1};static getDerivedStateFromError(t){return{hasError:!0,error:t}}componentDidCatch(t,r){console.error("Uncaught error in Boltdocs Layout:",t,r)}render(){return this.state.hasError?this.props.fallback||sa("div",{className:"flex flex-col items-center justify-center min-h-[40vh] text-center gap-4 px-4",children:[Qt("div",{className:"text-lg font-bold text-red-400",children:"Something went wrong"}),Qt("p",{className:"text-sm text-text-muted max-w-md",children:this.state.error?.message||"An unexpected error occurred while rendering this page."}),Qt(V,{className:"rounded-lg border border-border-subtle bg-bg-surface px-5 py-2 text-sm font-medium text-text-main transition-colors hover:bg-bg-muted cursor-pointer",onPress:()=>this.setState({hasError:!1}),children:"Try again"})]}):this.props.children}};import{useLocation as aa}from"react-router-dom";import{jsx as U,jsxs as Ue}from"react/jsx-runtime";function ia({children:e}){let{routes:t,allRoutes:r,currentRoute:o,currentLocale:n}=R(),{pathname:a}=aa(),s=S(),i=Ne().CopyMarkdown||Se,p=a==="/"||a==="";return Ue(ce,{children:[U(Kt,{siteTitle:Z(s.theme?.title,n)||"Boltdocs",siteDescription:Z(s.theme?.description,n)||"",routes:r}),U(Ut,{}),Ue(ce.Body,{children:[!p&&U(Xt,{routes:t,config:s}),Ue(ce.Content,{children:[!p&&Ue(ce.ContentHeader,{children:[U(Yt,{}),U(i,{mdxRaw:o?._rawContent,route:o,config:s.theme?.copyMarkdown})]}),U(Ae,{children:e}),!p&&U(ce.ContentFooter,{children:U(Zt,{})})]}),!p&&U(jt,{headings:o?.headings,editLink:s.theme?.editLink,communityHelp:s.theme?.communityHelp,filePath:o?.filePath})]})]})}export{D as Admonition,Je as AnchorProvider,it as Badge,Yt as Breadcrumbs,et as Button,Ze as ButtonGroup,ct as Card,lt as Cards,bt as Caution,W as CodeBlock,Et as ComponentPreview,St as ComponentProps,Se as CopyMarkdown,ut as Danger,ia as DefaultLayout,ce as DocsLayout,Ae as ErrorBoundary,wt as Field,Tt as FileTree,Kt as Head,Mt as Image,gt as Important,ft as InfoBox,kt as Link,xt as List,At as Loading,Ut as Navbar,Fe as NotFound,mt as Note,jt as OnThisPage,Zt as PageNav,j as PrimitiveBreadcrumbs,V as PrimitiveButton,re as PrimitiveLink,C as PrimitiveMenu,rr as PrimitiveNavLink,nr as PrimitiveNavbar,sr as PrimitiveNavigationMenu,X as PrimitiveOnThisPage,F as PrimitivePageNav,cr as PrimitivePopover,ne as PrimitiveSidebar,T as PrimitiveSkeleton,$e as PrimitiveTabs,je as PrimitiveTooltip,Ye as ScrollProvider,ar as SearchDialogPrimitive,Xt as Sidebar,nt as Tab,Lt as Table,st as Tabs,pt as Tip,at as Video,dt as Warning,u as cn,rs as createBoltdocsApp,Ke as useActiveAnchor,lr as useActiveAnchors,_t as useBreadcrumbs,S as useConfig,Ft as useI18n,ir as useItems,Xe as useLocalizedTo,Gt as useLocation,Ne as useMdxComponents,Vt as useNavbar,Ot as useOnThisPage,Wt as usePageNav,R as useRoutes,mr as useSearch,Dt as useSidebar,zt as useTabs,se as useTheme,$t as useVersion};
|