@hanzo/docs-radix-ui 16.4.3 → 16.4.8
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 +3 -3
- package/css/aspen.css +1 -0
- package/css/black.css +1 -1
- package/css/catppuccin.css +1 -1
- package/css/dusk.css +1 -1
- package/css/emerald.css +1 -0
- package/css/neutral.css +1 -1
- package/css/ocean.css +1 -1
- package/css/preset.css +1 -1
- package/css/purple.css +1 -1
- package/css/ruby.css +1 -0
- package/css/shadcn.css +1 -1
- package/css/solar.css +1 -1
- package/css/vitepress.css +1 -1
- package/dist/components/accordion.d.ts +4 -5
- package/dist/components/accordion.js +1 -2
- package/dist/components/banner.d.ts +4 -5
- package/dist/components/banner.js +1 -2
- package/dist/components/callout.d.ts +6 -7
- package/dist/components/callout.js +1 -2
- package/dist/components/card.d.ts +4 -5
- package/dist/components/card.js +1 -2
- package/dist/components/codeblock.d.ts +8 -9
- package/dist/components/codeblock.js +1 -2
- package/dist/components/dialog/search-algolia.d.ts +3 -4
- package/dist/components/dialog/search-algolia.js +1 -2
- package/dist/components/dialog/search-default.d.ts +3 -4
- package/dist/components/dialog/search-default.js +1 -2
- package/dist/components/dialog/search-orama.d.ts +3 -4
- package/dist/components/dialog/search-orama.js +1 -2
- package/dist/components/dialog/search.d.ts +14 -15
- package/dist/components/dialog/search.js +3 -3
- package/dist/components/dynamic-codeblock.d.ts +3 -4
- package/dist/components/dynamic-codeblock.js +1 -2
- package/dist/components/files.d.ts +1 -2
- package/dist/components/files.js +1 -2
- package/dist/components/github-info.d.ts +3 -4
- package/dist/components/github-info.js +1 -2
- package/dist/components/heading.d.ts +1 -2
- package/dist/components/heading.js +1 -2
- package/dist/components/image-zoom-CtfZieBH.css +0 -2
- package/dist/components/image-zoom.d.ts +3 -4
- package/dist/components/image-zoom.js +1 -2
- package/dist/components/inline-toc.d.ts +3 -4
- package/dist/components/inline-toc.js +1 -2
- package/dist/components/sidebar/base.d.ts +23 -22
- package/dist/components/sidebar/base.js +5 -3
- package/dist/components/sidebar/link-item.d.ts +3 -4
- package/dist/components/sidebar/link-item.js +1 -2
- package/dist/components/sidebar/page-tree.d.ts +3 -4
- package/dist/components/sidebar/page-tree.js +1 -2
- package/dist/components/sidebar/tabs/dropdown.d.ts +3 -4
- package/dist/components/sidebar/tabs/dropdown.js +1 -2
- package/dist/components/sidebar/tabs/index.d.ts +1 -2
- package/dist/components/sidebar/tabs/index.js +1 -2
- package/dist/components/steps.d.ts +4 -5
- package/dist/components/steps.js +1 -2
- package/dist/components/tabs.d.ts +5 -6
- package/dist/components/tabs.js +1 -2
- package/dist/components/toc/clerk.js +1 -2
- package/dist/components/toc/default.js +1 -2
- package/dist/components/toc/index.js +1 -2
- package/dist/components/type-table.d.ts +3 -4
- package/dist/components/type-table.js +1 -2
- package/dist/components/ui/accordion.d.ts +7 -8
- package/dist/components/ui/accordion.js +1 -2
- package/dist/components/ui/button.d.ts +1 -2
- package/dist/components/ui/button.js +1 -2
- package/dist/components/ui/collapsible.d.ts +1 -2
- package/dist/components/ui/collapsible.js +1 -2
- package/dist/components/ui/navigation-menu.d.ts +1 -2
- package/dist/components/ui/navigation-menu.js +1 -2
- package/dist/components/ui/popover.d.ts +1 -2
- package/dist/components/ui/popover.js +1 -2
- package/dist/components/ui/scroll-area.d.ts +1 -2
- package/dist/components/ui/scroll-area.js +1 -2
- package/dist/components/ui/tabs.d.ts +7 -8
- package/dist/components/ui/tabs.js +3 -3
- package/dist/contexts/i18n.js +1 -2
- package/dist/contexts/search.d.ts +1 -2
- package/dist/contexts/search.js +1 -2
- package/dist/contexts/tree.js +1 -2
- package/dist/layouts/docs/client.d.ts +8 -9
- package/dist/layouts/docs/client.js +1 -2
- package/dist/layouts/docs/index.d.ts +3 -4
- package/dist/layouts/docs/index.js +4 -5
- package/dist/layouts/docs/page/client.d.ts +10 -9
- package/dist/layouts/docs/page/client.js +11 -11
- package/dist/layouts/docs/page/index.d.ts +20 -10
- package/dist/layouts/docs/page/index.js +4 -5
- package/dist/layouts/docs/sidebar.d.ts +13 -14
- package/dist/layouts/docs/sidebar.js +1 -2
- package/dist/layouts/home/client.d.ts +4 -5
- package/dist/layouts/home/client.js +2 -3
- package/dist/layouts/home/index.d.ts +3 -4
- package/dist/layouts/home/index.js +1 -2
- package/dist/layouts/home/navbar.d.ts +7 -8
- package/dist/layouts/home/navbar.js +1 -2
- package/dist/layouts/notebook/client.d.ts +9 -10
- package/dist/layouts/notebook/client.js +1 -2
- package/dist/layouts/notebook/index.d.ts +3 -4
- package/dist/layouts/notebook/index.js +29 -31
- package/dist/layouts/notebook/page/client.d.ts +10 -9
- package/dist/layouts/notebook/page/client.js +11 -11
- package/dist/layouts/notebook/page/index.d.ts +20 -10
- package/dist/layouts/notebook/page/index.js +4 -5
- package/dist/layouts/notebook/sidebar.d.ts +18 -19
- package/dist/layouts/notebook/sidebar.js +1 -2
- package/dist/layouts/shared/index.d.ts +4 -5
- package/dist/layouts/shared/index.js +1 -2
- package/dist/layouts/shared/language-toggle.d.ts +3 -4
- package/dist/layouts/shared/language-toggle.js +1 -2
- package/dist/layouts/shared/search-toggle.d.ts +4 -5
- package/dist/layouts/shared/search-toggle.js +1 -2
- package/dist/layouts/shared/theme-toggle.d.ts +3 -4
- package/dist/layouts/shared/theme-toggle.js +1 -2
- package/dist/mdx.d.ts +11 -12
- package/dist/mdx.js +1 -2
- package/dist/mdx.server.d.ts +1 -2
- package/dist/mdx.server.js +1 -2
- package/dist/page.d.ts +4 -5
- package/dist/page.js +1 -2
- package/dist/provider/base.d.ts +4 -5
- package/dist/provider/base.js +2 -3
- package/dist/provider/next.d.ts +3 -4
- package/dist/provider/next.js +1 -2
- package/dist/provider/react-router.d.ts +3 -4
- package/dist/provider/react-router.js +1 -2
- package/dist/provider/tanstack.d.ts +3 -4
- package/dist/provider/tanstack.js +1 -2
- package/dist/provider/waku.d.ts +3 -4
- package/dist/provider/waku.js +1 -2
- package/dist/style.css +12 -8
- package/package.json +23 -14
- package/dist/components/accordion.d.ts.map +0 -1
- package/dist/components/accordion.js.map +0 -1
- package/dist/components/banner.d.ts.map +0 -1
- package/dist/components/banner.js.map +0 -1
- package/dist/components/callout.d.ts.map +0 -1
- package/dist/components/callout.js.map +0 -1
- package/dist/components/card.d.ts.map +0 -1
- package/dist/components/card.js.map +0 -1
- package/dist/components/codeblock.d.ts.map +0 -1
- package/dist/components/codeblock.js.map +0 -1
- package/dist/components/dialog/search-algolia.d.ts.map +0 -1
- package/dist/components/dialog/search-algolia.js.map +0 -1
- package/dist/components/dialog/search-default.d.ts.map +0 -1
- package/dist/components/dialog/search-default.js.map +0 -1
- package/dist/components/dialog/search-orama.d.ts.map +0 -1
- package/dist/components/dialog/search-orama.js.map +0 -1
- package/dist/components/dialog/search.d.ts.map +0 -1
- package/dist/components/dialog/search.js.map +0 -1
- package/dist/components/dynamic-codeblock.d.ts.map +0 -1
- package/dist/components/dynamic-codeblock.js.map +0 -1
- package/dist/components/files.d.ts.map +0 -1
- package/dist/components/files.js.map +0 -1
- package/dist/components/github-info.d.ts.map +0 -1
- package/dist/components/github-info.js.map +0 -1
- package/dist/components/heading.d.ts.map +0 -1
- package/dist/components/heading.js.map +0 -1
- package/dist/components/image-zoom-CtfZieBH.css.map +0 -1
- package/dist/components/image-zoom.d.ts.map +0 -1
- package/dist/components/image-zoom.js.map +0 -1
- package/dist/components/inline-toc.d.ts.map +0 -1
- package/dist/components/inline-toc.js.map +0 -1
- package/dist/components/sidebar/base.d.ts.map +0 -1
- package/dist/components/sidebar/base.js.map +0 -1
- package/dist/components/sidebar/link-item.d.ts.map +0 -1
- package/dist/components/sidebar/link-item.js.map +0 -1
- package/dist/components/sidebar/page-tree.d.ts.map +0 -1
- package/dist/components/sidebar/page-tree.js.map +0 -1
- package/dist/components/sidebar/tabs/dropdown.d.ts.map +0 -1
- package/dist/components/sidebar/tabs/dropdown.js.map +0 -1
- package/dist/components/sidebar/tabs/index.d.ts.map +0 -1
- package/dist/components/sidebar/tabs/index.js.map +0 -1
- package/dist/components/steps.d.ts.map +0 -1
- package/dist/components/steps.js.map +0 -1
- package/dist/components/tabs.d.ts.map +0 -1
- package/dist/components/tabs.js.map +0 -1
- package/dist/components/toc/clerk.js.map +0 -1
- package/dist/components/toc/default.js.map +0 -1
- package/dist/components/toc/index.js.map +0 -1
- package/dist/components/type-table.d.ts.map +0 -1
- package/dist/components/type-table.js.map +0 -1
- package/dist/components/ui/accordion.d.ts.map +0 -1
- package/dist/components/ui/accordion.js.map +0 -1
- package/dist/components/ui/button.d.ts.map +0 -1
- package/dist/components/ui/button.js.map +0 -1
- package/dist/components/ui/collapsible.d.ts.map +0 -1
- package/dist/components/ui/collapsible.js.map +0 -1
- package/dist/components/ui/navigation-menu.d.ts.map +0 -1
- package/dist/components/ui/navigation-menu.js.map +0 -1
- package/dist/components/ui/popover.d.ts.map +0 -1
- package/dist/components/ui/popover.js.map +0 -1
- package/dist/components/ui/scroll-area.d.ts.map +0 -1
- package/dist/components/ui/scroll-area.js.map +0 -1
- package/dist/components/ui/tabs.d.ts.map +0 -1
- package/dist/components/ui/tabs.js.map +0 -1
- package/dist/contexts/i18n.js.map +0 -1
- package/dist/contexts/search.d.ts.map +0 -1
- package/dist/contexts/search.js.map +0 -1
- package/dist/contexts/tree.js.map +0 -1
- package/dist/layouts/docs/client.d.ts.map +0 -1
- package/dist/layouts/docs/client.js.map +0 -1
- package/dist/layouts/docs/index.d.ts.map +0 -1
- package/dist/layouts/docs/index.js.map +0 -1
- package/dist/layouts/docs/page/client.d.ts.map +0 -1
- package/dist/layouts/docs/page/client.js.map +0 -1
- package/dist/layouts/docs/page/index.d.ts.map +0 -1
- package/dist/layouts/docs/page/index.js.map +0 -1
- package/dist/layouts/docs/sidebar.d.ts.map +0 -1
- package/dist/layouts/docs/sidebar.js.map +0 -1
- package/dist/layouts/home/client.d.ts.map +0 -1
- package/dist/layouts/home/client.js.map +0 -1
- package/dist/layouts/home/index.d.ts.map +0 -1
- package/dist/layouts/home/index.js.map +0 -1
- package/dist/layouts/home/navbar.d.ts.map +0 -1
- package/dist/layouts/home/navbar.js.map +0 -1
- package/dist/layouts/notebook/client.d.ts.map +0 -1
- package/dist/layouts/notebook/client.js.map +0 -1
- package/dist/layouts/notebook/index.d.ts.map +0 -1
- package/dist/layouts/notebook/index.js.map +0 -1
- package/dist/layouts/notebook/page/client.d.ts.map +0 -1
- package/dist/layouts/notebook/page/client.js.map +0 -1
- package/dist/layouts/notebook/page/index.d.ts.map +0 -1
- package/dist/layouts/notebook/page/index.js.map +0 -1
- package/dist/layouts/notebook/sidebar.d.ts.map +0 -1
- package/dist/layouts/notebook/sidebar.js.map +0 -1
- package/dist/layouts/shared/index.d.ts.map +0 -1
- package/dist/layouts/shared/index.js.map +0 -1
- package/dist/layouts/shared/language-toggle.d.ts.map +0 -1
- package/dist/layouts/shared/language-toggle.js.map +0 -1
- package/dist/layouts/shared/search-toggle.d.ts.map +0 -1
- package/dist/layouts/shared/search-toggle.js.map +0 -1
- package/dist/layouts/shared/theme-toggle.d.ts.map +0 -1
- package/dist/layouts/shared/theme-toggle.js.map +0 -1
- package/dist/mdx.d.ts.map +0 -1
- package/dist/mdx.js.map +0 -1
- package/dist/mdx.server.d.ts.map +0 -1
- package/dist/mdx.server.js.map +0 -1
- package/dist/page.d.ts.map +0 -1
- package/dist/page.js.map +0 -1
- package/dist/provider/base.d.ts.map +0 -1
- package/dist/provider/base.js.map +0 -1
- package/dist/provider/next.d.ts.map +0 -1
- package/dist/provider/next.js.map +0 -1
- package/dist/provider/react-router.d.ts.map +0 -1
- package/dist/provider/react-router.js.map +0 -1
- package/dist/provider/tanstack.d.ts.map +0 -1
- package/dist/provider/tanstack.js.map +0 -1
- package/dist/provider/waku.d.ts.map +0 -1
- package/dist/provider/waku.js.map +0 -1
|
@@ -8,9 +8,10 @@ import { LayoutContext } from "../client.js";
|
|
|
8
8
|
import Link from "@hanzo/docs-core/link";
|
|
9
9
|
import { usePathname } from "@hanzo/docs-core/framework";
|
|
10
10
|
import { cn } from "@hanzo/docs-ui/cn";
|
|
11
|
-
import { jsx, jsxs } from "react/jsx-runtime";
|
|
11
|
+
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
12
12
|
import { ChevronDown, ChevronLeft, ChevronRight } from "lucide-react";
|
|
13
|
-
import { Fragment as Fragment$1, createContext, use, useEffect,
|
|
13
|
+
import { Fragment as Fragment$1, createContext, use, useEffect, useMemo, useRef, useState } from "react";
|
|
14
|
+
import { useEffectEvent } from "@hanzo/docs-core/utils/use-effect-event";
|
|
14
15
|
import { getBreadcrumbItemsFromPath } from "@hanzo/docs-core/breadcrumb";
|
|
15
16
|
import { isActive } from "@hanzo/docs-ui/urls";
|
|
16
17
|
import { useActiveAnchor } from "@hanzo/docs-core/toc";
|
|
@@ -145,7 +146,7 @@ function PageLastUpdate({ date: value, ...props }) {
|
|
|
145
146
|
]
|
|
146
147
|
});
|
|
147
148
|
}
|
|
148
|
-
function PageFooter({ items, ...props }) {
|
|
149
|
+
function PageFooter({ items, children, className, ...props }) {
|
|
149
150
|
const footerList = useFooterItems();
|
|
150
151
|
const pathname = usePathname();
|
|
151
152
|
const { previous, next } = useMemo(() => {
|
|
@@ -161,17 +162,17 @@ function PageFooter({ items, ...props }) {
|
|
|
161
162
|
items,
|
|
162
163
|
pathname
|
|
163
164
|
]);
|
|
164
|
-
return /* @__PURE__ */ jsxs("div", {
|
|
165
|
+
return /* @__PURE__ */ jsxs(Fragment, { children: [/* @__PURE__ */ jsxs("div", {
|
|
166
|
+
className: cn("@container grid gap-4", previous && next ? "grid-cols-2" : "grid-cols-1", className),
|
|
165
167
|
...props,
|
|
166
|
-
|
|
167
|
-
children: [previous ? /* @__PURE__ */ jsx(FooterItem, {
|
|
168
|
+
children: [previous && /* @__PURE__ */ jsx(FooterItem, {
|
|
168
169
|
item: previous,
|
|
169
170
|
index: 0
|
|
170
|
-
})
|
|
171
|
+
}), next && /* @__PURE__ */ jsx(FooterItem, {
|
|
171
172
|
item: next,
|
|
172
173
|
index: 1
|
|
173
|
-
})
|
|
174
|
-
});
|
|
174
|
+
})]
|
|
175
|
+
}), children] });
|
|
175
176
|
}
|
|
176
177
|
function FooterItem({ item, index }) {
|
|
177
178
|
const { text } = (0, i18n_exports.useI18n)();
|
|
@@ -223,5 +224,4 @@ function PageBreadcrumb({ includeRoot, includeSeparator, includePage, ...props }
|
|
|
223
224
|
}
|
|
224
225
|
|
|
225
226
|
//#endregion
|
|
226
|
-
export { PageBreadcrumb, PageFooter, PageLastUpdate, PageTOCPopover, PageTOCPopoverContent, PageTOCPopoverTrigger };
|
|
227
|
-
//# sourceMappingURL=client.js.map
|
|
227
|
+
export { PageBreadcrumb, PageFooter, PageLastUpdate, PageTOCPopover, PageTOCPopoverContent, PageTOCPopoverTrigger };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BreadcrumbProps, FooterProps, PageBreadcrumb, PageLastUpdate } from "./client.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime130 from "react/jsx-runtime";
|
|
3
3
|
import { ComponentProps, ReactNode } from "react";
|
|
4
4
|
import { AnchorProviderProps, TOCItemType } from "@hanzo/docs-core/toc";
|
|
5
5
|
|
|
@@ -27,10 +27,16 @@ interface DocsPageProps {
|
|
|
27
27
|
*/
|
|
28
28
|
breadcrumb?: Partial<BreadcrumbOptions>;
|
|
29
29
|
/**
|
|
30
|
-
* Footer navigation,
|
|
30
|
+
* Footer navigation, located under the page body.
|
|
31
|
+
*
|
|
32
|
+
* You can specify `footer.children` to add extra components under the footer.
|
|
31
33
|
*/
|
|
32
34
|
footer?: Partial<FooterOptions>;
|
|
33
35
|
children?: ReactNode;
|
|
36
|
+
/**
|
|
37
|
+
* Apply class names to the `#nd-page` container.
|
|
38
|
+
*/
|
|
39
|
+
className?: string;
|
|
34
40
|
}
|
|
35
41
|
type TableOfContentOptions = Pick<AnchorProviderProps, 'single'> & {
|
|
36
42
|
/**
|
|
@@ -55,7 +61,11 @@ declare function DocsPage({
|
|
|
55
61
|
component: breadcrumb,
|
|
56
62
|
...breadcrumbProps
|
|
57
63
|
},
|
|
58
|
-
footer
|
|
64
|
+
footer: {
|
|
65
|
+
enabled: footerEnabled,
|
|
66
|
+
component: footerReplace,
|
|
67
|
+
...footerProps
|
|
68
|
+
},
|
|
59
69
|
full,
|
|
60
70
|
tableOfContentPopover: {
|
|
61
71
|
enabled: tocPopoverEnabled,
|
|
@@ -68,9 +78,10 @@ declare function DocsPage({
|
|
|
68
78
|
...tocOptions
|
|
69
79
|
},
|
|
70
80
|
toc,
|
|
71
|
-
children
|
|
81
|
+
children,
|
|
82
|
+
className
|
|
72
83
|
}: DocsPageProps): ReactNode;
|
|
73
|
-
declare function EditOnGitHub(props: ComponentProps<'a'>):
|
|
84
|
+
declare function EditOnGitHub(props: ComponentProps<'a'>): react_jsx_runtime130.JSX.Element;
|
|
74
85
|
/**
|
|
75
86
|
* Add typography styles
|
|
76
87
|
*/
|
|
@@ -78,17 +89,16 @@ declare function DocsBody({
|
|
|
78
89
|
children,
|
|
79
90
|
className,
|
|
80
91
|
...props
|
|
81
|
-
}: ComponentProps<'div'>):
|
|
92
|
+
}: ComponentProps<'div'>): react_jsx_runtime130.JSX.Element;
|
|
82
93
|
declare function DocsDescription({
|
|
83
94
|
children,
|
|
84
95
|
className,
|
|
85
96
|
...props
|
|
86
|
-
}: ComponentProps<'p'>):
|
|
97
|
+
}: ComponentProps<'p'>): react_jsx_runtime130.JSX.Element | null;
|
|
87
98
|
declare function DocsTitle({
|
|
88
99
|
children,
|
|
89
100
|
className,
|
|
90
101
|
...props
|
|
91
|
-
}: ComponentProps<'h1'>):
|
|
102
|
+
}: ComponentProps<'h1'>): react_jsx_runtime130.JSX.Element;
|
|
92
103
|
//#endregion
|
|
93
|
-
export { DocsBody, DocsDescription, DocsPage, DocsPageProps, DocsTitle, EditOnGitHub, PageBreadcrumb, PageLastUpdate };
|
|
94
|
-
//# sourceMappingURL=index.d.ts.map
|
|
104
|
+
export { DocsBody, DocsDescription, DocsPage, DocsPageProps, DocsTitle, EditOnGitHub, PageBreadcrumb, PageLastUpdate };
|
|
@@ -19,7 +19,7 @@ var page_exports = /* @__PURE__ */ __exportAll({
|
|
|
19
19
|
PageBreadcrumb: () => PageBreadcrumb,
|
|
20
20
|
PageLastUpdate: () => PageLastUpdate
|
|
21
21
|
});
|
|
22
|
-
function DocsPage({ breadcrumb: { enabled: breadcrumbEnabled = true, component: breadcrumb, ...breadcrumbProps } = {}, footer = {}, full = false, tableOfContentPopover: { enabled: tocPopoverEnabled, component: tocPopover, ...tocPopoverOptions } = {}, tableOfContent: { enabled: tocEnabled, component: tocReplace, ...tocOptions } = {}, toc = [], children }) {
|
|
22
|
+
function DocsPage({ breadcrumb: { enabled: breadcrumbEnabled = true, component: breadcrumb, ...breadcrumbProps } = {}, footer: { enabled: footerEnabled, component: footerReplace, ...footerProps } = {}, full = false, tableOfContentPopover: { enabled: tocPopoverEnabled, component: tocPopover, ...tocPopoverOptions } = {}, tableOfContent: { enabled: tocEnabled, component: tocReplace, ...tocOptions } = {}, toc = [], children, className }) {
|
|
23
23
|
tocEnabled ??= !full && (toc.length > 0 || tocOptions.footer !== void 0 || tocOptions.header !== void 0);
|
|
24
24
|
tocPopoverEnabled ??= toc.length > 0 || tocPopoverOptions.header !== void 0 || tocPopoverOptions.footer !== void 0;
|
|
25
25
|
let wrapper = (children$1) => children$1;
|
|
@@ -37,11 +37,11 @@ function DocsPage({ breadcrumb: { enabled: breadcrumbEnabled = true, component:
|
|
|
37
37
|
/* @__PURE__ */ jsxs("article", {
|
|
38
38
|
id: "nd-page",
|
|
39
39
|
"data-full": full,
|
|
40
|
-
className: cn("flex flex-col [grid-area:main] px-4 py-6 gap-4 md:px-6 md:pt-8 xl:px-8 xl:pt-14 *:max-w-[900px]", full && "*:max-w-[1285px]"),
|
|
40
|
+
className: cn("flex flex-col [grid-area:main] px-4 py-6 gap-4 md:px-6 md:pt-8 xl:px-8 xl:pt-14 *:max-w-[900px]", full && "*:max-w-[1285px]", className),
|
|
41
41
|
children: [
|
|
42
42
|
breadcrumbEnabled && (breadcrumb ?? /* @__PURE__ */ jsx(PageBreadcrumb, { ...breadcrumbProps })),
|
|
43
43
|
children,
|
|
44
|
-
|
|
44
|
+
footerEnabled !== false && (footerReplace ?? /* @__PURE__ */ jsx(PageFooter, { ...footerProps }))
|
|
45
45
|
]
|
|
46
46
|
}),
|
|
47
47
|
tocEnabled && (tocReplace ?? /* @__PURE__ */ jsxs("div", {
|
|
@@ -100,5 +100,4 @@ function DocsTitle({ children, className, ...props }) {
|
|
|
100
100
|
}
|
|
101
101
|
|
|
102
102
|
//#endregion
|
|
103
|
-
export { DocsBody, DocsDescription, DocsPage, DocsTitle, EditOnGitHub, PageBreadcrumb, PageLastUpdate, page_exports };
|
|
104
|
-
//# sourceMappingURL=index.js.map
|
|
103
|
+
export { DocsBody, DocsDescription, DocsPage, DocsTitle, EditOnGitHub, PageBreadcrumb, PageLastUpdate, page_exports };
|
|
@@ -1,63 +1,62 @@
|
|
|
1
1
|
import { SidebarCollapseTrigger as SidebarCollapseTrigger$1, SidebarDrawerContent, SidebarFolder as SidebarFolder$1, SidebarFolderContent as SidebarFolderContent$1, SidebarFolderLink as SidebarFolderLink$1, SidebarFolderTrigger as SidebarFolderTrigger$1, SidebarItem as SidebarItem$1, SidebarProvider, SidebarTrigger as SidebarTrigger$1, SidebarViewport as SidebarViewport$1 } from "../../components/sidebar/base.js";
|
|
2
2
|
import { SidebarPageTreeComponents } from "../../components/sidebar/page-tree.js";
|
|
3
|
-
import * as
|
|
4
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime65 from "react/jsx-runtime";
|
|
4
|
+
import * as react19 from "react";
|
|
5
5
|
import { ComponentProps } from "react";
|
|
6
6
|
import * as _hanzo_docs_ui_link_item0 from "@hanzo/docs-ui/link-item";
|
|
7
7
|
|
|
8
8
|
//#region src/layouts/notebook/sidebar.d.ts
|
|
9
|
-
declare function Sidebar(props: ComponentProps<typeof SidebarProvider>):
|
|
10
|
-
declare function SidebarFolder(props: ComponentProps<typeof SidebarFolder$1>):
|
|
11
|
-
declare function SidebarCollapseTrigger(props: ComponentProps<typeof SidebarCollapseTrigger$1>):
|
|
12
|
-
declare function SidebarViewport(props: ComponentProps<typeof SidebarViewport$1>):
|
|
13
|
-
declare function SidebarTrigger(props: ComponentProps<typeof SidebarTrigger$1>):
|
|
9
|
+
declare function Sidebar(props: ComponentProps<typeof SidebarProvider>): react_jsx_runtime65.JSX.Element;
|
|
10
|
+
declare function SidebarFolder(props: ComponentProps<typeof SidebarFolder$1>): react_jsx_runtime65.JSX.Element;
|
|
11
|
+
declare function SidebarCollapseTrigger(props: ComponentProps<typeof SidebarCollapseTrigger$1>): react_jsx_runtime65.JSX.Element;
|
|
12
|
+
declare function SidebarViewport(props: ComponentProps<typeof SidebarViewport$1>): react_jsx_runtime65.JSX.Element;
|
|
13
|
+
declare function SidebarTrigger(props: ComponentProps<typeof SidebarTrigger$1>): react_jsx_runtime65.JSX.Element;
|
|
14
14
|
declare function SidebarContent({
|
|
15
15
|
ref: refProp,
|
|
16
16
|
className,
|
|
17
17
|
children,
|
|
18
18
|
...props
|
|
19
|
-
}: ComponentProps<'aside'>):
|
|
19
|
+
}: ComponentProps<'aside'>): react_jsx_runtime65.JSX.Element;
|
|
20
20
|
declare function SidebarDrawer({
|
|
21
21
|
children,
|
|
22
22
|
className,
|
|
23
23
|
...props
|
|
24
|
-
}: ComponentProps<typeof SidebarDrawerContent>):
|
|
24
|
+
}: ComponentProps<typeof SidebarDrawerContent>): react_jsx_runtime65.JSX.Element;
|
|
25
25
|
declare function SidebarSeparator({
|
|
26
26
|
className,
|
|
27
27
|
style,
|
|
28
28
|
children,
|
|
29
29
|
...props
|
|
30
|
-
}: ComponentProps<'p'>):
|
|
30
|
+
}: ComponentProps<'p'>): react_jsx_runtime65.JSX.Element;
|
|
31
31
|
declare function SidebarItem({
|
|
32
32
|
className,
|
|
33
33
|
style,
|
|
34
34
|
children,
|
|
35
35
|
...props
|
|
36
|
-
}: ComponentProps<typeof SidebarItem$1>):
|
|
36
|
+
}: ComponentProps<typeof SidebarItem$1>): react_jsx_runtime65.JSX.Element;
|
|
37
37
|
declare function SidebarFolderTrigger({
|
|
38
38
|
className,
|
|
39
39
|
style,
|
|
40
40
|
...props
|
|
41
|
-
}: ComponentProps<typeof SidebarFolderTrigger$1>):
|
|
41
|
+
}: ComponentProps<typeof SidebarFolderTrigger$1>): react_jsx_runtime65.JSX.Element;
|
|
42
42
|
declare function SidebarFolderLink({
|
|
43
43
|
className,
|
|
44
44
|
style,
|
|
45
45
|
...props
|
|
46
|
-
}: ComponentProps<typeof SidebarFolderLink$1>):
|
|
46
|
+
}: ComponentProps<typeof SidebarFolderLink$1>): react_jsx_runtime65.JSX.Element;
|
|
47
47
|
declare function SidebarFolderContent({
|
|
48
48
|
className,
|
|
49
49
|
children,
|
|
50
50
|
...props
|
|
51
|
-
}: ComponentProps<typeof SidebarFolderContent$1>):
|
|
52
|
-
declare const SidebarPageTree: (components: Partial<SidebarPageTreeComponents>) =>
|
|
51
|
+
}: ComponentProps<typeof SidebarFolderContent$1>): react_jsx_runtime65.JSX.Element;
|
|
52
|
+
declare const SidebarPageTree: (components: Partial<SidebarPageTreeComponents>) => react_jsx_runtime65.JSX.Element;
|
|
53
53
|
declare const SidebarLinkItem: ({
|
|
54
54
|
item,
|
|
55
55
|
...props
|
|
56
|
-
}:
|
|
56
|
+
}: react19.HTMLAttributes<HTMLElement> & {
|
|
57
57
|
item: Exclude<_hanzo_docs_ui_link_item0.LinkItemType, {
|
|
58
58
|
type: "icon";
|
|
59
59
|
}>;
|
|
60
|
-
}) =>
|
|
60
|
+
}) => react_jsx_runtime65.JSX.Element;
|
|
61
61
|
//#endregion
|
|
62
|
-
export { Sidebar, SidebarCollapseTrigger, SidebarContent, SidebarDrawer, SidebarFolder, SidebarFolderContent, SidebarFolderLink, SidebarFolderTrigger, SidebarItem, SidebarLinkItem, SidebarPageTree, SidebarSeparator, SidebarTrigger, SidebarViewport };
|
|
63
|
-
//# sourceMappingURL=sidebar.d.ts.map
|
|
62
|
+
export { Sidebar, SidebarCollapseTrigger, SidebarContent, SidebarDrawer, SidebarFolder, SidebarFolderContent, SidebarFolderLink, SidebarFolderTrigger, SidebarItem, SidebarLinkItem, SidebarPageTree, SidebarSeparator, SidebarTrigger, SidebarViewport };
|
|
@@ -143,5 +143,4 @@ const SidebarLinkItem = createLinkItemRenderer({
|
|
|
143
143
|
});
|
|
144
144
|
|
|
145
145
|
//#endregion
|
|
146
|
-
export { Sidebar, SidebarCollapseTrigger, SidebarContent, SidebarDrawer, SidebarFolder, SidebarFolderContent, SidebarFolderLink, SidebarFolderTrigger, SidebarItem, SidebarLinkItem, SidebarPageTree, SidebarSeparator, SidebarTrigger, SidebarViewport };
|
|
147
|
-
//# sourceMappingURL=sidebar.js.map
|
|
146
|
+
export { Sidebar, SidebarCollapseTrigger, SidebarContent, SidebarDrawer, SidebarFolder, SidebarFolderContent, SidebarFolderLink, SidebarFolderTrigger, SidebarItem, SidebarLinkItem, SidebarPageTree, SidebarSeparator, SidebarTrigger, SidebarViewport };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime79 from "react/jsx-runtime";
|
|
2
|
+
import * as react20 from "react";
|
|
3
3
|
import { ComponentProps, ReactNode } from "react";
|
|
4
4
|
import { LinkItemType } from "@hanzo/docs-ui/link-item";
|
|
5
5
|
import { I18nConfig } from "@hanzo/docs-core/i18n";
|
|
@@ -63,7 +63,6 @@ declare function resolveLinkItems({
|
|
|
63
63
|
declare function renderTitleNav({
|
|
64
64
|
title,
|
|
65
65
|
url
|
|
66
|
-
}: Partial<NavOptions>, props: ComponentProps<'a'>): string | number | bigint | boolean |
|
|
66
|
+
}: Partial<NavOptions>, props: ComponentProps<'a'>): string | number | bigint | boolean | react_jsx_runtime79.JSX.Element | Iterable<ReactNode> | Promise<string | number | bigint | boolean | react20.ReactPortal | react20.ReactElement<unknown, string | react20.JSXElementConstructor<any>> | Iterable<ReactNode> | null | undefined> | null | undefined;
|
|
67
67
|
//#endregion
|
|
68
|
-
export { BaseLayoutProps, NavOptions, renderTitleNav, resolveLinkItems };
|
|
69
|
-
//# sourceMappingURL=index.d.ts.map
|
|
68
|
+
export { BaseLayoutProps, NavOptions, renderTitleNav, resolveLinkItems };
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime80 from "react/jsx-runtime";
|
|
2
2
|
import { ComponentProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/layouts/shared/language-toggle.d.ts
|
|
5
5
|
type LanguageSelectProps = ComponentProps<'button'>;
|
|
6
6
|
declare function LanguageToggle(props: LanguageSelectProps): React.ReactElement;
|
|
7
|
-
declare function LanguageToggleText(props: ComponentProps<'span'>):
|
|
7
|
+
declare function LanguageToggleText(props: ComponentProps<'span'>): react_jsx_runtime80.JSX.Element;
|
|
8
8
|
//#endregion
|
|
9
|
-
export { LanguageSelectProps, LanguageToggle, LanguageToggleText };
|
|
10
|
-
//# sourceMappingURL=language-toggle.d.ts.map
|
|
9
|
+
export { LanguageSelectProps, LanguageToggle, LanguageToggleText };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ButtonProps } from "../../components/ui/button.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime54 from "react/jsx-runtime";
|
|
3
3
|
import { ComponentProps } from "react";
|
|
4
4
|
|
|
5
5
|
//#region src/layouts/shared/search-toggle.d.ts
|
|
@@ -11,13 +11,12 @@ declare function SearchToggle({
|
|
|
11
11
|
size,
|
|
12
12
|
color,
|
|
13
13
|
...props
|
|
14
|
-
}: SearchToggleProps):
|
|
14
|
+
}: SearchToggleProps): react_jsx_runtime54.JSX.Element | null;
|
|
15
15
|
declare function LargeSearchToggle({
|
|
16
16
|
hideIfDisabled,
|
|
17
17
|
...props
|
|
18
18
|
}: ComponentProps<'button'> & {
|
|
19
19
|
hideIfDisabled?: boolean;
|
|
20
|
-
}):
|
|
20
|
+
}): react_jsx_runtime54.JSX.Element | null;
|
|
21
21
|
//#endregion
|
|
22
|
-
export { LargeSearchToggle, SearchToggle };
|
|
23
|
-
//# sourceMappingURL=search-toggle.d.ts.map
|
|
22
|
+
export { LargeSearchToggle, SearchToggle };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime121 from "react/jsx-runtime";
|
|
2
2
|
import { ComponentProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/layouts/shared/theme-toggle.d.ts
|
|
@@ -8,7 +8,6 @@ declare function ThemeToggle({
|
|
|
8
8
|
...props
|
|
9
9
|
}: ComponentProps<'div'> & {
|
|
10
10
|
mode?: 'light-dark' | 'light-dark-system';
|
|
11
|
-
}):
|
|
11
|
+
}): react_jsx_runtime121.JSX.Element;
|
|
12
12
|
//#endregion
|
|
13
|
-
export { ThemeToggle };
|
|
14
|
-
//# sourceMappingURL=theme-toggle.d.ts.map
|
|
13
|
+
export { ThemeToggle };
|
package/dist/mdx.d.ts
CHANGED
|
@@ -2,30 +2,30 @@ import { Callout, CalloutContainer, CalloutDescription, CalloutTitle } from "./c
|
|
|
2
2
|
import { Card, Cards } from "./components/card.js";
|
|
3
3
|
import { CodeBlockTab, CodeBlockTabs, CodeBlockTabsList, CodeBlockTabsTrigger } from "./components/codeblock.js";
|
|
4
4
|
import { createRelativeLink as createRelativeLink$1 } from "./mdx.server.js";
|
|
5
|
-
import * as
|
|
5
|
+
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
6
6
|
import { AnchorHTMLAttributes, FC, HTMLAttributes, ImgHTMLAttributes, TableHTMLAttributes } from "react";
|
|
7
7
|
|
|
8
8
|
//#region src/mdx.d.ts
|
|
9
9
|
declare function Image(props: ImgHTMLAttributes<HTMLImageElement> & {
|
|
10
10
|
sizes?: string;
|
|
11
|
-
}):
|
|
12
|
-
declare function Table(props: TableHTMLAttributes<HTMLTableElement>):
|
|
11
|
+
}): react_jsx_runtime0.JSX.Element;
|
|
12
|
+
declare function Table(props: TableHTMLAttributes<HTMLTableElement>): react_jsx_runtime0.JSX.Element;
|
|
13
13
|
declare const defaultMdxComponents: {
|
|
14
14
|
CodeBlockTab: typeof CodeBlockTab;
|
|
15
15
|
CodeBlockTabs: typeof CodeBlockTabs;
|
|
16
16
|
CodeBlockTabsList: typeof CodeBlockTabsList;
|
|
17
17
|
CodeBlockTabsTrigger: typeof CodeBlockTabsTrigger;
|
|
18
|
-
pre: (props: HTMLAttributes<HTMLPreElement>) =>
|
|
18
|
+
pre: (props: HTMLAttributes<HTMLPreElement>) => react_jsx_runtime0.JSX.Element;
|
|
19
19
|
Card: typeof Card;
|
|
20
20
|
Cards: typeof Cards;
|
|
21
21
|
a: FC<AnchorHTMLAttributes<HTMLAnchorElement>>;
|
|
22
22
|
img: typeof Image;
|
|
23
|
-
h1: (props: HTMLAttributes<HTMLHeadingElement>) =>
|
|
24
|
-
h2: (props: HTMLAttributes<HTMLHeadingElement>) =>
|
|
25
|
-
h3: (props: HTMLAttributes<HTMLHeadingElement>) =>
|
|
26
|
-
h4: (props: HTMLAttributes<HTMLHeadingElement>) =>
|
|
27
|
-
h5: (props: HTMLAttributes<HTMLHeadingElement>) =>
|
|
28
|
-
h6: (props: HTMLAttributes<HTMLHeadingElement>) =>
|
|
23
|
+
h1: (props: HTMLAttributes<HTMLHeadingElement>) => react_jsx_runtime0.JSX.Element;
|
|
24
|
+
h2: (props: HTMLAttributes<HTMLHeadingElement>) => react_jsx_runtime0.JSX.Element;
|
|
25
|
+
h3: (props: HTMLAttributes<HTMLHeadingElement>) => react_jsx_runtime0.JSX.Element;
|
|
26
|
+
h4: (props: HTMLAttributes<HTMLHeadingElement>) => react_jsx_runtime0.JSX.Element;
|
|
27
|
+
h5: (props: HTMLAttributes<HTMLHeadingElement>) => react_jsx_runtime0.JSX.Element;
|
|
28
|
+
h6: (props: HTMLAttributes<HTMLHeadingElement>) => react_jsx_runtime0.JSX.Element;
|
|
29
29
|
table: typeof Table;
|
|
30
30
|
Callout: typeof Callout;
|
|
31
31
|
CalloutContainer: typeof CalloutContainer;
|
|
@@ -34,5 +34,4 @@ declare const defaultMdxComponents: {
|
|
|
34
34
|
};
|
|
35
35
|
declare const createRelativeLink: typeof createRelativeLink$1;
|
|
36
36
|
//#endregion
|
|
37
|
-
export { createRelativeLink, defaultMdxComponents as default };
|
|
38
|
-
//# sourceMappingURL=mdx.d.ts.map
|
|
37
|
+
export { createRelativeLink, defaultMdxComponents as default };
|
package/dist/mdx.js
CHANGED
package/dist/mdx.server.d.ts
CHANGED
|
@@ -13,5 +13,4 @@ import { LoaderConfig, LoaderOutput, Page } from "@hanzo/docs-core/source";
|
|
|
13
13
|
*/
|
|
14
14
|
declare function createRelativeLink<C extends LoaderConfig>(source: LoaderOutput<C>, page: Page, OverrideLink?: FC<ComponentProps<'a'>>): FC<ComponentProps<'a'>>;
|
|
15
15
|
//#endregion
|
|
16
|
-
export { createRelativeLink, defaultMdxComponents as default };
|
|
17
|
-
//# sourceMappingURL=mdx.server.d.ts.map
|
|
16
|
+
export { createRelativeLink, defaultMdxComponents as default };
|
package/dist/mdx.server.js
CHANGED
|
@@ -19,5 +19,4 @@ function createRelativeLink(source, page, OverrideLink = defaultMdxComponents.a)
|
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
//#endregion
|
|
22
|
-
export { createRelativeLink, defaultMdxComponents as default };
|
|
23
|
-
//# sourceMappingURL=mdx.server.js.map
|
|
22
|
+
export { createRelativeLink, defaultMdxComponents as default };
|
package/dist/page.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PageBreadcrumb, PageLastUpdate } from "./layouts/docs/page/client.js";
|
|
2
2
|
import { DocsBody, DocsDescription, DocsPageProps as DocsPageProps$1, DocsTitle, EditOnGitHub } from "./layouts/docs/page/index.js";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime8 from "react/jsx-runtime";
|
|
4
4
|
import { ComponentProps } from "react";
|
|
5
5
|
|
|
6
6
|
//#region src/page.d.ts
|
|
@@ -25,13 +25,12 @@ interface DocsPageProps extends DocsPageProps$1 {
|
|
|
25
25
|
/**
|
|
26
26
|
* For separate MDX page
|
|
27
27
|
*/
|
|
28
|
-
declare function withArticle(props: ComponentProps<'main'>):
|
|
28
|
+
declare function withArticle(props: ComponentProps<'main'>): react_jsx_runtime8.JSX.Element;
|
|
29
29
|
declare function DocsPage({
|
|
30
30
|
lastUpdate,
|
|
31
31
|
editOnGithub,
|
|
32
32
|
children,
|
|
33
33
|
...props
|
|
34
|
-
}: DocsPageProps):
|
|
34
|
+
}: DocsPageProps): react_jsx_runtime8.JSX.Element;
|
|
35
35
|
//#endregion
|
|
36
|
-
export { DocsBody, DocsDescription, DocsPage, DocsPageProps, DocsTitle, EditOnGitHub, PageBreadcrumb, PageLastUpdate, withArticle };
|
|
37
|
-
//# sourceMappingURL=page.d.ts.map
|
|
36
|
+
export { DocsBody, DocsDescription, DocsPage, DocsPageProps, DocsTitle, EditOnGitHub, PageBreadcrumb, PageLastUpdate, withArticle };
|
package/dist/page.js
CHANGED
|
@@ -34,5 +34,4 @@ function DocsPage({ lastUpdate, editOnGithub, children, ...props }) {
|
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
//#endregion
|
|
37
|
-
export { DocsBody, DocsDescription, DocsPage, DocsTitle, EditOnGitHub, PageBreadcrumb, PageLastUpdate, withArticle };
|
|
38
|
-
//# sourceMappingURL=page.js.map
|
|
37
|
+
export { DocsBody, DocsDescription, DocsPage, DocsTitle, EditOnGitHub, PageBreadcrumb, PageLastUpdate, withArticle };
|
package/dist/provider/base.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { DefaultSearchDialogProps } from "../components/dialog/search-default.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime18 from "react/jsx-runtime";
|
|
3
3
|
import { ComponentPropsWithoutRef, ReactNode } from "react";
|
|
4
4
|
import { I18nProviderProps } from "@hanzo/docs-ui/contexts/i18n";
|
|
5
|
-
import { ThemeProvider } from "next-themes";
|
|
6
5
|
import { SearchProviderProps } from "@hanzo/docs-ui/contexts/search";
|
|
6
|
+
import { ThemeProvider } from "next-themes";
|
|
7
7
|
|
|
8
8
|
//#region src/provider/base.d.ts
|
|
9
9
|
interface SearchOptions extends Omit<SearchProviderProps, 'options' | 'children'> {
|
|
@@ -44,7 +44,6 @@ declare function RootProvider({
|
|
|
44
44
|
theme,
|
|
45
45
|
search,
|
|
46
46
|
i18n
|
|
47
|
-
}: RootProviderProps):
|
|
47
|
+
}: RootProviderProps): react_jsx_runtime18.JSX.Element;
|
|
48
48
|
//#endregion
|
|
49
|
-
export { RootProvider, RootProviderProps };
|
|
50
|
-
//# sourceMappingURL=base.d.ts.map
|
|
49
|
+
export { RootProvider, RootProviderProps };
|
package/dist/provider/base.js
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
import { jsx } from "react/jsx-runtime";
|
|
4
4
|
import { lazy } from "react";
|
|
5
5
|
import { I18nProvider } from "@hanzo/docs-ui/contexts/i18n";
|
|
6
|
+
import { SearchProvider } from "@hanzo/docs-ui/contexts/search";
|
|
6
7
|
import { DirectionProvider } from "@radix-ui/react-direction";
|
|
7
8
|
import { ThemeProvider } from "next-themes";
|
|
8
|
-
import { SearchProvider } from "@hanzo/docs-ui/contexts/search";
|
|
9
9
|
|
|
10
10
|
//#region src/provider/base.tsx
|
|
11
11
|
const DefaultSearchDialog = lazy(() => import("../components/dialog/search-default.js"));
|
|
@@ -35,5 +35,4 @@ function RootProvider({ children, dir = "ltr", theme = {}, search, i18n }) {
|
|
|
35
35
|
}
|
|
36
36
|
|
|
37
37
|
//#endregion
|
|
38
|
-
export { RootProvider };
|
|
39
|
-
//# sourceMappingURL=base.js.map
|
|
38
|
+
export { RootProvider };
|
package/dist/provider/next.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RootProvider as RootProvider$1 } from "./base.js";
|
|
2
2
|
import { Framework } from "@hanzo/docs-core/framework";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime20 from "react/jsx-runtime";
|
|
4
4
|
import { ComponentProps } from "react";
|
|
5
5
|
|
|
6
6
|
//#region src/provider/next.d.ts
|
|
@@ -16,7 +16,6 @@ interface RootProviderProps extends ComponentProps<typeof RootProvider$1> {
|
|
|
16
16
|
declare function RootProvider({
|
|
17
17
|
components,
|
|
18
18
|
...props
|
|
19
|
-
}: RootProviderProps):
|
|
19
|
+
}: RootProviderProps): react_jsx_runtime20.JSX.Element;
|
|
20
20
|
//#endregion
|
|
21
|
-
export { RootProvider, RootProviderProps };
|
|
22
|
-
//# sourceMappingURL=next.d.ts.map
|
|
21
|
+
export { RootProvider, RootProviderProps };
|
package/dist/provider/next.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RootProvider as RootProvider$1 } from "./base.js";
|
|
2
2
|
import { Framework } from "@hanzo/docs-core/framework";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime19 from "react/jsx-runtime";
|
|
4
4
|
import { ComponentProps } from "react";
|
|
5
5
|
|
|
6
6
|
//#region src/provider/react-router.d.ts
|
|
@@ -16,7 +16,6 @@ interface RootProviderProps extends ComponentProps<typeof RootProvider$1> {
|
|
|
16
16
|
declare function RootProvider({
|
|
17
17
|
components,
|
|
18
18
|
...props
|
|
19
|
-
}: RootProviderProps):
|
|
19
|
+
}: RootProviderProps): react_jsx_runtime19.JSX.Element;
|
|
20
20
|
//#endregion
|
|
21
|
-
export { RootProvider, RootProviderProps };
|
|
22
|
-
//# sourceMappingURL=react-router.d.ts.map
|
|
21
|
+
export { RootProvider, RootProviderProps };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RootProvider as RootProvider$1 } from "./base.js";
|
|
2
2
|
import { Framework } from "@hanzo/docs-core/framework";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime21 from "react/jsx-runtime";
|
|
4
4
|
import { ComponentProps } from "react";
|
|
5
5
|
|
|
6
6
|
//#region src/provider/tanstack.d.ts
|
|
@@ -16,7 +16,6 @@ interface RootProviderProps extends ComponentProps<typeof RootProvider$1> {
|
|
|
16
16
|
declare function RootProvider({
|
|
17
17
|
components,
|
|
18
18
|
...props
|
|
19
|
-
}: RootProviderProps):
|
|
19
|
+
}: RootProviderProps): react_jsx_runtime21.JSX.Element;
|
|
20
20
|
//#endregion
|
|
21
|
-
export { RootProvider, RootProviderProps };
|
|
22
|
-
//# sourceMappingURL=tanstack.d.ts.map
|
|
21
|
+
export { RootProvider, RootProviderProps };
|
package/dist/provider/waku.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RootProvider as RootProvider$1 } from "./base.js";
|
|
2
2
|
import { Framework } from "@hanzo/docs-core/framework";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime22 from "react/jsx-runtime";
|
|
4
4
|
import { ComponentProps } from "react";
|
|
5
5
|
|
|
6
6
|
//#region src/provider/waku.d.ts
|
|
@@ -16,7 +16,6 @@ interface RootProviderProps extends ComponentProps<typeof RootProvider$1> {
|
|
|
16
16
|
declare function RootProvider({
|
|
17
17
|
components,
|
|
18
18
|
...props
|
|
19
|
-
}: RootProviderProps):
|
|
19
|
+
}: RootProviderProps): react_jsx_runtime22.JSX.Element;
|
|
20
20
|
//#endregion
|
|
21
|
-
export { RootProvider, RootProviderProps };
|
|
22
|
-
//# sourceMappingURL=waku.d.ts.map
|
|
21
|
+
export { RootProvider, RootProviderProps };
|
package/dist/provider/waku.js
CHANGED