@hanzo/docs 16.4.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.
Files changed (248) hide show
  1. package/.turbo/turbo-build.log +51 -143
  2. package/CHANGELOG.md +21 -0
  3. package/dist/cli/build.d.ts +1 -90
  4. package/dist/cli/build.d.ts.map +1 -0
  5. package/dist/content-collections/index.d.ts +1 -0
  6. package/dist/content-collections/index.d.ts.map +1 -0
  7. package/dist/core/breadcrumb.d.ts +1 -0
  8. package/dist/core/breadcrumb.d.ts.map +1 -0
  9. package/dist/core/content/github.d.ts +1 -0
  10. package/dist/core/content/github.d.ts.map +1 -0
  11. package/dist/core/content/index.d.ts +1 -0
  12. package/dist/core/content/index.d.ts.map +1 -0
  13. package/dist/core/content/toc.d.ts +1 -0
  14. package/dist/core/content/toc.d.ts.map +1 -0
  15. package/dist/core/dynamic-link.d.ts +1 -0
  16. package/dist/core/dynamic-link.d.ts.map +1 -0
  17. package/dist/core/framework/index.d.ts +1 -0
  18. package/dist/core/framework/index.d.ts.map +1 -0
  19. package/dist/core/framework/next.d.ts +1 -0
  20. package/dist/core/framework/next.d.ts.map +1 -0
  21. package/dist/core/framework/react-router.d.ts +1 -0
  22. package/dist/core/framework/react-router.d.ts.map +1 -0
  23. package/dist/core/framework/tanstack.d.ts +1 -0
  24. package/dist/core/framework/tanstack.d.ts.map +1 -0
  25. package/dist/core/framework/waku.d.ts +1 -0
  26. package/dist/core/framework/waku.d.ts.map +1 -0
  27. package/dist/core/highlight/client.d.ts +1 -0
  28. package/dist/core/highlight/client.d.ts.map +1 -0
  29. package/dist/core/highlight/index.d.ts +1 -0
  30. package/dist/core/highlight/index.d.ts.map +1 -0
  31. package/dist/core/i18n/index.d.ts +1 -0
  32. package/dist/core/i18n/index.d.ts.map +1 -0
  33. package/dist/core/i18n/middleware.d.ts +1 -0
  34. package/dist/core/i18n/middleware.d.ts.map +1 -0
  35. package/dist/core/link.d.ts +1 -0
  36. package/dist/core/link.d.ts.map +1 -0
  37. package/dist/core/mdx-plugins/codeblock-utils.d.ts +1 -0
  38. package/dist/core/mdx-plugins/codeblock-utils.d.ts.map +1 -0
  39. package/dist/core/mdx-plugins/index.d.ts +1 -0
  40. package/dist/core/mdx-plugins/index.d.ts.map +1 -0
  41. package/dist/core/mdx-plugins/rehype-code.d.ts +1 -0
  42. package/dist/core/mdx-plugins/rehype-code.d.ts.map +1 -0
  43. package/dist/core/mdx-plugins/remark-gfm.d.ts +1 -0
  44. package/dist/core/mdx-plugins/remark-gfm.d.ts.map +1 -0
  45. package/dist/core/mdx-plugins/remark-steps.d.ts +1 -0
  46. package/dist/core/mdx-plugins/remark-steps.d.ts.map +1 -0
  47. package/dist/core/mdx-plugins/remark-structure.d.ts +1 -0
  48. package/dist/core/mdx-plugins/remark-structure.d.ts.map +1 -0
  49. package/dist/core/negotiation.d.ts +1 -0
  50. package/dist/core/negotiation.d.ts.map +1 -0
  51. package/dist/core/page-tree.d.ts +1 -0
  52. package/dist/core/page-tree.d.ts.map +1 -0
  53. package/dist/core/search/algolia.d.ts +1 -0
  54. package/dist/core/search/algolia.d.ts.map +1 -0
  55. package/dist/core/search/client.d.ts +1 -0
  56. package/dist/core/search/client.d.ts.map +1 -0
  57. package/dist/core/search/index.d.ts +1 -0
  58. package/dist/core/search/index.d.ts.map +1 -0
  59. package/dist/core/search/orama-cloud.d.ts +1 -0
  60. package/dist/core/search/orama-cloud.d.ts.map +1 -0
  61. package/dist/core/search/server.d.ts +1 -0
  62. package/dist/core/search/server.d.ts.map +1 -0
  63. package/dist/core/source/client.d.ts +1 -0
  64. package/dist/core/source/client.d.ts.map +1 -0
  65. package/dist/core/source/index.d.ts +1 -0
  66. package/dist/core/source/index.d.ts.map +1 -0
  67. package/dist/core/source/lucide-icons.d.ts +1 -0
  68. package/dist/core/source/lucide-icons.d.ts.map +1 -0
  69. package/dist/core/source/schema.d.ts +1 -0
  70. package/dist/core/source/schema.d.ts.map +1 -0
  71. package/dist/core/toc.d.ts +1 -0
  72. package/dist/core/toc.d.ts.map +1 -0
  73. package/dist/docgen/index.d.ts +1 -0
  74. package/dist/docgen/index.d.ts.map +1 -0
  75. package/dist/docgen/remark-ts2js.d.ts +1 -0
  76. package/dist/docgen/remark-ts2js.d.ts.map +1 -0
  77. package/dist/mdx/bun.d.ts +1 -0
  78. package/dist/mdx/bun.d.ts.map +1 -0
  79. package/dist/mdx/config.d.ts +1 -0
  80. package/dist/mdx/config.d.ts.map +1 -0
  81. package/dist/mdx/index.d.ts +1 -0
  82. package/dist/mdx/index.d.ts.map +1 -0
  83. package/dist/mdx/next.d.ts +1 -0
  84. package/dist/mdx/next.d.ts.map +1 -0
  85. package/dist/mdx/runtime/browser.d.ts +1 -0
  86. package/dist/mdx/runtime/browser.d.ts.map +1 -0
  87. package/dist/mdx/runtime/dynamic.d.ts +1 -0
  88. package/dist/mdx/runtime/dynamic.d.ts.map +1 -0
  89. package/dist/mdx/runtime/server.d.ts +1 -0
  90. package/dist/mdx/runtime/server.d.ts.map +1 -0
  91. package/dist/mdx/runtime/types.d.ts +1 -0
  92. package/dist/mdx/runtime/types.d.ts.map +1 -0
  93. package/dist/mdx/vite.d.ts +1 -0
  94. package/dist/mdx/vite.d.ts.map +1 -0
  95. package/dist/mdx-remote/client.d.ts +1 -0
  96. package/dist/mdx-remote/client.d.ts.map +1 -0
  97. package/dist/mdx-remote/index.d.ts +1 -0
  98. package/dist/mdx-remote/index.d.ts.map +1 -0
  99. package/dist/obsidian/index.d.ts +1 -0
  100. package/dist/obsidian/index.d.ts.map +1 -0
  101. package/dist/obsidian/mdx.d.ts +1 -0
  102. package/dist/obsidian/mdx.d.ts.map +1 -0
  103. package/dist/obsidian/ui.d.ts +1 -0
  104. package/dist/obsidian/ui.d.ts.map +1 -0
  105. package/dist/openapi/css/generated/shared.css +926 -0
  106. package/dist/openapi/css/preset.css +1 -0
  107. package/dist/openapi/index.d.ts +1 -0
  108. package/dist/openapi/index.d.ts.map +1 -0
  109. package/dist/openapi/server.d.ts +1 -0
  110. package/dist/openapi/server.d.ts.map +1 -0
  111. package/dist/openapi/ui.d.ts +1 -0
  112. package/dist/openapi/ui.d.ts.map +1 -0
  113. package/dist/press/index.d.ts +1 -0
  114. package/dist/press/index.d.ts.map +1 -0
  115. package/dist/press/vite.d.ts +1 -0
  116. package/dist/press/vite.d.ts.map +1 -0
  117. package/dist/python/components.d.ts +1 -0
  118. package/dist/python/components.d.ts.map +1 -0
  119. package/dist/python/index.d.ts +1 -0
  120. package/dist/python/index.d.ts.map +1 -0
  121. package/dist/twoslash/cache-fs.d.ts +1 -0
  122. package/dist/twoslash/cache-fs.d.ts.map +1 -0
  123. package/dist/twoslash/index.d.ts +1 -0
  124. package/dist/twoslash/index.d.ts.map +1 -0
  125. package/dist/twoslash/twoslash.css +225 -0
  126. package/dist/twoslash/ui.d.ts +1 -0
  127. package/dist/twoslash/ui.d.ts.map +1 -0
  128. package/dist/typescript/index.d.ts +1 -0
  129. package/dist/typescript/index.d.ts.map +1 -0
  130. package/dist/typescript/ui.d.ts +1 -0
  131. package/dist/typescript/ui.d.ts.map +1 -0
  132. package/dist/ui/components/accordion.d.ts +2 -1
  133. package/dist/ui/components/accordion.d.ts.map +1 -0
  134. package/dist/ui/components/accordion.js +1 -1
  135. package/dist/ui/components/banner.d.ts +2 -1
  136. package/dist/ui/components/banner.d.ts.map +1 -0
  137. package/dist/ui/components/banner.js +1 -1
  138. package/dist/ui/components/callout.d.ts +2 -1
  139. package/dist/ui/components/callout.d.ts.map +1 -0
  140. package/dist/ui/components/callout.js +1 -1
  141. package/dist/ui/components/card.d.ts +2 -1
  142. package/dist/ui/components/card.d.ts.map +1 -0
  143. package/dist/ui/components/card.js +1 -1
  144. package/dist/ui/components/codeblock.d.ts +2 -1
  145. package/dist/ui/components/codeblock.d.ts.map +1 -0
  146. package/dist/ui/components/codeblock.js +1 -1
  147. package/dist/ui/components/dialog/search.d.ts +2 -1
  148. package/dist/ui/components/dialog/search.d.ts.map +1 -0
  149. package/dist/ui/components/dialog/search.js +1 -1
  150. package/dist/ui/components/dynamic-codeblock.d.ts +2 -1
  151. package/dist/ui/components/dynamic-codeblock.d.ts.map +1 -0
  152. package/dist/ui/components/dynamic-codeblock.js +1 -1
  153. package/dist/ui/components/files.d.ts +2 -1
  154. package/dist/ui/components/files.d.ts.map +1 -0
  155. package/dist/ui/components/files.js +1 -1
  156. package/dist/ui/components/github-info.d.ts +2 -1
  157. package/dist/ui/components/github-info.d.ts.map +1 -0
  158. package/dist/ui/components/github-info.js +1 -1
  159. package/dist/ui/components/heading.d.ts +2 -1
  160. package/dist/ui/components/heading.d.ts.map +1 -0
  161. package/dist/ui/components/heading.js +1 -1
  162. package/dist/ui/components/image-zoom.d.ts +2 -1
  163. package/dist/ui/components/image-zoom.d.ts.map +1 -0
  164. package/dist/ui/components/image-zoom.js +1 -1
  165. package/dist/ui/components/inline-toc.d.ts +2 -1
  166. package/dist/ui/components/inline-toc.d.ts.map +1 -0
  167. package/dist/ui/components/inline-toc.js +1 -1
  168. package/dist/ui/components/steps.d.ts +2 -1
  169. package/dist/ui/components/steps.d.ts.map +1 -0
  170. package/dist/ui/components/steps.js +1 -1
  171. package/dist/ui/components/tabs.d.ts +2 -1
  172. package/dist/ui/components/tabs.d.ts.map +1 -0
  173. package/dist/ui/components/tabs.js +1 -1
  174. package/dist/ui/components/type-table.d.ts +2 -1
  175. package/dist/ui/components/type-table.d.ts.map +1 -0
  176. package/dist/ui/components/type-table.js +1 -1
  177. package/dist/ui/components/ui/button.d.ts +2 -1
  178. package/dist/ui/components/ui/button.d.ts.map +1 -0
  179. package/dist/ui/components/ui/button.js +1 -1
  180. package/dist/ui/contexts/i18n.d.ts +2 -1
  181. package/dist/ui/contexts/i18n.d.ts.map +1 -0
  182. package/dist/ui/contexts/i18n.js +1 -1
  183. package/dist/ui/contexts/tree.d.ts +2 -1
  184. package/dist/ui/contexts/tree.d.ts.map +1 -0
  185. package/dist/ui/contexts/tree.js +1 -1
  186. package/dist/ui/i18n.d.ts +2 -1
  187. package/dist/ui/i18n.d.ts.map +1 -0
  188. package/dist/ui/i18n.js +1 -1
  189. package/dist/ui/index.d.ts +2 -2
  190. package/dist/ui/index.d.ts.map +1 -0
  191. package/dist/ui/layouts/docs.d.ts +2 -1
  192. package/dist/ui/layouts/docs.d.ts.map +1 -0
  193. package/dist/ui/layouts/docs.js +1 -1
  194. package/dist/ui/layouts/home/navbar.d.ts +2 -1
  195. package/dist/ui/layouts/home/navbar.d.ts.map +1 -0
  196. package/dist/ui/layouts/home/navbar.js +1 -1
  197. package/dist/ui/layouts/home.d.ts +2 -1
  198. package/dist/ui/layouts/home.d.ts.map +1 -0
  199. package/dist/ui/layouts/home.js +1 -1
  200. package/dist/ui/layouts/shared.d.ts +2 -1
  201. package/dist/ui/layouts/shared.d.ts.map +1 -0
  202. package/dist/ui/layouts/shared.js +1 -1
  203. package/dist/ui/mdx.d.ts +3 -2
  204. package/dist/ui/mdx.d.ts.map +1 -0
  205. package/dist/ui/mdx.js +2 -2
  206. package/dist/ui/og.d.ts +2 -1
  207. package/dist/ui/og.d.ts.map +1 -0
  208. package/dist/ui/og.js +1 -1
  209. package/dist/ui/page.d.ts +2 -1
  210. package/dist/ui/page.d.ts.map +1 -0
  211. package/dist/ui/page.js +1 -1
  212. package/dist/ui/provider/base.d.ts +2 -1
  213. package/dist/ui/provider/base.d.ts.map +1 -0
  214. package/dist/ui/provider/base.js +1 -1
  215. package/dist/ui/utils/use-copy-button.d.ts +2 -1
  216. package/dist/ui/utils/use-copy-button.d.ts.map +1 -0
  217. package/dist/ui/utils/use-copy-button.js +1 -1
  218. package/package.json +17 -18
  219. package/scripts/copy-css.js +4 -4
  220. package/src/ui/components/accordion.ts +1 -1
  221. package/src/ui/components/banner.ts +1 -1
  222. package/src/ui/components/callout.ts +1 -1
  223. package/src/ui/components/card.ts +1 -1
  224. package/src/ui/components/codeblock.ts +1 -1
  225. package/src/ui/components/dialog/search.ts +1 -1
  226. package/src/ui/components/dynamic-codeblock.ts +1 -1
  227. package/src/ui/components/files.ts +1 -1
  228. package/src/ui/components/github-info.ts +1 -1
  229. package/src/ui/components/heading.ts +1 -1
  230. package/src/ui/components/image-zoom.ts +1 -1
  231. package/src/ui/components/inline-toc.ts +1 -1
  232. package/src/ui/components/steps.ts +1 -1
  233. package/src/ui/components/tabs.ts +1 -1
  234. package/src/ui/components/type-table.ts +1 -1
  235. package/src/ui/components/ui/button.ts +1 -1
  236. package/src/ui/contexts/i18n.ts +1 -1
  237. package/src/ui/contexts/tree.ts +1 -1
  238. package/src/ui/i18n.ts +1 -1
  239. package/src/ui/layouts/docs.ts +1 -1
  240. package/src/ui/layouts/home/navbar.ts +1 -1
  241. package/src/ui/layouts/home.ts +1 -1
  242. package/src/ui/layouts/shared.ts +1 -1
  243. package/src/ui/mdx.ts +2 -2
  244. package/src/ui/og.ts +1 -1
  245. package/src/ui/page.ts +1 -1
  246. package/src/ui/provider/base.ts +1 -1
  247. package/src/ui/utils/use-copy-button.ts +1 -1
  248. package/tsup.config.ts +2 -2
@@ -1,6 +1,6 @@
1
1
 
2
- > @hanzo/docs@16.4.0 build /home/runner/work/docs/docs/packages/hanzo-docs
3
- > tsup && node scripts/copy-css.js
2
+ > @hanzo/docs@16.4.1 build /home/runner/work/docs/docs/packages/hanzo-docs
3
+ > tsup && tsc --emitDeclarationOnly && node scripts/copy-css.js
4
4
 
5
5
  CLI Building entry: {"cli/build":"src/cli/build.ts","content-collections/index":"src/content-collections/index.ts","core/breadcrumb":"src/core/breadcrumb.ts","core/content/github":"src/core/content/github.ts","core/content/index":"src/core/content/index.ts","core/content/toc":"src/core/content/toc.ts","core/dynamic-link":"src/core/dynamic-link.ts","core/framework/index":"src/core/framework/index.ts","core/framework/next":"src/core/framework/next.ts","core/framework/react-router":"src/core/framework/react-router.ts","core/framework/tanstack":"src/core/framework/tanstack.ts","core/framework/waku":"src/core/framework/waku.ts","core/highlight/client":"src/core/highlight/client.ts","core/highlight/index":"src/core/highlight/index.ts","core/i18n/index":"src/core/i18n/index.ts","core/i18n/middleware":"src/core/i18n/middleware.ts","core/link":"src/core/link.ts","core/mdx-plugins/codeblock-utils":"src/core/mdx-plugins/codeblock-utils.ts","core/mdx-plugins/index":"src/core/mdx-plugins/index.ts","core/mdx-plugins/rehype-code":"src/core/mdx-plugins/rehype-code.ts","core/mdx-plugins/remark-gfm":"src/core/mdx-plugins/remark-gfm.ts","core/mdx-plugins/remark-steps":"src/core/mdx-plugins/remark-steps.ts","core/mdx-plugins/remark-structure":"src/core/mdx-plugins/remark-structure.ts","core/negotiation":"src/core/negotiation.ts","core/page-tree":"src/core/page-tree.ts","core/search/algolia":"src/core/search/algolia.ts","core/search/client":"src/core/search/client.ts","core/search/index":"src/core/search/index.ts","core/search/orama-cloud":"src/core/search/orama-cloud.ts","core/search/server":"src/core/search/server.ts","core/source/client":"src/core/source/client.ts","core/source/index":"src/core/source/index.ts","core/source/lucide-icons":"src/core/source/lucide-icons.ts","core/source/schema":"src/core/source/schema.ts","core/toc":"src/core/toc.ts","docgen/index":"src/docgen/index.ts","docgen/remark-ts2js":"src/docgen/remark-ts2js.ts","mdx/bun":"src/mdx/bun.ts","mdx/config":"src/mdx/config.ts","mdx/index":"src/mdx/index.ts","mdx/next":"src/mdx/next.ts","mdx/runtime/browser":"src/mdx/runtime/browser.ts","mdx/runtime/dynamic":"src/mdx/runtime/dynamic.ts","mdx/runtime/server":"src/mdx/runtime/server.ts","mdx/runtime/types":"src/mdx/runtime/types.ts","mdx/vite":"src/mdx/vite.ts","mdx-remote/client":"src/mdx-remote/client.ts","mdx-remote/index":"src/mdx-remote/index.ts","obsidian/index":"src/obsidian/index.ts","obsidian/mdx":"src/obsidian/mdx.ts","obsidian/ui":"src/obsidian/ui.ts","openapi/index":"src/openapi/index.ts","openapi/server":"src/openapi/server.ts","openapi/ui":"src/openapi/ui.ts","press/index":"src/press/index.ts","press/vite":"src/press/vite.ts","python/components":"src/python/components.ts","python/index":"src/python/index.ts","twoslash/cache-fs":"src/twoslash/cache-fs.ts","twoslash/index":"src/twoslash/index.ts","twoslash/ui":"src/twoslash/ui.ts","typescript/index":"src/typescript/index.ts","typescript/ui":"src/typescript/ui.ts","ui/components/accordion":"src/ui/components/accordion.ts","ui/components/banner":"src/ui/components/banner.ts","ui/components/callout":"src/ui/components/callout.ts","ui/components/card":"src/ui/components/card.ts","ui/components/codeblock":"src/ui/components/codeblock.ts","ui/components/dialog/search":"src/ui/components/dialog/search.ts","ui/components/dynamic-codeblock":"src/ui/components/dynamic-codeblock.ts","ui/components/files":"src/ui/components/files.ts","ui/components/github-info":"src/ui/components/github-info.ts","ui/components/heading":"src/ui/components/heading.ts","ui/components/image-zoom":"src/ui/components/image-zoom.ts","ui/components/inline-toc":"src/ui/components/inline-toc.ts","ui/components/steps":"src/ui/components/steps.ts","ui/components/tabs":"src/ui/components/tabs.ts","ui/components/type-table":"src/ui/components/type-table.ts","ui/components/ui/button":"src/ui/components/ui/button.ts","ui/contexts/i18n":"src/ui/contexts/i18n.ts","ui/contexts/tree":"src/ui/contexts/tree.ts","ui/i18n":"src/ui/i18n.ts","ui/index":"src/ui/index.ts","ui/layouts/docs":"src/ui/layouts/docs.ts","ui/layouts/home/navbar":"src/ui/layouts/home/navbar.ts","ui/layouts/home":"src/ui/layouts/home.ts","ui/layouts/shared":"src/ui/layouts/shared.ts","ui/mdx":"src/ui/mdx.ts","ui/og":"src/ui/og.ts","ui/page":"src/ui/page.ts","ui/provider/base":"src/ui/provider/base.ts","ui/utils/use-copy-button":"src/ui/utils/use-copy-button.ts"}
6
6
  CLI Using tsconfig: tsconfig.json
@@ -12,188 +12,96 @@
12
12
  ESM dist/cli/build.js 59.00 B
13
13
  ESM dist/core/content/github.js 79.00 B
14
14
  ESM dist/mdx/runtime/browser.js 79.00 B
15
- ESM dist/ui/components/dialog/search.js 101.00 B
16
- ESM dist/content-collections/index.js 85.00 B
17
- ESM dist/ui/layouts/home/navbar.js 91.00 B
15
+ ESM dist/ui/components/dialog/search.js 100.00 B
16
+ ESM dist/ui/layouts/home/navbar.js 90.00 B
18
17
  ESM dist/core/framework/index.js 75.00 B
19
- ESM dist/core/i18n/index.js 65.00 B
20
- ESM dist/core/mdx-plugins/index.js 79.00 B
18
+ ESM dist/core/highlight/client.js 83.00 B
19
+ ESM dist/core/mdx-plugins/codeblock-utils.js 105.00 B
21
20
  ESM dist/core/search/algolia.js 79.00 B
22
21
  ESM dist/core/source/client.js 77.00 B
23
22
  ESM dist/docgen/index.js 59.00 B
24
- ESM dist/obsidian/index.js 63.00 B
25
23
  ESM dist/mdx-remote/client.js 71.00 B
24
+ ESM dist/obsidian/index.js 63.00 B
26
25
  ESM dist/openapi/index.js 61.00 B
27
26
  ESM dist/python/index.js 59.00 B
28
27
  ESM dist/press/index.js 57.00 B
29
- ESM dist/twoslash/cache-fs.js 75.00 B
28
+ ESM dist/twoslash/index.js 63.00 B
30
29
  ESM dist/typescript/index.js 67.00 B
31
- ESM dist/ui/components/accordion.js 93.00 B
30
+ ESM dist/ui/components/ui/button.js 92.00 B
32
31
  ESM dist/ui/index.js 0 B
33
- ESM dist/ui/contexts/tree.js 79.00 B
34
- ESM dist/ui/components/ui/button.js 93.00 B
35
- ESM dist/ui/provider/base.js 79.00 B
32
+ ESM dist/ui/contexts/tree.js 78.00 B
33
+ ESM dist/content-collections/index.js 85.00 B
34
+ ESM dist/ui/provider/base.js 78.00 B
35
+ ESM dist/ui/components/accordion.js 92.00 B
36
36
  ESM dist/core/breadcrumb.js 71.00 B
37
+ ESM dist/ui/utils/use-copy-button.js 94.00 B
37
38
  ESM dist/core/content/index.js 71.00 B
38
39
  ESM dist/core/content/toc.js 73.00 B
39
40
  ESM dist/core/dynamic-link.js 75.00 B
40
41
  ESM dist/core/framework/next.js 79.00 B
41
42
  ESM dist/core/framework/react-router.js 95.00 B
42
- ESM dist/ui/utils/use-copy-button.js 95.00 B
43
43
  ESM dist/core/framework/tanstack.js 87.00 B
44
44
  ESM dist/core/framework/waku.js 79.00 B
45
45
  ESM dist/core/highlight/index.js 75.00 B
46
46
  ESM dist/core/i18n/middleware.js 81.00 B
47
47
  ESM dist/core/link.js 154.00 B
48
+ ESM dist/core/mdx-plugins/index.js 79.00 B
48
49
  ESM dist/core/mdx-plugins/rehype-code.js 97.00 B
49
- ESM dist/core/mdx-plugins/codeblock-utils.js 105.00 B
50
- ESM dist/core/mdx-plugins/remark-steps.js 99.00 B
51
50
  ESM dist/core/mdx-plugins/remark-gfm.js 95.00 B
52
51
  ESM dist/core/negotiation.js 73.00 B
53
- ESM dist/core/highlight/client.js 83.00 B
52
+ ESM dist/core/mdx-plugins/remark-steps.js 99.00 B
54
53
  ESM dist/core/mdx-plugins/remark-structure.js 107.00 B
55
54
  ESM dist/core/page-tree.js 69.00 B
56
55
  ESM dist/core/search/index.js 69.00 B
56
+ ESM dist/core/search/client.js 77.00 B
57
57
  ESM dist/core/search/orama-cloud.js 87.00 B
58
+ ESM dist/core/source/lucide-icons.js 89.00 B
58
59
  ESM dist/core/search/server.js 77.00 B
59
- ESM dist/core/source/index.js 69.00 B
60
60
  ESM dist/core/source/schema.js 77.00 B
61
- ESM dist/core/source/lucide-icons.js 89.00 B
61
+ ESM dist/core/source/index.js 69.00 B
62
62
  ESM dist/core/toc.js 57.00 B
63
- ESM dist/docgen/remark-ts2js.js 79.00 B
64
- ESM dist/mdx/config.js 61.00 B
65
63
  ESM dist/mdx/bun.js 55.00 B
66
64
  ESM dist/mdx/index.js 53.00 B
67
- ESM dist/mdx/next.js 57.00 B
65
+ ESM dist/docgen/remark-ts2js.js 79.00 B
66
+ ESM dist/mdx/config.js 61.00 B
68
67
  ESM dist/mdx/runtime/dynamic.js 79.00 B
68
+ ESM dist/mdx/next.js 57.00 B
69
69
  ESM dist/mdx/runtime/server.js 77.00 B
70
+ ESM dist/mdx/runtime/types.js 75.00 B
70
71
  ESM dist/mdx/vite.js 57.00 B
71
72
  ESM dist/mdx-remote/index.js 63.00 B
72
- ESM dist/mdx/runtime/types.js 75.00 B
73
73
  ESM dist/obsidian/mdx.js 65.00 B
74
74
  ESM dist/obsidian/ui.js 63.00 B
75
75
  ESM dist/openapi/server.js 69.00 B
76
76
  ESM dist/openapi/ui.js 61.00 B
77
+ ESM dist/press/vite.js 61.00 B
77
78
  ESM dist/python/components.js 75.00 B
78
- ESM dist/twoslash/index.js 63.00 B
79
- ESM dist/twoslash/ui.js 63.00 B
80
- ESM dist/ui/components/banner.js 87.00 B
79
+ ESM dist/twoslash/cache-fs.js 75.00 B
81
80
  ESM dist/typescript/ui.js 67.00 B
82
- ESM dist/ui/components/callout.js 89.00 B
83
- ESM dist/ui/components/card.js 83.00 B
84
- ESM dist/ui/components/codeblock.js 93.00 B
85
- ESM dist/ui/components/dynamic-codeblock.js 109.00 B
86
- ESM dist/ui/components/github-info.js 97.00 B
87
- ESM dist/ui/components/files.js 85.00 B
88
- ESM dist/ui/components/image-zoom.js 95.00 B
89
- ESM dist/ui/components/heading.js 89.00 B
90
- ESM dist/ui/components/inline-toc.js 95.00 B
91
- ESM dist/ui/components/steps.js 85.00 B
92
- ESM dist/ui/components/tabs.js 83.00 B
93
- ESM dist/ui/components/type-table.js 95.00 B
94
- ESM dist/core/search/client.js 77.00 B
95
- ESM dist/ui/i18n.js 61.00 B
96
- ESM dist/ui/contexts/i18n.js 79.00 B
97
- ESM dist/ui/layouts/home.js 77.00 B
98
- ESM dist/ui/layouts/docs.js 77.00 B
99
- ESM dist/ui/layouts/shared.js 81.00 B
100
- ESM dist/ui/mdx.js 157.00 B
101
- ESM dist/ui/page.js 61.00 B
102
- ESM dist/ui/og.js 57.00 B
103
- ESM dist/press/vite.js 61.00 B
104
- ESM ⚡️ Build success in 80ms
105
- DTS Build start
106
- DTS ⚡️ Build success in 31609ms
107
- DTS dist/cli/build.d.ts 3.66 KB
108
- DTS dist/content-collections/index.d.ts 49.00 B
109
- DTS dist/core/breadcrumb.d.ts 45.00 B
110
- DTS dist/core/content/github.d.ts 49.00 B
111
- DTS dist/core/content/index.d.ts 42.00 B
112
- DTS dist/core/content/toc.d.ts 46.00 B
113
- DTS dist/core/dynamic-link.d.ts 47.00 B
114
- DTS dist/core/framework/index.d.ts 44.00 B
115
- DTS dist/core/framework/next.d.ts 49.00 B
116
- DTS dist/core/framework/react-router.d.ts 57.00 B
117
- DTS dist/core/framework/tanstack.d.ts 53.00 B
118
- DTS dist/core/framework/waku.d.ts 49.00 B
119
- DTS dist/core/highlight/client.d.ts 51.00 B
120
- DTS dist/core/highlight/index.d.ts 44.00 B
121
- DTS dist/core/i18n/index.d.ts 39.00 B
122
- DTS dist/core/i18n/middleware.d.ts 50.00 B
123
- DTS dist/core/link.d.ts 88.00 B
124
- DTS dist/core/mdx-plugins/codeblock-utils.d.ts 62.00 B
125
- DTS dist/core/mdx-plugins/index.d.ts 46.00 B
126
- DTS dist/core/mdx-plugins/rehype-code.d.ts 58.00 B
127
- DTS dist/core/mdx-plugins/remark-gfm.d.ts 57.00 B
128
- DTS dist/core/mdx-plugins/remark-steps.d.ts 59.00 B
129
- DTS dist/core/mdx-plugins/remark-structure.d.ts 63.00 B
130
- DTS dist/core/negotiation.d.ts 46.00 B
131
- DTS dist/core/page-tree.d.ts 44.00 B
132
- DTS dist/core/search/algolia.d.ts 49.00 B
133
- DTS dist/core/search/client.d.ts 48.00 B
134
- DTS dist/core/search/index.d.ts 41.00 B
135
- DTS dist/core/search/orama-cloud.d.ts 53.00 B
136
- DTS dist/core/search/server.d.ts 48.00 B
137
- DTS dist/core/source/client.d.ts 48.00 B
138
- DTS dist/core/source/index.d.ts 41.00 B
139
- DTS dist/core/source/lucide-icons.d.ts 54.00 B
140
- DTS dist/core/source/schema.d.ts 48.00 B
141
- DTS dist/core/toc.d.ts 38.00 B
142
- DTS dist/docgen/index.d.ts 36.00 B
143
- DTS dist/docgen/remark-ts2js.d.ts 49.00 B
144
- DTS dist/mdx/bun.d.ts 37.00 B
145
- DTS dist/mdx/config.d.ts 40.00 B
146
- DTS dist/mdx/index.d.ts 33.00 B
147
- DTS dist/mdx/next.d.ts 38.00 B
148
- DTS dist/mdx/runtime/browser.d.ts 49.00 B
149
- DTS dist/mdx/runtime/dynamic.d.ts 49.00 B
150
- DTS dist/mdx/runtime/server.d.ts 48.00 B
151
- DTS dist/mdx/runtime/types.d.ts 47.00 B
152
- DTS dist/mdx/vite.d.ts 38.00 B
153
- DTS dist/mdx-remote/client.d.ts 43.00 B
154
- DTS dist/mdx-remote/index.d.ts 36.00 B
155
- DTS dist/obsidian/index.d.ts 38.00 B
156
- DTS dist/obsidian/mdx.d.ts 42.00 B
157
- DTS dist/obsidian/ui.d.ts 41.00 B
158
- DTS dist/openapi/index.d.ts 37.00 B
159
- DTS dist/openapi/server.d.ts 44.00 B
160
- DTS dist/openapi/ui.d.ts 40.00 B
161
- DTS dist/press/index.d.ts 35.00 B
162
- DTS dist/press/vite.d.ts 40.00 B
163
- DTS dist/python/components.d.ts 47.00 B
164
- DTS dist/python/index.d.ts 36.00 B
165
- DTS dist/twoslash/cache-fs.d.ts 47.00 B
166
- DTS dist/twoslash/index.d.ts 38.00 B
167
- DTS dist/twoslash/ui.d.ts 41.00 B
168
- DTS dist/typescript/index.d.ts 40.00 B
169
- DTS dist/typescript/ui.d.ts 43.00 B
170
- DTS dist/ui/components/accordion.d.ts 59.00 B
171
- DTS dist/ui/components/banner.d.ts 56.00 B
172
- DTS dist/ui/components/callout.d.ts 57.00 B
173
- DTS dist/ui/components/card.d.ts 54.00 B
174
- DTS dist/ui/components/codeblock.d.ts 59.00 B
175
- DTS dist/ui/components/dialog/search.d.ts 63.00 B
176
- DTS dist/ui/components/dynamic-codeblock.d.ts 67.00 B
177
- DTS dist/ui/components/files.d.ts 55.00 B
178
- DTS dist/ui/components/github-info.d.ts 61.00 B
179
- DTS dist/ui/components/heading.d.ts 57.00 B
180
- DTS dist/ui/components/image-zoom.d.ts 60.00 B
181
- DTS dist/ui/components/inline-toc.d.ts 60.00 B
182
- DTS dist/ui/components/steps.d.ts 55.00 B
183
- DTS dist/ui/components/tabs.d.ts 54.00 B
184
- DTS dist/ui/components/type-table.d.ts 60.00 B
185
- DTS dist/ui/components/ui/button.d.ts 59.00 B
186
- DTS dist/ui/contexts/i18n.d.ts 52.00 B
187
- DTS dist/ui/contexts/tree.d.ts 52.00 B
188
- DTS dist/ui/i18n.d.ts 43.00 B
189
- DTS dist/ui/index.d.ts 13.00 B
190
- DTS dist/ui/layouts/docs.d.ts 51.00 B
191
- DTS dist/ui/layouts/home/navbar.d.ts 58.00 B
192
- DTS dist/ui/layouts/home.d.ts 51.00 B
193
- DTS dist/ui/layouts/shared.d.ts 53.00 B
194
- DTS dist/ui/mdx.d.ts 94.00 B
195
- DTS dist/ui/og.d.ts 41.00 B
196
- DTS dist/ui/page.d.ts 43.00 B
197
- DTS dist/ui/provider/base.d.ts 52.00 B
198
- DTS dist/ui/utils/use-copy-button.d.ts 60.00 B
81
+ ESM dist/twoslash/ui.js 63.00 B
82
+ ESM dist/ui/components/callout.js 88.00 B
83
+ ESM dist/ui/components/banner.js 86.00 B
84
+ ESM dist/ui/components/card.js 82.00 B
85
+ ESM dist/ui/components/codeblock.js 92.00 B
86
+ ESM dist/ui/components/dynamic-codeblock.js 108.00 B
87
+ ESM dist/ui/components/files.js 84.00 B
88
+ ESM dist/ui/components/github-info.js 96.00 B
89
+ ESM dist/ui/components/image-zoom.js 94.00 B
90
+ ESM dist/ui/components/tabs.js 82.00 B
91
+ ESM dist/ui/components/heading.js 88.00 B
92
+ ESM dist/ui/components/inline-toc.js 94.00 B
93
+ ESM dist/ui/components/steps.js 84.00 B
94
+ ESM dist/ui/components/type-table.js 94.00 B
95
+ ESM dist/ui/i18n.js 60.00 B
96
+ ESM dist/ui/contexts/i18n.js 78.00 B
97
+ ESM dist/ui/layouts/home.js 76.00 B
98
+ ESM dist/ui/layouts/docs.js 76.00 B
99
+ ESM dist/ui/mdx.js 155.00 B
100
+ ESM dist/ui/layouts/shared.js 80.00 B
101
+ ESM dist/ui/og.js 56.00 B
102
+ ESM dist/ui/page.js 60.00 B
103
+ ESM dist/core/i18n/index.js 65.00 B
104
+ ESM ⚡️ Build success in 54ms
105
+ Copied twoslash.css
106
+ Copied openapi CSS
199
107
  CSS files copied successfully
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @hanzo/docs
2
2
 
3
+ ## 16.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 9fe9f7c: Rebrand from Fuma Nama to Hanzo AI, update canonical URL to hanzoai.github.io/docs, fix DTS generation OOM in unified wrapper package, and update all package metadata.
8
+ - Updated dependencies [9fe9f7c]
9
+ - @hanzo/docs-core@16.5.3
10
+ - @hanzo/docs-base-ui@16.5.3
11
+ - @hanzo/docs-mdx@14.2.8
12
+ - @hanzo/docs-openapi@10.3.4
13
+ - @hanzo/docs-cli@1.2.5
14
+ - @hanzo/docs-twoslash@3.1.14
15
+ - @hanzo/docs-typescript@5.1.3
16
+ - @hanzo/docs-docgen@3.0.7
17
+ - @hanzo/docs-python@0.0.9
18
+ - @hanzo/docs-obsidian@0.0.12
19
+ - @hanzo/docs-press@0.0.9
20
+ - @hanzo/docs-mdx-remote@1.4.6
21
+ - @hanzo/docs-content-collections@1.2.7
22
+ - @hanzo/mdx-runtime@1.6.1
23
+
3
24
  ## 16.2.8
4
25
 
5
26
  ### Patch Changes
@@ -1,91 +1,2 @@
1
1
  export * from '@hanzo/docs-cli/build';
2
- import '@hanzo/docs-content-collections';
3
- import '@hanzo/docs-core/breadcrumb';
4
- import '@hanzo/docs-core/content/github';
5
- import '@hanzo/docs-core/content';
6
- import '@hanzo/docs-core/content/toc';
7
- import '@hanzo/docs-core/dynamic-link';
8
- import '@hanzo/docs-core/framework';
9
- import '@hanzo/docs-core/framework/next';
10
- import '@hanzo/docs-core/framework/react-router';
11
- import '@hanzo/docs-core/framework/tanstack';
12
- import '@hanzo/docs-core/framework/waku';
13
- import '@hanzo/docs-core/highlight/client';
14
- import '@hanzo/docs-core/highlight';
15
- import '@hanzo/docs-core/i18n';
16
- import '@hanzo/docs-core/i18n/middleware';
17
- import '@hanzo/docs-core/link';
18
- import '@hanzo/docs-core/mdx-plugins/codeblock-utils';
19
- import '@hanzo/docs-core/mdx-plugins';
20
- import '@hanzo/docs-core/mdx-plugins/rehype-code';
21
- import '@hanzo/docs-core/mdx-plugins/remark-gfm';
22
- import '@hanzo/docs-core/mdx-plugins/remark-steps';
23
- import '@hanzo/docs-core/mdx-plugins/remark-structure';
24
- import '@hanzo/docs-core/negotiation';
25
- import '@hanzo/docs-core/page-tree';
26
- import '@hanzo/docs-core/search/algolia';
27
- import '@hanzo/docs-core/search/client';
28
- import '@hanzo/docs-core/search';
29
- import '@hanzo/docs-core/search/orama-cloud';
30
- import '@hanzo/docs-core/search/server';
31
- import '@hanzo/docs-core/source/client';
32
- import '@hanzo/docs-core/source';
33
- import '@hanzo/docs-core/source/lucide-icons';
34
- import '@hanzo/docs-core/source/schema';
35
- import '@hanzo/docs-core/toc';
36
- import '@hanzo/docs-docgen';
37
- import '@hanzo/docs-docgen/remark-ts2js';
38
- import '@hanzo/docs-mdx/bun';
39
- import '@hanzo/docs-mdx/config';
40
- import '@hanzo/docs-mdx';
41
- import '@hanzo/docs-mdx/next';
42
- import '@hanzo/docs-mdx/runtime/browser';
43
- import '@hanzo/docs-mdx/runtime/dynamic';
44
- import '@hanzo/docs-mdx/runtime/server';
45
- import '@hanzo/docs-mdx/runtime/types';
46
- import '@hanzo/docs-mdx/vite';
47
- import '@hanzo/mdx-runtime/client';
48
- import '@hanzo/mdx-runtime';
49
- import '@hanzo/docs-obsidian';
50
- import '@hanzo/docs-obsidian/mdx';
51
- import '@hanzo/docs-obsidian/ui';
52
- import '@hanzo/docs-openapi';
53
- import '@hanzo/docs-openapi/server';
54
- import '@hanzo/docs-openapi/ui';
55
- import '@hanzo/docs-press';
56
- import '@hanzo/docs-press/vite';
57
- import '@hanzo/docs-python/components';
58
- import '@hanzo/docs-python';
59
- import '@hanzo/docs-twoslash/cache-fs';
60
- import '@hanzo/docs-twoslash';
61
- import '@hanzo/docs-twoslash/ui';
62
- import '@hanzo/docs-typescript';
63
- import '@hanzo/docs-typescript/ui';
64
- import '@hanzo/docs-radix-ui/components/accordion';
65
- import '@hanzo/docs-radix-ui/components/banner';
66
- import '@hanzo/docs-radix-ui/components/callout';
67
- import '@hanzo/docs-radix-ui/components/card';
68
- import '@hanzo/docs-radix-ui/components/codeblock';
69
- import '@hanzo/docs-radix-ui/components/dialog/search';
70
- import '@hanzo/docs-radix-ui/components/dynamic-codeblock';
71
- import '@hanzo/docs-radix-ui/components/files';
72
- import '@hanzo/docs-radix-ui/components/github-info';
73
- import '@hanzo/docs-radix-ui/components/heading';
74
- import '@hanzo/docs-radix-ui/components/image-zoom';
75
- import '@hanzo/docs-radix-ui/components/inline-toc';
76
- import '@hanzo/docs-radix-ui/components/steps';
77
- import '@hanzo/docs-radix-ui/components/tabs';
78
- import '@hanzo/docs-radix-ui/components/type-table';
79
- import '@hanzo/docs-radix-ui/components/ui/button';
80
- import '@hanzo/docs-radix-ui/contexts/i18n';
81
- import '@hanzo/docs-radix-ui/contexts/tree';
82
- import '@hanzo/docs-radix-ui/i18n';
83
- import '@hanzo/docs-radix-ui/layouts/docs';
84
- import '@hanzo/docs-radix-ui/layouts/home/navbar';
85
- import '@hanzo/docs-radix-ui/layouts/home';
86
- import '@hanzo/docs-radix-ui/layouts/shared';
87
- import '@hanzo/docs-radix-ui/mdx';
88
- import '@hanzo/docs-radix-ui/og';
89
- import '@hanzo/docs-radix-ui/page';
90
- import '@hanzo/docs-radix-ui/provider/base';
91
- import '@hanzo/docs-radix-ui/utils/use-copy-button';
2
+ //# sourceMappingURL=build.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"build.d.ts","sourceRoot":"","sources":["../../src/cli/build.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC"}
@@ -1 +1,2 @@
1
1
  export * from '@hanzo/docs-content-collections';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/content-collections/index.ts"],"names":[],"mappings":"AAAA,cAAc,iCAAiC,CAAC"}
@@ -1 +1,2 @@
1
1
  export * from '@hanzo/docs-core/breadcrumb';
2
+ //# sourceMappingURL=breadcrumb.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"breadcrumb.d.ts","sourceRoot":"","sources":["../../src/core/breadcrumb.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAC"}
@@ -1 +1,2 @@
1
1
  export * from '@hanzo/docs-core/content/github';
2
+ //# sourceMappingURL=github.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"github.d.ts","sourceRoot":"","sources":["../../../src/core/content/github.ts"],"names":[],"mappings":"AAAA,cAAc,iCAAiC,CAAC"}
@@ -1 +1,2 @@
1
1
  export * from '@hanzo/docs-core/content';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/core/content/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC"}
@@ -1 +1,2 @@
1
1
  export * from '@hanzo/docs-core/content/toc';
2
+ //# sourceMappingURL=toc.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"toc.d.ts","sourceRoot":"","sources":["../../../src/core/content/toc.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAC"}
@@ -1 +1,2 @@
1
1
  export * from '@hanzo/docs-core/dynamic-link';
2
+ //# sourceMappingURL=dynamic-link.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dynamic-link.d.ts","sourceRoot":"","sources":["../../src/core/dynamic-link.ts"],"names":[],"mappings":"AAAA,cAAc,+BAA+B,CAAC"}
@@ -1 +1,2 @@
1
1
  export * from '@hanzo/docs-core/framework';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/core/framework/index.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAC"}
@@ -1 +1,2 @@
1
1
  export * from '@hanzo/docs-core/framework/next';
2
+ //# sourceMappingURL=next.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"next.d.ts","sourceRoot":"","sources":["../../../src/core/framework/next.ts"],"names":[],"mappings":"AAAA,cAAc,iCAAiC,CAAC"}
@@ -1 +1,2 @@
1
1
  export * from '@hanzo/docs-core/framework/react-router';
2
+ //# sourceMappingURL=react-router.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"react-router.d.ts","sourceRoot":"","sources":["../../../src/core/framework/react-router.ts"],"names":[],"mappings":"AAAA,cAAc,yCAAyC,CAAC"}
@@ -1 +1,2 @@
1
1
  export * from '@hanzo/docs-core/framework/tanstack';
2
+ //# sourceMappingURL=tanstack.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tanstack.d.ts","sourceRoot":"","sources":["../../../src/core/framework/tanstack.ts"],"names":[],"mappings":"AAAA,cAAc,qCAAqC,CAAC"}
@@ -1 +1,2 @@
1
1
  export * from '@hanzo/docs-core/framework/waku';
2
+ //# sourceMappingURL=waku.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"waku.d.ts","sourceRoot":"","sources":["../../../src/core/framework/waku.ts"],"names":[],"mappings":"AAAA,cAAc,iCAAiC,CAAC"}
@@ -1 +1,2 @@
1
1
  export * from '@hanzo/docs-core/highlight/client';
2
+ //# sourceMappingURL=client.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../../../src/core/highlight/client.ts"],"names":[],"mappings":"AAAA,cAAc,mCAAmC,CAAC"}
@@ -1 +1,2 @@
1
1
  export * from '@hanzo/docs-core/highlight';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/core/highlight/index.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAC"}
@@ -1 +1,2 @@
1
1
  export * from '@hanzo/docs-core/i18n';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/core/i18n/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC"}
@@ -1 +1,2 @@
1
1
  export * from '@hanzo/docs-core/i18n/middleware';
2
+ //# sourceMappingURL=middleware.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"middleware.d.ts","sourceRoot":"","sources":["../../../src/core/i18n/middleware.ts"],"names":[],"mappings":"AAAA,cAAc,kCAAkC,CAAC"}
@@ -1,2 +1,3 @@
1
1
  export * from '@hanzo/docs-core/link';
2
2
  export { default } from '@hanzo/docs-core/link';
3
+ //# sourceMappingURL=link.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"link.d.ts","sourceRoot":"","sources":["../../src/core/link.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC;AACtC,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC"}
@@ -1 +1,2 @@
1
1
  export * from '@hanzo/docs-core/mdx-plugins/codeblock-utils';
2
+ //# sourceMappingURL=codeblock-utils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"codeblock-utils.d.ts","sourceRoot":"","sources":["../../../src/core/mdx-plugins/codeblock-utils.ts"],"names":[],"mappings":"AAAA,cAAc,8CAA8C,CAAC"}
@@ -1 +1,2 @@
1
1
  export * from '@hanzo/docs-core/mdx-plugins';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/core/mdx-plugins/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAC"}
@@ -1 +1,2 @@
1
1
  export * from '@hanzo/docs-core/mdx-plugins/rehype-code';
2
+ //# sourceMappingURL=rehype-code.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rehype-code.d.ts","sourceRoot":"","sources":["../../../src/core/mdx-plugins/rehype-code.ts"],"names":[],"mappings":"AAAA,cAAc,0CAA0C,CAAC"}
@@ -1 +1,2 @@
1
1
  export * from '@hanzo/docs-core/mdx-plugins/remark-gfm';
2
+ //# sourceMappingURL=remark-gfm.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remark-gfm.d.ts","sourceRoot":"","sources":["../../../src/core/mdx-plugins/remark-gfm.ts"],"names":[],"mappings":"AAAA,cAAc,yCAAyC,CAAC"}
@@ -1 +1,2 @@
1
1
  export * from '@hanzo/docs-core/mdx-plugins/remark-steps';
2
+ //# sourceMappingURL=remark-steps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remark-steps.d.ts","sourceRoot":"","sources":["../../../src/core/mdx-plugins/remark-steps.ts"],"names":[],"mappings":"AAAA,cAAc,2CAA2C,CAAC"}
@@ -1 +1,2 @@
1
1
  export * from '@hanzo/docs-core/mdx-plugins/remark-structure';
2
+ //# sourceMappingURL=remark-structure.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remark-structure.d.ts","sourceRoot":"","sources":["../../../src/core/mdx-plugins/remark-structure.ts"],"names":[],"mappings":"AAAA,cAAc,+CAA+C,CAAC"}
@@ -1 +1,2 @@
1
1
  export * from '@hanzo/docs-core/negotiation';
2
+ //# sourceMappingURL=negotiation.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"negotiation.d.ts","sourceRoot":"","sources":["../../src/core/negotiation.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAC"}
@@ -1 +1,2 @@
1
1
  export * from '@hanzo/docs-core/page-tree';
2
+ //# sourceMappingURL=page-tree.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"page-tree.d.ts","sourceRoot":"","sources":["../../src/core/page-tree.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAC"}
@@ -1 +1,2 @@
1
1
  export * from '@hanzo/docs-core/search/algolia';
2
+ //# sourceMappingURL=algolia.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"algolia.d.ts","sourceRoot":"","sources":["../../../src/core/search/algolia.ts"],"names":[],"mappings":"AAAA,cAAc,iCAAiC,CAAC"}
@@ -1 +1,2 @@
1
1
  export * from '@hanzo/docs-core/search/client';
2
+ //# sourceMappingURL=client.d.ts.map