@cbnventures/docusaurus-preset-nova 0.19.0 → 0.21.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 +10 -0
- package/bin/theme-nova.mjs +16 -0
- package/build/package.json +160 -0
- package/build/src/blocks/app-market-download/index.d.ts.map +1 -1
- package/build/src/blocks/app-market-download/index.js.map +1 -1
- package/build/src/blocks/blog-preview/index.d.ts.map +1 -1
- package/build/src/blocks/blog-preview/index.js.map +1 -1
- package/build/src/blocks/features/index.d.ts.map +1 -1
- package/build/src/blocks/features/index.js.map +1 -1
- package/build/src/blocks/frame/index.d.ts.map +1 -1
- package/build/src/blocks/frame/index.js.map +1 -1
- package/build/src/blocks/hero/index.d.ts.map +1 -1
- package/build/src/blocks/hero/index.js.map +1 -1
- package/build/src/blocks/install-strip/index.d.ts.map +1 -1
- package/build/src/blocks/install-strip/index.js.map +1 -1
- package/build/src/blocks/spotlight/index.d.ts.map +1 -1
- package/build/src/blocks/spotlight/index.js.map +1 -1
- package/build/src/blocks/stats/index.d.ts.map +1 -1
- package/build/src/blocks/stats/index.js.map +1 -1
- package/build/src/blocks/terminology/index.d.ts.map +1 -1
- package/build/src/blocks/terminology/index.js.map +1 -1
- package/build/src/blocks/typewriter/index.d.ts.map +1 -1
- package/build/src/blocks/typewriter/index.js.map +1 -1
- package/build/src/cli/i18n/check.d.ts +5 -0
- package/build/src/cli/i18n/check.d.ts.map +1 -0
- package/build/src/cli/i18n/check.js +35 -0
- package/build/src/cli/i18n/check.js.map +1 -0
- package/build/src/cli/i18n/coverage.d.ts +8 -0
- package/build/src/cli/i18n/coverage.d.ts.map +1 -0
- package/build/src/cli/i18n/coverage.js +178 -0
- package/build/src/cli/i18n/coverage.js.map +1 -0
- package/build/src/cli/i18n/sync.d.ts +5 -0
- package/build/src/cli/i18n/sync.d.ts.map +1 -0
- package/build/src/cli/i18n/sync.js +53 -0
- package/build/src/cli/i18n/sync.js.map +1 -0
- package/build/src/cli/index.d.ts +3 -0
- package/build/src/cli/index.d.ts.map +1 -0
- package/build/src/cli/index.js +113 -0
- package/build/src/cli/index.js.map +1 -0
- package/build/src/icons.d.ts +3 -0
- package/build/src/icons.d.ts.map +1 -0
- package/build/src/icons.js +8 -0
- package/build/src/icons.js.map +1 -0
- package/build/src/index.d.ts.map +1 -1
- package/build/src/index.js +30 -28
- package/build/src/index.js.map +1 -1
- package/build/src/lib/color.d.ts.map +1 -1
- package/build/src/lib/color.js.map +1 -1
- package/build/src/lib/google-fonts-url.d.ts.map +1 -1
- package/build/src/lib/google-fonts-url.js.map +1 -1
- package/build/src/lib/i18n/apply-plan.d.ts +10 -0
- package/build/src/lib/i18n/apply-plan.d.ts.map +1 -0
- package/build/src/lib/i18n/apply-plan.js +174 -0
- package/build/src/lib/i18n/apply-plan.js.map +1 -0
- package/build/src/lib/i18n/content-scan.d.ts +8 -0
- package/build/src/lib/i18n/content-scan.d.ts.map +1 -0
- package/build/src/lib/i18n/content-scan.js +180 -0
- package/build/src/lib/i18n/content-scan.js.map +1 -0
- package/build/src/lib/i18n/coverage.d.ts +8 -0
- package/build/src/lib/i18n/coverage.d.ts.map +1 -0
- package/build/src/lib/i18n/coverage.js +113 -0
- package/build/src/lib/i18n/coverage.js.map +1 -0
- package/build/src/lib/i18n/prompt.d.ts +6 -0
- package/build/src/lib/i18n/prompt.d.ts.map +1 -0
- package/build/src/lib/i18n/prompt.js +30 -0
- package/build/src/lib/i18n/prompt.js.map +1 -0
- package/build/src/lib/i18n/reconcile.d.ts +7 -0
- package/build/src/lib/i18n/reconcile.d.ts.map +1 -0
- package/build/src/lib/i18n/reconcile.js +201 -0
- package/build/src/lib/i18n/reconcile.js.map +1 -0
- package/build/src/lib/i18n/report.d.ts +5 -0
- package/build/src/lib/i18n/report.d.ts.map +1 -0
- package/build/src/lib/i18n/report.js +33 -0
- package/build/src/lib/i18n/report.js.map +1 -0
- package/build/src/lib/i18n/site-context.d.ts +9 -0
- package/build/src/lib/i18n/site-context.d.ts.map +1 -0
- package/build/src/lib/i18n/site-context.js +141 -0
- package/build/src/lib/i18n/site-context.js.map +1 -0
- package/build/src/lib/mermaid.js +8 -8
- package/build/src/lib/mermaid.js.map +1 -1
- package/build/src/lib/regex.d.ts +3 -0
- package/build/src/lib/regex.d.ts.map +1 -1
- package/build/src/lib/regex.js +42 -42
- 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.map +1 -1
- package/build/src/lib/search/indexer.d.ts.map +1 -1
- package/build/src/lib/search/indexer.js.map +1 -1
- package/build/src/lib/search/perform-search.d.ts.map +1 -1
- package/build/src/lib/search/perform-search.js +15 -10
- package/build/src/lib/search/perform-search.js.map +1 -1
- package/build/src/lib/search/worker.js +24 -16
- package/build/src/lib/search/worker.js.map +1 -1
- package/build/src/lib/sidebar-mobile-store.d.ts +5 -0
- package/build/src/lib/sidebar-mobile-store.d.ts.map +1 -0
- package/build/src/lib/sidebar-mobile-store.js +26 -0
- package/build/src/lib/sidebar-mobile-store.js.map +1 -0
- package/build/src/lib/toc-collapsible-store.d.ts +7 -0
- package/build/src/lib/toc-collapsible-store.d.ts.map +1 -0
- package/build/src/lib/toc-collapsible-store.js +40 -0
- package/build/src/lib/toc-collapsible-store.js.map +1 -0
- package/build/src/lib/translations.d.ts.map +1 -1
- package/build/src/lib/translations.js +10 -5
- package/build/src/lib/translations.js.map +1 -1
- package/build/src/lib/use-details-dismiss.d.ts.map +1 -1
- package/build/src/lib/use-details-dismiss.js.map +1 -1
- package/build/src/lib/use-navbar-overflow.d.ts.map +1 -1
- package/build/src/lib/use-navbar-overflow.js.map +1 -1
- package/build/src/plugins/bundle-guard/index.d.ts.map +1 -1
- package/build/src/plugins/bundle-guard/index.js.map +1 -1
- package/build/src/plugins/icons/generate.d.ts.map +1 -1
- package/build/src/plugins/icons/generate.js +4 -2
- package/build/src/plugins/icons/generate.js.map +1 -1
- package/build/src/plugins/icons/index.d.ts.map +1 -1
- package/build/src/plugins/icons/index.js.map +1 -1
- package/build/src/plugins/mermaid-tooltip/client.d.ts.map +1 -1
- 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.map +1 -1
- package/build/src/scripts/data-attribute-query.d.ts.map +1 -1
- package/build/src/scripts/data-attribute-query.js.map +1 -1
- package/build/src/styles/embed.css +132 -0
- package/build/src/tests/cascade-defensive.test.js +6 -3
- package/build/src/tests/cascade-defensive.test.js.map +1 -1
- package/build/src/tests/class-name-style-passthrough.test.js +4 -2
- package/build/src/tests/class-name-style-passthrough.test.js.map +1 -1
- package/build/src/tests/cli/i18n/check.test.d.ts +2 -0
- package/build/src/tests/cli/i18n/check.test.d.ts.map +1 -0
- package/build/src/tests/cli/i18n/check.test.js +79 -0
- package/build/src/tests/cli/i18n/check.test.js.map +1 -0
- package/build/src/tests/cli/i18n/coverage.test.d.ts +2 -0
- package/build/src/tests/cli/i18n/coverage.test.d.ts.map +1 -0
- package/build/src/tests/cli/i18n/coverage.test.js +150 -0
- package/build/src/tests/cli/i18n/coverage.test.js.map +1 -0
- package/build/src/tests/cli/i18n/sync.test.d.ts +2 -0
- package/build/src/tests/cli/i18n/sync.test.d.ts.map +1 -0
- package/build/src/tests/cli/i18n/sync.test.js +164 -0
- package/build/src/tests/cli/i18n/sync.test.js.map +1 -0
- package/build/src/tests/config-drift.test.js +18 -9
- package/build/src/tests/config-drift.test.js.map +1 -1
- package/build/src/tests/exports-module-format.test.d.ts +2 -0
- package/build/src/tests/exports-module-format.test.d.ts.map +1 -0
- package/build/src/tests/exports-module-format.test.js +106 -0
- package/build/src/tests/exports-module-format.test.js.map +1 -0
- package/build/src/tests/icons.test.js +16 -14
- package/build/src/tests/icons.test.js.map +1 -1
- package/build/src/tests/lib/color.test.js.map +1 -1
- package/build/src/tests/lib/css-generator.test.js +216 -108
- package/build/src/tests/lib/css-generator.test.js.map +1 -1
- package/build/src/tests/lib/i18n/apply-plan.test.d.ts +2 -0
- package/build/src/tests/lib/i18n/apply-plan.test.d.ts.map +1 -0
- package/build/src/tests/lib/i18n/apply-plan.test.js +361 -0
- package/build/src/tests/lib/i18n/apply-plan.test.js.map +1 -0
- package/build/src/tests/lib/i18n/content-scan.test.d.ts +2 -0
- package/build/src/tests/lib/i18n/content-scan.test.d.ts.map +1 -0
- package/build/src/tests/lib/i18n/content-scan.test.js +236 -0
- package/build/src/tests/lib/i18n/content-scan.test.js.map +1 -0
- package/build/src/tests/lib/i18n/coverage.test.d.ts +2 -0
- package/build/src/tests/lib/i18n/coverage.test.d.ts.map +1 -0
- package/build/src/tests/lib/i18n/coverage.test.js +304 -0
- package/build/src/tests/lib/i18n/coverage.test.js.map +1 -0
- package/build/src/tests/lib/i18n/reconcile.test.d.ts +2 -0
- package/build/src/tests/lib/i18n/reconcile.test.d.ts.map +1 -0
- package/build/src/tests/lib/i18n/reconcile.test.js +648 -0
- package/build/src/tests/lib/i18n/reconcile.test.js.map +1 -0
- package/build/src/tests/lib/i18n/site-context.test.d.ts +2 -0
- package/build/src/tests/lib/i18n/site-context.test.d.ts.map +1 -0
- package/build/src/tests/lib/i18n/site-context.test.js +48 -0
- package/build/src/tests/lib/i18n/site-context.test.js.map +1 -0
- package/build/src/tests/lib/search/indexer.test.js +2 -1
- package/build/src/tests/lib/search/indexer.test.js.map +1 -1
- package/build/src/tests/lib/search/worker.test.js +11 -0
- package/build/src/tests/lib/search/worker.test.js.map +1 -1
- package/build/src/tests/lib/sidebar-mobile-store.test.d.ts +2 -0
- package/build/src/tests/lib/sidebar-mobile-store.test.d.ts.map +1 -0
- package/build/src/tests/lib/sidebar-mobile-store.test.js +69 -0
- package/build/src/tests/lib/sidebar-mobile-store.test.js.map +1 -0
- package/build/src/tests/lib/toc-collapsible-store.test.d.ts +2 -0
- package/build/src/tests/lib/toc-collapsible-store.test.d.ts.map +1 -0
- package/build/src/tests/lib/toc-collapsible-store.test.js +64 -0
- package/build/src/tests/lib/toc-collapsible-store.test.js.map +1 -0
- package/build/src/tests/lib/translations.test.js +94 -47
- package/build/src/tests/lib/translations.test.js.map +1 -1
- package/build/src/tests/options.test.js +6 -3
- package/build/src/tests/options.test.js.map +1 -1
- package/build/src/tests/presets/envoy/preset.test.js +8 -4
- package/build/src/tests/presets/envoy/preset.test.js.map +1 -1
- package/build/src/tests/presets/foundry/preset.test.js +8 -4
- package/build/src/tests/presets/foundry/preset.test.js.map +1 -1
- package/build/src/tests/presets/lantern/preset.test.js +8 -4
- package/build/src/tests/presets/lantern/preset.test.js.map +1 -1
- package/build/src/tests/presets/marshal/preset.test.js +8 -4
- package/build/src/tests/presets/marshal/preset.test.js.map +1 -1
- package/build/src/tests/presets/sample/preset.test.js +8 -4
- package/build/src/tests/presets/sample/preset.test.js.map +1 -1
- package/build/src/tests/presets/sentinel/preset.test.js +8 -4
- package/build/src/tests/presets/sentinel/preset.test.js.map +1 -1
- package/build/src/tests/presets/signal/preset.test.js +8 -4
- package/build/src/tests/presets/signal/preset.test.js.map +1 -1
- package/build/src/tests/since-version.test.d.ts +2 -0
- package/build/src/tests/since-version.test.d.ts.map +1 -0
- package/build/src/tests/since-version.test.js +135 -0
- package/build/src/tests/since-version.test.js.map +1 -0
- package/build/src/tests/theme/CodeBlock/live-editor.test.js +13 -1
- package/build/src/tests/theme/CodeBlock/live-editor.test.js.map +1 -1
- package/build/src/tests/type-declarations.test.d.ts +1 -30
- package/build/src/tests/type-declarations.test.d.ts.map +1 -1
- package/build/src/tests/type-declarations.test.js +7 -3583
- package/build/src/tests/type-declarations.test.js.map +1 -1
- package/build/src/theme/Admonition/index.d.ts.map +1 -1
- package/build/src/theme/Admonition/index.js.map +1 -1
- package/build/src/theme/AnnouncementBar/index.d.ts.map +1 -1
- package/build/src/theme/AnnouncementBar/index.js +2 -1
- package/build/src/theme/AnnouncementBar/index.js.map +1 -1
- package/build/src/theme/Blog/Components/Author/Socials/index.d.ts.map +1 -1
- package/build/src/theme/Blog/Components/Author/Socials/index.js +28 -14
- package/build/src/theme/Blog/Components/Author/Socials/index.js.map +1 -1
- package/build/src/theme/Blog/Components/Author/index.d.ts.map +1 -1
- package/build/src/theme/Blog/Components/Author/index.js.map +1 -1
- package/build/src/theme/Blog/Pages/BlogAuthorsListPage/index.d.ts.map +1 -1
- package/build/src/theme/Blog/Pages/BlogAuthorsListPage/index.js.map +1 -1
- package/build/src/theme/Blog/Pages/BlogAuthorsPostsPage/index.d.ts.map +1 -1
- package/build/src/theme/Blog/Pages/BlogAuthorsPostsPage/index.js.map +1 -1
- package/build/src/theme/BlogArchivePage/index.d.ts.map +1 -1
- package/build/src/theme/BlogArchivePage/index.js.map +1 -1
- package/build/src/theme/BlogLayout/index.d.ts.map +1 -1
- package/build/src/theme/BlogLayout/index.js.map +1 -1
- package/build/src/theme/BlogListPage/StructuredData/index.d.ts.map +1 -1
- package/build/src/theme/BlogListPage/StructuredData/index.js.map +1 -1
- package/build/src/theme/BlogListPage/index.d.ts.map +1 -1
- package/build/src/theme/BlogListPage/index.js.map +1 -1
- package/build/src/theme/BlogListPaginator/index.d.ts.map +1 -1
- package/build/src/theme/BlogListPaginator/index.js.map +1 -1
- package/build/src/theme/BlogPostItem/index.d.ts.map +1 -1
- package/build/src/theme/BlogPostItem/index.js +14 -7
- package/build/src/theme/BlogPostItem/index.js.map +1 -1
- package/build/src/theme/BlogPostItems/index.d.ts.map +1 -1
- package/build/src/theme/BlogPostItems/index.js.map +1 -1
- package/build/src/theme/BlogPostPage/index.d.ts.map +1 -1
- package/build/src/theme/BlogPostPage/index.js +2 -1
- package/build/src/theme/BlogPostPage/index.js.map +1 -1
- package/build/src/theme/BlogPostPaginator/index.d.ts.map +1 -1
- package/build/src/theme/BlogPostPaginator/index.js.map +1 -1
- package/build/src/theme/BlogSidebar/index.d.ts.map +1 -1
- package/build/src/theme/BlogSidebar/index.js.map +1 -1
- package/build/src/theme/BlogSidebarMobile/index.d.ts.map +1 -1
- package/build/src/theme/BlogSidebarMobile/index.js.map +1 -1
- package/build/src/theme/BlogTagsListPage/index.d.ts.map +1 -1
- package/build/src/theme/BlogTagsListPage/index.js.map +1 -1
- package/build/src/theme/BlogTagsPostsPage/index.d.ts.map +1 -1
- package/build/src/theme/BlogTagsPostsPage/index.js.map +1 -1
- package/build/src/theme/CodeBlock/index.d.ts.map +1 -1
- package/build/src/theme/CodeBlock/index.js.map +1 -1
- package/build/src/theme/CodeBlock/live-editor.d.ts.map +1 -1
- package/build/src/theme/CodeBlock/live-editor.js +2 -2
- package/build/src/theme/CodeBlock/live-editor.js.map +1 -1
- package/build/src/theme/CodeInline/index.d.ts.map +1 -1
- package/build/src/theme/CodeInline/index.js.map +1 -1
- package/build/src/theme/ContentFooter/Edit/index.d.ts.map +1 -1
- package/build/src/theme/ContentFooter/Edit/index.js.map +1 -1
- package/build/src/theme/ContentFooter/Share/index.d.ts.map +1 -1
- package/build/src/theme/ContentFooter/Share/index.js.map +1 -1
- package/build/src/theme/ContentFooter/ShareButton/index.d.ts.map +1 -1
- package/build/src/theme/ContentFooter/ShareButton/index.js +3 -0
- package/build/src/theme/ContentFooter/ShareButton/index.js.map +1 -1
- package/build/src/theme/ContentFooter/Tags/index.d.ts.map +1 -1
- package/build/src/theme/ContentFooter/Tags/index.js.map +1 -1
- package/build/src/theme/ContentFooter/index.d.ts.map +1 -1
- package/build/src/theme/ContentFooter/index.js.map +1 -1
- package/build/src/theme/ContentVisibility/Draft/index.d.ts.map +1 -1
- package/build/src/theme/ContentVisibility/Draft/index.js.map +1 -1
- package/build/src/theme/ContentVisibility/Unlisted/index.d.ts.map +1 -1
- package/build/src/theme/ContentVisibility/Unlisted/index.js.map +1 -1
- package/build/src/theme/ContentVisibility/index.d.ts.map +1 -1
- package/build/src/theme/ContentVisibility/index.js.map +1 -1
- package/build/src/theme/Details/index.d.ts.map +1 -1
- package/build/src/theme/Details/index.js.map +1 -1
- package/build/src/theme/DocBreadcrumbs/StructuredData/index.d.ts.map +1 -1
- package/build/src/theme/DocBreadcrumbs/StructuredData/index.js.map +1 -1
- package/build/src/theme/DocCard/index.d.ts.map +1 -1
- package/build/src/theme/DocCard/index.js.map +1 -1
- package/build/src/theme/DocCardList/index.d.ts.map +1 -1
- package/build/src/theme/DocCardList/index.js.map +1 -1
- package/build/src/theme/DocCategoryGeneratedIndexPage/index.d.ts.map +1 -1
- package/build/src/theme/DocCategoryGeneratedIndexPage/index.js.map +1 -1
- package/build/src/theme/DocItem/Content/index.d.ts.map +1 -1
- package/build/src/theme/DocItem/Content/index.js.map +1 -1
- package/build/src/theme/DocItem/Footer/index.d.ts.map +1 -1
- package/build/src/theme/DocItem/Footer/index.js +11 -6
- package/build/src/theme/DocItem/Footer/index.js.map +1 -1
- package/build/src/theme/DocItem/Layout/index.d.ts.map +1 -1
- package/build/src/theme/DocItem/Layout/index.js.map +1 -1
- package/build/src/theme/DocItem/Metadata/index.d.ts.map +1 -1
- package/build/src/theme/DocItem/Metadata/index.js.map +1 -1
- package/build/src/theme/DocItem/Paginator/index.d.ts.map +1 -1
- package/build/src/theme/DocItem/Paginator/index.js.map +1 -1
- package/build/src/theme/DocItem/TOC/Desktop/index.d.ts.map +1 -1
- package/build/src/theme/DocItem/TOC/Desktop/index.js.map +1 -1
- package/build/src/theme/DocItem/TOC/Mobile/index.d.ts.map +1 -1
- package/build/src/theme/DocItem/TOC/Mobile/index.js.map +1 -1
- package/build/src/theme/DocItem/index.d.ts.map +1 -1
- package/build/src/theme/DocItem/index.js +2 -1
- package/build/src/theme/DocItem/index.js.map +1 -1
- package/build/src/theme/DocPaginator/index.d.ts.map +1 -1
- package/build/src/theme/DocPaginator/index.js.map +1 -1
- package/build/src/theme/DocRoot/Layout/Main/index.d.ts.map +1 -1
- package/build/src/theme/DocRoot/Layout/Main/index.js.map +1 -1
- package/build/src/theme/DocRoot/Layout/Sidebar/index.d.ts.map +1 -1
- package/build/src/theme/DocRoot/Layout/Sidebar/index.js.map +1 -1
- package/build/src/theme/DocRoot/Layout/index.d.ts.map +1 -1
- package/build/src/theme/DocRoot/Layout/index.js +5 -2
- package/build/src/theme/DocRoot/Layout/index.js.map +1 -1
- package/build/src/theme/DocRoot/index.d.ts.map +1 -1
- package/build/src/theme/DocRoot/index.js.map +1 -1
- package/build/src/theme/DocSidebar/index.d.ts.map +1 -1
- package/build/src/theme/DocSidebar/index.js.map +1 -1
- package/build/src/theme/DocSidebarItem/Category/index.d.ts.map +1 -1
- package/build/src/theme/DocSidebarItem/Category/index.js.map +1 -1
- package/build/src/theme/DocSidebarItem/Html/index.d.ts.map +1 -1
- package/build/src/theme/DocSidebarItem/Html/index.js.map +1 -1
- package/build/src/theme/DocSidebarItem/Link/index.d.ts.map +1 -1
- package/build/src/theme/DocSidebarItem/Link/index.js.map +1 -1
- package/build/src/theme/DocSidebarItem/index.d.ts.map +1 -1
- package/build/src/theme/DocSidebarItem/index.js.map +1 -1
- package/build/src/theme/DocSidebarItems/index.d.ts.map +1 -1
- package/build/src/theme/DocSidebarItems/index.js.map +1 -1
- package/build/src/theme/DocSidebarMobile/index.d.ts.map +1 -1
- package/build/src/theme/DocSidebarMobile/index.js +8 -92
- package/build/src/theme/DocSidebarMobile/index.js.map +1 -1
- package/build/src/theme/DocSidebarMobile/panel.d.ts +3 -0
- package/build/src/theme/DocSidebarMobile/panel.d.ts.map +1 -0
- package/build/src/theme/DocSidebarMobile/panel.js +88 -0
- package/build/src/theme/DocSidebarMobile/panel.js.map +1 -0
- package/build/src/theme/DocTagDocListPage/index.d.ts.map +1 -1
- package/build/src/theme/DocTagDocListPage/index.js.map +1 -1
- package/build/src/theme/DocTagsListPage/index.d.ts.map +1 -1
- package/build/src/theme/DocTagsListPage/index.js.map +1 -1
- package/build/src/theme/DocVersionRoot/index.d.ts.map +1 -1
- package/build/src/theme/DocVersionRoot/index.js.map +1 -1
- package/build/src/theme/DocsRoot/index.d.ts.map +1 -1
- package/build/src/theme/DocsRoot/index.js.map +1 -1
- package/build/src/theme/EditMetaRow/index.d.ts.map +1 -1
- package/build/src/theme/EditMetaRow/index.js.map +1 -1
- package/build/src/theme/EditThisPage/index.d.ts.map +1 -1
- package/build/src/theme/EditThisPage/index.js.map +1 -1
- package/build/src/theme/Error/index.d.ts.map +1 -1
- package/build/src/theme/Error/index.js.map +1 -1
- package/build/src/theme/ErrorPageContent/index.d.ts.map +1 -1
- package/build/src/theme/ErrorPageContent/index.js.map +1 -1
- package/build/src/theme/Footer/Commons/index.d.ts.map +1 -1
- package/build/src/theme/Footer/Commons/index.js.map +1 -1
- package/build/src/theme/Footer/Embassy/index.d.ts.map +1 -1
- package/build/src/theme/Footer/Embassy/index.js.map +1 -1
- package/build/src/theme/Footer/Launchpad/index.d.ts.map +1 -1
- package/build/src/theme/Footer/Launchpad/index.js.map +1 -1
- package/build/src/theme/Footer/Ledger/index.d.ts.map +1 -1
- package/build/src/theme/Footer/Ledger/index.js.map +1 -1
- package/build/src/theme/Footer/cta.d.ts.map +1 -1
- package/build/src/theme/Footer/cta.js.map +1 -1
- package/build/src/theme/Footer/index.d.ts.map +1 -1
- package/build/src/theme/Footer/index.js.map +1 -1
- package/build/src/theme/Heading/index.d.ts.map +1 -1
- package/build/src/theme/Heading/index.js.map +1 -1
- package/build/src/theme/IconExternalLink/index.d.ts.map +1 -1
- package/build/src/theme/IconExternalLink/index.js.map +1 -1
- package/build/src/theme/LastUpdated/index.d.ts.map +1 -1
- package/build/src/theme/LastUpdated/index.js.map +1 -1
- package/build/src/theme/Layout/Provider/index.d.ts.map +1 -1
- package/build/src/theme/Layout/Provider/index.js.map +1 -1
- package/build/src/theme/Layout/index.d.ts.map +1 -1
- package/build/src/theme/Layout/index.js +2 -1
- package/build/src/theme/Layout/index.js.map +1 -1
- package/build/src/theme/Loading/index.d.ts.map +1 -1
- package/build/src/theme/Loading/index.js.map +1 -1
- package/build/src/theme/Logo/index.d.ts.map +1 -1
- package/build/src/theme/Logo/index.js.map +1 -1
- package/build/src/theme/MDXContent/index.d.ts.map +1 -1
- package/build/src/theme/MDXContent/index.js.map +1 -1
- package/build/src/theme/MDXPage/index.d.ts.map +1 -1
- package/build/src/theme/MDXPage/index.js +9 -5
- package/build/src/theme/MDXPage/index.js.map +1 -1
- package/build/src/theme/Mermaid/index.d.ts.map +1 -1
- package/build/src/theme/Mermaid/index.js.map +1 -1
- package/build/src/theme/Navbar/Bridge/index.d.ts.map +1 -1
- package/build/src/theme/Navbar/Bridge/index.js.map +1 -1
- package/build/src/theme/Navbar/Bridge/mobile-menu.d.ts.map +1 -1
- package/build/src/theme/Navbar/Bridge/mobile-menu.js.map +1 -1
- package/build/src/theme/Navbar/Canopy/index.d.ts.map +1 -1
- package/build/src/theme/Navbar/Canopy/index.js.map +1 -1
- package/build/src/theme/Navbar/Canopy/mobile-menu.d.ts.map +1 -1
- package/build/src/theme/Navbar/Canopy/mobile-menu.js.map +1 -1
- package/build/src/theme/Navbar/Compass/index.d.ts.map +1 -1
- package/build/src/theme/Navbar/Compass/index.js.map +1 -1
- package/build/src/theme/Navbar/Compass/mobile-menu.d.ts.map +1 -1
- package/build/src/theme/Navbar/Compass/mobile-menu.js.map +1 -1
- package/build/src/theme/Navbar/Monolith/index.d.ts.map +1 -1
- package/build/src/theme/Navbar/Monolith/index.js.map +1 -1
- package/build/src/theme/Navbar/Monolith/mobile-menu.d.ts.map +1 -1
- package/build/src/theme/Navbar/Monolith/mobile-menu.js.map +1 -1
- package/build/src/theme/Navbar/More/index.d.ts.map +1 -1
- package/build/src/theme/Navbar/More/index.js.map +1 -1
- package/build/src/theme/Navbar/index.js +0 -1
- package/build/src/theme/Navbar/index.js.map +1 -1
- package/build/src/theme/NavbarItem/component-types.d.ts.map +1 -1
- package/build/src/theme/NavbarItem/component-types.js +2 -0
- package/build/src/theme/NavbarItem/component-types.js.map +1 -1
- package/build/src/theme/NavbarItem/default-navbar-item.d.ts.map +1 -1
- package/build/src/theme/NavbarItem/default-navbar-item.js.map +1 -1
- package/build/src/theme/NavbarItem/doc-navbar-item.d.ts.map +1 -1
- package/build/src/theme/NavbarItem/doc-navbar-item.js.map +1 -1
- package/build/src/theme/NavbarItem/doc-sidebar-navbar-item.d.ts.map +1 -1
- package/build/src/theme/NavbarItem/doc-sidebar-navbar-item.js.map +1 -1
- package/build/src/theme/NavbarItem/docs-version-dropdown-navbar-item.d.ts.map +1 -1
- package/build/src/theme/NavbarItem/docs-version-dropdown-navbar-item.js.map +1 -1
- package/build/src/theme/NavbarItem/docs-version-navbar-item.d.ts.map +1 -1
- package/build/src/theme/NavbarItem/docs-version-navbar-item.js +1 -1
- package/build/src/theme/NavbarItem/docs-version-navbar-item.js.map +1 -1
- package/build/src/theme/NavbarItem/dropdown-navbar-item.d.ts.map +1 -1
- package/build/src/theme/NavbarItem/dropdown-navbar-item.js.map +1 -1
- package/build/src/theme/NavbarItem/html-navbar-item.d.ts.map +1 -1
- package/build/src/theme/NavbarItem/html-navbar-item.js.map +1 -1
- package/build/src/theme/NavbarItem/index.d.ts.map +1 -1
- package/build/src/theme/NavbarItem/index.js.map +1 -1
- package/build/src/theme/NavbarItem/locale-dropdown-navbar-item.d.ts.map +1 -1
- package/build/src/theme/NavbarItem/locale-dropdown-navbar-item.js.map +1 -1
- package/build/src/theme/NavbarItem/search-navbar-item.d.ts.map +1 -1
- package/build/src/theme/NavbarItem/search-navbar-item.js.map +1 -1
- package/build/src/theme/NotFound/Content/index.d.ts.map +1 -1
- package/build/src/theme/NotFound/Content/index.js.map +1 -1
- package/build/src/theme/NotFound/index.d.ts.map +1 -1
- package/build/src/theme/NotFound/index.js.map +1 -1
- package/build/src/theme/Root/index.d.ts.map +1 -1
- package/build/src/theme/Root/index.js.map +1 -1
- package/build/src/theme/SearchBar/search-input.d.ts.map +1 -1
- package/build/src/theme/SearchBar/search-input.js.map +1 -1
- package/build/src/theme/SearchBar/search-provider.d.ts.map +1 -1
- package/build/src/theme/SearchBar/search-provider.js +4 -1
- package/build/src/theme/SearchBar/search-provider.js.map +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.map +1 -1
- package/build/src/theme/SearchMetadata/index.js.map +1 -1
- package/build/src/theme/SearchPage/index.d.ts.map +1 -1
- package/build/src/theme/SearchPage/index.js +4 -1
- package/build/src/theme/SearchPage/index.js.map +1 -1
- package/build/src/theme/Showcase/index.d.ts.map +1 -1
- package/build/src/theme/Showcase/index.js.map +1 -1
- package/build/src/theme/SkipToContent/index.d.ts.map +1 -1
- package/build/src/theme/SkipToContent/index.js.map +1 -1
- package/build/src/theme/TOC/index.d.ts.map +1 -1
- package/build/src/theme/TOC/index.js.map +1 -1
- package/build/src/theme/TOCCollapsible/index.d.ts.map +1 -1
- package/build/src/theme/TOCCollapsible/index.js +13 -88
- package/build/src/theme/TOCCollapsible/index.js.map +1 -1
- package/build/src/theme/TOCCollapsible/panel.d.ts +3 -0
- package/build/src/theme/TOCCollapsible/panel.d.ts.map +1 -0
- package/build/src/theme/TOCCollapsible/panel.js +90 -0
- package/build/src/theme/TOCCollapsible/panel.js.map +1 -0
- package/build/src/theme/TabItem/index.d.ts.map +1 -1
- package/build/src/theme/TabItem/index.js.map +1 -1
- package/build/src/theme/Tabs/index.d.ts.map +1 -1
- package/build/src/theme/Tabs/index.js.map +1 -1
- package/build/src/theme/Tag/index.d.ts.map +1 -1
- package/build/src/theme/Tag/index.js.map +1 -1
- package/build/src/theme/TagsListByLetter/index.d.ts.map +1 -1
- package/build/src/theme/TagsListByLetter/index.js.map +1 -1
- package/build/src/theme/ThemeProvider/TitleFormatter/index.d.ts.map +1 -1
- package/build/src/theme/ThemeProvider/TitleFormatter/index.js.map +1 -1
- package/build/src/theme/ThemeProvider/index.d.ts.map +1 -1
- package/build/src/theme/ThemeProvider/index.js.map +1 -1
- package/build/src/theme/ThemedImage/index.d.ts.map +1 -1
- package/build/src/theme/ThemedImage/index.js.map +1 -1
- package/build/src/types/cli/i18n/check.d.ts +29 -0
- package/build/src/types/cli/i18n/coverage.d.ts +120 -0
- package/build/src/types/cli/i18n/sync.d.ts +42 -0
- package/build/src/types/cli/index.d.ts +55 -0
- package/build/src/types/icons.d.ts +21 -0
- package/build/src/types/index.d.ts +12 -10
- package/build/src/types/lib/bundle-size.d.ts +4 -2
- package/build/src/types/lib/color.d.ts +6 -6
- package/build/src/types/lib/css-generator.d.ts +5 -4
- package/build/src/types/lib/i18n/apply-plan.d.ts +134 -0
- package/build/src/types/lib/i18n/content-scan.d.ts +193 -0
- package/build/src/types/lib/i18n/coverage.d.ts +105 -0
- package/build/src/types/lib/i18n/prompt.d.ts +30 -0
- package/build/src/types/lib/i18n/reconcile.d.ts +147 -0
- package/build/src/types/lib/i18n/report.d.ts +16 -0
- package/build/src/types/lib/i18n/site-context.d.ts +147 -0
- package/build/src/types/lib/mermaid.d.ts +5 -3
- package/build/src/types/lib/search/indexer.d.ts +4 -4
- package/build/src/types/lib/search/perform-search.d.ts +27 -27
- package/build/src/types/lib/search/worker.d.ts +24 -24
- package/build/src/types/lib/sidebar-mobile-store.d.ts +38 -0
- package/build/src/types/lib/toc-collapsible-store.d.ts +67 -0
- package/build/src/types/lib/use-details-dismiss.d.ts +3 -3
- package/build/src/types/plugins/bundle-guard/index.d.ts +2 -2
- package/build/src/types/plugins/icons/base-set.d.ts +1 -1
- package/build/src/types/plugins/icons/generate.d.ts +18 -14
- package/build/src/types/plugins/icons/index.d.ts +6 -6
- package/build/src/types/shared.d.ts +416 -8
- package/build/src/types/tests/bundle-size.test.d.ts +1 -1
- package/build/src/types/tests/cli/i18n/sync.test.d.ts +66 -0
- package/build/src/types/tests/config-drift.test.d.ts +4 -4
- package/build/src/types/tests/exports-module-format.test.d.ts +143 -0
- package/build/src/types/tests/folder-axis.test.d.ts +4 -2
- package/build/src/types/tests/icons.test.d.ts +9 -7
- package/build/src/types/tests/layered-scope.test.d.ts +70 -20
- package/build/src/types/tests/lib/color.test.d.ts +2 -2
- package/build/src/types/tests/lib/i18n/apply-plan.test.d.ts +132 -0
- package/build/src/types/tests/lib/i18n/content-scan.test.d.ts +87 -0
- package/build/src/types/tests/lib/i18n/reconcile.test.d.ts +173 -0
- package/build/src/types/tests/lib/i18n/site-context.test.d.ts +30 -0
- package/build/src/types/tests/lib/search/worker.test.d.ts +8 -1
- package/build/src/types/tests/lib/sidebar-mobile-store.test.d.ts +51 -0
- package/build/src/types/tests/lib/toc-collapsible-store.test.d.ts +52 -0
- package/build/src/types/tests/nova-version-drift.test.d.ts +3 -3
- package/build/src/types/tests/preset.test.d.ts +96 -8
- package/build/src/types/tests/since-version.test.d.ts +158 -0
- package/build/src/types/tests/theme/CodeBlock/live-editor.test.d.ts +7 -0
- package/build/src/types/theme/BlogPostItem/index.d.ts +17 -2
- package/build/src/types/theme/DocItem/Footer/index.d.ts +2 -0
- package/build/src/types/theme/DocItem/index.d.ts +2 -0
- package/build/src/types/theme/DocSidebarMobile/index.d.ts +1 -55
- package/build/src/types/theme/DocSidebarMobile/panel.d.ts +54 -0
- package/build/src/types/theme/Error/index.d.ts +2 -1
- package/build/src/types/theme/ErrorPageContent/index.d.ts +2 -1
- package/build/src/types/theme/Layout/index.d.ts +2 -0
- package/build/src/types/theme/MDXPage/index.d.ts +3 -1
- package/build/src/types/theme/Navbar/index.d.ts +2 -1
- package/build/src/types/theme/SearchBar/search-input.d.ts +9 -6
- package/build/src/types/theme/SearchBar/search-provider.d.ts +7 -3
- package/build/src/types/theme/SearchBar/search-results.d.ts +4 -3
- package/build/src/types/theme/SearchPage/index.d.ts +4 -2
- package/build/src/types/theme/SiteMetadata/index.d.ts +3 -1
- package/build/src/types/theme/TOCCollapsible/index.d.ts +14 -67
- package/build/src/types/theme/TOCCollapsible/panel.d.ts +69 -0
- package/nova-theme.d.ts +2 -1
- package/package.json +23 -10
- package/translations/locales/ar/theme-nova.json +35 -35
- package/translations/locales/bg/theme-nova.json +170 -0
- package/translations/locales/bn/theme-nova.json +170 -0
- package/translations/locales/cs/theme-nova.json +170 -0
- package/translations/locales/da/theme-nova.json +170 -0
- package/translations/locales/de/theme-nova.json +170 -0
- package/translations/locales/es/theme-nova.json +170 -0
- package/translations/locales/et/theme-nova.json +170 -0
- package/translations/locales/fa/theme-nova.json +170 -0
- package/translations/locales/fil/theme-nova.json +170 -0
- package/translations/locales/fr/theme-nova.json +170 -0
- package/translations/locales/he/theme-nova.json +170 -0
- package/translations/locales/hi/theme-nova.json +170 -0
- package/translations/locales/hu/theme-nova.json +170 -0
- package/translations/locales/id/theme-nova.json +170 -0
- package/translations/locales/is/theme-nova.json +170 -0
- package/translations/locales/it/theme-nova.json +170 -0
- package/translations/locales/ja/theme-nova.json +170 -0
- package/translations/locales/ko/theme-nova.json +170 -0
- package/translations/locales/nb/theme-nova.json +170 -0
- package/translations/locales/nl/theme-nova.json +170 -0
- package/translations/locales/pl/theme-nova.json +170 -0
- package/translations/locales/pt-BR/theme-nova.json +170 -0
- package/translations/locales/pt-PT/theme-nova.json +170 -0
- package/translations/locales/ru/theme-nova.json +170 -0
- package/translations/locales/sl/theme-nova.json +170 -0
- package/translations/locales/sr/theme-nova.json +170 -0
- package/translations/locales/sv/theme-nova.json +170 -0
- package/translations/locales/tk/theme-nova.json +170 -0
- package/translations/locales/tr/theme-nova.json +170 -0
- package/translations/locales/uk/theme-nova.json +170 -0
- package/translations/locales/ur/theme-nova.json +170 -0
- package/translations/locales/vi/theme-nova.json +170 -0
- package/translations/locales/zh-Hans/theme-nova.json +24 -24
- package/translations/locales/zh-Hant/theme-nova.json +170 -0
- package/build/src/types/tests/type-declarations.test.d.ts +0 -4947
- package/build/src/types/worker-globals.d.ts +0 -103
|
@@ -0,0 +1,173 @@
|
|
|
1
|
+
import type { Shared_I18nFilePlan } from '../../../shared.d.ts';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Tests - Lib - I18n - Reconcile - ReconcileReconcileArea - DoesNotSeedAMissingAreaKeyInANonDefaultLocale.
|
|
5
|
+
*
|
|
6
|
+
* @since 0.21.0
|
|
7
|
+
*/
|
|
8
|
+
export type Tests_Lib_I18n_Reconcile_ReconcileReconcileArea_DoesNotSeedAMissingAreaKeyInANonDefaultLocale_Plan = Shared_I18nFilePlan;
|
|
9
|
+
|
|
10
|
+
/**
|
|
11
|
+
* Tests - Lib - I18n - Reconcile - ReconcileReconcileArea - DropsARedundantAreaCopyInANonDefaultLocale.
|
|
12
|
+
*
|
|
13
|
+
* @since 0.21.0
|
|
14
|
+
*/
|
|
15
|
+
export type Tests_Lib_I18n_Reconcile_ReconcileReconcileArea_DropsARedundantAreaCopyInANonDefaultLocale_Plan = Shared_I18nFilePlan;
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* Tests - Lib - I18n - Reconcile - ReconcileReconcileArea - EmptiesTheContentWhenEveryAreaKeyDrops.
|
|
19
|
+
*
|
|
20
|
+
* @since 0.21.0
|
|
21
|
+
*/
|
|
22
|
+
export type Tests_Lib_I18n_Reconcile_ReconcileReconcileArea_EmptiesTheContentWhenEveryAreaKeyDrops_Plan = Shared_I18nFilePlan;
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* Tests - Lib - I18n - Reconcile - ReconcileReconcileArea - FlagsARemovedAreaKeyAsAnOrphan.
|
|
26
|
+
*
|
|
27
|
+
* @since 0.21.0
|
|
28
|
+
*/
|
|
29
|
+
export type Tests_Lib_I18n_Reconcile_ReconcileReconcileArea_FlagsARemovedAreaKeyAsAnOrphan_Plan = Shared_I18nFilePlan;
|
|
30
|
+
|
|
31
|
+
/**
|
|
32
|
+
* Tests - Lib - I18n - Reconcile - ReconcileReconcileArea - KeepsAnAreaKeyOverrideThatDiffersFromTheSource.
|
|
33
|
+
*
|
|
34
|
+
* @since 0.21.0
|
|
35
|
+
*/
|
|
36
|
+
export type Tests_Lib_I18n_Reconcile_ReconcileReconcileArea_KeepsAnAreaKeyOverrideThatDiffersFromTheSource_Plan = Shared_I18nFilePlan;
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* Tests - Lib - I18n - Reconcile - ReconcileReconcileArea - KeepsARedundantAreaCopyInTheDefaultLocale.
|
|
40
|
+
*
|
|
41
|
+
* @since 0.21.0
|
|
42
|
+
*/
|
|
43
|
+
export type Tests_Lib_I18n_Reconcile_ReconcileReconcileArea_KeepsARedundantAreaCopyInTheDefaultLocale_Plan = Shared_I18nFilePlan;
|
|
44
|
+
|
|
45
|
+
/**
|
|
46
|
+
* Tests - Lib - I18n - Reconcile - ReconcileReconcileArea - ProducesNoChangesWhenReRunOnReconciledContent.
|
|
47
|
+
*
|
|
48
|
+
* @since 0.21.0
|
|
49
|
+
*/
|
|
50
|
+
export type Tests_Lib_I18n_Reconcile_ReconcileReconcileArea_ProducesNoChangesWhenReRunOnReconciledContent_FirstPlan = Shared_I18nFilePlan;
|
|
51
|
+
|
|
52
|
+
export type Tests_Lib_I18n_Reconcile_ReconcileReconcileArea_ProducesNoChangesWhenReRunOnReconciledContent_SecondPlan = Shared_I18nFilePlan;
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* Tests - Lib - I18n - Reconcile - ReconcileReconcileArea - SeedsAMissingAreaKeyInTheDefaultLocale.
|
|
56
|
+
*
|
|
57
|
+
* @since 0.21.0
|
|
58
|
+
*/
|
|
59
|
+
export type Tests_Lib_I18n_Reconcile_ReconcileReconcileArea_SeedsAMissingAreaKeyInTheDefaultLocale_Plan = Shared_I18nFilePlan;
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
* Tests - Lib - I18n - Reconcile - ReconcileReconcileCode - DoesNotSeedANewSiteKeyInANonDefaultLocale.
|
|
63
|
+
*
|
|
64
|
+
* @since 0.21.0
|
|
65
|
+
*/
|
|
66
|
+
export type Tests_Lib_I18n_Reconcile_ReconcileReconcileCode_DoesNotSeedANewSiteKeyInANonDefaultLocale_Plan = Shared_I18nFilePlan;
|
|
67
|
+
|
|
68
|
+
/**
|
|
69
|
+
* Tests - Lib - I18n - Reconcile - ReconcileReconcileCode - DropsARedundantSiteCopyInANonDefaultLocale.
|
|
70
|
+
*
|
|
71
|
+
* @since 0.21.0
|
|
72
|
+
*/
|
|
73
|
+
export type Tests_Lib_I18n_Reconcile_ReconcileReconcileCode_DropsARedundantSiteCopyInANonDefaultLocale_Plan = Shared_I18nFilePlan;
|
|
74
|
+
|
|
75
|
+
/**
|
|
76
|
+
* Tests - Lib - I18n - Reconcile - ReconcileReconcileCode - DropsARedundantThemeCopyInTheDefaultLocaleUsingTheExtractedSourceDefault.
|
|
77
|
+
*
|
|
78
|
+
* @since 0.21.0
|
|
79
|
+
*/
|
|
80
|
+
export type Tests_Lib_I18n_Reconcile_ReconcileReconcileCode_DropsARedundantThemeCopyInTheDefaultLocaleUsingTheExtractedSourceDefault_Plan = Shared_I18nFilePlan;
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* Tests - Lib - I18n - Reconcile - ReconcileReconcileCode - DropsAStaleThemeKeyCopyEqualToItsDefault.
|
|
84
|
+
*
|
|
85
|
+
* @since 0.21.0
|
|
86
|
+
*/
|
|
87
|
+
export type Tests_Lib_I18n_Reconcile_ReconcileReconcileCode_DropsAStaleThemeKeyCopyEqualToItsDefault_Plan = Shared_I18nFilePlan;
|
|
88
|
+
|
|
89
|
+
/**
|
|
90
|
+
* Tests - Lib - I18n - Reconcile - ReconcileReconcileCode - DropsAThemeKeyCopyEqualToTheRegistryDefault.
|
|
91
|
+
*
|
|
92
|
+
* @since 0.21.0
|
|
93
|
+
*/
|
|
94
|
+
export type Tests_Lib_I18n_Reconcile_ReconcileReconcileCode_DropsAThemeKeyCopyEqualToTheRegistryDefault_Plan = Shared_I18nFilePlan;
|
|
95
|
+
|
|
96
|
+
/**
|
|
97
|
+
* Tests - Lib - I18n - Reconcile - ReconcileReconcileCode - FlagsAnUnknownKeyAsAnOrphan.
|
|
98
|
+
*
|
|
99
|
+
* @since 0.21.0
|
|
100
|
+
*/
|
|
101
|
+
export type Tests_Lib_I18n_Reconcile_ReconcileReconcileCode_FlagsAnUnknownKeyAsAnOrphan_Plan = Shared_I18nFilePlan;
|
|
102
|
+
|
|
103
|
+
/**
|
|
104
|
+
* Tests - Lib - I18n - Reconcile - ReconcileReconcileCode - FlagsAStaleThemeKeyThatDiffersFromItsDefaultAsAnOrphan.
|
|
105
|
+
*
|
|
106
|
+
* @since 0.21.0
|
|
107
|
+
*/
|
|
108
|
+
export type Tests_Lib_I18n_Reconcile_ReconcileReconcileCode_FlagsAStaleThemeKeyThatDiffersFromItsDefaultAsAnOrphan_Plan = Shared_I18nFilePlan;
|
|
109
|
+
|
|
110
|
+
/**
|
|
111
|
+
* Tests - Lib - I18n - Reconcile - ReconcileReconcileCode - KeepsARedundantSiteCopyInTheDefaultLocale.
|
|
112
|
+
*
|
|
113
|
+
* @since 0.21.0
|
|
114
|
+
*/
|
|
115
|
+
export type Tests_Lib_I18n_Reconcile_ReconcileReconcileCode_KeepsARedundantSiteCopyInTheDefaultLocale_Plan = Shared_I18nFilePlan;
|
|
116
|
+
|
|
117
|
+
/**
|
|
118
|
+
* Tests - Lib - I18n - Reconcile - ReconcileReconcileCode - KeepsASiteKeyOverrideThatDiffersFromTheDefault.
|
|
119
|
+
*
|
|
120
|
+
* @since 0.21.0
|
|
121
|
+
*/
|
|
122
|
+
export type Tests_Lib_I18n_Reconcile_ReconcileReconcileCode_KeepsASiteKeyOverrideThatDiffersFromTheDefault_Plan = Shared_I18nFilePlan;
|
|
123
|
+
|
|
124
|
+
/**
|
|
125
|
+
* Tests - Lib - I18n - Reconcile - ReconcileReconcileCode - KeepsAThemeKeyOverrideThatDiffersFromTheRegistryDefault.
|
|
126
|
+
*
|
|
127
|
+
* @since 0.21.0
|
|
128
|
+
*/
|
|
129
|
+
export type Tests_Lib_I18n_Reconcile_ReconcileReconcileCode_KeepsAThemeKeyOverrideThatDiffersFromTheRegistryDefault_Plan = Shared_I18nFilePlan;
|
|
130
|
+
|
|
131
|
+
/**
|
|
132
|
+
* Tests - Lib - I18n - Reconcile - ReconcileReconcileCode - KeepsAThemeOverrideInTheDefaultLocaleThatDiffersFromTheExtractedSourceDefault.
|
|
133
|
+
*
|
|
134
|
+
* @since 0.21.0
|
|
135
|
+
*/
|
|
136
|
+
export type Tests_Lib_I18n_Reconcile_ReconcileReconcileCode_KeepsAThemeOverrideInTheDefaultLocaleThatDiffersFromTheExtractedSourceDefault_Plan = Shared_I18nFilePlan;
|
|
137
|
+
|
|
138
|
+
/**
|
|
139
|
+
* Tests - Lib - I18n - Reconcile - ReconcileReconcileCode - PreservesDescriptionsOnKeptAndSeededEntries.
|
|
140
|
+
*
|
|
141
|
+
* @since 0.21.0
|
|
142
|
+
*/
|
|
143
|
+
export type Tests_Lib_I18n_Reconcile_ReconcileReconcileCode_PreservesDescriptionsOnKeptAndSeededEntries_Plan = Shared_I18nFilePlan;
|
|
144
|
+
|
|
145
|
+
/**
|
|
146
|
+
* Tests - Lib - I18n - Reconcile - ReconcileReconcileCode - ProducesNoChangesWhenReRunOnReconciledContent.
|
|
147
|
+
*
|
|
148
|
+
* @since 0.21.0
|
|
149
|
+
*/
|
|
150
|
+
export type Tests_Lib_I18n_Reconcile_ReconcileReconcileCode_ProducesNoChangesWhenReRunOnReconciledContent_FirstPlan = Shared_I18nFilePlan;
|
|
151
|
+
|
|
152
|
+
export type Tests_Lib_I18n_Reconcile_ReconcileReconcileCode_ProducesNoChangesWhenReRunOnReconciledContent_SecondPlan = Shared_I18nFilePlan;
|
|
153
|
+
|
|
154
|
+
/**
|
|
155
|
+
* Tests - Lib - I18n - Reconcile - ReconcileReconcileCode - ReturnsAnEmptyPlanForAnEmptyFile.
|
|
156
|
+
*
|
|
157
|
+
* @since 0.21.0
|
|
158
|
+
*/
|
|
159
|
+
export type Tests_Lib_I18n_Reconcile_ReconcileReconcileCode_ReturnsAnEmptyPlanForAnEmptyFile_Plan = Shared_I18nFilePlan;
|
|
160
|
+
|
|
161
|
+
/**
|
|
162
|
+
* Tests - Lib - I18n - Reconcile - ReconcileReconcileCode - SeedsANewSiteKeyInTheDefaultLocale.
|
|
163
|
+
*
|
|
164
|
+
* @since 0.21.0
|
|
165
|
+
*/
|
|
166
|
+
export type Tests_Lib_I18n_Reconcile_ReconcileReconcileCode_SeedsANewSiteKeyInTheDefaultLocale_Plan = Shared_I18nFilePlan;
|
|
167
|
+
|
|
168
|
+
/**
|
|
169
|
+
* Tests - Lib - I18n - Reconcile - ReconcileReconcileCode - TreatsAPluralValueThatDiffersOnlyInFormAsAnOverride.
|
|
170
|
+
*
|
|
171
|
+
* @since 0.21.0
|
|
172
|
+
*/
|
|
173
|
+
export type Tests_Lib_I18n_Reconcile_ReconcileReconcileCode_TreatsAPluralValueThatDiffersOnlyInFormAsAnOverride_Plan = Shared_I18nFilePlan;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import type { TranslationFileContent } from '@docusaurus/types';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Tests - Lib - I18n - Site Context - SiteContextReadAreaFile - ReadsAWellFormedAreaBundle.
|
|
5
|
+
*
|
|
6
|
+
* @since 0.21.0
|
|
7
|
+
*/
|
|
8
|
+
export type Tests_Lib_I18n_SiteContext_SiteContextReadAreaFile_ReadsAWellFormedAreaBundle_Dir = string;
|
|
9
|
+
|
|
10
|
+
export type Tests_Lib_I18n_SiteContext_SiteContextReadAreaFile_ReadsAWellFormedAreaBundle_AreaDir = string;
|
|
11
|
+
|
|
12
|
+
export type Tests_Lib_I18n_SiteContext_SiteContextReadAreaFile_ReadsAWellFormedAreaBundle_Parsed = TranslationFileContent;
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* Tests - Lib - I18n - Site Context - SiteContextReadAreaFile - RejectsAMalformedAreaBundle.
|
|
16
|
+
*
|
|
17
|
+
* @since 0.21.0
|
|
18
|
+
*/
|
|
19
|
+
export type Tests_Lib_I18n_SiteContext_SiteContextReadAreaFile_RejectsAMalformedAreaBundle_Dir = string;
|
|
20
|
+
|
|
21
|
+
export type Tests_Lib_I18n_SiteContext_SiteContextReadAreaFile_RejectsAMalformedAreaBundle_AreaDir = string;
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* Tests - Lib - I18n - Site Context - SiteContextReadAreaFile - ReturnsAnEmptyObjectForAMissingAreaBundle.
|
|
25
|
+
*
|
|
26
|
+
* @since 0.21.0
|
|
27
|
+
*/
|
|
28
|
+
export type Tests_Lib_I18n_SiteContext_SiteContextReadAreaFile_ReturnsAnEmptyObjectForAMissingAreaBundle_Dir = string;
|
|
29
|
+
|
|
30
|
+
export type Tests_Lib_I18n_SiteContext_SiteContextReadAreaFile_ReturnsAnEmptyObjectForAMissingAreaBundle_Parsed = TranslationFileContent;
|
|
@@ -141,7 +141,7 @@ export type Tests_Lib_Search_Worker_PerformSearchFuzzy_MatchesNearMissQueriesVia
|
|
|
141
141
|
/**
|
|
142
142
|
* Tests - Lib - Search - Worker - PerformSearch Fuzzy Distance - Widens Fuzzy Matching As The Distance Increases.
|
|
143
143
|
*
|
|
144
|
-
* @since 0.
|
|
144
|
+
* @since 0.19.0
|
|
145
145
|
*/
|
|
146
146
|
export type Tests_Lib_Search_Worker_PerformSearchFuzzyDistance_WidensFuzzyMatchingAsTheDistanceIncreases_Index = unknown;
|
|
147
147
|
|
|
@@ -152,6 +152,13 @@ export type Tests_Lib_Search_Worker_PerformSearchFuzzyDistance_WidensFuzzyMatchi
|
|
|
152
152
|
*/
|
|
153
153
|
export type Tests_Lib_Search_Worker_PerformSearchLimit_CapsResultsAtTheSpecifiedLimit_Index = unknown;
|
|
154
154
|
|
|
155
|
+
/**
|
|
156
|
+
* Tests - Lib - Search - Worker - PerformSearch Reserved Syntax - Returns An Empty Array For A Query With Reserved Lunr Syntax Characters.
|
|
157
|
+
*
|
|
158
|
+
* @since 0.21.0
|
|
159
|
+
*/
|
|
160
|
+
export type Tests_Lib_Search_Worker_PerformSearchReservedSyntax_ReturnsAnEmptyArrayForAQueryWithReservedLunrSyntaxCharacters_Index = unknown;
|
|
161
|
+
|
|
155
162
|
/**
|
|
156
163
|
* Tests - Lib - Search - Worker - PerformSearch Score Sorting - Returns Results Sorted By Score Descending.
|
|
157
164
|
*
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Tests - Lib - Sidebar Mobile Store - Sidebar Mobile Store - Closes When Set Open Is Called With False.
|
|
3
|
+
*
|
|
4
|
+
* @since 0.21.0
|
|
5
|
+
*/
|
|
6
|
+
export type Tests_Lib_SidebarMobileStore_SidebarMobileStore_ClosesWhenSetOpenIsCalledWithFalse_Snapshot = boolean;
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* Tests - Lib - Sidebar Mobile Store - Sidebar Mobile Store - Notifies A Subscribed Listener When The Open Flag Changes.
|
|
10
|
+
*
|
|
11
|
+
* @since 0.21.0
|
|
12
|
+
*/
|
|
13
|
+
export type Tests_Lib_SidebarMobileStore_SidebarMobileStore_NotifiesASubscribedListenerWhenTheOpenFlagChanges_Notified = boolean;
|
|
14
|
+
|
|
15
|
+
export type Tests_Lib_SidebarMobileStore_SidebarMobileStore_NotifiesASubscribedListenerWhenTheOpenFlagChanges_Unsubscribe = () => void;
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* Tests - Lib - Sidebar Mobile Store - Sidebar Mobile Store - Notifies Every Subscribed Listener.
|
|
19
|
+
*
|
|
20
|
+
* @since 0.21.0
|
|
21
|
+
*/
|
|
22
|
+
export type Tests_Lib_SidebarMobileStore_SidebarMobileStore_NotifiesEverySubscribedListener_First = boolean;
|
|
23
|
+
|
|
24
|
+
export type Tests_Lib_SidebarMobileStore_SidebarMobileStore_NotifiesEverySubscribedListener_Second = boolean;
|
|
25
|
+
|
|
26
|
+
export type Tests_Lib_SidebarMobileStore_SidebarMobileStore_NotifiesEverySubscribedListener_UnsubscribeFirst = () => void;
|
|
27
|
+
|
|
28
|
+
export type Tests_Lib_SidebarMobileStore_SidebarMobileStore_NotifiesEverySubscribedListener_UnsubscribeSecond = () => void;
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* Tests - Lib - Sidebar Mobile Store - Sidebar Mobile Store - Opens When Set Open Is Called With True.
|
|
32
|
+
*
|
|
33
|
+
* @since 0.21.0
|
|
34
|
+
*/
|
|
35
|
+
export type Tests_Lib_SidebarMobileStore_SidebarMobileStore_OpensWhenSetOpenIsCalledWithTrue_Snapshot = boolean;
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
* Tests - Lib - Sidebar Mobile Store - Sidebar Mobile Store - Starts Closed.
|
|
39
|
+
*
|
|
40
|
+
* @since 0.21.0
|
|
41
|
+
*/
|
|
42
|
+
export type Tests_Lib_SidebarMobileStore_SidebarMobileStore_StartsClosed_Snapshot = boolean;
|
|
43
|
+
|
|
44
|
+
/**
|
|
45
|
+
* Tests - Lib - Sidebar Mobile Store - Sidebar Mobile Store - Stops Notifying After The Unsubscribe Function Is Called.
|
|
46
|
+
*
|
|
47
|
+
* @since 0.21.0
|
|
48
|
+
*/
|
|
49
|
+
export type Tests_Lib_SidebarMobileStore_SidebarMobileStore_StopsNotifyingAfterTheUnsubscribeFunctionIsCalled_Count = number;
|
|
50
|
+
|
|
51
|
+
export type Tests_Lib_SidebarMobileStore_SidebarMobileStore_StopsNotifyingAfterTheUnsubscribeFunctionIsCalled_Unsubscribe = () => void;
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Tests - Lib - Toc Collapsible Store - Toc Collapsible Store - Clears The Payload When Set With Undefined.
|
|
3
|
+
*
|
|
4
|
+
* @since 0.21.0
|
|
5
|
+
*/
|
|
6
|
+
export type Tests_Lib_TocCollapsibleStore_TocCollapsibleStore_ClearsThePayloadWhenSetWithUndefined_IsCleared = boolean;
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* Tests - Lib - Toc Collapsible Store - Toc Collapsible Store - Notifies A Subscribed Listener On Open And On Payload Changes.
|
|
10
|
+
*
|
|
11
|
+
* @since 0.21.0
|
|
12
|
+
*/
|
|
13
|
+
export type Tests_Lib_TocCollapsibleStore_TocCollapsibleStore_NotifiesASubscribedListenerOnOpenAndOnPayloadChanges_Count = number;
|
|
14
|
+
|
|
15
|
+
export type Tests_Lib_TocCollapsibleStore_TocCollapsibleStore_NotifiesASubscribedListenerOnOpenAndOnPayloadChanges_Unsubscribe = () => void;
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* Tests - Lib - Toc Collapsible Store - Toc Collapsible Store - Reflects The Open Flag After Set Open.
|
|
19
|
+
*
|
|
20
|
+
* @since 0.21.0
|
|
21
|
+
*/
|
|
22
|
+
export type Tests_Lib_TocCollapsibleStore_TocCollapsibleStore_ReflectsTheOpenFlagAfterSetOpen_Open = boolean;
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* Tests - Lib - Toc Collapsible Store - Toc Collapsible Store - Returns The Stored Payload.
|
|
26
|
+
*
|
|
27
|
+
* @since 0.21.0
|
|
28
|
+
*/
|
|
29
|
+
export type Tests_Lib_TocCollapsibleStore_TocCollapsibleStore_ReturnsTheStoredPayload_WasStored = boolean;
|
|
30
|
+
|
|
31
|
+
/**
|
|
32
|
+
* Tests - Lib - Toc Collapsible Store - Toc Collapsible Store - Starts With An Undefined Payload.
|
|
33
|
+
*
|
|
34
|
+
* @since 0.21.0
|
|
35
|
+
*/
|
|
36
|
+
export type Tests_Lib_TocCollapsibleStore_TocCollapsibleStore_StartsWithAnUndefinedPayload_IsUndefined = boolean;
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* Tests - Lib - Toc Collapsible Store - Toc Collapsible Store - Starts With The Overlay Closed.
|
|
40
|
+
*
|
|
41
|
+
* @since 0.21.0
|
|
42
|
+
*/
|
|
43
|
+
export type Tests_Lib_TocCollapsibleStore_TocCollapsibleStore_StartsWithTheOverlayClosed_Open = boolean;
|
|
44
|
+
|
|
45
|
+
/**
|
|
46
|
+
* Tests - Lib - Toc Collapsible Store - Toc Collapsible Store - Stops Notifying After The Unsubscribe Function Is Called.
|
|
47
|
+
*
|
|
48
|
+
* @since 0.21.0
|
|
49
|
+
*/
|
|
50
|
+
export type Tests_Lib_TocCollapsibleStore_TocCollapsibleStore_StopsNotifyingAfterTheUnsubscribeFunctionIsCalled_Count = number;
|
|
51
|
+
|
|
52
|
+
export type Tests_Lib_TocCollapsibleStore_TocCollapsibleStore_StopsNotifyingAfterTheUnsubscribeFunctionIsCalled_Unsubscribe = () => void;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Tests - Nova Version Drift - Nova Version Drift.
|
|
3
3
|
*
|
|
4
|
-
* @since 0.17.
|
|
4
|
+
* @since 0.17.0
|
|
5
5
|
*/
|
|
6
6
|
export type Tests_NovaVersionDrift_NovaVersionDrift_Manifest = {
|
|
7
7
|
version?: string;
|
|
@@ -27,13 +27,13 @@ export type Tests_NovaVersionDrift_NovaVersionDrift_NovaVersion = string;
|
|
|
27
27
|
/**
|
|
28
28
|
* Tests - Nova Version Drift - Nova Version Drift - Matches The Neighboring Cbnventures Nova Package Version.
|
|
29
29
|
*
|
|
30
|
-
* @since 0.
|
|
30
|
+
* @since 0.19.0
|
|
31
31
|
*/
|
|
32
32
|
export type Tests_NovaVersionDrift_NovaVersionDrift_MatchesTheNeighboringCbnventuresNovaPackageVersion_PresetNovaDependency = string;
|
|
33
33
|
|
|
34
34
|
/**
|
|
35
35
|
* Tests - Nova Version Drift - Nova Version Drift - Preset Version Matches The Neighboring Cbnventures Nova Version.
|
|
36
36
|
*
|
|
37
|
-
* @since 0.
|
|
37
|
+
* @since 0.19.0
|
|
38
38
|
*/
|
|
39
39
|
export type Tests_NovaVersionDrift_NovaVersionDrift_PresetVersionMatchesTheNeighboringCbnventuresNovaVersion_PresetVersion = string;
|
|
@@ -3,7 +3,18 @@
|
|
|
3
3
|
*
|
|
4
4
|
* @since 0.15.0
|
|
5
5
|
*/
|
|
6
|
-
export type
|
|
6
|
+
export type Tests_Preset_Preset_ExcludesBlogPluginWhenBlogIsFalse_ResultPlugin = [string, Record<string, unknown>] | string;
|
|
7
|
+
|
|
8
|
+
export type Tests_Preset_Preset_ExcludesBlogPluginWhenBlogIsFalse_ResultPlugins = Tests_Preset_Preset_ExcludesBlogPluginWhenBlogIsFalse_ResultPlugin[];
|
|
9
|
+
|
|
10
|
+
export type Tests_Preset_Preset_ExcludesBlogPluginWhenBlogIsFalse_ResultTheme = [string, Record<string, unknown>] | string;
|
|
11
|
+
|
|
12
|
+
export type Tests_Preset_Preset_ExcludesBlogPluginWhenBlogIsFalse_ResultThemes = Tests_Preset_Preset_ExcludesBlogPluginWhenBlogIsFalse_ResultTheme[];
|
|
13
|
+
|
|
14
|
+
export type Tests_Preset_Preset_ExcludesBlogPluginWhenBlogIsFalse_Result = {
|
|
15
|
+
plugins: Tests_Preset_Preset_ExcludesBlogPluginWhenBlogIsFalse_ResultPlugins;
|
|
16
|
+
themes: Tests_Preset_Preset_ExcludesBlogPluginWhenBlogIsFalse_ResultThemes;
|
|
17
|
+
};
|
|
7
18
|
|
|
8
19
|
export type Tests_Preset_Preset_ExcludesBlogPluginWhenBlogIsFalse_PluginCount = number;
|
|
9
20
|
|
|
@@ -12,7 +23,18 @@ export type Tests_Preset_Preset_ExcludesBlogPluginWhenBlogIsFalse_PluginCount =
|
|
|
12
23
|
*
|
|
13
24
|
* @since 0.15.0
|
|
14
25
|
*/
|
|
15
|
-
export type
|
|
26
|
+
export type Tests_Preset_Preset_ExcludesGtmPluginWhenGtmIsUndefined_ResultPlugin = [string, Record<string, unknown>] | string;
|
|
27
|
+
|
|
28
|
+
export type Tests_Preset_Preset_ExcludesGtmPluginWhenGtmIsUndefined_ResultPlugins = Tests_Preset_Preset_ExcludesGtmPluginWhenGtmIsUndefined_ResultPlugin[];
|
|
29
|
+
|
|
30
|
+
export type Tests_Preset_Preset_ExcludesGtmPluginWhenGtmIsUndefined_ResultTheme = [string, Record<string, unknown>] | string;
|
|
31
|
+
|
|
32
|
+
export type Tests_Preset_Preset_ExcludesGtmPluginWhenGtmIsUndefined_ResultThemes = Tests_Preset_Preset_ExcludesGtmPluginWhenGtmIsUndefined_ResultTheme[];
|
|
33
|
+
|
|
34
|
+
export type Tests_Preset_Preset_ExcludesGtmPluginWhenGtmIsUndefined_Result = {
|
|
35
|
+
plugins: Tests_Preset_Preset_ExcludesGtmPluginWhenGtmIsUndefined_ResultPlugins;
|
|
36
|
+
themes: Tests_Preset_Preset_ExcludesGtmPluginWhenGtmIsUndefined_ResultThemes;
|
|
37
|
+
};
|
|
16
38
|
|
|
17
39
|
export type Tests_Preset_Preset_ExcludesGtmPluginWhenGtmIsUndefined_PluginCount = number;
|
|
18
40
|
|
|
@@ -21,7 +43,18 @@ export type Tests_Preset_Preset_ExcludesGtmPluginWhenGtmIsUndefined_PluginCount
|
|
|
21
43
|
*
|
|
22
44
|
* @since 0.15.0
|
|
23
45
|
*/
|
|
24
|
-
export type
|
|
46
|
+
export type Tests_Preset_Preset_ExcludesPagesPluginWhenPagesIsFalse_ResultPlugin = [string, Record<string, unknown>] | string;
|
|
47
|
+
|
|
48
|
+
export type Tests_Preset_Preset_ExcludesPagesPluginWhenPagesIsFalse_ResultPlugins = Tests_Preset_Preset_ExcludesPagesPluginWhenPagesIsFalse_ResultPlugin[];
|
|
49
|
+
|
|
50
|
+
export type Tests_Preset_Preset_ExcludesPagesPluginWhenPagesIsFalse_ResultTheme = [string, Record<string, unknown>] | string;
|
|
51
|
+
|
|
52
|
+
export type Tests_Preset_Preset_ExcludesPagesPluginWhenPagesIsFalse_ResultThemes = Tests_Preset_Preset_ExcludesPagesPluginWhenPagesIsFalse_ResultTheme[];
|
|
53
|
+
|
|
54
|
+
export type Tests_Preset_Preset_ExcludesPagesPluginWhenPagesIsFalse_Result = {
|
|
55
|
+
plugins: Tests_Preset_Preset_ExcludesPagesPluginWhenPagesIsFalse_ResultPlugins;
|
|
56
|
+
themes: Tests_Preset_Preset_ExcludesPagesPluginWhenPagesIsFalse_ResultThemes;
|
|
57
|
+
};
|
|
25
58
|
|
|
26
59
|
export type Tests_Preset_Preset_ExcludesPagesPluginWhenPagesIsFalse_PluginCount = number;
|
|
27
60
|
|
|
@@ -30,7 +63,18 @@ export type Tests_Preset_Preset_ExcludesPagesPluginWhenPagesIsFalse_PluginCount
|
|
|
30
63
|
*
|
|
31
64
|
* @since 0.15.0
|
|
32
65
|
*/
|
|
33
|
-
export type
|
|
66
|
+
export type Tests_Preset_Preset_ExcludesSearchThemeWhenSearchIsFalse_ResultPlugin = [string, Record<string, unknown>] | string;
|
|
67
|
+
|
|
68
|
+
export type Tests_Preset_Preset_ExcludesSearchThemeWhenSearchIsFalse_ResultPlugins = Tests_Preset_Preset_ExcludesSearchThemeWhenSearchIsFalse_ResultPlugin[];
|
|
69
|
+
|
|
70
|
+
export type Tests_Preset_Preset_ExcludesSearchThemeWhenSearchIsFalse_ResultTheme = [string, Record<string, unknown>] | string;
|
|
71
|
+
|
|
72
|
+
export type Tests_Preset_Preset_ExcludesSearchThemeWhenSearchIsFalse_ResultThemes = Tests_Preset_Preset_ExcludesSearchThemeWhenSearchIsFalse_ResultTheme[];
|
|
73
|
+
|
|
74
|
+
export type Tests_Preset_Preset_ExcludesSearchThemeWhenSearchIsFalse_Result = {
|
|
75
|
+
plugins: Tests_Preset_Preset_ExcludesSearchThemeWhenSearchIsFalse_ResultPlugins;
|
|
76
|
+
themes: Tests_Preset_Preset_ExcludesSearchThemeWhenSearchIsFalse_ResultThemes;
|
|
77
|
+
};
|
|
34
78
|
|
|
35
79
|
export type Tests_Preset_Preset_ExcludesSearchThemeWhenSearchIsFalse_ThemeCount = number;
|
|
36
80
|
|
|
@@ -39,7 +83,18 @@ export type Tests_Preset_Preset_ExcludesSearchThemeWhenSearchIsFalse_ThemeCount
|
|
|
39
83
|
*
|
|
40
84
|
* @since 0.15.0
|
|
41
85
|
*/
|
|
42
|
-
export type
|
|
86
|
+
export type Tests_Preset_Preset_ExcludesSitemapPluginWhenSitemapIsFalse_ResultPlugin = [string, Record<string, unknown>] | string;
|
|
87
|
+
|
|
88
|
+
export type Tests_Preset_Preset_ExcludesSitemapPluginWhenSitemapIsFalse_ResultPlugins = Tests_Preset_Preset_ExcludesSitemapPluginWhenSitemapIsFalse_ResultPlugin[];
|
|
89
|
+
|
|
90
|
+
export type Tests_Preset_Preset_ExcludesSitemapPluginWhenSitemapIsFalse_ResultTheme = [string, Record<string, unknown>] | string;
|
|
91
|
+
|
|
92
|
+
export type Tests_Preset_Preset_ExcludesSitemapPluginWhenSitemapIsFalse_ResultThemes = Tests_Preset_Preset_ExcludesSitemapPluginWhenSitemapIsFalse_ResultTheme[];
|
|
93
|
+
|
|
94
|
+
export type Tests_Preset_Preset_ExcludesSitemapPluginWhenSitemapIsFalse_Result = {
|
|
95
|
+
plugins: Tests_Preset_Preset_ExcludesSitemapPluginWhenSitemapIsFalse_ResultPlugins;
|
|
96
|
+
themes: Tests_Preset_Preset_ExcludesSitemapPluginWhenSitemapIsFalse_ResultThemes;
|
|
97
|
+
};
|
|
43
98
|
|
|
44
99
|
export type Tests_Preset_Preset_ExcludesSitemapPluginWhenSitemapIsFalse_PluginCount = number;
|
|
45
100
|
|
|
@@ -48,7 +103,18 @@ export type Tests_Preset_Preset_ExcludesSitemapPluginWhenSitemapIsFalse_PluginCo
|
|
|
48
103
|
*
|
|
49
104
|
* @since 0.15.0
|
|
50
105
|
*/
|
|
51
|
-
export type
|
|
106
|
+
export type Tests_Preset_Preset_IncludesGtmPluginWhenGtmIsProvided_ResultPlugin = [string, Record<string, unknown>] | string;
|
|
107
|
+
|
|
108
|
+
export type Tests_Preset_Preset_IncludesGtmPluginWhenGtmIsProvided_ResultPlugins = Tests_Preset_Preset_IncludesGtmPluginWhenGtmIsProvided_ResultPlugin[];
|
|
109
|
+
|
|
110
|
+
export type Tests_Preset_Preset_IncludesGtmPluginWhenGtmIsProvided_ResultTheme = [string, Record<string, unknown>] | string;
|
|
111
|
+
|
|
112
|
+
export type Tests_Preset_Preset_IncludesGtmPluginWhenGtmIsProvided_ResultThemes = Tests_Preset_Preset_IncludesGtmPluginWhenGtmIsProvided_ResultTheme[];
|
|
113
|
+
|
|
114
|
+
export type Tests_Preset_Preset_IncludesGtmPluginWhenGtmIsProvided_Result = {
|
|
115
|
+
plugins: Tests_Preset_Preset_IncludesGtmPluginWhenGtmIsProvided_ResultPlugins;
|
|
116
|
+
themes: Tests_Preset_Preset_IncludesGtmPluginWhenGtmIsProvided_ResultThemes;
|
|
117
|
+
};
|
|
52
118
|
|
|
53
119
|
export type Tests_Preset_Preset_IncludesGtmPluginWhenGtmIsProvided_PluginCount = number;
|
|
54
120
|
|
|
@@ -57,7 +123,18 @@ export type Tests_Preset_Preset_IncludesGtmPluginWhenGtmIsProvided_PluginCount =
|
|
|
57
123
|
*
|
|
58
124
|
* @since 0.15.0
|
|
59
125
|
*/
|
|
60
|
-
export type
|
|
126
|
+
export type Tests_Preset_Preset_PassesSearchConfigToNovaThemeWhenSearchIsProvided_ResultPlugin = [string, Record<string, unknown>] | string;
|
|
127
|
+
|
|
128
|
+
export type Tests_Preset_Preset_PassesSearchConfigToNovaThemeWhenSearchIsProvided_ResultPlugins = Tests_Preset_Preset_PassesSearchConfigToNovaThemeWhenSearchIsProvided_ResultPlugin[];
|
|
129
|
+
|
|
130
|
+
export type Tests_Preset_Preset_PassesSearchConfigToNovaThemeWhenSearchIsProvided_ResultTheme = [string, Record<string, unknown>] | string;
|
|
131
|
+
|
|
132
|
+
export type Tests_Preset_Preset_PassesSearchConfigToNovaThemeWhenSearchIsProvided_ResultThemes = Tests_Preset_Preset_PassesSearchConfigToNovaThemeWhenSearchIsProvided_ResultTheme[];
|
|
133
|
+
|
|
134
|
+
export type Tests_Preset_Preset_PassesSearchConfigToNovaThemeWhenSearchIsProvided_Result = {
|
|
135
|
+
plugins: Tests_Preset_Preset_PassesSearchConfigToNovaThemeWhenSearchIsProvided_ResultPlugins;
|
|
136
|
+
themes: Tests_Preset_Preset_PassesSearchConfigToNovaThemeWhenSearchIsProvided_ResultThemes;
|
|
137
|
+
};
|
|
61
138
|
|
|
62
139
|
export type Tests_Preset_Preset_PassesSearchConfigToNovaThemeWhenSearchIsProvided_ThemeCount = number;
|
|
63
140
|
|
|
@@ -66,7 +143,18 @@ export type Tests_Preset_Preset_PassesSearchConfigToNovaThemeWhenSearchIsProvide
|
|
|
66
143
|
*
|
|
67
144
|
* @since 0.15.0
|
|
68
145
|
*/
|
|
69
|
-
export type
|
|
146
|
+
export type Tests_Preset_Preset_ReturnsDocsBlogPagesSitemapSvgrPluginsAndNovaThemeByDefault_ResultPlugin = [string, Record<string, unknown>] | string;
|
|
147
|
+
|
|
148
|
+
export type Tests_Preset_Preset_ReturnsDocsBlogPagesSitemapSvgrPluginsAndNovaThemeByDefault_ResultPlugins = Tests_Preset_Preset_ReturnsDocsBlogPagesSitemapSvgrPluginsAndNovaThemeByDefault_ResultPlugin[];
|
|
149
|
+
|
|
150
|
+
export type Tests_Preset_Preset_ReturnsDocsBlogPagesSitemapSvgrPluginsAndNovaThemeByDefault_ResultTheme = [string, Record<string, unknown>] | string;
|
|
151
|
+
|
|
152
|
+
export type Tests_Preset_Preset_ReturnsDocsBlogPagesSitemapSvgrPluginsAndNovaThemeByDefault_ResultThemes = Tests_Preset_Preset_ReturnsDocsBlogPagesSitemapSvgrPluginsAndNovaThemeByDefault_ResultTheme[];
|
|
153
|
+
|
|
154
|
+
export type Tests_Preset_Preset_ReturnsDocsBlogPagesSitemapSvgrPluginsAndNovaThemeByDefault_Result = {
|
|
155
|
+
plugins: Tests_Preset_Preset_ReturnsDocsBlogPagesSitemapSvgrPluginsAndNovaThemeByDefault_ResultPlugins;
|
|
156
|
+
themes: Tests_Preset_Preset_ReturnsDocsBlogPagesSitemapSvgrPluginsAndNovaThemeByDefault_ResultThemes;
|
|
157
|
+
};
|
|
70
158
|
|
|
71
159
|
export type Tests_Preset_Preset_ReturnsDocsBlogPagesSitemapSvgrPluginsAndNovaThemeByDefault_PluginCount = number;
|
|
72
160
|
|
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
import type { CommentRange, Node, SourceFile } from 'typescript';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Tests - Since Version.
|
|
5
|
+
*
|
|
6
|
+
* @since 0.20.0
|
|
7
|
+
*/
|
|
8
|
+
export type Tests_SinceVersion_PackageJsonRaw = string;
|
|
9
|
+
|
|
10
|
+
export type Tests_SinceVersion_PackageJson = {
|
|
11
|
+
version?: string;
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
export type Tests_SinceVersion_PackageVersion = string;
|
|
15
|
+
|
|
16
|
+
export type Tests_SinceVersion_SrcDir = string;
|
|
17
|
+
|
|
18
|
+
export type Tests_SinceVersion_RawEntries = string[];
|
|
19
|
+
|
|
20
|
+
export type Tests_SinceVersion_SourceFiles = string[];
|
|
21
|
+
|
|
22
|
+
export type Tests_SinceVersion_SourceFile = string;
|
|
23
|
+
|
|
24
|
+
export type Tests_SinceVersion_FileContent = string;
|
|
25
|
+
|
|
26
|
+
export type Tests_SinceVersion_TagValues = string[];
|
|
27
|
+
|
|
28
|
+
export type Tests_SinceVersion_TagValue = string;
|
|
29
|
+
|
|
30
|
+
export type Tests_SinceVersion_Violation = string;
|
|
31
|
+
|
|
32
|
+
export type Tests_SinceVersion_MessageParts = string[];
|
|
33
|
+
|
|
34
|
+
export type Tests_SinceVersion_Message = string;
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* Tests - Since Version - Compare Semver Lte.
|
|
38
|
+
*
|
|
39
|
+
* @since 0.20.0
|
|
40
|
+
*/
|
|
41
|
+
export type Tests_SinceVersion_CompareSemverLte_A = string;
|
|
42
|
+
|
|
43
|
+
export type Tests_SinceVersion_CompareSemverLte_B = string;
|
|
44
|
+
|
|
45
|
+
export type Tests_SinceVersion_CompareSemverLte_Returns = boolean;
|
|
46
|
+
|
|
47
|
+
export type Tests_SinceVersion_CompareSemverLte_PartsA = number[];
|
|
48
|
+
|
|
49
|
+
export type Tests_SinceVersion_CompareSemverLte_PartsB = number[];
|
|
50
|
+
|
|
51
|
+
export type Tests_SinceVersion_CompareSemverLte_Length = number;
|
|
52
|
+
|
|
53
|
+
export type Tests_SinceVersion_CompareSemverLte_ValA = number;
|
|
54
|
+
|
|
55
|
+
export type Tests_SinceVersion_CompareSemverLte_ValB = number;
|
|
56
|
+
|
|
57
|
+
/**
|
|
58
|
+
* Tests - Since Version - Extract Tag Values.
|
|
59
|
+
*
|
|
60
|
+
* @since 0.20.0
|
|
61
|
+
*/
|
|
62
|
+
export type Tests_SinceVersion_ExtractTagValues_FilePath = string;
|
|
63
|
+
|
|
64
|
+
export type Tests_SinceVersion_ExtractTagValues_Content = string;
|
|
65
|
+
|
|
66
|
+
export type Tests_SinceVersion_ExtractTagValues_Returns = string[];
|
|
67
|
+
|
|
68
|
+
export type Tests_SinceVersion_ExtractTagValues_Sf = SourceFile;
|
|
69
|
+
|
|
70
|
+
export type Tests_SinceVersion_ExtractTagValues_Seen = Set<string>;
|
|
71
|
+
|
|
72
|
+
export type Tests_SinceVersion_ExtractTagValues_Values = string[];
|
|
73
|
+
|
|
74
|
+
export type Tests_SinceVersion_ExtractTagValues_TagRe = RegExp;
|
|
75
|
+
|
|
76
|
+
export type Tests_SinceVersion_ExtractTagValues_Visit_Node = Node;
|
|
77
|
+
|
|
78
|
+
export type Tests_SinceVersion_ExtractTagValues_Visit_Returns = void;
|
|
79
|
+
|
|
80
|
+
export type Tests_SinceVersion_ExtractTagValues_Visit_Ranges = CommentRange[] | undefined;
|
|
81
|
+
|
|
82
|
+
export type Tests_SinceVersion_ExtractTagValues_Visit_R = CommentRange;
|
|
83
|
+
|
|
84
|
+
export type Tests_SinceVersion_ExtractTagValues_Visit_Key = string;
|
|
85
|
+
|
|
86
|
+
export type Tests_SinceVersion_ExtractTagValues_Visit_CommentText = string;
|
|
87
|
+
|
|
88
|
+
export type Tests_SinceVersion_ExtractTagValues_Visit_TagMatch = RegExpExecArray | null;
|
|
89
|
+
|
|
90
|
+
export type Tests_SinceVersion_ExtractTagValues_Visit_TagValue = string;
|
|
91
|
+
|
|
92
|
+
/**
|
|
93
|
+
* Tests - Since Version - Is Valid Tag Value.
|
|
94
|
+
*
|
|
95
|
+
* @since 0.20.0
|
|
96
|
+
*/
|
|
97
|
+
export type Tests_SinceVersion_IsValidTagValue_Value = string;
|
|
98
|
+
|
|
99
|
+
export type Tests_SinceVersion_IsValidTagValue_PackageVersion = string;
|
|
100
|
+
|
|
101
|
+
export type Tests_SinceVersion_IsValidTagValue_Returns = boolean;
|
|
102
|
+
|
|
103
|
+
export type Tests_SinceVersion_IsValidTagValue_SemverMatch = RegExpMatchArray | null;
|
|
104
|
+
|
|
105
|
+
export type Tests_SinceVersion_IsValidTagValue_PackageJsonPath = string;
|
|
106
|
+
|
|
107
|
+
export type Tests_SinceVersion_IsValidTagValue_CurrentVersion = string;
|
|
108
|
+
|
|
109
|
+
/**
|
|
110
|
+
* Tests - Since Version - Is Valid Tag Value - Accepts Since 0.18.0 Past Version.
|
|
111
|
+
*
|
|
112
|
+
* @since 0.20.0
|
|
113
|
+
*/
|
|
114
|
+
export type Tests_SinceVersion_IsValidTagValue_AcceptsSince0180PastVersion_Fixture = string;
|
|
115
|
+
|
|
116
|
+
/**
|
|
117
|
+
* Tests - Since Version - Is Valid Tag Value - Accepts Since Equal To The Current Package Version Boundary.
|
|
118
|
+
*
|
|
119
|
+
* @since 0.20.0
|
|
120
|
+
*/
|
|
121
|
+
export type Tests_SinceVersion_IsValidTagValue_AcceptsSinceEqualToTheCurrentPackageVersionBoundary_Fixture = string;
|
|
122
|
+
|
|
123
|
+
/**
|
|
124
|
+
* Tests - Since Version - Is Valid Tag Value - Accepts Since UNRELEASED.
|
|
125
|
+
*
|
|
126
|
+
* @since 0.20.0
|
|
127
|
+
*/
|
|
128
|
+
export type Tests_SinceVersion_IsValidTagValue_AcceptsSinceUNRELEASED_Fixture = string;
|
|
129
|
+
|
|
130
|
+
/**
|
|
131
|
+
* Tests - Since Version - Is Valid Tag Value - Rejects Since 0.99.0 Future Version.
|
|
132
|
+
*
|
|
133
|
+
* @since 0.20.0
|
|
134
|
+
*/
|
|
135
|
+
export type Tests_SinceVersion_IsValidTagValue_RejectsSince0990FutureVersion_Fixture = string;
|
|
136
|
+
|
|
137
|
+
/**
|
|
138
|
+
* Tests - Since Version - Is Valid Tag Value - Rejects Since Banana Non Semver Non UNRELEASED.
|
|
139
|
+
*
|
|
140
|
+
* @since 0.20.0
|
|
141
|
+
*/
|
|
142
|
+
export type Tests_SinceVersion_IsValidTagValue_RejectsSinceBananaNonSemverNonUNRELEASED_Fixture = string;
|
|
143
|
+
|
|
144
|
+
/**
|
|
145
|
+
* Tests - Since Version - Since Version Scan.
|
|
146
|
+
*
|
|
147
|
+
* @since 0.20.0
|
|
148
|
+
*/
|
|
149
|
+
export type Tests_SinceVersion_SinceVersionScan_PackageDirectory = string;
|
|
150
|
+
|
|
151
|
+
export type Tests_SinceVersion_SinceVersionScan_PackageJsonPath = string;
|
|
152
|
+
|
|
153
|
+
/**
|
|
154
|
+
* Tests - Since Version - Since Version Scan - Every Since Deprecated Value Is UNRELEASED Or A Released Version.
|
|
155
|
+
*
|
|
156
|
+
* @since 0.20.0
|
|
157
|
+
*/
|
|
158
|
+
export type Tests_SinceVersion_SinceVersionScan_EverySinceDeprecatedValueIsUNRELEASEDOrAReleasedVersion_Violations = string[];
|