@redocly/api-docs 0.0.2

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 (974) hide show
  1. package/LICENSE.md +1 -0
  2. package/README.md +3 -0
  3. package/lib/.tsbuildinfo +1 -0
  4. package/lib/RedoclyApiDocs.d.ts +22 -0
  5. package/lib/RedoclyApiDocs.js +1 -0
  6. package/lib/RedoclyApiDocsStandalone.d.ts +18 -0
  7. package/lib/RedoclyApiDocsStandalone.js +26 -0
  8. package/lib/adapters/asyncapi/build/context.d.ts +10 -0
  9. package/lib/adapters/asyncapi/build/context.js +1 -0
  10. package/lib/adapters/asyncapi/build/navigation.d.ts +2 -0
  11. package/lib/adapters/asyncapi/build/navigation.js +1 -0
  12. package/lib/adapters/asyncapi/build/utils.d.ts +3 -0
  13. package/lib/adapters/asyncapi/build/utils.js +1 -0
  14. package/lib/adapters/asyncapi/buildContext.d.ts +2 -0
  15. package/lib/adapters/asyncapi/buildContext.js +1 -0
  16. package/lib/adapters/asyncapi/index.d.ts +14 -0
  17. package/lib/adapters/asyncapi/index.js +1 -0
  18. package/lib/adapters/asyncapi/items/channel/content.d.ts +5 -0
  19. package/lib/adapters/asyncapi/items/channel/content.js +1 -0
  20. package/lib/adapters/asyncapi/items/channel/item.d.ts +13 -0
  21. package/lib/adapters/asyncapi/items/channel/item.js +1 -0
  22. package/lib/adapters/asyncapi/items/operation/content.d.ts +4 -0
  23. package/lib/adapters/asyncapi/items/operation/content.js +3 -0
  24. package/lib/adapters/asyncapi/items/operation/item.d.ts +15 -0
  25. package/lib/adapters/asyncapi/items/operation/item.js +1 -0
  26. package/lib/adapters/asyncapi/items/overview/content.d.ts +10 -0
  27. package/lib/adapters/asyncapi/items/overview/content.js +1 -0
  28. package/lib/adapters/asyncapi/items/overview/item.d.ts +16 -0
  29. package/lib/adapters/asyncapi/items/overview/item.js +1 -0
  30. package/lib/adapters/asyncapi/panels/brokers.d.ts +4 -0
  31. package/lib/adapters/asyncapi/panels/brokers.js +1 -0
  32. package/lib/adapters/asyncapi/panels/download.d.ts +3 -0
  33. package/lib/adapters/asyncapi/panels/download.js +1 -0
  34. package/lib/adapters/asyncapi/panels/group.d.ts +16 -0
  35. package/lib/adapters/asyncapi/panels/group.js +1 -0
  36. package/lib/adapters/asyncapi/panels/overview.d.ts +3 -0
  37. package/lib/adapters/asyncapi/panels/overview.js +1 -0
  38. package/lib/adapters/asyncapi/store.d.ts +4 -0
  39. package/lib/adapters/asyncapi/store.js +1 -0
  40. package/lib/adapters/asyncapi/utils/avro-to-json-schema.d.ts +4 -0
  41. package/lib/adapters/asyncapi/utils/avro-to-json-schema.js +1 -0
  42. package/lib/adapters/asyncapi/utils/get-channel-label.d.ts +3 -0
  43. package/lib/adapters/asyncapi/utils/get-channel-label.js +1 -0
  44. package/lib/adapters/asyncapi/utils/get-protocol-labels.d.ts +24 -0
  45. package/lib/adapters/asyncapi/utils/get-protocol-labels.js +1 -0
  46. package/lib/adapters/asyncapi/utils/get-server-host.d.ts +3 -0
  47. package/lib/adapters/asyncapi/utils/get-server-host.js +1 -0
  48. package/lib/adapters/asyncapi/utils/resolve-schema.d.ts +2 -0
  49. package/lib/adapters/asyncapi/utils/resolve-schema.js +1 -0
  50. package/lib/adapters/asyncapi/utils/resolveInDoc.d.ts +2 -0
  51. package/lib/adapters/asyncapi/utils/resolveInDoc.js +1 -0
  52. package/lib/adapters/build.d.ts +31 -0
  53. package/lib/adapters/build.js +1 -0
  54. package/lib/adapters/graphql/build/context.d.ts +9 -0
  55. package/lib/adapters/graphql/build/context.js +1 -0
  56. package/lib/adapters/graphql/buildContext.d.ts +2 -0
  57. package/lib/adapters/graphql/buildContext.js +1 -0
  58. package/lib/adapters/graphql/buildStoreFromSdl.d.ts +2 -0
  59. package/lib/adapters/graphql/buildStoreFromSdl.js +1 -0
  60. package/lib/adapters/graphql/group/custom.d.ts +2 -0
  61. package/lib/adapters/graphql/group/custom.js +1 -0
  62. package/lib/adapters/graphql/group/default.d.ts +2 -0
  63. package/lib/adapters/graphql/group/default.js +1 -0
  64. package/lib/adapters/graphql/group/errors.d.ts +1 -0
  65. package/lib/adapters/graphql/group/errors.js +1 -0
  66. package/lib/adapters/graphql/group/itemBuilders.d.ts +5 -0
  67. package/lib/adapters/graphql/group/itemBuilders.js +1 -0
  68. package/lib/adapters/graphql/group/utils.d.ts +8 -0
  69. package/lib/adapters/graphql/group/utils.js +1 -0
  70. package/lib/adapters/graphql/index.d.ts +10 -0
  71. package/lib/adapters/graphql/index.js +1 -0
  72. package/lib/adapters/graphql/items/directive/content.d.ts +4 -0
  73. package/lib/adapters/graphql/items/directive/content.js +1 -0
  74. package/lib/adapters/graphql/items/directive/item.d.ts +3 -0
  75. package/lib/adapters/graphql/items/directive/item.js +1 -0
  76. package/lib/adapters/graphql/items/enum/content.d.ts +4 -0
  77. package/lib/adapters/graphql/items/enum/content.js +1 -0
  78. package/lib/adapters/graphql/items/enum/item.d.ts +3 -0
  79. package/lib/adapters/graphql/items/enum/item.js +1 -0
  80. package/lib/adapters/graphql/items/input/content.d.ts +4 -0
  81. package/lib/adapters/graphql/items/input/content.js +1 -0
  82. package/lib/adapters/graphql/items/input/item.d.ts +3 -0
  83. package/lib/adapters/graphql/items/input/item.js +1 -0
  84. package/lib/adapters/graphql/items/interface/content.d.ts +4 -0
  85. package/lib/adapters/graphql/items/interface/content.js +1 -0
  86. package/lib/adapters/graphql/items/interface/item.d.ts +3 -0
  87. package/lib/adapters/graphql/items/interface/item.js +1 -0
  88. package/lib/adapters/graphql/items/mutation/content.d.ts +4 -0
  89. package/lib/adapters/graphql/items/mutation/content.js +1 -0
  90. package/lib/adapters/graphql/items/mutation/item.d.ts +3 -0
  91. package/lib/adapters/graphql/items/mutation/item.js +1 -0
  92. package/lib/adapters/graphql/items/object/content.d.ts +4 -0
  93. package/lib/adapters/graphql/items/object/content.js +1 -0
  94. package/lib/adapters/graphql/items/object/item.d.ts +3 -0
  95. package/lib/adapters/graphql/items/object/item.js +1 -0
  96. package/lib/adapters/graphql/items/operation/content.d.ts +7 -0
  97. package/lib/adapters/graphql/items/operation/content.js +1 -0
  98. package/lib/adapters/graphql/items/overview/content.d.ts +11 -0
  99. package/lib/adapters/graphql/items/overview/content.js +1 -0
  100. package/lib/adapters/graphql/items/overview/item.d.ts +4 -0
  101. package/lib/adapters/graphql/items/overview/item.js +1 -0
  102. package/lib/adapters/graphql/items/query/content.d.ts +4 -0
  103. package/lib/adapters/graphql/items/query/content.js +1 -0
  104. package/lib/adapters/graphql/items/query/item.d.ts +3 -0
  105. package/lib/adapters/graphql/items/query/item.js +1 -0
  106. package/lib/adapters/graphql/items/scalar/content.d.ts +4 -0
  107. package/lib/adapters/graphql/items/scalar/content.js +1 -0
  108. package/lib/adapters/graphql/items/scalar/item.d.ts +3 -0
  109. package/lib/adapters/graphql/items/scalar/item.js +1 -0
  110. package/lib/adapters/graphql/items/subscription/content.d.ts +4 -0
  111. package/lib/adapters/graphql/items/subscription/content.js +1 -0
  112. package/lib/adapters/graphql/items/subscription/item.d.ts +3 -0
  113. package/lib/adapters/graphql/items/subscription/item.js +1 -0
  114. package/lib/adapters/graphql/items/types.d.ts +7 -0
  115. package/lib/adapters/graphql/items/types.js +0 -0
  116. package/lib/adapters/graphql/items/union/content.d.ts +4 -0
  117. package/lib/adapters/graphql/items/union/content.js +1 -0
  118. package/lib/adapters/graphql/items/union/item.d.ts +3 -0
  119. package/lib/adapters/graphql/items/union/item.js +1 -0
  120. package/lib/adapters/graphql/panels/download.d.ts +3 -0
  121. package/lib/adapters/graphql/panels/download.js +1 -0
  122. package/lib/adapters/graphql/panels/group-items.d.ts +4 -0
  123. package/lib/adapters/graphql/panels/group-items.js +1 -0
  124. package/lib/adapters/graphql/panels/overview.d.ts +3 -0
  125. package/lib/adapters/graphql/panels/overview.js +1 -0
  126. package/lib/adapters/graphql/serializeType.d.ts +5 -0
  127. package/lib/adapters/graphql/serializeType.js +1 -0
  128. package/lib/adapters/graphql/store.d.ts +3 -0
  129. package/lib/adapters/graphql/store.js +1 -0
  130. package/lib/adapters/graphql/utils/appendGraphqlItemFeedback.d.ts +2 -0
  131. package/lib/adapters/graphql/utils/appendGraphqlItemFeedback.js +1 -0
  132. package/lib/adapters/graphql/utils/configMetadataRows.d.ts +3 -0
  133. package/lib/adapters/graphql/utils/configMetadataRows.js +1 -0
  134. package/lib/adapters/graphql/utils/constants.d.ts +23 -0
  135. package/lib/adapters/graphql/utils/constants.js +1 -0
  136. package/lib/adapters/graphql/utils/createApiItem.d.ts +15 -0
  137. package/lib/adapters/graphql/utils/createApiItem.js +1 -0
  138. package/lib/adapters/graphql/utils/getBadges.d.ts +4 -0
  139. package/lib/adapters/graphql/utils/getBadges.js +1 -0
  140. package/lib/adapters/graphql/utils/ignoreInternalItems.d.ts +3 -0
  141. package/lib/adapters/graphql/utils/ignoreInternalItems.js +1 -0
  142. package/lib/adapters/graphql/utils/isRootType.d.ts +2 -0
  143. package/lib/adapters/graphql/utils/isRootType.js +1 -0
  144. package/lib/adapters/graphql/utils/menuSlashRegex.d.ts +1 -0
  145. package/lib/adapters/graphql/utils/menuSlashRegex.js +1 -0
  146. package/lib/adapters/graphql/utils/normalizeMenu.d.ts +3 -0
  147. package/lib/adapters/graphql/utils/normalizeMenu.js +1 -0
  148. package/lib/adapters/graphql/utils/shouldIncludeItem.d.ts +2 -0
  149. package/lib/adapters/graphql/utils/shouldIncludeItem.js +1 -0
  150. package/lib/adapters/graphql/utils/summary.d.ts +4 -0
  151. package/lib/adapters/graphql/utils/summary.js +1 -0
  152. package/lib/adapters/graphql/utils/validateMenuConfig.d.ts +3 -0
  153. package/lib/adapters/graphql/utils/validateMenuConfig.js +1 -0
  154. package/lib/adapters/helpers.d.ts +47 -0
  155. package/lib/adapters/helpers.js +1 -0
  156. package/lib/adapters/openapi/build/context.d.ts +13 -0
  157. package/lib/adapters/openapi/build/context.js +1 -0
  158. package/lib/adapters/openapi/build-code-sample-source.d.ts +5 -0
  159. package/lib/adapters/openapi/build-code-sample-source.js +1 -0
  160. package/lib/adapters/openapi/buildContext.d.ts +2 -0
  161. package/lib/adapters/openapi/buildContext.js +1 -0
  162. package/lib/adapters/openapi/configure/apply-request-values.d.ts +3 -0
  163. package/lib/adapters/openapi/configure/apply-request-values.js +1 -0
  164. package/lib/adapters/openapi/configure/index.d.ts +3 -0
  165. package/lib/adapters/openapi/configure/index.js +1 -0
  166. package/lib/adapters/openapi/configure/merge-utils.d.ts +32 -0
  167. package/lib/adapters/openapi/configure/merge-utils.js +1 -0
  168. package/lib/adapters/openapi/configure/resolve-request-values.d.ts +17 -0
  169. package/lib/adapters/openapi/configure/resolve-request-values.js +1 -0
  170. package/lib/adapters/openapi/constants.d.ts +4 -0
  171. package/lib/adapters/openapi/constants.js +1 -0
  172. package/lib/adapters/openapi/group/content.d.ts +28 -0
  173. package/lib/adapters/openapi/group/content.js +1 -0
  174. package/lib/adapters/openapi/group/item.d.ts +11 -0
  175. package/lib/adapters/openapi/group/item.js +1 -0
  176. package/lib/adapters/openapi/index.d.ts +13 -0
  177. package/lib/adapters/openapi/index.js +1 -0
  178. package/lib/adapters/openapi/items/mcp/content.d.ts +5 -0
  179. package/lib/adapters/openapi/items/mcp/content.js +1 -0
  180. package/lib/adapters/openapi/items/mcp/item.d.ts +9 -0
  181. package/lib/adapters/openapi/items/mcp/item.js +1 -0
  182. package/lib/adapters/openapi/items/operation/content.d.ts +3 -0
  183. package/lib/adapters/openapi/items/operation/content.js +1 -0
  184. package/lib/adapters/openapi/items/operation/item.d.ts +9 -0
  185. package/lib/adapters/openapi/items/operation/item.js +1 -0
  186. package/lib/adapters/openapi/items/overview/content.d.ts +18 -0
  187. package/lib/adapters/openapi/items/overview/content.js +1 -0
  188. package/lib/adapters/openapi/items/overview/item.d.ts +3 -0
  189. package/lib/adapters/openapi/items/overview/item.js +1 -0
  190. package/lib/adapters/openapi/items/schema/content.d.ts +3 -0
  191. package/lib/adapters/openapi/items/schema/content.js +1 -0
  192. package/lib/adapters/openapi/items/schema/item.d.ts +9 -0
  193. package/lib/adapters/openapi/items/schema/item.js +1 -0
  194. package/lib/adapters/openapi/panels/download.d.ts +3 -0
  195. package/lib/adapters/openapi/panels/download.js +1 -0
  196. package/lib/adapters/openapi/panels/languages.d.ts +3 -0
  197. package/lib/adapters/openapi/panels/languages.js +1 -0
  198. package/lib/adapters/openapi/panels/mcp.d.ts +3 -0
  199. package/lib/adapters/openapi/panels/mcp.js +1 -0
  200. package/lib/adapters/openapi/panels/overview.d.ts +3 -0
  201. package/lib/adapters/openapi/panels/overview.js +1 -0
  202. package/lib/adapters/openapi/panels/servers.d.ts +3 -0
  203. package/lib/adapters/openapi/panels/servers.js +1 -0
  204. package/lib/adapters/openapi/resolve-openapi-example-value.d.ts +3 -0
  205. package/lib/adapters/openapi/resolve-openapi-example-value.js +1 -0
  206. package/lib/adapters/openapi/store.d.ts +4 -0
  207. package/lib/adapters/openapi/store.js +1 -0
  208. package/lib/adapters/openapi/utils/JsonPointer.d.ts +51 -0
  209. package/lib/adapters/openapi/utils/JsonPointer.js +1 -0
  210. package/lib/adapters/openapi/utils/applyIgnoreNamedSchemasDeep.d.ts +1 -0
  211. package/lib/adapters/openapi/utils/applyIgnoreNamedSchemasDeep.js +1 -0
  212. package/lib/adapters/openapi/utils/helpers.d.ts +14 -0
  213. package/lib/adapters/openapi/utils/helpers.js +1 -0
  214. package/lib/adapters/openapi/utils/merge-mock-server.d.ts +15 -0
  215. package/lib/adapters/openapi/utils/merge-mock-server.js +1 -0
  216. package/lib/adapters/openapi/utils/operation.d.ts +23 -0
  217. package/lib/adapters/openapi/utils/operation.js +1 -0
  218. package/lib/adapters/openapi/utils/resolvePathItemRef.d.ts +2 -0
  219. package/lib/adapters/openapi/utils/resolvePathItemRef.js +1 -0
  220. package/lib/adapters/openapi/utils/url.d.ts +2 -0
  221. package/lib/adapters/openapi/utils/url.js +1 -0
  222. package/lib/adapters/rbac-schema-propagation.d.ts +2 -0
  223. package/lib/adapters/rbac-schema-propagation.js +1 -0
  224. package/lib/adapters/scopedContext.d.ts +5 -0
  225. package/lib/adapters/scopedContext.js +1 -0
  226. package/lib/adapters/utils/convertSwagger2OpenAPI.d.ts +2 -0
  227. package/lib/adapters/utils/convertSwagger2OpenAPI.js +1 -0
  228. package/lib/adapters/utils/dompurify.d.ts +5 -0
  229. package/lib/adapters/utils/dompurify.js +1 -0
  230. package/lib/adapters/utils/infoMetadata.d.ts +5 -0
  231. package/lib/adapters/utils/infoMetadata.js +1 -0
  232. package/lib/adapters/utils/isPlainText.d.ts +6 -0
  233. package/lib/adapters/utils/isPlainText.js +1 -0
  234. package/lib/adapters/utils/markdoc.d.ts +38 -0
  235. package/lib/adapters/utils/markdoc.js +1 -0
  236. package/lib/adapters/utils/parseMarkdown.d.ts +8 -0
  237. package/lib/adapters/utils/parseMarkdown.js +1 -0
  238. package/lib/adapters/utils/seo.d.ts +3 -0
  239. package/lib/adapters/utils/seo.js +1 -0
  240. package/lib/adapters/utils/simplifyAstStructure.d.ts +2 -0
  241. package/lib/adapters/utils/simplifyAstStructure.js +1 -0
  242. package/lib/components/AdmonitionItem.d.ts +6 -0
  243. package/lib/components/AdmonitionItem.js +1 -0
  244. package/lib/components/ChannelAddressItem.d.ts +7 -0
  245. package/lib/components/ChannelAddressItem.js +31 -0
  246. package/lib/components/ContainerItem.d.ts +9 -0
  247. package/lib/components/ContainerItem.js +1 -0
  248. package/lib/components/EmptyMessageItem.d.ts +6 -0
  249. package/lib/components/EmptyMessageItem.js +6 -0
  250. package/lib/components/ErrorBoundary.d.ts +18 -0
  251. package/lib/components/ErrorBoundary.js +1 -0
  252. package/lib/components/ExtensionsItem.d.ts +7 -0
  253. package/lib/components/ExtensionsItem.js +1 -0
  254. package/lib/components/ExternalDocsItem.d.ts +8 -0
  255. package/lib/components/ExternalDocsItem.js +1 -0
  256. package/lib/components/FeedbackItem.d.ts +9 -0
  257. package/lib/components/FeedbackItem.js +17 -0
  258. package/lib/components/Header/HeaderItem.d.ts +91 -0
  259. package/lib/components/Header/HeaderItem.js +105 -0
  260. package/lib/components/Header/HeaderResponseCodeTabs.d.ts +8 -0
  261. package/lib/components/Header/HeaderResponseCodeTabs.js +1 -0
  262. package/lib/components/Header/ResponseDeepLinkAnchor.d.ts +9 -0
  263. package/lib/components/Header/ResponseDeepLinkAnchor.js +1 -0
  264. package/lib/components/Header/hooks.d.ts +5 -0
  265. package/lib/components/Header/hooks.js +1 -0
  266. package/lib/components/InfoMetadataItem.d.ts +7 -0
  267. package/lib/components/InfoMetadataItem.js +1 -0
  268. package/lib/components/ItemContent/ItemContentRenderer.d.ts +8 -0
  269. package/lib/components/ItemContent/ItemContentRenderer.js +11 -0
  270. package/lib/components/ItemContent/SectionHeader.d.ts +8 -0
  271. package/lib/components/ItemContent/SectionHeader.js +14 -0
  272. package/lib/components/ItemContent/hooks.d.ts +5 -0
  273. package/lib/components/ItemContent/hooks.js +1 -0
  274. package/lib/components/ItemContent/sections/BodyMimeTypeField.d.ts +12 -0
  275. package/lib/components/ItemContent/sections/BodyMimeTypeField.js +60 -0
  276. package/lib/components/ItemContent/sections/BodySection.d.ts +7 -0
  277. package/lib/components/ItemContent/sections/BodySection.js +13 -0
  278. package/lib/components/ItemContent/sections/CallbacksSection.d.ts +5 -0
  279. package/lib/components/ItemContent/sections/CallbacksSection.js +131 -0
  280. package/lib/components/ItemContent/sections/FieldsSection.d.ts +7 -0
  281. package/lib/components/ItemContent/sections/FieldsSection.js +79 -0
  282. package/lib/components/ItemContent/sections/MessagesSection.d.ts +5 -0
  283. package/lib/components/ItemContent/sections/MessagesSection.js +58 -0
  284. package/lib/components/ItemContent/sections/ParametersSection.d.ts +6 -0
  285. package/lib/components/ItemContent/sections/ParametersSection.js +4 -0
  286. package/lib/components/ItemContent/sections/ResponsesSection.d.ts +5 -0
  287. package/lib/components/ItemContent/sections/ResponsesSection.js +28 -0
  288. package/lib/components/ItemContent/sections/ValuesSection.d.ts +5 -0
  289. package/lib/components/ItemContent/sections/ValuesSection.js +26 -0
  290. package/lib/components/LicenseOverlay.d.ts +6 -0
  291. package/lib/components/LicenseOverlay.js +42 -0
  292. package/lib/components/Mapper.d.ts +25 -0
  293. package/lib/components/Mapper.js +1 -0
  294. package/lib/components/MarkdownItem.d.ts +6 -0
  295. package/lib/components/MarkdownItem.js +1 -0
  296. package/lib/components/Mcp/McpPrompt.d.ts +8 -0
  297. package/lib/components/Mcp/McpPrompt.js +1 -0
  298. package/lib/components/Mcp/McpResource.d.ts +8 -0
  299. package/lib/components/Mcp/McpResource.js +3 -0
  300. package/lib/components/Mcp/McpTool.d.ts +8 -0
  301. package/lib/components/Mcp/McpTool.js +1 -0
  302. package/lib/components/Mcp/styled.d.ts +19 -0
  303. package/lib/components/Mcp/styled.js +22 -0
  304. package/lib/components/Mcp/utils.d.ts +6 -0
  305. package/lib/components/Mcp/utils.js +1 -0
  306. package/lib/components/MessageLinksItem.d.ts +7 -0
  307. package/lib/components/MessageLinksItem.js +30 -0
  308. package/lib/components/RenderHook.d.ts +6 -0
  309. package/lib/components/RenderHook.js +1 -0
  310. package/lib/components/Replay/EmbeddedReplay.d.ts +16 -0
  311. package/lib/components/Replay/EmbeddedReplay.js +10 -0
  312. package/lib/components/Replay/Replay.d.ts +13 -0
  313. package/lib/components/Replay/Replay.js +1 -0
  314. package/lib/components/Replay/adapterToMarkdownParser.d.ts +12 -0
  315. package/lib/components/Replay/adapterToMarkdownParser.js +1 -0
  316. package/lib/components/Replay/index.d.ts +2 -0
  317. package/lib/components/Replay/index.js +1 -0
  318. package/lib/components/Schema/SchemaDescription.d.ts +5 -0
  319. package/lib/components/Schema/SchemaDescription.js +1 -0
  320. package/lib/components/Schema/SchemaView.d.ts +20 -0
  321. package/lib/components/Schema/SchemaView.js +1 -0
  322. package/lib/components/Schema/helpers.d.ts +1 -0
  323. package/lib/components/Schema/helpers.js +1 -0
  324. package/lib/components/Schema/hooks/useSchemaDocument.d.ts +7 -0
  325. package/lib/components/Schema/hooks/useSchemaDocument.js +1 -0
  326. package/lib/components/Schema/hooks/useSchemaFieldDeepLink.d.ts +5 -0
  327. package/lib/components/Schema/hooks/useSchemaFieldDeepLink.js +1 -0
  328. package/lib/components/Schema/hooks/useVariantIndexFromHash.d.ts +1 -0
  329. package/lib/components/Schema/hooks/useVariantIndexFromHash.js +1 -0
  330. package/lib/components/Schema/styled.d.ts +146 -0
  331. package/lib/components/Schema/styled.js +342 -0
  332. package/lib/components/Schema/utils.d.ts +26 -0
  333. package/lib/components/Schema/utils.js +1 -0
  334. package/lib/components/Schema/views/ArrayRenderer.d.ts +13 -0
  335. package/lib/components/Schema/views/ArrayRenderer.js +1 -0
  336. package/lib/components/Schema/views/CollapsibleNestedFields.d.ts +25 -0
  337. package/lib/components/Schema/views/CollapsibleNestedFields.js +1 -0
  338. package/lib/components/Schema/views/DefaultMappingOptionLabel.d.ts +5 -0
  339. package/lib/components/Schema/views/DefaultMappingOptionLabel.js +15 -0
  340. package/lib/components/Schema/views/DiscriminatorPropertyRow.d.ts +13 -0
  341. package/lib/components/Schema/views/DiscriminatorPropertyRow.js +1 -0
  342. package/lib/components/Schema/views/Examples.d.ts +7 -0
  343. package/lib/components/Schema/views/Examples.js +1 -0
  344. package/lib/components/Schema/views/ExpandableExample.d.ts +4 -0
  345. package/lib/components/Schema/views/ExpandableExample.js +3 -0
  346. package/lib/components/Schema/views/ObjectRenderer.d.ts +14 -0
  347. package/lib/components/Schema/views/ObjectRenderer.js +1 -0
  348. package/lib/components/Schema/views/Pattern.d.ts +6 -0
  349. package/lib/components/Schema/views/Pattern.js +1 -0
  350. package/lib/components/Schema/views/PrimitiveRenderer.d.ts +5 -0
  351. package/lib/components/Schema/views/PrimitiveRenderer.js +1 -0
  352. package/lib/components/Schema/views/PropertyFieldRow.d.ts +16 -0
  353. package/lib/components/Schema/views/PropertyFieldRow.js +1 -0
  354. package/lib/components/Schema/views/PropertyRenderer.d.ts +15 -0
  355. package/lib/components/Schema/views/PropertyRenderer.js +1 -0
  356. package/lib/components/Schema/views/SchemaEnumDescriptions.d.ts +9 -0
  357. package/lib/components/Schema/views/SchemaEnumDescriptions.js +5 -0
  358. package/lib/components/Schema/views/SchemaEnumValues.d.ts +8 -0
  359. package/lib/components/Schema/views/SchemaEnumValues.js +1 -0
  360. package/lib/components/Schema/views/SchemaTitleLabel.d.ts +5 -0
  361. package/lib/components/Schema/views/SchemaTitleLabel.js +1 -0
  362. package/lib/components/Schema/views/SchemaVariantSelector.d.ts +11 -0
  363. package/lib/components/Schema/views/SchemaVariantSelector.js +1 -0
  364. package/lib/components/Schema/views/SwitcherRenderer.d.ts +14 -0
  365. package/lib/components/Schema/views/SwitcherRenderer.js +1 -0
  366. package/lib/components/Schema/views/VariantDropdown.d.ts +14 -0
  367. package/lib/components/Schema/views/VariantDropdown.js +99 -0
  368. package/lib/components/SchemaCatalogLink.d.ts +6 -0
  369. package/lib/components/SchemaCatalogLink.js +35 -0
  370. package/lib/components/Security/Divider.d.ts +4 -0
  371. package/lib/components/Security/Divider.js +15 -0
  372. package/lib/components/Security/RequiredScopes.d.ts +4 -0
  373. package/lib/components/Security/RequiredScopes.js +5 -0
  374. package/lib/components/Security/ScopeTagWithTooltip.d.ts +11 -0
  375. package/lib/components/Security/ScopeTagWithTooltip.js +28 -0
  376. package/lib/components/Security/SecurityButtonPanel.d.ts +5 -0
  377. package/lib/components/Security/SecurityButtonPanel.js +1 -0
  378. package/lib/components/Security/SecurityFlowDetail.d.ts +5 -0
  379. package/lib/components/Security/SecurityFlowDetail.js +1 -0
  380. package/lib/components/Security/SecurityModal.d.ts +6 -0
  381. package/lib/components/Security/SecurityModal.js +1 -0
  382. package/lib/components/Security/SecuritySection.d.ts +3 -0
  383. package/lib/components/Security/SecuritySection.js +1 -0
  384. package/lib/components/Security/styled.d.ts +83 -0
  385. package/lib/components/Security/styled.js +219 -0
  386. package/lib/components/Security/types.d.ts +3 -0
  387. package/lib/components/Security/types.js +0 -0
  388. package/lib/components/SideMenu/SideMenu.d.ts +7 -0
  389. package/lib/components/SideMenu/SideMenu.js +4 -0
  390. package/lib/components/SideMenu/buildMenuItems.d.ts +29 -0
  391. package/lib/components/SideMenu/buildMenuItems.js +1 -0
  392. package/lib/components/SideMenu/useMenuItems.d.ts +14 -0
  393. package/lib/components/SideMenu/useMenuItems.js +1 -0
  394. package/lib/components/StickySidebar/SidebarActions.d.ts +1 -0
  395. package/lib/components/StickySidebar/SidebarActions.js +5 -0
  396. package/lib/components/StickySidebar/StickySidebar.d.ts +7 -0
  397. package/lib/components/StickySidebar/StickySidebar.js +22 -0
  398. package/lib/components/common/Badge.d.ts +43 -0
  399. package/lib/components/common/Badge.js +33 -0
  400. package/lib/components/common/Breadcrumbs.d.ts +11 -0
  401. package/lib/components/common/Breadcrumbs.js +43 -0
  402. package/lib/components/common/ContentWrapper.d.ts +25 -0
  403. package/lib/components/common/ContentWrapper.js +106 -0
  404. package/lib/components/common/DeepLinkAnchor.d.ts +20 -0
  405. package/lib/components/common/DeepLinkAnchor.js +32 -0
  406. package/lib/components/common/ExpandAllButton.d.ts +6 -0
  407. package/lib/components/common/ExpandAllButton.js +3 -0
  408. package/lib/components/common/ExternalDocumentation.d.ts +10 -0
  409. package/lib/components/common/ExternalDocumentation.js +10 -0
  410. package/lib/components/common/LazyMount.d.ts +9 -0
  411. package/lib/components/common/LazyMount.js +3 -0
  412. package/lib/components/common/LazySection.d.ts +14 -0
  413. package/lib/components/common/LazySection.js +9 -0
  414. package/lib/components/common/Markdown.d.ts +7 -0
  415. package/lib/components/common/Markdown.js +1 -0
  416. package/lib/components/common/MoreDetailsButton.d.ts +5 -0
  417. package/lib/components/common/MoreDetailsButton.js +12 -0
  418. package/lib/components/common/NestedToggleButton.d.ts +10 -0
  419. package/lib/components/common/NestedToggleButton.js +16 -0
  420. package/lib/components/common/PanelItem.d.ts +70 -0
  421. package/lib/components/common/PanelItem.js +62 -0
  422. package/lib/components/common/ResponseCodeTabs.d.ts +8 -0
  423. package/lib/components/common/ResponseCodeTabs.js +36 -0
  424. package/lib/components/common/Tag.d.ts +1 -0
  425. package/lib/components/common/Tag.js +11 -0
  426. package/lib/components/common/VendorExtensions.d.ts +7 -0
  427. package/lib/components/common/VendorExtensions.js +5 -0
  428. package/lib/components/common/ViewNested.d.ts +14 -0
  429. package/lib/components/common/ViewNested.js +31 -0
  430. package/lib/components/graphql/ArrowIcon.d.ts +9 -0
  431. package/lib/components/graphql/ArrowIcon.js +4 -0
  432. package/lib/components/graphql/GraphQLArgumentsSection.d.ts +10 -0
  433. package/lib/components/graphql/GraphQLArgumentsSection.js +1 -0
  434. package/lib/components/graphql/GraphQLEnumEmbedded.d.ts +5 -0
  435. package/lib/components/graphql/GraphQLEnumEmbedded.js +3 -0
  436. package/lib/components/graphql/GraphQLFieldView.d.ts +12 -0
  437. package/lib/components/graphql/GraphQLFieldView.js +1 -0
  438. package/lib/components/graphql/GraphQLFieldsEmbedded.d.ts +9 -0
  439. package/lib/components/graphql/GraphQLFieldsEmbedded.js +1 -0
  440. package/lib/components/graphql/GraphQLGroupTypeList.d.ts +5 -0
  441. package/lib/components/graphql/GraphQLGroupTypeList.js +11 -0
  442. package/lib/components/graphql/GraphQLHeaderExtras.d.ts +7 -0
  443. package/lib/components/graphql/GraphQLHeaderExtras.js +1 -0
  444. package/lib/components/graphql/GraphQLReturnTypeDetails.d.ts +11 -0
  445. package/lib/components/graphql/GraphQLReturnTypeDetails.js +18 -0
  446. package/lib/components/graphql/GraphQLTypeView.d.ts +9 -0
  447. package/lib/components/graphql/GraphQLTypeView.js +1 -0
  448. package/lib/components/graphql/GraphQLUnionEmbedded.d.ts +5 -0
  449. package/lib/components/graphql/GraphQLUnionEmbedded.js +1 -0
  450. package/lib/components/graphql/RequiresScopesButton.d.ts +9 -0
  451. package/lib/components/graphql/RequiresScopesButton.js +38 -0
  452. package/lib/components/graphql/RequiresScopesModal.d.ts +9 -0
  453. package/lib/components/graphql/RequiresScopesModal.js +88 -0
  454. package/lib/components/graphql/ViewNested.d.ts +14 -0
  455. package/lib/components/graphql/ViewNested.js +46 -0
  456. package/lib/components/graphql/renderDescription.d.ts +2 -0
  457. package/lib/components/graphql/renderDescription.js +1 -0
  458. package/lib/components/graphql/sections/GraphQLArgsSection.d.ts +5 -0
  459. package/lib/components/graphql/sections/GraphQLArgsSection.js +7 -0
  460. package/lib/components/graphql/sections/GraphQLFieldsSection.d.ts +5 -0
  461. package/lib/components/graphql/sections/GraphQLFieldsSection.js +1 -0
  462. package/lib/components/graphql/sections/ImplementedBySection.d.ts +5 -0
  463. package/lib/components/graphql/sections/ImplementedBySection.js +1 -0
  464. package/lib/components/graphql/sections/ImplementsSection.d.ts +5 -0
  465. package/lib/components/graphql/sections/ImplementsSection.js +1 -0
  466. package/lib/components/graphql/sections/PossibleTypesSection.d.ts +5 -0
  467. package/lib/components/graphql/sections/PossibleTypesSection.js +1 -0
  468. package/lib/components/graphql/sections/RequiresScopesSection.d.ts +5 -0
  469. package/lib/components/graphql/sections/RequiresScopesSection.js +1 -0
  470. package/lib/components/graphql/sections/ReturnTypeSection.d.ts +5 -0
  471. package/lib/components/graphql/sections/ReturnTypeSection.js +7 -0
  472. package/lib/components/graphql/styled.d.ts +45 -0
  473. package/lib/components/graphql/styled.js +124 -0
  474. package/lib/components/markdoc/Heading.d.ts +11 -0
  475. package/lib/components/markdoc/Heading.js +6 -0
  476. package/lib/components/markdoc/SchemaDefinition.d.ts +11 -0
  477. package/lib/components/markdoc/SchemaDefinition.js +6 -0
  478. package/lib/components/markdoc/apiDocsMarkdocComponents.d.ts +6 -0
  479. package/lib/components/markdoc/apiDocsMarkdocComponents.js +1 -0
  480. package/lib/components/markdoc/buildMarkdocOptions.d.ts +9 -0
  481. package/lib/components/markdoc/buildMarkdocOptions.js +1 -0
  482. package/lib/components/markdoc/defaultMarkdocConfig.d.ts +14 -0
  483. package/lib/components/markdoc/defaultMarkdocConfig.js +1 -0
  484. package/lib/components/markdoc/markdocAdapter.d.ts +11 -0
  485. package/lib/components/markdoc/markdocAdapter.js +1 -0
  486. package/lib/components/markdoc/markdocParser.d.ts +6 -0
  487. package/lib/components/markdoc/markdocParser.js +1 -0
  488. package/lib/components/markdoc/markdocRenderer.d.ts +8 -0
  489. package/lib/components/markdoc/markdocRenderer.js +3 -0
  490. package/lib/components/markdoc/tags/mcp-tag-schemas.d.ts +2 -0
  491. package/lib/components/markdoc/tags/mcp-tag-schemas.js +1 -0
  492. package/lib/components/markdoc/tags/schema-definition-tag.d.ts +2 -0
  493. package/lib/components/markdoc/tags/schema-definition-tag.js +1 -0
  494. package/lib/components/panels/DownloadPanelItem.d.ts +5 -0
  495. package/lib/components/panels/DownloadPanelItem.js +26 -0
  496. package/lib/components/panels/ExampleItem/CallbackPayloadItem.d.ts +5 -0
  497. package/lib/components/panels/ExampleItem/CallbackPayloadItem.js +5 -0
  498. package/lib/components/panels/ExampleItem/CodeSampleItem.d.ts +5 -0
  499. package/lib/components/panels/ExampleItem/CodeSampleItem.js +1 -0
  500. package/lib/components/panels/ExampleItem/ExamplesPanelItem.d.ts +3 -0
  501. package/lib/components/panels/ExampleItem/ExamplesPanelItem.js +1 -0
  502. package/lib/components/panels/ExampleItem/GraphQLQueryItem.d.ts +5 -0
  503. package/lib/components/panels/ExampleItem/GraphQLQueryItem.js +1 -0
  504. package/lib/components/panels/ExampleItem/GraphQLResponseItem.d.ts +5 -0
  505. package/lib/components/panels/ExampleItem/GraphQLResponseItem.js +1 -0
  506. package/lib/components/panels/ExampleItem/GraphQLTypeSampleItem.d.ts +5 -0
  507. package/lib/components/panels/ExampleItem/GraphQLTypeSampleItem.js +1 -0
  508. package/lib/components/panels/ExampleItem/GraphQLVariablesItem.d.ts +5 -0
  509. package/lib/components/panels/ExampleItem/GraphQLVariablesItem.js +1 -0
  510. package/lib/components/panels/ExampleItem/PayloadExampleItem.d.ts +5 -0
  511. package/lib/components/panels/ExampleItem/PayloadExampleItem.js +4 -0
  512. package/lib/components/panels/ExampleItem/ResponseExampleItem.d.ts +5 -0
  513. package/lib/components/panels/ExampleItem/ResponseExampleItem.js +1 -0
  514. package/lib/components/panels/ExampleItem/ServerDropdown.d.ts +17 -0
  515. package/lib/components/panels/ExampleItem/ServerDropdown.js +11 -0
  516. package/lib/components/panels/ExampleItem/hooks.d.ts +25 -0
  517. package/lib/components/panels/ExampleItem/hooks.js +1 -0
  518. package/lib/components/panels/ExampleItem/selectors.d.ts +36 -0
  519. package/lib/components/panels/ExampleItem/selectors.js +1 -0
  520. package/lib/components/panels/ExampleItem/styled.d.ts +164 -0
  521. package/lib/components/panels/ExampleItem/styled.js +128 -0
  522. package/lib/components/panels/ExampleItem/types.d.ts +9 -0
  523. package/lib/components/panels/ExampleItem/types.js +0 -0
  524. package/lib/components/panels/GroupPanelItem.d.ts +5 -0
  525. package/lib/components/panels/GroupPanelItem.js +116 -0
  526. package/lib/components/panels/LanguageItem/LanguageDropdown.d.ts +15 -0
  527. package/lib/components/panels/LanguageItem/LanguageDropdown.js +1 -0
  528. package/lib/components/panels/LanguageItem/LanguageItem.d.ts +11 -0
  529. package/lib/components/panels/LanguageItem/LanguageItem.js +1 -0
  530. package/lib/components/panels/LanguageItem/LanguageList.d.ts +10 -0
  531. package/lib/components/panels/LanguageItem/LanguageList.js +1 -0
  532. package/lib/components/panels/LanguageItem/LanguageListSkeleton.d.ts +4 -0
  533. package/lib/components/panels/LanguageItem/LanguageListSkeleton.js +22 -0
  534. package/lib/components/panels/LanguageItem/LanguagePanelItem.d.ts +5 -0
  535. package/lib/components/panels/LanguageItem/LanguagePanelItem.js +1 -0
  536. package/lib/components/panels/LanguageItem/constants.d.ts +2 -0
  537. package/lib/components/panels/LanguageItem/constants.js +1 -0
  538. package/lib/components/panels/LanguageItem/styled.d.ts +94 -0
  539. package/lib/components/panels/LanguageItem/styled.js +96 -0
  540. package/lib/components/panels/LocationsPanelItem.d.ts +5 -0
  541. package/lib/components/panels/LocationsPanelItem.js +1 -0
  542. package/lib/components/panels/McpExamplePanelItem.d.ts +5 -0
  543. package/lib/components/panels/McpExamplePanelItem.js +6 -0
  544. package/lib/components/panels/McpPanelItem.d.ts +3 -0
  545. package/lib/components/panels/McpPanelItem.js +54 -0
  546. package/lib/components/panels/OverviewPanelItem.d.ts +3 -0
  547. package/lib/components/panels/OverviewPanelItem.js +17 -0
  548. package/lib/components/panels/PanelMapper.d.ts +5 -0
  549. package/lib/components/panels/PanelMapper.js +1 -0
  550. package/lib/components/panels/PanelNodeProps.d.ts +4 -0
  551. package/lib/components/panels/PanelNodeProps.js +0 -0
  552. package/lib/components/panels/ReferencesPanelItem.d.ts +5 -0
  553. package/lib/components/panels/ReferencesPanelItem.js +19 -0
  554. package/lib/components/panels/ServerItem/ServerDescriptionTooltip.d.ts +4 -0
  555. package/lib/components/panels/ServerItem/ServerDescriptionTooltip.js +1 -0
  556. package/lib/components/panels/ServerItem/ServerItem.d.ts +5 -0
  557. package/lib/components/panels/ServerItem/ServerItem.js +40 -0
  558. package/lib/components/panels/ServerItem/ServerPanelItem.d.ts +5 -0
  559. package/lib/components/panels/ServerItem/ServerPanelItem.js +1 -0
  560. package/lib/components/panels/asyncapi/BrokerItem/BrokerBindingsSection.d.ts +7 -0
  561. package/lib/components/panels/asyncapi/BrokerItem/BrokerBindingsSection.js +1 -0
  562. package/lib/components/panels/asyncapi/BrokerItem/BrokerModal.d.ts +8 -0
  563. package/lib/components/panels/asyncapi/BrokerItem/BrokerModal.js +49 -0
  564. package/lib/components/panels/asyncapi/BrokerItem/BrokerOverviewSection.d.ts +6 -0
  565. package/lib/components/panels/asyncapi/BrokerItem/BrokerOverviewSection.js +25 -0
  566. package/lib/components/panels/asyncapi/BrokerItem/BrokerPanel.styled.d.ts +7 -0
  567. package/lib/components/panels/asyncapi/BrokerItem/BrokerPanel.styled.js +25 -0
  568. package/lib/components/panels/asyncapi/BrokerItem/BrokerPanelItem.d.ts +5 -0
  569. package/lib/components/panels/asyncapi/BrokerItem/BrokerPanelItem.js +48 -0
  570. package/lib/components/panels/asyncapi/ChannelBindingItem/ChannelBindingItem.d.ts +5 -0
  571. package/lib/components/panels/asyncapi/ChannelBindingItem/ChannelBindingItem.js +32 -0
  572. package/lib/components/panels/asyncapi/MessageBindingItem/MessageBindingItem.d.ts +5 -0
  573. package/lib/components/panels/asyncapi/MessageBindingItem/MessageBindingItem.js +1 -0
  574. package/lib/components/panels/asyncapi/MessageReferencesItem/MessageReferencesItem.d.ts +5 -0
  575. package/lib/components/panels/asyncapi/MessageReferencesItem/MessageReferencesItem.js +42 -0
  576. package/lib/components/panels/asyncapi/OperationBindingItem/OperationBindingItem.d.ts +5 -0
  577. package/lib/components/panels/asyncapi/OperationBindingItem/OperationBindingItem.js +1 -0
  578. package/lib/components/panels/asyncapi/common/bindingPanel.d.ts +29 -0
  579. package/lib/components/panels/asyncapi/common/bindingPanel.js +48 -0
  580. package/lib/components/panels/shared-panel-styles.d.ts +8 -0
  581. package/lib/components/panels/shared-panel-styles.js +38 -0
  582. package/lib/components/panels/styled.d.ts +20 -0
  583. package/lib/components/panels/styled.js +28 -0
  584. package/lib/components/pluggable/RedocCodeSample.d.ts +12 -0
  585. package/lib/components/pluggable/RedocCodeSample.js +1 -0
  586. package/lib/components/pluggable/RedocExample.d.ts +8 -0
  587. package/lib/components/pluggable/RedocExample.js +7 -0
  588. package/lib/components/pluggable/RedocResponseSamples.d.ts +9 -0
  589. package/lib/components/pluggable/RedocResponseSamples.js +1 -0
  590. package/lib/components/pluggable/RedocSchema.d.ts +12 -0
  591. package/lib/components/pluggable/RedocSchema.js +1 -0
  592. package/lib/components/pluggable/index.d.ts +6 -0
  593. package/lib/components/pluggable/index.js +1 -0
  594. package/lib/constants/openapi.d.ts +30 -0
  595. package/lib/constants/openapi.js +1 -0
  596. package/lib/constants/rendering.d.ts +8 -0
  597. package/lib/constants/rendering.js +1 -0
  598. package/lib/contexts/markdownAdapter.d.ts +21 -0
  599. package/lib/contexts/markdownAdapter.js +1 -0
  600. package/lib/contexts/telemetry.d.ts +3 -0
  601. package/lib/contexts/telemetry.js +1 -0
  602. package/lib/empty-linkedom.d.ts +1 -0
  603. package/lib/empty-linkedom.js +1 -0
  604. package/lib/empty.d.ts +7 -0
  605. package/lib/empty.js +1 -0
  606. package/lib/events/codeSampleCopy.d.ts +2 -0
  607. package/lib/events/codeSampleCopy.js +1 -0
  608. package/lib/events/creator.d.ts +2 -0
  609. package/lib/events/creator.js +1 -0
  610. package/lib/events/index.d.ts +8 -0
  611. package/lib/events/index.js +1 -0
  612. package/lib/events/languageSwitch.d.ts +2 -0
  613. package/lib/events/languageSwitch.js +1 -0
  614. package/lib/events/panelToggle.d.ts +2 -0
  615. package/lib/events/panelToggle.js +1 -0
  616. package/lib/events/serverSwitch.d.ts +2 -0
  617. package/lib/events/serverSwitch.js +1 -0
  618. package/lib/events/tryItOpen.d.ts +2 -0
  619. package/lib/events/tryItOpen.js +1 -0
  620. package/lib/events/tryItSent.d.ts +2 -0
  621. package/lib/events/tryItSent.js +1 -0
  622. package/lib/events/types.d.ts +9 -0
  623. package/lib/events/types.js +1 -0
  624. package/lib/hoc/withItemId.d.ts +6 -0
  625. package/lib/hoc/withItemId.js +1 -0
  626. package/lib/hoc/withReplayPrefetch.d.ts +14 -0
  627. package/lib/hoc/withReplayPrefetch.js +1 -0
  628. package/lib/hoc/withRouter.d.ts +4 -0
  629. package/lib/hoc/withRouter.js +1 -0
  630. package/lib/hoc/withStoreProvider.d.ts +23 -0
  631. package/lib/hoc/withStoreProvider.js +1 -0
  632. package/lib/hooks/useApiDocsRoutes.d.ts +8 -0
  633. package/lib/hooks/useApiDocsRoutes.js +1 -0
  634. package/lib/hooks/useApiDocsScroll.d.ts +9 -0
  635. package/lib/hooks/useApiDocsScroll.js +1 -0
  636. package/lib/hooks/useBodyScrollLock.d.ts +1 -0
  637. package/lib/hooks/useBodyScrollLock.js +1 -0
  638. package/lib/hooks/useCodeHighlight.d.ts +28 -0
  639. package/lib/hooks/useCodeHighlight.js +1 -0
  640. package/lib/hooks/useCopyCodeTelemetry.d.ts +13 -0
  641. package/lib/hooks/useCopyCodeTelemetry.js +1 -0
  642. package/lib/hooks/useDeepLinkSection.d.ts +16 -0
  643. package/lib/hooks/useDeepLinkSection.js +1 -0
  644. package/lib/hooks/useExpandableSection.d.ts +4 -0
  645. package/lib/hooks/useExpandableSection.js +1 -0
  646. package/lib/hooks/useHashLinkRedirect.d.ts +4 -0
  647. package/lib/hooks/useHashLinkRedirect.js +1 -0
  648. package/lib/hooks/useIsExpanded.d.ts +1 -0
  649. package/lib/hooks/useIsExpanded.js +1 -0
  650. package/lib/hooks/useIsHydrated.d.ts +4 -0
  651. package/lib/hooks/useIsHydrated.js +1 -0
  652. package/lib/hooks/useLicense.d.ts +6 -0
  653. package/lib/hooks/useLicense.js +1 -0
  654. package/lib/hooks/useManualScrollAnchor.d.ts +19 -0
  655. package/lib/hooks/useManualScrollAnchor.js +1 -0
  656. package/lib/hooks/useModalDismiss.d.ts +2 -0
  657. package/lib/hooks/useModalDismiss.js +1 -0
  658. package/lib/hooks/useNormalizeUrl.d.ts +2 -0
  659. package/lib/hooks/useNormalizeUrl.js +1 -0
  660. package/lib/hooks/useRouterHashBridge.d.ts +21 -0
  661. package/lib/hooks/useRouterHashBridge.js +1 -0
  662. package/lib/hooks/useScrollSpyUrlSync.d.ts +3 -0
  663. package/lib/hooks/useScrollSpyUrlSync.js +1 -0
  664. package/lib/hooks/useTelemetry.d.ts +2 -0
  665. package/lib/hooks/useTelemetry.js +1 -0
  666. package/lib/hooks/useTelemetryPageMetrics.d.ts +12 -0
  667. package/lib/hooks/useTelemetryPageMetrics.js +1 -0
  668. package/lib/hooks/useTranslate.d.ts +5 -0
  669. package/lib/hooks/useTranslate.js +1 -0
  670. package/lib/hooks/useUrlHash.d.ts +7 -0
  671. package/lib/hooks/useUrlHash.js +1 -0
  672. package/lib/hooks/useUserScrollIntent.d.ts +18 -0
  673. package/lib/hooks/useUserScrollIntent.js +1 -0
  674. package/lib/hooks/useVisitedChannelsTracker.d.ts +6 -0
  675. package/lib/hooks/useVisitedChannelsTracker.js +1 -0
  676. package/lib/icons/CSharpIcon/CSharpIcon.d.ts +2 -0
  677. package/lib/icons/CSharpIcon/CSharpIcon.js +1 -0
  678. package/lib/icons/CSharpIcon/index.d.ts +1 -0
  679. package/lib/icons/CSharpIcon/index.js +1 -0
  680. package/lib/icons/CurlIcon/CurlIcon.d.ts +4 -0
  681. package/lib/icons/CurlIcon/CurlIcon.js +16 -0
  682. package/lib/icons/CurlIcon/index.d.ts +1 -0
  683. package/lib/icons/CurlIcon/index.js +1 -0
  684. package/lib/icons/DefaultMappingIcon/DefaultMappingIcon.d.ts +4 -0
  685. package/lib/icons/DefaultMappingIcon/DefaultMappingIcon.js +10 -0
  686. package/lib/icons/DefaultMappingIcon/index.d.ts +1 -0
  687. package/lib/icons/DefaultMappingIcon/index.js +1 -0
  688. package/lib/icons/GOIcon/GOIcon.d.ts +2 -0
  689. package/lib/icons/GOIcon/GOIcon.js +1 -0
  690. package/lib/icons/GOIcon/index.d.ts +1 -0
  691. package/lib/icons/GOIcon/index.js +1 -0
  692. package/lib/icons/JavaIcon/JavaIcon.d.ts +2 -0
  693. package/lib/icons/JavaIcon/JavaIcon.js +1 -0
  694. package/lib/icons/JavaIcon/index.d.ts +1 -0
  695. package/lib/icons/JavaIcon/index.js +1 -0
  696. package/lib/icons/JavaScriptIcon/JavaScriptIcon.d.ts +2 -0
  697. package/lib/icons/JavaScriptIcon/JavaScriptIcon.js +1 -0
  698. package/lib/icons/JavaScriptIcon/index.d.ts +1 -0
  699. package/lib/icons/JavaScriptIcon/index.js +1 -0
  700. package/lib/icons/ListIcon/ListIcon.d.ts +14 -0
  701. package/lib/icons/ListIcon/ListIcon.js +10 -0
  702. package/lib/icons/NodeJSIcon/NodeJSIcon.d.ts +2 -0
  703. package/lib/icons/NodeJSIcon/NodeJSIcon.js +1 -0
  704. package/lib/icons/NodeJSIcon/index.d.ts +1 -0
  705. package/lib/icons/NodeJSIcon/index.js +1 -0
  706. package/lib/icons/PHPIcon/PHPIcon.d.ts +2 -0
  707. package/lib/icons/PHPIcon/PHPIcon.js +1 -0
  708. package/lib/icons/PHPIcon/index.d.ts +1 -0
  709. package/lib/icons/PHPIcon/index.js +1 -0
  710. package/lib/icons/PayloadIcon/PayloadIcon.d.ts +2 -0
  711. package/lib/icons/PayloadIcon/PayloadIcon.js +1 -0
  712. package/lib/icons/PayloadIcon/index.d.ts +1 -0
  713. package/lib/icons/PayloadIcon/index.js +1 -0
  714. package/lib/icons/PlusCircleIcon/PlusCircleIcon.d.ts +7 -0
  715. package/lib/icons/PlusCircleIcon/PlusCircleIcon.js +10 -0
  716. package/lib/icons/PythonIcon/PythonIcon.d.ts +2 -0
  717. package/lib/icons/PythonIcon/PythonIcon.js +1 -0
  718. package/lib/icons/PythonIcon/index.d.ts +1 -0
  719. package/lib/icons/PythonIcon/index.js +1 -0
  720. package/lib/icons/RIcon/RIcon.d.ts +2 -0
  721. package/lib/icons/RIcon/RIcon.js +1 -0
  722. package/lib/icons/RIcon/index.d.ts +1 -0
  723. package/lib/icons/RIcon/index.js +1 -0
  724. package/lib/icons/RubyIcon/RubyIcon.d.ts +2 -0
  725. package/lib/icons/RubyIcon/RubyIcon.js +1 -0
  726. package/lib/icons/RubyIcon/index.d.ts +1 -0
  727. package/lib/icons/RubyIcon/index.js +1 -0
  728. package/lib/index.d.ts +60 -0
  729. package/lib/index.js +1 -0
  730. package/lib/jotai/app.d.ts +76 -0
  731. package/lib/jotai/app.js +1 -0
  732. package/lib/jotai/examples.d.ts +5 -0
  733. package/lib/jotai/examples.js +1 -0
  734. package/lib/jotai/graphql.d.ts +10 -0
  735. package/lib/jotai/graphql.js +1 -0
  736. package/lib/jotai/itemStore.d.ts +49 -0
  737. package/lib/jotai/itemStore.js +1 -0
  738. package/lib/jotai/routes.d.ts +4 -0
  739. package/lib/jotai/routes.js +1 -0
  740. package/lib/jotai/schema.d.ts +3 -0
  741. package/lib/jotai/schema.js +1 -0
  742. package/lib/jotai/store.d.ts +25 -0
  743. package/lib/jotai/store.js +1 -0
  744. package/lib/options/constants.d.ts +16 -0
  745. package/lib/options/constants.js +1 -0
  746. package/lib/options/helpers.d.ts +26 -0
  747. package/lib/options/helpers.js +1 -0
  748. package/lib/options/normalizeOptions.d.ts +2 -0
  749. package/lib/options/normalizeOptions.js +1 -0
  750. package/lib/pages/EntryPage.d.ts +25 -0
  751. package/lib/pages/EntryPage.js +5 -0
  752. package/lib/pages/GroupPage.d.ts +1 -0
  753. package/lib/pages/GroupPage.js +47 -0
  754. package/lib/pages/ItemPage.d.ts +1 -0
  755. package/lib/pages/ItemPage.js +26 -0
  756. package/lib/pages/NotFoundPage.d.ts +6 -0
  757. package/lib/pages/NotFoundPage.js +1 -0
  758. package/lib/pages/OverviewPage.d.ts +1 -0
  759. package/lib/pages/OverviewPage.js +11 -0
  760. package/lib/pages/TopLevelEntryView.d.ts +17 -0
  761. package/lib/pages/TopLevelEntryView.js +1 -0
  762. package/lib/services/code-samples/builder.d.ts +38 -0
  763. package/lib/services/code-samples/builder.js +1 -0
  764. package/lib/services/code-samples/constants/try-it-loading-state.d.ts +6 -0
  765. package/lib/services/code-samples/constants/try-it-loading-state.js +1 -0
  766. package/lib/services/code-samples/convertSampleToString.d.ts +3 -0
  767. package/lib/services/code-samples/convertSampleToString.js +17 -0
  768. package/lib/services/code-samples/discriminator.d.ts +39 -0
  769. package/lib/services/code-samples/discriminator.js +1 -0
  770. package/lib/services/code-samples/example-key.d.ts +25 -0
  771. package/lib/services/code-samples/example-key.js +1 -0
  772. package/lib/services/code-samples/generators/csharp-newtonsoft.d.ts +9 -0
  773. package/lib/services/code-samples/generators/csharp-newtonsoft.js +2 -0
  774. package/lib/services/code-samples/generators/csharp.d.ts +9 -0
  775. package/lib/services/code-samples/generators/csharp.js +2 -0
  776. package/lib/services/code-samples/generators/curl.d.ts +8 -0
  777. package/lib/services/code-samples/generators/curl.js +7 -0
  778. package/lib/services/code-samples/generators/go.d.ts +13 -0
  779. package/lib/services/code-samples/generators/go.js +3 -0
  780. package/lib/services/code-samples/generators/helpers/code-builder.d.ts +56 -0
  781. package/lib/services/code-samples/generators/helpers/code-builder.js +3 -0
  782. package/lib/services/code-samples/generators/helpers/mime.d.ts +1 -0
  783. package/lib/services/code-samples/generators/helpers/mime.js +1 -0
  784. package/lib/services/code-samples/generators/helpers/oauth2-snippets.d.ts +21 -0
  785. package/lib/services/code-samples/generators/helpers/oauth2-snippets.js +1 -0
  786. package/lib/services/code-samples/generators/helpers/php-array.d.ts +6 -0
  787. package/lib/services/code-samples/generators/helpers/php-array.js +5 -0
  788. package/lib/services/code-samples/generators/helpers/r-utils.d.ts +7 -0
  789. package/lib/services/code-samples/generators/helpers/r-utils.js +6 -0
  790. package/lib/services/code-samples/generators/helpers/shell.d.ts +8 -0
  791. package/lib/services/code-samples/generators/helpers/shell.js +1 -0
  792. package/lib/services/code-samples/generators/helpers/string-utils.d.ts +4 -0
  793. package/lib/services/code-samples/generators/helpers/string-utils.js +1 -0
  794. package/lib/services/code-samples/generators/helpers/stringify-js.d.ts +11 -0
  795. package/lib/services/code-samples/generators/helpers/stringify-js.js +8 -0
  796. package/lib/services/code-samples/generators/helpers/sub-request.d.ts +2 -0
  797. package/lib/services/code-samples/generators/helpers/sub-request.js +1 -0
  798. package/lib/services/code-samples/generators/helpers/url-helpers.d.ts +17 -0
  799. package/lib/services/code-samples/generators/helpers/url-helpers.js +2 -0
  800. package/lib/services/code-samples/generators/index.d.ts +16 -0
  801. package/lib/services/code-samples/generators/index.js +1 -0
  802. package/lib/services/code-samples/generators/java.d.ts +9 -0
  803. package/lib/services/code-samples/generators/java.js +3 -0
  804. package/lib/services/code-samples/generators/java8.d.ts +9 -0
  805. package/lib/services/code-samples/generators/java8.js +2 -0
  806. package/lib/services/code-samples/generators/javascript.d.ts +9 -0
  807. package/lib/services/code-samples/generators/javascript.js +1 -0
  808. package/lib/services/code-samples/generators/node.d.ts +10 -0
  809. package/lib/services/code-samples/generators/node.js +1 -0
  810. package/lib/services/code-samples/generators/php.d.ts +13 -0
  811. package/lib/services/code-samples/generators/php.js +6 -0
  812. package/lib/services/code-samples/generators/python.d.ts +3 -0
  813. package/lib/services/code-samples/generators/python.js +9 -0
  814. package/lib/services/code-samples/generators/r.d.ts +10 -0
  815. package/lib/services/code-samples/generators/r.js +7 -0
  816. package/lib/services/code-samples/generators/ruby.d.ts +10 -0
  817. package/lib/services/code-samples/generators/ruby.js +1 -0
  818. package/lib/services/code-samples/generators/types.d.ts +6 -0
  819. package/lib/services/code-samples/generators/types.js +0 -0
  820. package/lib/services/code-samples/har.d.ts +45 -0
  821. package/lib/services/code-samples/har.js +0 -0
  822. package/lib/services/code-samples/index.d.ts +8 -0
  823. package/lib/services/code-samples/index.js +1 -0
  824. package/lib/services/code-samples/replay/embedded-replay-converter.d.ts +6 -0
  825. package/lib/services/code-samples/replay/embedded-replay-converter.js +1 -0
  826. package/lib/services/code-samples/replay/from-openapi-document.d.ts +12 -0
  827. package/lib/services/code-samples/replay/from-openapi-document.js +1 -0
  828. package/lib/services/code-samples/replay/har-to-code-sample-har.d.ts +41 -0
  829. package/lib/services/code-samples/replay/har-to-code-sample-har.js +1 -0
  830. package/lib/services/code-samples/replay/index.d.ts +8 -0
  831. package/lib/services/code-samples/replay/index.js +1 -0
  832. package/lib/services/code-samples/replay/map-servers.d.ts +19 -0
  833. package/lib/services/code-samples/replay/map-servers.js +1 -0
  834. package/lib/services/code-samples/replay/merge-configure-into-source.d.ts +17 -0
  835. package/lib/services/code-samples/replay/merge-configure-into-source.js +1 -0
  836. package/lib/services/code-samples/replay/normalize-servers.d.ts +3 -0
  837. package/lib/services/code-samples/replay/normalize-servers.js +1 -0
  838. package/lib/services/code-samples/replay/overlay-converter.d.ts +15 -0
  839. package/lib/services/code-samples/replay/overlay-converter.js +1 -0
  840. package/lib/services/code-samples/replay/replay-adapter.d.ts +5 -0
  841. package/lib/services/code-samples/replay/replay-adapter.js +1 -0
  842. package/lib/services/code-samples/replay/replay-handler.d.ts +5 -0
  843. package/lib/services/code-samples/replay/replay-handler.js +1 -0
  844. package/lib/services/code-samples/replay/replay-predefined-env.d.ts +4 -0
  845. package/lib/services/code-samples/replay/replay-predefined-env.js +1 -0
  846. package/lib/services/code-samples/replay/replay-types.d.ts +75 -0
  847. package/lib/services/code-samples/replay/replay-types.js +0 -0
  848. package/lib/services/code-samples/resolvers.d.ts +5 -0
  849. package/lib/services/code-samples/resolvers.js +1 -0
  850. package/lib/services/code-samples/sample-har.d.ts +41 -0
  851. package/lib/services/code-samples/sample-har.js +0 -0
  852. package/lib/services/code-samples/server-variables.d.ts +11 -0
  853. package/lib/services/code-samples/server-variables.js +1 -0
  854. package/lib/services/code-samples/source.d.ts +107 -0
  855. package/lib/services/code-samples/source.js +0 -0
  856. package/lib/services/code-samples/use-resolvers.d.ts +2 -0
  857. package/lib/services/code-samples/use-resolvers.js +1 -0
  858. package/lib/services/code-samples/utils/map-request-values.d.ts +6 -0
  859. package/lib/services/code-samples/utils/map-request-values.js +1 -0
  860. package/lib/services/license/check.d.ts +14 -0
  861. package/lib/services/license/check.js +1 -0
  862. package/lib/services/operation-samples/index.d.ts +14 -0
  863. package/lib/services/operation-samples/index.js +2 -0
  864. package/lib/services/operation-samples/types.d.ts +37 -0
  865. package/lib/services/operation-samples/types.js +0 -0
  866. package/lib/services/schema/dialects/graphqlSchema.d.ts +1 -0
  867. package/lib/services/schema/dialects/graphqlSchema.js +1 -0
  868. package/lib/services/schema/dialects/jsonSchema.d.ts +3 -0
  869. package/lib/services/schema/dialects/jsonSchema.js +1 -0
  870. package/lib/services/schema/index.d.ts +1 -0
  871. package/lib/services/schema/index.js +1 -0
  872. package/lib/services/schema/propertyBuilder.d.ts +32 -0
  873. package/lib/services/schema/propertyBuilder.js +1 -0
  874. package/lib/services/schema/propertyTreeBuilder.d.ts +21 -0
  875. package/lib/services/schema/propertyTreeBuilder.js +1 -0
  876. package/lib/services/schema/schemaProcessor.d.ts +2 -0
  877. package/lib/services/schema/schemaProcessor.js +1 -0
  878. package/lib/services/schema/variant-label.d.ts +6 -0
  879. package/lib/services/schema/variant-label.js +1 -0
  880. package/lib/telemetry/RedocTelemetry.d.ts +15 -0
  881. package/lib/telemetry/RedocTelemetry.js +1 -0
  882. package/lib/types/asyncapi.d.ts +367 -0
  883. package/lib/types/asyncapi.js +1 -0
  884. package/lib/types/common.d.ts +168 -0
  885. package/lib/types/common.js +1 -0
  886. package/lib/types/content.d.ts +535 -0
  887. package/lib/types/content.js +0 -0
  888. package/lib/types/events.d.ts +75 -0
  889. package/lib/types/events.js +0 -0
  890. package/lib/types/graphql-store.d.ts +60 -0
  891. package/lib/types/graphql-store.js +1 -0
  892. package/lib/types/graphql.d.ts +54 -0
  893. package/lib/types/graphql.js +0 -0
  894. package/lib/types/index.d.ts +10 -0
  895. package/lib/types/index.js +1 -0
  896. package/lib/types/openapi.d.ts +586 -0
  897. package/lib/types/openapi.js +1 -0
  898. package/lib/types/options.d.ts +260 -0
  899. package/lib/types/options.js +0 -0
  900. package/lib/types/pluggable.d.ts +4 -0
  901. package/lib/types/pluggable.js +0 -0
  902. package/lib/types/schema.d.ts +155 -0
  903. package/lib/types/schema.js +1 -0
  904. package/lib/types/store.d.ts +182 -0
  905. package/lib/types/store.js +0 -0
  906. package/lib/utils/calculateMaxLength.d.ts +6 -0
  907. package/lib/utils/calculateMaxLength.js +1 -0
  908. package/lib/utils/compose.d.ts +7 -0
  909. package/lib/utils/compose.js +1 -0
  910. package/lib/utils/cookies.d.ts +7 -0
  911. package/lib/utils/cookies.js +1 -0
  912. package/lib/utils/deep-link.d.ts +146 -0
  913. package/lib/utils/deep-link.js +1 -0
  914. package/lib/utils/environments.d.ts +6 -0
  915. package/lib/utils/environments.js +1 -0
  916. package/lib/utils/expansion.d.ts +3 -0
  917. package/lib/utils/expansion.js +1 -0
  918. package/lib/utils/extract-extensions.d.ts +4 -0
  919. package/lib/utils/extract-extensions.js +1 -0
  920. package/lib/utils/fetch-openapi-definition.d.ts +6 -0
  921. package/lib/utils/fetch-openapi-definition.js +1 -0
  922. package/lib/utils/form-urlencoded.d.ts +6 -0
  923. package/lib/utils/form-urlencoded.js +1 -0
  924. package/lib/utils/graphql-directive-utils.d.ts +6 -0
  925. package/lib/utils/graphql-directive-utils.js +3 -0
  926. package/lib/utils/graphql-reference-map.d.ts +3 -0
  927. package/lib/utils/graphql-reference-map.js +1 -0
  928. package/lib/utils/graphql-samples.d.ts +25 -0
  929. package/lib/utils/graphql-samples.js +17 -0
  930. package/lib/utils/graphql-scopes.d.ts +6 -0
  931. package/lib/utils/graphql-scopes.js +1 -0
  932. package/lib/utils/graphql-type-expansion.d.ts +5 -0
  933. package/lib/utils/graphql-type-expansion.js +1 -0
  934. package/lib/utils/http-methods.d.ts +8 -0
  935. package/lib/utils/http-methods.js +1 -0
  936. package/lib/utils/languages.d.ts +18 -0
  937. package/lib/utils/languages.js +1 -0
  938. package/lib/utils/loadAndBundleSpec.d.ts +4 -0
  939. package/lib/utils/loadAndBundleSpec.js +1 -0
  940. package/lib/utils/logo.d.ts +8 -0
  941. package/lib/utils/logo.js +1 -0
  942. package/lib/utils/media-type.d.ts +7 -0
  943. package/lib/utils/media-type.js +1 -0
  944. package/lib/utils/multipart.d.ts +7 -0
  945. package/lib/utils/multipart.js +1 -0
  946. package/lib/utils/refPointer.d.ts +2 -0
  947. package/lib/utils/refPointer.js +1 -0
  948. package/lib/utils/resolveText.d.ts +2 -0
  949. package/lib/utils/resolveText.js +1 -0
  950. package/lib/utils/routing.d.ts +49 -0
  951. package/lib/utils/routing.js +1 -0
  952. package/lib/utils/scroll-anchoring.d.ts +3 -0
  953. package/lib/utils/scroll-anchoring.js +1 -0
  954. package/lib/utils/security-scope.d.ts +3 -0
  955. package/lib/utils/security-scope.js +1 -0
  956. package/lib/utils/serialize-parameter.d.ts +8 -0
  957. package/lib/utils/serialize-parameter.js +1 -0
  958. package/lib/utils/serialize-querystring.d.ts +6 -0
  959. package/lib/utils/serialize-querystring.js +1 -0
  960. package/lib/utils/session-storage.d.ts +2 -0
  961. package/lib/utils/session-storage.js +1 -0
  962. package/lib/utils/split-badges-by-position.d.ts +5 -0
  963. package/lib/utils/split-badges-by-position.js +1 -0
  964. package/lib/utils/status-code.d.ts +1 -0
  965. package/lib/utils/status-code.js +1 -0
  966. package/lib/utils/string.d.ts +18 -0
  967. package/lib/utils/string.js +1 -0
  968. package/lib/utils/telemetry.d.ts +1 -0
  969. package/lib/utils/telemetry.js +1 -0
  970. package/lib/utils/url.d.ts +9 -0
  971. package/lib/utils/url.js +1 -0
  972. package/lib/utils/xml.d.ts +1 -0
  973. package/lib/utils/xml.js +1 -0
  974. package/package.json +97 -0
@@ -0,0 +1 @@
1
+ import{createTrackingEvent as r}from"./creator.js";import{AnalyticsEvent as a}from"./types.js";const c=r(a.TargetServerSwitched),n=({operation:e,serverUrl:t})=>c({resource:"Redocly_CodeSample",action:"TargetServerSwitched",operationId:e.id,operationPath:e.path,operationHttpVerb:e.httpVerb,operationSummary:e.name,serverUrl:t});export{n as createTargetServerSwitchEvent};
@@ -0,0 +1,2 @@
1
+ import type { TryItOpenedEvent, TryItOpenProps } from '../types/events.js';
2
+ export declare const createTryItOpenEvent: ({ operation }: TryItOpenProps) => TryItOpenedEvent;
@@ -0,0 +1 @@
1
+ import{createTrackingEvent as e}from"./creator.js";import{AnalyticsEvent as r}from"./types.js";const n=e(r.TryItOpen),a=({operation:t})=>n({resource:"Redocly_OperationTryIt",action:"Opened",operationId:t.id,operationPath:t.path,operationHttpVerb:t.httpVerb,operationSummary:t.name});export{a as createTryItOpenEvent};
@@ -0,0 +1,2 @@
1
+ import type { TryItSentEvent, TryItSentProps } from '../types/events.js';
2
+ export declare const createTryItSentEvent: ({ operation, isSuccess }: TryItSentProps) => TryItSentEvent;
@@ -0,0 +1 @@
1
+ import{createTrackingEvent as r}from"./creator.js";import{AnalyticsEvent as n}from"./types.js";const a=r(n.TryItSent),c=({operation:t,isSuccess:e})=>a({resource:"Redocly_OperationTryIt",action:e?"Sent":"ValidationFailed",operationId:t.id,operationPath:t.path,operationHttpVerb:t.httpVerb,operationSummary:t.name});export{c as createTryItSentEvent};
@@ -0,0 +1,9 @@
1
+ export declare const AnalyticsEvent: {
2
+ readonly CodeSampleLanguageSwitched: 'CodeSampleLanguageSwitched';
3
+ readonly CodeSampleCopied: 'CodeSampleCopied';
4
+ readonly OperationServerExpanded: 'OperationServerExpanded';
5
+ readonly PanelToggle: 'PanelToggle';
6
+ readonly TargetServerSwitched: 'TargetServerSwitched';
7
+ readonly TryItOpen: 'TryItOpen';
8
+ readonly TryItSent: 'TryItSent';
9
+ };
@@ -0,0 +1 @@
1
+ const e={CodeSampleLanguageSwitched:"CodeSampleLanguageSwitched",CodeSampleCopied:"CodeSampleCopied",OperationServerExpanded:"OperationServerExpanded",PanelToggle:"PanelToggle",TargetServerSwitched:"TargetServerSwitched",TryItOpen:"TryItOpen",TryItSent:"TryItSent"};export{e as AnalyticsEvent};
@@ -0,0 +1,6 @@
1
+ import type { ComponentType, FC } from 'react';
2
+ type WithItemIdProps = {
3
+ itemPath: string;
4
+ };
5
+ export declare function withItemId<P extends WithItemIdProps>(WrappedComponent: ComponentType<P>): FC<P>;
6
+ export {};
@@ -0,0 +1 @@
1
+ import{jsx as i}from"react/jsx-runtime";import{useContext as n}from"react";import{ItemIdContext as r}from"../hooks/useDeepLinkSection.js";function o(t){function m(e){return n(r)===e.itemPath?i(t,{...e}):i(r.Provider,{value:e.itemPath,children:i(t,{...e})})}return m.displayName=`WithItemId(${I(t)})`,m}function I(t){return t.displayName||t.name||"Component"}export{o as withItemId};
@@ -0,0 +1,14 @@
1
+ import type { ComponentType, FC } from 'react';
2
+ import type { OpenAPIDefinition } from '../types/openapi.js';
3
+ /**
4
+ * Read the prefetched OpenAPI definition that `withReplayPrefetch` writes
5
+ * into `globalStoreAtom.replayDefinition`. The signature is preserved so
6
+ * existing consumers (Replay.tsx, CodeSampleItem.tsx) need no changes.
7
+ */
8
+ export declare function useOpenApiDefinition(): OpenAPIDefinition | null;
9
+ export type WithReplayPrefetchOptions = {
10
+ respectHideReplay?: boolean;
11
+ };
12
+ export declare const REPLAY_PREFETCH_GRACE_MS = 2000;
13
+ export declare const REPLAY_PREFETCH_IDLE_TIMEOUT_MS = 5000;
14
+ export declare function withReplayPrefetch<P extends object>(WrappedComponent: ComponentType<P>, prefetchOptions?: WithReplayPrefetchOptions): FC<P>;
@@ -0,0 +1 @@
1
+ import{jsx as h}from"react/jsx-runtime";import{memo as y,useEffect as R}from"react";import{useAtomValue as u,useSetAtom as E}from"jotai";import{globalOptionsAtom as A,replayDefinitionAtom as I,setReplayDefinitionAtom as D}from"../jotai/store.js";import{fetchOpenApiDefinitionCached as P,pickReplayDefinitionDownloadUrl as _}from"../utils/fetch-openapi-definition.js";function S(){return u(I)}const w=2e3,C=5e3;function p(e){let t=!1,o;const n=()=>{t||e()},i=setTimeout(()=>{t||(typeof requestIdleCallback=="function"?o=requestIdleCallback(n,{timeout:C}):n())},w);return()=>{t=!0,clearTimeout(i),o!==void 0&&typeof cancelIdleCallback=="function"&&cancelIdleCallback(o)}}function v(e,t={}){const{respectHideReplay:o=!1}=t,n=y(i=>{const c=u(A),r=E(D),l=_(c.downloadUrls),m=c.hideReplay,a=o&&m;return R(()=>{if(!l||a)return;const s=()=>{P(l).then(r).catch(()=>{})};if(document.readyState==="complete")return p(s);let f;const d=()=>{f=p(s)};return window.addEventListener("load",d,{once:!0}),()=>{window.removeEventListener("load",d),f?.()}},[l,a,r]),h(e,{...i})});return n.displayName=`WithReplayPrefetch(${e.displayName||e.name||"Component"})`,n}export{w as REPLAY_PREFETCH_GRACE_MS,C as REPLAY_PREFETCH_IDLE_TIMEOUT_MS,S as useOpenApiDefinition,v as withReplayPrefetch};
@@ -0,0 +1,4 @@
1
+ import type { ComponentType, FC } from 'react';
2
+ export declare function withRouter<P extends {
3
+ basePath: string;
4
+ }>(WrappedComponent: ComponentType<P>): FC<P>;
@@ -0,0 +1 @@
1
+ import{jsx as r}from"react/jsx-runtime";import{memo as i}from"react";import{BrowserRouter as u,useInRouterContext as s}from"react-router-dom";function a(t){const e=i(o=>s()?r(t,{...o}):r(u,{children:r(t,{...o})}));return e.displayName=`WithRouter(${n(t)})`,e}function n(t){return t.displayName||t.name||"RedoclyApiDocs"}export{a as withRouter};
@@ -0,0 +1,23 @@
1
+ import { LayoutVariant } from '@redocly/config';
2
+ import type { PropsWithChildren, ReactElement } from 'react';
3
+ import type { ComponentType, FC } from 'react';
4
+ import type { ApiItem, ApiStore } from '../types/store.js';
5
+ import type { RawApiDocsOptions } from '../types/options.js';
6
+ import type { OpenAPIDefinition } from '../types/openapi.js';
7
+ type WithStoreProviderProps = {
8
+ items: ApiItem[];
9
+ store: ApiStore;
10
+ options: RawApiDocsOptions;
11
+ layout?: LayoutVariant;
12
+ basePath?: string;
13
+ };
14
+ export type StoreProviderProps = {
15
+ options?: RawApiDocsOptions;
16
+ /** Pre-built store (e.g. from server-side `buildItems`). Preferred path — no client-side indexing. */
17
+ apiStore?: ApiStore;
18
+ /** Raw OpenAPI definition to index client-side. Used by json-schema tag which constructs a synthetic definition. */
19
+ definition?: OpenAPIDefinition;
20
+ };
21
+ export declare function withStoreProvider<P extends WithStoreProviderProps>(WrappedComponent: ComponentType<P>): FC<P>;
22
+ export declare const StoreProvider: import("react").MemoExoticComponent<({ children, definition, apiStore: apiStoreProp, options: rawOptions, }: PropsWithChildren<StoreProviderProps>) => ReactElement>;
23
+ export {};
@@ -0,0 +1 @@
1
+ import{jsx as p}from"react/jsx-runtime";import{memo as x,useMemo as h,useEffect as L}from"react";import{createStore as A,Provider as E,useStore as j,getDefaultStore as N}from"jotai";import{LayoutVariant as _}from"@redocly/config";import{createStoreContext as k,toRecord as M}from"../adapters/helpers.js";import{populateOpenApiStore as T}from"../adapters/openapi/store.js";import{DEFAULT_MAX_DISPLAYED_ENUM_VALUES as F}from"../options/constants.js";import{normalizeOptions as U}from"../options/normalizeOptions.js";import{globalStoreAtom as d}from"../jotai/store.js";import{appStore as O,environmentAtom as V,layoutAtom as v,userClaimsAtom as y}from"../jotai/app.js";import{buildServerEnvValues as w}from"../services/code-samples/replay/replay-predefined-env.js";const z={ignoreNamedSchemas:["java.io.ObjectStreamField"],maxDisplayedEnumValues:F};function P(e,n){const t={...z,...e,basePath:n};return U(t)}const C=new WeakSet;function g(e){C.has(e)||(C.add(e),e.sub(O,()=>{}))}function b(e,n){if(!n?.servers?.length)return;g(e);const t=w(n.servers),i=e.get(O).environments??{},m={};for(const[s,a]of Object.entries(t)){const c=i[s],r=c?Object.fromEntries(Object.entries(a).filter(([o])=>!(o in c))):a;Object.keys(r).length>0&&(m[s]=r)}Object.keys(m).length!==0&&e.set(V,{environments:m})}function Z(e){const n=x(t=>{const{items:i,options:m,store:s,layout:a,basePath:c=""}=t,r=j(),o=r!==N()?r:void 0,u=h(()=>P(m,c),[m,c]),S=a??u.layout;L(()=>{if(o){const f=o.get(d);b(o,s??f.store),o.set(v,S),o.set(y,u.userClaims??{}),o.set(d,{items:i,store:s??f.store,options:u,replayDefinition:f.replayDefinition})}},[S,u,o,i,s]);const D=h(()=>{if(o)return null;const f={items:i,store:s,options:u,replayDefinition:null},l=A();return l.set(d,f),g(l),l.set(v,S),u.userClaims&&l.set(y,u.userClaims),b(l,s),l},[o,i,s,u,S]);return o||!D?p(e,{...t}):p(E,{store:D,children:p(e,{...t})})});return n.displayName=`WithStoreProvider(${I(e)})`,n}function I(e){return e.displayName||e.name||"Component"}function q(e,n){const t=k(M(e));return T(e,t,n),{schemaStore:t.schemaStore,exampleStore:t.exampleStore,securitySchemeStore:t.securitySchemeStore,mcp:t.document["x-mcp"],schemaCatalogLink:t.document["x-schema-catalog-link"]}}const ee=x(function({children:n,definition:t,apiStore:i,options:m}){const s=h(()=>{const a=P({specType:"openapi",...m},m?.basePath??"");let c;if(i)c=i;else if(t)c=q(t,a);else throw new Error("StoreProvider requires either apiStore or definition");const r=A();return r.set(d,{items:[],store:c,options:a,replayDefinition:null}),g(r),r.set(v,_.STACKED),a.userClaims&&r.set(y,a.userClaims),b(r,c),r},[i,t,m]);return p(E,{store:s,children:n})});export{ee as StoreProvider,Z as withStoreProvider};
@@ -0,0 +1,8 @@
1
+ import type { ApiItem } from '../types/store.js';
2
+ import type { RouteItem, RouteIndex } from '../utils/routing.js';
3
+ type UseApiDocsRoutesResult = {
4
+ routes: RouteItem[];
5
+ routeIndex: RouteIndex;
6
+ };
7
+ export declare function useApiDocsRoutes(apiItems: ApiItem[], basePath?: string): UseApiDocsRoutesResult;
8
+ export {};
@@ -0,0 +1 @@
1
+ import{useSetAtom as i}from"jotai";import{useEffect as l,useMemo as d}from"react";import{routeIndexAtom as f}from"../jotai/routes.js";import{buildRouteIndex as x,collectRoutesRecursively as p}from"../utils/routing.js";function A(o,r="/"){const s=i(f),{routes:c,routeIndex:t}=d(()=>{const e=[],u=[],n=[];p({apiItems:o,allRoutes:e,tagsWithItems:u,parentTag:null,allTagsWithItems:n});const m=x(e,u,r,n);return{routes:e,routeIndex:m}},[o,r]);return l(()=>{s(t)},[t,s]),{routes:c,routeIndex:t}}export{A as useApiDocsRoutes};
@@ -0,0 +1,9 @@
1
+ import type { RouteIndex, RouteItem } from '../utils/routing.js';
2
+ type UseApiDocsScrollOptions = {
3
+ activeRoute: RouteItem | undefined;
4
+ routeIndex: RouteIndex;
5
+ basePath: string;
6
+ isHydrated?: boolean;
7
+ };
8
+ export declare function useApiDocsScroll({ activeRoute, routeIndex, basePath, isHydrated, }: UseApiDocsScrollOptions): void;
9
+ export {};
@@ -0,0 +1 @@
1
+ import{useEffect as R,useLayoutEffect as h}from"react";import{useLocation as T,useNavigate as w}from"react-router-dom";import{IS_BROWSER as p}from"@redocly/theme/core/openapi";import{SECTION_ATTR as y}from"../constants/openapi.js";import{hashToElementId as v,resolveLegacyHashToRoute as S,stripArrayMarkers as L}from"../utils/deep-link.js";import{USER_SCROLL_INTENT_EVENTS as H,WHEEL_INTENT_THRESHOLD_PX as _,createScrollIntentTracker as b}from"./useUserScrollIntent.js";function $({activeRoute:t,routeIndex:e,basePath:o,isHydrated:i}){const c=T(),u=w(),s=t?.path;R(()=>{if(!p||!("scrollRestoration"in window.history))return;const r=window.history.scrollRestoration;return window.history.scrollRestoration="manual",()=>{window.history.scrollRestoration=r}},[]),h(()=>{if(!p)return;const{hash:r}=c,l=r?v(r):"";if(l&&!g(l)){const f=S(r,o,e);if(f&&f!==c.pathname){u(f,{replace:!0});return}}if(!(!l&&!s))return A(I(l,s))},[c,s,i,u,o,e])}function I(t,e){if(!t)return()=>m(e);let o=!1;return()=>{const i=g(t);return i?(o=!0,i):o?null:m(e)}}const N=_;function A(t){let e=t();if(e?.scrollIntoView({block:"start"}),typeof ResizeObserver>"u")return()=>{};const o=document.documentElement,i=new AbortController;let c=e?e.getBoundingClientRect().top:0,u=o.scrollHeight;function s(n){e=n,n.scrollIntoView({block:"start"}),c=n.getBoundingClientRect().top,u=o.scrollHeight}const r=new ResizeObserver(()=>{const n=t();n&&s(n)});r.observe(document.body);function l(){e&&(Math.abs(e.getBoundingClientRect().top-c)<=N||(o.scrollHeight===u?a():s(e)))}const f=b();function E(n){f(n)&&a()}function a(){r.disconnect(),i.abort()}const d={capture:!0,passive:!0,signal:i.signal};window.addEventListener("scroll",l,d);for(const n of H)window.addEventListener(n,E,d);return a}function g(t){return t?document.getElementById(t)||C(t)||document.getElementById(t.split("&")[0]):null}function C(t){if(t.includes("[]"))return null;for(const e of document.querySelectorAll('[id*="[]"]'))if(L(e.id)===t)return e;return null}function m(t){if(!t)return null;const e=t.replace(/["\\]/g,"\\$&");return document.querySelector(`[${y}="${e}"]`)}export{$ as useApiDocsScroll};
@@ -0,0 +1 @@
1
+ export declare function useBodyScrollLock(locked: boolean): void;
@@ -0,0 +1 @@
1
+ import{useEffect as d}from"react";function r(o){d(()=>{if(!o)return;const{body:t}=document,e=window.innerWidth-document.documentElement.clientWidth,i=t.style.overflow,n=t.style.paddingRight;return t.style.overflow="hidden",e>0&&(t.style.paddingRight=`${e}px`),()=>{t.style.overflow=i,t.style.paddingRight=n}},[o])}export{r as useBodyScrollLock};
@@ -0,0 +1,28 @@
1
+ import 'prismjs/components/prism-clike.js';
2
+ import 'prismjs/components/prism-markup.js';
3
+ import 'prismjs/components/prism-markup-templating.js';
4
+ import 'prismjs/components/prism-bash.js';
5
+ import 'prismjs/components/prism-http.js';
6
+ import 'prismjs/components/prism-lua.js';
7
+ import 'prismjs/components/prism-perl.js';
8
+ import 'prismjs/components/prism-python.js';
9
+ import 'prismjs/components/prism-q.js';
10
+ import 'prismjs/components/prism-sql.js';
11
+ import 'prismjs/components/prism-swift.js';
12
+ import 'prismjs/components/prism-yaml.js';
13
+ import 'prismjs/components/prism-csv.js';
14
+ import 'prismjs/components/prism-c.js';
15
+ import 'prismjs/components/prism-csharp.js';
16
+ import 'prismjs/components/prism-go.js';
17
+ import 'prismjs/components/prism-java.js';
18
+ import 'prismjs/components/prism-javascript.js';
19
+ import 'prismjs/components/prism-ruby.js';
20
+ import 'prismjs/components/prism-cpp.js';
21
+ import 'prismjs/components/prism-objectivec.js';
22
+ import 'prismjs/components/prism-scala.js';
23
+ import 'prismjs/components/prism-coffeescript.js';
24
+ import 'prismjs/components/prism-php.js';
25
+ /** Map language names to Prism.js names. */
26
+ export declare function mapLang(lang: string): string;
27
+ /** Highlight source code string using Prism.js and return HTML. */
28
+ export declare function useCodeHighlight(source: string | number | boolean, lang?: string): string;
@@ -0,0 +1 @@
1
+ import o from"prismjs";import"prismjs/components/prism-clike.js";import"prismjs/components/prism-markup.js";import"prismjs/components/prism-markup-templating.js";import"prismjs/components/prism-bash.js";import"prismjs/components/prism-http.js";import"prismjs/components/prism-lua.js";import"prismjs/components/prism-perl.js";import"prismjs/components/prism-python.js";import"prismjs/components/prism-q.js";import"prismjs/components/prism-sql.js";import"prismjs/components/prism-swift.js";import"prismjs/components/prism-yaml.js";import"prismjs/components/prism-csv.js";import"prismjs/components/prism-c.js";import"prismjs/components/prism-csharp.js";import"prismjs/components/prism-go.js";import"prismjs/components/prism-java.js";import"prismjs/components/prism-javascript.js";import"prismjs/components/prism-ruby.js";import"prismjs/components/prism-cpp.js";import"prismjs/components/prism-objectivec.js";import"prismjs/components/prism-scala.js";import"prismjs/components/prism-coffeescript.js";import"prismjs/components/prism-php.js";import{normalizeLanguageForHighlight as g}from"../utils/media-type.js";const a="clike",r=o.default??o;let n=!1;function l(){n||!r?.languages||(n=!0,r.languages.insertBefore("bash","operator",{placeholder:{pattern:/<\w+>/,alias:"string"}}),r.languages.insertBefore("javascript","string",{"property string":{pattern:/([{,]\s*)"(?:\\.|[^\\"\r\n])*"(?=\s*:)/i,lookbehind:!0}},void 0),r.languages.insertBefore("javascript","punctuation",{property:{pattern:/([{,]\s*)[a-z]\w*(?=\s*:)/i,lookbehind:!0}},void 0),r.languages["json-seq"]={separator:{pattern:/0x1E|0x0A/g,alias:"keyword"},...r.languages.javascript},r.languages["multipart-mixed"]={boundary:{pattern:/^--[\w-]+(?:--)?$/m,alias:"keyword"},header:{pattern:/^[\w-]+:\s*.+$/m,inside:{"header-name":{pattern:/^[\w-]+/,alias:"property"},"header-value":{pattern:/:\s*.+$/,alias:"string"}}},json:{pattern:/\{[\s\S]*?\}|\[[\s\S]*?\]/,inside:r.languages.javascript},placeholder:{pattern:/\[Binary data\]|\[Base64 encoded data\]/g,alias:"comment"}})}function u(e){const i=g(e);return{json:"js",jsonl:"js",ndjson:"js","json-seq":"json-seq","multipart-mixed":"multipart-mixed",sse:"yaml","c++":"cpp","c#":"csharp","objective-c":"objectivec",shell:"bash",viml:"vim"}[i]||a}function R(e,i=a){l();const t=i.toLowerCase(),s=u(t),p=r.languages[t]||r.languages[s]||r.languages[a],m=r.languages[s]?s:r.languages[t]?t:a;return r.highlight(e.toString(),p,m)}export{u as mapLang,R as useCodeHighlight};
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Returns a factory: `onCopy(language?)` produces a `copy.onClick` handler for
3
+ * `@redocly/theme` CodeBlock controls that fires `sendCopyCodeSnippetClickedMessage`
4
+ * with the given `snippetType` and optional `language`. When supplied via
5
+ * `controls.copy.onClick`, this overrides the theme's built-in generic copy event.
6
+ *
7
+ * `specType` is auto-added by `RedocTelemetry.send()`.
8
+ *
9
+ * @example
10
+ * const onCopy = useCopyCodeTelemetry('response');
11
+ * <CodeBlock header={{ controls: { copy: { onClick: onCopy('xml') } } }} />
12
+ */
13
+ export declare function useCopyCodeTelemetry(snippetType: 'request' | 'response'): (language?: string) => () => void;
@@ -0,0 +1 @@
1
+ import{useCallback as r}from"react";import{useTelemetry as n}from"./useTelemetry.js";function c(e){const o=n();return r(t=>()=>{o.sendCopyCodeSnippetClickedMessage([{id:"copyCodeSnippetButton",object:"button",uri:"urn:redocly:redoc:ui:button:copyCodeSnippetButton",snippetType:e,...t?{language:t}:{}}])},[o,e])}export{c as useCopyCodeTelemetry};
@@ -0,0 +1,16 @@
1
+ import type { DeepLinkSectionData } from '../jotai/itemStore.js';
2
+ export declare const ItemIdContext: import("react").Context<string | undefined>;
3
+ /** Marks an `ItemIdContext` value as a synthetic per-mount id (not a route
4
+ * path). Pluggable components (e.g. `RedocSchema`) provide one purely so the
5
+ * oneOf/discriminator switchers can key itemStore state — deep-link building
6
+ * must ignore such ids. */
7
+ export declare const SYNTHETIC_ITEM_ID_PREFIX = "synthetic-item:";
8
+ /** Section data carried via context to the schema subtree. `id` is omitted —
9
+ * it comes from `ItemIdContext` separately. `null` means "no section". */
10
+ export type DeepLinkSectionValue = Omit<DeepLinkSectionData, 'id'>;
11
+ export declare const DeepLinkSectionContext: import("react").Context<DeepLinkSectionValue | null>;
12
+ /** Build a normalized deep-link URL for the current item using its
13
+ * `ItemIdContext` and the given suffix. Returns `''` when no item is in
14
+ * scope (e.g. rendered outside a page wrapper) or when the itemId is a
15
+ * synthetic per-mount id (see {@link SYNTHETIC_ITEM_ID_PREFIX}). */
16
+ export declare function useDeepLinkUrl(suffix: string): string;
@@ -0,0 +1 @@
1
+ import{createContext as n,useContext as m,useMemo as s}from"react";import{useAtomValue as u}from"jotai";import{routingBasePathAtom as a}from"../jotai/store.js";import{buildDeepLinkUrl as p}from"../utils/deep-link.js";import{toRelativePath as l}from"../utils/url.js";import{useNavigationUrlNormalizer as c}from"./useNormalizeUrl.js";const f=n(void 0),x="synthetic-item:",P=n(null);function U(o){const t=m(f),e=u(a),r=c();return s(()=>{if(!t||t.startsWith(x))return"";const i=e?l(t,e):t;return r(p(e,i,o))},[t,e,o,r])}export{P as DeepLinkSectionContext,f as ItemIdContext,x as SYNTHETIC_ITEM_ID_PREFIX,U as useDeepLinkUrl};
@@ -0,0 +1,4 @@
1
+ export declare function useExpandableSection(key: string | undefined, enabled?: boolean): boolean | undefined;
2
+ export declare function useCollapsibleEntryKey(sectionKey: string | undefined): string | undefined;
3
+ /** Mirror this collapsible's expansion state into the store so the expand/collapse-all button sees real state. */
4
+ export declare function useRegisterCollapsibleEntry(entryKey: string | undefined, isExpanded: boolean): void;
@@ -0,0 +1 @@
1
+ import{useAtomValue as u,useSetAtom as m}from"jotai";import{useContext as a,useEffect as r,useId as b}from"react";import{buildCollapsibleEntryKey as f,expandableSectionAtom as x,itemStoreAtom as d}from"../jotai/itemStore.js";import{globalOptionsAtom as S}from"../jotai/store.js";import{ItemIdContext as c}from"./useDeepLinkSection.js";function h(t,n=!0){const e=a(c),o=m(d(e??"")),{schemasExpansionLevel:i}=u(S),s=i===1/0?!0:void 0;return r(()=>{if(!(!t||!e||!n))return o(l=>t in l.expandableSections?{}:{expandableSections:{...l.expandableSections,[t]:s}}),()=>o(l=>{if(!(t in l.expandableSections))return{};const p={...l.expandableSections};return delete p[t],{expandableSections:p}})},[t,e,n,o,s]),u(x(e??"",t??""))}function v(t){const n=a(c),e=b();return t&&n?f(t,e):void 0}function L(t,n){const e=a(c),o=m(d(e??""));r(()=>{if(!(!t||!e))return()=>o(i=>{const s={...i.collapsibles};return delete s[t],{collapsibles:s}})},[t,e,o]),r(()=>{!t||!e||o(i=>i.collapsibles[t]===n?{}:{collapsibles:{...i.collapsibles,[t]:n}})},[t,e,n,o])}export{v as useCollapsibleEntryKey,h as useExpandableSection,L as useRegisterCollapsibleEntry};
@@ -0,0 +1,4 @@
1
+ import type { MouseEvent } from 'react';
2
+ import type { RouteIndex } from '../utils/routing.js';
3
+ /** Routes a legacy in-description hash link straight to its target route on click, so the hash never blinks in the URL on the current page. */
4
+ export declare function useHashLinkRedirect(basePath: string, routeIndex: RouteIndex): (event: MouseEvent<HTMLElement>) => void;
@@ -0,0 +1 @@
1
+ import{useCallback as n}from"react";import{useNavigate as c}from"react-router-dom";import{resolveLegacyHashToRoute as s}from"../utils/deep-link.js";function m(i,a){const e=c();return n(o=>{if(o.button!==0||o.metaKey||o.ctrlKey||o.shiftKey||o.altKey)return;const t=o.target.closest("a");if(!t||t.origin!==window.location.origin)return;const r=s(t.hash,i,a);!r||r===window.location.pathname||(o.preventDefault(),e(r))},[i,a,e])}export{m as useHashLinkRedirect};
@@ -0,0 +1 @@
1
+ export declare function useIsExpanded(id: string): boolean;
@@ -0,0 +1 @@
1
+ import{useMemo as s}from"react";import{useLocation as c}from"react-router-dom";import{tryDecodeURIComponent as r}from"../utils/string.js";import{normalizePath as a}from"../utils/url.js";function d(o,e){const n=r(a(e)),m=a(o);return[m,r(m)].some(t=>n===t||n.endsWith(t)||n.includes(t+"/"))}function l(o){const e=c();return s(()=>d(o,e.pathname),[o,e.pathname])}export{l as useIsExpanded};
@@ -0,0 +1,4 @@
1
+ /** Returns `false` on the server and on the first client render (so React's
2
+ * hydration matches the SSR output), then flips to `true` after the first
3
+ * effect commits. */
4
+ export declare function useIsHydrated(): boolean;
@@ -0,0 +1 @@
1
+ import{useEffect as r,useState as s}from"react";function u(){const[e,t]=s(!1);return r(()=>{t(!0)},[]),e}export{u as useIsHydrated};
@@ -0,0 +1,6 @@
1
+ import type { LicenseInfo } from '../services/license/check.js';
2
+ export declare function useLicense(licenseKey?: string): {
3
+ licenseInfo: LicenseInfo;
4
+ isValid: boolean;
5
+ isPending: boolean;
6
+ };
@@ -0,0 +1 @@
1
+ import{useState as s,useEffect as a}from"react";import r from"../services/license/check.js";function d(e){const[n,o]=s(process.env.NODE_ENV==="development"?{valid:!0,allowed:!0}:null);a(()=>{async function i(){const l=await r(e);o(l)}i()},[e]);const t=n===null;return{licenseInfo:n??{},isValid:n!==null&&u(n),isPending:t}}function u(e){return!!e.valid&&!!e.allowed&&!e.expired||!!e.local}export{d as useLicense};
@@ -0,0 +1,19 @@
1
+ import type { RefObject } from 'react';
2
+ /**
3
+ * Manual scroll anchoring for browsers without native `overflow-anchor`
4
+ * support (Safari). On the placeholder→content swap, if the element is above
5
+ * the viewport, adjust `scrollY` by the height delta in a `useLayoutEffect`
6
+ * — before the browser paints — so the user sees no jump.
7
+ *
8
+ * No-op on browsers that implement native scroll anchoring (they handle this
9
+ * automatically and our manual adjustment would compound theirs into a
10
+ * double-shift).
11
+ */
12
+ export declare function useManualScrollAnchor({ ref, mounted, placeholderHeight, }: {
13
+ ref: RefObject<HTMLElement | null>;
14
+ /** `true` once the real content is rendered (replacing the placeholder). */
15
+ mounted: boolean;
16
+ /** Height the placeholder reserved before the swap. The element's measured
17
+ * height minus this gives the delta to compensate. */
18
+ placeholderHeight: number;
19
+ }): void;
@@ -0,0 +1 @@
1
+ import{useLayoutEffect as c,useRef as i}from"react";const s=typeof window<"u"&&typeof CSS<"u"&&typeof CSS.supports=="function"&&CSS.supports("overflow-anchor","auto");function S({ref:e,mounted:t,placeholderHeight:n}){const r=i(t);c(()=>{if(s)return;if(!t){r.current=!1;return}if(r.current)return;r.current=!0;const o=e.current;if(!o)return;const u=o.getBoundingClientRect();if(u.top>=0)return;const f=u.height-n;f!==0&&window.scrollBy(0,f)},[t,e,n])}export{S as useManualScrollAnchor};
@@ -0,0 +1,2 @@
1
+ import type { RefObject } from 'react';
2
+ export declare function useModalDismiss(ref: RefObject<HTMLElement | null>, onDismiss: () => void): void;
@@ -0,0 +1 @@
1
+ import{useEffect as c}from"react";function u(e,n){c(()=>{const o=t=>{e.current&&!e.current.contains(t.target)&&n()},d=t=>{t.key==="Escape"&&n()};return document.addEventListener("mousedown",o),document.addEventListener("keydown",d),()=>{document.removeEventListener("mousedown",o),document.removeEventListener("keydown",d)}},[n,e])}export{u as useModalDismiss};
@@ -0,0 +1,2 @@
1
+ export declare function useNavigationUrlNormalizer(): (path: string) => string;
2
+ export declare function useNormalizeUrl(path: string): string;
@@ -0,0 +1 @@
1
+ import{useCallback as i}from"react";import{useAtomValue as n}from"jotai";import{routingBasePathAtom as a}from"../jotai/store.js";import{joinWithSeparator as m,normalizePath as e,toRelativePath as l}from"../utils/url.js";function p(r,o){const t="/"+(o?l(r,o):r).replace(/^\/+/,"");return o?e(m(o,t)):e(t)}function u(){const r=n(a);return i(o=>p(o,r),[r])}function N(r){return u()(r)}export{u as useNavigationUrlNormalizer,N as useNormalizeUrl};
@@ -0,0 +1,21 @@
1
+ /**
2
+ * Bridges router-driven hash changes to `useUrlHash` subscribers. React-router
3
+ * navigations (`<Link>`, `navigate()`) go through `history.pushState`, which
4
+ * fires no `hashchange`, so hash consumers would go stale. Mounted once at the
5
+ * docs root as a single `useLocation()` subscriber (same pattern as
6
+ * `VisitedChannelsTracker`), it re-dispatches one synthetic `hashchange` when
7
+ * the hash actually changes via router navigation.
8
+ *
9
+ * Real `hashchange`/`popstate` events only sync the guard ref, so
10
+ * browser-initiated hash changes are never dispatched twice. Scroll-spy URL
11
+ * writes (`useScrollSpyUrlSync`) use raw `history.replaceState` and bypass the
12
+ * router entirely, so scrolling never reaches this bridge — which preserves
13
+ * the perf rationale documented in `useUrlHash`. Those silent writes do move
14
+ * `window.location` away from the router's remembered hash, though, so
15
+ * scroll-spy announces them via `URL_REPLACE_EVENT` and the bridge re-syncs
16
+ * its guard ref (without notifying subscribers) — otherwise a later router
17
+ * navigation back to the remembered hash would be treated as a no-op.
18
+ */
19
+ /** Fired after a raw `history.replaceState` URL write that bypasses the router. */
20
+ export declare const URL_REPLACE_EVENT = "redocly:urlreplace";
21
+ export declare function useRouterHashBridge(): void;
@@ -0,0 +1 @@
1
+ import{useEffect as o,useRef as i}from"react";import{useLocation as s}from"react-router-dom";const r="redocly:urlreplace";function h(){const n=s(),t=i(n.hash);o(()=>{if(typeof window>"u")return;const e=()=>{t.current=window.location.hash};return window.addEventListener("hashchange",e),window.addEventListener("popstate",e),window.addEventListener(r,e),()=>{window.removeEventListener("hashchange",e),window.removeEventListener("popstate",e),window.removeEventListener(r,e)}},[]),o(()=>{typeof window>"u"||n.hash!==t.current&&(t.current=n.hash,window.dispatchEvent(new HashChangeEvent("hashchange")))},[n])}export{r as URL_REPLACE_EVENT,h as useRouterHashBridge};
@@ -0,0 +1,3 @@
1
+ /** Silently rewrites the URL to the section under the viewport while scrolling.
2
+ * Mounted once in `RouterSubscribers` so it runs in both the portal and standalone. */
3
+ export declare function useScrollSpyUrlSync(): void;
@@ -0,0 +1 @@
1
+ import{useEffect as i}from"react";import{useAtomValue as l,useSetAtom as m}from"jotai";import{useLocation as a}from"react-router-dom";import{IS_BROWSER as s,useActiveSectionId as f}from"@redocly/theme/core/openapi";import{activeScrollSectionAtom as u}from"../jotai/app.js";import{routingBasePathAtom as p}from"../jotai/store.js";import{encodeBackSlashes as S}from"../utils/string.js";import{normalizePath as d}from"../utils/url.js";import{useUserScrollIntent as h}from"./useUserScrollIntent.js";import{URL_REPLACE_EVENT as w}from"./useRouterHashBridge.js";function c(t){window.history.replaceState({},"",t),window.dispatchEvent(new Event(w))}function _(){const t=a(),e=m(u),r=l(p),o=f(t,!1,!1),n=h(t.key);i(()=>{e(null)},[t.pathname,e]),i(()=>{if(!(!s||!o)&&(e(o),!!n.current)){if(o===r){c(r);return}!window.location.pathname.includes(o)&&!window.location.hash.includes(o)&&c(d(S(o)))}},[o,r,e,n])}export{_ as useScrollSpyUrlSync};
@@ -0,0 +1,2 @@
1
+ import type { RedocTelemetry } from '../telemetry/RedocTelemetry.js';
2
+ export declare function useTelemetry(): RedocTelemetry;
@@ -0,0 +1 @@
1
+ import{useRedocTelemetry as e}from"../contexts/telemetry.js";function t(){return e()}export{t as useTelemetry};
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Fires page-level telemetry on mount:
3
+ * - `sendViewedMessage` exactly once per mount
4
+ * - `sendPerformanceMetricsMessage` exactly once after Core Web Vitals (CLS, LCP, FCP, TTFB)
5
+ * are collected
6
+ *
7
+ * Both are guarded with `useRef` so they don't re-fire when the consumer passes a fresh
8
+ * `telemetryConfig` object reference (common pitfall) or when the active spec type resolves
9
+ * from `undefined` → `'openapi' | 'asyncapi' | 'graphql'` after the adapter populates jotai.
10
+ * The latest telemetry instance is always used because the refs hold it via `useRef` updates.
11
+ */
12
+ export declare function useTelemetryPageMetrics(): void;
@@ -0,0 +1 @@
1
+ import{useEffect as s,useRef as o}from"react";import{useAtomValue as d}from"jotai";import{onCLS as m,onFCP as a,onLCP as p,onTTFB as w}from"web-vitals";import{layoutAtom as y}from"../jotai/app.js";import{useTelemetry as b}from"./useTelemetry.js";function T(){const f=b(),l=d(y),n=o(f);n.current=f;const c=o(!1),i=o(!1);s(()=>{typeof window>"u"||c.current||(c.current=!0,n.current.sendViewedMessage([{id:window.location.href,object:"page",uri:window.location.href,layout:l}]))},[]),s(()=>{if(typeof window>"u"||i.current)return;i.current=!0;const e={};let u=!1;const r=()=>{u||e.cls===void 0||e.lcp===void 0||e.fcp===void 0||e.ttfb===void 0||(u=!0,n.current.sendPerformanceMetricsMessage([{id:"metrics",object:"metrics",uri:window.location.href,cls:e.cls,lcp:e.lcp,fcp:e.fcp,ttfb:e.ttfb}]))};m(t=>{e.cls=t.value,r()}),p(t=>{e.lcp=t.value,r()}),a(t=>{e.fcp=t.value,r()}),w(t=>{e.ttfb=t.value,r()})},[])}export{T as useTelemetryPageMetrics};
@@ -0,0 +1,5 @@
1
+ import type { TFunction, TOptions } from '@redocly/theme/core/openapi';
2
+ import type { ApiSpecType } from '../types/common.js';
3
+ export type { TFunction, TOptions };
4
+ export declare function useTranslate(specType?: ApiSpecType): TFunction;
5
+ export declare function useSpecTranslate(): TFunction;
@@ -0,0 +1 @@
1
+ import{useCallback as u,useMemo as c}from"react";import{useAtomValue as f}from"jotai";import{useThemeHooks as o}from"@redocly/theme/core/openapi";import{specTypeAtom as i}from"../jotai/store.js";const l=["openapi.","asyncapi.","graphql."];function m(e){const r=new Set;for(const s of e){const n=l.find(t=>s.startsWith(t));n&&r.add(s.slice(n.length))}return r}function p(e){const{translate:r}=o().useTranslate(),s=o().useTranslationKeys(),n=c(()=>m(s),[s]);return u((t,a)=>t?e&&n.has(t)?r(`${e}.${t}`,a):r(t,a):typeof a=="string"?a:a?.defaultValue??"",[r,e,n])}function y(){const e=f(i);return p(e)}export{y as useSpecTranslate,p as useTranslate};
@@ -0,0 +1,7 @@
1
+ type Options = {
2
+ trackSilentReplaces?: boolean;
3
+ };
4
+ /** Current `window.location.hash`. Ignores scroll-spy's silent hash clears (so
5
+ * hash-driven state survives) unless `trackSilentReplaces` is set. */
6
+ export declare function useUrlHash(options?: Options): string;
7
+ export {};
@@ -0,0 +1 @@
1
+ import{useSyncExternalStore as r}from"react";import{URL_REPLACE_EVENT as s}from"./useRouterHashBridge.js";function o(e){return t=>{if(typeof window>"u")return()=>{};for(const n of e)window.addEventListener(n,t);return()=>{for(const n of e)window.removeEventListener(n,t)}}}const i=o(["hashchange","popstate"]),a=o(["hashchange","popstate",s]);function u(){return typeof window<"u"?window.location.hash:""}function c(){return""}function p(e){return r(e?.trackSilentReplaces?a:i,u,c)}export{p as useUrlHash};
@@ -0,0 +1,18 @@
1
+ import type { RefObject } from 'react';
2
+ /** Gestures that mean the user is scrolling (not a programmatic scroll). */
3
+ export declare const USER_SCROLL_INTENT_EVENTS: readonly ['wheel', 'touchmove', 'keydown', 'mousedown'];
4
+ /** Cumulative wheel distance below this is trackpad noise (resting fingers
5
+ * emit 1-10px ticks), not intent. One physical mouse-wheel notch (~100px, or
6
+ * 3 lines in line-mode) crosses it immediately. Shared with the anchor-drift
7
+ * tolerance in useApiDocsScroll so the two intent signals agree. */
8
+ export declare const WHEEL_INTENT_THRESHOLD_PX = 48;
9
+ /** Stateful intent classifier for one settle window / navigation: wheel
10
+ * deltas accumulate up to {@link WHEEL_INTENT_THRESHOLD_PX} before counting
11
+ * as intent; touchmove, scroll keys, and scrollbar drags count immediately.
12
+ * Without the accumulation, a single 2px trackpad tick during the lazy-mount
13
+ * layout pump opens the scroll-spy gate and cancels deep-link anchoring, so
14
+ * landing on a section route rewrites the URL to a neighboring section. */
15
+ export declare function createScrollIntentTracker(): (event: Event) => boolean;
16
+ /** Ref (`.current`) that flips true once the user scrolls; re-arms whenever
17
+ * `resetKey` changes (pass `location.key` to re-arm per navigation). */
18
+ export declare function useUserScrollIntent(resetKey: string): RefObject<boolean>;
@@ -0,0 +1 @@
1
+ import{useEffect as i,useRef as f}from"react";import{IS_BROWSER as l}from"@redocly/theme/core/openapi";const s=["wheel","touchmove","keydown","mousedown"],E=new Set(["ArrowUp","ArrowDown","PageUp","PageDown","Home","End"," "]),c=48;function a(e){return e.type==="mousedown"?e.target===document.documentElement:e.type==="keydown"?E.has(e.key):!0}const m=200;function w(){let e=0,n=0;return r=>{if(r.type==="wheel"){const{deltaY:o,deltaMode:t}=r;if(!Number.isFinite(o))return!0;n&&r.timeStamp-n>m&&(e=0),n=r.timeStamp;const u=t===1?16:t===2?c:1;return e+=Math.abs(o)*u,e>=c}return a(r)}}function p(e){const n=f(!1);return i(()=>{if(!l)return;n.current=!1;const r=w(),o=t=>{r(t)&&(n.current=!0)};for(const t of s)window.addEventListener(t,o,{passive:!0});return()=>{for(const t of s)window.removeEventListener(t,o)}},[e]),n}export{s as USER_SCROLL_INTENT_EVENTS,c as WHEEL_INTENT_THRESHOLD_PX,w as createScrollIntentTracker,p as useUserScrollIntent};
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Records visited pathnames into `visitedChannelsAtom`. Mounted once at the
3
+ * docs root as the single `useLocation()` subscriber — per-item panels read
4
+ * the atom instead of subscribing to the router.
5
+ */
6
+ export declare function useVisitedChannelsTracker(): void;
@@ -0,0 +1 @@
1
+ import{useEffect as s}from"react";import{useSetAtom as i}from"jotai";import{useLocation as a}from"react-router-dom";import{visitedChannelsAtom as m}from"../jotai/app.js";function p(){const o=a(),e=i(m);s(()=>{const n=o.pathname.toLowerCase();e(t=>t.includes(n)?t:[...t,n])},[o.pathname,e])}export{p as useVisitedChannelsTracker};
@@ -0,0 +1,2 @@
1
+ export declare const Icon: () => import("react/jsx-runtime").JSX.Element;
2
+ export declare const CSharpIcon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components/dist/types").BaseObject, never> & Partial<Pick<import("styled-components/dist/types").BaseObject, never>>> & string & Omit<typeof Icon, keyof import("react").Component<any, {}, any>>;
@@ -0,0 +1 @@
1
+ import{jsx as C,jsxs as i}from"react/jsx-runtime";import{styled as t}from"styled-components";const l=()=>i("svg",{width:"17",height:"18",viewBox:"0 0 17 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[C("g",{id:"Logo_C_sharp 1",clipPath:"url(#clip0_6336_15430)",children:i("g",{id:"Group",children:[C("path",{id:"Vector",d:"M16.1225 5.27827C16.1224 4.9764 16.0578 4.70965 15.9272 4.48071C15.799 4.25559 15.6069 4.0669 15.3493 3.91771C13.2227 2.69152 11.0941 1.46909 8.96823 0.241649C8.3951 -0.0892265 7.83941 -0.077164 7.27054 0.258461C6.4241 0.757648 2.18629 3.18559 0.923477 3.91702C0.403414 4.21809 0.150352 4.67884 0.150227 5.27771C0.149414 7.74365 0.150227 10.2095 0.149414 12.6755C0.149414 12.9708 0.211352 13.2323 0.336164 13.4578C0.464477 13.6898 0.659227 13.8836 0.922789 14.0362C2.18566 14.7676 6.42404 17.1954 7.27029 17.6947C7.83941 18.0305 8.3951 18.0425 8.96841 17.7115C11.0944 16.484 13.2231 15.2616 15.35 14.0355C15.6135 13.883 15.8083 13.689 15.9366 13.4572C16.0612 13.2317 16.1233 12.9701 16.1233 12.6748C16.1233 12.6748 16.1233 7.74427 16.1225 5.27827Z",fill:"#A179DC"}),C("path",{id:"Vector_2",d:"M8.16056 8.95312L0.335938 13.4584C0.46425 13.6903 0.659 13.8842 0.922562 14.0368C2.18544 14.7682 6.42381 17.1959 7.27006 17.6953C7.83919 18.0311 8.39487 18.0431 8.96819 17.7121C11.0941 16.4846 13.2229 15.2622 15.3497 14.036C15.6133 13.8835 15.8081 13.6895 15.9364 13.4577L8.16056 8.95312Z",fill:"#280068"}),C("path",{id:"Vector_3",d:"M16.1218 5.27705C16.1217 4.97518 16.0572 4.70843 15.9266 4.47949L8.16016 8.95137L15.936 13.456C16.0606 13.2305 16.1225 12.9689 16.1227 12.6736C16.1227 12.6736 16.1227 7.74305 16.1218 5.27705Z",fill:"#390091"}),C("path",{id:"Vector_4",d:"M12.768 7.26837V8.11048H13.6101V7.26837H14.0312V8.11048H14.8733V8.53153H14.0312V9.37363H14.8733V9.79469H14.0312V10.6368H13.6101V9.79469H12.768V10.6368H12.347V9.79469H11.5049V9.37363H12.347V8.53153H11.5049V8.11048H12.347V7.26837H12.768ZM13.6101 8.53153H12.768V9.37363H13.6101V8.53153Z",fill:"white"}),C("path",{id:"Vector_5",d:"M8.17777 3.03809C10.3743 3.03809 12.292 4.23098 13.3191 6.00409L13.3091 5.98702L10.7248 7.47504C10.2157 6.61294 9.28223 6.03116 8.2115 6.01918L8.17777 6.01899C6.54492 6.01899 5.22114 7.3427 5.22114 8.97555C5.22114 9.50953 5.3635 10.0101 5.61108 10.4424C6.12071 11.3321 7.07876 11.9322 8.17777 11.9322C9.28357 11.9322 10.2471 11.3245 10.7541 10.4253L10.7418 10.4468L13.3222 11.9417C12.3063 13.6998 10.4149 14.889 8.24391 14.9127L8.17777 14.9131C5.97436 14.9131 4.05119 13.7128 3.02661 11.9304C2.52643 11.0602 2.24023 10.0513 2.24023 8.97555C2.24023 5.69642 4.8985 3.03809 8.17777 3.03809Z",fill:"white"})]})}),C("defs",{children:C("clipPath",{id:"clip0_6336_15430",children:C("rect",{width:"16",height:"18",fill:"white",transform:"translate(0.149414)"})})})]}),e=t(l)({dataComponentName:"icons/CSharpIcon"});export{e as CSharpIcon,l as Icon};
@@ -0,0 +1 @@
1
+ export { CSharpIcon } from './CSharpIcon.js';
@@ -0,0 +1 @@
1
+ import{CSharpIcon as p}from"./CSharpIcon.js";export{p as CSharpIcon};
@@ -0,0 +1,4 @@
1
+ type IconProps = React.SVGProps<SVGSVGElement>;
2
+ export declare const Icon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export declare const CurlIcon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<IconProps, keyof IconProps> & IconProps, never> & Partial<Pick<import("styled-components").FastOmit<IconProps, keyof IconProps> & IconProps, never>>> & string & Omit<typeof Icon, keyof import("react").Component<any, {}, any>>;
4
+ export {};
@@ -0,0 +1,16 @@
1
+ import{jsx as C,jsxs as a}from"react/jsx-runtime";import{styled as l}from"styled-components";const s=t=>a("svg",{width:"14",height:"14",viewBox:"0 0 24 21",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t,children:[a("g",{clipPath:"url(#clip0_3789_6604)",children:[C("path",{d:"M22.2305 2.73601C21.6963 2.73601 21.264 2.30296 21.264 1.76946C21.264 1.2352 21.6963 0.802917 22.2305 0.802917C22.764 0.802917 23.1971 1.2352 23.1971 1.76946C23.1971 2.30296 22.764 2.73601 22.2305 2.73601ZM12.6313 19.2502C12.097 19.2502 11.6647 18.8172 11.6647 18.2837C11.6647 17.7494 12.097 17.3171 12.6313 17.3171C13.1648 17.3171 13.5971 17.7494 13.5971 18.2837C13.5971 18.8172 13.1648 19.2502 12.6313 19.2502ZM22.2305 0C21.2533 0 20.4611 0.792261 20.4611 1.76946C20.4611 1.97799 20.5136 2.17206 20.5798 2.35776L12.2789 16.585C11.4768 16.7532 10.8618 17.4313 10.8618 18.2837C10.8618 19.2609 11.6541 20.0531 12.6313 20.0531C13.6077 20.0531 14.4 19.2609 14.4 18.2837C14.4 18.0873 14.3475 17.9077 14.2889 17.7312L22.6316 3.45749C23.4094 3.27103 24 2.60434 24 1.76946C24 0.792261 23.2077 0 22.2305 0Z",className:"path-primary"}),C("path",{d:"M14.9906 2.73601C14.4563 2.73601 14.024 2.30296 14.024 1.76946C14.024 1.2352 14.4563 0.802917 14.9906 0.802917C15.5241 0.802917 15.9564 1.2352 15.9564 1.76946C15.9564 2.30296 15.5241 2.73601 14.9906 2.73601ZM5.39059 19.2502C4.85708 19.2502 4.42404 18.8172 4.42404 18.2837C4.42404 17.7494 4.85708 17.3171 5.39059 17.3171C5.92485 17.3171 6.35713 17.7494 6.35713 18.2837C6.35713 18.8172 5.92485 19.2502 5.39059 19.2502ZM14.9906 0C14.0126 0 13.2211 0.792261 13.2211 1.76946C13.2211 1.97799 13.2736 2.17206 13.3399 2.35776L5.03898 16.585C4.23606 16.7532 3.62112 17.4313 3.62112 18.2837C3.62112 19.2609 4.41339 20.0531 5.39059 20.0531C6.36779 20.0531 7.16005 19.2609 7.16005 18.2837C7.16005 18.0873 7.10754 17.9077 7.04894 17.7312L15.3917 3.45749C16.1695 3.27103 16.7601 2.60434 16.7601 1.76946C16.7601 0.792261 15.967 0 14.9906 0Z",className:"path-secondary"}),C("path",{d:"M1.76946 5.69424C2.30296 5.69424 2.73601 6.12729 2.73601 6.66079C2.73601 7.19429 2.30296 7.62733 1.76946 7.62733C1.2352 7.62733 0.802917 7.19429 0.802917 6.66079C0.802917 6.12729 1.2352 5.69424 1.76946 5.69424ZM1.76946 8.43025C2.74666 8.43025 3.53892 7.63799 3.53892 6.66079C3.53892 6.4652 3.48565 6.28483 3.42705 6.10826C3.19264 5.4058 2.55031 4.89133 1.76946 4.89133C1.64465 4.89133 1.53506 4.93775 1.41709 4.96286C0.614936 5.1303 0 5.8084 0 6.66079C0 7.63799 0.792261 8.43025 1.76946 8.43025Z",className:"path-secondary"}),C("path",{d:"M0.802917 12.8436C0.802917 12.3094 1.23596 11.8771 1.76946 11.8771C2.30296 11.8771 2.73601 12.3094 2.73601 12.8436C2.73601 13.3771 2.30296 13.8094 1.76946 13.8094C1.23596 13.8094 0.802917 13.3771 0.802917 12.8436ZM3.53892 12.8436C3.53892 12.6473 3.48565 12.4677 3.42705 12.2911C3.19264 11.5886 2.55107 11.0742 1.76946 11.0742C1.64465 11.0742 1.53506 11.1206 1.41709 11.145C0.614936 11.3131 0 11.9912 0 12.8436C0 13.8201 0.792261 14.6131 1.76946 14.6131C2.74666 14.6131 3.53892 13.8201 3.53892 12.8436Z",className:"path-secondary"})]}),C("defs",{children:C("clipPath",{id:"clip0_3789_6604",children:C("rect",{width:"24",height:"20.0531",fill:"white"})})})]}),c=l(s)`
2
+ datacomponentname: icons/CurlIcon;
3
+
4
+ .path-primary {
5
+ fill: #0c544c;
6
+ }
7
+
8
+ .path-secondary {
9
+ fill: #073551;
10
+ }
11
+
12
+ html.dark & .path-primary,
13
+ html.dark & .path-secondary {
14
+ fill: #ffffff;
15
+ }
16
+ `;export{c as CurlIcon,s as Icon};
@@ -0,0 +1 @@
1
+ export { CurlIcon } from './CurlIcon.js';
@@ -0,0 +1 @@
1
+ import{CurlIcon as c}from"./CurlIcon.js";export{c as CurlIcon};
@@ -0,0 +1,4 @@
1
+ type IconProps = React.SVGProps<SVGSVGElement>;
2
+ export declare const Icon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export declare const DefaultMappingIcon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<IconProps, keyof IconProps> & IconProps, never> & Partial<Pick<import("styled-components").FastOmit<IconProps, keyof IconProps> & IconProps, never>>> & string & Omit<typeof Icon, keyof import("react").Component<any, {}, any>>;
4
+ export {};
@@ -0,0 +1,10 @@
1
+ import{jsx as t,jsxs as a}from"react/jsx-runtime";import{styled as C}from"styled-components";const n=o=>a("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:[t("path",{d:"M10.5 9.75H9.375V9H10.5V3H9.375V2.25H10.5C10.6988 2.25023 10.8895 2.32932 11.0301 2.46992C11.1707 2.61052 11.2498 2.80116 11.25 3V9C11.2497 9.19883 11.1706 9.38944 11.03 9.53003C10.8894 9.67063 10.6988 9.74973 10.5 9.75Z"}),t("path",{d:"M8.625 6.75C9.03921 6.75 9.375 6.41421 9.375 6C9.375 5.58579 9.03921 5.25 8.625 5.25C8.21079 5.25 7.875 5.58579 7.875 6C7.875 6.41421 8.21079 6.75 8.625 6.75Z"}),t("path",{d:"M6 6.75C6.41421 6.75 6.75 6.41421 6.75 6C6.75 5.58579 6.41421 5.25 6 5.25C5.58579 5.25 5.25 5.58579 5.25 6C5.25 6.41421 5.58579 6.75 6 6.75Z"}),t("path",{d:"M3.375 6.75C3.78921 6.75 4.125 6.41421 4.125 6C4.125 5.58579 3.78921 5.25 3.375 5.25C2.96079 5.25 2.625 5.58579 2.625 6C2.625 6.41421 2.96079 6.75 3.375 6.75Z"}),t("path",{d:"M2.625 9.75H1.5C1.30116 9.74977 1.11052 9.67068 0.969922 9.53008C0.829319 9.38948 0.750228 9.19884 0.75 9V3C0.750199 2.80115 0.82928 2.6105 0.969889 2.46989C1.1105 2.32928 1.30115 2.2502 1.5 2.25H2.625V3H1.5V9H2.625V9.75Z"})]}),s=C(n)`
2
+ datacomponentname: icons/DefaultMappingIcon;
3
+
4
+ path {
5
+ fill: var(--color-warm-grey-11);
6
+ html.dark & {
7
+ fill: var(--text-color-secondary);
8
+ }
9
+ }
10
+ `;export{s as DefaultMappingIcon,n as Icon};
@@ -0,0 +1 @@
1
+ export { DefaultMappingIcon } from './DefaultMappingIcon.js';
@@ -0,0 +1 @@
1
+ import{DefaultMappingIcon as a}from"./DefaultMappingIcon.js";export{a as DefaultMappingIcon};
@@ -0,0 +1,2 @@
1
+ export declare const Icon: () => import("react/jsx-runtime").JSX.Element;
2
+ export declare const GOIcon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components/dist/types").BaseObject, never> & Partial<Pick<import("styled-components/dist/types").BaseObject, never>>> & string & Omit<typeof Icon, keyof import("react").Component<any, {}, any>>;
@@ -0,0 +1 @@
1
+ import{jsx as C,jsxs as t}from"react/jsx-runtime";import{styled as l}from"styled-components";const i=()=>t("svg",{xmlns:"http://www.w3.org/2000/svg",width:"21",height:"19",viewBox:"0 0 12 5",fill:"none",children:[t("g",{clipPath:"url(#clip0_6351_16646)",children:[C("path",{d:"M1.33603 1.58431C1.31445 1.58431 1.30906 1.57353 1.31985 1.55735L1.4331 1.41173C1.44389 1.39555 1.47086 1.38477 1.49243 1.38477H3.41779C3.43936 1.38477 3.44476 1.40095 3.43397 1.41712L3.34229 1.55735C3.3315 1.57353 3.30454 1.58971 3.28836 1.58971L1.33603 1.58431Z",fill:"#3B3C45"}),C("path",{d:"M0.521573 2.08627C0.5 2.08627 0.494607 2.07548 0.505393 2.0593L0.61865 1.91368C0.629436 1.89751 0.656402 1.88672 0.677975 1.88672H3.13726C3.15884 1.88672 3.16962 1.9029 3.16423 1.91908L3.12108 2.04851C3.11569 2.07009 3.09412 2.08087 3.07255 2.08087L0.521573 2.08627Z",fill:"#00ACD7"}),C("path",{d:"M1.82626 2.57845C1.80469 2.57845 1.79929 2.56227 1.81008 2.54609L1.88559 2.41127C1.89637 2.39509 1.91794 2.37891 1.93952 2.37891H3.01815C3.03973 2.37891 3.05051 2.39509 3.05051 2.41666L3.03972 2.54609C3.03972 2.56767 3.01815 2.58385 3.00197 2.58385L1.82626 2.57845Z",fill:"#00ACD7"}),C("path",{d:"M7.42518 1.49193C7.08541 1.57822 6.8535 1.64294 6.51913 1.72923C6.43823 1.7508 6.43284 1.75619 6.36273 1.6753C6.28183 1.58361 6.2225 1.52429 6.10925 1.47036C5.76948 1.30317 5.44049 1.35171 5.13308 1.55125C4.76635 1.78855 4.57758 2.13911 4.58298 2.57596C4.58837 3.00741 4.885 3.36336 5.31106 3.42269C5.67779 3.47122 5.9852 3.34179 6.2279 3.06674C6.27643 3.00741 6.31958 2.94269 6.37351 2.86719C6.17936 2.86719 5.93666 2.86719 5.33263 2.86719C5.21937 2.86719 5.19241 2.79708 5.23016 2.70539C5.30027 2.5382 5.42971 2.25776 5.50521 2.11754C5.52139 2.08518 5.55914 2.03125 5.64004 2.03125C5.91509 2.03125 6.92901 2.03125 7.60316 2.03125C7.59237 2.17686 7.59237 2.32248 7.5708 2.46809C7.51147 2.8564 7.36586 3.21235 7.12856 3.52516C6.74025 4.03751 6.23329 4.3557 5.5915 4.442C5.06297 4.51211 4.57219 4.40964 4.14074 4.08605C3.74164 3.78403 3.51513 3.38493 3.4558 2.88876C3.38569 2.3009 3.55827 1.77237 3.91422 1.30856C4.29714 0.806995 4.8041 0.488798 5.42431 0.375541C5.93127 0.283857 6.41666 0.343182 6.8535 0.639807C7.13934 0.828568 7.34428 1.08744 7.47911 1.40024C7.51147 1.44878 7.4899 1.47575 7.42518 1.49193Z",fill:"#00ACD7"}),C("path",{d:"M9.21072 4.4733C8.71994 4.46252 8.2723 4.3223 7.89478 3.9987C7.57658 3.72365 7.37704 3.3731 7.31232 2.95782C7.21524 2.34839 7.38243 1.80907 7.74916 1.32908C8.14287 0.811337 8.61747 0.541679 9.25925 0.428422C9.80936 0.331345 10.3271 0.385277 10.7963 0.703474C11.2224 0.994705 11.4866 1.38841 11.5567 1.90615C11.6484 2.63423 11.4381 3.22748 10.9365 3.73444C10.5806 4.09578 10.1437 4.3223 9.64217 4.42477C9.49655 4.45173 9.35094 4.45712 9.21072 4.4733ZM10.4943 2.29446C10.4889 2.22435 10.4889 2.17042 10.4781 2.11649C10.381 1.58256 9.89026 1.28054 9.3779 1.39919C8.87634 1.51245 8.55275 1.83065 8.4341 2.33761C8.33702 2.75827 8.54196 3.18433 8.93027 3.35692C9.2269 3.48635 9.52352 3.47017 9.80936 3.32456C10.2354 3.10344 10.4673 2.75827 10.4943 2.29446Z",fill:"#00ACD7"})]}),C("defs",{children:C("clipPath",{id:"clip0_6351_16646",children:C("rect",{width:"11.0769",height:"4.5",fill:"white",transform:"translate(0.5)"})})})]}),s=l(i)({dataComponentName:"icons/GOIcon"});export{s as GOIcon,i as Icon};
@@ -0,0 +1 @@
1
+ export { GOIcon } from './GOIcon.js';
@@ -0,0 +1 @@
1
+ import{GOIcon as c}from"./GOIcon.js";export{c as GOIcon};
@@ -0,0 +1,2 @@
1
+ export declare const Icon: () => import("react/jsx-runtime").JSX.Element;
2
+ export declare const JavaIcon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components/dist/types").BaseObject, never> & Partial<Pick<import("styled-components/dist/types").BaseObject, never>>> & string & Omit<typeof Icon, keyof import("react").Component<any, {}, any>>;
@@ -0,0 +1 @@
1
+ import{jsx as C,jsxs as l}from"react/jsx-runtime";import{styled as t}from"styled-components";const i=()=>l("svg",{xmlns:"http://www.w3.org/2000/svg",width:"19",height:"19",viewBox:"0 0 19 19",fill:"none",children:[l("g",{clipPath:"url(#clip0_6351_16166)",children:[C("path",{d:"M9.11124 3.58526C8.27951 4.17023 7.33687 4.83324 6.83177 5.93016C5.95448 7.8439 8.62693 9.93138 8.74115 10.0193C8.7677 10.0397 8.79948 10.0499 8.83115 10.0499C8.8648 10.0499 8.89848 10.0384 8.92583 10.0155C8.97888 9.97114 8.99393 9.89576 8.96208 9.83438C8.95241 9.81575 7.99313 7.95246 8.02878 6.61574C8.0414 6.15017 8.69295 5.62201 9.38272 5.06285C10.0145 4.55069 10.7306 3.97023 11.1496 3.29118C12.0694 1.79647 11.0471 0.326724 11.0367 0.312028C10.996 0.255005 10.9211 0.234368 10.857 0.262458C10.793 0.290724 10.7575 0.359947 10.7721 0.428396C10.7742 0.438134 10.973 1.41007 10.4198 2.41143C10.1919 2.82522 9.69115 3.17741 9.11124 3.58526Z",fill:"#DB380E"}),C("path",{d:"M12.6158 4.2449C12.6744 4.20071 12.6917 4.12009 12.6562 4.05576C12.6206 3.99142 12.5433 3.96305 12.4746 3.98913C12.3333 4.04285 9.01465 5.32209 9.01465 6.86774C9.01465 7.93322 9.46978 8.49608 9.80212 8.90713C9.93248 9.06835 10.045 9.20757 10.0821 9.32644C10.1865 9.66896 9.93916 10.2881 9.83513 10.4977C9.80514 10.558 9.81984 10.6311 9.87085 10.6751C9.89841 10.6989 9.93283 10.711 9.96728 10.711C9.9966 10.711 10.0261 10.7022 10.0515 10.6845C10.1086 10.6449 11.4461 9.69923 11.2062 8.55992C11.1168 8.12686 10.904 7.81046 10.7163 7.53125C10.4254 7.09865 10.2153 6.78618 10.534 6.20905C10.9074 5.53587 12.5986 4.25769 12.6158 4.2449Z",fill:"#DB380E"}),C("path",{d:"M3.97636 10.7348C3.91948 10.9052 3.94634 11.0741 4.05395 11.2236C4.41371 11.7231 5.68802 11.9981 7.64229 11.9981C7.6424 11.9981 7.64247 11.9981 7.64254 11.9981C7.90734 11.9981 8.1869 11.9929 8.47325 11.9826C11.5978 11.8708 12.7567 10.8974 12.8045 10.856C12.8566 10.8109 12.8705 10.7358 12.8381 10.675C12.8057 10.6143 12.7359 10.5838 12.6691 10.6022C11.5687 10.9026 9.51388 11.0093 8.08864 11.0093C6.49384 11.0093 5.68166 10.8944 5.48281 10.8096C5.58484 10.6695 6.21414 10.4193 6.99394 10.2659C7.06847 10.2513 7.11969 10.1825 7.11231 10.1069C7.10493 10.0313 7.04144 9.97363 6.96546 9.97363C6.50836 9.97363 4.21599 10.0103 3.97636 10.7348Z",fill:"#73A1FB"}),C("path",{d:"M14.4317 9.7334C13.7872 9.7334 13.1761 10.0564 13.1503 10.0701C13.0908 10.102 13.0605 10.1704 13.0769 10.236C13.0933 10.3016 13.1522 10.3477 13.2199 10.3478C13.2335 10.3478 14.5945 10.3589 14.7178 11.1365C14.827 11.8074 13.4301 12.8943 12.8826 13.2566C12.8234 13.2957 12.8005 13.3713 12.8279 13.4367C12.8513 13.4924 12.9055 13.5272 12.9639 13.5272C12.9741 13.5272 12.9844 13.5261 12.9947 13.5239C13.1246 13.4961 16.1731 12.8243 15.8507 11.0495C15.6541 9.96174 14.9705 9.7334 14.4317 9.7334Z",fill:"#73A1FB"}),C("path",{d:"M12.3413 13.0394C12.352 12.9825 12.3283 12.9247 12.281 12.8915L11.55 12.3795C11.5144 12.3545 11.4694 12.3467 11.4275 12.3578C11.4199 12.3597 10.6555 12.5607 9.54578 12.6839C9.10534 12.7333 8.61202 12.7594 8.11906 12.7594C7.0096 12.7594 6.28418 12.629 6.17853 12.5334C6.16454 12.5065 6.16897 12.4943 6.17147 12.4875C6.19066 12.4342 6.29353 12.3708 6.35984 12.3457C6.43307 12.3185 6.47255 12.239 6.44977 12.1644C6.42705 12.0896 6.35003 12.0456 6.27402 12.0638C5.5408 12.2408 5.18227 12.4882 5.20836 12.7992C5.25469 13.3507 6.532 13.6337 7.61183 13.7086C7.76711 13.7192 7.93505 13.7246 8.11087 13.7246C8.11098 13.7246 8.11105 13.7246 8.11115 13.7246C9.90673 13.7246 12.2086 13.1612 12.2316 13.1554C12.2878 13.1417 12.3307 13.0963 12.3413 13.0394Z",fill:"#73A1FB"}),C("path",{d:"M6.83099 14.2232C6.88636 14.1872 6.9109 14.1188 6.89124 14.0557C6.87166 13.9927 6.8127 13.9513 6.74647 13.9522C6.64821 13.9548 5.78498 13.9937 5.72454 14.5433C5.70626 14.7076 5.7533 14.8576 5.86443 14.9893C6.17437 15.3566 7.01102 15.5749 8.42174 15.6567C8.58863 15.6667 8.75815 15.6718 8.92567 15.6718C10.7192 15.6718 11.9271 15.1102 11.9777 15.0863C12.0267 15.0631 12.0591 15.0149 12.0619 14.9608C12.0648 14.9066 12.0378 14.8553 11.9915 14.827L11.0678 14.263C11.0357 14.2435 10.9974 14.237 10.9608 14.2445C10.955 14.2458 10.3685 14.3674 9.48332 14.4876C9.31584 14.5103 9.1061 14.5219 8.86 14.5219C7.97582 14.5219 6.99235 14.3774 6.80374 14.2828C6.801 14.2652 6.80448 14.2428 6.83099 14.2232Z",fill:"#73A1FB"}),C("path",{d:"M8.08944 17.3678C12.1976 17.3643 14.4025 16.6338 14.8273 16.174C14.9776 16.0114 14.9939 15.8574 14.9811 15.7568C14.9495 15.5093 14.7241 15.3578 14.6985 15.3413C14.6369 15.3017 14.5541 15.3121 14.506 15.3675C14.458 15.423 14.4569 15.5041 14.5051 15.5595C14.531 15.5929 14.5459 15.6486 14.4702 15.7245C14.3004 15.8831 12.5877 16.3645 9.73617 16.5091C9.34555 16.5294 8.93583 16.5397 8.51849 16.5398C5.96533 16.5398 4.0968 16.1901 3.85152 15.9863C3.94605 15.8504 4.60699 15.6334 5.30987 15.5107C5.38908 15.4968 5.44259 15.4222 5.43032 15.3427C5.41805 15.2633 5.34482 15.2087 5.26477 15.219C5.24494 15.2217 5.17765 15.2257 5.09974 15.2305C3.94001 15.3013 2.59981 15.4592 2.52988 16.0567C2.50865 16.2388 2.56275 16.4041 2.69076 16.5479C3.00397 16.8999 3.90422 17.3678 8.0893 17.3678C8.08937 17.3678 8.08937 17.3678 8.08944 17.3678Z",fill:"#73A1FB"}),C("path",{d:"M15.6342 16.3037C15.5762 16.2768 15.5075 16.2904 15.4642 16.3372C15.4582 16.3437 14.8406 16.9895 12.9835 17.3688C12.2725 17.5113 10.9379 17.5835 9.0169 17.5835C7.09226 17.5835 5.26086 17.5078 5.24261 17.507C5.16611 17.5033 5.10068 17.5589 5.09028 17.6342C5.07984 17.7094 5.12835 17.7804 5.20222 17.798C5.22127 17.8025 7.14056 18.2521 9.76478 18.2521C11.0234 18.2521 12.2482 18.1499 13.4052 17.9482C15.5624 17.57 15.7134 16.5003 15.7188 16.455C15.7263 16.3916 15.6922 16.3306 15.6342 16.3037Z",fill:"#73A1FB"})]}),C("defs",{children:C("clipPath",{id:"clip0_6351_16166",children:C("rect",{width:"18",height:"18",fill:"white",transform:"translate(0.200195 0.25)"})})})]}),d=t(i)({dataComponentName:"icons/JavaIcon"});export{i as Icon,d as JavaIcon};
@@ -0,0 +1 @@
1
+ export { JavaIcon } from './JavaIcon.js';