@cbnventures/docusaurus-preset-nova 0.0.0 → 0.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +48 -0
- package/build/src/components/app-market-download/index.d.ts +4 -0
- package/build/src/components/app-market-download/index.d.ts.map +1 -0
- package/build/src/components/app-market-download/index.js +42 -0
- package/build/src/components/app-market-download/index.js.map +1 -0
- package/build/src/components/blog-preview/index.d.ts +4 -0
- package/build/src/components/blog-preview/index.d.ts.map +1 -0
- package/build/src/components/blog-preview/index.js +51 -0
- package/build/src/components/blog-preview/index.js.map +1 -0
- package/build/src/components/features/index.d.ts +4 -0
- package/build/src/components/features/index.d.ts.map +1 -0
- package/build/src/components/features/index.js +8 -0
- package/build/src/components/features/index.js.map +1 -0
- package/build/src/components/hero/index.d.ts +4 -0
- package/build/src/components/hero/index.d.ts.map +1 -0
- package/build/src/components/hero/index.js +10 -0
- package/build/src/components/hero/index.js.map +1 -0
- package/build/src/components/index.d.ts +10 -0
- package/build/src/components/index.d.ts.map +1 -0
- package/build/src/components/index.js +10 -0
- package/build/src/components/index.js.map +1 -0
- package/build/src/components/install-strip/index.d.ts +4 -0
- package/build/src/components/install-strip/index.d.ts.map +1 -0
- package/build/src/components/install-strip/index.js +39 -0
- package/build/src/components/install-strip/index.js.map +1 -0
- package/build/src/components/spotlight/index.d.ts +4 -0
- package/build/src/components/spotlight/index.d.ts.map +1 -0
- package/build/src/components/spotlight/index.js +7 -0
- package/build/src/components/spotlight/index.js.map +1 -0
- package/build/src/components/stats/index.d.ts +4 -0
- package/build/src/components/stats/index.d.ts.map +1 -0
- package/build/src/components/stats/index.js +15 -0
- package/build/src/components/stats/index.js.map +1 -0
- package/build/src/components/terminology/index.d.ts +4 -0
- package/build/src/components/terminology/index.d.ts.map +1 -0
- package/build/src/components/terminology/index.js +11 -0
- package/build/src/components/terminology/index.js.map +1 -0
- package/build/src/components/typewriter/index.d.ts +10 -0
- package/build/src/components/typewriter/index.d.ts.map +1 -0
- package/build/src/components/typewriter/index.js +105 -0
- package/build/src/components/typewriter/index.js.map +1 -0
- package/build/src/get-swizzle-config.d.ts +3 -0
- package/build/src/get-swizzle-config.d.ts.map +1 -0
- package/build/src/get-swizzle-config.js +532 -0
- package/build/src/get-swizzle-config.js.map +1 -0
- package/build/src/index.d.ts +10 -0
- package/build/src/index.d.ts.map +1 -0
- package/build/src/index.js +345 -0
- package/build/src/index.js.map +1 -0
- package/build/src/lib/color.d.ts +10 -0
- package/build/src/lib/color.d.ts.map +1 -0
- package/build/src/lib/color.js +190 -0
- package/build/src/lib/color.js.map +1 -0
- package/build/src/lib/css-generator.d.ts +11 -0
- package/build/src/lib/css-generator.d.ts.map +1 -0
- package/build/src/lib/css-generator.js +205 -0
- package/build/src/lib/css-generator.js.map +1 -0
- package/build/src/lib/mermaid.d.ts +6 -0
- package/build/src/lib/mermaid.d.ts.map +1 -0
- package/build/src/lib/mermaid.js +105 -0
- package/build/src/lib/mermaid.js.map +1 -0
- package/build/src/lib/regex.d.ts +8 -0
- package/build/src/lib/regex.d.ts.map +1 -0
- package/build/src/lib/regex.js +11 -0
- package/build/src/lib/regex.js.map +1 -0
- package/build/src/lib/rehype-shiki.d.ts +3 -0
- package/build/src/lib/rehype-shiki.d.ts.map +1 -0
- package/build/src/lib/rehype-shiki.js +258 -0
- package/build/src/lib/rehype-shiki.js.map +1 -0
- package/build/src/lib/search/indexer.d.ts +3 -0
- package/build/src/lib/search/indexer.d.ts.map +1 -0
- package/build/src/lib/search/indexer.js +238 -0
- package/build/src/lib/search/indexer.js.map +1 -0
- package/build/src/lib/search/perform-search.d.ts +3 -0
- package/build/src/lib/search/perform-search.d.ts.map +1 -0
- package/build/src/lib/search/perform-search.js +113 -0
- package/build/src/lib/search/perform-search.js.map +1 -0
- package/build/src/lib/search/use-search-highlight.d.ts +3 -0
- package/build/src/lib/search/use-search-highlight.d.ts.map +1 -0
- package/build/src/lib/search/use-search-highlight.js +52 -0
- package/build/src/lib/search/use-search-highlight.js.map +1 -0
- package/build/src/lib/search/use-search-worker.d.ts +3 -0
- package/build/src/lib/search/use-search-worker.d.ts.map +1 -0
- package/build/src/lib/search/use-search-worker.js +119 -0
- package/build/src/lib/search/use-search-worker.js.map +1 -0
- package/build/src/lib/search/worker.d.ts +7 -0
- package/build/src/lib/search/worker.d.ts.map +1 -0
- package/build/src/lib/search/worker.js +164 -0
- package/build/src/lib/search/worker.js.map +1 -0
- package/build/src/lib/shiki-themes.d.ts +3 -0
- package/build/src/lib/shiki-themes.d.ts.map +1 -0
- package/build/src/lib/shiki-themes.js +29 -0
- package/build/src/lib/shiki-themes.js.map +1 -0
- package/build/src/lib/sticky-layout.d.ts +3 -0
- package/build/src/lib/sticky-layout.d.ts.map +1 -0
- package/build/src/lib/sticky-layout.js +60 -0
- package/build/src/lib/sticky-layout.js.map +1 -0
- package/build/src/options.d.ts +5 -0
- package/build/src/options.d.ts.map +1 -0
- package/build/src/options.js +247 -0
- package/build/src/options.js.map +1 -0
- package/build/src/preset.d.ts +4 -0
- package/build/src/preset.d.ts.map +1 -0
- package/build/src/preset.js +95 -0
- package/build/src/preset.js.map +1 -0
- package/build/src/presets/envoy/preset.d.ts +3 -0
- package/build/src/presets/envoy/preset.d.ts.map +1 -0
- package/build/src/presets/envoy/preset.js +36 -0
- package/build/src/presets/envoy/preset.js.map +1 -0
- package/build/src/presets/foundry/preset.d.ts +3 -0
- package/build/src/presets/foundry/preset.d.ts.map +1 -0
- package/build/src/presets/foundry/preset.js +36 -0
- package/build/src/presets/foundry/preset.js.map +1 -0
- package/build/src/presets/index.d.ts +4 -0
- package/build/src/presets/index.d.ts.map +1 -0
- package/build/src/presets/index.js +20 -0
- package/build/src/presets/index.js.map +1 -0
- package/build/src/presets/sentinel/preset.d.ts +3 -0
- package/build/src/presets/sentinel/preset.d.ts.map +1 -0
- package/build/src/presets/sentinel/preset.js +36 -0
- package/build/src/presets/sentinel/preset.js.map +1 -0
- package/build/src/presets/signal/preset.d.ts +3 -0
- package/build/src/presets/signal/preset.d.ts.map +1 -0
- package/build/src/presets/signal/preset.js +36 -0
- package/build/src/presets/signal/preset.js.map +1 -0
- package/build/src/scripts/announcement-bar-init.d.ts +3 -0
- package/build/src/scripts/announcement-bar-init.d.ts.map +1 -0
- package/build/src/scripts/announcement-bar-init.js +20 -0
- package/build/src/scripts/announcement-bar-init.js.map +1 -0
- package/build/src/scripts/color-mode-init.d.ts +3 -0
- package/build/src/scripts/color-mode-init.d.ts.map +1 -0
- package/build/src/scripts/color-mode-init.js +58 -0
- package/build/src/scripts/color-mode-init.js.map +1 -0
- package/build/src/scripts/data-attribute-query.d.ts +2 -0
- package/build/src/scripts/data-attribute-query.d.ts.map +1 -0
- package/build/src/scripts/data-attribute-query.js +20 -0
- package/build/src/scripts/data-attribute-query.js.map +1 -0
- package/build/src/styles/accessibility.css +115 -0
- package/build/src/styles/components/app-market-download/style.css +53 -0
- package/build/src/styles/components/blog-preview/style.css +73 -0
- package/build/src/styles/components/features/style.css +31 -0
- package/build/src/styles/components/hero/style.css +21 -0
- package/build/src/styles/components/install-strip/style.css +107 -0
- package/build/src/styles/components/spotlight/style.css +67 -0
- package/build/src/styles/components/stats/style.css +64 -0
- package/build/src/styles/components/terminology/style.css +9 -0
- package/build/src/styles/components/typewriter/style.css +24 -0
- package/build/src/styles/grid.css +217 -0
- package/build/src/styles/presets/envoy/components/app-market-download/style.css +94 -0
- package/build/src/styles/presets/envoy/components/blog-preview/style.css +147 -0
- package/build/src/styles/presets/envoy/components/features/style.css +262 -0
- package/build/src/styles/presets/envoy/components/hero/style.css +187 -0
- package/build/src/styles/presets/envoy/components/install-strip/style.css +183 -0
- package/build/src/styles/presets/envoy/components/terminology/style.css +35 -0
- package/build/src/styles/presets/envoy/preset.css +570 -0
- package/build/src/styles/presets/envoy/theme/AnnouncementBar/style.css +68 -0
- package/build/src/styles/presets/envoy/theme/BackToTopButton/style.css +59 -0
- package/build/src/styles/presets/envoy/theme/BlogArchivePage/style.css +48 -0
- package/build/src/styles/presets/envoy/theme/BlogListPaginator/style.css +111 -0
- package/build/src/styles/presets/envoy/theme/BlogPostItem/style.css +197 -0
- package/build/src/styles/presets/envoy/theme/BlogPostPaginator/style.css +91 -0
- package/build/src/styles/presets/envoy/theme/BlogSidebar/style.css +67 -0
- package/build/src/styles/presets/envoy/theme/CodeBlock/style.css +256 -0
- package/build/src/styles/presets/envoy/theme/ContentFooter/style.css +106 -0
- package/build/src/styles/presets/envoy/theme/Details/style.css +57 -0
- package/build/src/styles/presets/envoy/theme/DocBreadcrumbs/style.css +47 -0
- package/build/src/styles/presets/envoy/theme/DocCard/style.css +55 -0
- package/build/src/styles/presets/envoy/theme/DocItem/Content/style.css +77 -0
- package/build/src/styles/presets/envoy/theme/DocItem/Footer/style.css +15 -0
- package/build/src/styles/presets/envoy/theme/DocPaginator/style.css +91 -0
- package/build/src/styles/presets/envoy/theme/DocSidebar/style.css +187 -0
- package/build/src/styles/presets/envoy/theme/DocSidebarMobile/style.css +113 -0
- package/build/src/styles/presets/envoy/theme/DocVersionBadge/style.css +51 -0
- package/build/src/styles/presets/envoy/theme/Footer/Commons/style.css +132 -0
- package/build/src/styles/presets/envoy/theme/Footer/Embassy/style.css +183 -0
- package/build/src/styles/presets/envoy/theme/Footer/Launchpad/style.css +257 -0
- package/build/src/styles/presets/envoy/theme/Footer/Ledger/style.css +117 -0
- package/build/src/styles/presets/envoy/theme/Heading/style.css +79 -0
- package/build/src/styles/presets/envoy/theme/MDXContent/style.css +342 -0
- package/build/src/styles/presets/envoy/theme/Navbar/Bridge/style.css +362 -0
- package/build/src/styles/presets/envoy/theme/Navbar/Canopy/style.css +378 -0
- package/build/src/styles/presets/envoy/theme/Navbar/Compass/style.css +400 -0
- package/build/src/styles/presets/envoy/theme/Navbar/Monolith/style.css +290 -0
- package/build/src/styles/presets/envoy/theme/SearchBar/style.css +121 -0
- package/build/src/styles/presets/envoy/theme/TOC/style.css +27 -0
- package/build/src/styles/presets/envoy/theme/TOCCollapsible/style.css +146 -0
- package/build/src/styles/presets/envoy/theme/Tabs/style.css +73 -0
- package/build/src/styles/presets/envoy/theme/Tag/style.css +81 -0
- package/build/src/styles/presets/foundry/components/app-market-download/style.css +85 -0
- package/build/src/styles/presets/foundry/components/blog-preview/style.css +138 -0
- package/build/src/styles/presets/foundry/components/features/style.css +176 -0
- package/build/src/styles/presets/foundry/components/hero/style.css +165 -0
- package/build/src/styles/presets/foundry/components/install-strip/style.css +188 -0
- package/build/src/styles/presets/foundry/components/terminology/style.css +35 -0
- package/build/src/styles/presets/foundry/preset.css +678 -0
- package/build/src/styles/presets/foundry/theme/AnnouncementBar/style.css +44 -0
- package/build/src/styles/presets/foundry/theme/BackToTopButton/style.css +57 -0
- package/build/src/styles/presets/foundry/theme/BlogArchivePage/style.css +48 -0
- package/build/src/styles/presets/foundry/theme/BlogListPaginator/style.css +113 -0
- package/build/src/styles/presets/foundry/theme/BlogPostItem/style.css +193 -0
- package/build/src/styles/presets/foundry/theme/BlogPostPaginator/style.css +101 -0
- package/build/src/styles/presets/foundry/theme/BlogSidebar/style.css +66 -0
- package/build/src/styles/presets/foundry/theme/CodeBlock/style.css +219 -0
- package/build/src/styles/presets/foundry/theme/ContentFooter/style.css +92 -0
- package/build/src/styles/presets/foundry/theme/Details/style.css +65 -0
- package/build/src/styles/presets/foundry/theme/DocBreadcrumbs/style.css +55 -0
- package/build/src/styles/presets/foundry/theme/DocCard/style.css +53 -0
- package/build/src/styles/presets/foundry/theme/DocItem/Content/style.css +18 -0
- package/build/src/styles/presets/foundry/theme/DocItem/Footer/style.css +22 -0
- package/build/src/styles/presets/foundry/theme/DocPaginator/style.css +97 -0
- package/build/src/styles/presets/foundry/theme/DocSidebar/style.css +126 -0
- package/build/src/styles/presets/foundry/theme/DocSidebarMobile/style.css +111 -0
- package/build/src/styles/presets/foundry/theme/DocVersionBadge/style.css +37 -0
- package/build/src/styles/presets/foundry/theme/Footer/Commons/style.css +177 -0
- package/build/src/styles/presets/foundry/theme/Footer/Embassy/style.css +183 -0
- package/build/src/styles/presets/foundry/theme/Footer/Launchpad/style.css +210 -0
- package/build/src/styles/presets/foundry/theme/Footer/Ledger/style.css +119 -0
- package/build/src/styles/presets/foundry/theme/Heading/style.css +118 -0
- package/build/src/styles/presets/foundry/theme/MDXContent/style.css +376 -0
- package/build/src/styles/presets/foundry/theme/Navbar/Bridge/style.css +391 -0
- package/build/src/styles/presets/foundry/theme/Navbar/Canopy/style.css +392 -0
- package/build/src/styles/presets/foundry/theme/Navbar/Compass/style.css +351 -0
- package/build/src/styles/presets/foundry/theme/Navbar/Monolith/style.css +287 -0
- package/build/src/styles/presets/foundry/theme/SearchBar/style.css +102 -0
- package/build/src/styles/presets/foundry/theme/TOC/style.css +27 -0
- package/build/src/styles/presets/foundry/theme/TOCCollapsible/style.css +134 -0
- package/build/src/styles/presets/foundry/theme/Tabs/style.css +77 -0
- package/build/src/styles/presets/foundry/theme/Tag/style.css +80 -0
- package/build/src/styles/presets/sentinel/components/app-market-download/style.css +90 -0
- package/build/src/styles/presets/sentinel/components/blog-preview/style.css +187 -0
- package/build/src/styles/presets/sentinel/components/features/style.css +177 -0
- package/build/src/styles/presets/sentinel/components/hero/style.css +189 -0
- package/build/src/styles/presets/sentinel/components/install-strip/style.css +163 -0
- package/build/src/styles/presets/sentinel/components/terminology/style.css +35 -0
- package/build/src/styles/presets/sentinel/preset.css +715 -0
- package/build/src/styles/presets/sentinel/theme/AnnouncementBar/style.css +62 -0
- package/build/src/styles/presets/sentinel/theme/BackToTopButton/style.css +58 -0
- package/build/src/styles/presets/sentinel/theme/BlogArchivePage/style.css +55 -0
- package/build/src/styles/presets/sentinel/theme/BlogListPaginator/style.css +96 -0
- package/build/src/styles/presets/sentinel/theme/BlogPostItem/style.css +222 -0
- package/build/src/styles/presets/sentinel/theme/BlogPostPaginator/style.css +117 -0
- package/build/src/styles/presets/sentinel/theme/BlogSidebar/style.css +76 -0
- package/build/src/styles/presets/sentinel/theme/CodeBlock/style.css +233 -0
- package/build/src/styles/presets/sentinel/theme/ContentFooter/style.css +98 -0
- package/build/src/styles/presets/sentinel/theme/Details/style.css +77 -0
- package/build/src/styles/presets/sentinel/theme/DocBreadcrumbs/style.css +49 -0
- package/build/src/styles/presets/sentinel/theme/DocCard/style.css +55 -0
- package/build/src/styles/presets/sentinel/theme/DocItem/Content/style.css +19 -0
- package/build/src/styles/presets/sentinel/theme/DocItem/Footer/style.css +22 -0
- package/build/src/styles/presets/sentinel/theme/DocPaginator/style.css +117 -0
- package/build/src/styles/presets/sentinel/theme/DocSidebar/style.css +151 -0
- package/build/src/styles/presets/sentinel/theme/DocSidebarMobile/style.css +130 -0
- package/build/src/styles/presets/sentinel/theme/DocVersionBadge/style.css +40 -0
- package/build/src/styles/presets/sentinel/theme/Footer/Commons/style.css +127 -0
- package/build/src/styles/presets/sentinel/theme/Footer/Embassy/style.css +198 -0
- package/build/src/styles/presets/sentinel/theme/Footer/Launchpad/style.css +199 -0
- package/build/src/styles/presets/sentinel/theme/Footer/Ledger/style.css +117 -0
- package/build/src/styles/presets/sentinel/theme/Heading/style.css +143 -0
- package/build/src/styles/presets/sentinel/theme/MDXContent/style.css +343 -0
- package/build/src/styles/presets/sentinel/theme/Navbar/Bridge/style.css +329 -0
- package/build/src/styles/presets/sentinel/theme/Navbar/Canopy/style.css +390 -0
- package/build/src/styles/presets/sentinel/theme/Navbar/Compass/style.css +308 -0
- package/build/src/styles/presets/sentinel/theme/Navbar/Monolith/style.css +267 -0
- package/build/src/styles/presets/sentinel/theme/SearchBar/style.css +118 -0
- package/build/src/styles/presets/sentinel/theme/TOC/style.css +27 -0
- package/build/src/styles/presets/sentinel/theme/TOCCollapsible/style.css +153 -0
- package/build/src/styles/presets/sentinel/theme/Tabs/style.css +70 -0
- package/build/src/styles/presets/sentinel/theme/Tag/style.css +76 -0
- package/build/src/styles/presets/signal/components/app-market-download/style.css +81 -0
- package/build/src/styles/presets/signal/components/blog-preview/style.css +140 -0
- package/build/src/styles/presets/signal/components/features/style.css +89 -0
- package/build/src/styles/presets/signal/components/hero/style.css +105 -0
- package/build/src/styles/presets/signal/components/install-strip/style.css +182 -0
- package/build/src/styles/presets/signal/components/terminology/style.css +35 -0
- package/build/src/styles/presets/signal/preset.css +574 -0
- package/build/src/styles/presets/signal/theme/AnnouncementBar/style.css +53 -0
- package/build/src/styles/presets/signal/theme/BackToTopButton/style.css +50 -0
- package/build/src/styles/presets/signal/theme/BlogArchivePage/style.css +52 -0
- package/build/src/styles/presets/signal/theme/BlogListPaginator/style.css +109 -0
- package/build/src/styles/presets/signal/theme/BlogPostItem/style.css +188 -0
- package/build/src/styles/presets/signal/theme/BlogPostPaginator/style.css +108 -0
- package/build/src/styles/presets/signal/theme/BlogSidebar/style.css +74 -0
- package/build/src/styles/presets/signal/theme/CodeBlock/style.css +200 -0
- package/build/src/styles/presets/signal/theme/ContentFooter/style.css +95 -0
- package/build/src/styles/presets/signal/theme/Details/style.css +62 -0
- package/build/src/styles/presets/signal/theme/DocBreadcrumbs/style.css +45 -0
- package/build/src/styles/presets/signal/theme/DocCard/style.css +48 -0
- package/build/src/styles/presets/signal/theme/DocItem/Content/style.css +15 -0
- package/build/src/styles/presets/signal/theme/DocItem/Footer/style.css +15 -0
- package/build/src/styles/presets/signal/theme/DocPaginator/style.css +108 -0
- package/build/src/styles/presets/signal/theme/DocSidebar/style.css +162 -0
- package/build/src/styles/presets/signal/theme/DocSidebarMobile/style.css +123 -0
- package/build/src/styles/presets/signal/theme/DocVersionBadge/style.css +47 -0
- package/build/src/styles/presets/signal/theme/Footer/Commons/style.css +126 -0
- package/build/src/styles/presets/signal/theme/Footer/Embassy/style.css +161 -0
- package/build/src/styles/presets/signal/theme/Footer/Launchpad/style.css +182 -0
- package/build/src/styles/presets/signal/theme/Footer/Ledger/style.css +127 -0
- package/build/src/styles/presets/signal/theme/Heading/style.css +93 -0
- package/build/src/styles/presets/signal/theme/MDXContent/style.css +403 -0
- package/build/src/styles/presets/signal/theme/Navbar/Bridge/style.css +326 -0
- package/build/src/styles/presets/signal/theme/Navbar/Canopy/style.css +330 -0
- package/build/src/styles/presets/signal/theme/Navbar/Compass/style.css +308 -0
- package/build/src/styles/presets/signal/theme/Navbar/Monolith/style.css +286 -0
- package/build/src/styles/presets/signal/theme/SearchBar/style.css +120 -0
- package/build/src/styles/presets/signal/theme/TOC/style.css +24 -0
- package/build/src/styles/presets/signal/theme/TOCCollapsible/style.css +156 -0
- package/build/src/styles/presets/signal/theme/Tabs/style.css +67 -0
- package/build/src/styles/presets/signal/theme/Tag/style.css +77 -0
- package/build/src/styles/reset.css +52 -0
- package/build/src/styles/theme/Admonition/style.css +36 -0
- package/build/src/styles/theme/AnnouncementBar/style.css +55 -0
- package/build/src/styles/theme/BackToTopButton/style.css +25 -0
- package/build/src/styles/theme/Blog/Pages/BlogAuthorsListPage/style.css +74 -0
- package/build/src/styles/theme/Blog/Pages/BlogAuthorsPostsPage/style.css +34 -0
- package/build/src/styles/theme/BlogArchivePage/style.css +65 -0
- package/build/src/styles/theme/BlogLayout/style.css +87 -0
- package/build/src/styles/theme/BlogListPage/style.css +5 -0
- package/build/src/styles/theme/BlogListPaginator/style.css +65 -0
- package/build/src/styles/theme/BlogPostItem/style.css +160 -0
- package/build/src/styles/theme/BlogPostItems/style.css +5 -0
- package/build/src/styles/theme/BlogPostPage/style.css +5 -0
- package/build/src/styles/theme/BlogPostPaginator/style.css +103 -0
- package/build/src/styles/theme/BlogSidebar/style.css +135 -0
- package/build/src/styles/theme/BlogSidebarMobile/style.css +14 -0
- package/build/src/styles/theme/BlogTagsListPage/style.css +10 -0
- package/build/src/styles/theme/BlogTagsPostsPage/style.css +39 -0
- package/build/src/styles/theme/CodeBlock/style.css +244 -0
- package/build/src/styles/theme/CodeInline/style.css +24 -0
- package/build/src/styles/theme/ColorModeToggle/style.css +39 -0
- package/build/src/styles/theme/ContentFooter/style.css +106 -0
- package/build/src/styles/theme/ContentVisibility/Draft/style.css +5 -0
- package/build/src/styles/theme/ContentVisibility/Unlisted/style.css +5 -0
- package/build/src/styles/theme/ContentVisibility/style.css +5 -0
- package/build/src/styles/theme/Details/style.css +101 -0
- package/build/src/styles/theme/DocBreadcrumbs/style.css +80 -0
- package/build/src/styles/theme/DocCard/style.css +35 -0
- package/build/src/styles/theme/DocCardList/style.css +16 -0
- package/build/src/styles/theme/DocCategoryGeneratedIndexPage/style.css +12 -0
- package/build/src/styles/theme/DocItem/Content/style.css +19 -0
- package/build/src/styles/theme/DocItem/Footer/style.css +13 -0
- package/build/src/styles/theme/DocItem/Layout/style.css +5 -0
- package/build/src/styles/theme/DocItem/Metadata/style.css +5 -0
- package/build/src/styles/theme/DocItem/Paginator/style.css +5 -0
- package/build/src/styles/theme/DocItem/TOC/Desktop/style.css +5 -0
- package/build/src/styles/theme/DocItem/TOC/Mobile/style.css +22 -0
- package/build/src/styles/theme/DocItem/style.css +5 -0
- package/build/src/styles/theme/DocPaginator/style.css +103 -0
- package/build/src/styles/theme/DocRoot/Layout/Main/style.css +10 -0
- package/build/src/styles/theme/DocRoot/Layout/Sidebar/style.css +16 -0
- package/build/src/styles/theme/DocRoot/Layout/style.css +19 -0
- package/build/src/styles/theme/DocRoot/style.css +5 -0
- package/build/src/styles/theme/DocSidebar/style.css +180 -0
- package/build/src/styles/theme/DocSidebarItem/Category/style.css +5 -0
- package/build/src/styles/theme/DocSidebarItem/Html/style.css +5 -0
- package/build/src/styles/theme/DocSidebarItem/Link/style.css +5 -0
- package/build/src/styles/theme/DocSidebarItem/style.css +5 -0
- package/build/src/styles/theme/DocSidebarItems/style.css +5 -0
- package/build/src/styles/theme/DocSidebarMobile/style.css +236 -0
- package/build/src/styles/theme/DocTagDocListPage/style.css +5 -0
- package/build/src/styles/theme/DocTagsListPage/style.css +5 -0
- package/build/src/styles/theme/DocVersionBadge/style.css +12 -0
- package/build/src/styles/theme/DocVersionBanner/style.css +11 -0
- package/build/src/styles/theme/DocVersionRoot/style.css +5 -0
- package/build/src/styles/theme/DocsRoot/style.css +5 -0
- package/build/src/styles/theme/EditMetaRow/style.css +13 -0
- package/build/src/styles/theme/EditThisPage/style.css +5 -0
- package/build/src/styles/theme/Error/style.css +17 -0
- package/build/src/styles/theme/ErrorPageContent/style.css +5 -0
- package/build/src/styles/theme/Footer/Commons/style.css +12 -0
- package/build/src/styles/theme/Footer/Embassy/style.css +30 -0
- package/build/src/styles/theme/Footer/Launchpad/style.css +42 -0
- package/build/src/styles/theme/Footer/Ledger/style.css +40 -0
- package/build/src/styles/theme/Footer/style.css +21 -0
- package/build/src/styles/theme/Heading/style.css +5 -0
- package/build/src/styles/theme/LastUpdated/style.css +5 -0
- package/build/src/styles/theme/Layout/Provider/style.css +5 -0
- package/build/src/styles/theme/Layout/style.css +5 -0
- package/build/src/styles/theme/Loading/style.css +74 -0
- package/build/src/styles/theme/MDXComponents/style.css +5 -0
- package/build/src/styles/theme/MDXContent/style.css +27 -0
- package/build/src/styles/theme/MDXPage/style.css +5 -0
- package/build/src/styles/theme/Mermaid/style.css +7 -0
- package/build/src/styles/theme/Navbar/Bridge/style.css +210 -0
- package/build/src/styles/theme/Navbar/Canopy/style.css +237 -0
- package/build/src/styles/theme/Navbar/Compass/style.css +205 -0
- package/build/src/styles/theme/Navbar/Monolith/style.css +192 -0
- package/build/src/styles/theme/Navbar/style.css +71 -0
- package/build/src/styles/theme/NavbarItem/style.css +5 -0
- package/build/src/styles/theme/NotFound/Content/style.css +5 -0
- package/build/src/styles/theme/NotFound/style.css +5 -0
- package/build/src/styles/theme/Root/style.css +5 -0
- package/build/src/styles/theme/SearchBar/style.css +334 -0
- package/build/src/styles/theme/SearchMetadata/style.css +5 -0
- package/build/src/styles/theme/SearchPage/style.css +5 -0
- package/build/src/styles/theme/SiteMetadata/style.css +5 -0
- package/build/src/styles/theme/SkipToContent/style.css +5 -0
- package/build/src/styles/theme/TOC/style.css +66 -0
- package/build/src/styles/theme/TOCCollapsible/style.css +222 -0
- package/build/src/styles/theme/TabItem/style.css +5 -0
- package/build/src/styles/theme/Tabs/style.css +49 -0
- package/build/src/styles/theme/Tag/style.css +23 -0
- package/build/src/styles/theme/TagsListByLetter/style.css +16 -0
- package/build/src/styles/theme/ThemeProvider/TitleFormatter/style.css +5 -0
- package/build/src/styles/theme/ThemeProvider/style.css +5 -0
- package/build/src/styles/theme/ThemedImage/style.css +5 -0
- package/build/src/styles/utilities.css +112 -0
- package/build/src/tests/config-drift.test.d.ts +2 -0
- package/build/src/tests/config-drift.test.d.ts.map +1 -0
- package/build/src/tests/config-drift.test.js +310 -0
- package/build/src/tests/config-drift.test.js.map +1 -0
- package/build/src/tests/lib/color.test.d.ts +2 -0
- package/build/src/tests/lib/color.test.d.ts.map +1 -0
- package/build/src/tests/lib/color.test.js +157 -0
- package/build/src/tests/lib/color.test.js.map +1 -0
- package/build/src/tests/lib/css-generator.test.d.ts +2 -0
- package/build/src/tests/lib/css-generator.test.d.ts.map +1 -0
- package/build/src/tests/lib/css-generator.test.js +745 -0
- package/build/src/tests/lib/css-generator.test.js.map +1 -0
- package/build/src/tests/lib/rehype-shiki.test.d.ts +2 -0
- package/build/src/tests/lib/rehype-shiki.test.d.ts.map +1 -0
- package/build/src/tests/lib/rehype-shiki.test.js +245 -0
- package/build/src/tests/lib/rehype-shiki.test.js.map +1 -0
- package/build/src/tests/lib/search/indexer.test.d.ts +2 -0
- package/build/src/tests/lib/search/indexer.test.d.ts.map +1 -0
- package/build/src/tests/lib/search/indexer.test.js +294 -0
- package/build/src/tests/lib/search/indexer.test.js.map +1 -0
- package/build/src/tests/lib/search/worker.test.d.ts +2 -0
- package/build/src/tests/lib/search/worker.test.d.ts.map +1 -0
- package/build/src/tests/lib/search/worker.test.js +148 -0
- package/build/src/tests/lib/search/worker.test.js.map +1 -0
- package/build/src/tests/lib/shiki-themes.test.d.ts +2 -0
- package/build/src/tests/lib/shiki-themes.test.d.ts.map +1 -0
- package/build/src/tests/lib/shiki-themes.test.js +30 -0
- package/build/src/tests/lib/shiki-themes.test.js.map +1 -0
- package/build/src/tests/options.test.d.ts +2 -0
- package/build/src/tests/options.test.d.ts.map +1 -0
- package/build/src/tests/options.test.js +488 -0
- package/build/src/tests/options.test.js.map +1 -0
- package/build/src/tests/preset.test.d.ts +2 -0
- package/build/src/tests/preset.test.d.ts.map +1 -0
- package/build/src/tests/preset.test.js +169 -0
- package/build/src/tests/preset.test.js.map +1 -0
- package/build/src/tests/presets/envoy/preset.test.d.ts +2 -0
- package/build/src/tests/presets/envoy/preset.test.d.ts.map +1 -0
- package/build/src/tests/presets/envoy/preset.test.js +53 -0
- package/build/src/tests/presets/envoy/preset.test.js.map +1 -0
- package/build/src/tests/presets/foundry/preset.test.d.ts +2 -0
- package/build/src/tests/presets/foundry/preset.test.d.ts.map +1 -0
- package/build/src/tests/presets/foundry/preset.test.js +53 -0
- package/build/src/tests/presets/foundry/preset.test.js.map +1 -0
- package/build/src/tests/presets/index.test.d.ts +2 -0
- package/build/src/tests/presets/index.test.d.ts.map +1 -0
- package/build/src/tests/presets/index.test.js +47 -0
- package/build/src/tests/presets/index.test.js.map +1 -0
- package/build/src/tests/presets/sentinel/preset.test.d.ts +2 -0
- package/build/src/tests/presets/sentinel/preset.test.d.ts.map +1 -0
- package/build/src/tests/presets/sentinel/preset.test.js +53 -0
- package/build/src/tests/presets/sentinel/preset.test.js.map +1 -0
- package/build/src/tests/presets/signal/preset.test.d.ts +2 -0
- package/build/src/tests/presets/signal/preset.test.d.ts.map +1 -0
- package/build/src/tests/presets/signal/preset.test.js +53 -0
- package/build/src/tests/presets/signal/preset.test.js.map +1 -0
- package/build/src/tests/theme/CodeBlock/live-editor.test.d.ts +2 -0
- package/build/src/tests/theme/CodeBlock/live-editor.test.d.ts.map +1 -0
- package/build/src/tests/theme/CodeBlock/live-editor.test.js +37 -0
- package/build/src/tests/theme/CodeBlock/live-editor.test.js.map +1 -0
- package/build/src/tests/theme-drift.test.d.ts +2 -0
- package/build/src/tests/theme-drift.test.d.ts.map +1 -0
- package/build/src/tests/theme-drift.test.js +91 -0
- package/build/src/tests/theme-drift.test.js.map +1 -0
- package/build/src/tests/type-declarations.test.d.ts +2 -0
- package/build/src/tests/type-declarations.test.d.ts.map +1 -0
- package/build/src/tests/type-declarations.test.js +564 -0
- package/build/src/tests/type-declarations.test.js.map +1 -0
- package/build/src/theme/Admonition/index.d.ts +4 -0
- package/build/src/theme/Admonition/index.d.ts.map +1 -0
- package/build/src/theme/Admonition/index.js +17 -0
- package/build/src/theme/Admonition/index.js.map +1 -0
- package/build/src/theme/AnnouncementBar/index.d.ts +4 -0
- package/build/src/theme/AnnouncementBar/index.d.ts.map +1 -0
- package/build/src/theme/AnnouncementBar/index.js +57 -0
- package/build/src/theme/AnnouncementBar/index.js.map +1 -0
- package/build/src/theme/BackToTopButton/index.d.ts +4 -0
- package/build/src/theme/BackToTopButton/index.d.ts.map +1 -0
- package/build/src/theme/BackToTopButton/index.js +42 -0
- package/build/src/theme/BackToTopButton/index.js.map +1 -0
- package/build/src/theme/Blog/Pages/BlogAuthorsListPage/index.d.ts +4 -0
- package/build/src/theme/Blog/Pages/BlogAuthorsListPage/index.d.ts.map +1 -0
- package/build/src/theme/Blog/Pages/BlogAuthorsListPage/index.js +25 -0
- package/build/src/theme/Blog/Pages/BlogAuthorsListPage/index.js.map +1 -0
- package/build/src/theme/Blog/Pages/BlogAuthorsPostsPage/index.d.ts +4 -0
- package/build/src/theme/Blog/Pages/BlogAuthorsPostsPage/index.d.ts.map +1 -0
- package/build/src/theme/Blog/Pages/BlogAuthorsPostsPage/index.js +24 -0
- package/build/src/theme/Blog/Pages/BlogAuthorsPostsPage/index.js.map +1 -0
- package/build/src/theme/BlogArchivePage/index.d.ts +4 -0
- package/build/src/theme/BlogArchivePage/index.d.ts.map +1 -0
- package/build/src/theme/BlogArchivePage/index.js +41 -0
- package/build/src/theme/BlogArchivePage/index.js.map +1 -0
- package/build/src/theme/BlogLayout/index.d.ts +4 -0
- package/build/src/theme/BlogLayout/index.d.ts.map +1 -0
- package/build/src/theme/BlogLayout/index.js +21 -0
- package/build/src/theme/BlogLayout/index.js.map +1 -0
- package/build/src/theme/BlogListPage/index.d.ts +4 -0
- package/build/src/theme/BlogListPage/index.d.ts.map +1 -0
- package/build/src/theme/BlogListPage/index.js +11 -0
- package/build/src/theme/BlogListPage/index.js.map +1 -0
- package/build/src/theme/BlogListPaginator/index.d.ts +4 -0
- package/build/src/theme/BlogListPaginator/index.d.ts.map +1 -0
- package/build/src/theme/BlogListPaginator/index.js +96 -0
- package/build/src/theme/BlogListPaginator/index.js.map +1 -0
- package/build/src/theme/BlogPostItem/index.d.ts +4 -0
- package/build/src/theme/BlogPostItem/index.d.ts.map +1 -0
- package/build/src/theme/BlogPostItem/index.js +66 -0
- package/build/src/theme/BlogPostItem/index.js.map +1 -0
- package/build/src/theme/BlogPostItems/index.d.ts +4 -0
- package/build/src/theme/BlogPostItems/index.d.ts.map +1 -0
- package/build/src/theme/BlogPostItems/index.js +12 -0
- package/build/src/theme/BlogPostItems/index.js.map +1 -0
- package/build/src/theme/BlogPostPage/index.d.ts +4 -0
- package/build/src/theme/BlogPostPage/index.d.ts.map +1 -0
- package/build/src/theme/BlogPostPage/index.js +58 -0
- package/build/src/theme/BlogPostPage/index.js.map +1 -0
- package/build/src/theme/BlogPostPaginator/index.d.ts +4 -0
- package/build/src/theme/BlogPostPaginator/index.d.ts.map +1 -0
- package/build/src/theme/BlogPostPaginator/index.js +55 -0
- package/build/src/theme/BlogPostPaginator/index.js.map +1 -0
- package/build/src/theme/BlogSidebar/index.d.ts +4 -0
- package/build/src/theme/BlogSidebar/index.d.ts.map +1 -0
- package/build/src/theme/BlogSidebar/index.js +52 -0
- package/build/src/theme/BlogSidebar/index.js.map +1 -0
- package/build/src/theme/BlogSidebarMobile/index.d.ts +4 -0
- package/build/src/theme/BlogSidebarMobile/index.d.ts.map +1 -0
- package/build/src/theme/BlogSidebarMobile/index.js +107 -0
- package/build/src/theme/BlogSidebarMobile/index.js.map +1 -0
- package/build/src/theme/BlogTagsListPage/index.d.ts +4 -0
- package/build/src/theme/BlogTagsListPage/index.d.ts.map +1 -0
- package/build/src/theme/BlogTagsListPage/index.js +16 -0
- package/build/src/theme/BlogTagsListPage/index.js.map +1 -0
- package/build/src/theme/BlogTagsPostsPage/index.d.ts +4 -0
- package/build/src/theme/BlogTagsPostsPage/index.d.ts.map +1 -0
- package/build/src/theme/BlogTagsPostsPage/index.js +20 -0
- package/build/src/theme/BlogTagsPostsPage/index.js.map +1 -0
- package/build/src/theme/CodeBlock/index.d.ts +4 -0
- package/build/src/theme/CodeBlock/index.d.ts.map +1 -0
- package/build/src/theme/CodeBlock/index.js +113 -0
- package/build/src/theme/CodeBlock/index.js.map +1 -0
- package/build/src/theme/CodeBlock/live-editor.d.ts +5 -0
- package/build/src/theme/CodeBlock/live-editor.d.ts.map +1 -0
- package/build/src/theme/CodeBlock/live-editor.js +29 -0
- package/build/src/theme/CodeBlock/live-editor.js.map +1 -0
- package/build/src/theme/CodeInline/index.d.ts +4 -0
- package/build/src/theme/CodeInline/index.d.ts.map +1 -0
- package/build/src/theme/CodeInline/index.js +6 -0
- package/build/src/theme/CodeInline/index.js.map +1 -0
- package/build/src/theme/ColorModeToggle/index.d.ts +3 -0
- package/build/src/theme/ColorModeToggle/index.d.ts.map +1 -0
- package/build/src/theme/ColorModeToggle/index.js +5 -0
- package/build/src/theme/ColorModeToggle/index.js.map +1 -0
- package/build/src/theme/ContentFooter/index.d.ts +4 -0
- package/build/src/theme/ContentFooter/index.d.ts.map +1 -0
- package/build/src/theme/ContentFooter/index.js +114 -0
- package/build/src/theme/ContentFooter/index.js.map +1 -0
- package/build/src/theme/ContentVisibility/Draft/index.d.ts +4 -0
- package/build/src/theme/ContentVisibility/Draft/index.d.ts.map +1 -0
- package/build/src/theme/ContentVisibility/Draft/index.js +7 -0
- package/build/src/theme/ContentVisibility/Draft/index.js.map +1 -0
- package/build/src/theme/ContentVisibility/Unlisted/index.d.ts +4 -0
- package/build/src/theme/ContentVisibility/Unlisted/index.d.ts.map +1 -0
- package/build/src/theme/ContentVisibility/Unlisted/index.js +7 -0
- package/build/src/theme/ContentVisibility/Unlisted/index.js.map +1 -0
- package/build/src/theme/ContentVisibility/index.d.ts +4 -0
- package/build/src/theme/ContentVisibility/index.d.ts.map +1 -0
- package/build/src/theme/ContentVisibility/index.js +11 -0
- package/build/src/theme/ContentVisibility/index.js.map +1 -0
- package/build/src/theme/Details/index.d.ts +4 -0
- package/build/src/theme/Details/index.d.ts.map +1 -0
- package/build/src/theme/Details/index.js +33 -0
- package/build/src/theme/Details/index.js.map +1 -0
- package/build/src/theme/DocBreadcrumbs/index.d.ts +3 -0
- package/build/src/theme/DocBreadcrumbs/index.d.ts.map +1 -0
- package/build/src/theme/DocBreadcrumbs/index.js +38 -0
- package/build/src/theme/DocBreadcrumbs/index.js.map +1 -0
- package/build/src/theme/DocCard/index.d.ts +4 -0
- package/build/src/theme/DocCard/index.d.ts.map +1 -0
- package/build/src/theme/DocCard/index.js +53 -0
- package/build/src/theme/DocCard/index.js.map +1 -0
- package/build/src/theme/DocCardList/index.d.ts +4 -0
- package/build/src/theme/DocCardList/index.d.ts.map +1 -0
- package/build/src/theme/DocCardList/index.js +16 -0
- package/build/src/theme/DocCardList/index.js.map +1 -0
- package/build/src/theme/DocCategoryGeneratedIndexPage/index.d.ts +4 -0
- package/build/src/theme/DocCategoryGeneratedIndexPage/index.d.ts.map +1 -0
- package/build/src/theme/DocCategoryGeneratedIndexPage/index.js +35 -0
- package/build/src/theme/DocCategoryGeneratedIndexPage/index.js.map +1 -0
- package/build/src/theme/DocItem/Content/index.d.ts +4 -0
- package/build/src/theme/DocItem/Content/index.d.ts.map +1 -0
- package/build/src/theme/DocItem/Content/index.js +18 -0
- package/build/src/theme/DocItem/Content/index.js.map +1 -0
- package/build/src/theme/DocItem/Footer/index.d.ts +3 -0
- package/build/src/theme/DocItem/Footer/index.d.ts.map +1 -0
- package/build/src/theme/DocItem/Footer/index.js +39 -0
- package/build/src/theme/DocItem/Footer/index.js.map +1 -0
- package/build/src/theme/DocItem/Layout/index.d.ts +4 -0
- package/build/src/theme/DocItem/Layout/index.d.ts.map +1 -0
- package/build/src/theme/DocItem/Layout/index.js +27 -0
- package/build/src/theme/DocItem/Layout/index.js.map +1 -0
- package/build/src/theme/DocItem/Metadata/index.d.ts +3 -0
- package/build/src/theme/DocItem/Metadata/index.d.ts.map +1 -0
- package/build/src/theme/DocItem/Metadata/index.js +20 -0
- package/build/src/theme/DocItem/Metadata/index.js.map +1 -0
- package/build/src/theme/DocItem/Paginator/index.d.ts +3 -0
- package/build/src/theme/DocItem/Paginator/index.d.ts.map +1 -0
- package/build/src/theme/DocItem/Paginator/index.js +29 -0
- package/build/src/theme/DocItem/Paginator/index.js.map +1 -0
- package/build/src/theme/DocItem/TOC/Desktop/index.d.ts +3 -0
- package/build/src/theme/DocItem/TOC/Desktop/index.d.ts.map +1 -0
- package/build/src/theme/DocItem/TOC/Desktop/index.js +16 -0
- package/build/src/theme/DocItem/TOC/Desktop/index.js.map +1 -0
- package/build/src/theme/DocItem/TOC/Mobile/index.d.ts +3 -0
- package/build/src/theme/DocItem/TOC/Mobile/index.d.ts.map +1 -0
- package/build/src/theme/DocItem/TOC/Mobile/index.js +16 -0
- package/build/src/theme/DocItem/TOC/Mobile/index.js.map +1 -0
- package/build/src/theme/DocItem/index.d.ts +4 -0
- package/build/src/theme/DocItem/index.d.ts.map +1 -0
- package/build/src/theme/DocItem/index.js +13 -0
- package/build/src/theme/DocItem/index.js.map +1 -0
- package/build/src/theme/DocPaginator/index.d.ts +4 -0
- package/build/src/theme/DocPaginator/index.d.ts.map +1 -0
- package/build/src/theme/DocPaginator/index.js +46 -0
- package/build/src/theme/DocPaginator/index.js.map +1 -0
- package/build/src/theme/DocRoot/Layout/Main/index.d.ts +4 -0
- package/build/src/theme/DocRoot/Layout/Main/index.d.ts.map +1 -0
- package/build/src/theme/DocRoot/Layout/Main/index.js +6 -0
- package/build/src/theme/DocRoot/Layout/Main/index.js.map +1 -0
- package/build/src/theme/DocRoot/Layout/Sidebar/index.d.ts +4 -0
- package/build/src/theme/DocRoot/Layout/Sidebar/index.d.ts.map +1 -0
- package/build/src/theme/DocRoot/Layout/Sidebar/index.js +45 -0
- package/build/src/theme/DocRoot/Layout/Sidebar/index.js.map +1 -0
- package/build/src/theme/DocRoot/Layout/index.d.ts +4 -0
- package/build/src/theme/DocRoot/Layout/index.d.ts.map +1 -0
- package/build/src/theme/DocRoot/Layout/index.js +13 -0
- package/build/src/theme/DocRoot/Layout/index.js.map +1 -0
- package/build/src/theme/DocRoot/index.d.ts +4 -0
- package/build/src/theme/DocRoot/index.d.ts.map +1 -0
- package/build/src/theme/DocRoot/index.js +14 -0
- package/build/src/theme/DocRoot/index.js.map +1 -0
- package/build/src/theme/DocSidebar/index.d.ts +4 -0
- package/build/src/theme/DocSidebar/index.d.ts.map +1 -0
- package/build/src/theme/DocSidebar/index.js +13 -0
- package/build/src/theme/DocSidebar/index.js.map +1 -0
- package/build/src/theme/DocSidebarItem/Category/index.d.ts +4 -0
- package/build/src/theme/DocSidebarItem/Category/index.d.ts.map +1 -0
- package/build/src/theme/DocSidebarItem/Category/index.js +102 -0
- package/build/src/theme/DocSidebarItem/Category/index.js.map +1 -0
- package/build/src/theme/DocSidebarItem/Html/index.d.ts +4 -0
- package/build/src/theme/DocSidebarItem/Html/index.d.ts.map +1 -0
- package/build/src/theme/DocSidebarItem/Html/index.js +7 -0
- package/build/src/theme/DocSidebarItem/Html/index.js.map +1 -0
- package/build/src/theme/DocSidebarItem/Link/index.d.ts +4 -0
- package/build/src/theme/DocSidebarItem/Link/index.d.ts.map +1 -0
- package/build/src/theme/DocSidebarItem/Link/index.js +10 -0
- package/build/src/theme/DocSidebarItem/Link/index.js.map +1 -0
- package/build/src/theme/DocSidebarItem/index.d.ts +4 -0
- package/build/src/theme/DocSidebarItem/index.d.ts.map +1 -0
- package/build/src/theme/DocSidebarItem/index.js +19 -0
- package/build/src/theme/DocSidebarItem/index.js.map +1 -0
- package/build/src/theme/DocSidebarItems/index.d.ts +4 -0
- package/build/src/theme/DocSidebarItems/index.d.ts.map +1 -0
- package/build/src/theme/DocSidebarItems/index.js +9 -0
- package/build/src/theme/DocSidebarItems/index.js.map +1 -0
- package/build/src/theme/DocSidebarMobile/index.d.ts +3 -0
- package/build/src/theme/DocSidebarMobile/index.d.ts.map +1 -0
- package/build/src/theme/DocSidebarMobile/index.js +108 -0
- package/build/src/theme/DocSidebarMobile/index.js.map +1 -0
- package/build/src/theme/DocTagDocListPage/index.d.ts +4 -0
- package/build/src/theme/DocTagDocListPage/index.d.ts.map +1 -0
- package/build/src/theme/DocTagDocListPage/index.js +20 -0
- package/build/src/theme/DocTagDocListPage/index.js.map +1 -0
- package/build/src/theme/DocTagsListPage/index.d.ts +4 -0
- package/build/src/theme/DocTagsListPage/index.d.ts.map +1 -0
- package/build/src/theme/DocTagsListPage/index.js +10 -0
- package/build/src/theme/DocTagsListPage/index.js.map +1 -0
- package/build/src/theme/DocVersionBadge/index.d.ts +3 -0
- package/build/src/theme/DocVersionBadge/index.d.ts.map +1 -0
- package/build/src/theme/DocVersionBadge/index.js +13 -0
- package/build/src/theme/DocVersionBadge/index.js.map +1 -0
- package/build/src/theme/DocVersionBanner/index.d.ts +3 -0
- package/build/src/theme/DocVersionBanner/index.d.ts.map +1 -0
- package/build/src/theme/DocVersionBanner/index.js +20 -0
- package/build/src/theme/DocVersionBanner/index.js.map +1 -0
- package/build/src/theme/DocVersionRoot/index.d.ts +4 -0
- package/build/src/theme/DocVersionRoot/index.d.ts.map +1 -0
- package/build/src/theme/DocVersionRoot/index.js +12 -0
- package/build/src/theme/DocVersionRoot/index.js.map +1 -0
- package/build/src/theme/DocsRoot/index.d.ts +4 -0
- package/build/src/theme/DocsRoot/index.d.ts.map +1 -0
- package/build/src/theme/DocsRoot/index.js +9 -0
- package/build/src/theme/DocsRoot/index.js.map +1 -0
- package/build/src/theme/EditMetaRow/index.d.ts +4 -0
- package/build/src/theme/EditMetaRow/index.d.ts.map +1 -0
- package/build/src/theme/EditMetaRow/index.js +16 -0
- package/build/src/theme/EditMetaRow/index.js.map +1 -0
- package/build/src/theme/EditThisPage/index.d.ts +4 -0
- package/build/src/theme/EditThisPage/index.d.ts.map +1 -0
- package/build/src/theme/EditThisPage/index.js +13 -0
- package/build/src/theme/EditThisPage/index.js.map +1 -0
- package/build/src/theme/Error/index.d.ts +4 -0
- package/build/src/theme/Error/index.d.ts.map +1 -0
- package/build/src/theme/Error/index.js +13 -0
- package/build/src/theme/Error/index.js.map +1 -0
- package/build/src/theme/ErrorPageContent/index.d.ts +4 -0
- package/build/src/theme/ErrorPageContent/index.d.ts.map +1 -0
- package/build/src/theme/ErrorPageContent/index.js +19 -0
- package/build/src/theme/ErrorPageContent/index.js.map +1 -0
- package/build/src/theme/Footer/Commons/index.d.ts +4 -0
- package/build/src/theme/Footer/Commons/index.d.ts.map +1 -0
- package/build/src/theme/Footer/Commons/index.js +25 -0
- package/build/src/theme/Footer/Commons/index.js.map +1 -0
- package/build/src/theme/Footer/Embassy/index.d.ts +4 -0
- package/build/src/theme/Footer/Embassy/index.d.ts.map +1 -0
- package/build/src/theme/Footer/Embassy/index.js +25 -0
- package/build/src/theme/Footer/Embassy/index.js.map +1 -0
- package/build/src/theme/Footer/Launchpad/index.d.ts +4 -0
- package/build/src/theme/Footer/Launchpad/index.d.ts.map +1 -0
- package/build/src/theme/Footer/Launchpad/index.js +26 -0
- package/build/src/theme/Footer/Launchpad/index.js.map +1 -0
- package/build/src/theme/Footer/Ledger/index.d.ts +4 -0
- package/build/src/theme/Footer/Ledger/index.d.ts.map +1 -0
- package/build/src/theme/Footer/Ledger/index.js +32 -0
- package/build/src/theme/Footer/Ledger/index.js.map +1 -0
- package/build/src/theme/Footer/credit.d.ts +4 -0
- package/build/src/theme/Footer/credit.d.ts.map +1 -0
- package/build/src/theme/Footer/credit.js +48 -0
- package/build/src/theme/Footer/credit.js.map +1 -0
- package/build/src/theme/Footer/index.d.ts +3 -0
- package/build/src/theme/Footer/index.d.ts.map +1 -0
- package/build/src/theme/Footer/index.js +43 -0
- package/build/src/theme/Footer/index.js.map +1 -0
- package/build/src/theme/Heading/index.d.ts +7 -0
- package/build/src/theme/Heading/index.d.ts.map +1 -0
- package/build/src/theme/Heading/index.js +15 -0
- package/build/src/theme/Heading/index.js.map +1 -0
- package/build/src/theme/LastUpdated/index.d.ts +4 -0
- package/build/src/theme/LastUpdated/index.d.ts.map +1 -0
- package/build/src/theme/LastUpdated/index.js +45 -0
- package/build/src/theme/LastUpdated/index.js.map +1 -0
- package/build/src/theme/Layout/Provider/index.d.ts +4 -0
- package/build/src/theme/Layout/Provider/index.d.ts.map +1 -0
- package/build/src/theme/Layout/Provider/index.js +17 -0
- package/build/src/theme/Layout/Provider/index.js.map +1 -0
- package/build/src/theme/Layout/index.d.ts +4 -0
- package/build/src/theme/Layout/index.d.ts.map +1 -0
- package/build/src/theme/Layout/index.js +24 -0
- package/build/src/theme/Layout/index.js.map +1 -0
- package/build/src/theme/Loading/index.d.ts +4 -0
- package/build/src/theme/Loading/index.d.ts.map +1 -0
- package/build/src/theme/Loading/index.js +37 -0
- package/build/src/theme/Loading/index.js.map +1 -0
- package/build/src/theme/MDXComponents/index.d.ts +30 -0
- package/build/src/theme/MDXComponents/index.d.ts.map +1 -0
- package/build/src/theme/MDXComponents/index.js +57 -0
- package/build/src/theme/MDXComponents/index.js.map +1 -0
- package/build/src/theme/MDXContent/index.d.ts +4 -0
- package/build/src/theme/MDXContent/index.d.ts.map +1 -0
- package/build/src/theme/MDXContent/index.js +8 -0
- package/build/src/theme/MDXContent/index.js.map +1 -0
- package/build/src/theme/MDXPage/index.d.ts +4 -0
- package/build/src/theme/MDXPage/index.d.ts.map +1 -0
- package/build/src/theme/MDXPage/index.js +52 -0
- package/build/src/theme/MDXPage/index.js.map +1 -0
- package/build/src/theme/Mermaid/index.d.ts +4 -0
- package/build/src/theme/Mermaid/index.d.ts.map +1 -0
- package/build/src/theme/Mermaid/index.js +50 -0
- package/build/src/theme/Mermaid/index.js.map +1 -0
- package/build/src/theme/Navbar/Bridge/index.d.ts +4 -0
- package/build/src/theme/Navbar/Bridge/index.d.ts.map +1 -0
- package/build/src/theme/Navbar/Bridge/index.js +32 -0
- package/build/src/theme/Navbar/Bridge/index.js.map +1 -0
- package/build/src/theme/Navbar/Bridge/mobile-menu.d.ts +4 -0
- package/build/src/theme/Navbar/Bridge/mobile-menu.d.ts.map +1 -0
- package/build/src/theme/Navbar/Bridge/mobile-menu.js +104 -0
- package/build/src/theme/Navbar/Bridge/mobile-menu.js.map +1 -0
- package/build/src/theme/Navbar/Canopy/index.d.ts +4 -0
- package/build/src/theme/Navbar/Canopy/index.d.ts.map +1 -0
- package/build/src/theme/Navbar/Canopy/index.js +32 -0
- package/build/src/theme/Navbar/Canopy/index.js.map +1 -0
- package/build/src/theme/Navbar/Canopy/mobile-menu.d.ts +4 -0
- package/build/src/theme/Navbar/Canopy/mobile-menu.d.ts.map +1 -0
- package/build/src/theme/Navbar/Canopy/mobile-menu.js +103 -0
- package/build/src/theme/Navbar/Canopy/mobile-menu.js.map +1 -0
- package/build/src/theme/Navbar/Compass/index.d.ts +4 -0
- package/build/src/theme/Navbar/Compass/index.d.ts.map +1 -0
- package/build/src/theme/Navbar/Compass/index.js +32 -0
- package/build/src/theme/Navbar/Compass/index.js.map +1 -0
- package/build/src/theme/Navbar/Compass/mobile-menu.d.ts +4 -0
- package/build/src/theme/Navbar/Compass/mobile-menu.d.ts.map +1 -0
- package/build/src/theme/Navbar/Compass/mobile-menu.js +104 -0
- package/build/src/theme/Navbar/Compass/mobile-menu.js.map +1 -0
- package/build/src/theme/Navbar/Monolith/index.d.ts +4 -0
- package/build/src/theme/Navbar/Monolith/index.d.ts.map +1 -0
- package/build/src/theme/Navbar/Monolith/index.js +29 -0
- package/build/src/theme/Navbar/Monolith/index.js.map +1 -0
- package/build/src/theme/Navbar/Monolith/mobile-menu.d.ts +4 -0
- package/build/src/theme/Navbar/Monolith/mobile-menu.d.ts.map +1 -0
- package/build/src/theme/Navbar/Monolith/mobile-menu.js +95 -0
- package/build/src/theme/Navbar/Monolith/mobile-menu.js.map +1 -0
- package/build/src/theme/Navbar/index.d.ts +3 -0
- package/build/src/theme/Navbar/index.d.ts.map +1 -0
- package/build/src/theme/Navbar/index.js +231 -0
- package/build/src/theme/Navbar/index.js.map +1 -0
- package/build/src/theme/NavbarItem/component-types.d.ts +4 -0
- package/build/src/theme/NavbarItem/component-types.d.ts.map +1 -0
- package/build/src/theme/NavbarItem/component-types.js +22 -0
- package/build/src/theme/NavbarItem/component-types.js.map +1 -0
- package/build/src/theme/NavbarItem/default-navbar-item.d.ts +4 -0
- package/build/src/theme/NavbarItem/default-navbar-item.d.ts.map +1 -0
- package/build/src/theme/NavbarItem/default-navbar-item.js +18 -0
- package/build/src/theme/NavbarItem/default-navbar-item.js.map +1 -0
- package/build/src/theme/NavbarItem/doc-navbar-item.d.ts +4 -0
- package/build/src/theme/NavbarItem/doc-navbar-item.d.ts.map +1 -0
- package/build/src/theme/NavbarItem/doc-navbar-item.js +21 -0
- package/build/src/theme/NavbarItem/doc-navbar-item.js.map +1 -0
- package/build/src/theme/NavbarItem/doc-sidebar-navbar-item.d.ts +4 -0
- package/build/src/theme/NavbarItem/doc-sidebar-navbar-item.d.ts.map +1 -0
- package/build/src/theme/NavbarItem/doc-sidebar-navbar-item.js +19 -0
- package/build/src/theme/NavbarItem/doc-sidebar-navbar-item.js.map +1 -0
- package/build/src/theme/NavbarItem/docs-version-dropdown-navbar-item.d.ts +4 -0
- package/build/src/theme/NavbarItem/docs-version-dropdown-navbar-item.d.ts.map +1 -0
- package/build/src/theme/NavbarItem/docs-version-dropdown-navbar-item.js +27 -0
- package/build/src/theme/NavbarItem/docs-version-dropdown-navbar-item.js.map +1 -0
- package/build/src/theme/NavbarItem/docs-version-navbar-item.d.ts +4 -0
- package/build/src/theme/NavbarItem/docs-version-navbar-item.d.ts.map +1 -0
- package/build/src/theme/NavbarItem/docs-version-navbar-item.js +13 -0
- package/build/src/theme/NavbarItem/docs-version-navbar-item.js.map +1 -0
- package/build/src/theme/NavbarItem/dropdown-navbar-item.d.ts +4 -0
- package/build/src/theme/NavbarItem/dropdown-navbar-item.d.ts.map +1 -0
- package/build/src/theme/NavbarItem/dropdown-navbar-item.js +9 -0
- package/build/src/theme/NavbarItem/dropdown-navbar-item.js.map +1 -0
- package/build/src/theme/NavbarItem/html-navbar-item.d.ts +4 -0
- package/build/src/theme/NavbarItem/html-navbar-item.d.ts.map +1 -0
- package/build/src/theme/NavbarItem/html-navbar-item.js +8 -0
- package/build/src/theme/NavbarItem/html-navbar-item.js.map +1 -0
- package/build/src/theme/NavbarItem/index.d.ts +4 -0
- package/build/src/theme/NavbarItem/index.d.ts.map +1 -0
- package/build/src/theme/NavbarItem/index.js +15 -0
- package/build/src/theme/NavbarItem/index.js.map +1 -0
- package/build/src/theme/NavbarItem/locale-dropdown-navbar-item.d.ts +4 -0
- package/build/src/theme/NavbarItem/locale-dropdown-navbar-item.d.ts.map +1 -0
- package/build/src/theme/NavbarItem/locale-dropdown-navbar-item.js +34 -0
- package/build/src/theme/NavbarItem/locale-dropdown-navbar-item.js.map +1 -0
- package/build/src/theme/NavbarItem/search-navbar-item.d.ts +4 -0
- package/build/src/theme/NavbarItem/search-navbar-item.d.ts.map +1 -0
- package/build/src/theme/NavbarItem/search-navbar-item.js +7 -0
- package/build/src/theme/NavbarItem/search-navbar-item.js.map +1 -0
- package/build/src/theme/NotFound/Content/index.d.ts +3 -0
- package/build/src/theme/NotFound/Content/index.d.ts.map +1 -0
- package/build/src/theme/NotFound/Content/index.js +23 -0
- package/build/src/theme/NotFound/Content/index.js.map +1 -0
- package/build/src/theme/NotFound/index.d.ts +3 -0
- package/build/src/theme/NotFound/index.d.ts.map +1 -0
- package/build/src/theme/NotFound/index.js +15 -0
- package/build/src/theme/NotFound/index.js.map +1 -0
- package/build/src/theme/Root/icons.d.ts +2 -0
- package/build/src/theme/Root/icons.d.ts.map +1 -0
- package/build/src/theme/Root/icons.js +10 -0
- package/build/src/theme/Root/icons.js.map +1 -0
- package/build/src/theme/Root/index.d.ts +5 -0
- package/build/src/theme/Root/index.d.ts.map +1 -0
- package/build/src/theme/Root/index.js +7 -0
- package/build/src/theme/Root/index.js.map +1 -0
- package/build/src/theme/SearchBar/index.d.ts +5 -0
- package/build/src/theme/SearchBar/index.d.ts.map +1 -0
- package/build/src/theme/SearchBar/index.js +5 -0
- package/build/src/theme/SearchBar/index.js.map +1 -0
- package/build/src/theme/SearchBar/search-context.d.ts +5 -0
- package/build/src/theme/SearchBar/search-context.d.ts.map +1 -0
- package/build/src/theme/SearchBar/search-context.js +11 -0
- package/build/src/theme/SearchBar/search-context.js.map +1 -0
- package/build/src/theme/SearchBar/search-input.d.ts +4 -0
- package/build/src/theme/SearchBar/search-input.d.ts.map +1 -0
- package/build/src/theme/SearchBar/search-input.js +99 -0
- package/build/src/theme/SearchBar/search-input.js.map +1 -0
- package/build/src/theme/SearchBar/search-provider.d.ts +4 -0
- package/build/src/theme/SearchBar/search-provider.d.ts.map +1 -0
- package/build/src/theme/SearchBar/search-provider.js +66 -0
- package/build/src/theme/SearchBar/search-provider.js.map +1 -0
- package/build/src/theme/SearchBar/search-results.d.ts +4 -0
- package/build/src/theme/SearchBar/search-results.d.ts.map +1 -0
- package/build/src/theme/SearchBar/search-results.js +74 -0
- package/build/src/theme/SearchBar/search-results.js.map +1 -0
- package/build/src/theme/SearchMetadata/index.d.ts +4 -0
- package/build/src/theme/SearchMetadata/index.d.ts.map +1 -0
- package/build/src/theme/SearchMetadata/index.js +7 -0
- package/build/src/theme/SearchMetadata/index.js.map +1 -0
- package/build/src/theme/SearchPage/index.d.ts +4 -0
- package/build/src/theme/SearchPage/index.d.ts.map +1 -0
- package/build/src/theme/SearchPage/index.js +73 -0
- package/build/src/theme/SearchPage/index.js.map +1 -0
- package/build/src/theme/SiteMetadata/index.d.ts +3 -0
- package/build/src/theme/SiteMetadata/index.d.ts.map +1 -0
- package/build/src/theme/SiteMetadata/index.js +35 -0
- package/build/src/theme/SiteMetadata/index.js.map +1 -0
- package/build/src/theme/SkipToContent/index.d.ts +3 -0
- package/build/src/theme/SkipToContent/index.d.ts.map +1 -0
- package/build/src/theme/SkipToContent/index.js +7 -0
- package/build/src/theme/SkipToContent/index.js.map +1 -0
- package/build/src/theme/TOC/index.d.ts +4 -0
- package/build/src/theme/TOC/index.d.ts.map +1 -0
- package/build/src/theme/TOC/index.js +22 -0
- package/build/src/theme/TOC/index.js.map +1 -0
- package/build/src/theme/TOCCollapsible/index.d.ts +4 -0
- package/build/src/theme/TOCCollapsible/index.d.ts.map +1 -0
- package/build/src/theme/TOCCollapsible/index.js +110 -0
- package/build/src/theme/TOCCollapsible/index.js.map +1 -0
- package/build/src/theme/TabItem/index.d.ts +4 -0
- package/build/src/theme/TabItem/index.d.ts.map +1 -0
- package/build/src/theme/TabItem/index.js +11 -0
- package/build/src/theme/TabItem/index.js.map +1 -0
- package/build/src/theme/Tabs/index.d.ts +4 -0
- package/build/src/theme/Tabs/index.d.ts.map +1 -0
- package/build/src/theme/Tabs/index.js +93 -0
- package/build/src/theme/Tabs/index.js.map +1 -0
- package/build/src/theme/Tag/index.d.ts +4 -0
- package/build/src/theme/Tag/index.d.ts.map +1 -0
- package/build/src/theme/Tag/index.js +7 -0
- package/build/src/theme/Tag/index.js.map +1 -0
- package/build/src/theme/TagsListByLetter/index.d.ts +4 -0
- package/build/src/theme/TagsListByLetter/index.d.ts.map +1 -0
- package/build/src/theme/TagsListByLetter/index.js +10 -0
- package/build/src/theme/TagsListByLetter/index.js.map +1 -0
- package/build/src/theme/ThemeProvider/TitleFormatter/index.d.ts +4 -0
- package/build/src/theme/ThemeProvider/TitleFormatter/index.d.ts.map +1 -0
- package/build/src/theme/ThemeProvider/TitleFormatter/index.js +7 -0
- package/build/src/theme/ThemeProvider/TitleFormatter/index.js.map +1 -0
- package/build/src/theme/ThemeProvider/index.d.ts +4 -0
- package/build/src/theme/ThemeProvider/index.d.ts.map +1 -0
- package/build/src/theme/ThemeProvider/index.js +7 -0
- package/build/src/theme/ThemeProvider/index.js.map +1 -0
- package/build/src/theme/ThemedImage/index.d.ts +4 -0
- package/build/src/theme/ThemedImage/index.d.ts.map +1 -0
- package/build/src/theme/ThemedImage/index.js +32 -0
- package/build/src/theme/ThemedImage/index.js.map +1 -0
- package/build/src/types/components/app-market-download/index.d.ts +33 -0
- package/build/src/types/components/blog-preview/index.d.ts +93 -0
- package/build/src/types/components/features/index.d.ts +35 -0
- package/build/src/types/components/hero/index.d.ts +35 -0
- package/build/src/types/components/install-strip/index.d.ts +45 -0
- package/build/src/types/components/spotlight/index.d.ts +20 -0
- package/build/src/types/components/stats/index.d.ts +33 -0
- package/build/src/types/components/terminology/index.d.ts +25 -0
- package/build/src/types/components/typewriter/index.d.ts +95 -0
- package/build/src/types/get-swizzle-config.d.ts +25 -0
- package/build/src/types/index.d.ts +547 -0
- package/build/src/types/lib/color.d.ts +178 -0
- package/build/src/types/lib/css-generator.d.ts +156 -0
- package/build/src/types/lib/mermaid.d.ts +99 -0
- package/build/src/types/lib/rehype-shiki.d.ts +244 -0
- package/build/src/types/lib/search/indexer.d.ts +262 -0
- package/build/src/types/lib/search/use-search-highlight.d.ts +51 -0
- package/build/src/types/lib/search/use-search-worker.d.ts +114 -0
- package/build/src/types/lib/search/worker.d.ts +179 -0
- package/build/src/types/lib/shiki-themes.d.ts +26 -0
- package/build/src/types/lib/sticky-layout.d.ts +50 -0
- package/build/src/types/options.d.ts +268 -0
- package/build/src/types/preset.d.ts +132 -0
- package/build/src/types/presets/envoy/preset.d.ts +8 -0
- package/build/src/types/presets/foundry/preset.d.ts +8 -0
- package/build/src/types/presets/index.d.ts +18 -0
- package/build/src/types/presets/sentinel/preset.d.ts +8 -0
- package/build/src/types/presets/signal/preset.d.ts +8 -0
- package/build/src/types/scripts/announcement-bar-init.d.ts +27 -0
- package/build/src/types/scripts/color-mode-init.d.ts +44 -0
- package/build/src/types/scripts/data-attribute-query.d.ts +6 -0
- package/build/src/types/shared.d.ts +385 -0
- package/build/src/types/tests/config-drift.test.d.ts +199 -0
- package/build/src/types/tests/lib/color.test.d.ts +113 -0
- package/build/src/types/tests/lib/css-generator.test.d.ts +164 -0
- package/build/src/types/tests/lib/rehype-shiki.test.d.ts +88 -0
- package/build/src/types/tests/lib/search/indexer.test.d.ts +295 -0
- package/build/src/types/tests/lib/search/worker.test.d.ts +119 -0
- package/build/src/types/tests/lib/shiki-themes.test.d.ts +12 -0
- package/build/src/types/tests/options.test.d.ts +87 -0
- package/build/src/types/tests/preset.test.d.ts +12 -0
- package/build/src/types/tests/presets/envoy/preset.test.d.ts +17 -0
- package/build/src/types/tests/presets/foundry/preset.test.d.ts +17 -0
- package/build/src/types/tests/presets/index.test.d.ts +29 -0
- package/build/src/types/tests/presets/sentinel/preset.test.d.ts +17 -0
- package/build/src/types/tests/presets/signal/preset.test.d.ts +17 -0
- package/build/src/types/tests/theme/CodeBlock/live-editor.test.d.ts +13 -0
- package/build/src/types/tests/theme-drift.test.d.ts +84 -0
- package/build/src/types/tests/type-declarations.test.d.ts +564 -0
- package/build/src/types/theme/Admonition/index.d.ts +30 -0
- package/build/src/types/theme/AnnouncementBar/index.d.ts +43 -0
- package/build/src/types/theme/BackToTopButton/index.d.ts +32 -0
- package/build/src/types/theme/Blog/Pages/BlogAuthorsListPage/index.d.ts +45 -0
- package/build/src/types/theme/Blog/Pages/BlogAuthorsPostsPage/index.d.ts +46 -0
- package/build/src/types/theme/BlogArchivePage/index.d.ts +70 -0
- package/build/src/types/theme/BlogLayout/index.d.ts +52 -0
- package/build/src/types/theme/BlogListPage/index.d.ts +28 -0
- package/build/src/types/theme/BlogListPaginator/index.d.ts +86 -0
- package/build/src/types/theme/BlogPostItem/index.d.ts +94 -0
- package/build/src/types/theme/BlogPostItems/index.d.ts +31 -0
- package/build/src/types/theme/BlogPostPage/index.d.ts +82 -0
- package/build/src/types/theme/BlogPostPaginator/index.d.ts +70 -0
- package/build/src/types/theme/BlogSidebar/index.d.ts +78 -0
- package/build/src/types/theme/BlogSidebarMobile/index.d.ts +66 -0
- package/build/src/types/theme/BlogTagsListPage/index.d.ts +21 -0
- package/build/src/types/theme/BlogTagsPostsPage/index.d.ts +34 -0
- package/build/src/types/theme/CodeBlock/index.d.ts +109 -0
- package/build/src/types/theme/CodeBlock/live-editor.d.ts +38 -0
- package/build/src/types/theme/CodeInline/index.d.ts +13 -0
- package/build/src/types/theme/ContentFooter/index.d.ts +79 -0
- package/build/src/types/theme/ContentVisibility/Draft/index.d.ts +10 -0
- package/build/src/types/theme/ContentVisibility/Unlisted/index.d.ts +10 -0
- package/build/src/types/theme/ContentVisibility/index.d.ts +28 -0
- package/build/src/types/theme/Details/index.d.ts +45 -0
- package/build/src/types/theme/DocBreadcrumbs/index.d.ts +36 -0
- package/build/src/types/theme/DocCard/index.d.ts +96 -0
- package/build/src/types/theme/DocCardList/index.d.ts +26 -0
- package/build/src/types/theme/DocCategoryGeneratedIndexPage/index.d.ts +70 -0
- package/build/src/types/theme/DocItem/Content/index.d.ts +41 -0
- package/build/src/types/theme/DocItem/Footer/index.d.ts +43 -0
- package/build/src/types/theme/DocItem/Layout/index.d.ts +20 -0
- package/build/src/types/theme/DocItem/Metadata/index.d.ts +12 -0
- package/build/src/types/theme/DocItem/Paginator/index.d.ts +16 -0
- package/build/src/types/theme/DocItem/TOC/Desktop/index.d.ts +10 -0
- package/build/src/types/theme/DocItem/TOC/Mobile/index.d.ts +10 -0
- package/build/src/types/theme/DocItem/index.d.ts +19 -0
- package/build/src/types/theme/DocPaginator/index.d.ts +43 -0
- package/build/src/types/theme/DocRoot/Layout/Main/index.d.ts +13 -0
- package/build/src/types/theme/DocRoot/Layout/Sidebar/index.d.ts +67 -0
- package/build/src/types/theme/DocRoot/Layout/index.d.ts +21 -0
- package/build/src/types/theme/DocRoot/index.d.ts +23 -0
- package/build/src/types/theme/DocSidebar/index.d.ts +24 -0
- package/build/src/types/theme/DocSidebarItem/Category/index.d.ts +149 -0
- package/build/src/types/theme/DocSidebarItem/Html/index.d.ts +24 -0
- package/build/src/types/theme/DocSidebarItem/Link/index.d.ts +29 -0
- package/build/src/types/theme/DocSidebarItem/index.d.ts +22 -0
- package/build/src/types/theme/DocSidebarItems/index.d.ts +27 -0
- package/build/src/types/theme/DocSidebarMobile/index.d.ts +69 -0
- package/build/src/types/theme/DocTagDocListPage/index.d.ts +58 -0
- package/build/src/types/theme/DocTagsListPage/index.d.ts +15 -0
- package/build/src/types/theme/DocVersionBadge/index.d.ts +14 -0
- package/build/src/types/theme/DocVersionBanner/index.d.ts +18 -0
- package/build/src/types/theme/DocVersionRoot/index.d.ts +27 -0
- package/build/src/types/theme/DocsRoot/index.d.ts +21 -0
- package/build/src/types/theme/EditMetaRow/index.d.ts +22 -0
- package/build/src/types/theme/EditThisPage/index.d.ts +12 -0
- package/build/src/types/theme/Error/index.d.ts +18 -0
- package/build/src/types/theme/ErrorPageContent/index.d.ts +20 -0
- package/build/src/types/theme/Footer/Commons/index.d.ts +88 -0
- package/build/src/types/theme/Footer/Embassy/index.d.ts +88 -0
- package/build/src/types/theme/Footer/Launchpad/index.d.ts +95 -0
- package/build/src/types/theme/Footer/Ledger/index.d.ts +90 -0
- package/build/src/types/theme/Footer/credit.d.ts +33 -0
- package/build/src/types/theme/Footer/index.d.ts +102 -0
- package/build/src/types/theme/Heading/index.d.ts +35 -0
- package/build/src/types/theme/LastUpdated/index.d.ts +39 -0
- package/build/src/types/theme/Layout/Provider/index.d.ts +25 -0
- package/build/src/types/theme/Layout/index.d.ts +27 -0
- package/build/src/types/theme/Loading/index.d.ts +33 -0
- package/build/src/types/theme/MDXComponents/index.d.ts +59 -0
- package/build/src/types/theme/MDXContent/index.d.ts +15 -0
- package/build/src/types/theme/MDXPage/index.d.ts +67 -0
- package/build/src/types/theme/Mermaid/index.d.ts +45 -0
- package/build/src/types/theme/Navbar/Bridge/index.d.ts +95 -0
- package/build/src/types/theme/Navbar/Bridge/mobile-menu.d.ts +129 -0
- package/build/src/types/theme/Navbar/Canopy/index.d.ts +95 -0
- package/build/src/types/theme/Navbar/Canopy/mobile-menu.d.ts +129 -0
- package/build/src/types/theme/Navbar/Compass/index.d.ts +95 -0
- package/build/src/types/theme/Navbar/Compass/mobile-menu.d.ts +129 -0
- package/build/src/types/theme/Navbar/Monolith/index.d.ts +91 -0
- package/build/src/types/theme/Navbar/Monolith/mobile-menu.d.ts +80 -0
- package/build/src/types/theme/Navbar/index.d.ts +262 -0
- package/build/src/types/theme/NavbarItem/index.d.ts +306 -0
- package/build/src/types/theme/NotFound/Content/index.d.ts +10 -0
- package/build/src/types/theme/NotFound/index.d.ts +6 -0
- package/build/src/types/theme/Root/icons.d.ts +5 -0
- package/build/src/types/theme/Root/index.d.ts +12 -0
- package/build/src/types/theme/SearchBar/search-context.d.ts +54 -0
- package/build/src/types/theme/SearchBar/search-input.d.ts +60 -0
- package/build/src/types/theme/SearchBar/search-provider.d.ts +50 -0
- package/build/src/types/theme/SearchBar/search-results.d.ts +64 -0
- package/build/src/types/theme/SearchMetadata/index.d.ts +16 -0
- package/build/src/types/theme/SearchPage/index.d.ts +52 -0
- package/build/src/types/theme/SiteMetadata/index.d.ts +61 -0
- package/build/src/types/theme/TOC/index.d.ts +46 -0
- package/build/src/types/theme/TOCCollapsible/index.d.ts +98 -0
- package/build/src/types/theme/TabItem/index.d.ts +26 -0
- package/build/src/types/theme/Tabs/index.d.ts +76 -0
- package/build/src/types/theme/Tag/index.d.ts +20 -0
- package/build/src/types/theme/TagsListByLetter/index.d.ts +20 -0
- package/build/src/types/theme/ThemeProvider/TitleFormatter/index.d.ts +12 -0
- package/build/src/types/theme/ThemeProvider/index.d.ts +12 -0
- package/build/src/types/theme/ThemedImage/index.d.ts +48 -0
- package/build/src/types/worker-globals.d.ts +103 -0
- package/build/vitest.setup.d.ts +2 -0
- package/build/vitest.setup.d.ts.map +1 -0
- package/build/vitest.setup.js +14 -0
- package/build/vitest.setup.js.map +1 -0
- package/nova-config.d.ts +1392 -0
- package/nova-theme.d.ts +999 -0
- package/package.json +144 -2
|
@@ -0,0 +1,164 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Tests - Lib - CSS Generator - CssGenerator Generate.
|
|
3
|
+
*
|
|
4
|
+
* @since 0.15.0
|
|
5
|
+
*/
|
|
6
|
+
export type TestsLibCssGeneratorResult = string;
|
|
7
|
+
|
|
8
|
+
export type TestsLibCssGeneratorIncludesRoot = boolean;
|
|
9
|
+
|
|
10
|
+
export type TestsLibCssGeneratorIncludesPrimary = boolean;
|
|
11
|
+
|
|
12
|
+
export type TestsLibCssGeneratorIncludesAccent = boolean;
|
|
13
|
+
|
|
14
|
+
export type TestsLibCssGeneratorIncludesNeutral = boolean;
|
|
15
|
+
|
|
16
|
+
export type TestsLibCssGeneratorIncludesFont = boolean;
|
|
17
|
+
|
|
18
|
+
export type TestsLibCssGeneratorIncludesShape = boolean;
|
|
19
|
+
|
|
20
|
+
export type TestsLibCssGeneratorIncludesDepth = boolean;
|
|
21
|
+
|
|
22
|
+
export type TestsLibCssGeneratorIncludesMotion = boolean;
|
|
23
|
+
|
|
24
|
+
export type TestsLibCssGeneratorColorResult = string;
|
|
25
|
+
|
|
26
|
+
export type TestsLibCssGeneratorColorIncludesFifty = boolean;
|
|
27
|
+
|
|
28
|
+
export type TestsLibCssGeneratorColorIncludesNineHundred = boolean;
|
|
29
|
+
|
|
30
|
+
export type TestsLibCssGeneratorColorIncludesNineFifty = boolean;
|
|
31
|
+
|
|
32
|
+
/**
|
|
33
|
+
* Tests - Lib - CSS Generator - CssGenerator Generate Depth Variables.
|
|
34
|
+
*
|
|
35
|
+
* @since 0.15.0
|
|
36
|
+
*/
|
|
37
|
+
export type TestsLibCssGeneratorFlatResult = string;
|
|
38
|
+
|
|
39
|
+
export type TestsLibCssGeneratorFlatIncludesNone = boolean;
|
|
40
|
+
|
|
41
|
+
export type TestsLibCssGeneratorElevatedResult = string;
|
|
42
|
+
|
|
43
|
+
export type TestsLibCssGeneratorElevatedIncludesShadow = boolean;
|
|
44
|
+
|
|
45
|
+
export type TestsLibCssGeneratorGlassResult = string;
|
|
46
|
+
|
|
47
|
+
export type TestsLibCssGeneratorGlassIncludesBlur = boolean;
|
|
48
|
+
|
|
49
|
+
/**
|
|
50
|
+
* Tests - Lib - CSS Generator - CssGenerator Generate Grid Variables.
|
|
51
|
+
*
|
|
52
|
+
* @since 0.15.0
|
|
53
|
+
*/
|
|
54
|
+
export type TestsLibCssGeneratorCompactGridResult = string;
|
|
55
|
+
|
|
56
|
+
export type TestsLibCssGeneratorCompactGridSections = string[];
|
|
57
|
+
|
|
58
|
+
export type TestsLibCssGeneratorCompactGridRootBlock = string;
|
|
59
|
+
|
|
60
|
+
export type TestsLibCssGeneratorCompactGridIncludesGutterTwelve = boolean;
|
|
61
|
+
|
|
62
|
+
export type TestsLibCssGeneratorCompactGridIncludesPaddingTwelve = boolean;
|
|
63
|
+
|
|
64
|
+
export type TestsLibCssGeneratorComfortableGridResult = string;
|
|
65
|
+
|
|
66
|
+
export type TestsLibCssGeneratorComfortableGridSections = string[];
|
|
67
|
+
|
|
68
|
+
export type TestsLibCssGeneratorComfortableGridRootBlock = string;
|
|
69
|
+
|
|
70
|
+
export type TestsLibCssGeneratorComfortableGridIncludesGutterSixteen = boolean;
|
|
71
|
+
|
|
72
|
+
export type TestsLibCssGeneratorComfortableGridIncludesPaddingSixteen = boolean;
|
|
73
|
+
|
|
74
|
+
export type TestsLibCssGeneratorSpaciousGridResult = string;
|
|
75
|
+
|
|
76
|
+
export type TestsLibCssGeneratorSpaciousGridSections = string[];
|
|
77
|
+
|
|
78
|
+
export type TestsLibCssGeneratorSpaciousGridRootBlock = string;
|
|
79
|
+
|
|
80
|
+
export type TestsLibCssGeneratorSpaciousGridIncludesGutterTwenty = boolean;
|
|
81
|
+
|
|
82
|
+
export type TestsLibCssGeneratorSpaciousGridIncludesPaddingTwenty = boolean;
|
|
83
|
+
|
|
84
|
+
export type TestsLibCssGeneratorCompactGridMediumSections = string[];
|
|
85
|
+
|
|
86
|
+
export type TestsLibCssGeneratorCompactGridMediumBlock = string;
|
|
87
|
+
|
|
88
|
+
export type TestsLibCssGeneratorCompactGridLargeBlock = string;
|
|
89
|
+
|
|
90
|
+
export type TestsLibCssGeneratorCompactGridMediumIncludesGutterSixteen = boolean;
|
|
91
|
+
|
|
92
|
+
export type TestsLibCssGeneratorCompactGridMediumIncludesPaddingSixteen = boolean;
|
|
93
|
+
|
|
94
|
+
export type TestsLibCssGeneratorCompactGridLargeIncludesGutterTwenty = boolean;
|
|
95
|
+
|
|
96
|
+
export type TestsLibCssGeneratorCompactGridLargeIncludesPaddingTwenty = boolean;
|
|
97
|
+
|
|
98
|
+
export type TestsLibCssGeneratorComfortableGridMediumSections = string[];
|
|
99
|
+
|
|
100
|
+
export type TestsLibCssGeneratorComfortableGridMediumBlock = string;
|
|
101
|
+
|
|
102
|
+
export type TestsLibCssGeneratorComfortableGridLargeBlock = string;
|
|
103
|
+
|
|
104
|
+
export type TestsLibCssGeneratorComfortableGridMediumIncludesGutterTwenty = boolean;
|
|
105
|
+
|
|
106
|
+
export type TestsLibCssGeneratorComfortableGridMediumIncludesPaddingTwenty = boolean;
|
|
107
|
+
|
|
108
|
+
export type TestsLibCssGeneratorComfortableGridLargeIncludesGutterTwentyFour = boolean;
|
|
109
|
+
|
|
110
|
+
export type TestsLibCssGeneratorComfortableGridLargeIncludesPaddingTwentyFour = boolean;
|
|
111
|
+
|
|
112
|
+
export type TestsLibCssGeneratorSpaciousGridMediumSections = string[];
|
|
113
|
+
|
|
114
|
+
export type TestsLibCssGeneratorSpaciousGridMediumBlock = string;
|
|
115
|
+
|
|
116
|
+
export type TestsLibCssGeneratorSpaciousGridLargeBlock = string;
|
|
117
|
+
|
|
118
|
+
export type TestsLibCssGeneratorSpaciousGridMediumIncludesGutterTwentyFour = boolean;
|
|
119
|
+
|
|
120
|
+
export type TestsLibCssGeneratorSpaciousGridMediumIncludesPaddingTwentyFour = boolean;
|
|
121
|
+
|
|
122
|
+
export type TestsLibCssGeneratorSpaciousGridLargeIncludesGutterThirtyTwo = boolean;
|
|
123
|
+
|
|
124
|
+
export type TestsLibCssGeneratorSpaciousGridLargeIncludesPaddingThirtyTwo = boolean;
|
|
125
|
+
|
|
126
|
+
export type TestsLibCssGeneratorGridMediaResult = string;
|
|
127
|
+
|
|
128
|
+
export type TestsLibCssGeneratorGridMediaIncludesFourEighty = boolean;
|
|
129
|
+
|
|
130
|
+
export type TestsLibCssGeneratorGridMediaIncludesSevenSixtyEight = boolean;
|
|
131
|
+
|
|
132
|
+
export type TestsLibCssGeneratorGridIntegrationResult = string;
|
|
133
|
+
|
|
134
|
+
export type TestsLibCssGeneratorGridIntegrationIncludesRoot = boolean;
|
|
135
|
+
|
|
136
|
+
export type TestsLibCssGeneratorGridIntegrationIncludesMedia = boolean;
|
|
137
|
+
|
|
138
|
+
export type TestsLibCssGeneratorGridIntegrationIncludesGutter = boolean;
|
|
139
|
+
|
|
140
|
+
/**
|
|
141
|
+
* Tests - Lib - CSS Generator - CssGenerator Generate Motion Variables.
|
|
142
|
+
*
|
|
143
|
+
* @since 0.15.0
|
|
144
|
+
*/
|
|
145
|
+
export type TestsLibCssGeneratorNoneMotionResult = string;
|
|
146
|
+
|
|
147
|
+
export type TestsLibCssGeneratorNoneMotionIncludesZero = boolean;
|
|
148
|
+
|
|
149
|
+
export type TestsLibCssGeneratorExpressiveMotionResult = string;
|
|
150
|
+
|
|
151
|
+
export type TestsLibCssGeneratorExpressiveMotionIncludesThreeHundred = boolean;
|
|
152
|
+
|
|
153
|
+
/**
|
|
154
|
+
* Tests - Lib - CSS Generator - CssGenerator Generate Shape Variables.
|
|
155
|
+
*
|
|
156
|
+
* @since 0.15.0
|
|
157
|
+
*/
|
|
158
|
+
export type TestsLibCssGeneratorSharpResult = string;
|
|
159
|
+
|
|
160
|
+
export type TestsLibCssGeneratorSharpIncludesZero = boolean;
|
|
161
|
+
|
|
162
|
+
export type TestsLibCssGeneratorPillResult = string;
|
|
163
|
+
|
|
164
|
+
export type TestsLibCssGeneratorPillIncludesLargeRadius = boolean;
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
import type { SharedHastNode } from '../../shared.d.ts';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Tests - Lib - Rehype Shiki - Rehype Shiki.
|
|
5
|
+
*
|
|
6
|
+
* @since 0.15.0
|
|
7
|
+
*/
|
|
8
|
+
export type TestsLibRehypeShikiTree = SharedHastNode;
|
|
9
|
+
|
|
10
|
+
export type TestsLibRehypeShikiTransformer = (tree: SharedHastNode) => Promise<void>;
|
|
11
|
+
|
|
12
|
+
export type TestsLibRehypeShikiOutputNode = SharedHastNode | undefined;
|
|
13
|
+
|
|
14
|
+
export type TestsLibRehypeShikiOutputJson = string;
|
|
15
|
+
|
|
16
|
+
export type TestsLibRehypeShikiIncludesShiki = boolean;
|
|
17
|
+
|
|
18
|
+
export type TestsLibRehypeShikiIncludesMarker = boolean;
|
|
19
|
+
|
|
20
|
+
export type TestsLibRehypeShikiLangTree = SharedHastNode;
|
|
21
|
+
|
|
22
|
+
export type TestsLibRehypeShikiLangTransformer = (tree: SharedHastNode) => Promise<void>;
|
|
23
|
+
|
|
24
|
+
export type TestsLibRehypeShikiLangOutputNode = SharedHastNode | undefined;
|
|
25
|
+
|
|
26
|
+
export type TestsLibRehypeShikiLangOutputJson = string;
|
|
27
|
+
|
|
28
|
+
export type TestsLibRehypeShikiLangIncludesShiki = boolean;
|
|
29
|
+
|
|
30
|
+
export type TestsLibRehypeShikiNoLangTree = SharedHastNode;
|
|
31
|
+
|
|
32
|
+
export type TestsLibRehypeShikiNoLangTransformer = (tree: SharedHastNode) => Promise<void>;
|
|
33
|
+
|
|
34
|
+
export type TestsLibRehypeShikiNoLangOutputNode = SharedHastNode | undefined;
|
|
35
|
+
|
|
36
|
+
export type TestsLibRehypeShikiNoLangOutputJson = string;
|
|
37
|
+
|
|
38
|
+
export type TestsLibRehypeShikiNoLangIncludesShiki = boolean;
|
|
39
|
+
|
|
40
|
+
export type TestsLibRehypeShikiMagicCode = string;
|
|
41
|
+
|
|
42
|
+
export type TestsLibRehypeShikiMagicTree = SharedHastNode;
|
|
43
|
+
|
|
44
|
+
export type TestsLibRehypeShikiMagicTransformer = (tree: SharedHastNode) => Promise<void>;
|
|
45
|
+
|
|
46
|
+
export type TestsLibRehypeShikiMagicOutputNode = SharedHastNode | undefined;
|
|
47
|
+
|
|
48
|
+
export type TestsLibRehypeShikiMagicOutputJson = string;
|
|
49
|
+
|
|
50
|
+
export type TestsLibRehypeShikiMagicIncludesHighlighted = boolean;
|
|
51
|
+
|
|
52
|
+
export type TestsLibRehypeShikiMagicExcludesComment = boolean;
|
|
53
|
+
|
|
54
|
+
export type TestsLibRehypeShikiRangeCode = string;
|
|
55
|
+
|
|
56
|
+
export type TestsLibRehypeShikiRangeTree = SharedHastNode;
|
|
57
|
+
|
|
58
|
+
export type TestsLibRehypeShikiRangeTransformer = (tree: SharedHastNode) => Promise<void>;
|
|
59
|
+
|
|
60
|
+
export type TestsLibRehypeShikiRangeOutputNode = SharedHastNode | undefined;
|
|
61
|
+
|
|
62
|
+
export type TestsLibRehypeShikiRangeOutputJson = string;
|
|
63
|
+
|
|
64
|
+
export type TestsLibRehypeShikiRangeIncludesHighlighted = boolean;
|
|
65
|
+
|
|
66
|
+
export type TestsLibRehypeShikiDiffCode = string;
|
|
67
|
+
|
|
68
|
+
export type TestsLibRehypeShikiDiffTree = SharedHastNode;
|
|
69
|
+
|
|
70
|
+
export type TestsLibRehypeShikiDiffTransformer = (tree: SharedHastNode) => Promise<void>;
|
|
71
|
+
|
|
72
|
+
export type TestsLibRehypeShikiDiffOutputNode = SharedHastNode | undefined;
|
|
73
|
+
|
|
74
|
+
export type TestsLibRehypeShikiDiffOutputJson = string;
|
|
75
|
+
|
|
76
|
+
export type TestsLibRehypeShikiDiffIncludesAdd = boolean;
|
|
77
|
+
|
|
78
|
+
export type TestsLibRehypeShikiDiffIncludesRemove = boolean;
|
|
79
|
+
|
|
80
|
+
export type TestsLibRehypeShikiMarkerTree = SharedHastNode;
|
|
81
|
+
|
|
82
|
+
export type TestsLibRehypeShikiMarkerTransformer = (tree: SharedHastNode) => Promise<void>;
|
|
83
|
+
|
|
84
|
+
export type TestsLibRehypeShikiMarkerOutputNode = SharedHastNode | undefined;
|
|
85
|
+
|
|
86
|
+
export type TestsLibRehypeShikiMarkerOutputJson = string;
|
|
87
|
+
|
|
88
|
+
export type TestsLibRehypeShikiMarkerIncludesAttribute = boolean;
|
|
@@ -0,0 +1,295 @@
|
|
|
1
|
+
import type { LibSearchIndexerDocument, LibSearchIndexerHeading } from '../../../lib/search/indexer.d.ts';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Tests - Lib - Search - Indexer.
|
|
5
|
+
*
|
|
6
|
+
* @since 0.15.0
|
|
7
|
+
*/
|
|
8
|
+
export type TestsLibSearchIndexerCleanupTempDirs = string[];
|
|
9
|
+
|
|
10
|
+
export type TestsLibSearchIndexerCleanupTempDir = string;
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* Tests - Lib - Search - Indexer - BuildSearchIndex Extracts Body Text.
|
|
14
|
+
*
|
|
15
|
+
* @since 0.15.0
|
|
16
|
+
*/
|
|
17
|
+
export type TestsLibSearchIndexerExtractBodySystemTempDir = string;
|
|
18
|
+
|
|
19
|
+
export type TestsLibSearchIndexerExtractBodyTempPathPrefix = string;
|
|
20
|
+
|
|
21
|
+
export type TestsLibSearchIndexerExtractBodyTempDir = string;
|
|
22
|
+
|
|
23
|
+
export type TestsLibSearchIndexerExtractBodyOutDir = string;
|
|
24
|
+
|
|
25
|
+
export type TestsLibSearchIndexerExtractBodyHtmlFilePath = string;
|
|
26
|
+
|
|
27
|
+
export type TestsLibSearchIndexerExtractBodyParentDirectory = string;
|
|
28
|
+
|
|
29
|
+
export type TestsLibSearchIndexerExtractBodyHtmlContent = string;
|
|
30
|
+
|
|
31
|
+
export type TestsLibSearchIndexerExtractBodyRoutesPaths = string[];
|
|
32
|
+
|
|
33
|
+
export type TestsLibSearchIndexerExtractBodyIndexUrl = string;
|
|
34
|
+
|
|
35
|
+
export type TestsLibSearchIndexerExtractBodyIndexPath = string;
|
|
36
|
+
|
|
37
|
+
export type TestsLibSearchIndexerExtractBodyIndexContent = string;
|
|
38
|
+
|
|
39
|
+
export type TestsLibSearchIndexerExtractBodyPayload = Record<string, unknown>;
|
|
40
|
+
|
|
41
|
+
export type TestsLibSearchIndexerExtractBodyDocuments = LibSearchIndexerDocument[];
|
|
42
|
+
|
|
43
|
+
export type TestsLibSearchIndexerExtractBodyFirstDocument = LibSearchIndexerDocument | undefined;
|
|
44
|
+
|
|
45
|
+
export type TestsLibSearchIndexerExtractBodyIncludesArticle = boolean;
|
|
46
|
+
|
|
47
|
+
export type TestsLibSearchIndexerExtractBodyExcludesNav = boolean;
|
|
48
|
+
|
|
49
|
+
/**
|
|
50
|
+
* Tests - Lib - Search - Indexer - BuildSearchIndex Extracts Headings.
|
|
51
|
+
*
|
|
52
|
+
* @since 0.15.0
|
|
53
|
+
*/
|
|
54
|
+
export type TestsLibSearchIndexerExtractHeadingsSystemTempDir = string;
|
|
55
|
+
|
|
56
|
+
export type TestsLibSearchIndexerExtractHeadingsTempPathPrefix = string;
|
|
57
|
+
|
|
58
|
+
export type TestsLibSearchIndexerExtractHeadingsTempDir = string;
|
|
59
|
+
|
|
60
|
+
export type TestsLibSearchIndexerExtractHeadingsOutDir = string;
|
|
61
|
+
|
|
62
|
+
export type TestsLibSearchIndexerExtractHeadingsHtmlFilePath = string;
|
|
63
|
+
|
|
64
|
+
export type TestsLibSearchIndexerExtractHeadingsParentDirectory = string;
|
|
65
|
+
|
|
66
|
+
export type TestsLibSearchIndexerExtractHeadingsHtmlContent = string;
|
|
67
|
+
|
|
68
|
+
export type TestsLibSearchIndexerExtractHeadingsRoutesPaths = string[];
|
|
69
|
+
|
|
70
|
+
export type TestsLibSearchIndexerExtractHeadingsIndexUrl = string;
|
|
71
|
+
|
|
72
|
+
export type TestsLibSearchIndexerExtractHeadingsIndexPath = string;
|
|
73
|
+
|
|
74
|
+
export type TestsLibSearchIndexerExtractHeadingsIndexContent = string;
|
|
75
|
+
|
|
76
|
+
export type TestsLibSearchIndexerExtractHeadingsPayload = Record<string, unknown>;
|
|
77
|
+
|
|
78
|
+
export type TestsLibSearchIndexerExtractHeadingsDocuments = LibSearchIndexerDocument[];
|
|
79
|
+
|
|
80
|
+
export type TestsLibSearchIndexerExtractHeadingsFirstDocument = LibSearchIndexerDocument | undefined;
|
|
81
|
+
|
|
82
|
+
export type TestsLibSearchIndexerExtractHeadingsFirstHeading = LibSearchIndexerHeading | undefined;
|
|
83
|
+
|
|
84
|
+
export type TestsLibSearchIndexerExtractHeadingsFirstHeadingId = string;
|
|
85
|
+
|
|
86
|
+
export type TestsLibSearchIndexerExtractHeadingsFirstHeadingText = string;
|
|
87
|
+
|
|
88
|
+
export type TestsLibSearchIndexerExtractHeadingsFirstHeadingLevel = number;
|
|
89
|
+
|
|
90
|
+
export type TestsLibSearchIndexerExtractHeadingsSecondHeading = LibSearchIndexerHeading | undefined;
|
|
91
|
+
|
|
92
|
+
export type TestsLibSearchIndexerExtractHeadingsSecondHeadingId = string;
|
|
93
|
+
|
|
94
|
+
export type TestsLibSearchIndexerExtractHeadingsSecondHeadingText = string;
|
|
95
|
+
|
|
96
|
+
export type TestsLibSearchIndexerExtractHeadingsSecondHeadingLevel = number;
|
|
97
|
+
|
|
98
|
+
/**
|
|
99
|
+
* Tests - Lib - Search - Indexer - BuildSearchIndex Extracts Meta Description.
|
|
100
|
+
*
|
|
101
|
+
* @since 0.15.0
|
|
102
|
+
*/
|
|
103
|
+
export type TestsLibSearchIndexerExtractDescriptionSystemTempDir = string;
|
|
104
|
+
|
|
105
|
+
export type TestsLibSearchIndexerExtractDescriptionTempPathPrefix = string;
|
|
106
|
+
|
|
107
|
+
export type TestsLibSearchIndexerExtractDescriptionTempDir = string;
|
|
108
|
+
|
|
109
|
+
export type TestsLibSearchIndexerExtractDescriptionOutDir = string;
|
|
110
|
+
|
|
111
|
+
export type TestsLibSearchIndexerExtractDescriptionHtmlFilePath = string;
|
|
112
|
+
|
|
113
|
+
export type TestsLibSearchIndexerExtractDescriptionParentDirectory = string;
|
|
114
|
+
|
|
115
|
+
export type TestsLibSearchIndexerExtractDescriptionHtmlContent = string;
|
|
116
|
+
|
|
117
|
+
export type TestsLibSearchIndexerExtractDescriptionRoutesPaths = string[];
|
|
118
|
+
|
|
119
|
+
export type TestsLibSearchIndexerExtractDescriptionIndexUrl = string;
|
|
120
|
+
|
|
121
|
+
export type TestsLibSearchIndexerExtractDescriptionIndexPath = string;
|
|
122
|
+
|
|
123
|
+
export type TestsLibSearchIndexerExtractDescriptionIndexContent = string;
|
|
124
|
+
|
|
125
|
+
export type TestsLibSearchIndexerExtractDescriptionPayload = Record<string, unknown>;
|
|
126
|
+
|
|
127
|
+
export type TestsLibSearchIndexerExtractDescriptionDocuments = LibSearchIndexerDocument[];
|
|
128
|
+
|
|
129
|
+
export type TestsLibSearchIndexerExtractDescriptionFirstDocument = LibSearchIndexerDocument | undefined;
|
|
130
|
+
|
|
131
|
+
export type TestsLibSearchIndexerExtractDescriptionFirstDocumentDescription = string;
|
|
132
|
+
|
|
133
|
+
/**
|
|
134
|
+
* Tests - Lib - Search - Indexer - BuildSearchIndex Extracts Title.
|
|
135
|
+
*
|
|
136
|
+
* @since 0.15.0
|
|
137
|
+
*/
|
|
138
|
+
export type TestsLibSearchIndexerExtractTitleSystemTempDir = string;
|
|
139
|
+
|
|
140
|
+
export type TestsLibSearchIndexerExtractTitleTempPathPrefix = string;
|
|
141
|
+
|
|
142
|
+
export type TestsLibSearchIndexerExtractTitleTempDir = string;
|
|
143
|
+
|
|
144
|
+
export type TestsLibSearchIndexerExtractTitleOutDir = string;
|
|
145
|
+
|
|
146
|
+
export type TestsLibSearchIndexerExtractTitleHtmlFilePath = string;
|
|
147
|
+
|
|
148
|
+
export type TestsLibSearchIndexerExtractTitleParentDirectory = string;
|
|
149
|
+
|
|
150
|
+
export type TestsLibSearchIndexerExtractTitleHtmlContent = string;
|
|
151
|
+
|
|
152
|
+
export type TestsLibSearchIndexerExtractTitleRoutesPaths = string[];
|
|
153
|
+
|
|
154
|
+
export type TestsLibSearchIndexerExtractTitleManifestPath = string;
|
|
155
|
+
|
|
156
|
+
export type TestsLibSearchIndexerExtractTitleManifestExists = boolean;
|
|
157
|
+
|
|
158
|
+
export type TestsLibSearchIndexerExtractTitleManifestContent = string;
|
|
159
|
+
|
|
160
|
+
export type TestsLibSearchIndexerExtractTitleManifest = Record<string, unknown>;
|
|
161
|
+
|
|
162
|
+
export type TestsLibSearchIndexerExtractTitleIndexUrl = string;
|
|
163
|
+
|
|
164
|
+
export type TestsLibSearchIndexerExtractTitleIndexPath = string;
|
|
165
|
+
|
|
166
|
+
export type TestsLibSearchIndexerExtractTitleIndexExists = boolean;
|
|
167
|
+
|
|
168
|
+
export type TestsLibSearchIndexerExtractTitleIndexContent = string;
|
|
169
|
+
|
|
170
|
+
export type TestsLibSearchIndexerExtractTitlePayload = Record<string, unknown>;
|
|
171
|
+
|
|
172
|
+
export type TestsLibSearchIndexerExtractTitleDocuments = LibSearchIndexerDocument[];
|
|
173
|
+
|
|
174
|
+
export type TestsLibSearchIndexerExtractTitleFirstDocument = LibSearchIndexerDocument | undefined;
|
|
175
|
+
|
|
176
|
+
export type TestsLibSearchIndexerExtractTitleFirstDocumentTitle = string;
|
|
177
|
+
|
|
178
|
+
/**
|
|
179
|
+
* Tests - Lib - Search - Indexer - BuildSearchIndex Filters Ignored Patterns.
|
|
180
|
+
*
|
|
181
|
+
* @since 0.15.0
|
|
182
|
+
*/
|
|
183
|
+
export type TestsLibSearchIndexerIgnorePatternsSystemTempDir = string;
|
|
184
|
+
|
|
185
|
+
export type TestsLibSearchIndexerIgnorePatternsTempPathPrefix = string;
|
|
186
|
+
|
|
187
|
+
export type TestsLibSearchIndexerIgnorePatternsTempDir = string;
|
|
188
|
+
|
|
189
|
+
export type TestsLibSearchIndexerIgnorePatternsOutDir = string;
|
|
190
|
+
|
|
191
|
+
export type TestsLibSearchIndexerIgnorePatternsHtmlFilePathDocs = string;
|
|
192
|
+
|
|
193
|
+
export type TestsLibSearchIndexerIgnorePatternsHtmlFilePathAdmin = string;
|
|
194
|
+
|
|
195
|
+
export type TestsLibSearchIndexerIgnorePatternsParentDirectoryDocs = string;
|
|
196
|
+
|
|
197
|
+
export type TestsLibSearchIndexerIgnorePatternsParentDirectoryAdmin = string;
|
|
198
|
+
|
|
199
|
+
export type TestsLibSearchIndexerIgnorePatternsHtmlContentDocs = string;
|
|
200
|
+
|
|
201
|
+
export type TestsLibSearchIndexerIgnorePatternsHtmlContentAdmin = string;
|
|
202
|
+
|
|
203
|
+
export type TestsLibSearchIndexerIgnorePatternsRoutesPaths = string[];
|
|
204
|
+
|
|
205
|
+
export type TestsLibSearchIndexerIgnorePatternsIndexUrl = string;
|
|
206
|
+
|
|
207
|
+
export type TestsLibSearchIndexerIgnorePatternsIndexPath = string;
|
|
208
|
+
|
|
209
|
+
export type TestsLibSearchIndexerIgnorePatternsIndexContent = string;
|
|
210
|
+
|
|
211
|
+
export type TestsLibSearchIndexerIgnorePatternsPayload = Record<string, unknown>;
|
|
212
|
+
|
|
213
|
+
export type TestsLibSearchIndexerIgnorePatternsDocuments = LibSearchIndexerDocument[];
|
|
214
|
+
|
|
215
|
+
export type TestsLibSearchIndexerIgnorePatternsDocumentsLength = number;
|
|
216
|
+
|
|
217
|
+
export type TestsLibSearchIndexerIgnorePatternsFirstDocumentPath = string;
|
|
218
|
+
|
|
219
|
+
/**
|
|
220
|
+
* Tests - Lib - Search - Indexer - BuildSearchIndex Produces Valid Lunr Index.
|
|
221
|
+
*
|
|
222
|
+
* @since 0.15.0
|
|
223
|
+
*/
|
|
224
|
+
export type TestsLibSearchIndexerLunrSerializationSystemTempDir = string;
|
|
225
|
+
|
|
226
|
+
export type TestsLibSearchIndexerLunrSerializationTempPathPrefix = string;
|
|
227
|
+
|
|
228
|
+
export type TestsLibSearchIndexerLunrSerializationTempDir = string;
|
|
229
|
+
|
|
230
|
+
export type TestsLibSearchIndexerLunrSerializationOutDir = string;
|
|
231
|
+
|
|
232
|
+
export type TestsLibSearchIndexerLunrSerializationHtmlFilePath = string;
|
|
233
|
+
|
|
234
|
+
export type TestsLibSearchIndexerLunrSerializationParentDirectory = string;
|
|
235
|
+
|
|
236
|
+
export type TestsLibSearchIndexerLunrSerializationHtmlContent = string;
|
|
237
|
+
|
|
238
|
+
export type TestsLibSearchIndexerLunrSerializationRoutesPaths = string[];
|
|
239
|
+
|
|
240
|
+
export type TestsLibSearchIndexerLunrSerializationIndexUrl = string;
|
|
241
|
+
|
|
242
|
+
export type TestsLibSearchIndexerLunrSerializationIndexPath = string;
|
|
243
|
+
|
|
244
|
+
export type TestsLibSearchIndexerLunrSerializationIndexContent = string;
|
|
245
|
+
|
|
246
|
+
export type TestsLibSearchIndexerLunrSerializationPayload = Record<string, unknown>;
|
|
247
|
+
|
|
248
|
+
export type TestsLibSearchIndexerLunrSerializationIndex = Record<string, unknown>;
|
|
249
|
+
|
|
250
|
+
export type TestsLibSearchIndexerLunrSerializationHasVersion = boolean;
|
|
251
|
+
|
|
252
|
+
export type TestsLibSearchIndexerLunrSerializationHasFields = boolean;
|
|
253
|
+
|
|
254
|
+
export type TestsLibSearchIndexerLunrSerializationHasInvertedIndex = boolean;
|
|
255
|
+
|
|
256
|
+
/**
|
|
257
|
+
* Tests - Lib - Search - Indexer - BuildSearchIndex Respects IndexDocs Flag.
|
|
258
|
+
*
|
|
259
|
+
* @since 0.15.0
|
|
260
|
+
*/
|
|
261
|
+
export type TestsLibSearchIndexerIndexDocsFlagSystemTempDir = string;
|
|
262
|
+
|
|
263
|
+
export type TestsLibSearchIndexerIndexDocsFlagTempPathPrefix = string;
|
|
264
|
+
|
|
265
|
+
export type TestsLibSearchIndexerIndexDocsFlagTempDir = string;
|
|
266
|
+
|
|
267
|
+
export type TestsLibSearchIndexerIndexDocsFlagOutDir = string;
|
|
268
|
+
|
|
269
|
+
export type TestsLibSearchIndexerIndexDocsFlagHtmlFilePathDocs = string;
|
|
270
|
+
|
|
271
|
+
export type TestsLibSearchIndexerIndexDocsFlagHtmlFilePathBlog = string;
|
|
272
|
+
|
|
273
|
+
export type TestsLibSearchIndexerIndexDocsFlagParentDirectoryDocs = string;
|
|
274
|
+
|
|
275
|
+
export type TestsLibSearchIndexerIndexDocsFlagParentDirectoryBlog = string;
|
|
276
|
+
|
|
277
|
+
export type TestsLibSearchIndexerIndexDocsFlagHtmlContentDocs = string;
|
|
278
|
+
|
|
279
|
+
export type TestsLibSearchIndexerIndexDocsFlagHtmlContentBlog = string;
|
|
280
|
+
|
|
281
|
+
export type TestsLibSearchIndexerIndexDocsFlagRoutesPaths = string[];
|
|
282
|
+
|
|
283
|
+
export type TestsLibSearchIndexerIndexDocsFlagIndexUrl = string;
|
|
284
|
+
|
|
285
|
+
export type TestsLibSearchIndexerIndexDocsFlagIndexPath = string;
|
|
286
|
+
|
|
287
|
+
export type TestsLibSearchIndexerIndexDocsFlagIndexContent = string;
|
|
288
|
+
|
|
289
|
+
export type TestsLibSearchIndexerIndexDocsFlagPayload = Record<string, unknown>;
|
|
290
|
+
|
|
291
|
+
export type TestsLibSearchIndexerIndexDocsFlagDocuments = LibSearchIndexerDocument[];
|
|
292
|
+
|
|
293
|
+
export type TestsLibSearchIndexerIndexDocsFlagDocumentsLength = number;
|
|
294
|
+
|
|
295
|
+
export type TestsLibSearchIndexerIndexDocsFlagFirstDocumentPath = string;
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
import type {
|
|
2
|
+
SharedSearchWorkerSearchHit,
|
|
3
|
+
SharedSearchWorkerTestDocument,
|
|
4
|
+
} from '../../../shared.d.ts';
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* Tests - Lib - Search - Worker - Build Test Index.
|
|
8
|
+
*
|
|
9
|
+
* @since 0.15.0
|
|
10
|
+
*/
|
|
11
|
+
export type TestsLibSearchWorkerBuildTestIndexReturns = TestsLibSearchWorkerBuildTestIndexResult;
|
|
12
|
+
|
|
13
|
+
export type TestsLibSearchWorkerBuildTestIndexDocuments = SharedSearchWorkerTestDocument[];
|
|
14
|
+
|
|
15
|
+
export type TestsLibSearchWorkerBuildTestIndexIndex = unknown;
|
|
16
|
+
|
|
17
|
+
export type TestsLibSearchWorkerBuildTestIndexDocumentEntry = SharedSearchWorkerTestDocument | undefined;
|
|
18
|
+
|
|
19
|
+
export type TestsLibSearchWorkerBuildTestIndexResultIndex = unknown;
|
|
20
|
+
|
|
21
|
+
export type TestsLibSearchWorkerBuildTestIndexResultDocuments = TestsLibSearchWorkerBuildTestIndexDocuments;
|
|
22
|
+
|
|
23
|
+
export type TestsLibSearchWorkerBuildTestIndexResult = {
|
|
24
|
+
index: TestsLibSearchWorkerBuildTestIndexResultIndex;
|
|
25
|
+
documents: TestsLibSearchWorkerBuildTestIndexResultDocuments;
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* Tests - Lib - Search - Worker - PerformSearch Deduplication.
|
|
30
|
+
*
|
|
31
|
+
* @since 0.15.0
|
|
32
|
+
*/
|
|
33
|
+
export type TestsLibSearchWorkerDeduplicationIndex = unknown;
|
|
34
|
+
|
|
35
|
+
export type TestsLibSearchWorkerDeduplicationDocuments = SharedSearchWorkerTestDocument[];
|
|
36
|
+
|
|
37
|
+
export type TestsLibSearchWorkerDeduplicationResults = SharedSearchWorkerSearchHit[];
|
|
38
|
+
|
|
39
|
+
export type TestsLibSearchWorkerDeduplicationPaths = string[];
|
|
40
|
+
|
|
41
|
+
export type TestsLibSearchWorkerDeduplicationHit = SharedSearchWorkerSearchHit;
|
|
42
|
+
|
|
43
|
+
export type TestsLibSearchWorkerDeduplicationUniquePaths = Set<string>;
|
|
44
|
+
|
|
45
|
+
/**
|
|
46
|
+
* Tests - Lib - Search - Worker - PerformSearch Empty Query.
|
|
47
|
+
*
|
|
48
|
+
* @since 0.15.0
|
|
49
|
+
*/
|
|
50
|
+
export type TestsLibSearchWorkerEmptyQueryIndex = unknown;
|
|
51
|
+
|
|
52
|
+
export type TestsLibSearchWorkerEmptyQueryDocuments = SharedSearchWorkerTestDocument[];
|
|
53
|
+
|
|
54
|
+
export type TestsLibSearchWorkerEmptyQueryResults = SharedSearchWorkerSearchHit[];
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* Tests - Lib - Search - Worker - PerformSearch Exact.
|
|
58
|
+
*
|
|
59
|
+
* @since 0.15.0
|
|
60
|
+
*/
|
|
61
|
+
export type TestsLibSearchWorkerExactIndex = unknown;
|
|
62
|
+
|
|
63
|
+
export type TestsLibSearchWorkerExactDocuments = SharedSearchWorkerTestDocument[];
|
|
64
|
+
|
|
65
|
+
export type TestsLibSearchWorkerExactResults = SharedSearchWorkerSearchHit[];
|
|
66
|
+
|
|
67
|
+
export type TestsLibSearchWorkerExactFirstHit = SharedSearchWorkerSearchHit | undefined;
|
|
68
|
+
|
|
69
|
+
/**
|
|
70
|
+
* Tests - Lib - Search - Worker - PerformSearch Fuzzy.
|
|
71
|
+
*
|
|
72
|
+
* @since 0.15.0
|
|
73
|
+
*/
|
|
74
|
+
export type TestsLibSearchWorkerFuzzyIndex = unknown;
|
|
75
|
+
|
|
76
|
+
export type TestsLibSearchWorkerFuzzyDocuments = SharedSearchWorkerTestDocument[];
|
|
77
|
+
|
|
78
|
+
export type TestsLibSearchWorkerFuzzyResults = SharedSearchWorkerSearchHit[];
|
|
79
|
+
|
|
80
|
+
/**
|
|
81
|
+
* Tests - Lib - Search - Worker - PerformSearch Limit.
|
|
82
|
+
*
|
|
83
|
+
* @since 0.15.0
|
|
84
|
+
*/
|
|
85
|
+
export type TestsLibSearchWorkerLimitIndex = unknown;
|
|
86
|
+
|
|
87
|
+
export type TestsLibSearchWorkerLimitDocuments = SharedSearchWorkerTestDocument[];
|
|
88
|
+
|
|
89
|
+
export type TestsLibSearchWorkerLimitResults = SharedSearchWorkerSearchHit[];
|
|
90
|
+
|
|
91
|
+
/**
|
|
92
|
+
* Tests - Lib - Search - Worker - PerformSearch Score Sorting.
|
|
93
|
+
*
|
|
94
|
+
* @since 0.15.0
|
|
95
|
+
*/
|
|
96
|
+
export type TestsLibSearchWorkerScoreSortingIndex = unknown;
|
|
97
|
+
|
|
98
|
+
export type TestsLibSearchWorkerScoreSortingDocuments = SharedSearchWorkerTestDocument[];
|
|
99
|
+
|
|
100
|
+
export type TestsLibSearchWorkerScoreSortingResults = SharedSearchWorkerSearchHit[];
|
|
101
|
+
|
|
102
|
+
export type TestsLibSearchWorkerScoreSortingLastResultIndex = number;
|
|
103
|
+
|
|
104
|
+
export type TestsLibSearchWorkerScoreSortingLastResultItem = SharedSearchWorkerSearchHit | undefined;
|
|
105
|
+
|
|
106
|
+
export type TestsLibSearchWorkerScoreSortingFirstScore = number;
|
|
107
|
+
|
|
108
|
+
export type TestsLibSearchWorkerScoreSortingLastScore = number;
|
|
109
|
+
|
|
110
|
+
/**
|
|
111
|
+
* Tests - Lib - Search - Worker - PerformSearch Wildcard.
|
|
112
|
+
*
|
|
113
|
+
* @since 0.15.0
|
|
114
|
+
*/
|
|
115
|
+
export type TestsLibSearchWorkerWildcardIndex = unknown;
|
|
116
|
+
|
|
117
|
+
export type TestsLibSearchWorkerWildcardDocuments = SharedSearchWorkerTestDocument[];
|
|
118
|
+
|
|
119
|
+
export type TestsLibSearchWorkerWildcardResults = SharedSearchWorkerSearchHit[];
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { LibShikiThemesThemePair } from '../../lib/shiki-themes.d.ts';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Tests - Lib - Shiki Themes - Get Shiki Themes.
|
|
5
|
+
*
|
|
6
|
+
* @since 0.15.0
|
|
7
|
+
*/
|
|
8
|
+
export type TestsLibShikiThemesResult = LibShikiThemesThemePair;
|
|
9
|
+
|
|
10
|
+
export type TestsLibShikiThemesLight = string;
|
|
11
|
+
|
|
12
|
+
export type TestsLibShikiThemesDark = string;
|