zudoku 0.1.1-dev.14 → 0.1.1-dev.16

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 (391) hide show
  1. package/dist/app/App.js +3 -1
  2. package/dist/app/App.js.map +1 -1
  3. package/dist/app/main.js +2 -2
  4. package/dist/app/main.js.map +1 -1
  5. package/dist/config/config.d.ts +3 -3
  6. package/dist/index.d.ts +2 -6
  7. package/dist/index.js +1 -5
  8. package/dist/index.js.map +1 -1
  9. package/dist/{app → lib}/DevPortal.d.ts +2 -2
  10. package/dist/{app → lib}/DevPortal.js +4 -4
  11. package/dist/{app → lib}/DevPortal.js.map +1 -1
  12. package/dist/{app → lib}/Heading.js.map +1 -1
  13. package/dist/{app → lib}/Router.js.map +1 -1
  14. package/dist/lib/auth.d.ts +1 -0
  15. package/dist/lib/auth.js +2 -0
  16. package/dist/lib/auth.js.map +1 -0
  17. package/dist/lib/authentication/authentication.js.map +1 -0
  18. package/dist/{app → lib}/authentication/clerk.d.ts +1 -2
  19. package/dist/{app → lib}/authentication/clerk.js +1 -2
  20. package/dist/lib/authentication/clerk.js.map +1 -0
  21. package/dist/{app → lib}/authentication/openid.js.map +1 -1
  22. package/dist/{app → lib}/components/AnchorLink.js.map +1 -1
  23. package/dist/{app → lib}/components/CategoryHeading.js.map +1 -1
  24. package/dist/{app → lib}/components/Dialog.js.map +1 -1
  25. package/dist/{app → lib}/components/DynamicIcon.js.map +1 -1
  26. package/dist/{app → lib}/components/Header.js.map +1 -1
  27. package/dist/{app → lib}/components/Input.js.map +1 -1
  28. package/dist/{app → lib}/components/Layout.js.map +1 -1
  29. package/dist/{app → lib}/components/Markdown.js.map +1 -1
  30. package/dist/{app → lib}/components/SyntaxHighlight.js.map +1 -1
  31. package/dist/{app → lib}/components/TopNavigation.js.map +1 -1
  32. package/dist/{app → lib}/components/context/ComponentsContext.js.map +1 -1
  33. package/dist/{app → lib}/components/context/DevPortalProvider.js.map +1 -1
  34. package/dist/lib/components/context/PluginSystem.js.map +1 -0
  35. package/dist/{app → lib}/components/context/ThemeContext.js.map +1 -1
  36. package/dist/{app → lib}/components/context/ViewportAnchorContext.js.map +1 -1
  37. package/dist/{app → lib}/components/navigation/SideNavigation.js.map +1 -1
  38. package/dist/{app → lib}/components/navigation/SideNavigationCategory.js.map +1 -1
  39. package/dist/{app → lib}/components/navigation/SideNavigationItem.js.map +1 -1
  40. package/dist/{app → lib}/components/navigation/SideNavigationWrapper.js.map +1 -1
  41. package/dist/{app → lib}/components/navigation/useNavigationCollapsibleState.js.map +1 -1
  42. package/dist/{app → lib}/components/navigation/util.js.map +1 -1
  43. package/dist/lib/components.d.ts +3 -0
  44. package/dist/lib/components.js +4 -0
  45. package/dist/lib/components.js.map +1 -0
  46. package/dist/{app → lib}/core/DevPortalContext.js.map +1 -1
  47. package/dist/{app → lib}/core/helmet.js.map +1 -1
  48. package/dist/lib/core/icons.js.map +1 -0
  49. package/dist/{app → lib}/core/plugins.js.map +1 -1
  50. package/dist/lib/core/router.js.map +1 -0
  51. package/dist/lib/core/types/combine.js.map +1 -0
  52. package/dist/{app → lib}/oas/graphql/index.js.map +1 -1
  53. package/dist/{app → lib}/oas/graphql/server.js.map +1 -1
  54. package/dist/{app → lib}/oas/parser/dereference/index.js.map +1 -1
  55. package/dist/{app → lib}/oas/parser/dereference/resolveRef.js.map +1 -1
  56. package/dist/{app → lib}/oas/parser/index.js.map +1 -1
  57. package/dist/{app → lib}/oas/parser/upgrade/index.js.map +1 -1
  58. package/dist/{app → lib}/plugins/api-key/SettingsApiKeys.js.map +1 -1
  59. package/dist/{app → lib}/plugins/api-key/index.js.map +1 -1
  60. package/dist/{app → lib}/plugins/markdown/MdxPage.js.map +1 -1
  61. package/dist/{app → lib}/plugins/markdown/Toc.js.map +1 -1
  62. package/dist/{app → lib}/plugins/markdown/generateRoutes.js.map +1 -1
  63. package/dist/{app → lib}/plugins/markdown/index.js.map +1 -1
  64. package/dist/{app → lib}/plugins/openapi/ColorizedParam.js.map +1 -1
  65. package/dist/{app → lib}/plugins/openapi/MakeRequest.js.map +1 -1
  66. package/dist/{app → lib}/plugins/openapi/MethodBadge.js.map +1 -1
  67. package/dist/{app → lib}/plugins/openapi/OperationList.js.map +1 -1
  68. package/dist/{app → lib}/plugins/openapi/OperationListItem.js.map +1 -1
  69. package/dist/{app → lib}/plugins/openapi/ParameterList.js.map +1 -1
  70. package/dist/{app → lib}/plugins/openapi/ParameterListItem.js.map +1 -1
  71. package/dist/{app → lib}/plugins/openapi/RequestBodySidecarBox.js.map +1 -1
  72. package/dist/{app → lib}/plugins/openapi/ResponsesSidecarBox.js.map +1 -1
  73. package/dist/{app → lib}/plugins/openapi/Select.js.map +1 -1
  74. package/dist/{app → lib}/plugins/openapi/Sidecar.js.map +1 -1
  75. package/dist/{app → lib}/plugins/openapi/SidecarBox.js.map +1 -1
  76. package/dist/{app → lib}/plugins/openapi/graphql/fragment-masking.js.map +1 -1
  77. package/dist/{app → lib}/plugins/openapi/graphql/gql.js.map +1 -1
  78. package/dist/{app → lib}/plugins/openapi/graphql/graphql.js.map +1 -1
  79. package/dist/lib/plugins/openapi/graphql/index.js.map +1 -0
  80. package/dist/{app → lib}/plugins/openapi/index.js.map +1 -1
  81. package/dist/{app → lib}/plugins/openapi/playground/Playground.js.map +1 -1
  82. package/dist/{app → lib}/plugins/openapi/util/generateSchemaExample.js.map +1 -1
  83. package/dist/{app → lib}/plugins/openapi/util/urql.js.map +1 -1
  84. package/dist/{app → lib}/plugins/openapi/worker/createSharedWorkerClient.js.map +1 -1
  85. package/dist/{app → lib}/plugins/openapi/worker/worker.js.map +1 -1
  86. package/dist/{app → lib}/plugins/redirect/index.js.map +1 -1
  87. package/dist/lib/plugins.d.ts +4 -0
  88. package/dist/lib/plugins.js +6 -0
  89. package/dist/lib/plugins.js.map +1 -0
  90. package/dist/{app → lib}/ui/Button.d.ts +1 -1
  91. package/dist/{app → lib}/ui/Button.js.map +1 -1
  92. package/dist/{app → lib}/ui/Callout.js.map +1 -1
  93. package/dist/{app → lib}/ui/Card.js.map +1 -1
  94. package/dist/{app → lib}/ui/Note.js.map +1 -1
  95. package/dist/{app → lib}/ui/Tabs.js.map +1 -1
  96. package/dist/{app → lib}/util/MdxComponents.js.map +1 -1
  97. package/dist/{app → lib}/util/cn.js.map +1 -1
  98. package/dist/{app → lib}/util/createVariantComponent.js.map +1 -1
  99. package/dist/{app → lib}/util/createWaitForNotify.js.map +1 -1
  100. package/dist/{app → lib}/util/groupBy.js.map +1 -1
  101. package/dist/{app → lib}/util/joinPath.js.map +1 -1
  102. package/dist/{app → lib}/util/pastellize.js.map +1 -1
  103. package/dist/lib/util/slugify.js.map +1 -0
  104. package/dist/{app → lib}/util/traverseNavigation.js.map +1 -1
  105. package/dist/{app → lib}/util/useScrollToAnchor.js.map +1 -1
  106. package/dist/{app → lib}/util/useScrollToTop.js.map +1 -1
  107. package/dist/vite/config.d.ts +2 -1
  108. package/dist/vite/config.js +28 -18
  109. package/dist/vite/config.js.map +1 -1
  110. package/dist/vite/dev-server.js +4 -4
  111. package/dist/vite/dev-server.js.map +1 -1
  112. package/dist/vite/plugin-api.js +1 -1
  113. package/dist/vite/plugin-api.js.map +1 -1
  114. package/dist/vite/plugin-auth.js +2 -2
  115. package/dist/vite/plugin-auth.js.map +1 -1
  116. package/dist/vite/plugin-component.d.ts +3 -0
  117. package/dist/vite/plugin-component.js +22 -0
  118. package/dist/vite/plugin-component.js.map +1 -0
  119. package/dist/vite/plugin-docs.js +1 -1
  120. package/dist/vite/plugin-docs.js.map +1 -1
  121. package/dist/vite/plugin-html.js +0 -3
  122. package/dist/vite/plugin-html.js.map +1 -1
  123. package/dist/vite/plugin-mdx.js +1 -1
  124. package/dist/vite/plugin-mdx.js.map +1 -1
  125. package/package.json +18 -19
  126. package/src/app/App.tsx +4 -1
  127. package/src/app/main.tsx +3 -3
  128. package/dist/app/authentication/authentication.js.map +0 -1
  129. package/dist/app/authentication/clerk.js.map +0 -1
  130. package/dist/app/components/context/PluginSystem.js.map +0 -1
  131. package/dist/app/core/icons.js.map +0 -1
  132. package/dist/app/core/router.js.map +0 -1
  133. package/dist/app/core/types/combine.js.map +0 -1
  134. package/dist/app/plugins/openapi/graphql/index.js.map +0 -1
  135. package/dist/app/util/slugify.js.map +0 -1
  136. package/dist/auth.d.ts +0 -2
  137. package/dist/auth.js +0 -3
  138. package/dist/auth.js.map +0 -1
  139. package/dist/plugins.d.ts +0 -4
  140. package/dist/plugins.js +0 -6
  141. package/dist/plugins.js.map +0 -1
  142. package/src/app/DevPortal.tsx +0 -93
  143. package/src/app/Heading.tsx +0 -60
  144. package/src/app/Router.tsx +0 -28
  145. package/src/app/authentication/authentication.ts +0 -18
  146. package/src/app/authentication/clerk.ts +0 -47
  147. package/src/app/authentication/openid.ts +0 -192
  148. package/src/app/components/AnchorLink.tsx +0 -19
  149. package/src/app/components/CategoryHeading.tsx +0 -16
  150. package/src/app/components/Dialog.tsx +0 -119
  151. package/src/app/components/DynamicIcon.tsx +0 -60
  152. package/src/app/components/Header.tsx +0 -69
  153. package/src/app/components/Input.tsx +0 -24
  154. package/src/app/components/Layout.tsx +0 -56
  155. package/src/app/components/Markdown.tsx +0 -37
  156. package/src/app/components/SyntaxHighlight.tsx +0 -94
  157. package/src/app/components/TopNavigation.tsx +0 -32
  158. package/src/app/components/context/ComponentsContext.tsx +0 -24
  159. package/src/app/components/context/DevPortalProvider.ts +0 -54
  160. package/src/app/components/context/PluginSystem.ts +0 -0
  161. package/src/app/components/context/ThemeContext.tsx +0 -46
  162. package/src/app/components/context/ViewportAnchorContext.tsx +0 -139
  163. package/src/app/components/navigation/SideNavigation.tsx +0 -18
  164. package/src/app/components/navigation/SideNavigationCategory.tsx +0 -74
  165. package/src/app/components/navigation/SideNavigationItem.tsx +0 -143
  166. package/src/app/components/navigation/SideNavigationWrapper.tsx +0 -15
  167. package/src/app/components/navigation/useNavigationCollapsibleState.ts +0 -27
  168. package/src/app/components/navigation/util.ts +0 -38
  169. package/src/app/core/DevPortalContext.ts +0 -164
  170. package/src/app/core/helmet.ts +0 -5
  171. package/src/app/core/icons.tsx +0 -1
  172. package/src/app/core/plugins.ts +0 -43
  173. package/src/app/core/router.tsx +0 -1
  174. package/src/app/core/types/combine.ts +0 -16
  175. package/src/app/oas/graphql/index.ts +0 -422
  176. package/src/app/oas/graphql/server.ts +0 -10
  177. package/src/app/oas/parser/dereference/index.ts +0 -59
  178. package/src/app/oas/parser/dereference/resolveRef.ts +0 -32
  179. package/src/app/oas/parser/index.ts +0 -94
  180. package/src/app/oas/parser/schemas/v3.0.json +0 -1489
  181. package/src/app/oas/parser/schemas/v3.1.json +0 -1298
  182. package/src/app/oas/parser/upgrade/index.ts +0 -108
  183. package/src/app/plugins/api-key/SettingsApiKeys.tsx +0 -22
  184. package/src/app/plugins/api-key/index.tsx +0 -123
  185. package/src/app/plugins/markdown/MdxPage.tsx +0 -128
  186. package/src/app/plugins/markdown/Toc.tsx +0 -122
  187. package/src/app/plugins/markdown/generateRoutes.tsx +0 -72
  188. package/src/app/plugins/markdown/index.tsx +0 -31
  189. package/src/app/plugins/openapi/ColorizedParam.tsx +0 -82
  190. package/src/app/plugins/openapi/MakeRequest.tsx +0 -49
  191. package/src/app/plugins/openapi/MethodBadge.tsx +0 -36
  192. package/src/app/plugins/openapi/OperationList.tsx +0 -117
  193. package/src/app/plugins/openapi/OperationListItem.tsx +0 -55
  194. package/src/app/plugins/openapi/ParameterList.tsx +0 -32
  195. package/src/app/plugins/openapi/ParameterListItem.tsx +0 -60
  196. package/src/app/plugins/openapi/RequestBodySidecarBox.tsx +0 -51
  197. package/src/app/plugins/openapi/ResponsesSidecarBox.tsx +0 -60
  198. package/src/app/plugins/openapi/Select.tsx +0 -35
  199. package/src/app/plugins/openapi/Sidecar.tsx +0 -160
  200. package/src/app/plugins/openapi/SidecarBox.tsx +0 -36
  201. package/src/app/plugins/openapi/graphql/fragment-masking.ts +0 -111
  202. package/src/app/plugins/openapi/graphql/gql.ts +0 -70
  203. package/src/app/plugins/openapi/graphql/graphql.ts +0 -795
  204. package/src/app/plugins/openapi/graphql/index.ts +0 -2
  205. package/src/app/plugins/openapi/index.tsx +0 -142
  206. package/src/app/plugins/openapi/playground/Playground.tsx +0 -309
  207. package/src/app/plugins/openapi/queries.graphql +0 -6
  208. package/src/app/plugins/openapi/util/generateSchemaExample.ts +0 -59
  209. package/src/app/plugins/openapi/util/urql.ts +0 -8
  210. package/src/app/plugins/openapi/worker/createSharedWorkerClient.ts +0 -60
  211. package/src/app/plugins/openapi/worker/worker.ts +0 -30
  212. package/src/app/plugins/redirect/index.tsx +0 -20
  213. package/src/app/ui/Button.tsx +0 -56
  214. package/src/app/ui/Callout.tsx +0 -87
  215. package/src/app/ui/Card.tsx +0 -82
  216. package/src/app/ui/Note.tsx +0 -58
  217. package/src/app/ui/Tabs.tsx +0 -52
  218. package/src/app/util/MdxComponents.tsx +0 -70
  219. package/src/app/util/cn.ts +0 -6
  220. package/src/app/util/createVariantComponent.tsx +0 -30
  221. package/src/app/util/createWaitForNotify.ts +0 -18
  222. package/src/app/util/groupBy.ts +0 -24
  223. package/src/app/util/joinPath.tsx +0 -10
  224. package/src/app/util/pastellize.ts +0 -25
  225. package/src/app/util/slugify.ts +0 -3
  226. package/src/app/util/traverseNavigation.ts +0 -55
  227. package/src/app/util/useScrollToAnchor.ts +0 -38
  228. package/src/app/util/useScrollToTop.ts +0 -13
  229. /package/dist/{app → lib}/Heading.d.ts +0 -0
  230. /package/dist/{app → lib}/Heading.js +0 -0
  231. /package/dist/{app → lib}/Router.d.ts +0 -0
  232. /package/dist/{app → lib}/Router.js +0 -0
  233. /package/dist/{app → lib}/authentication/authentication.d.ts +0 -0
  234. /package/dist/{app → lib}/authentication/authentication.js +0 -0
  235. /package/dist/{app → lib}/authentication/openid.d.ts +0 -0
  236. /package/dist/{app → lib}/authentication/openid.js +0 -0
  237. /package/dist/{app → lib}/components/AnchorLink.d.ts +0 -0
  238. /package/dist/{app → lib}/components/AnchorLink.js +0 -0
  239. /package/dist/{app → lib}/components/CategoryHeading.d.ts +0 -0
  240. /package/dist/{app → lib}/components/CategoryHeading.js +0 -0
  241. /package/dist/{app → lib}/components/Dialog.d.ts +0 -0
  242. /package/dist/{app → lib}/components/Dialog.js +0 -0
  243. /package/dist/{app → lib}/components/DynamicIcon.d.ts +0 -0
  244. /package/dist/{app → lib}/components/DynamicIcon.js +0 -0
  245. /package/dist/{app → lib}/components/Header.d.ts +0 -0
  246. /package/dist/{app → lib}/components/Header.js +0 -0
  247. /package/dist/{app → lib}/components/Input.d.ts +0 -0
  248. /package/dist/{app → lib}/components/Input.js +0 -0
  249. /package/dist/{app → lib}/components/Layout.d.ts +0 -0
  250. /package/dist/{app → lib}/components/Layout.js +0 -0
  251. /package/dist/{app → lib}/components/Markdown.d.ts +0 -0
  252. /package/dist/{app → lib}/components/Markdown.js +0 -0
  253. /package/dist/{app → lib}/components/SyntaxHighlight.d.ts +0 -0
  254. /package/dist/{app → lib}/components/SyntaxHighlight.js +0 -0
  255. /package/dist/{app → lib}/components/TopNavigation.d.ts +0 -0
  256. /package/dist/{app → lib}/components/TopNavigation.js +0 -0
  257. /package/dist/{app → lib}/components/context/ComponentsContext.d.ts +0 -0
  258. /package/dist/{app → lib}/components/context/ComponentsContext.js +0 -0
  259. /package/dist/{app → lib}/components/context/DevPortalProvider.d.ts +0 -0
  260. /package/dist/{app → lib}/components/context/DevPortalProvider.js +0 -0
  261. /package/dist/{app → lib}/components/context/PluginSystem.d.ts +0 -0
  262. /package/dist/{app → lib}/components/context/PluginSystem.js +0 -0
  263. /package/dist/{app → lib}/components/context/ThemeContext.d.ts +0 -0
  264. /package/dist/{app → lib}/components/context/ThemeContext.js +0 -0
  265. /package/dist/{app → lib}/components/context/ViewportAnchorContext.d.ts +0 -0
  266. /package/dist/{app → lib}/components/context/ViewportAnchorContext.js +0 -0
  267. /package/dist/{app → lib}/components/navigation/SideNavigation.d.ts +0 -0
  268. /package/dist/{app → lib}/components/navigation/SideNavigation.js +0 -0
  269. /package/dist/{app → lib}/components/navigation/SideNavigationCategory.d.ts +0 -0
  270. /package/dist/{app → lib}/components/navigation/SideNavigationCategory.js +0 -0
  271. /package/dist/{app → lib}/components/navigation/SideNavigationItem.d.ts +0 -0
  272. /package/dist/{app → lib}/components/navigation/SideNavigationItem.js +0 -0
  273. /package/dist/{app → lib}/components/navigation/SideNavigationWrapper.d.ts +0 -0
  274. /package/dist/{app → lib}/components/navigation/SideNavigationWrapper.js +0 -0
  275. /package/dist/{app → lib}/components/navigation/useNavigationCollapsibleState.d.ts +0 -0
  276. /package/dist/{app → lib}/components/navigation/useNavigationCollapsibleState.js +0 -0
  277. /package/dist/{app → lib}/components/navigation/util.d.ts +0 -0
  278. /package/dist/{app → lib}/components/navigation/util.js +0 -0
  279. /package/dist/{app → lib}/core/DevPortalContext.d.ts +0 -0
  280. /package/dist/{app → lib}/core/DevPortalContext.js +0 -0
  281. /package/dist/{app → lib}/core/helmet.d.ts +0 -0
  282. /package/dist/{app → lib}/core/helmet.js +0 -0
  283. /package/dist/{app → lib}/core/icons.d.ts +0 -0
  284. /package/dist/{app → lib}/core/icons.js +0 -0
  285. /package/dist/{app → lib}/core/plugins.d.ts +0 -0
  286. /package/dist/{app → lib}/core/plugins.js +0 -0
  287. /package/dist/{app → lib}/core/router.d.ts +0 -0
  288. /package/dist/{app → lib}/core/router.js +0 -0
  289. /package/dist/{app → lib}/core/types/combine.d.ts +0 -0
  290. /package/dist/{app → lib}/core/types/combine.js +0 -0
  291. /package/dist/{app → lib}/oas/graphql/index.d.ts +0 -0
  292. /package/dist/{app → lib}/oas/graphql/index.js +0 -0
  293. /package/dist/{app → lib}/oas/graphql/server.d.ts +0 -0
  294. /package/dist/{app → lib}/oas/graphql/server.js +0 -0
  295. /package/dist/{app → lib}/oas/parser/dereference/index.d.ts +0 -0
  296. /package/dist/{app → lib}/oas/parser/dereference/index.js +0 -0
  297. /package/dist/{app → lib}/oas/parser/dereference/resolveRef.d.ts +0 -0
  298. /package/dist/{app → lib}/oas/parser/dereference/resolveRef.js +0 -0
  299. /package/dist/{app → lib}/oas/parser/index.d.ts +0 -0
  300. /package/dist/{app → lib}/oas/parser/index.js +0 -0
  301. /package/dist/{app → lib}/oas/parser/upgrade/index.d.ts +0 -0
  302. /package/dist/{app → lib}/oas/parser/upgrade/index.js +0 -0
  303. /package/dist/{app → lib}/plugins/api-key/SettingsApiKeys.d.ts +0 -0
  304. /package/dist/{app → lib}/plugins/api-key/SettingsApiKeys.js +0 -0
  305. /package/dist/{app → lib}/plugins/api-key/index.d.ts +0 -0
  306. /package/dist/{app → lib}/plugins/api-key/index.js +0 -0
  307. /package/dist/{app → lib}/plugins/markdown/MdxPage.d.ts +0 -0
  308. /package/dist/{app → lib}/plugins/markdown/MdxPage.js +0 -0
  309. /package/dist/{app → lib}/plugins/markdown/Toc.d.ts +0 -0
  310. /package/dist/{app → lib}/plugins/markdown/Toc.js +0 -0
  311. /package/dist/{app → lib}/plugins/markdown/generateRoutes.d.ts +0 -0
  312. /package/dist/{app → lib}/plugins/markdown/generateRoutes.js +0 -0
  313. /package/dist/{app → lib}/plugins/markdown/index.d.ts +0 -0
  314. /package/dist/{app → lib}/plugins/markdown/index.js +0 -0
  315. /package/dist/{app → lib}/plugins/openapi/ColorizedParam.d.ts +0 -0
  316. /package/dist/{app → lib}/plugins/openapi/ColorizedParam.js +0 -0
  317. /package/dist/{app → lib}/plugins/openapi/MakeRequest.d.ts +0 -0
  318. /package/dist/{app → lib}/plugins/openapi/MakeRequest.js +0 -0
  319. /package/dist/{app → lib}/plugins/openapi/MethodBadge.d.ts +0 -0
  320. /package/dist/{app → lib}/plugins/openapi/MethodBadge.js +0 -0
  321. /package/dist/{app → lib}/plugins/openapi/OperationList.d.ts +0 -0
  322. /package/dist/{app → lib}/plugins/openapi/OperationList.js +0 -0
  323. /package/dist/{app → lib}/plugins/openapi/OperationListItem.d.ts +0 -0
  324. /package/dist/{app → lib}/plugins/openapi/OperationListItem.js +0 -0
  325. /package/dist/{app → lib}/plugins/openapi/ParameterList.d.ts +0 -0
  326. /package/dist/{app → lib}/plugins/openapi/ParameterList.js +0 -0
  327. /package/dist/{app → lib}/plugins/openapi/ParameterListItem.d.ts +0 -0
  328. /package/dist/{app → lib}/plugins/openapi/ParameterListItem.js +0 -0
  329. /package/dist/{app → lib}/plugins/openapi/RequestBodySidecarBox.d.ts +0 -0
  330. /package/dist/{app → lib}/plugins/openapi/RequestBodySidecarBox.js +0 -0
  331. /package/dist/{app → lib}/plugins/openapi/ResponsesSidecarBox.d.ts +0 -0
  332. /package/dist/{app → lib}/plugins/openapi/ResponsesSidecarBox.js +0 -0
  333. /package/dist/{app → lib}/plugins/openapi/Select.d.ts +0 -0
  334. /package/dist/{app → lib}/plugins/openapi/Select.js +0 -0
  335. /package/dist/{app → lib}/plugins/openapi/Sidecar.d.ts +0 -0
  336. /package/dist/{app → lib}/plugins/openapi/Sidecar.js +0 -0
  337. /package/dist/{app → lib}/plugins/openapi/SidecarBox.d.ts +0 -0
  338. /package/dist/{app → lib}/plugins/openapi/SidecarBox.js +0 -0
  339. /package/dist/{app → lib}/plugins/openapi/graphql/fragment-masking.d.ts +0 -0
  340. /package/dist/{app → lib}/plugins/openapi/graphql/fragment-masking.js +0 -0
  341. /package/dist/{app → lib}/plugins/openapi/graphql/gql.d.ts +0 -0
  342. /package/dist/{app → lib}/plugins/openapi/graphql/gql.js +0 -0
  343. /package/dist/{app → lib}/plugins/openapi/graphql/graphql.d.ts +0 -0
  344. /package/dist/{app → lib}/plugins/openapi/graphql/graphql.js +0 -0
  345. /package/dist/{app → lib}/plugins/openapi/graphql/index.d.ts +0 -0
  346. /package/dist/{app → lib}/plugins/openapi/graphql/index.js +0 -0
  347. /package/dist/{app → lib}/plugins/openapi/index.d.ts +0 -0
  348. /package/dist/{app → lib}/plugins/openapi/index.js +0 -0
  349. /package/dist/{app → lib}/plugins/openapi/playground/Playground.d.ts +0 -0
  350. /package/dist/{app → lib}/plugins/openapi/playground/Playground.js +0 -0
  351. /package/dist/{app → lib}/plugins/openapi/util/generateSchemaExample.d.ts +0 -0
  352. /package/dist/{app → lib}/plugins/openapi/util/generateSchemaExample.js +0 -0
  353. /package/dist/{app → lib}/plugins/openapi/util/urql.d.ts +0 -0
  354. /package/dist/{app → lib}/plugins/openapi/util/urql.js +0 -0
  355. /package/dist/{app → lib}/plugins/openapi/worker/createSharedWorkerClient.d.ts +0 -0
  356. /package/dist/{app → lib}/plugins/openapi/worker/createSharedWorkerClient.js +0 -0
  357. /package/dist/{app → lib}/plugins/openapi/worker/worker.d.ts +0 -0
  358. /package/dist/{app → lib}/plugins/openapi/worker/worker.js +0 -0
  359. /package/dist/{app → lib}/plugins/redirect/index.d.ts +0 -0
  360. /package/dist/{app → lib}/plugins/redirect/index.js +0 -0
  361. /package/dist/{app → lib}/ui/Button.js +0 -0
  362. /package/dist/{app → lib}/ui/Callout.d.ts +0 -0
  363. /package/dist/{app → lib}/ui/Callout.js +0 -0
  364. /package/dist/{app → lib}/ui/Card.d.ts +0 -0
  365. /package/dist/{app → lib}/ui/Card.js +0 -0
  366. /package/dist/{app → lib}/ui/Note.d.ts +0 -0
  367. /package/dist/{app → lib}/ui/Note.js +0 -0
  368. /package/dist/{app → lib}/ui/Tabs.d.ts +0 -0
  369. /package/dist/{app → lib}/ui/Tabs.js +0 -0
  370. /package/dist/{app → lib}/util/MdxComponents.d.ts +0 -0
  371. /package/dist/{app → lib}/util/MdxComponents.js +0 -0
  372. /package/dist/{app → lib}/util/cn.d.ts +0 -0
  373. /package/dist/{app → lib}/util/cn.js +0 -0
  374. /package/dist/{app → lib}/util/createVariantComponent.d.ts +0 -0
  375. /package/dist/{app → lib}/util/createVariantComponent.js +0 -0
  376. /package/dist/{app → lib}/util/createWaitForNotify.d.ts +0 -0
  377. /package/dist/{app → lib}/util/createWaitForNotify.js +0 -0
  378. /package/dist/{app → lib}/util/groupBy.d.ts +0 -0
  379. /package/dist/{app → lib}/util/groupBy.js +0 -0
  380. /package/dist/{app → lib}/util/joinPath.d.ts +0 -0
  381. /package/dist/{app → lib}/util/joinPath.js +0 -0
  382. /package/dist/{app → lib}/util/pastellize.d.ts +0 -0
  383. /package/dist/{app → lib}/util/pastellize.js +0 -0
  384. /package/dist/{app → lib}/util/slugify.d.ts +0 -0
  385. /package/dist/{app → lib}/util/slugify.js +0 -0
  386. /package/dist/{app → lib}/util/traverseNavigation.d.ts +0 -0
  387. /package/dist/{app → lib}/util/traverseNavigation.js +0 -0
  388. /package/dist/{app → lib}/util/useScrollToAnchor.d.ts +0 -0
  389. /package/dist/{app → lib}/util/useScrollToAnchor.js +0 -0
  390. /package/dist/{app → lib}/util/useScrollToTop.d.ts +0 -0
  391. /package/dist/{app → lib}/util/useScrollToTop.js +0 -0
@@ -1,108 +0,0 @@
1
- /* eslint-disable @typescript-eslint/no-explicit-any */
2
- import type { OpenAPIDocument } from "../index.js";
3
- /**
4
- * Upgrade from OpenAPI 3.0.x to 3.1.0
5
- *
6
- * Taken from https://github.com/scalar/openapi-parser/blob/main/packages/openapi-parser/src/utils/upgradeFromThreeToThreeOne.ts
7
- * https://www.openapis.org/blog/2021/02/16/migrating-from-openapi-3-0-to-3-1-0
8
- */
9
- export function traverse(
10
- specification: Record<string, any>,
11
- transform: (specification: Record<string, any>) => Record<string, any>,
12
- ) {
13
- const result: Record<string, any> = {};
14
-
15
- for (const [key, value] of Object.entries(specification)) {
16
- if (Array.isArray(value)) {
17
- result[key] = value.map((item) =>
18
- typeof item === "object" && item !== null
19
- ? traverse(item, transform)
20
- : item,
21
- );
22
- } else if (typeof value === "object" && value !== null) {
23
- result[key] = traverse(value, transform);
24
- } else {
25
- result[key] = value;
26
- }
27
- }
28
-
29
- return transform(result);
30
- }
31
-
32
- export const upgradeSchema = (schema: Record<string, any>): OpenAPIDocument => {
33
- if (schema.openapi?.startsWith("3.0")) {
34
- schema.openapi = "3.1.0";
35
- }
36
-
37
- schema = traverse(schema, (sub) => {
38
- if (sub.type !== "undefined" && sub.nullable === true) {
39
- sub.type = ["null", sub.type];
40
- delete sub.nullable;
41
- }
42
-
43
- return sub;
44
- });
45
-
46
- schema = traverse(schema, (sub) => {
47
- if (sub.exclusiveMinimum === true) {
48
- sub.exclusiveMinimum = sub.minimum;
49
- delete sub.minimum;
50
- } else if (sub.exclusiveMinimum === false) {
51
- delete sub.exclusiveMinimum;
52
- }
53
-
54
- if (sub.exclusiveMaximum === true) {
55
- sub.exclusiveMaximum = sub.maximum;
56
- delete sub.maximum;
57
- } else if (sub.exclusiveMaximum === false) {
58
- delete sub.exclusiveMaximum;
59
- }
60
-
61
- return sub;
62
- });
63
-
64
- schema = traverse(schema, (sub) => {
65
- if (sub.example !== undefined) {
66
- sub.examples = {
67
- default: sub.example,
68
- };
69
- delete sub.example;
70
- }
71
-
72
- return sub;
73
- });
74
-
75
- schema = traverse(schema, (sub) => {
76
- if (sub.type === "object" && sub.properties !== undefined) {
77
- for (const [, value] of Object.entries(sub.properties)) {
78
- const v = (value ?? {}) as Record<string, any>;
79
- if (v.type === "string" && v.format === "binary") {
80
- v.contentEncoding = "application/octet-stream";
81
- delete v.format;
82
- }
83
- }
84
- }
85
- return sub;
86
- });
87
-
88
- schema = traverse(schema, (sub) => {
89
- if (sub.type === "string" && sub.format === "binary") {
90
- return undefined as any;
91
- }
92
-
93
- return sub;
94
- });
95
-
96
- schema = traverse(schema, (sub) => {
97
- if (sub.type === "string" && sub.format === "base64") {
98
- return {
99
- type: "string",
100
- contentEncoding: "base64",
101
- };
102
- }
103
-
104
- return sub;
105
- });
106
-
107
- return schema as OpenAPIDocument;
108
- };
@@ -1,22 +0,0 @@
1
- import { useApiIdentities } from "../../components/context/DevPortalProvider.js";
2
- import { type ApiKeyPluginOptions } from "./index.js";
3
-
4
- export const SettingsApiKeys = ({
5
- options,
6
- }: {
7
- options: ApiKeyPluginOptions;
8
- }) => {
9
- const keys = useApiIdentities();
10
-
11
- return (
12
- <div className="prose dark:prose-invert">
13
- <h1>Who's who</h1>
14
- <button className="border">Create API Key</button>
15
- <ul>
16
- {keys.data.map((key) => (
17
- <li>{key.name}</li>
18
- ))}
19
- </ul>
20
- </div>
21
- );
22
- };
@@ -1,123 +0,0 @@
1
- import { DevPortalSystemPaths } from "../../DevPortal.js";
2
- import { DevPortalContext } from "../../core/DevPortalContext.js";
3
- import {
4
- type ApiIdentityPlugin,
5
- type DevPortalPlugin,
6
- } from "../../core/plugins.js";
7
- import { SettingsApiKeys } from "./SettingsApiKeys.js";
8
-
9
- export type GetConsumerOptions =
10
- | {
11
- getConsumers: (context: DevPortalContext) => Promise<ConsumerData | void>;
12
- }
13
- | { consumerEndpoint: string };
14
-
15
- export type ApiKeyPluginOptions = {
16
- rollKey?: (
17
- id: string,
18
- consumerName: string,
19
- context: DevPortalContext,
20
- ) => Promise<void>;
21
- deleteKey?: (
22
- id: string,
23
- consumerName: string,
24
- context: DevPortalContext,
25
- ) => Promise<void>;
26
- updateConsumerDescription?: (
27
- consumerName: string,
28
- description: string,
29
- context: DevPortalContext,
30
- ) => Promise<void>;
31
- createConsumer?: (
32
- description: string,
33
- context: DevPortalContext,
34
- ) => Promise<void>;
35
- deleteConsumer?: (
36
- consumerName: string,
37
- context: DevPortalContext,
38
- ) => Promise<void>;
39
- } & GetConsumerOptions;
40
-
41
- export interface ConsumerData {
42
- consumers: Consumer[];
43
- }
44
-
45
- export interface Consumer {
46
- name: string;
47
- createdOn?: string;
48
- description?: string;
49
- apiKeys: ConsumerApiKey[];
50
- }
51
-
52
- export interface ConsumerApiKey {
53
- id: string;
54
- description?: string;
55
- createdOn?: string;
56
- updatedOn?: string;
57
- expiresOn?: string;
58
- key: string;
59
- }
60
-
61
- const defaultGetConsumers = async (context: DevPortalContext) => {
62
- const accessToken = await context.authentication?.getToken?.(context);
63
-
64
- if (!accessToken) {
65
- throw new Error("No token found");
66
- }
67
-
68
- const consumers = await fetch(
69
- "https://zudoku-customer-main-b36fa2f.d2.zuplo.dev/v1/developer/api-keys",
70
- {
71
- headers: {
72
- Authorization: `Bearer ${accessToken}`,
73
- },
74
- },
75
- );
76
-
77
- return { consumers: [await consumers.json()] };
78
- };
79
-
80
- export const apiKeyPlugin = (
81
- options: ApiKeyPluginOptions,
82
- ): DevPortalPlugin & ApiIdentityPlugin => {
83
- const getConsumers =
84
- "getConsumers" in options ? options.getConsumers : defaultGetConsumers;
85
-
86
- return {
87
- getNavigation: async (path: string) => {
88
- if (path !== DevPortalSystemPaths.Settings) {
89
- return [];
90
- }
91
-
92
- return [
93
- {
94
- path: "settings/api-keys",
95
- label: "API Keys",
96
- children: [],
97
- },
98
- ];
99
- },
100
- getIdentities: async (context) => {
101
- return [];
102
- // throw new Error("Not implemented");
103
- // const keys = await getConsumers(context);
104
- // return (keys ?? { consumers: [] }).consumers
105
- // .flatMap((consumer) => consumer.apiKeys)
106
- // .map((key) => ({
107
- // authorizeRequest: (request: Request) => {
108
- // request.headers.set("Authorization", `Bearer ${key.key}`);
109
- // },
110
- // id: key.id,
111
- // name: key.id,
112
- // }));
113
- },
114
- getRoutes: () => {
115
- return [
116
- {
117
- path: "/settings/api-keys",
118
- element: <SettingsApiKeys options={options} />,
119
- },
120
- ];
121
- },
122
- };
123
- };
@@ -1,128 +0,0 @@
1
- import { useMemo, type PropsWithChildren, type ReactNode } from "react";
2
- import { Heading } from "../../Heading.js";
3
- import { CategoryHeading } from "../../components/CategoryHeading.js";
4
- import { ProseClasses } from "../../components/Markdown.js";
5
- import { useTopNavigationItem } from "../../components/context/DevPortalProvider.js";
6
- import { isPathItem } from "../../components/navigation/util.js";
7
- import { Helmet } from "../../core/helmet.js";
8
- import { Link, useLocation } from "../../core/router.js";
9
- import { cn } from "../../util/cn.js";
10
- import slugify from "../../util/slugify.js";
11
- import { traverseNavigation } from "../../util/traverseNavigation.js";
12
- import { Toc } from "./Toc.js";
13
- import type { MDXImport } from "./index.js";
14
-
15
- export const MdxPage = ({
16
- children,
17
- frontmatter,
18
- tableOfContents,
19
- }: PropsWithChildren<Omit<MDXImport, "default">>) => {
20
- const navItem = useTopNavigationItem();
21
- const location = useLocation();
22
-
23
- const categoryTitle = navItem
24
- ? traverseNavigation(navItem, (_node, fullPath, parentNodes) => {
25
- if (fullPath === location.pathname) {
26
- return parentNodes.at(0)?.label;
27
- }
28
- })
29
- : undefined;
30
-
31
- const title = frontmatter?.title;
32
- const category = frontmatter?.category ?? categoryTitle;
33
- const hideToc = frontmatter?.toc === false;
34
-
35
- const pageTitle =
36
- tableOfContents.find((item) => item.depth === 1)?.value ?? title;
37
-
38
- const tocEntries =
39
- tableOfContents.find((item) => item.depth === 1)?.children ??
40
- // if `title` is provided by frontmatter it does not appear in the table of contents
41
- tableOfContents.filter((item) => item.depth === 2);
42
-
43
- const showToc = !hideToc && tocEntries.length > 0;
44
-
45
- const { prev, next } = useMemo(() => {
46
- let prev = { path: "", label: "" as ReactNode };
47
- let next = { path: "", label: "" as ReactNode };
48
- let shouldStop = false;
49
-
50
- if (!navItem) return { prev, next };
51
-
52
- traverseNavigation(navItem, (node, fullPath) => {
53
- const item = { path: fullPath, label: node.label };
54
-
55
- if (shouldStop && isPathItem(node) && !node.children?.length) {
56
- next = item;
57
- return true;
58
- }
59
- if (fullPath === location.pathname) {
60
- shouldStop = true;
61
- }
62
- if (!shouldStop && isPathItem(node) && !node.children?.length) {
63
- prev = item;
64
- }
65
- });
66
-
67
- return { prev, next } as const;
68
- }, [navItem, location.pathname]);
69
-
70
- return (
71
- <div className="xl:grid grid-cols-[--sidecar-grid-cols] gap-8 justify-between">
72
- <Helmet>
73
- <title>{pageTitle}</title>
74
- </Helmet>
75
- <div
76
- className={cn(
77
- ProseClasses,
78
- "mx-auto max-w-full xl:w-full xl:max-w-prose flex-1 flex-shrink pt-[--padding-content-top] pb-[--padding-content-bottom]",
79
- )}
80
- >
81
- <header className="-translate-y-1">
82
- {category && <CategoryHeading>{category}</CategoryHeading>}
83
- {title && (
84
- <Heading level={1} id={slugify(title, { lower: true })}>
85
- {title}
86
- </Heading>
87
- )}
88
- {frontmatter?.description && (
89
- <p className="prose-lg">{frontmatter.description}</p>
90
- )}
91
- </header>
92
- {children}
93
- <hr />
94
- <div className="not-prose flex items-center justify-between gap-8">
95
- {prev.path ? (
96
- <Link
97
- to={prev.path}
98
- className="flex flex-col items-stretch gap-2 flex-1 truncate border border-border rounded px-6 py-4 text-start hover:border-primary/85 transition shadow-sm hover:shadow-md"
99
- title={typeof prev.label === "string" ? prev.label : undefined}
100
- >
101
- <div className="text-sm text-muted-foreground">
102
- ← Previous page
103
- </div>
104
- <div className="text-lg text-primary truncate">{prev.label}</div>
105
- </Link>
106
- ) : (
107
- <div className="flex-1" />
108
- )}
109
- {next.path ? (
110
- <Link
111
- to={next.path}
112
- className="flex flex-col items-stretch gap-2 flex-1 truncate border border-border rounded px-6 py-4 text-end hover:border-primary/85 transition shadow-sm hover:shadow-md"
113
- title={typeof next.label === "string" ? next.label : undefined}
114
- >
115
- <div className="text-sm text-muted-foreground">Next page →</div>
116
- <div className="text-lg text-primary truncate">{next.label}</div>
117
- </Link>
118
- ) : (
119
- <div className="flex-1" />
120
- )}
121
- </div>
122
- </div>
123
- <div className="hidden xl:block">
124
- {showToc && <Toc entries={tocEntries} />}
125
- </div>
126
- </div>
127
- );
128
- };
@@ -1,122 +0,0 @@
1
- import type { TocEntry } from "@stefanprobst/rehype-extract-toc";
2
- import {
3
- useEffect,
4
- useRef,
5
- useState,
6
- type CSSProperties,
7
- type PropsWithChildren,
8
- } from "react";
9
- import { AnchorLink } from "../../components/AnchorLink.js";
10
- import { useViewportAnchor } from "../../components/context/ViewportAnchorContext.js";
11
- import { ListTreeIcon } from "../../core/icons.js";
12
- import { cn } from "../../util/cn.js";
13
-
14
- const DATA_ANCHOR_ATTR = "data-active";
15
-
16
- const TocItem = ({
17
- item,
18
- children,
19
- className,
20
- isActive,
21
- }: PropsWithChildren<{
22
- item: TocEntry;
23
- isActive: boolean;
24
- className?: string;
25
- }>) => {
26
- return (
27
- <li
28
- className={cn(
29
- "truncate",
30
- isActive
31
- ? "text-primary"
32
- : "text-foreground/65 dark:text-foreground/75",
33
- className,
34
- )}
35
- title={item.value}
36
- >
37
- <AnchorLink
38
- to={`#${item.id}`}
39
- {...{ [DATA_ANCHOR_ATTR]: item.id }}
40
- className={cn(
41
- isActive
42
- ? "text-primary"
43
- : "text-foreground/65 dark:text-foreground/75 hover:text-foreground",
44
- )}
45
- >
46
- {item.value}
47
- </AnchorLink>
48
- {children}
49
- </li>
50
- );
51
- };
52
-
53
- export const Toc = ({ entries }: { entries: TocEntry[] }) => {
54
- const { activeAnchor } = useViewportAnchor();
55
- const listWrapperRef = useRef<HTMLUListElement>(null);
56
- const [indicatorStyle, setIndicatorStyles] = useState<CSSProperties>({});
57
-
58
- // synchronize active anchor indicator with the scroll position
59
- useEffect(() => {
60
- if (!listWrapperRef.current) return;
61
-
62
- const activeElement = listWrapperRef.current.querySelector(
63
- `[${DATA_ANCHOR_ATTR}='${activeAnchor}']`,
64
- );
65
-
66
- if (!activeElement) {
67
- setIndicatorStyles({
68
- "--indicator-top": "0",
69
- "--indicator-opacity": 0,
70
- } as CSSProperties);
71
- return;
72
- }
73
-
74
- const topParent = listWrapperRef.current.getBoundingClientRect().top;
75
- const topElement = activeElement.getBoundingClientRect().top;
76
-
77
- setIndicatorStyles({
78
- "--indicator-top": `${topElement - topParent}px`,
79
- "--indicator-opacity": 1,
80
- } as CSSProperties);
81
- }, [activeAnchor]);
82
-
83
- return (
84
- <aside className="sticky top-[--header-height] h-[calc(100vh-var(--header-height))] pt-[--padding-content-top] pb-[--padding-content-bottom] overflow-y-auto ps-1 text-sm">
85
- <div className="flex items-center gap-2 font-medium mb-2">
86
- <ListTreeIcon size={16} />
87
- On this page
88
- </div>
89
-
90
- <ul
91
- ref={listWrapperRef}
92
- style={indicatorStyle}
93
- className={cn(
94
- "relative ms-2 ps-4 font-medium list-none mt-0 space-y-2",
95
- "before:absolute before:inset-0 before:right-auto before:bg-border before:w-[2px]",
96
- "after:absolute after:-left-px after:-translate-y-1 after:top-[--indicator-top] after:opacity-[--indicator-opacity] after:h-6 after:bg-primary after:w-[4px] after:rounded after:ease-out after:[transition:top__150ms,opacity_325ms]",
97
- )}
98
- >
99
- {entries.map((item) => (
100
- <TocItem
101
- isActive={item.id === activeAnchor}
102
- key={item.id}
103
- item={item}
104
- className="pl-0"
105
- >
106
- {item.children && (
107
- <ul className="list-none pl-4 pt-2 space-y-2">
108
- {item.children.map((child) => (
109
- <TocItem
110
- item={child}
111
- isActive={child.id === activeAnchor}
112
- key={child.id}
113
- />
114
- ))}
115
- </ul>
116
- )}
117
- </TocItem>
118
- ))}
119
- </ul>
120
- </aside>
121
- );
122
- };
@@ -1,72 +0,0 @@
1
- import { Heading } from "../../Heading.js";
2
- import { useTopNavigationItem } from "../../components/context/DevPortalProvider.js";
3
- import { isPathItem } from "../../components/navigation/util.js";
4
- import { Navigate, type RouteObject } from "../../core/router.js";
5
- import type { MdxComponentsType } from "../../util/MdxComponents.js";
6
- import { traverseNavigation } from "../../util/traverseNavigation.js";
7
- import { MdxPage } from "./MdxPage.js";
8
- import type { MarkdownPluginOptions } from "./index.js";
9
-
10
- const MarkdownHeadings = {
11
- h2: ({ children, id }) => (
12
- <Heading level={2} id={id} children={children} registerSidebarAnchor />
13
- ),
14
- h3: ({ children, id }) => (
15
- <Heading level={3} id={id} children={children} registerSidebarAnchor />
16
- ),
17
- } satisfies MdxComponentsType;
18
-
19
- export const generateRoutes = (
20
- markdownFiles: MarkdownPluginOptions["markdownFiles"],
21
- ): RouteObject[] => {
22
- const routes = Object.entries(markdownFiles).flatMap(
23
- ([file, importPromise]) => {
24
- // @todo we can pass in the folder name and then filter the markdown files based on that path
25
- const match = file.match(/pages\/(.*).mdx?$/);
26
- const path = match?.at(1);
27
-
28
- if (!path) return [];
29
-
30
- const pathSegments = path.split("/");
31
- const isIndexFile = pathSegments.at(-1) === "index";
32
- const routePath = isIndexFile
33
- ? pathSegments.slice(0, -1).join("/")
34
- : path;
35
-
36
- return {
37
- path: routePath,
38
- lazy: async () => {
39
- const { default: Component, ...props } = await importPromise();
40
-
41
- return {
42
- element: (
43
- <MdxPage {...props}>
44
- <Component components={MarkdownHeadings} />
45
- </MdxPage>
46
- ),
47
- };
48
- },
49
- } satisfies RouteObject;
50
- },
51
- );
52
-
53
- const rootRoutes = Array.from(
54
- new Set(routes.map((route) => route.path.split("/").at(0))),
55
- ).map((dir) => ({
56
- path: `/${dir}`,
57
- element: <Redirect />,
58
- }));
59
-
60
- return [...routes, ...rootRoutes];
61
- };
62
-
63
- const Redirect = () => {
64
- const navItem = useTopNavigationItem();
65
-
66
- if (!navItem) return null;
67
-
68
- return traverseNavigation(navItem, (node, fullPath) => {
69
- if ("children" in node || !isPathItem(node)) return;
70
- return <Navigate to={fullPath} replace />;
71
- });
72
- };
@@ -1,31 +0,0 @@
1
- import type { Toc } from "@stefanprobst/rehype-extract-toc";
2
- import type { MDXProps } from "mdx/types.js";
3
- import type { DevPortalPlugin } from "../../core/plugins.js";
4
- import { generateRoutes } from "./generateRoutes.js";
5
-
6
- export type MarkdownPluginOptions = {
7
- markdownFiles: Record<string, () => Promise<MDXImport>>;
8
- };
9
-
10
- export type Frontmatter = {
11
- title?: string;
12
- description?: string;
13
- category?: string;
14
- toc?: boolean;
15
- };
16
-
17
- export type MDXImport = {
18
- tableOfContents: Toc;
19
- frontmatter: Frontmatter;
20
- default: (props: MDXProps) => JSX.Element;
21
- };
22
-
23
- export const markdownPlugin = ({
24
- markdownFiles,
25
- }: MarkdownPluginOptions): DevPortalPlugin => {
26
- return {
27
- getRoutes() {
28
- return generateRoutes(markdownFiles);
29
- },
30
- };
31
- };
@@ -1,82 +0,0 @@
1
- import { useEffect, useRef, type ReactNode } from "react";
2
- import { useTheme } from "../../components/context/ThemeContext.js";
3
- import { cn } from "../../util/cn.js";
4
- import { pastellize } from "../../util/pastellize.js";
5
-
6
- export const DATA_ATTR = "data-linked-param";
7
-
8
- export const usePastellizedColor = (name: string) => {
9
- const [isDark] = useTheme();
10
- return pastellize(
11
- name,
12
- !isDark ? { saturation: 100, lightness: 70 } : undefined,
13
- );
14
- };
15
-
16
- export const ColorizedParam = ({
17
- name,
18
- value,
19
- className,
20
- backgroundOpacity = "100%",
21
- slug,
22
- children,
23
- onClick,
24
- }: {
25
- name: string;
26
- value?: string;
27
- className?: string;
28
- backgroundOpacity?: string;
29
- slug?: string;
30
- children?: ReactNode;
31
- onClick?: () => void;
32
- }) => {
33
- const ref = useRef<HTMLSpanElement>(null);
34
- const normalized = name.replace("{", "").replace("}", "");
35
- const color = usePastellizedColor(normalized);
36
-
37
- const borderColor = `hsl(${color})`;
38
- const backgroundColor = `hsl(${color} / ${backgroundOpacity})`;
39
-
40
- useEffect(() => {
41
- if (!slug) return;
42
- if (!ref.current) return;
43
-
44
- const onMouseEnter = () => {
45
- document.querySelectorAll(`[${DATA_ATTR}="${slug}"]`).forEach((el) => {
46
- if (el instanceof HTMLElement) {
47
- el.dataset.active = "true";
48
- }
49
- });
50
- };
51
- const onMouseLeave = () => {
52
- document.querySelectorAll(`[${DATA_ATTR}="${slug}"]`).forEach((el) => {
53
- if (el instanceof HTMLElement) {
54
- el.dataset.active = "false";
55
- }
56
- });
57
- };
58
-
59
- ref.current.addEventListener("mouseenter", onMouseEnter);
60
- ref.current.addEventListener("mouseleave", onMouseLeave);
61
-
62
- return () => {
63
- ref.current?.removeEventListener("mouseenter", onMouseEnter);
64
- ref.current?.removeEventListener("mouseleave", onMouseLeave);
65
- };
66
- }, [slug]);
67
-
68
- return (
69
- <span
70
- className={cn("inline-flex relative rounded group", className)}
71
- {...{ [DATA_ATTR]: slug }}
72
- ref={ref}
73
- onClick={onClick}
74
- >
75
- <span
76
- className="absolute inset-0 border-b-2 transition-opacity duration-200 opacity-30 group-data-[active=true]:opacity-100"
77
- style={{ borderColor, backgroundColor }}
78
- />
79
- <span className="relative">{children || name}</span>
80
- </span>
81
- );
82
- };