@hanzo/docs 16.3.0 → 16.4.1
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/.turbo/turbo-build.log +107 -0
- package/CHANGELOG.md +21 -0
- package/LICENSE +21 -0
- package/dist/cli/build.d.ts +1 -115
- package/dist/cli/build.d.ts.map +1 -0
- package/dist/content-collections/index.d.ts +1 -0
- package/dist/content-collections/index.d.ts.map +1 -0
- package/dist/core/breadcrumb.d.ts +1 -0
- package/dist/core/breadcrumb.d.ts.map +1 -0
- package/dist/core/content/github.d.ts +1 -0
- package/dist/core/content/github.d.ts.map +1 -0
- package/dist/core/content/index.d.ts +1 -0
- package/dist/core/content/index.d.ts.map +1 -0
- package/dist/core/content/toc.d.ts +1 -0
- package/dist/core/content/toc.d.ts.map +1 -0
- package/dist/core/dynamic-link.d.ts +1 -0
- package/dist/core/dynamic-link.d.ts.map +1 -0
- package/dist/core/framework/index.d.ts +1 -0
- package/dist/core/framework/index.d.ts.map +1 -0
- package/dist/core/framework/next.d.ts +1 -0
- package/dist/core/framework/next.d.ts.map +1 -0
- package/dist/core/framework/react-router.d.ts +1 -0
- package/dist/core/framework/react-router.d.ts.map +1 -0
- package/dist/core/framework/tanstack.d.ts +1 -0
- package/dist/core/framework/tanstack.d.ts.map +1 -0
- package/dist/core/framework/waku.d.ts +1 -0
- package/dist/core/framework/waku.d.ts.map +1 -0
- package/dist/core/highlight/client.d.ts +1 -0
- package/dist/core/highlight/client.d.ts.map +1 -0
- package/dist/core/highlight/index.d.ts +1 -0
- package/dist/core/highlight/index.d.ts.map +1 -0
- package/dist/core/i18n/index.d.ts +1 -0
- package/dist/core/i18n/index.d.ts.map +1 -0
- package/dist/core/i18n/middleware.d.ts +1 -0
- package/dist/core/i18n/middleware.d.ts.map +1 -0
- package/dist/core/link.d.ts +1 -0
- package/dist/core/link.d.ts.map +1 -0
- package/dist/core/mdx-plugins/codeblock-utils.d.ts +1 -0
- package/dist/core/mdx-plugins/codeblock-utils.d.ts.map +1 -0
- package/dist/core/mdx-plugins/index.d.ts +1 -0
- package/dist/core/mdx-plugins/index.d.ts.map +1 -0
- package/dist/core/mdx-plugins/rehype-code.d.ts +1 -0
- package/dist/core/mdx-plugins/rehype-code.d.ts.map +1 -0
- package/dist/core/mdx-plugins/remark-gfm.d.ts +1 -0
- package/dist/core/mdx-plugins/remark-gfm.d.ts.map +1 -0
- package/dist/core/mdx-plugins/remark-steps.d.ts +1 -0
- package/dist/core/mdx-plugins/remark-steps.d.ts.map +1 -0
- package/dist/core/mdx-plugins/remark-structure.d.ts +1 -0
- package/dist/core/mdx-plugins/remark-structure.d.ts.map +1 -0
- package/dist/core/negotiation.d.ts +1 -0
- package/dist/core/negotiation.d.ts.map +1 -0
- package/dist/core/page-tree.d.ts +1 -0
- package/dist/core/page-tree.d.ts.map +1 -0
- package/dist/core/search/algolia.d.ts +1 -0
- package/dist/core/search/algolia.d.ts.map +1 -0
- package/dist/core/search/client.d.ts +1 -0
- package/dist/core/search/client.d.ts.map +1 -0
- package/dist/core/search/index.d.ts +1 -0
- package/dist/core/search/index.d.ts.map +1 -0
- package/dist/core/search/orama-cloud.d.ts +1 -0
- package/dist/core/search/orama-cloud.d.ts.map +1 -0
- package/dist/core/search/server.d.ts +1 -0
- package/dist/core/search/server.d.ts.map +1 -0
- package/dist/core/source/client.d.ts +1 -0
- package/dist/core/source/client.d.ts.map +1 -0
- package/dist/core/source/index.d.ts +1 -0
- package/dist/core/source/index.d.ts.map +1 -0
- package/dist/core/source/lucide-icons.d.ts +1 -0
- package/dist/core/source/lucide-icons.d.ts.map +1 -0
- package/dist/core/source/schema.d.ts +1 -0
- package/dist/core/source/schema.d.ts.map +1 -0
- package/dist/core/toc.d.ts +1 -0
- package/dist/core/toc.d.ts.map +1 -0
- package/dist/docgen/index.d.ts +1 -0
- package/dist/docgen/index.d.ts.map +1 -0
- package/dist/docgen/remark-ts2js.d.ts +1 -0
- package/dist/docgen/remark-ts2js.d.ts.map +1 -0
- package/dist/mdx/bun.d.ts +1 -0
- package/dist/mdx/bun.d.ts.map +1 -0
- package/dist/mdx/config.d.ts +1 -0
- package/dist/mdx/config.d.ts.map +1 -0
- package/dist/mdx/index.d.ts +1 -0
- package/dist/mdx/index.d.ts.map +1 -0
- package/dist/mdx/next.d.ts +1 -0
- package/dist/mdx/next.d.ts.map +1 -0
- package/dist/mdx/runtime/browser.d.ts +1 -0
- package/dist/mdx/runtime/browser.d.ts.map +1 -0
- package/dist/mdx/runtime/dynamic.d.ts +1 -0
- package/dist/mdx/runtime/dynamic.d.ts.map +1 -0
- package/dist/mdx/runtime/server.d.ts +1 -0
- package/dist/mdx/runtime/server.d.ts.map +1 -0
- package/dist/mdx/runtime/types.d.ts +1 -0
- package/dist/mdx/runtime/types.d.ts.map +1 -0
- package/dist/mdx/vite.d.ts +1 -1
- package/dist/mdx/vite.d.ts.map +1 -0
- package/dist/mdx/vite.js +0 -4
- package/dist/mdx-remote/client.d.ts +1 -0
- package/dist/mdx-remote/client.d.ts.map +1 -0
- package/dist/mdx-remote/index.d.ts +1 -0
- package/dist/mdx-remote/index.d.ts.map +1 -0
- package/dist/obsidian/index.d.ts +1 -0
- package/dist/obsidian/index.d.ts.map +1 -0
- package/dist/obsidian/mdx.d.ts +1 -0
- package/dist/obsidian/mdx.d.ts.map +1 -0
- package/dist/obsidian/ui.d.ts +1 -0
- package/dist/obsidian/ui.d.ts.map +1 -0
- package/dist/openapi/css/generated/shared.css +926 -0
- package/dist/openapi/css/preset.css +1 -1
- package/dist/openapi/index.d.ts +1 -0
- package/dist/openapi/index.d.ts.map +1 -0
- package/dist/openapi/server.d.ts +1 -0
- package/dist/openapi/server.d.ts.map +1 -0
- package/dist/openapi/ui.d.ts +1 -0
- package/dist/openapi/ui.d.ts.map +1 -0
- package/dist/press/index.d.ts +1 -0
- package/dist/press/index.d.ts.map +1 -0
- package/dist/press/vite.d.ts +1 -0
- package/dist/press/vite.d.ts.map +1 -0
- package/dist/python/components.d.ts +1 -0
- package/dist/python/components.d.ts.map +1 -0
- package/dist/python/index.d.ts +1 -0
- package/dist/python/index.d.ts.map +1 -0
- package/dist/twoslash/cache-fs.d.ts +1 -0
- package/dist/twoslash/cache-fs.d.ts.map +1 -0
- package/dist/twoslash/index.d.ts +1 -0
- package/dist/twoslash/index.d.ts.map +1 -0
- package/dist/twoslash/ui.d.ts +1 -0
- package/dist/twoslash/ui.d.ts.map +1 -0
- package/dist/typescript/index.d.ts +1 -0
- package/dist/typescript/index.d.ts.map +1 -0
- package/dist/typescript/ui.d.ts +1 -0
- package/dist/typescript/ui.d.ts.map +1 -0
- package/dist/ui/components/accordion.d.ts +1 -0
- package/dist/ui/components/accordion.d.ts.map +1 -0
- package/dist/ui/components/banner.d.ts +1 -0
- package/dist/ui/components/banner.d.ts.map +1 -0
- package/dist/ui/components/callout.d.ts +1 -0
- package/dist/ui/components/callout.d.ts.map +1 -0
- package/dist/ui/components/card.d.ts +1 -0
- package/dist/ui/components/card.d.ts.map +1 -0
- package/dist/ui/components/codeblock.d.ts +1 -0
- package/dist/ui/components/codeblock.d.ts.map +1 -0
- package/dist/ui/components/dialog/search.d.ts +1 -0
- package/dist/ui/components/dialog/search.d.ts.map +1 -0
- package/dist/ui/components/dynamic-codeblock.d.ts +1 -0
- package/dist/ui/components/dynamic-codeblock.d.ts.map +1 -0
- package/dist/ui/components/files.d.ts +1 -0
- package/dist/ui/components/files.d.ts.map +1 -0
- package/dist/ui/components/github-info.d.ts +1 -0
- package/dist/ui/components/github-info.d.ts.map +1 -0
- package/dist/ui/components/heading.d.ts +1 -0
- package/dist/ui/components/heading.d.ts.map +1 -0
- package/dist/ui/components/image-zoom.d.ts +1 -0
- package/dist/ui/components/image-zoom.d.ts.map +1 -0
- package/dist/ui/components/inline-toc.d.ts +1 -0
- package/dist/ui/components/inline-toc.d.ts.map +1 -0
- package/dist/ui/components/steps.d.ts +1 -0
- package/dist/ui/components/steps.d.ts.map +1 -0
- package/dist/ui/components/tabs.d.ts +1 -0
- package/dist/ui/components/tabs.d.ts.map +1 -0
- package/dist/ui/components/type-table.d.ts +1 -0
- package/dist/ui/components/type-table.d.ts.map +1 -0
- package/dist/ui/components/ui/button.d.ts +1 -0
- package/dist/ui/components/ui/button.d.ts.map +1 -0
- package/dist/ui/contexts/i18n.d.ts +1 -0
- package/dist/ui/contexts/i18n.d.ts.map +1 -0
- package/dist/ui/contexts/tree.d.ts +1 -0
- package/dist/ui/contexts/tree.d.ts.map +1 -0
- package/dist/ui/i18n.d.ts +1 -0
- package/dist/ui/i18n.d.ts.map +1 -0
- package/dist/ui/index.d.ts +2 -0
- package/dist/ui/index.d.ts.map +1 -0
- package/dist/ui/index.js +0 -0
- package/dist/ui/layouts/docs.d.ts +1 -0
- package/dist/ui/layouts/docs.d.ts.map +1 -0
- package/dist/ui/layouts/home/navbar.d.ts +1 -0
- package/dist/ui/layouts/home/navbar.d.ts.map +1 -0
- package/dist/ui/layouts/home.d.ts +1 -0
- package/dist/ui/layouts/home.d.ts.map +1 -0
- package/dist/ui/layouts/shared.d.ts +1 -0
- package/dist/ui/layouts/shared.d.ts.map +1 -0
- package/dist/ui/mdx.d.ts +1 -0
- package/dist/ui/mdx.d.ts.map +1 -0
- package/dist/ui/og.d.ts +1 -0
- package/dist/ui/og.d.ts.map +1 -0
- package/dist/ui/page.d.ts +1 -0
- package/dist/ui/page.d.ts.map +1 -0
- package/dist/ui/provider/base.d.ts +1 -0
- package/dist/ui/provider/base.d.ts.map +1 -0
- package/dist/ui/utils/use-copy-button.d.ts +1 -0
- package/dist/ui/utils/use-copy-button.d.ts.map +1 -0
- package/package.json +410 -109
- package/scripts/copy-css.js +4 -24
- package/src/mdx/vite.ts +0 -1
- package/src/ui/index.ts +2 -0
- package/tsup.config.ts +23 -7
- package/dist/mdx/plugins/index-file.d.ts +0 -1
- package/dist/mdx/plugins/index-file.js +0 -2
- package/dist/mdx/plugins/json-schema.d.ts +0 -2
- package/dist/mdx/plugins/json-schema.js +0 -6
- package/dist/mdx/plugins/last-modified.d.ts +0 -2
- package/dist/mdx/plugins/last-modified.js +0 -6
- package/dist/ui/components/dialog/search-algolia.d.ts +0 -1
- package/dist/ui/components/dialog/search-algolia.js +0 -2
- package/dist/ui/components/dialog/search-default.d.ts +0 -1
- package/dist/ui/components/dialog/search-default.js +0 -2
- package/dist/ui/components/dialog/search-orama.d.ts +0 -1
- package/dist/ui/components/dialog/search-orama.js +0 -2
- package/dist/ui/components/sidebar/base.d.ts +0 -1
- package/dist/ui/components/sidebar/base.js +0 -2
- package/dist/ui/components/sidebar/link-item.d.ts +0 -1
- package/dist/ui/components/sidebar/link-item.js +0 -2
- package/dist/ui/components/sidebar/page-tree.d.ts +0 -1
- package/dist/ui/components/sidebar/page-tree.js +0 -2
- package/dist/ui/components/toc/clerk.d.ts +0 -1
- package/dist/ui/components/toc/clerk.js +0 -2
- package/dist/ui/components/toc/default.d.ts +0 -1
- package/dist/ui/components/toc/default.js +0 -2
- package/dist/ui/components/toc/index.d.ts +0 -1
- package/dist/ui/components/toc/index.js +0 -2
- package/dist/ui/components/ui/accordion.d.ts +0 -1
- package/dist/ui/components/ui/accordion.js +0 -2
- package/dist/ui/components/ui/collapsible.d.ts +0 -1
- package/dist/ui/components/ui/collapsible.js +0 -2
- package/dist/ui/components/ui/navigation-menu.d.ts +0 -1
- package/dist/ui/components/ui/navigation-menu.js +0 -2
- package/dist/ui/components/ui/popover.d.ts +0 -1
- package/dist/ui/components/ui/popover.js +0 -2
- package/dist/ui/components/ui/scroll-area.d.ts +0 -1
- package/dist/ui/components/ui/scroll-area.js +0 -2
- package/dist/ui/components/ui/tabs.d.ts +0 -1
- package/dist/ui/components/ui/tabs.js +0 -2
- package/dist/ui/css/black.css +0 -1
- package/dist/ui/css/catppuccin.css +0 -1
- package/dist/ui/css/dusk.css +0 -1
- package/dist/ui/css/layouts/docs.css +0 -1
- package/dist/ui/css/layouts/home.css +0 -1
- package/dist/ui/css/layouts/notebook.css +0 -1
- package/dist/ui/css/neutral.css +0 -1
- package/dist/ui/css/ocean.css +0 -1
- package/dist/ui/css/preset.css +0 -10
- package/dist/ui/css/purple.css +0 -1
- package/dist/ui/css/shadcn.css +0 -1
- package/dist/ui/css/solar.css +0 -1
- package/dist/ui/css/style.css +0 -9
- package/dist/ui/css/vitepress.css +0 -1
- package/dist/ui/image-zoom.css +0 -77
- package/dist/ui/layouts/docs/page.d.ts +0 -1
- package/dist/ui/layouts/docs/page.js +0 -2
- package/dist/ui/layouts/notebook/page.d.ts +0 -1
- package/dist/ui/layouts/notebook/page.js +0 -2
- package/dist/ui/layouts/notebook.d.ts +0 -1
- package/dist/ui/layouts/notebook.js +0 -2
- package/dist/ui/provider/next.d.ts +0 -1
- package/dist/ui/provider/next.js +0 -2
- package/dist/ui/provider/react-router.d.ts +0 -1
- package/dist/ui/provider/react-router.js +0 -2
- package/dist/ui/provider/tanstack.d.ts +0 -1
- package/dist/ui/provider/tanstack.js +0 -2
- package/dist/ui/provider/waku.d.ts +0 -1
- package/dist/ui/provider/waku.js +0 -2
- package/dist/ui/style.css +0 -3180
- package/src/mdx/plugins/index-file.ts +0 -1
- package/src/mdx/plugins/json-schema.ts +0 -2
- package/src/mdx/plugins/last-modified.ts +0 -2
- package/src/ui/components/dialog/search-algolia.ts +0 -1
- package/src/ui/components/dialog/search-default.ts +0 -1
- package/src/ui/components/dialog/search-orama.ts +0 -1
- package/src/ui/components/sidebar/base.ts +0 -1
- package/src/ui/components/sidebar/link-item.ts +0 -1
- package/src/ui/components/sidebar/page-tree.ts +0 -1
- package/src/ui/components/toc/clerk.ts +0 -1
- package/src/ui/components/toc/default.ts +0 -1
- package/src/ui/components/toc/index.ts +0 -1
- package/src/ui/components/ui/accordion.ts +0 -1
- package/src/ui/components/ui/collapsible.ts +0 -1
- package/src/ui/components/ui/navigation-menu.ts +0 -1
- package/src/ui/components/ui/popover.ts +0 -1
- package/src/ui/components/ui/scroll-area.ts +0 -1
- package/src/ui/components/ui/tabs.ts +0 -1
- package/src/ui/layouts/docs/page.ts +0 -1
- package/src/ui/layouts/notebook/page.ts +0 -1
- package/src/ui/layouts/notebook.ts +0 -1
- package/src/ui/provider/next.ts +0 -1
- package/src/ui/provider/react-router.ts +0 -1
- package/src/ui/provider/tanstack.ts +0 -1
- package/src/ui/provider/waku.ts +0 -1
package/tsup.config.ts
CHANGED
|
@@ -26,26 +26,42 @@ const entries = getEntries('./src');
|
|
|
26
26
|
export default defineConfig({
|
|
27
27
|
entry: entries,
|
|
28
28
|
format: ['esm'],
|
|
29
|
-
dts:
|
|
29
|
+
dts: false,
|
|
30
30
|
splitting: false,
|
|
31
31
|
clean: true,
|
|
32
32
|
external: [
|
|
33
|
+
// Core packages (we re-export from these)
|
|
33
34
|
'@hanzo/docs-core',
|
|
34
|
-
'@hanzo/docs-ui',
|
|
35
|
-
'@hanzo/docs-base-ui',
|
|
36
35
|
'@hanzo/docs-mdx',
|
|
36
|
+
'@hanzo/docs-base-ui',
|
|
37
|
+
'@hanzo/docs-ui',
|
|
37
38
|
'@hanzo/docs-openapi',
|
|
38
39
|
'@hanzo/docs-twoslash',
|
|
40
|
+
'@hanzo/docs-obsidian',
|
|
41
|
+
'@hanzo/docs-mdx-remote',
|
|
42
|
+
'@hanzo/docs-cli',
|
|
43
|
+
// Hanzo packages (peer dependencies)
|
|
44
|
+
'@hanzo/ui',
|
|
45
|
+
'@hanzo/mdx',
|
|
39
46
|
'@hanzo/docs-typescript',
|
|
40
47
|
'@hanzo/docs-docgen',
|
|
41
|
-
'@hanzo/docs-cli',
|
|
42
|
-
'@hanzo/mdx-runtime',
|
|
43
48
|
'@hanzo/docs-python',
|
|
44
|
-
'@hanzo/docs-obsidian',
|
|
45
49
|
'@hanzo/docs-content-collections',
|
|
46
50
|
'@hanzo/docs-press',
|
|
51
|
+
'@hanzo/mdx-runtime',
|
|
52
|
+
// React ecosystem
|
|
47
53
|
'react',
|
|
48
54
|
'react-dom',
|
|
49
|
-
'next'
|
|
55
|
+
'next',
|
|
56
|
+
// Optional integrations
|
|
57
|
+
'algoliasearch',
|
|
58
|
+
'@orama/orama',
|
|
59
|
+
'@orama/core',
|
|
60
|
+
'@oramacloud/client',
|
|
61
|
+
'@tanstack/react-router',
|
|
62
|
+
'react-router',
|
|
63
|
+
'waku',
|
|
64
|
+
'zod',
|
|
65
|
+
'lucide-react'
|
|
50
66
|
],
|
|
51
67
|
});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@hanzo/docs-mdx/plugins/index-file';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@hanzo/docs-base-ui/components/dialog/search-algolia';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@hanzo/docs-base-ui/components/dialog/search-default';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@hanzo/docs-base-ui/components/dialog/search-orama';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@hanzo/docs-base-ui/components/sidebar/base';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@hanzo/docs-base-ui/components/sidebar/link-item';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@hanzo/docs-base-ui/components/sidebar/page-tree';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@hanzo/docs-base-ui/components/toc/clerk';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@hanzo/docs-base-ui/components/toc/default';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@hanzo/docs-base-ui/components/toc/index';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@hanzo/docs-base-ui/components/ui/accordion';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@hanzo/docs-base-ui/components/ui/collapsible';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@hanzo/docs-base-ui/components/ui/navigation-menu';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@hanzo/docs-base-ui/components/ui/popover';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@hanzo/docs-base-ui/components/ui/scroll-area';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@hanzo/docs-base-ui/components/ui/tabs';
|
package/dist/ui/css/black.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import '@hanzo/docs-ui/css/colors/black.css';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import '@hanzo/docs-ui/css/colors/catppuccin.css';
|
package/dist/ui/css/dusk.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import '@hanzo/docs-ui/css/colors/dusk.css';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@source '../../dist/layouts/docs/**/*.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@source '../../dist/layouts/home/**/*.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@source '../../dist/layouts/notebook/**/*.js';
|
package/dist/ui/css/neutral.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import '@hanzo/docs-ui/css/colors/neutral.css';
|
package/dist/ui/css/ocean.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import '@hanzo/docs-ui/css/colors/ocean.css';
|
package/dist/ui/css/preset.css
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
@import '@hanzo/docs-ui/css/base.css';
|
|
2
|
-
|
|
3
|
-
/* TODO: remove them on next major */
|
|
4
|
-
@import './layouts/docs.css';
|
|
5
|
-
@import './layouts/home.css';
|
|
6
|
-
@import './layouts/notebook.css';
|
|
7
|
-
|
|
8
|
-
@source '../dist/*.js';
|
|
9
|
-
@source '../dist/{components,contexts,provider,utils}/**/*.js';
|
|
10
|
-
@source '../dist/layouts/shared/**/*.js';
|
package/dist/ui/css/purple.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import '@hanzo/docs-ui/css/colors/purple.css';
|
package/dist/ui/css/shadcn.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import '@hanzo/docs-ui/css/colors/shadcn.css';
|
package/dist/ui/css/solar.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import '@hanzo/docs-ui/css/colors/solar.css';
|
package/dist/ui/css/style.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import '@hanzo/docs-ui/css/colors/vitepress.css';
|
package/dist/ui/image-zoom.css
DELETED
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
[data-rmiz] {
|
|
2
|
-
display: block;
|
|
3
|
-
position: relative;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
[data-rmiz-ghost] {
|
|
7
|
-
pointer-events: none;
|
|
8
|
-
position: absolute;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
[data-rmiz-btn-zoom],
|
|
12
|
-
[data-rmiz-btn-unzoom] {
|
|
13
|
-
display: none;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
[data-rmiz-content='found'] img {
|
|
17
|
-
cursor: zoom-in;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
[data-rmiz-modal][open] {
|
|
21
|
-
width: 100vw /* fallback */;
|
|
22
|
-
width: 100dvw;
|
|
23
|
-
|
|
24
|
-
height: 100vh /* fallback */;
|
|
25
|
-
height: 100dvh;
|
|
26
|
-
|
|
27
|
-
background-color: transparent;
|
|
28
|
-
max-width: none;
|
|
29
|
-
max-height: none;
|
|
30
|
-
margin: 0;
|
|
31
|
-
padding: 0;
|
|
32
|
-
position: fixed;
|
|
33
|
-
overflow: hidden;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
[data-rmiz-modal]:focus-visible {
|
|
37
|
-
outline: none;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
[data-rmiz-modal-overlay] {
|
|
41
|
-
transition: background-color 0.3s;
|
|
42
|
-
position: absolute;
|
|
43
|
-
inset: 0;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
[data-rmiz-modal-overlay='visible'] {
|
|
47
|
-
background-color: var(--color-fd-background);
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
[data-rmiz-modal-overlay='hidden'] {
|
|
51
|
-
background-color: transparent;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
[data-rmiz-modal-content] {
|
|
55
|
-
width: 100%;
|
|
56
|
-
height: 100%;
|
|
57
|
-
position: relative;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
[data-rmiz-modal]::backdrop {
|
|
61
|
-
display: none;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
[data-rmiz-modal-img] {
|
|
65
|
-
cursor: zoom-out;
|
|
66
|
-
image-rendering: high-quality;
|
|
67
|
-
transform-origin: 0 0;
|
|
68
|
-
transition: transform 0.3s;
|
|
69
|
-
position: absolute;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
@media (prefers-reduced-motion: reduce) {
|
|
73
|
-
[data-rmiz-modal-overlay],
|
|
74
|
-
[data-rmiz-modal-img] {
|
|
75
|
-
transition-duration: 0.01ms !important;
|
|
76
|
-
}
|
|
77
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@hanzo/docs-base-ui/layouts/docs/page';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@hanzo/docs-base-ui/layouts/notebook/page';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@hanzo/docs-base-ui/layouts/notebook';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@hanzo/docs-base-ui/provider/next';
|
package/dist/ui/provider/next.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@hanzo/docs-base-ui/provider/react-router';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@hanzo/docs-base-ui/provider/tanstack';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@hanzo/docs-base-ui/provider/waku';
|
package/dist/ui/provider/waku.js
DELETED