zudoku 0.0.0-fa903e7 → 0.0.0-fabd0c1
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.
- package/client.d.ts +7 -0
- package/dist/app/demo.js +1 -1
- package/dist/app/demo.js.map +1 -1
- package/dist/app/entry.client.d.ts +1 -0
- package/dist/app/entry.client.js +14 -15
- package/dist/app/entry.client.js.map +1 -1
- package/dist/app/entry.server.d.ts +1 -0
- package/dist/app/entry.server.js +2 -2
- package/dist/app/entry.server.js.map +1 -1
- package/dist/app/main.d.ts +1 -1
- package/dist/app/main.js +2 -1
- package/dist/app/main.js.map +1 -1
- package/dist/app/sentry.d.ts +3 -0
- package/dist/app/sentry.js +19 -0
- package/dist/app/sentry.js.map +1 -0
- package/dist/app/standalone.js +1 -1
- package/dist/app/standalone.js.map +1 -1
- package/dist/app/tailwind.d.ts +2 -1
- package/dist/app/tailwind.js +64 -52
- package/dist/app/tailwind.js.map +1 -1
- package/dist/cli/cli.js +0 -2
- package/dist/cli/cli.js.map +1 -1
- package/dist/cli/cmds/build.js +1 -0
- package/dist/cli/cmds/build.js.map +1 -1
- package/dist/cli/common/outdated.js +2 -1
- package/dist/cli/common/outdated.js.map +1 -1
- package/dist/config/common.d.ts +8 -0
- package/dist/config/common.js +2 -0
- package/dist/config/common.js.map +1 -0
- package/dist/config/config.d.ts +3 -2
- package/dist/config/loader.d.ts +20 -0
- package/dist/config/loader.js +154 -0
- package/dist/config/loader.js.map +1 -0
- package/dist/config/validators/InputSidebarSchema.d.ts +14 -13
- package/dist/config/validators/InputSidebarSchema.js.map +1 -1
- package/dist/config/validators/common.d.ts +4945 -0
- package/dist/config/validators/common.js +280 -0
- package/dist/config/validators/common.js.map +1 -0
- package/dist/config/validators/icon-types.d.ts +1 -0
- package/dist/config/validators/icon-types.js +2 -0
- package/dist/config/validators/icon-types.js.map +1 -0
- package/dist/config/validators/validate.d.ts +783 -533
- package/dist/config/validators/validate.js +9 -234
- package/dist/config/validators/validate.js.map +1 -1
- package/dist/lib/authentication/components/CallbackHandler.js +1 -1
- package/dist/lib/authentication/components/CallbackHandler.js.map +1 -1
- package/dist/lib/authentication/components/SignIn.js +1 -1
- package/dist/lib/authentication/components/SignIn.js.map +1 -1
- package/dist/lib/authentication/components/SignOut.js +1 -1
- package/dist/lib/authentication/components/SignOut.js.map +1 -1
- package/dist/lib/authentication/providers/openid.d.ts +7 -0
- package/dist/lib/authentication/providers/openid.js +8 -2
- package/dist/lib/authentication/providers/openid.js.map +1 -1
- package/dist/lib/components/AnchorLink.d.ts +1 -1
- package/dist/lib/components/AnchorLink.js +1 -1
- package/dist/lib/components/AnchorLink.js.map +1 -1
- package/dist/lib/components/Bootstrap.d.ts +1 -2
- package/dist/lib/components/Bootstrap.js +3 -3
- package/dist/lib/components/Bootstrap.js.map +1 -1
- package/dist/lib/components/Header.js +2 -2
- package/dist/lib/components/Header.js.map +1 -1
- package/dist/lib/components/Heading.d.ts +4 -4
- package/dist/lib/components/Heading.js +1 -1
- package/dist/lib/components/Heading.js.map +1 -1
- package/dist/lib/components/Layout.js +4 -3
- package/dist/lib/components/Layout.js.map +1 -1
- package/dist/lib/components/Markdown.js +1 -1
- package/dist/lib/components/Markdown.js.map +1 -1
- package/dist/lib/components/MobileTopNavigation.js +1 -1
- package/dist/lib/components/MobileTopNavigation.js.map +1 -1
- package/dist/lib/components/NotFoundPage.js +1 -1
- package/dist/lib/components/NotFoundPage.js.map +1 -1
- package/dist/lib/components/ReactMarkdown.d.ts +29 -0
- package/dist/lib/components/ReactMarkdown.js +182 -0
- package/dist/lib/components/ReactMarkdown.js.map +1 -0
- package/dist/lib/components/Search.d.ts +3 -1
- package/dist/lib/components/Search.js +3 -3
- package/dist/lib/components/Search.js.map +1 -1
- package/dist/lib/components/SlotletProvider.d.ts +2 -2
- package/dist/lib/components/SyntaxHighlight.js +0 -4
- package/dist/lib/components/SyntaxHighlight.js.map +1 -1
- package/dist/lib/components/TopNavigation.d.ts +1 -1
- package/dist/lib/components/TopNavigation.js +1 -1
- package/dist/lib/components/TopNavigation.js.map +1 -1
- package/dist/lib/components/Zudoku.js +1 -1
- package/dist/lib/components/Zudoku.js.map +1 -1
- package/dist/lib/components/context/ZudokuContext.js +1 -1
- package/dist/lib/components/context/ZudokuContext.js.map +1 -1
- package/dist/lib/components/index.d.ts +4 -4
- package/dist/lib/components/index.js +1 -1
- package/dist/lib/components/index.js.map +1 -1
- package/dist/lib/components/navigation/Sidebar.d.ts +3 -1
- package/dist/lib/components/navigation/Sidebar.js +2 -2
- package/dist/lib/components/navigation/Sidebar.js.map +1 -1
- package/dist/lib/components/navigation/SidebarBadge.d.ts +0 -9
- package/dist/lib/components/navigation/SidebarBadge.js +0 -9
- package/dist/lib/components/navigation/SidebarBadge.js.map +1 -1
- package/dist/lib/components/navigation/SidebarCategory.d.ts +2 -2
- package/dist/lib/components/navigation/SidebarCategory.js +4 -5
- package/dist/lib/components/navigation/SidebarCategory.js.map +1 -1
- package/dist/lib/components/navigation/SidebarItem.d.ts +2 -4
- package/dist/lib/components/navigation/SidebarItem.js +6 -11
- package/dist/lib/components/navigation/SidebarItem.js.map +1 -1
- package/dist/lib/components/navigation/SidebarWrapper.js +1 -1
- package/dist/lib/components/navigation/SidebarWrapper.js.map +1 -1
- package/dist/lib/components/navigation/utils.js +1 -1
- package/dist/lib/components/navigation/utils.js.map +1 -1
- package/dist/lib/core/ZudokuContext.d.ts +1 -1
- package/dist/lib/core/plugins.d.ts +3 -5
- package/dist/lib/core/plugins.js.map +1 -1
- package/dist/lib/errors/RouterError.js +1 -1
- package/dist/lib/errors/RouterError.js.map +1 -1
- package/dist/lib/oas/graphql/index.js +4 -1
- package/dist/lib/oas/graphql/index.js.map +1 -1
- package/dist/lib/plugins/api-catalog/Catalog.d.ts +2 -0
- package/dist/lib/plugins/api-catalog/Catalog.js +36 -0
- package/dist/lib/plugins/api-catalog/Catalog.js.map +1 -0
- package/dist/lib/plugins/api-catalog/index.d.ts +30 -0
- package/dist/lib/plugins/api-catalog/index.js +15 -0
- package/dist/lib/plugins/api-catalog/index.js.map +1 -0
- package/dist/lib/plugins/api-keys/CreateApiKey.js +1 -1
- package/dist/lib/plugins/api-keys/CreateApiKey.js.map +1 -1
- package/dist/lib/plugins/api-keys/ProtectedRoute.js +1 -1
- package/dist/lib/plugins/api-keys/ProtectedRoute.js.map +1 -1
- package/dist/lib/plugins/api-keys/SettingsApiKeys.js +1 -1
- package/dist/lib/plugins/api-keys/SettingsApiKeys.js.map +1 -1
- package/dist/lib/plugins/markdown/MdxPage.d.ts +1 -1
- package/dist/lib/plugins/markdown/MdxPage.js +3 -3
- package/dist/lib/plugins/markdown/MdxPage.js.map +1 -1
- package/dist/lib/plugins/markdown/index.d.ts +3 -1
- package/dist/lib/plugins/markdown/index.js.map +1 -1
- package/dist/lib/plugins/markdown/resolver.js.map +1 -1
- package/dist/lib/plugins/openapi/OperationList.js +24 -3
- package/dist/lib/plugins/openapi/OperationList.js.map +1 -1
- package/dist/lib/plugins/openapi/OperationListItem.d.ts +2 -1
- package/dist/lib/plugins/openapi/OperationListItem.js +14 -4
- package/dist/lib/plugins/openapi/OperationListItem.js.map +1 -1
- package/dist/lib/plugins/openapi/Route.d.ts +4 -2
- package/dist/lib/plugins/openapi/Route.js +25 -2
- package/dist/lib/plugins/openapi/Route.js.map +1 -1
- package/dist/lib/plugins/openapi/Sidecar.js +3 -13
- package/dist/lib/plugins/openapi/Sidecar.js.map +1 -1
- package/dist/lib/plugins/openapi/context.d.ts +3 -3
- package/dist/lib/plugins/openapi/graphql/gql.d.ts +1 -1
- package/dist/lib/plugins/openapi/graphql/gql.js +1 -1
- package/dist/lib/plugins/openapi/graphql/gql.js.map +1 -1
- package/dist/lib/plugins/openapi/graphql/graphql.d.ts +2 -0
- package/dist/lib/plugins/openapi/graphql/graphql.js +1 -0
- package/dist/lib/plugins/openapi/graphql/graphql.js.map +1 -1
- package/dist/lib/plugins/openapi/index.js +13 -13
- package/dist/lib/plugins/openapi/index.js.map +1 -1
- package/dist/lib/plugins/openapi/interfaces.d.ts +19 -0
- package/dist/lib/plugins/openapi/playground/PathParams.js +1 -1
- package/dist/lib/plugins/openapi/playground/PathParams.js.map +1 -1
- package/dist/lib/plugins/openapi/util/methodToColor.d.ts +20 -0
- package/dist/lib/plugins/openapi/util/methodToColor.js +24 -0
- package/dist/lib/plugins/openapi/util/methodToColor.js.map +1 -0
- package/dist/lib/plugins/openapi/util/sanitizeMarkdownForMetatag.d.ts +1 -0
- package/dist/lib/plugins/openapi/util/sanitizeMarkdownForMetatag.js +27 -0
- package/dist/lib/plugins/openapi/util/sanitizeMarkdownForMetatag.js.map +1 -0
- package/dist/lib/plugins/redirect/index.d.ts +1 -1
- package/dist/lib/plugins/redirect/index.js +1 -1
- package/dist/lib/plugins/redirect/index.js.map +1 -1
- package/dist/lib/plugins/search-inkeep/index.d.ts +22 -3
- package/dist/lib/plugins/search-inkeep/index.js +41 -5
- package/dist/lib/plugins/search-inkeep/index.js.map +1 -1
- package/dist/lib/plugins/search-inkeep/inkeep.d.ts +3 -4
- package/dist/lib/plugins/search-inkeep/inkeep.js.map +1 -1
- package/dist/lib/ui/Button.d.ts +1 -1
- package/dist/lib/ui/Command.d.ts +1 -1
- package/dist/lib/util/MdxComponents.d.ts +18 -19
- package/dist/lib/util/MdxComponents.js +1 -3
- package/dist/lib/util/MdxComponents.js.map +1 -1
- package/dist/lib/util/createVariantComponent.d.ts +2 -2
- package/dist/lib/util/useExposedProps.js +1 -1
- package/dist/lib/util/useExposedProps.js.map +1 -1
- package/dist/lib/util/useOnScreen.d.ts +1 -1
- package/dist/lib/util/useScrollToAnchor.js +1 -1
- package/dist/lib/util/useScrollToAnchor.js.map +1 -1
- package/dist/lib/util/useScrollToTop.js +1 -1
- package/dist/lib/util/useScrollToTop.js.map +1 -1
- package/dist/vite/build.js +15 -3
- package/dist/vite/build.js.map +1 -1
- package/dist/vite/config.d.ts +6 -4
- package/dist/vite/config.js +59 -24
- package/dist/vite/config.js.map +1 -1
- package/dist/vite/config.test.js +4 -1
- package/dist/vite/config.test.js.map +1 -1
- package/dist/vite/css/collect.d.ts +2 -0
- package/dist/vite/css/collect.js +27 -0
- package/dist/vite/css/collect.js.map +1 -0
- package/dist/vite/css/plugin.d.ts +5 -0
- package/dist/vite/css/plugin.js +79 -0
- package/dist/vite/css/plugin.js.map +1 -0
- package/dist/vite/dev-server.js +19 -6
- package/dist/vite/dev-server.js.map +1 -1
- package/dist/vite/output.d.ts +1 -1
- package/dist/vite/output.js +25 -16
- package/dist/vite/output.js.map +1 -1
- package/dist/vite/plugin-api.js +79 -10
- package/dist/vite/plugin-api.js.map +1 -1
- package/dist/vite/plugin-component.js +1 -0
- package/dist/vite/plugin-component.js.map +1 -1
- package/dist/vite/plugin-config-reload.d.ts +1 -2
- package/dist/vite/plugin-config-reload.js.map +1 -1
- package/dist/vite/plugin-config.js +20 -0
- package/dist/vite/plugin-config.js.map +1 -1
- package/dist/vite/plugin-mdx.js +50 -1
- package/dist/vite/plugin-mdx.js.map +1 -1
- package/dist/vite/{plugin-custom-css.d.ts → plugin-theme-css.d.ts} +2 -2
- package/dist/vite/{plugin-custom-css.js → plugin-theme-css.js} +10 -3
- package/dist/vite/plugin-theme-css.js.map +1 -0
- package/dist/vite/plugin.d.ts +1 -2
- package/dist/vite/plugin.js +6 -2
- package/dist/vite/plugin.js.map +1 -1
- package/dist/vite/prerender.d.ts +2 -1
- package/dist/vite/prerender.js +2 -2
- package/dist/vite/prerender.js.map +1 -1
- package/dist/vite/sitemap.d.ts +1 -1
- package/dist/zuplo/env.d.ts +6 -0
- package/dist/zuplo/env.js +9 -0
- package/dist/zuplo/env.js.map +1 -0
- package/dist/zuplo/with-zuplo.d.ts +2 -2
- package/dist/zuplo/with-zuplo.js.map +1 -1
- package/lib/AnchorLink-DFZZbmvr.js +34 -0
- package/lib/AnchorLink-DFZZbmvr.js.map +1 -0
- package/lib/{AuthenticationPlugin-D0Em0SwR.js → AuthenticationPlugin-fB7viE7A.js} +15 -16
- package/lib/AuthenticationPlugin-fB7viE7A.js.map +1 -0
- package/lib/{Button-jK0EsymC.js → Button-DeAoTouo.js} +4 -4
- package/lib/{Button-jK0EsymC.js.map → Button-DeAoTouo.js.map} +1 -1
- package/lib/{CategoryHeading-Bb9dqxD3.js → CategoryHeading-CBconmtI.js} +3 -3
- package/lib/{CategoryHeading-Bb9dqxD3.js.map → CategoryHeading-CBconmtI.js.map} +1 -1
- package/lib/ClientOnly-E7hGysn1.js.map +1 -1
- package/lib/{Dialog-k70Qfukb.js → Dialog-Bxv1yEIg.js} +3 -3
- package/lib/{Dialog-k70Qfukb.js.map → Dialog-Bxv1yEIg.js.map} +1 -1
- package/lib/{Markdown-ievDDhFT.js → Markdown-CZDLNOFc.js} +13227 -13217
- package/lib/Markdown-CZDLNOFc.js.map +1 -0
- package/lib/{MdxPage-B2FpJ9KC.js → MdxPage-CPBw4_lf.js} +82 -77
- package/lib/MdxPage-CPBw4_lf.js.map +1 -0
- package/lib/OperationList-n4U_BHmO.js +5062 -0
- package/lib/OperationList-n4U_BHmO.js.map +1 -0
- package/lib/Route-C8nwd9A2.js +37 -0
- package/lib/Route-C8nwd9A2.js.map +1 -0
- package/lib/{Select-O9ZM3ZgX.js → Select-D3XuKKuH.js} +5 -5
- package/lib/{Select-O9ZM3ZgX.js.map → Select-D3XuKKuH.js.map} +1 -1
- package/lib/SlotletProvider-pfc9oejW.js +221 -0
- package/lib/SlotletProvider-pfc9oejW.js.map +1 -0
- package/lib/{Spinner-3cQDBVGr.js → Spinner-DuxJLLNE.js} +2 -2
- package/lib/{Spinner-3cQDBVGr.js.map → Spinner-DuxJLLNE.js.map} +1 -1
- package/lib/StaggeredRender-DgsamH_G.js +17 -0
- package/lib/StaggeredRender-DgsamH_G.js.map +1 -0
- package/lib/{SyntaxHighlight-DkLOsjHS.js → SyntaxHighlight-Bz-lOJtH.js} +8 -12
- package/lib/{SyntaxHighlight-DkLOsjHS.js.map → SyntaxHighlight-Bz-lOJtH.js.map} +1 -1
- package/lib/assets/{index-B_Jk_Yzp.js → index-C7jnHK4b.js} +218 -197
- package/lib/assets/index-C7jnHK4b.js.map +1 -0
- package/lib/assets/{worker-BHClFO3A.js → worker-D2kRl-cG.js} +5285 -4904
- package/lib/assets/worker-D2kRl-cG.js.map +1 -0
- package/lib/chunk-D52XG6IA-Dl7HLe6j.js +1823 -0
- package/lib/chunk-D52XG6IA-Dl7HLe6j.js.map +1 -0
- package/lib/{cn-BmFQLtkS.js → cn-qaFjX9_3.js} +2 -2
- package/lib/cn-qaFjX9_3.js.map +1 -0
- package/lib/{context-D1nXWxm7.js → context-h_UkBLvr.js} +2 -2
- package/lib/context-h_UkBLvr.js.map +1 -0
- package/lib/{createServer-CpJlUPtn.js → createServer-69sLlmQA.js} +4820 -4440
- package/lib/createServer-69sLlmQA.js.map +1 -0
- package/lib/{hook-hEqe7fPB.js → hook-DgGeo5iL.js} +3 -3
- package/lib/{hook-hEqe7fPB.js.map → hook-DgGeo5iL.js.map} +1 -1
- package/lib/{index-CkwDvuPt.js → index-CBXSgjaE.js} +259 -238
- package/lib/index-CBXSgjaE.js.map +1 -0
- package/lib/index-CPNSgwSb.js +36 -0
- package/lib/index-CPNSgwSb.js.map +1 -0
- package/lib/index-DStSNvP-.js +1284 -0
- package/lib/index-DStSNvP-.js.map +1 -0
- package/lib/index-LNp6rxyU.js.map +1 -1
- package/lib/index.esm-BSV1C092.js +692 -0
- package/lib/index.esm-BSV1C092.js.map +1 -0
- package/lib/index.esm-BnnBRKJX.js +1214 -0
- package/lib/index.esm-BnnBRKJX.js.map +1 -0
- package/lib/invariant-Caa8-XvF.js.map +1 -1
- package/lib/jsx-runtime-Dx-03ztt.js +446 -0
- package/lib/jsx-runtime-Dx-03ztt.js.map +1 -0
- package/lib/object_hash-BNWPnMN9.js +787 -0
- package/lib/object_hash-BNWPnMN9.js.map +1 -0
- package/lib/post-processors/removeExtensions.js.map +1 -1
- package/lib/post-processors/removePaths.js.map +1 -1
- package/lib/post-processors/traverse.js.map +1 -1
- package/lib/prism-csharp.min-DUwvItt4.js +63 -0
- package/lib/{prism-csharp.min-Yizuc34Y.js.map → prism-csharp.min-DUwvItt4.js.map} +1 -1
- package/lib/prism-java.min-BtgBR4yd.js +35 -0
- package/lib/{prism-java.min-d5iT_mOd.js.map → prism-java.min-BtgBR4yd.js.map} +1 -1
- package/lib/prism-markup-BNGj0Tvm.js.map +1 -1
- package/lib/prism-ruby.min-DeDXCp1r.js +38 -0
- package/lib/{prism-ruby.min-C7LwcKyz.js.map → prism-ruby.min-DeDXCp1r.js.map} +1 -1
- package/lib/prism-typescript.min-CD7H2IYQ.js +34 -0
- package/lib/{prism-typescript.min-oSVeWCAd.js.map → prism-typescript.min-CD7H2IYQ.js.map} +1 -1
- package/lib/state-CFQsUZUP.js +202 -0
- package/lib/state-CFQsUZUP.js.map +1 -0
- package/lib/ui/Accordion.js +2 -2
- package/lib/ui/Accordion.js.map +1 -1
- package/lib/ui/ActionButton.js +4 -4
- package/lib/ui/ActionButton.js.map +1 -1
- package/lib/ui/Alert.js +3 -3
- package/lib/ui/Alert.js.map +1 -1
- package/lib/ui/AlertDialog.js +2 -2
- package/lib/ui/AlertDialog.js.map +1 -1
- package/lib/ui/Badge.js +3 -3
- package/lib/ui/Badge.js.map +1 -1
- package/lib/ui/Breadcrumb.js +2 -2
- package/lib/ui/Breadcrumb.js.map +1 -1
- package/lib/ui/Button.js +3 -3
- package/lib/ui/Button.js.map +1 -1
- package/lib/ui/Callout.js +2 -2
- package/lib/ui/Callout.js.map +1 -1
- package/lib/ui/Card.js +2 -2
- package/lib/ui/Card.js.map +1 -1
- package/lib/ui/Carousel.js +407 -401
- package/lib/ui/Carousel.js.map +1 -1
- package/lib/ui/Checkbox.js +2 -2
- package/lib/ui/Checkbox.js.map +1 -1
- package/lib/ui/Command.js +111 -108
- package/lib/ui/Command.js.map +1 -1
- package/lib/ui/Dialog.js +2 -2
- package/lib/ui/Dialog.js.map +1 -1
- package/lib/ui/Drawer.js +81 -81
- package/lib/ui/Drawer.js.map +1 -1
- package/lib/ui/DropdownMenu.js +2 -2
- package/lib/ui/DropdownMenu.js.map +1 -1
- package/lib/ui/Form.js +3 -3
- package/lib/ui/Form.js.map +1 -1
- package/lib/ui/HoverCard.js +2 -2
- package/lib/ui/Input.js +2 -2
- package/lib/ui/Input.js.map +1 -1
- package/lib/ui/Label.js +3 -3
- package/lib/ui/Pagination.js +2 -2
- package/lib/ui/Pagination.js.map +1 -1
- package/lib/ui/Popover.js +2 -2
- package/lib/ui/Popover.js.map +1 -1
- package/lib/ui/Progress.js +2 -2
- package/lib/ui/Progress.js.map +1 -1
- package/lib/ui/RadioGroup.js +2 -2
- package/lib/ui/RadioGroup.js.map +1 -1
- package/lib/ui/ScrollArea.js +2 -2
- package/lib/ui/ScrollArea.js.map +1 -1
- package/lib/ui/Select.js +2 -2
- package/lib/ui/Select.js.map +1 -1
- package/lib/ui/Skeleton.js +2 -2
- package/lib/ui/Skeleton.js.map +1 -1
- package/lib/ui/Slider.js +2 -2
- package/lib/ui/Switch.js +2 -2
- package/lib/ui/Switch.js.map +1 -1
- package/lib/ui/Tabs.js +2 -2
- package/lib/ui/Textarea.js +2 -2
- package/lib/ui/Textarea.js.map +1 -1
- package/lib/ui/Toggle.js +3 -3
- package/lib/ui/Toggle.js.map +1 -1
- package/lib/ui/ToggleGroup.js +2 -2
- package/lib/ui/ToggleGroup.js.map +1 -1
- package/lib/ui/Tooltip.js +2 -2
- package/lib/useExposedProps-DE9lR6MF.js +9 -0
- package/lib/useExposedProps-DE9lR6MF.js.map +1 -0
- package/lib/{utils-DcpDOncX.js → utils-B4O1uet5.js} +35 -36
- package/lib/{utils-DcpDOncX.js.map → utils-B4O1uet5.js.map} +1 -1
- package/lib/zudoku.auth-auth0.js +1 -1
- package/lib/zudoku.auth-auth0.js.map +1 -1
- package/lib/zudoku.auth-clerk.js +2 -2
- package/lib/zudoku.auth-clerk.js.map +1 -1
- package/lib/zudoku.auth-openid.js +382 -374
- package/lib/zudoku.auth-openid.js.map +1 -1
- package/lib/zudoku.components.js +773 -992
- package/lib/zudoku.components.js.map +1 -1
- package/lib/zudoku.openapi-worker.js +1 -1
- package/lib/zudoku.openapi-worker.js.map +1 -1
- package/lib/zudoku.plugin-api-catalog.js +123 -0
- package/lib/zudoku.plugin-api-catalog.js.map +1 -0
- package/lib/zudoku.plugin-api-keys.js +15 -16
- package/lib/zudoku.plugin-api-keys.js.map +1 -1
- package/lib/zudoku.plugin-custom-pages.js +4 -4
- package/lib/zudoku.plugin-custom-pages.js.map +1 -1
- package/lib/zudoku.plugin-markdown.js +2 -2
- package/lib/zudoku.plugin-markdown.js.map +1 -1
- package/lib/zudoku.plugin-openapi.js +5 -5
- package/lib/zudoku.plugin-redirect.js +1 -1
- package/lib/zudoku.plugin-redirect.js.map +1 -1
- package/lib/zudoku.plugin-search-inkeep.js +53 -24
- package/lib/zudoku.plugin-search-inkeep.js.map +1 -1
- package/package.json +59 -47
- package/src/app/demo.tsx +1 -1
- package/src/app/entry.client.tsx +16 -15
- package/src/app/entry.server.tsx +3 -2
- package/src/app/main.tsx +6 -2
- package/src/app/sentry.ts +24 -0
- package/src/app/standalone.tsx +1 -1
- package/src/app/tailwind.ts +67 -52
- package/src/lib/authentication/components/CallbackHandler.tsx +1 -1
- package/src/lib/authentication/components/SignIn.tsx +1 -1
- package/src/lib/authentication/components/SignOut.tsx +1 -1
- package/src/lib/authentication/providers/openid.tsx +12 -5
- package/src/lib/components/AnchorLink.tsx +1 -1
- package/src/lib/components/Bootstrap.tsx +4 -6
- package/src/lib/components/Header.tsx +2 -2
- package/src/lib/components/Heading.tsx +13 -13
- package/src/lib/components/Layout.tsx +10 -5
- package/src/lib/components/Markdown.tsx +1 -1
- package/src/lib/components/MobileTopNavigation.tsx +18 -18
- package/src/lib/components/NotFoundPage.tsx +1 -1
- package/src/lib/components/ReactMarkdown.license.txt +21 -0
- package/src/lib/components/ReactMarkdown.tsx +264 -0
- package/src/lib/components/Search.tsx +3 -3
- package/src/lib/components/SlotletProvider.tsx +1 -1
- package/src/lib/components/SyntaxHighlight.tsx +0 -4
- package/src/lib/components/TopNavigation.tsx +2 -2
- package/src/lib/components/Zudoku.tsx +1 -1
- package/src/lib/components/context/ZudokuContext.ts +1 -1
- package/src/lib/components/index.ts +1 -1
- package/src/lib/components/navigation/Sidebar.tsx +18 -8
- package/src/lib/components/navigation/SidebarBadge.tsx +0 -10
- package/src/lib/components/navigation/SidebarCategory.tsx +11 -10
- package/src/lib/components/navigation/SidebarItem.tsx +11 -14
- package/src/lib/components/navigation/SidebarWrapper.tsx +1 -1
- package/src/lib/components/navigation/utils.ts +1 -1
- package/src/lib/core/ZudokuContext.ts +1 -1
- package/src/lib/core/plugins.ts +3 -7
- package/src/lib/errors/RouterError.tsx +1 -1
- package/src/lib/oas/graphql/index.ts +4 -1
- package/src/lib/plugins/api-catalog/Catalog.tsx +123 -0
- package/src/lib/plugins/api-catalog/index.tsx +64 -0
- package/src/lib/plugins/api-keys/CreateApiKey.tsx +1 -1
- package/src/lib/plugins/api-keys/ProtectedRoute.tsx +1 -1
- package/src/lib/plugins/api-keys/SettingsApiKeys.tsx +1 -1
- package/src/lib/plugins/api-keys/index.tsx +1 -1
- package/src/lib/plugins/custom-pages/index.tsx +1 -1
- package/src/lib/plugins/markdown/MdxPage.tsx +3 -1
- package/src/lib/plugins/markdown/index.tsx +4 -2
- package/src/lib/plugins/markdown/resolver.ts +2 -4
- package/src/lib/plugins/openapi/OperationList.tsx +64 -8
- package/src/lib/plugins/openapi/OperationListItem.tsx +31 -2
- package/src/lib/plugins/openapi/Route.tsx +45 -9
- package/src/lib/plugins/openapi/Sidecar.tsx +3 -17
- package/src/lib/plugins/openapi/context.tsx +2 -2
- package/src/lib/plugins/openapi/graphql/gql.ts +2 -2
- package/src/lib/plugins/openapi/graphql/graphql.ts +3 -0
- package/src/lib/plugins/openapi/index.tsx +35 -28
- package/src/lib/plugins/openapi/interfaces.ts +22 -1
- package/src/lib/plugins/openapi/playground/PathParams.tsx +1 -0
- package/src/lib/plugins/openapi/util/methodToColor.ts +27 -0
- package/src/lib/plugins/openapi/util/sanitizeMarkdownForMetatag.tsx +32 -0
- package/src/lib/plugins/redirect/index.tsx +2 -2
- package/src/lib/plugins/search-inkeep/index.tsx +78 -23
- package/src/lib/plugins/search-inkeep/inkeep.ts +3 -9
- package/src/lib/util/MdxComponents.tsx +3 -8
- package/src/lib/util/createVariantComponent.tsx +2 -2
- package/src/lib/util/useExposedProps.tsx +1 -1
- package/src/lib/util/useScrollToAnchor.ts +1 -1
- package/src/lib/util/useScrollToTop.ts +1 -1
- package/dist/lib/plugins/search-inkeep/InkeepCustomTrigger.d.ts +0 -2
- package/dist/lib/plugins/search-inkeep/InkeepCustomTrigger.js +0 -3
- package/dist/lib/plugins/search-inkeep/InkeepCustomTrigger.js.map +0 -1
- package/dist/vite/plugin-custom-css.js.map +0 -1
- package/lib/AnchorLink-CDlhr8gL.js +0 -706
- package/lib/AnchorLink-CDlhr8gL.js.map +0 -1
- package/lib/AuthenticationPlugin-D0Em0SwR.js.map +0 -1
- package/lib/InkeepCustomTrigger-CE5-K5ex.js +0 -6
- package/lib/InkeepCustomTrigger-CE5-K5ex.js.map +0 -1
- package/lib/Markdown-ievDDhFT.js.map +0 -1
- package/lib/MdxPage-B2FpJ9KC.js.map +0 -1
- package/lib/OperationList-BkNQEsNs.js +0 -4693
- package/lib/OperationList-BkNQEsNs.js.map +0 -1
- package/lib/Route-DlG_HTMu.js +0 -11
- package/lib/Route-DlG_HTMu.js.map +0 -1
- package/lib/SidebarBadge-DxFJcJ6V.js +0 -51
- package/lib/SidebarBadge-DxFJcJ6V.js.map +0 -1
- package/lib/SlotletProvider-DyomlzGx.js +0 -252
- package/lib/SlotletProvider-DyomlzGx.js.map +0 -1
- package/lib/assets/index-B_Jk_Yzp.js.map +0 -1
- package/lib/assets/worker-BHClFO3A.js.map +0 -1
- package/lib/cn-BmFQLtkS.js.map +0 -1
- package/lib/context-D1nXWxm7.js.map +0 -1
- package/lib/createServer-CpJlUPtn.js.map +0 -1
- package/lib/index-BuAyrJe3.js +0 -46
- package/lib/index-BuAyrJe3.js.map +0 -1
- package/lib/index-C7SaIME0.js +0 -1277
- package/lib/index-C7SaIME0.js.map +0 -1
- package/lib/index-CkwDvuPt.js.map +0 -1
- package/lib/index-Czzd9rjU.js +0 -899
- package/lib/index-Czzd9rjU.js.map +0 -1
- package/lib/index-Yn8c3UWE.js +0 -921
- package/lib/index-Yn8c3UWE.js.map +0 -1
- package/lib/index.esm-C5mr_sKO.js +0 -1193
- package/lib/index.esm-C5mr_sKO.js.map +0 -1
- package/lib/jsx-runtime-B6kdoens.js +0 -635
- package/lib/jsx-runtime-B6kdoens.js.map +0 -1
- package/lib/object_hash-CvlLgU-M.js +0 -785
- package/lib/object_hash-CvlLgU-M.js.map +0 -1
- package/lib/prism-csharp.min-Yizuc34Y.js +0 -35
- package/lib/prism-java.min-d5iT_mOd.js +0 -7
- package/lib/prism-markup-templating-DZrrEs0A.js +0 -62
- package/lib/prism-markup-templating-DZrrEs0A.js.map +0 -1
- package/lib/prism-php.min-o7FpoMP_.js +0 -11
- package/lib/prism-php.min-o7FpoMP_.js.map +0 -1
- package/lib/prism-ruby.min-C7LwcKyz.js +0 -10
- package/lib/prism-typescript.min-oSVeWCAd.js +0 -6
- package/lib/router-lfyopgBI.js +0 -3024
- package/lib/router-lfyopgBI.js.map +0 -1
- package/lib/state-tsXBLONe.js +0 -203
- package/lib/state-tsXBLONe.js.map +0 -1
- package/lib/useExposedProps-CTPtylCV.js +0 -10
- package/lib/useExposedProps-CTPtylCV.js.map +0 -1
- package/src/lib/plugins/search-inkeep/InkeepCustomTrigger.tsx +0 -3
|
@@ -1,706 +0,0 @@
|
|
|
1
|
-
var re = Object.defineProperty;
|
|
2
|
-
var ne = (e, t, r) => t in e ? re(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r;
|
|
3
|
-
var T = (e, t, r) => ne(e, typeof t != "symbol" ? t + "" : t, r);
|
|
4
|
-
import d, { Component as L } from "react";
|
|
5
|
-
import { g as F } from "./_commonjsHelpers-BkfeUUK-.js";
|
|
6
|
-
import { j as se } from "./jsx-runtime-B6kdoens.js";
|
|
7
|
-
import { L as oe } from "./index-Yn8c3UWE.js";
|
|
8
|
-
import { u as ie } from "./index-Czzd9rjU.js";
|
|
9
|
-
const k = {}, X = d.createContext(k);
|
|
10
|
-
function ae(e) {
|
|
11
|
-
const t = d.useContext(X);
|
|
12
|
-
return d.useMemo(
|
|
13
|
-
function() {
|
|
14
|
-
return typeof e == "function" ? e(t) : { ...t, ...e };
|
|
15
|
-
},
|
|
16
|
-
[t, e]
|
|
17
|
-
);
|
|
18
|
-
}
|
|
19
|
-
function ze(e) {
|
|
20
|
-
let t;
|
|
21
|
-
return e.disableParentContext ? t = typeof e.components == "function" ? e.components(k) : e.components || k : t = ae(e.components), d.createElement(
|
|
22
|
-
X.Provider,
|
|
23
|
-
{ value: t },
|
|
24
|
-
e.children
|
|
25
|
-
);
|
|
26
|
-
}
|
|
27
|
-
var le = typeof Element < "u", ce = typeof Map == "function", ue = typeof Set == "function", fe = typeof ArrayBuffer == "function" && !!ArrayBuffer.isView;
|
|
28
|
-
function x(e, t) {
|
|
29
|
-
if (e === t) return !0;
|
|
30
|
-
if (e && t && typeof e == "object" && typeof t == "object") {
|
|
31
|
-
if (e.constructor !== t.constructor) return !1;
|
|
32
|
-
var r, n, s;
|
|
33
|
-
if (Array.isArray(e)) {
|
|
34
|
-
if (r = e.length, r != t.length) return !1;
|
|
35
|
-
for (n = r; n-- !== 0; )
|
|
36
|
-
if (!x(e[n], t[n])) return !1;
|
|
37
|
-
return !0;
|
|
38
|
-
}
|
|
39
|
-
var o;
|
|
40
|
-
if (ce && e instanceof Map && t instanceof Map) {
|
|
41
|
-
if (e.size !== t.size) return !1;
|
|
42
|
-
for (o = e.entries(); !(n = o.next()).done; )
|
|
43
|
-
if (!t.has(n.value[0])) return !1;
|
|
44
|
-
for (o = e.entries(); !(n = o.next()).done; )
|
|
45
|
-
if (!x(n.value[1], t.get(n.value[0]))) return !1;
|
|
46
|
-
return !0;
|
|
47
|
-
}
|
|
48
|
-
if (ue && e instanceof Set && t instanceof Set) {
|
|
49
|
-
if (e.size !== t.size) return !1;
|
|
50
|
-
for (o = e.entries(); !(n = o.next()).done; )
|
|
51
|
-
if (!t.has(n.value[0])) return !1;
|
|
52
|
-
return !0;
|
|
53
|
-
}
|
|
54
|
-
if (fe && ArrayBuffer.isView(e) && ArrayBuffer.isView(t)) {
|
|
55
|
-
if (r = e.length, r != t.length) return !1;
|
|
56
|
-
for (n = r; n-- !== 0; )
|
|
57
|
-
if (e[n] !== t[n]) return !1;
|
|
58
|
-
return !0;
|
|
59
|
-
}
|
|
60
|
-
if (e.constructor === RegExp) return e.source === t.source && e.flags === t.flags;
|
|
61
|
-
if (e.valueOf !== Object.prototype.valueOf && typeof e.valueOf == "function" && typeof t.valueOf == "function") return e.valueOf() === t.valueOf();
|
|
62
|
-
if (e.toString !== Object.prototype.toString && typeof e.toString == "function" && typeof t.toString == "function") return e.toString() === t.toString();
|
|
63
|
-
if (s = Object.keys(e), r = s.length, r !== Object.keys(t).length) return !1;
|
|
64
|
-
for (n = r; n-- !== 0; )
|
|
65
|
-
if (!Object.prototype.hasOwnProperty.call(t, s[n])) return !1;
|
|
66
|
-
if (le && e instanceof Element) return !1;
|
|
67
|
-
for (n = r; n-- !== 0; )
|
|
68
|
-
if (!((s[n] === "_owner" || s[n] === "__v" || s[n] === "__o") && e.$$typeof) && !x(e[s[n]], t[s[n]]))
|
|
69
|
-
return !1;
|
|
70
|
-
return !0;
|
|
71
|
-
}
|
|
72
|
-
return e !== e && t !== t;
|
|
73
|
-
}
|
|
74
|
-
var pe = function(t, r) {
|
|
75
|
-
try {
|
|
76
|
-
return x(t, r);
|
|
77
|
-
} catch (n) {
|
|
78
|
-
if ((n.message || "").match(/stack|recursion/i))
|
|
79
|
-
return console.warn("react-fast-compare cannot handle circular refs"), !1;
|
|
80
|
-
throw n;
|
|
81
|
-
}
|
|
82
|
-
};
|
|
83
|
-
const me = /* @__PURE__ */ F(pe);
|
|
84
|
-
var de = function(e, t, r, n, s, o, c, i) {
|
|
85
|
-
if (process.env.NODE_ENV !== "production" && t === void 0)
|
|
86
|
-
throw new Error("invariant requires an error message argument");
|
|
87
|
-
if (!e) {
|
|
88
|
-
var l;
|
|
89
|
-
if (t === void 0)
|
|
90
|
-
l = new Error(
|
|
91
|
-
"Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings."
|
|
92
|
-
);
|
|
93
|
-
else {
|
|
94
|
-
var a = [r, n, s, o, c, i], u = 0;
|
|
95
|
-
l = new Error(
|
|
96
|
-
t.replace(/%s/g, function() {
|
|
97
|
-
return a[u++];
|
|
98
|
-
})
|
|
99
|
-
), l.name = "Invariant Violation";
|
|
100
|
-
}
|
|
101
|
-
throw l.framesToPop = 1, l;
|
|
102
|
-
}
|
|
103
|
-
}, he = de;
|
|
104
|
-
const z = /* @__PURE__ */ F(he);
|
|
105
|
-
var ye = function(t, r, n, s) {
|
|
106
|
-
var o = n ? n.call(s, t, r) : void 0;
|
|
107
|
-
if (o !== void 0)
|
|
108
|
-
return !!o;
|
|
109
|
-
if (t === r)
|
|
110
|
-
return !0;
|
|
111
|
-
if (typeof t != "object" || !t || typeof r != "object" || !r)
|
|
112
|
-
return !1;
|
|
113
|
-
var c = Object.keys(t), i = Object.keys(r);
|
|
114
|
-
if (c.length !== i.length)
|
|
115
|
-
return !1;
|
|
116
|
-
for (var l = Object.prototype.hasOwnProperty.bind(r), a = 0; a < c.length; a++) {
|
|
117
|
-
var u = c[a];
|
|
118
|
-
if (!l(u))
|
|
119
|
-
return !1;
|
|
120
|
-
var f = t[u], h = r[u];
|
|
121
|
-
if (o = n ? n.call(s, f, h, u) : void 0, o === !1 || o === void 0 && f !== h)
|
|
122
|
-
return !1;
|
|
123
|
-
}
|
|
124
|
-
return !0;
|
|
125
|
-
};
|
|
126
|
-
const Te = /* @__PURE__ */ F(ye);
|
|
127
|
-
var W = /* @__PURE__ */ ((e) => (e.BASE = "base", e.BODY = "body", e.HEAD = "head", e.HTML = "html", e.LINK = "link", e.META = "meta", e.NOSCRIPT = "noscript", e.SCRIPT = "script", e.STYLE = "style", e.TITLE = "title", e.FRAGMENT = "Symbol(react.fragment)", e))(W || {}), I = {
|
|
128
|
-
link: { rel: ["amphtml", "canonical", "alternate"] },
|
|
129
|
-
script: { type: ["application/ld+json"] },
|
|
130
|
-
meta: {
|
|
131
|
-
charset: "",
|
|
132
|
-
name: ["generator", "robots", "description"],
|
|
133
|
-
property: [
|
|
134
|
-
"og:type",
|
|
135
|
-
"og:title",
|
|
136
|
-
"og:url",
|
|
137
|
-
"og:image",
|
|
138
|
-
"og:image:alt",
|
|
139
|
-
"og:description",
|
|
140
|
-
"twitter:url",
|
|
141
|
-
"twitter:title",
|
|
142
|
-
"twitter:description",
|
|
143
|
-
"twitter:image",
|
|
144
|
-
"twitter:image:alt",
|
|
145
|
-
"twitter:card",
|
|
146
|
-
"twitter:site"
|
|
147
|
-
]
|
|
148
|
-
}
|
|
149
|
-
}, N = Object.values(W), U = {
|
|
150
|
-
accesskey: "accessKey",
|
|
151
|
-
charset: "charSet",
|
|
152
|
-
class: "className",
|
|
153
|
-
contenteditable: "contentEditable",
|
|
154
|
-
contextmenu: "contextMenu",
|
|
155
|
-
"http-equiv": "httpEquiv",
|
|
156
|
-
itemprop: "itemProp",
|
|
157
|
-
tabindex: "tabIndex"
|
|
158
|
-
}, ge = Object.entries(U).reduce(
|
|
159
|
-
(e, [t, r]) => (e[r] = t, e),
|
|
160
|
-
{}
|
|
161
|
-
), y = "data-rh", C = {
|
|
162
|
-
DEFAULT_TITLE: "defaultTitle",
|
|
163
|
-
DEFER: "defer",
|
|
164
|
-
ENCODE_SPECIAL_CHARACTERS: "encodeSpecialCharacters",
|
|
165
|
-
ON_CHANGE_CLIENT_STATE: "onChangeClientState",
|
|
166
|
-
TITLE_TEMPLATE: "titleTemplate",
|
|
167
|
-
PRIORITIZE_SEO_TAGS: "prioritizeSeoTags"
|
|
168
|
-
}, E = (e, t) => {
|
|
169
|
-
for (let r = e.length - 1; r >= 0; r -= 1) {
|
|
170
|
-
const n = e[r];
|
|
171
|
-
if (Object.prototype.hasOwnProperty.call(n, t))
|
|
172
|
-
return n[t];
|
|
173
|
-
}
|
|
174
|
-
return null;
|
|
175
|
-
}, ve = (e) => {
|
|
176
|
-
let t = E(
|
|
177
|
-
e,
|
|
178
|
-
"title"
|
|
179
|
-
/* TITLE */
|
|
180
|
-
);
|
|
181
|
-
const r = E(e, C.TITLE_TEMPLATE);
|
|
182
|
-
if (Array.isArray(t) && (t = t.join("")), r && t)
|
|
183
|
-
return r.replace(/%s/g, () => t);
|
|
184
|
-
const n = E(e, C.DEFAULT_TITLE);
|
|
185
|
-
return t || n || void 0;
|
|
186
|
-
}, Ae = (e) => E(e, C.ON_CHANGE_CLIENT_STATE) || (() => {
|
|
187
|
-
}), $ = (e, t) => t.filter((r) => typeof r[e] < "u").map((r) => r[e]).reduce((r, n) => ({ ...r, ...n }), {}), Ce = (e, t) => t.filter((r) => typeof r.base < "u").map((r) => r.base).reverse().reduce((r, n) => {
|
|
188
|
-
if (!r.length) {
|
|
189
|
-
const s = Object.keys(n);
|
|
190
|
-
for (let o = 0; o < s.length; o += 1) {
|
|
191
|
-
const i = s[o].toLowerCase();
|
|
192
|
-
if (e.indexOf(i) !== -1 && n[i])
|
|
193
|
-
return r.concat(n);
|
|
194
|
-
}
|
|
195
|
-
}
|
|
196
|
-
return r;
|
|
197
|
-
}, []), Ee = (e) => console && typeof console.warn == "function" && console.warn(e), b = (e, t, r) => {
|
|
198
|
-
const n = {};
|
|
199
|
-
return r.filter((s) => Array.isArray(s[e]) ? !0 : (typeof s[e] < "u" && Ee(
|
|
200
|
-
`Helmet: ${e} should be of type "Array". Instead found type "${typeof s[e]}"`
|
|
201
|
-
), !1)).map((s) => s[e]).reverse().reduce((s, o) => {
|
|
202
|
-
const c = {};
|
|
203
|
-
o.filter((l) => {
|
|
204
|
-
let a;
|
|
205
|
-
const u = Object.keys(l);
|
|
206
|
-
for (let h = 0; h < u.length; h += 1) {
|
|
207
|
-
const p = u[h], g = p.toLowerCase();
|
|
208
|
-
t.indexOf(g) !== -1 && !(a === "rel" && l[a].toLowerCase() === "canonical") && !(g === "rel" && l[g].toLowerCase() === "stylesheet") && (a = g), t.indexOf(p) !== -1 && (p === "innerHTML" || p === "cssText" || p === "itemprop") && (a = p);
|
|
209
|
-
}
|
|
210
|
-
if (!a || !l[a])
|
|
211
|
-
return !1;
|
|
212
|
-
const f = l[a].toLowerCase();
|
|
213
|
-
return n[a] || (n[a] = {}), c[a] || (c[a] = {}), n[a][f] ? !1 : (c[a][f] = !0, !0);
|
|
214
|
-
}).reverse().forEach((l) => s.push(l));
|
|
215
|
-
const i = Object.keys(c);
|
|
216
|
-
for (let l = 0; l < i.length; l += 1) {
|
|
217
|
-
const a = i[l], u = {
|
|
218
|
-
...n[a],
|
|
219
|
-
...c[a]
|
|
220
|
-
};
|
|
221
|
-
n[a] = u;
|
|
222
|
-
}
|
|
223
|
-
return s;
|
|
224
|
-
}, []).reverse();
|
|
225
|
-
}, be = (e, t) => {
|
|
226
|
-
if (Array.isArray(e) && e.length) {
|
|
227
|
-
for (let r = 0; r < e.length; r += 1)
|
|
228
|
-
if (e[r][t])
|
|
229
|
-
return !0;
|
|
230
|
-
}
|
|
231
|
-
return !1;
|
|
232
|
-
}, Oe = (e) => ({
|
|
233
|
-
baseTag: Ce([
|
|
234
|
-
"href"
|
|
235
|
-
/* HREF */
|
|
236
|
-
], e),
|
|
237
|
-
bodyAttributes: $("bodyAttributes", e),
|
|
238
|
-
defer: E(e, C.DEFER),
|
|
239
|
-
encode: E(e, C.ENCODE_SPECIAL_CHARACTERS),
|
|
240
|
-
htmlAttributes: $("htmlAttributes", e),
|
|
241
|
-
linkTags: b(
|
|
242
|
-
"link",
|
|
243
|
-
[
|
|
244
|
-
"rel",
|
|
245
|
-
"href"
|
|
246
|
-
/* HREF */
|
|
247
|
-
],
|
|
248
|
-
e
|
|
249
|
-
),
|
|
250
|
-
metaTags: b(
|
|
251
|
-
"meta",
|
|
252
|
-
[
|
|
253
|
-
"name",
|
|
254
|
-
"charset",
|
|
255
|
-
"http-equiv",
|
|
256
|
-
"property",
|
|
257
|
-
"itemprop"
|
|
258
|
-
/* ITEM_PROP */
|
|
259
|
-
],
|
|
260
|
-
e
|
|
261
|
-
),
|
|
262
|
-
noscriptTags: b("noscript", [
|
|
263
|
-
"innerHTML"
|
|
264
|
-
/* INNER_HTML */
|
|
265
|
-
], e),
|
|
266
|
-
onChangeClientState: Ae(e),
|
|
267
|
-
scriptTags: b(
|
|
268
|
-
"script",
|
|
269
|
-
[
|
|
270
|
-
"src",
|
|
271
|
-
"innerHTML"
|
|
272
|
-
/* INNER_HTML */
|
|
273
|
-
],
|
|
274
|
-
e
|
|
275
|
-
),
|
|
276
|
-
styleTags: b("style", [
|
|
277
|
-
"cssText"
|
|
278
|
-
/* CSS_TEXT */
|
|
279
|
-
], e),
|
|
280
|
-
title: ve(e),
|
|
281
|
-
titleAttributes: $("titleAttributes", e),
|
|
282
|
-
prioritizeSeoTags: be(e, C.PRIORITIZE_SEO_TAGS)
|
|
283
|
-
}), Z = (e) => Array.isArray(e) ? e.join("") : e, Se = (e, t) => {
|
|
284
|
-
const r = Object.keys(e);
|
|
285
|
-
for (let n = 0; n < r.length; n += 1)
|
|
286
|
-
if (t[r[n]] && t[r[n]].includes(e[r[n]]))
|
|
287
|
-
return !0;
|
|
288
|
-
return !1;
|
|
289
|
-
}, D = (e, t) => Array.isArray(e) ? e.reduce(
|
|
290
|
-
(r, n) => (Se(n, t) ? r.priority.push(n) : r.default.push(n), r),
|
|
291
|
-
{ priority: [], default: [] }
|
|
292
|
-
) : { default: e, priority: [] }, V = (e, t) => ({
|
|
293
|
-
...e,
|
|
294
|
-
[t]: void 0
|
|
295
|
-
}), we = [
|
|
296
|
-
"noscript",
|
|
297
|
-
"script",
|
|
298
|
-
"style"
|
|
299
|
-
/* STYLE */
|
|
300
|
-
], H = (e, t = !0) => t === !1 ? String(e) : String(e).replace(/&/g, "&").replace(/</g, "<").replace(/>/g, ">").replace(/"/g, """).replace(/'/g, "'"), G = (e) => Object.keys(e).reduce((t, r) => {
|
|
301
|
-
const n = typeof e[r] < "u" ? `${r}="${e[r]}"` : `${r}`;
|
|
302
|
-
return t ? `${t} ${n}` : n;
|
|
303
|
-
}, ""), xe = (e, t, r, n) => {
|
|
304
|
-
const s = G(r), o = Z(t);
|
|
305
|
-
return s ? `<${e} ${y}="true" ${s}>${H(
|
|
306
|
-
o,
|
|
307
|
-
n
|
|
308
|
-
)}</${e}>` : `<${e} ${y}="true">${H(
|
|
309
|
-
o,
|
|
310
|
-
n
|
|
311
|
-
)}</${e}>`;
|
|
312
|
-
}, Pe = (e, t, r = !0) => t.reduce((n, s) => {
|
|
313
|
-
const o = s, c = Object.keys(o).filter(
|
|
314
|
-
(a) => !(a === "innerHTML" || a === "cssText")
|
|
315
|
-
).reduce((a, u) => {
|
|
316
|
-
const f = typeof o[u] > "u" ? u : `${u}="${H(o[u], r)}"`;
|
|
317
|
-
return a ? `${a} ${f}` : f;
|
|
318
|
-
}, ""), i = o.innerHTML || o.cssText || "", l = we.indexOf(e) === -1;
|
|
319
|
-
return `${n}<${e} ${y}="true" ${c}${l ? "/>" : `>${i}</${e}>`}`;
|
|
320
|
-
}, ""), J = (e, t = {}) => Object.keys(e).reduce((r, n) => {
|
|
321
|
-
const s = U[n];
|
|
322
|
-
return r[s || n] = e[n], r;
|
|
323
|
-
}, t), Ie = (e, t, r) => {
|
|
324
|
-
const n = {
|
|
325
|
-
key: t,
|
|
326
|
-
[y]: !0
|
|
327
|
-
}, s = J(r, n);
|
|
328
|
-
return [d.createElement("title", s, t)];
|
|
329
|
-
}, P = (e, t) => t.map((r, n) => {
|
|
330
|
-
const s = {
|
|
331
|
-
key: n,
|
|
332
|
-
[y]: !0
|
|
333
|
-
};
|
|
334
|
-
return Object.keys(r).forEach((o) => {
|
|
335
|
-
const i = U[o] || o;
|
|
336
|
-
if (i === "innerHTML" || i === "cssText") {
|
|
337
|
-
const l = r.innerHTML || r.cssText;
|
|
338
|
-
s.dangerouslySetInnerHTML = { __html: l };
|
|
339
|
-
} else
|
|
340
|
-
s[i] = r[o];
|
|
341
|
-
}), d.createElement(e, s);
|
|
342
|
-
}), m = (e, t, r = !0) => {
|
|
343
|
-
switch (e) {
|
|
344
|
-
case "title":
|
|
345
|
-
return {
|
|
346
|
-
toComponent: () => Ie(e, t.title, t.titleAttributes),
|
|
347
|
-
toString: () => xe(e, t.title, t.titleAttributes, r)
|
|
348
|
-
};
|
|
349
|
-
case "bodyAttributes":
|
|
350
|
-
case "htmlAttributes":
|
|
351
|
-
return {
|
|
352
|
-
toComponent: () => J(t),
|
|
353
|
-
toString: () => G(t)
|
|
354
|
-
};
|
|
355
|
-
default:
|
|
356
|
-
return {
|
|
357
|
-
toComponent: () => P(e, t),
|
|
358
|
-
toString: () => Pe(e, t, r)
|
|
359
|
-
};
|
|
360
|
-
}
|
|
361
|
-
}, $e = ({ metaTags: e, linkTags: t, scriptTags: r, encode: n }) => {
|
|
362
|
-
const s = D(e, I.meta), o = D(t, I.link), c = D(r, I.script);
|
|
363
|
-
return {
|
|
364
|
-
priorityMethods: {
|
|
365
|
-
toComponent: () => [
|
|
366
|
-
...P("meta", s.priority),
|
|
367
|
-
...P("link", o.priority),
|
|
368
|
-
...P("script", c.priority)
|
|
369
|
-
],
|
|
370
|
-
toString: () => (
|
|
371
|
-
// generate all the tags as strings and concatenate them
|
|
372
|
-
`${m("meta", s.priority, n)} ${m(
|
|
373
|
-
"link",
|
|
374
|
-
o.priority,
|
|
375
|
-
n
|
|
376
|
-
)} ${m("script", c.priority, n)}`
|
|
377
|
-
)
|
|
378
|
-
},
|
|
379
|
-
metaTags: s.default,
|
|
380
|
-
linkTags: o.default,
|
|
381
|
-
scriptTags: c.default
|
|
382
|
-
};
|
|
383
|
-
}, De = (e) => {
|
|
384
|
-
const {
|
|
385
|
-
baseTag: t,
|
|
386
|
-
bodyAttributes: r,
|
|
387
|
-
encode: n = !0,
|
|
388
|
-
htmlAttributes: s,
|
|
389
|
-
noscriptTags: o,
|
|
390
|
-
styleTags: c,
|
|
391
|
-
title: i = "",
|
|
392
|
-
titleAttributes: l,
|
|
393
|
-
prioritizeSeoTags: a
|
|
394
|
-
} = e;
|
|
395
|
-
let { linkTags: u, metaTags: f, scriptTags: h } = e, p = {
|
|
396
|
-
toComponent: () => {
|
|
397
|
-
},
|
|
398
|
-
toString: () => ""
|
|
399
|
-
};
|
|
400
|
-
return a && ({ priorityMethods: p, linkTags: u, metaTags: f, scriptTags: h } = $e(e)), {
|
|
401
|
-
priority: p,
|
|
402
|
-
base: m("base", t, n),
|
|
403
|
-
bodyAttributes: m("bodyAttributes", r, n),
|
|
404
|
-
htmlAttributes: m("htmlAttributes", s, n),
|
|
405
|
-
link: m("link", u, n),
|
|
406
|
-
meta: m("meta", f, n),
|
|
407
|
-
noscript: m("noscript", o, n),
|
|
408
|
-
script: m("script", h, n),
|
|
409
|
-
style: m("style", c, n),
|
|
410
|
-
title: m("title", { title: i, titleAttributes: l }, n)
|
|
411
|
-
};
|
|
412
|
-
}, _ = De, w = [], Q = !!(typeof window < "u" && window.document && window.document.createElement), R = class {
|
|
413
|
-
constructor(e, t) {
|
|
414
|
-
T(this, "instances", []);
|
|
415
|
-
T(this, "canUseDOM", Q);
|
|
416
|
-
T(this, "context");
|
|
417
|
-
T(this, "value", {
|
|
418
|
-
setHelmet: (e) => {
|
|
419
|
-
this.context.helmet = e;
|
|
420
|
-
},
|
|
421
|
-
helmetInstances: {
|
|
422
|
-
get: () => this.canUseDOM ? w : this.instances,
|
|
423
|
-
add: (e) => {
|
|
424
|
-
(this.canUseDOM ? w : this.instances).push(e);
|
|
425
|
-
},
|
|
426
|
-
remove: (e) => {
|
|
427
|
-
const t = (this.canUseDOM ? w : this.instances).indexOf(e);
|
|
428
|
-
(this.canUseDOM ? w : this.instances).splice(t, 1);
|
|
429
|
-
}
|
|
430
|
-
}
|
|
431
|
-
});
|
|
432
|
-
this.context = e, this.canUseDOM = t || !1, t || (e.helmet = _({
|
|
433
|
-
baseTag: [],
|
|
434
|
-
bodyAttributes: {},
|
|
435
|
-
encodeSpecialCharacters: !0,
|
|
436
|
-
htmlAttributes: {},
|
|
437
|
-
linkTags: [],
|
|
438
|
-
metaTags: [],
|
|
439
|
-
noscriptTags: [],
|
|
440
|
-
scriptTags: [],
|
|
441
|
-
styleTags: [],
|
|
442
|
-
title: "",
|
|
443
|
-
titleAttributes: {}
|
|
444
|
-
}));
|
|
445
|
-
}
|
|
446
|
-
}, Me = {}, ee = d.createContext(Me), v, ke = (v = class extends L {
|
|
447
|
-
constructor(r) {
|
|
448
|
-
super(r);
|
|
449
|
-
T(this, "helmetData");
|
|
450
|
-
this.helmetData = new R(this.props.context || {}, v.canUseDOM);
|
|
451
|
-
}
|
|
452
|
-
render() {
|
|
453
|
-
return /* @__PURE__ */ d.createElement(ee.Provider, { value: this.helmetData.value }, this.props.children);
|
|
454
|
-
}
|
|
455
|
-
}, T(v, "canUseDOM", Q), v), A = (e, t) => {
|
|
456
|
-
const r = document.head || document.querySelector(
|
|
457
|
-
"head"
|
|
458
|
-
/* HEAD */
|
|
459
|
-
), n = r.querySelectorAll(`${e}[${y}]`), s = [].slice.call(n), o = [];
|
|
460
|
-
let c;
|
|
461
|
-
return t && t.length && t.forEach((i) => {
|
|
462
|
-
const l = document.createElement(e);
|
|
463
|
-
for (const a in i)
|
|
464
|
-
if (Object.prototype.hasOwnProperty.call(i, a))
|
|
465
|
-
if (a === "innerHTML")
|
|
466
|
-
l.innerHTML = i.innerHTML;
|
|
467
|
-
else if (a === "cssText")
|
|
468
|
-
l.styleSheet ? l.styleSheet.cssText = i.cssText : l.appendChild(document.createTextNode(i.cssText));
|
|
469
|
-
else {
|
|
470
|
-
const u = a, f = typeof i[u] > "u" ? "" : i[u];
|
|
471
|
-
l.setAttribute(a, f);
|
|
472
|
-
}
|
|
473
|
-
l.setAttribute(y, "true"), s.some((a, u) => (c = u, l.isEqualNode(a))) ? s.splice(c, 1) : o.push(l);
|
|
474
|
-
}), s.forEach((i) => {
|
|
475
|
-
var l;
|
|
476
|
-
return (l = i.parentNode) == null ? void 0 : l.removeChild(i);
|
|
477
|
-
}), o.forEach((i) => r.appendChild(i)), {
|
|
478
|
-
oldTags: s,
|
|
479
|
-
newTags: o
|
|
480
|
-
};
|
|
481
|
-
}, j = (e, t) => {
|
|
482
|
-
const r = document.getElementsByTagName(e)[0];
|
|
483
|
-
if (!r)
|
|
484
|
-
return;
|
|
485
|
-
const n = r.getAttribute(y), s = n ? n.split(",") : [], o = [...s], c = Object.keys(t);
|
|
486
|
-
for (const i of c) {
|
|
487
|
-
const l = t[i] || "";
|
|
488
|
-
r.getAttribute(i) !== l && r.setAttribute(i, l), s.indexOf(i) === -1 && s.push(i);
|
|
489
|
-
const a = o.indexOf(i);
|
|
490
|
-
a !== -1 && o.splice(a, 1);
|
|
491
|
-
}
|
|
492
|
-
for (let i = o.length - 1; i >= 0; i -= 1)
|
|
493
|
-
r.removeAttribute(o[i]);
|
|
494
|
-
s.length === o.length ? r.removeAttribute(y) : r.getAttribute(y) !== c.join(",") && r.setAttribute(y, c.join(","));
|
|
495
|
-
}, He = (e, t) => {
|
|
496
|
-
typeof e < "u" && document.title !== e && (document.title = Z(e)), j("title", t);
|
|
497
|
-
}, Y = (e, t) => {
|
|
498
|
-
const {
|
|
499
|
-
baseTag: r,
|
|
500
|
-
bodyAttributes: n,
|
|
501
|
-
htmlAttributes: s,
|
|
502
|
-
linkTags: o,
|
|
503
|
-
metaTags: c,
|
|
504
|
-
noscriptTags: i,
|
|
505
|
-
onChangeClientState: l,
|
|
506
|
-
scriptTags: a,
|
|
507
|
-
styleTags: u,
|
|
508
|
-
title: f,
|
|
509
|
-
titleAttributes: h
|
|
510
|
-
} = e;
|
|
511
|
-
j("body", n), j("html", s), He(f, h);
|
|
512
|
-
const p = {
|
|
513
|
-
baseTag: A("base", r),
|
|
514
|
-
linkTags: A("link", o),
|
|
515
|
-
metaTags: A("meta", c),
|
|
516
|
-
noscriptTags: A("noscript", i),
|
|
517
|
-
scriptTags: A("script", a),
|
|
518
|
-
styleTags: A("style", u)
|
|
519
|
-
}, g = {}, q = {};
|
|
520
|
-
Object.keys(p).forEach((S) => {
|
|
521
|
-
const { newTags: K, oldTags: te } = p[S];
|
|
522
|
-
K.length && (g[S] = K), te.length && (q[S] = p[S].oldTags);
|
|
523
|
-
}), t && t(), l(e, g, q);
|
|
524
|
-
}, O = null, _e = (e) => {
|
|
525
|
-
O && cancelAnimationFrame(O), e.defer ? O = requestAnimationFrame(() => {
|
|
526
|
-
Y(e, () => {
|
|
527
|
-
O = null;
|
|
528
|
-
});
|
|
529
|
-
}) : (Y(e), O = null);
|
|
530
|
-
}, Re = _e, B = class extends L {
|
|
531
|
-
constructor() {
|
|
532
|
-
super(...arguments);
|
|
533
|
-
T(this, "rendered", !1);
|
|
534
|
-
}
|
|
535
|
-
shouldComponentUpdate(t) {
|
|
536
|
-
return !Te(t, this.props);
|
|
537
|
-
}
|
|
538
|
-
componentDidUpdate() {
|
|
539
|
-
this.emitChange();
|
|
540
|
-
}
|
|
541
|
-
componentWillUnmount() {
|
|
542
|
-
const { helmetInstances: t } = this.props.context;
|
|
543
|
-
t.remove(this), this.emitChange();
|
|
544
|
-
}
|
|
545
|
-
emitChange() {
|
|
546
|
-
const { helmetInstances: t, setHelmet: r } = this.props.context;
|
|
547
|
-
let n = null;
|
|
548
|
-
const s = Oe(
|
|
549
|
-
t.get().map((o) => {
|
|
550
|
-
const c = { ...o.props };
|
|
551
|
-
return delete c.context, c;
|
|
552
|
-
})
|
|
553
|
-
);
|
|
554
|
-
ke.canUseDOM ? Re(s) : _ && (n = _(s)), r(n);
|
|
555
|
-
}
|
|
556
|
-
// componentWillMount will be deprecated
|
|
557
|
-
// for SSR, initialize on first render
|
|
558
|
-
// constructor is also unsafe in StrictMode
|
|
559
|
-
init() {
|
|
560
|
-
if (this.rendered)
|
|
561
|
-
return;
|
|
562
|
-
this.rendered = !0;
|
|
563
|
-
const { helmetInstances: t } = this.props.context;
|
|
564
|
-
t.add(this), this.emitChange();
|
|
565
|
-
}
|
|
566
|
-
render() {
|
|
567
|
-
return this.init(), null;
|
|
568
|
-
}
|
|
569
|
-
}, M, Ne = (M = class extends L {
|
|
570
|
-
shouldComponentUpdate(e) {
|
|
571
|
-
return !me(V(this.props, "helmetData"), V(e, "helmetData"));
|
|
572
|
-
}
|
|
573
|
-
mapNestedChildrenToProps(e, t) {
|
|
574
|
-
if (!t)
|
|
575
|
-
return null;
|
|
576
|
-
switch (e.type) {
|
|
577
|
-
case "script":
|
|
578
|
-
case "noscript":
|
|
579
|
-
return {
|
|
580
|
-
innerHTML: t
|
|
581
|
-
};
|
|
582
|
-
case "style":
|
|
583
|
-
return {
|
|
584
|
-
cssText: t
|
|
585
|
-
};
|
|
586
|
-
default:
|
|
587
|
-
throw new Error(
|
|
588
|
-
`<${e.type} /> elements are self-closing and can not contain children. Refer to our API for more information.`
|
|
589
|
-
);
|
|
590
|
-
}
|
|
591
|
-
}
|
|
592
|
-
flattenArrayTypeChildren(e, t, r, n) {
|
|
593
|
-
return {
|
|
594
|
-
...t,
|
|
595
|
-
[e.type]: [
|
|
596
|
-
...t[e.type] || [],
|
|
597
|
-
{
|
|
598
|
-
...r,
|
|
599
|
-
...this.mapNestedChildrenToProps(e, n)
|
|
600
|
-
}
|
|
601
|
-
]
|
|
602
|
-
};
|
|
603
|
-
}
|
|
604
|
-
mapObjectTypeChildren(e, t, r, n) {
|
|
605
|
-
switch (e.type) {
|
|
606
|
-
case "title":
|
|
607
|
-
return {
|
|
608
|
-
...t,
|
|
609
|
-
[e.type]: n,
|
|
610
|
-
titleAttributes: { ...r }
|
|
611
|
-
};
|
|
612
|
-
case "body":
|
|
613
|
-
return {
|
|
614
|
-
...t,
|
|
615
|
-
bodyAttributes: { ...r }
|
|
616
|
-
};
|
|
617
|
-
case "html":
|
|
618
|
-
return {
|
|
619
|
-
...t,
|
|
620
|
-
htmlAttributes: { ...r }
|
|
621
|
-
};
|
|
622
|
-
default:
|
|
623
|
-
return {
|
|
624
|
-
...t,
|
|
625
|
-
[e.type]: { ...r }
|
|
626
|
-
};
|
|
627
|
-
}
|
|
628
|
-
}
|
|
629
|
-
mapArrayTypeChildrenToProps(e, t) {
|
|
630
|
-
let r = { ...t };
|
|
631
|
-
return Object.keys(e).forEach((n) => {
|
|
632
|
-
r = {
|
|
633
|
-
...r,
|
|
634
|
-
[n]: e[n]
|
|
635
|
-
};
|
|
636
|
-
}), r;
|
|
637
|
-
}
|
|
638
|
-
warnOnInvalidChildren(e, t) {
|
|
639
|
-
return z(
|
|
640
|
-
N.some((r) => e.type === r),
|
|
641
|
-
typeof e.type == "function" ? "You may be attempting to nest <Helmet> components within each other, which is not allowed. Refer to our API for more information." : `Only elements types ${N.join(
|
|
642
|
-
", "
|
|
643
|
-
)} are allowed. Helmet does not support rendering <${e.type}> elements. Refer to our API for more information.`
|
|
644
|
-
), z(
|
|
645
|
-
!t || typeof t == "string" || Array.isArray(t) && !t.some((r) => typeof r != "string"),
|
|
646
|
-
`Helmet expects a string as a child of <${e.type}>. Did you forget to wrap your children in braces? ( <${e.type}>{\`\`}</${e.type}> ) Refer to our API for more information.`
|
|
647
|
-
), !0;
|
|
648
|
-
}
|
|
649
|
-
mapChildrenToProps(e, t) {
|
|
650
|
-
let r = {};
|
|
651
|
-
return d.Children.forEach(e, (n) => {
|
|
652
|
-
if (!n || !n.props)
|
|
653
|
-
return;
|
|
654
|
-
const { children: s, ...o } = n.props, c = Object.keys(o).reduce((l, a) => (l[ge[a] || a] = o[a], l), {});
|
|
655
|
-
let { type: i } = n;
|
|
656
|
-
switch (typeof i == "symbol" ? i = i.toString() : this.warnOnInvalidChildren(n, s), i) {
|
|
657
|
-
case "Symbol(react.fragment)":
|
|
658
|
-
t = this.mapChildrenToProps(s, t);
|
|
659
|
-
break;
|
|
660
|
-
case "link":
|
|
661
|
-
case "meta":
|
|
662
|
-
case "noscript":
|
|
663
|
-
case "script":
|
|
664
|
-
case "style":
|
|
665
|
-
r = this.flattenArrayTypeChildren(
|
|
666
|
-
n,
|
|
667
|
-
r,
|
|
668
|
-
c,
|
|
669
|
-
s
|
|
670
|
-
);
|
|
671
|
-
break;
|
|
672
|
-
default:
|
|
673
|
-
t = this.mapObjectTypeChildren(n, t, c, s);
|
|
674
|
-
break;
|
|
675
|
-
}
|
|
676
|
-
}), this.mapArrayTypeChildrenToProps(r, t);
|
|
677
|
-
}
|
|
678
|
-
render() {
|
|
679
|
-
const { children: e, ...t } = this.props;
|
|
680
|
-
let r = { ...t }, { helmetData: n } = t;
|
|
681
|
-
if (e && (r = this.mapChildrenToProps(e, r)), n && !(n instanceof R)) {
|
|
682
|
-
const s = n;
|
|
683
|
-
n = new R(s.context, !0), delete r.helmetData;
|
|
684
|
-
}
|
|
685
|
-
return n ? /* @__PURE__ */ d.createElement(B, { ...r, context: n.value }) : /* @__PURE__ */ d.createElement(ee.Consumer, null, (s) => /* @__PURE__ */ d.createElement(B, { ...r, context: s }));
|
|
686
|
-
}
|
|
687
|
-
}, T(M, "defaultProps", {
|
|
688
|
-
defer: !0,
|
|
689
|
-
encodeSpecialCharacters: !0,
|
|
690
|
-
prioritizeSeoTags: !1
|
|
691
|
-
}), M);
|
|
692
|
-
const Ve = (e) => {
|
|
693
|
-
const t = ie(), r = typeof e.to == "string" ? e.to : e.to.hash, n = (s) => {
|
|
694
|
-
var o;
|
|
695
|
-
!(r != null && r.startsWith("#")) || r !== t.hash || (s.preventDefault(), (o = document.getElementById(r.slice(1))) == null || o.scrollIntoView());
|
|
696
|
-
};
|
|
697
|
-
return /* @__PURE__ */ se.jsx(oe, { onClick: n, ...e });
|
|
698
|
-
};
|
|
699
|
-
export {
|
|
700
|
-
Ve as A,
|
|
701
|
-
Ne as H,
|
|
702
|
-
ze as M,
|
|
703
|
-
ke as a,
|
|
704
|
-
ae as u
|
|
705
|
-
};
|
|
706
|
-
//# sourceMappingURL=AnchorLink-CDlhr8gL.js.map
|