@hanzo/docs 16.2.7 → 16.2.9

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 (220) hide show
  1. package/.turbo/turbo-build.log +165 -167
  2. package/CHANGELOG.md +13 -0
  3. package/dist/cli/build.d.ts +64 -65
  4. package/dist/mdx/bun.d.ts +1 -1
  5. package/dist/mdx/bun.js +1 -1
  6. package/dist/mdx/config.d.ts +1 -1
  7. package/dist/mdx/config.js +1 -1
  8. package/dist/mdx/index.d.ts +1 -1
  9. package/dist/mdx/index.js +1 -1
  10. package/dist/mdx/next.d.ts +1 -1
  11. package/dist/mdx/next.js +1 -1
  12. package/dist/mdx/plugins/index-file.d.ts +1 -1
  13. package/dist/mdx/plugins/index-file.js +1 -1
  14. package/dist/mdx/plugins/json-schema.d.ts +2 -2
  15. package/dist/mdx/plugins/json-schema.js +2 -2
  16. package/dist/mdx/plugins/last-modified.d.ts +2 -2
  17. package/dist/mdx/plugins/last-modified.js +2 -2
  18. package/dist/mdx/runtime/browser.d.ts +1 -1
  19. package/dist/mdx/runtime/browser.js +1 -1
  20. package/dist/mdx/runtime/dynamic.d.ts +1 -1
  21. package/dist/mdx/runtime/dynamic.js +1 -1
  22. package/dist/mdx/runtime/server.d.ts +1 -1
  23. package/dist/mdx/runtime/server.js +1 -1
  24. package/dist/mdx/runtime/types.d.ts +1 -1
  25. package/dist/mdx/runtime/types.js +1 -1
  26. package/dist/mdx/vite.d.ts +2 -2
  27. package/dist/mdx/vite.js +2 -2
  28. package/dist/mdx-remote/client.d.ts +1 -1
  29. package/dist/mdx-remote/client.js +1 -1
  30. package/dist/mdx-remote/index.d.ts +1 -1
  31. package/dist/mdx-remote/index.js +1 -1
  32. package/dist/ui/components/accordion.d.ts +1 -1
  33. package/dist/ui/components/accordion.js +1 -1
  34. package/dist/ui/components/banner.d.ts +1 -1
  35. package/dist/ui/components/banner.js +1 -1
  36. package/dist/ui/components/callout.d.ts +1 -1
  37. package/dist/ui/components/callout.js +1 -1
  38. package/dist/ui/components/card.d.ts +1 -1
  39. package/dist/ui/components/card.js +1 -1
  40. package/dist/ui/components/codeblock.d.ts +1 -1
  41. package/dist/ui/components/codeblock.js +1 -1
  42. package/dist/ui/components/dialog/search-algolia.d.ts +1 -1
  43. package/dist/ui/components/dialog/search-algolia.js +1 -1
  44. package/dist/ui/components/dialog/search-default.d.ts +1 -1
  45. package/dist/ui/components/dialog/search-default.js +1 -1
  46. package/dist/ui/components/dialog/search-orama.d.ts +1 -1
  47. package/dist/ui/components/dialog/search-orama.js +1 -1
  48. package/dist/ui/components/dialog/search.d.ts +1 -1
  49. package/dist/ui/components/dialog/search.js +1 -1
  50. package/dist/ui/components/dynamic-codeblock.d.ts +1 -1
  51. package/dist/ui/components/dynamic-codeblock.js +1 -1
  52. package/dist/ui/components/files.d.ts +1 -1
  53. package/dist/ui/components/files.js +1 -1
  54. package/dist/ui/components/github-info.d.ts +1 -1
  55. package/dist/ui/components/github-info.js +1 -1
  56. package/dist/ui/components/heading.d.ts +1 -1
  57. package/dist/ui/components/heading.js +1 -1
  58. package/dist/ui/components/image-zoom.d.ts +1 -1
  59. package/dist/ui/components/image-zoom.js +1 -1
  60. package/dist/ui/components/inline-toc.d.ts +1 -1
  61. package/dist/ui/components/inline-toc.js +1 -1
  62. package/dist/ui/components/sidebar/base.d.ts +1 -1
  63. package/dist/ui/components/sidebar/base.js +1 -1
  64. package/dist/ui/components/sidebar/link-item.d.ts +1 -1
  65. package/dist/ui/components/sidebar/link-item.js +1 -1
  66. package/dist/ui/components/sidebar/page-tree.d.ts +1 -1
  67. package/dist/ui/components/sidebar/page-tree.js +1 -1
  68. package/dist/ui/components/steps.d.ts +1 -1
  69. package/dist/ui/components/steps.js +1 -1
  70. package/dist/ui/components/tabs.d.ts +1 -1
  71. package/dist/ui/components/tabs.js +1 -1
  72. package/dist/ui/components/toc/clerk.d.ts +1 -1
  73. package/dist/ui/components/toc/clerk.js +1 -1
  74. package/dist/ui/components/toc/default.d.ts +1 -1
  75. package/dist/ui/components/toc/default.js +1 -1
  76. package/dist/ui/components/toc/index.d.ts +1 -1
  77. package/dist/ui/components/toc/index.js +1 -1
  78. package/dist/ui/components/type-table.d.ts +1 -1
  79. package/dist/ui/components/type-table.js +1 -1
  80. package/dist/ui/components/ui/accordion.d.ts +1 -1
  81. package/dist/ui/components/ui/accordion.js +1 -1
  82. package/dist/ui/components/ui/button.d.ts +1 -1
  83. package/dist/ui/components/ui/button.js +1 -1
  84. package/dist/ui/components/ui/collapsible.d.ts +1 -1
  85. package/dist/ui/components/ui/collapsible.js +1 -1
  86. package/dist/ui/components/ui/navigation-menu.d.ts +1 -1
  87. package/dist/ui/components/ui/navigation-menu.js +1 -1
  88. package/dist/ui/components/ui/popover.d.ts +1 -1
  89. package/dist/ui/components/ui/popover.js +1 -1
  90. package/dist/ui/components/ui/scroll-area.d.ts +1 -1
  91. package/dist/ui/components/ui/scroll-area.js +1 -1
  92. package/dist/ui/components/ui/tabs.d.ts +1 -1
  93. package/dist/ui/components/ui/tabs.js +1 -1
  94. package/dist/ui/contexts/i18n.d.ts +1 -1
  95. package/dist/ui/contexts/i18n.js +1 -1
  96. package/dist/ui/contexts/tree.d.ts +1 -1
  97. package/dist/ui/contexts/tree.js +1 -1
  98. package/dist/ui/css/black.css +1 -39
  99. package/dist/ui/css/catppuccin.css +1 -49
  100. package/dist/ui/css/dusk.css +1 -47
  101. package/dist/ui/css/neutral.css +1 -7
  102. package/dist/ui/css/ocean.css +1 -48
  103. package/dist/ui/css/preset.css +1 -296
  104. package/dist/ui/css/purple.css +1 -39
  105. package/dist/ui/css/shadcn.css +1 -36
  106. package/dist/ui/css/solar.css +1 -75
  107. package/dist/ui/css/vitepress.css +1 -77
  108. package/dist/ui/i18n.d.ts +1 -1
  109. package/dist/ui/i18n.js +1 -1
  110. package/dist/ui/layouts/docs/page.d.ts +1 -1
  111. package/dist/ui/layouts/docs/page.js +1 -1
  112. package/dist/ui/layouts/docs.d.ts +1 -1
  113. package/dist/ui/layouts/docs.js +1 -1
  114. package/dist/ui/layouts/home/navbar.d.ts +1 -1
  115. package/dist/ui/layouts/home/navbar.js +1 -1
  116. package/dist/ui/layouts/home.d.ts +1 -1
  117. package/dist/ui/layouts/home.js +1 -1
  118. package/dist/ui/layouts/notebook/page.d.ts +1 -1
  119. package/dist/ui/layouts/notebook/page.js +1 -1
  120. package/dist/ui/layouts/notebook.d.ts +1 -1
  121. package/dist/ui/layouts/notebook.js +1 -1
  122. package/dist/ui/layouts/shared.d.ts +1 -1
  123. package/dist/ui/layouts/shared.js +1 -1
  124. package/dist/ui/mdx.d.ts +2 -2
  125. package/dist/ui/mdx.js +2 -2
  126. package/dist/ui/og.d.ts +1 -1
  127. package/dist/ui/og.js +1 -1
  128. package/dist/ui/page.d.ts +1 -1
  129. package/dist/ui/page.js +1 -1
  130. package/dist/ui/provider/base.d.ts +1 -1
  131. package/dist/ui/provider/base.js +1 -1
  132. package/dist/ui/provider/next.d.ts +1 -1
  133. package/dist/ui/provider/next.js +1 -1
  134. package/dist/ui/provider/react-router.d.ts +1 -1
  135. package/dist/ui/provider/react-router.js +1 -1
  136. package/dist/ui/provider/tanstack.d.ts +1 -1
  137. package/dist/ui/provider/tanstack.js +1 -1
  138. package/dist/ui/provider/waku.d.ts +1 -1
  139. package/dist/ui/provider/waku.js +1 -1
  140. package/dist/ui/style.css +225 -351
  141. package/dist/ui/utils/use-copy-button.d.ts +1 -1
  142. package/dist/ui/utils/use-copy-button.js +1 -1
  143. package/package.json +16 -15
  144. package/scripts/copy-css.js +3 -3
  145. package/src/mdx/bun.ts +1 -1
  146. package/src/mdx/config.ts +1 -1
  147. package/src/mdx/index.ts +1 -1
  148. package/src/mdx/next.ts +1 -1
  149. package/src/mdx/plugins/index-file.ts +1 -1
  150. package/src/mdx/plugins/json-schema.ts +2 -2
  151. package/src/mdx/plugins/last-modified.ts +2 -2
  152. package/src/mdx/runtime/browser.ts +1 -1
  153. package/src/mdx/runtime/dynamic.ts +1 -1
  154. package/src/mdx/runtime/server.ts +1 -1
  155. package/src/mdx/runtime/types.ts +1 -1
  156. package/src/mdx/vite.ts +2 -2
  157. package/src/mdx-remote/client.ts +1 -1
  158. package/src/mdx-remote/index.ts +1 -1
  159. package/src/ui/components/accordion.ts +1 -1
  160. package/src/ui/components/banner.ts +1 -1
  161. package/src/ui/components/callout.ts +1 -1
  162. package/src/ui/components/card.ts +1 -1
  163. package/src/ui/components/codeblock.ts +1 -1
  164. package/src/ui/components/dialog/search-algolia.ts +1 -1
  165. package/src/ui/components/dialog/search-default.ts +1 -1
  166. package/src/ui/components/dialog/search-orama.ts +1 -1
  167. package/src/ui/components/dialog/search.ts +1 -1
  168. package/src/ui/components/dynamic-codeblock.ts +1 -1
  169. package/src/ui/components/files.ts +1 -1
  170. package/src/ui/components/github-info.ts +1 -1
  171. package/src/ui/components/heading.ts +1 -1
  172. package/src/ui/components/image-zoom.ts +1 -1
  173. package/src/ui/components/inline-toc.ts +1 -1
  174. package/src/ui/components/sidebar/base.ts +1 -1
  175. package/src/ui/components/sidebar/link-item.ts +1 -1
  176. package/src/ui/components/sidebar/page-tree.ts +1 -1
  177. package/src/ui/components/steps.ts +1 -1
  178. package/src/ui/components/tabs.ts +1 -1
  179. package/src/ui/components/toc/clerk.ts +1 -1
  180. package/src/ui/components/toc/default.ts +1 -1
  181. package/src/ui/components/toc/index.ts +1 -1
  182. package/src/ui/components/type-table.ts +1 -1
  183. package/src/ui/components/ui/accordion.ts +1 -1
  184. package/src/ui/components/ui/button.ts +1 -1
  185. package/src/ui/components/ui/collapsible.ts +1 -1
  186. package/src/ui/components/ui/navigation-menu.ts +1 -1
  187. package/src/ui/components/ui/popover.ts +1 -1
  188. package/src/ui/components/ui/scroll-area.ts +1 -1
  189. package/src/ui/components/ui/tabs.ts +1 -1
  190. package/src/ui/contexts/i18n.ts +1 -1
  191. package/src/ui/contexts/tree.ts +1 -1
  192. package/src/ui/i18n.ts +1 -1
  193. package/src/ui/layouts/docs/page.ts +1 -1
  194. package/src/ui/layouts/docs.ts +1 -1
  195. package/src/ui/layouts/home/navbar.ts +1 -1
  196. package/src/ui/layouts/home.ts +1 -1
  197. package/src/ui/layouts/notebook/page.ts +1 -1
  198. package/src/ui/layouts/notebook.ts +1 -1
  199. package/src/ui/layouts/shared.ts +1 -1
  200. package/src/ui/mdx.ts +2 -2
  201. package/src/ui/og.ts +1 -1
  202. package/src/ui/page.ts +1 -1
  203. package/src/ui/provider/base.ts +1 -1
  204. package/src/ui/provider/next.ts +1 -1
  205. package/src/ui/provider/react-router.ts +1 -1
  206. package/src/ui/provider/tanstack.ts +1 -1
  207. package/src/ui/provider/waku.ts +1 -1
  208. package/src/ui/utils/use-copy-button.ts +1 -1
  209. package/tsup.config.ts +3 -2
  210. package/dist/ui/components/tabs.unstyled.d.ts +0 -1
  211. package/dist/ui/components/tabs.unstyled.js +0 -2
  212. package/dist/ui/css/colors/index.css +0 -51
  213. package/dist/ui/css/shiki.css +0 -90
  214. package/dist/ui/dist/theme/typography/index.d.ts +0 -10
  215. package/dist/ui/dist/theme/typography/index.d.ts.map +0 -1
  216. package/dist/ui/dist/theme/typography/index.js +0 -137
  217. package/dist/ui/dist/theme/typography/styles.d.ts +0 -93
  218. package/dist/ui/dist/theme/typography/styles.d.ts.map +0 -1
  219. package/dist/ui/dist/theme/typography/styles.js +0 -433
  220. package/src/ui/components/tabs.unstyled.ts +0 -1
@@ -1 +1 @@
1
- export * from '@hanzo/docs-ui/utils/use-copy-button';
1
+ export * from '@hanzo/docs-base-ui/utils/use-copy-button';
@@ -1,2 +1,2 @@
1
1
  // src/ui/utils/use-copy-button.ts
2
- export * from "@hanzo/docs-ui/utils/use-copy-button";
2
+ export * from "@hanzo/docs-base-ui/utils/use-copy-button";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hanzo/docs",
3
- "version": "16.2.7",
3
+ "version": "16.2.9",
4
4
  "description": "The documentation framework for Hanzo - React.js library for building beautiful documentation websites",
5
5
  "keywords": [
6
6
  "Hanzo",
@@ -78,7 +78,7 @@
78
78
  "./mdx/*": "./dist/mdx/*.js",
79
79
  "./mdx/runtime/*": "./dist/mdx/runtime/*.js",
80
80
  "./mdx/plugins/*": "./dist/mdx/plugins/*.js",
81
- "./mdx:collections/*": "@hanzo/mdx:collections/*",
81
+ "./mdx:collections/*": "@hanzo/docs-mdx:collections/*",
82
82
  "./cli/build": "./dist/cli/build.js",
83
83
  "./mdx-remote": "./dist/mdx-remote/index.js",
84
84
  "./mdx-remote/*": "./dist/mdx-remote/*.js",
@@ -108,19 +108,20 @@
108
108
  "./press/*": "./dist/press/*.js"
109
109
  },
110
110
  "dependencies": {
111
- "@hanzo/mdx": "^14.1.1",
112
- "@hanzo/docs-core": "16.2.6",
113
- "@hanzo/docs-ui": "16.2.6",
114
- "@hanzo/mdx-remote": "1.4.3",
115
- "@hanzo/docs-openapi": "10.1.4",
116
- "@hanzo/docs-typescript": "4.0.14",
117
- "@hanzo/docs-twoslash": "3.1.10",
118
- "@hanzo/docs-python": "0.0.6",
119
- "@hanzo/docs-obsidian": "0.0.6",
120
- "@hanzo/docs-docgen": "3.0.4",
121
- "@hanzo/docs-content-collections": "1.2.4",
122
- "@hanzo/docs-press": "0.0.9",
123
- "@hanzo/docs-cli": "1.1.1"
111
+ "@hanzo/docs-content-collections": "1.2.5",
112
+ "@hanzo/docs-core": "16.4.3",
113
+ "@hanzo/docs-docgen": "3.0.5",
114
+ "@hanzo/docs-cli": "1.2.2",
115
+ "@hanzo/docs-obsidian": "0.0.7",
116
+ "@hanzo/docs-press": "0.0.11",
117
+ "@hanzo/docs-ui": "16.4.3",
118
+ "@hanzo/docs-openapi": "10.2.3",
119
+ "@hanzo/docs-python": "0.0.7",
120
+ "@hanzo/docs-twoslash": "3.1.11",
121
+ "@hanzo/mdx-runtime": "1.5.2",
122
+ "@hanzo/docs-typescript": "5.0.1",
123
+ "@hanzo/docs-base-ui": "16.4.3",
124
+ "@hanzo/docs-mdx": "14.2.5"
124
125
  },
125
126
  "devDependencies": {
126
127
  "tsup": "^8.5.1",
@@ -5,12 +5,12 @@ import { fileURLToPath } from 'url';
5
5
  const __dirname = dirname(fileURLToPath(import.meta.url));
6
6
  const root = join(__dirname, '..');
7
7
 
8
- // Copy CSS files from @hanzo/docs-ui
9
- const uiCssSource = join(root, 'node_modules/@hanzo/docs-ui/css');
8
+ // Copy CSS files from @hanzo/docs-base-ui
9
+ const uiCssSource = join(root, 'node_modules/@hanzo/docs-base-ui/css');
10
10
  const uiCssDest = join(root, 'dist/ui/css');
11
11
 
12
12
  // Copy style.css from dist
13
- const uiDistSource = join(root, 'node_modules/@hanzo/docs-ui/dist');
13
+ const uiDistSource = join(root, 'node_modules/@hanzo/docs-base-ui/dist');
14
14
  const uiDistDest = join(root, 'dist/ui');
15
15
 
16
16
  // Copy twoslash.css from @hanzo/docs-twoslash (styles folder)
package/src/mdx/bun.ts CHANGED
@@ -1 +1 @@
1
- export * from '@hanzo/mdx/bun';
1
+ export * from '@hanzo/docs-mdx/bun';
package/src/mdx/config.ts CHANGED
@@ -1 +1 @@
1
- export * from '@hanzo/mdx/config';
1
+ export * from '@hanzo/docs-mdx/config';
package/src/mdx/index.ts CHANGED
@@ -1 +1 @@
1
- export * from '@hanzo/mdx';
1
+ export * from '@hanzo/docs-mdx';
package/src/mdx/next.ts CHANGED
@@ -1 +1 @@
1
- export * from '@hanzo/mdx/next';
1
+ export * from '@hanzo/docs-mdx/next';
@@ -1 +1 @@
1
- export * from '@hanzo/mdx/plugins/index-file';
1
+ export * from '@hanzo/docs-mdx/plugins/index-file';
@@ -1,2 +1,2 @@
1
- export * from '@hanzo/mdx/plugins/json-schema';
2
- export { default } from '@hanzo/mdx/plugins/json-schema';
1
+ export * from '@hanzo/docs-mdx/plugins/json-schema';
2
+ export { default } from '@hanzo/docs-mdx/plugins/json-schema';
@@ -1,2 +1,2 @@
1
- export * from '@hanzo/mdx/plugins/last-modified';
2
- export { default } from '@hanzo/mdx/plugins/last-modified';
1
+ export * from '@hanzo/docs-mdx/plugins/last-modified';
2
+ export { default } from '@hanzo/docs-mdx/plugins/last-modified';
@@ -1 +1 @@
1
- export * from '@hanzo/mdx/runtime/browser';
1
+ export * from '@hanzo/docs-mdx/runtime/browser';
@@ -1 +1 @@
1
- export * from '@hanzo/mdx/runtime/dynamic';
1
+ export * from '@hanzo/docs-mdx/runtime/dynamic';
@@ -1 +1 @@
1
- export * from '@hanzo/mdx/runtime/server';
1
+ export * from '@hanzo/docs-mdx/runtime/server';
@@ -1 +1 @@
1
- export * from '@hanzo/mdx/runtime/types';
1
+ export * from '@hanzo/docs-mdx/runtime/types';
package/src/mdx/vite.ts CHANGED
@@ -1,2 +1,2 @@
1
- export * from '@hanzo/mdx/vite';
2
- export { default } from '@hanzo/mdx/vite';
1
+ export * from '@hanzo/docs-mdx/vite';
2
+ export { default } from '@hanzo/docs-mdx/vite';
@@ -1 +1 @@
1
- export * from '@hanzo/mdx-remote/client';
1
+ export * from '@hanzo/mdx-runtime/client';
@@ -1 +1 @@
1
- export * from '@hanzo/mdx-remote';
1
+ export * from '@hanzo/mdx-runtime';
@@ -1 +1 @@
1
- export * from '@hanzo/docs-ui/components/accordion';
1
+ export * from '@hanzo/docs-base-ui/components/accordion';
@@ -1 +1 @@
1
- export * from '@hanzo/docs-ui/components/banner';
1
+ export * from '@hanzo/docs-base-ui/components/banner';
@@ -1 +1 @@
1
- export * from '@hanzo/docs-ui/components/callout';
1
+ export * from '@hanzo/docs-base-ui/components/callout';
@@ -1 +1 @@
1
- export * from '@hanzo/docs-ui/components/card';
1
+ export * from '@hanzo/docs-base-ui/components/card';
@@ -1 +1 @@
1
- export * from '@hanzo/docs-ui/components/codeblock';
1
+ export * from '@hanzo/docs-base-ui/components/codeblock';
@@ -1 +1 @@
1
- export * from '@hanzo/docs-ui/components/dialog/search-algolia';
1
+ export * from '@hanzo/docs-base-ui/components/dialog/search-algolia';
@@ -1 +1 @@
1
- export * from '@hanzo/docs-ui/components/dialog/search-default';
1
+ export * from '@hanzo/docs-base-ui/components/dialog/search-default';
@@ -1 +1 @@
1
- export * from '@hanzo/docs-ui/components/dialog/search-orama';
1
+ export * from '@hanzo/docs-base-ui/components/dialog/search-orama';
@@ -1 +1 @@
1
- export * from '@hanzo/docs-ui/components/dialog/search';
1
+ export * from '@hanzo/docs-base-ui/components/dialog/search';
@@ -1 +1 @@
1
- export * from '@hanzo/docs-ui/components/dynamic-codeblock';
1
+ export * from '@hanzo/docs-base-ui/components/dynamic-codeblock';
@@ -1 +1 @@
1
- export * from '@hanzo/docs-ui/components/files';
1
+ export * from '@hanzo/docs-base-ui/components/files';
@@ -1 +1 @@
1
- export * from '@hanzo/docs-ui/components/github-info';
1
+ export * from '@hanzo/docs-base-ui/components/github-info';
@@ -1 +1 @@
1
- export * from '@hanzo/docs-ui/components/heading';
1
+ export * from '@hanzo/docs-base-ui/components/heading';
@@ -1 +1 @@
1
- export * from '@hanzo/docs-ui/components/image-zoom';
1
+ export * from '@hanzo/docs-base-ui/components/image-zoom';
@@ -1 +1 @@
1
- export * from '@hanzo/docs-ui/components/inline-toc';
1
+ export * from '@hanzo/docs-base-ui/components/inline-toc';
@@ -1 +1 @@
1
- export * from '@hanzo/docs-ui/components/sidebar/base';
1
+ export * from '@hanzo/docs-base-ui/components/sidebar/base';
@@ -1 +1 @@
1
- export * from '@hanzo/docs-ui/components/sidebar/link-item';
1
+ export * from '@hanzo/docs-base-ui/components/sidebar/link-item';
@@ -1 +1 @@
1
- export * from '@hanzo/docs-ui/components/sidebar/page-tree';
1
+ export * from '@hanzo/docs-base-ui/components/sidebar/page-tree';
@@ -1 +1 @@
1
- export * from '@hanzo/docs-ui/components/steps';
1
+ export * from '@hanzo/docs-base-ui/components/steps';
@@ -1 +1 @@
1
- export * from '@hanzo/docs-ui/components/tabs';
1
+ export * from '@hanzo/docs-base-ui/components/tabs';
@@ -1 +1 @@
1
- export * from '@hanzo/docs-ui/components/toc/clerk';
1
+ export * from '@hanzo/docs-base-ui/components/toc/clerk';
@@ -1 +1 @@
1
- export * from '@hanzo/docs-ui/components/toc/default';
1
+ export * from '@hanzo/docs-base-ui/components/toc/default';
@@ -1 +1 @@
1
- export * from '@hanzo/docs-ui/components/toc/index';
1
+ export * from '@hanzo/docs-base-ui/components/toc/index';
@@ -1 +1 @@
1
- export * from '@hanzo/docs-ui/components/type-table';
1
+ export * from '@hanzo/docs-base-ui/components/type-table';
@@ -1 +1 @@
1
- export * from '@hanzo/docs-ui/components/ui/accordion';
1
+ export * from '@hanzo/docs-base-ui/components/ui/accordion';
@@ -1 +1 @@
1
- export * from '@hanzo/docs-ui/components/ui/button';
1
+ export * from '@hanzo/docs-base-ui/components/ui/button';
@@ -1 +1 @@
1
- export * from '@hanzo/docs-ui/components/ui/collapsible';
1
+ export * from '@hanzo/docs-base-ui/components/ui/collapsible';
@@ -1 +1 @@
1
- export * from '@hanzo/docs-ui/components/ui/navigation-menu';
1
+ export * from '@hanzo/docs-base-ui/components/ui/navigation-menu';
@@ -1 +1 @@
1
- export * from '@hanzo/docs-ui/components/ui/popover';
1
+ export * from '@hanzo/docs-base-ui/components/ui/popover';
@@ -1 +1 @@
1
- export * from '@hanzo/docs-ui/components/ui/scroll-area';
1
+ export * from '@hanzo/docs-base-ui/components/ui/scroll-area';
@@ -1 +1 @@
1
- export * from '@hanzo/docs-ui/components/ui/tabs';
1
+ export * from '@hanzo/docs-base-ui/components/ui/tabs';
@@ -1 +1 @@
1
- export * from '@hanzo/docs-ui/contexts/i18n';
1
+ export * from '@hanzo/docs-base-ui/contexts/i18n';
@@ -1 +1 @@
1
- export * from '@hanzo/docs-ui/contexts/tree';
1
+ export * from '@hanzo/docs-base-ui/contexts/tree';
package/src/ui/i18n.ts CHANGED
@@ -1 +1 @@
1
- export * from '@hanzo/docs-ui/i18n';
1
+ export * from '@hanzo/docs-base-ui/i18n';
@@ -1 +1 @@
1
- export * from '@hanzo/docs-ui/layouts/docs/page';
1
+ export * from '@hanzo/docs-base-ui/layouts/docs/page';
@@ -1 +1 @@
1
- export * from '@hanzo/docs-ui/layouts/docs';
1
+ export * from '@hanzo/docs-base-ui/layouts/docs';
@@ -1 +1 @@
1
- export * from '@hanzo/docs-ui/layouts/home/navbar';
1
+ export * from '@hanzo/docs-base-ui/layouts/home/navbar';
@@ -1 +1 @@
1
- export * from '@hanzo/docs-ui/layouts/home';
1
+ export * from '@hanzo/docs-base-ui/layouts/home';
@@ -1 +1 @@
1
- export * from '@hanzo/docs-ui/layouts/notebook/page';
1
+ export * from '@hanzo/docs-base-ui/layouts/notebook/page';
@@ -1 +1 @@
1
- export * from '@hanzo/docs-ui/layouts/notebook';
1
+ export * from '@hanzo/docs-base-ui/layouts/notebook';
@@ -1 +1 @@
1
- export * from '@hanzo/docs-ui/layouts/shared';
1
+ export * from '@hanzo/docs-base-ui/layouts/shared';
package/src/ui/mdx.ts CHANGED
@@ -1,2 +1,2 @@
1
- export * from '@hanzo/docs-ui/mdx';
2
- export { default } from '@hanzo/docs-ui/mdx';
1
+ export * from '@hanzo/docs-base-ui/mdx';
2
+ export { default } from '@hanzo/docs-base-ui/mdx';
package/src/ui/og.ts CHANGED
@@ -1 +1 @@
1
- export * from '@hanzo/docs-ui/og';
1
+ export * from '@hanzo/docs-base-ui/og';
package/src/ui/page.ts CHANGED
@@ -1 +1 @@
1
- export * from '@hanzo/docs-ui/page';
1
+ export * from '@hanzo/docs-base-ui/page';
@@ -1 +1 @@
1
- export * from '@hanzo/docs-ui/provider/base';
1
+ export * from '@hanzo/docs-base-ui/provider/base';
@@ -1 +1 @@
1
- export * from '@hanzo/docs-ui/provider/next';
1
+ export * from '@hanzo/docs-base-ui/provider/next';
@@ -1 +1 @@
1
- export * from '@hanzo/docs-ui/provider/react-router';
1
+ export * from '@hanzo/docs-base-ui/provider/react-router';
@@ -1 +1 @@
1
- export * from '@hanzo/docs-ui/provider/tanstack';
1
+ export * from '@hanzo/docs-base-ui/provider/tanstack';
@@ -1 +1 @@
1
- export * from '@hanzo/docs-ui/provider/waku';
1
+ export * from '@hanzo/docs-base-ui/provider/waku';
@@ -1 +1 @@
1
- export * from '@hanzo/docs-ui/utils/use-copy-button';
1
+ export * from '@hanzo/docs-base-ui/utils/use-copy-button';
package/tsup.config.ts CHANGED
@@ -32,13 +32,14 @@ export default defineConfig({
32
32
  external: [
33
33
  '@hanzo/docs-core',
34
34
  '@hanzo/docs-ui',
35
- '@hanzo/mdx',
35
+ '@hanzo/docs-base-ui',
36
+ '@hanzo/docs-mdx',
36
37
  '@hanzo/docs-openapi',
37
38
  '@hanzo/docs-twoslash',
38
39
  '@hanzo/docs-typescript',
39
40
  '@hanzo/docs-docgen',
40
41
  '@hanzo/docs-cli',
41
- '@hanzo/mdx-remote',
42
+ '@hanzo/mdx-runtime',
42
43
  '@hanzo/docs-python',
43
44
  '@hanzo/docs-obsidian',
44
45
  '@hanzo/docs-content-collections',
@@ -1 +0,0 @@
1
- export * from '@hanzo/docs-ui/components/tabs.unstyled';
@@ -1,2 +0,0 @@
1
- // src/ui/components/tabs.unstyled.ts
2
- export * from "@hanzo/docs-ui/components/tabs.unstyled";
@@ -1,51 +0,0 @@
1
- @theme {
2
- --color-fd-background: hsl(0, 0%, 96%);
3
- --color-fd-foreground: hsl(0, 0%, 3.9%);
4
- --color-fd-muted: hsl(0, 0%, 96.1%);
5
- --color-fd-muted-foreground: hsl(0, 0%, 45.1%);
6
- --color-fd-popover: hsl(0, 0%, 98%);
7
- --color-fd-popover-foreground: hsl(0, 0%, 15.1%);
8
- --color-fd-card: hsl(0, 0%, 94.7%);
9
- --color-fd-card-foreground: hsl(0, 0%, 3.9%);
10
- --color-fd-border: hsla(0, 0%, 80%, 50%);
11
- --color-fd-primary: hsl(0, 0%, 9%);
12
- --color-fd-primary-foreground: hsl(0, 0%, 98%);
13
- --color-fd-secondary: hsl(0, 0%, 93.1%);
14
- --color-fd-secondary-foreground: hsl(0, 0%, 9%);
15
- --color-fd-accent: hsla(0, 0%, 82%, 50%);
16
- --color-fd-accent-foreground: hsl(0, 0%, 9%);
17
- --color-fd-ring: hsl(0, 0%, 63.9%);
18
- --color-fd-overlay: hsla(0, 0%, 0%, 0.2);
19
- }
20
-
21
- .dark {
22
- --color-fd-background: hsl(0, 0%, 7.04%);
23
- --color-fd-foreground: hsl(0, 0%, 92%);
24
- --color-fd-muted: hsl(0, 0%, 12.9%);
25
- --color-fd-muted-foreground: hsla(0, 0%, 70%, 0.8);
26
- --color-fd-popover: hsl(0, 0%, 11.6%);
27
- --color-fd-popover-foreground: hsl(0, 0%, 86.9%);
28
- --color-fd-card: hsl(0, 0%, 9.8%);
29
- --color-fd-card-foreground: hsl(0, 0%, 98%);
30
- --color-fd-border: hsla(0, 0%, 40%, 20%);
31
- --color-fd-primary: hsl(0, 0%, 98%);
32
- --color-fd-primary-foreground: hsl(0, 0%, 9%);
33
- --color-fd-secondary: hsl(0, 0%, 12.9%);
34
- --color-fd-secondary-foreground: hsl(0, 0%, 92%);
35
- --color-fd-accent: hsla(0, 0%, 40.9%, 30%);
36
- --color-fd-accent-foreground: hsl(0, 0%, 90%);
37
- --color-fd-ring: hsl(0, 0%, 54.9%);
38
- --color-fd-overlay: hsla(0, 0%, 0%, 0.2);
39
- }
40
-
41
- @theme static {
42
- --color-fd-info: oklch(62.3% 0.214 259.815);
43
- --color-fd-warning: oklch(76.9% 0.188 70.08);
44
- --color-fd-error: oklch(63.7% 0.237 25.331);
45
- --color-fd-success: oklch(72.3% 0.219 149.579);
46
- --color-fd-idea: oklch(70.5% 0.209 60.849);
47
- --color-fd-diff-remove: rgba(200, 10, 100, 0.12);
48
- --color-fd-diff-remove-symbol: rgb(230, 10, 100);
49
- --color-fd-diff-add: rgba(14, 180, 100, 0.1);
50
- --color-fd-diff-add-symbol: rgb(10, 200, 100);
51
- }
@@ -1,90 +0,0 @@
1
- .shiki:not(.not-fumadocs-codeblock *) {
2
- --padding-left: calc(var(--spacing) * 4);
3
- --padding-right: calc(var(--spacing) * 4);
4
-
5
- code span {
6
- color: var(--shiki-light);
7
- }
8
- }
9
-
10
- .dark .shiki:not(.not-fumadocs-codeblock *) {
11
- code span {
12
- color: var(--shiki-dark);
13
- }
14
- }
15
-
16
- :is(pre *):is(.shiki *):not(.not-fumadocs-codeblock *) {
17
- .line& {
18
- position: relative;
19
- min-height: 1lh;
20
- padding-left: var(--padding-left);
21
- padding-right: var(--padding-right);
22
- }
23
-
24
- .has-focused .line&:not(.focused) {
25
- filter: blur(2px);
26
- transition: filter 200ms;
27
- }
28
-
29
- .has-focused:hover .line&:not(.focused) {
30
- filter: blur(0);
31
- }
32
-
33
- [data-line-numbers] .twoslash-meta-line& {
34
- padding-left: calc(var(--padding-left) + 7 * var(--spacing));
35
- }
36
-
37
- [data-line-numbers] .line& {
38
- counter-increment: line;
39
- padding-left: calc(var(--padding-left) + 7 * var(--spacing));
40
- }
41
-
42
- [data-line-numbers] .line&::after {
43
- position: absolute;
44
- content: counter(line);
45
- color: color-mix(
46
- in oklab,
47
- var(--fd-counter-color, var(--color-fd-muted-foreground)) 60%,
48
- transparent
49
- );
50
- @apply top-0 left-4;
51
- }
52
-
53
- .diff&::before {
54
- position: absolute;
55
- left: calc(var(--spacing) * 1.5);
56
- }
57
-
58
- .diff.remove& {
59
- opacity: 0.7;
60
- --fd-counter-color: var(--color-fd-diff-remove-symbol);
61
- @apply bg-fd-diff-remove;
62
- }
63
-
64
- .diff.remove&::before {
65
- content: '-';
66
- @apply text-fd-diff-remove-symbol;
67
- }
68
-
69
- .diff.add& {
70
- --fd-counter-color: var(--color-fd-diff-add-symbol);
71
- @apply bg-fd-diff-add;
72
- }
73
-
74
- .diff.add&::before {
75
- content: '+';
76
- @apply text-fd-diff-add-symbol;
77
- }
78
-
79
- .highlighted& {
80
- --fd-counter-color: var(--color-fd-primary);
81
- padding-left: calc(var(--padding-left) - 2px);
82
-
83
- @apply border-l-2 border-fd-primary/50 bg-fd-primary/10;
84
- }
85
-
86
- .highlighted-word& {
87
- padding: 1px;
88
- @apply border -my-px border-fd-primary/30 bg-fd-primary/10 rounded-md font-medium;
89
- }
90
- }
@@ -1,10 +0,0 @@
1
- export interface Options {
2
- className?: string;
3
- /**
4
- * Disable custom table styles
5
- */
6
- disableRoundedTable?: boolean;
7
- }
8
- export declare const typography: unknown;
9
- export default typography;
10
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/theme/typography/index.ts"],"names":[],"mappings":"AAMA,MAAM,WAAW,OAAO;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;CAC/B;AAmJD,eAAO,MAAM,UAAU,EAAE,OAsCxB,CAAC;AAEF,eAAe,UAAU,CAAC"}