@domphy/press 0.20.2 → 0.20.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser.d.ts +20 -2
- package/dist/browser.js +46 -46
- package/package.json +1 -1
package/dist/browser.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { DomphyElement } from '@domphy/core';
|
|
1
|
+
import { DomphyElement, ElementNode } from '@domphy/core';
|
|
2
2
|
export { DomphyElement } from '@domphy/core';
|
|
3
3
|
import { TocEntry } from '@domphy/markdown';
|
|
4
4
|
export { TocEntry } from '@domphy/markdown';
|
|
@@ -174,6 +174,24 @@ declare function prevNextForRoute(route: string, config: SiteConfig): {
|
|
|
174
174
|
};
|
|
175
175
|
};
|
|
176
176
|
|
|
177
|
+
interface SearchResult {
|
|
178
|
+
route: string;
|
|
179
|
+
pageTitle: string;
|
|
180
|
+
heading: string;
|
|
181
|
+
slug: string;
|
|
182
|
+
isPage: boolean;
|
|
183
|
+
score: number;
|
|
184
|
+
href: string;
|
|
185
|
+
}
|
|
186
|
+
declare function queryIndex(serializedIndex: string, query: string, limit?: number): SearchResult[];
|
|
187
|
+
interface SearchWidgetOptions {
|
|
188
|
+
indexUrl?: string;
|
|
189
|
+
placeholder?: string;
|
|
190
|
+
limit?: number;
|
|
191
|
+
}
|
|
192
|
+
declare function searchWidget(options?: SearchWidgetOptions): DomphyElement;
|
|
193
|
+
declare function mountSearch(host: HTMLElement, options?: SearchWidgetOptions): ElementNode;
|
|
194
|
+
|
|
177
195
|
declare function pressCSS(): string;
|
|
178
196
|
|
|
179
|
-
export { type EditLink, type IslandRef, type LayoutContext, type LayoutSlots, type LocaleConfig, type NavItem, type PageEntry, type RenderDocOptions, type RenderedDoc, type SearchDocument, type SidebarItem, type SiteConfig, type SocialLink, type ThemeConfig, type UserConfig, defineConfig, flattenSidebar, homeShell, pageShell, pressCSS, prevNextForRoute, sidebarForRoute };
|
|
197
|
+
export { type EditLink, type IslandRef, type LayoutContext, type LayoutSlots, type LocaleConfig, type NavItem, type PageEntry, type RenderDocOptions, type RenderedDoc, type SearchDocument, type SidebarItem, type SiteConfig, type SocialLink, type ThemeConfig, type UserConfig, defineConfig, flattenSidebar, homeShell, mountSearch, pageShell, pressCSS, prevNextForRoute, queryIndex, searchWidget, sidebarForRoute };
|
package/dist/browser.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
function J(t){return{base:"/",srcDir:".",outDir:"dist",head:[],...t,themeConfig:Object.assign({nav:[],sidebar:{}},t.themeConfig)}}import{navLink as _}from"@domphy/app";import{themeColor as K,themeSpacing as Q}from"@domphy/theme";import{toolbar as j,toolbarSpacer as V}from"@domphy/ui";function F(t){let o=[];for(let n of t)n.link&&o.push({text:n.text,link:n.link}),n.items&&o.push(...F(n.items));return o}function T(t,o){let n="";for(let i of Object.keys(o.themeConfig.sidebar))t.startsWith(i)&&i.length>n.length&&(n=i);return n?o.themeConfig.sidebar[n]:[]}function H(t,o){let n=F(T(t,o)),i=n.findIndex(a=>a.link===t||a.link===t.replace(/\/$/,"")||`${a.link}/`===t);return i===-1?{}:{prev:i>0?n[i-1]:void 0,next:i<n.length-1?n[i+1]:void 0}}var B=t=>t,m=(t,o)=>K(null,t,o),e=t=>Q(t),u=m("inherit"),h=m("shift-1"),L=m("shift-2"),c=m("shift-3"),l=m("shift-6"),k=m("shift-9"),x=m("shift-11"),f=m("shift-9","primary"),Z=m("shift-10","primary"),E=e(14),P=e(62),ee=e(56),X=e(190),te={github:"GitHub",twitter:"Twitter",discord:"Discord",youtube:"YouTube",linkedin:"LinkedIn",mastodon:"Mastodon",npm:"npm",bluesky:"Bluesky"};function oe(t){let o=t.icon.toLowerCase();return{a:[t.icon.startsWith("http")||t.icon.startsWith("/")?{img:null,src:t.icon,alt:t.ariaLabel??o,width:"18",height:"18"}:{span:"",class:`dp-social-icon dp-icon-${o}`,ariaHidden:"true"}],href:t.link,ariaLabel:t.ariaLabel??te[o]??t.icon,target:"_blank",rel:"noopener noreferrer",style:{display:"inline-flex",alignItems:"center",justifyContent:"center",width:e(8.5),height:e(8.5),borderRadius:e(2),color:l,background:h,border:`1px solid ${c}`,fontSize:"10px",fontWeight:"700",flexShrink:"0","&:hover":{color:k,borderColor:l,textDecoration:"none"}}}}function U(t,o){return{a:t,href:o,$:[_({href:o})]}}function ne(t){let o=B({display:"none",position:"absolute",top:`calc(100% + ${e(2)})`,right:"0",background:h,border:`1px solid ${c}`,borderRadius:e(2),padding:e(1.5),minWidth:e(40),zIndex:"100",flexDirection:"column",gap:e(.5),boxShadow:"0 4px 16px rgba(0,0,0,.1)","& a":{display:"block",padding:`${e(1.25)} ${e(2.5)}`,borderRadius:e(1.25),fontSize:"13px"},"& a:hover":{background:L}});return{div:[{span:t.text,style:{color:l,fontSize:"14px",fontWeight:"500",cursor:"pointer",userSelect:"none","&::after":{content:'" \u25BE"',fontSize:"10px",opacity:".6"}}},{div:t.items.map(n=>U(n.text,n.link)),style:o}],style:{position:"relative",display:"flex",alignItems:"center","&:hover > div:last-child, &:focus-within > div:last-child":{display:"flex"}}}}function q(t){let o=t.themeConfig.announcementBar;if(!o)return null;let n=o.id?o.id:"",i=[{span:o.text}];return o.dismissible!==!1&&i.push({button:"\u2715",type:"button",dataDismissAnnouncement:"",ariaLabel:"Dismiss",style:{background:"none",border:"none",color:u,cursor:"pointer",fontSize:"14px",opacity:".7",padding:`${e(.5)} ${e(1.5)}`,borderRadius:e(1),flexShrink:"0","&:hover":{opacity:"1"}}}),{div:i,class:"dp-announcement",...n?{dataId:n}:{},style:{display:"flex",alignItems:"center",justifyContent:"center",gap:e(3),padding:`${e(2.5)} ${e(6)}`,background:f,color:u,fontSize:"14px",fontWeight:"500",textAlign:"center","& a":{color:u,fontWeight:"700"}}}}function ie(t){let{config:o,route:n}=t;if(!o.locales)return null;let i=Object.entries(o.locales);if(i.length<=1)return null;let a="/",s=n;for(let[g]of i)if(g!=="/"&&n.startsWith(g.replace(/\/$/,""))){a=g,s=n.slice(g.replace(/\/$/,"").length)||"/";break}let d=o.locales[a];if(!d)return null;let y=i.map(([g,D])=>{let R=(g==="/"?"":g.replace(/\/$/,""))+(s==="/"?"/":s),C=g===a;return{a:D.label,href:R,...C?{ariaCurrent:"true"}:{},lang:D.lang,style:{display:"block",padding:`${e(1.25)} ${e(2.5)}`,borderRadius:e(1.25),fontSize:"13px",color:l,...C?{color:f,fontWeight:"600"}:{},"&:hover":{background:L,color:k,textDecoration:"none"}}}}),S=B({display:"none",position:"absolute",top:`calc(100% + ${e(2)})`,right:"0",background:h,border:`1px solid ${c}`,borderRadius:e(2),padding:e(1.5),minWidth:e(32),zIndex:"200",flexDirection:"column",gap:e(.5),boxShadow:"0 4px 16px rgba(0,0,0,.1)"});return{div:[{span:["\u{1F310} ",d.label],style:{color:l,fontSize:"13px",fontWeight:"500",cursor:"pointer",userSelect:"none",padding:`${e(1)} ${e(2)}`,border:`1px solid ${c}`,borderRadius:e(1.5),background:h,whiteSpace:"nowrap",display:"flex",alignItems:"center",gap:e(1),"&::after":{content:'" \u25BE"',fontSize:"10px",opacity:".6"}}},{div:y,style:S}],ariaLabel:"Select language",style:{position:"relative",display:"flex",alignItems:"center","&:hover > div:last-child, &:focus-within > div:last-child":{display:"flex"}}}}function Y(t){let{config:o}=t,n=o.themeConfig.search!==!1,i=o.themeConfig.logo,a=i?typeof i=="string"?[{img:null,src:i,alt:o.title,style:{height:e(7),width:"auto",display:"block"}}]:[{img:null,src:i.light,alt:o.title,class:"dp-logo-light",style:{height:e(7),width:"auto",display:"block"}},{img:null,src:i.dark,alt:o.title,class:"dp-logo-dark",style:{height:e(7),width:"auto",display:"block"}}]:[],s={fontWeight:"700",fontSize:"18px",color:x,whiteSpace:"nowrap",flexShrink:"0",textDecoration:"none","&:hover":{textDecoration:"none"}},d=i?{a,href:o.base,style:s}:{a:o.title,href:o.base,style:s},y=(o.themeConfig.socialLinks??[]).map(oe),S=ie(t);return{header:[d,V(),{nav:o.themeConfig.nav.map(g=>g.items?ne(g):U(g.text,g.link)),$:[j({gap:4})],ariaLabel:"Primary",style:{"& a":{color:l,fontSize:"14px",fontWeight:"500",whiteSpace:"nowrap",lineHeight:"1"},"& a:hover, & a[aria-current='page']":{color:f,textDecoration:"none"},"@media (max-width: 860px)":{display:"none"}}},{div:[...n?[{div:[{input:null,type:"search",placeholder:typeof o.themeConfig.search=="object"&&o.themeConfig.search.placeholder||"Search...",ariaLabel:"Search documentation",style:{width:"100%",height:e(8),padding:`0 ${e(2.5)}`,border:`1px solid ${c}`,borderRadius:e(1.5),background:h,color:l,fontSize:"13px",fontFamily:"inherit",outline:"none",cursor:"pointer","&::placeholder":{color:l}}}],dataIsland:"search",style:{width:e(50),"@media (max-width: 860px)":{width:e(35)}}}]:[],...y,...S?[S]:[],{button:"\u25D0",type:"button",ariaLabel:"Toggle dark mode",dataThemeToggle:"",style:{border:`1px solid ${c}`,background:h,color:k,borderRadius:e(2),width:e(8.5),height:e(8.5),cursor:"pointer",fontSize:"16px",flexShrink:"0"}},{button:"\u2630",type:"button",ariaLabel:"Toggle menu",dataMenuToggle:"",style:{border:`1px solid ${c}`,background:h,color:k,borderRadius:e(2),width:e(8.5),height:e(8.5),cursor:"pointer",fontSize:"16px",flexShrink:"0",display:"none","@media (max-width: 860px)":{display:"block"}}}],$:[j({gap:2})],style:{flexShrink:"0"}}],$:[j({gap:4})],style:{position:"sticky",top:"0",height:E,background:u,borderBottom:`1px solid ${c}`,zIndex:"100",padding:`0 ${e(6)}`,"@media (max-width: 860px)":{padding:`0 ${e(3)}`}}}}function N(t){let o={tip:f,info:l,warning:m("shift-9","warning"),danger:m("shift-9","danger")},n={tip:`color-mix(in srgb,${f} 12%,${u})`,info:L,warning:`color-mix(in srgb,${m("shift-9","warning")} 12%,${u})`,danger:`color-mix(in srgb,${m("shift-9","danger")} 12%,${u})`},i=t.type??"tip";return{span:t.text,style:{display:"inline-block",padding:`${e(.5)} ${e(1.75)}`,borderRadius:e(2.5),fontSize:"11px",fontWeight:"700",lineHeight:"1.4",whiteSpace:"nowrap",verticalAlign:"middle",background:n[i]??L,color:o[i]??l}}}function A(t,o,n){return n?{a:[{span:t},N(n)],href:o,$:[_({href:o})],style:{display:"flex",alignItems:"center"}}:U(t,o)}function re(t){let o=[],n=t.items&&t.items.length>0;if(t.link)o.push(A(t.text,t.link,t.badge));else{let a=[{span:t.text}];t.badge&&a.push(N(t.badge)),n&&a.push({button:t.collapsed?"\u203A":"\u2039",type:"button",ariaLabel:t.collapsed?"Expand":"Collapse",dataSidebarToggle:"",style:{marginLeft:"auto",background:"none",border:"none",cursor:"pointer",color:l,fontSize:"14px",padding:`0 ${e(1)}`,lineHeight:"1","&:hover":{color:k}}}),o.push({div:a,style:{display:"flex",alignItems:"center",gap:e(1.5),fontSize:"13px",fontWeight:"700",color:x,margin:`${e(2)} 0 ${e(1)}`}})}if(t.items){let a=[];for(let s of t.items)if(s.items){a.push({div:s.text,style:{fontSize:"12px",color:l,padding:`${e(1)} ${e(3)}`,fontWeight:"600"}});for(let d of s.items)d.link&&a.push(A(d.text,d.link,d.badge))}else s.link&&a.push(A(s.text,s.link,s.badge));o.push({div:a,class:"dp-sidebar-items",style:{display:"flex",flexDirection:"column"}})}let i=["dp-sidebar-group",n&&t.collapsed?"collapsed":""].filter(Boolean).join(" ");return{div:o,class:i,style:{marginBottom:e(3.5)}}}function ae(t){return{nav:T(t.route,t.config).map(re),ariaLabel:"Documentation",style:{position:"sticky",top:E,maxHeight:`calc(100vh - ${E})`,overflowY:"auto",padding:`${e(6)} ${e(3)} ${e(12)} ${e(6)}`,borderRight:`1px solid ${c}`,"& a":{display:"flex",alignItems:"center",gap:e(1.5),padding:`${e(1.25)} ${e(3)}`,fontSize:"14px",color:l,borderRadius:e(1.5)},"& a:hover":{color:k,textDecoration:"none"},"& a[aria-current='page']":{color:f,fontWeight:"600",background:h},"@media (max-width: 860px)":{position:"fixed",top:E,left:"0",bottom:"0",width:"80%",maxWidth:e(80),background:u,zIndex:"25",transform:"translateX(-100%)",transition:"transform .2s ease",maxHeight:"none"}}}}function se(t){if(t.frontmatter.aside===!1)return null;let[o,n]=t.config.themeConfig.outline?.level??[2,3],i=t.toc.filter(d=>d.level>=o&&d.level<=n);if(i.length===0)return null;let a=t.config.themeConfig.tocTitle??"On this page",s={2:"0",3:e(3),4:e(6)};return{aside:[{div:a,style:{fontWeight:"700",marginBottom:e(2),color:k}},{nav:i.map(d=>({a:d.text,href:`#${d.slug}`,style:{display:"block",padding:`${e(.75)} 0`,color:l,paddingLeft:s[d.level]??"0","&:hover":{color:f,textDecoration:"none"}}}))}],style:{position:"sticky",top:E,maxHeight:`calc(100vh - ${E})`,overflowY:"auto",padding:`${e(8)} ${e(6)}`,fontSize:"13px"}}}function le(t){let{prev:o,next:n}=H(t.route,t.config);if(!o&&!n)return null;let i=B({display:"block",padding:`${e(3)} ${e(4)}`,border:`1px solid ${c}`,borderRadius:e(2),fontWeight:"600",flex:"1","&:hover":{borderColor:f,textDecoration:"none"}});return{nav:[o?{a:[{small:"Previous",style:{display:"block",color:l,fontWeight:"400",fontSize:"12px"}},{span:o.text}],href:o.link,style:i}:{span:""},n?{a:[{small:"Next",style:{display:"block",color:l,fontWeight:"400",fontSize:"12px"}},{span:n.text}],href:n.link,style:{...i,textAlign:"right"}}:{span:""}],ariaLabel:"Page navigation",style:{display:"flex",justifyContent:"space-between",gap:e(4),marginTop:e(12),paddingTop:e(6),borderTop:`1px solid ${c}`}}}function de(t){let{editLink:o}=t.config.themeConfig,n=t.config.lastUpdated,i=o&&t.filePath,a=n&&t.lastUpdated;if(!i&&!a&&!t.readingTime)return null;let s=[];if(a){let y=new Date(t.lastUpdated).toLocaleDateString("en-US",{year:"numeric",month:"long",day:"numeric"});s.push({span:["Last updated: ",{time:y,dateTime:t.lastUpdated}]})}if(t.readingTime&&s.push({span:`\u{1F4D6} ${t.readingTime} min read`}),i){let y=o.pattern.replace(/:path/g,t.filePath);s.push({a:o.text??"Edit this page",href:y,target:"_blank",rel:"noopener noreferrer",style:{fontWeight:"500",fontSize:"13px"}})}return{div:s,style:{display:"flex",alignItems:"center",gap:e(4),flexWrap:"wrap",marginTop:e(8),paddingTop:e(5),borderTop:`1px solid ${c}`,fontSize:"13px",color:l}}}function ce(t){let o=t.badge;if(!o)return null;let n=typeof o=="string"?o:o.text??"",i=typeof o=="object"?o.type??"tip":"tip";return n?N({text:n,type:i}):null}function z(t,o,n){let i=t.config.themeConfig.slots?.[o];return i?i(t):n(t)}function G(t){return{div:t,style:{maxWidth:X,"& h1":{fontSize:"30px",fontWeight:"700",lineHeight:"1.25",margin:`0 0 ${e(6)}`,letterSpacing:"-.02em",color:x},"& h2":{fontSize:"22px",fontWeight:"700",margin:`${e(11)} 0 ${e(4)}`,paddingTop:e(5),borderTop:`1px solid ${c}`,letterSpacing:"-.01em",color:x},"& h3":{fontSize:"18px",fontWeight:"600",margin:`${e(7)} 0 ${e(3)}`,color:x},"& h4":{fontSize:"16px",fontWeight:"600",margin:`${e(5.5)} 0 ${e(2)}`,color:x},"& p":{margin:`${e(4)} 0`},"& ul, & ol":{margin:`${e(4)} 0`,paddingLeft:"1.4em"},"& li":{margin:`${e(1.5)} 0`},"& a":{fontWeight:"500"},"& a[target='_blank']::after":{content:'" \u2197"',fontSize:".75em",opacity:".6"},"& strong":{fontWeight:"600",color:x},"& em":{fontStyle:"italic"},"& mark":{background:`color-mix(in srgb,${m("shift-6","warning")} 40%,${u})`,color:"inherit",padding:`${e(.25)} ${e(.75)}`,borderRadius:e(.75)},"& sup":{fontSize:".75em",verticalAlign:"super"},"& sub":{fontSize:".75em",verticalAlign:"sub"},"& del":{opacity:".5"},"& blockquote":{margin:`${e(4)} 0`,padding:`0 ${e(4)}`,borderLeft:`3px solid ${c}`,color:l},"& img":{maxWidth:"100%",height:"auto",borderRadius:e(1.5)},"& hr":{border:"none",borderTop:`1px solid ${c}`,margin:`${e(8)} 0`},"& :not(pre)>code":{fontFamily:'ui-monospace,SFMono-Regular,"SF Mono",Menlo,monospace',fontSize:".85em",background:L,padding:`${e(.75)} ${e(1.5)}`,borderRadius:e(1)},"& pre":{margin:`${e(4)} 0`,padding:`${e(4)} ${e(5)}`,background:h,border:`1px solid ${c}`,borderRadius:e(2),overflowX:"auto",fontSize:"13.5px",lineHeight:"1.5"},"& pre code":{fontFamily:'ui-monospace,SFMono-Regular,"SF Mono",Menlo,monospace',background:"none",padding:"0"},"& table":{borderCollapse:"collapse",margin:`${e(4)} 0`,display:"block",overflowX:"auto"},"& th, & td":{border:`1px solid ${c}`,padding:`${e(2)} ${e(3.5)}`,textAlign:"left"},"& th":{background:h,fontWeight:"600"}}}}function pe(t){let o=t.frontmatter.sidebar!==!1,n=[],i=ce(t.frontmatter);i&&n.push({div:[i],style:{marginBottom:e(-2)}}),n.push(G(t.body));let a=z(t,"prevNext",le);a&&n.push(a);let s=z(t,"docFooter",de);s&&n.push(s);let d=o?z(t,"sidebar",ae):null,y=o?{padding:`${e(8)} ${e(12)} ${e(20)}`,minWidth:"0","@media (max-width: 860px)":{padding:`${e(6)} ${e(5)} ${e(16)}`}}:{padding:`${e(8)} ${e(12)} ${e(20)}`,gridColumn:"1 / -1",maxWidth:X,margin:"0 auto","@media (max-width: 860px)":{padding:`${e(6)} ${e(5)} ${e(16)}`}},S=[...d?[d]:[],{main:n,style:y}],g=z(t,"aside",se);g&&o&&S.push(g);let D=z(t,"header",Y),M=q(t.config),R=t.config.themeConfig.slots,C=R?.footer?R.footer(t):{footer:t.config.themeConfig.footerMessage??"",style:{padding:`${e(6)} ${e(12)}`,borderTop:`1px solid ${c}`,color:l,fontSize:"13px"}};return{div:[...M?[M]:[],...D?[D]:[],{div:S,style:{display:"grid",gridTemplateColumns:o?`${P} minmax(0,1fr) ${ee}`:"1fr",alignItems:"start",maxWidth:"1440px",margin:"0 auto","@media (max-width: 1200px)":o?{gridTemplateColumns:`${P} minmax(0,1fr)`}:{},"@media (max-width: 860px)":{gridTemplateColumns:"1fr"}}},...C?[C]:[]]}}function ge(t){let o=[];if(t.name&&o.push({div:t.name,style:{fontSize:"56px",fontWeight:"800",lineHeight:"1.1",letterSpacing:"-.03em",background:`linear-gradient(120deg,${f},${m("shift-7","secondary")})`,WebkitBackgroundClip:"text",backgroundClip:"text",color:"transparent"}}),t.text&&o.push({h1:t.text,style:{fontSize:"30px",fontWeight:"700",margin:`${e(3)} 0 0`,color:x}}),t.tagline&&o.push({p:t.tagline,style:{fontSize:"18px",color:l,maxWidth:e(160),margin:`${e(5)} auto 0`}}),t.actions?.length){let n=i=>!i||i==="brand"?{padding:`${e(2.5)} ${e(5.5)}`,borderRadius:e(5.5),fontWeight:"600",fontSize:"15px",background:f,color:u,"&:hover":{background:Z,textDecoration:"none"}}:{padding:`${e(2.5)} ${e(5.5)}`,borderRadius:e(5.5),fontWeight:"600",fontSize:"15px",background:h,color:k,border:`1px solid ${c}`,"&:hover":{borderColor:f,textDecoration:"none"}};o.push({div:t.actions.map(i=>({a:i.text,href:i.link,style:n(i.theme)})),style:{display:"flex",gap:e(3),justifyContent:"center",marginTop:e(7),flexWrap:"wrap"}})}return{section:o,style:{textAlign:"center",padding:`${e(10)} 0 ${e(6)}`}}}function me(t){return{div:t.map(o=>{let n=[];o.icon&&n.push({div:o.icon,style:{fontSize:"28px",marginBottom:e(3)}}),n.push({div:o.title,style:{fontWeight:"700",fontSize:"17px",marginBottom:e(2),color:x}}),n.push({p:o.details,style:{fontSize:"14px",color:l,margin:"0",lineHeight:"1.5"}});let i={padding:e(5),background:h,border:`1px solid ${c}`,borderRadius:e(3)},a={div:n,style:i};return o.link?{a:[a],href:o.link,style:{display:"block",color:"inherit","&:hover":{textDecoration:"none"},"&:hover > div":{borderColor:f}}}:a}),style:{display:"grid",gridTemplateColumns:`repeat(auto-fit,minmax(${e(60)},1fr))`,gap:e(4),margin:`${e(10)} 0`}}}function he(t){let o=[],n=t.frontmatter.hero,i=t.frontmatter.features;n&&o.push(ge(n)),i?.length&&o.push(me(i)),o.push(G(t.body));let a=q(t.config);return{div:[...a?[a]:[],Y(t),{main:o,style:{maxWidth:"1100px",margin:"0 auto",padding:`${e(12)} ${e(6)} ${e(20)}`}},{footer:t.config.themeConfig.footerMessage??"",style:{padding:`${e(6)} ${e(12)}`,borderTop:`1px solid ${c}`,color:l,fontSize:"13px"}}]}}import{themeColor as fe,themeSpacing as ue}from"@domphy/theme";var p=(t,o)=>fe(null,t,o),r=t=>ue(t),w=p("inherit"),v=p("shift-1"),I=p("shift-2"),$=p("shift-3"),W=p("shift-6"),O=p("shift-9"),be=p("shift-11"),b=p("shift-9","primary"),ye=r(14);function xe(){return`
|
|
1
|
+
function oe(e){return{base:"/",srcDir:".",outDir:"dist",head:[],...e,themeConfig:Object.assign({nav:[],sidebar:{}},e.themeConfig)}}import{navLink as Y}from"@domphy/app";import{themeColor as ne,themeSpacing as ie}from"@domphy/theme";import{toolbar as j,toolbarSpacer as re}from"@domphy/ui";function A(e){let o=[];for(let n of e)n.link&&o.push({text:n.text,link:n.link}),n.items&&o.push(...A(n.items));return o}function H(e,o){let n="";for(let i of Object.keys(o.themeConfig.sidebar))e.startsWith(i)&&i.length>n.length&&(n=i);return n?o.themeConfig.sidebar[n]:[]}function B(e,o){let n=A(H(e,o)),i=n.findIndex(s=>s.link===e||s.link===e.replace(/\/$/,"")||`${s.link}/`===e);return i===-1?{}:{prev:i>0?n[i-1]:void 0,next:i<n.length-1?n[i+1]:void 0}}var N=e=>e,x=(e,o)=>ne(null,e,o),t=e=>ie(e),S=x("inherit"),$=x("shift-1"),I=x("shift-2"),h=x("shift-3"),u=x("shift-6"),D=x("shift-9"),E=x("shift-11"),k=x("shift-9","primary"),ae=x("shift-10","primary"),L=t(14),_=t(62),se=t(56),J=t(190),le={github:"GitHub",twitter:"Twitter",discord:"Discord",youtube:"YouTube",linkedin:"LinkedIn",mastodon:"Mastodon",npm:"npm",bluesky:"Bluesky"};function ce(e){let o=e.icon.toLowerCase();return{a:[e.icon.startsWith("http")||e.icon.startsWith("/")?{img:null,src:e.icon,alt:e.ariaLabel??o,width:"18",height:"18"}:{span:"",class:`dp-social-icon dp-icon-${o}`,ariaHidden:"true"}],href:e.link,ariaLabel:e.ariaLabel??le[o]??e.icon,target:"_blank",rel:"noopener noreferrer",style:{display:"inline-flex",alignItems:"center",justifyContent:"center",width:t(8.5),height:t(8.5),borderRadius:t(2),color:u,background:$,border:`1px solid ${h}`,fontSize:"10px",fontWeight:"700",flexShrink:"0","&:hover":{color:D,borderColor:u,textDecoration:"none"}}}}function U(e,o){return{a:e,href:o,$:[Y({href:o})]}}function de(e){let o=N({display:"none",position:"absolute",top:`calc(100% + ${t(2)})`,right:"0",background:$,border:`1px solid ${h}`,borderRadius:t(2),padding:t(1.5),minWidth:t(40),zIndex:"100",flexDirection:"column",gap:t(.5),boxShadow:"0 4px 16px rgba(0,0,0,.1)","& a":{display:"block",padding:`${t(1.25)} ${t(2.5)}`,borderRadius:t(1.25),fontSize:"13px"},"& a:hover":{background:I}});return{div:[{span:e.text,style:{color:u,fontSize:"14px",fontWeight:"500",cursor:"pointer",userSelect:"none","&::after":{content:'" \u25BE"',fontSize:"10px",opacity:".6"}}},{div:e.items.map(n=>U(n.text,n.link)),style:o}],style:{position:"relative",display:"flex",alignItems:"center","&:hover > div:last-child, &:focus-within > div:last-child":{display:"flex"}}}}function X(e){let o=e.themeConfig.announcementBar;if(!o)return null;let n=o.id?o.id:"",i=[{span:o.text}];return o.dismissible!==!1&&i.push({button:"\u2715",type:"button",dataDismissAnnouncement:"",ariaLabel:"Dismiss",style:{background:"none",border:"none",color:S,cursor:"pointer",fontSize:"14px",opacity:".7",padding:`${t(.5)} ${t(1.5)}`,borderRadius:t(1),flexShrink:"0","&:hover":{opacity:"1"}}}),{div:i,class:"dp-announcement",...n?{dataId:n}:{},style:{display:"flex",alignItems:"center",justifyContent:"center",gap:t(3),padding:`${t(2.5)} ${t(6)}`,background:k,color:S,fontSize:"14px",fontWeight:"500",textAlign:"center","& a":{color:S,fontWeight:"700"}}}}function pe(e){let{config:o,route:n}=e;if(!o.locales)return null;let i=Object.entries(o.locales);if(i.length<=1)return null;let s="/",l=n;for(let[d]of i)if(d!=="/"&&n.startsWith(d.replace(/\/$/,""))){s=d,l=n.slice(d.replace(/\/$/,"").length)||"/";break}let r=o.locales[s];if(!r)return null;let b=i.map(([d,m])=>{let p=(d==="/"?"":d.replace(/\/$/,""))+(l==="/"?"/":l),y=d===s;return{a:m.label,href:p,...y?{ariaCurrent:"true"}:{},lang:m.lang,style:{display:"block",padding:`${t(1.25)} ${t(2.5)}`,borderRadius:t(1.25),fontSize:"13px",color:u,...y?{color:k,fontWeight:"600"}:{},"&:hover":{background:I,color:D,textDecoration:"none"}}}}),g=N({display:"none",position:"absolute",top:`calc(100% + ${t(2)})`,right:"0",background:$,border:`1px solid ${h}`,borderRadius:t(2),padding:t(1.5),minWidth:t(32),zIndex:"200",flexDirection:"column",gap:t(.5),boxShadow:"0 4px 16px rgba(0,0,0,.1)"});return{div:[{span:["\u{1F310} ",r.label],style:{color:u,fontSize:"13px",fontWeight:"500",cursor:"pointer",userSelect:"none",padding:`${t(1)} ${t(2)}`,border:`1px solid ${h}`,borderRadius:t(1.5),background:$,whiteSpace:"nowrap",display:"flex",alignItems:"center",gap:t(1),"&::after":{content:'" \u25BE"',fontSize:"10px",opacity:".6"}}},{div:b,style:g}],ariaLabel:"Select language",style:{position:"relative",display:"flex",alignItems:"center","&:hover > div:last-child, &:focus-within > div:last-child":{display:"flex"}}}}function G(e){let{config:o}=e,n=o.themeConfig.search!==!1,i=o.themeConfig.logo,s=i?typeof i=="string"?[{img:null,src:i,alt:o.title,style:{height:t(7),width:"auto",display:"block"}}]:[{img:null,src:i.light,alt:o.title,class:"dp-logo-light",style:{height:t(7),width:"auto",display:"block"}},{img:null,src:i.dark,alt:o.title,class:"dp-logo-dark",style:{height:t(7),width:"auto",display:"block"}}]:[],l={fontWeight:"700",fontSize:"18px",color:E,whiteSpace:"nowrap",flexShrink:"0",textDecoration:"none","&:hover":{textDecoration:"none"}},r=i?{a:s,href:o.base,style:l}:{a:o.title,href:o.base,style:l},b=(o.themeConfig.socialLinks??[]).map(ce),g=pe(e);return{header:[r,re(),{nav:o.themeConfig.nav.map(d=>d.items?de(d):U(d.text,d.link)),$:[j({gap:4})],ariaLabel:"Primary",style:{"& a":{color:u,fontSize:"14px",fontWeight:"500",whiteSpace:"nowrap",lineHeight:"1"},"& a:hover, & a[aria-current='page']":{color:k,textDecoration:"none"},"@media (max-width: 860px)":{display:"none"}}},{div:[...n?[{div:[{input:null,type:"search",placeholder:typeof o.themeConfig.search=="object"&&o.themeConfig.search.placeholder||"Search...",ariaLabel:"Search documentation",style:{width:"100%",height:t(8),padding:`0 ${t(2.5)}`,border:`1px solid ${h}`,borderRadius:t(1.5),background:$,color:u,fontSize:"13px",fontFamily:"inherit",outline:"none",cursor:"pointer","&::placeholder":{color:u}}}],dataIsland:"search",style:{width:t(50),"@media (max-width: 860px)":{width:t(35)}}}]:[],...b,...g?[g]:[],{button:"\u25D0",type:"button",ariaLabel:"Toggle dark mode",dataThemeToggle:"",style:{border:`1px solid ${h}`,background:$,color:D,borderRadius:t(2),width:t(8.5),height:t(8.5),cursor:"pointer",fontSize:"16px",flexShrink:"0"}},{button:"\u2630",type:"button",ariaLabel:"Toggle menu",dataMenuToggle:"",style:{border:`1px solid ${h}`,background:$,color:D,borderRadius:t(2),width:t(8.5),height:t(8.5),cursor:"pointer",fontSize:"16px",flexShrink:"0",display:"none","@media (max-width: 860px)":{display:"block"}}}],$:[j({gap:2})],style:{flexShrink:"0"}}],$:[j({gap:4})],style:{position:"sticky",top:"0",height:L,background:S,borderBottom:`1px solid ${h}`,zIndex:"100",padding:`0 ${t(6)}`,"@media (max-width: 860px)":{padding:`0 ${t(3)}`}}}}function O(e){let o={tip:k,info:u,warning:x("shift-9","warning"),danger:x("shift-9","danger")},n={tip:`color-mix(in srgb,${k} 12%,${S})`,info:I,warning:`color-mix(in srgb,${x("shift-9","warning")} 12%,${S})`,danger:`color-mix(in srgb,${x("shift-9","danger")} 12%,${S})`},i=e.type??"tip";return{span:e.text,style:{display:"inline-block",padding:`${t(.5)} ${t(1.75)}`,borderRadius:t(2.5),fontSize:"11px",fontWeight:"700",lineHeight:"1.4",whiteSpace:"nowrap",verticalAlign:"middle",background:n[i]??I,color:o[i]??u}}}function P(e,o,n){return n?{a:[{span:e},O(n)],href:o,$:[Y({href:o})],style:{display:"flex",alignItems:"center"}}:U(e,o)}function ge(e){let o=[],n=e.items&&e.items.length>0;if(e.link)o.push(P(e.text,e.link,e.badge));else{let s=[{span:e.text}];e.badge&&s.push(O(e.badge)),n&&s.push({button:e.collapsed?"\u203A":"\u2039",type:"button",ariaLabel:e.collapsed?"Expand":"Collapse",dataSidebarToggle:"",style:{marginLeft:"auto",background:"none",border:"none",cursor:"pointer",color:u,fontSize:"14px",padding:`0 ${t(1)}`,lineHeight:"1","&:hover":{color:D}}}),o.push({div:s,style:{display:"flex",alignItems:"center",gap:t(1.5),fontSize:"13px",fontWeight:"700",color:E,margin:`${t(2)} 0 ${t(1)}`}})}if(e.items){let s=[];for(let l of e.items)if(l.items){s.push({div:l.text,style:{fontSize:"12px",color:u,padding:`${t(1)} ${t(3)}`,fontWeight:"600"}});for(let r of l.items)r.link&&s.push(P(r.text,r.link,r.badge))}else l.link&&s.push(P(l.text,l.link,l.badge));o.push({div:s,class:"dp-sidebar-items",style:{display:"flex",flexDirection:"column"}})}let i=["dp-sidebar-group",n&&e.collapsed?"collapsed":""].filter(Boolean).join(" ");return{div:o,class:i,style:{marginBottom:t(3.5)}}}function me(e){return{nav:H(e.route,e.config).map(ge),ariaLabel:"Documentation",style:{position:"sticky",top:L,maxHeight:`calc(100vh - ${L})`,overflowY:"auto",padding:`${t(6)} ${t(3)} ${t(12)} ${t(6)}`,borderRight:`1px solid ${h}`,"& a":{display:"flex",alignItems:"center",gap:t(1.5),padding:`${t(1.25)} ${t(3)}`,fontSize:"14px",color:u,borderRadius:t(1.5)},"& a:hover":{color:D,textDecoration:"none"},"& a[aria-current='page']":{color:k,fontWeight:"600",background:$},"@media (max-width: 860px)":{position:"fixed",top:L,left:"0",bottom:"0",width:"80%",maxWidth:t(80),background:S,zIndex:"25",transform:"translateX(-100%)",transition:"transform .2s ease",maxHeight:"none"}}}}function ue(e){if(e.frontmatter.aside===!1)return null;let[o,n]=e.config.themeConfig.outline?.level??[2,3],i=e.toc.filter(r=>r.level>=o&&r.level<=n);if(i.length===0)return null;let s=e.config.themeConfig.tocTitle??"On this page",l={2:"0",3:t(3),4:t(6)};return{aside:[{div:s,style:{fontWeight:"700",marginBottom:t(2),color:D}},{nav:i.map(r=>({a:r.text,href:`#${r.slug}`,style:{display:"block",padding:`${t(.75)} 0`,color:u,paddingLeft:l[r.level]??"0","&:hover":{color:k,textDecoration:"none"}}}))}],style:{position:"sticky",top:L,maxHeight:`calc(100vh - ${L})`,overflowY:"auto",padding:`${t(8)} ${t(6)}`,fontSize:"13px"}}}function he(e){let{prev:o,next:n}=B(e.route,e.config);if(!o&&!n)return null;let i=N({display:"block",padding:`${t(3)} ${t(4)}`,border:`1px solid ${h}`,borderRadius:t(2),fontWeight:"600",flex:"1","&:hover":{borderColor:k,textDecoration:"none"}});return{nav:[o?{a:[{small:"Previous",style:{display:"block",color:u,fontWeight:"400",fontSize:"12px"}},{span:o.text}],href:o.link,style:i}:{span:""},n?{a:[{small:"Next",style:{display:"block",color:u,fontWeight:"400",fontSize:"12px"}},{span:n.text}],href:n.link,style:{...i,textAlign:"right"}}:{span:""}],ariaLabel:"Page navigation",style:{display:"flex",justifyContent:"space-between",gap:t(4),marginTop:t(12),paddingTop:t(6),borderTop:`1px solid ${h}`}}}function fe(e){let{editLink:o}=e.config.themeConfig,n=e.config.lastUpdated,i=o&&e.filePath,s=n&&e.lastUpdated;if(!i&&!s&&!e.readingTime)return null;let l=[];if(s){let b=new Date(e.lastUpdated).toLocaleDateString("en-US",{year:"numeric",month:"long",day:"numeric"});l.push({span:["Last updated: ",{time:b,dateTime:e.lastUpdated}]})}if(e.readingTime&&l.push({span:`\u{1F4D6} ${e.readingTime} min read`}),i){let b=o.pattern.replace(/:path/g,e.filePath);l.push({a:o.text??"Edit this page",href:b,target:"_blank",rel:"noopener noreferrer",style:{fontWeight:"500",fontSize:"13px"}})}return{div:l,style:{display:"flex",alignItems:"center",gap:t(4),flexWrap:"wrap",marginTop:t(8),paddingTop:t(5),borderTop:`1px solid ${h}`,fontSize:"13px",color:u}}}function be(e){let o=e.badge;if(!o)return null;let n=typeof o=="string"?o:o.text??"",i=typeof o=="object"?o.type??"tip":"tip";return n?O({text:n,type:i}):null}function R(e,o,n){let i=e.config.themeConfig.slots?.[o];return i?i(e):n(e)}function K(e){return{div:e,style:{maxWidth:J,"& h1":{fontSize:"30px",fontWeight:"700",lineHeight:"1.25",margin:`0 0 ${t(6)}`,letterSpacing:"-.02em",color:E},"& h2":{fontSize:"22px",fontWeight:"700",margin:`${t(11)} 0 ${t(4)}`,paddingTop:t(5),borderTop:`1px solid ${h}`,letterSpacing:"-.01em",color:E},"& h3":{fontSize:"18px",fontWeight:"600",margin:`${t(7)} 0 ${t(3)}`,color:E},"& h4":{fontSize:"16px",fontWeight:"600",margin:`${t(5.5)} 0 ${t(2)}`,color:E},"& p":{margin:`${t(4)} 0`},"& ul, & ol":{margin:`${t(4)} 0`,paddingLeft:"1.4em"},"& li":{margin:`${t(1.5)} 0`},"& a":{fontWeight:"500"},"& a[target='_blank']::after":{content:'" \u2197"',fontSize:".75em",opacity:".6"},"& strong":{fontWeight:"600",color:E},"& em":{fontStyle:"italic"},"& mark":{background:`color-mix(in srgb,${x("shift-6","warning")} 40%,${S})`,color:"inherit",padding:`${t(.25)} ${t(.75)}`,borderRadius:t(.75)},"& sup":{fontSize:".75em",verticalAlign:"super"},"& sub":{fontSize:".75em",verticalAlign:"sub"},"& del":{opacity:".5"},"& blockquote":{margin:`${t(4)} 0`,padding:`0 ${t(4)}`,borderLeft:`3px solid ${h}`,color:u},"& img":{maxWidth:"100%",height:"auto",borderRadius:t(1.5)},"& hr":{border:"none",borderTop:`1px solid ${h}`,margin:`${t(8)} 0`},"& :not(pre)>code":{fontFamily:'ui-monospace,SFMono-Regular,"SF Mono",Menlo,monospace',fontSize:".85em",background:I,padding:`${t(.75)} ${t(1.5)}`,borderRadius:t(1)},"& pre":{margin:`${t(4)} 0`,padding:`${t(4)} ${t(5)}`,background:$,border:`1px solid ${h}`,borderRadius:t(2),overflowX:"auto",fontSize:"13.5px",lineHeight:"1.5"},"& pre code":{fontFamily:'ui-monospace,SFMono-Regular,"SF Mono",Menlo,monospace',background:"none",padding:"0"},"& table":{borderCollapse:"collapse",margin:`${t(4)} 0`,display:"block",overflowX:"auto"},"& th, & td":{border:`1px solid ${h}`,padding:`${t(2)} ${t(3.5)}`,textAlign:"left"},"& th":{background:$,fontWeight:"600"}}}}function ye(e){let o=e.frontmatter.sidebar!==!1,n=[],i=be(e.frontmatter);i&&n.push({div:[i],style:{marginBottom:t(-2)}}),n.push(K(e.body));let s=R(e,"prevNext",he);s&&n.push(s);let l=R(e,"docFooter",fe);l&&n.push(l);let r=o?R(e,"sidebar",me):null,b=o?{padding:`${t(8)} ${t(12)} ${t(20)}`,minWidth:"0","@media (max-width: 860px)":{padding:`${t(6)} ${t(5)} ${t(16)}`}}:{padding:`${t(8)} ${t(12)} ${t(20)}`,gridColumn:"1 / -1",maxWidth:J,margin:"0 auto","@media (max-width: 860px)":{padding:`${t(6)} ${t(5)} ${t(16)}`}},g=[...r?[r]:[],{main:n,style:b}],d=R(e,"aside",ue);d&&o&&g.push(d);let m=R(e,"header",G),c=X(e.config),p=e.config.themeConfig.slots,y=p?.footer?p.footer(e):{footer:e.config.themeConfig.footerMessage??"",style:{padding:`${t(6)} ${t(12)}`,borderTop:`1px solid ${h}`,color:u,fontSize:"13px"}};return{div:[...c?[c]:[],...m?[m]:[],{div:g,style:{display:"grid",gridTemplateColumns:o?`${_} minmax(0,1fr) ${se}`:"1fr",alignItems:"start",maxWidth:"1440px",margin:"0 auto","@media (max-width: 1200px)":o?{gridTemplateColumns:`${_} minmax(0,1fr)`}:{},"@media (max-width: 860px)":{gridTemplateColumns:"1fr"}}},...y?[y]:[]]}}function xe(e){let o=[];if(e.name&&o.push({div:e.name,style:{fontSize:"56px",fontWeight:"800",lineHeight:"1.1",letterSpacing:"-.03em",background:`linear-gradient(120deg,${k},${x("shift-7","secondary")})`,WebkitBackgroundClip:"text",backgroundClip:"text",color:"transparent"}}),e.text&&o.push({h1:e.text,style:{fontSize:"30px",fontWeight:"700",margin:`${t(3)} 0 0`,color:E}}),e.tagline&&o.push({p:e.tagline,style:{fontSize:"18px",color:u,maxWidth:t(160),margin:`${t(5)} auto 0`}}),e.actions?.length){let n=i=>!i||i==="brand"?{padding:`${t(2.5)} ${t(5.5)}`,borderRadius:t(5.5),fontWeight:"600",fontSize:"15px",background:k,color:S,"&:hover":{background:ae,textDecoration:"none"}}:{padding:`${t(2.5)} ${t(5.5)}`,borderRadius:t(5.5),fontWeight:"600",fontSize:"15px",background:$,color:D,border:`1px solid ${h}`,"&:hover":{borderColor:k,textDecoration:"none"}};o.push({div:e.actions.map(i=>({a:i.text,href:i.link,style:n(i.theme)})),style:{display:"flex",gap:t(3),justifyContent:"center",marginTop:t(7),flexWrap:"wrap"}})}return{section:o,style:{textAlign:"center",padding:`${t(10)} 0 ${t(6)}`}}}function $e(e){return{div:e.map(o=>{let n=[];o.icon&&n.push({div:o.icon,style:{fontSize:"28px",marginBottom:t(3)}}),n.push({div:o.title,style:{fontWeight:"700",fontSize:"17px",marginBottom:t(2),color:E}}),n.push({p:o.details,style:{fontSize:"14px",color:u,margin:"0",lineHeight:"1.5"}});let i={padding:t(5),background:$,border:`1px solid ${h}`,borderRadius:t(3)},s={div:n,style:i};return o.link?{a:[s],href:o.link,style:{display:"block",color:"inherit","&:hover":{textDecoration:"none"},"&:hover > div":{borderColor:k}}}:s}),style:{display:"grid",gridTemplateColumns:`repeat(auto-fit,minmax(${t(60)},1fr))`,gap:t(4),margin:`${t(10)} 0`}}}function ke(e){let o=[],n=e.frontmatter.hero,i=e.frontmatter.features;n&&o.push(xe(n)),i?.length&&o.push($e(i)),o.push(K(e.body));let s=X(e.config);return{div:[...s?[s]:[],G(e),{main:o,style:{maxWidth:"1100px",margin:"0 auto",padding:`${t(12)} ${t(6)} ${t(20)}`}},{footer:e.config.themeConfig.footerMessage??"",style:{padding:`${t(6)} ${t(12)}`,borderTop:`1px solid ${h}`,color:u,fontSize:"13px"}}]}}import{ElementNode as Se,RecordState as ve}from"@domphy/core";import{themeColor as Q,themeSpacing as T}from"@domphy/theme";import{card as Ee,inputSearch as we,link as De,menu as Ce,small as ze}from"@domphy/ui";function Le(e){let o=[];for(let n of e.toLowerCase().split(/[^\p{L}\p{N}]+/u))n.length>=2&&o.push(n);return o}function Z(e,o,n=10){let i=JSON.parse(e),s=Le(o);if(s.length===0)return[];let l=new Map,r=new Map;for(let g of s){let d=new Set;for(let m in i.postings){if(m!==g&&!m.startsWith(g))continue;let c=m===g;for(let[p,y]of i.postings[m]){let C=c?y:y*.5;l.set(p,(l.get(p)??0)+C),d.has(p)||(d.add(p),r.set(p,(r.get(p)??0)+1))}}}let b=[];for(let[g,d]of l){let m=i.entries[g],c=r.get(g)??0;b.push({route:m.route,pageTitle:m.pageTitle,heading:m.heading,slug:m.slug,isPage:m.isPage,score:c*100+d,href:m.slug?`${m.route}#${m.slug}`:m.route})}return b.sort((g,d)=>d.score!==g.score?d.score-g.score:g.route!==d.route?g.route<d.route?-1:1:g.isPage===d.isPage?0:g.isPage?-1:1),b.slice(0,n)}function ee(e,o){return`dp-search-${e}-option-${o}`}var Te=0;function We(e,o,n,i){let s=ee(n,o);return{a:[{div:e.isPage?e.pageTitle:e.heading},e.isPage?null:{small:e.pageTitle,$:[ze({color:"neutral"})]}],href:e.href,role:"option",id:s,ariaSelected:l=>i.get("active",l)===o||void 0,onClick:()=>{i.set("open",!1)},onMouseEnter:()=>{i.set("active",o)},$:[De({color:"neutral",accentColor:"primary"})],style:{display:"flex",flexDirection:"column",gap:T(1),paddingBlock:T(2),paddingInline:T(3),borderRadius:T(1),backgroundColor:l=>i.get("active",l)===o?Q(l,"shift-3","primary"):Q(l,"inherit","neutral")},_key:e.href}}function V(e,o){let n=e.get("index"),i=e.get("query"),s=n&&i.trim()?Z(n,i,o):[];e.set("results",s),e.set("active",-1),e.set("open",s.length>0)}function te(e={}){let{indexUrl:o="/search-index.json",placeholder:n="Search docs\u2026",limit:i=10}=e,s=++Te,l=`dp-search-${s}-listbox`,r=new ve({index:null,query:"",results:[],open:!1,active:-1}),b=null;function g(c){c&&(r.set("open",!1),window.location.assign(c.href))}let d={input:null,type:"search",placeholder:n,autocomplete:"off",role:"combobox",ariaExpanded:c=>r.get("open",c)?"true":"false",ariaControls:l,ariaAutocomplete:"list",ariaActiveDescendant:c=>{let p=r.get("active",c);return p>=0?ee(s,p):void 0},value:c=>r.get("query",c),onInput:c=>{r.set("query",c.target.value),b&&clearTimeout(b),b=setTimeout(()=>V(r,i),120)},onFocus:()=>{r.get("results").length>0&&r.set("open",!0)},onKeyDown:c=>{let p=r.get("results");if(c.key==="Escape"){r.set("open",!1),r.set("active",-1);return}if(c.key==="ArrowDown"){if(!p.length)return;c.preventDefault(),r.set("open",!0),r.set("active",(r.get("active")+1)%p.length);return}if(c.key==="ArrowUp"){if(!p.length)return;c.preventDefault(),r.set("active",(r.get("active")-1+p.length)%p.length);return}if(c.key==="Enter"){let y=r.get("active");g(y>=0?p[y]:p[0])}},$:[we({color:"neutral",accentColor:"primary"})],style:{width:"100%"}},m={div:c=>r.get("open",c)?r.get("results",c).map((p,y)=>We(p,y,s,r)):[],id:l,role:"listbox",$:[Ce({selectable:!1,color:"neutral"}),Ee({color:"neutral"})],style:{display:c=>r.get("open",c)?"block":"none",position:"absolute",insetInlineStart:0,insetInlineEnd:0,marginBlockStart:T(1),maxHeight:T(80),overflowY:"auto",zIndex:"50"}};return{div:[d,m],role:"search",style:{position:"relative",display:"block",width:"100%"},_onMount:c=>{fetch(o).then(C=>C.text()).then(C=>{r.set("index",C),r.get("query").trim()&&V(r,i)}).catch(()=>{});let p=c.domElement,y=C=>{p.contains(C.target)||r.set("open",!1)};document.addEventListener("pointerdown",y),c.setMetadata("dpSearchHandler",y)},_onRemove:c=>{let p=c.getMetadata("dpSearchHandler");p&&document.removeEventListener("pointerdown",p),b&&clearTimeout(b)}}}function Re(e,o={}){for(;e.firstChild;)e.removeChild(e.firstChild);let n=new Se(te(o));return n.render(e),n}import{themeColor as Ie,themeSpacing as Me}from"@domphy/theme";var f=(e,o)=>Ie(null,e,o),a=e=>Me(e),W=f("inherit"),z=f("shift-1"),F=f("shift-2"),w=f("shift-3"),M=f("shift-6"),q=f("shift-9"),He=f("shift-11"),v=f("shift-9","primary"),Fe=a(14);function Ae(){return`
|
|
2
2
|
/* ------------------------------------------------------------------ reset */
|
|
3
3
|
*,*::before,*::after{box-sizing:border-box}
|
|
4
|
-
html{scroll-behavior:smooth;scroll-padding-top:calc(${
|
|
5
|
-
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;background:${
|
|
6
|
-
a{color:${
|
|
4
|
+
html{scroll-behavior:smooth;scroll-padding-top:calc(${Fe} + ${a(4)})}
|
|
5
|
+
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;background:${W};color:${q};line-height:1.6;font-size:16px}
|
|
6
|
+
a{color:${v};text-decoration:none}
|
|
7
7
|
a:hover{text-decoration:underline}
|
|
8
8
|
|
|
9
9
|
/* -------------------------------------------------------- logo theme variants */
|
|
@@ -14,7 +14,7 @@ a:hover{text-decoration:underline}
|
|
|
14
14
|
|
|
15
15
|
/* ---------------------------------------------------------- social icon masks */
|
|
16
16
|
/* dp-social-icon + dp-icon-* classes set in layout.ts socialLinkEl */
|
|
17
|
-
.dp-social-icon{display:block;width:${
|
|
17
|
+
.dp-social-icon{display:block;width:${a(4)};height:${a(4)};background:currentColor;flex-shrink:0}
|
|
18
18
|
.dp-icon-github{-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C6.477 2 2 6.477 2 12c0 4.42 2.865 8.17 6.839 9.49.5.092.682-.217.682-.482 0-.237-.008-.866-.013-1.7-2.782.603-3.369-1.342-3.369-1.342-.454-1.155-1.11-1.463-1.11-1.463-.908-.62.069-.608.069-.608 1.003.07 1.531 1.03 1.531 1.03.892 1.529 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.11-4.555-4.943 0-1.091.39-1.984 1.029-2.683-.103-.253-.446-1.27.098-2.647 0 0 .84-.269 2.75 1.025A9.578 9.578 0 0 1 12 6.836c.85.004 1.705.115 2.504.337 1.909-1.294 2.747-1.025 2.747-1.025.546 1.377.202 2.394.1 2.647.64.699 1.028 1.592 1.028 2.683 0 3.842-2.339 4.687-4.566 4.935.359.309.678.919.678 1.852 0 1.336-.012 2.415-.012 2.741 0 .267.18.578.688.48C19.138 20.167 22 16.418 22 12c0-5.523-4.477-10-10-10z'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C6.477 2 2 6.477 2 12c0 4.42 2.865 8.17 6.839 9.49.5.092.682-.217.682-.482 0-.237-.008-.866-.013-1.7-2.782.603-3.369-1.342-3.369-1.342-.454-1.155-1.11-1.463-1.11-1.463-.908-.62.069-.608.069-.608 1.003.07 1.531 1.03 1.531 1.03.892 1.529 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.11-4.555-4.943 0-1.091.39-1.984 1.029-2.683-.103-.253-.446-1.27.098-2.647 0 0 .84-.269 2.75 1.025A9.578 9.578 0 0 1 12 6.836c.85.004 1.705.115 2.504.337 1.909-1.294 2.747-1.025 2.747-1.025.546 1.377.202 2.394.1 2.647.64.699 1.028 1.592 1.028 2.683 0 3.842-2.339 4.687-4.566 4.935.359.309.678.919.678 1.852 0 1.336-.012 2.415-.012 2.741 0 .267.18.578.688.48C19.138 20.167 22 16.418 22 12c0-5.523-4.477-10-10-10z'/%3E%3C/svg%3E") center/contain no-repeat}
|
|
19
19
|
.dp-icon-twitter{-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-4.714-6.231-5.401 6.231H2.744l7.737-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-4.714-6.231-5.401 6.231H2.744l7.737-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z'/%3E%3C/svg%3E") center/contain no-repeat}
|
|
20
20
|
.dp-icon-discord{-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20.317 4.37a19.791 19.791 0 0 0-4.885-1.515.074.074 0 0 0-.079.037c-.21.375-.444.864-.608 1.25a18.27 18.27 0 0 0-5.487 0 12.64 12.64 0 0 0-.617-1.25.077.077 0 0 0-.079-.037A19.736 19.736 0 0 0 3.677 4.37a.07.07 0 0 0-.032.027C.533 9.046-.32 13.58.099 18.057c.01.044.032.084.064.107a19.9 19.9 0 0 0 5.993 3.03.078.078 0 0 0 .084-.028 14.09 14.09 0 0 0 1.226-1.994.076.076 0 0 0-.041-.106 13.107 13.107 0 0 1-1.872-.892.077.077 0 0 1-.008-.128 10.2 10.2 0 0 0 .372-.292.074.074 0 0 1 .077-.01c3.928 1.793 8.18 1.793 12.062 0a.074.074 0 0 1 .078.01 10.2 10.2 0 0 0 .373.292.077.077 0 0 1-.006.127 12.299 12.299 0 0 1-1.873.892.077.077 0 0 0-.041.107c.36.698.772 1.362 1.225 1.993a.076.076 0 0 0 .084.028 19.839 19.839 0 0 0 6.002-3.03.077.077 0 0 0 .032-.054c.5-5.177-.838-9.674-3.549-13.66a.061.061 0 0 0-.031-.03z'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20.317 4.37a19.791 19.791 0 0 0-4.885-1.515.074.074 0 0 0-.079.037c-.21.375-.444.864-.608 1.25a18.27 18.27 0 0 0-5.487 0 12.64 12.64 0 0 0-.617-1.25.077.077 0 0 0-.079-.037A19.736 19.736 0 0 0 3.677 4.37a.07.07 0 0 0-.032.027C.533 9.046-.32 13.58.099 18.057c.01.044.032.084.064.107a19.9 19.9 0 0 0 5.993 3.03.078.078 0 0 0 .084-.028 14.09 14.09 0 0 0 1.226-1.994.076.076 0 0 0-.041-.106 13.107 13.107 0 0 1-1.872-.892.077.077 0 0 1-.008-.128 10.2 10.2 0 0 0 .372-.292.074.074 0 0 1 .077-.01c3.928 1.793 8.18 1.793 12.062 0a.074.074 0 0 1 .078.01 10.2 10.2 0 0 0 .373.292.077.077 0 0 1-.006.127 12.299 12.299 0 0 1-1.873.892.077.077 0 0 0-.041.107c.36.698.772 1.362 1.225 1.993a.076.076 0 0 0 .084.028 19.839 19.839 0 0 0 6.002-3.03.077.077 0 0 0 .032-.054c.5-5.177-.838-9.674-3.549-13.66a.061.061 0 0 0-.031-.03z'/%3E%3C/svg%3E") center/contain no-repeat}
|
|
@@ -28,78 +28,78 @@ a:hover{text-decoration:underline}
|
|
|
28
28
|
}
|
|
29
29
|
|
|
30
30
|
/* -------------------------------------------------------- heading anchors */
|
|
31
|
-
.header-anchor{opacity:0;margin-left:${
|
|
31
|
+
.header-anchor{opacity:0;margin-left:${a(2)};font-weight:400;font-size:.85em;color:${M};transition:opacity .15s}
|
|
32
32
|
:is(h1,h2,h3,h4,h5,h6):hover .header-anchor{opacity:1}
|
|
33
|
-
.header-anchor:hover{color:${
|
|
33
|
+
.header-anchor:hover{color:${v};text-decoration:none}
|
|
34
34
|
|
|
35
35
|
/* ------------------------------------------------------------ code blocks */
|
|
36
|
-
.code-block{margin:${
|
|
37
|
-
.code-block-title{display:flex;align-items:center;padding:${
|
|
36
|
+
.code-block{margin:${a(4)} 0;border:1px solid ${w};border-radius:${a(2)};overflow:hidden}
|
|
37
|
+
.code-block-title{display:flex;align-items:center;padding:${a(1.5)} ${a(4)};background:${F};border-bottom:1px solid ${w};font-size:12px;font-family:ui-monospace,SFMono-Regular,"SF Mono",Menlo,monospace;color:${M}}
|
|
38
38
|
.code-block-inner{position:relative}
|
|
39
|
-
.code-block pre{margin:0;padding:${
|
|
39
|
+
.code-block pre{margin:0;padding:${a(4)} ${a(5)};background:${z};border:none;border-radius:0;overflow-x:auto;font-size:13.5px;line-height:1.5;font-family:ui-monospace,SFMono-Regular,"SF Mono",Menlo,monospace}
|
|
40
40
|
.code-block code{font-family:inherit;background:none;padding:0;font-size:inherit}
|
|
41
41
|
.code-block .line{display:inline-block;width:100%}
|
|
42
|
-
.code-block .line.highlighted{background:color-mix(in srgb,${
|
|
43
|
-
.code-block .line.diff.add{background:color-mix(in srgb,${
|
|
44
|
-
.code-block .line.diff.add::before{content:"+ ";color:${
|
|
45
|
-
.code-block .line.diff.remove{background:color-mix(in srgb,${
|
|
46
|
-
.code-block .line.diff.remove::before{content:"- ";color:${
|
|
47
|
-
.code-block .line.highlighted.error{background:color-mix(in srgb,${
|
|
48
|
-
.code-block .line.highlighted.warning{background:color-mix(in srgb,${
|
|
42
|
+
.code-block .line.highlighted{background:color-mix(in srgb,${v} 10%,transparent)}
|
|
43
|
+
.code-block .line.diff.add{background:color-mix(in srgb,${f("shift-7","success")} 12%,transparent)}
|
|
44
|
+
.code-block .line.diff.add::before{content:"+ ";color:${f("shift-7","success")}}
|
|
45
|
+
.code-block .line.diff.remove{background:color-mix(in srgb,${f("shift-9","danger")} 10%,transparent);opacity:.7}
|
|
46
|
+
.code-block .line.diff.remove::before{content:"- ";color:${f("shift-9","danger")}}
|
|
47
|
+
.code-block .line.highlighted.error{background:color-mix(in srgb,${f("shift-9","error")} 10%,transparent)}
|
|
48
|
+
.code-block .line.highlighted.warning{background:color-mix(in srgb,${f("shift-7","warning")} 10%,transparent)}
|
|
49
49
|
.code-block pre.has-focus .line:not(.focus){opacity:.4;filter:blur(.4px);transition:opacity .2s,filter .2s}
|
|
50
50
|
.code-block pre.has-focus:hover .line{opacity:1;filter:none}
|
|
51
|
-
.code-block .line-number{display:inline-block;min-width:2.5em;margin-right:1em;color:${
|
|
52
|
-
.code-copy-btn{position:absolute;top:${
|
|
51
|
+
.code-block .line-number{display:inline-block;min-width:2.5em;margin-right:1em;color:${M};text-align:right;user-select:none;font-size:.9em}
|
|
52
|
+
.code-copy-btn{position:absolute;top:${a(2)};right:${a(2)};padding:${a(1)} ${a(2)};border-radius:${a(1.25)};border:1px solid ${w};background:${z};color:${M};cursor:pointer;font-size:13px;opacity:0;transition:opacity .15s}
|
|
53
53
|
.code-block-inner:hover .code-copy-btn{opacity:1}
|
|
54
|
-
.code-copy-btn:hover{background:${
|
|
54
|
+
.code-copy-btn:hover{background:${F};color:${q}}
|
|
55
55
|
|
|
56
56
|
/* ------------------------------------------------------------- code groups */
|
|
57
|
-
.code-group{margin:${
|
|
57
|
+
.code-group{margin:${a(4)} 0;border:1px solid ${w};border-radius:${a(2)};overflow:hidden}
|
|
58
58
|
.code-group>input[type="radio"]{position:absolute;opacity:0;pointer-events:none;width:0;height:0}
|
|
59
|
-
.code-group .tabs{display:flex;gap:${
|
|
60
|
-
.code-group .tabs label{padding:${
|
|
59
|
+
.code-group .tabs{display:flex;gap:${a(.5)};padding:${a(1.5)} ${a(2)};background:${z};border-bottom:1px solid ${w};flex-wrap:wrap}
|
|
60
|
+
.code-group .tabs label{padding:${a(1)} ${a(3)};font-size:13px;font-weight:500;color:${M};border-radius:${a(1.25)};cursor:pointer}
|
|
61
61
|
.code-group .blocks>.code-block{display:none;margin:0;border:none;border-radius:0}
|
|
62
62
|
.code-group .blocks>.code-block pre{border-radius:0}
|
|
63
|
-
${Array.from({length:8},(
|
|
63
|
+
${Array.from({length:8},(e,o)=>`.code-group>input:nth-of-type(${o+1}):checked~.blocks>.code-block:nth-child(${o+1})`).join(`,
|
|
64
64
|
`)}{display:block}
|
|
65
|
-
${Array.from({length:8},(
|
|
66
|
-
`)}{color:${
|
|
65
|
+
${Array.from({length:8},(e,o)=>`.code-group>input:nth-of-type(${o+1}):checked~.tabs>label:nth-child(${o+1})`).join(`,
|
|
66
|
+
`)}{color:${v};background:${F}}
|
|
67
67
|
|
|
68
68
|
/* ---------------------------------------------------------- card containers */
|
|
69
|
-
.custom-block.card{background:${
|
|
70
|
-
.custom-block.card .card-title{font-size:16px;font-weight:600;color:${
|
|
71
|
-
.custom-block.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(${
|
|
72
|
-
a.custom-block.link-card{display:block;background:${
|
|
73
|
-
a.custom-block.link-card:hover{border-color:${
|
|
74
|
-
a.custom-block.link-card .link-card-title{font-size:16px;font-weight:600;color:${
|
|
69
|
+
.custom-block.card{background:${z};border:1px solid ${w};border-radius:${a(3)};padding:${a(5)} ${a(6)};margin:${a(3)} 0}
|
|
70
|
+
.custom-block.card .card-title{font-size:16px;font-weight:600;color:${He};margin:0 0 ${a(2)}}
|
|
71
|
+
.custom-block.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(${a(56)},1fr));gap:${a(4)};margin:${a(4)} 0}
|
|
72
|
+
a.custom-block.link-card{display:block;background:${z};border:1px solid ${w};border-radius:${a(3)};padding:${a(5)} ${a(6)};margin:${a(3)} 0;transition:border-color .15s,background .15s;text-decoration:none;color:${q}}
|
|
73
|
+
a.custom-block.link-card:hover{border-color:${v};background:${F};text-decoration:none}
|
|
74
|
+
a.custom-block.link-card .link-card-title{font-size:16px;font-weight:600;color:${v};margin:0 0 ${a(2)}}
|
|
75
75
|
.custom-block.card-grid .custom-block.card,.custom-block.card-grid a.custom-block.link-card{margin:0}
|
|
76
76
|
|
|
77
77
|
/* --------------------------------------------------------- custom blocks */
|
|
78
|
-
.custom-block{margin:${
|
|
79
|
-
.custom-block p{margin:${
|
|
80
|
-
.custom-block-title{font-weight:700;margin:0 0 ${
|
|
81
|
-
.custom-block.tip,.custom-block.success{background:color-mix(in srgb,${
|
|
82
|
-
.custom-block.info,.custom-block.note,.custom-block.abstract{background:${
|
|
83
|
-
.custom-block.warning,.custom-block.question{background:color-mix(in srgb,${
|
|
84
|
-
.custom-block.danger,.custom-block.failure,.custom-block.bug{background:color-mix(in srgb,${
|
|
85
|
-
.custom-block.example{background:color-mix(in srgb,${
|
|
86
|
-
.custom-block.quote{background:${
|
|
78
|
+
.custom-block{margin:${a(4)} 0;padding:${a(3)} ${a(4)};border-radius:${a(2)};border:1px solid transparent;font-size:14.5px}
|
|
79
|
+
.custom-block p{margin:${a(2)} 0}
|
|
80
|
+
.custom-block-title{font-weight:700;margin:0 0 ${a(1)} !important;font-size:13px}
|
|
81
|
+
.custom-block.tip,.custom-block.success{background:color-mix(in srgb,${v} 8%,${W});border-color:color-mix(in srgb,${v} 28%,transparent)}
|
|
82
|
+
.custom-block.info,.custom-block.note,.custom-block.abstract{background:${z};border-color:${w}}
|
|
83
|
+
.custom-block.warning,.custom-block.question{background:color-mix(in srgb,${f("shift-6","warning")} 10%,${W});border-color:${f("shift-6","warning")}}
|
|
84
|
+
.custom-block.danger,.custom-block.failure,.custom-block.bug{background:color-mix(in srgb,${f("shift-7","danger")} 10%,${W});border-color:${f("shift-7","danger")}}
|
|
85
|
+
.custom-block.example{background:color-mix(in srgb,${f("shift-7","secondary")} 10%,${W});border-color:${f("shift-7","secondary")}}
|
|
86
|
+
.custom-block.quote{background:${z};border-color:${w};border-left-width:4px;border-radius:0 ${a(2)} ${a(2)} 0}
|
|
87
87
|
details.custom-block summary{cursor:pointer;font-weight:600}
|
|
88
88
|
|
|
89
89
|
/* ------------------------------------------------------------------- steps */
|
|
90
90
|
.custom-block.steps{background:none;border:none;padding:0}
|
|
91
91
|
.custom-block.steps>ol{counter-reset:step;list-style:none;padding:0;margin:0}
|
|
92
|
-
.custom-block.steps>ol>li{counter-increment:step;display:grid;grid-template-columns:${
|
|
93
|
-
.custom-block.steps>ol>li::before{content:counter(step);display:flex;align-items:center;justify-content:center;width:${
|
|
92
|
+
.custom-block.steps>ol>li{counter-increment:step;display:grid;grid-template-columns:${a(9)} 1fr;gap:0 ${a(4)};margin-bottom:${a(6)}}
|
|
93
|
+
.custom-block.steps>ol>li::before{content:counter(step);display:flex;align-items:center;justify-content:center;width:${a(7.5)};height:${a(7.5)};border-radius:50%;background:${v};color:${W};font-size:13px;font-weight:700;flex-shrink:0}
|
|
94
94
|
|
|
95
95
|
/* ----------------------------------------------------------------- mermaid */
|
|
96
|
-
.dp-mermaid{margin:${
|
|
96
|
+
.dp-mermaid{margin:${a(5)} 0;text-align:center;overflow-x:auto}
|
|
97
97
|
.dp-mermaid svg{max-width:100%;height:auto}
|
|
98
98
|
|
|
99
99
|
/* --------------------------------------------------------------- task lists */
|
|
100
100
|
.task-list-item{list-style:none;margin-left:-1.4em;padding-left:1.8em;position:relative}
|
|
101
|
-
.task-list-check{position:absolute;left:0;top:.25em;width:14px;height:14px;cursor:default;accent-color:${
|
|
101
|
+
.task-list-check{position:absolute;left:0;top:.25em;width:14px;height:14px;cursor:default;accent-color:${v}}
|
|
102
102
|
|
|
103
103
|
/* ---------------------------------------------------------------- shiki dark */
|
|
104
104
|
html[data-theme="dark"] .shiki,html[data-theme="dark"] .shiki span{color:var(--shiki-dark,inherit) !important}
|
|
105
|
-
`}export{
|
|
105
|
+
`}export{oe as defineConfig,A as flattenSidebar,ke as homeShell,Re as mountSearch,ye as pageShell,Ae as pressCSS,B as prevNextForRoute,Z as queryIndex,te as searchWidget,H as sidebarForRoute};
|
package/package.json
CHANGED