boltdocs 2.4.1 → 2.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (113) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/cache-3FOEPC2P.mjs +1 -0
  3. package/dist/chunk-ITFGVXPE.mjs +1 -0
  4. package/dist/chunk-TP5KMRD3.mjs +1 -0
  5. package/dist/chunk-UD2LQG2M.mjs +75 -0
  6. package/dist/chunk-Y4RE5KI7.mjs +1 -0
  7. package/dist/client/index.d.mts +1225 -14
  8. package/dist/client/index.d.ts +1225 -14
  9. package/dist/client/index.js +1 -1
  10. package/dist/client/index.mjs +1 -1
  11. package/dist/client/ssr.js +1 -1
  12. package/dist/client/ssr.mjs +1 -1
  13. package/dist/node/cli-entry.js +37 -35
  14. package/dist/node/cli-entry.mjs +1 -1
  15. package/dist/node/index.d.mts +263 -1
  16. package/dist/node/index.d.ts +263 -1
  17. package/dist/node/index.js +34 -32
  18. package/dist/node/index.mjs +1 -1
  19. package/dist/package-TWC3BMZ7.mjs +1 -0
  20. package/dist/search-dialog-YBM4GYDR.mjs +1 -0
  21. package/package.json +46 -76
  22. package/src/client/components/primitives/breadcrumbs.tsx +10 -10
  23. package/src/client/components/primitives/index.ts +17 -16
  24. package/src/client/components/primitives/menu.tsx +11 -14
  25. package/src/client/components/primitives/navbar.tsx +29 -29
  26. package/src/client/components/primitives/navigation-menu.tsx +7 -9
  27. package/src/client/components/primitives/on-this-page.tsx +16 -18
  28. package/src/client/components/primitives/page-nav.tsx +10 -13
  29. package/src/client/components/primitives/search-dialog.tsx +17 -19
  30. package/src/client/components/primitives/sidebar.tsx +8 -10
  31. package/src/client/components/primitives/tabs.tsx +10 -12
  32. package/src/client/components/primitives/tooltip.tsx +3 -5
  33. package/src/client/components/ui-base/breadcrumbs.tsx +12 -15
  34. package/src/client/components/ui-base/copy-markdown.tsx +8 -10
  35. package/src/client/components/ui-base/navbar.tsx +10 -10
  36. package/src/client/components/ui-base/on-this-page.tsx +13 -12
  37. package/src/client/components/ui-base/page-nav.tsx +15 -15
  38. package/src/client/components/ui-base/search-dialog.tsx +13 -20
  39. package/src/client/components/ui-base/sidebar.tsx +9 -9
  40. package/src/client/components/ui-base/tabs.tsx +6 -7
  41. package/src/client/components/ui-base/theme-toggle.tsx +11 -11
  42. package/src/client/hooks/index.ts +12 -12
  43. package/src/client/index.ts +34 -11
  44. package/src/node/config.ts +48 -6
  45. package/src/node/errors.ts +44 -0
  46. package/src/node/index.ts +29 -2
  47. package/src/node/mdx/index.ts +9 -2
  48. package/src/node/plugin/index.ts +72 -4
  49. package/src/node/plugins/index.ts +17 -0
  50. package/src/node/plugins/plugin-errors.ts +62 -0
  51. package/src/node/plugins/plugin-lifecycle.ts +117 -0
  52. package/src/node/plugins/plugin-sandbox.ts +59 -0
  53. package/src/node/plugins/plugin-store.ts +54 -0
  54. package/src/node/plugins/plugin-types.ts +107 -0
  55. package/src/node/plugins/plugin-validator.ts +105 -0
  56. package/src/node/routes/parser.ts +35 -5
  57. package/src/node/schema/config.ts +208 -0
  58. package/src/node/schema/frontmatter.ts +17 -0
  59. package/src/node/security/constants/index.ts +10 -0
  60. package/src/node/security/csp.ts +31 -0
  61. package/src/node/security/headers.ts +27 -0
  62. package/src/node/utils.ts +153 -5
  63. package/tsup.config.ts +0 -6
  64. package/dist/base-ui/index.d.mts +0 -25
  65. package/dist/base-ui/index.d.ts +0 -25
  66. package/dist/base-ui/index.js +0 -1
  67. package/dist/base-ui/index.mjs +0 -1
  68. package/dist/cache-P6WK424C.mjs +0 -1
  69. package/dist/chunk-2DI3OGHV.mjs +0 -1
  70. package/dist/chunk-2Z5T6EAU.mjs +0 -1
  71. package/dist/chunk-64AJ5QLT.mjs +0 -1
  72. package/dist/chunk-DDX52BX4.mjs +0 -1
  73. package/dist/chunk-HRZDSFR5.mjs +0 -1
  74. package/dist/chunk-JD3RSDE4.mjs +0 -1
  75. package/dist/chunk-JZXLCA2E.mjs +0 -1
  76. package/dist/chunk-NBCYHLAA.mjs +0 -1
  77. package/dist/chunk-PPVDMDEL.mjs +0 -1
  78. package/dist/chunk-T3W44KWY.mjs +0 -1
  79. package/dist/chunk-UBE4CKOA.mjs +0 -1
  80. package/dist/chunk-UWT4AJTH.mjs +0 -73
  81. package/dist/chunk-WWJ7WKDI.mjs +0 -1
  82. package/dist/chunk-Y4RRHPXC.mjs +0 -1
  83. package/dist/client/types.d.mts +0 -3
  84. package/dist/client/types.d.ts +0 -3
  85. package/dist/client/types.js +0 -1
  86. package/dist/client/types.mjs +0 -0
  87. package/dist/copy-markdown--9yjpbyy.d.mts +0 -15
  88. package/dist/copy-markdown-l2MYkcG7.d.ts +0 -15
  89. package/dist/hooks/index.d.mts +0 -137
  90. package/dist/hooks/index.d.ts +0 -137
  91. package/dist/hooks/index.js +0 -1
  92. package/dist/hooks/index.mjs +0 -1
  93. package/dist/integrations/index.d.mts +0 -48
  94. package/dist/integrations/index.d.ts +0 -48
  95. package/dist/integrations/index.js +0 -1
  96. package/dist/integrations/index.mjs +0 -1
  97. package/dist/link-DfBwCeZc.d.mts +0 -68
  98. package/dist/link-DfBwCeZc.d.ts +0 -68
  99. package/dist/loading-BwUos0wZ.d.mts +0 -57
  100. package/dist/loading-nlnUD01v.d.ts +0 -57
  101. package/dist/mdx/index.d.mts +0 -178
  102. package/dist/mdx/index.d.ts +0 -178
  103. package/dist/mdx/index.js +0 -1
  104. package/dist/mdx/index.mjs +0 -1
  105. package/dist/primitives/index.d.mts +0 -292
  106. package/dist/primitives/index.d.ts +0 -292
  107. package/dist/primitives/index.js +0 -1
  108. package/dist/primitives/index.mjs +0 -1
  109. package/dist/search-dialog-OONKKC5H.mjs +0 -1
  110. package/dist/types-opDA2E9-.d.mts +0 -394
  111. package/dist/types-opDA2E9-.d.ts +0 -394
  112. package/dist/use-routes-DNwgTRpU.d.ts +0 -29
  113. package/dist/use-routes-DrT80Eom.d.mts +0 -29
@@ -1 +1 @@
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};
1
+ var wo=Object.defineProperty;var Po=(e,t)=>{for(var o in t)wo(e,o,{get:t[o],enumerable:!0})};import qn from"react";import Jn from"react-dom/server";import{StaticRouter as Xn}from"react-router-dom/server";import et,{useEffect as tt,useState as vo,useMemo as yo}from"react";import Ic from"react-dom/client";import{BrowserRouter as Dc,Routes as Wn,Route as Y}from"react-router-dom";import{ArrowLeft as Wo}from"lucide-react";import st from"react";import{Link as Oo}from"react-aria-components";import{useLocation as Do}from"react-router-dom";import{createContext as No,use as To}from"react";var Ve=No(null);function _(){let e=To(Ve);if(!e)throw new Error("useConfig must be used within a ConfigProvider");return e}import{useLocation as Ho}from"react-router-dom";import{createContext as ko,use as Lo,useCallback as Ao,useRef as Mo}from"react";import{jsx as So}from"react/jsx-runtime";var rt=ko({preload:()=>{},routes:[]});function Re(){return Lo(rt)}function nt({routes:e,modules:t,children:o}){let r=Mo(null),n=Ao(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(c=>c.endsWith("/"+l.filePath));s&&t[s]().catch(c=>{console.error(`[boltdocs] Failed to preload route ${a}:`,c)})}},100)},[e,t]);return So(rt.Provider,{value:{preload:n,routes:e},children:o})}import{create as Bo}from"zustand";import{persist as Eo,createJSONStorage as Vo}from"zustand/middleware";var F=Bo()(Eo(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:Vo(()=>localStorage),partialize:e=>({currentLocale:e.currentLocale,currentVersion:e.currentVersion}),onRehydrateStorage:()=>e=>{e?.setHasHydrated(!0)}}));function me(){let{routes:e}=Re(),t=_(),o=Ho(),r=F(b=>b.currentLocale),n=F(b=>b.currentVersion),a=F(b=>b.hasHydrated),i=e.find(b=>b.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,c=e.filter(b=>{let B=t.i18n?(b.locale||t.i18n.defaultLocale)===l:!0,x=t.versions?(b.version||t.versions.defaultVersion)===s:!0;if(!(B&&x))return!1;let V=t.i18n;if(V){let G=!!i?.locale,E=!!b.locale;if(e.some(Ce=>Ce!==b&&Ce.filePath===b.filePath&&Ce.version===b.version&&(Ce.locale||V.defaultLocale)===(b.locale||V.defaultLocale))&&G!==E)return!1}return!0}),m=t.i18n?.localeConfigs?.[l]?.label||t.i18n?.locales[l]||l,h=t.versions?.versions.find(b=>b.path===s)?.label||s,y=t.i18n?Object.entries(t.i18n.locales).map(([b,B])=>{let x=t.i18n?.localeConfigs?.[b];return{key:b,label:x?.label||B,isCurrent:b===l}}):[],C=t.versions?t.versions.versions.map(b=>({key:b.path,label:b.label,isCurrent:b.path===s})):[];return{routes:c,allRoutes:e,currentRoute:i,currentLocale:l,currentLocaleLabel:m,availableLocales:y,currentVersion:s,currentVersionLabel:h,availableVersions:C,config:t}}function He(e){let t=_(),{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 c=l.slice(s),d=[];i&&(d.push("docs"),a&&r&&d.push(r)),n&&o&&o!==n.defaultLocale&&d.push(o),d.push(...c);let m=`/${d.join("/")}`;return m.length>1&&m.endsWith("/")?m.slice(0,-1):m||"/"}import{clsx as zo}from"clsx";import{twMerge as Io}from"tailwind-merge";function p(...e){return Io(zo(e))}import{jsx as at}from"react/jsx-runtime";var Z=st.forwardRef((e,t)=>{let{href:o,prefetch:r="hover",onMouseEnter:n,onFocus:a,...i}=e,l=He(o??""),{preload:s}=Re();return at(Oo,{...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)}})});Z.displayName="Link";var Fo=st.forwardRef((e,t)=>{let{href:o,end:r=!1,className:n,children:a,...i}=e,l=Do(),s=He(o??""),c=r?l.pathname===s:l.pathname.startsWith(s),d=typeof n=="function"?n({isActive:c}):p(n,c&&"active"),m=typeof a=="function"?a({isActive:c}):a;return at(Z,{...i,ref:t,href:o,className:d,children:m})});Fo.displayName="NavLink";import{jsx as ue,jsxs as it}from"react/jsx-runtime";function ze(){return ue("div",{className:"flex items-center justify-center min-h-[60vh] text-center",children:it("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."}),it(Z,{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(Wo,{size:16})," Go to Home"]})]})})}import{createContext as $o,use as Go,useEffect as lt,useState as Ie}from"react";import{jsx as _o}from"react/jsx-runtime";var ct=$o(void 0);function dt({children:e}){let[t,o]=Ie("system"),[r,n]=Ie("dark"),[a,i]=Ie(!1);lt(()=>{i(!0);let s=localStorage.getItem("boltdocs-theme"),c=s==="light"||s==="dark"||s==="system"?s:"system";o(c);let d=window.matchMedia("(prefers-color-scheme: dark)");((h,y)=>{n(h==="system"?y?"dark":"light":h)})(c,d.matches);let g=h=>{n(y=>(localStorage.getItem("boltdocs-theme")||"system")==="system"?h.matches?"dark":"light":y)};return d.addEventListener("change",g),()=>d.removeEventListener("change",g)},[]),lt(()=>{if(!a)return;let s=window.matchMedia("(prefers-color-scheme: dark)").matches,c=t==="system"?s?"dark":"light":t;n(c);let d=document.documentElement;c==="light"?(d.classList.add("theme-light"),d.dataset.theme="light"):(d.classList.remove("theme-light"),d.dataset.theme="dark")},[t,a]);let l=s=>{o(s),localStorage.setItem("boltdocs-theme",s)};return _o(ct.Provider,{value:{theme:t,resolvedTheme:r,setTheme:l},children:e})}function pt(){let e=Go(ct);if(e===void 0)throw new Error("useTheme must be used within a ThemeProvider");return e}import Co from"virtual:boltdocs-layout";import{startTransition as Uo}from"react";import{RouterProvider as jo}from"react-aria-components";import{useNavigate as qo,useHref as Jo}from"react-router-dom";import{jsx as Xo}from"react/jsx-runtime";function mt({children:e}){let t=qo();return Xo(jo,{navigate:(o,r)=>{Uo(()=>{t(o,r)})},useHref:Jo,children:e})}import{useLayoutEffect as Ko}from"react";import{useLocation as Yo}from"react-router-dom";function ut(){let{pathname:e,hash:t}=Yo();return Ko(()=>{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 Zo}from"react-router-dom";import Qo from"virtual:boltdocs-layout";import{jsx as ft}from"react/jsx-runtime";function gt(){return ft(Qo,{children:ft(Zo,{})})}import{MDXProvider as rr}from"@mdx-js/react";import{createContext as er,use as tr}from"react";import{jsx as or}from"react/jsx-runtime";var bt=er({});function xt(){return tr(bt)}function ht({components:e,children:t}){return or(bt.Provider,{value:e,children:t})}import{jsx as vt}from"react/jsx-runtime";function yt({Component:e}){let t=xt();return vt(rr,{components:t,children:vt(e,{})})}import{Link as Dn}from"lucide-react";var Qe={};Po(Qe,{Admonition:()=>W,Badge:()=>It,Button:()=>Ct,Card:()=>$t,Cards:()=>Wt,Caution:()=>Yt,CodeBlock:()=>U,ComponentPreview:()=>uo,ComponentProps:()=>co,CopyMarkdown:()=>bo,Danger:()=>Jt,Field:()=>ao,FileTree:()=>eo,Image:()=>lo,Important:()=>Kt,InfoBox:()=>Xt,Link:()=>io,List:()=>Zt,Note:()=>Ut,Tab:()=>Et,Table:()=>so,Tabs:()=>Vt,Tip:()=>jt,Video:()=>zt,Warning:()=>qt});import*as Pe from"react-aria-components";import{cva as nr}from"class-variance-authority";import{Fragment as sr,jsx as Q,jsxs as ar}from"react/jsx-runtime";var we=nr("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"}}),ee=({href:e,icon:t,iconPosition:o="left",isIconOnly:r,children:n,className:a,variant:i,size:l,rounded:s,iconSize:c,disabled:d,...m})=>{let g=r||!n&&!!t,h=g?Q("span",{className:"inline-flex items-center justify-center [&>svg]:w-[1.2rem] [&>svg]:h-[1.2rem]",children:t}):ar(sr,{children:[t&&o==="left"&&Q("span",{className:"inline-flex items-center shrink-0 [&>svg]:w-[1.1rem] [&>svg]:h-[1.1rem]",children:t}),Q("span",{className:"flex items-center",children:n}),t&&o==="right"&&Q("span",{className:"inline-flex items-center shrink-0 [&>svg]:w-[1.1rem] [&>svg]:h-[1.1rem]",children:t})]});return e?Q(Pe.Link,{href:e,className:p(we({variant:i,size:l,rounded:s,iconSize:g?c:void 0,disabled:d}),a),...m,children:h}):Q(Pe.Button,{className:p(we({variant:i,size:l,rounded:s,iconSize:g?c:void 0,disabled:d}),a),...m,children:h})};import{jsx as ir}from"react/jsx-runtime";var Ct=({className:e,variant:t,size:o,rounded:r,iconSize:n,disabled:a,...i})=>ir(ee,{className:p("group",we({variant:t,size:o,rounded:r,iconSize:n,disabled:a,className:e})),...i});import*as Me from"react-aria-components";import{Copy as mr,Check as ur,File as fr}from"lucide-react";import{getParameters as Rt}from"codesandbox/lib/api/define.js";function wt(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 c=typeof s.content=="object"?JSON.stringify(s.content,null,2):s.content;i[l]={content:c,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 lr(e){let t=wt(e),o=Rt({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 Pt(e){if(typeof window>"u")return lr(e);let t=wt(e),o=Rt({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 c=document.createElement("input");c.type="hidden",c.name=l,c.value=s,n.appendChild(c)},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 Nt=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 Tt,useEffect as cr,useRef as dr,useState as Oe}from"react";function kt(e){let{title:t,sandbox:o}=e,[r,n]=Oe(!1),[a,i]=Oe(!1),[l,s]=Oe(!1),c=dr(null),d=_(),m=Tt(async()=>{let h=c.current?.textContent??"";Nt(h),n(!0),setTimeout(()=>n(!1),2e3)},[]),g=Tt(()=>{let h=c.current?.textContent??"",y=d?.integrations?.sandbox?.config||{},C=typeof o=="object"?o:y,b=C.entry||"src/App.tsx";Pt({title:t??"Code Snippet",...C,files:{...C.files,[b]:{content:h}}})},[t,d,o]);return cr(()=>{let h=c.current?.textContent?.length??0;s(h>120)},[e.children,e.highlightedHtml]),{copied:r,isExpanded:a,setIsExpanded:i,isExpandable:l,preRef:c,handleCopy:m,handleSandbox:g,shouldTruncate:l&&!a}}import{jsx as R,jsxs as I}from"react/jsx-runtime";function z(e){let{size:t=20,...o}=e;return{...o,width:t,height:t}}var Lt=e=>I("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor",...z(e),children:[R("title",{children:"CodeSandbox"}),R("path",{d:"M0 24h24V0H0v2.455h21.546v19.09H2.454V0H0Z"})]});var Ne=e=>I("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...z(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"})]}),Te=e=>I("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...z(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"})]}),ke=e=>I("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...z(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"})]}),Le=e=>I("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...z(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"})]}),Ae=e=>I("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...z(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 te=e=>I("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...z(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"})]}),oe=e=>I("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...z(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"})]}),re=e=>I("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 25 24",...z(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"})]}),ne=e=>I("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...z(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 pr,jsx as fe,jsxs as De}from"react/jsx-runtime";var At=({className:e,children:t,...o})=>fe(ae.Tooltip,{...o,offset:8,className:r=>p("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=>De(pr,{children:[fe(ae.OverlayArrow,{children:De("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:[fe("title",{children:"Arrow"}),fe("path",{d:"M0 0 L4 4 L8 0"})]})}),typeof t=="function"?t(r):t]})}),se=({content:e,children:t,delay:o=500,closeDelay:r=0,...n})=>De(ae.TooltipTrigger,{delay:o,closeDelay:r,children:[t,fe(At,{...n,children:e})]});se.Root=se;se.Content=At;import{jsx as M,jsxs as Fe}from"react/jsx-runtime";var gr={ts:Ne,tsx:te,js:Te,jsx:te,json:ke,css:Le,html:Ae,md:oe,mdx:oe,bash:re,sh:re,yaml:ne,yml:ne};function U(e){let{children:t,sandbox:o,hideSandbox:r=!0,hideCopy:n=!1,highlightedHtml:a,title:i,"data-lang":l,plain:s=!1,...c}=e,g=!!_()?.integrations?.sandbox?.enable&&!r,h=e.lang||l||"",{copied:y,isExpanded:C,setIsExpanded:b,isExpandable:B,preRef:x,handleCopy:V,handleSandbox:G,shouldTruncate:E}=kt(e),Ee=gr[h];return Fe("div",{className:p("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&&Fe("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?M(Ee,{size:14}):M(fr,{size:14,className:"opacity-60"}),M("span",{children:i})]}),Fe("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&&M(se,{content:"Open in CodeSandbox",children:M(Me.Button,{onPress:G,className:"grid place-items-center w-8 h-8 bg-transparent text-text-muted outline-none cursor-pointer transition-all duration-200 hover:scale-115 hover:text-sky-400 active:scale-95 [&>svg]:w-5 [&>svg]:h-5 [&>svg]:stroke-2","aria-label":"Open in CodeSandbox",children:M(Lt,{size:20})})}),!n&&M(se,{content:y?"Copied!":"Copy code",children:M(Me.Button,{onPress:V,className:p("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?M(ur,{size:20}):M(mr,{size:20})})})]}),a?M("div",{ref:x,className:"shiki-wrapper [&>pre]:m-0! [&>pre]:rounded-none! [&>pre]:border-none! [&>pre]:bg-inherit! [&>pre>code]:grid! [&>pre>code]:p-5! [&>.shiki.shiki-themes]:bg-transparent!",dangerouslySetInnerHTML:{__html:a}}):M("pre",{ref:x,className:"m-0! rounded-none! border-none! bg-inherit! font-mono text-[0.8125rem] leading-[1.7]",...c,children:t}),B&&M("div",{className:p(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:M(Me.Button,{onPress:()=>b(!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 vr,isValidElement as yr,useMemo as Cr}from"react";import*as q from"react-aria-components";import{useState as Mt,useRef as br,useEffect as xr,useCallback as hr}from"react";function St({initialIndex:e=0,tabs:t}){let o=t[e]?.props.disabled?t.findIndex(c=>!c.props.disabled):e,[r,n]=Mt(o===-1?0:o),a=br([]),[i,l]=Mt({opacity:0,transform:"translateX(0)",width:0});xr(()=>{let c=a.current[r];c&&l({opacity:1,width:c.offsetWidth,transform:`translateX(${c.offsetLeft}px)`})},[r,t]);let s=hr(c=>{let d=0;if(c.key==="ArrowRight"?d=1:c.key==="ArrowLeft"&&(d=-1),d!==0){let m=(r+d+t.length)%t.length;for(;t[m].props.disabled&&m!==r;)m=(m+d+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 Bt}from"class-variance-authority";import{jsx as j,jsxs as We}from"react/jsx-runtime";var Rr=Bt("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"}}),wr=Bt("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 Et({children:e}){let t=typeof e=="string"?j(U,{className:"language-bash",children:j("code",{children:e.trim()})}):e;return j("div",{className:"py-4",children:t})}function Vt({defaultIndex:e=0,children:t}){let o=Cr(()=>vr.toArray(t).filter(l=>yr(l)&&l.props?.label),[t]),{active:r,setActive:n,tabRefs:a,indicatorStyle:i}=St({initialIndex:e,tabs:o});return j("div",{className:"my-8 w-full group/tabs",children:We(q.Tabs,{selectedKey:r.toString(),onSelectionChange:l=>n(Number(l)),className:"w-full",children:[We(q.TabList,{"aria-label":"Content Tabs",className:p(Rr()),children:[o.map((l,s)=>{let{label:c,icon:d,disabled:m}=l.props,g=s.toString();return We(q.Tab,{id:g,isDisabled:m,ref:h=>{a.current[s]=h},className:({isSelected:h,isDisabled:y})=>p(wr({isActive:h,isDisabled:y})),children:[!!d&&j("span",{className:"shrink-0 [&>svg]:w-4 [&>svg]:h-4",children:d}),j("span",{children:c})]},g)}),j("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)=>j(q.TabPanel,{id:s.toString(),children:o[s]},s))]})})}import{useRef as Pr,useState as Nr,useEffect as Tr}from"react";import{jsx as Ht,jsxs as kr}from"react/jsx-runtime";function zt({src:e,poster:t,alt:o,children:r,controls:n,preload:a="metadata",...i}){let l=Pr(null),[s,c]=Nr(!1);return Tr(()=>{let d=l.current;if(!d)return;let m=new IntersectionObserver(([g])=>{g.isIntersecting&&(c(!0),m.disconnect())},{rootMargin:"200px"});return m.observe(d),()=>m.disconnect()},[]),Ht("div",{ref:l,className:"my-6 overflow-hidden rounded-lg border border-border-subtle",children:s?kr("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."]}):Ht("div",{className:"aspect-video bg-bg-surface animate-pulse",role:"img","aria-label":o||"Video"})})}import{cva as Lr}from"class-variance-authority";import{jsx as Mr}from"react/jsx-runtime";var Ar=Lr("inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold tracking-tight",{variants:{variant:{default:"bg-bg-surface text-text-muted border-border-subtle",primary:"bg-primary-500/15 text-primary-400 border-primary-500/20",success:"bg-emerald-500/15 text-emerald-400 border-emerald-500/20",warning:"bg-amber-500/15 text-amber-400 border-amber-500/20",danger:"bg-red-500/15 text-red-400 border-red-500/20",info:"bg-sky-500/15 text-sky-400 border-sky-500/20"}},defaultVariants:{variant:"default"}});function It({variant:e="default",children:t,className:o="",...r}){return Mr("span",{className:p(Ar({variant:e}),o),...r,children:t})}import{useCallback as Sr,useRef as Ot}from"react";import*as Ft from"react-aria-components";import{cva as Br}from"class-variance-authority";import{Fragment as Vr,jsx as X,jsxs as Dt}from"react/jsx-runtime";var Er=Br("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 Wt({cols:e=3,children:t,className:o="",...r}){return X("div",{className:p(Er({cols:e}),o),...r,children:t})}function $t({title:e,icon:t,href:o,children:r,className:n="",...a}){let i=Ot(null),l=Ot(null),s=Sr(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`)},[]),c=Dt(Vr,{children:[X("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&&X("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}),Dt("div",{className:"space-y-1.5",children:[e&&X("h3",{className:"text-sm font-bold text-text-main",children:e}),r&&X("div",{className:"text-sm text-text-muted leading-relaxed",children:r})]})]}),d=p("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?X(Ft.Link,{ref:l,href:o,className:p(d,"no-underline cursor-pointer"),onMouseMove:s,...a,children:c}):X("div",{ref:i,role:"presentation",className:d,onMouseMove:s,...a,children:c})}import{Info as Hr,Lightbulb as zr,AlertTriangle as Ir,ShieldAlert as Or,Bookmark as Dr,Zap as Fr,Flame as Wr}from"lucide-react";import{cva as $r}from"class-variance-authority";import{jsx as N,jsxs as _t}from"react/jsx-runtime";var Gr={note:N(Dr,{size:18}),tip:N(zr,{size:18}),info:N(Hr,{size:18}),warning:N(Ir,{size:18}),danger:N(Or,{size:18}),important:N(Wr,{size:18}),caution:N(Fr,{size:18})},_r={note:"Note",tip:"Tip",info:"Info",warning:"Warning",danger:"Danger",important:"Important",caution:"Caution"},Gt=$r("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 _t("div",{className:p(Gt({type:e}),r),role:e==="warning"||e==="danger"?"alert":"note",...n,children:[_t("div",{className:"flex items-center flex-row gap-2 mb-2",children:[N("span",{className:p("shrink-0",Gt({type:e})),children:Gr[e]}),N("span",{className:"text-sm font-bold tracking-tight text-text-main",children:t||_r[e]})]}),N("div",{className:"text-sm text-text-muted leading-relaxed [&>p]:m-0 [&>p]:mb-2 [&>p:last-child]:mb-0",children:o})]})}var Ut=e=>N(W,{type:"note",...e}),jt=e=>N(W,{type:"tip",...e}),qt=e=>N(W,{type:"warning",...e}),Jt=e=>N(W,{type:"danger",...e}),Xt=e=>N(W,{type:"info",...e}),Kt=e=>N(W,{type:"important",...e}),Yt=e=>N(W,{type:"caution",...e});import{Children as Ur,isValidElement as jr}from"react";import{Check as qr,ChevronRight as Jr,Circle as Xr}from"lucide-react";import{cva as $e}from"class-variance-authority";import{jsx as J,jsxs as tn}from"react/jsx-runtime";var Kr=$e("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}}),Yr=$e("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}}),Zr=$e("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 Qr({icon:e,children:t,variant:o,dense:r}){return tn("li",{className:p(Yr({variant:o,dense:r})),children:[e&&J("span",{className:p(Zr({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 en={checked:e=>J(qr,{size:14,className:p("text-emerald-500 shrink-0",e)}),arrow:e=>J(Jr,{size:14,className:p("text-primary-400 shrink-0",e)}),bubble:e=>J(Xr,{size:6,fill:"currentColor",className:p("text-primary-500 shrink-0",e)}),default:()=>null,number:()=>null};function Zt({variant:e="default",cols:t=1,dense:o=!1,children:r,className:n,...a}){let i=t!==void 0&&Number(t)>1,l=en[e],s=Kr({variant:e,cols:t,dense:o,isGrid:i,className:n}),c=e==="number"?"ol":"ul";return e==="default"||e==="number"?J(c,{className:s,...a,children:r}):J("ul",{className:s,...a,children:Ur.map(r,d=>{if(!jr(d))return d;let m=d,g=m.type==="li"?m.props.children:m.props.children||d;return J(Qr,{icon:l(),variant:e,dense:o,children:g})})})}import{Children as Ge,isValidElement as Je,useMemo as on}from"react";import*as O from"react-aria-components";import{Folder as rn,FileText as nn,File as sn,FileCode as an,FileImage as ln,ChevronRight as cn}from"lucide-react";import{jsx as T,jsxs as je}from"react/jsx-runtime";var ie=16,ge=2,dn={ts:Ne,tsx:te,js:Te,jsx:te,json:ke,css:Le,html:Ae,md:oe,mdx:oe,bash:re,sh:re,yaml:ne,yml:ne},_e={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 qe(e){return typeof e=="string"?e:typeof e=="number"?e.toString():Array.isArray(e)?e.map(qe).join(""):Je(e)&&e.props&&typeof e.props=="object"&&"children"in e.props?qe(e.props.children):""}function pn(e,t){let o=e.toLowerCase(),r="shrink-0 transition-colors duration-200";if(t)return T(rn,{size:ie,strokeWidth:ge,className:p(r,"text-primary-400"),fill:"currentColor",fillOpacity:.15});let n=o.split(".").pop()||"",a=dn[n];if(a)return T(a,{size:ie});let i=p(r,"text-text-dim group-hover:text-text-main");return _e.CODE.test(o)?T(an,{size:ie,strokeWidth:ge,className:i}):_e.TEXT.test(o)?T(nn,{size:ie,strokeWidth:ge,className:i}):_e.IMAGE.test(o)?T(ln,{size:ie,strokeWidth:ge,className:i}):T(sn,{size:ie,strokeWidth:ge,className:i})}function Ue(e,t){if(!Je(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 mn(e){let t=e.match(/\s+(\/\/|#)\s+(.*)$/);return t?{name:e.slice(0,t.index).trim(),comment:t[2]}:{name:e.trim()}}function Se(e,t="root"){if(!Je(e))return[];let o=[];if(Ue(e,"ul"))return Ge.forEach(e.props.children,(r,n)=>{o.push(...Se(r,`${t}-${n}`))}),o;if(Ue(e,"li")){let r=Ge.toArray(e.props.children),n=r.findIndex(y=>Ue(y,"ul")),a=n!==-1,i=a?r.slice(0,n):r,l=a?r.slice(n):[],s=qe(i),{name:c,comment:d}=mn(s),m=c.endsWith("/"),g=m?c.slice(0,-1):c,h=a||m;return o.push({id:`${t}-${g}`,name:g,comment:d,isFolder:h,children:a?Se(l[0],`${t}-${g}`):void 0}),o}return e.props&&typeof e.props=="object"&&"children"in e.props&&Ge.forEach(e.props.children,(r,n)=>{o.push(...Se(r,`${t}-${n}`))}),o}function Qt({item:e}){return je(O.TreeItem,{id:e.id,textValue:e.name,className:"outline-none group focus-visible:ring-2 focus-visible:ring-primary-500/30 rounded-md",children:[T(O.TreeItemContent,{children:({isExpanded:t,hasChildItems:o})=>je("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(O.Button,{slot:"chevron",className:"outline-none text-text-dim hover:text-primary-400 p-0.5 rounded transition-colors",children:T(cn,{size:14,strokeWidth:3,className:p("transition-transform duration-200",t&&"rotate-90")})}):T("div",{className:"w-[18px]"}),pn(e.name,e.isFolder),T("span",{className:p("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&&je("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(O.Collection,{items:e.children,children:t=>T(Qt,{item:t})})]})}function eo({children:e}){let t=on(()=>Se(e),[e]);return T("div",{className:"my-8",children:T(O.Tree,{items:t,"aria-label":"File Tree",className:p("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(Qt,{item:o})})})}import*as be from"react-aria-components";import{useState as to,useMemo as oo}from"react";function ro({data:e,sortable:t=!1,paginated:o=!1,pageSize:r=10}){let[n,a]=to(null),[i,l]=to(1),s=oo(()=>{if(!e)return[];let g=[...e];return t&&n!==null&&g.sort((h,y)=>{let C=h[n.key],b=y[n.key],B=typeof C=="string"?C:"",x=typeof b=="string"?b:"";return B<x?n.direction==="asc"?-1:1:B>x?n.direction==="asc"?1:-1:0}),g},[e,n,t]),c=Math.ceil(s.length/r),d=oo(()=>{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:c,paginatedData:d,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 un,ChevronDown as no,ChevronLeft as fn,ChevronRight as gn,ChevronsLeft as bn,ChevronsRight as xn}from"lucide-react";import{Fragment as hn,jsx as P,jsxs as le}from"react/jsx-runtime";function so({headers:e,data:t,children:o,className:r="",sortable:n=!1,paginated:a=!1,pageSize:i=10}){let{sortConfig:l,currentPage:s,setCurrentPage:c,totalPages:d,paginatedData:m,requestSort:g}=ro({data:t,sortable:n,paginated:a,pageSize:i}),h=C=>n?l?.key!==C?P(no,{size:14,className:"ml-1 opacity-30"}):l.direction==="asc"?P(un,{size:14,className:"ml-1 text-primary-400"}):P(no,{size:14,className:"ml-1 text-primary-400"}):null,y=o||le(hn,{children:[e&&P("thead",{children:P("tr",{children:e.map((C,b)=>P("th",{onClick:()=>g(b),className:p("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(b)]})},b))})}),m&&P("tbody",{children:m.map((C,b)=>P("tr",{className:"transition-colors hover:bg-bg-surface",children:C.map((B,x)=>P("td",{className:"px-3 py-2 border-b border-border-subtle text-sm text-text-muted",children:B},x))},b))})]});return le("div",{className:p("my-6 rounded-lg border border-border-subtle overflow-hidden",r),children:[P("div",{className:"overflow-x-auto",children:P("table",{className:"w-full border-collapse text-sm",children:y})}),a&&d>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 ",d]}),le("div",{className:"flex items-center gap-1",children:[P(be.Button,{onPress:()=>c(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:P(bn,{size:16})}),P(be.Button,{onPress:()=>c(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:P(fn,{size:16})}),P(be.Button,{onPress:()=>c(C=>Math.min(C+1,d)),isDisabled:s===d,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:P(gn,{size:16})}),P(be.Button,{onPress:()=>c(d),isDisabled:s===d,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:P(xn,{size:16})})]})]})]})}import{jsx as ce,jsxs as xe}from"react/jsx-runtime";function ao({name:e,type:t,defaultValue:o,required:r=!1,children:n,id:a,className:i=""}){return xe("article",{className:p("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:[xe("div",{className:"flex flex-col gap-3 sm:flex-row sm:items-center sm:justify-between mb-4",children:[xe("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&&xe("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&&xe("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 vn}from"react/jsx-runtime";function io({to:e,children:t,className:o="",...r}){let n=e&&(e.startsWith("http://")||e.startsWith("https://")||e.startsWith("//")),a=p("text-blue-600 hover:text-blue-800 hover:underline cursor-pointer",o);return vn(Z,{href:e,className:a,target:n?"_blank":void 0,rel:n?"noopener noreferrer":void 0,...r,children:t})}import{jsx as yn}from"react/jsx-runtime";function lo({src:e,alt:t,theme:o,...r}){let{theme:n}=pt();return o&&o!==n?null:yn("img",{src:e,alt:t||"",...r})}import{jsx as k,jsxs as he}from"react/jsx-runtime";function co({title:e,props:t,className:o=""}){return he("div",{className:p("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:he("table",{className:"w-full border-collapse text-sm",children:[k("thead",{children:he("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)=>he("tr",{className:"transition-colors hover:bg-bg-surface",children:[he("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 po}from"react";function mo(e){let{code:t,children:o,preview:r}=e,n=po(()=>(t??(typeof o=="string"?o:"")).trim(),[t,o]),a=po(()=>r??(typeof o!="string"?o:null),[r,o]);return{initialCode:n,previewElement:a}}import{jsx as Xe,jsxs as Cn}from"react/jsx-runtime";function uo(e){let{highlightedHtml:t,hideCode:o=!1,hideSandbox:r=!1,hideCopy:n=!1,sandboxOptions:a={}}=e,{initialCode:i,previewElement:l}=mo(e);return Cn("div",{className:"my-6 overflow-hidden rounded-xl border border-border-subtle",children:[Xe("div",{className:"flex items-center justify-center p-8 bg-bg-surface",children:l}),!o&&Xe("div",{className:"border-t border-border-subtle",children:Xe(U,{hideSandbox:r,hideCopy:n,title:a.title,lang:"tsx",highlightedHtml:t,plain:!0,children:i})})]})}import{useState as Vn}from"react";import{Copy as go,Check as Hn,ExternalLink as zn,ChevronDown as In}from"lucide-react";import{jsx as Rn}from"react/jsx-runtime";var Ke=({children:e,className:t,vertical:o=!1})=>Rn("div",{className:p("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 Pn,ChevronRight as Nn,Dot as Tn}from"lucide-react";import fo from"react";import*as w from"react-aria-components";import*as de from"react-aria-components";import{jsx as Ye,jsxs as wn}from"react/jsx-runtime";var Ze=({children:e,className:t,showArrow:o,...r})=>wn(de.Popover,{offset:8,...r,className:de.composeRenderProps(t,n=>p("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&&Ye(de.OverlayArrow,{className:"group",children:Ye("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:Ye("path",{d:"M0 0 L6 6 L12 0"})})}),e]});import{Fragment as Bn,jsx as H,jsxs as ve}from"react/jsx-runtime";function kn(e){let[t,o]=fo.Children.toArray(e.children).slice(0,2);return ve(w.MenuTrigger,{...e,children:[t,H(Ze,{placement:e.placement,className:"min-w-35",children:o})]})}function Ln(e){let[t,o]=fo.Children.toArray(e.children).slice(0,2);return ve(w.SubmenuTrigger,{...e,children:[t,H(Ze,{offset:-4,crossOffset:-4,children:o})]})}function S(e){return H(w.Menu,{...e,className:w.composeRenderProps(e.className,t=>p("p-1.5 outline-none max-h-[inherit] overflow-auto max-w-75",t))})}function An(e){let t=e.textValue||(typeof e.children=="string"?e.children:void 0);return H(w.MenuItem,{...e,textValue:t,className:w.composeRenderProps(e.className,(o,{isFocused:r,isPressed:n,isDisabled:a})=>p("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:w.composeRenderProps(e.children,(o,{selectionMode:r,isSelected:n,hasSubmenu:a})=>ve(Bn,{children:[r!=="none"&&ve("span",{className:"flex items-center size-4 shrink-0 justify-center",children:[n&&r==="multiple"&&H(Pn,{className:"size-3.5 stroke-[2.5px] text-primary-500 animate-in zoom-in-50 duration-200"}),n&&r==="single"&&H(Tn,{className:"size-5 text-primary-500 animate-in zoom-in-50 duration-200"})]}),H("div",{className:"flex flex-row w-full transition-colors items-center gap-2 py-1 px-1",children:o}),a&&H(Nn,{className:"size-4 ml-auto text-text-muted group-focused:text-primary-500/70 transition-colors"})]}))})}function Mn({title:e,...t}){return ve(w.MenuSection,{...t,className:p("flex flex-col gap-0.5",t.className),children:[e&&H(w.Header,{className:"px-3 py-2 text-[10px] font-bold uppercase tracking-[0.075em] text-text-muted/50 select-none",children:e}),H(w.Collection,{items:t.items,children:t.children})]})}function Sn(e){return H(w.Separator,{...e,className:"mx-2 my-1.5 border-t border-border-subtle/50"})}S.Root=S;S.Item=An;S.Trigger=kn;S.SubTrigger=Ln;S.Section=Mn;S.Separator=Sn;import{jsx as En}from"react/jsx-runtime";function L({className:e,variant:t="rect",...o}){return En("div",{className:p("animate-pulse bg-bg-muted",t==="circle"?"rounded-full":"rounded-md",e),...o})}import{Separator as Zl}from"react-aria-components";import{ToggleButton as ec}from"react-aria-components";import{jsx as D,jsxs as ye}from"react/jsx-runtime";var On=e=>{let[t,o]=Vn(!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 bo({content:e,mdxRaw:t,config:o}){let r=t||e||"",{copied:n,handleCopy:a,handleOpenRaw:i}=On(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:ye(Ke,{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(ee,{variant:"ghost",onPress:a,icon:n?D(Hn,{size:16}):D(go,{size:16}),iconPosition:"left",className:p("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}),ye(S.Trigger,{placement:"bottom end",children:[D(ee,{variant:"ghost",isIconOnly:!0,icon:D(In,{size:14}),className:p("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")}),ye(S.Root,{className:"w-52",children:[ye(S.Item,{onAction:a,children:[D(go,{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"})]}),ye(S.Item,{onAction:i,children:[D(zn,{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 A,jsxs as K}from"react/jsx-runtime";function xo(){return A("div",{className:p("w-full h-full relative overflow-y-auto transition-opacity duration-300 animate-fade-in"),children:K("div",{className:"mx-auto max-w-(--spacing-content-max) px-4 py-8 space-y-10",children:[K("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"}),K("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%]"})]}),K("div",{className:"space-y-6 pt-4",children:[A(L,{className:"h-7 w-32"}),K("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"}),K("div",{className:"space-y-6 pt-4",children:[A(L,{className:"h-7 w-48"}),K("div",{className:"space-y-3",children:[A(L,{className:"h-4 w-full"}),A(L,{className:"h-4 w-[85%]"})]})]})]})})}import{jsx as $,jsxs as Fn}from"react/jsx-runtime";var pe=({level:e,id:t,children:o,...r})=>{let n=`h${e}`;return Fn(n,{id:t,...r,className:"boltdocs-heading",children:[o,t&&$("a",{href:`#${t}`,className:"header-anchor","aria-label":"Anchor",children:$(Dn,{size:16})})]})},ho={...Qe,Loading:xo,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 $n from"virtual:boltdocs-mdx-components";import{useLocation as Gn}from"react-router-dom";import{Fragment as jn,jsx as v,jsxs as Be}from"react/jsx-runtime";function _n(){let{currentLocale:e,config:t}=me();return tt(()=>{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 Un(){let e=Gn(),{config:t}=me(),o=F(i=>i.setLocale),r=F(i=>i.setVersion),n=F(i=>i.currentLocale),a=F(i=>i.currentVersion);return tt(()=>{let i=e.pathname.split("/").filter(Boolean),l=0,s=t.versions?.defaultVersion,c=t.i18n?.defaultLocale;if(i[l]==="docs"&&l++,t.versions&&i.length>l){let d=t.versions.versions.find(m=>m.path===i[l]);d&&(s=d.path,l++)}t.i18n&&i.length>l&&t.i18n.locales[i[l]]?c=i[l]:t.i18n&&i.length===0&&(c=n||t.i18n.defaultLocale),c!==n&&o(c),s!==a&&r(s)},[e.pathname,t,o,r,n,a]),null}function Ro({initialRoutes:e,initialConfig:t,docsDirName:o,modules:r,hot:n,homePage:a,externalPages:i,externalLayout:l,components:s={}}){let[c,d]=vo(e),[m,g]=vo(t),h=i||{},y=l||Co,C=yo(()=>c.filter(x=>!(a&&(x.path==="/"||x.path===""))&&!h[x.path===""?"/":x.path]).map(x=>{let V=Object.keys(r).find(E=>E===`/${o}/${x.filePath}`||E.endsWith(`/${o}/${x.filePath}`)||E.endsWith(`/${o}\\${x.filePath.replace(/\\/g,"/")}`)),G=V?r[V]:null;return{...x,Component:et.lazy(async()=>G?await G():{default:ze})}}),[c,r,o,a,h]);tt(()=>{n&&(n.on("boltdocs:routes-update",x=>{d(x)}),n.on("boltdocs:config-update",x=>{g(x)}))},[n]);let b=yo(()=>({...ho,...$n,...s}),[s]),B=b.Loading;return v(dt,{children:v(ht,{components:b,children:v(Ve.Provider,{value:m,children:v(mt,{children:Be(nt,{routes:c,modules:r,children:[v(ut,{}),v(Un,{}),v(_n,{}),Be(Wn,{children:[v(Y,{element:v(gt,{}),children:C.map(x=>v(Y,{path:x.path===""?"/":x.path,element:v(et.Suspense,{fallback:v(B,{}),children:v(yt,{Component:x.Component})})},x.path))},"docs-layout"),a&&Be(jn,{children:[v(Y,{path:"/",element:v(y,{children:v(a,{})})}),m.i18n&&Object.keys(m.i18n.locales).map(x=>v(Y,{path:`/${x}`,element:v(y,{children:v(a,{})})},`home-${x}`))]}),Object.entries(h).map(([x,V])=>{let G=x==="/"?"":x;return Be(et.Fragment,{children:[v(Y,{path:x,element:v(y,{children:v(V,{})})}),m.i18n&&Object.keys(m.i18n.locales).map(E=>v(Y,{path:`/${E}${G}`,element:v(y,{children:v(V,{})})},`${x}-${E}`))]},x)}),v(Y,{path:"*",element:v(Co,{children:v(ze,{})})})]})]})})})})})}import{jsx as ot}from"react/jsx-runtime";async function ld(e){let{path:t,routes:o,config:r,modules:n,homePage:a,externalPages:i,docsDirName:l}=e,s={};for(let[d,m]of Object.entries(n))s[d]=()=>Promise.resolve(m);return Jn.renderToString(ot(qn.StrictMode,{children:ot(Xn,{location:t,children:ot(Ro,{initialRoutes:o,initialConfig:r,docsDirName:l,modules:s,homePage:a,externalPages:i})})}))}export{ld as render};