zudoku 0.57.0 → 0.58.0
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/cli.js +1 -0
- package/dist/app/ZuploBuildConfig.d.ts +1 -1
- package/dist/app/ZuploBuildConfig.js +1 -1
- package/dist/app/ZuploBuildConfig.js.map +1 -1
- package/dist/app/entry.client.js +5 -4
- package/dist/app/entry.client.js.map +1 -1
- package/dist/app/entry.server.js +2 -2
- package/dist/app/entry.server.js.map +1 -1
- package/dist/app/env.js +6 -6
- package/dist/app/env.js.map +1 -1
- package/dist/app/main.js.map +1 -1
- package/dist/app/standalone.js +4 -1
- package/dist/app/standalone.js.map +1 -1
- package/dist/cli/cli.js +2 -1
- package/dist/cli/cli.js.map +1 -1
- package/dist/cli/cmds/build.d.ts +1 -1
- package/dist/cli/cmds/dev.d.ts +1 -1
- package/dist/cli/cmds/preview.d.ts +1 -1
- package/dist/cli/common/analytics/lib.js +1 -1
- package/dist/cli/common/analytics/lib.js.map +1 -1
- package/dist/cli/common/logger.js +0 -1
- package/dist/cli/common/logger.js.map +1 -1
- package/dist/cli/common/machine-id/lib.js +3 -2
- package/dist/cli/common/machine-id/lib.js.map +1 -1
- package/dist/cli/common/outdated.js +2 -1
- package/dist/cli/common/outdated.js.map +1 -1
- package/dist/cli/common/output.js +2 -3
- package/dist/cli/common/output.js.map +1 -1
- package/dist/cli/common/utils/box.js +2 -2
- package/dist/cli/common/utils/box.js.map +1 -1
- package/dist/cli/common/validators/lib.js +1 -1
- package/dist/cli/common/validators/lib.js.map +1 -1
- package/dist/cli/dev/handler.js +0 -4
- package/dist/cli/dev/handler.js.map +1 -1
- package/dist/codegen.js +2 -2
- package/dist/codegen.js.map +1 -1
- package/dist/config/loader.js.map +1 -1
- package/dist/config/validators/BuildSchema.d.ts +1 -1
- package/dist/config/validators/BuildSchema.js +3 -3
- package/dist/config/validators/BuildSchema.js.map +1 -1
- package/dist/config/validators/InputNavigationSchema.d.ts +7 -1
- package/dist/config/validators/InputNavigationSchema.js +4 -2
- package/dist/config/validators/InputNavigationSchema.js.map +1 -1
- package/dist/config/validators/InputNavigationSchema.test-d.js +2 -1
- package/dist/config/validators/InputNavigationSchema.test-d.js.map +1 -1
- package/dist/config/validators/NavigationSchema.d.ts +1 -1
- package/dist/config/validators/NavigationSchema.js +2 -2
- package/dist/config/validators/NavigationSchema.js.map +1 -1
- package/dist/config/validators/ProtectedRoutesSchema.d.ts +1 -1
- package/dist/config/validators/ProtectedRoutesSchema.js +1 -1
- package/dist/config/validators/ProtectedRoutesSchema.js.map +1 -1
- package/dist/config/validators/auth.d.ts +2 -2
- package/dist/config/validators/auth.js +1 -1
- package/dist/config/validators/auth.js.map +1 -1
- package/dist/config/validators/validate.d.ts +1 -1
- package/dist/config/validators/validate.js +3 -3
- package/dist/config/validators/validate.js.map +1 -1
- package/dist/config/validators/validate.test.js +1 -2
- package/dist/config/validators/validate.test.js.map +1 -1
- package/dist/flat-config.d.ts +2 -0
- package/dist/index.d.ts +5 -5
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/lib/MissingIcon.d.ts +1 -1
- package/dist/lib/MissingIcon.js.map +1 -1
- package/dist/lib/auth/issuer.test.js +1 -0
- package/dist/lib/auth/issuer.test.js.map +1 -1
- package/dist/lib/authentication/AuthenticationPlugin.d.ts +1 -1
- package/dist/lib/authentication/authentication.d.ts +1 -3
- package/dist/lib/authentication/components/OAuthErrorPage.d.ts +1 -1
- package/dist/lib/authentication/components/OAuthErrorPage.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/auth0.d.ts +2 -2
- package/dist/lib/authentication/providers/auth0.js +1 -1
- package/dist/lib/authentication/providers/auth0.js.map +1 -1
- package/dist/lib/authentication/providers/azureb2c.d.ts +2 -2
- package/dist/lib/authentication/providers/azureb2c.js.map +1 -1
- package/dist/lib/authentication/providers/clerk.d.ts +2 -2
- package/dist/lib/authentication/providers/openid.d.ts +2 -2
- package/dist/lib/authentication/providers/openid.js.map +1 -1
- package/dist/lib/authentication/providers/supabase.d.ts +2 -2
- package/dist/lib/authentication/providers/supabase.js +1 -0
- package/dist/lib/authentication/providers/supabase.js.map +1 -1
- package/dist/lib/authentication/use-broadcast/shared.d.ts +1 -1
- package/dist/lib/authentication/use-broadcast/shared.js +3 -3
- package/dist/lib/authentication/use-broadcast/shared.js.map +1 -1
- package/dist/lib/authentication/use-broadcast/useBroadcast.js +2 -2
- package/dist/lib/authentication/use-broadcast/useBroadcast.js.map +1 -1
- package/dist/lib/components/Autocomplete.js.map +1 -1
- package/dist/lib/components/Bootstrap.js.map +1 -1
- package/dist/lib/components/BuildCheck.js +2 -1
- package/dist/lib/components/BuildCheck.js.map +1 -1
- package/dist/lib/components/Header.js +1 -3
- package/dist/lib/components/Header.js.map +1 -1
- package/dist/lib/components/Heading.d.ts +1 -1
- package/dist/lib/components/Heading.js +1 -1
- package/dist/lib/components/Heading.js.map +1 -1
- package/dist/lib/components/Layout.js.map +1 -1
- package/dist/lib/components/Markdown.js +2 -2
- package/dist/lib/components/Markdown.js.map +1 -1
- package/dist/lib/components/MobileTopNavigation.js +4 -4
- package/dist/lib/components/MobileTopNavigation.js.map +1 -1
- package/dist/lib/components/PathRenderer.js +1 -1
- package/dist/lib/components/PathRenderer.js.map +1 -1
- package/dist/lib/components/Search.js +1 -1
- package/dist/lib/components/Search.js.map +1 -1
- package/dist/lib/components/Slot.js.map +1 -1
- package/dist/lib/components/Slot.test.js +7 -3
- package/dist/lib/components/Slot.test.js.map +1 -1
- package/dist/lib/components/TopNavigation.d.ts +1 -1
- package/dist/lib/components/TopNavigation.js +2 -2
- package/dist/lib/components/TopNavigation.js.map +1 -1
- package/dist/lib/components/Zudoku.js +2 -2
- package/dist/lib/components/Zudoku.js.map +1 -1
- package/dist/lib/components/context/ComponentsContext.js.map +1 -1
- package/dist/lib/components/context/RouterEventsEmitter.js.map +1 -1
- package/dist/lib/components/context/SlotProvider.js.map +1 -1
- package/dist/lib/components/context/ViewportAnchorContext.js +1 -1
- package/dist/lib/components/context/ViewportAnchorContext.js.map +1 -1
- package/dist/lib/components/context/ZudokuContext.d.ts +1 -1
- package/dist/lib/components/context/ZudokuProvider.d.ts +1 -1
- package/dist/lib/components/index.js +1 -1
- package/dist/lib/components/index.js.map +1 -1
- package/dist/lib/components/navigation/NavigationCategory.js +6 -1
- package/dist/lib/components/navigation/NavigationCategory.js.map +1 -1
- package/dist/lib/components/navigation/NavigationItem.js +2 -2
- package/dist/lib/components/navigation/NavigationItem.js.map +1 -1
- package/dist/lib/components/navigation/NavigationWrapper.js.map +1 -1
- package/dist/lib/components/navigation/Toc.js.map +1 -1
- package/dist/lib/components/navigation/ZudokuLogo.d.ts +1 -1
- package/dist/lib/components/navigation/utils.d.ts +3 -3
- package/dist/lib/components/navigation/utils.js +1 -2
- package/dist/lib/components/navigation/utils.js.map +1 -1
- package/dist/lib/core/ZudokuContext.d.ts +1 -1
- package/dist/lib/core/ZudokuContext.js +1 -0
- package/dist/lib/core/ZudokuContext.js.map +1 -1
- package/dist/lib/errors/ErrorAlert.js +0 -1
- package/dist/lib/errors/ErrorAlert.js.map +1 -1
- package/dist/lib/errors/TopLevelError.d.ts +2 -2
- package/dist/lib/errors/TopLevelError.js +1 -2
- package/dist/lib/errors/TopLevelError.js.map +1 -1
- package/dist/lib/oas/graphql/circular.js +2 -2
- package/dist/lib/oas/graphql/circular.js.map +1 -1
- package/dist/lib/oas/graphql/index.js +2 -1
- package/dist/lib/oas/graphql/index.js.map +1 -1
- package/dist/lib/oas/parser/dereference/index.js +2 -1
- package/dist/lib/oas/parser/dereference/index.js.map +1 -1
- package/dist/lib/oas/parser/dereference/resolveRef.js +3 -3
- package/dist/lib/oas/parser/dereference/resolveRef.js.map +1 -1
- package/dist/lib/oas/parser/index.js +1 -1
- package/dist/lib/oas/parser/index.js.map +1 -1
- package/dist/lib/oas/parser/upgrade/index.js +2 -1
- package/dist/lib/oas/parser/upgrade/index.js.map +1 -1
- package/dist/lib/plugins/api-keys/CreateApiKey.d.ts +1 -1
- package/dist/lib/plugins/api-keys/SettingsApiKeys.d.ts +1 -1
- package/dist/lib/plugins/api-keys/SettingsApiKeys.js +5 -6
- package/dist/lib/plugins/api-keys/SettingsApiKeys.js.map +1 -1
- package/dist/lib/plugins/api-keys/index.d.ts +3 -3
- package/dist/lib/plugins/api-keys/index.js +1 -1
- package/dist/lib/plugins/api-keys/index.js.map +1 -1
- package/dist/lib/plugins/custom-pages/index.d.ts +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 +1 -1
- package/dist/lib/plugins/openapi/ColorizedParam.js +4 -1
- package/dist/lib/plugins/openapi/ColorizedParam.js.map +1 -1
- package/dist/lib/plugins/openapi/Endpoint.js +2 -2
- package/dist/lib/plugins/openapi/Endpoint.js.map +1 -1
- package/dist/lib/plugins/openapi/OasProvider.d.ts +1 -1
- package/dist/lib/plugins/openapi/OasProvider.js +1 -0
- package/dist/lib/plugins/openapi/OasProvider.js.map +1 -1
- package/dist/lib/plugins/openapi/OperationList.d.ts +1 -1
- package/dist/lib/plugins/openapi/OperationList.js +8 -4
- package/dist/lib/plugins/openapi/OperationList.js.map +1 -1
- package/dist/lib/plugins/openapi/OperationListItem.d.ts +1 -1
- package/dist/lib/plugins/openapi/OperationListItem.js +6 -4
- package/dist/lib/plugins/openapi/OperationListItem.js.map +1 -1
- package/dist/lib/plugins/openapi/ParamInfos.d.ts +1 -1
- package/dist/lib/plugins/openapi/ParamInfos.js +3 -1
- package/dist/lib/plugins/openapi/ParamInfos.js.map +1 -1
- package/dist/lib/plugins/openapi/ParameterListItem.js +1 -1
- package/dist/lib/plugins/openapi/ParameterListItem.js.map +1 -1
- package/dist/lib/plugins/openapi/PlaygroundDialogWrapper.d.ts +1 -1
- package/dist/lib/plugins/openapi/PlaygroundDialogWrapper.js +2 -2
- package/dist/lib/plugins/openapi/PlaygroundDialogWrapper.js.map +1 -1
- package/dist/lib/plugins/openapi/ResponsesSidecarBox.js.map +1 -1
- package/dist/lib/plugins/openapi/Sidecar.js +4 -2
- package/dist/lib/plugins/openapi/Sidecar.js.map +1 -1
- package/dist/lib/plugins/openapi/StaggeredRender.d.ts +1 -1
- package/dist/lib/plugins/openapi/client/GraphQLContext.d.ts +1 -1
- package/dist/lib/plugins/openapi/client/createServer.js +1 -2
- package/dist/lib/plugins/openapi/client/createServer.js.map +1 -1
- package/dist/lib/plugins/openapi/client/useCreateQuery.js.map +1 -1
- package/dist/lib/plugins/openapi/context.d.ts +1 -1
- package/dist/lib/plugins/openapi/graphql/fragment-masking.js.map +1 -1
- package/dist/lib/plugins/openapi/graphql/gql.js +0 -1
- package/dist/lib/plugins/openapi/graphql/gql.js.map +1 -1
- package/dist/lib/plugins/openapi/graphql/graphql.js.map +1 -1
- package/dist/lib/plugins/openapi/index.d.ts +2 -2
- package/dist/lib/plugins/openapi/index.js +2 -1
- package/dist/lib/plugins/openapi/index.js.map +1 -1
- package/dist/lib/plugins/openapi/interfaces.d.ts +3 -3
- package/dist/lib/plugins/openapi/playground/BodyPanel.d.ts +1 -1
- package/dist/lib/plugins/openapi/playground/Headers.d.ts +1 -1
- package/dist/lib/plugins/openapi/playground/IdentityDialog.d.ts +1 -1
- package/dist/lib/plugins/openapi/playground/IdentitySelector.d.ts +1 -1
- package/dist/lib/plugins/openapi/playground/Playground.d.ts +1 -1
- package/dist/lib/plugins/openapi/playground/Playground.js +1 -1
- package/dist/lib/plugins/openapi/playground/Playground.js.map +1 -1
- package/dist/lib/plugins/openapi/playground/QueryParams.d.ts +1 -1
- package/dist/lib/plugins/openapi/playground/result-panel/ResponseStatusBar.js +3 -1
- package/dist/lib/plugins/openapi/playground/result-panel/ResponseStatusBar.js.map +1 -1
- package/dist/lib/plugins/openapi/playground/result-panel/ResultPanel.d.ts +2 -2
- package/dist/lib/plugins/openapi/playground/result-panel/convertToTypes.d.ts +1 -1
- package/dist/lib/plugins/openapi/playground/result-panel/convertToTypes.js +1 -1
- package/dist/lib/plugins/openapi/playground/result-panel/convertToTypes.js.map +1 -1
- package/dist/lib/plugins/openapi/processors/removeExtensions.test.js +1 -0
- package/dist/lib/plugins/openapi/processors/removeExtensions.test.js.map +1 -1
- package/dist/lib/plugins/openapi/processors/removeParameters.test.js +1 -0
- package/dist/lib/plugins/openapi/processors/removeParameters.test.js.map +1 -1
- package/dist/lib/plugins/openapi/processors/traverse.d.ts +1 -1
- package/dist/lib/plugins/openapi/processors/traverse.js.map +1 -1
- package/dist/lib/plugins/openapi/schema/LogicalGroup/LogicalGroup.js +1 -1
- package/dist/lib/plugins/openapi/schema/LogicalGroup/LogicalGroup.js.map +1 -1
- package/dist/lib/plugins/openapi/util/createHttpSnippet.d.ts +1 -1
- package/dist/lib/plugins/openapi/util/createHttpSnippet.js +1 -1
- package/dist/lib/plugins/openapi/util/createHttpSnippet.js.map +1 -1
- package/dist/lib/plugins/openapi/util/createNavigationCategory.js +1 -0
- package/dist/lib/plugins/openapi/util/createNavigationCategory.js.map +1 -1
- package/dist/lib/plugins/openapi/util/generateSchemaExample.d.ts +1 -1
- package/dist/lib/plugins/openapi/util/generateSchemaExample.js +1 -2
- package/dist/lib/plugins/openapi/util/generateSchemaExample.js.map +1 -1
- package/dist/lib/plugins/openapi/util/getRoutes.js +1 -1
- package/dist/lib/plugins/openapi/util/getRoutes.js.map +1 -1
- package/dist/lib/plugins/openapi/util/methodColorMap.d.ts +1 -1
- package/dist/lib/plugins/search-inkeep/index.js +1 -1
- package/dist/lib/plugins/search-inkeep/index.js.map +1 -1
- package/dist/lib/plugins/search-pagefind/PagefindSearch.js +1 -1
- package/dist/lib/plugins/search-pagefind/PagefindSearch.js.map +1 -1
- package/dist/lib/plugins/search-pagefind/ResultList.d.ts +1 -1
- package/dist/lib/plugins/search-pagefind/ResultList.js +4 -1
- package/dist/lib/plugins/search-pagefind/ResultList.js.map +1 -1
- package/dist/lib/plugins/search-pagefind/get-results.js +0 -1
- package/dist/lib/plugins/search-pagefind/get-results.js.map +1 -1
- package/dist/lib/shiki.d.ts +2 -5
- package/dist/lib/shiki.js +3 -6
- package/dist/lib/shiki.js.map +1 -1
- package/dist/lib/ui/Breadcrumb.js +1 -1
- package/dist/lib/ui/Breadcrumb.js.map +1 -1
- package/dist/lib/ui/Carousel.js.map +1 -1
- package/dist/lib/ui/CodeBlock.js +1 -1
- package/dist/lib/ui/CodeBlock.js.map +1 -1
- package/dist/lib/ui/Command.d.ts +2 -2
- package/dist/lib/ui/Command.js +2 -6
- package/dist/lib/ui/Command.js.map +1 -1
- package/dist/lib/ui/Dialog.js +1 -1
- package/dist/lib/ui/Dialog.js.map +1 -1
- package/dist/lib/ui/Form.d.ts +2 -2
- package/dist/lib/ui/Pagination.d.ts +1 -1
- package/dist/lib/ui/Pagination.js +1 -1
- package/dist/lib/ui/Pagination.js.map +1 -1
- package/dist/lib/ui/ToggleGroup.d.ts +1 -1
- package/dist/lib/util/MdxComponents.d.ts +1 -1
- package/dist/lib/util/MdxComponents.js +4 -2
- package/dist/lib/util/MdxComponents.js.map +1 -1
- package/dist/lib/util/cn.js.map +1 -1
- package/dist/lib/util/createVariantComponent.d.ts +2 -2
- package/dist/lib/util/createVariantComponent.js.map +1 -1
- package/dist/lib/util/groupBy.js +1 -0
- package/dist/lib/util/groupBy.js.map +1 -1
- package/dist/lib/util/humanFileSize.js +1 -1
- package/dist/lib/util/humanFileSize.js.map +1 -1
- package/dist/lib/util/invariant.js +3 -1
- package/dist/lib/util/invariant.js.map +1 -1
- package/dist/lib/util/pastellize.js +2 -2
- package/dist/lib/util/pastellize.js.map +1 -1
- package/dist/lib/util/useIsomorphicLayoutEffect.js.map +1 -1
- package/dist/lib/util/useScrollToAnchor.js +2 -0
- package/dist/lib/util/useScrollToAnchor.js.map +1 -1
- package/dist/ts.js +3 -3
- package/dist/ts.js.map +1 -1
- package/dist/vite/api/SchemaManager.js +6 -6
- package/dist/vite/api/SchemaManager.js.map +1 -1
- package/dist/vite/api/schema-codegen.js +1 -2
- package/dist/vite/api/schema-codegen.js.map +1 -1
- package/dist/vite/api/schema-codegen.test.js +1 -1
- package/dist/vite/api/schema-codegen.test.js.map +1 -1
- package/dist/vite/build.js +1 -1
- package/dist/vite/build.js.map +1 -1
- package/dist/vite/dev-server.js +2 -2
- package/dist/vite/dev-server.js.map +1 -1
- package/dist/vite/error-handler.d.ts +2 -2
- package/dist/vite/error-handler.js.map +1 -1
- package/dist/vite/mdx/remark-inject-filepath.d.ts +3 -0
- package/dist/vite/mdx/remark-inject-filepath.js +6 -0
- package/dist/vite/mdx/remark-inject-filepath.js.map +1 -0
- package/dist/vite/mdx/remark-last-modified.js +0 -1
- package/dist/vite/mdx/remark-last-modified.js.map +1 -1
- package/dist/vite/mdx/remark-link-rewrite.d.ts +2 -0
- package/dist/vite/mdx/remark-link-rewrite.js +20 -0
- package/dist/vite/mdx/remark-link-rewrite.js.map +1 -0
- package/dist/vite/mdx/remark-normalize-image-url.d.ts +2 -0
- package/dist/vite/mdx/remark-normalize-image-url.js +12 -0
- package/dist/vite/mdx/remark-normalize-image-url.js.map +1 -0
- package/dist/vite/{remarkStaticGeneration.d.ts → mdx/remark-static-generation.d.ts} +2 -2
- package/dist/vite/{remarkStaticGeneration.js → mdx/remark-static-generation.js} +2 -2
- package/dist/vite/mdx/remark-static-generation.js.map +1 -0
- package/dist/vite/output.d.ts +1 -1
- package/dist/vite/output.js +1 -1
- package/dist/vite/output.js.map +1 -1
- package/dist/vite/plugin-api-keys.d.ts +1 -1
- package/dist/vite/plugin-api-keys.js +1 -1
- package/dist/vite/plugin-api-keys.js.map +1 -1
- package/dist/vite/plugin-api.js +4 -4
- package/dist/vite/plugin-api.js.map +1 -1
- package/dist/vite/plugin-auth.d.ts +1 -1
- package/dist/vite/plugin-auth.js +1 -1
- package/dist/vite/plugin-auth.js.map +1 -1
- package/dist/vite/plugin-component.d.ts +1 -1
- package/dist/vite/plugin-config-reload.d.ts +1 -1
- package/dist/vite/plugin-custom-pages.d.ts +1 -1
- package/dist/vite/plugin-custom-pages.js +1 -1
- package/dist/vite/plugin-custom-pages.js.map +1 -1
- package/dist/vite/plugin-docs.js +2 -2
- package/dist/vite/plugin-docs.js.map +1 -1
- package/dist/vite/plugin-frontmatter.js +1 -1
- package/dist/vite/plugin-frontmatter.js.map +1 -1
- package/dist/vite/plugin-mdx.d.ts +1 -1
- package/dist/vite/plugin-mdx.js +9 -25
- package/dist/vite/plugin-mdx.js.map +1 -1
- package/dist/vite/plugin-metadata.d.ts +1 -1
- package/dist/vite/plugin-navigation.d.ts +2 -2
- package/dist/vite/plugin-navigation.js +34 -35
- package/dist/vite/plugin-navigation.js.map +1 -1
- package/dist/vite/plugin-redirect.d.ts +1 -1
- package/dist/vite/plugin-redirect.js +1 -1
- package/dist/vite/plugin-redirect.js.map +1 -1
- package/dist/vite/plugin-search.d.ts +1 -1
- package/dist/vite/plugin-search.js +1 -1
- package/dist/vite/plugin-search.js.map +1 -1
- package/dist/vite/plugin-shiki-register.js +1 -1
- package/dist/vite/plugin-shiki-register.js.map +1 -1
- package/dist/vite/plugin-theme.js +6 -6
- package/dist/vite/plugin-theme.js.map +1 -1
- package/dist/vite/plugin-theme.test.js +2 -0
- package/dist/vite/plugin-theme.test.js.map +1 -1
- package/dist/vite/plugin.d.ts +1 -1
- package/dist/vite/plugin.js +2 -2
- package/dist/vite/plugin.js.map +1 -1
- package/dist/vite/prerender/FileWritingResponse.js +5 -3
- package/dist/vite/prerender/FileWritingResponse.js.map +1 -1
- package/dist/vite/prerender/InMemoryResponse.js +3 -1
- package/dist/vite/prerender/InMemoryResponse.js.map +1 -1
- package/dist/vite/prerender/prerender.js +1 -1
- package/dist/vite/prerender/prerender.js.map +1 -1
- package/dist/vite/prerender/worker.d.ts +1 -1
- package/dist/vite/prerender/worker.js.map +1 -1
- package/dist/vite/reporter.js +2 -2
- package/dist/vite/reporter.js.map +1 -1
- package/dist/vite/shadcn-registry.d.ts +8 -33
- package/dist/vite/sitemap.js +4 -4
- package/dist/vite/sitemap.js.map +1 -1
- package/dist/zuplo/enrich-with-zuplo.js +3 -3
- package/dist/zuplo/enrich-with-zuplo.js.map +1 -1
- package/dist/zuplo/policy-types.js +0 -1
- package/dist/zuplo/policy-types.js.map +1 -1
- package/dist/zuplo/with-zuplo.js +1 -1
- package/dist/zuplo/with-zuplo.js.map +1 -1
- package/lib/{CodeBlock-yJjjRwj-.js → CodeBlock-CX_J17Hf.js} +10 -10
- package/lib/CodeBlock-CX_J17Hf.js.map +1 -0
- package/lib/{Command-CDn17s8X.js → Command-CUSlH0gJ.js} +21 -27
- package/lib/Command-CUSlH0gJ.js.map +1 -0
- package/lib/{Dialog-BrIjMmUK.js → Dialog-BmgXWOaz.js} +2 -2
- package/lib/Dialog-BmgXWOaz.js.map +1 -0
- package/lib/{MdxPage-BmOQ5m5g.js → MdxPage-Dae--mnh.js} +12 -12
- package/lib/MdxPage-Dae--mnh.js.map +1 -0
- package/lib/{OAuthErrorPage-Jv3r8wnL.js → OAuthErrorPage-C2pwoHzm.js} +6 -6
- package/lib/OAuthErrorPage-C2pwoHzm.js.map +1 -0
- package/lib/{OasProvider-CA_lpILt.js → OasProvider-qKBA2fuv.js} +3 -2
- package/lib/OasProvider-qKBA2fuv.js.map +1 -0
- package/lib/{OperationList-C-TObVw6.js → OperationList-sDq65nbj.js} +302 -306
- package/lib/OperationList-sDq65nbj.js.map +1 -0
- package/lib/{Pagination-CBiRGddW.js → Pagination-CmDrHzPg.js} +2 -2
- package/lib/{Pagination-CBiRGddW.js.map → Pagination-CmDrHzPg.js.map} +1 -1
- package/lib/{RouteGuard-JLH6tCY8.js → RouteGuard-BIksrt_C.js} +4 -4
- package/lib/{RouteGuard-JLH6tCY8.js.map → RouteGuard-BIksrt_C.js.map} +1 -1
- package/lib/{RouterError-DcVonMP1.js → RouterError-BYHrbLtD.js} +2 -2
- package/lib/{RouterError-DcVonMP1.js.map → RouterError-BYHrbLtD.js.map} +1 -1
- package/lib/{SchemaList-BeYWvBC7.js → SchemaList-DdwSRBpd.js} +7 -7
- package/lib/{SchemaList-BeYWvBC7.js.map → SchemaList-DdwSRBpd.js.map} +1 -1
- package/lib/{SchemaView-CRcShewo.js → SchemaView-CA_Q_bvL.js} +65 -62
- package/lib/SchemaView-CA_Q_bvL.js.map +1 -0
- package/lib/{Select-C3efYI1n.js → Select-DWh0wSay.js} +3 -3
- package/lib/{Select-C3efYI1n.js.map → Select-DWh0wSay.js.map} +1 -1
- package/lib/{SignUp-CxBGHgba.js → SignUp-u6c0hFsC.js} +4 -4
- package/lib/SignUp-u6c0hFsC.js.map +1 -0
- package/lib/{Slot-DOtTvoyj.js → Slot-BbdqiRXo.js} +267 -239
- package/lib/{Slot-DOtTvoyj.js.map → Slot-BbdqiRXo.js.map} +1 -1
- package/lib/{SyntaxHighlight-GR0eix_L.js → SyntaxHighlight-CvzJ7DNa.js} +6 -9
- package/lib/{SyntaxHighlight-GR0eix_L.js.map → SyntaxHighlight-CvzJ7DNa.js.map} +1 -1
- package/lib/{Toc-BlcGIkXc.js → Toc-BAa-kpqN.js} +2 -2
- package/lib/{Toc-BlcGIkXc.js.map → Toc-BAa-kpqN.js.map} +1 -1
- package/lib/{ZudokuContext-BuJD7yIX.js → ZudokuContext-BR-lnR7O.js} +16 -17
- package/lib/{ZudokuContext-BuJD7yIX.js.map → ZudokuContext-BR-lnR7O.js.map} +1 -1
- package/lib/chunk-QMGIS6GS-DqecZ6nq.js.map +1 -1
- package/lib/{circular-CGTcsqA3.js → circular-vrOlHc7z.js} +2 -2
- package/lib/{circular-CGTcsqA3.js.map → circular-vrOlHc7z.js.map} +1 -1
- package/lib/cn-dYga0KKN.js.map +1 -1
- package/lib/{createServer-DjgpuLne.js → createServer-BFra0x-X.js} +12 -27
- package/lib/createServer-BFra0x-X.js.map +1 -0
- package/lib/{errors-CrI3s7mR.js → errors-B6u81sEb.js} +2 -2
- package/lib/errors-B6u81sEb.js.map +1 -0
- package/lib/{hook-bv3iuX7X.js → hook-B4Q30zMI.js} +2 -2
- package/lib/{hook-bv3iuX7X.js.map → hook-B4Q30zMI.js.map} +1 -1
- package/lib/{index-HarEI51d.js → index-CQGi1b3U.js} +2 -2
- package/lib/{index-HarEI51d.js.map → index-CQGi1b3U.js.map} +1 -1
- package/lib/{index-CvTWnHZF.js → index-D1QlkVH3.js} +55 -52
- package/lib/index-D1QlkVH3.js.map +1 -0
- package/lib/{index-DzO-Qh6S.js → index-z-rQiwfg.js} +143 -146
- package/lib/index-z-rQiwfg.js.map +1 -0
- package/lib/invariant-Bm-FVUQE.js.map +1 -1
- package/lib/{mutation-Dy_5up8v.js → mutation-CiMUdKRU.js} +2 -2
- package/lib/{mutation-Dy_5up8v.js.map → mutation-CiMUdKRU.js.map} +1 -1
- package/lib/ui/Breadcrumb.js +22 -21
- package/lib/ui/Breadcrumb.js.map +1 -1
- package/lib/ui/Carousel.js.map +1 -1
- package/lib/ui/CodeBlock.js +1 -1
- package/lib/ui/Command.js +20 -26
- package/lib/ui/Command.js.map +1 -1
- package/lib/ui/Dialog.js +1 -1
- package/lib/ui/Dialog.js.map +1 -1
- package/lib/ui/Form.js.map +1 -1
- package/lib/ui/Pagination.js +28 -29
- package/lib/ui/Pagination.js.map +1 -1
- package/lib/ui/SyntaxHighlight.js +3 -3
- package/lib/ui/ToggleGroup.js.map +1 -1
- package/lib/zudoku.__internal.js +824 -815
- package/lib/zudoku.__internal.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-azureb2c.js +5 -5
- package/lib/zudoku.auth-azureb2c.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 +5 -5
- package/lib/zudoku.auth-openid.js.map +1 -1
- package/lib/zudoku.auth-supabase.js +3 -2
- package/lib/zudoku.auth-supabase.js.map +1 -1
- package/lib/zudoku.components.js +4 -4
- package/lib/zudoku.hooks.js +3 -3
- package/lib/zudoku.icons.js.map +1 -1
- package/lib/zudoku.plugin-api-catalog.js +5 -5
- package/lib/zudoku.plugin-api-keys.js +40 -40
- package/lib/zudoku.plugin-api-keys.js.map +1 -1
- package/lib/zudoku.plugin-custom-pages.js +1 -1
- package/lib/zudoku.plugin-custom-pages.js.map +1 -1
- package/lib/zudoku.plugin-markdown.js +1 -1
- package/lib/zudoku.plugin-markdown.js.map +1 -1
- package/lib/zudoku.plugin-openapi.js +3 -3
- package/lib/zudoku.plugin-search-inkeep.js.map +1 -1
- package/lib/zudoku.plugin-search-pagefind.js +6 -6
- package/lib/zudoku.plugin-search-pagefind.js.map +1 -1
- package/package.json +7 -22
- package/src/app/ZuploBuildConfig.ts +1 -1
- package/src/app/entry.client.tsx +6 -5
- package/src/app/entry.server.tsx +3 -3
- package/src/app/env.ts +6 -6
- package/src/app/main.tsx +2 -2
- package/src/app/standalone.tsx +7 -2
- package/src/lib/MissingIcon.tsx +1 -1
- package/src/lib/auth/issuer.test.ts +1 -0
- package/src/lib/authentication/AuthenticationPlugin.tsx +4 -4
- package/src/lib/authentication/authentication.ts +3 -3
- package/src/lib/authentication/components/OAuthErrorPage.tsx +1 -1
- package/src/lib/authentication/components/SignOut.tsx +1 -1
- package/src/lib/authentication/providers/auth0.tsx +5 -5
- package/src/lib/authentication/providers/azureb2c.tsx +5 -5
- package/src/lib/authentication/providers/clerk.tsx +5 -5
- package/src/lib/authentication/providers/openid.tsx +6 -6
- package/src/lib/authentication/providers/supabase.tsx +7 -6
- package/src/lib/authentication/use-broadcast/shared.ts +4 -4
- package/src/lib/authentication/use-broadcast/useBroadcast.ts +2 -2
- package/src/lib/components/AnchorLink.tsx +1 -1
- package/src/lib/components/Autocomplete.tsx +1 -1
- package/src/lib/components/Bootstrap.tsx +1 -0
- package/src/lib/components/BuildCheck.tsx +2 -1
- package/src/lib/components/Header.tsx +2 -3
- package/src/lib/components/Heading.tsx +2 -3
- package/src/lib/components/Layout.tsx +1 -1
- package/src/lib/components/Markdown.tsx +5 -2
- package/src/lib/components/MobileTopNavigation.tsx +11 -13
- package/src/lib/components/PathRenderer.tsx +2 -2
- package/src/lib/components/Search.tsx +1 -1
- package/src/lib/components/Slot.test.tsx +8 -8
- package/src/lib/components/Slot.tsx +2 -2
- package/src/lib/components/TopNavigation.tsx +3 -3
- package/src/lib/components/Zudoku.tsx +2 -2
- package/src/lib/components/context/ComponentsContext.tsx +2 -2
- package/src/lib/components/context/RouterEventsEmitter.tsx +1 -1
- package/src/lib/components/context/SlotProvider.tsx +4 -4
- package/src/lib/components/context/ViewportAnchorContext.tsx +2 -2
- package/src/lib/components/context/ZudokuContext.ts +1 -1
- package/src/lib/components/context/ZudokuProvider.tsx +1 -1
- package/src/lib/components/index.ts +1 -1
- package/src/lib/components/navigation/NavigationCategory.tsx +8 -1
- package/src/lib/components/navigation/NavigationItem.tsx +2 -2
- package/src/lib/components/navigation/NavigationWrapper.tsx +1 -1
- package/src/lib/components/navigation/Toc.tsx +2 -2
- package/src/lib/components/navigation/ZudokuLogo.tsx +1 -1
- package/src/lib/components/navigation/utils.ts +5 -6
- package/src/lib/core/ZudokuContext.ts +2 -1
- package/src/lib/errors/ErrorAlert.tsx +0 -1
- package/src/lib/errors/TopLevelError.tsx +2 -4
- package/src/lib/hooks/useEvent.test.tsx +2 -2
- package/src/lib/oas/graphql/circular.ts +3 -3
- package/src/lib/oas/graphql/index.ts +2 -1
- package/src/lib/oas/parser/dereference/index.ts +2 -1
- package/src/lib/oas/parser/dereference/resolveRef.ts +4 -4
- package/src/lib/oas/parser/index.ts +2 -2
- package/src/lib/oas/parser/upgrade/index.ts +2 -1
- package/src/lib/plugins/api-keys/CreateApiKey.tsx +1 -1
- package/src/lib/plugins/api-keys/SettingsApiKeys.tsx +5 -6
- package/src/lib/plugins/api-keys/index.tsx +8 -8
- package/src/lib/plugins/custom-pages/index.tsx +1 -1
- package/src/lib/plugins/markdown/MdxPage.tsx +5 -5
- package/src/lib/plugins/markdown/index.tsx +1 -1
- package/src/lib/plugins/openapi/ColorizedParam.tsx +3 -1
- package/src/lib/plugins/openapi/Endpoint.tsx +2 -2
- package/src/lib/plugins/openapi/OasProvider.tsx +2 -1
- package/src/lib/plugins/openapi/OperationList.tsx +5 -4
- package/src/lib/plugins/openapi/OperationListItem.tsx +18 -20
- package/src/lib/plugins/openapi/ParamInfos.tsx +2 -1
- package/src/lib/plugins/openapi/ParameterListItem.tsx +3 -3
- package/src/lib/plugins/openapi/PlaygroundDialogWrapper.tsx +3 -3
- package/src/lib/plugins/openapi/ResponsesSidecarBox.tsx +1 -1
- package/src/lib/plugins/openapi/Sidecar.tsx +2 -1
- package/src/lib/plugins/openapi/SidecarExamples.tsx +1 -1
- package/src/lib/plugins/openapi/StaggeredRender.tsx +1 -1
- package/src/lib/plugins/openapi/client/GraphQLContext.tsx +1 -1
- package/src/lib/plugins/openapi/client/createServer.ts +1 -2
- package/src/lib/plugins/openapi/client/useCreateQuery.ts +3 -2
- package/src/lib/plugins/openapi/context.tsx +1 -1
- package/src/lib/plugins/openapi/graphql/fragment-masking.ts +0 -1
- package/src/lib/plugins/openapi/graphql/gql.ts +0 -1
- package/src/lib/plugins/openapi/graphql/graphql.ts +0 -1
- package/src/lib/plugins/openapi/index.tsx +5 -4
- package/src/lib/plugins/openapi/interfaces.ts +5 -3
- package/src/lib/plugins/openapi/playground/BodyPanel.tsx +2 -2
- package/src/lib/plugins/openapi/playground/Headers.tsx +1 -1
- package/src/lib/plugins/openapi/playground/IdentityDialog.tsx +1 -1
- package/src/lib/plugins/openapi/playground/IdentitySelector.tsx +1 -1
- package/src/lib/plugins/openapi/playground/Playground.tsx +2 -2
- package/src/lib/plugins/openapi/playground/QueryParams.tsx +1 -1
- package/src/lib/plugins/openapi/playground/request-panel/UrlPath.tsx +1 -1
- package/src/lib/plugins/openapi/playground/request-panel/UrlQueryParams.tsx +1 -1
- package/src/lib/plugins/openapi/playground/result-panel/ResponseStatusBar.tsx +3 -1
- package/src/lib/plugins/openapi/playground/result-panel/ResultPanel.tsx +3 -3
- package/src/lib/plugins/openapi/playground/result-panel/convertToTypes.ts +1 -1
- package/src/lib/plugins/openapi/processors/removeExtensions.test.ts +1 -0
- package/src/lib/plugins/openapi/processors/removeParameters.test.ts +1 -0
- package/src/lib/plugins/openapi/processors/traverse.ts +1 -1
- package/src/lib/plugins/openapi/schema/LogicalGroup/LogicalGroup.tsx +1 -1
- package/src/lib/plugins/openapi/util/createHttpSnippet.ts +2 -2
- package/src/lib/plugins/openapi/util/createNavigationCategory.tsx +1 -0
- package/src/lib/plugins/openapi/util/generateSchemaExample.ts +3 -4
- package/src/lib/plugins/openapi/util/getRoutes.tsx +2 -2
- package/src/lib/plugins/openapi/util/methodColorMap.tsx +1 -1
- package/src/lib/plugins/search-inkeep/index.tsx +3 -3
- package/src/lib/plugins/search-pagefind/PagefindSearch.tsx +2 -4
- package/src/lib/plugins/search-pagefind/ResultList.tsx +3 -4
- package/src/lib/plugins/search-pagefind/get-results.tsx +0 -1
- package/src/lib/shiki.ts +6 -6
- package/src/lib/ui/Breadcrumb.tsx +1 -0
- package/src/lib/ui/Carousel.tsx +1 -0
- package/src/lib/ui/CodeBlock.tsx +3 -1
- package/src/lib/ui/Command.tsx +2 -4
- package/src/lib/ui/Dialog.tsx +1 -2
- package/src/lib/ui/Form.tsx +4 -4
- package/src/lib/ui/Pagination.tsx +1 -2
- package/src/lib/ui/ToggleGroup.tsx +1 -1
- package/src/lib/util/MdxComponents.tsx +9 -2
- package/src/lib/util/cn.ts +1 -1
- package/src/lib/util/createVariantComponent.tsx +2 -2
- package/src/lib/util/groupBy.ts +1 -0
- package/src/lib/util/humanFileSize.ts +2 -3
- package/src/lib/util/invariant.ts +1 -0
- package/src/lib/util/pastellize.ts +2 -2
- package/src/lib/util/types.ts +1 -1
- package/src/lib/util/useIsomorphicLayoutEffect.ts +1 -0
- package/src/lib/util/useScrollToAnchor.ts +3 -1
- package/src/shiki/langs/vue-vine.js +1 -0
- package/dist/lib/components/ReactMarkdown.d.ts +0 -29
- package/dist/lib/components/ReactMarkdown.js +0 -182
- package/dist/lib/components/ReactMarkdown.js.map +0 -1
- package/dist/vite/remarkStaticGeneration.js.map +0 -1
- package/lib/CodeBlock-yJjjRwj-.js.map +0 -1
- package/lib/Command-CDn17s8X.js.map +0 -1
- package/lib/Dialog-BrIjMmUK.js.map +0 -1
- package/lib/MdxPage-BmOQ5m5g.js.map +0 -1
- package/lib/OAuthErrorPage-Jv3r8wnL.js.map +0 -1
- package/lib/OasProvider-CA_lpILt.js.map +0 -1
- package/lib/OperationList-C-TObVw6.js.map +0 -1
- package/lib/SchemaView-CRcShewo.js.map +0 -1
- package/lib/SignUp-CxBGHgba.js.map +0 -1
- package/lib/createServer-DjgpuLne.js.map +0 -1
- package/lib/errors-CrI3s7mR.js.map +0 -1
- package/lib/index-CvTWnHZF.js.map +0 -1
- package/lib/index-DzO-Qh6S.js.map +0 -1
- package/src/lib/components/ReactMarkdown.license.txt +0 -21
- package/src/lib/components/ReactMarkdown.tsx +0 -264
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
import { H as be } from "./index.esm-BnYHxCYC.js";
|
|
2
2
|
import { z as je, M as rt, J as nt, u as ot } from "./useExposedProps-BH9aq4MD.js";
|
|
3
3
|
import { aQ as Ee, N as st, L as re, aM as Se, O as at } from "./chunk-QMGIS6GS-DqecZ6nq.js";
|
|
4
|
-
import { u as it, a as z } from "./hook-
|
|
4
|
+
import { u as it, a as z } from "./hook-B4Q30zMI.js";
|
|
5
5
|
import { Button as ct } from "./ui/Button.js";
|
|
6
6
|
import { Callout as lt } from "./ui/Callout.js";
|
|
7
|
-
import { j as q, d as k, m as Ce, o as ut, p as dt, b as ft, N as mt, Z as ht, g as pt, f as gt, C as vt } from "./ZudokuContext-BuJD7yIX.js";
|
|
8
7
|
import { C as F } from "./ClientOnly-E7hGysn1.js";
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
8
|
+
import { j as q, d as k, m as we, o as ut, p as dt, b as ft, N as mt, Z as ht, g as pt, f as gt, C as vt } from "./ZudokuContext-BR-lnR7O.js";
|
|
9
|
+
import { E as xt, a as I, d as yt, b as bt, c as jt, V as Et, M as St, T as wt } from "./Slot-BbdqiRXo.js";
|
|
10
|
+
import { S as Ct } from "./Spinner-mNLZ6awP.js";
|
|
11
11
|
import { j as r } from "./jsx-runtime-C5mzlN2N.js";
|
|
12
|
-
import { Component as Pt, createElement as ie, createContext as ne, useState as L, useRef as D, useCallback as _, useEffect as O, Suspense as
|
|
13
|
-
import { isNavigationPlugin as ce, isAuthenticationPlugin as
|
|
12
|
+
import { Component as Pt, createElement as ie, createContext as ne, useState as L, useRef as D, useCallback as _, useEffect as O, Suspense as Ce, memo as Pe, useMemo as W, useContext as Nt } from "react";
|
|
13
|
+
import { isNavigationPlugin as ce, isAuthenticationPlugin as Tt, isEventConsumerPlugin as Mt, needsInitialization as _t, isApiIdentityPlugin as At, isProfileMenuPlugin as Ne, isSearchPlugin as Rt, isMdxProviderPlugin as kt, hasHead as Ot } from "./zudoku.plugins.js";
|
|
14
14
|
import { B as J } from "./Button-B3o-2Xdf.js";
|
|
15
15
|
import { c as R } from "./cn-dYga0KKN.js";
|
|
16
|
-
import { DropdownMenu as
|
|
17
|
-
import { CircleXIcon as Zt, ChevronRightIcon as
|
|
18
|
-
import { VisuallyHidden as
|
|
19
|
-
import { D as
|
|
20
|
-
import { a as
|
|
21
|
-
const
|
|
16
|
+
import { DropdownMenu as $t, DropdownMenuTrigger as It, DropdownMenuContent as Dt, DropdownMenuLabel as Ft, DropdownMenuSeparator as Q, DropdownMenuSub as Lt, DropdownMenuSubTrigger as zt, DropdownMenuPortal as qt, DropdownMenuSubContent as Bt, DropdownMenuItem as Yt } from "./ui/DropdownMenu.js";
|
|
17
|
+
import { CircleXIcon as Zt, ChevronRightIcon as Ht, SearchIcon as Kt, SunIcon as Ut, MoonIcon as Vt, MenuIcon as Wt } from "lucide-react";
|
|
18
|
+
import { VisuallyHidden as Qt } from "@radix-ui/react-visually-hidden";
|
|
19
|
+
import { D as Xt, a as Gt, b as Jt, c as er } from "./Drawer-DJ05s2pH.js";
|
|
20
|
+
import { a as tr } from "./index-DI5SPFK9.js";
|
|
21
|
+
const rr = ne(null), X = {
|
|
22
22
|
didCatch: !1,
|
|
23
23
|
error: null
|
|
24
24
|
};
|
|
25
|
-
class
|
|
25
|
+
class nr extends Pt {
|
|
26
26
|
constructor(t) {
|
|
27
27
|
super(t), this.resetErrorBoundary = this.resetErrorBoundary.bind(this), this.state = X;
|
|
28
28
|
}
|
|
@@ -55,7 +55,7 @@ class or extends Pt {
|
|
|
55
55
|
} = this.state, {
|
|
56
56
|
resetKeys: i
|
|
57
57
|
} = this.props;
|
|
58
|
-
if (o && n.error !== null &&
|
|
58
|
+
if (o && n.error !== null && or(t.resetKeys, i)) {
|
|
59
59
|
var c, s;
|
|
60
60
|
(c = (s = this.props).onReset) === null || c === void 0 || c.call(s, {
|
|
61
61
|
next: i,
|
|
@@ -89,7 +89,7 @@ class or extends Pt {
|
|
|
89
89
|
else
|
|
90
90
|
throw s;
|
|
91
91
|
}
|
|
92
|
-
return ie(
|
|
92
|
+
return ie(rr.Provider, {
|
|
93
93
|
value: {
|
|
94
94
|
didCatch: c,
|
|
95
95
|
error: s,
|
|
@@ -98,11 +98,11 @@ class or extends Pt {
|
|
|
98
98
|
}, d);
|
|
99
99
|
}
|
|
100
100
|
}
|
|
101
|
-
function
|
|
101
|
+
function or() {
|
|
102
102
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : [], t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : [];
|
|
103
103
|
return e.length !== t.length || e.some((n, o) => !Object.is(n, t[o]));
|
|
104
104
|
}
|
|
105
|
-
let
|
|
105
|
+
let sr = () => ({
|
|
106
106
|
emit(e, ...t) {
|
|
107
107
|
for (let n = this.events[e] || [], o = 0, i = n.length; o < i; o++)
|
|
108
108
|
n[o](...t);
|
|
@@ -114,7 +114,7 @@ let ar = () => ({
|
|
|
114
114
|
};
|
|
115
115
|
}
|
|
116
116
|
});
|
|
117
|
-
const
|
|
117
|
+
const ar = (e) => Object.entries(e), le = (e) => {
|
|
118
118
|
if (e)
|
|
119
119
|
return Array.isArray(e) ? Object.fromEntries(
|
|
120
120
|
e.map((t) => [
|
|
@@ -123,7 +123,7 @@ const ir = (e) => Object.entries(e), le = (e) => {
|
|
|
123
123
|
])
|
|
124
124
|
) : e;
|
|
125
125
|
};
|
|
126
|
-
class
|
|
126
|
+
class ir {
|
|
127
127
|
plugins;
|
|
128
128
|
navigation;
|
|
129
129
|
meta;
|
|
@@ -132,7 +132,7 @@ class cr {
|
|
|
132
132
|
queryClient;
|
|
133
133
|
options;
|
|
134
134
|
navigationPlugins;
|
|
135
|
-
emitter =
|
|
135
|
+
emitter = sr();
|
|
136
136
|
constructor(t, n) {
|
|
137
137
|
const i = {
|
|
138
138
|
...Object.fromEntries(
|
|
@@ -144,8 +144,8 @@ class cr {
|
|
|
144
144
|
),
|
|
145
145
|
...le(t.protectedRoutes)
|
|
146
146
|
};
|
|
147
|
-
this.queryClient = n, this.options = { ...t, protectedRoutes: i }, this.plugins = t.plugins ?? [], this.navigation = t.navigation ?? [], this.navigationPlugins = this.plugins.filter(ce), this.authentication = this.plugins.find(
|
|
148
|
-
|
|
147
|
+
this.queryClient = n, this.options = { ...t, protectedRoutes: i }, this.plugins = t.plugins ?? [], this.navigation = t.navigation ?? [], this.navigationPlugins = this.plugins.filter(ce), this.authentication = this.plugins.find(Tt), this.meta = t.metadata, this.site = t.site, this.plugins.forEach((c) => {
|
|
148
|
+
Mt(c) && ar(c.events).forEach(([s, d]) => {
|
|
149
149
|
this.emitter.on(s, d);
|
|
150
150
|
});
|
|
151
151
|
}), it.subscribe((c, s) => {
|
|
@@ -157,11 +157,11 @@ class cr {
|
|
|
157
157
|
}
|
|
158
158
|
initialize = async () => {
|
|
159
159
|
await Promise.all(
|
|
160
|
-
this.plugins.filter(
|
|
160
|
+
this.plugins.filter(_t).map((t) => t.initialize?.(this))
|
|
161
161
|
);
|
|
162
162
|
};
|
|
163
163
|
getApiIdentities = async () => (await Promise.all(
|
|
164
|
-
this.plugins.filter(
|
|
164
|
+
this.plugins.filter(At).map((n) => n.getIdentities(this))
|
|
165
165
|
)).flat();
|
|
166
166
|
addEventListener(t, n) {
|
|
167
167
|
return this.emitter.on(t, n);
|
|
@@ -172,18 +172,18 @@ class cr {
|
|
|
172
172
|
(o) => o.getNavigation?.(q(t), this)
|
|
173
173
|
)
|
|
174
174
|
)).flatMap((o) => o ?? []);
|
|
175
|
-
getProfileMenuItems = () => this.plugins.filter((n) => Ne(n)).flatMap((n) => n.getProfileMenuItems(this)).sort(
|
|
175
|
+
getProfileMenuItems = () => this.plugins.filter((n) => Ne(n)).flatMap((n) => n.getProfileMenuItems(this)).sort(cr(["top", "middle", "bottom"])).sort((n) => n.weight ?? 0);
|
|
176
176
|
signRequest = async (t) => {
|
|
177
177
|
if (!this.authentication)
|
|
178
178
|
throw new Error("No authentication provider configured");
|
|
179
179
|
return await this.authentication.signRequest(t);
|
|
180
180
|
};
|
|
181
181
|
}
|
|
182
|
-
const
|
|
182
|
+
const cr = (e) => (t, n) => {
|
|
183
183
|
const o = e.indexOf(t.category ?? "middle"), i = e.indexOf(n.category ?? "middle");
|
|
184
184
|
return o - i;
|
|
185
185
|
};
|
|
186
|
-
function
|
|
186
|
+
function lr({ error: e }) {
|
|
187
187
|
return /* @__PURE__ */ r.jsx(xt, { error: e });
|
|
188
188
|
}
|
|
189
189
|
const ue = ne({ stagger: !1 }), Y = globalThis;
|
|
@@ -206,7 +206,7 @@ const de = {
|
|
|
206
206
|
tip: "bg-green-600",
|
|
207
207
|
caution: "bg-orange-500",
|
|
208
208
|
danger: "bg-rose-500"
|
|
209
|
-
},
|
|
209
|
+
}, ur = () => {
|
|
210
210
|
const { site: e } = k(), [t, n] = L(!0);
|
|
211
211
|
if (!e?.banner || !t)
|
|
212
212
|
return /* @__PURE__ */ r.jsx("style", { children: ":root { --banner-height: 0px; }" });
|
|
@@ -261,7 +261,7 @@ const de = {
|
|
|
261
261
|
}
|
|
262
262
|
);
|
|
263
263
|
Te.displayName = "ZudokuLogo";
|
|
264
|
-
const
|
|
264
|
+
const dr = ({ className: e }) => /* @__PURE__ */ r.jsxs(
|
|
265
265
|
"a",
|
|
266
266
|
{
|
|
267
267
|
href: "https://zudoku.dev",
|
|
@@ -278,7 +278,7 @@ const fr = ({ className: e }) => /* @__PURE__ */ r.jsxs(
|
|
|
278
278
|
"Zudoku"
|
|
279
279
|
] }),
|
|
280
280
|
/* @__PURE__ */ r.jsx("div", { className: "text-xs font-medium opacity-70 hover:text-foreground transition-colors cursor-pointer", children: /* @__PURE__ */ r.jsx(
|
|
281
|
-
|
|
281
|
+
Ht,
|
|
282
282
|
{
|
|
283
283
|
size: 12,
|
|
284
284
|
absoluteStrokeWidth: !0,
|
|
@@ -298,7 +298,7 @@ function K() {
|
|
|
298
298
|
return e;
|
|
299
299
|
}, K.apply(null, arguments);
|
|
300
300
|
}
|
|
301
|
-
var
|
|
301
|
+
var Z = { exports: {} }, h = {};
|
|
302
302
|
/** @license React v16.13.1
|
|
303
303
|
* react-is.production.min.js
|
|
304
304
|
*
|
|
@@ -308,10 +308,10 @@ var H = { exports: {} }, h = {};
|
|
|
308
308
|
* LICENSE file in the root directory of this source tree.
|
|
309
309
|
*/
|
|
310
310
|
var fe;
|
|
311
|
-
function
|
|
311
|
+
function fr() {
|
|
312
312
|
if (fe) return h;
|
|
313
313
|
fe = 1;
|
|
314
|
-
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, n = e ? Symbol.for("react.portal") : 60106, o = e ? Symbol.for("react.fragment") : 60107, i = e ? Symbol.for("react.strict_mode") : 60108, c = e ? Symbol.for("react.profiler") : 60114, s = e ? Symbol.for("react.provider") : 60109, d = e ? Symbol.for("react.context") : 60110, v = e ? Symbol.for("react.async_mode") : 60111, f = e ? Symbol.for("react.concurrent_mode") : 60111, b = e ? Symbol.for("react.forward_ref") : 60112, y = e ? Symbol.for("react.suspense") : 60113, m = e ? Symbol.for("react.suspense_list") : 60120, l = e ? Symbol.for("react.memo") : 60115, g = e ? Symbol.for("react.lazy") : 60116, S = e ? Symbol.for("react.block") : 60121,
|
|
314
|
+
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, n = e ? Symbol.for("react.portal") : 60106, o = e ? Symbol.for("react.fragment") : 60107, i = e ? Symbol.for("react.strict_mode") : 60108, c = e ? Symbol.for("react.profiler") : 60114, s = e ? Symbol.for("react.provider") : 60109, d = e ? Symbol.for("react.context") : 60110, v = e ? Symbol.for("react.async_mode") : 60111, f = e ? Symbol.for("react.concurrent_mode") : 60111, b = e ? Symbol.for("react.forward_ref") : 60112, y = e ? Symbol.for("react.suspense") : 60113, m = e ? Symbol.for("react.suspense_list") : 60120, l = e ? Symbol.for("react.memo") : 60115, g = e ? Symbol.for("react.lazy") : 60116, S = e ? Symbol.for("react.block") : 60121, w = e ? Symbol.for("react.fundamental") : 60117, C = e ? Symbol.for("react.responder") : 60118, P = e ? Symbol.for("react.scope") : 60119;
|
|
315
315
|
function j(a) {
|
|
316
316
|
if (typeof a == "object" && a !== null) {
|
|
317
317
|
var x = a.$$typeof;
|
|
@@ -370,7 +370,7 @@ function mr() {
|
|
|
370
370
|
}, h.isSuspense = function(a) {
|
|
371
371
|
return j(a) === y;
|
|
372
372
|
}, h.isValidElementType = function(a) {
|
|
373
|
-
return typeof a == "string" || typeof a == "function" || a === o || a === f || a === c || a === i || a === y || a === m || typeof a == "object" && a !== null && (a.$$typeof === g || a.$$typeof === l || a.$$typeof === s || a.$$typeof === d || a.$$typeof === b || a.$$typeof ===
|
|
373
|
+
return typeof a == "string" || typeof a == "function" || a === o || a === f || a === c || a === i || a === y || a === m || typeof a == "object" && a !== null && (a.$$typeof === g || a.$$typeof === l || a.$$typeof === s || a.$$typeof === d || a.$$typeof === b || a.$$typeof === w || a.$$typeof === C || a.$$typeof === P || a.$$typeof === S);
|
|
374
374
|
}, h.typeOf = j, h;
|
|
375
375
|
}
|
|
376
376
|
var p = {};
|
|
@@ -383,12 +383,12 @@ var p = {};
|
|
|
383
383
|
* LICENSE file in the root directory of this source tree.
|
|
384
384
|
*/
|
|
385
385
|
var me;
|
|
386
|
-
function
|
|
386
|
+
function mr() {
|
|
387
387
|
return me || (me = 1, process.env.NODE_ENV !== "production" && function() {
|
|
388
|
-
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, n = e ? Symbol.for("react.portal") : 60106, o = e ? Symbol.for("react.fragment") : 60107, i = e ? Symbol.for("react.strict_mode") : 60108, c = e ? Symbol.for("react.profiler") : 60114, s = e ? Symbol.for("react.provider") : 60109, d = e ? Symbol.for("react.context") : 60110, v = e ? Symbol.for("react.async_mode") : 60111, f = e ? Symbol.for("react.concurrent_mode") : 60111, b = e ? Symbol.for("react.forward_ref") : 60112, y = e ? Symbol.for("react.suspense") : 60113, m = e ? Symbol.for("react.suspense_list") : 60120, l = e ? Symbol.for("react.memo") : 60115, g = e ? Symbol.for("react.lazy") : 60116, S = e ? Symbol.for("react.block") : 60121,
|
|
388
|
+
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, n = e ? Symbol.for("react.portal") : 60106, o = e ? Symbol.for("react.fragment") : 60107, i = e ? Symbol.for("react.strict_mode") : 60108, c = e ? Symbol.for("react.profiler") : 60114, s = e ? Symbol.for("react.provider") : 60109, d = e ? Symbol.for("react.context") : 60110, v = e ? Symbol.for("react.async_mode") : 60111, f = e ? Symbol.for("react.concurrent_mode") : 60111, b = e ? Symbol.for("react.forward_ref") : 60112, y = e ? Symbol.for("react.suspense") : 60113, m = e ? Symbol.for("react.suspense_list") : 60120, l = e ? Symbol.for("react.memo") : 60115, g = e ? Symbol.for("react.lazy") : 60116, S = e ? Symbol.for("react.block") : 60121, w = e ? Symbol.for("react.fundamental") : 60117, C = e ? Symbol.for("react.responder") : 60118, P = e ? Symbol.for("react.scope") : 60119;
|
|
389
389
|
function j(u) {
|
|
390
390
|
return typeof u == "string" || typeof u == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
|
|
391
|
-
u === o || u === f || u === c || u === i || u === y || u === m || typeof u == "object" && u !== null && (u.$$typeof === g || u.$$typeof === l || u.$$typeof === s || u.$$typeof === d || u.$$typeof === b || u.$$typeof ===
|
|
391
|
+
u === o || u === f || u === c || u === i || u === y || u === m || typeof u == "object" && u !== null && (u.$$typeof === g || u.$$typeof === l || u.$$typeof === s || u.$$typeof === d || u.$$typeof === b || u.$$typeof === w || u.$$typeof === C || u.$$typeof === P || u.$$typeof === S);
|
|
392
392
|
}
|
|
393
393
|
function E(u) {
|
|
394
394
|
if (typeof u == "object" && u !== null) {
|
|
@@ -423,13 +423,13 @@ function hr() {
|
|
|
423
423
|
}
|
|
424
424
|
}
|
|
425
425
|
var a = v, x = f, N = d, T = s, $ = t, M = b, U = o, A = g, Le = l, ze = n, qe = c, Be = i, Ye = y, oe = !1;
|
|
426
|
-
function
|
|
426
|
+
function Ze(u) {
|
|
427
427
|
return oe || (oe = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), se(u) || E(u) === v;
|
|
428
428
|
}
|
|
429
429
|
function se(u) {
|
|
430
430
|
return E(u) === f;
|
|
431
431
|
}
|
|
432
|
-
function
|
|
432
|
+
function He(u) {
|
|
433
433
|
return E(u) === d;
|
|
434
434
|
}
|
|
435
435
|
function Ke(u) {
|
|
@@ -462,18 +462,18 @@ function hr() {
|
|
|
462
462
|
function tt(u) {
|
|
463
463
|
return E(u) === y;
|
|
464
464
|
}
|
|
465
|
-
p.AsyncMode = a, p.ConcurrentMode = x, p.ContextConsumer = N, p.ContextProvider = T, p.Element = $, p.ForwardRef = M, p.Fragment = U, p.Lazy = A, p.Memo = Le, p.Portal = ze, p.Profiler = qe, p.StrictMode = Be, p.Suspense = Ye, p.isAsyncMode =
|
|
465
|
+
p.AsyncMode = a, p.ConcurrentMode = x, p.ContextConsumer = N, p.ContextProvider = T, p.Element = $, p.ForwardRef = M, p.Fragment = U, p.Lazy = A, p.Memo = Le, p.Portal = ze, p.Profiler = qe, p.StrictMode = Be, p.Suspense = Ye, p.isAsyncMode = Ze, p.isConcurrentMode = se, p.isContextConsumer = He, p.isContextProvider = Ke, p.isElement = Ue, p.isForwardRef = Ve, p.isFragment = We, p.isLazy = Qe, p.isMemo = Xe, p.isPortal = Ge, p.isProfiler = Je, p.isStrictMode = et, p.isSuspense = tt, p.isValidElementType = j, p.typeOf = E;
|
|
466
466
|
}()), p;
|
|
467
467
|
}
|
|
468
468
|
var he;
|
|
469
|
-
function
|
|
470
|
-
return he || (he = 1, process.env.NODE_ENV === "production" ?
|
|
469
|
+
function hr() {
|
|
470
|
+
return he || (he = 1, process.env.NODE_ENV === "production" ? Z.exports = fr() : Z.exports = mr()), Z.exports;
|
|
471
471
|
}
|
|
472
472
|
var G, pe;
|
|
473
|
-
function
|
|
473
|
+
function pr() {
|
|
474
474
|
if (pe) return G;
|
|
475
475
|
pe = 1;
|
|
476
|
-
var e =
|
|
476
|
+
var e = hr(), t = {
|
|
477
477
|
childContextTypes: !0,
|
|
478
478
|
contextType: !0,
|
|
479
479
|
contextTypes: !0,
|
|
@@ -512,17 +512,17 @@ function gr() {
|
|
|
512
512
|
return e.isMemo(g) ? i : c[g.$$typeof] || t;
|
|
513
513
|
}
|
|
514
514
|
var d = Object.defineProperty, v = Object.getOwnPropertyNames, f = Object.getOwnPropertySymbols, b = Object.getOwnPropertyDescriptor, y = Object.getPrototypeOf, m = Object.prototype;
|
|
515
|
-
function l(g, S,
|
|
515
|
+
function l(g, S, w) {
|
|
516
516
|
if (typeof S != "string") {
|
|
517
517
|
if (m) {
|
|
518
|
-
var
|
|
519
|
-
|
|
518
|
+
var C = y(S);
|
|
519
|
+
C && C !== m && l(g, C, w);
|
|
520
520
|
}
|
|
521
521
|
var P = v(S);
|
|
522
522
|
f && (P = P.concat(f(S)));
|
|
523
523
|
for (var j = s(g), E = s(S), a = 0; a < P.length; ++a) {
|
|
524
524
|
var x = P[a];
|
|
525
|
-
if (!n[x] && !(
|
|
525
|
+
if (!n[x] && !(w && w[x]) && !(E && E[x]) && !(j && j[x])) {
|
|
526
526
|
var N = b(S, x);
|
|
527
527
|
try {
|
|
528
528
|
d(g, x, N);
|
|
@@ -535,10 +535,10 @@ function gr() {
|
|
|
535
535
|
}
|
|
536
536
|
return G = l, G;
|
|
537
537
|
}
|
|
538
|
-
|
|
538
|
+
pr();
|
|
539
539
|
var Me = function(t, n, o) {
|
|
540
540
|
return t = t <= o ? t : o, t = t >= n ? t : n, t;
|
|
541
|
-
},
|
|
541
|
+
}, gr = function() {
|
|
542
542
|
var t = !1, n = [], o = function() {
|
|
543
543
|
t = !0;
|
|
544
544
|
var d = n.shift();
|
|
@@ -554,7 +554,7 @@ var Me = function(t, n, o) {
|
|
|
554
554
|
clear: i,
|
|
555
555
|
enqueue: c
|
|
556
556
|
};
|
|
557
|
-
},
|
|
557
|
+
}, vr = function() {
|
|
558
558
|
var t, n = function() {
|
|
559
559
|
t && window.cancelAnimationFrame(t);
|
|
560
560
|
}, o = function(c, s) {
|
|
@@ -571,31 +571,31 @@ var Me = function(t, n, o) {
|
|
|
571
571
|
cancel: n,
|
|
572
572
|
schedule: o
|
|
573
573
|
};
|
|
574
|
-
},
|
|
574
|
+
}, xr = function(t) {
|
|
575
575
|
var n = 0;
|
|
576
576
|
return t >= 0 && t < 0.2 ? n = 0.1 : t >= 0.2 && t < 0.5 ? n = 0.04 : t >= 0.5 && t < 0.8 ? n = 0.02 : t >= 0.8 && t < 0.99 && (n = 5e-3), Me(t + n, 0, 0.994);
|
|
577
577
|
}, ge = function(t) {
|
|
578
578
|
O(t, []);
|
|
579
|
-
},
|
|
579
|
+
}, yr = function(t) {
|
|
580
580
|
return ++t % 1e6;
|
|
581
|
-
},
|
|
581
|
+
}, br = function() {
|
|
582
582
|
var t = L(0), n = t[1];
|
|
583
583
|
return _(function() {
|
|
584
|
-
return n(
|
|
584
|
+
return n(yr);
|
|
585
585
|
}, []);
|
|
586
|
-
},
|
|
586
|
+
}, jr = function(t) {
|
|
587
587
|
t === void 0 && (t = {});
|
|
588
|
-
var n =
|
|
588
|
+
var n = br(), o = D(K({}, t)), i = _(function() {
|
|
589
589
|
return o.current;
|
|
590
590
|
}, []), c = _(function(s) {
|
|
591
591
|
s && (Object.assign(o.current, s), n());
|
|
592
592
|
}, []);
|
|
593
593
|
return [i, c];
|
|
594
|
-
},
|
|
594
|
+
}, Er = function() {
|
|
595
595
|
var t = D(!0);
|
|
596
596
|
return t.current ? (t.current = !1, !0) : t.current;
|
|
597
597
|
}, ve = function(t, n) {
|
|
598
|
-
var o =
|
|
598
|
+
var o = Er();
|
|
599
599
|
O(function() {
|
|
600
600
|
if (!o)
|
|
601
601
|
return t();
|
|
@@ -605,19 +605,19 @@ var Me = function(t, n, o) {
|
|
|
605
605
|
isFinished: !0,
|
|
606
606
|
progress: 0,
|
|
607
607
|
sideEffect: _e
|
|
608
|
-
},
|
|
609
|
-
var n = t === void 0 ? {} : t, o = n.animationDuration, i = o === void 0 ? 200 : o, c = n.incrementDuration, s = c === void 0 ? 800 : c, d = n.isAnimating, v = d === void 0 ? !1 : d, f = n.minimum, b = f === void 0 ? 0.08 : f, y =
|
|
608
|
+
}, Sr = function(t) {
|
|
609
|
+
var n = t === void 0 ? {} : t, o = n.animationDuration, i = o === void 0 ? 200 : o, c = n.incrementDuration, s = c === void 0 ? 800 : c, d = n.isAnimating, v = d === void 0 ? !1 : d, f = n.minimum, b = f === void 0 ? 0.08 : f, y = jr(xe), m = y[0], l = y[1], g = D(null), S = D(null);
|
|
610
610
|
ge(function() {
|
|
611
|
-
g.current =
|
|
611
|
+
g.current = gr(), S.current = vr();
|
|
612
612
|
});
|
|
613
|
-
var
|
|
613
|
+
var w = _(function() {
|
|
614
614
|
var x, N;
|
|
615
615
|
(x = S.current) == null || x.cancel(), (N = g.current) == null || N.clear();
|
|
616
|
-
}, []),
|
|
616
|
+
}, []), C = _(function(x) {
|
|
617
617
|
var N;
|
|
618
618
|
if (x = Me(x, b, 1), x === 1) {
|
|
619
619
|
var T, $;
|
|
620
|
-
|
|
620
|
+
w(), (T = g.current) == null || T.enqueue(function(M) {
|
|
621
621
|
l({
|
|
622
622
|
progress: x,
|
|
623
623
|
sideEffect: function() {
|
|
@@ -628,7 +628,7 @@ var Me = function(t, n, o) {
|
|
|
628
628
|
}), ($ = g.current) == null || $.enqueue(function() {
|
|
629
629
|
l({
|
|
630
630
|
isFinished: !0,
|
|
631
|
-
sideEffect:
|
|
631
|
+
sideEffect: w
|
|
632
632
|
});
|
|
633
633
|
});
|
|
634
634
|
return;
|
|
@@ -643,9 +643,9 @@ var Me = function(t, n, o) {
|
|
|
643
643
|
}
|
|
644
644
|
});
|
|
645
645
|
});
|
|
646
|
-
}, [i,
|
|
647
|
-
|
|
648
|
-
}, [m,
|
|
646
|
+
}, [i, w, b, g, l, S]), P = _(function() {
|
|
647
|
+
C(xr(m().progress));
|
|
648
|
+
}, [m, C]), j = _(function() {
|
|
649
649
|
var x = function() {
|
|
650
650
|
var T;
|
|
651
651
|
P(), (T = g.current) == null || T.enqueue(function($) {
|
|
@@ -660,14 +660,14 @@ var Me = function(t, n, o) {
|
|
|
660
660
|
return O(function() {
|
|
661
661
|
E.current = P;
|
|
662
662
|
}), ge(function() {
|
|
663
|
-
return v && j(),
|
|
663
|
+
return v && j(), w;
|
|
664
664
|
}), ve(function() {
|
|
665
665
|
m().sideEffect();
|
|
666
666
|
}, [m, a]), ve(function() {
|
|
667
667
|
v ? l(K({}, xe, {
|
|
668
668
|
sideEffect: j
|
|
669
|
-
})) :
|
|
670
|
-
}, [v,
|
|
669
|
+
})) : C(1);
|
|
670
|
+
}, [v, C, l, j]), {
|
|
671
671
|
animationDuration: i,
|
|
672
672
|
isFinished: m().isFinished,
|
|
673
673
|
progress: m().progress
|
|
@@ -679,7 +679,7 @@ const Ae = () => {
|
|
|
679
679
|
const s = setTimeout(() => o(t), 200);
|
|
680
680
|
return () => clearTimeout(s);
|
|
681
681
|
}, [t]);
|
|
682
|
-
const { isFinished: i, progress: c } =
|
|
682
|
+
const { isFinished: i, progress: c } = Sr({ isAnimating: n });
|
|
683
683
|
return /* @__PURE__ */ r.jsx(
|
|
684
684
|
"div",
|
|
685
685
|
{
|
|
@@ -708,8 +708,8 @@ const Re = ({ className: e }) => {
|
|
|
708
708
|
return window.addEventListener("keydown", s), () => {
|
|
709
709
|
window.removeEventListener("keydown", s);
|
|
710
710
|
};
|
|
711
|
-
}, [n
|
|
712
|
-
const c = t.plugins.find(
|
|
711
|
+
}, [n]);
|
|
712
|
+
const c = t.plugins.find(Rt);
|
|
713
713
|
return c ? /* @__PURE__ */ r.jsxs("div", { className: e, children: [
|
|
714
714
|
/* @__PURE__ */ r.jsxs(
|
|
715
715
|
"button",
|
|
@@ -719,19 +719,19 @@ const Re = ({ className: e }) => {
|
|
|
719
719
|
className: "flex items-center border border-input hover:bg-accent hover:text-accent-foreground p-4 relative h-8 justify-start rounded-lg bg-background text-sm text-muted-foreground shadow-none w-full sm:w-72",
|
|
720
720
|
children: [
|
|
721
721
|
/* @__PURE__ */ r.jsxs("div", { className: "flex items-center gap-2 grow", children: [
|
|
722
|
-
/* @__PURE__ */ r.jsx(
|
|
722
|
+
/* @__PURE__ */ r.jsx(Kt, { size: 14 }),
|
|
723
723
|
"Search"
|
|
724
724
|
] }),
|
|
725
|
-
/* @__PURE__ */ r.jsx(F, { children: /* @__PURE__ */ r.jsx(
|
|
725
|
+
/* @__PURE__ */ r.jsx(F, { children: /* @__PURE__ */ r.jsx(Cr, {}) })
|
|
726
726
|
]
|
|
727
727
|
}
|
|
728
728
|
),
|
|
729
|
-
/* @__PURE__ */ r.jsx(
|
|
729
|
+
/* @__PURE__ */ r.jsx(Ce, { fallback: null, children: c.renderSearch({
|
|
730
730
|
isOpen: n,
|
|
731
731
|
onClose: i
|
|
732
732
|
}) })
|
|
733
733
|
] }) : null;
|
|
734
|
-
},
|
|
734
|
+
}, Cr = () => {
|
|
735
735
|
const e = wr();
|
|
736
736
|
return /* @__PURE__ */ r.jsxs("kbd", { className: "absolute end-1.5 hidden h-5 select-none items-center gap-1 rounded-sm border bg-muted px-1.5 font-mono text-[11px] font-medium opacity-100 sm:flex", children: [
|
|
737
737
|
e === "macOS" ? "⌘" : "Ctrl",
|
|
@@ -755,7 +755,7 @@ const Re = ({ className: e }) => {
|
|
|
755
755
|
e === "light" && "border-border bg-muted",
|
|
756
756
|
e === "dark" && "group-hover:[&>svg>path]:scale-110 group-hover:[&>svg>path]:-translate-x-[1px] group-hover:[&>svg>path]:-translate-y-[1px] group-hover:rotate-[15deg] "
|
|
757
757
|
),
|
|
758
|
-
children: /* @__PURE__ */ r.jsx(
|
|
758
|
+
children: /* @__PURE__ */ r.jsx(Ut, { size: 16 })
|
|
759
759
|
}
|
|
760
760
|
),
|
|
761
761
|
/* @__PURE__ */ r.jsx(
|
|
@@ -766,15 +766,15 @@ const Re = ({ className: e }) => {
|
|
|
766
766
|
e === "dark" && "border-border bg-muted [&>svg>path]:fill-white [&>svg>path]:stroke-transparent",
|
|
767
767
|
e === "light" && "group-hover:rotate-[-10deg] [&>svg>path]:stroke-currentColor"
|
|
768
768
|
),
|
|
769
|
-
children: /* @__PURE__ */ r.jsx(
|
|
769
|
+
children: /* @__PURE__ */ r.jsx(Vt, { size: 16 })
|
|
770
770
|
}
|
|
771
771
|
)
|
|
772
772
|
]
|
|
773
773
|
}
|
|
774
774
|
) });
|
|
775
|
-
},
|
|
776
|
-
const e = k(), { navigation: t } = e, n = z(), o = t.filter(
|
|
777
|
-
return o.length === 0 ? /* @__PURE__ */ r.jsx("style", { children: ":root { --top-nav-height: 0px; }" }) : /* @__PURE__ */ r.jsx(
|
|
775
|
+
}, Pr = () => {
|
|
776
|
+
const e = k(), { navigation: t } = e, n = z(), o = t.filter(we(n, e));
|
|
777
|
+
return o.length === 0 ? /* @__PURE__ */ r.jsx("style", { children: ":root { --top-nav-height: 0px; }" }) : /* @__PURE__ */ r.jsx(Ce, { children: /* @__PURE__ */ r.jsxs("div", { className: "items-center justify-between px-8 h-(--top-nav-height) hidden lg:flex text-sm relative", children: [
|
|
778
778
|
/* @__PURE__ */ r.jsx("nav", { className: "text-sm", children: /* @__PURE__ */ r.jsx("ul", { className: "flex flex-row items-center gap-8", children: o.map((i) => /* @__PURE__ */ r.jsx("li", { children: /* @__PURE__ */ r.jsx($e, { ...i }) }, i.label + i.type)) }) }),
|
|
779
779
|
/* @__PURE__ */ r.jsx(I.Target, { name: "top-navigation-side" })
|
|
780
780
|
] }) });
|
|
@@ -802,7 +802,7 @@ const Re = ({ className: e }) => {
|
|
|
802
802
|
viewTransition: !0,
|
|
803
803
|
className: ({ isActive: o, isPending: i }) => {
|
|
804
804
|
const c = o || e;
|
|
805
|
-
return
|
|
805
|
+
return tr(
|
|
806
806
|
"flex items-center gap-2 lg:py-3.5 font-medium -mb-px transition duration-150 delay-75 relative",
|
|
807
807
|
c || i ? [
|
|
808
808
|
"text-foreground",
|
|
@@ -827,27 +827,27 @@ const Re = ({ className: e }) => {
|
|
|
827
827
|
e.label
|
|
828
828
|
] })
|
|
829
829
|
);
|
|
830
|
-
},
|
|
831
|
-
const e = k(), t = z(), { navigation: n, options: o, getProfileMenuItems: i } = e, { isAuthenticated: c, profile: s, isAuthEnabled: d } = t, [v, f] = L(!1), b = i(), y = n.filter(
|
|
830
|
+
}, Nr = () => {
|
|
831
|
+
const e = k(), t = z(), { navigation: n, options: o, getProfileMenuItems: i } = e, { isAuthenticated: c, profile: s, isAuthEnabled: d } = t, [v, f] = L(!1), b = i(), y = n.filter(we(t, e));
|
|
832
832
|
return /* @__PURE__ */ r.jsxs(
|
|
833
|
-
|
|
833
|
+
Xt,
|
|
834
834
|
{
|
|
835
835
|
direction: o.site?.dir === "rtl" ? "left" : "right",
|
|
836
836
|
open: v,
|
|
837
837
|
onOpenChange: (m) => f(m),
|
|
838
838
|
children: [
|
|
839
839
|
/* @__PURE__ */ r.jsxs("div", { className: "flex lg:hidden justify-self-end", children: [
|
|
840
|
-
/* @__PURE__ */ r.jsx(
|
|
840
|
+
/* @__PURE__ */ r.jsx(Gt, { className: "lg:hidden", children: /* @__PURE__ */ r.jsx(Wt, { size: 22 }) }),
|
|
841
841
|
/* @__PURE__ */ r.jsx(Ae, {})
|
|
842
842
|
] }),
|
|
843
843
|
/* @__PURE__ */ r.jsx(
|
|
844
|
-
|
|
844
|
+
Jt,
|
|
845
845
|
{
|
|
846
846
|
className: "lg:hidden h-[100dvh] end-0 start-auto w-[320px] rounded-none",
|
|
847
847
|
"aria-describedby": void 0,
|
|
848
848
|
children: /* @__PURE__ */ r.jsxs("div", { className: "p-4 overflow-y-auto overscroll-none h-full flex flex-col justify-between", children: [
|
|
849
849
|
/* @__PURE__ */ r.jsxs("div", { children: [
|
|
850
|
-
/* @__PURE__ */ r.jsx(
|
|
850
|
+
/* @__PURE__ */ r.jsx(Qt, { children: /* @__PURE__ */ r.jsx(er, { children: "Navigation" }) }),
|
|
851
851
|
/* @__PURE__ */ r.jsx(Re, { className: "flex p-4" }),
|
|
852
852
|
/* @__PURE__ */ r.jsxs("ul", { className: "flex flex-col items-center gap-4 p-4", children: [
|
|
853
853
|
/* @__PURE__ */ r.jsx("li", { className: "empty:hidden", children: /* @__PURE__ */ r.jsx(I.Target, { name: "top-navigation-side" }) }),
|
|
@@ -855,10 +855,10 @@ const Re = ({ className: e }) => {
|
|
|
855
855
|
F,
|
|
856
856
|
{
|
|
857
857
|
fallback: /* @__PURE__ */ r.jsx(ee, { className: "rounded-sm h-5 w-24 mr-4" }),
|
|
858
|
-
children: c ? Object.values(i()).length > 0 && /* @__PURE__ */ r.
|
|
858
|
+
children: c ? Object.values(i()).length > 0 && /* @__PURE__ */ r.jsxs("li", { children: [
|
|
859
859
|
s?.name ? `${s.name}` : "My Account",
|
|
860
860
|
s?.email && /* @__PURE__ */ r.jsx("div", { className: "font-normal text-muted-foreground", children: s.email })
|
|
861
|
-
] })
|
|
861
|
+
] }) : /* @__PURE__ */ r.jsx("li", { children: /* @__PURE__ */ r.jsx(
|
|
862
862
|
te,
|
|
863
863
|
{
|
|
864
864
|
to: "/signin",
|
|
@@ -886,23 +886,20 @@ const Re = ({ className: e }) => {
|
|
|
886
886
|
/* @__PURE__ */ r.jsx("li", { children: /* @__PURE__ */ r.jsx(ke, {}) })
|
|
887
887
|
] })
|
|
888
888
|
] }),
|
|
889
|
-
o.site?.showPoweredBy !== !1 && /* @__PURE__ */ r.jsx(
|
|
889
|
+
o.site?.showPoweredBy !== !1 && /* @__PURE__ */ r.jsx(dr, { className: "grow-0 justify-center gap-1" })
|
|
890
890
|
] })
|
|
891
891
|
}
|
|
892
892
|
)
|
|
893
893
|
]
|
|
894
894
|
}
|
|
895
895
|
);
|
|
896
|
-
},
|
|
897
|
-
/* @__PURE__ */ r.jsx(
|
|
898
|
-
/* @__PURE__ */ r.jsx(
|
|
899
|
-
|
|
900
|
-
/* @__PURE__ */ r.jsx(Z, { item: t }, n)
|
|
901
|
-
)) }) })
|
|
902
|
-
] }, e.label) : /* @__PURE__ */ r.jsx(re, { to: e.path ?? "", children: /* @__PURE__ */ r.jsxs(Ht, { className: "flex gap-2", children: [
|
|
896
|
+
}, H = ({ item: e }) => e.children ? /* @__PURE__ */ r.jsxs(Lt, { children: [
|
|
897
|
+
/* @__PURE__ */ r.jsx(zt, { children: e.label }),
|
|
898
|
+
/* @__PURE__ */ r.jsx(qt, { children: /* @__PURE__ */ r.jsx(Bt, { children: e.children.map((t) => /* @__PURE__ */ r.jsx(H, { item: t }, t.label)) }) })
|
|
899
|
+
] }, e.label) : /* @__PURE__ */ r.jsx(re, { to: e.path ?? "", children: /* @__PURE__ */ r.jsxs(Yt, { className: "flex gap-2", children: [
|
|
903
900
|
e.icon && /* @__PURE__ */ r.jsx(e.icon, { size: 16, strokeWidth: 1, absoluteStrokeWidth: !0 }),
|
|
904
901
|
e.label
|
|
905
|
-
] }, e.label) }),
|
|
902
|
+
] }, e.label) }), Tr = Pe(function() {
|
|
906
903
|
const t = z(), { isAuthenticated: n, profile: o, isAuthEnabled: i } = z(), c = k(), { site: s, plugins: d, options: v } = c, f = d.filter((l) => Ne(l)).flatMap((l) => l.getProfileMenuItems(c)).sort((l) => l.weight ?? 0), b = s?.logo ? /https?:\/\//.test(s.logo.src.light) ? s.logo.src.light : q(v.basePath, s.logo.src.light) : void 0, y = s?.logo ? /https?:\/\//.test(s.logo.src.dark) ? s.logo.src.dark : q(v.basePath, s.logo.src.dark) : void 0, m = "inset-shadow-[0_-1px_0_0_var(--border)]";
|
|
907
904
|
return /* @__PURE__ */ r.jsxs(
|
|
908
905
|
"header",
|
|
@@ -910,7 +907,7 @@ const Re = ({ className: e }) => {
|
|
|
910
907
|
className: "sticky lg:top-0 z-10 bg-background/80 backdrop-blur w-full",
|
|
911
908
|
"data-pagefind-ignore": "all",
|
|
912
909
|
children: [
|
|
913
|
-
/* @__PURE__ */ r.jsx(
|
|
910
|
+
/* @__PURE__ */ r.jsx(ur, {}),
|
|
914
911
|
/* @__PURE__ */ r.jsxs("div", { className: R(m, "relative"), children: [
|
|
915
912
|
/* @__PURE__ */ r.jsx(Ae, {}),
|
|
916
913
|
/* @__PURE__ */ r.jsxs("div", { className: "max-w-screen-2xl mx-auto flex items-center justify-between h-(--top-header-height) px-4 lg:px-8 border-transparent", children: [
|
|
@@ -938,30 +935,30 @@ const Re = ({ className: e }) => {
|
|
|
938
935
|
] }) : /* @__PURE__ */ r.jsx("span", { className: "font-semibold text-2xl", children: s?.title }) }) }) }),
|
|
939
936
|
/* @__PURE__ */ r.jsx("div", { className: "absolute inset-x-0 justify-center items-center hidden lg:flex w-full pointer-events-none", children: /* @__PURE__ */ r.jsx(Re, { className: "pointer-events-auto" }) }),
|
|
940
937
|
/* @__PURE__ */ r.jsxs("div", { className: "flex items-center gap-8", children: [
|
|
941
|
-
/* @__PURE__ */ r.jsx(
|
|
938
|
+
/* @__PURE__ */ r.jsx(Nr, {}),
|
|
942
939
|
/* @__PURE__ */ r.jsxs("div", { className: "hidden lg:flex items-center justify-self-end text-sm gap-2", children: [
|
|
943
940
|
/* @__PURE__ */ r.jsx(I.Target, { name: "head-navigation-start" }),
|
|
944
941
|
i && /* @__PURE__ */ r.jsx(
|
|
945
942
|
F,
|
|
946
943
|
{
|
|
947
944
|
fallback: /* @__PURE__ */ r.jsx(ee, { className: "rounded-sm h-5 w-24 mr-4" }),
|
|
948
|
-
children: n ? Object.values(f).length > 0 && /* @__PURE__ */ r.jsxs(
|
|
949
|
-
/* @__PURE__ */ r.jsx(
|
|
950
|
-
/* @__PURE__ */ r.jsxs(
|
|
951
|
-
/* @__PURE__ */ r.jsxs(
|
|
945
|
+
children: n ? Object.values(f).length > 0 && /* @__PURE__ */ r.jsxs($t, { modal: !1, children: [
|
|
946
|
+
/* @__PURE__ */ r.jsx(It, { asChild: !0, children: /* @__PURE__ */ r.jsx(J, { variant: "ghost", children: o?.name ?? "My Account" }) }),
|
|
947
|
+
/* @__PURE__ */ r.jsxs(Dt, { className: "w-56", children: [
|
|
948
|
+
/* @__PURE__ */ r.jsxs(Ft, { children: [
|
|
952
949
|
o?.name ? `${o.name}` : "My Account",
|
|
953
950
|
o?.email && /* @__PURE__ */ r.jsx("div", { className: "font-normal text-muted-foreground", children: o.email })
|
|
954
951
|
] }),
|
|
955
952
|
f.filter((l) => l.category === "top").length > 0 && /* @__PURE__ */ r.jsx(Q, {}),
|
|
956
|
-
f.filter((l) => l.category === "top").map((l) => /* @__PURE__ */ r.jsx(
|
|
953
|
+
f.filter((l) => l.category === "top").map((l) => /* @__PURE__ */ r.jsx(H, { item: l }, l.label)),
|
|
957
954
|
f.filter(
|
|
958
955
|
(l) => !l.category || l.category === "middle"
|
|
959
956
|
).length > 0 && /* @__PURE__ */ r.jsx(Q, {}),
|
|
960
957
|
f.filter(
|
|
961
958
|
(l) => !l.category || l.category === "middle"
|
|
962
|
-
).map((l) => /* @__PURE__ */ r.jsx(
|
|
959
|
+
).map((l) => /* @__PURE__ */ r.jsx(H, { item: l }, l.label)),
|
|
963
960
|
f.filter((l) => l.category === "bottom").length > 0 && /* @__PURE__ */ r.jsx(Q, {}),
|
|
964
|
-
f.filter((l) => l.category === "bottom").map((l) => /* @__PURE__ */ r.jsx(
|
|
961
|
+
f.filter((l) => l.category === "bottom").map((l) => /* @__PURE__ */ r.jsx(H, { item: l }, l.label))
|
|
965
962
|
] })
|
|
966
963
|
] }) : /* @__PURE__ */ r.jsx(J, { variant: "ghost", onClick: () => t.login(), children: "Login" })
|
|
967
964
|
}
|
|
@@ -974,15 +971,15 @@ const Re = ({ className: e }) => {
|
|
|
974
971
|
] }),
|
|
975
972
|
/* @__PURE__ */ r.jsx("div", { className: R("hidden lg:block", m), children: /* @__PURE__ */ r.jsxs("div", { className: "max-w-screen-2xl mx-auto border-transparent relative", children: [
|
|
976
973
|
/* @__PURE__ */ r.jsx(I.Target, { name: "top-navigation-before" }),
|
|
977
|
-
/* @__PURE__ */ r.jsx(
|
|
974
|
+
/* @__PURE__ */ r.jsx(Pr, {}),
|
|
978
975
|
/* @__PURE__ */ r.jsx(I.Target, { name: "top-navigation-after" })
|
|
979
976
|
] }) })
|
|
980
977
|
]
|
|
981
978
|
}
|
|
982
979
|
);
|
|
983
980
|
}), Ie = {
|
|
984
|
-
Header:
|
|
985
|
-
},
|
|
981
|
+
Header: Tr
|
|
982
|
+
}, Mr = ne(Ie), _r = Mr.Provider, Ar = () => {
|
|
986
983
|
const e = Se(), t = k(), n = D(void 0);
|
|
987
984
|
return O(() => {
|
|
988
985
|
t.emitEvent("location", {
|
|
@@ -990,7 +987,7 @@ const Re = ({ className: e }) => {
|
|
|
990
987
|
to: e
|
|
991
988
|
}), n.current = e;
|
|
992
989
|
}, [t, e]), null;
|
|
993
|
-
},
|
|
990
|
+
}, Rr = ({
|
|
994
991
|
children: e,
|
|
995
992
|
context: t
|
|
996
993
|
}) => (ft({
|
|
@@ -1004,7 +1001,7 @@ const De = Pe(
|
|
|
1004
1001
|
() => ({ ...Ie, ...t.overrides }),
|
|
1005
1002
|
[t.overrides]
|
|
1006
1003
|
), o = Se(), i = W(() => ({
|
|
1007
|
-
...(t.plugins ?? []).filter(
|
|
1004
|
+
...(t.plugins ?? []).filter(kt).flatMap(
|
|
1008
1005
|
(l) => l.getMdxComponents ? [l.getMdxComponents()] : []
|
|
1009
1006
|
).reduce(
|
|
1010
1007
|
(l, g) => ({ ...l, ...g }),
|
|
@@ -1012,50 +1009,50 @@ const De = Pe(
|
|
|
1012
1009
|
),
|
|
1013
1010
|
...bt,
|
|
1014
1011
|
...t.mdx?.components
|
|
1015
|
-
}), [t.mdx?.components, t.plugins]), { stagger: c } =
|
|
1012
|
+
}), [t.mdx?.components, t.plugins]), { stagger: c } = Nt(ue), [s, d] = L(!1), v = W(
|
|
1016
1013
|
() => s ? { stagger: !0 } : { stagger: c },
|
|
1017
1014
|
[c, s]
|
|
1018
1015
|
), f = Ee(), b = pt();
|
|
1019
1016
|
O(() => {
|
|
1020
|
-
s || d(!0);
|
|
1021
|
-
}, [s, f.location]), ye ??= new
|
|
1017
|
+
s || !f.location || d(!0);
|
|
1018
|
+
}, [s, f.location]), ye ??= new ir(t, b);
|
|
1022
1019
|
const y = t.plugins?.flatMap(
|
|
1023
|
-
(m) =>
|
|
1020
|
+
(m) => Ot(m) ? m.getHead?.({ location: o }) ?? [] : []
|
|
1024
1021
|
).map((m, l) => /* @__PURE__ */ r.jsx(be, { children: m }, l));
|
|
1025
1022
|
return /* @__PURE__ */ r.jsxs(r.Fragment, { children: [
|
|
1026
1023
|
y,
|
|
1027
|
-
/* @__PURE__ */ r.jsx(ue.Provider, { value: v, children: /* @__PURE__ */ r.jsxs(
|
|
1028
|
-
/* @__PURE__ */ r.jsx(
|
|
1029
|
-
/* @__PURE__ */ r.jsx(jt, { slots: t.slots ?? t.UNSAFE_slotlets, children: /* @__PURE__ */ r.jsx(rt, { components: i, children: /* @__PURE__ */ r.jsx(nt, { attribute: "class", disableTransitionOnChange: !0, children: /* @__PURE__ */ r.jsx(
|
|
1024
|
+
/* @__PURE__ */ r.jsx(ue.Provider, { value: v, children: /* @__PURE__ */ r.jsxs(Rr, { context: ye, children: [
|
|
1025
|
+
/* @__PURE__ */ r.jsx(Ar, {}),
|
|
1026
|
+
/* @__PURE__ */ r.jsx(jt, { slots: t.slots ?? t.UNSAFE_slotlets, children: /* @__PURE__ */ r.jsx(rt, { components: i, children: /* @__PURE__ */ r.jsx(nt, { attribute: "class", disableTransitionOnChange: !0, children: /* @__PURE__ */ r.jsx(_r, { value: n, children: /* @__PURE__ */ r.jsx(Et, { children: e ?? /* @__PURE__ */ r.jsx(at, {}) }) }) }) }) })
|
|
1030
1027
|
] }) })
|
|
1031
1028
|
] });
|
|
1032
1029
|
}
|
|
1033
1030
|
);
|
|
1034
1031
|
De.displayName = "ZudokoInner";
|
|
1035
|
-
const Fe = (e) => /* @__PURE__ */ r.jsx(
|
|
1032
|
+
const Fe = (e) => /* @__PURE__ */ r.jsx(nr, { FallbackComponent: lr, children: /* @__PURE__ */ r.jsx(De, { ...e }) });
|
|
1036
1033
|
Fe.displayName = "Zudoku";
|
|
1037
|
-
const
|
|
1034
|
+
const Jr = be, en = lt, tn = St, rn = Ct, nn = F, on = ct, sn = re, an = Fe, cn = wt, ln = ot, un = k, dn = z, fn = gt, mn = vt, hn = je;
|
|
1038
1035
|
export {
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1036
|
+
on as B,
|
|
1037
|
+
en as C,
|
|
1038
|
+
nr as E,
|
|
1039
|
+
Tr as H,
|
|
1040
|
+
sn as L,
|
|
1041
|
+
tn as M,
|
|
1042
|
+
dr as P,
|
|
1043
|
+
rn as S,
|
|
1044
|
+
cn as T,
|
|
1045
|
+
an as Z,
|
|
1049
1046
|
ue as a,
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1047
|
+
Sr as b,
|
|
1048
|
+
dn as c,
|
|
1049
|
+
Jr as d,
|
|
1050
|
+
nn as e,
|
|
1051
|
+
ln as f,
|
|
1052
|
+
fn as g,
|
|
1053
|
+
mn as h,
|
|
1054
|
+
hn as i,
|
|
1055
|
+
ar as o,
|
|
1056
|
+
un as u
|
|
1060
1057
|
};
|
|
1061
|
-
//# sourceMappingURL=index-
|
|
1058
|
+
//# sourceMappingURL=index-z-rQiwfg.js.map
|