@cbnventures/docusaurus-preset-nova 0.25.2 → 0.27.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/build/package.json +29 -27
- package/build/src/blocks/app-market-download/index.d.ts +1 -1
- package/build/src/blocks/app-market-download/index.d.ts.map +1 -1
- package/build/src/blocks/blog-preview/index.d.ts +1 -1
- package/build/src/blocks/blog-preview/index.d.ts.map +1 -1
- package/build/src/blocks/canvas/index.d.ts +1 -1
- package/build/src/blocks/canvas/index.d.ts.map +1 -1
- package/build/src/blocks/features/index.d.ts +1 -1
- package/build/src/blocks/features/index.d.ts.map +1 -1
- package/build/src/blocks/hero/index.d.ts +1 -1
- package/build/src/blocks/hero/index.d.ts.map +1 -1
- package/build/src/blocks/install-strip/index.d.ts +1 -1
- package/build/src/blocks/install-strip/index.d.ts.map +1 -1
- package/build/src/blocks/spotlight/index.d.ts +1 -1
- package/build/src/blocks/spotlight/index.d.ts.map +1 -1
- package/build/src/blocks/stats/index.d.ts +1 -1
- package/build/src/blocks/stats/index.d.ts.map +1 -1
- package/build/src/blocks/terminology/index.d.ts +1 -1
- package/build/src/blocks/terminology/index.d.ts.map +1 -1
- package/build/src/blocks/typewriter/index.d.ts +2 -2
- package/build/src/blocks/typewriter/index.d.ts.map +1 -1
- package/build/src/cli/i18n/check.js +12 -16
- package/build/src/cli/i18n/check.js.map +1 -1
- package/build/src/cli/i18n/coverage.js +27 -34
- package/build/src/cli/i18n/coverage.js.map +1 -1
- package/build/src/cli/i18n/sync.js +17 -21
- package/build/src/cli/i18n/sync.js.map +1 -1
- package/build/src/cli/index.js +16 -21
- package/build/src/cli/index.js.map +1 -1
- package/build/src/get-swizzle-config.js +1 -4
- package/build/src/get-swizzle-config.js.map +1 -1
- package/build/src/index.d.ts.map +1 -1
- package/build/src/index.js +76 -65
- package/build/src/index.js.map +1 -1
- package/build/src/lib/bundle-size.js +7 -10
- package/build/src/lib/bundle-size.js.map +1 -1
- package/build/src/lib/code-block-metastring.d.ts +3 -0
- package/build/src/lib/code-block-metastring.d.ts.map +1 -0
- package/build/src/lib/code-block-metastring.js +36 -0
- package/build/src/lib/code-block-metastring.js.map +1 -0
- package/build/src/lib/color.js +3 -7
- package/build/src/lib/color.js.map +1 -1
- package/build/src/lib/compare-preset-theme-files.js +1 -4
- package/build/src/lib/compare-preset-theme-files.js.map +1 -1
- package/build/src/lib/css-generator.js +6 -10
- package/build/src/lib/css-generator.js.map +1 -1
- package/build/src/lib/filter-preset-theme-file.js +1 -4
- package/build/src/lib/filter-preset-theme-file.js.map +1 -1
- package/build/src/lib/google-fonts-url.js +3 -6
- package/build/src/lib/google-fonts-url.js.map +1 -1
- package/build/src/lib/i18n/apply-plan.js +12 -16
- package/build/src/lib/i18n/apply-plan.js.map +1 -1
- package/build/src/lib/i18n/content-scan.js +19 -23
- package/build/src/lib/i18n/content-scan.js.map +1 -1
- package/build/src/lib/i18n/coverage.js +1 -5
- package/build/src/lib/i18n/coverage.js.map +1 -1
- package/build/src/lib/i18n/prompt.js +3 -10
- package/build/src/lib/i18n/prompt.js.map +1 -1
- package/build/src/lib/i18n/reconcile.js +1 -5
- package/build/src/lib/i18n/reconcile.js.map +1 -1
- package/build/src/lib/i18n/report.js +4 -8
- package/build/src/lib/i18n/report.js.map +1 -1
- package/build/src/lib/i18n/site-context.d.ts.map +1 -1
- package/build/src/lib/i18n/site-context.js +28 -31
- package/build/src/lib/i18n/site-context.js.map +1 -1
- package/build/src/lib/module-loader.d.ts +4 -0
- package/build/src/lib/module-loader.d.ts.map +1 -0
- package/build/src/lib/module-loader.js +9 -0
- package/build/src/lib/module-loader.js.map +1 -0
- package/build/src/lib/progress-bar.d.ts +4 -0
- package/build/src/lib/progress-bar.d.ts.map +1 -0
- package/build/src/lib/progress-bar.js +56 -0
- package/build/src/lib/progress-bar.js.map +1 -0
- package/build/src/lib/regex.d.ts +0 -2
- package/build/src/lib/regex.d.ts.map +1 -1
- package/build/src/lib/regex.js +42 -47
- package/build/src/lib/regex.js.map +1 -1
- package/build/src/lib/rehype-shiki.d.ts.map +1 -1
- package/build/src/lib/rehype-shiki.js +7 -9
- package/build/src/lib/rehype-shiki.js.map +1 -1
- package/build/src/lib/safe-json-ld.js +3 -6
- package/build/src/lib/safe-json-ld.js.map +1 -1
- package/build/src/lib/search/classic-worker.d.ts +3 -0
- package/build/src/lib/search/classic-worker.d.ts.map +1 -0
- package/build/src/lib/search/classic-worker.js +10 -0
- package/build/src/lib/search/classic-worker.js.map +1 -0
- package/build/src/lib/search/indexer.d.ts.map +1 -1
- package/build/src/lib/search/indexer.js +35 -67
- package/build/src/lib/search/indexer.js.map +1 -1
- package/build/src/lib/shiki-themes.js +1 -4
- package/build/src/lib/shiki-themes.js.map +1 -1
- package/build/src/lib/sidebar-mobile-store.js +3 -8
- package/build/src/lib/sidebar-mobile-store.js.map +1 -1
- package/build/src/lib/sticky-layout.js +1 -4
- package/build/src/lib/sticky-layout.js.map +1 -1
- package/build/src/lib/toc-collapsible-store.js +5 -12
- package/build/src/lib/toc-collapsible-store.js.map +1 -1
- package/build/src/lib/translations.js +1 -5
- package/build/src/lib/translations.js.map +1 -1
- package/build/src/lib/use-color-mode-observer.js +4 -7
- package/build/src/lib/use-color-mode-observer.js.map +1 -1
- package/build/src/lib/use-details-dismiss.js +3 -6
- package/build/src/lib/use-details-dismiss.js.map +1 -1
- package/build/src/lib/use-navbar-active-item.js +3 -6
- package/build/src/lib/use-navbar-active-item.js.map +1 -1
- package/build/src/lib/use-navbar-overflow.js +7 -10
- package/build/src/lib/use-navbar-overflow.js.map +1 -1
- package/build/src/lib/use-overlay-panel.js +8 -11
- package/build/src/lib/use-overlay-panel.js.map +1 -1
- package/build/src/lib/webpack-cache.d.ts +3 -0
- package/build/src/lib/webpack-cache.d.ts.map +1 -0
- package/build/src/lib/webpack-cache.js +18 -0
- package/build/src/lib/webpack-cache.js.map +1 -0
- package/build/src/options.d.ts.map +1 -1
- package/build/src/options.js +143 -133
- package/build/src/options.js.map +1 -1
- package/build/src/plugins/bundle-guard/index.js +6 -9
- package/build/src/plugins/bundle-guard/index.js.map +1 -1
- package/build/src/plugins/icons/base-set.js +1 -4
- package/build/src/plugins/icons/base-set.js.map +1 -1
- package/build/src/plugins/icons/generate.d.ts.map +1 -1
- package/build/src/plugins/icons/generate.js +23 -25
- package/build/src/plugins/icons/generate.js.map +1 -1
- package/build/src/plugins/icons/index.js +11 -14
- package/build/src/plugins/icons/index.js.map +1 -1
- package/build/src/plugins/mermaid-tooltip/client.js +1 -2
- package/build/src/plugins/mermaid-tooltip/client.js.map +1 -1
- package/build/src/plugins/mermaid-tooltip/index.d.ts.map +1 -1
- package/build/src/plugins/mermaid-tooltip/index.js +6 -6
- package/build/src/plugins/mermaid-tooltip/index.js.map +1 -1
- package/build/src/preset.d.ts.map +1 -1
- package/build/src/preset.js +35 -31
- package/build/src/preset.js.map +1 -1
- package/build/src/presets/envoy/preset.js +1 -4
- package/build/src/presets/envoy/preset.js.map +1 -1
- package/build/src/presets/foundry/preset.js +1 -4
- package/build/src/presets/foundry/preset.js.map +1 -1
- package/build/src/presets/index.js +14 -17
- package/build/src/presets/index.js.map +1 -1
- package/build/src/presets/lantern/preset.js +1 -4
- package/build/src/presets/lantern/preset.js.map +1 -1
- package/build/src/presets/marshal/preset.js +1 -4
- package/build/src/presets/marshal/preset.js.map +1 -1
- package/build/src/presets/sample/preset.js +1 -4
- package/build/src/presets/sample/preset.js.map +1 -1
- package/build/src/presets/sentinel/preset.js +1 -4
- package/build/src/presets/sentinel/preset.js.map +1 -1
- package/build/src/presets/signal/preset.js +1 -4
- package/build/src/presets/signal/preset.js.map +1 -1
- package/build/src/scripts/announcement-bar-init.js +1 -4
- package/build/src/scripts/announcement-bar-init.js.map +1 -1
- package/build/src/scripts/color-mode-init.js +1 -4
- package/build/src/scripts/color-mode-init.js.map +1 -1
- package/build/src/scripts/data-attribute-query.js +1 -4
- package/build/src/scripts/data-attribute-query.js.map +1 -1
- package/build/src/styles/theme/SearchBar/style.css +12 -34
- package/build/src/tests/cli/i18n/check.test.js +21 -23
- package/build/src/tests/cli/i18n/check.test.js.map +1 -1
- package/build/src/tests/cli/i18n/coverage.test.js +30 -32
- package/build/src/tests/cli/i18n/coverage.test.js.map +1 -1
- package/build/src/tests/cli/i18n/sync.test.js +55 -57
- package/build/src/tests/cli/i18n/sync.test.js.map +1 -1
- package/build/src/tests/config-drift.test.js +29 -2
- package/build/src/tests/config-drift.test.js.map +1 -1
- package/build/src/tests/documentation-dependencies.test.d.ts +2 -0
- package/build/src/tests/documentation-dependencies.test.d.ts.map +1 -0
- package/build/src/tests/documentation-dependencies.test.js +26 -0
- package/build/src/tests/documentation-dependencies.test.js.map +1 -0
- package/build/src/tests/exports-module-format.test.js +15 -11
- package/build/src/tests/exports-module-format.test.js.map +1 -1
- package/build/src/tests/lib/code-block-metastring.test.d.ts +2 -0
- package/build/src/tests/lib/code-block-metastring.test.d.ts.map +1 -0
- package/build/src/tests/lib/code-block-metastring.test.js +27 -0
- package/build/src/tests/lib/code-block-metastring.test.js.map +1 -0
- package/build/src/tests/lib/i18n/apply-plan.test.js +96 -98
- package/build/src/tests/lib/i18n/apply-plan.test.js.map +1 -1
- package/build/src/tests/lib/i18n/content-scan.test.js +63 -65
- package/build/src/tests/lib/i18n/content-scan.test.js.map +1 -1
- package/build/src/tests/lib/i18n/coverage.test.js +24 -26
- package/build/src/tests/lib/i18n/coverage.test.js.map +1 -1
- package/build/src/tests/lib/i18n/reconcile.test.js +129 -131
- package/build/src/tests/lib/i18n/reconcile.test.js.map +1 -1
- package/build/src/tests/lib/i18n/site-context.test.js +24 -26
- package/build/src/tests/lib/i18n/site-context.test.js.map +1 -1
- package/build/src/tests/lib/progress-bar.test.d.ts +2 -0
- package/build/src/tests/lib/progress-bar.test.d.ts.map +1 -0
- package/build/src/tests/lib/progress-bar.test.js +76 -0
- package/build/src/tests/lib/progress-bar.test.js.map +1 -0
- package/build/src/tests/lib/rehype-shiki.test.js +35 -1
- package/build/src/tests/lib/rehype-shiki.test.js.map +1 -1
- package/build/src/tests/lib/search/worker.test.js +25 -7
- package/build/src/tests/lib/search/worker.test.js.map +1 -1
- package/build/src/tests/lib/webpack-cache.test.d.ts +2 -0
- package/build/src/tests/lib/webpack-cache.test.d.ts.map +1 -0
- package/build/src/tests/lib/webpack-cache.test.js +31 -0
- package/build/src/tests/lib/webpack-cache.test.js.map +1 -0
- package/build/src/tests/options.test.js +2 -0
- package/build/src/tests/options.test.js.map +1 -1
- package/build/src/tests/overlay-dismissal.test.d.ts +2 -0
- package/build/src/tests/overlay-dismissal.test.d.ts.map +1 -0
- package/build/src/tests/overlay-dismissal.test.js +53 -0
- package/build/src/tests/overlay-dismissal.test.js.map +1 -0
- package/build/src/tests/preset.test.js +31 -0
- package/build/src/tests/preset.test.js.map +1 -1
- package/build/src/tests/theme/SearchBar/style-minification.test.d.ts +2 -0
- package/build/src/tests/theme/SearchBar/style-minification.test.d.ts.map +1 -0
- package/build/src/tests/theme/SearchBar/style-minification.test.js +37 -0
- package/build/src/tests/theme/SearchBar/style-minification.test.js.map +1 -0
- package/build/src/tests/translation-plurals.test.d.ts +2 -0
- package/build/src/tests/translation-plurals.test.d.ts.map +1 -0
- package/build/src/tests/translation-plurals.test.js +52 -0
- package/build/src/tests/translation-plurals.test.js.map +1 -0
- package/build/src/theme/Admonition/index.d.ts +1 -1
- package/build/src/theme/Admonition/index.d.ts.map +1 -1
- package/build/src/theme/Blog/Components/Author/Socials/index.d.ts +1 -1
- package/build/src/theme/Blog/Components/Author/Socials/index.d.ts.map +1 -1
- package/build/src/theme/Blog/Components/Author/index.d.ts +1 -1
- package/build/src/theme/Blog/Components/Author/index.d.ts.map +1 -1
- package/build/src/theme/Blog/Pages/BlogAuthorsListPage/index.d.ts +1 -1
- package/build/src/theme/Blog/Pages/BlogAuthorsListPage/index.d.ts.map +1 -1
- package/build/src/theme/Blog/Pages/BlogAuthorsPostsPage/index.d.ts +1 -1
- package/build/src/theme/Blog/Pages/BlogAuthorsPostsPage/index.d.ts.map +1 -1
- package/build/src/theme/BlogArchivePage/index.d.ts +1 -1
- package/build/src/theme/BlogArchivePage/index.d.ts.map +1 -1
- package/build/src/theme/BlogLayout/index.d.ts +1 -1
- package/build/src/theme/BlogLayout/index.d.ts.map +1 -1
- package/build/src/theme/BlogListPage/StructuredData/index.d.ts +1 -1
- package/build/src/theme/BlogListPage/StructuredData/index.d.ts.map +1 -1
- package/build/src/theme/BlogListPage/index.d.ts +1 -1
- package/build/src/theme/BlogListPage/index.d.ts.map +1 -1
- package/build/src/theme/BlogListPaginator/index.d.ts +1 -1
- package/build/src/theme/BlogListPaginator/index.d.ts.map +1 -1
- package/build/src/theme/BlogPostItem/index.d.ts +1 -1
- package/build/src/theme/BlogPostItem/index.d.ts.map +1 -1
- package/build/src/theme/BlogPostItems/index.d.ts +1 -1
- package/build/src/theme/BlogPostItems/index.d.ts.map +1 -1
- package/build/src/theme/BlogPostPage/Metadata/index.d.ts +1 -1
- package/build/src/theme/BlogPostPage/Metadata/index.d.ts.map +1 -1
- package/build/src/theme/BlogPostPage/StructuredData/index.d.ts +1 -1
- package/build/src/theme/BlogPostPage/StructuredData/index.d.ts.map +1 -1
- package/build/src/theme/BlogPostPage/index.d.ts +1 -1
- package/build/src/theme/BlogPostPage/index.d.ts.map +1 -1
- package/build/src/theme/BlogPostPaginator/index.d.ts +1 -1
- package/build/src/theme/BlogPostPaginator/index.d.ts.map +1 -1
- package/build/src/theme/BlogSidebar/index.d.ts +1 -1
- package/build/src/theme/BlogSidebar/index.d.ts.map +1 -1
- package/build/src/theme/BlogSidebarMobile/index.d.ts +1 -1
- package/build/src/theme/BlogSidebarMobile/index.d.ts.map +1 -1
- package/build/src/theme/BlogTagsListPage/index.d.ts +1 -1
- package/build/src/theme/BlogTagsListPage/index.d.ts.map +1 -1
- package/build/src/theme/BlogTagsPostsPage/index.d.ts +1 -1
- package/build/src/theme/BlogTagsPostsPage/index.d.ts.map +1 -1
- package/build/src/theme/CodeBlock/index.d.ts +2 -1
- package/build/src/theme/CodeBlock/index.d.ts.map +1 -1
- package/build/src/theme/CodeBlock/index.js +8 -5
- package/build/src/theme/CodeBlock/index.js.map +1 -1
- package/build/src/theme/CodeBlock/live-editor.d.ts +1 -1
- package/build/src/theme/CodeBlock/live-editor.d.ts.map +1 -1
- package/build/src/theme/CodeInline/index.d.ts +1 -1
- package/build/src/theme/CodeInline/index.d.ts.map +1 -1
- package/build/src/theme/ContentFooter/Edit/index.d.ts +1 -1
- package/build/src/theme/ContentFooter/Edit/index.d.ts.map +1 -1
- package/build/src/theme/ContentFooter/Share/index.d.ts +1 -1
- package/build/src/theme/ContentFooter/Share/index.d.ts.map +1 -1
- package/build/src/theme/ContentFooter/ShareButton/index.d.ts +1 -1
- package/build/src/theme/ContentFooter/ShareButton/index.d.ts.map +1 -1
- package/build/src/theme/ContentFooter/Tags/index.d.ts +1 -1
- package/build/src/theme/ContentFooter/Tags/index.d.ts.map +1 -1
- package/build/src/theme/ContentFooter/index.d.ts +1 -1
- package/build/src/theme/ContentFooter/index.d.ts.map +1 -1
- package/build/src/theme/ContentVisibility/index.d.ts +1 -1
- package/build/src/theme/ContentVisibility/index.d.ts.map +1 -1
- package/build/src/theme/DocBreadcrumbs/StructuredData/index.d.ts +1 -1
- package/build/src/theme/DocBreadcrumbs/StructuredData/index.d.ts.map +1 -1
- package/build/src/theme/DocBreadcrumbs/index.d.ts +1 -1
- package/build/src/theme/DocBreadcrumbs/index.d.ts.map +1 -1
- package/build/src/theme/DocCard/index.d.ts +1 -1
- package/build/src/theme/DocCard/index.d.ts.map +1 -1
- package/build/src/theme/DocCardList/index.d.ts +1 -1
- package/build/src/theme/DocCardList/index.d.ts.map +1 -1
- package/build/src/theme/DocCategoryGeneratedIndexPage/index.d.ts +1 -1
- package/build/src/theme/DocCategoryGeneratedIndexPage/index.d.ts.map +1 -1
- package/build/src/theme/DocItem/Content/index.d.ts +1 -1
- package/build/src/theme/DocItem/Content/index.d.ts.map +1 -1
- package/build/src/theme/DocItem/Footer/index.d.ts +1 -1
- package/build/src/theme/DocItem/Footer/index.d.ts.map +1 -1
- package/build/src/theme/DocItem/Layout/index.d.ts +1 -1
- package/build/src/theme/DocItem/Layout/index.d.ts.map +1 -1
- package/build/src/theme/DocItem/Metadata/index.d.ts +1 -1
- package/build/src/theme/DocItem/Metadata/index.d.ts.map +1 -1
- package/build/src/theme/DocItem/Paginator/index.d.ts +1 -1
- package/build/src/theme/DocItem/Paginator/index.d.ts.map +1 -1
- package/build/src/theme/DocItem/TOC/Desktop/index.d.ts +1 -1
- package/build/src/theme/DocItem/TOC/Desktop/index.d.ts.map +1 -1
- package/build/src/theme/DocItem/TOC/Mobile/index.d.ts +1 -1
- package/build/src/theme/DocItem/TOC/Mobile/index.d.ts.map +1 -1
- package/build/src/theme/DocItem/index.d.ts +1 -1
- package/build/src/theme/DocItem/index.d.ts.map +1 -1
- package/build/src/theme/DocPaginator/index.d.ts +1 -1
- package/build/src/theme/DocPaginator/index.d.ts.map +1 -1
- package/build/src/theme/DocRoot/Layout/Main/index.d.ts +1 -1
- package/build/src/theme/DocRoot/Layout/Main/index.d.ts.map +1 -1
- package/build/src/theme/DocRoot/Layout/Sidebar/index.d.ts +1 -1
- package/build/src/theme/DocRoot/Layout/Sidebar/index.d.ts.map +1 -1
- package/build/src/theme/DocRoot/Layout/index.d.ts +1 -1
- package/build/src/theme/DocRoot/Layout/index.d.ts.map +1 -1
- package/build/src/theme/DocRoot/index.d.ts +1 -1
- package/build/src/theme/DocRoot/index.d.ts.map +1 -1
- package/build/src/theme/DocSidebar/index.d.ts +1 -1
- package/build/src/theme/DocSidebar/index.d.ts.map +1 -1
- package/build/src/theme/DocSidebarItem/Category/index.d.ts +1 -1
- package/build/src/theme/DocSidebarItem/Category/index.d.ts.map +1 -1
- package/build/src/theme/DocSidebarItem/Html/index.d.ts +1 -1
- package/build/src/theme/DocSidebarItem/Html/index.d.ts.map +1 -1
- package/build/src/theme/DocSidebarItem/Link/index.d.ts +1 -1
- package/build/src/theme/DocSidebarItem/Link/index.d.ts.map +1 -1
- package/build/src/theme/DocSidebarItem/index.d.ts +1 -1
- package/build/src/theme/DocSidebarItem/index.d.ts.map +1 -1
- package/build/src/theme/DocSidebarItems/index.d.ts +1 -1
- package/build/src/theme/DocSidebarItems/index.d.ts.map +1 -1
- package/build/src/theme/DocSidebarMobile/index.d.ts +1 -1
- package/build/src/theme/DocSidebarMobile/index.d.ts.map +1 -1
- package/build/src/theme/DocSidebarMobile/panel.d.ts.map +1 -1
- package/build/src/theme/DocSidebarMobile/panel.js +7 -1
- package/build/src/theme/DocSidebarMobile/panel.js.map +1 -1
- package/build/src/theme/DocTagDocListPage/index.d.ts +1 -1
- package/build/src/theme/DocTagDocListPage/index.d.ts.map +1 -1
- package/build/src/theme/DocTagsListPage/index.d.ts +1 -1
- package/build/src/theme/DocTagsListPage/index.d.ts.map +1 -1
- package/build/src/theme/DocVersionBanner/index.d.ts +1 -1
- package/build/src/theme/DocVersionBanner/index.d.ts.map +1 -1
- package/build/src/theme/DocVersionRoot/index.d.ts +1 -1
- package/build/src/theme/DocVersionRoot/index.d.ts.map +1 -1
- package/build/src/theme/DocsRoot/index.d.ts +1 -1
- package/build/src/theme/DocsRoot/index.d.ts.map +1 -1
- package/build/src/theme/EditMetaRow/index.d.ts +1 -1
- package/build/src/theme/EditMetaRow/index.d.ts.map +1 -1
- package/build/src/theme/EditThisPage/index.d.ts +1 -1
- package/build/src/theme/EditThisPage/index.d.ts.map +1 -1
- package/build/src/theme/Error/index.d.ts +1 -1
- package/build/src/theme/Error/index.d.ts.map +1 -1
- package/build/src/theme/ErrorPageContent/index.d.ts +1 -1
- package/build/src/theme/ErrorPageContent/index.d.ts.map +1 -1
- package/build/src/theme/Footer/index.d.ts +1 -1
- package/build/src/theme/Footer/index.d.ts.map +1 -1
- package/build/src/theme/IconExternalLink/index.d.ts +1 -1
- package/build/src/theme/IconExternalLink/index.d.ts.map +1 -1
- package/build/src/theme/LastUpdated/index.d.ts +1 -1
- package/build/src/theme/LastUpdated/index.d.ts.map +1 -1
- package/build/src/theme/Layout/Provider/index.d.ts +1 -1
- package/build/src/theme/Layout/Provider/index.d.ts.map +1 -1
- package/build/src/theme/Layout/index.d.ts +1 -1
- package/build/src/theme/Layout/index.d.ts.map +1 -1
- package/build/src/theme/Loading/index.d.ts +1 -1
- package/build/src/theme/Loading/index.d.ts.map +1 -1
- package/build/src/theme/MDXComponents/index.d.ts +10 -10
- package/build/src/theme/MDXComponents/index.d.ts.map +1 -1
- package/build/src/theme/MDXContent/index.d.ts +1 -1
- package/build/src/theme/MDXContent/index.d.ts.map +1 -1
- package/build/src/theme/MDXPage/index.d.ts +1 -1
- package/build/src/theme/MDXPage/index.d.ts.map +1 -1
- package/build/src/theme/Navbar/index.d.ts +1 -1
- package/build/src/theme/Navbar/index.d.ts.map +1 -1
- package/build/src/theme/NavbarItem/default-navbar-item.d.ts +1 -1
- package/build/src/theme/NavbarItem/default-navbar-item.d.ts.map +1 -1
- package/build/src/theme/NavbarItem/doc-navbar-item.d.ts +1 -1
- package/build/src/theme/NavbarItem/doc-navbar-item.d.ts.map +1 -1
- package/build/src/theme/NavbarItem/doc-sidebar-navbar-item.d.ts +1 -1
- package/build/src/theme/NavbarItem/doc-sidebar-navbar-item.d.ts.map +1 -1
- package/build/src/theme/NavbarItem/docs-version-dropdown-navbar-item.d.ts +1 -1
- package/build/src/theme/NavbarItem/docs-version-dropdown-navbar-item.d.ts.map +1 -1
- package/build/src/theme/NavbarItem/docs-version-navbar-item.d.ts +1 -1
- package/build/src/theme/NavbarItem/docs-version-navbar-item.d.ts.map +1 -1
- package/build/src/theme/NavbarItem/dropdown-navbar-item.d.ts +1 -1
- package/build/src/theme/NavbarItem/dropdown-navbar-item.d.ts.map +1 -1
- package/build/src/theme/NavbarItem/html-navbar-item.d.ts +1 -1
- package/build/src/theme/NavbarItem/html-navbar-item.d.ts.map +1 -1
- package/build/src/theme/NavbarItem/index.d.ts +1 -1
- package/build/src/theme/NavbarItem/index.d.ts.map +1 -1
- package/build/src/theme/NavbarItem/locale-dropdown-navbar-item.d.ts +1 -1
- package/build/src/theme/NavbarItem/locale-dropdown-navbar-item.d.ts.map +1 -1
- package/build/src/theme/NavbarItem/search-navbar-item.d.ts +1 -1
- package/build/src/theme/NavbarItem/search-navbar-item.d.ts.map +1 -1
- package/build/src/theme/NotFound/Content/index.d.ts +1 -1
- package/build/src/theme/NotFound/Content/index.d.ts.map +1 -1
- package/build/src/theme/NotFound/index.d.ts +1 -1
- package/build/src/theme/NotFound/index.d.ts.map +1 -1
- package/build/src/theme/Root/index.d.ts +1 -1
- package/build/src/theme/Root/index.d.ts.map +1 -1
- package/build/src/theme/SearchBar/search-input.d.ts +1 -1
- package/build/src/theme/SearchBar/search-input.d.ts.map +1 -1
- package/build/src/theme/SearchBar/search-provider.d.ts +1 -1
- package/build/src/theme/SearchBar/search-provider.d.ts.map +1 -1
- package/build/src/theme/SearchBar/search-results.d.ts +1 -1
- package/build/src/theme/SearchBar/search-results.d.ts.map +1 -1
- package/build/src/theme/SearchBar/search-results.js.map +1 -1
- package/build/src/theme/SearchMetadata/index.d.ts +1 -1
- package/build/src/theme/SearchMetadata/index.d.ts.map +1 -1
- package/build/src/theme/SearchPage/index.d.ts +1 -1
- package/build/src/theme/SearchPage/index.d.ts.map +1 -1
- package/build/src/theme/SiteMetadata/index.d.ts +1 -1
- package/build/src/theme/SiteMetadata/index.d.ts.map +1 -1
- package/build/src/theme/SkipToContent/index.d.ts +1 -1
- package/build/src/theme/SkipToContent/index.d.ts.map +1 -1
- package/build/src/theme/TOC/index.d.ts +1 -1
- package/build/src/theme/TOC/index.d.ts.map +1 -1
- package/build/src/theme/TOCCollapsible/index.d.ts +1 -1
- package/build/src/theme/TOCCollapsible/index.d.ts.map +1 -1
- package/build/src/theme/TOCCollapsible/panel.d.ts.map +1 -1
- package/build/src/theme/TOCCollapsible/panel.js +15 -4
- package/build/src/theme/TOCCollapsible/panel.js.map +1 -1
- package/build/src/theme/TabItem/index.d.ts +1 -1
- package/build/src/theme/TabItem/index.d.ts.map +1 -1
- package/build/src/theme/Tabs/index.d.ts +1 -1
- package/build/src/theme/Tabs/index.d.ts.map +1 -1
- package/build/src/theme/Tag/index.d.ts +1 -1
- package/build/src/theme/Tag/index.d.ts.map +1 -1
- package/build/src/theme/TagsListByLetter/index.d.ts +1 -1
- package/build/src/theme/TagsListByLetter/index.d.ts.map +1 -1
- package/build/src/theme/ThemeProvider/TitleFormatter/index.d.ts +1 -1
- package/build/src/theme/ThemeProvider/TitleFormatter/index.d.ts.map +1 -1
- package/build/src/theme/ThemeProvider/index.d.ts +1 -1
- package/build/src/theme/ThemeProvider/index.d.ts.map +1 -1
- package/build/src/types/index.d.ts +31 -2
- package/build/src/types/lib/code-block-metastring.d.ts +18 -0
- package/build/src/types/lib/module-loader.d.ts +24 -0
- package/build/src/types/lib/progress-bar.d.ts +37 -0
- package/build/src/types/lib/search/classic-worker.d.ts +10 -0
- package/build/src/types/lib/search/indexer.d.ts +2 -0
- package/build/src/types/lib/webpack-cache.d.ts +27 -0
- package/build/src/types/options.d.ts +10 -1
- package/build/src/types/plugins/mermaid-tooltip/index.d.ts +4 -0
- package/build/src/types/preset.d.ts +24 -11
- package/build/src/types/shared.d.ts +89 -0
- package/build/src/types/tests/config-drift.test.d.ts +6 -1
- package/build/src/types/tests/documentation-dependencies.test.d.ts +27 -0
- package/build/src/types/tests/exports-module-format.test.d.ts +29 -31
- package/build/src/types/tests/lib/code-block-metastring.test.d.ts +27 -0
- package/build/src/types/tests/lib/rehype-shiki.test.d.ts +26 -0
- package/build/src/types/tests/lib/search/worker.test.d.ts +40 -6
- package/build/src/types/tests/options.test.d.ts +5 -0
- package/build/src/types/tests/overlay-dismissal.test.d.ts +54 -0
- package/build/src/types/tests/preset.test.d.ts +53 -0
- package/build/src/types/tests/theme/SearchBar/style-minification.test.d.ts +22 -0
- package/build/src/types/tests/translation-plurals.test.d.ts +55 -0
- package/build/src/types/theme/CodeBlock/index.d.ts +2 -0
- package/build/src/types/theme/TOCCollapsible/panel.d.ts +4 -0
- package/build/vitest.setup.js +6 -12
- package/build/vitest.setup.js.map +1 -1
- package/nova-config.d.ts +57 -23
- package/package.json +29 -27
- package/translations/locales/he/theme-nova.json +1 -0
- package/translations/locales/id/theme-nova.json +1 -0
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Tests - Documentation Dependencies - Documentation Dependencies.
|
|
3
|
+
*
|
|
4
|
+
* @since 0.26.0
|
|
5
|
+
*/
|
|
6
|
+
export type Tests_DocumentationDependencies_DocumentationDependencies_DocumentsEveryRuntimeAndPeerDependency_CurrentFileDirectory = string;
|
|
7
|
+
|
|
8
|
+
export type Tests_DocumentationDependencies_DocumentationDependencies_DocumentsEveryRuntimeAndPeerDependency_PackageDirectory = string;
|
|
9
|
+
|
|
10
|
+
export type Tests_DocumentationDependencies_DocumentationDependencies_DocumentsEveryRuntimeAndPeerDependency_ManifestPath = string;
|
|
11
|
+
|
|
12
|
+
export type Tests_DocumentationDependencies_DocumentationDependencies_DocumentsEveryRuntimeAndPeerDependency_LedgerPath = string;
|
|
13
|
+
|
|
14
|
+
export type Tests_DocumentationDependencies_DocumentationDependencies_DocumentsEveryRuntimeAndPeerDependency_ManifestRaw = string;
|
|
15
|
+
|
|
16
|
+
export type Tests_DocumentationDependencies_DocumentationDependencies_DocumentsEveryRuntimeAndPeerDependency_ManifestDependencies = Record<string, string>;
|
|
17
|
+
|
|
18
|
+
export type Tests_DocumentationDependencies_DocumentationDependencies_DocumentsEveryRuntimeAndPeerDependency_ManifestPeerDependencies = Record<string, string>;
|
|
19
|
+
|
|
20
|
+
export type Tests_DocumentationDependencies_DocumentationDependencies_DocumentsEveryRuntimeAndPeerDependency_Manifest = {
|
|
21
|
+
dependencies: Tests_DocumentationDependencies_DocumentationDependencies_DocumentsEveryRuntimeAndPeerDependency_ManifestDependencies;
|
|
22
|
+
peerDependencies: Tests_DocumentationDependencies_DocumentationDependencies_DocumentsEveryRuntimeAndPeerDependency_ManifestPeerDependencies;
|
|
23
|
+
};
|
|
24
|
+
|
|
25
|
+
export type Tests_DocumentationDependencies_DocumentationDependencies_DocumentsEveryRuntimeAndPeerDependency_Ledger = string;
|
|
26
|
+
|
|
27
|
+
export type Tests_DocumentationDependencies_DocumentationDependencies_DocumentsEveryRuntimeAndPeerDependency_DependencyNames = string[];
|
|
@@ -1,56 +1,54 @@
|
|
|
1
1
|
import type { ModuleKind, ParsedCommandLine } from 'typescript';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
|
-
* Tests - Exports Module Format - Collect Non Esm
|
|
4
|
+
* Tests - Exports Module Format - Collect Non Esm Package Exports.
|
|
5
5
|
*
|
|
6
6
|
* @since 0.21.0
|
|
7
7
|
*/
|
|
8
|
-
export type
|
|
8
|
+
export type Tests_ExportsModuleFormat_CollectNonEsmPackageExports_PackageRoot = string;
|
|
9
9
|
|
|
10
|
-
export type
|
|
10
|
+
export type Tests_ExportsModuleFormat_CollectNonEsmPackageExports_Returns = Promise<string[]>;
|
|
11
11
|
|
|
12
|
-
export type
|
|
12
|
+
export type Tests_ExportsModuleFormat_CollectNonEsmPackageExports_PackageJsonPath = string;
|
|
13
13
|
|
|
14
|
-
export type
|
|
14
|
+
export type Tests_ExportsModuleFormat_CollectNonEsmPackageExports_PackageJsonText = string;
|
|
15
15
|
|
|
16
|
-
export type
|
|
16
|
+
export type Tests_ExportsModuleFormat_CollectNonEsmPackageExports_PackageJson_Type = string;
|
|
17
17
|
|
|
18
|
-
export type
|
|
18
|
+
export type Tests_ExportsModuleFormat_CollectNonEsmPackageExports_PackageJson_Exports = Record<string, unknown>;
|
|
19
19
|
|
|
20
|
-
export type
|
|
21
|
-
type?:
|
|
22
|
-
exports?:
|
|
20
|
+
export type Tests_ExportsModuleFormat_CollectNonEsmPackageExports_PackageJson = {
|
|
21
|
+
type?: Tests_ExportsModuleFormat_CollectNonEsmPackageExports_PackageJson_Type;
|
|
22
|
+
exports?: Tests_ExportsModuleFormat_CollectNonEsmPackageExports_PackageJson_Exports;
|
|
23
23
|
};
|
|
24
24
|
|
|
25
|
-
export type
|
|
25
|
+
export type Tests_ExportsModuleFormat_CollectNonEsmPackageExports_PackageType = string | undefined;
|
|
26
26
|
|
|
27
|
-
export type
|
|
27
|
+
export type Tests_ExportsModuleFormat_CollectNonEsmPackageExports_ExportsMap = Record<string, unknown>;
|
|
28
28
|
|
|
29
|
-
export type
|
|
29
|
+
export type Tests_ExportsModuleFormat_CollectNonEsmPackageExports_Violations = string[];
|
|
30
30
|
|
|
31
|
-
export type
|
|
31
|
+
export type Tests_ExportsModuleFormat_CollectNonEsmPackageExports_Project_Name = string;
|
|
32
32
|
|
|
33
|
-
export type
|
|
33
|
+
export type Tests_ExportsModuleFormat_CollectNonEsmPackageExports_Project_Esm = boolean;
|
|
34
34
|
|
|
35
|
-
export type
|
|
35
|
+
export type Tests_ExportsModuleFormat_CollectNonEsmPackageExports_Project_Files = Set<string>;
|
|
36
36
|
|
|
37
|
-
export type
|
|
38
|
-
name:
|
|
39
|
-
esm:
|
|
40
|
-
files:
|
|
37
|
+
export type Tests_ExportsModuleFormat_CollectNonEsmPackageExports_Project = {
|
|
38
|
+
name: Tests_ExportsModuleFormat_CollectNonEsmPackageExports_Project_Name;
|
|
39
|
+
esm: Tests_ExportsModuleFormat_CollectNonEsmPackageExports_Project_Esm;
|
|
40
|
+
files: Tests_ExportsModuleFormat_CollectNonEsmPackageExports_Project_Files;
|
|
41
41
|
};
|
|
42
42
|
|
|
43
|
-
export type
|
|
43
|
+
export type Tests_ExportsModuleFormat_CollectNonEsmPackageExports_Projects = Tests_ExportsModuleFormat_CollectNonEsmPackageExports_Project[];
|
|
44
44
|
|
|
45
|
-
export type
|
|
45
|
+
export type Tests_ExportsModuleFormat_CollectNonEsmPackageExports_Target = unknown;
|
|
46
46
|
|
|
47
|
-
export type
|
|
47
|
+
export type Tests_ExportsModuleFormat_CollectNonEsmPackageExports_SourcePath = string | undefined;
|
|
48
48
|
|
|
49
|
-
export type
|
|
49
|
+
export type Tests_ExportsModuleFormat_CollectNonEsmPackageExports_OwningProjects = Tests_ExportsModuleFormat_CollectNonEsmPackageExports_Project[];
|
|
50
50
|
|
|
51
|
-
export type
|
|
52
|
-
|
|
53
|
-
export type Tests_ExportsModuleFormat_CollectNonEsmBrowserExports_OwningProject = Tests_ExportsModuleFormat_CollectNonEsmBrowserExports_Project | undefined;
|
|
51
|
+
export type Tests_ExportsModuleFormat_CollectNonEsmPackageExports_OwningProject = Tests_ExportsModuleFormat_CollectNonEsmPackageExports_Project | undefined;
|
|
54
52
|
|
|
55
53
|
/**
|
|
56
54
|
* Tests - Exports Module Format - Emits Esm.
|
|
@@ -64,15 +62,15 @@ export type Tests_ExportsModuleFormat_EmitsEsm_PackageType = string | undefined;
|
|
|
64
62
|
export type Tests_ExportsModuleFormat_EmitsEsm_Returns = boolean;
|
|
65
63
|
|
|
66
64
|
/**
|
|
67
|
-
* Tests - Exports Module Format - Exports Module Format - Emits Every
|
|
65
|
+
* Tests - Exports Module Format - Exports Module Format - Emits Every Build Facing Package Export As Esm.
|
|
68
66
|
*
|
|
69
67
|
* @since 0.21.0
|
|
70
68
|
*/
|
|
71
|
-
export type
|
|
69
|
+
export type Tests_ExportsModuleFormat_ExportsModuleFormat_EmitsEveryBuildFacingPackageExportAsEsm_PackageRoot = string;
|
|
72
70
|
|
|
73
|
-
export type
|
|
71
|
+
export type Tests_ExportsModuleFormat_ExportsModuleFormat_EmitsEveryBuildFacingPackageExportAsEsm_Violations = string[];
|
|
74
72
|
|
|
75
|
-
export type
|
|
73
|
+
export type Tests_ExportsModuleFormat_ExportsModuleFormat_EmitsEveryBuildFacingPackageExportAsEsm_Message = string;
|
|
76
74
|
|
|
77
75
|
/**
|
|
78
76
|
* Tests - Exports Module Format - Get Package Root.
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Tests - Lib - Code Block Metastring - Has Metastring Flag - Ignores A Flag Word Inside A Double Quoted Title.
|
|
3
|
+
*
|
|
4
|
+
* @since 0.22.0
|
|
5
|
+
*/
|
|
6
|
+
export type Tests_Lib_CodeBlockMetastring_HasMetastringFlag_IgnoresAFlagWordInsideADoubleQuotedTitle_Result = boolean;
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* Tests - Lib - Code Block Metastring - Has Metastring Flag - Ignores A Flag Word Inside A Single Quoted Title.
|
|
10
|
+
*
|
|
11
|
+
* @since 0.22.0
|
|
12
|
+
*/
|
|
13
|
+
export type Tests_Lib_CodeBlockMetastring_HasMetastringFlag_IgnoresAFlagWordInsideASingleQuotedTitle_Result = boolean;
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* Tests - Lib - Code Block Metastring - Has Metastring Flag - Recognizes A Flag After An Escaped Quote In A Title.
|
|
17
|
+
*
|
|
18
|
+
* @since 0.22.0
|
|
19
|
+
*/
|
|
20
|
+
export type Tests_Lib_CodeBlockMetastring_HasMetastringFlag_RecognizesAFlagAfterAnEscapedQuoteInATitle_Result = boolean;
|
|
21
|
+
|
|
22
|
+
/**
|
|
23
|
+
* Tests - Lib - Code Block Metastring - Has Metastring Flag - Recognizes A Standalone Flag.
|
|
24
|
+
*
|
|
25
|
+
* @since 0.22.0
|
|
26
|
+
*/
|
|
27
|
+
export type Tests_Lib_CodeBlockMetastring_HasMetastringFlag_RecognizesAStandaloneFlag_Result = boolean;
|
|
@@ -96,6 +96,32 @@ export type Tests_Lib_RehypeShiki_RehypeShiki_HighlightsCodeWithShikiClasses_Inc
|
|
|
96
96
|
|
|
97
97
|
export type Tests_Lib_RehypeShiki_RehypeShiki_HighlightsCodeWithShikiClasses_IncludesMarker = boolean;
|
|
98
98
|
|
|
99
|
+
/**
|
|
100
|
+
* Tests - Lib - Rehype Shiki - Rehype Shiki - Ignores Live Words Inside Quoted Titles.
|
|
101
|
+
*
|
|
102
|
+
* @since 0.22.0
|
|
103
|
+
*/
|
|
104
|
+
export type Tests_Lib_RehypeShiki_RehypeShiki_IgnoresLiveWordsInsideQuotedTitles_Tree_Type = string;
|
|
105
|
+
|
|
106
|
+
export type Tests_Lib_RehypeShiki_RehypeShiki_IgnoresLiveWordsInsideQuotedTitles_Tree = {
|
|
107
|
+
type: Tests_Lib_RehypeShiki_RehypeShiki_IgnoresLiveWordsInsideQuotedTitles_Tree_Type;
|
|
108
|
+
tagName?: string;
|
|
109
|
+
properties?: Record<string, unknown>;
|
|
110
|
+
children?: Array<Tests_Lib_RehypeShiki_RehypeShiki_IgnoresLiveWordsInsideQuotedTitles_Tree>;
|
|
111
|
+
value?: string;
|
|
112
|
+
data?: Record<string, unknown>;
|
|
113
|
+
};
|
|
114
|
+
|
|
115
|
+
export type Tests_Lib_RehypeShiki_RehypeShiki_IgnoresLiveWordsInsideQuotedTitles_Transformer = (tree: Tests_Lib_RehypeShiki_RehypeShiki_IgnoresLiveWordsInsideQuotedTitles_Tree) => Promise<void>;
|
|
116
|
+
|
|
117
|
+
export type Tests_Lib_RehypeShiki_RehypeShiki_IgnoresLiveWordsInsideQuotedTitles_OutputNode = Tests_Lib_RehypeShiki_RehypeShiki_IgnoresLiveWordsInsideQuotedTitles_Tree | undefined;
|
|
118
|
+
|
|
119
|
+
export type Tests_Lib_RehypeShiki_RehypeShiki_IgnoresLiveWordsInsideQuotedTitles_OutputJson = string;
|
|
120
|
+
|
|
121
|
+
export type Tests_Lib_RehypeShiki_RehypeShiki_IgnoresLiveWordsInsideQuotedTitles_IncludesTitle = boolean;
|
|
122
|
+
|
|
123
|
+
export type Tests_Lib_RehypeShiki_RehypeShiki_IgnoresLiveWordsInsideQuotedTitles_IncludesLive = boolean;
|
|
124
|
+
|
|
99
125
|
/**
|
|
100
126
|
* Tests - Lib - Rehype Shiki - Rehype Shiki - Marks Add And Remove Lines From Add Start Remove Start Magic Comments And Strips The Markers.
|
|
101
127
|
*
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
import type {
|
|
2
|
+
Diagnostic,
|
|
3
|
+
ParsedCommandLine,
|
|
4
|
+
TranspileOutput,
|
|
5
|
+
} from 'typescript';
|
|
6
|
+
|
|
1
7
|
/**
|
|
2
8
|
* Tests - Lib - Search - Worker.
|
|
3
9
|
*
|
|
@@ -174,14 +180,42 @@ export type Tests_Lib_Search_Worker_PerformSearchScoreSorting_ReturnsResultsSort
|
|
|
174
180
|
export type Tests_Lib_Search_Worker_PerformSearchWildcard_MatchesPrefixQueriesViaWildcardStrategy_Index = unknown;
|
|
175
181
|
|
|
176
182
|
/**
|
|
177
|
-
* Tests - Lib - Search - Worker - Worker
|
|
183
|
+
* Tests - Lib - Search - Worker - Transpile Worker Source.
|
|
178
184
|
*
|
|
179
|
-
* @since 0.
|
|
185
|
+
* @since 0.26.0
|
|
180
186
|
*/
|
|
181
|
-
export type
|
|
187
|
+
export type Tests_Lib_Search_Worker_TranspileWorkerSource_Returns = string;
|
|
188
|
+
|
|
189
|
+
export type Tests_Lib_Search_Worker_TranspileWorkerSource_CurrentDirectory = string;
|
|
190
|
+
|
|
191
|
+
export type Tests_Lib_Search_Worker_TranspileWorkerSource_PackageRoot = string;
|
|
192
|
+
|
|
193
|
+
export type Tests_Lib_Search_Worker_TranspileWorkerSource_ConfigPath = string;
|
|
194
|
+
|
|
195
|
+
export type Tests_Lib_Search_Worker_TranspileWorkerSource_ConfigReadResult_Config = unknown;
|
|
196
|
+
|
|
197
|
+
export type Tests_Lib_Search_Worker_TranspileWorkerSource_ConfigReadResult_Error = Diagnostic;
|
|
198
|
+
|
|
199
|
+
export type Tests_Lib_Search_Worker_TranspileWorkerSource_ConfigReadResult = {
|
|
200
|
+
config?: Tests_Lib_Search_Worker_TranspileWorkerSource_ConfigReadResult_Config;
|
|
201
|
+
error?: Tests_Lib_Search_Worker_TranspileWorkerSource_ConfigReadResult_Error;
|
|
202
|
+
};
|
|
182
203
|
|
|
183
|
-
export type
|
|
204
|
+
export type Tests_Lib_Search_Worker_TranspileWorkerSource_ParsedConfig = ParsedCommandLine;
|
|
184
205
|
|
|
185
|
-
export type
|
|
206
|
+
export type Tests_Lib_Search_Worker_TranspileWorkerSource_WorkerPath = string;
|
|
207
|
+
|
|
208
|
+
export type Tests_Lib_Search_Worker_TranspileWorkerSource_WorkerSource = string;
|
|
209
|
+
|
|
210
|
+
export type Tests_Lib_Search_Worker_TranspileWorkerSource_TranspileOutput = TranspileOutput;
|
|
211
|
+
|
|
212
|
+
export type Tests_Lib_Search_Worker_TranspileWorkerSource_TranspileDiagnostics = Diagnostic[];
|
|
213
|
+
|
|
214
|
+
/**
|
|
215
|
+
* Tests - Lib - Search - Worker - Worker Script Compatibility - Produces A Valid Classic Script From Current Source Without Build Output.
|
|
216
|
+
*
|
|
217
|
+
* @since 0.21.0
|
|
218
|
+
*/
|
|
219
|
+
export type Tests_Lib_Search_Worker_WorkerScriptCompatibility_ProducesAValidClassicScriptFromCurrentSourceWithoutBuildOutput_TranspiledWorkerSource = string;
|
|
186
220
|
|
|
187
|
-
export type
|
|
221
|
+
export type Tests_Lib_Search_Worker_WorkerScriptCompatibility_ProducesAValidClassicScriptFromCurrentSourceWithoutBuildOutput_WorkerScript = string;
|
|
@@ -240,6 +240,8 @@ export type Tests_Options_ValidateOptions_ReturnsDefaultsWhenOnlyPresetIsProvide
|
|
|
240
240
|
|
|
241
241
|
export type Tests_Options_ValidateOptions_ReturnsDefaultsWhenOnlyPresetIsProvided_Result_Analytics = unknown;
|
|
242
242
|
|
|
243
|
+
export type Tests_Options_ValidateOptions_ReturnsDefaultsWhenOnlyPresetIsProvided_Result_PersistentCache = boolean;
|
|
244
|
+
|
|
243
245
|
export type Tests_Options_ValidateOptions_ReturnsDefaultsWhenOnlyPresetIsProvided_Result_ProgressBar = unknown;
|
|
244
246
|
|
|
245
247
|
export type Tests_Options_ValidateOptions_ReturnsDefaultsWhenOnlyPresetIsProvided_Result_Search = unknown;
|
|
@@ -249,6 +251,7 @@ export type Tests_Options_ValidateOptions_ReturnsDefaultsWhenOnlyPresetIsProvide
|
|
|
249
251
|
overrides: Tests_Options_ValidateOptions_ReturnsDefaultsWhenOnlyPresetIsProvided_Result_Overrides;
|
|
250
252
|
plugins: Tests_Options_ValidateOptions_ReturnsDefaultsWhenOnlyPresetIsProvided_Result_Plugins;
|
|
251
253
|
analytics: Tests_Options_ValidateOptions_ReturnsDefaultsWhenOnlyPresetIsProvided_Result_Analytics;
|
|
254
|
+
persistentCache: Tests_Options_ValidateOptions_ReturnsDefaultsWhenOnlyPresetIsProvided_Result_PersistentCache;
|
|
252
255
|
progressBar: Tests_Options_ValidateOptions_ReturnsDefaultsWhenOnlyPresetIsProvided_Result_ProgressBar;
|
|
253
256
|
search: Tests_Options_ValidateOptions_ReturnsDefaultsWhenOnlyPresetIsProvided_Result_Search;
|
|
254
257
|
};
|
|
@@ -266,6 +269,8 @@ export type Tests_Options_ValidateOptions_ReturnsDefaultsWhenOnlyPresetIsProvide
|
|
|
266
269
|
error?: Error;
|
|
267
270
|
};
|
|
268
271
|
|
|
272
|
+
export type Tests_Options_ValidateOptions_ReturnsDefaultsWhenOnlyPresetIsProvided_PersistentCache = boolean;
|
|
273
|
+
|
|
269
274
|
/**
|
|
270
275
|
* Tests - Options - Validate Theme Config - Accepts An Empty Error Pages Object.
|
|
271
276
|
*
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Tests - Overlay Dismissal - Get Package Root.
|
|
3
|
+
*
|
|
4
|
+
* @since 0.27.0
|
|
5
|
+
*/
|
|
6
|
+
export type Tests_OverlayDismissal_GetPackageRoot_Returns = string;
|
|
7
|
+
|
|
8
|
+
export type Tests_OverlayDismissal_GetPackageRoot_CurrentFilePath = string;
|
|
9
|
+
|
|
10
|
+
export type Tests_OverlayDismissal_GetPackageRoot_CurrentFileDirectory = string;
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* Tests - Overlay Dismissal - Overlay Dismissal.
|
|
14
|
+
*
|
|
15
|
+
* @since 0.27.0
|
|
16
|
+
*/
|
|
17
|
+
export type Tests_OverlayDismissal_OverlayDismissal_CloseOnNavigationContract = string;
|
|
18
|
+
|
|
19
|
+
/**
|
|
20
|
+
* Tests - Overlay Dismissal - Overlay Dismissal - Doc Sidebar Closes On Navigation.
|
|
21
|
+
*
|
|
22
|
+
* @since 0.27.0
|
|
23
|
+
*/
|
|
24
|
+
export type Tests_OverlayDismissal_OverlayDismissal_DocSidebarClosesOnNavigation_Source = string;
|
|
25
|
+
|
|
26
|
+
export type Tests_OverlayDismissal_OverlayDismissal_DocSidebarClosesOnNavigation_HasContract = boolean;
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* Tests - Overlay Dismissal - Overlay Dismissal - TOC Closes On Navigation And Heading Selection.
|
|
30
|
+
*
|
|
31
|
+
* @since 0.27.0
|
|
32
|
+
*/
|
|
33
|
+
export type Tests_OverlayDismissal_OverlayDismissal_TOCClosesOnNavigationAndHeadingSelection_Source = string;
|
|
34
|
+
|
|
35
|
+
export type Tests_OverlayDismissal_OverlayDismissal_TOCClosesOnNavigationAndHeadingSelection_SelectionCloseContract = string;
|
|
36
|
+
|
|
37
|
+
export type Tests_OverlayDismissal_OverlayDismissal_TOCClosesOnNavigationAndHeadingSelection_HasNavigationContract = boolean;
|
|
38
|
+
|
|
39
|
+
export type Tests_OverlayDismissal_OverlayDismissal_TOCClosesOnNavigationAndHeadingSelection_HasSelectionHandler = boolean;
|
|
40
|
+
|
|
41
|
+
export type Tests_OverlayDismissal_OverlayDismissal_TOCClosesOnNavigationAndHeadingSelection_HasRecursiveSelectionHandler = boolean;
|
|
42
|
+
|
|
43
|
+
export type Tests_OverlayDismissal_OverlayDismissal_TOCClosesOnNavigationAndHeadingSelection_HasSelectionCloseHandler = boolean;
|
|
44
|
+
|
|
45
|
+
/**
|
|
46
|
+
* Tests - Overlay Dismissal - Read Panel.
|
|
47
|
+
*
|
|
48
|
+
* @since 0.27.0
|
|
49
|
+
*/
|
|
50
|
+
export type Tests_OverlayDismissal_ReadPanel_RelativePath = string;
|
|
51
|
+
|
|
52
|
+
export type Tests_OverlayDismissal_ReadPanel_Returns = Promise<string>;
|
|
53
|
+
|
|
54
|
+
export type Tests_OverlayDismissal_ReadPanel_PanelPath = string;
|
|
@@ -1,3 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Tests - Preset - Preset - Accepts Only Required Preset Option.
|
|
3
|
+
*
|
|
4
|
+
* @since 0.26.0
|
|
5
|
+
*/
|
|
6
|
+
export type Tests_Preset_Preset_AcceptsOnlyRequiredPresetOption_ResultPlugin = [string, Record<string, unknown>] | string;
|
|
7
|
+
|
|
8
|
+
export type Tests_Preset_Preset_AcceptsOnlyRequiredPresetOption_ResultPlugins = Tests_Preset_Preset_AcceptsOnlyRequiredPresetOption_ResultPlugin[];
|
|
9
|
+
|
|
10
|
+
export type Tests_Preset_Preset_AcceptsOnlyRequiredPresetOption_ResultTheme = [string, Record<string, unknown>] | string;
|
|
11
|
+
|
|
12
|
+
export type Tests_Preset_Preset_AcceptsOnlyRequiredPresetOption_ResultThemes = Tests_Preset_Preset_AcceptsOnlyRequiredPresetOption_ResultTheme[];
|
|
13
|
+
|
|
14
|
+
export type Tests_Preset_Preset_AcceptsOnlyRequiredPresetOption_Result = {
|
|
15
|
+
plugins: Tests_Preset_Preset_AcceptsOnlyRequiredPresetOption_ResultPlugins;
|
|
16
|
+
themes: Tests_Preset_Preset_AcceptsOnlyRequiredPresetOption_ResultThemes;
|
|
17
|
+
};
|
|
18
|
+
|
|
19
|
+
export type Tests_Preset_Preset_AcceptsOnlyRequiredPresetOption_PluginCount = number;
|
|
20
|
+
|
|
21
|
+
export type Tests_Preset_Preset_AcceptsOnlyRequiredPresetOption_ThemeCount = number;
|
|
22
|
+
|
|
1
23
|
/**
|
|
2
24
|
* Tests - Preset - Preset - Excludes Blog Plugin When Blog Is False.
|
|
3
25
|
*
|
|
@@ -118,6 +140,37 @@ export type Tests_Preset_Preset_IncludesGtmPluginWhenGtmIsProvided_Result = {
|
|
|
118
140
|
|
|
119
141
|
export type Tests_Preset_Preset_IncludesGtmPluginWhenGtmIsProvided_PluginCount = number;
|
|
120
142
|
|
|
143
|
+
/**
|
|
144
|
+
* Tests - Preset - Preset - Passes Persistent Cache To Nova Theme When Enabled.
|
|
145
|
+
*
|
|
146
|
+
* @since 0.26.0
|
|
147
|
+
*/
|
|
148
|
+
export type Tests_Preset_Preset_PassesPersistentCacheToNovaThemeWhenEnabled_ResultPlugin = [string, Record<string, unknown>] | string;
|
|
149
|
+
|
|
150
|
+
export type Tests_Preset_Preset_PassesPersistentCacheToNovaThemeWhenEnabled_ResultPlugins = Tests_Preset_Preset_PassesPersistentCacheToNovaThemeWhenEnabled_ResultPlugin[];
|
|
151
|
+
|
|
152
|
+
export type Tests_Preset_Preset_PassesPersistentCacheToNovaThemeWhenEnabled_ResultThemeOptions_PersistentCache = boolean | undefined;
|
|
153
|
+
|
|
154
|
+
export type Tests_Preset_Preset_PassesPersistentCacheToNovaThemeWhenEnabled_ResultThemeOptions = {
|
|
155
|
+
persistentCache?: Tests_Preset_Preset_PassesPersistentCacheToNovaThemeWhenEnabled_ResultThemeOptions_PersistentCache;
|
|
156
|
+
[key: string]: unknown;
|
|
157
|
+
};
|
|
158
|
+
|
|
159
|
+
export type Tests_Preset_Preset_PassesPersistentCacheToNovaThemeWhenEnabled_ResultTheme = [string, Tests_Preset_Preset_PassesPersistentCacheToNovaThemeWhenEnabled_ResultThemeOptions] | string;
|
|
160
|
+
|
|
161
|
+
export type Tests_Preset_Preset_PassesPersistentCacheToNovaThemeWhenEnabled_ResultThemes = Tests_Preset_Preset_PassesPersistentCacheToNovaThemeWhenEnabled_ResultTheme[];
|
|
162
|
+
|
|
163
|
+
export type Tests_Preset_Preset_PassesPersistentCacheToNovaThemeWhenEnabled_Result = {
|
|
164
|
+
plugins: Tests_Preset_Preset_PassesPersistentCacheToNovaThemeWhenEnabled_ResultPlugins;
|
|
165
|
+
themes: Tests_Preset_Preset_PassesPersistentCacheToNovaThemeWhenEnabled_ResultThemes;
|
|
166
|
+
};
|
|
167
|
+
|
|
168
|
+
export type Tests_Preset_Preset_PassesPersistentCacheToNovaThemeWhenEnabled_NovaTheme = [string, Tests_Preset_Preset_PassesPersistentCacheToNovaThemeWhenEnabled_ResultThemeOptions];
|
|
169
|
+
|
|
170
|
+
export type Tests_Preset_Preset_PassesPersistentCacheToNovaThemeWhenEnabled_ThemeOptions = Tests_Preset_Preset_PassesPersistentCacheToNovaThemeWhenEnabled_ResultThemeOptions;
|
|
171
|
+
|
|
172
|
+
export type Tests_Preset_Preset_PassesPersistentCacheToNovaThemeWhenEnabled_PersistentCache = boolean | undefined;
|
|
173
|
+
|
|
121
174
|
/**
|
|
122
175
|
* Tests - Preset - Preset - Passes Search Config To Nova Theme When Search Is Provided.
|
|
123
176
|
*
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import type CssMinimizerPlugin from 'css-minimizer-webpack-plugin';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Tests - Theme - Search Bar - Style Minification.
|
|
5
|
+
*
|
|
6
|
+
* @since 0.26.0
|
|
7
|
+
*/
|
|
8
|
+
export type Tests_Theme_SearchBar_StyleMinification_SearchBarStyles_MinifiesWithoutProductionWarnings_CurrentFilePath = string;
|
|
9
|
+
|
|
10
|
+
export type Tests_Theme_SearchBar_StyleMinification_SearchBarStyles_MinifiesWithoutProductionWarnings_CurrentDirectory = string;
|
|
11
|
+
|
|
12
|
+
export type Tests_Theme_SearchBar_StyleMinification_SearchBarStyles_MinifiesWithoutProductionWarnings_StylePath = string;
|
|
13
|
+
|
|
14
|
+
export type Tests_Theme_SearchBar_StyleMinification_SearchBarStyles_MinifiesWithoutProductionWarnings_StyleSource = string;
|
|
15
|
+
|
|
16
|
+
export type Tests_Theme_SearchBar_StyleMinification_SearchBarStyles_MinifiesWithoutProductionWarnings_Result = Awaited<ReturnType<typeof CssMinimizerPlugin.cleanCssMinify>>;
|
|
17
|
+
|
|
18
|
+
export type Tests_Theme_SearchBar_StyleMinification_SearchBarStyles_MinifiesWithoutProductionWarnings_Warnings = NonNullable<Tests_Theme_SearchBar_StyleMinification_SearchBarStyles_MinifiesWithoutProductionWarnings_Result['warnings']>;
|
|
19
|
+
|
|
20
|
+
export type Tests_Theme_SearchBar_StyleMinification_SearchBarStyles_MinifiesWithoutProductionWarnings_Errors = NonNullable<Tests_Theme_SearchBar_StyleMinification_SearchBarStyles_MinifiesWithoutProductionWarnings_Result['errors']>;
|
|
21
|
+
|
|
22
|
+
export type Tests_Theme_SearchBar_StyleMinification_SearchBarStyles_MinifiesWithoutProductionWarnings_KeepsMountingRule = boolean;
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import type { Dirent } from 'node:fs';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Tests - Translation Plurals - Read Message Bundle.
|
|
5
|
+
*
|
|
6
|
+
* @since 0.27.0
|
|
7
|
+
*/
|
|
8
|
+
export type Tests_TranslationPlurals_ReadMessageBundle_FilePath = string;
|
|
9
|
+
|
|
10
|
+
export type Tests_TranslationPlurals_ReadMessageBundle_Returns = Record<string, string>;
|
|
11
|
+
|
|
12
|
+
export type Tests_TranslationPlurals_ReadMessageBundle_Raw = string;
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* Tests - Translation Plurals - Translation Plurals - Every Merged Plural Message Fits Its Locale.
|
|
16
|
+
*
|
|
17
|
+
* @since 0.27.0
|
|
18
|
+
*/
|
|
19
|
+
export type Tests_TranslationPlurals_TranslationPlurals_EveryMergedPluralMessageFitsItsLocale_CurrentFileDirectory = string;
|
|
20
|
+
|
|
21
|
+
export type Tests_TranslationPlurals_TranslationPlurals_EveryMergedPluralMessageFitsItsLocale_PackageDirectory = string;
|
|
22
|
+
|
|
23
|
+
export type Tests_TranslationPlurals_TranslationPlurals_EveryMergedPluralMessageFitsItsLocale_LocalesRoot = string;
|
|
24
|
+
|
|
25
|
+
export type Tests_TranslationPlurals_TranslationPlurals_EveryMergedPluralMessageFitsItsLocale_UpstreamLocalesRoot = string;
|
|
26
|
+
|
|
27
|
+
export type Tests_TranslationPlurals_TranslationPlurals_EveryMergedPluralMessageFitsItsLocale_LocaleEntries = readonly Dirent[];
|
|
28
|
+
|
|
29
|
+
export type Tests_TranslationPlurals_TranslationPlurals_EveryMergedPluralMessageFitsItsLocale_Locales = readonly string[];
|
|
30
|
+
|
|
31
|
+
export type Tests_TranslationPlurals_TranslationPlurals_EveryMergedPluralMessageFitsItsLocale_Violations = string[];
|
|
32
|
+
|
|
33
|
+
export type Tests_TranslationPlurals_TranslationPlurals_EveryMergedPluralMessageFitsItsLocale_UpstreamLocale = string;
|
|
34
|
+
|
|
35
|
+
export type Tests_TranslationPlurals_TranslationPlurals_EveryMergedPluralMessageFitsItsLocale_CommonPath = string;
|
|
36
|
+
|
|
37
|
+
export type Tests_TranslationPlurals_TranslationPlurals_EveryMergedPluralMessageFitsItsLocale_NovaPath = string;
|
|
38
|
+
|
|
39
|
+
export type Tests_TranslationPlurals_TranslationPlurals_EveryMergedPluralMessageFitsItsLocale_CommonMessages = Record<string, string>;
|
|
40
|
+
|
|
41
|
+
export type Tests_TranslationPlurals_TranslationPlurals_EveryMergedPluralMessageFitsItsLocale_NovaMessages = Record<string, string>;
|
|
42
|
+
|
|
43
|
+
export type Tests_TranslationPlurals_TranslationPlurals_EveryMergedPluralMessageFitsItsLocale_MergedMessages = Record<string, string>;
|
|
44
|
+
|
|
45
|
+
export type Tests_TranslationPlurals_TranslationPlurals_EveryMergedPluralMessageFitsItsLocale_MaximumForms = number;
|
|
46
|
+
|
|
47
|
+
export type Tests_TranslationPlurals_TranslationPlurals_EveryMergedPluralMessageFitsItsLocale_Entry = [string, string];
|
|
48
|
+
|
|
49
|
+
export type Tests_TranslationPlurals_TranslationPlurals_EveryMergedPluralMessageFitsItsLocale_MessageKey = string;
|
|
50
|
+
|
|
51
|
+
export type Tests_TranslationPlurals_TranslationPlurals_EveryMergedPluralMessageFitsItsLocale_Message = string;
|
|
52
|
+
|
|
53
|
+
export type Tests_TranslationPlurals_TranslationPlurals_EveryMergedPluralMessageFitsItsLocale_FormCount = number;
|
|
54
|
+
|
|
55
|
+
export type Tests_TranslationPlurals_TranslationPlurals_EveryMergedPluralMessageFitsItsLocale_ViolationsMessage = string;
|
|
@@ -102,6 +102,8 @@ export type Theme_CodeBlock_Index_CodeBlock_ShowMore = string;
|
|
|
102
102
|
|
|
103
103
|
export type Theme_CodeBlock_Index_CodeBlock_ShowLess = string;
|
|
104
104
|
|
|
105
|
+
export type Theme_CodeBlock_Index_CodeBlock_LiveEditorLanguage = string;
|
|
106
|
+
|
|
105
107
|
/**
|
|
106
108
|
* Theme - Code Block - Extract Plain Text.
|
|
107
109
|
*
|
|
@@ -6,6 +6,8 @@ import type { Shared_TocHeading } from '../../shared.d.ts';
|
|
|
6
6
|
*
|
|
7
7
|
* @since 0.21.0
|
|
8
8
|
*/
|
|
9
|
+
export type Theme_TocCollapsible_Panel_TOCCollapsiblePanel_Pathname = string;
|
|
10
|
+
|
|
9
11
|
export type Theme_TocCollapsible_Panel_TOCCollapsiblePanel_IsOpen = boolean;
|
|
10
12
|
|
|
11
13
|
export type Theme_TocCollapsible_Panel_TOCCollapsiblePanel_Payload_TreeItems = Shared_TocHeading[];
|
|
@@ -50,6 +52,8 @@ export type Theme_TocCollapsible_Panel_TocList_Item = Shared_TocHeading;
|
|
|
50
52
|
|
|
51
53
|
export type Theme_TocCollapsible_Panel_TocList_Items = Theme_TocCollapsible_Panel_TocList_Item[];
|
|
52
54
|
|
|
55
|
+
export type Theme_TocCollapsible_Panel_TocList_OnLinkClick = () => undefined;
|
|
56
|
+
|
|
53
57
|
/**
|
|
54
58
|
* Theme - Toc Collapsible - Panel - Toc List (TocList).
|
|
55
59
|
*
|
package/build/vitest.setup.js
CHANGED
|
@@ -1,14 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
process.exitCode = undefined;
|
|
8
|
-
return;
|
|
9
|
-
});
|
|
10
|
-
(0, vitest_1.afterEach)(() => {
|
|
11
|
-
vitest_1.vi.restoreAllMocks();
|
|
12
|
-
return;
|
|
1
|
+
import { VitestSetup } from '@cbnventures/nova/toolkit';
|
|
2
|
+
import { afterEach, beforeEach, vi } from 'vitest';
|
|
3
|
+
VitestSetup.register({
|
|
4
|
+
afterEach,
|
|
5
|
+
beforeEach,
|
|
6
|
+
vi,
|
|
13
7
|
});
|
|
14
8
|
//# sourceMappingURL=vitest.setup.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vitest.setup.js","sourceRoot":"","sources":["../vitest.setup.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"vitest.setup.js","sourceRoot":"","sources":["../vitest.setup.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AACxD,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,EAAE,EAAE,MAAM,QAAQ,CAAC;AAWnD,WAAW,CAAC,QAAQ,CAAC;IACnB,SAAS;IACT,UAAU;IACV,EAAE;CACH,CAAC,CAAC"}
|