@hanzo/docs 16.3.0 → 16.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +199 -0
- package/LICENSE +21 -0
- package/dist/cli/build.d.ts +28 -53
- package/dist/mdx/vite.d.ts +0 -1
- package/dist/mdx/vite.js +0 -4
- package/dist/ui/components/accordion.d.ts +1 -1
- package/dist/ui/components/accordion.js +1 -1
- package/dist/ui/components/banner.d.ts +1 -1
- package/dist/ui/components/banner.js +1 -1
- package/dist/ui/components/callout.d.ts +1 -1
- package/dist/ui/components/callout.js +1 -1
- package/dist/ui/components/card.d.ts +1 -1
- package/dist/ui/components/card.js +1 -1
- package/dist/ui/components/codeblock.d.ts +1 -1
- package/dist/ui/components/codeblock.js +1 -1
- package/dist/ui/components/dialog/search.d.ts +1 -1
- package/dist/ui/components/dialog/search.js +1 -1
- package/dist/ui/components/dynamic-codeblock.d.ts +1 -1
- package/dist/ui/components/dynamic-codeblock.js +1 -1
- package/dist/ui/components/files.d.ts +1 -1
- package/dist/ui/components/files.js +1 -1
- package/dist/ui/components/github-info.d.ts +1 -1
- package/dist/ui/components/github-info.js +1 -1
- package/dist/ui/components/heading.d.ts +1 -1
- package/dist/ui/components/heading.js +1 -1
- package/dist/ui/components/image-zoom.d.ts +1 -1
- package/dist/ui/components/image-zoom.js +1 -1
- package/dist/ui/components/inline-toc.d.ts +1 -1
- package/dist/ui/components/inline-toc.js +1 -1
- package/dist/ui/components/steps.d.ts +1 -1
- package/dist/ui/components/steps.js +1 -1
- package/dist/ui/components/tabs.d.ts +1 -1
- package/dist/ui/components/tabs.js +1 -1
- package/dist/ui/components/type-table.d.ts +1 -1
- package/dist/ui/components/type-table.js +1 -1
- package/dist/ui/components/ui/button.d.ts +1 -1
- package/dist/ui/components/ui/button.js +1 -1
- package/dist/ui/contexts/i18n.d.ts +1 -1
- package/dist/ui/contexts/i18n.js +1 -1
- package/dist/ui/contexts/tree.d.ts +1 -1
- package/dist/ui/contexts/tree.js +1 -1
- package/dist/ui/i18n.d.ts +1 -1
- package/dist/ui/i18n.js +1 -1
- package/dist/ui/index.d.ts +2 -0
- package/dist/ui/index.js +0 -0
- package/dist/ui/layouts/docs.d.ts +1 -1
- package/dist/ui/layouts/docs.js +1 -1
- package/dist/ui/layouts/home/navbar.d.ts +1 -1
- package/dist/ui/layouts/home/navbar.js +1 -1
- package/dist/ui/layouts/home.d.ts +1 -1
- package/dist/ui/layouts/home.js +1 -1
- package/dist/ui/layouts/shared.d.ts +1 -1
- package/dist/ui/layouts/shared.js +1 -1
- package/dist/ui/mdx.d.ts +2 -2
- package/dist/ui/mdx.js +2 -2
- package/dist/ui/og.d.ts +1 -1
- package/dist/ui/og.js +1 -1
- package/dist/ui/page.d.ts +1 -1
- package/dist/ui/page.js +1 -1
- package/dist/ui/provider/base.d.ts +1 -1
- package/dist/ui/provider/base.js +1 -1
- package/dist/ui/utils/use-copy-button.d.ts +1 -1
- package/dist/ui/utils/use-copy-button.js +1 -1
- package/package.json +411 -109
- package/scripts/copy-css.js +8 -28
- package/src/mdx/vite.ts +0 -1
- package/src/ui/components/accordion.ts +1 -1
- package/src/ui/components/banner.ts +1 -1
- package/src/ui/components/callout.ts +1 -1
- package/src/ui/components/card.ts +1 -1
- package/src/ui/components/codeblock.ts +1 -1
- package/src/ui/components/dialog/search.ts +1 -1
- package/src/ui/components/dynamic-codeblock.ts +1 -1
- package/src/ui/components/files.ts +1 -1
- package/src/ui/components/github-info.ts +1 -1
- package/src/ui/components/heading.ts +1 -1
- package/src/ui/components/image-zoom.ts +1 -1
- package/src/ui/components/inline-toc.ts +1 -1
- package/src/ui/components/steps.ts +1 -1
- package/src/ui/components/tabs.ts +1 -1
- package/src/ui/components/type-table.ts +1 -1
- package/src/ui/components/ui/button.ts +1 -1
- package/src/ui/contexts/i18n.ts +1 -1
- package/src/ui/contexts/tree.ts +1 -1
- package/src/ui/i18n.ts +1 -1
- package/src/ui/index.ts +2 -0
- package/src/ui/layouts/docs.ts +1 -1
- package/src/ui/layouts/home/navbar.ts +1 -1
- package/src/ui/layouts/home.ts +1 -1
- package/src/ui/layouts/shared.ts +1 -1
- package/src/ui/mdx.ts +2 -2
- package/src/ui/og.ts +1 -1
- package/src/ui/page.ts +1 -1
- package/src/ui/provider/base.ts +1 -1
- package/src/ui/utils/use-copy-button.ts +1 -1
- 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/openapi/css/preset.css +0 -1
- package/dist/twoslash/twoslash.css +0 -225
- 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/dist/ui/og.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// src/ui/og.ts
|
|
2
|
-
export * from "@hanzo/docs-
|
|
2
|
+
export * from "@hanzo/docs-radix-ui/og";
|
package/dist/ui/page.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from '@hanzo/docs-
|
|
1
|
+
export * from '@hanzo/docs-radix-ui/page';
|
package/dist/ui/page.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// src/ui/page.ts
|
|
2
|
-
export * from "@hanzo/docs-
|
|
2
|
+
export * from "@hanzo/docs-radix-ui/page";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from '@hanzo/docs-
|
|
1
|
+
export * from '@hanzo/docs-radix-ui/provider/base';
|
package/dist/ui/provider/base.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// src/ui/provider/base.ts
|
|
2
|
-
export * from "@hanzo/docs-
|
|
2
|
+
export * from "@hanzo/docs-radix-ui/provider/base";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from '@hanzo/docs-
|
|
1
|
+
export * from '@hanzo/docs-radix-ui/utils/use-copy-button';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// src/ui/utils/use-copy-button.ts
|
|
2
|
-
export * from "@hanzo/docs-
|
|
2
|
+
export * from "@hanzo/docs-radix-ui/utils/use-copy-button";
|
package/package.json
CHANGED
|
@@ -1,147 +1,449 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hanzo/docs",
|
|
3
|
-
"version": "16.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "16.4.0",
|
|
4
|
+
"description": "Core documentation framework for Hanzo - source, search, i18n, and integrations",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Hanzo",
|
|
7
7
|
"Docs",
|
|
8
8
|
"Documentation",
|
|
9
|
-
"React",
|
|
10
9
|
"Next.js",
|
|
11
|
-
"
|
|
10
|
+
"Source",
|
|
11
|
+
"Search",
|
|
12
|
+
"i18n"
|
|
12
13
|
],
|
|
13
|
-
"homepage": "https://hanzo.ai
|
|
14
|
+
"homepage": "https://docs.hanzo.ai",
|
|
14
15
|
"repository": "github:hanzoai/docs",
|
|
15
16
|
"license": "MIT",
|
|
16
17
|
"type": "module",
|
|
17
18
|
"exports": {
|
|
18
|
-
"./core/
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
"./core/
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
"./core/search":
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
"./core/
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
"./core/i18n":
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
"./core/
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
"./
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
"./
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
"./
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
"./
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
"./
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
"./
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
"./mdx/*":
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
"./
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
"./
|
|
19
|
+
"./core/source": {
|
|
20
|
+
"types": "./dist/core/source/index.d.ts",
|
|
21
|
+
"import": "./dist/core/source/index.js"
|
|
22
|
+
},
|
|
23
|
+
"./core/source/*": {
|
|
24
|
+
"types": "./dist/core/source/*.d.ts",
|
|
25
|
+
"import": "./dist/core/source/*.js"
|
|
26
|
+
},
|
|
27
|
+
"./core/search": {
|
|
28
|
+
"types": "./dist/core/search/index.d.ts",
|
|
29
|
+
"import": "./dist/core/search/index.js"
|
|
30
|
+
},
|
|
31
|
+
"./core/search/*": {
|
|
32
|
+
"types": "./dist/core/search/*.d.ts",
|
|
33
|
+
"import": "./dist/core/search/*.js"
|
|
34
|
+
},
|
|
35
|
+
"./core/i18n": {
|
|
36
|
+
"types": "./dist/core/i18n/index.d.ts",
|
|
37
|
+
"import": "./dist/core/i18n/index.js"
|
|
38
|
+
},
|
|
39
|
+
"./core/i18n/*": {
|
|
40
|
+
"types": "./dist/core/i18n/*.d.ts",
|
|
41
|
+
"import": "./dist/core/i18n/*.js"
|
|
42
|
+
},
|
|
43
|
+
"./core/page-tree": {
|
|
44
|
+
"types": "./dist/core/page-tree.d.ts",
|
|
45
|
+
"import": "./dist/core/page-tree.js"
|
|
46
|
+
},
|
|
47
|
+
"./core/breadcrumb": {
|
|
48
|
+
"types": "./dist/core/breadcrumb.d.ts",
|
|
49
|
+
"import": "./dist/core/breadcrumb.js"
|
|
50
|
+
},
|
|
51
|
+
"./core/toc": {
|
|
52
|
+
"types": "./dist/core/toc.d.ts",
|
|
53
|
+
"import": "./dist/core/toc.js"
|
|
54
|
+
},
|
|
55
|
+
"./core/link": {
|
|
56
|
+
"types": "./dist/core/link.d.ts",
|
|
57
|
+
"import": "./dist/core/link.js"
|
|
58
|
+
},
|
|
59
|
+
"./core/dynamic-link": {
|
|
60
|
+
"types": "./dist/core/dynamic-link.d.ts",
|
|
61
|
+
"import": "./dist/core/dynamic-link.js"
|
|
62
|
+
},
|
|
63
|
+
"./core/negotiation": {
|
|
64
|
+
"types": "./dist/core/negotiation.d.ts",
|
|
65
|
+
"import": "./dist/core/negotiation.js"
|
|
66
|
+
},
|
|
67
|
+
"./core/content": {
|
|
68
|
+
"types": "./dist/core/content/index.d.ts",
|
|
69
|
+
"import": "./dist/core/content/index.js"
|
|
70
|
+
},
|
|
71
|
+
"./core/content/*": {
|
|
72
|
+
"types": "./dist/core/content/*.d.ts",
|
|
73
|
+
"import": "./dist/core/content/*.js"
|
|
74
|
+
},
|
|
75
|
+
"./core/mdx-plugins": {
|
|
76
|
+
"types": "./dist/core/mdx-plugins/index.d.ts",
|
|
77
|
+
"import": "./dist/core/mdx-plugins/index.js"
|
|
78
|
+
},
|
|
79
|
+
"./core/mdx-plugins/*": {
|
|
80
|
+
"types": "./dist/core/mdx-plugins/*.d.ts",
|
|
81
|
+
"import": "./dist/core/mdx-plugins/*.js"
|
|
82
|
+
},
|
|
83
|
+
"./core/highlight": {
|
|
84
|
+
"types": "./dist/core/highlight/index.d.ts",
|
|
85
|
+
"import": "./dist/core/highlight/index.js"
|
|
86
|
+
},
|
|
87
|
+
"./core/highlight/*": {
|
|
88
|
+
"types": "./dist/core/highlight/*.d.ts",
|
|
89
|
+
"import": "./dist/core/highlight/*.js"
|
|
90
|
+
},
|
|
91
|
+
"./core/framework": {
|
|
92
|
+
"types": "./dist/core/framework/index.d.ts",
|
|
93
|
+
"import": "./dist/core/framework/index.js"
|
|
94
|
+
},
|
|
95
|
+
"./core/framework/*": {
|
|
96
|
+
"types": "./dist/core/framework/*.d.ts",
|
|
97
|
+
"import": "./dist/core/framework/*.js"
|
|
98
|
+
},
|
|
99
|
+
"./source": {
|
|
100
|
+
"types": "./dist/core/source/index.d.ts",
|
|
101
|
+
"import": "./dist/core/source/index.js"
|
|
102
|
+
},
|
|
103
|
+
"./source/client": {
|
|
104
|
+
"types": "./dist/core/source/client.d.ts",
|
|
105
|
+
"import": "./dist/core/source/client.js"
|
|
106
|
+
},
|
|
107
|
+
"./source/schema": {
|
|
108
|
+
"types": "./dist/core/source/schema.d.ts",
|
|
109
|
+
"import": "./dist/core/source/schema.js"
|
|
110
|
+
},
|
|
111
|
+
"./source/*": {
|
|
112
|
+
"types": "./dist/core/source/*.d.ts",
|
|
113
|
+
"import": "./dist/core/source/*.js"
|
|
114
|
+
},
|
|
115
|
+
"./search": {
|
|
116
|
+
"types": "./dist/core/search/index.d.ts",
|
|
117
|
+
"import": "./dist/core/search/index.js"
|
|
118
|
+
},
|
|
119
|
+
"./search/*": {
|
|
120
|
+
"types": "./dist/core/search/*.d.ts",
|
|
121
|
+
"import": "./dist/core/search/*.js"
|
|
122
|
+
},
|
|
123
|
+
"./i18n": {
|
|
124
|
+
"types": "./dist/core/i18n/index.d.ts",
|
|
125
|
+
"import": "./dist/core/i18n/index.js"
|
|
126
|
+
},
|
|
127
|
+
"./i18n/middleware": {
|
|
128
|
+
"types": "./dist/core/i18n/middleware.d.ts",
|
|
129
|
+
"import": "./dist/core/i18n/middleware.js"
|
|
130
|
+
},
|
|
131
|
+
"./page-tree": {
|
|
132
|
+
"types": "./dist/core/page-tree.d.ts",
|
|
133
|
+
"import": "./dist/core/page-tree.js"
|
|
134
|
+
},
|
|
135
|
+
"./breadcrumb": {
|
|
136
|
+
"types": "./dist/core/breadcrumb.d.ts",
|
|
137
|
+
"import": "./dist/core/breadcrumb.js"
|
|
138
|
+
},
|
|
139
|
+
"./toc": {
|
|
140
|
+
"types": "./dist/core/toc.d.ts",
|
|
141
|
+
"import": "./dist/core/toc.js"
|
|
142
|
+
},
|
|
143
|
+
"./link": {
|
|
144
|
+
"types": "./dist/core/link.d.ts",
|
|
145
|
+
"import": "./dist/core/link.js"
|
|
146
|
+
},
|
|
147
|
+
"./dynamic-link": {
|
|
148
|
+
"types": "./dist/core/dynamic-link.d.ts",
|
|
149
|
+
"import": "./dist/core/dynamic-link.js"
|
|
150
|
+
},
|
|
151
|
+
"./negotiation": {
|
|
152
|
+
"types": "./dist/core/negotiation.d.ts",
|
|
153
|
+
"import": "./dist/core/negotiation.js"
|
|
154
|
+
},
|
|
155
|
+
"./content": {
|
|
156
|
+
"types": "./dist/core/content/index.d.ts",
|
|
157
|
+
"import": "./dist/core/content/index.js"
|
|
158
|
+
},
|
|
159
|
+
"./content/*": {
|
|
160
|
+
"types": "./dist/core/content/*.d.ts",
|
|
161
|
+
"import": "./dist/core/content/*.js"
|
|
162
|
+
},
|
|
163
|
+
"./mdx-plugins": {
|
|
164
|
+
"types": "./dist/core/mdx-plugins/index.d.ts",
|
|
165
|
+
"import": "./dist/core/mdx-plugins/index.js"
|
|
166
|
+
},
|
|
167
|
+
"./mdx-plugins/*": {
|
|
168
|
+
"types": "./dist/core/mdx-plugins/*.d.ts",
|
|
169
|
+
"import": "./dist/core/mdx-plugins/*.js"
|
|
170
|
+
},
|
|
171
|
+
"./highlight": {
|
|
172
|
+
"types": "./dist/core/highlight/index.d.ts",
|
|
173
|
+
"import": "./dist/core/highlight/index.js"
|
|
174
|
+
},
|
|
175
|
+
"./highlight/client": {
|
|
176
|
+
"types": "./dist/core/highlight/client.d.ts",
|
|
177
|
+
"import": "./dist/core/highlight/client.js"
|
|
178
|
+
},
|
|
179
|
+
"./framework": {
|
|
180
|
+
"types": "./dist/core/framework/index.d.ts",
|
|
181
|
+
"import": "./dist/core/framework/index.js"
|
|
182
|
+
},
|
|
183
|
+
"./framework/*": {
|
|
184
|
+
"types": "./dist/core/framework/*.d.ts",
|
|
185
|
+
"import": "./dist/core/framework/*.js"
|
|
186
|
+
},
|
|
187
|
+
"./openapi": {
|
|
188
|
+
"types": "./dist/openapi/index.d.ts",
|
|
189
|
+
"import": "./dist/openapi/index.js"
|
|
190
|
+
},
|
|
191
|
+
"./openapi/*": {
|
|
192
|
+
"types": "./dist/openapi/*.d.ts",
|
|
193
|
+
"import": "./dist/openapi/*.js"
|
|
194
|
+
},
|
|
87
195
|
"./openapi/css/*": {
|
|
88
196
|
"style": "./dist/openapi/css/*",
|
|
89
197
|
"default": "./dist/openapi/css/*"
|
|
90
198
|
},
|
|
91
|
-
"./typescript":
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
199
|
+
"./typescript": {
|
|
200
|
+
"types": "./dist/typescript/index.d.ts",
|
|
201
|
+
"import": "./dist/typescript/index.js"
|
|
202
|
+
},
|
|
203
|
+
"./typescript/*": {
|
|
204
|
+
"types": "./dist/typescript/*.d.ts",
|
|
205
|
+
"import": "./dist/typescript/*.js"
|
|
206
|
+
},
|
|
207
|
+
"./twoslash": {
|
|
208
|
+
"types": "./dist/twoslash/index.d.ts",
|
|
209
|
+
"import": "./dist/twoslash/index.js"
|
|
210
|
+
},
|
|
211
|
+
"./twoslash/*": {
|
|
212
|
+
"types": "./dist/twoslash/*.d.ts",
|
|
213
|
+
"import": "./dist/twoslash/*.js"
|
|
214
|
+
},
|
|
95
215
|
"./twoslash/twoslash.css": {
|
|
96
216
|
"style": "./dist/twoslash/twoslash.css",
|
|
97
217
|
"default": "./dist/twoslash/twoslash.css"
|
|
98
218
|
},
|
|
99
|
-
"./docgen":
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
"./
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
"./
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
"
|
|
112
|
-
|
|
219
|
+
"./docgen": {
|
|
220
|
+
"types": "./dist/docgen/index.d.ts",
|
|
221
|
+
"import": "./dist/docgen/index.js"
|
|
222
|
+
},
|
|
223
|
+
"./docgen/*": {
|
|
224
|
+
"types": "./dist/docgen/*.d.ts",
|
|
225
|
+
"import": "./dist/docgen/*.js"
|
|
226
|
+
},
|
|
227
|
+
"./python": {
|
|
228
|
+
"types": "./dist/python/index.d.ts",
|
|
229
|
+
"import": "./dist/python/index.js"
|
|
230
|
+
},
|
|
231
|
+
"./python/*": {
|
|
232
|
+
"types": "./dist/python/*.d.ts",
|
|
233
|
+
"import": "./dist/python/*.js"
|
|
234
|
+
},
|
|
235
|
+
"./obsidian": {
|
|
236
|
+
"types": "./dist/obsidian/index.d.ts",
|
|
237
|
+
"import": "./dist/obsidian/index.js"
|
|
238
|
+
},
|
|
239
|
+
"./obsidian/*": {
|
|
240
|
+
"types": "./dist/obsidian/*.d.ts",
|
|
241
|
+
"import": "./dist/obsidian/*.js"
|
|
242
|
+
},
|
|
243
|
+
"./content-collections": {
|
|
244
|
+
"types": "./dist/content-collections/index.d.ts",
|
|
245
|
+
"import": "./dist/content-collections/index.js"
|
|
246
|
+
},
|
|
247
|
+
"./content-collections/*": {
|
|
248
|
+
"types": "./dist/content-collections/*.d.ts",
|
|
249
|
+
"import": "./dist/content-collections/*.js"
|
|
250
|
+
},
|
|
251
|
+
"./press": {
|
|
252
|
+
"types": "./dist/press/index.d.ts",
|
|
253
|
+
"import": "./dist/press/index.js"
|
|
254
|
+
},
|
|
255
|
+
"./press/*": {
|
|
256
|
+
"types": "./dist/press/*.d.ts",
|
|
257
|
+
"import": "./dist/press/*.js"
|
|
258
|
+
},
|
|
259
|
+
"./mdx-remote": {
|
|
260
|
+
"types": "./dist/mdx-remote/index.d.ts",
|
|
261
|
+
"import": "./dist/mdx-remote/index.js"
|
|
262
|
+
},
|
|
263
|
+
"./mdx-remote/*": {
|
|
264
|
+
"types": "./dist/mdx-remote/*.d.ts",
|
|
265
|
+
"import": "./dist/mdx-remote/*.js"
|
|
266
|
+
},
|
|
267
|
+
"./cli/build": {
|
|
268
|
+
"types": "./dist/cli/build.d.ts",
|
|
269
|
+
"import": "./dist/cli/build.js"
|
|
270
|
+
},
|
|
271
|
+
"./mdx": {
|
|
272
|
+
"types": "./dist/mdx/index.d.ts",
|
|
273
|
+
"import": "./dist/mdx/index.js",
|
|
274
|
+
"default": "./dist/mdx/index.js"
|
|
275
|
+
},
|
|
276
|
+
"./mdx/next": {
|
|
277
|
+
"types": "./dist/mdx/next.d.ts",
|
|
278
|
+
"import": "./dist/mdx/next.js",
|
|
279
|
+
"default": "./dist/mdx/next.js"
|
|
280
|
+
},
|
|
281
|
+
"./mdx/config": {
|
|
282
|
+
"types": "./dist/mdx/config.d.ts",
|
|
283
|
+
"import": "./dist/mdx/config.js",
|
|
284
|
+
"default": "./dist/mdx/config.js"
|
|
285
|
+
},
|
|
286
|
+
"./mdx/vite": {
|
|
287
|
+
"types": "./dist/mdx/vite.d.ts",
|
|
288
|
+
"import": "./dist/mdx/vite.js",
|
|
289
|
+
"default": "./dist/mdx/vite.js"
|
|
290
|
+
},
|
|
291
|
+
"./mdx/bun": {
|
|
292
|
+
"types": "./dist/mdx/bun.d.ts",
|
|
293
|
+
"import": "./dist/mdx/bun.js",
|
|
294
|
+
"default": "./dist/mdx/bun.js"
|
|
295
|
+
},
|
|
296
|
+
"./mdx/runtime/server": {
|
|
297
|
+
"types": "./dist/mdx/runtime/server.d.ts",
|
|
298
|
+
"import": "./dist/mdx/runtime/server.js",
|
|
299
|
+
"default": "./dist/mdx/runtime/server.js"
|
|
300
|
+
},
|
|
301
|
+
"./mdx/runtime/browser": {
|
|
302
|
+
"types": "./dist/mdx/runtime/browser.d.ts",
|
|
303
|
+
"import": "./dist/mdx/runtime/browser.js",
|
|
304
|
+
"default": "./dist/mdx/runtime/browser.js"
|
|
305
|
+
},
|
|
306
|
+
"./mdx/runtime/dynamic": {
|
|
307
|
+
"types": "./dist/mdx/runtime/dynamic.d.ts",
|
|
308
|
+
"import": "./dist/mdx/runtime/dynamic.js",
|
|
309
|
+
"default": "./dist/mdx/runtime/dynamic.js"
|
|
310
|
+
},
|
|
311
|
+
"./mdx/runtime/types": {
|
|
312
|
+
"types": "./dist/mdx/runtime/types.d.ts",
|
|
313
|
+
"import": "./dist/mdx/runtime/types.js",
|
|
314
|
+
"default": "./dist/mdx/runtime/types.js"
|
|
315
|
+
},
|
|
316
|
+
"./ui": {
|
|
317
|
+
"types": "./dist/ui/index.d.ts",
|
|
318
|
+
"import": "./dist/ui/index.js"
|
|
319
|
+
},
|
|
320
|
+
"./ui/mdx": {
|
|
321
|
+
"types": "./dist/ui/mdx.d.ts",
|
|
322
|
+
"import": "./dist/ui/mdx.js"
|
|
323
|
+
},
|
|
324
|
+
"./ui/og": {
|
|
325
|
+
"types": "./dist/ui/og.d.ts",
|
|
326
|
+
"import": "./dist/ui/og.js"
|
|
327
|
+
},
|
|
328
|
+
"./ui/page": {
|
|
329
|
+
"types": "./dist/ui/page.d.ts",
|
|
330
|
+
"import": "./dist/ui/page.js"
|
|
331
|
+
},
|
|
332
|
+
"./ui/i18n": {
|
|
333
|
+
"types": "./dist/ui/i18n.d.ts",
|
|
334
|
+
"import": "./dist/ui/i18n.js"
|
|
335
|
+
},
|
|
336
|
+
"./ui/components/banner": {
|
|
337
|
+
"types": "./dist/ui/components/banner.d.ts",
|
|
338
|
+
"import": "./dist/ui/components/banner.js"
|
|
339
|
+
},
|
|
340
|
+
"./ui/components/inline-toc": {
|
|
341
|
+
"types": "./dist/ui/components/inline-toc.d.ts",
|
|
342
|
+
"import": "./dist/ui/components/inline-toc.js"
|
|
343
|
+
},
|
|
344
|
+
"./ui/components/files": {
|
|
345
|
+
"types": "./dist/ui/components/files.d.ts",
|
|
346
|
+
"import": "./dist/ui/components/files.js"
|
|
347
|
+
},
|
|
348
|
+
"./ui/components/image-zoom": {
|
|
349
|
+
"types": "./dist/ui/components/image-zoom.d.ts",
|
|
350
|
+
"import": "./dist/ui/components/image-zoom.js"
|
|
351
|
+
},
|
|
352
|
+
"./ui/components/*": {
|
|
353
|
+
"types": "./dist/ui/components/*.d.ts",
|
|
354
|
+
"import": "./dist/ui/components/*.js"
|
|
355
|
+
},
|
|
356
|
+
"./ui/layouts/*": {
|
|
357
|
+
"types": "./dist/ui/layouts/*.d.ts",
|
|
358
|
+
"import": "./dist/ui/layouts/*.js"
|
|
359
|
+
},
|
|
360
|
+
"./ui/contexts/*": {
|
|
361
|
+
"types": "./dist/ui/contexts/*.d.ts",
|
|
362
|
+
"import": "./dist/ui/contexts/*.js"
|
|
363
|
+
},
|
|
364
|
+
"./ui/provider/*": {
|
|
365
|
+
"types": "./dist/ui/provider/*.d.ts",
|
|
366
|
+
"import": "./dist/ui/provider/*.js"
|
|
367
|
+
},
|
|
368
|
+
"./ui/utils/*": {
|
|
369
|
+
"types": "./dist/ui/utils/*.d.ts",
|
|
370
|
+
"import": "./dist/ui/utils/*.js"
|
|
371
|
+
}
|
|
113
372
|
},
|
|
114
373
|
"dependencies": {
|
|
115
|
-
"@hanzo/docs-
|
|
116
|
-
"@hanzo/docs-
|
|
117
|
-
"@hanzo/docs-
|
|
118
|
-
"@hanzo/docs-
|
|
119
|
-
"@hanzo/docs-
|
|
120
|
-
"@hanzo/docs-
|
|
121
|
-
"@hanzo/docs-
|
|
122
|
-
"@hanzo/docs-
|
|
123
|
-
"@hanzo/docs-
|
|
124
|
-
"@hanzo/
|
|
125
|
-
"@hanzo/docs-typescript": "
|
|
126
|
-
"@hanzo/docs-
|
|
127
|
-
"@hanzo/docs-
|
|
128
|
-
"@hanzo/
|
|
374
|
+
"@hanzo/docs-core": "16.5.0",
|
|
375
|
+
"@hanzo/docs-mdx": "14.2.6",
|
|
376
|
+
"@hanzo/docs-ui": "16.4.8",
|
|
377
|
+
"@hanzo/docs-radix-ui": "16.4.8",
|
|
378
|
+
"@hanzo/docs-openapi": "10.2.6",
|
|
379
|
+
"@hanzo/docs-twoslash": "3.1.12",
|
|
380
|
+
"@hanzo/docs-obsidian": "0.0.9",
|
|
381
|
+
"@hanzo/docs-cli": "1.2.2",
|
|
382
|
+
"@hanzo/docs-mdx-remote": "1.4.4",
|
|
383
|
+
"@hanzo/mdx-runtime": "1.6.0",
|
|
384
|
+
"@hanzo/docs-typescript": "5.1.0",
|
|
385
|
+
"@hanzo/docs-docgen": "3.1.0",
|
|
386
|
+
"@hanzo/docs-python": "0.0.7",
|
|
387
|
+
"@hanzo/docs-content-collections": "1.2.5",
|
|
388
|
+
"@hanzo/docs-press": "0.0.11"
|
|
129
389
|
},
|
|
130
390
|
"devDependencies": {
|
|
391
|
+
"@types/node": "^25.0.10",
|
|
131
392
|
"tsup": "^8.5.1",
|
|
132
393
|
"typescript": "^5.9.3"
|
|
133
394
|
},
|
|
134
395
|
"peerDependencies": {
|
|
135
|
-
"
|
|
396
|
+
"@hanzo/mdx": "^14.0.0",
|
|
397
|
+
"@hanzo/ui": "^5.0.0",
|
|
398
|
+
"@orama/core": "1.x.x",
|
|
399
|
+
"@oramacloud/client": "2.x.x",
|
|
400
|
+
"@tanstack/react-router": "1.x.x",
|
|
401
|
+
"algoliasearch": "5.x.x",
|
|
402
|
+
"lucide-react": "*",
|
|
403
|
+
"next": ">=15.0.0",
|
|
136
404
|
"react": "^18.0.0 || ^19.0.0",
|
|
137
|
-
"react-dom": "^18.0.0 || ^19.0.0"
|
|
405
|
+
"react-dom": "^18.0.0 || ^19.0.0",
|
|
406
|
+
"react-router": "7.x.x",
|
|
407
|
+
"waku": "^0.26.0 || ^0.27.0",
|
|
408
|
+
"zod": ">=3.0.0"
|
|
138
409
|
},
|
|
139
410
|
"peerDependenciesMeta": {
|
|
411
|
+
"@hanzo/mdx": {
|
|
412
|
+
"optional": true
|
|
413
|
+
},
|
|
414
|
+
"@hanzo/ui": {
|
|
415
|
+
"optional": true
|
|
416
|
+
},
|
|
417
|
+
"@orama/core": {
|
|
418
|
+
"optional": true
|
|
419
|
+
},
|
|
420
|
+
"@oramacloud/client": {
|
|
421
|
+
"optional": true
|
|
422
|
+
},
|
|
423
|
+
"@tanstack/react-router": {
|
|
424
|
+
"optional": true
|
|
425
|
+
},
|
|
426
|
+
"algoliasearch": {
|
|
427
|
+
"optional": true
|
|
428
|
+
},
|
|
429
|
+
"lucide-react": {
|
|
430
|
+
"optional": true
|
|
431
|
+
},
|
|
140
432
|
"next": {
|
|
141
433
|
"optional": true
|
|
434
|
+
},
|
|
435
|
+
"react-router": {
|
|
436
|
+
"optional": true
|
|
437
|
+
},
|
|
438
|
+
"waku": {
|
|
439
|
+
"optional": true
|
|
142
440
|
}
|
|
143
441
|
},
|
|
144
442
|
"publishConfig": {
|
|
145
443
|
"access": "public"
|
|
444
|
+
},
|
|
445
|
+
"scripts": {
|
|
446
|
+
"build": "tsup && node scripts/copy-css.js",
|
|
447
|
+
"dev": "tsup --watch"
|
|
146
448
|
}
|
|
147
|
-
}
|
|
449
|
+
}
|