@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
@@ -0,0 +1 @@
1
+ @import './generated/shared.css';
@@ -1 +1,2 @@
1
1
  export * from '@hanzo/docs-openapi';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/openapi/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC"}
@@ -1 +1,2 @@
1
1
  export * from '@hanzo/docs-openapi/server';
2
+ //# sourceMappingURL=server.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"server.d.ts","sourceRoot":"","sources":["../../src/openapi/server.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAC"}
@@ -1 +1,2 @@
1
1
  export * from '@hanzo/docs-openapi/ui';
2
+ //# sourceMappingURL=ui.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ui.d.ts","sourceRoot":"","sources":["../../src/openapi/ui.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC"}
@@ -1 +1,2 @@
1
1
  export * from '@hanzo/docs-press';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/press/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC"}
@@ -1 +1,2 @@
1
1
  export * from '@hanzo/docs-press/vite';
2
+ //# sourceMappingURL=vite.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vite.d.ts","sourceRoot":"","sources":["../../src/press/vite.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC"}
@@ -1 +1,2 @@
1
1
  export * from '@hanzo/docs-python/components';
2
+ //# sourceMappingURL=components.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"components.d.ts","sourceRoot":"","sources":["../../src/python/components.ts"],"names":[],"mappings":"AAAA,cAAc,+BAA+B,CAAC"}
@@ -1 +1,2 @@
1
1
  export * from '@hanzo/docs-python';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/python/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC"}
@@ -1 +1,2 @@
1
1
  export * from '@hanzo/docs-twoslash/cache-fs';
2
+ //# sourceMappingURL=cache-fs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cache-fs.d.ts","sourceRoot":"","sources":["../../src/twoslash/cache-fs.ts"],"names":[],"mappings":"AAAA,cAAc,+BAA+B,CAAC"}
@@ -1 +1,2 @@
1
1
  export * from '@hanzo/docs-twoslash';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/twoslash/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC"}
@@ -0,0 +1,225 @@
1
+ /* ===== Basic ===== */
2
+ @theme {
3
+ --color-twoslash-error-foreground: #d45656;
4
+ --color-twoslash-error: #d4565620;
5
+ --color-twoslash-tag-foreground: #3772cf;
6
+ --color-twoslash-tag: #3772cf20;
7
+ --color-twoslash-tag-warn-foreground: #c37d0d;
8
+ --color-twoslash-tag-warn: #c37d0d20;
9
+ --color-twoslash-tag-annotate-foreground: #1ba673;
10
+ --color-twoslash-tag-annotate: #1ba67320;
11
+ }
12
+
13
+ .twoslash-meta-line {
14
+ display: flex;
15
+ }
16
+
17
+ .twoslash-completion-list,
18
+ .twoslash-popup-container {
19
+ position: relative;
20
+ user-select: none;
21
+ display: flex;
22
+ margin-top: 8px;
23
+ width: 20rem;
24
+ margin-right: -20rem;
25
+ flex-direction: column;
26
+ white-space: normal;
27
+ box-shadow:
28
+ 0 4px 6px -1px rgb(0 0 0 / 0.1),
29
+ 0 2px 4px -2px rgb(0 0 0 / 0.1);
30
+ border: 1px solid var(--color-fd-border);
31
+ border-radius: 6px;
32
+ padding: 8px;
33
+ z-index: 8;
34
+ color: var(--color-fd-popover-foreground);
35
+ background-color: var(--color-fd-popover);
36
+ }
37
+
38
+ .twoslash-completion-cursor {
39
+ display: inline-flex;
40
+ flex-direction: column;
41
+ }
42
+
43
+ .twoslash-completion-list:hover {
44
+ user-select: auto;
45
+ }
46
+
47
+ .twoslash-popup-arrow {
48
+ position: absolute;
49
+ top: -4px;
50
+ left: 1em;
51
+ transform: rotate(-45deg);
52
+ pointer-events: none;
53
+ width: 6px;
54
+ height: 6px;
55
+ border-top-width: 1px;
56
+ border-right-width: 1px;
57
+ border-color: var(--color-fd-primary);
58
+ background-color: var(--color-fd-popover);
59
+ }
60
+
61
+ .twoslash-popup-docs-tag {
62
+ display: flex;
63
+ flex-direction: row;
64
+ gap: 0.5em;
65
+ }
66
+
67
+ .twoslash-popup-docs-tag-name {
68
+ font-weight: 600;
69
+ }
70
+
71
+ .twoslash-popup-code {
72
+ font-size: 13px !important;
73
+ overflow-wrap: anywhere;
74
+ }
75
+
76
+ .twoslash-popup-code .line {
77
+ padding-left: 0 !important;
78
+ }
79
+
80
+ .twoslash-popup-docs,
81
+ .twoslash-popup-docs-tags {
82
+ font-size: 14px !important;
83
+ line-height: 20px !important;
84
+ margin-top: 8px !important;
85
+ }
86
+
87
+ /* ===== Hover Info ===== */
88
+ .twoslash:hover .twoslash-hover {
89
+ border-color: currentColor;
90
+ }
91
+
92
+ .twoslash .twoslash-hover {
93
+ /* Reset button styles to make it behave like inline text */
94
+ all: unset;
95
+
96
+ /* Restore the original hover indicator styles */
97
+ position: relative;
98
+ transition: border 300ms;
99
+ border-bottom: 1px dotted;
100
+ border-color: transparent;
101
+ }
102
+
103
+ /* ===== Error Line ===== */
104
+ .twoslash .twoslash-error-line {
105
+ position: relative;
106
+ background-color: var(--twoslash-error-bg);
107
+ border-left: 3px solid var(--color-twoslash-error-foreground);
108
+ color: var(--color-twoslash-error-foreground);
109
+ padding: 6px 12px;
110
+ margin: 0.2em 0;
111
+ }
112
+
113
+ .twoslash .twoslash-error {
114
+ text-decoration: wavy underline var(--color-twoslash-error-foreground);
115
+ padding-bottom: 2px;
116
+ }
117
+
118
+ /* ===== Completions ===== */
119
+ .twoslash-completion-cursor::before {
120
+ width: 1px;
121
+ height: 1.4em;
122
+ content: ' ';
123
+ background-color: var(--color-fd-foreground);
124
+ }
125
+
126
+ .twoslash-completion-list {
127
+ display: inline-flex;
128
+ }
129
+
130
+ .twoslash-completion-list li {
131
+ font-size: 13px;
132
+ display: inline-flex;
133
+ align-items: center;
134
+ overflow: hidden;
135
+ text-overflow: ellipsis;
136
+ white-space: nowrap;
137
+ gap: 0.5rem;
138
+ }
139
+
140
+ .twoslash-completion-list li span.twoslash-completions-unmatched {
141
+ color: var(--color-fd-muted-foreground);
142
+ }
143
+
144
+ .twoslash-completion-list .deprecated {
145
+ text-decoration: line-through;
146
+ opacity: 0.5;
147
+ }
148
+
149
+ /* Icons */
150
+ .twoslash-completion-list .twoslash-completions-icon {
151
+ width: 1em;
152
+ flex: none;
153
+ color: var(--color-fd-muted-foreground);
154
+ }
155
+
156
+ /* Custom Tags */
157
+ .twoslash .twoslash-tag-line {
158
+ position: relative;
159
+ background-color: var(--color-twoslash-tag);
160
+ border-left: 3px solid var(--color-twoslash-tag-foreground);
161
+ color: var(--color-twoslash-tag-foreground);
162
+ padding: 6px 10px;
163
+ margin: 0.2em 0;
164
+ display: flex;
165
+ align-items: center;
166
+ gap: 0.3em;
167
+ }
168
+
169
+ .twoslash .twoslash-tag-line .twoslash-tag-icon {
170
+ width: 1.1em;
171
+ color: inherit;
172
+ }
173
+
174
+ .twoslash .twoslash-tag-line.twoslash-tag-error-line {
175
+ background-color: var(--color-twoslash-error);
176
+ border-left: 3px solid var(--color-twoslash-error-foreground);
177
+ color: var(--color-twoslash-error-foreground);
178
+ }
179
+
180
+ .twoslash .twoslash-tag-line.twoslash-tag-warn-line {
181
+ background-color: var(--color-twoslash-tag-warn);
182
+ border-left: 3px solid var(--color-twoslash-tag-warn-foreground);
183
+ color: var(--color-twoslash-tag-warn-foreground);
184
+ }
185
+
186
+ .twoslash .twoslash-tag-line.twoslash-tag-annotate-line {
187
+ background-color: var(--color-twoslash-tag-annotate);
188
+ border-left: 3px solid var(--color-twoslash-tag-annotate-foreground);
189
+ color: var(--color-twoslash-tag-annotate-foreground);
190
+ }
191
+
192
+ /* Respect people's wishes to not have animations */
193
+ @media (prefers-reduced-motion: reduce) {
194
+ .twoslash * {
195
+ transition: none !important;
196
+ }
197
+ }
198
+
199
+ .fd-twoslash-popover {
200
+ z-index: 50;
201
+ min-width: 240px;
202
+ max-width: min(450px, 96vw);
203
+ max-height: 400px;
204
+ overflow: auto;
205
+ border-radius: var(--radius-xl);
206
+ border: 1px solid var(--color-fd-border);
207
+ background-color: var(--color-fd-popover);
208
+ padding: calc(var(--spacing) * 3);
209
+ font-size: var(--text-sm);
210
+ color: var(--color-fd-popover-foreground);
211
+ box-shadow: var(--shadow-md);
212
+ transform-origin: var(--radix-popover-content-transform-origin);
213
+ }
214
+
215
+ .fd-twoslash-popover[data-state='open'] {
216
+ animation: var(--animate-fd-popover-in);
217
+ }
218
+
219
+ .fd-twoslash-popover[data-state='closed'] {
220
+ animation: var(--animate-fd-popover-out);
221
+ }
222
+
223
+ .fd-twoslash-popover:focus-visible {
224
+ outline-style: none;
225
+ }
@@ -1 +1,2 @@
1
1
  export * from '@hanzo/docs-twoslash/ui';
2
+ //# sourceMappingURL=ui.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ui.d.ts","sourceRoot":"","sources":["../../src/twoslash/ui.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC"}
@@ -1 +1,2 @@
1
1
  export * from '@hanzo/docs-typescript';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/typescript/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC"}
@@ -1 +1,2 @@
1
1
  export * from '@hanzo/docs-typescript/ui';
2
+ //# sourceMappingURL=ui.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ui.d.ts","sourceRoot":"","sources":["../../src/typescript/ui.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC"}
@@ -1 +1,2 @@
1
- export * from '@hanzo/docs-radix-ui/components/accordion';
1
+ export * from '@hanzo/docs-base-ui/components/accordion';
2
+ //# sourceMappingURL=accordion.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accordion.d.ts","sourceRoot":"","sources":["../../../src/ui/components/accordion.ts"],"names":[],"mappings":"AAAA,cAAc,0CAA0C,CAAC"}
@@ -1,2 +1,2 @@
1
1
  // src/ui/components/accordion.ts
2
- export * from "@hanzo/docs-radix-ui/components/accordion";
2
+ export * from "@hanzo/docs-base-ui/components/accordion";
@@ -1 +1,2 @@
1
- export * from '@hanzo/docs-radix-ui/components/banner';
1
+ export * from '@hanzo/docs-base-ui/components/banner';
2
+ //# sourceMappingURL=banner.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"banner.d.ts","sourceRoot":"","sources":["../../../src/ui/components/banner.ts"],"names":[],"mappings":"AAAA,cAAc,uCAAuC,CAAC"}
@@ -1,2 +1,2 @@
1
1
  // src/ui/components/banner.ts
2
- export * from "@hanzo/docs-radix-ui/components/banner";
2
+ export * from "@hanzo/docs-base-ui/components/banner";
@@ -1 +1,2 @@
1
- export * from '@hanzo/docs-radix-ui/components/callout';
1
+ export * from '@hanzo/docs-base-ui/components/callout';
2
+ //# sourceMappingURL=callout.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"callout.d.ts","sourceRoot":"","sources":["../../../src/ui/components/callout.ts"],"names":[],"mappings":"AAAA,cAAc,wCAAwC,CAAC"}
@@ -1,2 +1,2 @@
1
1
  // src/ui/components/callout.ts
2
- export * from "@hanzo/docs-radix-ui/components/callout";
2
+ export * from "@hanzo/docs-base-ui/components/callout";
@@ -1 +1,2 @@
1
- export * from '@hanzo/docs-radix-ui/components/card';
1
+ export * from '@hanzo/docs-base-ui/components/card';
2
+ //# sourceMappingURL=card.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"card.d.ts","sourceRoot":"","sources":["../../../src/ui/components/card.ts"],"names":[],"mappings":"AAAA,cAAc,qCAAqC,CAAC"}
@@ -1,2 +1,2 @@
1
1
  // src/ui/components/card.ts
2
- export * from "@hanzo/docs-radix-ui/components/card";
2
+ export * from "@hanzo/docs-base-ui/components/card";
@@ -1 +1,2 @@
1
- export * from '@hanzo/docs-radix-ui/components/codeblock';
1
+ export * from '@hanzo/docs-base-ui/components/codeblock';
2
+ //# sourceMappingURL=codeblock.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"codeblock.d.ts","sourceRoot":"","sources":["../../../src/ui/components/codeblock.ts"],"names":[],"mappings":"AAAA,cAAc,0CAA0C,CAAC"}
@@ -1,2 +1,2 @@
1
1
  // src/ui/components/codeblock.ts
2
- export * from "@hanzo/docs-radix-ui/components/codeblock";
2
+ export * from "@hanzo/docs-base-ui/components/codeblock";
@@ -1 +1,2 @@
1
- export * from '@hanzo/docs-radix-ui/components/dialog/search';
1
+ export * from '@hanzo/docs-base-ui/components/dialog/search';
2
+ //# sourceMappingURL=search.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"search.d.ts","sourceRoot":"","sources":["../../../../src/ui/components/dialog/search.ts"],"names":[],"mappings":"AAAA,cAAc,8CAA8C,CAAC"}
@@ -1,2 +1,2 @@
1
1
  // src/ui/components/dialog/search.ts
2
- export * from "@hanzo/docs-radix-ui/components/dialog/search";
2
+ export * from "@hanzo/docs-base-ui/components/dialog/search";
@@ -1 +1,2 @@
1
- export * from '@hanzo/docs-radix-ui/components/dynamic-codeblock';
1
+ export * from '@hanzo/docs-base-ui/components/dynamic-codeblock';
2
+ //# sourceMappingURL=dynamic-codeblock.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dynamic-codeblock.d.ts","sourceRoot":"","sources":["../../../src/ui/components/dynamic-codeblock.ts"],"names":[],"mappings":"AAAA,cAAc,kDAAkD,CAAC"}
@@ -1,2 +1,2 @@
1
1
  // src/ui/components/dynamic-codeblock.ts
2
- export * from "@hanzo/docs-radix-ui/components/dynamic-codeblock";
2
+ export * from "@hanzo/docs-base-ui/components/dynamic-codeblock";
@@ -1 +1,2 @@
1
- export * from '@hanzo/docs-radix-ui/components/files';
1
+ export * from '@hanzo/docs-base-ui/components/files';
2
+ //# sourceMappingURL=files.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"files.d.ts","sourceRoot":"","sources":["../../../src/ui/components/files.ts"],"names":[],"mappings":"AAAA,cAAc,sCAAsC,CAAC"}
@@ -1,2 +1,2 @@
1
1
  // src/ui/components/files.ts
2
- export * from "@hanzo/docs-radix-ui/components/files";
2
+ export * from "@hanzo/docs-base-ui/components/files";
@@ -1 +1,2 @@
1
- export * from '@hanzo/docs-radix-ui/components/github-info';
1
+ export * from '@hanzo/docs-base-ui/components/github-info';
2
+ //# sourceMappingURL=github-info.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"github-info.d.ts","sourceRoot":"","sources":["../../../src/ui/components/github-info.ts"],"names":[],"mappings":"AAAA,cAAc,4CAA4C,CAAC"}
@@ -1,2 +1,2 @@
1
1
  // src/ui/components/github-info.ts
2
- export * from "@hanzo/docs-radix-ui/components/github-info";
2
+ export * from "@hanzo/docs-base-ui/components/github-info";
@@ -1 +1,2 @@
1
- export * from '@hanzo/docs-radix-ui/components/heading';
1
+ export * from '@hanzo/docs-base-ui/components/heading';
2
+ //# sourceMappingURL=heading.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"heading.d.ts","sourceRoot":"","sources":["../../../src/ui/components/heading.ts"],"names":[],"mappings":"AAAA,cAAc,wCAAwC,CAAC"}
@@ -1,2 +1,2 @@
1
1
  // src/ui/components/heading.ts
2
- export * from "@hanzo/docs-radix-ui/components/heading";
2
+ export * from "@hanzo/docs-base-ui/components/heading";
@@ -1 +1,2 @@
1
- export * from '@hanzo/docs-radix-ui/components/image-zoom';
1
+ export * from '@hanzo/docs-base-ui/components/image-zoom';
2
+ //# sourceMappingURL=image-zoom.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"image-zoom.d.ts","sourceRoot":"","sources":["../../../src/ui/components/image-zoom.ts"],"names":[],"mappings":"AAAA,cAAc,2CAA2C,CAAC"}
@@ -1,2 +1,2 @@
1
1
  // src/ui/components/image-zoom.ts
2
- export * from "@hanzo/docs-radix-ui/components/image-zoom";
2
+ export * from "@hanzo/docs-base-ui/components/image-zoom";
@@ -1 +1,2 @@
1
- export * from '@hanzo/docs-radix-ui/components/inline-toc';
1
+ export * from '@hanzo/docs-base-ui/components/inline-toc';
2
+ //# sourceMappingURL=inline-toc.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"inline-toc.d.ts","sourceRoot":"","sources":["../../../src/ui/components/inline-toc.ts"],"names":[],"mappings":"AAAA,cAAc,2CAA2C,CAAC"}
@@ -1,2 +1,2 @@
1
1
  // src/ui/components/inline-toc.ts
2
- export * from "@hanzo/docs-radix-ui/components/inline-toc";
2
+ export * from "@hanzo/docs-base-ui/components/inline-toc";
@@ -1 +1,2 @@
1
- export * from '@hanzo/docs-radix-ui/components/steps';
1
+ export * from '@hanzo/docs-base-ui/components/steps';
2
+ //# sourceMappingURL=steps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"steps.d.ts","sourceRoot":"","sources":["../../../src/ui/components/steps.ts"],"names":[],"mappings":"AAAA,cAAc,sCAAsC,CAAC"}
@@ -1,2 +1,2 @@
1
1
  // src/ui/components/steps.ts
2
- export * from "@hanzo/docs-radix-ui/components/steps";
2
+ export * from "@hanzo/docs-base-ui/components/steps";
@@ -1 +1,2 @@
1
- export * from '@hanzo/docs-radix-ui/components/tabs';
1
+ export * from '@hanzo/docs-base-ui/components/tabs';
2
+ //# sourceMappingURL=tabs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tabs.d.ts","sourceRoot":"","sources":["../../../src/ui/components/tabs.ts"],"names":[],"mappings":"AAAA,cAAc,qCAAqC,CAAC"}
@@ -1,2 +1,2 @@
1
1
  // src/ui/components/tabs.ts
2
- export * from "@hanzo/docs-radix-ui/components/tabs";
2
+ export * from "@hanzo/docs-base-ui/components/tabs";
@@ -1 +1,2 @@
1
- export * from '@hanzo/docs-radix-ui/components/type-table';
1
+ export * from '@hanzo/docs-base-ui/components/type-table';
2
+ //# sourceMappingURL=type-table.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"type-table.d.ts","sourceRoot":"","sources":["../../../src/ui/components/type-table.ts"],"names":[],"mappings":"AAAA,cAAc,2CAA2C,CAAC"}
@@ -1,2 +1,2 @@
1
1
  // src/ui/components/type-table.ts
2
- export * from "@hanzo/docs-radix-ui/components/type-table";
2
+ export * from "@hanzo/docs-base-ui/components/type-table";
@@ -1 +1,2 @@
1
- export * from '@hanzo/docs-radix-ui/components/ui/button';
1
+ export * from '@hanzo/docs-base-ui/components/ui/button';
2
+ //# sourceMappingURL=button.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../../../src/ui/components/ui/button.ts"],"names":[],"mappings":"AAAA,cAAc,0CAA0C,CAAC"}
@@ -1,2 +1,2 @@
1
1
  // src/ui/components/ui/button.ts
2
- export * from "@hanzo/docs-radix-ui/components/ui/button";
2
+ export * from "@hanzo/docs-base-ui/components/ui/button";
@@ -1 +1,2 @@
1
- export * from '@hanzo/docs-radix-ui/contexts/i18n';
1
+ export * from '@hanzo/docs-base-ui/contexts/i18n';
2
+ //# sourceMappingURL=i18n.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"i18n.d.ts","sourceRoot":"","sources":["../../../src/ui/contexts/i18n.ts"],"names":[],"mappings":"AAAA,cAAc,mCAAmC,CAAC"}
@@ -1,2 +1,2 @@
1
1
  // src/ui/contexts/i18n.ts
2
- export * from "@hanzo/docs-radix-ui/contexts/i18n";
2
+ export * from "@hanzo/docs-base-ui/contexts/i18n";
@@ -1 +1,2 @@
1
- export * from '@hanzo/docs-radix-ui/contexts/tree';
1
+ export * from '@hanzo/docs-base-ui/contexts/tree';
2
+ //# sourceMappingURL=tree.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tree.d.ts","sourceRoot":"","sources":["../../../src/ui/contexts/tree.ts"],"names":[],"mappings":"AAAA,cAAc,mCAAmC,CAAC"}
@@ -1,2 +1,2 @@
1
1
  // src/ui/contexts/tree.ts
2
- export * from "@hanzo/docs-radix-ui/contexts/tree";
2
+ export * from "@hanzo/docs-base-ui/contexts/tree";
package/dist/ui/i18n.d.ts CHANGED
@@ -1 +1,2 @@
1
- export * from '@hanzo/docs-radix-ui/i18n';
1
+ export * from '@hanzo/docs-base-ui/i18n';
2
+ //# sourceMappingURL=i18n.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"i18n.d.ts","sourceRoot":"","sources":["../../src/ui/i18n.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC"}
package/dist/ui/i18n.js CHANGED
@@ -1,2 +1,2 @@
1
1
  // src/ui/i18n.ts
2
- export * from "@hanzo/docs-radix-ui/i18n";
2
+ export * from "@hanzo/docs-base-ui/i18n";
@@ -1,2 +1,2 @@
1
-
2
- export { }
1
+ export {};
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/ui/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC"}
@@ -1 +1,2 @@
1
- export * from '@hanzo/docs-radix-ui/layouts/docs';
1
+ export * from '@hanzo/docs-base-ui/layouts/docs';
2
+ //# sourceMappingURL=docs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"docs.d.ts","sourceRoot":"","sources":["../../../src/ui/layouts/docs.ts"],"names":[],"mappings":"AAAA,cAAc,kCAAkC,CAAC"}
@@ -1,2 +1,2 @@
1
1
  // src/ui/layouts/docs.ts
2
- export * from "@hanzo/docs-radix-ui/layouts/docs";
2
+ export * from "@hanzo/docs-base-ui/layouts/docs";