@docusaurus/theme-common 2.0.0-beta.2 → 2.0.0-beta.22
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/lib/components/Collapsible/index.d.ts +64 -0
- package/lib/components/Collapsible/index.d.ts.map +1 -0
- package/lib/components/Collapsible/index.js +150 -0
- package/lib/components/Collapsible/index.js.map +1 -0
- package/lib/components/Details/index.d.ts +17 -0
- package/lib/components/Details/index.d.ts.map +1 -0
- package/lib/components/Details/index.js +76 -0
- package/lib/components/Details/index.js.map +1 -0
- package/lib/components/Details/styles.module.css +62 -0
- package/lib/contexts/announcementBar.d.ts +22 -0
- package/lib/contexts/announcementBar.d.ts.map +1 -0
- package/lib/{utils/announcementBarUtils.js → contexts/announcementBar.js} +30 -31
- package/lib/contexts/announcementBar.js.map +1 -0
- package/lib/contexts/blogPost.d.ts +33 -0
- package/lib/contexts/blogPost.d.ts.map +1 -0
- package/lib/contexts/blogPost.js +46 -0
- package/lib/contexts/blogPost.js.map +1 -0
- package/lib/contexts/colorMode.d.ts +27 -0
- package/lib/contexts/colorMode.d.ts.map +1 -0
- package/lib/contexts/colorMode.js +132 -0
- package/lib/contexts/colorMode.js.map +1 -0
- package/lib/contexts/doc.d.ts +30 -0
- package/lib/contexts/doc.d.ts.map +1 -0
- package/lib/contexts/doc.js +48 -0
- package/lib/contexts/doc.js.map +1 -0
- package/lib/contexts/docSidebarItemsExpandedState.d.ts +31 -0
- package/lib/contexts/docSidebarItemsExpandedState.d.ts.map +1 -0
- package/lib/contexts/docSidebarItemsExpandedState.js +28 -0
- package/lib/contexts/docSidebarItemsExpandedState.js.map +1 -0
- package/lib/contexts/docsPreferredVersion.d.ts +30 -0
- package/lib/contexts/docsPreferredVersion.d.ts.map +1 -0
- package/lib/contexts/docsPreferredVersion.js +130 -0
- package/lib/contexts/docsPreferredVersion.js.map +1 -0
- package/lib/contexts/docsSidebar.d.ts +26 -0
- package/lib/contexts/docsSidebar.d.ts.map +1 -0
- package/lib/contexts/docsSidebar.js +30 -0
- package/lib/contexts/docsSidebar.js.map +1 -0
- package/lib/contexts/docsVersion.d.ts +20 -0
- package/lib/contexts/docsVersion.d.ts.map +1 -0
- package/lib/contexts/docsVersion.js +26 -0
- package/lib/contexts/docsVersion.js.map +1 -0
- package/lib/contexts/navbarMobileSidebar.d.ts +31 -0
- package/lib/contexts/navbarMobileSidebar.d.ts.map +1 -0
- package/lib/contexts/navbarMobileSidebar.js +56 -0
- package/lib/contexts/navbarMobileSidebar.js.map +1 -0
- package/lib/contexts/navbarSecondaryMenu/content.d.ts +37 -0
- package/lib/contexts/navbarSecondaryMenu/content.d.ts.map +1 -0
- package/lib/contexts/navbarSecondaryMenu/content.js +50 -0
- package/lib/contexts/navbarSecondaryMenu/content.js.map +1 -0
- package/lib/contexts/navbarSecondaryMenu/display.d.ts +24 -0
- package/lib/contexts/navbarSecondaryMenu/display.d.ts.map +1 -0
- package/lib/contexts/navbarSecondaryMenu/display.js +62 -0
- package/lib/contexts/navbarSecondaryMenu/display.js.map +1 -0
- package/lib/contexts/tabGroupChoice.d.ts +21 -0
- package/lib/contexts/tabGroupChoice.d.ts.map +1 -0
- package/lib/contexts/tabGroupChoice.js +49 -0
- package/lib/contexts/tabGroupChoice.js.map +1 -0
- package/lib/{utils/usePrevious.d.ts → hooks/styles.css} +4 -1
- package/lib/hooks/useBackToTopButton.d.ts +27 -0
- package/lib/hooks/useBackToTopButton.d.ts.map +1 -0
- package/lib/hooks/useBackToTopButton.js +50 -0
- package/lib/hooks/useBackToTopButton.js.map +1 -0
- package/lib/hooks/useCodeWordWrap.d.ts +14 -0
- package/lib/hooks/useCodeWordWrap.d.ts.map +1 -0
- package/lib/hooks/useCodeWordWrap.js +67 -0
- package/lib/hooks/useCodeWordWrap.js.map +1 -0
- package/lib/hooks/useHideableNavbar.d.ts +17 -0
- package/lib/hooks/useHideableNavbar.d.ts.map +1 -0
- package/lib/hooks/useHideableNavbar.js +60 -0
- package/lib/hooks/useHideableNavbar.js.map +1 -0
- package/lib/hooks/useKeyboardNavigation.d.ts +20 -0
- package/lib/hooks/useKeyboardNavigation.d.ts.map +1 -0
- package/lib/hooks/useKeyboardNavigation.js +39 -0
- package/lib/hooks/useKeyboardNavigation.js.map +1 -0
- package/lib/hooks/useLockBodyScroll.d.ts +12 -0
- package/lib/hooks/useLockBodyScroll.d.ts.map +1 -0
- package/lib/hooks/useLockBodyScroll.js +20 -0
- package/lib/hooks/useLockBodyScroll.js.map +1 -0
- package/lib/hooks/useMutationObserver.d.ts +4 -0
- package/lib/hooks/useMutationObserver.d.ts.map +1 -0
- package/lib/hooks/useMutationObserver.js +29 -0
- package/lib/hooks/useMutationObserver.js.map +1 -0
- package/lib/hooks/usePrismTheme.d.ts +13 -0
- package/lib/hooks/usePrismTheme.d.ts.map +1 -0
- package/lib/hooks/usePrismTheme.js +21 -0
- package/lib/hooks/usePrismTheme.js.map +1 -0
- package/lib/hooks/useSearchPage.d.ts +25 -0
- package/lib/hooks/useSearchPage.d.ts.map +1 -0
- package/lib/hooks/useSearchPage.js +43 -0
- package/lib/hooks/useSearchPage.js.map +1 -0
- package/lib/hooks/useSkipToContent.d.ts +25 -0
- package/lib/hooks/useSkipToContent.d.ts.map +1 -0
- package/lib/hooks/useSkipToContent.js +35 -0
- package/lib/hooks/useSkipToContent.js.map +1 -0
- package/lib/hooks/useTOCHighlight.d.ts +25 -0
- package/lib/hooks/useTOCHighlight.d.ts.map +1 -0
- package/lib/hooks/useTOCHighlight.js +130 -0
- package/lib/hooks/useTOCHighlight.js.map +1 -0
- package/lib/hooks/useWindowSize.d.ts +28 -0
- package/lib/hooks/useWindowSize.d.ts.map +1 -0
- package/lib/hooks/useWindowSize.js +59 -0
- package/lib/hooks/useWindowSize.js.map +1 -0
- package/lib/index.d.ts +16 -13
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +23 -12
- package/lib/index.js.map +1 -0
- package/lib/internal.d.ts +41 -0
- package/lib/internal.d.ts.map +1 -0
- package/lib/internal.js +52 -0
- package/lib/internal.js.map +1 -0
- package/lib/utils/ThemeClassNames.d.ts +49 -12
- package/lib/utils/ThemeClassNames.d.ts.map +1 -0
- package/lib/utils/ThemeClassNames.js +47 -4
- package/lib/utils/ThemeClassNames.js.map +1 -0
- package/lib/utils/codeBlockUtils.d.ts +63 -0
- package/lib/utils/codeBlockUtils.d.ts.map +1 -0
- package/lib/utils/codeBlockUtils.js +159 -3
- package/lib/utils/codeBlockUtils.js.map +1 -0
- package/lib/utils/docsUtils.d.ts +91 -0
- package/lib/utils/docsUtils.d.ts.map +1 -0
- package/lib/utils/docsUtils.js +217 -1
- package/lib/utils/docsUtils.js.map +1 -0
- package/lib/utils/footerUtils.d.ts +13 -0
- package/lib/utils/footerUtils.d.ts.map +1 -0
- package/lib/utils/footerUtils.js +14 -0
- package/lib/utils/footerUtils.js.map +1 -0
- package/lib/utils/generalUtils.d.ts +11 -1
- package/lib/utils/generalUtils.d.ts.map +1 -0
- package/lib/utils/generalUtils.js +9 -5
- package/lib/utils/generalUtils.js.map +1 -0
- package/lib/utils/historyUtils.d.ts +17 -0
- package/lib/utils/historyUtils.d.ts.map +1 -0
- package/lib/utils/historyUtils.js +38 -0
- package/lib/utils/historyUtils.js.map +1 -0
- package/lib/utils/jsUtils.d.ts +23 -0
- package/lib/utils/jsUtils.d.ts.map +1 -0
- package/lib/utils/jsUtils.js +29 -0
- package/lib/utils/jsUtils.js.map +1 -0
- package/lib/utils/metadataUtils.d.ts +38 -0
- package/lib/utils/metadataUtils.d.ts.map +1 -0
- package/lib/utils/metadataUtils.js +70 -0
- package/lib/utils/metadataUtils.js.map +1 -0
- package/lib/utils/navbarUtils.d.ts +21 -0
- package/lib/utils/navbarUtils.d.ts.map +1 -0
- package/lib/utils/navbarUtils.js +36 -0
- package/lib/utils/navbarUtils.js.map +1 -0
- package/lib/utils/reactUtils.d.ts +69 -0
- package/lib/utils/reactUtils.d.ts.map +1 -0
- package/lib/utils/reactUtils.js +98 -0
- package/lib/utils/reactUtils.js.map +1 -0
- package/lib/utils/regexpUtils.d.ts +12 -0
- package/lib/utils/regexpUtils.d.ts.map +1 -0
- package/lib/utils/regexpUtils.js +18 -0
- package/lib/utils/regexpUtils.js.map +1 -0
- package/lib/utils/routesUtils.d.ts +26 -0
- package/lib/utils/routesUtils.d.ts.map +1 -0
- package/lib/utils/routesUtils.js +54 -0
- package/lib/utils/routesUtils.js.map +1 -0
- package/lib/utils/scrollUtils.d.ts +83 -0
- package/lib/utils/scrollUtils.d.ts.map +1 -0
- package/lib/utils/scrollUtils.js +200 -0
- package/lib/utils/scrollUtils.js.map +1 -0
- package/lib/utils/searchUtils.d.ts +13 -0
- package/lib/utils/searchUtils.d.ts.map +1 -0
- package/lib/utils/searchUtils.js +37 -0
- package/lib/utils/searchUtils.js.map +1 -0
- package/lib/utils/storageUtils.d.ts +15 -7
- package/lib/utils/storageUtils.d.ts.map +1 -0
- package/lib/utils/storageUtils.js +55 -22
- package/lib/utils/storageUtils.js.map +1 -0
- package/lib/utils/tagsUtils.d.ts +18 -0
- package/lib/utils/tagsUtils.d.ts.map +1 -0
- package/lib/utils/tagsUtils.js +36 -0
- package/lib/utils/tagsUtils.js.map +1 -0
- package/lib/utils/tocUtils.d.ts +36 -0
- package/lib/utils/tocUtils.d.ts.map +1 -0
- package/lib/utils/tocUtils.js +84 -0
- package/lib/utils/tocUtils.js.map +1 -0
- package/lib/utils/useAlternatePageUtils.d.ts +21 -1
- package/lib/utils/useAlternatePageUtils.d.ts.map +1 -0
- package/lib/utils/useAlternatePageUtils.js +9 -4
- package/lib/utils/useAlternatePageUtils.js.map +1 -0
- package/lib/utils/useLocalPathname.d.ts +13 -0
- package/lib/utils/useLocalPathname.d.ts.map +1 -0
- package/lib/utils/useLocalPathname.js +19 -0
- package/lib/utils/useLocalPathname.js.map +1 -0
- package/lib/utils/useLocationChange.d.ts +9 -6
- package/lib/utils/useLocationChange.d.ts.map +1 -0
- package/lib/utils/useLocationChange.js +17 -11
- package/lib/utils/useLocationChange.js.map +1 -0
- package/lib/utils/usePluralForm.d.ts +12 -0
- package/lib/utils/usePluralForm.d.ts.map +1 -0
- package/lib/utils/usePluralForm.js +36 -37
- package/lib/utils/usePluralForm.js.map +1 -0
- package/lib/utils/useThemeConfig.d.ts +56 -28
- package/lib/utils/useThemeConfig.d.ts.map +1 -0
- package/lib/utils/useThemeConfig.js +4 -0
- package/lib/utils/useThemeConfig.js.map +1 -0
- package/package.json +35 -13
- package/src/components/Collapsible/index.tsx +263 -0
- package/src/components/Details/index.tsx +109 -0
- package/src/components/Details/styles.module.css +62 -0
- package/src/{utils/announcementBarUtils.tsx → contexts/announcementBar.tsx} +43 -39
- package/src/contexts/blogPost.tsx +80 -0
- package/src/contexts/colorMode.tsx +198 -0
- package/src/contexts/doc.tsx +71 -0
- package/src/contexts/docSidebarItemsExpandedState.tsx +55 -0
- package/src/contexts/docsPreferredVersion.tsx +251 -0
- package/src/contexts/docsSidebar.tsx +50 -0
- package/src/contexts/docsVersion.tsx +36 -0
- package/src/contexts/navbarMobileSidebar.tsx +99 -0
- package/src/contexts/navbarSecondaryMenu/content.tsx +100 -0
- package/src/contexts/navbarSecondaryMenu/display.tsx +102 -0
- package/src/contexts/tabGroupChoice.tsx +85 -0
- package/{lib/utils/pathUtils.d.ts → src/hooks/styles.css} +4 -1
- package/src/hooks/useBackToTopButton.ts +73 -0
- package/src/hooks/useCodeWordWrap.ts +105 -0
- package/src/hooks/useHideableNavbar.ts +75 -0
- package/src/hooks/useKeyboardNavigation.ts +45 -0
- package/src/hooks/useLockBodyScroll.ts +21 -0
- package/src/hooks/useMutationObserver.ts +38 -0
- package/src/hooks/usePrismTheme.ts +24 -0
- package/src/hooks/useSearchPage.ts +79 -0
- package/src/hooks/useSkipToContent.ts +58 -0
- package/src/hooks/useTOCHighlight.ts +189 -0
- package/src/hooks/useWindowSize.ts +72 -0
- package/src/index.ts +53 -28
- package/src/internal.ts +122 -0
- package/src/types.d.ts +0 -2
- package/src/utils/ThemeClassNames.ts +54 -5
- package/src/utils/codeBlockUtils.ts +241 -2
- package/src/utils/docsUtils.tsx +334 -0
- package/src/utils/footerUtils.ts +18 -0
- package/src/utils/generalUtils.ts +9 -5
- package/src/utils/historyUtils.ts +45 -0
- package/src/utils/jsUtils.ts +36 -0
- package/src/utils/metadataUtils.tsx +115 -0
- package/src/utils/navbarUtils.tsx +45 -0
- package/src/utils/reactUtils.tsx +129 -0
- package/src/utils/regexpUtils.ts +24 -0
- package/src/utils/routesUtils.ts +75 -0
- package/src/utils/scrollUtils.tsx +304 -0
- package/src/utils/searchUtils.ts +51 -0
- package/src/utils/storageUtils.ts +56 -23
- package/src/utils/tagsUtils.ts +50 -0
- package/src/utils/tocUtils.ts +119 -0
- package/src/utils/useAlternatePageUtils.ts +19 -6
- package/src/utils/useLocalPathname.ts +22 -0
- package/src/utils/useLocationChange.ts +24 -20
- package/src/utils/usePluralForm.ts +50 -38
- package/src/utils/useThemeConfig.ts +55 -30
- package/lib/.tsbuildinfo +0 -1
- package/lib/utils/announcementBarInlineJavaScript.d.ts +0 -0
- package/lib/utils/announcementBarInlineJavaScript.js +0 -1
- package/lib/utils/announcementBarUtils.d.ts +0 -17
- package/lib/utils/docsPreferredVersion/DocsPreferredVersionProvider.d.ts +0 -21
- package/lib/utils/docsPreferredVersion/DocsPreferredVersionProvider.js +0 -94
- package/lib/utils/docsPreferredVersion/DocsPreferredVersionStorage.d.ts +0 -13
- package/lib/utils/docsPreferredVersion/DocsPreferredVersionStorage.js +0 -20
- package/lib/utils/docsPreferredVersion/useDocsPreferredVersion.d.ts +0 -5
- package/lib/utils/docsPreferredVersion/useDocsPreferredVersion.js +0 -41
- package/lib/utils/pathUtils.js +0 -13
- package/lib/utils/usePrevious.js +0 -14
- package/src/utils/__tests__/codeBlockUtils.test.ts +0 -54
- package/src/utils/__tests__/pathUtils.test.ts +0 -32
- package/src/utils/docsPreferredVersion/DocsPreferredVersionProvider.tsx +0 -165
- package/src/utils/docsPreferredVersion/DocsPreferredVersionStorage.ts +0 -34
- package/src/utils/docsPreferredVersion/useDocsPreferredVersion.ts +0 -66
- package/src/utils/docsUtils.ts +0 -11
- package/src/utils/pathUtils.ts +0 -17
- package/src/utils/usePrevious.ts +0 -18
- package/tsconfig.json +0 -10
|
@@ -0,0 +1,334 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the MIT license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
import {useMemo} from 'react';
|
|
9
|
+
import {matchPath, useLocation} from '@docusaurus/router';
|
|
10
|
+
import renderRoutes from '@docusaurus/renderRoutes';
|
|
11
|
+
import {
|
|
12
|
+
useAllDocsData,
|
|
13
|
+
useActivePlugin,
|
|
14
|
+
useActiveDocContext,
|
|
15
|
+
useLatestVersion,
|
|
16
|
+
type GlobalVersion,
|
|
17
|
+
type GlobalSidebar,
|
|
18
|
+
type GlobalDoc,
|
|
19
|
+
} from '@docusaurus/plugin-content-docs/client';
|
|
20
|
+
import type {Props as DocPageProps} from '@theme/DocPage';
|
|
21
|
+
import {useDocsPreferredVersion} from '../contexts/docsPreferredVersion';
|
|
22
|
+
import {useDocsVersion} from '../contexts/docsVersion';
|
|
23
|
+
import {useDocsSidebar} from '../contexts/docsSidebar';
|
|
24
|
+
import {uniq} from './jsUtils';
|
|
25
|
+
import {isSamePath} from './routesUtils';
|
|
26
|
+
import type {
|
|
27
|
+
PropSidebar,
|
|
28
|
+
PropSidebarItem,
|
|
29
|
+
PropSidebarItemCategory,
|
|
30
|
+
PropVersionDoc,
|
|
31
|
+
PropSidebarBreadcrumbsItem,
|
|
32
|
+
} from '@docusaurus/plugin-content-docs';
|
|
33
|
+
|
|
34
|
+
// TODO not ideal, see also "useDocs"
|
|
35
|
+
export const isDocsPluginEnabled: boolean = !!useAllDocsData;
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
* A null-safe way to access a doc's data by ID in the active version.
|
|
39
|
+
*/
|
|
40
|
+
export function useDocById(id: string): PropVersionDoc;
|
|
41
|
+
/**
|
|
42
|
+
* A null-safe way to access a doc's data by ID in the active version.
|
|
43
|
+
*/
|
|
44
|
+
export function useDocById(id: string | undefined): PropVersionDoc | undefined;
|
|
45
|
+
export function useDocById(id: string | undefined): PropVersionDoc | undefined {
|
|
46
|
+
const version = useDocsVersion();
|
|
47
|
+
if (!id) {
|
|
48
|
+
return undefined;
|
|
49
|
+
}
|
|
50
|
+
const doc = version.docs[id];
|
|
51
|
+
if (!doc) {
|
|
52
|
+
throw new Error(`no version doc found by id=${id}`);
|
|
53
|
+
}
|
|
54
|
+
return doc;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
/**
|
|
58
|
+
* Pure function, similar to `Array#find`, but works on the sidebar tree.
|
|
59
|
+
*/
|
|
60
|
+
export function findSidebarCategory(
|
|
61
|
+
sidebar: PropSidebar,
|
|
62
|
+
predicate: (category: PropSidebarItemCategory) => boolean,
|
|
63
|
+
): PropSidebarItemCategory | undefined {
|
|
64
|
+
for (const item of sidebar) {
|
|
65
|
+
if (item.type === 'category') {
|
|
66
|
+
if (predicate(item)) {
|
|
67
|
+
return item;
|
|
68
|
+
}
|
|
69
|
+
const subItem = findSidebarCategory(item.items, predicate);
|
|
70
|
+
if (subItem) {
|
|
71
|
+
return subItem;
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
return undefined;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
/**
|
|
79
|
+
* Best effort to assign a link to a sidebar category. If the category doesn't
|
|
80
|
+
* have a link itself, we link to the first sub item with a link.
|
|
81
|
+
*/
|
|
82
|
+
export function findFirstCategoryLink(
|
|
83
|
+
item: PropSidebarItemCategory,
|
|
84
|
+
): string | undefined {
|
|
85
|
+
if (item.href) {
|
|
86
|
+
return item.href;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
for (const subItem of item.items) {
|
|
90
|
+
if (subItem.type === 'link') {
|
|
91
|
+
return subItem.href;
|
|
92
|
+
} else if (subItem.type === 'category') {
|
|
93
|
+
const categoryLink = findFirstCategoryLink(subItem);
|
|
94
|
+
if (categoryLink) {
|
|
95
|
+
return categoryLink;
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
// Could be "html" items
|
|
99
|
+
}
|
|
100
|
+
return undefined;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
/**
|
|
104
|
+
* Gets the category associated with the current location. Should only be used
|
|
105
|
+
* on category index pages.
|
|
106
|
+
*/
|
|
107
|
+
export function useCurrentSidebarCategory(): PropSidebarItemCategory {
|
|
108
|
+
const {pathname} = useLocation();
|
|
109
|
+
const sidebar = useDocsSidebar();
|
|
110
|
+
if (!sidebar) {
|
|
111
|
+
throw new Error('Unexpected: cant find current sidebar in context');
|
|
112
|
+
}
|
|
113
|
+
const category = findSidebarCategory(sidebar.items, (item) =>
|
|
114
|
+
isSamePath(item.href, pathname),
|
|
115
|
+
);
|
|
116
|
+
if (!category) {
|
|
117
|
+
throw new Error(
|
|
118
|
+
`${pathname} is not associated with a category. useCurrentSidebarCategory() should only be used on category index pages.`,
|
|
119
|
+
);
|
|
120
|
+
}
|
|
121
|
+
return category;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
const isActive = (testedPath: string | undefined, activePath: string) =>
|
|
125
|
+
typeof testedPath !== 'undefined' && isSamePath(testedPath, activePath);
|
|
126
|
+
const containsActiveSidebarItem = (
|
|
127
|
+
items: PropSidebarItem[],
|
|
128
|
+
activePath: string,
|
|
129
|
+
) => items.some((subItem) => isActiveSidebarItem(subItem, activePath));
|
|
130
|
+
|
|
131
|
+
/**
|
|
132
|
+
* Checks if a sidebar item should be active, based on the active path.
|
|
133
|
+
*/
|
|
134
|
+
export function isActiveSidebarItem(
|
|
135
|
+
item: PropSidebarItem,
|
|
136
|
+
activePath: string,
|
|
137
|
+
): boolean {
|
|
138
|
+
if (item.type === 'link') {
|
|
139
|
+
return isActive(item.href, activePath);
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
if (item.type === 'category') {
|
|
143
|
+
return (
|
|
144
|
+
isActive(item.href, activePath) ||
|
|
145
|
+
containsActiveSidebarItem(item.items, activePath)
|
|
146
|
+
);
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
return false;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
/**
|
|
153
|
+
* Gets the breadcrumbs of the current doc page, based on its sidebar location.
|
|
154
|
+
* Returns `null` if there's no sidebar or breadcrumbs are disabled.
|
|
155
|
+
*/
|
|
156
|
+
export function useSidebarBreadcrumbs(): PropSidebarBreadcrumbsItem[] | null {
|
|
157
|
+
const sidebar = useDocsSidebar();
|
|
158
|
+
const {pathname} = useLocation();
|
|
159
|
+
const breadcrumbsOption = useActivePlugin()?.pluginData.breadcrumbs;
|
|
160
|
+
|
|
161
|
+
if (breadcrumbsOption === false || !sidebar) {
|
|
162
|
+
return null;
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
const breadcrumbs: PropSidebarBreadcrumbsItem[] = [];
|
|
166
|
+
|
|
167
|
+
function extract(items: PropSidebar) {
|
|
168
|
+
for (const item of items) {
|
|
169
|
+
if (
|
|
170
|
+
(item.type === 'category' &&
|
|
171
|
+
(isSamePath(item.href, pathname) || extract(item.items))) ||
|
|
172
|
+
(item.type === 'link' && isSamePath(item.href, pathname))
|
|
173
|
+
) {
|
|
174
|
+
breadcrumbs.push(item);
|
|
175
|
+
return true;
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
return false;
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
extract(sidebar.items);
|
|
183
|
+
|
|
184
|
+
return breadcrumbs.reverse();
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
/**
|
|
188
|
+
* "Version candidates" are mostly useful for the layout components, which must
|
|
189
|
+
* be able to work on all pages. For example, if a user has `{ type: "doc",
|
|
190
|
+
* docId: "intro" }` as a navbar item, which version does that refer to? We
|
|
191
|
+
* believe that it could refer to at most three version candidates:
|
|
192
|
+
*
|
|
193
|
+
* 1. The **active version**, the one that the user is currently browsing. See
|
|
194
|
+
* {@link useActiveDocContext}.
|
|
195
|
+
* 2. The **preferred version**, the one that the user last visited. See
|
|
196
|
+
* {@link useDocsPreferredVersion}.
|
|
197
|
+
* 3. The **latest version**, the "default". See {@link useLatestVersion}.
|
|
198
|
+
*
|
|
199
|
+
* @param docsPluginId The plugin ID to get versions from.
|
|
200
|
+
* @returns An array of 1~3 versions with priorities defined above, guaranteed
|
|
201
|
+
* to be unique and non-sparse. Will be memoized, hence stable for deps array.
|
|
202
|
+
*/
|
|
203
|
+
export function useDocsVersionCandidates(
|
|
204
|
+
docsPluginId?: string,
|
|
205
|
+
): [GlobalVersion, ...GlobalVersion[]] {
|
|
206
|
+
const {activeVersion} = useActiveDocContext(docsPluginId);
|
|
207
|
+
const {preferredVersion} = useDocsPreferredVersion(docsPluginId);
|
|
208
|
+
const latestVersion = useLatestVersion(docsPluginId);
|
|
209
|
+
return useMemo(
|
|
210
|
+
() =>
|
|
211
|
+
uniq(
|
|
212
|
+
[activeVersion, preferredVersion, latestVersion].filter(Boolean),
|
|
213
|
+
) as [GlobalVersion, ...GlobalVersion[]],
|
|
214
|
+
[activeVersion, preferredVersion, latestVersion],
|
|
215
|
+
);
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
/**
|
|
219
|
+
* The layout components, like navbar items, must be able to work on all pages,
|
|
220
|
+
* even on non-doc ones where there's no version context, so a sidebar ID could
|
|
221
|
+
* be ambiguous. This hook would always return a sidebar to be linked to. See
|
|
222
|
+
* also {@link useDocsVersionCandidates} for how this selection is done.
|
|
223
|
+
*
|
|
224
|
+
* @throws This hook throws if a sidebar with said ID is not found.
|
|
225
|
+
*/
|
|
226
|
+
export function useLayoutDocsSidebar(
|
|
227
|
+
sidebarId: string,
|
|
228
|
+
docsPluginId?: string,
|
|
229
|
+
): GlobalSidebar {
|
|
230
|
+
const versions = useDocsVersionCandidates(docsPluginId);
|
|
231
|
+
return useMemo(() => {
|
|
232
|
+
const allSidebars = versions.flatMap((version) =>
|
|
233
|
+
version.sidebars ? Object.entries(version.sidebars) : [],
|
|
234
|
+
);
|
|
235
|
+
const sidebarEntry = allSidebars.find(
|
|
236
|
+
(sidebar) => sidebar[0] === sidebarId,
|
|
237
|
+
);
|
|
238
|
+
if (!sidebarEntry) {
|
|
239
|
+
throw new Error(
|
|
240
|
+
`Can't find any sidebar with id "${sidebarId}" in version${
|
|
241
|
+
versions.length > 1 ? 's' : ''
|
|
242
|
+
} ${versions.map((version) => version.name).join(', ')}".
|
|
243
|
+
Available sidebar ids are:
|
|
244
|
+
- ${Object.keys(allSidebars).join('\n- ')}`,
|
|
245
|
+
);
|
|
246
|
+
}
|
|
247
|
+
return sidebarEntry[1];
|
|
248
|
+
}, [sidebarId, versions]);
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
/**
|
|
252
|
+
* The layout components, like navbar items, must be able to work on all pages,
|
|
253
|
+
* even on non-doc ones where there's no version context, so a doc ID could be
|
|
254
|
+
* ambiguous. This hook would always return a doc to be linked to. See also
|
|
255
|
+
* {@link useDocsVersionCandidates} for how this selection is done.
|
|
256
|
+
*
|
|
257
|
+
* @throws This hook throws if a doc with said ID is not found.
|
|
258
|
+
*/
|
|
259
|
+
export function useLayoutDoc(
|
|
260
|
+
docId: string,
|
|
261
|
+
docsPluginId?: string,
|
|
262
|
+
): GlobalDoc | null {
|
|
263
|
+
const versions = useDocsVersionCandidates(docsPluginId);
|
|
264
|
+
return useMemo(() => {
|
|
265
|
+
const allDocs = versions.flatMap((version) => version.docs);
|
|
266
|
+
const doc = allDocs.find((versionDoc) => versionDoc.id === docId);
|
|
267
|
+
if (!doc) {
|
|
268
|
+
const isDraft = versions
|
|
269
|
+
.flatMap((version) => version.draftIds)
|
|
270
|
+
.includes(docId);
|
|
271
|
+
// Drafts should be silently filtered instead of throwing
|
|
272
|
+
if (isDraft) {
|
|
273
|
+
return null;
|
|
274
|
+
}
|
|
275
|
+
throw new Error(
|
|
276
|
+
`DocNavbarItem: couldn't find any doc with id "${docId}" in version${
|
|
277
|
+
versions.length > 1 ? 's' : ''
|
|
278
|
+
} ${versions.map((version) => version.name).join(', ')}".
|
|
279
|
+
Available doc ids are:
|
|
280
|
+
- ${uniq(allDocs.map((versionDoc) => versionDoc.id)).join('\n- ')}`,
|
|
281
|
+
);
|
|
282
|
+
}
|
|
283
|
+
return doc;
|
|
284
|
+
}, [docId, versions]);
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
// TODO later read version/route directly from context
|
|
288
|
+
/**
|
|
289
|
+
* The docs plugin creates nested routes, with the top-level route providing the
|
|
290
|
+
* version metadata, and the subroutes creating individual doc pages. This hook
|
|
291
|
+
* will match the current location against all known sub-routes.
|
|
292
|
+
*
|
|
293
|
+
* @param props The props received by `@theme/DocPage`
|
|
294
|
+
* @returns The data of the relevant document at the current location, or `null`
|
|
295
|
+
* if no document associated with the current location can be found.
|
|
296
|
+
*/
|
|
297
|
+
export function useDocRouteMetadata({
|
|
298
|
+
route,
|
|
299
|
+
versionMetadata,
|
|
300
|
+
}: DocPageProps): null | {
|
|
301
|
+
/** The element that should be rendered at the current location. */
|
|
302
|
+
docElement: JSX.Element;
|
|
303
|
+
/**
|
|
304
|
+
* The name of the sidebar associated with the current doc. `sidebarName` and
|
|
305
|
+
* `sidebarItems` correspond to the value of {@link useDocsSidebar}.
|
|
306
|
+
*/
|
|
307
|
+
sidebarName: string | undefined;
|
|
308
|
+
/** The items of the sidebar associated with the current doc. */
|
|
309
|
+
sidebarItems: PropSidebar | undefined;
|
|
310
|
+
} {
|
|
311
|
+
const location = useLocation();
|
|
312
|
+
const docRoutes = route.routes!;
|
|
313
|
+
const currentDocRoute = docRoutes.find((docRoute) =>
|
|
314
|
+
matchPath(location.pathname, docRoute),
|
|
315
|
+
);
|
|
316
|
+
if (!currentDocRoute) {
|
|
317
|
+
return null;
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
// For now, the sidebarName is added as route config: not ideal!
|
|
321
|
+
const sidebarName = currentDocRoute.sidebar as string;
|
|
322
|
+
|
|
323
|
+
const sidebarItems = sidebarName
|
|
324
|
+
? versionMetadata.docsSidebars[sidebarName]
|
|
325
|
+
: undefined;
|
|
326
|
+
|
|
327
|
+
const docElement = renderRoutes(docRoutes);
|
|
328
|
+
|
|
329
|
+
return {
|
|
330
|
+
docElement,
|
|
331
|
+
sidebarName,
|
|
332
|
+
sidebarItems,
|
|
333
|
+
};
|
|
334
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the MIT license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
import type {MultiColumnFooter, SimpleFooter} from './useThemeConfig';
|
|
9
|
+
|
|
10
|
+
/**
|
|
11
|
+
* A rough duck-typing about whether the `footer.links` is intended to be multi-
|
|
12
|
+
* column.
|
|
13
|
+
*/
|
|
14
|
+
export function isMultiColumnFooterLinks(
|
|
15
|
+
links: MultiColumnFooter['links'] | SimpleFooter['links'],
|
|
16
|
+
): links is MultiColumnFooter['links'] {
|
|
17
|
+
return 'title' in links[0]!;
|
|
18
|
+
}
|
|
@@ -4,12 +4,16 @@
|
|
|
4
4
|
* This source code is licensed under the MIT license found in the
|
|
5
5
|
* LICENSE file in the root directory of this source tree.
|
|
6
6
|
*/
|
|
7
|
+
|
|
7
8
|
import useDocusaurusContext from '@docusaurus/useDocusaurusContext';
|
|
8
9
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
/**
|
|
11
|
+
* Formats the page's title based on relevant site config and other contexts.
|
|
12
|
+
*/
|
|
13
|
+
export function useTitleFormatter(title?: string | undefined): string {
|
|
14
|
+
const {siteConfig} = useDocusaurusContext();
|
|
15
|
+
const {title: siteTitle, titleDelimiter} = siteConfig;
|
|
16
|
+
return title?.trim().length
|
|
13
17
|
? `${title.trim()} ${titleDelimiter} ${siteTitle}`
|
|
14
18
|
: siteTitle;
|
|
15
|
-
}
|
|
19
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the MIT license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
import {useEffect} from 'react';
|
|
9
|
+
import {useHistory} from '@docusaurus/router';
|
|
10
|
+
import {useEvent} from './reactUtils';
|
|
11
|
+
import type {Location, Action} from 'history';
|
|
12
|
+
|
|
13
|
+
type HistoryBlockHandler = (location: Location, action: Action) => void | false;
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* Permits to register a handler that will be called on history actions (pop,
|
|
17
|
+
* push, replace). If the handler returns `false`, the navigation transition
|
|
18
|
+
* will be blocked/cancelled.
|
|
19
|
+
*/
|
|
20
|
+
function useHistoryActionHandler(handler: HistoryBlockHandler): void {
|
|
21
|
+
const history = useHistory();
|
|
22
|
+
const stableHandler = useEvent(handler);
|
|
23
|
+
useEffect(
|
|
24
|
+
// See https://github.com/remix-run/history/blob/main/docs/blocking-transitions.md
|
|
25
|
+
() => history.block((location, action) => stableHandler(location, action)),
|
|
26
|
+
[history, stableHandler],
|
|
27
|
+
);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* Permits to register a handler that will be called on history pop navigation
|
|
32
|
+
* (backward/forward). If the handler returns `false`, the backward/forward
|
|
33
|
+
* transition will be blocked. Unfortunately there's no good way to detect the
|
|
34
|
+
* "direction" (backward/forward) of the POP event.
|
|
35
|
+
*/
|
|
36
|
+
export function useHistoryPopHandler(handler: HistoryBlockHandler): void {
|
|
37
|
+
useHistoryActionHandler((location, action) => {
|
|
38
|
+
if (action === 'POP') {
|
|
39
|
+
// Maybe block navigation if handler returns false
|
|
40
|
+
return handler(location, action);
|
|
41
|
+
}
|
|
42
|
+
// Don't block other navigation actions
|
|
43
|
+
return undefined;
|
|
44
|
+
});
|
|
45
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the MIT license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
// A replacement of lodash in client code
|
|
9
|
+
|
|
10
|
+
/**
|
|
11
|
+
* Gets the duplicate values in an array.
|
|
12
|
+
* @param arr The array.
|
|
13
|
+
* @param comparator Compares two values and returns `true` if they are equal
|
|
14
|
+
* (duplicated).
|
|
15
|
+
* @returns Value of the elements `v` that have a preceding element `u` where
|
|
16
|
+
* `comparator(u, v) === true`. Values within the returned array are not
|
|
17
|
+
* guaranteed to be unique.
|
|
18
|
+
*/
|
|
19
|
+
export function duplicates<T>(
|
|
20
|
+
arr: readonly T[],
|
|
21
|
+
comparator: (a: T, b: T) => boolean = (a, b) => a === b,
|
|
22
|
+
): T[] {
|
|
23
|
+
return arr.filter(
|
|
24
|
+
(v, vIndex) => arr.findIndex((u) => comparator(u, v)) !== vIndex,
|
|
25
|
+
);
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* Remove duplicate array items (similar to `_.uniq`)
|
|
30
|
+
* @param arr The array.
|
|
31
|
+
* @returns An array with duplicate elements removed by reference comparison.
|
|
32
|
+
*/
|
|
33
|
+
export function uniq<T>(arr: T[]): T[] {
|
|
34
|
+
// Note: had problems with [...new Set()]: https://github.com/facebook/docusaurus/issues/4972#issuecomment-863895061
|
|
35
|
+
return Array.from(new Set(arr));
|
|
36
|
+
}
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the MIT license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
import React, {type ReactNode} from 'react';
|
|
9
|
+
import clsx from 'clsx';
|
|
10
|
+
import Head from '@docusaurus/Head';
|
|
11
|
+
import useRouteContext from '@docusaurus/useRouteContext';
|
|
12
|
+
import {useBaseUrlUtils} from '@docusaurus/useBaseUrl';
|
|
13
|
+
import {useTitleFormatter} from './generalUtils';
|
|
14
|
+
|
|
15
|
+
type PageMetadataProps = {
|
|
16
|
+
readonly title?: string;
|
|
17
|
+
readonly description?: string;
|
|
18
|
+
readonly keywords?: readonly string[] | string;
|
|
19
|
+
readonly image?: string;
|
|
20
|
+
readonly children?: ReactNode;
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* Helper component to manipulate page metadata and override site defaults.
|
|
25
|
+
* Works in the same way as Helmet.
|
|
26
|
+
*/
|
|
27
|
+
export function PageMetadata({
|
|
28
|
+
title,
|
|
29
|
+
description,
|
|
30
|
+
keywords,
|
|
31
|
+
image,
|
|
32
|
+
children,
|
|
33
|
+
}: PageMetadataProps): JSX.Element {
|
|
34
|
+
const pageTitle = useTitleFormatter(title);
|
|
35
|
+
const {withBaseUrl} = useBaseUrlUtils();
|
|
36
|
+
const pageImage = image ? withBaseUrl(image, {absolute: true}) : undefined;
|
|
37
|
+
|
|
38
|
+
return (
|
|
39
|
+
<Head>
|
|
40
|
+
{title && <title>{pageTitle}</title>}
|
|
41
|
+
{title && <meta property="og:title" content={pageTitle} />}
|
|
42
|
+
|
|
43
|
+
{description && <meta name="description" content={description} />}
|
|
44
|
+
{description && <meta property="og:description" content={description} />}
|
|
45
|
+
|
|
46
|
+
{keywords && (
|
|
47
|
+
<meta
|
|
48
|
+
name="keywords"
|
|
49
|
+
content={
|
|
50
|
+
// https://github.com/microsoft/TypeScript/issues/17002
|
|
51
|
+
(Array.isArray(keywords) ? keywords.join(',') : keywords) as string
|
|
52
|
+
}
|
|
53
|
+
/>
|
|
54
|
+
)}
|
|
55
|
+
|
|
56
|
+
{pageImage && <meta property="og:image" content={pageImage} />}
|
|
57
|
+
{pageImage && <meta name="twitter:image" content={pageImage} />}
|
|
58
|
+
|
|
59
|
+
{children}
|
|
60
|
+
</Head>
|
|
61
|
+
);
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
const HtmlClassNameContext = React.createContext<string | undefined>(undefined);
|
|
65
|
+
|
|
66
|
+
/**
|
|
67
|
+
* Every layer of this provider will append a class name to the HTML element.
|
|
68
|
+
* There's no consumer for this hook: it's side-effect-only. This wrapper is
|
|
69
|
+
* necessary because Helmet does not "merge" classes.
|
|
70
|
+
* @see https://github.com/staylor/react-helmet-async/issues/161
|
|
71
|
+
*/
|
|
72
|
+
export function HtmlClassNameProvider({
|
|
73
|
+
className: classNameProp,
|
|
74
|
+
children,
|
|
75
|
+
}: {
|
|
76
|
+
className: string;
|
|
77
|
+
children: ReactNode;
|
|
78
|
+
}): JSX.Element {
|
|
79
|
+
const classNameContext = React.useContext(HtmlClassNameContext);
|
|
80
|
+
const className = clsx(classNameContext, classNameProp);
|
|
81
|
+
return (
|
|
82
|
+
<HtmlClassNameContext.Provider value={className}>
|
|
83
|
+
<Head>
|
|
84
|
+
<html className={className} />
|
|
85
|
+
</Head>
|
|
86
|
+
{children}
|
|
87
|
+
</HtmlClassNameContext.Provider>
|
|
88
|
+
);
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
function pluginNameToClassName(pluginName: string) {
|
|
92
|
+
return `plugin-${pluginName.replace(
|
|
93
|
+
/docusaurus-(?:plugin|theme)-(?:content-)?/gi,
|
|
94
|
+
'',
|
|
95
|
+
)}`;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
/**
|
|
99
|
+
* A very thin wrapper around `HtmlClassNameProvider` that adds the plugin ID +
|
|
100
|
+
* name to the HTML class name.
|
|
101
|
+
*/
|
|
102
|
+
export function PluginHtmlClassNameProvider({
|
|
103
|
+
children,
|
|
104
|
+
}: {
|
|
105
|
+
children: ReactNode;
|
|
106
|
+
}): JSX.Element {
|
|
107
|
+
const routeContext = useRouteContext();
|
|
108
|
+
const nameClass = pluginNameToClassName(routeContext.plugin.name);
|
|
109
|
+
const idClass = `plugin-id-${routeContext.plugin.id}`;
|
|
110
|
+
return (
|
|
111
|
+
<HtmlClassNameProvider className={clsx(nameClass, idClass)}>
|
|
112
|
+
{children}
|
|
113
|
+
</HtmlClassNameProvider>
|
|
114
|
+
);
|
|
115
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the MIT license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
import React, {type ReactNode} from 'react';
|
|
9
|
+
import {NavbarMobileSidebarProvider} from '../contexts/navbarMobileSidebar';
|
|
10
|
+
import {NavbarSecondaryMenuContentProvider} from '../contexts/navbarSecondaryMenu/content';
|
|
11
|
+
import {NavbarSecondaryMenuDisplayProvider} from '../contexts/navbarSecondaryMenu/display';
|
|
12
|
+
|
|
13
|
+
const DefaultNavItemPosition = 'right';
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* Split links by left/right. If position is unspecified, fallback to right.
|
|
17
|
+
*/
|
|
18
|
+
export function splitNavbarItems<T extends {position?: 'left' | 'right'}>(
|
|
19
|
+
items: T[],
|
|
20
|
+
): [leftItems: T[], rightItems: T[]] {
|
|
21
|
+
function isLeft(item: T): boolean {
|
|
22
|
+
return (item.position ?? DefaultNavItemPosition) === 'left';
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
const leftItems = items.filter(isLeft);
|
|
26
|
+
const rightItems = items.filter((item) => !isLeft(item));
|
|
27
|
+
|
|
28
|
+
return [leftItems, rightItems];
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
/**
|
|
32
|
+
* Composes multiple navbar state providers that are mutually dependent and
|
|
33
|
+
* hence can't be re-ordered.
|
|
34
|
+
*/
|
|
35
|
+
export function NavbarProvider({children}: {children: ReactNode}): JSX.Element {
|
|
36
|
+
return (
|
|
37
|
+
<NavbarSecondaryMenuContentProvider>
|
|
38
|
+
<NavbarMobileSidebarProvider>
|
|
39
|
+
<NavbarSecondaryMenuDisplayProvider>
|
|
40
|
+
{children}
|
|
41
|
+
</NavbarSecondaryMenuDisplayProvider>
|
|
42
|
+
</NavbarMobileSidebarProvider>
|
|
43
|
+
</NavbarSecondaryMenuContentProvider>
|
|
44
|
+
);
|
|
45
|
+
}
|