zudoku 0.0.0-ed94abf → 0.0.0-edf4a635

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 (1827) hide show
  1. package/README.md +33 -13
  2. package/cli.js +9 -2
  3. package/dist/app/ZuploBuildConfig.d.ts +45 -0
  4. package/dist/app/ZuploBuildConfig.js +29 -0
  5. package/dist/app/ZuploBuildConfig.js.map +1 -0
  6. package/dist/app/demo.js +22 -6
  7. package/dist/app/demo.js.map +1 -1
  8. package/dist/app/entry.client.d.ts +0 -2
  9. package/dist/app/entry.client.js +37 -4
  10. package/dist/app/entry.client.js.map +1 -1
  11. package/dist/app/entry.server.d.ts +0 -2
  12. package/dist/app/entry.server.js +3 -5
  13. package/dist/app/entry.server.js.map +1 -1
  14. package/dist/app/env.d.ts +33 -0
  15. package/dist/app/env.js +37 -0
  16. package/dist/app/env.js.map +1 -0
  17. package/dist/app/main.d.ts +2 -1
  18. package/dist/app/main.js +38 -47
  19. package/dist/app/main.js.map +1 -1
  20. package/dist/app/standalone.js +11 -7
  21. package/dist/app/standalone.js.map +1 -1
  22. package/dist/cli/build/handler.js +9 -1
  23. package/dist/cli/build/handler.js.map +1 -1
  24. package/dist/cli/cli.js +14 -2
  25. package/dist/cli/cli.js.map +1 -1
  26. package/dist/cli/cmds/build.d.ts +1 -1
  27. package/dist/cli/cmds/dev.d.ts +1 -1
  28. package/dist/cli/cmds/preview.d.ts +1 -1
  29. package/dist/cli/common/analytics/lib.js +1 -1
  30. package/dist/cli/common/analytics/lib.js.map +1 -1
  31. package/dist/cli/common/logger.js +0 -1
  32. package/dist/cli/common/logger.js.map +1 -1
  33. package/dist/cli/common/machine-id/lib.js +3 -2
  34. package/dist/cli/common/machine-id/lib.js.map +1 -1
  35. package/dist/cli/common/outdated.js +2 -1
  36. package/dist/cli/common/outdated.js.map +1 -1
  37. package/dist/cli/common/output.js +2 -3
  38. package/dist/cli/common/output.js.map +1 -1
  39. package/dist/cli/common/utils/box.js +2 -2
  40. package/dist/cli/common/utils/box.js.map +1 -1
  41. package/dist/cli/common/validators/lib.js +1 -1
  42. package/dist/cli/common/validators/lib.js.map +1 -1
  43. package/dist/cli/dev/handler.js +0 -4
  44. package/dist/cli/dev/handler.js.map +1 -1
  45. package/dist/codegen.js +2 -2
  46. package/dist/codegen.js.map +1 -1
  47. package/dist/config/config.d.ts +14 -2
  48. package/dist/config/file-exists.d.ts +1 -0
  49. package/dist/config/file-exists.js +5 -0
  50. package/dist/config/file-exists.js.map +1 -0
  51. package/dist/config/loader.d.ts +18 -18
  52. package/dist/config/loader.js +95 -100
  53. package/dist/config/loader.js.map +1 -1
  54. package/dist/config/validators/BuildSchema.d.ts +20 -44
  55. package/dist/config/validators/BuildSchema.js +10 -16
  56. package/dist/config/validators/BuildSchema.js.map +1 -1
  57. package/dist/config/validators/InputNavigationSchema.d.ts +7562 -0
  58. package/dist/config/validators/InputNavigationSchema.js +77 -0
  59. package/dist/config/validators/InputNavigationSchema.js.map +1 -0
  60. package/dist/config/validators/InputNavigationSchema.test-d.js +146 -0
  61. package/dist/config/validators/InputNavigationSchema.test-d.js.map +1 -0
  62. package/dist/config/validators/NavigationSchema.d.ts +44 -0
  63. package/dist/config/validators/NavigationSchema.js +98 -0
  64. package/dist/config/validators/NavigationSchema.js.map +1 -0
  65. package/dist/config/validators/ProtectedRoutesSchema.d.ts +13 -0
  66. package/dist/config/validators/ProtectedRoutesSchema.js +10 -0
  67. package/dist/config/validators/ProtectedRoutesSchema.js.map +1 -0
  68. package/dist/config/validators/auth.d.ts +2 -2
  69. package/dist/config/validators/auth.js +1 -1
  70. package/dist/config/validators/auth.js.map +1 -1
  71. package/dist/config/validators/icon-types.d.ts +2 -1
  72. package/dist/config/validators/icon-types.js +1852 -1
  73. package/dist/config/validators/icon-types.js.map +1 -1
  74. package/dist/config/validators/validate.d.ts +591 -2739
  75. package/dist/config/validators/validate.js +441 -18
  76. package/dist/config/validators/validate.js.map +1 -1
  77. package/dist/config/validators/validate.test.d.ts +1 -0
  78. package/dist/config/validators/validate.test.js +140 -0
  79. package/dist/config/validators/validate.test.js.map +1 -0
  80. package/dist/flat-config.d.ts +331 -0
  81. package/dist/index.d.ts +9 -5
  82. package/dist/index.js +4 -0
  83. package/dist/index.js.map +1 -1
  84. package/dist/lib/MissingIcon.d.ts +1 -1
  85. package/dist/lib/MissingIcon.js.map +1 -1
  86. package/dist/lib/assets/language-icons/csharp.d.ts +3 -0
  87. package/dist/lib/assets/language-icons/csharp.js +4 -0
  88. package/dist/lib/assets/language-icons/csharp.js.map +1 -0
  89. package/dist/lib/assets/language-icons/css.d.ts +3 -0
  90. package/dist/lib/assets/language-icons/css.js +4 -0
  91. package/dist/lib/assets/language-icons/css.js.map +1 -0
  92. package/dist/lib/assets/language-icons/go.d.ts +3 -0
  93. package/dist/lib/assets/language-icons/go.js +4 -0
  94. package/dist/lib/assets/language-icons/go.js.map +1 -0
  95. package/dist/lib/assets/language-icons/graphql.d.ts +3 -0
  96. package/dist/lib/assets/language-icons/graphql.js +4 -0
  97. package/dist/lib/assets/language-icons/graphql.js.map +1 -0
  98. package/dist/lib/assets/language-icons/html.d.ts +3 -0
  99. package/dist/lib/assets/language-icons/html.js +4 -0
  100. package/dist/lib/assets/language-icons/html.js.map +1 -0
  101. package/dist/lib/assets/language-icons/java.d.ts +3 -0
  102. package/dist/lib/assets/language-icons/java.js +4 -0
  103. package/dist/lib/assets/language-icons/java.js.map +1 -0
  104. package/dist/lib/assets/language-icons/javascript.d.ts +3 -0
  105. package/dist/lib/assets/language-icons/javascript.js +4 -0
  106. package/dist/lib/assets/language-icons/javascript.js.map +1 -0
  107. package/dist/lib/assets/language-icons/json.d.ts +3 -0
  108. package/dist/lib/assets/language-icons/json.js +4 -0
  109. package/dist/lib/assets/language-icons/json.js.map +1 -0
  110. package/dist/lib/assets/language-icons/kotlin.d.ts +3 -0
  111. package/dist/lib/assets/language-icons/kotlin.js +4 -0
  112. package/dist/lib/assets/language-icons/kotlin.js.map +1 -0
  113. package/dist/lib/assets/language-icons/markdown.d.ts +3 -0
  114. package/dist/lib/assets/language-icons/markdown.js +4 -0
  115. package/dist/lib/assets/language-icons/markdown.js.map +1 -0
  116. package/dist/lib/assets/language-icons/mdx.d.ts +3 -0
  117. package/dist/lib/assets/language-icons/mdx.js +4 -0
  118. package/dist/lib/assets/language-icons/mdx.js.map +1 -0
  119. package/dist/lib/assets/language-icons/objectivec.d.ts +3 -0
  120. package/dist/lib/assets/language-icons/objectivec.js +4 -0
  121. package/dist/lib/assets/language-icons/objectivec.js.map +1 -0
  122. package/dist/lib/assets/language-icons/php.d.ts +3 -0
  123. package/dist/lib/assets/language-icons/php.js +4 -0
  124. package/dist/lib/assets/language-icons/php.js.map +1 -0
  125. package/dist/lib/assets/language-icons/python.d.ts +3 -0
  126. package/dist/lib/assets/language-icons/python.js +4 -0
  127. package/dist/lib/assets/language-icons/python.js.map +1 -0
  128. package/dist/lib/assets/language-icons/react.d.ts +3 -0
  129. package/dist/lib/assets/language-icons/react.js +4 -0
  130. package/dist/lib/assets/language-icons/react.js.map +1 -0
  131. package/dist/lib/assets/language-icons/ruby.d.ts +3 -0
  132. package/dist/lib/assets/language-icons/ruby.js +4 -0
  133. package/dist/lib/assets/language-icons/ruby.js.map +1 -0
  134. package/dist/lib/assets/language-icons/rust.d.ts +3 -0
  135. package/dist/lib/assets/language-icons/rust.js +4 -0
  136. package/dist/lib/assets/language-icons/rust.js.map +1 -0
  137. package/dist/lib/assets/language-icons/shell.d.ts +3 -0
  138. package/dist/lib/assets/language-icons/shell.js +4 -0
  139. package/dist/lib/assets/language-icons/shell.js.map +1 -0
  140. package/dist/lib/assets/language-icons/swift.d.ts +3 -0
  141. package/dist/lib/assets/language-icons/swift.js +4 -0
  142. package/dist/lib/assets/language-icons/swift.js.map +1 -0
  143. package/dist/lib/assets/language-icons/toml.d.ts +3 -0
  144. package/dist/lib/assets/language-icons/toml.js +4 -0
  145. package/dist/lib/assets/language-icons/toml.js.map +1 -0
  146. package/dist/lib/assets/language-icons/typescript.d.ts +3 -0
  147. package/dist/lib/assets/language-icons/typescript.js +4 -0
  148. package/dist/lib/assets/language-icons/typescript.js.map +1 -0
  149. package/dist/lib/assets/language-icons/xml.d.ts +3 -0
  150. package/dist/lib/assets/language-icons/xml.js +4 -0
  151. package/dist/lib/assets/language-icons/xml.js.map +1 -0
  152. package/dist/lib/assets/language-icons/yaml.d.ts +3 -0
  153. package/dist/lib/assets/language-icons/yaml.js +4 -0
  154. package/dist/lib/assets/language-icons/yaml.js.map +1 -0
  155. package/dist/lib/auth/issuer.d.ts +2 -0
  156. package/dist/lib/auth/issuer.js +37 -0
  157. package/dist/lib/auth/issuer.js.map +1 -0
  158. package/dist/lib/auth/issuer.test.d.ts +1 -0
  159. package/dist/lib/auth/issuer.test.js +95 -0
  160. package/dist/lib/auth/issuer.test.js.map +1 -0
  161. package/dist/lib/authentication/AuthenticationPlugin.d.ts +2 -2
  162. package/dist/lib/authentication/AuthenticationPlugin.js +1 -1
  163. package/dist/lib/authentication/AuthenticationPlugin.js.map +1 -1
  164. package/dist/lib/authentication/authentication.d.ts +4 -6
  165. package/dist/lib/authentication/components/CallbackHandler.js +16 -10
  166. package/dist/lib/authentication/components/CallbackHandler.js.map +1 -1
  167. package/dist/lib/authentication/components/OAuthErrorPage.d.ts +3 -0
  168. package/dist/lib/authentication/components/OAuthErrorPage.js +99 -0
  169. package/dist/lib/authentication/components/OAuthErrorPage.js.map +1 -0
  170. package/dist/lib/authentication/components/SignIn.d.ts +1 -1
  171. package/dist/lib/authentication/components/SignIn.js +5 -1
  172. package/dist/lib/authentication/components/SignIn.js.map +1 -1
  173. package/dist/lib/authentication/components/SignOut.js +1 -1
  174. package/dist/lib/authentication/components/SignOut.js.map +1 -1
  175. package/dist/lib/authentication/components/SignUp.d.ts +1 -1
  176. package/dist/lib/authentication/components/SignUp.js +4 -1
  177. package/dist/lib/authentication/components/SignUp.js.map +1 -1
  178. package/dist/lib/authentication/errors.d.ts +6 -12
  179. package/dist/lib/authentication/errors.js +2 -1
  180. package/dist/lib/authentication/errors.js.map +1 -1
  181. package/dist/lib/authentication/hook.d.ts +7 -0
  182. package/dist/lib/authentication/hook.js.map +1 -1
  183. package/dist/lib/authentication/providers/auth0.d.ts +2 -2
  184. package/dist/lib/authentication/providers/auth0.js +3 -3
  185. package/dist/lib/authentication/providers/auth0.js.map +1 -1
  186. package/dist/lib/authentication/providers/azureb2c.d.ts +28 -0
  187. package/dist/lib/authentication/providers/azureb2c.js +147 -0
  188. package/dist/lib/authentication/providers/azureb2c.js.map +1 -0
  189. package/dist/lib/authentication/providers/clerk.d.ts +2 -2
  190. package/dist/lib/authentication/providers/clerk.js +78 -58
  191. package/dist/lib/authentication/providers/clerk.js.map +1 -1
  192. package/dist/lib/authentication/providers/openid.d.ts +17 -20
  193. package/dist/lib/authentication/providers/openid.js +73 -44
  194. package/dist/lib/authentication/providers/openid.js.map +1 -1
  195. package/dist/lib/authentication/providers/supabase.d.ts +2 -2
  196. package/dist/lib/authentication/providers/supabase.js +6 -14
  197. package/dist/lib/authentication/providers/supabase.js.map +1 -1
  198. package/dist/lib/authentication/state.d.ts +6 -5
  199. package/dist/lib/authentication/state.js +19 -6
  200. package/dist/lib/authentication/state.js.map +1 -1
  201. package/dist/lib/authentication/use-broadcast/shared.d.ts +1 -1
  202. package/dist/lib/authentication/use-broadcast/shared.js +3 -3
  203. package/dist/lib/authentication/use-broadcast/shared.js.map +1 -1
  204. package/dist/lib/authentication/use-broadcast/useBroadcast.js +2 -2
  205. package/dist/lib/authentication/use-broadcast/useBroadcast.js.map +1 -1
  206. package/dist/lib/components/Autocomplete.js +3 -3
  207. package/dist/lib/components/Autocomplete.js.map +1 -1
  208. package/dist/lib/components/Banner.js +2 -2
  209. package/dist/lib/components/Banner.js.map +1 -1
  210. package/dist/lib/components/Bootstrap.js.map +1 -1
  211. package/dist/lib/components/BuildCheck.d.ts +2 -1
  212. package/dist/lib/components/BuildCheck.js +29 -6
  213. package/dist/lib/components/BuildCheck.js.map +1 -1
  214. package/dist/lib/components/CategoryHeading.js +1 -1
  215. package/dist/lib/components/CategoryHeading.js.map +1 -1
  216. package/dist/lib/components/ErrorPage.js +2 -2
  217. package/dist/lib/components/ErrorPage.js.map +1 -1
  218. package/dist/lib/components/Footer.js +6 -6
  219. package/dist/lib/components/Footer.js.map +1 -1
  220. package/dist/lib/components/Framed.d.ts +7 -0
  221. package/dist/lib/components/Framed.js +26 -0
  222. package/dist/lib/components/Framed.js.map +1 -0
  223. package/dist/lib/components/Header.js +25 -18
  224. package/dist/lib/components/Header.js.map +1 -1
  225. package/dist/lib/components/Heading.d.ts +8 -4
  226. package/dist/lib/components/Heading.js +8 -3
  227. package/dist/lib/components/Heading.js.map +1 -1
  228. package/dist/lib/components/InlineCode.js +1 -1
  229. package/dist/lib/components/InlineCode.js.map +1 -1
  230. package/dist/lib/components/LanguageIcon.d.ts +3 -0
  231. package/dist/lib/components/LanguageIcon.js +118 -0
  232. package/dist/lib/components/LanguageIcon.js.map +1 -0
  233. package/dist/lib/components/Layout.js +5 -8
  234. package/dist/lib/components/Layout.js.map +1 -1
  235. package/dist/lib/components/Main.js +7 -6
  236. package/dist/lib/components/Main.js.map +1 -1
  237. package/dist/lib/components/Markdown.d.ts +3 -2
  238. package/dist/lib/components/Markdown.js +14 -16
  239. package/dist/lib/components/Markdown.js.map +1 -1
  240. package/dist/lib/components/Meta.d.ts +2 -0
  241. package/dist/lib/components/Meta.js +11 -0
  242. package/dist/lib/components/Meta.js.map +1 -0
  243. package/dist/lib/components/MobileTopNavigation.js +13 -6
  244. package/dist/lib/components/MobileTopNavigation.js.map +1 -1
  245. package/dist/lib/components/NotFoundPage.js +2 -2
  246. package/dist/lib/components/NotFoundPage.js.map +1 -1
  247. package/dist/lib/components/PageProgress.d.ts +1 -0
  248. package/dist/lib/components/PageProgress.js +20 -0
  249. package/dist/lib/components/PageProgress.js.map +1 -0
  250. package/dist/lib/components/Pagination.js +2 -2
  251. package/dist/lib/components/Pagination.js.map +1 -1
  252. package/dist/lib/components/PathRenderer.js +1 -1
  253. package/dist/lib/components/PathRenderer.js.map +1 -1
  254. package/dist/lib/components/Search.js +3 -3
  255. package/dist/lib/components/Search.js.map +1 -1
  256. package/dist/lib/components/Slot.d.ts +17 -0
  257. package/dist/lib/components/Slot.js +24 -0
  258. package/dist/lib/components/Slot.js.map +1 -0
  259. package/dist/lib/components/Slot.test.d.ts +1 -0
  260. package/dist/lib/components/Slot.test.js +172 -0
  261. package/dist/lib/components/Slot.test.js.map +1 -0
  262. package/dist/lib/components/StatusPage.js +4 -0
  263. package/dist/lib/components/StatusPage.js.map +1 -1
  264. package/dist/lib/components/TopNavigation.d.ts +7 -6
  265. package/dist/lib/components/TopNavigation.js +53 -55
  266. package/dist/lib/components/TopNavigation.js.map +1 -1
  267. package/dist/lib/components/Typography.d.ts +5 -0
  268. package/dist/lib/components/Typography.js +8 -0
  269. package/dist/lib/components/Typography.js.map +1 -0
  270. package/dist/lib/components/Zudoku.js +4 -4
  271. package/dist/lib/components/Zudoku.js.map +1 -1
  272. package/dist/lib/components/context/ComponentsContext.js.map +1 -1
  273. package/dist/lib/components/context/RouterEventsEmitter.js.map +1 -1
  274. package/dist/lib/components/context/SlotProvider.d.ts +26 -0
  275. package/dist/lib/components/context/SlotProvider.js +83 -0
  276. package/dist/lib/components/context/SlotProvider.js.map +1 -0
  277. package/dist/lib/components/context/ViewportAnchorContext.js +9 -10
  278. package/dist/lib/components/context/ViewportAnchorContext.js.map +1 -1
  279. package/dist/lib/components/context/ZudokuContext.d.ts +3 -7
  280. package/dist/lib/components/context/ZudokuContext.js +57 -32
  281. package/dist/lib/components/context/ZudokuContext.js.map +1 -1
  282. package/dist/lib/components/context/ZudokuProvider.d.ts +1 -1
  283. package/dist/lib/components/context/ZudokuProvider.js +2 -1
  284. package/dist/lib/components/context/ZudokuProvider.js.map +1 -1
  285. package/dist/lib/components/index.d.ts +51 -50
  286. package/dist/lib/components/index.js +17 -22
  287. package/dist/lib/components/index.js.map +1 -1
  288. package/dist/lib/components/navigation/Navigation.d.ts +5 -0
  289. package/dist/lib/components/navigation/Navigation.js +12 -0
  290. package/dist/lib/components/navigation/Navigation.js.map +1 -0
  291. package/dist/lib/components/navigation/NavigationBadge.d.ts +26 -0
  292. package/dist/lib/components/navigation/NavigationBadge.js +26 -0
  293. package/dist/lib/components/navigation/NavigationBadge.js.map +1 -0
  294. package/dist/lib/components/navigation/NavigationCategory.d.ts +5 -0
  295. package/dist/lib/components/navigation/NavigationCategory.js +66 -0
  296. package/dist/lib/components/navigation/NavigationCategory.js.map +1 -0
  297. package/dist/lib/components/navigation/NavigationItem.d.ts +6 -0
  298. package/dist/lib/components/navigation/NavigationItem.js +55 -0
  299. package/dist/lib/components/navigation/NavigationItem.js.map +1 -0
  300. package/dist/lib/components/navigation/NavigationWrapper.d.ts +7 -0
  301. package/dist/lib/components/navigation/NavigationWrapper.js +21 -0
  302. package/dist/lib/components/navigation/NavigationWrapper.js.map +1 -0
  303. package/dist/lib/components/navigation/PoweredByZudoku.js +1 -1
  304. package/dist/lib/components/navigation/PoweredByZudoku.js.map +1 -1
  305. package/dist/lib/components/navigation/Toc.js +2 -2
  306. package/dist/lib/components/navigation/Toc.js.map +1 -1
  307. package/dist/lib/components/navigation/ZudokuLogo.d.ts +1 -1
  308. package/dist/lib/components/navigation/utils.d.ts +16 -8
  309. package/dist/lib/components/navigation/utils.js +58 -27
  310. package/dist/lib/components/navigation/utils.js.map +1 -1
  311. package/dist/lib/core/RouteGuard.js +9 -9
  312. package/dist/lib/core/RouteGuard.js.map +1 -1
  313. package/dist/lib/core/ZudokuContext.d.ts +37 -21
  314. package/dist/lib/core/ZudokuContext.js +49 -14
  315. package/dist/lib/core/ZudokuContext.js.map +1 -1
  316. package/dist/lib/core/__internal.d.ts +37 -0
  317. package/dist/lib/core/__internal.js +26 -0
  318. package/dist/lib/core/__internal.js.map +1 -0
  319. package/dist/lib/core/plugins.d.ts +8 -4
  320. package/dist/lib/core/plugins.js +1 -0
  321. package/dist/lib/core/plugins.js.map +1 -1
  322. package/dist/lib/core/router.d.ts +1 -0
  323. package/dist/lib/core/router.js +2 -0
  324. package/dist/lib/core/router.js.map +1 -0
  325. package/dist/lib/errors/ErrorAlert.js +2 -4
  326. package/dist/lib/errors/ErrorAlert.js.map +1 -1
  327. package/dist/lib/errors/TopLevelError.d.ts +2 -2
  328. package/dist/lib/errors/TopLevelError.js +1 -2
  329. package/dist/lib/errors/TopLevelError.js.map +1 -1
  330. package/dist/lib/hooks/index.d.ts +25 -0
  331. package/dist/lib/hooks/index.js +11 -0
  332. package/dist/lib/hooks/index.js.map +1 -1
  333. package/dist/lib/hooks/useEvent.test.js +5 -3
  334. package/dist/lib/hooks/useEvent.test.js.map +1 -1
  335. package/dist/lib/hooks/useHotkey.d.ts +4 -0
  336. package/dist/lib/hooks/useHotkey.js +58 -0
  337. package/dist/lib/hooks/useHotkey.js.map +1 -0
  338. package/dist/lib/oas/graphql/circular.js +24 -19
  339. package/dist/lib/oas/graphql/circular.js.map +1 -1
  340. package/dist/lib/oas/graphql/index.js +22 -3
  341. package/dist/lib/oas/graphql/index.js.map +1 -1
  342. package/dist/lib/oas/parser/dereference/index.js +2 -1
  343. package/dist/lib/oas/parser/dereference/index.js.map +1 -1
  344. package/dist/lib/oas/parser/dereference/resolveRef.js +3 -3
  345. package/dist/lib/oas/parser/dereference/resolveRef.js.map +1 -1
  346. package/dist/lib/oas/parser/index.d.ts +3 -0
  347. package/dist/lib/oas/parser/index.js +8 -2
  348. package/dist/lib/oas/parser/index.js.map +1 -1
  349. package/dist/lib/oas/parser/upgrade/index.d.ts +1 -0
  350. package/dist/lib/oas/parser/upgrade/index.js +79 -26
  351. package/dist/lib/oas/parser/upgrade/index.js.map +1 -1
  352. package/dist/lib/plugins/api-catalog/Catalog.d.ts +1 -1
  353. package/dist/lib/plugins/api-catalog/Catalog.js +8 -2
  354. package/dist/lib/plugins/api-catalog/Catalog.js.map +1 -1
  355. package/dist/lib/plugins/api-catalog/index.d.ts +6 -6
  356. package/dist/lib/plugins/api-catalog/index.js +10 -10
  357. package/dist/lib/plugins/api-catalog/index.js.map +1 -1
  358. package/dist/lib/plugins/api-keys/CreateApiKey.d.ts +3 -2
  359. package/dist/lib/plugins/api-keys/CreateApiKey.js +18 -4
  360. package/dist/lib/plugins/api-keys/CreateApiKey.js.map +1 -1
  361. package/dist/lib/plugins/api-keys/CreateApiKeyDialog.d.ts +11 -0
  362. package/dist/lib/plugins/api-keys/CreateApiKeyDialog.js +9 -0
  363. package/dist/lib/plugins/api-keys/CreateApiKeyDialog.js.map +1 -0
  364. package/dist/lib/plugins/api-keys/SettingsApiKeys.d.ts +1 -1
  365. package/dist/lib/plugins/api-keys/SettingsApiKeys.js +146 -27
  366. package/dist/lib/plugins/api-keys/SettingsApiKeys.js.map +1 -1
  367. package/dist/lib/plugins/api-keys/index.d.ts +29 -15
  368. package/dist/lib/plugins/api-keys/index.js +63 -33
  369. package/dist/lib/plugins/api-keys/index.js.map +1 -1
  370. package/dist/lib/plugins/custom-pages/index.d.ts +4 -6
  371. package/dist/lib/plugins/custom-pages/index.js +18 -10
  372. package/dist/lib/plugins/custom-pages/index.js.map +1 -1
  373. package/dist/lib/plugins/markdown/MdxPage.d.ts +2 -3
  374. package/dist/lib/plugins/markdown/MdxPage.js +31 -11
  375. package/dist/lib/plugins/markdown/MdxPage.js.map +1 -1
  376. package/dist/lib/plugins/markdown/index.d.ts +12 -4
  377. package/dist/lib/plugins/markdown/index.js +9 -26
  378. package/dist/lib/plugins/markdown/index.js.map +1 -1
  379. package/dist/lib/plugins/openapi/CollapsibleCode.js +1 -1
  380. package/dist/lib/plugins/openapi/CollapsibleCode.js.map +1 -1
  381. package/dist/lib/plugins/openapi/ColorizedParam.js +5 -2
  382. package/dist/lib/plugins/openapi/ColorizedParam.js.map +1 -1
  383. package/dist/lib/plugins/openapi/Endpoint.js +2 -2
  384. package/dist/lib/plugins/openapi/Endpoint.js.map +1 -1
  385. package/dist/lib/plugins/openapi/MCPEndpoint.d.ts +5 -0
  386. package/dist/lib/plugins/openapi/MCPEndpoint.js +65 -0
  387. package/dist/lib/plugins/openapi/MCPEndpoint.js.map +1 -0
  388. package/dist/lib/plugins/openapi/OasProvider.d.ts +1 -1
  389. package/dist/lib/plugins/openapi/OasProvider.js +1 -0
  390. package/dist/lib/plugins/openapi/OasProvider.js.map +1 -1
  391. package/dist/lib/plugins/openapi/OperationList.d.ts +1 -3
  392. package/dist/lib/plugins/openapi/OperationList.js +29 -12
  393. package/dist/lib/plugins/openapi/OperationList.js.map +1 -1
  394. package/dist/lib/plugins/openapi/OperationListItem.d.ts +1 -1
  395. package/dist/lib/plugins/openapi/OperationListItem.js +11 -6
  396. package/dist/lib/plugins/openapi/OperationListItem.js.map +1 -1
  397. package/dist/lib/plugins/openapi/ParamInfos.d.ts +1 -1
  398. package/dist/lib/plugins/openapi/ParamInfos.js +15 -10
  399. package/dist/lib/plugins/openapi/ParamInfos.js.map +1 -1
  400. package/dist/lib/plugins/openapi/ParameterList.d.ts +2 -2
  401. package/dist/lib/plugins/openapi/ParameterList.js +1 -1
  402. package/dist/lib/plugins/openapi/ParameterList.js.map +1 -1
  403. package/dist/lib/plugins/openapi/ParameterListItem.d.ts +2 -3
  404. package/dist/lib/plugins/openapi/ParameterListItem.js +9 -2
  405. package/dist/lib/plugins/openapi/ParameterListItem.js.map +1 -1
  406. package/dist/lib/plugins/openapi/PlaygroundDialogWrapper.d.ts +3 -4
  407. package/dist/lib/plugins/openapi/PlaygroundDialogWrapper.js +8 -4
  408. package/dist/lib/plugins/openapi/PlaygroundDialogWrapper.js.map +1 -1
  409. package/dist/lib/plugins/openapi/RequestBodySidecarBox.d.ts +2 -2
  410. package/dist/lib/plugins/openapi/RequestBodySidecarBox.js.map +1 -1
  411. package/dist/lib/plugins/openapi/ResponsesSidecarBox.d.ts +2 -4
  412. package/dist/lib/plugins/openapi/ResponsesSidecarBox.js +1 -4
  413. package/dist/lib/plugins/openapi/ResponsesSidecarBox.js.map +1 -1
  414. package/dist/lib/plugins/openapi/SchemaList.js +7 -7
  415. package/dist/lib/plugins/openapi/SchemaList.js.map +1 -1
  416. package/dist/lib/plugins/openapi/Sidecar.d.ts +2 -2
  417. package/dist/lib/plugins/openapi/Sidecar.js +14 -62
  418. package/dist/lib/plugins/openapi/Sidecar.js.map +1 -1
  419. package/dist/lib/plugins/openapi/SidecarExamples.d.ts +2 -4
  420. package/dist/lib/plugins/openapi/SidecarExamples.js +9 -1
  421. package/dist/lib/plugins/openapi/SidecarExamples.js.map +1 -1
  422. package/dist/lib/plugins/openapi/StaggeredRender.d.ts +1 -1
  423. package/dist/lib/plugins/openapi/client/GraphQLContext.d.ts +1 -1
  424. package/dist/lib/plugins/openapi/client/createServer.js +1 -2
  425. package/dist/lib/plugins/openapi/client/createServer.js.map +1 -1
  426. package/dist/lib/plugins/openapi/client/useCreateQuery.d.ts +5 -0
  427. package/dist/lib/plugins/openapi/client/useCreateQuery.js +10 -4
  428. package/dist/lib/plugins/openapi/client/useCreateQuery.js.map +1 -1
  429. package/dist/lib/plugins/openapi/components/ConstValue.d.ts +5 -0
  430. package/dist/lib/plugins/openapi/components/ConstValue.js +6 -0
  431. package/dist/lib/plugins/openapi/components/ConstValue.js.map +1 -0
  432. package/dist/lib/plugins/openapi/components/EnumValues.js +1 -1
  433. package/dist/lib/plugins/openapi/components/EnumValues.js.map +1 -1
  434. package/dist/lib/plugins/openapi/components/ResponseContent.d.ts +12 -0
  435. package/dist/lib/plugins/openapi/components/ResponseContent.js +21 -0
  436. package/dist/lib/plugins/openapi/components/ResponseContent.js.map +1 -0
  437. package/dist/lib/plugins/openapi/context.d.ts +1 -1
  438. package/dist/lib/plugins/openapi/graphql/fragment-masking.d.ts +1 -1
  439. package/dist/lib/plugins/openapi/graphql/fragment-masking.js.map +1 -1
  440. package/dist/lib/plugins/openapi/graphql/gql.d.ts +2 -2
  441. package/dist/lib/plugins/openapi/graphql/gql.js +2 -3
  442. package/dist/lib/plugins/openapi/graphql/gql.js.map +1 -1
  443. package/dist/lib/plugins/openapi/graphql/graphql.d.ts +7 -3
  444. package/dist/lib/plugins/openapi/graphql/graphql.js +6 -2
  445. package/dist/lib/plugins/openapi/graphql/graphql.js.map +1 -1
  446. package/dist/lib/plugins/openapi/index.d.ts +5 -6
  447. package/dist/lib/plugins/openapi/index.js +56 -21
  448. package/dist/lib/plugins/openapi/index.js.map +1 -1
  449. package/dist/lib/plugins/openapi/interfaces.d.ts +8 -7
  450. package/dist/lib/plugins/openapi/playground/BodyPanel.d.ts +5 -0
  451. package/dist/lib/plugins/openapi/playground/BodyPanel.js +26 -0
  452. package/dist/lib/plugins/openapi/playground/BodyPanel.js.map +1 -0
  453. package/dist/lib/plugins/openapi/playground/CollapsibleHeader.d.ts +8 -0
  454. package/dist/lib/plugins/openapi/playground/CollapsibleHeader.js +11 -0
  455. package/dist/lib/plugins/openapi/playground/CollapsibleHeader.js.map +1 -0
  456. package/dist/lib/plugins/openapi/playground/ExamplesDropdown.d.ts +3 -3
  457. package/dist/lib/plugins/openapi/playground/ExamplesDropdown.js +2 -1
  458. package/dist/lib/plugins/openapi/playground/ExamplesDropdown.js.map +1 -1
  459. package/dist/lib/plugins/openapi/playground/Headers.d.ts +5 -4
  460. package/dist/lib/plugins/openapi/playground/Headers.js +54 -32
  461. package/dist/lib/plugins/openapi/playground/Headers.js.map +1 -1
  462. package/dist/lib/plugins/openapi/playground/IdentityDialog.d.ts +1 -1
  463. package/dist/lib/plugins/openapi/playground/IdentityDialog.js +2 -1
  464. package/dist/lib/plugins/openapi/playground/IdentityDialog.js.map +1 -1
  465. package/dist/lib/plugins/openapi/playground/IdentitySelector.d.ts +1 -1
  466. package/dist/lib/plugins/openapi/playground/IdentitySelector.js +1 -4
  467. package/dist/lib/plugins/openapi/playground/IdentitySelector.js.map +1 -1
  468. package/dist/lib/plugins/openapi/playground/InlineInput.js +1 -1
  469. package/dist/lib/plugins/openapi/playground/InlineInput.js.map +1 -1
  470. package/dist/lib/plugins/openapi/playground/ParamsGrid.js +2 -2
  471. package/dist/lib/plugins/openapi/playground/ParamsGrid.js.map +1 -1
  472. package/dist/lib/plugins/openapi/playground/PathParams.js +1 -2
  473. package/dist/lib/plugins/openapi/playground/PathParams.js.map +1 -1
  474. package/dist/lib/plugins/openapi/playground/Playground.d.ts +5 -10
  475. package/dist/lib/plugins/openapi/playground/Playground.js +116 -94
  476. package/dist/lib/plugins/openapi/playground/Playground.js.map +1 -1
  477. package/dist/lib/plugins/openapi/playground/PlaygroundDialog.js +1 -1
  478. package/dist/lib/plugins/openapi/playground/PlaygroundDialog.js.map +1 -1
  479. package/dist/lib/plugins/openapi/playground/QueryParams.d.ts +4 -4
  480. package/dist/lib/plugins/openapi/playground/QueryParams.js +38 -23
  481. package/dist/lib/plugins/openapi/playground/QueryParams.js.map +1 -1
  482. package/dist/lib/plugins/openapi/playground/Spinner.d.ts +2 -0
  483. package/dist/lib/plugins/openapi/playground/Spinner.js +63 -0
  484. package/dist/lib/plugins/openapi/playground/Spinner.js.map +1 -0
  485. package/dist/lib/plugins/openapi/playground/fileUtils.d.ts +2 -0
  486. package/dist/lib/plugins/openapi/playground/fileUtils.js +22 -0
  487. package/dist/lib/plugins/openapi/playground/fileUtils.js.map +1 -0
  488. package/dist/lib/plugins/openapi/playground/request-panel/UrlPath.d.ts +3 -0
  489. package/dist/lib/plugins/openapi/playground/request-panel/UrlPath.js +13 -0
  490. package/dist/lib/plugins/openapi/playground/request-panel/UrlPath.js.map +1 -0
  491. package/dist/lib/plugins/openapi/playground/request-panel/UrlQueryParams.d.ts +1 -0
  492. package/dist/lib/plugins/openapi/playground/request-panel/UrlQueryParams.js +12 -0
  493. package/dist/lib/plugins/openapi/playground/request-panel/UrlQueryParams.js.map +1 -0
  494. package/dist/lib/plugins/openapi/playground/result-panel/Highlight.d.ts +12 -0
  495. package/dist/lib/plugins/openapi/playground/result-panel/Highlight.js +11 -0
  496. package/dist/lib/plugins/openapi/playground/result-panel/Highlight.js.map +1 -0
  497. package/dist/lib/plugins/openapi/playground/result-panel/ResponseStatusBar.d.ts +8 -0
  498. package/dist/lib/plugins/openapi/playground/result-panel/ResponseStatusBar.js +71 -0
  499. package/dist/lib/plugins/openapi/playground/result-panel/ResponseStatusBar.js.map +1 -0
  500. package/dist/lib/plugins/openapi/playground/result-panel/ResponseTab.d.ts +10 -4
  501. package/dist/lib/plugins/openapi/playground/result-panel/ResponseTab.js +33 -31
  502. package/dist/lib/plugins/openapi/playground/result-panel/ResponseTab.js.map +1 -1
  503. package/dist/lib/plugins/openapi/playground/result-panel/ResultPanel.d.ts +6 -4
  504. package/dist/lib/plugins/openapi/playground/result-panel/ResultPanel.js +8 -10
  505. package/dist/lib/plugins/openapi/playground/result-panel/ResultPanel.js.map +1 -1
  506. package/dist/lib/plugins/openapi/playground/result-panel/convertToTypes.d.ts +1 -1
  507. package/dist/lib/plugins/openapi/playground/result-panel/convertToTypes.js +1 -1
  508. package/dist/lib/plugins/openapi/playground/result-panel/convertToTypes.js.map +1 -1
  509. package/dist/lib/plugins/openapi/playground/useRememberSkipLoginDialog.d.ts +16 -0
  510. package/dist/lib/plugins/openapi/playground/useRememberSkipLoginDialog.js +10 -0
  511. package/dist/lib/plugins/openapi/playground/useRememberSkipLoginDialog.js.map +1 -0
  512. package/dist/lib/plugins/openapi/processors/removeExtensions.test.js +1 -0
  513. package/dist/lib/plugins/openapi/processors/removeExtensions.test.js.map +1 -1
  514. package/dist/lib/plugins/openapi/processors/removeParameters.test.js +1 -0
  515. package/dist/lib/plugins/openapi/processors/removeParameters.test.js.map +1 -1
  516. package/dist/lib/plugins/openapi/processors/traverse.d.ts +1 -1
  517. package/dist/lib/plugins/openapi/processors/traverse.js.map +1 -1
  518. package/dist/lib/plugins/openapi/schema/AllOfGroup/AllOfGroupConnector.d.ts +5 -0
  519. package/dist/lib/plugins/openapi/schema/AllOfGroup/AllOfGroupConnector.js +7 -0
  520. package/dist/lib/plugins/openapi/schema/AllOfGroup/AllOfGroupConnector.js.map +1 -0
  521. package/dist/lib/plugins/openapi/schema/AllOfGroup/AllOfGroupItem.d.ts +4 -0
  522. package/dist/lib/plugins/openapi/schema/AllOfGroup/AllOfGroupItem.js +10 -0
  523. package/dist/lib/plugins/openapi/schema/AllOfGroup/AllOfGroupItem.js.map +1 -0
  524. package/dist/lib/plugins/openapi/schema/AllOfGroup/AllOfGroupView.d.ts +5 -0
  525. package/dist/lib/plugins/openapi/schema/AllOfGroup/AllOfGroupView.js +16 -0
  526. package/dist/lib/plugins/openapi/schema/AllOfGroup/AllOfGroupView.js.map +1 -0
  527. package/dist/lib/plugins/openapi/schema/SchemaExampleAndDefault.js +5 -2
  528. package/dist/lib/plugins/openapi/schema/SchemaExampleAndDefault.js.map +1 -1
  529. package/dist/lib/plugins/openapi/schema/SchemaPropertyItem.d.ts +0 -3
  530. package/dist/lib/plugins/openapi/schema/SchemaPropertyItem.js +19 -25
  531. package/dist/lib/plugins/openapi/schema/SchemaPropertyItem.js.map +1 -1
  532. package/dist/lib/plugins/openapi/schema/SchemaView.d.ts +3 -1
  533. package/dist/lib/plugins/openapi/schema/SchemaView.js +25 -17
  534. package/dist/lib/plugins/openapi/schema/SchemaView.js.map +1 -1
  535. package/dist/lib/plugins/openapi/schema/UnionView.d.ts +5 -0
  536. package/dist/lib/plugins/openapi/schema/UnionView.js +36 -0
  537. package/dist/lib/plugins/openapi/schema/UnionView.js.map +1 -0
  538. package/dist/lib/plugins/openapi/schema/union-helpers.d.ts +28 -0
  539. package/dist/lib/plugins/openapi/schema/union-helpers.js +72 -0
  540. package/dist/lib/plugins/openapi/schema/union-helpers.js.map +1 -0
  541. package/dist/lib/plugins/openapi/schema/utils.d.ts +6 -8
  542. package/dist/lib/plugins/openapi/schema/utils.js +15 -13
  543. package/dist/lib/plugins/openapi/schema/utils.js.map +1 -1
  544. package/dist/lib/plugins/openapi/util/createHttpSnippet.d.ts +11 -0
  545. package/dist/lib/plugins/openapi/util/createHttpSnippet.js +89 -0
  546. package/dist/lib/plugins/openapi/util/createHttpSnippet.js.map +1 -0
  547. package/dist/lib/plugins/openapi/util/createNavigationCategory.d.ts +9 -0
  548. package/dist/lib/plugins/openapi/util/createNavigationCategory.js +25 -0
  549. package/dist/lib/plugins/openapi/util/createNavigationCategory.js.map +1 -0
  550. package/dist/lib/plugins/openapi/util/generateSchemaExample.d.ts +2 -2
  551. package/dist/lib/plugins/openapi/util/generateSchemaExample.js +45 -2
  552. package/dist/lib/plugins/openapi/util/generateSchemaExample.js.map +1 -1
  553. package/dist/lib/plugins/openapi/util/getRoutes.js +52 -15
  554. package/dist/lib/plugins/openapi/util/getRoutes.js.map +1 -1
  555. package/dist/lib/plugins/openapi/util/methodColorMap.d.ts +1 -1
  556. package/dist/lib/plugins/redirect/index.d.ts +1 -1
  557. package/dist/lib/plugins/search-inkeep/index.d.ts +5 -22
  558. package/dist/lib/plugins/search-inkeep/index.js +35 -29
  559. package/dist/lib/plugins/search-inkeep/index.js.map +1 -1
  560. package/dist/lib/plugins/search-inkeep/inkeep.d.ts +5 -21
  561. package/dist/lib/plugins/search-inkeep/inkeep.js +10 -19
  562. package/dist/lib/plugins/search-inkeep/inkeep.js.map +1 -1
  563. package/dist/lib/plugins/search-pagefind/PagefindSearch.js +2 -2
  564. package/dist/lib/plugins/search-pagefind/PagefindSearch.js.map +1 -1
  565. package/dist/lib/plugins/search-pagefind/ResultList.d.ts +2 -2
  566. package/dist/lib/plugins/search-pagefind/ResultList.js +15 -5
  567. package/dist/lib/plugins/search-pagefind/ResultList.js.map +1 -1
  568. package/dist/lib/plugins/search-pagefind/get-results.js +0 -1
  569. package/dist/lib/plugins/search-pagefind/get-results.js.map +1 -1
  570. package/dist/lib/shiki.d.ts +32 -0
  571. package/dist/lib/shiki.js +104 -0
  572. package/dist/lib/shiki.js.map +1 -0
  573. package/dist/lib/ui/ActionButton.js +1 -1
  574. package/dist/lib/ui/ActionButton.js.map +1 -1
  575. package/dist/lib/ui/Alert.d.ts +6 -5
  576. package/dist/lib/ui/Alert.js +12 -10
  577. package/dist/lib/ui/Alert.js.map +1 -1
  578. package/dist/lib/ui/Badge.d.ts +2 -2
  579. package/dist/lib/ui/Badge.js +1 -1
  580. package/dist/lib/ui/Badge.js.map +1 -1
  581. package/dist/lib/ui/Breadcrumb.js +1 -1
  582. package/dist/lib/ui/Breadcrumb.js.map +1 -1
  583. package/dist/lib/ui/Button.d.ts +2 -2
  584. package/dist/lib/ui/Button.js +8 -6
  585. package/dist/lib/ui/Button.js.map +1 -1
  586. package/dist/lib/ui/Callout.js +1 -1
  587. package/dist/lib/ui/Callout.js.map +1 -1
  588. package/dist/lib/ui/Card.js +1 -1
  589. package/dist/lib/ui/Carousel.js.map +1 -1
  590. package/dist/lib/ui/Checkbox.js +1 -1
  591. package/dist/lib/ui/Checkbox.js.map +1 -1
  592. package/dist/lib/ui/CodeBlock.d.ts +15 -0
  593. package/dist/lib/ui/CodeBlock.js +18 -0
  594. package/dist/lib/ui/CodeBlock.js.map +1 -0
  595. package/dist/lib/ui/Command.d.ts +2 -2
  596. package/dist/lib/ui/Command.js +3 -7
  597. package/dist/lib/ui/Command.js.map +1 -1
  598. package/dist/lib/ui/Dialog.d.ts +3 -1
  599. package/dist/lib/ui/Dialog.js +2 -2
  600. package/dist/lib/ui/Dialog.js.map +1 -1
  601. package/dist/lib/ui/DropdownMenu.js +4 -4
  602. package/dist/lib/ui/DropdownMenu.js.map +1 -1
  603. package/dist/lib/ui/EmbeddedCodeBlock.d.ts +15 -0
  604. package/dist/lib/ui/EmbeddedCodeBlock.js +18 -0
  605. package/dist/lib/ui/EmbeddedCodeBlock.js.map +1 -0
  606. package/dist/lib/ui/Form.d.ts +2 -2
  607. package/dist/lib/ui/HoverCard.js +1 -1
  608. package/dist/lib/ui/HoverCard.js.map +1 -1
  609. package/dist/lib/ui/Input.js +1 -1
  610. package/dist/lib/ui/Input.js.map +1 -1
  611. package/dist/lib/ui/Pagination.d.ts +1 -1
  612. package/dist/lib/ui/Pagination.js +1 -1
  613. package/dist/lib/ui/Pagination.js.map +1 -1
  614. package/dist/lib/ui/Popover.js +1 -1
  615. package/dist/lib/ui/Popover.js.map +1 -1
  616. package/dist/lib/ui/RadioGroup.js +1 -1
  617. package/dist/lib/ui/RadioGroup.js.map +1 -1
  618. package/dist/lib/ui/ReactComponentDoc.d.ts +20 -0
  619. package/dist/lib/ui/ReactComponentDoc.js +10 -0
  620. package/dist/lib/ui/ReactComponentDoc.js.map +1 -0
  621. package/dist/lib/ui/Secret.d.ts +12 -0
  622. package/dist/lib/ui/Secret.js +23 -0
  623. package/dist/lib/ui/Secret.js.map +1 -0
  624. package/dist/lib/ui/Select.js +2 -2
  625. package/dist/lib/ui/Select.js.map +1 -1
  626. package/dist/lib/ui/Slider.js +1 -1
  627. package/dist/lib/ui/Slider.js.map +1 -1
  628. package/dist/lib/ui/Switch.js +1 -1
  629. package/dist/lib/ui/Switch.js.map +1 -1
  630. package/dist/lib/ui/SyntaxHighlight.d.ts +12 -15
  631. package/dist/lib/ui/SyntaxHighlight.js +13 -60
  632. package/dist/lib/ui/SyntaxHighlight.js.map +1 -1
  633. package/dist/lib/ui/Tabs.js +2 -2
  634. package/dist/lib/ui/Tabs.js.map +1 -1
  635. package/dist/lib/ui/Textarea.js +1 -1
  636. package/dist/lib/ui/Textarea.js.map +1 -1
  637. package/dist/lib/ui/Toggle.js +1 -1
  638. package/dist/lib/ui/Toggle.js.map +1 -1
  639. package/dist/lib/ui/ToggleGroup.d.ts +1 -1
  640. package/dist/lib/ui/Tooltip.d.ts +2 -1
  641. package/dist/lib/ui/Tooltip.js +2 -1
  642. package/dist/lib/ui/Tooltip.js.map +1 -1
  643. package/dist/lib/ui/Value.d.ts +5 -0
  644. package/dist/lib/ui/Value.js +13 -0
  645. package/dist/lib/ui/Value.js.map +1 -0
  646. package/dist/lib/util/MdxComponents.d.ts +18 -4
  647. package/dist/lib/util/MdxComponents.js +15 -12
  648. package/dist/lib/util/MdxComponents.js.map +1 -1
  649. package/dist/lib/util/cn.js.map +1 -1
  650. package/dist/lib/util/createVariantComponent.d.ts +2 -2
  651. package/dist/lib/util/createVariantComponent.js.map +1 -1
  652. package/dist/lib/util/ensureArray.d.ts +1 -0
  653. package/dist/lib/util/ensureArray.js +2 -0
  654. package/dist/lib/util/ensureArray.js.map +1 -0
  655. package/dist/lib/util/groupBy.js +1 -0
  656. package/dist/lib/util/groupBy.js.map +1 -1
  657. package/dist/lib/util/humanFileSize.d.ts +6 -0
  658. package/dist/lib/util/humanFileSize.js +14 -0
  659. package/dist/lib/util/humanFileSize.js.map +1 -0
  660. package/dist/lib/util/humanFileSize.test.d.ts +1 -0
  661. package/dist/lib/util/humanFileSize.test.js +22 -0
  662. package/dist/lib/util/humanFileSize.test.js.map +1 -0
  663. package/dist/lib/util/invariant.d.ts +6 -5
  664. package/dist/lib/util/invariant.js +4 -2
  665. package/dist/lib/util/invariant.js.map +1 -1
  666. package/dist/lib/util/os.d.ts +2 -0
  667. package/dist/lib/util/os.js +21 -0
  668. package/dist/lib/util/os.js.map +1 -0
  669. package/dist/lib/util/pastellize.js +2 -2
  670. package/dist/lib/util/pastellize.js.map +1 -1
  671. package/dist/lib/util/traverse.d.ts +2 -1
  672. package/dist/lib/util/traverse.js +31 -5
  673. package/dist/lib/util/traverse.js.map +1 -1
  674. package/dist/lib/util/url.d.ts +4 -0
  675. package/dist/lib/util/url.js +13 -0
  676. package/dist/lib/util/url.js.map +1 -0
  677. package/dist/lib/util/url.test.d.ts +1 -0
  678. package/dist/lib/util/url.test.js +26 -0
  679. package/dist/lib/util/url.test.js.map +1 -0
  680. package/dist/lib/util/useCopyToClipboard.d.ts +1 -0
  681. package/dist/lib/util/useCopyToClipboard.js +11 -0
  682. package/dist/lib/util/useCopyToClipboard.js.map +1 -0
  683. package/dist/lib/util/useExposedProps.d.ts +8 -1
  684. package/dist/lib/util/useExposedProps.js.map +1 -1
  685. package/dist/lib/util/useIsomorphicLayoutEffect.js.map +1 -1
  686. package/dist/lib/util/useScrollToAnchor.js +5 -3
  687. package/dist/lib/util/useScrollToAnchor.js.map +1 -1
  688. package/dist/ts.js +3 -3
  689. package/dist/ts.js.map +1 -1
  690. package/dist/vite/api/SchemaManager.d.ts +36 -0
  691. package/dist/vite/api/SchemaManager.js +145 -0
  692. package/dist/vite/api/SchemaManager.js.map +1 -0
  693. package/dist/vite/api/SchemaManager.test.d.ts +1 -0
  694. package/dist/vite/api/SchemaManager.test.js +106 -0
  695. package/dist/vite/api/SchemaManager.test.js.map +1 -0
  696. package/dist/vite/api/schema-codegen.js +71 -22
  697. package/dist/vite/api/schema-codegen.js.map +1 -1
  698. package/dist/vite/api/schema-codegen.test.js +156 -1
  699. package/dist/vite/api/schema-codegen.test.js.map +1 -1
  700. package/dist/vite/build.js +22 -7
  701. package/dist/vite/build.js.map +1 -1
  702. package/dist/vite/config.d.ts +2 -9
  703. package/dist/vite/config.js +59 -99
  704. package/dist/vite/config.js.map +1 -1
  705. package/dist/vite/config.test.js +1 -1
  706. package/dist/vite/config.test.js.map +1 -1
  707. package/dist/vite/css/plugin.d.ts +1 -2
  708. package/dist/vite/css/plugin.js +14 -2
  709. package/dist/vite/css/plugin.js.map +1 -1
  710. package/dist/vite/dev-server.d.ts +0 -1
  711. package/dist/vite/dev-server.js +25 -16
  712. package/dist/vite/dev-server.js.map +1 -1
  713. package/dist/vite/error-handler.d.ts +2 -2
  714. package/dist/vite/error-handler.js.map +1 -1
  715. package/dist/vite/html.d.ts +7 -3
  716. package/dist/vite/html.js +15 -9
  717. package/dist/vite/html.js.map +1 -1
  718. package/dist/vite/mdx/remark-inject-filepath.d.ts +3 -0
  719. package/dist/vite/mdx/remark-inject-filepath.js +6 -0
  720. package/dist/vite/mdx/remark-inject-filepath.js.map +1 -0
  721. package/dist/vite/mdx/remark-last-modified.d.ts +3 -0
  722. package/dist/vite/mdx/remark-last-modified.js +28 -0
  723. package/dist/vite/mdx/remark-last-modified.js.map +1 -0
  724. package/dist/vite/mdx/remark-link-rewrite.d.ts +2 -0
  725. package/dist/vite/mdx/remark-link-rewrite.js +20 -0
  726. package/dist/vite/mdx/remark-link-rewrite.js.map +1 -0
  727. package/dist/vite/mdx/remark-normalize-image-url.d.ts +2 -0
  728. package/dist/vite/mdx/remark-normalize-image-url.js +12 -0
  729. package/dist/vite/mdx/remark-normalize-image-url.js.map +1 -0
  730. package/dist/vite/mdx/remark-static-generation.d.ts +3 -0
  731. package/dist/vite/mdx/remark-static-generation.js +125 -0
  732. package/dist/vite/mdx/remark-static-generation.js.map +1 -0
  733. package/dist/vite/mdx/utils.d.ts +2 -0
  734. package/dist/vite/mdx/utils.js +31 -0
  735. package/dist/vite/mdx/utils.js.map +1 -0
  736. package/dist/vite/output.d.ts +1 -1
  737. package/dist/vite/output.js +1 -1
  738. package/dist/vite/output.js.map +1 -1
  739. package/dist/vite/plugin-api-keys.d.ts +2 -3
  740. package/dist/vite/plugin-api-keys.js +10 -4
  741. package/dist/vite/plugin-api-keys.js.map +1 -1
  742. package/dist/vite/plugin-api.d.ts +1 -2
  743. package/dist/vite/plugin-api.js +47 -124
  744. package/dist/vite/plugin-api.js.map +1 -1
  745. package/dist/vite/plugin-auth.d.ts +2 -3
  746. package/dist/vite/plugin-auth.js +4 -3
  747. package/dist/vite/plugin-auth.js.map +1 -1
  748. package/dist/vite/plugin-component.d.ts +2 -3
  749. package/dist/vite/plugin-component.js +3 -2
  750. package/dist/vite/plugin-component.js.map +1 -1
  751. package/dist/vite/plugin-config-reload.d.ts +2 -3
  752. package/dist/vite/plugin-config-reload.js +23 -22
  753. package/dist/vite/plugin-config-reload.js.map +1 -1
  754. package/dist/vite/plugin-config.d.ts +2 -3
  755. package/dist/vite/plugin-config.js +6 -4
  756. package/dist/vite/plugin-config.js.map +1 -1
  757. package/dist/vite/plugin-custom-pages.d.ts +2 -3
  758. package/dist/vite/plugin-custom-pages.js +6 -5
  759. package/dist/vite/plugin-custom-pages.js.map +1 -1
  760. package/dist/vite/plugin-docs.d.ts +1 -2
  761. package/dist/vite/plugin-docs.js +75 -63
  762. package/dist/vite/plugin-docs.js.map +1 -1
  763. package/dist/vite/plugin-frontmatter.d.ts +1 -2
  764. package/dist/vite/plugin-frontmatter.js +10 -5
  765. package/dist/vite/plugin-frontmatter.js.map +1 -1
  766. package/dist/vite/plugin-mdx.d.ts +2 -3
  767. package/dist/vite/plugin-mdx.js +32 -76
  768. package/dist/vite/plugin-mdx.js.map +1 -1
  769. package/dist/vite/plugin-metadata.d.ts +1 -1
  770. package/dist/vite/plugin-navigation.d.ts +4 -0
  771. package/dist/vite/plugin-navigation.js +63 -0
  772. package/dist/vite/plugin-navigation.js.map +1 -0
  773. package/dist/vite/plugin-redirect.d.ts +2 -3
  774. package/dist/vite/plugin-redirect.js +4 -3
  775. package/dist/vite/plugin-redirect.js.map +1 -1
  776. package/dist/vite/plugin-search.d.ts +2 -3
  777. package/dist/vite/plugin-search.js +4 -3
  778. package/dist/vite/plugin-search.js.map +1 -1
  779. package/dist/vite/plugin-shiki-register.d.ts +2 -0
  780. package/dist/vite/plugin-shiki-register.js +39 -0
  781. package/dist/vite/plugin-shiki-register.js.map +1 -0
  782. package/dist/vite/plugin-theme.d.ts +8 -0
  783. package/dist/vite/plugin-theme.js +274 -0
  784. package/dist/vite/plugin-theme.js.map +1 -0
  785. package/dist/vite/plugin-theme.test.d.ts +1 -0
  786. package/dist/vite/plugin-theme.test.js +314 -0
  787. package/dist/vite/plugin-theme.test.js.map +1 -0
  788. package/dist/vite/plugin.d.ts +2 -3
  789. package/dist/vite/plugin.js +24 -23
  790. package/dist/vite/plugin.js.map +1 -1
  791. package/dist/vite/prerender/FileWritingResponse.js +5 -3
  792. package/dist/vite/prerender/FileWritingResponse.js.map +1 -1
  793. package/dist/vite/prerender/InMemoryResponse.js +3 -1
  794. package/dist/vite/prerender/InMemoryResponse.js.map +1 -1
  795. package/dist/vite/prerender/prerender.js +1 -1
  796. package/dist/vite/prerender/prerender.js.map +1 -1
  797. package/dist/vite/prerender/worker.d.ts +1 -1
  798. package/dist/vite/prerender/worker.js +5 -1
  799. package/dist/vite/prerender/worker.js.map +1 -1
  800. package/dist/vite/reporter.js +2 -2
  801. package/dist/vite/reporter.js.map +1 -1
  802. package/dist/vite/shadcn-registry.d.ts +20 -0
  803. package/dist/vite/shadcn-registry.js +29 -0
  804. package/dist/vite/shadcn-registry.js.map +1 -0
  805. package/dist/vite/sitemap.d.ts +1 -1
  806. package/dist/vite/sitemap.js +14 -13
  807. package/dist/vite/sitemap.js.map +1 -1
  808. package/dist/zuplo/enrich-with-zuplo-mcp.d.ts +4 -0
  809. package/dist/zuplo/enrich-with-zuplo-mcp.js +117 -0
  810. package/dist/zuplo/enrich-with-zuplo-mcp.js.map +1 -0
  811. package/dist/zuplo/enrich-with-zuplo.d.ts +1 -0
  812. package/dist/zuplo/enrich-with-zuplo.js +4 -4
  813. package/dist/zuplo/enrich-with-zuplo.js.map +1 -1
  814. package/dist/zuplo/policy-types.js +0 -1
  815. package/dist/zuplo/policy-types.js.map +1 -1
  816. package/dist/zuplo/with-zuplo-processors.js +3 -1
  817. package/dist/zuplo/with-zuplo-processors.js.map +1 -1
  818. package/dist/zuplo/with-zuplo.d.ts +2 -2
  819. package/dist/zuplo/with-zuplo.js +1 -1
  820. package/dist/zuplo/with-zuplo.js.map +1 -1
  821. package/lib/Button-DTDRi4CT.js +51 -0
  822. package/lib/Button-DTDRi4CT.js.map +1 -0
  823. package/lib/Card-hTy9PAnh.js +61 -0
  824. package/lib/Card-hTy9PAnh.js.map +1 -0
  825. package/lib/CategoryHeading-BGCNu3VK.js +17 -0
  826. package/lib/CategoryHeading-BGCNu3VK.js.map +1 -0
  827. package/lib/ClientOnly-E7hGysn1.js.map +1 -1
  828. package/lib/CodeBlock-i0BM_QFf.js +176 -0
  829. package/lib/CodeBlock-i0BM_QFf.js.map +1 -0
  830. package/lib/Command-TEBTONf1.js +134 -0
  831. package/lib/Command-TEBTONf1.js.map +1 -0
  832. package/lib/Dialog-VIMic7xI.js +114 -0
  833. package/lib/Dialog-VIMic7xI.js.map +1 -0
  834. package/lib/Drawer-DM9wJUC6.js +1133 -0
  835. package/lib/Drawer-DM9wJUC6.js.map +1 -0
  836. package/lib/ErrorAlert-Diu_w5Po.js +15522 -0
  837. package/lib/ErrorAlert-Diu_w5Po.js.map +1 -0
  838. package/lib/MdxPage-CDs_vtjC.js +111 -0
  839. package/lib/MdxPage-CDs_vtjC.js.map +1 -0
  840. package/lib/OAuthErrorPage-BbI9XJWR.js +150 -0
  841. package/lib/OAuthErrorPage-BbI9XJWR.js.map +1 -0
  842. package/lib/OasProvider-D3Cjaaxr.js +36 -0
  843. package/lib/OasProvider-D3Cjaaxr.js.map +1 -0
  844. package/lib/OperationList-BH4cFU-0.js +5454 -0
  845. package/lib/OperationList-BH4cFU-0.js.map +1 -0
  846. package/lib/Pagination-BKphudjx.js +37 -0
  847. package/lib/Pagination-BKphudjx.js.map +1 -0
  848. package/lib/RouteGuard-nFlgfJqk.js +56 -0
  849. package/lib/RouteGuard-nFlgfJqk.js.map +1 -0
  850. package/lib/RouterError-CnS5hYUh.js +41 -0
  851. package/lib/RouterError-CnS5hYUh.js.map +1 -0
  852. package/lib/SchemaList-BcJyi2sR.js +150 -0
  853. package/lib/SchemaList-BcJyi2sR.js.map +1 -0
  854. package/lib/SchemaView-DnTxmN15.js +458 -0
  855. package/lib/SchemaView-DnTxmN15.js.map +1 -0
  856. package/lib/Select-BPQp7Yqx.js +273 -0
  857. package/lib/Select-BPQp7Yqx.js.map +1 -0
  858. package/lib/SignUp-tBtnwuXL.js +56 -0
  859. package/lib/SignUp-tBtnwuXL.js.map +1 -0
  860. package/lib/Spinner-Cf6E803I.js +7 -0
  861. package/lib/Spinner-Cf6E803I.js.map +1 -0
  862. package/lib/SyntaxHighlight-Cqh6cwC3.js +10307 -0
  863. package/lib/SyntaxHighlight-Cqh6cwC3.js.map +1 -0
  864. package/lib/Toc-Zzozy3eB.js +92 -0
  865. package/lib/Toc-Zzozy3eB.js.map +1 -0
  866. package/lib/ZudokuContext-3cqbu21w.js +1285 -0
  867. package/lib/ZudokuContext-3cqbu21w.js.map +1 -0
  868. package/lib/chunk-QMGIS6GS-DqecZ6nq.js +9204 -0
  869. package/lib/chunk-QMGIS6GS-DqecZ6nq.js.map +1 -0
  870. package/lib/circular-CokAagii.js +14934 -0
  871. package/lib/circular-CokAagii.js.map +1 -0
  872. package/lib/clsx-OuTLNxxd.js +17 -0
  873. package/lib/clsx-OuTLNxxd.js.map +1 -0
  874. package/lib/cn-dYga0KKN.js +2731 -0
  875. package/lib/cn-dYga0KKN.js.map +1 -0
  876. package/lib/createServer-DW4hIUUB.js +12499 -0
  877. package/lib/createServer-DW4hIUUB.js.map +1 -0
  878. package/lib/csharp-rrJEDRrV.js +53 -0
  879. package/lib/csharp-rrJEDRrV.js.map +1 -0
  880. package/lib/css-Dpk9bCql.js +54 -0
  881. package/lib/css-Dpk9bCql.js.map +1 -0
  882. package/lib/errors-CQLQ5016.js +45 -0
  883. package/lib/errors-CQLQ5016.js.map +1 -0
  884. package/lib/go-D8SJIQ0Z.js +25 -0
  885. package/lib/go-D8SJIQ0Z.js.map +1 -0
  886. package/lib/graphql-aeVKJNa2.js +25 -0
  887. package/lib/graphql-aeVKJNa2.js.map +1 -0
  888. package/lib/hook-ChlxzJwv.js +247 -0
  889. package/lib/hook-ChlxzJwv.js.map +1 -0
  890. package/lib/html-D_7om-nA.js +33 -0
  891. package/lib/html-D_7om-nA.js.map +1 -0
  892. package/lib/index-7FEjMkZ_.js +1058 -0
  893. package/lib/index-7FEjMkZ_.js.map +1 -0
  894. package/lib/index-CF3Ls1wd.js +2094 -0
  895. package/lib/index-CF3Ls1wd.js.map +1 -0
  896. package/lib/index-CrcNWbel.js +316 -0
  897. package/lib/index-CrcNWbel.js.map +1 -0
  898. package/lib/index-DI5SPFK9.js +36 -0
  899. package/lib/index-DI5SPFK9.js.map +1 -0
  900. package/lib/index-QwGs6inR.js +3397 -0
  901. package/lib/index-QwGs6inR.js.map +1 -0
  902. package/lib/index-nGbmHh_A.js +4827 -0
  903. package/lib/index-nGbmHh_A.js.map +1 -0
  904. package/lib/index.esm-BnYHxCYC.js +683 -0
  905. package/lib/index.esm-BnYHxCYC.js.map +1 -0
  906. package/lib/index.esm-CdzlRw50.js +1254 -0
  907. package/lib/index.esm-CdzlRw50.js.map +1 -0
  908. package/lib/invariant-Bm-FVUQE.js +44 -0
  909. package/lib/invariant-Bm-FVUQE.js.map +1 -0
  910. package/lib/java-DUh-EL8n.js +53 -0
  911. package/lib/java-DUh-EL8n.js.map +1 -0
  912. package/lib/javascript-CrY8dcGu.js +10 -0
  913. package/lib/javascript-CrY8dcGu.js.map +1 -0
  914. package/lib/json-DLK2_sdf.js +25 -0
  915. package/lib/json-DLK2_sdf.js.map +1 -0
  916. package/lib/jsx-runtime-DywqP_6a.js +285 -0
  917. package/lib/jsx-runtime-DywqP_6a.js.map +1 -0
  918. package/lib/kotlin-rJMOGl7D.js +37 -0
  919. package/lib/kotlin-rJMOGl7D.js.map +1 -0
  920. package/lib/markdown-BD9bIU5J.js +25 -0
  921. package/lib/markdown-BD9bIU5J.js.map +1 -0
  922. package/lib/mdx-G25UCvf3.js +32 -0
  923. package/lib/mdx-G25UCvf3.js.map +1 -0
  924. package/lib/mutation-DvBlWyBr.js +196 -0
  925. package/lib/mutation-DvBlWyBr.js.map +1 -0
  926. package/lib/objectivec-DDpj0aWX.js +32 -0
  927. package/lib/objectivec-DDpj0aWX.js.map +1 -0
  928. package/lib/php-BeG18bSy.js +25 -0
  929. package/lib/php-BeG18bSy.js.map +1 -0
  930. package/lib/processors/removeExtensions.js.map +1 -1
  931. package/lib/processors/removeParameters.js +27 -28
  932. package/lib/processors/removeParameters.js.map +1 -1
  933. package/lib/processors/removePaths.js +17 -17
  934. package/lib/processors/removePaths.js.map +1 -1
  935. package/lib/processors/traverse.js +9 -7
  936. package/lib/processors/traverse.js.map +1 -1
  937. package/lib/python-BaF2byD-.js +32 -0
  938. package/lib/python-BaF2byD-.js.map +1 -0
  939. package/lib/react-CQvDN20M.js +24 -0
  940. package/lib/react-CQvDN20M.js.map +1 -0
  941. package/lib/ruby-CmxRVHMR.js +25 -0
  942. package/lib/ruby-CmxRVHMR.js.map +1 -0
  943. package/lib/rust-IfSC62c5.js +25 -0
  944. package/lib/rust-IfSC62c5.js.map +1 -0
  945. package/lib/shell-BFu0M6m4.js +25 -0
  946. package/lib/shell-BFu0M6m4.js.map +1 -0
  947. package/lib/swift-DckbsN4v.js +25 -0
  948. package/lib/swift-DckbsN4v.js.map +1 -0
  949. package/lib/toml-BJsCc8TC.js +32 -0
  950. package/lib/toml-BJsCc8TC.js.map +1 -0
  951. package/lib/typescript-7qOVMjOC.js +32 -0
  952. package/lib/typescript-7qOVMjOC.js.map +1 -0
  953. package/lib/ui/Accordion.js +2 -2
  954. package/lib/ui/Accordion.js.map +1 -1
  955. package/lib/ui/ActionButton.js +11 -11
  956. package/lib/ui/ActionButton.js.map +1 -1
  957. package/lib/ui/Alert.js +55 -39
  958. package/lib/ui/Alert.js.map +1 -1
  959. package/lib/ui/AlertDialog.js +2 -2
  960. package/lib/ui/AlertDialog.js.map +1 -1
  961. package/lib/ui/Badge.js +4 -4
  962. package/lib/ui/Badge.js.map +1 -1
  963. package/lib/ui/Breadcrumb.js +24 -23
  964. package/lib/ui/Breadcrumb.js.map +1 -1
  965. package/lib/ui/Button.js +20 -18
  966. package/lib/ui/Button.js.map +1 -1
  967. package/lib/ui/Callout.js +12 -11
  968. package/lib/ui/Callout.js.map +1 -1
  969. package/lib/ui/Card.js +9 -9
  970. package/lib/ui/Card.js.map +1 -1
  971. package/lib/ui/Carousel.js +176 -176
  972. package/lib/ui/Carousel.js.map +1 -1
  973. package/lib/ui/Checkbox.js +8 -8
  974. package/lib/ui/Checkbox.js.map +1 -1
  975. package/lib/ui/CodeBlock.js +10 -0
  976. package/lib/ui/CodeBlock.js.map +1 -0
  977. package/lib/ui/Command.js +67 -73
  978. package/lib/ui/Command.js.map +1 -1
  979. package/lib/ui/Dialog.js +74 -59
  980. package/lib/ui/Dialog.js.map +1 -1
  981. package/lib/ui/Drawer.js +3 -3
  982. package/lib/ui/DropdownMenu.js +35 -35
  983. package/lib/ui/DropdownMenu.js.map +1 -1
  984. package/lib/ui/EmbeddedCodeBlock.js +80 -0
  985. package/lib/ui/EmbeddedCodeBlock.js.map +1 -0
  986. package/lib/ui/Form.js +3 -3
  987. package/lib/ui/Form.js.map +1 -1
  988. package/lib/ui/HoverCard.js +6 -6
  989. package/lib/ui/HoverCard.js.map +1 -1
  990. package/lib/ui/Input.js +3 -3
  991. package/lib/ui/Input.js.map +1 -1
  992. package/lib/ui/Label.js +3 -3
  993. package/lib/ui/Label.js.map +1 -1
  994. package/lib/ui/Pagination.js +29 -30
  995. package/lib/ui/Pagination.js.map +1 -1
  996. package/lib/ui/Popover.js +3 -3
  997. package/lib/ui/Popover.js.map +1 -1
  998. package/lib/ui/Progress.js +2 -2
  999. package/lib/ui/Progress.js.map +1 -1
  1000. package/lib/ui/RadioGroup.js +11 -11
  1001. package/lib/ui/RadioGroup.js.map +1 -1
  1002. package/lib/ui/ReactComponentDoc.js +28 -0
  1003. package/lib/ui/ReactComponentDoc.js.map +1 -0
  1004. package/lib/ui/ScrollArea.js +2 -2
  1005. package/lib/ui/ScrollArea.js.map +1 -1
  1006. package/lib/ui/Secret.js +96 -0
  1007. package/lib/ui/Secret.js.map +1 -0
  1008. package/lib/ui/Select.js +32 -32
  1009. package/lib/ui/Select.js.map +1 -1
  1010. package/lib/ui/Skeleton.js +2 -2
  1011. package/lib/ui/Skeleton.js.map +1 -1
  1012. package/lib/ui/Slider.js +6 -6
  1013. package/lib/ui/Slider.js.map +1 -1
  1014. package/lib/ui/Stepper.js +1 -1
  1015. package/lib/ui/Stepper.js.map +1 -1
  1016. package/lib/ui/Switch.js +6 -6
  1017. package/lib/ui/Switch.js.map +1 -1
  1018. package/lib/ui/SyntaxHighlight.js +6 -6
  1019. package/lib/ui/Tabs.js +17 -17
  1020. package/lib/ui/Tabs.js.map +1 -1
  1021. package/lib/ui/Textarea.js +6 -6
  1022. package/lib/ui/Textarea.js.map +1 -1
  1023. package/lib/ui/Toggle.js +8 -8
  1024. package/lib/ui/Toggle.js.map +1 -1
  1025. package/lib/ui/ToggleGroup.js +2 -2
  1026. package/lib/ui/ToggleGroup.js.map +1 -1
  1027. package/lib/ui/Tooltip.js +15 -8
  1028. package/lib/ui/Tooltip.js.map +1 -1
  1029. package/lib/ui/Value.js +39 -0
  1030. package/lib/ui/Value.js.map +1 -0
  1031. package/lib/ui/util.js +1 -1
  1032. package/lib/useCopyToClipboard-B_085nfO.js +14 -0
  1033. package/lib/useCopyToClipboard-B_085nfO.js.map +1 -0
  1034. package/lib/useExposedProps-BH9aq4MD.js +113 -0
  1035. package/lib/useExposedProps-BH9aq4MD.js.map +1 -0
  1036. package/lib/useLatest-hmRS46UF.js.map +1 -1
  1037. package/lib/xml-DAaTIkBX.js +25 -0
  1038. package/lib/xml-DAaTIkBX.js.map +1 -0
  1039. package/lib/yaml-DUi-dbfu.js +32 -0
  1040. package/lib/yaml-DUi-dbfu.js.map +1 -0
  1041. package/lib/zudoku.__internal.js +2981 -0
  1042. package/lib/zudoku.__internal.js.map +1 -0
  1043. package/lib/zudoku.auth-auth0.js +29 -32
  1044. package/lib/zudoku.auth-auth0.js.map +1 -1
  1045. package/lib/zudoku.auth-azureb2c.js +137 -0
  1046. package/lib/zudoku.auth-azureb2c.js.map +1 -0
  1047. package/lib/zudoku.auth-clerk.js +104 -99
  1048. package/lib/zudoku.auth-clerk.js.map +1 -1
  1049. package/lib/zudoku.auth-openid.js +557 -544
  1050. package/lib/zudoku.auth-openid.js.map +1 -1
  1051. package/lib/zudoku.auth-supabase.js +98 -0
  1052. package/lib/zudoku.auth-supabase.js.map +1 -0
  1053. package/lib/zudoku.components.js +22 -28
  1054. package/lib/zudoku.hooks.js +21 -13
  1055. package/lib/zudoku.hooks.js.map +1 -1
  1056. package/lib/zudoku.icons.js +1 -1
  1057. package/lib/zudoku.icons.js.map +1 -1
  1058. package/lib/zudoku.plugin-api-catalog.js +76 -68
  1059. package/lib/zudoku.plugin-api-catalog.js.map +1 -1
  1060. package/lib/zudoku.plugin-api-keys.js +717 -192
  1061. package/lib/zudoku.plugin-api-keys.js.map +1 -1
  1062. package/lib/zudoku.plugin-custom-pages.js +15 -18
  1063. package/lib/zudoku.plugin-custom-pages.js.map +1 -1
  1064. package/lib/zudoku.plugin-markdown.js +20 -73
  1065. package/lib/zudoku.plugin-markdown.js.map +1 -1
  1066. package/lib/zudoku.plugin-openapi.js +8 -6
  1067. package/lib/zudoku.plugin-openapi.js.map +1 -1
  1068. package/lib/zudoku.plugin-redirect.js +3 -3
  1069. package/lib/zudoku.plugin-redirect.js.map +1 -1
  1070. package/lib/zudoku.plugin-search-inkeep.js +55 -59
  1071. package/lib/zudoku.plugin-search-inkeep.js.map +1 -1
  1072. package/lib/zudoku.plugin-search-pagefind.js +216 -124
  1073. package/lib/zudoku.plugin-search-pagefind.js.map +1 -1
  1074. package/lib/zudoku.plugins.js +7 -6
  1075. package/lib/zudoku.plugins.js.map +1 -1
  1076. package/lib/zudoku.router.js +123 -0
  1077. package/lib/zudoku.router.js.map +1 -0
  1078. package/package.json +128 -101
  1079. package/src/app/ZuploBuildConfig.ts +33 -0
  1080. package/src/app/defaultTheme.css +73 -0
  1081. package/src/app/demo.html +1 -1
  1082. package/src/app/demo.tsx +25 -7
  1083. package/src/app/entry.client.tsx +45 -5
  1084. package/src/app/entry.server.tsx +4 -6
  1085. package/src/app/env.ts +43 -0
  1086. package/src/app/font.geist.css +73 -0
  1087. package/src/app/main.css +133 -151
  1088. package/src/app/main.tsx +56 -62
  1089. package/src/app/standalone.tsx +14 -8
  1090. package/src/lib/MissingIcon.tsx +1 -1
  1091. package/src/lib/assets/language-icons/csharp.tsx +35 -0
  1092. package/src/lib/assets/language-icons/css.tsx +36 -0
  1093. package/src/lib/assets/language-icons/go.tsx +19 -0
  1094. package/src/lib/assets/language-icons/graphql.tsx +19 -0
  1095. package/src/lib/assets/language-icons/html.tsx +24 -0
  1096. package/src/lib/assets/language-icons/java.tsx +35 -0
  1097. package/src/lib/assets/language-icons/javascript.tsx +11 -0
  1098. package/src/lib/assets/language-icons/json.tsx +19 -0
  1099. package/src/lib/assets/language-icons/kotlin.tsx +30 -0
  1100. package/src/lib/assets/language-icons/markdown.tsx +19 -0
  1101. package/src/lib/assets/language-icons/mdx.tsx +23 -0
  1102. package/src/lib/assets/language-icons/objectivec.tsx +23 -0
  1103. package/src/lib/assets/language-icons/php.tsx +19 -0
  1104. package/src/lib/assets/language-icons/python.tsx +23 -0
  1105. package/src/lib/assets/language-icons/react.tsx +21 -0
  1106. package/src/lib/assets/language-icons/ruby.tsx +19 -0
  1107. package/src/lib/assets/language-icons/rust.tsx +19 -0
  1108. package/src/lib/assets/language-icons/shell.tsx +19 -0
  1109. package/src/lib/assets/language-icons/swift.tsx +19 -0
  1110. package/src/lib/assets/language-icons/toml.tsx +23 -0
  1111. package/src/lib/assets/language-icons/typescript.tsx +23 -0
  1112. package/src/lib/assets/language-icons/xml.tsx +19 -0
  1113. package/src/lib/assets/language-icons/yaml.tsx +23 -0
  1114. package/src/lib/auth/issuer.test.ts +121 -0
  1115. package/src/lib/auth/issuer.ts +41 -0
  1116. package/src/lib/authentication/AuthenticationPlugin.tsx +2 -2
  1117. package/src/lib/authentication/authentication.ts +6 -9
  1118. package/src/lib/authentication/components/CallbackHandler.tsx +28 -11
  1119. package/src/lib/authentication/components/OAuthErrorPage.tsx +171 -0
  1120. package/src/lib/authentication/components/SignIn.tsx +27 -1
  1121. package/src/lib/authentication/components/SignOut.tsx +1 -1
  1122. package/src/lib/authentication/components/SignUp.tsx +35 -1
  1123. package/src/lib/authentication/errors.ts +27 -13
  1124. package/src/lib/authentication/hook.ts +2 -0
  1125. package/src/lib/authentication/providers/auth0.tsx +12 -6
  1126. package/src/lib/authentication/providers/azureb2c.tsx +201 -0
  1127. package/src/lib/authentication/providers/clerk.tsx +91 -69
  1128. package/src/lib/authentication/providers/openid.tsx +121 -57
  1129. package/src/lib/authentication/providers/supabase.tsx +14 -20
  1130. package/src/lib/authentication/state.ts +37 -7
  1131. package/src/lib/authentication/use-broadcast/LICENSE.md +12 -3
  1132. package/src/lib/authentication/use-broadcast/shared.ts +4 -4
  1133. package/src/lib/authentication/use-broadcast/useBroadcast.ts +2 -2
  1134. package/src/lib/components/AnchorLink.tsx +1 -1
  1135. package/src/lib/components/Autocomplete.tsx +4 -3
  1136. package/src/lib/components/Banner.tsx +3 -4
  1137. package/src/lib/components/Bootstrap.tsx +1 -0
  1138. package/src/lib/components/BuildCheck.tsx +35 -9
  1139. package/src/lib/components/CategoryHeading.tsx +4 -1
  1140. package/src/lib/components/ErrorPage.tsx +3 -3
  1141. package/src/lib/components/Footer.tsx +8 -11
  1142. package/src/lib/components/Framed.tsx +51 -0
  1143. package/src/lib/components/Header.tsx +46 -43
  1144. package/src/lib/components/Heading.tsx +19 -12
  1145. package/src/lib/components/InlineCode.tsx +1 -1
  1146. package/src/lib/components/LanguageIcon.tsx +136 -0
  1147. package/src/lib/components/Layout.tsx +7 -29
  1148. package/src/lib/components/Main.tsx +15 -14
  1149. package/src/lib/components/Markdown.tsx +43 -27
  1150. package/src/lib/components/Meta.tsx +45 -0
  1151. package/src/lib/components/MobileTopNavigation.tsx +72 -16
  1152. package/src/lib/components/NotFoundPage.tsx +6 -5
  1153. package/src/lib/components/PageProgress.tsx +28 -0
  1154. package/src/lib/components/Pagination.tsx +6 -11
  1155. package/src/lib/components/PathRenderer.tsx +2 -2
  1156. package/src/lib/components/Search.tsx +3 -3
  1157. package/src/lib/components/Slot.test.tsx +465 -0
  1158. package/src/lib/components/Slot.tsx +64 -0
  1159. package/src/lib/components/StatusPage.tsx +5 -0
  1160. package/src/lib/components/TopNavigation.tsx +81 -86
  1161. package/src/lib/components/Typography.tsx +14 -0
  1162. package/src/lib/components/Zudoku.tsx +11 -11
  1163. package/src/lib/components/context/ComponentsContext.tsx +2 -2
  1164. package/src/lib/components/context/RouterEventsEmitter.tsx +1 -1
  1165. package/src/lib/components/context/SlotProvider.tsx +149 -0
  1166. package/src/lib/components/context/ViewportAnchorContext.tsx +10 -17
  1167. package/src/lib/components/context/ZudokuContext.ts +67 -43
  1168. package/src/lib/components/context/ZudokuProvider.tsx +3 -2
  1169. package/src/lib/components/index.ts +18 -28
  1170. package/src/lib/components/navigation/Navigation.tsx +50 -0
  1171. package/src/lib/components/navigation/NavigationBadge.tsx +48 -0
  1172. package/src/lib/components/navigation/NavigationCategory.tsx +153 -0
  1173. package/src/lib/components/navigation/NavigationItem.tsx +161 -0
  1174. package/src/lib/components/navigation/NavigationWrapper.tsx +49 -0
  1175. package/src/lib/components/navigation/PoweredByZudoku.tsx +7 -2
  1176. package/src/lib/components/navigation/Toc.tsx +7 -7
  1177. package/src/lib/components/navigation/ZudokuLogo.tsx +1 -1
  1178. package/src/lib/components/navigation/utils.ts +82 -42
  1179. package/src/lib/core/RouteGuard.tsx +13 -13
  1180. package/src/lib/core/ZudokuContext.ts +96 -30
  1181. package/src/lib/core/__internal.tsx +30 -0
  1182. package/src/lib/core/plugins.ts +13 -4
  1183. package/src/lib/core/router.ts +1 -0
  1184. package/src/lib/errors/ErrorAlert.tsx +8 -17
  1185. package/src/lib/errors/TopLevelError.tsx +2 -4
  1186. package/src/lib/hooks/index.ts +11 -0
  1187. package/src/lib/hooks/useEvent.test.tsx +9 -7
  1188. package/src/lib/hooks/useHotkey.ts +70 -0
  1189. package/src/lib/oas/graphql/circular.ts +28 -20
  1190. package/src/lib/oas/graphql/index.ts +20 -3
  1191. package/src/lib/oas/parser/dereference/index.ts +2 -1
  1192. package/src/lib/oas/parser/dereference/resolveRef.ts +4 -4
  1193. package/src/lib/oas/parser/index.ts +9 -3
  1194. package/src/lib/oas/parser/upgrade/index.ts +100 -29
  1195. package/src/lib/plugins/api-catalog/Catalog.tsx +9 -2
  1196. package/src/lib/plugins/api-catalog/index.tsx +19 -19
  1197. package/src/lib/plugins/api-keys/CreateApiKey.tsx +70 -44
  1198. package/src/lib/plugins/api-keys/CreateApiKeyDialog.tsx +49 -0
  1199. package/src/lib/plugins/api-keys/SettingsApiKeys.tsx +441 -122
  1200. package/src/lib/plugins/api-keys/index.tsx +143 -65
  1201. package/src/lib/plugins/custom-pages/index.tsx +24 -16
  1202. package/src/lib/plugins/markdown/MdxPage.tsx +81 -26
  1203. package/src/lib/plugins/markdown/index.tsx +30 -43
  1204. package/src/lib/plugins/openapi/CollapsibleCode.tsx +8 -5
  1205. package/src/lib/plugins/openapi/ColorizedParam.tsx +5 -3
  1206. package/src/lib/plugins/openapi/Endpoint.tsx +2 -2
  1207. package/src/lib/plugins/openapi/MCPEndpoint.tsx +293 -0
  1208. package/src/lib/plugins/openapi/OasProvider.tsx +2 -1
  1209. package/src/lib/plugins/openapi/OperationList.tsx +47 -33
  1210. package/src/lib/plugins/openapi/OperationListItem.tsx +103 -103
  1211. package/src/lib/plugins/openapi/ParamInfos.tsx +14 -10
  1212. package/src/lib/plugins/openapi/ParameterList.tsx +3 -5
  1213. package/src/lib/plugins/openapi/ParameterListItem.tsx +42 -12
  1214. package/src/lib/plugins/openapi/PlaygroundDialogWrapper.tsx +16 -8
  1215. package/src/lib/plugins/openapi/RequestBodySidecarBox.tsx +3 -2
  1216. package/src/lib/plugins/openapi/ResponsesSidecarBox.tsx +5 -16
  1217. package/src/lib/plugins/openapi/SchemaList.tsx +25 -19
  1218. package/src/lib/plugins/openapi/Sidecar.tsx +18 -69
  1219. package/src/lib/plugins/openapi/SidecarExamples.tsx +11 -11
  1220. package/src/lib/plugins/openapi/StaggeredRender.tsx +1 -1
  1221. package/src/lib/plugins/openapi/client/GraphQLContext.tsx +1 -1
  1222. package/src/lib/plugins/openapi/client/createServer.ts +1 -2
  1223. package/src/lib/plugins/openapi/client/useCreateQuery.ts +24 -4
  1224. package/src/lib/plugins/openapi/components/ConstValue.tsx +24 -0
  1225. package/src/lib/plugins/openapi/components/EnumValues.tsx +1 -1
  1226. package/src/lib/plugins/openapi/components/ResponseContent.tsx +104 -0
  1227. package/src/lib/plugins/openapi/context.tsx +1 -1
  1228. package/src/lib/plugins/openapi/graphql/fragment-masking.ts +1 -2
  1229. package/src/lib/plugins/openapi/graphql/gql.ts +8 -9
  1230. package/src/lib/plugins/openapi/graphql/graphql.ts +14 -7
  1231. package/src/lib/plugins/openapi/index.tsx +85 -33
  1232. package/src/lib/plugins/openapi/interfaces.ts +10 -7
  1233. package/src/lib/plugins/openapi/playground/BodyPanel.tsx +55 -0
  1234. package/src/lib/plugins/openapi/playground/CollapsibleHeader.tsx +47 -0
  1235. package/src/lib/plugins/openapi/playground/ExamplesDropdown.tsx +11 -4
  1236. package/src/lib/plugins/openapi/playground/Headers.tsx +217 -115
  1237. package/src/lib/plugins/openapi/playground/IdentityDialog.tsx +4 -3
  1238. package/src/lib/plugins/openapi/playground/IdentitySelector.tsx +20 -36
  1239. package/src/lib/plugins/openapi/playground/InlineInput.tsx +1 -1
  1240. package/src/lib/plugins/openapi/playground/ParamsGrid.tsx +2 -2
  1241. package/src/lib/plugins/openapi/playground/PathParams.tsx +5 -6
  1242. package/src/lib/plugins/openapi/playground/Playground.tsx +270 -293
  1243. package/src/lib/plugins/openapi/playground/PlaygroundDialog.tsx +3 -2
  1244. package/src/lib/plugins/openapi/playground/QueryParams.tsx +106 -60
  1245. package/src/lib/plugins/openapi/playground/Spinner.tsx +87 -0
  1246. package/src/lib/plugins/openapi/playground/fileUtils.ts +32 -0
  1247. package/src/lib/plugins/openapi/playground/request-panel/UrlPath.tsx +31 -0
  1248. package/src/lib/plugins/openapi/playground/request-panel/UrlQueryParams.tsx +25 -0
  1249. package/src/lib/plugins/openapi/playground/result-panel/Highlight.tsx +26 -0
  1250. package/src/lib/plugins/openapi/playground/result-panel/ResponseStatusBar.tsx +117 -0
  1251. package/src/lib/plugins/openapi/playground/result-panel/ResponseTab.tsx +149 -108
  1252. package/src/lib/plugins/openapi/playground/result-panel/ResultPanel.tsx +70 -91
  1253. package/src/lib/plugins/openapi/playground/result-panel/convertToTypes.ts +1 -1
  1254. package/src/lib/plugins/openapi/playground/useRememberSkipLoginDialog.tsx +20 -0
  1255. package/src/lib/plugins/openapi/processors/removeExtensions.test.ts +1 -0
  1256. package/src/lib/plugins/openapi/processors/removeParameters.test.ts +1 -0
  1257. package/src/lib/plugins/openapi/processors/traverse.ts +1 -1
  1258. package/src/lib/plugins/openapi/schema/AllOfGroup/AllOfGroupConnector.tsx +36 -0
  1259. package/src/lib/plugins/openapi/schema/AllOfGroup/AllOfGroupItem.tsx +25 -0
  1260. package/src/lib/plugins/openapi/schema/AllOfGroup/AllOfGroupView.tsx +42 -0
  1261. package/src/lib/plugins/openapi/schema/SchemaExampleAndDefault.tsx +10 -7
  1262. package/src/lib/plugins/openapi/schema/SchemaPropertyItem.tsx +39 -46
  1263. package/src/lib/plugins/openapi/schema/SchemaView.tsx +67 -45
  1264. package/src/lib/plugins/openapi/schema/UnionView.tsx +143 -0
  1265. package/src/lib/plugins/openapi/schema/union-helpers.ts +124 -0
  1266. package/src/lib/plugins/openapi/schema/utils.ts +24 -17
  1267. package/src/lib/plugins/openapi/util/createHttpSnippet.ts +107 -0
  1268. package/src/lib/plugins/openapi/util/createNavigationCategory.tsx +39 -0
  1269. package/src/lib/plugins/openapi/util/generateSchemaExample.ts +54 -5
  1270. package/src/lib/plugins/openapi/util/getRoutes.tsx +87 -15
  1271. package/src/lib/plugins/openapi/util/methodColorMap.tsx +1 -1
  1272. package/src/lib/plugins/redirect/index.tsx +1 -1
  1273. package/src/lib/plugins/search-inkeep/index.tsx +54 -58
  1274. package/src/lib/plugins/search-inkeep/inkeep.ts +19 -21
  1275. package/src/lib/plugins/search-pagefind/PagefindSearch.tsx +3 -4
  1276. package/src/lib/plugins/search-pagefind/ResultList.tsx +16 -8
  1277. package/src/lib/plugins/search-pagefind/get-results.tsx +0 -1
  1278. package/src/lib/shiki.ts +138 -0
  1279. package/src/lib/ui/ActionButton.tsx +3 -1
  1280. package/src/lib/ui/Alert.tsx +45 -39
  1281. package/src/lib/ui/Badge.tsx +2 -2
  1282. package/src/lib/ui/Breadcrumb.tsx +1 -0
  1283. package/src/lib/ui/Button.tsx +9 -6
  1284. package/src/lib/ui/Callout.tsx +2 -1
  1285. package/src/lib/ui/Card.tsx +1 -1
  1286. package/src/lib/ui/Carousel.tsx +1 -0
  1287. package/src/lib/ui/Checkbox.tsx +1 -1
  1288. package/src/lib/ui/CodeBlock.tsx +80 -0
  1289. package/src/lib/ui/Command.tsx +6 -8
  1290. package/src/lib/ui/Dialog.tsx +20 -8
  1291. package/src/lib/ui/DropdownMenu.tsx +4 -4
  1292. package/src/lib/ui/EmbeddedCodeBlock.tsx +94 -0
  1293. package/src/lib/ui/Form.tsx +4 -4
  1294. package/src/lib/ui/HoverCard.tsx +1 -1
  1295. package/src/lib/ui/Input.tsx +1 -1
  1296. package/src/lib/ui/Pagination.tsx +1 -2
  1297. package/src/lib/ui/Popover.tsx +1 -1
  1298. package/src/lib/ui/RadioGroup.tsx +1 -1
  1299. package/src/lib/ui/ReactComponentDoc.tsx +68 -0
  1300. package/src/lib/ui/Secret.tsx +106 -0
  1301. package/src/lib/ui/Select.tsx +3 -3
  1302. package/src/lib/ui/Slider.tsx +1 -1
  1303. package/src/lib/ui/Switch.tsx +1 -1
  1304. package/src/lib/ui/SyntaxHighlight.tsx +28 -179
  1305. package/src/lib/ui/Tabs.tsx +2 -2
  1306. package/src/lib/ui/Textarea.tsx +1 -1
  1307. package/src/lib/ui/Toggle.tsx +1 -1
  1308. package/src/lib/ui/ToggleGroup.tsx +1 -1
  1309. package/src/lib/ui/Tooltip.tsx +16 -1
  1310. package/src/lib/ui/Value.tsx +42 -0
  1311. package/src/lib/util/MdxComponents.tsx +51 -17
  1312. package/src/lib/util/cn.ts +1 -1
  1313. package/src/lib/util/createVariantComponent.tsx +2 -2
  1314. package/src/lib/util/ensureArray.ts +3 -0
  1315. package/src/lib/util/groupBy.ts +1 -0
  1316. package/src/lib/util/humanFileSize.test.ts +24 -0
  1317. package/src/lib/util/humanFileSize.ts +15 -0
  1318. package/src/lib/util/invariant.ts +8 -5
  1319. package/src/lib/util/os.ts +18 -0
  1320. package/src/lib/util/pastellize.ts +2 -2
  1321. package/src/lib/util/traverse.ts +44 -5
  1322. package/src/lib/util/types.ts +1 -1
  1323. package/src/lib/util/url.test.ts +51 -0
  1324. package/src/lib/util/url.ts +18 -0
  1325. package/src/lib/util/useCopyToClipboard.ts +17 -0
  1326. package/src/lib/util/useExposedProps.tsx +12 -1
  1327. package/src/lib/util/useIsomorphicLayoutEffect.ts +1 -0
  1328. package/src/lib/util/useScrollToAnchor.ts +6 -4
  1329. package/src/shiki/langs/abap.js +1 -0
  1330. package/src/shiki/langs/actionscript-3.js +1 -0
  1331. package/src/shiki/langs/ada.js +1 -0
  1332. package/src/shiki/langs/angular-expression.js +1 -0
  1333. package/src/shiki/langs/angular-html.js +1 -0
  1334. package/src/shiki/langs/angular-inline-style.js +1 -0
  1335. package/src/shiki/langs/angular-inline-template.js +1 -0
  1336. package/src/shiki/langs/angular-let-declaration.js +1 -0
  1337. package/src/shiki/langs/angular-template-blocks.js +1 -0
  1338. package/src/shiki/langs/angular-template.js +1 -0
  1339. package/src/shiki/langs/angular-ts.js +1 -0
  1340. package/src/shiki/langs/apache.js +1 -0
  1341. package/src/shiki/langs/apex.js +1 -0
  1342. package/src/shiki/langs/apl.js +1 -0
  1343. package/src/shiki/langs/applescript.js +1 -0
  1344. package/src/shiki/langs/ara.js +1 -0
  1345. package/src/shiki/langs/asciidoc.js +1 -0
  1346. package/src/shiki/langs/asm.js +1 -0
  1347. package/src/shiki/langs/astro.js +1 -0
  1348. package/src/shiki/langs/awk.js +1 -0
  1349. package/src/shiki/langs/ballerina.js +1 -0
  1350. package/src/shiki/langs/bat.js +1 -0
  1351. package/src/shiki/langs/beancount.js +1 -0
  1352. package/src/shiki/langs/berry.js +1 -0
  1353. package/src/shiki/langs/bibtex.js +1 -0
  1354. package/src/shiki/langs/bicep.js +1 -0
  1355. package/src/shiki/langs/blade.js +1 -0
  1356. package/src/shiki/langs/bsl.js +1 -0
  1357. package/src/shiki/langs/c.js +1 -0
  1358. package/src/shiki/langs/cadence.js +1 -0
  1359. package/src/shiki/langs/cairo.js +1 -0
  1360. package/src/shiki/langs/clarity.js +1 -0
  1361. package/src/shiki/langs/clojure.js +1 -0
  1362. package/src/shiki/langs/cmake.js +1 -0
  1363. package/src/shiki/langs/cobol.js +1 -0
  1364. package/src/shiki/langs/codeowners.js +1 -0
  1365. package/src/shiki/langs/codeql.js +1 -0
  1366. package/src/shiki/langs/coffee.js +1 -0
  1367. package/src/shiki/langs/common-lisp.js +1 -0
  1368. package/src/shiki/langs/coq.js +1 -0
  1369. package/src/shiki/langs/cpp-macro.js +1 -0
  1370. package/src/shiki/langs/cpp.js +1 -0
  1371. package/src/shiki/langs/crystal.js +1 -0
  1372. package/src/shiki/langs/csharp.js +1 -0
  1373. package/src/shiki/langs/css.js +1 -0
  1374. package/src/shiki/langs/csv.js +1 -0
  1375. package/src/shiki/langs/cue.js +1 -0
  1376. package/src/shiki/langs/cypher.js +1 -0
  1377. package/src/shiki/langs/d.js +1 -0
  1378. package/src/shiki/langs/dart.js +1 -0
  1379. package/src/shiki/langs/dax.js +1 -0
  1380. package/src/shiki/langs/desktop.js +1 -0
  1381. package/src/shiki/langs/diff.js +1 -0
  1382. package/src/shiki/langs/docker.js +1 -0
  1383. package/src/shiki/langs/dotenv.js +1 -0
  1384. package/src/shiki/langs/dream-maker.js +1 -0
  1385. package/src/shiki/langs/edge.js +1 -0
  1386. package/src/shiki/langs/elixir.js +1 -0
  1387. package/src/shiki/langs/elm.js +1 -0
  1388. package/src/shiki/langs/emacs-lisp.js +1 -0
  1389. package/src/shiki/langs/erb.js +1 -0
  1390. package/src/shiki/langs/erlang.js +1 -0
  1391. package/src/shiki/langs/es-tag-css.js +1 -0
  1392. package/src/shiki/langs/es-tag-glsl.js +1 -0
  1393. package/src/shiki/langs/es-tag-html.js +1 -0
  1394. package/src/shiki/langs/es-tag-sql.js +1 -0
  1395. package/src/shiki/langs/es-tag-xml.js +1 -0
  1396. package/src/shiki/langs/fennel.js +1 -0
  1397. package/src/shiki/langs/fish.js +1 -0
  1398. package/src/shiki/langs/fluent.js +1 -0
  1399. package/src/shiki/langs/fortran-fixed-form.js +1 -0
  1400. package/src/shiki/langs/fortran-free-form.js +1 -0
  1401. package/src/shiki/langs/fsharp.js +1 -0
  1402. package/src/shiki/langs/gdresource.js +1 -0
  1403. package/src/shiki/langs/gdscript.js +1 -0
  1404. package/src/shiki/langs/gdshader.js +1 -0
  1405. package/src/shiki/langs/genie.js +1 -0
  1406. package/src/shiki/langs/gherkin.js +1 -0
  1407. package/src/shiki/langs/git-commit.js +1 -0
  1408. package/src/shiki/langs/git-rebase.js +1 -0
  1409. package/src/shiki/langs/gleam.js +1 -0
  1410. package/src/shiki/langs/glimmer-js.js +1 -0
  1411. package/src/shiki/langs/glimmer-ts.js +1 -0
  1412. package/src/shiki/langs/glsl.js +1 -0
  1413. package/src/shiki/langs/gnuplot.js +1 -0
  1414. package/src/shiki/langs/go.js +1 -0
  1415. package/src/shiki/langs/graphql.js +1 -0
  1416. package/src/shiki/langs/groovy.js +1 -0
  1417. package/src/shiki/langs/hack.js +1 -0
  1418. package/src/shiki/langs/haml.js +1 -0
  1419. package/src/shiki/langs/handlebars.js +1 -0
  1420. package/src/shiki/langs/haskell.js +1 -0
  1421. package/src/shiki/langs/haxe.js +1 -0
  1422. package/src/shiki/langs/hcl.js +1 -0
  1423. package/src/shiki/langs/hjson.js +1 -0
  1424. package/src/shiki/langs/hlsl.js +1 -0
  1425. package/src/shiki/langs/html-derivative.js +1 -0
  1426. package/src/shiki/langs/html.js +1 -0
  1427. package/src/shiki/langs/http.js +1 -0
  1428. package/src/shiki/langs/hxml.js +1 -0
  1429. package/src/shiki/langs/hy.js +1 -0
  1430. package/src/shiki/langs/imba.js +1 -0
  1431. package/src/shiki/langs/ini.js +1 -0
  1432. package/src/shiki/langs/java.js +1 -0
  1433. package/src/shiki/langs/javascript.js +1 -0
  1434. package/src/shiki/langs/jinja-html.js +1 -0
  1435. package/src/shiki/langs/jinja.js +1 -0
  1436. package/src/shiki/langs/jison.js +1 -0
  1437. package/src/shiki/langs/json.js +1 -0
  1438. package/src/shiki/langs/json5.js +1 -0
  1439. package/src/shiki/langs/jsonc.js +1 -0
  1440. package/src/shiki/langs/jsonl.js +1 -0
  1441. package/src/shiki/langs/jsonnet.js +1 -0
  1442. package/src/shiki/langs/jssm.js +1 -0
  1443. package/src/shiki/langs/jsx.js +1 -0
  1444. package/src/shiki/langs/julia.js +1 -0
  1445. package/src/shiki/langs/kotlin.js +1 -0
  1446. package/src/shiki/langs/kusto.js +1 -0
  1447. package/src/shiki/langs/latex.js +1 -0
  1448. package/src/shiki/langs/lean.js +1 -0
  1449. package/src/shiki/langs/less.js +1 -0
  1450. package/src/shiki/langs/liquid.js +1 -0
  1451. package/src/shiki/langs/llvm.js +1 -0
  1452. package/src/shiki/langs/log.js +1 -0
  1453. package/src/shiki/langs/logo.js +1 -0
  1454. package/src/shiki/langs/lua.js +1 -0
  1455. package/src/shiki/langs/luau.js +1 -0
  1456. package/src/shiki/langs/make.js +1 -0
  1457. package/src/shiki/langs/markdown-vue.js +1 -0
  1458. package/src/shiki/langs/markdown.js +1 -0
  1459. package/src/shiki/langs/marko.js +1 -0
  1460. package/src/shiki/langs/matlab.js +1 -0
  1461. package/src/shiki/langs/mdc.js +1 -0
  1462. package/src/shiki/langs/mdx.js +1 -0
  1463. package/src/shiki/langs/mermaid.js +1 -0
  1464. package/src/shiki/langs/mipsasm.js +1 -0
  1465. package/src/shiki/langs/mojo.js +1 -0
  1466. package/src/shiki/langs/move.js +1 -0
  1467. package/src/shiki/langs/narrat.js +1 -0
  1468. package/src/shiki/langs/nextflow.js +1 -0
  1469. package/src/shiki/langs/nginx.js +1 -0
  1470. package/src/shiki/langs/nim.js +1 -0
  1471. package/src/shiki/langs/nix.js +1 -0
  1472. package/src/shiki/langs/nushell.js +1 -0
  1473. package/src/shiki/langs/objective-c.js +1 -0
  1474. package/src/shiki/langs/objective-cpp.js +1 -0
  1475. package/src/shiki/langs/ocaml.js +1 -0
  1476. package/src/shiki/langs/pascal.js +1 -0
  1477. package/src/shiki/langs/perl.js +1 -0
  1478. package/src/shiki/langs/php.js +1 -0
  1479. package/src/shiki/langs/plsql.js +1 -0
  1480. package/src/shiki/langs/po.js +1 -0
  1481. package/src/shiki/langs/polar.js +1 -0
  1482. package/src/shiki/langs/postcss.js +1 -0
  1483. package/src/shiki/langs/powerquery.js +1 -0
  1484. package/src/shiki/langs/powershell.js +1 -0
  1485. package/src/shiki/langs/prisma.js +1 -0
  1486. package/src/shiki/langs/prolog.js +1 -0
  1487. package/src/shiki/langs/proto.js +1 -0
  1488. package/src/shiki/langs/pug.js +1 -0
  1489. package/src/shiki/langs/puppet.js +1 -0
  1490. package/src/shiki/langs/purescript.js +1 -0
  1491. package/src/shiki/langs/python.js +1 -0
  1492. package/src/shiki/langs/qml.js +1 -0
  1493. package/src/shiki/langs/qmldir.js +1 -0
  1494. package/src/shiki/langs/qss.js +1 -0
  1495. package/src/shiki/langs/r.js +1 -0
  1496. package/src/shiki/langs/racket.js +1 -0
  1497. package/src/shiki/langs/raku.js +1 -0
  1498. package/src/shiki/langs/razor.js +1 -0
  1499. package/src/shiki/langs/reg.js +1 -0
  1500. package/src/shiki/langs/regexp.js +1 -0
  1501. package/src/shiki/langs/rel.js +1 -0
  1502. package/src/shiki/langs/riscv.js +1 -0
  1503. package/src/shiki/langs/rst.js +1 -0
  1504. package/src/shiki/langs/ruby.js +1 -0
  1505. package/src/shiki/langs/rust.js +1 -0
  1506. package/src/shiki/langs/sas.js +1 -0
  1507. package/src/shiki/langs/sass.js +1 -0
  1508. package/src/shiki/langs/scala.js +1 -0
  1509. package/src/shiki/langs/scheme.js +1 -0
  1510. package/src/shiki/langs/scss.js +1 -0
  1511. package/src/shiki/langs/sdbl.js +1 -0
  1512. package/src/shiki/langs/shaderlab.js +1 -0
  1513. package/src/shiki/langs/shellscript.js +1 -0
  1514. package/src/shiki/langs/shellsession.js +1 -0
  1515. package/src/shiki/langs/smalltalk.js +1 -0
  1516. package/src/shiki/langs/solidity.js +1 -0
  1517. package/src/shiki/langs/soy.js +1 -0
  1518. package/src/shiki/langs/sparql.js +1 -0
  1519. package/src/shiki/langs/splunk.js +1 -0
  1520. package/src/shiki/langs/sql.js +1 -0
  1521. package/src/shiki/langs/ssh-config.js +1 -0
  1522. package/src/shiki/langs/stata.js +1 -0
  1523. package/src/shiki/langs/stylus.js +1 -0
  1524. package/src/shiki/langs/svelte.js +1 -0
  1525. package/src/shiki/langs/swift.js +1 -0
  1526. package/src/shiki/langs/system-verilog.js +1 -0
  1527. package/src/shiki/langs/systemd.js +1 -0
  1528. package/src/shiki/langs/talonscript.js +1 -0
  1529. package/src/shiki/langs/tasl.js +1 -0
  1530. package/src/shiki/langs/tcl.js +1 -0
  1531. package/src/shiki/langs/templ.js +1 -0
  1532. package/src/shiki/langs/terraform.js +1 -0
  1533. package/src/shiki/langs/tex.js +1 -0
  1534. package/src/shiki/langs/toml.js +1 -0
  1535. package/src/shiki/langs/ts-tags.js +1 -0
  1536. package/src/shiki/langs/tsv.js +1 -0
  1537. package/src/shiki/langs/tsx.js +1 -0
  1538. package/src/shiki/langs/turtle.js +1 -0
  1539. package/src/shiki/langs/twig.js +1 -0
  1540. package/src/shiki/langs/typescript.js +1 -0
  1541. package/src/shiki/langs/typespec.js +1 -0
  1542. package/src/shiki/langs/typst.js +1 -0
  1543. package/src/shiki/langs/v.js +1 -0
  1544. package/src/shiki/langs/vala.js +1 -0
  1545. package/src/shiki/langs/vb.js +1 -0
  1546. package/src/shiki/langs/verilog.js +1 -0
  1547. package/src/shiki/langs/vhdl.js +1 -0
  1548. package/src/shiki/langs/viml.js +1 -0
  1549. package/src/shiki/langs/vue-directives.js +1 -0
  1550. package/src/shiki/langs/vue-html.js +1 -0
  1551. package/src/shiki/langs/vue-interpolations.js +1 -0
  1552. package/src/shiki/langs/vue-sfc-style-variable-injection.js +1 -0
  1553. package/src/shiki/langs/vue-vine.js +1 -0
  1554. package/src/shiki/langs/vue.js +1 -0
  1555. package/src/shiki/langs/vyper.js +1 -0
  1556. package/src/shiki/langs/wasm.js +1 -0
  1557. package/src/shiki/langs/wenyan.js +1 -0
  1558. package/src/shiki/langs/wgsl.js +1 -0
  1559. package/src/shiki/langs/wikitext.js +1 -0
  1560. package/src/shiki/langs/wit.js +1 -0
  1561. package/src/shiki/langs/wolfram.js +1 -0
  1562. package/src/shiki/langs/xml.js +1 -0
  1563. package/src/shiki/langs/xsl.js +1 -0
  1564. package/src/shiki/langs/yaml.js +1 -0
  1565. package/src/shiki/langs/zenscript.js +1 -0
  1566. package/src/shiki/langs/zig.js +1 -0
  1567. package/src/shiki/themes/andromeeda.js +1 -0
  1568. package/src/shiki/themes/aurora-x.js +1 -0
  1569. package/src/shiki/themes/ayu-dark.js +1 -0
  1570. package/src/shiki/themes/catppuccin-frappe.js +1 -0
  1571. package/src/shiki/themes/catppuccin-latte.js +1 -0
  1572. package/src/shiki/themes/catppuccin-macchiato.js +1 -0
  1573. package/src/shiki/themes/catppuccin-mocha.js +1 -0
  1574. package/src/shiki/themes/dark-plus.js +1 -0
  1575. package/src/shiki/themes/dracula-soft.js +1 -0
  1576. package/src/shiki/themes/dracula.js +1 -0
  1577. package/src/shiki/themes/everforest-dark.js +1 -0
  1578. package/src/shiki/themes/everforest-light.js +1 -0
  1579. package/src/shiki/themes/github-dark-default.js +1 -0
  1580. package/src/shiki/themes/github-dark-dimmed.js +1 -0
  1581. package/src/shiki/themes/github-dark-high-contrast.js +1 -0
  1582. package/src/shiki/themes/github-dark.js +1 -0
  1583. package/src/shiki/themes/github-light-default.js +1 -0
  1584. package/src/shiki/themes/github-light-high-contrast.js +1 -0
  1585. package/src/shiki/themes/github-light.js +1 -0
  1586. package/src/shiki/themes/gruvbox-dark-hard.js +1 -0
  1587. package/src/shiki/themes/gruvbox-dark-medium.js +1 -0
  1588. package/src/shiki/themes/gruvbox-dark-soft.js +1 -0
  1589. package/src/shiki/themes/gruvbox-light-hard.js +1 -0
  1590. package/src/shiki/themes/gruvbox-light-medium.js +1 -0
  1591. package/src/shiki/themes/gruvbox-light-soft.js +1 -0
  1592. package/src/shiki/themes/houston.js +1 -0
  1593. package/src/shiki/themes/kanagawa-dragon.js +1 -0
  1594. package/src/shiki/themes/kanagawa-lotus.js +1 -0
  1595. package/src/shiki/themes/kanagawa-wave.js +1 -0
  1596. package/src/shiki/themes/laserwave.js +1 -0
  1597. package/src/shiki/themes/light-plus.js +1 -0
  1598. package/src/shiki/themes/material-theme-darker.js +1 -0
  1599. package/src/shiki/themes/material-theme-lighter.js +1 -0
  1600. package/src/shiki/themes/material-theme-ocean.js +1 -0
  1601. package/src/shiki/themes/material-theme-palenight.js +1 -0
  1602. package/src/shiki/themes/material-theme.js +1 -0
  1603. package/src/shiki/themes/min-dark.js +1 -0
  1604. package/src/shiki/themes/min-light.js +1 -0
  1605. package/src/shiki/themes/monokai.js +1 -0
  1606. package/src/shiki/themes/night-owl.js +1 -0
  1607. package/src/shiki/themes/nord.js +1 -0
  1608. package/src/shiki/themes/one-dark-pro.js +1 -0
  1609. package/src/shiki/themes/one-light.js +1 -0
  1610. package/src/shiki/themes/plastic.js +1 -0
  1611. package/src/shiki/themes/poimandres.js +1 -0
  1612. package/src/shiki/themes/red.js +1 -0
  1613. package/src/shiki/themes/rose-pine-dawn.js +1 -0
  1614. package/src/shiki/themes/rose-pine-moon.js +1 -0
  1615. package/src/shiki/themes/rose-pine.js +1 -0
  1616. package/src/shiki/themes/slack-dark.js +1 -0
  1617. package/src/shiki/themes/slack-ochin.js +1 -0
  1618. package/src/shiki/themes/snazzy-light.js +1 -0
  1619. package/src/shiki/themes/solarized-dark.js +1 -0
  1620. package/src/shiki/themes/solarized-light.js +1 -0
  1621. package/src/shiki/themes/synthwave-84.js +1 -0
  1622. package/src/shiki/themes/tokyo-night.js +1 -0
  1623. package/src/shiki/themes/vesper.js +1 -0
  1624. package/src/shiki/themes/vitesse-black.js +1 -0
  1625. package/src/shiki/themes/vitesse-dark.js +1 -0
  1626. package/src/shiki/themes/vitesse-light.js +1 -0
  1627. package/dist/app/tailwind.d.ts +0 -4
  1628. package/dist/app/tailwind.js +0 -97
  1629. package/dist/app/tailwind.js.map +0 -1
  1630. package/dist/config/ZuploBuildConfig.d.ts +0 -155
  1631. package/dist/config/ZuploBuildConfig.js +0 -29
  1632. package/dist/config/ZuploBuildConfig.js.map +0 -1
  1633. package/dist/config/common.d.ts +0 -10
  1634. package/dist/config/common.js +0 -2
  1635. package/dist/config/common.js.map +0 -1
  1636. package/dist/config/validators/InputSidebarSchema.d.ts +0 -217
  1637. package/dist/config/validators/InputSidebarSchema.js +0 -62
  1638. package/dist/config/validators/InputSidebarSchema.js.map +0 -1
  1639. package/dist/config/validators/SidebarSchema.d.ts +0 -46
  1640. package/dist/config/validators/SidebarSchema.js +0 -118
  1641. package/dist/config/validators/SidebarSchema.js.map +0 -1
  1642. package/dist/config/validators/common.d.ts +0 -7659
  1643. package/dist/config/validators/common.js +0 -401
  1644. package/dist/config/validators/common.js.map +0 -1
  1645. package/dist/lib/components/ReactMarkdown.d.ts +0 -29
  1646. package/dist/lib/components/ReactMarkdown.js +0 -182
  1647. package/dist/lib/components/ReactMarkdown.js.map +0 -1
  1648. package/dist/lib/components/SlotletProvider.d.ts +0 -17
  1649. package/dist/lib/components/SlotletProvider.js +0 -18
  1650. package/dist/lib/components/SlotletProvider.js.map +0 -1
  1651. package/dist/lib/components/navigation/Sidebar.d.ts +0 -5
  1652. package/dist/lib/components/navigation/Sidebar.js +0 -10
  1653. package/dist/lib/components/navigation/Sidebar.js.map +0 -1
  1654. package/dist/lib/components/navigation/SidebarBadge.d.ts +0 -26
  1655. package/dist/lib/components/navigation/SidebarBadge.js +0 -26
  1656. package/dist/lib/components/navigation/SidebarBadge.js.map +0 -1
  1657. package/dist/lib/components/navigation/SidebarCategory.d.ts +0 -5
  1658. package/dist/lib/components/navigation/SidebarCategory.js +0 -55
  1659. package/dist/lib/components/navigation/SidebarCategory.js.map +0 -1
  1660. package/dist/lib/components/navigation/SidebarItem.d.ts +0 -11
  1661. package/dist/lib/components/navigation/SidebarItem.js +0 -50
  1662. package/dist/lib/components/navigation/SidebarItem.js.map +0 -1
  1663. package/dist/lib/components/navigation/SidebarWrapper.d.ts +0 -7
  1664. package/dist/lib/components/navigation/SidebarWrapper.js +0 -21
  1665. package/dist/lib/components/navigation/SidebarWrapper.js.map +0 -1
  1666. package/dist/lib/plugins/custom-pages/CustomPage.d.ts +0 -2
  1667. package/dist/lib/plugins/custom-pages/CustomPage.js +0 -11
  1668. package/dist/lib/plugins/custom-pages/CustomPage.js.map +0 -1
  1669. package/dist/lib/plugins/markdown/resolver.d.ts +0 -32
  1670. package/dist/lib/plugins/markdown/resolver.js +0 -46
  1671. package/dist/lib/plugins/markdown/resolver.js.map +0 -1
  1672. package/dist/lib/plugins/openapi/playground/SubmitButton.d.ts +0 -7
  1673. package/dist/lib/plugins/openapi/playground/SubmitButton.js +0 -22
  1674. package/dist/lib/plugins/openapi/playground/SubmitButton.js.map +0 -1
  1675. package/dist/lib/plugins/openapi/playground/UrlDisplay.d.ts +0 -4
  1676. package/dist/lib/plugins/openapi/playground/UrlDisplay.js +0 -22
  1677. package/dist/lib/plugins/openapi/playground/UrlDisplay.js.map +0 -1
  1678. package/dist/lib/plugins/openapi/playground/result-panel/RequestTab.d.ts +0 -7
  1679. package/dist/lib/plugins/openapi/playground/result-panel/RequestTab.js +0 -11
  1680. package/dist/lib/plugins/openapi/playground/result-panel/RequestTab.js.map +0 -1
  1681. package/dist/lib/plugins/openapi/schema/LogicalGroup/LogicalGroup.d.ts +0 -8
  1682. package/dist/lib/plugins/openapi/schema/LogicalGroup/LogicalGroup.js +0 -14
  1683. package/dist/lib/plugins/openapi/schema/LogicalGroup/LogicalGroup.js.map +0 -1
  1684. package/dist/lib/plugins/openapi/schema/LogicalGroup/LogicalGroupConnector.d.ts +0 -7
  1685. package/dist/lib/plugins/openapi/schema/LogicalGroup/LogicalGroupConnector.js +0 -17
  1686. package/dist/lib/plugins/openapi/schema/LogicalGroup/LogicalGroupConnector.js.map +0 -1
  1687. package/dist/lib/plugins/openapi/schema/LogicalGroup/LogicalGroupItem.d.ts +0 -6
  1688. package/dist/lib/plugins/openapi/schema/LogicalGroup/LogicalGroupItem.js +0 -10
  1689. package/dist/lib/plugins/openapi/schema/LogicalGroup/LogicalGroupItem.js.map +0 -1
  1690. package/dist/lib/plugins/openapi/util/createSidebarCategory.d.ts +0 -9
  1691. package/dist/lib/plugins/openapi/util/createSidebarCategory.js +0 -23
  1692. package/dist/lib/plugins/openapi/util/createSidebarCategory.js.map +0 -1
  1693. package/dist/vite/plugin-docs.test.js +0 -22
  1694. package/dist/vite/plugin-docs.test.js.map +0 -1
  1695. package/dist/vite/plugin-sidebar.d.ts +0 -4
  1696. package/dist/vite/plugin-sidebar.js +0 -56
  1697. package/dist/vite/plugin-sidebar.js.map +0 -1
  1698. package/dist/vite/plugin-theme-css.d.ts +0 -6
  1699. package/dist/vite/plugin-theme-css.js +0 -117
  1700. package/dist/vite/plugin-theme-css.js.map +0 -1
  1701. package/dist/vite/remarkStaticGeneration.d.ts +0 -3
  1702. package/dist/vite/remarkStaticGeneration.js +0 -125
  1703. package/dist/vite/remarkStaticGeneration.js.map +0 -1
  1704. package/dist/zuplo/env.d.ts +0 -33
  1705. package/dist/zuplo/env.js +0 -29
  1706. package/dist/zuplo/env.js.map +0 -1
  1707. package/lib/AuthenticationPlugin-CJOFRBk3.js +0 -58
  1708. package/lib/AuthenticationPlugin-CJOFRBk3.js.map +0 -1
  1709. package/lib/Button-BBNrKpQd.js +0 -49
  1710. package/lib/Button-BBNrKpQd.js.map +0 -1
  1711. package/lib/Callout-D3Ja4OPX.js +0 -230
  1712. package/lib/Callout-D3Ja4OPX.js.map +0 -1
  1713. package/lib/CategoryHeading-D06WK_Wo.js +0 -10
  1714. package/lib/CategoryHeading-D06WK_Wo.js.map +0 -1
  1715. package/lib/Dialog-ByYz4ABw.js +0 -98
  1716. package/lib/Dialog-ByYz4ABw.js.map +0 -1
  1717. package/lib/Drawer-CEwbkLDb.js +0 -1133
  1718. package/lib/Drawer-CEwbkLDb.js.map +0 -1
  1719. package/lib/Markdown-C5h6bxbE.js +0 -17126
  1720. package/lib/Markdown-C5h6bxbE.js.map +0 -1
  1721. package/lib/MdxPage-DhGqXQTK.js +0 -85
  1722. package/lib/MdxPage-DhGqXQTK.js.map +0 -1
  1723. package/lib/OasProvider-q0ncKgHr.js +0 -34
  1724. package/lib/OasProvider-q0ncKgHr.js.map +0 -1
  1725. package/lib/OperationList-CW4jENLV.js +0 -5069
  1726. package/lib/OperationList-CW4jENLV.js.map +0 -1
  1727. package/lib/Pagination-DsG3YIT_.js +0 -48
  1728. package/lib/Pagination-DsG3YIT_.js.map +0 -1
  1729. package/lib/RouteGuard-BZ_VsiXc.js +0 -744
  1730. package/lib/RouteGuard-BZ_VsiXc.js.map +0 -1
  1731. package/lib/SchemaList-n24-qSa5.js +0 -148
  1732. package/lib/SchemaList-n24-qSa5.js.map +0 -1
  1733. package/lib/SchemaView-DCSWtnYr.js +0 -357
  1734. package/lib/SchemaView-DCSWtnYr.js.map +0 -1
  1735. package/lib/Select-Dg5R11Dx.js +0 -223
  1736. package/lib/Select-Dg5R11Dx.js.map +0 -1
  1737. package/lib/SlotletProvider-VUmTNmLZ.js +0 -340
  1738. package/lib/SlotletProvider-VUmTNmLZ.js.map +0 -1
  1739. package/lib/Spinner-mNLZ6awP.js +0 -7
  1740. package/lib/Spinner-mNLZ6awP.js.map +0 -1
  1741. package/lib/SyntaxHighlight-CxhyyMkF.js +0 -2890
  1742. package/lib/SyntaxHighlight-CxhyyMkF.js.map +0 -1
  1743. package/lib/Toc-BK39DQvI.js +0 -92
  1744. package/lib/Toc-BK39DQvI.js.map +0 -1
  1745. package/lib/_commonjsHelpers-B4e78b8K.js +0 -29
  1746. package/lib/_commonjsHelpers-B4e78b8K.js.map +0 -1
  1747. package/lib/chunk-KNED5TY2-BUPjb3LQ.js +0 -1822
  1748. package/lib/chunk-KNED5TY2-BUPjb3LQ.js.map +0 -1
  1749. package/lib/circular-ByJI6Mci.js +0 -15877
  1750. package/lib/circular-ByJI6Mci.js.map +0 -1
  1751. package/lib/cn-qaFjX9_3.js +0 -2279
  1752. package/lib/cn-qaFjX9_3.js.map +0 -1
  1753. package/lib/context-Lrf2Y9bR.js +0 -22
  1754. package/lib/context-Lrf2Y9bR.js.map +0 -1
  1755. package/lib/createServer-DLN7APz_.js +0 -12318
  1756. package/lib/createServer-DLN7APz_.js.map +0 -1
  1757. package/lib/hook-pPrHCB6G.js +0 -1478
  1758. package/lib/hook-pPrHCB6G.js.map +0 -1
  1759. package/lib/index-Bn6Lc9tq.js +0 -9
  1760. package/lib/index-Bn6Lc9tq.js.map +0 -1
  1761. package/lib/index-CBpciIfE.js +0 -2054
  1762. package/lib/index-CBpciIfE.js.map +0 -1
  1763. package/lib/index-CPNSgwSb.js +0 -36
  1764. package/lib/index-CPNSgwSb.js.map +0 -1
  1765. package/lib/index-CuBIgTKC.js +0 -316
  1766. package/lib/index-CuBIgTKC.js.map +0 -1
  1767. package/lib/index-DcHeSvkE.js +0 -4850
  1768. package/lib/index-DcHeSvkE.js.map +0 -1
  1769. package/lib/index-DwT-v3zK.js +0 -86
  1770. package/lib/index-DwT-v3zK.js.map +0 -1
  1771. package/lib/index-LNp6rxyU.js +0 -2094
  1772. package/lib/index-LNp6rxyU.js.map +0 -1
  1773. package/lib/index-bu-rfaLA.js +0 -2227
  1774. package/lib/index-bu-rfaLA.js.map +0 -1
  1775. package/lib/index.esm-D2ZUREQN.js +0 -1216
  1776. package/lib/index.esm-D2ZUREQN.js.map +0 -1
  1777. package/lib/invariant-Caa8-XvF.js +0 -26
  1778. package/lib/invariant-Caa8-XvF.js.map +0 -1
  1779. package/lib/jsx-runtime-C5mzlN2N.js +0 -285
  1780. package/lib/jsx-runtime-C5mzlN2N.js.map +0 -1
  1781. package/lib/mutation-Csa9eQDM.js +0 -211
  1782. package/lib/mutation-Csa9eQDM.js.map +0 -1
  1783. package/lib/objectEntries-yMIkr2mI.js +0 -5
  1784. package/lib/objectEntries-yMIkr2mI.js.map +0 -1
  1785. package/lib/prism-bash.min-HHIMdNJ_.js +0 -7
  1786. package/lib/prism-bash.min-HHIMdNJ_.js.map +0 -1
  1787. package/lib/prism-csharp.min-C43x1RY2.js +0 -63
  1788. package/lib/prism-csharp.min-C43x1RY2.js.map +0 -1
  1789. package/lib/prism-java.min-CQzr40NQ.js +0 -35
  1790. package/lib/prism-java.min-CQzr40NQ.js.map +0 -1
  1791. package/lib/prism-javascript.min-CEqHqgbm.js +0 -9
  1792. package/lib/prism-javascript.min-CEqHqgbm.js.map +0 -1
  1793. package/lib/prism-json.min-B1GJqK1k.js +0 -2
  1794. package/lib/prism-json.min-B1GJqK1k.js.map +0 -1
  1795. package/lib/prism-jsstacktrace.min-BfobCF2F.js +0 -2
  1796. package/lib/prism-jsstacktrace.min-BfobCF2F.js.map +0 -1
  1797. package/lib/prism-markdown.min-C0Qn0m-5.js +0 -61
  1798. package/lib/prism-markdown.min-C0Qn0m-5.js.map +0 -1
  1799. package/lib/prism-markup-BNGj0Tvm.js +0 -174
  1800. package/lib/prism-markup-BNGj0Tvm.js.map +0 -1
  1801. package/lib/prism-objectivec.min-BXSWqpJJ.js +0 -2
  1802. package/lib/prism-objectivec.min-BXSWqpJJ.js.map +0 -1
  1803. package/lib/prism-ruby.min-L9OdQ6tU.js +0 -38
  1804. package/lib/prism-ruby.min-L9OdQ6tU.js.map +0 -1
  1805. package/lib/prism-typescript.min-qTySPvCh.js +0 -34
  1806. package/lib/prism-typescript.min-qTySPvCh.js.map +0 -1
  1807. package/lib/useExposedProps-Dq2yUQIG.js +0 -9
  1808. package/lib/useExposedProps-Dq2yUQIG.js.map +0 -1
  1809. package/src/app/tailwind.ts +0 -103
  1810. package/src/lib/components/ReactMarkdown.license.txt +0 -21
  1811. package/src/lib/components/ReactMarkdown.tsx +0 -264
  1812. package/src/lib/components/SlotletProvider.tsx +0 -55
  1813. package/src/lib/components/navigation/Sidebar.tsx +0 -48
  1814. package/src/lib/components/navigation/SidebarBadge.tsx +0 -48
  1815. package/src/lib/components/navigation/SidebarCategory.tsx +0 -140
  1816. package/src/lib/components/navigation/SidebarItem.tsx +0 -118
  1817. package/src/lib/components/navigation/SidebarWrapper.tsx +0 -46
  1818. package/src/lib/plugins/custom-pages/CustomPage.tsx +0 -18
  1819. package/src/lib/plugins/markdown/resolver.ts +0 -57
  1820. package/src/lib/plugins/openapi/playground/SubmitButton.tsx +0 -75
  1821. package/src/lib/plugins/openapi/playground/UrlDisplay.tsx +0 -32
  1822. package/src/lib/plugins/openapi/playground/result-panel/RequestTab.tsx +0 -73
  1823. package/src/lib/plugins/openapi/schema/LogicalGroup/LogicalGroup.tsx +0 -40
  1824. package/src/lib/plugins/openapi/schema/LogicalGroup/LogicalGroupConnector.tsx +0 -57
  1825. package/src/lib/plugins/openapi/schema/LogicalGroup/LogicalGroupItem.tsx +0 -33
  1826. package/src/lib/plugins/openapi/util/createSidebarCategory.tsx +0 -37
  1827. /package/dist/{vite/plugin-docs.test.d.ts → config/validators/InputNavigationSchema.test-d.d.ts} +0 -0
@@ -1,1822 +0,0 @@
1
- import * as o from "react";
2
- var _ = {}, ue;
3
- function Me() {
4
- if (ue) return _;
5
- ue = 1, Object.defineProperty(_, "__esModule", { value: !0 }), _.parse = c, _.serialize = s;
6
- const e = /^[\u0021-\u003A\u003C\u003E-\u007E]+$/, t = /^[\u0021-\u003A\u003C-\u007E]*$/, n = /^([.]?[a-z0-9]([a-z0-9-]{0,61}[a-z0-9])?)([.][a-z0-9]([a-z0-9-]{0,61}[a-z0-9])?)*$/i, a = /^[\u0020-\u003A\u003D-\u007E]*$/, r = Object.prototype.toString, i = /* @__PURE__ */ (() => {
7
- const d = function() {
8
- };
9
- return d.prototype = /* @__PURE__ */ Object.create(null), d;
10
- })();
11
- function c(d, v) {
12
- const f = new i(), w = d.length;
13
- if (w < 2)
14
- return f;
15
- const E = (v == null ? void 0 : v.decode) || h;
16
- let m = 0;
17
- do {
18
- const g = d.indexOf("=", m);
19
- if (g === -1)
20
- break;
21
- const y = d.indexOf(";", m), R = y === -1 ? w : y;
22
- if (g > R) {
23
- m = d.lastIndexOf(";", g - 1) + 1;
24
- continue;
25
- }
26
- const x = u(d, m, g), C = l(d, g, x), $ = d.slice(x, C);
27
- if (f[$] === void 0) {
28
- let P = u(d, g + 1, R), S = l(d, R, P);
29
- const D = E(d.slice(P, S));
30
- f[$] = D;
31
- }
32
- m = R + 1;
33
- } while (m < w);
34
- return f;
35
- }
36
- function u(d, v, f) {
37
- do {
38
- const w = d.charCodeAt(v);
39
- if (w !== 32 && w !== 9)
40
- return v;
41
- } while (++v < f);
42
- return f;
43
- }
44
- function l(d, v, f) {
45
- for (; v > f; ) {
46
- const w = d.charCodeAt(--v);
47
- if (w !== 32 && w !== 9)
48
- return v + 1;
49
- }
50
- return f;
51
- }
52
- function s(d, v, f) {
53
- const w = (f == null ? void 0 : f.encode) || encodeURIComponent;
54
- if (!e.test(d))
55
- throw new TypeError(`argument name is invalid: ${d}`);
56
- const E = w(v);
57
- if (!t.test(E))
58
- throw new TypeError(`argument val is invalid: ${v}`);
59
- let m = d + "=" + E;
60
- if (!f)
61
- return m;
62
- if (f.maxAge !== void 0) {
63
- if (!Number.isInteger(f.maxAge))
64
- throw new TypeError(`option maxAge is invalid: ${f.maxAge}`);
65
- m += "; Max-Age=" + f.maxAge;
66
- }
67
- if (f.domain) {
68
- if (!n.test(f.domain))
69
- throw new TypeError(`option domain is invalid: ${f.domain}`);
70
- m += "; Domain=" + f.domain;
71
- }
72
- if (f.path) {
73
- if (!a.test(f.path))
74
- throw new TypeError(`option path is invalid: ${f.path}`);
75
- m += "; Path=" + f.path;
76
- }
77
- if (f.expires) {
78
- if (!p(f.expires) || !Number.isFinite(f.expires.valueOf()))
79
- throw new TypeError(`option expires is invalid: ${f.expires}`);
80
- m += "; Expires=" + f.expires.toUTCString();
81
- }
82
- if (f.httpOnly && (m += "; HttpOnly"), f.secure && (m += "; Secure"), f.partitioned && (m += "; Partitioned"), f.priority)
83
- switch (typeof f.priority == "string" ? f.priority.toLowerCase() : void 0) {
84
- case "low":
85
- m += "; Priority=Low";
86
- break;
87
- case "medium":
88
- m += "; Priority=Medium";
89
- break;
90
- case "high":
91
- m += "; Priority=High";
92
- break;
93
- default:
94
- throw new TypeError(`option priority is invalid: ${f.priority}`);
95
- }
96
- if (f.sameSite)
97
- switch (typeof f.sameSite == "string" ? f.sameSite.toLowerCase() : f.sameSite) {
98
- case !0:
99
- case "strict":
100
- m += "; SameSite=Strict";
101
- break;
102
- case "lax":
103
- m += "; SameSite=Lax";
104
- break;
105
- case "none":
106
- m += "; SameSite=None";
107
- break;
108
- default:
109
- throw new TypeError(`option sameSite is invalid: ${f.sameSite}`);
110
- }
111
- return m;
112
- }
113
- function h(d) {
114
- if (d.indexOf("%") === -1)
115
- return d;
116
- try {
117
- return decodeURIComponent(d);
118
- } catch {
119
- return d;
120
- }
121
- }
122
- function p(d) {
123
- return r.call(d) === "[object Date]";
124
- }
125
- return _;
126
- }
127
- Me();
128
- /**
129
- * react-router v7.5.0
130
- *
131
- * Copyright (c) Remix Software Inc.
132
- *
133
- * This source code is licensed under the MIT license found in the
134
- * LICENSE.md file in the root directory of this source tree.
135
- *
136
- * @license MIT
137
- */
138
- function b(e, t) {
139
- if (e === !1 || e === null || typeof e > "u")
140
- throw new Error(t);
141
- }
142
- function L(e, t) {
143
- if (!e) {
144
- typeof console < "u" && console.warn(t);
145
- try {
146
- throw new Error(t);
147
- } catch {
148
- }
149
- }
150
- }
151
- function B({
152
- pathname: e = "/",
153
- search: t = "",
154
- hash: n = ""
155
- }) {
156
- return t && t !== "?" && (e += t.charAt(0) === "?" ? t : "?" + t), n && n !== "#" && (e += n.charAt(0) === "#" ? n : "#" + n), e;
157
- }
158
- function Y(e) {
159
- let t = {};
160
- if (e) {
161
- let n = e.indexOf("#");
162
- n >= 0 && (t.hash = e.substring(n), e = e.substring(0, n));
163
- let a = e.indexOf("?");
164
- a >= 0 && (t.search = e.substring(a), e = e.substring(0, a)), e && (t.pathname = e);
165
- }
166
- return t;
167
- }
168
- function pe(e, t, n = "/") {
169
- return De(e, t, n, !1);
170
- }
171
- function De(e, t, n, a) {
172
- let r = typeof t == "string" ? Y(t) : t, i = M(r.pathname || "/", n);
173
- if (i == null)
174
- return null;
175
- let c = ve(e);
176
- Ie(c);
177
- let u = null;
178
- for (let l = 0; u == null && l < c.length; ++l) {
179
- let s = ye(i);
180
- u = Ve(
181
- c[l],
182
- s,
183
- a
184
- );
185
- }
186
- return u;
187
- }
188
- function ve(e, t = [], n = [], a = "") {
189
- let r = (i, c, u) => {
190
- let l = {
191
- relativePath: u === void 0 ? i.path || "" : u,
192
- caseSensitive: i.caseSensitive === !0,
193
- childrenIndex: c,
194
- route: i
195
- };
196
- l.relativePath.startsWith("/") && (b(
197
- l.relativePath.startsWith(a),
198
- `Absolute route path "${l.relativePath}" nested under path "${a}" is not valid. An absolute child route path must start with the combined path of all its parent routes.`
199
- ), l.relativePath = l.relativePath.slice(a.length));
200
- let s = A([a, l.relativePath]), h = n.concat(l);
201
- i.children && i.children.length > 0 && (b(
202
- // Our types know better, but runtime JS may not!
203
- // @ts-expect-error
204
- i.index !== !0,
205
- `Index routes must not have child routes. Please remove all child routes from route path "${s}".`
206
- ), ve(i.children, t, h, s)), !(i.path == null && !i.index) && t.push({
207
- path: s,
208
- score: We(s, i.index),
209
- routesMeta: h
210
- });
211
- };
212
- return e.forEach((i, c) => {
213
- var u;
214
- if (i.path === "" || !((u = i.path) != null && u.includes("?")))
215
- r(i, c);
216
- else
217
- for (let l of ge(i.path))
218
- r(i, c, l);
219
- }), t;
220
- }
221
- function ge(e) {
222
- let t = e.split("/");
223
- if (t.length === 0) return [];
224
- let [n, ...a] = t, r = n.endsWith("?"), i = n.replace(/\?$/, "");
225
- if (a.length === 0)
226
- return r ? [i, ""] : [i];
227
- let c = ge(a.join("/")), u = [];
228
- return u.push(
229
- ...c.map(
230
- (l) => l === "" ? i : [i, l].join("/")
231
- )
232
- ), r && u.push(...c), u.map(
233
- (l) => e.startsWith("/") && l === "" ? "/" : l
234
- );
235
- }
236
- function Ie(e) {
237
- e.sort(
238
- (t, n) => t.score !== n.score ? n.score - t.score : ze(
239
- t.routesMeta.map((a) => a.childrenIndex),
240
- n.routesMeta.map((a) => a.childrenIndex)
241
- )
242
- );
243
- }
244
- var Oe = /^:[\w-]+$/, Fe = 3, _e = 2, Ue = 1, Be = 10, He = -2, ce = (e) => e === "*";
245
- function We(e, t) {
246
- let n = e.split("/"), a = n.length;
247
- return n.some(ce) && (a += He), t && (a += _e), n.filter((r) => !ce(r)).reduce(
248
- (r, i) => r + (Oe.test(i) ? Fe : i === "" ? Ue : Be),
249
- a
250
- );
251
- }
252
- function ze(e, t) {
253
- return e.length === t.length && e.slice(0, -1).every((a, r) => a === t[r]) ? (
254
- // If two routes are siblings, we should try to match the earlier sibling
255
- // first. This allows people to have fine-grained control over the matching
256
- // behavior by simply putting routes with identical paths in the order they
257
- // want them tried.
258
- e[e.length - 1] - t[t.length - 1]
259
- ) : (
260
- // Otherwise, it doesn't really make sense to rank non-siblings by index,
261
- // so they sort equally.
262
- 0
263
- );
264
- }
265
- function Ve(e, t, n = !1) {
266
- let { routesMeta: a } = e, r = {}, i = "/", c = [];
267
- for (let u = 0; u < a.length; ++u) {
268
- let l = a[u], s = u === a.length - 1, h = i === "/" ? t : t.slice(i.length) || "/", p = H(
269
- { path: l.relativePath, caseSensitive: l.caseSensitive, end: s },
270
- h
271
- ), d = l.route;
272
- if (!p && s && n && !a[a.length - 1].route.index && (p = H(
273
- {
274
- path: l.relativePath,
275
- caseSensitive: l.caseSensitive,
276
- end: !1
277
- },
278
- h
279
- )), !p)
280
- return null;
281
- Object.assign(r, p.params), c.push({
282
- // TODO: Can this as be avoided?
283
- params: r,
284
- pathname: A([i, p.pathname]),
285
- pathnameBase: qe(
286
- A([i, p.pathnameBase])
287
- ),
288
- route: d
289
- }), p.pathnameBase !== "/" && (i = A([i, p.pathnameBase]));
290
- }
291
- return c;
292
- }
293
- function H(e, t) {
294
- typeof e == "string" && (e = { path: e, caseSensitive: !1, end: !0 });
295
- let [n, a] = je(
296
- e.path,
297
- e.caseSensitive,
298
- e.end
299
- ), r = t.match(n);
300
- if (!r) return null;
301
- let i = r[0], c = i.replace(/(.)\/+$/, "$1"), u = r.slice(1);
302
- return {
303
- params: a.reduce(
304
- (s, { paramName: h, isOptional: p }, d) => {
305
- if (h === "*") {
306
- let f = u[d] || "";
307
- c = i.slice(0, i.length - f.length).replace(/(.)\/+$/, "$1");
308
- }
309
- const v = u[d];
310
- return p && !v ? s[h] = void 0 : s[h] = (v || "").replace(/%2F/g, "/"), s;
311
- },
312
- {}
313
- ),
314
- pathname: i,
315
- pathnameBase: c,
316
- pattern: e
317
- };
318
- }
319
- function je(e, t = !1, n = !0) {
320
- L(
321
- e === "*" || !e.endsWith("*") || e.endsWith("/*"),
322
- `Route path "${e}" will be treated as if it were "${e.replace(/\*$/, "/*")}" because the \`*\` character must always follow a \`/\` in the pattern. To get rid of this warning, please change the route path to "${e.replace(/\*$/, "/*")}".`
323
- );
324
- let a = [], r = "^" + e.replace(/\/*\*?$/, "").replace(/^\/*/, "/").replace(/[\\.*+^${}|()[\]]/g, "\\$&").replace(
325
- /\/:([\w-]+)(\?)?/g,
326
- (c, u, l) => (a.push({ paramName: u, isOptional: l != null }), l ? "/?([^\\/]+)?" : "/([^\\/]+)")
327
- );
328
- return e.endsWith("*") ? (a.push({ paramName: "*" }), r += e === "*" || e === "/*" ? "(.*)$" : "(?:\\/(.+)|\\/*)$") : n ? r += "\\/*$" : e !== "" && e !== "/" && (r += "(?:(?=\\/|$))"), [new RegExp(r, t ? void 0 : "i"), a];
329
- }
330
- function ye(e) {
331
- try {
332
- return e.split("/").map((t) => decodeURIComponent(t).replace(/\//g, "%2F")).join("/");
333
- } catch (t) {
334
- return L(
335
- !1,
336
- `The URL path "${e}" could not be decoded because it is a malformed URL segment. This is probably due to a bad percent encoding (${t}).`
337
- ), e;
338
- }
339
- }
340
- function M(e, t) {
341
- if (t === "/") return e;
342
- if (!e.toLowerCase().startsWith(t.toLowerCase()))
343
- return null;
344
- let n = t.endsWith("/") ? t.length - 1 : t.length, a = e.charAt(n);
345
- return a && a !== "/" ? null : e.slice(n) || "/";
346
- }
347
- function Ye(e, t = "/") {
348
- let {
349
- pathname: n,
350
- search: a = "",
351
- hash: r = ""
352
- } = typeof e == "string" ? Y(e) : e;
353
- return {
354
- pathname: n ? n.startsWith("/") ? n : Je(n, t) : t,
355
- search: Ge(a),
356
- hash: Xe(r)
357
- };
358
- }
359
- function Je(e, t) {
360
- let n = t.replace(/\/+$/, "").split("/");
361
- return e.split("/").forEach((r) => {
362
- r === ".." ? n.length > 1 && n.pop() : r !== "." && n.push(r);
363
- }), n.length > 1 ? n.join("/") : "/";
364
- }
365
- function G(e, t, n, a) {
366
- return `Cannot include a '${e}' character in a manually specified \`to.${t}\` field [${JSON.stringify(
367
- a
368
- )}]. Please separate it out to the \`to.${n}\` field. Alternatively you may provide the full path as a string in <Link to="..."> and the router will parse it for you.`;
369
- }
370
- function Ke(e) {
371
- return e.filter(
372
- (t, n) => n === 0 || t.route.path && t.route.path.length > 0
373
- );
374
- }
375
- function Z(e) {
376
- let t = Ke(e);
377
- return t.map(
378
- (n, a) => a === t.length - 1 ? n.pathname : n.pathnameBase
379
- );
380
- }
381
- function ee(e, t, n, a = !1) {
382
- let r;
383
- typeof e == "string" ? r = Y(e) : (r = { ...e }, b(
384
- !r.pathname || !r.pathname.includes("?"),
385
- G("?", "pathname", "search", r)
386
- ), b(
387
- !r.pathname || !r.pathname.includes("#"),
388
- G("#", "pathname", "hash", r)
389
- ), b(
390
- !r.search || !r.search.includes("#"),
391
- G("#", "search", "hash", r)
392
- ));
393
- let i = e === "" || r.pathname === "", c = i ? "/" : r.pathname, u;
394
- if (c == null)
395
- u = n;
396
- else {
397
- let p = t.length - 1;
398
- if (!a && c.startsWith("..")) {
399
- let d = c.split("/");
400
- for (; d[0] === ".."; )
401
- d.shift(), p -= 1;
402
- r.pathname = d.join("/");
403
- }
404
- u = p >= 0 ? t[p] : "/";
405
- }
406
- let l = Ye(r, u), s = c && c !== "/" && c.endsWith("/"), h = (i || c === ".") && n.endsWith("/");
407
- return !l.pathname.endsWith("/") && (s || h) && (l.pathname += "/"), l;
408
- }
409
- var A = (e) => e.join("/").replace(/\/\/+/g, "/"), qe = (e) => e.replace(/\/+$/, "").replace(/^\/*/, "/"), Ge = (e) => !e || e === "?" ? "" : e.startsWith("?") ? e : "?" + e, Xe = (e) => !e || e === "#" ? "" : e.startsWith("#") ? e : "#" + e, an = (e, t = 302) => {
410
- let n = t;
411
- typeof n == "number" ? n = { status: n } : typeof n.status > "u" && (n.status = 302);
412
- let a = new Headers(n.headers);
413
- return a.set("Location", e), new Response(null, { ...n, headers: a });
414
- };
415
- function we(e) {
416
- return e != null && typeof e.status == "number" && typeof e.statusText == "string" && typeof e.internal == "boolean" && "data" in e;
417
- }
418
- var Ee = [
419
- "POST",
420
- "PUT",
421
- "PATCH",
422
- "DELETE"
423
- ];
424
- new Set(
425
- Ee
426
- );
427
- var Qe = [
428
- "GET",
429
- ...Ee
430
- ];
431
- new Set(Qe);
432
- var I = o.createContext(null);
433
- I.displayName = "DataRouter";
434
- var F = o.createContext(null);
435
- F.displayName = "DataRouterState";
436
- var J = o.createContext({
437
- isTransitioning: !1
438
- });
439
- J.displayName = "ViewTransition";
440
- var te = o.createContext(
441
- /* @__PURE__ */ new Map()
442
- );
443
- te.displayName = "Fetchers";
444
- var Ze = o.createContext(null);
445
- Ze.displayName = "Await";
446
- var T = o.createContext(
447
- null
448
- );
449
- T.displayName = "Navigation";
450
- var K = o.createContext(
451
- null
452
- );
453
- K.displayName = "Location";
454
- var k = o.createContext({
455
- outlet: null,
456
- matches: [],
457
- isDataRoute: !1
458
- });
459
- k.displayName = "Route";
460
- var ne = o.createContext(null);
461
- ne.displayName = "RouteError";
462
- function et(e, { relative: t } = {}) {
463
- b(
464
- O(),
465
- // TODO: This error is probably because they somehow have 2 versions of the
466
- // router loaded. We can help them understand how to avoid that.
467
- "useHref() may be used only in the context of a <Router> component."
468
- );
469
- let { basename: n, navigator: a } = o.useContext(T), { hash: r, pathname: i, search: c } = W(e, { relative: t }), u = i;
470
- return n !== "/" && (u = i === "/" ? n : A([n, i])), a.createHref({ pathname: u, search: c, hash: r });
471
- }
472
- function O() {
473
- return o.useContext(K) != null;
474
- }
475
- function N() {
476
- return b(
477
- O(),
478
- // TODO: This error is probably because they somehow have 2 versions of the
479
- // router loaded. We can help them understand how to avoid that.
480
- "useLocation() may be used only in the context of a <Router> component."
481
- ), o.useContext(K).location;
482
- }
483
- function on(e) {
484
- b(
485
- O(),
486
- // TODO: This error is probably because they somehow have 2 versions of the
487
- // router loaded. We can help them understand how to avoid that.
488
- "useMatch() may be used only in the context of a <Router> component."
489
- );
490
- let { pathname: t } = N();
491
- return o.useMemo(
492
- () => H(e, ye(t)),
493
- [t, e]
494
- );
495
- }
496
- var xe = "You should call navigate() in a React.useEffect(), not when your component is first rendered.";
497
- function Re(e) {
498
- o.useContext(T).static || o.useLayoutEffect(e);
499
- }
500
- function re() {
501
- let { isDataRoute: e } = o.useContext(k);
502
- return e ? ht() : tt();
503
- }
504
- function tt() {
505
- b(
506
- O(),
507
- // TODO: This error is probably because they somehow have 2 versions of the
508
- // router loaded. We can help them understand how to avoid that.
509
- "useNavigate() may be used only in the context of a <Router> component."
510
- );
511
- let e = o.useContext(I), { basename: t, navigator: n } = o.useContext(T), { matches: a } = o.useContext(k), { pathname: r } = N(), i = JSON.stringify(Z(a)), c = o.useRef(!1);
512
- return Re(() => {
513
- c.current = !0;
514
- }), o.useCallback(
515
- (l, s = {}) => {
516
- if (L(c.current, xe), !c.current) return;
517
- if (typeof l == "number") {
518
- n.go(l);
519
- return;
520
- }
521
- let h = ee(
522
- l,
523
- JSON.parse(i),
524
- r,
525
- s.relative === "path"
526
- );
527
- e == null && t !== "/" && (h.pathname = h.pathname === "/" ? t : A([t, h.pathname])), (s.replace ? n.replace : n.push)(
528
- h,
529
- s.state,
530
- s
531
- );
532
- },
533
- [
534
- t,
535
- n,
536
- i,
537
- r,
538
- e
539
- ]
540
- );
541
- }
542
- var nt = o.createContext(null);
543
- function rt(e) {
544
- let t = o.useContext(k).outlet;
545
- return t && /* @__PURE__ */ o.createElement(nt.Provider, { value: e }, t);
546
- }
547
- function ln() {
548
- let { matches: e } = o.useContext(k), t = e[e.length - 1];
549
- return t ? t.params : {};
550
- }
551
- function W(e, { relative: t } = {}) {
552
- let { matches: n } = o.useContext(k), { pathname: a } = N(), r = JSON.stringify(Z(n));
553
- return o.useMemo(
554
- () => ee(
555
- e,
556
- JSON.parse(r),
557
- a,
558
- t === "path"
559
- ),
560
- [e, r, a, t]
561
- );
562
- }
563
- function be(e, t, n, a) {
564
- b(
565
- O(),
566
- // TODO: This error is probably because they somehow have 2 versions of the
567
- // router loaded. We can help them understand how to avoid that.
568
- "useRoutes() may be used only in the context of a <Router> component."
569
- );
570
- let { navigator: r, static: i } = o.useContext(T), { matches: c } = o.useContext(k), u = c[c.length - 1], l = u ? u.params : {}, s = u ? u.pathname : "/", h = u ? u.pathnameBase : "/", p = u && u.route;
571
- {
572
- let g = p && p.path || "";
573
- Pe(
574
- s,
575
- !p || g.endsWith("*") || g.endsWith("*?"),
576
- `You rendered descendant <Routes> (or called \`useRoutes()\`) at "${s}" (under <Route path="${g}">) but the parent route path has no trailing "*". This means if you navigate deeper, the parent won't match anymore and therefore the child routes will never render.
577
-
578
- Please change the parent <Route path="${g}"> to <Route path="${g === "/" ? "*" : `${g}/*`}">.`
579
- );
580
- }
581
- let d = N(), v;
582
- v = d;
583
- let f = v.pathname || "/", w = f;
584
- if (h !== "/") {
585
- let g = h.replace(/^\//, "").split("/");
586
- w = "/" + f.replace(/^\//, "").split("/").slice(g.length).join("/");
587
- }
588
- let E = !i && n && n.matches && n.matches.length > 0 ? n.matches : pe(e, { pathname: w });
589
- return L(
590
- p || E != null,
591
- `No routes matched location "${v.pathname}${v.search}${v.hash}" `
592
- ), L(
593
- E == null || E[E.length - 1].route.element !== void 0 || E[E.length - 1].route.Component !== void 0 || E[E.length - 1].route.lazy !== void 0,
594
- `Matched leaf route at location "${v.pathname}${v.search}${v.hash}" does not have an element or Component. This means it will render an <Outlet /> with a null value by default resulting in an "empty" page.`
595
- ), st(
596
- E && E.map(
597
- (g) => Object.assign({}, g, {
598
- params: Object.assign({}, l, g.params),
599
- pathname: A([
600
- h,
601
- // Re-encode pathnames that were decoded inside matchRoutes
602
- r.encodeLocation ? r.encodeLocation(g.pathname).pathname : g.pathname
603
- ]),
604
- pathnameBase: g.pathnameBase === "/" ? h : A([
605
- h,
606
- // Re-encode pathnames that were decoded inside matchRoutes
607
- r.encodeLocation ? r.encodeLocation(g.pathnameBase).pathname : g.pathnameBase
608
- ])
609
- })
610
- ),
611
- c,
612
- n,
613
- a
614
- );
615
- }
616
- function at() {
617
- let e = dt(), t = we(e) ? `${e.status} ${e.statusText}` : e instanceof Error ? e.message : JSON.stringify(e), n = e instanceof Error ? e.stack : null, a = "rgba(200,200,200, 0.5)", r = { padding: "0.5rem", backgroundColor: a }, i = { padding: "2px 4px", backgroundColor: a }, c = null;
618
- return console.error(
619
- "Error handled by React Router default ErrorBoundary:",
620
- e
621
- ), c = /* @__PURE__ */ o.createElement(o.Fragment, null, /* @__PURE__ */ o.createElement("p", null, "💿 Hey developer 👋"), /* @__PURE__ */ o.createElement("p", null, "You can provide a way better UX than this when your app throws errors by providing your own ", /* @__PURE__ */ o.createElement("code", { style: i }, "ErrorBoundary"), " or", " ", /* @__PURE__ */ o.createElement("code", { style: i }, "errorElement"), " prop on your route.")), /* @__PURE__ */ o.createElement(o.Fragment, null, /* @__PURE__ */ o.createElement("h2", null, "Unexpected Application Error!"), /* @__PURE__ */ o.createElement("h3", { style: { fontStyle: "italic" } }, t), n ? /* @__PURE__ */ o.createElement("pre", { style: r }, n) : null, c);
622
- }
623
- var it = /* @__PURE__ */ o.createElement(at, null), ot = class extends o.Component {
624
- constructor(e) {
625
- super(e), this.state = {
626
- location: e.location,
627
- revalidation: e.revalidation,
628
- error: e.error
629
- };
630
- }
631
- static getDerivedStateFromError(e) {
632
- return { error: e };
633
- }
634
- static getDerivedStateFromProps(e, t) {
635
- return t.location !== e.location || t.revalidation !== "idle" && e.revalidation === "idle" ? {
636
- error: e.error,
637
- location: e.location,
638
- revalidation: e.revalidation
639
- } : {
640
- error: e.error !== void 0 ? e.error : t.error,
641
- location: t.location,
642
- revalidation: e.revalidation || t.revalidation
643
- };
644
- }
645
- componentDidCatch(e, t) {
646
- console.error(
647
- "React Router caught the following error during render",
648
- e,
649
- t
650
- );
651
- }
652
- render() {
653
- return this.state.error !== void 0 ? /* @__PURE__ */ o.createElement(k.Provider, { value: this.props.routeContext }, /* @__PURE__ */ o.createElement(
654
- ne.Provider,
655
- {
656
- value: this.state.error,
657
- children: this.props.component
658
- }
659
- )) : this.props.children;
660
- }
661
- };
662
- function lt({ routeContext: e, match: t, children: n }) {
663
- let a = o.useContext(I);
664
- return a && a.static && a.staticContext && (t.route.errorElement || t.route.ErrorBoundary) && (a.staticContext._deepestRenderedBoundaryId = t.route.id), /* @__PURE__ */ o.createElement(k.Provider, { value: e }, n);
665
- }
666
- function st(e, t = [], n = null, a = null) {
667
- if (e == null) {
668
- if (!n)
669
- return null;
670
- if (n.errors)
671
- e = n.matches;
672
- else if (t.length === 0 && !n.initialized && n.matches.length > 0)
673
- e = n.matches;
674
- else
675
- return null;
676
- }
677
- let r = e, i = n == null ? void 0 : n.errors;
678
- if (i != null) {
679
- let l = r.findIndex(
680
- (s) => s.route.id && (i == null ? void 0 : i[s.route.id]) !== void 0
681
- );
682
- b(
683
- l >= 0,
684
- `Could not find a matching route for errors on route IDs: ${Object.keys(
685
- i
686
- ).join(",")}`
687
- ), r = r.slice(
688
- 0,
689
- Math.min(r.length, l + 1)
690
- );
691
- }
692
- let c = !1, u = -1;
693
- if (n)
694
- for (let l = 0; l < r.length; l++) {
695
- let s = r[l];
696
- if ((s.route.HydrateFallback || s.route.hydrateFallbackElement) && (u = l), s.route.id) {
697
- let { loaderData: h, errors: p } = n, d = s.route.loader && !h.hasOwnProperty(s.route.id) && (!p || p[s.route.id] === void 0);
698
- if (s.route.lazy || d) {
699
- c = !0, u >= 0 ? r = r.slice(0, u + 1) : r = [r[0]];
700
- break;
701
- }
702
- }
703
- }
704
- return r.reduceRight((l, s, h) => {
705
- let p, d = !1, v = null, f = null;
706
- n && (p = i && s.route.id ? i[s.route.id] : void 0, v = s.route.errorElement || it, c && (u < 0 && h === 0 ? (Pe(
707
- "route-fallback",
708
- !1,
709
- "No `HydrateFallback` element provided to render during initial hydration"
710
- ), d = !0, f = null) : u === h && (d = !0, f = s.route.hydrateFallbackElement || null)));
711
- let w = t.concat(r.slice(0, h + 1)), E = () => {
712
- let m;
713
- return p ? m = v : d ? m = f : s.route.Component ? m = /* @__PURE__ */ o.createElement(s.route.Component, null) : s.route.element ? m = s.route.element : m = l, /* @__PURE__ */ o.createElement(
714
- lt,
715
- {
716
- match: s,
717
- routeContext: {
718
- outlet: l,
719
- matches: w,
720
- isDataRoute: n != null
721
- },
722
- children: m
723
- }
724
- );
725
- };
726
- return n && (s.route.ErrorBoundary || s.route.errorElement || h === 0) ? /* @__PURE__ */ o.createElement(
727
- ot,
728
- {
729
- location: n.location,
730
- revalidation: n.revalidation,
731
- component: v,
732
- error: p,
733
- children: E(),
734
- routeContext: { outlet: null, matches: w, isDataRoute: !0 }
735
- }
736
- ) : E();
737
- }, null);
738
- }
739
- function ae(e) {
740
- return `${e} must be used within a data router. See https://reactrouter.com/en/main/routers/picking-a-router.`;
741
- }
742
- function ut(e) {
743
- let t = o.useContext(I);
744
- return b(t, ae(e)), t;
745
- }
746
- function Ce(e) {
747
- let t = o.useContext(F);
748
- return b(t, ae(e)), t;
749
- }
750
- function ct(e) {
751
- let t = o.useContext(k);
752
- return b(t, ae(e)), t;
753
- }
754
- function ie(e) {
755
- let t = ct(e), n = t.matches[t.matches.length - 1];
756
- return b(
757
- n.route.id,
758
- `${e} can only be used on routes that contain a unique "id"`
759
- ), n.route.id;
760
- }
761
- function ft() {
762
- return ie(
763
- "useRouteId"
764
- /* UseRouteId */
765
- );
766
- }
767
- function sn() {
768
- return Ce(
769
- "useNavigation"
770
- /* UseNavigation */
771
- ).navigation;
772
- }
773
- function dt() {
774
- var a;
775
- let e = o.useContext(ne), t = Ce(
776
- "useRouteError"
777
- /* UseRouteError */
778
- ), n = ie(
779
- "useRouteError"
780
- /* UseRouteError */
781
- );
782
- return e !== void 0 ? e : (a = t.errors) == null ? void 0 : a[n];
783
- }
784
- function ht() {
785
- let { router: e } = ut(
786
- "useNavigate"
787
- /* UseNavigateStable */
788
- ), t = ie(
789
- "useNavigate"
790
- /* UseNavigateStable */
791
- ), n = o.useRef(!1);
792
- return Re(() => {
793
- n.current = !0;
794
- }), o.useCallback(
795
- async (r, i = {}) => {
796
- L(n.current, xe), n.current && (typeof r == "number" ? e.navigate(r) : await e.navigate(r, { fromRouteId: t, ...i }));
797
- },
798
- [e, t]
799
- );
800
- }
801
- var fe = {};
802
- function Pe(e, t, n) {
803
- !t && !fe[e] && (fe[e] = !0, L(!1, n));
804
- }
805
- var de = {};
806
- function he(e, t) {
807
- !e && !de[t] && (de[t] = !0, console.warn(t));
808
- }
809
- var mt = class {
810
- constructor() {
811
- this.status = "pending", this.promise = new Promise((e, t) => {
812
- this.resolve = (n) => {
813
- this.status === "pending" && (this.status = "resolved", e(n));
814
- }, this.reject = (n) => {
815
- this.status === "pending" && (this.status = "rejected", t(n));
816
- };
817
- });
818
- }
819
- };
820
- function un({
821
- router: e,
822
- flushSync: t
823
- }) {
824
- let [n, a] = o.useState(e.state), [r, i] = o.useState(), [c, u] = o.useState({
825
- isTransitioning: !1
826
- }), [l, s] = o.useState(), [h, p] = o.useState(), [d, v] = o.useState(), f = o.useRef(/* @__PURE__ */ new Map()), w = o.useCallback(
827
- (y, { deletedFetchers: R, flushSync: x, viewTransitionOpts: C }) => {
828
- y.fetchers.forEach((P, S) => {
829
- P.data !== void 0 && f.current.set(S, P.data);
830
- }), R.forEach((P) => f.current.delete(P)), he(
831
- x === !1 || t != null,
832
- 'You provided the `flushSync` option to a router update, but you are not using the `<RouterProvider>` from `react-router/dom` so `ReactDOM.flushSync()` is unavailable. Please update your app to `import { RouterProvider } from "react-router/dom"` and ensure you have `react-dom` installed as a dependency to use the `flushSync` option.'
833
- );
834
- let $ = e.window != null && e.window.document != null && typeof e.window.document.startViewTransition == "function";
835
- if (he(
836
- C == null || $,
837
- "You provided the `viewTransition` option to a router update, but you do not appear to be running in a DOM environment as `window.startViewTransition` is not available."
838
- ), !C || !$) {
839
- t && x ? t(() => a(y)) : o.startTransition(() => a(y));
840
- return;
841
- }
842
- if (t && x) {
843
- t(() => {
844
- h && (l && l.resolve(), h.skipTransition()), u({
845
- isTransitioning: !0,
846
- flushSync: !0,
847
- currentLocation: C.currentLocation,
848
- nextLocation: C.nextLocation
849
- });
850
- });
851
- let P = e.window.document.startViewTransition(() => {
852
- t(() => a(y));
853
- });
854
- P.finished.finally(() => {
855
- t(() => {
856
- s(void 0), p(void 0), i(void 0), u({ isTransitioning: !1 });
857
- });
858
- }), t(() => p(P));
859
- return;
860
- }
861
- h ? (l && l.resolve(), h.skipTransition(), v({
862
- state: y,
863
- currentLocation: C.currentLocation,
864
- nextLocation: C.nextLocation
865
- })) : (i(y), u({
866
- isTransitioning: !0,
867
- flushSync: !1,
868
- currentLocation: C.currentLocation,
869
- nextLocation: C.nextLocation
870
- }));
871
- },
872
- [e.window, t, h, l]
873
- );
874
- o.useLayoutEffect(() => e.subscribe(w), [e, w]), o.useEffect(() => {
875
- c.isTransitioning && !c.flushSync && s(new mt());
876
- }, [c]), o.useEffect(() => {
877
- if (l && r && e.window) {
878
- let y = r, R = l.promise, x = e.window.document.startViewTransition(async () => {
879
- o.startTransition(() => a(y)), await R;
880
- });
881
- x.finished.finally(() => {
882
- s(void 0), p(void 0), i(void 0), u({ isTransitioning: !1 });
883
- }), p(x);
884
- }
885
- }, [r, l, e.window]), o.useEffect(() => {
886
- l && r && n.location.key === r.location.key && l.resolve();
887
- }, [l, h, n.location, r]), o.useEffect(() => {
888
- !c.isTransitioning && d && (i(d.state), u({
889
- isTransitioning: !0,
890
- flushSync: !1,
891
- currentLocation: d.currentLocation,
892
- nextLocation: d.nextLocation
893
- }), v(void 0));
894
- }, [c.isTransitioning, d]);
895
- let E = o.useMemo(() => ({
896
- createHref: e.createHref,
897
- encodeLocation: e.encodeLocation,
898
- go: (y) => e.navigate(y),
899
- push: (y, R, x) => e.navigate(y, {
900
- state: R,
901
- preventScrollReset: x == null ? void 0 : x.preventScrollReset
902
- }),
903
- replace: (y, R, x) => e.navigate(y, {
904
- replace: !0,
905
- state: R,
906
- preventScrollReset: x == null ? void 0 : x.preventScrollReset
907
- })
908
- }), [e]), m = e.basename || "/", g = o.useMemo(
909
- () => ({
910
- router: e,
911
- navigator: E,
912
- static: !1,
913
- basename: m
914
- }),
915
- [e, E, m]
916
- );
917
- return /* @__PURE__ */ o.createElement(o.Fragment, null, /* @__PURE__ */ o.createElement(I.Provider, { value: g }, /* @__PURE__ */ o.createElement(F.Provider, { value: n }, /* @__PURE__ */ o.createElement(te.Provider, { value: f.current }, /* @__PURE__ */ o.createElement(J.Provider, { value: c }, /* @__PURE__ */ o.createElement(
918
- Se,
919
- {
920
- basename: m,
921
- location: n.location,
922
- navigationType: n.historyAction,
923
- navigator: E
924
- },
925
- /* @__PURE__ */ o.createElement(
926
- pt,
927
- {
928
- routes: e.routes,
929
- future: e.future,
930
- state: n
931
- }
932
- )
933
- ))))), null);
934
- }
935
- var pt = o.memo(vt);
936
- function vt({
937
- routes: e,
938
- future: t,
939
- state: n
940
- }) {
941
- return be(e, void 0, n, t);
942
- }
943
- function cn({
944
- to: e,
945
- replace: t,
946
- state: n,
947
- relative: a
948
- }) {
949
- b(
950
- O(),
951
- // TODO: This error is probably because they somehow have 2 versions of
952
- // the router loaded. We can help them understand how to avoid that.
953
- "<Navigate> may be used only in the context of a <Router> component."
954
- );
955
- let { static: r } = o.useContext(T);
956
- L(
957
- !r,
958
- "<Navigate> must not be used on the initial render in a <StaticRouter>. This is a no-op, but you should modify your code so the <Navigate> is only ever rendered in response to some user interaction or state change."
959
- );
960
- let { matches: i } = o.useContext(k), { pathname: c } = N(), u = re(), l = ee(
961
- e,
962
- Z(i),
963
- c,
964
- a === "path"
965
- ), s = JSON.stringify(l);
966
- return o.useEffect(() => {
967
- u(JSON.parse(s), { replace: t, state: n, relative: a });
968
- }, [u, s, a, t, n]), null;
969
- }
970
- function fn(e) {
971
- return rt(e.context);
972
- }
973
- function Se({
974
- basename: e = "/",
975
- children: t = null,
976
- location: n,
977
- navigationType: a = "POP",
978
- navigator: r,
979
- static: i = !1
980
- }) {
981
- b(
982
- !O(),
983
- "You cannot render a <Router> inside another <Router>. You should never have more than one in your app."
984
- );
985
- let c = e.replace(/^\/*/, "/"), u = o.useMemo(
986
- () => ({
987
- basename: c,
988
- navigator: r,
989
- static: i,
990
- future: {}
991
- }),
992
- [c, r, i]
993
- );
994
- typeof n == "string" && (n = Y(n));
995
- let {
996
- pathname: l = "/",
997
- search: s = "",
998
- hash: h = "",
999
- state: p = null,
1000
- key: d = "default"
1001
- } = n, v = o.useMemo(() => {
1002
- let f = M(l, c);
1003
- return f == null ? null : {
1004
- location: {
1005
- pathname: f,
1006
- search: s,
1007
- hash: h,
1008
- state: p,
1009
- key: d
1010
- },
1011
- navigationType: a
1012
- };
1013
- }, [c, l, s, h, p, d, a]);
1014
- return L(
1015
- v != null,
1016
- `<Router basename="${c}"> is not able to match the URL "${l}${s}${h}" because it does not start with the basename, so the <Router> won't render anything.`
1017
- ), v == null ? null : /* @__PURE__ */ o.createElement(T.Provider, { value: u }, /* @__PURE__ */ o.createElement(K.Provider, { children: t, value: v }));
1018
- }
1019
- var V = "get", j = "application/x-www-form-urlencoded";
1020
- function q(e) {
1021
- return e != null && typeof e.tagName == "string";
1022
- }
1023
- function gt(e) {
1024
- return q(e) && e.tagName.toLowerCase() === "button";
1025
- }
1026
- function yt(e) {
1027
- return q(e) && e.tagName.toLowerCase() === "form";
1028
- }
1029
- function wt(e) {
1030
- return q(e) && e.tagName.toLowerCase() === "input";
1031
- }
1032
- function Et(e) {
1033
- return !!(e.metaKey || e.altKey || e.ctrlKey || e.shiftKey);
1034
- }
1035
- function xt(e, t) {
1036
- return e.button === 0 && // Ignore everything but left clicks
1037
- (!t || t === "_self") && // Let browser handle "target=_blank" etc.
1038
- !Et(e);
1039
- }
1040
- function Q(e = "") {
1041
- return new URLSearchParams(
1042
- typeof e == "string" || Array.isArray(e) || e instanceof URLSearchParams ? e : Object.keys(e).reduce((t, n) => {
1043
- let a = e[n];
1044
- return t.concat(
1045
- Array.isArray(a) ? a.map((r) => [n, r]) : [[n, a]]
1046
- );
1047
- }, [])
1048
- );
1049
- }
1050
- function Rt(e, t) {
1051
- let n = Q(e);
1052
- return t && t.forEach((a, r) => {
1053
- n.has(r) || t.getAll(r).forEach((i) => {
1054
- n.append(r, i);
1055
- });
1056
- }), n;
1057
- }
1058
- var z = null;
1059
- function bt() {
1060
- if (z === null)
1061
- try {
1062
- new FormData(
1063
- document.createElement("form"),
1064
- // @ts-expect-error if FormData supports the submitter parameter, this will throw
1065
- 0
1066
- ), z = !1;
1067
- } catch {
1068
- z = !0;
1069
- }
1070
- return z;
1071
- }
1072
- var Ct = /* @__PURE__ */ new Set([
1073
- "application/x-www-form-urlencoded",
1074
- "multipart/form-data",
1075
- "text/plain"
1076
- ]);
1077
- function X(e) {
1078
- return e != null && !Ct.has(e) ? (L(
1079
- !1,
1080
- `"${e}" is not a valid \`encType\` for \`<Form>\`/\`<fetcher.Form>\` and will default to "${j}"`
1081
- ), null) : e;
1082
- }
1083
- function Pt(e, t) {
1084
- let n, a, r, i, c;
1085
- if (yt(e)) {
1086
- let u = e.getAttribute("action");
1087
- a = u ? M(u, t) : null, n = e.getAttribute("method") || V, r = X(e.getAttribute("enctype")) || j, i = new FormData(e);
1088
- } else if (gt(e) || wt(e) && (e.type === "submit" || e.type === "image")) {
1089
- let u = e.form;
1090
- if (u == null)
1091
- throw new Error(
1092
- 'Cannot submit a <button> or <input type="submit"> without a <form>'
1093
- );
1094
- let l = e.getAttribute("formaction") || u.getAttribute("action");
1095
- if (a = l ? M(l, t) : null, n = e.getAttribute("formmethod") || u.getAttribute("method") || V, r = X(e.getAttribute("formenctype")) || X(u.getAttribute("enctype")) || j, i = new FormData(u, e), !bt()) {
1096
- let { name: s, type: h, value: p } = e;
1097
- if (h === "image") {
1098
- let d = s ? `${s}.` : "";
1099
- i.append(`${d}x`, "0"), i.append(`${d}y`, "0");
1100
- } else s && i.append(s, p);
1101
- }
1102
- } else {
1103
- if (q(e))
1104
- throw new Error(
1105
- 'Cannot submit element that is not <form>, <button>, or <input type="submit|image">'
1106
- );
1107
- n = V, a = null, r = j, c = e;
1108
- }
1109
- return i && r === "text/plain" && (c = i, i = void 0), { action: a, method: n.toLowerCase(), encType: r, formData: i, body: c };
1110
- }
1111
- function oe(e, t) {
1112
- if (e === !1 || e === null || typeof e > "u")
1113
- throw new Error(t);
1114
- }
1115
- async function St(e, t) {
1116
- if (e.id in t)
1117
- return t[e.id];
1118
- try {
1119
- let n = await import(
1120
- /* @vite-ignore */
1121
- /* webpackIgnore: true */
1122
- e.module
1123
- );
1124
- return t[e.id] = n, n;
1125
- } catch (n) {
1126
- return console.error(
1127
- `Error loading route module \`${e.module}\`, reloading page...`
1128
- ), console.error(n), window.__reactRouterContext && window.__reactRouterContext.isSpaMode, window.location.reload(), new Promise(() => {
1129
- });
1130
- }
1131
- }
1132
- function Lt(e) {
1133
- return e == null ? !1 : e.href == null ? e.rel === "preload" && typeof e.imageSrcSet == "string" && typeof e.imageSizes == "string" : typeof e.rel == "string" && typeof e.href == "string";
1134
- }
1135
- async function kt(e, t, n) {
1136
- let a = await Promise.all(
1137
- e.map(async (r) => {
1138
- let i = t.routes[r.route.id];
1139
- if (i) {
1140
- let c = await St(i, n);
1141
- return c.links ? c.links() : [];
1142
- }
1143
- return [];
1144
- })
1145
- );
1146
- return At(
1147
- a.flat(1).filter(Lt).filter((r) => r.rel === "stylesheet" || r.rel === "preload").map(
1148
- (r) => r.rel === "stylesheet" ? { ...r, rel: "prefetch", as: "style" } : { ...r, rel: "prefetch" }
1149
- )
1150
- );
1151
- }
1152
- function me(e, t, n, a, r, i) {
1153
- let c = (l, s) => n[s] ? l.route.id !== n[s].route.id : !0, u = (l, s) => {
1154
- var h;
1155
- return (
1156
- // param change, /users/123 -> /users/456
1157
- n[s].pathname !== l.pathname || // splat param changed, which is not present in match.path
1158
- // e.g. /files/images/avatar.jpg -> files/finances.xls
1159
- ((h = n[s].route.path) == null ? void 0 : h.endsWith("*")) && n[s].params["*"] !== l.params["*"]
1160
- );
1161
- };
1162
- return i === "assets" ? t.filter(
1163
- (l, s) => c(l, s) || u(l, s)
1164
- ) : i === "data" ? t.filter((l, s) => {
1165
- var p;
1166
- let h = a.routes[l.route.id];
1167
- if (!h || !h.hasLoader)
1168
- return !1;
1169
- if (c(l, s) || u(l, s))
1170
- return !0;
1171
- if (l.route.shouldRevalidate) {
1172
- let d = l.route.shouldRevalidate({
1173
- currentUrl: new URL(
1174
- r.pathname + r.search + r.hash,
1175
- window.origin
1176
- ),
1177
- currentParams: ((p = n[0]) == null ? void 0 : p.params) || {},
1178
- nextUrl: new URL(e, window.origin),
1179
- nextParams: l.params,
1180
- defaultShouldRevalidate: !0
1181
- });
1182
- if (typeof d == "boolean")
1183
- return d;
1184
- }
1185
- return !0;
1186
- }) : [];
1187
- }
1188
- function $t(e, t, { includeHydrateFallback: n } = {}) {
1189
- return Tt(
1190
- e.map((a) => {
1191
- let r = t.routes[a.route.id];
1192
- if (!r) return [];
1193
- let i = [r.module];
1194
- return r.clientActionModule && (i = i.concat(r.clientActionModule)), r.clientLoaderModule && (i = i.concat(r.clientLoaderModule)), n && r.hydrateFallbackModule && (i = i.concat(r.hydrateFallbackModule)), r.imports && (i = i.concat(r.imports)), i;
1195
- }).flat(1)
1196
- );
1197
- }
1198
- function Tt(e) {
1199
- return [...new Set(e)];
1200
- }
1201
- function Nt(e) {
1202
- let t = {}, n = Object.keys(e).sort();
1203
- for (let a of n)
1204
- t[a] = e[a];
1205
- return t;
1206
- }
1207
- function At(e, t) {
1208
- let n = /* @__PURE__ */ new Set();
1209
- return new Set(t), e.reduce((a, r) => {
1210
- let i = JSON.stringify(Nt(r));
1211
- return n.has(i) || (n.add(i), a.push({ key: i, link: r })), a;
1212
- }, []);
1213
- }
1214
- function Mt(e, t) {
1215
- let n = typeof e == "string" ? new URL(
1216
- e,
1217
- // This can be called during the SSR flow via PrefetchPageLinksImpl so
1218
- // don't assume window is available
1219
- typeof window > "u" ? "server://singlefetch/" : window.location.origin
1220
- ) : e;
1221
- return n.pathname === "/" ? n.pathname = "_root.data" : t && M(n.pathname, t) === "/" ? n.pathname = `${t.replace(/\/$/, "")}/_root.data` : n.pathname = `${n.pathname.replace(/\/$/, "")}.data`, n;
1222
- }
1223
- function Le() {
1224
- let e = o.useContext(I);
1225
- return oe(
1226
- e,
1227
- "You must render this element inside a <DataRouterContext.Provider> element"
1228
- ), e;
1229
- }
1230
- function Dt() {
1231
- let e = o.useContext(F);
1232
- return oe(
1233
- e,
1234
- "You must render this element inside a <DataRouterStateContext.Provider> element"
1235
- ), e;
1236
- }
1237
- var le = o.createContext(void 0);
1238
- le.displayName = "FrameworkContext";
1239
- function ke() {
1240
- let e = o.useContext(le);
1241
- return oe(
1242
- e,
1243
- "You must render this element inside a <HydratedRouter> element"
1244
- ), e;
1245
- }
1246
- function It(e, t) {
1247
- let n = o.useContext(le), [a, r] = o.useState(!1), [i, c] = o.useState(!1), { onFocus: u, onBlur: l, onMouseEnter: s, onMouseLeave: h, onTouchStart: p } = t, d = o.useRef(null);
1248
- o.useEffect(() => {
1249
- if (e === "render" && c(!0), e === "viewport") {
1250
- let w = (m) => {
1251
- m.forEach((g) => {
1252
- c(g.isIntersecting);
1253
- });
1254
- }, E = new IntersectionObserver(w, { threshold: 0.5 });
1255
- return d.current && E.observe(d.current), () => {
1256
- E.disconnect();
1257
- };
1258
- }
1259
- }, [e]), o.useEffect(() => {
1260
- if (a) {
1261
- let w = setTimeout(() => {
1262
- c(!0);
1263
- }, 100);
1264
- return () => {
1265
- clearTimeout(w);
1266
- };
1267
- }
1268
- }, [a]);
1269
- let v = () => {
1270
- r(!0);
1271
- }, f = () => {
1272
- r(!1), c(!1);
1273
- };
1274
- return n ? e !== "intent" ? [i, d, {}] : [
1275
- i,
1276
- d,
1277
- {
1278
- onFocus: U(u, v),
1279
- onBlur: U(l, f),
1280
- onMouseEnter: U(s, v),
1281
- onMouseLeave: U(h, f),
1282
- onTouchStart: U(p, v)
1283
- }
1284
- ] : [!1, d, {}];
1285
- }
1286
- function U(e, t) {
1287
- return (n) => {
1288
- e && e(n), n.defaultPrevented || t(n);
1289
- };
1290
- }
1291
- function Ot({
1292
- page: e,
1293
- ...t
1294
- }) {
1295
- let { router: n } = Le(), a = o.useMemo(
1296
- () => pe(n.routes, e, n.basename),
1297
- [n.routes, e, n.basename]
1298
- );
1299
- return a ? /* @__PURE__ */ o.createElement(_t, { page: e, matches: a, ...t }) : null;
1300
- }
1301
- function Ft(e) {
1302
- let { manifest: t, routeModules: n } = ke(), [a, r] = o.useState([]);
1303
- return o.useEffect(() => {
1304
- let i = !1;
1305
- return kt(e, t, n).then(
1306
- (c) => {
1307
- i || r(c);
1308
- }
1309
- ), () => {
1310
- i = !0;
1311
- };
1312
- }, [e, t, n]), a;
1313
- }
1314
- function _t({
1315
- page: e,
1316
- matches: t,
1317
- ...n
1318
- }) {
1319
- let a = N(), { manifest: r, routeModules: i } = ke(), { basename: c } = Le(), { loaderData: u, matches: l } = Dt(), s = o.useMemo(
1320
- () => me(
1321
- e,
1322
- t,
1323
- l,
1324
- r,
1325
- a,
1326
- "data"
1327
- ),
1328
- [e, t, l, r, a]
1329
- ), h = o.useMemo(
1330
- () => me(
1331
- e,
1332
- t,
1333
- l,
1334
- r,
1335
- a,
1336
- "assets"
1337
- ),
1338
- [e, t, l, r, a]
1339
- ), p = o.useMemo(() => {
1340
- if (e === a.pathname + a.search + a.hash)
1341
- return [];
1342
- let f = /* @__PURE__ */ new Set(), w = !1;
1343
- if (t.forEach((m) => {
1344
- var y;
1345
- let g = r.routes[m.route.id];
1346
- !g || !g.hasLoader || (!s.some((R) => R.route.id === m.route.id) && m.route.id in u && ((y = i[m.route.id]) != null && y.shouldRevalidate) || g.hasClientLoader ? w = !0 : f.add(m.route.id));
1347
- }), f.size === 0)
1348
- return [];
1349
- let E = Mt(e, c);
1350
- return w && f.size > 0 && E.searchParams.set(
1351
- "_routes",
1352
- t.filter((m) => f.has(m.route.id)).map((m) => m.route.id).join(",")
1353
- ), [E.pathname + E.search];
1354
- }, [
1355
- c,
1356
- u,
1357
- a,
1358
- r,
1359
- s,
1360
- t,
1361
- e,
1362
- i
1363
- ]), d = o.useMemo(
1364
- () => $t(h, r),
1365
- [h, r]
1366
- ), v = Ft(h);
1367
- return /* @__PURE__ */ o.createElement(o.Fragment, null, p.map((f) => /* @__PURE__ */ o.createElement("link", { key: f, rel: "prefetch", as: "fetch", href: f, ...n })), d.map((f) => /* @__PURE__ */ o.createElement("link", { key: f, rel: "modulepreload", href: f, ...n })), v.map(({ key: f, link: w }) => (
1368
- // these don't spread `linkProps` because they are full link descriptors
1369
- // already with their own props
1370
- /* @__PURE__ */ o.createElement("link", { key: f, ...w })
1371
- )));
1372
- }
1373
- function Ut(...e) {
1374
- return (t) => {
1375
- e.forEach((n) => {
1376
- typeof n == "function" ? n(t) : n != null && (n.current = t);
1377
- });
1378
- };
1379
- }
1380
- var $e = typeof window < "u" && typeof window.document < "u" && typeof window.document.createElement < "u";
1381
- try {
1382
- $e && (window.__reactRouterVersion = "7.5.0");
1383
- } catch {
1384
- }
1385
- var Te = /^(?:[a-z][a-z0-9+.-]*:|\/\/)/i, Ne = o.forwardRef(
1386
- function({
1387
- onClick: t,
1388
- discover: n = "render",
1389
- prefetch: a = "none",
1390
- relative: r,
1391
- reloadDocument: i,
1392
- replace: c,
1393
- state: u,
1394
- target: l,
1395
- to: s,
1396
- preventScrollReset: h,
1397
- viewTransition: p,
1398
- ...d
1399
- }, v) {
1400
- let { basename: f } = o.useContext(T), w = typeof s == "string" && Te.test(s), E, m = !1;
1401
- if (typeof s == "string" && w && (E = s, $e))
1402
- try {
1403
- let S = new URL(window.location.href), D = s.startsWith("//") ? new URL(S.protocol + s) : new URL(s), se = M(D.pathname, f);
1404
- D.origin === S.origin && se != null ? s = se + D.search + D.hash : m = !0;
1405
- } catch {
1406
- L(
1407
- !1,
1408
- `<Link to="${s}"> contains an invalid URL which will probably break when clicked - please update to a valid URL path.`
1409
- );
1410
- }
1411
- let g = et(s, { relative: r }), [y, R, x] = It(
1412
- a,
1413
- d
1414
- ), C = zt(s, {
1415
- replace: c,
1416
- state: u,
1417
- target: l,
1418
- preventScrollReset: h,
1419
- relative: r,
1420
- viewTransition: p
1421
- });
1422
- function $(S) {
1423
- t && t(S), S.defaultPrevented || C(S);
1424
- }
1425
- let P = (
1426
- // eslint-disable-next-line jsx-a11y/anchor-has-content
1427
- /* @__PURE__ */ o.createElement(
1428
- "a",
1429
- {
1430
- ...d,
1431
- ...x,
1432
- href: E || g,
1433
- onClick: m || i ? t : $,
1434
- ref: Ut(v, R),
1435
- target: l,
1436
- "data-discover": !w && n === "render" ? "true" : void 0
1437
- }
1438
- )
1439
- );
1440
- return y && !w ? /* @__PURE__ */ o.createElement(o.Fragment, null, P, /* @__PURE__ */ o.createElement(Ot, { page: g })) : P;
1441
- }
1442
- );
1443
- Ne.displayName = "Link";
1444
- var Bt = o.forwardRef(
1445
- function({
1446
- "aria-current": t = "page",
1447
- caseSensitive: n = !1,
1448
- className: a = "",
1449
- end: r = !1,
1450
- style: i,
1451
- to: c,
1452
- viewTransition: u,
1453
- children: l,
1454
- ...s
1455
- }, h) {
1456
- let p = W(c, { relative: s.relative }), d = N(), v = o.useContext(F), { navigator: f, basename: w } = o.useContext(T), E = v != null && // Conditional usage is OK here because the usage of a data router is static
1457
- // eslint-disable-next-line react-hooks/rules-of-hooks
1458
- Kt(p) && u === !0, m = f.encodeLocation ? f.encodeLocation(p).pathname : p.pathname, g = d.pathname, y = v && v.navigation && v.navigation.location ? v.navigation.location.pathname : null;
1459
- n || (g = g.toLowerCase(), y = y ? y.toLowerCase() : null, m = m.toLowerCase()), y && w && (y = M(y, w) || y);
1460
- const R = m !== "/" && m.endsWith("/") ? m.length - 1 : m.length;
1461
- let x = g === m || !r && g.startsWith(m) && g.charAt(R) === "/", C = y != null && (y === m || !r && y.startsWith(m) && y.charAt(m.length) === "/"), $ = {
1462
- isActive: x,
1463
- isPending: C,
1464
- isTransitioning: E
1465
- }, P = x ? t : void 0, S;
1466
- typeof a == "function" ? S = a($) : S = [
1467
- a,
1468
- x ? "active" : null,
1469
- C ? "pending" : null,
1470
- E ? "transitioning" : null
1471
- ].filter(Boolean).join(" ");
1472
- let D = typeof i == "function" ? i($) : i;
1473
- return /* @__PURE__ */ o.createElement(
1474
- Ne,
1475
- {
1476
- ...s,
1477
- "aria-current": P,
1478
- className: S,
1479
- ref: h,
1480
- style: D,
1481
- to: c,
1482
- viewTransition: u
1483
- },
1484
- typeof l == "function" ? l($) : l
1485
- );
1486
- }
1487
- );
1488
- Bt.displayName = "NavLink";
1489
- var Ht = o.forwardRef(
1490
- ({
1491
- discover: e = "render",
1492
- fetcherKey: t,
1493
- navigate: n,
1494
- reloadDocument: a,
1495
- replace: r,
1496
- state: i,
1497
- method: c = V,
1498
- action: u,
1499
- onSubmit: l,
1500
- relative: s,
1501
- preventScrollReset: h,
1502
- viewTransition: p,
1503
- ...d
1504
- }, v) => {
1505
- let f = Yt(), w = Jt(u, { relative: s }), E = c.toLowerCase() === "get" ? "get" : "post", m = typeof u == "string" && Te.test(u), g = (y) => {
1506
- if (l && l(y), y.defaultPrevented) return;
1507
- y.preventDefault();
1508
- let R = y.nativeEvent.submitter, x = (R == null ? void 0 : R.getAttribute("formmethod")) || c;
1509
- f(R || y.currentTarget, {
1510
- fetcherKey: t,
1511
- method: x,
1512
- navigate: n,
1513
- replace: r,
1514
- state: i,
1515
- relative: s,
1516
- preventScrollReset: h,
1517
- viewTransition: p
1518
- });
1519
- };
1520
- return /* @__PURE__ */ o.createElement(
1521
- "form",
1522
- {
1523
- ref: v,
1524
- method: E,
1525
- action: w,
1526
- onSubmit: a ? l : g,
1527
- ...d,
1528
- "data-discover": !m && e === "render" ? "true" : void 0
1529
- }
1530
- );
1531
- }
1532
- );
1533
- Ht.displayName = "Form";
1534
- function Wt(e) {
1535
- return `${e} must be used within a data router. See https://reactrouter.com/en/main/routers/picking-a-router.`;
1536
- }
1537
- function Ae(e) {
1538
- let t = o.useContext(I);
1539
- return b(t, Wt(e)), t;
1540
- }
1541
- function zt(e, {
1542
- target: t,
1543
- replace: n,
1544
- state: a,
1545
- preventScrollReset: r,
1546
- relative: i,
1547
- viewTransition: c
1548
- } = {}) {
1549
- let u = re(), l = N(), s = W(e, { relative: i });
1550
- return o.useCallback(
1551
- (h) => {
1552
- if (xt(h, t)) {
1553
- h.preventDefault();
1554
- let p = n !== void 0 ? n : B(l) === B(s);
1555
- u(e, {
1556
- replace: p,
1557
- state: a,
1558
- preventScrollReset: r,
1559
- relative: i,
1560
- viewTransition: c
1561
- });
1562
- }
1563
- },
1564
- [
1565
- l,
1566
- u,
1567
- s,
1568
- n,
1569
- a,
1570
- t,
1571
- e,
1572
- r,
1573
- i,
1574
- c
1575
- ]
1576
- );
1577
- }
1578
- function dn(e) {
1579
- L(
1580
- typeof URLSearchParams < "u",
1581
- "You cannot use the `useSearchParams` hook in a browser that does not support the URLSearchParams API. If you need to support Internet Explorer 11, we recommend you load a polyfill such as https://github.com/ungap/url-search-params."
1582
- );
1583
- let t = o.useRef(Q(e)), n = o.useRef(!1), a = N(), r = o.useMemo(
1584
- () => (
1585
- // Only merge in the defaults if we haven't yet called setSearchParams.
1586
- // Once we call that we want those to take precedence, otherwise you can't
1587
- // remove a param with setSearchParams({}) if it has an initial value
1588
- Rt(
1589
- a.search,
1590
- n.current ? null : t.current
1591
- )
1592
- ),
1593
- [a.search]
1594
- ), i = re(), c = o.useCallback(
1595
- (u, l) => {
1596
- const s = Q(
1597
- typeof u == "function" ? u(r) : u
1598
- );
1599
- n.current = !0, i("?" + s, l);
1600
- },
1601
- [i, r]
1602
- );
1603
- return [r, c];
1604
- }
1605
- var Vt = 0, jt = () => `__${String(++Vt)}__`;
1606
- function Yt() {
1607
- let { router: e } = Ae(
1608
- "useSubmit"
1609
- /* UseSubmit */
1610
- ), { basename: t } = o.useContext(T), n = ft();
1611
- return o.useCallback(
1612
- async (a, r = {}) => {
1613
- let { action: i, method: c, encType: u, formData: l, body: s } = Pt(
1614
- a,
1615
- t
1616
- );
1617
- if (r.navigate === !1) {
1618
- let h = r.fetcherKey || jt();
1619
- await e.fetch(h, n, r.action || i, {
1620
- preventScrollReset: r.preventScrollReset,
1621
- formData: l,
1622
- body: s,
1623
- formMethod: r.method || c,
1624
- formEncType: r.encType || u,
1625
- flushSync: r.flushSync
1626
- });
1627
- } else
1628
- await e.navigate(r.action || i, {
1629
- preventScrollReset: r.preventScrollReset,
1630
- formData: l,
1631
- body: s,
1632
- formMethod: r.method || c,
1633
- formEncType: r.encType || u,
1634
- replace: r.replace,
1635
- state: r.state,
1636
- fromRouteId: n,
1637
- flushSync: r.flushSync,
1638
- viewTransition: r.viewTransition
1639
- });
1640
- },
1641
- [e, t, n]
1642
- );
1643
- }
1644
- function Jt(e, { relative: t } = {}) {
1645
- let { basename: n } = o.useContext(T), a = o.useContext(k);
1646
- b(a, "useFormAction must be used inside a RouteContext");
1647
- let [r] = a.matches.slice(-1), i = { ...W(e || ".", { relative: t }) }, c = N();
1648
- if (e == null) {
1649
- i.search = c.search;
1650
- let u = new URLSearchParams(i.search), l = u.getAll("index");
1651
- if (l.some((h) => h === "")) {
1652
- u.delete("index"), l.filter((p) => p).forEach((p) => u.append("index", p));
1653
- let h = u.toString();
1654
- i.search = h ? `?${h}` : "";
1655
- }
1656
- }
1657
- return (!e || e === ".") && r.route.index && (i.search = i.search ? i.search.replace(/^\?/, "?index&") : "?index"), n !== "/" && (i.pathname = i.pathname === "/" ? n : A([n, i.pathname])), B(i);
1658
- }
1659
- function Kt(e, t = {}) {
1660
- let n = o.useContext(J);
1661
- b(
1662
- n != null,
1663
- "`useViewTransitionState` must be used within `react-router-dom`'s `RouterProvider`. Did you accidentally import `RouterProvider` from `react-router`?"
1664
- );
1665
- let { basename: a } = Ae(
1666
- "useViewTransitionState"
1667
- /* useViewTransitionState */
1668
- ), r = W(e, { relative: t.relative });
1669
- if (!n.isTransitioning)
1670
- return !1;
1671
- let i = M(n.currentLocation.pathname, a) || n.currentLocation.pathname, c = M(n.nextLocation.pathname, a) || n.nextLocation.pathname;
1672
- return H(r.pathname, c) != null || H(r.pathname, i) != null;
1673
- }
1674
- function hn({
1675
- context: e,
1676
- router: t,
1677
- hydrate: n = !0,
1678
- nonce: a
1679
- }) {
1680
- b(
1681
- t && e,
1682
- "You must provide `router` and `context` to <StaticRouterProvider>"
1683
- );
1684
- let r = {
1685
- router: t,
1686
- navigator: Xt(),
1687
- static: !0,
1688
- staticContext: e,
1689
- basename: e.basename || "/"
1690
- }, i = /* @__PURE__ */ new Map(), c = "";
1691
- if (n !== !1) {
1692
- let l = {
1693
- loaderData: e.loaderData,
1694
- actionData: e.actionData,
1695
- errors: Gt(e.errors)
1696
- };
1697
- c = `window.__staticRouterHydrationData = JSON.parse(${rn(JSON.stringify(JSON.stringify(l)))});`;
1698
- }
1699
- let { state: u } = r.router;
1700
- return /* @__PURE__ */ o.createElement(o.Fragment, null, /* @__PURE__ */ o.createElement(I.Provider, { value: r }, /* @__PURE__ */ o.createElement(F.Provider, { value: u }, /* @__PURE__ */ o.createElement(te.Provider, { value: i }, /* @__PURE__ */ o.createElement(J.Provider, { value: { isTransitioning: !1 } }, /* @__PURE__ */ o.createElement(
1701
- Se,
1702
- {
1703
- basename: r.basename,
1704
- location: u.location,
1705
- navigationType: u.historyAction,
1706
- navigator: r.navigator,
1707
- static: r.static
1708
- },
1709
- /* @__PURE__ */ o.createElement(
1710
- qt,
1711
- {
1712
- routes: t.routes,
1713
- future: t.future,
1714
- state: u
1715
- }
1716
- )
1717
- ))))), c ? /* @__PURE__ */ o.createElement(
1718
- "script",
1719
- {
1720
- suppressHydrationWarning: !0,
1721
- nonce: a,
1722
- dangerouslySetInnerHTML: { __html: c }
1723
- }
1724
- ) : null);
1725
- }
1726
- function qt({
1727
- routes: e,
1728
- future: t,
1729
- state: n
1730
- }) {
1731
- return be(e, void 0, n, t);
1732
- }
1733
- function Gt(e) {
1734
- if (!e) return null;
1735
- let t = Object.entries(e), n = {};
1736
- for (let [a, r] of t)
1737
- we(r) ? n[a] = { ...r, __type: "RouteErrorResponse" } : r instanceof Error ? n[a] = {
1738
- message: r.message,
1739
- __type: "Error",
1740
- // If this is a subclass (i.e., ReferenceError), send up the type so we
1741
- // can re-create the same type during hydration.
1742
- ...r.name !== "Error" ? {
1743
- __subType: r.name
1744
- } : {}
1745
- } : n[a] = r;
1746
- return n;
1747
- }
1748
- function Xt() {
1749
- return {
1750
- createHref: Qt,
1751
- encodeLocation: Zt,
1752
- push(e) {
1753
- throw new Error(
1754
- `You cannot use navigator.push() on the server because it is a stateless environment. This error was probably triggered when you did a \`navigate(${JSON.stringify(e)})\` somewhere in your app.`
1755
- );
1756
- },
1757
- replace(e) {
1758
- throw new Error(
1759
- `You cannot use navigator.replace() on the server because it is a stateless environment. This error was probably triggered when you did a \`navigate(${JSON.stringify(e)}, { replace: true })\` somewhere in your app.`
1760
- );
1761
- },
1762
- go(e) {
1763
- throw new Error(
1764
- `You cannot use navigator.go() on the server because it is a stateless environment. This error was probably triggered when you did a \`navigate(${e})\` somewhere in your app.`
1765
- );
1766
- },
1767
- back() {
1768
- throw new Error(
1769
- "You cannot use navigator.back() on the server because it is a stateless environment."
1770
- );
1771
- },
1772
- forward() {
1773
- throw new Error(
1774
- "You cannot use navigator.forward() on the server because it is a stateless environment."
1775
- );
1776
- }
1777
- };
1778
- }
1779
- function Qt(e) {
1780
- return typeof e == "string" ? e : B(e);
1781
- }
1782
- function Zt(e) {
1783
- let t = typeof e == "string" ? e : B(e);
1784
- t = t.replace(/ $/, "%20");
1785
- let n = en.test(t) ? new URL(t) : new URL(t, "http://localhost");
1786
- return {
1787
- pathname: n.pathname,
1788
- search: n.search,
1789
- hash: n.hash
1790
- };
1791
- }
1792
- var en = /^(?:[a-z][a-z0-9+.-]*:|\/\/)/i, tn = {
1793
- "&": "\\u0026",
1794
- ">": "\\u003e",
1795
- "<": "\\u003c",
1796
- "\u2028": "\\u2028",
1797
- "\u2029": "\\u2029"
1798
- }, nn = /[&><\u2028\u2029]/g;
1799
- function rn(e) {
1800
- return e.replace(nn, (t) => tn[t]);
1801
- }
1802
- new TextEncoder();
1803
- export {
1804
- Ne as L,
1805
- cn as N,
1806
- fn as O,
1807
- un as R,
1808
- hn as S,
1809
- re as a,
1810
- dn as b,
1811
- ln as c,
1812
- on as d,
1813
- dt as e,
1814
- sn as f,
1815
- Bt as g,
1816
- et as h,
1817
- we as i,
1818
- H as m,
1819
- an as r,
1820
- N as u
1821
- };
1822
- //# sourceMappingURL=chunk-KNED5TY2-BUPjb3LQ.js.map