boltdocs 2.3.0 → 2.4.1
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 +14 -0
- package/dist/base-ui/index.d.mts +3 -3
- package/dist/base-ui/index.d.ts +3 -3
- package/dist/base-ui/index.js +1 -1
- package/dist/base-ui/index.mjs +1 -1
- package/dist/chunk-2DI3OGHV.mjs +1 -0
- package/dist/chunk-64AJ5QLT.mjs +1 -0
- package/dist/chunk-DDX52BX4.mjs +1 -0
- package/dist/chunk-HRZDSFR5.mjs +1 -0
- package/dist/chunk-PPVDMDEL.mjs +1 -0
- package/dist/{chunk-HA6543SL.mjs → chunk-UBE4CKOA.mjs} +1 -1
- package/dist/chunk-UWT4AJTH.mjs +73 -0
- package/dist/chunk-WWJ7WKDI.mjs +1 -0
- package/dist/client/index.d.mts +15 -21
- package/dist/client/index.d.ts +15 -21
- 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/client/types.d.mts +1 -1
- package/dist/client/types.d.ts +1 -1
- package/dist/client/types.js +1 -1
- package/dist/{copy-markdown-CbS8X-qe.d.mts → copy-markdown--9yjpbyy.d.mts} +1 -1
- package/dist/{copy-markdown-C-90ixSe.d.ts → copy-markdown-l2MYkcG7.d.ts} +1 -1
- package/dist/hooks/index.d.mts +3 -3
- package/dist/hooks/index.d.ts +3 -3
- package/dist/hooks/index.js +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/integrations/index.d.mts +1 -1
- package/dist/integrations/index.d.ts +1 -1
- package/dist/{loading-B7X5Wchs.d.ts → loading-BwUos0wZ.d.mts} +2 -11
- package/dist/{loading-WuaQbsKb.d.mts → loading-nlnUD01v.d.ts} +2 -11
- package/dist/mdx/index.d.mts +4 -2
- package/dist/mdx/index.d.ts +4 -2
- package/dist/mdx/index.js +1 -1
- package/dist/mdx/index.mjs +1 -1
- package/dist/node/cli-entry.js +16 -17
- package/dist/node/cli-entry.mjs +1 -1
- package/dist/node/index.d.mts +0 -9
- package/dist/node/index.d.ts +0 -9
- package/dist/node/index.js +13 -14
- package/dist/node/index.mjs +1 -1
- package/dist/primitives/index.d.mts +11 -20
- package/dist/primitives/index.d.ts +11 -20
- package/dist/primitives/index.js +1 -1
- package/dist/primitives/index.mjs +1 -1
- package/dist/search-dialog-OONKKC5H.mjs +1 -0
- package/dist/{types-j7jvWsJj.d.ts → types-opDA2E9-.d.mts} +4 -11
- package/dist/{types-j7jvWsJj.d.mts → types-opDA2E9-.d.ts} +4 -11
- package/dist/{use-routes-Cd806kGw.d.ts → use-routes-DNwgTRpU.d.ts} +1 -1
- package/dist/{use-routes-DDL0_jkQ.d.mts → use-routes-DrT80Eom.d.mts} +1 -1
- package/package.json +1 -1
- package/src/client/app/index.tsx +20 -9
- package/src/client/app/mdx-components-context.tsx +2 -2
- package/src/client/app/mdx-page.tsx +0 -1
- package/src/client/app/scroll-handler.tsx +21 -10
- package/src/client/components/default-layout.tsx +0 -2
- package/src/client/components/docs-layout.tsx +34 -4
- package/src/client/components/icons-dev.tsx +154 -0
- package/src/client/components/mdx/code-block.tsx +57 -5
- package/src/client/components/mdx/component-preview.tsx +1 -0
- package/src/client/components/mdx/file-tree.tsx +35 -0
- package/src/client/components/primitives/helpers/observer.ts +30 -39
- package/src/client/components/primitives/index.ts +1 -0
- package/src/client/components/primitives/menu.tsx +18 -12
- package/src/client/components/primitives/navbar.tsx +31 -90
- package/src/client/components/primitives/on-this-page.tsx +7 -161
- package/src/client/components/primitives/popover.tsx +1 -2
- package/src/client/components/ui-base/copy-markdown.tsx +4 -10
- package/src/client/components/ui-base/index.ts +0 -1
- package/src/client/components/ui-base/navbar.tsx +10 -9
- package/src/client/hooks/use-navbar.ts +37 -6
- package/src/client/index.ts +0 -1
- package/src/client/theme/neutral.css +2 -3
- package/src/client/types.ts +2 -2
- package/src/node/config.ts +0 -14
- package/src/node/mdx/cache.ts +1 -1
- package/src/node/mdx/index.ts +2 -0
- package/src/node/mdx/rehype-shiki.ts +9 -0
- package/src/node/mdx/remark-code-meta.ts +35 -0
- package/src/node/mdx/remark-shiki.ts +1 -1
- package/src/node/plugin/entry.ts +21 -14
- package/src/node/plugin/index.ts +22 -4
- package/src/node/routes/parser.ts +3 -0
- package/src/node/ssg/index.ts +76 -16
- package/dist/chunk-22NXDNP4.mjs +0 -74
- package/dist/chunk-2HUVMMJU.mjs +0 -1
- package/dist/chunk-CRZGOE32.mjs +0 -1
- package/dist/chunk-RPUERTVC.mjs +0 -1
- package/dist/chunk-URTD6E6S.mjs +0 -1
- package/dist/chunk-W2NB4T6V.mjs +0 -1
- package/dist/search-dialog-ZRXBAQJ5.mjs +0 -1
- package/src/client/components/ui-base/progress-bar.tsx +0 -67
package/dist/client/ssr.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
var ho=Object.defineProperty;var vo=(e,t)=>{for(var o in t)ho(e,o,{get:t[o],enumerable:!0})};import bs from"react";import xs from"react-dom/server";import{StaticRouter as hs}from"react-router-dom/server";import _e,{useEffect as Ue,useState as uo,useMemo as fo}from"react";import Wm from"react-dom/client";import{BrowserRouter as _m,Routes as ms,Route as K}from"react-router-dom";import{ArrowLeft as Vo}from"lucide-react";import Ke from"react";import{Link as Io}from"react-aria-components";import{useLocation as Eo}from"react-router-dom";import{createContext as yo,use as Co}from"react";var Re=yo(null);function z(){let e=Co(Re);if(!e)throw new Error("useConfig must be used within a ConfigProvider");return e}import{useLocation as Bo}from"react-router-dom";import{createContext as Ro,use as No,useCallback as Po,useRef as wo}from"react";import{jsx as To}from"react/jsx-runtime";var qe=Ro({preload:()=>{},routes:[]});function ge(){return No(qe)}function Xe({routes:e,modules:t,children:o}){let r=wo(null),n=Po(a=>{r.current&&clearTimeout(r.current),r.current=setTimeout(()=>{let l=a.split("#")[0].split("?")[0],i=e.find(s=>s.path===l||l==="/"&&s.path==="");if(i?.filePath){let s=Object.keys(t).find(d=>d.endsWith("/"+i.filePath));s&&t[s]().catch(d=>{console.error(`[boltdocs] Failed to preload route ${a}:`,d)})}},100)},[e,t]);return To(qe.Provider,{value:{preload:n,routes:e},children:o})}import{create as ko}from"zustand";import{persist as Lo,createJSONStorage as Ao}from"zustand/middleware";var V=ko()(Lo(e=>({currentLocale:void 0,currentVersion:void 0,hasHydrated:!1,setLocale:t=>e({currentLocale:t}),setVersion:t=>e({currentVersion:t}),setHasHydrated:t=>e({hasHydrated:t})}),{name:"boltdocs-storage",storage:Ao(()=>localStorage),partialize:e=>({currentLocale:e.currentLocale,currentVersion:e.currentVersion}),onRehydrateStorage:()=>e=>{e?.setHasHydrated(!0)}}));function re(){let{routes:e}=ge(),t=z(),o=Bo(),r=V(p=>p.currentLocale),n=V(p=>p.currentVersion),a=V(p=>p.hasHydrated),l=e.find(p=>p.path===o.pathname),i=t.i18n?l?.locale||(a?r:void 0)||t.i18n.defaultLocale:void 0,s=t.versions?l?.version||(a?n:void 0)||t.versions.defaultVersion:void 0,d=e.filter(p=>{let N=t.i18n?(p.locale||t.i18n.defaultLocale)===i:!0,S=t.versions?(p.version||t.versions.defaultVersion)===s:!0;if(!(N&&S))return!1;let M=t.i18n;if(M){let bo=!!l?.locale,xo=!!p.locale;if(e.some(fe=>fe!==p&&fe.filePath===p.filePath&&fe.version===p.version&&(fe.locale||M.defaultLocale)===(p.locale||M.defaultLocale))&&bo!==xo)return!1}return!0}),g=t.i18n?.localeConfigs?.[i]?.label||t.i18n?.locales[i]||i,x=t.versions?.versions.find(p=>p.path===s)?.label||s,v=t.i18n?Object.entries(t.i18n.locales).map(([p,N])=>{let S=t.i18n?.localeConfigs?.[p];return{key:p,label:S?.label||N,isCurrent:p===i}}):[],y=t.versions?t.versions.versions.map(p=>({key:p.path,label:p.label,isCurrent:p.path===s})):[];return{routes:d,allRoutes:e,currentRoute:l,currentLocale:i,currentLocaleLabel:g,availableLocales:v,currentVersion:s,currentVersionLabel:x,availableVersions:y,config:t}}function Ne(e){let t=z(),{currentLocale:o,currentVersion:r}=re();if(!t||typeof e!="string"||e.startsWith("http")||e.startsWith("//"))return e;let n=t.i18n,a=t.versions;if(!n&&!a)return e;let l=e.startsWith("/docs"),i=e.split("/").filter(Boolean),s=0;i[s]==="docs"&&s++,a&&i.length>s&&a.versions.find(x=>x.path===i[s])&&s++,n&&i.length>s&&n.locales[i[s]]&&s++;let d=i.slice(s),m=[];l&&(m.push("docs"),a&&r&&m.push(r)),n&&o&&o!==n.defaultLocale&&m.push(o),m.push(...d);let g=`/${m.join("/")}`;return g.length>1&&g.endsWith("/")?g.slice(0,-1):g||"/"}import{clsx as So}from"clsx";import{twMerge as Mo}from"tailwind-merge";function c(...e){return Mo(So(e))}import{jsx as Ze}from"react/jsx-runtime";var F=Ke.forwardRef((e,t)=>{let{href:o,prefetch:r="hover",onMouseEnter:n,onFocus:a,...l}=e,i=Ne(o??""),{preload:s}=ge();return Ze(Io,{...l,ref:t,href:i,onMouseEnter:g=>{n?.(g),r==="hover"&&typeof i=="string"&&i.startsWith("/")&&s(i)},onFocus:g=>{a?.(g),r==="hover"&&typeof i=="string"&&i.startsWith("/")&&s(i)}})});F.displayName="Link";var Oo=Ke.forwardRef((e,t)=>{let{href:o,end:r=!1,className:n,children:a,...l}=e,i=Eo(),s=Ne(o??""),d=r?i.pathname===s:i.pathname.startsWith(s),m=typeof n=="function"?n({isActive:d}):c(n,d&&"active"),g=typeof a=="function"?a({isActive:d}):a;return Ze(F,{...l,ref:t,href:o,className:m,children:g})});Oo.displayName="NavLink";import{jsx as ne,jsxs as Je}from"react/jsx-runtime";function Pe(){return ne("div",{className:"flex items-center justify-center min-h-[60vh] text-center",children:Je("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."}),Je(F,{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(Vo,{size:16})," Go to Home"]})]})})}import{createContext as Ho,use as Do,useEffect as Qe,useState as we}from"react";import{jsx as zo}from"react/jsx-runtime";var Ye=Ho(void 0);function et({children:e}){let[t,o]=we("system"),[r,n]=we("dark"),[a,l]=we(!1);Qe(()=>{l(!0);let s=localStorage.getItem("boltdocs-theme"),d=s==="light"||s==="dark"||s==="system"?s:"system";o(d);let m=window.matchMedia("(prefers-color-scheme: dark)");((x,v)=>{n(x==="system"?v?"dark":"light":x)})(d,m.matches);let b=x=>{n(v=>(localStorage.getItem("boltdocs-theme")||"system")==="system"?x.matches?"dark":"light":v)};return m.addEventListener("change",b),()=>m.removeEventListener("change",b)},[]),Qe(()=>{if(!a)return;let s=window.matchMedia("(prefers-color-scheme: dark)").matches,d=t==="system"?s?"dark":"light":t;n(d);let m=document.documentElement;d==="light"?(m.classList.add("theme-light"),m.dataset.theme="light"):(m.classList.remove("theme-light"),m.dataset.theme="dark")},[t,a]);let i=s=>{o(s),localStorage.setItem("boltdocs-theme",s)};return zo(Ye.Provider,{value:{theme:t,resolvedTheme:r,setTheme:i},children:e})}function tt(){let e=Do(Ye);if(e===void 0)throw new Error("useTheme must be used within a ThemeProvider");return e}import ue from"virtual:boltdocs-layout";import{startTransition as Fo}from"react";import{RouterProvider as $o}from"react-aria-components";import{useNavigate as Wo,useHref as Go}from"react-router-dom";import{jsx as _o}from"react/jsx-runtime";function ot({children:e}){let t=Wo();return _o($o,{navigate:(o,r)=>{Fo(()=>{t(o,r)})},useHref:Go,children:e})}import{useLayoutEffect as Uo}from"react";import{useLocation as jo}from"react-router-dom";function rt(){let{pathname:e,hash:t}=jo();return Uo(()=>{let o=document.querySelector(".boltdocs-content");if(o){if(t){let r=t.replace("#",""),n=document.getElementById(r);if(n){let l=o.getBoundingClientRect().top,d=n.getBoundingClientRect().top-l-80+o.scrollTop;o.scrollTo({top:d,behavior:"smooth"});return}}o.scrollTo(0,0)}},[e,t]),null}import{Outlet as qo}from"react-router-dom";import Xo from"virtual:boltdocs-layout";import{jsx as nt}from"react/jsx-runtime";function st(){return nt(Xo,{children:nt(qo,{})})}import{MDXProvider as Qo}from"@mdx-js/react";import{createContext as Ko,useContext as Zo}from"react";import{jsx as Jo}from"react/jsx-runtime";var at=Ko({});function it(){return Zo(at)}function lt({components:e,children:t}){return Jo(at.Provider,{value:e,children:t})}import{jsx as ct}from"react/jsx-runtime";function dt({Component:e}){let t=it();return ct(Qo,{components:t,children:ct(e,{})})}import{Link as cs}from"lucide-react";var Ge={};vo(Ge,{Admonition:()=>H,Badge:()=>Lt,Button:()=>mt,Card:()=>It,Cards:()=>Mt,Caution:()=>Wt,CodeBlock:()=>$,ComponentPreview:()=>ro,ComponentProps:()=>eo,CopyMarkdown:()=>co,Danger:()=>zt,Field:()=>Jt,FileTree:()=>Ut,Image:()=>Yt,Important:()=>$t,InfoBox:()=>Ft,Link:()=>Qt,List:()=>Gt,Note:()=>Vt,Tab:()=>Pt,Table:()=>Zt,Tabs:()=>wt,Tip:()=>Ht,Video:()=>kt,Warning:()=>Dt});import*as xe from"react-aria-components";import{cva as Yo}from"class-variance-authority";import{Fragment as er,jsx as Z,jsxs as tr}from"react/jsx-runtime";var be=Yo("flex flex-row items-center justify-center w-auto font-semibold tracking-tight no-underline whitespace-nowrap select-none outline-none transition-all duration-200 cursor-pointer pressed:scale-[0.97] hover:-translate-y-px leading-none",{variants:{variant:{primary:"bg-primary-500 text-white shadow-md hover:brightness-110 hover:shadow-lg",secondary:"bg-bg-surface text-text-main border border-border-subtle hover:bg-bg-muted hover:border-border-strong",outline:"bg-transparent text-text-main border border-border-strong hover:bg-bg-surface hover:border-primary-500",ghost:"bg-transparent text-text-muted hover:bg-bg-surface hover:text-text-main",danger:"bg-[var(--color-danger-500)]/10 text-[var(--color-danger-500)] border border-[var(--color-danger-500)]/20 hover:bg-[var(--color-danger-500)]/15",success:"bg-[var(--color-success-500)]/10 text-[var(--color-success-500)] border border-[var(--color-success-500)]/20 hover:bg-[var(--color-success-500)]/15",warning:"bg-[var(--color-warning-500)]/10 text-[var(--color-warning-500)] border border-[var(--color-warning-500)]/20 hover:bg-[var(--color-warning-500)]/15",info:"bg-[var(--color-info-500)]/10 text-[var(--color-info-500)] border border-[var(--color-info-500)]/20 hover:bg-[var(--color-info-500)]/15",subtle:"bg-primary-500/10 text-primary-500 hover:bg-primary-500/20",link:"bg-transparent text-primary-500 !p-0 !min-h-0 hover:underline"},size:{sm:"min-h-8 px-3.5 text-[0.8125rem] gap-1.5",md:"min-h-10 px-5 text-[0.9375rem] gap-2",lg:"min-h-12 px-7 text-[1.05rem] gap-2.5"},rounded:{none:"rounded-none",sm:"rounded-sm",md:"rounded-md",lg:"rounded-lg",full:"rounded-full"},iconSize:{sm:"w-8 h-8 p-0",md:"w-10 h-10 p-0",lg:"w-12 h-12 p-0"},disabled:{true:"opacity-50 cursor-not-allowed pointer-events-none",false:null}},defaultVariants:{variant:"primary",size:"md",rounded:"md"}}),J=({href:e,icon:t,iconPosition:o="left",isIconOnly:r,children:n,className:a,variant:l,size:i,rounded:s,iconSize:d,disabled:m,...g})=>{let b=r||!n&&!!t,x=b?Z("span",{className:"inline-flex items-center justify-center [&>svg]:w-[1.2rem] [&>svg]:h-[1.2rem]",children:t}):tr(er,{children:[t&&o==="left"&&Z("span",{className:"inline-flex items-center shrink-0 [&>svg]:w-[1.1rem] [&>svg]:h-[1.1rem]",children:t}),Z("span",{className:"flex items-center",children:n}),t&&o==="right"&&Z("span",{className:"inline-flex items-center shrink-0 [&>svg]:w-[1.1rem] [&>svg]:h-[1.1rem]",children:t})]});return e?Z(xe.Link,{href:e,className:c(be({variant:l,size:i,rounded:s,iconSize:b?d:void 0,disabled:m}),a),...g,children:x}):Z(xe.Button,{className:c(be({variant:l,size:i,rounded:s,iconSize:b?d:void 0,disabled:m}),a),...g,children:x})};import{jsx as or}from"react/jsx-runtime";var mt=({className:e,variant:t,size:o,rounded:r,iconSize:n,disabled:a,...l})=>or(J,{className:c("group",be({variant:t,size:o,rounded:r,iconSize:n,disabled:a,className:e})),...l});import*as he from"react-aria-components";import{Copy as mr,Check as pr}from"lucide-react";import{getParameters as pt}from"codesandbox/lib/api/define.js";function ut(e){let t=e.files||{},o=e.dependencies||{},r=e.devDependencies||{},n=e.title||"codesandbox-project",a=e.description||"Generic Sandbox",l={};for(let[i,s]of Object.entries(t)){let d=typeof s.content=="object"?JSON.stringify(s.content,null,2):s.content;l[i]={content:d,isBinary:s.isBinary??!1}}if(!l["package.json"]){let s=e.template==="vite"||!!r.vite||!!r["@vitejs/plugin-react"]?{dev:"vite",build:"vite build",preview:"vite preview"}:{start:"node index.js"};l["package.json"]={content:JSON.stringify({private:!0,name:n,description:a,type:"module",version:"1.0.0",scripts:e.scripts||s,dependencies:o,devDependencies:r},null,2),isBinary:!1}}return l}function rr(e){let t=ut(e),o=pt({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 ft(e){if(typeof window>"u")return rr(e);let t=ut(e),o=pt({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=(i,s)=>{let d=document.createElement("input");d.type="hidden",d.name=i,d.value=s,n.appendChild(d)},l=new URLSearchParams({file:`/${r}`,eslint:"0",codemirror:"1",installDependencies:"true"});return a("query",l.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 gt=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 bt,useEffect as nr,useRef as sr,useState as Te}from"react";function xt(e){let{title:t,sandbox:o}=e,[r,n]=Te(!1),[a,l]=Te(!1),[i,s]=Te(!1),d=sr(null),m=z(),g=bt(async()=>{let x=d.current?.textContent??"";gt(x),n(!0),setTimeout(()=>n(!1),2e3)},[]),b=bt(()=>{let x=d.current?.textContent??"",v=m?.integrations?.sandbox?.config||{},y=typeof o=="object"?o:v,p=y.entry||"src/App.tsx";ft({title:t??"Code Snippet",...y,files:{...y.files,[p]:{content:x}}})},[t,m,o]);return nr(()=>{let x=d.current?.textContent?.length??0;s(x>120)},[e.children,e.highlightedHtml]),{copied:r,isExpanded:a,setIsExpanded:l,isExpandable:i,preRef:d,handleCopy:g,handleSandbox:b,shouldTruncate:i&&!a}}import{jsx as ht,jsxs as lr}from"react/jsx-runtime";function ar(e){let{size:t=20,...o}=e;return{...o,width:t,height:t}}var vt=e=>lr("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor",...ar(e),children:[ht("title",{children:"CodeSandbox"}),ht("path",{d:"M0 24h24V0H0v2.455h21.546v19.09H2.454V0H0Z"})]});import*as Q from"react-aria-components";import{Fragment as dr,jsx as se,jsxs as ke}from"react/jsx-runtime";var cr=({className:e,children:t,...o})=>se(Q.Tooltip,{...o,offset:8,className:r=>c("group z-50 overflow-visible rounded-md bg-bg-surface/90 px-2.5 py-1.5 text-xs font-medium text-text-main shadow-lg backdrop-blur-md ring-1 ring-border-subtle outline-hidden select-none","data-entering:animate-in data-entering:fade-in data-entering:zoom-in-95 data-entering:duration-100","data-exiting:animate-out data-exiting:fade-out data-exiting:zoom-out-95 data-exiting:duration-75","data-[placement=top]:slide-in-from-bottom-1","data-[placement=bottom]:slide-in-from-top-1","data-[placement=left]:slide-in-from-right-1","data-[placement=right]:slide-in-from-left-1",typeof e=="function"?e(r):e),children:r=>ke(dr,{children:[se(Q.OverlayArrow,{children:ke("svg",{width:8,height:8,viewBox:"0 0 8 8",className:"fill-bg-surface/90 stroke-border-subtle group-data-[placement=bottom]:rotate-180 group-data-[placement=left]:-rotate-90 group-data-[placement=right]:rotate-90",children:[se("title",{children:"Arrow"}),se("path",{d:"M0 0 L4 4 L8 0"})]})}),typeof t=="function"?t(r):t]})}),Le=({content:e,children:t,delay:o=500,closeDelay:r=0,...n})=>ke(Q.TooltipTrigger,{delay:o,closeDelay:r,children:[t,se(cr,{...n,children:e})]});import{jsx as I,jsxs as yt}from"react/jsx-runtime";function $(e){let{children:t,sandbox:o,hideSandbox:r=!0,hideCopy:n=!1,highlightedHtml:a,...l}=e,d=!!z()?.integrations?.sandbox?.enable&&!r,{copied:m,isExpanded:g,setIsExpanded:b,isExpandable:x,preRef:v,handleCopy:y,handleSandbox:p,shouldTruncate:N}=xt(e);return yt("div",{className:c("group relative my-6 overflow-hidden rounded-lg border border-border-subtle bg-(--color-code-bg)",N&&"[&>pre]:max-h-[250px] [&>pre]:overflow-hidden"),children:[yt("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:[d&&I(Le,{content:"Open in CodeSandbox",children:I(he.Button,{onPress:p,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:I(vt,{size:20})})}),!n&&I(Le,{content:m?"Copied!":"Copy code",children:I(he.Button,{onPress:y,className:c("grid place-items-center w-8 h-8 bg-transparent outline-none cursor-pointer transition-all duration-200 hover:scale-115 active:scale-95 [&>svg]:w-5 [&>svg]:h-5 [&>svg]:stroke-2",m?"text-emerald-400":"text-text-muted hover:text-text-main"),"aria-label":"Copy code",children:m?I(pr,{size:20}):I(mr,{size:20})})})]}),a?I("div",{ref:v,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:a}}):I("pre",{ref:v,className:"m-0! rounded-none! border-none! bg-inherit! font-mono text-[0.8125rem] leading-[1.7]",...l,children:t}),x&&I("div",{className:c(N?"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:I(he.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 br,isValidElement as xr,useMemo as hr}from"react";import*as G from"react-aria-components";import{useState as Ct,useRef as ur,useEffect as fr,useCallback as gr}from"react";function Rt({initialIndex:e=0,tabs:t}){let o=t[e]?.props.disabled?t.findIndex(d=>!d.props.disabled):e,[r,n]=Ct(o===-1?0:o),a=ur([]),[l,i]=Ct({opacity:0,transform:"translateX(0)",width:0});fr(()=>{let d=a.current[r];d&&i({opacity:1,width:d.offsetWidth,transform:`translateX(${d.offsetLeft}px)`})},[r,t]);let s=gr(d=>{let m=0;if(d.key==="ArrowRight"?m=1:d.key==="ArrowLeft"&&(m=-1),m!==0){let g=(r+m+t.length)%t.length;for(;t[g].props.disabled&&g!==r;)g=(g+m+t.length)%t.length;g!==r&&!t[g].props.disabled&&(n(g),a.current[g]?.focus())}},[r,t]);return{active:r,setActive:n,tabRefs:a,indicatorStyle:l,handleKeyDown:s}}import{cva as Nt}from"class-variance-authority";import{jsx as W,jsxs as Ae}from"react/jsx-runtime";var vr=Nt("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"}}),yr=Nt("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 Pt({children:e}){let t=typeof e=="string"?W($,{className:"language-bash",children:W("code",{children:e.trim()})}):e;return W("div",{className:"py-4",children:t})}function wt({defaultIndex:e=0,children:t}){let o=hr(()=>br.toArray(t).filter(i=>xr(i)&&i.props?.label),[t]),{active:r,setActive:n,tabRefs:a,indicatorStyle:l}=Rt({initialIndex:e,tabs:o});return W("div",{className:"my-8 w-full group/tabs",children:Ae(G.Tabs,{selectedKey:r.toString(),onSelectionChange:i=>n(Number(i)),className:"w-full",children:[Ae(G.TabList,{"aria-label":"Content Tabs",className:c(vr()),children:[o.map((i,s)=>{let{label:d,icon:m,disabled:g}=i.props,b=s.toString();return Ae(G.Tab,{id:b,isDisabled:g,ref:x=>{a.current[s]=x},className:({isSelected:x,isDisabled:v})=>c(yr({isActive:x,isDisabled:v})),children:[!!m&&W("span",{className:"shrink-0 [&>svg]:w-4 [&>svg]:h-4",children:m}),W("span",{children:d})]},b)}),W("div",{className:"absolute bottom-0 h-0.5 bg-primary-500 transition-all duration-300 ease-in-out pointer-events-none",style:l,"aria-hidden":"true"})]}),o.map((i,s)=>W(G.TabPanel,{id:s.toString(),children:o[s]},s))]})})}import{useRef as Cr,useState as Rr,useEffect as Nr}from"react";import{jsx as Tt,jsxs as Pr}from"react/jsx-runtime";function kt({src:e,poster:t,alt:o,children:r,controls:n,preload:a="metadata",...l}){let i=Cr(null),[s,d]=Rr(!1);return Nr(()=>{let m=i.current;if(!m)return;let g=new IntersectionObserver(([b])=>{b.isIntersecting&&(d(!0),g.disconnect())},{rootMargin:"200px"});return g.observe(m),()=>g.disconnect()},[]),Tt("div",{ref:i,className:"my-6 overflow-hidden rounded-lg border border-border-subtle",children:s?Pr("video",{className:"block w-full h-auto",src:e,poster:t,controls:!0,preload:a,playsInline:!0,...l,children:[r,"Your browser does not support the video tag."]}):Tt("div",{className:"aspect-video bg-bg-surface animate-pulse",role:"img","aria-label":o||"Video"})})}import{cva as wr}from"class-variance-authority";import{jsx as kr}from"react/jsx-runtime";var Tr=wr("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 kr("span",{className:c(Tr({variant:e}),o),...r,children:t})}import{useCallback as Lr,useRef as At}from"react";import*as St from"react-aria-components";import{cva as Ar}from"class-variance-authority";import{Fragment as Sr,jsx as U,jsxs as Bt}from"react/jsx-runtime";var Br=Ar("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 Mt({cols:e=3,children:t,className:o="",...r}){return U("div",{className:c(Br({cols:e}),o),...r,children:t})}function It({title:e,icon:t,href:o,children:r,className:n="",...a}){let l=At(null),i=At(null),s=Lr(g=>{let b=l.current||i.current;if(!b)return;let{left:x,top:v}=b.getBoundingClientRect();b.style.setProperty("--x",`${g.clientX-x}px`),b.style.setProperty("--y",`${g.clientY-v}px`)},[]),d=Bt(Sr,{children:[U("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&&U("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}),Bt("div",{className:"space-y-1.5",children:[e&&U("h3",{className:"text-sm font-bold text-text-main",children:e}),r&&U("div",{className:"text-sm text-text-muted leading-relaxed",children:r})]})]}),m=c("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?U(St.Link,{ref:i,href:o,className:c(m,"no-underline cursor-pointer"),onMouseMove:s,...a,children:d}):U("div",{ref:l,role:"presentation",className:m,onMouseMove:s,...a,children:d})}import{Info as Mr,Lightbulb as Ir,AlertTriangle as Er,ShieldAlert as Or,Bookmark as Vr,Zap as Hr,Flame as Dr}from"lucide-react";import{cva as zr}from"class-variance-authority";import{jsx as P,jsxs as Ot}from"react/jsx-runtime";var Fr={note:P(Vr,{size:18}),tip:P(Ir,{size:18}),info:P(Mr,{size:18}),warning:P(Er,{size:18}),danger:P(Or,{size:18}),important:P(Dr,{size:18}),caution:P(Hr,{size:18})},$r={note:"Note",tip:"Tip",info:"Info",warning:"Warning",danger:"Danger",important:"Important",caution:"Caution"},Et=zr("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 H({type:e="note",title:t,children:o,className:r="",...n}){return Ot("div",{className:c(Et({type:e}),r),role:e==="warning"||e==="danger"?"alert":"note",...n,children:[Ot("div",{className:"flex items-center flex-row gap-2 mb-2",children:[P("span",{className:c("shrink-0",Et({type:e})),children:Fr[e]}),P("span",{className:"text-sm font-bold tracking-tight text-text-main",children:t||$r[e]})]}),P("div",{className:"text-sm text-text-muted leading-relaxed [&>p]:m-0 [&>p]:mb-2 [&>p:last-child]:mb-0",children:o})]})}var Vt=e=>P(H,{type:"note",...e}),Ht=e=>P(H,{type:"tip",...e}),Dt=e=>P(H,{type:"warning",...e}),zt=e=>P(H,{type:"danger",...e}),Ft=e=>P(H,{type:"info",...e}),$t=e=>P(H,{type:"important",...e}),Wt=e=>P(H,{type:"caution",...e});import{Children as Wr,isValidElement as Gr}from"react";import{Check as _r,ChevronRight as Ur,Circle as jr}from"lucide-react";import{cva as Be}from"class-variance-authority";import{jsx as _,jsxs as Qr}from"react/jsx-runtime";var qr=Be("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}}),Xr=Be("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}}),Kr=Be("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 Zr({icon:e,children:t,variant:o,dense:r}){return Qr("li",{className:c(Xr({variant:o,dense:r})),children:[e&&_("span",{className:c(Kr({variant:o==="bubble"?"bubble":"default"})),children:e}),_("div",{className:"flex-1 text-text-muted group-hover:text-text-main transition-colors",children:t})]})}var Jr={checked:e=>_(_r,{size:14,className:c("text-emerald-500 shrink-0",e)}),arrow:e=>_(Ur,{size:14,className:c("text-primary-400 shrink-0",e)}),bubble:e=>_(jr,{size:6,fill:"currentColor",className:c("text-primary-500 shrink-0",e)}),default:()=>null,number:()=>null};function Gt({variant:e="default",cols:t=1,dense:o=!1,children:r,className:n,...a}){let l=t!==void 0&&Number(t)>1,i=Jr[e],s=qr({variant:e,cols:t,dense:o,isGrid:l,className:n}),d=e==="number"?"ol":"ul";return e==="default"||e==="number"?_(d,{className:s,...a,children:r}):_("ul",{className:s,...a,children:Wr.map(r,m=>{if(!Gr(m))return m;let g=m,b=g.type==="li"?g.props.children:g.props.children||m;return _(Zr,{icon:i(),variant:e,dense:o,children:b})})})}import{Children as Se,isValidElement as Ve,useMemo as Yr}from"react";import*as E from"react-aria-components";import{Folder as en,FileText as tn,File as on,FileCode as rn,FileImage as nn,ChevronRight as sn}from"lucide-react";import{jsx as w,jsxs as Ee}from"react/jsx-runtime";var ae=16,ie=2,Me={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 Oe(e){return typeof e=="string"?e:typeof e=="number"?e.toString():Array.isArray(e)?e.map(Oe).join(""):Ve(e)&&e.props&&typeof e.props=="object"&&"children"in e.props?Oe(e.props.children):""}function an(e,t){let o=e.toLowerCase(),r="shrink-0 transition-colors duration-200";if(t)return w(en,{size:ae,strokeWidth:ie,className:c(r,"text-primary-400"),fill:"currentColor",fillOpacity:.15});let n=c(r,"text-text-dim group-hover:text-text-main");return Me.CODE.test(o)?w(rn,{size:ae,strokeWidth:ie,className:n}):Me.TEXT.test(o)?w(tn,{size:ae,strokeWidth:ie,className:n}):Me.IMAGE.test(o)?w(nn,{size:ae,strokeWidth:ie,className:n}):w(on,{size:ae,strokeWidth:ie,className:n})}function Ie(e,t){if(!Ve(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 ln(e){let t=e.match(/\s+(\/\/|#)\s+(.*)$/);return t?{name:e.slice(0,t.index).trim(),comment:t[2]}:{name:e.trim()}}function ve(e,t="root"){if(!Ve(e))return[];let o=[];if(Ie(e,"ul"))return Se.forEach(e.props.children,(r,n)=>{o.push(...ve(r,`${t}-${n}`))}),o;if(Ie(e,"li")){let r=Se.toArray(e.props.children),n=r.findIndex(v=>Ie(v,"ul")),a=n!==-1,l=a?r.slice(0,n):r,i=a?r.slice(n):[],s=Oe(l),{name:d,comment:m}=ln(s),g=d.endsWith("/"),b=g?d.slice(0,-1):d,x=a||g;return o.push({id:`${t}-${b}`,name:b,comment:m,isFolder:x,children:a?ve(i[0],`${t}-${b}`):void 0}),o}return e.props&&typeof e.props=="object"&&"children"in e.props&&Se.forEach(e.props.children,(r,n)=>{o.push(...ve(r,`${t}-${n}`))}),o}function _t({item:e}){return Ee(E.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(E.TreeItemContent,{children:({isExpanded:t,hasChildItems:o})=>Ee("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(E.Button,{slot:"chevron",className:"outline-none text-text-dim hover:text-primary-400 p-0.5 rounded transition-colors",children:w(sn,{size:14,strokeWidth:3,className:c("transition-transform duration-200",t&&"rotate-90")})}):w("div",{className:"w-[18px]"}),an(e.name,e.isFolder),w("span",{className:c("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&&Ee("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(E.Collection,{items:e.children,children:t=>w(_t,{item:t})})]})}function Ut({children:e}){let t=Yr(()=>ve(e),[e]);return w("div",{className:"my-8",children:w(E.Tree,{items:t,"aria-label":"File Tree",className:c("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(_t,{item:o})})})}import*as le from"react-aria-components";import{useState as jt,useMemo as qt}from"react";function Xt({data:e,sortable:t=!1,paginated:o=!1,pageSize:r=10}){let[n,a]=jt(null),[l,i]=jt(1),s=qt(()=>{if(!e)return[];let b=[...e];return t&&n!==null&&b.sort((x,v)=>{let y=x[n.key],p=v[n.key],N=typeof y=="string"?y:"",S=typeof p=="string"?p:"";return N<S?n.direction==="asc"?-1:1:N>S?n.direction==="asc"?1:-1:0}),b},[e,n,t]),d=Math.ceil(s.length/r),m=qt(()=>{if(!o)return s;let b=(l-1)*r;return s.slice(b,b+r)},[s,o,l,r]);return{sortConfig:n,currentPage:l,setCurrentPage:i,totalPages:d,paginatedData:m,requestSort:b=>{if(!t)return;let x="asc";n&&n.key===b&&n.direction==="asc"&&(x="desc"),a({key:b,direction:x})}}}import{ChevronUp as cn,ChevronDown as Kt,ChevronLeft as dn,ChevronRight as mn,ChevronsLeft as pn,ChevronsRight as un}from"lucide-react";import{Fragment as fn,jsx as C,jsxs as Y}from"react/jsx-runtime";function Zt({headers:e,data:t,children:o,className:r="",sortable:n=!1,paginated:a=!1,pageSize:l=10}){let{sortConfig:i,currentPage:s,setCurrentPage:d,totalPages:m,paginatedData:g,requestSort:b}=Xt({data:t,sortable:n,paginated:a,pageSize:l}),x=y=>n?i?.key!==y?C(Kt,{size:14,className:"ml-1 opacity-30"}):i.direction==="asc"?C(cn,{size:14,className:"ml-1 text-primary-400"}):C(Kt,{size:14,className:"ml-1 text-primary-400"}):null,v=o||Y(fn,{children:[e&&C("thead",{children:C("tr",{children:e.map((y,p)=>C("th",{onClick:()=>b(p),className:c("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:Y("div",{className:"flex items-center",children:[y,x(p)]})},p))})}),g&&C("tbody",{children:g.map((y,p)=>C("tr",{className:"transition-colors hover:bg-bg-surface",children:y.map((N,S)=>C("td",{className:"px-3 py-2 border-b border-border-subtle text-sm text-text-muted",children:N},S))},p))})]});return Y("div",{className:c("my-6 rounded-lg border border-border-subtle overflow-hidden",r),children:[C("div",{className:"overflow-x-auto",children:C("table",{className:"w-full border-collapse text-sm",children:v})}),a&&m>1&&Y("div",{className:"flex items-center justify-between border-t border-border-subtle px-4 py-3",children:[Y("span",{className:"text-xs text-text-muted",children:["Page ",s," of ",m]}),Y("div",{className:"flex items-center gap-1",children:[C(le.Button,{onPress:()=>d(1),isDisabled:s===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:C(pn,{size:16})}),C(le.Button,{onPress:()=>d(y=>Math.max(y-1,1)),isDisabled:s===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:C(dn,{size:16})}),C(le.Button,{onPress:()=>d(y=>Math.min(y+1,m)),isDisabled:s===m,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:C(mn,{size:16})}),C(le.Button,{onPress:()=>d(m),isDisabled:s===m,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:C(un,{size:16})})]})]})]})}import{jsx as ee,jsxs as ce}from"react/jsx-runtime";function Jt({name:e,type:t,defaultValue:o,required:r=!1,children:n,id:a,className:l=""}){return ce("article",{className:c("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",l),id:a,children:[ce("div",{className:"flex flex-col gap-3 sm:flex-row sm:items-center sm:justify-between mb-4",children:[ce("div",{className:"flex flex-wrap items-center gap-2.5",children:[ee("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&&ee("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&&ce("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:[ee("span",{className:"h-1 w-1 rounded-full bg-red-400 animate-pulse"}),"Required"]})]}),o&&ce("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:[ee("span",{className:"font-semibold opacity-60 uppercase tracking-tighter",children:"Default"}),ee("code",{className:"font-mono text-text-main font-medium",children:o})]})]}),ee("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 Qt({to:e,children:t,className:o="",...r}){let n=e&&(e.startsWith("http://")||e.startsWith("https://")||e.startsWith("//")),a=c("text-blue-600 hover:text-blue-800 hover:underline cursor-pointer",o);return gn(F,{href:e,className:a,target:n?"_blank":void 0,rel:n?"noopener noreferrer":void 0,...r,children:t})}import{jsx as bn}from"react/jsx-runtime";function Yt({src:e,alt:t,theme:o,...r}){let{theme:n}=tt();return o&&o!==n?null:bn("img",{src:e,alt:t||"",...r})}import{jsx as T,jsxs as de}from"react/jsx-runtime";function eo({title:e,props:t,className:o=""}){return de("div",{className:c("my-6",o),children:[e&&T("h3",{className:"text-base font-bold text-text-main mb-3",children:e}),T("div",{className:"overflow-x-auto rounded-lg border border-border-subtle",children:de("table",{className:"w-full border-collapse text-sm",children:[T("thead",{children:de("tr",{children:[T("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"}),T("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"}),T("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"}),T("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"})]})}),T("tbody",{children:t.map((r,n)=>de("tr",{className:"transition-colors hover:bg-bg-surface",children:[de("td",{className:"px-4 py-2.5 border-b border-border-subtle",children:[T("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&&T("span",{className:"ml-1 text-red-400 font-bold",children:"*"})]}),T("td",{className:"px-4 py-2.5 border-b border-border-subtle",children:T("code",{className:"rounded bg-bg-muted px-1.5 py-0.5 font-mono text-xs text-text-muted",children:r.type})}),T("td",{className:"px-4 py-2.5 border-b border-border-subtle",children:r.defaultValue?T("code",{className:"rounded bg-bg-muted px-1.5 py-0.5 font-mono text-xs text-primary-400",children:r.defaultValue}):T("span",{className:"text-text-dim",children:"\u2014"})}),T("td",{className:"px-4 py-2.5 border-b border-border-subtle text-text-muted",children:r.description})]},`${r.name}-${n}`))})]})})]})}import{useMemo as to}from"react";function oo(e){let{code:t,children:o,preview:r}=e,n=to(()=>(t??(typeof o=="string"?o:"")).trim(),[t,o]),a=to(()=>r??(typeof o!="string"?o:null),[r,o]);return{initialCode:n,previewElement:a}}import{jsx as He,jsxs as xn}from"react/jsx-runtime";function ro(e){let{highlightedHtml:t,hideCode:o=!1,hideSandbox:r=!1,hideCopy:n=!1,sandboxOptions:a={}}=e,{initialCode:l,previewElement:i}=oo(e);return xn("div",{className:"my-6 overflow-hidden rounded-xl border border-border-subtle",children:[He("div",{className:"flex items-center justify-center p-8 bg-bg-surface",children:i}),!o&&He("div",{className:"border-t border-border-subtle",children:He($,{hideSandbox:r,hideCopy:n,title:a.title,lang:"tsx",highlightedHtml:t,children:l})})]})}import{useState as rs}from"react";import{Copy as lo,Check as ns,ExternalLink as ss,ChevronDown as as}from"lucide-react";import{useState as ql,useEffect as Xl}from"react";import{Button as Jl}from"react-aria-components";import{Search as Yl,Sun as ec,Moon as tc,ExternalLink as oc,ChevronDown as rc}from"lucide-react";import{jsx as ac,jsxs as ic}from"react/jsx-runtime";import*as me from"react-aria-components";import{ChevronDown as dc}from"lucide-react";import{Fragment as bc,jsx as fc,jsxs as gc}from"react/jsx-runtime";import*as k from"react-aria-components";import{Search as yn,Hash as Cn,FileText as Rn,CornerDownLeft as Nn}from"lucide-react";import{Fragment as Mn,jsx as R,jsxs as Fe}from"react/jsx-runtime";var Pn=({children:e,isOpen:t,onOpenChange:o,className:r})=>R(k.ModalOverlay,{isOpen:t,onOpenChange:o,isDismissable:!0,className:c("fixed inset-0 z-100 bg-black/40 backdrop-blur-sm px-4 py-4 sm:py-20","entering:animate-in entering:fade-in exiting:animate-out exiting:fade-out"),children:R(k.Modal,{className:c("mx-auto w-full max-w-2xl overflow-hidden rounded-xl border border-border-subtle bg-bg-surface shadow-2xl ring-1 ring-black/5 outline-none","entering:animate-in entering:fade-in entering:zoom-in-95 exiting:animate-out exiting:fade-out exiting:zoom-out-95",r),children:R(k.Dialog,{className:"flex flex-col max-h-[70vh] focus:outline-none",children:e})})}),wn=({children:e,className:t,onSelectionChange:o,...r})=>R("div",{className:t,children:R(k.Autocomplete,{...r,onSelectionChange:o,className:"flex flex-col min-h-0",children:e})}),Tn=({className:e,...t})=>Fe(k.SearchField,{className:"flex items-center gap-3 border-b border-border-subtle px-4 py-4",autoFocus:!0,children:[R(yn,{className:"h-5 w-5 text-text-muted"}),R(k.Input,{...t,className:c("w-full bg-transparent text-lg text-text-main placeholder-text-muted outline-none",e),placeholder:"Search documentation..."}),R("div",{className:"flex items-center gap-1.5 rounded-md border border-border-subtle bg-bg-main px-1.5 py-1 text-[10px] font-medium text-text-muted",children:R("kbd",{className:"font-sans",children:"ESC"})})]}),kn=({children:e,className:t,...o})=>R(k.ListBox,{...o,className:c("flex-1 overflow-y-auto p-2 outline-none",t),children:e}),Ln=({children:e,className:t,...o})=>R(k.ListBoxItem,{...o,className:c("group flex items-center gap-3 rounded-lg p-3 text-left outline-none cursor-pointer transition-colors","text-text-muted hover:bg-bg-main hover:text-text-main focus:bg-primary-500 focus:text-white selected:bg-primary-500 selected:text-white",t),children:r=>Fe(Mn,{children:[e,(r.isFocused||r.isSelected)&&Fe("div",{className:"ml-auto opacity-50 flex items-center gap-1",children:[R("span",{className:"text-[10px]",children:"Select"}),R(Nn,{size:10})]})]})}),An=({isHeading:e,className:t})=>R("div",{className:c("shrink-0",t),children:e?R(Cn,{size:18}):R(Rn,{size:18})}),Bn=({children:e,className:t})=>R("span",{className:c("block font-medium truncate flex-1 text-sm",t),children:e}),Sn=({children:e,className:t})=>R("span",{className:c("ml-2 text-xs opacity-70 truncate hidden sm:inline group-focus:opacity-100",t),children:e}),yc={Root:Pn,Autocomplete:wn,Input:Tn,List:kn,Item:Object.assign(Ln,{Icon:An,Title:Bn,Bio:Sn})};import{createContext as no,use as Oc,useEffect as In,useImperativeHandle as En,useMemo as Vc,useRef as On,useState as Vn}from"react";import Dc from"scroll-into-view-if-needed";import{useEffect as wc,useRef as Tc}from"react";import{jsx as zn}from"react/jsx-runtime";var Wc=no(null),Gc=no(null);function Hn(e){let[t,o]=Vn({isOverflowing:!1,isAtBottom:!1});return In(()=>{let r=e.current;if(!r)return;let n=()=>{let l=r.scrollHeight>r.clientHeight,i=r.scrollHeight-r.scrollTop<=r.clientHeight+2;o({isOverflowing:l,isAtBottom:i})};n(),r.addEventListener("scroll",n,{passive:!0}),window.addEventListener("resize",n);let a=new MutationObserver(n);return a.observe(r,{childList:!0,subtree:!0}),()=>{r.removeEventListener("scroll",n),window.removeEventListener("resize",n),a.disconnect()}},[e]),t}var Dn=({children:e,className:t,ref:o,...r})=>{let n=On(null);En(o,()=>n.current);let{isOverflowing:a,isAtBottom:l}=Hn(n);return zn("div",{ref:n,className:c("relative overflow-y-auto boltdocs-otp-content",a&&!l&&"mask-[linear-gradient(to_bottom,black_85%,transparent_100%)]",t),...r,children:e})};Dn.displayName="OnThisPageContent";import*as so from"react-aria-components";import{ChevronLeft as Fn,ChevronRight as $n}from"lucide-react";import{Fragment as Xn,jsx as j,jsxs as qn}from"react/jsx-runtime";var Wn=({children:e,className:t})=>j("nav",{className:c("grid grid-cols-1 sm:grid-cols-2 gap-4 mt-12 pt-8 border-t border-border-subtle",t),children:e}),Gn=({children:e,to:t,direction:o,className:r})=>{let n=o==="next";return qn(so.Link,{href:t,className:c("flex group items-center p-4 rounded-xl border border-border-subtle bg-bg-surface outline-none","transition-all hover:bg-bg-main hover:border-primary-500 hover:shadow-lg","focus-visible:ring-2 focus-visible:ring-primary-500/30",n?"text-right justify-end":"text-left justify-start",r),children:[!n&&j(Fn,{className:"mr-3 h-5 w-5 text-text-muted group-hover:text-primary-500 transition-transform group-hover:-translate-x-1"}),j("div",{className:"flex flex-col gap-1 flex-1",children:e}),n&&j($n,{className:"ml-3 h-5 w-5 text-text-muted group-hover:text-primary-500 transition-transform group-hover:translate-x-1"})]})},_n=({children:e,className:t})=>j("span",{className:c("text-xs font-medium uppercase tracking-wider text-text-muted",t),children:e}),Un=({children:e,className:t})=>j("span",{className:c("text-base font-bold text-text-main truncate",t),children:e}),jn=({children:e})=>j(Xn,{children:e}),Kc={PageNavRoot:Wn,PageNavLink:Object.assign(Gn,{Title:_n,Description:Un,Icon:jn})};import{jsx as od}from"react/jsx-runtime";import*as Kn from"react-aria-components";import{ChevronRight as ad}from"lucide-react";import{jsx as dd,jsxs as md}from"react/jsx-runtime";import{Breadcrumb as fd,Breadcrumbs as gd,Link as bd}from"react-aria-components";import{ChevronRight as hd}from"lucide-react";import{jsx as Rd}from"react/jsx-runtime";import{jsx as Zn}from"react/jsx-runtime";var ao=({children:e,className:t,vertical:o=!1})=>Zn("div",{className:c("inline-flex",o?"flex-col":"flex-row",!o&&["[&>*:not(:first-child)]:-ml-px","[&>*:first-child]:rounded-r-none","[&>*:last-child]:rounded-l-none","[&>*:not(:first-child):not(:last-child)]:rounded-none",t?.includes("rounded-full")&&["[&>*:first-child]:rounded-l-full","[&>*:last-child]:rounded-r-full"],t?.includes("rounded-xl")&&["[&>*:first-child]:rounded-l-xl","[&>*:last-child]:rounded-r-xl"],t?.includes("rounded-lg")&&["[&>*:first-child]:rounded-l-lg","[&>*:last-child]:rounded-r-lg"]],o&&["[&>*:not(:first-child)]:-mt-px","[&>*:first-child]:rounded-b-none","[&>*:last-child]:rounded-t-none","[&>*:not(:first-child):not(:last-child)]:rounded-none",t?.includes("rounded-full")&&["[&>*:first-child]:rounded-t-full","[&>*:last-child]:rounded-b-full"]],t),children:e});import{Check as Qn,ChevronRight as Yn,Dot as es}from"lucide-react";import ts from"react";import*as B from"react-aria-components";import*as te from"react-aria-components";import{jsx as $e,jsxs as Jn}from"react/jsx-runtime";var io=({children:e,className:t,showArrow:o,...r})=>Jn(te.Popover,{offset:8,...r,className:te.composeRenderProps(t,n=>c("z-50 overflow-auto rounded-xl border border-border-subtle bg-bg-surface/80 shadow-xl backdrop-blur-md outline-none","entering:animate-in entering:fade-in entering:zoom-in-95 exiting:animate-out exiting:fade-out exiting:zoom-out-95 fill-mode-forwards",n)),children:[o&&$e(te.OverlayArrow,{className:"group",children:$e("svg",{viewBox:"0 0 12 12",className:"block h-3 w-3 fill-bg-surface/80 stroke-border-subtle group-placement-bottom:rotate-180 group-placement-left:-rotate-90 group-placement-right:rotate-90","aria-hidden":"true",children:$e("path",{d:"M0 0 L6 6 L12 0"})})}),e]});import{Fragment as os,jsx as q,jsxs as We}from"react/jsx-runtime";function De(e){let[t,o]=ts.Children.toArray(e.children).slice(0,2);return We(B.MenuTrigger,{...e,children:[t,q(io,{placement:e.placement,className:"min-w-[200px]",children:o})]})}function ze(e){return q(B.Menu,{...e,className:B.composeRenderProps(e.className,t=>c("p-1.5 outline-none max-h-[inherit] overflow-auto",t))})}function ye(e){let t=e.textValue||(typeof e.children=="string"?e.children:void 0);return q(B.MenuItem,{...e,textValue:t,className:B.composeRenderProps(e.className,(o,{isFocused:r,isPressed:n,isDisabled:a})=>c("group relative flex flex-row items-center gap-2.5 px-3 py-1.5 rounded-lg outline-none cursor-default transition-all duration-200","text-text-main text-[0.8125rem]",r&&"bg-primary-500/10 text-primary-600 shadow-sm",n&&"scale-[0.98] bg-primary-500/15",a&&"opacity-40 grayscale pointer-events-none",o)),children:B.composeRenderProps(e.children,(o,{selectionMode:r,isSelected:n,hasSubmenu:a})=>We(os,{children:[r!=="none"&&We("span",{className:"flex items-center w-4 h-4 shrink-0 justify-center",children:[n&&r==="multiple"&&q(Qn,{className:"w-3.5 h-3.5 stroke-[2.5px] text-primary-500 animate-in zoom-in-50 duration-200"}),n&&r==="single"&&q(es,{className:"w-6 h-6 text-primary-500 animate-in zoom-in-50 duration-200"})]}),q("div",{className:"flex-1 flex flex-row items-center gap-2.5 truncate font-medium",children:o}),a&&q(Yn,{className:"w-4 h-4 ml-auto text-text-muted group-focused:text-primary-500/70 transition-colors"})]}))})}import{Separator as hn,ToggleButton as vn}from"react-aria-components";import{jsx as O,jsxs as pe}from"react/jsx-runtime";var is=e=>{let[t,o]=rs(!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"}),l=URL.createObjectURL(a);window.open(l,"_blank")}}};function co({content:e,mdxRaw:t,config:o}){let r=t||e||"",{copied:n,handleCopy:a,handleOpenRaw:l}=is(r),i=o!==!1,s=typeof o=="object"&&o.text||"Copy Markdown";return!i||!r?null:O("div",{className:"relative inline-flex z-100 flex-shrink-0 w-max translate-y-0 active:translate-y-px transition-transform duration-200",children:pe(ao,{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:[O(J,{variant:"ghost",onPress:a,icon:n?O(ns,{size:16}):O(lo,{size:16}),iconPosition:"left",className:c("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!":s}),pe(De,{placement:"bottom end",children:[O(J,{variant:"ghost",isIconOnly:!0,icon:O(as,{size:14}),className:c("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")}),pe(ze,{className:"w-52",children:[pe(ye,{onAction:a,className:"flex flex-row items-start gap-2.5 group",children:[O(lo,{size:16,className:"w-4 h-4 shrink-0 mt-0.5 transition-transform duration-200 group-hover:-translate-y-0.5 text-text-muted group-hover:text-primary-500"}),O("span",{className:"font-medium text-[0.8125rem]",children:"Copy Markdown"})]}),pe(ye,{onAction:l,className:"flex flex-row items-start gap-2.5 group",children:[O(ss,{size:16,className:"w-4 h-4 shrink-0 mt-0.5 transition-transform duration-200 group-hover:-translate-y-0.5 text-text-muted group-hover:text-primary-500"}),O("span",{className:"font-medium text-[0.8125rem]",children:"View as Markdown"})]})]})]})]})})}import{jsx as ls}from"react/jsx-runtime";function L({className:e,variant:t="rect",...o}){return ls("div",{className:c("animate-pulse bg-bg-muted",t==="circle"?"rounded-full":"rounded-md",e),...o})}import{jsx as A,jsxs as X}from"react/jsx-runtime";function mo(){return A("div",{className:c("w-full h-full relative overflow-y-auto transition-opacity duration-300 animate-fade-in"),children:X("div",{className:"mx-auto max-w-(--spacing-content-max) px-4 py-8 space-y-10",children:[X("div",{className:"flex gap-2",children:[A(L,{className:"h-3 w-16"}),A(L,{className:"h-3 w-24"})]}),A(L,{className:"h-10 w-[60%] sm:h-12"}),X("div",{className:"space-y-3",children:[A(L,{className:"h-4 w-full"}),A(L,{className:"h-4 w-[95%]"}),A(L,{className:"h-4 w-[40%]"})]}),X("div",{className:"space-y-6 pt-4",children:[A(L,{className:"h-7 w-32"}),X("div",{className:"space-y-3",children:[A(L,{className:"h-4 w-full"}),A(L,{className:"h-4 w-[98%]"}),A(L,{className:"h-4 w-[92%]"}),A(L,{className:"h-4 w-[60%]"})]})]}),A(L,{className:"h-32 w-full rounded-lg bg-bg-muted/50"}),X("div",{className:"space-y-6 pt-4",children:[A(L,{className:"h-7 w-48"}),X("div",{className:"space-y-3",children:[A(L,{className:"h-4 w-full"}),A(L,{className:"h-4 w-[85%]"})]})]})]})})}import{jsx as D,jsxs as ds}from"react/jsx-runtime";var oe=({level:e,id:t,children:o,...r})=>{let n=`h${e}`;return ds(n,{id:t,...r,className:"boltdocs-heading",children:[o,t&&D("a",{href:`#${t}`,className:"header-anchor","aria-label":"Anchor",children:D(cs,{size:16})})]})},po={...Ge,Loading:mo,h1:e=>D(oe,{level:1,...e}),h2:e=>D(oe,{level:2,...e}),h3:e=>D(oe,{level:3,...e}),h4:e=>D(oe,{level:4,...e}),h5:e=>D(oe,{level:5,...e}),h6:e=>D(oe,{level:6,...e}),pre:e=>D($,{...e,children:e.children})};import{useLocation as ps}from"react-router-dom";import{Fragment as gs,jsx as h,jsxs as Ce}from"react/jsx-runtime";function us(){let{currentLocale:e,config:t}=re();return Ue(()=>{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 fs(){let e=ps(),{config:t}=re(),o=V(l=>l.setLocale),r=V(l=>l.setVersion),n=V(l=>l.currentLocale),a=V(l=>l.currentVersion);return Ue(()=>{let l=e.pathname.split("/").filter(Boolean),i=0,s=t.versions?.defaultVersion,d=t.i18n?.defaultLocale;if(l[i]==="docs"&&i++,t.versions&&l.length>i){let m=t.versions.versions.find(g=>g.path===l[i]);m&&(s=m.path,i++)}t.i18n&&l.length>i&&t.i18n.locales[l[i]]?d=l[i]:t.i18n&&l.length===0&&(d=n||t.i18n.defaultLocale),d!==n&&o(d),s!==a&&r(s)},[e.pathname,t,o,r,n,a]),null}function go({initialRoutes:e,initialConfig:t,docsDirName:o,modules:r,hot:n,homePage:a,externalPages:l,components:i={}}){let[s,d]=uo(e),[m,g]=uo(t),b=l||{},x=fo(()=>s.filter(p=>!(a&&(p.path==="/"||p.path===""))&&!b[p.path===""?"/":p.path]).map(p=>{let N=Object.keys(r).find(M=>M===`/${o}/${p.filePath}`||M.endsWith(`/${o}/${p.filePath}`)||M.endsWith(`/${o}\\${p.filePath.replace(/\\/g,"/")}`)),S=N?r[N]:null;return{...p,Component:_e.lazy(async()=>S?await S():{default:Pe})}}),[s,r,o,a,b]);Ue(()=>{n&&(n.on("boltdocs:routes-update",p=>{d(p)}),n.on("boltdocs:config-update",p=>{g(p)}))},[n]);let v=fo(()=>({...po,...i}),[i]),y=v.Loading;return h(et,{children:h(lt,{components:v,children:h(Re.Provider,{value:m,children:h(ot,{children:Ce(Xe,{routes:s,modules:r,children:[h(rt,{}),h(fs,{}),h(us,{}),Ce(ms,{children:[h(K,{element:h(st,{}),children:x.map(p=>h(K,{path:p.path===""?"/":p.path,element:h(_e.Suspense,{fallback:h(y,{}),children:h(dt,{Component:p.Component})})},p.path))},"docs-layout"),a&&Ce(gs,{children:[h(K,{path:"/",element:h(ue,{children:h(a,{})})}),m.i18n&&Object.keys(m.i18n.locales).map(p=>h(K,{path:`/${p}`,element:h(ue,{children:h(a,{})})},`home-${p}`))]}),Object.entries(b).map(([p,N])=>{let S=p==="/"?"":p;return Ce(_e.Fragment,{children:[h(K,{path:p,element:h(ue,{children:h(N,{})})}),m.i18n&&Object.keys(m.i18n.locales).map(M=>h(K,{path:`/${M}${S}`,element:h(ue,{children:h(N,{})})},`${p}-${M}`))]},p)}),h(K,{path:"*",element:h(ue,{children:h(Pe,{})})})]})]})})})})})}import{jsx as je}from"react/jsx-runtime";async function pp(e){let{path:t,routes:o,config:r,modules:n,homePage:a,externalPages:l,docsDirName:i}=e,s={};for(let[m,g]of Object.entries(n))s[m]=()=>Promise.resolve(g);return xs.renderToString(je(bs.StrictMode,{children:je(hs,{location:t,children:je(go,{initialRoutes:o,initialConfig:r,docsDirName:i,modules:s,homePage:a,externalPages:l})})}))}export{pp as render};
|
|
1
|
+
var So=Object.defineProperty;var Mo=(e,t)=>{for(var o in t)So(e,o,{get:t[o],enumerable:!0})};import ks from"react";import Ls from"react-dom/server";import{StaticRouter as As}from"react-router-dom/server";import rt,{useEffect as nt,useState as To,useMemo as ko}from"react";import tm from"react-dom/client";import{BrowserRouter as rm,Routes as Cs,Route as ee}from"react-router-dom";import{ArrowLeft as Xo}from"lucide-react";import lt from"react";import{Link as _o}from"react-aria-components";import{useLocation as Uo}from"react-router-dom";import{createContext as Bo,use as Io}from"react";var Oe=Bo(null);function G(){let e=Io(Oe);if(!e)throw new Error("useConfig must be used within a ConfigProvider");return e}import{useLocation as $o}from"react-router-dom";import{createContext as Eo,use as Oo,useCallback as Vo,useRef as zo}from"react";import{jsx as Ho}from"react/jsx-runtime";var at=Eo({preload:()=>{},routes:[]});function Ne(){return Oo(at)}function it({routes:e,modules:t,children:o}){let r=zo(null),n=Vo(a=>{r.current&&clearTimeout(r.current),r.current=setTimeout(()=>{let i=a.split("#")[0].split("?")[0],l=e.find(s=>s.path===i||i==="/"&&s.path==="");if(l?.filePath){let s=Object.keys(t).find(d=>d.endsWith("/"+l.filePath));s&&t[s]().catch(d=>{console.error(`[boltdocs] Failed to preload route ${a}:`,d)})}},100)},[e,t]);return Ho(at.Provider,{value:{preload:n,routes:e},children:o})}import{create as Do}from"zustand";import{persist as Fo,createJSONStorage as Wo}from"zustand/middleware";var F=Do()(Fo(e=>({currentLocale:void 0,currentVersion:void 0,hasHydrated:!1,setLocale:t=>e({currentLocale:t}),setVersion:t=>e({currentVersion:t}),setHasHydrated:t=>e({hasHydrated:t})}),{name:"boltdocs-storage",storage:Wo(()=>localStorage),partialize:e=>({currentLocale:e.currentLocale,currentVersion:e.currentVersion}),onRehydrateStorage:()=>e=>{e?.setHasHydrated(!0)}}));function me(){let{routes:e}=Ne(),t=G(),o=$o(),r=F(x=>x.currentLocale),n=F(x=>x.currentVersion),a=F(x=>x.hasHydrated),i=e.find(x=>x.path===o.pathname),l=t.i18n?i?.locale||(a?r:void 0)||t.i18n.defaultLocale:void 0,s=t.versions?i?.version||(a?n:void 0)||t.versions.defaultVersion:void 0,d=e.filter(x=>{let I=t.i18n?(x.locale||t.i18n.defaultLocale)===l:!0,b=t.versions?(x.version||t.versions.defaultVersion)===s:!0;if(!(I&&b))return!1;let O=t.i18n;if(O){let j=!!i?.locale,E=!!x.locale;if(e.some(Re=>Re!==x&&Re.filePath===x.filePath&&Re.version===x.version&&(Re.locale||O.defaultLocale)===(x.locale||O.defaultLocale))&&j!==E)return!1}return!0}),m=t.i18n?.localeConfigs?.[l]?.label||t.i18n?.locales[l]||l,h=t.versions?.versions.find(x=>x.path===s)?.label||s,y=t.i18n?Object.entries(t.i18n.locales).map(([x,I])=>{let b=t.i18n?.localeConfigs?.[x];return{key:x,label:b?.label||I,isCurrent:x===l}}):[],C=t.versions?t.versions.versions.map(x=>({key:x.path,label:x.label,isCurrent:x.path===s})):[];return{routes:d,allRoutes:e,currentRoute:i,currentLocale:l,currentLocaleLabel:m,availableLocales:y,currentVersion:s,currentVersionLabel:h,availableVersions:C,config:t}}function Ve(e){let t=G(),{currentLocale:o,currentVersion:r}=me();if(!t||typeof e!="string"||e.startsWith("http")||e.startsWith("//"))return e;let n=t.i18n,a=t.versions;if(!n&&!a)return e;let i=e.startsWith("/docs"),l=e.split("/").filter(Boolean),s=0;l[s]==="docs"&&s++,a&&l.length>s&&a.versions.find(h=>h.path===l[s])&&s++,n&&l.length>s&&n.locales[l[s]]&&s++;let d=l.slice(s),p=[];i&&(p.push("docs"),a&&r&&p.push(r)),n&&o&&o!==n.defaultLocale&&p.push(o),p.push(...d);let m=`/${p.join("/")}`;return m.length>1&&m.endsWith("/")?m.slice(0,-1):m||"/"}import{clsx as jo}from"clsx";import{twMerge as Go}from"tailwind-merge";function c(...e){return Go(jo(e))}import{jsx as ct}from"react/jsx-runtime";var _=lt.forwardRef((e,t)=>{let{href:o,prefetch:r="hover",onMouseEnter:n,onFocus:a,...i}=e,l=Ve(o??""),{preload:s}=Ne();return ct(_o,{...i,ref:t,href:l,onMouseEnter:m=>{n?.(m),r==="hover"&&typeof l=="string"&&l.startsWith("/")&&s(l)},onFocus:m=>{a?.(m),r==="hover"&&typeof l=="string"&&l.startsWith("/")&&s(l)}})});_.displayName="Link";var qo=lt.forwardRef((e,t)=>{let{href:o,end:r=!1,className:n,children:a,...i}=e,l=Uo(),s=Ve(o??""),d=r?l.pathname===s:l.pathname.startsWith(s),p=typeof n=="function"?n({isActive:d}):c(n,d&&"active"),m=typeof a=="function"?a({isActive:d}):a;return ct(_,{...i,ref:t,href:o,className:p,children:m})});qo.displayName="NavLink";import{jsx as ue,jsxs as dt}from"react/jsx-runtime";function ze(){return ue("div",{className:"flex items-center justify-center min-h-[60vh] text-center",children:dt("div",{className:"space-y-4",children:[ue("span",{className:"text-8xl font-black tracking-tighter text-primary-500/20",children:"404"}),ue("h1",{className:"text-2xl font-bold text-text-main",children:"Page Not Found"}),ue("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."}),dt(_,{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:[ue(Xo,{size:16})," Go to Home"]})]})})}import{createContext as Jo,use as Ko,useEffect as pt,useState as He}from"react";import{jsx as Yo}from"react/jsx-runtime";var mt=Jo(void 0);function ut({children:e}){let[t,o]=He("system"),[r,n]=He("dark"),[a,i]=He(!1);pt(()=>{i(!0);let s=localStorage.getItem("boltdocs-theme"),d=s==="light"||s==="dark"||s==="system"?s:"system";o(d);let p=window.matchMedia("(prefers-color-scheme: dark)");((h,y)=>{n(h==="system"?y?"dark":"light":h)})(d,p.matches);let g=h=>{n(y=>(localStorage.getItem("boltdocs-theme")||"system")==="system"?h.matches?"dark":"light":y)};return p.addEventListener("change",g),()=>p.removeEventListener("change",g)},[]),pt(()=>{if(!a)return;let s=window.matchMedia("(prefers-color-scheme: dark)").matches,d=t==="system"?s?"dark":"light":t;n(d);let p=document.documentElement;d==="light"?(p.classList.add("theme-light"),p.dataset.theme="light"):(p.classList.remove("theme-light"),p.dataset.theme="dark")},[t,a]);let l=s=>{o(s),localStorage.setItem("boltdocs-theme",s)};return Yo(mt.Provider,{value:{theme:t,resolvedTheme:r,setTheme:l},children:e})}function ft(){let e=Ko(mt);if(e===void 0)throw new Error("useTheme must be used within a ThemeProvider");return e}import Lo from"virtual:boltdocs-layout";import{startTransition as Zo}from"react";import{RouterProvider as Qo}from"react-aria-components";import{useNavigate as er,useHref as tr}from"react-router-dom";import{jsx as or}from"react/jsx-runtime";function gt({children:e}){let t=er();return or(Qo,{navigate:(o,r)=>{Zo(()=>{t(o,r)})},useHref:tr,children:e})}import{useLayoutEffect as rr}from"react";import{useLocation as nr}from"react-router-dom";function xt(){let{pathname:e,hash:t}=nr();return rr(()=>{let o=document.querySelector(".boltdocs-content")||window,r=()=>o===window?window.scrollY:o.scrollTop,n=(a,i="auto")=>{o===window?window.scrollTo({top:a,behavior:i}):o.scrollTo({top:a,behavior:i})};if(t){let a=t.replace("#",""),i=document.getElementById(a);if(i){let s=o===window?0:o.getBoundingClientRect().top,m=i.getBoundingClientRect().top-s-80+r();n(m,"smooth");return}}n(0)},[e,t]),null}import{Outlet as sr}from"react-router-dom";import ar from"virtual:boltdocs-layout";import{jsx as bt}from"react/jsx-runtime";function ht(){return bt(ar,{children:bt(sr,{})})}import{MDXProvider as dr}from"@mdx-js/react";import{createContext as ir,use as lr}from"react";import{jsx as cr}from"react/jsx-runtime";var vt=ir({});function yt(){return lr(vt)}function Ct({components:e,children:t}){return cr(vt.Provider,{value:e,children:t})}import{jsx as Rt}from"react/jsx-runtime";function Nt({Component:e}){let t=yt();return Rt(dr,{components:t,children:Rt(e,{})})}import{Link as vs}from"lucide-react";var ot={};Mo(ot,{Admonition:()=>W,Badge:()=>Dt,Button:()=>Pt,Card:()=>Gt,Cards:()=>jt,Caution:()=>Qt,CodeBlock:()=>U,ComponentPreview:()=>go,ComponentProps:()=>mo,CopyMarkdown:()=>No,Danger:()=>Kt,Field:()=>lo,FileTree:()=>oo,Image:()=>po,Important:()=>Zt,InfoBox:()=>Yt,Link:()=>co,List:()=>eo,Note:()=>qt,Tab:()=>Ot,Table:()=>io,Tabs:()=>Vt,Tip:()=>Xt,Video:()=>Ht,Warning:()=>Jt});import*as we from"react-aria-components";import{cva as pr}from"class-variance-authority";import{Fragment as mr,jsx as te,jsxs as ur}from"react/jsx-runtime";var Pe=pr("flex flex-row items-center justify-center w-auto font-semibold tracking-tight no-underline whitespace-nowrap select-none outline-none transition-all duration-200 cursor-pointer pressed:scale-[0.97] hover:-translate-y-px leading-none",{variants:{variant:{primary:"bg-primary-500 text-white shadow-md hover:brightness-110 hover:shadow-lg",secondary:"bg-bg-surface text-text-main border border-border-subtle hover:bg-bg-muted hover:border-border-strong",outline:"bg-transparent text-text-main border border-border-strong hover:bg-bg-surface hover:border-primary-500",ghost:"bg-transparent text-text-muted hover:bg-bg-surface hover:text-text-main",danger:"bg-[var(--color-danger-500)]/10 text-[var(--color-danger-500)] border border-[var(--color-danger-500)]/20 hover:bg-[var(--color-danger-500)]/15",success:"bg-[var(--color-success-500)]/10 text-[var(--color-success-500)] border border-[var(--color-success-500)]/20 hover:bg-[var(--color-success-500)]/15",warning:"bg-[var(--color-warning-500)]/10 text-[var(--color-warning-500)] border border-[var(--color-warning-500)]/20 hover:bg-[var(--color-warning-500)]/15",info:"bg-[var(--color-info-500)]/10 text-[var(--color-info-500)] border border-[var(--color-info-500)]/20 hover:bg-[var(--color-info-500)]/15",subtle:"bg-primary-500/10 text-primary-500 hover:bg-primary-500/20",link:"bg-transparent text-primary-500 !p-0 !min-h-0 hover:underline"},size:{sm:"min-h-8 px-3.5 text-[0.8125rem] gap-1.5",md:"min-h-10 px-5 text-[0.9375rem] gap-2",lg:"min-h-12 px-7 text-[1.05rem] gap-2.5"},rounded:{none:"rounded-none",sm:"rounded-sm",md:"rounded-md",lg:"rounded-lg",full:"rounded-full"},iconSize:{sm:"w-8 h-8 p-0",md:"w-10 h-10 p-0",lg:"w-12 h-12 p-0"},disabled:{true:"opacity-50 cursor-not-allowed pointer-events-none",false:null}},defaultVariants:{variant:"primary",size:"md",rounded:"md"}}),fe=({href:e,icon:t,iconPosition:o="left",isIconOnly:r,children:n,className:a,variant:i,size:l,rounded:s,iconSize:d,disabled:p,...m})=>{let g=r||!n&&!!t,h=g?te("span",{className:"inline-flex items-center justify-center [&>svg]:w-[1.2rem] [&>svg]:h-[1.2rem]",children:t}):ur(mr,{children:[t&&o==="left"&&te("span",{className:"inline-flex items-center shrink-0 [&>svg]:w-[1.1rem] [&>svg]:h-[1.1rem]",children:t}),te("span",{className:"flex items-center",children:n}),t&&o==="right"&&te("span",{className:"inline-flex items-center shrink-0 [&>svg]:w-[1.1rem] [&>svg]:h-[1.1rem]",children:t})]});return e?te(we.Link,{href:e,className:c(Pe({variant:i,size:l,rounded:s,iconSize:g?d:void 0,disabled:p}),a),...m,children:h}):te(we.Button,{className:c(Pe({variant:i,size:l,rounded:s,iconSize:g?d:void 0,disabled:p}),a),...m,children:h})};import{jsx as fr}from"react/jsx-runtime";var Pt=({className:e,variant:t,size:o,rounded:r,iconSize:n,disabled:a,...i})=>fr(fe,{className:c("group",Pe({variant:t,size:o,rounded:r,iconSize:n,disabled:a,className:e})),...i});import*as Me from"react-aria-components";import{Copy as Cr,Check as Rr,File as Nr}from"lucide-react";import{getParameters as wt}from"codesandbox/lib/api/define.js";function Tt(e){let t=e.files||{},o=e.dependencies||{},r=e.devDependencies||{},n=e.title||"codesandbox-project",a=e.description||"Generic Sandbox",i={};for(let[l,s]of Object.entries(t)){let d=typeof s.content=="object"?JSON.stringify(s.content,null,2):s.content;i[l]={content:d,isBinary:s.isBinary??!1}}if(!i["package.json"]){let s=e.template==="vite"||!!r.vite||!!r["@vitejs/plugin-react"]?{dev:"vite",build:"vite build",preview:"vite preview"}:{start:"node index.js"};i["package.json"]={content:JSON.stringify({private:!0,name:n,description:a,type:"module",version:"1.0.0",scripts:e.scripts||s,dependencies:o,devDependencies:r},null,2),isBinary:!1}}return i}function gr(e){let t=Tt(e),o=wt({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 kt(e){if(typeof window>"u")return gr(e);let t=Tt(e),o=wt({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,s)=>{let d=document.createElement("input");d.type="hidden",d.name=l,d.value=s,n.appendChild(d)},i=new URLSearchParams({file:`/${r}`,eslint:"0",codemirror:"1",installDependencies:"true"});return a("query",i.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 Lt=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 At,useEffect as xr,useRef as br,useState as De}from"react";function St(e){let{title:t,sandbox:o}=e,[r,n]=De(!1),[a,i]=De(!1),[l,s]=De(!1),d=br(null),p=G(),m=At(async()=>{let h=d.current?.textContent??"";Lt(h),n(!0),setTimeout(()=>n(!1),2e3)},[]),g=At(()=>{let h=d.current?.textContent??"",y=p?.integrations?.sandbox?.config||{},C=typeof o=="object"?o:y,x=C.entry||"src/App.tsx";kt({title:t??"Code Snippet",...C,files:{...C.files,[x]:{content:h}}})},[t,p,o]);return xr(()=>{let h=d.current?.textContent?.length??0;s(h>120)},[e.children,e.highlightedHtml]),{copied:r,isExpanded:a,setIsExpanded:i,isExpandable:l,preRef:d,handleCopy:m,handleSandbox:g,shouldTruncate:l&&!a}}import{jsx as R,jsxs as z}from"react/jsx-runtime";function V(e){let{size:t=20,...o}=e;return{...o,width:t,height:t}}var Mt=e=>z("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor",...V(e),children:[R("title",{children:"CodeSandbox"}),R("path",{d:"M0 24h24V0H0v2.455h21.546v19.09H2.454V0H0Z"})]});var Te=e=>z("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...V(e),children:[R("title",{children:"TypeScript"}),R("path",{fill:"#2563EB",d:"M3.234 9.093V7.318h8.363v1.775H8.479V17.5H6.352V9.093H3.234zm15.263 1.153c-.04-.4-.21-.712-.512-.934-.301-.222-.71-.333-1.228-.333-.351 0-.648.05-.89.149-.242.096-.427.23-.557.403a.969.969 0 0 0-.189.586.838.838 0 0 0 .115.477c.086.136.204.254.353.353.149.097.321.181.517.254.195.07.404.13.626.179l.915.219c.444.1.852.232 1.223.397.371.166.693.37.965.612.271.242.482.527.631.855.152.328.23.704.234 1.129-.004.623-.163 1.163-.478 1.62-.311.454-.762.807-1.352 1.06-.587.248-1.294.372-2.123.372-.822 0-1.538-.126-2.147-.378-.607-.252-1.081-.624-1.422-1.118-.338-.497-.516-1.112-.532-1.845h2.083c.023.342.12.627.293.855.176.226.41.397.701.513a2.8 2.8 0 0 0 1 .168c.364 0 .68-.053.949-.159a1.45 1.45 0 0 0 .631-.442c.15-.189.224-.406.224-.651a.846.846 0 0 0-.204-.577c-.132-.156-.328-.288-.586-.398a5.964 5.964 0 0 0-.94-.298l-1.109-.278c-.858-.21-1.536-.536-2.033-.98-.497-.444-.744-1.042-.74-1.795-.004-.616.16-1.155.491-1.615.335-.461.794-.82 1.377-1.08.584-.258 1.247-.387 1.99-.387.755 0 1.414.13 1.978.388.567.258 1.007.618 1.322 1.079.315.46.477.994.488 1.6h-2.064z"})]}),ke=e=>z("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...V(e),children:[R("title",{children:"JavaScript"}),R("path",{fill:"#F59E0B",d:"M8.383 7.318h2.127v7.1c0 .656-.147 1.226-.442 1.71a2.924 2.924 0 01-1.218 1.118c-.52.262-1.125.393-1.815.393-.613 0-1.17-.107-1.67-.323a2.67 2.67 0 01-1.183-.994c-.292-.448-.436-1.01-.433-1.686h2.143c.006.269.061.5.164.691.106.19.25.335.432.438.186.1.405.15.657.15.265 0 .488-.057.67-.17.186-.116.327-.285.423-.507.096-.222.145-.496.145-.82v-7.1zm9.43 2.928c-.04-.4-.21-.712-.511-.934-.302-.222-.711-.333-1.228-.333-.352 0-.648.05-.89.149-.242.096-.428.23-.557.403a.969.969 0 00-.19.586.838.838 0 00.115.477c.087.136.204.254.353.353.15.097.322.181.517.254.196.07.405.13.627.179l.915.219c.444.1.851.232 1.223.397.37.166.692.37.964.612s.482.527.631.855a2.7 2.7 0 01.234 1.129c-.003.623-.162 1.163-.477 1.62-.312.454-.763.807-1.353 1.06-.586.248-1.294.372-2.122.372-.822 0-1.538-.126-2.148-.378-.607-.252-1.08-.624-1.422-1.118-.338-.497-.515-1.112-.532-1.845h2.083c.023.342.121.627.293.855.176.226.41.397.702.513.295.112.628.168.999.168.364 0 .68-.053.95-.159.271-.106.482-.253.63-.442.15-.189.224-.406.224-.651a.846.846 0 00-.203-.577c-.133-.156-.329-.288-.587-.398a5.964 5.964 0 00-.94-.298l-1.108-.278c-.859-.21-1.537-.536-2.034-.98-.497-.444-.744-1.042-.74-1.795-.004-.616.16-1.155.492-1.615.334-.461.793-.82 1.377-1.08.583-.258 1.246-.387 1.989-.387.755 0 1.415.13 1.978.388.567.258 1.008.618 1.323 1.079.314.46.477.994.487 1.6h-2.063z"})]}),Le=e=>z("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...V(e),children:[R("title",{children:"JSON"}),R("path",{fill:"#F59E0B",d:"M4.778 6.667A2.667 2.667 0 017.444 4a.889.889 0 010 1.778.889.889 0 00-.888.889v3.5c0 .701-.273 1.35-.73 1.833.457.483.73 1.132.73 1.832v3.501c0 .491.398.89.888.89a.889.889 0 010 1.777 2.667 2.667 0 01-2.666-2.667v-3.5a.889.889 0 00-.674-.863l-.43-.108a.889.889 0 010-1.724l.43-.108a.889.889 0 00.674-.862V6.667zm14.222 0A2.667 2.667 0 0016.333 4a.889.889 0 000 1.778c.491 0 .89.398.89.889v3.5c0 .701.272 1.35.729 1.833a2.664 2.664 0 00-.73 1.832v3.501a.889.889 0 01-.889.89.889.889 0 000 1.777A2.667 2.667 0 0019 17.333v-3.5c0-.408.278-.764.673-.863l.431-.108a.889.889 0 000-1.724l-.43-.108a.889.889 0 01-.674-.862V6.667z"})]}),Ae=e=>z("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...V(e),children:[R("title",{children:"CSS"}),R("path",{fill:"#0EA5E9",d:"M4.778 6.667A2.667 2.667 0 017.444 4a.889.889 0 010 1.778.889.889 0 00-.888.889v3.5c0 .701-.273 1.35-.73 1.833.457.483.73 1.132.73 1.832v3.501c0 .491.398.89.888.89a.889.889 0 010 1.777 2.667 2.667 0 01-2.666-2.667v-3.5a.889.889 0 00-.674-.863l-.43-.108a.889.889 0 010-1.724l.43-.108a.889.889 0 00.674-.862V6.667zm14.222 0A2.667 2.667 0 0016.333 4a.889.889 0 000 1.778c.491 0 .89.398.89.889v3.5c0 .701.272 1.35.729 1.833a2.664 2.664 0 00-.73 1.832v3.501a.889.889 0 01-.889.89.889.889 0 000 1.777A2.667 2.667 0 0019 17.333v-3.5c0-.408.278-.764.673-.863l.431-.108a.889.889 0 000-1.724l-.43-.108a.889.889 0 01-.674-.862V6.667z"})]}),Se=e=>z("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...V(e),children:[R("title",{children:"HTML"}),R("path",{fill:"#EA580C",d:"M4.778 6.667A2.667 2.667 0 017.444 4a.889.889 0 010 1.778.889.889 0 00-.888.889v3.5c0 .701-.273 1.35-.73 1.833.457.483.73 1.132.73 1.832v3.501c0 .491.398.89.888.89a.889.889 0 010 1.777 2.667 2.667 0 01-2.666-2.667v-3.5a.889.889 0 00-.674-.863l-.43-.108a.889.889 0 010-1.724l.43-.108a.889.889 0 00.674-.862V6.667zm14.222 0A2.667 2.667 0 0016.333 4a.889.889 0 000 1.778c.491 0 .89.398.89.889v3.5c0 .701.272 1.35.729 1.833a2.664 2.664 0 00-.73 1.832v3.501a.889.889 0 01-.889.89.889.889 0 000 1.777A2.667 2.667 0 0019 17.333v-3.5c0-.408.278-.764.673-.863l.431-.108a.889.889 0 000-1.724l-.43-.108a.889.889 0 01-.674-.862V6.667z"})]});var oe=e=>z("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...V(e),children:[R("title",{children:"React"}),R("path",{fill:"#0E8ADC",d:"M12 13.677a1.677 1.677 0 100-3.354 1.677 1.677 0 000 3.354z"}),R("path",{stroke:"#0E8ADC",d:"M12 15.436c4.97 0 9-1.538 9-3.436s-4.03-3.436-9-3.436S3 10.102 3 12s4.03 3.436 9 3.436z"}),R("path",{stroke:"#0E8ADC",d:"M9.024 13.718c2.485 4.305 5.832 7.025 7.476 6.076 1.644-.949.961-5.208-1.524-9.512C12.491 5.977 9.144 3.257 7.5 4.206c-1.644.949-.961 5.208 1.524 9.512z"}),R("path",{stroke:"#0E8ADC",d:"M9.024 10.282c-2.485 4.304-3.168 8.563-1.524 9.512 1.644.95 4.99-1.771 7.476-6.076 2.485-4.304 3.168-8.563 1.524-9.512-1.644-.95-4.99 1.771-7.476 6.076z"})]}),re=e=>z("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...V(e),children:[R("title",{children:"Markdown"}),R("path",{fill:"#60A5FA",d:"M3 15.714V8h2.323l2.322 2.836L9.968 8h2.322v7.714H9.968V11.29l-2.323 2.836-2.322-2.836v4.424H3zm14.516 0l-3.484-3.743h2.323V8h2.322v3.97H21l-3.484 3.744z"})]}),ne=e=>z("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 25 24",...V(e),children:[R("title",{children:"Shell"}),R("path",{stroke:"#14B8A6",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"2",d:"M4.336 17l6-6-6-6M12.336 19h8"})]}),se=e=>z("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...V(e),children:[R("title",{children:"YAML"}),R("path",{fill:"#A78BFA",d:"M6.533 5.864h2.755l2.654 5.011h.113l2.654-5.011h2.756l-4.245 7.522V17.5h-2.443v-4.114L6.533 5.864z"})]});import*as ae from"react-aria-components";import{Fragment as yr,jsx as ge,jsxs as Fe}from"react/jsx-runtime";var vr=({className:e,children:t,...o})=>ge(ae.Tooltip,{...o,offset:8,className:r=>c("group z-50 overflow-visible rounded-md bg-bg-surface/90 px-2.5 py-1.5 text-xs font-medium text-text-main shadow-lg backdrop-blur-md ring-1 ring-border-subtle outline-hidden select-none","data-entering:animate-in data-entering:fade-in data-entering:zoom-in-95 data-entering:duration-100","data-exiting:animate-out data-exiting:fade-out data-exiting:zoom-out-95 data-exiting:duration-75","data-[placement=top]:slide-in-from-bottom-1","data-[placement=bottom]:slide-in-from-top-1","data-[placement=left]:slide-in-from-right-1","data-[placement=right]:slide-in-from-left-1",typeof e=="function"?e(r):e),children:r=>Fe(yr,{children:[ge(ae.OverlayArrow,{children:Fe("svg",{width:8,height:8,viewBox:"0 0 8 8",className:"fill-bg-surface/90 stroke-border-subtle group-data-[placement=bottom]:rotate-180 group-data-[placement=left]:-rotate-90 group-data-[placement=right]:rotate-90",children:[ge("title",{children:"Arrow"}),ge("path",{d:"M0 0 L4 4 L8 0"})]})}),typeof t=="function"?t(r):t]})}),We=({content:e,children:t,delay:o=500,closeDelay:r=0,...n})=>Fe(ae.TooltipTrigger,{delay:o,closeDelay:r,children:[t,ge(vr,{...n,children:e})]});import{jsx as B,jsxs as $e}from"react/jsx-runtime";var Pr={ts:Te,tsx:oe,js:ke,jsx:oe,json:Le,css:Ae,html:Se,md:re,mdx:re,bash:ne,sh:ne,yaml:se,yml:se};function U(e){let{children:t,sandbox:o,hideSandbox:r=!0,hideCopy:n=!1,highlightedHtml:a,title:i,"data-lang":l,plain:s=!1,...d}=e,g=!!G()?.integrations?.sandbox?.enable&&!r,h=e.lang||l||"",{copied:y,isExpanded:C,setIsExpanded:x,isExpandable:I,preRef:b,handleCopy:O,handleSandbox:j,shouldTruncate:E}=St(e),Ee=Pr[h];return $e("div",{className:c("group relative overflow-hidden bg-(--color-code-bg)","contain-layout contain-paint",{"my-6 rounded-lg border border-border-subtle":!s,"[&>pre]:max-h-62.5 [&>pre]:overflow-hidden":E},e.className),children:[i&&$e("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:[Ee?B(Ee,{size:14}):B(Nr,{size:14,className:"opacity-60"}),B("span",{children:i})]}),$e("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:[g&&B(We,{content:"Open in CodeSandbox",children:B(Me.Button,{onPress:j,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:B(Mt,{size:20})})}),!n&&B(We,{content:y?"Copied!":"Copy code",children:B(Me.Button,{onPress:O,className:c("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",y?"text-emerald-400":"text-text-muted hover:text-text-main"),"aria-label":"Copy code",children:y?B(Rr,{size:20}):B(Cr,{size:20})})})]}),a?B("div",{ref:b,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:a}}):B("pre",{ref:b,className:"m-0! rounded-none! border-none! bg-inherit! font-mono text-[0.8125rem] leading-[1.7]",...d,children:t}),I&&B("div",{className:c(E?"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(Me.Button,{onPress:()=>x(!C),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:C?"Show less":"Expand code"})})]})}import{Children as Lr,isValidElement as Ar,useMemo as Sr}from"react";import*as X from"react-aria-components";import{useState as Bt,useRef as wr,useEffect as Tr,useCallback as kr}from"react";function It({initialIndex:e=0,tabs:t}){let o=t[e]?.props.disabled?t.findIndex(d=>!d.props.disabled):e,[r,n]=Bt(o===-1?0:o),a=wr([]),[i,l]=Bt({opacity:0,transform:"translateX(0)",width:0});Tr(()=>{let d=a.current[r];d&&l({opacity:1,width:d.offsetWidth,transform:`translateX(${d.offsetLeft}px)`})},[r,t]);let s=kr(d=>{let p=0;if(d.key==="ArrowRight"?p=1:d.key==="ArrowLeft"&&(p=-1),p!==0){let m=(r+p+t.length)%t.length;for(;t[m].props.disabled&&m!==r;)m=(m+p+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:i,handleKeyDown:s}}import{cva as Et}from"class-variance-authority";import{jsx as q,jsxs as je}from"react/jsx-runtime";var Mr=Et("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"}}),Br=Et("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 Ot({children:e}){let t=typeof e=="string"?q(U,{className:"language-bash",children:q("code",{children:e.trim()})}):e;return q("div",{className:"py-4",children:t})}function Vt({defaultIndex:e=0,children:t}){let o=Sr(()=>Lr.toArray(t).filter(l=>Ar(l)&&l.props?.label),[t]),{active:r,setActive:n,tabRefs:a,indicatorStyle:i}=It({initialIndex:e,tabs:o});return q("div",{className:"my-8 w-full group/tabs",children:je(X.Tabs,{selectedKey:r.toString(),onSelectionChange:l=>n(Number(l)),className:"w-full",children:[je(X.TabList,{"aria-label":"Content Tabs",className:c(Mr()),children:[o.map((l,s)=>{let{label:d,icon:p,disabled:m}=l.props,g=s.toString();return je(X.Tab,{id:g,isDisabled:m,ref:h=>{a.current[s]=h},className:({isSelected:h,isDisabled:y})=>c(Br({isActive:h,isDisabled:y})),children:[!!p&&q("span",{className:"shrink-0 [&>svg]:w-4 [&>svg]:h-4",children:p}),q("span",{children:d})]},g)}),q("div",{className:"absolute bottom-0 h-0.5 bg-primary-500 transition-all duration-300 ease-in-out pointer-events-none",style:i,"aria-hidden":"true"})]}),o.map((l,s)=>q(X.TabPanel,{id:s.toString(),children:o[s]},s))]})})}import{useRef as Ir,useState as Er,useEffect as Or}from"react";import{jsx as zt,jsxs as Vr}from"react/jsx-runtime";function Ht({src:e,poster:t,alt:o,children:r,controls:n,preload:a="metadata",...i}){let l=Ir(null),[s,d]=Er(!1);return Or(()=>{let p=l.current;if(!p)return;let m=new IntersectionObserver(([g])=>{g.isIntersecting&&(d(!0),m.disconnect())},{rootMargin:"200px"});return m.observe(p),()=>m.disconnect()},[]),zt("div",{ref:l,className:"my-6 overflow-hidden rounded-lg border border-border-subtle",children:s?Vr("video",{className:"block w-full h-auto",src:e,poster:t,controls:!0,preload:a,playsInline:!0,...i,children:[r,"Your browser does not support the video tag."]}):zt("div",{className:"aspect-video bg-bg-surface animate-pulse",role:"img","aria-label":o||"Video"})})}import{cva as zr}from"class-variance-authority";import{jsx as Dr}from"react/jsx-runtime";var Hr=zr("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 Dt({variant:e="default",children:t,className:o="",...r}){return Dr("span",{className:c(Hr({variant:e}),o),...r,children:t})}import{useCallback as Fr,useRef as Ft}from"react";import*as $t from"react-aria-components";import{cva as Wr}from"class-variance-authority";import{Fragment as jr,jsx as K,jsxs as Wt}from"react/jsx-runtime";var $r=Wr("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 jt({cols:e=3,children:t,className:o="",...r}){return K("div",{className:c($r({cols:e}),o),...r,children:t})}function Gt({title:e,icon:t,href:o,children:r,className:n="",...a}){let i=Ft(null),l=Ft(null),s=Fr(m=>{let g=i.current||l.current;if(!g)return;let{left:h,top:y}=g.getBoundingClientRect();g.style.setProperty("--x",`${m.clientX-h}px`),g.style.setProperty("--y",`${m.clientY-y}px`)},[]),d=Wt(jr,{children:[K("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&&K("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}),Wt("div",{className:"space-y-1.5",children:[e&&K("h3",{className:"text-sm font-bold text-text-main",children:e}),r&&K("div",{className:"text-sm text-text-muted leading-relaxed",children:r})]})]}),p=c("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?K($t.Link,{ref:l,href:o,className:c(p,"no-underline cursor-pointer"),onMouseMove:s,...a,children:d}):K("div",{ref:i,role:"presentation",className:p,onMouseMove:s,...a,children:d})}import{Info as Gr,Lightbulb as _r,AlertTriangle as Ur,ShieldAlert as qr,Bookmark as Xr,Zap as Jr,Flame as Kr}from"lucide-react";import{cva as Yr}from"class-variance-authority";import{jsx as w,jsxs as Ut}from"react/jsx-runtime";var Zr={note:w(Xr,{size:18}),tip:w(_r,{size:18}),info:w(Gr,{size:18}),warning:w(Ur,{size:18}),danger:w(qr,{size:18}),important:w(Kr,{size:18}),caution:w(Jr,{size:18})},Qr={note:"Note",tip:"Tip",info:"Info",warning:"Warning",danger:"Danger",important:"Important",caution:"Caution"},_t=Yr("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 W({type:e="note",title:t,children:o,className:r="",...n}){return Ut("div",{className:c(_t({type:e}),r),role:e==="warning"||e==="danger"?"alert":"note",...n,children:[Ut("div",{className:"flex items-center flex-row gap-2 mb-2",children:[w("span",{className:c("shrink-0",_t({type:e})),children:Zr[e]}),w("span",{className:"text-sm font-bold tracking-tight text-text-main",children:t||Qr[e]})]}),w("div",{className:"text-sm text-text-muted leading-relaxed [&>p]:m-0 [&>p]:mb-2 [&>p:last-child]:mb-0",children:o})]})}var qt=e=>w(W,{type:"note",...e}),Xt=e=>w(W,{type:"tip",...e}),Jt=e=>w(W,{type:"warning",...e}),Kt=e=>w(W,{type:"danger",...e}),Yt=e=>w(W,{type:"info",...e}),Zt=e=>w(W,{type:"important",...e}),Qt=e=>w(W,{type:"caution",...e});import{Children as en,isValidElement as tn}from"react";import{Check as on,ChevronRight as rn,Circle as nn}from"lucide-react";import{cva as Ge}from"class-variance-authority";import{jsx as J,jsxs as pn}from"react/jsx-runtime";var sn=Ge("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}}),an=Ge("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}}),ln=Ge("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 cn({icon:e,children:t,variant:o,dense:r}){return pn("li",{className:c(an({variant:o,dense:r})),children:[e&&J("span",{className:c(ln({variant:o==="bubble"?"bubble":"default"})),children:e}),J("div",{className:"flex-1 text-text-muted group-hover:text-text-main transition-colors",children:t})]})}var dn={checked:e=>J(on,{size:14,className:c("text-emerald-500 shrink-0",e)}),arrow:e=>J(rn,{size:14,className:c("text-primary-400 shrink-0",e)}),bubble:e=>J(nn,{size:6,fill:"currentColor",className:c("text-primary-500 shrink-0",e)}),default:()=>null,number:()=>null};function eo({variant:e="default",cols:t=1,dense:o=!1,children:r,className:n,...a}){let i=t!==void 0&&Number(t)>1,l=dn[e],s=sn({variant:e,cols:t,dense:o,isGrid:i,className:n}),d=e==="number"?"ol":"ul";return e==="default"||e==="number"?J(d,{className:s,...a,children:r}):J("ul",{className:s,...a,children:en.map(r,p=>{if(!tn(p))return p;let m=p,g=m.type==="li"?m.props.children:m.props.children||p;return J(cn,{icon:l(),variant:e,dense:o,children:g})})})}import{Children as _e,isValidElement as Ke,useMemo as mn}from"react";import*as H from"react-aria-components";import{Folder as un,FileText as fn,File as gn,FileCode as xn,FileImage as bn,ChevronRight as hn}from"lucide-react";import{jsx as T,jsxs as Xe}from"react/jsx-runtime";var ie=16,xe=2,vn={ts:Te,tsx:oe,js:ke,jsx:oe,json:Le,css:Ae,html:Se,md:re,mdx:re,bash:ne,sh:ne,yaml:se,yml:se},Ue={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 Je(e){return typeof e=="string"?e:typeof e=="number"?e.toString():Array.isArray(e)?e.map(Je).join(""):Ke(e)&&e.props&&typeof e.props=="object"&&"children"in e.props?Je(e.props.children):""}function yn(e,t){let o=e.toLowerCase(),r="shrink-0 transition-colors duration-200";if(t)return T(un,{size:ie,strokeWidth:xe,className:c(r,"text-primary-400"),fill:"currentColor",fillOpacity:.15});let n=o.split(".").pop()||"",a=vn[n];if(a)return T(a,{size:ie});let i=c(r,"text-text-dim group-hover:text-text-main");return Ue.CODE.test(o)?T(xn,{size:ie,strokeWidth:xe,className:i}):Ue.TEXT.test(o)?T(fn,{size:ie,strokeWidth:xe,className:i}):Ue.IMAGE.test(o)?T(bn,{size:ie,strokeWidth:xe,className:i}):T(gn,{size:ie,strokeWidth:xe,className:i})}function qe(e,t){if(!Ke(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 Cn(e){let t=e.match(/\s+(\/\/|#)\s+(.*)$/);return t?{name:e.slice(0,t.index).trim(),comment:t[2]}:{name:e.trim()}}function Be(e,t="root"){if(!Ke(e))return[];let o=[];if(qe(e,"ul"))return _e.forEach(e.props.children,(r,n)=>{o.push(...Be(r,`${t}-${n}`))}),o;if(qe(e,"li")){let r=_e.toArray(e.props.children),n=r.findIndex(y=>qe(y,"ul")),a=n!==-1,i=a?r.slice(0,n):r,l=a?r.slice(n):[],s=Je(i),{name:d,comment:p}=Cn(s),m=d.endsWith("/"),g=m?d.slice(0,-1):d,h=a||m;return o.push({id:`${t}-${g}`,name:g,comment:p,isFolder:h,children:a?Be(l[0],`${t}-${g}`):void 0}),o}return e.props&&typeof e.props=="object"&&"children"in e.props&&_e.forEach(e.props.children,(r,n)=>{o.push(...Be(r,`${t}-${n}`))}),o}function to({item:e}){return Xe(H.TreeItem,{id:e.id,textValue:e.name,className:"outline-none group focus-visible:ring-2 focus-visible:ring-primary-500/30 rounded-md",children:[T(H.TreeItemContent,{children:({isExpanded:t,hasChildItems:o})=>Xe("div",{className:"flex items-center gap-2 py-1 px-1.5 rounded-md transition-colors hover:bg-primary-500/5 cursor-pointer",children:[T("div",{style:{width:"calc((var(--tree-item-level) - 1) * 1rem)"},className:"shrink-0"}),o?T(H.Button,{slot:"chevron",className:"outline-none text-text-dim hover:text-primary-400 p-0.5 rounded transition-colors",children:T(hn,{size:14,strokeWidth:3,className:c("transition-transform duration-200",t&&"rotate-90")})}):T("div",{className:"w-[18px]"}),yn(e.name,e.isFolder),T("span",{className:c("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&&Xe("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&&T(H.Collection,{items:e.children,children:t=>T(to,{item:t})})]})}function oo({children:e}){let t=mn(()=>Be(e),[e]);return T("div",{className:"my-8",children:T(H.Tree,{items:t,"aria-label":"File Tree",className:c("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=>T(to,{item:o})})})}import*as be from"react-aria-components";import{useState as ro,useMemo as no}from"react";function so({data:e,sortable:t=!1,paginated:o=!1,pageSize:r=10}){let[n,a]=ro(null),[i,l]=ro(1),s=no(()=>{if(!e)return[];let g=[...e];return t&&n!==null&&g.sort((h,y)=>{let C=h[n.key],x=y[n.key],I=typeof C=="string"?C:"",b=typeof x=="string"?x:"";return I<b?n.direction==="asc"?-1:1:I>b?n.direction==="asc"?1:-1:0}),g},[e,n,t]),d=Math.ceil(s.length/r),p=no(()=>{if(!o)return s;let g=(i-1)*r;return s.slice(g,g+r)},[s,o,i,r]);return{sortConfig:n,currentPage:i,setCurrentPage:l,totalPages:d,paginatedData:p,requestSort:g=>{if(!t)return;let h="asc";n&&n.key===g&&n.direction==="asc"&&(h="desc"),a({key:g,direction:h})}}}import{ChevronUp as Rn,ChevronDown as ao,ChevronLeft as Nn,ChevronRight as Pn,ChevronsLeft as wn,ChevronsRight as Tn}from"lucide-react";import{Fragment as kn,jsx as N,jsxs as le}from"react/jsx-runtime";function io({headers:e,data:t,children:o,className:r="",sortable:n=!1,paginated:a=!1,pageSize:i=10}){let{sortConfig:l,currentPage:s,setCurrentPage:d,totalPages:p,paginatedData:m,requestSort:g}=so({data:t,sortable:n,paginated:a,pageSize:i}),h=C=>n?l?.key!==C?N(ao,{size:14,className:"ml-1 opacity-30"}):l.direction==="asc"?N(Rn,{size:14,className:"ml-1 text-primary-400"}):N(ao,{size:14,className:"ml-1 text-primary-400"}):null,y=o||le(kn,{children:[e&&N("thead",{children:N("tr",{children:e.map((C,x)=>N("th",{onClick:()=>g(x),className:c("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:le("div",{className:"flex items-center",children:[C,h(x)]})},x))})}),m&&N("tbody",{children:m.map((C,x)=>N("tr",{className:"transition-colors hover:bg-bg-surface",children:C.map((I,b)=>N("td",{className:"px-3 py-2 border-b border-border-subtle text-sm text-text-muted",children:I},b))},x))})]});return le("div",{className:c("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:y})}),a&&p>1&&le("div",{className:"flex items-center justify-between border-t border-border-subtle px-4 py-3",children:[le("span",{className:"text-xs text-text-muted",children:["Page ",s," of ",p]}),le("div",{className:"flex items-center gap-1",children:[N(be.Button,{onPress:()=>d(1),isDisabled:s===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(wn,{size:16})}),N(be.Button,{onPress:()=>d(C=>Math.max(C-1,1)),isDisabled:s===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(Nn,{size:16})}),N(be.Button,{onPress:()=>d(C=>Math.min(C+1,p)),isDisabled:s===p,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(Pn,{size:16})}),N(be.Button,{onPress:()=>d(p),isDisabled:s===p,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(Tn,{size:16})})]})]})]})}import{jsx as ce,jsxs as he}from"react/jsx-runtime";function lo({name:e,type:t,defaultValue:o,required:r=!1,children:n,id:a,className:i=""}){return he("article",{className:c("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",i),id:a,children:[he("div",{className:"flex flex-col gap-3 sm:flex-row sm:items-center sm:justify-between mb-4",children:[he("div",{className:"flex flex-wrap items-center gap-2.5",children:[ce("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&&ce("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&&he("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:[ce("span",{className:"h-1 w-1 rounded-full bg-red-400 animate-pulse"}),"Required"]})]}),o&&he("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:[ce("span",{className:"font-semibold opacity-60 uppercase tracking-tighter",children:"Default"}),ce("code",{className:"font-mono text-text-main font-medium",children:o})]})]}),ce("div",{className:"text-sm text-text-muted leading-relaxed [&>p]:m-0 selection:bg-primary-500/30",children:n})]})}import{jsx as Ln}from"react/jsx-runtime";function co({to:e,children:t,className:o="",...r}){let n=e&&(e.startsWith("http://")||e.startsWith("https://")||e.startsWith("//")),a=c("text-blue-600 hover:text-blue-800 hover:underline cursor-pointer",o);return Ln(_,{href:e,className:a,target:n?"_blank":void 0,rel:n?"noopener noreferrer":void 0,...r,children:t})}import{jsx as An}from"react/jsx-runtime";function po({src:e,alt:t,theme:o,...r}){let{theme:n}=ft();return o&&o!==n?null:An("img",{src:e,alt:t||"",...r})}import{jsx as k,jsxs as ve}from"react/jsx-runtime";function mo({title:e,props:t,className:o=""}){return ve("div",{className:c("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:ve("table",{className:"w-full border-collapse text-sm",children:[k("thead",{children:ve("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)=>ve("tr",{className:"transition-colors hover:bg-bg-surface",children:[ve("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 uo}from"react";function fo(e){let{code:t,children:o,preview:r}=e,n=uo(()=>(t??(typeof o=="string"?o:"")).trim(),[t,o]),a=uo(()=>r??(typeof o!="string"?o:null),[r,o]);return{initialCode:n,previewElement:a}}import{jsx as Ye,jsxs as Sn}from"react/jsx-runtime";function go(e){let{highlightedHtml:t,hideCode:o=!1,hideSandbox:r=!1,hideCopy:n=!1,sandboxOptions:a={}}=e,{initialCode:i,previewElement:l}=fo(e);return Sn("div",{className:"my-6 overflow-hidden rounded-xl border border-border-subtle",children:[Ye("div",{className:"flex items-center justify-center p-8 bg-bg-surface",children:l}),!o&&Ye("div",{className:"border-t border-border-subtle",children:Ye(U,{hideSandbox:r,hideCopy:n,title:a.title,lang:"tsx",highlightedHtml:t,plain:!0,children:i})})]})}import{useState as fs}from"react";import{Copy as Ro,Check as gs,ExternalLink as xs,ChevronDown as bs}from"lucide-react";import{useState as rc,useEffect as nc}from"react";import{Button as ic}from"react-aria-components";import{Search as cc,Sun as dc,Moon as pc,ExternalLink as mc}from"lucide-react";import{jsx as gc,jsxs as xc}from"react/jsx-runtime";import*as ye from"react-aria-components";import{ChevronDown as vc}from"lucide-react";import{Fragment as wc,jsx as Nc,jsxs as Pc}from"react/jsx-runtime";import*as L from"react-aria-components";import{Search as In,Hash as En,FileText as On,CornerDownLeft as Vn}from"lucide-react";import{Fragment as _n,jsx as P,jsxs as Ze}from"react/jsx-runtime";var zn=({children:e,isOpen:t,onOpenChange:o,className:r})=>P(L.ModalOverlay,{isOpen:t,onOpenChange:o,isDismissable:!0,className:c("fixed inset-0 z-100 bg-black/40 backdrop-blur-sm px-4 py-4 sm:py-20","entering:animate-in entering:fade-in exiting:animate-out exiting:fade-out"),children:P(L.Modal,{className:c("mx-auto w-full max-w-2xl overflow-hidden rounded-xl border border-border-subtle bg-bg-surface shadow-2xl ring-1 ring-black/5 outline-none","entering:animate-in entering:fade-in entering:zoom-in-95 exiting:animate-out exiting:fade-out exiting:zoom-out-95",r),children:P(L.Dialog,{className:"flex flex-col max-h-[70vh] focus:outline-none",children:e})})}),Hn=({children:e,className:t,onSelectionChange:o,...r})=>P("div",{className:t,children:P(L.Autocomplete,{...r,onSelectionChange:o,className:"flex flex-col min-h-0",children:e})}),Dn=({className:e,...t})=>Ze(L.SearchField,{className:"flex items-center gap-3 border-b border-border-subtle px-4 py-4",autoFocus:!0,children:[P(In,{className:"h-5 w-5 text-text-muted"}),P(L.Input,{...t,className:c("w-full bg-transparent text-lg text-text-main placeholder-text-muted outline-none",e),placeholder:"Search documentation..."}),P("div",{className:"flex items-center gap-1.5 rounded-md border border-border-subtle bg-bg-main px-1.5 py-1 text-[10px] font-medium text-text-muted",children:P("kbd",{className:"font-sans",children:"ESC"})})]}),Fn=({children:e,className:t,...o})=>P(L.ListBox,{...o,className:c("flex-1 overflow-y-auto p-2 outline-none",t),children:e}),Wn=({children:e,className:t,...o})=>P(L.ListBoxItem,{...o,className:c("group flex items-center gap-3 rounded-lg p-3 text-left outline-none cursor-pointer transition-colors","text-text-muted hover:bg-bg-main hover:text-text-main focus:bg-primary-500 focus:text-white selected:bg-primary-500 selected:text-white",t),children:r=>Ze(_n,{children:[e,(r.isFocused||r.isSelected)&&Ze("div",{className:"ml-auto opacity-50 flex items-center gap-1",children:[P("span",{className:"text-[10px]",children:"Select"}),P(Vn,{size:10})]})]})}),$n=({isHeading:e,className:t})=>P("div",{className:c("shrink-0",t),children:e?P(En,{size:18}):P(On,{size:18})}),jn=({children:e,className:t})=>P("span",{className:c("block font-medium truncate flex-1 text-sm",t),children:e}),Gn=({children:e,className:t})=>P("span",{className:c("ml-2 text-xs opacity-70 truncate hidden sm:inline group-focus:opacity-100",t),children:e}),Ac={Root:zn,Autocomplete:Hn,Input:Dn,List:Fn,Item:Object.assign(Wn,{Icon:$n,Title:jn,Bio:Gn})};import{createContext as xo,use as _c,useEffect as Uc,useImperativeHandle as Un,useMemo as qc,useRef as qn,useState as Xc}from"react";import Kc from"scroll-into-view-if-needed";import{useEffect as Ec,useRef as Oc}from"react";import{jsx as Jn}from"react/jsx-runtime";var ed=xo(null),td=xo(null);var Xn=({children:e,className:t,ref:o,...r})=>{let n=qn(null);return Un(o,()=>n.current),Jn("div",{ref:n,className:c("relative overflow-y-auto boltdocs-otp-content",t),...r,children:e})};Xn.displayName="OnThisPageContent";import*as bo from"react-aria-components";import{ChevronLeft as Kn,ChevronRight as Yn}from"lucide-react";import{Fragment as ns,jsx as Y,jsxs as rs}from"react/jsx-runtime";var Zn=({children:e,className:t})=>Y("nav",{className:c("grid grid-cols-1 sm:grid-cols-2 gap-4 mt-12 pt-8 border-t border-border-subtle",t),children:e}),Qn=({children:e,to:t,direction:o,className:r})=>{let n=o==="next";return rs(bo.Link,{href:t,className:c("flex group items-center p-4 rounded-xl border border-border-subtle bg-bg-surface outline-none","transition-all hover:bg-bg-main hover:border-primary-500 hover:shadow-lg","focus-visible:ring-2 focus-visible:ring-primary-500/30",n?"text-right justify-end":"text-left justify-start",r),children:[!n&&Y(Kn,{className:"mr-3 h-5 w-5 text-text-muted group-hover:text-primary-500 transition-transform group-hover:-translate-x-1"}),Y("div",{className:"flex flex-col gap-1 flex-1",children:e}),n&&Y(Yn,{className:"ml-3 h-5 w-5 text-text-muted group-hover:text-primary-500 transition-transform group-hover:translate-x-1"})]})},es=({children:e,className:t})=>Y("span",{className:c("text-xs font-medium uppercase tracking-wider text-text-muted",t),children:e}),ts=({children:e,className:t})=>Y("span",{className:c("text-base font-bold text-text-main truncate",t),children:e}),os=({children:e})=>Y(ns,{children:e}),id={PageNavRoot:Zn,PageNavLink:Object.assign(Qn,{Title:es,Description:ts,Icon:os})};import{jsx as fd}from"react/jsx-runtime";import*as ss from"react-aria-components";import{ChevronRight as hd}from"lucide-react";import{jsx as Rd,jsxs as Nd}from"react/jsx-runtime";import{Breadcrumb as Td,Breadcrumbs as kd,Link as Ld}from"react-aria-components";import{ChevronRight as Sd}from"lucide-react";import{jsx as Ed}from"react/jsx-runtime";import{jsx as as}from"react/jsx-runtime";var ho=({children:e,className:t,vertical:o=!1})=>as("div",{className:c("inline-flex",o?"flex-col":"flex-row",!o&&["[&>*:not(:first-child)]:-ml-px","[&>*:first-child]:rounded-r-none","[&>*:last-child]:rounded-l-none","[&>*:not(:first-child):not(:last-child)]:rounded-none",t?.includes("rounded-full")&&["[&>*:first-child]:rounded-l-full","[&>*:last-child]:rounded-r-full"],t?.includes("rounded-xl")&&["[&>*:first-child]:rounded-l-xl","[&>*:last-child]:rounded-r-xl"],t?.includes("rounded-lg")&&["[&>*:first-child]:rounded-l-lg","[&>*:last-child]:rounded-r-lg"]],o&&["[&>*:not(:first-child)]:-mt-px","[&>*:first-child]:rounded-b-none","[&>*:last-child]:rounded-t-none","[&>*:not(:first-child):not(:last-child)]:rounded-none",t?.includes("rounded-full")&&["[&>*:first-child]:rounded-t-full","[&>*:last-child]:rounded-b-full"]],t),children:e});import{Check as ls,ChevronRight as cs,Dot as ds}from"lucide-react";import ps from"react";import*as M from"react-aria-components";import*as de from"react-aria-components";import{jsx as Qe,jsxs as is}from"react/jsx-runtime";var vo=({children:e,className:t,showArrow:o,...r})=>is(de.Popover,{offset:8,...r,className:de.composeRenderProps(t,n=>c("z-50 overflow-auto rounded-xl border border-border-subtle bg-bg-surface/80 shadow-xl backdrop-blur-md outline-none transition-none",n)),children:[o&&Qe(de.OverlayArrow,{className:"group",children:Qe("svg",{viewBox:"0 0 12 12",className:"block h-3 w-3 fill-bg-surface/80 stroke-border-subtle group-placement-bottom:rotate-180 group-placement-left:-rotate-90 group-placement-right:rotate-90","aria-hidden":"true",children:Qe("path",{d:"M0 0 L6 6 L12 0"})})}),e]});import{Fragment as ms,jsx as Z,jsxs as et}from"react/jsx-runtime";function yo(e){let[t,o]=ps.Children.toArray(e.children).slice(0,2);return et(M.MenuTrigger,{...e,children:[t,Z(vo,{placement:e.placement,className:"min-w-35",children:o})]})}function Co(e){return Z(M.Menu,{...e,className:M.composeRenderProps(e.className,t=>c("p-1.5 outline-none max-h-[inherit] overflow-auto max-w-75",t))})}function tt(e){let t=e.textValue||(typeof e.children=="string"?e.children:void 0);return Z(M.MenuItem,{...e,textValue:t,className:M.composeRenderProps(e.className,(o,{isFocused:r,isPressed:n,isDisabled:a})=>c("group relative flex flex-row items-center gap-2 px-2 py-1 rounded-lg outline-none cursor-default hover:cursor-pointer transition-none","text-text-main text-[12px]",{"bg-bg-surface-elevated text-primary-600 ring-1 ring-border-strong/5":r,"bg-bg-surface-elevanted":n,"opacity-40 grayscale pointer-events-none":a},o)),children:M.composeRenderProps(e.children,(o,{selectionMode:r,isSelected:n,hasSubmenu:a})=>et(ms,{children:[r!=="none"&&et("span",{className:"flex items-center size-4 shrink-0 justify-center",children:[n&&r==="multiple"&&Z(ls,{className:"size-3.5 stroke-[2.5px] text-primary-500 animate-in zoom-in-50 duration-200"}),n&&r==="single"&&Z(ds,{className:"size-5 text-primary-500 animate-in zoom-in-50 duration-200"})]}),Z("div",{className:"flex flex-row w-full transition-colors items-center gap-2 py-1 px-1",children:o}),a&&Z(cs,{className:"size-4 ml-auto text-text-muted group-focused:text-primary-500/70 transition-colors"})]}))})}import{jsx as us}from"react/jsx-runtime";function A({className:e,variant:t="rect",...o}){return us("div",{className:c("animate-pulse bg-bg-muted",t==="circle"?"rounded-full":"rounded-md",e),...o})}import{Separator as Mn,ToggleButton as Bn}from"react-aria-components";import{jsx as D,jsxs as Ce}from"react/jsx-runtime";var hs=e=>{let[t,o]=fs(!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"}),i=URL.createObjectURL(a);window.open(i,"_blank")}}};function No({content:e,mdxRaw:t,config:o}){let r=t||e||"",{copied:n,handleCopy:a,handleOpenRaw:i}=hs(r),l=o!==!1,s=typeof o=="object"&&o.text||"Copy Markdown";return!l||!r?null:D("div",{className:"relative inline-flex z-100 flex-shrink-0 w-max translate-y-0 active:translate-y-px transition-transform duration-200",children:Ce(ho,{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:[D(fe,{variant:"ghost",onPress:a,icon:n?D(gs,{size:16}):D(Ro,{size:16}),iconPosition:"left",className:c("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!":s}),Ce(yo,{placement:"bottom end",children:[D(fe,{variant:"ghost",isIconOnly:!0,icon:D(bs,{size:14}),className:c("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")}),Ce(Co,{className:"w-52",children:[Ce(tt,{onAction:a,children:[D(Ro,{size:16,className:"size-4 mt-0.5 text-text-muted group-hover:text-primary-500"}),D("span",{className:"font-medium text-[0.8125rem]",children:"Copy Markdown"})]}),Ce(tt,{onAction:i,children:[D(xs,{size:16,className:"size-4 mt-0.5 text-text-muted group-hover:text-primary-500"}),D("span",{className:"font-medium text-[0.8125rem]",children:"View as Markdown"})]})]})]})]})})}import{jsx as S,jsxs as Q}from"react/jsx-runtime";function Po(){return S("div",{className:c("w-full h-full relative overflow-y-auto transition-opacity duration-300 animate-fade-in"),children:Q("div",{className:"mx-auto max-w-(--spacing-content-max) px-4 py-8 space-y-10",children:[Q("div",{className:"flex gap-2",children:[S(A,{className:"h-3 w-16"}),S(A,{className:"h-3 w-24"})]}),S(A,{className:"h-10 w-[60%] sm:h-12"}),Q("div",{className:"space-y-3",children:[S(A,{className:"h-4 w-full"}),S(A,{className:"h-4 w-[95%]"}),S(A,{className:"h-4 w-[40%]"})]}),Q("div",{className:"space-y-6 pt-4",children:[S(A,{className:"h-7 w-32"}),Q("div",{className:"space-y-3",children:[S(A,{className:"h-4 w-full"}),S(A,{className:"h-4 w-[98%]"}),S(A,{className:"h-4 w-[92%]"}),S(A,{className:"h-4 w-[60%]"})]})]}),S(A,{className:"h-32 w-full rounded-lg bg-bg-muted/50"}),Q("div",{className:"space-y-6 pt-4",children:[S(A,{className:"h-7 w-48"}),Q("div",{className:"space-y-3",children:[S(A,{className:"h-4 w-full"}),S(A,{className:"h-4 w-[85%]"})]})]})]})})}import{jsx as $,jsxs as ys}from"react/jsx-runtime";var pe=({level:e,id:t,children:o,...r})=>{let n=`h${e}`;return ys(n,{id:t,...r,className:"boltdocs-heading",children:[o,t&&$("a",{href:`#${t}`,className:"header-anchor","aria-label":"Anchor",children:$(vs,{size:16})})]})},wo={...ot,Loading:Po,h1:e=>$(pe,{level:1,...e}),h2:e=>$(pe,{level:2,...e}),h3:e=>$(pe,{level:3,...e}),h4:e=>$(pe,{level:4,...e}),h5:e=>$(pe,{level:5,...e}),h6:e=>$(pe,{level:6,...e}),pre:e=>$(U,{...e,children:e.children})};import Rs from"virtual:boltdocs-mdx-components";import{useLocation as Ns}from"react-router-dom";import{Fragment as Ts,jsx as v,jsxs as Ie}from"react/jsx-runtime";function Ps(){let{currentLocale:e,config:t}=me();return nt(()=>{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 ws(){let e=Ns(),{config:t}=me(),o=F(i=>i.setLocale),r=F(i=>i.setVersion),n=F(i=>i.currentLocale),a=F(i=>i.currentVersion);return nt(()=>{let i=e.pathname.split("/").filter(Boolean),l=0,s=t.versions?.defaultVersion,d=t.i18n?.defaultLocale;if(i[l]==="docs"&&l++,t.versions&&i.length>l){let p=t.versions.versions.find(m=>m.path===i[l]);p&&(s=p.path,l++)}t.i18n&&i.length>l&&t.i18n.locales[i[l]]?d=i[l]:t.i18n&&i.length===0&&(d=n||t.i18n.defaultLocale),d!==n&&o(d),s!==a&&r(s)},[e.pathname,t,o,r,n,a]),null}function Ao({initialRoutes:e,initialConfig:t,docsDirName:o,modules:r,hot:n,homePage:a,externalPages:i,externalLayout:l,components:s={}}){let[d,p]=To(e),[m,g]=To(t),h=i||{},y=l||Lo,C=ko(()=>d.filter(b=>!(a&&(b.path==="/"||b.path===""))&&!h[b.path===""?"/":b.path]).map(b=>{let O=Object.keys(r).find(E=>E===`/${o}/${b.filePath}`||E.endsWith(`/${o}/${b.filePath}`)||E.endsWith(`/${o}\\${b.filePath.replace(/\\/g,"/")}`)),j=O?r[O]:null;return{...b,Component:rt.lazy(async()=>j?await j():{default:ze})}}),[d,r,o,a,h]);nt(()=>{n&&(n.on("boltdocs:routes-update",b=>{p(b)}),n.on("boltdocs:config-update",b=>{g(b)}))},[n]);let x=ko(()=>({...wo,...Rs,...s}),[s]),I=x.Loading;return v(ut,{children:v(Ct,{components:x,children:v(Oe.Provider,{value:m,children:v(gt,{children:Ie(it,{routes:d,modules:r,children:[v(xt,{}),v(ws,{}),v(Ps,{}),Ie(Cs,{children:[v(ee,{element:v(ht,{}),children:C.map(b=>v(ee,{path:b.path===""?"/":b.path,element:v(rt.Suspense,{fallback:v(I,{}),children:v(Nt,{Component:b.Component})})},b.path))},"docs-layout"),a&&Ie(Ts,{children:[v(ee,{path:"/",element:v(y,{children:v(a,{})})}),m.i18n&&Object.keys(m.i18n.locales).map(b=>v(ee,{path:`/${b}`,element:v(y,{children:v(a,{})})},`home-${b}`))]}),Object.entries(h).map(([b,O])=>{let j=b==="/"?"":b;return Ie(rt.Fragment,{children:[v(ee,{path:b,element:v(y,{children:v(O,{})})}),m.i18n&&Object.keys(m.i18n.locales).map(E=>v(ee,{path:`/${E}${j}`,element:v(y,{children:v(O,{})})},`${b}-${E}`))]},b)}),v(ee,{path:"*",element:v(Lo,{children:v(ze,{})})})]})]})})})})})}import{jsx as st}from"react/jsx-runtime";async function Tm(e){let{path:t,routes:o,config:r,modules:n,homePage:a,externalPages:i,docsDirName:l}=e,s={};for(let[p,m]of Object.entries(n))s[p]=()=>Promise.resolve(m);return Ls.renderToString(st(ks.StrictMode,{children:st(As,{location:t,children:st(Ao,{initialRoutes:o,initialConfig:r,docsDirName:l,modules:s,homePage:a,externalPages:i})})}))}export{Tm as render};
|
package/dist/client/types.d.mts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import 'react';
|
|
2
|
-
export { a as BoltdocsTab, C as ComponentRoute, b as CreateBoltdocsAppOptions, L as LayoutProps, N as NavbarLink, O as OnThisPageProps, S as SandboxEmbedOptions, d as SandboxFile, e as SandboxFiles, f as SandboxOptions, h as SidebarProps, i as SiteConfig, T as TabsProps } from '../types-
|
|
2
|
+
export { a as BoltdocsTab, C as ComponentRoute, b as CreateBoltdocsAppOptions, L as LayoutProps, N as NavbarLink, O as OnThisPageProps, S as SandboxEmbedOptions, d as SandboxFile, e as SandboxFiles, f as SandboxOptions, h as SidebarProps, i as SiteConfig, T as TabsProps } from '../types-opDA2E9-.mjs';
|
|
3
3
|
import 'vite';
|
package/dist/client/types.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import 'react';
|
|
2
|
-
export { a as BoltdocsTab, C as ComponentRoute, b as CreateBoltdocsAppOptions, L as LayoutProps, N as NavbarLink, O as OnThisPageProps, S as SandboxEmbedOptions, d as SandboxFile, e as SandboxFiles, f as SandboxOptions, h as SidebarProps, i as SiteConfig, T as TabsProps } from '../types-
|
|
2
|
+
export { a as BoltdocsTab, C as ComponentRoute, b as CreateBoltdocsAppOptions, L as LayoutProps, N as NavbarLink, O as OnThisPageProps, S as SandboxEmbedOptions, d as SandboxFile, e as SandboxFiles, f as SandboxOptions, h as SidebarProps, i as SiteConfig, T as TabsProps } from '../types-opDA2E9-.js';
|
|
3
3
|
import 'vite';
|
package/dist/client/types.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var i=Object.defineProperty;var s=Object.getOwnPropertyDescriptor;var a=Object.getOwnPropertyNames;var g=Object.prototype.hasOwnProperty;var d=(t,e,r,o)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of a(e))!g.call(t,n)&&n!==r&&i(t,n,{get:()=>e[n],enumerable:!(o=s(e,n))||o.enumerable});return t};var c=t=>d(i({},"__esModule",{value:!0}),t);var p={};module.exports=c(p);
|
package/dist/hooks/index.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { N as NavbarLink, g as BoltdocsSocialLink, B as BoltdocsConfig, C as ComponentRoute, a as BoltdocsTab } from '../types-
|
|
1
|
+
import { N as NavbarLink, g as BoltdocsSocialLink, B as BoltdocsConfig, C as ComponentRoute, a as BoltdocsTab } from '../types-opDA2E9-.mjs';
|
|
2
2
|
import * as React$1 from 'react';
|
|
3
|
-
export { u as useRoutes } from '../use-routes-
|
|
3
|
+
export { u as useRoutes } from '../use-routes-DrT80Eom.mjs';
|
|
4
4
|
import * as react_router_dom from 'react-router-dom';
|
|
5
5
|
import { LinkProps } from 'react-router-dom';
|
|
6
6
|
import 'vite';
|
|
@@ -17,7 +17,7 @@ declare function useNavbar(): {
|
|
|
17
17
|
github: string | null;
|
|
18
18
|
social: BoltdocsSocialLink[];
|
|
19
19
|
config: BoltdocsConfig;
|
|
20
|
-
theme: "
|
|
20
|
+
theme: "light" | "dark" | "system";
|
|
21
21
|
};
|
|
22
22
|
|
|
23
23
|
declare function useSidebar(routes: ComponentRoute[]): {
|
package/dist/hooks/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { N as NavbarLink, g as BoltdocsSocialLink, B as BoltdocsConfig, C as ComponentRoute, a as BoltdocsTab } from '../types-
|
|
1
|
+
import { N as NavbarLink, g as BoltdocsSocialLink, B as BoltdocsConfig, C as ComponentRoute, a as BoltdocsTab } from '../types-opDA2E9-.js';
|
|
2
2
|
import * as React$1 from 'react';
|
|
3
|
-
export { u as useRoutes } from '../use-routes-
|
|
3
|
+
export { u as useRoutes } from '../use-routes-DNwgTRpU.js';
|
|
4
4
|
import * as react_router_dom from 'react-router-dom';
|
|
5
5
|
import { LinkProps } from 'react-router-dom';
|
|
6
6
|
import 'vite';
|
|
@@ -17,7 +17,7 @@ declare function useNavbar(): {
|
|
|
17
17
|
github: string | null;
|
|
18
18
|
social: BoltdocsSocialLink[];
|
|
19
19
|
config: BoltdocsConfig;
|
|
20
|
-
theme: "
|
|
20
|
+
theme: "light" | "dark" | "system";
|
|
21
21
|
};
|
|
22
22
|
|
|
23
23
|
declare function useSidebar(routes: ComponentRoute[]): {
|
package/dist/hooks/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var ee=Object.create;var $=Object.defineProperty;var te=Object.getOwnPropertyDescriptor;var oe=Object.getOwnPropertyNames;var ne=Object.getPrototypeOf,re=Object.prototype.hasOwnProperty;var se=(e,t)=>{for(var r in t)$(e,r,{get:t[r],enumerable:!0})},A=(e,t,r,o)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of oe(t))!re.call(e,i)&&i!==r&&$(e,i,{get:()=>t[i],enumerable:!(o=te(t,i))||o.enumerable});return e};var ie=(e,t,r)=>(r=e!=null?ee(ne(e)):{},A(t||!e||!e.__esModule?$(r,"default",{value:e,enumerable:!0}):r,e)),ae=e=>A($({},"__esModule",{value:!0}),e);var Pe={};se(Pe,{useBreadcrumbs:()=>Ce,useI18n:()=>xe,useLocalizedTo:()=>Re,useLocation:()=>ye,useNavbar:()=>pe,useOnThisPage:()=>ge,usePageNav:()=>Le,useRoutes:()=>x,useSearch:()=>he,useSidebar:()=>me,useTabs:()=>ve,useVersion:()=>be});module.exports=ae(Pe);var U=require("react-router-dom");var E=require("react"),ce=(0,E.createContext)(null);function C(){let e=(0,E.use)(ce);if(!e)throw new Error("useConfig must be used within a ConfigProvider");return e}var I=require("react"),ue=require("react/jsx-runtime"),le=(0,I.createContext)(void 0);function j(){let e=(0,I.use)(le);if(e===void 0)throw new Error("useTheme must be used within a ThemeProvider");return e}function W(e,t){return e?typeof e=="string"?e:t&&e[t]?e[t]:Object.values(e)[0]||"":""}var z=require("react-router-dom");var k=require("react"),de=require("react/jsx-runtime"),fe=(0,k.createContext)({preload:()=>{},routes:[]});function D(){return(0,k.use)(fe)}var F=require("zustand"),O=require("zustand/middleware"),R=(0,F.create)()((0,O.persist)(e=>({currentLocale:void 0,currentVersion:void 0,hasHydrated:!1,setLocale:t=>e({currentLocale:t}),setVersion:t=>e({currentVersion:t}),setHasHydrated:t=>e({hasHydrated:t})}),{name:"boltdocs-storage",storage:(0,O.createJSONStorage)(()=>localStorage),partialize:e=>({currentLocale:e.currentLocale,currentVersion:e.currentVersion}),onRehydrateStorage:()=>e=>{e?.setHasHydrated(!0)}}));function x(){let{routes:e}=D(),t=C(),r=(0,z.useLocation)(),o=R(s=>s.currentLocale),i=R(s=>s.currentVersion),a=R(s=>s.hasHydrated),m=e.find(s=>s.path===r.pathname),u=t.i18n?m?.locale||(a?o:void 0)||t.i18n.defaultLocale:void 0,l=t.versions?m?.version||(a?i:void 0)||t.versions.defaultVersion:void 0,g=e.filter(s=>{let b=t.i18n?(s.locale||t.i18n.defaultLocale)===u:!0,T=t.versions?(s.version||t.versions.defaultVersion)===l:!0;if(!(b&&T))return!1;let S=t.i18n;if(S){let B=!!m?.locale,M=!!s.locale;if(e.some(L=>L!==s&&L.filePath===s.filePath&&L.version===s.version&&(L.locale||S.defaultLocale)===(s.locale||S.defaultLocale))&&B!==M)return!1}return!0}),n=t.i18n?.localeConfigs?.[u]?.label||t.i18n?.locales[u]||u,h=t.versions?.versions.find(s=>s.path===l)?.label||l,f=t.i18n?Object.entries(t.i18n.locales).map(([s,b])=>{let T=t.i18n?.localeConfigs?.[s];return{key:s,label:T?.label||b,isCurrent:s===u}}):[],p=t.versions?t.versions.versions.map(s=>({key:s.path,label:s.label,isCurrent:s.path===l})):[];return{routes:g,allRoutes:e,currentRoute:m,currentLocale:u,currentLocaleLabel:n,availableLocales:f,currentVersion:l,currentVersionLabel:h,availableVersions:p,config:t}}function pe(){let e=C(),{theme:t}=j(),r=(0,U.useLocation)(),{currentLocale:o}=x(),i=e.theme||{},a=W(i.title,o)||"Boltdocs",m=i.navbar||[],u=i.socialLinks||[],l=i.githubRepo,g=m.map(f=>{let p=f.href||f.to||f.link||"",s=b=>{let T=r.pathname;if(T===b)return!0;if(!b||b==="/")return T==="/";let S=H=>{let L=H.split("/").filter(Boolean),V=0;return e.i18n?.locales&&L[V]&&e.i18n.locales[L[V]]&&V++,e.versions?.versions&&L[V]&&e.versions.versions.some(_=>_.path===L[V])&&V++,L.slice(V)},B=S(b),M=S(T);return B.length===0?M.length===0:M.length<B.length?!1:B.every((H,L)=>M[L]===H)};return{label:W(f.label||f.text,o),href:p,active:s(p),to:p.startsWith("http")||p.startsWith("//")?"external":void 0}}),c=i.logo,n=c?typeof c=="string"?c:t==="dark"?c.dark:c.light:null,d={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},h=l?`https://github.com/${l}`:null;return{links:g,title:a,logo:n,logoProps:d,github:h,social:u,config:e,theme:t}}var Q=require("react-router-dom");function me(e){let t=C(),r=(0,Q.useLocation)(),o=n=>n.endsWith("/")&&n.length>1?n.slice(0,-1):n,i=o(r.pathname),a=e.find(n=>o(n.path)===i),m=a?.tab?.toLowerCase(),u=m?e.filter(n=>!n.tab||n.tab.toLowerCase()===m):e,l=[],g=new Map;for(let n of u)n.group?(g.has(n.group)||g.set(n.group,{slug:n.group,title:n.groupTitle||n.group,routes:[],icon:n.groupIcon}),g.get(n.group).routes.push(n)):l.push(n);return{groups:Array.from(g.values()),ungrouped:l,activeRoute:a,activePath:i,config:t}}var y=require("react"),X=require("flexsearch");var N=ie(require("virtual:boltdocs-search"));function he(e){let{currentLocale:t,currentVersion:r}=x(),[o,i]=(0,y.useState)(!1),[a,m]=(0,y.useState)(""),[u,l]=(0,y.useState)(null);(0,y.useEffect)(()=>{if(!o||u)return;let c=new X.Index({preset:"match",tokenize:"full",resolution:9,cache:!0});for(let n of N.default)c.add(n.id,`${n.title} ${n.content}`);l(c)},[o,u]);let g=(0,y.useMemo)(()=>{if(!a)return e.filter(h=>{let f=!t||h.locale===t,p=!r||h.version===r;return f&&p}).slice(0,10).map(h=>({id:h.path,title:h.title,path:h.path,bio:h.description||"",groupTitle:h.groupTitle}));if(!u)return[];let c=u.search(a,{limit:20,suggest:!0}),n=[],d=new Set;for(let h of c){let f=N.default.find(b=>b.id===h);if(!f)continue;let p=!t||f.locale===t,s=!r||f.version===r;!p||!s||d.has(f.url)||(d.add(f.url),n.push({id:f.url,title:f.title,path:f.url,bio:f.display,groupTitle:f.display.split(" > ")[0],isHeading:f.url.includes("#")}))}return n.slice(0,10)},[a,u,t,r,e]);return{isOpen:o,setIsOpen:i,query:a,setQuery:m,list:g,input:{value:a,onChange:c=>m(c.target.value)}}}var q=require("react");function ge(e=[]){let[t,r]=(0,q.useState)(null);return{headings:e,activeId:t,setActiveId:r}}var J=require("react-router-dom"),w=require("react");function ve(e=[],t=[]){let r=(0,J.useLocation)(),o=(0,w.useRef)([]),[i,a]=(0,w.useState)({opacity:0,transform:"translateX(0) scaleX(0)",width:0}),u=t.find(c=>c.path===r.pathname)?.tab?.toLowerCase(),l=e.findIndex(c=>c.id.toLowerCase()===u),g=l===-1?0:l;return(0,w.useEffect)(()=>{let c=o.current[g];c&&a({opacity:1,width:c.offsetWidth,transform:`translateX(${c.offsetLeft}px)`})},[g,e.length,r.pathname]),{tabs:e,activeIndex:g,indicatorStyle:i,tabRefs:o,activeTabId:u}}var K=require("react-router-dom");function P(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 be(){let e=(0,K.useNavigate)(),t=x(),{allRoutes:r,currentRoute:o,currentVersion:i,currentLocale:a,config:m}=t,u=m.versions,l=R(n=>n.setVersion),g=n=>{if(!u||n===i)return;l(n);let d=`/docs/${n}`;if(o){let h=P(o.filePath,o.version,o.locale),f=r.find(p=>P(p.filePath,p.version,p.locale)===h&&(p.version||u.defaultVersion)===n&&(a?p.locale===a:!p.locale));if(f)d=f.path;else{let p=r.find(s=>P(s.filePath,s.version,s.locale)==="index.md"&&(s.version||u.defaultVersion)===n&&(a?s.locale===a:!s.locale));d=p?p.path:`/docs/${n}${a?`/${a}`:""}`}}e(d)},c=t.availableVersions.map(n=>({...n,label:n.label,value:n.key}));return{currentVersion:i,currentVersionLabel:t.currentVersionLabel,availableVersions:c,handleVersionChange:g}}var G=require("react-router-dom");function xe(){let e=(0,G.useNavigate)(),t=x(),{allRoutes:r,currentRoute:o,currentLocale:i,config:a}=t,m=a.i18n,u=R(d=>d.setLocale),l=d=>{if(!m||d===i)return;u(d);let h="/";if(o){let f=P(o.filePath,o.version,o.locale),p=r.find(s=>P(s.filePath,s.version,s.locale)===f&&(s.locale||m.defaultLocale)===d&&s.version===o.version);if(p)h=p.path;else{let s=r.find(b=>P(b.filePath,b.version,b.locale)==="index.md"&&(b.locale||m.defaultLocale)===d&&b.version===o.version);h=s?s.path:d===m.defaultLocale?o.version?`/${o.version}`:"/":o.version?`/${o.version}/${d}`:`/${d}`}}else{let f=r.find(p=>(p.filePath==="index.mdx"||p.filePath==="index.md")&&(p.locale||m.defaultLocale)===d&&!p.version);f?h=f.path:h=d===m.defaultLocale?"/":`/${d}`}e(h)},c=a.i18n?.localeConfigs?.[i]?.label||a.i18n?.locales[i]||i,n=a.i18n?Object.entries(a.i18n.locales).map(([d,h])=>{let f=a.i18n?.localeConfigs?.[d];return{key:d,label:f?.label||h,value:d,isCurrent:d===i}}):[];return{currentLocale:i,currentLocaleLabel:c,availableLocales:n,handleLocaleChange:l}}var Y=require("react-router-dom");function Le(){let{routes:e,currentRoute:t}=x(),r=(0,Y.useLocation)();if(!t)return{prevPage:null,nextPage:null,currentRoute:null};let o=t.tab?.toLowerCase(),i=o?e.filter(l=>l.tab?.toLowerCase()===o):e.filter(l=>!l.tab),a=i.findIndex(l=>l.path===r.pathname),m=a>0?i[a-1]:null,u=a!==-1&&a<i.length-1?i[a+1]:null;return{prevPage:m,nextPage:u,currentRoute:t}}function Ce(){let{currentRoute:e}=x(),t=[];return e&&(e.groupTitle&&t.push({label:e.groupTitle}),t.push({label:e.title,href:e.path})),{crumbs:t,activeRoute:e}}function Re(e){let t=C(),{currentLocale:r,currentVersion:o}=x();if(!t||typeof e!="string"||e.startsWith("http")||e.startsWith("//"))return e;let i=t.i18n,a=t.versions;if(!i&&!a)return e;let m=e.startsWith("/docs"),u=e.split("/").filter(Boolean),l=0;u[l]==="docs"&&l++,a&&u.length>l&&a.versions.find(h=>h.path===u[l])&&l++,i&&u.length>l&&i.locales[u[l]]&&l++;let g=u.slice(l),c=[];m&&(c.push("docs"),a&&o&&c.push(o)),i&&r&&r!==i.defaultLocale&&c.push(r),c.push(...g);let n=`/${c.join("/")}`;return n.length>1&&n.endsWith("/")?n.slice(0,-1):n||"/"}var Z=require("react-router-dom"),ye=()=>(0,Z.useLocation)();
|
package/dist/hooks/index.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{b as
|
|
1
|
+
import{a as l}from"../chunk-DDX52BX4.mjs";import{b as c,c as d,d as f,e as g,f as h,g as i,h as j,i as k}from"../chunk-HRZDSFR5.mjs";import"../chunk-JD3RSDE4.mjs";import{a as e}from"../chunk-2Z5T6EAU.mjs";import{f as a,g as b}from"../chunk-NBCYHLAA.mjs";import"../chunk-JZXLCA2E.mjs";export{k as useBreadcrumbs,i as useI18n,b as useLocalizedTo,l as useLocation,c as useNavbar,f as useOnThisPage,j as usePageNav,a as useRoutes,e as useSearch,d as useSidebar,g as useTabs,h as useVersion};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { C as ComponentRoute, B as BoltdocsConfig, O as OnThisPageProps } from './types-
|
|
2
|
+
import { C as ComponentRoute, B as BoltdocsConfig, O as OnThisPageProps } from './types-opDA2E9-.mjs';
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { Component, ReactNode, ErrorInfo } from 'react';
|
|
5
5
|
|
|
@@ -31,15 +31,6 @@ declare function Breadcrumbs(): react_jsx_runtime.JSX.Element | null;
|
|
|
31
31
|
*/
|
|
32
32
|
declare function PageNav(): react_jsx_runtime.JSX.Element | null;
|
|
33
33
|
|
|
34
|
-
/**
|
|
35
|
-
* A reading progress bar component that tracks the scroll position
|
|
36
|
-
* within the Boltdocs content area.
|
|
37
|
-
*
|
|
38
|
-
* It utilizes react-aria-components for accessibility and is fixed
|
|
39
|
-
* to the top of the viewport for a premium, non-intrusive UI experience.
|
|
40
|
-
*/
|
|
41
|
-
declare function ProgressBar(): react_jsx_runtime.JSX.Element;
|
|
42
|
-
|
|
43
34
|
interface Props {
|
|
44
35
|
children?: ReactNode;
|
|
45
36
|
fallback?: ReactNode;
|
|
@@ -63,4 +54,4 @@ declare function NotFound(): react_jsx_runtime.JSX.Element;
|
|
|
63
54
|
*/
|
|
64
55
|
declare function Loading(): react_jsx_runtime.JSX.Element;
|
|
65
56
|
|
|
66
|
-
export { Breadcrumbs as B, ErrorBoundary as E, Head as H, Loading as L, Navbar as N, OnThisPage as O, PageNav as P, Sidebar as S, NotFound as a
|
|
57
|
+
export { Breadcrumbs as B, ErrorBoundary as E, Head as H, Loading as L, Navbar as N, OnThisPage as O, PageNav as P, Sidebar as S, NotFound as a };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { C as ComponentRoute, B as BoltdocsConfig, O as OnThisPageProps } from './types-
|
|
2
|
+
import { C as ComponentRoute, B as BoltdocsConfig, O as OnThisPageProps } from './types-opDA2E9-.js';
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { Component, ReactNode, ErrorInfo } from 'react';
|
|
5
5
|
|
|
@@ -31,15 +31,6 @@ declare function Breadcrumbs(): react_jsx_runtime.JSX.Element | null;
|
|
|
31
31
|
*/
|
|
32
32
|
declare function PageNav(): react_jsx_runtime.JSX.Element | null;
|
|
33
33
|
|
|
34
|
-
/**
|
|
35
|
-
* A reading progress bar component that tracks the scroll position
|
|
36
|
-
* within the Boltdocs content area.
|
|
37
|
-
*
|
|
38
|
-
* It utilizes react-aria-components for accessibility and is fixed
|
|
39
|
-
* to the top of the viewport for a premium, non-intrusive UI experience.
|
|
40
|
-
*/
|
|
41
|
-
declare function ProgressBar(): react_jsx_runtime.JSX.Element;
|
|
42
|
-
|
|
43
34
|
interface Props {
|
|
44
35
|
children?: ReactNode;
|
|
45
36
|
fallback?: ReactNode;
|
|
@@ -63,4 +54,4 @@ declare function NotFound(): react_jsx_runtime.JSX.Element;
|
|
|
63
54
|
*/
|
|
64
55
|
declare function Loading(): react_jsx_runtime.JSX.Element;
|
|
65
56
|
|
|
66
|
-
export { Breadcrumbs as B, ErrorBoundary as E, Head as H, Loading as L, Navbar as N, OnThisPage as O, PageNav as P, Sidebar as S, NotFound as a
|
|
57
|
+
export { Breadcrumbs as B, ErrorBoundary as E, Head as H, Loading as L, Navbar as N, OnThisPage as O, PageNav as P, Sidebar as S, NotFound as a };
|
package/dist/mdx/index.d.mts
CHANGED
|
@@ -3,8 +3,8 @@ import { B as ButtonProps, b as LinkProps$1 } from '../link-DfBwCeZc.mjs';
|
|
|
3
3
|
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
4
4
|
import { VariantProps } from 'class-variance-authority';
|
|
5
5
|
import { ComponentPropsWithoutRef, ReactNode, ImgHTMLAttributes } from 'react';
|
|
6
|
-
import { f as SandboxOptions } from '../types-
|
|
7
|
-
export { C as CopyMarkdown, a as CopyMarkdownProps } from '../copy-markdown
|
|
6
|
+
import { f as SandboxOptions } from '../types-opDA2E9-.mjs';
|
|
7
|
+
export { C as CopyMarkdown, a as CopyMarkdownProps } from '../copy-markdown--9yjpbyy.mjs';
|
|
8
8
|
import 'react-aria-components';
|
|
9
9
|
import 'vite';
|
|
10
10
|
|
|
@@ -17,6 +17,8 @@ interface CodeBlockProps {
|
|
|
17
17
|
title?: string;
|
|
18
18
|
lang?: string;
|
|
19
19
|
highlightedHtml?: string;
|
|
20
|
+
'data-lang'?: string;
|
|
21
|
+
plain?: boolean;
|
|
20
22
|
[key: string]: any;
|
|
21
23
|
}
|
|
22
24
|
declare function CodeBlock(props: CodeBlockProps): react_jsx_runtime.JSX.Element;
|
package/dist/mdx/index.d.ts
CHANGED
|
@@ -3,8 +3,8 @@ import { B as ButtonProps, b as LinkProps$1 } from '../link-DfBwCeZc.js';
|
|
|
3
3
|
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
4
4
|
import { VariantProps } from 'class-variance-authority';
|
|
5
5
|
import { ComponentPropsWithoutRef, ReactNode, ImgHTMLAttributes } from 'react';
|
|
6
|
-
import { f as SandboxOptions } from '../types-
|
|
7
|
-
export { C as CopyMarkdown, a as CopyMarkdownProps } from '../copy-markdown-
|
|
6
|
+
import { f as SandboxOptions } from '../types-opDA2E9-.js';
|
|
7
|
+
export { C as CopyMarkdown, a as CopyMarkdownProps } from '../copy-markdown-l2MYkcG7.js';
|
|
8
8
|
import 'react-aria-components';
|
|
9
9
|
import 'vite';
|
|
10
10
|
|
|
@@ -17,6 +17,8 @@ interface CodeBlockProps {
|
|
|
17
17
|
title?: string;
|
|
18
18
|
lang?: string;
|
|
19
19
|
highlightedHtml?: string;
|
|
20
|
+
'data-lang'?: string;
|
|
21
|
+
plain?: boolean;
|
|
20
22
|
[key: string]: any;
|
|
21
23
|
}
|
|
22
24
|
declare function CodeBlock(props: CodeBlockProps): react_jsx_runtime.JSX.Element;
|